. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnonSec Shell
AnonSec Shell
Server IP : 52.223.31.75  /  Your IP : 172.31.6.220   [ Reverse IP ]
Web Server : Apache/2.4.66 () OpenSSL/1.0.2k-fips PHP/7.4.33
System : Linux ip-172-31-14-81.eu-central-1.compute.internal 4.14.281-212.502.amzn2.x86_64 #1 SMP Thu May 26 09:52:17 UTC 2022 x86_64
User : apache ( 48)
PHP Version : 7.4.33
Disable Function : NONE
Domains : 4 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/scuolaviva/www/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/scuolaviva/www/main.ef2aa2dca845559c.js
"use strict";(self.webpackChunkSapere=self.webpackChunkSapere||[]).push([[792],{446:($e,Gt,c)=>{c.d(Gt,{N:()=>i});const i={dir:"ltr",theme:"light",sidenavOpened:!1,sidenavCollapsed:!1,boxed:!0,horizontal:!1,cardBorder:!1,activeTheme:"blue_theme",language:"it-it",navPos:"side",apiURL:c(5312).c.apiURL,apiToken:""}},4394:($e,Gt,c)=>{c.d(Gt,{G:()=>ia});var n=c(850),i=c(4438),r=c(9417),H=c(6600);const g=["input"],Z=["label"],tt=["*"],st=new i.nKC("mat-checkbox-default-options",{providedIn:"root",factory:J});function J(){return{color:"accent",clickAction:"check-indeterminate",disabledInteractive:!1}}var et=function(S){return S[S.Init=0]="Init",S[S.Checked=1]="Checked",S[S.Unchecked=2]="Unchecked",S[S.Indeterminate=3]="Indeterminate",S}(et||{});const mt={provide:r.kq,useExisting:(0,i.Rfq)(()=>zt),multi:!0};class Ot{}let gt=0;const kt=J();let zt=(()=>{class S{focus(){this._inputElement.nativeElement.focus()}_createChangeEvent(h){const f=new Ot;return f.source=this,f.checked=h,f}_getAnimationTargetElement(){return this._inputElement?.nativeElement}get inputId(){return`${this.id||this._uniqueId}-input`}constructor(h,f,x,ct,ue,vn){this._elementRef=h,this._changeDetectorRef=f,this._ngZone=x,this._animationMode=ue,this._options=vn,this._animationClasses={uncheckedToChecked:"mdc-checkbox--anim-unchecked-checked",uncheckedToIndeterminate:"mdc-checkbox--anim-unchecked-indeterminate",checkedToUnchecked:"mdc-checkbox--anim-checked-unchecked",checkedToIndeterminate:"mdc-checkbox--anim-checked-indeterminate",indeterminateToChecked:"mdc-checkbox--anim-indeterminate-checked",indeterminateToUnchecked:"mdc-checkbox--anim-indeterminate-unchecked"},this.ariaLabel="",this.ariaLabelledby=null,this.labelPosition="after",this.name=null,this.change=new i.bkB,this.indeterminateChange=new i.bkB,this._onTouched=()=>{},this._currentAnimationClass="",this._currentCheckState=et.Init,this._controlValueAccessorChangeFn=()=>{},this._validatorChangeFn=()=>{},this._checked=!1,this._disabled=!1,this._indeterminate=!1,this._options=this._options||kt,this.color=this._options.color||kt.color,this.tabIndex=parseInt(ct)||0,this.id=this._uniqueId="mat-mdc-checkbox-"+ ++gt,this.disabledInteractive=vn?.disabledInteractive??!1}ngOnChanges(h){h.required&&this._validatorChangeFn()}ngAfterViewInit(){this._syncIndeterminate(this._indeterminate)}get checked(){return this._checked}set checked(h){h!=this.checked&&(this._checked=h,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(h){h!==this.disabled&&(this._disabled=h,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(h){const f=h!=this._indeterminate;this._indeterminate=h,f&&(this._transitionCheckState(this._indeterminate?et.Indeterminate:this.checked?et.Checked:et.Unchecked),this.indeterminateChange.emit(this._indeterminate)),this._syncIndeterminate(this._indeterminate)}_isRippleDisabled(){return this.disableRipple||this.disabled}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}writeValue(h){this.checked=!!h}registerOnChange(h){this._controlValueAccessorChangeFn=h}registerOnTouched(h){this._onTouched=h}setDisabledState(h){this.disabled=h}validate(h){return this.required&&!0!==h.value?{required:!0}:null}registerOnValidatorChange(h){this._validatorChangeFn=h}_transitionCheckState(h){let f=this._currentCheckState,x=this._getAnimationTargetElement();if(f!==h&&x&&(this._currentAnimationClass&&x.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(f,h),this._currentCheckState=h,this._currentAnimationClass.length>0)){x.classList.add(this._currentAnimationClass);const ct=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{x.classList.remove(ct)},1e3)})}}_emitChangeEvent(){this._controlValueAccessorChangeFn(this.checked),this.change.emit(this._createChangeEvent(this.checked)),this._inputElement&&(this._inputElement.nativeElement.checked=this.checked)}toggle(){this.checked=!this.checked,this._controlValueAccessorChangeFn(this.checked)}_handleInputClick(){const h=this._options?.clickAction;this.disabled||"noop"===h?(this.disabled&&this.disabledInteractive||!this.disabled&&"noop"===h)&&(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==h&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this._checked=!this._checked,this._transitionCheckState(this._checked?et.Checked:et.Unchecked),this._emitChangeEvent())}_onInteractionEvent(h){h.stopPropagation()}_onBlur(){Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}_getAnimationClassForCheckStateTransition(h,f){if("NoopAnimations"===this._animationMode)return"";switch(h){case et.Init:if(f===et.Checked)return this._animationClasses.uncheckedToChecked;if(f==et.Indeterminate)return this._checked?this._animationClasses.checkedToIndeterminate:this._animationClasses.uncheckedToIndeterminate;break;case et.Unchecked:return f===et.Checked?this._animationClasses.uncheckedToChecked:this._animationClasses.uncheckedToIndeterminate;case et.Checked:return f===et.Unchecked?this._animationClasses.checkedToUnchecked:this._animationClasses.checkedToIndeterminate;case et.Indeterminate:return f===et.Checked?this._animationClasses.indeterminateToChecked:this._animationClasses.indeterminateToUnchecked}return""}_syncIndeterminate(h){const f=this._inputElement;f&&(f.nativeElement.indeterminate=h)}_onInputClick(){this._handleInputClick()}_onTouchTargetClick(){this._handleInputClick(),this.disabled||this._inputElement.nativeElement.focus()}_preventBubblingFromLabel(h){h.target&&this._labelElement.nativeElement.contains(h.target)&&h.stopPropagation()}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(i.aKT),i.rXU(i.gRc),i.rXU(i.SKi),i.kS0("tabindex"),i.rXU(i.bc$,8),i.rXU(st,8))}}static{this.\u0275cmp=i.VBU({type:S,selectors:[["mat-checkbox"]],viewQuery:function(f,x){if(1&f&&(i.GBs(g,5),i.GBs(Z,5),i.GBs(H.r6,5)),2&f){let ct;i.mGM(ct=i.lsd())&&(x._inputElement=ct.first),i.mGM(ct=i.lsd())&&(x._labelElement=ct.first),i.mGM(ct=i.lsd())&&(x.ripple=ct.first)}},hostAttrs:[1,"mat-mdc-checkbox"],hostVars:16,hostBindings:function(f,x){2&f&&(i.Mr5("id",x.id),i.BMQ("tabindex",null)("aria-label",null)("aria-labelledby",null),i.HbH(x.color?"mat-"+x.color:"mat-accent"),i.AVh("_mat-animation-noopable","NoopAnimations"===x._animationMode)("mdc-checkbox--disabled",x.disabled)("mat-mdc-checkbox-disabled",x.disabled)("mat-mdc-checkbox-checked",x.checked)("mat-mdc-checkbox-disabled-interactive",x.disabledInteractive))},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],id:"id",required:[2,"required","required",i.L39],labelPosition:"labelPosition",name:"name",value:"value",disableRipple:[2,"disableRipple","disableRipple",i.L39],tabIndex:[2,"tabIndex","tabIndex",h=>null==h?void 0:(0,i.Udg)(h)],color:"color",disabledInteractive:[2,"disabledInteractive","disabledInteractive",i.L39],checked:[2,"checked","checked",i.L39],disabled:[2,"disabled","disabled",i.L39],indeterminate:[2,"indeterminate","indeterminate",i.L39]},outputs:{change:"change",indeterminateChange:"indeterminateChange"},exportAs:["matCheckbox"],standalone:!0,features:[i.Jv_([mt,{provide:r.cz,useExisting:S,multi:!0}]),i.GFd,i.OA$,i.aNF],ngContentSelectors:tt,decls:15,vars:20,consts:[["checkbox",""],["input",""],["label",""],["mat-internal-form-field","",3,"click","labelPosition"],[1,"mdc-checkbox"],[1,"mat-mdc-checkbox-touch-target",3,"click"],["type","checkbox",1,"mdc-checkbox__native-control",3,"blur","click","change","checked","indeterminate","disabled","id","required","tabIndex"],[1,"mdc-checkbox__ripple"],[1,"mdc-checkbox__background"],["focusable","false","viewBox","0 0 24 24","aria-hidden","true",1,"mdc-checkbox__checkmark"],["fill","none","d","M1.73,12.91 8.1,19.28 22.79,4.59",1,"mdc-checkbox__checkmark-path"],[1,"mdc-checkbox__mixedmark"],["mat-ripple","",1,"mat-mdc-checkbox-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mdc-label",3,"for"]],template:function(f,x){if(1&f){const ct=i.RV6();i.NAR(),i.j41(0,"div",3),i.bIt("click",function(vn){return i.eBV(ct),i.Njj(x._preventBubblingFromLabel(vn))}),i.j41(1,"div",4,0)(3,"div",5),i.bIt("click",function(){return i.eBV(ct),i.Njj(x._onTouchTargetClick())}),i.k0s(),i.j41(4,"input",6,1),i.bIt("blur",function(){return i.eBV(ct),i.Njj(x._onBlur())})("click",function(){return i.eBV(ct),i.Njj(x._onInputClick())})("change",function(vn){return i.eBV(ct),i.Njj(x._onInteractionEvent(vn))}),i.k0s(),i.nrm(6,"div",7),i.j41(7,"div",8),i.qSk(),i.j41(8,"svg",9),i.nrm(9,"path",10),i.k0s(),i.joV(),i.nrm(10,"div",11),i.k0s(),i.nrm(11,"div",12),i.k0s(),i.j41(12,"label",13,2),i.SdG(14),i.k0s()()}if(2&f){const ct=i.sdS(2);i.Y8G("labelPosition",x.labelPosition),i.R7$(4),i.AVh("mdc-checkbox--selected",x.checked),i.Y8G("checked",x.checked)("indeterminate",x.indeterminate)("disabled",x.disabled&&!x.disabledInteractive)("id",x.inputId)("required",x.required)("tabIndex",x.disabled&&!x.disabledInteractive?-1:x.tabIndex),i.BMQ("aria-label",x.ariaLabel||null)("aria-labelledby",x.ariaLabelledby)("aria-describedby",x.ariaDescribedby)("aria-checked",x.indeterminate?"mixed":null)("aria-disabled",!(!x.disabled||!x.disabledInteractive)||null)("name",x.name)("value",x.value),i.R7$(7),i.Y8G("matRippleTrigger",ct)("matRippleDisabled",x.disableRipple||x.disabled)("matRippleCentered",!0),i.R7$(),i.Y8G("for",x.inputId)}},dependencies:[H.r6,H.tO],styles:['.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom;padding:calc((var(--mdc-checkbox-state-layer-size, 40px) - 18px)/2);margin:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 40px))/2)}.mdc-checkbox:hover .mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity));background-color:var(--mdc-checkbox-unselected-hover-state-layer-color, var(--mat-app-on-surface))}.mdc-checkbox:hover .mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-hover-state-layer-color, var(--mat-app-on-surface))}.mdc-checkbox .mdc-checkbox__native-control:focus~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity));background-color:var(--mdc-checkbox-unselected-focus-state-layer-color, var(--mat-app-on-surface))}.mdc-checkbox .mdc-checkbox__native-control:focus~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-focus-state-layer-color, var(--mat-app-on-surface))}.mdc-checkbox:active .mdc-checkbox__native-control~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-unselected-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity));background-color:var(--mdc-checkbox-unselected-pressed-state-layer-color, var(--mat-app-primary))}.mdc-checkbox:active .mdc-checkbox__native-control~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-unselected-pressed-state-layer-color, var(--mat-app-primary))}.mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity));background-color:var(--mdc-checkbox-selected-hover-state-layer-color, var(--mat-app-primary))}.mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-hover-state-layer-color, var(--mat-app-primary))}.mdc-checkbox .mdc-checkbox__native-control:focus:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity));background-color:var(--mdc-checkbox-selected-focus-state-layer-color, var(--mat-app-primary))}.mdc-checkbox .mdc-checkbox__native-control:focus:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-focus-state-layer-color, var(--mat-app-primary))}.mdc-checkbox:active .mdc-checkbox__native-control:checked~.mdc-checkbox__ripple{opacity:var(--mdc-checkbox-selected-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity));background-color:var(--mdc-checkbox-selected-pressed-state-layer-color, var(--mat-app-on-surface))}.mdc-checkbox:active .mdc-checkbox__native-control:checked~.mat-mdc-checkbox-ripple .mat-ripple-element{background-color:var(--mdc-checkbox-selected-pressed-state-layer-color, var(--mat-app-on-surface))}.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox .mdc-checkbox__native-control~.mat-mdc-checkbox-ripple .mat-ripple-element,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox .mdc-checkbox__native-control~.mdc-checkbox__ripple{background-color:var(--mdc-checkbox-unselected-hover-state-layer-color, var(--mat-app-on-surface))}.mdc-checkbox .mdc-checkbox__native-control{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit;width:var(--mdc-checkbox-state-layer-size, 40px);height:var(--mdc-checkbox-state-layer-size, 40px);top:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 40px))/2);right:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 40px))/2);left:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 40px))/2)}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.cdk-high-contrast-active .mdc-checkbox--disabled{opacity:.5}.mdc-checkbox__background{display:inline-flex;position:absolute;align-items:center;justify-content:center;box-sizing:border-box;width:18px;height:18px;border:2px solid currentColor;border-radius:2px;background-color:rgba(0,0,0,0);pointer-events:none;will-change:background-color,border-color;transition:background-color 90ms cubic-bezier(0.4, 0, 0.6, 1),border-color 90ms cubic-bezier(0.4, 0, 0.6, 1);-webkit-print-color-adjust:exact;color-adjust:exact;border-color:var(--mdc-checkbox-unselected-icon-color, var(--mat-app-on-surface-variant));top:calc((var(--mdc-checkbox-state-layer-size, 40px) - 18px)/2);left:calc((var(--mdc-checkbox-state-layer-size, 40px) - 18px)/2)}.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-icon-color, var(--mat-app-primary));background-color:var(--mdc-checkbox-selected-icon-color, var(--mat-app-primary))}.mdc-checkbox--disabled .mdc-checkbox__background{border-color:var(--mdc-checkbox-disabled-unselected-icon-color)}.mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:disabled:indeterminate~.mdc-checkbox__background{background-color:var(--mdc-checkbox-disabled-selected-icon-color);border-color:rgba(0,0,0,0)}.mdc-checkbox:hover .mdc-checkbox__native-control:not(:checked)~.mdc-checkbox__background,.mdc-checkbox:hover .mdc-checkbox__native-control:not(:indeterminate)~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-hover-icon-color, var(--mat-app-on-surface));background-color:rgba(0,0,0,0)}.mdc-checkbox:hover .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox:hover .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-hover-icon-color, var(--mat-app-primary));background-color:var(--mdc-checkbox-selected-hover-icon-color, var(--mat-app-primary))}.mdc-checkbox__native-control:focus:focus:not(:checked)~.mdc-checkbox__background,.mdc-checkbox__native-control:focus:focus:not(:indeterminate)~.mdc-checkbox__background{border-color:var(--mdc-checkbox-unselected-focus-icon-color, var(--mat-app-on-surface))}.mdc-checkbox__native-control:focus:focus:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:focus:focus:indeterminate~.mdc-checkbox__background{border-color:var(--mdc-checkbox-selected-focus-icon-color, var(--mat-app-primary));background-color:var(--mdc-checkbox-selected-focus-icon-color, var(--mat-app-primary))}.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox:hover .mdc-checkbox__native-control~.mdc-checkbox__background,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox .mdc-checkbox__native-control:focus~.mdc-checkbox__background,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__background{border-color:var(--mdc-checkbox-disabled-unselected-icon-color)}.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{background-color:var(--mdc-checkbox-disabled-selected-icon-color);border-color:rgba(0,0,0,0)}.mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity 180ms cubic-bezier(0.4, 0, 0.6, 1);color:var(--mdc-checkbox-selected-checkmark-color, var(--mat-app-on-primary))}.cdk-high-contrast-active .mdc-checkbox__checkmark{color:CanvasText}.mdc-checkbox--disabled .mdc-checkbox__checkmark,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__checkmark{color:var(--mdc-checkbox-disabled-selected-checkmark-color, var(--mat-app-surface))}.cdk-high-contrast-active .mdc-checkbox--disabled .mdc-checkbox__checkmark,.cdk-high-contrast-active .mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__checkmark{color:CanvasText}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset 180ms cubic-bezier(0.4, 0, 0.6, 1);stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.mdc-checkbox__mixedmark{width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms cubic-bezier(0.4, 0, 0.6, 1);border-color:var(--mdc-checkbox-selected-checkmark-color, var(--mat-app-on-primary))}.cdk-high-contrast-active .mdc-checkbox__mixedmark{margin:0 1px}.mdc-checkbox--disabled .mdc-checkbox__mixedmark,.mdc-checkbox--disabled.mat-mdc-checkbox-disabled-interactive .mdc-checkbox__mixedmark{border-color:var(--mdc-checkbox-disabled-selected-checkmark-color, var(--mat-app-surface))}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background{animation-duration:180ms;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-unchecked-checked-checkmark-path 180ms linear;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark 500ms linear;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark 500ms linear;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear;transition:none}.mdc-checkbox__native-control:checked~.mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background{transition:border-color 90ms cubic-bezier(0, 0, 0.2, 1),background-color 90ms cubic-bezier(0, 0, 0.2, 1)}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity 180ms cubic-bezier(0, 0, 0.2, 1),transform 180ms cubic-bezier(0, 0, 0.2, 1);opacity:1}.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark{transform:rotate(45deg);opacity:0;transition:opacity 90ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(0deg);opacity:1}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}100%{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0, 0, 0, 1)}100%{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.7833385}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(45deg);opacity:0}to{transform:rotate(360deg);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 1);transform:rotate(-45deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;transform:scaleX(1);opacity:1}32.8%,100%{transform:scaleX(0);opacity:0}}.mat-mdc-checkbox{display:inline-block;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-checkbox._mat-animation-noopable .mdc-checkbox *,.mat-mdc-checkbox._mat-animation-noopable .mdc-checkbox *::before{transition:none !important;animation:none !important}.mat-mdc-checkbox label{cursor:pointer}.mat-mdc-checkbox .mat-internal-form-field{color:var(--mat-checkbox-label-text-color, var(--mat-app-on-surface));font-family:var(--mat-checkbox-label-text-font, var(--mat-app-body-medium-font));line-height:var(--mat-checkbox-label-text-line-height, var(--mat-app-body-medium-line-height));font-size:var(--mat-checkbox-label-text-size, var(--mat-app-body-medium-size));letter-spacing:var(--mat-checkbox-label-text-tracking, var(--mat-app-body-medium-tracking));font-weight:var(--mat-checkbox-label-text-weight, var(--mat-app-body-medium-weight))}.mat-mdc-checkbox.mat-mdc-checkbox-disabled.mat-mdc-checkbox-disabled-interactive{pointer-events:auto}.mat-mdc-checkbox.mat-mdc-checkbox-disabled.mat-mdc-checkbox-disabled-interactive input{cursor:default}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{cursor:default;color:var(--mat-checkbox-disabled-label-color)}.mat-mdc-checkbox label:empty{display:none}.mat-mdc-checkbox .mdc-checkbox__ripple{opacity:0}.mat-mdc-checkbox-ripple,.mdc-checkbox__ripple{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:50%;pointer-events:none}.mat-mdc-checkbox-ripple:not(:empty),.mdc-checkbox__ripple:not(:empty){transform:translateZ(0)}.mat-mdc-checkbox-ripple .mat-ripple-element{opacity:.1}.mat-mdc-checkbox-touch-target{position:absolute;top:50%;left:50%;height:48px;width:48px;transform:translate(-50%, -50%);display:var(--mat-checkbox-touch-target-display)}.mat-mdc-checkbox-ripple::before{border-radius:50%}.mdc-checkbox__native-control:focus~.mat-mdc-focus-indicator::before{content:""}'],encapsulation:2,changeDetection:0})}}return S})(),Jt=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({imports:[zt,H.yE,H.yE]})}}return S})();var fe=c(5084),Pt=c(3719),Et=c(9631),rt=c(8617),It=c(5024),xt=c(177);const dt=["input"],Vt=["formField"],it=["*"];let Bt=0;class re{constructor(te,h){this.source=te,this.value=h}}const on=new i.nKC("MatRadioGroup"),wn=new i.nKC("mat-radio-default-options",{providedIn:"root",factory:function Fe(){return{color:"accent",disabledInteractive:!1}}});let ht=(()=>{class S{get checked(){return this._checked}set checked(h){this._checked!==h&&(this._checked=h,h&&this.radioGroup&&this.radioGroup.value!==this.value?this.radioGroup.selected=this:!h&&this.radioGroup&&this.radioGroup.value===this.value&&(this.radioGroup.selected=null),h&&this._radioDispatcher.notify(this.id,this.name),this._changeDetector.markForCheck())}get value(){return this._value}set value(h){this._value!==h&&(this._value=h,null!==this.radioGroup&&(this.checked||(this.checked=this.radioGroup.value===h),this.checked&&(this.radioGroup.selected=this)))}get labelPosition(){return this._labelPosition||this.radioGroup&&this.radioGroup.labelPosition||"after"}set labelPosition(h){this._labelPosition=h}get disabled(){return this._disabled||null!==this.radioGroup&&this.radioGroup.disabled}set disabled(h){this._setDisabled(h)}get required(){return this._required||this.radioGroup&&this.radioGroup.required}set required(h){this._required=h}get color(){return this._color||this.radioGroup&&this.radioGroup.color||this._defaultOptions&&this._defaultOptions.color||"accent"}set color(h){this._color=h}get disabledInteractive(){return this._disabledInteractive||null!==this.radioGroup&&this.radioGroup.disabledInteractive}set disabledInteractive(h){this._disabledInteractive=h}get inputId(){return`${this.id||this._uniqueId}-input`}constructor(h,f,x,ct,ue,vn,Vn,Ma){this._elementRef=f,this._changeDetector=x,this._focusMonitor=ct,this._radioDispatcher=ue,this._defaultOptions=Vn,this._ngZone=(0,i.WQX)(i.SKi),this._uniqueId="mat-radio-"+ ++Bt,this.id=this._uniqueId,this.disableRipple=!1,this.tabIndex=0,this.change=new i.bkB,this._checked=!1,this._value=null,this._removeUniqueSelectionListener=()=>{},this._injector=(0,i.WQX)(i.zZn),this._onInputClick=vo=>{this.disabled&&this.disabledInteractive&&vo.preventDefault()},this.radioGroup=h,this._noopAnimations="NoopAnimations"===vn,this._disabledInteractive=Vn?.disabledInteractive??!1,Ma&&(this.tabIndex=(0,i.Udg)(Ma,0))}focus(h,f){f?this._focusMonitor.focusVia(this._inputElement,f,h):this._inputElement.nativeElement.focus(h)}_markForCheck(){this._changeDetector.markForCheck()}ngOnInit(){this.radioGroup&&(this.checked=this.radioGroup.value===this._value,this.checked&&(this.radioGroup.selected=this),this.name=this.radioGroup.name),this._removeUniqueSelectionListener=this._radioDispatcher.listen((h,f)=>{h!==this.id&&f===this.name&&(this.checked=!1)})}ngDoCheck(){this._updateTabIndex()}ngAfterViewInit(){this._updateTabIndex(),this._focusMonitor.monitor(this._elementRef,!0).subscribe(h=>{!h&&this.radioGroup&&this.radioGroup._touch()}),this._ngZone.runOutsideAngular(()=>{this._inputElement.nativeElement.addEventListener("click",this._onInputClick)})}ngOnDestroy(){this._inputElement?.nativeElement.removeEventListener("click",this._onInputClick),this._focusMonitor.stopMonitoring(this._elementRef),this._removeUniqueSelectionListener()}_emitChangeEvent(){this.change.emit(new re(this,this._value))}_isRippleDisabled(){return this.disableRipple||this.disabled}_onInputInteraction(h){if(h.stopPropagation(),!this.checked&&!this.disabled){const f=this.radioGroup&&this.value!==this.radioGroup.value;this.checked=!0,this._emitChangeEvent(),this.radioGroup&&(this.radioGroup._controlValueAccessorChangeFn(this.value),f&&this.radioGroup._emitChangeEvent())}}_onTouchTargetClick(h){this._onInputInteraction(h),(!this.disabled||this.disabledInteractive)&&this._inputElement?.nativeElement.focus()}_setDisabled(h){this._disabled!==h&&(this._disabled=h,this._changeDetector.markForCheck())}_updateTabIndex(){const h=this.radioGroup;let f;if(f=h&&h.selected&&!this.disabled?h.selected===this?this.tabIndex:-1:this.tabIndex,f!==this._previousTabIndex){const x=this._inputElement?.nativeElement;x&&(x.setAttribute("tabindex",f+""),this._previousTabIndex=f,(0,i.mal)(()=>{queueMicrotask(()=>{h&&h.selected&&h.selected!==this&&document.activeElement===x&&(h.selected?._inputElement.nativeElement.focus(),document.activeElement===x&&this._inputElement.nativeElement.blur())})},{injector:this._injector}))}}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(on,8),i.rXU(i.aKT),i.rXU(i.gRc),i.rXU(rt.FN),i.rXU(It.zP),i.rXU(i.bc$,8),i.rXU(wn,8),i.kS0("tabindex"))}}static{this.\u0275cmp=i.VBU({type:S,selectors:[["mat-radio-button"]],viewQuery:function(f,x){if(1&f&&(i.GBs(dt,5),i.GBs(Vt,7,i.aKT)),2&f){let ct;i.mGM(ct=i.lsd())&&(x._inputElement=ct.first),i.mGM(ct=i.lsd())&&(x._rippleTrigger=ct.first)}},hostAttrs:[1,"mat-mdc-radio-button"],hostVars:19,hostBindings:function(f,x){1&f&&i.bIt("focus",function(){return x._inputElement.nativeElement.focus()}),2&f&&(i.BMQ("id",x.id)("tabindex",null)("aria-label",null)("aria-labelledby",null)("aria-describedby",null),i.AVh("mat-primary","primary"===x.color)("mat-accent","accent"===x.color)("mat-warn","warn"===x.color)("mat-mdc-radio-checked",x.checked)("mat-mdc-radio-disabled",x.disabled)("mat-mdc-radio-disabled-interactive",x.disabledInteractive)("_mat-animation-noopable",x._noopAnimations))},inputs:{id:"id",name:"name",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],disableRipple:[2,"disableRipple","disableRipple",i.L39],tabIndex:[2,"tabIndex","tabIndex",h=>null==h?0:(0,i.Udg)(h)],checked:[2,"checked","checked",i.L39],value:"value",labelPosition:"labelPosition",disabled:[2,"disabled","disabled",i.L39],required:[2,"required","required",i.L39],color:"color",disabledInteractive:[2,"disabledInteractive","disabledInteractive",i.L39]},outputs:{change:"change"},exportAs:["matRadioButton"],standalone:!0,features:[i.GFd,i.aNF],ngContentSelectors:it,decls:13,vars:17,consts:[["formField",""],["input",""],["mat-internal-form-field","",3,"labelPosition"],[1,"mdc-radio"],[1,"mat-mdc-radio-touch-target",3,"click"],["type","radio",1,"mdc-radio__native-control",3,"change","id","checked","disabled","required"],[1,"mdc-radio__background"],[1,"mdc-radio__outer-circle"],[1,"mdc-radio__inner-circle"],["mat-ripple","",1,"mat-radio-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mat-ripple-element","mat-radio-persistent-ripple"],[1,"mdc-label",3,"for"]],template:function(f,x){if(1&f){const ct=i.RV6();i.NAR(),i.j41(0,"div",2,0)(2,"div",3)(3,"div",4),i.bIt("click",function(vn){return i.eBV(ct),i.Njj(x._onTouchTargetClick(vn))}),i.k0s(),i.j41(4,"input",5,1),i.bIt("change",function(vn){return i.eBV(ct),i.Njj(x._onInputInteraction(vn))}),i.k0s(),i.j41(6,"div",6),i.nrm(7,"div",7)(8,"div",8),i.k0s(),i.j41(9,"div",9),i.nrm(10,"div",10),i.k0s()(),i.j41(11,"label",11),i.SdG(12),i.k0s()()}2&f&&(i.Y8G("labelPosition",x.labelPosition),i.R7$(2),i.AVh("mdc-radio--disabled",x.disabled),i.R7$(2),i.Y8G("id",x.inputId)("checked",x.checked)("disabled",x.disabled&&!x.disabledInteractive)("required",x.required),i.BMQ("name",x.name)("value",x.value)("aria-label",x.ariaLabel)("aria-labelledby",x.ariaLabelledby)("aria-describedby",x.ariaDescribedby)("aria-disabled",x.disabled&&x.disabledInteractive?"true":null),i.R7$(5),i.Y8G("matRippleTrigger",x._rippleTrigger.nativeElement)("matRippleDisabled",x._isRippleDisabled())("matRippleCentered",!0),i.R7$(2),i.Y8G("for",x.inputId))},dependencies:[H.r6,H.tO],styles:['.mat-mdc-radio-button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-radio-button .mdc-radio{display:inline-block;position:relative;flex:0 0 auto;box-sizing:content-box;width:20px;height:20px;cursor:pointer;will-change:opacity,transform,border-color,color;padding:calc((var(--mdc-radio-state-layer-size) - 20px)/2)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:not([disabled]):not(:focus)~.mdc-radio__background::before{opacity:.04;transform:scale(1)}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:not([disabled])~.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-hover-icon-color, var(--mat-app-on-surface))}.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-hover-icon-color, var(--mat-app-primary))}.mat-mdc-radio-button .mdc-radio:active .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-pressed-icon-color, var(--mat-app-on-surface))}.mat-mdc-radio-button .mdc-radio:active .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio:active .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-pressed-icon-color, var(--mat-app-primary))}.mat-mdc-radio-button .mdc-radio__background{display:inline-block;position:relative;box-sizing:border-box;width:20px;height:20px}.mat-mdc-radio-button .mdc-radio__background::before{position:absolute;transform:scale(0, 0);border-radius:50%;opacity:0;pointer-events:none;content:"";transition:opacity 90ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms cubic-bezier(0.4, 0, 0.6, 1);width:var(--mdc-radio-state-layer-size);height:var(--mdc-radio-state-layer-size);top:calc(-1*(var(--mdc-radio-state-layer-size) - 20px)/2);left:calc(-1*(var(--mdc-radio-state-layer-size) - 20px)/2)}.mat-mdc-radio-button .mdc-radio__outer-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:50%;transition:border-color 90ms cubic-bezier(0.4, 0, 0.6, 1)}.mat-mdc-radio-button .mdc-radio__inner-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;transform:scale(0, 0);border-width:10px;border-style:solid;border-radius:50%;transition:transform 90ms cubic-bezier(0.4, 0, 0.6, 1),border-color 90ms cubic-bezier(0.4, 0, 0.6, 1)}.mat-mdc-radio-button .mdc-radio__native-control{position:absolute;margin:0;padding:0;opacity:0;top:0;right:0;left:0;cursor:inherit;z-index:1;width:var(--mdc-radio-state-layer-size);height:var(--mdc-radio-state-layer-size)}.mat-mdc-radio-button .mdc-radio__native-control:checked+.mdc-radio__background,.mat-mdc-radio-button .mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity 90ms cubic-bezier(0, 0, 0.2, 1),transform 90ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-radio-button .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color 90ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-radio-button .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:transform 90ms cubic-bezier(0, 0, 0.2, 1),border-color 90ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-radio-button .mdc-radio__native-control:focus+.mdc-radio__background::before{transform:scale(1);opacity:.12;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 1),transform 90ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-radio-button .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-disabled-unselected-icon-color, var(--mat-app-on-surface));opacity:var(--mdc-radio-disabled-unselected-icon-opacity)}.mat-mdc-radio-button .mdc-radio__native-control:disabled+.mdc-radio__background{cursor:default}.mat-mdc-radio-button .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-disabled-selected-icon-color, var(--mat-app-on-surface));opacity:var(--mdc-radio-disabled-selected-icon-opacity)}.mat-mdc-radio-button .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-icon-color, var(--mat-app-on-surface-variant))}.mat-mdc-radio-button .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__inner-circle{border-color:var(--mdc-radio-selected-icon-color, var(--mat-app-primary))}.mat-mdc-radio-button .mdc-radio__native-control:enabled:focus:checked+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button .mdc-radio__native-control:enabled:focus:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-selected-focus-icon-color, var(--mat-app-primary))}.mat-mdc-radio-button .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(0.5);transition:transform 90ms cubic-bezier(0, 0, 0.2, 1),border-color 90ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled{pointer-events:auto}.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-disabled-unselected-icon-color, var(--mat-app-on-surface));opacity:var(--mdc-radio-disabled-unselected-icon-opacity)}.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled:hover .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled:hover .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mdc-radio__native-control:checked:focus+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mdc-radio__native-control:checked:focus+.mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mdc-radio__native-control+.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-disabled-selected-icon-color, var(--mat-app-on-surface));opacity:var(--mdc-radio-disabled-selected-icon-opacity)}.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__background::before,.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__outer-circle,.mat-mdc-radio-button._mat-animation-noopable .mdc-radio__inner-circle{transition:none !important}.mat-mdc-radio-button .mdc-radio__background::before{background-color:var(--mat-radio-ripple-color, var(--mat-app-on-surface))}.mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element,.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background::before{background-color:var(--mat-radio-checked-ripple-color, var(--mat-app-primary))}.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mat-ripple-element,.mat-mdc-radio-button.mat-mdc-radio-disabled-interactive .mdc-radio--disabled .mdc-radio__background::before{background-color:var(--mat-radio-ripple-color, var(--mat-app-on-surface))}.mat-mdc-radio-button .mat-internal-form-field{color:var(--mat-radio-label-text-color, var(--mat-app-on-surface));font-family:var(--mat-radio-label-text-font, var(--mat-app-body-medium-font));line-height:var(--mat-radio-label-text-line-height, var(--mat-app-body-medium-line-height));font-size:var(--mat-radio-label-text-size, var(--mat-app-body-medium-size));letter-spacing:var(--mat-radio-label-text-tracking, var(--mat-app-body-medium-tracking));font-weight:var(--mat-radio-label-text-weight, var(--mat-app-body-medium-weight))}.mat-mdc-radio-button .mdc-radio--disabled+label{color:var(--mat-radio-disabled-label-color)}.mat-mdc-radio-button .mat-radio-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:50%}.mat-mdc-radio-button .mat-radio-ripple .mat-ripple-element{opacity:.14}.mat-mdc-radio-button .mat-radio-ripple::before{border-radius:50%}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:focus:enabled:not(:checked)~.mdc-radio__background .mdc-radio__outer-circle{border-color:var(--mdc-radio-unselected-focus-icon-color, var(--mat-app-on-surface))}.mat-mdc-radio-button.cdk-focused .mat-mdc-focus-indicator::before{content:""}.mat-mdc-radio-disabled{cursor:default;pointer-events:none}.mat-mdc-radio-disabled.mat-mdc-radio-disabled-interactive{pointer-events:auto}.mat-mdc-radio-touch-target{position:absolute;top:50%;left:50%;height:48px;width:48px;transform:translate(-50%, -50%);display:var(--mat-radio-touch-target-display)}[dir=rtl] .mat-mdc-radio-touch-target{left:auto;right:50%;transform:translate(50%, -50%)}'],encapsulation:2,changeDetection:0})}}return S})(),ot=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({imports:[H.yE,xt.MD,H.pZ,ht,H.yE]})}}return S})();var _t=c(2798),K=c(6860),Lt=c(1413);let jt=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({imports:[H.yE,H.pZ]})}}return S})();var Ce=c(450),Be=c(9115),Ge=c(882),mn=c(5911),En=c(5596),kn=c(1997);let Tn=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({})}}return S})();var jn=c(6939),cn=c(9969);let St=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({imports:[H.yE,Tn,jn.jc]})}}return S})(),at=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({imports:[H.Np,H.yE,H.Np,H.yE]})}}return S})();var un=c(3902),Wn=c(8203),Cn=c(7336),Zn=c(7673),Qn=c(9172),Xn=c(6977);const sa=["*"];function da(S,te){1&S&&i.SdG(0)}let za=(()=>{class S{constructor(h){this._elementRef=h}focus(){this._elementRef.nativeElement.focus()}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(i.aKT))}}static{this.\u0275dir=i.FsC({type:S,selectors:[["","cdkStepHeader",""]],hostAttrs:["role","tab"],standalone:!0})}}return S})(),Yn=(()=>{class S{constructor(h){this.template=h}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(i.C4Q))}}static{this.\u0275dir=i.FsC({type:S,selectors:[["","cdkStepLabel",""]],standalone:!0})}}return S})(),On=0;const xo=new i.nKC("STEPPER_GLOBAL_OPTIONS");let Go=(()=>{class S{get completed(){return null==this._completedOverride?this._getDefaultCompleted():this._completedOverride}set completed(h){this._completedOverride=h}_getDefaultCompleted(){return this.stepControl?this.stepControl.valid&&this.interacted:this.interacted}get hasError(){return null==this._customError?this._getDefaultError():this._customError}set hasError(h){this._customError=h}_getDefaultError(){return this.stepControl&&this.stepControl.invalid&&this.interacted}constructor(h,f){this._stepper=h,this.interacted=!1,this.interactedStream=new i.bkB,this.editable=!0,this.optional=!1,this._completedOverride=null,this._customError=null,this._stepperOptions=f||{},this._displayDefaultIndicatorType=!1!==this._stepperOptions.displayDefaultIndicatorType}select(){this._stepper.selected=this}reset(){this.interacted=!1,null!=this._completedOverride&&(this._completedOverride=!1),null!=this._customError&&(this._customError=!1),this.stepControl&&(this._childForms?.forEach(h=>h.resetForm?.()),this.stepControl.reset())}ngOnChanges(){this._stepper._stateChanged()}_markAsInteracted(){this.interacted||(this.interacted=!0,this.interactedStream.emit(this))}_showError(){return this._stepperOptions.showError??null!=this._customError}static{this.\u0275fac=function(f){return new(f||S)(i.rXU((0,i.Rfq)(()=>Oo)),i.rXU(xo,8))}}static{this.\u0275cmp=i.VBU({type:S,selectors:[["cdk-step"]],contentQueries:function(f,x,ct){if(1&f&&(i.wni(ct,Yn,5),i.wni(ct,r.ZU,5)),2&f){let ue;i.mGM(ue=i.lsd())&&(x.stepLabel=ue.first),i.mGM(ue=i.lsd())&&(x._childForms=ue)}},viewQuery:function(f,x){if(1&f&&i.GBs(i.C4Q,7),2&f){let ct;i.mGM(ct=i.lsd())&&(x.content=ct.first)}},inputs:{stepControl:"stepControl",label:"label",errorMessage:"errorMessage",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],state:"state",editable:[2,"editable","editable",i.L39],optional:[2,"optional","optional",i.L39],completed:[2,"completed","completed",i.L39],hasError:[2,"hasError","hasError",i.L39]},outputs:{interactedStream:"interacted"},exportAs:["cdkStep"],standalone:!0,features:[i.GFd,i.OA$,i.aNF],ngContentSelectors:sa,decls:1,vars:0,template:function(f,x){1&f&&(i.NAR(),i.DNE(0,da,1,0,"ng-template"))},encapsulation:2,changeDetection:0})}}return S})(),Oo=(()=>{class S{get selectedIndex(){return this._selectedIndex}set selectedIndex(h){this.steps&&this._steps?(this._isValidIndex(h),this.selected?._markAsInteracted(),this._selectedIndex!==h&&!this._anyControlsInvalidOrPending(h)&&(h>=this._selectedIndex||this.steps.toArray()[h].editable)&&this._updateSelectedItemIndex(h)):this._selectedIndex=h}get selected(){return this.steps?this.steps.toArray()[this.selectedIndex]:void 0}set selected(h){this.selectedIndex=h&&this.steps?this.steps.toArray().indexOf(h):-1}get orientation(){return this._orientation}set orientation(h){this._orientation=h,this._keyManager&&this._keyManager.withVerticalOrientation("vertical"===h)}constructor(h,f,x){this._dir=h,this._changeDetectorRef=f,this._elementRef=x,this._destroyed=new Lt.B,this.steps=new i.rOR,this._sortedHeaders=new i.rOR,this.linear=!1,this._selectedIndex=0,this.selectionChange=new i.bkB,this.selectedIndexChange=new i.bkB,this._orientation="horizontal",this._groupId=On++}ngAfterContentInit(){this._steps.changes.pipe((0,Qn.Z)(this._steps),(0,Xn.Q)(this._destroyed)).subscribe(h=>{this.steps.reset(h.filter(f=>f._stepper===this)),this.steps.notifyOnChanges()})}ngAfterViewInit(){this._stepHeader.changes.pipe((0,Qn.Z)(this._stepHeader),(0,Xn.Q)(this._destroyed)).subscribe(h=>{this._sortedHeaders.reset(h.toArray().sort((f,x)=>f._elementRef.nativeElement.compareDocumentPosition(x._elementRef.nativeElement)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1)),this._sortedHeaders.notifyOnChanges()}),this._keyManager=new rt.Bu(this._sortedHeaders).withWrap().withHomeAndEnd().withVerticalOrientation("vertical"===this._orientation),(this._dir?this._dir.change:(0,Zn.of)()).pipe((0,Qn.Z)(this._layoutDirection()),(0,Xn.Q)(this._destroyed)).subscribe(h=>this._keyManager.withHorizontalOrientation(h)),this._keyManager.updateActiveItem(this._selectedIndex),this.steps.changes.subscribe(()=>{this.selected||(this._selectedIndex=Math.max(this._selectedIndex-1,0))}),this._isValidIndex(this._selectedIndex)||(this._selectedIndex=0)}ngOnDestroy(){this._keyManager?.destroy(),this.steps.destroy(),this._sortedHeaders.destroy(),this._destroyed.next(),this._destroyed.complete()}next(){this.selectedIndex=Math.min(this._selectedIndex+1,this.steps.length-1)}previous(){this.selectedIndex=Math.max(this._selectedIndex-1,0)}reset(){this._updateSelectedItemIndex(0),this.steps.forEach(h=>h.reset()),this._stateChanged()}_getStepLabelId(h){return`cdk-step-label-${this._groupId}-${h}`}_getStepContentId(h){return`cdk-step-content-${this._groupId}-${h}`}_stateChanged(){this._changeDetectorRef.markForCheck()}_getAnimationDirection(h){const f=h-this._selectedIndex;return f<0?"rtl"===this._layoutDirection()?"next":"previous":f>0?"rtl"===this._layoutDirection()?"previous":"next":"current"}_getIndicatorType(h,f="number"){const x=this.steps.toArray()[h],ct=this._isCurrentStep(h);return x._displayDefaultIndicatorType?this._getDefaultIndicatorLogic(x,ct):this._getGuidelineLogic(x,ct,f)}_getDefaultIndicatorLogic(h,f){return h._showError()&&h.hasError&&!f?"error":!h.completed||f?"number":h.editable?"edit":"done"}_getGuidelineLogic(h,f,x="number"){return h._showError()&&h.hasError&&!f?"error":h.completed&&!f?"done":h.completed&&f?x:h.editable&&f?"edit":x}_isCurrentStep(h){return this._selectedIndex===h}_getFocusIndex(){return this._keyManager?this._keyManager.activeItemIndex:this._selectedIndex}_updateSelectedItemIndex(h){const f=this.steps.toArray();this.selectionChange.emit({selectedIndex:h,previouslySelectedIndex:this._selectedIndex,selectedStep:f[h],previouslySelectedStep:f[this._selectedIndex]}),this._containsFocus()?this._keyManager.setActiveItem(h):this._keyManager.updateActiveItem(h),this._selectedIndex=h,this.selectedIndexChange.emit(this._selectedIndex),this._stateChanged()}_onKeydown(h){const f=(0,Cn.rp)(h),x=h.keyCode,ct=this._keyManager;null==ct.activeItemIndex||f||x!==Cn.t6&&x!==Cn.Fm?ct.setFocusOrigin("keyboard").onKeydown(h):(this.selectedIndex=ct.activeItemIndex,h.preventDefault())}_anyControlsInvalidOrPending(h){return!!(this.linear&&h>=0)&&this.steps.toArray().slice(0,h).some(f=>{const x=f.stepControl;return(x?x.invalid||x.pending||!f.interacted:!f.completed)&&!f.optional&&!f._completedOverride})}_layoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_containsFocus(){const h=this._elementRef.nativeElement,f=(0,K.vc)();return h===f||h.contains(f)}_isValidIndex(h){return h>-1&&(!this.steps||h<this.steps.length)}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(Wn.dS,8),i.rXU(i.gRc),i.rXU(i.aKT))}}static{this.\u0275dir=i.FsC({type:S,selectors:[["","cdkStepper",""]],contentQueries:function(f,x,ct){if(1&f&&(i.wni(ct,Go,5),i.wni(ct,za,5)),2&f){let ue;i.mGM(ue=i.lsd())&&(x._steps=ue),i.mGM(ue=i.lsd())&&(x._stepHeader=ue)}},inputs:{linear:[2,"linear","linear",i.L39],selectedIndex:[2,"selectedIndex","selectedIndex",i.Udg],selected:"selected",orientation:"orientation"},outputs:{selectionChange:"selectionChange",selectedIndexChange:"selectedIndexChange"},exportAs:["cdkStepper"],standalone:!0,features:[i.GFd]})}}return S})(),ro=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({imports:[Wn.jI]})}}return S})();var Zo=c(9213),Ca=c(8359),Io=c(5558),Ya=c(6354),Qa=c(3294);function qo(S,te){if(1&S&&i.eu8(0,2),2&S){const h=i.XpG();i.Y8G("ngTemplateOutlet",h.iconOverrides[h.state])("ngTemplateOutletContext",h._getIconContext())}}function Ho(S,te){if(1&S&&(i.j41(0,"span",7),i.EFF(1),i.k0s()),2&S){const h=i.XpG(2);i.R7$(),i.JRh(h._getDefaultTextForState(h.state))}}function p0(S,te){if(1&S&&(i.j41(0,"span",8),i.EFF(1),i.k0s()),2&S){const h=i.XpG(3);i.R7$(),i.JRh(h._intl.completedLabel)}}function Wo(S,te){if(1&S&&(i.j41(0,"span",8),i.EFF(1),i.k0s()),2&S){const h=i.XpG(3);i.R7$(),i.JRh(h._intl.editableLabel)}}function Y0(S,te){if(1&S&&(i.DNE(0,p0,2,1,"span",8)(1,Wo,2,1,"span",8),i.j41(2,"mat-icon",7),i.EFF(3),i.k0s()),2&S){const h=i.XpG(2);i.vxM("done"===h.state?0:"edit"===h.state?1:-1),i.R7$(3),i.JRh(h._getDefaultTextForState(h.state))}}function v0(S,te){if(1&S&&i.DNE(0,Ho,2,1,"span",7)(1,Y0,4,2,"mat-icon",7),2&S){let h;const f=i.XpG();i.vxM("number"===(h=f.state)?0:1)}}function u0(S,te){1&S&&(i.j41(0,"div",4),i.eu8(1,9),i.k0s()),2&S&&(i.R7$(),i.Y8G("ngTemplateOutlet",te.template))}function Aa(S,te){if(1&S&&(i.j41(0,"div",4),i.EFF(1),i.k0s()),2&S){const h=i.XpG();i.R7$(),i.JRh(h.label)}}function Jo(S,te){if(1&S&&(i.j41(0,"div",5),i.EFF(1),i.k0s()),2&S){const h=i.XpG();i.R7$(),i.JRh(h._intl.optionalLabel)}}function lo(S,te){if(1&S&&(i.j41(0,"div",6),i.EFF(1),i.k0s()),2&S){const h=i.XpG();i.R7$(),i.JRh(h.errorMessage)}}const g0=["*"];function Ea(S,te){}function Mo(S,te){if(1&S&&(i.SdG(0),i.DNE(1,Ea,0,0,"ng-template",0)),2&S){const h=i.XpG();i.R7$(),i.Y8G("cdkPortalOutlet",h._portal)}}const Nn=(S,te)=>({step:S,i:te}),yo=S=>({animationDuration:S}),t0=(S,te)=>({value:S,params:te});function Ro(S,te){1&S&&i.SdG(0)}function B0(S,te){1&S&&i.nrm(0,"div",6)}function Po(S,te){if(1&S&&(i.eu8(0,5),i.DNE(1,B0,1,0,"div",6)),2&S){const h=te.$implicit,f=te.$index,x=te.$count;i.XpG(2);const ct=i.sdS(4);i.Y8G("ngTemplateOutlet",ct)("ngTemplateOutletContext",i.l_i(3,Nn,h,f)),i.R7$(),i.vxM(f!==x-1?1:-1)}}function V0(S,te){if(1&S){const h=i.RV6();i.j41(0,"div",7),i.bIt("@horizontalStepTransition.done",function(x){i.eBV(h);const ct=i.XpG(2);return i.Njj(ct._animationDone.next(x))}),i.eu8(1,8),i.k0s()}if(2&S){const h=te.$implicit,f=te.$index,x=i.XpG(2);i.AVh("mat-horizontal-stepper-content-inactive",x.selectedIndex!==f),i.Y8G("@horizontalStepTransition",i.l_i(8,t0,x._getAnimationDirection(f),i.eq3(6,yo,x._getAnimationDuration())))("id",x._getStepContentId(f)),i.BMQ("aria-labelledby",x._getStepLabelId(f)),i.R7$(),i.Y8G("ngTemplateOutlet",h.content)}}function Q0(S,te){if(1&S&&(i.j41(0,"div",1)(1,"div",2),i.Z7z(2,Po,2,6,null,null,i.fX1),i.k0s(),i.j41(4,"div",3),i.Z7z(5,V0,2,11,"div",4,i.fX1),i.k0s()()),2&S){const h=i.XpG();i.R7$(2),i.Dyx(h.steps),i.R7$(3),i.Dyx(h.steps)}}function Fo(S,te){if(1&S){const h=i.RV6();i.j41(0,"div",9),i.eu8(1,5),i.j41(2,"div",10)(3,"div",11),i.bIt("@verticalStepTransition.done",function(x){i.eBV(h);const ct=i.XpG(2);return i.Njj(ct._animationDone.next(x))}),i.j41(4,"div",12),i.eu8(5,8),i.k0s()()()()}if(2&S){const h=te.$implicit,f=te.$index,x=te.$count,ct=i.XpG(2),ue=i.sdS(4);i.R7$(),i.Y8G("ngTemplateOutlet",ue)("ngTemplateOutletContext",i.l_i(10,Nn,h,f)),i.R7$(),i.AVh("mat-stepper-vertical-line",f!==x-1),i.R7$(),i.AVh("mat-vertical-stepper-content-inactive",ct.selectedIndex!==f),i.Y8G("@verticalStepTransition",i.l_i(15,t0,ct._getAnimationDirection(f),i.eq3(13,yo,ct._getAnimationDuration())))("id",ct._getStepContentId(f)),i.BMQ("aria-labelledby",ct._getStepLabelId(f)),i.R7$(2),i.Y8G("ngTemplateOutlet",h.content)}}function U0(S,te){if(1&S&&i.Z7z(0,Fo,6,18,"div",9,i.fX1),2&S){const h=i.XpG();i.Dyx(h.steps)}}function e0(S,te){if(1&S){const h=i.RV6();i.j41(0,"mat-step-header",13),i.bIt("click",function(){const x=i.eBV(h).step;return i.Njj(x.select())})("keydown",function(x){i.eBV(h);const ct=i.XpG();return i.Njj(ct._onKeydown(x))}),i.k0s()}if(2&S){const h=te.step,f=te.i,x=i.XpG();i.AVh("mat-horizontal-stepper-header","horizontal"===x.orientation)("mat-vertical-stepper-header","vertical"===x.orientation),i.Y8G("tabIndex",x._getFocusIndex()===f?0:-1)("id",x._getStepLabelId(f))("index",f)("state",x._getIndicatorType(f,h.state))("label",h.stepLabel||h.label)("selected",x.selectedIndex===f)("active",x._stepIsNavigable(f,h))("optional",h.optional)("errorMessage",h.errorMessage)("iconOverrides",x._iconOverrides)("disableRipple",x.disableRipple||!x._stepIsNavigable(f,h))("color",h.color||x.color),i.BMQ("aria-posinset",f+1)("aria-setsize",x.steps.length)("aria-controls",x._getStepContentId(f))("aria-selected",x.selectedIndex==f)("aria-label",h.ariaLabel||null)("aria-labelledby",!h.ariaLabel&&h.ariaLabelledby?h.ariaLabelledby:null)("aria-disabled",!x._stepIsNavigable(f,h)||null)}}let n0=(()=>{class S extends Yn{static{this.\u0275fac=(()=>{let h;return function(x){return(h||(h=i.xGo(S)))(x||S)}})()}static{this.\u0275dir=i.FsC({type:S,selectors:[["","matStepLabel",""]],standalone:!0,features:[i.Vt3]})}}return S})(),Za=(()=>{class S{constructor(){this.changes=new Lt.B,this.optionalLabel="Optional",this.completedLabel="Completed",this.editableLabel="Editable"}static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275prov=i.jDH({token:S,factory:S.\u0275fac,providedIn:"root"})}}return S})();const Pa={provide:Za,deps:[[new i.Xx1,new i.kdw,Za]],useFactory:function ho(S){return S||new Za}};let Ka=(()=>{class S extends za{constructor(h,f,x,ct){super(x),this._intl=h,this._focusMonitor=f,this._intlSubscription=h.changes.subscribe(()=>ct.markForCheck())}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){this._intlSubscription.unsubscribe(),this._focusMonitor.stopMonitoring(this._elementRef)}focus(h,f){h?this._focusMonitor.focusVia(this._elementRef,h,f):this._elementRef.nativeElement.focus(f)}_stringLabel(){return this.label instanceof n0?null:this.label}_templateLabel(){return this.label instanceof n0?this.label:null}_getHostElement(){return this._elementRef.nativeElement}_getIconContext(){return{index:this.index,active:this.active,optional:this.optional}}_getDefaultTextForState(h){return"number"==h?`${this.index+1}`:"edit"==h?"create":"error"==h?"warning":h}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(Za),i.rXU(rt.FN),i.rXU(i.aKT),i.rXU(i.gRc))}}static{this.\u0275cmp=i.VBU({type:S,selectors:[["mat-step-header"]],hostAttrs:["role","tab",1,"mat-step-header"],hostVars:2,hostBindings:function(f,x){2&f&&i.HbH("mat-"+(x.color||"primary"))},inputs:{state:"state",label:"label",errorMessage:"errorMessage",iconOverrides:"iconOverrides",index:"index",selected:"selected",active:"active",optional:"optional",disableRipple:"disableRipple",color:"color"},standalone:!0,features:[i.Vt3,i.aNF],decls:10,vars:17,consts:[["matRipple","",1,"mat-step-header-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled"],[1,"mat-step-icon-content"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"mat-step-label"],[1,"mat-step-text-label"],[1,"mat-step-optional"],[1,"mat-step-sub-label-error"],["aria-hidden","true"],[1,"cdk-visually-hidden"],[3,"ngTemplateOutlet"]],template:function(f,x){if(1&f&&(i.nrm(0,"div",0),i.j41(1,"div")(2,"div",1),i.DNE(3,qo,1,2,"ng-container",2)(4,v0,2,1),i.k0s()(),i.j41(5,"div",3),i.DNE(6,u0,2,1,"div",4)(7,Aa,2,1,"div",4)(8,Jo,2,1,"div",5)(9,lo,2,1,"div",6),i.k0s()),2&f){let ct;i.Y8G("matRippleTrigger",x._getHostElement())("matRippleDisabled",x.disableRipple),i.R7$(),i.ZvI("mat-step-icon-state-",x.state," mat-step-icon"),i.AVh("mat-step-icon-selected",x.selected),i.R7$(2),i.vxM(x.iconOverrides&&x.iconOverrides[x.state]?3:4),i.R7$(2),i.AVh("mat-step-label-active",x.active)("mat-step-label-selected",x.selected)("mat-step-label-error","error"==x.state),i.R7$(),i.vxM((ct=x._templateLabel())?6:x._stringLabel()?7:-1,ct),i.R7$(2),i.vxM(x.optional&&"error"!=x.state?8:-1),i.R7$(),i.vxM("error"===x.state?9:-1)}},dependencies:[H.r6,xt.T3,Zo.An],styles:['.mat-step-header{overflow:hidden;outline:none;cursor:pointer;position:relative;box-sizing:content-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-step-header:focus .mat-focus-indicator::before{content:""}.mat-step-header:hover[aria-disabled=true]{cursor:default}.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:var(--mat-stepper-header-hover-state-layer-color);border-radius:var(--mat-stepper-header-hover-state-layer-shape, var(--mat-app-corner-medium))}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused{background-color:var(--mat-stepper-header-focus-state-layer-color);border-radius:var(--mat-stepper-header-focus-state-layer-shape, var(--mat-app-corner-medium))}@media(hover: none){.mat-step-header:hover{background:none}}.cdk-high-contrast-active .mat-step-header{outline:solid 1px}.cdk-high-contrast-active .mat-step-header[aria-selected=true] .mat-step-label{text-decoration:underline}.cdk-high-contrast-active .mat-step-header[aria-disabled=true]{outline-color:GrayText}.cdk-high-contrast-active .mat-step-header[aria-disabled=true] .mat-step-label,.cdk-high-contrast-active .mat-step-header[aria-disabled=true] .mat-step-icon,.cdk-high-contrast-active .mat-step-header[aria-disabled=true] .mat-step-optional{color:GrayText}.mat-step-optional{font-size:12px;color:var(--mat-stepper-header-optional-label-text-color, var(--mat-app-on-surface-variant))}.mat-step-sub-label-error{font-size:12px;font-weight:normal}.mat-step-icon{border-radius:50%;height:24px;width:24px;flex-shrink:0;position:relative;color:var(--mat-stepper-header-icon-foreground-color, var(--mat-app-surface));background-color:var(--mat-stepper-header-icon-background-color, var(--mat-app-on-surface-variant))}.mat-step-icon-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex}.mat-step-icon .mat-icon{font-size:16px;height:16px;width:16px}.mat-step-icon-state-error{background-color:var(--mat-stepper-header-error-state-icon-background-color);color:var(--mat-stepper-header-error-state-icon-foreground-color, var(--mat-app-error))}.mat-step-icon-state-error .mat-icon{font-size:24px;height:24px;width:24px}.mat-step-label{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:50px;vertical-align:middle;font-family:var(--mat-stepper-header-label-text-font, var(--mat-app-title-small-font));font-size:var(--mat-stepper-header-label-text-size, var(--mat-app-title-small-size));font-weight:var(--mat-stepper-header-label-text-weight, var(--mat-app-title-small-weight));color:var(--mat-stepper-header-label-text-color, var(--mat-app-on-surface-variant))}.mat-step-label.mat-step-label-active{color:var(--mat-stepper-header-selected-state-label-text-color, var(--mat-app-on-surface-variant))}.mat-step-label.mat-step-label-error{color:var(--mat-stepper-header-error-state-label-text-color, var(--mat-app-error));font-size:var(--mat-stepper-header-error-state-label-text-size, var(--mat-app-title-small-size))}.mat-step-label.mat-step-label-selected{font-size:var(--mat-stepper-header-selected-state-label-text-size, var(--mat-app-title-small-size));font-weight:var(--mat-stepper-header-selected-state-label-text-weight, var(--mat-app-title-small-weight))}.mat-step-text-label{text-overflow:ellipsis;overflow:hidden}.mat-step-header .mat-step-header-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-step-icon-selected{background-color:var(--mat-stepper-header-selected-state-icon-background-color, var(--mat-app-primary));color:var(--mat-stepper-header-selected-state-icon-foreground-color, var(--mat-app-on-primary))}.mat-step-icon-state-done{background-color:var(--mat-stepper-header-done-state-icon-background-color);color:var(--mat-stepper-header-done-state-icon-foreground-color)}.mat-step-icon-state-edit{background-color:var(--mat-stepper-header-edit-state-icon-background-color, var(--mat-app-primary));color:var(--mat-stepper-header-edit-state-icon-foreground-color, var(--mat-app-on-primary))}'],encapsulation:2,changeDetection:0})}}return S})();const No={horizontalStepTransition:(0,cn.hZ)("horizontalStepTransition",[(0,cn.wk)("previous",(0,cn.iF)({transform:"translate3d(-100%, 0, 0)",visibility:"hidden"})),(0,cn.wk)("current",(0,cn.iF)({transform:"none",visibility:"inherit"})),(0,cn.wk)("next",(0,cn.iF)({transform:"translate3d(100%, 0, 0)",visibility:"hidden"})),(0,cn.kY)("* => *",(0,cn.Os)([(0,cn.i0)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)"),(0,cn.P)("@*",(0,cn.MA)(),{optional:!0})]),{params:{animationDuration:"500ms"}})]),verticalStepTransition:(0,cn.hZ)("verticalStepTransition",[(0,cn.wk)("previous",(0,cn.iF)({height:"0px",visibility:"hidden"})),(0,cn.wk)("next",(0,cn.iF)({height:"0px",visibility:"hidden"})),(0,cn.wk)("current",(0,cn.iF)({height:"*",visibility:"inherit"})),(0,cn.kY)("* <=> current",(0,cn.Os)([(0,cn.i0)("{{animationDuration}} cubic-bezier(0.4, 0.0, 0.2, 1)"),(0,cn.P)("@*",(0,cn.MA)(),{optional:!0})]),{params:{animationDuration:"225ms"}})])};let co=(()=>{class S{constructor(h){this.templateRef=h}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(i.C4Q))}}static{this.\u0275dir=i.FsC({type:S,selectors:[["ng-template","matStepperIcon",""]],inputs:{name:[0,"matStepperIcon","name"]},standalone:!0})}}return S})(),Z0=(()=>{class S{constructor(h){this._template=h}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(i.C4Q))}}static{this.\u0275dir=i.FsC({type:S,selectors:[["ng-template","matStepContent",""]],standalone:!0})}}return S})(),q0=(()=>{class S extends Go{constructor(h,f,x,ct){super(h,ct),this._errorStateMatcher=f,this._viewContainerRef=x,this._isSelected=Ca.yU.EMPTY,this.stepLabel=void 0}ngAfterContentInit(){this._isSelected=this._stepper.steps.changes.pipe((0,Io.n)(()=>this._stepper.selectionChange.pipe((0,Ya.T)(h=>h.selectedStep===this),(0,Qn.Z)(this._stepper.selected===this)))).subscribe(h=>{h&&this._lazyContent&&!this._portal&&(this._portal=new jn.VA(this._lazyContent._template,this._viewContainerRef))})}ngOnDestroy(){this._isSelected.unsubscribe()}isErrorState(h,f){return this._errorStateMatcher.isErrorState(h,f)||!!(h&&h.invalid&&this.interacted)}static{this.\u0275fac=function(f){return new(f||S)(i.rXU((0,i.Rfq)(()=>j0)),i.rXU(H.es,4),i.rXU(i.c1b),i.rXU(xo,8))}}static{this.\u0275cmp=i.VBU({type:S,selectors:[["mat-step"]],contentQueries:function(f,x,ct){if(1&f&&(i.wni(ct,n0,5),i.wni(ct,Z0,5)),2&f){let ue;i.mGM(ue=i.lsd())&&(x.stepLabel=ue.first),i.mGM(ue=i.lsd())&&(x._lazyContent=ue.first)}},hostAttrs:["hidden",""],inputs:{color:"color"},exportAs:["matStep"],standalone:!0,features:[i.Jv_([{provide:H.es,useExisting:S},{provide:Go,useExisting:S}]),i.Vt3,i.aNF],ngContentSelectors:g0,decls:1,vars:0,consts:[[3,"cdkPortalOutlet"]],template:function(f,x){1&f&&(i.NAR(),i.DNE(0,Mo,2,1,"ng-template"))},dependencies:[jn.I3],encapsulation:2,changeDetection:0})}}return S})(),j0=(()=>{class S extends Oo{get animationDuration(){return this._animationDuration}set animationDuration(h){this._animationDuration=/^\d+$/.test(h)?h+"ms":h}constructor(h,f,x){super(h,f,x),this._stepHeader=void 0,this._steps=void 0,this.steps=new i.rOR,this.animationDone=new i.bkB,this.labelPosition="end",this.headerPosition="top",this._iconOverrides={},this._animationDone=new Lt.B,this._animationDuration="",this._isServer=!(0,i.WQX)(K.OD).isBrowser;const ct=x.nativeElement.nodeName.toLowerCase();this.orientation="mat-vertical-stepper"===ct?"vertical":"horizontal"}ngAfterContentInit(){super.ngAfterContentInit(),this._icons.forEach(({name:h,templateRef:f})=>this._iconOverrides[h]=f),this.steps.changes.pipe((0,Xn.Q)(this._destroyed)).subscribe(()=>{this._stateChanged()}),this._animationDone.pipe((0,Qa.F)((h,f)=>h.fromState===f.fromState&&h.toState===f.toState),(0,Xn.Q)(this._destroyed)).subscribe(h=>{"current"===h.toState&&this.animationDone.emit()})}_stepIsNavigable(h,f){return f.completed||this.selectedIndex===h||!this.linear}_getAnimationDuration(){return this.animationDuration?this.animationDuration:"horizontal"===this.orientation?"500ms":"225ms"}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(Wn.dS,8),i.rXU(i.gRc),i.rXU(i.aKT))}}static{this.\u0275cmp=i.VBU({type:S,selectors:[["mat-stepper"],["mat-vertical-stepper"],["mat-horizontal-stepper"],["","matStepper",""]],contentQueries:function(f,x,ct){if(1&f&&(i.wni(ct,q0,5),i.wni(ct,co,5)),2&f){let ue;i.mGM(ue=i.lsd())&&(x._steps=ue),i.mGM(ue=i.lsd())&&(x._icons=ue)}},viewQuery:function(f,x){if(1&f&&i.GBs(Ka,5),2&f){let ct;i.mGM(ct=i.lsd())&&(x._stepHeader=ct)}},hostAttrs:["role","tablist"],hostVars:11,hostBindings:function(f,x){2&f&&(i.BMQ("aria-orientation",x.orientation),i.AVh("mat-stepper-horizontal","horizontal"===x.orientation)("mat-stepper-vertical","vertical"===x.orientation)("mat-stepper-label-position-end","horizontal"===x.orientation&&"end"==x.labelPosition)("mat-stepper-label-position-bottom","horizontal"===x.orientation&&"bottom"==x.labelPosition)("mat-stepper-header-position-bottom","bottom"===x.headerPosition))},inputs:{disableRipple:"disableRipple",color:"color",labelPosition:"labelPosition",headerPosition:"headerPosition",animationDuration:"animationDuration"},outputs:{animationDone:"animationDone"},exportAs:["matStepper","matVerticalStepper","matHorizontalStepper"],standalone:!0,features:[i.Jv_([{provide:Oo,useExisting:S}]),i.Vt3,i.aNF],ngContentSelectors:g0,decls:5,vars:2,consts:[["stepTemplate",""],[1,"mat-horizontal-stepper-wrapper"],[1,"mat-horizontal-stepper-header-container"],[1,"mat-horizontal-content-container"],["role","tabpanel",1,"mat-horizontal-stepper-content",3,"id","mat-horizontal-stepper-content-inactive"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"mat-stepper-horizontal-line"],["role","tabpanel",1,"mat-horizontal-stepper-content",3,"id"],[3,"ngTemplateOutlet"],[1,"mat-step"],[1,"mat-vertical-content-container"],["role","tabpanel",1,"mat-vertical-stepper-content",3,"id"],[1,"mat-vertical-content"],[3,"click","keydown","tabIndex","id","index","state","label","selected","active","optional","errorMessage","iconOverrides","disableRipple","color"]],template:function(f,x){if(1&f&&(i.NAR(),i.DNE(0,Ro,1,0)(1,Q0,7,0,"div",1)(2,U0,2,0)(3,e0,1,23,"ng-template",null,0,i.C5r)),2&f){let ct;i.vxM(x._isServer?0:-1),i.R7$(),i.vxM("horizontal"===(ct=x.orientation)?1:"vertical"===ct?2:-1)}},dependencies:[xt.T3,Ka],styles:['.mat-stepper-vertical,.mat-stepper-horizontal{display:block;font-family:var(--mat-stepper-container-text-font, var(--mat-app-body-medium-font));background:var(--mat-stepper-container-color, var(--mat-app-surface))}.mat-horizontal-stepper-header-container{white-space:nowrap;display:flex;align-items:center}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header-container{align-items:flex-start}.mat-stepper-header-position-bottom .mat-horizontal-stepper-header-container{order:1}.mat-stepper-horizontal-line{border-top-width:1px;border-top-style:solid;flex:auto;height:0;margin:0 -16px;min-width:32px;border-top-color:var(--mat-stepper-line-color, var(--mat-app-outline))}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{margin:0;min-width:0;position:relative;top:calc(calc((var(--mat-stepper-header-height) - 24px) / 2) + 12px)}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after{border-top-width:1px;border-top-style:solid;content:"";display:inline-block;height:0;position:absolute;width:calc(50% - 20px)}.mat-horizontal-stepper-header{display:flex;height:72px;overflow:hidden;align-items:center;padding:0 24px;height:var(--mat-stepper-header-height)}.mat-horizontal-stepper-header .mat-step-icon{margin-right:8px;flex:none}[dir=rtl] .mat-horizontal-stepper-header .mat-step-icon{margin-right:0;margin-left:8px}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after{border-top-color:var(--mat-stepper-line-color, var(--mat-app-outline))}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header{padding:calc((var(--mat-stepper-header-height) - 24px) / 2) 24px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after{top:calc(calc((var(--mat-stepper-header-height) - 24px) / 2) + 12px)}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header{box-sizing:border-box;flex-direction:column;height:auto}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after{right:0}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before{left:0}[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:last-child::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:first-child::after{display:none}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-icon{margin-right:0;margin-left:0}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-label{padding:16px 0 0 0;text-align:center;width:100%}.mat-vertical-stepper-header{display:flex;align-items:center;height:24px;padding:calc((var(--mat-stepper-header-height) - 24px) / 2) 24px}.mat-vertical-stepper-header .mat-step-icon{margin-right:12px}[dir=rtl] .mat-vertical-stepper-header .mat-step-icon{margin-right:0;margin-left:12px}.mat-horizontal-stepper-wrapper{display:flex;flex-direction:column}.mat-horizontal-stepper-content{outline:0}.mat-horizontal-stepper-content.mat-horizontal-stepper-content-inactive{height:0;overflow:hidden}.mat-horizontal-stepper-content:not(.mat-horizontal-stepper-content-inactive){visibility:inherit !important}.mat-horizontal-content-container{overflow:hidden;padding:0 24px 24px 24px}.cdk-high-contrast-active .mat-horizontal-content-container{outline:solid 1px}.mat-stepper-header-position-bottom .mat-horizontal-content-container{padding:24px 24px 0 24px}.mat-vertical-content-container{margin-left:36px;border:0;position:relative}.cdk-high-contrast-active .mat-vertical-content-container{outline:solid 1px}[dir=rtl] .mat-vertical-content-container{margin-left:0;margin-right:36px}.mat-stepper-vertical-line::before{content:"";position:absolute;left:0;border-left-width:1px;border-left-style:solid;border-left-color:var(--mat-stepper-line-color, var(--mat-app-outline));top:calc(8px - calc((var(--mat-stepper-header-height) - 24px) / 2));bottom:calc(8px - calc((var(--mat-stepper-header-height) - 24px) / 2))}[dir=rtl] .mat-stepper-vertical-line::before{left:auto;right:0}.mat-vertical-stepper-content{overflow:hidden;outline:0}.mat-vertical-stepper-content:not(.mat-vertical-stepper-content-inactive){visibility:inherit !important}.mat-vertical-content{padding:0 24px 24px 24px}.mat-step:last-child .mat-vertical-content-container{border:none}'],encapsulation:2,data:{animation:[No.horizontalStepTransition,No.verticalStepTransition]},changeDetection:0})}}return S})(),Xo=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({providers:[Pa,H.es],imports:[H.yE,xt.MD,jn.jc,ro,Zo.m_,H.pZ,j0,Ka,H.yE]})}}return S})();var G0=c(6850),ko=(c(4402),c(4412),c(4572),c(983),c(8793),c(6697)),Ua=c(5964);c(8141),c(9852),c(274),c(8045);let bo=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({})}}return S})();var f0=c(7786);let ja=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({imports:[bo,H.yE,H.yE]})}}return S})();var yi=c(8834);const Yo=["button"],io=["*"];function Fi(S,te){if(1&S&&i.nrm(0,"mat-pseudo-checkbox",3),2&S){const h=i.XpG();i.Y8G("disabled",h.disabled)}}function hi(S,te){if(1&S&&i.nrm(0,"mat-pseudo-checkbox",3),2&S){const h=i.XpG();i.Y8G("disabled",h.disabled)}}const di=new i.nKC("MAT_BUTTON_TOGGLE_DEFAULT_OPTIONS",{providedIn:"root",factory:function ni(){return{hideSingleSelectionIndicator:!1,hideMultipleSelectionIndicator:!1,disabledInteractive:!1}}}),ls=new i.nKC("MatButtonToggleGroup");let ki=0;class ci{constructor(te,h){this.source=te,this.value=h}}let oi=(()=>{class S{get buttonId(){return`${this.id}-button`}get tabIndex(){return this._tabIndex}set tabIndex(h){this._tabIndex=h,this._markForCheck()}get appearance(){return this.buttonToggleGroup?this.buttonToggleGroup.appearance:this._appearance}set appearance(h){this._appearance=h}get checked(){return this.buttonToggleGroup?this.buttonToggleGroup._isSelected(this):this._checked}set checked(h){h!==this._checked&&(this._checked=h,this.buttonToggleGroup&&this.buttonToggleGroup._syncButtonToggle(this,this._checked),this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled||this.buttonToggleGroup&&this.buttonToggleGroup.disabled}set disabled(h){this._disabled=h}get disabledInteractive(){return this._disabledInteractive||null!==this.buttonToggleGroup&&this.buttonToggleGroup.disabledInteractive}set disabledInteractive(h){this._disabledInteractive=h}constructor(h,f,x,ct,ue,vn){this._changeDetectorRef=f,this._elementRef=x,this._focusMonitor=ct,this._checked=!1,this.ariaLabelledby=null,this._disabled=!1,this.change=new i.bkB;const Vn=Number(ue);this.tabIndex=Vn||0===Vn?Vn:null,this.buttonToggleGroup=h,this.appearance=vn&&vn.appearance?vn.appearance:"standard",this.disabledInteractive=vn?.disabledInteractive??!1}ngOnInit(){const h=this.buttonToggleGroup;this.id=this.id||"mat-button-toggle-"+ki++,h&&(h._isPrechecked(this)?this.checked=!0:h._isSelected(this)!==this._checked&&h._syncButtonToggle(this,this._checked))}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){const h=this.buttonToggleGroup;this._focusMonitor.stopMonitoring(this._elementRef),h&&h._isSelected(this)&&h._syncButtonToggle(this,!1,!1,!0)}focus(h){this._buttonElement.nativeElement.focus(h)}_onButtonClick(){if(this.disabled)return;const h=!!this.isSingleSelector()||!this._checked;if(h!==this._checked&&(this._checked=h,this.buttonToggleGroup&&(this.buttonToggleGroup._syncButtonToggle(this,this._checked,!0),this.buttonToggleGroup._onTouched())),this.isSingleSelector()){const f=this.buttonToggleGroup._buttonToggles.find(x=>0===x.tabIndex);f&&(f.tabIndex=-1),this.tabIndex=0}this.change.emit(new ci(this,this.value))}_markForCheck(){this._changeDetectorRef.markForCheck()}_getButtonName(){return this.isSingleSelector()?this.buttonToggleGroup.name:this.name||null}isSingleSelector(){return this.buttonToggleGroup&&!this.buttonToggleGroup.multiple}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(ls,8),i.rXU(i.gRc),i.rXU(i.aKT),i.rXU(rt.FN),i.kS0("tabindex"),i.rXU(di,8))}}static{this.\u0275cmp=i.VBU({type:S,selectors:[["mat-button-toggle"]],viewQuery:function(f,x){if(1&f&&i.GBs(Yo,5),2&f){let ct;i.mGM(ct=i.lsd())&&(x._buttonElement=ct.first)}},hostAttrs:["role","presentation",1,"mat-button-toggle"],hostVars:14,hostBindings:function(f,x){1&f&&i.bIt("focus",function(){return x.focus()}),2&f&&(i.BMQ("aria-label",null)("aria-labelledby",null)("id",x.id)("name",null),i.AVh("mat-button-toggle-standalone",!x.buttonToggleGroup)("mat-button-toggle-checked",x.checked)("mat-button-toggle-disabled",x.disabled)("mat-button-toggle-disabled-interactive",x.disabledInteractive)("mat-button-toggle-appearance-standard","standard"===x.appearance))},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],id:"id",name:"name",value:"value",tabIndex:"tabIndex",disableRipple:[2,"disableRipple","disableRipple",i.L39],appearance:"appearance",checked:[2,"checked","checked",i.L39],disabled:[2,"disabled","disabled",i.L39],disabledInteractive:[2,"disabledInteractive","disabledInteractive",i.L39]},outputs:{change:"change"},exportAs:["matButtonToggle"],standalone:!0,features:[i.GFd,i.aNF],ngContentSelectors:io,decls:8,vars:14,consts:[["button",""],["type","button",1,"mat-button-toggle-button","mat-focus-indicator",3,"click","id","disabled"],[1,"mat-button-toggle-label-content"],["state","checked","aria-hidden","true","appearance","minimal",1,"mat-mdc-option-pseudo-checkbox",3,"disabled"],[1,"mat-button-toggle-focus-overlay"],["matRipple","",1,"mat-button-toggle-ripple",3,"matRippleTrigger","matRippleDisabled"]],template:function(f,x){if(1&f){const ct=i.RV6();i.NAR(),i.j41(0,"button",1,0),i.bIt("click",function(){return i.eBV(ct),i.Njj(x._onButtonClick())}),i.j41(2,"span",2),i.DNE(3,Fi,1,1,"mat-pseudo-checkbox",3)(4,hi,1,1,"mat-pseudo-checkbox",3),i.SdG(5),i.k0s()(),i.nrm(6,"span",4)(7,"span",5)}if(2&f){const ct=i.sdS(1);i.Y8G("id",x.buttonId)("disabled",x.disabled&&!x.disabledInteractive||null),i.BMQ("role",x.isSingleSelector()?"radio":"button")("tabindex",x.disabled&&!x.disabledInteractive?-1:x.tabIndex)("aria-pressed",x.isSingleSelector()?null:x.checked)("aria-checked",x.isSingleSelector()?x.checked:null)("name",x._getButtonName())("aria-label",x.ariaLabel)("aria-labelledby",x.ariaLabelledby)("aria-disabled",x.disabled&&x.disabledInteractive?"true":null),i.R7$(3),i.vxM(x.buttonToggleGroup&&x.checked&&!x.buttonToggleGroup.multiple&&!x.buttonToggleGroup.hideSingleSelectionIndicator?3:-1),i.R7$(),i.vxM(x.buttonToggleGroup&&x.checked&&x.buttonToggleGroup.multiple&&!x.buttonToggleGroup.hideMultipleSelectionIndicator?4:-1),i.R7$(3),i.Y8G("matRippleTrigger",ct)("matRippleDisabled",x.disableRipple||x.disabled)}},dependencies:[H.r6,H.wg],styles:[".mat-button-toggle-standalone,.mat-button-toggle-group{position:relative;display:inline-flex;flex-direction:row;white-space:nowrap;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);transform:translateZ(0);border-radius:var(--mat-legacy-button-toggle-shape)}.mat-button-toggle-standalone:not([class*=mat-elevation-z]),.mat-button-toggle-group:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.cdk-high-contrast-active .mat-button-toggle-standalone,.cdk-high-contrast-active .mat-button-toggle-group{outline:solid 1px}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border-radius:var(--mat-standard-button-toggle-shape, var(--mat-app-corner-full));border:solid 1px var(--mat-standard-button-toggle-divider-color, var(--mat-app-outline))}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard .mat-pseudo-checkbox,.mat-button-toggle-group-appearance-standard .mat-pseudo-checkbox{--mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--mat-standard-button-toggle-selected-state-text-color, var(--mat-app-on-secondary-container))}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.cdk-high-contrast-active .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.cdk-high-contrast-active .mat-button-toggle-group-appearance-standard{outline:0}.mat-button-toggle-vertical{flex-direction:column}.mat-button-toggle-vertical .mat-button-toggle-label-content{display:block}.mat-button-toggle{white-space:nowrap;position:relative;color:var(--mat-legacy-button-toggle-text-color);font-family:var(--mat-legacy-button-toggle-label-text-font);font-size:var(--mat-legacy-button-toggle-label-text-size);line-height:var(--mat-legacy-button-toggle-label-text-line-height);font-weight:var(--mat-legacy-button-toggle-label-text-weight);letter-spacing:var(--mat-legacy-button-toggle-label-text-tracking);--mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--mat-legacy-button-toggle-selected-state-text-color)}.mat-button-toggle.cdk-keyboard-focused .mat-button-toggle-focus-overlay{opacity:var(--mat-legacy-button-toggle-focus-state-layer-opacity)}.mat-button-toggle .mat-icon svg{vertical-align:top}.mat-button-toggle .mat-pseudo-checkbox{margin-right:12px}[dir=rtl] .mat-button-toggle .mat-pseudo-checkbox{margin-right:0;margin-left:12px}.mat-button-toggle-checked{color:var(--mat-legacy-button-toggle-selected-state-text-color);background-color:var(--mat-legacy-button-toggle-selected-state-background-color)}.mat-button-toggle-disabled{pointer-events:none;color:var(--mat-legacy-button-toggle-disabled-state-text-color);background-color:var(--mat-legacy-button-toggle-disabled-state-background-color);--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: var(--mat-legacy-button-toggle-disabled-state-text-color)}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:var(--mat-legacy-button-toggle-disabled-selected-state-background-color)}.mat-button-toggle-disabled-interactive{pointer-events:auto}.mat-button-toggle-appearance-standard{color:var(--mat-standard-button-toggle-text-color, var(--mat-app-on-surface));background-color:var(--mat-standard-button-toggle-background-color);font-family:var(--mat-standard-button-toggle-label-text-font, var(--mat-app-label-large-font));font-size:var(--mat-standard-button-toggle-label-text-size, var(--mat-app-label-large-size));line-height:var(--mat-standard-button-toggle-label-text-line-height, var(--mat-app-label-large-line-height));font-weight:var(--mat-standard-button-toggle-label-text-weight, var(--mat-app-label-large-weight));letter-spacing:var(--mat-standard-button-toggle-label-text-tracking, var(--mat-app-label-large-tracking))}.mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:solid 1px var(--mat-standard-button-toggle-divider-color, var(--mat-app-outline))}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:none;border-right:solid 1px var(--mat-standard-button-toggle-divider-color, var(--mat-app-outline))}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle-appearance-standard+.mat-button-toggle-appearance-standard{border-left:none;border-right:none;border-top:solid 1px var(--mat-standard-button-toggle-divider-color, var(--mat-app-outline))}.mat-button-toggle-appearance-standard.mat-button-toggle-checked{color:var(--mat-standard-button-toggle-selected-state-text-color, var(--mat-app-on-secondary-container));background-color:var(--mat-standard-button-toggle-selected-state-background-color, var(--mat-app-secondary-container))}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled{color:var(--mat-standard-button-toggle-disabled-state-text-color);background-color:var(--mat-standard-button-toggle-disabled-state-background-color)}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled .mat-pseudo-checkbox{--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: var(--mat-standard-button-toggle-disabled-selected-state-text-color)}.mat-button-toggle-appearance-standard.mat-button-toggle-disabled.mat-button-toggle-checked{color:var(--mat-standard-button-toggle-disabled-selected-state-text-color);background-color:var(--mat-standard-button-toggle-disabled-selected-state-background-color)}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:var(--mat-standard-button-toggle-state-layer-color, var(--mat-app-on-surface))}.mat-button-toggle-appearance-standard:hover .mat-button-toggle-focus-overlay{opacity:var(--mat-standard-button-toggle-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-button-toggle-appearance-standard.cdk-keyboard-focused .mat-button-toggle-focus-overlay{opacity:var(--mat-standard-button-toggle-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}@media(hover: none){.mat-button-toggle-appearance-standard:hover .mat-button-toggle-focus-overlay{display:none}}.mat-button-toggle-label-content{-webkit-user-select:none;user-select:none;display:inline-block;padding:0 16px;line-height:var(--mat-legacy-button-toggle-height);position:relative}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{padding:0 12px;line-height:var(--mat-standard-button-toggle-height)}.mat-button-toggle-label-content>*{vertical-align:middle}.mat-button-toggle-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;pointer-events:none;opacity:0;background-color:var(--mat-legacy-button-toggle-state-layer-color)}.cdk-high-contrast-active .mat-button-toggle-checked .mat-button-toggle-focus-overlay{border-bottom:solid 500px;opacity:.5;height:0}.cdk-high-contrast-active .mat-button-toggle-checked:hover .mat-button-toggle-focus-overlay{opacity:.6}.cdk-high-contrast-active .mat-button-toggle-checked.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{border-bottom:solid 500px}.mat-button-toggle .mat-button-toggle-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-button-toggle-button{border:0;background:none;color:inherit;padding:0;margin:0;font:inherit;outline:none;width:100%;cursor:pointer}.mat-button-toggle-disabled .mat-button-toggle-button{cursor:default}.mat-button-toggle-button::-moz-focus-inner{border:0}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{--mat-focus-indicator-border-radius:var(--mat-standard-button-toggle-shape, var(--mat-app-corner-full))}.mat-button-toggle-group-appearance-standard .mat-button-toggle:last-of-type .mat-button-toggle-button::before{border-top-right-radius:var(--mat-standard-button-toggle-shape, var(--mat-app-corner-full));border-bottom-right-radius:var(--mat-standard-button-toggle-shape, var(--mat-app-corner-full))}.mat-button-toggle-group-appearance-standard .mat-button-toggle:first-of-type .mat-button-toggle-button::before{border-top-left-radius:var(--mat-standard-button-toggle-shape, var(--mat-app-corner-full));border-bottom-left-radius:var(--mat-standard-button-toggle-shape, var(--mat-app-corner-full))}"],encapsulation:2,changeDetection:0})}}return S})(),_0=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({imports:[H.yE,H.pZ,oi,H.yE]})}}return S})(),s0=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({imports:[rt.Pd,H.yE,H.yE]})}}return S})();const C=new i.nKC("mat-chips-default-options",{providedIn:"root",factory:()=>({separatorKeyCodes:[Cn.Fm]})});let ds=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({providers:[H.es,{provide:C,useValue:{separatorKeyCodes:[Cn.Fm]}}],imports:[H.yE,H.pZ,H.yE]})}}return S})();var Ni=c(9183),Na=c(7575),b0=c(2529),zo=c(9327),Eo=c(7987);function Di(S,te){}const Ps={bottomSheetState:(0,cn.hZ)("state",[(0,cn.wk)("void, hidden",(0,cn.iF)({transform:"translateY(100%)"})),(0,cn.wk)("visible",(0,cn.iF)({transform:"translateY(0%)"})),(0,cn.kY)("visible => void, visible => hidden",(0,cn.Os)([(0,cn.i0)(`${H.ed.COMPLEX} ${H.r5.ACCELERATION_CURVE}`),(0,cn.P)("@*",(0,cn.MA)(),{optional:!0})])),(0,cn.kY)("void => visible",(0,cn.Os)([(0,cn.i0)(`${H.ed.EXITING} ${H.r5.DECELERATION_CURVE}`),(0,cn.P)("@*",(0,cn.MA)(),{optional:!0})]))])};let gi=(()=>{class S extends b0.sU{constructor(h,f,x,ct,ue,vn,Vn,Ma,vo){super(h,f,x,ct,ue,vn,Vn,vo),this._animationState="void",this._animationStateChanged=new i.bkB,this._breakpointSubscription=Ma.observe([zo.Rp.Medium,zo.Rp.Large,zo.Rp.XLarge]).subscribe(()=>{const I0=this._elementRef.nativeElement.classList;I0.toggle("mat-bottom-sheet-container-medium",Ma.isMatched(zo.Rp.Medium)),I0.toggle("mat-bottom-sheet-container-large",Ma.isMatched(zo.Rp.Large)),I0.toggle("mat-bottom-sheet-container-xlarge",Ma.isMatched(zo.Rp.XLarge))})}enter(){this._destroyed||(this._animationState="visible",this._changeDetectorRef.markForCheck(),this._changeDetectorRef.detectChanges())}exit(){this._destroyed||(this._animationState="hidden",this._changeDetectorRef.markForCheck())}ngOnDestroy(){super.ngOnDestroy(),this._breakpointSubscription.unsubscribe(),this._destroyed=!0}_onAnimationDone(h){"visible"===h.toState&&this._trapFocus(),this._animationStateChanged.emit(h)}_onAnimationStart(h){this._animationStateChanged.emit(h)}_captureInitialFocus(){}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(i.aKT),i.rXU(rt.GX),i.rXU(xt.qQ,8),i.rXU(b0.Pe),i.rXU(rt.Z7),i.rXU(i.SKi),i.rXU(Eo.yY),i.rXU(zo.QP),i.rXU(rt.FN))}}static{this.\u0275cmp=i.VBU({type:S,selectors:[["mat-bottom-sheet-container"]],hostAttrs:["tabindex","-1",1,"mat-bottom-sheet-container"],hostVars:4,hostBindings:function(f,x){1&f&&i.Kam("@state.start",function(ue){return x._onAnimationStart(ue)})("@state.done",function(ue){return x._onAnimationDone(ue)}),2&f&&(i.zvX("@state",x._animationState),i.BMQ("role",x._config.role)("aria-modal",x._config.ariaModal)("aria-label",x._config.ariaLabel))},standalone:!0,features:[i.Vt3,i.aNF],decls:1,vars:0,consts:[["cdkPortalOutlet",""]],template:function(f,x){1&f&&i.DNE(0,Di,0,0,"ng-template",0)},dependencies:[jn.I3],styles:[".mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);padding:8px 16px;min-width:100vw;box-sizing:border-box;display:block;outline:0;max-height:80vh;overflow:auto;background:var(--mat-bottom-sheet-container-background-color, var(--mat-app-surface-container-low));color:var(--mat-bottom-sheet-container-text-color, var(--mat-app-on-surface));font-family:var(--mat-bottom-sheet-container-text-font, var(--mat-app-body-large-font));font-size:var(--mat-bottom-sheet-container-text-size, var(--mat-app-body-large-size));line-height:var(--mat-bottom-sheet-container-text-line-height, var(--mat-app-body-large-line-height));font-weight:var(--mat-bottom-sheet-container-text-weight, var(--mat-app-body-large-weight));letter-spacing:var(--mat-bottom-sheet-container-text-tracking, var(--mat-app-body-large-tracking))}.cdk-high-contrast-active .mat-bottom-sheet-container{outline:1px solid}.mat-bottom-sheet-container-xlarge,.mat-bottom-sheet-container-large,.mat-bottom-sheet-container-medium{border-top-left-radius:var(--mat-bottom-sheet-container-shape);border-top-right-radius:var(--mat-bottom-sheet-container-shape)}.mat-bottom-sheet-container-medium{min-width:384px;max-width:calc(100vw - 128px)}.mat-bottom-sheet-container-large{min-width:512px;max-width:calc(100vw - 256px)}.mat-bottom-sheet-container-xlarge{min-width:576px;max-width:calc(100vw - 384px)}"],encapsulation:2,data:{animation:[Ps.bottomSheetState]}})}}return S})();const Vi=new i.nKC("MatBottomSheetData");class r0{constructor(){this.data=null,this.hasBackdrop=!0,this.disableClose=!1,this.ariaLabel=null,this.ariaModal=!0,this.closeOnNavigation=!0,this.autoFocus="dialog",this.restoreFocus=!0}}class $n{get instance(){return this._ref.componentInstance}get componentRef(){return this._ref.componentRef}constructor(te,h,f){this._ref=te,this._afterOpened=new Lt.B,this.containerInstance=f,this.disableClose=h.disableClose,f._animationStateChanged.pipe((0,Ua.p)(x=>"done"===x.phaseName&&"visible"===x.toState),(0,ko.s)(1)).subscribe(()=>{this._afterOpened.next(),this._afterOpened.complete()}),f._animationStateChanged.pipe((0,Ua.p)(x=>"done"===x.phaseName&&"hidden"===x.toState),(0,ko.s)(1)).subscribe(()=>{clearTimeout(this._closeFallbackTimeout),this._ref.close(this._result)}),te.overlayRef.detachments().subscribe(()=>{this._ref.close(this._result)}),(0,f0.h)(this.backdropClick(),this.keydownEvents().pipe((0,Ua.p)(x=>x.keyCode===Cn._f))).subscribe(x=>{!this.disableClose&&("keydown"!==x.type||!(0,Cn.rp)(x))&&(x.preventDefault(),this.dismiss())})}dismiss(te){this.containerInstance&&(this.containerInstance._animationStateChanged.pipe((0,Ua.p)(h=>"start"===h.phaseName),(0,ko.s)(1)).subscribe(h=>{this._closeFallbackTimeout=setTimeout(()=>{this._ref.close(this._result)},h.totalTime+100),this._ref.overlayRef.detachBackdrop()}),this._result=te,this.containerInstance.exit(),this.containerInstance=null)}afterDismissed(){return this._ref.closed}afterOpened(){return this._afterOpened}backdropClick(){return this._ref.backdropClick}keydownEvents(){return this._ref.keydownEvents}}const Fs=new i.nKC("mat-bottom-sheet-default-options");let qi=(()=>{class S{get _openedBottomSheetRef(){const h=this._parentBottomSheet;return h?h._openedBottomSheetRef:this._bottomSheetRefAtThisLevel}set _openedBottomSheetRef(h){this._parentBottomSheet?this._parentBottomSheet._openedBottomSheetRef=h:this._bottomSheetRefAtThisLevel=h}constructor(h,f,x,ct){this._overlay=h,this._parentBottomSheet=x,this._defaultOptions=ct,this._bottomSheetRefAtThisLevel=null,this._dialog=f.get(b0.lG)}open(h,f){const x={...this._defaultOptions||new r0,...f};let ct;return this._dialog.open(h,{...x,disableClose:!0,closeOnOverlayDetachments:!1,maxWidth:"100%",container:gi,scrollStrategy:x.scrollStrategy||this._overlay.scrollStrategies.block(),positionStrategy:this._overlay.position().global().centerHorizontally().bottom("0"),templateContext:()=>({bottomSheetRef:ct}),providers:(ue,vn,Vn)=>(ct=new $n(ue,x,Vn),[{provide:$n,useValue:ct},{provide:Vi,useValue:x.data}])}),ct.afterDismissed().subscribe(()=>{this._openedBottomSheetRef===ct&&(this._openedBottomSheetRef=null)}),this._openedBottomSheetRef?(this._openedBottomSheetRef.afterDismissed().subscribe(()=>ct.containerInstance?.enter()),this._openedBottomSheetRef.dismiss()):ct.containerInstance.enter(),this._openedBottomSheetRef=ct,ct}dismiss(h){this._openedBottomSheetRef&&this._openedBottomSheetRef.dismiss(h)}ngOnDestroy(){this._bottomSheetRefAtThisLevel&&this._bottomSheetRefAtThisLevel.dismiss()}static{this.\u0275fac=function(f){return new(f||S)(i.KVO(Eo.hJ),i.KVO(i.zZn),i.KVO(S,12),i.KVO(Fs,8))}}static{this.\u0275prov=i.jDH({token:S,factory:S.\u0275fac,providedIn:"root"})}}return S})(),x0=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({providers:[qi],imports:[b0.Ph,H.yE,jn.jc,H.yE]})}}return S})();var Ji=c(4006);function Ui(S,te){if(1&S){const h=i.RV6();i.j41(0,"div",1)(1,"button",2),i.bIt("click",function(){i.eBV(h);const x=i.XpG();return i.Njj(x.action())}),i.EFF(2),i.k0s()()}if(2&S){const h=i.XpG();i.R7$(2),i.SpI(" ",h.data.action," ")}}const $a=["label"];function ts(S,te){}const no=Math.pow(2,31)-1;class so{constructor(te,h){this._overlayRef=h,this._afterDismissed=new Lt.B,this._afterOpened=new Lt.B,this._onAction=new Lt.B,this._dismissedByAction=!1,this.containerInstance=te,te._onExit.subscribe(()=>this._finishDismiss())}dismiss(){this._afterDismissed.closed||this.containerInstance.exit(),clearTimeout(this._durationTimeoutId)}dismissWithAction(){this._onAction.closed||(this._dismissedByAction=!0,this._onAction.next(),this._onAction.complete(),this.dismiss()),clearTimeout(this._durationTimeoutId)}closeWithAction(){this.dismissWithAction()}_dismissAfter(te){this._durationTimeoutId=setTimeout(()=>this.dismiss(),Math.min(te,no))}_open(){this._afterOpened.closed||(this._afterOpened.next(),this._afterOpened.complete())}_finishDismiss(){this._overlayRef.dispose(),this._onAction.closed||this._onAction.complete(),this._afterDismissed.next({dismissedByAction:this._dismissedByAction}),this._afterDismissed.complete(),this._dismissedByAction=!1}afterDismissed(){return this._afterDismissed}afterOpened(){return this.containerInstance._onEnter}onAction(){return this._onAction}}const es=new i.nKC("MatSnackBarData");class R0{constructor(){this.politeness="assertive",this.announcementMessage="",this.duration=0,this.data=null,this.horizontalPosition="center",this.verticalPosition="bottom"}}let ji=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275dir=i.FsC({type:S,selectors:[["","matSnackBarLabel",""]],hostAttrs:[1,"mat-mdc-snack-bar-label","mdc-snackbar__label"],standalone:!0})}}return S})(),l0=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275dir=i.FsC({type:S,selectors:[["","matSnackBarActions",""]],hostAttrs:[1,"mat-mdc-snack-bar-actions","mdc-snackbar__actions"],standalone:!0})}}return S})(),mi=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275dir=i.FsC({type:S,selectors:[["","matSnackBarAction",""]],hostAttrs:[1,"mat-mdc-snack-bar-action","mdc-snackbar__action"],standalone:!0})}}return S})(),cs=(()=>{class S{constructor(h,f){this.snackBarRef=h,this.data=f}action(){this.snackBarRef.dismissWithAction()}get hasAction(){return!!this.data.action}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(so),i.rXU(es))}}static{this.\u0275cmp=i.VBU({type:S,selectors:[["simple-snack-bar"]],hostAttrs:[1,"mat-mdc-simple-snack-bar"],exportAs:["matSnackBar"],standalone:!0,features:[i.aNF],decls:3,vars:2,consts:[["matSnackBarLabel",""],["matSnackBarActions",""],["mat-button","","matSnackBarAction","",3,"click"]],template:function(f,x){1&f&&(i.j41(0,"div",0),i.EFF(1),i.k0s(),i.DNE(2,Ui,3,1,"div",1)),2&f&&(i.R7$(),i.SpI(" ",x.data.message,"\n"),i.R7$(),i.vxM(x.hasAction?2:-1))},dependencies:[yi.$z,ji,l0,mi],styles:[".mat-mdc-simple-snack-bar{display:flex}"],encapsulation:2,changeDetection:0})}}return S})();const Ol={snackBarState:(0,cn.hZ)("state",[(0,cn.wk)("void, hidden",(0,cn.iF)({transform:"scale(0.8)",opacity:0})),(0,cn.wk)("visible",(0,cn.iF)({transform:"scale(1)",opacity:1})),(0,cn.kY)("* => visible",(0,cn.i0)("150ms cubic-bezier(0, 0, 0.2, 1)")),(0,cn.kY)("* => void, * => hidden",(0,cn.i0)("75ms cubic-bezier(0.4, 0.0, 1, 1)",(0,cn.iF)({opacity:0})))])};let Ls=0,Ns=(()=>{class S extends jn.lb{constructor(h,f,x,ct,ue){super(),this._ngZone=h,this._elementRef=f,this._changeDetectorRef=x,this._platform=ct,this.snackBarConfig=ue,this._document=(0,i.WQX)(xt.qQ),this._trackedModals=new Set,this._announceDelay=150,this._destroyed=!1,this._onAnnounce=new Lt.B,this._onExit=new Lt.B,this._onEnter=new Lt.B,this._animationState="void",this._liveElementId="mat-snack-bar-container-live-"+Ls++,this.attachDomPortal=vn=>{this._assertNotAttached();const Vn=this._portalOutlet.attachDomPortal(vn);return this._afterPortalAttached(),Vn},this._live="assertive"!==ue.politeness||ue.announcementMessage?"off"===ue.politeness?"off":"polite":"assertive",this._platform.FIREFOX&&("polite"===this._live&&(this._role="status"),"assertive"===this._live&&(this._role="alert"))}attachComponentPortal(h){this._assertNotAttached();const f=this._portalOutlet.attachComponentPortal(h);return this._afterPortalAttached(),f}attachTemplatePortal(h){this._assertNotAttached();const f=this._portalOutlet.attachTemplatePortal(h);return this._afterPortalAttached(),f}onAnimationEnd(h){const{fromState:f,toState:x}=h;if(("void"===x&&"void"!==f||"hidden"===x)&&this._completeExit(),"visible"===x){const ct=this._onEnter;this._ngZone.run(()=>{ct.next(),ct.complete()})}}enter(){this._destroyed||(this._animationState="visible",this._changeDetectorRef.markForCheck(),this._changeDetectorRef.detectChanges(),this._screenReaderAnnounce())}exit(){return this._ngZone.run(()=>{this._animationState="hidden",this._changeDetectorRef.markForCheck(),this._elementRef.nativeElement.setAttribute("mat-exit",""),clearTimeout(this._announceTimeoutId)}),this._onExit}ngOnDestroy(){this._destroyed=!0,this._clearFromModals(),this._completeExit()}_completeExit(){queueMicrotask(()=>{this._onExit.next(),this._onExit.complete()})}_afterPortalAttached(){const h=this._elementRef.nativeElement,f=this.snackBarConfig.panelClass;f&&(Array.isArray(f)?f.forEach(ue=>h.classList.add(ue)):h.classList.add(f)),this._exposeToModals();const x=this._label.nativeElement,ct="mdc-snackbar__label";x.classList.toggle(ct,!x.querySelector(`.${ct}`))}_exposeToModals(){const h=this._liveElementId,f=this._document.querySelectorAll('body > .cdk-overlay-container [aria-modal="true"]');for(let x=0;x<f.length;x++){const ct=f[x],ue=ct.getAttribute("aria-owns");this._trackedModals.add(ct),ue?-1===ue.indexOf(h)&&ct.setAttribute("aria-owns",ue+" "+h):ct.setAttribute("aria-owns",h)}}_clearFromModals(){this._trackedModals.forEach(h=>{const f=h.getAttribute("aria-owns");if(f){const x=f.replace(this._liveElementId,"").trim();x.length>0?h.setAttribute("aria-owns",x):h.removeAttribute("aria-owns")}}),this._trackedModals.clear()}_assertNotAttached(){this._portalOutlet.hasAttached()}_screenReaderAnnounce(){this._announceTimeoutId||this._ngZone.runOutsideAngular(()=>{this._announceTimeoutId=setTimeout(()=>{const h=this._elementRef.nativeElement.querySelector("[aria-hidden]"),f=this._elementRef.nativeElement.querySelector("[aria-live]");if(h&&f){let x=null;this._platform.isBrowser&&document.activeElement instanceof HTMLElement&&h.contains(document.activeElement)&&(x=document.activeElement),h.removeAttribute("aria-hidden"),f.appendChild(h),x?.focus(),this._onAnnounce.next(),this._onAnnounce.complete()}},this._announceDelay)})}static{this.\u0275fac=function(f){return new(f||S)(i.rXU(i.SKi),i.rXU(i.aKT),i.rXU(i.gRc),i.rXU(K.OD),i.rXU(R0))}}static{this.\u0275cmp=i.VBU({type:S,selectors:[["mat-snack-bar-container"]],viewQuery:function(f,x){if(1&f&&(i.GBs(jn.I3,7),i.GBs($a,7)),2&f){let ct;i.mGM(ct=i.lsd())&&(x._portalOutlet=ct.first),i.mGM(ct=i.lsd())&&(x._label=ct.first)}},hostAttrs:[1,"mdc-snackbar","mat-mdc-snack-bar-container"],hostVars:1,hostBindings:function(f,x){1&f&&i.Kam("@state.done",function(ue){return x.onAnimationEnd(ue)}),2&f&&i.zvX("@state",x._animationState)},standalone:!0,features:[i.Vt3,i.aNF],decls:6,vars:3,consts:[["label",""],[1,"mdc-snackbar__surface","mat-mdc-snackbar-surface"],[1,"mat-mdc-snack-bar-label"],["aria-hidden","true"],["cdkPortalOutlet",""]],template:function(f,x){1&f&&(i.j41(0,"div",1)(1,"div",2,0)(3,"div",3),i.DNE(4,ts,0,0,"ng-template",4),i.k0s(),i.nrm(5,"div"),i.k0s()()),2&f&&(i.R7$(5),i.BMQ("aria-live",x._live)("role",x._role)("id",x._liveElementId))},dependencies:[jn.I3],styles:[".mat-mdc-snack-bar-container{display:flex;align-items:center;justify-content:center;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);margin:8px}.mat-mdc-snack-bar-handset .mat-mdc-snack-bar-container{width:100vw}.mat-mdc-snackbar-surface{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;padding-left:0;padding-right:8px}[dir=rtl] .mat-mdc-snackbar-surface{padding-right:0;padding-left:8px}.mat-mdc-snack-bar-container .mat-mdc-snackbar-surface{min-width:344px;max-width:672px}.mat-mdc-snack-bar-handset .mat-mdc-snackbar-surface{width:100%;min-width:0}.cdk-high-contrast-active .mat-mdc-snackbar-surface{outline:solid 1px}.mat-mdc-snack-bar-container .mat-mdc-snackbar-surface{color:var(--mdc-snackbar-supporting-text-color, var(--mat-app-inverse-on-surface));border-radius:var(--mdc-snackbar-container-shape, var(--mat-app-corner-extra-small));background-color:var(--mdc-snackbar-container-color, var(--mat-app-inverse-surface))}.mdc-snackbar__label{width:100%;flex-grow:1;box-sizing:border-box;margin:0;padding:14px 8px 14px 16px}[dir=rtl] .mdc-snackbar__label{padding-left:8px;padding-right:16px}.mat-mdc-snack-bar-container .mdc-snackbar__label{font-family:var(--mdc-snackbar-supporting-text-font, var(--mat-app-body-medium-font));font-size:var(--mdc-snackbar-supporting-text-size, var(--mat-app-body-medium-size));font-weight:var(--mdc-snackbar-supporting-text-weight, var(--mat-app-body-medium-weight));line-height:var(--mdc-snackbar-supporting-text-line-height, var(--mat-app-body-medium-line-height))}.mat-mdc-snack-bar-actions{display:flex;flex-shrink:0;align-items:center;box-sizing:border-box}.mat-mdc-snack-bar-handset,.mat-mdc-snack-bar-container,.mat-mdc-snack-bar-label{flex:1 1 auto}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled){color:var(--mat-snack-bar-button-color, var(--mat-app-inverse-primary));--mat-text-button-state-layer-color:currentColor;--mat-text-button-ripple-color:currentColor}.mat-mdc-snack-bar-container .mat-mdc-button.mat-mdc-snack-bar-action:not(:disabled) .mat-ripple-element{opacity:.1}"],encapsulation:2,data:{animation:[Ol.snackBarState]}})}}return S})();const ps=new i.nKC("mat-snack-bar-default-options",{providedIn:"root",factory:function Hl(){return new R0}});let b2=(()=>{class S{get _openedSnackBarRef(){const h=this._parentSnackBar;return h?h._openedSnackBarRef:this._snackBarRefAtThisLevel}set _openedSnackBarRef(h){this._parentSnackBar?this._parentSnackBar._openedSnackBarRef=h:this._snackBarRefAtThisLevel=h}constructor(h,f,x,ct,ue,vn){this._overlay=h,this._live=f,this._injector=x,this._breakpointObserver=ct,this._parentSnackBar=ue,this._defaultConfig=vn,this._snackBarRefAtThisLevel=null,this.simpleSnackBarComponent=cs,this.snackBarContainerComponent=Ns,this.handsetCssClass="mat-mdc-snack-bar-handset"}openFromComponent(h,f){return this._attach(h,f)}openFromTemplate(h,f){return this._attach(h,f)}open(h,f="",x){const ct={...this._defaultConfig,...x};return ct.data={message:h,action:f},ct.announcementMessage===h&&(ct.announcementMessage=void 0),this.openFromComponent(this.simpleSnackBarComponent,ct)}dismiss(){this._openedSnackBarRef&&this._openedSnackBarRef.dismiss()}ngOnDestroy(){this._snackBarRefAtThisLevel&&this._snackBarRefAtThisLevel.dismiss()}_attachSnackBarContainer(h,f){const ct=i.zZn.create({parent:f&&f.viewContainerRef&&f.viewContainerRef.injector||this._injector,providers:[{provide:R0,useValue:f}]}),ue=new jn.A8(this.snackBarContainerComponent,f.viewContainerRef,ct),vn=h.attach(ue);return vn.instance.snackBarConfig=f,vn.instance}_attach(h,f){const x={...new R0,...this._defaultConfig,...f},ct=this._createOverlay(x),ue=this._attachSnackBarContainer(ct,x),vn=new so(ue,ct);if(h instanceof i.C4Q){const Vn=new jn.VA(h,null,{$implicit:x.data,snackBarRef:vn});vn.instance=ue.attachTemplatePortal(Vn)}else{const Vn=this._createInjector(x,vn),Ma=new jn.A8(h,void 0,Vn),vo=ue.attachComponentPortal(Ma);vn.instance=vo.instance}return this._breakpointObserver.observe(zo.Rp.HandsetPortrait).pipe((0,Xn.Q)(ct.detachments())).subscribe(Vn=>{ct.overlayElement.classList.toggle(this.handsetCssClass,Vn.matches)}),x.announcementMessage&&ue._onAnnounce.subscribe(()=>{this._live.announce(x.announcementMessage,x.politeness)}),this._animateSnackBar(vn,x),this._openedSnackBarRef=vn,this._openedSnackBarRef}_animateSnackBar(h,f){h.afterDismissed().subscribe(()=>{this._openedSnackBarRef==h&&(this._openedSnackBarRef=null),f.announcementMessage&&this._live.clear()}),this._openedSnackBarRef?(this._openedSnackBarRef.afterDismissed().subscribe(()=>{h.containerInstance.enter()}),this._openedSnackBarRef.dismiss()):h.containerInstance.enter(),f.duration&&f.duration>0&&h.afterOpened().subscribe(()=>h._dismissAfter(f.duration))}_createOverlay(h){const f=new Eo.rR;f.direction=h.direction;let x=this._overlay.position().global();const ct="rtl"===h.direction,ue="left"===h.horizontalPosition||"start"===h.horizontalPosition&&!ct||"end"===h.horizontalPosition&&ct,vn=!ue&&"center"!==h.horizontalPosition;return ue?x.left("0"):vn?x.right("0"):x.centerHorizontally(),"top"===h.verticalPosition?x.top("0"):x.bottom("0"),f.positionStrategy=x,this._overlay.create(f)}_createInjector(h,f){return i.zZn.create({parent:h&&h.viewContainerRef&&h.viewContainerRef.injector||this._injector,providers:[{provide:so,useValue:f},{provide:es,useValue:h.data}]})}static{this.\u0275fac=function(f){return new(f||S)(i.KVO(Eo.hJ),i.KVO(rt.Ai),i.KVO(i.zZn),i.KVO(zo.QP),i.KVO(S,12),i.KVO(ps))}}static{this.\u0275prov=i.jDH({token:S,factory:S.\u0275fac,providedIn:"root"})}}return S})(),B=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({providers:[b2],imports:[Eo.z_,jn.jc,yi.Hl,H.yE,cs,H.yE]})}}return S})();var b=c(4823),z=c(6695),$=c(2042),wt=c(9159);const ee=(S,te,h)=>{if(0==h||0==te)return`0 di ${h}`;const f=S*te;return`${f+1} - ${f<(h=Math.max(h,0))?Math.min(f+te,h):f+te} di ${h}`};function Ue(){const S=new z.xX;return S.itemsPerPageLabel="Righe per pagina:",S.nextPageLabel="Pagina successiva",S.previousPageLabel="Pagina precedente",S.getRangeLabel=ee,S}var Se=c(1626),In=c(7038);let ta=(()=>{class S{constructor(h){this.loadingService=h}intercept(h,f){const x=null==h.headers.get("Content-Type");return f.handle(h).pipe((0,Ya.T)(ct=>{if(x&&ct.type===Se.hv.UploadProgress){const ue=Math.round(100*ct.loaded/(ct.total||1));this.loadingService.setUploadProgress(ue)}return ct.type===Se.hv.Response&&x&&this.loadingService.resetUploadProgress(),ct}))}static{this.\u0275fac=function(f){return new(f||S)(i.KVO(In.U))}}static{this.\u0275prov=i.jDH({token:S,factory:S.\u0275fac})}}return S})(),ia=(()=>{class S{static{this.\u0275fac=function(f){return new(f||S)}}static{this.\u0275mod=i.$C({type:S})}static{this.\u0275inj=i.G2t({providers:[{provide:z.xX,useValue:Ue()},{provide:ps,useValue:{duration:2500}},{provide:Se.a7,useClass:ta,multi:!0}],imports:[n.jL,Jt,fe.X6,Pt.RG,Et.fS,ot,_t.Ve,jt,Ce.mV,Be.Cn,Ge.vg,mn.s5,En.Hu,kn.w,St,at,un.Fg,Xo,G0.RI,ja,yi.Hl,_0,s0,ds,Zo.m_,Ni.D6,Na.PO,H.pZ,x0,Ji.hM,B,b.uc,z.Ou,$.NQ,wt.tP]})}}return S})()},15:($e,Gt,c)=>{c.d(Gt,{W:()=>mt});var n=c(467),i=c(1626),r=c(4412),H=c(9350);function g(Ot,gt){const kt="object"==typeof gt;return new Promise((zt,Xt)=>{let Kt,pt=!1;Ot.subscribe({next:Jt=>{Kt=Jt,pt=!0},error:Xt,complete:()=>{pt?zt(Kt):kt?zt(gt.defaultValue):Xt(new H.G)}})})}var Z=c(446),tt=c(3922),st=c(4438),J=c(8887),et=c(7038);let mt=(()=>{class Ot{constructor(kt,zt,Xt,pt,Kt){this.http=kt,this.core=zt,this.router=Xt,this.route=pt,this.loading=Kt,this.apiUrl=Z.N.apiURL,this.apiToken=Z.N.apiToken,this.avatarLocation=new r.t("/assets/images/profile/user-2.jpg"),this.avatarLocation$=this.avatarLocation.asObservable(),this.avatarLocation.next(localStorage.getItem("avatar_location")||"/assets/images/profile/user-2.jpg")}setAvatarLocation(kt){this.avatarLocation.next(kt||"/assets/images/profile/user-2.jpg")}checkAnagrafica(){var kt=this;return(0,n.A)(function*(){const zt=yield kt._call("checkAnagrafica",{});if(zt.status)return zt.message})()}_call(kt,zt,Xt=!1){var pt=this;return(0,n.A)(function*(){if(zt||(zt={}),zt.method=kt,Xt){const Kt=new FormData;return Object.keys(zt).forEach(Jt=>{let fe=zt[Jt];if("files"!=Jt)Kt.append(Jt,fe);else if(fe)for(let Pt=0;Pt<fe.length;Pt++)Kt.append("files[]",fe[Pt])}),Kt.append("method",kt),g(pt.http.post(pt.apiUrl,Kt,{withCredentials:!0,reportProgress:!0,observe:"body"}))}{const Jt=new i.Lr({"Content-Type":"application/json"});return g(pt.http.post(pt.apiUrl,zt,{headers:Jt,withCredentials:!0}))}})()}call(kt,zt,Xt,pt=!1,Kt=!0){var Jt=this;return(0,n.A)(function*(){!0===Kt&&Jt.loading.setLoading(!0);const fe=yield Jt._call(kt,zt,pt);return!0===Kt&&Jt.loading.setLoading(!1),fe&&0==fe.status&&"logout"in fe&&fe.logout&&Jt.logout(),Xt?Jt.core.openDialog(fe.message,fe.status?"success":"error"):fe.message})()}logout(){console.log("logout)"),localStorage.removeItem("username"),localStorage.removeItem("user_info"),localStorage.removeItem("user_type_id"),localStorage.removeItem("activeTheme"),localStorage.removeItem("avatar_location"),localStorage.removeItem("profile_check"),this.router.navigate([tt.P.getHomePath()],{relativeTo:this.route})}callWithDialog(kt,zt,Xt=!1){var pt=this;return(0,n.A)(function*(){const Kt=yield pt._call(kt,zt,Xt);return pt.core.openDialog(Kt.message,Kt.status?"success":"error")})()}getImageProfileBE(){var kt=this;return(0,n.A)(function*(){const zt=yield kt._call("getAvatarLocation",{});zt.status&&kt.setAvatarLocation(zt.message?zt.message:null)})()}getUserAvatarLocation(kt){var zt=this;return(0,n.A)(function*(){const Xt=yield zt._call("getUserAvatarLocation",{id_user:kt});Xt.status&&zt.setAvatarLocation(Xt.message?Xt.message:null)})()}getAvatarLocation(kt,zt){var Xt=this;return(0,n.A)(function*(){const pt=yield Xt._call("getUserAvatarLocation",{id_user:kt,filename:zt});if(pt.status)return pt.message?pt.message:null})()}static{this.\u0275fac=function(zt){return new(zt||Ot)(st.KVO(i.Qq),st.KVO(tt.P),st.KVO(J.Ix),st.KVO(J.nX),st.KVO(et.U))}}static{this.\u0275prov=st.jDH({token:Ot,factory:Ot.\u0275fac,providedIn:"root"})}}return Ot})()},3922:($e,Gt,c)=>{c.d(Gt,{P:()=>fe});var n=c(4412),i=c(446),r=c(4438),H=c(4006),g=c(8834),Z=c(5596);function tt(Pt,Et){1&Pt&&r.nrm(0,"img",2)}function st(Pt,Et){1&Pt&&r.nrm(0,"img",3)}function J(Pt,Et){1&Pt&&r.nrm(0,"img",4)}function et(Pt,Et){1&Pt&&(r.j41(0,"mat-card-title",5),r.EFF(1,"Errore nella richiesta!"),r.k0s())}function mt(Pt,Et){1&Pt&&(r.j41(0,"mat-card-title",6),r.EFF(1,"Sei sicuro di voler eseguire l'operazione?"),r.k0s())}function Ot(Pt,Et){1&Pt&&(r.j41(0,"mat-card-title",7),r.EFF(1,"Operazione eseguita con successo!"),r.k0s())}let gt=(()=>{class Pt{constructor(){this.dialogRef=(0,r.WQX)(H.CP),this.data=(0,r.WQX)(H.Vh)}onCloseClick(){this.dialogRef.close()}static{this.\u0275fac=function(It){return new(It||Pt)}}static{this.\u0275cmp=r.VBU({type:Pt,selectors:[["app-api-dialog"]],standalone:!0,features:[r.aNF],decls:13,vars:3,consts:[[1,"cardWithShadow"],[1,"p-y-24","text-center"],["src","/assets/images/backgrounds/maintenance.svg","alt","img","width","400"],["src","/assets/images/backgrounds/welcome-bg2.png","alt","img","width","200"],["src","/assets/images/backgrounds/gold.png","alt","img","width","200"],[1,"m-b-0",2,"color","red"],[1,"m-b-0",2,"color","black"],[1,"m-b-0",2,"color","green"],[1,"mat-body-1","m-t-8","lh-24","m-b-24"],["mat-flat-button","","color","primary",3,"click"]],template:function(It,xt){1&It&&(r.j41(0,"mat-card",0)(1,"mat-card-content",1),r.DNE(2,tt,1,0,"img",2)(3,st,1,0,"img",3)(4,J,1,0,"img",4)(5,et,2,0,"mat-card-title",5)(6,mt,2,0,"mat-card-title",6)(7,Ot,2,0,"mat-card-title",7),r.nrm(8,"br"),r.j41(9,"mat-card-subtitle",8),r.EFF(10),r.k0s(),r.j41(11,"button",9),r.bIt("click",function(){return xt.onCloseClick()}),r.EFF(12,"Chiudi"),r.k0s()()()),2&It&&(r.R7$(2),r.vxM("error"===xt.data.type?2:"domanda"===xt.data.type?3:4),r.R7$(3),r.vxM("error"===xt.data.type?5:"domanda"===xt.data.type?6:7),r.R7$(5),r.JRh(xt.data.message))},dependencies:[g.$z,Z.RN,Z.dh,Z.m2,Z.Lc],encapsulation:2})}}return Pt})();var kt=c(15);let zt=(()=>{class Pt{constructor(rt){this.api=rt,this.dialogRef=(0,r.WQX)(H.CP),this.data=(0,r.WQX)(H.Vh)}onCloseClick(){this.dialogRef.close(!1)}onSubmitDialog(){this.dialogRef.close(!0)}static{this.\u0275fac=function(It){return new(It||Pt)(r.rXU(kt.W))}}static{this.\u0275cmp=r.VBU({type:Pt,selectors:[["app-elimina-dialog"]],standalone:!0,features:[r.aNF],decls:13,vars:1,consts:[[1,"cardWithShadow"],[1,"p-y-24","text-center"],["src","/assets/images/svgs/question-mark-emoji-clipart-original.svg","alt","img","width","200"],[1,"m-b-0",2,"color","red"],[1,"mat-body-1","m-t-8","lh-24","m-b-24"],["mat-flat-button","","color","green",3,"click"],["mat-flat-button","","color","primary",3,"click"]],template:function(It,xt){1&It&&(r.j41(0,"mat-card",0)(1,"mat-card-content",1),r.nrm(2,"img",2),r.j41(3,"mat-card-title",3),r.EFF(4,"Attenzione, azione inreversibile!"),r.k0s(),r.nrm(5,"br"),r.j41(6,"mat-card-subtitle",4),r.EFF(7),r.k0s(),r.j41(8,"button",5),r.bIt("click",function(){return xt.onSubmitDialog()}),r.EFF(9,"Si"),r.k0s(),r.EFF(10," \xa0\xa0 "),r.j41(11,"button",6),r.bIt("click",function(){return xt.onCloseClick()}),r.EFF(12,"No"),r.k0s()()()),2&It&&(r.R7$(7),r.JRh(xt.data.message))},dependencies:[g.$z,Z.RN,Z.dh,Z.m2,Z.Lc],encapsulation:2})}}return Pt})();function Xt(Pt,Et){if(1&Pt){const rt=r.RV6();r.j41(0,"button",6),r.bIt("click",function(){r.eBV(rt);const xt=r.XpG();return r.Njj(xt.onSubmitDialog())}),r.EFF(1,"Si"),r.k0s(),r.EFF(2," \xa0\xa0 "),r.j41(3,"button",7),r.bIt("click",function(){r.eBV(rt);const xt=r.XpG();return r.Njj(xt.onCloseClick())}),r.EFF(4,"No"),r.k0s()}}function pt(Pt,Et){if(1&Pt){const rt=r.RV6();r.j41(0,"button",7),r.bIt("click",function(){r.eBV(rt);const xt=r.XpG();return r.Njj(xt.onCloseClick())}),r.EFF(1,"Chiudi"),r.k0s()}}let Kt=(()=>{class Pt{constructor(rt){this.api=rt,this.dialogRef=(0,r.WQX)(H.CP),this.img_src="/assets/images/svgs/question-mark-emoji-clipart-original.svg",this.titolo="Attenzione",this.type="sino",this.messaggio="Sei sicuro di voler continuare?",this.data=(0,r.WQX)(H.Vh),this.data&&this.data.messaggio&&(this.messaggio=this.data.messaggio),this.data&&this.data.titolo&&(this.titolo=this.data.titolo),this.data&&this.data.type&&(this.type=this.data.type),this.data&&this.data.img_src&&(this.img_src=this.data.img_src)}onCloseClick(){this.dialogRef.close(!1)}onSubmitDialog(){this.dialogRef.close(!0)}static{this.\u0275fac=function(It){return new(It||Pt)(r.rXU(kt.W))}}static{this.\u0275cmp=r.VBU({type:Pt,selectors:[["app-custom-dialog"]],standalone:!0,features:[r.aNF],decls:10,vars:4,consts:[[1,"cardWithShadow"],[1,"p-y-24","text-center"],["alt","img","width","200",3,"src"],[1,"m-b-0",2,"color","red"],[1,"mat-body-1","m-t-8","lh-24","m-b-24"],["mat-flat-button","","color","primary"],["mat-flat-button","","color","green",3,"click"],["mat-flat-button","","color","primary",3,"click"]],template:function(It,xt){1&It&&(r.j41(0,"mat-card",0)(1,"mat-card-content",1),r.nrm(2,"img",2),r.j41(3,"mat-card-title",3),r.EFF(4),r.k0s(),r.nrm(5,"br"),r.j41(6,"mat-card-subtitle",4),r.EFF(7),r.k0s(),r.DNE(8,Xt,5,0)(9,pt,2,0,"button",5),r.k0s()()),2&It&&(r.R7$(2),r.Y8G("src",xt.img_src,r.B4B),r.R7$(2),r.JRh(xt.titolo),r.R7$(3),r.JRh(xt.messaggio),r.R7$(),r.vxM("sino"==xt.data.type?8:"ok"==xt.data.type?9:-1))},dependencies:[g.$z,Z.RN,Z.dh,Z.m2,Z.Lc],encapsulation:2})}}return Pt})();var Jt=c(1626);let fe=(()=>{class Pt{constructor(rt,It,xt){this.dialog=rt,this.http=It,this.rendererFactory=xt,this.options=i.N,this.apiUrl=i.N.apiURL,this.notify$=new n.t({}),this.renderer=this.rendererFactory.createRenderer(null,null)}get notify(){return this.notify$.asObservable()}openDialogElimina(rt){return this.dialog.open(zt,{height:"400px",width:"600px",data:{message:rt}})}openDialogConferma(rt){return this.dialog.open(Kt,{height:"400px",width:"600px",data:{messaggio:rt,type:"sino",titolo:"Conferma operazione"}})}getOptions(){return this.options}setOptions(rt){this.options=Object.assign(i.N,rt),this.notify$.next(this.options)}getLanguage(){return this.options.language}setLanguage(rt){this.options.language=rt,this.notify$.next({lang:rt})}parseOnlyFilename(rt){if(!rt)return"";let It=rt.split("."),xt=0,dt="";return It.length>1&&(dt=It[It.length-1],xt=It[It.length-1].length),rt.substring(0,rt.length-20-xt-1)+"."+dt}parseOnlyDataFromFilename(rt){if(!rt)return"";let It=rt.split("."),xt=0;It.length>1&&(xt=It[It.length-1].length);let it=rt.substring(rt.length-20-xt-1,rt.length-xt-1).split("-");if(it.length<3)return"";let Bt=it[0].split("_");return Bt[0]+"/"+Bt[1]+"/"+it[1]+" "+it[2].split("_")[0]+":"+it[2].split("_")[1]}static getUserInfo(rt){let It=localStorage.getItem("user_info");if(rt&&It)return JSON.parse(It)[rt]}static isLogged(){let rt=localStorage.getItem("user_info");return localStorage.getItem("user_type_id"),!!rt}static getUserRole(){let rt=localStorage.getItem("user_info");if(rt)return JSON.parse(rt).user_type_id}static getUserRoleName(){let rt=localStorage.getItem("user_info");return rt&&"830830"===JSON.parse(rt).user_type_id?"admin":"studenti"}getUserRoleNamePublic(){let rt=localStorage.getItem("user_info");return rt?"830830"===JSON.parse(rt).user_type_id?"Admin":"Editor":"studenti"}static getHomePath(){let rt=localStorage.getItem("user_info");return rt?"830830"===JSON.parse(rt).user_type_id?"/admin/home":"/studenti/home":"/authentication/login"}getUserInfo(rt){let It=localStorage.getItem("user_info");if(rt&&It){let xt=JSON.parse(It)[rt];if(xt)return xt}return""}profileCheck(){return"true"!=localStorage.getItem("profile_check")}openDialog(rt,It){return this.dialog.open(gt,{height:"400px",width:"600px",data:{message:rt,type:It}})}convertInItData(rt,It=" "){if(rt){let xt=rt.split(" ")[0].split("-");return rt.split(" ")[1].split(":")," "+xt[2]+"/"+xt[1]+"/"+xt[0]}return""}convertInItDataOra(rt,It=" "){try{if(rt){let xt=rt.split(" ")[0].split("-"),dt=rt.split(" ")[1].split(":");return" "+xt[2]+"/"+xt[1]+"/"+xt[0]+It+dt[0]+":"+dt[1]}}catch{}return""}checkInData(rt,It){let xt=new Date(rt),dt=new Date(It),Vt=new Date;return Vt>xt&&Vt<dt}convertInItOra(rt){if(rt){let It=rt.split(" ")[1].split(":");return It[0]+":"+It[1]}return""}convertInItDataYYYY(rt,It=" "){if(rt){let xt=rt.split(" ")[0].split("-");return rt.split(" ")[1].split(":")," "+xt[0]}return""}static{this.\u0275fac=function(It){return new(It||Pt)(r.KVO(H.bZ),r.KVO(Jt.Qq),r.KVO(r._9s))}}static{this.\u0275prov=r.jDH({token:Pt,factory:Pt.\u0275fac,providedIn:"root"})}}return Pt})()},7038:($e,Gt,c)=>{c.d(Gt,{U:()=>r});var n=c(4412),i=c(4438);let r=(()=>{class H{constructor(){this.loading=new n.t(!1),this.uploadProgress=new n.t(null),this.loading$=this.loading.asObservable(),this.uploadProgress$=this.uploadProgress.asObservable()}static{this.i=0}setLoading(Z){Z?H.i++:H.i--,H.i>0?setTimeout(()=>{this.loading.next(!0)}):setTimeout(()=>{this.loading.next(!1)})}setUploadProgress(Z){setTimeout(()=>{this.uploadProgress.next(Z)})}resetUploadProgress(){setTimeout(()=>{this.uploadProgress.next(null)})}static{this.\u0275fac=function(tt){return new(tt||H)}}static{this.\u0275prov=i.jDH({token:H,factory:H.\u0275fac,providedIn:"root"})}}return H})()},5312:($e,Gt,c)=>{c.d(Gt,{c:()=>n});const n={production:!0,apiURL:"/api/index.php",ws_enabled:!0,WS_URL_ws:"wss://fpw56gx3p9.execute-api.eu-central-1.amazonaws.com/",keyAPIWSAWS:"fnPFG2H3Od1oS03mSlOSm8r7hx6zh2f91a5RuaM4",apikey_tinymce:"uf331e2v29a26dbmb7wuo3q8exyx83tm10ke3spen731r5ln",tinymce_lang:"https://scuolaviva.scuolabuona.it/assets/tinymce-lang/it.js"}},8449:($e,Gt,c)=>{var n={};c.r(n),c.d(n,{Icon123:()=>E,Icon12Hours:()=>N,Icon24Hours:()=>ut,Icon2fa:()=>pe,Icon360:()=>ra,Icon360View:()=>Rn,Icon3dCubeSphere:()=>a0,Icon3dCubeSphereOff:()=>Do,Icon3dRotate:()=>m0,IconAB:()=>O0,IconAB2:()=>ti,IconABOff:()=>o0,IconAbacus:()=>f0,IconAbacusOff:()=>bo,IconAbc:()=>Pi,IconAccessPoint:()=>Uo,IconAccessPointOff:()=>w0,IconAccessible:()=>oa,IconAccessibleOff:()=>ri,IconAccessibleOffFilled:()=>jo,IconActivity:()=>Ja,IconActivityHeartbeat:()=>La,IconAd:()=>Yo,IconAd2:()=>Bo,IconAdCircle:()=>ei,IconAdCircleFilled:()=>ja,IconAdCircleOff:()=>M0,IconAdFilled:()=>li,IconAdOff:()=>yi,IconAddressBook:()=>Fi,IconAddressBookOff:()=>io,IconAdjustments:()=>_e,IconAdjustmentsAlt:()=>hi,IconAdjustmentsBolt:()=>di,IconAdjustmentsCancel:()=>ni,IconAdjustmentsCheck:()=>ls,IconAdjustmentsCode:()=>ai,IconAdjustmentsCog:()=>ki,IconAdjustmentsDollar:()=>ci,IconAdjustmentsDown:()=>Ci,IconAdjustmentsExclamation:()=>oi,IconAdjustmentsFilled:()=>_0,IconAdjustmentsHeart:()=>hs,IconAdjustmentsHorizontal:()=>pi,IconAdjustmentsMinus:()=>H0,IconAdjustmentsOff:()=>Li,IconAdjustmentsPause:()=>vi,IconAdjustmentsPin:()=>s0,IconAdjustmentsPlus:()=>_,IconAdjustmentsQuestion:()=>T,IconAdjustmentsSearch:()=>v,IconAdjustmentsShare:()=>y,IconAdjustmentsStar:()=>P,IconAdjustmentsUp:()=>nt,IconAdjustmentsX:()=>$t,IconAerialLift:()=>Ye,IconAffiliate:()=>Qe,IconAffiliateFilled:()=>He,IconAirBalloon:()=>bn,IconAirConditioning:()=>hn,IconAirConditioningDisabled:()=>Gn,IconAirTrafficControl:()=>Sn,IconAlarm:()=>Pn,IconAlarmAverage:()=>qn,IconAlarmFilled:()=>M,IconAlarmMinus:()=>C,IconAlarmMinusFilled:()=>j,IconAlarmOff:()=>R,IconAlarmPlus:()=>ye,IconAlarmPlusFilled:()=>Mt,IconAlarmSnooze:()=>fn,IconAlarmSnoozeFilled:()=>Pe,IconAlbum:()=>Dn,IconAlbumOff:()=>Fn,IconAlertCircle:()=>yn,IconAlertCircleFilled:()=>pn,IconAlertCircleOff:()=>gn,IconAlertHexagon:()=>ma,IconAlertHexagonFilled:()=>We,IconAlertHexagonOff:()=>Hn,IconAlertOctagon:()=>ya,IconAlertOctagonFilled:()=>Oa,IconAlertSmall:()=>Ha,IconAlertSmallOff:()=>fa,IconAlertSquare:()=>ui,IconAlertSquareFilled:()=>ea,IconAlertSquareRounded:()=>Kn,IconAlertSquareRoundedFilled:()=>Da,IconAlertSquareRoundedOff:()=>po,IconAlertTriangle:()=>Na,IconAlertTriangleFilled:()=>ds,IconAlertTriangleOff:()=>Ni,IconAlien:()=>zo,IconAlienFilled:()=>b0,IconAlignBoxBottomCenter:()=>Di,IconAlignBoxBottomCenterFilled:()=>Eo,IconAlignBoxBottomLeft:()=>gi,IconAlignBoxBottomLeftFilled:()=>Ps,IconAlignBoxBottomRight:()=>r0,IconAlignBoxBottomRightFilled:()=>Vi,IconAlignBoxCenterBottom:()=>$n,IconAlignBoxCenterMiddle:()=>qi,IconAlignBoxCenterMiddleFilled:()=>Fs,IconAlignBoxCenterStretch:()=>x0,IconAlignBoxCenterTop:()=>Ji,IconAlignBoxLeftBottom:()=>$a,IconAlignBoxLeftBottomFilled:()=>Ui,IconAlignBoxLeftMiddle:()=>no,IconAlignBoxLeftMiddleFilled:()=>ts,IconAlignBoxLeftStretch:()=>so,IconAlignBoxLeftTop:()=>R0,IconAlignBoxLeftTopFilled:()=>es,IconAlignBoxRightBottom:()=>l0,IconAlignBoxRightBottomFilled:()=>ji,IconAlignBoxRightMiddle:()=>cs,IconAlignBoxRightMiddleFilled:()=>mi,IconAlignBoxRightStretch:()=>Ol,IconAlignBoxRightTop:()=>Ns,IconAlignBoxRightTopFilled:()=>Ls,IconAlignBoxTopCenter:()=>ps,IconAlignBoxTopCenterFilled:()=>Hl,IconAlignBoxTopLeft:()=>w,IconAlignBoxTopLeftFilled:()=>b2,IconAlignBoxTopRight:()=>b,IconAlignBoxTopRightFilled:()=>B,IconAlignCenter:()=>z,IconAlignJustified:()=>$,IconAlignLeft:()=>wt,IconAlignRight:()=>ee,IconAlpha:()=>Ue,IconAlphabetCyrillic:()=>Se,IconAlphabetGreek:()=>In,IconAlphabetLatin:()=>ta,IconAlt:()=>ia,IconAmbulance:()=>S,IconAmpersand:()=>te,IconAnalyze:()=>x,IconAnalyzeFilled:()=>h,IconAnalyzeOff:()=>f,IconAnchor:()=>ue,IconAnchorOff:()=>ct,IconAngle:()=>vn,IconAnkh:()=>Vn,IconAntenna:()=>Bi,IconAntennaBars1:()=>Ma,IconAntennaBars2:()=>vo,IconAntennaBars3:()=>I0,IconAntennaBars4:()=>Dr,IconAntennaBars5:()=>Lf,IconAntennaBarsOff:()=>x2,IconAntennaOff:()=>Nf,IconAperture:()=>Ac,IconApertureOff:()=>Tc,IconApi:()=>y0,IconApiApp:()=>I2,IconApiAppOff:()=>ka,IconApiOff:()=>Br,IconAppWindow:()=>zr,IconAppWindowFilled:()=>Vf,IconApple:()=>vs,IconApps:()=>y2,IconAppsFilled:()=>W0,IconAppsOff:()=>Uf,IconArcheryArrow:()=>jf,IconArchive:()=>Hc,IconArchiveFilled:()=>ii,IconArchiveOff:()=>Oc,IconArmchair:()=>Pl,IconArmchair2:()=>Rl,IconArmchair2Off:()=>Rc,IconArmchairOff:()=>k2,IconArrowAutofitContent:()=>C2,IconArrowAutofitContentFilled:()=>Fl,IconArrowAutofitDown:()=>Gi,IconArrowAutofitHeight:()=>la,IconArrowAutofitLeft:()=>Ll,IconArrowAutofitRight:()=>D2,IconArrowAutofitUp:()=>Pc,IconArrowAutofitWidth:()=>gI,IconArrowBack:()=>$f,IconArrowBackUp:()=>Wf,IconArrowBackUpDouble:()=>Gf,IconArrowBadgeDown:()=>us,IconArrowBadgeDownFilled:()=>Fc,IconArrowBadgeLeft:()=>Kf,IconArrowBadgeLeftFilled:()=>Xf,IconArrowBadgeRight:()=>Qf,IconArrowBadgeRightFilled:()=>Yf,IconArrowBadgeUp:()=>Je,IconArrowBadgeUpFilled:()=>Zf,IconArrowBarBoth:()=>_a,IconArrowBarDown:()=>Lc,IconArrowBarLeft:()=>Nc,IconArrowBarRight:()=>Ra,IconArrowBarToDown:()=>Vc,IconArrowBarToLeft:()=>Er,IconArrowBarToRight:()=>fi,IconArrowBarToUp:()=>B2,IconArrowBarUp:()=>z2,IconArrowBearLeft:()=>mI,IconArrowBearLeft2:()=>Uc,IconArrowBearRight:()=>jc,IconArrowBearRight2:()=>fI,IconArrowBigDown:()=>wi,IconArrowBigDownFilled:()=>Gc,IconArrowBigDownLine:()=>k0,IconArrowBigDownLineFilled:()=>Wc,IconArrowBigDownLines:()=>$c,IconArrowBigDownLinesFilled:()=>Wi,IconArrowBigLeft:()=>E2,IconArrowBigLeftFilled:()=>$i,IconArrowBigLeftLine:()=>Xc,IconArrowBigLeftLineFilled:()=>qf,IconArrowBigLeftLines:()=>t5,IconArrowBigLeftLinesFilled:()=>Jf,IconArrowBigRight:()=>A2,IconArrowBigRightFilled:()=>S2,IconArrowBigRightLine:()=>Nl,IconArrowBigRightLineFilled:()=>T2,IconArrowBigRightLines:()=>Kc,IconArrowBigRightLinesFilled:()=>e5,IconArrowBigUp:()=>n5,IconArrowBigUpFilled:()=>Yc,IconArrowBigUpLine:()=>Zc,IconArrowBigUpLineFilled:()=>Qc,IconArrowBigUpLines:()=>O2,IconArrowBigUpLinesFilled:()=>qc,IconArrowBounce:()=>Qo,IconArrowCapsule:()=>gs,IconArrowCurveLeft:()=>Xa,IconArrowCurveRight:()=>Jc,IconArrowDown:()=>H2,IconArrowDownBar:()=>a5,IconArrowDownCircle:()=>tp,IconArrowDownFromArc:()=>o5,IconArrowDownLeft:()=>np,IconArrowDownLeftCircle:()=>ep,IconArrowDownRhombus:()=>Sr,IconArrowDownRight:()=>i5,IconArrowDownRightCircle:()=>zi,IconArrowDownSquare:()=>Vl,IconArrowDownTail:()=>Ul,IconArrowDownToArc:()=>jl,IconArrowElbowLeft:()=>ap,IconArrowElbowRight:()=>op,IconArrowFork:()=>s5,IconArrowForward:()=>r5,IconArrowForwardUp:()=>Tr,IconArrowForwardUpDouble:()=>Vs,IconArrowGuide:()=>R2,IconArrowIteration:()=>ip,IconArrowLeft:()=>Ar,IconArrowLeftBar:()=>l5,IconArrowLeftCircle:()=>h5,IconArrowLeftFromArc:()=>d5,IconArrowLeftRhombus:()=>wI,IconArrowLeftRight:()=>MI,IconArrowLeftSquare:()=>P2,IconArrowLeftTail:()=>ms,IconArrowLeftToArc:()=>F2,IconArrowLoopLeft:()=>Or,IconArrowLoopLeft2:()=>c5,IconArrowLoopRight:()=>L2,IconArrowLoopRight2:()=>p5,IconArrowMerge:()=>Ei,IconArrowMergeAltLeft:()=>Gl,IconArrowMergeAltRight:()=>_I,IconArrowMergeBoth:()=>sp,IconArrowMergeLeft:()=>rp,IconArrowMergeRight:()=>v5,IconArrowMoveDown:()=>u5,IconArrowMoveLeft:()=>Wl,IconArrowMoveRight:()=>N2,IconArrowMoveUp:()=>lp,IconArrowNarrowDown:()=>$l,IconArrowNarrowLeft:()=>V2,IconArrowNarrowRight:()=>g5,IconArrowNarrowUp:()=>hp,IconArrowRampLeft:()=>pp,IconArrowRampLeft2:()=>dp,IconArrowRampLeft3:()=>cp,IconArrowRampRight:()=>fs,IconArrowRampRight2:()=>m5,IconArrowRampRight3:()=>Xl,IconArrowRight:()=>gp,IconArrowRightBar:()=>f5,IconArrowRightCircle:()=>vp,IconArrowRightFromArc:()=>up,IconArrowRightRhombus:()=>Us,IconArrowRightSquare:()=>js,IconArrowRightTail:()=>So,IconArrowRightToArc:()=>w5,IconArrowRotaryFirstLeft:()=>U2,IconArrowRotaryFirstRight:()=>M5,IconArrowRotaryLastLeft:()=>mp,IconArrowRotaryLastRight:()=>Kl,IconArrowRotaryLeft:()=>_5,IconArrowRotaryRight:()=>fp,IconArrowRotaryStraight:()=>j2,IconArrowRoundaboutLeft:()=>Yl,IconArrowRoundaboutRight:()=>wp,IconArrowSharpTurnLeft:()=>b5,IconArrowSharpTurnRight:()=>x5,IconArrowUp:()=>D5,IconArrowUpBar:()=>I5,IconArrowUpCircle:()=>Mp,IconArrowUpFromArc:()=>y5,IconArrowUpLeft:()=>k5,IconArrowUpLeftCircle:()=>_p,IconArrowUpRhombus:()=>C5,IconArrowUpRight:()=>bp,IconArrowUpRightCircle:()=>bI,IconArrowUpSquare:()=>xp,IconArrowUpTail:()=>h0,IconArrowUpToArc:()=>xI,IconArrowWaveLeftDown:()=>II,IconArrowWaveLeftUp:()=>Ip,IconArrowWaveRightDown:()=>yI,IconArrowWaveRightUp:()=>G2,IconArrowZigZag:()=>yp,IconArrowsCross:()=>Hr,IconArrowsDiagonal:()=>kI,IconArrowsDiagonal2:()=>B5,IconArrowsDiagonalMinimize:()=>ws,IconArrowsDiagonalMinimize2:()=>z5,IconArrowsDiff:()=>E5,IconArrowsDoubleNeSw:()=>Si,IconArrowsDoubleNwSe:()=>Ql,IconArrowsDoubleSeNw:()=>kp,IconArrowsDoubleSwNe:()=>Cp,IconArrowsDown:()=>W2,IconArrowsDownUp:()=>CI,IconArrowsExchange:()=>S5,IconArrowsExchange2:()=>Zl,IconArrowsHorizontal:()=>to,IconArrowsJoin:()=>$2,IconArrowsJoin2:()=>T5,IconArrowsLeft:()=>X2,IconArrowsLeftDown:()=>A5,IconArrowsLeftRight:()=>O5,IconArrowsMaximize:()=>Dp,IconArrowsMinimize:()=>Bp,IconArrowsMove:()=>R5,IconArrowsMoveHorizontal:()=>K2,IconArrowsMoveVertical:()=>H5,IconArrowsRandom:()=>zp,IconArrowsRight:()=>F5,IconArrowsRightDown:()=>P5,IconArrowsRightLeft:()=>Xi,IconArrowsShuffle:()=>DI,IconArrowsShuffle2:()=>Ep,IconArrowsSort:()=>BI,IconArrowsSplit:()=>EI,IconArrowsSplit2:()=>zI,IconArrowsTransferDown:()=>SI,IconArrowsTransferUp:()=>L5,IconArrowsUp:()=>N5,IconArrowsUpDown:()=>Gs,IconArrowsUpLeft:()=>Rr,IconArrowsUpRight:()=>Sp,IconArrowsVertical:()=>ql,IconArtboard:()=>Y2,IconArtboardFilled:()=>Pr,IconArtboardOff:()=>V5,IconArticle:()=>Lr,IconArticleFilledFilled:()=>Tp,IconArticleOff:()=>Fr,IconAspectRatio:()=>U5,IconAspectRatioFilled:()=>Ap,IconAspectRatioOff:()=>Q2,IconAssembly:()=>G5,IconAssemblyOff:()=>j5,IconAsset:()=>Op,IconAsterisk:()=>W5,IconAsteriskSimple:()=>Z2,IconAt:()=>q2,IconAtOff:()=>P0,IconAtom:()=>AI,IconAtom2:()=>Jl,IconAtom2Filled:()=>Hp,IconAtomOff:()=>TI,IconAugmentedReality:()=>Rp,IconAugmentedReality2:()=>d0,IconAugmentedRealityOff:()=>Ws,IconAutomaticGearbox:()=>Pp,IconAvocado:()=>$5,IconAward:()=>Lp,IconAwardFilled:()=>Fp,IconAwardOff:()=>X5,IconAxe:()=>K5,IconAxisX:()=>Np,IconAxisY:()=>Y5,IconBabyBottle:()=>Q5,IconBabyCarriage:()=>Z5,IconBackground:()=>q5,IconBackhoe:()=>Vp,IconBackpack:()=>jp,IconBackpackOff:()=>Up,IconBackslash:()=>t1,IconBackspace:()=>Wp,IconBackspaceFilled:()=>Gp,IconBadge:()=>sw,IconBadge3d:()=>$p,IconBadge4k:()=>Xp,IconBadge8k:()=>J5,IconBadgeAd:()=>ew,IconBadgeAdOff:()=>tw,IconBadgeAr:()=>nw,IconBadgeCc:()=>Kp,IconBadgeFilled:()=>OI,IconBadgeHd:()=>Yp,IconBadgeOff:()=>aw,IconBadgeSd:()=>ow,IconBadgeTm:()=>HI,IconBadgeVo:()=>iw,IconBadgeVr:()=>Qp,IconBadgeWc:()=>J2,IconBadges:()=>rw,IconBadgesFilled:()=>ns,IconBadgesOff:()=>e1,IconBaguette:()=>Zp,IconBallAmericanFootball:()=>RI,IconBallAmericanFootballOff:()=>n1,IconBallBaseball:()=>lw,IconBallBasketball:()=>hw,IconBallBowling:()=>qp,IconBallFootball:()=>dw,IconBallFootballOff:()=>Jp,IconBallTennis:()=>cw,IconBallVolleyball:()=>Nr,IconBalloon:()=>eh,IconBalloonFilled:()=>pw,IconBalloonOff:()=>th,IconBallpen:()=>nh,IconBallpenFilled:()=>$s,IconBallpenOff:()=>a1,IconBan:()=>Vr,IconBandage:()=>ah,IconBandageFilled:()=>o1,IconBandageOff:()=>Xs,IconBarbell:()=>Ur,IconBarbellOff:()=>s1,IconBarcode:()=>PI,IconBarcodeOff:()=>oh,IconBarrel:()=>jr,IconBarrelOff:()=>ih,IconBarrierBlock:()=>t4,IconBarrierBlockOff:()=>vw,IconBaseline:()=>e4,IconBaselineDensityLarge:()=>uw,IconBaselineDensityMedium:()=>gw,IconBaselineDensitySmall:()=>sh,IconBasket:()=>d4,IconBasketBolt:()=>mw,IconBasketCancel:()=>fw,IconBasketCheck:()=>Gr,IconBasketCode:()=>n4,IconBasketCog:()=>rh,IconBasketDiscount:()=>ww,IconBasketDollar:()=>FI,IconBasketDown:()=>LI,IconBasketExclamation:()=>Wr,IconBasketFilled:()=>Mw,IconBasketHeart:()=>r1,IconBasketMinus:()=>lh,IconBasketOff:()=>a4,IconBasketPause:()=>_w,IconBasketPin:()=>o4,IconBasketPlus:()=>hh,IconBasketQuestion:()=>s4,IconBasketSearch:()=>Ms,IconBasketShare:()=>r4,IconBasketStar:()=>l1,IconBasketUp:()=>l4,IconBasketX:()=>h4,IconBat:()=>dh,IconBath:()=>ch,IconBathFilled:()=>c4,IconBathOff:()=>h1,IconBattery:()=>Dw,IconBattery1:()=>bw,IconBattery1Filled:()=>Ks,IconBattery2:()=>NI,IconBattery2Filled:()=>xw,IconBattery3:()=>ph,IconBattery3Filled:()=>d1,IconBattery4:()=>v4,IconBattery4Filled:()=>p4,IconBatteryAutomotive:()=>u4,IconBatteryCharging:()=>Iw,IconBatteryCharging2:()=>_s,IconBatteryEco:()=>yw,IconBatteryFilled:()=>kw,IconBatteryOff:()=>Cw,IconBeach:()=>Ys,IconBeachOff:()=>Ki,IconBed:()=>Sw,IconBedFilled:()=>Bw,IconBedFlat:()=>zw,IconBedOff:()=>Ew,IconBeer:()=>g4,IconBeerFilled:()=>Tw,IconBeerOff:()=>Aw,IconBell:()=>Ww,IconBellBolt:()=>Ow,IconBellCancel:()=>Hw,IconBellCheck:()=>Rw,IconBellCode:()=>Pw,IconBellCog:()=>c1,IconBellDollar:()=>Yi,IconBellDown:()=>$r,IconBellExclamation:()=>m4,IconBellFilled:()=>f4,IconBellHeart:()=>w4,IconBellMinus:()=>UI,IconBellMinusFilled:()=>VI,IconBellOff:()=>jI,IconBellPause:()=>vh,IconBellPin:()=>uh,IconBellPlus:()=>WI,IconBellPlusFilled:()=>GI,IconBellQuestion:()=>M4,IconBellRinging:()=>Vw,IconBellRinging2:()=>Lw,IconBellRinging2Filled:()=>Fw,IconBellRingingFilled:()=>Nw,IconBellSchool:()=>Uw,IconBellSearch:()=>_4,IconBellShare:()=>b4,IconBellStar:()=>jw,IconBellUp:()=>Gw,IconBellX:()=>p1,IconBellXFilled:()=>x4,IconBellZ:()=>gh,IconBellZFilled:()=>I4,IconBeta:()=>bs,IconBible:()=>y4,IconBike:()=>mh,IconBikeOff:()=>$w,IconBinary:()=>Yw,IconBinaryOff:()=>k4,IconBinaryTree:()=>Kw,IconBinaryTree2:()=>Xw,IconBiohazard:()=>C4,IconBiohazardOff:()=>Qw,IconBlade:()=>XI,IconBladeFilled:()=>$I,IconBleach:()=>Jw,IconBleachChlorine:()=>Xr,IconBleachNoChlorine:()=>Zw,IconBleachOff:()=>qw,IconBlender:()=>D4,IconBlockquote:()=>tM,IconBluetooth:()=>oM,IconBluetoothConnected:()=>eM,IconBluetoothOff:()=>nM,IconBluetoothX:()=>aM,IconBlur:()=>fh,IconBlurOff:()=>iM,IconBmp:()=>KI,IconBodyScan:()=>YI,IconBold:()=>QI,IconBoldOff:()=>wh,IconBolt:()=>qI,IconBoltOff:()=>ZI,IconBomb:()=>ty,IconBombFilled:()=>JI,IconBone:()=>v1,IconBoneOff:()=>sM,IconBong:()=>B4,IconBongOff:()=>u1,IconBook:()=>Qs,IconBook2:()=>z4,IconBookDownload:()=>E4,IconBookFilled:()=>rM,IconBookOff:()=>lM,IconBookUpload:()=>S4,IconBookmark:()=>A4,IconBookmarkAi:()=>$0,IconBookmarkEdit:()=>X0,IconBookmarkFilled:()=>T4,IconBookmarkMinus:()=>ey,IconBookmarkOff:()=>hM,IconBookmarkPlus:()=>ny,IconBookmarkQuestion:()=>ay,IconBookmarks:()=>g1,IconBookmarksFilled:()=>O4,IconBookmarksOff:()=>oy,IconBooks:()=>_h,IconBooksOff:()=>Mh,IconBorderAll:()=>dM,IconBorderBottom:()=>Zs,IconBorderCornerIos:()=>bh,IconBorderCornerPill:()=>H4,IconBorderCornerRounded:()=>xh,IconBorderCornerSquare:()=>m1,IconBorderCorners:()=>cM,IconBorderHorizontal:()=>pM,IconBorderInner:()=>R4,IconBorderLeft:()=>vM,IconBorderNone:()=>uM,IconBorderOuter:()=>P4,IconBorderRadius:()=>Ih,IconBorderRight:()=>Kr,IconBorderSides:()=>f1,IconBorderStyle:()=>gM,IconBorderStyle2:()=>yh,IconBorderTop:()=>mM,IconBorderVertical:()=>kh,IconBottle:()=>L4,IconBottleFilled:()=>F4,IconBottleOff:()=>xs,IconBounceLeft:()=>Ch,IconBounceLeftFilled:()=>N4,IconBounceRight:()=>V4,IconBounceRightFilled:()=>fM,IconBow:()=>U4,IconBowl:()=>w1,IconBowlChopsticks:()=>j4,IconBowlFilled:()=>Dh,IconBowlSpoon:()=>G4,IconBox:()=>CM,IconBoxAlignBottom:()=>zh,IconBoxAlignBottomFilled:()=>Is,IconBoxAlignBottomLeft:()=>Bh,IconBoxAlignBottomLeftFilled:()=>W4,IconBoxAlignBottomRight:()=>$4,IconBoxAlignBottomRightFilled:()=>Yr,IconBoxAlignLeft:()=>wM,IconBoxAlignLeftFilled:()=>M1,IconBoxAlignRight:()=>MM,IconBoxAlignRightFilled:()=>X4,IconBoxAlignTop:()=>Q4,IconBoxAlignTopFilled:()=>_M,IconBoxAlignTopLeft:()=>K4,IconBoxAlignTopLeftFilled:()=>bM,IconBoxAlignTopRight:()=>pa,IconBoxAlignTopRightFilled:()=>Y4,IconBoxMargin:()=>Z4,IconBoxModel:()=>xM,IconBoxModel2:()=>q4,IconBoxModel2Off:()=>qs,IconBoxModelOff:()=>J4,IconBoxMultiple:()=>IM,IconBoxMultiple0:()=>_1,IconBoxMultiple1:()=>ys,IconBoxMultiple2:()=>Eh,IconBoxMultiple3:()=>Qr,IconBoxMultiple4:()=>tv,IconBoxMultiple5:()=>Sh,IconBoxMultiple6:()=>Th,IconBoxMultiple7:()=>Ah,IconBoxMultiple8:()=>ev,IconBoxMultiple9:()=>Oh,IconBoxOff:()=>yM,IconBoxPadding:()=>kM,IconBoxSeam:()=>nv,IconBraces:()=>BM,IconBracesOff:()=>DM,IconBrackets:()=>TM,IconBracketsAngle:()=>av,IconBracketsAngleOff:()=>zM,IconBracketsContain:()=>SM,IconBracketsContainEnd:()=>ov,IconBracketsContainStart:()=>EM,IconBracketsOff:()=>F0,IconBraille:()=>AM,IconBrain:()=>iy,IconBrand4chan:()=>Hh,IconBrandAbstract:()=>iv,IconBrandAdobe:()=>OM,IconBrandAdonisJs:()=>HM,IconBrandAirbnb:()=>RM,IconBrandAirtable:()=>sv,IconBrandAlgolia:()=>PM,IconBrandAlipay:()=>FM,IconBrandAlpineJs:()=>Rh,IconBrandAmazon:()=>LM,IconBrandAmd:()=>NM,IconBrandAmigo:()=>VM,IconBrandAmongUs:()=>UM,IconBrandAndroid:()=>jM,IconBrandAngular:()=>Ti,IconBrandAnsible:()=>Ph,IconBrandAo3:()=>GM,IconBrandAppgallery:()=>WM,IconBrandApple:()=>Fh,IconBrandAppleArcade:()=>rv,IconBrandAppleFilled:()=>lv,IconBrandApplePodcast:()=>b1,IconBrandAppstore:()=>sy,IconBrandAsana:()=>hv,IconBrandAuth0:()=>dv,IconBrandAws:()=>cv,IconBrandAzure:()=>x1,IconBrandBackbone:()=>Lh,IconBrandBadoo:()=>Qi,IconBrandBaidu:()=>$M,IconBrandBandcamp:()=>XM,IconBrandBandlab:()=>Nh,IconBrandBeats:()=>KM,IconBrandBehance:()=>Js,IconBrandBilibili:()=>pv,IconBrandBinance:()=>ks,IconBrandBing:()=>tr,IconBrandBitbucket:()=>Vh,IconBrandBlackberry:()=>Zr,IconBrandBlender:()=>vv,IconBrandBlogger:()=>uv,IconBrandBluesky:()=>YM,IconBrandBooking:()=>QM,IconBrandBootstrap:()=>ZM,IconBrandBulma:()=>qM,IconBrandBumble:()=>JM,IconBrandBunpo:()=>t6,IconBrandCSharp:()=>gv,IconBrandCake:()=>e6,IconBrandCakephp:()=>I1,IconBrandCampaignmonitor:()=>n6,IconBrandCarbon:()=>mv,IconBrandCashapp:()=>a6,IconBrandChrome:()=>fv,IconBrandCinema4d:()=>o6,IconBrandCitymapper:()=>i6,IconBrandCloudflare:()=>wv,IconBrandCodecov:()=>Uh,IconBrandCodepen:()=>Mv,IconBrandCodesandbox:()=>qr,IconBrandCohost:()=>Jr,IconBrandCoinbase:()=>tl,IconBrandComedyCentral:()=>s6,IconBrandCoreos:()=>r6,IconBrandCouchdb:()=>l6,IconBrandCouchsurfing:()=>y1,IconBrandCpp:()=>jh,IconBrandCraft:()=>h6,IconBrandCrunchbase:()=>ry,IconBrandCss3:()=>ly,IconBrandCtemplar:()=>d6,IconBrandCucumber:()=>c6,IconBrandCupra:()=>hy,IconBrandCypress:()=>p6,IconBrandD3:()=>dy,IconBrandDatabricks:()=>v6,IconBrandDaysCounter:()=>u6,IconBrandDcos:()=>g6,IconBrandDebian:()=>Gh,IconBrandDeezer:()=>el,IconBrandDeliveroo:()=>Wh,IconBrandDeno:()=>k1,IconBrandDenodo:()=>_v,IconBrandDeviantart:()=>nl,IconBrandDigg:()=>bv,IconBrandDingtalk:()=>m6,IconBrandDiscord:()=>xv,IconBrandDiscordFilled:()=>al,IconBrandDisney:()=>Iv,IconBrandDisqus:()=>yv,IconBrandDjango:()=>kv,IconBrandDocker:()=>f6,IconBrandDoctrine:()=>w6,IconBrandDolbyDigital:()=>M6,IconBrandDouban:()=>ol,IconBrandDribbble:()=>b6,IconBrandDribbbleFilled:()=>_6,IconBrandDrops:()=>x6,IconBrandDrupal:()=>C1,IconBrandEdge:()=>Cv,IconBrandElastic:()=>Dv,IconBrandElectronicArts:()=>Bv,IconBrandEmber:()=>I6,IconBrandEnvato:()=>zv,IconBrandEtsy:()=>$h,IconBrandEvernote:()=>D1,IconBrandFacebook:()=>k6,IconBrandFacebookFilled:()=>y6,IconBrandFeedly:()=>C6,IconBrandFigma:()=>D6,IconBrandFilezilla:()=>B6,IconBrandFinder:()=>z6,IconBrandFirebase:()=>Xh,IconBrandFirefox:()=>il,IconBrandFiverr:()=>Ev,IconBrandFlickr:()=>Sv,IconBrandFlightradar24:()=>E6,IconBrandFlipboard:()=>sl,IconBrandFlutter:()=>B1,IconBrandFortnite:()=>cy,IconBrandFoursquare:()=>S6,IconBrandFramer:()=>Kh,IconBrandFramerMotion:()=>Tv,IconBrandFunimation:()=>T6,IconBrandGatsby:()=>Av,IconBrandGit:()=>A6,IconBrandGithub:()=>Rv,IconBrandGithubCopilot:()=>Ov,IconBrandGithubFilled:()=>Hv,IconBrandGitlab:()=>Yh,IconBrandGmail:()=>O6,IconBrandGolang:()=>H6,IconBrandGoogle:()=>qh,IconBrandGoogleAnalytics:()=>R6,IconBrandGoogleBigQuery:()=>P6,IconBrandGoogleDrive:()=>F6,IconBrandGoogleFilled:()=>L6,IconBrandGoogleFit:()=>Qh,IconBrandGoogleHome:()=>N6,IconBrandGoogleMaps:()=>V6,IconBrandGoogleOne:()=>U6,IconBrandGooglePhotos:()=>Cs,IconBrandGooglePlay:()=>rl,IconBrandGooglePodcasts:()=>Zh,IconBrandGrammarly:()=>j6,IconBrandGraphql:()=>er,IconBrandGravatar:()=>Pv,IconBrandGrindr:()=>G6,IconBrandGuardian:()=>W6,IconBrandGumroad:()=>$6,IconBrandHbo:()=>X6,IconBrandHeadlessui:()=>K6,IconBrandHexo:()=>Fv,IconBrandHipchat:()=>Y6,IconBrandHtml5:()=>Lv,IconBrandInertia:()=>z1,IconBrandInstagram:()=>Q6,IconBrandIntercom:()=>Z6,IconBrandItch:()=>Nv,IconBrandJavascript:()=>q6,IconBrandJuejin:()=>J6,IconBrandKakoTalk:()=>Ds,IconBrandKbin:()=>Bs,IconBrandKick:()=>nr,IconBrandKickstarter:()=>py,IconBrandKotlin:()=>Vv,IconBrandLaravel:()=>Jh,IconBrandLastfm:()=>t7,IconBrandLeetcode:()=>Uv,IconBrandLetterboxd:()=>e7,IconBrandLine:()=>jv,IconBrandLinkedin:()=>vy,IconBrandLinktree:()=>n7,IconBrandLinqpad:()=>ll,IconBrandLivewire:()=>td,IconBrandLoom:()=>a7,IconBrandMailgun:()=>o7,IconBrandMantine:()=>i7,IconBrandMastercard:()=>ed,IconBrandMastodon:()=>as,IconBrandMatrix:()=>E1,IconBrandMcdonalds:()=>Gv,IconBrandMedium:()=>hl,IconBrandMeetup:()=>s7,IconBrandMercedes:()=>r7,IconBrandMessenger:()=>nd,IconBrandMeta:()=>Wv,IconBrandMinecraft:()=>os,IconBrandMiniprogram:()=>dl,IconBrandMixpanel:()=>uy,IconBrandMonday:()=>S1,IconBrandMongodb:()=>$v,IconBrandMyOppo:()=>Xv,IconBrandMysql:()=>l7,IconBrandNationalGeographic:()=>cl,IconBrandNem:()=>h7,IconBrandNetbeans:()=>d7,IconBrandNeteaseMusic:()=>c7,IconBrandNetflix:()=>p7,IconBrandNexo:()=>v7,IconBrandNextcloud:()=>u7,IconBrandNextjs:()=>g7,IconBrandNodejs:()=>m7,IconBrandNordVpn:()=>T1,IconBrandNotion:()=>f7,IconBrandNpm:()=>w7,IconBrandNuxt:()=>Kv,IconBrandNytimes:()=>Yv,IconBrandOauth:()=>ad,IconBrandOffice:()=>Qv,IconBrandOkRu:()=>M7,IconBrandOnedrive:()=>Zv,IconBrandOnlyfans:()=>od,IconBrandOpenSource:()=>qv,IconBrandOpenai:()=>Jv,IconBrandOpenvpn:()=>_7,IconBrandOpera:()=>b7,IconBrandPagekit:()=>x7,IconBrandParsinta:()=>id,IconBrandPatreon:()=>tu,IconBrandPatreonFilled:()=>sd,IconBrandPaypal:()=>ld,IconBrandPaypalFilled:()=>rd,IconBrandPaypay:()=>I7,IconBrandPeanut:()=>y7,IconBrandPepsi:()=>k7,IconBrandPhp:()=>C7,IconBrandPicsart:()=>eu,IconBrandPinterest:()=>hd,IconBrandPlanetscale:()=>dd,IconBrandPnpm:()=>nu,IconBrandPocket:()=>au,IconBrandPolymer:()=>ou,IconBrandPowershell:()=>D7,IconBrandPrintables:()=>iu,IconBrandPrisma:()=>B7,IconBrandProducthunt:()=>cd,IconBrandPushbullet:()=>su,IconBrandPushover:()=>ru,IconBrandPython:()=>c0,IconBrandQq:()=>pd,IconBrandRadixUi:()=>gy,IconBrandReact:()=>lu,IconBrandReactNative:()=>my,IconBrandReason:()=>hu,IconBrandReddit:()=>du,IconBrandRedhat:()=>vd,IconBrandRedux:()=>cu,IconBrandRevolut:()=>pu,IconBrandRumble:()=>vu,IconBrandRust:()=>uu,IconBrandSafari:()=>z7,IconBrandSamsungpass:()=>fy,IconBrandSass:()=>wy,IconBrandSentry:()=>My,IconBrandSharik:()=>_y,IconBrandShazam:()=>gu,IconBrandShopee:()=>E7,IconBrandSketch:()=>S7,IconBrandSkype:()=>by,IconBrandSlack:()=>mu,IconBrandSnapchat:()=>fu,IconBrandSnapseed:()=>xy,IconBrandSnowflake:()=>Iy,IconBrandSocketIo:()=>yy,IconBrandSolidjs:()=>ky,IconBrandSoundcloud:()=>Cy,IconBrandSpacehey:()=>Dy,IconBrandSpeedtest:()=>By,IconBrandSpotify:()=>zy,IconBrandStackoverflow:()=>Ey,IconBrandStackshare:()=>T7,IconBrandSteam:()=>ar,IconBrandStocktwits:()=>pl,IconBrandStorj:()=>A7,IconBrandStorybook:()=>Sy,IconBrandStorytel:()=>wu,IconBrandStrava:()=>O7,IconBrandStripe:()=>Ty,IconBrandSublimeText:()=>H7,IconBrandSugarizer:()=>R7,IconBrandSupabase:()=>P7,IconBrandSuperhuman:()=>A1,IconBrandSupernova:()=>Mu,IconBrandSurfshark:()=>F7,IconBrandSvelte:()=>_u,IconBrandSwift:()=>Ay,IconBrandSymfony:()=>bu,IconBrandTabler:()=>Oy,IconBrandTailwind:()=>L7,IconBrandTaobao:()=>xu,IconBrandTeams:()=>ud,IconBrandTed:()=>N7,IconBrandTelegram:()=>V7,IconBrandTerraform:()=>O1,IconBrandTether:()=>U7,IconBrandThingiverse:()=>j7,IconBrandThreads:()=>G7,IconBrandThreejs:()=>W7,IconBrandTidal:()=>$7,IconBrandTiktok:()=>Iu,IconBrandTiktokFilled:()=>X7,IconBrandTinder:()=>yu,IconBrandTopbuzz:()=>ku,IconBrandTorchain:()=>K7,IconBrandToyota:()=>Hy,IconBrandTrello:()=>Cu,IconBrandTripadvisor:()=>Du,IconBrandTumblr:()=>zs,IconBrandTwilio:()=>Bu,IconBrandTwitch:()=>Y7,IconBrandTwitter:()=>gd,IconBrandTwitterFilled:()=>Ry,IconBrandTypescript:()=>md,IconBrandUber:()=>Q7,IconBrandUbuntu:()=>zu,IconBrandUnity:()=>fd,IconBrandUnsplash:()=>Z7,IconBrandUpwork:()=>Py,IconBrandValorant:()=>H1,IconBrandVercel:()=>q7,IconBrandVimeo:()=>J7,IconBrandVinted:()=>wd,IconBrandVisa:()=>t8,IconBrandVisualStudio:()=>Ai,IconBrandVite:()=>vl,IconBrandVivaldi:()=>uo,IconBrandVk:()=>Es,IconBrandVlc:()=>R1,IconBrandVolkswagen:()=>si,IconBrandVsco:()=>or,IconBrandVscode:()=>e8,IconBrandVue:()=>ul,IconBrandWalmart:()=>Md,IconBrandWaze:()=>Eu,IconBrandWebflow:()=>Su,IconBrandWechat:()=>n8,IconBrandWeibo:()=>a8,IconBrandWhatsapp:()=>go,IconBrandWikipedia:()=>Tu,IconBrandWindows:()=>o8,IconBrandWindy:()=>mo,IconBrandWish:()=>gl,IconBrandWix:()=>ir,IconBrandWordpress:()=>P1,IconBrandX:()=>F1,IconBrandXFilled:()=>ml,IconBrandXamarin:()=>Au,IconBrandXbox:()=>Ou,IconBrandXdeep:()=>Hu,IconBrandXing:()=>L1,IconBrandYahoo:()=>_d,IconBrandYandex:()=>Ru,IconBrandYarn:()=>Fy,IconBrandYatse:()=>Ss,IconBrandYcombinator:()=>Pu,IconBrandYoutube:()=>Fu,IconBrandYoutubeFilled:()=>fl,IconBrandYoutubeKids:()=>i8,IconBrandZalando:()=>N1,IconBrandZapier:()=>s8,IconBrandZeit:()=>Lu,IconBrandZhihu:()=>Nu,IconBrandZoom:()=>V1,IconBrandZulip:()=>Ts,IconBrandZwift:()=>r8,IconBread:()=>l8,IconBreadOff:()=>K0,IconBriefcase:()=>Uu,IconBriefcase2:()=>h8,IconBriefcaseFilled:()=>bd,IconBriefcaseOff:()=>Vu,IconBrightness:()=>Gu,IconBrightness2:()=>d8,IconBrightnessAuto:()=>Ly,IconBrightnessDown:()=>U1,IconBrightnessDownFilled:()=>c8,IconBrightnessHalf:()=>xd,IconBrightnessOff:()=>Id,IconBrightnessUp:()=>ju,IconBrightnessUpFilled:()=>sr,IconBroadcast:()=>yd,IconBroadcastOff:()=>rr,IconBrowser:()=>p8,IconBrowserCheck:()=>kd,IconBrowserOff:()=>Wu,IconBrowserPlus:()=>$u,IconBrowserX:()=>Xu,IconBrush:()=>lr,IconBrushOff:()=>v8,IconBucket:()=>g8,IconBucketDroplet:()=>Ku,IconBucketOff:()=>u8,IconBug:()=>Qu,IconBugFilled:()=>m8,IconBugOff:()=>Yu,IconBuilding:()=>Ju,IconBuildingArch:()=>f8,IconBuildingBank:()=>Ny,IconBuildingBridge:()=>Cd,IconBuildingBridge2:()=>w8,IconBuildingBroadcastTower:()=>Dd,IconBuildingCarousel:()=>M8,IconBuildingCastle:()=>_8,IconBuildingChurch:()=>b8,IconBuildingCircus:()=>x8,IconBuildingCommunity:()=>I8,IconBuildingCottage:()=>y8,IconBuildingEstate:()=>k8,IconBuildingFactory:()=>D8,IconBuildingFactory2:()=>C8,IconBuildingFortress:()=>B8,IconBuildingHospital:()=>z8,IconBuildingLighthouse:()=>E8,IconBuildingMonument:()=>S8,IconBuildingMosque:()=>T8,IconBuildingPavilion:()=>A8,IconBuildingSkyscraper:()=>O8,IconBuildingStadium:()=>Zu,IconBuildingStore:()=>qu,IconBuildingTunnel:()=>is,IconBuildingWarehouse:()=>Bd,IconBuildingWindTurbine:()=>H8,IconBulb:()=>eg,IconBulbFilled:()=>R8,IconBulbOff:()=>tg,IconBulldozer:()=>wl,IconBurger:()=>zd,IconBus:()=>dr,IconBusOff:()=>hr,IconBusStop:()=>ng,IconBusinessplan:()=>Ed,IconButterfly:()=>cr,IconCactus:()=>ur,IconCactusFilled:()=>pr,IconCactusOff:()=>vr,IconCake:()=>mr,IconCakeOff:()=>gr,IconCalculator:()=>Mr,IconCalculatorFilled:()=>fr,IconCalculatorOff:()=>wr,IconCalendar:()=>$8,IconCalendarBolt:()=>ag,IconCalendarCancel:()=>og,IconCalendarCheck:()=>ig,IconCalendarClock:()=>sg,IconCalendarCode:()=>rg,IconCalendarCog:()=>lg,IconCalendarDollar:()=>hg,IconCalendarDot:()=>dg,IconCalendarDown:()=>cg,IconCalendarDue:()=>j1,IconCalendarEvent:()=>ss,IconCalendarExclamation:()=>P8,IconCalendarFilled:()=>F8,IconCalendarHeart:()=>Sd,IconCalendarMinus:()=>As,IconCalendarMonth:()=>Td,IconCalendarOff:()=>L8,IconCalendarPause:()=>Ad,IconCalendarPin:()=>Vy,IconCalendarPlus:()=>Uy,IconCalendarQuestion:()=>N8,IconCalendarRepeat:()=>V8,IconCalendarSad:()=>pg,IconCalendarSearch:()=>U8,IconCalendarShare:()=>To,IconCalendarSmile:()=>vg,IconCalendarStar:()=>j8,IconCalendarStats:()=>G8,IconCalendarTime:()=>ug,IconCalendarUp:()=>W8,IconCalendarUser:()=>gg,IconCalendarWeek:()=>mg,IconCalendarX:()=>_r,IconCamera:()=>t9,IconCameraBolt:()=>X8,IconCameraCancel:()=>fg,IconCameraCheck:()=>K8,IconCameraCode:()=>wg,IconCameraCog:()=>jy,IconCameraDollar:()=>Od,IconCameraDown:()=>Hd,IconCameraExclamation:()=>Rd,IconCameraFilled:()=>Pd,IconCameraHeart:()=>Oi,IconCameraMinus:()=>Y8,IconCameraOff:()=>Mg,IconCameraPause:()=>Hi,IconCameraPin:()=>Mi,IconCameraPlus:()=>_i,IconCameraQuestion:()=>_g,IconCameraRotate:()=>bg,IconCameraSearch:()=>Q8,IconCameraSelfie:()=>Z8,IconCameraShare:()=>q8,IconCameraStar:()=>J8,IconCameraUp:()=>Fd,IconCameraX:()=>Ml,IconCamper:()=>xg,IconCampfire:()=>n9,IconCampfireFilled:()=>e9,IconCandle:()=>yg,IconCandleFilled:()=>Ig,IconCandy:()=>a9,IconCandyOff:()=>G1,IconCane:()=>kg,IconCannabis:()=>Cg,IconCapsule:()=>r9,IconCapsuleFilled:()=>o9,IconCapsuleHorizontal:()=>s9,IconCapsuleHorizontalFilled:()=>i9,IconCapture:()=>d9,IconCaptureFilled:()=>l9,IconCaptureOff:()=>h9,IconCar:()=>Nd,IconCarCrane:()=>c9,IconCarCrash:()=>p9,IconCarGarage:()=>v9,IconCarOff:()=>Ld,IconCarSuv:()=>Gy,IconCarTurbine:()=>u9,IconCaravan:()=>Dg,IconCardboards:()=>zg,IconCardboardsOff:()=>Bg,IconCards:()=>g9,IconCardsFilled:()=>Eg,IconCaretDown:()=>Tg,IconCaretDownFilled:()=>Sg,IconCaretLeft:()=>$y,IconCaretLeftFilled:()=>m9,IconCaretLeftRight:()=>Wy,IconCaretLeftRightFilled:()=>Ag,IconCaretRight:()=>Og,IconCaretRightFilled:()=>f9,IconCaretUp:()=>Vd,IconCaretUpDown:()=>w9,IconCaretUpDownFilled:()=>W1,IconCaretUpFilled:()=>M9,IconCarouselHorizontal:()=>$1,IconCarouselHorizontalFilled:()=>_9,IconCarouselVertical:()=>Ud,IconCarouselVerticalFilled:()=>X1,IconCarrot:()=>b9,IconCarrotOff:()=>Hg,IconCash:()=>Y1,IconCashBanknote:()=>I9,IconCashBanknoteOff:()=>x9,IconCashOff:()=>K1,IconCast:()=>Rg,IconCastOff:()=>jd,IconCat:()=>y9,IconCategory:()=>Os,IconCategory2:()=>k9,IconCategoryFilled:()=>Pg,IconCategoryMinus:()=>Gd,IconCategoryPlus:()=>Wd,IconCe:()=>D9,IconCeOff:()=>C9,IconCell:()=>Ky,IconCellSignal1:()=>br,IconCellSignal2:()=>B9,IconCellSignal3:()=>$d,IconCellSignal4:()=>Xy,IconCellSignal5:()=>Fg,IconCellSignalOff:()=>Lg,IconCertificate:()=>S9,IconCertificate2:()=>z9,IconCertificate2Off:()=>xr,IconCertificateOff:()=>E9,IconChairDirector:()=>Q1,IconChalkboard:()=>Z1,IconChalkboardOff:()=>T9,IconChargingPile:()=>q1,IconChartArcs:()=>Ng,IconChartArcs3:()=>L0,IconChartArea:()=>bl,IconChartAreaFilled:()=>A9,IconChartAreaLine:()=>_l,IconChartAreaLineFilled:()=>O9,IconChartArrows:()=>R9,IconChartArrowsVertical:()=>H9,IconChartBar:()=>xl,IconChartBarOff:()=>Vg,IconChartBubble:()=>F9,IconChartBubbleFilled:()=>P9,IconChartCandle:()=>Ug,IconChartCandleFilled:()=>L9,IconChartCircles:()=>jg,IconChartDonut:()=>Yy,IconChartDonut2:()=>Gg,IconChartDonut3:()=>N9,IconChartDonut4:()=>Wg,IconChartDonutFilled:()=>V9,IconChartDots:()=>$g,IconChartDots2:()=>Qy,IconChartDots3:()=>Zy,IconChartDotsFilled:()=>qy,IconChartGridDots:()=>U9,IconChartGridDotsFilled:()=>J1,IconChartHistogram:()=>j9,IconChartInfographic:()=>Xg,IconChartLine:()=>Il,IconChartPie:()=>K9,IconChartPie2:()=>G9,IconChartPie3:()=>W9,IconChartPie4:()=>$9,IconChartPieFilled:()=>X9,IconChartPieOff:()=>Jy,IconChartPpf:()=>Kg,IconChartRadar:()=>Y9,IconChartSankey:()=>Q9,IconChartScatter:()=>Z9,IconChartScatter3d:()=>yl,IconChartTreemap:()=>Yg,IconCheck:()=>Qg,IconCheckbox:()=>q9,IconChecklist:()=>Zg,IconChecks:()=>J9,IconCheckupList:()=>Xd,IconCheese:()=>t_,IconChefHat:()=>Jg,IconChefHatOff:()=>qg,IconCherry:()=>n_,IconCherryFilled:()=>e_,IconChess:()=>p_,IconChessBishop:()=>Kd,IconChessBishopFilled:()=>a_,IconChessFilled:()=>o_,IconChessKing:()=>i_,IconChessKingFilled:()=>t3,IconChessKnight:()=>r_,IconChessKnightFilled:()=>s_,IconChessQueen:()=>h_,IconChessQueenFilled:()=>l_,IconChessRook:()=>c_,IconChessRookFilled:()=>d_,IconChevronCompactDown:()=>e3,IconChevronCompactLeft:()=>n3,IconChevronCompactRight:()=>v_,IconChevronCompactUp:()=>u_,IconChevronDown:()=>m_,IconChevronDownLeft:()=>a3,IconChevronDownRight:()=>g_,IconChevronLeft:()=>s3,IconChevronLeftPipe:()=>o3,IconChevronRight:()=>Qd,IconChevronRightPipe:()=>Yd,IconChevronUp:()=>r3,IconChevronUpLeft:()=>f_,IconChevronUpRight:()=>Zd,IconChevronsDown:()=>h3,IconChevronsDownLeft:()=>l3,IconChevronsDownRight:()=>tk,IconChevronsLeft:()=>w_,IconChevronsRight:()=>d3,IconChevronsUp:()=>qd,IconChevronsUpLeft:()=>c3,IconChevronsUpRight:()=>M_,IconChisel:()=>t2,IconChristmasBall:()=>Jd,IconChristmasTree:()=>v3,IconChristmasTreeOff:()=>p3,IconCircle:()=>dc,IconCircle0Filled:()=>u3,IconCircle1Filled:()=>g3,IconCircle2Filled:()=>m3,IconCircle3Filled:()=>f3,IconCircle4Filled:()=>w3,IconCircle5Filled:()=>M3,IconCircle6Filled:()=>_3,IconCircle7Filled:()=>b3,IconCircle8Filled:()=>x3,IconCircle9Filled:()=>I3,IconCircleArrowDown:()=>x_,IconCircleArrowDownFilled:()=>__,IconCircleArrowDownLeft:()=>tc,IconCircleArrowDownLeftFilled:()=>y3,IconCircleArrowDownRight:()=>b_,IconCircleArrowDownRightFilled:()=>k3,IconCircleArrowLeft:()=>y_,IconCircleArrowLeftFilled:()=>I_,IconCircleArrowRight:()=>C_,IconCircleArrowRightFilled:()=>k_,IconCircleArrowUp:()=>B3,IconCircleArrowUpFilled:()=>D_,IconCircleArrowUpLeft:()=>z_,IconCircleArrowUpLeftFilled:()=>B_,IconCircleArrowUpRight:()=>D3,IconCircleArrowUpRightFilled:()=>C3,IconCircleCaretDown:()=>z3,IconCircleCaretLeft:()=>E3,IconCircleCaretRight:()=>S3,IconCircleCaretUp:()=>T3,IconCircleCheck:()=>O3,IconCircleCheckFilled:()=>A3,IconCircleChevronDown:()=>H3,IconCircleChevronLeft:()=>R3,IconCircleChevronRight:()=>E_,IconCircleChevronUp:()=>S_,IconCircleChevronsDown:()=>ec,IconCircleChevronsLeft:()=>e2,IconCircleChevronsRight:()=>nc,IconCircleChevronsUp:()=>ac,IconCircleDashed:()=>A_,IconCircleDashedNumber0:()=>P3,IconCircleDashedNumber1:()=>F3,IconCircleDashedNumber2:()=>L3,IconCircleDashedNumber3:()=>N3,IconCircleDashedNumber4:()=>V3,IconCircleDashedNumber5:()=>U3,IconCircleDashedNumber6:()=>oc,IconCircleDashedNumber7:()=>j3,IconCircleDashedNumber8:()=>ic,IconCircleDashedNumber9:()=>G3,IconCircleDashedPercentage:()=>W3,IconCircleDashedX:()=>T_,IconCircleDot:()=>sc,IconCircleDotFilled:()=>O_,IconCircleDotted:()=>rc,IconCircleFilled:()=>$3,IconCircleHalf:()=>R_,IconCircleHalf2:()=>lc,IconCircleHalfVertical:()=>H_,IconCircleKey:()=>P_,IconCircleKeyFilled:()=>hc,IconCircleLetterA:()=>X3,IconCircleLetterB:()=>F_,IconCircleLetterC:()=>K3,IconCircleLetterD:()=>L_,IconCircleLetterE:()=>N_,IconCircleLetterF:()=>n2,IconCircleLetterG:()=>Y3,IconCircleLetterH:()=>a2,IconCircleLetterI:()=>ek,IconCircleLetterJ:()=>V_,IconCircleLetterK:()=>Q3,IconCircleLetterL:()=>Z3,IconCircleLetterM:()=>q3,IconCircleLetterN:()=>J3,IconCircleLetterO:()=>tm,IconCircleLetterP:()=>em,IconCircleLetterQ:()=>nm,IconCircleLetterR:()=>am,IconCircleLetterS:()=>om,IconCircleLetterT:()=>U_,IconCircleLetterU:()=>im,IconCircleLetterV:()=>kl,IconCircleLetterW:()=>sm,IconCircleLetterX:()=>rm,IconCircleLetterY:()=>lm,IconCircleLetterZ:()=>hm,IconCircleMinus:()=>cm,IconCircleMinus2:()=>dm,IconCircleNumber0:()=>j_,IconCircleNumber1:()=>nk,IconCircleNumber2:()=>ak,IconCircleNumber3:()=>pm,IconCircleNumber4:()=>vm,IconCircleNumber5:()=>um,IconCircleNumber6:()=>G_,IconCircleNumber7:()=>W_,IconCircleNumber8:()=>Cl,IconCircleNumber9:()=>gm,IconCircleOff:()=>$_,IconCirclePercentage:()=>X_,IconCirclePlus:()=>Ir,IconCirclePlus2:()=>C0,IconCircleRectangle:()=>Y_,IconCircleRectangleOff:()=>K_,IconCircleSquare:()=>ok,IconCircleTriangle:()=>ik,IconCircleX:()=>Q_,IconCircleXFilled:()=>Dl,IconCircles:()=>q_,IconCirclesFilled:()=>Z_,IconCirclesRelation:()=>mm,IconCircuitAmmeter:()=>J_,IconCircuitBattery:()=>tb,IconCircuitBulb:()=>cc,IconCircuitCapacitor:()=>eb,IconCircuitCapacitorPolarized:()=>fm,IconCircuitCell:()=>pc,IconCircuitCellPlus:()=>o2,IconCircuitChangeover:()=>sk,IconCircuitDiode:()=>nb,IconCircuitDiodeZener:()=>wm,IconCircuitGround:()=>yr,IconCircuitGroundDigital:()=>Mm,IconCircuitInductor:()=>ab,IconCircuitMotor:()=>_m,IconCircuitPushbutton:()=>vc,IconCircuitResistor:()=>rk,IconCircuitSwitchClosed:()=>ob,IconCircuitSwitchOpen:()=>ib,IconCircuitVoltmeter:()=>sb,IconClearAll:()=>bm,IconClearFormatting:()=>xm,IconClick:()=>rb,IconClipboard:()=>pb,IconClipboardCheck:()=>Im,IconClipboardCopy:()=>ym,IconClipboardData:()=>lb,IconClipboardHeart:()=>hb,IconClipboardList:()=>km,IconClipboardOff:()=>db,IconClipboardPlus:()=>Cm,IconClipboardSmile:()=>Dm,IconClipboardText:()=>Bm,IconClipboardTypography:()=>zm,IconClipboardX:()=>cb,IconClock:()=>Hb,IconClock12:()=>lk,IconClock2:()=>Em,IconClock24:()=>hk,IconClockBolt:()=>dk,IconClockCancel:()=>ck,IconClockCheck:()=>pk,IconClockCode:()=>vk,IconClockCog:()=>uk,IconClockDollar:()=>gk,IconClockDown:()=>mk,IconClockEdit:()=>Sm,IconClockExclamation:()=>fk,IconClockFilled:()=>wk,IconClockHeart:()=>Tm,IconClockHour1:()=>vb,IconClockHour10:()=>Bl,IconClockHour11:()=>s2,IconClockHour12:()=>ub,IconClockHour2:()=>gb,IconClockHour3:()=>mb,IconClockHour4:()=>fb,IconClockHour5:()=>wb,IconClockHour6:()=>Mb,IconClockHour7:()=>_b,IconClockHour8:()=>Am,IconClockHour9:()=>bb,IconClockMinus:()=>xb,IconClockOff:()=>Ib,IconClockPause:()=>yb,IconClockPin:()=>kb,IconClockPlay:()=>Cb,IconClockPlus:()=>Db,IconClockQuestion:()=>Bb,IconClockRecord:()=>zb,IconClockSearch:()=>Eb,IconClockShare:()=>Sb,IconClockShield:()=>Tb,IconClockStar:()=>Ab,IconClockStop:()=>Om,IconClockUp:()=>uc,IconClockX:()=>Ob,IconClothesRack:()=>Rb,IconClothesRackOff:()=>Hm,IconCloud:()=>Kb,IconCloudBolt:()=>Rm,IconCloudCancel:()=>Mk,IconCloudCheck:()=>Pb,IconCloudCode:()=>Pm,IconCloudCog:()=>Fm,IconCloudComputing:()=>Fb,IconCloudDataConnection:()=>Lm,IconCloudDollar:()=>Lb,IconCloudDown:()=>gc,IconCloudDownload:()=>mc,IconCloudExclamation:()=>Nm,IconCloudFilled:()=>Vm,IconCloudFog:()=>Um,IconCloudHeart:()=>r2,IconCloudLock:()=>jm,IconCloudLockOpen:()=>_k,IconCloudMinus:()=>Nb,IconCloudNetwork:()=>bk,IconCloudOff:()=>Vb,IconCloudPause:()=>Ub,IconCloudPin:()=>Gm,IconCloudPlus:()=>Ri,IconCloudQuestion:()=>l2,IconCloudRain:()=>h2,IconCloudSearch:()=>fc,IconCloudShare:()=>jb,IconCloudSnow:()=>Gb,IconCloudStar:()=>Wb,IconCloudStorm:()=>$b,IconCloudUp:()=>xk,IconCloudUpload:()=>Xb,IconCloudX:()=>Wm,IconClover:()=>wc,IconClover2:()=>Yb,IconClubs:()=>Mc,IconClubsFilled:()=>Qb,IconCode:()=>qb,IconCodeAsterix:()=>Zb,IconCodeCircle:()=>_c,IconCodeCircle2:()=>$m,IconCodeDots:()=>Xm,IconCodeMinus:()=>Ik,IconCodeOff:()=>zl,IconCodePlus:()=>yk,IconCoffee:()=>Jb,IconCoffeeOff:()=>bc,IconCoffin:()=>kk,IconCoin:()=>xc,IconCoinBitcoin:()=>tx,IconCoinBitcoinFilled:()=>Ck,IconCoinEuro:()=>Km,IconCoinEuroFilled:()=>ex,IconCoinFilled:()=>Dk,IconCoinMonero:()=>ax,IconCoinMoneroFilled:()=>nx,IconCoinOff:()=>d2,IconCoinPound:()=>Ym,IconCoinPoundFilled:()=>c2,IconCoinRupee:()=>Qm,IconCoinRupeeFilled:()=>ox,IconCoinTaka:()=>Zm,IconCoinTakaFilled:()=>rs,IconCoinYen:()=>Bk,IconCoinYenFilled:()=>ix,IconCoinYuan:()=>sx,IconCoinYuanFilled:()=>qm,IconCoins:()=>zk,IconColorFilter:()=>rx,IconColorPicker:()=>Ek,IconColorPickerOff:()=>Jm,IconColorSwatch:()=>Tk,IconColorSwatchOff:()=>Sk,IconColumnInsertLeft:()=>Ak,IconColumnInsertRight:()=>Ok,IconColumnRemove:()=>Hk,IconColumns:()=>hx,IconColumns1:()=>Rk,IconColumns2:()=>tf,IconColumns3:()=>ef,IconColumnsOff:()=>lx,IconComet:()=>Pk,IconCommand:()=>Lk,IconCommandOff:()=>Fk,IconCompass:()=>nf,IconCompassFilled:()=>Nk,IconCompassOff:()=>Vk,IconComponents:()=>dx,IconComponentsOff:()=>p2,IconCone:()=>sf,IconCone2:()=>cx,IconConeOff:()=>af,IconConePlus:()=>Hs,IconConfetti:()=>yc,IconConfettiOff:()=>Ic,IconConfucius:()=>px,IconContainer:()=>Cc,IconContainerOff:()=>kc,IconContrast:()=>Gk,IconContrast2:()=>Uk,IconContrast2Off:()=>v2,IconContrastOff:()=>jk,IconCooker:()=>rf,IconCookie:()=>gx,IconCookieMan:()=>vx,IconCookieOff:()=>ux,IconCopy:()=>wx,IconCopyCheck:()=>mx,IconCopyMinus:()=>lf,IconCopyOff:()=>hf,IconCopyPlus:()=>df,IconCopyX:()=>fx,IconCopyleft:()=>Wk,IconCopyleftFilled:()=>cf,IconCopyleftOff:()=>Dc,IconCopyright:()=>Mx,IconCopyrightFilled:()=>pf,IconCopyrightOff:()=>Bc,IconCornerDownLeft:()=>$k,IconCornerDownLeftDouble:()=>_x,IconCornerDownRight:()=>Kk,IconCornerDownRightDouble:()=>Xk,IconCornerLeftDown:()=>Qk,IconCornerLeftDownDouble:()=>Yk,IconCornerLeftUp:()=>El,IconCornerLeftUpDouble:()=>Ao,IconCornerRightDown:()=>g2,IconCornerRightDownDouble:()=>u2,IconCornerRightUp:()=>Zk,IconCornerRightUpDouble:()=>vf,IconCornerUpLeft:()=>qk,IconCornerUpLeftDouble:()=>bx,IconCornerUpRight:()=>zc,IconCornerUpRightDouble:()=>Jk,IconCpu:()=>gf,IconCpu2:()=>xx,IconCpuOff:()=>uf,IconCrane:()=>ff,IconCraneOff:()=>mf,IconCreativeCommons:()=>Sl,IconCreativeCommonsBy:()=>Ix,IconCreativeCommonsNc:()=>yx,IconCreativeCommonsNd:()=>wf,IconCreativeCommonsOff:()=>kx,IconCreativeCommonsSa:()=>Mf,IconCreativeCommonsZero:()=>m2,IconCreditCard:()=>eC,IconCreditCardFilled:()=>f2,IconCreditCardOff:()=>_f,IconCreditCardPay:()=>bf,IconCreditCardRefund:()=>tC,IconCricket:()=>nC,IconCrop:()=>iC,IconCrop11:()=>Cx,IconCrop169:()=>Dx,IconCrop32:()=>aC,IconCrop54:()=>xf,IconCrop75:()=>If,IconCropLandscape:()=>oC,IconCropPortrait:()=>w2,IconCross:()=>Bx,IconCrossFilled:()=>sC,IconCrossOff:()=>rC,IconCrosshair:()=>lC,IconCrown:()=>zx,IconCrownOff:()=>hC,IconCrutches:()=>dC,IconCrutchesOff:()=>Ex,IconCrystalBall:()=>yf,IconCsv:()=>Sx,IconCube:()=>Ox,IconCubeOff:()=>cC,IconCubePlus:()=>Tx,IconCubeSend:()=>kf,IconCubeUnfolded:()=>Ax,IconCup:()=>Rx,IconCupOff:()=>Hx,IconCurling:()=>Px,IconCurlyLoop:()=>Cf,IconCurrency:()=>se,IconCurrencyAfghani:()=>Df,IconCurrencyBahraini:()=>pC,IconCurrencyBaht:()=>Fx,IconCurrencyBitcoin:()=>Lx,IconCurrencyCent:()=>Nx,IconCurrencyDinar:()=>Vx,IconCurrencyDirham:()=>Bf,IconCurrencyDogecoin:()=>zf,IconCurrencyDollar:()=>Tf,IconCurrencyDollarAustralian:()=>Ux,IconCurrencyDollarBrunei:()=>Ef,IconCurrencyDollarCanadian:()=>Sf,IconCurrencyDollarGuyanese:()=>vC,IconCurrencyDollarOff:()=>jx,IconCurrencyDollarSingapore:()=>Tl,IconCurrencyDollarZimbabwean:()=>Ec,IconCurrencyDong:()=>Gx,IconCurrencyDram:()=>Wx,IconCurrencyEthereum:()=>M2,IconCurrencyEuro:()=>Xx,IconCurrencyEuroOff:()=>$x,IconCurrencyFlorin:()=>Af,IconCurrencyForint:()=>Of,IconCurrencyFrank:()=>uC,IconCurrencyGuarani:()=>Kx,IconCurrencyHryvnia:()=>Yx,IconCurrencyIranianRial:()=>gC,IconCurrencyKip:()=>Qx,IconCurrencyKroneCzech:()=>Zx,IconCurrencyKroneDanish:()=>mC,IconCurrencyKroneSwedish:()=>fC,IconCurrencyLari:()=>qx,IconCurrencyLeu:()=>Jx,IconCurrencyLira:()=>tI,IconCurrencyLitecoin:()=>wC,IconCurrencyLyd:()=>MC,IconCurrencyManat:()=>_C,IconCurrencyMonero:()=>bC,IconCurrencyNaira:()=>xC,IconCurrencyNano:()=>eI,IconCurrencyOff:()=>IC,IconCurrencyPaanga:()=>yC,IconCurrencyPeso:()=>kC,IconCurrencyPound:()=>nI,IconCurrencyPoundOff:()=>CC,IconCurrencyQuetzal:()=>aI,IconCurrencyReal:()=>oI,IconCurrencyRenminbi:()=>iI,IconCurrencyRipple:()=>sI,IconCurrencyRiyal:()=>rI,IconCurrencyRubel:()=>Hf,IconCurrencyRufiyaa:()=>DC,IconCurrencyRupee:()=>BC,IconCurrencyRupeeNepalese:()=>lI,IconCurrencyShekel:()=>t,IconCurrencySolana:()=>e,IconCurrencySom:()=>a,IconCurrencyTaka:()=>o,IconCurrencyTenge:()=>s,IconCurrencyTugrik:()=>l,IconCurrencyWon:()=>d,IconCurrencyXrp:()=>m,IconCurrencyYen:()=>O,IconCurrencyYenOff:()=>I,IconCurrencyYuan:()=>G,IconCurrencyZloty:()=>Dt,IconCurrentLocation:()=>ze,IconCurrentLocationOff:()=>we,IconCursorOff:()=>an,IconCursorText:()=>_n,IconCut:()=>xn,IconCylinder:()=>xa,IconCylinderOff:()=>nn,IconCylinderPlus:()=>ha,IconDashboard:()=>fo,IconDashboardOff:()=>Va,IconDatabase:()=>qC,IconDatabaseCog:()=>N0,IconDatabaseDollar:()=>kr,IconDatabaseEdit:()=>Rf,IconDatabaseExclamation:()=>LC,IconDatabaseExport:()=>NC,IconDatabaseHeart:()=>VC,IconDatabaseImport:()=>UC,IconDatabaseLeak:()=>jC,IconDatabaseMinus:()=>GC,IconDatabaseOff:()=>WC,IconDatabasePlus:()=>$C,IconDatabaseSearch:()=>XC,IconDatabaseShare:()=>KC,IconDatabaseSmile:()=>YC,IconDatabaseStar:()=>QC,IconDatabaseX:()=>ZC,IconDecimal:()=>JC,IconDeer:()=>tD,IconDelta:()=>eD,IconDental:()=>oD,IconDentalBroken:()=>nD,IconDentalOff:()=>aD,IconDeselect:()=>iD,IconDesk:()=>sD,IconDetails:()=>lD,IconDetailsOff:()=>rD,IconDeviceAirpods:()=>dD,IconDeviceAirpodsCase:()=>hD,IconDeviceAirtag:()=>cD,IconDeviceAnalytics:()=>pD,IconDeviceAudioTape:()=>vD,IconDeviceCameraPhone:()=>uD,IconDeviceCctv:()=>mD,IconDeviceCctvOff:()=>gD,IconDeviceComputerCamera:()=>wD,IconDeviceComputerCameraOff:()=>fD,IconDeviceDesktop:()=>ND,IconDeviceDesktopAnalytics:()=>MD,IconDeviceDesktopBolt:()=>_D,IconDeviceDesktopCancel:()=>bD,IconDeviceDesktopCheck:()=>xD,IconDeviceDesktopCode:()=>ID,IconDeviceDesktopCog:()=>yD,IconDeviceDesktopDollar:()=>kD,IconDeviceDesktopDown:()=>CD,IconDeviceDesktopExclamation:()=>DD,IconDeviceDesktopHeart:()=>BD,IconDeviceDesktopMinus:()=>zD,IconDeviceDesktopOff:()=>ED,IconDeviceDesktopPause:()=>SD,IconDeviceDesktopPin:()=>TD,IconDeviceDesktopPlus:()=>AD,IconDeviceDesktopQuestion:()=>OD,IconDeviceDesktopSearch:()=>HD,IconDeviceDesktopShare:()=>RD,IconDeviceDesktopStar:()=>PD,IconDeviceDesktopUp:()=>FD,IconDeviceDesktopX:()=>LD,IconDeviceFloppy:()=>VD,IconDeviceGamepad:()=>GD,IconDeviceGamepad2:()=>UD,IconDeviceGamepad3:()=>jD,IconDeviceHeartMonitor:()=>$D,IconDeviceHeartMonitorFilled:()=>WD,IconDeviceImac:()=>vB,IconDeviceImacBolt:()=>XD,IconDeviceImacCancel:()=>KD,IconDeviceImacCheck:()=>YD,IconDeviceImacCode:()=>QD,IconDeviceImacCog:()=>ZD,IconDeviceImacDollar:()=>qD,IconDeviceImacDown:()=>JD,IconDeviceImacExclamation:()=>tB,IconDeviceImacHeart:()=>eB,IconDeviceImacMinus:()=>nB,IconDeviceImacOff:()=>aB,IconDeviceImacPause:()=>oB,IconDeviceImacPin:()=>iB,IconDeviceImacPlus:()=>sB,IconDeviceImacQuestion:()=>rB,IconDeviceImacSearch:()=>lB,IconDeviceImacShare:()=>hB,IconDeviceImacStar:()=>dB,IconDeviceImacUp:()=>cB,IconDeviceImacX:()=>pB,IconDeviceIpad:()=>ez,IconDeviceIpadBolt:()=>uB,IconDeviceIpadCancel:()=>gB,IconDeviceIpadCheck:()=>mB,IconDeviceIpadCode:()=>fB,IconDeviceIpadCog:()=>wB,IconDeviceIpadDollar:()=>MB,IconDeviceIpadDown:()=>_B,IconDeviceIpadExclamation:()=>bB,IconDeviceIpadHeart:()=>xB,IconDeviceIpadHorizontal:()=>jB,IconDeviceIpadHorizontalBolt:()=>IB,IconDeviceIpadHorizontalCancel:()=>yB,IconDeviceIpadHorizontalCheck:()=>kB,IconDeviceIpadHorizontalCode:()=>CB,IconDeviceIpadHorizontalCog:()=>DB,IconDeviceIpadHorizontalDollar:()=>BB,IconDeviceIpadHorizontalDown:()=>zB,IconDeviceIpadHorizontalExclamation:()=>EB,IconDeviceIpadHorizontalHeart:()=>SB,IconDeviceIpadHorizontalMinus:()=>TB,IconDeviceIpadHorizontalOff:()=>AB,IconDeviceIpadHorizontalPause:()=>OB,IconDeviceIpadHorizontalPin:()=>HB,IconDeviceIpadHorizontalPlus:()=>RB,IconDeviceIpadHorizontalQuestion:()=>PB,IconDeviceIpadHorizontalSearch:()=>FB,IconDeviceIpadHorizontalShare:()=>LB,IconDeviceIpadHorizontalStar:()=>NB,IconDeviceIpadHorizontalUp:()=>VB,IconDeviceIpadHorizontalX:()=>UB,IconDeviceIpadMinus:()=>GB,IconDeviceIpadOff:()=>WB,IconDeviceIpadPause:()=>$B,IconDeviceIpadPin:()=>XB,IconDeviceIpadPlus:()=>KB,IconDeviceIpadQuestion:()=>YB,IconDeviceIpadSearch:()=>QB,IconDeviceIpadShare:()=>ZB,IconDeviceIpadStar:()=>qB,IconDeviceIpadUp:()=>JB,IconDeviceIpadX:()=>tz,IconDeviceLandlinePhone:()=>nz,IconDeviceLaptop:()=>oz,IconDeviceLaptopOff:()=>az,IconDeviceMobile:()=>Ez,IconDeviceMobileBolt:()=>iz,IconDeviceMobileCancel:()=>sz,IconDeviceMobileCharging:()=>rz,IconDeviceMobileCheck:()=>lz,IconDeviceMobileCode:()=>hz,IconDeviceMobileCog:()=>dz,IconDeviceMobileDollar:()=>cz,IconDeviceMobileDown:()=>pz,IconDeviceMobileExclamation:()=>vz,IconDeviceMobileFilled:()=>uz,IconDeviceMobileHeart:()=>gz,IconDeviceMobileMessage:()=>mz,IconDeviceMobileMinus:()=>fz,IconDeviceMobileOff:()=>wz,IconDeviceMobilePause:()=>Mz,IconDeviceMobilePin:()=>_z,IconDeviceMobilePlus:()=>bz,IconDeviceMobileQuestion:()=>xz,IconDeviceMobileRotated:()=>Iz,IconDeviceMobileSearch:()=>yz,IconDeviceMobileShare:()=>kz,IconDeviceMobileStar:()=>Cz,IconDeviceMobileUp:()=>Dz,IconDeviceMobileVibration:()=>Bz,IconDeviceMobileX:()=>zz,IconDeviceNintendo:()=>Tz,IconDeviceNintendoOff:()=>Sz,IconDeviceProjector:()=>Az,IconDeviceRemote:()=>Oz,IconDeviceSdCard:()=>Hz,IconDeviceSim:()=>Lz,IconDeviceSim1:()=>Rz,IconDeviceSim2:()=>Pz,IconDeviceSim3:()=>Fz,IconDeviceSpeaker:()=>Vz,IconDeviceSpeakerOff:()=>Nz,IconDeviceTablet:()=>hE,IconDeviceTabletBolt:()=>Uz,IconDeviceTabletCancel:()=>jz,IconDeviceTabletCheck:()=>Gz,IconDeviceTabletCode:()=>Wz,IconDeviceTabletCog:()=>$z,IconDeviceTabletDollar:()=>Xz,IconDeviceTabletDown:()=>Kz,IconDeviceTabletExclamation:()=>Yz,IconDeviceTabletFilled:()=>Qz,IconDeviceTabletHeart:()=>Zz,IconDeviceTabletMinus:()=>qz,IconDeviceTabletOff:()=>Jz,IconDeviceTabletPause:()=>tE,IconDeviceTabletPin:()=>eE,IconDeviceTabletPlus:()=>nE,IconDeviceTabletQuestion:()=>aE,IconDeviceTabletSearch:()=>oE,IconDeviceTabletShare:()=>iE,IconDeviceTabletStar:()=>sE,IconDeviceTabletUp:()=>rE,IconDeviceTabletX:()=>lE,IconDeviceTv:()=>pE,IconDeviceTvOff:()=>dE,IconDeviceTvOld:()=>cE,IconDeviceUsb:()=>vE,IconDeviceVisionPro:()=>uE,IconDeviceWatch:()=>PE,IconDeviceWatchBolt:()=>gE,IconDeviceWatchCancel:()=>mE,IconDeviceWatchCheck:()=>fE,IconDeviceWatchCode:()=>wE,IconDeviceWatchCog:()=>ME,IconDeviceWatchDollar:()=>_E,IconDeviceWatchDown:()=>bE,IconDeviceWatchExclamation:()=>xE,IconDeviceWatchHeart:()=>IE,IconDeviceWatchMinus:()=>yE,IconDeviceWatchOff:()=>kE,IconDeviceWatchPause:()=>CE,IconDeviceWatchPin:()=>DE,IconDeviceWatchPlus:()=>BE,IconDeviceWatchQuestion:()=>zE,IconDeviceWatchSearch:()=>EE,IconDeviceWatchShare:()=>SE,IconDeviceWatchStar:()=>TE,IconDeviceWatchStats:()=>OE,IconDeviceWatchStats2:()=>AE,IconDeviceWatchUp:()=>HE,IconDeviceWatchX:()=>RE,IconDevices:()=>rS,IconDevices2:()=>FE,IconDevicesBolt:()=>LE,IconDevicesCancel:()=>NE,IconDevicesCheck:()=>VE,IconDevicesCode:()=>UE,IconDevicesCog:()=>jE,IconDevicesDollar:()=>GE,IconDevicesDown:()=>WE,IconDevicesExclamation:()=>$E,IconDevicesHeart:()=>XE,IconDevicesMinus:()=>KE,IconDevicesOff:()=>YE,IconDevicesPause:()=>QE,IconDevicesPc:()=>qE,IconDevicesPcOff:()=>ZE,IconDevicesPin:()=>JE,IconDevicesPlus:()=>tS,IconDevicesQuestion:()=>eS,IconDevicesSearch:()=>nS,IconDevicesShare:()=>aS,IconDevicesStar:()=>oS,IconDevicesUp:()=>iS,IconDevicesX:()=>sS,IconDiabolo:()=>dS,IconDiaboloOff:()=>lS,IconDiaboloPlus:()=>hS,IconDialpad:()=>vS,IconDialpadFilled:()=>cS,IconDialpadOff:()=>pS,IconDiamond:()=>mS,IconDiamondFilled:()=>uS,IconDiamondOff:()=>gS,IconDiamonds:()=>wS,IconDiamondsFilled:()=>fS,IconDice:()=>TS,IconDice1:()=>_S,IconDice1Filled:()=>MS,IconDice2:()=>xS,IconDice2Filled:()=>bS,IconDice3:()=>yS,IconDice3Filled:()=>IS,IconDice4:()=>CS,IconDice4Filled:()=>kS,IconDice5:()=>BS,IconDice5Filled:()=>DS,IconDice6:()=>ES,IconDice6Filled:()=>zS,IconDiceFilled:()=>SS,IconDimensions:()=>AS,IconDirection:()=>LS,IconDirectionArrows:()=>OS,IconDirectionHorizontal:()=>HS,IconDirectionSign:()=>FS,IconDirectionSignFilled:()=>RS,IconDirectionSignOff:()=>PS,IconDirections:()=>VS,IconDirectionsOff:()=>NS,IconDisabled:()=>GS,IconDisabled2:()=>US,IconDisabledOff:()=>jS,IconDisc:()=>XS,IconDiscGolf:()=>WS,IconDiscOff:()=>$S,IconDiscount:()=>JS,IconDiscount2:()=>YS,IconDiscount2Off:()=>KS,IconDiscountCheck:()=>ZS,IconDiscountCheckFilled:()=>QS,IconDiscountOff:()=>qS,IconDivide:()=>tT,IconDna:()=>oT,IconDna2:()=>nT,IconDna2Off:()=>eT,IconDnaOff:()=>aT,IconDog:()=>sT,IconDogBowl:()=>iT,IconDoor:()=>dT,IconDoorEnter:()=>rT,IconDoorExit:()=>lT,IconDoorOff:()=>hT,IconDots:()=>gT,IconDotsCircleHorizontal:()=>cT,IconDotsDiagonal:()=>vT,IconDotsDiagonal2:()=>pT,IconDotsVertical:()=>uT,IconDownload:()=>fT,IconDownloadOff:()=>mT,IconDragDrop:()=>MT,IconDragDrop2:()=>wT,IconDrone:()=>bT,IconDroneOff:()=>_T,IconDropCircle:()=>xT,IconDroplet:()=>KT,IconDropletBolt:()=>IT,IconDropletCancel:()=>yT,IconDropletCheck:()=>kT,IconDropletCode:()=>CT,IconDropletCog:()=>DT,IconDropletDollar:()=>BT,IconDropletDown:()=>zT,IconDropletExclamation:()=>ET,IconDropletFilled:()=>ST,IconDropletHalf:()=>HT,IconDropletHalf2:()=>AT,IconDropletHalf2Filled:()=>TT,IconDropletHalfFilled:()=>OT,IconDropletHeart:()=>RT,IconDropletMinus:()=>PT,IconDropletOff:()=>FT,IconDropletPause:()=>LT,IconDropletPin:()=>NT,IconDropletPlus:()=>VT,IconDropletQuestion:()=>UT,IconDropletSearch:()=>jT,IconDropletShare:()=>GT,IconDropletStar:()=>WT,IconDropletUp:()=>$T,IconDropletX:()=>XT,IconDroplets:()=>YT,IconDualScreen:()=>QT,IconEPassport:()=>ZT,IconEar:()=>tA,IconEarOff:()=>qT,IconEarScan:()=>JT,IconEaseIn:()=>oA,IconEaseInControlPoint:()=>eA,IconEaseInOut:()=>aA,IconEaseInOutControlPoints:()=>nA,IconEaseOut:()=>sA,IconEaseOutControlPoint:()=>iA,IconEdit:()=>dA,IconEditCircle:()=>lA,IconEditCircleOff:()=>rA,IconEditOff:()=>hA,IconEgg:()=>gA,IconEggCracked:()=>cA,IconEggFilled:()=>pA,IconEggFried:()=>vA,IconEggOff:()=>uA,IconEggs:()=>mA,IconElevator:()=>wA,IconElevatorOff:()=>fA,IconEmergencyBed:()=>MA,IconEmpathize:()=>bA,IconEmpathizeOff:()=>_A,IconEmphasis:()=>xA,IconEngine:()=>yA,IconEngineOff:()=>IA,IconEqual:()=>DA,IconEqualDouble:()=>kA,IconEqualNot:()=>CA,IconEraser:()=>zA,IconEraserOff:()=>BA,IconError404:()=>SA,IconError404Off:()=>EA,IconEscalator:()=>OA,IconEscalatorDown:()=>TA,IconEscalatorUp:()=>AA,IconExchange:()=>RA,IconExchangeOff:()=>HA,IconExclamationCircle:()=>PA,IconExclamationMark:()=>LA,IconExclamationMarkOff:()=>FA,IconExplicit:()=>VA,IconExplicitOff:()=>NA,IconExposure:()=>KA,IconExposure0:()=>UA,IconExposureMinus1:()=>jA,IconExposureMinus2:()=>GA,IconExposureOff:()=>WA,IconExposurePlus1:()=>$A,IconExposurePlus2:()=>XA,IconExternalLink:()=>QA,IconExternalLinkOff:()=>YA,IconEye:()=>xO,IconEyeBolt:()=>ZA,IconEyeCancel:()=>qA,IconEyeCheck:()=>JA,IconEyeClosed:()=>tO,IconEyeCode:()=>eO,IconEyeCog:()=>nO,IconEyeDiscount:()=>aO,IconEyeDollar:()=>oO,IconEyeDown:()=>iO,IconEyeEdit:()=>sO,IconEyeExclamation:()=>rO,IconEyeFilled:()=>lO,IconEyeHeart:()=>hO,IconEyeMinus:()=>dO,IconEyeOff:()=>cO,IconEyePause:()=>pO,IconEyePin:()=>vO,IconEyePlus:()=>uO,IconEyeQuestion:()=>gO,IconEyeSearch:()=>mO,IconEyeShare:()=>fO,IconEyeStar:()=>wO,IconEyeTable:()=>MO,IconEyeUp:()=>_O,IconEyeX:()=>bO,IconEyeglass:()=>kO,IconEyeglass2:()=>IO,IconEyeglassOff:()=>yO,IconFaceId:()=>DO,IconFaceIdError:()=>CO,IconFaceMask:()=>zO,IconFaceMaskOff:()=>BO,IconFall:()=>EO,IconFavicon:()=>SO,IconFeather:()=>AO,IconFeatherOff:()=>TO,IconFence:()=>HO,IconFenceOff:()=>OO,IconFidgetSpinner:()=>RO,IconFile:()=>wR,IconFile3d:()=>PO,IconFileAlert:()=>FO,IconFileAnalytics:()=>LO,IconFileArrowLeft:()=>NO,IconFileArrowRight:()=>VO,IconFileBarcode:()=>UO,IconFileBroken:()=>jO,IconFileCertificate:()=>GO,IconFileChart:()=>WO,IconFileCheck:()=>$O,IconFileCode:()=>KO,IconFileCode2:()=>XO,IconFileCv:()=>YO,IconFileDatabase:()=>QO,IconFileDelta:()=>ZO,IconFileDescription:()=>qO,IconFileDiff:()=>JO,IconFileDigit:()=>tH,IconFileDislike:()=>eH,IconFileDollar:()=>nH,IconFileDots:()=>aH,IconFileDownload:()=>oH,IconFileEuro:()=>iH,IconFileExport:()=>sH,IconFileFilled:()=>rH,IconFileFunction:()=>lH,IconFileHorizontal:()=>hH,IconFileImport:()=>dH,IconFileInfinity:()=>cH,IconFileInfo:()=>pH,IconFileInvoice:()=>vH,IconFileLambda:()=>uH,IconFileLike:()=>gH,IconFileMinus:()=>mH,IconFileMusic:()=>fH,IconFileNeutral:()=>wH,IconFileOff:()=>MH,IconFileOrientation:()=>_H,IconFilePencil:()=>bH,IconFilePercent:()=>xH,IconFilePhone:()=>IH,IconFilePlus:()=>yH,IconFilePower:()=>kH,IconFileReport:()=>CH,IconFileRss:()=>DH,IconFileSad:()=>BH,IconFileScissors:()=>zH,IconFileSearch:()=>EH,IconFileSettings:()=>SH,IconFileShredder:()=>TH,IconFileSignal:()=>AH,IconFileSmile:()=>OH,IconFileSpreadsheet:()=>HH,IconFileStack:()=>RH,IconFileStar:()=>PH,IconFileSymlink:()=>FH,IconFileText:()=>NH,IconFileTextAi:()=>LH,IconFileTime:()=>VH,IconFileTypeBmp:()=>UH,IconFileTypeCss:()=>jH,IconFileTypeCsv:()=>GH,IconFileTypeDoc:()=>WH,IconFileTypeDocx:()=>$H,IconFileTypeHtml:()=>XH,IconFileTypeJpg:()=>KH,IconFileTypeJs:()=>YH,IconFileTypeJsx:()=>QH,IconFileTypePdf:()=>ZH,IconFileTypePhp:()=>qH,IconFileTypePng:()=>JH,IconFileTypePpt:()=>tR,IconFileTypeRs:()=>eR,IconFileTypeSql:()=>nR,IconFileTypeSvg:()=>aR,IconFileTypeTs:()=>oR,IconFileTypeTsx:()=>iR,IconFileTypeTxt:()=>sR,IconFileTypeVue:()=>rR,IconFileTypeXls:()=>lR,IconFileTypeXml:()=>hR,IconFileTypeZip:()=>dR,IconFileTypography:()=>cR,IconFileUnknown:()=>pR,IconFileUpload:()=>vR,IconFileVector:()=>uR,IconFileX:()=>mR,IconFileXFilled:()=>gR,IconFileZip:()=>fR,IconFiles:()=>_R,IconFilesOff:()=>MR,IconFilter:()=>GR,IconFilterBolt:()=>bR,IconFilterCancel:()=>xR,IconFilterCheck:()=>IR,IconFilterCode:()=>yR,IconFilterCog:()=>kR,IconFilterDiscount:()=>CR,IconFilterDollar:()=>DR,IconFilterDown:()=>BR,IconFilterEdit:()=>zR,IconFilterExclamation:()=>ER,IconFilterFilled:()=>SR,IconFilterHeart:()=>TR,IconFilterMinus:()=>AR,IconFilterOff:()=>OR,IconFilterPause:()=>HR,IconFilterPin:()=>RR,IconFilterPlus:()=>PR,IconFilterQuestion:()=>FR,IconFilterSearch:()=>LR,IconFilterShare:()=>NR,IconFilterStar:()=>VR,IconFilterUp:()=>UR,IconFilterX:()=>jR,IconFilters:()=>WR,IconFingerprint:()=>KR,IconFingerprintOff:()=>$R,IconFingerprintScan:()=>XR,IconFireExtinguisher:()=>YR,IconFireHydrant:()=>ZR,IconFireHydrantOff:()=>QR,IconFiretruck:()=>qR,IconFirstAidKit:()=>tP,IconFirstAidKitOff:()=>JR,IconFish:()=>sP,IconFishBone:()=>eP,IconFishChristianity:()=>nP,IconFishHook:()=>oP,IconFishHookOff:()=>aP,IconFishOff:()=>iP,IconFlag:()=>OP,IconFlag2:()=>hP,IconFlag2Filled:()=>rP,IconFlag2Off:()=>lP,IconFlag3:()=>cP,IconFlag3Filled:()=>dP,IconFlagBolt:()=>pP,IconFlagCancel:()=>vP,IconFlagCheck:()=>uP,IconFlagCode:()=>gP,IconFlagCog:()=>mP,IconFlagDiscount:()=>fP,IconFlagDollar:()=>wP,IconFlagDown:()=>MP,IconFlagExclamation:()=>_P,IconFlagFilled:()=>bP,IconFlagHeart:()=>xP,IconFlagMinus:()=>IP,IconFlagOff:()=>yP,IconFlagPause:()=>kP,IconFlagPin:()=>CP,IconFlagPlus:()=>DP,IconFlagQuestion:()=>BP,IconFlagSearch:()=>zP,IconFlagShare:()=>EP,IconFlagStar:()=>SP,IconFlagUp:()=>TP,IconFlagX:()=>AP,IconFlame:()=>RP,IconFlameOff:()=>HP,IconFlare:()=>PP,IconFlask:()=>jP,IconFlask2:()=>NP,IconFlask2Filled:()=>FP,IconFlask2Off:()=>LP,IconFlaskFilled:()=>VP,IconFlaskOff:()=>UP,IconFlipFlops:()=>GP,IconFlipHorizontal:()=>WP,IconFlipVertical:()=>$P,IconFloatCenter:()=>XP,IconFloatLeft:()=>KP,IconFloatNone:()=>YP,IconFloatRight:()=>QP,IconFlower:()=>qP,IconFlowerOff:()=>ZP,IconFocus:()=>nF,IconFocus2:()=>JP,IconFocusAuto:()=>tF,IconFocusCentered:()=>eF,IconFold:()=>iF,IconFoldDown:()=>aF,IconFoldUp:()=>oF,IconFolder:()=>EF,IconFolderBolt:()=>sF,IconFolderCancel:()=>rF,IconFolderCheck:()=>lF,IconFolderCode:()=>hF,IconFolderCog:()=>dF,IconFolderDollar:()=>cF,IconFolderDown:()=>pF,IconFolderExclamation:()=>vF,IconFolderFilled:()=>uF,IconFolderHeart:()=>gF,IconFolderMinus:()=>mF,IconFolderOff:()=>fF,IconFolderOpen:()=>wF,IconFolderPause:()=>MF,IconFolderPin:()=>_F,IconFolderPlus:()=>bF,IconFolderQuestion:()=>xF,IconFolderRoot:()=>IF,IconFolderSearch:()=>yF,IconFolderShare:()=>kF,IconFolderStar:()=>CF,IconFolderSymlink:()=>DF,IconFolderUp:()=>BF,IconFolderX:()=>zF,IconFolders:()=>TF,IconFoldersOff:()=>SF,IconForbid:()=>RF,IconForbid2:()=>OF,IconForbid2Filled:()=>AF,IconForbidFilled:()=>HF,IconForklift:()=>PF,IconForms:()=>FF,IconFountain:()=>VF,IconFountainFilled:()=>LF,IconFountainOff:()=>NF,IconFrame:()=>jF,IconFrameOff:()=>UF,IconFreeRights:()=>GF,IconFreezeColumn:()=>WF,IconFreezeRow:()=>XF,IconFreezeRowColumn:()=>$F,IconFridge:()=>YF,IconFridgeOff:()=>KF,IconFriends:()=>ZF,IconFriendsOff:()=>QF,IconFrustum:()=>tL,IconFrustumOff:()=>qF,IconFrustumPlus:()=>JF,IconFunction:()=>aL,IconFunctionFilled:()=>eL,IconFunctionOff:()=>nL,IconGalaxy:()=>oL,IconGardenCart:()=>sL,IconGardenCartOff:()=>iL,IconGasStation:()=>lL,IconGasStationOff:()=>rL,IconGauge:()=>cL,IconGaugeFilled:()=>hL,IconGaugeOff:()=>dL,IconGavel:()=>pL,IconGenderAgender:()=>vL,IconGenderAndrogyne:()=>uL,IconGenderBigender:()=>gL,IconGenderDemiboy:()=>mL,IconGenderDemigirl:()=>fL,IconGenderEpicene:()=>wL,IconGenderFemale:()=>ML,IconGenderFemme:()=>_L,IconGenderGenderfluid:()=>bL,IconGenderGenderless:()=>xL,IconGenderGenderqueer:()=>IL,IconGenderHermaphrodite:()=>yL,IconGenderIntergender:()=>kL,IconGenderMale:()=>CL,IconGenderNeutrois:()=>DL,IconGenderThird:()=>BL,IconGenderTransgender:()=>zL,IconGenderTrasvesti:()=>EL,IconGeometry:()=>SL,IconGhost:()=>PL,IconGhost2:()=>AL,IconGhost2Filled:()=>TL,IconGhost3:()=>OL,IconGhostFilled:()=>HL,IconGhostOff:()=>RL,IconGif:()=>FL,IconGift:()=>jL,IconGiftCard:()=>NL,IconGiftCardFilled:()=>LL,IconGiftFilled:()=>VL,IconGiftOff:()=>UL,IconGitBranch:()=>WL,IconGitBranchDeleted:()=>GL,IconGitCherryPick:()=>$L,IconGitCommit:()=>XL,IconGitCompare:()=>KL,IconGitFork:()=>YL,IconGitMerge:()=>QL,IconGitPullRequest:()=>JL,IconGitPullRequestClosed:()=>ZL,IconGitPullRequestDraft:()=>qL,IconGizmo:()=>tN,IconGlass:()=>rN,IconGlassChampagne:()=>eN,IconGlassCocktail:()=>nN,IconGlassFull:()=>oN,IconGlassFullFilled:()=>aN,IconGlassGin:()=>iN,IconGlassOff:()=>sN,IconGlobe:()=>dN,IconGlobeFilled:()=>lN,IconGlobeOff:()=>hN,IconGoGame:()=>cN,IconGolf:()=>vN,IconGolfOff:()=>pN,IconGps:()=>uN,IconGradienter:()=>gN,IconGrain:()=>mN,IconGraph:()=>MN,IconGraphFilled:()=>fN,IconGraphOff:()=>wN,IconGrave:()=>bN,IconGrave2:()=>_N,IconGrid3x3:()=>xN,IconGrid4x4:()=>IN,IconGridDots:()=>yN,IconGridGoldenratio:()=>kN,IconGridPattern:()=>CN,IconGridScan:()=>DN,IconGrill:()=>SN,IconGrillFork:()=>BN,IconGrillOff:()=>zN,IconGrillSpatula:()=>EN,IconGripHorizontal:()=>TN,IconGripVertical:()=>AN,IconGrowth:()=>ON,IconGuitarPick:()=>RN,IconGuitarPickFilled:()=>HN,IconGymnastics:()=>PN,IconH1:()=>FN,IconH2:()=>LN,IconH3:()=>NN,IconH4:()=>VN,IconH5:()=>UN,IconH6:()=>jN,IconHammer:()=>WN,IconHammerOff:()=>GN,IconHandClick:()=>$N,IconHandFinger:()=>KN,IconHandFingerOff:()=>XN,IconHandGrab:()=>YN,IconHandLittleFinger:()=>QN,IconHandMiddleFinger:()=>ZN,IconHandMove:()=>qN,IconHandOff:()=>JN,IconHandRingFinger:()=>tV,IconHandRock:()=>eV,IconHandSanitizer:()=>nV,IconHandStop:()=>aV,IconHandThreeFingers:()=>oV,IconHandTwoFingers:()=>iV,IconHanger:()=>lV,IconHanger2:()=>sV,IconHangerOff:()=>rV,IconHash:()=>hV,IconHaze:()=>cV,IconHazeMoon:()=>dV,IconHdr:()=>pV,IconHeading:()=>uV,IconHeadingOff:()=>vV,IconHeadphones:()=>fV,IconHeadphonesFilled:()=>gV,IconHeadphonesOff:()=>mV,IconHeadset:()=>MV,IconHeadsetOff:()=>wV,IconHealthRecognition:()=>_V,IconHeart:()=>WV,IconHeartBolt:()=>bV,IconHeartBroken:()=>xV,IconHeartCancel:()=>IV,IconHeartCheck:()=>yV,IconHeartCode:()=>kV,IconHeartCog:()=>CV,IconHeartDiscount:()=>DV,IconHeartDollar:()=>BV,IconHeartDown:()=>zV,IconHeartExclamation:()=>EV,IconHeartFilled:()=>SV,IconHeartHandshake:()=>TV,IconHeartMinus:()=>AV,IconHeartOff:()=>OV,IconHeartPause:()=>HV,IconHeartPin:()=>RV,IconHeartPlus:()=>PV,IconHeartQuestion:()=>FV,IconHeartRateMonitor:()=>LV,IconHeartSearch:()=>NV,IconHeartShare:()=>VV,IconHeartStar:()=>UV,IconHeartUp:()=>jV,IconHeartX:()=>GV,IconHeartbeat:()=>$V,IconHearts:()=>KV,IconHeartsOff:()=>XV,IconHelicopter:()=>QV,IconHelicopterLanding:()=>YV,IconHelmet:()=>qV,IconHelmetOff:()=>ZV,IconHelp:()=>vU,IconHelpCircle:()=>tU,IconHelpCircleFilled:()=>JV,IconHelpHexagon:()=>nU,IconHelpHexagonFilled:()=>eU,IconHelpOctagon:()=>oU,IconHelpOctagonFilled:()=>aU,IconHelpOff:()=>iU,IconHelpSmall:()=>sU,IconHelpSquare:()=>dU,IconHelpSquareFilled:()=>rU,IconHelpSquareRounded:()=>hU,IconHelpSquareRoundedFilled:()=>lU,IconHelpTriangle:()=>pU,IconHelpTriangleFilled:()=>cU,IconHemisphere:()=>mU,IconHemisphereOff:()=>uU,IconHemispherePlus:()=>gU,IconHexagon:()=>mj,IconHexagon0Filled:()=>fU,IconHexagon1Filled:()=>wU,IconHexagon2Filled:()=>MU,IconHexagon3Filled:()=>_U,IconHexagon3d:()=>bU,IconHexagon4Filled:()=>xU,IconHexagon5Filled:()=>IU,IconHexagon6Filled:()=>yU,IconHexagon7Filled:()=>kU,IconHexagon8Filled:()=>CU,IconHexagon9Filled:()=>DU,IconHexagonFilled:()=>BU,IconHexagonLetterA:()=>zU,IconHexagonLetterB:()=>EU,IconHexagonLetterC:()=>SU,IconHexagonLetterD:()=>TU,IconHexagonLetterE:()=>AU,IconHexagonLetterF:()=>OU,IconHexagonLetterG:()=>HU,IconHexagonLetterH:()=>RU,IconHexagonLetterI:()=>PU,IconHexagonLetterJ:()=>FU,IconHexagonLetterK:()=>LU,IconHexagonLetterL:()=>NU,IconHexagonLetterM:()=>VU,IconHexagonLetterN:()=>UU,IconHexagonLetterO:()=>jU,IconHexagonLetterP:()=>GU,IconHexagonLetterQ:()=>WU,IconHexagonLetterR:()=>$U,IconHexagonLetterS:()=>XU,IconHexagonLetterT:()=>KU,IconHexagonLetterU:()=>YU,IconHexagonLetterV:()=>QU,IconHexagonLetterW:()=>ZU,IconHexagonLetterX:()=>qU,IconHexagonLetterY:()=>JU,IconHexagonLetterZ:()=>tj,IconHexagonMinus:()=>nj,IconHexagonMinus2:()=>ej,IconHexagonNumber0:()=>aj,IconHexagonNumber1:()=>oj,IconHexagonNumber2:()=>ij,IconHexagonNumber3:()=>sj,IconHexagonNumber4:()=>rj,IconHexagonNumber5:()=>lj,IconHexagonNumber6:()=>hj,IconHexagonNumber7:()=>dj,IconHexagonNumber8:()=>cj,IconHexagonNumber9:()=>pj,IconHexagonOff:()=>vj,IconHexagonPlus:()=>gj,IconHexagonPlus2:()=>uj,IconHexagonalPrism:()=>Mj,IconHexagonalPrismOff:()=>fj,IconHexagonalPrismPlus:()=>wj,IconHexagonalPyramid:()=>xj,IconHexagonalPyramidOff:()=>_j,IconHexagonalPyramidPlus:()=>bj,IconHexagons:()=>yj,IconHexagonsOff:()=>Ij,IconHierarchy:()=>Bj,IconHierarchy2:()=>kj,IconHierarchy3:()=>Cj,IconHierarchyOff:()=>Dj,IconHighlight:()=>Ej,IconHighlightOff:()=>zj,IconHistory:()=>Aj,IconHistoryOff:()=>Sj,IconHistoryToggle:()=>Tj,IconHome:()=>hG,IconHome2:()=>Oj,IconHomeBolt:()=>Hj,IconHomeCancel:()=>Rj,IconHomeCheck:()=>Pj,IconHomeCog:()=>Fj,IconHomeDollar:()=>Lj,IconHomeDot:()=>Nj,IconHomeDown:()=>Vj,IconHomeEco:()=>Uj,IconHomeEdit:()=>jj,IconHomeExclamation:()=>Gj,IconHomeHand:()=>Wj,IconHomeHeart:()=>$j,IconHomeInfinity:()=>Xj,IconHomeLink:()=>Kj,IconHomeMinus:()=>Yj,IconHomeMove:()=>Qj,IconHomeOff:()=>Zj,IconHomePlus:()=>qj,IconHomeQuestion:()=>Jj,IconHomeRibbon:()=>tG,IconHomeSearch:()=>eG,IconHomeShare:()=>nG,IconHomeShield:()=>aG,IconHomeSignal:()=>oG,IconHomeStar:()=>iG,IconHomeStats:()=>sG,IconHomeUp:()=>rG,IconHomeX:()=>lG,IconHorse:()=>cG,IconHorseToy:()=>dG,IconHorseshoe:()=>pG,IconHospital:()=>uG,IconHospitalCircle:()=>vG,IconHotelService:()=>gG,IconHourglass:()=>bG,IconHourglassEmpty:()=>mG,IconHourglassFilled:()=>fG,IconHourglassHigh:()=>wG,IconHourglassLow:()=>MG,IconHourglassOff:()=>_G,IconHtml:()=>xG,IconHttpConnect:()=>IG,IconHttpDelete:()=>yG,IconHttpGet:()=>kG,IconHttpHead:()=>CG,IconHttpOptions:()=>DG,IconHttpPatch:()=>BG,IconHttpPost:()=>zG,IconHttpPut:()=>EG,IconHttpQue:()=>SG,IconHttpTrace:()=>TG,IconIceCream:()=>HG,IconIceCream2:()=>AG,IconIceCreamOff:()=>OG,IconIceSkating:()=>RG,IconIcons:()=>FG,IconIconsOff:()=>PG,IconId:()=>jG,IconIdBadge:()=>VG,IconIdBadge2:()=>LG,IconIdBadgeOff:()=>NG,IconIdOff:()=>UG,IconImageInPicture:()=>GG,IconInbox:()=>$G,IconInboxOff:()=>WG,IconIndentDecrease:()=>XG,IconIndentIncrease:()=>KG,IconInfinity:()=>QG,IconInfinityOff:()=>YG,IconInfoCircle:()=>qG,IconInfoCircleFilled:()=>ZG,IconInfoHexagon:()=>tW,IconInfoHexagonFilled:()=>JG,IconInfoOctagon:()=>nW,IconInfoOctagonFilled:()=>eW,IconInfoSmall:()=>aW,IconInfoSquare:()=>rW,IconInfoSquareFilled:()=>oW,IconInfoSquareRounded:()=>sW,IconInfoSquareRoundedFilled:()=>iW,IconInfoTriangle:()=>hW,IconInfoTriangleFilled:()=>lW,IconInnerShadowBottom:()=>gW,IconInnerShadowBottomFilled:()=>dW,IconInnerShadowBottomLeft:()=>pW,IconInnerShadowBottomLeftFilled:()=>cW,IconInnerShadowBottomRight:()=>uW,IconInnerShadowBottomRightFilled:()=>vW,IconInnerShadowLeft:()=>fW,IconInnerShadowLeftFilled:()=>mW,IconInnerShadowRight:()=>MW,IconInnerShadowRightFilled:()=>wW,IconInnerShadowTop:()=>kW,IconInnerShadowTopFilled:()=>_W,IconInnerShadowTopLeft:()=>xW,IconInnerShadowTopLeftFilled:()=>bW,IconInnerShadowTopRight:()=>yW,IconInnerShadowTopRightFilled:()=>IW,IconInputAi:()=>CW,IconInputCheck:()=>DW,IconInputSearch:()=>BW,IconInputX:()=>zW,IconIroning:()=>RW,IconIroning1:()=>EW,IconIroning2:()=>SW,IconIroning3:()=>TW,IconIroningOff:()=>AW,IconIroningSteam:()=>HW,IconIroningSteamOff:()=>OW,IconIrregularPolyhedron:()=>LW,IconIrregularPolyhedronOff:()=>PW,IconIrregularPolyhedronPlus:()=>FW,IconItalic:()=>NW,IconJacket:()=>VW,IconJetpack:()=>UW,IconJewishStar:()=>GW,IconJewishStarFilled:()=>jW,IconJpg:()=>WW,IconJson:()=>$W,IconJumpRope:()=>XW,IconKarate:()=>KW,IconKayak:()=>YW,IconKering:()=>QW,IconKey:()=>qW,IconKeyOff:()=>ZW,IconKeyboard:()=>n$,IconKeyboardHide:()=>JW,IconKeyboardOff:()=>t$,IconKeyboardShow:()=>e$,IconKeyframe:()=>d$,IconKeyframeAlignCenter:()=>o$,IconKeyframeAlignCenterFilled:()=>a$,IconKeyframeAlignHorizontal:()=>s$,IconKeyframeAlignHorizontalFilled:()=>i$,IconKeyframeAlignVertical:()=>l$,IconKeyframeAlignVerticalFilled:()=>r$,IconKeyframeFilled:()=>h$,IconKeyframes:()=>p$,IconKeyframesFilled:()=>c$,IconLadder:()=>u$,IconLadderOff:()=>v$,IconLadle:()=>g$,IconLambda:()=>m$,IconLamp:()=>M$,IconLamp2:()=>f$,IconLampOff:()=>w$,IconLane:()=>_$,IconLanguage:()=>y$,IconLanguageHiragana:()=>b$,IconLanguageKatakana:()=>x$,IconLanguageOff:()=>I$,IconLasso:()=>D$,IconLassoOff:()=>k$,IconLassoPolygon:()=>C$,IconLayersDifference:()=>B$,IconLayersIntersect:()=>E$,IconLayersIntersect2:()=>z$,IconLayersLinked:()=>S$,IconLayersOff:()=>T$,IconLayersSubtract:()=>A$,IconLayersUnion:()=>O$,IconLayout:()=>zX,IconLayout2:()=>H$,IconLayoutAlignBottom:()=>R$,IconLayoutAlignCenter:()=>P$,IconLayoutAlignLeft:()=>F$,IconLayoutAlignMiddle:()=>L$,IconLayoutAlignRight:()=>N$,IconLayoutAlignTop:()=>V$,IconLayoutBoard:()=>j$,IconLayoutBoardSplit:()=>U$,IconLayoutBottombar:()=>Q$,IconLayoutBottombarCollapse:()=>W$,IconLayoutBottombarCollapseFilled:()=>G$,IconLayoutBottombarExpand:()=>X$,IconLayoutBottombarExpandFilled:()=>$$,IconLayoutBottombarFilled:()=>K$,IconLayoutBottombarInactive:()=>Y$,IconLayoutCards:()=>Z$,IconLayoutCollage:()=>q$,IconLayoutColumns:()=>J$,IconLayoutDashboard:()=>tX,IconLayoutDistributeHorizontal:()=>eX,IconLayoutDistributeVertical:()=>nX,IconLayoutGrid:()=>iX,IconLayoutGridAdd:()=>aX,IconLayoutGridRemove:()=>oX,IconLayoutKanban:()=>sX,IconLayoutList:()=>rX,IconLayoutNavbar:()=>uX,IconLayoutNavbarCollapse:()=>hX,IconLayoutNavbarCollapseFilled:()=>lX,IconLayoutNavbarExpand:()=>cX,IconLayoutNavbarExpandFilled:()=>dX,IconLayoutNavbarFilled:()=>pX,IconLayoutNavbarInactive:()=>vX,IconLayoutOff:()=>gX,IconLayoutRows:()=>mX,IconLayoutSidebar:()=>BX,IconLayoutSidebarInactive:()=>fX,IconLayoutSidebarLeftCollapse:()=>MX,IconLayoutSidebarLeftCollapseFilled:()=>wX,IconLayoutSidebarLeftExpand:()=>bX,IconLayoutSidebarLeftExpandFilled:()=>_X,IconLayoutSidebarRight:()=>DX,IconLayoutSidebarRightCollapse:()=>IX,IconLayoutSidebarRightCollapseFilled:()=>xX,IconLayoutSidebarRightExpand:()=>kX,IconLayoutSidebarRightExpandFilled:()=>yX,IconLayoutSidebarRightInactive:()=>CX,IconLeaf:()=>SX,IconLeafOff:()=>EX,IconLego:()=>AX,IconLegoOff:()=>TX,IconLemon:()=>HX,IconLemon2:()=>OX,IconLetterA:()=>PX,IconLetterASmall:()=>RX,IconLetterB:()=>LX,IconLetterBSmall:()=>FX,IconLetterC:()=>VX,IconLetterCSmall:()=>NX,IconLetterCase:()=>WX,IconLetterCaseLower:()=>UX,IconLetterCaseToggle:()=>jX,IconLetterCaseUpper:()=>GX,IconLetterD:()=>XX,IconLetterDSmall:()=>$X,IconLetterE:()=>YX,IconLetterESmall:()=>KX,IconLetterF:()=>ZX,IconLetterFSmall:()=>QX,IconLetterG:()=>JX,IconLetterGSmall:()=>qX,IconLetterH:()=>eK,IconLetterHSmall:()=>tK,IconLetterI:()=>aK,IconLetterISmall:()=>nK,IconLetterJ:()=>iK,IconLetterJSmall:()=>oK,IconLetterK:()=>rK,IconLetterKSmall:()=>sK,IconLetterL:()=>hK,IconLetterLSmall:()=>lK,IconLetterM:()=>cK,IconLetterMSmall:()=>dK,IconLetterN:()=>vK,IconLetterNSmall:()=>pK,IconLetterO:()=>gK,IconLetterOSmall:()=>uK,IconLetterP:()=>fK,IconLetterPSmall:()=>mK,IconLetterQ:()=>MK,IconLetterQSmall:()=>wK,IconLetterR:()=>bK,IconLetterRSmall:()=>_K,IconLetterS:()=>IK,IconLetterSSmall:()=>xK,IconLetterSpacing:()=>yK,IconLetterT:()=>CK,IconLetterTSmall:()=>kK,IconLetterU:()=>BK,IconLetterUSmall:()=>DK,IconLetterV:()=>EK,IconLetterVSmall:()=>zK,IconLetterW:()=>TK,IconLetterWSmall:()=>SK,IconLetterX:()=>OK,IconLetterXSmall:()=>AK,IconLetterY:()=>RK,IconLetterYSmall:()=>HK,IconLetterZ:()=>FK,IconLetterZSmall:()=>PK,IconLibrary:()=>UK,IconLibraryMinus:()=>LK,IconLibraryPhoto:()=>NK,IconLibraryPlus:()=>VK,IconLicense:()=>GK,IconLicenseOff:()=>jK,IconLifebuoy:()=>$K,IconLifebuoyOff:()=>WK,IconLighter:()=>XK,IconLine:()=>qK,IconLineDashed:()=>KK,IconLineDotted:()=>YK,IconLineHeight:()=>QK,IconLineScan:()=>ZK,IconLink:()=>nY,IconLinkMinus:()=>JK,IconLinkOff:()=>tY,IconLinkPlus:()=>eY,IconList:()=>hY,IconListCheck:()=>aY,IconListDetails:()=>oY,IconListLetters:()=>iY,IconListNumbers:()=>sY,IconListSearch:()=>rY,IconListTree:()=>lY,IconLivePhoto:()=>cY,IconLivePhotoOff:()=>dY,IconLiveView:()=>pY,IconLoadBalancer:()=>vY,IconLoader:()=>fY,IconLoader2:()=>uY,IconLoader3:()=>gY,IconLoaderQuarter:()=>mY,IconLocation:()=>VY,IconLocationBolt:()=>wY,IconLocationBroken:()=>MY,IconLocationCancel:()=>_Y,IconLocationCheck:()=>bY,IconLocationCode:()=>xY,IconLocationCog:()=>IY,IconLocationDiscount:()=>yY,IconLocationDollar:()=>kY,IconLocationDown:()=>CY,IconLocationExclamation:()=>DY,IconLocationFilled:()=>BY,IconLocationHeart:()=>zY,IconLocationMinus:()=>EY,IconLocationOff:()=>SY,IconLocationPause:()=>TY,IconLocationPin:()=>AY,IconLocationPlus:()=>OY,IconLocationQuestion:()=>HY,IconLocationSearch:()=>RY,IconLocationShare:()=>PY,IconLocationStar:()=>FY,IconLocationUp:()=>LY,IconLocationX:()=>NY,IconLock:()=>gQ,IconLockAccess:()=>jY,IconLockAccessOff:()=>UY,IconLockBolt:()=>GY,IconLockCancel:()=>WY,IconLockCheck:()=>$Y,IconLockCode:()=>XY,IconLockCog:()=>KY,IconLockDollar:()=>YY,IconLockDown:()=>QY,IconLockExclamation:()=>ZY,IconLockHeart:()=>qY,IconLockMinus:()=>JY,IconLockOff:()=>tQ,IconLockOpen:()=>nQ,IconLockOpenOff:()=>eQ,IconLockPause:()=>aQ,IconLockPin:()=>oQ,IconLockPlus:()=>iQ,IconLockQuestion:()=>sQ,IconLockSearch:()=>rQ,IconLockShare:()=>lQ,IconLockSquare:()=>cQ,IconLockSquareRounded:()=>dQ,IconLockSquareRoundedFilled:()=>hQ,IconLockStar:()=>pQ,IconLockUp:()=>vQ,IconLockX:()=>uQ,IconLogicAnd:()=>mQ,IconLogicBuffer:()=>fQ,IconLogicNand:()=>wQ,IconLogicNor:()=>MQ,IconLogicNot:()=>_Q,IconLogicOr:()=>bQ,IconLogicXnor:()=>xQ,IconLogicXor:()=>IQ,IconLogin:()=>kQ,IconLogin2:()=>yQ,IconLogout:()=>DQ,IconLogout2:()=>CQ,IconLollipop:()=>zQ,IconLollipopOff:()=>BQ,IconLuggage:()=>SQ,IconLuggageOff:()=>EQ,IconLungs:()=>AQ,IconLungsOff:()=>TQ,IconMacro:()=>HQ,IconMacroOff:()=>OQ,IconMagnet:()=>PQ,IconMagnetOff:()=>RQ,IconMagnetic:()=>FQ,IconMail:()=>cZ,IconMailAi:()=>LQ,IconMailBolt:()=>NQ,IconMailCancel:()=>VQ,IconMailCheck:()=>UQ,IconMailCode:()=>jQ,IconMailCog:()=>GQ,IconMailDollar:()=>WQ,IconMailDown:()=>$Q,IconMailExclamation:()=>XQ,IconMailFast:()=>KQ,IconMailFilled:()=>YQ,IconMailForward:()=>QQ,IconMailHeart:()=>ZQ,IconMailMinus:()=>qQ,IconMailOff:()=>JQ,IconMailOpened:()=>eZ,IconMailOpenedFilled:()=>tZ,IconMailPause:()=>nZ,IconMailPin:()=>aZ,IconMailPlus:()=>oZ,IconMailQuestion:()=>iZ,IconMailSearch:()=>sZ,IconMailShare:()=>rZ,IconMailStar:()=>lZ,IconMailUp:()=>hZ,IconMailX:()=>dZ,IconMailbox:()=>vZ,IconMailboxOff:()=>pZ,IconMan:()=>uZ,IconManualGearbox:()=>gZ,IconMap:()=>pq,IconMap2:()=>mZ,IconMapBolt:()=>fZ,IconMapCancel:()=>wZ,IconMapCheck:()=>MZ,IconMapCode:()=>_Z,IconMapCog:()=>bZ,IconMapDiscount:()=>xZ,IconMapDollar:()=>IZ,IconMapDown:()=>yZ,IconMapEast:()=>kZ,IconMapExclamation:()=>CZ,IconMapHeart:()=>DZ,IconMapMinus:()=>BZ,IconMapNorth:()=>zZ,IconMapOff:()=>EZ,IconMapPause:()=>SZ,IconMapPin:()=>tq,IconMapPin2:()=>TZ,IconMapPinBolt:()=>AZ,IconMapPinCancel:()=>OZ,IconMapPinCheck:()=>HZ,IconMapPinCode:()=>RZ,IconMapPinCog:()=>PZ,IconMapPinDollar:()=>FZ,IconMapPinDown:()=>LZ,IconMapPinExclamation:()=>NZ,IconMapPinFilled:()=>VZ,IconMapPinHeart:()=>UZ,IconMapPinMinus:()=>jZ,IconMapPinOff:()=>GZ,IconMapPinPause:()=>WZ,IconMapPinPin:()=>$Z,IconMapPinPlus:()=>XZ,IconMapPinQuestion:()=>KZ,IconMapPinSearch:()=>YZ,IconMapPinShare:()=>QZ,IconMapPinStar:()=>ZZ,IconMapPinUp:()=>qZ,IconMapPinX:()=>JZ,IconMapPins:()=>eq,IconMapPlus:()=>nq,IconMapQuestion:()=>aq,IconMapRoute:()=>oq,IconMapSearch:()=>iq,IconMapShare:()=>sq,IconMapSouth:()=>rq,IconMapStar:()=>lq,IconMapUp:()=>hq,IconMapWest:()=>dq,IconMapX:()=>cq,IconMarkdown:()=>uq,IconMarkdownOff:()=>vq,IconMarquee:()=>fq,IconMarquee2:()=>gq,IconMarqueeOff:()=>mq,IconMars:()=>wq,IconMask:()=>_q,IconMaskOff:()=>Mq,IconMasksTheater:()=>xq,IconMasksTheaterOff:()=>bq,IconMassage:()=>Iq,IconMatchstick:()=>yq,IconMath:()=>nJ,IconMath1Divide2:()=>kq,IconMath1Divide3:()=>Cq,IconMathAvg:()=>Dq,IconMathEqualGreater:()=>Bq,IconMathEqualLower:()=>zq,IconMathFunction:()=>Tq,IconMathFunctionOff:()=>Eq,IconMathFunctionY:()=>Sq,IconMathGreater:()=>Aq,IconMathIntegral:()=>Hq,IconMathIntegralX:()=>Oq,IconMathIntegrals:()=>Rq,IconMathLower:()=>Pq,IconMathMax:()=>Lq,IconMathMaxMin:()=>Fq,IconMathMin:()=>Nq,IconMathNot:()=>Vq,IconMathOff:()=>Uq,IconMathPi:()=>Gq,IconMathPiDivide2:()=>jq,IconMathSymbols:()=>Wq,IconMathXDivide2:()=>$q,IconMathXDivideY:()=>Kq,IconMathXDivideY2:()=>Xq,IconMathXMinusX:()=>Yq,IconMathXMinusY:()=>Qq,IconMathXPlusX:()=>Zq,IconMathXPlusY:()=>qq,IconMathXy:()=>Jq,IconMathYMinusY:()=>tJ,IconMathYPlusY:()=>eJ,IconMaximize:()=>oJ,IconMaximizeOff:()=>aJ,IconMeat:()=>sJ,IconMeatOff:()=>iJ,IconMedal:()=>lJ,IconMedal2:()=>rJ,IconMedicalCross:()=>pJ,IconMedicalCrossCircle:()=>hJ,IconMedicalCrossFilled:()=>dJ,IconMedicalCrossOff:()=>cJ,IconMedicineSyrup:()=>vJ,IconMeeple:()=>uJ,IconMelon:()=>gJ,IconMenorah:()=>mJ,IconMenu:()=>_J,IconMenu2:()=>fJ,IconMenuDeep:()=>wJ,IconMenuOrder:()=>MJ,IconMessage:()=>Ptt,IconMessage2:()=>VJ,IconMessage2Bolt:()=>bJ,IconMessage2Cancel:()=>xJ,IconMessage2Check:()=>IJ,IconMessage2Code:()=>yJ,IconMessage2Cog:()=>kJ,IconMessage2Dollar:()=>CJ,IconMessage2Down:()=>DJ,IconMessage2Exclamation:()=>BJ,IconMessage2Heart:()=>zJ,IconMessage2Minus:()=>EJ,IconMessage2Off:()=>SJ,IconMessage2Pause:()=>TJ,IconMessage2Pin:()=>AJ,IconMessage2Plus:()=>OJ,IconMessage2Question:()=>HJ,IconMessage2Search:()=>RJ,IconMessage2Share:()=>PJ,IconMessage2Star:()=>FJ,IconMessage2Up:()=>LJ,IconMessage2X:()=>NJ,IconMessageBolt:()=>UJ,IconMessageCancel:()=>jJ,IconMessageChatbot:()=>GJ,IconMessageCheck:()=>WJ,IconMessageCircle:()=>utt,IconMessageCircle2:()=>XJ,IconMessageCircle2Filled:()=>$J,IconMessageCircleBolt:()=>KJ,IconMessageCircleCancel:()=>YJ,IconMessageCircleCheck:()=>QJ,IconMessageCircleCode:()=>ZJ,IconMessageCircleCog:()=>qJ,IconMessageCircleDollar:()=>JJ,IconMessageCircleDown:()=>ttt,IconMessageCircleExclamation:()=>ett,IconMessageCircleHeart:()=>ntt,IconMessageCircleMinus:()=>att,IconMessageCircleOff:()=>ott,IconMessageCirclePause:()=>itt,IconMessageCirclePin:()=>stt,IconMessageCirclePlus:()=>rtt,IconMessageCircleQuestion:()=>ltt,IconMessageCircleSearch:()=>htt,IconMessageCircleShare:()=>dtt,IconMessageCircleStar:()=>ctt,IconMessageCircleUp:()=>ptt,IconMessageCircleX:()=>vtt,IconMessageCode:()=>gtt,IconMessageCog:()=>mtt,IconMessageDollar:()=>ftt,IconMessageDots:()=>wtt,IconMessageDown:()=>Mtt,IconMessageExclamation:()=>_tt,IconMessageForward:()=>btt,IconMessageHeart:()=>xtt,IconMessageLanguage:()=>Itt,IconMessageMinus:()=>ytt,IconMessageOff:()=>ktt,IconMessagePause:()=>Ctt,IconMessagePin:()=>Dtt,IconMessagePlus:()=>Btt,IconMessageQuestion:()=>ztt,IconMessageReply:()=>Ett,IconMessageReport:()=>Stt,IconMessageSearch:()=>Ttt,IconMessageShare:()=>Att,IconMessageStar:()=>Ott,IconMessageUp:()=>Htt,IconMessageX:()=>Rtt,IconMessages:()=>Ltt,IconMessagesOff:()=>Ftt,IconMeteor:()=>Vtt,IconMeteorOff:()=>Ntt,IconMeterCube:()=>Utt,IconMeterSquare:()=>jtt,IconMetronome:()=>Gtt,IconMichelinBibGourmand:()=>Wtt,IconMichelinStar:()=>Xtt,IconMichelinStarGreen:()=>$tt,IconMickey:()=>Ytt,IconMickeyFilled:()=>Ktt,IconMicrophone:()=>Jtt,IconMicrophone2:()=>Ztt,IconMicrophone2Off:()=>Qtt,IconMicrophoneOff:()=>qtt,IconMicroscope:()=>eet,IconMicroscopeOff:()=>tet,IconMicrowave:()=>aet,IconMicrowaveOff:()=>net,IconMilitaryAward:()=>oet,IconMilitaryRank:()=>iet,IconMilk:()=>ret,IconMilkOff:()=>set,IconMilkshake:()=>het,IconMinimize:()=>det,IconMinus:()=>pet,IconMinusVertical:()=>cet,IconMist:()=>uet,IconMistOff:()=>vet,IconMobiledata:()=>met,IconMobiledataOff:()=>get,IconMoneybag:()=>fet,IconMoodAngry:()=>wet,IconMoodAnnoyed:()=>_et,IconMoodAnnoyed2:()=>Met,IconMoodBoy:()=>bet,IconMoodCheck:()=>xet,IconMoodCog:()=>Iet,IconMoodConfuzed:()=>ket,IconMoodConfuzedFilled:()=>yet,IconMoodCrazyHappy:()=>Cet,IconMoodCry:()=>Det,IconMoodDollar:()=>Bet,IconMoodEdit:()=>zet,IconMoodEmpty:()=>Tet,IconMoodEmptyFilled:()=>Eet,IconMoodHappy:()=>Oet,IconMoodHappyFilled:()=>Aet,IconMoodHeart:()=>Het,IconMoodKid:()=>Pet,IconMoodKidFilled:()=>Ret,IconMoodLookDown:()=>Fet,IconMoodLookLeft:()=>Let,IconMoodLookRight:()=>Net,IconMoodLookUp:()=>Vet,IconMoodMinus:()=>Uet,IconMoodNerd:()=>jet,IconMoodNervous:()=>Get,IconMoodNeutral:()=>$et,IconMoodNeutralFilled:()=>Wet,IconMoodOff:()=>Xet,IconMoodPin:()=>Ket,IconMoodPlus:()=>Yet,IconMoodPuzzled:()=>Qet,IconMoodSad:()=>ent,IconMoodSad2:()=>Zet,IconMoodSadDizzy:()=>qet,IconMoodSadFilled:()=>Jet,IconMoodSadSquint:()=>tnt,IconMoodSearch:()=>nnt,IconMoodShare:()=>ant,IconMoodSick:()=>ont,IconMoodSilence:()=>int,IconMoodSing:()=>snt,IconMoodSmile:()=>dnt,IconMoodSmileBeam:()=>rnt,IconMoodSmileDizzy:()=>lnt,IconMoodSmileFilled:()=>hnt,IconMoodSuprised:()=>cnt,IconMoodTongue:()=>unt,IconMoodTongueWink:()=>vnt,IconMoodTongueWink2:()=>pnt,IconMoodUnamused:()=>gnt,IconMoodUp:()=>mnt,IconMoodWink:()=>wnt,IconMoodWink2:()=>fnt,IconMoodWrrr:()=>Mnt,IconMoodX:()=>_nt,IconMoodXd:()=>bnt,IconMoon:()=>Cnt,IconMoon2:()=>xnt,IconMoonFilled:()=>Int,IconMoonOff:()=>ynt,IconMoonStars:()=>knt,IconMoped:()=>Dnt,IconMotorbike:()=>Bnt,IconMountain:()=>Ent,IconMountainOff:()=>znt,IconMouse:()=>Ont,IconMouse2:()=>Snt,IconMouseFilled:()=>Tnt,IconMouseOff:()=>Ant,IconMoustache:()=>Hnt,IconMovie:()=>Pnt,IconMovieOff:()=>Rnt,IconMug:()=>Lnt,IconMugOff:()=>Fnt,IconMultiplier05x:()=>Nnt,IconMultiplier15x:()=>Vnt,IconMultiplier1x:()=>Unt,IconMultiplier2x:()=>jnt,IconMushroom:()=>$nt,IconMushroomFilled:()=>Gnt,IconMushroomOff:()=>Wnt,IconMusic:()=>uat,IconMusicBolt:()=>Xnt,IconMusicCancel:()=>Knt,IconMusicCheck:()=>Ynt,IconMusicCode:()=>Qnt,IconMusicCog:()=>Znt,IconMusicDiscount:()=>qnt,IconMusicDollar:()=>Jnt,IconMusicDown:()=>tat,IconMusicExclamation:()=>eat,IconMusicHeart:()=>nat,IconMusicMinus:()=>aat,IconMusicOff:()=>oat,IconMusicPause:()=>iat,IconMusicPin:()=>sat,IconMusicPlus:()=>rat,IconMusicQuestion:()=>lat,IconMusicSearch:()=>hat,IconMusicShare:()=>dat,IconMusicStar:()=>cat,IconMusicUp:()=>pat,IconMusicX:()=>vat,IconNavigation:()=>Uat,IconNavigationBolt:()=>gat,IconNavigationCancel:()=>mat,IconNavigationCheck:()=>fat,IconNavigationCode:()=>wat,IconNavigationCog:()=>Mat,IconNavigationDiscount:()=>_at,IconNavigationDollar:()=>bat,IconNavigationDown:()=>xat,IconNavigationEast:()=>Iat,IconNavigationExclamation:()=>yat,IconNavigationFilled:()=>kat,IconNavigationHeart:()=>Cat,IconNavigationMinus:()=>Dat,IconNavigationNorth:()=>Bat,IconNavigationOff:()=>zat,IconNavigationPause:()=>Eat,IconNavigationPin:()=>Sat,IconNavigationPlus:()=>Tat,IconNavigationQuestion:()=>Aat,IconNavigationSearch:()=>Oat,IconNavigationShare:()=>Hat,IconNavigationSouth:()=>Rat,IconNavigationStar:()=>Pat,IconNavigationTop:()=>Fat,IconNavigationUp:()=>Lat,IconNavigationWest:()=>Nat,IconNavigationX:()=>Vat,IconNeedle:()=>Gat,IconNeedleThread:()=>jat,IconNetwork:()=>$at,IconNetworkOff:()=>Wat,IconNewSection:()=>Xat,IconNews:()=>Yat,IconNewsOff:()=>Kat,IconNfc:()=>Zat,IconNfcOff:()=>Qat,IconNoCopyright:()=>qat,IconNoCreativeCommons:()=>Jat,IconNoDerivatives:()=>tot,IconNorthStar:()=>eot,IconNote:()=>aot,IconNoteOff:()=>not,IconNotebook:()=>iot,IconNotebookOff:()=>oot,IconNotes:()=>rot,IconNotesOff:()=>sot,IconNotification:()=>hot,IconNotificationOff:()=>lot,IconNumber:()=>Qot,IconNumber0:()=>cot,IconNumber0Small:()=>dot,IconNumber1:()=>vot,IconNumber10Small:()=>uot,IconNumber11Small:()=>got,IconNumber12Small:()=>mot,IconNumber13Small:()=>fot,IconNumber14Small:()=>wot,IconNumber15Small:()=>Mot,IconNumber16Small:()=>_ot,IconNumber17Small:()=>bot,IconNumber18Small:()=>xot,IconNumber19Small:()=>Iot,IconNumber1Small:()=>pot,IconNumber2:()=>kot,IconNumber20Small:()=>Cot,IconNumber21Small:()=>Dot,IconNumber22Small:()=>Bot,IconNumber23Small:()=>zot,IconNumber24Small:()=>Eot,IconNumber25Small:()=>Sot,IconNumber26Small:()=>Tot,IconNumber27Small:()=>Aot,IconNumber28Small:()=>Oot,IconNumber29Small:()=>Hot,IconNumber2Small:()=>yot,IconNumber3:()=>Pot,IconNumber3Small:()=>Rot,IconNumber4:()=>Lot,IconNumber4Small:()=>Fot,IconNumber5:()=>Vot,IconNumber5Small:()=>Not,IconNumber6:()=>jot,IconNumber6Small:()=>Uot,IconNumber7:()=>Wot,IconNumber7Small:()=>Got,IconNumber8:()=>Xot,IconNumber8Small:()=>$ot,IconNumber9:()=>Yot,IconNumber9Small:()=>Kot,IconNumbers:()=>Zot,IconNurse:()=>qot,IconNut:()=>Jot,IconOctagon:()=>s0t,IconOctagonFilled:()=>t0t,IconOctagonMinus:()=>n0t,IconOctagonMinus2:()=>e0t,IconOctagonOff:()=>a0t,IconOctagonPlus:()=>i0t,IconOctagonPlus2:()=>o0t,IconOctahedron:()=>h0t,IconOctahedronOff:()=>r0t,IconOctahedronPlus:()=>l0t,IconOld:()=>d0t,IconOlympics:()=>p0t,IconOlympicsOff:()=>c0t,IconOm:()=>v0t,IconOmega:()=>u0t,IconOutbound:()=>g0t,IconOutlet:()=>m0t,IconOval:()=>_0t,IconOvalFilled:()=>f0t,IconOvalVertical:()=>M0t,IconOvalVerticalFilled:()=>w0t,IconOverline:()=>b0t,IconPackage:()=>k0t,IconPackageExport:()=>x0t,IconPackageImport:()=>I0t,IconPackageOff:()=>y0t,IconPackages:()=>C0t,IconPacman:()=>D0t,IconPageBreak:()=>B0t,IconPaint:()=>S0t,IconPaintFilled:()=>z0t,IconPaintOff:()=>E0t,IconPalette:()=>A0t,IconPaletteOff:()=>T0t,IconPanoramaHorizontal:()=>H0t,IconPanoramaHorizontalOff:()=>O0t,IconPanoramaVertical:()=>P0t,IconPanoramaVerticalOff:()=>R0t,IconPaperBag:()=>L0t,IconPaperBagOff:()=>F0t,IconPaperclip:()=>N0t,IconParachute:()=>U0t,IconParachuteOff:()=>V0t,IconParentheses:()=>G0t,IconParenthesesOff:()=>j0t,IconParking:()=>X0t,IconParkingCircle:()=>W0t,IconParkingOff:()=>$0t,IconPassword:()=>Z0t,IconPasswordFingerprint:()=>K0t,IconPasswordMobilePhone:()=>Y0t,IconPasswordUser:()=>Q0t,IconPaw:()=>tit,IconPawFilled:()=>q0t,IconPawOff:()=>J0t,IconPaywall:()=>eit,IconPdf:()=>nit,IconPeace:()=>ait,IconPencil:()=>kit,IconPencilBolt:()=>oit,IconPencilCancel:()=>iit,IconPencilCheck:()=>sit,IconPencilCode:()=>rit,IconPencilCog:()=>lit,IconPencilDiscount:()=>hit,IconPencilDollar:()=>dit,IconPencilDown:()=>cit,IconPencilExclamation:()=>pit,IconPencilHeart:()=>vit,IconPencilMinus:()=>uit,IconPencilOff:()=>git,IconPencilPause:()=>mit,IconPencilPin:()=>fit,IconPencilPlus:()=>wit,IconPencilQuestion:()=>Mit,IconPencilSearch:()=>_it,IconPencilShare:()=>bit,IconPencilStar:()=>xit,IconPencilUp:()=>Iit,IconPencilX:()=>yit,IconPennant:()=>Eit,IconPennant2:()=>Dit,IconPennant2Filled:()=>Cit,IconPennantFilled:()=>Bit,IconPennantOff:()=>zit,IconPentagon:()=>Wit,IconPentagonFilled:()=>Sit,IconPentagonNumber0:()=>Tit,IconPentagonNumber1:()=>Ait,IconPentagonNumber2:()=>Oit,IconPentagonNumber3:()=>Hit,IconPentagonNumber4:()=>Rit,IconPentagonNumber5:()=>Pit,IconPentagonNumber6:()=>Fit,IconPentagonNumber7:()=>Lit,IconPentagonNumber8:()=>Nit,IconPentagonNumber9:()=>Vit,IconPentagonOff:()=>Uit,IconPentagonPlus:()=>jit,IconPentagonX:()=>Git,IconPentagram:()=>$it,IconPepper:()=>Kit,IconPepperOff:()=>Xit,IconPercentage:()=>Yit,IconPerfume:()=>Qit,IconPerspective:()=>qit,IconPerspectiveOff:()=>Zit,IconPhone:()=>hst,IconPhoneCall:()=>Jit,IconPhoneCalling:()=>tst,IconPhoneCheck:()=>est,IconPhoneFilled:()=>nst,IconPhoneIncoming:()=>ast,IconPhoneOff:()=>ost,IconPhoneOutgoing:()=>ist,IconPhonePause:()=>sst,IconPhonePlus:()=>rst,IconPhoneX:()=>lst,IconPhoto:()=>Wst,IconPhotoAi:()=>dst,IconPhotoBolt:()=>cst,IconPhotoCancel:()=>pst,IconPhotoCheck:()=>vst,IconPhotoCircle:()=>mst,IconPhotoCircleMinus:()=>ust,IconPhotoCirclePlus:()=>gst,IconPhotoCode:()=>fst,IconPhotoCog:()=>wst,IconPhotoDollar:()=>Mst,IconPhotoDown:()=>_st,IconPhotoEdit:()=>bst,IconPhotoExclamation:()=>xst,IconPhotoFilled:()=>Ist,IconPhotoHeart:()=>yst,IconPhotoHexagon:()=>kst,IconPhotoMinus:()=>Cst,IconPhotoOff:()=>Dst,IconPhotoPause:()=>Bst,IconPhotoPentagon:()=>zst,IconPhotoPin:()=>Est,IconPhotoPlus:()=>Sst,IconPhotoQuestion:()=>Tst,IconPhotoScan:()=>Ast,IconPhotoSearch:()=>Ost,IconPhotoSensor:()=>Pst,IconPhotoSensor2:()=>Hst,IconPhotoSensor3:()=>Rst,IconPhotoShare:()=>Fst,IconPhotoShield:()=>Lst,IconPhotoSquareRounded:()=>Nst,IconPhotoStar:()=>Vst,IconPhotoUp:()=>Ust,IconPhotoVideo:()=>jst,IconPhotoX:()=>Gst,IconPhysotherapist:()=>$st,IconPiano:()=>Xst,IconPick:()=>Kst,IconPictureInPicture:()=>qst,IconPictureInPictureOff:()=>Yst,IconPictureInPictureOn:()=>Qst,IconPictureInPictureTop:()=>Zst,IconPig:()=>ert,IconPigMoney:()=>Jst,IconPigOff:()=>trt,IconPilcrow:()=>ort,IconPilcrowLeft:()=>nrt,IconPilcrowRight:()=>art,IconPill:()=>srt,IconPillOff:()=>irt,IconPills:()=>rrt,IconPin:()=>crt,IconPinEnd:()=>lrt,IconPinFilled:()=>hrt,IconPinInvoke:()=>drt,IconPingPong:()=>prt,IconPinned:()=>grt,IconPinnedFilled:()=>vrt,IconPinnedOff:()=>urt,IconPizza:()=>frt,IconPizzaOff:()=>mrt,IconPlaceholder:()=>wrt,IconPlane:()=>yrt,IconPlaneArrival:()=>Mrt,IconPlaneDeparture:()=>_rt,IconPlaneInflight:()=>brt,IconPlaneOff:()=>xrt,IconPlaneTilt:()=>Irt,IconPlanet:()=>Crt,IconPlanetOff:()=>krt,IconPlant:()=>Ert,IconPlant2:()=>Brt,IconPlant2Off:()=>Drt,IconPlantOff:()=>zrt,IconPlayBasketball:()=>Srt,IconPlayCard:()=>Art,IconPlayCardOff:()=>Trt,IconPlayFootball:()=>Ort,IconPlayHandball:()=>Hrt,IconPlayVolleyball:()=>Rrt,IconPlayerEject:()=>Frt,IconPlayerEjectFilled:()=>Prt,IconPlayerPause:()=>Nrt,IconPlayerPauseFilled:()=>Lrt,IconPlayerPlay:()=>Urt,IconPlayerPlayFilled:()=>Vrt,IconPlayerRecord:()=>Grt,IconPlayerRecordFilled:()=>jrt,IconPlayerSkipBack:()=>$rt,IconPlayerSkipBackFilled:()=>Wrt,IconPlayerSkipForward:()=>Krt,IconPlayerSkipForwardFilled:()=>Xrt,IconPlayerStop:()=>Qrt,IconPlayerStopFilled:()=>Yrt,IconPlayerTrackNext:()=>qrt,IconPlayerTrackNextFilled:()=>Zrt,IconPlayerTrackPrev:()=>tlt,IconPlayerTrackPrevFilled:()=>Jrt,IconPlaylist:()=>olt,IconPlaylistAdd:()=>elt,IconPlaylistOff:()=>nlt,IconPlaylistX:()=>alt,IconPlaystationCircle:()=>ilt,IconPlaystationSquare:()=>slt,IconPlaystationTriangle:()=>rlt,IconPlaystationX:()=>llt,IconPlug:()=>vlt,IconPlugConnected:()=>dlt,IconPlugConnectedX:()=>hlt,IconPlugOff:()=>clt,IconPlugX:()=>plt,IconPlus:()=>mlt,IconPlusEqual:()=>ult,IconPlusMinus:()=>glt,IconPng:()=>flt,IconPodium:()=>Mlt,IconPodiumOff:()=>wlt,IconPoint:()=>xlt,IconPointFilled:()=>_lt,IconPointOff:()=>blt,IconPointer:()=>Glt,IconPointerBolt:()=>Ilt,IconPointerCancel:()=>ylt,IconPointerCheck:()=>klt,IconPointerCode:()=>Clt,IconPointerCog:()=>Dlt,IconPointerDollar:()=>Blt,IconPointerDown:()=>zlt,IconPointerExclamation:()=>Elt,IconPointerFilled:()=>Slt,IconPointerHeart:()=>Tlt,IconPointerMinus:()=>Alt,IconPointerOff:()=>Olt,IconPointerPause:()=>Hlt,IconPointerPin:()=>Rlt,IconPointerPlus:()=>Plt,IconPointerQuestion:()=>Flt,IconPointerSearch:()=>Llt,IconPointerShare:()=>Nlt,IconPointerStar:()=>Vlt,IconPointerUp:()=>Ult,IconPointerX:()=>jlt,IconPokeball:()=>$lt,IconPokeballOff:()=>Wlt,IconPokerChip:()=>Xlt,IconPolaroid:()=>Ylt,IconPolaroidFilled:()=>Klt,IconPolygon:()=>Zlt,IconPolygonOff:()=>Qlt,IconPoo:()=>qlt,IconPool:()=>t1t,IconPoolOff:()=>Jlt,IconPower:()=>e1t,IconPray:()=>n1t,IconPremiumRights:()=>a1t,IconPrescription:()=>o1t,IconPresentation:()=>r1t,IconPresentationAnalytics:()=>i1t,IconPresentationOff:()=>s1t,IconPrinter:()=>h1t,IconPrinterOff:()=>l1t,IconPrism:()=>p1t,IconPrismOff:()=>d1t,IconPrismPlus:()=>c1t,IconPrison:()=>v1t,IconProgress:()=>_1t,IconProgressAlert:()=>u1t,IconProgressBolt:()=>g1t,IconProgressCheck:()=>m1t,IconProgressDown:()=>f1t,IconProgressHelp:()=>w1t,IconProgressX:()=>M1t,IconPrompt:()=>b1t,IconProng:()=>x1t,IconPropeller:()=>y1t,IconPropellerOff:()=>I1t,IconProtocol:()=>k1t,IconPumpkinScary:()=>C1t,IconPuzzle:()=>E1t,IconPuzzle2:()=>D1t,IconPuzzleFilled:()=>B1t,IconPuzzleOff:()=>z1t,IconPyramid:()=>A1t,IconPyramidOff:()=>S1t,IconPyramidPlus:()=>T1t,IconQrcode:()=>H1t,IconQrcodeOff:()=>O1t,IconQuestionMark:()=>R1t,IconQuote:()=>F1t,IconQuoteOff:()=>P1t,IconQuotes:()=>L1t,IconRadar:()=>U1t,IconRadar2:()=>N1t,IconRadarOff:()=>V1t,IconRadio:()=>G1t,IconRadioOff:()=>j1t,IconRadioactive:()=>X1t,IconRadioactiveFilled:()=>W1t,IconRadioactiveOff:()=>$1t,IconRadiusBottomLeft:()=>K1t,IconRadiusBottomRight:()=>Y1t,IconRadiusTopLeft:()=>Q1t,IconRadiusTopRight:()=>Z1t,IconRainbow:()=>J1t,IconRainbowOff:()=>q1t,IconRating12Plus:()=>t2t,IconRating14Plus:()=>e2t,IconRating16Plus:()=>n2t,IconRating18Plus:()=>a2t,IconRating21Plus:()=>o2t,IconRazor:()=>s2t,IconRazorElectric:()=>i2t,IconReceipt:()=>w2t,IconReceipt2:()=>r2t,IconReceiptBitcoin:()=>l2t,IconReceiptDollar:()=>h2t,IconReceiptEuro:()=>d2t,IconReceiptOff:()=>c2t,IconReceiptPound:()=>p2t,IconReceiptRefund:()=>v2t,IconReceiptRupee:()=>u2t,IconReceiptTax:()=>g2t,IconReceiptYen:()=>m2t,IconReceiptYuan:()=>f2t,IconRecharging:()=>M2t,IconRecordMail:()=>b2t,IconRecordMailOff:()=>_2t,IconRectangle:()=>D2t,IconRectangleFilled:()=>x2t,IconRectangleRoundedBottom:()=>I2t,IconRectangleRoundedTop:()=>y2t,IconRectangleVertical:()=>C2t,IconRectangleVerticalFilled:()=>k2t,IconRectangularPrism:()=>E2t,IconRectangularPrismOff:()=>B2t,IconRectangularPrismPlus:()=>z2t,IconRecycle:()=>T2t,IconRecycleOff:()=>S2t,IconRefresh:()=>R2t,IconRefreshAlert:()=>A2t,IconRefreshDot:()=>O2t,IconRefreshOff:()=>H2t,IconRegex:()=>F2t,IconRegexOff:()=>P2t,IconRegistered:()=>L2t,IconRelationManyToMany:()=>N2t,IconRelationOneToMany:()=>V2t,IconRelationOneToOne:()=>U2t,IconReload:()=>j2t,IconReorder:()=>G2t,IconRepeat:()=>X2t,IconRepeatOff:()=>W2t,IconRepeatOnce:()=>$2t,IconReplace:()=>Q2t,IconReplaceFilled:()=>K2t,IconReplaceOff:()=>Y2t,IconReport:()=>nht,IconReportAnalytics:()=>Z2t,IconReportMedical:()=>q2t,IconReportMoney:()=>J2t,IconReportOff:()=>tht,IconReportSearch:()=>eht,IconReservedLine:()=>aht,IconResize:()=>oht,IconRestore:()=>iht,IconRewindBackward10:()=>sht,IconRewindBackward15:()=>rht,IconRewindBackward20:()=>lht,IconRewindBackward30:()=>hht,IconRewindBackward40:()=>dht,IconRewindBackward5:()=>cht,IconRewindBackward50:()=>pht,IconRewindBackward60:()=>vht,IconRewindForward10:()=>uht,IconRewindForward15:()=>ght,IconRewindForward20:()=>mht,IconRewindForward30:()=>fht,IconRewindForward40:()=>wht,IconRewindForward5:()=>Mht,IconRewindForward50:()=>_ht,IconRewindForward60:()=>bht,IconRibbonHealth:()=>xht,IconRings:()=>Iht,IconRipple:()=>kht,IconRippleOff:()=>yht,IconRoad:()=>Bht,IconRoadOff:()=>Cht,IconRoadSign:()=>Dht,IconRobot:()=>Sht,IconRobotFace:()=>zht,IconRobotOff:()=>Eht,IconRocket:()=>Aht,IconRocketOff:()=>Tht,IconRollerSkating:()=>Oht,IconRollercoaster:()=>Rht,IconRollercoasterOff:()=>Hht,IconRosette:()=>Kht,IconRosetteFilled:()=>Pht,IconRosetteNumber0:()=>Fht,IconRosetteNumber1:()=>Lht,IconRosetteNumber2:()=>Nht,IconRosetteNumber3:()=>Vht,IconRosetteNumber4:()=>Uht,IconRosetteNumber5:()=>jht,IconRosetteNumber6:()=>Ght,IconRosetteNumber7:()=>Wht,IconRosetteNumber8:()=>$ht,IconRosetteNumber9:()=>Xht,IconRotate:()=>edt,IconRotate2:()=>Yht,IconRotate360:()=>Qht,IconRotateClockwise:()=>qht,IconRotateClockwise2:()=>Zht,IconRotateDot:()=>Jht,IconRotateRectangle:()=>tdt,IconRoute:()=>cdt,IconRoute2:()=>ndt,IconRouteAltLeft:()=>adt,IconRouteAltRight:()=>odt,IconRouteOff:()=>idt,IconRouteScan:()=>sdt,IconRouteSquare:()=>ldt,IconRouteSquare2:()=>rdt,IconRouteX:()=>ddt,IconRouteX2:()=>hdt,IconRouter:()=>vdt,IconRouterOff:()=>pdt,IconRowInsertBottom:()=>udt,IconRowInsertTop:()=>gdt,IconRowRemove:()=>mdt,IconRss:()=>fdt,IconRubberStamp:()=>Mdt,IconRubberStampOff:()=>wdt,IconRuler:()=>kdt,IconRuler2:()=>bdt,IconRuler2Off:()=>_dt,IconRuler3:()=>xdt,IconRulerMeasure:()=>Idt,IconRulerOff:()=>ydt,IconRun:()=>Cdt,IconRvTruck:()=>Ddt,IconSTurnDown:()=>Bdt,IconSTurnLeft:()=>zdt,IconSTurnRight:()=>Edt,IconSTurnUp:()=>Sdt,IconSailboat:()=>Odt,IconSailboat2:()=>Tdt,IconSailboatOff:()=>Adt,IconSalad:()=>Hdt,IconSalt:()=>Rdt,IconSandbox:()=>Pdt,IconSatellite:()=>Ldt,IconSatelliteOff:()=>Fdt,IconSausage:()=>Ndt,IconScale:()=>Gdt,IconScaleOff:()=>Vdt,IconScaleOutline:()=>jdt,IconScaleOutlineOff:()=>Udt,IconScan:()=>$dt,IconScanEye:()=>Wdt,IconSchema:()=>Kdt,IconSchemaOff:()=>Xdt,IconSchool:()=>Zdt,IconSchoolBell:()=>Ydt,IconSchoolOff:()=>Qdt,IconScissors:()=>Jdt,IconScissorsOff:()=>qdt,IconScooter:()=>ect,IconScooterElectric:()=>tct,IconScoreboard:()=>nct,IconScreenShare:()=>oct,IconScreenShareOff:()=>act,IconScreenshot:()=>ict,IconScribble:()=>rct,IconScribbleOff:()=>sct,IconScript:()=>cct,IconScriptMinus:()=>lct,IconScriptPlus:()=>hct,IconScriptX:()=>dct,IconScubaDiving:()=>pct,IconScubaMask:()=>uct,IconScubaMaskOff:()=>vct,IconSdk:()=>gct,IconSearch:()=>fct,IconSearchOff:()=>mct,IconSection:()=>Mct,IconSectionSign:()=>wct,IconSeeding:()=>bct,IconSeedingOff:()=>_ct,IconSelect:()=>Ict,IconSelectAll:()=>xct,IconSelector:()=>yct,IconSend:()=>Dct,IconSend2:()=>kct,IconSendOff:()=>Cct,IconSeo:()=>Bct,IconSeparator:()=>Sct,IconSeparatorHorizontal:()=>zct,IconSeparatorVertical:()=>Ect,IconServer:()=>Rct,IconServer2:()=>Tct,IconServerBolt:()=>Act,IconServerCog:()=>Oct,IconServerOff:()=>Hct,IconServicemark:()=>Pct,IconSettings:()=>rpt,IconSettings2:()=>Fct,IconSettingsAutomation:()=>Lct,IconSettingsBolt:()=>Nct,IconSettingsCancel:()=>Vct,IconSettingsCheck:()=>Uct,IconSettingsCode:()=>jct,IconSettingsCog:()=>Gct,IconSettingsDollar:()=>Wct,IconSettingsDown:()=>$ct,IconSettingsExclamation:()=>Xct,IconSettingsFilled:()=>Kct,IconSettingsHeart:()=>Yct,IconSettingsMinus:()=>Qct,IconSettingsOff:()=>Zct,IconSettingsPause:()=>qct,IconSettingsPin:()=>Jct,IconSettingsPlus:()=>tpt,IconSettingsQuestion:()=>ept,IconSettingsSearch:()=>npt,IconSettingsShare:()=>apt,IconSettingsStar:()=>opt,IconSettingsUp:()=>ipt,IconSettingsX:()=>spt,IconShadow:()=>hpt,IconShadowOff:()=>lpt,IconShape:()=>vpt,IconShape2:()=>dpt,IconShape3:()=>cpt,IconShapeOff:()=>ppt,IconShare:()=>fpt,IconShare2:()=>upt,IconShare3:()=>gpt,IconShareOff:()=>mpt,IconShiJumping:()=>wpt,IconShield:()=>Kpt,IconShieldBolt:()=>Mpt,IconShieldCancel:()=>_pt,IconShieldCheck:()=>xpt,IconShieldCheckFilled:()=>bpt,IconShieldCheckered:()=>ypt,IconShieldCheckeredFilled:()=>Ipt,IconShieldChevron:()=>kpt,IconShieldCode:()=>Cpt,IconShieldCog:()=>Dpt,IconShieldDollar:()=>Bpt,IconShieldDown:()=>zpt,IconShieldExclamation:()=>Ept,IconShieldFilled:()=>Spt,IconShieldHalf:()=>Apt,IconShieldHalfFilled:()=>Tpt,IconShieldHeart:()=>Opt,IconShieldLock:()=>Rpt,IconShieldLockFilled:()=>Hpt,IconShieldMinus:()=>Ppt,IconShieldOff:()=>Fpt,IconShieldPause:()=>Lpt,IconShieldPin:()=>Npt,IconShieldPlus:()=>Vpt,IconShieldQuestion:()=>Upt,IconShieldSearch:()=>jpt,IconShieldShare:()=>Gpt,IconShieldStar:()=>Wpt,IconShieldUp:()=>$pt,IconShieldX:()=>Xpt,IconShip:()=>Qpt,IconShipOff:()=>Ypt,IconShirt:()=>t4t,IconShirtFilled:()=>Zpt,IconShirtOff:()=>qpt,IconShirtSport:()=>Jpt,IconShoe:()=>n4t,IconShoeOff:()=>e4t,IconShoppingBag:()=>p4t,IconShoppingBagCheck:()=>a4t,IconShoppingBagDiscount:()=>o4t,IconShoppingBagEdit:()=>i4t,IconShoppingBagExclamation:()=>s4t,IconShoppingBagHeart:()=>r4t,IconShoppingBagMinus:()=>l4t,IconShoppingBagPlus:()=>h4t,IconShoppingBagSearch:()=>d4t,IconShoppingBagX:()=>c4t,IconShoppingCart:()=>R4t,IconShoppingCartBolt:()=>v4t,IconShoppingCartCancel:()=>u4t,IconShoppingCartCheck:()=>g4t,IconShoppingCartCode:()=>m4t,IconShoppingCartCog:()=>f4t,IconShoppingCartCopy:()=>w4t,IconShoppingCartDiscount:()=>M4t,IconShoppingCartDollar:()=>_4t,IconShoppingCartDown:()=>b4t,IconShoppingCartExclamation:()=>x4t,IconShoppingCartFilled:()=>I4t,IconShoppingCartHeart:()=>y4t,IconShoppingCartMinus:()=>k4t,IconShoppingCartOff:()=>C4t,IconShoppingCartPause:()=>D4t,IconShoppingCartPin:()=>B4t,IconShoppingCartPlus:()=>z4t,IconShoppingCartQuestion:()=>E4t,IconShoppingCartSearch:()=>S4t,IconShoppingCartShare:()=>T4t,IconShoppingCartStar:()=>A4t,IconShoppingCartUp:()=>O4t,IconShoppingCartX:()=>H4t,IconShovel:()=>F4t,IconShovelPitchforks:()=>P4t,IconShredder:()=>L4t,IconSignLeft:()=>V4t,IconSignLeftFilled:()=>N4t,IconSignRight:()=>j4t,IconSignRightFilled:()=>U4t,IconSignal2g:()=>G4t,IconSignal3g:()=>W4t,IconSignal4g:()=>X4t,IconSignal4gPlus:()=>$4t,IconSignal5g:()=>K4t,IconSignal6g:()=>Y4t,IconSignalE:()=>Q4t,IconSignalG:()=>Z4t,IconSignalH:()=>J4t,IconSignalHPlus:()=>q4t,IconSignalLte:()=>tvt,IconSignature:()=>nvt,IconSignatureOff:()=>evt,IconSitemap:()=>ovt,IconSitemapOff:()=>avt,IconSkateboard:()=>svt,IconSkateboardOff:()=>ivt,IconSkateboarding:()=>rvt,IconSkewX:()=>lvt,IconSkewY:()=>hvt,IconSkull:()=>dvt,IconSlash:()=>cvt,IconSlashes:()=>pvt,IconSleigh:()=>vvt,IconSlice:()=>uvt,IconSlideshow:()=>gvt,IconSmartHome:()=>fvt,IconSmartHomeOff:()=>mvt,IconSmoking:()=>Mvt,IconSmokingNo:()=>wvt,IconSnowboarding:()=>_vt,IconSnowflake:()=>xvt,IconSnowflakeOff:()=>bvt,IconSnowman:()=>Ivt,IconSoccerField:()=>yvt,IconSocial:()=>Cvt,IconSocialOff:()=>kvt,IconSock:()=>Dvt,IconSofa:()=>zvt,IconSofaOff:()=>Bvt,IconSolarElectricity:()=>Evt,IconSolarPanel:()=>Tvt,IconSolarPanel2:()=>Svt,IconSort09:()=>Avt,IconSort90:()=>Ovt,IconSortAZ:()=>Hvt,IconSortAscending:()=>Vvt,IconSortAscending2:()=>Rvt,IconSortAscendingLetters:()=>Pvt,IconSortAscendingNumbers:()=>Fvt,IconSortAscendingShapes:()=>Lvt,IconSortAscendingSmallBig:()=>Nvt,IconSortDeacendingSmallBig:()=>Uvt,IconSortDescending:()=>Xvt,IconSortDescending2:()=>jvt,IconSortDescendingLetters:()=>Gvt,IconSortDescendingNumbers:()=>Wvt,IconSortDescendingShapes:()=>$vt,IconSortZA:()=>Kvt,IconSos:()=>Yvt,IconSoup:()=>Zvt,IconSoupOff:()=>Qvt,IconSourceCode:()=>qvt,IconSpace:()=>tut,IconSpaceOff:()=>Jvt,IconSpacingHorizontal:()=>eut,IconSpacingVertical:()=>nut,IconSpade:()=>out,IconSpadeFilled:()=>aut,IconSparkles:()=>iut,IconSpeakerphone:()=>sut,IconSpeedboat:()=>rut,IconSphere:()=>dut,IconSphereOff:()=>lut,IconSpherePlus:()=>hut,IconSpider:()=>cut,IconSpiral:()=>vut,IconSpiralOff:()=>put,IconSportBillard:()=>uut,IconSpray:()=>gut,IconSpy:()=>fut,IconSpyOff:()=>mut,IconSql:()=>wut,IconSquare:()=>oft,IconSquare0Filled:()=>Mut,IconSquare1Filled:()=>_ut,IconSquare2Filled:()=>but,IconSquare3Filled:()=>xut,IconSquare4Filled:()=>Iut,IconSquare5Filled:()=>yut,IconSquare6Filled:()=>kut,IconSquare7Filled:()=>Cut,IconSquare8Filled:()=>Dut,IconSquare9Filled:()=>But,IconSquareArrowDown:()=>Eut,IconSquareArrowDownFilled:()=>zut,IconSquareArrowLeft:()=>Tut,IconSquareArrowLeftFilled:()=>Sut,IconSquareArrowRight:()=>Out,IconSquareArrowRightFilled:()=>Aut,IconSquareArrowUp:()=>Rut,IconSquareArrowUpFilled:()=>Hut,IconSquareAsterisk:()=>Fut,IconSquareAsteriskFilled:()=>Put,IconSquareCheck:()=>Nut,IconSquareCheckFilled:()=>Lut,IconSquareChevronDown:()=>Uut,IconSquareChevronDownFilled:()=>Vut,IconSquareChevronLeft:()=>Gut,IconSquareChevronLeftFilled:()=>jut,IconSquareChevronRight:()=>$ut,IconSquareChevronRightFilled:()=>Wut,IconSquareChevronUp:()=>Kut,IconSquareChevronUpFilled:()=>Xut,IconSquareChevronsDown:()=>Qut,IconSquareChevronsDownFilled:()=>Yut,IconSquareChevronsLeft:()=>qut,IconSquareChevronsLeftFilled:()=>Zut,IconSquareChevronsRight:()=>tgt,IconSquareChevronsRightFilled:()=>Jut,IconSquareChevronsUp:()=>ngt,IconSquareChevronsUpFilled:()=>egt,IconSquareDot:()=>ogt,IconSquareDotFilled:()=>agt,IconSquareF0:()=>sgt,IconSquareF0Filled:()=>igt,IconSquareF1:()=>lgt,IconSquareF1Filled:()=>rgt,IconSquareF2:()=>dgt,IconSquareF2Filled:()=>hgt,IconSquareF3:()=>pgt,IconSquareF3Filled:()=>cgt,IconSquareF4:()=>ugt,IconSquareF4Filled:()=>vgt,IconSquareF5:()=>mgt,IconSquareF5Filled:()=>ggt,IconSquareF6:()=>wgt,IconSquareF6Filled:()=>fgt,IconSquareF7:()=>_gt,IconSquareF7Filled:()=>Mgt,IconSquareF8:()=>xgt,IconSquareF8Filled:()=>bgt,IconSquareF9:()=>ygt,IconSquareF9Filled:()=>Igt,IconSquareFilled:()=>kgt,IconSquareForbid:()=>Dgt,IconSquareForbid2:()=>Cgt,IconSquareHalf:()=>Bgt,IconSquareKey:()=>zgt,IconSquareLetterA:()=>Egt,IconSquareLetterB:()=>Sgt,IconSquareLetterC:()=>Tgt,IconSquareLetterD:()=>Agt,IconSquareLetterE:()=>Ogt,IconSquareLetterF:()=>Hgt,IconSquareLetterG:()=>Rgt,IconSquareLetterH:()=>Pgt,IconSquareLetterI:()=>Fgt,IconSquareLetterJ:()=>Lgt,IconSquareLetterK:()=>Ngt,IconSquareLetterL:()=>Vgt,IconSquareLetterM:()=>Ugt,IconSquareLetterN:()=>jgt,IconSquareLetterO:()=>Ggt,IconSquareLetterP:()=>Wgt,IconSquareLetterQ:()=>$gt,IconSquareLetterR:()=>Xgt,IconSquareLetterS:()=>Kgt,IconSquareLetterT:()=>Ygt,IconSquareLetterU:()=>Qgt,IconSquareLetterV:()=>Zgt,IconSquareLetterW:()=>qgt,IconSquareLetterX:()=>Jgt,IconSquareLetterY:()=>t3t,IconSquareLetterZ:()=>e3t,IconSquareMinus:()=>a3t,IconSquareMinusFilled:()=>n3t,IconSquareNumber0:()=>o3t,IconSquareNumber1:()=>i3t,IconSquareNumber2:()=>s3t,IconSquareNumber3:()=>r3t,IconSquareNumber4:()=>l3t,IconSquareNumber5:()=>h3t,IconSquareNumber6:()=>d3t,IconSquareNumber7:()=>c3t,IconSquareNumber8:()=>p3t,IconSquareNumber9:()=>v3t,IconSquareOff:()=>u3t,IconSquarePercentage:()=>g3t,IconSquarePlus:()=>f3t,IconSquarePlus2:()=>m3t,IconSquareRoot:()=>M3t,IconSquareRoot2:()=>w3t,IconSquareRotated:()=>y3t,IconSquareRotatedFilled:()=>_3t,IconSquareRotatedForbid:()=>x3t,IconSquareRotatedForbid2:()=>b3t,IconSquareRotatedOff:()=>I3t,IconSquareRounded:()=>Jmt,IconSquareRoundedArrowDown:()=>C3t,IconSquareRoundedArrowDownFilled:()=>k3t,IconSquareRoundedArrowLeft:()=>B3t,IconSquareRoundedArrowLeftFilled:()=>D3t,IconSquareRoundedArrowRight:()=>E3t,IconSquareRoundedArrowRightFilled:()=>z3t,IconSquareRoundedArrowUp:()=>T3t,IconSquareRoundedArrowUpFilled:()=>S3t,IconSquareRoundedCheck:()=>O3t,IconSquareRoundedCheckFilled:()=>A3t,IconSquareRoundedChevronDown:()=>R3t,IconSquareRoundedChevronDownFilled:()=>H3t,IconSquareRoundedChevronLeft:()=>F3t,IconSquareRoundedChevronLeftFilled:()=>P3t,IconSquareRoundedChevronRight:()=>N3t,IconSquareRoundedChevronRightFilled:()=>L3t,IconSquareRoundedChevronUp:()=>U3t,IconSquareRoundedChevronUpFilled:()=>V3t,IconSquareRoundedChevronsDown:()=>G3t,IconSquareRoundedChevronsDownFilled:()=>j3t,IconSquareRoundedChevronsLeft:()=>$3t,IconSquareRoundedChevronsLeftFilled:()=>W3t,IconSquareRoundedChevronsRight:()=>K3t,IconSquareRoundedChevronsRightFilled:()=>X3t,IconSquareRoundedChevronsUp:()=>Q3t,IconSquareRoundedChevronsUpFilled:()=>Y3t,IconSquareRoundedFilled:()=>Z3t,IconSquareRoundedLetterA:()=>q3t,IconSquareRoundedLetterB:()=>J3t,IconSquareRoundedLetterC:()=>tmt,IconSquareRoundedLetterD:()=>emt,IconSquareRoundedLetterE:()=>nmt,IconSquareRoundedLetterF:()=>amt,IconSquareRoundedLetterG:()=>omt,IconSquareRoundedLetterH:()=>imt,IconSquareRoundedLetterI:()=>smt,IconSquareRoundedLetterJ:()=>rmt,IconSquareRoundedLetterK:()=>lmt,IconSquareRoundedLetterL:()=>hmt,IconSquareRoundedLetterM:()=>dmt,IconSquareRoundedLetterN:()=>cmt,IconSquareRoundedLetterO:()=>pmt,IconSquareRoundedLetterP:()=>vmt,IconSquareRoundedLetterQ:()=>umt,IconSquareRoundedLetterR:()=>gmt,IconSquareRoundedLetterS:()=>mmt,IconSquareRoundedLetterT:()=>fmt,IconSquareRoundedLetterU:()=>wmt,IconSquareRoundedLetterV:()=>Mmt,IconSquareRoundedLetterW:()=>_mt,IconSquareRoundedLetterX:()=>bmt,IconSquareRoundedLetterY:()=>xmt,IconSquareRoundedLetterZ:()=>Imt,IconSquareRoundedMinus:()=>Cmt,IconSquareRoundedMinus2:()=>ymt,IconSquareRoundedMinusFilled:()=>kmt,IconSquareRoundedNumber0:()=>Bmt,IconSquareRoundedNumber0Filled:()=>Dmt,IconSquareRoundedNumber1:()=>Emt,IconSquareRoundedNumber1Filled:()=>zmt,IconSquareRoundedNumber2:()=>Tmt,IconSquareRoundedNumber2Filled:()=>Smt,IconSquareRoundedNumber3:()=>Omt,IconSquareRoundedNumber3Filled:()=>Amt,IconSquareRoundedNumber4:()=>Rmt,IconSquareRoundedNumber4Filled:()=>Hmt,IconSquareRoundedNumber5:()=>Fmt,IconSquareRoundedNumber5Filled:()=>Pmt,IconSquareRoundedNumber6:()=>Nmt,IconSquareRoundedNumber6Filled:()=>Lmt,IconSquareRoundedNumber7:()=>Umt,IconSquareRoundedNumber7Filled:()=>Vmt,IconSquareRoundedNumber8:()=>Gmt,IconSquareRoundedNumber8Filled:()=>jmt,IconSquareRoundedNumber9:()=>$mt,IconSquareRoundedNumber9Filled:()=>Wmt,IconSquareRoundedPercentage:()=>Xmt,IconSquareRoundedPlus:()=>Qmt,IconSquareRoundedPlus2:()=>Kmt,IconSquareRoundedPlusFilled:()=>Ymt,IconSquareRoundedX:()=>qmt,IconSquareRoundedXFilled:()=>Zmt,IconSquareToggle:()=>eft,IconSquareToggleHorizontal:()=>tft,IconSquareX:()=>aft,IconSquareXFilled:()=>nft,IconSquaresDiagonal:()=>ift,IconSquaresFilled:()=>sft,IconStack:()=>mft,IconStack2:()=>rft,IconStack3:()=>lft,IconStackBack:()=>hft,IconStackBackward:()=>dft,IconStackForward:()=>cft,IconStackFront:()=>pft,IconStackMiddle:()=>vft,IconStackPop:()=>uft,IconStackPush:()=>gft,IconStairs:()=>Mft,IconStairsDown:()=>fft,IconStairsUp:()=>wft,IconStar:()=>yft,IconStarFilled:()=>_ft,IconStarHalf:()=>xft,IconStarHalfFilled:()=>bft,IconStarOff:()=>Ift,IconStars:()=>Dft,IconStarsFilled:()=>kft,IconStarsOff:()=>Cft,IconStatusChange:()=>Bft,IconSteam:()=>zft,IconSteeringWheel:()=>Sft,IconSteeringWheelOff:()=>Eft,IconStepInto:()=>Tft,IconStepOut:()=>Aft,IconStereoGlasses:()=>Oft,IconStethoscope:()=>Rft,IconStethoscopeOff:()=>Hft,IconSticker:()=>Fft,IconSticker2:()=>Pft,IconStorm:()=>Nft,IconStormOff:()=>Lft,IconStretching:()=>Uft,IconStretching2:()=>Vft,IconStrikethrough:()=>jft,IconSubmarine:()=>Gft,IconSubscript:()=>Wft,IconSubtask:()=>$ft,IconSum:()=>Kft,IconSumOff:()=>Xft,IconSun:()=>n5t,IconSunElectricity:()=>Yft,IconSunFilled:()=>Qft,IconSunHigh:()=>Zft,IconSunLow:()=>qft,IconSunMoon:()=>Jft,IconSunOff:()=>t5t,IconSunWind:()=>e5t,IconSunglasses:()=>a5t,IconSunrise:()=>o5t,IconSunset:()=>s5t,IconSunset2:()=>i5t,IconSuperscript:()=>r5t,IconSvg:()=>l5t,IconSwimming:()=>h5t,IconSwipe:()=>u5t,IconSwipeDown:()=>d5t,IconSwipeLeft:()=>c5t,IconSwipeRight:()=>p5t,IconSwipeUp:()=>v5t,IconSwitch:()=>M5t,IconSwitch2:()=>g5t,IconSwitch3:()=>m5t,IconSwitchHorizontal:()=>f5t,IconSwitchVertical:()=>w5t,IconSword:()=>b5t,IconSwordOff:()=>_5t,IconSwords:()=>x5t,IconTable:()=>P5t,IconTableAlias:()=>I5t,IconTableColumn:()=>y5t,IconTableDown:()=>k5t,IconTableExport:()=>C5t,IconTableFilled:()=>D5t,IconTableHeart:()=>B5t,IconTableImport:()=>z5t,IconTableMinus:()=>E5t,IconTableOff:()=>S5t,IconTableOptions:()=>T5t,IconTablePlus:()=>A5t,IconTableRow:()=>O5t,IconTableShare:()=>H5t,IconTableShortcut:()=>R5t,IconTag:()=>N5t,IconTagOff:()=>F5t,IconTagStarred:()=>L5t,IconTags:()=>U5t,IconTagsOff:()=>V5t,IconTallymark1:()=>j5t,IconTallymark2:()=>G5t,IconTallymark3:()=>W5t,IconTallymark4:()=>$5t,IconTallymarks:()=>X5t,IconTank:()=>K5t,IconTarget:()=>Z5t,IconTargetArrow:()=>Y5t,IconTargetOff:()=>Q5t,IconTeapot:()=>q5t,IconTelescope:()=>twt,IconTelescopeOff:()=>J5t,IconTemperature:()=>lwt,IconTemperatureCelsius:()=>ewt,IconTemperatureFahrenheit:()=>nwt,IconTemperatureMinus:()=>awt,IconTemperatureOff:()=>owt,IconTemperaturePlus:()=>iwt,IconTemperatureSnow:()=>swt,IconTemperatureSun:()=>rwt,IconTemplate:()=>dwt,IconTemplateOff:()=>hwt,IconTent:()=>pwt,IconTentOff:()=>cwt,IconTerminal:()=>uwt,IconTerminal2:()=>vwt,IconTestPipe:()=>fwt,IconTestPipe2:()=>gwt,IconTestPipeOff:()=>mwt,IconTex:()=>wwt,IconTextCaption:()=>Mwt,IconTextColor:()=>_wt,IconTextDecrease:()=>bwt,IconTextDirectionLtr:()=>xwt,IconTextDirectionRtl:()=>Iwt,IconTextGrammar:()=>ywt,IconTextIncrease:()=>kwt,IconTextOrientation:()=>Cwt,IconTextPlus:()=>Dwt,IconTextRecognition:()=>Bwt,IconTextResize:()=>zwt,IconTextScan2:()=>Ewt,IconTextSize:()=>Swt,IconTextSpellcheck:()=>Twt,IconTextWrap:()=>Owt,IconTextWrapDisabled:()=>Awt,IconTexture:()=>Hwt,IconTheater:()=>Rwt,IconThermometer:()=>Pwt,IconThumbDown:()=>Nwt,IconThumbDownFilled:()=>Fwt,IconThumbDownOff:()=>Lwt,IconThumbUp:()=>jwt,IconThumbUpFilled:()=>Vwt,IconThumbUpOff:()=>Uwt,IconTicTac:()=>Gwt,IconTicket:()=>$wt,IconTicketOff:()=>Wwt,IconTie:()=>Xwt,IconTilde:()=>Kwt,IconTiltShift:()=>Qwt,IconTiltShiftOff:()=>Ywt,IconTimeDuration0:()=>Zwt,IconTimeDuration10:()=>qwt,IconTimeDuration15:()=>Jwt,IconTimeDuration30:()=>tMt,IconTimeDuration45:()=>eMt,IconTimeDuration5:()=>nMt,IconTimeDuration60:()=>aMt,IconTimeDuration90:()=>oMt,IconTimeDurationOff:()=>iMt,IconTimeline:()=>vMt,IconTimelineEvent:()=>pMt,IconTimelineEventExclamation:()=>sMt,IconTimelineEventFilled:()=>rMt,IconTimelineEventMinus:()=>lMt,IconTimelineEventPlus:()=>hMt,IconTimelineEventText:()=>dMt,IconTimelineEventX:()=>cMt,IconTir:()=>uMt,IconToggleLeft:()=>gMt,IconToggleRight:()=>mMt,IconToiletPaper:()=>wMt,IconToiletPaperOff:()=>fMt,IconToml:()=>MMt,IconTool:()=>_Mt,IconTools:()=>DMt,IconToolsKitchen:()=>kMt,IconToolsKitchen2:()=>xMt,IconToolsKitchen2Off:()=>bMt,IconToolsKitchen3:()=>IMt,IconToolsKitchenOff:()=>yMt,IconToolsOff:()=>CMt,IconTooltip:()=>BMt,IconTopologyBus:()=>zMt,IconTopologyComplex:()=>EMt,IconTopologyFull:()=>TMt,IconTopologyFullHierarchy:()=>SMt,IconTopologyRing:()=>HMt,IconTopologyRing2:()=>AMt,IconTopologyRing3:()=>OMt,IconTopologyStar:()=>VMt,IconTopologyStar2:()=>RMt,IconTopologyStar3:()=>PMt,IconTopologyStarRing:()=>NMt,IconTopologyStarRing2:()=>FMt,IconTopologyStarRing3:()=>LMt,IconTorii:()=>UMt,IconTornado:()=>jMt,IconTournament:()=>GMt,IconTower:()=>$Mt,IconTowerOff:()=>WMt,IconTrack:()=>XMt,IconTractor:()=>KMt,IconTrademark:()=>YMt,IconTrafficCone:()=>ZMt,IconTrafficConeOff:()=>QMt,IconTrafficLights:()=>JMt,IconTrafficLightsOff:()=>qMt,IconTrain:()=>t6t,IconTransactionBitcoin:()=>e6t,IconTransactionDollar:()=>n6t,IconTransactionEuro:()=>a6t,IconTransactionPound:()=>o6t,IconTransactionRupee:()=>i6t,IconTransactionYen:()=>s6t,IconTransactionYuan:()=>r6t,IconTransfer:()=>c6t,IconTransferIn:()=>l6t,IconTransferOut:()=>h6t,IconTransferVertical:()=>d6t,IconTransform:()=>w6t,IconTransformFilled:()=>p6t,IconTransformPoint:()=>f6t,IconTransformPointBottomLeft:()=>v6t,IconTransformPointBottomRight:()=>u6t,IconTransformPointTopLeft:()=>g6t,IconTransformPointTopRight:()=>m6t,IconTransitionBottom:()=>M6t,IconTransitionLeft:()=>_6t,IconTransitionRight:()=>b6t,IconTransitionTop:()=>x6t,IconTrash:()=>D6t,IconTrashFilled:()=>I6t,IconTrashOff:()=>y6t,IconTrashX:()=>C6t,IconTrashXFilled:()=>k6t,IconTreadmill:()=>B6t,IconTree:()=>z6t,IconTrees:()=>E6t,IconTrekking:()=>S6t,IconTrendingDown:()=>O6t,IconTrendingDown2:()=>T6t,IconTrendingDown3:()=>A6t,IconTrendingUp:()=>P6t,IconTrendingUp2:()=>H6t,IconTrendingUp3:()=>R6t,IconTriangle:()=>K6t,IconTriangleFilled:()=>F6t,IconTriangleInverted:()=>N6t,IconTriangleInvertedFilled:()=>L6t,IconTriangleMinus:()=>U6t,IconTriangleMinus2:()=>V6t,IconTriangleOff:()=>j6t,IconTrianglePlus:()=>W6t,IconTrianglePlus2:()=>G6t,IconTriangleSquareCircle:()=>X6t,IconTriangleSquareCircleFilled:()=>$6t,IconTriangles:()=>Y6t,IconTrident:()=>Q6t,IconTrolley:()=>Z6t,IconTrophy:()=>t7t,IconTrophyFilled:()=>q6t,IconTrophyOff:()=>J6t,IconTrowel:()=>e7t,IconTruck:()=>s7t,IconTruckDelivery:()=>n7t,IconTruckLoading:()=>a7t,IconTruckOff:()=>o7t,IconTruckReturn:()=>i7t,IconTxt:()=>r7t,IconTypography:()=>h7t,IconTypographyOff:()=>l7t,IconUfo:()=>c7t,IconUfoOff:()=>d7t,IconUmbrella:()=>u7t,IconUmbrellaFilled:()=>p7t,IconUmbrellaOff:()=>v7t,IconUnderline:()=>g7t,IconUniverse:()=>m7t,IconUnlink:()=>f7t,IconUpload:()=>w7t,IconUrgent:()=>M7t,IconUsb:()=>_7t,IconUser:()=>Q7t,IconUserBolt:()=>b7t,IconUserCancel:()=>x7t,IconUserCheck:()=>I7t,IconUserCircle:()=>y7t,IconUserCode:()=>k7t,IconUserCog:()=>C7t,IconUserDollar:()=>D7t,IconUserDown:()=>B7t,IconUserEdit:()=>z7t,IconUserExclamation:()=>E7t,IconUserFilled:()=>S7t,IconUserHeart:()=>T7t,IconUserHexagon:()=>A7t,IconUserMinus:()=>O7t,IconUserOff:()=>H7t,IconUserPause:()=>R7t,IconUserPentagon:()=>P7t,IconUserPin:()=>F7t,IconUserPlus:()=>L7t,IconUserQuestion:()=>N7t,IconUserScan:()=>V7t,IconUserSearch:()=>U7t,IconUserShare:()=>j7t,IconUserShield:()=>G7t,IconUserSquare:()=>$7t,IconUserSquareRounded:()=>W7t,IconUserStar:()=>X7t,IconUserUp:()=>K7t,IconUserX:()=>Y7t,IconUsers:()=>t8t,IconUsersGroup:()=>Z7t,IconUsersMinus:()=>q7t,IconUsersPlus:()=>J7t,IconUvIndex:()=>e8t,IconUxCircle:()=>n8t,IconVaccine:()=>s8t,IconVaccineBottle:()=>o8t,IconVaccineBottleOff:()=>a8t,IconVaccineOff:()=>i8t,IconVacuumCleaner:()=>r8t,IconVariable:()=>c8t,IconVariableMinus:()=>l8t,IconVariableOff:()=>h8t,IconVariablePlus:()=>d8t,IconVector:()=>_8t,IconVectorBezier:()=>g8t,IconVectorBezier2:()=>p8t,IconVectorBezierArc:()=>v8t,IconVectorBezierCircle:()=>u8t,IconVectorOff:()=>m8t,IconVectorSpline:()=>f8t,IconVectorTriangle:()=>M8t,IconVectorTriangleOff:()=>w8t,IconVenus:()=>b8t,IconVersions:()=>y8t,IconVersionsFilled:()=>x8t,IconVersionsOff:()=>I8t,IconVideo:()=>B8t,IconVideoMinus:()=>k8t,IconVideoOff:()=>C8t,IconVideoPlus:()=>D8t,IconView360:()=>E8t,IconView360Off:()=>z8t,IconViewfinder:()=>T8t,IconViewfinderOff:()=>S8t,IconViewportNarrow:()=>A8t,IconViewportWide:()=>O8t,IconVinyl:()=>H8t,IconVip:()=>P8t,IconVipOff:()=>R8t,IconVirus:()=>N8t,IconVirusOff:()=>F8t,IconVirusSearch:()=>L8t,IconVocabulary:()=>U8t,IconVocabularyOff:()=>V8t,IconVolcano:()=>j8t,IconVolume:()=>X8t,IconVolume2:()=>G8t,IconVolume3:()=>W8t,IconVolumeOff:()=>$8t,IconVs:()=>K8t,IconWalk:()=>Y8t,IconWall:()=>Z8t,IconWallOff:()=>Q8t,IconWallet:()=>J8t,IconWalletOff:()=>q8t,IconWallpaper:()=>e9t,IconWallpaperOff:()=>t9t,IconWand:()=>a9t,IconWandOff:()=>n9t,IconWash:()=>A9t,IconWashDry:()=>m9t,IconWashDry1:()=>o9t,IconWashDry2:()=>i9t,IconWashDry3:()=>s9t,IconWashDryA:()=>r9t,IconWashDryDip:()=>l9t,IconWashDryF:()=>h9t,IconWashDryFlat:()=>d9t,IconWashDryHang:()=>c9t,IconWashDryOff:()=>p9t,IconWashDryP:()=>v9t,IconWashDryShade:()=>u9t,IconWashDryW:()=>g9t,IconWashDryclean:()=>w9t,IconWashDrycleanOff:()=>f9t,IconWashEco:()=>M9t,IconWashGentle:()=>_9t,IconWashHand:()=>b9t,IconWashMachine:()=>x9t,IconWashOff:()=>I9t,IconWashPress:()=>y9t,IconWashTemperature1:()=>k9t,IconWashTemperature2:()=>C9t,IconWashTemperature3:()=>D9t,IconWashTemperature4:()=>B9t,IconWashTemperature5:()=>z9t,IconWashTemperature6:()=>E9t,IconWashTumbleDry:()=>S9t,IconWashTumbleOff:()=>T9t,IconWaterpolo:()=>O9t,IconWaveSawTool:()=>H9t,IconWaveSine:()=>R9t,IconWaveSquare:()=>P9t,IconWavesElectricity:()=>F9t,IconWebhook:()=>N9t,IconWebhookOff:()=>L9t,IconWeight:()=>V9t,IconWheel:()=>U9t,IconWheelchair:()=>G9t,IconWheelchairOff:()=>j9t,IconWhirl:()=>W9t,IconWifi:()=>Q9t,IconWifi0:()=>$9t,IconWifi1:()=>X9t,IconWifi2:()=>K9t,IconWifiOff:()=>Y9t,IconWind:()=>J9t,IconWindElectricity:()=>Z9t,IconWindOff:()=>q9t,IconWindmill:()=>n_t,IconWindmillFilled:()=>t_t,IconWindmillOff:()=>e_t,IconWindow:()=>s_t,IconWindowMaximize:()=>a_t,IconWindowMinimize:()=>o_t,IconWindowOff:()=>i_t,IconWindsock:()=>r_t,IconWiper:()=>h_t,IconWiperWash:()=>l_t,IconWoman:()=>d_t,IconWood:()=>c_t,IconWorld:()=>P_t,IconWorldBolt:()=>p_t,IconWorldCancel:()=>v_t,IconWorldCheck:()=>u_t,IconWorldCode:()=>g_t,IconWorldCog:()=>m_t,IconWorldDollar:()=>f_t,IconWorldDown:()=>w_t,IconWorldDownload:()=>M_t,IconWorldExclamation:()=>__t,IconWorldHeart:()=>b_t,IconWorldLatitude:()=>x_t,IconWorldLongitude:()=>I_t,IconWorldMinus:()=>y_t,IconWorldOff:()=>k_t,IconWorldPause:()=>C_t,IconWorldPin:()=>D_t,IconWorldPlus:()=>B_t,IconWorldQuestion:()=>z_t,IconWorldSearch:()=>E_t,IconWorldShare:()=>S_t,IconWorldStar:()=>T_t,IconWorldUp:()=>A_t,IconWorldUpload:()=>O_t,IconWorldWww:()=>H_t,IconWorldX:()=>R_t,IconWreckingBall:()=>F_t,IconWriting:()=>U_t,IconWritingOff:()=>L_t,IconWritingSign:()=>V_t,IconWritingSignOff:()=>N_t,IconX:()=>j_t,IconXboxA:()=>G_t,IconXboxB:()=>W_t,IconXboxX:()=>$_t,IconXboxY:()=>X_t,IconXd:()=>K_t,IconXxx:()=>Y_t,IconYinYang:()=>Z_t,IconYinYangFilled:()=>Q_t,IconYoga:()=>q_t,IconZeppelin:()=>tbt,IconZeppelinOff:()=>J_t,IconZip:()=>ebt,IconZodiacAquarius:()=>nbt,IconZodiacAries:()=>abt,IconZodiacCancer:()=>obt,IconZodiacCapricorn:()=>ibt,IconZodiacGemini:()=>sbt,IconZodiacLeo:()=>rbt,IconZodiacLibra:()=>lbt,IconZodiacPisces:()=>hbt,IconZodiacSagittarius:()=>dbt,IconZodiacScorpio:()=>cbt,IconZodiacTaurus:()=>pbt,IconZodiacVirgo:()=>vbt,IconZoomCancel:()=>ubt,IconZoomCheck:()=>mbt,IconZoomCheckFilled:()=>gbt,IconZoomCode:()=>fbt,IconZoomExclamation:()=>wbt,IconZoomFilled:()=>Mbt,IconZoomIn:()=>Ibt,IconZoomInArea:()=>bbt,IconZoomInAreaFilled:()=>_bt,IconZoomInFilled:()=>xbt,IconZoomMoney:()=>ybt,IconZoomOut:()=>Dbt,IconZoomOutArea:()=>kbt,IconZoomOutFilled:()=>Cbt,IconZoomPan:()=>Bbt,IconZoomQuestion:()=>zbt,IconZoomReplace:()=>Ebt,IconZoomReset:()=>Sbt,IconZoomScan:()=>Tbt,IconZzz:()=>Obt,IconZzzOff:()=>Abt});var i=c(345),r=c(4438),H=c(1626),g=c(8887),Z=c(4394),tt=c(177),st=c(3922),J=c(8203),et=c(882);const mt=(F,be,u,A,W,ve,Le)=>({cardBorder:F,orange_theme:be,blue_theme:u,aqua_theme:A,purple_theme:W,green_theme:ve,cyan_theme:Le});let Ot=(()=>{class F{constructor(u){this.settings=u,this.options=this.settings.getOptions(),this.htmlElement=document.querySelector("html"),this.receiveOptions(this.options)}receiveOptions(u){this.options=u,this.toggleDarkTheme(u)}toggleDarkTheme(u){"dark"===u.theme?(this.htmlElement.classList.add("dark-theme"),this.htmlElement.classList.remove("light-theme")):(this.htmlElement.classList.remove("dark-theme"),this.htmlElement.classList.add("light-theme"))}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(st.P))}}static{this.\u0275cmp=r.VBU({type:F,selectors:[["app-blank"]],standalone:!0,features:[r.aNF],decls:2,vars:10,consts:[[3,"ngClass","dir"]],template:function(A,W){1&A&&(r.j41(0,"mat-sidenav-container",0),r.nrm(1,"router-outlet"),r.k0s()),2&A&&r.Y8G("ngClass",r.sGs(2,mt,W.options.cardBorder,"orange_theme"==W.options.activeTheme,"blue_theme"==W.options.activeTheme,"aqua_theme"==W.options.activeTheme,"purple_theme"==W.options.activeTheme,"green_theme"==W.options.activeTheme,"cyan_theme"==W.options.activeTheme))("dir",W.options.dir)},dependencies:[g.n3,Z.G,J.ig,et.US,tt.MD,tt.YU],encapsulation:2})}}return F})();var gt=c(8359),kt=c(5964);const zt=[{navCap:"Home"},{displayName:"Home",iconName:"home",bgcolor:"primary",route:""},{displayName:"Articoli",iconName:"ballpen",bgcolor:"primary",route:"/studenti/articoli"},{displayName:"Eventi",iconName:"calendar",bgcolor:"primary",route:"/studenti/eventi"},{displayName:"Categorie",iconName:"vocabulary",bgcolor:"primary",route:"/studenti/categorie"},{displayName:"Segnalazioni",iconName:"download",bgcolor:"primary",route:"/studenti/segnalazioni"}],Xt=[{navCap:"Home"},{displayName:"Home",iconName:"home",bgcolor:"primary",route:""},{displayName:"Categorie",iconName:"book",bgcolor:"primary",route:"/admin/categorie"},{displayName:"Articoli",iconName:"vocabulary",bgcolor:"primary",route:"/admin/articoli"},{displayName:"Eventi",iconName:"calendar",bgcolor:"primary",route:"/admin/eventi"},{displayName:"Segnalazioni",iconName:"truck-delivery",bgcolor:"primary",route:"/admin/segnalazioni"},{displayName:"Amministratori",iconName:"users",bgcolor:"primary",route:"/admin/amministratori"},{displayName:"Editori",iconName:"user-code",bgcolor:"primary",route:"/admin/editori"}];var pt=c(9969),Kt=c(7673),Jt=c(4402),fe=c(7468),Pt=c(8793),Et=c(9030),rt=c(6697),It=c(4668),xt=c(6354),dt=c(274),Vt=c(5558);class it{}let Bt=(()=>{class F extends it{getTranslation(u){return(0,Kt.of)({})}}return F.\u0275fac=(()=>{let be;return function(A){return(be||(be=r.xGo(F)))(A||F)}})(),F.\u0275prov=r.jDH({token:F,factory:F.\u0275fac}),F})();class re{}let Ve=(()=>{class F{handle(u){return u.key}}return F.\u0275fac=function(u){return new(u||F)},F.\u0275prov=r.jDH({token:F,factory:F.\u0275fac}),F})();function on(F,be){if(F===be)return!0;if(null===F||null===be)return!1;if(F!=F&&be!=be)return!0;let W,ve,Le,u=typeof F;if(u==typeof be&&"object"==u){if(!Array.isArray(F)){if(Array.isArray(be))return!1;for(ve in Le=Object.create(null),F){if(!on(F[ve],be[ve]))return!1;Le[ve]=!0}for(ve in be)if(!(ve in Le)&&typeof be[ve]<"u")return!1;return!0}if(!Array.isArray(be))return!1;if((W=F.length)==be.length){for(ve=0;ve<W;ve++)if(!on(F[ve],be[ve]))return!1;return!0}}return!1}function wn(F){return typeof F<"u"&&null!==F}function Fe(F){return F&&"object"==typeof F&&!Array.isArray(F)}function zn(F,be){let u=Object.assign({},F);return Fe(F)&&Fe(be)&&Object.keys(be).forEach(A=>{Fe(be[A])?A in F?u[A]=zn(F[A],be[A]):Object.assign(u,{[A]:be[A]}):Object.assign(u,{[A]:be[A]})}),u}class ht{}let ot=(()=>{class F extends ht{constructor(){super(...arguments),this.templateMatcher=/{{\s?([^{}\s]*)\s?}}/g}interpolate(u,A){let W;return W="string"==typeof u?this.interpolateString(u,A):"function"==typeof u?this.interpolateFunction(u,A):u,W}getValue(u,A){let W="string"==typeof A?A.split("."):[A];A="";do{A+=W.shift(),!wn(u)||!wn(u[A])||"object"!=typeof u[A]&&W.length?W.length?A+=".":u=void 0:(u=u[A],A="")}while(W.length);return u}interpolateFunction(u,A){return u(A)}interpolateString(u,A){return A?u.replace(this.templateMatcher,(W,ve)=>{let Le=this.getValue(A,ve);return wn(Le)?Le:W}):u}}return F.\u0275fac=(()=>{let be;return function(A){return(be||(be=r.xGo(F)))(A||F)}})(),F.\u0275prov=r.jDH({token:F,factory:F.\u0275fac}),F})();class _t{}let K=(()=>{class F extends _t{compile(u,A){return u}compileTranslations(u,A){return u}}return F.\u0275fac=(()=>{let be;return function(A){return(be||(be=r.xGo(F)))(A||F)}})(),F.\u0275prov=r.jDH({token:F,factory:F.\u0275fac}),F})();class Lt{constructor(){this.currentLang=this.defaultLang,this.translations={},this.langs=[],this.onTranslationChange=new r.bkB,this.onLangChange=new r.bkB,this.onDefaultLangChange=new r.bkB}}const lt=new r.nKC("USE_STORE"),Ut=new r.nKC("USE_DEFAULT_LANG"),ke=new r.nKC("DEFAULT_LANGUAGE"),Ze=new r.nKC("USE_EXTEND");let xe=(()=>{class F{constructor(u,A,W,ve,Le,Bn=!0,Ia=!1,Sa=!1,Zi){this.store=u,this.currentLoader=A,this.compiler=W,this.parser=ve,this.missingTranslationHandler=Le,this.useDefaultLang=Bn,this.isolate=Ia,this.extend=Sa,this.pending=!1,this._onTranslationChange=new r.bkB,this._onLangChange=new r.bkB,this._onDefaultLangChange=new r.bkB,this._langs=[],this._translations={},this._translationRequests={},Zi&&this.setDefaultLang(Zi)}get onTranslationChange(){return this.isolate?this._onTranslationChange:this.store.onTranslationChange}get onLangChange(){return this.isolate?this._onLangChange:this.store.onLangChange}get onDefaultLangChange(){return this.isolate?this._onDefaultLangChange:this.store.onDefaultLangChange}get defaultLang(){return this.isolate?this._defaultLang:this.store.defaultLang}set defaultLang(u){this.isolate?this._defaultLang=u:this.store.defaultLang=u}get currentLang(){return this.isolate?this._currentLang:this.store.currentLang}set currentLang(u){this.isolate?this._currentLang=u:this.store.currentLang=u}get langs(){return this.isolate?this._langs:this.store.langs}set langs(u){this.isolate?this._langs=u:this.store.langs=u}get translations(){return this.isolate?this._translations:this.store.translations}set translations(u){this.isolate?this._translations=u:this.store.translations=u}setDefaultLang(u){if(u===this.defaultLang)return;let A=this.retrieveTranslations(u);typeof A<"u"?(null==this.defaultLang&&(this.defaultLang=u),A.pipe((0,rt.s)(1)).subscribe(W=>{this.changeDefaultLang(u)})):this.changeDefaultLang(u)}getDefaultLang(){return this.defaultLang}use(u){if(u===this.currentLang)return(0,Kt.of)(this.translations[u]);let A=this.retrieveTranslations(u);return typeof A<"u"?(this.currentLang||(this.currentLang=u),A.pipe((0,rt.s)(1)).subscribe(W=>{this.changeLang(u)}),A):(this.changeLang(u),(0,Kt.of)(this.translations[u]))}retrieveTranslations(u){let A;return(typeof this.translations[u]>"u"||this.extend)&&(this._translationRequests[u]=this._translationRequests[u]||this.getTranslation(u),A=this._translationRequests[u]),A}getTranslation(u){this.pending=!0;const A=this.currentLoader.getTranslation(u).pipe((0,It.t)(1),(0,rt.s)(1));return this.loadingTranslations=A.pipe((0,xt.T)(W=>this.compiler.compileTranslations(W,u)),(0,It.t)(1),(0,rt.s)(1)),this.loadingTranslations.subscribe({next:W=>{this.translations[u]=this.extend&&this.translations[u]?{...W,...this.translations[u]}:W,this.updateLangs(),this.pending=!1},error:W=>{this.pending=!1}}),A}setTranslation(u,A,W=!1){A=this.compiler.compileTranslations(A,u),this.translations[u]=(W||this.extend)&&this.translations[u]?zn(this.translations[u],A):A,this.updateLangs(),this.onTranslationChange.emit({lang:u,translations:this.translations[u]})}getLangs(){return this.langs}addLangs(u){u.forEach(A=>{-1===this.langs.indexOf(A)&&this.langs.push(A)})}updateLangs(){this.addLangs(Object.keys(this.translations))}getParsedResult(u,A,W){let ve;if(A instanceof Array){let Le={},Bn=!1;for(let Ia of A)Le[Ia]=this.getParsedResult(u,Ia,W),(0,Jt.A)(Le[Ia])&&(Bn=!0);if(Bn){const Ia=A.map(Sa=>(0,Jt.A)(Le[Sa])?Le[Sa]:(0,Kt.of)(Le[Sa]));return(0,fe.p)(Ia).pipe((0,xt.T)(Sa=>{let Zi={};return Sa.forEach((Cr,Rs)=>{Zi[A[Rs]]=Cr}),Zi}))}return Le}if(u&&(ve=this.parser.interpolate(this.parser.getValue(u,A),W)),typeof ve>"u"&&null!=this.defaultLang&&this.defaultLang!==this.currentLang&&this.useDefaultLang&&(ve=this.parser.interpolate(this.parser.getValue(this.translations[this.defaultLang],A),W)),typeof ve>"u"){let Le={key:A,translateService:this};typeof W<"u"&&(Le.interpolateParams=W),ve=this.missingTranslationHandler.handle(Le)}return typeof ve<"u"?ve:A}get(u,A){if(!wn(u)||!u.length)throw new Error('Parameter "key" required');if(this.pending)return this.loadingTranslations.pipe((0,dt.H)(W=>(W=this.getParsedResult(W,u,A),(0,Jt.A)(W)?W:(0,Kt.of)(W))));{let W=this.getParsedResult(this.translations[this.currentLang],u,A);return(0,Jt.A)(W)?W:(0,Kt.of)(W)}}getStreamOnTranslationChange(u,A){if(!wn(u)||!u.length)throw new Error('Parameter "key" required');return(0,Pt.x)((0,Et.v)(()=>this.get(u,A)),this.onTranslationChange.pipe((0,Vt.n)(W=>{const ve=this.getParsedResult(W.translations,u,A);return"function"==typeof ve.subscribe?ve:(0,Kt.of)(ve)})))}stream(u,A){if(!wn(u)||!u.length)throw new Error('Parameter "key" required');return(0,Pt.x)((0,Et.v)(()=>this.get(u,A)),this.onLangChange.pipe((0,Vt.n)(W=>{const ve=this.getParsedResult(W.translations,u,A);return(0,Jt.A)(ve)?ve:(0,Kt.of)(ve)})))}instant(u,A){if(!wn(u)||!u.length)throw new Error('Parameter "key" required');let W=this.getParsedResult(this.translations[this.currentLang],u,A);if((0,Jt.A)(W)){if(u instanceof Array){let ve={};return u.forEach((Le,Bn)=>{ve[u[Bn]]=u[Bn]}),ve}return u}return W}set(u,A,W=this.currentLang){this.translations[W][u]=this.compiler.compile(A,W),this.updateLangs(),this.onTranslationChange.emit({lang:W,translations:this.translations[W]})}changeLang(u){this.currentLang=u,this.onLangChange.emit({lang:u,translations:this.translations[u]}),null==this.defaultLang&&this.changeDefaultLang(u)}changeDefaultLang(u){this.defaultLang=u,this.onDefaultLangChange.emit({lang:u,translations:this.translations[u]})}reloadLang(u){return this.resetLang(u),this.getTranslation(u)}resetLang(u){this._translationRequests[u]=void 0,this.translations[u]=void 0}getBrowserLang(){if(typeof window>"u"||typeof window.navigator>"u")return;let u=window.navigator.languages?window.navigator.languages[0]:null;return u=u||window.navigator.language||window.navigator.browserLanguage||window.navigator.userLanguage,typeof u>"u"?void 0:(-1!==u.indexOf("-")&&(u=u.split("-")[0]),-1!==u.indexOf("_")&&(u=u.split("_")[0]),u)}getBrowserCultureLang(){if(typeof window>"u"||typeof window.navigator>"u")return;let u=window.navigator.languages?window.navigator.languages[0]:null;return u=u||window.navigator.language||window.navigator.browserLanguage||window.navigator.userLanguage,u}}return F.\u0275fac=function(u){return new(u||F)(r.KVO(Lt),r.KVO(it),r.KVO(_t),r.KVO(ht),r.KVO(re),r.KVO(Ut),r.KVO(lt),r.KVO(Ze),r.KVO(ke))},F.\u0275prov=r.jDH({token:F,factory:F.\u0275fac}),F})(),de=(()=>{class F{constructor(u,A){this.translate=u,this._ref=A,this.value="",this.lastKey=null,this.lastParams=[]}updateValue(u,A,W){let ve=Le=>{this.value=void 0!==Le?Le:u,this.lastKey=u,this._ref.markForCheck()};if(W){let Le=this.translate.getParsedResult(W,u,A);(0,Jt.A)(Le.subscribe)?Le.subscribe(ve):ve(Le)}this.translate.get(u,A).subscribe(ve)}transform(u,...A){if(!u||!u.length)return u;if(on(u,this.lastKey)&&on(A,this.lastParams))return this.value;let W;if(wn(A[0])&&A.length)if("string"==typeof A[0]&&A[0].length){let ve=A[0].replace(/(\')?([a-zA-Z0-9_]+)(\')?(\s)?:/g,'"$2":').replace(/:(\s)?(\')(.*?)(\')/g,':"$3"');try{W=JSON.parse(ve)}catch{throw new SyntaxError(`Wrong parameter in TranslatePipe. Expected a valid Object, received: ${A[0]}`)}}else"object"==typeof A[0]&&!Array.isArray(A[0])&&(W=A[0]);return this.lastKey=u,this.lastParams=A,this.updateValue(u,W),this._dispose(),this.onTranslationChange||(this.onTranslationChange=this.translate.onTranslationChange.subscribe(ve=>{this.lastKey&&ve.lang===this.translate.currentLang&&(this.lastKey=null,this.updateValue(u,W,ve.translations))})),this.onLangChange||(this.onLangChange=this.translate.onLangChange.subscribe(ve=>{this.lastKey&&(this.lastKey=null,this.updateValue(u,W,ve.translations))})),this.onDefaultLangChange||(this.onDefaultLangChange=this.translate.onDefaultLangChange.subscribe(()=>{this.lastKey&&(this.lastKey=null,this.updateValue(u,W))})),this.value}_dispose(){typeof this.onTranslationChange<"u"&&(this.onTranslationChange.unsubscribe(),this.onTranslationChange=void 0),typeof this.onLangChange<"u"&&(this.onLangChange.unsubscribe(),this.onLangChange=void 0),typeof this.onDefaultLangChange<"u"&&(this.onDefaultLangChange.unsubscribe(),this.onDefaultLangChange=void 0)}ngOnDestroy(){this._dispose()}}return F.\u0275fac=function(u){return new(u||F)(r.rXU(xe,16),r.rXU(r.gRc,16))},F.\u0275pipe=r.EJ8({name:"translate",type:F,pure:!1}),F.\u0275prov=r.jDH({token:F,factory:F.\u0275fac}),F})(),q=(()=>{class F{static forRoot(u={}){return{ngModule:F,providers:[u.loader||{provide:it,useClass:Bt},u.compiler||{provide:_t,useClass:K},u.parser||{provide:ht,useClass:ot},u.missingTranslationHandler||{provide:re,useClass:Ve},Lt,{provide:lt,useValue:u.isolate},{provide:Ut,useValue:u.useDefaultLang},{provide:Ze,useValue:u.extend},{provide:ke,useValue:u.defaultLanguage},xe]}}static forChild(u={}){return{ngModule:F,providers:[u.loader||{provide:it,useClass:Bt},u.compiler||{provide:_t,useClass:K},u.parser||{provide:ht,useClass:ot},u.missingTranslationHandler||{provide:re,useClass:Ve},{provide:lt,useValue:u.isolate},{provide:Ut,useValue:u.useDefaultLang},{provide:Ze,useValue:u.extend},{provide:ke,useValue:u.defaultLanguage},xe]}}}return F.\u0275fac=function(u){return new(u||F)},F.\u0275mod=r.$C({type:F}),F.\u0275inj=r.G2t({}),F})();var X=c(4912),Tt=c(4412);let ie=(()=>{class F{constructor(u){this.router=u,this.currentUrl=new Tt.t(void 0),this.router.events.subscribe(A=>{A instanceof g.wF&&this.currentUrl.next(A.urlAfterRedirects)})}static{this.\u0275fac=function(A){return new(A||F)(r.KVO(g.Ix))}}static{this.\u0275prov=r.jDH({token:F,factory:F.\u0275fac,providedIn:"root"})}}return F})();var yt=c(3902),ne=c(9213);const Re=(F,be,u)=>({"mat-toolbar mat-primary activeMenu":F,expanded:be,disabled:u});function Xe(F,be){if(1&F&&(r.j41(0,"div",0),r.EFF(1),r.k0s()),2&F){const u=r.XpG();r.R7$(),r.SpI(" ",u.item.navCap," ")}}function Oe(F,be){if(1&F&&(r.j41(0,"span",6),r.nrm(1,"span",7),r.j41(2,"mat-icon"),r.EFF(3," expand_more "),r.k0s()()),2&F){const u=r.XpG(2);r.R7$(2),r.Y8G("@indicatorRotate",u.expanded?"expanded":"collapsed")}}function Ln(F,be){if(1&F&&(r.j41(0,"span")(1,"span"),r.EFF(2),r.k0s()()),2&F){const u=r.XpG(2);r.R7$(),r.ZvI("",u.item.chipClass," p-x-8 p-y-4 item-chip f-w-500 rounded-pill "),r.R7$(),r.JRh(u.item.chipContent)}}function Ne(F,be){if(1&F){const u=r.RV6();r.j41(0,"a",3),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.onItemSelected(W.item))}),r.nrm(1,"i-tabler",4),r.j41(2,"span",5),r.EFF(3),r.nI1(4,"translate"),r.k0s(),r.DNE(5,Oe,4,1,"span",6)(6,Ln,3,4,"span"),r.k0s()}if(2&F){const u=r.XpG();r.ZvI("menu-list-item ",u.item.bgcolor,""),r.Y8G("ngClass",r.sMw(10,Re,!!u.item.route&&u.router.isActive(u.item.route,!0),u.expanded,u.item.disabled)),r.R7$(),r.FS9("name",u.item.iconName),r.R7$(2),r.JRh(r.bMT(4,8,u.item.displayName)),r.R7$(2),r.vxM(u.item.children&&u.item.children.length?5:-1),r.R7$(),r.vxM(u.item.chip?6:-1)}}function vt(F,be){if(1&F&&(r.j41(0,"mat-list-item",8),r.nrm(1,"i-tabler",4),r.j41(2,"span",5),r.EFF(3),r.nI1(4,"translate"),r.k0s()()),2&F){const u=r.XpG();r.ZvI("menu-list-item ",u.item.bgcolor,""),r.R7$(),r.FS9("name",u.item.iconName),r.R7$(2),r.JRh(r.bMT(4,5,u.item.displayName))}}function Wt(F,be){if(1&F){const u=r.RV6();r.j41(0,"app-nav-item",10),r.bIt("click",function(){const W=r.eBV(u).$implicit,ve=r.XpG(2);return r.Njj(ve.onSubItemSelected(W))}),r.k0s()}if(2&F){const u=be.$implicit,A=r.XpG(2);r.Y8G("item",u)("depth",A.depth+1)}}function qt(F,be){if(1&F&&(r.j41(0,"div"),r.Z7z(1,Wt,1,2,"app-nav-item",9,r.fX1),r.k0s()),2&F){const u=r.XpG();r.R7$(),r.Dyx(u.item.children)}}let ce=(()=>{class F{constructor(u,A){this.navService=u,this.router=A,this.toggleMobileLink=new r.bkB,this.notify=new r.bkB,this.expanded=!1,this.disabled=!1,this.twoLines=!1,this.ariaExpanded=this.expanded,void 0===this.depth&&(this.depth=0)}ngOnChanges(){this.navService.currentUrl.subscribe(u=>{this.item.route&&u&&(this.expanded=0===u.indexOf(`/${this.item.route}`),this.ariaExpanded=this.expanded)})}onItemSelected(u){u.disabled||((!u.children||!u.children.length)&&this.router.navigate([u.route]),u.children&&u.children.length&&(this.expanded=!this.expanded),window.scroll({top:0,left:0,behavior:"smooth"}),this.expanded||window.innerWidth<1024&&this.notify.emit())}onSubItemSelected(u){(!u.children||!u.children.length)&&this.expanded&&window.innerWidth<1024&&this.notify.emit()}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(ie),r.rXU(g.Ix))}}static{this.\u0275cmp=r.VBU({type:F,selectors:[["app-nav-item"]],hostVars:1,hostBindings:function(A,W){2&A&&r.BMQ("aria-expanded",W.ariaExpanded)},inputs:{item:"item",depth:"depth"},outputs:{toggleMobileLink:"toggleMobileLink",notify:"notify"},standalone:!0,features:[r.OA$,r.aNF],decls:4,vars:4,consts:[["mat-subheader","",1,"nav-caption"],["mat-list-item","",3,"ngClass","class"],["onClick","window.open('//google.com')","target","_blank",3,"class"],["mat-list-item","",3,"click","ngClass"],["matListItemIcon","",1,"routeIcon",3,"name"],[1,"hide-menu"],["fxFlex","",1,"arrow-icon"],["fxFlex",""],["onClick","window.open('//google.com')","target","_blank"],[3,"item","depth"],[3,"click","item","depth"]],template:function(A,W){1&A&&r.DNE(0,Xe,2,1,"div",0)(1,Ne,7,14,"a",1)(2,vt,5,7,"mat-list-item",2)(3,qt,3,0,"div"),2&A&&(r.vxM(W.item.navCap?0:-1),r.R7$(),r.vxM(W.item.navCap||W.item.external||W.item.twoLines?-1:1),r.R7$(),r.vxM(!W.item.navCap&&W.item.external?2:-1),r.R7$(),r.vxM(W.expanded?3:-1))},dependencies:[F,q,de,X.X4,X.Jc,Z.G,yt.YE,yt.ZV,yt.EI,ne.An,tt.MD,tt.YU],encapsulation:2,data:{animation:[(0,pt.hZ)("indicatorRotate",[(0,pt.wk)("collapsed",(0,pt.iF)({transform:"rotate(0deg)"})),(0,pt.wk)("expanded",(0,pt.iF)({transform:"rotate(180deg)"})),(0,pt.kY)("expanded <=> collapsed",(0,pt.i0)("225ms cubic-bezier(0.4,0.0,0.2,1)"))])]}})}}return F})();function Rt(F,be){if(1&F){const u=r.RV6();r.j41(0,"a",4),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.goHome())}),r.nrm(1,"img",5),r.k0s()}}function tn(F,be){if(1&F){const u=r.RV6();r.j41(0,"a",4),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.goHome())}),r.nrm(1,"img",5),r.k0s()}}let jt=(()=>{class F{goHome(){this.routes.navigate([st.P.getHomePath()])}constructor(u,A){this.settings=u,this.routes=A,this.options=this.settings.getOptions()}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(st.P),r.rXU(g.Ix))}}static{this.\u0275cmp=r.VBU({type:F,selectors:[["app-branding"]],standalone:!0,features:[r.aNF],decls:6,vars:3,consts:[[1,"branding"],[2,"cursor","pointer"],[1,"w-100","text-center"],[1,"bg-primary","text-white","rounded","f-w-600","p-6","p-y-4","f-s-10"],[2,"cursor","pointer",3,"click"],["src","./assets/images/logos/logo.png","alt","logo",1,"align-middle","m-2",2,"width","100%"]],template:function(A,W){1&A&&(r.j41(0,"div",0),r.DNE(1,Rt,2,0,"a",1)(2,tn,2,0,"a",1),r.j41(3,"div",2)(4,"span",3),r.EFF(5),r.k0s()()()),2&A&&(r.R7$(),r.vxM("light"===W.options.theme?1:-1),r.R7$(),r.vxM("dark"===W.options.theme?2:-1),r.R7$(3),r.JRh(W.settings.getUserRoleNamePublic()))},encapsulation:2})}}return F})();function Ce(F,be){if(1&F){const u=r.RV6();r.j41(0,"a",2),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.toggleMobileNav.emit())}),r.nrm(1,"i-tabler",3),r.k0s()}}let Be=(()=>{class F{constructor(){this.showToggle=!0,this.toggleMobileNav=new r.bkB,this.toggleCollapsed=new r.bkB}ngOnInit(){}static{this.\u0275fac=function(A){return new(A||F)}}static{this.\u0275cmp=r.VBU({type:F,selectors:[["app-sidebar"]],inputs:{showToggle:"showToggle"},outputs:{toggleMobileNav:"toggleMobileNav",toggleCollapsed:"toggleCollapsed"},standalone:!0,features:[r.aNF],decls:3,vars:1,consts:[[1,"d-flex","align-items-center","justify-content-between"],["href","javascript:void(0)",1,"d-flex","justify-content-center","ng-star-inserted","icon-40","align-items-center","mat-body-1"],["href","javascript:void(0)",1,"d-flex","justify-content-center","ng-star-inserted","icon-40","align-items-center","mat-body-1",3,"click"],["name","x",1,"icon-20","d-flex"]],template:function(A,W){1&A&&(r.j41(0,"div",0),r.nrm(1,"app-branding"),r.DNE(2,Ce,2,0,"a",1),r.k0s()),2&A&&(r.R7$(2),r.vxM(W.showToggle?2:-1))},dependencies:[jt,X.X4,X.Jc,Z.G],encapsulation:2})}}return F})();var Ge=c(6939),mn=c(6860),En=c(4085),kn=c(1413),Te=c(7786),An=c(3726),De=c(1985),rn=c(536),je=c(9974),Tn=c(5412),cn=c(7048),Zt=c(6977),ae=c(980);const Me="function"==typeof Float32Array;function Ct(F,be){return 1-3*be+3*F}function me(F,be){return 3*be-6*F}function Nt(F){return 3*F}function Ft(F,be,u){return((Ct(be,u)*F+me(be,u))*F+Nt(be))*F}function ft(F,be,u){return 3*Ct(be,u)*F*F+2*me(be,u)*F+Nt(be)}function en(F){return F}function Ke(F,be,u,A){if(!(0<=F&&F<=1&&0<=u&&u<=1))throw new Error("bezier x values must be in [0, 1] range");if(F===be&&u===A)return en;let W=Me?new Float32Array(11):new Array(11);for(let Le=0;Le<11;++Le)W[Le]=Ft(.1*Le,F,u);return function(Bn){return 0===Bn?0:1===Bn?1:Ft(function ve(Le){let Bn=0,Ia=1;for(;10!==Ia&&W[Ia]<=Le;++Ia)Bn+=.1;--Ia;let Cr=Bn+(Le-W[Ia])/(W[Ia+1]-W[Ia])*.1,Rs=ft(Cr,F,u);return Rs>=.001?function Ee(F,be,u,A){for(let W=0;W<4;++W){let ve=ft(be,u,A);if(0===ve)return be;be-=(Ft(be,u,A)-F)/ve}return be}(Le,Cr,F,u):0===Rs?Cr:function Yt(F,be,u,A,W){let ve,Le,Bn=0;do{Le=be+(u-be)/2,ve=Ft(Le,A,W)-F,ve>0?u=Le:be=Le}while(Math.abs(ve)>1e-7&&++Bn<10);return Le}(Le,Bn,Bn+.1,F,u)}(Bn),be,A)}}const va=new r.nKC("SMOOTH_SCROLL_OPTIONS");let ga=(()=>{class F{get _w(){return this._document.defaultView}get _now(){return this._w.performance&&this._w.performance.now?this._w.performance.now.bind(this._w.performance):Date.now}constructor(u,A,W){this._document=u,this._platform=A,this._onGoingScrolls=new Map,this._defaultOptions={duration:468,easing:{x1:.42,y1:0,x2:.58,y2:1},...W}}_scrollElement(u,A,W){u.scrollLeft=A,u.scrollTop=W}_getElement(u,A){return"string"==typeof u?(A||this._document).querySelector(u):(0,En.i8)(u)}_initSmoothScroll(u){return this._onGoingScrolls.has(u)&&this._onGoingScrolls.get(u).next(),this._onGoingScrolls.set(u,new kn.B).get(u)}_isFinished(u,A,W){return u.currentX!==u.x||u.currentY!==u.y||(A.next(),W(),!1)}_interrupted(u,A){return(0,Te.h)((0,An.R)(u,"wheel",{passive:!0,capture:!0}),(0,An.R)(u,"touchmove",{passive:!0,capture:!0}),A).pipe((0,rt.s)(1))}_destroy(u,A){A.complete(),this._onGoingScrolls.delete(u)}_step(u){return new De.c(A=>{let W=(this._now()-u.startTime)/u.duration;W=W>1?1:W;const ve=u.easing(W);u.currentX=u.startX+(u.x-u.startX)*ve,u.currentY=u.startY+(u.y-u.startY)*ve,this._scrollElement(u.scrollable,u.currentX,u.currentY),rn.X.schedule(()=>A.next(u))})}_applyScrollToOptions(u,A){if(!A.duration)return this._scrollElement(u,A.left,A.top),Promise.resolve();const W=this._initSmoothScroll(u),ve={scrollable:u,startTime:this._now(),startX:u.scrollLeft,startY:u.scrollTop,x:null==A.left?u.scrollLeft:~~A.left,y:null==A.top?u.scrollTop:~~A.top,duration:A.duration,easing:Ke(A.easing.x1,A.easing.y1,A.easing.x2,A.easing.y2)};return new Promise(Le=>{(0,Kt.of)(null).pipe(function jn(F,be=1/0,u){return be=(be||0)<1?1/0:be,(0,je.N)((A,W)=>(0,Tn.h)(A,W,F,be,void 0,!0,u))}(()=>this._step(ve).pipe((0,cn.v)(Bn=>this._isFinished(Bn,W,Le)))),(0,Zt.Q)(this._interrupted(u,W)),(0,ae.j)(()=>this._destroy(u,W))).subscribe()})}scrollTo(u,A){if((0,tt.UE)(this._platform)){const W=this._getElement(u),ve="rtl"===getComputedStyle(W).direction,Le=(0,mn.BD)(),Bn={...this._defaultOptions,...A,left:null==A.left?ve?A.end:A.start:A.left,right:null==A.right?ve?A.start:A.end:A.right};return null!=Bn.bottom&&(Bn.top=W.scrollHeight-W.clientHeight-Bn.bottom),ve&&0!==Le?(null!=Bn.left&&(Bn.right=W.scrollWidth-W.clientWidth-Bn.left),2===Le?Bn.left=Bn.right:1===Le&&(Bn.left=Bn.right?-Bn.right:Bn.right)):null!=Bn.right&&(Bn.left=W.scrollWidth-W.clientWidth-Bn.right),this._applyScrollToOptions(W,Bn)}return Promise.resolve()}scrollToElement(u,A,W={}){const ve=this._getElement(u),Le=this._getElement(A,ve),Bn={...W,left:Le.offsetLeft+(W.left||0),top:Le.offsetTop+(W.top||0)};return Le?this.scrollTo(ve,Bn):Promise.resolve()}static{this.\u0275fac=function(A){return new(A||F)(r.KVO(tt.qQ),r.KVO(r.Agw),r.KVO(va,8))}}static{this.\u0275prov=r.jDH({token:F,factory:F.\u0275fac,providedIn:"root"})}}return F})(),St=(()=>{class F{static{this.\u0275fac=function(A){return new(A||F)}}static{this.\u0275mod=r.$C({type:F})}static{this.\u0275inj=r.G2t({})}}return F})();var ln=c(983),Q=c(8141),At=c(152),he=c(3294);function qe(...F){const be=F.length;if(0===be)throw new Error("list of properties cannot be empty.");return(0,xt.T)(u=>{let A=u;for(let W=0;W<be;W++){const ve=A?.[F[W]];if(!(typeof ve<"u"))return;A=ve}return A})}var dn=c(3028),Un=c(3946),na=c(3798);const wa=["scrollbarY"],ca=["scrollbarX"],ua=["*"];function ba(F,be){if(1&F&&r.nrm(0,"scrollbar-x",null,0),2&F){const u=r.XpG(2);r.BMQ("scrollable",u.state.isHorizontallyScrollable)("fit",u.state.verticalUsed)}}function Ta(F,be){if(1&F&&r.nrm(0,"scrollbar-y",null,1),2&F){const u=r.XpG(2);r.BMQ("scrollable",u.state.isVerticallyScrollable)("fit",u.state.horizontalUsed)}}function Mn(F,be){if(1&F&&(r.qex(0),r.DNE(1,ba,2,2,"scrollbar-x",5)(2,Ta,2,2,"scrollbar-y",5),r.bVm()),2&F){const u=r.XpG();r.R7$(),r.Y8G("ngIf",u.state.horizontalUsed),r.R7$(),r.Y8G("ngIf",u.state.verticalUsed)}}function bt(F){return(0,Q.M)(()=>{F.onselectstart=()=>!1})}function oe(F){return(0,Q.M)(()=>{F.onselectstart=null})}function V(){return(0,Q.M)(F=>F.stopPropagation())}function le(F,be){return F.clientX>=be.left&&F.clientX<=be.left+be.width&&F.clientY>=be.top&&F.clientY<=be.top+be.height}let p=(()=>{class F{get clientHeight(){return this.nativeElement.clientHeight}get clientWidth(){return this.nativeElement.clientWidth}get scrollHeight(){return this.nativeElement.scrollHeight}get scrollWidth(){return this.nativeElement.scrollWidth}get scrollTop(){return this.nativeElement.scrollTop}get scrollLeft(){return this.nativeElement.scrollLeft}get scrollMaxX(){return this.scrollWidth-this.clientWidth}get scrollMaxY(){return this.scrollHeight-this.clientHeight}get contentHeight(){return this.contentWrapperElement?.clientHeight||0}get contentWidth(){return this.contentWrapperElement?.clientWidth||0}constructor(u){this.viewPort=u,this.nativeElement=u.nativeElement}activatePointerEvents(u,A){this.hovered=new De.c(W=>{const ve=(0,An.R)(this.nativeElement,"mousemove",{passive:!0}),Le=u?ve:ve.pipe(V()),Bn=(0,An.R)(this.nativeElement,"mouseleave",{passive:!0}).pipe((0,xt.T)(()=>!1));(0,Te.h)(Le,Bn).pipe((0,Q.M)(Ia=>W.next(Ia)),(0,Zt.Q)(A)).subscribe()}),this.clicked=new De.c(W=>{const ve=(0,An.R)(this.nativeElement,"mousedown",{passive:!0}).pipe((0,Q.M)(Bn=>W.next(Bn))),Le=(0,An.R)(this.nativeElement,"mouseup",{passive:!0}).pipe((0,Q.M)(()=>W.next(!1)));ve.pipe((0,Vt.n)(()=>Le),(0,Zt.Q)(A)).subscribe()})}setAsWrapper(){this.nativeElement.className="ng-native-scrollbar-hider ng-scroll-layer",this.nativeElement.firstElementChild&&(this.nativeElement.firstElementChild.className="ng-scroll-layer")}setAsViewport(u){this.nativeElement.className=`ng-native-scrollbar-hider ng-scroll-viewport ${u}`,this.nativeElement.firstElementChild&&(this.contentWrapperElement=this.nativeElement.firstElementChild,this.contentWrapperElement.classList.add("ng-scroll-content"))}scrollYTo(u){this.nativeElement.scrollTop=u}scrollXTo(u){this.nativeElement.scrollLeft=u}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(r.aKT))}}static{this.\u0275dir=r.FsC({type:F,selectors:[["","scrollViewport",""]]})}}return F})(),D=(()=>{class F{static{this.\u0275fac=function(A){return new(A||F)}}static{this.\u0275dir=r.FsC({type:F})}}return F})();const k=new r.nKC("NG_SCROLLBAR_OPTIONS"),at={viewClass:"",trackClass:"",thumbClass:"",track:"vertical",appearance:"compact",visibility:"native",position:"native",pointerEventsMethod:"viewport",trackClickScrollDuration:300,minThumbSize:20,windowResizeDebounce:0,sensorDebounce:0,scrollAuditTime:0,viewportPropagateMouseMove:!0,autoHeightDisabled:!0,autoWidthDisabled:!0,sensorDisabled:!1,pointerEventsDisabled:!1};let Qt=(()=>{class F{constructor(u){this.globalOptions=u?{...at,...u}:at,this.rtlScrollAxisType=(0,mn.BD)()}static{this.\u0275fac=function(A){return new(A||F)(r.KVO(k,8))}}static{this.\u0275prov=r.jDH({token:F,factory:F.\u0275fac,providedIn:"root"})}}return F})(),un=(()=>{class F{constructor(u,A,W){this.document=u,this.manager=A,this.platform=W,this._scrollbarSize=new Tt.t(this.getNativeScrollbarSize()),this.scrollbarSize=this._scrollbarSize.asObservable(),W.isBrowser&&(0,An.R)(this.document.defaultView,"resize",{passive:!0}).pipe((0,At.B)(this.manager.globalOptions.windowResizeDebounce),(0,xt.T)(()=>this.getNativeScrollbarSize()),(0,he.F)(),(0,Q.M)(ve=>this._scrollbarSize.next(ve))).subscribe()}getNativeScrollbarSize(){if(!this.platform.isBrowser)return 0;if(this.platform.IOS)return 6;const u=this.document.createElement("div");u.className="ng-scrollbar-measure",u.style.left="0px",u.style.overflow="scroll",u.style.position="fixed",u.style.top="-9999px",this.document.body.appendChild(u);const A=u.getBoundingClientRect().right;return this.document.body.removeChild(u),A}static{this.\u0275fac=function(A){return new(A||F)(r.KVO(tt.qQ),r.KVO(Qt),r.KVO(mn.OD))}}static{this.\u0275prov=r.jDH({token:F,factory:F.\u0275fac,providedIn:"root"})}}return F})(),Wn=(()=>{class F{constructor(u,A,W){this.renderer=A,this.hideNativeScrollbar=W,this._subscriber=gt.yU.EMPTY,this._subscriber=W.scrollbarSize.subscribe(ve=>{this.renderer.setStyle(u.nativeElement,"--native-scrollbar-size",`-${ve}px`,r.czy.DashCase)})}ngOnDestroy(){this._subscriber.unsubscribe()}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(r.aKT),r.rXU(r.sFG),r.rXU(un))}}static{this.\u0275dir=r.FsC({type:F,selectors:[["","hideNativeScrollbar",""]]})}}return F})(),Cn=(()=>{class F{constructor(u){this.el=u}set ngAttr(u){for(const[A,W]of Object.entries(u))this.el.nativeElement.setAttribute(A,W)}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(r.aKT))}}static{this.\u0275dir=r.FsC({type:F,selectors:[["","ngAttr",""]],inputs:{ngAttr:"ngAttr"}})}}return F})(),Zn=(()=>{class F{get debounce(){return this._debounce}set debounce(u){this._debounce=(0,En.OE)(u),this._subscribe()}get disabled(){return this._disabled}set disabled(u){this._disabled=(0,En.he)(u),this._disabled?this._unsubscribe():this._subscribe()}constructor(u,A,W){if(this.zone=u,this.platform=A,this.scrollbar=W,this._disabled=!1,this._currentSubscription=null,this.event=new r.bkB,!W)throw new Error("[NgScrollbar Resize Sensor Directive]: Host element must be an NgScrollbar component.")}ngAfterContentInit(){!this._currentSubscription&&!this._disabled&&this._subscribe()}ngOnDestroy(){this._unsubscribe()}_subscribe(){if(this._unsubscribe(),this.platform.isBrowser){const u=new De.c(A=>{this._resizeObserver=new ResizeObserver(W=>A.next(W)),this._resizeObserver.observe(this.scrollbar.viewport.nativeElement),this.scrollbar.viewport.contentWrapperElement&&this._resizeObserver.observe(this.scrollbar.viewport.contentWrapperElement)});this.zone.runOutsideAngular(()=>{this._currentSubscription=(this._debounce?u.pipe((0,At.B)(this._debounce)):u).subscribe(this.event)})}}_unsubscribe(){this._resizeObserver?.disconnect(),this._currentSubscription?.unsubscribe()}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(r.SKi),r.rXU(mn.OD),r.rXU(D))}}static{this.\u0275dir=r.FsC({type:F,selectors:[["","resizeSensor",""]],inputs:{debounce:[0,"sensorDebounce","debounce"],disabled:[0,"sensorDisabled","disabled"]},outputs:{event:"resizeSensor"}})}}return F})(),Qn=(()=>{class F{get clicked(){const u=(0,An.R)(this.trackElement,"mousedown",{passive:!0}).pipe(V(),bt(this.document)),A=(0,An.R)(this.document,"mouseup",{passive:!0}).pipe(V(),oe(this.document),(0,Vt.n)(()=>ln.w));return(0,Te.h)(u,A)}get clientRect(){return this.trackElement.getBoundingClientRect()}constructor(u,A,W){this.cmp=u,this.trackElement=A,this.document=W}onTrackClicked(u,A,W){return(0,Kt.of)(u).pipe(qe(this.pageProperty),(0,xt.T)(ve=>(ve-this.offset-A/2)/this.size*W),(0,Q.M)(ve=>{this.cmp.scrollTo({...this.mapToScrollToOption(ve),duration:(0,En.OE)(this.cmp.trackClickScrollDuration)})}))}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(D),r.rXU(HTMLElement),r.rXU(Document))}}static{this.\u0275dir=r.FsC({type:F})}}return F})(),Xn=(()=>{class F extends Qn{get pageProperty(){return"pageX"}get offset(){return this.clientRect.left}get size(){return this.trackElement.clientWidth}constructor(u,A,W){super(u,A.nativeElement,W),this.cmp=u,this.document=W}mapToScrollToOption(u){return{left:u}}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(D),r.rXU(r.aKT),r.rXU(tt.qQ))}}static{this.\u0275dir=r.FsC({type:F,selectors:[["","scrollbarTrackX",""]],features:[r.Vt3]})}}return F})(),sa=(()=>{class F extends Qn{get pageProperty(){return"pageY"}get offset(){return this.clientRect.top}get size(){return this.trackElement.clientHeight}constructor(u,A,W){super(u,A.nativeElement,W),this.cmp=u,this.document=W}mapToScrollToOption(u){return{top:u}}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(D),r.rXU(r.aKT),r.rXU(tt.qQ))}}static{this.\u0275dir=r.FsC({type:F,selectors:[["","scrollbarTrackY",""]],features:[r.Vt3]})}}return F})(),da=(()=>{class F{get trackMax(){return this.track.size-this.size}get clientRect(){return this.thumbElement.getBoundingClientRect()}get clicked(){return(0,An.R)(this.thumbElement,"mousedown",{passive:!0}).pipe(V())}constructor(u,A,W,ve){this.cmp=u,this.track=A,this.thumbElement=W,this.document=ve,this._dragging=new kn.B,this.dragging=this._dragging.pipe((0,he.F)())}update(){const u=function za(F,be,u){return Math.max(~~(F/be*F),u)}(this.track.size,this.viewportScrollSize,this.cmp.minThumbSize),A=function Yn(F,be,u){return F*u/be}(this.viewportScrollOffset,this.viewportScrollMax,this.trackMax);rn.X.schedule(()=>this.updateStyles(this.handleDirection(A,this.trackMax),u))}dragged(u){let A,W;const ve=(0,Kt.of)(u).pipe(bt(this.document),(0,Q.M)(()=>{A=this.trackMax,W=this.viewportScrollMax,this.setDragging(!0)})),Le=(0,An.R)(this.document,"mousemove",{capture:!0,passive:!0}).pipe(V()),Bn=(0,An.R)(this.document,"mouseup",{capture:!0}).pipe(V(),oe(this.document),(0,Q.M)(()=>this.setDragging(!1)));return ve.pipe(qe(this.pageProperty),(0,xt.T)(Ia=>Ia-this.dragStartOffset),(0,dn.Z)(Ia=>Le.pipe(qe(this.clientProperty),(0,xt.T)(Sa=>Sa-this.track.offset),(0,xt.T)(Sa=>W*(Sa-Ia)/A),(0,xt.T)(Sa=>this.handleDrag(Sa,W)),(0,Q.M)(Sa=>this.scrollTo(Sa)),(0,Zt.Q)(Bn))))}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(D),r.rXU(Qn),r.rXU(HTMLElement),r.rXU(Document))}}static{this.\u0275dir=r.FsC({type:F,outputs:{dragging:"dragging"}})}}return F})(),On=(()=>{class F extends da{get clientProperty(){return"clientX"}get pageProperty(){return"pageX"}get viewportScrollSize(){return this.cmp.viewport.scrollWidth}get viewportScrollOffset(){return this.cmp.viewport.scrollLeft}get viewportScrollMax(){return this.cmp.viewport.scrollMaxX}get dragStartOffset(){return this.clientRect.left+this.document.defaultView.pageXOffset||0}get size(){return this.thumbElement.clientWidth}constructor(u,A,W,ve,Le){super(u,A,W.nativeElement,ve),this.cmp=u,this.track=A,this.element=W,this.document=ve,this.dir=Le}updateStyles(u,A){this.thumbElement.style.width=`${A}px`,this.thumbElement.style.transform=`translate3d(${u}px, 0, 0)`}handleDrag(u,A){if("rtl"===this.dir.value){if(1===this.cmp.manager.rtlScrollAxisType)return u-A;if(2===this.cmp.manager.rtlScrollAxisType)return A-u}return u}handleDirection(u,A){if("rtl"===this.dir.value){if(2===this.cmp.manager.rtlScrollAxisType)return-u;if(0===this.cmp.manager.rtlScrollAxisType)return u-A}return u}setDragging(u){this.cmp.setDragging({horizontalDragging:u})}scrollTo(u){this.cmp.viewport.scrollXTo(u)}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(D),r.rXU(Xn),r.rXU(r.aKT),r.rXU(tt.qQ),r.rXU(J.dS))}}static{this.\u0275dir=r.FsC({type:F,selectors:[["","scrollbarThumbX",""]],features:[r.Vt3]})}}return F})(),wo=(()=>{class F extends da{get pageProperty(){return"pageY"}get viewportScrollSize(){return this.cmp.viewport.scrollHeight}get viewportScrollOffset(){return this.cmp.viewport.scrollTop}get viewportScrollMax(){return this.cmp.viewport.scrollMaxY}get clientProperty(){return"clientY"}get dragStartOffset(){return this.clientRect.top+this.document.defaultView.pageYOffset||0}get size(){return this.thumbElement.clientHeight}constructor(u,A,W,ve){super(u,A,W.nativeElement,ve),this.cmp=u,this.track=A,this.element=W,this.document=ve}updateStyles(u,A){this.thumbElement.style.height=`${A}px`,this.thumbElement.style.transform=`translate3d(0px, ${u}px, 0)`}handleDrag(u){return u}handleDirection(u){return u}setDragging(u){this.cmp.setDragging({verticalDragging:u})}scrollTo(u){this.cmp.viewport.scrollYTo(u)}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(D),r.rXU(sa),r.rXU(r.aKT),r.rXU(tt.qQ))}}static{this.\u0275dir=r.FsC({type:F,selectors:[["","scrollbarThumbY",""]],features:[r.Vt3]})}}return F})(),Ga=(()=>{class F{constructor(u,A,W,ve,Le){this.el=u,this.cmp=A,this.platform=W,this.document=ve,this.zone=Le,this.destroyed=new kn.B}activatePointerEvents(){let u,A,W;return"viewport"===this.cmp.pointerEventsMethod?(this.viewportTrackClicked=new kn.B,this.viewportThumbClicked=new kn.B,this.cmp.viewport.activatePointerEvents(this.cmp.viewportPropagateMouseMove,this.destroyed),u=this.viewportThumbClicked,A=this.viewportTrackClicked,W=this.cmp.viewport.hovered.pipe((0,xt.T)(ve=>!!ve&&le(ve,this.el.getBoundingClientRect())),(0,he.F)(),(0,Q.M)(ve=>this.document.onselectstart=ve?()=>!1:null)),this.cmp.viewport.clicked.pipe((0,Q.M)(ve=>{ve?le(ve,this.thumb.clientRect)?this.viewportThumbClicked.next(ve):le(ve,this.track.clientRect)&&(this.cmp.setClicked(!0),this.viewportTrackClicked.next(ve)):this.cmp.setClicked(!1)}),(0,Zt.Q)(this.destroyed)).subscribe()):(u=this.thumb.clicked,A=this.track.clicked,W=this.hovered),(0,Te.h)(W.pipe((0,Q.M)(ve=>this.setHovered(ve))),u.pipe((0,Vt.n)(ve=>this.thumb.dragged(ve))),A.pipe((0,Vt.n)(ve=>this.track.onTrackClicked(ve,this.thumb.size,this.viewportScrollSize))))}get hovered(){const u=(0,An.R)(this.el,"mouseenter",{passive:!0}).pipe(V(),(0,xt.T)(()=>!0)),A=(0,An.R)(this.el,"mouseleave",{passive:!0}).pipe(V(),(0,xt.T)(()=>!1));return(0,Te.h)(u,A)}ngOnInit(){this.zone.runOutsideAngular(()=>{!(this.platform.IOS||this.platform.ANDROID)&&!this.cmp.pointerEventsDisabled&&this.activatePointerEvents().pipe((0,Zt.Q)(this.destroyed)).subscribe(),(0,Te.h)(this.cmp.scrolled,this.cmp.updated).pipe((0,Q.M)(()=>this.thumb?.update()),(0,Zt.Q)(this.destroyed)).subscribe()})}ngOnDestroy(){this.destroyed.next(),this.destroyed.complete(),this.viewportThumbClicked&&this.viewportTrackClicked&&(this.viewportTrackClicked.complete(),this.viewportThumbClicked.complete())}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(HTMLElement),r.rXU(D),r.rXU(mn.OD),r.rXU(Document),r.rXU(r.SKi))}}static{this.\u0275dir=r.FsC({type:F})}}return F})(),xo=(()=>{class F extends Ga{get viewportScrollSize(){return this.cmp.viewport.scrollHeight}constructor(u,A,W,ve,Le){super(u.nativeElement,A,W,ve,Le),this.cmp=A,this.platform=W,this.document=ve,this.zone=Le}setHovered(u){this.cmp.setHovered({verticalHovered:u})}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(r.aKT),r.rXU(D),r.rXU(mn.OD),r.rXU(tt.qQ),r.rXU(r.SKi))}}static{this.\u0275cmp=r.VBU({type:F,selectors:[["scrollbar-y"]],viewQuery:function(A,W){if(1&A&&(r.GBs(sa,7),r.GBs(wo,7)),2&A){let ve;r.mGM(ve=r.lsd())&&(W.track=ve.first),r.mGM(ve=r.lsd())&&(W.thumb=ve.first)}},hostVars:2,hostBindings:function(A,W){2&A&&r.AVh("scrollbar-control",!0)},features:[r.Vt3],decls:2,vars:6,consts:[["scrollbarTrackY",""],["scrollbarThumbY",""]],template:function(A,W){1&A&&(r.j41(0,"div",0),r.nrm(1,"div",1),r.k0s()),2&A&&(r.ZvI("ng-scrollbar-track ",W.cmp.trackClass,""),r.R7$(),r.ZvI("ng-scrollbar-thumb ",W.cmp.thumbClass,""))},dependencies:[wo,sa],styles:[".ng-scrollbar-wrapper>scrollbar-y.scrollbar-control{width:var(--vertical-scrollbar-total-size)}  .ng-scrollbar-wrapper>scrollbar-y.scrollbar-control>.ng-scrollbar-track{width:var(--vertical-scrollbar-size);height:calc(100% - var(--scrollbar-padding) * 2)}  .ng-scrollbar-wrapper>scrollbar-y.scrollbar-control>.ng-scrollbar-track>.ng-scrollbar-thumb{height:0;width:100%}  .ng-scrollbar-wrapper[verticalHovered=true]>scrollbar-y.scrollbar-control .ng-scrollbar-thumb,   .ng-scrollbar-wrapper[verticalDragging=true]>scrollbar-y.scrollbar-control .ng-scrollbar-thumb{background-color:var(--scrollbar-thumb-hover-color)}  .ng-scrollbar-wrapper[deactivated=false]>scrollbar-y.scrollbar-control{top:0;bottom:0}  .ng-scrollbar-wrapper[deactivated=false][dir=ltr]>scrollbar-y.scrollbar-control{right:0;left:unset}  .ng-scrollbar-wrapper[deactivated=false][dir=ltr][position=invertY]>scrollbar-y.scrollbar-control,   .ng-scrollbar-wrapper[deactivated=false][dir=ltr][position=invertAll]>scrollbar-y.scrollbar-control{left:0;right:unset}  .ng-scrollbar-wrapper[deactivated=false][dir=rtl]>scrollbar-y.scrollbar-control{left:0;right:unset}  .ng-scrollbar-wrapper[deactivated=false][dir=rtl][position=invertY]>scrollbar-y.scrollbar-control,   .ng-scrollbar-wrapper[deactivated=false][dir=rtl][position=invertAll]>scrollbar-y.scrollbar-control{left:unset;right:0}  .ng-scrollbar-wrapper[deactivated=false][track=all]>scrollbar-y.scrollbar-control[fit=true]{bottom:var(--scrollbar-total-size);top:0}  .ng-scrollbar-wrapper[deactivated=false][track=all][position=invertX]>scrollbar-y.scrollbar-control[fit=true],   .ng-scrollbar-wrapper[deactivated=false][track=all][position=invertAll]>scrollbar-y.scrollbar-control[fit=true]{top:var(--scrollbar-total-size);bottom:0}"],changeDetection:0})}}return F})(),Go=(()=>{class F extends Ga{get viewportScrollSize(){return this.cmp.viewport.scrollWidth}constructor(u,A,W,ve,Le){super(u.nativeElement,A,W,ve,Le),this.cmp=A,this.platform=W,this.document=ve,this.zone=Le}setHovered(u){this.cmp.setHovered({horizontalHovered:u})}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(r.aKT),r.rXU(D),r.rXU(mn.OD),r.rXU(tt.qQ),r.rXU(r.SKi))}}static{this.\u0275cmp=r.VBU({type:F,selectors:[["scrollbar-x"]],viewQuery:function(A,W){if(1&A&&(r.GBs(Xn,7),r.GBs(On,7)),2&A){let ve;r.mGM(ve=r.lsd())&&(W.track=ve.first),r.mGM(ve=r.lsd())&&(W.thumb=ve.first)}},hostVars:2,hostBindings:function(A,W){2&A&&r.AVh("scrollbar-control",!0)},features:[r.Vt3],decls:2,vars:6,consts:[["scrollbarTrackX",""],["scrollbarThumbX",""]],template:function(A,W){1&A&&(r.j41(0,"div",0),r.nrm(1,"div",1),r.k0s()),2&A&&(r.ZvI("ng-scrollbar-track ",W.cmp.trackClass,""),r.R7$(),r.ZvI("ng-scrollbar-thumb ",W.cmp.thumbClass,""))},dependencies:[On,Xn],styles:[".ng-scrollbar-wrapper>scrollbar-x.scrollbar-control{height:var(--horizontal-scrollbar-total-size)}  .ng-scrollbar-wrapper>scrollbar-x.scrollbar-control>.ng-scrollbar-track{height:var(--horizontal-scrollbar-size);width:calc(100% - var(--scrollbar-padding) * 2)}  .ng-scrollbar-wrapper>scrollbar-x.scrollbar-control>.ng-scrollbar-track>.ng-scrollbar-thumb{width:0;height:100%}  .ng-scrollbar-wrapper[horizontalHovered=true]>scrollbar-x.scrollbar-control .ng-scrollbar-thumb,   .ng-scrollbar-wrapper[horizontalDragging=true]>scrollbar-x.scrollbar-control .ng-scrollbar-thumb{background-color:var(--scrollbar-thumb-hover-color)}  .ng-scrollbar-wrapper[position=invertX]>scrollbar-x.scrollbar-control,   .ng-scrollbar-wrapper[position=invertAll]>scrollbar-x.scrollbar-control{top:0;bottom:unset}  .ng-scrollbar-wrapper[deactivated=false]>scrollbar-x.scrollbar-control{left:0;right:0;bottom:0;top:unset}  .ng-scrollbar-wrapper[deactivated=false][position=invertX]>scrollbar-x.scrollbar-control,   .ng-scrollbar-wrapper[deactivated=false][position=invertAll]>scrollbar-x.scrollbar-control{top:0;bottom:unset}  .ng-scrollbar-wrapper[deactivated=false][track=all][dir=ltr]>scrollbar-x.scrollbar-control[fit=true]{right:var(--scrollbar-total-size);left:0}  .ng-scrollbar-wrapper[deactivated=false][track=all][dir=ltr][position=invertY]>scrollbar-x.scrollbar-control[fit=true],   .ng-scrollbar-wrapper[deactivated=false][track=all][dir=ltr][position=invertAll]>scrollbar-x.scrollbar-control[fit=true]{left:var(--scrollbar-total-size);right:0}  .ng-scrollbar-wrapper[deactivated=false][track=all][dir=rtl]>scrollbar-x.scrollbar-control[fit=true]{left:var(--scrollbar-total-size);right:0}  .ng-scrollbar-wrapper[deactivated=false][track=all][dir=rtl][position=invertY]>scrollbar-x.scrollbar-control[fit=true],   .ng-scrollbar-wrapper[deactivated=false][track=all][dir=rtl][position=invertAll]>scrollbar-x.scrollbar-control[fit=true]{right:var(--scrollbar-total-size);left:0}"],changeDetection:0})}}return F})(),Oo=(()=>{class F{get disabled(){return this._disabled}set disabled(u){this._disabled=(0,En.he)(u)}get sensorDisabled(){return this._sensorDisabled}set sensorDisabled(u){this._sensorDisabled=(0,En.he)(u)}get pointerEventsDisabled(){return this._pointerEventsDisabled}set pointerEventsDisabled(u){this._pointerEventsDisabled=(0,En.he)(u)}get viewportPropagateMouseMove(){return this._viewportPropagateMouseMove}set viewportPropagateMouseMove(u){this._viewportPropagateMouseMove=(0,En.he)(u)}get autoHeightDisabled(){return this._autoHeightDisabled}set autoHeightDisabled(u){this._autoHeightDisabled=(0,En.he)(u)}get autoWidthDisabled(){return this._autoWidthDisabled}set autoWidthDisabled(u){this._autoWidthDisabled=(0,En.he)(u)}get nativeElement(){return this.el.nativeElement}constructor(u,A,W,ve,Le,Bn){this.el=u,this.zone=A,this.changeDetectorRef=W,this.dir=ve,this.smoothScroll=Le,this.manager=Bn,this._disabled=!1,this._sensorDisabled=this.manager.globalOptions.sensorDisabled,this._pointerEventsDisabled=this.manager.globalOptions.pointerEventsDisabled,this._autoHeightDisabled=this.manager.globalOptions.autoHeightDisabled,this._autoWidthDisabled=this.manager.globalOptions.autoWidthDisabled,this._viewportPropagateMouseMove=this.manager.globalOptions.viewportPropagateMouseMove,this.viewClass=this.manager.globalOptions.viewClass,this.trackClass=this.manager.globalOptions.trackClass,this.thumbClass=this.manager.globalOptions.thumbClass,this.minThumbSize=this.manager.globalOptions.minThumbSize,this.trackClickScrollDuration=this.manager.globalOptions.trackClickScrollDuration,this.pointerEventsMethod=this.manager.globalOptions.pointerEventsMethod,this.track=this.manager.globalOptions.track,this.visibility=this.manager.globalOptions.visibility,this.appearance=this.manager.globalOptions.appearance,this.position=this.manager.globalOptions.position,this.sensorDebounce=this.manager.globalOptions.sensorDebounce,this.scrollAuditTime=this.manager.globalOptions.scrollAuditTime,this.updated=new r.bkB,this.state={},this.destroyed=new kn.B}updateState(){let u=!1,A=!1,W=!1,ve=!1;("all"===this.track||"vertical"===this.track)&&(W=this.viewport.scrollHeight>this.viewport.clientHeight,u="always"===this.visibility||W),("all"===this.track||"horizontal"===this.track)&&(ve=this.viewport.scrollWidth>this.viewport.clientWidth,A="always"===this.visibility||ve),this.setState({position:this.position,track:this.track,appearance:this.appearance,visibility:this.visibility,deactivated:this.disabled,dir:this.dir.value,pointerEventsMethod:this.pointerEventsMethod,verticalUsed:u,horizontalUsed:A,isVerticallyScrollable:W,isHorizontallyScrollable:ve})}setState(u){this.state={...this.state,...u},this.changeDetectorRef.detectChanges()}getScrolledByDirection(u){let A;return this.scrolled.pipe((0,Q.M)(W=>A=W),qe("target",u),(0,Un.J)(),(0,kt.p)(([W,ve])=>W!==ve),(0,xt.T)(()=>A))}setHovered(u){this.zone.run(()=>this.setState({...u}))}setDragging(u){this.zone.run(()=>this.setState({...u}))}setClicked(u){this.zone.run(()=>this.setState({scrollbarClicked:u}))}ngOnInit(){this.zone.runOutsideAngular(()=>{this.customViewPort?(this.viewport=this.customViewPort,this.defaultViewPort.setAsWrapper()):this.viewport=this.defaultViewPort,this.viewport.setAsViewport(this.viewClass);let u=(0,An.R)(this.viewport.nativeElement,"scroll",{passive:!0});u=this.scrollAuditTime?u.pipe((0,na.Z)(this.scrollAuditTime)):u,this.scrolled=u.pipe((0,Zt.Q)(this.destroyed)),this.verticalScrolled=this.getScrolledByDirection("scrollTop"),this.horizontalScrolled=this.getScrolledByDirection("scrollLeft")})}ngOnChanges(u){this.viewport&&this.update()}ngAfterViewInit(){this.update(),this.dir.change.pipe((0,Q.M)(()=>this.update()),(0,Zt.Q)(this.destroyed)).subscribe()}ngOnDestroy(){this.destroyed.next(),this.destroyed.complete()}update(){this.autoHeightDisabled||this.updateHeight(),this.autoWidthDisabled||this.updateWidth(),this.updateState(),this.updated.next()}scrollTo(u){return this.smoothScroll.scrollTo(this.viewport.nativeElement,u)}scrollToElement(u,A){return this.smoothScroll.scrollToElement(this.viewport.nativeElement,u,A)}updateHeight(){this.nativeElement.style.height="standard"===this.appearance&&this.scrollbarX?`${this.viewport.contentHeight+this.scrollbarX.nativeElement.clientHeight}px`:`${this.viewport.contentHeight}px`}updateWidth(){this.nativeElement.style.width="standard"===this.appearance&&this.scrollbarY?`${this.viewport.contentWidth+this.scrollbarY.nativeElement.clientWidth}px`:`${this.viewport.contentWidth}px`}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(r.aKT),r.rXU(r.SKi),r.rXU(r.gRc),r.rXU(J.dS),r.rXU(ga),r.rXU(Qt))}}static{this.\u0275cmp=r.VBU({type:F,selectors:[["ng-scrollbar"]],contentQueries:function(A,W,ve){if(1&A&&r.wni(ve,p,7),2&A){let Le;r.mGM(Le=r.lsd())&&(W.customViewPort=Le.first)}},viewQuery:function(A,W){if(1&A&&(r.GBs(wa,5,r.aKT),r.GBs(ca,5,r.aKT),r.GBs(p,7)),2&A){let ve;r.mGM(ve=r.lsd())&&(W.scrollbarY=ve.first),r.mGM(ve=r.lsd())&&(W.scrollbarX=ve.first),r.mGM(ve=r.lsd())&&(W.defaultViewPort=ve.first)}},hostVars:2,hostBindings:function(A,W){2&A&&r.AVh("ng-scrollbar",!0)},inputs:{disabled:"disabled",sensorDisabled:"sensorDisabled",pointerEventsDisabled:"pointerEventsDisabled",viewportPropagateMouseMove:"viewportPropagateMouseMove",autoHeightDisabled:"autoHeightDisabled",autoWidthDisabled:"autoWidthDisabled",viewClass:"viewClass",trackClass:"trackClass",thumbClass:"thumbClass",minThumbSize:"minThumbSize",trackClickScrollDuration:"trackClickScrollDuration",pointerEventsMethod:"pointerEventsMethod",track:"track",visibility:"visibility",appearance:"appearance",position:"position",sensorDebounce:"sensorDebounce",scrollAuditTime:"scrollAuditTime"},outputs:{updated:"updated"},exportAs:["ngScrollbar"],features:[r.Jv_([{provide:D,useExisting:F}]),r.OA$],ngContentSelectors:ua,decls:6,vars:4,consts:[["scrollbarX",""],["scrollbarY",""],[1,"ng-scrollbar-wrapper",3,"ngAttr"],[1,"ng-scroll-viewport-wrapper",3,"resizeSensor","sensorDebounce","sensorDisabled"],["scrollViewport","","hideNativeScrollbar",""],[4,"ngIf"]],template:function(A,W){1&A&&(r.NAR(),r.j41(0,"div",2)(1,"div",3),r.bIt("resizeSensor",function(){return W.update()}),r.j41(2,"div",4)(3,"div"),r.SdG(4),r.k0s()()(),r.DNE(5,Mn,3,2,"ng-container",5),r.k0s()),2&A&&(r.Y8G("ngAttr",W.state),r.R7$(),r.Y8G("sensorDebounce",W.sensorDebounce)("sensorDisabled",W.sensorDisabled),r.R7$(4),r.Y8G("ngIf",!W.disabled))},dependencies:[tt.bT,p,Wn,Cn,Zn,xo,Go],styles:[".ng-scrollbar-measure{scrollbar-width:none;-ms-overflow-style:none}  .ng-scrollbar-measure::-webkit-scrollbar{display:none}[_nghost-%COMP%]{--scrollbar-border-radius: 7px;--scrollbar-padding: 4px;--scrollbar-track-color: transparent;--scrollbar-thumb-color: rgba(0, 0, 0, .2);--scrollbar-thumb-hover-color: var(--scrollbar-thumb-color);--scrollbar-size: 5px;--scrollbar-hover-size: var(--scrollbar-size);--scrollbar-overscroll-behavior: initial;--scrollbar-transition-duration: .4s;--scrollbar-transition-delay: .8s;--scrollbar-thumb-transition: height ease-out .15s, width ease-out .15s;--scrollbar-track-transition: height ease-out .15s, width ease-out .15s;display:block;position:relative;height:100%;max-height:100%;max-width:100%;box-sizing:content-box!important}[_nghost-%COMP%] > .ng-scrollbar-wrapper[_ngcontent-%COMP%]{--scrollbar-total-size: calc(var(--scrollbar-size) + var(--scrollbar-padding) * 2);--vertical-scrollbar-size: var(--scrollbar-size);--horizontal-scrollbar-size: var(--scrollbar-size);--vertical-scrollbar-total-size: calc(var(--vertical-scrollbar-size) + var(--scrollbar-padding) * 2);--horizontal-scrollbar-total-size: calc(var(--horizontal-scrollbar-size) + var(--scrollbar-padding) * 2)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[verticalHovered=true][_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[verticalDragging=true][_ngcontent-%COMP%]{--vertical-scrollbar-size: var(--scrollbar-hover-size);--vertical-scrollbar-total-size: calc(var(--vertical-scrollbar-size) + var(--scrollbar-padding) * 2);cursor:default}[_nghost-%COMP%] > .ng-scrollbar-wrapper[horizontalHovered=true][_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[horizontalDragging=true][_ngcontent-%COMP%]{--horizontal-scrollbar-size: var(--scrollbar-hover-size);--horizontal-scrollbar-total-size: calc(var(--horizontal-scrollbar-size) + var(--scrollbar-padding) * 2);cursor:default}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][dir=ltr][pointerEventsMethod=scrollbar][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%]{left:0;right:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][dir=ltr][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][dir=ltr][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport{padding-right:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][dir=ltr][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%] > .ng-scroll-content[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][dir=ltr][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport>.ng-scroll-content{padding-right:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][dir=rtl][pointerEventsMethod=scrollbar][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%]{left:var(--scrollbar-total-size);right:0}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][dir=rtl][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][dir=rtl][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport{padding-left:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][dir=rtl][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%] > .ng-scroll-content[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][dir=rtl][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport>.ng-scroll-content{padding-left:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertY][dir=ltr][pointerEventsMethod=scrollbar][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertAll][dir=ltr][pointerEventsMethod=scrollbar][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%]{left:var(--scrollbar-total-size);right:0}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertY][dir=ltr][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertY][dir=ltr][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport, [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertAll][dir=ltr][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertAll][dir=ltr][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport{padding-left:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertY][dir=ltr][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%] > .ng-scroll-content[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertY][dir=ltr][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport>.ng-scroll-content, [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertAll][dir=ltr][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%] > .ng-scroll-content[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertAll][dir=ltr][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport>.ng-scroll-content{padding-left:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertY][dir=rtl][pointerEventsMethod=scrollbar][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertAll][dir=rtl][pointerEventsMethod=scrollbar][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%]{left:0;right:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertY][dir=rtl][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertY][dir=rtl][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport, [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertAll][dir=rtl][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertAll][dir=rtl][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport{padding-right:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertY][dir=rtl][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%] > .ng-scroll-content[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertY][dir=rtl][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport>.ng-scroll-content, [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertAll][dir=rtl][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%] > .ng-scroll-content[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][verticalUsed=true][position=invertAll][dir=rtl][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport>.ng-scroll-content{padding-right:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][pointerEventsMethod=scrollbar][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%]{top:0;bottom:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport{padding-bottom:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%] > .ng-scroll-content[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport>.ng-scroll-content{padding-bottom:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][position=invertX][pointerEventsMethod=scrollbar][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][position=invertAll][pointerEventsMethod=scrollbar][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%]{top:var(--scrollbar-total-size);bottom:0}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][position=invertX][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][position=invertX][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport, [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][position=invertAll][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][position=invertAll][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport{padding-top:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][position=invertX][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%] > .ng-scroll-content[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][position=invertX][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport>.ng-scroll-content, [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][position=invertAll][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%] > .ng-scroll-content[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][appearance=standard][horizontalUsed=true][position=invertAll][pointerEventsMethod=viewport][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport>.ng-scroll-content{padding-top:var(--scrollbar-total-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport{scrollbar-width:none;-ms-overflow-style:none}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%]::-webkit-scrollbar, [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport::-webkit-scrollbar{display:none}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][horizontalUsed=true][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-native-scrollbar-hider[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][horizontalUsed=true][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-native-scrollbar-hider{bottom:var(--native-scrollbar-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][verticalUsed=true][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-native-scrollbar-hider[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][verticalUsed=true][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-native-scrollbar-hider{left:0;right:var(--native-scrollbar-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][verticalUsed=true][dir=rtl][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-native-scrollbar-hider[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][verticalUsed=true][dir=rtl][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-native-scrollbar-hider{right:0;left:var(--native-scrollbar-size)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][visibility=hover][_ngcontent-%COMP%] > .scrollbar-control[_ngcontent-%COMP%]{opacity:0;transition-property:opacity;transition-duration:var(--scrollbar-transition-duration);transition-delay:var(--scrollbar-transition-delay)}[_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][visibility=hover][_ngcontent-%COMP%]:hover > .scrollbar-control[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][visibility=hover][_ngcontent-%COMP%]:active > .scrollbar-control[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[deactivated=false][visibility=hover][_ngcontent-%COMP%]:focus > .scrollbar-control[_ngcontent-%COMP%]{opacity:1;transition-duration:var(--scrollbar-transition-duration);transition-delay:0ms}[_nghost-%COMP%] > .ng-scrollbar-wrapper[horizontalUsed=true][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[horizontalUsed=true][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport{overflow-x:auto;overflow-y:hidden}[_nghost-%COMP%] > .ng-scrollbar-wrapper[verticalUsed=true][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[verticalUsed=true][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport{overflow-y:auto;overflow-x:hidden}[_nghost-%COMP%] > .ng-scrollbar-wrapper[verticalUsed=true][horizontalUsed=true][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > .ng-scroll-viewport[_ngcontent-%COMP%], [_nghost-%COMP%] > .ng-scrollbar-wrapper[verticalUsed=true][horizontalUsed=true][_ngcontent-%COMP%] > .ng-scroll-viewport-wrapper[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] > *[_ngcontent-%COMP%] >   .ng-scroll-viewport{overflow:auto}.ng-scroll-viewport-wrapper[_ngcontent-%COMP%]{overflow:hidden}.ng-scroll-viewport[_ngcontent-%COMP%]{-webkit-overflow-scrolling:touch;contain:strict;will-change:scroll-position;overscroll-behavior:var(--scrollbar-overscroll-behavior)}  .ng-scroll-content{display:inline-block;min-width:100%}.ng-scrollbar-wrapper[_ngcontent-%COMP%], .ng-scroll-viewport-wrapper[_ngcontent-%COMP%], .ng-scroll-layer[_ngcontent-%COMP%],   .ng-scroll-viewport{position:absolute;inset:0}",".ng-scrollbar-wrapper[pointerEventsMethod=viewport]>.scrollbar-control{pointer-events:none}  .ng-scrollbar-wrapper[horizontalDragging=true]>.ng-scroll-viewport-wrapper>.ng-scroll-viewport,   .ng-scrollbar-wrapper[horizontalDragging=true]>.ng-scroll-viewport-wrapper>*>*>  .ng-scroll-viewport,   .ng-scrollbar-wrapper[verticalDragging=true]>.ng-scroll-viewport-wrapper>.ng-scroll-viewport,   .ng-scrollbar-wrapper[verticalDragging=true]>.ng-scroll-viewport-wrapper>*>*>  .ng-scroll-viewport,   .ng-scrollbar-wrapper[scrollbarClicked=true]>.ng-scroll-viewport-wrapper>.ng-scroll-viewport,   .ng-scrollbar-wrapper[scrollbarClicked=true]>.ng-scroll-viewport-wrapper>*>*>  .ng-scroll-viewport{-webkit-user-select:none;-moz-user-select:none;user-select:none}  .ng-scrollbar-wrapper>.scrollbar-control{position:absolute;display:flex;justify-content:center;align-items:center;transition:var(--scrollbar-track-transition)}  .ng-scrollbar-wrapper>.scrollbar-control[scrollable=false] .ng-scrollbar-thumb{display:none}  .ng-scrollbar-track{height:100%;width:100%;z-index:1;border-radius:var(--scrollbar-border-radius);background-color:var(--scrollbar-track-color);overflow:hidden;transition:var(--scrollbar-track-transition);cursor:default}  .ng-scrollbar-thumb{box-sizing:border-box;position:relative;border-radius:inherit;background-color:var(--scrollbar-thumb-color);transform:translateZ(0);transition:var(--scrollbar-thumb-transition)}"],changeDetection:0})}}return F})(),D0=(()=>{class F{static withConfig(u){return{ngModule:F,providers:[{provide:k,useValue:u}]}}static{this.\u0275fac=function(A){return new(A||F)}}static{this.\u0275mod=r.$C({type:F})}static{this.\u0275inj=r.G2t({imports:[tt.MD,J.jI,Ge.jc,mn.IK,St]})}}return F})();var Jn=c(467),ro=c(9417),Zo=c(9115),Ca=c(8834),Io=c(4006),Ya=c(5596),Qa=c(15),qo=c(3719),Ho=c(9631);function p0(F,be){if(1&F&&(r.j41(0,"div",5)(1,"mat-label",16),r.EFF(2,"Credito Attuale:"),r.j41(3,"b"),r.EFF(4),r.k0s()()()),2&F){const u=r.XpG();r.R7$(4),r.SpI(" TOK ",u.wallet||0,"")}}function Wo(F,be){if(1&F){const u=r.RV6();r.j41(0,"div",8)(1,"button",9),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.credito_selezionato=20)}),r.EFF(2,"TOK 20,00"),r.k0s()()}}function Y0(F,be){if(1&F){const u=r.RV6();r.j41(0,"div",10)(1,"button",11),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.credito_selezionato=1e3)}),r.EFF(2,"TOK 1000,00"),r.k0s()()}}function v0(F,be){1&F&&r.EFF(0," Il credito sar\xe0 disponibile dopo l'approvazione del centro master, una volta approvato riceverai una mail di conferma, attenzione l'acquisto del credito genera una fattura automatica che non \xe8 possibile modificare dopo le 24 ore. In caso di errori si prega di conttatare con urgenza il centro master. ")}function u0(F,be){1&F&&r.EFF(0," Il credito sar\xe0 disponibile dopo l'approvazione della segreteria, una volta approvato riceverai una mail di conferma, attenzione l'acquisto del credito genera una fattura automatica che non \xe8 possibile modificare dopo le 24 ore. In caso di errori si prega di conttatare con urgenza la segreteria. ")}function Aa(F,be){if(1&F){const u=r.RV6();r.j41(0,"div",5),r.DNE(1,v0,1,0)(2,u0,1,0),r.k0s(),r.nrm(3,"br"),r.j41(4,"div",15)(5,"button",17),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.onCloseClick())}),r.EFF(6,"Annulla"),r.k0s(),r.EFF(7," \xa0\xa0 "),r.j41(8,"button",18),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.onSubmitDialog())}),r.EFF(9,"Concludi Acquisto"),r.k0s()()}if(2&F){const u=r.XpG();r.R7$(),r.vxM(2==u.user_type_id?1:2)}}function Jo(F,be){if(1&F){const u=r.RV6();r.j41(0,"div",15)(1,"button",17),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.onCloseClick())}),r.EFF(2,"Annulla"),r.k0s()()}}let lo=(()=>{class F{constructor(u){this.api=u,this.dialogRef=(0,r.WQX)(Io.CP),this.wallet=0,this.data=(0,r.WQX)(Io.Vh),this.user_type_id=localStorage.getItem("user_type_id"),this.credito_selezionato=2==this.user_type_id?20:100}ngOnInit(){var u=this;return(0,Jn.A)(function*(){("550550"==u.user_type_id||"2"==u.user_type_id)&&(u.wallet=yield u.api.call("getCreditoCentro",{}))})()}onCloseClick(){this.dialogRef.close(!1)}onSubmitDialog(){this.dialogRef.close(this.credito_selezionato)}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(Qa.W))}}static{this.\u0275cmp=r.VBU({type:F,selectors:[["app-ricaricacredito-dialog"]],standalone:!0,features:[r.aNF],decls:29,vars:6,consts:[[1,"cardWithShadow"],[1,"p-y-24","text-center"],["src","/assets/images/backgrounds/aggiungicorso.png","alt","img","width","200"],[1,"m-b-0"],[1,"row","m-t-10"],[1,"col-sm-12","m-b-10"],[1,"col-sm-12"],[1,"mat-subtitle-2","f-s-14","f-w-600","m-b-8","d-block"],[1,"col-sm-3","p-t-5","p-b-5"],["mat-flat-button","","color","success",1,"f-s-18",3,"click"],[1,"col-sm-3"],["mat-flat-button","","color","success",1,"f-s-18","p-t-5","p-b-5",3,"click"],[1,"col-sm-12","m-t-20","m-b-15"],[1,""],["matInput","","type","number",2,"padding","10px","font-size","16px","text-align","right","border-radius","10px","border","1px solid",3,"ngModelChange","min","ngModel"],[1,"col-sm-12","m-b-10","text-center"],[1,"mat-subtitle-2","f-s-16","f-w-600","m-b-8","d-block"],["mat-flat-button","","color","primary",3,"click"],["mat-flat-button","","color","success",3,"click"]],template:function(A,W){1&A&&(r.j41(0,"mat-card",0)(1,"mat-card-content",1),r.nrm(2,"img",2),r.j41(3,"mat-card-title",3),r.EFF(4,"Ricarica credito!"),r.k0s(),r.nrm(5,"br"),r.j41(6,"div",4),r.DNE(7,p0,5,1,"div",5),r.j41(8,"div",6)(9,"mat-label",7),r.EFF(10,"Seleziona il taglio della ricarcarica o aggiungi manualmente l'importo:"),r.k0s(),r.j41(11,"div",4),r.DNE(12,Wo,3,0,"div",8),r.j41(13,"div",8)(14,"button",9),r.bIt("click",function(){return W.credito_selezionato=100}),r.EFF(15,"TOK 100,00"),r.k0s()(),r.j41(16,"div",10)(17,"button",11),r.bIt("click",function(){return W.credito_selezionato=250}),r.EFF(18,"TOK 250,00"),r.k0s()(),r.j41(19,"div",10)(20,"button",11),r.bIt("click",function(){return W.credito_selezionato=500}),r.EFF(21,"TOK 500,00"),r.k0s()(),r.DNE(22,Y0,3,0,"div",10),r.k0s(),r.j41(23,"div",12)(24,"div",13),r.EFF(25," Importo selezionato: "),r.j41(26,"input",14),r.mxI("ngModelChange",function(Le){return r.DH7(W.credito_selezionato,Le)||(W.credito_selezionato=Le),Le}),r.k0s()()()(),r.DNE(27,Aa,10,1)(28,Jo,3,0,"div",15),r.k0s()()()),2&A&&(r.R7$(7),r.vxM("550550"==W.user_type_id?7:-1),r.R7$(5),r.vxM(2==W.user_type_id?12:-1),r.R7$(10),r.vxM(550550==W.user_type_id?22:-1),r.R7$(4),r.Y8G("min",2==W.user_type_id?20:100),r.R50("ngModel",W.credito_selezionato),r.R7$(),r.vxM(W.credito_selezionato>0?27:28))},dependencies:[ro.YN,ro.me,ro.Q0,ro.BC,ro.VZ,ro.vS,Z.G,qo.nJ,Ho.fg,Ya.RN,Ya.m2,Ya.dh,Ca.$z,Ya.Hu,tt.MD],encapsulation:2})}}return F})();var g0=c(605);let Ea=(()=>{class F{constructor(){this.activeTime=0,this.dailyTime=0,this.timeLimit=7200,this.blockDuration=900,this.dailyLimit=28800,this.isBlocked=!1,this.blockIntervalId=null,this.activitySubscription=null,this.countdown$=new Tt.t(""),this.blockPopup$=new Tt.t(!1),this.dailyBlockPopup$=new Tt.t(!1),this.timer$=(0,g0.Y)(1e3),this.loadState(),this.trackActivity()}trackActivity(){this.activitySubscription&&this.activitySubscription.unsubscribe(),this.activitySubscription=this.timer$.pipe((0,Q.M)(()=>{this.isBlocked||this.incrementTime()})).subscribe()}incrementTime(){this.activeTime++,this.dailyTime++,this.saveState(),this.countdown$.next(this.formatTime(this.timeLimit-this.activeTime)),this.activeTime>=this.timeLimit&&this.triggerBlock(),this.dailyTime>=this.dailyLimit&&this.triggerBlockDaily()}triggerBlock(){this.isBlocked=!0,this.blockPopup$.next(!0),localStorage.setItem("blockStartedAt",Date.now().toString()),localStorage.setItem("isBlocked","true"),this.resumeBlockCountdown(this.blockDuration)}triggerBlockDaily(){this.isBlockedDaily=!0,this.dailyBlockPopup$.next(!0),localStorage.setItem("blockStartedDayli","true"),localStorage.setItem("isBlockedDaily","true"),this.resumeBlockCountdown(this.blockDuration)}resumeBlockCountdown(u){null===this.blockIntervalId&&(this.countdown$.next(this.formatTime(u)),this.blockIntervalId=setInterval(()=>{u--,this.countdown$.next(this.formatTime(u)),u<=0&&(this.clearBlockInterval(),this.endBlock())},1e3))}clearBlockInterval(){null!==this.blockIntervalId&&(clearInterval(this.blockIntervalId),this.blockIntervalId=null)}endBlock(){this.clearBlockInterval(),this.activeTime=0,this.saveState(),this.isBlocked=!1,this.blockPopup$.next(!1),localStorage.removeItem("blockStartedAt"),localStorage.removeItem("isBlocked"),this.countdown$.next(this.formatTime(this.timeLimit)),this.trackActivity()}saveState(){const u=(new Date).toISOString().split("T")[0];localStorage.setItem("activeTime",this.activeTime.toString()),localStorage.setItem("dailyTime",this.dailyTime.toString()),localStorage.setItem("lastUpdated",u)}loadState(){const u=localStorage.getItem("lastUpdated"),A=localStorage.getItem("activeTime"),ve=(localStorage.getItem("dailyTime"),(new Date).toISOString().split("T")[0]),Le="true"===localStorage.getItem("isBlocked"),Bn="true"===localStorage.getItem("blockStartedDayli"),Ia=parseInt(localStorage.getItem("blockStartedAt")||"0",10),Sa=Date.now();if(Le&&Ia>0){const Cr=Math.floor((Sa-Ia)/1e3),Rs=this.blockDuration-Cr;if(Rs>0)return this.isBlocked=!0,this.blockPopup$.next(!0),void this.resumeBlockCountdown(Rs);localStorage.removeItem("blockStartedAt"),localStorage.removeItem("isBlocked")}Bn&&(this.isBlockedDaily=!0,this.dailyBlockPopup$.next(!0)),u!==ve?(this.activeTime=0,localStorage.removeItem("activeTime"),localStorage.removeItem("dailyTime"),localStorage.removeItem("blockStartedDayli"),localStorage.setItem("lastUpdated",ve)):A&&(this.activeTime=parseInt(A,10)||0),this.countdown$.next(this.formatTime(this.timeLimit-this.activeTime))}formatTime(u){const A=Math.floor(u/3600),ve=u%60;return[A>0?`${A}h`:null,`${Math.floor(u%3600/60).toString().padStart(2,"0")}m`,`${ve.toString().padStart(2,"0")}s`].filter(Boolean).join(" ")}static{this.\u0275fac=function(A){return new(A||F)}}static{this.\u0275prov=r.jDH({token:F,factory:F.\u0275fac,providedIn:"root"})}}return F})();var Mo=c(5911),Nn=c(4823);const yo=F=>({height:F}),t0=F=>[F];function Ro(F,be){if(1&F){const u=r.RV6();r.j41(0,"button",22),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.toggleCollapsed.emit())}),r.nrm(1,"i-tabler",23),r.k0s()}}function B0(F,be){if(1&F){const u=r.RV6();r.j41(0,"button",22),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.toggleMobileNav.emit())}),r.nrm(1,"i-tabler",23),r.k0s()}}function Po(F,be){if(1&F&&(r.j41(0,"div",4),r.EFF(1),r.j41(2,"div",24),r.nrm(3,"span",25)(4,"span",26),r.k0s()()),2&F){const u=r.XpG();r.R7$(),r.SpI(" ",u.countdownBlocco," ")}}function V0(F,be){1&F&&(r.j41(0,"button",5),r.nrm(1,"i-tabler",27),r.j41(2,"div",24),r.nrm(3,"span",25)(4,"span",26),r.k0s()()),2&F&&(r.XpG(),r.Y8G("routerLink",r.eq3(1,t0,"admin/ordini")))}function Q0(F,be){if(1&F&&(r.nrm(0,"br"),r.j41(1,"div",28),r.EFF(2,"Credito Richiesto: "),r.j41(3,"b"),r.EFF(4),r.k0s()()),2&F){const u=r.XpG(2);r.R7$(4),r.SpI("TOKEN ",u.credito_richiesto||0,"")}}function Fo(F,be){if(1&F&&(r.nrm(0,"br"),r.j41(1,"div",28),r.EFF(2,"Credito Disponibile: "),r.j41(3,"b"),r.EFF(4),r.k0s()(),r.DNE(5,Q0,5,1)),2&F){const u=r.XpG();r.R7$(4),r.SpI("TOKEN ",u.credito||0,""),r.R7$(),r.vxM(u.credito_richiesto>0?5:-1)}}function U0(F,be){if(1&F){const u=r.RV6();r.j41(0,"button",29),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.ricarica_credito())}),r.EFF(1," Ricarica Credito "),r.k0s(),r.nrm(2,"br")(3,"br")}}let e0=(()=>{class F{constructor(u,A,W,ve,Le,Bn,Ia){this.vsidenav=u,this.api=A,this.dialog=W,this.translate=ve,this.routes=Le,this.route=Bn,this.timerService=Ia,this.searchText="",this.avatarLocation="/assets/images/logos/no-logo.webp",this.credito="...",this.credito_richiesto=0,this.showFiller=!1,this.options=this.vsidenav.getOptions(),this.blocco_attivo=!1,this.isLocked=!1,this.isLockedDaily=!1,this.showToggle=!0,this.toggleChecked=!1,this.toggleMobileNav=new r.bkB,this.toggleMobileFilterNav=new r.bkB,this.toggleCollapsed=new r.bkB,this.selectedLanguage={language:"Italiano",code:"it",type:"IT",icon:"/assets/images/flag/icon-flag-it.svg"},this.languages=[{language:"Italiano",code:"it",type:"IT",icon:"/assets/images/flag/icon-flag-it.svg"},{language:"English",code:"en",type:"US",icon:"/assets/images/flag/icon-flag-en.svg"},{language:"Espa\xf1ol",code:"es",icon:"/assets/images/flag/icon-flag-es.svg"},{language:"Fran\xe7ais",code:"fr",icon:"/assets/images/flag/icon-flag-fr.svg"},{language:"German",code:"de",icon:"/assets/images/flag/icon-flag-de.svg"}],this.changeTheme=new r.bkB,this.notifications=[{id:1,img:"/assets/images/profile/user-1.jpg",title:"Roman Joined the Team!",subtitle:"Congratulate him"},{id:2,img:"/assets/images/profile/user-2.jpg",title:"New message received",subtitle:"Salma sent you new message"},{id:3,img:"/assets/images/profile/user-3.jpg",title:"New Payment received",subtitle:"Check your earnings"},{id:4,img:"/assets/images/profile/user-4.jpg",title:"Jolly completed tasks",subtitle:"Assign her new tasks"},{id:5,img:"/assets/images/profile/user-5.jpg",title:"Roman Joined the Teams!",subtitle:"Congratulate him"}],this.profiledd=[{id:1,img:"wallet",color:"primary",title:"My Profile",subtitle:"Account Settings",link:"/"},{id:2,img:"shield",color:"success",title:"My Inbox",subtitle:"Messages & Email",link:"/"},{id:3,img:"credit-card",color:"error",title:"My Tasks",subtitle:"To-do and Daily Tasks",link:"/"}],this.apps=[{id:1,img:"/assets/images/svgs/icon-dd-chat.svg",title:"Chat Application",subtitle:"Messages & Emails",link:"/"},{id:2,img:"/assets/images/svgs/icon-dd-cart.svg",title:"Todo App",subtitle:"Completed task",link:"/"},{id:3,img:"/assets/images/svgs/icon-dd-invoice.svg",title:"Invoice App",subtitle:"Get latest invoice",link:"/"},{id:4,img:"/assets/images/svgs/icon-dd-date.svg",title:"Calendar App",subtitle:"Get Dates",link:"/"},{id:5,img:"/assets/images/svgs/icon-dd-mobile.svg",title:"Contact Application",subtitle:"2 Unsaved Contacts",link:"/"},{id:6,img:"/assets/images/svgs/icon-dd-lifebuoy.svg",title:"Tickets App",subtitle:"Create new ticket",link:"/"},{id:7,img:"/assets/images/svgs/icon-dd-message-box.svg",title:"Email App",subtitle:"Get new emails",link:"/"},{id:8,img:"/assets/images/svgs/icon-dd-application.svg",title:"Courses",subtitle:"Create new course",link:"/"}],this.quicklinks=[{id:1,title:"Pricing Page",link:"/"},{id:2,title:"Authentication Design",link:"/"},{id:3,title:"Register Now",link:"/"},{id:4,title:"404 Error Page",link:"/"},{id:5,title:"Notes App",link:"/"},{id:6,title:"Employee App",link:"/"},{id:7,title:"Todo Application",link:"/"},{id:8,title:"Treeview",link:"/"}],this.user_type_id=localStorage.getItem("user_type_id"),this.blocco_attivo="1"==this.vsidenav.getUserInfo("blocco_attivo"),console.log("Pausa ogni due ore: "+this.blocco_attivo),this.blocco_attivo&&"1"==this.user_type_id&&(this.timerService.blockPopup$.subscribe(Sa=>this.isLocked=Sa),this.timerService.countdown$.subscribe(Sa=>{this.countdownBlocco=Sa}),this.timerService.dailyBlockPopup$.subscribe(Sa=>this.isLockedDaily=Sa)),this.ordini_in_sospeso=0,ve.setDefaultLang("en"),this.api.getImageProfileBE()}ngOnInit(){var u=this;return(0,Jn.A)(function*(){u.api.avatarLocation$.subscribe(A=>{A&&(u.avatarLocation=A)}),yield u.refresh_credito()})()}refresh_credito(){var u=this;return(0,Jn.A)(function*(){if("550550"==u.user_type_id||"2"==u.user_type_id){u.credito=yield u.api.call("getCreditoCentro");let A=yield u.api.call("getCreditoCentroRichiesto");u.credito_richiesto=parseInt(A)}})()}ricarica_credito(){var u=this;return(0,Jn.A)(function*(){u.dialog.open(lo,{}).afterClosed().subscribe(function(){var A=(0,Jn.A)(function*(W){console.log(W),W&&(yield u.api.call("ricaricaCredito",{credito_selezionato:W},!0),u.refresh_credito())});return function(W){return A.apply(this,arguments)}}())})()}logout(){console.log("logout)"),this.api.setAvatarLocation(null),localStorage.removeItem("username"),localStorage.removeItem("user_info"),localStorage.removeItem("user_type_id"),localStorage.removeItem("activeTheme"),localStorage.removeItem("avatar_location"),localStorage.removeItem("profile_check"),this.routes.navigate([st.P.getHomePath()],{relativeTo:this.route})}chiaroscuro(u){this.options.theme=u,this.vsidenav.setOptions(this.options),this.changeTheme.emit()}changeLanguage(u){this.translate.use(u.code),this.selectedLanguage=u}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(st.P),r.rXU(Qa.W),r.rXU(Io.bZ),r.rXU(xe),r.rXU(g.Ix),r.rXU(g.nX),r.rXU(Ea))}}static{this.\u0275cmp=r.VBU({type:F,selectors:[["app-header"]],inputs:{showToggle:"showToggle",toggleChecked:"toggleChecked"},outputs:{toggleMobileNav:"toggleMobileNav",toggleMobileFilterNav:"toggleMobileFilterNav",toggleCollapsed:"toggleCollapsed",changeTheme:"changeTheme"},standalone:!0,features:[r.aNF],decls:35,vars:19,consts:[["profileMenu","matMenu"],[1,"topbar"],["mat-icon-button","",1,"d-flex","justify-content-center"],[1,"flex-1-auto"],["matTooltip","Tempo alla pausa"],["mat-icon-button","","matTooltip","Ordini in sospeso",3,"routerLink"],["mat-fab","","extended","","color","inherit","aria-label","Notifications",3,"matMenuTriggerFor"],[1,"d-flex","align-items-center"],["width","40","height","40",1,"rounded-circle","object-cover",3,"ngSrc"],[1,"m-l-16","text-left","d-none","d-lg-flex"],[1,"f-s-16"],[1,"f-s-14","mat-body-1"],["xPosition","before",1,"topbar-dd","cardWithShadow"],[1,"position-relative",3,"ngStyle"],[1,"p-x-32","p-y-16"],[1,"d-flex","align-items-center","p-b-24","b-b-1","m-t-16"],[1,"m-l-16"],[1,"f-s-16","f-w-600","m-0","mat-subtitle-1"],[1,"f-s-14","mat-body-1","d-block","m-b-4"],["name","mail",1,"icon-15","m-r-4"],[1,"p-y-12","p-x-32"],["mat-flat-button","","color","primary",1,"w-100",3,"click"],["mat-icon-button","",1,"d-flex","justify-content-center",3,"click"],["name","align-left",1,"icon-20","d-flex"],[1,"pulse"],[1,"heartbit","border-success"],[1,"point","bg-success"],["name","shopping-cart",1,"d-flex"],[1,"f-s-12"],["mat-flat-button","","color","success",1,"w-100",3,"click"]],template:function(A,W){if(1&A){const ve=r.RV6();r.j41(0,"mat-toolbar",1),r.DNE(1,Ro,2,0,"button",2)(2,B0,2,0,"button",2),r.nrm(3,"span",3),r.DNE(4,Po,5,1,"div",4)(5,V0,5,3,"button",5),r.j41(6,"button",6)(7,"div",7),r.nrm(8,"img",8),r.j41(9,"div",9)(10,"div")(11,"h5",10),r.EFF(12),r.k0s(),r.j41(13,"span",11),r.EFF(14),r.k0s()()()()(),r.j41(15,"mat-menu",12,0)(17,"ng-scrollbar",13)(18,"div",14)(19,"div",15)(20,"div",16)(21,"h6",17),r.EFF(22),r.k0s(),r.j41(23,"span",18),r.EFF(24),r.k0s(),r.j41(25,"span",7),r.nrm(26,"i-tabler",19),r.EFF(27),r.k0s(),r.DNE(28,Fo,6,2),r.k0s()()(),r.j41(29,"div",20)(30,"span"),r.DNE(31,U0,4,0),r.j41(32,"span")(33,"button",21),r.bIt("click",function(){return r.eBV(ve),r.Njj(W.logout())}),r.EFF(34," Logout "),r.k0s()()()()()()()}if(2&A){const ve=r.sdS(16);r.R7$(),r.vxM(W.showToggle?1:-1),r.R7$(),r.vxM(W.showToggle?-1:2),r.R7$(2),r.vxM("1"==W.user_type_id&&W.blocco_attivo?4:-1),r.R7$(),r.vxM(W.ordini_in_sospeso>0?5:-1),r.R7$(),r.Y8G("matMenuTriggerFor",ve),r.R7$(2),r.FS9("ngSrc",W.avatarLocation),r.R7$(3),r.xc7("color","dark"==W.options.theme?"white":""),r.R7$(),r.Lme("",W.vsidenav.getUserInfo("nome")," ",W.vsidenav.getUserInfo("cognome"),""),r.R7$(2),r.JRh(W.vsidenav.getUserInfo("tipo_utente")),r.R7$(3),r.Y8G("ngStyle",r.eq3(17,yo,"550550"==W.user_type_id||"2"==W.user_type_id?"320px":"220px")),r.R7$(5),r.SpI("",W.vsidenav.getUserInfo("nome")," "),r.R7$(2),r.JRh(W.vsidenav.getUserInfo("tipo_utente")),r.R7$(3),r.SpI(" ",W.vsidenav.getUserInfo("email")," "),r.R7$(),r.vxM("550550"==W.user_type_id||"2"==W.user_type_id?28:-1),r.R7$(3),r.vxM("550550"==W.user_type_id||"2"==W.user_type_id?31:-1)}},dependencies:[g.iI,g.Wk,tt.MD,tt.B3,D0,Oo,X.X4,X.Jc,Z.G,Zo.kk,Zo.Cp,Mo.KQ,Ca.$z,Ca.iY,Ca.Sr,Nn.oV,ro.YN,Zo.Cn,et.vg,Ca.Hl,tt.kt],encapsulation:2})}}return F})();function n0(F,be){if(1&F&&(r.j41(0,"li",4)(1,"a",5),r.EFF(2),r.k0s()()),2&F){const u=r.XpG(3);r.Y8G("routerLink",u.pageInfo.padre),r.R7$(),r.Y8G("routerLink",u.pageInfo.padre),r.R7$(),r.SpI("Torna a ",u.pageInfo.padre_titolo,"")}}function Za(F,be){1&F&&(r.j41(0,"li",4)(1,"a",5),r.EFF(2,"Torna alla Dashboard"),r.k0s()()),2&F&&(r.Y8G("routerLink","/"),r.R7$(),r.Y8G("routerLink","/"))}function ho(F,be){if(1&F&&(r.j41(0,"div")(1,"div",0)(2,"div",1)(3,"h4",2),r.EFF(4),r.k0s(),r.j41(5,"div",3),r.DNE(6,n0,3,3,"li",4)(7,Za,3,2,"li",4),r.k0s()()()()),2&F){const u=r.XpG(2);r.R7$(4),r.SpI(" ",null==u.pageInfo?null:u.pageInfo.title," "),r.R7$(2),r.vxM(null!=u.pageInfo&&u.pageInfo.padre?6:7)}}function Pa(F,be){if(1&F&&r.DNE(0,ho,8,2,"div"),2&F){const u=r.XpG();r.vxM(null!=u.pageInfo&&u.pageInfo.title?0:-1)}}let Ka=(()=>{class F{constructor(u,A,W,ve){this.router=u,this.activatedRoute=A,this.titleService=W,this._location=ve,this.pageInfo=Object.create(null),this.myurl=this.router.url.slice(1).split("/"),this.router.events.pipe((0,kt.p)(Le=>Le instanceof g.wF)).pipe((0,xt.T)(()=>this.activatedRoute)).pipe((0,xt.T)(Le=>{for(;Le.firstChild;)Le=Le.firstChild;return Le})).pipe((0,kt.p)(Le=>"primary"===Le.outlet)).pipe((0,dn.Z)(Le=>Le.data)).subscribe(Le=>{this.titleService.setTitle(Le.title+" - Piattaforma Scuola Viva"),this.pageInfo=Le})}backClicked(){this._location.back()}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(g.Ix),r.rXU(g.nX),r.rXU(i.hE),r.rXU(tt.aZ))}}static{this.\u0275cmp=r.VBU({type:F,selectors:[["app-breadcrumb"]],standalone:!0,features:[r.aNF],decls:1,vars:1,consts:[[1,"rounded","bg-white","p-y-30","p-x-24","m-b-30","overflow-hidden"],[1,"d-flex","align-items-center","justify-content-between"],[1,"page-title","m-0","f-s-20","f-w-600"],[1,"d-flex","align-items-center"],[1,"breadcrumb-item",2,"list-style","none",3,"routerLink"],[1,"text-primary",3,"routerLink"]],template:function(A,W){1&A&&r.DNE(0,Pa,1,1),2&A&&r.vxM("Dashboard 1"!=(null==W.pageInfo?null:W.pageInfo.title)&&"Dashboard\n2"!=(null==W.pageInfo?null:W.pageInfo.title)?0:-1)},dependencies:[g.iI,g.Wk,X.X4],encapsulation:2})}}return F})();var $o=c(7575),Lo=c(9327),No=c(7038),co=c(1997),Z0=c(9183);const q0=["leftsidenav"],j0=["content"],qa=(F,be,u,A,W,ve,Le,Bn,Ia)=>({"sidebarNav-mini":F,"sidebarNav-horizontal":be,cardBorder:u,orange_theme:A,blue_theme:W,aqua_theme:ve,purple_theme:Le,green_theme:Bn,cyan_theme:Ia}),J0=F=>({"p-l-24 p-r-24":F}),Xo=F=>({maxWidth:F});function G0(F,be){if(1&F&&(r.j41(0,"div"),r.nrm(1,"mat-progress-bar",24),r.j41(2,"p",25),r.EFF(3),r.k0s()()),2&F){const u=be.ngIf;r.R7$(),r.Y8G("value",u),r.R7$(2),r.SpI("",u,"%")}}function z0(F,be){if(1&F&&(r.j41(0,"div",22),r.nrm(1,"mat-spinner"),r.DNE(2,G0,4,2,"div",23),r.nI1(3,"async"),r.k0s()),2&F){const u=r.XpG();r.R7$(2),r.Y8G("ngIf",r.bMT(3,1,u.uploadProgress$))}}function Fa(F,be){1&F&&(r.j41(0,"div",26)(1,"div")(2,"h2"),r.EFF(3," Gentile studente, hai raggiunto il limite di utilizzo senza pause di 2 ore della piattaforma."),r.nrm(4,"br")(5,"br"),r.EFF(6,"Effettua un pausa di 15 minuti, al termine la piattaforma sar\xe0 di nuovo disponibile. "),r.k0s()()())}function aa(F,be){1&F&&(r.j41(0,"div",26)(1,"div")(2,"h2"),r.EFF(3," Gentile studente, hai raggiunto il limite di utilizzo 8 ore giornaliere della piattaforma."),r.nrm(4,"br")(5,"br"),r.EFF(6,"La piattaforma sar\xe0 di nuovo disponibile a partire da domani. "),r.k0s()()())}function eo(F,be){if(1&F){const u=r.RV6();r.j41(0,"app-nav-item",40),r.bIt("notify",function(){r.eBV(u);const W=r.XpG(2);return r.Njj(W.sidenav.toggle())}),r.k0s()}2&F&&r.Y8G("item",be.$implicit)}function E0(F,be){if(1&F){const u=r.RV6();r.j41(0,"mat-sidenav",27,3),r.bIt("openedChange",function(W){r.eBV(u);const ve=r.XpG();return r.Njj(ve.onSidenavOpenedChange(W))})("closedStart",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.onSidenavClosedStart())}),r.j41(2,"div",28)(3,"app-sidebar",29),r.bIt("toggleMobileNav",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.sidenav.toggle())}),r.k0s(),r.j41(4,"ng-scrollbar",30)(5,"mat-nav-list",31),r.Z7z(6,eo,1,1,"app-nav-item",32,r.fX1),r.k0s()(),r.j41(8,"div",33)(9,"div",34)(10,"div",35)(11,"h5",36),r.EFF(12),r.k0s(),r.j41(13,"span",37),r.EFF(14),r.k0s()(),r.j41(15,"div",38)(16,"a",20),r.bIt("click",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.logout())}),r.nrm(17,"i-tabler",39),r.k0s()()()()()()}if(2&F){const u=r.XpG();r.Y8G("mode",u.isOver?"over":"side")("opened","side"===u.options.navPos&&u.options.sidenavOpened&&!u.isOver&&!u.resView),r.R7$(3),r.Y8G("showToggle",u.isOver),r.R7$(3),r.Dyx(u.navItems),r.R7$(6),r.SpI("",u.settings.getUserInfo("nome")," "),r.R7$(2),r.JRh(u.settings.getUserRoleNamePublic())}}function ko(F,be){if(1&F){const u=r.RV6();r.qex(0),r.j41(1,"app-header",41),r.bIt("toggleCollapsed",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.toggleCollapsed())})("toggleMobileNav",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.sidenav.toggle())})("toggleMobileFilterNav",function(){r.eBV(u),r.XpG();const W=r.sdS(22);return r.Njj(W.toggle())})("changeTheme",function(){r.eBV(u);const W=r.XpG();return r.Njj(W.toggleDarkThemeChildren())}),r.k0s(),r.bVm()}if(2&F){const u=r.XpG();r.R7$(),r.Y8G("showToggle",!u.isOver)}}function Ua(F,be){if(1&F&&(r.j41(0,"a",19),r.nrm(1,"img",42),r.k0s()),2&F){const u=r.XpG();r.R7$(),r.Y8G("src",u.getLogo(),r.B4B)}}function ao(F,be){if(1&F&&(r.j41(0,"a",19),r.nrm(1,"img",42),r.k0s()),2&F){const u=r.XpG();r.R7$(),r.Y8G("src",u.getLogo(!0),r.B4B)}}const Wa="screen and (min-width: 769px) and (max-width: 1024px)",S0="screen and (min-width: 1024px)",Ko="screen and (max-width: 1023px)",Ii=[{path:"",component:(()=>{class F{get isOver(){return this.isMobileScreen}get isTablet(){return this.resView}constructor(u,A,W,ve,Le,Bn,Ia,Sa,Zi){this.navItems="830830"===(this.settings=u,this.api=A,this.mediaMatcher=W,this.router=ve,this.breakpointObserver=Le,this.navService=Bn,this.route=Ia,this.loadingService=Sa,this.timerService=Zi,this.resView=!1,this.options=this.settings.getOptions(),this.layoutChangesSubscription=gt.yU.EMPTY,this.isMobileScreen=!1,this.isContentWidthFixed=!0,this.isCollapsedWidthFixed=!1,this.avatarLocation="/assets/images/profile/user-2.jpg",this.isLoading$=this.loadingService.loading$,this.uploadProgress$=this.loadingService.uploadProgress$,this.blocco_attivo=!1,this.isLocked=!1,this.isLockedDaily=!1,this.apps=[{id:1,img:"/assets/images/svgs/icon-dd-chat.svg",title:"Chat Application",subtitle:"Messages & Emails",link:"/apps/chat"},{id:2,img:"/assets/images/svgs/icon-dd-cart.svg",title:"eCommerce App",subtitle:"Buy a Product",link:"/apps/email/inbox"},{id:3,img:"/assets/images/svgs/icon-dd-invoice.svg",title:"Invoice App",subtitle:"Get latest invoice",link:"/apps/invoice"},{id:4,img:"/assets/images/svgs/icon-dd-date.svg",title:"Calendar App",subtitle:"Get Dates",link:"/apps/calendar"},{id:5,img:"/assets/images/svgs/icon-dd-mobile.svg",title:"Contact Application",subtitle:"2 Unsaved Contacts",link:"/apps/contacts"},{id:6,img:"/assets/images/svgs/icon-dd-lifebuoy.svg",title:"Tickets App",subtitle:"Create new ticket",link:"/apps/tickets"},{id:7,img:"/assets/images/svgs/icon-dd-message-box.svg",title:"Email App",subtitle:"Get new emails",link:"/apps/email/inbox"},{id:8,img:"/assets/images/svgs/icon-dd-application.svg",title:"Courses",subtitle:"Create new course",link:"/apps/courses"}],this.quicklinks=[{id:1,title:"Pricing Page",link:"/theme-pages/pricing"},{id:2,title:"Authentication Design",link:"/authentication/side-login"},{id:3,title:"Register Now",link:"/authentication/side-register"},{id:4,title:"404 Error Page",link:"/authentication/error"},{id:5,title:"Notes App",link:"/apps/notes"},{id:6,title:"Employee App",link:"/apps/employee"},{id:7,title:"Todo Application",link:"/apps/todo"},{id:8,title:"Treeview",link:"/theme-pages/treeview"}],this.blocco_attivo="1"==this.settings.getUserInfo("blocco_attivo"),localStorage.getItem("user_type_id"))?Xt:zt;let Rs=localStorage.getItem("activeTheme")??"";this.options.activeTheme=Rs,this.settings.setOptions(this.options),this.htmlElement=document.querySelector("html"),this.layoutChangesSubscription=this.breakpointObserver.observe(["screen and (max-width: 768px)",Wa,S0,Ko]).subscribe(Al=>{this.options.sidenavOpened=!0,this.isMobileScreen=Al.breakpoints[Ko],0==this.options.sidenavCollapsed&&(this.options.sidenavCollapsed=Al.breakpoints[Wa]),this.isContentWidthFixed=Al.breakpoints[S0],this.resView=Al.breakpoints[Ko]}),this.receiveOptions(this.options),this.router.events.pipe((0,kt.p)(Al=>Al instanceof g.wF)).subscribe(Al=>{this.content.scrollTo({top:0})})}ngOnInit(){this.api.avatarLocation$.subscribe(u=>{u&&(this.avatarLocation=u)})}ngOnDestroy(){this.layoutChangesSubscription.unsubscribe()}logout(){console.log("logout)"),this.api.setAvatarLocation(null),localStorage.removeItem("username"),localStorage.removeItem("user_info"),localStorage.removeItem("user_type_id"),localStorage.removeItem("activeTheme"),localStorage.removeItem("avatar_location"),localStorage.removeItem("profile_check"),this.router.navigate([st.P.getHomePath()],{relativeTo:this.route})}toggleCollapsed(){this.isContentWidthFixed=!1,this.options.sidenavCollapsed=!this.options.sidenavCollapsed,this.resetCollapsedState()}resetCollapsedState(u=400){setTimeout(()=>this.settings.setOptions(this.options),u)}onSidenavClosedStart(){this.isContentWidthFixed=!1}onSidenavOpenedChange(u){this.isCollapsedWidthFixed=!this.isOver,this.options.sidenavOpened=u,this.settings.setOptions(this.options)}receiveOptions(u){this.options=u,this.toggleDarkTheme(u)}toggleDarkTheme(u){"dark"===u.theme?(this.htmlElement.classList.add("dark-theme"),this.htmlElement.classList.remove("light-theme")):(this.htmlElement.classList.remove("dark-theme"),this.htmlElement.classList.add("light-theme"))}toggleDarkThemeChildren(){"dark"===this.options.theme?(this.htmlElement.classList.add("dark-theme"),this.htmlElement.classList.remove("light-theme")):(this.htmlElement.classList.remove("dark-theme"),this.htmlElement.classList.add("light-theme"))}getLogo(u=!1){return"./assets/images/logos/logo.png"}static{this.\u0275fac=function(A){return new(A||F)(r.rXU(st.P),r.rXU(Qa.W),r.rXU(Lo.DY),r.rXU(g.Ix),r.rXU(Lo.QP),r.rXU(ie),r.rXU(g.nX),r.rXU(No.U),r.rXU(Ea))}}static{this.\u0275cmp=r.VBU({type:F,selectors:[["app-full"]],viewQuery:function(A,W){if(1&A&&(r.GBs(q0,5),r.GBs(j0,7)),2&A){let ve;r.mGM(ve=r.lsd())&&(W.sidenav=ve.first),r.mGM(ve=r.lsd())&&(W.content=ve.first)}},standalone:!0,features:[r.aNF],decls:30,vars:29,consts:[["content",""],["customizerRight",""],["filterNavRight",""],["leftsidenav",""],["class","loading-overlay",4,"ngIf"],["class","block-overlay",4,"ngIf"],["autosize","","autoFocus","",1,"mainWrapper",3,"ngClass","dir"],["position","start",1,"sidebarNav",3,"mode","opened"],[1,"contentWrapper",3,"ngClass"],[1,"pageWrapper",3,"ngClass"],[1,"m-t-30",3,"ngClass"],["mode","over","position","end"],[1,"p-x-16","p-y-20","d-flex","align-items-center","justify-content-between"],[1,"mat-subtitle-1","f-s-21","f-w-600"],["mat-button","",1,"d-lg-none",3,"click"],["name","x",1,"icon-20","d-flex"],["mode","over","position","end",1,"filter-sidebar"],[1,"d-flex","justify-content-between","align-items-center"],[1,"branding"],["href","/"],["mat-icon-button","",1,"d-flex","justify-content-center",3,"click"],["name","x",1,"icon-18","d-flex"],[1,"loading-overlay"],[4,"ngIf"],["mode","determinate",1,"m-t-20",3,"value"],[1,"progress-text"],[1,"block-overlay"],["position","start",1,"sidebarNav",3,"openedChange","closedStart","mode","opened"],[1,"flex-layout"],[3,"toggleMobileNav","showToggle"],[1,"position-relative",2,"height","100%"],[1,"sidebar-list"],[3,"item"],[1,"p-16","m-t-auto","profile-bar"],[1,"bg-light-primary","d-flex","align-items-center","rounded","p-24"],[1,"m-l-16"],[1,"f-s-16","m-0","f-w-600","m-b-4"],[1,"f-s-12"],[1,"m-l-auto"],["name","power",1,"text-primary","icon-18","d-flex"],[3,"notify","item"],[3,"toggleCollapsed","toggleMobileNav","toggleMobileFilterNav","changeTheme","showToggle"],["alt","logo",1,"align-middle","m-2",3,"src"]],template:function(A,W){if(1&A){const ve=r.RV6();r.DNE(0,z0,4,3,"div",4),r.nI1(1,"async"),r.DNE(2,Fa,7,0,"div",5)(3,aa,7,0,"div",5),r.j41(4,"mat-sidenav-container",6),r.DNE(5,E0,18,5,"mat-sidenav",7),r.j41(6,"mat-sidenav-content",8,0)(8,"main",9),r.DNE(9,ko,2,1,"ng-container"),r.j41(10,"div",10),r.nrm(11,"app-breadcrumb")(12,"router-outlet"),r.k0s()()(),r.j41(13,"mat-sidenav",11,1)(15,"div",12)(16,"h3",13),r.EFF(17,"Personalizzazione"),r.k0s(),r.j41(18,"button",14),r.bIt("click",function(){r.eBV(ve);const Bn=r.sdS(14);return r.Njj(Bn.toggle())}),r.nrm(19,"i-tabler",15),r.k0s()(),r.nrm(20,"mat-divider"),r.k0s()(),r.j41(21,"mat-drawer",16,2)(23,"div")(24,"div",17)(25,"div",18),r.DNE(26,Ua,2,1,"a",19)(27,ao,2,1,"a",19),r.k0s(),r.j41(28,"button",20),r.bIt("click",function(){r.eBV(ve);const Bn=r.sdS(22);return r.Njj(Bn.toggle())}),r.nrm(29,"i-tabler",21),r.k0s()()()()}2&A&&(r.Y8G("ngIf",r.bMT(1,11,W.isLoading$)),r.R7$(2),r.Y8G("ngIf",W.isLocked),r.R7$(),r.Y8G("ngIf",W.isLockedDaily),r.R7$(),r.Y8G("ngClass",r.zJS(13,qa,[W.options.sidenavCollapsed&&"top"!==W.options.navPos&&!W.options.horizontal&&!W.resView,W.options.horizontal,W.options.cardBorder,"orange_theme"==W.options.activeTheme,"blue_theme"==W.options.activeTheme,"aqua_theme"==W.options.activeTheme,"purple_theme"==W.options.activeTheme,"green_theme"==W.options.activeTheme,"cyan_theme"==W.options.activeTheme]))("dir",W.options.dir),r.R7$(),r.vxM(W.options.horizontal?-1:5),r.R7$(),r.Y8G("ngClass",r.eq3(23,J0,!W.options.horizontal)),r.R7$(2),r.Y8G("ngClass",r.eq3(25,Xo,W.options.boxed)),r.R7$(),r.vxM(W.options.horizontal?-1:9),r.R7$(),r.Y8G("ngClass",r.eq3(27,J0,W.options.horizontal)),r.R7$(16),r.vxM("light"===W.options.theme?26:27))},dependencies:[g.iI,g.n3,ce,Z.G,J.ig,et.qe,et.LG,et.US,et.El,co.q,yt._L,Ca.$z,Ca.pQ,Ca.iY,Z0.LG,$o.HM,tt.MD,tt.YU,tt.bT,tt.Jj,Be,D0,Oo,X.X4,X.Jc,e0,Ka,$o.PO],styles:[".loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000}.loading-overlay .progress-text{color:#fff;margin-top:8px;font-size:14px}.block-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;color:#fff;font-size:14px;font-weight:700;text-align:center}\n"],encapsulation:2})}}return F})(),children:[{path:"",redirectTo:"/authentication/login",pathMatch:"full"},{path:"admin",loadChildren:()=>Promise.all([c.e(764),c.e(411)]).then(c.bind(c,792)).then(F=>F.PagesRoutes)},{path:"studenti",loadChildren:()=>Promise.all([c.e(764),c.e(431)]).then(c.bind(c,8431)).then(F=>F.PagesRoutes)}]},{path:"",component:Ot,children:[{path:"authentication",loadChildren:()=>c.e(467).then(c.bind(c,8467)).then(F=>F.AuthenticationRoutes)}]},{path:"**",redirectTo:"authentication/error"}];let Co=(()=>{class F{constructor(u,A,W,ve,Le){this.doc=u,this.delegate=A,this.zone=W,this.animationType=ve,this.moduleImpl=Le,this._rendererFactoryPromise=null,this.scheduler=(0,r.WQX)(r.An2,{optional:!0}),this.loadingSchedulerFn=(0,r.WQX)(T0,{optional:!0})}ngOnDestroy(){this._engine?.flush()}loadImpl(){const u=()=>this.moduleImpl??c.e(8).then(c.bind(c,8008)).then(W=>W);let A;return A=this.loadingSchedulerFn?this.loadingSchedulerFn(u):u(),A.catch(W=>{throw new r.wOt(5300,!1)}).then(({\u0275createEngine:W,\u0275AnimationRendererFactory:ve})=>{this._engine=W(this.animationType,this.doc);const Le=new ve(this.delegate,this._engine,this.zone);return this.delegate=Le,Le})}createRenderer(u,A){const W=this.delegate.createRenderer(u,A);if(0===W.\u0275type)return W;"boolean"==typeof W.throwOnSyntheticProps&&(W.throwOnSyntheticProps=!1);const ve=new _o(W);return A?.data?.animation&&!this._rendererFactoryPromise&&(this._rendererFactoryPromise=this.loadImpl()),this._rendererFactoryPromise?.then(Le=>{const Bn=Le.createRenderer(u,A);ve.use(Bn),this.scheduler?.notify(10)}).catch(Le=>{ve.use(W)}),ve}begin(){this.delegate.begin?.()}end(){this.delegate.end?.()}whenRenderingDone(){return this.delegate.whenRenderingDone?.()??Promise.resolve()}static{this.\u0275fac=function(A){r.QTQ()}}static{this.\u0275prov=r.jDH({token:F,factory:F.\u0275fac})}}return F})();class _o{constructor(be){this.delegate=be,this.replay=[],this.\u0275type=1}use(be){if(this.delegate=be,null!==this.replay){for(const u of this.replay)u(be);this.replay=null}}get data(){return this.delegate.data}destroy(){this.replay=null,this.delegate.destroy()}createElement(be,u){return this.delegate.createElement(be,u)}createComment(be){return this.delegate.createComment(be)}createText(be){return this.delegate.createText(be)}get destroyNode(){return this.delegate.destroyNode}appendChild(be,u){this.delegate.appendChild(be,u)}insertBefore(be,u,A,W){this.delegate.insertBefore(be,u,A,W)}removeChild(be,u,A){this.delegate.removeChild(be,u,A)}selectRootElement(be,u){return this.delegate.selectRootElement(be,u)}parentNode(be){return this.delegate.parentNode(be)}nextSibling(be){return this.delegate.nextSibling(be)}setAttribute(be,u,A,W){this.delegate.setAttribute(be,u,A,W)}removeAttribute(be,u,A){this.delegate.removeAttribute(be,u,A)}addClass(be,u){this.delegate.addClass(be,u)}removeClass(be,u){this.delegate.removeClass(be,u)}setStyle(be,u,A,W){this.delegate.setStyle(be,u,A,W)}removeStyle(be,u,A){this.delegate.removeStyle(be,u,A)}setProperty(be,u,A){this.shouldReplay(u)&&this.replay.push(W=>W.setProperty(be,u,A)),this.delegate.setProperty(be,u,A)}setValue(be,u){this.delegate.setValue(be,u)}listen(be,u,A){return this.shouldReplay(u)&&this.replay.push(W=>W.listen(be,u,A)),this.delegate.listen(be,u,A)}shouldReplay(be){return null!==this.replay&&be.startsWith("@")}}const T0=new r.nKC("");class U{constructor(be,u="/assets/i18n/",A=".json"){this.http=be,this.prefix=u,this.suffix=A}getTranslation(be){return this.http.get(`${this.prefix}${be}${this.suffix}`)}}const N='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4" />\n  <path d="M4 13c.468 3.6 3.384 6.546 7 7" />\n  <path d="M18 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" />\n  <path d="M15 21v-6" />\n</svg>\n\n\n',E='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10l2 -2v8" />\n  <path d="M9 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n  <path d="M17 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" />\n</svg>\n\n\n',ut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 13c.325 2.532 1.881 4.781 4 6" />\n  <path d="M20 11a8.1 8.1 0 0 0 -15.5 -2" />\n  <path d="M4 5v4h4" />\n  <path d="M12 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" />\n  <path d="M18 15v2a1 1 0 0 0 1 1h1" />\n  <path d="M21 15v6" />\n</svg>\n\n\n',pe='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 16h-4l3.47 -4.66a2 2 0 1 0 -3.47 -1.54" />\n  <path d="M10 16v-8h4" />\n  <path d="M10 12l3 0" />\n  <path d="M17 16v-6a2 2 0 0 1 4 0v6" />\n  <path d="M17 13l4 0" />\n</svg>\n\n\n',Rn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n  <path d="M3 5h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" />\n  <path d="M17 7v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n  <path d="M3 16c0 1.657 4.03 3 9 3s9 -1.343 9 -3" />\n</svg>\n\n\n',ra='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 15.328c2.414 -.718 4 -1.94 4 -3.328c0 -2.21 -4.03 -4 -9 -4s-9 1.79 -9 4s4.03 4 9 4" />\n  <path d="M9 13l3 3l-3 3" />\n</svg>\n\n\n',Do='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 17.6l-2 -1.1v-2.5" />\n  <path d="M4 10v-2.5l2 -1.1" />\n  <path d="M10 4.1l2 -1.1l2 1.1" />\n  <path d="M18 6.4l2 1.1v2.5" />\n  <path d="M20 14v2" />\n  <path d="M14 19.9l-2 1.1l-2 -1.1" />\n  <path d="M18 8.6l2 -1.1" />\n  <path d="M12 12v2.5" />\n  <path d="M12 18.5v2.5" />\n  <path d="M12 12l-2 -1.12" />\n  <path d="M6 8.6l-2 -1.1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',a0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 17.6l-2 -1.1v-2.5" />\n  <path d="M4 10v-2.5l2 -1.1" />\n  <path d="M10 4.1l2 -1.1l2 1.1" />\n  <path d="M18 6.4l2 1.1v2.5" />\n  <path d="M20 14v2.5l-2 1.12" />\n  <path d="M14 19.9l-2 1.1l-2 -1.1" />\n  <path d="M12 12l2 -1.1" />\n  <path d="M18 8.6l2 -1.1" />\n  <path d="M12 12l0 2.5" />\n  <path d="M12 18.5l0 2.5" />\n  <path d="M12 12l-2 -1.12" />\n  <path d="M6 8.6l-2 -1.1" />\n</svg>\n\n\n',m0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a7 7 0 0 1 7 7v4l-3 -3" />\n  <path d="M22 11l-3 3" />\n  <path d="M8 15.5l-5 -3l5 -3l5 3v5.5l-5 3z" />\n  <path d="M3 12.5v5.5l5 3" />\n  <path d="M8 15.545l5 -3.03" />\n</svg>\n\n\n',ti='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 21h3c.81 0 1.48 -.67 1.48 -1.48l.02 -.02c0 -.82 -.69 -1.5 -1.5 -1.5h-3v3z" />\n  <path d="M16 15h2.5c.84 -.01 1.5 .66 1.5 1.5s-.66 1.5 -1.5 1.5h-2.5v-3z" />\n  <path d="M4 9v-4c0 -1.036 .895 -2 2 -2s2 .964 2 2v4" />\n  <path d="M2.99 11.98a9 9 0 0 0 9 9m9 -9a9 9 0 0 0 -9 -9" />\n  <path d="M8 7h-4" />\n</svg>\n\n\n',o0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" />\n  <path d="M12 12v6" />\n  <path d="M12 6v2" />\n  <path d="M16 8h3a2 2 0 1 1 0 4h-3m3 0a2 2 0 0 1 .83 3.82m-3.83 -3.82v-4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',O0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 16v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" />\n  <path d="M12 6l0 12" />\n  <path d="M16 16v-8h3a2 2 0 0 1 0 4h-3m3 0a2 2 0 0 1 0 4h-3" />\n</svg>\n\n\n',bo='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5v16" />\n  <path d="M19 21v-2m0 -4v-12" />\n  <path d="M5 7h2m4 0h8" />\n  <path d="M5 15h10" />\n  <path d="M8 13v4" />\n  <path d="M11 13v4" />\n  <path d="M16 16v1" />\n  <path d="M14 5v4" />\n  <path d="M11 5v2" />\n  <path d="M8 8v1" />\n  <path d="M3 21h18" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',f0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3v18" />\n  <path d="M19 21v-18" />\n  <path d="M5 7h14" />\n  <path d="M5 15h14" />\n  <path d="M8 13v4" />\n  <path d="M11 13v4" />\n  <path d="M16 13v4" />\n  <path d="M14 5v4" />\n  <path d="M11 5v4" />\n  <path d="M8 5v4" />\n  <path d="M3 21h18" />\n</svg>\n\n\n',Pi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 16v-6a2 2 0 1 1 4 0v6" />\n  <path d="M3 13h4" />\n  <path d="M10 8v6a2 2 0 1 0 4 0v-1a2 2 0 1 0 -4 0v1" />\n  <path d="M20.732 12a2 2 0 0 0 -3.732 1v1a2 2 0 0 0 3.726 1.01" />\n</svg>\n\n\n',w0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M14.828 9.172a4 4 0 0 1 1.172 2.828" />\n  <path d="M17.657 6.343a8 8 0 0 1 1.635 8.952" />\n  <path d="M9.168 14.828a4 4 0 0 1 0 -5.656" />\n  <path d="M6.337 17.657a8 8 0 0 1 0 -11.314" />\n</svg>\n\n\n',Uo='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12l0 .01" />\n  <path d="M14.828 9.172a4 4 0 0 1 0 5.656" />\n  <path d="M17.657 6.343a8 8 0 0 1 0 11.314" />\n  <path d="M9.168 14.828a4 4 0 0 1 0 -5.656" />\n  <path d="M6.337 17.657a8 8 0 0 1 0 -11.314" />\n</svg>\n\n\n',jo='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.051 6.844a1 1 0 0 0 -1.152 -.663l-.113 .03l-2.684 .895l-2.684 -.895l-.113 -.03a1 1 0 0 0 -.628 1.884l.109 .044l2.316 .771v.976l-1.832 2.75l-.06 .1a1 1 0 0 0 .237 1.21l.1 .076l.101 .06a1 1 0 0 0 1.21 -.237l.076 -.1l1.168 -1.752l1.168 1.752l.07 .093a1 1 0 0 0 1.653 -1.102l-.059 -.1l-1.832 -2.75v-.977l2.316 -.771l.109 -.044a1 1 0 0 0 .524 -1.221zm-3.949 -4.184a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ri='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16.5l2 -3l2 3m-2 -3v-1.5m2.627 -1.376l.373 -.124m-6 0l2.231 .744" />\n  <path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" />\n  <path d="M12 8a.5 .5 0 1 0 -.5 -.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',oa='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 16.5l2 -3l2 3m-2 -3v-2l3 -1m-6 0l3 1" />\n  <circle cx="12" cy="7.5" r=".5" fill="currentColor" />\n</svg>\n\n\n',La='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h4.5l1.5 -6l4 12l2 -9l1.5 3h4.5" />\n</svg>\n\n\n',Ja='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h4l3 8l4 -16l3 8h4" />\n</svg>\n\n\n',Bo='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.933 5h-6.933v16h13v-8" />\n  <path d="M14 17h-5" />\n  <path d="M9 13h5v-4h-5z" />\n  <path d="M15 5v-2" />\n  <path d="M18 6l2 -2" />\n  <path d="M19 9h2" />\n</svg>\n\n\n',ja='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10c-5.43 0 -9.848 -4.327 -9.996 -9.72l-.004 -.28l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm-3.5 6a2.5 2.5 0 0 0 -2.495 2.336l-.005 .164v4.5l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-1h1v1l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4.5l-.005 -.164a2.5 2.5 0 0 0 -2.495 -2.336zm6.5 0h-1a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h1a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3zm0 2a1 1 0 0 1 1 1v2a1 1 0 0 1 -.883 .993l-.117 .007v-4zm-6.5 0a.5 .5 0 0 1 .492 .41l.008 .09v1.5h-1v-1.5l.008 -.09a.5 .5 0 0 1 .492 -.41z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',M0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.91 4.949a9.968 9.968 0 0 0 -2.91 7.051c0 5.523 4.477 10 10 10a9.968 9.968 0 0 0 7.05 -2.909" />\n  <path d="M20.778 16.793a9.955 9.955 0 0 0 1.222 -4.793c0 -5.523 -4.477 -10 -10 -10c-1.74 0 -3.376 .444 -4.8 1.225" />\n  <path d="M7 15v-4.5a1.5 1.5 0 0 1 2.138 -1.358" />\n  <path d="M9.854 9.853c.094 .196 .146 .415 .146 .647v4.5" />\n  <path d="M7 13h3" />\n  <path d="M14 14v1h1" />\n  <path d="M17 13v-2a2 2 0 0 0 -2 -2h-1v1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ei='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-10 0a10 10 0 1 0 20 0a10 10 0 1 0 -20 0" />\n  <path d="M7 15v-4.5a1.5 1.5 0 0 1 3 0v4.5" />\n  <path d="M7 13h3" />\n  <path d="M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" />\n</svg>\n\n\n',li='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 4h-14a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3zm-10 4a3 3 0 0 1 2.995 2.824l.005 .176v4a1 1 0 0 1 -1.993 .117l-.007 -.117v-1h-2v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-4a3 3 0 0 1 3 -3zm0 2a1 1 0 0 0 -.993 .883l-.007 .117v1h2v-1a1 1 0 0 0 -1 -1zm8 -2a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -.883 .993l-.117 .007h-1.5a2.5 2.5 0 1 1 .326 -4.979l.174 .029v-2.05a1 1 0 0 1 .883 -.993l.117 -.007zm-1.41 5.008l-.09 -.008a.5 .5 0 0 0 -.09 .992l.09 .008h.5v-.5l-.008 -.09a.5 .5 0 0 0 -.318 -.379l-.084 -.023z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',yi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" />\n  <path d="M7 15v-4a2 2 0 0 1 2 -2m2 2v4" />\n  <path d="M7 13h4" />\n  <path d="M17 9v4" />\n  <path d="M16.115 12.131c.33 .149 .595 .412 .747 .74" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Yo='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 15v-4a2 2 0 0 1 4 0v4" />\n  <path d="M7 13l4 0" />\n  <path d="M17 9v6h-1.5a1.5 1.5 0 1 1 1.5 -1.5" />\n</svg>\n\n\n',io='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.57 3.399c-.363 .37 -.87 .601 -1.43 .601h-10a2 2 0 0 1 -2 -2v-12" />\n  <path d="M10 16h6" />\n  <path d="M11 11a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2" />\n  <path d="M4 8h3" />\n  <path d="M4 12h3" />\n  <path d="M4 16h3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Fi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 6v12a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2z" />\n  <path d="M10 16h6" />\n  <path d="M13 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M4 8h3" />\n  <path d="M4 12h3" />\n  <path d="M4 16h3" />\n</svg>\n\n\n',hi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8h4v4h-4z" />\n  <path d="M6 4l0 4" />\n  <path d="M6 12l0 8" />\n  <path d="M10 14h4v4h-4z" />\n  <path d="M12 4l0 10" />\n  <path d="M12 18l0 2" />\n  <path d="M16 5h4v4h-4z" />\n  <path d="M18 4l0 1" />\n  <path d="M18 9l0 11" />\n</svg>\n\n\n',di='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 4v10" />\n  <path d="M19 16l-2 3h4l-2 3" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v3" />\n</svg>\n\n\n',ni='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.499 14.675a2 2 0 1 0 -1.499 3.325" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v3" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',ls='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.823 15.176a2 2 0 1 0 -2.638 2.651" />\n  <path d="M12 4v10" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v5" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',ai='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.557 14.745a2 2 0 1 0 -1.557 3.255" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v4" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',ki='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.199 14.399a2 2 0 1 0 -1.199 3.601" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v2.5" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',ci='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.366 14.54a2 2 0 1 0 -.216 3.097" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v1" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',Ci='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.945 15.53a2 2 0 1 0 -1.945 2.47" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v3" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',oi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v3" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',_0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3a1 1 0 0 1 .993 .883l.007 .117v3.171a3.001 3.001 0 0 1 0 5.658v7.171a1 1 0 0 1 -1.993 .117l-.007 -.117v-7.17a3.002 3.002 0 0 1 -1.995 -2.654l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-3.17a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M12 3a1 1 0 0 1 .993 .883l.007 .117v9.171a3.001 3.001 0 0 1 0 5.658v1.171a1 1 0 0 1 -1.993 .117l-.007 -.117v-1.17a3.002 3.002 0 0 1 -1.995 -2.654l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-9.17a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M18 3a1 1 0 0 1 .993 .883l.007 .117v.171a3.001 3.001 0 0 1 0 5.658v10.171a1 1 0 0 1 -1.993 .117l-.007 -.117v-10.17a3.002 3.002 0 0 1 -1.995 -2.654l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-.17a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',hs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M12 4v8.5" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v2.5" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',pi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M4 6l8 0" />\n  <path d="M16 6l4 0" />\n  <path d="M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M4 12l2 0" />\n  <path d="M10 12l10 0" />\n  <path d="M17 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M4 18l11 0" />\n  <path d="M19 18l1 0" />\n</svg>\n\n\n',H0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.954 15.574a2 2 0 1 0 -1.954 2.426" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v6" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',Li='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 6v2" />\n  <path d="M6 12v8" />\n  <path d="M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 4v4m0 4v2" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v5m0 4v2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',vi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.627 14.836a2 2 0 1 0 -.62 2.892" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n  <path d="M18 9v4.5" />\n</svg>\n\n\n',s0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.071 14.31a2 2 0 1 0 -1.071 3.69" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v2.5" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.958 15.592a2 2 0 1 0 -1.958 2.408" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v3" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',T='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.577 14.77a2 2 0 1 0 .117 2.295" />\n  <path d="M12 4v10" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v2" />\n</svg>\n\n\n',v='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M12 14a2 2 0 0 0 -1.042 3.707" />\n  <path d="M12 4v10" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v2" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',y='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.387 14.56a2 2 0 1 0 -.798 3.352" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n  <path d="M18 9v4" />\n</svg>\n\n\n',P='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M12 4v9.5" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n  <path d="M18 9v1" />\n</svg>\n\n\n',nt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.927 15.462a2 2 0 1 0 -1.927 2.538" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v3" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',$t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M13.653 14.874a2 2 0 1 0 -.586 2.818" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v4" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',_e='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M6 4v4" />\n  <path d="M6 12v8" />\n  <path d="M10 16a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 4v10" />\n  <path d="M12 18v2" />\n  <path d="M16 7a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M18 4v1" />\n  <path d="M18 9v11" />\n</svg>\n\n\n',Ye='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5l16 -2m-8 1v10m-5.106 -6h10.306c2.45 3 2.45 9 -.2 12h-10.106c-2.544 -3 -2.544 -9 0 -12zm-1.894 6h14" />\n</svg>\n\n\n',He='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.5 3a2.5 2.5 0 1 1 -.912 4.828l-4.556 4.555a5.475 5.475 0 0 1 .936 3.714l2.624 .787a2.5 2.5 0 1 1 -.575 1.916l-2.623 -.788a5.5 5.5 0 0 1 -10.39 -2.29l-.004 -.222l.004 -.221a5.5 5.5 0 0 1 2.984 -4.673l-.788 -2.624a2.498 2.498 0 0 1 -2.194 -2.304l-.006 -.178l.005 -.164a2.5 2.5 0 1 1 4.111 2.071l.787 2.625a5.475 5.475 0 0 1 3.714 .936l4.555 -4.556a2.487 2.487 0 0 1 -.167 -.748l-.005 -.164l.005 -.164a2.5 2.5 0 0 1 2.495 -2.336z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Qe='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.931 6.936l1.275 4.249m5.607 5.609l4.251 1.275" />\n  <path d="M11.683 12.317l5.759 -5.759" />\n  <path d="M5.5 5.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M18.5 5.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M18.5 18.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M8.5 15.5m-4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0" />\n</svg>\n\n\n',bn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 19m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M12 16c3.314 0 6 -4.686 6 -8a6 6 0 1 0 -12 0c0 3.314 2.686 8 6 8z" />\n  <path d="M12 9m-2 0a2 7 0 1 0 4 0a2 7 0 1 0 -4 0" />\n</svg>\n\n\n',Gn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 8m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 16v-3a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v3" />\n</svg>\n\n\n',hn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16a3 3 0 0 1 -3 3" />\n  <path d="M16 16a3 3 0 0 0 3 3" />\n  <path d="M12 16v4" />\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 13v-3a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v3" />\n</svg>\n\n\n',Sn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 3h2" />\n  <path d="M12 3v3" />\n  <path d="M5.998 6h12.004a2 2 0 0 1 1.916 2.575l-1.8 6a2 2 0 0 1 -1.916 1.425h-8.404a2 2 0 0 1 -1.916 -1.425l-1.8 -6a2 2 0 0 1 1.916 -2.575z" />\n  <path d="M8.5 6l1.5 10v5" />\n  <path d="M15.5 6l-1.5 10v5" />\n</svg>\n\n\n',qn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 13a7 7 0 1 0 14 0a7 7 0 0 0 -14 0" />\n  <path d="M7 4l-2.75 2" />\n  <path d="M17 4l2.75 2" />\n  <path d="M8 13h1l2 3l2 -6l2 3h1" />\n</svg>\n\n\n',M='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-4 2.928a1 1 0 0 0 -1 1v3l.007 .117a1 1 0 0 0 .993 .883h2l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-1v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n  <path d="M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',j='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-2 5.928h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n  <path d="M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',C='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M7 4l-2.75 2" />\n  <path d="M17 4l2.75 2" />\n  <path d="M10 13h4" />\n</svg>\n\n\n',R='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.587 7.566a7 7 0 1 0 9.833 9.864m1.35 -2.645a7 7 0 0 0 -8.536 -8.56" />\n  <path d="M12 12v1h1" />\n  <path d="M5.261 5.265l-1.011 .735" />\n  <path d="M17 4l2.75 2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Mt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-4 3.928a1 1 0 0 0 -1 1v1h-1l-.117 .007a1 1 0 0 0 .117 1.993h1v1l.007 .117a1 1 0 0 0 1.993 -.117v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n  <path d="M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ye='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M7 4l-2.75 2" />\n  <path d="M17 4l2.75 2" />\n  <path d="M10 13h4" />\n  <path d="M12 11v4" />\n</svg>\n\n\n',Pe='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 6.072a8 8 0 1 1 -11.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-2 3.928h-4l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h1.584l-2.291 2.293l-.076 .084c-.514 .637 -.07 1.623 .783 1.623h4l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-1.586l2.293 -2.293l.076 -.084c.514 -.637 .07 -1.623 -.783 -1.623z" stroke-width="0" fill="currentColor" />\n  <path d="M6.412 3.191a1 1 0 0 1 1.273 1.539l-.097 .08l-2.75 2a1 1 0 0 1 -1.273 -1.54l.097 -.08l2.75 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M16.191 3.412a1 1 0 0 1 1.291 -.288l.106 .067l2.75 2a1 1 0 0 1 -1.07 1.685l-.106 -.067l-2.75 -2a1 1 0 0 1 -.22 -1.397z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',fn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M10 11h4l-4 4h4" />\n  <path d="M7 4l-2.75 2" />\n  <path d="M17 4l2.75 2" />\n</svg>\n\n\n',Pn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M12 10l0 3l2 0" />\n  <path d="M7 4l-2.75 2" />\n  <path d="M17 4l2.75 2" />\n</svg>\n\n\n',Fn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.581 3.41c-.362 .364 -.864 .59 -1.419 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.052 .585 -1.413" />\n  <path d="M12 4v4m1.503 1.497l.497 -.497l2 2v-7" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Dn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M12 4v7l2 -2l2 2v-7" />\n</svg>\n\n\n',pn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm.01 13l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',gn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.644 5.629a9 9 0 1 0 12.715 12.741m1.693 -2.349a9 9 0 0 0 -12.087 -12.068" />\n  <path d="M12 7v1" />\n  <path d="M12 16h.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',yn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M12 8v4" />\n  <path d="M12 16h.01" />\n</svg>\n\n\n',We='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.026 -.097l.19 .097l6.775 3.995l.096 .063l.092 .077l.107 .075a3.224 3.224 0 0 1 1.266 2.188l.018 .202l.005 .204v7.284c0 1.106 -.57 2.129 -1.454 2.693l-.17 .1l-6.803 4.302c-.918 .504 -2.019 .535 -3.004 .068l-.196 -.1l-6.695 -4.237a3.225 3.225 0 0 1 -1.671 -2.619l-.007 -.207v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098zm1.585 13.586l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Hn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.36 18.387l-5.268 3.333a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l1.317 -.777m2.535 -1.493l2.898 -1.709a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .414 -.116 .812 -.326 1.155" />\n  <path d="M12 7v1" />\n  <path d="M12 8v.01" />\n  <path d="M3 3l18 18" />\n  <path d="M12 16h.01" />\n</svg>\n\n\n',ma='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M12 8v4" />\n  <path d="M12 16h.01" />\n</svg>\n\n\n',Oa='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.897 1a4 4 0 0 1 2.664 1.016l.165 .156l4.1 4.1a4 4 0 0 1 1.168 2.605l.006 .227v5.794a4 4 0 0 1 -1.016 2.664l-.156 .165l-4.1 4.1a4 4 0 0 1 -2.603 1.168l-.227 .006h-5.795a3.999 3.999 0 0 1 -2.664 -1.017l-.165 -.156l-4.1 -4.1a4 4 0 0 1 -1.168 -2.604l-.006 -.227v-5.794a4 4 0 0 1 1.016 -2.664l.156 -.165l4.1 -4.1a4 4 0 0 1 2.605 -1.168l.227 -.006h5.793zm-2.887 14l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ya='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z" />\n  <path d="M12 8v4" />\n  <path d="M12 16h.01" />\n</svg>\n\n\n',fa='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 16h.01" />\n  <path d="M12 7v1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ha='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8v4" />\n  <path d="M12 16h.01" />\n</svg>\n\n\n',ea='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-6.99 13l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Da='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm.01 13l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -8a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',po='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.201 19.199c-1.35 1.35 -3.6 1.801 -7.201 1.801c-7.2 0 -9 -1.8 -9 -9c0 -3.598 .45 -5.847 1.797 -7.197m2.626 -1.376c1.204 -.307 2.709 -.427 4.577 -.427c7.2 0 9 1.8 9 9c0 1.865 -.12 3.367 -.425 4.57" />\n  <path d="M12 7v1" />\n  <path d="M12 16h.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Kn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n  <path d="M12 8v4" />\n  <path d="M12 16h.01" />\n</svg>\n\n\n',ui='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M12 8v4" />\n  <path d="M12 16h.01" />\n</svg>\n\n\n',ds='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm.01 13.33l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-.01 -7a1 1 0 0 0 -.993 .883l-.007 .117v4l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Ni='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21.998 17.997a1.913 1.913 0 0 0 -.255 -.872l-8.106 -13.534a1.914 1.914 0 0 0 -3.274 0l-1.04 1.736m-1.493 2.493l-5.573 9.304a1.914 1.914 0 0 0 1.636 2.871h16.107" />\n  <path d="M12 16h.01" />\n  <path d="M3 3l18 18" />\n  <path d="M12 7v1" />\n</svg>\n\n\n',Na='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9v4" />\n  <path d="M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" />\n  <path d="M12 16h.01" />\n</svg>\n\n\n',b0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.004 2c4.942 0 8.288 2.503 8.85 6.444a12.884 12.884 0 0 1 -2.163 9.308a11.794 11.794 0 0 1 -3.51 3.356c-1.982 1.19 -4.376 1.19 -6.373 -.008a11.763 11.763 0 0 1 -3.489 -3.34a12.808 12.808 0 0 1 -2.171 -9.306c.564 -3.95 3.91 -6.454 8.856 -6.454zm1.913 14.6a1 1 0 0 0 -1.317 -.517l-.146 .055a1.5 1.5 0 0 1 -1.054 -.055l-.11 -.04a1 1 0 0 0 -.69 1.874a3.5 3.5 0 0 0 2.8 0a1 1 0 0 0 .517 -1.317zm-5.304 -6.39a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -1.497l-2 -2zm8.094 .083a1 1 0 0 0 -1.414 0l-2 2l-.083 .094a1 1 0 0 0 1.497 1.32l2 -2l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',zo='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 17a2.5 2.5 0 0 0 2 0" />\n  <path d="M12 3c-4.664 0 -7.396 2.331 -7.862 5.595a11.816 11.816 0 0 0 2 8.592a10.777 10.777 0 0 0 3.199 3.064c1.666 1 3.664 1 5.33 0a10.777 10.777 0 0 0 3.199 -3.064a11.89 11.89 0 0 0 2 -8.592c-.466 -3.265 -3.198 -5.595 -7.862 -5.595z" />\n  <path d="M8 11l2 2" />\n  <path d="M16 11l-2 2" />\n</svg>\n\n\n',Eo='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-9.333 13a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 -4a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 2a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Di='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 15v2" />\n  <path d="M12 11v6" />\n  <path d="M15 13v4" />\n</svg>\n\n\n',Ps='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-12.333 13a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 -4a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 2a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',gi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 15v2" />\n  <path d="M10 11v6" />\n  <path d="M13 13v4" />\n</svg>\n\n\n',Vi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 13a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 -4a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 2a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',r0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M11 15v2" />\n  <path d="M14 11v6" />\n  <path d="M17 13v4" />\n</svg>\n\n\n',$n='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M11 17h2" />\n  <path d="M9 14h6" />\n  <path d="M10 11h4" />\n</svg>\n\n\n',Fs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.993 -2.802l-.007 -.198v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-6 12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm2 -3h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-1 -3h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',qi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M11 15h2" />\n  <path d="M9 12h6" />\n  <path d="M10 9h4" />\n</svg>\n\n\n',x0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M11 17h2" />\n  <path d="M9 12h6" />\n  <path d="M10 7h4" />\n</svg>\n\n\n',Ji='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M11 13h2" />\n  <path d="M9 10h6" />\n  <path d="M10 7h4" />\n</svg>\n\n\n',Ui='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-10.333 15h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm4 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm-2 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',$a='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 17h-2" />\n  <path d="M13 14h-6" />\n  <path d="M11 11h-4" />\n</svg>\n\n\n',ts='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-10.333 12h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm4 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm-2 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',no='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 15h-2" />\n  <path d="M13 12h-6" />\n  <path d="M11 9h-4" />\n</svg>\n\n\n',so='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M9 17h-2" />\n  <path d="M13 12h-6" />\n  <path d="M11 7h-4" />\n</svg>\n\n\n',es='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-10.333 9h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm4 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm-2 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',R0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 13h-2" />\n  <path d="M13 10h-6" />\n  <path d="M11 7h-4" />\n</svg>\n\n\n',ji='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 15h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',l0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M15 17h2" />\n  <path d="M11 14h6" />\n  <path d="M13 11h4" />\n</svg>\n\n\n',mi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -3h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -3h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',cs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 15h2" />\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M11 12h6" />\n  <path d="M13 9h4" />\n</svg>\n\n\n',Ol='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 17h2" />\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M11 12h6" />\n  <path d="M13 7h4" />\n</svg>\n\n\n',Ls='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-.333 9h-2l-.117 .007a1 1 0 0 0 .117 1.993h2l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993zm0 -3h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Ns='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M15 13h2" />\n  <path d="M11 10h6" />\n  <path d="M13 7h4" />\n</svg>\n\n\n',Hl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 3a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ps='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 9v-2" />\n  <path d="M12 13v-6" />\n  <path d="M15 11v-4" />\n</svg>\n\n\n',b2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-9.333 3a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',w='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 9v-2" />\n  <path d="M10 13v-6" />\n  <path d="M13 11v-4" />\n</svg>\n\n\n',B='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.333 3a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0a1 1 0 0 0 -1 1v2l.007 .117a1 1 0 0 0 1.993 -.117v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',b='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M11 9v-2" />\n  <path d="M14 13v-6" />\n  <path d="M17 11v-4" />\n</svg>\n\n\n',z='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6l16 0" />\n  <path d="M8 12l8 0" />\n  <path d="M6 18l12 0" />\n</svg>\n\n\n',$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6l16 0" />\n  <path d="M4 12l16 0" />\n  <path d="M4 18l12 0" />\n</svg>\n\n\n',wt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6l16 0" />\n  <path d="M4 12l10 0" />\n  <path d="M4 18l14 0" />\n</svg>\n\n\n',ee='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6l16 0" />\n  <path d="M10 12l10 0" />\n  <path d="M6 18l14 0" />\n</svg>\n\n\n',Ue='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.1 6c-1.1 2.913 -1.9 4.913 -2.4 6c-1.879 4.088 -3.713 6 -6 6c-2.4 0 -4.8 -2.4 -4.8 -6s2.4 -6 4.8 -6c2.267 0 4.135 1.986 6 6c.512 1.102 1.312 3.102 2.4 6" />\n</svg>\n\n\n',Se='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3" />\n  <path d="M19 7h-3a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1a2 2 0 0 0 2 -2v-3a2 2 0 0 0 -2 -2h-3" />\n</svg>\n\n\n',In='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10v7" />\n  <path d="M5 10m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z" />\n  <path d="M14 20v-11a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2" />\n</svg>\n\n\n',ta='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 10h2a2 2 0 0 1 2 2v5h-3a2 2 0 1 1 0 -4h3" />\n  <path d="M14 7v10" />\n  <path d="M14 10m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',ia='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 16v-6a2 2 0 1 1 4 0v6" />\n  <path d="M4 13h4" />\n  <path d="M11 8v8h4" />\n  <path d="M16 8h4" />\n  <path d="M18 8v8" />\n</svg>\n\n\n',S='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5" />\n  <path d="M6 10h4m-2 -2v4" />\n</svg>\n\n\n',te='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 20l-10.403 -10.972a2.948 2.948 0 0 1 0 -4.165a2.94 2.94 0 0 1 4.161 0a2.948 2.948 0 0 1 0 4.165l-4.68 4.687a3.685 3.685 0 0 0 0 5.207a3.675 3.675 0 0 0 5.2 0l5.722 -5.922" />\n</svg>\n\n\n',h='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.99 12.862a7.1 7.1 0 0 0 12.171 3.924a1.956 1.956 0 0 1 -.156 -.637l-.005 -.149l.005 -.15a2 2 0 1 1 1.769 2.137a9.099 9.099 0 0 1 -15.764 -4.85a1 1 0 0 1 1.98 -.275z" stroke-width="0" fill="currentColor" />\n  <path d="M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z" stroke-width="0" fill="currentColor" />\n  <path d="M13.142 3.09a9.1 9.1 0 0 1 7.848 7.772a1 1 0 0 1 -1.98 .276a7.1 7.1 0 0 0 -6.125 -6.064a7.096 7.096 0 0 0 -6.048 2.136a2 2 0 1 1 -3.831 .939l-.006 -.149l.005 -.15a2 2 0 0 1 2.216 -1.838a9.094 9.094 0 0 1 7.921 -2.922z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',f='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 11a8.1 8.1 0 0 0 -6.986 -6.918a8.086 8.086 0 0 0 -4.31 .62m-2.383 1.608a8.089 8.089 0 0 0 -1.326 1.69" />\n  <path d="M4 13a8.1 8.1 0 0 0 13.687 4.676" />\n  <path d="M20 16a1 1 0 0 0 -1 -1" />\n  <path d="M5 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9.888 9.87a3 3 0 1 0 4.233 4.252m.595 -3.397a3.012 3.012 0 0 0 -1.426 -1.435" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',x='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 11a8.1 8.1 0 0 0 -6.986 -6.918a8.095 8.095 0 0 0 -8.019 3.918" />\n  <path d="M4 13a8.1 8.1 0 0 0 15 3" />\n  <path d="M19 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M5 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',ct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12v9" />\n  <path d="M4 13a8 8 0 0 0 14.138 5.13m1.44 -2.56a7.99 7.99 0 0 0 .422 -2.57" />\n  <path d="M21 13h-2" />\n  <path d="M5 13h-2" />\n  <path d="M12.866 8.873a3 3 0 1 0 -3.737 -3.747" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ue='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9v12m-8 -8a8 8 0 0 0 16 0m1 0h-2m-14 0h-2" />\n  <path d="M12 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',vn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 19h-18l9 -15" />\n  <path d="M20.615 15.171h.015" />\n  <path d="M19.515 11.771h.015" />\n  <path d="M17.715 8.671h.015" />\n  <path d="M15.415 5.971h.015" />\n</svg>\n\n\n',Vn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 13h12" />\n  <path d="M12 21v-8l-.422 -.211a6.472 6.472 0 0 1 -3.578 -5.789a4 4 0 1 1 8 0a6.472 6.472 0 0 1 -3.578 5.789l-.422 .211" />\n</svg>\n\n\n',Ma='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18l0 .01" />\n  <path d="M10 18l0 .01" />\n  <path d="M14 18l0 .01" />\n  <path d="M18 18l0 .01" />\n</svg>\n\n\n',vo='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18l0 -3" />\n  <path d="M10 18l0 .01" />\n  <path d="M14 18l0 .01" />\n  <path d="M18 18l0 .01" />\n</svg>\n\n\n',I0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18l0 -3" />\n  <path d="M10 18l0 -6" />\n  <path d="M14 18l0 .01" />\n  <path d="M18 18l0 .01" />\n</svg>\n\n\n',Dr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18l0 -3" />\n  <path d="M10 18l0 -6" />\n  <path d="M14 18l0 -9" />\n  <path d="M18 18l0 .01" />\n</svg>\n\n\n',Lf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18l0 -3" />\n  <path d="M10 18l0 -6" />\n  <path d="M14 18l0 -9" />\n  <path d="M18 18l0 -12" />\n</svg>\n\n\n',x2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18v-3" />\n  <path d="M10 18v-6" />\n  <path d="M14 18v-4" />\n  <path d="M14 10v-1" />\n  <path d="M18 14v-8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Nf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 4v8" />\n  <path d="M16 4.5v7" />\n  <path d="M12 5v3m0 4v9" />\n  <path d="M8 8v2.5" />\n  <path d="M4 6v4" />\n  <path d="M20 8h-8m-4 0h-4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Bi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 4v8" />\n  <path d="M16 4.5v7" />\n  <path d="M12 5v16" />\n  <path d="M8 5.5v5" />\n  <path d="M4 6v4" />\n  <path d="M20 8h-16" />\n</svg>\n\n\n',Tc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.6 15h10.55" />\n  <path d="M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098" />\n  <path d="M7.395 7.534l2.416 7.438" />\n  <path d="M17.032 4.636l-4.852 3.526m-2.334 1.695l-1.349 .98" />\n  <path d="M20.559 14.51l-8.535 -6.201" />\n  <path d="M12.257 20.916l2.123 -6.533m.984 -3.028l.154 -.473" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ac='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M3.6 15h10.55" />\n  <path d="M6.551 4.938l3.26 10.034" />\n  <path d="M17.032 4.636l-8.535 6.201" />\n  <path d="M20.559 14.51l-8.535 -6.201" />\n  <path d="M12.257 20.916l3.261 -10.034" />\n</svg>\n\n\n',ka='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 15h-6.5a2.5 2.5 0 1 1 0 -5h.5" />\n  <path d="M15 15v3.5a2.5 2.5 0 1 1 -5 0v-.5" />\n  <path d="M13 9h5.5a2.5 2.5 0 1 1 0 5h-.5" />\n  <path d="M9 12v-3m.042 -3.957a2.5 2.5 0 0 1 4.958 .457v.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',I2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 15h-6.5a2.5 2.5 0 1 1 0 -5h.5" />\n  <path d="M15 12v6.5a2.5 2.5 0 1 1 -5 0v-.5" />\n  <path d="M12 9h6.5a2.5 2.5 0 1 1 0 5h-.5" />\n  <path d="M9 12v-6.5a2.5 2.5 0 0 1 5 0v.5" />\n</svg>\n\n\n',Br='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 13h5" />\n  <path d="M12 16v-4m0 -4h3a2 2 0 0 1 2 2v1c0 .554 -.225 1.055 -.589 1.417m-3.411 .583h-1" />\n  <path d="M20 8v8" />\n  <path d="M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',y0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 13h5" />\n  <path d="M12 16v-8h3a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-3" />\n  <path d="M20 8v8" />\n  <path d="M9 16v-5.5a2.5 2.5 0 0 0 -5 0v5.5" />\n</svg>\n\n\n',Vf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3zm-12.99 3l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm3 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',zr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M6 8h.01" />\n  <path d="M9 8h.01" />\n</svg>\n\n\n',vs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 14m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M12 11v-6a2 2 0 0 1 2 -2h2v1a2 2 0 0 1 -2 2h-2" />\n  <path d="M10 10.5c1.333 .667 2.667 .667 4 0" />\n</svg>\n\n\n',W0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 3h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M9 13h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M19 13h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M17 3a1 1 0 0 1 .993 .883l.007 .117v2h2a1 1 0 0 1 .117 1.993l-.117 .007h-2v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Uf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h1a1 1 0 0 1 1 1v1m-.29 3.704a1 1 0 0 1 -.71 .296h-4a1 1 0 0 1 -1 -1v-4c0 -.276 .111 -.525 .292 -.706" />\n  <path d="M18 14h1a1 1 0 0 1 1 1v1m-.29 3.704a1 1 0 0 1 -.71 .296h-4a1 1 0 0 1 -1 -1v-4c0 -.276 .111 -.525 .292 -.706" />\n  <path d="M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M14 7h6" />\n  <path d="M17 4v6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',y2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M14 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M14 7l6 0" />\n  <path d="M17 4l0 6" />\n</svg>\n\n\n',jf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 7v3h3l3 -3h-3v-3z" />\n  <path d="M14 10l-9 9" />\n  <path d="M5 15v4h4" />\n</svg>\n\n\n',ii='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <rect x="2" y="3" width="20" height="4" rx="2" stroke-width="0" fill="currentColor" />\n  <path d="M19 9c.513 0 .936 .463 .993 1.06l.007 .14v7.2c0 1.917 -1.249 3.484 -2.824 3.594l-.176 .006h-10c-1.598 0 -2.904 -1.499 -2.995 -3.388l-.005 -.212v-7.2c0 -.663 .448 -1.2 1 -1.2h14zm-5 2h-4l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h4l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Oc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h11a2 2 0 1 1 0 4h-7m-4 0h-3a2 2 0 0 1 -.826 -3.822" />\n  <path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 1.824 -1.18m.176 -3.82v-7" />\n  <path d="M10 12h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Hc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M5 8v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-10" />\n  <path d="M10 12l4 0" />\n</svg>\n\n\n',Rc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 10v-4a3 3 0 0 1 .128 -.869m2.038 -2.013c.264 -.078 .544 -.118 .834 -.118h8a3 3 0 0 1 3 3v4" />\n  <path d="M16.124 12.145a3 3 0 1 1 3.756 3.724m-.88 3.131h-14v-3a3 3 0 1 1 3 -3v2" />\n  <path d="M8 12h4" />\n  <path d="M7 19v2" />\n  <path d="M17 19v2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Rl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 10v-4a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v4" />\n  <path d="M16 15v-2a3 3 0 1 1 3 3v3h-14v-3a3 3 0 1 1 3 -3v2" />\n  <path d="M8 12h8" />\n  <path d="M7 19v2" />\n  <path d="M17 19v2" />\n</svg>\n\n\n',k2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 13a2 2 0 1 1 4 0v4m-2 2h-14a2 2 0 0 1 -2 -2v-4a2 2 0 1 1 4 0v2h8.036" />\n  <path d="M5 11v-5a3 3 0 0 1 .134 -.89m1.987 -1.98a3 3 0 0 1 .879 -.13h8a3 3 0 0 1 3 3v5" />\n  <path d="M6 19v2" />\n  <path d="M18 19v2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Pl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 11a2 2 0 0 1 2 2v2h10v-2a2 2 0 1 1 4 0v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2z" />\n  <path d="M5 11v-5a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v5" />\n  <path d="M6 19v2" />\n  <path d="M18 19v2" />\n</svg>\n\n\n',Fl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.707 3.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293h4.585a1 1 0 0 1 .117 1.993l-.117 .007h-4.585l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1.008 1.008 0 0 1 -.097 -.112l-.071 -.11l-.054 -.114l-.035 -.105l-.025 -.118l-.007 -.058l-.004 -.09l.003 -.075l.017 -.126l.03 -.111l.044 -.111l.052 -.098l.064 -.092l.083 -.094l3 -3a1 1 0 0 1 1.414 0z" stroke-width="0" fill="currentColor" />\n  <path d="M18.613 3.21l.094 .083l3 3a.927 .927 0 0 1 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.292 -1.293h-4.585a1 1 0 0 1 -.117 -1.993l.117 -.007h4.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z" stroke-width="0" fill="currentColor" />\n  <path d="M18 13h-12a3 3 0 0 0 -3 3v2a3 3 0 0 0 3 3h12a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',C2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4l-3 3l3 3" />\n  <path d="M18 4l3 3l-3 3" />\n  <path d="M4 14m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M10 7h-7" />\n  <path d="M21 7h-7" />\n</svg>\n\n\n',Gi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8" />\n  <path d="M18 4v17" />\n  <path d="M15 18l3 3l3 -3" />\n</svg>\n\n\n',la='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h6" />\n  <path d="M18 14v7" />\n  <path d="M18 3v7" />\n  <path d="M15 18l3 3l3 -3" />\n  <path d="M15 6l3 -3l3 3" />\n</svg>\n\n\n',Ll='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" />\n  <path d="M20 18h-17" />\n  <path d="M6 15l-3 3l3 3" />\n</svg>\n\n\n',D2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 12v-6a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v8" />\n  <path d="M4 18h17" />\n  <path d="M18 15l3 3l-3 3" />\n</svg>\n\n\n',Pc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4h-6a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8" />\n  <path d="M18 20v-17" />\n  <path d="M15 6l3 -3l3 3" />\n</svg>\n\n\n',gI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" />\n  <path d="M10 18h-7" />\n  <path d="M21 18h-7" />\n  <path d="M6 15l-3 3l3 3" />\n  <path d="M18 15l3 3l-3 3" />\n</svg>\n\n\n',Gf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 14l-4 -4l4 -4" />\n  <path d="M8 14l-4 -4l4 -4" />\n  <path d="M9 10h7a4 4 0 1 1 0 8h-1" />\n</svg>\n\n\n',Wf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 14l-4 -4l4 -4" />\n  <path d="M5 10h11a4 4 0 1 1 0 8h-1" />\n</svg>\n\n\n',$f='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11l-4 4l4 4m-4 -4h11a4 4 0 0 0 0 -8h-1" />\n</svg>\n\n\n',Fc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.375 6.22l-4.375 3.498l-4.375 -3.5a1 1 0 0 0 -1.625 .782v6a1 1 0 0 0 .375 .78l5 4a1 1 0 0 0 1.25 0l5 -4a1 1 0 0 0 .375 -.78v-6a1 1 0 0 0 -1.625 -.78z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',us='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 13v-6l-5 4l-5 -4v6l5 4z" />\n</svg>\n\n\n',Xf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 6h-6a1 1 0 0 0 -.78 .375l-4 5a1 1 0 0 0 0 1.25l4 5a1 1 0 0 0 .78 .375h6l.112 -.006a1 1 0 0 0 .669 -1.619l-3.501 -4.375l3.5 -4.375a1 1 0 0 0 -.78 -1.625z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Kf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 17h6l-4 -5l4 -5h-6l-4 5z" />\n</svg>\n\n\n',Yf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 6l-.112 .006a1 1 0 0 0 -.669 1.619l3.501 4.375l-3.5 4.375a1 1 0 0 0 .78 1.625h6a1 1 0 0 0 .78 -.375l4 -5a1 1 0 0 0 0 -1.25l-4 -5a1 1 0 0 0 -.78 -.375h-6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Qf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 7h-6l4 5l-4 5h6l4 -5z" />\n</svg>\n\n\n',Zf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.375 6.22l-5 4a1 1 0 0 0 -.375 .78v6l.006 .112a1 1 0 0 0 1.619 .669l4.375 -3.501l4.375 3.5a1 1 0 0 0 1.625 -.78v-6a1 1 0 0 0 -.375 -.78l-5 -4a1 1 0 0 0 -1.25 0z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Je='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 11v6l-5 -4l-5 4v-6l5 -4z" />\n</svg>\n\n\n',_a='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 12h-6" />\n  <path d="M5 15l-3 -3l3 -3" />\n  <path d="M22 12h-6" />\n  <path d="M19 15l3 -3l-3 -3" />\n  <path d="M12 4v16" />\n</svg>\n\n\n',Lc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l0 -10" />\n  <path d="M12 20l4 -4" />\n  <path d="M12 20l-4 -4" />\n  <path d="M4 4l16 0" />\n</svg>\n\n\n',Nc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12l10 0" />\n  <path d="M4 12l4 4" />\n  <path d="M4 12l4 -4" />\n  <path d="M20 4l0 16" />\n</svg>\n\n\n',Ra='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 12l-10 0" />\n  <path d="M20 12l-4 4" />\n  <path d="M20 12l-4 -4" />\n  <path d="M4 4l0 16" />\n</svg>\n\n\n',Vc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20l16 0" />\n  <path d="M12 14l0 -10" />\n  <path d="M12 14l4 -4" />\n  <path d="M12 14l-4 -4" />\n</svg>\n\n\n',Er='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12l10 0" />\n  <path d="M10 12l4 4" />\n  <path d="M10 12l4 -4" />\n  <path d="M4 4l0 16" />\n</svg>\n\n\n',fi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 12l-10 0" />\n  <path d="M14 12l-4 4" />\n  <path d="M14 12l-4 -4" />\n  <path d="M20 4l0 16" />\n</svg>\n\n\n',B2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10l0 10" />\n  <path d="M12 10l4 4" />\n  <path d="M12 10l-4 4" />\n  <path d="M4 4l16 0" />\n</svg>\n\n\n',z2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4l0 10" />\n  <path d="M12 4l4 4" />\n  <path d="M12 4l-4 4" />\n  <path d="M4 20l16 0" />\n</svg>\n\n\n',Uc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 3h-5v5" />\n  <path d="M4 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" />\n  <path d="M20 5l-4.5 4.5" />\n</svg>\n\n\n',mI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 3h-5v5" />\n  <path d="M8 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" />\n</svg>\n\n\n',fI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 3h5v5" />\n  <path d="M20 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" />\n  <path d="M4 5l4.5 4.5" />\n</svg>\n\n\n',jc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3h5v5" />\n  <path d="M17 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" />\n</svg>\n\n\n',Gc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 2l-.15 .005a2 2 0 0 0 -1.85 1.995v6.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-6.999a2 2 0 0 0 -2 -2h-4z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Wc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5l-.117 .007a1 1 0 0 0 -.883 .993v4.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-4.999a1 1 0 0 0 -1 -1h-6z" stroke-width="0" fill="currentColor" />\n  <path d="M15 2a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',k0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-6h6v6z" />\n  <path d="M15 3h-6" />\n</svg>\n\n\n',Wi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 8l-.117 .007a1 1 0 0 0 -.883 .993v1.999l-2.586 .001a2 2 0 0 0 -1.414 3.414l6.586 6.586a2 2 0 0 0 2.828 0l6.586 -6.586a2 2 0 0 0 .434 -2.18l-.068 -.145a2 2 0 0 0 -1.78 -1.089l-2.586 -.001v-1.999a1 1 0 0 0 -1 -1h-6z" stroke-width="0" fill="currentColor" />\n  <path d="M15 2a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" stroke-width="0" fill="currentColor" />\n  <path d="M15 5a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',$c='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 12h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-3h6v3z" />\n  <path d="M15 3h-6" />\n  <path d="M15 6h-6" />\n</svg>\n\n\n',wi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 4v8h3.586a1 1 0 0 1 .707 1.707l-6.586 6.586a1 1 0 0 1 -1.414 0l-6.586 -6.586a1 1 0 0 1 .707 -1.707h3.586v-8a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1z" />\n</svg>\n\n\n',$i='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.586 4l-6.586 6.586a2 2 0 0 0 0 2.828l6.586 6.586a2 2 0 0 0 2.18 .434l.145 -.068a2 2 0 0 0 1.089 -1.78v-2.586h7a2 2 0 0 0 2 -2v-4l-.005 -.15a2 2 0 0 0 -1.995 -1.85l-7 -.001v-2.585a2 2 0 0 0 -3.414 -1.414z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',qf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.586 4l-6.586 6.586a2 2 0 0 0 0 2.828l6.586 6.586a2 2 0 0 0 2.18 .434l.145 -.068a2 2 0 0 0 1.089 -1.78v-2.586h5a1 1 0 0 0 1 -1v-6l-.007 -.117a1 1 0 0 0 -.993 -.883l-5 -.001v-2.585a2 2 0 0 0 -3.414 -1.414z" stroke-width="0" fill="currentColor" />\n  <path d="M4.415 12l6.585 -6.586v3.586l.007 .117a1 1 0 0 0 .993 .883l5 -.001v4l-5 .001a1 1 0 0 0 -1 1v3.586l-6.585 -6.586z" stroke-width="0" fill="currentColor" />\n  <path d="M21 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Xc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 15v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h6v6h-6z" />\n  <path d="M21 15v-6" />\n</svg>\n\n\n',Jf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.586 4l-6.586 6.586a2 2 0 0 0 0 2.828l6.586 6.586a2 2 0 0 0 2.18 .434l.145 -.068a2 2 0 0 0 1.089 -1.78v-2.586h2a1 1 0 0 0 1 -1v-6l-.007 -.117a1 1 0 0 0 -.993 -.883l-2 -.001v-2.585a2 2 0 0 0 -3.414 -1.414z" stroke-width="0" fill="currentColor" />\n  <path d="M21 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M18 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',t5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 15v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h3v6h-3z" />\n  <path d="M21 15v-6" />\n  <path d="M18 15v-6" />\n</svg>\n\n\n',E2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 15h-8v3.586a1 1 0 0 1 -1.707 .707l-6.586 -6.586a1 1 0 0 1 0 -1.414l6.586 -6.586a1 1 0 0 1 1.707 .707v3.586h8a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1z" />\n</svg>\n\n\n',S2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.586h-6.999a2 2 0 0 0 -2 2v4l.005 .15a2 2 0 0 0 1.995 1.85l6.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',T2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.586h-4.999a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 .993 .883l4.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z" stroke-width="0" fill="currentColor" />\n  <path d="M3 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Nl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-6v-6h6z" />\n  <path d="M3 9v6" />\n</svg>\n\n\n',e5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.089 3.634a2 2 0 0 0 -1.089 1.78l-.001 2.585l-1.999 .001a1 1 0 0 0 -1 1v6l.007 .117a1 1 0 0 0 .993 .883l1.999 -.001l.001 2.587a2 2 0 0 0 3.414 1.414l6.586 -6.586a2 2 0 0 0 0 -2.828l-6.586 -6.586a2 2 0 0 0 -2.18 -.434l-.145 .068z" stroke-width="0" fill="currentColor" />\n  <path d="M3 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M6 8a1 1 0 0 1 .993 .883l.007 .117v6a1 1 0 0 1 -1.993 .117l-.007 -.117v-6a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Kc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-3v-6h3z" />\n  <path d="M3 9v6" />\n  <path d="M6 9v6" />\n</svg>\n\n\n',A2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 9h8v-3.586a1 1 0 0 1 1.707 -.707l6.586 6.586a1 1 0 0 1 0 1.414l-6.586 6.586a1 1 0 0 1 -1.707 -.707v-3.586h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1z" />\n</svg>\n\n\n',Yc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.586 3l-6.586 6.586a2 2 0 0 0 -.434 2.18l.068 .145a2 2 0 0 0 1.78 1.089h2.586v7a2 2 0 0 0 2 2h4l.15 -.005a2 2 0 0 0 1.85 -1.995l-.001 -7h2.587a2 2 0 0 0 1.414 -3.414l-6.586 -6.586a2 2 0 0 0 -2.828 0z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Qc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.586 3l-6.586 6.586a2 2 0 0 0 -.434 2.18l.068 .145a2 2 0 0 0 1.78 1.089h2.586v5a1 1 0 0 0 1 1h6l.117 -.007a1 1 0 0 0 .883 -.993l-.001 -5h2.587a2 2 0 0 0 1.414 -3.414l-6.586 -6.586a2 2 0 0 0 -2.828 0z" stroke-width="0" fill="currentColor" />\n  <path d="M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Zc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 12h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v6h-6v-6z" />\n  <path d="M9 21h6" />\n</svg>\n\n\n',qc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.586 3l-6.586 6.586a2 2 0 0 0 -.434 2.18l.068 .145a2 2 0 0 0 1.78 1.089h2.586v2a1 1 0 0 0 1 1h6l.117 -.007a1 1 0 0 0 .883 -.993l-.001 -2h2.587a2 2 0 0 0 1.414 -3.414l-6.586 -6.586a2 2 0 0 0 -2.828 0z" stroke-width="0" fill="currentColor" />\n  <path d="M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" stroke-width="0" fill="currentColor" />\n  <path d="M15 17a1 1 0 0 1 .117 1.993l-.117 .007h-6a1 1 0 0 1 -.117 -1.993l.117 -.007h6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',O2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 12h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v3h-6v-3z" />\n  <path d="M9 21h6" />\n  <path d="M9 18h6" />\n</svg>\n\n\n',n5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 20v-8h-3.586a1 1 0 0 1 -.707 -1.707l6.586 -6.586a1 1 0 0 1 1.414 0l6.586 6.586a1 1 0 0 1 -.707 1.707h-3.586v8a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',Qo='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 18h4" />\n  <path d="M3 8a9 9 0 0 1 9 9v1l1.428 -4.285a12 12 0 0 1 6.018 -6.938l.554 -.277" />\n  <path d="M15 6h5v5" />\n</svg>\n\n\n',gs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 15a6 6 0 1 1 -12 0v-6a6 6 0 1 1 12 0v2" />\n  <path d="M15 8l3 3l3 -3" />\n</svg>\n\n\n',Xa='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 7l-4 -4l-4 4" />\n  <path d="M10 3v4.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v2.394" />\n</svg>\n\n\n',Jc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 7l4 -4l4 4" />\n  <path d="M14 3v4.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v2.394" />\n</svg>\n\n\n',a5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3v18" />\n  <path d="M9 18l3 3l3 -3" />\n  <path d="M9 3h6" />\n</svg>\n\n\n',tp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 7v14" />\n  <path d="M9 18l3 3l3 -3" />\n  <path d="M12 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4" />\n</svg>\n\n\n',o5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 15v-12" />\n  <path d="M16 7l-4 -4l-4 4" />\n  <path d="M3 12a9 9 0 0 0 18 0" />\n</svg>\n\n\n',ep='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.536 8.464l-9.536 9.536" />\n  <path d="M6 14v4h4" />\n  <path d="M15.586 8.414a2 2 0 1 0 2.828 -2.828a2 2 0 0 0 -2.828 2.828" />\n</svg>\n\n\n',np='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 7l-10 10" />\n  <path d="M16 17l-9 0l0 -9" />\n</svg>\n\n\n',Sr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8v13" />\n  <path d="M15 18l-3 3l-3 -3" />\n  <path d="M14.5 5.5l-2.5 -2.5l-2.5 2.5l2.5 2.5z" />\n</svg>\n\n\n',zi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.464 8.464l9.536 9.536" />\n  <path d="M14 18h4v-4" />\n  <path d="M8.414 8.414a2 2 0 1 0 -2.828 -2.828a2 2 0 0 0 2.828 2.828" />\n</svg>\n\n\n',i5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7l10 10" />\n  <path d="M17 8l0 9l-9 0" />\n</svg>\n\n\n',Vl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 7v14" />\n  <path d="M9 18l3 3l3 -3" />\n  <path d="M14 3v4h-4v-4z" />\n</svg>\n\n\n',Ul='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6v15" />\n  <path d="M9 18l3 3l3 -3" />\n  <path d="M9 3l3 3l3 -3" />\n</svg>\n\n\n',jl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3v12" />\n  <path d="M16 11l-4 4l-4 -4" />\n  <path d="M3 12a9 9 0 0 0 18 0" />\n</svg>\n\n\n',H2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5l0 14" />\n  <path d="M18 13l-6 6" />\n  <path d="M6 13l6 6" />\n</svg>\n\n\n',ap='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 14v-6h6" />\n  <path d="M3 8l9 9l9 -9" />\n</svg>\n\n\n',op='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 14v-6h-6" />\n  <path d="M21 8l-9 9l-9 -9" />\n</svg>\n\n\n',s5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 3h5v5" />\n  <path d="M8 3h-5v5" />\n  <path d="M21 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" />\n  <path d="M3 3l7.536 7.536a5 5 0 0 1 1.464 3.534v.93" />\n</svg>\n\n\n',Vs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 14l4 -4l-4 -4" />\n  <path d="M16 14l4 -4l-4 -4" />\n  <path d="M15 10h-7a4 4 0 1 0 0 8h1" />\n</svg>\n\n\n',Tr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 14l4 -4l-4 -4" />\n  <path d="M19 10h-11a4 4 0 1 0 0 8h1" />\n</svg>\n\n\n',r5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11l4 4l-4 4m4 -4h-11a4 4 0 0 1 0 -8h1" />\n</svg>\n\n\n',R2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 19h3a2 2 0 0 0 2 -2v-8a2 2 0 0 1 2 -2h7" />\n  <path d="M18 4l3 3l-3 3" />\n</svg>\n\n\n',ip='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.5 16a5.5 5.5 0 1 0 -5.5 -5.5v.5" />\n  <path d="M3 16h18" />\n  <path d="M18 13l3 3l-3 3" />\n</svg>\n\n\n',l5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12h-18" />\n  <path d="M6 9l-3 3l3 3" />\n  <path d="M21 9v6" />\n</svg>\n\n\n',h5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 12h-14" />\n  <path d="M6 9l-3 3l3 3" />\n  <path d="M19 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',d5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 12h12" />\n  <path d="M17 16l4 -4l-4 -4" />\n  <path d="M12 3a9 9 0 1 0 0 18" />\n</svg>\n\n\n',wI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12h-13" />\n  <path d="M6 9l-3 3l3 3" />\n  <path d="M18.5 9.5l2.5 2.5l-2.5 2.5l-2.5 -2.5z" />\n</svg>\n\n\n',MI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 13l4 -4l-4 -4" />\n  <path d="M7 13l-4 -4l4 -4" />\n  <path d="M12 14a5 5 0 0 1 5 -5h4" />\n  <path d="M12 19v-5a5 5 0 0 0 -5 -5h-4" />\n</svg>\n\n\n',P2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 12h-14" />\n  <path d="M6 9l-3 3l3 3" />\n  <path d="M21 14h-4v-4h4z" />\n</svg>\n\n\n',ms='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 12h-15" />\n  <path d="M6 9l-3 3l3 3" />\n  <path d="M21 9l-3 3l3 3" />\n</svg>\n\n\n',F2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12h-12" />\n  <path d="M13 16l-4 -4l4 -4" />\n  <path d="M12 3a9 9 0 1 0 0 18" />\n</svg>\n\n\n',Ar='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12l14 0" />\n  <path d="M5 12l6 6" />\n  <path d="M5 12l6 -6" />\n</svg>\n\n\n',c5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21v-6m0 -6v-1a4 4 0 1 1 4 4h-13" />\n  <path d="M8 16l-4 -4l4 -4" />\n</svg>\n\n\n',Or='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21v-13a4 4 0 1 1 4 4h-13" />\n  <path d="M8 16l-4 -4l4 -4" />\n</svg>\n\n\n',p5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21v-6m0 -6v-1a4 4 0 1 0 -4 4h13" />\n  <path d="M17 16l4 -4l-4 -4" />\n</svg>\n\n\n',L2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21v-13a4 4 0 1 0 -4 4h13" />\n  <path d="M17 16l4 -4l-4 -4" />\n</svg>\n\n\n',Gl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7l4 -4l4 4" />\n  <path d="M18 21v.01" />\n  <path d="M18 18.01v.01" />\n  <path d="M17 15.02v.01" />\n  <path d="M14 13.03v.01" />\n  <path d="M12 3v5.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v1.394" />\n</svg>\n\n\n',_I='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 7l-4 -4l-4 4" />\n  <path d="M6 21v.01" />\n  <path d="M6 18.01v.01" />\n  <path d="M7 15.02v.01" />\n  <path d="M10 13.03v.01" />\n  <path d="M12 3v5.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v1.394" />\n</svg>\n\n\n',sp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 8l-4 -4l-4 4" />\n  <path d="M12 20v-16" />\n  <path d="M18 18c-4 -1.333 -6 -4.667 -6 -10" />\n  <path d="M6 18c4 -1.333 6 -4.667 6 -10" />\n</svg>\n\n\n',rp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8l4 -4l4 4" />\n  <path d="M12 20v-16" />\n  <path d="M6 18c4 -1.333 6 -4.667 6 -10" />\n</svg>\n\n\n',v5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 8l-4 -4l-4 4" />\n  <path d="M12 20v-16" />\n  <path d="M18 18c-4 -1.333 -6 -4.667 -6 -10" />\n</svg>\n\n\n',Ei='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7l4 -4l4 4" />\n  <path d="M12 3v5.394a6.737 6.737 0 0 1 -3 5.606a6.737 6.737 0 0 0 -3 5.606v1.394" />\n  <path d="M12 3v5.394a6.737 6.737 0 0 0 3 5.606a6.737 6.737 0 0 1 3 5.606v1.394" />\n</svg>\n\n\n',u5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 11v10" />\n  <path d="M9 18l3 3l3 -3" />\n  <path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',Wl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 12h-10" />\n  <path d="M6 15l-3 -3l3 -3" />\n  <path d="M17 12a2 2 0 1 1 4 0a2 2 0 0 1 -4 0z" />\n</svg>\n\n\n',N2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 12h10" />\n  <path d="M18 9l3 3l-3 3" />\n  <path d="M7 12a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" />\n</svg>\n\n\n',lp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13v-10" />\n  <path d="M9 6l3 -3l3 3" />\n  <path d="M12 17a2 2 0 1 1 0 4a2 2 0 0 1 0 -4z" />\n</svg>\n\n\n',$l='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5l0 14" />\n  <path d="M16 15l-4 4" />\n  <path d="M8 15l4 4" />\n</svg>\n\n\n',V2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12l14 0" />\n  <path d="M5 12l4 4" />\n  <path d="M5 12l4 -4" />\n</svg>\n\n\n',g5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12l14 0" />\n  <path d="M15 16l4 -4" />\n  <path d="M15 8l4 4" />\n</svg>\n\n\n',hp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5l0 14" />\n  <path d="M16 9l-4 -4" />\n  <path d="M8 9l4 -4" />\n</svg>\n\n\n',dp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3v8.707" />\n  <path d="M8 14l-4 -4l4 -4" />\n  <path d="M18 21c0 -6.075 -4.925 -11 -11 -11h-3" />\n</svg>\n\n\n',cp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3v6" />\n  <path d="M8 16l-4 -4l4 -4" />\n  <path d="M18 21v-6a3 3 0 0 0 -3 -3h-11" />\n</svg>\n\n\n',pp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3l0 8.707" />\n  <path d="M13 7l4 -4l4 4" />\n  <path d="M7 14l-4 -4l4 -4" />\n  <path d="M17 21a11 11 0 0 0 -11 -11h-3" />\n</svg>\n\n\n',m5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3v8.707" />\n  <path d="M16 14l4 -4l-4 -4" />\n  <path d="M6 21c0 -6.075 4.925 -11 11 -11h3" />\n</svg>\n\n\n',Xl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3v6" />\n  <path d="M16 16l4 -4l-4 -4" />\n  <path d="M6 21v-6a3 3 0 0 1 3 -3h11" />\n</svg>\n\n\n',fs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3l0 8.707" />\n  <path d="M11 7l-4 -4l-4 4" />\n  <path d="M17 14l4 -4l-4 -4" />\n  <path d="M7 21a11 11 0 0 1 11 -11h3" />\n</svg>\n\n\n',f5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 15l3 -3l-3 -3" />\n  <path d="M3 12h18" />\n  <path d="M3 9v6" />\n</svg>\n\n\n',vp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 15l3 -3l-3 -3" />\n  <path d="M5 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 12h14" />\n</svg>\n\n\n',up='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 12h-12" />\n  <path d="M7 8l-4 4l4 4" />\n  <path d="M12 21a9 9 0 0 0 0 -18" />\n</svg>\n\n\n',Us='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 12h13" />\n  <path d="M18 9l3 3l-3 3" />\n  <path d="M5.5 9.5l-2.5 2.5l2.5 2.5l2.5 -2.5z" />\n</svg>\n\n\n',js='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12l14 0" />\n  <path d="M18 15l3 -3l-3 -3" />\n  <path d="M3 10h4v4h-4z" />\n</svg>\n\n\n',So='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 15l3 -3l-3 -3" />\n  <path d="M3 15l3 -3l-3 -3" />\n  <path d="M6 12l15 0" />\n</svg>\n\n\n',w5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h12" />\n  <path d="M11 8l4 4l-4 4" />\n  <path d="M12 21a9 9 0 0 0 0 -18" />\n</svg>\n\n\n',gp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12l14 0" />\n  <path d="M13 18l6 -6" />\n  <path d="M13 6l6 6" />\n</svg>\n\n\n',U2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 10a3 3 0 1 1 0 -6a3 3 0 0 1 0 6z" />\n  <path d="M16 10v10" />\n  <path d="M13.5 9.5l-8.5 8.5" />\n  <path d="M10 18h-5v-5" />\n</svg>\n\n\n',M5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M8 10v10" />\n  <path d="M10.5 9.5l8.5 8.5" />\n  <path d="M14 18h5v-5" />\n</svg>\n\n\n',mp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 15a3 3 0 1 1 0 -6a3 3 0 0 1 0 6z" />\n  <path d="M15 15v6" />\n  <path d="M12.5 9.5l-6.5 -6.5" />\n  <path d="M11 3h-5v5" />\n</svg>\n\n\n',Kl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M9 15v6" />\n  <path d="M11.5 9.5l6.5 -6.5" />\n  <path d="M13 3h5v5" />\n</svg>\n\n\n',_5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 10a3 3 0 1 1 0 -6a3 3 0 0 1 0 6z" />\n  <path d="M16 10v10" />\n  <path d="M13 7h-10" />\n  <path d="M7 11l-4 -4l4 -4" />\n</svg>\n\n\n',fp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M8 10v10" />\n  <path d="M17 11l4 -4l-4 -4" />\n  <path d="M11 7h10" />\n</svg>\n\n\n',j2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 13m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M13 16v5" />\n  <path d="M13 3v7" />\n  <path d="M9 7l4 -4l4 4" />\n</svg>\n\n\n',Yl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 9h8a5 5 0 1 1 5 5v7" />\n  <path d="M7 5l-4 4l4 4" />\n</svg>\n\n\n',wp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 9h-8a5 5 0 1 0 -5 5v7" />\n  <path d="M17 5l4 4l-4 4" />\n</svg>\n\n\n',b5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 18v-11.31a.7 .7 0 0 0 -1.195 -.495l-9.805 9.805" />\n  <path d="M11 16h-5v-5" />\n</svg>\n\n\n',x5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 18v-11.31a.7 .7 0 0 1 1.195 -.495l9.805 9.805" />\n  <path d="M13 16h5v-5" />\n</svg>\n\n\n',I5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21l0 -18" />\n  <path d="M15 6l-3 -3l-3 3" />\n  <path d="M9 21l6 0" />\n</svg>\n\n\n',Mp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17v-14" />\n  <path d="M15 6l-3 -3l-3 3" />\n  <path d="M12 17a2 2 0 1 0 0 4a2 2 0 0 0 0 -4" />\n</svg>\n\n\n',y5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9v12" />\n  <path d="M8 17l4 4l4 -4" />\n  <path d="M21 12a9 9 0 0 0 -18 0" />\n</svg>\n\n\n',_p='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.536 15.536l-9.536 -9.536" />\n  <path d="M10 6h-4v4" />\n  <path d="M15.586 15.586a2 2 0 1 0 2.828 2.828a2 2 0 0 0 -2.828 -2.828" />\n</svg>\n\n\n',k5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7l10 10" />\n  <path d="M16 7l-9 0l0 9" />\n</svg>\n\n\n',C5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 16v-13" />\n  <path d="M15 6l-3 -3l-3 3" />\n  <path d="M14.5 18.5l-2.5 2.5l-2.5 -2.5l2.5 -2.5z" />\n</svg>\n\n\n',bI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.464 15.536l9.536 -9.536" />\n  <path d="M18 10v-4h-4" />\n  <path d="M8.414 15.586a2 2 0 1 0 -2.828 2.828a2 2 0 0 0 2.828 -2.828" />\n</svg>\n\n\n',bp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 7l-10 10" />\n  <path d="M8 7l9 0l0 9" />\n</svg>\n\n\n',xp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17l0 -14" />\n  <path d="M15 6l-3 -3l-3 3" />\n  <path d="M10 21v-4h4v4z" />\n</svg>\n\n\n',h0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l0 -15" />\n  <path d="M15 6l-3 -3l-3 3" />\n  <path d="M15 21l-3 -3l-3 3" />\n</svg>\n\n\n',xI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21v-12" />\n  <path d="M8 13l4 -4l4 4" />\n  <path d="M21 12a9 9 0 0 0 -18 0" />\n</svg>\n\n\n',D5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5l0 14" />\n  <path d="M18 11l-6 -6" />\n  <path d="M6 11l6 -6" />\n</svg>\n\n\n',II='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 14h-4v-4" />\n  <path d="M21 12c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3.113 -.716 -4 -2s-2.48 -2.033 -4 -2c-1.52 -.033 -3 1 -4 2l-2 2" />\n</svg>\n\n\n',Ip='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10h-4v4" />\n  <path d="M21 12c-.887 -1.285 -2.48 -2.033 -4 -2c-1.52 -.033 -3.113 .715 -4 2c-.887 1.284 -2.48 2.033 -4 2c-1.52 .033 -3 -1 -4 -2l-2 -2" />\n</svg>\n\n\n',yI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 14h4v-4" />\n  <path d="M3 12c.887 1.284 2.48 2.033 4 2c1.52 .033 3.113 -.716 4 -2s2.48 -2.033 4 -2c1.52 -.033 3 1 4 2l2 2" />\n</svg>\n\n\n',G2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10h4v4" />\n  <path d="M3 12c.887 -1.284 2.48 -2.033 4 -2c1.52 -.033 3.113 .716 4 2s2.48 2.033 4 2c1.52 .033 3 -1 4 -2l2 -2" />\n</svg>\n\n\n',yp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 20v-10l10 6v-12" />\n  <path d="M13 7l3 -3l3 3" />\n</svg>\n\n\n',Hr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 4h4v4" />\n  <path d="M15 9l5 -5" />\n  <path d="M4 20l5 -5" />\n  <path d="M16 20h4v-4" />\n  <path d="M4 4l16 16" />\n</svg>\n\n\n',B5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 20l4 0l0 -4" />\n  <path d="M14 14l6 6" />\n  <path d="M8 4l-4 0l0 4" />\n  <path d="M4 4l6 6" />\n</svg>\n\n\n',z5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 10h-4v-4" />\n  <path d="M20 4l-6 6" />\n  <path d="M6 14h4v4" />\n  <path d="M10 14l-6 6" />\n</svg>\n\n\n',ws='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 10h4v-4" />\n  <path d="M4 4l6 6" />\n  <path d="M18 14h-4v4" />\n  <path d="M14 14l6 6" />\n</svg>\n\n\n',kI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 4l4 0l0 4" />\n  <path d="M14 10l6 -6" />\n  <path d="M8 20l-4 0l0 -4" />\n  <path d="M4 20l6 -6" />\n</svg>\n\n\n',E5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 16h10" />\n  <path d="M11 16l4 4" />\n  <path d="M11 16l4 -4" />\n  <path d="M13 8h-10" />\n  <path d="M13 8l-4 4" />\n  <path d="M13 8l-4 -4" />\n</svg>\n\n\n',Si='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 14l11 -11" />\n  <path d="M10 3h4v4" />\n  <path d="M10 17v4h4" />\n  <path d="M21 10l-11 11" />\n</svg>\n\n\n',Ql='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 21l-11 -11" />\n  <path d="M3 14v-4h4" />\n  <path d="M17 14h4v-4" />\n  <path d="M10 3l11 11" />\n</svg>\n\n\n',kp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10l11 11" />\n  <path d="M14 17v4h-4" />\n  <path d="M14 3h-4v4" />\n  <path d="M21 14l-11 -11" />\n</svg>\n\n\n',Cp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3l-11 11" />\n  <path d="M3 10v4h4" />\n  <path d="M17 10h4v4" />\n  <path d="M10 21l11 -11" />\n</svg>\n\n\n',CI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3l0 18" />\n  <path d="M10 18l-3 3l-3 -3" />\n  <path d="M7 21l0 -18" />\n  <path d="M20 6l-3 -3l-3 3" />\n</svg>\n\n\n',W2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 21l0 -18" />\n  <path d="M20 18l-3 3l-3 -3" />\n  <path d="M4 18l3 3l3 -3" />\n  <path d="M17 21l0 -18" />\n</svg>\n\n\n',Zl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10h-14l4 -4" />\n  <path d="M7 14h14l-4 4" />\n</svg>\n\n\n',S5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10h14l-4 -4" />\n  <path d="M17 14h-14l4 4" />\n</svg>\n\n\n',to='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 8l-4 4l4 4" />\n  <path d="M17 8l4 4l-4 4" />\n  <path d="M3 12l18 0" />\n</svg>\n\n\n',T5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7h1.948c1.913 0 3.705 .933 4.802 2.5a5.861 5.861 0 0 0 4.802 2.5h6.448" />\n  <path d="M3 17h1.95a5.854 5.854 0 0 0 4.798 -2.5a5.854 5.854 0 0 1 4.798 -2.5h5.454" />\n  <path d="M18 15l3 -3l-3 -3" />\n</svg>\n\n\n',$2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7h5l3.5 5h9.5" />\n  <path d="M3 17h5l3.495 -5" />\n  <path d="M18 15l3 -3l-3 -3" />\n</svg>\n\n\n',A5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3l-4 4l4 4" />\n  <path d="M3 7h11a3 3 0 0 1 3 3v11" />\n  <path d="M13 17l4 4l4 -4" />\n</svg>\n\n\n',O5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 17l-18 0" />\n  <path d="M6 10l-3 -3l3 -3" />\n  <path d="M3 7l18 0" />\n  <path d="M18 20l3 -3l-3 -3" />\n</svg>\n\n\n',X2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7l18 0" />\n  <path d="M6 20l-3 -3l3 -3" />\n  <path d="M6 4l-3 3l3 3" />\n  <path d="M3 17l18 0" />\n</svg>\n\n\n',Dp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 4l4 0l0 4" />\n  <path d="M14 10l6 -6" />\n  <path d="M8 20l-4 0l0 -4" />\n  <path d="M4 20l6 -6" />\n  <path d="M16 20l4 0l0 -4" />\n  <path d="M14 14l6 6" />\n  <path d="M8 4l-4 0l0 4" />\n  <path d="M4 4l6 6" />\n</svg>\n\n\n',Bp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 9l4 0l0 -4" />\n  <path d="M3 3l6 6" />\n  <path d="M5 15l4 0l0 4" />\n  <path d="M3 21l6 -6" />\n  <path d="M19 9l-4 0l0 -4" />\n  <path d="M15 9l6 -6" />\n  <path d="M19 15l-4 0l0 4" />\n  <path d="M15 15l6 6" />\n</svg>\n\n\n',K2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 9l3 3l-3 3" />\n  <path d="M15 12h6" />\n  <path d="M6 9l-3 3l3 3" />\n  <path d="M3 12h6" />\n</svg>\n\n\n',H5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 18l3 3l3 -3" />\n  <path d="M12 15v6" />\n  <path d="M15 6l-3 -3l-3 3" />\n  <path d="M12 3v6" />\n</svg>\n\n\n',R5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 9l3 3l-3 3" />\n  <path d="M15 12h6" />\n  <path d="M6 9l-3 3l3 3" />\n  <path d="M3 12h6" />\n  <path d="M9 18l3 3l3 -3" />\n  <path d="M12 15v6" />\n  <path d="M15 6l-3 -3l-3 3" />\n  <path d="M12 3v6" />\n</svg>\n\n\n',zp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 21h-4v-4" />\n  <path d="M16 21l5 -5" />\n  <path d="M6.5 9.504l-3.5 -2l2 -3.504" />\n  <path d="M3 7.504l6.83 -1.87" />\n  <path d="M4 16l4 -1l1 4" />\n  <path d="M8 15l-3.5 6" />\n  <path d="M21 5l-.5 4l-4 -.5" />\n  <path d="M20.5 9l-4.5 -5.5" />\n</svg>\n\n\n',P5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17l4 4l4 -4" />\n  <path d="M7 21v-11a3 3 0 0 1 3 -3h11" />\n  <path d="M17 11l4 -4l-4 -4" />\n</svg>\n\n\n',Xi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 7l-18 0" />\n  <path d="M18 10l3 -3l-3 -3" />\n  <path d="M6 20l-3 -3l3 -3" />\n  <path d="M3 17l18 0" />\n</svg>\n\n\n',F5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 17l-18 0" />\n  <path d="M18 4l3 3l-3 3" />\n  <path d="M18 20l3 -3l-3 -3" />\n  <path d="M21 7l-18 0" />\n</svg>\n\n\n',Ep='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4l3 3l-3 3" />\n  <path d="M18 20l3 -3l-3 -3" />\n  <path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" />\n  <path d="M3 17h3a5 5 0 0 0 5 -5a5 5 0 0 1 5 -5h5" />\n</svg>\n\n\n',DI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4l3 3l-3 3" />\n  <path d="M18 20l3 -3l-3 -3" />\n  <path d="M3 7h3a5 5 0 0 1 5 5a5 5 0 0 0 5 5h5" />\n  <path d="M21 7h-5a4.978 4.978 0 0 0 -3 1m-4 8a4.984 4.984 0 0 1 -3 1h-3" />\n</svg>\n\n\n',BI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 9l4 -4l4 4m-4 -4v14" />\n  <path d="M21 15l-4 4l-4 -4m4 4v-14" />\n</svg>\n\n\n',zI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 17h-5.397a5 5 0 0 1 -4.096 -2.133l-.514 -.734a5 5 0 0 0 -4.096 -2.133h-3.897" />\n  <path d="M21 7h-5.395a5 5 0 0 0 -4.098 2.135l-.51 .73a5 5 0 0 1 -4.097 2.135h-3.9" />\n  <path d="M18 10l3 -3l-3 -3" />\n  <path d="M18 20l3 -3l-3 -3" />\n</svg>\n\n\n',EI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 17h-8l-3.5 -5h-6.5" />\n  <path d="M21 7h-8l-3.495 5" />\n  <path d="M18 10l3 -3l-3 -3" />\n  <path d="M18 20l3 -3l-3 -3" />\n</svg>\n\n\n',SI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3v6" />\n  <path d="M10 18l-3 3l-3 -3" />\n  <path d="M7 21v-18" />\n  <path d="M20 6l-3 -3l-3 3" />\n  <path d="M17 21v-2" />\n  <path d="M17 15v-2" />\n</svg>\n\n\n',L5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 21v-6" />\n  <path d="M20 6l-3 -3l-3 3" />\n  <path d="M17 3v18" />\n  <path d="M10 18l-3 3l-3 -3" />\n  <path d="M7 3v2" />\n  <path d="M7 9v2" />\n</svg>\n\n\n',Gs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3l0 18" />\n  <path d="M10 6l-3 -3l-3 3" />\n  <path d="M20 18l-3 3l-3 -3" />\n  <path d="M17 21l0 -18" />\n</svg>\n\n\n',Rr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 7l-4 -4l-4 4" />\n  <path d="M17 3v11a3 3 0 0 1 -3 3h-11" />\n  <path d="M7 13l-4 4l4 4" />\n</svg>\n\n\n',Sp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 21l4 -4l-4 -4" />\n  <path d="M21 17h-11a3 3 0 0 1 -3 -3v-11" />\n  <path d="M11 7l-4 -4l-4 4" />\n</svg>\n\n\n',N5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3l0 18" />\n  <path d="M4 6l3 -3l3 3" />\n  <path d="M20 6l-3 -3l-3 3" />\n  <path d="M7 3l0 18" />\n</svg>\n\n\n',ql='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7l4 -4l4 4" />\n  <path d="M8 17l4 4l4 -4" />\n  <path d="M12 3l0 18" />\n</svg>\n\n\n',Pr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 7h-6a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-6a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M4 7a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 15a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n  <path d="M8 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M16 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M21 7a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n  <path d="M21 15a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n  <path d="M8 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M16 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',V5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8h3a1 1 0 0 1 1 1v3" />\n  <path d="M15.716 15.698a1 1 0 0 1 -.716 .302h-6a1 1 0 0 1 -1 -1v-6c0 -.273 .11 -.52 .287 -.7" />\n  <path d="M3 8h1" />\n  <path d="M3 16h1" />\n  <path d="M8 3v1" />\n  <path d="M16 3v1" />\n  <path d="M20 8h1" />\n  <path d="M20 16h1" />\n  <path d="M8 20v1" />\n  <path d="M16 20v1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Y2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n  <path d="M3 8l1 0" />\n  <path d="M3 16l1 0" />\n  <path d="M8 3l0 1" />\n  <path d="M16 3l0 1" />\n  <path d="M20 8l1 0" />\n  <path d="M20 16l1 0" />\n  <path d="M8 20l0 1" />\n  <path d="M16 20l0 1" />\n</svg>\n\n\n',Tp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-2 12h-10l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h10l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -4h-10l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h10l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm0 -4h-10l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h10l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Fr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h11a2 2 0 0 1 2 2v11m-1.172 2.821a1.993 1.993 0 0 1 -.828 .179h-14a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 1.156 -1.814" />\n  <path d="M7 8h1m4 0h5" />\n  <path d="M7 12h5m4 0h1" />\n  <path d="M7 16h9" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Lr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 8h10" />\n  <path d="M7 12h10" />\n  <path d="M7 16h10" />\n</svg>\n\n\n',Ap='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 4h-14a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3zm-10 3a1 1 0 0 1 .117 1.993l-.117 .007h-2v2a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-3a1 1 0 0 1 .883 -.993l.117 -.007h3zm9 5a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 1 -.883 .993l-.117 .007h-3a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-2a1 1 0 0 1 .883 -.993l.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Q2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" />\n  <path d="M7 12v-3h2" />\n  <path d="M17 12v1m-2 2h-1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',U5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 12v-3h3" />\n  <path d="M17 12v3h-3" />\n</svg>\n\n\n',j5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.703 4.685l2.326 -1.385a2.056 2.056 0 0 1 2 0l6 3.573h-.029a2 2 0 0 1 1 1.747v6.536c0 .248 -.046 .49 -.132 .715m-2.156 1.837l-4.741 3.029a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l1.157 -.689" />\n  <path d="M11.593 7.591c.295 -.133 .637 -.12 .921 .04l3 1.79h-.014c.312 .181 .503 .516 .5 .877v1.702m-1.152 2.86l-2.363 1.514a1 1 0 0 1 -.97 0l-3 -1.922a1 1 0 0 1 -.515 -.876v-3.278c0 -.364 .197 -.7 .514 -.877l.568 -.339" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',G5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M15.5 9.422c.312 .18 .503 .515 .5 .876v3.277c0 .364 -.197 .7 -.515 .877l-3 1.922a1 1 0 0 1 -.97 0l-3 -1.922a1 1 0 0 1 -.515 -.876v-3.278c0 -.364 .197 -.7 .514 -.877l3 -1.79c.311 -.174 .69 -.174 1 0l3 1.79h-.014z" />\n</svg>\n\n\n',Op='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" />\n  <path d="M9 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M14.218 17.975l6.619 -12.174" />\n  <path d="M6.079 9.756l12.217 -6.631" />\n  <path d="M9 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',Z2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12v-9" />\n  <path d="M12 12l-9 -2.5" />\n  <path d="M12 12l9 -2.5" />\n  <path d="M12 12l6 8.5" />\n  <path d="M12 12l-6 8.5" />\n</svg>\n\n\n',W5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12l8 -4.5" />\n  <path d="M12 12v9" />\n  <path d="M12 12l-8 -4.5" />\n  <path d="M12 12l8 4.5" />\n  <path d="M12 3v9" />\n  <path d="M12 12l-8 4.5" />\n</svg>\n\n\n',P0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.174 9.17a4 4 0 0 0 5.646 5.668m1.18 -2.838a4 4 0 0 0 -4 -4" />\n  <path d="M19.695 15.697a2.5 2.5 0 0 0 1.305 -2.197v-1.5a9 9 0 0 0 -13.055 -8.047m-2.322 1.683a9 9 0 0 0 9.877 14.644" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',q2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M16 12v1.5a2.5 2.5 0 0 0 5 0v-1.5a9 9 0 1 0 -5.5 8.28" />\n</svg>\n\n\n',Hp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z" stroke-width="0" fill="currentColor" />\n  <path d="M12 20a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M3 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M21 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M2.89 12.006a1 1 0 0 1 1.104 .884a8 8 0 0 0 4.444 6.311a1 1 0 1 1 -.876 1.799a10 10 0 0 1 -5.556 -7.89a1 1 0 0 1 .884 -1.103z" stroke-width="0" fill="currentColor" />\n  <path d="M20.993 12l.117 .006a1 1 0 0 1 .884 1.104a10 10 0 0 1 -5.556 7.889a1 1 0 1 1 -.876 -1.798a8 8 0 0 0 4.444 -6.31a1 1 0 0 1 .987 -.891z" stroke-width="0" fill="currentColor" />\n  <path d="M5.567 4.226a10 10 0 0 1 12.666 0a1 1 0 1 1 -1.266 1.548a8 8 0 0 0 -10.134 0a1 1 0 1 1 -1.266 -1.548z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Jl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 21l0 .01" />\n  <path d="M3 9l0 .01" />\n  <path d="M21 9l0 .01" />\n  <path d="M8 20.1a9 9 0 0 1 -5 -7.1" />\n  <path d="M16 20.1a9 9 0 0 0 5 -7.1" />\n  <path d="M6.2 5a9 9 0 0 1 11.4 0" />\n</svg>\n\n\n',TI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12v.01" />\n  <path d="M9.172 9.172c-3.906 3.905 -5.805 8.337 -4.243 9.9c1.562 1.561 6 -.338 9.9 -4.244m1.884 -2.113c2.587 -3.277 3.642 -6.502 2.358 -7.786c-1.284 -1.284 -4.508 -.23 -7.784 2.357" />\n  <path d="M4.929 4.929c-1.562 1.562 .337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242m-.072 -4.071c-.767 -1.794 -2.215 -3.872 -4.172 -5.828c-1.944 -1.945 -4.041 -3.402 -5.828 -4.172" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',AI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12v.01" />\n  <path d="M19.071 4.929c-1.562 -1.562 -6 .337 -9.9 4.243c-3.905 3.905 -5.804 8.337 -4.242 9.9c1.562 1.561 6 -.338 9.9 -4.244c3.905 -3.905 5.804 -8.337 4.242 -9.9" />\n  <path d="M4.929 4.929c-1.562 1.562 .337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242c1.561 -1.562 -.338 -6 -4.244 -9.9c-3.905 -3.905 -8.337 -5.804 -9.9 -4.242" />\n</svg>\n\n\n',d0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 21h-2a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v3.5" />\n  <path d="M17 17l-4 -2.5l4 -2.5l4 2.5v4.5l-4 2.5z" />\n  <path d="M13 14.5v4.5l4 2.5" />\n  <path d="M17 17l4 -2.5" />\n  <path d="M11 4h2" />\n</svg>\n\n\n',Ws='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2c0 -.557 .228 -1.061 .595 -1.424" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2c.558 0 1.062 -.228 1.425 -.596" />\n  <path d="M12 12.5l.312 -.195m2.457 -1.536l1.231 -.769" />\n  <path d="M9.225 9.235l-1.225 .765l4 2.5v4.5l3.076 -1.923m.924 -3.077v-2l-4 -2.5l-.302 .189" />\n  <path d="M8 10v4.5l4 2.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Rp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M12 12.5l4 -2.5" />\n  <path d="M8 10l4 2.5v4.5l4 -2.5v-4.5l-4 -2.5z" />\n  <path d="M8 10v4.5l4 2.5" />\n</svg>\n\n\n',Pp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 17v4h1a2 2 0 1 0 0 -4h-1z" />\n  <path d="M17 11h1.5a1.5 1.5 0 0 0 0 -3h-1.5v5" />\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 7v3a1 1 0 0 0 1 1h3v7a1 1 0 0 0 1 1h3" />\n  <path d="M9 11h4" />\n</svg>\n\n\n',$5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.8 14.04a3.905 3.905 0 0 1 1.337 -2.075c1.195 -.985 1.816 -2.285 1.863 -3.902c-.047 -1.43 -.54 -2.626 -1.477 -3.586c-.96 -.938 -2.156 -1.43 -3.585 -1.477c-1.618 .047 -2.918 .668 -3.903 1.863c-.562 .68 -1.254 1.125 -2.074 1.336c-.938 .188 -1.828 .48 -2.672 .88c-.844 .398 -1.559 .878 -2.144 1.44c-1.43 1.501 -2.145 3.224 -2.145 5.169c0 1.946 .715 3.668 2.145 5.168c1.5 1.429 3.222 2.144 5.168 2.144c1.945 0 3.667 -.715 5.167 -2.145c.563 -.585 1.055 -1.3 1.477 -2.144c.398 -.844 .68 -1.723 .844 -2.637v-.035z" />\n  <path d="M10.87 10.036c-.942 .112 -1.794 .538 -2.556 1.278c-.74 .762 -1.166 1.614 -1.278 2.556c-.135 .92 .112 1.704 .74 2.354c.65 .628 1.435 .875 2.354 .74c.942 -.112 1.794 -.538 2.556 -1.278c.74 -.762 1.166 -1.614 1.278 -2.556c.135 -.92 -.112 -1.704 -.74 -2.354c-.65 -.628 -1.435 -.875 -2.354 -.74z" />\n</svg>\n\n\n',Fp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.496 13.983l1.966 3.406a1.001 1.001 0 0 1 -.705 1.488l-.113 .011l-.112 -.001l-2.933 -.19l-1.303 2.636a1.001 1.001 0 0 1 -1.608 .26l-.082 -.094l-.072 -.11l-1.968 -3.407a8.994 8.994 0 0 0 6.93 -3.999z" stroke-width="0" fill="currentColor" />\n  <path d="M11.43 17.982l-1.966 3.408a1.001 1.001 0 0 1 -1.622 .157l-.076 -.1l-.064 -.114l-1.304 -2.635l-2.931 .19a1.001 1.001 0 0 1 -1.022 -1.29l.04 -.107l.05 -.1l1.968 -3.409a8.994 8.994 0 0 0 6.927 4.001z" stroke-width="0" fill="currentColor" />\n  <path d="M12 2l.24 .004a7 7 0 0 1 6.76 6.996l-.003 .193l-.007 .192l-.018 .245l-.026 .242l-.024 .178a6.985 6.985 0 0 1 -.317 1.268l-.116 .308l-.153 .348a7.001 7.001 0 0 1 -12.688 -.028l-.13 -.297l-.052 -.133l-.08 -.217l-.095 -.294a6.96 6.96 0 0 1 -.093 -.344l-.06 -.271l-.049 -.271l-.02 -.139l-.039 -.323l-.024 -.365l-.006 -.292a7 7 0 0 1 6.76 -6.996l.24 -.004z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',X5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.72 12.704a6 6 0 0 0 -8.433 -8.418m-1.755 2.24a6 6 0 0 0 7.936 7.944" />\n  <path d="M12 15l3.4 5.89l1.598 -3.233l.707 .046m1.108 -2.902l-1.617 -2.8" />\n  <path d="M6.802 12l-3.4 5.89l3.598 -.233l1.598 3.232l3.4 -5.889" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Lp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" />\n  <path d="M12 15l3.4 5.89l1.598 -3.233l3.598 .232l-3.4 -5.889" />\n  <path d="M6.802 12l-3.4 5.89l3.598 -.233l1.598 3.232l3.4 -5.889" />\n</svg>\n\n\n',K5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 9l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385" />\n  <path d="M6.66 15.66l-3.32 -3.32a1.25 1.25 0 0 1 .42 -2.044l3.24 -1.296l6 -6l3 3l-6 6l-1.296 3.24a1.25 1.25 0 0 1 -2.044 .42z" />\n</svg>\n\n\n',Np='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 13v.01" />\n  <path d="M4 9v.01" />\n  <path d="M4 5v.01" />\n  <path d="M17 20l3 -3l-3 -3" />\n  <path d="M4 17h16" />\n</svg>\n\n\n',Y5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 20h-.01" />\n  <path d="M15 20h-.01" />\n  <path d="M19 20h-.01" />\n  <path d="M4 7l3 -3l3 3" />\n  <path d="M7 20v-16" />\n</svg>\n\n\n',Q5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 10h14" />\n  <path d="M12 2v2" />\n  <path d="M12 4a5 5 0 0 1 5 5v11a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-11a5 5 0 0 1 5 -5z" />\n</svg>\n\n\n',Z5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M2 5h2.5l1.632 4.897a6 6 0 0 0 5.693 4.103h2.675a5.5 5.5 0 0 0 0 -11h-.5v6" />\n  <path d="M6 9h14" />\n  <path d="M9 17l1 -3" />\n  <path d="M16 14l1 3" />\n</svg>\n\n\n',q5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8l4 -4" />\n  <path d="M14 4l-10 10" />\n  <path d="M4 20l16 -16" />\n  <path d="M20 10l-10 10" />\n  <path d="M20 16l-4 4" />\n</svg>\n\n\n',Vp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M13 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M13 19l-9 0" />\n  <path d="M4 15l9 0" />\n  <path d="M8 12v-5h2a3 3 0 0 1 3 3v5" />\n  <path d="M5 15v-2a1 1 0 0 1 1 -1h7" />\n  <path d="M21.12 9.88l-3.12 -4.88l-5 5" />\n  <path d="M21.12 9.88a3 3 0 0 1 -2.12 5.12a3 3 0 0 1 -2.12 -.88l4.24 -4.24z" />\n</svg>\n\n\n',Up='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 6h3a6 6 0 0 1 6 6v3m-.129 3.872a3 3 0 0 1 -2.871 2.128h-8a3 3 0 0 1 -3 -3v-6a5.99 5.99 0 0 1 2.285 -4.712" />\n  <path d="M10 6v-1a2 2 0 1 1 4 0v1" />\n  <path d="M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',jp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 18v-6a6 6 0 0 1 6 -6h2a6 6 0 0 1 6 6v6a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3z" />\n  <path d="M10 6v-1a2 2 0 1 1 4 0v1" />\n  <path d="M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" />\n  <path d="M11 10h2" />\n</svg>\n\n\n',t1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 5l10 14" />\n</svg>\n\n\n',Gp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 5a2 2 0 0 1 1.995 1.85l.005 .15v10a2 2 0 0 1 -1.85 1.995l-.15 .005h-11a1 1 0 0 1 -.608 -.206l-.1 -.087l-5.037 -5.04c-.809 -.904 -.847 -2.25 -.083 -3.23l.12 -.144l5 -5a1 1 0 0 1 .577 -.284l.131 -.009h11zm-7.489 4.14a1 1 0 0 0 -1.301 1.473l.083 .094l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.403 -1.403l-.094 .083l-1.293 1.292l-1.293 -1.292l-.094 -.083l-.102 -.07z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Wp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-11l-5 -5a1.5 1.5 0 0 1 0 -2l5 -5z" />\n  <path d="M12 10l4 4m0 -4l-4 4" />\n</svg>\n\n\n',$p='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 9.5a.5 .5 0 0 1 .5 -.5h1a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1a.5 .5 0 0 1 -.5 -.5" />\n  <path d="M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" />\n</svg>\n\n\n',Xp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 9v2a1 1 0 0 0 1 1h1" />\n  <path d="M10 9v6" />\n  <path d="M14 9v6" />\n  <path d="M17 9l-2 3l2 3" />\n  <path d="M15 12h-1" />\n</svg>\n\n\n',J5='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M14 9v6" />\n  <path d="M17 9l-2 3l2 3" />\n  <path d="M15 12h-1" />\n  <path d="M8.5 12h-.5a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1" />\n</svg>\n\n\n',tw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" />\n  <path d="M14 14v1h1m2 -2v-2a2 2 0 0 0 -2 -2h-1v1" />\n  <path d="M7 15v-4.5a1.5 1.5 0 0 1 2.077 -1.385m.788 .762c.087 .19 .135 .4 .135 .623v4.5" />\n  <path d="M7 13h3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ew='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" />\n  <path d="M7 15v-4.5a1.5 1.5 0 0 1 3 0v4.5" />\n  <path d="M7 13h3" />\n</svg>\n\n\n',nw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 15v-4.5a1.5 1.5 0 0 1 3 0v4.5" />\n  <path d="M7 13h3" />\n  <path d="M14 12h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6m3 0l-2 -3" />\n</svg>\n\n\n',Kp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" />\n  <path d="M17 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" />\n</svg>\n\n\n',OI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.486 3.143l-4.486 2.69l-4.486 -2.69a1 1 0 0 0 -1.514 .857v13a1 1 0 0 0 .486 .857l5 3a1 1 0 0 0 1.028 0l5 -3a1 1 0 0 0 .486 -.857v-13a1 1 0 0 0 -1.514 -.857z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Yp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" />\n  <path d="M7 15v-6" />\n  <path d="M10 15v-6" />\n  <path d="M7 12h3" />\n</svg>\n\n\n',aw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7v10l5 3l5 -3m0 -4v-9l-5 3l-2.496 -1.497" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ow='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M14 9v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" />\n  <path d="M7 14.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n</svg>\n\n\n',HI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M6 9h4" />\n  <path d="M8 9v6" />\n  <path d="M13 15v-6l2 3l2 -3v6" />\n</svg>\n\n\n',iw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 9l2 6l2 -6" />\n  <path d="M15.5 9a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 1.5 -1.5z" />\n</svg>\n\n\n',Qp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M14 12h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6m3 0l-2 -3" />\n  <path d="M7 9l2 6l2 -6" />\n</svg>\n\n\n',J2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M6.5 9l.5 6l2 -4l2 4l.5 -6" />\n  <path d="M17 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" />\n</svg>\n\n\n',sw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 17v-13l-5 3l-5 -3v13l5 3z" />\n</svg>\n\n\n',ns='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.486 12.143l-4.486 2.69l-4.486 -2.69a1 1 0 0 0 -1.514 .857v4a1 1 0 0 0 .486 .857l5 3a1 1 0 0 0 1.028 0l5 -3a1 1 0 0 0 .486 -.857v-4a1 1 0 0 0 -1.514 -.857z" stroke-width="0" fill="currentColor" />\n  <path d="M16.486 3.143l-4.486 2.69l-4.486 -2.69a1 1 0 0 0 -1.514 .857v4a1 1 0 0 0 .486 .857l5 3a1 1 0 0 0 1.028 0l5 -3a1 1 0 0 0 .486 -.857v-4a1 1 0 0 0 -1.514 -.857z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',e1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.505 14.497l-2.505 1.503l-5 -3v4l5 3l5 -3" />\n  <path d="M13.873 9.876l3.127 -1.876v-4l-5 3l-2.492 -1.495m-2.508 1.495v1l2.492 1.495" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',rw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 17v-4l-5 3l-5 -3v4l5 3z" />\n  <path d="M17 8v-4l-5 3l-5 -3v4l5 3z" />\n</svg>\n\n\n',Zp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.628 11.283l5.644 -5.637c2.665 -2.663 5.924 -3.747 8.663 -1.205l.188 .181a2.987 2.987 0 0 1 0 4.228l-11.287 11.274a3 3 0 0 1 -4.089 .135l-.143 -.135c-2.728 -2.724 -1.704 -6.117 1.024 -8.841z" />\n  <path d="M9.5 7.5l1.5 3.5" />\n  <path d="M6.5 10.5l1.5 3.5" />\n  <path d="M12.5 4.5l1.5 3.5" />\n</svg>\n\n\n',n1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 9l-1 1m-2 2l-3 3" />\n  <path d="M10 12l2 2" />\n  <path d="M8 21a5 5 0 0 0 -5 -5" />\n  <path d="M6.813 6.802a12.96 12.96 0 0 0 -3.813 9.198a5 5 0 0 0 5 5a12.96 12.96 0 0 0 9.186 -3.801m1.789 -2.227a12.94 12.94 0 0 0 2.025 -6.972a5 5 0 0 0 -5 -5a12.94 12.94 0 0 0 -6.967 2.022" />\n  <path d="M16 3a5 5 0 0 0 5 5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',RI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 9l-6 6" />\n  <path d="M10 12l2 2" />\n  <path d="M12 10l2 2" />\n  <path d="M8 21a5 5 0 0 0 -5 -5" />\n  <path d="M16 3c-7.18 0 -13 5.82 -13 13a5 5 0 0 0 5 5c7.18 0 13 -5.82 13 -13a5 5 0 0 0 -5 -5" />\n  <path d="M16 3a5 5 0 0 0 5 5" />\n</svg>\n\n\n',lw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.636 18.364a9 9 0 1 0 12.728 -12.728a9 9 0 0 0 -12.728 12.728z" />\n  <path d="M12.495 3.02a9 9 0 0 1 -9.475 9.475" />\n  <path d="M20.98 11.505a9 9 0 0 0 -9.475 9.475" />\n  <path d="M9 9l2 2" />\n  <path d="M13 13l2 2" />\n  <path d="M11 7l2 1" />\n  <path d="M7 11l1 2" />\n  <path d="M16 11l1 2" />\n  <path d="M11 16l2 1" />\n</svg>\n\n\n',hw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M5.65 5.65l12.7 12.7" />\n  <path d="M5.65 18.35l12.7 -12.7" />\n  <path d="M12 3a9 9 0 0 0 9 9" />\n  <path d="M3 12a9 9 0 0 1 9 9" />\n</svg>\n\n\n',qp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M11 9l0 .01" />\n  <path d="M15 8l0 .01" />\n  <path d="M14 12l0 .01" />\n</svg>\n\n\n',Jp='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.041 16.046a9 9 0 0 0 -12.084 -12.09m-2.323 1.683a9 9 0 0 0 12.726 12.73" />\n  <path d="M12 7l4.755 3.455l-.566 1.743l-.98 3.014l-.209 .788h-6l-1.755 -5.545l1.86 -1.351l2.313 -1.681z" />\n  <path d="M12 7v-4" />\n  <path d="M15 16l2.5 3" />\n  <path d="M16.755 10.455l3.745 -1.455" />\n  <path d="M9.061 16.045l-2.561 2.955" />\n  <path d="M7.245 10.455l-3.745 -1.455" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',dw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 7l4.76 3.45l-1.76 5.55h-6l-1.76 -5.55z" />\n  <path d="M12 7v-4m3 13l2.5 3m-.74 -8.55l3.74 -1.45m-11.44 7.05l-2.56 2.95m.74 -8.55l-3.74 -1.45" />\n</svg>\n\n\n',cw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M6 5.3a9 9 0 0 1 0 13.4" />\n  <path d="M18 5.3a9 9 0 0 0 0 13.4" />\n</svg>\n\n\n',Nr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12a8 8 0 0 0 8 4" />\n  <path d="M7.5 13.5a12 12 0 0 0 8.5 6.5" />\n  <path d="M12 12a8 8 0 0 0 -7.464 4.928" />\n  <path d="M12.951 7.353a12 12 0 0 0 -9.88 4.111" />\n  <path d="M12 12a8 8 0 0 0 -.536 -8.928" />\n  <path d="M15.549 15.147a12 12 0 0 0 1.38 -10.611" />\n</svg>\n\n\n',pw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 1a7 7 0 0 1 7 7c0 5.457 -3.028 10 -7 10c-3.9 0 -6.89 -4.379 -6.997 -9.703l-.003 -.297l.004 -.24a7 7 0 0 1 6.996 -6.76zm0 4a1 1 0 0 0 0 2l.117 .007a1 1 0 0 1 .883 .993l.007 .117a1 1 0 0 0 1.993 -.117a3 3 0 0 0 -3 -3z" stroke-width="0" fill="currentColor" />\n  <path d="M12 16a1 1 0 0 1 .993 .883l.007 .117v1a3 3 0 0 1 -2.824 2.995l-.176 .005h-3a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 1 -2 0a3 3 0 0 1 2.824 -2.995l.176 -.005h3a1 1 0 0 0 .993 -.883l.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',th='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8a2 2 0 0 0 -2 -2" />\n  <path d="M7.762 3.753a6 6 0 0 1 10.238 4.247c0 1.847 -.37 3.564 -1.007 4.993m-1.59 2.42c-.967 1 -2.14 1.587 -3.403 1.587c-3.314 0 -6 -4.03 -6 -9c0 -.593 .086 -1.166 .246 -1.707" />\n  <path d="M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',eh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8a2 2 0 0 0 -2 -2" />\n  <path d="M6 8a6 6 0 1 1 12 0c0 4.97 -2.686 9 -6 9s-6 -4.03 -6 -9" />\n  <path d="M12 17v1a2 2 0 0 1 -2 2h-3a2 2 0 0 0 -2 2" />\n</svg>\n\n\n',$s='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.828 2a3 3 0 0 1 1.977 .743l.145 .136l1.171 1.17a3 3 0 0 1 .136 4.1l-.136 .144l-1.706 1.707l2.292 2.293a1 1 0 0 1 .083 1.32l-.083 .094l-4 4a1 1 0 0 1 -1.497 -1.32l.083 -.094l3.292 -3.293l-1.586 -1.585l-7.464 7.464a3.828 3.828 0 0 1 -2.474 1.114l-.233 .008c-.674 0 -1.33 -.178 -1.905 -.508l-1.216 1.214a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.214 -1.216a3.828 3.828 0 0 1 .454 -4.442l.16 -.17l10.586 -10.586a3 3 0 0 1 1.923 -.873l.198 -.006zm0 2a1 1 0 0 0 -.608 .206l-.099 .087l-1.707 1.707l2.586 2.585l1.707 -1.706a1 1 0 0 0 .284 -.576l.01 -.131a1 1 0 0 0 -.207 -.609l-.087 -.099l-1.171 -1.171a1 1 0 0 0 -.708 -.293z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',a1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 6l7 7l-2 2" />\n  <path d="M10 10l-4.172 4.172a2.828 2.828 0 1 0 4 4l4.172 -4.172" />\n  <path d="M16 12l4.414 -4.414a2 2 0 0 0 0 -2.829l-1.171 -1.171a2 2 0 0 0 -2.829 0l-4.414 4.414" />\n  <path d="M4 20l1.768 -1.768" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',nh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 6l7 7l-4 4" />\n  <path d="M5.828 18.172a2.828 2.828 0 0 0 4 0l10.586 -10.586a2 2 0 0 0 0 -2.829l-1.171 -1.171a2 2 0 0 0 -2.829 0l-10.586 10.586a2.828 2.828 0 0 0 0 4z" />\n  <path d="M4 20l1.768 -1.768" />\n</svg>\n\n\n',Vr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M5.7 5.7l12.6 12.6" />\n</svg>\n\n\n',o1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.207 3.793a5.95 5.95 0 0 1 .179 8.228l-.179 .186l-8 8a5.95 5.95 0 0 1 -8.593 -8.228l.179 -.186l8 -8a5.95 5.95 0 0 1 8.414 0zm-8.207 9.207a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm2 -2a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm2 -2a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Xs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12v.01" />\n  <path d="M12 14v.01" />\n  <path d="M10.513 6.487l1.987 -1.987a4.95 4.95 0 0 1 7 7l-2.018 2.018m-1.982 1.982l-4 4a4.95 4.95 0 0 1 -7 -7l4 -4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ah='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 12l0 .01" />\n  <path d="M10 12l0 .01" />\n  <path d="M12 10l0 .01" />\n  <path d="M12 14l0 .01" />\n  <path d="M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7" />\n</svg>\n\n\n',s1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12h1" />\n  <path d="M6 8h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2" />\n  <path d="M6.298 6.288a1 1 0 0 0 -.298 .712v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-8" />\n  <path d="M9 12h3" />\n  <path d="M15 15v2a1 1 0 0 0 1 1h1c.275 0 .523 -.11 .704 -.29m.296 -3.71v-7a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1v4" />\n  <path d="M18 8h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1" />\n  <path d="M22 12h-1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ur='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12h1" />\n  <path d="M6 8h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2" />\n  <path d="M6 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-10a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1z" />\n  <path d="M9 12h6" />\n  <path d="M15 7v10a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-10a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1z" />\n  <path d="M18 8h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2" />\n  <path d="M22 12h-1" />\n</svg>\n\n\n',oh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7v-1c0 -.552 .224 -1.052 .586 -1.414" />\n  <path d="M4 17v1a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v1" />\n  <path d="M16 20h2c.551 0 1.05 -.223 1.412 -.584" />\n  <path d="M5 11h1v2h-1z" />\n  <path d="M10 11v2" />\n  <path d="M15 11v.01" />\n  <path d="M19 11v2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',PI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7v-1a2 2 0 0 1 2 -2h2" />\n  <path d="M4 17v1a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v1" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-1" />\n  <path d="M5 11h1v2h-1z" />\n  <path d="M10 11l0 2" />\n  <path d="M14 11h1v2h-1z" />\n  <path d="M19 11l0 2" />\n</svg>\n\n\n',ih='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h8.722a2 2 0 0 1 1.841 1.22c.958 2.26 1.437 4.52 1.437 6.78a16.35 16.35 0 0 1 -.407 3.609m-.964 3.013l-.066 .158a2 2 0 0 1 -1.841 1.22h-9.444a2 2 0 0 1 -1.841 -1.22c-.958 -2.26 -1.437 -4.52 -1.437 -6.78c0 -2.21 .458 -4.42 1.374 -6.63" />\n  <path d="M14 4c.585 2.337 .913 4.674 .985 7.01m-.114 3.86a33.415 33.415 0 0 1 -.871 5.13" />\n  <path d="M10 4a34.42 34.42 0 0 0 -.366 1.632m-.506 3.501a32.126 32.126 0 0 0 -.128 2.867c0 2.667 .333 5.333 1 8" />\n  <path d="M4.5 16h11.5" />\n  <path d="M19.5 8h-7.5m-4 0h-3.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',jr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.278 4h9.444a2 2 0 0 1 1.841 1.22c.958 2.26 1.437 4.52 1.437 6.78c0 2.26 -.479 4.52 -1.437 6.78a2 2 0 0 1 -1.841 1.22h-9.444a2 2 0 0 1 -1.841 -1.22c-.958 -2.26 -1.437 -4.52 -1.437 -6.78c0 -2.26 .479 -4.52 1.437 -6.78a2 2 0 0 1 1.841 -1.22z" />\n  <path d="M14 4c.667 2.667 1 5.333 1 8s-.333 5.333 -1 8" />\n  <path d="M10 4c-.667 2.667 -1 5.333 -1 8s.333 5.333 1 8" />\n  <path d="M4.5 16h15" />\n  <path d="M19.5 8h-15" />\n</svg>\n\n\n',vw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 7h8a1 1 0 0 1 1 1v7c0 .27 -.107 .516 -.282 .696" />\n  <path d="M16 16h-11a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h2" />\n  <path d="M7 16v4" />\n  <path d="M7.5 16l4.244 -4.244" />\n  <path d="M13.745 9.755l2.755 -2.755" />\n  <path d="M13.5 16l1.249 -1.249" />\n  <path d="M16.741 12.759l3.259 -3.259" />\n  <path d="M4 13.5l4.752 -4.752" />\n  <path d="M17 17v3" />\n  <path d="M5 20h4" />\n  <path d="M15 20h4" />\n  <path d="M17 7v-2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',t4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v7a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" />\n  <path d="M7 16v4" />\n  <path d="M7.5 16l9 -9" />\n  <path d="M13.5 16l6.5 -6.5" />\n  <path d="M4 13.5l6.5 -6.5" />\n  <path d="M17 16v4" />\n  <path d="M5 20h4" />\n  <path d="M15 20h4" />\n  <path d="M17 7v-2" />\n  <path d="M7 7v-2" />\n</svg>\n\n\n',uw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4h16" />\n  <path d="M4 20h16" />\n</svg>\n\n\n',gw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h16" />\n  <path d="M4 12h16" />\n  <path d="M4 4h16" />\n</svg>\n\n\n',sh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 3h16" />\n  <path d="M4 9h16" />\n  <path d="M4 15h16" />\n  <path d="M4 21h16" />\n</svg>\n\n\n',e4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h16" />\n  <path d="M8 16v-8a4 4 0 1 1 8 0v8" />\n  <path d="M8 10h8" />\n</svg>\n\n\n',mw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M13 20h-5.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.358 2.04" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',fw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.3 1.713" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',Gr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M11 20h-3.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.479 2.729" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',n4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M11 20h-3.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304c-.21 1.202 -.37 2.104 -.475 2.705" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',rh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.267 1.522" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',ww='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M12.5 20h-5.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.394 2.248" />\n  <path d="M13.856 13.254a2 2 0 1 0 -1.856 2.746" />\n  <path d="M16 21l5 -5" />\n  <path d="M21 21v.01" />\n  <path d="M16 16v.01" />\n</svg>\n\n\n',FI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M13 20h-5.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',LI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.349 1.989" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',Wr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M15 20h-7.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.36 2.055" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',Mw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.684 3.27l.084 .09l4.7 5.64h3.532a1 1 0 0 1 .991 1.131l-.02 .112l-1.984 7.918c-.258 1.578 -1.41 2.781 -2.817 2.838l-.17 .001l-10.148 -.002c-1.37 -.053 -2.484 -1.157 -2.787 -2.57l-.035 -.185l-2 -8a1 1 0 0 1 .857 -1.237l.113 -.006h3.53l4.702 -5.64a1 1 0 0 1 1.452 -.09zm-.684 8.73a3 3 0 0 0 -2.98 2.65l-.015 .174l-.005 .176l.005 .176a3 3 0 1 0 2.995 -3.176zm0 -6.438l-2.865 3.438h5.73l-2.865 -3.438z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',r1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M10.5 20h-3.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.143 .817" />\n  <path d="M12.602 12.092a2 2 0 0 0 -2.233 3.066" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',lh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.833 4.75" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',a4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l.75 -2.252m1.001 -3.002l.249 -.746" />\n  <path d="M12 8h7a2 2 0 0 1 1.977 2.304c-.442 2.516 -.756 4.438 -.977 5.696m-1.01 3.003a2.997 2.997 0 0 1 -2.234 .997h-9.512a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h2.999" />\n  <path d="M12 12a2 2 0 1 0 2 2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',_w='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M13 20h-5.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.478 2.725" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',o4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.161 .92" />\n  <path d="M13.866 13.28a2 2 0 1 0 -1.866 2.72" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',hh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.359 2.043" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',s4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M15 20h-7.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.161 .918" />\n  <path d="M12 16a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',Ms='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M11 20h-3.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.215 1.227" />\n  <path d="M13.483 12.658a2 2 0 1 0 -2.162 3.224" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',r4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M12.5 20h-5.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.478 2.723" />\n  <path d="M14 14a2 2 0 1 0 -2 2" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',l1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M10.5 20h-3.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.133 .757" />\n  <path d="M13.596 12.794a2 2 0 0 0 -3.377 2.116" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',l4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M12 20h-4.756a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.358 2.04" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',h4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n  <path d="M13.5 20h-6.256a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304h13.999a2 2 0 0 1 1.977 2.304l-.532 3.03" />\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',d4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 14a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M5.001 8h13.999a2 2 0 0 1 1.977 2.304l-1.255 7.152a3 3 0 0 1 -2.966 2.544h-9.512a3 3 0 0 1 -2.965 -2.544l-1.255 -7.152a2 2 0 0 1 1.977 -2.304z" />\n  <path d="M17 10l-2 -6" />\n  <path d="M7 10l2 -6" />\n</svg>\n\n\n',dh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 16c.74 -2.286 2.778 -3.762 5 -3c-.173 -2.595 .13 -5.314 -2 -7.5c-1.708 2.648 -3.358 2.557 -5 2.5v-4l-3 2l-3 -2v4c-1.642 .057 -3.292 .148 -5 -2.5c-2.13 2.186 -1.827 4.905 -2 7.5c2.222 -.762 4.26 .714 5 3c2.593 0 3.889 .952 5 4c1.111 -3.048 2.407 -4 5 -4z" />\n  <path d="M9 8a3 3 0 0 0 6 0" />\n</svg>\n\n\n',c4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 2a1 1 0 0 1 .993 .883l.007 .117v2.25a1 1 0 0 1 -1.993 .117l-.007 -.117v-1.25h-2a1 1 0 0 0 -.993 .883l-.007 .117v6h13a2 2 0 0 1 1.995 1.85l.005 .15v3c0 1.475 -.638 2.8 -1.654 3.715l.486 .73a1 1 0 0 1 -1.594 1.203l-.07 -.093l-.55 -.823a4.98 4.98 0 0 1 -1.337 .26l-.281 .008h-10a4.994 4.994 0 0 1 -1.619 -.268l-.549 .823a1 1 0 0 1 -1.723 -1.009l.059 -.1l.486 -.73a4.987 4.987 0 0 1 -1.647 -3.457l-.007 -.259v-3a2 2 0 0 1 1.85 -1.995l.15 -.005h1v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',h1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12h4a1 1 0 0 1 1 1v3c0 .311 -.036 .614 -.103 .904m-1.61 2.378a3.982 3.982 0 0 1 -2.287 .718h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1h8" />\n  <path d="M6 12v-6m1.178 -2.824c.252 -.113 .53 -.176 .822 -.176h3v2.25" />\n  <path d="M4 21l1 -1.5" />\n  <path d="M20 21l-1 -1.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ch='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12h16a1 1 0 0 1 1 1v3a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-3a1 1 0 0 1 1 -1z" />\n  <path d="M6 12v-7a2 2 0 0 1 2 -2h3v2.25" />\n  <path d="M4 21l1 -1.5" />\n  <path d="M20 21l-1 -1.5" />\n</svg>\n\n\n',Ks='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',bw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />\n  <path d="M7 10l0 4" />\n</svg>\n\n\n',xw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',NI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />\n  <path d="M7 10l0 4" />\n  <path d="M10 10l0 4" />\n</svg>\n\n\n',d1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ph='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />\n  <path d="M7 10l0 4" />\n  <path d="M10 10l0 4" />\n  <path d="M13 10l0 4" />\n</svg>\n\n\n',p4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11zm-10 3a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',v4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />\n  <path d="M7 10l0 4" />\n  <path d="M10 10l0 4" />\n  <path d="M13 10l0 4" />\n  <path d="M16 10l0 4" />\n</svg>\n\n\n',u4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M6 6v-2" />\n  <path d="M19 4l0 2" />\n  <path d="M6.5 13l3 0" />\n  <path d="M14.5 13l3 0" />\n  <path d="M16 11.5l0 3" />\n</svg>\n\n\n',_s='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-4.5" />\n  <path d="M3 15h6v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2v-2z" />\n  <path d="M6 22v-3" />\n  <path d="M4 15v-2.5" />\n  <path d="M8 15v-2.5" />\n</svg>\n\n\n',Iw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 7h1a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-2" />\n  <path d="M8 7h-2a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h1" />\n  <path d="M12 8l-2 4h3l-2 4" />\n</svg>\n\n\n',yw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 9a2 2 0 0 1 2 -2h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-5.5" />\n  <path d="M3 16.143c0 -2.84 2.09 -5.143 4.667 -5.143h2.333v.857c0 2.84 -2.09 5.143 -4.667 5.143h-2.333v-.857z" />\n  <path d="M3 20v-3" />\n</svg>\n\n\n',kw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 6a3 3 0 0 1 2.995 2.824l.005 .176v.086l.052 .019a1.5 1.5 0 0 1 .941 1.25l.007 .145v3a1.5 1.5 0 0 1 -.948 1.395l-.052 .018v.087a3 3 0 0 1 -2.824 2.995l-.176 .005h-11a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a3 3 0 0 1 2.824 -2.995l.176 -.005h11z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Cw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M11 7h6a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5m-2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h1" />\n</svg>\n\n\n',Dw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 7h11a2 2 0 0 1 2 2v.5a.5 .5 0 0 0 .5 .5a.5 .5 0 0 1 .5 .5v3a.5 .5 0 0 1 -.5 .5a.5 .5 0 0 0 -.5 .5v.5a2 2 0 0 1 -2 2h-11a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />\n</svg>\n\n\n',Ki='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.071 15.102a7.502 7.502 0 0 0 -8.124 1.648" />\n  <path d="M10.27 6.269l9.926 5.731a6 6 0 0 0 -10.32 -6.123" />\n  <path d="M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196" />\n  <path d="M15 9l-.739 1.279" />\n  <path d="M12.794 12.82l-.794 1.376" />\n  <path d="M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1.135 -.858" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ys='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.553 16.75a7.5 7.5 0 0 0 -10.606 0" />\n  <path d="M18 3.804a6 6 0 0 0 -8.196 2.196l10.392 6a6 6 0 0 0 -2.196 -8.196z" />\n  <path d="M16.732 10c1.658 -2.87 2.225 -5.644 1.268 -6.196c-.957 -.552 -3.075 1.326 -4.732 4.196" />\n  <path d="M15 9l-3 5.196" />\n  <path d="M3 19.25a2.4 2.4 0 0 1 1 -.25a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 1 .25" />\n</svg>\n\n\n',Bw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6a1 1 0 0 1 .993 .883l.007 .117v6h6v-5a1 1 0 0 1 .883 -.993l.117 -.007h8a3 3 0 0 1 2.995 2.824l.005 .176v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-3h-16v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-11a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M7 8a2 2 0 1 1 -1.995 2.15l-.005 -.15l.005 -.15a2 2 0 0 1 1.995 -1.85z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',zw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 13h11v-2a3 3 0 0 0 -3 -3h-8v5z" />\n  <path d="M3 16h18" />\n</svg>\n\n\n',Ew='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7a2 2 0 1 0 2 2" />\n  <path d="M22 17v-3h-4m-4 0h-12" />\n  <path d="M2 8v9" />\n  <path d="M12 12v2h2m4 0h4v-2a3 3 0 0 0 -3 -3h-6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Sw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M22 17v-3h-20" />\n  <path d="M2 8v9" />\n  <path d="M12 14h10v-2a3 3 0 0 0 -3 -3h-7v5z" />\n</svg>\n\n\n',Tw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 2a2 2 0 0 1 1.995 1.85l.005 .15v4c0 1.335 -.229 2.386 -.774 3.692l-.157 .363l-.31 .701a8.902 8.902 0 0 0 -.751 3.242l-.008 .377v3.625a2 2 0 0 1 -1.85 1.995l-.15 .005h-6a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3.625c0 -1.132 -.21 -2.25 -.617 -3.28l-.142 -.34l-.31 -.699c-.604 -1.358 -.883 -2.41 -.925 -3.698l-.006 -.358v-4a2 2 0 0 1 1.85 -1.995l.15 -.005h10zm0 2h-10v3h10v-3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Aw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7v1.111c0 1.242 .29 2.467 .845 3.578l.31 .622a8 8 0 0 1 .845 3.578v4.111h6v-4.111a8 8 0 0 1 .045 -.85m.953 -3.035l.157 -.315a8 8 0 0 0 .845 -3.578v-4.111h-9" />\n  <path d="M7 8h1m4 0h5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',g4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 21h6a1 1 0 0 0 1 -1v-3.625c0 -1.397 .29 -2.775 .845 -4.025l.31 -.7c.556 -1.25 .845 -2.253 .845 -3.65v-4a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v4c0 1.397 .29 2.4 .845 3.65l.31 .7a9.931 9.931 0 0 1 .845 4.025v3.625a1 1 0 0 0 1 1z" />\n  <path d="M6 8h12" />\n</svg>\n\n\n',Ow='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 17h-9.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1" />\n  <path d="M9 17v1a3 3 0 0 0 4.368 2.67" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',Hw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1" />\n  <path d="M9 17v1a3 3 0 0 0 3 3" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',Rw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 17h-7.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3c.016 .129 .037 .256 .065 .382" />\n  <path d="M9 17v1a3 3 0 0 0 2.502 2.959" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',Pw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 17h-7.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2" />\n  <path d="M9 17v1a3 3 0 0 0 2.498 2.958" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',c1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17h-8a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v.5" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n  <path d="M9 17v1a3 3 0 0 0 3 3" />\n</svg>\n\n\n',Yi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 17h-9a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 3.911 5.17" />\n  <path d="M9 17v1a3 3 0 0 0 4.02 2.822" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',$r='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1" />\n  <path d="M9 17v1a3 3 0 0 0 3.518 2.955" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',m4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 17h-11a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1.5" />\n  <path d="M9 17v1a3 3 0 0 0 6 0v-1" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',f4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z" stroke-width="0" fill="currentColor" />\n  <path d="M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',w4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 17h-6a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6" />\n  <path d="M9 17v1c0 1.408 .97 2.59 2.28 2.913" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',VI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z" stroke-width="0" fill="currentColor" />\n  <path d="M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm2 8h-4l-.117 .007a1 1 0 0 0 .117 1.993h4l.117 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',UI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3c.047 .386 .149 .758 .3 1.107" />\n  <path d="M9 17v1a3 3 0 0 0 3.504 2.958" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',jI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.346 5.353c.21 -.129 .428 -.246 .654 -.353a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3m-1 3h-13a4 4 0 0 0 2 -3v-3a6.996 6.996 0 0 1 1.273 -3.707" />\n  <path d="M9 17v1a3 3 0 0 0 6 0v-1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',vh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 17h-9a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2" />\n  <path d="M9 17v1a3 3 0 0 0 4.022 2.821" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',uh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17h-8a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6" />\n  <path d="M9 17v1a3 3 0 0 0 3.64 2.931" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',GI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z" stroke-width="0" fill="currentColor" />\n  <path d="M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm0 6a1 1 0 0 0 -1 1v1h-1l-.117 .007a1 1 0 0 0 .117 1.993h1v1l.007 .117a1 1 0 0 0 1.993 -.117v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',WI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1" />\n  <path d="M9 17v1a3 3 0 0 0 3.51 2.957" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',M4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 17h-9.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6" />\n  <path d="M9 17v1a3 3 0 0 0 5.914 .716" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',Fw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.63 17.531c.612 .611 .211 1.658 -.652 1.706a3.992 3.992 0 0 1 -3.05 -1.166a3.992 3.992 0 0 1 -1.165 -3.049c.046 -.826 1.005 -1.228 1.624 -.726l.082 .074l3.161 3.16z" stroke-width="0" fill="currentColor" />\n  <path d="M20.071 3.929c.96 .96 1.134 2.41 .52 3.547l-.09 .153l-.024 .036a8.013 8.013 0 0 1 -1.446 7.137l-.183 .223l-.191 .218l-2.073 2.072l-.08 .112a3 3 0 0 0 -.499 2.113l.035 .201l.045 .185c.264 .952 -.853 1.645 -1.585 1.051l-.086 -.078l-11.313 -11.313c-.727 -.727 -.017 -1.945 .973 -1.671a3 3 0 0 0 2.5 -.418l.116 -.086l2.101 -2.1a8 8 0 0 1 7.265 -1.86l.278 .071l.037 -.023a3.003 3.003 0 0 1 3.432 .192l.14 .117l.128 .12z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Lw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.364 4.636a2 2 0 0 1 0 2.828a7 7 0 0 1 -1.414 7.072l-2.122 2.12a4 4 0 0 0 -.707 3.536l-11.313 -11.312a4 4 0 0 0 3.535 -.707l2.121 -2.123a7 7 0 0 1 7.072 -1.414a2 2 0 0 1 2.828 0z" />\n  <path d="M7.343 12.414l-.707 .707a3 3 0 0 0 4.243 4.243l.707 -.707" />\n</svg>\n\n\n',Nw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.451 2.344a1 1 0 0 1 1.41 -.099a12.05 12.05 0 0 1 3.048 4.064a1 1 0 1 1 -1.818 .836a10.05 10.05 0 0 0 -2.54 -3.39a1 1 0 0 1 -.1 -1.41z" stroke-width="0" fill="currentColor" />\n  <path d="M5.136 2.245a1 1 0 0 1 1.312 1.51a10.05 10.05 0 0 0 -2.54 3.39a1 1 0 1 1 -1.817 -.835a12.05 12.05 0 0 1 3.045 -4.065z" stroke-width="0" fill="currentColor" />\n  <path d="M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z" stroke-width="0" fill="currentColor" />\n  <path d="M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Vw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 5a2 2 0 0 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" />\n  <path d="M9 17v1a3 3 0 0 0 6 0v-1" />\n  <path d="M21 6.727a11.05 11.05 0 0 0 -2.794 -3.727" />\n  <path d="M3 6.727a11.05 11.05 0 0 1 2.792 -3.727" />\n</svg>\n\n\n',Uw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" />\n  <path d="M13.5 15h.5a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-1a2 2 0 0 1 2 -2h.5" />\n  <path d="M16 17a5.698 5.698 0 0 0 4.467 -7.932l-.467 -1.068" />\n  <path d="M10 10v.01" />\n  <path d="M20 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',_4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 17h-7a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6" />\n  <path d="M9 17v1a3 3 0 0 0 2.685 2.984" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',b4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2" />\n  <path d="M9 17v1a3 3 0 0 0 3 3" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',jw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.5 17h-5.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 3.88 5" />\n  <path d="M9 17v1a3 3 0 0 0 2.15 2.878" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',Gw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 17h-8.5a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v1" />\n  <path d="M9 17v1a3 3 0 0 0 3.49 2.96" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',x4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z" stroke-width="0" fill="currentColor" />\n  <path d="M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm-1.489 6.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',p1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 17h-9a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6a2 2 0 1 1 4 0a7 7 0 0 1 4 6v2" />\n  <path d="M9 17v1a3 3 0 0 0 4.194 2.753" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',I4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.235 19c.865 0 1.322 1.024 .745 1.668a3.992 3.992 0 0 1 -2.98 1.332a3.992 3.992 0 0 1 -2.98 -1.332c-.552 -.616 -.158 -1.579 .634 -1.661l.11 -.006h4.471z" stroke-width="0" fill="currentColor" />\n  <path d="M12 2c1.358 0 2.506 .903 2.875 2.141l.046 .171l.008 .043a8.013 8.013 0 0 1 4.024 6.069l.028 .287l.019 .289v2.931l.021 .136a3 3 0 0 0 1.143 1.847l.167 .117l.162 .099c.86 .487 .56 1.766 -.377 1.864l-.116 .006h-16c-1.028 0 -1.387 -1.364 -.493 -1.87a3 3 0 0 0 1.472 -2.063l.021 -.143l.001 -2.97a8 8 0 0 1 3.821 -6.454l.248 -.146l.01 -.043a3.003 3.003 0 0 1 2.562 -2.29l.182 -.017l.176 -.004zm2 6h-4l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h1.584l-2.291 2.293l-.076 .084c-.514 .637 -.07 1.623 .783 1.623h4l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-1.586l2.293 -2.293l.076 -.084c.514 -.637 .07 -1.623 -.783 -1.623z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',gh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" />\n  <path d="M9 17v1a3 3 0 0 0 6 0v-1" />\n  <path d="M10 9h4l-4 4h4" />\n</svg>\n\n\n',Ww='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" />\n  <path d="M9 17v1a3 3 0 0 0 6 0v-1" />\n</svg>\n\n\n',bs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 22v-14a4 4 0 0 1 4 -4h.5a3.5 3.5 0 0 1 0 7h-.5h.5a4.5 4.5 0 1 1 -4.5 4.5v-.5" />\n</svg>\n\n\n',y4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z" />\n  <path d="M19 16h-12a2 2 0 0 0 -2 2" />\n  <path d="M12 7v6" />\n  <path d="M10 9h4" />\n</svg>\n\n\n',$w='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M16.437 16.44a3 3 0 0 0 4.123 4.123m1.44 -2.563a3 3 0 0 0 -3 -3" />\n  <path d="M12 19v-4l-3 -3l1.665 -1.332m2.215 -1.772l1.12 -.896l2 3h3" />\n  <path d="M17 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',mh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M19 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 19l0 -4l-3 -3l5 -4l2 3l3 0" />\n  <path d="M17 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',k4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 7v-2h-1" />\n  <path d="M18 19v-1" />\n  <path d="M15.5 5h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5v-4a.5 .5 0 0 1 .5 -.5z" />\n  <path d="M10.5 14h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5v-4a.5 .5 0 0 1 .5 -.5z" />\n  <path d="M6 10v.01" />\n  <path d="M6 19v.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Xw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M7 14a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M21 14a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M12 8v8" />\n  <path d="M6.316 12.496l4.368 -4.992" />\n  <path d="M17.684 12.496l-4.366 -4.99" />\n</svg>\n\n\n',Kw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M16 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M16 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M11 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M21 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M5.058 18.306l2.88 -4.606" />\n  <path d="M10.061 10.303l2.877 -4.604" />\n  <path d="M10.065 13.705l2.876 4.6" />\n  <path d="M15.063 5.7l2.881 4.61" />\n</svg>\n\n\n',Yw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 10v-5h-1m8 14v-5h-1" />\n  <path d="M15 5m0 .5a.5 .5 0 0 1 .5 -.5h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5z" />\n  <path d="M10 14m0 .5a.5 .5 0 0 1 .5 -.5h2a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5z" />\n  <path d="M6 10h.01m-.01 9h.01" />\n</svg>\n\n\n',Qw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.586 10.586a2 2 0 1 0 2.836 2.82" />\n  <path d="M11.939 14c0 .173 .048 .351 .056 .533v.217a4.75 4.75 0 0 1 -4.533 4.745h-.217" />\n  <path d="M2.495 14.745a4.75 4.75 0 0 1 7.737 -3.693" />\n  <path d="M16.745 19.495a4.75 4.75 0 0 1 -4.69 -5.503h-.06" />\n  <path d="M14.533 10.538a4.75 4.75 0 0 1 6.957 3.987v.217" />\n  <path d="M10.295 10.929a4.75 4.75 0 0 1 -2.988 -3.64m.66 -3.324a4.75 4.75 0 0 1 .5 -.66l.164 -.172" />\n  <path d="M15.349 3.133a4.75 4.75 0 0 1 -.836 7.385" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',C4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M11.939 14c0 .173 .048 .351 .056 .533l0 .217a4.75 4.75 0 0 1 -4.533 4.745l-.217 0m-4.75 -4.75a4.75 4.75 0 0 1 7.737 -3.693m6.513 8.443a4.75 4.75 0 0 1 -4.69 -5.503l-.06 0m1.764 -2.944a4.75 4.75 0 0 1 7.731 3.477l0 .217m-11.195 -3.813a4.75 4.75 0 0 1 -1.828 -7.624l.164 -.172m6.718 0a4.75 4.75 0 0 1 -1.665 7.798" />\n</svg>\n\n\n',$I='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.586 3a2 2 0 0 1 2.828 0l.586 .585l.586 -.585a2 2 0 0 1 2.7 -.117l.128 .117l2.586 2.586a2 2 0 0 1 0 2.828l-.586 .586l.586 .586a2 2 0 0 1 0 2.828l-8.586 8.586a2 2 0 0 1 -2.828 0l-.586 -.586l-.586 .586a2 2 0 0 1 -2.828 0l-2.586 -2.586a2 2 0 0 1 0 -2.828l.585 -.587l-.585 -.585a2 2 0 0 1 -.117 -2.7l.117 -.129zm3.027 4.21a1 1 0 0 0 -1.32 1.497l.292 .293l-1.068 1.067a2.003 2.003 0 0 0 -2.512 1.784l-.005 .149l.005 .15c.01 .125 .03 .248 .062 .367l-1.067 1.068l-.293 -.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l.292 .293l-.292 .293l-.083 .094a1 1 0 0 0 1.497 1.32l.293 -.292l.293 .292l.094 .083a1 1 0 0 0 1.32 -1.497l-.292 -.293l1.069 -1.067a2.003 2.003 0 0 0 2.449 -2.45l1.067 -1.068l.293 .292l.094 .083a1 1 0 0 0 1.32 -1.497l-.292 -.293l.292 -.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-.293 .292l-.293 -.292z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',XI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.707 3.707l2.586 2.586a1 1 0 0 1 0 1.414l-.586 .586a1 1 0 0 0 0 1.414l.586 .586a1 1 0 0 1 0 1.414l-8.586 8.586a1 1 0 0 1 -1.414 0l-.586 -.586a1 1 0 0 0 -1.414 0l-.586 .586a1 1 0 0 1 -1.414 0l-2.586 -2.586a1 1 0 0 1 0 -1.414l.586 -.586a1 1 0 0 0 0 -1.414l-.586 -.586a1 1 0 0 1 0 -1.414l8.586 -8.586a1 1 0 0 1 1.414 0l.586 .586a1 1 0 0 0 1.414 0l.586 -.586a1 1 0 0 1 1.414 0z" />\n  <path d="M8 16l3.2 -3.2" />\n  <path d="M12.8 11.2l3.2 -3.2" />\n  <path d="M14 8l2 2" />\n  <path d="M8 14l2 2" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',Xr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75" />\n  <path d="M11 12h-1a2 2 0 1 0 0 4h1" />\n  <path d="M14 12v4h2" />\n</svg>\n\n\n',Zw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75" />\n  <path d="M6.576 19l7.907 -13.733" />\n  <path d="M11.719 19.014l5.346 -9.284" />\n</svg>\n\n\n',qw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 19h14m1.986 -1.977a2 2 0 0 0 -.146 -.773l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.815 1.405m-1.488 2.568l-4.797 8.277a2 2 0 0 0 1.75 2.75" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Jw='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75" />\n</svg>\n\n\n',D4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 10h-3a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h10.802a1 1 0 0 1 .984 1.179l-1.786 9.821" />\n  <path d="M8 4l2 11" />\n  <path d="M11 15h4a3 3 0 0 1 3 3v2a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-2a3 3 0 0 1 3 -3z" />\n  <path d="M12 4v-1h2v1" />\n  <path d="M13 18v.01" />\n</svg>\n\n\n',tM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 15h15" />\n  <path d="M21 19h-15" />\n  <path d="M15 11h6" />\n  <path d="M21 7h-6" />\n  <path d="M9 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2" />\n  <path d="M3 9h1a1 1 0 1 1 -1 1v-2.5a2 2 0 0 1 2 -2" />\n</svg>\n\n\n',eM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 8l10 8l-5 4l0 -16l5 4l-10 8" />\n  <path d="M4 12l1 0" />\n  <path d="M18 12l1 0" />\n</svg>\n\n\n',nM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M16.438 16.45l-4.438 3.55v-8m0 -4v-4l5 4l-2.776 2.22m-2.222 1.779l-5 4" />\n</svg>\n\n\n',aM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 8l10 8l-5 4v-16l1 .802m0 6.396l-6 4.802" />\n  <path d="M16 6l4 4" />\n  <path d="M20 6l-4 4" />\n</svg>\n\n\n',oM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 8l10 8l-5 4l0 -16l5 4l-10 8" />\n</svg>\n\n\n',iM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3v5m0 4v8" />\n  <path d="M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098" />\n  <path d="M16 12h5" />\n  <path d="M13 9h7" />\n  <path d="M12 6h6" />\n  <path d="M12 18h6" />\n  <path d="M12 15h3m4 0h1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',fh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9.01 9.01 0 0 0 2.32 -.302a9 9 0 0 0 1.74 -16.733a9 9 0 1 0 -4.06 17.035z" />\n  <path d="M12 3v17" />\n  <path d="M12 12h9" />\n  <path d="M12 9h8" />\n  <path d="M12 6h6" />\n  <path d="M12 18h6" />\n  <path d="M12 15h8" />\n</svg>\n\n\n',KI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 16v-8h2a2 2 0 1 1 0 4h-2" />\n  <path d="M6 14a2 2 0 0 1 -2 2h-2v-8h2a2 2 0 1 1 0 4h-2h2a2 2 0 0 1 2 2z" />\n  <path d="M9 16v-8l3 6l3 -6v8" />\n</svg>\n\n\n',YI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M12 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M10 17v-1a2 2 0 1 1 4 0v1" />\n  <path d="M8 10c.666 .666 1.334 1 2 1h4c.666 0 1.334 -.334 2 -1" />\n  <path d="M12 11v3" />\n</svg>\n\n\n',wh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h4a3.5 3.5 0 0 1 2.222 6.204m-3.222 .796h-5v-5" />\n  <path d="M17.107 17.112a3.5 3.5 0 0 1 -3.107 1.888h-7v-7" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',QI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 5h6a3.5 3.5 0 0 1 0 7h-6z" />\n  <path d="M13 12h1a3.5 3.5 0 0 1 0 7h-7v-7" />\n</svg>\n\n\n',ZI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M15.212 15.21l-4.212 5.79v-7h-6l3.79 -5.21m1.685 -2.32l2.525 -3.47v6m1 1h5l-2.104 2.893" />\n</svg>\n\n\n',qI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 3l0 7l6 0l-8 11l0 -7l-6 0l8 -11" />\n</svg>\n\n\n',JI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.499 3.996a2.2 2.2 0 0 1 1.556 .645l3.302 3.301a2.2 2.2 0 0 1 0 3.113l-.567 .567l.043 .192a8.5 8.5 0 0 1 -3.732 8.83l-.23 .144a8.5 8.5 0 1 1 -2.687 -15.623l.192 .042l.567 -.566a2.2 2.2 0 0 1 1.362 -.636zm-4.499 5.004a4 4 0 0 0 -4 4a1 1 0 0 0 2 0a2 2 0 0 1 2 -2a1 1 0 0 0 0 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M21 2a1 1 0 0 1 .117 1.993l-.117 .007h-1c0 .83 -.302 1.629 -.846 2.25l-.154 .163l-1.293 1.293a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.293 -1.292c.232 -.232 .375 -.537 .407 -.86l.007 -.14a2 2 0 0 1 1.85 -1.995l.15 -.005h1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ty='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.349 5.349l3.301 3.301a1.2 1.2 0 0 1 0 1.698l-.972 .972a7.5 7.5 0 1 1 -5 -5l.972 -.972a1.2 1.2 0 0 1 1.698 0z" />\n  <path d="M17 7l1.293 -1.293a2.414 2.414 0 0 0 .707 -1.707a1 1 0 0 1 1 -1h1" />\n  <path d="M7 13a3 3 0 0 1 3 -3" />\n</svg>\n\n\n',sM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 8.502l.38 -.38a3 3 0 1 1 5.12 -2.122a3 3 0 1 1 -2.12 5.122l-.372 .372m-2.008 2.008l-2.378 2.378a3 3 0 1 1 -5.117 2.297l0 -.177l-.176 0a3 3 0 1 1 2.298 -5.115l2.378 -2.378" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',v1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 3a3 3 0 0 1 3 3a3 3 0 1 1 -2.12 5.122l-4.758 4.758a3 3 0 1 1 -5.117 2.297l0 -.177l-.176 0a3 3 0 1 1 2.298 -5.115l4.758 -4.758a3 3 0 0 1 2.12 -5.122z" />\n</svg>\n\n\n',u1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5v-2h4v6m1.5 1.5l2.5 -2.5l2 2l-2.5 2.5m-.5 3.505a5 5 0 1 1 -7 -4.589v-2.416" />\n  <path d="M8 3h6" />\n  <path d="M6.1 17h9.8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',B4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 3v8.416c.134 .059 .265 .123 .393 .193l3.607 -3.609l2 2l-3.608 3.608a5 5 0 1 1 -6.392 -2.192v-8.416h4z" />\n  <path d="M8 3h6" />\n  <path d="M6.1 17h9.8" />\n</svg>\n\n\n',z4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z" />\n  <path d="M19 16h-12a2 2 0 0 0 -2 2" />\n  <path d="M9 8h6" />\n</svg>\n\n\n',E4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12v5" />\n  <path d="M13 16h-7a2 2 0 0 0 -2 2" />\n  <path d="M15 19l3 3l3 -3" />\n  <path d="M18 22v-9" />\n</svg>\n\n\n',rM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.088 4.82a10 10 0 0 1 9.412 .314a1 1 0 0 1 .493 .748l.007 .118v13a1 1 0 0 1 -1.5 .866a8 8 0 0 0 -8 0a1 1 0 0 1 -1 0a8 8 0 0 0 -7.733 -.148l-.327 .18l-.103 .044l-.049 .016l-.11 .026l-.061 .01l-.117 .006h-.042l-.11 -.012l-.077 -.014l-.108 -.032l-.126 -.056l-.095 -.056l-.089 -.067l-.06 -.056l-.073 -.082l-.064 -.089l-.022 -.036l-.032 -.06l-.044 -.103l-.016 -.049l-.026 -.11l-.01 -.061l-.004 -.049l-.002 -.068v-13a1 1 0 0 1 .5 -.866a10 10 0 0 1 9.412 -.314l.088 .044l.088 -.044z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',lM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19a9 9 0 0 1 9 0a9 9 0 0 1 5.899 -1.096" />\n  <path d="M3 6a9 9 0 0 1 2.114 -.884m3.8 -.21c1.07 .17 2.116 .534 3.086 1.094a9 9 0 0 1 9 0" />\n  <path d="M3 6v13" />\n  <path d="M12 6v2m0 4v7" />\n  <path d="M21 6v11" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',S4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12v5" />\n  <path d="M11 16h-5a2 2 0 0 0 -2 2" />\n  <path d="M15 16l3 -3l3 3" />\n  <path d="M18 13v9" />\n</svg>\n\n\n',Qs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0" />\n  <path d="M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0" />\n  <path d="M3 6l0 13" />\n  <path d="M12 6l0 13" />\n  <path d="M21 6l0 13" />\n</svg>\n\n\n',$0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.02 18.32l-4.02 2.68v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v4.5" />\n  <path d="M14 21v-4a2 2 0 1 1 4 0v4" />\n  <path d="M14 19h4" />\n  <path d="M21 15v6" />\n</svg>\n\n\n',X0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v4" />\n  <path d="M18.42 15.61a2.1 2.1 0 1 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" />\n</svg>\n\n\n',T4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 2a5 5 0 0 1 5 5v14a1 1 0 0 1 -1.555 .832l-5.445 -3.63l-5.444 3.63a1 1 0 0 1 -1.55 -.72l-.006 -.112v-14a5 5 0 0 1 5 -5h4z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ey='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v8" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',hM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.708 3.721a3.982 3.982 0 0 1 2.292 -.721h4a4 4 0 0 1 4 4v7m0 4v3l-6 -4l-6 4v-14c0 -.308 .035 -.609 .1 -.897" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ny='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v5" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',ay='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 19l-3 -2l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v4" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',A4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 7v14l-6 -4l-6 4v-14a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4z" />\n</svg>\n\n\n',O4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6a4 4 0 0 1 4 4v11a1 1 0 0 1 -1.514 .857l-4.486 -2.691l-4.486 2.691a1 1 0 0 1 -1.508 -.743l-.006 -.114v-11a4 4 0 0 1 4 -4h4z" stroke-width="0" fill="currentColor" />\n  <path d="M16 2a4 4 0 0 1 4 4v11a1 1 0 0 1 -2 0v-11a2 2 0 0 0 -2 -2h-5a1 1 0 0 1 0 -2h5z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',oy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 7h2a2 2 0 0 1 2 2v2m0 4v6l-5 -3l-5 3v-12a2 2 0 0 1 2 -2" />\n  <path d="M9.265 4a2 2 0 0 1 1.735 -1h6a2 2 0 0 1 2 2v10" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',g1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 10v11l-5 -3l-5 3v-11a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3z" />\n  <path d="M11 3h5a3 3 0 0 1 3 3v11" />\n</svg>\n\n\n',Mh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 9v10a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-14" />\n  <path d="M8 4a1 1 0 0 1 1 1" />\n  <path d="M9 5a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4" />\n  <path d="M13 13v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-10" />\n  <path d="M5 8h3" />\n  <path d="M9 16h4" />\n  <path d="M14.254 10.244l-1.218 -4.424a1.02 1.02 0 0 1 .634 -1.219l.133 -.041l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.236 11.75" />\n  <path d="M19.585 19.589l-1.572 .38c-.562 .136 -1.133 -.19 -1.282 -.731l-.952 -3.458" />\n  <path d="M14 9l4 -1" />\n  <path d="M19.207 15.199l.716 -.18" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',_h='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M9 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M5 8h4" />\n  <path d="M9 16h4" />\n  <path d="M13.803 4.56l2.184 -.53c.562 -.135 1.133 .19 1.282 .732l3.695 13.418a1.02 1.02 0 0 1 -.634 1.219l-.133 .041l-2.184 .53c-.562 .135 -1.133 -.19 -1.282 -.732l-3.695 -13.418a1.02 1.02 0 0 1 .634 -1.219l.133 -.041z" />\n  <path d="M14 9l4 -1" />\n  <path d="M16 16l3.923 -.98" />\n</svg>\n\n\n',dM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 12l16 0" />\n  <path d="M12 4l0 16" />\n</svg>\n\n\n',Zs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 20l-16 0" />\n  <path d="M4 4l0 .01" />\n  <path d="M8 4l0 .01" />\n  <path d="M12 4l0 .01" />\n  <path d="M16 4l0 .01" />\n  <path d="M20 4l0 .01" />\n  <path d="M4 8l0 .01" />\n  <path d="M12 8l0 .01" />\n  <path d="M20 8l0 .01" />\n  <path d="M4 12l0 .01" />\n  <path d="M8 12l0 .01" />\n  <path d="M12 12l0 .01" />\n  <path d="M16 12l0 .01" />\n  <path d="M20 12l0 .01" />\n  <path d="M4 16l0 .01" />\n  <path d="M12 16l0 .01" />\n  <path d="M20 16l0 .01" />\n</svg>\n\n\n',bh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20c0 -6.559 0 -9.838 1.628 -12.162a9 9 0 0 1 2.21 -2.21c2.324 -1.628 5.602 -1.628 12.162 -1.628" />\n</svg>\n\n\n',H4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20v-5c0 -6.075 4.925 -11 11 -11h5" />\n</svg>\n\n\n',xh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20v-10a6 6 0 0 1 6 -6h10" />\n</svg>\n\n\n',m1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20v-15a1 1 0 0 1 1 -1h15" />\n</svg>\n\n\n',cM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M20 16v2a2 2 0 0 1 -2 2h-2" />\n  <path d="M8 20h-2a2 2 0 0 1 -2 -2v-2" />\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n</svg>\n\n\n',pM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12l16 0" />\n  <path d="M4 4l0 .01" />\n  <path d="M8 4l0 .01" />\n  <path d="M12 4l0 .01" />\n  <path d="M16 4l0 .01" />\n  <path d="M20 4l0 .01" />\n  <path d="M4 8l0 .01" />\n  <path d="M12 8l0 .01" />\n  <path d="M20 8l0 .01" />\n  <path d="M4 16l0 .01" />\n  <path d="M12 16l0 .01" />\n  <path d="M20 16l0 .01" />\n  <path d="M4 20l0 .01" />\n  <path d="M8 20l0 .01" />\n  <path d="M12 20l0 .01" />\n  <path d="M16 20l0 .01" />\n  <path d="M20 20l0 .01" />\n</svg>\n\n\n',R4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12l16 0" />\n  <path d="M12 4l0 16" />\n  <path d="M4 4l0 .01" />\n  <path d="M8 4l0 .01" />\n  <path d="M16 4l0 .01" />\n  <path d="M20 4l0 .01" />\n  <path d="M4 8l0 .01" />\n  <path d="M20 8l0 .01" />\n  <path d="M4 16l0 .01" />\n  <path d="M20 16l0 .01" />\n  <path d="M4 20l0 .01" />\n  <path d="M8 20l0 .01" />\n  <path d="M16 20l0 .01" />\n  <path d="M20 20l0 .01" />\n</svg>\n\n\n',vM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20l0 -16" />\n  <path d="M8 4l0 .01" />\n  <path d="M12 4l0 .01" />\n  <path d="M16 4l0 .01" />\n  <path d="M20 4l0 .01" />\n  <path d="M12 8l0 .01" />\n  <path d="M20 8l0 .01" />\n  <path d="M8 12l0 .01" />\n  <path d="M12 12l0 .01" />\n  <path d="M16 12l0 .01" />\n  <path d="M20 12l0 .01" />\n  <path d="M12 16l0 .01" />\n  <path d="M20 16l0 .01" />\n  <path d="M8 20l0 .01" />\n  <path d="M12 20l0 .01" />\n  <path d="M16 20l0 .01" />\n  <path d="M20 20l0 .01" />\n</svg>\n\n\n',uM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4l0 .01" />\n  <path d="M8 4l0 .01" />\n  <path d="M12 4l0 .01" />\n  <path d="M16 4l0 .01" />\n  <path d="M20 4l0 .01" />\n  <path d="M4 8l0 .01" />\n  <path d="M12 8l0 .01" />\n  <path d="M20 8l0 .01" />\n  <path d="M4 12l0 .01" />\n  <path d="M8 12l0 .01" />\n  <path d="M12 12l0 .01" />\n  <path d="M16 12l0 .01" />\n  <path d="M20 12l0 .01" />\n  <path d="M4 16l0 .01" />\n  <path d="M12 16l0 .01" />\n  <path d="M20 16l0 .01" />\n  <path d="M4 20l0 .01" />\n  <path d="M8 20l0 .01" />\n  <path d="M12 20l0 .01" />\n  <path d="M16 20l0 .01" />\n  <path d="M20 20l0 .01" />\n</svg>\n\n\n',P4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M12 8l0 .01" />\n  <path d="M8 12l0 .01" />\n  <path d="M12 12l0 .01" />\n  <path d="M16 12l0 .01" />\n  <path d="M12 16l0 .01" />\n</svg>\n\n\n',Ih='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12v-4a4 4 0 0 1 4 -4h4" />\n  <path d="M16 4l0 .01" />\n  <path d="M20 4l0 .01" />\n  <path d="M20 8l0 .01" />\n  <path d="M20 12l0 .01" />\n  <path d="M4 16l0 .01" />\n  <path d="M20 16l0 .01" />\n  <path d="M4 20l0 .01" />\n  <path d="M8 20l0 .01" />\n  <path d="M12 20l0 .01" />\n  <path d="M16 20l0 .01" />\n  <path d="M20 20l0 .01" />\n</svg>\n\n\n',Kr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 4l0 16" />\n  <path d="M4 4l0 .01" />\n  <path d="M8 4l0 .01" />\n  <path d="M12 4l0 .01" />\n  <path d="M16 4l0 .01" />\n  <path d="M4 8l0 .01" />\n  <path d="M12 8l0 .01" />\n  <path d="M4 12l0 .01" />\n  <path d="M8 12l0 .01" />\n  <path d="M12 12l0 .01" />\n  <path d="M16 12l0 .01" />\n  <path d="M4 16l0 .01" />\n  <path d="M12 16l0 .01" />\n  <path d="M4 20l0 .01" />\n  <path d="M8 20l0 .01" />\n  <path d="M12 20l0 .01" />\n  <path d="M16 20l0 .01" />\n</svg>\n\n\n',f1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v8" />\n  <path d="M20 16v-8" />\n  <path d="M8 4h8" />\n  <path d="M8 20h8" />\n</svg>\n\n\n',yh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18v.01" />\n  <path d="M8 18v.01" />\n  <path d="M12 18v.01" />\n  <path d="M16 18v.01" />\n  <path d="M20 18v.01" />\n  <path d="M18 12h2" />\n  <path d="M11 12h2" />\n  <path d="M4 12h2" />\n  <path d="M4 6h16" />\n</svg>\n\n\n',gM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20v-14a2 2 0 0 1 2 -2h14" />\n  <path d="M20 8v.01" />\n  <path d="M20 12v.01" />\n  <path d="M20 16v.01" />\n  <path d="M8 20v.01" />\n  <path d="M12 20v.01" />\n  <path d="M16 20v.01" />\n  <path d="M20 20v.01" />\n</svg>\n\n\n',mM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4l16 0" />\n  <path d="M4 8l0 .01" />\n  <path d="M12 8l0 .01" />\n  <path d="M20 8l0 .01" />\n  <path d="M4 12l0 .01" />\n  <path d="M8 12l0 .01" />\n  <path d="M12 12l0 .01" />\n  <path d="M16 12l0 .01" />\n  <path d="M20 12l0 .01" />\n  <path d="M4 16l0 .01" />\n  <path d="M12 16l0 .01" />\n  <path d="M20 16l0 .01" />\n  <path d="M4 20l0 .01" />\n  <path d="M8 20l0 .01" />\n  <path d="M12 20l0 .01" />\n  <path d="M16 20l0 .01" />\n  <path d="M20 20l0 .01" />\n</svg>\n\n\n',kh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4l0 16" />\n  <path d="M4 4l0 .01" />\n  <path d="M8 4l0 .01" />\n  <path d="M16 4l0 .01" />\n  <path d="M20 4l0 .01" />\n  <path d="M4 8l0 .01" />\n  <path d="M20 8l0 .01" />\n  <path d="M4 12l0 .01" />\n  <path d="M8 12l0 .01" />\n  <path d="M16 12l0 .01" />\n  <path d="M20 12l0 .01" />\n  <path d="M4 16l0 .01" />\n  <path d="M20 16l0 .01" />\n  <path d="M4 20l0 .01" />\n  <path d="M8 20l0 .01" />\n  <path d="M16 20l0 .01" />\n  <path d="M20 20l0 .01" />\n</svg>\n\n\n',F4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 1a2 2 0 0 1 1.995 1.85l.005 .15v.5c0 1.317 .381 2.604 1.094 3.705l.17 .25l.05 .072a9.093 9.093 0 0 1 1.68 4.92l.006 .354v6.199a3 3 0 0 1 -2.824 2.995l-.176 .005h-6a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6.2a9.1 9.1 0 0 1 1.486 -4.982l.2 -.292l.05 -.069a6.823 6.823 0 0 0 1.264 -3.957v-.5a2 2 0 0 1 1.85 -1.995l.15 -.005h2zm.362 5h-2.724a8.827 8.827 0 0 1 -1.08 2.334l-.194 .284l-.05 .069a7.091 7.091 0 0 0 -1.307 3.798l-.003 .125a3.33 3.33 0 0 1 1.975 -.61a3.4 3.4 0 0 1 2.833 1.417c.27 .375 .706 .593 1.209 .583a1.4 1.4 0 0 0 1.166 -.583a3.4 3.4 0 0 1 .81 -.8l.003 .183c0 -1.37 -.396 -2.707 -1.137 -3.852l-.228 -.332a8.827 8.827 0 0 1 -1.273 -2.616z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',xs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 5h4v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2z" />\n  <path d="M14 3.5c0 1.626 .507 3.212 1.45 4.537l.05 .07a8.093 8.093 0 0 1 1.5 4.694v.199m0 4v2a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-6.2a8.09 8.09 0 0 1 1.35 -4.474m1.336 -2.63a7.822 7.822 0 0 0 .314 -2.196" />\n  <path d="M7 14.803a2.4 2.4 0 0 0 1 -.803a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 .866 -.142" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',L4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 5h4v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2z" />\n  <path d="M14 3.5c0 1.626 .507 3.212 1.45 4.537l.05 .07a8.093 8.093 0 0 1 1.5 4.694v6.199a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-6.2c0 -1.682 .524 -3.322 1.5 -4.693l.05 -.07a7.823 7.823 0 0 0 1.45 -4.537" />\n  <path d="M7 14.803a2.4 2.4 0 0 0 1 -.803a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1 -.805" />\n</svg>\n\n\n',N4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.486 11.143a1 1 0 0 1 1.371 .343c1.045 1.74 1.83 3.443 2.392 5.237l.172 .581l.092 -.13c2.093 -2.921 4.48 -3.653 7.565 -2.7l.238 .077a1 1 0 1 1 -.632 1.898c-2.932 -.978 -4.73 -.122 -6.79 3.998c-.433 .866 -1.721 .673 -1.88 -.283c-.46 -2.76 -1.369 -5.145 -2.871 -7.65a1 1 0 0 1 .343 -1.371z" stroke-width="0" fill="currentColor" />\n  <path d="M6 4a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Ch='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 15.5c-3 -1 -5.5 -.5 -8 4.5c-.5 -3 -1.5 -5.5 -3 -8" />\n  <path d="M6 9a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z" />\n</svg>\n\n\n',fM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.143 11.486a1 1 0 0 1 1.714 1.028c-1.502 2.505 -2.41 4.89 -2.87 7.65c-.16 .956 -1.448 1.15 -1.881 .283c-2.06 -4.12 -3.858 -4.976 -6.79 -3.998a1 1 0 1 1 -.632 -1.898c3.2 -1.067 5.656 -.373 7.803 2.623l.091 .13l.011 -.04c.522 -1.828 1.267 -3.55 2.273 -5.3l.28 -.478z" stroke-width="0" fill="currentColor" />\n  <path d="M18 4a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',V4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 15.5c3 -1 5.5 -.5 8 4.5c.5 -3 1.5 -5.5 3 -8" />\n  <path d="M18 9a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z" />\n</svg>\n\n\n',U4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3h4v4" />\n  <path d="M21 3l-15 15" />\n  <path d="M3 18h3v3" />\n  <path d="M16.5 20c1.576 -1.576 2.5 -4.095 2.5 -6.5c0 -4.81 -3.69 -8.5 -8.5 -8.5c-2.415 0 -4.922 .913 -6.5 2.5l12.5 12.5z" />\n</svg>\n\n\n',j4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z" />\n  <path d="M19 7l-14 1" />\n  <path d="M19 2l-14 3" />\n</svg>\n\n\n',Dh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 7h-16a2 2 0 0 0 -2 2v.5l.007 .18c.134 1.806 2.169 5.275 3.928 6.771l.065 .053v.496a2 2 0 0 0 2 2h8l.15 -.005a2 2 0 0 0 1.85 -1.995v-.504l.017 -.013c1.736 -1.494 3.983 -5.289 3.983 -6.983v-.5a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',G4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z" />\n  <path d="M8 7c1.657 0 3 -.895 3 -2s-1.343 -2 -3 -2s-3 .895 -3 2s1.343 2 3 2" />\n  <path d="M11 5h9" />\n</svg>\n\n\n',w1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z" />\n</svg>\n\n\n',Is='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 13h-16a1 1 0 0 0 -1 1v5a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-5a1 1 0 0 0 -1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M15 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M20 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M20 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',W4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M15 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M15 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M20 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M20 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M20 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M20 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Bh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 13h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1z" />\n  <path d="M4 9v.01" />\n  <path d="M4 4v.01" />\n  <path d="M9 4v.01" />\n  <path d="M15 4v.01" />\n  <path d="M15 20v.01" />\n  <path d="M20 4v.01" />\n  <path d="M20 9v.01" />\n  <path d="M20 15v.01" />\n  <path d="M20 20v.01" />\n</svg>\n\n\n',Yr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 12h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M20 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M20 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M15 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M9 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',$4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 13h-5a1 1 0 0 0 -1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1 -1v-5a1 1 0 0 0 -1 -1z" />\n  <path d="M20 9v.01" />\n  <path d="M20 4v.01" />\n  <path d="M15 4v.01" />\n  <path d="M9 4v.01" />\n  <path d="M9 20v.01" />\n  <path d="M4 4v.01" />\n  <path d="M4 9v.01" />\n  <path d="M4 15v.01" />\n  <path d="M4 20v.01" />\n</svg>\n\n\n',zh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 14h16v5a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-5z" />\n  <path d="M4 9v.01" />\n  <path d="M4 4v.01" />\n  <path d="M9 4v.01" />\n  <path d="M15 4v.01" />\n  <path d="M20 4v.01" />\n  <path d="M20 9v.01" />\n</svg>\n\n\n',M1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.002 3.003h-5a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h5a1 1 0 0 0 1 -1v-16a1 1 0 0 0 -1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M15.002 19.003a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M20.003 19.003a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M20.003 14.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M20.003 8.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M20.003 3.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M15.002 3.002a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',wM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.002 20.003v-16h-5a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1h5z" />\n  <path d="M15.002 20.003h-.01" />\n  <path d="M20.003 20.003h-.011" />\n  <path d="M20.003 15.002h-.011" />\n  <path d="M20.003 9.002h-.011" />\n  <path d="M20.003 4.002h-.011" />\n  <path d="M15.002 4.002h-.01" />\n</svg>\n\n\n',X4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.998 3.003h-5a1 1 0 0 0 -1 1v16a1 1 0 0 0 1 1h5a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M9.008 19.003a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M4.008 19.003a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M4.008 14.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M4.008 8.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M4.008 3.002a1 1 0 0 1 .117 1.993l-.128 .007a1 1 0 0 1 -.117 -1.993l.128 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M9.008 3.002a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',MM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.998 20.003v-16h5a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-5z" />\n  <path d="M8.998 20.003h.01" />\n  <path d="M3.997 20.003h.011" />\n  <path d="M3.997 15.002h.011" />\n  <path d="M3.997 9.002h.011" />\n  <path d="M3.997 4.002h.011" />\n  <path d="M8.998 4.002h.01" />\n</svg>\n\n\n',_M='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 3.005h-14a2 2 0 0 0 -2 2v5a1 1 0 0 0 1 1h16a1 1 0 0 0 1 -1v-5a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M4 13.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M9 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M15 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M20 18.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M20 13.995a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',bM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 3h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M15 3a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M20 3a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M20 8a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M20 14a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M4 14a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M20 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M15 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M9 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M4 19a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',K4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 5v5a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1z" />\n  <path d="M15 4h-.01" />\n  <path d="M20 4h-.01" />\n  <path d="M20 9h-.01" />\n  <path d="M20 15h-.01" />\n  <path d="M4 15h-.01" />\n  <path d="M20 20h-.01" />\n  <path d="M15 20h-.01" />\n  <path d="M9 20h-.01" />\n  <path d="M4 20h-.01" />\n</svg>\n\n\n',Y4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 3.01h-5a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-5a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M20 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M20 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M15 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M9 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M9 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 19a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 14a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 8a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 3a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',pa='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 11.01h-5a1 1 0 0 1 -1 -1v-5a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1z" />\n  <path d="M20 15.01v-.01" />\n  <path d="M20 20.01v-.01" />\n  <path d="M15 20.01v-.01" />\n  <path d="M9 20.01v-.01" />\n  <path d="M9 4.01v-.01" />\n  <path d="M4 20.01v-.01" />\n  <path d="M4 15.01v-.01" />\n  <path d="M4 9.01v-.01" />\n  <path d="M4 4.01v-.01" />\n</svg>\n\n\n',Q4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10.005h16v-5a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1v5z" />\n  <path d="M4 15.005v-.01" />\n  <path d="M4 20.005v-.01" />\n  <path d="M9 20.005v-.01" />\n  <path d="M15 20.005v-.01" />\n  <path d="M20 20.005v-.01" />\n  <path d="M20 15.005v-.01" />\n</svg>\n\n\n',Z4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8h8v8h-8z" />\n  <path d="M4 4v.01" />\n  <path d="M8 4v.01" />\n  <path d="M12 4v.01" />\n  <path d="M16 4v.01" />\n  <path d="M20 4v.01" />\n  <path d="M4 20v.01" />\n  <path d="M8 20v.01" />\n  <path d="M12 20v.01" />\n  <path d="M16 20v.01" />\n  <path d="M20 20v.01" />\n  <path d="M20 16v.01" />\n  <path d="M20 12v.01" />\n  <path d="M20 8v.01" />\n  <path d="M4 16v.01" />\n  <path d="M4 12v.01" />\n  <path d="M4 8v.01" />\n</svg>\n\n\n',qs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" />\n  <path d="M12 8h4v4m0 4h-8v-8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',q4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8h8v8h-8z" />\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',J4='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8h4v4m0 4h-8v-8" />\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" />\n  <path d="M16 16l3.3 3.3" />\n  <path d="M16 8l3.3 -3.3" />\n  <path d="M8 8l-3.3 -3.3" />\n  <path d="M8 16l-3.3 3.3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',xM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8h8v8h-8z" />\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M16 16l3.3 3.3" />\n  <path d="M16 8l3.3 -3.3" />\n  <path d="M8 8l-3.3 -3.3" />\n  <path d="M8 16l-3.3 3.3" />\n</svg>\n\n\n',_1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 6a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n</svg>\n\n\n',ys='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n  <path d="M14 14v-8l-2 2" />\n</svg>\n\n\n',Eh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n  <path d="M12 8a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0" />\n</svg>\n\n\n',Qr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n  <path d="M14 10a2 2 0 1 0 -2 -2" />\n  <path d="M12 12a2 2 0 1 0 2 -2" />\n</svg>\n\n\n',tv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n  <path d="M15 14v-8l-4 6h5" />\n</svg>\n\n\n',Sh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M12 14h2a2 2 0 1 0 0 -4h-2v-4h4" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n</svg>\n\n\n',Th='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M14 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M16 8a2 2 0 1 0 -4 0v4" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n</svg>\n\n\n',Ah='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M12 6h4l-2 8" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n</svg>\n\n\n',ev='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M14 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M14 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n</svg>\n\n\n',Oh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M14 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 12a2 2 0 1 0 4 0v-4" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n</svg>\n\n\n',IM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n</svg>\n\n\n',yM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.765 17.757l-5.765 3.243l-8 -4.5v-9l2.236 -1.258m2.57 -1.445l3.194 -1.797l8 4.5v8.5" />\n  <path d="M14.561 10.559l5.439 -3.059" />\n  <path d="M12 12v9" />\n  <path d="M12 12l-8 -4.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',kM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M8 16v.01" />\n  <path d="M8 12v.01" />\n  <path d="M8 8v.01" />\n  <path d="M16 16v.01" />\n  <path d="M16 12v.01" />\n  <path d="M16 8v.01" />\n  <path d="M12 8v.01" />\n  <path d="M12 16v.01" />\n</svg>\n\n\n',nv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3l8 4.5v9l-8 4.5l-8 -4.5v-9l8 -4.5" />\n  <path d="M12 12l8 -4.5" />\n  <path d="M8.2 9.8l7.6 -4.6" />\n  <path d="M12 12v9" />\n  <path d="M12 12l-8 -4.5" />\n</svg>\n\n\n',CM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5" />\n  <path d="M12 12l8 -4.5" />\n  <path d="M12 12l0 9" />\n  <path d="M12 12l-8 -4.5" />\n</svg>\n\n\n',DM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.176 5.177c-.113 .251 -.176 .53 -.176 .823v3c0 1.657 -.895 3 -2 3c1.105 0 2 1.343 2 3v3a2 2 0 0 0 2 2" />\n  <path d="M17 4a2 2 0 0 1 2 2v3c0 1.657 .895 3 2 3c-1.105 0 -2 1.343 -2 3m-.176 3.821a2 2 0 0 1 -1.824 1.179" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',BM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 4a2 2 0 0 0 -2 2v3a2 3 0 0 1 -2 3a2 3 0 0 1 2 3v3a2 2 0 0 0 2 2" />\n  <path d="M17 4a2 2 0 0 1 2 2v3a2 3 0 0 0 2 3a2 3 0 0 0 -2 3v3a2 2 0 0 1 -2 2" />\n</svg>\n\n\n',zM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h.01" />\n  <path d="M6.453 6.474l-3.453 5.526l5 8" />\n  <path d="M16 4l5 8l-1.917 3.067" />\n  <path d="M17.535 17.544l-1.535 2.456" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',av='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4l-5 8l5 8" />\n  <path d="M16 4l5 8l-5 8" />\n</svg>\n\n\n',ov='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 4h4v16h-4" />\n  <path d="M5 16h.01" />\n  <path d="M9 16h.01" />\n  <path d="M13 16h.01" />\n</svg>\n\n\n',EM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 4h-4v16h4" />\n  <path d="M18 16h-.01" />\n  <path d="M14 16h-.01" />\n  <path d="M10 16h-.01" />\n</svg>\n\n\n',SM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 4h-4v16h4" />\n  <path d="M17 4h4v16h-4" />\n  <path d="M8 16h.01" />\n  <path d="M12 16h.01" />\n  <path d="M16 16h.01" />\n</svg>\n\n\n',F0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5v15h3" />\n  <path d="M16 4h3v11m0 4v1h-3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',TM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h-3v16h3" />\n  <path d="M16 4h3v16h-3" />\n</svg>\n\n\n',AM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" />\n  <path d="M7 5a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" />\n  <path d="M7 19a1 1 0 1 0 2 0a1 1 0 0 0 -2 0z" />\n  <path d="M16 12h.01" />\n  <path d="M8 12h.01" />\n  <path d="M16 19h.01" />\n</svg>\n\n\n',iy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.5 13a3.5 3.5 0 0 0 -3.5 3.5v1a3.5 3.5 0 0 0 7 0v-1.8" />\n  <path d="M8.5 13a3.5 3.5 0 0 1 3.5 3.5v1a3.5 3.5 0 0 1 -7 0v-1.8" />\n  <path d="M17.5 16a3.5 3.5 0 0 0 0 -7h-.5" />\n  <path d="M19 9.3v-2.8a3.5 3.5 0 0 0 -7 0" />\n  <path d="M6.5 16a3.5 3.5 0 0 1 0 -7h.5" />\n  <path d="M5 9.3v-2.8a3.5 3.5 0 0 1 7 0v10" />\n</svg>\n\n\n',Hh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 11s6.054 -1.05 6 -4.5c-.038 -2.324 -2.485 -3.19 -3.016 -1.5c0 0 -.502 -2 -2.01 -2c-1.508 0 -2.984 3 -.974 8z" />\n  <path d="M13.98 11s6.075 -1.05 6.02 -4.5c-.038 -2.324 -2.493 -3.19 -3.025 -1.5c0 0 -.505 -2 -2.017 -2c-1.513 0 -3 3 -.977 8z" />\n  <path d="M13 13.98l.062 .309l.081 .35l.075 .29l.092 .328l.11 .358l.061 .188l.139 .392c.64 1.73 1.841 3.837 3.88 3.805c2.324 -.038 3.19 -2.493 1.5 -3.025l.148 -.045l.165 -.058a4.13 4.13 0 0 0 .098 -.039l.222 -.098c.586 -.28 1.367 -.832 1.367 -1.777c0 -1.513 -3 -3 -8 -.977z" />\n  <path d="M10.02 13l-.309 .062l-.35 .081l-.29 .075l-.328 .092l-.358 .11l-.188 .061l-.392 .139c-1.73 .64 -3.837 1.84 -3.805 3.88c.038 2.324 2.493 3.19 3.025 1.5l.045 .148l.058 .165l.039 .098l.098 .222c.28 .586 .832 1.367 1.777 1.367c1.513 0 3 -3 .977 -8z" />\n  <path d="M11 10.02l-.062 -.309l-.081 -.35l-.075 -.29l-.092 -.328l-.11 -.358l-.128 -.382l-.148 -.399c-.658 -1.687 -1.844 -3.634 -3.804 -3.604c-2.324 .038 -3.19 2.493 -1.5 3.025l-.148 .045l-.164 .058a4.13 4.13 0 0 0 -.1 .039l-.22 .098c-.588 .28 -1.368 .832 -1.368 1.777c0 1.513 3 3 8 .977z" />\n</svg>\n\n\n',iv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n  <path d="M10.5 13.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n  <path d="M8 8h8v8" />\n</svg>\n\n\n',OM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.893 4.514l7.977 14a.993 .993 0 0 1 -.394 1.365a1.04 1.04 0 0 1 -.5 .127h-3.476l-4.5 -8l-2.5 4h1.5l2 4h-8.977c-.565 0 -1.023 -.45 -1.023 -1c0 -.171 .045 -.34 .13 -.49l7.977 -13.993a1.034 1.034 0 0 1 1.786 0z" />\n</svg>\n\n\n',HM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n  <path d="M8.863 16.922c1.137 -.422 1.637 -.922 3.137 -.922s2 .5 3.138 .922c.713 .264 1.516 -.102 1.778 -.772c.126 -.32 .11 -.673 -.044 -.983l-3.708 -7.474c-.297 -.598 -1.058 -.859 -1.7 -.583a1.24 1.24 0 0 0 -.627 .583l-3.709 7.474c-.321 .648 -.017 1.415 .679 1.714c.332 .143 .715 .167 1.056 .04z" />\n</svg>\n\n\n',RM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10c-2 0 -3 1 -3 3c0 1.5 1.494 3.535 3 5.5c1 1 1.5 1.5 2.5 2s2.5 1 4.5 -.5s1.5 -3.5 .5 -6s-2.333 -5.5 -5 -9.5c-.834 -1 -1.5 -1.5 -2.503 -1.5c-1 0 -1.623 .45 -2.497 1.5c-2.667 4 -4 7 -5 9.5s-1.5 4.5 .5 6s3.5 1 4.5 .5s1.5 -1 2.5 -2c1.506 -1.965 3 -4 3 -5.5c0 -2 -1 -3 -3 -3z" />\n</svg>\n\n\n',sv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10v8l7 -3v-2.6z" />\n  <path d="M3 6l9 3l9 -3l-9 -3z" />\n  <path d="M14 12.3v8.7l7 -3v-8z" />\n</svg>\n\n\n',PM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.5 11c-.414 -1.477 -1.886 -2.5 -3.5 -2.5a3.47 3.47 0 0 0 -3.5 3.5a3.47 3.47 0 0 0 3.5 3.5c.974 0 1.861 -.357 2.5 -1l4.5 4.5v-15h-7c-4.386 0 -8 3.582 -8 8s3.614 8 8 8a7.577 7.577 0 0 0 2.998 -.614" />\n</svg>\n\n\n',FM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 3h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2z" />\n  <path d="M7 7h10" />\n  <path d="M12 3v7" />\n  <path d="M21 17.314c-2.971 -1.923 -15 -8.779 -15 -1.864c0 1.716 1.52 2.55 2.985 2.55c3.512 0 6.814 -5.425 6.814 -8h-6.604" />\n</svg>\n\n\n',Rh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 11.5l4.5 4.5h9l-9 -9z" />\n  <path d="M16.5 16l4.5 -4.5l-4.5 -4.5l-4.5 4.5" />\n</svg>\n\n\n',LM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 12.5a15.198 15.198 0 0 1 -7.37 1.44a14.62 14.62 0 0 1 -6.63 -2.94" />\n  <path d="M19.5 15c.907 -1.411 1.451 -3.323 1.5 -5c-1.197 -.773 -2.577 -.935 -4 -1" />\n</svg>\n\n\n',NM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 16v-7c0 -.566 -.434 -1 -1 -1h-7l-5 -5h17c.566 0 1 .434 1 1v17l-5 -5z" />\n  <path d="M11.293 20.707l4.707 -4.707h-7a1 1 0 0 1 -1 -1v-7l-4.707 4.707a1 1 0 0 0 -.293 .707v6.586a1 1 0 0 0 1 1h6.586a1 1 0 0 0 .707 -.293z" />\n</svg>\n\n\n',VM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M9.591 3.635l-7.13 14.082c-1.712 3.38 1.759 5.45 3.69 3.573l1.86 -1.81c3.142 -3.054 4.959 -2.99 8.039 .11l1.329 1.337c2.372 2.387 5.865 .078 4.176 -3.225l-7.195 -14.067c-1.114 -2.18 -3.666 -2.18 -4.77 0z" />\n</svg>\n\n\n',UM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.646 12.774c-1.939 .396 -4.467 .317 -6.234 -.601c-2.454 -1.263 -1.537 -4.66 1.423 -4.982c2.254 -.224 3.814 -.354 5.65 .214c.835 .256 1.93 .569 1.355 3.281c-.191 1.067 -1.07 1.904 -2.194 2.088z" />\n  <path d="M5.84 7.132c.083 -.564 .214 -1.12 .392 -1.661c.456 -.936 1.095 -2.068 3.985 -2.456a22.464 22.464 0 0 1 2.867 .08c1.776 .14 2.643 1.234 3.287 3.368c.339 1.157 .46 2.342 .629 3.537v11l-12.704 -.019c-.552 -2.386 -.262 -5.894 .204 -8.481" />\n  <path d="M17 10c.991 .163 2.105 .383 3.069 .67c.255 .13 .52 .275 .534 .505c.264 3.434 .57 7.448 .278 9.825h-3.881" />\n</svg>\n\n\n',jM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10l0 6" />\n  <path d="M20 10l0 6" />\n  <path d="M7 9h10v8a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-8a5 5 0 0 1 10 0" />\n  <path d="M8 3l1 2" />\n  <path d="M16 3l-1 2" />\n  <path d="M9 18l0 3" />\n  <path d="M15 18l0 3" />\n</svg>\n\n\n',Ti='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.428 17.245l6.076 3.471a1 1 0 0 0 .992 0l6.076 -3.471a1 1 0 0 0 .495 -.734l1.323 -9.704a1 1 0 0 0 -.658 -1.078l-7.4 -2.612a1 1 0 0 0 -.665 0l-7.399 2.613a1 1 0 0 0 -.658 1.078l1.323 9.704a1 1 0 0 0 .495 .734z" />\n  <path d="M9 15l3 -8l3 8" />\n  <path d="M10 13h4" />\n</svg>\n\n\n',Ph='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9.647 12.294l6.353 3.706l-4 -9l-4 9" />\n</svg>\n\n\n',GM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 5c7.109 4.1 10.956 10.131 12 14c1.074 -4.67 4.49 -8.94 8 -11" />\n  <path d="M14 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 9c-.278 5.494 -2.337 7.33 -4 10c4.013 -2 6.02 -5 15.05 -5c4.012 0 3.51 2.5 1 3c2 .5 2.508 5 -2.007 2" />\n</svg>\n\n\n',WM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" />\n  <path d="M9 8a3 3 0 0 0 6 0" />\n</svg>\n\n\n',rv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M20 12.5v4.75a.734 .734 0 0 1 -.055 .325a.704 .704 0 0 1 -.348 .366l-5.462 2.58a5 5 0 0 1 -4.27 0l-5.462 -2.58a.705 .705 0 0 1 -.401 -.691l0 -4.75" />\n  <path d="M4.431 12.216l5.634 -2.332a5.065 5.065 0 0 1 3.87 0l5.634 2.332a.692 .692 0 0 1 .028 1.269l-5.462 2.543a5.064 5.064 0 0 1 -4.27 0l-5.462 -2.543a.691 .691 0 0 1 .028 -1.27z" />\n  <path d="M12 7l0 6" />\n</svg>\n\n\n',lv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.079 5.999l.239 .012c1.43 .097 3.434 1.013 4.508 2.586a1 1 0 0 1 -.344 1.44c-.05 .028 -.372 .158 -.497 .217a4.15 4.15 0 0 0 -.722 .431c-.614 .461 -.948 1.009 -.942 1.694c.01 .885 .339 1.454 .907 1.846c.208 .143 .436 .253 .666 .33c.126 .043 .426 .116 .444 .122a1 1 0 0 1 .662 .942c0 2.621 -3.04 6.381 -5.286 6.381c-.79 0 -1.272 -.091 -1.983 -.315l-.098 -.031c-.463 -.146 -.702 -.192 -1.133 -.192c-.52 0 -.863 .06 -1.518 .237l-.197 .053c-.575 .153 -.964 .226 -1.5 .248c-2.749 0 -5.285 -5.093 -5.285 -9.072c0 -3.87 1.786 -6.92 5.286 -6.92c.297 0 .598 .045 .909 .128c.403 .107 .774 .26 1.296 .508c.787 .374 .948 .44 1.009 .44h.016c.03 -.003 .128 -.047 1.056 -.457c1.061 -.467 1.864 -.685 2.746 -.616l-.24 -.012z" stroke-width="0" fill="currentColor" />\n  <path d="M14 1a1 1 0 0 1 1 1a3 3 0 0 1 -3 3a1 1 0 0 1 -1 -1a3 3 0 0 1 3 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',b1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.364 18.364a9 9 0 1 0 -12.728 0" />\n  <path d="M11.766 22h.468a2 2 0 0 0 1.985 -1.752l.5 -4a2 2 0 0 0 -1.985 -2.248h-1.468a2 2 0 0 0 -1.985 2.248l.5 4a2 2 0 0 0 1.985 1.752z" />\n  <path d="M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',Fh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.286 7.008c-3.216 0 -4.286 3.23 -4.286 5.92c0 3.229 2.143 8.072 4.286 8.072c1.165 -.05 1.799 -.538 3.214 -.538c1.406 0 1.607 .538 3.214 .538s4.286 -3.229 4.286 -5.381c-.03 -.011 -2.649 -.434 -2.679 -3.23c-.02 -2.335 2.589 -3.179 2.679 -3.228c-1.096 -1.606 -3.162 -2.113 -3.75 -2.153c-1.535 -.12 -3.032 1.077 -3.75 1.077c-.729 0 -2.036 -1.077 -3.214 -1.077z" />\n  <path d="M12 4a2 2 0 0 0 2 -2a2 2 0 0 0 -2 2" />\n</svg>\n\n\n',sy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M8 16l1.106 -1.99m1.4 -2.522l2.494 -4.488" />\n  <path d="M7 14h5m2.9 0h2.1" />\n  <path d="M16 16l-2.51 -4.518m-1.487 -2.677l-1 -1.805" />\n</svg>\n\n\n',hv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M7 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',dv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 14.5l-5.5 3.5l2 -6l-4.5 -4h6l2 -5l2 5h6l-4.5 4l2 6z" />\n  <path d="M20.507 8.872l-2.01 -5.872h-12.994l-2.009 5.872c-1.242 3.593 -.135 7.094 3.249 9.407l5.257 3.721l5.257 -3.721c3.385 -2.313 4.49 -5.814 3.25 -9.407z" />\n</svg>\n\n\n',cv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 18.5a15.198 15.198 0 0 1 -7.37 1.44a14.62 14.62 0 0 1 -6.63 -2.94" />\n  <path d="M19.5 21c.907 -1.411 1.451 -3.323 1.5 -5c-1.197 -.773 -2.577 -.935 -4 -1" />\n  <path d="M3 11v-4.5a1.5 1.5 0 0 1 3 0v4.5" />\n  <path d="M3 9h3" />\n  <path d="M9 5l1.2 6l1.8 -4l1.8 4l1.2 -6" />\n  <path d="M18 10.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n</svg>\n\n\n',x1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 7.5l-4 9.5h4l6 -15z" />\n  <path d="M22 20l-7 -15l-3 7l4 5l-8 3z" />\n</svg>\n\n\n',Lh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 20l14 -8l-14 -8z" />\n  <path d="M19 20l-14 -8l14 -8z" />\n</svg>\n\n\n',Qi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 9.43c0 5.838 -4.477 10.57 -10 10.57s-10 -4.662 -10 -10.5c0 -2.667 1.83 -5.01 4.322 -5.429c2.492 -.418 4.9 1.392 5.678 3.929c.768 -2.54 3.177 -4.354 5.668 -3.931c2.495 .417 4.332 2.69 4.332 5.36z" />\n  <path d="M7.5 10c0 2.761 2.015 5 4.5 5s4.5 -2.239 4.5 -5" />\n</svg>\n\n\n',$M='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 9.5m-1 0a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0" />\n  <path d="M14.463 11.596c1.282 1.774 3.476 3.416 3.476 3.416s1.921 1.574 .593 3.636c-1.328 2.063 -4.892 1.152 -4.892 1.152s-1.416 -.44 -3.06 -.088c-1.644 .356 -3.06 .22 -3.06 .22s-2.055 -.22 -2.47 -2.304c-.416 -2.084 1.918 -3.638 2.102 -3.858c.182 -.222 1.409 -.966 2.284 -2.394c.875 -1.428 3.337 -2.287 5.027 .221z" />\n  <path d="M9 4.5m-1 0a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0" />\n  <path d="M15 4.5m-1 0a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0" />\n  <path d="M19 9.5m-1 0a1 1.5 0 1 0 2 0a1 1.5 0 1 0 -2 0" />\n</svg>\n\n\n',XM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.5 6h13.5l-7 12h-13z" />\n</svg>\n\n\n',Nh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.885 7l-2.536 4.907c-2.021 3.845 -2.499 8.775 3.821 9.093h6.808c4.86 -.207 7.989 -2.975 4.607 -9.093l-2.988 -4.907" />\n  <path d="M15.078 4h-5.136l3.678 8.768c.547 1.14 .847 1.822 .162 2.676c-.053 .093 -1.332 1.907 -3.053 1.495c-.825 -.187 -1.384 -.926 -1.32 -1.74c.04 -.91 .62 -1.717 1.488 -2.074a4.463 4.463 0 0 1 2.723 -.358" />\n</svg>\n\n\n',KM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12.5 12.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" />\n  <path d="M9 12v-8" />\n</svg>\n\n\n',Js='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 18v-12h4.5a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-4.5" />\n  <path d="M3 12l4.5 0" />\n  <path d="M14 13h7a3.5 3.5 0 0 0 -7 0v2a3.5 3.5 0 0 0 6.64 1" />\n  <path d="M16 6l3 0" />\n</svg>\n\n\n',pv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v6a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4v-6z" />\n  <path d="M8 3l2 3" />\n  <path d="M16 3l-2 3" />\n  <path d="M9 13v-2" />\n  <path d="M15 11v2" />\n</svg>\n\n\n',ks='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 8l2 2l4 -4l4 4l2 -2l-6 -6z" />\n  <path d="M6 16l2 -2l4 4l3.5 -3.5l2 2l-5.5 5.5z" />\n  <path d="M20 10l2 2l-2 2l-2 -2z" />\n  <path d="M4 10l2 2l-2 2l-2 -2z" />\n  <path d="M12 10l2 2l-2 2l-2 -2z" />\n</svg>\n\n\n',tr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3l4 1.5v12l6 -2.5l-2 -1l-1 -4l7 2.5v4.5l-10 5l-4 -2z" />\n</svg>\n\n\n',Vh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.648 4a.64 .64 0 0 0 -.64 .744l3.14 14.528c.07 .417 .43 .724 .852 .728h10a.644 .644 0 0 0 .642 -.539l3.35 -14.71a.641 .641 0 0 0 -.64 -.744l-16.704 -.007z" />\n  <path d="M14 15h-4l-1 -6h6z" />\n</svg>\n\n\n',Zr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 6a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" />\n  <path d="M6 12a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" />\n  <path d="M13 12a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" />\n  <path d="M14 6a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" />\n  <path d="M12 18a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" />\n  <path d="M20 15a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" />\n  <path d="M21 9a1 1 0 0 0 -1 -1h-2l-.5 2h2.5a1 1 0 0 0 1 -1z" />\n</svg>\n\n\n',vv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 14m-6 0a6 5 0 1 0 12 0a6 5 0 1 0 -12 0" />\n  <path d="M15 14m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M3 16l9 -6.5" />\n  <path d="M6 9h9" />\n  <path d="M13 5l5.65 5" />\n</svg>\n\n\n',uv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 21h8a5 5 0 0 0 5 -5v-3a3 3 0 0 0 -3 -3h-1v-2a5 5 0 0 0 -5 -5h-4a5 5 0 0 0 -5 5v8a5 5 0 0 0 5 5z" />\n  <path d="M7 7m0 1.5a1.5 1.5 0 0 1 1.5 -1.5h3a1.5 1.5 0 0 1 1.5 1.5v0a1.5 1.5 0 0 1 -1.5 1.5h-3a1.5 1.5 0 0 1 -1.5 -1.5z" />\n  <path d="M7 14m0 1.5a1.5 1.5 0 0 1 1.5 -1.5h7a1.5 1.5 0 0 1 1.5 1.5v0a1.5 1.5 0 0 1 -1.5 1.5h-7a1.5 1.5 0 0 1 -1.5 -1.5z" />\n</svg>\n\n\n',YM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.335 5.144c-1.654 -1.199 -4.335 -2.127 -4.335 .826c0 .59 .35 4.953 .556 5.661c.713 2.463 3.13 2.75 5.444 2.369c-4.045 .665 -4.889 3.208 -2.667 5.41c1.03 1.018 1.913 1.59 2.667 1.59c2 0 3.134 -2.769 3.5 -3.5c.333 -.667 .5 -1.167 .5 -1.5c0 .333 .167 .833 .5 1.5c.366 .731 1.5 3.5 3.5 3.5c.754 0 1.637 -.571 2.667 -1.59c2.222 -2.203 1.378 -4.746 -2.667 -5.41c2.314 .38 4.73 .094 5.444 -2.369c.206 -.708 .556 -5.072 .556 -5.661c0 -2.953 -2.68 -2.025 -4.335 -.826c-2.293 1.662 -4.76 5.048 -5.665 6.856c-.905 -1.808 -3.372 -5.194 -5.665 -6.856z" />\n</svg>\n\n\n',QM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18v-9.5a4.5 4.5 0 0 1 4.5 -4.5h7a4.5 4.5 0 0 1 4.5 4.5v7a4.5 4.5 0 0 1 -4.5 4.5h-9.5a2 2 0 0 1 -2 -2z" />\n  <path d="M8 12h3.5a2 2 0 1 1 0 4h-3.5v-7a1 1 0 0 1 1 -1h1.5a2 2 0 1 1 0 4h-1.5" />\n  <path d="M16 16l.01 0" />\n</svg>\n\n\n',ZM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2" />\n  <path d="M2 12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2" />\n  <path d="M9 16v-8h3.5a2 2 0 1 1 0 4h-3.5h4a2 2 0 1 1 0 4h-4z" />\n</svg>\n\n\n',qM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 16l1 -9l5 -5l6.5 6l-3.5 4l5 5l-8 5z" />\n</svg>\n\n\n',JM='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12h10" />\n  <path d="M9 8h6" />\n  <path d="M10 16h4" />\n  <path d="M16.268 3h-8.536a1.46 1.46 0 0 0 -1.268 .748l-4.268 7.509a1.507 1.507 0 0 0 0 1.486l4.268 7.509c.26 .462 .744 .747 1.268 .748h8.536a1.46 1.46 0 0 0 1.268 -.748l4.268 -7.509a1.507 1.507 0 0 0 0 -1.486l-4.268 -7.509a1.46 1.46 0 0 0 -1.268 -.748z" />\n</svg>\n\n\n',t6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.9 7.205a17.764 17.764 0 0 0 4.008 2.753a7.917 7.917 0 0 0 4.57 .567c1.5 -.33 2.907 -1 4.121 -1.956a12.107 12.107 0 0 0 2.892 -2.903c.603 -.94 .745 -1.766 .484 -2.231c-.261 -.465 -.927 -.568 -1.72 -.257a7.564 7.564 0 0 0 -2.608 2.034a18.425 18.425 0 0 0 -2.588 3.884a34.927 34.927 0 0 0 -2.093 5.073a12.908 12.908 0 0 0 -.677 3.515c-.07 .752 .07 1.51 .405 2.184c.323 .562 1.06 1.132 2.343 1.132c3.474 0 5.093 -3.53 5.463 -5.62c.24 -1.365 -.085 -3.197 -1.182 -4.01" />\n</svg>\n\n\n',gv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3" />\n  <path d="M16 7l-1 10" />\n  <path d="M20 7l-1 10" />\n  <path d="M14 10h7.5" />\n  <path d="M21 14h-7.5" />\n</svg>\n\n\n',e6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.84 12c0 2.05 .985 3.225 -.04 5c-1.026 1.775 -2.537 1.51 -4.314 2.534c-1.776 1.026 -2.302 2.466 -4.353 2.466c-2.051 0 -2.576 -1.441 -4.353 -2.466c-1.776 -1.024 -3.288 -.759 -4.314 -2.534c-1.025 -1.775 -.04 -2.95 -.04 -5s-.985 -3.225 .04 -5c1.026 -1.775 2.537 -1.51 4.314 -2.534c1.776 -1.026 2.302 -2.466 4.353 -2.466s2.577 1.441 4.353 2.466c1.776 1.024 3.288 .759 4.313 2.534c1.026 1.775 .04 2.95 .04 5z" />\n</svg>\n\n\n',I1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 11l8 2c1.361 -.545 2 -1.248 2 -2v-3.8c0 -1.765 -4.479 -3.2 -10.002 -3.2c-5.522 0 -9.998 1.435 -9.998 3.2v2.8c0 1.766 4.478 4 10 4v-3z" />\n  <path d="M12 14v3l8 2c1.362 -.547 2 -1.246 2 -2v-3c0 .754 -.638 1.453 -2 2l-8 -2z" />\n  <path d="M2 17c0 1.766 4.476 3 9.998 3l.002 -3c-5.522 0 -10 -1.734 -10 -3.5v3.5z" />\n  <path d="M2 10v4" />\n  <path d="M22 10v4" />\n</svg>\n\n\n',n6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 18l9 -6.462l-9 -5.538v12h18v-12l-9 5.538" />\n</svg>\n\n\n',mv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10v-.2a1.8 1.8 0 0 0 -1.8 -1.8h-.4a1.8 1.8 0 0 0 -1.8 1.8v4.4a1.8 1.8 0 0 0 1.8 1.8h.4a1.8 1.8 0 0 0 1.8 -1.8v-.2" />\n  <path d="M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n</svg>\n\n\n',a6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.1 8.648a.568 .568 0 0 1 -.761 .011a5.682 5.682 0 0 0 -3.659 -1.34c-1.102 0 -2.205 .363 -2.205 1.374c0 1.023 1.182 1.364 2.546 1.875c2.386 .796 4.363 1.796 4.363 4.137c0 2.545 -1.977 4.295 -5.204 4.488l-.295 1.364a.557 .557 0 0 1 -.546 .443h-2.034l-.102 -.011a.568 .568 0 0 1 -.432 -.67l.318 -1.444a7.432 7.432 0 0 1 -3.273 -1.784v-.011a.545 .545 0 0 1 0 -.773l1.137 -1.102c.214 -.2 .547 -.2 .761 0a5.495 5.495 0 0 0 3.852 1.5c1.478 0 2.466 -.625 2.466 -1.614c0 -.989 -1 -1.25 -2.886 -1.954c-2 -.716 -3.898 -1.728 -3.898 -4.091c0 -2.75 2.284 -4.091 4.989 -4.216l.284 -1.398a.545 .545 0 0 1 .545 -.432h2.023l.114 .012a.544 .544 0 0 1 .42 .647l-.307 1.557a8.528 8.528 0 0 1 2.818 1.58l.023 .022c.216 .228 .216 .569 0 .773l-1.057 1.057z" />\n</svg>\n\n\n',fv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 9h8.4" />\n  <path d="M14.598 13.5l-4.2 7.275" />\n  <path d="M9.402 13.5l-4.2 -7.275" />\n</svg>\n\n\n',o6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.65 6.956a5.39 5.39 0 0 0 7.494 7.495" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M17.7 12.137a5.738 5.738 0 1 1 -5.737 -5.737" />\n  <path d="M17.7 12.338v-1.175c0 -.47 .171 -.92 .476 -1.253a1.56 1.56 0 0 1 1.149 -.52c.827 0 1.523 .676 1.62 1.573c.037 .344 .055 .69 .055 1.037" />\n  <path d="M11.662 6.4h1.175c.47 0 .92 -.176 1.253 -.49c.333 -.314 .52 -.74 .52 -1.184c0 -.852 -.676 -1.57 -1.573 -1.67a9.496 9.496 0 0 0 -1.037 -.056" />\n</svg>\n\n\n',i6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 11a1 1 0 1 1 -1 1.013a1 1 0 0 1 1 -1v-.013z" />\n  <path d="M21 11a1 1 0 1 1 -1 1.013a1 1 0 0 1 1 -1v-.013z" />\n  <path d="M8 12h8" />\n  <path d="M13 9l3 3l-3 3" />\n</svg>\n\n\n',wv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.031 7.007c2.469 -.007 3.295 1.293 3.969 2.993c4 0 4.994 3.825 5 6h-20c-.001 -1.64 1.36 -2.954 3 -3c0 -1.5 1 -3 3 -3c.66 -1.942 2.562 -2.986 5.031 -2.993z" />\n  <path d="M12 13h6" />\n  <path d="M17 10l-2.5 6" />\n</svg>\n\n\n',Uh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.695 12.985a5.972 5.972 0 0 0 -3.295 -.985c-1.257 0 -2.436 .339 -3.4 1a9 9 0 1 1 18 0c-.966 -.664 -2.14 -1 -3.4 -1a6 6 0 0 0 -5.605 8.144" />\n</svg>\n\n\n',Mv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 15l9 6l9 -6l-9 -6l-9 6" />\n  <path d="M3 9l9 6l9 -6l-9 -6l-9 6" />\n  <path d="M3 9l0 6" />\n  <path d="M21 9l0 6" />\n  <path d="M12 3l0 6" />\n  <path d="M12 15l0 6" />\n</svg>\n\n\n',qr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 7.5v9l-4 2.25l-4 2.25l-4 -2.25l-4 -2.25v-9l4 -2.25l4 -2.25l4 2.25z" />\n  <path d="M12 12l4 -2.25l4 -2.25" />\n  <path d="M12 12l0 9" />\n  <path d="M12 12l-4 -2.25l-4 -2.25" />\n  <path d="M20 12l-4 2v4.75" />\n  <path d="M4 12l4 2l0 4.75" />\n  <path d="M8 5.25l4 2.25l4 -2.25" />\n</svg>\n\n\n',Jr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 14m-3 0a3 2 0 1 0 6 0a3 2 0 1 0 -6 0" />\n  <path d="M4.526 17.666c-1.133 -.772 -1.897 -1.924 -2.291 -3.456c-.398 -1.54 -.29 -2.937 .32 -4.19c.61 -1.255 1.59 -2.34 2.938 -3.254c1.348 -.914 2.93 -1.625 4.749 -2.132c1.81 -.504 3.516 -.708 5.12 -.61c1.608 .1 2.979 .537 4.112 1.31s1.897 1.924 2.291 3.456c.398 1.541 .29 2.938 -.32 4.192c-.61 1.253 -1.59 2.337 -2.938 3.252c-1.348 .915 -2.93 1.626 -4.749 2.133c-1.81 .503 -3.516 .707 -5.12 .61c-1.608 -.102 -2.979 -.538 -4.112 -1.31z" />\n  <path d="M11 12.508c-.53 -.316 -1.23 -.508 -2 -.508c-1.657 0 -3 .895 -3 2s1.343 2 3 2c.767 0 1.467 -.192 2 -.508" />\n</svg>\n\n\n',tl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.95 22c-4.503 0 -8.445 -3.04 -9.61 -7.413c-1.165 -4.373 .737 -8.988 4.638 -11.25a9.906 9.906 0 0 1 12.008 1.598l-3.335 3.367a5.185 5.185 0 0 0 -7.354 .013a5.252 5.252 0 0 0 0 7.393a5.185 5.185 0 0 0 7.354 .013l3.349 3.367a9.887 9.887 0 0 1 -7.05 2.912z" />\n</svg>\n\n\n',s6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.343 17.657a8 8 0 1 0 0 -11.314" />\n  <path d="M13.828 9.172a4 4 0 1 0 0 5.656" />\n</svg>\n\n\n',r6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" />\n  <path d="M12 3c-3.263 3.212 -3 7.654 -3 12c4.59 .244 8.814 -.282 12 -3" />\n  <path d="M9.5 9a4.494 4.494 0 0 1 5.5 5.5" />\n</svg>\n\n\n',l6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 12h12v-2a2 2 0 0 1 2 -2a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2a2 2 0 0 1 2 2v2z" />\n  <path d="M6 15h12" />\n  <path d="M6 18h12" />\n  <path d="M21 11v7" />\n  <path d="M3 11v7" />\n</svg>\n\n\n',y1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.1 13c3.267 0 5.9 -.167 7.9 -.5c3 -.5 4 -2 4 -3.5a3 3 0 1 0 -6 0c0 1.554 1.807 3 3 4c1.193 1 2 2.5 2 3.5a1.5 1.5 0 1 1 -3 0c0 -2 4 -3.5 7 -3.5h2.9" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',jh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 12h4" />\n  <path d="M20 10v4" />\n  <path d="M11 12h4" />\n  <path d="M13 10v4" />\n  <path d="M9 9a3 3 0 0 0 -3 -3h-.5a3.5 3.5 0 0 0 -3.5 3.5v5a3.5 3.5 0 0 0 3.5 3.5h.5a3 3 0 0 0 3 -3" />\n</svg>\n\n\n',h6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 4h-8a8 8 0 1 0 0 16h8a8 8 0 0 0 -8 -8a8 8 0 0 0 8 -8" />\n  <path d="M4 12h8" />\n  <path d="M12 4v16" />\n</svg>\n\n\n',ry='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10.414 11.586a2 2 0 1 0 0 2.828" />\n  <path d="M15 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M13 7v6" />\n</svg>\n\n\n',ly='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" />\n  <path d="M8.5 8h7l-4.5 4h4l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5" />\n</svg>\n\n\n',d6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.04 14.831l4.46 -4.331" />\n  <path d="M12.555 20.82c4.55 -3.456 7.582 -8.639 8.426 -14.405a1.668 1.668 0 0 0 -.934 -1.767a19.647 19.647 0 0 0 -8.047 -1.648a19.647 19.647 0 0 0 -8.047 1.647a1.668 1.668 0 0 0 -.934 1.767c.844 5.766 3.875 10.95 8.426 14.406a.948 .948 0 0 0 1.11 0z" />\n  <path d="M20 5c-2 0 -4.37 3.304 -8 6.644c-3.63 -3.34 -6 -6.644 -8 -6.644" />\n  <path d="M17.738 15l-4.238 -4.5" />\n</svg>\n\n\n',c6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 10.99c-.01 5.52 -4.48 10 -10 10.01v-2.26l-.01 -.01c-4.28 -1.11 -6.86 -5.47 -5.76 -9.75a8 8 0 0 1 9.74 -5.76c3.53 .91 6.03 4.13 6.03 7.78v-.01z" />\n  <path d="M10.5 8l-.5 -1" />\n  <path d="M13.5 14l.5 1" />\n  <path d="M9 12.5l-1 .5" />\n  <path d="M11 14l-.5 1" />\n  <path d="M13 8l.5 -1" />\n  <path d="M16 12.5l-1 -.5" />\n  <path d="M9 10l-1 -.5" />\n</svg>\n\n\n',hy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.5 10l-2.5 -4l15.298 6.909a.2 .2 0 0 1 .09 .283l-3.388 5.808" />\n  <path d="M10 19l-3.388 -5.808a.2 .2 0 0 1 .09 -.283l15.298 -6.909l-2.5 4" />\n</svg>\n\n\n',p6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.48 17.007a9 9 0 1 0 -7.48 3.993c.896 0 1.691 -.573 1.974 -1.423l3.526 -10.577" />\n  <path d="M13.5 9l2 6" />\n  <path d="M10.764 9.411a3 3 0 1 0 -.023 5.19" />\n</svg>\n\n\n',dy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4h1.8c3.976 0 7.2 3.582 7.2 8s-3.224 8 -7.2 8h-1.8" />\n  <path d="M12 4h5.472c1.948 0 3.528 1.79 3.528 4s-1.58 4 -3.528 4" />\n  <path d="M17.472 12h-2.472" />\n  <path d="M17.472 12h-2.352" />\n  <path d="M17.472 12c1.948 0 3.528 1.79 3.528 4s-1.58 4 -3.528 4h-5.472" />\n</svg>\n\n\n',v6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17l9 5l9 -5v-3l-9 5l-9 -5v-3l9 5l9 -5v-3l-9 5l-9 -5l9 -5l5.418 3.01" />\n</svg>\n\n\n',u6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.779 10.007a9 9 0 1 0 -10.77 10.772" />\n  <path d="M13 21h8v-7" />\n  <path d="M12 8v4l3 3" />\n</svg>\n\n\n',g6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 18l18 -12h-18l9 14l9 -14v10l-18 -10z" />\n</svg>\n\n\n',Gh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17c-2.397 -.943 -4 -3.153 -4 -5.635c0 -2.19 1.039 -3.14 1.604 -3.595c2.646 -2.133 6.396 -.27 6.396 3.23c0 2.5 -2.905 2.121 -3.5 1.5c-.595 -.621 -1 -1.5 -.5 -2.5" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',el='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 16.5h2v.5h-2z" />\n  <path d="M8 16.5h2.5v.5h-2.5z" />\n  <path d="M16 17h-2.5v-.5h2.5z" />\n  <path d="M21.5 17h-2.5v-.5h2.5z" />\n  <path d="M21.5 13h-2.5v.5h2.5z" />\n  <path d="M21.5 9.5h-2.5v.5h2.5z" />\n  <path d="M21.5 6h-2.5v.5h2.5z" />\n  <path d="M16 13h-2.5v.5h2.5z" />\n  <path d="M8 13.5h2.5v-.5h-2.5z" />\n  <path d="M8 9.5h2.5v.5h-2.5z" />\n</svg>\n\n\n',Wh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11l1 -9l5 .5l-1 13.5l-3 6l-12.5 -2.5l-1.5 -6l7 -1.5l-1.5 -7.5l4.5 -1z" />\n  <circle cx="15.5" cy="15.5" r="1" fill="currentColor" />\n  <circle cx="11.5" cy="14.5" r="1" fill="currentColor" />\n</svg>\n\n\n',k1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M13.47 20.882l-1.47 -5.882c-2.649 -.088 -5 -1.624 -5 -3.5c0 -1.933 2.239 -3.5 5 -3.5s4 1 5 3c.024 .048 .69 2.215 2 6.5" />\n  <path d="M12 11h.01" />\n</svg>\n\n\n',_v='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 11h2v2h-2z" />\n  <path d="M3.634 15.634l1.732 -1l1 1.732l-1.732 1z" />\n  <path d="M11 19h2v2h-2z" />\n  <path d="M18.634 14.634l1.732 1l-1 1.732l-1.732 -1z" />\n  <path d="M17.634 7.634l1.732 -1l1 1.732l-1.732 1z" />\n  <path d="M11 3h2v2h-2z" />\n  <path d="M3.634 8.366l1 -1.732l1.732 1l-1 1.732z" />\n</svg>\n\n\n',nl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3v4l-3.857 6h3.857v4h-6.429l-2.571 4h-3v-4l3.857 -6h-3.857v-4h6.429l2.571 -4z" />\n</svg>\n\n\n',bv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 15h-3v-4h3" />\n  <path d="M15 15h-3v-4h3" />\n  <path d="M9 15v-4" />\n  <path d="M15 11v7h-3" />\n  <path d="M6 7v8" />\n  <path d="M21 15h-3v-4h3" />\n  <path d="M21 11v7h-3" />\n</svg>\n\n\n',m6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" />\n  <path d="M8 7.5l7.02 2.632a1 1 0 0 1 .567 1.33l-1.087 2.538h1.5l-5 4l1 -4c-3.1 .03 -3.114 -3.139 -4 -6.5z" />\n</svg>\n\n\n',al='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.983 3l.123 .006c2.014 .214 3.527 .672 4.966 1.673a1 1 0 0 1 .371 .488c1.876 5.315 2.373 9.987 1.451 12.28c-1.003 2.005 -2.606 3.553 -4.394 3.553c-.732 0 -1.693 -.968 -2.328 -2.045a21.512 21.512 0 0 0 2.103 -.493a1 1 0 1 0 -.55 -1.924c-3.32 .95 -6.13 .95 -9.45 0a1 1 0 0 0 -.55 1.924c.717 .204 1.416 .37 2.103 .494c-.635 1.075 -1.596 2.044 -2.328 2.044c-1.788 0 -3.391 -1.548 -4.428 -3.629c-.888 -2.217 -.39 -6.89 1.485 -12.204a1 1 0 0 1 .371 -.488c1.439 -1.001 2.952 -1.459 4.966 -1.673a1 1 0 0 1 .935 .435l.063 .107l.651 1.285l.137 -.016a12.97 12.97 0 0 1 2.643 0l.134 .016l.65 -1.284a1 1 0 0 1 .754 -.54l.122 -.009zm-5.983 7a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15zm6 0a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',xv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M14 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M15.5 17c0 1 1.5 3 2 3c1.5 0 2.833 -1.667 3.5 -3c.667 -1.667 .5 -5.833 -1.5 -11.5c-1.457 -1.015 -3 -1.34 -4.5 -1.5l-.972 1.923a11.913 11.913 0 0 0 -4.053 0l-.975 -1.923c-1.5 .16 -3.043 .485 -4.5 1.5c-2 5.667 -2.167 9.833 -1.5 11.5c.667 1.333 2 3 3.5 3c.5 0 2 -2 2 -3" />\n  <path d="M7 16.5c3.5 1 6.5 1 10 0" />\n</svg>\n\n\n',Iv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.22 5.838c-1.307 -.15 -1.22 -.578 -1.22 -.794c0 -.216 .424 -1.044 4.34 -1.044c4.694 0 14.66 3.645 14.66 10.042s-8.71 4.931 -10.435 4.52c-1.724 -.412 -5.565 -2.256 -5.565 -4.174c0 -1.395 3.08 -2.388 6.715 -2.388c3.634 0 5.285 1.041 5.285 2c0 .5 -.074 1.229 -1 1.5" />\n  <path d="M10.02 8a505.153 505.153 0 0 0 0 13" />\n</svg>\n\n\n',yv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.847 21c-2.259 0 -4.323 -.667 -5.919 -2h-3.928l1.708 -3.266c-.545 -1.174 -.759 -2.446 -.758 -3.734c0 -4.97 3.84 -9 8.898 -9c5.052 0 9.152 4.03 9.152 9c0 4.972 -4.098 9 -9.153 9z" />\n  <path d="M11.485 15h-1.485v-6h1.485c2.112 0 3.515 .823 3.515 2.981v.035c0 2.18 -1.403 2.984 -3.515 2.984z" />\n</svg>\n\n\n',kv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M12 7v8.5l-2.015 .201a2.715 2.715 0 1 1 0 -5.402l2.015 .201" />\n  <path d="M16 7v.01" />\n  <path d="M16 10v5.586c0 .905 -.36 1.774 -1 2.414" />\n</svg>\n\n\n',f6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12.54c-1.804 -.345 -2.701 -1.08 -3.523 -2.94c-.487 .696 -1.102 1.568 -.92 2.4c.028 .238 -.32 1 -.557 1h-14c0 5.208 3.164 7 6.196 7c4.124 .022 7.828 -1.376 9.854 -5c1.146 -.101 2.296 -1.505 2.95 -2.46z" />\n  <path d="M5 10h3v3h-3z" />\n  <path d="M8 10h3v3h-3z" />\n  <path d="M11 10h3v3h-3z" />\n  <path d="M8 7h3v3h-3z" />\n  <path d="M11 7h3v3h-3z" />\n  <path d="M11 4h3v3h-3z" />\n  <path d="M4.571 18c1.5 0 2.047 -.074 2.958 -.78" />\n  <path d="M10 16l0 .01" />\n</svg>\n\n\n',w6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 14m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M9 14h6" />\n  <path d="M12 11l3 3l-3 3" />\n  <path d="M10 3l6.9 6" />\n</svg>\n\n\n',M6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 6v12h-.89c-3.34 0 -6.047 -2.686 -6.047 -6s2.707 -6 6.046 -6h.891z" />\n  <path d="M3.063 6v12h.891c3.34 0 6.046 -2.686 6.046 -6s-2.707 -6 -6.046 -6h-.89z" />\n</svg>\n\n\n',ol='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h16" />\n  <path d="M5 4h14" />\n  <path d="M8 8h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-2a2 2 0 0 1 2 -2z" />\n  <path d="M16 14l-2 6" />\n  <path d="M8 17l1 3" />\n</svg>\n\n\n',_6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.384 14.38a22.877 22.877 0 0 1 1.056 4.863l.064 .644l.126 1.431a10 10 0 0 1 -9.15 -.98l2.08 -2.087l.246 -.24c1.793 -1.728 3.41 -2.875 5.387 -3.566l.191 -.065zm6.09 -.783l.414 .003l.981 .014a9.997 9.997 0 0 1 -4.319 6.704l-.054 -.605c-.18 -2.057 -.55 -3.958 -1.163 -5.814c1.044 -.182 2.203 -.278 3.529 -.298l.611 -.004zm-7.869 -3.181a24.91 24.91 0 0 1 1.052 2.098c-2.276 .77 -4.142 2.053 -6.144 3.967l-.355 .344l-2.236 2.24a10 10 0 0 1 -2.917 -6.741l-.005 -.324l.004 -.25h1.096l.467 -.002c3.547 -.026 6.356 -.367 8.938 -1.295l.1 -.037zm9.388 1.202l-1.515 -.02c-1.86 -.003 -3.45 .124 -4.865 .402a26.112 26.112 0 0 0 -1.163 -2.38c1.393 -.695 2.757 -1.597 4.179 -2.75l.428 -.354l.816 -.682a10 10 0 0 1 2.098 5.409l.022 .375zm-14.663 -8.46l1.266 1.522c1.145 1.398 2.121 2.713 2.949 3.985c-2.26 .766 -4.739 1.052 -7.883 1.081l-.562 .004h-.844a10 10 0 0 1 5.074 -6.593zm9.67 .182c.53 .306 1.026 .657 1.483 1.046l-1.025 .857c-1.379 1.128 -2.688 1.993 -4.034 2.649c-.89 -1.398 -1.943 -2.836 -3.182 -4.358l-.474 -.574l-.485 -.584a10 10 0 0 1 7.717 .964z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',b6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 3.6c5 6 7 10.5 7.5 16.2" />\n  <path d="M6.4 19c3.5 -3.5 6 -6.5 14.5 -6.4" />\n  <path d="M3.1 10.75c5 0 9.814 -.38 15.314 -5" />\n</svg>\n\n\n',x6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.637 7.416a7.907 7.907 0 0 1 1.76 8.666a8 8 0 0 1 -7.397 4.918a8 8 0 0 1 -7.396 -4.918a7.907 7.907 0 0 1 1.759 -8.666l5.637 -5.416l5.637 5.416z" />\n  <path d="M14.466 10.923a3.595 3.595 0 0 1 .77 3.877a3.5 3.5 0 0 1 -3.236 2.2a3.5 3.5 0 0 1 -3.236 -2.2a3.595 3.595 0 0 1 .77 -3.877l2.466 -2.423l2.466 2.423z" />\n</svg>\n\n\n',C1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c0 4.308 -7 6 -7 12a7 7 0 0 0 14 0c0 -6 -7 -7.697 -7 -12z" />\n  <path d="M12 11.33a65.753 65.753 0 0 1 -2.012 2.023c-1 .957 -1.988 1.967 -1.988 3.647c0 2.17 1.79 4 4 4s4 -1.827 4 -4c0 -1.676 -.989 -2.685 -1.983 -3.642c-.42 -.404 -2.259 -2.357 -5.517 -5.858l3.5 3.83z" />\n</svg>\n\n\n',Cv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.978 11.372a9 9 0 1 0 -1.593 5.773" />\n  <path d="M20.978 11.372c.21 2.993 -5.034 2.413 -6.913 1.486c1.392 -1.6 .402 -4.038 -2.274 -3.851c-1.745 .122 -2.927 1.157 -2.784 3.202c.28 3.99 4.444 6.205 10.36 4.79" />\n  <path d="M3.022 12.628c-.283 -4.043 8.717 -7.228 11.248 -2.688" />\n  <path d="M12.628 20.978c-2.993 .21 -5.162 -4.725 -3.567 -9.748" />\n</svg>\n\n\n',Dv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 2a5 5 0 0 1 5 5c0 .712 -.232 1.387 -.5 2c1.894 .042 3.5 1.595 3.5 3.5c0 1.869 -1.656 3.4 -3.5 3.5c.333 .625 .5 1.125 .5 1.5a2.5 2.5 0 0 1 -2.5 2.5c-.787 0 -1.542 -.432 -2 -1c-.786 1.73 -2.476 3 -4.5 3a5 5 0 0 1 -4.583 -7a3.5 3.5 0 0 1 -.11 -6.992l.195 0a2.5 2.5 0 0 1 2 -4c.787 0 1.542 .432 2 1c.786 -1.73 2.476 -3 4.5 -3z" />\n  <path d="M8.5 9l-3 -1" />\n  <path d="M9.5 5l-1 4l1 2l5 2l4 -4" />\n  <path d="M18.499 16l-3 -.5l-1 -2.5" />\n  <path d="M14.5 19l1 -3.5" />\n  <path d="M5.417 15l4.083 -4" />\n</svg>\n\n\n',Bv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M17.5 15l-3 -6l-3 6h-5l1.5 -3" />\n  <path d="M17 14h-2" />\n  <path d="M6.5 12h3.5" />\n  <path d="M8 9h3" />\n</svg>\n\n\n',I6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12.958c8.466 1.647 11.112 -1.196 12.17 -2.294c2.116 -2.196 0 -6.589 -2.646 -5.49c-2.644 1.096 -6.35 7.686 -3.174 12.078c2.116 2.928 6 2.178 11.65 -2.252" />\n</svg>\n\n\n',zv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.711 17.875c-.534 -1.339 -1.35 -4.178 .129 -6.47c1.415 -2.193 3.769 -3.608 5.099 -4.278l-5.229 10.748z" />\n  <path d="M19.715 12.508c-.54 3.409 -2.094 6.156 -4.155 7.348c-4.069 2.353 -8.144 .45 -9.297 -.188c.877 -1.436 4.433 -7.22 6.882 -10.591c2.714 -3.737 5.864 -5.978 6.565 -6.077c0 .201 .03 .55 .071 1.03c.144 1.709 .443 5.264 -.066 8.478z" />\n</svg>\n\n\n',$h='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 12h-5" />\n  <path d="M3 3m0 5a5 5 0 0 1 5 -5h8a5 5 0 0 1 5 5v8a5 5 0 0 1 -5 5h-8a5 5 0 0 1 -5 -5z" />\n  <path d="M15 16h-5a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h5" />\n</svg>\n\n\n',D1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8h5v-5" />\n  <path d="M17.9 19c.6 -2.5 1.1 -5.471 1.1 -9c0 -4.5 -2 -5 -3 -5c-1.906 0 -3 -.5 -3.5 -1c-.354 -.354 -.5 -1 -1.5 -1h-2l-5 5c0 6 2.5 8 5 8c1 0 1.5 -.5 2 -1.5s1.414 -.326 2.5 0c1.044 .313 2.01 .255 2.5 .5c1 .5 2 1.5 2 3c0 .5 0 3 -3 3s-3 -3 -1 -3" />\n  <path d="M15 10h1" />\n</svg>\n\n\n',y6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 2a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -.883 .993l-.117 .007h-3v1h3a1 1 0 0 1 .991 1.131l-.02 .112l-1 4a1 1 0 0 1 -.858 .75l-.113 .007h-2v6a1 1 0 0 1 -.883 .993l-.117 .007h-4a1 1 0 0 1 -.993 -.883l-.007 -.117v-6h-2a1 1 0 0 1 -.993 -.883l-.007 -.117v-4a1 1 0 0 1 .883 -.993l.117 -.007h2v-1a6 6 0 0 1 5.775 -5.996l.225 -.004h3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',k6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3" />\n</svg>\n\n\n',C6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.833 12.278l4.445 -4.445" />\n  <path d="M10.055 14.5l2.223 -2.222" />\n  <path d="M12.278 16.722l.555 -.555" />\n  <path d="M19.828 14.828a4 4 0 0 0 0 -5.656l-5 -5a4 4 0 0 0 -5.656 0l-5 5a4 4 0 0 0 0 5.656l6.171 6.172h3.314l6.171 -6.172z" />\n</svg>\n\n\n',D6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M6 3m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v0a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z" />\n  <path d="M9 9a3 3 0 0 0 0 6h3m-3 0a3 3 0 1 0 3 3v-15" />\n</svg>\n\n\n',B6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 15.824a4.062 4.062 0 0 1 -2.25 .033c-.738 -.201 -2.018 -.08 -2.75 .143l4.583 -5h-6.583" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M8 15l2 -8h5" />\n</svg>\n\n\n',z6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" />\n  <path d="M7 8v1" />\n  <path d="M17 8v1" />\n  <path d="M12.5 4c-.654 1.486 -1.26 3.443 -1.5 9h2.5c-.19 2.867 .094 5.024 .5 7" />\n  <path d="M7 15.5c3.667 2 6.333 2 10 0" />\n</svg>\n\n\n',Xh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.53 17.05l6.15 -11.72h-.02c.38 -.74 1.28 -1.02 2.01 -.63c.26 .14 .48 .36 .62 .62l1.06 2.01" />\n  <path d="M15.47 6.45c.58 -.59 1.53 -.59 2.11 -.01c.22 .22 .36 .5 .41 .81l1.5 9.11c.1 .62 -.2 1.24 -.76 1.54l-6.07 2.9c-.46 .25 -1.01 .26 -1.46 0l-6.02 -2.92c-.55 -.31 -.85 -.92 -.75 -1.54l1.96 -12.04c.12 -.82 .89 -1.38 1.7 -1.25c.46 .07 .87 .36 1.09 .77l1.24 1.76" />\n  <path d="M4.57 17.18l10.93 -10.68" />\n</svg>\n\n\n',il='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.028 7.82a9 9 0 1 0 12.823 -3.4c-1.636 -1.02 -3.064 -1.02 -4.851 -1.02h-1.647" />\n  <path d="M4.914 9.485c-1.756 -1.569 -.805 -5.38 .109 -6.17c.086 .896 .585 1.208 1.111 1.685c.88 -.275 1.313 -.282 1.867 0c.82 -.91 1.694 -2.354 2.628 -2.093c-1.082 1.741 -.07 3.733 1.371 4.173c-.17 .975 -1.484 1.913 -2.76 2.686c-1.296 .938 -.722 1.85 0 2.234c.949 .506 3.611 -1 4.545 .354c-1.698 .102 -1.536 3.107 -3.983 2.727c2.523 .957 4.345 .462 5.458 -.34c1.965 -1.52 2.879 -3.542 2.879 -5.557c-.014 -1.398 .194 -2.695 -1.26 -4.75" />\n</svg>\n\n\n',Ev='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 3h-2a6 6 0 0 0 -6 6h-3v4h3v8h4v-7h4v7h4v-11h-8v-1.033a1.967 1.967 0 0 1 2 -1.967h2v-4z" />\n</svg>\n\n\n',Sv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',E6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M8.5 20l3.5 -8l-6.5 6" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',sl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.973 3h16.054c.537 0 .973 .436 .973 .973v4.052a.973 .973 0 0 1 -.973 .973h-5.025v4.831c0 .648 -.525 1.173 -1.173 1.173h-4.829v5.025a.973 .973 0 0 1 -.974 .973h-4.053a.973 .973 0 0 1 -.973 -.973v-16.054c0 -.537 .436 -.973 .973 -.973z" />\n</svg>\n\n\n',B1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 14l-3 -3l8 -8h6z" />\n  <path d="M14 21l-5 -5l5 -5h5l-5 5l5 5z" />\n</svg>\n\n\n',cy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 3h7.5l-.5 4h-3v3h3v3.5h-3v6.5l-4 1z" />\n</svg>\n\n\n',S6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h10c.644 0 1.11 .696 .978 1.33l-1.984 9.859a1.014 1.014 0 0 1 -1 .811h-2.254c-.308 0 -.6 .141 -.793 .382l-4.144 5.25c-.599 .752 -1.809 .331 -1.809 -.632v-16c0 -.564 .44 -1 1 -1z" />\n  <path d="M12 9l5 0" />\n</svg>\n\n\n',Tv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12l-8 -8v16l16 -16v16l-4 -4" />\n  <path d="M20 12l-8 8l-4 -4" />\n</svg>\n\n\n',Kh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 15h12l-12 -12h12v6h-12v6l6 6v-6" />\n</svg>\n\n\n',T6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M8 13h8a4 4 0 1 1 -8 0z" />\n</svg>\n\n\n',Av='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.296 14.297l6.407 6.407a9.018 9.018 0 0 1 -6.325 -6.116l-.082 -.291z" />\n  <path d="M16 13h5c-.41 3.603 -3.007 6.59 -6.386 7.614l-11.228 -11.229a9 9 0 0 1 15.66 -2.985" />\n</svg>\n\n\n',A6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 15v-6" />\n  <path d="M15 11l-2 -2" />\n  <path d="M11 7l-1.9 -1.9" />\n  <path d="M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z" />\n</svg>\n\n\n',Ov='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18v-5.5c0 -.667 .167 -1.333 .5 -2" />\n  <path d="M12 7.5c0 -1 -.01 -4.07 -4 -3.5c-3.5 .5 -4 2.5 -4 3.5c0 1.5 0 4 3 4c4 0 5 -2.5 5 -4z" />\n  <path d="M4 12c-1.333 .667 -2 1.333 -2 2c0 1 0 3 1.5 4c3 2 6.5 3 8.5 3s5.499 -1 8.5 -3c1.5 -1 1.5 -3 1.5 -4c0 -.667 -.667 -1.333 -2 -2" />\n  <path d="M20 18v-5.5c0 -.667 -.167 -1.333 -.5 -2" />\n  <path d="M12 7.5l0 -.297l.01 -.269l.027 -.298l.013 -.105l.033 -.215c.014 -.073 .029 -.146 .046 -.22l.06 -.223c.336 -1.118 1.262 -2.237 3.808 -1.873c2.838 .405 3.703 1.797 3.93 2.842l.036 .204c0 .033 .01 .066 .013 .098l.016 .185l0 .171l0 .49l-.015 .394l-.02 .271c-.122 1.366 -.655 2.845 -2.962 2.845c-3.256 0 -4.524 -1.656 -4.883 -3.081l-.053 -.242a3.865 3.865 0 0 1 -.036 -.235l-.021 -.227a3.518 3.518 0 0 1 -.007 -.215z" />\n  <path d="M10 15v2" />\n  <path d="M14 15v2" />\n</svg>\n\n\n',Hv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.315 2.1c.791 -.113 1.9 .145 3.333 .966l.272 .161l.16 .1l.397 -.083a13.3 13.3 0 0 1 4.59 -.08l.456 .08l.396 .083l.161 -.1c1.385 -.84 2.487 -1.17 3.322 -1.148l.164 .008l.147 .017l.076 .014l.05 .011l.144 .047a1 1 0 0 1 .53 .514a5.2 5.2 0 0 1 .397 2.91l-.047 .267l-.046 .196l.123 .163c.574 .795 .93 1.728 1.03 2.707l.023 .295l.007 .272c0 3.855 -1.659 5.883 -4.644 6.68l-.245 .061l-.132 .029l.014 .161l.008 .157l.004 .365l-.002 .213l-.003 3.834a1 1 0 0 1 -.883 .993l-.117 .007h-6a1 1 0 0 1 -.993 -.883l-.007 -.117v-.734c-1.818 .26 -3.03 -.424 -4.11 -1.878l-.535 -.766c-.28 -.396 -.455 -.579 -.589 -.644l-.048 -.019a1 1 0 0 1 .564 -1.918c.642 .188 1.074 .568 1.57 1.239l.538 .769c.76 1.079 1.36 1.459 2.609 1.191l.001 -.678l-.018 -.168a5.03 5.03 0 0 1 -.021 -.824l.017 -.185l.019 -.12l-.108 -.024c-2.976 -.71 -4.703 -2.573 -4.875 -6.139l-.01 -.31l-.004 -.292a5.6 5.6 0 0 1 .908 -3.051l.152 -.222l.122 -.163l-.045 -.196a5.2 5.2 0 0 1 .145 -2.642l.1 -.282l.106 -.253a1 1 0 0 1 .529 -.514l.144 -.047l.154 -.03z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Rv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" />\n</svg>\n\n\n',Yh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 14l-9 7l-9 -7l3 -11l3 7h6l3 -7z" />\n</svg>\n\n\n',O6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 20h3a1 1 0 0 0 1 -1v-14a1 1 0 0 0 -1 -1h-3v16z" />\n  <path d="M5 20h3v-16h-3a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1z" />\n  <path d="M16 4l-4 4l-4 -4" />\n  <path d="M4 6.5l8 7.5l8 -7.5" />\n</svg>\n\n\n',H6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.695 14.305c1.061 1.06 2.953 .888 4.226 -.384c1.272 -1.273 1.444 -3.165 .384 -4.226c-1.061 -1.06 -2.953 -.888 -4.226 .384c-1.272 1.273 -1.444 3.165 -.384 4.226z" />\n  <path d="M12.68 9.233c-1.084 -.497 -2.545 -.191 -3.591 .846c-1.284 1.273 -1.457 3.165 -.388 4.226c1.07 1.06 2.978 .888 4.261 -.384a3.669 3.669 0 0 0 1.038 -1.921h-2.427" />\n  <path d="M5.5 15h-1.5" />\n  <path d="M6 9h-2" />\n  <path d="M5 12h-3" />\n</svg>\n\n\n',R6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 9m0 1.105a1.105 1.105 0 0 1 1.105 -1.105h1.79a1.105 1.105 0 0 1 1.105 1.105v9.79a1.105 1.105 0 0 1 -1.105 1.105h-1.79a1.105 1.105 0 0 1 -1.105 -1.105z" />\n  <path d="M17 3m0 1.105a1.105 1.105 0 0 1 1.105 -1.105h1.79a1.105 1.105 0 0 1 1.105 1.105v15.79a1.105 1.105 0 0 1 -1.105 1.105h-1.79a1.105 1.105 0 0 1 -1.105 -1.105z" />\n  <path d="M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',P6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.73 19.875a2.225 2.225 0 0 1 -1.948 1.125h-7.283a2.222 2.222 0 0 1 -1.947 -1.158l-4.272 -6.75a2.269 2.269 0 0 1 0 -2.184l4.272 -6.75a2.225 2.225 0 0 1 1.946 -1.158h7.285c.809 0 1.554 .443 1.947 1.158l3.98 6.75a2.33 2.33 0 0 1 0 2.25l-3.98 6.75v-.033z" />\n  <path d="M11.5 11.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" />\n  <path d="M14 14l2 2" />\n</svg>\n\n\n',F6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10l-6 10l-3 -5l6 -10z" />\n  <path d="M9 15h12l-3 5h-12" />\n  <path d="M15 15l-6 -10h6l6 10z" />\n</svg>\n\n\n',L6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2a9.96 9.96 0 0 1 6.29 2.226a1 1 0 0 1 .04 1.52l-1.51 1.362a1 1 0 0 1 -1.265 .06a6 6 0 1 0 2.103 6.836l.001 -.004h-3.66a1 1 0 0 1 -.992 -.883l-.007 -.117v-2a1 1 0 0 1 1 -1h6.945a1 1 0 0 1 .994 .89c.04 .367 .061 .737 .061 1.11c0 5.523 -4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Qh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9.314l-2.343 -2.344a3.314 3.314 0 0 0 -4.686 4.686l2.343 2.344l4.686 4.686l7.03 -7.03a3.314 3.314 0 0 0 -4.687 -4.685l-7.03 7.029" />\n</svg>\n\n\n',N6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.072 21h-14.144a1.928 1.928 0 0 1 -1.928 -1.928v-6.857c0 -.512 .203 -1 .566 -1.365l7.07 -7.063a1.928 1.928 0 0 1 2.727 0l7.071 7.063c.363 .362 .566 .853 .566 1.365v6.857a1.928 1.928 0 0 1 -1.928 1.928z" />\n  <path d="M7 13v4h10v-4l-5 -5" />\n  <path d="M14.8 5.2l-11.8 11.8" />\n  <path d="M7 17v4" />\n  <path d="M17 17v4" />\n</svg>\n\n\n',V6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n  <path d="M6.428 12.494l7.314 -9.252" />\n  <path d="M10.002 7.935l-2.937 -2.545" />\n  <path d="M17.693 6.593l-8.336 9.979" />\n  <path d="M17.591 6.376c.472 .907 .715 1.914 .709 2.935a7.263 7.263 0 0 1 -.72 3.18a19.085 19.085 0 0 1 -2.089 3c-.784 .933 -1.49 1.93 -2.11 2.98c-.314 .62 -.568 1.27 -.757 1.938c-.121 .36 -.277 .591 -.622 .591c-.315 0 -.463 -.136 -.626 -.593a10.595 10.595 0 0 0 -.779 -1.978a18.18 18.18 0 0 0 -1.423 -2.091c-.877 -1.184 -2.179 -2.535 -2.853 -4.071a7.077 7.077 0 0 1 -.621 -2.967a6.226 6.226 0 0 1 1.476 -4.055a6.25 6.25 0 0 1 4.811 -2.245a6.462 6.462 0 0 1 1.918 .284a6.255 6.255 0 0 1 3.686 3.092z" />\n</svg>\n\n\n',U6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 5v13.982a2 2 0 0 0 4 0v-13.982a2 2 0 1 0 -4 0z" />\n  <path d="M6.63 8.407a2.125 2.125 0 0 0 -.074 2.944c.77 .834 2.051 .869 2.862 .077l4.95 -4.834c.812 -.792 .846 -2.11 .076 -2.945a1.984 1.984 0 0 0 -2.861 -.077l-4.953 4.835z" />\n</svg>\n\n\n',Cs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.5 7c2.485 0 4.5 1.974 4.5 4.409v.591h-8.397a.61 .61 0 0 1 -.426 -.173a.585 .585 0 0 1 -.177 -.418c0 -2.435 2.015 -4.409 4.5 -4.409z" />\n  <path d="M16.5 17c-2.485 0 -4.5 -1.974 -4.5 -4.409v-.591h8.397c.333 0 .603 .265 .603 .591c0 2.435 -2.015 4.409 -4.5 4.409z" />\n  <path d="M7 16.5c0 -2.485 1.972 -4.5 4.405 -4.5h.595v8.392a.61 .61 0 0 1 -.173 .431a.584 .584 0 0 1 -.422 .177c-2.433 0 -4.405 -2.015 -4.405 -4.5z" />\n  <path d="M17 7.5c0 2.485 -1.972 4.5 -4.405 4.5h-.595v-8.397a.61 .61 0 0 1 .175 -.428a.584 .584 0 0 1 .42 -.175c2.433 0 4.405 2.015 4.405 4.5z" />\n</svg>\n\n\n',rl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 3.71v16.58a.7 .7 0 0 0 1.05 .606l14.622 -8.42a.55 .55 0 0 0 0 -.953l-14.622 -8.419a.7 .7 0 0 0 -1.05 .607z" />\n  <path d="M15 9l-10.5 11.5" />\n  <path d="M4.5 3.5l10.5 11.5" />\n</svg>\n\n\n',Zh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3v2" />\n  <path d="M12 19v2" />\n  <path d="M12 8v8" />\n  <path d="M8 17v2" />\n  <path d="M4 11v2" />\n  <path d="M20 11v2" />\n  <path d="M8 5v8" />\n  <path d="M16 7v-2" />\n  <path d="M16 19v-8" />\n</svg>\n\n\n',qh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.945 11a9 9 0 1 1 -3.284 -5.997l-2.655 2.392a5.5 5.5 0 1 0 2.119 6.605h-4.125v-3h7.945z" />\n</svg>\n\n\n',j6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M15.697 9.434a4.5 4.5 0 1 0 .217 4.788" />\n  <path d="M13.5 14h2.5v2.5" />\n</svg>\n\n\n',er='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.308 7.265l5.385 -3.029" />\n  <path d="M13.308 4.235l5.384 3.03" />\n  <path d="M20 9.5v5" />\n  <path d="M18.693 16.736l-5.385 3.029" />\n  <path d="M10.692 19.765l-5.384 -3.03" />\n  <path d="M4 14.5v-5" />\n  <path d="M12.772 4.786l6.121 10.202" />\n  <path d="M18.5 16h-13" />\n  <path d="M5.107 14.988l6.122 -10.201" />\n  <path d="M12 3.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M12 20.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M4 8m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M4 16m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M20 16m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M20 8m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n</svg>\n\n\n',Pv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.64 5.632a9 9 0 1 0 6.36 -2.632v7.714" />\n</svg>\n\n\n',G6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 13.282c0 .492 .784 1.718 2.102 1.718c1.318 0 2.898 -.966 2.898 -2.062c0 -.817 -.932 -.938 -1.409 -.938c-.228 0 -3.591 .111 -3.591 1.282z" />\n  <path d="M12 21c-2.984 0 -6.471 -2.721 -6.63 -2.982c-2.13 -3.49 -2.37 -13.703 -2.37 -13.703l1.446 -1.315c2.499 .39 5.023 .617 7.554 .68a58.626 58.626 0 0 0 7.554 -.68l1.446 1.315s-.24 10.213 -2.37 13.704c-.16 .26 -3.646 2.981 -6.63 2.981z" />\n  <path d="M11 13.282c0 .492 -.784 1.718 -2.102 1.718c-1.318 0 -2.898 -.966 -2.898 -2.062c0 -.817 .932 -.938 1.409 -.938c.228 0 3.591 .111 3.591 1.282z" />\n</svg>\n\n\n',W6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 13h6" />\n  <path d="M4 12c0 -9.296 9.5 -9 9.5 -9c-2.808 0 -4.5 4.373 -4.5 9s1.763 8.976 4.572 8.976c0 .023 -9.572 1.092 -9.572 -8.976z" />\n  <path d="M14.5 3c1.416 0 3.853 1.16 4.5 2v3.5" />\n  <path d="M15 13v8s2.77 -.37 4 -2v-6" />\n  <path d="M13.5 21h1.5" />\n  <path d="M13.5 3h1" />\n</svg>\n\n\n',$6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" />\n  <path d="M13.5 13h2.5v3" />\n  <path d="M15.024 9.382a4 4 0 1 0 -3.024 6.618c1.862 0 2.554 -1.278 3 -3" />\n</svg>\n\n\n',X6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 16v-8" />\n  <path d="M6 8v8" />\n  <path d="M2 12h4" />\n  <path d="M9 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" />\n  <path d="M19 8a4 4 0 1 1 0 8a4 4 0 0 1 0 -8z" />\n  <path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',K6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.744 4.325l7.82 -1.267a4.456 4.456 0 0 1 5.111 3.686l1.267 7.82a4.456 4.456 0 0 1 -3.686 5.111l-7.82 1.267a4.456 4.456 0 0 1 -5.111 -3.686l-1.267 -7.82a4.456 4.456 0 0 1 3.686 -5.111z" />\n  <path d="M7.252 7.704l7.897 -1.28a1 1 0 0 1 1.147 .828l.36 2.223l-9.562 3.51l-.67 -4.134a1 1 0 0 1 .828 -1.147z" />\n</svg>\n\n\n',Fv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M9 8v8" />\n  <path d="M15 8v8" />\n  <path d="M9 12h6" />\n</svg>\n\n\n',Y6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.802 17.292s.077 -.055 .2 -.149c1.843 -1.425 3 -3.49 3 -5.789c0 -4.286 -4.03 -7.764 -9 -7.764c-4.97 0 -9 3.478 -9 7.764c0 4.288 4.03 7.646 9 7.646c.424 0 1.12 -.028 2.088 -.084c1.262 .82 3.104 1.493 4.716 1.493c.499 0 .734 -.41 .414 -.828c-.486 -.596 -1.156 -1.551 -1.416 -2.29z" />\n  <path d="M7.5 13.5c2.5 2.5 6.5 2.5 9 0" />\n</svg>\n\n\n',Lv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" />\n  <path d="M15.5 8h-7l.5 4h6l-.5 3.5l-2.5 .75l-2.5 -.75l-.1 -.5" />\n</svg>\n\n\n',z1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 8l4 4l-4 4h4.5l4 -4l-4 -4z" />\n  <path d="M3.5 8l4 4l-4 4h4.5l4 -4l-4 -4z" />\n</svg>\n\n\n',Q6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" />\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M16.5 7.5l0 .01" />\n</svg>\n\n\n',Z6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M7 8v3" />\n  <path d="M10 7v6" />\n  <path d="M14 7v6" />\n  <path d="M17 8v3" />\n  <path d="M7 15c4 2.667 6 2.667 10 0" />\n</svg>\n\n\n',Nv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 7v1c0 1.087 1.078 2 2 2c1.107 0 2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2s2 -.91 2 -2c0 1.09 .893 2 2 2c.922 0 2 -.913 2 -2v-1c-.009 -.275 -.538 -.964 -1.588 -2.068a3 3 0 0 0 -2.174 -.932h-12.476a3 3 0 0 0 -2.174 .932c-1.05 1.104 -1.58 1.793 -1.588 2.068z" />\n  <path d="M4 10c-.117 6.28 .154 9.765 .814 10.456c1.534 .367 4.355 .535 7.186 .536c2.83 -.001 5.652 -.169 7.186 -.536c.99 -1.037 .898 -9.559 .814 -10.456" />\n  <path d="M10 16l2 -2l2 2" />\n  <path d="M12 14v4" />\n</svg>\n\n\n',q6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" />\n  <path d="M7.5 8h3v8l-2 -1" />\n  <path d="M16.5 8h-2.5a.5 .5 0 0 0 -.5 .5v3a.5 .5 0 0 0 .5 .5h1.423a.5 .5 0 0 1 .495 .57l-.418 2.93l-2 .5" />\n</svg>\n\n\n',J6='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12l10 7.422l10 -7.422" />\n  <path d="M7 9l5 4l5 -4" />\n  <path d="M11 6l1 .8l1 -.8l-1 -.8z" />\n</svg>\n\n\n',Ds='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v7" />\n  <path d="M14 10l-2 2.5l2 2.5" />\n  <path d="M12 4c4.97 0 9 3.358 9 7.5c0 4.142 -4.03 7.5 -9 7.5c-.67 0 -1.323 -.061 -1.95 -.177l-3.05 2.177l.592 -2.962c-2.741 -1.284 -4.592 -3.73 -4.592 -6.538c0 -4.142 4.03 -7.5 9 -7.5z" />\n</svg>\n\n\n',Bs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <g stroke-width="1.838">\n  <path d="M10.586 9.506h-2.43c-.434 -.932 -.7 -1.506 -1.596 -1.506l-2.404 .019c-.662 0 -1.353 .592 -1.103 1.487l2.216 9.436c.486 1.743 .811 2.058 1.145 2.058h.64" />\n  <path d="M14.275 3h5.645c.84 0 1.24 .714 1.02 1.287l-4.687 15.109c-.42 1.133 -1.159 1.603 -2.354 1.603h-7.485c.39 0 .76 -.618 1.296 -2.061l4.457 -14.49c.326 -.83 .76 -1.448 2.108 -1.448z" />\n  </g>\n</svg>\n\n\n',nr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4h5v4h3v-2h2v-2h6v4h-2v2h-2v4h2v2h2v4h-6v-2h-2v-2h-3v4h-5z" />\n</svg>\n\n\n',py='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 9l2.975 -4.65c.615 -.9 1.405 -1.35 2.377 -1.35c.79 0 1.474 .286 2.054 .858c.576 .574 .866 1.256 .866 2.054c0 .588 -.153 1.109 -.46 1.559l-2.812 4.029l3.465 4.912c.356 .46 .535 1 .535 1.613a2.92 2.92 0 0 1 -.843 2.098c-.561 .584 -1.242 .877 -2.04 .877c-.876 0 -1.545 -.29 -2 -.87l-4.112 -5.697v3.067c0 .876 -.313 1.69 -.611 2.175c-.543 .883 -1.35 1.325 -2.389 1.325c-.944 0 -1.753 -.327 -2.271 -.974c-.486 -.6 -.729 -1.392 -.729 -2.38v-11.371c0 -.934 .247 -1.706 .74 -2.313c.512 -.641 1.347 -.962 2.26 -.962c.868 0 1.821 .321 2.4 .962c.323 .356 .515 .714 .6 1.08c.052 .224 0 .643 0 1.26v2.698z" />\n</svg>\n\n\n',Vv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 20h-16v-16h16" />\n  <path d="M4 20l16 -16" />\n  <path d="M4 12l8 -8" />\n  <path d="M12 12l8 8" />\n</svg>\n\n\n',Jh='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17l8 5l7 -4v-8l-4 -2.5l4 -2.5l4 2.5v4l-11 6.5l-4 -2.5v-7.5l-4 -2.5z" />\n  <path d="M11 18v4" />\n  <path d="M7 15.5l7 -4" />\n  <path d="M14 7.5v4" />\n  <path d="M14 11.5l4 2.5" />\n  <path d="M11 13v-7.5l-4 -2.5l-4 2.5" />\n  <path d="M7 8l4 -2.5" />\n  <path d="M18 10l4 -2.5" />\n</svg>\n\n\n',t7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 8c-.83 -1 -1.388 -1 -2 -1c-.612 0 -2 .271 -2 2s1.384 2.233 3 3c1.616 .767 2.125 1.812 2 3s-1 2 -3 2s-3 -1 -3.5 -2s-1.585 -4.78 -2.497 -6a5 5 0 1 0 -1 7" />\n</svg>\n\n\n',Uv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13h7.5" />\n  <path d="M9.424 7.268l4.999 -4.999" />\n  <path d="M16.633 16.644l-2.402 2.415a3.189 3.189 0 0 1 -4.524 0l-3.77 -3.787a3.223 3.223 0 0 1 0 -4.544l3.77 -3.787a3.189 3.189 0 0 1 4.524 0l2.302 2.313" />\n</svg>\n\n\n',e7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',jv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 10.663c0 -4.224 -4.041 -7.663 -9 -7.663s-9 3.439 -9 7.663c0 3.783 3.201 6.958 7.527 7.56c1.053 .239 .932 .644 .696 2.133c-.039 .238 -.184 .932 .777 .512c.96 -.42 5.18 -3.201 7.073 -5.48c1.304 -1.504 1.927 -3.029 1.927 -4.715v-.01z" />\n</svg>\n\n\n',vy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M8 11l0 5" />\n  <path d="M8 8l0 .01" />\n  <path d="M12 16l0 -5" />\n  <path d="M16 16v-3a2 2 0 0 0 -4 0" />\n</svg>\n\n\n',n7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10h16" />\n  <path d="M6.5 4.5l11 11" />\n  <path d="M6.5 15.5l11 -11" />\n  <path d="M12 10v-8" />\n  <path d="M12 15v7" />\n</svg>\n\n\n',ll='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21h3.5l2.5 -6l2.5 -1l2.5 7h4l1 -4.5l-2 -1l-7 -12l-6 -.5l1.5 4l2.5 .5l1 2.5l-7 8z" />\n</svg>\n\n\n',td='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.982 18.777c-.372 .548 -.652 1.223 -1.406 1.223c-1.269 0 -1.337 -1.913 -2.607 -1.913c-1.27 0 -1.2 1.913 -2.47 1.913c-1.268 0 -1.337 -1.913 -2.607 -1.913c-1.269 0 -1.2 1.913 -2.47 1.913c-1.268 0 -1.337 -1.913 -2.607 -1.913c-1.27 0 -1.2 1.913 -2.47 1.913c-.398 0 -.679 -.189 -.915 -.448a10.414 10.414 0 0 1 -1.43 -5.29c0 -5.669 4.477 -10.262 10 -10.262c5.524 0 10 4.594 10 10.261c0 1.62 -.366 3.152 -1.018 4.516z" />\n  <path d="M20.982 18.777c-.372 .548 -.652 1.223 -1.406 1.223c-1.269 0 -1.337 -1.913 -2.607 -1.913c-1.27 0 -1.2 1.913 -2.47 1.913c-1.268 0 -1.337 -1.913 -2.607 -1.913c-1.269 0 -1.2 1.913 -2.47 1.913c-1.268 0 -1.337 -1.913 -2.607 -1.913c-1.27 0 -1.2 1.913 -2.47 1.913c-.398 0 -.679 -.189 -.915 -.448a10.414 10.414 0 0 1 -1.43 -5.29c0 -5.669 4.477 -10.262 10 -10.262c5.524 0 10 4.594 10 10.261c0 1.62 -.366 3.152 -1.018 4.516z" />\n  <path d="M11.5 16c3.167 0 4.5 -1.748 4.5 -4.231c0 -2.484 -2.014 -4.769 -4.5 -4.769c-2.485 0 -4.5 2.286 -4.5 4.769s1.333 4.231 4.5 4.231z" />\n  <path d="M10 11a1 1 0 1 0 0 -2a1 1 0 0 0 0 2z" />\n</svg>\n\n\n',a7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.464 6.518a6 6 0 1 0 -3.023 7.965" />\n  <path d="M17.482 17.464a6 6 0 1 0 -7.965 -3.023" />\n  <path d="M6.54 17.482a6 6 0 1 0 3.024 -7.965" />\n  <path d="M6.518 6.54a6 6 0 1 0 7.965 3.024" />\n</svg>\n\n\n',o7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 12a2 2 0 1 0 4 0a9 9 0 1 0 -2.987 6.697" />\n  <path d="M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',i7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M11 16c1.22 -.912 2 -2.36 2 -4a5.01 5.01 0 0 0 -2 -4" />\n  <path d="M14 9h-2" />\n  <path d="M14 15h-2" />\n  <path d="M10 12h.01" />\n</svg>\n\n\n',ed='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 9.765a3 3 0 1 0 0 4.47" />\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',as='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.648 15.254c-1.816 1.763 -6.648 1.626 -6.648 1.626a18.262 18.262 0 0 1 -3.288 -.256c1.127 1.985 4.12 2.81 8.982 2.475c-1.945 2.013 -13.598 5.257 -13.668 -7.636l-.026 -1.154c0 -3.036 .023 -4.115 1.352 -5.633c1.671 -1.91 6.648 -1.666 6.648 -1.666s4.977 -.243 6.648 1.667c1.329 1.518 1.352 2.597 1.352 5.633s-.456 4.074 -1.352 4.944z" />\n  <path d="M12 11.204v-2.926c0 -1.258 -.895 -2.278 -2 -2.278s-2 1.02 -2 2.278v4.722m4 -4.722c0 -1.258 .895 -2.278 2 -2.278s2 1.02 2 2.278v4.722" />\n</svg>\n\n\n',E1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 3h-1v18h1" />\n  <path d="M20 21h1v-18h-1" />\n  <path d="M7 9v6" />\n  <path d="M12 15v-3.5a2.5 2.5 0 1 0 -5 0v.5" />\n  <path d="M17 15v-3.5a2.5 2.5 0 1 0 -5 0v.5" />\n</svg>\n\n\n',Gv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 20c0 -3.952 -.966 -16 -4.038 -16s-3.962 9.087 -3.962 14.756c0 -5.669 -.896 -14.756 -3.962 -14.756c-3.065 0 -4.038 12.048 -4.038 16" />\n</svg>\n\n\n',hl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M8 9h1l3 3l3 -3h1" />\n  <path d="M8 15l2 0" />\n  <path d="M14 15l2 0" />\n  <path d="M9 9l0 6" />\n  <path d="M15 9l0 6" />\n</svg>\n\n\n',s7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.455 10.82c.935 -2.163 3.045 -3.82 5.545 -3.82c2.104 0 2.844 1.915 2 4l-2 6" />\n  <path d="M6.981 7l-3.981 9.914" />\n  <path d="M13 11c.937 -2.16 3.071 -3.802 5.42 -3.972c2.104 0 3.128 1.706 2.284 3.792l-2.454 6.094c-.853 1.676 .75 2.586 2.75 2.086" />\n</svg>\n\n\n',r7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 3v9" />\n  <path d="M12 12l7 5" />\n  <path d="M12 12l-7 5" />\n</svg>\n\n\n',nd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1" />\n  <path d="M8 13l3 -2l2 2l3 -2" />\n</svg>\n\n\n',Wv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10.174c1.766 -2.784 3.315 -4.174 4.648 -4.174c2 0 3.263 2.213 4 5.217c.704 2.869 .5 6.783 -2 6.783c-1.114 0 -2.648 -1.565 -4.148 -3.652a27.627 27.627 0 0 1 -2.5 -4.174z" />\n  <path d="M12 10.174c-1.766 -2.784 -3.315 -4.174 -4.648 -4.174c-2 0 -3.263 2.213 -4 5.217c-.704 2.869 -.5 6.783 2 6.783c1.114 0 2.648 -1.565 4.148 -3.652c1 -1.391 1.833 -2.783 2.5 -4.174z" />\n</svg>\n\n\n',os='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 16.008v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.008c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008c.62 .354 1.38 .354 2 0l7 -4.008c.619 -.355 1 -1.01 1 -1.718z" />\n  <path d="M12 22v-10" />\n  <path d="M12 12l8.73 -5.04" />\n  <path d="M3.27 6.96l8.73 5.04" />\n  <path d="M12 17l3.003 -1.668m3 -1.667l2.997 -1.665m-9 5l-9 -5" />\n  <path d="M15 17l3 -1.67v-3l-3 1.67z" />\n</svg>\n\n\n',dl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" />\n  <path d="M8 11.503a2.5 2.5 0 1 0 4 2v-3a2.5 2.5 0 1 1 4 2" />\n</svg>\n\n\n',uy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.5 12m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n  <path d="M20.5 12m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M13 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',S1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 15.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M9.5 7a1.5 1.5 0 0 1 1.339 2.177l-4.034 7.074c-.264 .447 -.75 .749 -1.305 .749a1.5 1.5 0 0 1 -1.271 -2.297l3.906 -6.827a1.5 1.5 0 0 1 1.365 -.876z" />\n  <path d="M16.5 7a1.5 1.5 0 0 1 1.339 2.177l-4.034 7.074c-.264 .447 -.75 .749 -1.305 .749a1.5 1.5 0 0 1 -1.271 -2.297l3.906 -6.827a1.5 1.5 0 0 1 1.365 -.876z" />\n</svg>\n\n\n',$v='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3v19" />\n  <path d="M18 11.227c0 3.273 -1.812 4.77 -6 9.273c-4.188 -4.503 -6 -6 -6 -9.273c0 -4.454 3.071 -6.927 6 -9.227c2.929 2.3 6 4.773 6 9.227z" />\n</svg>\n\n\n',Xv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.316 5h-12.632l-3.418 4.019a1.089 1.089 0 0 0 .019 1.447l9.714 10.534l9.715 -10.49a1.09 1.09 0 0 0 .024 -1.444l-3.422 -4.066z" />\n  <path d="M9 11l3 3l3 -3" />\n</svg>\n\n\n',l7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21c-1.427 -1.026 -3.59 -3.854 -4 -6c-.486 .77 -1.501 2 -2 2c-1.499 -.888 -.574 -3.973 0 -6c-1.596 -1.433 -2.468 -2.458 -2.5 -4c-3.35 -3.44 -.444 -5.27 2.5 -3h1c8.482 .5 6.421 8.07 9 11.5c2.295 .522 3.665 2.254 5 3.5c-2.086 -.2 -2.784 -.344 -3.5 0c.478 1.64 2.123 2.2 3.5 3" />\n  <path d="M9 7h.01" />\n</svg>\n\n\n',cl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h10v18h-10z" />\n</svg>\n\n\n',h7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.182 2c1.94 .022 3.879 .382 5.818 1.08l.364 .135a23.075 23.075 0 0 1 3.636 1.785c0 5.618 -1.957 10.258 -5.87 13.92c-1.24 1.239 -2.5 2.204 -3.78 2.898l-.35 .182c-1.4 -.703 -2.777 -1.729 -4.13 -3.079c-3.912 -3.663 -5.87 -8.303 -5.87 -13.921c2.545 -1.527 5.09 -2.471 7.636 -2.832l.364 -.048a16.786 16.786 0 0 1 1.818 -.12h.364z" />\n  <path d="M2.1 7.07c2.073 6.72 5.373 7.697 9.9 2.93c0 -4 1.357 -6.353 4.07 -7.06l.59 -.11" />\n  <path d="M16.35 18.51s2.65 -5.51 -4.35 -8.51" />\n</svg>\n\n\n',d7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M15.5 9.43a1 1 0 0 1 .5 .874v3.268a1 1 0 0 1 -.515 .874l-3 1.917a1 1 0 0 1 -.97 0l-3 -1.917a1 1 0 0 1 -.515 -.873v-3.269a1 1 0 0 1 .514 -.874l3 -1.786c.311 -.173 .69 -.173 1 0l3 1.787h-.014z" />\n  <path d="M12 21v-9l-7.5 -4.5" />\n  <path d="M12 12l7.5 -4.5" />\n  <path d="M12 3v4.5" />\n  <path d="M19.5 16l-3.5 -2" />\n  <path d="M8 14l-3.5 2" />\n</svg>\n\n\n',c7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 4c-2.93 1.346 -5 5.046 -5 8.492c0 4.508 4 7.508 8 7.508s8 -3 8 -7c0 -3.513 -3.5 -5.513 -6 -5.513s-5 1.513 -5 4.513c0 2 1.5 3 3 3s3 -1 3 -3c0 -3.513 -2 -4.508 -2 -6.515c0 -3.504 3.5 -2.603 4 -1.502" />\n</svg>\n\n\n',p7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 3l10 18h-4l-10 -18z" />\n  <path d="M5 3v18h4v-10.5" />\n  <path d="M19 21v-18h-4v10.5" />\n</svg>\n\n\n',v7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3l5 3v12l-5 3l-10 -6v-6l10 6v-6l-5 -3z" />\n  <path d="M12 6l-5 -3l-5 3v12l5 3l4.7 -3.13" />\n</svg>\n\n\n',u7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M4.5 12.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n  <path d="M19.5 12.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n</svg>\n\n\n',g7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15v-6l7.745 10.65a9 9 0 1 1 2.255 -1.993" />\n  <path d="M15 12v-3" />\n</svg>\n\n\n',m7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 9v8.044a2 2 0 0 1 -2.996 1.734l-1.568 -.9a3 3 0 0 1 -1.436 -2.561v-6.635a3 3 0 0 1 1.436 -2.56l6 -3.667a3 3 0 0 1 3.128 0l6 3.667a3 3 0 0 1 1.436 2.561v6.634a3 3 0 0 1 -1.436 2.56l-6 3.667a3 3 0 0 1 -3.128 0" />\n  <path d="M17 9h-3.5a1.5 1.5 0 0 0 0 3h2a1.5 1.5 0 0 1 0 3h-3.5" />\n</svg>\n\n\n',T1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.992 15l-2.007 -3l-4.015 8c-2.212 -3.061 -2.625 -7.098 -.915 -10.463a10.14 10.14 0 0 1 8.945 -5.537a10.14 10.14 0 0 1 8.945 5.537c1.71 3.365 1.297 7.402 -.915 10.463l-4.517 -8l-1.505 1.5" />\n  <path d="M14.5 15l-3 -6l-2.5 4.5" />\n</svg>\n\n\n',f7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 17.5v-6.5h.5l4 6h.5v-6.5" />\n  <path d="M19.077 20.071l-11.53 .887a1 1 0 0 1 -.876 -.397l-2.471 -3.294a1 1 0 0 1 -.2 -.6v-10.741a1 1 0 0 1 .923 -.997l11.389 -.876a2 2 0 0 1 1.262 .33l1.535 1.023a2 2 0 0 1 .891 1.664v12.004a1 1 0 0 1 -.923 .997z" />\n  <path d="M4.5 5.5l2.5 2.5" />\n  <path d="M20 7l-13 1v12.5" />\n</svg>\n\n\n',w7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M1 8h22v7h-12v2h-4v-2h-6z" />\n  <path d="M7 8v7" />\n  <path d="M14 8v7" />\n  <path d="M17 11v4" />\n  <path d="M4 11v4" />\n  <path d="M11 11v1" />\n  <path d="M20 11v4" />\n</svg>\n\n\n',Kv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.146 8.583l-1.3 -2.09a1.046 1.046 0 0 0 -1.786 .017l-5.91 9.908a1.046 1.046 0 0 0 .897 1.582h3.913" />\n  <path d="M20.043 18c.743 0 1.201 -.843 .82 -1.505l-4.044 -7.013a.936 .936 0 0 0 -1.638 0l-4.043 7.013c-.382 .662 .076 1.505 .819 1.505h8.086z" />\n</svg>\n\n\n',Yv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.036 5.058a8 8 0 1 0 8.706 9.965" />\n  <path d="M12 21v-11l-7.5 4" />\n  <path d="M17.5 3a2.5 2.5 0 1 1 0 5l-11 -5a2.5 2.5 0 0 0 -.67 4.91" />\n  <path d="M9 12v8" />\n  <path d="M16 13h-.01" />\n</svg>\n\n\n',ad='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-10 0a10 10 0 1 0 20 0a10 10 0 1 0 -20 0" />\n  <path d="M12.556 6c.65 0 1.235 .373 1.508 .947l2.839 7.848a1.646 1.646 0 0 1 -1.01 2.108a1.673 1.673 0 0 1 -2.068 -.851l-.46 -1.052h-2.73l-.398 .905a1.67 1.67 0 0 1 -1.977 1.045l-.153 -.047a1.647 1.647 0 0 1 -1.056 -1.956l2.824 -7.852a1.664 1.664 0 0 1 1.409 -1.087l1.272 -.008z" />\n</svg>\n\n\n',Qv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18h9v-12l-5 2v5l-4 2v-8l9 -4l7 2v13l-7 3z" />\n</svg>\n\n\n',M7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M20 12c0 8 0 8 -8 8s-8 0 -8 -8s0 -8 8 -8s8 0 8 8z" />\n  <path d="M9.5 13c1.333 .667 3.667 .667 5 0" />\n  <path d="M9.5 17l2.5 -3l2.5 3" />\n  <path d="M12 13.5v.5" />\n</svg>\n\n\n',Zv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.456 10.45a6.45 6.45 0 0 0 -12 -2.151a4.857 4.857 0 0 0 -4.44 5.241a4.856 4.856 0 0 0 5.236 4.444h10.751a3.771 3.771 0 0 0 3.99 -3.54a3.772 3.772 0 0 0 -3.538 -3.992z" />\n</svg>\n\n\n',od='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.5 6a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0 -13z" />\n  <path d="M8.5 15a2.5 2.5 0 1 1 0 -5a2.5 2.5 0 0 1 0 5z" />\n  <path d="M14 16c2.5 0 6.42 -1.467 7 -4h-6c3 -1 6.44 -3.533 7 -6h-4c-3.03 0 -3.764 -.196 -5 1.5" />\n</svg>\n\n\n',qv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a9 9 0 0 1 3.618 17.243l-2.193 -5.602a3 3 0 1 0 -2.849 0l-2.193 5.603a9 9 0 0 1 3.617 -17.244z" />\n</svg>\n\n\n',Jv='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.217 19.384a3.501 3.501 0 0 0 6.783 -1.217v-5.167l-6 -3.35" />\n  <path d="M5.214 15.014a3.501 3.501 0 0 0 4.446 5.266l4.34 -2.534v-6.946" />\n  <path d="M6 7.63c-1.391 -.236 -2.787 .395 -3.534 1.689a3.474 3.474 0 0 0 1.271 4.745l4.263 2.514l6 -3.348" />\n  <path d="M12.783 4.616a3.501 3.501 0 0 0 -6.783 1.217v5.067l6 3.45" />\n  <path d="M18.786 8.986a3.501 3.501 0 0 0 -4.446 -5.266l-4.34 2.534v6.946" />\n  <path d="M18 16.302c1.391 .236 2.787 -.395 3.534 -1.689a3.474 3.474 0 0 0 -1.271 -4.745l-4.308 -2.514l-5.955 3.42" />\n</svg>\n\n\n',_7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.618 20.243l-2.193 -5.602a3 3 0 1 0 -2.849 0l-2.193 5.603" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',b7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12m-3 0a3 5 0 1 0 6 0a3 5 0 1 0 -6 0" />\n</svg>\n\n\n',x7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.077 20h-5.077v-16h11v14h-5.077" />\n</svg>\n\n\n',id='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a9 9 0 1 0 9 9" />\n  <path d="M21 12a9 9 0 0 0 -9 -9" opacity=".5" />\n  <path d="M10 9v6l5 -3z" />\n</svg>\n\n\n',sd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.462 3.1c2.615 -1.268 6.226 -1.446 9.063 -.503c2.568 .853 4.471 3.175 4.475 5.81c.004 3.061 -1.942 5.492 -4.896 6.243c-1.693 .43 -2.338 .75 -2.942 1.582c-.238 .328 -.45 .745 -.796 1.533l-.22 .5c-1.146 2.601 -2.156 3.762 -4.236 3.735c-2.232 -.03 -3.603 -1.742 -4.313 -4.48c-.458 -1.768 -.617 -3.808 -.594 -5.876c.044 -3.993 1.42 -7.072 4.46 -8.545z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',tu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 8.408c-.003 -2.299 -1.746 -4.182 -3.79 -4.862c-2.54 -.844 -5.888 -.722 -8.312 .453c-2.939 1.425 -3.862 4.545 -3.896 7.656c-.028 2.559 .22 9.297 3.92 9.345c2.75 .036 3.159 -3.603 4.43 -5.356c.906 -1.247 2.071 -1.599 3.506 -1.963c2.465 -.627 4.146 -2.626 4.142 -5.273z" />\n</svg>\n\n\n',rd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 2c3.113 0 5.309 1.785 5.863 4.565c1.725 1.185 2.637 3.152 2.637 5.435c0 2.933 -2.748 5.384 -5.783 5.496l-.217 .004h-1.754l-.466 2.8a1.998 1.998 0 0 1 -1.823 1.597l-.157 .003h-2.68a1.5 1.5 0 0 1 -1.182 -.54a1.495 1.495 0 0 1 -.348 -1.07l.042 -.29h-1.632c-1.004 0 -1.914 -.864 -1.994 -1.857l-.006 -.143l.01 -.141l1.993 -13.954l.003 -.048c.072 -.894 .815 -1.682 1.695 -1.832l.156 -.02l.143 -.005h5.5zm5.812 7.35l-.024 .087c-.706 2.403 -3.072 4.436 -5.555 4.557l-.233 .006h-2.503v.05l-.025 .183l-1.2 5a1.007 1.007 0 0 1 -.019 .07l-.088 .597h2.154l.595 -3.564a1 1 0 0 1 .865 -.829l.121 -.007h2.6c2.073 0 4 -1.67 4 -3.5c0 -1.022 -.236 -1.924 -.688 -2.65z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ld='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 13l2.5 0c2.5 0 5 -2.5 5 -5c0 -3 -1.9 -5 -5 -5h-5.5c-.5 0 -1 .5 -1 1l-2 14c0 .5 .5 1 1 1h2.8l1.2 -5c.1 -.6 .4 -1 1 -1zm7.5 -5.8c1.7 1 2.5 2.8 2.5 4.8c0 2.5 -2.5 4.5 -5 4.5h-2.6l-.6 3.6a1 1 0 0 1 -1 .8l-2.7 0a.5 .5 0 0 1 -.5 -.6l.2 -1.4" />\n</svg>\n\n\n',I7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.375 21l3.938 -13.838" />\n  <path d="M3 6c16.731 0 21.231 9.881 4.5 11" />\n  <path d="M21 19v-14a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2z" />\n</svg>\n\n\n',y7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 16.25l-.816 -.36l-.462 -.196c-1.444 -.592 -2 -.593 -3.447 0l-.462 .195l-.817 .359a4.5 4.5 0 1 1 0 -8.49v0l1.054 .462l.434 .178c1.292 .507 1.863 .48 3.237 -.082l.462 -.195l.817 -.359a4.5 4.5 0 1 1 0 8.49" />\n</svg>\n\n\n',k7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M4 16c5.713 -2.973 11 -3.5 13.449 -11.162" />\n  <path d="M5 17.5c5.118 -2.859 15 0 14 -11" />\n</svg>\n\n\n',C7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-10 0a10 9 0 1 0 20 0a10 9 0 1 0 -20 0" />\n  <path d="M5.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653" />\n  <path d="M15.5 15l.395 -1.974l.605 -3.026h1.32a1 1 0 0 1 .986 1.164l-.167 1a1 1 0 0 1 -.986 .836h-1.653" />\n  <path d="M12 7.5l-1 5.5" />\n  <path d="M11.6 10h2.4l-.5 3" />\n</svg>\n\n\n',eu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M12 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M5 9v11a2 2 0 1 0 4 0v-4.5" />\n</svg>\n\n\n',hd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 20l4 -9" />\n  <path d="M10.7 14c.437 1.263 1.43 2 2.55 2c2.071 0 3.75 -1.554 3.75 -4a5 5 0 1 0 -9.7 1.7" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',dd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.993 11.63a9 9 0 0 1 -9.362 9.362l9.362 -9.362z" />\n  <path d="M12 3a9.001 9.001 0 0 1 8.166 5.211l-11.955 11.955a9 9 0 0 1 3.789 -17.166z" />\n  <path d="M12 12l-6 6" />\n</svg>\n\n\n',nu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17h4v4h-4z" />\n  <path d="M10 17h4v4h-4z" />\n  <path d="M17 17h4v4h-4z" />\n  <path d="M17 10h4v4h-4z" />\n  <path d="M17 3h4v4h-4z" />\n  <path d="M10 10h4v4h-4z" />\n  <path d="M10 3h4v4h-4z" />\n  <path d="M3 3h4v4h-4z" />\n</svg>\n\n\n',au='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h14a2 2 0 0 1 2 2v6a9 9 0 0 1 -18 0v-6a2 2 0 0 1 2 -2" />\n  <path d="M8 11l4 4l4 -4" />\n</svg>\n\n\n',ou='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.706 6l-3.706 6l3.706 6h1.059l8.47 -12h1.06l3.705 6l-3.706 6" />\n</svg>\n\n\n',D7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.887 20h11.868c.893 0 1.664 -.665 1.847 -1.592l2.358 -12c.212 -1.081 -.442 -2.14 -1.462 -2.366a1.784 1.784 0 0 0 -.385 -.042h-11.868c-.893 0 -1.664 .665 -1.847 1.592l-2.358 12c-.212 1.081 .442 2.14 1.462 2.366c.127 .028 .256 .042 .385 .042z" />\n  <path d="M9 8l4 4l-6 4" />\n  <path d="M12 16h3" />\n</svg>\n\n\n',iu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 21l12 -7v-7.5l-6 -3.5l-6 3.5l6 3.5v7.5l-6 -3.5z" />\n</svg>\n\n\n',B7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.186 16.202l3.615 5.313c.265 .39 .754 .57 1.215 .447l10.166 -2.718a1.086 1.086 0 0 0 .713 -1.511l-7.505 -15.483a.448 .448 0 0 0 -.787 -.033l-7.453 12.838a1.07 1.07 0 0 0 .037 1.147z" />\n  <path d="M8.5 22l3.5 -20" />\n</svg>\n\n\n',cd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16v-8h2.5a2.5 2.5 0 1 1 0 5h-2.5" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',su='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M11 8v8h2a4 4 0 1 0 0 -8h-2z" />\n  <path d="M8 8v8" />\n</svg>\n\n\n',ru='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.16 10.985c-.83 -1.935 1.53 -7.985 8.195 -7.985c3.333 0 4.645 1.382 4.645 3.9c0 2.597 -2.612 6.1 -9 6.1" />\n  <path d="M12.5 6l-5.5 15" />\n</svg>\n\n\n',c0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9h-7a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3" />\n  <path d="M12 15h7a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-3" />\n  <path d="M8 9v-4a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v5a2 2 0 0 1 -2 2h-4a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4" />\n  <path d="M11 6l0 .01" />\n  <path d="M13 18l0 .01" />\n</svg>\n\n\n',pd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 9.748a14.716 14.716 0 0 0 11.995 -.052c.275 -9.236 -11.104 -11.256 -11.995 .052z" />\n  <path d="M18 10c.984 2.762 1.949 4.765 2 7.153c.014 .688 -.664 1.346 -1.184 .303c-.346 -.696 -.952 -1.181 -1.816 -1.456" />\n  <path d="M17 16c.031 1.831 .147 3.102 -1 4" />\n  <path d="M8 20c-1.099 -.87 -.914 -2.24 -1 -4" />\n  <path d="M6 10c-.783 2.338 -1.742 4.12 -1.968 6.43c-.217 2.227 .716 1.644 1.16 .917c.296 -.487 .898 -.934 1.808 -1.347" />\n  <path d="M15.898 13l-.476 -2" />\n  <path d="M8 20l-1.5 1c-.5 .5 -.5 1 .5 1h10c1 0 1 -.5 .5 -1l-1.5 -1" />\n  <path d="M13.75 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M10.25 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',gy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.5 5.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n  <path d="M6 3h5v5h-5z" />\n  <path d="M11 11v10a5 5 0 0 1 -.217 -9.995l.217 -.005z" />\n</svg>\n\n\n',my='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.357 9c-2.637 .68 -4.357 1.845 -4.357 3.175c0 2.107 4.405 3.825 9.85 3.825c.74 0 1.26 -.039 1.95 -.097" />\n  <path d="M9.837 15.9c-.413 -.596 -.806 -1.133 -1.18 -1.8c-2.751 -4.9 -3.488 -9.77 -1.63 -10.873c1.15 -.697 3.047 .253 4.974 2.254" />\n  <path d="M6.429 15.387c-.702 2.688 -.56 4.716 .56 5.395c1.783 1.08 5.387 -1.958 8.043 -6.804c.36 -.67 .683 -1.329 .968 -1.978" />\n  <path d="M12 18.52c1.928 2 3.817 2.95 4.978 2.253c1.85 -1.102 1.121 -5.972 -1.633 -10.873c-.384 -.677 -.777 -1.204 -1.18 -1.8" />\n  <path d="M17.66 15c2.612 -.687 4.34 -1.85 4.34 -3.176c0 -2.11 -4.408 -3.824 -9.845 -3.824c-.747 0 -1.266 .029 -1.955 .087" />\n  <path d="M8 12c.285 -.66 .607 -1.308 .968 -1.978c2.647 -4.844 6.253 -7.89 8.046 -6.801c1.11 .679 1.262 2.706 .56 5.393" />\n  <path d="M12.26 12.015h-.01c-.01 .13 -.12 .24 -.26 .24a.263 .263 0 0 1 -.25 -.26c0 -.14 .11 -.25 .24 -.25h-.01c.13 -.01 .25 .11 .25 .24" />\n</svg>\n\n\n',lu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.306 8.711c-2.602 .723 -4.306 1.926 -4.306 3.289c0 2.21 4.477 4 10 4c.773 0 1.526 -.035 2.248 -.102" />\n  <path d="M17.692 15.289c2.603 -.722 4.308 -1.926 4.308 -3.289c0 -2.21 -4.477 -4 -10 -4c-.773 0 -1.526 .035 -2.25 .102" />\n  <path d="M6.305 15.287c-.676 2.615 -.485 4.693 .695 5.373c1.913 1.105 5.703 -1.877 8.464 -6.66c.387 -.67 .733 -1.339 1.036 -2" />\n  <path d="M17.694 8.716c.677 -2.616 .487 -4.696 -.694 -5.376c-1.913 -1.105 -5.703 1.877 -8.464 6.66c-.387 .67 -.733 1.34 -1.037 2" />\n  <path d="M12 5.424c-1.925 -1.892 -3.82 -2.766 -5 -2.084c-1.913 1.104 -1.226 5.877 1.536 10.66c.386 .67 .793 1.304 1.212 1.896" />\n  <path d="M12 18.574c1.926 1.893 3.821 2.768 5 2.086c1.913 -1.104 1.226 -5.877 -1.536 -10.66c-.375 -.65 -.78 -1.283 -1.212 -1.897" />\n  <path d="M11.5 12.866a1 1 0 1 0 1 -1.732a1 1 0 0 0 -1 1.732z" />\n</svg>\n\n\n',hu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M18 18h-3v-6h3" />\n  <path d="M18 15h-3" />\n  <path d="M8 18v-6h2.5a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M12 18l-2 -3" />\n</svg>\n\n\n',du='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8c2.648 0 5.028 .826 6.675 2.14a2.5 2.5 0 0 1 2.326 4.36c0 3.59 -4.03 6.5 -9 6.5c-4.875 0 -8.845 -2.8 -9 -6.294l-1 -.206a2.5 2.5 0 0 1 2.326 -4.36c1.646 -1.313 4.026 -2.14 6.674 -2.14z" />\n  <path d="M12 8l1 -5l6 1" />\n  <path d="M19 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <circle cx="9" cy="13" r=".5" fill="currentColor" />\n  <circle cx="15" cy="13" r=".5" fill="currentColor" />\n  <path d="M10 17c.667 .333 1.333 .5 2 .5s1.333 -.167 2 -.5" />\n</svg>\n\n\n',vd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 10.5l1.436 -4c.318 -.876 .728 -1.302 1.359 -1.302c.219 0 1.054 .365 1.88 .583c.825 .219 .733 -.329 .908 -.487c.176 -.158 .355 -.294 .61 -.294c.242 0 .553 .048 1.692 .448c.759 .267 1.493 .574 2.204 .922c1.175 .582 1.426 .913 1.595 1.507l.816 4.623c2.086 .898 3.5 2.357 3.5 3.682c0 1.685 -1.2 3.818 -5.957 3.818c-6.206 0 -14.043 -4.042 -14.043 -7.32c0 -1.044 1.333 -1.77 4 -2.18z" />\n  <path d="M6 10.5c0 .969 4.39 3.5 9.5 3.5c1.314 0 3 .063 3 -1.5" />\n</svg>\n\n\n',cu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.54 7c-.805 -2.365 -2.536 -4 -4.54 -4c-2.774 0 -5.023 2.632 -5.023 6.496c0 1.956 1.582 4.727 2.512 6" />\n  <path d="M4.711 11.979c-1.656 1.877 -2.214 4.185 -1.211 5.911c1.387 2.39 5.138 2.831 8.501 .9c1.703 -.979 2.875 -3.362 3.516 -4.798" />\n  <path d="M15.014 19.99c2.511 0 4.523 -.438 5.487 -2.1c1.387 -2.39 -.215 -5.893 -3.579 -7.824c-1.702 -.979 -4.357 -1.235 -5.927 -1.07" />\n  <path d="M10.493 9.862c.48 .276 1.095 .112 1.372 -.366a1 1 0 0 0 -.367 -1.365a1.007 1.007 0 0 0 -1.373 .366a1 1 0 0 0 .368 1.365z" />\n  <path d="M9.5 15.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M15.5 14m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',pu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 10h3v10h-3z" />\n  <path d="M14.5 4h-9.5v3h9.4a1.5 1.5 0 0 1 0 3h-3.4v4l4 6h4l-5 -7h.5a4.5 4.5 0 1 0 0 -9z" />\n</svg>\n\n\n',vu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.993 9.108c.383 .4 .687 .863 .893 1.368a4.195 4.195 0 0 1 .006 3.166a4.37 4.37 0 0 1 -.887 1.372a20.233 20.233 0 0 1 -2.208 2a20.615 20.615 0 0 1 -2.495 1.669a21.322 21.322 0 0 1 -5.622 2.202a4.213 4.213 0 0 1 -3.002 -.404a3.98 3.98 0 0 1 -1.163 -.967a3.796 3.796 0 0 1 -.695 -1.312c-1.199 -3.902 -1.022 -8.312 .134 -12.23c.609 -2.057 2.643 -3.349 4.737 -2.874c3.88 .88 7.52 3.147 10.302 6.01z" />\n  <path d="M14.044 13.034c.67 -.505 .67 -1.489 0 -2.01a14.824 14.824 0 0 0 -1.498 -1.044a15.783 15.783 0 0 0 -1.62 -.865c-.77 -.35 -1.63 .139 -1.753 .973a15.385 15.385 0 0 0 -.1 3.786a1.232 1.232 0 0 0 1.715 1.027a14.783 14.783 0 0 0 1.694 -.827a14.46 14.46 0 0 0 1.562 -1.035v-.005z" />\n</svg>\n\n\n',uu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.139 3.463c.473 -1.95 3.249 -1.95 3.722 0a1.916 1.916 0 0 0 2.859 1.185c1.714 -1.045 3.678 .918 2.633 2.633a1.916 1.916 0 0 0 1.184 2.858c1.95 .473 1.95 3.249 0 3.722a1.916 1.916 0 0 0 -1.185 2.859c1.045 1.714 -.918 3.678 -2.633 2.633a1.916 1.916 0 0 0 -2.858 1.184c-.473 1.95 -3.249 1.95 -3.722 0a1.916 1.916 0 0 0 -2.859 -1.185c-1.714 1.045 -3.678 -.918 -2.633 -2.633a1.916 1.916 0 0 0 -1.184 -2.858c-1.95 -.473 -1.95 -3.249 0 -3.722a1.916 1.916 0 0 0 1.185 -2.859c-1.045 -1.714 .918 -3.678 2.633 -2.633a1.914 1.914 0 0 0 2.858 -1.184z" />\n  <path d="M8 12h6a2 2 0 1 0 0 -4h-6v8v-4z" />\n  <path d="M19 16h-2a2 2 0 0 1 -2 -2a2 2 0 0 0 -2 -2h-1" />\n  <path d="M9 8h-4" />\n  <path d="M5 16h4" />\n</svg>\n\n\n',z7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16l2 -6l6 -2l-2 6l-6 2" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',fy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M7 10v-1.862c0 -2.838 2.239 -5.138 5 -5.138s5 2.3 5 5.138v1.862" />\n  <path d="M10.485 17.577c.337 .29 .7 .423 1.515 .423h.413c.323 0 .633 -.133 .862 -.368a1.27 1.27 0 0 0 .356 -.886c0 -.332 -.128 -.65 -.356 -.886a1.203 1.203 0 0 0 -.862 -.368h-.826a1.2 1.2 0 0 1 -.861 -.367a1.27 1.27 0 0 1 -.356 -.886c0 -.332 .128 -.651 .356 -.886a1.2 1.2 0 0 1 .861 -.368h.413c.816 0 1.178 .133 1.515 .423" />\n</svg>\n\n\n',wy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 10.523c2.46 -.826 4 -.826 4 -2.155c0 -1.366 -1.347 -1.366 -2.735 -1.366c-1.91 0 -3.352 .49 -4.537 1.748c-.848 .902 -1.027 2.449 -.153 3.307c.973 .956 3.206 1.789 2.884 3.493c-.233 1.235 -1.469 1.823 -2.617 1.202c-.782 -.424 -.454 -1.746 .626 -2.512s2.822 -.992 4.1 -.24c.98 .575 1.046 1.724 .434 2.193" />\n</svg>\n\n\n',My='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 18a1.93 1.93 0 0 0 .306 1.076a2 2 0 0 0 1.584 .924c.646 .033 -.537 0 .11 0h3a4.992 4.992 0 0 0 -3.66 -4.81c.558 -.973 1.24 -2.149 2.04 -3.531a9 9 0 0 1 5.62 8.341h4c.663 0 2.337 0 3 0a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-1.84 3.176c4.482 2.05 7.6 6.571 7.6 11.824" />\n</svg>\n\n\n',_y='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.281 16.606a8.968 8.968 0 0 1 1.363 -10.977a9.033 9.033 0 0 1 11.011 -1.346c-1.584 4.692 -2.415 6.96 -4.655 8.717c-1.584 1.242 -3.836 2.24 -7.719 3.606zm16.335 -7.306c2.113 7.59 -4.892 13.361 -11.302 11.264c1.931 -3.1 3.235 -4.606 4.686 -6.065c1.705 -1.715 3.591 -3.23 6.616 -5.199z" />\n</svg>\n\n\n',gu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12l2 -2a2.828 2.828 0 0 1 4 0a2.828 2.828 0 0 1 0 4l-3 3" />\n  <path d="M14 12l-2 2a2.828 2.828 0 1 1 -4 -4l3 -3" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',E7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7l.867 12.143a2 2 0 0 0 2 1.857h10.276a2 2 0 0 0 2 -1.857l.867 -12.143h-16z" />\n  <path d="M8.5 7c0 -1.653 1.5 -4 3.5 -4s3.5 2.347 3.5 4" />\n  <path d="M9.5 17c.413 .462 1 1 2.5 1s2.5 -.897 2.5 -2s-1 -1.5 -2.5 -2s-2 -1.47 -2 -2c0 -1.104 1 -2 2 -2s1.5 0 2.5 1" />\n</svg>\n\n\n',S7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.262 10.878l8 8.789c.4 .44 1.091 .44 1.491 0l8 -8.79c.313 -.344 .349 -.859 .087 -1.243l-3.537 -5.194a1 1 0 0 0 -.823 -.436h-8.926a1 1 0 0 0 -.823 .436l-3.54 5.192c-.263 .385 -.227 .901 .087 1.246z" />\n</svg>\n\n\n',by='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a9 9 0 0 1 8.603 11.65a4.5 4.5 0 0 1 -5.953 5.953a9 9 0 0 1 -11.253 -11.253a4.5 4.5 0 0 1 5.953 -5.954a8.987 8.987 0 0 1 2.65 -.396z" />\n  <path d="M8 14.5c.5 2 2.358 2.5 4 2.5c2.905 0 4 -1.187 4 -2.5c0 -1.503 -1.927 -2.5 -4 -2.5s-4 -1 -4 -2.5c0 -1.313 1.095 -2.5 4 -2.5c1.642 0 3.5 .5 4 2.5" />\n</svg>\n\n\n',mu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12v-6a2 2 0 0 1 4 0v6m0 -2a2 2 0 1 1 2 2h-6" />\n  <path d="M12 12h6a2 2 0 0 1 0 4h-6m2 0a2 2 0 1 1 -2 2v-6" />\n  <path d="M12 12v6a2 2 0 0 1 -4 0v-6m0 2a2 2 0 1 1 -2 -2h6" />\n  <path d="M12 12h-6a2 2 0 0 1 0 -4h6m-2 0a2 2 0 1 1 2 -2v6" />\n</svg>\n\n\n',fu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.882 7.842a4.882 4.882 0 0 0 -9.764 0c0 4.273 -.213 6.409 -4.118 8.118c2 .882 2 .882 3 3c3 0 4 2 6 2s3 -2 6 -2c1 -2.118 1 -2.118 3 -3c-3.906 -1.709 -4.118 -3.845 -4.118 -8.118zm-13.882 8.119c4 -2.118 4 -4.118 1 -7.118m17 7.118c-4 -2.118 -4 -4.118 -1 -7.118" />\n</svg>\n\n\n',xy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.152 3.115a.46 .46 0 0 0 -.609 0c-2.943 2.58 -4.529 5.441 -4.543 8.378c0 2.928 1.586 5.803 4.543 8.392a.46 .46 0 0 0 .61 0c2.957 -2.589 4.547 -5.464 4.547 -8.392c0 -2.928 -1.6 -5.799 -4.548 -8.378z" />\n  <path d="M8 20l12.09 -.011c.503 0 .91 -.434 .91 -.969v-6.063c0 -.535 -.407 -.968 -.91 -.968h-7.382" />\n</svg>\n\n\n',Iy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 21v-5.5l4.5 2.5" />\n  <path d="M10 21v-5.5l-4.5 2.5" />\n  <path d="M3.5 14.5l4.5 -2.5l-4.5 -2.5" />\n  <path d="M20.5 9.5l-4.5 2.5l4.5 2.5" />\n  <path d="M10 3v5.5l-4.5 -2.5" />\n  <path d="M14 3v5.5l4.5 -2.5" />\n  <path d="M12 11l1 1l-1 1l-1 -1z" />\n</svg>\n\n\n',yy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M11 11h1l3 -4z" />\n  <path d="M12 13h1l-4 4z" />\n</svg>\n\n\n',ky='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 17.5c4.667 3 8 4.5 10 4.5c2.5 0 4 -1.5 4 -3.5s-1.5 -3.5 -4 -3.5c-2 0 -5.333 .833 -10 2.5z" />\n  <path d="M5 13.5c4.667 -1.667 8 -2.5 10 -2.5c2.5 0 4 1.5 4 3.5c0 .738 -.204 1.408 -.588 1.96l-2.883 3.825" />\n  <path d="M22 6.5c-4 -3 -8 -4.5 -10 -4.5c-2.04 0 -2.618 .463 -3.419 1.545" />\n  <path d="M2 17.5l3 -4" />\n  <path d="M22 6.5l-3 4" />\n  <path d="M8.581 3.545l-2.953 3.711" />\n  <path d="M7.416 12.662c-1.51 -.476 -2.416 -1.479 -2.416 -3.162c0 -2.5 1.5 -3.5 4 -3.5c1.688 0 5.087 1.068 8.198 3.204a114.76 114.76 0 0 1 1.802 1.296l-2.302 .785" />\n</svg>\n\n\n',Cy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 11h1c1.38 0 3 1.274 3 3c0 1.657 -1.5 3 -3 3l-6 0v-10c3 0 4.5 1.5 5 4z" />\n  <path d="M9 8l0 9" />\n  <path d="M6 17l0 -7" />\n  <path d="M3 16l0 -2" />\n</svg>\n\n\n',Dy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M14 20h6v-6a3 3 0 0 0 -6 0v6z" />\n  <path d="M11 8v2.5a3.5 3.5 0 0 1 -3.5 3.5h-.5a3 3 0 0 1 0 -6h4z" />\n</svg>\n\n\n',By='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.636 19.364a9 9 0 1 1 12.728 0" />\n  <path d="M16 9l-4 4" />\n</svg>\n\n\n',zy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M8 11.973c2.5 -1.473 5.5 -.973 7.5 .527" />\n  <path d="M9 15c1.5 -1 4 -1 5 .5" />\n  <path d="M7 9c2 -1 6 -2 10 .5" />\n</svg>\n\n\n',Ey='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 17v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-1" />\n  <path d="M8 16h8" />\n  <path d="M8.322 12.582l7.956 .836" />\n  <path d="M8.787 9.168l7.826 1.664" />\n  <path d="M10.096 5.764l7.608 2.472" />\n</svg>\n\n\n',T7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 12h3l3.5 6h3.5" />\n  <path d="M17 6h-3.5l-3.5 6" />\n</svg>\n\n\n',ar='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.5 5a4.5 4.5 0 1 1 -.653 8.953l-4.347 3.009l0 .038a3 3 0 0 1 -2.824 3l-.176 0a3 3 0 0 1 -2.94 -2.402l-2.56 -1.098v-3.5l3.51 1.755a2.989 2.989 0 0 1 2.834 -.635l2.727 -3.818a4.5 4.5 0 0 1 4.429 -5.302z" />\n  <circle cx="16.5" cy="9.5" r="1" fill="currentColor" />\n</svg>\n\n\n',pl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 3l-8 4.5l8 4.5" />\n  <path d="M8 12l8 4.5l-8 4.5" />\n</svg>\n\n\n',A7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M4 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M20 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M20 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 3m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 21m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 21l-8 -4v-10l8 -4l8 4v10z" />\n  <path d="M9.1 15a2.1 2.1 0 0 1 -.648 -4.098c.282 -1.648 1.319 -2.902 3.048 -2.902c1.694 0 2.906 1.203 3.23 2.8h.17a2.1 2.1 0 0 1 .202 4.19l-.202 .01h-5.8z" />\n  <path d="M4 7l4.323 2.702" />\n  <path d="M16.413 14.758l3.587 2.242" />\n  <path d="M4 17l3.529 -2.206" />\n  <path d="M14.609 10.37l5.391 -3.37" />\n  <path d="M12 3v5" />\n  <path d="M12 15v6" />\n</svg>\n\n\n',Sy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4l.5 16.5l13.5 .5v-18z" />\n  <path d="M9 15c.6 1.5 1.639 2 3.283 2h-.283c1.8 0 3 -.974 3 -2.435c0 -1.194 -.831 -1.799 -2.147 -2.333l-1.975 -.802c-1.15 -.467 -1.878 -1.422 -1.878 -2.467c0 -.97 .899 -1.786 2.087 -1.893l.613 -.055c1.528 -.138 3 .762 3.3 1.985" />\n  <path d="M16 3.5v1" />\n</svg>\n\n\n',wu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.103 22c2.292 -2.933 16.825 -2.43 16.825 -11.538c0 -6.298 -4.974 -8.462 -8.451 -8.462c-3.477 0 -9.477 3.036 -9.477 11.241c0 6.374 1.103 8.759 1.103 8.759z" />\n</svg>\n\n\n',O7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 13l-5 -10l-5 10m6 0l4 8l4 -8" />\n</svg>\n\n\n',Ty='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.453 8.056c0 -.623 .518 -.979 1.442 -.979c1.69 0 3.41 .343 4.605 .923l.5 -4c-.948 -.449 -2.82 -1 -5.5 -1c-1.895 0 -3.373 .087 -4.5 1c-1.172 .956 -2 2.33 -2 4c0 3.03 1.958 4.906 5 6c1.961 .69 3 .743 3 1.5c0 .735 -.851 1.5 -2 1.5c-1.423 0 -3.963 -.609 -5.5 -1.5l-.5 4c1.321 .734 3.474 1.5 6 1.5c2 0 3.957 -.468 5.084 -1.36c1.263 -.979 1.916 -2.268 1.916 -4.14c0 -3.096 -1.915 -4.547 -5 -5.637c-1.646 -.605 -2.544 -1.07 -2.544 -1.807z" />\n</svg>\n\n\n',H7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 8l-14 4.5v-5.5l14 -4.5z" />\n  <path d="M19 17l-14 4.5v-5.5l14 -4.5z" />\n  <path d="M19 11.5l-14 -4.5" />\n  <path d="M5 12.5l14 4.5" />\n</svg>\n\n\n',R7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.277 16l3.252 -3.252a1.61 1.61 0 0 0 -2.277 -2.276l-3.252 3.251l-3.252 -3.251a1.61 1.61 0 0 0 -2.276 2.276l3.251 3.252l-3.251 3.252a1.61 1.61 0 1 0 2.276 2.277l3.252 -3.252l3.252 3.252a1.61 1.61 0 1 0 2.277 -2.277l-3.252 -3.252z" />\n  <path d="M12 5m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',P7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 14h8v7l8 -11h-8v-7z" />\n</svg>\n\n\n',A1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12l4 3l-8 7l-8 -7l4 -3" />\n  <path d="M12 3l-8 6l8 6l8 -6z" />\n  <path d="M12 15h8" />\n</svg>\n\n\n',Mu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M15 15h.5c3.038 0 5.5 -1.343 5.5 -3s-2.462 -3 -5.5 -3c-1.836 0 -3.462 .49 -4.46 1.245" />\n  <path d="M9 9h-.5c-3.038 0 -5.5 1.343 -5.5 3s2.462 3 5.5 3c1.844 0 3.476 -.495 4.474 -1.255" />\n  <path d="M15 9v-.5c0 -3.038 -1.343 -5.5 -3 -5.5s-3 2.462 -3 5.5c0 1.833 .49 3.457 1.241 4.456" />\n  <path d="M9 15v.5c0 3.038 1.343 5.5 3 5.5s3 -2.462 3 -5.5c0 -1.842 -.494 -3.472 -1.252 -4.47" />\n</svg>\n\n\n',F7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.954 9.447c-.237 -6.217 0 -6.217 -6 -6.425c-5.774 -.208 -6.824 1 -7.91 5.382c-2.884 11.816 -3.845 14.716 4.792 11.198c9.392 -3.831 9.297 -5.382 9.114 -10.155z" />\n  <path d="M8 16h.452c1.943 .007 3.526 -1.461 3.543 -3.286v-2.428c.018 -1.828 1.607 -3.298 3.553 -3.286h.452" />\n</svg>\n\n\n',_u='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8l-5 3l.821 -.495c1.86 -1.15 4.412 -.49 5.574 1.352a3.91 3.91 0 0 1 -1.264 5.42l-5.053 3.126c-1.86 1.151 -4.312 .591 -5.474 -1.251a3.91 3.91 0 0 1 1.263 -5.42l.26 -.16" />\n  <path d="M8 17l5 -3l-.822 .496c-1.86 1.151 -4.411 .491 -5.574 -1.351a3.91 3.91 0 0 1 1.264 -5.42l5.054 -3.127c1.86 -1.15 4.311 -.59 5.474 1.252a3.91 3.91 0 0 1 -1.264 5.42l-.26 .16" />\n</svg>\n\n\n',Ay='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.547 15.828c1.33 -4.126 -1.384 -9.521 -6.047 -12.828c-.135 -.096 2.39 6.704 1.308 9.124c-2.153 -1.454 -4.756 -3.494 -7.808 -6.124l-.5 2l-3.5 -1c4.36 4.748 7.213 7.695 8.56 8.841c-4.658 2.089 -10.65 -.978 -10.56 -.841c1.016 1.545 6 6 11 6c2 0 3.788 -.502 4.742 -1.389c.005 -.005 .432 -.446 1.378 -.17c.504 .148 1.463 .667 2.88 1.559v-1.507c0 -1.377 -.515 -2.67 -1.453 -3.665z" />\n</svg>\n\n\n',bu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 13c.458 .667 1.125 1 2 1c1.313 0 2 -.875 2 -1.5c0 -1.5 -2 -1 -2 -2c0 -.625 .516 -1.5 1.5 -1.5c2.5 0 1.563 2 5.5 2c.667 0 1 -.333 1 -1" />\n  <path d="M9 17c-.095 .667 .238 1 1 1c1.714 0 2.714 -2 3 -6c.286 -4 1.571 -6 3 -6c.571 0 .905 .333 1 1" />\n  <path d="M22 12c0 5.523 -4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10a10 10 0 0 1 10 10z" />\n</svg>\n\n\n',Oy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9l3 3l-3 3" />\n  <path d="M13 15l3 0" />\n  <path d="M4 4m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" />\n</svg>\n\n\n',L7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.667 6c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 2 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968zm-4 6.5c-2.49 0 -4.044 1.222 -4.667 3.667c.933 -1.223 2.023 -1.68 3.267 -1.375c.71 .174 1.217 .68 1.778 1.24c.916 .912 1.975 1.968 4.288 1.968c2.49 0 4.044 -1.222 4.667 -3.667c-.933 1.223 -2.023 1.68 -3.267 1.375c-.71 -.174 -1.217 -.68 -1.778 -1.24c-.916 -.912 -1.975 -1.968 -4.288 -1.968z" />\n</svg>\n\n\n',xu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 5c.968 .555 1.335 1.104 2 2" />\n  <path d="M2 10c5.007 3.674 2.85 6.544 0 10" />\n  <path d="M10 4c-.137 4.137 -2.258 5.286 -3.709 6.684" />\n  <path d="M10 6c2.194 -.8 3.736 -.852 6.056 -.993c4.206 -.158 5.523 2.264 5.803 5.153c.428 4.396 -.077 7.186 -2.117 9.298c-1.188 1.23 -3.238 2.62 -7.207 .259" />\n  <path d="M11 10h6" />\n  <path d="M13 10v6.493" />\n  <path d="M8 13h10" />\n  <path d="M16 15.512l.853 1.72" />\n  <path d="M16.5 17c-1.145 .361 -7 3 -8.5 -.5" />\n  <path d="M11.765 8.539l-1.765 2.461" />\n</svg>\n\n\n',ud='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7h10v10h-10z" />\n  <path d="M6 10h4" />\n  <path d="M8 10v4" />\n  <path d="M8.104 17c.47 2.274 2.483 4 4.896 4a5 5 0 0 0 5 -5v-7h-5" />\n  <path d="M18 18a4 4 0 0 0 4 -4v-5h-4" />\n  <path d="M13.003 8.83a3 3 0 1 0 -1.833 -1.833" />\n  <path d="M15.83 8.36a2.5 2.5 0 1 0 .594 -4.117" />\n</svg>\n\n\n',N7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 8h4" />\n  <path d="M4 8v8" />\n  <path d="M13 8h-4v8h4" />\n  <path d="M9 12h2.5" />\n  <path d="M16 8v8h2a3 3 0 0 0 3 -3v-2a3 3 0 0 0 -3 -3h-2z" />\n</svg>\n\n\n',V7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4" />\n</svg>\n\n\n',O1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 15.5l-11.476 -6.216a1 1 0 0 1 -.524 -.88v-4.054a1.35 1.35 0 0 1 2.03 -1.166l9.97 5.816v10.65a1.35 1.35 0 0 1 -2.03 1.166l-3.474 -2.027a1 1 0 0 1 -.496 -.863v-11.926" />\n  <path d="M15 15.5l5.504 -3.21a1 1 0 0 0 .496 -.864v-3.576a1.35 1.35 0 0 0 -2.03 -1.166l-3.97 2.316" />\n</svg>\n\n\n',U7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.08 20.188c-1.15 1.083 -3.02 1.083 -4.17 0l-6.93 -6.548c-.96 -.906 -1.27 -2.624 -.69 -3.831l2.4 -5.018c.47 -.991 1.72 -1.791 2.78 -1.791h9.06c1.06 0 2.31 .802 2.78 1.79l2.4 5.019c.58 1.207 .26 2.925 -.69 3.83c-3.453 3.293 -3.466 3.279 -6.94 6.549z" />\n  <path d="M12 15v-7" />\n  <path d="M8 8h8" />\n</svg>\n\n\n',j7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M8 9h8m-4 0v8" />\n</svg>\n\n\n',G7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 7.5c-1.333 -3 -3.667 -4.5 -7 -4.5c-5 0 -8 2.5 -8 9s3.5 9 8 9s7 -3 7 -5s-1 -5 -7 -5c-2.5 0 -3 1.25 -3 2.5c0 1.5 1 2.5 2.5 2.5c2.5 0 3.5 -1.5 3.5 -5s-2 -4 -3 -4s-1.833 .333 -2.5 1" />\n</svg>\n\n\n',W7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 22l-5 -19l19 5.5z" />\n  <path d="M12.573 17.58l-6.152 -1.576l8.796 -9.466l1.914 6.64" />\n  <path d="M12.573 17.58l-1.573 -6.58l6.13 2.179" />\n  <path d="M9.527 4.893l1.473 6.107l-6.31 -1.564z" />\n</svg>\n\n\n',$7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.333 6l3.334 3.25l3.333 -3.25l3.333 3.25l3.334 -3.25l3.333 3.25l-3.333 3.25l-3.334 -3.25l-3.333 3.25l3.333 3.25l-3.333 3.25l-3.333 -3.25l3.333 -3.25l-3.333 -3.25l-3.334 3.25l-3.333 -3.25z" />\n</svg>\n\n\n',X7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.083 2h-4.083a1 1 0 0 0 -1 1v11.5a1.5 1.5 0 1 1 -2.519 -1.1l.12 -.1a1 1 0 0 0 .399 -.8v-4.326a1 1 0 0 0 -1.23 -.974a7.5 7.5 0 0 0 1.73 14.8l.243 -.005a7.5 7.5 0 0 0 7.257 -7.495v-2.7l.311 .153c1.122 .53 2.333 .868 3.59 .993a1 1 0 0 0 1.099 -.996v-4.033a1 1 0 0 0 -.834 -.986a5.005 5.005 0 0 1 -4.097 -4.096a1 1 0 0 0 -.986 -.835z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Iu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 7.917v4.034a9.948 9.948 0 0 1 -5 -1.951v4.5a6.5 6.5 0 1 1 -8 -6.326v4.326a2.5 2.5 0 1 0 4 2v-11.5h4.083a6.005 6.005 0 0 0 4.917 4.917z" />\n</svg>\n\n\n',yu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.918 8.174c2.56 4.982 .501 11.656 -5.38 12.626c-7.702 1.687 -12.84 -7.716 -7.054 -13.229c.309 -.305 1.161 -1.095 1.516 -1.349c0 .528 .27 3.475 1 3.167c3 0 4 -4.222 3.587 -7.389c2.7 1.411 4.987 3.376 6.331 6.174z" />\n</svg>\n\n\n',ku='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.417 8.655a.524 .524 0 0 1 -.405 -.622l.986 -4.617a.524 .524 0 0 1 .626 -.404l14.958 3.162c.285 .06 .467 .339 .406 .622l-.987 4.618a.524 .524 0 0 1 -.625 .404l-4.345 -.92c-.198 -.04 -.315 .024 -.353 .197l-2.028 9.49a.527 .527 0 0 1 -.625 .404l-4.642 -.982a.527 .527 0 0 1 -.406 -.622l2.028 -9.493c.037 -.17 -.031 -.274 -.204 -.31l-4.384 -.927z" />\n</svg>\n\n\n',K7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.588 15.537l-3.553 -3.537l-7.742 8.18c-.791 .85 .153 2.18 1.238 1.73l9.616 -4.096a1.398 1.398 0 0 0 .44 -2.277z" />\n  <path d="M8.412 8.464l3.553 3.536l7.742 -8.18c.791 -.85 -.153 -2.18 -1.238 -1.73l-9.616 4.098a1.398 1.398 0 0 0 -.44 2.277z" />\n</svg>\n\n\n',Hy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-10 0a10 7 0 1 0 20 0a10 7 0 1 0 -20 0" />\n  <path d="M9 12c0 3.866 1.343 7 3 7s3 -3.134 3 -7s-1.343 -7 -3 -7s-3 3.134 -3 7z" />\n  <path d="M6.415 6.191c-.888 .503 -1.415 1.13 -1.415 1.809c0 1.657 3.134 3 7 3s7 -1.343 7 -3c0 -.678 -.525 -1.304 -1.41 -1.806" />\n</svg>\n\n\n',Cu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M7 7h3v10h-3z" />\n  <path d="M14 7h3v6h-3z" />\n</svg>\n\n\n',Du='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.5 13.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M17.5 13.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M17.5 9a4.5 4.5 0 1 0 3.5 1.671l1 -1.671h-4.5z" />\n  <path d="M6.5 9a4.5 4.5 0 1 1 -3.5 1.671l-1 -1.671h4.5z" />\n  <path d="M10.5 15.5l1.5 2l1.5 -2" />\n  <path d="M9 6.75c2 -.667 4 -.667 6 0" />\n</svg>\n\n\n',zs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 21h4v-4h-4v-6h4v-4h-4v-4h-4v1a3 3 0 0 1 -3 3h-1v4h4v6a4 4 0 0 0 4 4" />\n</svg>\n\n\n',Bu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" />\n  <path d="M9 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M15 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M15 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',Y7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5v11a1 1 0 0 0 1 1h2v4l4 -4h5.584c.266 0 .52 -.105 .707 -.293l2.415 -2.414c.187 -.188 .293 -.442 .293 -.708v-8.585a1 1 0 0 0 -1 -1h-14a1 1 0 0 0 -1 1z" />\n  <path d="M16 8l0 4" />\n  <path d="M12 8l0 4" />\n</svg>\n\n\n',Ry='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.058 3.41c-1.807 .767 -2.995 2.453 -3.056 4.38l-.002 .182l-.243 -.023c-2.392 -.269 -4.498 -1.512 -5.944 -3.531a1 1 0 0 0 -1.685 .092l-.097 .186l-.049 .099c-.719 1.485 -1.19 3.29 -1.017 5.203l.03 .273c.283 2.263 1.5 4.215 3.779 5.679l.173 .107l-.081 .043c-1.315 .663 -2.518 .952 -3.827 .9c-1.056 -.04 -1.446 1.372 -.518 1.878c3.598 1.961 7.461 2.566 10.792 1.6c4.06 -1.18 7.152 -4.223 8.335 -8.433l.127 -.495c.238 -.993 .372 -2.006 .401 -3.024l.003 -.332l.393 -.779l.44 -.862l.214 -.434l.118 -.247c.265 -.565 .456 -1.033 .574 -1.43l.014 -.056l.008 -.018c.22 -.593 -.166 -1.358 -.941 -1.358l-.122 .007a.997 .997 0 0 0 -.231 .057l-.086 .038a7.46 7.46 0 0 1 -.88 .36l-.356 .115l-.271 .08l-.772 .214c-1.336 -1.118 -3.144 -1.254 -5.012 -.554l-.211 .084z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',gd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c0 -.249 1.51 -2.772 1.818 -4.013z" />\n</svg>\n\n\n',md='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 17.5c.32 .32 .754 .5 1.207 .5h.543c.69 0 1.25 -.56 1.25 -1.25v-.25a1.5 1.5 0 0 0 -1.5 -1.5a1.5 1.5 0 0 1 -1.5 -1.5v-.25c0 -.69 .56 -1.25 1.25 -1.25h.543c.453 0 .887 .18 1.207 .5" />\n  <path d="M9 12h4" />\n  <path d="M11 12v6" />\n  <path d="M21 19v-14a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2z" />\n</svg>\n\n\n',Q7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 9m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M3 12h6" />\n</svg>\n\n\n',zu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17.723 7.41a7.992 7.992 0 0 0 -3.74 -2.162m-3.971 0a7.993 7.993 0 0 0 -3.789 2.216m-1.881 3.215a8 8 0 0 0 -.342 2.32c0 .738 .1 1.453 .287 2.132m1.96 3.428a7.993 7.993 0 0 0 3.759 2.19m4 0a7.993 7.993 0 0 0 3.747 -2.186m1.962 -3.43a8.008 8.008 0 0 0 .287 -2.131c0 -.764 -.107 -1.503 -.307 -2.203" />\n  <path d="M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',fd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3l6 4v7" />\n  <path d="M18 17l-6 4l-6 -4" />\n  <path d="M4 14v-7l6 -4" />\n  <path d="M4 7l8 5v9" />\n  <path d="M20 7l-8 5" />\n</svg>\n\n\n',Z7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 11h5v4h6v-4h5v9h-16zm5 -7h6v4h-6z" />\n</svg>\n\n\n',Py='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7v5a3 3 0 0 0 6 0v-5h1l4 6c.824 1.319 1.945 2 3.5 2a3.5 3.5 0 0 0 0 -7c-2.027 0 -3.137 1 -3.5 3c-.242 1.33 -.908 4 -2 8" />\n</svg>\n\n\n',H1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.5 14h4.5l2 -2v-6z" />\n  <path d="M9 19h5l-11 -13v6z" />\n</svg>\n\n\n',q7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19h18l-9 -15z" />\n</svg>\n\n\n',J7='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 8.5l1 1s1.5 -1.102 2 -.5c.509 .609 1.863 7.65 2.5 9c.556 1.184 1.978 2.89 4 1.5c2 -1.5 7.5 -5.5 8.5 -11.5c.444 -2.661 -1 -4 -2.5 -4c-2 0 -4.047 1.202 -4.5 4c2.05 -1.254 2.551 1 1.5 3c-1.052 2 -2 3 -2.5 3c-.49 0 -.924 -1.165 -1.5 -3.5c-.59 -2.42 -.5 -6.5 -3 -6.5s-5.5 4.5 -5.5 4.5z" />\n</svg>\n\n\n',wd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.028 6c0 7.695 -.292 11.728 0 12c2.046 -5 4.246 -12.642 5.252 -14.099c.343 -.497 .768 -.93 1.257 -1.277c.603 -.39 1.292 -.76 1.463 -.575c-.07 2.319 -4.023 15.822 -4.209 16.314a6.135 6.135 0 0 1 -3.465 3.386c-3.213 .78 -3.429 -.446 -3.836 -1.134c-.95 -2.103 -1.682 -14.26 -1.445 -15.615c.05 -.523 .143 -1.851 2.491 -2c2.359 -.354 2.547 1.404 2.492 3z" />\n</svg>\n\n\n',t8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 15l-1 -6l-2.5 6" />\n  <path d="M9 15l1 -6" />\n  <path d="M3 9h1v6h.5l2.5 -6" />\n  <path d="M16 9.5a.5 .5 0 0 0 -.5 -.5h-.75c-.721 0 -1.337 .521 -1.455 1.233l-.09 .534a1.059 1.059 0 0 0 1.045 1.233a1.059 1.059 0 0 1 1.045 1.233l-.09 .534a1.476 1.476 0 0 1 -1.455 1.233h-.75a.5 .5 0 0 1 -.5 -.5" />\n  <path d="M18 14h2.7" />\n</svg>\n\n\n',Ai='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8l2 -1l10 13l4 -2v-12l-4 -2l-10 13l-2 -1z" />\n</svg>\n\n\n',vl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 4.5l6 -1.5l-2 6.5l2 -.5l-4 7v-5l-3 1z" />\n  <path d="M15 6.5l7 -1.5l-10 17l-10 -17l7.741 1.5" />\n</svg>\n\n\n',uo='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21.648 6.808c-2.468 4.28 -4.937 8.56 -7.408 12.836c-.397 .777 -1.366 1.301 -2.24 1.356c-.962 .102 -1.7 -.402 -2.154 -1.254c-1.563 -2.684 -3.106 -5.374 -4.66 -8.064c-.943 -1.633 -1.891 -3.266 -2.83 -4.905a2.47 2.47 0 0 1 -.06 -2.45a2.493 2.493 0 0 1 2.085 -1.307c.951 -.065 1.85 .438 2.287 1.281c.697 1.19 2.043 3.83 2.55 4.682a3.919 3.919 0 0 0 3.282 2.017c2.126 .133 3.974 -.95 4.21 -3.058c0 -.164 .228 -3.178 .846 -3.962c.619 -.784 1.64 -1.155 2.606 -.893a2.484 2.484 0 0 1 1.814 2.062c.08 .581 -.041 1.171 -.343 1.674" />\n</svg>\n\n\n',Es='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 19h-4a8 8 0 0 1 -8 -8v-5h4v5a4 4 0 0 0 4 4h0v-9h4v4.5l.03 0a4.531 4.531 0 0 0 3.97 -4.496h4l-.342 1.711a6.858 6.858 0 0 1 -3.658 4.789h0a5.34 5.34 0 0 1 3.566 4.111l.434 2.389h0h-4a4.531 4.531 0 0 0 -3.97 -4.496v4.5z" />\n</svg>\n\n\n',R1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.79 4.337l3.101 9.305c.33 .985 -.113 2.07 -1.02 2.499a9.148 9.148 0 0 1 -7.742 0c-.907 -.428 -1.35 -1.514 -1.02 -2.499l3.1 -9.305c.267 -.8 .985 -1.337 1.791 -1.337c.807 0 1.525 .537 1.79 1.337z" />\n  <path d="M7 14h-1.429a2 2 0 0 0 -1.923 1.45l-.571 2a2 2 0 0 0 1.923 2.55h13.998a2 2 0 0 0 1.923 -2.55l-.572 -2a2 2 0 0 0 -1.923 -1.45h-1.426" />\n</svg>\n\n\n',si='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />\n  <path d="M5 7l4.5 11l1.5 -5h2l1.5 5l4.5 -11" />\n  <path d="M9 4l2 6h2l2 -6" />\n</svg>\n\n\n',or='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" />\n  <path d="M17 12a5 5 0 1 0 -10 0a5 5 0 0 0 10 0z" />\n  <path d="M12 3v4" />\n  <path d="M21 12h-4" />\n  <path d="M12 21v-4" />\n  <path d="M3 12h4" />\n  <path d="M18.364 5.636l-2.828 2.828" />\n  <path d="M18.364 18.364l-2.828 -2.828" />\n  <path d="M5.636 18.364l2.828 -2.828" />\n  <path d="M5.636 5.636l2.828 2.828" />\n</svg>\n\n\n',e8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 3v18l4 -2.5v-13z" />\n  <path d="M9.165 13.903l-4.165 3.597l-2 -1l4.333 -4.5m1.735 -1.802l6.932 -7.198v5l-4.795 4.141" />\n  <path d="M16 16.5l-11 -10l-2 1l13 13.5" />\n</svg>\n\n\n',ul='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.5 4l-4.5 8l-4.5 -8" />\n  <path d="M3 4l9 16l9 -16" />\n</svg>\n\n\n',Md='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8.04v-5.04" />\n  <path d="M15.5 10l4.5 -2.5" />\n  <path d="M15.5 14l4.5 2.5" />\n  <path d="M12 15.96v5.04" />\n  <path d="M8.5 14l-4.5 2.5" />\n  <path d="M8.5 10l-4.5 -2.505" />\n</svg>\n\n\n',Eu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.66 17.52a7 7 0 0 1 -3.66 -4.52c2 0 3 -1 3 -2.51c0 -3.92 2.25 -7.49 7.38 -7.49c4.62 0 7.62 3.51 7.62 8a8.08 8.08 0 0 1 -3.39 6.62" />\n  <path d="M10 18.69a17.29 17.29 0 0 0 3.33 .3h.54" />\n  <path d="M16 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M8 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M16 9h.01" />\n  <path d="M11 9h.01" />\n</svg>\n\n\n',Su='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10s-1.376 3.606 -1.5 4c-.046 -.4 -1.5 -8 -1.5 -8c-2.627 0 -3.766 1.562 -4.5 3.5c0 0 -1.843 4.593 -2 5c-.013 -.368 -.5 -4.5 -.5 -4.5c-.15 -2.371 -2.211 -3.98 -4 -3.98l2 12.98c2.745 -.013 4.72 -1.562 5.5 -3.5c0 0 1.44 -4.3 1.5 -4.5c.013 .18 1 8 1 8c2.758 0 4.694 -1.626 5.5 -3.5l3.5 -9.5c-2.732 0 -4.253 2.055 -5 4z" />\n</svg>\n\n\n',n8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.5 10c3.038 0 5.5 2.015 5.5 4.5c0 1.397 -.778 2.645 -2 3.47l0 2.03l-1.964 -1.178a6.649 6.649 0 0 1 -1.536 .178c-3.038 0 -5.5 -2.015 -5.5 -4.5s2.462 -4.5 5.5 -4.5z" />\n  <path d="M11.197 15.698c-.69 .196 -1.43 .302 -2.197 .302a8.008 8.008 0 0 1 -2.612 -.432l-2.388 1.432v-2.801c-1.237 -1.082 -2 -2.564 -2 -4.199c0 -3.314 3.134 -6 7 -6c3.782 0 6.863 2.57 7 5.785l0 .233" />\n  <path d="M10 8h.01" />\n  <path d="M7 8h.01" />\n  <path d="M15 14h.01" />\n  <path d="M18 14h.01" />\n</svg>\n\n\n',a8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 14.127c0 3.073 -3.502 5.873 -8 5.873c-4.126 0 -8 -2.224 -8 -5.565c0 -1.78 .984 -3.737 2.7 -5.567c2.362 -2.51 5.193 -3.687 6.551 -2.238c.415 .44 .752 1.39 .749 2.062c2 -1.615 4.308 .387 3.5 2.693c1.26 .557 2.5 .538 2.5 2.742z" />\n  <path d="M15 4h1a5 5 0 0 1 5 5v1" />\n</svg>\n\n\n',go='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l1.65 -3.8a9 9 0 1 1 3.4 2.9l-5.05 .9" />\n  <path d="M9 10a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1" />\n</svg>\n\n\n',Tu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4.984h2" />\n  <path d="M8 4.984h2.5" />\n  <path d="M14.5 4.984h2.5" />\n  <path d="M22 4.984h-2" />\n  <path d="M4 4.984l5.455 14.516l6.545 -14.516" />\n  <path d="M9 4.984l6 14.516l6 -14.516" />\n</svg>\n\n\n',o8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.8 20l-12 -1.5c-1 -.1 -1.8 -.9 -1.8 -1.9v-9.2c0 -1 .8 -1.8 1.8 -1.9l12 -1.5c1.2 -.1 2.2 .8 2.2 1.9v12.1c0 1.2 -1.1 2.1 -2.2 1.9z" />\n  <path d="M12 5l0 14" />\n  <path d="M4 12l16 0" />\n</svg>\n\n\n',mo='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 4c0 5.5 -.33 16 4 16s7.546 -11.27 8 -13" />\n  <path d="M3 4c.253 5.44 1.449 16 5.894 16c4.444 0 8.42 -10.036 9.106 -14" />\n</svg>\n\n\n',gl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 6l5.981 2.392l-.639 6.037c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.381 1.057a4.328 4.328 0 0 0 4.132 -3.57c-.18 .893 .06 1.819 .65 2.514a3 3 0 0 0 2.38 1.056a4.328 4.328 0 0 0 4.132 -3.57l.333 -4.633" />\n  <path d="M14.504 14.429l.334 -3" />\n</svg>\n\n\n',ir='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 9l1.5 6l1.379 -5.515a.64 .64 0 0 1 1.242 0l1.379 5.515l1.5 -6" />\n  <path d="M13 11.5v3.5" />\n  <path d="M16 9l5 6" />\n  <path d="M21 9l-5 6" />\n  <path d="M13 9h.01" />\n</svg>\n\n\n',P1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.5 9h3" />\n  <path d="M4 9h2.5" />\n  <path d="M11 9l3 11l4 -9" />\n  <path d="M5.5 9l3.5 11l3 -7" />\n  <path d="M18 11c.177 -.528 1 -1.364 1 -2.5c0 -1.78 -.776 -2.5 -1.875 -2.5c-.898 0 -1.125 .812 -1.125 1.429c0 1.83 2 2.058 2 3.571z" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',ml='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.267 3a1 1 0 0 1 .73 .317l.076 .092l4.274 5.828l5.946 -5.944a1 1 0 0 1 1.497 1.32l-.083 .094l-6.163 6.162l6.262 8.54a1 1 0 0 1 -.697 1.585l-.109 .006h-4.267a1 1 0 0 1 -.73 -.317l-.076 -.092l-4.276 -5.829l-5.944 5.945a1 1 0 0 1 -1.497 -1.32l.083 -.094l6.161 -6.163l-6.26 -8.539a1 1 0 0 1 .697 -1.585l.109 -.006h4.267z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',F1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4l11.733 16h4.267l-11.733 -16z" />\n  <path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772" />\n</svg>\n\n\n',Au='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.958 21h-7.917a2 2 0 0 1 -1.732 -1l-4.041 -7a2 2 0 0 1 0 -2l4.041 -7a2 2 0 0 1 1.732 -1h7.917a2 2 0 0 1 1.732 1l4.042 7a2 2 0 0 1 0 2l-4.041 7a2 2 0 0 1 -1.733 1z" />\n  <path d="M15 16l-6 -8" />\n  <path d="M9 16l6 -8" />\n</svg>\n\n\n',Ou='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M6.5 5c7.72 2.266 10.037 7.597 12.5 12.5" />\n  <path d="M17.5 5c-7.72 2.266 -10.037 7.597 -12.5 12.5" />\n</svg>\n\n\n',Hu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.401 8.398l1.599 -2.398h5l-4 6l4 6h-5l-8 -12h-5l4 6l-4 6h5l1.596 -2.393" />\n</svg>\n\n\n',L1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 21l-4 -7l6.5 -11" />\n  <path d="M7 7l2 3.5l-3 4.5" />\n</svg>\n\n\n',_d='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6l5 0" />\n  <path d="M7 18l7 0" />\n  <path d="M4.5 6l5.5 7v5" />\n  <path d="M10 13l6 -5" />\n  <path d="M12.5 8l5 0" />\n  <path d="M20 11l0 4" />\n  <path d="M20 18l0 .01" />\n</svg>\n\n\n',Ru='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 20v-16h-2a4 4 0 0 0 -4 4v1a4 4 0 0 0 4 4h2" />\n  <path d="M9 20l3 -7" />\n</svg>\n\n\n',Fy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.845 19.308c-1.268 .814 -2.41 1.254 -3.845 1.692c-.176 .21 -.645 .544 -.912 .588a42.469 42.469 0 0 1 -4.498 .412c-.812 .006 -1.31 -.214 -1.447 -.554c-.115 -.279 .336 -2.054 .298 -1.964c-.157 .392 -.575 1.287 -.997 1.72c-.579 .6 -1.674 .4 -2.322 .051c-.71 -.386 -.07 -1.28 -.346 -1.267c-.276 .014 -.776 -1.486 -.776 -2.236c0 -.828 .622 -1.674 1.235 -2.211a6.811 6.811 0 0 1 .46 -3.143a7.414 7.414 0 0 1 2.208 -2.615s-1.353 -1.534 -.849 -2.912c.328 -.902 .46 -.895 .567 -.935c.38 -.12 .727 -.33 1.013 -.612c.78 -.88 1.96 -1.438 3.116 -1.322c0 0 .781 -2.43 1.533 -1.936c.415 .653 .671 1.218 .967 1.936c0 0 1.15 -.7 1.25 -.5c.514 1.398 .487 3.204 .211 4.67c-.324 1.408 -.84 2.691 -1.711 3.83c-.094 .16 .98 .705 1.722 2.812c.686 1.928 .278 2.438 .278 2.688s.716 .144 2.296 -.855a5.848 5.848 0 0 1 2.984 -1.145c.735 -.066 .988 -.035 1.22 1c.232 1.035 -.346 1.406 -.744 1.506c0 0 -2.09 .675 -2.911 1.302z" />\n</svg>\n\n\n',Ss='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3l5 2.876v5.088l4.197 -2.73l4.803 2.731l-9.281 5.478l-2.383 1.41l-2.334 1.377l-3 1.77v-5.565l3 -1.771z" />\n</svg>\n\n\n',Pu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M8 7l4 6l4 -6" />\n  <path d="M12 17l0 -4" />\n</svg>\n\n\n',fl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a5 5 0 0 1 5 5v8a5 5 0 0 1 -5 5h-12a5 5 0 0 1 -5 -5v-8a5 5 0 0 1 5 -5zm-9 6v6a1 1 0 0 0 1.514 .857l5 -3a1 1 0 0 0 0 -1.714l-5 -3a1 1 0 0 0 -1.514 .857z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',i8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.608 17.75l-3.9 .268h-.027a13.83 13.83 0 0 0 -3.722 .828l-2.511 .908a4.111 4.111 0 0 1 -3.287 -.216a3.82 3.82 0 0 1 -1.98 -2.527l-1.376 -6.05a3.669 3.669 0 0 1 .536 -2.86a3.964 3.964 0 0 1 2.489 -1.661l11.25 -2.354c2.137 -.448 4.247 .85 4.713 2.9l1.403 6.162a3.677 3.677 0 0 1 -.697 3.086a4.007 4.007 0 0 1 -2.89 1.512v.002z" />\n  <path d="M9 10l1.208 5l4.292 -4z" />\n</svg>\n\n\n',Fu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 8a4 4 0 0 1 4 -4h12a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4v-8z" />\n  <path d="M10 9l5 3l-5 3z" />\n</svg>\n\n\n',N1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.531 21c-.65 0 -1 -.15 -1.196 -.27c-.266 -.157 -.753 -.563 -1.197 -1.747a20.583 20.583 0 0 1 -1.137 -6.983c.015 -2.745 .436 -5.07 1.137 -6.975c.444 -1.2 .93 -1.605 1.197 -1.763c.192 -.103 .545 -.262 1.195 -.262c.244 0 .532 .022 .871 .075a19.093 19.093 0 0 1 6.425 2.475h.007a19.572 19.572 0 0 1 5.287 4.508c.783 .99 .879 1.627 .879 1.942c0 .315 -.096 .953 -.879 1.943a19.571 19.571 0 0 1 -5.287 4.5h-.007a19.041 19.041 0 0 1 -6.425 2.474a5.01 5.01 0 0 1 -.871 .083z" />\n</svg>\n\n\n',s8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h6" />\n  <path d="M21 12h-6" />\n  <path d="M12 3v6" />\n  <path d="M12 15v6" />\n  <path d="M5.636 5.636l4.243 4.243" />\n  <path d="M18.364 18.364l-4.243 -4.243" />\n  <path d="M18.364 5.636l-4.243 4.243" />\n  <path d="M9.879 14.121l-4.243 4.243" />\n</svg>\n\n\n',Lu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 20h18l-9 -16z" />\n</svg>\n\n\n',Nu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 6h6v12h-2l-2 2l-1 -2h-1z" />\n  <path d="M4 12h6.5" />\n  <path d="M10.5 6h-5" />\n  <path d="M6 4c-.5 2.5 -1.5 3.5 -2.5 4.5" />\n  <path d="M8 6v7c0 4.5 -2 5.5 -4 7" />\n  <path d="M11 18l-3 -5" />\n</svg>\n\n\n',V1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.011 9.385v5.128l3.989 3.487v-12z" />\n  <path d="M3.887 6h10.08c1.468 0 3.033 1.203 3.033 2.803v8.196a.991 .991 0 0 1 -.975 1h-10.373c-1.667 0 -2.652 -1.5 -2.652 -3l.01 -8a.882 .882 0 0 1 .208 -.71a.841 .841 0 0 1 .67 -.287z" />\n</svg>\n\n\n',Ts='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.5 3h11c1.325 0 2.5 1 2.5 2.5c0 2 -1.705 3.264 -2 3.5l-4.5 4l2 -5h-9a2.5 2.5 0 0 1 0 -5z" />\n  <path d="M17.5 21h-11c-1.325 0 -2.5 -1 -2.5 -2.5c0 -2 1.705 -3.264 2 -3.5l4.5 -4l-2 5h9a2.5 2.5 0 1 1 0 5z" />\n</svg>\n\n\n',r8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.5 4c-1.465 0 -2.5 1.101 -2.5 2.5s1.035 2.5 2.5 2.5h2.5l-4.637 7.19a2.434 2.434 0 0 0 -.011 2.538c.473 .787 1.35 1.272 2.3 1.272h10.848c1.465 0 2.5 -1.101 2.5 -2.5s-1.035 -2.5 -2.5 -2.5h-2.5l7 -11h-15.5z" />\n</svg>\n\n\n',K0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4l10 .005v-.005a3 3 0 0 1 2 5.235v6.765m-.59 3.418c-.36 .36 -.86 .582 -1.41 .582h-12a2 2 0 0 1 -2 -2v-8.764a3 3 0 0 1 .418 -4.785" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',l8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4a3 3 0 0 1 2 5.235v8.765a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-8.764a3 3 0 0 1 1.824 -5.231h12.176v-.005z" />\n</svg>\n\n\n',h8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 9a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9z" />\n  <path d="M8 7v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2" />\n</svg>\n\n\n',bd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 13.478v4.522a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-4.522l.553 .277a20.999 20.999 0 0 0 18.897 -.002l.55 -.275zm-8 -11.478a3 3 0 0 1 3 3v1h2a3 3 0 0 1 3 3v2.242l-1.447 .724a19.002 19.002 0 0 1 -16.726 .186l-.647 -.32l-1.18 -.59v-2.242a3 3 0 0 1 3 -3h2v-1a3 3 0 0 1 3 -3h4zm-2 8a1 1 0 0 0 -1 1a1 1 0 1 0 2 .01c0 -.562 -.448 -1.01 -1 -1.01zm2 -6h-4a1 1 0 0 0 -1 1v1h6v-1a1 1 0 0 0 -1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Vu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 7h8a2 2 0 0 1 2 2v8m-1.166 2.818a1.993 1.993 0 0 1 -.834 .182h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" />\n  <path d="M8.185 4.158a2 2 0 0 1 1.815 -1.158h4a2 2 0 0 1 2 2v2" />\n  <path d="M12 12v.01" />\n  <path d="M3 13a20 20 0 0 0 11.905 1.928m3.263 -.763a20 20 0 0 0 2.832 -1.165" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Uu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M8 7v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2" />\n  <path d="M12 12l0 .01" />\n  <path d="M3 13a20 20 0 0 0 18 0" />\n</svg>\n\n\n',d8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z" />\n</svg>\n\n\n',Ly='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z" />\n  <path d="M10 14.5v-3.5a2 2 0 1 1 4 0v3.5" />\n  <path d="M10 13h4" />\n</svg>\n\n\n',c8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z" stroke-width="0" fill="currentColor" />\n  <path d="M12 4a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M17 6a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M19 11a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M17 16a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M12 18a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M7 16a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M5 11a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M7 6a1 1 0 0 1 .993 .883l.007 .127a1 1 0 0 1 -1.993 .117l-.007 -.127a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',U1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 5l0 .01" />\n  <path d="M17 7l0 .01" />\n  <path d="M19 12l0 .01" />\n  <path d="M17 17l0 .01" />\n  <path d="M12 19l0 .01" />\n  <path d="M7 17l0 .01" />\n  <path d="M5 12l0 .01" />\n  <path d="M7 7l0 .01" />\n</svg>\n\n\n',xd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9a3 3 0 0 0 0 6v-6z" />\n  <path d="M6 6h3.5l2.5 -2.5l2.5 2.5h3.5v3.5l2.5 2.5l-2.5 2.5v3.5h-3.5l-2.5 2.5l-2.5 -2.5h-3.5v-3.5l-2.5 -2.5l2.5 -2.5z" />\n</svg>\n\n\n',Id='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3v5m0 4v9" />\n  <path d="M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098" />\n  <path d="M12.5 8.5l4.15 -4.15" />\n  <path d="M12 14l1.025 -.983m2.065 -1.981l4.28 -4.106" />\n  <path d="M12 19.6l3.79 -3.79m2 -2l3.054 -3.054" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',sr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z" stroke-width="0" fill="currentColor" />\n  <path d="M12 2a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M17.693 4.893a1 1 0 0 1 1.497 1.32l-.083 .094l-1.4 1.4a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.4 -1.4z" stroke-width="0" fill="currentColor" />\n  <path d="M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z" stroke-width="0" fill="currentColor" />\n  <path d="M16.293 16.293a1 1 0 0 1 1.32 -.083l.094 .083l1.4 1.4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.4 -1.4a1 1 0 0 1 0 -1.414z" stroke-width="0" fill="currentColor" />\n  <path d="M12 18a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M6.293 16.293a1 1 0 0 1 1.497 1.32l-.083 .094l-1.4 1.4a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.4 -1.4z" stroke-width="0" fill="currentColor" />\n  <path d="M6 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z" stroke-width="0" fill="currentColor" />\n  <path d="M4.893 4.893a1 1 0 0 1 1.32 -.083l.094 .083l1.4 1.4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.4 -1.4a1 1 0 0 1 0 -1.414z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ju='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 5l0 -2" />\n  <path d="M17 7l1.4 -1.4" />\n  <path d="M19 12l2 0" />\n  <path d="M17 17l1.4 1.4" />\n  <path d="M12 19l0 2" />\n  <path d="M7 17l-1.4 1.4" />\n  <path d="M6 12l-2 0" />\n  <path d="M7 7l-1.4 -1.4" />\n</svg>\n\n\n',Gu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 3l0 18" />\n  <path d="M12 9l4.65 -4.65" />\n  <path d="M12 14.3l7.37 -7.37" />\n  <path d="M12 19.6l8.85 -8.85" />\n</svg>\n\n\n',rr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.364 19.364a9 9 0 0 0 -9.721 -14.717m-2.488 1.509a9 9 0 0 0 -.519 13.208" />\n  <path d="M15.536 16.536a5 5 0 0 0 -3.536 -8.536m-3 1a5 5 0 0 0 -.535 7.536" />\n  <path d="M12 12a1 1 0 1 0 1 1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',yd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.364 19.364a9 9 0 1 0 -12.728 0" />\n  <path d="M15.536 16.536a5 5 0 1 0 -7.072 0" />\n  <path d="M12 13m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',kd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" />\n  <path d="M4 8h16" />\n  <path d="M8 4v4" />\n  <path d="M9.5 14.5l1.5 1.5l3 -3" />\n</svg>\n\n\n',Wu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h11a1 1 0 0 1 1 1v11m-.288 3.702a1 1 0 0 1 -.712 .298h-14a1 1 0 0 1 -1 -1v-14c0 -.276 .112 -.526 .293 -.707" />\n  <path d="M4 8h4m4 0h8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',$u='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" />\n  <path d="M4 8h16" />\n  <path d="M8 4v4" />\n  <path d="M10 14h4" />\n  <path d="M12 12v4" />\n</svg>\n\n\n',Xu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" />\n  <path d="M4 8h16" />\n  <path d="M8 4v4" />\n  <path d="M10 16l4 -4" />\n  <path d="M14 16l-4 -4" />\n</svg>\n\n\n',p8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" />\n  <path d="M4 8l16 0" />\n  <path d="M8 4l0 4" />\n</svg>\n\n\n',v8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a4 4 0 1 1 4 4h-4v-4z" />\n  <path d="M21 3a16 16 0 0 0 -9.309 4.704m-1.795 2.212a15.993 15.993 0 0 0 -1.696 3.284" />\n  <path d="M21 3a16 16 0 0 1 -4.697 9.302m-2.195 1.786a15.993 15.993 0 0 1 -3.308 1.712" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',lr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21v-4a4 4 0 1 1 4 4h-4" />\n  <path d="M21 3a16 16 0 0 0 -12.8 10.2" />\n  <path d="M21 3a16 16 0 0 1 -10.2 12.8" />\n  <path d="M10.6 9a9 9 0 0 1 4.4 4.4" />\n</svg>\n\n\n',Ku='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 16l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z" />\n  <path d="M13.737 9.737c2.299 -2.3 3.23 -5.095 2.081 -6.245c-1.15 -1.15 -3.945 -.217 -6.244 2.082c-2.3 2.299 -3.231 5.095 -2.082 6.244c1.15 1.15 3.946 .218 6.245 -2.081z" />\n  <path d="M7.492 11.818c.362 .362 .768 .676 1.208 .934l6.895 4.047c1.078 .557 2.255 -.075 3.692 -1.512c1.437 -1.437 2.07 -2.614 1.512 -3.692c-.372 -.718 -1.72 -3.017 -4.047 -6.895a6.015 6.015 0 0 0 -.934 -1.208" />\n</svg>\n\n\n',u8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.029 5.036c-.655 .58 -1.029 1.25 -1.029 1.964c0 2.033 3.033 3.712 6.96 3.967m3.788 -.21c3.064 -.559 5.252 -2.029 5.252 -3.757c0 -2.21 -3.582 -4 -8 -4c-1.605 0 -3.1 .236 -4.352 .643" />\n  <path d="M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.1 -.3 .252 -.812 .457 -1.535m.862 -3.146c.262 -.975 .735 -2.76 1.418 -5.354a7.45 7.45 0 0 0 .263 -1.965" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',g8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 7m-8 0a8 4 0 1 0 16 0a8 4 0 1 0 -16 0" />\n  <path d="M4 7c0 .664 .088 1.324 .263 1.965l2.737 10.035c.5 1.5 2.239 2 5 2s4.5 -.5 5 -2c.333 -1 1.246 -4.345 2.737 -10.035a7.45 7.45 0 0 0 .263 -1.965" />\n</svg>\n\n\n',m8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4a4 4 0 0 1 3.995 3.8l.005 .2a1 1 0 0 1 .428 .096l3.033 -1.938a1 1 0 1 1 1.078 1.684l-3.015 1.931a7.17 7.17 0 0 1 .476 2.227h3a1 1 0 0 1 0 2h-3v1a6.01 6.01 0 0 1 -.195 1.525l2.708 1.616a1 1 0 1 1 -1.026 1.718l-2.514 -1.501a6.002 6.002 0 0 1 -3.973 2.56v-5.918a1 1 0 0 0 -2 0v5.917a6.002 6.002 0 0 1 -3.973 -2.56l-2.514 1.503a1 1 0 1 1 -1.026 -1.718l2.708 -1.616a6.01 6.01 0 0 1 -.195 -1.526v-1h-3a1 1 0 0 1 0 -2h3.001v-.055a7 7 0 0 1 .474 -2.173l-3.014 -1.93a1 1 0 1 1 1.078 -1.684l3.032 1.939l.024 -.012l.068 -.027l.019 -.005l.016 -.006l.032 -.008l.04 -.013l.034 -.007l.034 -.004l.045 -.008l.015 -.001l.015 -.002l.087 -.004a4 4 0 0 1 4 -4zm0 2a2 2 0 0 0 -2 2h4a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Yu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.884 5.873a3 3 0 0 1 5.116 2.127v1" />\n  <path d="M13 9h3a6 6 0 0 1 1 3v1m-.298 3.705a5 5 0 0 1 -9.702 -1.705v-3a6 6 0 0 1 1 -3h1" />\n  <path d="M3 13h4" />\n  <path d="M17 13h4" />\n  <path d="M12 20v-6" />\n  <path d="M4 19l3.35 -2" />\n  <path d="M4 7l3.75 2.4" />\n  <path d="M20 7l-3.75 2.4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Qu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 9v-1a3 3 0 0 1 6 0v1" />\n  <path d="M8 9h8a6 6 0 0 1 1 3v3a5 5 0 0 1 -10 0v-3a6 6 0 0 1 1 -3" />\n  <path d="M3 13l4 0" />\n  <path d="M17 13l4 0" />\n  <path d="M12 20l0 -6" />\n  <path d="M4 19l3.35 -2" />\n  <path d="M20 19l-3.35 -2" />\n  <path d="M4 7l3.75 2.4" />\n  <path d="M20 7l-3.75 2.4" />\n</svg>\n\n\n',f8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l18 0" />\n  <path d="M4 21v-15a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v15" />\n  <path d="M9 21v-8a3 3 0 0 1 6 0v8" />\n</svg>\n\n\n',Ny='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l18 0" />\n  <path d="M3 10l18 0" />\n  <path d="M5 6l7 -3l7 3" />\n  <path d="M4 10l0 11" />\n  <path d="M20 10l0 11" />\n  <path d="M8 14l0 3" />\n  <path d="M12 14l0 3" />\n  <path d="M16 14l0 3" />\n</svg>\n\n\n',w8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 7h12a2 2 0 0 1 2 2v9a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a4 4 0 0 0 -8 0v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-9a2 2 0 0 1 2 -2" />\n</svg>\n\n\n',Cd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 5l0 14" />\n  <path d="M18 5l0 14" />\n  <path d="M2 15l20 0" />\n  <path d="M3 8a7.5 7.5 0 0 0 3 -2a6.5 6.5 0 0 0 12 0a7.5 7.5 0 0 0 3 2" />\n  <path d="M12 10l0 5" />\n</svg>\n\n\n',Dd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M16.616 13.924a5 5 0 1 0 -9.23 0" />\n  <path d="M20.307 15.469a9 9 0 1 0 -16.615 0" />\n  <path d="M9 21l3 -9l3 9" />\n  <path d="M10 19h4" />\n</svg>\n\n\n',M8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" />\n  <path d="M5 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 4m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M8 22l4 -10l4 10" />\n</svg>\n\n\n',_8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 19v-2a3 3 0 0 0 -6 0v2a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14h4v3h3v-3h4v3h3v-3h4v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M3 11l18 0" />\n</svg>\n\n\n',b8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l18 0" />\n  <path d="M10 21v-4a2 2 0 0 1 4 0v4" />\n  <path d="M10 5l4 0" />\n  <path d="M12 3l0 5" />\n  <path d="M6 21v-7m-2 2l8 -8l8 8m-2 -2v7" />\n</svg>\n\n\n',x8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 11h16" />\n  <path d="M12 6.5c0 1 -5 4.5 -8 4.5" />\n  <path d="M12 6.5c0 1 5 4.5 8 4.5" />\n  <path d="M6 11c-.333 5.333 -1 8.667 -2 10h4c1 0 4 -4 4 -9v-1" />\n  <path d="M18 11c.333 5.333 1 8.667 2 10h-4c-1 0 -4 -4 -4 -9v-1" />\n  <path d="M12 7v-4l2 1h-2" />\n</svg>\n\n\n',I8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9l5 5v7h-5v-4m0 4h-5v-7l5 -5m1 1v-6a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v17h-8" />\n  <path d="M13 7l0 .01" />\n  <path d="M17 7l0 .01" />\n  <path d="M17 11l0 .01" />\n  <path d="M17 15l0 .01" />\n</svg>\n\n\n',y8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l18 0" />\n  <path d="M4 21v-11l2.5 -4.5l5.5 -2.5l5.5 2.5l2.5 4.5v11" />\n  <path d="M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M9 21v-5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v5" />\n</svg>\n\n\n',k8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21h18" />\n  <path d="M19 21v-4" />\n  <path d="M19 17a2 2 0 0 0 2 -2v-2a2 2 0 1 0 -4 0v2a2 2 0 0 0 2 2z" />\n  <path d="M14 21v-14a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v14" />\n  <path d="M9 17v4" />\n  <path d="M8 13h2" />\n  <path d="M8 9h2" />\n</svg>\n\n\n',C8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21h18" />\n  <path d="M5 21v-12l5 4v-4l5 4h4" />\n  <path d="M19 21v-8l-1.436 -9.574a.5 .5 0 0 0 -.495 -.426h-1.145a.5 .5 0 0 0 -.494 .418l-1.43 8.582" />\n  <path d="M9 17h1" />\n  <path d="M14 17h1" />\n</svg>\n\n\n',D8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 21c1.147 -4.02 1.983 -8.027 2 -12h6c.017 3.973 .853 7.98 2 12" />\n  <path d="M12.5 13h4.5c.025 2.612 .894 5.296 2 8" />\n  <path d="M9 5a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1" />\n  <path d="M3 21l19 0" />\n</svg>\n\n\n',B8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 21h1a1 1 0 0 0 1 -1v-1h0a3 3 0 0 1 6 0m3 2h1a1 1 0 0 0 1 -1v-15l-3 -2l-3 2v6h-4v-6l-3 -2l-3 2v15a1 1 0 0 0 1 1h2m8 -2v1a1 1 0 0 0 1 1h2" />\n  <path d="M7 7h0v.01" />\n  <path d="M7 10h0v.01" />\n  <path d="M7 13h0v.01" />\n  <path d="M17 7h0v.01" />\n  <path d="M17 10h0v.01" />\n  <path d="M17 13h0v.01" />\n</svg>\n\n\n',z8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l18 0" />\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16" />\n  <path d="M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" />\n  <path d="M10 9l4 0" />\n  <path d="M12 7l0 4" />\n</svg>\n\n\n',E8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3l2 3l2 15h-8l2 -15z" />\n  <path d="M8 9l8 0" />\n  <path d="M3 11l2 -2l-2 -2" />\n  <path d="M21 11l-2 -2l2 -2" />\n</svg>\n\n\n',S8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 18l2 -13l2 -2l2 2l2 13" />\n  <path d="M5 21v-3h14v3" />\n  <path d="M3 21l18 0" />\n</svg>\n\n\n',T8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21h7v-2a2 2 0 1 1 4 0v2h7" />\n  <path d="M4 21v-10" />\n  <path d="M20 21v-10" />\n  <path d="M4 16h3v-3h10v3h3" />\n  <path d="M17 13a5 5 0 0 0 -10 0" />\n  <path d="M21 10.5c0 -.329 -.077 -.653 -.224 -.947l-.776 -1.553l-.776 1.553a2.118 2.118 0 0 0 -.224 .947a.5 .5 0 0 0 .5 .5h1a.5 .5 0 0 0 .5 -.5z" />\n  <path d="M5 10.5c0 -.329 -.077 -.653 -.224 -.947l-.776 -1.553l-.776 1.553a2.118 2.118 0 0 0 -.224 .947a.5 .5 0 0 0 .5 .5h1a.5 .5 0 0 0 .5 -.5z" />\n  <path d="M12 2a2 2 0 1 0 2 2" />\n  <path d="M12 6v2" />\n</svg>\n\n\n',A8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21h7v-3a2 2 0 0 1 4 0v3h7" />\n  <path d="M6 21l0 -9" />\n  <path d="M18 21l0 -9" />\n  <path d="M6 12h12a3 3 0 0 0 3 -3a9 8 0 0 1 -9 -6a9 8 0 0 1 -9 6a3 3 0 0 0 3 3" />\n</svg>\n\n\n',O8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l18 0" />\n  <path d="M5 21v-14l8 -4v18" />\n  <path d="M19 21v-10l-6 -4" />\n  <path d="M9 9l0 .01" />\n  <path d="M9 12l0 .01" />\n  <path d="M9 15l0 .01" />\n  <path d="M9 18l0 .01" />\n</svg>\n\n\n',Zu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-8 0a8 2 0 1 0 16 0a8 2 0 1 0 -16 0" />\n  <path d="M4 12v7c0 .94 2.51 1.785 6 2v-3h4v3c3.435 -.225 6 -1.07 6 -2v-7" />\n  <path d="M15 6h4v-3h-4v7" />\n  <path d="M7 6h4v-3h-4v7" />\n</svg>\n\n\n',qu='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l18 0" />\n  <path d="M3 7v1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1m0 1a3 3 0 0 0 6 0v-1h-18l2 -4h14l2 4" />\n  <path d="M5 21l0 -10.15" />\n  <path d="M19 21l0 -10.15" />\n  <path d="M9 21v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v4" />\n</svg>\n\n\n',is='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21h14a2 2 0 0 0 2 -2v-7a9 9 0 0 0 -18 0v7a2 2 0 0 0 2 2z" />\n  <path d="M8 21v-9a4 4 0 1 1 8 0v9" />\n  <path d="M3 17h4" />\n  <path d="M17 17h4" />\n  <path d="M21 12h-4" />\n  <path d="M7 12h-4" />\n  <path d="M12 3v5" />\n  <path d="M6 6l3 3" />\n  <path d="M15 9l3 -3l-3 3z" />\n</svg>\n\n\n',Bd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21v-13l9 -4l9 4v13" />\n  <path d="M13 13h4v8h-10v-6h6" />\n  <path d="M13 21v-9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v3" />\n</svg>\n\n\n',H8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 11v-2.573c0 -.18 .013 -.358 .04 -.536l.716 -4.828c.064 -.597 .597 -1.063 1.244 -1.063s1.18 .466 1.244 1.063l.716 4.828c.027 .178 .04 .357 .04 .536v2.573" />\n  <path d="M13.01 9.28l2.235 1.276c.156 .09 .305 .19 .446 .3l3.836 2.911c.487 .352 .624 1.04 .3 1.596c-.325 .556 -1 .782 -1.548 .541l-4.555 -1.68a3.624 3.624 0 0 1 -.486 -.231l-2.235 -1.277" />\n  <path d="M13 12.716l-2.236 1.277a3.624 3.624 0 0 1 -.485 .23l-4.555 1.681c-.551 .241 -1.223 .015 -1.548 -.54c-.324 -.557 -.187 -1.245 .3 -1.597l3.836 -2.91a3.41 3.41 0 0 1 .446 -.3l2.235 -1.277" />\n  <path d="M7 21h10" />\n  <path d="M10 21l1 -7" />\n  <path d="M13 14l1 7" />\n</svg>\n\n\n',Ju='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l18 0" />\n  <path d="M9 8l1 0" />\n  <path d="M9 12l1 0" />\n  <path d="M9 16l1 0" />\n  <path d="M14 8l1 0" />\n  <path d="M14 12l1 0" />\n  <path d="M14 16l1 0" />\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16" />\n</svg>\n\n\n',R8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n  <path d="M12 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n  <path d="M4.893 4.893a1 1 0 0 1 1.32 -.083l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 0 -1.414z" stroke-width="0" fill="currentColor" />\n  <path d="M17.693 4.893a1 1 0 0 1 1.497 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7z" stroke-width="0" fill="currentColor" />\n  <path d="M14 18a1 1 0 0 1 1 1a3 3 0 0 1 -6 0a1 1 0 0 1 .883 -.993l.117 -.007h4z" stroke-width="0" fill="currentColor" />\n  <path d="M12 6a6 6 0 0 1 3.6 10.8a1 1 0 0 1 -.471 .192l-.129 .008h-6a1 1 0 0 1 -.6 -.2a6 6 0 0 1 3.6 -10.8z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',tg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7" />\n  <path d="M11.089 7.083a5 5 0 0 1 5.826 5.84m-1.378 2.611a5.012 5.012 0 0 1 -.537 .466a3.5 3.5 0 0 0 -1 3a2 2 0 1 1 -4 0a3.5 3.5 0 0 0 -1 -3a5 5 0 0 1 -.528 -7.544" />\n  <path d="M9.7 17h4.6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',eg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7" />\n  <path d="M9 16a5 5 0 1 1 6 0a3.5 3.5 0 0 0 -1 3a2 2 0 0 1 -4 0a3.5 3.5 0 0 0 -1 -3" />\n  <path d="M9.7 17l4.6 0" />\n</svg>\n\n\n',wl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M19 13v4a2 2 0 0 0 2 2h1" />\n  <path d="M14 19h-10" />\n  <path d="M4 15h10" />\n  <path d="M9 11v-5h2a3 3 0 0 1 3 3v6" />\n  <path d="M5 15v-3a1 1 0 0 1 1 -1h8" />\n  <path d="M19 17h-3" />\n</svg>\n\n\n',zd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 15h16a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" />\n  <path d="M12 4c3.783 0 6.953 2.133 7.786 5h-15.572c.833 -2.867 4.003 -5 7.786 -5z" />\n  <path d="M5 12h14" />\n</svg>\n\n\n',hr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M16.18 16.172a2 2 0 0 0 2.652 2.648" />\n  <path d="M4 17h-2v-11a1 1 0 0 1 1 -1h2m4 0h8c2.761 0 5 3.134 5 7v5h-1m-5 0h-8" />\n  <path d="M16 5l1.5 7h4.5" />\n  <path d="M2 10h8m4 0h3" />\n  <path d="M7 7v3" />\n  <path d="M12 5v3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ng='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 5h7c2.761 0 5 3.134 5 7v5h-2" />\n  <path d="M16 17h-8" />\n  <path d="M16 5l1.5 7h4.5" />\n  <path d="M9.5 10h7.5" />\n  <path d="M12 5v5" />\n  <path d="M5 9v11" />\n</svg>\n\n\n',dr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M4 17h-2v-11a1 1 0 0 1 1 -1h14a5 7 0 0 1 5 7v5h-2m-4 0h-8" />\n  <path d="M16 5l1.5 7l4.5 0" />\n  <path d="M2 10l15 0" />\n  <path d="M7 5l0 5" />\n  <path d="M12 5l0 5" />\n</svg>\n\n\n',Ed='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 6m-5 0a5 3 0 1 0 10 0a5 3 0 1 0 -10 0" />\n  <path d="M11 6v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4" />\n  <path d="M11 10v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4" />\n  <path d="M11 14v4c0 1.657 2.239 3 5 3s5 -1.343 5 -3v-4" />\n  <path d="M7 9h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M5 15v1m0 -8v1" />\n</svg>\n\n\n',cr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.176a3 3 0 1 1 -4.953 -2.449l-.025 .023a4.502 4.502 0 0 1 1.483 -8.75c1.414 0 2.675 .652 3.5 1.671a4.5 4.5 0 1 1 4.983 7.079a3 3 0 1 1 -4.983 2.25z" />\n  <path d="M12 19v-10" />\n  <path d="M9 3l3 2l3 -2" />\n</svg>\n\n\n',pr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 22a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-6a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-1a1 1 0 0 1 1.993 -.117l.007 .117v1a2 2 0 0 0 1.85 1.995l.15 .005v-7a3 3 0 0 1 5.995 -.176l.005 .176v10a2 2 0 0 0 1.995 -1.85l.005 -.15v-5a1 1 0 0 1 1.993 -.117l.007 .117v5a4 4 0 0 1 -3.8 3.995l-.2 .005v3h2a1 1 0 0 1 .117 1.993l-.117 .007h-10z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',vr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 9v1a3 3 0 0 0 3 3h1" />\n  <path d="M18 8v5a3 3 0 0 1 -.129 .872m-2.014 2a3 3 0 0 1 -.857 .124h-1" />\n  <path d="M10 21v-11m0 -4v-1a2 2 0 1 1 4 0v5m0 4v7" />\n  <path d="M7 21h10" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ur='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 9v1a3 3 0 0 0 3 3h1" />\n  <path d="M18 8v5a3 3 0 0 1 -3 3h-1" />\n  <path d="M10 21v-16a2 2 0 1 1 4 0v16" />\n  <path d="M7 21h10" />\n</svg>\n\n\n',gr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 17v-5a3 3 0 0 0 -3 -3h-5m-4 0h-3a3 3 0 0 0 -3 3v8h17" />\n  <path d="M3 14.803c.312 .135 .654 .204 1 .197a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1m4 0a2.4 2.4 0 0 0 2 1c.35 .007 .692 -.062 1 -.197" />\n  <path d="M10.172 6.188c.07 -.158 .163 -.31 .278 -.451l1.55 -1.737l1.465 1.638a2 2 0 0 1 -.65 3.19" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',mr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 20h18v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3v8z" />\n  <path d="M3 14.803c.312 .135 .654 .204 1 .197a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1c.35 .007 .692 -.062 1 -.197" />\n  <path d="M12 4l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z" />\n</svg>\n\n\n',fr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-10 15a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-8 -4a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm4 0a1 1 0 0 0 -1 1l.007 .127a1 1 0 0 0 1.993 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-1 -7h-6a2 2 0 0 0 -2 2v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-1a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',wr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.823 19.824a2 2 0 0 1 -1.823 1.176h-12a2 2 0 0 1 -2 -2v-14c0 -.295 .064 -.575 .178 -.827m2.822 -1.173h11a2 2 0 0 1 2 2v11" />\n  <path d="M10 10h-1a1 1 0 0 1 -1 -1v-1m3 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1" />\n  <path d="M8 14v.01" />\n  <path d="M12 14v.01" />\n  <path d="M8 17v.01" />\n  <path d="M12 17v.01" />\n  <path d="M16 17v.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Mr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 3m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M8 7m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n  <path d="M8 14l0 .01" />\n  <path d="M12 14l0 .01" />\n  <path d="M16 14l0 .01" />\n  <path d="M8 17l0 .01" />\n  <path d="M12 17l0 .01" />\n  <path d="M16 17l0 .01" />\n</svg>\n\n\n',ag='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 21h-7.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',og='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',ig='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',sg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.5 21h-4.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h10" />\n  <path d="M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M18 16.5v1.5l.5 .5" />\n</svg>\n\n\n',rg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',lg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',hg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h12.5" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',dg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',cg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n</svg>\n\n\n',j1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',ss='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M16 3l0 4" />\n  <path d="M8 3l0 4" />\n  <path d="M4 11l16 0" />\n  <path d="M8 15h2v2h-2z" />\n</svg>\n\n\n',P8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-9a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M11 15h1" />\n  <path d="M12 15v3" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',F8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 2a1 1 0 0 1 .993 .883l.007 .117v1h1a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h1v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h6v-1a1 1 0 0 1 1 -1zm3 7h-14v9.625c0 .705 .386 1.286 .883 1.366l.117 .009h12c.513 0 .936 -.53 .993 -1.215l.007 -.16v-9.625z" stroke-width="0" fill="currentColor" />\n  <path d="M12 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Sd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',As='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',Td='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M7 14h.013" />\n  <path d="M10.01 14h.005" />\n  <path d="M13.01 14h.005" />\n  <path d="M16.015 14h.005" />\n  <path d="M13.015 17h.005" />\n  <path d="M7.01 17h.005" />\n  <path d="M10.01 17h.005" />\n</svg>\n\n\n',L8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h9a2 2 0 0 1 2 2v9m-.184 3.839a2 2 0 0 1 -1.816 1.161h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 1.158 -1.815" />\n  <path d="M16 3v4" />\n  <path d="M8 3v1" />\n  <path d="M4 11h7m4 0h5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ad='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',Vy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" />\n  <path d="M16 3v4" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n</svg>\n\n\n',Uy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',N8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-9a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',V8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h12" />\n  <path d="M20 14l2 2h-3" />\n  <path d="M20 18l2 -2" />\n  <path d="M19 16a3 3 0 1 0 2 5.236" />\n</svg>\n\n\n',pg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12zm12 -4v4m-8 -4v4m-4 4h16m-9.995 3h.01m3.99 0h.01" />\n  <path d="M10 18a3.5 3.5 0 0 1 4 0" />\n</svg>\n\n\n',U8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4.5" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',To='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',vg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12zm12 -4v4m-8 -4v4m-4 4h16m-9.995 3h.01m3.99 0h.01" />\n  <path d="M10.005 17a3.5 3.5 0 0 0 4 0" />\n</svg>\n\n\n',j8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 21h-5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v3.5" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h11" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',G8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" />\n  <path d="M18 14v4h4" />\n  <path d="M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M15 3v4" />\n  <path d="M7 3v4" />\n  <path d="M3 11h16" />\n</svg>\n\n\n',ug='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4" />\n  <path d="M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M15 3v4" />\n  <path d="M7 3v4" />\n  <path d="M3 11h16" />\n  <path d="M18 16.496v1.504l1 1" />\n</svg>\n\n\n',W8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',gg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4.5" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M22 22a2 2 0 0 0 -2 -2h-2a2 2 0 0 0 -2 2" />\n</svg>\n\n\n',mg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M8 14v4" />\n  <path d="M12 14v4" />\n  <path d="M16 14v4" />\n</svg>\n\n\n',_r='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6.5" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',$8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" />\n  <path d="M16 3v4" />\n  <path d="M8 3v4" />\n  <path d="M4 11h16" />\n  <path d="M11 15h1" />\n  <path d="M12 15v3" />\n</svg>\n\n\n',X8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 20h-8a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5" />\n  <path d="M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',fg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5" />\n  <path d="M14.984 13.307a3 3 0 1 0 -2.32 2.62" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',K8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 20h-6a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4" />\n  <path d="M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',wg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 20h-6a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4" />\n  <path d="M14.948 13.559a3 3 0 1 0 -2.58 2.419" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',jy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3" />\n  <path d="M14.973 13.406a3 3 0 1 0 -2.973 2.594" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',Od='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 20h-8a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v1.5" />\n  <path d="M14.935 12.375a3.001 3.001 0 1 0 -1.902 3.442" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',Hd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5" />\n  <path d="M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',Rd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 20h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5" />\n  <path d="M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',Pd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 3a2 2 0 0 1 1.995 1.85l.005 .15a1 1 0 0 0 .883 .993l.117 .007h1a3 3 0 0 1 2.995 2.824l.005 .176v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-9a3 3 0 0 1 2.824 -2.995l.176 -.005h1a1 1 0 0 0 1 -1a2 2 0 0 1 1.85 -1.995l.15 -.005h6zm-3 7a3 3 0 0 0 -2.985 2.698l-.011 .152l-.004 .15l.004 .15a3 3 0 1 0 2.996 -3.15z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Oi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.5 20h-5.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2" />\n  <path d="M14.41 11.212a3 3 0 1 0 -4.15 4.231" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',Y8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v6" />\n  <path d="M16 19h6" />\n  <path d="M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',Mg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.297 4.289a.997 .997 0 0 1 .703 -.289h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v8m-1.187 2.828c-.249 .11 -.524 .172 -.813 .172h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1c.298 0 .58 -.065 .834 -.181" />\n  <path d="M10.422 10.448a3 3 0 1 0 4.15 4.098" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Hi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 20h-8a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4" />\n  <path d="M14.958 13.506a3 3 0 1 0 -1.735 2.235" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',Mi='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 20h-7.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2" />\n  <path d="M14.933 12.366a3.001 3.001 0 1 0 -2.933 3.634" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',_i='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n  <path d="M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',_g='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 20h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2.5" />\n  <path d="M14.975 12.612a3 3 0 1 0 -1.507 3.005" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',bg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" />\n  <path d="M11.245 15.904a3 3 0 0 0 3.755 -2.904m-2.25 -2.905a3 3 0 0 0 -3.75 2.905" />\n  <path d="M14 13h2v2" />\n  <path d="M10 13h-2v-2" />\n</svg>\n\n\n',Q8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 20h-6.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2.5" />\n  <path d="M14.757 11.815a3 3 0 1 0 -3.431 4.109" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',Z8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" />\n  <path d="M9.5 15a3.5 3.5 0 0 0 5 0" />\n  <path d="M15 11l.01 0" />\n  <path d="M9 11l.01 0" />\n</svg>\n\n\n',q8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 20h-7.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4" />\n  <path d="M14.98 13.347a3 3 0 1 0 -2.39 2.595" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',J8='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.5 20h-5.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v2.5" />\n  <path d="M14.569 11.45a3 3 0 1 0 -4.518 3.83" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',Fd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v3.5" />\n  <path d="M12 16a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',Ml='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 20h-8.5a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v4" />\n  <path d="M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',t9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" />\n  <path d="M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',xg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M15 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M5 18h-1a1 1 0 0 1 -1 -1v-11a2 2 0 0 1 2 -2h12a4 4 0 0 1 4 4h-18" />\n  <path d="M9 18h6" />\n  <path d="M19 18h1a1 1 0 0 0 1 -1v-4l-3 -5" />\n  <path d="M21 13h-7" />\n  <path d="M14 8v10" />\n</svg>\n\n\n',e9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.757 16.03a1 1 0 0 1 .597 1.905l-.111 .035l-16 4a1 1 0 0 1 -.597 -1.905l.111 -.035l16 -4z" stroke-width="0" fill="currentColor" />\n  <path d="M3.03 16.757a1 1 0 0 1 1.098 -.749l.115 .022l16 4a1 1 0 0 1 -.37 1.962l-.116 -.022l-16 -4a1 1 0 0 1 -.727 -1.213z" stroke-width="0" fill="currentColor" />\n  <path d="M13.553 2.106c-4.174 2.086 -6.553 5.358 -6.553 8.894a5 5 0 0 0 10 0c0 -1.047 -.188 -1.808 -.606 -2.705l-.169 -.345l-.33 -.647c-.621 -1.24 -.895 -2.338 -.895 -4.303a1 1 0 0 0 -1.447 -.894z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',n9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 21l16 -4" />\n  <path d="M20 21l-16 -4" />\n  <path d="M12 15a4 4 0 0 0 4 -4c0 -3 -2 -3 -2 -8c-4 2 -6 5 -6 8a4 4 0 0 0 4 4z" />\n</svg>\n\n\n',Ig='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10h-4a2 2 0 0 0 -2 2v9a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-9a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M11.254 2.334l-1.55 1.737c-1.042 1.277 -.898 3.097 .296 4.166a3 3 0 0 0 4.196 -4.28l-1.452 -1.624a1 1 0 0 0 -1.491 .001z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',yg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 21h6v-9a1 1 0 0 0 -1 -1h-4a1 1 0 0 0 -1 1v9z" />\n  <path d="M12 3l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z" />\n</svg>\n\n\n',G1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.174 7.17l.119 -.12a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-.124 .124m-2 2l-2.123 2.123a2 2 0 0 1 -2.828 0l-2.829 -2.831a2 2 0 0 1 0 -2.828l2.113 -2.112" />\n  <path d="M16.243 9.172l3.086 -.772a1.5 1.5 0 0 0 .697 -2.516l-2.216 -2.217a1.5 1.5 0 0 0 -2.44 .47l-1.248 2.913" />\n  <path d="M9.172 16.243l-.772 3.086a1.5 1.5 0 0 1 -2.516 .697l-2.217 -2.216a1.5 1.5 0 0 1 .47 -2.44l2.913 -1.248" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',a9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.05 11.293l4.243 -4.243a2 2 0 0 1 2.828 0l2.829 2.83a2 2 0 0 1 0 2.828l-4.243 4.243a2 2 0 0 1 -2.828 0l-2.829 -2.831a2 2 0 0 1 0 -2.828z" />\n  <path d="M16.243 9.172l3.086 -.772a1.5 1.5 0 0 0 .697 -2.516l-2.216 -2.217a1.5 1.5 0 0 0 -2.44 .47l-1.248 2.913" />\n  <path d="M9.172 16.243l-.772 3.086a1.5 1.5 0 0 1 -2.516 .697l-2.217 -2.216a1.5 1.5 0 0 1 .47 -2.44l2.913 -1.248" />\n</svg>\n\n\n',kg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 21l6.324 -11.69c.54 -.974 1.756 -4.104 -1.499 -5.762c-3.255 -1.657 -5.175 .863 -5.825 2.032" />\n</svg>\n\n\n',Cg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 20s0 -2 1 -3.5c-1.5 0 -2 -.5 -4 -1.5c0 0 1.839 -1.38 5 -1c-1.789 -.97 -3.279 -2.03 -5 -6c0 0 3.98 -.3 6.5 3.5c-2.284 -4.9 1.5 -9.5 1.5 -9.5c2.734 5.47 2.389 7.5 1.5 9.5c2.531 -3.77 6.5 -3.5 6.5 -3.5c-1.721 3.97 -3.211 5.03 -5 6c3.161 -.38 5 1 5 1c-2 1 -2.5 1.5 -4 1.5c1 1.5 1 3.5 1 3.5c-2 0 -4.438 -2.22 -5 -3c-.563 .78 -3 3 -5 3z" />\n  <path d="M12 22v-5" />\n</svg>\n\n\n',o9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l-.243 .004a7.004 7.004 0 0 0 -6.757 6.996v6a7 7 0 0 0 7 7l.243 -.004a7.004 7.004 0 0 0 6.757 -6.996v-6a7 7 0 0 0 -7 -7z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',i9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 5h-6a7 7 0 1 0 0 14h6a7 7 0 0 0 7 -7l-.007 -.303a7 7 0 0 0 -6.993 -6.697z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',s9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6m0 6a6 6 0 0 1 6 -6h6a6 6 0 0 1 6 6v0a6 6 0 0 1 -6 6h-6a6 6 0 0 1 -6 -6z" />\n</svg>\n\n\n',r9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3m0 6a6 6 0 0 1 6 -6h0a6 6 0 0 1 6 6v6a6 6 0 0 1 -6 6h0a6 6 0 0 1 -6 -6z" />\n</svg>\n\n\n',l9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 3a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 0 -.993 .883l-.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a3 3 0 0 1 2.824 -2.995l.176 -.005h2z" stroke-width="0" fill="currentColor" />\n  <path d="M4 15a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 0 .883 .993l.117 .007h2a1 1 0 0 1 .117 1.993l-.117 .007h-2a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 0 -.883 -.993l-.117 -.007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z" stroke-width="0" fill="currentColor" />\n  <path d="M20 15a1 1 0 0 1 .993 .883l.007 .117v2a3 3 0 0 1 -2.824 2.995l-.176 .005h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2a1 1 0 0 0 .993 -.883l.007 -.117v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M12 8a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',h9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2c.554 0 1.055 -.225 1.417 -.589" />\n  <path d="M9.87 9.887a3 3 0 0 0 4.255 4.23m.58 -3.416a3.012 3.012 0 0 0 -1.4 -1.403" />\n  <path d="M4 8v-2c0 -.548 .22 -1.044 .577 -1.405" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',d9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',c9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5" />\n  <path d="M12 18v-11h3" />\n  <path d="M3 17v-5h9" />\n  <path d="M4 12v-6l18 -3v2" />\n  <path d="M8 12v-4l-4 -2" />\n</svg>\n\n\n',p9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 6l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-5m0 -6h8m-6 0v-5m2 0h-4" />\n  <path d="M14 8v-2" />\n  <path d="M19 12h2" />\n  <path d="M17.5 15.5l1.5 1.5" />\n  <path d="M17.5 8.5l1.5 -1.5" />\n</svg>\n\n\n',v9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M15 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M5 20h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" />\n  <path d="M3 6l9 -4l9 4" />\n</svg>\n\n\n',Ld='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M15.584 15.588a2 2 0 0 0 2.828 2.83" />\n  <path d="M5 17h-2v-6l2 -5h1m4 0h4l4 5h1a2 2 0 0 1 2 2v4m-6 0h-6m-6 -6h8m4 0h3m-6 -3v-2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Gy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M16 17a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M5 9l2 -4h7.438a2 2 0 0 1 1.94 1.515l.622 2.485h3a2 2 0 0 1 2 2v3" />\n  <path d="M10 9v-4" />\n  <path d="M2 7v4" />\n  <path d="M22.001 14.001a4.992 4.992 0 0 0 -4.001 -2.001a4.992 4.992 0 0 0 -4 2h-3a4.998 4.998 0 0 0 -8.003 .003" />\n  <path d="M5 12v-3h13" />\n</svg>\n\n\n',u9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 13m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M18.86 11c.088 .66 .14 1.512 .14 2a8 8 0 1 1 -8 -8h6" />\n  <path d="M11 9c2.489 .108 4.489 .108 6 0" />\n  <path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M11 13l-3.5 -1.5" />\n  <path d="M11 13l2.5 3" />\n  <path d="M8.5 16l2.5 -3" />\n  <path d="M11 13l3.5 -1.5" />\n  <path d="M11 9v4" />\n</svg>\n\n\n',Nd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 17h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" />\n</svg>\n\n\n',Dg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M11 18h7a2 2 0 0 0 2 -2v-7a2 2 0 0 0 -2 -2h-9.5a5.5 5.5 0 0 0 -5.5 5.5v3.5a2 2 0 0 0 2 2h2" />\n  <path d="M8 7l7 -3l1 3" />\n  <path d="M13 11m0 .5a.5 .5 0 0 1 .5 -.5h2a.5 .5 0 0 1 .5 .5v2a.5 .5 0 0 1 -.5 .5h-2a.5 .5 0 0 1 -.5 -.5z" />\n  <path d="M20 16h2" />\n</svg>\n\n\n',Bg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.96 16.953c.026 -.147 .04 -.298 .04 -.453v-8.5a2 2 0 0 0 -2 -2h-9m-4 0h-1a2 2 0 0 0 -2 2v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06c.155 0 .307 -.014 .454 -.041" />\n  <path d="M8 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M16.714 12.7a1 1 0 0 0 -1.417 -1.411l1.417 1.41z" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',zg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 8v8.5a2.5 2.5 0 0 0 2.5 2.5h1.06a3 3 0 0 0 2.34 -1.13l1.54 -1.92a2 2 0 0 1 3.12 0l1.54 1.92a3 3 0 0 0 2.34 1.13h1.06a2.5 2.5 0 0 0 2.5 -2.5v-8.5a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2z" />\n  <path d="M8 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M16 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',Eg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.348 3.169l-7.15 3.113a2 2 0 0 0 -1.03 2.608l4.92 11.895a1.96 1.96 0 0 0 2.59 1.063l7.142 -3.11a2.002 2.002 0 0 0 1.036 -2.611l-4.92 -11.894a1.96 1.96 0 0 0 -2.588 -1.064z" stroke-width="0" fill="currentColor" />\n  <path d="M16 3a2 2 0 0 1 1.995 1.85l.005 .15v3.5a1 1 0 0 1 -1.993 .117l-.007 -.117v-3.5h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n  <path d="M19.08 5.61a1 1 0 0 1 1.31 -.53c.257 .108 .505 .21 .769 .314a2 2 0 0 1 1.114 2.479l-.056 .146l-2.298 5.374a1 1 0 0 1 -1.878 -.676l.04 -.11l2.296 -5.371l-.366 -.148l-.402 -.167a1 1 0 0 1 -.53 -1.312z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',g9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.604 7.197l7.138 -3.109a.96 .96 0 0 1 1.27 .527l4.924 11.902a1 1 0 0 1 -.514 1.304l-7.137 3.109a.96 .96 0 0 1 -1.271 -.527l-4.924 -11.903a1 1 0 0 1 .514 -1.304z" />\n  <path d="M15 4h1a1 1 0 0 1 1 1v3.5" />\n  <path d="M20 6c.264 .112 .52 .217 .768 .315a1 1 0 0 1 .53 1.311l-2.298 5.374" />\n</svg>\n\n\n',Sg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 9c.852 0 1.297 .986 .783 1.623l-.076 .084l-6 6a1 1 0 0 1 -1.32 .083l-.094 -.083l-6 -6l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057v-.118l.005 -.058l.009 -.06l.01 -.052l.032 -.108l.027 -.067l.07 -.132l.065 -.09l.073 -.081l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01l.057 -.004l12.059 -.002z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Tg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 10l6 6l6 -6h-12" />\n</svg>\n\n\n',m9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.883 5.007l.058 -.005h.118l.058 .005l.06 .009l.052 .01l.108 .032l.067 .027l.132 .07l.09 .065l.081 .073l.083 .094l.054 .077l.054 .096l.017 .036l.027 .067l.032 .108l.01 .053l.01 .06l.004 .057l.002 .059v12c0 .852 -.986 1.297 -1.623 .783l-.084 -.076l-6 -6a1 1 0 0 1 -.083 -1.32l.083 -.094l6 -6l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Ag='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 6c0 -.89 1.077 -1.337 1.707 -.707l6 6a1 1 0 0 1 0 1.414l-6 6a.95 .95 0 0 1 -.082 .073l-.009 .006l-.022 .016l-.058 .042l-.016 .009l-.009 .007l-.028 .014l-.043 .024l-.018 .007l-.018 .01l-.034 .012l-.033 .015l-.026 .007l-.02 .008l-.026 .005l-.036 .012l-.029 .004l-.024 .006l-.028 .003l-.031 .006l-.032 .002l-.026 .003h-.026l-.033 .002l-.033 -.002h-.026l-.026 -.003l-.032 -.002l-.031 -.006l-.028 -.003l-.024 -.006l-.03 -.004l-.035 -.012l-.027 -.005l-.019 -.008l-.026 -.007l-.033 -.015l-.034 -.012l-.018 -.01l-.018 -.007l-.043 -.024l-.028 -.014l-.009 -.007l-.016 -.009l-.058 -.042l-.019 -.012l-.003 -.004l-.01 -.006a1.006 1.006 0 0 1 -.154 -.155l-.006 -.009l-.016 -.022l-.042 -.058l-.009 -.016l-.007 -.009l-.014 -.028l-.024 -.043l-.007 -.018l-.01 -.018l-.012 -.034l-.015 -.033l-.007 -.026l-.008 -.02l-.005 -.026l-.012 -.036l-.004 -.029l-.006 -.024l-.003 -.028l-.006 -.031l-.002 -.032l-.003 -.026v-.026l-.002 -.033v-12z" stroke-width="0" fill="currentColor" />\n  <path d="M9.293 5.293c.63 -.63 1.707 -.184 1.707 .707v12l-.002 .033v.026l-.003 .026l-.002 .032l-.006 .031l-.003 .028l-.006 .024l-.004 .03l-.012 .035l-.005 .027l-.008 .019l-.007 .026l-.015 .033l-.012 .034l-.01 .018l-.007 .018l-.024 .043l-.014 .028l-.007 .009l-.009 .016l-.042 .058l-.012 .019l-.004 .003l-.006 .01a1.006 1.006 0 0 1 -.155 .154l-.009 .006l-.022 .016l-.058 .042l-.016 .009l-.009 .007l-.028 .014l-.043 .024l-.018 .007l-.018 .01l-.034 .012l-.033 .015l-.026 .007l-.02 .008l-.026 .005l-.036 .012l-.029 .004l-.024 .006l-.028 .003l-.031 .006l-.032 .002l-.026 .003h-.026l-.033 .002l-.033 -.002h-.026l-.028 -.003l-.03 -.002l-.032 -.006l-.027 -.003l-.025 -.006l-.028 -.004l-.037 -.012l-.026 -.005l-.02 -.008l-.025 -.007l-.034 -.015l-.033 -.012l-.019 -.01l-.017 -.007l-.044 -.024l-.027 -.014l-.01 -.007l-.015 -.009l-.059 -.042l-.018 -.012l-.004 -.004l-.008 -.006a1.006 1.006 0 0 1 -.082 -.073l-6 -6a1 1 0 0 1 0 -1.414l6 -6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Wy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 18l6 -6l-6 -6v12" />\n  <path d="M10 18l-6 -6l6 -6v12" />\n</svg>\n\n\n',$y='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 6l-6 6l6 6v-12" />\n</svg>\n\n\n',f9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 6c0 -.852 .986 -1.297 1.623 -.783l.084 .076l6 6a1 1 0 0 1 .083 1.32l-.083 .094l-6 6l-.094 .083l-.077 .054l-.096 .054l-.036 .017l-.067 .027l-.108 .032l-.053 .01l-.06 .01l-.057 .004l-.059 .002l-.059 -.002l-.058 -.005l-.06 -.009l-.052 -.01l-.108 -.032l-.067 -.027l-.132 -.07l-.09 -.065l-.081 -.073l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057l-.002 -12.059z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Og='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 18l6 -6l-6 -6v12" />\n</svg>\n\n\n',W1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.293 3.293a1 1 0 0 1 1.414 0l6 6a.95 .95 0 0 1 .073 .082l.006 .008l.016 .022l.042 .059l.009 .015l.007 .01l.014 .027l.024 .044l.007 .017l.01 .02l.012 .032l.015 .034l.007 .025l.008 .02l.005 .026l.012 .037l.004 .028l.006 .025l.003 .026l.006 .033l.002 .03l.003 .028v.026l.002 .033l-.002 .033v.026l-.003 .026l-.002 .032l-.005 .029l-.004 .03l-.006 .024l-.004 .03l-.012 .035l-.005 .027l-.008 .019l-.007 .026l-.015 .033l-.012 .034l-.01 .018l-.007 .018l-.024 .043l-.014 .028l-.007 .009l-.009 .016l-.042 .058l-.012 .019l-.004 .003l-.006 .01a1.006 1.006 0 0 1 -.155 .154l-.009 .006l-.022 .016l-.058 .042l-.016 .009l-.009 .007l-.028 .014l-.043 .024l-.018 .007l-.018 .01l-.034 .012l-.033 .015l-.024 .006l-.021 .009l-.027 .005l-.036 .012l-.029 .004l-.024 .006l-.028 .003l-.031 .006l-.032 .002l-.026 .003h-.026l-.033 .002h-12c-.89 0 -1.337 -1.077 -.707 -1.707l6 -6z" stroke-width="0" fill="currentColor" />\n  <path d="M18 13l.033 .002h.026l.026 .003l.032 .002l.031 .006l.028 .003l.024 .006l.03 .004l.035 .012l.027 .005l.019 .008l.026 .007l.033 .015l.034 .012l.018 .01l.018 .007l.043 .024l.028 .014l.009 .007l.016 .009l.051 .037l.026 .017l.003 .004l.01 .006a.982 .982 0 0 1 .154 .155l.006 .009l.015 .02l.043 .06l.009 .016l.007 .009l.014 .028l.024 .043l.005 .013l.012 .023l.012 .034l.015 .033l.007 .026l.008 .02l.005 .026l.012 .036l.004 .029l.006 .024l.003 .028l.006 .031l.002 .032l.003 .026v.026l.002 .033l-.002 .033v.026l-.003 .026l-.002 .032l-.006 .031l-.003 .028l-.006 .024l-.004 .03l-.012 .035l-.005 .027l-.008 .019l-.007 .026l-.015 .033l-.012 .034l-.01 .018l-.007 .018l-.024 .043l-.014 .028l-.007 .009l-.009 .016l-.042 .058l-.012 .019l-.004 .003l-.006 .01l-.073 .081l-6 6a1 1 0 0 1 -1.414 0l-6 -6c-.63 -.63 -.184 -1.707 .707 -1.707h12z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',w9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 10l-6 -6l-6 6h12" />\n  <path d="M18 14l-6 6l-6 -6h12" />\n</svg>\n\n\n',M9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.293 7.293a1 1 0 0 1 1.32 -.083l.094 .083l6 6l.083 .094l.054 .077l.054 .096l.017 .036l.027 .067l.032 .108l.01 .053l.01 .06l.004 .057l.002 .059l-.002 .059l-.005 .058l-.009 .06l-.01 .052l-.032 .108l-.027 .067l-.07 .132l-.065 .09l-.073 .081l-.094 .083l-.077 .054l-.096 .054l-.036 .017l-.067 .027l-.108 .032l-.053 .01l-.06 .01l-.057 .004l-.059 .002h-12c-.852 0 -1.297 -.986 -.783 -1.623l.076 -.084l6 -6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Vd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 14l-6 -6l-6 6h12" />\n</svg>\n\n\n',_9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 4h-8a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M22 6a1 1 0 0 1 .117 1.993l-.117 .007h-1v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-8a2 2 0 0 1 1.85 -1.995l.15 -.005h1z" stroke-width="0" fill="currentColor" />\n  <path d="M3 6a2 2 0 0 1 1.995 1.85l.005 .15v8a2 2 0 0 1 -1.85 1.995l-.15 .005h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',$1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 5m0 1a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1z" />\n  <path d="M22 17h-1a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h1" />\n  <path d="M2 17h1a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1h-1" />\n</svg>\n\n\n',X1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 6h-12a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-8a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M16 19a2 2 0 0 1 1.995 1.85l.005 .15v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1h-8v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a2 2 0 0 1 1.85 -1.995l.15 -.005h8z" stroke-width="0" fill="currentColor" />\n  <path d="M17 1a1 1 0 0 1 .993 .883l.007 .117v1a2 2 0 0 1 -1.85 1.995l-.15 .005h-8a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-1a1 1 0 0 1 1.993 -.117l.007 .117v1h8v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Ud='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 8v8a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1z" />\n  <path d="M7 22v-1a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v1" />\n  <path d="M17 2v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1" />\n</svg>\n\n\n',Hg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.868 8.846c-2.756 3.382 -5.868 12.154 -5.868 12.154s8.75 -3.104 12.134 -5.85m1.667 -2.342a4.486 4.486 0 0 0 -5.589 -5.615" />\n  <path d="M9 13l-1.5 -1.5" />\n  <path d="M22 8s-1.14 -2 -3 -2c-1.406 0 -3 2 -3 2s1.14 2 3 2s3 -2 3 -2z" />\n  <path d="M16 2s-2 1.14 -2 3s2 3 2 3s2 -1.577 2 -3c0 -1.86 -2 -3 -2 -3z" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',b9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21s9.834 -3.489 12.684 -6.34a4.487 4.487 0 0 0 0 -6.344a4.483 4.483 0 0 0 -6.342 0c-2.86 2.861 -6.347 12.689 -6.347 12.689z" />\n  <path d="M9 13l-1.5 -1.5" />\n  <path d="M16 14l-2 -2" />\n  <path d="M22 8s-1.14 -2 -3 -2c-1.406 0 -3 2 -3 2s1.14 2 3 2s3 -2 3 -2z" />\n  <path d="M16 2s-2 1.14 -2 3s2 3 2 3s2 -1.577 2 -3c0 -1.86 -2 -3 -2 -3z" />\n</svg>\n\n\n',x9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.88 9.878a3 3 0 1 0 4.242 4.243m.58 -3.425a3.012 3.012 0 0 0 -1.412 -1.405" />\n  <path d="M10 6h9a2 2 0 0 1 2 2v8c0 .294 -.064 .574 -.178 .825m-2.822 1.175h-13a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1" />\n  <path d="M18 12l.01 0" />\n  <path d="M6 12l.01 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',I9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M3 6m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M18 12l.01 0" />\n  <path d="M6 12l.01 0" />\n</svg>\n\n\n',K1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 9h6a2 2 0 0 1 2 2v6m-2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2" />\n  <path d="M12.582 12.59a2 2 0 0 0 2.83 2.826" />\n  <path d="M17 9v-2a2 2 0 0 0 -2 -2h-6m-4 0a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Y1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 9m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M14 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 9v-2a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v6a2 2 0 0 0 2 2h2" />\n</svg>\n\n\n',jd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19h.01" />\n  <path d="M7 19a4 4 0 0 0 -4 -4" />\n  <path d="M11 19a8 8 0 0 0 -8 -8" />\n  <path d="M15 19h3a3 3 0 0 0 .875 -.13m2 -2a3 3 0 0 0 .128 -.868v-8a3 3 0 0 0 -3 -3h-9m-3.865 .136a3 3 0 0 0 -1.935 1.864" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Rg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19l.01 0" />\n  <path d="M7 19a4 4 0 0 0 -4 -4" />\n  <path d="M11 19a8 8 0 0 0 -8 -8" />\n  <path d="M15 19h3a3 3 0 0 0 3 -3v-8a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -2.8 2" />\n</svg>\n\n\n',y9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 3v10a8 8 0 1 1 -16 0v-10l3.432 3.432a7.963 7.963 0 0 1 4.568 -1.432c1.769 0 3.403 .574 4.728 1.546l3.272 -3.546z" />\n  <path d="M2 16h5l-4 4" />\n  <path d="M22 16h-5l4 4" />\n  <path d="M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9 11v.01" />\n  <path d="M15 11v.01" />\n</svg>\n\n\n',k9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 4h6v6h-6z" />\n  <path d="M4 14h6v6h-6z" />\n  <path d="M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M7 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',Pg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 3h-6a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M20 3h-6a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M10 13h-6a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M17 13a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Gd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4h6v6h-6zm10 0h6v6h-6zm-10 10h6v6h-6zm10 3h6" />\n</svg>\n\n\n',Wd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4h6v6h-6zm10 0h6v6h-6zm-10 10h6v6h-6zm10 3h6m-3 -3v6" />\n</svg>\n\n\n',Os='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4h6v6h-6z" />\n  <path d="M14 4h6v6h-6z" />\n  <path d="M4 14h6v6h-6z" />\n  <path d="M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',C9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 4a7.99 7.99 0 0 0 -2.581 .426" />\n  <path d="M5.867 5.864a8 8 0 0 0 5.133 14.136" />\n  <path d="M20 4a8 8 0 0 0 -7.29 4.7" />\n  <path d="M12 12a8 8 0 0 0 8 8" />\n  <path d="M16 12h4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',D9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 6a6 6 0 1 0 0 12" />\n  <path d="M21 6a6 6 0 1 0 0 12" />\n  <path d="M15 12h6" />\n</svg>\n\n\n',br='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z" />\n</svg>\n\n\n',B9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z" />\n  <path d="M8 20v-5" />\n</svg>\n\n\n',$d='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z" />\n  <path d="M12 20v-9" />\n</svg>\n\n\n',Xy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z" />\n  <path d="M16 7v13" />\n</svg>\n\n\n',Fg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l14.537 -14.537a.731 .731 0 0 1 1.249 .517v15.269z" />\n  <path d="M16 7v13" />\n  <path d="M12 20v-9" />\n  <path d="M8 20v-5" />\n</svg>\n\n\n',Lg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 20h-15.269a.731 .731 0 0 1 -.517 -1.249l7.265 -7.264m2 -2l5.272 -5.272a.731 .731 0 0 1 1.249 .517v11.269" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ky='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4l-4 2v5l4 2l4 -2v-5z" />\n  <path d="M12 11l4 2l4 -2v-5l-4 -2l-4 2" />\n  <path d="M8 13v5l4 2l4 -2v-5" />\n</svg>\n\n\n',xr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12a3 3 0 1 0 3 3" />\n  <path d="M11 7h3" />\n  <path d="M10 18v4l2 -1l2 1v-4" />\n  <path d="M10 19h-2a2 2 0 0 1 -2 -2v-11m1.18 -2.825c.25 -.112 .529 -.175 .82 -.175h8a2 2 0 0 1 2 2v9m-.175 3.82a2 2 0 0 1 -1.825 1.18h-2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',z9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M10 7h4" />\n  <path d="M10 18v4l2 -1l2 1v-4" />\n  <path d="M10 19h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2" />\n</svg>\n\n\n',E9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.876 12.881a3 3 0 0 0 4.243 4.243m.588 -3.42a3.012 3.012 0 0 0 -1.437 -1.423" />\n  <path d="M13 17.5v4.5l2 -1.5l2 1.5v-4.5" />\n  <path d="M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2m4 0h10a2 2 0 0 1 2 2v10" />\n  <path d="M6 9h3m4 0h5" />\n  <path d="M6 12h3" />\n  <path d="M6 15h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',S9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M13 17.5v4.5l2 -1.5l2 1.5v-4.5" />\n  <path d="M10 19h-5a2 2 0 0 1 -2 -2v-10c0 -1.1 .9 -2 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -1 1.73" />\n  <path d="M6 9l12 0" />\n  <path d="M6 12l3 0" />\n  <path d="M6 15l2 0" />\n</svg>\n\n\n',Q1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 21l12 -9" />\n  <path d="M6 12l12 9" />\n  <path d="M5 12h14" />\n  <path d="M6 3v9" />\n  <path d="M18 3v9" />\n  <path d="M6 8h12" />\n  <path d="M6 5h12" />\n</svg>\n\n\n',T9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 19h-3a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2m4 0h10a2 2 0 0 1 2 2v10" />\n  <path d="M17 17v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Z1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 19h-3a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v11a1 1 0 0 1 -1 1" />\n  <path d="M11 16m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',q1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 7l-1 1" />\n  <path d="M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" />\n  <path d="M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14" />\n  <path d="M9 11.5l-1.5 2.5h3l-1.5 2.5" />\n  <path d="M3 20l12 0" />\n  <path d="M4 8l10 0" />\n</svg>\n\n\n',L0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M7 12a5 5 0 1 0 5 -5" />\n  <path d="M6.29 18.957a9 9 0 1 0 5.71 -15.957" />\n</svg>\n\n\n',Ng='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M16.924 11.132a5 5 0 1 0 -4.056 5.792" />\n  <path d="M3 12a9 9 0 1 0 9 -9" />\n</svg>\n\n\n',A9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 18a1 1 0 0 1 .117 1.993l-.117 .007h-16a1 1 0 0 1 -.117 -1.993l.117 -.007h16z" stroke-width="0" fill="currentColor" />\n  <path d="M15.22 5.375a1 1 0 0 1 1.393 -.165l.094 .083l4 4a1 1 0 0 1 .284 .576l.009 .131v5a1 1 0 0 1 -.883 .993l-.117 .007h-16.022l-.11 -.009l-.11 -.02l-.107 -.034l-.105 -.046l-.1 -.059l-.094 -.07l-.06 -.055l-.072 -.082l-.064 -.089l-.054 -.096l-.016 -.035l-.04 -.103l-.027 -.106l-.015 -.108l-.004 -.11l.009 -.11l.019 -.105c.01 -.04 .022 -.077 .035 -.112l.046 -.105l.059 -.1l4 -6a1 1 0 0 1 1.165 -.39l.114 .05l3.277 1.638l3.495 -4.369z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',O9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.22 9.375a1 1 0 0 1 1.393 -.165l.094 .083l4 4a1 1 0 0 1 .284 .576l.009 .131v5a1 1 0 0 1 -.883 .993l-.117 .007h-16.022l-.11 -.009l-.11 -.02l-.107 -.034l-.105 -.046l-.1 -.059l-.094 -.07l-.06 -.055l-.072 -.082l-.064 -.089l-.054 -.096l-.016 -.035l-.04 -.103l-.027 -.106l-.015 -.108l-.004 -.11l.009 -.11l.019 -.105c.01 -.04 .022 -.077 .035 -.112l.046 -.105l.059 -.1l4 -6a1 1 0 0 1 1.165 -.39l.114 .05l3.277 1.638l3.495 -4.369z" stroke-width="0" fill="currentColor" />\n  <path d="M15.232 3.36a1 1 0 0 1 1.382 -.15l.093 .083l4 4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-3.226 -3.225l-4.299 5.158a1 1 0 0 1 -1.1 .303l-.115 -.049l-3.254 -1.626l-2.499 3.332a1 1 0 0 1 -1.295 .269l-.105 -.069a1 1 0 0 1 -.269 -1.295l.069 -.105l3 -4a1 1 0 0 1 1.137 -.341l.11 .047l3.291 1.645l4.494 -5.391z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',_l='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19l4 -6l4 2l4 -5l4 4l0 5l-16 0" />\n  <path d="M4 12l3 -4l4 2l5 -6l4 4" />\n</svg>\n\n\n',bl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19l16 0" />\n  <path d="M4 15l4 -6l4 2l4 -5l4 4l0 5l-16 0" />\n</svg>\n\n\n',H9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 21v-14" />\n  <path d="M9 15l3 -3l3 3" />\n  <path d="M15 10l3 -3l3 3" />\n  <path d="M3 21l18 0" />\n  <path d="M12 21l0 -9" />\n  <path d="M3 6l3 -3l3 3" />\n  <path d="M6 21v-18" />\n</svg>\n\n\n',R9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 18l14 0" />\n  <path d="M9 9l3 3l-3 3" />\n  <path d="M14 15l3 3l-3 3" />\n  <path d="M3 3l0 18" />\n  <path d="M3 12l9 0" />\n  <path d="M18 3l3 3l-3 3" />\n  <path d="M3 6l18 0" />\n</svg>\n\n\n',Vg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M12 8h2a1 1 0 0 1 1 1v2m0 4v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-10" />\n  <path d="M15 11v-6a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v12m-1 3h-4a1 1 0 0 1 -1 -1v-4" />\n  <path d="M4 20h14" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',xl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M9 8m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M15 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M4 20l14 0" />\n</svg>\n\n\n',P9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 12a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z" stroke-width="0" fill="currentColor" />\n  <path d="M16 16a3 3 0 1 1 -2.995 3.176l-.005 -.176l.005 -.176a3 3 0 0 1 2.995 -2.824z" stroke-width="0" fill="currentColor" />\n  <path d="M14.5 2a5.5 5.5 0 1 1 -5.496 5.721l-.004 -.221l.004 -.221a5.5 5.5 0 0 1 5.496 -5.279z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',F9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M16 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M14.5 7.5m-4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0" />\n</svg>\n\n\n',L9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3a1 1 0 0 1 .993 .883l.007 .117v1a2 2 0 0 1 1.995 1.85l.005 .15v3a2 2 0 0 1 -1.85 1.995l-.15 .005v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-8a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M12 3a1 1 0 0 1 .993 .883l.007 .117v9a2 2 0 0 1 1.995 1.85l.005 .15v3a2 2 0 0 1 -1.85 1.995l-.15 .005a1 1 0 0 1 -1.993 .117l-.007 -.117l-.15 -.005a2 2 0 0 1 -1.844 -1.838l-.006 -.157v-3a2 2 0 0 1 1.85 -1.995l.15 -.005v-9a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M18 3a1 1 0 0 1 .993 .883l.007 .117a2 2 0 0 1 1.995 1.85l.005 .15v4a2 2 0 0 1 -1.85 1.995l-.15 .005v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-8a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-4a2 2 0 0 1 1.85 -1.995l.15 -.005a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Ug='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M6 4l0 2" />\n  <path d="M6 11l0 9" />\n  <path d="M10 14m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M12 4l0 10" />\n  <path d="M12 19l0 1" />\n  <path d="M16 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M18 4l0 1" />\n  <path d="M18 11l0 9" />\n</svg>\n\n\n',jg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.5 9.5m-5.5 0a5.5 5.5 0 1 0 11 0a5.5 5.5 0 1 0 -11 0" />\n  <path d="M14.5 14.5m-5.5 0a5.5 5.5 0 1 0 11 0a5.5 5.5 0 1 0 -11 0" />\n</svg>\n\n\n',Gg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3v5m4 4h5" />\n  <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',N9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3v5m4 4h5" />\n  <path d="M8.929 14.582l-3.429 2.918" />\n  <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',Wg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.848 14.667l-3.348 2.833" />\n  <path d="M12 3v5m4 4h5" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14.219 15.328l2.781 4.172" />\n  <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n</svg>\n\n\n',V9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.883 2.207a1.9 1.9 0 0 1 2.087 1.522l.025 .167l.005 .104v4a1 1 0 0 1 -.641 .933l-.107 .035a3.1 3.1 0 1 0 3.73 3.953l.05 -.173a1 1 0 0 1 .855 -.742l.113 -.006h3.8a2 2 0 0 1 2 2a1 1 0 0 1 -.026 .226a10 10 0 1 1 -12.27 -11.933l.27 -.067l.11 -.02z" stroke-width="0" fill="currentColor" />\n  <path d="M14.775 2.526a.996 .996 0 0 1 .22 -.026l.122 .007l.112 .02l.103 .03a10 10 0 0 1 6.003 5.817l.108 .294a1 1 0 0 1 -.824 1.325l-.119 .007h-4.5a1 1 0 0 1 -.76 -.35a8 8 0 0 0 -.89 -.89a1 1 0 0 1 -.342 -.636l-.008 -.124v-4.495l.006 -.118c.005 -.042 .012 -.08 .02 -.116l.03 -.103a.998 .998 0 0 1 .168 -.299l.071 -.08c.03 -.028 .058 -.052 .087 -.075l.09 -.063l.088 -.05l.103 -.043l.112 -.032z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Yy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-3.8a4.1 4.1 0 1 1 -5 -5v-4a.9 .9 0 0 0 -1 -.8" />\n  <path d="M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a9 9 0 0 0 -1 -1v-4.5" />\n</svg>\n\n\n',Qy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3v18h18" />\n  <path d="M9 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M13 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M21 3l-6 1.5" />\n  <path d="M14.113 6.65l2.771 3.695" />\n  <path d="M16 12.5l-5 2" />\n</svg>\n\n\n',Zy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M16 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M6 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M9 17l5 -1.5" />\n  <path d="M6.5 8.5l7.81 5.37" />\n  <path d="M7 7l8 -1" />\n</svg>\n\n\n',qy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 2a1 1 0 0 1 1 1v17h17a1 1 0 0 1 .993 .883l.007 .117a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1 -1v-18a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M19 4a3 3 0 1 1 -.651 5.93l-2.002 3.202a3 3 0 1 1 -4.927 .337l-1.378 -1.655a3 3 0 1 1 1.538 -1.282l1.378 1.654a2.994 2.994 0 0 1 1.693 -.115l2.002 -3.203a3 3 0 0 1 2.347 -4.868z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',$g='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3v18h18" />\n  <path d="M9 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M14 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10.16 10.62l2.34 2.88" />\n  <path d="M15.088 13.328l2.837 -4.586" />\n</svg>\n\n\n',J1='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 2a1 1 0 0 1 1 1v.171a3.008 3.008 0 0 1 1.83 1.83l.17 -.001a1 1 0 0 1 0 2h-.171a3.008 3.008 0 0 1 -1.828 1.829l-.001 2.171h2a1 1 0 0 1 0 2h-2v2.171a3.008 3.008 0 0 1 1.83 1.83l.17 -.001a1 1 0 0 1 0 2h-.171a3.008 3.008 0 0 1 -1.828 1.829l-.001 .171a1 1 0 0 1 -2 0v-.17a3.008 3.008 0 0 1 -1.829 -1.83h-2.171v2a1 1 0 0 1 -2 0v-2h-2.171a3.008 3.008 0 0 1 -1.828 1.829l-.001 .171a1 1 0 0 1 -2 0v-.17a3.008 3.008 0 0 1 -1.829 -1.83h-.171a1 1 0 0 1 0 -2h.17a3.008 3.008 0 0 1 1.83 -1.83v-.34a3.008 3.008 0 0 1 -1.829 -1.83h-.171a1 1 0 0 1 0 -2h.17a3.008 3.008 0 0 1 1.83 -1.83v-2.17h-2a1 1 0 1 1 0 -2h2v-2a1 1 0 1 1 2 0v2h4v-2a1 1 0 0 1 2 0v2h2.17a3.008 3.008 0 0 1 1.83 -1.83v-.17a1 1 0 0 1 1 -1zm-7 11h-2.171a3.008 3.008 0 0 1 -1.828 1.829v.342a3.008 3.008 0 0 1 1.828 1.829h2.171v-4zm6 0h-4v4h2.17a3.008 3.008 0 0 1 1.83 -1.83v-2.17zm-6 -6h-4v2.171a3.008 3.008 0 0 1 1.83 1.83l2.17 -.001v-4zm4.171 0h-2.171v4h4v-2.17a3.008 3.008 0 0 1 -1.829 -1.83z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',U9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M8 18h8" />\n  <path d="M18 20v1" />\n  <path d="M18 3v1" />\n  <path d="M6 20v1" />\n  <path d="M6 10v-7" />\n  <path d="M12 3v18" />\n  <path d="M18 8v8" />\n  <path d="M8 12h13" />\n  <path d="M21 6h-1" />\n  <path d="M16 6h-13" />\n  <path d="M3 12h1" />\n  <path d="M20 18h1" />\n  <path d="M3 18h1" />\n  <path d="M6 14v2" />\n</svg>\n\n\n',j9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3v18h18" />\n  <path d="M20 18v3" />\n  <path d="M16 16v5" />\n  <path d="M12 13v8" />\n  <path d="M8 16v5" />\n  <path d="M3 11c6 0 5 -5 9 -5s3 5 9 5" />\n</svg>\n\n\n',Xg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M7 3v4h4" />\n  <path d="M9 17l0 4" />\n  <path d="M17 14l0 7" />\n  <path d="M13 13l0 8" />\n  <path d="M21 12l0 9" />\n</svg>\n\n\n',Il='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19l16 0" />\n  <path d="M4 15l4 -6l4 2l4 -5l4 4" />\n</svg>\n\n\n',G9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3v9h9" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',W9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12l-6.5 5.5" />\n  <path d="M12 3v9h9" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',$9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12l-6.5 5.5" />\n  <path d="M12 3v9h9" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12l5 7.5" />\n</svg>\n\n\n',X9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.883 2.207a1.9 1.9 0 0 1 2.087 1.522l.025 .167l.005 .104v7a1 1 0 0 0 .883 .993l.117 .007h6.8a2 2 0 0 1 2 2a1 1 0 0 1 -.026 .226a10 10 0 1 1 -12.27 -11.933l.27 -.067l.11 -.02z" stroke-width="0" fill="currentColor" />\n  <path d="M14 3.5v5.5a1 1 0 0 0 1 1h5.5a1 1 0 0 0 .943 -1.332a10 10 0 0 0 -6.11 -6.111a1 1 0 0 0 -1.333 .943z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Jy='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.63 5.643a9 9 0 0 0 12.742 12.715m1.674 -2.29a9.03 9.03 0 0 0 .754 -2.068a1 1 0 0 0 -1 -1h-2.8m-4 0a2 2 0 0 1 -2 -2m0 -4v-3a.9 .9 0 0 0 -1 -.8a9 9 0 0 0 -2.057 .749" />\n  <path d="M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',K9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 3.2a9 9 0 1 0 10.8 10.8a1 1 0 0 0 -1 -1h-6.8a2 2 0 0 1 -2 -2v-7a.9 .9 0 0 0 -1 -.8" />\n  <path d="M15 3.5a9 9 0 0 1 5.5 5.5h-4.5a1 1 0 0 1 -1 -1v-4.5" />\n</svg>\n\n\n',Kg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 17c0 -6.075 -5.373 -11 -12 -11" />\n  <path d="M3 3v18h18" />\n</svg>\n\n\n',Y9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3l9.5 7l-3.5 11h-12l-3.5 -11z" />\n  <path d="M12 7.5l5.5 4l-2.5 5.5h-6.5l-2 -5.5z" />\n  <path d="M2.5 10l9.5 3l9.5 -3" />\n  <path d="M12 3v10l6 8" />\n  <path d="M6 21l6 -8" />\n</svg>\n\n\n',Q9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3v18h18" />\n  <path d="M3 6h18" />\n  <path d="M3 8c10 0 8 9 18 9" />\n</svg>\n\n\n',yl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 20l9 -7" />\n  <path d="M12 3v10l9 7" />\n  <path d="M17 12v.015" />\n  <path d="M17 4.015v.015" />\n  <path d="M21 8.015v.015" />\n  <path d="M12 19.015v.015" />\n  <path d="M3 12.015v.015" />\n  <path d="M7 8.015v.015" />\n  <path d="M3 4.015v.015" />\n</svg>\n\n\n',Z9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3v18h18" />\n  <path d="M8 15.015v.015" />\n  <path d="M16 16.015v.015" />\n  <path d="M8 7.03v.015" />\n  <path d="M12 11.03v.015" />\n  <path d="M19 11.03v.015" />\n</svg>\n\n\n',Yg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M12 4v16" />\n  <path d="M4 15h8" />\n  <path d="M12 12h8" />\n  <path d="M16 12v8" />\n  <path d="M16 16h4" />\n</svg>\n\n\n',Qg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12l5 5l10 -10" />\n</svg>\n\n\n',q9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11l3 3l8 -8" />\n  <path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" />\n</svg>\n\n\n',Zg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.615 20h-2.615a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8" />\n  <path d="M14 19l2 2l4 -4" />\n  <path d="M9 8h4" />\n  <path d="M9 12h2" />\n</svg>\n\n\n',J9='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12l5 5l10 -10" />\n  <path d="M2 12l5 5m5 -5l5 -5" />\n</svg>\n\n\n',Xd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M9 14h.01" />\n  <path d="M9 17h.01" />\n  <path d="M12 16l1 1l3 -3" />\n</svg>\n\n\n',t_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.519 20.008l16.481 -.008v-3.5a2 2 0 1 1 0 -4v-3.5h-16.722" />\n  <path d="M21 9l-9.385 -4.992c-2.512 .12 -4.758 1.42 -6.327 3.425c-1.423 1.82 -2.288 4.221 -2.288 6.854c0 2.117 .56 4.085 1.519 5.721" />\n  <path d="M15 13v.01" />\n  <path d="M8 13v.01" />\n  <path d="M11 16v.01" />\n</svg>\n\n\n',qg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.72 4.712a4 4 0 0 1 7.19 1.439a4 4 0 0 1 2.09 7.723v.126m0 4v3h-12v-7.126a4 4 0 0 1 .081 -7.796" />\n  <path d="M6.161 17.009l10.839 -.009" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Jg='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c1.918 0 3.52 1.35 3.91 3.151a4 4 0 0 1 2.09 7.723l0 7.126h-12v-7.126a4 4 0 1 1 2.092 -7.723a4 4 0 0 1 3.908 -3.151z" />\n  <path d="M6.161 17.009l11.839 -.009" />\n</svg>\n\n\n',e_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.588 5.191l.058 .045l.078 .074l.072 .084l.013 .018a.998 .998 0 0 1 .182 .727l-.022 .111l-.03 .092c-.99 2.725 -.666 5.158 .679 7.706a4 4 0 1 1 -4.613 4.152l-.005 -.2l.005 -.2a4.002 4.002 0 0 1 2.5 -3.511c-.947 -2.03 -1.342 -4.065 -1.052 -6.207c-.166 .077 -.332 .15 -.499 .218l.094 -.064c-2.243 1.47 -3.552 3.004 -3.98 4.57a4.5 4.5 0 1 1 -7.064 3.906l-.004 -.212l.005 -.212a4.5 4.5 0 0 1 5.2 -4.233c.332 -1.073 .945 -2.096 1.83 -3.069c-1.794 -.096 -3.586 -.759 -5.355 -1.986l-.268 -.19l-.051 -.04l-.046 -.04l-.044 -.044l-.04 -.046l-.04 -.05l-.032 -.047l-.035 -.06l-.053 -.11l-.038 -.116l-.023 -.117l-.005 -.042l-.005 -.118l.01 -.118l.023 -.117l.038 -.115l.03 -.066l.023 -.045l.035 -.06l.032 -.046l.04 -.051l.04 -.046l.044 -.044l.046 -.04l.05 -.04c4.018 -2.922 8.16 -2.922 12.177 0z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',n_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" />\n  <path d="M17 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M9 13c.366 -2 1.866 -3.873 4.5 -5.6" />\n  <path d="M17 15c-1.333 -2.333 -2.333 -5.333 -1 -9" />\n  <path d="M5 6c3.667 -2.667 7.333 -2.667 11 0c-3.667 2.667 -7.333 2.667 -11 0" />\n</svg>\n\n\n',a_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2a2 2 0 0 1 1.386 3.442c.646 .28 1.226 .62 1.74 1.017l-3.833 3.834l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l3.814 -3.813c.977 1.35 1.479 3.07 1.479 5.106c0 1.913 -1.178 3.722 -3.089 3.973l-.2 .02l-.211 .007h-5c-2.126 0 -3.5 -1.924 -3.5 -4c0 -3.68 1.57 -6.255 4.613 -7.56a2 2 0 0 1 1.387 -3.44z" stroke-width="0" fill="currentColor" />\n  <path d="M12 5v1" stroke-width="0" fill="currentColor" />\n  <path d="M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Kd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z" />\n  <path d="M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9.5 16c-1.667 0 -2.5 -1.669 -2.5 -3c0 -3.667 1.667 -6 5 -7c3.333 1 5 3.427 5 7c0 1.284 -.775 2.881 -2.325 3l-.175 0h-5z" />\n  <path d="M15 8l-3 3" />\n  <path d="M12 5v1" />\n</svg>\n\n\n',o_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2a4 4 0 0 1 4 4a5.03 5.03 0 0 1 -.438 2.001l.438 -.001a1 1 0 0 1 .117 1.993l-.117 .007h-1.263l1.24 5.79a1 1 0 0 1 -.747 1.184l-.113 .02l-.117 .006h-6a1 1 0 0 1 -.996 -1.093l.018 -.117l1.24 -5.79h-1.262a1 1 0 0 1 -.117 -1.993l.117 -.007h.438a5.154 5.154 0 0 1 -.412 -1.525l-.02 -.259l-.006 -.216a4 4 0 0 1 4 -4z" stroke-width="0" fill="currentColor" />\n  <path d="M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',t3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2a1 1 0 0 1 .993 .883l.007 .117v2h2a1 1 0 0 1 .117 1.993l-.117 .007h-2v1.758a4.49 4.49 0 0 1 2.033 -.734l.24 -.018l.227 -.006a4.5 4.5 0 0 1 4.5 4.5a4.504 4.504 0 0 1 -4.064 4.478l-.217 .016l-.219 .006h-7a4.5 4.5 0 1 1 2.501 -8.241l-.001 -1.759h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',i_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z" />\n  <path d="M8.5 16a3.5 3.5 0 1 1 3.163 -5h.674a3.5 3.5 0 1 1 3.163 5z" />\n  <path d="M9 6h6" />\n  <path d="M12 3v8" />\n</svg>\n\n\n',s_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.959 1.99l-.147 .028l-.115 .029a1 1 0 0 0 -.646 1.27l.749 2.245l-2.815 1.735a2 2 0 0 0 -.655 2.751l.089 .133a2 2 0 0 0 1.614 .819l1.563 -.001l-1.614 4.674a1 1 0 0 0 .945 1.327h7.961a1 1 0 0 0 1 -.978l.112 -5c0 -3.827 -1.555 -6.878 -4.67 -7.966l-2.399 -.83l-.375 -.121l-.258 -.074l-.135 -.031l-.101 -.013l-.055 -.001l-.048 .003z" stroke-width="0" fill="currentColor" />\n  <path d="M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',r_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z" />\n  <path d="M9 3l1 3l-3.491 2.148a1 1 0 0 0 .524 1.852h2.967l-2.073 6h7.961l.112 -5c0 -3 -1.09 -5.983 -4 -7c-1.94 -.678 -2.94 -1.011 -3 -1z" />\n</svg>\n\n\n',l_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2a2 2 0 0 1 1.572 3.236l.793 1.983l1.702 -1.702a2.003 2.003 0 0 1 1.933 -2.517a2 2 0 0 1 .674 3.884l-1.69 9.295a1 1 0 0 1 -.865 .814l-.119 .007h-8a1 1 0 0 1 -.956 -.705l-.028 -.116l-1.69 -9.295a2 2 0 1 1 2.607 -1.367l1.701 1.702l.794 -1.983a2 2 0 0 1 1.572 -3.236z" stroke-width="0" fill="currentColor" />\n  <path d="M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',h_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 16l2 -11l-4 4l-2 -5l-2 5l-4 -4l2 11" />\n  <path d="M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z" />\n  <path d="M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M6 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M18 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',d_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3a1 1 0 0 1 .993 .883l.007 .117v2h1.652l.362 -2.164a1 1 0 0 1 1.034 -.836l.116 .013a1 1 0 0 1 .836 1.035l-.013 .116l-.5 3a1 1 0 0 1 -.865 .829l-.122 .007h-1.383l.877 7.89a1 1 0 0 1 -.877 1.103l-.117 .007h-8a1 1 0 0 1 -1 -.993l.006 -.117l.877 -7.89h-1.383a1 1 0 0 1 -.96 -.718l-.026 -.118l-.5 -3a1 1 0 0 1 1.947 -.442l.025 .114l.361 2.164h1.653v-2a1 1 0 0 1 1.993 -.117l.007 .117v2h2v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M18 18h-12a1 1 0 0 0 -1 1a2 2 0 0 0 2 2h10a2 2 0 0 0 1.987 -1.768l.011 -.174a1 1 0 0 0 -.998 -1.058z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',c_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16l-1.447 .724a1 1 0 0 0 -.553 .894v2.382h12v-2.382a1 1 0 0 0 -.553 -.894l-1.447 -.724h-8z" />\n  <path d="M8 16l1 -9h6l1 9" />\n  <path d="M6 4l.5 3h11l.5 -3" />\n  <path d="M10 4v3" />\n  <path d="M14 4v3" />\n</svg>\n\n\n',p_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a3 3 0 0 1 3 3c0 1.113 -.6 2.482 -1.5 3l1.5 7h-6l1.5 -7c-.9 -.518 -1.5 -1.887 -1.5 -3a3 3 0 0 1 3 -3z" />\n  <path d="M8 9h8" />\n  <path d="M6.684 16.772a1 1 0 0 0 -.684 .949v1.279a1 1 0 0 0 1 1h10a1 1 0 0 0 1 -1v-1.28a1 1 0 0 0 -.684 -.948l-2.316 -.772h-6l-2.316 .772z" />\n</svg>\n\n\n',e3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 11l8 3l8 -3" />\n</svg>\n\n\n',n3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 20l-3 -8l3 -8" />\n</svg>\n\n\n',v_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 4l3 8l-3 8" />\n</svg>\n\n\n',u_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 13l8 -3l8 3" />\n</svg>\n\n\n',a3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8v8h8" />\n</svg>\n\n\n',g_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 8v8h-8" />\n</svg>\n\n\n',m_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 9l6 6l6 -6" />\n</svg>\n\n\n',o3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 6v12" />\n  <path d="M18 6l-6 6l6 6" />\n</svg>\n\n\n',s3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 6l-6 6l6 6" />\n</svg>\n\n\n',Yd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 6l6 6l-6 6" />\n  <path d="M17 5v13" />\n</svg>\n\n\n',Qd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 6l6 6l-6 6" />\n</svg>\n\n\n',f_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16v-8h8" />\n</svg>\n\n\n',Zd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8h8v8" />\n</svg>\n\n\n',r3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 15l6 -6l6 6" />\n</svg>\n\n\n',l3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 5v8h8" />\n  <path d="M7 9v8h8" />\n</svg>\n\n\n',tk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 5v8h-8" />\n  <path d="M17 9v8h-8" />\n</svg>\n\n\n',h3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7l5 5l5 -5" />\n  <path d="M7 13l5 5l5 -5" />\n</svg>\n\n\n',w_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 7l-5 5l5 5" />\n  <path d="M17 7l-5 5l5 5" />\n</svg>\n\n\n',d3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7l5 5l-5 5" />\n  <path d="M13 7l5 5l-5 5" />\n</svg>\n\n\n',c3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 15v-8h8" />\n  <path d="M11 19v-8h8" />\n</svg>\n\n\n',M_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 7h8v8" />\n  <path d="M5 11h8v8" />\n</svg>\n\n\n',qd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 11l5 -5l5 5" />\n  <path d="M7 17l5 -5l5 5" />\n</svg>\n\n\n',t2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 14l1.5 1.5" />\n  <path d="M18.347 15.575l2.08 2.079a1.96 1.96 0 0 1 -2.773 2.772l-2.08 -2.079a1.96 1.96 0 0 1 2.773 -2.772z" />\n  <path d="M3 6l3 -3l7.414 7.414a2 2 0 0 1 .586 1.414v2.172h-2.172a2 2 0 0 1 -1.414 -.586l-7.414 -7.414z" />\n</svg>\n\n\n',Jd='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13m-8 0a8 8 0 1 0 16 0a8 8 0 1 0 -16 0" />\n  <path d="M11 5l1 -2l1 2" />\n  <path d="M4.512 10.161c2.496 -1.105 4.992 -.825 7.488 .839c2.627 1.752 5.255 1.97 7.882 .653" />\n  <path d="M4.315 15.252c2.561 -1.21 5.123 -.96 7.685 .748c2.293 1.528 4.585 1.889 6.878 1.081" />\n</svg>\n\n\n',p3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.5 5.5l2.5 -2.5l4 4l-2 1l4 4l-1.5 .5m.5 4.5h-12l4 -4l-3 -1l3 -3" />\n  <path d="M14 17v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',v3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3l4 4l-2 1l4 4l-3 1l4 4h-14l4 -4l-3 -1l4 -4l-2 -1z" />\n  <path d="M14 17v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-3" />\n</svg>\n\n\n',u3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm0 5a3 3 0 0 0 -2.995 2.824l-.005 .176v4l.005 .176a3 3 0 0 0 5.99 0l.005 -.176v-4l-.005 -.176a3 3 0 0 0 -2.995 -2.824zm0 2a1 1 0 0 1 .993 .883l.007 .117v4l-.007 .117a1 1 0 0 1 -1.986 0l-.007 -.117v-4l.007 -.117a1 1 0 0 1 .993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',g3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm.994 5.886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',m3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',f3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',w3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm2 5a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',M3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm2 5h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',_3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',b3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm2 5h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',x3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',I3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',__='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 3.66a1 1 0 0 0 -1 1v5.585l-2.293 -2.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l4 4c.028 .028 .057 .054 .094 .083l.092 .064l.098 .052l.081 .034l.113 .034l.112 .02l.117 .006l.115 -.007l.114 -.02l.142 -.044l.113 -.054l.111 -.071a.939 .939 0 0 0 .112 -.097l4 -4l.083 -.094a1 1 0 0 0 -1.497 -1.32l-2.293 2.291v-5.584l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',y3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-8 4.66a1 1 0 0 0 -1 1v6l.007 .117l.029 .149l.035 .105l.054 .113l.071 .111c.03 .04 .061 .077 .097 .112l.09 .08l.096 .067l.098 .052l.11 .044l.112 .03l.126 .017l6.075 .003l.117 -.007a1 1 0 0 0 .883 -.993l-.007 -.117a1 1 0 0 0 -.993 -.883h-3.586l4.293 -4.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-4.293 4.291v-3.584l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',tc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M15 9l-6 6" />\n  <path d="M15 15h-6v-6" />\n</svg>\n\n\n',k3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 4.66l-.117 .007a1 1 0 0 0 -.883 .993v3.585l-4.293 -4.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l4.292 4.293h-3.585l-.117 .007a1 1 0 0 0 .117 1.993l6.034 .001a.998 .998 0 0 0 .186 -.025l.053 -.014l.066 -.02l.13 -.059l.093 -.055a.98 .98 0 0 0 .438 -.828v-6l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',b_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M15 15h-6" />\n  <path d="M15 9v6l-6 -6" />\n</svg>\n\n\n',x_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M8 12l4 4" />\n  <path d="M12 8v8" />\n  <path d="M16 12l-4 4" />\n</svg>\n\n\n',I_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2a10 10 0 0 1 .324 19.995l-.324 .005l-.324 -.005a10 10 0 0 1 .324 -19.995zm.707 5.293a1 1 0 0 0 -1.414 0l-4 4a1.048 1.048 0 0 0 -.083 .094l-.064 .092l-.052 .098l-.044 .11l-.03 .112l-.017 .126l-.003 .075l.004 .09l.007 .058l.025 .118l.035 .105l.054 .113l.043 .07l.071 .095l.054 .058l4 4l.094 .083a1 1 0 0 0 1.32 -1.497l-2.292 -2.293h5.585l.117 -.007a1 1 0 0 0 -.117 -1.993h-5.586l2.293 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',y_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 1 0 0 -18a9 9 0 0 0 0 18" />\n  <path d="M8 12l4 4" />\n  <path d="M8 12h8" />\n  <path d="M12 8l-4 4" />\n</svg>\n\n\n',k_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.324 .005a10 10 0 1 1 -.648 0l.324 -.005zm.613 5.21a1 1 0 0 0 -1.32 1.497l2.291 2.293h-5.584l-.117 .007a1 1 0 0 0 .117 1.993h5.584l-2.291 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l4 -4l.073 -.082l.064 -.089l.062 -.113l.044 -.11l.03 -.112l.017 -.126l.003 -.075l-.007 -.118l-.029 -.148l-.035 -.105l-.054 -.113l-.071 -.111a1.008 1.008 0 0 0 -.097 -.112l-4 -4z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',C_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18" />\n  <path d="M16 12l-4 -4" />\n  <path d="M16 12h-8" />\n  <path d="M12 16l4 -4" />\n</svg>\n\n\n',D_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-4.98 3.66l-.163 .01l-.086 .016l-.142 .045l-.113 .054l-.07 .043l-.095 .071l-.058 .054l-4 4l-.083 .094a1 1 0 0 0 1.497 1.32l2.293 -2.293v5.586l.007 .117a1 1 0 0 0 1.993 -.117v-5.585l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-4 -4l-.082 -.073l-.089 -.064l-.113 -.062l-.081 -.034l-.113 -.034l-.112 -.02l-.098 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',B_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 4.66h-6l-.117 .007l-.149 .029l-.105 .035l-.113 .054l-.111 .071a1.01 1.01 0 0 0 -.112 .097l-.08 .09l-.067 .096l-.052 .098l-.044 .11l-.03 .112l-.017 .126l-.003 6.075l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-3.585l4.293 4.292l.094 .083a1 1 0 0 0 1.32 -1.497l-4.292 -4.293h3.585l.117 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',z_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M9 9l6 6" />\n  <path d="M15 9h-6v6" />\n</svg>\n\n\n',C3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 4.66h-6l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h3.584l-4.291 4.293l-.083 .094a1 1 0 0 0 1.497 1.32l4.293 -4.293v3.586l.007 .117a1 1 0 0 0 1.993 -.117v-6l-.007 -.117l-.029 -.149l-.035 -.105l-.054 -.113l-.071 -.111a1.01 1.01 0 0 0 -.097 -.112l-.09 -.08l-.096 -.067l-.098 -.052l-.11 -.044l-.112 -.03l-.126 -.017l-.075 -.003z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',D3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M15 9l-6 6" />\n  <path d="M15 15v-6h-6" />\n</svg>\n\n\n',B3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M12 8l-4 4" />\n  <path d="M12 8v8" />\n  <path d="M16 12l-4 -4" />\n</svg>\n\n\n',z3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 15l-4 -4h8z" />\n</svg>\n\n\n',E3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 12l4 -4v8z" />\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n</svg>\n\n\n',S3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 12l-4 -4v8z" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',T3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9l4 4h-8z" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',A3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.293 5.953a1 1 0 0 0 -1.32 -.083l-.094 .083l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.403 1.403l.083 .094l2 2l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',O3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 12l2 2l4 -4" />\n</svg>\n\n\n',H3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11l-3 3l-3 -3" />\n  <path d="M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18z" />\n</svg>\n\n\n',R3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 15l-3 -3l3 -3" />\n  <path d="M21 12a9 9 0 1 0 -18 0a9 9 0 0 0 18 0z" />\n</svg>\n\n\n',E_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 9l3 3l-3 3" />\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0z" />\n</svg>\n\n\n',S_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 13l3 -3l3 3" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',ec='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 9l-3 3l-3 -3" />\n  <path d="M15 13l-3 3l-3 -3" />\n  <path d="M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18z" />\n</svg>\n\n\n',e2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 15l-3 -3l3 -3" />\n  <path d="M11 15l-3 -3l3 -3" />\n  <path d="M21 12a9 9 0 1 0 0 .265l0 -.265z" />\n</svg>\n\n\n',nc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 9l3 3l-3 3" />\n  <path d="M13 9l3 3l-3 3" />\n  <path d="M3 12a9 9 0 1 0 0 -.265l0 .265z" />\n</svg>\n\n\n',ac='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l3 -3l3 3" />\n  <path d="M9 11l3 -3l3 3" />\n  <path d="M12 21a9 9 0 1 0 -.265 0l.265 0z" />\n</svg>\n\n\n',P3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n</svg>\n\n\n',F3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M10 10l2 -2v8" />\n</svg>\n\n\n',L3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',N3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M10 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" />\n</svg>\n\n\n',V3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M10 8v3a1 1 0 0 0 1 1h3" />\n  <path d="M14 8v8" />\n</svg>\n\n\n',U3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" />\n</svg>\n\n\n',oc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n</svg>\n\n\n',j3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M10 8h4l-2 8" />\n</svg>\n\n\n',ic='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />\n</svg>\n\n\n',G3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',W3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l6 -6" />\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M9 9.03v.015" />\n  <path d="M15 15.045v.015" />\n</svg>\n\n\n',T_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M14 14l-4 -4" />\n  <path d="M10 14l4 -4" />\n</svg>\n\n\n',A_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n</svg>\n\n\n',O_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 6.66a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',sc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',rc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.5 4.21l0 .01" />\n  <path d="M4.21 7.5l0 .01" />\n  <path d="M3 12l0 .01" />\n  <path d="M4.21 16.5l0 .01" />\n  <path d="M7.5 19.79l0 .01" />\n  <path d="M12 21l0 .01" />\n  <path d="M16.5 19.79l0 .01" />\n  <path d="M19.79 16.5l0 .01" />\n  <path d="M21 12l0 .01" />\n  <path d="M19.79 7.5l0 .01" />\n  <path d="M16.5 4.21l0 .01" />\n  <path d="M12 3l0 .01" />\n</svg>\n\n\n',$3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3.34a10 10 0 1 1 -4.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 4.995 -8.336z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',lc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 3v18" />\n  <path d="M12 14l7 -7" />\n  <path d="M12 19l8.5 -8.5" />\n  <path d="M12 9l4.5 -4.5" />\n</svg>\n\n\n',H_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M3 12h18" />\n</svg>\n\n\n',R_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 3v18" />\n</svg>\n\n\n',hc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -20 0c0 -5.523 4.477 -10 10 -10zm2 5a3 3 0 0 0 -2.98 2.65l-.015 .174l-.005 .176l.005 .176c.019 .319 .087 .624 .197 .908l.09 .209l-3.5 3.5l-.082 .094a1 1 0 0 0 0 1.226l.083 .094l1.5 1.5l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.083 -.094a1 1 0 0 0 0 -1.226l-.083 -.094l-.792 -.793l.585 -.585l.793 .792l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-.792 -.793l.792 -.792a3 3 0 1 0 1.293 -5.708zm0 2a1 1 0 1 1 0 2a1 1 0 0 1 0 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',P_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" />\n  <path d="M12.5 11.5l-4 4l1.5 1.5" />\n  <path d="M12 15l-1.5 -1.5" />\n</svg>\n\n\n',X3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 16v-6a2 2 0 1 1 4 0v6" />\n  <path d="M10 13h4" />\n</svg>\n\n\n',F_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" />\n</svg>\n\n\n',K3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" />\n</svg>\n\n\n',L_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" />\n</svg>\n\n\n',N_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14 8h-4v8h4" />\n  <path d="M10 12h2.5" />\n</svg>\n\n\n',n2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 12h3" />\n  <path d="M14 8h-4v8" />\n</svg>\n\n\n',Y3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n</svg>\n\n\n',a2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 16v-8m4 0v8" />\n  <path d="M10 12h4" />\n</svg>\n\n\n',ek='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 8v8" />\n</svg>\n\n\n',V_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8h4v6a2 2 0 1 1 -4 0" />\n</svg>\n\n\n',Q3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8v8" />\n  <path d="M14 8l-2.5 4l2.5 4" />\n  <path d="M10 12h1.5" />\n</svg>\n\n\n',Z3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8v8h4" />\n</svg>\n\n\n',q3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 16v-8l3 5l3 -5v8" />\n</svg>\n\n\n',J3='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 16v-8l4 8v-8" />\n</svg>\n\n\n',tm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n</svg>\n\n\n',em='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 12h2a2 2 0 1 0 0 -4h-2v8" />\n</svg>\n\n\n',nm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M13 15l1 1" />\n</svg>\n\n\n',am='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" />\n</svg>\n\n\n',om='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" />\n</svg>\n\n\n',U_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8h4" />\n  <path d="M12 8v8" />\n</svg>\n\n\n',im='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8v6a2 2 0 1 0 4 0v-6" />\n</svg>\n\n\n',kl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8l2 8l2 -8" />\n</svg>\n\n\n',sm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 8l1 8l2 -5l2 5l1 -8" />\n</svg>\n\n\n',rm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8l4 8" />\n  <path d="M10 16l4 -8" />\n</svg>\n\n\n',lm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8l2 5l2 -5" />\n  <path d="M12 16v-3" />\n</svg>\n\n\n',hm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8h4l-4 8h4" />\n</svg>\n\n\n',dm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.475 15.029a9 9 0 1 0 -7.962 5.957" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',cm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 12l6 0" />\n</svg>\n\n\n',j_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n</svg>\n\n\n',nk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 10l2 -2v8" />\n</svg>\n\n\n',ak='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',pm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1" />\n</svg>\n\n\n',vm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8v3a1 1 0 0 0 1 1h3" />\n  <path d="M14 8v8" />\n</svg>\n\n\n',um='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" />\n</svg>\n\n\n',G_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n</svg>\n\n\n',W_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 8h4l-2 8" />\n</svg>\n\n\n',Cl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />\n</svg>\n\n\n',gm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',$_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',X_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M9 15.075l6 -6" />\n  <path d="M9 9.105v.015" />\n  <path d="M15 15.12v.015" />\n</svg>\n\n\n',C0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.985 12.522a9 9 0 1 0 -8.475 8.464" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',Ir='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M9 12h6" />\n  <path d="M12 9v6" />\n</svg>\n\n\n',K_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10h3v3m-3 1h-7v-4h3" />\n  <path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Y_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M7 10h10v4h-10z" />\n</svg>\n\n\n',ok='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.5 9.5m-6.5 0a6.5 6.5 0 1 0 13 0a6.5 6.5 0 1 0 -13 0" />\n  <path d="M10 10m0 2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',ik='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 20l7 -12h-14z" />\n</svg>\n\n\n',Dl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-6.489 5.8a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Q_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 10l4 4m0 -4l-4 4" />\n</svg>\n\n\n',dc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',Z_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.5 12a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z" stroke-width="0" fill="currentColor" />\n  <path d="M17.5 12a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z" stroke-width="0" fill="currentColor" />\n  <path d="M12 2a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',mm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.183 6.117a6 6 0 1 0 4.511 3.986" />\n  <path d="M14.813 17.883a6 6 0 1 0 -4.496 -3.954" />\n</svg>\n\n\n',q_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M6.5 17m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M17.5 17m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n</svg>\n\n\n',J_='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M5 12h-3" />\n  <path d="M19 12h3" />\n  <path d="M10 14v-3c0 -1.036 .895 -2 2 -2s2 .964 2 2v3" />\n  <path d="M14 12h-4" />\n</svg>\n\n\n',tb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12h4" />\n  <path d="M18 12h4" />\n  <path d="M18 5v14" />\n  <path d="M14 9v6" />\n  <path d="M10 5v14" />\n  <path d="M6 9v6" />\n</svg>\n\n\n',cc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12h5" />\n  <path d="M17 12h5" />\n  <path d="M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M8.5 8.5l7 7" />\n  <path d="M15.5 8.5l-7 7" />\n</svg>\n\n\n',fm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-8" />\n  <path d="M2 12h8" />\n  <path d="M10 7v10" />\n  <path d="M14 7v10" />\n  <path d="M17 5h4" />\n  <path d="M19 3v4" />\n</svg>\n\n\n',eb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-8" />\n  <path d="M2 12h8" />\n  <path d="M10 7v10" />\n  <path d="M14 7v10" />\n</svg>\n\n\n',o2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12h9" />\n  <path d="M15 12h7" />\n  <path d="M11 5v14" />\n  <path d="M15 9v6" />\n  <path d="M3 5h4" />\n  <path d="M5 3v4" />\n</svg>\n\n\n',pc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12h8" />\n  <path d="M14 12h8" />\n  <path d="M10 5v14" />\n  <path d="M14 9v6" />\n</svg>\n\n\n',sk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12h2" />\n  <path d="M20 7h2" />\n  <path d="M6 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M20 17h2" />\n  <path d="M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7.5 10.5l8.5 -3.5" />\n</svg>\n\n\n',wm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-6" />\n  <path d="M2 12h6" />\n  <path d="M8 7l8 5l-8 5z" />\n  <path d="M14 7h2v10h2" />\n</svg>\n\n\n',nb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-6" />\n  <path d="M2 12h6" />\n  <path d="M8 7l8 5l-8 5z" />\n  <path d="M16 7v10" />\n</svg>\n\n\n',Mm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13v-10" />\n  <path d="M12 21l-6 -8h12z" />\n</svg>\n\n\n',yr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13v-8" />\n  <path d="M4 13h16" />\n  <path d="M7 16h10" />\n  <path d="M10 19h4" />\n</svg>\n\n\n',ab='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 14h3v-2a2 2 0 1 1 4 0v2v-1.5a2.5 2.5 0 1 1 5 0v1.5v-1.5a2.5 2.5 0 1 1 5 0v1.5h3" />\n</svg>\n\n\n',_m='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M5 12h-3" />\n  <path d="M19 12h3" />\n  <path d="M10 14v-4l2 2l2 -2v4" />\n</svg>\n\n\n',vc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 17h2" />\n  <path d="M20 17h2" />\n  <path d="M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 11h12" />\n  <path d="M12 11v-6" />\n</svg>\n\n\n',rk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12h2l2 -5l3 10l3 -10l3 10l3 -10l1.5 5h2.5" />\n</svg>\n\n\n',ob='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12h2" />\n  <path d="M20 12h2" />\n  <path d="M6 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M8 12h8" />\n</svg>\n\n\n',ib='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12h2" />\n  <path d="M20 12h2" />\n  <path d="M6 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7.5 10.5l7.5 -5.5" />\n</svg>\n\n\n',sb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M5 12h-3" />\n  <path d="M19 12h3" />\n  <path d="M10 10l2 4l2 -4" />\n</svg>\n\n\n',bm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 6h12" />\n  <path d="M6 12h12" />\n  <path d="M4 18h12" />\n</svg>\n\n\n',xm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 15l4 4m0 -4l-4 4" />\n  <path d="M7 6v-1h11v1" />\n  <path d="M7 19l4 0" />\n  <path d="M13 5l-4 14" />\n</svg>\n\n\n',rb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12l3 0" />\n  <path d="M12 3l0 3" />\n  <path d="M7.8 7.8l-2.2 -2.2" />\n  <path d="M16.2 7.8l2.2 -2.2" />\n  <path d="M7.8 16.2l-2.2 2.2" />\n  <path d="M12 12l9 3l-4 2l-2 4l-3 -9" />\n</svg>\n\n\n',Im='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M9 14l2 2l4 -4" />\n</svg>\n\n\n',ym='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h3m9 -9v-5a2 2 0 0 0 -2 -2h-2" />\n  <path d="M13 17v-1a1 1 0 0 1 1 -1h1m3 0h1a1 1 0 0 1 1 1v1m0 3v1a1 1 0 0 1 -1 1h-1m-3 0h-1a1 1 0 0 1 -1 -1v-1" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',lb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M9 17v-4" />\n  <path d="M12 17v-1" />\n  <path d="M15 17v-2" />\n  <path d="M12 17v-1" />\n</svg>\n\n\n',hb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M11.993 16.75l2.747 -2.815a1.9 1.9 0 0 0 0 -2.632a1.775 1.775 0 0 0 -2.56 0l-.183 .188l-.183 -.189a1.775 1.775 0 0 0 -2.56 0a1.899 1.899 0 0 0 0 2.632l2.738 2.825z" />\n</svg>\n\n\n',km='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M9 12l.01 0" />\n  <path d="M13 12l2 0" />\n  <path d="M9 16l.01 0" />\n  <path d="M13 16l2 0" />\n</svg>\n\n\n',db='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.575 5.597a2 2 0 0 0 -.575 1.403v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-8a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 5a2 2 0 0 1 2 -2h2a2 2 0 1 1 0 4h-2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Cm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M10 14h4" />\n  <path d="M12 12v4" />\n</svg>\n\n\n',Dm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 13h.01" />\n  <path d="M14 13h.01" />\n  <path d="M10 16a3.5 3.5 0 0 0 4 0" />\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',Bm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M9 12h6" />\n  <path d="M9 16h6" />\n</svg>\n\n\n',zm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M9 12v-1h6v1" />\n  <path d="M12 11v6" />\n  <path d="M11 17h2" />\n</svg>\n\n\n',cb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M10 12l4 4m0 -4l-4 4" />\n</svg>\n\n\n',pb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',lk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 0 0 9 9m9 -9a9 9 0 1 0 -18 0" />\n  <path d="M12 7v5l.5 .5" />\n  <path d="M18 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" />\n  <path d="M15 21v-6" />\n</svg>\n\n\n',Em='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" />\n  <path d="M12 7v5l3 3" />\n  <path d="M4 12h1" />\n  <path d="M19 12h1" />\n  <path d="M12 19v1" />\n</svg>\n\n\n',hk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 0 0 5.998 8.485m12.002 -8.485a9 9 0 1 0 -18 0" />\n  <path d="M12 7v5" />\n  <path d="M12 15h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" />\n  <path d="M18 15v2a1 1 0 0 0 1 1h1" />\n  <path d="M21 15v6" />\n</svg>\n\n\n',dk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.984 12.53a9 9 0 1 0 -7.552 8.355" />\n  <path d="M12 7v5l3 3" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',ck='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.997 12.25a9 9 0 1 0 -8.718 8.745" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n  <path d="M12 7v5l2 2" />\n</svg>\n\n\n',pk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.942 13.021a9 9 0 1 0 -9.407 7.967" />\n  <path d="M12 7v5l3 3" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',vk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.931 13.111a9 9 0 1 0 -9.453 7.874" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n  <path d="M12 7v5l2 2" />\n</svg>\n\n\n',uk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -9.002 9" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n  <path d="M12 7v5l2 2" />\n</svg>\n\n\n',gk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.866 10.45a9 9 0 1 0 -7.815 10.488" />\n  <path d="M12 7v5l1.5 1.5" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',mk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.984 12.535a9 9 0 1 0 -8.431 8.448" />\n  <path d="M12 7v5l3 3" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',Sm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -9.972 8.948c.32 .034 .644 .052 .972 .052" />\n  <path d="M12 7v5l2 2" />\n  <path d="M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" />\n</svg>\n\n\n',fk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.986 12.502a9 9 0 1 0 -5.973 7.98" />\n  <path d="M12 7v5l3 3" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',wk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 2.66a1 1 0 0 0 -.993 .883l-.007 .117v5l.009 .131a1 1 0 0 0 .197 .477l.087 .1l3 3l.094 .082a1 1 0 0 0 1.226 0l.094 -.083l.083 -.094a1 1 0 0 0 0 -1.226l-.083 -.094l-2.707 -2.708v-4.585l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Tm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.956 11.107a9 9 0 1 0 -9.579 9.871" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n  <path d="M12 7v5l.5 .5" />\n</svg>\n\n\n',vb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 7v5" />\n  <path d="M12 12l2 -3" />\n</svg>\n\n\n',Bl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12l-3 -2" />\n  <path d="M12 7v5" />\n</svg>\n\n\n',s2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12l-2 -3" />\n  <path d="M12 7v5" />\n</svg>\n\n\n',ub='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 7v5" />\n</svg>\n\n\n',gb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12l3 -2" />\n  <path d="M12 7v5" />\n</svg>\n\n\n',mb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12h3.5" />\n  <path d="M12 7v5" />\n</svg>\n\n\n',fb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12l3 2" />\n  <path d="M12 7v5" />\n</svg>\n\n\n',wb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12l2 3" />\n  <path d="M12 7v5" />\n</svg>\n\n\n',Mb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12v3.5" />\n  <path d="M12 7v5" />\n</svg>\n\n\n',_b='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12l-2 3" />\n  <path d="M12 7v5" />\n</svg>\n\n\n',Am='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12l-3 2" />\n  <path d="M12 7v5" />\n</svg>\n\n\n',bb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12h-3.5" />\n  <path d="M12 7v5" />\n</svg>\n\n\n',xb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.477 15.022a9 9 0 1 0 -7.998 5.965" />\n  <path d="M12 7v5l3 3" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',Ib='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.633 5.64a9 9 0 1 0 12.735 12.72m1.674 -2.32a9 9 0 0 0 -12.082 -12.082" />\n  <path d="M12 7v1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',yb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.942 13.018a9 9 0 1 0 -7.909 7.922" />\n  <path d="M12 7v5l2 2" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',kb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.971 11.278a9 9 0 1 0 -8.313 9.698" />\n  <path d="M12 7v5l1.5 1.5" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',Cb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 7v5l2 2" />\n  <path d="M17 22l5 -3l-5 -3z" />\n  <path d="M13.017 20.943a9 9 0 1 1 7.831 -7.292" />\n</svg>\n\n\n',Db='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.984 12.535a9 9 0 1 0 -8.468 8.45" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n  <path d="M12 7v5l3 3" />\n</svg>\n\n\n',Bb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.975 11.33a9 9 0 1 0 -5.717 9.06" />\n  <path d="M12 7v5l2 2" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',zb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12.3a9 9 0 1 0 -8.683 8.694" />\n  <path d="M12 7v5l2 2" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',Eb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.993 11.646a9 9 0 1 0 -9.318 9.348" />\n  <path d="M12 7v5l1 1" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',Sb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.943 13.016a9 9 0 1 0 -8.915 7.984" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n  <path d="M12 7v5l2 2" />\n</svg>\n\n\n',Tb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -8.98 9" />\n  <path d="M12 7v5l1 1" />\n  <path d="M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5z" />\n</svg>\n\n\n',Ab='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.982 11.436a9 9 0 1 0 -9.966 9.51" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n  <path d="M12 7v5l1 1" />\n</svg>\n\n\n',Om='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -9 9" />\n  <path d="M12 7v5l1 1" />\n  <path d="M16 16h6v6h-6z" />\n</svg>\n\n\n',uc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.983 12.548a9 9 0 1 0 -8.45 8.436" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n  <path d="M12 7v5l2.5 2.5" />\n</svg>\n\n\n',Ob='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.926 13.15a9 9 0 1 0 -7.835 7.784" />\n  <path d="M12 7v5l2 2" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',Hb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M12 7v5l3 3" />\n</svg>\n\n\n',Hm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 7v1m0 4v9" />\n  <path d="M9 21h6" />\n  <path d="M7.757 9.243a6 6 0 0 0 3.129 1.653m3.578 -.424a6 6 0 0 0 1.779 -1.229" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Rb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 7v14" />\n  <path d="M9 21h6" />\n  <path d="M7.757 9.243a6 6 0 0 0 8.486 0" />\n</svg>\n\n\n',Rm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 18.004h-6.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.396 0 2.6 .831 3.148 2.03" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',Mk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99a3.45 3.45 0 0 1 2.756 1.373" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',Pb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 18.004h-4.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.388 0 2.585 .82 3.138 2.007" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',Pm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 18.004h-4.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99a3.468 3.468 0 0 1 3.307 2.444" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',Fm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c.956 0 1.822 .39 2.449 1.02" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',Fb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.657 16c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878" />\n  <path d="M12 16v5" />\n  <path d="M16 16v4a1 1 0 0 0 1 1h4" />\n  <path d="M8 16v4a1 1 0 0 1 -1 1h-4" />\n</svg>\n\n\n',Lm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 9.897c0 -1.714 1.46 -3.104 3.26 -3.104c.275 -1.22 1.255 -2.215 2.572 -2.611c1.317 -.397 2.77 -.134 3.811 .69c1.042 .822 1.514 2.08 1.239 3.3h.693a2.42 2.42 0 0 1 2.425 2.414a2.42 2.42 0 0 1 -2.425 2.414h-8.315c-1.8 0 -3.26 -1.39 -3.26 -3.103z" />\n  <path d="M12 13v3" />\n  <path d="M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M14 18h7" />\n  <path d="M3 18h7" />\n</svg>\n\n\n',Lb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 18.004h-6.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.28 1.023 1.957 2.51 1.873 4.027" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',gc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.38 0 2.573 .813 3.13 1.99" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',mc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 18a3.5 3.5 0 0 0 0 -7h-1a5 4.5 0 0 0 -11 -2a4.6 4.4 0 0 0 -2.1 8.4" />\n  <path d="M12 13l0 9" />\n  <path d="M9 19l3 3l3 -3" />\n</svg>\n\n\n',Nm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 18.004h-8.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.374 0 2.562 .805 3.121 1.972" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',Vm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.04 4.305c2.195 -.667 4.615 -.224 6.36 1.176c1.386 1.108 2.188 2.686 2.252 4.34l.003 .212l.091 .003c2.3 .107 4.143 1.961 4.25 4.27l.004 .211c0 2.407 -1.885 4.372 -4.255 4.482l-.21 .005h-11.878l-.222 -.008c-2.94 -.11 -5.317 -2.399 -5.43 -5.263l-.005 -.216c0 -2.747 2.08 -5.01 4.784 -5.417l.114 -.016l.07 -.181c.663 -1.62 2.056 -2.906 3.829 -3.518l.244 -.08z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Um='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 16a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-12" />\n  <path d="M5 20l14 0" />\n</svg>\n\n\n',r2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 18.004h-3.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',_k='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027" />\n  <path d="M8 15m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n  <path d="M10 15v-2a2 2 0 0 1 3.736 -1" />\n</svg>\n\n\n',jm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 18a3.5 3.5 0 0 0 0 -7h-1c.397 -1.768 -.285 -3.593 -1.788 -4.787c-1.503 -1.193 -3.6 -1.575 -5.5 -1s-3.315 2.019 -3.712 3.787c-2.199 -.088 -4.155 1.326 -4.666 3.373c-.512 2.047 .564 4.154 2.566 5.027" />\n  <path d="M8 15m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n  <path d="M10 15v-2a2 2 0 1 1 4 0v2" />\n</svg>\n\n\n',Nb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 .186 -.015 .37 -.042 .548" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',bk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 20h7" />\n  <path d="M14 20h7" />\n  <path d="M10 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 16v2" />\n  <path d="M8 16.004h-1.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-2.535" />\n</svg>\n\n\n',Vb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.58 5.548c.24 -.11 .492 -.207 .752 -.286c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 .957 -.383 1.824 -1.003 2.454m-2.997 1.033h-11.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.13 -.582 .37 -1.128 .7 -1.62" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ub='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 18.004h-6.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.406 0 2.617 .843 3.16 2.055" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',Gm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',Ri='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99a3.46 3.46 0 0 1 3.085 1.9" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',l2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.5 18.004h-7.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',h2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7" />\n  <path d="M11 13v2m0 3v2m4 -5v2m0 3v2" />\n</svg>\n\n\n',fc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 18.004h-4.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',jb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 18.004h-5.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.41 0 2.624 .848 3.164 2.065" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',Gb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7" />\n  <path d="M11 15v.01m0 3v.01m0 3v.01m4 -4v.01m0 3v.01" />\n</svg>\n\n\n',Wb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.5 18.004h-2.843c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.209 .967 1.88 2.347 1.88 3.776" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',$b='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1" />\n  <path d="M13 14l-2 4l3 0l-2 4" />\n</svg>\n\n\n',xk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.004h-5.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.38 0 2.57 .811 3.128 1.986" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',Xb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 18a4.6 4.4 0 0 1 0 -9a5 4.5 0 0 1 11 2h1a3.5 3.5 0 0 1 0 7h-1" />\n  <path d="M9 15l3 -3l3 3" />\n  <path d="M12 12l0 9" />\n</svg>\n\n\n',Wm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 18.004h-6.343c-2.572 -.004 -4.657 -2.011 -4.657 -4.487c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.37 0 2.556 .8 3.117 1.964" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',Kb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.657 18c-2.572 0 -4.657 -2.007 -4.657 -4.483c0 -2.475 2.085 -4.482 4.657 -4.482c.393 -1.762 1.794 -3.2 3.675 -3.773c1.88 -.572 3.956 -.193 5.444 1c1.488 1.19 2.162 3.007 1.77 4.769h.99c1.913 0 3.464 1.56 3.464 3.486c0 1.927 -1.551 3.487 -3.465 3.487h-11.878" />\n</svg>\n\n\n',Yb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 11l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95a2.04 2.04 0 0 1 2.912 0l.485 .39l.485 -.39a2.04 2.04 0 0 1 2.912 0a2.104 2.104 0 0 1 0 2.95l-3.397 3.44z" />\n  <path d="M11 11l-3.397 3.44a2.104 2.104 0 0 0 0 2.95a2.04 2.04 0 0 0 2.912 0l.485 -.39l.485 .39a2.04 2.04 0 0 0 2.912 0a2.104 2.104 0 0 0 0 -2.95l-3.397 -3.44z" />\n  <path d="M14.44 7.603a2.104 2.104 0 0 1 2.95 0a2.04 2.04 0 0 1 0 2.912l-.39 .485l.39 .485a2.04 2.04 0 0 1 0 2.912a2.104 2.104 0 0 1 -2.95 0" />\n  <path d="M7.56 7.603a2.104 2.104 0 0 0 -2.95 0a2.04 2.04 0 0 0 0 2.912l.39 .485l-.39 .485a2.04 2.04 0 0 0 0 2.912a2.104 2.104 0 0 0 2.95 0" />\n  <path d="M15 15l6 6" />\n</svg>\n\n\n',wc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95a2.04 2.04 0 0 1 2.912 0l.485 .39l.485 -.39a2.04 2.04 0 0 1 2.912 0a2.104 2.104 0 0 1 0 2.95l-3.397 3.44z" />\n  <path d="M12 14l-3.397 3.44a2.104 2.104 0 0 0 0 2.95a2.04 2.04 0 0 0 2.912 0l.485 -.39l.485 .39a2.04 2.04 0 0 0 2.912 0a2.104 2.104 0 0 0 0 -2.95l-3.397 -3.44z" />\n  <path d="M14 12l3.44 -3.397a2.104 2.104 0 0 1 2.95 0a2.04 2.04 0 0 1 0 2.912l-.39 .485l.39 .485a2.04 2.04 0 0 1 0 2.912a2.104 2.104 0 0 1 -2.95 0l-3.44 -3.397z" />\n  <path d="M10 12l-3.44 -3.397a2.104 2.104 0 0 0 -2.95 0a2.04 2.04 0 0 0 0 2.912l.39 .485l-.39 .485a2.04 2.04 0 0 0 0 2.912a2.104 2.104 0 0 0 2.95 0l3.44 -3.397z" />\n</svg>\n\n\n',Qb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2a5 5 0 0 0 -4.488 2.797l-.103 .225a4.998 4.998 0 0 0 -.334 2.837l.027 .14a5 5 0 0 0 -3.091 9.009l.198 .14a4.998 4.998 0 0 0 4.42 .58l.174 -.066l-.773 3.095a1 1 0 0 0 .97 1.243h6l.113 -.006a1 1 0 0 0 .857 -1.237l-.774 -3.095l.174 .065a5 5 0 1 0 1.527 -9.727l.028 -.14a4.997 4.997 0 0 0 -4.925 -5.86z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Mc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a4 4 0 0 1 3.164 6.447a4 4 0 1 1 -1.164 6.198v1.355l1 4h-6l1 -4l0 -1.355a4 4 0 1 1 -1.164 -6.199a4 4 0 0 1 3.163 -6.446z" />\n</svg>\n\n\n',Zb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2" />\n  <path d="M12 11.875l3 -1.687" />\n  <path d="M12 11.875v3.375" />\n  <path d="M12 11.875l-3 -1.687" />\n  <path d="M12 11.875l3 1.688" />\n  <path d="M12 8.5v3.375" />\n  <path d="M12 11.875l-3 1.688" />\n  <path d="M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2" />\n</svg>\n\n\n',$m='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.5 13.5l-1.5 -1.5l1.5 -1.5" />\n  <path d="M15.5 10.5l1.5 1.5l-1.5 1.5" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M13 9.5l-2 5.5" />\n</svg>\n\n\n',_c='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 14l-2 -2l2 -2" />\n  <path d="M14 10l2 2l-2 2" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',Xm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 12h.01" />\n  <path d="M12 12h.01" />\n  <path d="M9 12h.01" />\n  <path d="M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2" />\n  <path d="M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2" />\n</svg>\n\n\n',Ik='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 12h6" />\n  <path d="M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2" />\n  <path d="M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2" />\n</svg>\n\n\n',zl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 8l-4 4l4 4" />\n  <path d="M17 8l4 4l-2.5 2.5" />\n  <path d="M14 4l-1.201 4.805m-.802 3.207l-2 7.988" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',yk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 12h6" />\n  <path d="M12 9v6" />\n  <path d="M6 19a2 2 0 0 1 -2 -2v-4l-1 -1l1 -1v-4a2 2 0 0 1 2 -2" />\n  <path d="M18 19a2 2 0 0 0 2 -2v-4l1 -1l-1 -1v-4a2 2 0 0 0 -2 -2" />\n</svg>\n\n\n',qb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 8l-4 4l4 4" />\n  <path d="M17 8l4 4l-4 4" />\n  <path d="M14 4l-4 16" />\n</svg>\n\n\n',bc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 14c.83 .642 2.077 1.017 3.5 1c1.423 .017 2.67 -.358 3.5 -1c.73 -.565 1.783 -.923 3 -.99" />\n  <path d="M8 3c-.194 .14 -.364 .305 -.506 .49" />\n  <path d="M12 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" />\n  <path d="M14 10h3v3m-.257 3.743a6 6 0 0 1 -5.743 4.257h-2a6 6 0 0 1 -6 -6v-5h7" />\n  <path d="M20.116 16.124a3 3 0 0 0 -3.118 -4.953" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Jb='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 14c.83 .642 2.077 1.017 3.5 1c1.423 .017 2.67 -.358 3.5 -1c.83 -.642 2.077 -1.017 3.5 -1c1.423 -.017 2.67 .358 3.5 1" />\n  <path d="M8 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" />\n  <path d="M12 3a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" />\n  <path d="M3 10h14v5a6 6 0 0 1 -6 6h-2a6 6 0 0 1 -6 -6v-5z" />\n  <path d="M16.746 16.726a3 3 0 1 0 .252 -5.555" />\n</svg>\n\n\n',kk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3l-2 6l2 12h6l2 -12l-2 -6z" />\n  <path d="M10 7v5" />\n  <path d="M8 9h4" />\n  <path d="M13 21h4l2 -12l-2 -6h-4" />\n</svg>\n\n\n',Ck='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-4 2.66a1 1 0 0 0 -1 1h-1a1 1 0 0 0 -2 0a1 1 0 1 0 0 2v6a1 1 0 0 0 0 2c0 1.333 2 1.333 2 0h1a1 1 0 0 0 2 0v-.15c1.167 -.394 2 -1.527 2 -2.85l-.005 -.175a3.063 3.063 0 0 0 -.734 -1.827c.46 -.532 .739 -1.233 .739 -1.998c0 -1.323 -.833 -2.456 -2 -2.85v-.15a1 1 0 0 0 -1 -1zm.09 7c.492 0 .91 .437 .91 1s-.418 1 -.91 1h-2.09v-2h2.09zm0 -4c.492 0 .91 .437 .91 1c0 .522 -.36 .937 -.806 .993l-.104 .007h-2.09v-2h2.09z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',tx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 8h4.09c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2h-4.09" />\n  <path d="M10 12h4" />\n  <path d="M10 7v10v-9" />\n  <path d="M13 7v1" />\n  <path d="M13 16v1" />\n</svg>\n\n\n',ex='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 2.66c-2.052 0 -3.768 1.449 -4.549 3.5h-.451a1 1 0 0 0 -.117 1.993l.134 .007a7.298 7.298 0 0 0 0 1h-.017a1 1 0 0 0 0 2h.452c.78 2.053 2.496 3.5 4.548 3.5c1.141 0 2.217 -.457 3.084 -1.27a1 1 0 0 0 -1.368 -1.46c-.509 .478 -1.102 .73 -1.716 .73c-.922 0 -1.776 -.578 -2.335 -1.499l1.335 -.001a1 1 0 0 0 0 -2h-1.977a5.342 5.342 0 0 1 0 -1h1.977a1 1 0 0 0 0 -2h-1.336c.56 -.921 1.414 -1.5 2.336 -1.5c.615 0 1.208 .252 1.717 .73a1 1 0 0 0 1.368 -1.46c-.867 -.812 -1.943 -1.27 -3.085 -1.27z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Km='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14.401 8c-.669 -.628 -1.5 -1 -2.401 -1c-2.21 0 -4 2.239 -4 5s1.79 5 4 5c.9 0 1.731 -.372 2.4 -1" />\n  <path d="M7 10.5h4" />\n  <path d="M7 13.5h4" />\n</svg>\n\n\n',Dk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 2.66a1 1 0 0 0 -1 1a3 3 0 1 0 0 6v2a1.024 1.024 0 0 1 -.866 -.398l-.068 -.101a1 1 0 0 0 -1.732 .998a3 3 0 0 0 2.505 1.5h.161a1 1 0 0 0 .883 .994l.117 .007a1 1 0 0 0 1 -1l.176 -.005a3 3 0 0 0 -.176 -5.995v-2c.358 -.012 .671 .14 .866 .398l.068 .101a1 1 0 0 0 1.732 -.998a3 3 0 0 0 -2.505 -1.501h-.161a1 1 0 0 0 -1 -1zm1 7a1 1 0 0 1 0 2v-2zm-2 -4v2a1 1 0 0 1 0 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',nx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11.414v4.586a1 1 0 0 0 1 1l4.66 .001a10 10 0 0 1 -17.32 0l4.66 -.001l.117 -.007a1 1 0 0 0 .883 -.993v-4.585l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.293zm2 -8.074a10 10 0 0 1 4.54 11.66h-4.54v-6c0 -.89 -1.077 -1.337 -1.707 -.707l-3.293 3.292l-3.293 -3.292l-.084 -.076c-.637 -.514 -1.623 -.07 -1.623 .783v6h-4.54a9.991 9.991 0 0 1 -.46 -3l.005 -.324a10 10 0 0 1 14.995 -8.336z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ax='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M4 16h4v-7l4 4l4 -4v7h4" />\n</svg>\n\n\n',d2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.8 9a2 2 0 0 0 -1.8 -1h-1m-2.82 1.171a2 2 0 0 0 1.82 2.829h1m2.824 2.822a2 2 0 0 1 -1.824 1.178h-2a2 2 0 0 1 -1.8 -1" />\n  <path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" />\n  <path d="M12 6v2m0 8v2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',c2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-4 2.66a3 3 0 0 0 -3 3v2h-1a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h1v1a1 1 0 0 1 -.77 .974l-.113 .02l-.117 .006c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h6a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883h-3.171l.048 -.148a3 3 0 0 0 .123 -.852v-1h1a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1v-2a1 1 0 0 1 .883 -.993l.117 -.007a1 1 0 0 1 .993 .883l.007 .117a1 1 0 0 0 2 0a3 3 0 0 0 -3 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Ym='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M15 9a2 2 0 1 0 -4 0v5a2 2 0 0 1 -2 2h6" />\n  <path d="M9 12h4" />\n</svg>\n\n\n',ox='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 3.66h-6c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h1a2 2 0 0 1 1.732 1h-2.732a1 1 0 0 0 0 2l2.732 .001a2 2 0 0 1 -1.732 .999h-1c-.89 0 -1.337 1.077 -.707 1.707l3 3a1 1 0 0 0 1.414 0l.083 -.094a1 1 0 0 0 -.083 -1.32l-1.484 -1.485l.113 -.037a4.009 4.009 0 0 0 2.538 -2.77l1.126 -.001a1 1 0 0 0 0 -2h-1.126a3.973 3.973 0 0 0 -.33 -.855l-.079 -.145h1.535a1 1 0 0 0 1 -1l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Qm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M15 8h-6h1a3 3 0 0 1 0 6h-1l3 3" />\n  <path d="M9 11h6" />\n</svg>\n\n\n',rs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-6.211 4.384a2 2 0 0 0 -2.683 -.895l-.553 .277a1 1 0 0 0 .894 1.788l.553 -.276l-.001 1.382h-.999a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h.999l.001 3a3 3 0 0 0 2.824 2.995l.176 .005h.5a3.5 3.5 0 0 0 3.5 -3.5v-.5a1 1 0 0 0 -1 -1h-1a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .876 .876l.032 .002l-.02 .057a1.5 1.5 0 0 1 -1.395 .948h-.5a1 1 0 0 1 -1 -1l-.001 -3h4.001a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-4.001l.001 -1.382a2 2 0 0 0 -.136 -.725l-.075 -.17z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Zm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8l.553 -.276a1 1 0 0 1 1.447 .894v6.382a2 2 0 0 0 2 2h.5a2.5 2.5 0 0 0 2.5 -2.5v-.5h-1" />\n  <path d="M8 11h7" />\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n</svg>\n\n\n',ix='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.445 3.828a1 1 0 0 0 -1.387 .277l-2.168 3.251l-2.168 -3.25a1 1 0 0 0 -1.286 -.337l-.1 .059a1 1 0 0 0 -.278 1.387l1.63 2.445h-.798a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v1h-2a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v1a1 1 0 0 0 .883 .993l.117 .007l.117 -.007a1 1 0 0 0 .883 -.993v-1h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-2v-1h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-.799l1.631 -2.445a1 1 0 0 0 -.184 -1.317l-.093 -.07z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Bk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 12h6" />\n  <path d="M9 15h6" />\n  <path d="M9 8l3 4.5" />\n  <path d="M15 8l-3 4.5v4.5" />\n</svg>\n\n\n',qm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.445 3.828a1 1 0 0 0 -1.387 .277l-2.168 3.251l-2.168 -3.25a1 1 0 0 0 -1.286 -.337l-.1 .059a1 1 0 0 0 -.278 1.387l2.296 3.445h-1.464a1 1 0 0 0 -.993 .883l-.007 .117a1 1 0 0 0 1 1h2v3a1 1 0 0 0 .883 .993l.117 .007l.117 -.007a1 1 0 0 0 .883 -.993v-3h2a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -1 -1h-1.465l2.297 -3.445a1 1 0 0 0 -.184 -1.317l-.093 -.07z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',sx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 13h6" />\n  <path d="M9 8l3 4.5" />\n  <path d="M15 8l-3 4.5v4.5" />\n</svg>\n\n\n',xc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14.8 9a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1" />\n  <path d="M12 7v10" />\n</svg>\n\n\n',zk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 14c0 1.657 2.686 3 6 3s6 -1.343 6 -3s-2.686 -3 -6 -3s-6 1.343 -6 3z" />\n  <path d="M9 14v4c0 1.656 2.686 3 6 3s6 -1.344 6 -3v-4" />\n  <path d="M3 6c0 1.072 1.144 2.062 3 2.598s4.144 .536 6 0c1.856 -.536 3 -1.526 3 -2.598c0 -1.072 -1.144 -2.062 -3 -2.598s-4.144 -.536 -6 0c-1.856 .536 -3 1.526 -3 2.598z" />\n  <path d="M3 6v10c0 .888 .772 1.45 2 2" />\n  <path d="M3 11c0 .888 .772 1.45 2 2" />\n</svg>\n\n\n',rx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.58 13.79c.27 .68 .42 1.43 .42 2.21c0 1.77 -.77 3.37 -2 4.46a5.93 5.93 0 0 1 -4 1.54c-3.31 0 -6 -2.69 -6 -6c0 -2.76 1.88 -5.1 4.42 -5.79" />\n  <path d="M17.58 10.21c2.54 .69 4.42 3.03 4.42 5.79c0 3.31 -2.69 6 -6 6a5.93 5.93 0 0 1 -4 -1.54" />\n  <path d="M12 8m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" />\n</svg>\n\n\n',Jm='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 7l6 6" />\n  <path d="M12 8l3.699 -3.699a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-3.702 3.702m-2 2l-6 6h-4v-4l6 -6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ek='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 7l6 6" />\n  <path d="M4 16l11.7 -11.7a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-11.7 11.7h-4v-4z" />\n</svg>\n\n\n',Sk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 13v4a4 4 0 0 0 6.832 2.825m1.168 -2.825v-12a2 2 0 0 0 -2 -2h-4a2 2 0 0 0 -2 2v4" />\n  <path d="M13 7.35l-2 -2a2 2 0 0 0 -2.11 -.461m-2.13 1.874l-1.416 1.415a2 2 0 0 0 0 2.828l9 9" />\n  <path d="M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12" />\n  <path d="M17 17v.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Tk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 3h-4a2 2 0 0 0 -2 2v12a4 4 0 0 0 8 0v-12a2 2 0 0 0 -2 -2" />\n  <path d="M13 7.35l-2 -2a2 2 0 0 0 -2.828 0l-2.828 2.828a2 2 0 0 0 0 2.828l9 9" />\n  <path d="M7.3 13h-2.3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h12" />\n  <path d="M17 17l0 .01" />\n</svg>\n\n\n',Ak='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z" />\n  <path d="M5 12l4 0" />\n  <path d="M7 10l0 4" />\n</svg>\n\n\n',Ok='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z" />\n  <path d="M15 12l4 0" />\n  <path d="M17 10l0 4" />\n</svg>\n\n\n',Hk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1z" />\n  <path d="M16 10l4 4" />\n  <path d="M16 14l4 -4" />\n</svg>\n\n\n',Rk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',tf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1zm9 -1v18" />\n</svg>\n\n\n',ef='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1zm6 -1v18m6 -18v18" />\n</svg>\n\n\n',lx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6h2" />\n  <path d="M4 10h5.5" />\n  <path d="M4 14h5.5" />\n  <path d="M4 18h5.5" />\n  <path d="M14.5 6h5.5" />\n  <path d="M14.5 10h5.5" />\n  <path d="M18 14h2" />\n  <path d="M14.5 18h3.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',hx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6l5.5 0" />\n  <path d="M4 10l5.5 0" />\n  <path d="M4 14l5.5 0" />\n  <path d="M4 18l5.5 0" />\n  <path d="M14.5 6l5.5 0" />\n  <path d="M14.5 10l5.5 0" />\n  <path d="M14.5 14l5.5 0" />\n  <path d="M14.5 18l5.5 0" />\n</svg>\n\n\n',Pk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.5 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z" />\n  <path d="M4 4l7 7" />\n  <path d="M9 4l3.5 3.5" />\n  <path d="M4 9l3.5 3.5" />\n</svg>\n\n\n',Fk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 9v8a2 2 0 1 1 -2 -2h8m3.411 3.417a2 2 0 0 1 -3.411 -1.417v-2m0 -4v-4a2 2 0 1 1 2 2h-4m-4 0h-2a2 2 0 0 1 -1.417 -3.411" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Lk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 9a2 2 0 1 1 2 -2v10a2 2 0 1 1 -2 -2h10a2 2 0 1 1 -2 2v-10a2 2 0 1 1 2 2h-10" />\n</svg>\n\n\n',Nk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -15 8.66l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 14.66a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm3.684 -10.949l-6 2a1 1 0 0 0 -.633 .633l-2.007 6.026l-.023 .086l-.017 .113l-.004 .068v.044l.009 .111l.012 .07l.04 .144l.045 .1l.054 .095l.064 .09l.069 .075l.084 .074l.098 .07l.1 .054l.078 .033l.105 .033l.109 .02l.043 .005l.068 .004h.044l.111 -.009l.07 -.012l.02 -.006l.019 -.002l.074 -.022l6 -2a1 1 0 0 0 .633 -.633l2 -6a1 1 0 0 0 -1.265 -1.265zm-1.265 2.529l-1.21 3.629l-3.629 1.21l1.21 -3.629l3.629 -1.21zm-9.419 1.42a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm14 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm-7 -7a1 1 0 1 0 0 2a1 1 0 0 0 0 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Vk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 9l3 -1l-1 3m-1 3l-6 2l2 -6" />\n  <path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" />\n  <path d="M12 3v2" />\n  <path d="M12 19v2" />\n  <path d="M3 12h2" />\n  <path d="M19 12h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',nf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16l2 -6l6 -2l-2 6l-6 2" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 3l0 2" />\n  <path d="M12 19l0 2" />\n  <path d="M3 12l2 0" />\n  <path d="M19 12l2 0" />\n</svg>\n\n\n',p2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12l3 3l3 -3l-3 -3z" />\n  <path d="M18.5 14.5l2.5 -2.5l-3 -3l-2.5 2.5" />\n  <path d="M12.499 8.501l2.501 -2.501l-3 -3l-2.5 2.5" />\n  <path d="M9 18l3 3l3 -3l-3 -3z" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',dx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12l3 3l3 -3l-3 -3z" />\n  <path d="M15 12l3 3l3 -3l-3 -3z" />\n  <path d="M9 6l3 3l3 -3l-3 -3z" />\n  <path d="M9 18l3 3l3 -3l-3 -3z" />\n</svg>\n\n\n',cx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 5.002v.5l-8.13 14.99a1 1 0 0 1 -1.74 0l-8.13 -14.989v-.5c0 -1.659 4.03 -3.003 9 -3.003s9 1.344 9 3.002" />\n</svg>\n\n\n',af='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.396 16.384l-7.526 -13.877a1 1 0 0 0 -1.74 0l-1.626 2.998m-1.407 2.594l-5.097 9.398v.5c0 1.66 4.03 3.003 9 3.003c3.202 0 6.014 -.558 7.609 -1.398" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Hs='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.03 12.022l-5.16 -9.515a1 1 0 0 0 -1.74 0l-8.13 14.99v.5c0 1.66 4.03 3.003 9 3.003c.17 0 .34 -.002 .508 -.005" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',sf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 17.998v-.5l-8.13 -14.99a1 1 0 0 0 -1.74 0l-8.13 14.989v.5c0 1.659 4.03 3.003 9 3.003s9 -1.344 9 -3.002" />\n</svg>\n\n\n',Ic='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5h1" />\n  <path d="M5 5v1" />\n  <path d="M11.5 4l-.5 2" />\n  <path d="M18 5h2" />\n  <path d="M19 4v2" />\n  <path d="M15 9l-1 1" />\n  <path d="M18 13l2 -.5" />\n  <path d="M18 19h1" />\n  <path d="M19 19v1" />\n  <path d="M14 16.518l-6.518 -6.518l-4.39 9.58a1 1 0 0 0 1.329 1.329l9.579 -4.39v0z" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',yc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5h2" />\n  <path d="M5 4v2" />\n  <path d="M11.5 4l-.5 2" />\n  <path d="M18 5h2" />\n  <path d="M19 4v2" />\n  <path d="M15 9l-1 1" />\n  <path d="M18 13l2 -.5" />\n  <path d="M18 19h2" />\n  <path d="M19 18v2" />\n  <path d="M14 16.518l-6.518 -6.518l-4.39 9.58a1 1 0 0 0 1.329 1.329l9.579 -4.39z" />\n</svg>\n\n\n',px='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 19l3 2v-18" />\n  <path d="M4 10l8 -2" />\n  <path d="M4 18l8 -10" />\n  <path d="M20 18l-8 -8l8 -4" />\n</svg>\n\n\n',kc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 4v.01" />\n  <path d="M20 20v.01" />\n  <path d="M20 16v.01" />\n  <path d="M20 12v.01" />\n  <path d="M20 8v.01" />\n  <path d="M8.297 4.289a1 1 0 0 1 .703 -.289h6a1 1 0 0 1 1 1v7m0 4v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-11" />\n  <path d="M4 4v.01" />\n  <path d="M4 20v.01" />\n  <path d="M4 16v.01" />\n  <path d="M4 12v.01" />\n  <path d="M4 8v.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Cc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 4v.01" />\n  <path d="M20 20v.01" />\n  <path d="M20 16v.01" />\n  <path d="M20 12v.01" />\n  <path d="M20 8v.01" />\n  <path d="M8 4m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n  <path d="M4 4v.01" />\n  <path d="M4 20v.01" />\n  <path d="M4 16v.01" />\n  <path d="M4 12v.01" />\n  <path d="M4 8v.01" />\n</svg>\n\n\n',v2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18h2a6 6 0 0 0 6 -6m.878 -3.126a6 6 0 0 1 5.122 -2.874h2" />\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Uk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 18h2a6 6 0 0 0 6 -6a6 6 0 0 1 6 -6h2" />\n</svg>\n\n\n',jk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12v5a4.984 4.984 0 0 0 3.522 -1.45m1.392 -2.623a5 5 0 0 0 -4.914 -5.927v1" />\n  <path d="M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Gk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 17a5 5 0 0 0 0 -10v10" />\n</svg>\n\n\n',rf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 7h.01" />\n  <path d="M15 7h.01" />\n  <path d="M9 7h.01" />\n  <path d="M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M9 15h6" />\n  <path d="M5 11h14" />\n</svg>\n\n\n',vx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2a5 5 0 0 1 2.845 9.112l.147 .369l1.755 -.803c.969 -.443 2.12 -.032 2.571 .918a1.88 1.88 0 0 1 -.787 2.447l-.148 .076l-2.383 1.089v2.02l1.426 1.425l.114 .125a1.96 1.96 0 0 1 -2.762 2.762l-.125 -.114l-2.079 -2.08l-.114 -.124a1.957 1.957 0 0 1 -.161 -.22h-.599c-.047 .075 -.101 .15 -.16 .22l-.115 .125l-2.08 2.079a1.96 1.96 0 0 1 -2.886 -2.648l.114 -.125l1.427 -1.426v-2.019l-2.383 -1.09l-.148 -.075a1.88 1.88 0 0 1 -.787 -2.447c.429 -.902 1.489 -1.318 2.424 -.978l.147 .06l1.755 .803l.147 -.369a5 5 0 0 1 -2.15 -3.895l0 -.217a5 5 0 0 1 5 -5z" />\n  <path d="M12 16h.01" />\n  <path d="M12 13h.01" />\n  <path d="M10 7h.01" />\n  <path d="M14 7h.01" />\n  <path d="M12 9h.01" />\n</svg>\n\n\n',ux='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13v.01" />\n  <path d="M12 17v.01" />\n  <path d="M12 12v.01" />\n  <path d="M18.192 18.187a3 3 0 0 1 -.976 .652c-1.048 .263 -1.787 .483 -2.216 .661c-.475 .197 -1.092 .538 -1.852 1.024a3 3 0 0 1 -2.296 0c-.802 -.503 -1.419 -.844 -1.852 -1.024c-.471 -.195 -1.21 -.415 -2.216 -.66a3 3 0 0 1 -1.623 -1.624c-.265 -1.052 -.485 -1.79 -.661 -2.216c-.198 -.479 -.54 -1.096 -1.024 -1.852a3 3 0 0 1 0 -2.296c.48 -.744 .82 -1.361 1.024 -1.852c.171 -.413 .391 -1.152 .66 -2.216a3 3 0 0 1 .649 -.971m2.821 -1.174c.14 -.049 .263 -.095 .37 -.139c.458 -.19 1.075 -.531 1.852 -1.024a3 3 0 0 1 2.296 0l2.667 1.104a4 4 0 0 0 4.656 6.14l.053 .132a3 3 0 0 1 0 2.296c-.497 .786 -.838 1.404 -1.024 1.852a6.579 6.579 0 0 0 -.135 .36" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',gx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13v.01" />\n  <path d="M12 17v.01" />\n  <path d="M12 12v.01" />\n  <path d="M16 14v.01" />\n  <path d="M11 8v.01" />\n  <path d="M13.148 3.476l2.667 1.104a4 4 0 0 0 4.656 6.14l.053 .132a3 3 0 0 1 0 2.296c-.497 .786 -.838 1.404 -1.024 1.852c-.189 .456 -.409 1.194 -.66 2.216a3 3 0 0 1 -1.624 1.623c-1.048 .263 -1.787 .483 -2.216 .661c-.475 .197 -1.092 .538 -1.852 1.024a3 3 0 0 1 -2.296 0c-.802 -.503 -1.419 -.844 -1.852 -1.024c-.471 -.195 -1.21 -.415 -2.216 -.66a3 3 0 0 1 -1.623 -1.624c-.265 -1.052 -.485 -1.79 -.661 -2.216c-.198 -.479 -.54 -1.096 -1.024 -1.852a3 3 0 0 1 0 -2.296c.48 -.744 .82 -1.361 1.024 -1.852c.171 -.413 .391 -1.152 .66 -2.216a3 3 0 0 1 1.624 -1.623c1.032 -.256 1.77 -.476 2.216 -.661c.458 -.19 1.075 -.531 1.852 -1.024a3 3 0 0 1 2.296 0z" />\n</svg>\n\n\n',mx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" />\n  <path d="M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" />\n  <path d="M11 14l2 2l4 -4" />\n</svg>\n\n\n',lf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" />\n  <path d="M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" />\n  <path d="M11 14h6" />\n</svg>\n\n\n',hf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.414 19.415a2 2 0 0 1 -1.414 .585h-8a2 2 0 0 1 -2 -2v-8c0 -.554 .225 -1.055 .589 -1.417m3.411 -.583h6a2 2 0 0 1 2 2v6" />\n  <path d="M16 8v-2a2 2 0 0 0 -2 -2h-6m-3.418 .59c-.36 .36 -.582 .86 -.582 1.41v8a2 2 0 0 0 2 2h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',df='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" />\n  <path d="M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" />\n  <path d="M11 14h6" />\n  <path d="M14 11v6" />\n</svg>\n\n\n',fx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" />\n  <path d="M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" />\n  <path d="M11.5 11.5l4.9 5" />\n  <path d="M16.5 11.5l-5.1 5" />\n</svg>\n\n\n',wx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" />\n  <path d="M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" />\n</svg>\n\n\n',cf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2.117 5.889a4.016 4.016 0 0 0 -5.543 -.23a1 1 0 0 0 1.32 1.502a2.016 2.016 0 0 1 2.783 .116a1.993 1.993 0 0 1 0 2.766a2.016 2.016 0 0 1 -2.783 .116a1 1 0 0 0 -1.32 1.501a4.016 4.016 0 0 0 5.543 -.23a3.993 3.993 0 0 0 0 -5.542z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Dc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.303 9.3a3.01 3.01 0 0 1 1.405 1.406m-.586 3.413a3.016 3.016 0 0 1 -4.122 .131" />\n  <path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Wk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 9.75a3.016 3.016 0 0 1 4.163 .173a2.993 2.993 0 0 1 0 4.154a3.016 3.016 0 0 1 -4.163 .173" />\n</svg>\n\n\n',pf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2.34 5.659a4.016 4.016 0 0 0 -5.543 .23a3.993 3.993 0 0 0 0 5.542a4.016 4.016 0 0 0 5.543 .23a1 1 0 0 0 -1.32 -1.502c-.81 .711 -2.035 .66 -2.783 -.116a1.993 1.993 0 0 1 0 -2.766a2.016 2.016 0 0 1 2.783 -.116a1 1 0 0 0 1.32 -1.501z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Bc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 9.75a3.016 3.016 0 0 0 -.711 -.466m-3.41 .596a2.993 2.993 0 0 0 -.042 4.197a3.016 3.016 0 0 0 4.163 .173" />\n  <path d="M20.042 16.045a9 9 0 0 0 -12.087 -12.087m-2.318 1.677a9 9 0 1 0 12.725 12.73" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Mx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14 9.75a3.016 3.016 0 0 0 -4.163 .173a2.993 2.993 0 0 0 0 4.154a3.016 3.016 0 0 0 4.163 .173" />\n</svg>\n\n\n',_x='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 5v6a3 3 0 0 1 -3 3h-7" />\n  <path d="M13 10l-4 4l4 4m-5 -8l-4 4l4 4" />\n</svg>\n\n\n',$k='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 6v6a3 3 0 0 1 -3 3h-10l4 -4m0 8l-4 -4" />\n</svg>\n\n\n',Xk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5v6a3 3 0 0 0 3 3h7" />\n  <path d="M10 10l4 4l-4 4m5 -8l4 4l-4 4" />\n</svg>\n\n\n',Kk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 6v6a3 3 0 0 0 3 3h10l-4 -4m0 8l4 -4" />\n</svg>\n\n\n',Yk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4h-6a3 3 0 0 0 -3 3v7" />\n  <path d="M13 10l-4 4l-4 -4m8 5l-4 4l-4 -4" />\n</svg>\n\n\n',Qk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 6h-6a3 3 0 0 0 -3 3v10l-4 -4m8 0l-4 4" />\n</svg>\n\n\n',Ao='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 19h-6a3 3 0 0 1 -3 -3v-7" />\n  <path d="M13 13l-4 -4l-4 4m8 -5l-4 -4l-4 4" />\n</svg>\n\n\n',El='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 18h-6a3 3 0 0 1 -3 -3v-10l-4 4m8 0l-4 -4" />\n</svg>\n\n\n',u2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h6a3 3 0 0 1 3 3v7" />\n  <path d="M10 10l4 4l4 -4m-8 5l4 4l4 -4" />\n</svg>\n\n\n',g2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 6h6a3 3 0 0 1 3 3v10l-4 -4m8 0l-4 4" />\n</svg>\n\n\n',vf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 19h6a3 3 0 0 0 3 -3v-7" />\n  <path d="M10 13l4 -4l4 4m-8 -5l4 -4l4 4" />\n</svg>\n\n\n',Zk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18h6a3 3 0 0 0 3 -3v-10l-4 4m8 0l-4 -4" />\n</svg>\n\n\n',bx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 18v-6a3 3 0 0 0 -3 -3h-7" />\n  <path d="M13 13l-4 -4l4 -4m-5 8l-4 -4l4 -4" />\n</svg>\n\n\n',qk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 18v-6a3 3 0 0 0 -3 -3h-10l4 -4m0 8l-4 -4" />\n</svg>\n\n\n',Jk='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18v-6a3 3 0 0 1 3 -3h7" />\n  <path d="M10 13l4 -4l-4 -4m5 8l4 -4l-4 -4" />\n</svg>\n\n\n',zc='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18v-6a3 3 0 0 1 3 -3h10l-4 -4m0 8l4 -4" />\n</svg>\n\n\n',xx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z" />\n  <path d="M8 10v-2h2m6 6v2h-2m-4 0h-2v-2m8 -4v-2h-2" />\n  <path d="M3 10h2" />\n  <path d="M3 14h2" />\n  <path d="M10 3v2" />\n  <path d="M14 3v2" />\n  <path d="M21 10h-2" />\n  <path d="M21 14h-2" />\n  <path d="M14 21v-2" />\n  <path d="M10 21v-2" />\n</svg>\n\n\n',uf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h9a1 1 0 0 1 1 1v9m-.292 3.706a1 1 0 0 1 -.708 .294h-12a1 1 0 0 1 -1 -1v-12c0 -.272 .108 -.518 .284 -.698" />\n  <path d="M13 9h2v2m0 4h-6v-6" />\n  <path d="M3 10h2" />\n  <path d="M3 14h2" />\n  <path d="M10 3v2" />\n  <path d="M14 3v2" />\n  <path d="M21 10h-2" />\n  <path d="M21 14h-2" />\n  <path d="M14 21v-2" />\n  <path d="M10 21v-2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',gf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z" />\n  <path d="M9 9h6v6h-6z" />\n  <path d="M3 10h2" />\n  <path d="M3 14h2" />\n  <path d="M10 3v2" />\n  <path d="M14 3v2" />\n  <path d="M21 10h-2" />\n  <path d="M21 14h-2" />\n  <path d="M14 21v-2" />\n  <path d="M10 21v-2" />\n</svg>\n\n\n',mf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 21h6" />\n  <path d="M9 21v-12" />\n  <path d="M9 5v-2l-1 1" />\n  <path d="M6 6l-3 3h6" />\n  <path d="M13 9h8" />\n  <path d="M9 3l10 6" />\n  <path d="M17 9v4a2 2 0 0 1 2 2m-2 2a2 2 0 0 1 -2 -2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ff='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 21h6" />\n  <path d="M9 21v-18l-6 6h18" />\n  <path d="M9 3l10 6" />\n  <path d="M17 9v4a2 2 0 1 1 -2 2" />\n</svg>\n\n\n',Ix='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9 13v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-.5l-.5 4h-2l-.5 -4h-.5a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',yx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M15 9h-4.5a1.5 1.5 0 0 0 0 3h3a1.5 1.5 0 0 1 0 3h-4.5" />\n  <path d="M12 7v2" />\n  <path d="M12 15v2" />\n  <path d="M6 6l3 3" />\n  <path d="M15 15l3 3" />\n</svg>\n\n\n',wf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 10h6" />\n  <path d="M9 14h6" />\n</svg>\n\n\n',kx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.638 5.634a9 9 0 1 0 12.723 12.733m1.686 -2.332a9 9 0 0 0 -12.093 -12.077" />\n  <path d="M10.5 10.5a2.187 2.187 0 0 0 -2.914 .116a1.928 1.928 0 0 0 0 2.768a2.188 2.188 0 0 0 2.914 .116" />\n  <path d="M16.5 10.5a2.194 2.194 0 0 0 -2.309 -.302" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Mf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 16a4 4 0 1 0 -4 -4v1" />\n  <path d="M6 12l2 2l2 -2" />\n</svg>\n\n\n',m2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12m-3 0a3 4 0 1 0 6 0a3 4 0 1 0 -6 0" />\n  <path d="M14 9l-4 6" />\n</svg>\n\n\n',Sl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116" />\n  <path d="M16.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116" />\n</svg>\n\n\n',f2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 10v6a4 4 0 0 1 -4 4h-12a4 4 0 0 1 -4 -4v-6h20zm-14.99 4h-.01a1 1 0 1 0 .01 2a1 1 0 0 0 0 -2zm5.99 0h-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0 -2zm5 -10a4 4 0 0 1 4 4h-20a4 4 0 0 1 4 -4h12z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',_f='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M9 5h9a3 3 0 0 1 3 3v8a3 3 0 0 1 -.128 .87" />\n  <path d="M18.87 18.872a3 3 0 0 1 -.87 .128h-12a3 3 0 0 1 -3 -3v-8c0 -1.352 .894 -2.495 2.124 -2.87" />\n  <path d="M3 11l8 0" />\n  <path d="M15 11l6 0" />\n  <path d="M7 15l.01 0" />\n  <path d="M11 15l2 0" />\n</svg>\n\n\n',bf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-6a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" />\n  <path d="M3 10h18" />\n  <path d="M16 19h6" />\n  <path d="M19 16l3 3l-3 3" />\n  <path d="M7.005 15h.005" />\n  <path d="M11 15h2" />\n</svg>\n\n\n',tC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-6a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" />\n  <path d="M3 10h18" />\n  <path d="M7 15h.01" />\n  <path d="M11 15h2" />\n  <path d="M16 19h6" />\n  <path d="M19 16l-3 3l3 3" />\n</svg>\n\n\n',eC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M3 10l18 0" />\n  <path d="M7 15l.01 0" />\n  <path d="M11 15l2 0" />\n</svg>\n\n\n',nC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.105 18.79l-1 .992a4.159 4.159 0 0 1 -6.038 -5.715l.157 -.166l8.282 -8.401l1.5 1.5l3.45 -3.391a2.08 2.08 0 0 1 3.057 2.815l-.116 .126l-3.391 3.45l1.5 1.5l-3.668 3.617" />\n  <path d="M10.5 7.5l6 6" />\n  <path d="M14 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',Cx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',Dx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',aC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',xf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',If='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',oC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',w2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',iC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 5v10a1 1 0 0 0 1 1h10" />\n  <path d="M5 8h10a1 1 0 0 1 1 1v10" />\n</svg>\n\n\n',sC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 2l-.117 .007a1 1 0 0 0 -.883 .993v4h-4a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 .993 .883h4v8a1 1 0 0 0 1 1h4l.117 -.007a1 1 0 0 0 .883 -.993v-8h4a1 1 0 0 0 1 -1v-4l-.007 -.117a1 1 0 0 0 -.993 -.883h-4v-4a1 1 0 0 0 -1 -1h-4z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',rC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12h3v-4h-5v-5h-4v3m-2 2h-3v4h5v9h4v-7" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Bx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 21h4v-9h5v-4h-5v-5h-4v5h-5v4h5z" />\n</svg>\n\n\n',lC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M9 12l6 0" />\n  <path d="M12 9l0 6" />\n</svg>\n\n\n',hC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 18h-13l-1.865 -9.327a.25 .25 0 0 1 .4 -.244l4.465 3.571l1.6 -2.4m1.596 -2.394l.804 -1.206l4 6l4.464 -3.571a.25 .25 0 0 1 .401 .244l-1.363 6.818" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',zx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6l4 6l5 -4l-2 10h-14l-2 -10l5 4z" />\n</svg>\n\n\n',Ex='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.178 4.174a2 2 0 0 1 1.822 -1.174h4a2 2 0 1 1 0 4h-3" />\n  <path d="M11 21h2" />\n  <path d="M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .097 -.155m.407 -3.601v-3" />\n  <path d="M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-2.092" />\n  <path d="M10 11h1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',dC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 3m0 2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2z" />\n  <path d="M11 21h2" />\n  <path d="M12 21v-4.092a3 3 0 0 1 .504 -1.664l.992 -1.488a3 3 0 0 0 .504 -1.664v-5.092" />\n  <path d="M12 21v-4.092a3 3 0 0 0 -.504 -1.664l-.992 -1.488a3 3 0 0 1 -.504 -1.664v-5.092" />\n  <path d="M10 11h4" />\n</svg>\n\n\n',yf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.73 17.018a8 8 0 1 1 10.54 0" />\n  <path d="M5 19a2 2 0 0 0 2 2h10a2 2 0 1 0 0 -4h-10a2 2 0 0 0 -2 2z" />\n  <path d="M11 7a3 3 0 0 0 -3 3" />\n</svg>\n\n\n',Sx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" />\n  <path d="M17 8l2 8l2 -8" />\n  <path d="M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" />\n</svg>\n\n\n',cC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.83 16.809c.11 -.248 .17 -.52 .17 -.801v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-3.012 1.725m-2.547 1.458l-1.441 .825c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0l5.544 -3.174" />\n  <path d="M12 22v-10" />\n  <path d="M14.532 10.538l6.198 -3.578" />\n  <path d="M3.27 6.96l8.73 5.04" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Tx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12.5v-4.509a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.007c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0" />\n  <path d="M12 22v-10" />\n  <path d="M12 12l8.73 -5.04" />\n  <path d="M3.27 6.96l8.73 5.04" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',kf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12.5l-5 -3l5 -3l5 3v5.5l-5 3z" />\n  <path d="M11 9.5v5.5l5 3" />\n  <path d="M16 12.545l5 -3.03" />\n  <path d="M7 9h-5" />\n  <path d="M7 12h-3" />\n  <path d="M7 15h-1" />\n</svg>\n\n\n',Ax='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 15h10v5h5v-5h5v-5h-10v-5h-5v5h-5z" />\n  <path d="M7 15v-5h5v5h5v-5" />\n</svg>\n\n\n',Ox='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 16.008v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.008c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008a2.016 2.016 0 0 0 2 0l7 -4.008c.619 -.355 1 -1.01 1 -1.718z" />\n  <path d="M12 22v-10" />\n  <path d="M12 12l8.73 -5.04" />\n  <path d="M3.27 6.96l8.73 5.04" />\n</svg>\n\n\n',Hx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8h-3v3h6m4 0h4v-3h-7" />\n  <path d="M17.5 11l-.323 2.154m-.525 3.497l-.652 4.349h-8l-1.5 -10" />\n  <path d="M6 8v-1c0 -.296 .064 -.577 .18 -.83m2.82 -1.17h7a2 2 0 0 1 2 2v1" />\n  <path d="M15 5v-2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Rx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 11h14v-3h-14z" />\n  <path d="M17.5 11l-1.5 10h-8l-1.5 -10" />\n  <path d="M6 8v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1" />\n  <path d="M15 5v-2" />\n</svg>\n\n\n',Px='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 9m0 4a4 4 0 0 1 4 -4h8a4 4 0 0 1 4 4v2a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" />\n  <path d="M4 14h16" />\n  <path d="M8 5h6a2 2 0 0 1 2 2v2" />\n</svg>\n\n\n',Cf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 8c-4 0 -7 2 -7 5a3 3 0 0 0 6 0c0 -3 -2.5 -5 -8 -5s-8 2 -8 5a3 3 0 0 0 6 0c0 -3 -3 -5 -7 -5" />\n</svg>\n\n\n',Df='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 13h-3.5a3.5 3.5 0 1 1 3.5 -3.5v6.5h-7" />\n  <path d="M12 3v.01" />\n  <path d="M12 19v2" />\n</svg>\n\n\n',pC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10v1a4 4 0 0 0 4 4h2a2 2 0 0 0 2 -2v-3" />\n  <path d="M7 19.01v-.01" />\n  <path d="M14 15.01v-.01" />\n  <path d="M17 15h2a2 2 0 0 0 1.649 -3.131l-2.653 -3.869" />\n</svg>\n\n\n',Fx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 6h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" />\n  <path d="M8 12h5a3 3 0 0 1 3 3v.143a2.857 2.857 0 0 1 -2.857 2.857h-5.143" />\n  <path d="M8 6v12" />\n  <path d="M11 4v2" />\n  <path d="M11 18v2" />\n</svg>\n\n\n',Lx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 6h8a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-8" />\n  <path d="M8 6l0 12" />\n  <path d="M8 12l6 0" />\n  <path d="M9 3l0 3" />\n  <path d="M13 3l0 3" />\n  <path d="M9 18l0 3" />\n  <path d="M13 18l0 3" />\n</svg>\n\n\n',Nx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.007 7.54a5.965 5.965 0 0 0 -4.008 -1.54a6 6 0 0 0 -5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4 -1.536" />\n  <path d="M12 20v-2" />\n  <path d="M12 6v-2" />\n</svg>\n\n\n',Vx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 20.01v-.01" />\n  <path d="M6 13l2.386 -.9a1 1 0 0 0 -.095 -1.902l-1.514 -.404a1 1 0 0 1 -.102 -1.9l2.325 -.894" />\n  <path d="M3 14v1a3 3 0 0 0 3 3h4.161a3 3 0 0 0 2.983 -3.32l-1.144 -10.68" />\n  <path d="M16 17l1 1h2a2 2 0 0 0 1.649 -3.131l-2.653 -3.869" />\n</svg>\n\n\n',Bf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.5 19h-3.5" />\n  <path d="M8.599 16.479a1.5 1.5 0 1 0 -1.099 2.521" />\n  <path d="M7 4v9" />\n  <path d="M15 13h1.888a1.5 1.5 0 0 0 1.296 -2.256l-2.184 -3.744" />\n  <path d="M11 13.01v-.01" />\n</svg>\n\n\n',zf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 12h6" />\n  <path d="M9 6v12" />\n  <path d="M6 18h6a6 6 0 1 0 0 -12h-6" />\n</svg>\n\n\n',Ux='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 18l3.279 -11.476a.75 .75 0 0 1 1.442 0l3.279 11.476" />\n  <path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" />\n  <path d="M17 20v-2" />\n  <path d="M18 6v-2" />\n  <path d="M4.5 14h5" />\n</svg>\n\n\n',Ef='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" />\n  <path d="M17 20v-2" />\n  <path d="M18 6v-2" />\n  <path d="M3 6v12h4a3 3 0 0 0 0 -6h-4h4a3 3 0 0 0 0 -6h-4z" />\n</svg>\n\n\n',Sf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" />\n  <path d="M10 18h-1a6 6 0 1 1 0 -12h1" />\n  <path d="M17 20v-2" />\n  <path d="M18 6v-2" />\n</svg>\n\n\n',vC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" />\n  <path d="M10 6h-3a4 4 0 0 0 -4 4v4a4 4 0 0 0 4 4h3v-6h-2" />\n  <path d="M17 20v-2" />\n  <path d="M18 6v-2" />\n</svg>\n\n\n',jx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.7 8a3 3 0 0 0 -2.7 -2h-4m-2.557 1.431a3 3 0 0 0 2.557 4.569h2m4.564 4.558a3 3 0 0 1 -2.564 1.442h-4a3 3 0 0 1 -2.7 -2" />\n  <path d="M12 3v3m0 12v3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Tl='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" />\n  <path d="M10 6h-4a3 3 0 1 0 0 6h1a3 3 0 0 1 0 6h-4" />\n  <path d="M17 20v-2" />\n  <path d="M18 6v-2" />\n</svg>\n\n\n',Ec='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" />\n  <path d="M17 20v-2" />\n  <path d="M18 6v-2" />\n  <path d="M3 6h7l-7 12h7" />\n</svg>\n\n\n',Tf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.7 8a3 3 0 0 0 -2.7 -2h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1 -2.7 -2" />\n  <path d="M12 3v3m0 12v3" />\n</svg>\n\n\n',Gx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 19h12" />\n  <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M16 16v-12" />\n  <path d="M17 5h-4" />\n</svg>\n\n\n',Wx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10a6 6 0 1 1 12 0v10" />\n  <path d="M12 16h8" />\n  <path d="M12 12h8" />\n</svg>\n\n\n',M2='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 12l6 -9l6 9l-6 9z" />\n  <path d="M6 12l6 -3l6 3l-6 2z" />\n</svg>\n\n\n',$x='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.2 7c-1.977 -2.26 -4.954 -2.602 -7.234 -1.04m-1.913 2.079c-1.604 2.72 -1.374 6.469 .69 8.894c2.292 2.691 6 2.758 8.356 .18" />\n  <path d="M10 10h-5m0 4h8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Xx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.2 7a6 7 0 1 0 0 10" />\n  <path d="M13 10h-8m0 4h8" />\n</svg>\n\n\n',Af='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 12h8" />\n  <path d="M7 19c1.213 0 2.31 -.723 2.788 -1.838l4.424 -10.324a3.033 3.033 0 0 1 2.788 -1.838" />\n</svg>\n\n\n',Of='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 4h-4a3 3 0 0 0 -3 3v12" />\n  <path d="M10 11h-6" />\n  <path d="M16 4v13a2 2 0 0 0 2 2h2" />\n  <path d="M19 9h-5" />\n</svg>\n\n\n',uC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 5h-6a2 2 0 0 0 -2 2v12" />\n  <path d="M7 15h4" />\n  <path d="M9 11h7" />\n</svg>\n\n\n',Kx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.007 7.54a5.965 5.965 0 0 0 -4.008 -1.54a6 6 0 0 0 -5.992 6c0 3.314 2.682 6 5.992 6a5.965 5.965 0 0 0 4 -1.536c.732 -.66 1.064 -2.148 1 -4.464h-5" />\n  <path d="M12 20v-16" />\n</svg>\n\n\n',Yx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a2.64 2.64 0 0 1 2.562 -2h3.376a2.64 2.64 0 0 1 2.562 2a2.57 2.57 0 0 1 -1.344 2.922l-5.876 2.938a3.338 3.338 0 0 0 -1.78 3.64a3.11 3.11 0 0 0 3.05 2.5h2.888a2.64 2.64 0 0 0 2.562 -2" />\n  <path d="M6 10h12" />\n  <path d="M6 14h12" />\n</svg>\n\n\n',gC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 4v9a2 2 0 0 1 -2 2h-1a3 3 0 0 1 -3 -3v-1" />\n  <path d="M12 5v8a1 1 0 0 0 1 1h1a2 2 0 0 0 2 -2v-1" />\n  <path d="M21 14v1.096a5 5 0 0 1 -3.787 4.85l-.213 .054" />\n  <path d="M11 18h.01" />\n  <path d="M14 18h.01" />\n</svg>\n\n\n',Qx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 12h12" />\n  <path d="M9 5v14" />\n  <path d="M16 19a7 7 0 0 0 -7 -7a7 7 0 0 0 7 -7" />\n</svg>\n\n\n',Zx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 6v12" />\n  <path d="M5 12c3.5 0 6 -3 6 -6" />\n  <path d="M5 12c3.5 0 6 3 6 6" />\n  <path d="M19 6l-2 2l-2 -2" />\n  <path d="M19 12h-2a3 3 0 0 0 0 6h2" />\n</svg>\n\n\n',mC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 6v12" />\n  <path d="M5 12c3.5 0 6 -3 6 -6" />\n  <path d="M5 12c3.5 0 6 3 6 6" />\n  <path d="M15 10v8" />\n  <path d="M19 10a4 4 0 0 0 -4 4" />\n  <path d="M20 18.01v-.01" />\n</svg>\n\n\n',fC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 6v12" />\n  <path d="M5 12c3.5 0 6 -3 6 -6" />\n  <path d="M5 12c3.5 0 6 3 6 6" />\n  <path d="M15 10v8" />\n  <path d="M19 10a4 4 0 0 0 -4 4" />\n</svg>\n\n\n',qx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 13a6 6 0 1 0 -6 6" />\n  <path d="M6 19h12" />\n  <path d="M10 5v7" />\n  <path d="M14 12v-7" />\n</svg>\n\n\n',Jx='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 18h-7a3 3 0 0 1 -3 -3v-10" />\n</svg>\n\n\n',tI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 5v15a7 7 0 0 0 7 -7" />\n  <path d="M6 15l8 -4" />\n  <path d="M14 7l-8 4" />\n</svg>\n\n\n',wC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 19h-8.194a2 2 0 0 1 -1.98 -2.283l1.674 -11.717" />\n  <path d="M14 9l-9 4" />\n</svg>\n\n\n',MC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 15h.01" />\n  <path d="M21 5v10a2 2 0 0 1 -2 2h-2.764a2 2 0 0 1 -1.789 -1.106l-.447 -.894" />\n  <path d="M5 8l2.773 4.687c.427 .697 .234 1.626 -.43 2.075a1.38 1.38 0 0 1 -.773 .238h-2.224a.93 .93 0 0 1 -.673 -.293l-.673 -.707" />\n</svg>\n\n\n',_C='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 19v-7a5 5 0 1 1 10 0v7" />\n  <path d="M12 5v14" />\n</svg>\n\n\n',bC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 18h3v-11l6 7l6 -7v11h3" />\n</svg>\n\n\n',xC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 18v-10.948a1.05 1.05 0 0 1 1.968 -.51l6.064 10.916a1.05 1.05 0 0 0 1.968 -.51v-10.948" />\n  <path d="M5 10h14" />\n  <path d="M5 14h14" />\n</svg>\n\n\n',eI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 20l10 -16" />\n  <path d="M7 12h10" />\n  <path d="M7 16h10" />\n  <path d="M17 20l-10 -16" />\n</svg>\n\n\n',IC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.531 14.524a7 7 0 0 0 -9.06 -9.053m-2.422 1.582a7 7 0 0 0 9.903 9.896" />\n  <path d="M4 4l3 3" />\n  <path d="M20 4l-3 3" />\n  <path d="M4 20l3 -3" />\n  <path d="M20 20l-3 -3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',yC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" />\n  <path d="M17 20v-2" />\n  <path d="M18 6v-2" />\n  <path d="M3 6h8" />\n  <path d="M7 6v12" />\n</svg>\n\n\n',kC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 19v-14h3.5a4.5 4.5 0 1 1 0 9h-3.5" />\n  <path d="M18 8h-12" />\n  <path d="M18 11h-12" />\n</svg>\n\n\n',CC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 18.5a6 6 0 0 1 -5 0a6 6 0 0 0 -5 .5a3 3 0 0 0 2 -2.5v-7.5m1.192 -2.825a4 4 0 0 1 6.258 .825m-3.45 6h-6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',nI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 18.5a6 6 0 0 1 -5 0a6 6 0 0 0 -5 .5a3 3 0 0 0 2 -2.5v-7.5a4 4 0 0 1 7.45 -2m-2.55 6h-7" />\n</svg>\n\n\n',aI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" />\n  <path d="M13 13l5 5" />\n</svg>\n\n\n',oI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 6h-4a3 3 0 0 0 0 6h1a3 3 0 0 1 0 6h-4" />\n  <path d="M4 18v-12h3a3 3 0 1 1 0 6h-3c5.5 0 5 4 6 6" />\n  <path d="M18 6v-2" />\n  <path d="M17 20v-2" />\n</svg>\n\n\n',iI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 9v8a2 2 0 1 0 4 0" />\n  <path d="M19 9h-14" />\n  <path d="M19 5h-14" />\n  <path d="M9 9v4c0 2.5 -.667 4 -2 6" />\n</svg>\n\n\n',sI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M10 12h3l2 -2.5" />\n  <path d="M15 14.5l-2 -2.5" />\n</svg>\n\n\n',rI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 9v2a2 2 0 1 1 -4 0v-1v1a2 2 0 1 1 -4 0v-1v4a2 2 0 1 1 -4 0v-2" />\n  <path d="M18 12.01v-.01" />\n  <path d="M22 10v1a5 5 0 0 1 -5 5" />\n</svg>\n\n\n',Hf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 19v-14h6a3 3 0 0 1 0 6h-8" />\n  <path d="M14 15h-8" />\n</svg>\n\n\n',DC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 16h.01" />\n  <path d="M4 16c9.5 -4 11.5 -8 14 -9" />\n  <path d="M12 8l5 3" />\n</svg>\n\n\n',lI='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 5h-11h3a4 4 0 1 1 0 8h-3l6 6" />\n  <path d="M21 17l-4.586 -4.414a2 2 0 0 0 -2.828 2.828l.707 .707" />\n</svg>\n\n\n',BC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 5h-11h3a4 4 0 0 1 0 8h-3l6 6" />\n  <path d="M7 9l11 0" />\n</svg>\n\n\n',t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18v-12h4a4 4 0 0 1 4 4v4" />\n  <path d="M18 6v12h-4a4 4 0 0 1 -4 -4v-4" />\n</svg>\n\n\n',e='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18h12l4 -4h-12z" />\n  <path d="M8 14l-4 -4h12l4 4" />\n  <path d="M16 10l4 -4h-12l-4 4" />\n</svg>\n\n\n',a='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 18v-12h-5v10a2 2 0 0 1 -2 2" />\n  <path d="M14 6v12h4a3 3 0 0 0 0 -6h-4h4a3 3 0 0 0 0 -6h-4z" />\n</svg>\n\n\n',o='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.5 15.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M7 7a2 2 0 1 1 4 0v9a3 3 0 0 0 6 0v-.5" />\n  <path d="M8 11h6" />\n</svg>\n\n\n',s='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 5h12" />\n  <path d="M6 9h12" />\n  <path d="M12 9v10" />\n</svg>\n\n\n',l='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 6h10" />\n  <path d="M12 6v13" />\n  <path d="M8 17l8 -3" />\n  <path d="M16 10l-8 3" />\n</svg>\n\n\n',d='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6l3.245 11.358a.85 .85 0 0 0 1.624 .035l3.131 -9.393l3.131 9.393a.85 .85 0 0 0 1.624 -.035l3.245 -11.358" />\n  <path d="M21 10h-18" />\n  <path d="M21 14h-18" />\n</svg>\n\n\n',m='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5l3.585 3.585a4.83 4.83 0 0 0 6.83 0l3.585 -3.585" />\n  <path d="M5 19l3.585 -3.585a4.83 4.83 0 0 1 6.83 0l3.585 3.584" />\n</svg>\n\n\n',I='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19v-7m5 -7l-3.328 4.66" />\n  <path d="M8 17h8" />\n  <path d="M8 13h5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',O='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19v-7l-5 -7m10 0l-5 7" />\n  <path d="M8 17l8 0" />\n  <path d="M8 13l8 0" />\n</svg>\n\n\n',G='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19v-7l-5 -7" />\n  <path d="M17 5l-5 7" />\n  <path d="M8 13h8" />\n</svg>\n\n\n',Dt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18h-7l7 -7h-7" />\n  <path d="M17 18v-13" />\n  <path d="M14 14.5l6 -3.5" />\n</svg>\n\n\n',se='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M4 4l3 3" />\n  <path d="M20 4l-3 3" />\n  <path d="M4 20l3 -3" />\n  <path d="M20 20l-3 -3" />\n</svg>\n\n\n',we='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.685 10.661c-.3 -.6 -.795 -1.086 -1.402 -1.374m-3.397 .584a3 3 0 1 0 4.24 4.245" />\n  <path d="M6.357 6.33a8 8 0 1 0 11.301 11.326m1.642 -2.378a8 8 0 0 0 -10.597 -10.569" />\n  <path d="M12 2v2" />\n  <path d="M12 20v2" />\n  <path d="M20 12h2" />\n  <path d="M2 12h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ze='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 12m-8 0a8 8 0 1 0 16 0a8 8 0 1 0 -16 0" />\n  <path d="M12 2l0 2" />\n  <path d="M12 20l0 2" />\n  <path d="M20 12l2 0" />\n  <path d="M2 12l2 0" />\n</svg>\n\n\n',an='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 4a3 3 0 0 1 3 3v1m0 9a3 3 0 0 1 -3 3" />\n  <path d="M15 4a3 3 0 0 0 -3 3v1m0 4v5a3 3 0 0 0 3 3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',_n='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12h4" />\n  <path d="M9 4a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3" />\n  <path d="M15 4a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3" />\n</svg>\n\n\n',xn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M9.15 14.85l8.85 -10.85" />\n  <path d="M6 4l8.85 10.85" />\n</svg>\n\n\n',nn='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.23 5.233c-.15 .245 -.23 .502 -.23 .767c0 1.131 1.461 2.117 3.62 2.628m4.357 .343c3.404 -.204 6.023 -1.456 6.023 -2.971c0 -1.657 -3.134 -3 -7 -3c-1.645 0 -3.158 .243 -4.353 .65" />\n  <path d="M5 6v12c0 1.657 3.134 3 7 3c3.245 0 5.974 -.946 6.767 -2.23m.233 -3.77v-9" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ha='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6m-7 0a7 3 0 1 0 14 0a7 3 0 1 0 -14 0" />\n  <path d="M5 6v12c0 1.657 3.134 3 7 3c.173 0 .345 -.003 .515 -.008m6.485 -8.992v-6" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',xa='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6m-7 0a7 3 0 1 0 14 0a7 3 0 1 0 -14 0" />\n  <path d="M5 6v12c0 1.657 3.134 3 7 3s7 -1.343 7 -3v-12" />\n</svg>\n\n\n',Va='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.175 11.178a2 2 0 1 0 2.653 2.634" />\n  <path d="M14.5 10.5l1 -1" />\n  <path d="M8.621 4.612a9 9 0 0 1 11.721 11.72m-1.516 2.488a9.008 9.008 0 0 1 -1.226 1.18h-11.2a9 9 0 0 1 -.268 -13.87" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',fo='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M13.45 11.55l2.05 -2.05" />\n  <path d="M6.4 20a9 9 0 1 1 11.2 0z" />\n</svg>\n\n\n',N0='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.657 3.582 3 8 3c.21 0 .42 -.003 .626 -.01" />\n  <path d="M20 11.5v-5.5" />\n  <path d="M4 12v6c0 1.657 3.582 3 8 3" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',kr='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.657 3.582 3 8 3c.415 0 .822 -.012 1.22 -.035" />\n  <path d="M20 10v-4" />\n  <path d="M4 12v6c0 1.657 3.582 3 8 3c.352 0 .698 -.009 1.037 -.025" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',Rf='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.657 3.582 3 8 3c.478 0 .947 -.016 1.402 -.046" />\n  <path d="M20 12v-6" />\n  <path d="M4 12v6c0 1.526 3.04 2.786 6.972 2.975" />\n  <path d="M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" />\n</svg>\n\n\n',LC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.657 3.582 3 8 3c1.118 0 2.182 -.086 3.148 -.241m4.852 -2.759v-6" />\n  <path d="M4 12v6c0 1.657 3.582 3 8 3c1.064 0 2.079 -.078 3.007 -.22" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',NC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.657 3.582 3 8 3c1.118 0 2.183 -.086 3.15 -.241" />\n  <path d="M20 12v-6" />\n  <path d="M4 12v6c0 1.657 3.582 3 8 3c.157 0 .312 -.002 .466 -.005" />\n  <path d="M16 19h6" />\n  <path d="M19 16l3 3l-3 3" />\n</svg>\n\n\n',VC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.453 2.755 2.665 6.414 2.941" />\n  <path d="M20 11v-5" />\n  <path d="M4 12v6c0 1.579 3.253 2.873 7.383 2.991" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',UC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.657 3.582 3 8 3c.856 0 1.68 -.05 2.454 -.144m5.546 -2.856v-6" />\n  <path d="M4 12v6c0 1.657 3.582 3 8 3c.171 0 .341 -.002 .51 -.006" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',jC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v12c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-12" />\n  <path d="M4 15a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1" />\n</svg>\n\n\n',GC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-6" />\n  <path d="M4 12v6c0 1.657 3.582 3 8 3c.164 0 .328 -.002 .49 -.006" />\n  <path d="M20 15v-3" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',WC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.983 8.978c3.955 -.182 7.017 -1.446 7.017 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.661 0 -3.204 .19 -4.483 .515m-2.783 1.228c-.471 .382 -.734 .808 -.734 1.257c0 1.22 1.944 2.271 4.734 2.74" />\n  <path d="M4 6v6c0 1.657 3.582 3 8 3c.986 0 1.93 -.067 2.802 -.19m3.187 -.82c1.251 -.53 2.011 -1.228 2.011 -1.99v-6" />\n  <path d="M4 12v6c0 1.657 3.582 3 8 3c3.217 0 5.991 -.712 7.261 -1.74m.739 -3.26v-4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',$C='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.657 3.582 3 8 3c1.075 0 2.1 -.08 3.037 -.224" />\n  <path d="M20 12v-6" />\n  <path d="M4 12v6c0 1.657 3.582 3 8 3c.166 0 .331 -.002 .495 -.006" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',XC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.657 3.582 3 8 3m8 -3.5v-5.5" />\n  <path d="M4 12v6c0 1.657 3.582 3 8 3" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',KC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.657 3.582 3 8 3c.361 0 .716 -.009 1.065 -.026" />\n  <path d="M20 13v-7" />\n  <path d="M4 12v6c0 1.657 3.582 3 8 3" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',YC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 14h.01" />\n  <path d="M14 14h.01" />\n  <path d="M10 17a3.5 3.5 0 0 0 4 0" />\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v12c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-12" />\n</svg>\n\n\n',QC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.43 2.67 2.627 6.243 2.927" />\n  <path d="M20 10.5v-4.5" />\n  <path d="M4 12v6c0 1.546 3.12 2.82 7.128 2.982" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',ZC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 1.657 3.582 3 8 3s8 -1.343 8 -3s-3.582 -3 -8 -3s-8 1.343 -8 3" />\n  <path d="M4 6v6c0 1.657 3.582 3 8 3c.537 0 1.062 -.02 1.57 -.058" />\n  <path d="M20 13.5v-7.5" />\n  <path d="M4 12v6c0 1.657 3.582 3 8 3c.384 0 .762 -.01 1.132 -.03" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',qC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6m-8 0a8 3 0 1 0 16 0a8 3 0 1 0 -16 0" />\n  <path d="M4 6v6a8 3 0 0 0 16 0v-6" />\n  <path d="M4 12v6a8 3 0 0 0 16 0v-6" />\n</svg>\n\n\n',JC='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M10 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M5 16h.01" />\n</svg>\n\n\n',tD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3c0 2 1 3 4 3c2 0 3 1 3 3" />\n  <path d="M21 3c0 2 -1 3 -4 3c-2 0 -3 .333 -3 3" />\n  <path d="M12 18c-1 0 -4 -3 -4 -6c0 -2 1.333 -3 4 -3s4 1 4 3c0 3 -3 6 -4 6" />\n  <path d="M15.185 14.889l.095 -.18a4 4 0 1 1 -6.56 0" />\n  <path d="M17 3c0 1.333 -.333 2.333 -1 3" />\n  <path d="M7 3c0 1.333 .333 2.333 1 3" />\n  <path d="M7 6c-2.667 .667 -4.333 1.667 -5 3" />\n  <path d="M17 6c2.667 .667 4.333 1.667 5 3" />\n  <path d="M8.5 10l-1.5 -1" />\n  <path d="M15.5 10l1.5 -1" />\n  <path d="M12 15h.01" />\n</svg>\n\n\n',eD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h16l-8 -16z" />\n</svg>\n\n\n',nD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5.5c-1.074 -.586 -2.583 -1.5 -4 -1.5c-2.1 0 -4 1.247 -4 5c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 0 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 2 .993 2.567 .237c1.615 -2.127 2.671 -5.637 2.671 -10.537c0 -3.74 -1.908 -5 -4 -5c-1.423 0 -2.92 .911 -4 1.5z" />\n  <path d="M12 5.5l1 2.5l-2 2l2 2" />\n</svg>\n\n\n',aD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.277 15.281c.463 -1.75 .723 -3.844 .723 -6.281c0 -3.74 -1.908 -5 -4 -5c-1.423 0 -2.92 .911 -4 1.5c-1.074 -.586 -2.583 -1.5 -4 -1.5m-2.843 1.153c-.707 .784 -1.157 2.017 -1.157 3.847c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 0 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 2 .993 2.567 .237c.305 -.402 .59 -.853 .852 -1.353" />\n  <path d="M12 5.5l3 1.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',oD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5.5c-1.074 -.586 -2.583 -1.5 -4 -1.5c-2.1 0 -4 1.247 -4 5c0 4.899 1.056 8.41 2.671 10.537c.573 .756 1.97 .521 2.567 -.236c.398 -.505 .819 -1.439 1.262 -2.801c.292 -.771 .892 -1.504 1.5 -1.5c.602 0 1.21 .737 1.5 1.5c.443 1.362 .864 2.295 1.262 2.8c.597 .759 2 .993 2.567 .237c1.615 -2.127 2.671 -5.637 2.671 -10.537c0 -3.74 -1.908 -5 -4 -5c-1.423 0 -2.92 .911 -4 1.5z" />\n  <path d="M12 5.5l3 1.5" />\n</svg>\n\n\n',iD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8h3a1 1 0 0 1 1 1v3" />\n  <path d="M16 16h-7a1 1 0 0 1 -1 -1v-7" />\n  <path d="M12 20v.01" />\n  <path d="M16 20v.01" />\n  <path d="M8 20v.01" />\n  <path d="M4 20v.01" />\n  <path d="M4 16v.01" />\n  <path d="M4 12v.01" />\n  <path d="M4 8v.01" />\n  <path d="M8 4v.01" />\n  <path d="M12 4v.01" />\n  <path d="M16 4v.01" />\n  <path d="M20 4v.01" />\n  <path d="M20 8v.01" />\n  <path d="M20 12v.01" />\n  <path d="M20 16v.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',sD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6h18" />\n  <path d="M4 6v13" />\n  <path d="M20 19v-13" />\n  <path d="M4 10h16" />\n  <path d="M15 6v8a2 2 0 0 0 2 2h3" />\n</svg>\n\n\n',rD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 19h14" />\n  <path d="M20.986 16.984a2 2 0 0 0 -.146 -.734l-7.1 -12.25a2 2 0 0 0 -3.5 0l-.821 1.417m-1.469 2.534l-4.81 8.299a2 2 0 0 0 1.75 2.75" />\n  <path d="M12 3v5m0 4v7" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',lD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.999 3l.001 17" />\n  <path d="M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" />\n</svg>\n\n\n',hD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 10h-18" />\n  <path d="M3 4m0 4a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4z" />\n  <path d="M7 10v1.5a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 1.5 -1.5v-1.5" />\n</svg>\n\n\n',dD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4a4 4 0 0 1 4 3.8l0 .2v10.5a1.5 1.5 0 0 1 -3 0v-6.5h-1a4 4 0 0 1 -4 -3.8l0 -.2a4 4 0 0 1 4 -4z" />\n  <path d="M18 4a4 4 0 0 0 -4 3.8l0 .2v10.5a1.5 1.5 0 0 0 3 0v-6.5h1a4 4 0 0 0 4 -3.8l0 -.2a4 4 0 0 0 -4 -4z" />\n</svg>\n\n\n',cD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12a8 8 0 1 0 16 0a8 8 0 0 0 -16 0" />\n  <path d="M9 15v.01" />\n  <path d="M15 15a6 6 0 0 0 -6 -6" />\n  <path d="M12 15a3 3 0 0 0 -3 -3" />\n</svg>\n\n\n',pD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" />\n  <path d="M7 20l10 0" />\n  <path d="M9 16l0 4" />\n  <path d="M15 16l0 4" />\n  <path d="M8 12l3 -3l2 2l3 -3" />\n</svg>\n\n\n',vD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M3 17l4 -3h10l4 3" />\n  <circle cx="7.5" cy="9.5" r=".5" fill="currentColor" />\n  <circle cx="16.5" cy="9.5" r=".5" fill="currentColor" />\n</svg>\n\n\n',uD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.5 8.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n  <path d="M13 7h-8a2 2 0 0 0 -2 2v7a2 2 0 0 0 2 2h13a2 2 0 0 0 2 -2v-2" />\n  <path d="M17 15v-1" />\n</svg>\n\n\n',gD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7h-3a1 1 0 0 1 -1 -1v-2c0 -.275 .11 -.523 .29 -.704m3.71 -.296h13a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-9" />\n  <path d="M10.36 10.35a4 4 0 1 0 5.285 5.3" />\n  <path d="M19 7v7c0 .321 -.022 .637 -.064 .947m-1.095 2.913a7 7 0 0 1 -12.841 -3.86l0 -7" />\n  <path d="M12 14h.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',mD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" />\n  <path d="M12 14m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M19 7v7a7 7 0 0 1 -14 0v-7" />\n  <path d="M12 14l.01 0" />\n</svg>\n\n\n',fD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.15 6.153a7 7 0 0 0 9.696 9.696m2 -2a7 7 0 0 0 -9.699 -9.695" />\n  <path d="M9.13 9.122a3 3 0 0 0 3.743 3.749m2 -2a3 3 0 0 0 -3.737 -3.736" />\n  <path d="M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',wD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M12 10m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M8 16l-2.091 3.486a1 1 0 0 0 .857 1.514h10.468a1 1 0 0 0 .857 -1.514l-2.091 -3.486" />\n</svg>\n\n\n',MD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" />\n  <path d="M7 20h10" />\n  <path d="M9 16v4" />\n  <path d="M15 16v4" />\n  <path d="M9 12v-4" />\n  <path d="M12 12v-1" />\n  <path d="M15 12v-2" />\n  <path d="M12 12v-1" />\n</svg>\n\n\n',_D='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.5 16h-10.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" />\n  <path d="M7 20h6" />\n  <path d="M9 16v4" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',bD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" />\n  <path d="M7 20h5" />\n  <path d="M9 16v4" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',xD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 16h-8a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" />\n  <path d="M15 19l2 2l4 -4" />\n  <path d="M7 20h4" />\n  <path d="M9 16v4" />\n</svg>\n\n\n',ID='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" />\n  <path d="M7 20h4" />\n  <path d="M9 16v4" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',yD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 16h-8a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7" />\n  <path d="M7 20h5" />\n  <path d="M9 16v4" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',kD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 16h-9a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v5.5" />\n  <path d="M7 20h6.5" />\n  <path d="M9 16v4" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',CD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" />\n  <path d="M7 20h5" />\n  <path d="M9 16v4" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',DD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 16h-11a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7" />\n  <path d="M7 20h8" />\n  <path d="M9 16v4" />\n  <path d="M15 16v4" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',BD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16h-6a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6" />\n  <path d="M7 20h3.5" />\n  <path d="M9 16v4" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',zD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10" />\n  <path d="M7 20h5" />\n  <path d="M9 16v4" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',ED='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h12a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1m-4 0h-12a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1" />\n  <path d="M7 20h10" />\n  <path d="M9 16v4" />\n  <path d="M15 16v4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',SD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 16h-9a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n  <path d="M7 20h6" />\n  <path d="M9 16v4" />\n</svg>\n\n\n',TD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n  <path d="M7 20h5" />\n  <path d="M9 16v4" />\n</svg>\n\n\n',AD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" />\n  <path d="M7 20h5" />\n  <path d="M9 16v4" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',OD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5" />\n  <path d="M7 20h8" />\n  <path d="M9 16v4" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',HD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 16h-7.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5" />\n  <path d="M7 20h4" />\n  <path d="M9 16v4" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',RD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 16h-8.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" />\n  <path d="M7 20h5.5" />\n  <path d="M9 16v4" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',PD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16h-6a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5" />\n  <path d="M7 20h3.5" />\n  <path d="M9 16v4" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',FD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 16h-9.5a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n  <path d="M7 20h5" />\n  <path d="M9 16v4" />\n</svg>\n\n\n',LD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 16h-9a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" />\n  <path d="M7 20h6.5" />\n  <path d="M9 16v4" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',ND='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10z" />\n  <path d="M7 20h10" />\n  <path d="M9 16v4" />\n  <path d="M15 16v4" />\n</svg>\n\n\n',VD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4h10l4 4v10a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2" />\n  <path d="M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M14 4l0 4l-6 0l0 -4" />\n</svg>\n\n\n',UD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5h3.5a5 5 0 0 1 0 10h-5.5l-4.015 4.227a2.3 2.3 0 0 1 -3.923 -2.035l1.634 -8.173a5 5 0 0 1 4.904 -4.019h3.4z" />\n  <path d="M14 15l4.07 4.284a2.3 2.3 0 0 0 3.925 -2.023l-1.6 -8.232" />\n  <path d="M8 9v2" />\n  <path d="M7 10h2" />\n  <path d="M14 10h2" />\n</svg>\n\n\n',jD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12l-3 -3h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h2l3 -3z" />\n  <path d="M14 12l3 -3h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2l-3 -3z" />\n  <path d="M12 14l-3 3v2a1 1 0 0 0 1 1h4a1 1 0 0 0 1 -1v-2l-3 -3z" />\n  <path d="M12 10l-3 -3v-2a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v2l-3 3z" />\n</svg>\n\n\n',GD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 6m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z" />\n  <path d="M6 12h4m-2 -2v4" />\n  <path d="M15 11l0 .01" />\n  <path d="M18 13l0 .01" />\n</svg>\n\n\n',WD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-4 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm3 0a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm-6 -6.764l-.106 .211a1 1 0 0 1 -.77 .545l-.124 .008l-5 -.001v3.001h14v-3.001l-4.382 .001l-.724 1.447a1 1 0 0 1 -1.725 .11l-.063 -.11l-1.106 -2.211zm7 -4.236h-12a1 1 0 0 0 -.993 .883l-.007 .117v1.999l4.381 .001l.725 -1.447a1 1 0 0 1 1.725 -.11l.063 .11l1.106 2.21l.106 -.21a1 1 0 0 1 .77 -.545l.124 -.008l5 -.001v-1.999a1 1 0 0 0 -.883 -.993l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',$D='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 9h6l1 -2l2 4l1 -2h6" />\n  <path d="M4 14h16" />\n  <path d="M14 17v.01" />\n  <path d="M17 17v.01" />\n</svg>\n\n\n',XD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 17h-9.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5" />\n  <path d="M3 13h13" />\n  <path d="M8 21h5.5" />\n  <path d="M10 17l-.5 4" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',KD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" />\n  <path d="M3 13h12.5" />\n  <path d="M8 21h4.5" />\n  <path d="M10 17l-.5 4" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',YD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 17h-7.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9" />\n  <path d="M3 13h18" />\n  <path d="M8 21h3.5" />\n  <path d="M10 17l-.5 4" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',QD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 17h-7.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9" />\n  <path d="M3 13h18" />\n  <path d="M8 21h3.5" />\n  <path d="M10 17l-.5 4" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',ZD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17h-8a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" />\n  <path d="M3 13h13" />\n  <path d="M8 21h4" />\n  <path d="M10 17l-.5 4" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',qD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v6.5" />\n  <path d="M3 13h11" />\n  <path d="M8 21h5" />\n  <path d="M10 17l-.5 4" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',JD='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5" />\n  <path d="M3 13h13" />\n  <path d="M8 21h4.5" />\n  <path d="M10 17l-.5 4" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',tB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 17h-11a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5" />\n  <path d="M3 13h13" />\n  <path d="M8 21h7" />\n  <path d="M10 17l-.5 4" />\n  <path d="M14 17l.5 4" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',eB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 17h-6a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7" />\n  <path d="M3 13h9" />\n  <path d="M8 21h3.5" />\n  <path d="M10 17l-.5 4" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',nB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v11" />\n  <path d="M3 13h18" />\n  <path d="M8 21h4.5" />\n  <path d="M10 17l-.5 4" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',aB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h13a1 1 0 0 1 1 1v12c0 .28 -.115 .532 -.3 .713m-3.7 .287h-13a1 1 0 0 1 -1 -1v-12c0 -.276 .112 -.526 .293 -.707" />\n  <path d="M3 13h10m4 0h4" />\n  <path d="M8 21h8" />\n  <path d="M10 17l-.5 4" />\n  <path d="M14 17l.5 4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',oB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9" />\n  <path d="M3 13h18" />\n  <path d="M8 21h5" />\n  <path d="M10 17l-.5 4" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',iB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17h-8a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n  <path d="M3 13h11" />\n  <path d="M8 21h4.5" />\n  <path d="M10 17l-.5 4" />\n</svg>\n\n\n',sB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5" />\n  <path d="M3 13h13.5" />\n  <path d="M8 21h4.5" />\n  <path d="M10 17l-.5 4" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',rB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 17h-10a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" />\n  <path d="M3 13h11.5" />\n  <path d="M8 21h7" />\n  <path d="M10 17l-.5 4" />\n  <path d="M14 17l.5 4" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',lB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 17h-7a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8" />\n  <path d="M3 13h10" />\n  <path d="M8 21h4" />\n  <path d="M10 17l-.5 4" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',hB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9" />\n  <path d="M3 13h18" />\n  <path d="M8 21h4" />\n  <path d="M10 17l-.5 4" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',dB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 17h-6a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v7.5" />\n  <path d="M3 13h10" />\n  <path d="M8 21h3" />\n  <path d="M10 17l-.5 4" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',cB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 17h-8.5a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v8.5" />\n  <path d="M3 13h13" />\n  <path d="M8 21h4.5" />\n  <path d="M10 17l-.5 4" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',pB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 17h-9a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v9" />\n  <path d="M3 13h18" />\n  <path d="M8 21h5" />\n  <path d="M10 17l-.5 4" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',vB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-12z" />\n  <path d="M3 13h18" />\n  <path d="M8 21h8" />\n  <path d="M10 17l-.5 4" />\n  <path d="M14 17l.5 4" />\n</svg>\n\n\n',uB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7" />\n  <path d="M9 18h4" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',gB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7" />\n  <path d="M9 18h3" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',mB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" />\n  <path d="M9 18h2" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',fB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" />\n  <path d="M9 18h2" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',wB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6.5" />\n  <path d="M9 18h3" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',MB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5" />\n  <path d="M9 18h4" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',_B='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7" />\n  <path d="M9 18h3" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',bB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-9a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7" />\n  <path d="M9 18h6" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',xB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" />\n  <path d="M9 18h1" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',IB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5" />\n  <path d="M9 17h4.5" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',yB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5" />\n  <path d="M9 17h3.5" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',kB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7" />\n  <path d="M15 19l2 2l4 -4" />\n  <path d="M9 17h2.5" />\n</svg>\n\n\n',CB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 20h-6a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7" />\n  <path d="M9 17h2.5" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',DB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" />\n  <path d="M9 17h3" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',BB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5" />\n  <path d="M9 17h4" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',zB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5" />\n  <path d="M9 17h3.5" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',EB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 20h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" />\n  <path d="M9 17h6" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',SB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.5 20h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5" />\n  <path d="M9 17h1" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',TB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9" />\n  <path d="M9 17h3.5" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',AB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h12a2 2 0 0 1 2 2v12m-2 2h-16a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2" />\n  <path d="M9 17h6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',OB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7" />\n  <path d="M9 17h4" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',HB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5" />\n  <path d="M9 17h3" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',RB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5" />\n  <path d="M9 17h3.5" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',PB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 20h-10a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5" />\n  <path d="M9 17h4.5" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',FB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 20h-6.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" />\n  <path d="M9 17h2" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',LB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 20h-7.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7" />\n  <path d="M9 17h3" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',NB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.5 20h-5.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" />\n  <path d="M9 17h1" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',VB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6.5" />\n  <path d="M9 17h3.5" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',UB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 20h-8.5a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n  <path d="M9 17h4" />\n</svg>\n\n\n',jB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-12z" />\n  <path d="M9 17h6" />\n</svg>\n\n\n',GB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v10" />\n  <path d="M9 18h3" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',WB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 2h12a2 2 0 0 1 2 2v12m0 4a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-16" />\n  <path d="M9 19h6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',$B='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" />\n  <path d="M9 18h4" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',XB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" />\n  <path d="M9 18h3" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',KB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7" />\n  <path d="M9 18h3" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',YB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-9a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" />\n  <path d="M9 18h5" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',QB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6" />\n  <path d="M9 18h2" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',ZB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-6a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" />\n  <path d="M9 18h3.5" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',qB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v5.5" />\n  <path d="M9 18h1" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',JB='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 18h3" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n  <path d="M13.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v7" />\n</svg>\n\n\n',tz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n  <path d="M13 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v9" />\n  <path d="M9 18h4" />\n</svg>\n\n\n',ez='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-3 15h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" />\n</svg>\n\n\n',nz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 3h-2a2 2 0 0 0 -2 2v14a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2z" />\n  <path d="M16 4h-11a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h11" />\n  <path d="M12 8h-6v3h6z" />\n  <path d="M12 14v.01" />\n  <path d="M9 14v.01" />\n  <path d="M6 14v.01" />\n  <path d="M12 17v.01" />\n  <path d="M9 17v.01" />\n  <path d="M6 17v.01" />\n</svg>\n\n\n',az='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19h16" />\n  <path d="M10 6h8a1 1 0 0 1 1 1v8m-3 1h-10a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',oz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19l18 0" />\n  <path d="M5 6m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',iz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 21h-5.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7" />\n  <path d="M19 16l-2 3h4l-2 3" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',sz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',rz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M11 4h2" />\n  <path d="M12 9.5l-1 2.5h2l-1 2.5" />\n</svg>\n\n\n',lz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-3.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v9.5" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',hz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-3.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',dz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6.5" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',cz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v5" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',pz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',vz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',uz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-8a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h8zm-4 14a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1 -12h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',gz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-3.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6" />\n  <path d="M11 4h2" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',mz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 3h10v8h-3l-4 2v-2h-3z" />\n  <path d="M15 16v4a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h2" />\n  <path d="M10 18v.01" />\n</svg>\n\n\n',fz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v10" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',wz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.159 3.185c.256 -.119 .54 -.185 .841 -.185h8a2 2 0 0 1 2 2v9m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-13" />\n  <path d="M11 4h2" />\n  <path d="M3 3l18 18" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',Mz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',_z='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6" />\n  <path d="M11 4h2" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',bz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',xz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',Iz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M20 11v2" />\n  <path d="M7 12h-.01" />\n</svg>\n\n\n',yz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v6" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',kz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-4a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8" />\n  <path d="M11 4h2" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',Cz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v5" />\n  <path d="M11 4h2" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',Dz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v7" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',Bz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M8 4l2 0" />\n  <path d="M9 17l0 .01" />\n  <path d="M21 6l-2 3l2 3l-2 3l2 3" />\n</svg>\n\n\n',zz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',Ez='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 5a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M11 4h2" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',Sz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.713 4.718a4 4 0 0 0 -1.713 3.282v8a4 4 0 0 0 4 4h3v-10m0 -4v-2h-2" />\n  <path d="M14 10v-6h3a4 4 0 0 1 4 4v8c0 .308 -.035 .608 -.1 .896m-1.62 2.39a3.982 3.982 0 0 1 -2.28 .714h-3v-6" />\n  <path d="M6.5 8.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Tz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 20v-16h-3a4 4 0 0 0 -4 4v8a4 4 0 0 0 4 4h3z" />\n  <path d="M14 20v-16h3a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-3z" />\n  <circle cx="17.5" cy="15.5" r="1" fill="currentColor" />\n  <circle cx="6.5" cy="8.5" r="1" fill="currentColor" />\n</svg>\n\n\n',Az='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9a5 5 0 1 0 10 0a5 5 0 0 0 -10 0" />\n  <path d="M9 6h-4a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-8a2 2 0 0 0 -2 -2h-2" />\n  <path d="M6 15h1" />\n  <path d="M7 18l-1 2" />\n  <path d="M18 18l1 2" />\n</svg>\n\n\n',Oz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 3m0 2a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2z" />\n  <path d="M12 3v2" />\n  <path d="M10 15v.01" />\n  <path d="M10 18v.01" />\n  <path d="M14 18v.01" />\n  <path d="M14 15v.01" />\n</svg>\n\n\n',Hz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 21h10a2 2 0 0 0 2 -2v-14a2 2 0 0 0 -2 -2h-6.172a2 2 0 0 0 -1.414 .586l-3.828 3.828a2 2 0 0 0 -.586 1.414v10.172a2 2 0 0 0 2 2z" />\n  <path d="M13 6v2" />\n  <path d="M16 6v2" />\n  <path d="M10 7v1" />\n</svg>\n\n\n',Rz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z" />\n  <path d="M10 11l2 -2v8" />\n</svg>\n\n\n',Pz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z" />\n  <path d="M10 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Fz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z" />\n  <path d="M10 9h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" />\n</svg>\n\n\n',Lz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3h8.5l4.5 4.5v12.5a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1z" />\n  <path d="M9 11h3v6" />\n  <path d="M15 17v.01" />\n  <path d="M15 14v.01" />\n  <path d="M15 11v.01" />\n  <path d="M9 14v.01" />\n  <path d="M9 17v.01" />\n</svg>\n\n\n',Nz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" />\n  <path d="M11.114 11.133a3 3 0 1 0 3.754 3.751" />\n  <path d="M12 7v.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Vz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M12 14m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 7l0 .01" />\n</svg>\n\n\n',Uz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 21h-7.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8" />\n  <path d="M19 16l-2 3h4l-2 3" />\n  <path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n</svg>\n\n\n',jz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n  <path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n</svg>\n\n\n',Gz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5" />\n  <path d="M12.314 16.05a1 1 0 0 0 -1.042 1.635" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',Wz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9" />\n  <path d="M12.344 16.06a1 1 0 0 0 -1.07 1.627" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',$z='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-6a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7.5" />\n  <path d="M12 16a1 1 0 0 0 0 2" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',Xz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v6" />\n  <path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',Kz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n  <path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n</svg>\n\n\n',Yz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-9a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8" />\n  <path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',Qz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 2a2 2 0 0 1 1.995 1.85l.005 .15v16a2 2 0 0 1 -1.85 1.995l-.15 .005h-12a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-16a2 2 0 0 1 1.85 -1.995l.15 -.005h12zm-6 13a2 2 0 0 0 -1.977 1.697l-.018 .154l-.005 .149l.005 .15a2 2 0 1 0 1.995 -2.15z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Zz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',qz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v11" />\n  <path d="M12.872 16.51a1 1 0 1 0 -.872 1.49" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',Jz='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h11a1 1 0 0 1 1 1v11m0 4v1a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-15" />\n  <path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',tE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n  <path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n</svg>\n\n\n',eE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7" />\n  <path d="M12 16a1 1 0 0 0 0 2" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',nE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n  <path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n</svg>\n\n\n',aE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-9a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n  <path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n</svg>\n\n\n',oE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-5.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v7" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',iE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-6a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9" />\n  <path d="M12.57 16.178a1 1 0 1 0 .016 1.633" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',sE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 21h-5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v6" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',rE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-6.5a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v8" />\n  <path d="M12.906 16.576a1 1 0 1 0 -.906 1.424" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',lE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-7a1 1 0 0 1 -1 -1v-16a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v9.5" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n  <path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n</svg>\n\n\n',hE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v16a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-16z" />\n  <path d="M11 17a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n</svg>\n\n\n',dE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 7h8a2 2 0 0 1 2 2v8m-1.178 2.824c-.25 .113 -.529 .176 -.822 .176h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" />\n  <path d="M16 3l-4 4l-4 -4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',cE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M16 3l-4 4l-4 -4" />\n  <path d="M15 7v13" />\n  <path d="M18 15v.01" />\n  <path d="M18 12v.01" />\n</svg>\n\n\n',pE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M16 3l-4 4l-4 -4" />\n</svg>\n\n\n',vE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8h8v9a3 3 0 0 1 -3 3h-2a3 3 0 0 1 -3 -3v-9z" />\n  <path d="M10 8v-4h4v4" />\n</svg>\n\n\n',uE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 7c1.143 0 2.235 .035 3.275 .104c1.017 .068 1.95 .207 2.798 .42c.813 .203 1.52 .505 2.119 .909a3.903 3.903 0 0 1 1.328 1.531c.326 .657 .48 1.48 .48 2.466c0 1.006 -.189 1.91 -.574 2.707c-.375 .779 -.886 1.396 -1.537 1.848a3.696 3.696 0 0 1 -2.16 .66c-.509 0 -.97 -.068 -1.382 -.21a5.84 5.84 0 0 1 -1.17 -.548a18.45 18.45 0 0 1 -1.045 -.695a9.104 9.104 0 0 0 -1.001 -.63a2.376 2.376 0 0 0 -1.13 -.301c-.373 0 -.75 .097 -1.132 .3c-.316 .17 -.65 .38 -1 .63c-.322 .23 -.67 .462 -1.047 .695a5.78 5.78 0 0 1 -1.168 .548c-.413 .142 -.872 .21 -1.378 .21a3.706 3.706 0 0 1 -2.165 -.659c-.651 -.452 -1.162 -1.07 -1.537 -1.848c-.385 -.798 -.574 -1.7 -.574 -2.709c-.004 -.98 .15 -1.802 .477 -2.46a3.897 3.897 0 0 1 1.33 -1.531c.6 -.403 1.307 -.704 2.12 -.907a16.088 16.088 0 0 1 2.8 -.423c1.04 -.071 2.13 -.107 3.273 -.107z" />\n</svg>\n\n\n',gE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" />\n  <path d="M9 18v3h4.5" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',mE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" />\n  <path d="M9 18v3h3" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',fE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 18h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v5.5" />\n  <path d="M9 18v3h2.5" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',wE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 18h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n  <path d="M9 18v3h3" />\n  <path d="M9 6v-3h6v3" />\n</svg>\n\n\n',ME='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2.5" />\n  <path d="M9 18v3h3" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',_E='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v1" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n  <path d="M9 18v3h4" />\n  <path d="M9 6v-3h6v3" />\n</svg>\n\n\n',bE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" />\n  <path d="M9 18v3h3.5" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',xE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 18h-6a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" />\n  <path d="M9 18v3h6v-3" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',IE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 18h-1a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2" />\n  <path d="M9 18v3h2.5" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',yE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6" />\n  <path d="M9 18v3h3.5" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',kE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 6h5a3 3 0 0 1 3 3v5m-.89 3.132a2.99 2.99 0 0 1 -2.11 .868h-6a3 3 0 0 1 -3 -3v-6c0 -.817 .327 -1.559 .857 -2.1" />\n  <path d="M9 18v3h6v-3" />\n  <path d="M9 5v-2h6v3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',CE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4" />\n  <path d="M9 18v3h4" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',DE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2" />\n  <path d="M9 18v3h3.5" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',BE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n  <path d="M9 18v3h3.5" />\n  <path d="M9 6v-3h6v3" />\n</svg>\n\n\n',zE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 18h-5a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2" />\n  <path d="M9 18v3h6v-2" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',EE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 18h-2a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v2" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n  <path d="M9 18v3h3" />\n  <path d="M9 6v-3h6v3" />\n</svg>\n\n\n',SE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 18h-3.5a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4" />\n  <path d="M9 18v3h3" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',TE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 18h-1a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v1" />\n  <path d="M9 18v3h2" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',AE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 6m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z" />\n  <path d="M9 18v3h6v-3" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M12 10a2 2 0 1 0 2 2" />\n</svg>\n\n\n',OE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 6m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z" />\n  <path d="M9 18v3h6v-3" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M9 14v-4" />\n  <path d="M12 14v-1" />\n  <path d="M15 14v-3" />\n</svg>\n\n\n',HE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" />\n  <path d="M9 18v3h3.5" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',RE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 18h-4a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v4" />\n  <path d="M9 18v3h4" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',PE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 9a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3v-6z" />\n  <path d="M9 18v3h6v-3" />\n  <path d="M9 6v-3h6v3" />\n</svg>\n\n\n',FE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15h-6a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h6" />\n  <path d="M13 4m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n  <path d="M7 19l3 0" />\n  <path d="M17 8l0 .01" />\n  <path d="M17 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9 15l0 4" />\n</svg>\n\n\n',LE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" />\n  <path d="M19 16l-2 3h4l-2 3" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',NE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 15.5v-6.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',VE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 15.5v-6.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h7" />\n  <path d="M16 9h2" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',UE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 15.5v-6.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4m0 6a1 1 0 0 1 -1 1" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h7" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',jE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 14.5v-5.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" />\n  <path d="M16 9h2" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',GE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v1.5" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" />\n  <path d="M16 9h2" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',WE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',$E='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 20h-1a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" />\n  <path d="M16 9h2" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',XE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 12v-3a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h6" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',KE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" />\n  <path d="M16 19h6" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',YE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v8m-1 3h-6a1 1 0 0 1 -1 -1v-6" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-9m-4 0a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" />\n  <path d="M16 9h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',QE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',ZE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 9v10h-6v-14h2" />\n  <path d="M13 9h9v7h-2m-4 0h-4v-4" />\n  <path d="M14 19h5" />\n  <path d="M17 17v2" />\n  <path d="M6 13v.01" />\n  <path d="M6 16v.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',qE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5h6v14h-6z" />\n  <path d="M12 9h10v7h-10z" />\n  <path d="M14 19h6" />\n  <path d="M17 16v3" />\n  <path d="M6 13v.01" />\n  <path d="M6 16v.01" />\n</svg>\n\n\n',JE='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 14v-5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',tS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" />\n  <path d="M16 9h2" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',eS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 20h-1a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',nS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 13v-4a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2.5" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h7" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',aS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 15v-6a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',oS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 13v-4a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2.5" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h5.5" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',iS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 16.5v-7.5a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3.5" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h8" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',sS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 20a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v4" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" />\n  <path d="M16 9h2" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',rS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-10z" />\n  <path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" />\n  <path d="M16 9h2" />\n</svg>\n\n\n',lS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.727 4.749c-.467 .38 -.727 .804 -.727 1.251c0 1.217 1.933 2.265 4.71 2.735m4.257 .243c3.962 -.178 7.033 -1.444 7.033 -2.978c0 -1.657 -3.582 -3 -8 -3c-1.66 0 -3.202 .19 -4.48 .514" />\n  <path d="M4 6v.143a1 1 0 0 0 .048 .307l1.952 5.55l-1.964 5.67a1 1 0 0 0 -.036 .265v.065c0 1.657 3.582 3 8 3c3.218 0 5.992 -.712 7.262 -1.74m-.211 -4.227l-1.051 -3.033l1.952 -5.55a1 1 0 0 0 .048 -.307v-.143" />\n  <path d="M6 12c0 1.105 2.686 2 6 2c.656 0 1.288 -.035 1.879 -.1m3.198 -.834c.585 -.308 .923 -.674 .923 -1.066" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',hS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6m-8 0a8 3 0 1 0 16 0a8 3 0 1 0 -16 0" />\n  <path d="M4 6v.143a1 1 0 0 0 .048 .307l1.952 5.55l-1.964 5.67a1 1 0 0 0 -.036 .265v.065c0 1.657 3.582 3 8 3c.17 0 .34 -.002 .508 -.006m5.492 -8.994l1.952 -5.55a1 1 0 0 0 .048 -.307v-.143" />\n  <path d="M6 12c0 1.105 2.686 2 6 2s6 -.895 6 -2" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',dS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6m-8 0a8 3 0 1 0 16 0a8 3 0 1 0 -16 0" />\n  <path d="M4 6v.143a1 1 0 0 0 .048 .307l1.952 5.55l-1.964 5.67a1 1 0 0 0 -.036 .265v.065c0 1.657 3.582 3 8 3s8 -1.343 8 -3v-.065a1 1 0 0 0 -.036 -.265l-1.964 -5.67l1.952 -5.55a1 1 0 0 0 .048 -.307v-.143" />\n  <path d="M6 12c0 1.105 2.686 2 6 2s6 -.895 6 -2" />\n</svg>\n\n\n',cS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 2h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M20 2h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M13 2h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M6 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M20 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M13 9h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M13 16h-2a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',pS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7h-4v-4" />\n  <path d="M17 3h4v4h-4z" />\n  <path d="M10 6v-3h4v4h-3" />\n  <path d="M3 10h4v4h-4z" />\n  <path d="M17 13v-3h4v4h-3" />\n  <path d="M14 14h-4v-4" />\n  <path d="M10 17h4v4h-4z" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',vS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 3h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" />\n  <path d="M18 3h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" />\n  <path d="M11 3h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" />\n  <path d="M4 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" />\n  <path d="M18 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" />\n  <path d="M11 10h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" />\n  <path d="M11 17h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1z" />\n</svg>\n\n\n',uS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4a1 1 0 0 1 .783 .378l.074 .108l3 5a1 1 0 0 1 -.032 1.078l-.08 .103l-8.53 9.533a1.7 1.7 0 0 1 -1.215 .51c-.4 0 -.785 -.14 -1.11 -.417l-.135 -.126l-8.5 -9.5a1 1 0 0 1 -.172 -1.067l.06 -.115l3.013 -5.022l.064 -.09a.982 .982 0 0 1 .155 -.154l.089 -.064l.088 -.05l.05 -.023l.06 -.025l.109 -.032l.112 -.02l.117 -.005h12zm-8.886 3.943a1 1 0 0 0 -1.371 .343l-.6 1l-.06 .116a1 1 0 0 0 .177 1.07l2 2.2l.09 .088a1 1 0 0 0 1.323 -.02l.087 -.09a1 1 0 0 0 -.02 -1.323l-1.501 -1.65l.218 -.363l.055 -.103a1 1 0 0 0 -.398 -1.268z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',gS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h9l3 5l-3.308 3.697m-1.883 2.104l-3.309 3.699a.7 .7 0 0 1 -1 0l-8.5 -9.5l2.62 -4.368" />\n  <path d="M10 12l-2 -2.2l.6 -1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',mS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 5h12l3 5l-8.5 9.5a.7 .7 0 0 1 -1 0l-8.5 -9.5l3 -5" />\n  <path d="M10 12l-2 -2.2l.6 -1" />\n</svg>\n\n\n',fS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2.005c-.777 0 -1.508 .367 -1.971 .99l-5.362 6.895c-.89 1.136 -.89 3.083 0 4.227l5.375 6.911a2.457 2.457 0 0 0 3.93 -.017l5.361 -6.894c.89 -1.136 .89 -3.083 0 -4.227l-5.375 -6.911a2.446 2.446 0 0 0 -1.958 -.974z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',wS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.831 20.413l-5.375 -6.91c-.608 -.783 -.608 -2.223 0 -3l5.375 -6.911a1.457 1.457 0 0 1 2.338 0l5.375 6.91c.608 .783 .608 2.223 0 3l-5.375 6.911a1.457 1.457 0 0 1 -2.338 0z" />\n</svg>\n\n\n',MS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 8.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',_S='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <circle cx="12" cy="12" r=".5" fill="currentColor" />\n</svg>\n\n\n',bS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.833 11a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-5 -5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',xS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <circle cx="9.5" cy="9.5" r=".5" fill="currentColor" />\n  <circle cx="14.5" cy="14.5" r=".5" fill="currentColor" />\n</svg>\n\n\n',IS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',yS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <circle cx="8.5" cy="8.5" r=".5" fill="currentColor" />\n  <circle cx="15.5" cy="15.5" r=".5" fill="currentColor" />\n  <circle cx="12" cy="12" r=".5" fill="currentColor" />\n</svg>\n\n\n',kS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm0 -7a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',CS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <circle cx="8.5" cy="8.5" r=".5" fill="currentColor" />\n  <circle cx="15.5" cy="8.5" r=".5" fill="currentColor" />\n  <circle cx="15.5" cy="15.5" r=".5" fill="currentColor" />\n  <circle cx="8.5" cy="15.5" r=".5" fill="currentColor" />\n</svg>\n\n\n',DS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-3.5 -3.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',BS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <circle cx="8.5" cy="8.5" r=".5" fill="currentColor" />\n  <circle cx="15.5" cy="8.5" r=".5" fill="currentColor" />\n  <circle cx="15.5" cy="15.5" r=".5" fill="currentColor" />\n  <circle cx="8.5" cy="15.5" r=".5" fill="currentColor" />\n  <circle cx="12" cy="12" r=".5" fill="currentColor" />\n</svg>\n\n\n',zS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 13a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm0 -4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 -4.5a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ES='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <circle cx="8.5" cy="7.5" r=".5" fill="currentColor" />\n  <circle cx="15.5" cy="7.5" r=".5" fill="currentColor" />\n  <circle cx="8.5" cy="12" r=".5" fill="currentColor" />\n  <circle cx="15.5" cy="12" r=".5" fill="currentColor" />\n  <circle cx="15.5" cy="16.5" r=".5" fill="currentColor" />\n  <circle cx="8.5" cy="16.5" r=".5" fill="currentColor" />\n</svg>\n\n\n',SS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.833 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm-7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm0 -7a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3zm7 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',TS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <circle cx="8.5" cy="8.5" r=".5" fill="currentColor" />\n  <circle cx="15.5" cy="8.5" r=".5" fill="currentColor" />\n  <circle cx="15.5" cy="15.5" r=".5" fill="currentColor" />\n  <circle cx="8.5" cy="15.5" r=".5" fill="currentColor" />\n</svg>\n\n\n',AS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5h11" />\n  <path d="M12 7l2 -2l-2 -2" />\n  <path d="M5 3l-2 2l2 2" />\n  <path d="M19 10v11" />\n  <path d="M17 19l2 2l2 -2" />\n  <path d="M21 12l-2 -2l-2 2" />\n  <path d="M3 10m0 2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',OS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M8 11l-1 1l1 1" />\n  <path d="M11 8l1 -1l1 1" />\n  <path d="M16 11l1 1l-1 1" />\n  <path d="M11 16l1 1l1 -1" />\n</svg>\n\n\n',HS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 9l-3 3l3 3" />\n  <path d="M14 9l3 3l-3 3" />\n</svg>\n\n\n',RS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.52 2.614a2.095 2.095 0 0 1 2.835 -.117l.126 .117l7.905 7.905c.777 .777 .816 2.013 .117 2.836l-.117 .126l-7.905 7.905a2.094 2.094 0 0 1 -2.836 .117l-.126 -.117l-7.907 -7.906a2.096 2.096 0 0 1 -.115 -2.835l.117 -.126l7.905 -7.905zm5.969 9.535l.01 -.116l-.003 -.12l-.016 -.114l-.03 -.11l-.044 -.112l-.052 -.098l-.076 -.105l-.07 -.081l-3.5 -3.5l-.095 -.083a1 1 0 0 0 -1.226 0l-.094 .083l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l1.792 1.793h-5.085l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h5.085l-1.792 1.793l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l3.5 -3.5l.097 -.112l.05 -.074l.037 -.067l.05 -.112l.023 -.076l.025 -.117z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',PS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.73 14.724l1.949 -1.95a1.095 1.095 0 0 0 0 -1.548l-7.905 -7.905a1.095 1.095 0 0 0 -1.548 0l-1.95 1.95m-2.01 2.01l-3.945 3.945a1.095 1.095 0 0 0 0 1.548l7.905 7.905c.427 .428 1.12 .428 1.548 0l3.95 -3.95" />\n  <path d="M8 12h4" />\n  <path d="M13.748 13.752l-1.748 1.748" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',FS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.32 12.774l7.906 7.905c.427 .428 1.12 .428 1.548 0l7.905 -7.905a1.095 1.095 0 0 0 0 -1.548l-7.905 -7.905a1.095 1.095 0 0 0 -1.548 0l-7.905 7.905a1.095 1.095 0 0 0 0 1.548z" />\n  <path d="M8 12h7.5" />\n  <path d="M12 8.5l3.5 3.5l-3.5 3.5" />\n</svg>\n\n\n',LS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 10l3 -3l3 3" />\n  <path d="M9 14l3 3l3 -3" />\n</svg>\n\n\n',NS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21v-4" />\n  <path d="M12 13v-1" />\n  <path d="M12 5v-2" />\n  <path d="M10 21h4" />\n  <path d="M8 8v1h1m4 0h6l2 -2l-2 -2h-10" />\n  <path d="M14 14v3h-8l-2 -2l2 -2h7" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',VS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21v-4" />\n  <path d="M12 13v-4" />\n  <path d="M12 5v-2" />\n  <path d="M10 21h4" />\n  <path d="M8 5v4h11l2 -2l-2 -2z" />\n  <path d="M14 13v4h-8l-2 -2l2 -2z" />\n</svg>\n\n\n',US='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M9 11a5 5 0 1 0 3.95 7.95" />\n  <path d="M19 20l-4 -5h-4l3 -5l-4 -3l-4 1" />\n</svg>\n\n\n',jS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 7a2 2 0 1 0 -2 -2" />\n  <path d="M11 11v4h4l4 5" />\n  <path d="M15 11h1" />\n  <path d="M7 11.5a5 5 0 1 0 6 7.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',GS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M11 7l0 8l4 0l4 5" />\n  <path d="M11 11l5 0" />\n  <path d="M7 11.5a5 5 0 1 0 6 7.5" />\n</svg>\n\n\n',WS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5h14" />\n  <path d="M6 5c.32 6.744 2.74 9.246 6 10" />\n  <path d="M18 5c-.32 6.744 -2.74 9.246 -6 10" />\n  <path d="M10 5c0 4.915 .552 7.082 2 10" />\n  <path d="M14 5c0 4.915 -.552 7.082 -2 10" />\n  <path d="M12 15v6" />\n  <path d="M12 3v2" />\n  <path d="M7 16c.64 .64 1.509 1 2.414 1h5.172c.905 0 1.774 -.36 2.414 -1" />\n  <path d="M11 21h2" />\n</svg>\n\n\n',$S='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.044 16.04a9 9 0 0 0 -12.082 -12.085m-2.333 1.688a9 9 0 0 0 6.371 15.357c2.491 0 4.73 -1 6.36 -2.631" />\n  <path d="M11.298 11.288a1 1 0 1 0 1.402 1.427" />\n  <path d="M7 12c0 -1.38 .559 -2.629 1.462 -3.534m2.607 -1.38c.302 -.056 .613 -.086 .931 -.086" />\n  <path d="M12 17a4.985 4.985 0 0 0 3.551 -1.48m1.362 -2.587c.057 -.302 .087 -.614 .087 -.933" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',XS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M7 12a5 5 0 0 1 5 -5" />\n  <path d="M12 17a5 5 0 0 0 5 -5" />\n</svg>\n\n\n',KS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l3 -3m2 -2l1 -1" />\n  <path d="M9.148 9.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142" />\n  <path d="M14.148 14.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142" />\n  <path d="M8.887 4.89a2.2 2.2 0 0 0 .863 -.53l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.528 .858m-.757 3.248a2.193 2.193 0 0 1 -1.555 .644h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1c0 -.604 .244 -1.152 .638 -1.55" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',YS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l6 -6" />\n  <circle cx="9.5" cy="9.5" r=".5" fill="currentColor" />\n  <circle cx="14.5" cy="14.5" r=".5" fill="currentColor" />\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7a2.2 2.2 0 0 0 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1a2.2 2.2 0 0 0 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n</svg>\n\n\n',QS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.01 2.011a3.2 3.2 0 0 1 2.113 .797l.154 .145l.698 .698a1.2 1.2 0 0 0 .71 .341l.135 .008h1a3.2 3.2 0 0 1 3.195 3.018l.005 .182v1c0 .27 .092 .533 .258 .743l.09 .1l.697 .698a3.2 3.2 0 0 1 .147 4.382l-.145 .154l-.698 .698a1.2 1.2 0 0 0 -.341 .71l-.008 .135v1a3.2 3.2 0 0 1 -3.018 3.195l-.182 .005h-1a1.2 1.2 0 0 0 -.743 .258l-.1 .09l-.698 .697a3.2 3.2 0 0 1 -4.382 .147l-.154 -.145l-.698 -.698a1.2 1.2 0 0 0 -.71 -.341l-.135 -.008h-1a3.2 3.2 0 0 1 -3.195 -3.018l-.005 -.182v-1a1.2 1.2 0 0 0 -.258 -.743l-.09 -.1l-.697 -.698a3.2 3.2 0 0 1 -.147 -4.382l.145 -.154l.698 -.698a1.2 1.2 0 0 0 .341 -.71l.008 -.135v-1l.005 -.182a3.2 3.2 0 0 1 3.013 -3.013l.182 -.005h1a1.2 1.2 0 0 0 .743 -.258l.1 -.09l.698 -.697a3.2 3.2 0 0 1 2.269 -.944zm3.697 7.282a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ZS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n  <path d="M9 12l2 2l4 -4" />\n</svg>\n\n\n',qS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l3 -3m2 -2l1 -1" />\n  <path d="M9.148 9.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142" />\n  <path d="M14.148 14.145a.498 .498 0 0 0 .352 .855a.5 .5 0 0 0 .35 -.142" />\n  <path d="M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',JS='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l6 -6" />\n  <circle cx="9.5" cy="9.5" r=".5" fill="currentColor" />\n  <circle cx="14.5" cy="14.5" r=".5" fill="currentColor" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',tT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <circle cx="12" cy="6" r="1" fill="currentColor" />\n  <circle cx="12" cy="18" r="1" fill="currentColor" />\n  <path d="M5 12l14 0" />\n</svg>\n\n\n',eT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3v1c-.007 2.46 -.91 4.554 -2.705 6.281m-2.295 1.719c-3.328 1.99 -5 4.662 -5.008 8.014v1" />\n  <path d="M17 21.014v-1c0 -1.44 -.315 -2.755 -.932 -3.944m-4.068 -4.07c-1.903 -1.138 -3.263 -2.485 -4.082 -4.068" />\n  <path d="M8 4h9" />\n  <path d="M7 20h10" />\n  <path d="M12 8h4" />\n  <path d="M8 16h8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',nT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3v1c-.01 3.352 -1.68 6.023 -5.008 8.014c-3.328 1.99 3.336 -2 .008 -.014c-3.328 1.99 -5 4.662 -5.008 8.014v1" />\n  <path d="M17 21.014v-1c-.01 -3.352 -1.68 -6.023 -5.008 -8.014c-3.328 -1.99 3.336 2 .008 .014c-3.328 -1.991 -5 -4.662 -5.008 -8.014v-1" />\n  <path d="M7 4h10" />\n  <path d="M7 20h10" />\n  <path d="M8 8h8" />\n  <path d="M8 16h8" />\n</svg>\n\n\n',aT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12a3.898 3.898 0 0 0 -1.172 -2.828a4.027 4.027 0 0 0 -2.828 -1.172m-2.828 1.172a4 4 0 1 0 5.656 5.656" />\n  <path d="M9.172 20.485a4 4 0 1 0 -5.657 -5.657" />\n  <path d="M14.828 3.515a4 4 0 1 0 5.657 5.657" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',oT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.828 14.828a4 4 0 1 0 -5.656 -5.656a4 4 0 0 0 5.656 5.656z" />\n  <path d="M9.172 20.485a4 4 0 1 0 -5.657 -5.657" />\n  <path d="M14.828 3.515a4 4 0 0 0 5.657 5.657" />\n</svg>\n\n\n',iT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15l5.586 -5.585a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-3.587 3.586" />\n  <path d="M12 13l-3.586 -3.585a2 2 0 1 0 -3.414 -1.415a2 2 0 1 0 1.413 3.414l3.587 3.586" />\n  <path d="M3 20h18c-.175 -1.671 -.046 -3.345 -2 -5h-14c-1.333 1 -2 2.667 -2 5z" />\n</svg>\n\n\n',sT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 5h2" />\n  <path d="M19 12c-.667 5.333 -2.333 8 -5 8h-4c-2.667 0 -4.333 -2.667 -5 -8" />\n  <path d="M11 16c0 .667 .333 1 1 1s1 -.333 1 -1h-2z" />\n  <path d="M12 18v2" />\n  <path d="M10 11v.01" />\n  <path d="M14 11v.01" />\n  <path d="M5 4l6 .97l-6.238 6.688a1.021 1.021 0 0 1 -1.41 .111a.953 .953 0 0 1 -.327 -.954l1.975 -6.815z" />\n  <path d="M19 4l-6 .97l6.238 6.688c.358 .408 .989 .458 1.41 .111a.953 .953 0 0 0 .327 -.954l-1.975 -6.815z" />\n</svg>\n\n\n',rT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 12v.01" />\n  <path d="M3 21h18" />\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h6m4 10.5v7.5" />\n  <path d="M21 7h-7m3 -3l-3 3l3 3" />\n</svg>\n\n\n',lT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 12v.01" />\n  <path d="M3 21h18" />\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h7.5m2.5 10.5v7.5" />\n  <path d="M14 7h7m-3 -3l3 3l-3 3" />\n</svg>\n\n\n',hT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21h18" />\n  <path d="M6 21v-15" />\n  <path d="M7.18 3.175c.25 -.112 .528 -.175 .82 -.175h8a2 2 0 0 1 2 2v9" />\n  <path d="M18 18v3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',dT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 12v.01" />\n  <path d="M3 21h18" />\n  <path d="M6 21v-16a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v16" />\n</svg>\n\n\n',cT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M8 12l0 .01" />\n  <path d="M12 12l0 .01" />\n  <path d="M16 12l0 .01" />\n</svg>\n\n\n',pT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M17 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',vT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M17 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',uT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',gT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',mT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 1.83 -1.19" />\n  <path d="M7 11l5 5l2 -2m2 -2l1 -1" />\n  <path d="M12 4v4m0 4v4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',fT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" />\n  <path d="M7 11l5 5l5 -5" />\n  <path d="M12 4l0 12" />\n</svg>\n\n\n',wT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M4 4l0 .01" />\n  <path d="M8 4l0 .01" />\n  <path d="M12 4l0 .01" />\n  <path d="M16 4l0 .01" />\n  <path d="M4 8l0 .01" />\n  <path d="M4 12l0 .01" />\n  <path d="M4 16l0 .01" />\n</svg>\n\n\n',MT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 11v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" />\n  <path d="M13 13l9 3l-4 2l-2 4l-3 -9" />\n  <path d="M3 3l0 .01" />\n  <path d="M7 3l0 .01" />\n  <path d="M11 3l0 .01" />\n  <path d="M15 3l0 .01" />\n  <path d="M3 7l0 .01" />\n  <path d="M3 11l0 .01" />\n  <path d="M3 15l0 .01" />\n</svg>\n\n\n',_T='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 14h-4v-4" />\n  <path d="M10 10l-3.5 -3.5" />\n  <path d="M9.957 5.95a3.503 3.503 0 0 0 -2.917 -2.91m-3.02 .989a3.5 3.5 0 0 0 1.98 5.936" />\n  <path d="M14 10l3.5 -3.5" />\n  <path d="M18 9.965a3.5 3.5 0 1 0 -3.966 -3.965" />\n  <path d="M14 14l3.5 3.5" />\n  <path d="M14.035 18a3.5 3.5 0 0 0 5.936 1.98m.987 -3.026a3.503 3.503 0 0 0 -2.918 -2.913" />\n  <path d="M10 14l-3.5 3.5" />\n  <path d="M6 14.035a3.5 3.5 0 1 0 3.966 3.965" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',bT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10h4v4h-4z" />\n  <path d="M10 10l-3.5 -3.5" />\n  <path d="M9.96 6a3.5 3.5 0 1 0 -3.96 3.96" />\n  <path d="M14 10l3.5 -3.5" />\n  <path d="M18 9.96a3.5 3.5 0 1 0 -3.96 -3.96" />\n  <path d="M14 14l3.5 3.5" />\n  <path d="M14.04 18a3.5 3.5 0 1 0 3.96 -3.96" />\n  <path d="M10 14l-3.5 3.5" />\n  <path d="M6 14.04a3.5 3.5 0 1 0 3.96 3.96" />\n</svg>\n\n\n',xT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.07 15.34c1.115 .88 2.74 .88 3.855 0c1.115 -.88 1.398 -2.388 .671 -3.575l-2.596 -3.765l-2.602 3.765c-.726 1.187 -.443 2.694 .672 3.575z" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',IT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.628 12.076a6.653 6.653 0 0 0 -.564 -1.199l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546c1.7 1.375 3.906 1.852 5.958 1.431" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',yT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.606 12.014a6.659 6.659 0 0 0 -.542 -1.137l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.154 7.154 0 0 0 4.826 1.572" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',kT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.967 13.594a6.568 6.568 0 0 0 -.903 -2.717l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.125 7.125 0 0 0 4.04 1.565" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',CT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.907 13.147a6.586 6.586 0 0 0 -.843 -2.27l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.123 7.123 0 0 0 3.99 1.561" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',DT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.421 11.56a6.702 6.702 0 0 0 -.357 -.683l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.144 7.144 0 0 0 4.518 1.58" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',BT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.668 10.29l-4.493 -6.673c-.421 -.625 -1.288 -.803 -1.937 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.175 7.175 0 0 0 5.493 1.51" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',zT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.602 12.003a6.66 6.66 0 0 0 -.538 -1.126l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.159 7.159 0 0 0 4.972 1.564" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',ET='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.602 12.004a6.66 6.66 0 0 0 -.538 -1.127l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546c2.142 1.734 5.092 2.04 7.519 .919" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',ST='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.708 2.372a2.382 2.382 0 0 0 -.71 .686l-4.892 7.26c-1.981 3.314 -1.22 7.466 1.767 9.882c2.969 2.402 7.286 2.402 10.254 0c2.987 -2.416 3.748 -6.569 1.795 -9.836l-4.919 -7.306c-.722 -1.075 -2.192 -1.376 -3.295 -.686z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',TT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.905 2.923l.098 .135l4.92 7.306a7.566 7.566 0 0 1 1.043 3.167l.024 .326c.007 .047 .01 .094 .01 .143l-.002 .06c.056 2.3 -.944 4.582 -2.87 6.14c-2.969 2.402 -7.286 2.402 -10.255 0c-1.904 -1.54 -2.904 -3.787 -2.865 -6.071a1.052 1.052 0 0 1 .013 -.333a7.66 7.66 0 0 1 .913 -3.176l.172 -.302l4.893 -7.26c.185 -.275 .426 -.509 .709 -.686c1.055 -.66 2.446 -.413 3.197 .55zm-2.06 1.107l-.077 .038l-.041 .03l-.037 .036l-.033 .042l-4.863 7.214a5.607 5.607 0 0 0 -.651 1.61h11.723a5.444 5.444 0 0 0 -.49 -1.313l-.141 -.251l-4.891 -7.261a.428 .428 0 0 0 -.5 -.145z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',AT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.502 19.423c2.602 2.105 6.395 2.105 8.996 0c2.602 -2.105 3.262 -5.708 1.566 -8.546l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546z" />\n  <path d="M5 14h14" />\n</svg>\n\n\n',OT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.07 .003a2.41 2.41 0 0 1 1.825 .907l.108 .148l4.92 7.306c1.952 3.267 1.191 7.42 -1.796 9.836c-2.968 2.402 -7.285 2.402 -10.254 0c-2.917 -2.36 -3.711 -6.376 -1.901 -9.65l.134 -.232l4.893 -7.26c.185 -.275 .426 -.509 .709 -.686a2.426 2.426 0 0 1 1.066 -.36l.226 -.012zm-1 3.149l-4.206 6.24c-1.44 2.41 -.88 5.463 1.337 7.257a6.101 6.101 0 0 0 2.869 1.276v-14.773z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',HT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.502 19.423c2.602 2.105 6.395 2.105 8.996 0c2.602 -2.105 3.262 -5.708 1.566 -8.546l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546z" />\n  <path d="M12 3v18" />\n</svg>\n\n\n',RT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.288 11.282a6.734 6.734 0 0 0 -.224 -.405l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.117 7.117 0 0 0 3.824 1.548" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',PT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.946 15.083a6.538 6.538 0 0 0 -.882 -4.206l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.163 7.163 0 0 0 5.089 1.555" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',FT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.963 14.938a6.54 6.54 0 0 0 -.899 -4.06l-4.89 -7.26c-.42 -.626 -1.287 -.804 -1.936 -.398a1.376 1.376 0 0 0 -.41 .397l-1.282 1.9m-1.625 2.415l-1.986 2.946c-1.695 2.837 -1.035 6.44 1.567 8.545c2.602 2.105 6.395 2.105 8.996 0a6.83 6.83 0 0 0 1.376 -1.499" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',LT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.952 13.456a6.573 6.573 0 0 0 -.888 -2.579l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.176 7.176 0 0 0 5.517 1.507" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',NT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.064 10.877l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.163 7.163 0 0 0 5.102 1.554" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',VT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.602 12.004a6.66 6.66 0 0 0 -.538 -1.127l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.16 7.16 0 0 0 5.033 1.56" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',UT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.064 10.877l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546c2.203 1.782 5.259 2.056 7.723 .82" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',jT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.064 10.877l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.13 7.13 0 0 0 4.168 1.572" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',GT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.884 13.025a6.591 6.591 0 0 0 -.82 -2.148l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.125 7.125 0 0 0 4.498 1.58" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',WT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.496 10.034l-4.321 -6.417c-.421 -.625 -1.288 -.803 -1.937 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.106 7.106 0 0 0 3.547 1.517" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',$T='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.6 11.998a6.66 6.66 0 0 0 -.536 -1.12l-4.89 -7.26c-.42 -.626 -1.287 -.804 -1.936 -.398a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.16 7.16 0 0 0 5.002 1.562" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',XT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.953 13.467a6.572 6.572 0 0 0 -.889 -2.59l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546a7.179 7.179 0 0 0 5.633 1.49" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',KT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.502 19.423c2.602 2.105 6.395 2.105 8.996 0c2.602 -2.105 3.262 -5.708 1.566 -8.546l-4.89 -7.26c-.42 -.625 -1.287 -.803 -1.936 -.397a1.376 1.376 0 0 0 -.41 .397l-4.893 7.26c-1.695 2.838 -1.035 6.441 1.567 8.546z" />\n</svg>\n\n\n',YT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.072 20.3a2.999 2.999 0 0 0 3.856 0a3.002 3.002 0 0 0 .67 -3.798l-2.095 -3.227a.6 .6 0 0 0 -1.005 0l-2.098 3.227a3.003 3.003 0 0 0 .671 3.798z" />\n  <path d="M16.072 20.3a2.999 2.999 0 0 0 3.856 0a3.002 3.002 0 0 0 .67 -3.798l-2.095 -3.227a.6 .6 0 0 0 -1.005 0l-2.098 3.227a3.003 3.003 0 0 0 .671 3.798z" />\n  <path d="M10.072 10.3a2.999 2.999 0 0 0 3.856 0a3.002 3.002 0 0 0 .67 -3.798l-2.095 -3.227a.6 .6 0 0 0 -1.005 0l-2.098 3.227a3.003 3.003 0 0 0 .671 3.798z" />\n</svg>\n\n\n',QT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4l8 3v15l-8 -3z" />\n  <path d="M13 19h6v-15h-14" />\n</svg>\n\n\n',ZT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 5m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z" />\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M9 12h-7" />\n  <path d="M15 12h7" />\n</svg>\n\n\n',qT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 10c0 -1.146 .277 -2.245 .78 -3.219m1.792 -2.208a7 7 0 0 1 10.428 9.027a10 10 0 0 1 -.633 .762m-2.045 1.96a8 8 0 0 0 -1.322 2.278a4.5 4.5 0 0 1 -6.8 1.4" />\n  <path d="M11.42 7.414a3 3 0 0 1 4.131 4.13" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',JT='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 15a2 2 0 0 1 -2 2c-.732 0 -1.555 -.247 -1.72 -.98c-.634 -2.8 -3.17 -2.628 -3.28 -5.02v-.5a3.5 3.5 0 0 1 6.671 -1.483" />\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M13 12v.01" />\n</svg>\n\n\n',tA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 10a7 7 0 1 1 13 3.6a10 10 0 0 1 -2 2a8 8 0 0 0 -2 3a4.5 4.5 0 0 1 -6.8 1.4" />\n  <path d="M10 10a3 3 0 1 1 5 2.2" />\n</svg>\n\n\n',eA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19c8 0 18 -16 18 -16" />\n  <path d="M17 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0z" />\n  <path d="M17 19h-2" />\n  <path d="M12 19h-2" />\n</svg>\n\n\n',nA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0z" />\n  <path d="M17 20h-2" />\n  <path d="M7 4a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" />\n  <path d="M7 4h2" />\n  <path d="M14 4h-2" />\n  <path d="M12 20h-2" />\n  <path d="M3 20c8 0 10 -16 18 -16" />\n</svg>\n\n\n',aA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 20c8 0 10 -16 18 -16" />\n</svg>\n\n\n',oA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 20c8 0 18 -16 18 -16" />\n</svg>\n\n\n',iA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21s10 -16 18 -16" />\n  <path d="M7 5a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" />\n  <path d="M7 5h2" />\n  <path d="M14 5h-2" />\n</svg>\n\n\n',sA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 20s10 -16 18 -16" />\n</svg>\n\n\n',rA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.507 10.498l-1.507 1.502v3h3l1.493 -1.498m2 -2.01l4.89 -4.907a2.1 2.1 0 0 0 -2.97 -2.97l-4.913 4.896" />\n  <path d="M16 5l3 3" />\n  <path d="M7.476 7.471a7 7 0 0 0 2.524 13.529a7 7 0 0 0 6.53 -4.474" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',lA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 15l8.385 -8.415a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3z" />\n  <path d="M16 5l3 3" />\n  <path d="M9 7.07a7 7 0 0 0 1 13.93a7 7 0 0 0 6.929 -6" />\n</svg>\n\n\n',hA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" />\n  <path d="M10.507 10.498l-1.507 1.502v3h3l1.493 -1.498m2 -2.01l4.89 -4.907a2.1 2.1 0 0 0 -2.97 -2.97l-4.913 4.896" />\n  <path d="M16 5l3 3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',dA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" />\n  <path d="M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z" />\n  <path d="M16 5l3 3" />\n</svg>\n\n\n',cA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 14.083c0 4.154 -2.966 6.74 -7 6.917c-4.2 0 -7 -2.763 -7 -6.917c0 -5.538 3.5 -11.09 7 -11.083c3.5 .007 7 5.545 7 11.083z" />\n  <path d="M12 3l-1.5 5l3.5 2.5l-2 3.5" />\n</svg>\n\n\n',pA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.002 2c-4.173 -.008 -8.002 6.058 -8.002 12.083c0 4.708 3.25 7.917 8 7.917c4.727 -.206 8 -3.328 8 -7.917c0 -6.02 -3.825 -12.075 -7.998 -12.083z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',vA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M14 3a5 5 0 0 1 4.872 6.13a3 3 0 0 1 .178 5.681a3 3 0 1 1 -4.684 3.626a5 5 0 1 1 -8.662 -5a5 5 0 1 1 4.645 -8.856a4.982 4.982 0 0 1 3.651 -1.585z" />\n</svg>\n\n\n',uA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.927 17.934c-1.211 1.858 -3.351 2.953 -5.927 3.066c-4.2 0 -7 -2.763 -7 -6.917c0 -2.568 .753 -5.14 1.91 -7.158" />\n  <path d="M8.642 4.628c1.034 -1.02 2.196 -1.63 3.358 -1.628c3.5 .007 7 5.545 7 11.083c0 .298 -.015 .587 -.045 .868" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',gA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 14.083c0 4.154 -2.966 6.74 -7 6.917c-4.2 0 -7 -2.763 -7 -6.917c0 -5.538 3.5 -11.09 7 -11.083c3.5 .007 7 5.545 7 11.083z" />\n</svg>\n\n\n',mA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 22c-3 0 -4.868 -2.118 -5 -5c0 -3 2 -5 5 -5c4 0 8.01 2.5 8 5c0 2.5 -4 5 -8 5z" />\n  <path d="M8 18c-3.03 -.196 -5 -2.309 -5 -5.38c0 -4.307 2.75 -8.625 5.5 -8.62c2.614 0 5.248 3.915 5.5 8" />\n</svg>\n\n\n',fA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h10a1 1 0 0 1 1 1v10m0 4a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1v-14" />\n  <path d="M12 8l2 2" />\n  <path d="M10 14l2 2l2 -2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',wA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z" />\n  <path d="M10 10l2 -2l2 2" />\n  <path d="M10 14l2 2l2 -2" />\n</svg>\n\n\n',MA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M8 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M4 8l2.1 2.8a3 3 0 0 0 2.4 1.2h11.5" />\n  <path d="M10 6h4" />\n  <path d="M12 4v4" />\n  <path d="M12 12v2l-2.5 2.5" />\n  <path d="M14.5 16.5l-2.5 -2.5" />\n</svg>\n\n\n',_A='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8a2.5 2.5 0 1 0 -2.5 -2.5" />\n  <path d="M12.317 12.315l-.317 .317l-.728 -.727a3.088 3.088 0 1 0 -4.367 4.367l5.095 5.096l4.689 -4.69m1.324 -2.673a3.087 3.087 0 0 0 -3.021 -3.018" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',bA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n  <path d="M12 21.368l5.095 -5.096a3.088 3.088 0 1 0 -4.367 -4.367l-.728 .727l-.728 -.727a3.088 3.088 0 1 0 -4.367 4.367l5.095 5.096z" />\n</svg>\n\n\n',xA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 5h-8v10h8m-1 -5h-7" />\n  <path d="M6 20l0 .01" />\n  <path d="M10 20l0 .01" />\n  <path d="M14 20l0 .01" />\n  <path d="M18 20l0 .01" />\n</svg>\n\n\n',IA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10v6" />\n  <path d="M12 5v3" />\n  <path d="M10 5h4" />\n  <path d="M5 13h-2" />\n  <path d="M16 16h-1v2a1 1 0 0 1 -1 1h-3.465a1 1 0 0 1 -.832 -.445l-1.703 -2.555h-2v-6h2l.99 -.99m3.01 -1.01h1.382a1 1 0 0 1 .894 .553l1.448 2.894a1 1 0 0 0 .894 .553h1.382v-2h2a1 1 0 0 1 1 1v6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',yA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10v6" />\n  <path d="M12 5v3" />\n  <path d="M10 5h4" />\n  <path d="M5 13h-2" />\n  <path d="M6 10h2l2 -2h3.382a1 1 0 0 1 .894 .553l1.448 2.894a1 1 0 0 0 .894 .553h1.382v-2h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2v-2h-3v2a1 1 0 0 1 -1 1h-3.465a1 1 0 0 1 -.832 -.445l-1.703 -2.555h-2v-6z" />\n</svg>\n\n\n',kA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10h7" />\n  <path d="M3 14h7" />\n  <path d="M14 10h7" />\n  <path d="M14 14h7" />\n</svg>\n\n\n',CA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 10h14" />\n  <path d="M5 14h14" />\n  <path d="M5 19l14 -14" />\n</svg>\n\n\n',DA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 10h14" />\n  <path d="M5 14h14" />\n</svg>\n\n\n',BA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l5 -4.993m2.009 -2.01l3 -3a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41c-1.417 1.431 -2.406 2.432 -2.97 3m-2.02 2.043l-4.211 4.256" />\n  <path d="M18 13.3l-6.3 -6.3" />\n</svg>\n\n\n',zA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 20h-10.5l-4.21 -4.3a1 1 0 0 1 0 -1.41l10 -10a1 1 0 0 1 1.41 0l5 5a1 1 0 0 1 0 1.41l-9.2 9.3" />\n  <path d="M18 13.3l-6.3 -6.3" />\n</svg>\n\n\n',EA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7v4a1 1 0 0 0 1 1h3" />\n  <path d="M7 7v10" />\n  <path d="M10 10v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2m0 -4v-2a1 1 0 0 0 -1 -1h-2" />\n  <path d="M17 7v4a1 1 0 0 0 1 1h3" />\n  <path d="M21 7v10" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',SA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7v4a1 1 0 0 0 1 1h3" />\n  <path d="M7 7v10" />\n  <path d="M10 8v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1z" />\n  <path d="M17 7v4a1 1 0 0 0 1 1h3" />\n  <path d="M21 7v10" />\n</svg>\n\n\n',TA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.5 7h2.733a2 2 0 0 1 1.337 .513l9.43 8.487h1.5a2.5 2.5 0 1 1 0 5h-2.733a2 2 0 0 1 -1.337 -.513l-9.43 -8.487h-1.5a2.5 2.5 0 1 1 0 -5z" />\n  <path d="M18 3v7" />\n  <path d="M15 7l3 3l3 -3" />\n</svg>\n\n\n',AA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 7h-2.672a2 2 0 0 0 -1.414 .586l-8.414 8.414h-2.5a2.5 2.5 0 1 0 0 5h3.672a2 2 0 0 0 1.414 -.586l8.414 -8.414h1.5a2.5 2.5 0 1 0 0 -5z" />\n  <path d="M6 10v-7" />\n  <path d="M3 6l3 -3l3 3" />\n</svg>\n\n\n',OA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 5h-2.672a2 2 0 0 0 -1.414 .586l-8.414 8.414h-2.5a2.5 2.5 0 1 0 0 5h3.672a2 2 0 0 0 1.414 -.586l8.414 -8.414h1.5a2.5 2.5 0 0 0 0 -5z" />\n</svg>\n\n\n',HA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 8v5c0 .594 -.104 1.164 -.294 1.692m-1.692 2.298a4.978 4.978 0 0 1 -3.014 1.01h-3l3 -3" />\n  <path d="M14 21l-3 -3" />\n  <path d="M5 16v-5c0 -1.632 .782 -3.082 1.992 -4m3.008 -1h3l-3 -3" />\n  <path d="M11.501 7.499l1.499 -1.499" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',RA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 8v5a5 5 0 0 1 -5 5h-3l3 -3m0 6l-3 -3" />\n  <path d="M5 16v-5a5 5 0 0 1 5 -5h3l-3 -3m0 6l3 -3" />\n</svg>\n\n\n',PA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 9v4" />\n  <path d="M12 16v.01" />\n</svg>\n\n\n',FA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19v.01" />\n  <path d="M12 15v-3m0 -4v-3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',LA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19v.01" />\n  <path d="M12 15v-10" />\n</svg>\n\n\n',NA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8h-2m-2 2v6h4" />\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" />\n  <path d="M12 12h-2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',VA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" />\n  <path d="M14 8h-4v8h4" />\n  <path d="M14 12h-4" />\n</svg>\n\n\n',UA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19a4 4 0 0 0 4 -4v-6a4 4 0 1 0 -8 0v6a4 4 0 0 0 4 4z" />\n</svg>\n\n\n',jA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h6" />\n  <path d="M18 19v-14l-4 4" />\n</svg>\n\n\n',GA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8" />\n  <path d="M3 12h6" />\n</svg>\n\n\n',WA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.6 19.4l7.4 -7.4m2 -2l5.4 -5.4" />\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" />\n  <path d="M7 9h2v2" />\n  <path d="M13 16h3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',$A='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h6" />\n  <path d="M6 9v6" />\n  <path d="M18 19v-14l-4 4" />\n</svg>\n\n\n',XA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 7.185h8" />\n  <path d="M3 12h6" />\n  <path d="M6 9v6" />\n</svg>\n\n\n',KA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4.6 19.4l14.8 -14.8" />\n  <path d="M7 9h4m-2 -2v4" />\n  <path d="M13 16l4 0" />\n</svg>\n\n\n',YA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" />\n  <path d="M10 14l2 -2m2.007 -2.007l6 -6" />\n  <path d="M15 4h5v5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',QA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6" />\n  <path d="M11 13l9 -9" />\n  <path d="M15 4h5v5" />\n</svg>\n\n\n',ZA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M13.1 17.936a9.28 9.28 0 0 1 -1.1 .064c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',qA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',JA='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M11.102 17.957c-3.204 -.307 -5.904 -2.294 -8.102 -5.957c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a19.5 19.5 0 0 1 -.663 1.032" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',tO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 9c-2.4 2.667 -5.4 4 -9 4c-3.6 0 -6.6 -1.333 -9 -4" />\n  <path d="M3 15l2.5 -3.8" />\n  <path d="M21 14.976l-2.492 -3.776" />\n  <path d="M9 17l.5 -4" />\n  <path d="M15 17l-.5 -4" />\n</svg>\n\n\n',eO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M11.11 17.958c-3.209 -.307 -5.91 -2.293 -8.11 -5.958c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.21 .352 -.427 .688 -.647 1.008" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',nO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',aO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" />\n  <path d="M16 21l5 -5" />\n  <path d="M21 21v.01" />\n  <path d="M16 16v.01" />\n</svg>\n\n\n',oO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M13.193 17.924c-.39 .05 -.788 .076 -1.193 .076c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.005 0 5.592 1.394 7.761 4.181" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',iO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',sO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M11.192 17.966c-3.242 -.28 -5.972 -2.269 -8.192 -5.966c2.4 -4 5.4 -6 9 -6c3.326 0 6.14 1.707 8.442 5.122" />\n  <path d="M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" />\n</svg>\n\n\n',rO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M15.03 17.478a8.797 8.797 0 0 1 -3.03 .522c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a20.48 20.48 0 0 1 -.258 .419" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',lO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4c4.29 0 7.863 2.429 10.665 7.154l.22 .379l.045 .1l.03 .083l.014 .055l.014 .082l.011 .1v.11l-.014 .111a.992 .992 0 0 1 -.026 .11l-.039 .108l-.036 .075l-.016 .03c-2.764 4.836 -6.3 7.38 -10.555 7.499l-.313 .004c-4.396 0 -8.037 -2.549 -10.868 -7.504a1 1 0 0 1 0 -.992c2.831 -4.955 6.472 -7.504 10.868 -7.504zm0 5a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',hO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.905 11.39a2 2 0 1 0 -2.855 2.37" />\n  <path d="M9.992 17.779c-2.722 -.621 -5.053 -2.547 -6.992 -5.779c2.4 -4 5.4 -6 9 -6c3.332 0 6.15 1.714 8.454 5.14" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',dO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.713 1.188 -1.478 2.199 -2.296 3.034" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',cO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.585 10.587a2 2 0 0 0 2.829 2.828" />\n  <path d="M16.681 16.673a8.717 8.717 0 0 1 -4.681 1.327c-3.6 0 -6.6 -2 -9 -6c1.272 -2.12 2.712 -3.678 4.32 -4.674m2.86 -1.146a9.055 9.055 0 0 1 1.82 -.18c3.6 0 6.6 2 9 6c-.666 1.11 -1.379 2.067 -2.138 2.87" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',pO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M13.022 17.945a9.308 9.308 0 0 1 -1.022 .055c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.195 .325 -.394 .636 -.596 .935" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',vO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.362 0 6.202 1.745 8.517 5.234" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',uO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',gO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M14.071 17.764a8.989 8.989 0 0 1 -2.071 .236c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.346 0 6.173 1.727 8.482 5.182" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',mO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 18c-.328 0 -.652 -.017 -.97 -.05c-3.172 -.332 -5.85 -2.315 -8.03 -5.95c2.4 -4 5.4 -6 9 -6c3.465 0 6.374 1.853 8.727 5.558" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',fO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12.597 17.981a9.467 9.467 0 0 1 -.597 .019c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.205 .342 -.415 .67 -.63 .983" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',wO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M9.608 17.682c-2.558 -.71 -4.76 -2.603 -6.608 -5.682c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',MO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 18h-.011" />\n  <path d="M12 18h-.011" />\n  <path d="M16 18h-.011" />\n  <path d="M4 3h16" />\n  <path d="M5 3v17a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-17" />\n  <path d="M14 7h-4" />\n  <path d="M9 15h1" />\n  <path d="M14 15h1" />\n  <path d="M12 11v-4" />\n</svg>\n\n\n',_O='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 18c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.09 .15 -.18 .295 -.27 .439" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',bO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M13.048 17.942a9.298 9.298 0 0 1 -1.048 .058c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6a17.986 17.986 0 0 1 -1.362 1.975" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',xO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" />\n</svg>\n\n\n',IO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h-2l-3 10v2.5" />\n  <path d="M16 4h2l3 10v2.5" />\n  <path d="M10 16l4 0" />\n  <path d="M17.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" />\n  <path d="M6.5 16.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" />\n</svg>\n\n\n',yO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.536 5.546l-2.536 8.454" />\n  <path d="M16 4h2l3 10" />\n  <path d="M10 16h4" />\n  <path d="M19.426 19.423a3.5 3.5 0 0 1 -5.426 -2.923v-2.5m4 0h3v2.5c0 .157 -.01 .312 -.03 .463" />\n  <path d="M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',kO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h-2l-3 10" />\n  <path d="M16 4h2l3 10" />\n  <path d="M10 16l4 0" />\n  <path d="M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" />\n  <path d="M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" />\n</svg>\n\n\n',CO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15.05a3.5 3.5 0 0 1 5 0" />\n</svg>\n\n\n',DO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M9 10l.01 0" />\n  <path d="M15 10l.01 0" />\n  <path d="M9.5 15a3.5 3.5 0 0 0 5 0" />\n</svg>\n\n\n',BO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 14.5h-.222c-1.535 0 -2.778 -1.12 -2.778 -2.5s1.243 -2.5 2.778 -2.5h.222" />\n  <path d="M19 14.5h.222c1.534 0 2.778 -1.12 2.778 -2.5s-1.244 -2.5 -2.778 -2.5h-.222" />\n  <path d="M9 10h1m4 0h1" />\n  <path d="M9 14h5" />\n  <path d="M19 15v-6.49a2 2 0 0 0 -1.45 -1.923l-5 -1.429a2 2 0 0 0 -1.1 0l-1.788 .511m-3.118 .891l-.094 .027a2 2 0 0 0 -1.45 1.922v6.982a2 2 0 0 0 1.45 1.923l5 1.429a2 2 0 0 0 1.1 0l4.899 -1.4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',zO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 14.5h-.222c-1.535 0 -2.778 -1.12 -2.778 -2.5s1.243 -2.5 2.778 -2.5h.222" />\n  <path d="M19 14.5h.222c1.534 0 2.778 -1.12 2.778 -2.5s-1.244 -2.5 -2.778 -2.5h-.222" />\n  <path d="M9 10h6" />\n  <path d="M9 14h6" />\n  <path d="M12.55 18.843l5 -1.429a2 2 0 0 0 1.45 -1.923v-6.981a2 2 0 0 0 -1.45 -1.923l-5 -1.429a2 2 0 0 0 -1.1 0l-5 1.429a2 2 0 0 0 -1.45 1.922v6.982a2 2 0 0 0 1.45 1.923l5 1.429a2 2 0 0 0 1.1 0z" />\n</svg>\n\n\n',EO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 21l1 -5l-1 -4l-3 -4h4l3 -3" />\n  <path d="M6 16l-1 -4l3 -4" />\n  <path d="M6 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M13.5 12h2.5l4 2" />\n</svg>\n\n\n',SO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 5m0 3a3 3 0 0 1 3 -3h14a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3z" />\n  <path d="M6 10v4" />\n  <path d="M11 10a2 2 0 1 0 0 4" />\n  <path d="M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',TO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20l8 -8" />\n  <path d="M14 5v5h5" />\n  <path d="M9 11v4h4" />\n  <path d="M6 13v5h5" />\n  <path d="M6 13l3.502 -3.502m2.023 -2.023l2.475 -2.475" />\n  <path d="M19 10c.638 -.636 1 -1.515 1 -2.486a3.515 3.515 0 0 0 -3.517 -3.514c-.97 0 -1.847 .367 -2.483 1" />\n  <path d="M11 18l3.499 -3.499m2.008 -2.008l2.493 -2.493" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',AO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20l10 -10m0 -5v5h5m-9 -1v5h5m-9 -1v5h5m-5 -5l4 -4l4 -4" />\n  <path d="M19 10c.638 -.636 1 -1.515 1 -2.486a3.515 3.515 0 0 0 -3.517 -3.514c-.97 0 -1.847 .367 -2.483 1m-3 13l4 -4l4 -4" />\n</svg>\n\n\n',OO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12h-8v4h12m4 0v-4h-4" />\n  <path d="M6 16v4h4v-4" />\n  <path d="M10 12v-2m0 -4l-2 -2m-2 2v6" />\n  <path d="M14 16v4h4v-2" />\n  <path d="M18 12v-6l-2 -2l-2 2v4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',HO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12v4h16v-4z" />\n  <path d="M6 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6" />\n  <path d="M14 16v4h4v-4m0 -4v-6l-2 -2l-2 2v6" />\n</svg>\n\n\n',RO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 16v.01" />\n  <path d="M6 16v.01" />\n  <path d="M12 5v.01" />\n  <path d="M12 12v.01" />\n  <path d="M12 1a4 4 0 0 1 2.001 7.464l.001 .072a3.998 3.998 0 0 1 1.987 3.758l.22 .128a3.978 3.978 0 0 1 1.591 -.417l.2 -.005a4 4 0 1 1 -3.994 3.77l-.28 -.16c-.522 .25 -1.108 .39 -1.726 .39c-.619 0 -1.205 -.14 -1.728 -.391l-.279 .16l.007 .231a4 4 0 1 1 -2.212 -3.579l.222 -.129a3.998 3.998 0 0 1 1.988 -3.756l.002 -.071a4 4 0 0 1 -1.995 -3.265l-.005 -.2a4 4 0 0 1 4 -4z" />\n</svg>\n\n\n',PO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 13.5l4 -1.5" />\n  <path d="M8 11.846l4 1.654v4.5l4 -1.846v-4.308l-4 -1.846z" />\n  <path d="M8 12v4.2l4 1.8" />\n</svg>\n\n\n',FO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 17l.01 0" />\n  <path d="M12 11l0 3" />\n</svg>\n\n\n',LO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M9 17l0 -5" />\n  <path d="M12 17l0 -1" />\n  <path d="M15 17l0 -3" />\n</svg>\n\n\n',NO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M15 15h-6" />\n  <path d="M11.5 17.5l-2.5 -2.5l2.5 -2.5" />\n</svg>\n\n\n',VO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M9 15h6" />\n  <path d="M12.5 17.5l2.5 -2.5l-2.5 -2.5" />\n</svg>\n\n\n',UO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M8 13h1v3h-1z" />\n  <path d="M12 13v3" />\n  <path d="M15 13h1v3h-1z" />\n</svg>\n\n\n',jO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 7v-2a2 2 0 0 1 2 -2h7l5 5v2" />\n  <path d="M19 19a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2" />\n  <path d="M5 16h.01" />\n  <path d="M5 13h.01" />\n  <path d="M5 10h.01" />\n  <path d="M19 13h.01" />\n  <path d="M19 16h.01" />\n</svg>\n\n\n',GO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 8v-3a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5" />\n  <path d="M6 14m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M4.5 17l-1.5 5l3 -1.5l3 1.5l-1.5 -5" />\n</svg>\n\n\n',WO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 10v4h4" />\n  <path d="M12 14m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n</svg>\n\n\n',$O='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M9 15l2 2l4 -4" />\n</svg>\n\n\n',XO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12h-1v5h1" />\n  <path d="M14 12h1v5h-1" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n</svg>\n\n\n',KO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M10 13l-1 2l1 2" />\n  <path d="M14 13l1 2l-1 2" />\n</svg>\n\n\n',YO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M11 12.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" />\n  <path d="M13 11l1.5 6l1.5 -6" />\n</svg>\n\n\n',QO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12.75m-4 0a4 1.75 0 1 0 8 0a4 1.75 0 1 0 -8 0" />\n  <path d="M8 12.5v3.75c0 .966 1.79 1.75 4 1.75s4 -.784 4 -1.75v-3.75" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n</svg>\n\n\n',ZO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M9 17h6l-3 -6z" />\n</svg>\n\n\n',qO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M9 17h6" />\n  <path d="M9 13h6" />\n</svg>\n\n\n',JO='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 10l0 4" />\n  <path d="M10 12l4 0" />\n  <path d="M10 17l4 0" />\n</svg>\n\n\n',tH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M9 12m0 1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1z" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M15 12v5" />\n</svg>\n\n\n',eH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 14m0 1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1z" />\n  <path d="M6 15a1 1 0 0 1 1 -1h3.756a1 1 0 0 1 .958 .713l1.2 3c.09 .303 .133 .63 -.056 .884c-.188 .254 -.542 .403 -.858 .403h-2v2.467a1.1 1.1 0 0 1 -2.015 .61l-1.985 -3.077v-4z" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.5" />\n</svg>\n\n\n',nH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M12 17v1m0 -8v1" />\n</svg>\n\n\n',aH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M9 14v.01" />\n  <path d="M12 14v.01" />\n  <path d="M15 14v.01" />\n</svg>\n\n\n',oH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 17v-6" />\n  <path d="M9.5 14.5l2.5 2.5l2.5 -2.5" />\n</svg>\n\n\n',iH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 14h-3" />\n  <path d="M14 11.172a3 3 0 1 0 0 5.656" />\n</svg>\n\n\n',sH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M11.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v5m-5 6h7m-3 -3l3 3l-3 3" />\n</svg>\n\n\n',rH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h5z" stroke-width="0" fill="currentColor" />\n  <path d="M19 7h-4l-.001 -4.001z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',lH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M10.5 17h.333c.474 0 .87 -.323 .916 -.746l.502 -4.508c.047 -.423 .443 -.746 .916 -.746h.333" />\n  <path d="M10.5 14h3" />\n</svg>\n\n\n',hH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 5v4a1 1 0 0 0 1 1h4" />\n  <path d="M3 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-7l-5 -5h-11a2 2 0 0 0 -2 2z" />\n</svg>\n\n\n',dH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 13v-8a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-5.5m-9.5 -2h7m-3 -3l3 3l-3 3" />\n</svg>\n\n\n',cH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.536 17.586a2.123 2.123 0 0 0 -2.929 0a1.951 1.951 0 0 0 0 2.828c.809 .781 2.12 .781 2.929 0c.809 -.781 -.805 .778 0 0l1.46 -1.41l1.46 -1.419" />\n  <path d="M15.54 17.582l1.46 1.42l1.46 1.41c.809 .78 -.805 -.779 0 0s2.12 .781 2.929 0a1.951 1.951 0 0 0 0 -2.828a2.123 2.123 0 0 0 -2.929 0" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M9.5 21h-2.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v6" />\n</svg>\n\n\n',pH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M11 14h1v4h1" />\n  <path d="M12 11h.01" />\n</svg>\n\n\n',vH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M9 7l1 0" />\n  <path d="M9 13l6 0" />\n  <path d="M13 17l2 0" />\n</svg>\n\n\n',uH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M10 17l2 -3" />\n  <path d="M15 17c-2.5 0 -2.5 -6 -5 -6" />\n</svg>\n\n\n',gH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 16m0 1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1z" />\n  <path d="M6 20a1 1 0 0 0 1 1h3.756a1 1 0 0 0 .958 -.713l1.2 -3c.09 -.303 .133 -.63 -.056 -.884c-.188 -.254 -.542 -.403 -.858 -.403h-2v-2.467a1.1 1.1 0 0 0 -2.015 -.61l-1.985 3.077v4z" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12.1v-7.1a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-2.3" />\n</svg>\n\n\n',mH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M9 14l6 0" />\n</svg>\n\n\n',fH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M11 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 16l0 -5l2 1" />\n</svg>\n\n\n',wH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2zm-7 -7h.01m3.99 0h.01m-4.01 3h4" />\n</svg>\n\n\n',MH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M7 3h7l5 5v7m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" />\n</svg>\n\n\n',_H='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M10 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2" />\n  <path d="M13 20h5a2 2 0 0 0 2 -2v-5" />\n  <path d="M15 22l-2 -2l2 -2" />\n  <path d="M18 15l2 -2l2 2" />\n</svg>\n\n\n',bH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M10 18l5 -5a1.414 1.414 0 0 0 -2 -2l-5 5v2h2z" />\n</svg>\n\n\n',xH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 17l4 -4" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M10 13h.01" />\n  <path d="M14 17h.01" />\n</svg>\n\n\n',IH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M9 12a.5 .5 0 0 0 1 0v-1a.5 .5 0 0 0 -1 0v1a5 5 0 0 0 5 5h1a.5 .5 0 0 0 0 -1h-1a.5 .5 0 0 0 0 1" />\n</svg>\n\n\n',yH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 11l0 6" />\n  <path d="M9 14l6 0" />\n</svg>\n\n\n',kH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 11l-2 3h4l-2 3" />\n</svg>\n\n\n',CH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 17m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M17 13v4h4" />\n  <path d="M12 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M11.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v2m0 3v4" />\n</svg>\n\n\n',DH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 17a3 3 0 0 0 -3 -3" />\n  <path d="M15 17a6 6 0 0 0 -6 -6" />\n  <path d="M9 17h.01" />\n</svg>\n\n\n',BH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2zm-7 -7h.01m3.99 0h.01" />\n  <path d="M10 18a3.5 3.5 0 0 1 4 0" />\n</svg>\n\n\n',zH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M15 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9 17l6 -6" />\n  <path d="M15 17l-6 -6" />\n</svg>\n\n\n',EH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M12 21h-5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v4.5" />\n  <path d="M16.5 17.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n  <path d="M18.5 19.5l2.5 2.5" />\n</svg>\n\n\n',SH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 10.5v1.5" />\n  <path d="M12 16v1.5" />\n  <path d="M15.031 12.25l-1.299 .75" />\n  <path d="M10.268 15l-1.3 .75" />\n  <path d="M15 15.803l-1.285 -.773" />\n  <path d="M10.285 12.97l-1.285 -.773" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n</svg>\n\n\n',TH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M3 12l18 0" />\n  <path d="M6 16l0 2" />\n  <path d="M10 16l0 6" />\n  <path d="M14 16l0 2" />\n  <path d="M18 16l0 4" />\n</svg>\n\n\n',AH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 14v.01" />\n  <path d="M9.525 11.525a3.5 3.5 0 0 0 0 4.95m4.95 0a3.5 3.5 0 0 0 0 -4.95" />\n</svg>\n\n\n',OH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2zm-7 -7h.01m3.99 0h.01" />\n  <path d="M10 17a3.5 3.5 0 0 0 4 0" />\n</svg>\n\n\n',HH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M8 11h8v7h-8z" />\n  <path d="M8 15h8" />\n  <path d="M11 11v7" />\n</svg>\n\n\n',RH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M5 21h14" />\n  <path d="M5 18h14" />\n  <path d="M5 15h14" />\n</svg>\n\n\n',PH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M11.8 16.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',FH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 21v-4a3 3 0 0 1 3 -3h5" />\n  <path d="M9 17l3 -3l-3 -3" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 11v-6a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-9.5" />\n</svg>\n\n\n',LH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M10 21h-3a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v3.5" />\n  <path d="M9 9h1" />\n  <path d="M9 13h2.5" />\n  <path d="M9 17h1" />\n  <path d="M14 21v-4a2 2 0 1 1 4 0v4" />\n  <path d="M14 19h4" />\n  <path d="M21 15v6" />\n</svg>\n\n\n',NH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M9 9l1 0" />\n  <path d="M9 13l6 0" />\n  <path d="M9 17l6 0" />\n</svg>\n\n\n',VH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 14m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M12 12.496v1.504l1 1" />\n</svg>\n\n\n',UH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M18 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" />\n  <path d="M4 21h1.5a1.5 1.5 0 0 0 0 -3h-1.5h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6z" />\n  <path d="M10 21v-6l2.5 3l2.5 -3v6" />\n</svg>\n\n\n',jH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M8 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" />\n  <path d="M11 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n  <path d="M17 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n</svg>\n\n\n',GH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M7 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" />\n  <path d="M10 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n  <path d="M16 15l2 6l2 -6" />\n</svg>\n\n\n',WH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M5 15v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" />\n  <path d="M20 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" />\n  <path d="M12.5 15a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 1.5 -1.5z" />\n</svg>\n\n\n',$H='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M2 15v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" />\n  <path d="M17 16.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" />\n  <path d="M9.5 15a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1 -3 0v-3a1.5 1.5 0 0 1 1.5 -1.5z" />\n  <path d="M19.5 15l3 6" />\n  <path d="M19.5 21l3 -6" />\n</svg>\n\n\n',XH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M2 21v-6" />\n  <path d="M5 15v6" />\n  <path d="M2 18h3" />\n  <path d="M20 15v6h2" />\n  <path d="M13 21v-6l2 3l2 -3v6" />\n  <path d="M7.5 15h3" />\n  <path d="M9 15v6" />\n</svg>\n\n\n',KH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M11 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" />\n  <path d="M20 15h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1v-3" />\n  <path d="M5 15h3v4.5a1.5 1.5 0 0 1 -3 0" />\n</svg>\n\n\n',YH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M3 15h3v4.5a1.5 1.5 0 0 1 -3 0" />\n  <path d="M9 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1" />\n</svg>\n\n\n',QH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M4 15h3v4.5a1.5 1.5 0 0 1 -3 0" />\n  <path d="M10 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n  <path d="M16 15l4 6" />\n  <path d="M16 21l4 -6" />\n</svg>\n\n\n',ZH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" />\n  <path d="M17 18h2" />\n  <path d="M20 15h-3v6" />\n  <path d="M11 15v6h1a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2h-1z" />\n</svg>\n\n\n',qH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" />\n  <path d="M17 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" />\n  <path d="M11 21v-6" />\n  <path d="M14 15v6" />\n  <path d="M11 18h3" />\n</svg>\n\n\n',JH='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M20 15h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1v-3" />\n  <path d="M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" />\n  <path d="M11 21v-6l3 6v-6" />\n</svg>\n\n\n',tR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" />\n  <path d="M11 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" />\n  <path d="M16.5 15h3" />\n  <path d="M18 15v6" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n</svg>\n\n\n',eR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M9 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1" />\n  <path d="M3 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6m3 0l-2 -3" />\n</svg>\n\n\n',nR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M18 15v6h2" />\n  <path d="M13 15a2 2 0 0 1 2 2v2a2 2 0 1 1 -4 0v-2a2 2 0 0 1 2 -2z" />\n  <path d="M14 20l1.5 1.5" />\n</svg>\n\n\n',aR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M4 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n  <path d="M10 15l2 6l2 -6" />\n  <path d="M20 15h-1a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h1v-3" />\n</svg>\n\n\n',oR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M9 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n  <path d="M3.5 15h3" />\n  <path d="M5 15v6" />\n</svg>\n\n\n',iR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M16 15l4 6" />\n  <path d="M16 21l4 -6" />\n  <path d="M10 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n  <path d="M4.5 15h3" />\n  <path d="M6 15v6" />\n</svg>\n\n\n',sR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M16.5 15h3" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M4.5 15h3" />\n  <path d="M6 15v6" />\n  <path d="M18 15v6" />\n  <path d="M10 15l4 6" />\n  <path d="M10 21l4 -6" />\n</svg>\n\n\n',rR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M4 15l2 6l2 -6" />\n  <path d="M11 15v4.5a1.5 1.5 0 0 0 3 0v-4.5" />\n  <path d="M20 15h-3v6h3" />\n  <path d="M17 18h2" />\n</svg>\n\n\n',lR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M4 15l4 6" />\n  <path d="M4 21l4 -6" />\n  <path d="M17 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n  <path d="M11 15v6h3" />\n</svg>\n\n\n',hR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M4 15l4 6" />\n  <path d="M4 21l4 -6" />\n  <path d="M19 15v6h3" />\n  <path d="M11 21v-6l2.5 3l2.5 -3v6" />\n</svg>\n\n\n',dR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" />\n  <path d="M16 18h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6" />\n  <path d="M12 15v6" />\n  <path d="M5 15h3l-3 6h3" />\n</svg>\n\n\n',cR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M11 18h2" />\n  <path d="M12 18v-7" />\n  <path d="M9 12v-1h6v1" />\n</svg>\n\n\n',pR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 17v.01" />\n  <path d="M12 14a1.5 1.5 0 1 0 -1.14 -2.474" />\n</svg>\n\n\n',vR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M12 11v6" />\n  <path d="M9.5 13.5l2.5 -2.5l2.5 2.5" />\n</svg>\n\n\n',uR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M9.5 16.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M14.5 12.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M9.5 15a2.5 2.5 0 0 1 2.5 -2.5h1" />\n</svg>\n\n\n',gR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.117 .007a1 1 0 0 1 .876 .876l.007 .117v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h4l.117 .007a1 1 0 0 1 .876 .876l.007 .117v9a3 3 0 0 1 -2.824 2.995l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h5zm-1.489 9.14a1 1 0 0 0 -1.301 1.473l.083 .094l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.403 1.403l.094 -.083l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.403 -1.403l-.094 .083l-1.293 1.292l-1.293 -1.292l-.094 -.083l-.102 -.07z" stroke-width="0" fill="currentColor" />\n  <path d="M19 7h-4l-.001 -4.001z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',mR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n  <path d="M10 12l4 4m0 -4l-4 4" />\n</svg>\n\n\n',fR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 20.735a2 2 0 0 1 -1 -1.735v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2h-1" />\n  <path d="M11 17a2 2 0 0 1 2 2v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-2a2 2 0 0 1 2 -2z" />\n  <path d="M11 5l-1 0" />\n  <path d="M13 7l-1 0" />\n  <path d="M11 9l-1 0" />\n  <path d="M13 11l-1 0" />\n  <path d="M11 13l-1 0" />\n  <path d="M13 15l-1 0" />\n</svg>\n\n\n',wR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" />\n</svg>\n\n\n',MR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M17 17h-6a2 2 0 0 1 -2 -2v-6m0 -4a2 2 0 0 1 2 -2h4l5 5v7c0 .294 -.063 .572 -.177 .823" />\n  <path d="M16 17v2a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',_R='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M18 17h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h4l5 5v7a2 2 0 0 1 -2 2z" />\n  <path d="M16 17v2a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n</svg>\n\n\n',bR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.991 19.67l-3.991 1.33v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',xR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',IR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.18 20.274l-2.18 .726v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',yR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.19 20.27l-2.19 .73v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',kR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',CR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.705 19.765l-3.705 1.235v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v.5" />\n  <path d="M16 21l5 -5" />\n  <path d="M21 21v.01" />\n  <path d="M16 16v.01" />\n</svg>\n\n\n',DR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.25 19.583l-4.25 1.417v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',BR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',zR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.97 20.344l-1.97 .656v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5" />\n  <path d="M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" />\n</svg>\n\n\n',ER='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v7l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227z" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',SR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 3h-16a1 1 0 0 0 -1 1v2.227l.008 .223a3 3 0 0 0 .772 1.795l4.22 4.641v8.114a1 1 0 0 0 1.316 .949l6 -2l.108 -.043a1 1 0 0 0 .576 -.906v-6.586l4.121 -4.12a3 3 0 0 0 .879 -2.123v-2.171a1 1 0 0 0 -1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',TR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.888 20.37l-1.888 .63v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-3.503 3.503" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',AR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',OR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h12v2.172a2 2 0 0 1 -.586 1.414l-3.914 3.914m-.5 3.5v4l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',HR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.97 19.677l-3.97 1.323v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',RR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',PR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v3" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',FR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 19l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',LR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.36 20.213l-2.36 .787v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',NR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.713 19.762l-3.713 1.238v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',VR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.042 20.32l-2.042 .68v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',UR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-3 1v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v2" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',jR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.758 19.414l-4.758 1.586v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v1.5" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',GR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4h16v2.172a2 2 0 0 1 -.586 1.414l-4.414 4.414v7l-6 2v-8.5l-4.48 -4.928a2 2 0 0 1 -.52 -1.345v-2.227z" />\n</svg>\n\n\n',WR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M8 11a5 5 0 1 0 3.998 1.997" />\n  <path d="M12.002 19.003a5 5 0 1 0 3.998 -8.003" />\n</svg>\n\n\n',$R='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3" />\n  <path d="M8 11c0 -.848 .264 -1.634 .713 -2.28m2.4 -1.621a4 4 0 0 1 4.887 3.901l0 1" />\n  <path d="M12 12v1a14 14 0 0 0 2.5 8" />\n  <path d="M8 15a18 18 0 0 0 1.8 6" />\n  <path d="M4.9 19a22 22 0 0 1 -.9 -7v-1a8 8 0 0 1 1.854 -5.143m2.176 -1.825a8 8 0 0 1 7.97 .018" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',XR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 0 1 6 0c0 1.657 .612 3.082 1 4" />\n  <path d="M12 11v1.75c-.001 1.11 .661 2.206 1 3.25" />\n  <path d="M9 14.25c.068 .58 .358 1.186 .5 1.75" />\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n</svg>\n\n\n',KR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.9 7a8 8 0 0 1 1.1 5v1a6 6 0 0 0 .8 3" />\n  <path d="M8 11a4 4 0 0 1 8 0v1a10 10 0 0 0 2 6" />\n  <path d="M12 11v2a14 14 0 0 0 2.5 8" />\n  <path d="M8 15a18 18 0 0 0 1.8 6" />\n  <path d="M4.9 19a22 22 0 0 1 -.9 -7v-1a8 8 0 0 1 12 -6.95" />\n</svg>\n\n\n',YR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 7a4 4 0 0 1 4 4v9a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-9a4 4 0 0 1 4 -4z" />\n  <path d="M9 16h6" />\n  <path d="M12 7v-3" />\n  <path d="M16 5l-4 -1l4 -1" />\n  <path d="M12 4h-3a3 3 0 0 0 -3 3" />\n</svg>\n\n\n',QR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21h14" />\n  <path d="M17 21v-4m2 -2v-2a1 1 0 0 0 -1 -1h-1v-4a5 5 0 0 0 -8.533 -3.538m-1.387 2.638a5.03 5.03 0 0 0 -.08 .9v4h-1a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h1v5" />\n  <path d="M12 12a2 2 0 1 0 2 2" />\n  <path d="M6 8h2m4 0h6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ZR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21h14" />\n  <path d="M17 21v-5h1a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1v-4a5 5 0 0 0 -10 0v4h-1a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h1v5" />\n  <path d="M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 8h12" />\n</svg>\n\n\n',qR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 18h8m4 0h2v-6a5 5 0 0 0 -5 -5h-1l1.5 5h4.5" />\n  <path d="M12 18v-11h3" />\n  <path d="M3 17l0 -5l9 0" />\n  <path d="M3 9l18 -6" />\n  <path d="M6 12l0 -4" />\n</svg>\n\n\n',JR='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.595 4.577a2 2 0 0 1 1.405 -.577h4a2 2 0 0 1 2 2v2" />\n  <path d="M12 8h6a2 2 0 0 1 2 2v6m-.576 3.405a2 2 0 0 1 -1.424 .595h-12a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2" />\n  <path d="M10 14h4" />\n  <path d="M12 12v4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',tP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8v-2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v2" />\n  <path d="M4 8m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M10 14h4" />\n  <path d="M12 12v4" />\n</svg>\n\n\n',eP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56a6.97 6.97 0 0 0 1.699 4.571c1.914 -.684 3.691 -2.183 5.301 -4.565c-1.613 -2.384 -3.394 -3.883 -5.312 -4.565" />\n  <path d="M2 9.504a40.73 40.73 0 0 0 2.422 2.504a39.679 39.679 0 0 0 -2.422 2.498" />\n  <path d="M18 11v.01" />\n  <path d="M4.422 12h10.578" />\n  <path d="M7 10v4" />\n  <path d="M11 8v8" />\n</svg>\n\n\n',nP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 7s-5.646 10 -12.308 10c-3.226 .025 -6.194 -1.905 -7.692 -5c1.498 -3.095 4.466 -5.025 7.692 -5c6.662 0 12.308 10 12.308 10" />\n</svg>\n\n\n',aP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 9v3m-.085 3.924a5 5 0 0 1 -9.915 -.924v-4l3 3" />\n  <path d="M16 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M16 5v-2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',oP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 9v6a5 5 0 0 1 -10 0v-4l3 3" />\n  <path d="M16 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M16 5v-2" />\n</svg>\n\n\n',iP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.69 7.44a6.973 6.973 0 0 0 -1.63 3.635" />\n  <path d="M2 9.504c5.307 5.948 10.293 8.57 14.597 7.1m2.583 -1.449c.988 -.788 1.93 -1.836 2.82 -3.153c-3 -4.443 -6.596 -5.812 -10.564 -4.548m-2.764 1.266c-2.145 1.266 -4.378 3.215 -6.672 5.786" />\n  <path d="M18 11v.01" />\n  <path d="M11.153 11.169c-.287 .777 -.171 1.554 .347 2.331" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',sP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.69 7.44a6.973 6.973 0 0 0 -1.69 4.56c0 1.747 .64 3.345 1.699 4.571" />\n  <path d="M2 9.504c7.715 8.647 14.75 10.265 20 2.498c-5.25 -7.761 -12.285 -6.142 -20 2.504" />\n  <path d="M18 11v.01" />\n  <path d="M11.5 10.5c-.667 1 -.667 2 0 3" />\n</svg>\n\n\n',rP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 4a1 1 0 0 1 .993 .883l.007 .117v9a1 1 0 0 1 -.883 .993l-.117 .007h-13v6a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-16a1 1 0 0 1 .883 -.993l.117 -.007h14z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',lP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 14h9m4 0h1v-9h-10m-4 0v16" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',hP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 14h14v-9h-14v16" />\n</svg>\n\n\n',dP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 4c.852 0 1.297 .986 .783 1.623l-.076 .084l-3.792 3.793l3.792 3.793c.603 .602 .22 1.614 -.593 1.701l-.114 .006h-13v6a1 1 0 0 1 -.883 .993l-.117 .007a1 1 0 0 1 -.993 -.883l-.007 -.117v-16a1 1 0 0 1 .883 -.993l.117 -.007h14z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',cP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 14h14l-4.5 -4.5l4.5 -4.5h-14v16" />\n</svg>\n\n\n',pP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.673 15.36a4.978 4.978 0 0 1 -2.673 -1.36a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7" />\n  <path d="M5 21v-7" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',vP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.342 14.941a4.993 4.993 0 0 1 -1.342 -.941a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7" />\n  <path d="M5 21v-7" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',uP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.767 15.12a4.983 4.983 0 0 1 -1.767 -1.12a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5" />\n  <path d="M5 21v-7" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',gP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.41 14.973a4.991 4.991 0 0 1 -1.41 -.973a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8" />\n  <path d="M5 21v-7" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',mP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.901 14.702a5.014 5.014 0 0 1 -.901 -.702a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6.5" />\n  <path d="M5 21v-7" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',fP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.804 14.641a5.02 5.02 0 0 1 -.804 -.641a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8" />\n  <path d="M5 21v-7" />\n  <path d="M16 21l5 -5" />\n  <path d="M21 21v.01" />\n  <path d="M16 16v.01" />\n</svg>\n\n\n',wP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.222 14.882a4.998 4.998 0 0 1 -1.222 -.882a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v5" />\n  <path d="M5 21v-7" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',MP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.434 15.315a4.978 4.978 0 0 1 -2.434 -1.315a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7" />\n  <path d="M5 21v-7" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',_P='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.035 15.408a4.98 4.98 0 0 1 -3.035 -1.408a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7" />\n  <path d="M5 21v-7" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',bP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5a1 1 0 0 1 .3 -.714a6 6 0 0 1 8.213 -.176l.351 .328a4 4 0 0 0 5.272 0l.249 -.227c.61 -.483 1.527 -.097 1.61 .676l.005 .113v9a1 1 0 0 1 -.3 .714a6 6 0 0 1 -8.213 .176l-.351 -.328a4 4 0 0 0 -5.136 -.114v6.552a1 1 0 0 1 -1.993 .117l-.007 -.117v-16z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',xP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.33 13.447a5.001 5.001 0 0 0 -6.33 .553v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6" />\n  <path d="M5 21v-7" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',IP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.373 15.301a4.978 4.978 0 0 1 -2.373 -1.301a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9" />\n  <path d="M5 21v-7" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',yP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5v16" />\n  <path d="M19 5v9" />\n  <path d="M7.641 3.645a5 5 0 0 1 4.359 1.355a5 5 0 0 0 7 0" />\n  <path d="M5 14a5 5 0 0 1 7 0a4.984 4.984 0 0 0 3.437 1.429m3.019 -.966c.19 -.14 .371 -.294 .544 -.463" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',kP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.536 15.029a4.987 4.987 0 0 1 -1.536 -1.029a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5" />\n  <path d="M5 21v-7" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',CP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.857 14.675a5.016 5.016 0 0 1 -.857 -.675a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6" />\n  <path d="M5 21v-7" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',DP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.433 15.315a4.978 4.978 0 0 1 -2.433 -1.315a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7" />\n  <path d="M5 21v-7" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',BP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 15a4.914 4.914 0 0 1 -1.5 -1a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6" />\n  <path d="M5 21v-7" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',zP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 14a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v6" />\n  <path d="M5 21v-7" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',EP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.13 14.833a5.002 5.002 0 0 1 -1.13 -.833a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8" />\n  <path d="M5 21v-7" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',SP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.475 13.551a5.001 5.001 0 0 0 -6.475 .449v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v5" />\n  <path d="M5 21v-7" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',TP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.138 15.241a4.979 4.979 0 0 1 -2.138 -1.241a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v7" />\n  <path d="M5 21v-7" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',AP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.533 15.028a4.988 4.988 0 0 1 -1.533 -1.028a5 5 0 0 0 -7 0v-9a5 5 0 0 1 7 0a5 5 0 0 0 7 0v8.5" />\n  <path d="M5 21v-7" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',OP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5a5 5 0 0 1 7 0a5 5 0 0 0 7 0v9a5 5 0 0 1 -7 0a5 5 0 0 0 -7 0v-9z" />\n  <path d="M5 21v-7" />\n</svg>\n\n\n',HP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.973 8.974c-.335 .378 -.67 .716 -.973 1.026c-1.226 1.26 -2 3.24 -2 5a6 6 0 0 0 11.472 2.466m.383 -3.597c-.32 -1.409 -1.122 -3.045 -1.855 -3.869c-.281 .472 -.543 .87 -.79 1.202m-2.358 -2.35c-.068 -2.157 -1.182 -4.184 -1.852 -4.852c0 .968 -.18 1.801 -.465 2.527" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',RP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12c2 -2.96 0 -7 -1 -8c0 3.038 -1.773 4.741 -3 6c-1.226 1.26 -2 3.24 -2 5a6 6 0 1 0 12 0c0 -1.532 -1.056 -3.94 -2 -5c-1.786 3 -2.791 3 -4 2z" />\n</svg>\n\n\n',PP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3l3 6l6 3l-6 3l-3 6l-3 -6l-6 -3l6 -3z" />\n</svg>\n\n\n',FP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 2a1 1 0 0 1 0 2v5.674l.062 .03a7 7 0 0 1 3.85 5.174l.037 .262a7 7 0 0 1 -3.078 6.693a1 1 0 0 1 -.553 .167h-6.635a1 1 0 0 1 -.552 -.166a7 7 0 0 1 .807 -12.134l.062 -.028v-5.672a1 1 0 1 1 0 -2h6zm-2 2h-2v6.34a1 1 0 0 1 -.551 .894l-.116 .049a5 5 0 0 0 -2.92 2.717h9.172a5 5 0 0 0 -2.918 -2.715a1 1 0 0 1 -.667 -.943v-6.342z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',LP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.1 15h8.9" />\n  <path d="M17.742 17.741a6 6 0 0 1 -2.424 3.259h-6.635a6 6 0 0 1 1.317 -10.66v-.326m0 -4.014v-3h4v7m.613 .598a6 6 0 0 1 2.801 2.817" />\n  <path d="M9 3h6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',NP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.1 15h11.8" />\n  <path d="M14 3v7.342a6 6 0 0 1 1.318 10.658h-6.635a6 6 0 0 1 1.317 -10.66v-7.34h4z" />\n  <path d="M9 3h6" />\n</svg>\n\n\n',VP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 2a1 1 0 0 1 0 2v4.826l3.932 10.814l.034 .077a1.7 1.7 0 0 1 -.002 1.193l-.07 .162a1.7 1.7 0 0 1 -1.213 .911l-.181 .017h-11l-.181 -.017a1.7 1.7 0 0 1 -1.285 -2.266l.039 -.09l3.927 -10.804v-4.823a1 1 0 1 1 0 -2h6zm-2 2h-2v4h2v-4z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',UP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 3h6" />\n  <path d="M13 9h1" />\n  <path d="M10 3v3m-.268 3.736l-3.732 10.264a.7 .7 0 0 0 .5 1h11a.7 .7 0 0 0 .5 -1l-1.143 -3.142m-2.288 -6.294l-.569 -1.564v-6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',jP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 3l6 0" />\n  <path d="M10 9l4 0" />\n  <path d="M10 3v6l-4 11a.7 .7 0 0 0 .5 1h11a.7 .7 0 0 0 .5 -1l-4 -11v-6" />\n</svg>\n\n\n',GP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4c2.21 0 4 1.682 4 3.758c0 .078 0 .156 -.008 .234l-.6 9.014c-.11 1.683 -1.596 3 -3.392 3s-3.28 -1.311 -3.392 -3l-.6 -9.014c-.138 -2.071 1.538 -3.855 3.743 -3.985a4.15 4.15 0 0 1 .25 -.007z" />\n  <path d="M14.5 14c1 -3.333 2.167 -5 3.5 -5c1.333 0 2.5 1.667 3.5 5" />\n  <path d="M18 16v1" />\n  <path d="M6 4c2.21 0 4 1.682 4 3.758c0 .078 0 .156 -.008 .234l-.6 9.014c-.11 1.683 -1.596 3 -3.392 3s-3.28 -1.311 -3.392 -3l-.6 -9.014c-.138 -2.071 1.538 -3.855 3.742 -3.985c.084 0 .167 -.007 .25 -.007z" />\n  <path d="M2.5 14c1 -3.333 2.167 -5 3.5 -5c1.333 0 2.5 1.667 3.5 5" />\n  <path d="M6 16v1" />\n</svg>\n\n\n',WP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12l18 0" />\n  <path d="M7 16l10 0l-10 5l0 -5" />\n  <path d="M7 8l10 0l-10 -5l0 5" />\n</svg>\n\n\n',$P='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3l0 18" />\n  <path d="M16 7l0 10l5 0l-5 -10" />\n  <path d="M8 7l0 10l-5 0l5 -10" />\n</svg>\n\n\n',XP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M4 7l1 0" />\n  <path d="M4 11l1 0" />\n  <path d="M19 7l1 0" />\n  <path d="M19 11l1 0" />\n  <path d="M4 15l16 0" />\n  <path d="M4 19l16 0" />\n</svg>\n\n\n',KP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M14 7l6 0" />\n  <path d="M14 11l6 0" />\n  <path d="M4 15l16 0" />\n  <path d="M4 19l16 0" />\n</svg>\n\n\n',YP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M4 15l16 0" />\n  <path d="M4 19l16 0" />\n</svg>\n\n\n',QP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 5m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M4 7l6 0" />\n  <path d="M4 11l6 0" />\n  <path d="M4 15l16 0" />\n  <path d="M4 19l16 0" />\n</svg>\n\n\n',ZP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.875 9.882a3 3 0 0 0 4.247 4.238m.581 -3.423a3.012 3.012 0 0 0 -1.418 -1.409" />\n  <path d="M9 5a3 3 0 0 1 6 0c0 .562 -.259 1.442 -.776 2.64l-.724 1.36l1.76 -1.893c.499 -.6 .922 -1 1.27 -1.205a2.968 2.968 0 0 1 4.07 1.099a3.011 3.011 0 0 1 -1.09 4.098c-.374 .217 -.99 .396 -1.846 .535l-1.779 .244m.292 .282l1.223 .166c1 .145 1.698 .337 2.11 .576a3.011 3.011 0 0 1 1.226 3.832m-2.277 1.733a2.968 2.968 0 0 1 -1.929 -.369c-.348 -.202 -.771 -.604 -1.27 -1.205l-1.76 -1.893l.724 1.36c.516 1.199 .776 2.079 .776 2.64a3 3 0 0 1 -6 0c0 -.562 .259 -1.442 .776 -2.64l.724 -1.36l-1.76 1.893c-.499 .601 -.922 1 -1.27 1.205a2.968 2.968 0 0 1 -4.07 -1.098a3.011 3.011 0 0 1 1.09 -4.098c.374 -.218 .99 -.396 1.846 -.536l2.664 -.366l-2.4 -.325c-1 -.145 -1.698 -.337 -2.11 -.576a3.011 3.011 0 0 1 -1.09 -4.099a2.968 2.968 0 0 1 2.134 -1.467" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',qP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 2a3 3 0 0 1 3 3c0 .562 -.259 1.442 -.776 2.64l-.724 1.36l1.76 -1.893c.499 -.6 .922 -1 1.27 -1.205a2.968 2.968 0 0 1 4.07 1.099a3.011 3.011 0 0 1 -1.09 4.098c-.374 .217 -.99 .396 -1.846 .535l-2.664 .366l2.4 .326c1 .145 1.698 .337 2.11 .576a3.011 3.011 0 0 1 1.09 4.098a2.968 2.968 0 0 1 -4.07 1.098c-.348 -.202 -.771 -.604 -1.27 -1.205l-1.76 -1.893l.724 1.36c.516 1.199 .776 2.079 .776 2.64a3 3 0 0 1 -6 0c0 -.562 .259 -1.442 .776 -2.64l.724 -1.36l-1.76 1.893c-.499 .601 -.922 1 -1.27 1.205a2.968 2.968 0 0 1 -4.07 -1.098a3.011 3.011 0 0 1 1.09 -4.098c.374 -.218 .99 -.396 1.846 -.536l2.664 -.366l-2.4 -.325c-1 -.145 -1.698 -.337 -2.11 -.576a3.011 3.011 0 0 1 -1.09 -4.099a2.968 2.968 0 0 1 4.07 -1.099c.348 .203 .771 .604 1.27 1.205l1.76 1.894c-1 -2.292 -1.5 -3.625 -1.5 -4a3 3 0 0 1 3 -3z" />\n</svg>\n\n\n',JP='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <circle cx="12" cy="12" r=".5" fill="currentColor" />\n  <path d="M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M12 3l0 2" />\n  <path d="M3 12l2 0" />\n  <path d="M12 19l0 2" />\n  <path d="M19 12l2 0" />\n</svg>\n\n\n',tF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M10 15v-4a2 2 0 1 1 4 0v4" />\n  <path d="M10 13h4" />\n</svg>\n\n\n',eF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n</svg>\n\n\n',nF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <circle cx="12" cy="12" r=".5" fill="currentColor" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',aF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 11v8l3 -3m-6 0l3 3" />\n  <path d="M9 7l1 0" />\n  <path d="M14 7l1 0" />\n  <path d="M19 7l1 0" />\n  <path d="M4 7l1 0" />\n</svg>\n\n\n',oF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13v-8l-3 3m6 0l-3 -3" />\n  <path d="M9 17l1 0" />\n  <path d="M14 17l1 0" />\n  <path d="M19 17l1 0" />\n  <path d="M4 17l1 0" />\n</svg>\n\n\n',iF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3v6l3 -3m-6 0l3 3" />\n  <path d="M12 21v-6l3 3m-6 0l3 -3" />\n  <path d="M4 12l1 0" />\n  <path d="M9 12l1 0" />\n  <path d="M14 12l1 0" />\n  <path d="M19 12l1 0" />\n</svg>\n\n\n',sF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19h-8a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',rF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',lF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 19h-6a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',hF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 19h-6a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',dF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 19h-7.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',cF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 19h-8.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v1.5" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',pF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',vF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 19h-10a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',uF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 3a1 1 0 0 1 .608 .206l.1 .087l2.706 2.707h6.586a3 3 0 0 1 2.995 2.824l.005 .176v8a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-11a3 3 0 0 1 2.824 -2.995l.176 -.005h4z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',gF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.5 19h-5.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',mF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v6" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',fF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h1l3 3h7a2 2 0 0 1 2 2v8m-2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 1.189 -1.829" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',wF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 19l2.757 -7.351a1 1 0 0 1 .936 -.649h12.307a1 1 0 0 1 .986 1.164l-.996 5.211a2 2 0 0 1 -1.964 1.625h-14.026a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2" />\n</svg>\n\n\n',MF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19h-8a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',_F='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',bF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',xF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 19h-10a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',IF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 15v4" />\n  <path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" />\n</svg>\n\n\n',yF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 19h-6a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',kF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19h-8a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',CF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 19h-5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v2.5" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',DF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21v-4a3 3 0 0 1 3 -3h5" />\n  <path d="M8 17l3 -3l-3 -3" />\n  <path d="M3 11v-5a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8" />\n</svg>\n\n\n',BF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v3.5" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',zF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 19h-8.5a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2h4l3 3h7a2 2 0 0 1 2 2v4" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',EF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h4l3 3h7a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-11a2 2 0 0 1 2 -2" />\n</svg>\n\n\n',SF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 17h-8a2 2 0 0 1 -2 -2v-8m1.177 -2.823c.251 -.114 .53 -.177 .823 -.177h3l2 2h5a2 2 0 0 1 2 2v7c0 .55 -.223 1.05 -.583 1.411" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',TF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 4h3l2 2h5a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2h2" />\n</svg>\n\n\n',AF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.293 4.953a1 1 0 0 0 -1.414 0l-6 6l-.083 .094a1 1 0 0 0 1.497 1.32l6 -6l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',OF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 15l6 -6" />\n</svg>\n\n\n',HF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-7.387 4.87a1 1 0 0 0 -1.32 1.497l6 6l.094 .083a1 1 0 0 0 1.32 -1.497l-6 -6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',RF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 9l6 6" />\n</svg>\n\n\n',PF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M14 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 17l5 0" />\n  <path d="M3 17v-6h13v6" />\n  <path d="M5 11v-4h4" />\n  <path d="M9 11v-6h4l3 6" />\n  <path d="M22 15h-3v-10" />\n  <path d="M16 13l3 0" />\n</svg>\n\n\n',FF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a3 3 0 0 0 -3 3v12a3 3 0 0 0 3 3" />\n  <path d="M6 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3" />\n  <path d="M13 7h7a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-7" />\n  <path d="M5 7h-1a1 1 0 0 0 -1 1v8a1 1 0 0 0 1 1h1" />\n  <path d="M17 12h.01" />\n  <path d="M13 12h.01" />\n</svg>\n\n\n',LF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 2a4 4 0 0 1 4 4a1 1 0 0 1 -1.993 .117l-.007 -.117a2 2 0 0 0 -3.995 -.15l-.005 .15v9h1v-4a3 3 0 0 1 6 0a1 1 0 0 1 -1.993 .117l-.007 -.117a1 1 0 0 0 -1.993 -.117l-.007 .117v4h5a1 1 0 0 1 .993 .883l.007 .117v2a4 4 0 0 1 -3.8 3.995l-.2 .005h-12a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-2a1 1 0 0 1 .883 -.993l.117 -.007h5v-4a1 1 0 0 0 -1.993 -.117l-.007 .117a1 1 0 0 1 -2 0a3 3 0 0 1 5.995 -.176l.005 .176v4h1v-9a2 2 0 1 0 -4 0a1 1 0 1 1 -2 0a4 4 0 0 1 7.001 -2.645a3.983 3.983 0 0 1 2.999 -1.355z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',NF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 16v-5a2 2 0 1 0 -4 0" />\n  <path d="M15 16v-1m0 -4a2 2 0 1 1 4 0" />\n  <path d="M12 16v-4m0 -4v-2a3 3 0 0 1 6 0" />\n  <path d="M7.451 3.43a3 3 0 0 1 4.549 2.57" />\n  <path d="M20 16h1v1m-.871 3.114a2.99 2.99 0 0 1 -2.129 .886h-12a3 3 0 0 1 -3 -3v-2h13" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',VF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 16v-5a2 2 0 1 0 -4 0" />\n  <path d="M15 16v-5a2 2 0 1 1 4 0" />\n  <path d="M12 16v-10a3 3 0 0 1 6 0" />\n  <path d="M6 6a3 3 0 0 1 6 0" />\n  <path d="M3 16h18v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2z" />\n</svg>\n\n\n',UF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7h3m4 0h9" />\n  <path d="M4 17h13" />\n  <path d="M7 7v13" />\n  <path d="M17 4v9m0 4v3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',jF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7l16 0" />\n  <path d="M4 17l16 0" />\n  <path d="M7 4l0 16" />\n  <path d="M17 4l0 16" />\n</svg>\n\n\n',GF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M13.867 9.75c-.246 -.48 -.708 -.769 -1.2 -.75h-1.334c-.736 0 -1.333 .67 -1.333 1.5c0 .827 .597 1.499 1.333 1.499h1.334c.736 0 1.333 .671 1.333 1.5c0 .828 -.597 1.499 -1.333 1.499h-1.334c-.492 .019 -.954 -.27 -1.2 -.75" />\n  <path d="M12 7v2" />\n  <path d="M12 15v2" />\n  <path d="M6 6l1.5 1.5" />\n  <path d="M16.5 16.5l1.5 1.5" />\n</svg>\n\n\n',WF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 9.5l-6 6" />\n  <path d="M9 4l-6 6" />\n  <path d="M9 15l-5 5" />\n  <path d="M9 3v18" />\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n</svg>\n\n\n',$F='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M15 3l-12 12" />\n  <path d="M9.5 3l-6 6" />\n  <path d="M20 3.5l-5.5 5.5" />\n  <path d="M9 15l-5 5" />\n  <path d="M21 9h-12v12" />\n</svg>\n\n\n',XF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M21 9h-18" />\n  <path d="M15 3l-6 6" />\n  <path d="M9.5 3l-6 6" />\n  <path d="M20 3.5l-5.5 5.5" />\n</svg>\n\n\n',KF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" />\n  <path d="M5 10h5m4 0h5" />\n  <path d="M9 13v3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',YF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M5 10h14" />\n  <path d="M9 13v3" />\n  <path d="M9 6v1" />\n</svg>\n\n\n',QF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2" />\n  <path d="M5 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" />\n  <path d="M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M15 22v-4h-2l1.254 -3.763m1.036 -2.942a1 1 0 0 1 .71 -.295h2a1 1 0 0 1 1 1l1.503 4.508m-1.503 2.492v3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ZF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 22v-5l-1 -1v-4a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4l-1 1v5" />\n  <path d="M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M15 22v-4h-2l2 -6a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1l2 6h-2v4" />\n</svg>\n\n\n',qF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.72 3.728l3.484 -1.558a1.95 1.95 0 0 1 1.59 0l4.496 2.01c.554 .246 .963 .736 1.112 1.328l2.538 10.158c.103 .412 .07 .832 -.075 1.206m-2.299 1.699l-5.725 2.738a1.945 1.945 0 0 1 -1.682 0l-7.035 -3.365a1.99 1.99 0 0 1 -1.064 -2.278l2.52 -10.08" />\n  <path d="M18 4.82l-5.198 2.324a1.963 1.963 0 0 1 -1.602 0" />\n  <path d="M12 7.32v.68m0 4v9.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',JF='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.841 21.309a1.945 1.945 0 0 1 -1.682 0l-7.035 -3.365a1.99 1.99 0 0 1 -1.064 -2.278l2.538 -10.158a1.98 1.98 0 0 1 1.11 -1.328l4.496 -2.01a1.95 1.95 0 0 1 1.59 0l4.496 2.01c.554 .246 .963 .736 1.112 1.328l1.67 6.683" />\n  <path d="M18 4.82l-5.198 2.324a1.963 1.963 0 0 1 -1.602 0l-5.2 -2.325" />\n  <path d="M12 7.32v14.18" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',tL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.402 5.508l2.538 10.158a1.99 1.99 0 0 1 -1.064 2.278l-7.036 3.366a1.945 1.945 0 0 1 -1.682 0l-7.035 -3.365a1.99 1.99 0 0 1 -1.064 -2.278l2.539 -10.159a1.98 1.98 0 0 1 1.11 -1.328l4.496 -2.01a1.95 1.95 0 0 1 1.59 0l4.496 2.01c.554 .246 .963 .736 1.112 1.328z" />\n  <path d="M18 4.82l-5.198 2.324a1.963 1.963 0 0 1 -1.602 0l-5.2 -2.325" />\n  <path d="M12 7.32v14.18" />\n</svg>\n\n\n',eL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.333 3a3.667 3.667 0 0 1 3.667 3.667v10.666a3.667 3.667 0 0 1 -3.667 3.667h-10.666a3.667 3.667 0 0 1 -3.667 -3.667v-10.666a3.667 3.667 0 0 1 3.667 -3.667zm-3.583 3a2.38 2.38 0 0 0 -2.37 2.145l-.285 2.855h-2.095l-.117 .007a1 1 0 0 0 .117 1.993h1.894l-.265 2.656l-.014 .071a.38 .38 0 0 1 -.365 .273a.25 .25 0 0 1 -.25 -.25v-.25l-.007 -.117a1 1 0 0 0 -1.993 .117v.25l.005 .154a2.25 2.25 0 0 0 2.245 2.096a2.38 2.38 0 0 0 2.37 -2.145l.284 -2.855h2.096l.117 -.007a1 1 0 0 0 -.117 -1.993h-1.895l.266 -2.656l.014 -.071a.381 .381 0 0 1 .365 -.273a.25 .25 0 0 1 .25 .25v.25l.007 .117a1 1 0 0 0 1.993 -.117v-.25l-.005 -.154a2.25 2.25 0 0 0 -2.245 -2.096z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',nL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15.5v.25c0 .69 .56 1.25 1.25 1.25a1.38 1.38 0 0 0 1.374 -1.244l.376 -3.756m.363 -3.63l.013 -.126a1.38 1.38 0 0 1 1.374 -1.244c.69 0 1.25 .56 1.25 1.25v.25" />\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" />\n  <path d="M9 12h3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',aL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h10.666a2.667 2.667 0 0 1 2.667 2.667v10.666a2.667 2.667 0 0 1 -2.667 2.667h-10.666a2.667 2.667 0 0 1 -2.667 -2.667z" />\n  <path d="M9 15.5v.25c0 .69 .56 1.25 1.25 1.25c.71 0 1.304 -.538 1.374 -1.244l.752 -7.512a1.381 1.381 0 0 1 1.374 -1.244c.69 0 1.25 .56 1.25 1.25v.25" />\n  <path d="M9 12h6" />\n</svg>\n\n\n',oL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c-1.333 1 -2 2.5 -2 4.5c0 3 2 4.5 2 4.5s2 1.5 2 4.5c0 2 -.667 3.5 -2 4.5" />\n  <path d="M19.794 16.5c-.2 -1.655 -1.165 -2.982 -2.897 -3.982c-2.597 -1.5 -4.897 -.518 -4.897 -.518s-2.299 .982 -4.897 -.518c-1.732 -1 -2.698 -2.327 -2.897 -3.982" />\n  <path d="M19.794 7.5c-1.532 -.655 -3.165 -.482 -4.897 .518c-2.597 1.5 -2.897 3.982 -2.897 3.982s-.299 2.482 -2.897 3.982c-1.732 1 -3.365 1.173 -4.897 .518" />\n</svg>\n\n\n',iL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.733 15.732a2.5 2.5 0 1 0 3.544 3.527" />\n  <path d="M6 8v11a1 1 0 0 0 1.806 .591l3.694 -5.091v.055" />\n  <path d="M6 8h2m4 0h9l-3 6.01m-3.319 .693l-4.276 -.45a4 4 0 0 1 -3.296 -2.493l-2.853 -7.13a1 1 0 0 0 -.928 -.63h-1.323" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',sL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.5 17.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n  <path d="M6 8v11a1 1 0 0 0 1.806 .591l3.694 -5.091v.055" />\n  <path d="M6 8h15l-3.5 7l-7.1 -.747a4 4 0 0 1 -3.296 -2.493l-2.853 -7.13a1 1 0 0 0 -.928 -.63h-1.323" />\n</svg>\n\n\n',rL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11a2 2 0 0 1 2 2m3 3v-7l-3 -3" />\n  <path d="M4 20v-14c0 -.548 .22 -1.044 .577 -1.405m3.423 -.595h4a2 2 0 0 1 2 2v4m0 4v6" />\n  <path d="M3 20h12" />\n  <path d="M18 7v1a1 1 0 0 0 1 1h1" />\n  <path d="M4 11h7" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',lL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" />\n  <path d="M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14" />\n  <path d="M3 20l12 0" />\n  <path d="M18 7v1a1 1 0 0 0 1 1h1" />\n  <path d="M4 11l10 0" />\n</svg>\n\n\n',hL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-.293 3.953a1 1 0 0 0 -1.414 0l-2.59 2.59l-.083 .094l-.068 .1a2.001 2.001 0 0 0 -2.547 1.774l-.005 .149l.005 .15a2 2 0 1 0 3.917 -.701a.968 .968 0 0 0 .195 -.152l2.59 -2.59l.083 -.094a1 1 0 0 0 -.083 -1.32zm-4.707 -1.293a6 6 0 0 0 -6 6a1 1 0 0 0 2 0a4 4 0 0 1 4 -4a1 1 0 0 0 0 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',dL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.038 16.052a9 9 0 0 0 -12.067 -12.102m-2.333 1.686a9 9 0 1 0 12.73 12.726" />\n  <path d="M11.283 11.303a1 1 0 0 0 1.419 1.41" />\n  <path d="M14 10l2 -2" />\n  <path d="M7 12c0 -1.386 .564 -2.64 1.475 -3.546m2.619 -1.372c.294 -.054 .597 -.082 .906 -.082" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',cL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M13.41 10.59l2.59 -2.59" />\n  <path d="M7 12a5 5 0 0 1 5 -5" />\n</svg>\n\n\n',pL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 10l7.383 7.418c.823 .82 .823 2.148 0 2.967a2.11 2.11 0 0 1 -2.976 0l-7.407 -7.385" />\n  <path d="M6 9l4 4" />\n  <path d="M13 10l-4 -4" />\n  <path d="M3 21h7" />\n  <path d="M6.793 15.793l-3.586 -3.586a1 1 0 0 1 0 -1.414l2.293 -2.293l.5 .5l3 -3l-.5 -.5l2.293 -2.293a1 1 0 0 1 1.414 0l3.586 3.586a1 1 0 0 1 0 1.414l-2.293 2.293l-.5 -.5l-3 3l.5 .5l-2.293 2.293a1 1 0 0 1 -1.414 0z" />\n</svg>\n\n\n',vL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" />\n  <path d="M7 12h11" />\n</svg>\n\n\n',uL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 11l6 -6" />\n  <path d="M9 15m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M19 9v-4h-4" />\n  <path d="M16.5 10.5l-3 -3" />\n</svg>\n\n\n',gL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 11m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M19 3l-5 5" />\n  <path d="M15 3h4v4" />\n  <path d="M11 16v6" />\n  <path d="M8 19h6" />\n</svg>\n\n\n',mL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 14m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M19 5l-5.4 5.4" />\n  <path d="M19 5h-5" />\n</svg>\n\n\n',fL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M12 14v7" />\n  <path d="M9 18h3" />\n</svg>\n\n\n',wL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.536 15.536a5 5 0 1 0 -7.072 -7.072a5 5 0 0 0 7.072 7.072z" />\n  <path d="M15.536 15.535l5.464 -5.535" />\n  <path d="M3 14l5.464 -5.535" />\n  <path d="M12 12h.01" />\n</svg>\n\n\n',ML='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M12 14v7" />\n  <path d="M9 18h6" />\n</svg>\n\n\n',_L='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M12 14v7" />\n  <path d="M7 18h10" />\n</svg>\n\n\n',bL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15.464a4 4 0 1 0 4 -6.928a4 4 0 0 0 -4 6.928z" />\n  <path d="M15.464 14l3 -5.196" />\n  <path d="M5.536 15.195l3 -5.196" />\n  <path d="M12 12h.01" />\n  <path d="M9 9l-6 -6" />\n  <path d="M5.5 8.5l3 -3" />\n  <path d="M21 21l-6 -6" />\n  <path d="M17 20l3 -3" />\n  <path d="M3 7v-4h4" />\n</svg>\n\n\n',xL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10a5 5 0 1 1 0 10a5 5 0 0 1 0 -10z" />\n  <path d="M12 10v-7" />\n  <path d="M7 15h10" />\n</svg>\n\n\n',IL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 11a5 5 0 1 1 0 10a5 5 0 0 1 0 -10z" />\n  <path d="M12 11v-8" />\n  <path d="M14.5 4.5l-5 3" />\n  <path d="M9.5 4.5l5 3" />\n</svg>\n\n\n',yL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 14v7" />\n  <path d="M9 18h6" />\n  <path d="M12 6a4 4 0 1 1 0 8a4 4 0 0 1 0 -8z" />\n  <path d="M15 3a3 3 0 1 1 -6 0" />\n</svg>\n\n\n',kL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 11.5l6.5 6.5v-4" />\n  <path d="M11.5 13.5l6.5 6.5" />\n  <path d="M9 4a5 5 0 1 1 0 10a5 5 0 0 1 0 -10z" />\n  <path d="M14 20l2 -2" />\n</svg>\n\n\n',CL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 14m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M19 5l-5.4 5.4" />\n  <path d="M19 5h-5" />\n  <path d="M19 5v5" />\n</svg>\n\n\n',DL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10a5 5 0 1 1 0 10a5 5 0 0 1 0 -10z" />\n  <path d="M12 10v-7" />\n</svg>\n\n\n',BL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 12a5 5 0 1 0 10 0a5 5 0 0 0 -10 0z" />\n  <path d="M11 12h-3" />\n  <path d="M8 12l-5 -4v8z" />\n</svg>\n\n\n',zL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M15 9l6 -6" />\n  <path d="M21 7v-4h-4" />\n  <path d="M9 9l-6 -6" />\n  <path d="M3 7v-4h4" />\n  <path d="M5.5 8.5l3 -3" />\n  <path d="M12 16v5" />\n  <path d="M9.5 19h5" />\n</svg>\n\n\n',EL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 20a5 5 0 1 1 0 -10a5 5 0 0 1 0 10z" />\n  <path d="M6 6l5.4 5.4" />\n  <path d="M4 8l4 -4" />\n</svg>\n\n\n',SL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 21l4 -12m2 0l1.48 4.439m.949 2.847l1.571 4.714" />\n  <path d="M12 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M4 12c1.526 2.955 4.588 5 8 5c3.41 0 6.473 -2.048 8 -5" />\n  <path d="M12 5v-2" />\n</svg>\n\n\n',TL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 1.999l.041 .002l.208 .003a8 8 0 0 1 7.747 7.747l.003 .248l.177 .006a3 3 0 0 1 2.819 2.819l.005 .176a3 3 0 0 1 -3 3l-.001 1.696l1.833 2.75a1 1 0 0 1 -.72 1.548l-.112 .006h-10c-3.445 .002 -6.327 -2.49 -6.901 -5.824l-.028 -.178l-.071 .001a3 3 0 0 1 -2.995 -2.824l-.005 -.175a3 3 0 0 1 3 -3l.004 -.25a8 8 0 0 1 7.996 -7.75zm0 10.001a2 2 0 0 0 -2 2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1a2 2 0 0 0 -2 -2zm-1.99 -4l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm4 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',AL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 9h.01" />\n  <path d="M14 9h.01" />\n  <path d="M12 3a7 7 0 0 1 7 7v1l1 0a2 2 0 1 1 0 4l-1 0v3l2 3h-10a6 6 0 0 1 -6 -5.775l0 -.226l-1 0a2 2 0 0 1 0 -4l1 0v-1a7 7 0 0 1 7 -7z" />\n  <path d="M11 14h2a1 1 0 0 0 -2 0z" />\n</svg>\n\n\n',OL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" />\n  <path d="M10 10h.01" />\n  <path d="M14 10h.01" />\n</svg>\n\n\n',HL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a8 8 0 0 1 7.996 7.75l.004 .25l-.001 6.954l.01 .103a2.78 2.78 0 0 1 -1.468 2.618l-.163 .08c-1.053 .475 -2.283 .248 -3.129 -.593l-.137 -.146a.65 .65 0 0 0 -1.024 0a2.65 2.65 0 0 1 -4.176 0a.65 .65 0 0 0 -.512 -.25c-.2 0 -.389 .092 -.55 .296a2.78 2.78 0 0 1 -4.859 -2.005l.008 -.091l.001 -6.966l.004 -.25a8 8 0 0 1 7.996 -7.75zm2.82 10.429a1 1 0 0 0 -1.391 -.25a2.5 2.5 0 0 1 -2.858 0a1 1 0 0 0 -1.142 1.642a4.5 4.5 0 0 0 5.142 0a1 1 0 0 0 .25 -1.392zm-4.81 -4.429l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm4 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',RL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.794 4.776a7 7 0 0 1 10.206 6.224v4m-.12 3.898a1.779 1.779 0 0 1 -2.98 .502a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7c0 -1.683 .594 -3.227 1.583 -4.434" />\n  <path d="M14 10h.01" />\n  <path d="M10 14a3.5 3.5 0 0 0 4 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',PL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" />\n  <path d="M10 10l.01 0" />\n  <path d="M14 10l.01 0" />\n  <path d="M10 14a3.5 3.5 0 0 0 4 0" />\n</svg>\n\n\n',FL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n  <path d="M12 8v8" />\n  <path d="M16 12h3" />\n  <path d="M20 8h-4v8" />\n</svg>\n\n\n',LL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4a4 4 0 0 1 3.995 3.8l.005 .2v8a4 4 0 0 1 -3.8 3.995l-.2 .005h-12a4 4 0 0 1 -3.995 -3.8l-.005 -.2v-8a4 4 0 0 1 3.8 -3.995l.2 -.005h12zm-5.493 5l-.19 .004c-.928 .052 -1.719 .583 -2.317 1.444c-.56 -.805 -1.288 -1.322 -2.139 -1.428l-.198 -.017l-.164 -.003l-.16 .005c-1.28 .086 -2.339 1.179 -2.339 2.495c0 1.226 1.222 2.211 2.453 2.447l.16 .026l-1.32 1.32l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.32 -1.32c1.229 -.169 2.502 -1.11 2.606 -2.315l.007 -.158l-.005 -.163c-.08 -1.189 -1.02 -2.162 -2.175 -2.316l-.159 -.016l-.154 -.005zm-.025 2l.102 .009c.194 .04 .367 .21 .407 .406l.009 .085l-.012 .031l-.034 .04c-.13 .135 -.513 .369 -.836 .42l-.118 .009h-.602l.052 -.1l.088 -.156c.27 -.444 .574 -.696 .852 -.738l.092 -.006zm-4.964 0l.084 .005l.094 .02c.254 .077 .523 .32 .765 .718l.09 .157l.05 .1h-.601l-.106 -.008c-.398 -.057 -.894 -.4 -.894 -.492c0 -.23 .194 -.446 .416 -.491l.102 -.01z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',NL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M7 16l3 -3l3 3" />\n  <path d="M8 13c-.789 0 -2 -.672 -2 -1.5s.711 -1.5 1.5 -1.5c1.128 -.02 2.077 1.17 2.5 3c.423 -1.83 1.372 -3.02 2.5 -3c.789 0 1.5 .672 1.5 1.5s-1.211 1.5 -2 1.5h-4z" />\n</svg>\n\n\n',VL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 14v8h-4a3 3 0 0 1 -3 -3v-4a1 1 0 0 1 1 -1h6zm8 0a1 1 0 0 1 1 1v4a3 3 0 0 1 -3 3h-4v-8h6zm-2.5 -12a3.5 3.5 0 0 1 3.163 5h.337a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-7v-5h-2v5h-7a2 2 0 0 1 -2 -2v-1a2 2 0 0 1 2 -2h.337a3.486 3.486 0 0 1 -.337 -1.5c0 -1.933 1.567 -3.5 3.483 -3.5c1.755 -.03 3.312 1.092 4.381 2.934l.136 .243c1.033 -1.914 2.56 -3.114 4.291 -3.175l.209 -.002zm-9 2a1.5 1.5 0 0 0 0 3h3.143c-.741 -1.905 -1.949 -3.02 -3.143 -3zm8.983 0c-1.18 -.02 -2.385 1.096 -3.126 3h3.143a1.5 1.5 0 1 0 -.017 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',UL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8h8a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-4m-4 0h-8a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h4" />\n  <path d="M12 12v9" />\n  <path d="M19 12v3m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7" />\n  <path d="M7.5 8a2.5 2.5 0 0 1 -2.457 -2.963m2.023 -2c.14 -.023 .286 -.037 .434 -.037c1.974 -.034 3.76 1.95 4.5 5c.74 -3.05 2.526 -5.034 4.5 -5a2.5 2.5 0 1 1 0 5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',jL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 8m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" />\n  <path d="M12 8l0 13" />\n  <path d="M19 12v7a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-7" />\n  <path d="M7.5 8a2.5 2.5 0 0 1 0 -5a4.8 8 0 0 1 4.5 5a4.8 8 0 0 1 4.5 -5a2.5 2.5 0 0 1 0 5" />\n</svg>\n\n\n',GL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 8v8" />\n  <path d="M9 18h6a2 2 0 0 0 2 -2v-5" />\n  <path d="M14 14l3 -3l3 3" />\n  <path d="M15 4l4 4" />\n  <path d="M15 8l4 -4" />\n</svg>\n\n\n',WL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 8l0 8" />\n  <path d="M9 18h6a2 2 0 0 0 2 -2v-5" />\n  <path d="M14 14l3 -3l3 3" />\n</svg>\n\n\n',$L='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M7 3v6" />\n  <path d="M7 15v6" />\n  <path d="M13 7h2.5l1.5 5l-1.5 5h-2.5" />\n  <path d="M17 12h3" />\n</svg>\n\n\n',XL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 3l0 6" />\n  <path d="M12 15l0 6" />\n</svg>\n\n\n',KL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M11 6h5a2 2 0 0 1 2 2v8" />\n  <path d="M14 9l-3 -3l3 -3" />\n  <path d="M13 18h-5a2 2 0 0 1 -2 -2v-8" />\n  <path d="M10 15l3 3l-3 3" />\n</svg>\n\n\n',YL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 8v2a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-2" />\n  <path d="M12 12l0 4" />\n</svg>\n\n\n',QL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 8l0 8" />\n  <path d="M7 8a4 4 0 0 0 4 4h4" />\n</svg>\n\n\n',ZL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 8v8" />\n  <path d="M18 11v5" />\n  <path d="M16 4l4 4m0 -4l-4 4" />\n</svg>\n\n\n',qL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 8v8" />\n  <path d="M18 11h.01" />\n  <path d="M18 6h.01" />\n</svg>\n\n\n',JL='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 8l0 8" />\n  <path d="M11 6h5a2 2 0 0 1 2 2v8" />\n  <path d="M14 9l-3 -3l3 -3" />\n</svg>\n\n\n',tN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 19l-8 -5.5l-8 5.5" />\n  <path d="M12 4v9.5" />\n  <path d="M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M4 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M20 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',eN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 21h6" />\n  <path d="M12 16v5" />\n  <path d="M12 5m-4 0a4 2 0 1 0 8 0a4 2 0 1 0 -8 0" />\n  <path d="M8 5c0 6.075 1.79 11 4 11s4 -4.925 4 -11" />\n</svg>\n\n\n',nN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 21h8" />\n  <path d="M12 15v6" />\n  <path d="M12 5m-7 0a7 2 0 1 0 14 0a7 2 0 1 0 -14 0" />\n  <path d="M5 5v.388c0 .432 .126 .853 .362 1.206l5 7.509c.633 .951 1.88 1.183 2.785 .517c.191 -.141 .358 -.316 .491 -.517l5 -7.509c.236 -.353 .362 -.774 .362 -1.206v-.388" />\n</svg>\n\n\n',aN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.004 10.229l-.003 -.186l.001 -.113l.008 -.071l1 -7a1 1 0 0 1 .877 -.853l.113 -.006h10a1 1 0 0 1 .968 .747l.022 .112l1.006 7.05l.004 .091c0 3.226 -2.56 5.564 -6 5.945v4.055h3a1 1 0 0 1 .117 1.993l-.117 .007h-8a1 1 0 0 1 -.117 -1.993l.117 -.007h3v-4.055c-3.358 -.371 -5.878 -2.609 -5.996 -5.716zm11.129 -6.229h-8.267l-.607 4.258a6.001 6.001 0 0 1 5.125 .787l.216 .155a4 4 0 0 0 4.32 .31l-.787 -5.51z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',oN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 21l8 0" />\n  <path d="M12 15l0 6" />\n  <path d="M17 3l1 7c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -7h10z" />\n  <path d="M6 10a5 5 0 0 1 6 0a5 5 0 0 0 6 0" />\n</svg>\n\n\n',iN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 21h8" />\n  <path d="M12 15v6" />\n  <path d="M12 5m-6.5 0a6.5 2 0 1 0 13 0a6.5 2 0 1 0 -13 0" />\n  <path d="M5.75 4.5c-.612 .75 -.75 2 -.75 3.5a7 7 0 0 0 14 0c0 -1.5 -.094 -2.75 -.75 -3.5" />\n</svg>\n\n\n',sN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 21h8" />\n  <path d="M12 16v5" />\n  <path d="M17 5l1 6c0 .887 -.233 1.685 -.646 2.37m-2.083 1.886c-.941 .48 -2.064 .744 -3.271 .744c-3.314 0 -6 -1.988 -6 -5l.711 -4.268" />\n  <path d="M10.983 6.959c.329 .027 .669 .041 1.017 .041c2.761 0 5 -.895 5 -2s-2.239 -2 -5 -2c-1.716 0 -3.23 .346 -4.13 .872" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',rN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 21h8" />\n  <path d="M12 16v5" />\n  <path d="M17 5l1 6c0 3.012 -2.686 5 -6 5s-6 -1.988 -6 -5l1 -6" />\n  <path d="M12 5m-5 0a5 2 0 1 0 10 0a5 2 0 1 0 -10 0" />\n</svg>\n\n\n',lN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 4a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z" stroke-width="0" fill="currentColor" />\n  <path d="M14.133 1.502a1 1 0 0 1 1.365 -.369a9.015 9.015 0 1 1 -10.404 14.622a1 1 0 1 1 1.312 -1.51a7.015 7.015 0 1 0 8.096 -11.378a1 1 0 0 1 -.369 -1.365z" stroke-width="0" fill="currentColor" />\n  <path d="M11 16a1 1 0 0 1 .993 .883l.007 .117v4a1 1 0 0 1 -1.993 .117l-.007 -.117v-4a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M15 20a1 1 0 0 1 .117 1.993l-.117 .007h-8a1 1 0 0 1 -.117 -1.993l.117 -.007h8z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',hN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.353 7.355a4 4 0 0 0 5.29 5.293m2.007 -2.009a4 4 0 0 0 -5.3 -5.284" />\n  <path d="M5.75 15a8.015 8.015 0 0 0 9.792 .557m2.02 -1.998a8.015 8.015 0 0 0 -2.562 -11.559" />\n  <path d="M11 17v4" />\n  <path d="M7 21h8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',dN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 9a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M5.75 15a8.015 8.015 0 1 0 9.25 -13" />\n  <path d="M11 17v4" />\n  <path d="M7 21h8" />\n</svg>\n\n\n',cN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M3 12h7m4 0h7" />\n  <path d="M3 6h1m4 0h13" />\n  <path d="M3 18h1m4 0h8m4 0h1" />\n  <path d="M6 3v1m0 4v8m0 4v1" />\n  <path d="M12 3v7m0 4v7" />\n  <path d="M18 3v13m0 4v1" />\n</svg>\n\n\n',pN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18v-6m0 -4v-5l7 4l-5.07 2.897" />\n  <path d="M9 17.67c-.62 .36 -1 .82 -1 1.33c0 1.1 1.8 2 4 2s4 -.9 4 -2c0 -.5 -.38 -.97 -1 -1.33" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',vN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18v-15l7 4l-7 4" />\n  <path d="M9 17.67c-.62 .36 -1 .82 -1 1.33c0 1.1 1.8 2 4 2s4 -.9 4 -2c0 -.5 -.38 -.97 -1 -1.33" />\n</svg>\n\n\n',uN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 17l-1 -4l-4 -1l9 -4z" />\n</svg>\n\n\n',gN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.227 14c.917 4 4.497 7 8.773 7c4.277 0 7.858 -3 8.773 -7" />\n  <path d="M20.78 10a9 9 0 0 0 -8.78 -7a8.985 8.985 0 0 0 -8.782 7" />\n  <path d="M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',mN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.5 9.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9.5 4.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9.5 14.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M4.5 19.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M14.5 9.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M19.5 4.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M14.5 19.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M19.5 14.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',fN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12zm-2.293 6.293a1 1 0 0 0 -1.414 0l-2.293 2.292l-1.293 -1.292a1 1 0 0 0 -1.414 0l-3 3a1 1 0 0 0 0 1.414l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l1.293 1.292a1 1 0 0 0 1.414 -1.414l-2 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',wN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.586 3.414a2 2 0 0 1 -1.414 .586h-12a2 2 0 0 1 -2 -2v-12c0 -.547 .22 -1.043 .576 -1.405" />\n  <path d="M7 14l3 -3l2 2l.5 -.5m2 -2l.5 -.5l2 2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',MN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M7 14l3 -3l2 2l3 -3l2 2" />\n</svg>\n\n\n',_N='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 16.17v-9.17a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3v9.171" />\n  <path d="M12 7v5" />\n  <path d="M10 9h4" />\n  <path d="M5 21v-2a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v2h-14z" />\n</svg>\n\n\n',bN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21v-2a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v2h-14z" />\n  <path d="M10 16v-5h-4v-4h4v-4h4v4h4v4h-4v5" />\n</svg>\n\n\n',xN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 8h18" />\n  <path d="M3 16h18" />\n  <path d="M8 3v18" />\n  <path d="M16 3v18" />\n</svg>\n\n\n',IN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6h18" />\n  <path d="M3 12h18" />\n  <path d="M3 18h18" />\n  <path d="M6 3v18" />\n  <path d="M12 3v18" />\n  <path d="M18 3v18" />\n</svg>\n\n\n',yN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M19 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M5 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M19 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',kN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10h18" />\n  <path d="M3 14h18" />\n  <path d="M10 3v18" />\n  <path d="M14 3v18" />\n</svg>\n\n\n',CN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8v8" />\n  <path d="M14 8v8" />\n  <path d="M8 10h8" />\n  <path d="M8 14h8" />\n</svg>\n\n\n',DN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v8" />\n  <path d="M14 8v8" />\n  <path d="M8 10h8" />\n  <path d="M8 14h8" />\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n</svg>\n\n\n',BN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5l11.5 11.5" />\n  <path d="M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772z" />\n  <path d="M3 7l3.05 3.15a2.9 2.9 0 0 0 4.1 -4.1l-3.15 -3.05" />\n</svg>\n\n\n',zN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8h-3a6 6 0 0 0 6 6h2c.315 0 .624 -.024 .926 -.071m2.786 -1.214a5.99 5.99 0 0 0 2.284 -4.49l0 -.225h-7" />\n  <path d="M18.827 18.815a2 2 0 1 1 -2.663 -2.633" />\n  <path d="M9 14l-3 6" />\n  <path d="M15 18h-8" />\n  <path d="M15 5v-1" />\n  <path d="M12 5v-1" />\n  <path d="M9 5v-1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',EN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.2 10.2l6.3 6.3" />\n  <path d="M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772z" />\n  <path d="M3 7l3.05 3.15a2.9 2.9 0 0 0 4.1 -4.1l-3.15 -3.05l-4 4z" />\n</svg>\n\n\n',SN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 8h-14a6 6 0 0 0 6 6h2a6 6 0 0 0 6 -5.775l0 -.225z" />\n  <path d="M17 20a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z" />\n  <path d="M15 14l1 2" />\n  <path d="M9 14l-3 6" />\n  <path d="M15 18h-8" />\n  <path d="M15 5v-1" />\n  <path d="M12 5v-1" />\n  <path d="M9 5v-1" />\n</svg>\n\n\n',TN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M5 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M19 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M19 15m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',AN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M15 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M15 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M15 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',ON='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.5 15a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m4.5 -8.5a4.5 4.5 0 0 0 -4.5 4.5m-4 3.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m-4 -8.5c2.21 0 4 2.015 4 4.5m0 -7.5v6" />\n</svg>\n\n\n',HN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-1.613 0 -2.882 .104 -3.825 .323l-.23 .057c-3.019 .708 -4.945 2.503 -4.945 5.62c0 3.367 1.939 8.274 4.22 11.125c.32 .4 .664 .786 1.03 1.158l.367 .36a4.904 4.904 0 0 0 6.752 .011a15.04 15.04 0 0 0 1.41 -1.528c2.491 -3.113 4.221 -7.294 4.221 -11.126c0 -3.025 -1.813 -4.806 -4.71 -5.562l-.266 -.066c-.936 -.25 -2.281 -.372 -4.024 -.372z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',RN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 18.5c2 -2.5 4 -6.5 4 -10.5c0 -2.946 -2.084 -4.157 -4.204 -4.654c-.864 -.23 -2.13 -.346 -3.796 -.346c-1.667 0 -2.932 .115 -3.796 .346c-2.12 .497 -4.204 1.708 -4.204 4.654c0 3.312 2 8 4 10.5c.297 .37 .618 .731 .963 1.081l.354 .347a3.9 3.9 0 0 0 5.364 0a14.05 14.05 0 0 0 1.319 -1.428z" />\n</svg>\n\n\n',PN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 7a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M13 21l1 -9l7 -6" />\n  <path d="M3 11h6l5 1" />\n  <path d="M11.5 8.5l4.5 -3.5" />\n</svg>\n\n\n',FN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 18v-8l-2 2" />\n  <path d="M4 6v12" />\n  <path d="M12 6v12" />\n  <path d="M11 18h2" />\n  <path d="M3 18h2" />\n  <path d="M4 12h8" />\n  <path d="M3 6h2" />\n  <path d="M11 6h2" />\n</svg>\n\n\n',LN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 12a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0" />\n  <path d="M4 6v12" />\n  <path d="M12 6v12" />\n  <path d="M11 18h2" />\n  <path d="M3 18h2" />\n  <path d="M4 12h8" />\n  <path d="M3 6h2" />\n  <path d="M11 6h2" />\n</svg>\n\n\n',NN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 14a2 2 0 1 0 -2 -2" />\n  <path d="M17 16a2 2 0 1 0 2 -2" />\n  <path d="M4 6v12" />\n  <path d="M12 6v12" />\n  <path d="M11 18h2" />\n  <path d="M3 18h2" />\n  <path d="M4 12h8" />\n  <path d="M3 6h2" />\n  <path d="M11 6h2" />\n</svg>\n\n\n',VN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 18v-8l-4 6h5" />\n  <path d="M4 6v12" />\n  <path d="M12 6v12" />\n  <path d="M11 18h2" />\n  <path d="M3 18h2" />\n  <path d="M4 12h8" />\n  <path d="M3 6h2" />\n  <path d="M11 6h2" />\n</svg>\n\n\n',UN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 18h2a2 2 0 1 0 0 -4h-2v-4h4" />\n  <path d="M4 6v12" />\n  <path d="M12 6v12" />\n  <path d="M11 18h2" />\n  <path d="M3 18h2" />\n  <path d="M4 12h8" />\n  <path d="M3 6h2" />\n  <path d="M11 6h2" />\n</svg>\n\n\n',jN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 14a2 2 0 1 0 0 4a2 2 0 0 0 0 -4z" />\n  <path d="M21 12a2 2 0 1 0 -4 0v4" />\n  <path d="M4 6v12" />\n  <path d="M12 6v12" />\n  <path d="M11 18h2" />\n  <path d="M3 18h2" />\n  <path d="M4 12h8" />\n  <path d="M3 6h2" />\n  <path d="M11 6h2" />\n</svg>\n\n\n',GN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.698 10.72l-6.668 6.698a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l6.696 -6.676" />\n  <path d="M18.713 14.702l2 -2a1 1 0 0 0 0 -1.414l-7.586 -7.586a1 1 0 0 0 -1.414 0l-2 2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',WN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.414 10l-7.383 7.418a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l7.407 -7.385" />\n  <path d="M18.121 15.293l2.586 -2.586a1 1 0 0 0 0 -1.414l-7.586 -7.586a1 1 0 0 0 -1.414 0l-2.586 2.586a1 1 0 0 0 0 1.414l7.586 7.586a1 1 0 0 0 1.414 0z" />\n</svg>\n\n\n',$N='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" />\n  <path d="M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5" />\n  <path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" />\n  <path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />\n  <path d="M5 3l-1 -1" />\n  <path d="M4 7h-1" />\n  <path d="M14 3l1 -1" />\n  <path d="M15 6h1" />\n</svg>\n\n\n',XN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13v-5" />\n  <path d="M8.06 4.077a1.5 1.5 0 0 1 2.94 .423v2.5m0 4v1" />\n  <path d="M12.063 8.065a1.5 1.5 0 0 1 1.937 1.435v.5" />\n  <path d="M14.06 10.082a1.5 1.5 0 0 1 2.94 .418v1.5" />\n  <path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5m-.88 3.129a6 6 0 0 1 -5.12 2.871h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',KN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" />\n  <path d="M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5" />\n  <path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" />\n  <path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />\n</svg>\n\n\n',YN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 11v-3.5a1.5 1.5 0 0 1 3 0v2.5" />\n  <path d="M11 9.5v-3a1.5 1.5 0 0 1 3 0v3.5" />\n  <path d="M14 7.5a1.5 1.5 0 0 1 3 0v2.5" />\n  <path d="M17 9.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />\n</svg>\n\n\n',QN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5" />\n  <path d="M11 11.5v-1a1.5 1.5 0 0 1 3 0v1.5" />\n  <path d="M17 12v-5.5a1.5 1.5 0 0 1 3 0v9.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />\n  <path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" />\n</svg>\n\n\n',ZN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5" />\n  <path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" />\n  <path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />\n  <path d="M11 11.5v-8a1.5 1.5 0 1 1 3 0v8.5" />\n</svg>\n\n\n',qN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" />\n  <path d="M11 11.5v-2a1.5 1.5 0 0 1 3 0v2.5" />\n  <path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" />\n  <path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7l-.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />\n  <path d="M2.541 5.594a13.487 13.487 0 0 1 2.46 -1.427" />\n  <path d="M14 3.458c1.32 .354 2.558 .902 3.685 1.612" />\n</svg>\n\n\n',JN='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M8 13.5v-5.5m.44 -3.562a1.5 1.5 0 0 1 2.56 1.062v1.5m0 4.008v.992m0 -6.5v-2a1.5 1.5 0 1 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v6.5m0 -4.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2c-2.114 -.292 -3.956 -1.397 -5 -3l-2.7 -5.25a1.7 1.7 0 0 1 2.75 -2l.9 1.75" />\n</svg>\n\n\n',tV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13v-2.5a1.5 1.5 0 0 1 3 0v1.5" />\n  <path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />\n  <path d="M11 11.5v-2a1.5 1.5 0 1 1 3 0v2.5" />\n  <path d="M14 12v-6.5a1.5 1.5 0 0 1 3 0v6.5" />\n</svg>\n\n\n',eV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 11.5v-1a1.5 1.5 0 0 1 3 0v1.5" />\n  <path d="M17 12v-6.5a1.5 1.5 0 0 1 3 0v10.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />\n  <path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" />\n  <path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" />\n</svg>\n\n\n',nV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 21h10v-10a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v10z" />\n  <path d="M15 3h-6a2 2 0 0 0 -2 2" />\n  <path d="M12 3v5" />\n  <path d="M12 11v4" />\n  <path d="M10 13h4" />\n</svg>\n\n\n',aV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13v-7.5a1.5 1.5 0 0 1 3 0v6.5" />\n  <path d="M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5" />\n  <path d="M14 5.5a1.5 1.5 0 0 1 3 0v6.5" />\n  <path d="M17 7.5a1.5 1.5 0 0 1 3 0v8.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />\n</svg>\n\n\n',oV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" />\n  <path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />\n  <path d="M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5" />\n  <path d="M14 5.5a1.5 1.5 0 0 1 3 0v6.5" />\n</svg>\n\n\n',iV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13v-8.5a1.5 1.5 0 0 1 3 0v7.5" />\n  <path d="M17 11.5a1.5 1.5 0 0 1 3 0v4.5a6 6 0 0 1 -6 6h-2h.208a6 6 0 0 1 -5.012 -2.7a69.74 69.74 0 0 1 -.196 -.3c-.312 -.479 -1.407 -2.388 -3.286 -5.728a1.5 1.5 0 0 1 .536 -2.022a1.867 1.867 0 0 1 2.28 .28l1.47 1.47" />\n  <path d="M14 10.5a1.5 1.5 0 0 1 3 0v1.5" />\n  <path d="M11 5.5v-2a1.5 1.5 0 1 1 3 0v8.5" />\n</svg>\n\n\n',sV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9l-7.971 4.428a2 2 0 0 0 -1.029 1.749v.823a2 2 0 0 0 2 2h1" />\n  <path d="M18 18h1a2 2 0 0 0 2 -2v-.823a2 2 0 0 0 -1.029 -1.749l-7.971 -4.428c-1.457 -.81 -1.993 -2.333 -2 -4a2 2 0 1 1 4 0" />\n  <path d="M6 16m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',rV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 6a2 2 0 1 0 -4 0m6.506 6.506l3.461 1.922a2 2 0 0 1 1.029 1.749v.823m-2 2h-14a2 2 0 0 1 -2 -2v-.823a2 2 0 0 1 1.029 -1.749l6.673 -3.707" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',lV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 6a2 2 0 1 0 -4 0c0 1.667 .67 3 2 4h-.008l7.971 4.428a2 2 0 0 1 1.029 1.749v.823a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-.823a2 2 0 0 1 1.029 -1.749l7.971 -4.428" />\n</svg>\n\n\n',hV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 9l14 0" />\n  <path d="M5 15l14 0" />\n  <path d="M11 4l-4 16" />\n  <path d="M17 4l-4 16" />\n</svg>\n\n\n',dV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 16h18" />\n  <path d="M3 20h18" />\n  <path d="M8.296 16c-2.268 -1.4 -3.598 -4.087 -3.237 -6.916c.443 -3.48 3.308 -6.083 6.698 -6.084v.006h.296c-1.991 1.916 -2.377 5.03 -.918 7.405c1.459 2.374 4.346 3.33 6.865 2.275a6.888 6.888 0 0 1 -2.777 3.314" />\n</svg>\n\n\n',cV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h1" />\n  <path d="M12 3v1" />\n  <path d="M20 12h1" />\n  <path d="M5.6 5.6l.7 .7" />\n  <path d="M18.4 5.6l-.7 .7" />\n  <path d="M8 12a4 4 0 1 1 8 0" />\n  <path d="M3 16h18" />\n  <path d="M3 20h18" />\n</svg>\n\n\n',pV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 16v-8" />\n  <path d="M7 8v8" />\n  <path d="M3 12h4" />\n  <path d="M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" />\n  <path d="M17 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" />\n</svg>\n\n\n',vV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12h5m4 0h1" />\n  <path d="M7 7v12" />\n  <path d="M17 5v8m0 4v2" />\n  <path d="M15 19h4" />\n  <path d="M15 5h4" />\n  <path d="M5 19h4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',uV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12h10" />\n  <path d="M7 5v14" />\n  <path d="M17 5v14" />\n  <path d="M15 19h4" />\n  <path d="M15 5h4" />\n  <path d="M5 19h4" />\n  <path d="M5 5h4" />\n</svg>\n\n\n',gV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 18a3 3 0 0 1 -2.824 2.995l-.176 .005h-1a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-3a3 3 0 0 1 2.824 -2.995l.176 -.005h1c.351 0 .688 .06 1 .171v-.171a7 7 0 0 0 -13.996 -.24l-.004 .24v.17c.25 -.088 .516 -.144 .791 -.163l.209 -.007h1a3 3 0 0 1 2.995 2.824l.005 .176v3a3 3 0 0 1 -2.824 2.995l-.176 .005h-1a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a9 9 0 0 1 17.996 -.265l.004 .265v6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',mV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M4 13m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z" />\n  <path d="M17 13h1a2 2 0 0 1 2 2v1m-.589 3.417c-.361 .36 -.86 .583 -1.411 .583h-1a2 2 0 0 1 -2 -2v-3" />\n  <path d="M4 15v-3c0 -2.21 .896 -4.21 2.344 -5.658m2.369 -1.638a8 8 0 0 1 11.287 7.296v3" />\n</svg>\n\n\n',fV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 13m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z" />\n  <path d="M15 13m0 2a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2z" />\n  <path d="M4 15v-3a8 8 0 0 1 16 0v3" />\n</svg>\n\n\n',wV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 14v-3c0 -1.953 .7 -3.742 1.862 -5.13m2.182 -1.825a8 8 0 0 1 11.956 6.955v3" />\n  <path d="M18 19c0 1.657 -2.686 3 -6 3" />\n  <path d="M4 14a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2v-3z" />\n  <path d="M16.169 12.18c.253 -.115 .534 -.18 .831 -.18h1a2 2 0 0 1 2 2v2m-1.183 2.826c-.25 .112 -.526 .174 -.817 .174h-1a2 2 0 0 1 -2 -2v-2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',MV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 14v-3a8 8 0 1 1 16 0v3" />\n  <path d="M18 19c0 1.657 -2.686 3 -6 3" />\n  <path d="M4 14a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2v-3z" />\n  <path d="M15 14a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-1a2 2 0 0 1 -2 -2v-3z" />\n</svg>\n\n\n',_V='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M8.603 9.61a2.04 2.04 0 0 1 2.912 0l.485 .39l.5 -.396a2.035 2.035 0 0 1 2.897 .007a2.104 2.104 0 0 1 0 2.949l-3.397 3.44l-3.397 -3.44a2.104 2.104 0 0 1 0 -2.95z" />\n</svg>\n\n\n',bV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.003 5.997" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',xV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />\n  <path d="M12 6l-2 4l4 3l-2 4v3" />\n</svg>\n\n\n',IV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 7.993 6.01" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',yV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 12.572l-3 2.928m-5.5 3.5a8916.99 8916.99 0 0 0 -6.5 -6.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',kV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 12.572l-.536 .53m-7.91 5.96l-6.554 -6.489a5 5 0 1 1 7.5 -6.567a5 5 0 1 1 7.5 6.572" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',CV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.21 5.697" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',DV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />\n  <path d="M16 21l5 -5" />\n  <path d="M21 21v.01" />\n  <path d="M16 16v.01" />\n</svg>\n\n\n',BV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.785 4.444" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',zV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.907 6.12" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',EV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.03 17l-3.03 3l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.922 6.102" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',SV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.979 3.074a6 6 0 0 1 4.988 1.425l.037 .033l.034 -.03a6 6 0 0 1 4.733 -1.44l.246 .036a6 6 0 0 1 3.364 10.008l-.18 .185l-.048 .041l-7.45 7.379a1 1 0 0 1 -1.313 .082l-.094 -.082l-7.493 -7.422a6 6 0 0 1 3.176 -10.215z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',TV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />\n  <path d="M12 6l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25" />\n  <path d="M12.5 15.5l2 2" />\n  <path d="M15 13l2 2" />\n</svg>\n\n\n',AV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 12.572l-2.494 2.47m-5.006 4.958l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',OV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M19.5 12.572l-1.5 1.428m-2 2l-4 4l-7.5 -7.428a5 5 0 0 1 -1.288 -5.068a4.976 4.976 0 0 1 1.788 -2.504m3 -1c1.56 0 3.05 .727 4 2a5 5 0 1 1 7.5 6.572" />\n</svg>\n\n\n',HV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 12.572l-.784 .777m-5.725 5.67l-.991 .981l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',RV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.5 5.179" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',PV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.96 6.053" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',FV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.105 17.915l-2.105 2.085l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.524 5.127" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',LV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" />\n  <path d="M7 20h10" />\n  <path d="M9 16v4" />\n  <path d="M15 16v4" />\n  <path d="M7 10h2l2 3l2 -6l1 3h3" />\n</svg>\n\n\n',NV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-.975 -.966l-6.525 -6.462a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.37 5.428" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',VV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 12.572l-.468 .464m-6.077 6.019l-.955 .945l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',UV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.73 17.753l-5.23 -5.181a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.563 5.041" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',jV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.893 6.139" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',GV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 12.572l-.5 .428m-6 6l-1 1l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',WV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" />\n</svg>\n\n\n',$V='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 13.572l-7.5 7.428l-2.896 -2.868m-6.117 -8.104a5 5 0 0 1 9.013 -3.022a5 5 0 1 1 7.5 6.572" />\n  <path d="M3 13h2l2 3l2 -6l1 3h3" />\n</svg>\n\n\n',XV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.017 18l-2.017 2l-7.5 -7.428a5 5 0 0 1 .49 -7.586m3.01 -1a5 5 0 0 1 4 2.018a5 5 0 0 1 8.153 5.784" />\n  <path d="M11.814 11.814a2.81 2.81 0 0 0 -.007 3.948l4.182 4.238l2.01 -2.021m1.977 -1.99l.211 -.212a2.81 2.81 0 0 0 0 -3.948a2.747 2.747 0 0 0 -3.91 -.007l-.283 .178" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',KV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.017 18l-2.017 2l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 0 1 8.153 5.784" />\n  <path d="M15.99 20l4.197 -4.223a2.81 2.81 0 0 0 0 -3.948a2.747 2.747 0 0 0 -3.91 -.007l-.28 .282l-.279 -.283a2.747 2.747 0 0 0 -3.91 -.007a2.81 2.81 0 0 0 -.007 3.948l4.182 4.238z" />\n</svg>\n\n\n',YV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 8l0 8" />\n  <path d="M9 12l6 0" />\n  <path d="M15 8l0 8" />\n</svg>\n\n\n',QV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10l1 2h6" />\n  <path d="M12 9a2 2 0 0 0 -2 2v3c0 1.1 .9 2 2 2h7a2 2 0 0 0 2 -2c0 -3.31 -3.13 -5 -7 -5h-2z" />\n  <path d="M13 9l0 -3" />\n  <path d="M5 6l15 0" />\n  <path d="M15 9.1v3.9h5.5" />\n  <path d="M15 19l0 -3" />\n  <path d="M19 19l-8 0" />\n</svg>\n\n\n',ZV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.633 4.654a9 9 0 0 1 11.718 11.7m-1.503 2.486a9.008 9.008 0 0 1 -1.192 1.16h-11.312a9 9 0 0 1 -.185 -13.847" />\n  <path d="M20 9h-7m-2.768 1.246c.507 2 1.596 3.418 3.268 4.254c.524 .262 1.07 .49 1.64 .683" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',qV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4a9 9 0 0 1 5.656 16h-11.312a9 9 0 0 1 5.656 -16z" />\n  <path d="M20 9h-8.8a1 1 0 0 0 -.968 1.246c.507 2 1.596 3.418 3.268 4.254c2 1 4.333 1.5 7 1.5" />\n</svg>\n\n\n',JV='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm0 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',tU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M12 16v.01" />\n  <path d="M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',eU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.026 -.097l.19 .097l6.775 3.995l.096 .063l.092 .077l.107 .075a3.224 3.224 0 0 1 1.266 2.188l.018 .202l.005 .204v7.284c0 1.106 -.57 2.129 -1.454 2.693l-.17 .1l-6.803 4.302c-.918 .504 -2.019 .535 -3.004 .068l-.196 -.1l-6.695 -4.237a3.225 3.225 0 0 1 -1.671 -2.619l-.007 -.207v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098zm1.575 13.586a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',nU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M12 16v.01" />\n  <path d="M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',aU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.897 1a4 4 0 0 1 2.664 1.016l.165 .156l4.1 4.1a4 4 0 0 1 1.168 2.605l.006 .227v5.794a4 4 0 0 1 -1.016 2.664l-.156 .165l-4.1 4.1a4 4 0 0 1 -2.603 1.168l-.227 .006h-5.795a3.999 3.999 0 0 1 -2.664 -1.017l-.165 -.156l-4.1 -4.1a4 4 0 0 1 -1.168 -2.604l-.006 -.227v-5.794a4 4 0 0 1 1.016 -2.664l.156 -.165l4.1 -4.1a4 4 0 0 1 2.605 -1.168l.227 -.006h5.793zm-2.897 14a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',oU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z" />\n  <path d="M12 16v.01" />\n  <path d="M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',iU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.641 5.631a9 9 0 1 0 12.719 12.738m1.68 -2.318a9 9 0 0 0 -12.074 -12.098" />\n  <path d="M12 17v.01" />\n  <path d="M12 13.5a1.5 1.5 0 0 1 .394 -1.1m2.106 -1.9a2.6 2.6 0 0 0 -3.347 -3.361" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',sU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 16v.01" />\n  <path d="M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',rU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-7 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',lU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 13a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',hU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n  <path d="M12 16v.01" />\n  <path d="M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',dU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M12 16v.01" />\n  <path d="M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',cU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm0 13.33a1 1 0 0 0 -.993 .883l-.007 .117l.007 .127a1 1 0 0 0 1.986 0l.007 -.117l-.007 -.127a1 1 0 0 0 -.993 -.883zm1.368 -6.673a2.98 2.98 0 0 0 -3.631 .728a1 1 0 0 0 1.44 1.383l.171 -.18a.98 .98 0 0 1 1.11 -.15a1 1 0 0 1 -.34 1.886l-.232 .012a1 1 0 0 0 .111 1.994a3 3 0 0 0 1.371 -5.673z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',pU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 16v.01" />\n  <path d="M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" />\n  <path d="M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',vU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 17l0 .01" />\n  <path d="M12 13.5a1.5 1.5 0 0 1 1 -1.5a2.6 2.6 0 1 0 -3 -4" />\n</svg>\n\n\n',uU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.588 6.603c-2.178 .547 -3.588 1.417 -3.588 2.397c0 1.657 4.03 3 9 3m3.72 -.267c3.114 -.473 5.28 -1.518 5.28 -2.733c0 -1.657 -4.03 -3 -9 -3c-.662 0 -1.308 .024 -1.93 .07" />\n  <path d="M3 9a9 9 0 0 0 13.677 7.69m2.165 -1.843a8.965 8.965 0 0 0 2.158 -5.847" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',gU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9m-9 0a9 3 0 1 0 18 0a9 3 0 1 0 -18 0" />\n  <path d="M3 9a9 9 0 0 0 9 9m8.396 -5.752a8.978 8.978 0 0 0 .604 -3.248" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',mU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9m-9 0a9 3 0 1 0 18 0a9 3 0 1 0 -18 0" />\n  <path d="M3 9a9 9 0 0 0 18 0" />\n</svg>\n\n\n',fU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm1.575 5.586a3 3 0 0 0 -2.995 2.824l-.005 .176v4l.005 .176a3 3 0 0 0 5.99 0l.005 -.176v-4l-.005 -.176a3 3 0 0 0 -2.995 -2.824zm0 2a1 1 0 0 1 .993 .883l.007 .117v4l-.007 .117a1 1 0 0 1 -1.986 0l-.007 -.117v-4l.007 -.117a1 1 0 0 1 .993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',wU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm.952 5.803l-.084 .076l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114c-.083 -.777 -1.008 -1.16 -1.617 -.67z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',MU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',_U='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',bU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 6.844a2.007 2.007 0 0 1 1 1.752v6.555c0 .728 -.394 1.399 -1.03 1.753l-6 3.844a2 2 0 0 1 -1.942 0l-6 -3.844a2.007 2.007 0 0 1 -1.029 -1.752v-6.556c0 -.729 .394 -1.4 1.029 -1.753l6 -3.583a2.05 2.05 0 0 1 2 0l6 3.584h-.03z" />\n  <path d="M12 16.5v4.5" />\n  <path d="M4.5 7.5l3.5 2.5" />\n  <path d="M16 10l4 -2.5" />\n  <path d="M12 7.5v4.5l-4 2" />\n  <path d="M12 12l4 2" />\n  <path d="M12 16.5l4 -2.5v-4l-4 -2.5l-4 2.5v4z" />\n</svg>\n\n\n',xU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm3.575 5.586a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',IU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm3.575 5.586h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',yU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',kU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm3.575 5.586h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',CU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',DU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.216 0l6.775 3.995c.067 .04 .127 .084 .18 .133l.008 .007l.107 .076a3.223 3.223 0 0 1 1.284 2.39l.005 .203v7.284c0 1.175 -.643 2.256 -1.623 2.793l-6.804 4.302c-.98 .538 -2.166 .538 -3.2 -.032l-6.695 -4.237a3.226 3.226 0 0 1 -1.678 -2.826v-7.285a3.21 3.21 0 0 1 1.65 -2.808zm2.575 5.586h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',BU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414l-6.775 3.996a3.21 3.21 0 0 0 -1.65 2.807v7.285a3.226 3.226 0 0 0 1.678 2.826l6.695 4.237c1.034 .57 2.22 .57 3.2 .032l6.804 -4.302c.98 -.537 1.623 -1.618 1.623 -2.793v-7.284l-.005 -.204a3.223 3.223 0 0 0 -1.284 -2.39l-.107 -.075l-.007 -.007a1.074 1.074 0 0 0 -.181 -.133l-6.776 -3.995a3.33 3.33 0 0 0 -3.216 0z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',zU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 16v-6a2 2 0 1 1 4 0v6" />\n  <path d="M10 13h4" />\n</svg>\n\n\n',EU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" />\n</svg>\n\n\n',SU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" />\n</svg>\n\n\n',TU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" />\n</svg>\n\n\n',AU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M14 8h-4v8h4" />\n  <path d="M10 12h2.5" />\n</svg>\n\n\n',OU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 12h3" />\n  <path d="M14 8h-4v8" />\n</svg>\n\n\n',HU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n</svg>\n\n\n',RU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 16v-8m4 0v8" />\n  <path d="M10 12h4" />\n</svg>\n\n\n',PU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M12 8v8" />\n</svg>\n\n\n',FU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 8h4v6a2 2 0 1 1 -4 0" />\n</svg>\n\n\n',LU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 8v8" />\n  <path d="M14 8l-2.5 4l2.5 4" />\n  <path d="M10 12h1.5" />\n</svg>\n\n\n',NU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 8v8h4" />\n</svg>\n\n\n',VU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M9 16v-8l3 5l3 -5v8" />\n</svg>\n\n\n',UU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 16v-8l4 8v-8" />\n</svg>\n\n\n',jU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n</svg>\n\n\n',GU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 12h2a2 2 0 1 0 0 -4h-2v8" />\n</svg>\n\n\n',WU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M13 15l1 1" />\n</svg>\n\n\n',$U='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" />\n</svg>\n\n\n',XU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" />\n</svg>\n\n\n',KU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 8h4" />\n  <path d="M12 8v8" />\n</svg>\n\n\n',YU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 8v6a2 2 0 1 0 4 0v-6" />\n</svg>\n\n\n',QU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 8l2 8l2 -8" />\n</svg>\n\n\n',ZU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M9 8l1 8l2 -5l2 5l1 -8" />\n</svg>\n\n\n',qU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 8l4 8" />\n  <path d="M10 16l4 -8" />\n</svg>\n\n\n',JU='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 8l2 5l2 -5" />\n  <path d="M12 16v-3" />\n</svg>\n\n\n',tj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 8h4l-4 8h4" />\n</svg>\n\n\n',ej='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.092 21.72a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v6.782" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',nj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M9 12h6" />\n</svg>\n\n\n',aj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n</svg>\n\n\n',oj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 10l2 -2v8" />\n</svg>\n\n\n',ij='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',sj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1" />\n</svg>\n\n\n',rj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 8v3a1 1 0 0 0 1 1h3" />\n  <path d="M14 8v8" />\n</svg>\n\n\n',lj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" />\n</svg>\n\n\n',hj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n</svg>\n\n\n',dj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.02 6.858a2 2 0 0 1 1 1.752v6.555c0 .728 -.395 1.4 -1.032 1.753l-6.017 3.844a2 2 0 0 1 -1.948 0l-6.016 -3.844a2 2 0 0 1 -1.032 -1.752v-6.556c0 -.728 .395 -1.4 1.032 -1.753l6.017 -3.582a2.062 2.062 0 0 1 2 0l6.017 3.583h-.029z" />\n  <path d="M10 8h4l-2 8" />\n</svg>\n\n\n',cj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />\n</svg>\n\n\n',pj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',vj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.693 4.69l2.336 -1.39a2.056 2.056 0 0 1 2 0l6 3.573h-.029a2 2 0 0 1 1 1.747v6.536c0 .246 -.045 .485 -.13 .707m-2.16 1.847l-4.739 3.027a2 2 0 0 1 -1.942 0l-6 -3.833a2 2 0 0 1 -1.029 -1.747v-6.537a2 2 0 0 1 1.029 -1.748l1.154 -.687" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',uj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.092 21.72a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033c.7 .398 1.13 1.143 1.125 1.948v4.282" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',gj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M9 12h6" />\n  <path d="M12 9v6" />\n</svg>\n\n\n',mj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n</svg>\n\n\n',fj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.792 6.996l-3.775 2.643a2.005 2.005 0 0 1 -1.147 .361h-1.87m-4 0h-1.87c-.41 0 -.81 -.126 -1.146 -.362l-3.774 -2.641" />\n  <path d="M8 10v11" />\n  <path d="M16 10v2m0 4v5" />\n  <path d="M20.972 16.968a2.01 2.01 0 0 0 .028 -.337v-9.262c0 -.655 -.318 -1.268 -.853 -1.643l-3.367 -2.363a2 2 0 0 0 -1.147 -.363h-7.266a1.99 1.99 0 0 0 -1.066 .309m-2.345 1.643l-1.103 .774a2.006 2.006 0 0 0 -.853 1.644v9.261c0 .655 .318 1.269 .853 1.644l3.367 2.363a2 2 0 0 0 1.147 .362h7.265c.41 0 .811 -.126 1.147 -.363l2.26 -1.587" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',wj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.792 6.996l-3.775 2.643a2.005 2.005 0 0 1 -1.147 .361h-7.74c-.41 0 -.81 -.126 -1.146 -.362l-3.774 -2.641" />\n  <path d="M8 10v11" />\n  <path d="M16 10v3.5" />\n  <path d="M21 12.5v-5.131c0 -.655 -.318 -1.268 -.853 -1.643l-3.367 -2.363a2 2 0 0 0 -1.147 -.363h-7.266c-.41 0 -.811 .126 -1.147 .363l-3.367 2.363a2.006 2.006 0 0 0 -.853 1.644v9.261c0 .655 .318 1.269 .853 1.644l3.367 2.363a2 2 0 0 0 1.147 .362h4.133" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',Mj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.792 6.996l-3.775 2.643a2.005 2.005 0 0 1 -1.147 .361h-7.74c-.41 0 -.81 -.126 -1.146 -.362l-3.774 -2.641" />\n  <path d="M8 10v11" />\n  <path d="M16 10v11" />\n  <path d="M3.853 18.274l3.367 2.363a2 2 0 0 0 1.147 .363h7.265c.41 0 .811 -.126 1.147 -.363l3.367 -2.363c.536 -.375 .854 -.99 .854 -1.643v-9.262c0 -.655 -.318 -1.268 -.853 -1.643l-3.367 -2.363a2 2 0 0 0 -1.147 -.363h-7.266c-.41 0 -.811 .126 -1.147 .363l-3.367 2.363a2.006 2.006 0 0 0 -.853 1.644v9.261c0 .655 .318 1.269 .853 1.644z" />\n</svg>\n\n\n',_j='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.877 7.88l-4.56 7.53a1.988 1.988 0 0 0 .266 2.484l2.527 2.523c.374 .373 .88 .583 1.408 .583h8.964c.528 0 1.034 -.21 1.408 -.583l1.264 -1.263m1.792 -2.205a1.986 1.986 0 0 0 -.262 -1.538l-7.846 -12.954a.996 .996 0 0 0 -1.676 0l-1.772 2.926" />\n  <path d="M12 2l-1.254 4.742m-.841 3.177l-2.905 10.981" />\n  <path d="M12 2l2.153 8.14m1.444 5.457l1.403 5.303" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',bj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.642 12.04l-5.804 -9.583a.996 .996 0 0 0 -1.676 0l-7.846 12.954a1.988 1.988 0 0 0 .267 2.483l2.527 2.523c.374 .373 .88 .583 1.408 .583h4.982" />\n  <path d="M12 2l-5 18.9" />\n  <path d="M12 2l3.304 12.489" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',xj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.162 2.457l-7.846 12.954a1.988 1.988 0 0 0 .267 2.483l2.527 2.523c.374 .373 .88 .583 1.408 .583h8.964c.528 0 1.034 -.21 1.408 -.583l2.527 -2.523a1.988 1.988 0 0 0 .267 -2.483l-7.846 -12.954a.996 .996 0 0 0 -1.676 0z" />\n  <path d="M12 2l-5 18.9" />\n  <path d="M12 2l5 18.9" />\n</svg>\n\n\n',Ij='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18v-5l4 -2l4 2v5l-4 2z" />\n  <path d="M8 11v-3m1.332 -2.666l2.668 -1.334l4 2v5" />\n  <path d="M12 13l.661 -.331" />\n  <path d="M15.345 11.328l.655 -.328l4 2v3m-1.334 2.667l-2.666 1.333l-4 -2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',yj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18v-5l4 -2l4 2v5l-4 2z" />\n  <path d="M8 11v-5l4 -2l4 2v5" />\n  <path d="M12 13l4 -2l4 2v5l-4 2l-4 -2" />\n</svg>\n\n\n',kj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 3h4v4h-4z" />\n  <path d="M3 17h4v4h-4z" />\n  <path d="M17 17h4v4h-4z" />\n  <path d="M7 17l5 -4l5 4" />\n  <path d="M12 7l0 6" />\n</svg>\n\n\n',Cj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M20 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M4 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 17l2 -3" />\n  <path d="M9 10l2 -3" />\n  <path d="M13 7l2 3" />\n  <path d="M17 14l2 3" />\n  <path d="M15 14l-2 3" />\n  <path d="M9 14l2 3" />\n</svg>\n\n\n',Dj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17.585 17.587a2 2 0 0 0 2.813 2.843" />\n  <path d="M6.5 17.5l5.5 -4.5l5.5 4.5" />\n  <path d="M12 7v1m0 4v1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Bj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6.5 17.5l5.5 -4.5l5.5 4.5" />\n  <path d="M12 7l0 6" />\n</svg>\n\n\n',zj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 9l-6 6v4h4l6 -6m2 -2l2.503 -2.503a2.828 2.828 0 1 0 -4 -4l-2.497 2.497" />\n  <path d="M12.5 5.5l4 4" />\n  <path d="M4.5 13.5l4 4" />\n  <path d="M19 15h2v2m-2 2h-6l3 -3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ej='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M12.5 5.5l4 4" />\n  <path d="M4.5 13.5l4 4" />\n  <path d="M21 15v4h-8l4 -4z" />\n</svg>\n\n\n',Sj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.05 11a8.975 8.975 0 0 1 2.54 -5.403m2.314 -1.697a9 9 0 0 1 12.113 12.112m-1.695 2.312a9 9 0 0 1 -14.772 -3.324m-.5 5v-5h5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Tj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" />\n  <path d="M14 3.223a9.003 9.003 0 0 1 0 17.554" />\n  <path d="M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" />\n  <path d="M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" />\n  <path d="M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" />\n  <path d="M12 8v4l3 3" />\n</svg>\n\n\n',Aj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8l0 4l2 2" />\n  <path d="M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5" />\n</svg>\n\n\n',Oj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12l-2 0l9 -9l9 9l-2 0" />\n  <path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" />\n  <path d="M10 12h4v4h-4z" />\n</svg>\n\n\n',Hj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 10l-7 -7l-9 9h2v7a2 2 0 0 0 2 2h7.5" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2c.661 0 1.248 .32 1.612 .815" />\n  <path d="M19 14l-2 4h4l-2 4" />\n</svg>\n\n\n',Rj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n  <path d="M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2c.58 0 1.103 .247 1.468 .642" />\n</svg>\n\n\n',Pj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2" />\n  <path d="M19 13.488v-1.488h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h4.525" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',Fj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h1.6" />\n  <path d="M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h4.159" />\n  <path d="M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 14.5v1.5" />\n  <path d="M18 20v1.5" />\n  <path d="M21.032 16.25l-1.299 .75" />\n  <path d="M16.27 19l-1.3 .75" />\n  <path d="M14.97 16.25l1.3 .75" />\n  <path d="M19.733 19l1.3 .75" />\n</svg>\n\n\n',Lj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 10l-7 -7l-9 9h2v7a2 2 0 0 0 2 2h6" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2c.387 0 .748 .11 1.054 .3" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',Nj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2c.641 0 1.212 .302 1.578 .771" />\n</svg>\n\n\n',Vj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',Uj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h5" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2c.325 0 .631 .077 .902 .215" />\n  <path d="M16 22s0 -2 3 -4" />\n  <path d="M19 21a3 3 0 0 1 0 -6h3v3a3 3 0 0 1 -3 3z" />\n</svg>\n\n\n',jj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2c.645 0 1.218 .305 1.584 .78" />\n  <path d="M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h4" />\n  <path d="M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" />\n</svg>\n\n\n',Gj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h8" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 1.857 1.257" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',Wj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 9l-6 -6l-9 9h2v7a2 2 0 0 0 2 2h3.5" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2" />\n  <path d="M16 17.5l-.585 -.578a1.516 1.516 0 0 0 -2 0c-.477 .433 -.551 1.112 -.177 1.622l1.762 2.456c.37 .506 1.331 1 2 1h3c1.009 0 1.497 -.683 1.622 -1.593c.252 -.938 .378 -1.74 .378 -2.407c0 -1 -.939 -1.843 -2 -2h-1v-2.636c0 -.754 -.672 -1.364 -1.5 -1.364s-1.5 .61 -1.5 1.364v4.136z" />\n</svg>\n\n\n',$j='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h6" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2c.39 0 .754 .112 1.061 .304" />\n  <path d="M19 21.5l2.518 -2.58a1.74 1.74 0 0 0 0 -2.413a1.627 1.627 0 0 0 -2.346 0l-.168 .172l-.168 -.172a1.627 1.627 0 0 0 -2.346 0a1.74 1.74 0 0 0 0 2.412l2.51 2.59z" />\n</svg>\n\n\n',Xj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 14v-2h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h2.5" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 1.75 1.032" />\n  <path d="M15.536 17.586a2.123 2.123 0 0 0 -2.929 0a1.951 1.951 0 0 0 0 2.828c.809 .781 2.12 .781 2.929 0c.809 -.781 -.805 .778 0 0l1.46 -1.41l1.46 -1.419" />\n  <path d="M15.54 17.582l1.46 1.42l1.46 1.41c.809 .78 -.805 -.779 0 0s2.12 .781 2.929 0a1.951 1.951 0 0 0 0 -2.828a2.123 2.123 0 0 0 -2.929 0" />\n</svg>\n\n\n',Kj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.085 11.085l-8.085 -8.085l-9 9h2v7a2 2 0 0 0 2 2h4.5" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 1.807 1.143" />\n  <path d="M21 21m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M21 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M16 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M21 16l-5 3l5 2" />\n</svg>\n\n\n',Yj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 15v-3h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5" />\n  <path d="M16 19h6" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2" />\n</svg>\n\n\n',Qj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2" />\n  <path d="M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5" />\n  <path d="M16 19h6" />\n  <path d="M19 16l3 3l-3 3" />\n</svg>\n\n\n',Zj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12h-2l4.497 -4.497m2 -2l2.504 -2.504l9 9h-2" />\n  <path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-3" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2m2 2v6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',qj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',Jj='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.136 11.136l-8.136 -8.136l-9 9h2v7a2 2 0 0 0 2 2h7" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2c.467 0 .896 .16 1.236 .428" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',tG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 15h5v7l-2.5 -1.5l-2.5 1.5z" />\n  <path d="M20 11l-8 -8l-9 9h2v7a2 2 0 0 0 2 2h5" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h1.5" />\n</svg>\n\n\n',eG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h4.7" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',nG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2c.247 0 .484 .045 .702 .127" />\n  <path d="M19 12h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',aG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h1.341" />\n  <path d="M19.682 10.682l-7.682 -7.682l-9 9h2v7a2 2 0 0 0 2 2h5" />\n  <path d="M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5z" />\n</svg>\n\n\n',oG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 22v-2" />\n  <path d="M18 22v-4" />\n  <path d="M21 22v-6" />\n  <path d="M19 12.494v-.494h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h4" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v.5" />\n</svg>\n\n\n',iG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.258 10.258l-7.258 -7.258l-9 9h2v7a2 2 0 0 0 2 2h4" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h1.5" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',sG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 13v-1h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h2.5" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2" />\n  <path d="M13 22l3 -3l2 2l4 -4" />\n  <path d="M19 17h3v3" />\n</svg>\n\n\n',rG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2c.641 0 1.212 .302 1.578 .771" />\n  <path d="M20.136 11.136l-8.136 -8.136l-9 9h2v7a2 2 0 0 0 2 2h6.344" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',lG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 13.4v-1.4h2l-9 -9l-9 9h2v7a2 2 0 0 0 2 2h5.5" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2c.402 0 .777 .119 1.091 .323" />\n  <path d="M21.5 21.5l-5 -5" />\n  <path d="M16.5 21.5l5 -5" />\n</svg>\n\n\n',hG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12l-2 0l9 -9l9 9l-2 0" />\n  <path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" />\n  <path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" />\n</svg>\n\n\n',dG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.5 17.5c5.667 4.667 11.333 4.667 17 0" />\n  <path d="M19 18.5l-2 -8.5l1 -2l2 1l1.5 -1.5l-2.5 -4.5c-5.052 .218 -5.99 3.133 -7 6h-6a3 3 0 0 0 -3 3" />\n  <path d="M5 18.5l2 -9.5" />\n  <path d="M8 20l2 -5h4l2 5" />\n</svg>\n\n\n',cG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10l-.85 8.507a1.357 1.357 0 0 0 1.35 1.493h.146a2 2 0 0 0 1.857 -1.257l.994 -2.486a2 2 0 0 1 1.857 -1.257h1.292a2 2 0 0 1 1.857 1.257l.994 2.486a2 2 0 0 0 1.857 1.257h.146a1.37 1.37 0 0 0 1.364 -1.494l-.864 -9.506h-8c0 -3 -3 -5 -6 -5l-3 6l2 2l3 -2z" />\n  <path d="M22 14v-2a3 3 0 0 0 -3 -3" />\n</svg>\n\n\n',pG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 17c.5 -1.242 2 -2 2 -5s-1 -9 -9 -9s-9 6 -9 9s1.495 3.749 2 5l-2 1l2 3l2.406 -1.147c1.25 -.714 1.778 -2.08 1.203 -3.363c-1.078 -2.407 -1.609 -8.49 3.391 -8.49s4.469 6.083 3.39 8.49c-.574 1.284 -.045 2.649 1.204 3.363l2.406 1.147l2 -3l-2 -1z" />\n</svg>\n\n\n',vG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16v-8" />\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M14 16v-8" />\n  <path d="M10 12h4" />\n</svg>\n\n\n',uG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M10 16v-8" />\n  <path d="M14 16v-8" />\n  <path d="M10 12h4" />\n</svg>\n\n\n',gG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.5 10a1.5 1.5 0 0 1 -1.5 -1.5a5.5 5.5 0 0 1 11 0v10.5a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2c0 -1.38 .71 -2.444 1.88 -3.175l4.424 -2.765c1.055 -.66 1.696 -1.316 1.696 -2.56a2.5 2.5 0 1 0 -5 0a1.5 1.5 0 0 1 -1.5 1.5z" />\n</svg>\n\n\n',mG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" />\n  <path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" />\n</svg>\n\n\n',fG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 2a2 2 0 0 1 1.995 1.85l.005 .15v2a6.996 6.996 0 0 1 -3.393 6a6.994 6.994 0 0 1 3.388 5.728l.005 .272v2a2 2 0 0 1 -1.85 1.995l-.15 .005h-10a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-2a6.996 6.996 0 0 1 3.393 -6a6.994 6.994 0 0 1 -3.388 -5.728l-.005 -.272v-2a2 2 0 0 1 1.85 -1.995l.15 -.005h10z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',wG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.5 7h11" />\n  <path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" />\n  <path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" />\n</svg>\n\n\n',MG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.5 17h11" />\n  <path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" />\n  <path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" />\n</svg>\n\n\n',_G='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 18v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-2a6 6 0 0 1 6 -6" />\n  <path d="M6 6a6 6 0 0 0 6 6m3.13 -.88a6 6 0 0 0 2.87 -5.12v-2a1 1 0 0 0 -1 -1h-10" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',bG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.5 7h11" />\n  <path d="M6.5 17h11" />\n  <path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" />\n  <path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z" />\n</svg>\n\n\n',xG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 16v-8l2 5l2 -5v8" />\n  <path d="M1 16v-8" />\n  <path d="M5 8v8" />\n  <path d="M1 12h4" />\n  <path d="M7 8h4" />\n  <path d="M9 8v8" />\n  <path d="M20 8v8h3" />\n</svg>\n\n\n',IG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" />\n  <path d="M17 16v-8l4 8v-8" />\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n</svg>\n\n\n',yG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" />\n  <path d="M14 8h-4v8h4" />\n  <path d="M10 12h2.5" />\n  <path d="M17 8v8h4" />\n</svg>\n\n\n',kG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n  <path d="M14 8h-4v8h4" />\n  <path d="M10 12h2.5" />\n  <path d="M17 8h4" />\n  <path d="M19 8v8" />\n</svg>\n\n\n',CG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 16v-8" />\n  <path d="M7 8v8" />\n  <path d="M3 12h4" />\n  <path d="M14 8h-4v8h4" />\n  <path d="M10 12h2.5" />\n  <path d="M17 16v-6a2 2 0 1 1 4 0v6" />\n  <path d="M17 13h4" />\n</svg>\n\n\n',DG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M10 12h2a2 2 0 1 0 0 -4h-2v8" />\n  <path d="M17 8h4" />\n  <path d="M19 8v8" />\n</svg>\n\n\n',BG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h2a2 2 0 1 0 0 -4h-2v8" />\n  <path d="M10 16v-6a2 2 0 1 1 4 0v6" />\n  <path d="M10 13h4" />\n  <path d="M17 8h4" />\n  <path d="M19 8v8" />\n</svg>\n\n\n',zG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h2a2 2 0 1 0 0 -4h-2v8" />\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M17 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" />\n</svg>\n\n\n',EG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h2a2 2 0 1 0 0 -4h-2v8" />\n  <path d="M17 8h4" />\n  <path d="M19 8v8" />\n  <path d="M10 8v6a2 2 0 1 0 4 0v-6" />\n</svg>\n\n\n',SG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M6 15l1 1" />\n  <path d="M21 8h-4v8h4" />\n  <path d="M17 12h2.5" />\n  <path d="M10 8v6a2 2 0 1 0 4 0v-6" />\n</svg>\n\n\n',TG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 8h4" />\n  <path d="M5 8v8" />\n  <path d="M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" />\n  <path d="M17 16v-6a2 2 0 1 1 4 0v6" />\n  <path d="M17 13h4" />\n</svg>\n\n\n',AG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.657 11a6 6 0 1 0 -11.315 0" />\n  <path d="M6.342 11l5.658 11l5.657 -11z" />\n</svg>\n\n\n',OG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21.5v-4.5" />\n  <path d="M8 8v9h8v-1m0 -4v-5a4 4 0 0 0 -7.277 -2.294" />\n  <path d="M8 10.5l1.74 -.76m2.79 -1.222l3.47 -1.518" />\n  <path d="M8 14.5l4.488 -1.964" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',HG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21.5v-4.5" />\n  <path d="M8 17h8v-10a4 4 0 1 0 -8 0v10z" />\n  <path d="M8 10.5l8 -3.5" />\n  <path d="M8 14.5l8 -3.5" />\n</svg>\n\n\n',RG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -1 -1.1l.8 -8a1 1 0 0 1 1 -.9z" />\n  <path d="M3 19h17a1 1 0 0 0 1 -1" />\n  <path d="M9 15v4" />\n  <path d="M15 15v4" />\n</svg>\n\n\n',PG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.01 4.041a3.5 3.5 0 0 0 2.49 5.959c.975 0 1.865 -.357 2.5 -1m.958 -3.044a3.503 3.503 0 0 0 -2.905 -2.912" />\n  <path d="M2.5 21h8l-4 -7z" />\n  <path d="M14 3l7 7" />\n  <path d="M14 10l7 -7" />\n  <path d="M18 14h3v3m0 4h-7v-7" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',FG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.5 6.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" />\n  <path d="M2.5 21h8l-4 -7z" />\n  <path d="M14 3l7 7" />\n  <path d="M14 10l7 -7" />\n  <path d="M14 14h7v7h-7z" />\n</svg>\n\n\n',LG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12h3v4h-3z" />\n  <path d="M10 6h-6a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h16a1 1 0 0 0 1 -1v-12a1 1 0 0 0 -1 -1h-6" />\n  <path d="M10 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M14 16h2" />\n  <path d="M14 12h4" />\n</svg>\n\n\n',NG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.141 3.125a3 3 0 0 1 .859 -.125h8a3 3 0 0 1 3 3v9m-.13 3.874a3 3 0 0 1 -2.87 2.126h-8a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 .128 -.869" />\n  <path d="M11.179 11.176a2 2 0 1 0 2.635 2.667" />\n  <path d="M10 6h4" />\n  <path d="M9 18h6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',VG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3m0 3a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-8a3 3 0 0 1 -3 -3z" />\n  <path d="M12 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 6h4" />\n  <path d="M9 18h6" />\n</svg>\n\n\n',UG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h10a3 3 0 0 1 3 3v10m-1.437 2.561c-.455 .279 -.99 .439 -1.563 .439h-12a3 3 0 0 1 -3 -3v-10c0 -1.083 .573 -2.031 1.433 -2.559" />\n  <path d="M8.175 8.178a2 2 0 1 0 2.646 2.65" />\n  <path d="M15 8h2" />\n  <path d="M16 12h1" />\n  <path d="M7 16h9" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',jG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M9 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M15 8l2 0" />\n  <path d="M15 12l2 0" />\n  <path d="M7 16l10 0" />\n</svg>\n\n\n',GG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 15c-2 0 -5 1 -5 5" />\n  <path d="M4 11m0 2a2 2 0 0 1 2 -2h5a2 2 0 0 1 2 2v5a2 2 0 0 1 -2 2h-5a2 2 0 0 1 -2 -2z" />\n  <path d="M4 7v-2a1 1 0 0 1 1 -1h2" />\n  <path d="M11 4h2" />\n  <path d="M17 4h2a1 1 0 0 1 1 1v2" />\n  <path d="M20 11v2" />\n  <path d="M20 17v2a1 1 0 0 1 -1 1h-2" />\n</svg>\n\n\n',WG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.593 3.422a2 2 0 0 1 -1.407 .578h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.056 .59 -1.418" />\n  <path d="M4 13h3l3 3h4l.987 -.987m2.013 -2.013h3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',$G='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 13h3l3 3h4l3 -3h3" />\n</svg>\n\n\n',XG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 6l-7 0" />\n  <path d="M20 12l-9 0" />\n  <path d="M20 18l-7 0" />\n  <path d="M8 8l-4 4l4 4" />\n</svg>\n\n\n',KG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 6l-11 0" />\n  <path d="M20 12l-7 0" />\n  <path d="M20 18l-11 0" />\n  <path d="M4 8l4 4l-4 4" />\n</svg>\n\n\n',YG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.165 8.174a4 4 0 0 0 -5.166 3.826a4 4 0 0 0 6.829 2.828a10 10 0 0 0 2.172 -2.828m1.677 -2.347a10 10 0 0 1 .495 -.481a4 4 0 1 1 5.129 6.1m-3.521 .537a4 4 0 0 1 -1.608 -.981a10 10 0 0 1 -2.172 -2.828" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',QG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.828 9.172a4 4 0 1 0 0 5.656a10 10 0 0 0 2.172 -2.828a10 10 0 0 1 2.172 -2.828a4 4 0 1 1 0 5.656a10 10 0 0 1 -2.172 -2.828a10 10 0 0 0 -2.172 -2.828" />\n</svg>\n\n\n',ZG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10a10 10 0 0 1 -19.995 .324l-.005 -.324l.004 -.28c.148 -5.393 4.566 -9.72 9.996 -9.72zm0 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',qG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M12 9h.01" />\n  <path d="M11 12h1v4h1" />\n</svg>\n\n\n',JG='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.425 1.414a3.33 3.33 0 0 1 3.026 -.097l.19 .097l6.775 3.995l.096 .063l.092 .077l.107 .075a3.224 3.224 0 0 1 1.266 2.188l.018 .202l.005 .204v7.284c0 1.106 -.57 2.129 -1.454 2.693l-.17 .1l-6.803 4.302c-.918 .504 -2.019 .535 -3.004 .068l-.196 -.1l-6.695 -4.237a3.225 3.225 0 0 1 -1.671 -2.619l-.007 -.207v-7.285c0 -1.106 .57 -2.128 1.476 -2.705l6.95 -4.098zm1.575 9.586h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',tW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M12 9h.01" />\n  <path d="M11 12h1v4h1" />\n</svg>\n\n\n',eW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.897 1a4 4 0 0 1 2.664 1.016l.165 .156l4.1 4.1a4 4 0 0 1 1.168 2.605l.006 .227v5.794a4 4 0 0 1 -1.016 2.664l-.156 .165l-4.1 4.1a4 4 0 0 1 -2.603 1.168l-.227 .006h-5.795a3.999 3.999 0 0 1 -2.664 -1.017l-.165 -.156l-4.1 -4.1a4 4 0 0 1 -1.168 -2.604l-.006 -.227v-5.794a4 4 0 0 1 1.016 -2.664l.156 -.165l4.1 -4.1a4 4 0 0 1 2.605 -1.168l.227 -.006h5.793zm-2.897 10h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',nW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z" />\n  <path d="M12 9h.01" />\n  <path d="M11 12h1v4h1" />\n</svg>\n\n\n',aW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9h.01" />\n  <path d="M11 12h1v4h1" />\n</svg>\n\n\n',oW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 2.995 2.824l.005 .176v14a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-14a3 3 0 0 1 2.824 -2.995l.176 -.005h14zm-7 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',iW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 9h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',sW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9h.01" />\n  <path d="M11 12h1v4h1" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',rW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9h.01" />\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M11 12h1v4h1" />\n</svg>\n\n\n',lW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 1.67c.955 0 1.845 .467 2.39 1.247l.105 .16l8.114 13.548a2.914 2.914 0 0 1 -2.307 4.363l-.195 .008h-16.225a2.914 2.914 0 0 1 -2.582 -4.2l.099 -.185l8.11 -13.538a2.914 2.914 0 0 1 2.491 -1.403zm0 9.33h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007v3l.007 .117a1 1 0 0 0 .876 .876l.117 .007h1l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006v-3l-.007 -.117a1 1 0 0 0 -.876 -.876l-.117 -.007zm.01 -3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',hW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" />\n  <path d="M12 9h.01" />\n  <path d="M11 12h1v4h1" />\n</svg>\n\n\n',dW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.144 4.72c3.92 -3.695 10.093 -3.625 13.927 .209c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm3.32 10.816a1 1 0 1 0 -1.414 1.414a7 7 0 0 0 9.9 0a1 1 0 0 0 -1.414 -1.414a5 5 0 0 1 -7.072 0z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',cW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm-6 9a1 1 0 0 0 -1 1a7 7 0 0 0 7 7a1 1 0 0 0 0 -2a5 5 0 0 1 -5 -5a1 1 0 0 0 -1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',pW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M6 12a6 6 0 0 0 6 6" />\n</svg>\n\n\n',vW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm6 9a1 1 0 0 0 -1 1a5 5 0 0 1 -5 5a1 1 0 0 0 0 2a7 7 0 0 0 7 -7a1 1 0 0 0 -1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',uW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n  <path d="M18 12a6 6 0 0 1 -6 6" />\n</svg>\n\n\n',gW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.364 18.364a9 9 0 1 0 -12.728 -12.728a9 9 0 0 0 12.728 12.728z" />\n  <path d="M7.757 16.243a6 6 0 0 0 8.486 0" />\n</svg>\n\n\n',mW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm3.535 2.121a1 1 0 0 0 -1.414 0a7 7 0 0 0 0 9.9a1 1 0 1 0 1.414 -1.414a5 5 0 0 1 0 -7.072a1 1 0 0 0 0 -1.414z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',fW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.636 5.636a9 9 0 1 1 12.728 12.728a9 9 0 0 1 -12.728 -12.728z" />\n  <path d="M7.757 16.243a6 6 0 0 1 0 -8.486" />\n</svg>\n\n\n',wW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm12.02 2.121a1 1 0 0 0 -1.413 1.414a5 5 0 0 1 0 7.072a1 1 0 0 0 1.414 1.414a7 7 0 0 0 0 -9.9z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',MW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.364 18.364a9 9 0 1 1 -12.728 -12.728a9 9 0 0 1 12.728 12.728z" />\n  <path d="M16.243 7.757a6 6 0 0 1 0 8.486" />\n</svg>\n\n\n',_W='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.929 4.929c3.905 -3.905 10.237 -3.905 14.142 0c3.905 3.905 3.905 10.237 0 14.142c-3.905 3.905 -10.237 3.905 -14.142 0c-3.905 -3.905 -3.905 -10.237 0 -14.142zm12.02 2.121a7 7 0 0 0 -9.899 0a1 1 0 0 0 1.414 1.414a5 5 0 0 1 7.072 0a1 1 0 0 0 1.414 -1.414z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',bW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm0 3a7 7 0 0 0 -7 7a1 1 0 0 0 2 0a5 5 0 0 1 5 -5a1 1 0 0 0 0 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',xW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a9 9 0 1 1 0 18a9 9 0 0 1 0 -18z" />\n  <path d="M6 12a6 6 0 0 1 6 -6" />\n</svg>\n\n\n',IW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10 -10 10s-10 -4.477 -10 -10s4.477 -10 10 -10zm0 3a1 1 0 0 0 0 2a5 5 0 0 1 5 5a1 1 0 0 0 2 0a7 7 0 0 0 -7 -7z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',yW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a9 9 0 1 0 0 18a9 9 0 0 0 0 -18z" />\n  <path d="M18 12a6 6 0 0 0 -6 -6" />\n</svg>\n\n\n',kW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.636 5.636a9 9 0 1 0 12.728 12.728a9 9 0 0 0 -12.728 -12.728z" />\n  <path d="M16.243 7.757a6 6 0 0 0 -8.486 0" />\n</svg>\n\n\n',CW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 11v-2a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h4" />\n  <path d="M14 21v-4a2 2 0 1 1 4 0v4" />\n  <path d="M14 19h4" />\n  <path d="M21 15v6" />\n</svg>\n\n\n',DW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 13v-4a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h6" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',BW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 11v-2a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h5" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',zW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 13v-4a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v5a2 2 0 0 0 2 2h7" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',EW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8" />\n  <path d="M12 15h.01" />\n</svg>\n\n\n',SW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15h.01" />\n  <path d="M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8" />\n  <path d="M14 15h.01" />\n</svg>\n\n\n',TW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 15h.01" />\n  <path d="M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8" />\n  <path d="M9 15h.01" />\n  <path d="M15 15h.01" />\n</svg>\n\n\n',AW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 6h6.459a3 3 0 0 1 2.959 2.507l.577 3.464l.804 4.821l.007 .044m-2.806 1.164h-15a7 7 0 0 1 7 -7h1m4 0h4.8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',OW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 4h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.821 1.15" />\n  <path d="M16 16h-13a7 7 0 0 1 6.056 -6.937" />\n  <path d="M13 9h6.8" />\n  <path d="M12 19v2" />\n  <path d="M8 19l-1 2" />\n  <path d="M16 19l1 2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',HW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19v2" />\n  <path d="M9 4h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8" />\n  <path d="M8 19l-1 2" />\n  <path d="M16 19l1 2" />\n</svg>\n\n\n',RW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 6h7.459a3 3 0 0 1 2.959 2.507l.577 3.464l.81 4.865a1 1 0 0 1 -.985 1.164h-16.82a7 7 0 0 1 7 -7h9.8" />\n</svg>\n\n\n',PW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.706 4.73a1 1 0 0 0 -.458 1.14l1.752 6.13l-1.752 6.13a1 1 0 0 0 .592 1.205l6.282 2.503a2.46 2.46 0 0 0 1.756 0l6.282 -2.503c.04 -.016 .079 -.035 .116 -.055m-.474 -4.474l-.802 -2.806l1.752 -6.13a1 1 0 0 0 -.592 -1.205l-6.282 -2.503a2.46 2.46 0 0 0 -1.756 0l-3.544 1.412" />\n  <path d="M4.5 5.5c.661 .214 1.161 .38 1.5 .5m6 2c.29 -.003 .603 -.06 .878 -.17l6.622 -2.33" />\n  <path d="M6 12l5.21 1.862a2.34 2.34 0 0 0 1.58 0l.742 -.265m2.956 -1.057c.312 -.11 .816 -.291 1.512 -.54" />\n  <path d="M12 22v-10" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',FW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 12l1.752 -6.13a1 1 0 0 0 -.592 -1.205l-6.282 -2.503a2.46 2.46 0 0 0 -1.756 0l-6.282 2.503a1 1 0 0 0 -.592 1.204l1.752 6.131l-1.752 6.13a1 1 0 0 0 .592 1.205l6.282 2.503a2.46 2.46 0 0 0 1.756 0l.221 -.088" />\n  <path d="M4.5 5.5l6.622 2.33a2.35 2.35 0 0 0 1.756 0l6.622 -2.33" />\n  <path d="M6 12l5.21 1.862a2.34 2.34 0 0 0 1.58 0l5.21 -1.862" />\n  <path d="M12 22v-14" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',LW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 12l-1.752 6.13a1 1 0 0 0 .592 1.205l6.282 2.503a2.46 2.46 0 0 0 1.756 0l6.282 -2.503a1 1 0 0 0 .592 -1.204l-1.752 -6.131l1.752 -6.13a1 1 0 0 0 -.592 -1.205l-6.282 -2.503a2.46 2.46 0 0 0 -1.756 0l-6.282 2.503a1 1 0 0 0 -.592 1.204l1.752 6.131z" />\n  <path d="M4.5 5.5l6.622 2.33a2.35 2.35 0 0 0 1.756 0l6.622 -2.33" />\n  <path d="M6 12l5.21 1.862a2.34 2.34 0 0 0 1.58 0l5.21 -1.862" />\n  <path d="M12 22v-14" />\n</svg>\n\n\n',NW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 5l6 0" />\n  <path d="M7 19l6 0" />\n  <path d="M14 5l-4 14" />\n</svg>\n\n\n',VW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 3l-4 5l-4 -5" />\n  <path d="M12 19a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2v-8.172a2 2 0 0 1 .586 -1.414l.828 -.828a2 2 0 0 0 .586 -1.414v-2.172a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2.172a2 2 0 0 0 .586 1.414l.828 .828a2 2 0 0 1 .586 1.414v8.172a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2z" />\n  <path d="M20 13h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n  <path d="M4 17h3a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n  <path d="M12 19v-11" />\n</svg>\n\n\n',UW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 6a3 3 0 1 0 -6 0v7h6v-7z" />\n  <path d="M14 13h6v-7a3 3 0 0 0 -6 0v7z" />\n  <path d="M5 16c0 2.333 .667 4 2 5c1.333 -1 2 -2.667 2 -5" />\n  <path d="M15 16c0 2.333 .667 4 2 5c1.333 -1 2 -2.667 2 -5" />\n  <path d="M10 8h4" />\n  <path d="M10 11h4" />\n</svg>\n\n\n',jW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.433 6h-5.433l-.114 .006a1 1 0 0 0 -.743 1.508l2.69 4.486l-2.69 4.486l-.054 .1a1 1 0 0 0 .911 1.414h5.434l2.709 4.514l.074 .108a1 1 0 0 0 1.64 -.108l2.708 -4.514h5.435l.114 -.006a1 1 0 0 0 .743 -1.508l-2.691 -4.486l2.691 -4.486l.054 -.1a1 1 0 0 0 -.911 -1.414h-5.434l-2.709 -4.514a1 1 0 0 0 -1.714 0l-2.71 4.514z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',GW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l3 5h6l-3 5l3 5h-6l-3 5l-3 -5h-6l3 -5l-3 -5h6z" />\n</svg>\n\n\n',WW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n  <path d="M10 16v-8h2a2 2 0 1 1 0 4h-2" />\n  <path d="M3 8h4v6a2 2 0 0 1 -2 2h-1.5a.5 .5 0 0 1 -.5 -.5v-.5" />\n</svg>\n\n\n',$W='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 16v-8l3 8v-8" />\n  <path d="M15 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M1 8h3v6.5a1.5 1.5 0 0 1 -3 0v-.5" />\n  <path d="M7 15a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1" />\n</svg>\n\n\n',XW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 14v-6a3 3 0 1 1 6 0v8a3 3 0 0 0 6 0v-6" />\n  <path d="M16 3m0 2a2 2 0 0 1 2 -2h0a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h0a2 2 0 0 1 -2 -2z" />\n  <path d="M4 14m0 2a2 2 0 0 1 2 -2h0a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h0a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',KW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M3 9l4.5 1l3 2.5" />\n  <path d="M13 21v-8l3 -5.5" />\n  <path d="M8 4.5l4 2l4 1l4 3.5l-2 3.5" />\n</svg>\n\n\n',YW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.414 6.414a2 2 0 0 0 0 -2.828l-1.414 -1.414l-2.828 2.828l1.414 1.414a2 2 0 0 0 2.828 0z" />\n  <path d="M17.586 17.586a2 2 0 0 0 0 2.828l1.414 1.414l2.828 -2.828l-1.414 -1.414a2 2 0 0 0 -2.828 0z" />\n  <path d="M6.5 6.5l11 11" />\n  <path d="M22 2.5c-9.983 2.601 -17.627 7.952 -20 19.5c9.983 -2.601 17.627 -7.952 20 -19.5z" />\n  <path d="M6.5 12.5l5 5" />\n  <path d="M12.5 6.5l5 5" />\n</svg>\n\n\n',QW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 15v-3.5a2.5 2.5 0 1 1 5 0v3.5m0 -2h-5" />\n  <path d="M3 9l3 6l3 -6" />\n  <path d="M9 20l6 -16" />\n</svg>\n\n\n',ZW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.17 6.159l2.316 -2.316a2.877 2.877 0 0 1 4.069 0l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.33 2.33" />\n  <path d="M14.931 14.948a2.863 2.863 0 0 1 -1.486 -.79l-.301 -.302l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.863 2.863 0 0 1 -.794 -1.504" />\n  <path d="M15 9h.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',qW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.555 3.843l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.643 2.643a2.877 2.877 0 0 1 -4.069 0l-.301 -.301l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.877 2.877 0 0 1 0 -4.069l2.643 -2.643a2.877 2.877 0 0 1 4.069 0z" />\n  <path d="M15 9h.01" />\n</svg>\n\n\n',JW='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 3m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z" />\n  <path d="M6 7l0 .01" />\n  <path d="M10 7l0 .01" />\n  <path d="M14 7l0 .01" />\n  <path d="M18 7l0 .01" />\n  <path d="M6 11l0 .01" />\n  <path d="M18 11l0 .01" />\n  <path d="M10 11l4 0" />\n  <path d="M10 21l2 -2l2 2" />\n</svg>\n\n\n',t$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 18h-14a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2m4 0h10a2 2 0 0 1 2 2v8c0 .554 -.226 1.056 -.59 1.418" />\n  <path d="M6 10l0 .01" />\n  <path d="M10 10l0 .01" />\n  <path d="M14 10l0 .01" />\n  <path d="M18 10l0 .01" />\n  <path d="M6 14l0 .01" />\n  <path d="M18 14l0 .01" />\n  <path d="M10 14l4 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',e$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 3m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z" />\n  <path d="M6 7l0 .01" />\n  <path d="M10 7l0 .01" />\n  <path d="M14 7l0 .01" />\n  <path d="M18 7l0 .01" />\n  <path d="M6 11l0 .01" />\n  <path d="M18 11l0 .01" />\n  <path d="M10 11l4 0" />\n  <path d="M10 19l2 2l2 -2" />\n</svg>\n\n\n',n$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 6m0 2a2 2 0 0 1 2 -2h16a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-16a2 2 0 0 1 -2 -2z" />\n  <path d="M6 10l0 .01" />\n  <path d="M10 10l0 .01" />\n  <path d="M14 10l0 .01" />\n  <path d="M18 10l0 .01" />\n  <path d="M6 14l0 .01" />\n  <path d="M18 14l0 .01" />\n  <path d="M10 14l4 .01" />\n</svg>\n\n\n',a$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M12 6c-.629 0 -1.214 .301 -1.606 .807l-2.908 3.748a2.395 2.395 0 0 0 -.011 2.876l2.919 3.762c.39 .505 .977 .807 1.606 .807c.629 0 1.214 -.301 1.606 -.807l2.908 -3.748a2.395 2.395 0 0 0 .011 -2.876l-2.919 -3.762a2.032 2.032 0 0 0 -1.606 -.807z" stroke-width="0" fill="currentColor" />\n  <path d="M12 1a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M5 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z" stroke-width="0" fill="currentColor" />\n  <path d="M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',o$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20v2" />\n  <path d="M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748z" />\n  <path d="M12 2v2" />\n  <path d="M3 12h2" />\n  <path d="M19 12h2" />\n</svg>\n\n\n',i$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6c-.629 0 -1.214 .301 -1.606 .807l-2.908 3.748a2.395 2.395 0 0 0 -.011 2.876l2.919 3.762c.39 .505 .977 .807 1.606 .807c.629 0 1.214 -.301 1.606 -.807l2.908 -3.748a2.395 2.395 0 0 0 .011 -2.876l-2.919 -3.762a2.032 2.032 0 0 0 -1.606 -.807z" stroke-width="0" fill="currentColor" />\n  <path d="M5 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z" stroke-width="0" fill="currentColor" />\n  <path d="M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-2a1 1 0 0 1 -.117 -1.993l.117 -.007h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',s$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748z" />\n  <path d="M3 12h2" />\n  <path d="M19 12h2" />\n</svg>\n\n\n',r$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 1a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M12 6c-.629 0 -1.214 .301 -1.606 .807l-2.908 3.748a2.395 2.395 0 0 0 -.011 2.876l2.919 3.762c.39 .505 .977 .807 1.606 .807c.629 0 1.214 -.301 1.606 -.807l2.908 -3.748a2.395 2.395 0 0 0 .011 -2.876l-2.919 -3.762a2.032 2.032 0 0 0 -1.606 -.807z" stroke-width="0" fill="currentColor" />\n  <path d="M12 19a1 1 0 0 1 .993 .883l.007 .117v2a1 1 0 0 1 -1.993 .117l-.007 -.117v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',l$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2v2" />\n  <path d="M12.816 16.58c-.207 .267 -.504 .42 -.816 .42c-.312 0 -.61 -.153 -.816 -.42l-2.908 -3.748a1.39 1.39 0 0 1 0 -1.664l2.908 -3.748c.207 -.267 .504 -.42 .816 -.42c.312 0 .61 .153 .816 .42l2.908 3.748a1.39 1.39 0 0 1 0 1.664l-2.908 3.748z" />\n  <path d="M12 20v2" />\n</svg>\n\n\n',h$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4a2.599 2.599 0 0 0 -2 .957l-4.355 5.24a2.847 2.847 0 0 0 -.007 3.598l4.368 5.256c.499 .6 1.225 .949 1.994 .949a2.599 2.599 0 0 0 2 -.957l4.355 -5.24a2.847 2.847 0 0 0 .007 -3.598l-4.368 -5.256a2.593 2.593 0 0 0 -1.994 -.949z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',d$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.225 18.412a1.595 1.595 0 0 1 -1.225 .588c-.468 0 -.914 -.214 -1.225 -.588l-4.361 -5.248a1.844 1.844 0 0 1 0 -2.328l4.361 -5.248a1.595 1.595 0 0 1 1.225 -.588c.468 0 .914 .214 1.225 .588l4.361 5.248a1.844 1.844 0 0 1 0 2.328l-4.361 5.248z" />\n</svg>\n\n\n',c$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4a2.599 2.599 0 0 0 -2 .957l-4.355 5.24a2.847 2.847 0 0 0 -.007 3.598l4.368 5.256c.499 .6 1.224 .949 1.994 .949a2.599 2.599 0 0 0 2 -.957l4.355 -5.24a2.847 2.847 0 0 0 .007 -3.598l-4.368 -5.256a2.593 2.593 0 0 0 -1.994 -.949z" stroke-width="0" fill="currentColor" />\n  <path d="M16.382 4.214a1 1 0 0 1 1.32 .074l.084 .094l4.576 5.823c.808 .993 .848 2.396 .13 3.419l-.12 .158l-4.586 5.836a1 1 0 0 1 -1.644 -1.132l.072 -.104l4.596 -5.85a.845 .845 0 0 0 .06 -.978l-.07 -.1l-4.586 -5.836a1 1 0 0 1 .168 -1.404z" stroke-width="0" fill="currentColor" />\n  <path d="M12.382 4.214a1 1 0 0 1 1.32 .074l.084 .094l4.576 5.823c.808 .993 .848 2.396 .13 3.419l-.12 .158l-4.586 5.836a1 1 0 0 1 -1.644 -1.132l.072 -.104l4.596 -5.85a.845 .845 0 0 0 .06 -.978l-.07 -.1l-4.586 -5.836a1 1 0 0 1 .168 -1.404z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',p$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.225 18.412a1.595 1.595 0 0 1 -1.225 .588c-.468 0 -.914 -.214 -1.225 -.588l-4.361 -5.248a1.844 1.844 0 0 1 0 -2.328l4.361 -5.248a1.595 1.595 0 0 1 1.225 -.588c.468 0 .914 .214 1.225 .588l4.361 5.248a1.844 1.844 0 0 1 0 2.328l-4.361 5.248z" />\n  <path d="M17 5l4.586 5.836a1.844 1.844 0 0 1 0 2.328l-4.586 5.836" />\n  <path d="M13 5l4.586 5.836a1.844 1.844 0 0 1 0 2.328l-4.586 5.836" />\n</svg>\n\n\n',v$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 3v1m0 4v13" />\n  <path d="M16 3v9m0 4v5" />\n  <path d="M8 14h6" />\n  <path d="M8 10h2m4 0h2" />\n  <path d="M10 6h6" />\n  <path d="M8 18h8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',u$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 3v18" />\n  <path d="M16 3v18" />\n  <path d="M8 14h8" />\n  <path d="M8 10h8" />\n  <path d="M8 6h8" />\n  <path d="M8 18h8" />\n</svg>\n\n\n',g$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 14v1a6 6 0 1 0 12 0v-9a3 3 0 0 1 6 0" />\n  <path d="M9 16c-.663 0 -1.3 -.036 -1.896 -.102l-.5 -.064c-2.123 -.308 -3.604 -1.013 -3.604 -1.834c0 -.82 1.482 -1.526 3.603 -1.834l.5 -.064a17.27 17.27 0 0 1 1.897 -.102c.663 0 1.3 .036 1.896 .102l.5 .064c2.123 .308 3.604 1.013 3.604 1.834c0 .82 -1.482 1.526 -3.603 1.834l-.5 .064a17.27 17.27 0 0 1 -1.897 .102z" />\n</svg>\n\n\n',m$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 20l6.5 -9" />\n  <path d="M19 20c-6 0 -6 -16 -12 -16" />\n</svg>\n\n\n',f$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21h9" />\n  <path d="M10 21l-7 -8l8.5 -5.5" />\n  <path d="M13 14c-2.148 -2.148 -2.148 -5.852 0 -8c2.088 -2.088 5.842 -1.972 8 0l-8 8z" />\n  <path d="M11.742 7.574l-1.156 -1.156a2 2 0 0 1 2.828 -2.829l1.144 1.144" />\n  <path d="M15.5 12l.208 .274a2.527 2.527 0 0 0 3.556 0c.939 -.933 .98 -2.42 .122 -3.4l-.366 -.369" />\n</svg>\n\n\n',w$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 20h6" />\n  <path d="M12 20v-8" />\n  <path d="M7.325 7.35l-2.325 4.65h7m4 0h3l-4 -8h-6l-.338 .676" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',M$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 20h6" />\n  <path d="M12 20v-8" />\n  <path d="M5 12h14l-4 -8h-6z" />\n</svg>\n\n\n',_$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6v13" />\n  <path d="M20 6v13" />\n</svg>\n\n\n',b$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5h7" />\n  <path d="M7 4c0 4.846 0 7 .5 8" />\n  <path d="M10 8.5c0 2.286 -2 4.5 -3.5 4.5s-2.5 -1.135 -2.5 -2c0 -2 1 -3 3 -3s5 .57 5 2.857c0 1.524 -.667 2.571 -2 3.143" />\n  <path d="M12 20l4 -9l4 9" />\n  <path d="M19.1 18h-6.2" />\n</svg>\n\n\n',x$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5h6.586a1 1 0 0 1 .707 1.707l-1.293 1.293" />\n  <path d="M8 8c0 1.5 .5 3 -2 5" />\n  <path d="M12 20l4 -9l4 9" />\n  <path d="M19.1 18h-6.2" />\n</svg>\n\n\n',I$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5h1m4 0h2" />\n  <path d="M9 3v2m-.508 3.517c-.814 2.655 -2.52 4.483 -4.492 4.483" />\n  <path d="M5 9c0 2.144 2.952 3.908 6.7 4" />\n  <path d="M12 20l2.463 -5.541m1.228 -2.764l.309 -.695l.8 1.8" />\n  <path d="M18 18h-5.1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',y$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5h7" />\n  <path d="M9 3v2c0 4.418 -2.239 8 -5 8" />\n  <path d="M5 9c0 2.144 2.952 3.908 6.7 4" />\n  <path d="M12 20l4 -9l4 9" />\n  <path d="M19.1 18h-6.2" />\n</svg>\n\n\n',k$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.028 13.252c-.657 -.972 -1.028 -2.078 -1.028 -3.252c0 -1.804 .878 -3.449 2.319 -4.69m2.49 -1.506a11.066 11.066 0 0 1 4.191 -.804c4.97 0 9 3.134 9 7c0 1.799 -.873 3.44 -2.307 4.68m-2.503 1.517a11.066 11.066 0 0 1 -4.19 .803c-1.913 0 -3.686 -.464 -5.144 -1.255" />\n  <path d="M5 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 17c0 1.42 .316 2.805 1 4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',C$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.028 13.252l-1.028 -3.252l2 -7l7 5l8 -3l1 9l-9 3l-5.144 -1.255" />\n  <path d="M5 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 17c0 1.42 .316 2.805 1 4" />\n</svg>\n\n\n',D$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.028 13.252c-.657 -.972 -1.028 -2.078 -1.028 -3.252c0 -3.866 4.03 -7 9 -7s9 3.134 9 7s-4.03 7 -9 7c-1.913 0 -3.686 -.464 -5.144 -1.255" />\n  <path d="M5 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 17c0 1.42 .316 2.805 1 4" />\n</svg>\n\n\n',B$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2" />\n  <path d="M10 8l-2 0l0 2" />\n  <path d="M8 14l0 2l2 0" />\n  <path d="M14 8l2 0l0 2" />\n  <path d="M16 14l0 2l-2 0" />\n</svg>\n\n\n',z$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M4 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M9 15l6 -6" />\n</svg>\n\n\n',E$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M4 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',S$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 8.268a2 2 0 0 1 1 1.732v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h3" />\n  <path d="M5 15.734a2 2 0 0 1 -1 -1.734v-8a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-3" />\n</svg>\n\n\n',T$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.59 4.581c.362 -.359 .86 -.581 1.41 -.581h8a2 2 0 0 1 2 2v8c0 .556 -.227 1.06 -.594 1.422m-3.406 .578h-6a2 2 0 0 1 -2 -2v-6" />\n  <path d="M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',A$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2" />\n</svg>\n\n\n',O$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 16v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h2v-2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2" />\n</svg>\n\n\n',H$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M14 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',R$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20l16 0" />\n  <path d="M9 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',P$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4l0 5" />\n  <path d="M12 15l0 5" />\n  <path d="M6 9m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',F$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4l0 16" />\n  <path d="M8 9m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',L$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12l5 0" />\n  <path d="M15 12l5 0" />\n  <path d="M9 6m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',N$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 4l0 16" />\n  <path d="M4 9m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',V$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4l16 0" />\n  <path d="M9 8m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',U$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 12h8" />\n  <path d="M12 15h8" />\n  <path d="M12 9h8" />\n  <path d="M12 4v16" />\n</svg>\n\n\n',j$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 9h8" />\n  <path d="M12 15h8" />\n  <path d="M12 4v16" />\n</svg>\n\n\n',G$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-12a1 1 0 0 0 -.993 .883l-.007 .117v9h14v-9a1 1 0 0 0 -.883 -.993l-.117 -.007zm-7.387 3.21l.094 .083l1.293 1.292l1.293 -1.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 1.32 -1.497z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',W$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 6v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2z" />\n  <path d="M20 15h-16" />\n  <path d="M14 8l-2 2l-2 -2" />\n</svg>\n\n\n',$$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-12a1 1 0 0 0 -.993 .883l-.007 .117v9h14v-9a1 1 0 0 0 -.883 -.993l-.117 -.007zm-5.387 3.21l.094 .083l2 2a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.32 -.083z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',X$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 6v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2z" />\n  <path d="M20 15h-16" />\n  <path d="M14 10l-2 -2l-2 2" />\n</svg>\n\n\n',K$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-12a1 1 0 0 0 -.993 .883l-.007 .117v9h14v-9a1 1 0 0 0 -.883 -.993l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Y$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" />\n  <path d="M4 15h1" />\n  <path d="M19 15h1" />\n  <path d="M9 15h1" />\n  <path d="M14 15h1" />\n</svg>\n\n\n',Q$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 15l16 0" />\n</svg>\n\n\n',Z$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',q$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M10 4l4 16" />\n  <path d="M12 12l-8 2" />\n</svg>\n\n\n',J$='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M12 4l0 16" />\n</svg>\n\n\n',tX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4h6v8h-6z" />\n  <path d="M4 16h6v4h-6z" />\n  <path d="M14 12h6v8h-6z" />\n  <path d="M14 4h6v4h-6z" />\n</svg>\n\n\n',eX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4l16 0" />\n  <path d="M4 20l16 0" />\n  <path d="M6 9m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',nX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4l0 16" />\n  <path d="M20 4l0 16" />\n  <path d="M9 6m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',aX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M14 17h6m-3 -3v6" />\n</svg>\n\n\n',oX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z" />\n  <path d="M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z" />\n  <path d="M4 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z" />\n  <path d="M14 17h6" />\n</svg>\n\n\n',iX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M14 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',sX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4l6 0" />\n  <path d="M14 4l6 0" />\n  <path d="M4 8m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M14 8m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',rX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 14m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',lX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm1 6h-14v9a1 1 0 0 0 .883 .993l.117 .007h12a1 1 0 0 0 .993 -.883l.007 -.117v-9zm-6.387 3.21l.094 .083l2 2a1 1 0 0 1 -1.32 1.497l-.094 -.083l-1.293 -1.292l-1.293 1.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.32 -.083z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',hX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 9h16" />\n  <path d="M10 16l2 -2l2 2" />\n</svg>\n\n\n',dX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm1 6h-14v9a1 1 0 0 0 .883 .993l.117 .007h12a1 1 0 0 0 .993 -.883l.007 -.117v-9zm-8.387 3.21l.094 .083l1.293 1.292l1.293 -1.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 1.32 -1.497z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',cX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 9h16" />\n  <path d="M10 14l2 2l2 -2" />\n</svg>\n\n\n',pX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm1 6h-14v9a1 1 0 0 0 .883 .993l.117 .007h12a1 1 0 0 0 .993 -.883l.007 -.117v-9z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',vX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" />\n  <path d="M4 9h1" />\n  <path d="M19 9h1" />\n  <path d="M9 9h1" />\n  <path d="M14 9h1" />\n</svg>\n\n\n',uX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 9l16 0" />\n</svg>\n\n\n',gX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4a2 2 0 0 1 2 2m-1.162 2.816a1.993 1.993 0 0 1 -.838 .184h-2a2 2 0 0 1 -2 -2v-1c0 -.549 .221 -1.046 .58 -1.407" />\n  <path d="M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M14 10v-4a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v10m-.595 3.423a2 2 0 0 1 -1.405 .577h-2a2 2 0 0 1 -2 -2v-4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',mX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 12l16 0" />\n</svg>\n\n\n',fX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" />\n  <path d="M9 4v1" />\n  <path d="M9 9v1" />\n  <path d="M9 14v1" />\n  <path d="M9 19v1" />\n</svg>\n\n\n',wX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-9v14h9a1 1 0 0 0 .993 -.883l.007 -.117v-12a1 1 0 0 0 -.883 -.993l-.117 -.007zm-2.293 4.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.414 0z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',MX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M9 4v16" />\n  <path d="M15 10l-2 2l2 2" />\n</svg>\n\n\n',_X='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm0 2h-9v14h9a1 1 0 0 0 .993 -.883l.007 -.117v-12a1 1 0 0 0 -.883 -.993l-.117 -.007zm-4.387 4.21l.094 .083l2 2a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.292 -1.293l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',bX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M9 4v16" />\n  <path d="M14 10l2 2l-2 2" />\n</svg>\n\n\n',xX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-3 2h-9a1 1 0 0 0 -.993 .883l-.007 .117v12a1 1 0 0 0 .883 .993l.117 .007h9v-14zm-5.387 4.21l.094 .083l2 2a1 1 0 0 1 .083 1.32l-.083 .094l-2 2a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.292 -1.293l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',IX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M15 4v16" />\n  <path d="M9 10l2 2l-2 2" />\n</svg>\n\n\n',yX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v12a3 3 0 0 1 -2.824 2.995l-.176 .005h-12a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-12a3 3 0 0 1 2.824 -2.995l.176 -.005h12zm-3 2h-9a1 1 0 0 0 -.993 .883l-.007 .117v12a1 1 0 0 0 .883 .993l.117 .007h9v-14zm-3.293 4.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.292 1.293l1.292 1.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 -.083 -1.32l.083 -.094l2 -2a1 1 0 0 1 1.414 0z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',kX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M15 4v16" />\n  <path d="M10 10l-2 2l2 2" />\n</svg>\n\n\n',CX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z" />\n  <path d="M15 4v1" />\n  <path d="M15 9v1" />\n  <path d="M15 14v1" />\n  <path d="M15 19v1" />\n</svg>\n\n\n',DX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M15 4l0 16" />\n</svg>\n\n\n',BX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M9 4l0 16" />\n</svg>\n\n\n',zX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',EX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21c.475 -4.27 2.3 -7.64 6.331 -9.683" />\n  <path d="M6.618 6.623c-1.874 1.625 -2.625 3.877 -2.632 6.377c0 1 0 3 2 5h3.014c2.733 0 5.092 -.635 6.92 -2.087m1.899 -2.099c1.224 -1.872 1.987 -4.434 2.181 -7.814v-2h-4.014c-2.863 0 -5.118 .405 -6.861 1.118" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',SX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21c.5 -4.5 2.5 -8 7 -10" />\n  <path d="M9 18c6.218 0 10.5 -3.288 11 -12v-2h-4.014c-9 0 -11.986 4 -12 9c0 1 0 3 2 5h3z" />\n</svg>\n\n\n',TX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.5 11h.01" />\n  <path d="M9.5 15a3.5 3.5 0 0 0 5 0" />\n  <path d="M8 4v-1h8v2h1a3 3 0 0 1 3 3v8m-.884 3.127a2.99 2.99 0 0 1 -2.116 .873v1h-10v-1a3 3 0 0 1 -3 -3v-9c0 -1.083 .574 -2.032 1.435 -2.56" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',AX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.5 11l.01 0" />\n  <path d="M14.5 11l.01 0" />\n  <path d="M9.5 15a3.5 3.5 0 0 0 5 0" />\n  <path d="M7 5h1v-2h8v2h1a3 3 0 0 1 3 3v9a3 3 0 0 1 -3 3v1h-10v-1a3 3 0 0 1 -3 -3v-9a3 3 0 0 1 3 -3" />\n</svg>\n\n\n',OX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4a2 2 0 0 1 1.185 3.611c1.55 2.94 .873 6.917 -1.892 9.682c-2.765 2.765 -6.743 3.442 -9.682 1.892a2 2 0 1 1 -2.796 -2.796c-1.55 -2.94 -.873 -6.917 1.892 -9.682c2.765 -2.765 6.743 -3.442 9.682 -1.892a2 2 0 0 1 1.611 -.815z" />\n</svg>\n\n\n',HX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.536 3.393c3.905 3.906 3.905 10.237 0 14.143c-3.906 3.905 -10.237 3.905 -14.143 0l14.143 -14.143" />\n  <path d="M5.868 15.06a6.5 6.5 0 0 0 9.193 -9.192" />\n  <path d="M10.464 10.464l4.597 4.597" />\n  <path d="M10.464 10.464v6.364" />\n  <path d="M10.464 10.464h6.364" />\n</svg>\n\n\n',RX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16v-6a2 2 0 1 1 4 0v6" />\n  <path d="M10 13h4" />\n</svg>\n\n\n',PX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 20v-12a4 4 0 0 1 4 -4h2a4 4 0 0 1 4 4v12" />\n  <path d="M7 13l10 0" />\n</svg>\n\n\n',FX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" />\n</svg>\n\n\n',LX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 20v-16h6a4 4 0 0 1 0 8a4 4 0 0 1 0 8h-6" />\n  <path d="M7 12l6 0" />\n</svg>\n\n\n',NX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" />\n</svg>\n\n\n',VX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5" />\n</svg>\n\n\n',UX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.5 15.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" />\n  <path d="M10 12v7" />\n  <path d="M17.5 15.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" />\n  <path d="M21 12v7" />\n</svg>\n\n\n',jX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.5 15.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" />\n  <path d="M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" />\n  <path d="M14 13h7" />\n  <path d="M10 12v7" />\n</svg>\n\n\n',GX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" />\n  <path d="M3 13h7" />\n  <path d="M14 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" />\n  <path d="M14 13h7" />\n</svg>\n\n\n',WX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.5 15.5m-3.5 0a3.5 3.5 0 1 0 7 0a3.5 3.5 0 1 0 -7 0" />\n  <path d="M3 19v-10.5a3.5 3.5 0 0 1 7 0v10.5" />\n  <path d="M3 13h7" />\n  <path d="M21 12v7" />\n</svg>\n\n\n',$X='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" />\n</svg>\n\n\n',XX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 4h6a5 5 0 0 1 5 5v6a5 5 0 0 1 -5 5h-6v-16" />\n</svg>\n\n\n',KX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8h-4v8h4" />\n  <path d="M10 12h2.5" />\n</svg>\n\n\n',YX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 4h-10v16h10" />\n  <path d="M7 12l8 0" />\n</svg>\n\n\n',QX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12h3" />\n  <path d="M14 8h-4v8" />\n</svg>\n\n\n',ZX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 4h-10v16" />\n  <path d="M7 12l8 0" />\n</svg>\n\n\n',qX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n</svg>\n\n\n',JX='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-2h-4" />\n</svg>\n\n\n',tK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16v-8" />\n  <path d="M14 8v8" />\n  <path d="M10 12h4" />\n</svg>\n\n\n',eK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 4l0 16" />\n  <path d="M7 12l10 0" />\n  <path d="M7 4l0 16" />\n</svg>\n\n\n',nK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8v8" />\n</svg>\n\n\n',aK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4l0 16" />\n</svg>\n\n\n',oK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h4v6a2 2 0 1 1 -4 0" />\n</svg>\n\n\n',iK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 4v12a4 4 0 0 1 -4 4h-2a4 4 0 0 1 -4 -4" />\n</svg>\n\n\n',sK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.5 8v8" />\n  <path d="M14.5 8l-3 4l3 4" />\n  <path d="M10.5 12h1" />\n</svg>\n\n\n',rK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 4l0 16" />\n  <path d="M7 12h2l8 -8" />\n  <path d="M9 12l8 8" />\n</svg>\n\n\n',lK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v8h4" />\n</svg>\n\n\n',hK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 4v16h10" />\n</svg>\n\n\n',dK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 16v-8l3 5l3 -5v8" />\n</svg>\n\n\n',cK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 20v-16l6 14l6 -14v16" />\n</svg>\n\n\n',pK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16v-8l4 8v-8" />\n</svg>\n\n\n',vK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 20v-16l10 16v-16" />\n</svg>\n\n\n',uK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n</svg>\n\n\n',gK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6" />\n</svg>\n\n\n',mK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12h2a2 2 0 1 0 0 -4h-2v8" />\n</svg>\n\n\n',fK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5" />\n</svg>\n\n\n',wK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M13 15l1 1" />\n</svg>\n\n\n',MK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 9a5 5 0 0 0 -5 -5h-2a5 5 0 0 0 -5 5v6a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-6" />\n  <path d="M13 15l5 5" />\n</svg>\n\n\n',_K='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" />\n</svg>\n\n\n',bK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 20v-16h5.5a4 4 0 0 1 0 9h-5.5" />\n  <path d="M12 13l5 7" />\n</svg>\n\n\n',xK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" />\n</svg>\n\n\n',IK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 8a4 4 0 0 0 -4 -4h-2a4 4 0 0 0 0 8h2a4 4 0 0 1 0 8h-2a4 4 0 0 1 -4 -4" />\n</svg>\n\n\n',yK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12v-5.5a2.5 2.5 0 0 1 5 0v5.5m0 -4h-5" />\n  <path d="M13 4l3 8l3 -8" />\n  <path d="M5 18h14" />\n  <path d="M17 20l2 -2l-2 -2" />\n  <path d="M7 16l-2 2l2 2" />\n</svg>\n\n\n',kK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h4" />\n  <path d="M12 8v8" />\n</svg>\n\n\n',CK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4l12 0" />\n  <path d="M12 4l0 16" />\n</svg>\n\n\n',DK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v6a2 2 0 1 0 4 0v-6" />\n</svg>\n\n\n',BK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4v11a5 5 0 0 0 5 5h2a5 5 0 0 0 5 -5v-11" />\n</svg>\n\n\n',zK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8l2 8l2 -8" />\n</svg>\n\n\n',EK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4l6 16l6 -16" />\n</svg>\n\n\n',SK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 8l1 8l2 -5l2 5l1 -8" />\n</svg>\n\n\n',TK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4l4 16l4 -14l4 14l4 -16" />\n</svg>\n\n\n',AK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8l4 8" />\n  <path d="M10 16l4 -8" />\n</svg>\n\n\n',OK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 4l10 16" />\n  <path d="M17 4l-10 16" />\n</svg>\n\n\n',HK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8l2 5l2 -5" />\n  <path d="M12 16v-3" />\n</svg>\n\n\n',RK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 4l5 9l5 -9" />\n  <path d="M12 13l0 7" />\n</svg>\n\n\n',PK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h4l-4 8h4" />\n</svg>\n\n\n',FK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 4h10l-10 16h10" />\n</svg>\n\n\n',LK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" />\n  <path d="M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1" />\n  <path d="M11 10h6" />\n</svg>\n\n\n',NK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" />\n  <path d="M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1" />\n  <path d="M17 7h.01" />\n  <path d="M7 13l3.644 -3.644a1.21 1.21 0 0 1 1.712 0l3.644 3.644" />\n  <path d="M15 12l1.644 -1.644a1.21 1.21 0 0 1 1.712 0l2.644 2.644" />\n</svg>\n\n\n',VK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" />\n  <path d="M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1" />\n  <path d="M11 10h6" />\n  <path d="M14 7v6" />\n</svg>\n\n\n',UK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" />\n  <path d="M4.012 7.26a2.005 2.005 0 0 0 -1.012 1.737v10c0 1.1 .9 2 2 2h10c.75 0 1.158 -.385 1.5 -1" />\n  <path d="M11 7h5" />\n  <path d="M11 10h6" />\n  <path d="M11 13h3" />\n</svg>\n\n\n',jK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 1 0 4 0v-2m0 -4v-8a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -.864 .126m-2.014 2.025a3 3 0 0 0 -.122 .849v11" />\n  <path d="M11 7h2" />\n  <path d="M9 11h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',GK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-9a3 3 0 0 1 -3 -3v-1h10v2a2 2 0 0 0 4 0v-14a2 2 0 1 1 2 2h-2m2 -4h-11a3 3 0 0 0 -3 3v11" />\n  <path d="M9 7l4 0" />\n  <path d="M9 11l4 0" />\n</svg>\n\n\n',WK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.171 9.172a4 4 0 0 0 5.65 5.663m1.179 -2.835a4 4 0 0 0 -4 -4" />\n  <path d="M5.64 5.632a9 9 0 1 0 12.73 12.725m1.667 -2.301a9 9 0 0 0 -12.077 -12.1" />\n  <path d="M15 15l3.35 3.35" />\n  <path d="M9 15l-3.35 3.35" />\n  <path d="M5.65 5.65l3.35 3.35" />\n  <path d="M18.35 5.65l-3.35 3.35" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',$K='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M15 15l3.35 3.35" />\n  <path d="M9 15l-3.35 3.35" />\n  <path d="M5.65 5.65l3.35 3.35" />\n  <path d="M18.35 5.65l-3.35 3.35" />\n</svg>\n\n\n',XK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 3v16a2 2 0 0 0 2 2h5a2 2 0 0 0 2 -2v-7h-12a2 2 0 0 1 -2 -2v-5a2 2 0 0 1 2 -2h3z" />\n  <path d="M16 4l1.465 1.638a2 2 0 1 1 -3.015 .099l1.55 -1.737z" />\n</svg>\n\n\n',KK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12h2" />\n  <path d="M17 12h2" />\n  <path d="M11 12h2" />\n</svg>\n\n\n',YK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12v.01" />\n  <path d="M8 12v.01" />\n  <path d="M12 12v.01" />\n  <path d="M16 12v.01" />\n  <path d="M20 12v.01" />\n</svg>\n\n\n',QK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 8l3 -3l3 3" />\n  <path d="M3 16l3 3l3 -3" />\n  <path d="M6 5l0 14" />\n  <path d="M13 6l7 0" />\n  <path d="M13 12l7 0" />\n  <path d="M13 18l7 0" />\n</svg>\n\n\n',ZK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M7 12h10" />\n</svg>\n\n\n',qK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7.5 16.5l9 -9" />\n</svg>\n\n\n',JK='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l6 -6" />\n  <path d="M11 6l.463 -.536a5 5 0 1 1 7.071 7.072l-.534 .464" />\n  <path d="M12.603 18.534a5.07 5.07 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',tY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l3 -3m2 -2l1 -1" />\n  <path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" />\n  <path d="M3 3l18 18" />\n  <path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" />\n</svg>\n\n\n',eY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l6 -6" />\n  <path d="M11 6l.463 -.536a5 5 0 0 1 7.072 0a4.993 4.993 0 0 1 -.001 7.072" />\n  <path d="M12.603 18.534a5.07 5.07 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',nY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l6 -6" />\n  <path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" />\n  <path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" />\n</svg>\n\n\n',aY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.5 5.5l1.5 1.5l2.5 -2.5" />\n  <path d="M3.5 11.5l1.5 1.5l2.5 -2.5" />\n  <path d="M3.5 17.5l1.5 1.5l2.5 -2.5" />\n  <path d="M11 6l9 0" />\n  <path d="M11 12l9 0" />\n  <path d="M11 18l9 0" />\n</svg>\n\n\n',oY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 5h8" />\n  <path d="M13 9h5" />\n  <path d="M13 15h8" />\n  <path d="M13 19h5" />\n  <path d="M3 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M3 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',iY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 6h9" />\n  <path d="M11 12h9" />\n  <path d="M11 18h9" />\n  <path d="M4 10v-4.5a1.5 1.5 0 0 1 3 0v4.5" />\n  <path d="M4 8h3" />\n  <path d="M4 20h1.5a1.5 1.5 0 0 0 0 -3h-1.5h1.5a1.5 1.5 0 0 0 0 -3h-1.5v6z" />\n</svg>\n\n\n',sY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 6h9" />\n  <path d="M11 12h9" />\n  <path d="M12 18h8" />\n  <path d="M4 16a2 2 0 1 1 4 0c0 .591 -.5 1 -1 1.5l-3 2.5h4" />\n  <path d="M6 10v-6l-2 2" />\n</svg>\n\n\n',rY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 15m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M18.5 18.5l2.5 2.5" />\n  <path d="M4 6h16" />\n  <path d="M4 12h4" />\n  <path d="M4 18h4" />\n</svg>\n\n\n',lY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 6h11" />\n  <path d="M12 12h8" />\n  <path d="M15 18h5" />\n  <path d="M5 6v.01" />\n  <path d="M8 12v.01" />\n  <path d="M11 18v.01" />\n</svg>\n\n\n',hY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 6l11 0" />\n  <path d="M9 12l11 0" />\n  <path d="M9 18l11 0" />\n  <path d="M5 6l0 .01" />\n  <path d="M5 12l0 .01" />\n  <path d="M5 18l0 .01" />\n</svg>\n\n\n',dY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.296 11.29a1 1 0 1 0 1.414 1.415" />\n  <path d="M8.473 8.456a5 5 0 1 0 7.076 7.066m1.365 -2.591a5 5 0 0 0 -5.807 -5.851" />\n  <path d="M15.9 20.11v.01" />\n  <path d="M19.04 17.61v.01" />\n  <path d="M20.77 14v.01" />\n  <path d="M20.77 10v.01" />\n  <path d="M19.04 6.39v.01" />\n  <path d="M15.9 3.89v.01" />\n  <path d="M12 3v.01" />\n  <path d="M8.1 3.89v.01" />\n  <path d="M4.96 6.39v.01" />\n  <path d="M3.23 10v.01" />\n  <path d="M3.23 14v.01" />\n  <path d="M4.96 17.61v.01" />\n  <path d="M8.1 20.11v.01" />\n  <path d="M12 21v.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',cY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M15.9 20.11l0 .01" />\n  <path d="M19.04 17.61l0 .01" />\n  <path d="M20.77 14l0 .01" />\n  <path d="M20.77 10l0 .01" />\n  <path d="M19.04 6.39l0 .01" />\n  <path d="M15.9 3.89l0 .01" />\n  <path d="M12 3l0 .01" />\n  <path d="M8.1 3.89l0 .01" />\n  <path d="M4.96 6.39l0 .01" />\n  <path d="M3.23 10l0 .01" />\n  <path d="M3.23 14l0 .01" />\n  <path d="M4.96 17.61l0 .01" />\n  <path d="M8.1 20.11l0 .01" />\n  <path d="M12 21l0 .01" />\n</svg>\n\n\n',pY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M12 11l0 .01" />\n  <path d="M12 18l-3.5 -5a4 4 0 1 1 7 0l-3.5 5" />\n</svg>\n\n\n',vY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 16v3" />\n  <path d="M12 10v-7" />\n  <path d="M9 6l3 -3l3 3" />\n  <path d="M12 10v-7" />\n  <path d="M9 6l3 -3l3 3" />\n  <path d="M14.894 12.227l6.11 -2.224" />\n  <path d="M17.159 8.21l3.845 1.793l-1.793 3.845" />\n  <path d="M9.101 12.214l-6.075 -2.211" />\n  <path d="M6.871 8.21l-3.845 1.793l1.793 3.845" />\n</svg>\n\n\n',uY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a9 9 0 1 0 9 9" />\n</svg>\n\n\n',gY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 0 0 9 9a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9" />\n  <path d="M17 12a5 5 0 1 0 -5 5" />\n</svg>\n\n\n',mY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6l0 -3" />\n  <path d="M6 12l-3 0" />\n  <path d="M7.75 7.75l-2.15 -2.15" />\n</svg>\n\n\n',fY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6l0 -3" />\n  <path d="M16.25 7.75l2.15 -2.15" />\n  <path d="M18 12l3 0" />\n  <path d="M16.25 16.25l2.15 2.15" />\n  <path d="M12 18l0 3" />\n  <path d="M7.75 16.25l-2.15 2.15" />\n  <path d="M6 12l-3 0" />\n  <path d="M7.75 7.75l-2.15 -2.15" />\n</svg>\n\n\n',wY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.05 20.1l-3.05 -6.1l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.312 9.173" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',MY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.896 19.792l-2.896 -5.792l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.487 9.657" />\n  <path d="M21.5 21.5l-5 -5" />\n  <path d="M16.5 21.5l5 -5" />\n</svg>\n\n\n',_Y='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.305 9.151" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',bY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.512 17.023l-1.512 -3.023l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-4.45 12.324" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',xY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.505 17.01l-1.505 -3.01l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.677 10.184" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',IY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.14 8.697" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',yY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.797 19.595l-2.797 -5.595l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.548 9.826" />\n  <path d="M16 21l5 -5" />\n  <path d="M21 21v.01" />\n  <path d="M16 16v.01" />\n</svg>\n\n\n',kY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.08 20.162l-3.08 -6.162l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.55 7.063" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',CY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.328 9.217" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',DY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.024 19.55l-.524 1.45a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.317 9.186" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',BY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.891 2.006l.106 -.006l.13 .008l.09 .016l.123 .035l.107 .046l.1 .057l.09 .067l.082 .075l.052 .059l.082 .116l.052 .096c.047 .1 .077 .206 .09 .316l.005 .106c0 .075 -.008 .149 -.024 .22l-.035 .123l-6.532 18.077a1.55 1.55 0 0 1 -1.409 .903a1.547 1.547 0 0 1 -1.329 -.747l-.065 -.127l-3.352 -6.702l-6.67 -3.336a1.55 1.55 0 0 1 -.898 -1.259l-.006 -.149c0 -.56 .301 -1.072 .841 -1.37l.14 -.07l18.017 -6.506l.106 -.03l.108 -.018z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',zY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.365 14.73l-.365 -.73l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.024 8.373" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',EY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-4.347 12.038" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',SY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.72 6.712l10.28 -3.712l-3.724 10.313m-1.056 2.925l-1.72 4.762a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l4.775 -1.724" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',TY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.02 20.04l-3.02 -6.04l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.634 10.062" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',AY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.901 8.034" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',OY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.361 9.308" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',HY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.5 21a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.967 8.215" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',RY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 16l-1 -2l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.916 8.076" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',PY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.616 10.015" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',FY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.336 14.672l-.336 -.672l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-2.565 7.104" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',LY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l-2 -4l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.251 9.003" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',NY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 21l-.224 -.448l-3.276 -6.552l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.622 10.03" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',VY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 3l-6.5 18a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5" />\n</svg>\n\n\n',UY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2c0 -.554 .225 -1.055 .588 -1.417" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2c.55 0 1.05 -.222 1.41 -.582" />\n  <path d="M15 11a1 1 0 0 1 1 1m-.29 3.704a1 1 0 0 1 -.71 .296h-6a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h2" />\n  <path d="M10 11v-1m1.182 -2.826a2 2 0 0 1 2.818 1.826v1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',jY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M8 11m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n  <path d="M10 11v-2a2 2 0 1 1 4 0v2" />\n</svg>\n\n\n',GY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 21h-6.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.74 1.012" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',WY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.749 1.028" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',$Y='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v.5" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',XY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',KY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.564 0 1.074 .234 1.437 .61" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',YY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',QY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.74 1.015" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',ZY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-8a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.734 1.002" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',qY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.38 0 .734 .106 1.037 .29" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',JY='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v2" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',tQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11h2a2 2 0 0 1 2 2v2m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h4" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-3m.719 -3.289a4 4 0 0 1 7.281 2.289v4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',eQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11h2a2 2 0 0 1 2 2v2m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h4" />\n  <path d="M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M8 11v-3m.347 -3.631a4 4 0 0 1 7.653 1.631" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',nQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 11m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M12 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M8 11v-5a4 4 0 0 1 8 0" />\n</svg>\n\n\n',aQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v.5" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',oQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.24 0 .47 .042 .683 .12" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',iQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.74 1.012" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',sQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-8a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10c.265 0 .518 .052 .75 .145" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',rQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-4.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',lQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M12 21h-5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',hQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm0 4a3 3 0 0 1 2.995 2.824l.005 .176v1a2 2 0 0 1 1.995 1.85l.005 .15v3a2 2 0 0 1 -1.85 1.995l-.15 .005h-6a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005v-1a3 3 0 0 1 3 -3zm3 6h-6v3h6v-3zm-3 -4a1 1 0 0 0 -.993 .883l-.007 .117v1h2v-1a1 1 0 0 0 -1 -1z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',dQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n  <path d="M8 11m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n  <path d="M10 11v-2a2 2 0 1 1 4 0v2" />\n</svg>\n\n\n',cQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 11m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n  <path d="M10 11v-2a2 2 0 1 1 4 0v2" />\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',pQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 21h-4a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h9" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',vQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-5.5a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 1.739 1.01" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',uQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v.5" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',gQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 13a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-6z" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n</svg>\n\n\n',mQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-5" />\n  <path d="M2 9h5" />\n  <path d="M2 15h5" />\n  <path d="M9 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2z" />\n</svg>\n\n\n',fQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-5" />\n  <path d="M2 9h5" />\n  <path d="M2 15h5" />\n  <path d="M7 5l10 7l-10 7z" />\n</svg>\n\n\n',wQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-3" />\n  <path d="M2 9h3" />\n  <path d="M2 15h3" />\n  <path d="M7 5c6 0 8 3.5 8 7s-2 7 -8 7h-2v-14h2z" />\n  <path d="M17 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',MQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-4" />\n  <path d="M2 9h5" />\n  <path d="M2 15h5" />\n  <path d="M6 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" />\n  <path d="M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',_Q='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-3" />\n  <path d="M2 9h3" />\n  <path d="M2 15h3" />\n  <path d="M5 5l10 7l-10 7z" />\n  <path d="M17 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',bQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-6" />\n  <path d="M2 9h7" />\n  <path d="M2 15h7" />\n  <path d="M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" />\n</svg>\n\n\n',xQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-2" />\n  <path d="M2 9h4" />\n  <path d="M2 15h4" />\n  <path d="M5 19c1.778 -4.667 1.778 -9.333 0 -14" />\n  <path d="M8 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" />\n  <path d="M18 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',IQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-4" />\n  <path d="M2 9h6" />\n  <path d="M2 15h6" />\n  <path d="M7 19c1.778 -4.667 1.778 -9.333 0 -14" />\n  <path d="M10 5c10.667 2.1 10.667 12.6 0 14c1.806 -4.667 1.806 -9.333 0 -14z" />\n</svg>\n\n\n',yQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 8v-2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2" />\n  <path d="M3 12h13l-3 -3" />\n  <path d="M13 15l3 -3" />\n</svg>\n\n\n',kQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2" />\n  <path d="M21 12h-13l3 -3" />\n  <path d="M11 15l-3 -3" />\n</svg>\n\n\n',CQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v-2a2 2 0 0 1 2 -2h7a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-7a2 2 0 0 1 -2 -2v-2" />\n  <path d="M15 12h-12l3 -3" />\n  <path d="M6 15l-3 -3" />\n</svg>\n\n\n',DQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8v-2a2 2 0 0 0 -2 -2h-7a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7a2 2 0 0 0 2 -2v-2" />\n  <path d="M9 12h12l-3 -3" />\n  <path d="M18 15l3 -3" />\n</svg>\n\n\n',BQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.462 7.493a7 7 0 0 0 9.06 9.039m2.416 -1.57a7 7 0 1 0 -9.884 -9.915" />\n  <path d="M21 10a3.5 3.5 0 0 0 -7 0" />\n  <path d="M12.71 12.715a3.5 3.5 0 0 1 -5.71 -2.715" />\n  <path d="M14 17c.838 0 1.607 -.294 2.209 -.785m1.291 -2.715a3.5 3.5 0 0 0 -3.5 -3.5" />\n  <path d="M14 3a3.5 3.5 0 0 0 -3.5 3.5" />\n  <path d="M3 21l6 -6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',zQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M21 10a3.5 3.5 0 0 0 -7 0" />\n  <path d="M14 10a3.5 3.5 0 0 1 -7 0" />\n  <path d="M14 17a3.5 3.5 0 0 0 0 -7" />\n  <path d="M14 3a3.5 3.5 0 0 0 0 7" />\n  <path d="M3 21l6 -6" />\n</svg>\n\n\n',EQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 6h6a2 2 0 0 1 2 2v6m0 4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-10c0 -.546 .218 -1.04 .573 -1.4" />\n  <path d="M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1" />\n  <path d="M6 10h4m4 0h4" />\n  <path d="M6 16h10" />\n  <path d="M9 20v1" />\n  <path d="M15 20v1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',SQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M9 6v-1a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1" />\n  <path d="M6 10h12" />\n  <path d="M6 16h12" />\n  <path d="M9 20v1" />\n  <path d="M15 20v1" />\n</svg>\n\n\n',TQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.583 6.608c-1.206 1.058 -2.07 2.626 -2.933 5.449c-.42 1.37 -.636 2.962 -.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203 .007c1.611 0 2.918 -1.335 2.918 -2.98v-8.02" />\n  <path d="M15 11v-3.743c0 -.694 .552 -1.257 1.233 -1.257c.204 0 .405 .052 .584 .15l.13 .083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37 .636 2.962 .648 4.775c0 .063 0 .125 0 .187m-1.455 2.51c-.417 .265 -.9 .43 -1.419 .464l-.202 .007c-1.613 0 -2.92 -1.335 -2.92 -2.98v-2.02" />\n  <path d="M9 12a2.99 2.99 0 0 0 2.132 -.89" />\n  <path d="M12 4v4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',AQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.081 20c1.612 0 2.919 -1.335 2.919 -2.98v-9.763c0 -.694 -.552 -1.257 -1.232 -1.257c-.205 0 -.405 .052 -.584 .15l-.13 .083c-1.46 1.059 -2.432 2.647 -3.404 5.824c-.42 1.37 -.636 2.962 -.648 4.775c-.012 1.675 1.261 3.054 2.877 3.161l.203 .007z" />\n  <path d="M17.92 20c-1.613 0 -2.92 -1.335 -2.92 -2.98v-9.763c0 -.694 .552 -1.257 1.233 -1.257c.204 0 .405 .052 .584 .15l.13 .083c1.46 1.059 2.432 2.647 3.405 5.824c.42 1.37 .636 2.962 .648 4.775c.012 1.675 -1.261 3.054 -2.878 3.161l-.202 .007z" />\n  <path d="M9 12a3 3 0 0 0 3 -3a3 3 0 0 0 3 3" />\n  <path d="M12 4v5" />\n</svg>\n\n\n',OQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 15a6 6 0 0 0 11.47 2.467" />\n  <path d="M15.53 15.53a6 6 0 0 0 -3.53 5.47" />\n  <path d="M12 21a6 6 0 0 0 -6 -6" />\n  <path d="M12 21v-10" />\n  <path d="M10.866 10.87a5.007 5.007 0 0 1 -3.734 -3.723m-.132 -4.147l3 2l2 -2l2 2l3 -2v3a5 5 0 0 1 -2.604 4.389" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',HQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 15a6 6 0 1 0 12 0" />\n  <path d="M18 15a6 6 0 0 0 -6 6" />\n  <path d="M12 21a6 6 0 0 0 -6 -6" />\n  <path d="M12 21v-10" />\n  <path d="M12 11a5 5 0 0 1 -5 -5v-3l3 2l2 -2l2 2l3 -2v3a5 5 0 0 1 -5 5z" />\n</svg>\n\n\n',RQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3a2 2 0 0 1 2 2m0 4v4a3 3 0 0 0 5.552 1.578m.448 -3.578v-6a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a7.99 7.99 0 0 1 -.424 2.577m-1.463 2.584a8 8 0 0 1 -14.113 -5.161v-8c0 -.297 .065 -.58 .181 -.833" />\n  <path d="M4 8h4" />\n  <path d="M15 8h4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',PQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 13v-8a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a2 2 0 0 0 6 0v-8a2 2 0 0 1 2 -2h1a2 2 0 0 1 2 2v8a8 8 0 0 1 -16 0" />\n  <path d="M4 8l5 0" />\n  <path d="M15 8l4 0" />\n</svg>\n\n\n',FQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3v18" />\n  <path d="M18 7c-.633 -1.255 -1.538 -2 -2.5 -2c-1.933 0 -3.5 3.134 -3.5 7s1.567 7 3.5 7s3.5 -3.134 3.5 -7v-1" />\n  <path d="M6 7c.633 -1.255 1.538 -2 2.5 -2c1.933 0 3.5 3.134 3.5 7s-1.567 7 -3.5 7s-3.5 -3.134 -3.5 -7v-1" />\n  <path d="M3 13l2 -2l2 2" />\n  <path d="M17 13l2 -2l2 2" />\n</svg>\n\n\n',LQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 19h-5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />\n  <path d="M3 7l8 5.345m4 -1.345l6 -4" />\n  <path d="M14 21v-4a2 2 0 1 1 4 0v4" />\n  <path d="M14 19h4" />\n  <path d="M21 15v6" />\n</svg>\n\n\n',NQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19h-8a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" />\n  <path d="M3 7l9 6l9 -6" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',VQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n  <path d="M3 7l9 6l9 -6" />\n</svg>\n\n\n',UQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" />\n  <path d="M3 7l9 6l9 -6" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',jQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" />\n  <path d="M3 7l9 6l9 -6" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',GQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5" />\n  <path d="M3 7l9 6l9 -6" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',WQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 19h-8.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v3.5" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n  <path d="M3 7l9 6l9 -6" />\n</svg>\n\n\n',$Q='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n  <path d="M3 7l9 6l9 -6" />\n</svg>\n\n\n',XQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 19h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" />\n  <path d="M3 7l9 6l9 -6" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',KQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7h3" />\n  <path d="M3 11h2" />\n  <path d="M9.02 8.801l-.6 6a2 2 0 0 0 1.99 2.199h7.98a2 2 0 0 0 1.99 -1.801l.6 -6a2 2 0 0 0 -1.99 -2.199h-7.98a2 2 0 0 0 -1.99 1.801z" />\n  <path d="M9.8 7.5l2.982 3.28a3 3 0 0 0 4.238 .202l3.28 -2.982" />\n</svg>\n\n\n',YQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 7.535v9.465a3 3 0 0 1 -2.824 2.995l-.176 .005h-14a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-9.465l9.445 6.297l.116 .066a1 1 0 0 0 .878 0l.116 -.066l9.445 -6.297z" stroke-width="0" fill="currentColor" />\n  <path d="M19 4c1.08 0 2.027 .57 2.555 1.427l-9.555 6.37l-9.555 -6.37a2.999 2.999 0 0 1 2.354 -1.42l.201 -.007h14z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',QQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" />\n  <path d="M3 6l9 6l9 -6" />\n  <path d="M15 18h6" />\n  <path d="M18 15l3 3l-3 3" />\n</svg>\n\n\n',ZQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.5 19h-5.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />\n  <path d="M3 7l9 6l2.983 -1.989l6.017 -4.011" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',qQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8" />\n  <path d="M16 19h6" />\n  <path d="M3 7l9 6l9 -6" />\n</svg>\n\n\n',JQ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h10a2 2 0 0 1 2 2v10m-2 2h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2" />\n  <path d="M3 7l9 6l.565 -.377m2.435 -1.623l6 -4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',tZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.872 14.287l6.522 6.52a2.996 2.996 0 0 1 -2.218 1.188l-.176 .005h-14a2.995 2.995 0 0 1 -2.394 -1.191l6.521 -6.522l2.318 1.545l.116 .066a1 1 0 0 0 .878 0l.116 -.066l2.317 -1.545z" stroke-width="0" fill="currentColor" />\n  <path d="M2 9.535l5.429 3.62l-5.429 5.43z" stroke-width="0" fill="currentColor" />\n  <path d="M22 9.535v9.05l-5.43 -5.43z" stroke-width="0" fill="currentColor" />\n  <path d="M12.44 2.102l.115 .066l8.444 5.629l-8.999 6l-9 -6l8.445 -5.63a1 1 0 0 1 .994 -.065z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',eZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 9l9 6l9 -6l-9 -6l-9 6" />\n  <path d="M21 9v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10" />\n  <path d="M3 19l6 -6" />\n  <path d="M15 13l6 6" />\n</svg>\n\n\n',nZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19h-8a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" />\n  <path d="M3 7l9 6l9 -6" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',aZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n  <path d="M3 7l9 6l9 -6" />\n</svg>\n\n\n',oZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n  <path d="M3 7l9 6l9 -6" />\n</svg>\n\n\n',iZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 19h-10a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n  <path d="M3 7l9 6l9 -6" />\n</svg>\n\n\n',sZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n  <path d="M3 7l9 6l9 -6" />\n</svg>\n\n\n',rZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19h-8a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" />\n  <path d="M3 7l9 6l9 -6" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',lZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 19h-5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4.5" />\n  <path d="M3 7l9 6l9 -6" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',hZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5.5" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n  <path d="M3 7l9 6l9 -6" />\n</svg>\n\n\n',dZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 19h-8.5a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" />\n  <path d="M3 7l9 6l9 -6" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',cZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z" />\n  <path d="M3 7l9 6l9 -6" />\n</svg>\n\n\n',pZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 21v-6.5a3.5 3.5 0 0 0 -7 0v6.5h18m0 -4v-2a4 4 0 0 0 -4 -4h-2m-4 0h-4.5" />\n  <path d="M12 8v-5h4l2 2l-2 2h-4" />\n  <path d="M6 15h1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',vZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 21v-6.5a3.5 3.5 0 0 0 -7 0v6.5h18v-6a4 4 0 0 0 -4 -4h-10.5" />\n  <path d="M12 11v-8h4l2 2l-2 2h-4" />\n  <path d="M6 15h1" />\n</svg>\n\n\n',uZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16v5" />\n  <path d="M14 16v5" />\n  <path d="M9 9h6l-1 7h-4z" />\n  <path d="M5 11c1.333 -1.333 2.667 -2 4 -2" />\n  <path d="M19 11c-1.333 -1.333 -2.667 -2 -4 -2" />\n  <path d="M12 4m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',gZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 8l0 8" />\n  <path d="M12 8l0 8" />\n  <path d="M19 8v2a2 2 0 0 1 -2 2h-12" />\n</svg>\n\n\n',mZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v7.5" />\n  <path d="M9 4v13" />\n  <path d="M15 7v5.5" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',fZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v8.5" />\n  <path d="M9 4v13" />\n  <path d="M15 7v7.5" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',wZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8" />\n  <path d="M9 4v13" />\n  <path d="M15 7v6" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',MZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v9" />\n  <path d="M9 4v13" />\n  <path d="M15 7v8" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',_Z='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v9" />\n  <path d="M9 4v13" />\n  <path d="M15 7v6.5" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',bZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8" />\n  <path d="M9 4v13" />\n  <path d="M15 7v6.5" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',xZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v8.5" />\n  <path d="M9 4v13" />\n  <path d="M15 7v5.5" />\n  <path d="M16 21l5 -5" />\n  <path d="M21 21v.01" />\n  <path d="M16 16v.01" />\n</svg>\n\n\n',IZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v6.5" />\n  <path d="M9 4v13" />\n  <path d="M15 7v5" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',yZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8.5" />\n  <path d="M9 4v13" />\n  <path d="M15 7v8" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',kZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14 9h-4v6h4" />\n  <path d="M10 12h2.5" />\n</svg>\n\n\n',CZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 20l-6 -3l-6 3v-13l6 -3l6 3l6 -3v8.5" />\n  <path d="M9 4v13" />\n  <path d="M15 7v13" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',DZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 17.5l-1 -.5l-6 3v-13l6 -3l6 3l6 -3v7" />\n  <path d="M9 4v13" />\n  <path d="M15 7v4" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',BZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v11" />\n  <path d="M9 4v13" />\n  <path d="M15 7v8" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',zZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 15v-6l4 6v-6" />\n</svg>\n\n\n',EZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.32 4.34l.68 -.34l6 3l6 -3v13m-2.67 1.335l-3.33 1.665l-6 -3l-6 3v-13l2.665 -1.333" />\n  <path d="M9 4v1m0 4v8" />\n  <path d="M15 7v4m0 4v5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',SZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v9" />\n  <path d="M9 4v13" />\n  <path d="M15 7v6.5" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',TZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v7" />\n  <path d="M9 4v13" />\n  <path d="M15 7v5" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',AZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M13.414 20.9a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.591 -4.629" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',OZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M12.463 21.431a1.999 1.999 0 0 1 -1.876 -.531l-4.244 -4.243a8 8 0 1 1 13.594 -4.655" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',HZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M11.87 21.48a1.992 1.992 0 0 1 -1.283 -.58l-4.244 -4.243a8 8 0 1 1 13.355 -3.474" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',RZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M11.85 21.48a1.992 1.992 0 0 1 -1.263 -.58l-4.244 -4.243a8 8 0 1 1 13.385 -3.585" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',PZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M12.005 21.485a1.994 1.994 0 0 1 -1.418 -.585l-4.244 -4.243a8 8 0 1 1 13.634 -5.05" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',FZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M13.02 21.206a2 2 0 0 1 -2.433 -.306l-4.244 -4.243a8 8 0 1 1 13.607 -6.555" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',LZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M12.736 21.345a2 2 0 0 1 -2.149 -.445l-4.244 -4.243a8 8 0 1 1 13.59 -4.624" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',NZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M15.005 19.31l-1.591 1.59a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.592 -4.638" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',VZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.364 4.636a9 9 0 0 1 .203 12.519l-.203 .21l-4.243 4.242a3 3 0 0 1 -4.097 .135l-.144 -.135l-4.244 -4.243a9 9 0 0 1 12.728 -12.728zm-6.364 3.364a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',UZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11a3 3 0 1 0 -3.973 2.839" />\n  <path d="M11.76 21.47a1.991 1.991 0 0 1 -1.173 -.57l-4.244 -4.243a8 8 0 1 1 13.657 -5.588" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',jZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M12.758 21.337a2 2 0 0 1 -2.171 -.437l-4.244 -4.243a8 8 0 1 1 12.585 -1.652" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',GZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.442 9.432a3 3 0 0 0 4.113 4.134m1.445 -2.566a3 3 0 0 0 -3 -3" />\n  <path d="M17.152 17.162l-3.738 3.738a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 0 1 -.476 -10.794m2.18 -1.82a8.003 8.003 0 0 1 10.91 10.912" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',WZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M13.414 20.9a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.337 -3.413" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',$Z='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M12.783 21.326a2 2 0 0 1 -2.196 -.426l-4.244 -4.243a8 8 0 1 1 13.657 -5.62" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',XZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M12.794 21.322a2 2 0 0 1 -2.207 -.422l-4.244 -4.243a8 8 0 1 1 13.59 -4.616" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',KZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M14.997 19.317l-1.583 1.583a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.657 -5.584" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',YZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.916 11.707a3 3 0 1 0 -2.916 2.293" />\n  <path d="M11.991 21.485a1.994 1.994 0 0 1 -1.404 -.585l-4.244 -4.243a8 8 0 1 1 13.651 -5.351" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',QZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M12.02 21.485a1.996 1.996 0 0 1 -1.433 -.585l-4.244 -4.243a8 8 0 1 1 13.403 -3.651" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',ZZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11a3 3 0 1 0 -3.908 2.86" />\n  <path d="M11.059 21.25a2 2 0 0 1 -.472 -.35l-4.244 -4.243a8 8 0 1 1 13.646 -6.079" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',qZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M12.789 21.324a2 2 0 0 1 -2.202 -.424l-4.244 -4.243a8 8 0 1 1 13.59 -4.626" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',JZ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M13.024 21.204a2 2 0 0 1 -2.437 -.304l-4.244 -4.243a8 8 0 1 1 13.119 -2.766" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',tq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z" />\n</svg>\n\n\n',eq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.828 9.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829z" />\n  <path d="M8 7l0 .01" />\n  <path d="M18.828 17.828a4 4 0 1 0 -5.656 0l2.828 2.829l2.828 -2.829z" />\n  <path d="M16 15l0 .01" />\n</svg>\n\n\n',nq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8.5" />\n  <path d="M9 4v13" />\n  <path d="M15 7v8" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',aq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 20l-6 -3l-6 3v-13l6 -3l6 3l6 -3v7.5" />\n  <path d="M9 4v13" />\n  <path d="M15 7v5.5" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',oq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7l6 -3l6 3l6 -3v13l-6 3l-6 -3l-6 3v-13" />\n  <path d="M9 12v.01" />\n  <path d="M6 13v.01" />\n  <path d="M17 15l-4 -4" />\n  <path d="M13 15l4 -4" />\n</svg>\n\n\n',iq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 18l-2 -1l-6 3v-13l6 -3l6 3l6 -3v7.5" />\n  <path d="M9 4v13" />\n  <path d="M15 7v5" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',sq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 19l-4 -2l-6 3v-13l6 -3l6 3l6 -3v9" />\n  <path d="M9 4v13" />\n  <path d="M15 7v6.5" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',rq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 14.25c0 .414 .336 .75 .75 .75h2.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h2.25a.75 .75 0 0 1 .75 .75" />\n</svg>\n\n\n',lq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.718 17.359l-.718 -.359l-6 3v-13l6 -3l6 3l6 -3v7.5" />\n  <path d="M9 4v13" />\n  <path d="M15 7v4" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',hq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.5l-3 -1.5l-6 3v-13l6 -3l6 3l6 -3v8.5" />\n  <path d="M9 4v13" />\n  <path d="M15 7v7.5" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',dq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 9l1 6l2 -3.75l2 3.75l1 -6" />\n</svg>\n\n\n',cq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 19.5l-5 -2.5l-6 3v-13l6 -3l6 3l6 -3v9" />\n  <path d="M9 4v13" />\n  <path d="M15 7v6.5" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',pq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7l6 -3l6 3l6 -3v13l-6 3l-6 -3l-6 3v-13" />\n  <path d="M9 4v13" />\n  <path d="M15 7v13" />\n</svg>\n\n\n',vq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h10a2 2 0 0 1 2 2v10" />\n  <path d="M19 19h-14a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 1.85 -2" />\n  <path d="M7 15v-6l2 2l1 -1m1 1v4" />\n  <path d="M17.5 13.5l.5 -.5m-2 -1v-3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',uq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 15v-6l2 2l2 -2v6" />\n  <path d="M14 13l2 2l2 -2m-2 2v-6" />\n</svg>\n\n\n',gq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2" />\n</svg>\n\n\n',mq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6c0 -.556 .227 -1.059 .593 -1.421" />\n  <path d="M9 4h1.5" />\n  <path d="M13.5 4h1.5" />\n  <path d="M18 4a2 2 0 0 1 2 2" />\n  <path d="M20 9v1.5" />\n  <path d="M20 13.5v1.5" />\n  <path d="M19.402 19.426a1.993 1.993 0 0 1 -1.402 .574" />\n  <path d="M15 20h-1.5" />\n  <path d="M10.5 20h-1.5" />\n  <path d="M6 20a2 2 0 0 1 -2 -2" />\n  <path d="M4 15v-1.5" />\n  <path d="M4 10.5v-1.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',fq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6a2 2 0 0 1 2 -2m3 0h1.5m3 0h1.5m3 0a2 2 0 0 1 2 2m0 3v1.5m0 3v1.5m0 3a2 2 0 0 1 -2 2m-3 0h-1.5m-3 0h-1.5m-3 0a2 2 0 0 1 -2 -2m0 -3v-1.5m0 -3v-1.5m0 -3" />\n</svg>\n\n\n',wq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 14m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M19 5l-5.4 5.4" />\n  <path d="M19 5l-5 0" />\n  <path d="M19 5l0 5" />\n</svg>\n\n\n',Mq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.42 19.41a2 2 0 0 1 -1.42 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.055 .588 -1.417m3.412 -.583h10a2 2 0 0 1 2 2v10" />\n  <path d="M9.885 9.872a3 3 0 1 0 4.245 4.24m.582 -3.396a3.012 3.012 0 0 0 -1.438 -1.433" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',_q='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',bq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 9c.058 0 .133 0 .192 0h6.616a2 2 0 0 1 1.992 2.183l-.554 6.041m-1.286 2.718a3.99 3.99 0 0 1 -2.71 1.058h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182" />\n  <path d="M18 13h.01" />\n  <path d="M15 16.5c.657 .438 1.313 .588 1.97 .451" />\n  <path d="M8.632 15.982a4.05 4.05 0 0 1 -.382 .018h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 .514 -1.531a1.99 1.99 0 0 1 1.286 -.652m4 0h2.808a2 2 0 0 1 2 2" />\n  <path d="M6 8h.01" />\n  <path d="M6 12c.764 -.51 1.528 -.63 2.291 -.36" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',xq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.192 9h6.616a2 2 0 0 1 1.992 2.183l-.567 6.182a4 4 0 0 1 -3.983 3.635h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 1.992 -2.183z" />\n  <path d="M15 13h.01" />\n  <path d="M18 13h.01" />\n  <path d="M15 16.5c1 .667 2 .667 3 0" />\n  <path d="M8.632 15.982a4.037 4.037 0 0 1 -.382 .018h-1.5a4 4 0 0 1 -3.983 -3.635l-.567 -6.182a2 2 0 0 1 1.992 -2.183h6.616a2 2 0 0 1 2 2" />\n  <path d="M6 8h.01" />\n  <path d="M9 8h.01" />\n  <path d="M6 12c.764 -.51 1.528 -.63 2.291 -.36" />\n</svg>\n\n\n',Iq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M4 22l4 -2v-3h12" />\n  <path d="M11 20h9" />\n  <path d="M8 14l3 -2l1 -4c3 1 3 4 3 6" />\n</svg>\n\n\n',yq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l14 -9" />\n  <path d="M17 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M17 3l3.62 7.29a4.007 4.007 0 0 1 -.764 4.51a4 4 0 0 1 -6.493 -4.464l3.637 -7.336z" />\n</svg>\n\n\n',kq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12h14" />\n  <path d="M10 15h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3" />\n  <path d="M10 5l2 -2v6" />\n</svg>\n\n\n',Cq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15.5a.5 .5 0 0 1 .5 -.5h2a1.5 1.5 0 0 1 0 3h-1.167h1.167a1.5 1.5 0 0 1 0 3h-2a.5 .5 0 0 1 -.5 -.5" />\n  <path d="M5 12h14" />\n  <path d="M10 5l2 -2v6" />\n</svg>\n\n\n',Dq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l18 -18" />\n  <path d="M12 12m-8 0a8 8 0 1 0 16 0a8 8 0 1 0 -16 0" />\n</svg>\n\n\n',Bq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 18l14 -4" />\n  <path d="M5 14l14 -4l-14 -4" />\n</svg>\n\n\n',zq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 18l-14 -4" />\n  <path d="M19 14l-14 -4l14 -4" />\n</svg>\n\n\n',Eq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10h1c.882 0 .986 .777 1.694 2.692" />\n  <path d="M13 17c.864 0 1.727 -.663 2.495 -1.512m1.717 -2.302c.993 -1.45 2.39 -3.186 3.788 -3.186" />\n  <path d="M3 19c0 1.5 .5 2 2 2s2 -4 3 -9c.237 -1.186 .446 -2.317 .647 -3.35m.727 -3.248c.423 -1.492 .91 -2.402 1.626 -2.402c1.5 0 2 .5 2 2" />\n  <path d="M5 12h6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Sq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2" />\n  <path d="M5 12h6" />\n  <path d="M15 12l3 5.063" />\n  <path d="M21 12l-4.8 9" />\n</svg>\n\n\n',Tq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2" />\n  <path d="M5 12h6" />\n  <path d="M15 12l6 6" />\n  <path d="M15 18l6 -6" />\n</svg>\n\n\n',Aq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 18l14 -6l-14 -6" />\n</svg>\n\n\n',Oq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2" />\n  <path d="M14 12l6 6" />\n  <path d="M14 18l6 -6" />\n</svg>\n\n\n',Hq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2" />\n</svg>\n\n\n',Rq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2" />\n  <path d="M11 19a2 2 0 0 0 2 2c2 0 2 -4 3 -9s1 -9 3 -9a2 2 0 0 1 2 2" />\n</svg>\n\n\n',Pq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 18l-14 -6l14 -6" />\n</svg>\n\n\n',Fq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M5 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M3 14s.605 -5.44 2.284 -7.862m3.395 .026c2.137 2.652 4.547 9.113 6.68 11.719" />\n  <path d="M18.748 18.038c.702 -.88 1.452 -3.56 2.252 -8.038" />\n</svg>\n\n\n',Lq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 6a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M3 15s.616 -5.544 2.332 -7.93" />\n  <path d="M8.637 7.112c2.717 3.313 5.882 12.888 8.363 12.888c2 0 3.333 -3 4 -9" />\n</svg>\n\n\n',Nq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 18a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M3 13s1 -9 4 -9c2.48 0 5.643 9.565 8.36 12.883" />\n  <path d="M18.748 17.038c.702 -.88 1.452 -3.56 2.252 -8.038" />\n</svg>\n\n\n',Vq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12h14v4" />\n</svg>\n\n\n',Uq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 19l2.5 -2.5" />\n  <path d="M18.5 14.5l1.5 -1.5" />\n  <path d="M3 3l18 18" />\n  <path d="M19 5h-7l-.646 2.262" />\n  <path d="M10.448 10.431l-2.448 8.569l-3 -6h-2" />\n</svg>\n\n\n',jq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3" />\n  <path d="M5 12h14" />\n  <path d="M10 9v-6" />\n  <path d="M14 3v6" />\n  <path d="M15 3h-6" />\n</svg>\n\n\n',Gq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 20v-16" />\n  <path d="M17 4v16" />\n  <path d="M20 4h-16" />\n</svg>\n\n\n',Wq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12l18 0" />\n  <path d="M12 3l0 18" />\n  <path d="M16.5 4.5l3 3" />\n  <path d="M19.5 4.5l-3 3" />\n  <path d="M6 4l0 4" />\n  <path d="M4 6l4 0" />\n  <path d="M18 16l.01 0" />\n  <path d="M18 20l.01 0" />\n  <path d="M4 18l4 0" />\n</svg>\n\n\n',$q='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3" />\n  <path d="M5 12h14" />\n  <path d="M9 3l6 6" />\n  <path d="M9 9l6 -6" />\n</svg>\n\n\n',Xq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l18 -18" />\n  <path d="M15 14l3 4.5" />\n  <path d="M21 14l-4.5 7" />\n  <path d="M3 4l6 6" />\n  <path d="M3 10l6 -6" />\n</svg>\n\n\n',Kq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 3l6 6" />\n  <path d="M9 9l6 -6" />\n  <path d="M9 15l3 4.5" />\n  <path d="M15 15l-4.5 7" />\n  <path d="M5 12h14" />\n</svg>\n\n\n',Yq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 9l6 6" />\n  <path d="M2 15l6 -6" />\n  <path d="M16 9l6 6" />\n  <path d="M16 15l6 -6" />\n  <path d="M10 12h4" />\n</svg>\n\n\n',Qq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 9l6 6" />\n  <path d="M2 15l6 -6" />\n  <path d="M16 9l3 5.063" />\n  <path d="M22 9l-4.8 9" />\n  <path d="M10 12h4" />\n</svg>\n\n\n',Zq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 9l6 6" />\n  <path d="M2 15l6 -6" />\n  <path d="M16 9l6 6" />\n  <path d="M16 15l6 -6" />\n  <path d="M10 12h4" />\n  <path d="M12 10v4" />\n</svg>\n\n\n',qq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 9l3 5.063" />\n  <path d="M2 9l6 6" />\n  <path d="M2 15l6 -6" />\n  <path d="M22 9l-4.8 9" />\n  <path d="M10 12h4" />\n  <path d="M12 10v4" />\n</svg>\n\n\n',Jq='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 9l3 5.063" />\n  <path d="M4 9l6 6" />\n  <path d="M4 15l6 -6" />\n  <path d="M20 9l-4.8 9" />\n</svg>\n\n\n',tJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 9l3 5.063" />\n  <path d="M8 9l-4.8 9" />\n  <path d="M16 9l3 5.063" />\n  <path d="M22 9l-4.8 9" />\n  <path d="M10 12h4" />\n</svg>\n\n\n',eJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 9l3 5.063" />\n  <path d="M8 9l-4.8 9" />\n  <path d="M16 9l3 5.063" />\n  <path d="M22 9l-4.8 9" />\n  <path d="M10 12h4" />\n  <path d="M12 10v4" />\n</svg>\n\n\n',nJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 5h-7l-4 14l-3 -6h-2" />\n  <path d="M14 13l6 6" />\n  <path d="M14 19l6 -6" />\n</svg>\n\n\n',aJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2c0 -.551 .223 -1.05 .584 -1.412" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2c.545 0 1.04 -.218 1.4 -.572" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',oJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n</svg>\n\n\n',iJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.62 8.382l1.966 -1.967a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-1.82 1.821" />\n  <path d="M5.904 18.596c2.733 2.734 5.9 4 7.07 2.829c1.172 -1.172 -.094 -4.338 -2.828 -7.071c-2.733 -2.734 -5.9 -4 -7.07 -2.829c-1.172 1.172 .094 4.338 2.828 7.071z" />\n  <path d="M7.5 16l1 1" />\n  <path d="M12.975 21.425c1.582 -1.582 2.679 -3.407 3.242 -5.2" />\n  <path d="M16.6 12.6c-.16 -1.238 -.653 -2.345 -1.504 -3.195c-.85 -.85 -1.955 -1.344 -3.192 -1.503" />\n  <path d="M8.274 8.284c-1.792 .563 -3.616 1.66 -5.198 3.242" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',sJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.62 8.382l1.966 -1.967a2 2 0 1 1 3.414 -1.415a2 2 0 1 1 -1.413 3.414l-1.82 1.821" />\n  <path d="M5.904 18.596c2.733 2.734 5.9 4 7.07 2.829c1.172 -1.172 -.094 -4.338 -2.828 -7.071c-2.733 -2.734 -5.9 -4 -7.07 -2.829c-1.172 1.172 .094 4.338 2.828 7.071z" />\n  <path d="M7.5 16l1 1" />\n  <path d="M12.975 21.425c3.905 -3.906 4.855 -9.288 2.121 -12.021c-2.733 -2.734 -8.115 -1.784 -12.02 2.121" />\n</svg>\n\n\n',rJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 3h6l3 7l-6 2l-6 -2z" />\n  <path d="M12 12l-3 -9" />\n  <path d="M15 11l-3 -8" />\n  <path d="M12 19.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z" />\n</svg>\n\n\n',lJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4v3m-4 -3v6m8 -6v6" />\n  <path d="M12 18.5l-3 1.5l.5 -3.5l-2 -2l3 -.5l1.5 -3l1.5 3l3 .5l-2 2l.5 3.5z" />\n</svg>\n\n\n',hJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M12 8v8" />\n  <path d="M15.5 10l-7 4" />\n  <path d="M15.5 14l-7 -4" />\n</svg>\n\n\n',dJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 2l-.15 .005a2 2 0 0 0 -1.85 1.995v2.803l-2.428 -1.401a2 2 0 0 0 -2.732 .732l-1 1.732l-.073 .138a2 2 0 0 0 .805 2.594l2.427 1.402l-2.427 1.402a2 2 0 0 0 -.732 2.732l1 1.732l.083 .132a2 2 0 0 0 2.649 .6l2.428 -1.402v2.804a2 2 0 0 0 2 2h2l.15 -.005a2 2 0 0 0 1.85 -1.995v-2.804l2.428 1.403a2 2 0 0 0 2.732 -.732l1 -1.732l.073 -.138a2 2 0 0 0 -.805 -2.594l-2.428 -1.403l2.428 -1.402a2 2 0 0 0 .732 -2.732l-1 -1.732l-.083 -.132a2 2 0 0 0 -2.649 -.6l-2.428 1.4v-2.802a2 2 0 0 0 -2 -2h-2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',cJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.928 17.733l-.574 -.331l-3.354 -1.938v4.536a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1 -1.732a1 1 0 0 1 .366 -1.366l3.927 -2.268l-3.927 -2.268a1 1 0 0 1 -.366 -1.366l1 -1.732a1 1 0 0 1 1.366 -.366l.333 .192m3.595 -.46v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366l-3.927 2.268l3.927 2.269a1 1 0 0 1 .366 1.366l-.24 .416" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',pJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 3a1 1 0 0 1 1 1v4.535l3.928 -2.267a1 1 0 0 1 1.366 .366l1 1.732a1 1 0 0 1 -.366 1.366l-3.927 2.268l3.927 2.269a1 1 0 0 1 .366 1.366l-1 1.732a1 1 0 0 1 -1.366 .366l-3.928 -2.269v4.536a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-4.536l-3.928 2.268a1 1 0 0 1 -1.366 -.366l-1 -1.732a1 1 0 0 1 .366 -1.366l3.927 -2.268l-3.927 -2.268a1 1 0 0 1 -.366 -1.366l1 -1.732a1 1 0 0 1 1.366 -.366l3.928 2.267v-4.535a1 1 0 0 1 1 -1h2z" />\n</svg>\n\n\n',vJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 21h8a1 1 0 0 0 1 -1v-10a3 3 0 0 0 -3 -3h-4a3 3 0 0 0 -3 3v10a1 1 0 0 0 1 1z" />\n  <path d="M10 14h4" />\n  <path d="M12 12v4" />\n  <path d="M10 7v-3a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v3" />\n</svg>\n\n\n',uJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 20h-5a1 1 0 0 1 -1 -1c0 -2 3.378 -4.907 4 -6c-1 0 -4 -.5 -4 -2c0 -2 4 -3.5 6 -4c0 -1.5 .5 -4 3 -4s3 2.5 3 4c2 .5 6 2 6 4c0 1.5 -3 2 -4 2c.622 1.093 4 4 4 6a1 1 0 0 1 -1 1h-5c-1 0 -2 -4 -3 -4s-2 4 -3 4z" />\n</svg>\n\n\n',gJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 10c0 5.523 -4.477 10 -10 10a9.967 9.967 0 0 1 -6.984 -2.842l4.343 -4.153a4 4 0 0 0 5.76 -5.51l4.342 -4.153a9.963 9.963 0 0 1 2.539 6.658z" />\n</svg>\n\n\n',mJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4v16" />\n  <path d="M8 4v2a4 4 0 1 0 8 0v-2" />\n  <path d="M4 4v2a8 8 0 1 0 16 0v-2" />\n  <path d="M10 20h4" />\n</svg>\n\n\n',fJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6l16 0" />\n  <path d="M4 12l16 0" />\n  <path d="M4 18l16 0" />\n</svg>\n\n\n',wJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6h16" />\n  <path d="M7 12h13" />\n  <path d="M10 18h10" />\n</svg>\n\n\n',MJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10h16" />\n  <path d="M4 14h16" />\n  <path d="M9 18l3 3l3 -3" />\n  <path d="M9 6l3 -3l3 3" />\n</svg>\n\n\n',_J='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8l16 0" />\n  <path d="M4 16l16 0" />\n</svg>\n\n\n',bJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M13 20l-1 1l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',xJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',IJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12 21l-1 -1l-2 -2h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',yJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12 21l-1 -1l-2 -2h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',kJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',CJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M13.5 19.5l-1.5 1.5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v3.5" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',DJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12.5 20.5l-.5 .5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',BJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M15 18l-3 3l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',zJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h3.5" />\n  <path d="M10.5 19.5l-1.5 -1.5h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',EJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',SJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h1m4 0h3" />\n  <path d="M8 13h5" />\n  <path d="M8 4h10a3 3 0 0 1 3 3v8c0 .57 -.16 1.104 -.436 1.558m-2.564 1.442h-3l-3 3l-3 -3h-3a3 3 0 0 1 -3 -3v-8c0 -1.084 .575 -2.034 1.437 -2.561" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',TJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M13 20l-1 1l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',AJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12.5 20.5l-.5 .5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',OJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12.5 20.5l-.5 .5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',HJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M14.5 18.5l-2.5 2.5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',RJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h5" />\n  <path d="M12 21l-.5 -.5l-2.5 -2.5h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',PJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12 21l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',FJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h4.5" />\n  <path d="M10 19l-1 -1h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',LJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12.354 20.646l-.354 .354l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',NJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M13.5 19.5l-1.5 1.5l-3 -3h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',VJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M9 18h-3a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-3l-3 3l-3 -3z" />\n</svg>\n\n\n',UJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',jJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M11.995 18.603l-3.995 2.397v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',GJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z" />\n  <path d="M9.5 9h.01" />\n  <path d="M14.5 9h.01" />\n  <path d="M9.5 13a3.5 3.5 0 0 0 5 0" />\n</svg>\n\n\n',WJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M10.99 19.206l-2.99 1.794v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',$J='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.821 4.91c3.898 -2.765 9.469 -2.539 13.073 .536c3.667 3.127 4.168 8.238 1.152 11.897c-2.842 3.447 -7.965 4.583 -12.231 2.805l-.232 -.101l-4.375 .931l-.075 .013l-.11 .009l-.113 -.004l-.044 -.005l-.11 -.02l-.105 -.034l-.1 -.044l-.076 -.042l-.108 -.077l-.081 -.074l-.073 -.083l-.053 -.075l-.065 -.115l-.042 -.106l-.031 -.113l-.013 -.075l-.009 -.11l.004 -.113l.005 -.044l.02 -.11l.022 -.072l1.15 -3.451l-.022 -.036c-2.21 -3.747 -1.209 -8.392 2.411 -11.118l.23 -.168z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',XJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 20l1.3 -3.9a9 8 0 1 1 3.4 2.9l-4.7 1" />\n</svg>\n\n\n',KJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.038 19.927a9.933 9.933 0 0 1 -5.338 -.927l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.993 1.7 2.93 4.043 2.746 6.346" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',YJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.015 19.98a9.87 9.87 0 0 1 -4.315 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.927 1.644 2.867 3.887 2.761 6.114" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',QJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.042 19.933a9.798 9.798 0 0 1 -3.342 -.933l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.127 1.814 3.052 4.36 2.694 6.808" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',ZJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.036 19.933a9.798 9.798 0 0 1 -3.336 -.933l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.128 1.815 3.053 4.361 2.694 6.81" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',qJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.996 19.98a9.868 9.868 0 0 1 -4.296 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.842 1.572 2.783 3.691 2.77 5.821" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',JJ='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.16 19.914a9.94 9.94 0 0 1 -5.46 -.914l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.384 1.181 2.26 2.672 2.603 4.243" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',ttt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.006 19.98a9.869 9.869 0 0 1 -4.306 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.993 1.7 2.93 4.041 2.746 6.344" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',ett='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.02 19.52c-2.34 .736 -5 .606 -7.32 -.52l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.96 1.671 2.898 3.963 2.755 6.227" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',ntt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.59 19.88a9.763 9.763 0 0 1 -2.89 -.88l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.565 1.335 2.479 3.065 2.71 4.861" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',att='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.023 19.98a9.87 9.87 0 0 1 -4.323 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.718 2.319 3.473 5.832 2.096 8.811" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',ott='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.595 4.577c3.223 -1.176 7.025 -.61 9.65 1.63c2.982 2.543 3.601 6.523 1.636 9.66m-1.908 2.109c-2.787 2.19 -6.89 2.666 -10.273 1.024l-4.7 1l1.3 -3.9c-2.229 -3.296 -1.494 -7.511 1.68 -10.057" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',itt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.989 19.932a9.93 9.93 0 0 1 -5.289 -.932l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.131 1.818 3.056 4.37 2.692 6.824" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',stt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.337 19.974a9.891 9.891 0 0 1 -4.637 -.974l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.63 1.39 2.554 3.21 2.736 5.085" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',rtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.007 19.98a9.869 9.869 0 0 1 -4.307 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.992 1.7 2.93 4.04 2.747 6.34" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',ltt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.02 19.52c-2.341 .736 -5 .606 -7.32 -.52l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.649 1.407 2.575 3.253 2.742 5.152" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',htt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.303 19.955a9.818 9.818 0 0 1 -3.603 -.955l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.73 1.476 2.665 3.435 2.76 5.433" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',dtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.58 19.963a9.906 9.906 0 0 1 -4.88 -.963l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.13 1.817 3.055 4.368 2.692 6.82" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',ctt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.517 19.869a9.757 9.757 0 0 1 -2.817 -.869l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.666 1.421 2.594 3.29 2.747 5.21" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',ptt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.004 19.98a9.869 9.869 0 0 1 -4.304 -.98l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c1.994 1.701 2.932 4.045 2.746 6.349" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',vtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.593 19.855a9.96 9.96 0 0 1 -5.893 -.855l-4.7 1l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c2.128 1.816 3.053 4.363 2.693 6.813" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',utt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 20l1.3 -3.9c-2.324 -3.437 -1.426 -7.872 2.1 -10.374c3.526 -2.501 8.59 -2.296 11.845 .48c3.255 2.777 3.695 7.266 1.029 10.501c-2.666 3.235 -7.615 4.215 -11.574 2.293l-4.7 1" />\n</svg>\n\n\n',gtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M11.012 19.193l-3.012 1.807v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',mtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12.031 18.581l-4.031 2.419v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',ftt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v3.5" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',wtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" />\n  <path d="M12 11l0 .01" />\n  <path d="M8 11l0 .01" />\n  <path d="M16 11l0 .01" />\n</svg>\n\n\n',Mtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M11.998 18.601l-3.998 2.399v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',_tt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M15 18h-2l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',btt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z" />\n  <path d="M13 8l3 3l-3 3" />\n  <path d="M16 11h-8" />\n</svg>\n\n\n',xtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h3.5" />\n  <path d="M10.48 19.512l-2.48 1.488v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',Itt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 21v-13a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-9l-4 4" />\n  <path d="M10 14v-4a2 2 0 1 1 4 0v4" />\n  <path d="M14 12h-4" />\n</svg>\n\n\n',ytt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M11.976 18.614l-3.976 2.386v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',ktt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h1m4 0h3" />\n  <path d="M8 13h5" />\n  <path d="M8 4h10a3 3 0 0 1 3 3v8c0 .577 -.163 1.116 -.445 1.573m-2.555 1.427h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8c0 -1.085 .576 -2.036 1.439 -2.562" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ctt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',Dtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12.007 18.596l-4.007 2.404v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',Btt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M12.01 18.594l-4.01 2.406v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',ztt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M14 18h-1l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',Ett='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z" />\n  <path d="M11 8l-3 3l3 3" />\n  <path d="M16 11h-8" />\n</svg>\n\n\n',Stt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z" />\n  <path d="M12 8v3" />\n  <path d="M12 14v.01" />\n</svg>\n\n\n',Ttt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h5" />\n  <path d="M11.008 19.195l-3.008 1.805v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',Att='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',Ott='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h4.5" />\n  <path d="M10.325 19.605l-2.325 1.395v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',Htt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M11.99 18.606l-3.99 2.394v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',Rtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M13 18l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',Ptt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h8" />\n  <path d="M8 13h6" />\n  <path d="M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12z" />\n</svg>\n\n\n',Ftt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M11 11a1 1 0 0 1 -1 -1m0 -3.968v-2.032a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10l-3 -3h-3" />\n  <path d="M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2" />\n</svg>\n\n\n',Ltt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 14l-3 -3h-7a1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1h9a1 1 0 0 1 1 1v10" />\n  <path d="M14 15v2a1 1 0 0 1 -1 1h-7l-3 3v-10a1 1 0 0 1 1 -1h2" />\n</svg>\n\n\n',Ntt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.75 5.761l3.25 -2.761l-1 5l9 -5l-5 9h5l-2.467 2.536m-1.983 2.04l-2.441 2.51a6.5 6.5 0 1 1 -8.855 -9.506l2.322 -1.972" />\n  <path d="M9.5 14.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Vtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 3l-5 9h5l-6.891 7.086a6.5 6.5 0 1 1 -8.855 -9.506l7.746 -6.58l-1 5l9 -5z" />\n  <path d="M9.5 14.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n</svg>\n\n\n',Utt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 5h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5" />\n  <path d="M4 12v6" />\n  <path d="M4 14a2 2 0 0 1 2 -2h.5a2.5 2.5 0 0 1 2.5 2.5v3.5" />\n  <path d="M9 15.5v-1a2.5 2.5 0 1 1 5 0v3.5" />\n</svg>\n\n\n',jtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 5h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" />\n  <path d="M4 12v6" />\n  <path d="M4 14a2 2 0 0 1 2 -2h.5a2.5 2.5 0 0 1 2.5 2.5v3.5" />\n  <path d="M9 15.5v-1a2.5 2.5 0 1 1 5 0v3.5" />\n</svg>\n\n\n',Gtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.153 8.188l-.72 -3.236a2.493 2.493 0 0 0 -4.867 0l-3.025 13.614a2 2 0 0 0 1.952 2.434h7.014a2 2 0 0 0 1.952 -2.434l-.524 -2.357m-4.935 1.791l9 -13" />\n  <path d="M20 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',Wtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.97 20c-2.395 -1.947 -4.763 -5.245 -1.005 -8c-.52 -4 3.442 -7.5 5.524 -7.5c.347 -1 1.499 -1.5 2.54 -1.5c1.04 0 2.135 .5 2.482 1.5c2.082 0 6.044 3.5 5.524 7.5c3.758 2.755 1.39 6.053 -1.005 8" />\n  <path d="M9 11m-1 0a1 2 0 1 0 2 0a1 2 0 1 0 -2 0" />\n  <path d="M15 11m-1 0a1 2 0 1 0 2 0a1 2 0 1 0 -2 0" />\n  <path d="M8 17.085c3.5 2.712 6.5 2.712 9 -1.085" />\n  <path d="M13 18.5c.815 -2.337 1.881 -1.472 2 -.55" />\n</svg>\n\n\n',$tt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.432 17.949c.863 1.544 2.589 1.976 4.13 1.112c1.54 -.865 1.972 -2.594 1.048 -4.138c-.185 -.309 -.309 -.556 -.494 -.74c.247 .06 .555 .06 .925 .06c1.726 0 2.959 -1.234 2.959 -2.963c0 -1.73 -1.233 -2.965 -3.02 -2.965c-.37 0 -.617 0 -.925 .062c.185 -.185 .308 -.432 .493 -.74c.863 -1.545 .431 -3.274 -1.048 -4.138c-1.541 -.865 -3.205 -.433 -4.13 1.111c-.185 .309 -.308 .556 -.432 .803c-.123 -.247 -.246 -.494 -.431 -.803c-.802 -1.605 -2.528 -2.038 -4.007 -1.173c-1.541 .865 -1.973 2.594 -1.048 4.137c.185 .31 .308 .556 .493 .741c-.246 -.061 -.555 -.061 -.924 -.061c-1.788 0 -3.021 1.235 -3.021 2.964c0 1.729 1.233 2.964 3.02 2.964" />\n  <path d="M4.073 21c4.286 -2.756 5.9 -5.254 7.927 -9" />\n</svg>\n\n\n',Xtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.792 17.063c0 .337 .057 .618 .057 .9c0 1.8 -1.238 3.037 -2.982 3.037c-1.8 0 -2.98 -1.238 -2.98 -3.206v-.731c-.957 .675 -1.576 .9 -2.42 .9c-1.518 0 -2.925 -1.463 -2.925 -3.094c0 -1.181 .844 -2.194 2.082 -2.756l.28 -.113c-1.574 -.787 -2.362 -1.688 -2.362 -2.925c0 -1.687 1.294 -3.094 2.925 -3.094c.675 0 1.52 .338 2.138 .788l.281 .112c0 -.337 -.056 -.619 -.056 -.844c0 -1.8 1.237 -3.037 2.98 -3.037c1.8 0 2.981 1.237 2.981 3.206v.394l-.056 .281c.956 -.675 1.575 -.9 2.419 -.9c1.519 0 2.925 1.463 2.925 3.094c0 1.181 -.844 2.194 -2.081 2.756l-.282 .169c1.575 .787 2.363 1.688 2.363 2.925c0 1.688 -1.294 3.094 -2.925 3.094c-.675 0 -1.575 -.281 -2.138 -.788l-.225 -.169z" />\n</svg>\n\n\n',Ktt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.501 2a4.5 4.5 0 0 1 .878 8.913a8 8 0 1 1 -15.374 3.372l-.005 -.285l.005 -.285a7.991 7.991 0 0 1 .615 -2.803a4.5 4.5 0 0 1 -3.187 -6.348a4.505 4.505 0 0 1 3.596 -2.539l.225 -.018l.281 -.007l.244 .009a4.5 4.5 0 0 1 4.215 4.247a8.001 8.001 0 0 1 4.013 0a4.5 4.5 0 0 1 4.493 -4.256z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Ytt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.5 3a3.5 3.5 0 0 1 3.25 4.8a7.017 7.017 0 0 0 -2.424 2.1a3.5 3.5 0 1 1 -.826 -6.9z" />\n  <path d="M18.5 3a3.5 3.5 0 1 1 -.826 6.902a7.013 7.013 0 0 0 -2.424 -2.103a3.5 3.5 0 0 1 3.25 -4.799z" />\n  <path d="M12 14m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n</svg>\n\n\n',Qtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.908 12.917a5 5 0 1 0 -5.827 -5.819" />\n  <path d="M10.116 10.125l-6.529 7.46a2 2 0 1 0 2.827 2.83l7.461 -6.529" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ztt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 12.9a5 5 0 1 0 -3.902 -3.9" />\n  <path d="M15 12.9l-3.902 -3.899l-7.513 8.584a2 2 0 1 0 2.827 2.83l8.588 -7.515z" />\n</svg>\n\n\n',qtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M9 5a3 3 0 0 1 6 0v5a3 3 0 0 1 -.13 .874m-2 2a3 3 0 0 1 -3.87 -2.872v-1" />\n  <path d="M5 10a7 7 0 0 0 10.846 5.85m2 -2a6.967 6.967 0 0 0 1.152 -3.85" />\n  <path d="M8 21l8 0" />\n  <path d="M12 17l0 4" />\n</svg>\n\n\n',Jtt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 2m0 3a3 3 0 0 1 3 -3h0a3 3 0 0 1 3 3v5a3 3 0 0 1 -3 3h0a3 3 0 0 1 -3 -3z" />\n  <path d="M5 10a7 7 0 0 0 14 0" />\n  <path d="M8 21l8 0" />\n  <path d="M12 17l0 4" />\n</svg>\n\n\n',tet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21h14" />\n  <path d="M6 18h2" />\n  <path d="M7 18v3" />\n  <path d="M10 10l-1 1l3 3l1 -1m2 -2l3 -3l-3 -3l-3 3" />\n  <path d="M10.5 12.5l-1.5 1.5" />\n  <path d="M17 3l3 3" />\n  <path d="M12 21a6 6 0 0 0 5.457 -3.505m.441 -3.599a6 6 0 0 0 -2.183 -3.608" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',eet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21h14" />\n  <path d="M6 18h2" />\n  <path d="M7 18v3" />\n  <path d="M9 11l3 3l6 -6l-3 -3z" />\n  <path d="M10.5 12.5l-1.5 1.5" />\n  <path d="M17 3l3 3" />\n  <path d="M12 21a6 6 0 0 0 3.715 -10.712" />\n</svg>\n\n\n',net='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 18h-14a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h2m4 0h10a1 1 0 0 1 1 1v10" />\n  <path d="M15 6v5m0 4v3" />\n  <path d="M18 12h.01" />\n  <path d="M18 9h.01" />\n  <path d="M6.5 10.5c1 -.667 1.5 -.667 2.5 0c.636 .265 1.272 .665 1.907 .428" />\n  <path d="M6.5 13.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',aet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" />\n  <path d="M15 6v12" />\n  <path d="M18 12h.01" />\n  <path d="M18 15h.01" />\n  <path d="M18 9h.01" />\n  <path d="M6.5 10.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" />\n  <path d="M6.5 13.5c1 -.667 1.5 -.667 2.5 0c.833 .347 1.667 .926 2.5 0" />\n</svg>\n\n\n',oet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M8.5 10.5l-1 -2.5h-5.5l2.48 5.788a2 2 0 0 0 1.84 1.212h2.18" />\n  <path d="M15.5 10.5l1 -2.5h5.5l-2.48 5.788a2 2 0 0 1 -1.84 1.212h-2.18" />\n</svg>\n\n\n',iet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 7v13h-10v-13l5 -3z" />\n  <path d="M10 13l2 -1l2 1" />\n  <path d="M10 17l2 -1l2 1" />\n  <path d="M10 9l2 -1l2 1" />\n</svg>\n\n\n',set='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 6h6v-2a1 1 0 0 0 -1 -1h-6a1 1 0 0 0 -1 1" />\n  <path d="M16 6l1.094 1.759a6 6 0 0 1 .906 3.17v3.071m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8.071a6 6 0 0 1 .906 -3.17l.327 -.525" />\n  <path d="M12 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ret='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 6h8v-2a1 1 0 0 0 -1 -1h-6a1 1 0 0 0 -1 1v2z" />\n  <path d="M16 6l1.094 1.759a6 6 0 0 1 .906 3.17v8.071a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8.071a6 6 0 0 1 .906 -3.17l1.094 -1.759" />\n  <path d="M12 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 10h4" />\n</svg>\n\n\n',het='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 10a5 5 0 0 0 -10 0" />\n  <path d="M6 10m0 1a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" />\n  <path d="M7 13l1.81 7.243a1 1 0 0 0 .97 .757h4.44a1 1 0 0 0 .97 -.757l1.81 -7.243" />\n  <path d="M12 5v-2" />\n</svg>\n\n\n',det='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 19v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M15 5v2a2 2 0 0 0 2 2h2" />\n  <path d="M5 15h2a2 2 0 0 1 2 2v2" />\n  <path d="M5 9h2a2 2 0 0 0 2 -2v-2" />\n</svg>\n\n\n',cet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5v14" />\n</svg>\n\n\n',pet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12l14 0" />\n</svg>\n\n\n',vet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5h9" />\n  <path d="M3 10h7" />\n  <path d="M18 10h1" />\n  <path d="M5 15h5" />\n  <path d="M14 15h1m4 0h2" />\n  <path d="M3 20h9m4 0h3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',uet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5h3m4 0h9" />\n  <path d="M3 10h11m4 0h1" />\n  <path d="M5 15h5m4 0h7" />\n  <path d="M3 20h9m4 0h3" />\n</svg>\n\n\n',get='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12v-8" />\n  <path d="M8 20v-8" />\n  <path d="M13 7l3 -3l3 3" />\n  <path d="M5 17l3 3l3 -3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',met='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12v-8" />\n  <path d="M8 20v-8" />\n  <path d="M13 7l3 -3l3 3" />\n  <path d="M5 17l3 3l3 -3" />\n</svg>\n\n\n',fet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.5 3h5a1.5 1.5 0 0 1 1.5 1.5a3.5 3.5 0 0 1 -3.5 3.5h-1a3.5 3.5 0 0 1 -3.5 -3.5a1.5 1.5 0 0 1 1.5 -1.5z" />\n  <path d="M4 17v-1a8 8 0 1 1 16 0v1a4 4 0 0 1 -4 4h-8a4 4 0 0 1 -4 -4z" />\n</svg>\n\n\n',wet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n  <path d="M8 9l2 1" />\n  <path d="M16 9l-2 1" />\n  <path d="M14.5 16.05a3.5 3.5 0 0 0 -5 0" />\n</svg>\n\n\n',Met='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n  <path d="M15 14c-2 0 -3 1 -3.5 2.05" />\n  <path d="M10 9.25c-.5 1 -2.5 1 -3 0" />\n  <path d="M17 9.25c-.5 1 -2.5 1 -3 0" />\n</svg>\n\n\n',_et='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n  <path d="M15 14c-2 0 -3 1 -3.5 2.05" />\n  <path d="M9 10h-.01" />\n  <path d="M15 10h-.01" />\n</svg>\n\n\n',bet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 4.5a9 9 0 0 1 3.864 5.89a2.5 2.5 0 0 1 -.29 4.36a9 9 0 0 1 -17.137 0a2.5 2.5 0 0 1 -.29 -4.36a9 9 0 0 1 3.746 -5.81" />\n  <path d="M9.5 16a3.5 3.5 0 0 0 5 0" />\n  <path d="M8.5 2c1.5 1 2.5 3.5 2.5 5" />\n  <path d="M12.5 2c1.5 2 2 3.5 2 5" />\n  <path d="M9 12l.01 0" />\n  <path d="M15 12l.01 0" />\n</svg>\n\n\n',xet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.925 13.163a8.998 8.998 0 0 0 -8.925 -10.163a9 9 0 0 0 0 18" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',Iet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -8.983 9" />\n  <path d="M18.001 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18.001 14.5v1.5" />\n  <path d="M18.001 20v1.5" />\n  <path d="M21.032 16.25l-1.299 .75" />\n  <path d="M16.27 19l-1.3 .75" />\n  <path d="M14.97 16.25l1.3 .75" />\n  <path d="M19.733 19l1.3 .75" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15c.658 .64 1.56 1 2.5 1" />\n</svg>\n\n\n',yet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.43 10.162a11 11 0 0 0 -6.6 1.65a1 1 0 0 0 1.06 1.696a9 9 0 0 1 5.4 -1.35a1 1 0 0 0 .14 -1.996zm-6.56 -4.502l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ket='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 10l.01 0" />\n  <path d="M15 10l.01 0" />\n  <path d="M9.5 16a10 10 0 0 1 6 -1.5" />\n</svg>\n\n\n',Cet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M7 8.5l3 3" />\n  <path d="M7 11.5l3 -3" />\n  <path d="M14 8.5l3 3" />\n  <path d="M14 11.5l3 -3" />\n  <path d="M9.5 15a3.5 3.5 0 0 0 5 0" />\n</svg>\n\n\n',Det='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 10l.01 0" />\n  <path d="M15 10l.01 0" />\n  <path d="M9.5 15.25a3.5 3.5 0 0 1 5 0" />\n  <path d="M17.566 17.606a2 2 0 1 0 2.897 .03l-1.463 -1.636l-1.434 1.606z" />\n  <path d="M20.865 13.517a8.937 8.937 0 0 0 .135 -1.517a9 9 0 1 0 -9 9c.69 0 1.36 -.076 2 -.222" />\n</svg>\n\n\n',Bet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.87 10.48a9 9 0 1 0 -7.876 10.465" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15c.658 .64 1.56 1 2.5 1c.357 0 .709 -.052 1.043 -.151" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',zet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.955 11.104a9 9 0 1 0 -9.895 9.847" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15c.658 .672 1.56 1 2.5 1c.126 0 .251 -.006 .376 -.018" />\n  <path d="M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" />\n</svg>\n\n\n',Eet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 10.66h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm-5.99 -5l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Tet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 10l.01 0" />\n  <path d="M15 10l.01 0" />\n  <path d="M9 15l6 0" />\n</svg>\n\n\n',Aet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-2 9.66h-6a1 1 0 0 0 -1 1v.05a3.975 3.975 0 0 0 3.777 3.97l.227 .005a4.026 4.026 0 0 0 3.99 -3.79l.006 -.206a1 1 0 0 0 -1 -1.029zm-5.99 -5l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm6 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Oet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 9l.01 0" />\n  <path d="M15 9l.01 0" />\n  <path d="M8 13a4 4 0 1 0 8 0h-8" />\n</svg>\n\n\n',Het='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -8.012 8.946" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15a3.59 3.59 0 0 0 2.774 .99" />\n  <path d="M18.994 21.5l2.518 -2.58a1.74 1.74 0 0 0 .004 -2.413a1.627 1.627 0 0 0 -2.346 -.005l-.168 .172l-.168 -.172a1.627 1.627 0 0 0 -2.346 -.004a1.74 1.74 0 0 0 -.004 2.412l2.51 2.59z" />\n</svg>\n\n\n',Ret='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 7.046 -9.232a3 3 0 0 0 2.949 3.556a1 1 0 0 0 0 -2l-.117 -.007a1 1 0 0 1 .117 -1.993c1.726 0 3.453 .447 5 1.34zm-1.8 10.946a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414zm-6.19 -5.286l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm6 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Pet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 10l.01 0" />\n  <path d="M15 10l.01 0" />\n  <path d="M9.5 15a3.5 3.5 0 0 0 5 0" />\n  <path d="M12 3a2 2 0 0 0 0 4" />\n</svg>\n\n\n',Fet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M9 13h.01" />\n  <path d="M15 13h.01" />\n  <path d="M11 17h2" />\n</svg>\n\n\n',Let='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 9h.01" />\n  <path d="M4 15h4" />\n</svg>\n\n\n',Net='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n  <path d="M15 9h-.01" />\n  <path d="M20 15h-4" />\n</svg>\n\n\n',Vet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M9 8h.01" />\n  <path d="M15 8h.01" />\n  <path d="M11 12h2" />\n</svg>\n\n\n',Uet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.48 15.014a9 9 0 1 0 -7.956 5.97" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M16 19h6" />\n  <path d="M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1" />\n</svg>\n\n\n',jet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M8 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M16 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M9.5 15a3.5 3.5 0 0 0 5 0" />\n  <path d="M3.5 9h2.5" />\n  <path d="M18 9h2.5" />\n  <path d="M10 9.5c1.333 -1.333 2.667 -1.333 4 0" />\n</svg>\n\n\n',Get='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M8 16l2 -2l2 2l2 -2l2 2" />\n</svg>\n\n\n',Wet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-7.99 5.66l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',$et='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 10l.01 0" />\n  <path d="M15 10l.01 0" />\n</svg>\n\n\n',Xet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.634 5.638a9 9 0 0 0 12.732 12.724m1.679 -2.322a9 9 0 0 0 -12.08 -12.086" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15a3.5 3.5 0 0 0 5 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ket='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -8.352 8.977" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15c.658 .672 1.56 1 2.5 1c.102 0 .203 -.004 .304 -.012" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',Yet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.985 12.528a9 9 0 1 0 -8.45 8.456" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1" />\n</svg>\n\n\n',Qet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.986 3.51a9 9 0 1 0 1.514 16.284c2.489 -1.437 4.181 -3.978 4.5 -6.794" />\n  <path d="M10 10h.01" />\n  <path d="M14 8h.01" />\n  <path d="M12 15c1 -1.333 2 -2 3 -2" />\n  <path d="M20 9v.01" />\n  <path d="M20 6a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',Zet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14.5 16.05a3.5 3.5 0 0 0 -5 0" />\n  <path d="M10 9.25c-.5 1 -2.5 1 -3 0" />\n  <path d="M17 9.25c-.5 1 -2.5 1 -3 0" />\n</svg>\n\n\n',qet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14.5 16.05a3.5 3.5 0 0 0 -5 0" />\n  <path d="M8 9l2 2" />\n  <path d="M10 9l-2 2" />\n  <path d="M14 9l2 2" />\n  <path d="M16 9l-2 2" />\n</svg>\n\n\n',Jet='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-5 9.86a4.5 4.5 0 0 0 -3.214 1.35a1 1 0 1 0 1.428 1.4a2.5 2.5 0 0 1 3.572 0a1 1 0 0 0 1.428 -1.4a4.5 4.5 0 0 0 -3.214 -1.35zm-2.99 -4.2l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm6 0l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',tnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14.5 16.05a3.5 3.5 0 0 0 -5 0" />\n  <path d="M8.5 11.5l1.5 -1.5l-1.5 -1.5" />\n  <path d="M15.5 11.5l-1.5 -1.5l1.5 -1.5" />\n</svg>\n\n\n',ent='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 10l.01 0" />\n  <path d="M15 10l.01 0" />\n  <path d="M9.5 15.25a3.5 3.5 0 0 1 5 0" />\n</svg>\n\n\n',nnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -9 9" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15c.658 .672 1.56 1 2.5 1" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',ant='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.942 13.018a9 9 0 1 0 -8.942 7.982" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15c.658 .672 1.56 1 2.5 1c.213 0 .424 -.017 .63 -.05" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',ont='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n  <path d="M9 10h-.01" />\n  <path d="M15 10h-.01" />\n  <path d="M8 16l1 -1l1.5 1l1.5 -1l1.5 1l1.5 -1l1 1" />\n</svg>\n\n\n',int='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n  <path d="M9 10h-.01" />\n  <path d="M15 10h-.01" />\n  <path d="M8 15h8" />\n  <path d="M9 14v2" />\n  <path d="M12 14v2" />\n  <path d="M15 14v2" />\n</svg>\n\n\n',snt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 9h.01" />\n  <path d="M15 9h.01" />\n  <path d="M15 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',rnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n  <path d="M10 10c-.5 -1 -2.5 -1 -3 0" />\n  <path d="M17 10c-.5 -1 -2.5 -1 -3 0" />\n  <path d="M14.5 15a3.5 3.5 0 0 1 -5 0" />\n</svg>\n\n\n',lnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14.5 15a3.5 3.5 0 0 1 -5 0" />\n  <path d="M8 9l2 2" />\n  <path d="M10 9l-2 2" />\n  <path d="M14 9l2 2" />\n  <path d="M16 9l-2 2" />\n</svg>\n\n\n',hnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-1.8 10.946a1 1 0 0 0 -1.414 .014a2.5 2.5 0 0 1 -3.572 0a1 1 0 0 0 -1.428 1.4a4.5 4.5 0 0 0 6.428 0a1 1 0 0 0 -.014 -1.414zm-6.19 -5.286l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993zm6 0l-.127 .007a1 1 0 0 0 .117 1.993l.127 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',dnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 10l.01 0" />\n  <path d="M15 10l.01 0" />\n  <path d="M9.5 15a3.5 3.5 0 0 0 5 0" />\n</svg>\n\n\n',cnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 9l.01 0" />\n  <path d="M15 9l.01 0" />\n  <path d="M12 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',pnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n  <path d="M15 10h-.01" />\n  <path d="M10 14v2a2 2 0 1 0 4 0v-2m1.5 0h-7" />\n  <path d="M7 10c.5 -1 2.5 -1 3 0" />\n</svg>\n\n\n',vnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 10h.01" />\n  <path d="M10 14v2a2 2 0 0 0 4 0v-2" />\n  <path d="M15.5 14h-7" />\n  <path d="M17 10c-.5 -1 -2.5 -1 -3 0" />\n</svg>\n\n\n',unt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 10l.01 0" />\n  <path d="M15 10l.01 0" />\n  <path d="M10 14v2a2 2 0 0 0 4 0v-2m1.5 0h-7" />\n</svg>\n\n\n',gnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M11 16l4 -1.5" />\n  <path d="M10 10c-.5 -1 -2.5 -1 -3 0" />\n  <path d="M17 10c-.5 -1 -2.5 -1 -3 0" />\n</svg>\n\n\n',mnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.984 12.536a9 9 0 1 0 -8.463 8.449" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15c.658 .64 1.56 1 2.5 1s1.842 -.36 2.5 -1" />\n</svg>\n\n\n',fnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n  <path d="M9 10h-.01" />\n  <path d="M14.5 15a3.5 3.5 0 0 1 -5 0" />\n  <path d="M15.5 8.5l-1.5 1.5l1.5 1.5" />\n</svg>\n\n\n',wnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15a3.5 3.5 0 0 0 5 0" />\n  <path d="M8.5 8.5l1.5 1.5l-1.5 1.5" />\n</svg>\n\n\n',Mnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 1 1 0 -18a9 9 0 0 1 0 18z" />\n  <path d="M8 16l1 -1l1.5 1l1.5 -1l1.5 1l1.5 -1l1 1" />\n  <path d="M8.5 11.5l1.5 -1.5l-1.5 -1.5" />\n  <path d="M15.5 11.5l-1.5 -1.5l1.5 -1.5" />\n</svg>\n\n\n',_nt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.983 12.556a9 9 0 1 0 -8.433 8.427" />\n  <path d="M9 10h.01" />\n  <path d="M15 10h.01" />\n  <path d="M9.5 15c.658 .64 1.56 1 2.5 1c.194 0 .386 -.015 .574 -.045" />\n  <path d="M21.5 21.5l-5 -5" />\n  <path d="M16.5 21.5l5 -5" />\n</svg>\n\n\n',bnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M9 14h6a3 3 0 0 1 -6 0z" />\n  <path d="M9 8l6 3" />\n  <path d="M9 11l6 -3" />\n</svg>\n\n\n',xnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.418 4.157a8 8 0 0 0 0 15.686" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',Int='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 1.992a10 10 0 1 0 9.236 13.838c.341 -.82 -.476 -1.644 -1.298 -1.31a6.5 6.5 0 0 1 -6.864 -10.787l.077 -.08c.551 -.63 .113 -1.653 -.758 -1.653h-.266l-.068 -.006l-.06 -.002z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ynt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.962 3.949a8.97 8.97 0 0 1 4.038 -.957v.008h.393a7.478 7.478 0 0 0 -2.07 3.308m-.141 3.84c.186 .823 .514 1.626 .989 2.373a7.49 7.49 0 0 0 4.586 3.268m3.893 -.11c.223 -.067 .444 -.144 .663 -.233a9.088 9.088 0 0 1 -.274 .597m-1.695 2.337a9 9 0 0 1 -12.71 -12.749" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',knt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />\n  <path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" />\n  <path d="M19 11h2m-1 -1v2" />\n</svg>\n\n\n',Cnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />\n</svg>\n\n\n',Dnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 16v1a2 2 0 0 0 4 0v-5h-3a3 3 0 0 0 -3 3v1h10a6 6 0 0 1 5 -4v-5a2 2 0 0 0 -2 -2h-1" />\n  <path d="M6 9l3 0" />\n</svg>\n\n\n',Bnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M19 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M7.5 14h5l4 -4h-10.5m1.5 4l4 -4" />\n  <path d="M13 6h2l1.5 3l2 4" />\n</svg>\n\n\n',znt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.281 14.26l-4.201 -8.872a2.3 2.3 0 0 0 -4.158 0l-.165 .349m-1.289 2.719l-5.468 11.544h17" />\n  <path d="M7.5 11l2 2.5l2 -2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ent='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 20h18l-6.921 -14.612a2.3 2.3 0 0 0 -4.158 0l-6.921 14.612z" />\n  <path d="M7.5 11l2 2.5l2.5 -2.5l2 3l2.5 -2" />\n</svg>\n\n\n',Snt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3m0 4a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-4a4 4 0 0 1 -4 -4z" />\n  <path d="M12 3v7" />\n  <path d="M6 10h12" />\n</svg>\n\n\n',Tnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 2a5 5 0 0 1 5 5v10a5 5 0 0 1 -5 5h-4a5 5 0 0 1 -5 -5v-10a5 5 0 0 1 5 -5zm-2 4a1 1 0 0 0 -1 1v4l.007 .117a1 1 0 0 0 1.993 -.117v-4l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Ant='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.733 3.704a3.982 3.982 0 0 1 2.267 -.704h4a4 4 0 0 1 4 4v7m-.1 3.895a4 4 0 0 1 -3.9 3.105h-4a4 4 0 0 1 -4 -4v-10c0 -.3 .033 -.593 .096 -.874" />\n  <path d="M12 7v1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ont='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3m0 4a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-4a4 4 0 0 1 -4 -4z" />\n  <path d="M12 7l0 4" />\n</svg>\n\n\n',Hnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 9a3 3 0 0 1 2.599 1.5h0c.933 1.333 2.133 1.556 3.126 1.556l.291 0l.77 -.044l.213 0c-.963 1.926 -3.163 2.925 -6.6 3l-.4 0l-.165 0a3 3 0 0 1 .165 -6z" />\n  <path d="M9 9a3 3 0 0 0 -2.599 1.5h0c-.933 1.333 -2.133 1.556 -3.126 1.556l-.291 0l-.77 -.044l-.213 0c.963 1.926 3.163 2.925 6.6 3l.4 0l.165 0a3 3 0 0 0 -.165 -6z" />\n</svg>\n\n\n',Rnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.592 3.42c-.362 .359 -.859 .58 -1.408 .58h-12a2 2 0 0 1 -2 -2v-12c0 -.539 .213 -1.028 .56 -1.388" />\n  <path d="M8 8v12" />\n  <path d="M16 4v8m0 4v4" />\n  <path d="M4 8h4" />\n  <path d="M4 16h4" />\n  <path d="M4 12h8m4 0h4" />\n  <path d="M16 8h4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Pnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M8 4l0 16" />\n  <path d="M16 4l0 16" />\n  <path d="M4 8l4 0" />\n  <path d="M4 16l4 0" />\n  <path d="M4 12l16 0" />\n  <path d="M16 8l4 0" />\n  <path d="M16 16l4 0" />\n</svg>\n\n\n',Fnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h5.917a1.08 1.08 0 0 1 1.083 1.077v5.923m-.167 3.88a4.33 4.33 0 0 1 -4.166 3.12h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077h.917" />\n  <path d="M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334c0 1.148 -.89 2.103 -2.06 2.297" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Lnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.083 5h10.834a1.08 1.08 0 0 1 1.083 1.077v8.615c0 2.38 -1.94 4.308 -4.333 4.308h-4.334c-2.393 0 -4.333 -1.929 -4.333 -4.308v-8.615a1.08 1.08 0 0 1 1.083 -1.077" />\n  <path d="M16 8h2.5c1.38 0 2.5 1.045 2.5 2.333v2.334c0 1.288 -1.12 2.333 -2.5 2.333h-2.5" />\n</svg>\n\n\n',Nnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16h2a2 2 0 1 0 0 -4h-2v-4h4" />\n  <path d="M5 16v.01" />\n  <path d="M15 16l4 -4" />\n  <path d="M19 16l-4 -4" />\n</svg>\n\n\n',Vnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 16v-8l-2 2" />\n  <path d="M10 16h2a2 2 0 1 0 0 -4h-2v-4h4" />\n  <path d="M7 16v.01" />\n  <path d="M17 16l4 -4" />\n  <path d="M21 16l-4 -4" />\n</svg>\n\n\n',Unt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 16v-8l-2 2" />\n  <path d="M13 16l4 -4" />\n  <path d="M17 16l-4 -4" />\n</svg>\n\n\n',jnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 16l4 -4" />\n  <path d="M18 16l-4 -4" />\n  <path d="M6 10a2 2 0 1 1 4 0c0 .591 -.417 1.318 -.816 1.858l-3.184 4.143l4 0" />\n</svg>\n\n\n',Gnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 15v4a3 3 0 0 1 -5.995 .176l-.005 -.176v-4h6zm-10.1 -2a1.9 1.9 0 0 1 -1.894 -1.752l-.006 -.148c0 -5.023 4.027 -9.1 9 -9.1s9 4.077 9 9.1a1.9 1.9 0 0 1 -1.752 1.894l-.148 .006h-14.2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Wnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.874 5.89a8.128 8.128 0 0 0 -1.874 5.21a.9 .9 0 0 0 .9 .9h7.1m4 0h3.1a.9 .9 0 0 0 .9 -.9c0 -4.474 -3.582 -8.1 -8 -8.1c-1.43 0 -2.774 .38 -3.936 1.047" />\n  <path d="M10 12v7a2 2 0 1 0 4 0v-5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',$nt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 11.1c0 -4.474 -3.582 -8.1 -8 -8.1s-8 3.626 -8 8.1a.9 .9 0 0 0 .9 .9h14.2a.9 .9 0 0 0 .9 -.9z" />\n  <path d="M10 12v7a2 2 0 1 0 4 0v-7" />\n</svg>\n\n\n',Xnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v8" />\n  <path d="M9 8h10" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',Knt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v8" />\n  <path d="M9 8h10" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',Ynt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v9.5" />\n  <path d="M9 8h10" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',Qnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v9" />\n  <path d="M9 8h10" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',Znt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v7.5" />\n  <path d="M9 8h10" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',qnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v9" />\n  <path d="M9 8h10" />\n  <path d="M16 21l5 -5" />\n  <path d="M21 21v.01" />\n  <path d="M16 16v.01" />\n</svg>\n\n\n',Jnt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v6" />\n  <path d="M9 8h10" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',tat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v8" />\n  <path d="M9 8h10" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',eat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v8" />\n  <path d="M9 8h10" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',nat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v7" />\n  <path d="M9 8h10" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',aat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v11" />\n  <path d="M9 8h10" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',oat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M14.42 14.45a3 3 0 1 0 4.138 4.119" />\n  <path d="M9 17v-8m0 -4v-1h10v11" />\n  <path d="M12 8h7" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',iat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v9" />\n  <path d="M9 8h10" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',sat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v7" />\n  <path d="M9 8h10" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',rat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v8" />\n  <path d="M9 8h10" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',lat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v7" />\n  <path d="M9 8h10" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',hat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v7" />\n  <path d="M9 8h10" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',dat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v9" />\n  <path d="M9 8h10" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',cat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v6" />\n  <path d="M9 8h10" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',pat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v8" />\n  <path d="M9 8h10" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',vat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v9" />\n  <path d="M9 8h10" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',uat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M13 17a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M9 17v-13h10v13" />\n  <path d="M9 8h10" />\n</svg>\n\n\n',gat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.559 12.882l-4.559 -9.882l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.036 .351" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',mat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.371 12.476l-4.371 -9.476l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',fat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.487 14.894l-5.487 -11.894l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l6.275 -2.127" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',wat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.653 13.086l-4.653 -10.086l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l6.246 -2.117" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',Mat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.387 12.51l-4.387 -9.51l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',_at='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.43 12.603l-4.43 -9.603l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.272 .431" />\n  <path d="M16 21l5 -5" />\n  <path d="M21 21v.01" />\n  <path d="M16 16v.01" />\n</svg>\n\n\n',bat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.945 11.551l-3.945 -8.551l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.594 .54" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',xat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.528 12.815l-4.528 -9.815l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',Iat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3h-4v6h4" />\n  <path d="M10 6h2.5" />\n  <path d="M16 21l-4 -8l-4 8l4 -2z" />\n</svg>\n\n\n',yat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.535 12.832l-4.535 -9.832l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463c1.38 .468 2.416 .82 3.107 1.053" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',kat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.092 2.581a1 1 0 0 1 1.754 -.116l.062 .116l8.005 17.365c.198 .566 .05 1.196 -.378 1.615a1.53 1.53 0 0 1 -1.459 .393l-7.077 -2.398l-6.899 2.338a1.535 1.535 0 0 1 -1.52 -.231l-.112 -.1c-.398 -.386 -.556 -.954 -.393 -1.556l.047 -.15l7.97 -17.276z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Cat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.721 11.067l-3.721 -8.067l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l5.614 -1.903" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',Dat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.5 15c-1.232 -2.67 -3.065 -6.67 -5.5 -12l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',Bat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 21l-4 -8l-4 8l4 -2z" />\n  <path d="M10 9v-6l4 6v-6" />\n</svg>\n\n\n',zat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.28 12.28c-.95 -2.064 -2.377 -5.157 -4.28 -9.28c-.7 1.515 -1.223 2.652 -1.573 3.41m-1.27 2.75c-.882 1.913 -2.59 5.618 -5.127 11.115c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l7.265 2.463c.196 .077 .42 .032 .57 -.116a.548 .548 0 0 0 .134 -.572l-.26 -.563" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Eat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.666 13.114l-4.666 -10.114l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.056 .358" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',Sat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.002 11.676l-4.002 -8.676l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',Tat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.573 12.914l-4.573 -9.914l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',Aat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.081 11.847l-4.081 -8.847l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463c1.35 .458 2.362 .8 3.037 1.03" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',Oat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.876 11.403l-3.876 -8.403l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l6.29 -2.132" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',Hat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.633 13.043l-4.633 -10.043l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l.955 .324" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',Rat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8.25c0 .414 .336 .75 .75 .75h2.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h2.25a.75 .75 0 0 1 .75 .75" />\n  <path d="M16 21l-4 -8l-4 8l4 -2z" />\n</svg>\n\n\n',Pat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.574 10.747l-3.574 -7.747l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l5.454 -1.85" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',Fat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.54 19.977a.34 .34 0 0 0 .357 -.07a.33 .33 0 0 0 .084 -.35l-4.981 -10.557l-4.982 10.557a.33 .33 0 0 0 .084 .35a.34 .34 0 0 0 .357 .07l4.541 -1.477l4.54 1.477z" />\n  <path d="M12 3v2" />\n</svg>\n\n\n',Lat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.54 12.843l-4.54 -9.843l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',Nat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 3l1 6l2 -3.75l2 3.75l1 -6" />\n  <path d="M16 21l-4 -8l-4 8l4 -2z" />\n</svg>\n\n\n',Vat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.622 13.02l-4.622 -10.02l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463l1.563 .53" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',Uat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18.5l7.265 2.463c.196 .077 .42 .032 .57 -.116a.548 .548 0 0 0 .134 -.572l-7.969 -17.275l-7.97 17.275c-.07 .2 -.017 .424 .135 .572c.15 .148 .374 .193 .57 .116l7.265 -2.463" />\n</svg>\n\n\n',jat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21c-.667 -.667 3.262 -6.236 11.785 -16.709a3.5 3.5 0 1 1 5.078 4.791c-10.575 8.612 -16.196 12.585 -16.863 11.918z" />\n  <path d="M17.5 6.5l-1 1" />\n  <path d="M17 7c-2.333 -2.667 -3.5 -4 -5 -4s-2 1 -2 2c0 4 8.161 8.406 6 11c-1.056 1.268 -3.363 1.285 -5.75 .808" />\n  <path d="M5.739 15.425c-1.393 -.565 -3.739 -1.925 -3.739 -3.425" />\n  <path d="M19.5 9.5l1.5 1.5" />\n</svg>\n\n\n',Gat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21c-.667 -.667 3.262 -6.236 11.785 -16.709a3.5 3.5 0 1 1 5.078 4.791c-10.575 8.612 -16.196 12.585 -16.863 11.918z" />\n  <path d="M17.5 6.5l-1 1" />\n</svg>\n\n\n',Wat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.528 6.536a6 6 0 0 0 7.942 7.933m2.247 -1.76a6 6 0 0 0 -8.427 -8.425" />\n  <path d="M12 3c1.333 .333 2 2.333 2 6c0 .337 -.006 .66 -.017 .968m-.55 3.473c-.333 .884 -.81 1.403 -1.433 1.559" />\n  <path d="M12 3c-.936 .234 -1.544 1.29 -1.822 3.167m-.16 3.838c.116 3.029 .776 4.695 1.982 4.995" />\n  <path d="M6 9h3m4 0h5" />\n  <path d="M3 20h7" />\n  <path d="M14 20h7" />\n  <path d="M10 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 15v3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',$at='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 9a6 6 0 1 0 12 0a6 6 0 0 0 -12 0" />\n  <path d="M12 3c1.333 .333 2 2.333 2 6s-.667 5.667 -2 6" />\n  <path d="M12 3c-1.333 .333 -2 2.333 -2 6s.667 5.667 2 6" />\n  <path d="M6 9h12" />\n  <path d="M3 20h7" />\n  <path d="M14 20h7" />\n  <path d="M10 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 15v3" />\n</svg>\n\n\n',Xat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 12l6 0" />\n  <path d="M12 9l0 6" />\n  <path d="M4 6v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1m-5 0h-2m-5 0h-1a1 1 0 0 1 -1 -1v-1m0 -5v-2m0 -5" />\n</svg>\n\n\n',Kat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 6h3a1 1 0 0 1 1 1v9m-.606 3.435a2 2 0 0 1 -3.394 -1.435v-2m0 -4v-7a1 1 0 0 0 -1 -1h-7m-3.735 .321a1 1 0 0 0 -.265 .679v12a3 3 0 0 0 3 3h11" />\n  <path d="M8 12h4" />\n  <path d="M8 16h4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Yat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 6h3a1 1 0 0 1 1 1v11a2 2 0 0 1 -4 0v-13a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v12a3 3 0 0 0 3 3h11" />\n  <path d="M8 8l4 0" />\n  <path d="M8 12l4 0" />\n  <path d="M8 16l4 0" />\n</svg>\n\n\n',Qat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 20a3 3 0 0 1 -3 -3v-9" />\n  <path d="M13 4a3 3 0 0 1 3 3v5m0 4v2l-5 -5" />\n  <path d="M8 4h9a3 3 0 0 1 3 3v9m-.873 3.116a2.99 2.99 0 0 1 -2.127 .884h-10a3 3 0 0 1 -3 -3v-10c0 -.83 .337 -1.582 .882 -2.125" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Zat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 20a3 3 0 0 1 -3 -3v-11l5 5" />\n  <path d="M13 4a3 3 0 0 1 3 3v11l-5 -5" />\n  <path d="M4 4m0 3a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3z" />\n</svg>\n\n\n',qat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M14 9.75a3.016 3.016 0 0 0 -4.163 .173a2.993 2.993 0 0 0 0 4.154a3.016 3.016 0 0 0 4.163 .173" />\n  <path d="M6 6l1.5 1.5" />\n  <path d="M16.5 16.5l1.5 1.5" />\n</svg>\n\n\n',Jat='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116" />\n  <path d="M16.5 10.5c-.847 -.71 -2.132 -.658 -2.914 .116a1.928 1.928 0 0 0 0 2.768c.782 .774 2.067 .825 2.914 .116" />\n  <path d="M6 6l1.5 1.5" />\n  <path d="M16.5 16.5l1.5 1.5" />\n</svg>\n\n\n',tot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 10h6" />\n  <path d="M9 14h6" />\n</svg>\n\n\n',eot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h18" />\n  <path d="M12 21v-18" />\n  <path d="M7.5 7.5l9 9" />\n  <path d="M7.5 16.5l9 -9" />\n</svg>\n\n\n',not='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 20l3.505 -3.505m2 -2l1.501 -1.501" />\n  <path d="M17 13h3v-7a2 2 0 0 0 -2 -2h-10m-3.427 .6c-.355 .36 -.573 .853 -.573 1.4v12a2 2 0 0 0 2 2h7v-6c0 -.272 .109 -.519 .285 -.699" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',aot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 20l7 -7" />\n  <path d="M13 20v-6a1 1 0 0 1 1 -1h6v-7a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7" />\n</svg>\n\n\n',oot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h9a2 2 0 0 1 2 2v9m-.179 3.828a2 2 0 0 1 -1.821 1.172h-11a1 1 0 0 1 -1 -1v-14m4 -1v1m0 4v13" />\n  <path d="M13 8h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',iot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4h11a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-11a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1m3 0v18" />\n  <path d="M13 8l2 0" />\n  <path d="M13 12l2 0" />\n</svg>\n\n\n',sot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" />\n  <path d="M11 7h4" />\n  <path d="M9 11h2" />\n  <path d="M9 15h4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',rot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M9 7l6 0" />\n  <path d="M9 11l6 0" />\n  <path d="M9 15l4 0" />\n</svg>\n\n\n',lot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.154 6.187a2 2 0 0 0 -1.154 1.813v9a2 2 0 0 0 2 2h9a2 2 0 0 0 1.811 -1.151" />\n  <path d="M17 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',hot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 6h-3a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-3" />\n  <path d="M17 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',dot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n</svg>\n\n\n',cot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 16v-8" />\n  <path d="M12 20a4 4 0 0 0 4 -4v-8a4 4 0 1 0 -8 0v8a4 4 0 0 0 4 4z" />\n</svg>\n\n\n',pot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10l2 -2v8" />\n</svg>\n\n\n',vot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 20v-16l-5 5" />\n</svg>\n\n\n',uot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10l2 -2v8" />\n  <path d="M13 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n</svg>\n\n\n',got='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 10l2 -2v8" />\n  <path d="M14 10l2 -2v8" />\n</svg>\n\n\n',mot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10l2 -2v8" />\n  <path d="M13 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',fot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10l2 -2v8" />\n  <path d="M13 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" />\n</svg>\n\n\n',wot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10l2 -2v8" />\n  <path d="M13 8v3a1 1 0 0 0 1 1h3" />\n  <path d="M17 8v8" />\n</svg>\n\n\n',Mot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10l2 -2v8" />\n  <path d="M13 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" />\n</svg>\n\n\n',_ot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10l2 -2v8" />\n  <path d="M17 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n</svg>\n\n\n',bot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10l2 -2v8" />\n  <path d="M13 8h4l-2 8" />\n</svg>\n\n\n',xot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10l2 -2v8" />\n  <path d="M15 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />\n</svg>\n\n\n',Iot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10l2 -2v8" />\n  <path d="M13 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',yot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',kot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8a4 4 0 1 1 8 0c0 1.098 -.564 2.025 -1.159 2.815l-6.841 9.185h8" />\n</svg>\n\n\n',Cot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n  <path d="M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Dot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 10l2 -2v8" />\n  <path d="M7 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Bot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n  <path d="M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',zot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" />\n  <path d="M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Eot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8v3a1 1 0 0 0 1 1h3" />\n  <path d="M18 8v8" />\n  <path d="M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Sot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" />\n  <path d="M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Tot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n  <path d="M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Aot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8h4l-2 8" />\n  <path d="M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Oot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />\n  <path d="M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Hot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n  <path d="M6 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Rot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" />\n</svg>\n\n\n',Pot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12a4 4 0 1 0 -4 -4" />\n  <path d="M8 16a4 4 0 1 0 4 -4" />\n</svg>\n\n\n',Fot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v3a1 1 0 0 0 1 1h3" />\n  <path d="M14 8v8" />\n</svg>\n\n\n',Lot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 20v-15l-8 11h10" />\n</svg>\n\n\n',Not='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" />\n</svg>\n\n\n',Vot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 20h4a4 4 0 1 0 0 -8h-4v-8h8" />\n</svg>\n\n\n',Uot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n</svg>\n\n\n',jot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16a4 4 0 1 0 8 0v-1a4 4 0 1 0 -8 0" />\n  <path d="M16 8a4 4 0 1 0 -8 0v8" />\n</svg>\n\n\n',Got='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h4l-2 8" />\n</svg>\n\n\n',Wot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h8l-4 16" />\n</svg>\n\n\n',$ot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />\n</svg>\n\n\n',Xot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M12 16m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n</svg>\n\n\n',Kot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Yot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 8a4 4 0 1 0 -8 0v1a4 4 0 1 0 8 0" />\n  <path d="M8 16a4 4 0 1 0 8 0v-8" />\n</svg>\n\n\n',Qot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 17v-10l7 10v-10" />\n  <path d="M15 17h5" />\n  <path d="M17.5 10m-2.5 0a2.5 3 0 1 0 5 0a2.5 3 0 1 0 -5 0" />\n</svg>\n\n\n',Zot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 10v-7l-2 2" />\n  <path d="M6 16a2 2 0 1 1 4 0c0 .591 -.601 1.46 -1 2l-3 3h4" />\n  <path d="M15 14a2 2 0 1 0 2 -2a2 2 0 1 0 -2 -2" />\n  <path d="M6.5 10h3" />\n</svg>\n\n\n',qot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6c2.941 0 5.685 .847 8 2.31l-2 9.69h-12l-2 -9.691a14.93 14.93 0 0 1 8 -2.309z" />\n  <path d="M10 12h4" />\n  <path d="M12 10v4" />\n</svg>\n\n\n',Jot='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 6.84a2.007 2.007 0 0 1 1 1.754v6.555c0 .728 -.394 1.4 -1.03 1.753l-6 3.844a1.995 1.995 0 0 1 -1.94 0l-6 -3.844a2.006 2.006 0 0 1 -1.03 -1.752v-6.557c0 -.728 .394 -1.399 1.03 -1.753l6 -3.582a2.049 2.049 0 0 1 2 0l6 3.582h-.03z" />\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',t0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.3 2h-6.6c-.562 0 -1.016 .201 -1.407 .593l-4.7 4.7a1.894 1.894 0 0 0 -.593 1.407v6.6c0 .562 .201 1.016 .593 1.407l4.7 4.7c.391 .392 .845 .593 1.407 .593h6.6c.562 0 1.016 -.201 1.407 -.593l4.7 -4.7c.392 -.391 .593 -.845 .593 -1.407v-6.6c0 -.562 -.201 -1.016 -.593 -1.407l-4.7 -4.7a1.894 1.894 0 0 0 -1.407 -.593z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',e0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.039 21.734l-.237 .101c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-.94 2.196" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',n0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z" />\n  <path d="M9 12h6" />\n</svg>\n\n\n',a0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.027 19.002a2.03 2.03 0 0 1 -.65 .444l-5.575 2.39a2.04 2.04 0 0 1 -1.604 0l-5.575 -2.39a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.103 -.24 .25 -.457 .433 -.639m2.689 -1.31l3.522 -1.51a2.036 2.036 0 0 1 1.604 0l5.575 2.39c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-1.509 3.522" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',o0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.023 21.74l-.221 .095c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-.081 .19" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',i0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z" />\n  <path d="M9 12h6" />\n  <path d="M12 9v6" />\n</svg>\n\n\n',s0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.802 2.165l5.575 2.389c.48 .206 .863 .589 1.07 1.07l2.388 5.574c.22 .512 .22 1.092 0 1.604l-2.389 5.575c-.206 .48 -.589 .863 -1.07 1.07l-5.574 2.388c-.512 .22 -1.092 .22 -1.604 0l-5.575 -2.389a2.036 2.036 0 0 1 -1.07 -1.07l-2.388 -5.574a2.036 2.036 0 0 1 0 -1.604l2.389 -5.575c.206 -.48 .589 -.863 1.07 -1.07l5.574 -2.388a2.036 2.036 0 0 1 1.604 0z" />\n</svg>\n\n\n',r0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.771 6.77l-4.475 4.527a.984 .984 0 0 0 0 1.407l8.845 8.949a1.234 1.234 0 0 0 1.718 -.001l4.36 -4.412m2.002 -2.025l2.483 -2.512a.984 .984 0 0 0 0 -1.407l-8.845 -8.948a1.233 1.233 0 0 0 -1.718 0l-2.375 2.403" />\n  <path d="M2 12c.004 .086 .103 .178 .296 .246l8.845 2.632c.459 .163 1.259 .163 1.718 0l1.544 -.46m3.094 -.92l4.207 -1.252c.195 -.07 .294 -.156 .296 -.243" />\n  <path d="M12 2.12v5.88m0 4v9.88" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',l0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21.498 12.911l.206 -.208a.984 .984 0 0 0 0 -1.407l-8.845 -8.948a1.233 1.233 0 0 0 -1.718 0l-8.845 8.949a.984 .984 0 0 0 0 1.407l8.845 8.949a1.234 1.234 0 0 0 1.718 -.001l.08 -.081" />\n  <path d="M2 12c.004 .086 .103 .178 .296 .246l8.845 2.632c.459 .163 1.259 .163 1.718 0l2.634 -.784m5.41 -1.61l.801 -.238c.195 -.07 .294 -.156 .296 -.243" />\n  <path d="M12 2.12v19.76" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',h0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.859 21.652l8.845 -8.949a.984 .984 0 0 0 0 -1.407l-8.845 -8.948a1.233 1.233 0 0 0 -1.718 0l-8.845 8.949a.984 .984 0 0 0 0 1.407l8.845 8.949a1.234 1.234 0 0 0 1.718 -.001z" />\n  <path d="M2 12c.004 .086 .103 .178 .296 .246l8.845 2.632c.459 .163 1.259 .163 1.718 0l8.845 -2.632c.195 -.07 .294 -.156 .296 -.243" />\n  <path d="M12 2.12v19.76" />\n</svg>\n\n\n',d0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 21l-1 -4l-2 -3v-6" />\n  <path d="M5 14l-1 -3l4 -3l3 2l3 .5" />\n  <path d="M8 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M7 17l-2 4" />\n  <path d="M16 21v-8.5a1.5 1.5 0 0 1 3 0v.5" />\n</svg>\n\n\n',c0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 6a3 3 0 1 0 3 3" />\n  <path d="M18 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M9 9a3 3 0 0 0 3 3m2.566 -1.445a3 3 0 0 0 -4.135 -4.113" />\n  <path d="M9 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12.878 12.88a3 3 0 0 0 4.239 4.247m.586 -3.431a3.012 3.012 0 0 0 -1.43 -1.414" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',p0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M18 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 9m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M9 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M15 15m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',v0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12c2.21 0 4 -1.567 4 -3.5s-1.79 -3.5 -4 -3.5c-1.594 0 -2.97 .816 -3.613 2" />\n  <path d="M3.423 14.483a4.944 4.944 0 0 0 -.423 2.017c0 2.485 1.79 4.5 4 4.5s4 -2.015 4 -4.5s-1.79 -4.5 -4 -4.5" />\n  <path d="M14.071 17.01c.327 2.277 1.739 3.99 3.429 3.99c1.933 0 3.5 -2.239 3.5 -5s-1.567 -5 -3.5 -5c-.96 0 -1.868 .606 -2.5 1.5c-.717 1.049 -1.76 1.7 -2.936 1.7c-.92 0 -1.766 -.406 -2.434 -1.087" />\n  <path d="M17 3l2 2" />\n  <path d="M12 3c1.667 3.667 4.667 5.333 9 5" />\n</svg>\n\n\n',u0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19h5v-1a7.35 7.35 0 1 1 6 0v1h5" />\n</svg>\n\n\n',g0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 15l6 -6" />\n  <path d="M11 9h4v4" />\n</svg>\n\n\n',m0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <circle cx="9" cy="12" r=".5" fill="currentColor" />\n  <circle cx="15" cy="12" r=".5" fill="currentColor" />\n</svg>\n\n\n',f0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c3.972 0 7 4.542 7 10s-3.028 10 -7 10c-3.9 0 -6.89 -4.379 -6.997 -9.703l-.003 -.297l.003 -.297c.107 -5.323 3.097 -9.703 6.997 -9.703z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',w0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5c-5.457 0 -10 3.028 -10 7s4.543 7 10 7s10 -3.028 10 -7s-4.543 -7 -10 -7z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',M0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12c0 -3.314 4.03 -6 9 -6s9 2.686 9 6s-4.03 6 -9 6s-9 -2.686 -9 -6z" />\n</svg>\n\n\n',_0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-6 0a6 9 0 1 0 12 0a6 9 0 1 0 -12 0" />\n</svg>\n\n\n',b0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 9v5a5 5 0 0 0 10 0v-5" />\n  <path d="M5 5h14" />\n</svg>\n\n\n',x0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21l-8 -4.5v-9l8 -4.5l8 4.5v4.5" />\n  <path d="M12 12l8 -4.5" />\n  <path d="M12 12v9" />\n  <path d="M12 12l-8 -4.5" />\n  <path d="M15 18h7" />\n  <path d="M19 15l3 3l-3 3" />\n</svg>\n\n\n',I0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21l-8 -4.5v-9l8 -4.5l8 4.5v4.5" />\n  <path d="M12 12l8 -4.5" />\n  <path d="M12 12v9" />\n  <path d="M12 12l-8 -4.5" />\n  <path d="M22 18h-7" />\n  <path d="M18 15l-3 3l3 3" />\n</svg>\n\n\n',y0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.812 4.793l3.188 -1.793l8 4.5v8.5m-2.282 1.784l-5.718 3.216l-8 -4.5v-9l2.223 -1.25" />\n  <path d="M14.543 10.57l5.457 -3.07" />\n  <path d="M12 12v9" />\n  <path d="M12 12l-8 -4.5" />\n  <path d="M16 5.25l-4.35 2.447m-2.564 1.442l-1.086 .611" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',k0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5" />\n  <path d="M12 12l8 -4.5" />\n  <path d="M12 12l0 9" />\n  <path d="M12 12l-8 -4.5" />\n  <path d="M16 5.25l-8 4.5" />\n</svg>\n\n\n',C0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 16.5l-5 -3l5 -3l5 3v5.5l-5 3z" />\n  <path d="M2 13.5v5.5l5 3" />\n  <path d="M7 16.545l5 -3.03" />\n  <path d="M17 16.5l-5 -3l5 -3l5 3v5.5l-5 3z" />\n  <path d="M12 19l5 3" />\n  <path d="M17 16.5l5 -3" />\n  <path d="M12 13.5v-5.5l-5 -3l5 -3l5 3v5.5" />\n  <path d="M7 5.03v5.455" />\n  <path d="M12 8l5 -3" />\n</svg>\n\n\n',D0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.636 5.636a9 9 0 0 1 13.397 .747l-5.619 5.617l5.619 5.617a9 9 0 1 1 -13.397 -11.981z" />\n  <circle cx="11.5" cy="7.5" r="1" fill="currentColor" />\n</svg>\n\n\n',B0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3v4a1 1 0 0 0 1 1h4" />\n  <path d="M19 18v1a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-1" />\n  <path d="M3 14h3m4.5 0h3m4.5 0h3" />\n  <path d="M5 10v-5a2 2 0 0 1 2 -2h7l5 5v2" />\n</svg>\n\n\n',z0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 2a3 3 0 0 1 2.995 2.824l.005 .176a3 3 0 0 1 3 3a6 6 0 0 1 -5.775 5.996l-.225 .004h-4l.15 .005a2 2 0 0 1 1.844 1.838l.006 .157v4a2 2 0 0 1 -1.85 1.995l-.15 .005h-2a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-4a2 2 0 0 1 1.85 -1.995l.15 -.005v-1a1 1 0 0 1 .883 -.993l.117 -.007h5a4 4 0 0 0 4 -4a1 1 0 0 0 -.883 -.993l-.117 -.007l-.005 .176a3 3 0 0 1 -2.819 2.819l-.176 .005h-10a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-2a3 3 0 0 1 2.824 -2.995l.176 -.005h10z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',E0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h10a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-4m-4 0h-2a2 2 0 0 1 -2 -2v-2" />\n  <path d="M19 6h1a2 2 0 0 1 2 2a5 5 0 0 1 -5 5m-4 0h-1v2" />\n  <path d="M10 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',S0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M19 6h1a2 2 0 0 1 2 2a5 5 0 0 1 -5 5l-5 0v2" />\n  <path d="M10 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',T0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 15h-1a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25a9 9 0 0 1 -6.372 -15.356" />\n  <path d="M8 4c1.236 -.623 2.569 -1 4 -1c4.97 0 9 3.582 9 8c0 1.06 -.474 2.078 -1.318 2.828a4.516 4.516 0 0 1 -1.127 .73" />\n  <path d="M8.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M16.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',A0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 0 1 0 -18c4.97 0 9 3.582 9 8c0 1.06 -.474 2.078 -1.318 2.828c-.844 .75 -1.989 1.172 -3.182 1.172h-2.5a2 2 0 0 0 -1 3.75a1.3 1.3 0 0 1 -1 2.25" />\n  <path d="M8.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M16.5 10.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',O0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.95 6.952c2.901 .15 5.803 -.323 8.705 -1.42a1 1 0 0 1 1.345 .934v10.534m-3.212 .806c-4.483 -1.281 -8.966 -1.074 -13.449 .622a.993 .993 0 0 1 -1.339 -.935v-11.027a1 1 0 0 1 1.338 -.935c.588 .221 1.176 .418 1.764 .59" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',H0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.338 5.53c5.106 1.932 10.211 1.932 15.317 0a1 1 0 0 1 1.345 .934v11c0 .692 -.692 1.2 -1.34 .962c-5.107 -1.932 -10.214 -1.932 -15.321 0c-.648 .246 -1.339 -.242 -1.339 -.935v-11.027a1 1 0 0 1 1.338 -.935z" />\n</svg>\n\n\n',R0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h10.53c.693 0 1.18 .691 .935 1.338c-1.098 2.898 -1.573 5.795 -1.425 8.692m.828 4.847c.172 .592 .37 1.185 .595 1.778a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.697 -4.486 1.903 -8.973 .619 -13.46" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',P0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.463 4.338c-1.932 5.106 -1.932 10.211 0 15.317a1 1 0 0 1 -.934 1.345h-11c-.692 0 -1.208 -.692 -.962 -1.34c1.932 -5.107 1.932 -10.214 0 -15.321c-.246 -.648 .243 -1.339 .935 -1.339h11.028c.693 0 1.18 .691 .935 1.338z" />\n</svg>\n\n\n',F0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.158 3.185c.256 -.119 .542 -.185 .842 -.185h8a2 2 0 0 1 2 2v1.82a5 5 0 0 0 .528 2.236l.944 1.888a5 5 0 0 1 .528 2.236v2.82m-.177 3.824a2 2 0 0 1 -1.823 1.176h-12a2 2 0 0 1 -2 -2v-5.82a5 5 0 0 1 .528 -2.236l1.472 -2.944v-2" />\n  <path d="M13.185 13.173a2 2 0 1 0 2.64 2.647" />\n  <path d="M6 21a2 2 0 0 0 2 -2v-5.82a5 5 0 0 0 -.528 -2.236l-1.472 -2.944" />\n  <path d="M11 7h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',L0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 3h8a2 2 0 0 1 2 2v1.82a5 5 0 0 0 .528 2.236l.944 1.888a5 5 0 0 1 .528 2.236v5.82a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-5.82a5 5 0 0 1 .528 -2.236l1.472 -2.944v-3a2 2 0 0 1 2 -2z" />\n  <path d="M14 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 21a2 2 0 0 0 2 -2v-5.82a5 5 0 0 0 -.528 -2.236l-1.472 -2.944" />\n  <path d="M11 7h2" />\n</svg>\n\n\n',N0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 7l-6.5 6.5a1.5 1.5 0 0 0 3 3l6.5 -6.5a3 3 0 0 0 -6 -6l-6.5 6.5a4.5 4.5 0 0 0 9 9l6.5 -6.5" />\n</svg>\n\n\n',V0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12c0 -5.523 -4.477 -10 -10 -10c-1.737 0 -3.37 .443 -4.794 1.222m-2.28 1.71a9.969 9.969 0 0 0 -2.926 7.068" />\n  <path d="M22 12c0 -1.66 -1.46 -3 -3.25 -3c-1.63 0 -2.973 1.099 -3.212 2.54m-.097 -.09c-.23 -1.067 -1.12 -1.935 -2.29 -2.284m-3.445 .568c-.739 .55 -1.206 1.36 -1.206 2.266c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3" />\n  <path d="M2 12l10 10l-3.5 -10" />\n  <path d="M14.582 14.624l-2.582 7.376l4.992 -4.992m2.014 -2.014l3 -3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',U0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12a10 10 0 1 0 -20 0" />\n  <path d="M22 12c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3c0 -1.66 -1.57 -3 -3.5 -3s-3.5 1.34 -3.5 3c0 -1.66 -1.46 -3 -3.25 -3c-1.8 0 -3.25 1.34 -3.25 3" />\n  <path d="M2 12l10 10l-3.5 -10" />\n  <path d="M15.5 12l-3.5 10l10 -10" />\n</svg>\n\n\n',j0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.743 5.745a12.253 12.253 0 0 0 1.257 14.255" />\n  <path d="M17 4a12.25 12.25 0 0 1 2.474 11.467m-1.22 2.794a12.291 12.291 0 0 1 -1.254 1.739" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',G0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 4a12.25 12.25 0 0 0 0 16" />\n  <path d="M17 4a12.25 12.25 0 0 1 0 16" />\n</svg>\n\n\n',W0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16v-8h2.667c.736 0 1.333 .895 1.333 2s-.597 2 -1.333 2h-2.667" />\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n</svg>\n\n\n',$0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.582 3.41c-.362 .365 -.864 .59 -1.418 .59h-12a2 2 0 0 1 -2 -2v-12c0 -.554 .225 -1.056 .59 -1.418" />\n  <path d="M9 16v-7m3 -1h1a2 2 0 0 1 1.817 2.836m-2.817 1.164h-3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',X0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M10 16v-8h2.667c.736 0 1.333 .895 1.333 2s-.597 2 -1.333 2h-2.667" />\n</svg>\n\n\n',K0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 8c.788 1 1 2 1 3v1" />\n  <path d="M9 11c0 -1.578 1.343 -3 3 -3s3 1.422 3 3v2" />\n  <path d="M12 11v2" />\n  <path d="M6 12v-1.397c-.006 -1.999 1.136 -3.849 2.993 -4.85a6.385 6.385 0 0 1 6.007 -.005" />\n  <path d="M12 17v4" />\n  <path d="M10 20l4 -2" />\n  <path d="M10 18l4 2" />\n  <path d="M5 17v4" />\n  <path d="M3 20l4 -2" />\n  <path d="M3 18l4 2" />\n  <path d="M19 17v4" />\n  <path d="M17 20l4 -2" />\n  <path d="M17 18l4 2" />\n</svg>\n\n\n',Y0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17v4" />\n  <path d="M10 20l4 -2" />\n  <path d="M10 18l4 2" />\n  <path d="M5 17v4" />\n  <path d="M3 20l4 -2" />\n  <path d="M3 18l4 2" />\n  <path d="M19 17v4" />\n  <path d="M17 20l4 -2" />\n  <path d="M17 18l4 2" />\n  <path d="M7 14v-8a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v8" />\n  <path d="M11 5h2" />\n  <path d="M12 17v.01" />\n</svg>\n\n\n',Q0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17v4" />\n  <path d="M10 20l4 -2" />\n  <path d="M10 18l4 2" />\n  <path d="M5 17v4" />\n  <path d="M3 20l4 -2" />\n  <path d="M3 18l4 2" />\n  <path d="M19 17v4" />\n  <path d="M17 20l4 -2" />\n  <path d="M17 18l4 2" />\n  <path d="M9 6a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M7 14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2" />\n</svg>\n\n\n',Z0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10v4" />\n  <path d="M10 13l4 -2" />\n  <path d="M10 11l4 2" />\n  <path d="M5 10v4" />\n  <path d="M3 13l4 -2" />\n  <path d="M3 11l4 2" />\n  <path d="M19 10v4" />\n  <path d="M17 13l4 -2" />\n  <path d="M17 11l4 2" />\n</svg>\n\n\n',q0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10c-1.32 0 -1.983 .421 -2.931 1.924l-.244 .398l-.395 .688a50.89 50.89 0 0 0 -.141 .254c-.24 .434 -.571 .753 -1.139 1.142l-.55 .365c-.94 .627 -1.432 1.118 -1.707 1.955c-.124 .338 -.196 .853 -.193 1.28c0 1.687 1.198 2.994 2.8 2.994l.242 -.006c.119 -.006 .234 -.017 .354 -.034l.248 -.043l.132 -.028l.291 -.073l.162 -.045l.57 -.17l.763 -.243l.455 -.136c.53 -.15 .94 -.222 1.283 -.222c.344 0 .753 .073 1.283 .222l.455 .136l.764 .242l.569 .171l.312 .084c.097 .024 .187 .045 .273 .062l.248 .043c.12 .017 .235 .028 .354 .034l.242 .006c1.602 0 2.8 -1.307 2.8 -3c0 -.427 -.073 -.939 -.207 -1.306c-.236 -.724 -.677 -1.223 -1.48 -1.83l-.257 -.19l-.528 -.38c-.642 -.47 -1.003 -.826 -1.253 -1.278l-.27 -.485l-.252 -.432c-1.011 -1.696 -1.618 -2.099 -3.053 -2.099z" stroke-width="0" fill="currentColor" />\n  <path d="M19.78 7h-.03c-1.219 .02 -2.35 1.066 -2.908 2.504c-.69 1.775 -.348 3.72 1.075 4.333c.256 .109 .527 .163 .801 .163c1.231 0 2.38 -1.053 2.943 -2.504c.686 -1.774 .34 -3.72 -1.076 -4.332a2.05 2.05 0 0 0 -.804 -.164z" stroke-width="0" fill="currentColor" />\n  <path d="M9.025 3c-.112 0 -.185 .002 -.27 .015l-.093 .016c-1.532 .206 -2.397 1.989 -2.108 3.855c.272 1.725 1.462 3.114 2.92 3.114l.187 -.005a1.26 1.26 0 0 0 .084 -.01l.092 -.016c1.533 -.206 2.397 -1.989 2.108 -3.855c-.27 -1.727 -1.46 -3.114 -2.92 -3.114z" stroke-width="0" fill="currentColor" />\n  <path d="M14.972 3c-1.459 0 -2.647 1.388 -2.916 3.113c-.29 1.867 .574 3.65 2.174 3.867c.103 .013 .2 .02 .296 .02c1.39 0 2.543 -1.265 2.877 -2.883l.041 -.23c.29 -1.867 -.574 -3.65 -2.174 -3.867a2.154 2.154 0 0 0 -.298 -.02z" stroke-width="0" fill="currentColor" />\n  <path d="M4.217 7c-.274 0 -.544 .054 -.797 .161c-1.426 .615 -1.767 2.562 -1.078 4.335c.563 1.451 1.71 2.504 2.941 2.504c.274 0 .544 -.054 .797 -.161c1.426 -.615 1.767 -2.562 1.078 -4.335c-.563 -1.451 -1.71 -2.504 -2.941 -2.504z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',J0t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.168 11.154c-.71 .31 -1.184 1.107 -2 2.593c-.942 1.703 -2.846 1.845 -3.321 3.291c-.097 .265 -.145 .677 -.143 .962c0 1.176 .787 2 1.8 2c1.259 0 3 -1 4.5 -1s3.241 1 4.5 1c.927 0 1.664 -.689 1.783 -1.708" />\n  <path d="M20.188 8.082a1.039 1.039 0 0 0 -.406 -.082h-.015c-.735 .012 -1.56 .75 -1.993 1.866c-.519 1.335 -.28 2.7 .538 3.052c.129 .055 .267 .082 .406 .082c.739 0 1.575 -.742 2.011 -1.866c.516 -1.335 .273 -2.7 -.54 -3.052h0z" />\n  <path d="M11 6.992a3.608 3.608 0 0 0 -.04 -.725c-.203 -1.297 -1.047 -2.267 -1.932 -2.267a1.237 1.237 0 0 0 -.758 .265" />\n  <path d="M16.456 6.733c.214 -1.376 -.375 -2.594 -1.32 -2.722a1.164 1.164 0 0 0 -.162 -.011c-.885 0 -1.728 .97 -1.93 2.267c-.214 1.376 .375 2.594 1.32 2.722c.054 .007 .108 .011 .162 .011c.885 0 1.73 -.974 1.93 -2.267z" />\n  <path d="M5.69 12.918c.816 -.352 1.054 -1.719 .536 -3.052c-.436 -1.124 -1.271 -1.866 -2.009 -1.866c-.14 0 -.277 .027 -.407 .082c-.816 .352 -1.054 1.719 -.536 3.052c.436 1.124 1.271 1.866 2.009 1.866c.14 0 .277 -.027 .407 -.082z" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',tit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.7 13.5c-1.1 -2 -1.441 -2.5 -2.7 -2.5c-1.259 0 -1.736 .755 -2.836 2.747c-.942 1.703 -2.846 1.845 -3.321 3.291c-.097 .265 -.145 .677 -.143 .962c0 1.176 .787 2 1.8 2c1.259 0 3 -1 4.5 -1s3.241 1 4.5 1c1.013 0 1.8 -.823 1.8 -2c0 -.285 -.049 -.697 -.146 -.962c-.475 -1.451 -2.512 -1.835 -3.454 -3.538z" />\n  <path d="M20.188 8.082a1.039 1.039 0 0 0 -.406 -.082h-.015c-.735 .012 -1.56 .75 -1.993 1.866c-.519 1.335 -.28 2.7 .538 3.052c.129 .055 .267 .082 .406 .082c.739 0 1.575 -.742 2.011 -1.866c.516 -1.335 .273 -2.7 -.54 -3.052z" />\n  <path d="M9.474 9c.055 0 .109 0 .163 -.011c.944 -.128 1.533 -1.346 1.32 -2.722c-.203 -1.297 -1.047 -2.267 -1.932 -2.267c-.055 0 -.109 0 -.163 .011c-.944 .128 -1.533 1.346 -1.32 2.722c.204 1.293 1.048 2.267 1.933 2.267z" />\n  <path d="M16.456 6.733c.214 -1.376 -.375 -2.594 -1.32 -2.722a1.164 1.164 0 0 0 -.162 -.011c-.885 0 -1.728 .97 -1.93 2.267c-.214 1.376 .375 2.594 1.32 2.722c.054 .007 .108 .011 .162 .011c.885 0 1.73 -.974 1.93 -2.267z" />\n  <path d="M5.69 12.918c.816 -.352 1.054 -1.719 .536 -3.052c-.436 -1.124 -1.271 -1.866 -2.009 -1.866c-.14 0 -.277 .027 -.407 .082c-.816 .352 -1.054 1.719 -.536 3.052c.436 1.124 1.271 1.866 2.009 1.866c.14 0 .277 -.027 .407 -.082z" />\n</svg>\n\n\n',eit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-6a2 2 0 0 1 -2 -2v-6a2 2 0 0 1 2 -2h10" />\n  <path d="M11 16a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M8 11v-4a4 4 0 1 1 8 0v4" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1" />\n  <path d="M19 14v1" />\n</svg>\n\n\n',nit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" />\n  <path d="M3 12h2a2 2 0 1 0 0 -4h-2v8" />\n  <path d="M17 12h3" />\n  <path d="M21 8h-4v8" />\n</svg>\n\n\n',ait='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 3l0 18" />\n  <path d="M12 12l6.3 6.3" />\n  <path d="M12 12l-6.3 6.3" />\n</svg>\n\n\n',oit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',iit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',sit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',rit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',lit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',hit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M16 21l5 -5" />\n  <path d="M21 21v.01" />\n  <path d="M16 16v.01" />\n</svg>\n\n\n',dit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',cit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',pit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',vit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 11l1.5 -1.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l2 -2" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',uit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',git='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10l-6 6v4h4l6 -6m1.99 -1.99l2.504 -2.504a2.828 2.828 0 1 0 -4 -4l-2.5 2.5" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',mit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',fit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',wit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',Mit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 20l6 -6l3 -3l1.5 -1.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4z" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',_it='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 11l1.5 -1.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l3 -3" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',bit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',xit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.5 10.5l1 -1a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4h4l2 -2" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',Iit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',yit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',kit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />\n  <path d="M13.5 6.5l4 4" />\n</svg>\n\n\n',Cit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 2a1 1 0 0 1 .993 .883l.007 .117v17h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-7.351l-8.406 -3.735c-.752 -.335 -.79 -1.365 -.113 -1.77l.113 -.058l8.406 -3.736v-.35a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Dit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 21h-4" />\n  <path d="M14 21v-18" />\n  <path d="M14 4l-9 4l9 4" />\n</svg>\n\n\n',Bit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 2a1 1 0 0 1 .993 .883l.007 .117v.35l8.406 3.736c.752 .335 .79 1.365 .113 1.77l-.113 .058l-8.406 3.735v7.351h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-17a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',zit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 21h4" />\n  <path d="M10 21v-11m0 -4v-3" />\n  <path d="M10 4l9 4l-4.858 2.16m-2.764 1.227l-1.378 .613" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Eit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 21l4 0" />\n  <path d="M10 21l0 -18" />\n  <path d="M10 4l9 4l-9 4" />\n</svg>\n\n\n',Sit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.205 2.6l-6.96 5.238a3 3 0 0 0 -1.045 3.338l2.896 8.765a3 3 0 0 0 2.85 2.059h8.12a3 3 0 0 0 2.841 -2.037l2.973 -8.764a3 3 0 0 0 -1.05 -3.37l-7.033 -5.237l-.091 -.061l-.018 -.01l-.106 -.07a3 3 0 0 0 -3.377 .148z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Tit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n</svg>\n\n\n',Ait='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M10 10l2 -2v8" />\n</svg>\n\n\n',Oit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Hit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M10 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" />\n</svg>\n\n\n',Rit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M10 8v3a1 1 0 0 0 1 1h3" />\n  <path d="M14 8v8" />\n</svg>\n\n\n',Pit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" />\n</svg>\n\n\n',Fit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n</svg>\n\n\n',Lit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M10 8h4l-2 8" />\n</svg>\n\n\n',Nit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />\n</svg>\n\n\n',Vit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Uit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.133 4.133l2.704 -1.965a1.978 1.978 0 0 1 2.326 0l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-1.887 5.808m-.981 3.02l-.196 .602a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l2.994 -2.176" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',jit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21.005h-5.458a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-.78 2.401" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',Git='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M14 14l-4 -4" />\n  <path d="M10 14l4 -4" />\n</svg>\n\n\n',Wit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n</svg>\n\n\n',$it='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.636 5.636a9 9 0 1 1 12.728 12.728a9 9 0 0 1 -12.728 -12.728z" />\n  <path d="M15.236 11l5.264 4h-6.5l-2 6l-2 -6h-6.5l5.276 -4l-2.056 -6.28l5.28 3.78l5.28 -3.78z" />\n</svg>\n\n\n',Xit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.59 12.59c-.77 1.418 -2.535 2.41 -4.59 2.41c-2.761 0 -5 -1.79 -5 -4a8 8 0 0 0 13.643 5.67m1.64 -2.357a7.97 7.97 0 0 0 .717 -3.313a3 3 0 0 0 -5.545 -1.59" />\n  <path d="M16 8c0 -2 2 -4 4 -4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Kit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 11c0 2.21 -2.239 4 -5 4s-5 -1.79 -5 -4a8 8 0 1 0 16 0a3 3 0 0 0 -6 0" />\n  <path d="M16 8c0 -2 2 -4 4 -4" />\n</svg>\n\n\n',Yit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M7 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M6 18l12 -12" />\n</svg>\n\n\n',Qit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 6v3" />\n  <path d="M14 6v3" />\n  <path d="M5 9m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M12 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M9 3h6v3h-6z" />\n</svg>\n\n\n',Zit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.511 4.502l9.63 1.375a1 1 0 0 1 .859 .99v8.133m-.859 3.123l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 .01 -.137" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',qit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.141 4.163l12 1.714a1 1 0 0 1 .859 .99v10.266a1 1 0 0 1 -.859 .99l-12 1.714a1 1 0 0 1 -1.141 -.99v-13.694a1 1 0 0 1 1.141 -.99z" />\n</svg>\n\n\n',Jit='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />\n  <path d="M15 7a2 2 0 0 1 2 2" />\n  <path d="M15 3a6 6 0 0 1 6 6" />\n</svg>\n\n\n',tst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />\n  <path d="M15 7l0 .01" />\n  <path d="M18 7l0 .01" />\n  <path d="M21 7l0 .01" />\n</svg>\n\n\n',est='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />\n  <path d="M15 6l2 2l4 -4" />\n</svg>\n\n\n',nst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 3a1 1 0 0 1 .877 .519l.051 .11l2 5a1 1 0 0 1 -.313 1.16l-.1 .068l-1.674 1.004l.063 .103a10 10 0 0 0 3.132 3.132l.102 .062l1.005 -1.672a1 1 0 0 1 1.113 -.453l.115 .039l5 2a1 1 0 0 1 .622 .807l.007 .121v4c0 1.657 -1.343 3 -3.06 2.998c-8.579 -.521 -15.418 -7.36 -15.94 -15.998a3 3 0 0 1 2.824 -2.995l.176 -.005h4z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ast='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />\n  <path d="M15 9l5 -5" />\n  <path d="M15 5l0 4l4 0" />\n</svg>\n\n\n',ost='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21l18 -18" />\n  <path d="M5.831 14.161a15.946 15.946 0 0 1 -2.831 -8.161a2 2 0 0 1 2 -2h4l2 5l-2.5 1.5c.108 .22 .223 .435 .345 .645m1.751 2.277c.843 .84 1.822 1.544 2.904 2.078l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a15.963 15.963 0 0 1 -10.344 -4.657" />\n</svg>\n\n\n',ist='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />\n  <path d="M15 9l5 -5" />\n  <path d="M16 4l4 0l0 4" />\n</svg>\n\n\n',sst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />\n  <path d="M20 3l0 4" />\n  <path d="M16 3l0 4" />\n</svg>\n\n\n',rst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />\n  <path d="M15 6h6m-3 -3v6" />\n</svg>\n\n\n',lst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />\n  <path d="M16 4l4 4m0 -4l-4 4" />\n</svg>\n\n\n',hst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h4l2 5l-2.5 1.5a11 11 0 0 0 5 5l1.5 -2.5l5 2v4a2 2 0 0 1 -2 2a16 16 0 0 1 -15 -15a2 2 0 0 1 2 -2" />\n</svg>\n\n\n',dst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M10 21h-4a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l1 1" />\n  <path d="M14 21v-4a2 2 0 1 1 4 0v4" />\n  <path d="M14 19h4" />\n  <path d="M21 15v6" />\n</svg>\n\n\n',cst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M13.5 21h-7.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4" />\n  <path d="M14 14l1 -1c.669 -.643 1.45 -.823 2.18 -.54" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',pst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" />\n  <path d="M14 14l1 -1c.616 -.593 1.328 -.792 2.008 -.598" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',vst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0l.5 .5" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',ust='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M20.475 15.035a9 9 0 0 0 -8.475 -12.035a9 9 0 0 0 -9 9a9 9 0 0 0 9.525 8.985" />\n  <path d="M4 15l4 -4c.928 -.893 2.072 -.893 3 0l4 4" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',gst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M20.964 12.806a9 9 0 0 0 -8.964 -9.806a9 9 0 0 0 -9 9a9 9 0 0 0 9.397 8.991" />\n  <path d="M4 15l4 -4c.928 -.893 2.072 -.893 3 0l4 4" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0" />\n  <path d="M16 19.33h6" />\n  <path d="M19 16.33v6" />\n</svg>\n\n\n',mst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M4 15l4 -4c.928 -.893 2.072 -.893 3 0l5 5" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2" />\n  <path d="M3 12a9 9 0 0 0 9 9a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9" />\n</svg>\n\n\n',fst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',wst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M12 21h-6a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" />\n  <path d="M14 14l1 -1c.48 -.461 1.016 -.684 1.551 -.67" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',Mst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2.5 2.5" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',_st='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4" />\n  <path d="M14 14l1 -1c.653 -.629 1.413 -.815 2.13 -.559" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',bst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M11 20h-4a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v4" />\n  <path d="M4 15l4 -4c.928 -.893 2.072 -.893 3 0l3 3" />\n  <path d="M14 14l1 -1c.31 -.298 .644 -.497 .987 -.596" />\n  <path d="M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" />\n</svg>\n\n\n',xst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M15 21h-9a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4" />\n  <path d="M14 14l1 -1c.665 -.64 1.44 -.821 2.167 -.545" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',Ist='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.813 11.612c.457 -.38 .918 -.38 1.386 .011l.108 .098l4.986 4.986l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-1.292 -1.293l.292 -.293l.106 -.095c.457 -.38 .918 -.38 1.386 .011l.108 .098l4.674 4.675a4 4 0 0 1 -3.775 3.599l-.206 .005h-12a4 4 0 0 1 -3.98 -3.603l6.687 -6.69l.106 -.095zm9.187 -9.612a4 4 0 0 1 3.995 3.8l.005 .2v9.585l-3.293 -3.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-.307 .306l-2.293 -2.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-5.307 5.306v-9.585a4 4 0 0 1 3.8 -3.995l.2 -.005h12zm-2.99 5l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',yst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l1.5 1.5" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',kst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M3.5 15.5l4.5 -4.5c.928 -.893 2.072 -.893 3 0l5 5" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2.5 2.5" />\n</svg>\n\n\n',Cst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v9" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',Dst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M7 3h11a3 3 0 0 1 3 3v11m-.856 3.099a2.991 2.991 0 0 1 -2.144 .901h-12a3 3 0 0 1 -3 -3v-12c0 -.845 .349 -1.608 .91 -2.153" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5" />\n  <path d="M16.33 12.338c.574 -.054 1.155 .166 1.67 .662l3 3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Bst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',zst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M15 8h.01" />\n  <path d="M4 15l4 -4c.928 -.893 2.072 -.893 3 0l5 5" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2 2" />\n</svg>\n\n\n',Est='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2.5 2.5" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',Sst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l4 4" />\n  <path d="M14 14l1 -1c.67 -.644 1.45 -.824 2.182 -.54" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',Tst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M15 21h-9a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',Ast='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M6 13l2.644 -2.644a1.21 1.21 0 0 1 1.712 0l3.644 3.644" />\n  <path d="M13 13l1.644 -1.644a1.21 1.21 0 0 1 1.712 0l1.644 1.644" />\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n</svg>\n\n\n',Ost='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M11.5 21h-5.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2 2" />\n</svg>\n\n\n',Hst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 5h2a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-2" />\n  <path d="M7 19h-2a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h2" />\n  <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n</svg>\n\n\n',Rst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 4h1a2 2 0 0 1 2 2v1" />\n  <path d="M20 17v1a2 2 0 0 1 -2 2h-1" />\n  <path d="M7 20h-1a2 2 0 0 1 -2 -2v-1" />\n  <path d="M4 7v-1a2 2 0 0 1 2 -2h1" />\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 18v2" />\n  <path d="M4 12h2" />\n  <path d="M12 4v2" />\n  <path d="M20 12h-2" />\n</svg>\n\n\n',Pst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 5h2a2 2 0 0 1 2 2v2" />\n  <path d="M21 15v2a2 2 0 0 1 -2 2h-2" />\n  <path d="M7 19h-2a2 2 0 0 1 -2 -2v-2" />\n  <path d="M3 9v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M7 9m0 1a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',Fst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M12 21h-6a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',Lst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M11.5 20h-4.5a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v4" />\n  <path d="M4 15l4 -4c.928 -.893 2.072 -.893 3 0l1.5 1.5" />\n  <path d="M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5z" />\n</svg>\n\n\n',Nst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n  <path d="M3.5 15.5l4.5 -4.5c.928 -.893 2.072 -.893 3 0l5 5" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0l2.5 2.5" />\n</svg>\n\n\n',Vst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M11 21h-5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v5.5" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l2 2" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',Ust='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M12.5 21h-6.5a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v6.5" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3.5 3.5" />\n  <path d="M14 14l1 -1c.679 -.653 1.473 -.829 2.214 -.526" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',jst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15h-3a3 3 0 0 1 -3 -3v-6a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v3" />\n  <path d="M9 9m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v6a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z" />\n  <path d="M3 12l2.296 -2.296a2.41 2.41 0 0 1 3.408 0l.296 .296" />\n  <path d="M14 13.5v3l2.5 -1.5z" />\n  <path d="M7 6v.01" />\n</svg>\n\n\n',Gst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M13 21h-7a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v7" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l3 3" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',Wst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8h.01" />\n  <path d="M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12z" />\n  <path d="M3 16l5 -5c.928 -.893 2.072 -.893 3 0l5 5" />\n  <path d="M14 14l1 -1c.928 -.893 2.072 -.893 3 0l3 3" />\n</svg>\n\n\n',$st='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l-1 -3l4 -2l4 1h3.5" />\n  <path d="M4 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 6m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 17v-7" />\n  <path d="M8 20h7l1 -4l4 -2" />\n  <path d="M18 20h3" />\n</svg>\n\n\n',Xst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 19v-6" />\n  <path d="M8 5v8h2v-8" />\n  <path d="M15 19v-6" />\n  <path d="M14 5v8h2v-8" />\n</svg>\n\n\n',Kst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 8l-9.383 9.418a2.091 2.091 0 0 0 0 2.967a2.11 2.11 0 0 0 2.976 0l9.407 -9.385" />\n  <path d="M9 3h4.586a1 1 0 0 1 .707 .293l6.414 6.414a1 1 0 0 1 .293 .707v4.586a2 2 0 1 1 -4 0v-3l-5 -5h-3a2 2 0 1 1 0 -4z" />\n</svg>\n\n\n',Yst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />\n  <path d="M14 14m0 1a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1z" />\n  <path d="M7 9l4 4" />\n  <path d="M7 12v-3h3" />\n</svg>\n\n\n',Qst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />\n  <path d="M14 14m0 1a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1z" />\n  <path d="M7 9l4 4" />\n  <path d="M8 13h3v-3" />\n</svg>\n\n\n',Zst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 5h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-4" />\n  <path d="M15 10h5a1 1 0 0 0 1 -1v-3a1 1 0 0 0 -1 -1h-5a1 1 0 0 0 -1 1v3a1 1 0 0 0 1 1z" />\n</svg>\n\n\n',qst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 19h-6a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4" />\n  <path d="M14 14m0 1a1 1 0 0 1 1 -1h5a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',Jst='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11v.01" />\n  <path d="M5.173 8.378a3 3 0 1 1 4.656 -1.377" />\n  <path d="M16 4v3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342c-.336 .95 -.907 1.8 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l0 -.027a6 6 0 0 1 4 -10.473h2.5l4.5 -3h0z" />\n</svg>\n\n\n',trt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11v.01" />\n  <path d="M10 6h1.499l4.5 -3l0 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342c-.057 .16 -.12 .318 -.19 .472m-1.467 2.528v1.5a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l0 -.027a6 6 0 0 1 1.5 -9.928" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ert='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11v.01" />\n  <path d="M16 3l0 3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1.342a6.008 6.008 0 0 1 -1.658 2.473v2.027a1.5 1.5 0 0 1 -3 0v-.583a6.04 6.04 0 0 1 -1 .083h-4a6.04 6.04 0 0 1 -1 -.083v.583a1.5 1.5 0 0 1 -3 0v-2l0 -.027a6 6 0 0 1 4 -10.473h2.5l4.5 -3z" />\n</svg>\n\n\n',nrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 9h-2a3 3 0 1 1 0 -6h7" />\n  <path d="M11 3v11" />\n  <path d="M15 3v11" />\n  <path d="M3 18h18" />\n  <path d="M6 15l-3 3l3 3" />\n</svg>\n\n\n',art='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 9h-2a3 3 0 1 1 0 -6h7" />\n  <path d="M11 3v11" />\n  <path d="M15 3v11" />\n  <path d="M21 18h-18" />\n  <path d="M18 15l3 3l-3 3" />\n</svg>\n\n\n',ort='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 4v16" />\n  <path d="M17 4v16" />\n  <path d="M19 4h-9.5a4.5 4.5 0 0 0 0 9h3.5" />\n</svg>\n\n\n',irt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.495 6.505l2 -2a4.95 4.95 0 0 1 7 7l-2 2m-2 2l-4 4a4.95 4.95 0 0 1 -7 -7l4 -4" />\n  <path d="M8.5 8.5l7 7" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',srt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.5 12.5l8 -8a4.94 4.94 0 0 1 7 7l-8 8a4.94 4.94 0 0 1 -7 -7" />\n  <path d="M8.5 8.5l7 7" />\n</svg>\n\n\n',rrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M17 17m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M4.5 4.5l7 7" />\n  <path d="M19.5 14.5l-5 5" />\n</svg>\n\n\n',lrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 11v-5a1 1 0 0 0 -1 -1h-16a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" />\n  <path d="M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 13v-4h4" />\n  <path d="M14 13l-4 -4" />\n</svg>\n\n\n',hrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.113 3.21l.094 .083l5.5 5.5a1 1 0 0 1 -1.175 1.59l-3.172 3.171l-1.424 3.797a1 1 0 0 1 -.158 .277l-.07 .08l-1.5 1.5a1 1 0 0 1 -1.32 .082l-.095 -.083l-2.793 -2.792l-3.793 3.792a1 1 0 0 1 -1.497 -1.32l.083 -.094l3.792 -3.793l-2.792 -2.793a1 1 0 0 1 -.083 -1.32l.083 -.094l1.5 -1.5a1 1 0 0 1 .258 -.187l.098 -.042l3.796 -1.425l3.171 -3.17a1 1 0 0 1 1.497 -1.26z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',drt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 13v5a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-12a1 1 0 0 1 1 -1h9" />\n  <path d="M19 7m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 11h4v4" />\n  <path d="M10 15l4 -4" />\n</svg>\n\n\n',crt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 4.5l-4 4l-4 1.5l-1.5 1.5l7 7l1.5 -1.5l1.5 -4l4 -4" />\n  <path d="M9 15l-4.5 4.5" />\n  <path d="M14.5 4l5.5 5.5" />\n</svg>\n\n\n',prt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.718 20.713a7.64 7.64 0 0 1 -7.48 -12.755l.72 -.72a7.643 7.643 0 0 1 9.105 -1.283l2.387 -2.345a2.08 2.08 0 0 1 3.057 2.815l-.116 .126l-2.346 2.387a7.644 7.644 0 0 1 -1.052 8.864" />\n  <path d="M14 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M9.3 5.3l9.4 9.4" />\n</svg>\n\n\n',vrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 3a1 1 0 0 1 .117 1.993l-.117 .007v4.764l1.894 3.789a1 1 0 0 1 .1 .331l.006 .116v2a1 1 0 0 1 -.883 .993l-.117 .007h-4v4a1 1 0 0 1 -1.993 .117l-.007 -.117v-4h-4a1 1 0 0 1 -.993 -.883l-.007 -.117v-2a1 1 0 0 1 .06 -.34l.046 -.107l1.894 -3.791v-4.762a1 1 0 0 1 -.117 -1.993l.117 -.007h8z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',urt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M15 4.5l-3.249 3.249m-2.57 1.433l-2.181 .818l-1.5 1.5l7 7l1.5 -1.5l.82 -2.186m1.43 -2.563l3.25 -3.251" />\n  <path d="M9 15l-4.5 4.5" />\n  <path d="M14.5 4l5.5 5.5" />\n</svg>\n\n\n',grt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 4v6l-2 4v2h10v-2l-2 -4v-6" />\n  <path d="M12 16l0 5" />\n  <path d="M8 4l8 0" />\n</svg>\n\n\n',mrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.313 6.277l1.687 -3.277l5.34 10.376m2.477 6.463a19.093 19.093 0 0 1 -7.817 1.661c-3.04 0 -5.952 -.714 -8.5 -1.983l5.434 -10.559" />\n  <path d="M5.38 15.866a14.94 14.94 0 0 0 6.815 1.634c1.56 0 3.105 -.24 4.582 -.713" />\n  <path d="M11 14v-.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',frt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21.5c-3.04 0 -5.952 -.714 -8.5 -1.983l8.5 -16.517l8.5 16.517a19.09 19.09 0 0 1 -8.5 1.983z" />\n  <path d="M5.38 15.866a14.94 14.94 0 0 0 6.815 1.634a14.944 14.944 0 0 0 6.502 -1.479" />\n  <path d="M13 11.01v-.01" />\n  <path d="M11 14v-.01" />\n</svg>\n\n\n',wrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 20.415a8 8 0 1 0 3 -15.415h-3" />\n  <path d="M13 8l-3 -3l3 -3" />\n  <path d="M7 17l4 -4l-4 -4l-4 4z" />\n</svg>\n\n\n',Mrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.157 11.81l4.83 1.295a2 2 0 1 1 -1.036 3.863l-14.489 -3.882l-1.345 -6.572l2.898 .776l1.414 2.45l2.898 .776l-.12 -7.279l2.898 .777l2.052 7.797z" />\n  <path d="M3 21h18" />\n</svg>\n\n\n',_rt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.639 10.258l4.83 -1.294a2 2 0 1 1 1.035 3.863l-14.489 3.883l-4.45 -5.02l2.897 -.776l2.45 1.414l2.897 -.776l-3.743 -6.244l2.898 -.777l5.675 5.727z" />\n  <path d="M3 21h18" />\n</svg>\n\n\n',brt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11.085h5a2 2 0 1 1 0 4h-15l-3 -6h3l2 2h3l-2 -7h3l4 7z" />\n  <path d="M3 21h18" />\n</svg>\n\n\n',xrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.788 5.758l-.788 -2.758h3l4 7h4a2 2 0 1 1 0 4h-2m-2.718 1.256l-3.282 5.744h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Irt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.5 6.5l3 -2.9a2.05 2.05 0 0 1 2.9 2.9l-2.9 3l2.5 7.5l-2.5 2.55l-3.5 -6.55l-3 3v3l-2 2l-1.5 -4.5l-4.5 -1.5l2 -2h3l3 -3l-6.5 -3.5l2.5 -2.5l7.5 2.5z" />\n</svg>\n\n\n',yrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h4l-2 -7h3z" />\n</svg>\n\n\n',krt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.816 13.58c1.956 1.825 3.157 3.449 3.184 4.445m-3.428 .593c-2.098 -.634 -4.944 -2.03 -7.919 -3.976c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.32 -.628 1.591 -.6 3.294 -.113" />\n  <path d="M7.042 7.059a7 7 0 0 0 9.908 9.89m1.581 -2.425a7 7 0 0 0 -9.057 -9.054" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Crt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.816 13.58c2.292 2.138 3.546 4 3.092 4.9c-.745 1.46 -5.783 -.259 -11.255 -3.838c-5.47 -3.579 -9.304 -7.664 -8.56 -9.123c.464 -.91 2.926 -.444 5.803 .805" />\n  <path d="M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n</svg>\n\n\n',Drt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 9c0 5.523 4.477 10 10 10a9.953 9.953 0 0 0 5.418 -1.593m2.137 -1.855a9.961 9.961 0 0 0 2.445 -6.552" />\n  <path d="M12 19c0 -1.988 .58 -3.84 1.58 -5.397m1.878 -2.167a9.961 9.961 0 0 1 6.542 -2.436" />\n  <path d="M2 9a10 10 0 0 1 10 10" />\n  <path d="M12 4a9.7 9.7 0 0 1 3 7.013" />\n  <path d="M9.01 11.5a9.696 9.696 0 0 1 .163 -2.318m1.082 -2.942a9.696 9.696 0 0 1 1.745 -2.24" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Brt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 9a10 10 0 1 0 20 0" />\n  <path d="M12 19a10 10 0 0 1 10 -10" />\n  <path d="M2 9a10 10 0 0 1 10 10" />\n  <path d="M12 4a9.7 9.7 0 0 1 2.99 7.5" />\n  <path d="M9.01 11.5a9.7 9.7 0 0 1 2.99 -7.5" />\n</svg>\n\n\n',zrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4h8" />\n  <path d="M11.9 7.908a6 6 0 0 0 -4.79 -4.806m-4.11 -.102v2a6 6 0 0 0 6 6h2" />\n  <path d="M12.531 8.528a6 6 0 0 1 5.469 -3.528h3v1a6 6 0 0 1 -5.037 5.923" />\n  <path d="M12 15v-3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ert='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 15h10v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4z" />\n  <path d="M12 9a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3" />\n  <path d="M12 11a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3" />\n  <path d="M12 15l0 -6" />\n</svg>\n\n\n',Srt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M5 21l3 -3l.75 -1.5" />\n  <path d="M14 21v-4l-4 -3l.5 -6" />\n  <path d="M5 12l1 -3l4.5 -1l3.5 3l4 1" />\n  <path d="M18.5 16a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z" fill="currentColor" />\n</svg>\n\n\n',Trt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h10a2 2 0 0 1 2 2v10m0 4a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14" />\n  <path d="M16 18h.01" />\n  <path d="M13.716 13.712l-1.716 2.288l-3 -4l1.29 -1.72" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Art='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2z" />\n  <path d="M8 6h.01" />\n  <path d="M16 18h.01" />\n  <path d="M12 16l-3 -4l3 -4l3 4z" />\n</svg>\n\n\n',Ort='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M3 17l5 1l.75 -1.5" />\n  <path d="M14 21v-4l-4 -3l1 -6" />\n  <path d="M6 12v-3l5 -1l3 3l3 1" />\n  <path d="M19.5 20a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z" fill="currentColor" />\n</svg>\n\n\n',Hrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21l3.5 -2l-4.5 -4l2 -4.5" />\n  <path d="M7 6l2 4l5 .5l4 2.5l2.5 3" />\n  <path d="M4 20l5 -1l1.5 -2" />\n  <path d="M15 7a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M9.5 5a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z" fill="currentColor" />\n</svg>\n\n\n',Rrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M20.5 10a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z" fill="currentColor" />\n  <path d="M2 16l5 1l.5 -2.5" />\n  <path d="M11.5 21l2.5 -5.5l-5.5 -3.5l3.5 -4l3 4l4 2" />\n</svg>\n\n\n',Prt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.247 3.341l-7 8c-.565 .647 -.106 1.659 .753 1.659h14c.86 0 1.318 -1.012 .753 -1.659l-7 -8a1 1 0 0 0 -1.506 0z" stroke-width="0" fill="currentColor" />\n  <path d="M18 15h-12a2 2 0 0 0 -2 2v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Frt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12h14l-7 -8z" />\n  <path d="M5 16m0 1a1 1 0 0 1 1 -1h12a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-12a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',Lrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 4h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M17 4h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Nrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M14 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',Vrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4v16a1 1 0 0 0 1.524 .852l13 -8a1 1 0 0 0 0 -1.704l-13 -8a1 1 0 0 0 -1.524 .852z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Urt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 4v16l13 -8z" />\n</svg>\n\n\n',jrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 5.072a8 8 0 1 1 -3.995 7.213l-.005 -.285l.005 -.285a8 8 0 0 1 3.995 -6.643z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Grt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n</svg>\n\n\n',Wrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.496 4.136l-12 7a1 1 0 0 0 0 1.728l12 7a1 1 0 0 0 1.504 -.864v-14a1 1 0 0 0 -1.504 -.864z" stroke-width="0" fill="currentColor" />\n  <path d="M4 4a1 1 0 0 1 .993 .883l.007 .117v14a1 1 0 0 1 -1.993 .117l-.007 -.117v-14a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',$rt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 5v14l-12 -7z" />\n  <path d="M4 5l0 14" />\n</svg>\n\n\n',Xrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5v14a1 1 0 0 0 1.504 .864l12 -7a1 1 0 0 0 0 -1.728l-12 -7a1 1 0 0 0 -1.504 .864z" stroke-width="0" fill="currentColor" />\n  <path d="M20 4a1 1 0 0 1 .993 .883l.007 .117v14a1 1 0 0 1 -1.993 .117l-.007 -.117v-14a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Krt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5v14l12 -7z" />\n  <path d="M20 5l0 14" />\n</svg>\n\n\n',Yrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 4h-10a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Qrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',Zrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 5v14c0 .86 1.012 1.318 1.659 .753l8 -7a1 1 0 0 0 0 -1.506l-8 -7c-.647 -.565 -1.659 -.106 -1.659 .753z" stroke-width="0" fill="currentColor" />\n  <path d="M13 5v14c0 .86 1.012 1.318 1.659 .753l8 -7a1 1 0 0 0 0 -1.506l-8 -7c-.647 -.565 -1.659 -.106 -1.659 .753z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',qrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5v14l8 -7z" />\n  <path d="M14 5v14l8 -7z" />\n</svg>\n\n\n',Jrt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.341 4.247l-8 7a1 1 0 0 0 0 1.506l8 7c.647 .565 1.659 .106 1.659 -.753v-14c0 -.86 -1.012 -1.318 -1.659 -.753z" stroke-width="0" fill="currentColor" />\n  <path d="M9.341 4.247l-8 7a1 1 0 0 0 0 1.506l8 7c.647 .565 1.659 .106 1.659 -.753v-14c0 -.86 -1.012 -1.318 -1.659 -.753z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',tlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 5v14l-8 -7z" />\n  <path d="M10 5v14l-8 -7z" />\n</svg>\n\n\n',elt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 8h-14" />\n  <path d="M5 12h9" />\n  <path d="M11 16h-6" />\n  <path d="M15 16h6" />\n  <path d="M18 13v6" />\n</svg>\n\n\n',nlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 14a3 3 0 1 0 3 3" />\n  <path d="M17 13v-9h4" />\n  <path d="M13 5h-4m-4 0h-2" />\n  <path d="M3 9h6" />\n  <path d="M9 13h-6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',alt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 8h-14" />\n  <path d="M5 12h7" />\n  <path d="M12 16h-7" />\n  <path d="M16 14l4 4" />\n  <path d="M20 14l-4 4" />\n</svg>\n\n\n',olt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 17v-13h4" />\n  <path d="M13 5h-10" />\n  <path d="M3 9l10 0" />\n  <path d="M9 13h-6" />\n</svg>\n\n\n',ilt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />\n  <path d="M12 12m-4.5 0a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0 -9 0" />\n</svg>\n\n\n',slt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />\n  <path d="M8 8m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',rlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />\n  <path d="M7.5 15h9l-4.5 -8z" />\n</svg>\n\n\n',llt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />\n  <path d="M8.5 8.5l7 7" />\n  <path d="M8.5 15.5l7 -7" />\n</svg>\n\n\n',hlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 16l-4 4" />\n  <path d="M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5z" />\n  <path d="M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5z" />\n  <path d="M3 21l2.5 -2.5" />\n  <path d="M18.5 5.5l2.5 -2.5" />\n  <path d="M10 11l-2 2" />\n  <path d="M13 14l-2 2" />\n  <path d="M16 16l4 4" />\n</svg>\n\n\n',dlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12l5 5l-1.5 1.5a3.536 3.536 0 1 1 -5 -5l1.5 -1.5z" />\n  <path d="M17 12l-5 -5l1.5 -1.5a3.536 3.536 0 1 1 5 5l-1.5 1.5z" />\n  <path d="M3 21l2.5 -2.5" />\n  <path d="M18.5 5.5l2.5 -2.5" />\n  <path d="M10 11l-2 2" />\n  <path d="M13 14l-2 2" />\n</svg>\n\n\n',clt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.123 16.092l-.177 .177a5.81 5.81 0 1 1 -8.215 -8.215l.159 -.159" />\n  <path d="M4 20l3.5 -3.5" />\n  <path d="M15 4l-3.5 3.5" />\n  <path d="M20 9l-3.5 3.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',plt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.55 17.733a5.806 5.806 0 0 1 -7.356 -4.052a5.81 5.81 0 0 1 1.537 -5.627l2.054 -2.054l7.165 7.165" />\n  <path d="M4 20l3.5 -3.5" />\n  <path d="M15 4l-3.5 3.5" />\n  <path d="M20 9l-3.5 3.5" />\n  <path d="M16 16l4 4" />\n  <path d="M20 16l-4 4" />\n</svg>\n\n\n',vlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.785 6l8.215 8.215l-2.054 2.054a5.81 5.81 0 1 1 -8.215 -8.215l2.054 -2.054z" />\n  <path d="M4 20l3.5 -3.5" />\n  <path d="M15 4l-3.5 3.5" />\n  <path d="M20 9l-3.5 3.5" />\n</svg>\n\n\n',ult='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7h6" />\n  <path d="M7 4v6" />\n  <path d="M20 16h-6" />\n  <path d="M20 19h-6" />\n  <path d="M5 19l14 -14" />\n</svg>\n\n\n',glt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7h6" />\n  <path d="M7 4v6" />\n  <path d="M20 18h-6" />\n  <path d="M5 19l14 -14" />\n</svg>\n\n\n',mlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5l0 14" />\n  <path d="M5 12l14 0" />\n</svg>\n\n\n',flt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n  <path d="M3 16v-8h2a2 2 0 1 1 0 4h-2" />\n  <path d="M10 16v-8l4 8v-8" />\n</svg>\n\n\n',wlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8h7l-.621 2.485a2 2 0 0 1 -1.94 1.515h-.439m-4 0h-4.439a2 2 0 0 1 -1.94 -1.515l-.621 -2.485h3" />\n  <path d="M7 8v-1m.864 -3.106a2.99 2.99 0 0 1 2.136 -.894" />\n  <path d="M8 12l1 9" />\n  <path d="M15.599 15.613l-.599 5.387" />\n  <path d="M7 21h10" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Mlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 8h14l-.621 2.485a2 2 0 0 1 -1.94 1.515h-8.878a2 2 0 0 1 -1.94 -1.515l-.621 -2.485z" />\n  <path d="M7 8v-2a3 3 0 0 1 3 -3" />\n  <path d="M8 12l1 9" />\n  <path d="M16 12l-1 9" />\n  <path d="M7 21h10" />\n</svg>\n\n\n',_lt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',blt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.15 9.194a4 4 0 0 0 5.697 5.617m1.153 -2.811a4 4 0 0 0 -4 -4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',xlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n</svg>\n\n\n',Ilt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.044 13.488l-1.266 -1.266l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.678 1.678" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',ylt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.526 12.97l-.748 -.748l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.714 .714" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',klt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.487 14.93l-2.709 -2.708l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.785 .785" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',Clt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.76 13.203l-.982 -.981l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.67 .67" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',Dlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.774 13.218l-.996 -.996l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.343 .343" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',Blt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.787 .787" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',zlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.992 13.436l-1.214 -1.214l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.171 1.171" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',Elt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.97 13.414l-1.192 -1.192l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l2.778 2.778" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',Slt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.039 4.277l3.904 13.563c.185 .837 .92 1.516 1.831 1.642l.17 .016a2.2 2.2 0 0 0 1.982 -1.006l.045 -.078l1.4 -2.072l4.05 4.05a2.067 2.067 0 0 0 2.924 0l1.047 -1.047c.388 -.388 .606 -.913 .606 -1.461l-.008 -.182a2.067 2.067 0 0 0 -.598 -1.28l-4.047 -4.048l2.103 -1.412c.726 -.385 1.18 -1.278 1.053 -2.189a2.2 2.2 0 0 0 -1.701 -1.845l-13.524 -3.89a1 1 0 0 0 -1.236 1.24z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Tlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.571 11.018l1.32 -.886a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',Alt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.6 15.043l-2.822 -2.821l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.188 1.188" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',Olt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.662 11.628l2.229 -1.496a1.2 1.2 0 0 0 -.309 -2.228l-8.013 -2.303m-5.569 -1.601l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l4.907 4.907a1.067 1.067 0 0 0 1.509 0l.524 -.524" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Hlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.72 13.163l-.942 -.941l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.969 .969" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',Rlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.381 .381" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',Plt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.941 13.385l-1.163 -1.163l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.23 1.23" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',Flt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.062 12.506l-.284 -.284l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.278 1.278" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',Llt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.778 12.222l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',Nlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.646 13.09l-.868 -.868l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.607 .607" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',Vlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.891 10.132a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',Ult='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.984 13.428l-1.206 -1.206l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l1.217 1.217" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',jlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.768 13.212l-.99 -.99l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l.908 .908" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',Glt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.904 17.563a1.2 1.2 0 0 0 2.228 .308l2.09 -3.093l4.907 4.907a1.067 1.067 0 0 0 1.509 0l1.047 -1.047a1.067 1.067 0 0 0 0 -1.509l-4.907 -4.907l3.113 -2.09a1.2 1.2 0 0 0 -.309 -2.228l-13.582 -3.904l3.904 13.563z" />\n</svg>\n\n\n',Wlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.04 16.048a9 9 0 0 0 -12.083 -12.09m-2.32 1.678a9 9 0 1 0 12.737 12.719" />\n  <path d="M9.884 9.874a3 3 0 1 0 4.24 4.246m.57 -3.441a3.012 3.012 0 0 0 -1.41 -1.39" />\n  <path d="M3 12h6m7 0h5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',$lt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M3 12h6" />\n  <path d="M15 12h6" />\n</svg>\n\n\n',Xlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M12 3v4" />\n  <path d="M12 17v4" />\n  <path d="M3 12h4" />\n  <path d="M17 12h4" />\n  <path d="M18.364 5.636l-2.828 2.828" />\n  <path d="M8.464 15.536l-2.828 2.828" />\n  <path d="M5.636 5.636l2.828 2.828" />\n  <path d="M15.536 15.536l2.828 2.828" />\n</svg>\n\n\n',Klt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.199 9.623l.108 .098l3.986 3.986l.094 .083a1 1 0 0 0 1.403 -1.403l-.083 -.094l-.292 -.293l1.292 -1.293l.106 -.095c.457 -.38 .918 -.38 1.386 .011l.108 .098l4.502 4.503a4.003 4.003 0 0 1 -3.596 2.77l-.213 .006h-12a4.002 4.002 0 0 1 -3.809 -2.775l5.516 -5.518l.106 -.095c.457 -.38 .918 -.38 1.386 .011zm8.801 -7.623a4 4 0 0 1 3.995 3.8l.005 .2v6.585l-3.293 -3.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-1.307 1.306l-2.293 -2.292l-.15 -.137c-1.256 -1.095 -2.85 -1.097 -4.096 -.017l-.154 .14l-4.307 4.306v-6.585a4 4 0 0 1 3.8 -3.995l.2 -.005h12zm-2.99 3l-.127 .007a1 1 0 0 0 0 1.986l.117 .007l.127 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M8.01 20a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M12.01 20a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n  <path d="M16.01 20a1 1 0 0 1 .117 1.993l-.127 .007a1 1 0 0 1 -.117 -1.993l.127 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Ylt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 16l16 0" />\n  <path d="M4 12l3 -3c.928 -.893 2.072 -.893 3 0l4 4" />\n  <path d="M13 12l2 -2c.928 -.893 2.072 -.893 3 0l2 2" />\n  <path d="M14 7l.01 0" />\n</svg>\n\n\n',Qlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M15 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6.5 9.5l1.546 -1.311" />\n  <path d="M14 5.5l3 1.5" />\n  <path d="M18.5 10l-1.185 3.318m-1.062 2.972l-.253 .71" />\n  <path d="M13.5 17.5l-7 -5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Zlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 11m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M15 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6.5 9.5l3.5 -3" />\n  <path d="M14 5.5l3 1.5" />\n  <path d="M18.5 10l-2.5 7" />\n  <path d="M13.5 17.5l-7 -5" />\n</svg>\n\n\n',qlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12h.01" />\n  <path d="M14 12h.01" />\n  <path d="M10 16a3.5 3.5 0 0 0 4 0" />\n  <path d="M11 4c2 0 3.5 1.5 3.5 4l.164 0a2.5 2.5 0 0 1 2.196 3.32a3 3 0 0 1 1.615 3.063a3 3 0 0 1 -1.299 5.607l-.176 0h-10a3 3 0 0 1 -1.474 -5.613a3 3 0 0 1 1.615 -3.062a2.5 2.5 0 0 1 2.195 -3.32l.164 0c1.5 0 2.5 -2 1.5 -4z" />\n</svg>\n\n\n',Jlt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1c.303 0 .6 -.045 .876 -.146" />\n  <path d="M2 16a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 1.13 -.856m5.727 1.717a2.4 2.4 0 0 0 1.143 -.861" />\n  <path d="M15 11v-6.5a1.5 1.5 0 0 1 3 0" />\n  <path d="M9 12v-3m0 -4v-.5a1.5 1.5 0 0 0 -1.936 -1.436" />\n  <path d="M15 5h-6" />\n  <path d="M9 10h1m4 0h1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',t1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" />\n  <path d="M2 16a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" />\n  <path d="M15 12v-7.5a1.5 1.5 0 0 1 3 0" />\n  <path d="M9 12v-7.5a1.5 1.5 0 0 0 -3 0" />\n  <path d="M15 5l-6 0" />\n  <path d="M9 10l6 0" />\n</svg>\n\n\n',e1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 6a7.75 7.75 0 1 0 10 0" />\n  <path d="M12 4l0 8" />\n</svg>\n\n\n',n1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M7 20h8l-4 -4v-7l4 3l2 -2" />\n</svg>\n\n\n',a1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M13.867 9.75c-.246 -.48 -.708 -.769 -1.2 -.75h-1.334c-.736 0 -1.333 .67 -1.333 1.5c0 .827 .597 1.499 1.333 1.499h1.334c.736 0 1.333 .671 1.333 1.5c0 .828 -.597 1.499 -1.333 1.499h-1.334c-.492 .019 -.954 -.27 -1.2 -.75" />\n  <path d="M12 7v2" />\n  <path d="M12 15v2" />\n</svg>\n\n\n',o1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 19v-16h4.5a4.5 4.5 0 1 1 0 9h-4.5" />\n  <path d="M19 21l-9 -9" />\n  <path d="M13 21l6 -6" />\n</svg>\n\n\n',i1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 12v-4" />\n  <path d="M15 12v-2" />\n  <path d="M12 12v-1" />\n  <path d="M3 4h18" />\n  <path d="M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10" />\n  <path d="M12 16v4" />\n  <path d="M9 20h6" />\n</svg>\n\n\n',s1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4h1m4 0h13" />\n  <path d="M4 4v10a2 2 0 0 0 2 2h10m3.42 -.592c.359 -.362 .58 -.859 .58 -1.408v-10" />\n  <path d="M12 16v4" />\n  <path d="M9 20h6" />\n  <path d="M8 12l2 -2m4 0l2 -2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',r1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4l18 0" />\n  <path d="M4 4v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-10" />\n  <path d="M12 16l0 4" />\n  <path d="M9 20l6 0" />\n  <path d="M8 12l3 -3l2 2l3 -3" />\n</svg>\n\n\n',l1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.412 16.416c.363 -.362 .588 -.863 .588 -1.416v-4a2 2 0 0 0 -2 -2h-6m-4 0h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2" />\n  <path d="M17 9v-4a2 2 0 0 0 -2 -2h-6c-.551 0 -1.05 .223 -1.412 .584m-.588 3.416v2" />\n  <path d="M17 17v2a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2h4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',h1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 17h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-14a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2" />\n  <path d="M17 9v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4" />\n  <path d="M7 13m0 2a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',d1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12v10" />\n  <path d="M17.957 17.952l-4.937 3.703a1.7 1.7 0 0 1 -2.04 0l-5.98 -4.485a2.5 2.5 0 0 1 -1 -2v-11.17m3 -1h12a1 1 0 0 1 1 1v11.17c0 .25 -.037 .495 -.109 .729" />\n  <path d="M12.688 8.7a1.7 1.7 0 0 0 .357 -.214l6.655 -5.186" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',c1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9v13" />\n  <path d="M13.02 21.655a1.7 1.7 0 0 1 -2.04 0l-5.98 -4.485a2.5 2.5 0 0 1 -1 -2v-11.17a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v8" />\n  <path d="M4.3 3.3l6.655 5.186a1.7 1.7 0 0 0 2.09 0l6.655 -5.186" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',p1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9v13" />\n  <path d="M19 17.17l-5.98 4.485a1.7 1.7 0 0 1 -2.04 0l-5.98 -4.485a2.5 2.5 0 0 1 -1 -2v-11.17a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v11.17a2.5 2.5 0 0 1 -1 2z" />\n  <path d="M4.3 3.3l6.655 5.186a1.7 1.7 0 0 0 2.09 0l6.655 -5.186" />\n</svg>\n\n\n',v1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4v16" />\n  <path d="M14 4v16" />\n  <path d="M6 4v5" />\n  <path d="M6 15v5" />\n  <path d="M10 4v5" />\n  <path d="M11 9h-6v6h6z" />\n  <path d="M10 15v5" />\n  <path d="M8 12h-.01" />\n</svg>\n\n\n',u1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" />\n  <path d="M14 3.223a9.003 9.003 0 0 1 0 17.554" />\n  <path d="M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" />\n  <path d="M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" />\n  <path d="M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" />\n  <path d="M12 8v4" />\n  <path d="M12 16v.01" />\n</svg>\n\n\n',g1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" />\n  <path d="M14 3.223a9.003 9.003 0 0 1 0 17.554" />\n  <path d="M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" />\n  <path d="M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" />\n  <path d="M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" />\n  <path d="M12 9l-2 3h4l-2 3" />\n</svg>\n\n\n',m1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" />\n  <path d="M14 3.223a9.003 9.003 0 0 1 0 17.554" />\n  <path d="M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" />\n  <path d="M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" />\n  <path d="M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" />\n  <path d="M9 12l2 2l4 -4" />\n</svg>\n\n\n',f1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" />\n  <path d="M14 3.223a9.003 9.003 0 0 1 0 17.554" />\n  <path d="M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" />\n  <path d="M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" />\n  <path d="M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" />\n  <path d="M12 9v6" />\n  <path d="M15 12l-3 3l-3 -3" />\n</svg>\n\n\n',w1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 16v.01" />\n  <path d="M12 13a2 2 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n  <path d="M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" />\n  <path d="M14 3.223a9.003 9.003 0 0 1 0 17.554" />\n  <path d="M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" />\n  <path d="M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" />\n  <path d="M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" />\n</svg>\n\n\n',M1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" />\n  <path d="M14 3.223a9.003 9.003 0 0 1 0 17.554" />\n  <path d="M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" />\n  <path d="M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" />\n  <path d="M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" />\n  <path d="M14 14l-4 -4" />\n  <path d="M10 14l4 -4" />\n</svg>\n\n\n',_1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 20.777a8.942 8.942 0 0 1 -2.48 -.969" />\n  <path d="M14 3.223a9.003 9.003 0 0 1 0 17.554" />\n  <path d="M4.579 17.093a8.961 8.961 0 0 1 -1.227 -2.592" />\n  <path d="M3.124 10.5c.16 -.95 .468 -1.85 .9 -2.675l.169 -.305" />\n  <path d="M6.907 4.579a8.954 8.954 0 0 1 3.093 -1.356" />\n</svg>\n\n\n',b1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 7l5 5l-5 5" />\n  <path d="M13 17l6 0" />\n</svg>\n\n\n',x1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.2 10.2l6.3 6.3" />\n  <path d="M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772z" />\n  <path d="M3 7l3.05 3.15a2.9 2.9 0 0 0 4.1 -4.1l-3.15 -3.05" />\n</svg>\n\n\n',I1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.448 10.432a3 3 0 1 0 4.106 4.143" />\n  <path d="M14.272 10.272c.66 -1.459 1.058 -2.888 1.198 -4.286c.22 -1.63 -.762 -2.986 -3.47 -2.986c-1.94 0 -3 .696 -3.355 1.69m.697 4.653c.145 .384 .309 .77 .491 1.157" />\n  <path d="M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.02 .789 2.265 .853 3.408 -.288m1.479 -2.493c.492 -1.634 -.19 -2.726 -1.416 -3.229c-.82 -.37 -1.703 -.654 -2.65 -.852" />\n  <path d="M8.664 13c-1.693 .143 -3.213 .52 -4.56 1.128c-1.522 .623 -2.206 2.153 -.852 4.498s3.02 2.517 4.321 1.512c1.2 -.863 2.287 -1.991 3.258 -3.386" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',y1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M14.167 10.5c.722 -1.538 1.156 -3.043 1.303 -4.514c.22 -1.63 -.762 -2.986 -3.47 -2.986s-3.69 1.357 -3.47 2.986c.147 1.471 .581 2.976 1.303 4.514" />\n  <path d="M13.169 16.751c.97 1.395 2.057 2.523 3.257 3.386c1.3 1 2.967 .833 4.321 -1.512c1.354 -2.345 .67 -3.874 -.85 -4.498c-1.348 -.608 -2.868 -.985 -4.562 -1.128" />\n  <path d="M8.664 13c-1.693 .143 -3.213 .52 -4.56 1.128c-1.522 .623 -2.206 2.153 -.852 4.498s3.02 2.517 4.321 1.512c1.2 -.863 2.287 -1.991 3.258 -3.386" />\n</svg>\n\n\n',k1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 6l-7 12" />\n  <path d="M20 6l-7 12" />\n  <path d="M5 14v.015" />\n  <path d="M5 10.015v.015" />\n</svg>\n\n\n',C1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l1.5 1l1.5 -1l1.5 1l1.5 -1" />\n  <path d="M10 11h.01" />\n  <path d="M14 11h.01" />\n  <path d="M17 6.082c2.609 .588 3.627 4.162 2.723 7.983c-.903 3.82 -2.75 6.44 -5.359 5.853a3.355 3.355 0 0 1 -.774 -.279a3.728 3.728 0 0 1 -1.59 .361c-.556 0 -1.09 -.127 -1.59 -.362a3.296 3.296 0 0 1 -.774 .28c-2.609 .588 -4.456 -2.033 -5.36 -5.853c-.903 -3.82 .115 -7.395 2.724 -7.983c1.085 -.244 1.575 .066 2.585 .787c.716 -.554 1.54 -.869 2.415 -.869c.876 0 1.699 .315 2.415 .87c1.01 -.722 1.5 -1.032 2.585 -.788z" />\n  <path d="M12 6c0 -1.226 .693 -2.346 1.789 -2.894l.211 -.106" />\n</svg>\n\n\n',D1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M12 4v2.5a.5 .5 0 0 1 -.5 .5a1.5 1.5 0 0 0 0 3a.5 .5 0 0 1 .5 .5v1.5" />\n  <path d="M12 12v1.5a.5 .5 0 0 0 .5 .5a1.5 1.5 0 0 1 0 3a.5 .5 0 0 0 -.5 .5v2.5" />\n  <path d="M20 12h-2.5a.5 .5 0 0 1 -.5 -.5a1.5 1.5 0 0 0 -3 0a.5 .5 0 0 1 -.5 .5h-1.5" />\n  <path d="M12 12h-1.5a.5 .5 0 0 0 -.5 .5a1.5 1.5 0 0 1 -3 0a.5 .5 0 0 0 -.5 -.5h-2.5" />\n</svg>\n\n\n',B1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 2a3 3 0 0 1 2.995 2.824l.005 .176v1h3a2 2 0 0 1 1.995 1.85l.005 .15v3h1a3 3 0 0 1 .176 5.995l-.176 .005h-1v3a2 2 0 0 1 -1.85 1.995l-.15 .005h-3a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-1a1 1 0 0 0 -1.993 -.117l-.007 .117v1a2 2 0 0 1 -1.85 1.995l-.15 .005h-3a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005h1a1 1 0 0 0 .117 -1.993l-.117 -.007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-3a2 2 0 0 1 1.85 -1.995l.15 -.005h3v-1a3 3 0 0 1 3 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',z1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.18 4.171a2 2 0 0 1 3.82 .829v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 .819 3.825m-2.819 1.175v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-1a2 2 0 1 0 -4 0v1a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h1a2 2 0 1 0 0 -4h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',E1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7h3a1 1 0 0 0 1 -1v-1a2 2 0 0 1 4 0v1a1 1 0 0 0 1 1h3a1 1 0 0 1 1 1v3a1 1 0 0 0 1 1h1a2 2 0 0 1 0 4h-1a1 1 0 0 0 -1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-1a2 2 0 0 0 -4 0v1a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h1a2 2 0 0 0 0 -4h-1a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1" />\n</svg>\n\n\n',S1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21.384 17.373a1.004 1.004 0 0 0 -.013 -1.091l-8.54 -13.836a.999 .999 0 0 0 -1.664 0l-1.8 2.917m-1.531 2.48l-5.209 8.439a1.005 1.005 0 0 0 .386 1.452l8.092 4.054a1.994 1.994 0 0 0 1.789 0l5.903 -2.958" />\n  <path d="M12 2v6m0 4v10" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',T1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.719 11.985l-5.889 -9.539a.999 .999 0 0 0 -1.664 0l-8.54 13.836a1.005 1.005 0 0 0 .386 1.452l8.092 4.054a1.994 1.994 0 0 0 1.789 0l.149 -.074" />\n  <path d="M12 2v20" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',A1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.105 21.788a1.994 1.994 0 0 0 1.789 0l8.092 -4.054c.538 -.27 .718 -.951 .385 -1.452l-8.54 -13.836a.999 .999 0 0 0 -1.664 0l-8.54 13.836a1.005 1.005 0 0 0 .386 1.452l8.092 4.054z" />\n  <path d="M12 2v20" />\n</svg>\n\n\n',O1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h1a1 1 0 0 1 1 1v1m-.297 3.711a1 1 0 0 1 -.703 .289h-4a1 1 0 0 1 -1 -1v-4c0 -.275 .11 -.524 .29 -.705" />\n  <path d="M7 17v.01" />\n  <path d="M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M7 7v.01" />\n  <path d="M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M17 7v.01" />\n  <path d="M20 14v.01" />\n  <path d="M14 14v3" />\n  <path d="M14 20h3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',H1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M7 17l0 .01" />\n  <path d="M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M7 7l0 .01" />\n  <path d="M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M17 7l0 .01" />\n  <path d="M14 14l3 0" />\n  <path d="M20 14l0 .01" />\n  <path d="M14 14l0 3" />\n  <path d="M14 20l3 0" />\n  <path d="M17 17l3 0" />\n  <path d="M20 17l0 3" />\n</svg>\n\n\n',R1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8a3.5 3 0 0 1 3.5 -3h1a3.5 3 0 0 1 3.5 3a3 3 0 0 1 -2 3a3 4 0 0 0 -2 4" />\n  <path d="M12 19l0 .01" />\n</svg>\n\n\n',P1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1m4 4v3c0 2.667 -1.333 4.333 -4 5" />\n  <path d="M19 11h-4m-1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 .66 -.082 1.26 -.245 1.798m-1.653 2.29c-.571 .4 -1.272 .704 -2.102 .912" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',F1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 2.667 -1.333 4.333 -4 5" />\n  <path d="M19 11h-4a1 1 0 0 1 -1 -1v-3a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v6c0 2.667 -1.333 4.333 -4 5" />\n</svg>\n\n\n',L1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12c-1.333 -1.854 -1.333 -4.146 0 -6" />\n  <path d="M8 12c-1.333 -1.854 -1.333 -4.146 0 -6" />\n  <path d="M16 18c1.333 -1.854 1.333 -4.146 0 -6" />\n  <path d="M20 18c1.333 -1.854 1.333 -4.146 0 -6" />\n</svg>\n\n\n',N1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M15.51 15.56a5 5 0 1 0 -3.51 1.44" />\n  <path d="M18.832 17.86a9 9 0 1 0 -6.832 3.14" />\n  <path d="M12 12v9" />\n</svg>\n\n\n',V1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.291 11.295a1 1 0 0 0 .709 1.705v8c2.488 0 4.74 -1.01 6.37 -2.642m1.675 -2.319a8.962 8.962 0 0 0 .955 -4.039h-5" />\n  <path d="M16 9a5 5 0 0 0 -5.063 -1.88m-2.466 1.347a5 5 0 0 0 .53 7.535" />\n  <path d="M20.486 9a9 9 0 0 0 -12.525 -5.032m-2.317 1.675a9 9 0 0 0 3.36 14.852" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',U1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12h-8a1 1 0 1 0 -1 1v8a9 9 0 0 0 9 -9" />\n  <path d="M16 9a5 5 0 1 0 -7 7" />\n  <path d="M20.486 9a9 9 0 1 0 -11.482 11.495" />\n</svg>\n\n\n',j1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3l-4.986 2m-2.875 1.15l-1.51 .604a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 .708 -.294m.292 -3.706v-8a1 1 0 0 0 -1 -1h-8m-4 0h-2.5" />\n  <path d="M4 12h8m4 0h4" />\n  <path d="M7 12v-2" />\n  <path d="M13 16v.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',G1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3l-9.371 3.749a1 1 0 0 0 -.629 .928v11.323a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-11a1 1 0 0 0 -1 -1h-14.5" />\n  <path d="M4 12h16" />\n  <path d="M7 12v-2" />\n  <path d="M17 16v.01" />\n  <path d="M13 16v.01" />\n</svg>\n\n\n',W1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 11a1 1 0 0 1 1 1a10 10 0 0 1 -5 8.656a1 1 0 0 1 -1.302 -.268l-.064 -.098l-3 -5.19a.995 .995 0 0 1 -.133 -.542l.01 -.11l.023 -.106l.034 -.106l.046 -.1l.056 -.094l.067 -.089a.994 .994 0 0 1 .165 -.155l.098 -.064a2 2 0 0 0 .993 -1.57l.007 -.163a1 1 0 0 1 .883 -.994l.117 -.007h6z" stroke-width="0" fill="currentColor" />\n  <path d="M7 3.344a10 10 0 0 1 10 0a1 1 0 0 1 .418 1.262l-.052 .104l-3 5.19l-.064 .098a.994 .994 0 0 1 -.155 .165l-.089 .067a1 1 0 0 1 -.195 .102l-.105 .034l-.107 .022a1.003 1.003 0 0 1 -.547 -.07l-.104 -.052a2 2 0 0 0 -1.842 -.082l-.158 .082a1 1 0 0 1 -1.302 -.268l-.064 -.098l-3 -5.19a1 1 0 0 1 .366 -1.366z" stroke-width="0" fill="currentColor" />\n  <path d="M9 11a1 1 0 0 1 .993 .884l.007 .117a2 2 0 0 0 .861 1.645l.237 .152a.994 .994 0 0 1 .165 .155l.067 .089l.056 .095l.045 .099c.014 .036 .026 .07 .035 .106l.022 .107l.011 .11a.994 .994 0 0 1 -.08 .437l-.053 .104l-3 5.19a1 1 0 0 1 -1.366 .366a10 10 0 0 1 -5 -8.656a1 1 0 0 1 .883 -.993l.117 -.007h6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',$1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.118 14.127c-.182 .181 -.39 .341 -.618 .473l3 5.19a9 9 0 0 0 1.856 -1.423m1.68 -2.32a8.993 8.993 0 0 0 .964 -4.047h-5" />\n  <path d="M13.5 9.4l3 -5.19a9 9 0 0 0 -8.536 -.25" />\n  <path d="M10.5 14.6l-3 5.19a9 9 0 0 1 -4.5 -7.79h6a3 3 0 0 0 1.5 2.6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',X1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 14.6l3 5.19a9 9 0 0 0 4.5 -7.79h-6a3 3 0 0 1 -1.5 2.6" />\n  <path d="M13.5 9.4l3 -5.19a9 9 0 0 0 -9 0l3 5.19a3 3 0 0 1 3 0" />\n  <path d="M10.5 14.6l-3 5.19a9 9 0 0 1 -4.5 -7.79h6a3 3 0 0 0 1.5 2.6" />\n</svg>\n\n\n',K1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 19h-6a8 8 0 0 1 -8 -8v-6" />\n</svg>\n\n\n',Y1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 5v6a8 8 0 0 1 -8 8h-6" />\n</svg>\n\n\n',Q1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 19v-6a8 8 0 0 1 8 -8h6" />\n</svg>\n\n\n',Z1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5h6a8 8 0 0 1 8 8v6" />\n</svg>\n\n',q1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 17c0 -5.523 -4.477 -10 -10 -10c-.308 0 -.613 .014 -.914 .041m-3.208 .845a10 10 0 0 0 -5.878 9.114" />\n  <path d="M11.088 11.069a6 6 0 0 0 -5.088 5.931" />\n  <path d="M14 17a2 2 0 1 0 -4 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',J1t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 17c0 -5.523 -4.477 -10 -10 -10s-10 4.477 -10 10" />\n  <path d="M18 17a6 6 0 1 0 -12 0" />\n  <path d="M14 17a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',t2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M7 15v-6" />\n  <path d="M15.5 12h3" />\n  <path d="M17 10.5v3" />\n  <path d="M10 10.5a1.5 1.5 0 0 1 3 0c0 .443 -.313 .989 -.612 1.393l-2.388 3.107h3" />\n</svg>\n\n\n',e2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M7 15v-6" />\n  <path d="M15.5 12h3" />\n  <path d="M17 10.5v3" />\n  <path d="M12.5 15v-6m-2.5 0v4h3" />\n</svg>\n\n\n',n2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M11.5 13.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M7 15v-6" />\n  <path d="M15.5 12h3" />\n  <path d="M17 10.5v3" />\n  <path d="M10 13.5v-3a1.5 1.5 0 0 1 1.5 -1.5h1" />\n</svg>\n\n\n',a2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M11.5 10.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M11.5 13.5m-1.5 0a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0" />\n  <path d="M7 15v-6" />\n  <path d="M15.5 12h3" />\n  <path d="M17 10.5v3" />\n</svg>\n\n\n',o2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M13 15v-6" />\n  <path d="M15.5 12h3" />\n  <path d="M17 10.5v3" />\n  <path d="M7 10.5a1.5 1.5 0 0 1 3 0c0 .443 -.313 .989 -.612 1.393l-2.388 3.107h3" />\n</svg>\n\n\n',i2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 3v2" />\n  <path d="M12 3v2" />\n  <path d="M16 3v2" />\n  <path d="M9 12v6a3 3 0 0 0 6 0v-6h-6z" />\n  <path d="M8 5h8l-1 4h-6z" />\n  <path d="M12 17v1" />\n</svg>\n\n\n',s2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h10v4h-10z" />\n  <path d="M12 7v4" />\n  <path d="M12 11a2 2 0 0 1 2 2v6a2 2 0 1 1 -4 0v-6a2 2 0 0 1 2 -2z" />\n</svg>\n\n\n',r2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />\n  <path d="M14 8h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5m2 0v1.5m0 -9v1.5" />\n</svg>\n\n\n',l2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />\n  <path d="M9 7h4.09c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2h-4.09" />\n  <path d="M10 11h4" />\n  <path d="M10 6v10v-9" />\n  <path d="M13 6v1" />\n  <path d="M13 15v1" />\n</svg>\n\n\n',h2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />\n  <path d="M14.8 8a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1" />\n  <path d="M12 6v10" />\n</svg>\n\n\n',d2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />\n  <path d="M15 7.8c-.523 -.502 -1.172 -.8 -1.875 -.8c-1.727 0 -3.125 1.791 -3.125 4s1.398 4 3.125 4c.703 0 1.352 -.298 1.874 -.8" />\n  <path d="M9 11h4" />\n</svg>\n\n\n',c2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21v-16m2 -2h10a2 2 0 0 1 2 2v10m0 4.01v1.99l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />\n  <path d="M11 7l4 0" />\n  <path d="M9 11l2 0" />\n  <path d="M13 15l2 0" />\n  <path d="M15 11l0 .01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',p2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />\n  <path d="M15 9a2 2 0 1 0 -4 0v4a2 2 0 0 1 -2 2h6" />\n  <path d="M9 12h4" />\n</svg>\n\n\n',v2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />\n  <path d="M15 14v-2a2 2 0 0 0 -2 -2h-4l2 -2m0 4l-2 -2" />\n</svg>\n\n\n',u2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />\n  <path d="M15 7h-6h1a3 3 0 0 1 0 6h-1l3 3" />\n  <path d="M9 10h6" />\n</svg>\n\n\n',g2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 14l6 -6" />\n  <circle cx="9.5" cy="8.5" r=".5" fill="currentColor" />\n  <circle cx="14.5" cy="13.5" r=".5" fill="currentColor" />\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />\n</svg>\n\n\n',m2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />\n  <path d="M9 11h6" />\n  <path d="M9 14h6" />\n  <path d="M9 7l3 4.5" />\n  <path d="M15 7l-3 4.5v4.5" />\n</svg>\n\n\n',f2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2" />\n  <path d="M9 12h6" />\n  <path d="M9 7l3 4.5" />\n  <path d="M15 7l-3 4.5v4.5" />\n</svg>\n\n\n',w2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 21v-16a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v16l-3 -2l-2 2l-2 -2l-2 2l-2 -2l-3 2m4 -14h6m-6 4h6m-2 4h2" />\n</svg>\n\n\n',M2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.038 4.5a9 9 0 0 0 -2.495 2.47" />\n  <path d="M3.186 10.209a9 9 0 0 0 0 3.508" />\n  <path d="M4.5 16.962a9 9 0 0 0 2.47 2.495" />\n  <path d="M10.209 20.814a9 9 0 0 0 3.5 0" />\n  <path d="M16.962 19.5a9 9 0 0 0 2.495 -2.47" />\n  <path d="M20.814 13.791a9 9 0 0 0 0 -3.508" />\n  <path d="M19.5 7.038a9 9 0 0 0 -2.47 -2.495" />\n  <path d="M13.791 3.186a9 9 0 0 0 -3.508 -.02" />\n  <path d="M12 8l-2 4h4l-2 4" />\n  <path d="M12 21a9 9 0 0 0 0 -18" />\n</svg>\n\n\n',_2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M18.569 14.557a3 3 0 1 0 -4.113 -4.149" />\n  <path d="M7 15h8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',b2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M7 15l10 0" />\n</svg>\n\n\n',x2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 4h-14a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',I2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 18h6a6 6 0 0 0 6 -6v-5a1 1 0 0 0 -1 -1h-16a1 1 0 0 0 -1 1v5a6 6 0 0 0 6 6z" />\n</svg>\n\n\n',y2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 6h6a6 6 0 0 1 6 6v5a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-5a6 6 0 0 1 6 -6z" />\n</svg>\n\n\n',k2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 2h-10a3 3 0 0 0 -3 3v14a3 3 0 0 0 3 3h10a3 3 0 0 0 3 -3v-14a3 3 0 0 0 -3 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',C2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',D2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',B2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.18 8.18l-4.18 2.093c-.619 .355 -1 1.01 -1 1.718v5.018c0 .709 .381 1.363 1 1.717l4 2.008a2.016 2.016 0 0 0 2 0l7.146 -3.578m2.67 -1.337l.184 -.093c.619 -.355 1 -1.01 1 -1.718v-5.018a1.98 1.98 0 0 0 -1 -1.717l-4 -2.008a2.016 2.016 0 0 0 -2 0l-3.146 1.575" />\n  <path d="M9 21v-7.5" />\n  <path d="M9 13.5l3.048 -1.458m2.71 -1.296l5.742 -2.746" />\n  <path d="M3.5 11l5.5 2.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',z2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12.5v-3.509a1.98 1.98 0 0 0 -1 -1.717l-4 -2.008a2.016 2.016 0 0 0 -2 0l-10 5.007c-.619 .355 -1 1.01 -1 1.718v5.018c0 .709 .381 1.363 1 1.717l4 2.008a2.016 2.016 0 0 0 2 0l2.062 -1.032" />\n  <path d="M9 21v-7.5" />\n  <path d="M9 13.5l11.5 -5.5" />\n  <path d="M3.5 11l5.5 2.5" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',E2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 14.008v-5.018a1.98 1.98 0 0 0 -1 -1.717l-4 -2.008a2.016 2.016 0 0 0 -2 0l-10 5.008c-.619 .355 -1 1.01 -1 1.718v5.018c0 .709 .381 1.363 1 1.717l4 2.008a2.016 2.016 0 0 0 2 0l10 -5.008c.619 -.355 1 -1.01 1 -1.718z" />\n  <path d="M9 21v-7.5" />\n  <path d="M9 13.5l11.5 -5.5" />\n  <path d="M3.5 11l5.5 2.5" />\n</svg>\n\n\n',S2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17l-2 2l2 2m-2 -2h9m1.896 -2.071a2 2 0 0 0 -.146 -.679l-.55 -1" />\n  <path d="M8.536 11l-.732 -2.732l-2.732 .732m2.732 -.732l-4.5 7.794a2 2 0 0 0 1.506 2.89l1.141 .024" />\n  <path d="M15.464 11l2.732 .732l.732 -2.732m-.732 2.732l-4.5 -7.794a2 2 0 0 0 -3.256 -.14l-.591 .976" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',T2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17l-2 2l2 2" />\n  <path d="M10 19h9a2 2 0 0 0 1.75 -2.75l-.55 -1" />\n  <path d="M8.536 11l-.732 -2.732l-2.732 .732" />\n  <path d="M7.804 8.268l-4.5 7.794a2 2 0 0 0 1.506 2.89l1.141 .024" />\n  <path d="M15.464 11l2.732 .732l.732 -2.732" />\n  <path d="M18.196 11.732l-4.5 -7.794a2 2 0 0 0 -3.256 -.14l-.591 .976" />\n</svg>\n\n\n',A2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4" />\n  <path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" />\n  <path d="M12 9l0 3" />\n  <path d="M12 15l.01 0" />\n</svg>\n\n\n',O2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4" />\n  <path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',H2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 11a8.1 8.1 0 0 0 -11.271 -6.305m-2.41 1.624a8.083 8.083 0 0 0 -1.819 2.681m-.5 -4v4h4" />\n  <path d="M4 13a8.1 8.1 0 0 0 13.671 4.691m2.329 -1.691v-1h-1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',R2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 11a8.1 8.1 0 0 0 -15.5 -2m-.5 -4v4h4" />\n  <path d="M4 13a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4" />\n</svg>\n\n\n',P2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.5 15a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0 -5z" />\n  <path d="M17 7.875l3 -1.687" />\n  <path d="M17 7.875v3.375" />\n  <path d="M17 7.875l-3 -1.687" />\n  <path d="M17 7.875l3 1.688" />\n  <path d="M17 4.5v3.375" />\n  <path d="M17 7.875l-3 1.688" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',F2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.5 15a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0 -5z" />\n  <path d="M17 7.875l3 -1.687" />\n  <path d="M17 7.875v3.375" />\n  <path d="M17 7.875l-3 -1.687" />\n  <path d="M17 7.875l3 1.688" />\n  <path d="M17 4.5v3.375" />\n  <path d="M17 7.875l-3 1.688" />\n</svg>\n\n\n',L2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 15v-6h2a2 2 0 1 1 0 4h-2" />\n  <path d="M14 15l-2 -2" />\n</svg>\n\n\n',N2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M15 14v-4l3 4v-4" />\n  <path d="M6 14v-4l3 4v-4" />\n  <path d="M12 10.5l0 .01" />\n  <path d="M12 13.5l0 .01" />\n</svg>\n\n\n',V2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M7 10h1v4" />\n  <path d="M14 14v-4l3 4v-4" />\n  <path d="M11 10.5l0 .01" />\n  <path d="M11 13.5l0 .01" />\n</svg>\n\n\n',U2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M8 10h1v4" />\n  <path d="M15 10h1v4" />\n  <path d="M12 10.5l0 .01" />\n  <path d="M12 13.5l0 .01" />\n</svg>\n\n\n',j2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.933 13.041a8 8 0 1 1 -9.925 -8.788c3.899 -1 7.935 1.007 9.425 4.747" />\n  <path d="M20 4v5h-5" />\n</svg>\n\n\n',G2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M10 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 15m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M5 11v-3a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v3" />\n  <path d="M16.5 8.5l2.5 2.5l2.5 -2.5" />\n</svg>\n\n\n',W2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12v-3c0 -1.336 .873 -2.468 2.08 -2.856m3.92 -.144h10m-3 -3l3 3l-3 3" />\n  <path d="M20 12v3a3 3 0 0 1 -.133 .886m-1.99 1.984a3 3 0 0 1 -.877 .13h-13m3 3l-3 -3l3 -3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',$2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" />\n  <path d="M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3" />\n  <path d="M11 11l1 -1v4" />\n</svg>\n\n\n',X2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12v-3a3 3 0 0 1 3 -3h13m-3 -3l3 3l-3 3" />\n  <path d="M20 12v3a3 3 0 0 1 -3 3h-13m3 3l-3 -3l3 -3" />\n</svg>\n\n\n',K2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 2h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M20 14h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M16.707 2.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.293 1.293h3.586a3 3 0 0 1 2.995 2.824l.005 .176v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-3a1 1 0 0 0 -.883 -.993l-.117 -.007h-3.585l1.292 1.293a1 1 0 0 1 -1.32 1.497l-.094 -.083l-3 -3a.98 .98 0 0 1 -.28 -.872l.036 -.146l.04 -.104c.058 -.126 .14 -.24 .245 -.334l2.959 -2.958a1 1 0 0 1 1.414 0z" stroke-width="0" fill="currentColor" />\n  <path d="M3 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 0 .883 .993l.117 .007h3.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083l.094 .083l3 3a.98 .98 0 0 1 .28 .872l-.036 .146l-.04 .104a1.02 1.02 0 0 1 -.245 .334l-2.959 2.958a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.291 -1.293h-3.584a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-3a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Y2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h1a1 1 0 0 1 1 1v1m-.303 3.717a1 1 0 0 1 -.697 .283h-4a1 1 0 0 1 -1 -1v-4c0 -.28 .115 -.532 .3 -.714" />\n  <path d="M19 15h1a1 1 0 0 1 1 1v1m-.303 3.717a1 1 0 0 1 -.697 .283h-4a1 1 0 0 1 -1 -1v-4c0 -.28 .115 -.532 .3 -.714" />\n  <path d="M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3" />\n  <path d="M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Q2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M15 15m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3" />\n  <path d="M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3" />\n</svg>\n\n\n',Z2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M9 17v-5" />\n  <path d="M12 17v-1" />\n  <path d="M15 17v-3" />\n</svg>\n\n\n',q2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M10 14l4 0" />\n  <path d="M12 12l0 4" />\n</svg>\n\n\n',J2t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M14 11h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M12 17v1m0 -8v1" />\n</svg>\n\n\n',tht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.576 5.595a2 2 0 0 0 -.576 1.405v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2m0 -4v-8a2 2 0 0 0 -2 -2h-2" />\n  <path d="M9 5a2 2 0 0 1 2 -2h2a2 2 0 1 1 0 4h-2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',eht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" />\n  <path d="M18 12v-5a2 2 0 0 0 -2 -2h-2" />\n  <path d="M8 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M8 11h4" />\n  <path d="M8 15h3" />\n  <path d="M16.5 17.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n  <path d="M18.5 19.5l2.5 2.5" />\n</svg>\n\n\n',nht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" />\n  <path d="M18 14v4h4" />\n  <path d="M18 11v-4a2 2 0 0 0 -2 -2h-2" />\n  <path d="M8 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M8 11h4" />\n  <path d="M8 15h3" />\n</svg>\n\n\n',aht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 20h6" />\n  <path d="M12 14v6" />\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M9 9h6" />\n</svg>\n\n\n',oht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 11v8a1 1 0 0 0 1 1h8m-9 -14v-1a1 1 0 0 1 1 -1h1m5 0h2m5 0h1a1 1 0 0 1 1 1v1m0 5v2m0 5v1a1 1 0 0 1 -1 1h-1" />\n  <path d="M4 12h7a1 1 0 0 1 1 1v7" />\n</svg>\n\n\n',iht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.06 13a9 9 0 1 0 .49 -4.087" />\n  <path d="M3 4.001v5h5" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',sht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 9l-3 -3l3 -3" />\n  <path d="M15.997 17.918a6.002 6.002 0 0 0 -.997 -11.918h-11" />\n  <path d="M6 14v6" />\n  <path d="M9 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n</svg>\n\n\n',rht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" />\n  <path d="M15 18a6 6 0 1 0 0 -12h-11" />\n  <path d="M5 14v6" />\n  <path d="M7 9l-3 -3l3 -3" />\n</svg>\n\n\n',lht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11" />\n  <path d="M7 9l-3 -3l3 -3" />\n  <path d="M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M6 14h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" />\n</svg>\n\n\n',hht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11" />\n  <path d="M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M6 14h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5" />\n  <path d="M7 9l-3 -3l3 -3" />\n</svg>\n\n\n',dht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11" />\n  <path d="M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M6 14v2a1 1 0 0 0 1 1h1" />\n  <path d="M9 14v6" />\n  <path d="M7 9l-3 -3l3 -3" />\n</svg>\n\n\n',cht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 18a6 6 0 1 0 0 -12h-11" />\n  <path d="M7 9l-3 -3l3 -3" />\n  <path d="M8 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" />\n</svg>\n\n\n',pht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11" />\n  <path d="M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M6 20h1.5a1.5 1.5 0 0 0 0 -3h-1.5v-3h3" />\n  <path d="M7 9l-3 -3l3 -3" />\n</svg>\n\n\n',vht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.007 16.466a6 6 0 0 0 -4.007 -10.466h-11" />\n  <path d="M7 9l-3 -3l3 -3" />\n  <path d="M12 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M9 14h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2" />\n</svg>\n\n\n',uht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 9l3 -3l-3 -3" />\n  <path d="M8 17.918a5.997 5.997 0 0 1 -5 -5.918a6 6 0 0 1 6 -6h11" />\n  <path d="M12 14v6" />\n  <path d="M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n</svg>\n\n\n',ght='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 9l3 -3l-3 -3" />\n  <path d="M9 18a6 6 0 1 1 0 -12h11" />\n  <path d="M16 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" />\n  <path d="M13 14v6" />\n</svg>\n\n\n',mht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.007 16.478a6 6 0 0 1 3.993 -10.478h11" />\n  <path d="M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M17 9l3 -3l-3 -3" />\n  <path d="M9 14h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" />\n</svg>\n\n\n',fht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.007 16.478a6 6 0 0 1 3.993 -10.478h11" />\n  <path d="M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M17 9l3 -3l-3 -3" />\n  <path d="M9 14h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5" />\n</svg>\n\n\n',wht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.007 16.478a6 6 0 0 1 3.993 -10.478h11" />\n  <path d="M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M17 9l3 -3l-3 -3" />\n  <path d="M9 14v2a1 1 0 0 0 1 1h1" />\n  <path d="M12 14v6" />\n</svg>\n\n\n',Mht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 18a6 6 0 1 1 0 -12h11" />\n  <path d="M13 20h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" />\n  <path d="M17 9l3 -3l-3 -3" />\n</svg>\n\n\n',_ht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.007 16.478a6 6 0 0 1 3.993 -10.478h11" />\n  <path d="M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M17 9l3 -3l-3 -3" />\n  <path d="M9 20h1.5a1.5 1.5 0 0 0 0 -3h-1.5v-3h3" />\n</svg>\n\n\n',bht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.007 16.478a6 6 0 0 1 3.993 -10.478h11" />\n  <path d="M15 15.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M17 9l3 -3l-3 -3" />\n  <path d="M12 14h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2" />\n</svg>\n\n\n',xht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 21s9.286 -9.841 9.286 -13.841a3.864 3.864 0 0 0 -1.182 -3.008a4.13 4.13 0 0 0 -3.104 -1.144a4.13 4.13 0 0 0 -3.104 1.143a3.864 3.864 0 0 0 -1.182 3.01c0 4 9.286 13.84 9.286 13.84" />\n</svg>\n\n\n',Iht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M7 15v-11" />\n  <path d="M17 15v-11" />\n  <path d="M3 4h18" />\n</svg>\n\n\n',yht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7c.915 -.61 1.83 -1.034 2.746 -1.272m4.212 .22c.68 .247 1.361 .598 2.042 1.052c3 2 6 2 9 0" />\n  <path d="M3 17c3 -2 6 -2 9 0c2.092 1.395 4.184 1.817 6.276 1.266" />\n  <path d="M3 12c3 -2 6 -2 9 0m5.482 1.429c1.173 -.171 2.345 -.647 3.518 -1.429" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',kht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7c3 -2 6 -2 9 0s6 2 9 0" />\n  <path d="M3 17c3 -2 6 -2 9 0s6 2 9 0" />\n  <path d="M3 12c3 -2 6 -2 9 0s6 2 9 0" />\n</svg>\n\n\n',Cht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19l3.332 -11.661" />\n  <path d="M16 5l2.806 9.823" />\n  <path d="M12 8v-2" />\n  <path d="M12 13v-1" />\n  <path d="M12 18v-2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Dht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z" />\n  <path d="M9 14v-2c0 -.59 .414 -1 1 -1h5" />\n  <path d="M13 9l2 2l-2 2" />\n</svg>\n\n\n',Bht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19l4 -14" />\n  <path d="M16 5l4 14" />\n  <path d="M12 8v-2" />\n  <path d="M12 13v-2" />\n  <path d="M12 18v-2" />\n</svg>\n\n\n',zht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 5h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2z" />\n  <path d="M9 16c1 .667 2 1 3 1s2 -.333 3 -1" />\n  <path d="M9 7l-1 -4" />\n  <path d="M15 7l1 -4" />\n  <path d="M9 12v-1" />\n  <path d="M15 12v-1" />\n</svg>\n\n\n',Eht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2m-4 0h-4a2 2 0 0 1 -2 -2v-4" />\n  <path d="M12 2v2" />\n  <path d="M9 12v9" />\n  <path d="M15 15v6" />\n  <path d="M5 16l4 -2" />\n  <path d="M9 18h6" />\n  <path d="M14 8v.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Sht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M12 2v2" />\n  <path d="M9 12v9" />\n  <path d="M15 12v9" />\n  <path d="M5 16l4 -2" />\n  <path d="M15 14l4 2" />\n  <path d="M9 18h6" />\n  <path d="M10 8v.01" />\n  <path d="M14 8v.01" />\n</svg>\n\n\n',Tht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.29 9.275a9.03 9.03 0 0 0 -.29 .725a6 6 0 0 0 -5 3a8 8 0 0 1 7 7a6 6 0 0 0 3 -5c.241 -.085 .478 -.18 .708 -.283m2.428 -1.61a9 9 0 0 0 2.864 -6.107a3 3 0 0 0 -3 -3a9 9 0 0 0 -6.107 2.864" />\n  <path d="M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3" />\n  <path d="M15 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Aht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3 -5a9 9 0 0 0 6 -8a3 3 0 0 0 -3 -3a9 9 0 0 0 -8 6a6 6 0 0 0 -5 3" />\n  <path d="M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3" />\n  <path d="M15 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',Oht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.905 5h3.418a1 1 0 0 1 .928 .629l1.143 2.856a3 3 0 0 0 2.207 1.83l4.717 .926a2.084 2.084 0 0 1 1.682 2.045v.714a1 1 0 0 1 -1 1h-13.895a1 1 0 0 1 -1 -1.1l.8 -8a1 1 0 0 1 1 -.9z" />\n  <path d="M8 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M16 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',Hht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21a5.55 5.55 0 0 0 5.265 -3.795l.735 -2.205a8.759 8.759 0 0 1 2.35 -3.652m2.403 -1.589a8.76 8.76 0 0 1 3.572 -.759h3.675" />\n  <path d="M20 9v7m0 4v1" />\n  <path d="M8 21v-3" />\n  <path d="M12 21v-9" />\n  <path d="M16 9.5v2.5m0 4v5" />\n  <path d="M15 3h5v3h-5z" />\n  <path d="M9.446 5.415l.554 -.415l2 2.5l-.285 .213m-2.268 1.702l-1.447 1.085l-1.8 -.5l-.2 -2l1.139 -.854" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Rht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21a5.55 5.55 0 0 0 5.265 -3.795l.735 -2.205a8.775 8.775 0 0 1 8.325 -6h3.675" />\n  <path d="M20 9v12" />\n  <path d="M8 21v-3" />\n  <path d="M12 21v-10" />\n  <path d="M16 9.5v11.5" />\n  <path d="M15 3h5v3h-5z" />\n  <path d="M6 8l4 -3l2 2.5l-4 3l-1.8 -.5z" />\n</svg>\n\n\n',Pht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.01 2.011a3.2 3.2 0 0 1 2.113 .797l.154 .145l.698 .698a1.2 1.2 0 0 0 .71 .341l.135 .008h1a3.2 3.2 0 0 1 3.195 3.018l.005 .182v1c0 .27 .092 .533 .258 .743l.09 .1l.697 .698a3.2 3.2 0 0 1 .147 4.382l-.145 .154l-.698 .698a1.2 1.2 0 0 0 -.341 .71l-.008 .135v1a3.2 3.2 0 0 1 -3.018 3.195l-.182 .005h-1a1.2 1.2 0 0 0 -.743 .258l-.1 .09l-.698 .697a3.2 3.2 0 0 1 -4.382 .147l-.154 -.145l-.698 -.698a1.2 1.2 0 0 0 -.71 -.341l-.135 -.008h-1a3.2 3.2 0 0 1 -3.195 -3.018l-.005 -.182v-1a1.2 1.2 0 0 0 -.258 -.743l-.09 -.1l-.697 -.698a3.2 3.2 0 0 1 -.147 -4.382l.145 -.154l.698 -.698a1.2 1.2 0 0 0 .341 -.71l.008 -.135v-1l.005 -.182a3.2 3.2 0 0 1 3.013 -3.013l.182 -.005h1a1.2 1.2 0 0 0 .743 -.258l.1 -.09l.698 -.697a3.2 3.2 0 0 1 2.269 -.944z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Fht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n</svg>\n\n\n',Lht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10l2 -2v8" />\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n</svg>\n\n\n',Nht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n</svg>\n\n\n',Vht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1" />\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n</svg>\n\n\n',Uht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v3a1 1 0 0 0 1 1h3" />\n  <path d="M14 8v8" />\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n</svg>\n\n\n',jht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" />\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n</svg>\n\n\n',Ght='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n</svg>\n\n\n',Wht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h4l-2 8" />\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n</svg>\n\n\n',$ht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n</svg>\n\n\n',Xht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n</svg>\n\n\n',Kht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 7.2a2.2 2.2 0 0 1 2.2 -2.2h1a2.2 2.2 0 0 0 1.55 -.64l.7 -.7a2.2 2.2 0 0 1 3.12 0l.7 .7c.412 .41 .97 .64 1.55 .64h1a2.2 2.2 0 0 1 2.2 2.2v1c0 .58 .23 1.138 .64 1.55l.7 .7a2.2 2.2 0 0 1 0 3.12l-.7 .7a2.2 2.2 0 0 0 -.64 1.55v1a2.2 2.2 0 0 1 -2.2 2.2h-1a2.2 2.2 0 0 0 -1.55 .64l-.7 .7a2.2 2.2 0 0 1 -3.12 0l-.7 -.7a2.2 2.2 0 0 0 -1.55 -.64h-1a2.2 2.2 0 0 1 -2.2 -2.2v-1a2.2 2.2 0 0 0 -.64 -1.55l-.7 -.7a2.2 2.2 0 0 1 0 -3.12l.7 -.7a2.2 2.2 0 0 0 .64 -1.55v-1" />\n</svg>\n\n\n',Yht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 4.55a8 8 0 0 0 -6 14.9m0 -4.45v5h-5" />\n  <path d="M18.37 7.16l0 .01" />\n  <path d="M13 19.94l0 .01" />\n  <path d="M16.84 18.37l0 .01" />\n  <path d="M19.37 15.1l0 .01" />\n  <path d="M19.94 11l0 .01" />\n</svg>\n\n\n',Qht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 16h4v4" />\n  <path d="M19.458 11.042c.86 -2.366 .722 -4.58 -.6 -5.9c-2.272 -2.274 -7.185 -1.045 -10.973 2.743c-3.788 3.788 -5.017 8.701 -2.744 10.974c2.227 2.226 6.987 1.093 10.74 -2.515" />\n</svg>\n\n\n',Zht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 4.55a8 8 0 0 1 6 14.9m0 -4.45v5h5" />\n  <path d="M5.63 7.16l0 .01" />\n  <path d="M4.06 11l0 .01" />\n  <path d="M4.63 15.1l0 .01" />\n  <path d="M7.16 18.37l0 .01" />\n  <path d="M11 19.94l0 .01" />\n</svg>\n\n\n',qht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5" />\n</svg>\n\n\n',Jht='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',tdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.09 4.01l.496 -.495a2 2 0 0 1 2.828 0l7.071 7.07a2 2 0 0 1 0 2.83l-7.07 7.07a2 2 0 0 1 -2.83 0l-7.07 -7.07a2 2 0 0 1 0 -2.83l3.535 -3.535h-3.988" />\n  <path d="M7.05 11.038v-3.988" />\n</svg>\n\n\n',edt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.95 11a8 8 0 1 0 -.5 4m.5 5v-5h-5" />\n</svg>\n\n\n',ndt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M19 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z" />\n  <path d="M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2" />\n</svg>\n\n\n',adt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 3h-5v5" />\n  <path d="M16 3h5v5" />\n  <path d="M3 3l7.536 7.536a5 5 0 0 1 1.464 3.534v6.93" />\n  <path d="M18 6.01v-.01" />\n  <path d="M16 8.02v-.01" />\n  <path d="M14 10v.01" />\n</svg>\n\n\n',odt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 3h5v5" />\n  <path d="M8 3h-5v5" />\n  <path d="M21 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" />\n  <path d="M6 6.01v-.01" />\n  <path d="M8 8.02v-.01" />\n  <path d="M10 10v.01" />\n</svg>\n\n\n',idt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 19h4.5c.71 0 1.372 -.212 1.924 -.576m1.545 -2.459a3.5 3.5 0 0 0 -3.469 -3.965h-.499m-4 0h-3.501a3.5 3.5 0 0 1 -2.477 -5.972m2.477 -1.028h3.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',sdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M7 12v-3h3" />\n  <path d="M14 9h3v3" />\n  <path d="M7 9l4.414 4.414a2 2 0 0 1 .586 1.414v2.172" />\n  <path d="M17 9l-4.414 4.414a2 2 0 0 0 -.586 1.414v2.172" />\n</svg>\n\n\n',rdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2" />\n  <path d="M3 17h4v4h-4z" />\n  <path d="M17 3h4v4h-4z" />\n</svg>\n\n\n',ldt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17h4v4h-4z" />\n  <path d="M17 3h4v4h-4z" />\n  <path d="M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5" />\n</svg>\n\n\n',hdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17l4 4" />\n  <path d="M7 17l-4 4" />\n  <path d="M17 3l4 4" />\n  <path d="M21 3l-4 4" />\n  <path d="M14 5a2 2 0 0 0 -2 2v10a2 2 0 0 1 -2 2" />\n</svg>\n\n\n',ddt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17l4 4" />\n  <path d="M7 17l-4 4" />\n  <path d="M17 3l4 4" />\n  <path d="M21 3l-4 4" />\n  <path d="M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5" />\n</svg>\n\n\n',cdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M19 7a2 2 0 1 0 0 -4a2 2 0 0 0 0 4z" />\n  <path d="M11 19h5.5a3.5 3.5 0 0 0 0 -7h-8a3.5 3.5 0 0 1 0 -7h4.5" />\n</svg>\n\n\n',pdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 13h2a2 2 0 0 1 2 2v2m-.588 3.417c-.362 .36 -.861 .583 -1.412 .583h-14a2 2 0 0 1 -2 -2v-4a2 2 0 0 1 2 -2h8" />\n  <path d="M17 17v.01" />\n  <path d="M13 17v.01" />\n  <path d="M12.226 8.2a4 4 0 0 1 6.024 .55" />\n  <path d="M9.445 5.407a8 8 0 0 1 12.055 1.093" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',vdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 13m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v4a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M17 17l0 .01" />\n  <path d="M13 17l0 .01" />\n  <path d="M15 13l0 -2" />\n  <path d="M11.75 8.75a4 4 0 0 1 6.5 0" />\n  <path d="M8.5 6.5a8 8 0 0 1 13 0" />\n</svg>\n\n\n',udt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1z" />\n  <path d="M12 15l0 4" />\n  <path d="M14 17l-4 0" />\n</svg>\n\n\n',gdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" />\n  <path d="M12 9v-4" />\n  <path d="M10 7l4 0" />\n</svg>\n\n\n',mdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 6v4a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1z" />\n  <path d="M10 16l4 4" />\n  <path d="M10 20l4 -4" />\n</svg>\n\n\n',fdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M4 4a16 16 0 0 1 16 16" />\n  <path d="M4 11a9 9 0 0 1 9 9" />\n</svg>\n\n\n',wdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.273 8.273c.805 2.341 2.857 5.527 -1.484 5.527c-2.368 0 -3.789 0 -3.789 4.05h14.85" />\n  <path d="M5 21h14" />\n  <path d="M3 3l18 18" />\n  <path d="M8.712 4.722a3.99 3.99 0 0 1 3.288 -1.722a4 4 0 0 1 4 4c0 .992 -.806 2.464 -1.223 3.785m6.198 6.196c-.182 -2.883 -1.332 -3.153 -3.172 -3.178" />\n</svg>\n\n\n',Mdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 17.85h-18c0 -4.05 1.421 -4.05 3.79 -4.05c5.21 0 1.21 -4.59 1.21 -6.8a4 4 0 1 1 8 0c0 2.21 -4 6.8 1.21 6.8c2.369 0 3.79 0 3.79 4.05z" />\n  <path d="M5 21h14" />\n</svg>\n\n',_dt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.03 7.97l4.97 -4.97l4 4l-5 5m-2 2l-7 7l-4 -4l7 -7" />\n  <path d="M16 7l-1.5 -1.5" />\n  <path d="M10 13l-1.5 -1.5" />\n  <path d="M7 16l-1.5 -1.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',bdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3l4 4l-14 14l-4 -4z" />\n  <path d="M16 7l-1.5 -1.5" />\n  <path d="M13 10l-1.5 -1.5" />\n  <path d="M10 13l-1.5 -1.5" />\n  <path d="M7 16l-1.5 -1.5" />\n</svg>\n\n\n',xdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 8c.621 0 1.125 .512 1.125 1.143v5.714c0 .631 -.504 1.143 -1.125 1.143h-15.875a1 1 0 0 1 -1 -1v-5.857c0 -.631 .504 -1.143 1.125 -1.143h15.75z" />\n  <path d="M9 8v2" />\n  <path d="M6 8v3" />\n  <path d="M12 8v3" />\n  <path d="M18 8v3" />\n  <path d="M15 8v2" />\n</svg>\n\n\n',Idt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 12c.621 0 1.125 .512 1.125 1.143v5.714c0 .631 -.504 1.143 -1.125 1.143h-15.875a1 1 0 0 1 -1 -1v-5.857c0 -.631 .504 -1.143 1.125 -1.143h15.75z" />\n  <path d="M9 12v2" />\n  <path d="M6 12v3" />\n  <path d="M12 12v3" />\n  <path d="M18 12v3" />\n  <path d="M15 12v2" />\n  <path d="M3 3v4" />\n  <path d="M3 5h18" />\n  <path d="M21 3v4" />\n</svg>\n\n\n',ydt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h11a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-4m-3.713 .299a1 1 0 0 0 -.287 .701v7a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-14c0 -.284 .118 -.54 .308 -.722" />\n  <path d="M4 8h2" />\n  <path d="M4 12h3" />\n  <path d="M4 16h2" />\n  <path d="M12 4v3" />\n  <path d="M16 4v2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',kdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4h14a1 1 0 0 1 1 1v5a1 1 0 0 1 -1 1h-7a1 1 0 0 0 -1 1v7a1 1 0 0 1 -1 1h-5a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1" />\n  <path d="M4 8l2 0" />\n  <path d="M4 12l3 0" />\n  <path d="M4 16l2 0" />\n  <path d="M8 4l0 2" />\n  <path d="M12 4l0 3" />\n  <path d="M16 4l0 2" />\n</svg>\n\n\n',Cdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M4 17l5 1l.75 -1.5" />\n  <path d="M15 21l0 -4l-4 -3l1 -6" />\n  <path d="M7 12l0 -3l5 -1l3 3l3 1" />\n</svg>\n\n\n',Ddt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M9 17h6" />\n  <path d="M19 17h1a1 1 0 0 0 1 -1v-4.528a2 2 0 0 0 -.211 -.894l-.96 -1.92a3 3 0 0 0 -2.683 -1.658h-11.146a3 3 0 0 0 -3 3v6a1 1 0 0 0 1 1h1" />\n  <path d="M3 12h18" />\n  <path d="M15 12v-5" />\n  <path d="M6 4m0 1.5a1.5 1.5 0 0 1 1.5 -1.5h7a1.5 1.5 0 0 1 1.5 1.5v0a1.5 1.5 0 0 1 -1.5 1.5h-7a1.5 1.5 0 0 1 -1.5 -1.5z" />\n</svg>\n\n\n',Bdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 5a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" />\n  <path d="M5 7v9.5a3.5 3.5 0 0 0 7 0v-9a3.5 3.5 0 0 1 7 0v13.5" />\n  <path d="M16 18l3 3l3 -3" />\n</svg>\n\n\n',zdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 7a2 2 0 1 1 0 -4a2 2 0 0 1 0 4z" />\n  <path d="M17 5h-9.5a3.5 3.5 0 0 0 0 7h9a3.5 3.5 0 0 1 0 7h-13.5" />\n  <path d="M6 16l-3 3l3 3" />\n</svg>\n\n\n',Edt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 5h9.5a3.5 3.5 0 0 1 0 7h-9a3.5 3.5 0 0 0 0 7h13.5" />\n  <path d="M18 16l3 3l-3 3" />\n</svg>\n\n\n',Sdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M5 17v-9.5a3.5 3.5 0 0 1 7 0v9a3.5 3.5 0 0 0 7 0v-13.5" />\n  <path d="M16 6l3 -3l3 3" />\n</svg>\n\n\n',Tdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" />\n  <path d="M4 18l-1 -3h18l-1 3" />\n  <path d="M12 11v4" />\n  <path d="M7 3c1.333 2.667 1.333 5.333 0 8h10c1.333 -2.667 1.333 -5.333 0 -8" />\n  <path d="M6 3h12" />\n</svg>\n\n\n',Adt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" />\n  <path d="M4 18l-1 -3h12m4 0h2l-.506 1.517" />\n  <path d="M11 11v1h1m4 0h2l-7 -9v4" />\n  <path d="M7.713 7.718l-1.713 4.282" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Odt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" />\n  <path d="M4 18l-1 -3h18l-1 3" />\n  <path d="M11 12h7l-7 -9v9" />\n  <path d="M8 7l-2 5" />\n</svg>\n\n\n',Hdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z" />\n  <path d="M18.5 11c.351 -1.017 .426 -2.236 .5 -3.714v-1.286h-2.256c-2.83 0 -4.616 .804 -5.64 2.076" />\n  <path d="M5.255 11.008a12.204 12.204 0 0 1 -.255 -2.008v-1h1.755c.98 0 1.801 .124 2.479 .35" />\n  <path d="M8 8l1 -4l4 2.5" />\n  <path d="M13 11v-.5a2.5 2.5 0 1 0 -5 0v.5" />\n</svg>\n\n\n',Rdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13v.01" />\n  <path d="M10 16v.01" />\n  <path d="M14 16v.01" />\n  <path d="M7.5 8h9l-.281 -2.248a2 2 0 0 0 -1.985 -1.752h-4.468a2 2 0 0 0 -1.986 1.752l-.28 2.248z" />\n  <path d="M7.5 8l-1.612 9.671a2 2 0 0 0 1.973 2.329h8.278a2 2 0 0 0 1.973 -2.329l-1.612 -9.671" />\n</svg>\n\n\n',Pdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.953 8.017l1.047 6.983v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-2l1.245 -8.297a2 2 0 0 1 1.977 -1.703h3.778" />\n  <path d="M3 15h18" />\n  <path d="M13 3l5.5 1.5" />\n  <path d="M15.75 3.75l-2 7" />\n  <path d="M7 10.5c1.667 -.667 3.333 -.667 5 0c1.667 .667 3.333 .667 5 0" />\n</svg>\n\n\n',Fdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.707 3.707l5.586 5.586m-1.293 2.707l-1.293 1.293a1 1 0 0 1 -1.414 0l-5.586 -5.586a1 1 0 0 1 0 -1.414l1.293 -1.293" />\n  <path d="M6 10l-3 3l3 3l3 -3" />\n  <path d="M10 6l3 -3l3 3l-3 3" />\n  <path d="M12 12l1.5 1.5" />\n  <path d="M14.5 17c.69 0 1.316 -.28 1.769 -.733" />\n  <path d="M15 21c1.654 0 3.151 -.67 4.237 -1.752m1.507 -2.507a6 6 0 0 0 .256 -1.741" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Ldt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.707 6.293l2.586 -2.586a1 1 0 0 1 1.414 0l5.586 5.586a1 1 0 0 1 0 1.414l-2.586 2.586a1 1 0 0 1 -1.414 0l-5.586 -5.586a1 1 0 0 1 0 -1.414z" />\n  <path d="M6 10l-3 3l3 3l3 -3" />\n  <path d="M10 6l3 -3l3 3l-3 3" />\n  <path d="M12 12l1.5 1.5" />\n  <path d="M14.5 17a2.5 2.5 0 0 0 2.5 -2.5" />\n  <path d="M15 21a6 6 0 0 0 6 -6" />\n</svg>\n\n\n',Ndt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.5 5.5a2.5 2.5 0 0 0 -2.5 2.5c0 7.18 5.82 13 13 13a2.5 2.5 0 1 0 0 -5a8 8 0 0 1 -8 -8a2.5 2.5 0 0 0 -2.5 -2.5z" />\n  <path d="M5.195 5.519l-1.243 -1.989a1 1 0 0 1 .848 -1.53h1.392a1 1 0 0 1 .848 1.53l-1.245 1.99" />\n  <path d="M18.482 18.225l1.989 -1.243a1 1 0 0 1 1.53 .848v1.392a1 1 0 0 1 -1.53 .848l-1.991 -1.245" />\n</svg>\n\n\n',Vdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 20h10" />\n  <path d="M9.452 5.425l2.548 -.425l6 1" />\n  <path d="M12 3v5m0 4v8" />\n  <path d="M9 12l-3 -6l-3 6a3 3 0 0 0 6 0" />\n  <path d="M18.873 14.871a3 3 0 0 0 2.127 -2.871l-3 -6l-2.677 5.355" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Udt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h10a4 4 0 0 1 4 4v10m-1.173 2.83a3.987 3.987 0 0 1 -2.827 1.17h-10a4 4 0 0 1 -4 -4v-10c0 -1.104 .447 -2.103 1.17 -2.827" />\n  <path d="M11.062 7.062c.31 -.041 .622 -.062 .938 -.062c1.956 0 3.724 .802 5 2.095a142.85 142.85 0 0 0 -2 1.905m-3.723 .288a3 3 0 0 0 -1.315 .71l-2.956 -2.903a6.977 6.977 0 0 1 1.142 -.942" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',jdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 4a4 4 0 0 1 4 -4h10a4 4 0 0 1 4 4v10a4 4 0 0 1 -4 4h-10a4 4 0 0 1 -4 -4z" />\n  <path d="M12 7c1.956 0 3.724 .802 5 2.095l-2.956 2.904a3 3 0 0 0 -2.038 -.799a3 3 0 0 0 -2.038 .798l-2.956 -2.903a6.979 6.979 0 0 1 5 -2.095z" />\n</svg>\n\n\n',Gdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 20l10 0" />\n  <path d="M6 6l6 -1l6 1" />\n  <path d="M12 3l0 17" />\n  <path d="M9 12l-3 -6l-3 6a3 3 0 0 0 6 0" />\n  <path d="M21 12l-3 -6l-3 6a3 3 0 0 0 6 0" />\n</svg>\n\n\n',Wdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M7 12c3.333 -4.667 6.667 -4.667 10 0" />\n  <path d="M7 12c3.333 4.667 6.667 4.667 10 0" />\n  <path d="M12 12h-.01" />\n</svg>\n\n\n',$dt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7v-1a2 2 0 0 1 2 -2h2" />\n  <path d="M4 17v1a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v1" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-1" />\n  <path d="M5 12l14 0" />\n</svg>\n\n\n',Xdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 2h4v4m-4 0h-1v-1" />\n  <path d="M15 11v-1h5v4h-2" />\n  <path d="M5 18h5v4h-5z" />\n  <path d="M5 10h5v4h-5z" />\n  <path d="M10 12h2" />\n  <path d="M7.5 7.5v2.5" />\n  <path d="M7.5 14v4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Kdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 2h5v4h-5z" />\n  <path d="M15 10h5v4h-5z" />\n  <path d="M5 18h5v4h-5z" />\n  <path d="M5 10h5v4h-5z" />\n  <path d="M10 12h5" />\n  <path d="M7.5 6v4" />\n  <path d="M7.5 14v4" />\n</svg>\n\n\n',Ydt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 17a3 3 0 0 0 3 3" />\n  <path d="M14.805 6.37l2.783 -2.784a2 2 0 1 1 2.829 2.828l-2.784 2.786" />\n  <path d="M16.505 7.495a5.105 5.105 0 0 1 .176 7.035l-.176 .184l-1.867 1.867a3.48 3.48 0 0 0 -1.013 2.234l-.008 .23v.934c0 .327 -.13 .64 -.36 .871a.51 .51 0 0 1 -.652 .06l-.07 -.06l-9.385 -9.384a.51 .51 0 0 1 0 -.722c.198 -.198 .456 -.322 .732 -.353l.139 -.008h.933c.848 0 1.663 -.309 2.297 -.864l.168 -.157l1.867 -1.867l.16 -.153a5.105 5.105 0 0 1 7.059 .153z" />\n</svg>\n\n\n',Qdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 9l-10 -4l-2.136 .854m-2.864 1.146l-5 2l10 4l.697 -.279m2.878 -1.151l6.425 -2.57v6" />\n  <path d="M6 10.6v5.4c0 1.657 2.686 3 6 3c2.334 0 4.357 -.666 5.35 -1.64m.65 -3.36v-3.4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Zdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 9l-10 -4l-10 4l10 4l10 -4v6" />\n  <path d="M6 10.6v5.4a6 3 0 0 0 12 0v-5.4" />\n</svg>\n\n\n',qdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.432 4.442a3 3 0 1 0 4.114 4.146" />\n  <path d="M6 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M8.6 15.4l3.4 -3.4m2 -2l5 -5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Jdt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 7m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M6 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M8.6 8.6l10.4 10.4" />\n  <path d="M8.6 15.4l10.4 -10.4" />\n</svg>\n\n\n',tct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1" />\n  <path d="M10 4l-2 4h3l-2 4" />\n</svg>\n\n\n',ect='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M8 17h5a6 6 0 0 1 5 -5v-5a2 2 0 0 0 -2 -2h-1" />\n</svg>\n\n\n',nct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M12 5v2" />\n  <path d="M12 10v1" />\n  <path d="M12 14v1" />\n  <path d="M12 18v1" />\n  <path d="M7 3v2" />\n  <path d="M17 3v2" />\n  <path d="M15 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M6 9h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5" />\n</svg>\n\n\n',act='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" />\n  <path d="M7 20l10 0" />\n  <path d="M9 16l0 4" />\n  <path d="M15 16l0 4" />\n  <path d="M17 8l4 -4m-4 0l4 4" />\n</svg>\n\n\n',oct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12v3a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h9" />\n  <path d="M7 20l10 0" />\n  <path d="M9 16l0 4" />\n  <path d="M15 16l0 4" />\n  <path d="M17 4h4v4" />\n  <path d="M16 9l5 -5" />\n</svg>\n\n\n',ict='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 19a2 2 0 0 1 -2 -2" />\n  <path d="M5 13v-2" />\n  <path d="M5 7a2 2 0 0 1 2 -2" />\n  <path d="M11 5h2" />\n  <path d="M17 5a2 2 0 0 1 2 2" />\n  <path d="M19 11v2" />\n  <path d="M19 17v4" />\n  <path d="M21 19h-4" />\n  <path d="M13 19h-2" />\n</svg>\n\n\n',sct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 15c2 3 4 4 7 4c1.95 0 4.324 -1.268 5.746 -3.256m1.181 -2.812a5.97 5.97 0 0 0 .073 -.932c0 -4 -3 -7 -6 -7c-.642 0 -1.239 .069 -1.78 .201m-2.492 1.515c-.47 .617 -.728 1.386 -.728 2.284c0 2.5 2 5 6 5c.597 0 1.203 -.055 1.808 -.156m3.102 -.921c2.235 -.953 4.152 -2.423 5.09 -3.923" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',rct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 15c2 3 4 4 7 4s7 -3 7 -7s-3 -7 -6 -7s-5 1.5 -5 4s2 5 6 5s8.408 -2.453 10 -5" />\n</svg>\n\n\n',lct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 19h4" />\n  <path d="M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -2v-9a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" />\n</svg>\n\n\n',hct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 19h4" />\n  <path d="M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -3v-8a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" />\n  <path d="M19 17v4" />\n</svg>\n\n\n',dct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 20h-8a3 3 0 0 1 0 -6h11a3 3 0 0 0 -3 3m7 -3v-8a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" />\n  <path d="M17 17l4 4m0 -4l-4 4" />\n</svg>\n\n\n',cct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 20h-11a3 3 0 0 1 0 -6h11a3 3 0 0 0 0 6h1a3 3 0 0 0 3 -3v-11a2 2 0 0 0 -2 -2h-10a2 2 0 0 0 -2 2v8" />\n</svg>\n\n\n',pct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 12a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M2 2l3 3l1.5 4l3.5 2l6 2l1 4l2.5 3" />\n  <path d="M11 8l4.5 1.5" />\n</svg>\n\n\n',vct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 7h5a1 1 0 0 1 1 1v4.5c0 .154 -.014 .304 -.04 .45m-2 2.007c-.15 .028 -.305 .043 -.463 .043h-.5a2 2 0 0 1 -2 -2a2 2 0 1 0 -4 0a2 2 0 0 1 -2 2h-.5a2.5 2.5 0 0 1 -2.5 -2.5v-4.5a1 1 0 0 1 1 -1h3" />\n  <path d="M10 17a2 2 0 0 0 2 2h3.5a5.475 5.475 0 0 0 2.765 -.744m2 -2c.47 -.81 .739 -1.752 .739 -2.756v-9.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',uct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7h12a1 1 0 0 1 1 1v4.5a2.5 2.5 0 0 1 -2.5 2.5h-.5a2 2 0 0 1 -2 -2a2 2 0 1 0 -4 0a2 2 0 0 1 -2 2h-.5a2.5 2.5 0 0 1 -2.5 -2.5v-4.5a1 1 0 0 1 1 -1z" />\n  <path d="M10 17a2 2 0 0 0 2 2h3.5a5.5 5.5 0 0 0 5.5 -5.5v-9.5" />\n</svg>\n\n\n',gct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" />\n  <path d="M17 8v8" />\n  <path d="M21 8l-3 4l3 4" />\n  <path d="M17 12h1" />\n  <path d="M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" />\n</svg>\n\n\n',mct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.039 5.062a7 7 0 0 0 9.91 9.89m1.584 -2.434a7 7 0 0 0 -9.038 -9.057" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',fct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M21 21l-6 -6" />\n</svg>\n\n\n',wct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.172 19a3 3 0 1 0 2.828 -4" />\n  <path d="M14.83 5a3 3 0 1 0 -2.83 4" />\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',Mct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 20h.01" />\n  <path d="M4 20h.01" />\n  <path d="M8 20h.01" />\n  <path d="M12 20h.01" />\n  <path d="M16 20h.01" />\n  <path d="M20 4h.01" />\n  <path d="M4 4h.01" />\n  <path d="M8 4h.01" />\n  <path d="M12 4h.01" />\n  <path d="M16 4l0 .01" />\n  <path d="M4 8m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',_ct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.412 7.407a6.025 6.025 0 0 0 -2.82 -2.82m-4.592 -.587h-1v2a6 6 0 0 0 6 6h3" />\n  <path d="M12 14a6 6 0 0 1 .255 -1.736m1.51 -2.514a5.981 5.981 0 0 1 4.235 -1.75h3v1c0 2.158 -1.14 4.05 -2.85 5.107m-3.15 .893h-3" />\n  <path d="M12 20v-8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',bct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3" />\n  <path d="M12 14a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3" />\n  <path d="M12 20l0 -10" />\n</svg>\n\n\n',xct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n  <path d="M12 20v.01" />\n  <path d="M16 20v.01" />\n  <path d="M8 20v.01" />\n  <path d="M4 20v.01" />\n  <path d="M4 16v.01" />\n  <path d="M4 12v.01" />\n  <path d="M4 8v.01" />\n  <path d="M4 4v.01" />\n  <path d="M8 4v.01" />\n  <path d="M12 4v.01" />\n  <path d="M16 4v.01" />\n  <path d="M20 4v.01" />\n  <path d="M20 8v.01" />\n  <path d="M20 12v.01" />\n  <path d="M20 16v.01" />\n  <path d="M20 20v.01" />\n</svg>\n\n\n',Ict='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 11l3 3l3 -3" />\n</svg>\n\n\n',yct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9l4 -4l4 4" />\n  <path d="M16 15l-4 4l-4 -4" />\n</svg>\n\n\n',kct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.698 4.034l16.302 7.966l-16.302 7.966a.503 .503 0 0 1 -.546 -.124a.555 .555 0 0 1 -.12 -.568l2.468 -7.274l-2.468 -7.274a.555 .555 0 0 1 .12 -.568a.503 .503 0 0 1 .546 -.124z" />\n  <path d="M6.5 12h14.5" />\n</svg>\n\n\n',Cct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 14l2 -2m2 -2l7 -7" />\n  <path d="M10.718 6.713l10.282 -3.713l-3.715 10.289m-1.063 2.941l-1.722 4.77a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l4.772 -1.723" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Dct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 14l11 -11" />\n  <path d="M21 3l-6.5 18a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5" />\n</svg>\n\n\n',Bct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" />\n  <path d="M14 16h-4v-8h4" />\n  <path d="M11 12h2" />\n  <path d="M17 8m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',zct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12l16 0" />\n  <path d="M8 8l4 -4l4 4" />\n  <path d="M16 16l-4 4l-4 -4" />\n</svg>\n\n\n',Ect='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4l0 16" />\n  <path d="M8 8l-4 4l4 4" />\n  <path d="M16 16l4 -4l-4 -4" />\n</svg>\n\n\n',Sct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12l0 .01" />\n  <path d="M7 12l10 0" />\n  <path d="M21 12l0 .01" />\n</svg>\n\n\n',Tct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M3 12m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M7 8l0 .01" />\n  <path d="M7 16l0 .01" />\n  <path d="M11 8h6" />\n  <path d="M11 16h6" />\n</svg>\n\n\n',Act='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M15 20h-9a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h12" />\n  <path d="M7 8v.01" />\n  <path d="M7 16v.01" />\n  <path d="M20 15l-2 3h3l-2 3" />\n</svg>\n\n\n',Oct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M12 20h-6a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h10.5" />\n  <path d="M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 14.5v1.5" />\n  <path d="M18 20v1.5" />\n  <path d="M21.032 16.25l-1.299 .75" />\n  <path d="M16.27 19l-1.3 .75" />\n  <path d="M14.97 16.25l1.3 .75" />\n  <path d="M19.733 19l1.3 .75" />\n  <path d="M7 8v.01" />\n  <path d="M7 16v.01" />\n</svg>\n\n\n',Hct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12h-6a3 3 0 0 1 -3 -3v-2c0 -1.083 .574 -2.033 1.435 -2.56m3.565 -.44h10a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-2" />\n  <path d="M16 12h2a3 3 0 0 1 3 3v2m-1.448 2.568a2.986 2.986 0 0 1 -1.552 .432h-12a3 3 0 0 1 -3 -3v-2a3 3 0 0 1 3 -3h6" />\n  <path d="M7 8v.01" />\n  <path d="M7 16v.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Rct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M3 12m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M7 8l0 .01" />\n  <path d="M7 16l0 .01" />\n</svg>\n\n\n',Pct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 9h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M13 15v-6l3 4l3 -4v6" />\n</svg>\n\n\n',Fct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.875 6.27a2.225 2.225 0 0 1 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',Lct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" />\n  <path d="M10 9v6l5 -3z" />\n</svg>\n\n\n',Nct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.256 20.473c-.855 .907 -2.583 .643 -2.931 -.79a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.07 .26 1.488 1.29 1.254 2.15" />\n  <path d="M19 16l-2 3h4l-2 3" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',Vct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.29 20.977c-.818 .132 -1.724 -.3 -1.965 -1.294a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.983 .238 1.416 1.126 1.298 1.937" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',Uct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.445 20.913a1.665 1.665 0 0 1 -1.12 -1.23a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.31 .318 1.643 1.79 .997 2.694" />\n  <path d="M15 19l2 2l4 -4" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',jct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.482 20.924a1.666 1.666 0 0 1 -1.157 -1.241a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.312 .318 1.644 1.794 .995 2.697" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',Gct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.003 21c-.732 .001 -1.465 -.438 -1.678 -1.317a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.886 .215 1.325 .957 1.318 1.694" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',Wct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.038 20.666c-.902 .665 -2.393 .337 -2.713 -.983a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 .402 2.248" />\n  <path d="M15 12a3 3 0 1 0 -1.724 2.716" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',$ct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.52 20.924c-.87 .262 -1.93 -.152 -2.195 -1.241a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.088 .264 1.502 1.323 1.242 2.192" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',Xct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.004 18.401a1.724 1.724 0 0 0 -1.329 1.282c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.079 .262 1.495 1.305 1.248 2.17" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',Kct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.647 4.081a.724 .724 0 0 0 1.08 .448c2.439 -1.485 5.23 1.305 3.745 3.744a.724 .724 0 0 0 .447 1.08c2.775 .673 2.775 4.62 0 5.294a.724 .724 0 0 0 -.448 1.08c1.485 2.439 -1.305 5.23 -3.744 3.745a.724 .724 0 0 0 -1.08 .447c-.673 2.775 -4.62 2.775 -5.294 0a.724 .724 0 0 0 -1.08 -.448c-2.439 1.485 -5.23 -1.305 -3.745 -3.744a.724 .724 0 0 0 -.447 -1.08c-2.775 -.673 -2.775 -4.62 0 -5.294a.724 .724 0 0 0 .448 -1.08c-1.485 -2.439 1.305 -5.23 3.744 -3.745a.722 .722 0 0 0 1.08 -.447c.673 -2.775 4.62 -2.775 5.294 0zm-2.647 4.919a3 3 0 1 0 0 6a3 3 0 0 0 0 -6z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Yct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.231 20.828a1.668 1.668 0 0 1 -.906 -1.145a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.509 .123 .87 .421 1.084 .792" />\n  <path d="M14.882 11.165a3.001 3.001 0 1 0 -4.31 3.474" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',Qct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.488 20.933c-.863 .243 -1.902 -.174 -2.163 -1.25a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35c-.535 .13 -.976 .507 -1.187 1.016c-.049 .118 -.084 .185 -.106 .309" />\n  <path d="M16 19h6" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',Zct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.451 5.437c.418 -.218 .75 -.609 .874 -1.12c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35c-.486 .118 -.894 .44 -1.123 .878m-.188 3.803c-.517 .523 -1.349 .734 -2.125 .262a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.472 -.774 -.262 -1.604 .259 -2.121" />\n  <path d="M9.889 9.869a3 3 0 1 0 4.226 4.26m.592 -3.424a3.012 3.012 0 0 0 -1.419 -1.415" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',qct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.004 20.69c-.905 .632 -2.363 .296 -2.679 -1.007a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.314 .319 1.645 1.798 .992 2.701" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',Jct='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.578 20.905c-.88 .299 -1.983 -.109 -2.253 -1.222a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.574 .14 .96 .5 1.16 .937" />\n  <path d="M14.99 12.256a3 3 0 1 0 -2.33 2.671" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',tpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.483 20.935c-.862 .239 -1.898 -.178 -2.158 -1.252a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.08 .262 1.496 1.308 1.247 2.173" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',ept='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.69 18.498c-.508 .21 -.885 .65 -1.015 1.185c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572a1.67 1.67 0 0 1 1.179 .982" />\n  <path d="M14.95 12.553a3 3 0 1 0 -1.211 1.892" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',npt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.646 20.965a1.67 1.67 0 0 1 -1.321 -1.282a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c.728 .177 1.154 .71 1.279 1.303" />\n  <path d="M14.985 11.694a3 3 0 1 0 -3.29 3.29" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',apt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.004 21c-.732 .002 -1.466 -.437 -1.679 -1.317a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.306 .317 1.64 1.78 1.004 2.684" />\n  <path d="M12 15a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',opt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.325 19.683a1.723 1.723 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572a1.67 1.67 0 0 1 1.106 .831" />\n  <path d="M14.89 11.195a3.001 3.001 0 1 0 -4.457 3.364" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',ipt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.501 20.93c-.866 .25 -1.914 -.166 -2.176 -1.247a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.074 .26 1.49 1.296 1.252 2.158" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',spt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.675 19.683c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.66 1.66 0 0 0 -.324 .114" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',rpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" />\n  <path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',lpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.634 5.638a9 9 0 0 0 12.728 12.727m1.68 -2.32a9 9 0 0 0 -12.086 -12.088" />\n  <path d="M16 12h2" />\n  <path d="M13 15h2" />\n  <path d="M13 18h1" />\n  <path d="M13 9h4" />\n  <path d="M13 6h1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',hpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M13 12h5" />\n  <path d="M13 15h4" />\n  <path d="M13 18h1" />\n  <path d="M13 9h4" />\n  <path d="M13 6h1" />\n</svg>\n\n\n',dpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6.5 17.5l11 -11m-12.5 .5v10m14 -10v10" />\n</svg>\n\n\n',cpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 5h10m-12 2v10m14 -10v10" />\n</svg>\n\n\n',ppt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.575 3.597a2 2 0 0 0 2.849 2.808" />\n  <path d="M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17.574 17.598a2 2 0 0 0 2.826 2.83" />\n  <path d="M5 7v10" />\n  <path d="M9 5h8" />\n  <path d="M7 19h10" />\n  <path d="M19 7v8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',vpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 7l0 10" />\n  <path d="M7 5l10 0" />\n  <path d="M7 19l10 0" />\n  <path d="M19 7l0 10" />\n</svg>\n\n\n',upt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9h-1a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-8a2 2 0 0 0 -2 -2h-1" />\n  <path d="M12 14v-11" />\n  <path d="M9 6l3 -3l3 3" />\n</svg>\n\n\n',gpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 4v4c-6.575 1.028 -9.02 6.788 -10 12c-.037 .206 5.384 -5.962 10 -6v4l8 -7l-8 -7z" />\n</svg>\n\n\n',mpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M18 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M15.861 15.896a3 3 0 0 0 4.265 4.22m.578 -3.417a3.012 3.012 0 0 0 -1.507 -1.45" />\n  <path d="M8.7 10.7l1.336 -.688m2.624 -1.352l2.64 -1.36" />\n  <path d="M8.7 13.3l6.6 3.4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',fpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M18 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M8.7 10.7l6.6 -3.4" />\n  <path d="M8.7 13.3l6.6 3.4" />\n</svg>\n\n\n',wpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M17 17.5l-5 -4.5v-6l5 4" />\n  <path d="M7 17.5l5 -4.5" />\n  <path d="M15.103 21.58l6.762 -14.502a2 2 0 0 0 -.968 -2.657" />\n  <path d="M8.897 21.58l-6.762 -14.503a2 2 0 0 1 .968 -2.657" />\n  <path d="M7 11l5 -4" />\n</svg>\n\n\n',Mpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.342 20.566c-.436 .17 -.884 .315 -1.342 .434a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .117 6.34" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',_pt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.277 20.925c-.092 .026 -.184 .051 -.277 .075a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .145 6.232" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',bpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.998 2l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021l.115 -.007zm3.71 7.293a1 1 0 0 0 -1.415 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',xpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.46 20.846a12 12 0 0 1 -7.96 -14.846a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.09 7.06" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',Ipt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.013 12v9.754a13 13 0 0 1 -8.733 -9.754h8.734zm9.284 3.794a13 13 0 0 1 -7.283 5.951l-.001 -9.745h8.708a12.96 12.96 0 0 1 -1.424 3.794zm-9.283 -13.268l-.001 7.474h-8.986c-.068 -1.432 .101 -2.88 .514 -4.282a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.192 -2.256l.276 -.219zm1.999 7.474v-7.453l-.09 -.073a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717c.413 1.403 .582 2.85 .514 4.282h-8.96z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ypt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" />\n  <path d="M12 3v18" />\n  <path d="M3.5 12h17" />\n</svg>\n\n\n',kpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" />\n  <path d="M4 14l8 -3l8 3" />\n</svg>\n\n\n',Cpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.078 7.024" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',Dpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.568 1.933 .635 3.957 .223 5.89" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',Bpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.018 20.687c-.333 .119 -.673 .223 -1.018 .313a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.433 1.472 .575 2.998 .436 4.495" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',zpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.444 20.876c-.147 .044 -.295 .085 -.444 .124a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .117 6.343" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',Ept='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.04 19.745c-.942 .551 -1.964 .976 -3.04 1.255a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .195 6.015" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',Spt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.884 2.007l.114 -.007l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Tpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" />\n  <path d="M12 3v18" />\n  <path d="M12 11h8.9" />\n  <path d="M12 8h8.9" />\n  <path d="M12 5h3.1" />\n  <path d="M12 17h6.2" />\n  <path d="M12 14h8" />\n</svg>\n\n\n',Apt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" />\n  <path d="M12 3v18" />\n</svg>\n\n\n',Opt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12.01 12.01 0 0 1 .378 5" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',Hpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.998 2l.118 .007l.059 .008l.061 .013l.111 .034a.993 .993 0 0 1 .217 .112l.104 .082l.255 .218a11 11 0 0 0 7.189 2.537l.342 -.01a1 1 0 0 1 1.005 .717a13 13 0 0 1 -9.208 16.25a1 1 0 0 1 -.502 0a13 13 0 0 1 -9.209 -16.25a1 1 0 0 1 1.005 -.717a11 11 0 0 0 7.531 -2.527l.263 -.225l.096 -.075a.993 .993 0 0 1 .217 -.112l.112 -.034a.97 .97 0 0 1 .119 -.021l.115 -.007zm.002 7a2 2 0 0 0 -1.995 1.85l-.005 .15l.005 .15a2 2 0 0 0 .995 1.581v1.769l.007 .117a1 1 0 0 0 1.993 -.117l.001 -1.768a2 2 0 0 0 -1.001 -3.732z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Rpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" />\n  <path d="M12 11m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 12l0 2.5" />\n</svg>\n\n\n',Ppt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.46 20.871c-.153 .046 -.306 .089 -.46 .129a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.916 9.015" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',Fpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.67 17.667a12 12 0 0 1 -5.67 3.333a12 12 0 0 1 -8.5 -15c.794 .036 1.583 -.006 2.357 -.124m3.128 -.926a11.997 11.997 0 0 0 3.015 -1.95a12 12 0 0 0 8.5 3a12 12 0 0 1 -1.116 9.376" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Lpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.004 20.692c-.329 .117 -.664 .22 -1.004 .308a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.081 7.034" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',Npt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.597 20.829a12 12 0 0 1 -.597 .171a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.506 1.72 .614 3.512 .342 5.248" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',Vpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.462 20.87c-.153 .047 -.307 .09 -.462 .13a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .11 6.37" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',Upt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.065 19.732c-.95 .557 -1.98 .986 -3.065 1.268a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.51 1.738 .617 3.55 .333 5.303" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',jpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.539 1.832 .627 3.747 .283 5.588" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',Gpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .193 6.025" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',Wpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.143 20.743a12 12 0 0 1 -7.643 -14.743a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3c.504 1.716 .614 3.505 .343 5.237" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',$pt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.442 20.876a13.12 13.12 0 0 1 -.442 .124a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 .119 6.336" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',Xpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.252 20.601c-.408 .155 -.826 .288 -1.252 .399a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3a12 12 0 0 0 8.5 3a12 12 0 0 1 -.19 7.357" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',Kpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a12 12 0 0 0 8.5 3a12 12 0 0 1 -8.5 15a12 12 0 0 1 -8.5 -15a12 12 0 0 0 8.5 -3" />\n</svg>\n\n\n',Ypt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" />\n  <path d="M4 18l-1 -5h10m4 0h4l-1.334 2.668" />\n  <path d="M5 13v-6h2m4 0h2l4 6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Qpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" />\n  <path d="M4 18l-1 -5h18l-2 4" />\n  <path d="M5 13v-6h8l4 6" />\n  <path d="M7 7v-4h-1" />\n</svg>\n\n\n',Zpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.883 3.007l.095 -.007l.112 .004l.113 .017l.113 .03l6 2a1 1 0 0 1 .677 .833l.007 .116v5a1 1 0 0 1 -.883 .993l-.117 .007h-2v7a2 2 0 0 1 -1.85 1.995l-.15 .005h-10a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-7h-2a1 1 0 0 1 -.993 -.883l-.007 -.117v-5a1 1 0 0 1 .576 -.906l.108 -.043l6 -2a1 1 0 0 1 1.316 .949a2 2 0 0 0 3.995 .15l.009 -.24l.017 -.113l.037 -.134l.044 -.103l.05 -.092l.068 -.093l.069 -.08c.056 -.054 .113 -.1 .175 -.14l.096 -.053l.103 -.044l.108 -.032l.112 -.02z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',qpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.243 4.252l.757 -.252c0 .43 .09 .837 .252 1.206m1.395 1.472a3 3 0 0 0 4.353 -2.678l6 2v5h-3v3m0 4v1a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l2.26 -.753" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Jpt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 4l6 2v5h-3v8a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l6 -2a3 3 0 0 0 6 0" />\n  <path d="M10.5 11h2.5l-1.5 5" />\n</svg>\n\n\n',t4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 4l6 2v5h-3v8a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-8h-3v-5l6 -2a3 3 0 0 0 6 0" />\n</svg>\n\n\n',e4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.846 9.868l4.08 .972a4 4 0 0 1 3.074 3.89v2.27m-3 1h-14a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1h2" />\n  <path d="M8 18v-1a4 4 0 0 0 -4 -4h-1" />\n  <path d="M10 12l.663 -1.327" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',n4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6h5.426a1 1 0 0 1 .863 .496l1.064 1.823a3 3 0 0 0 1.896 1.407l4.677 1.114a4 4 0 0 1 3.074 3.89v2.27a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1v-10a1 1 0 0 1 1 -1z" />\n  <path d="M14 13l1 -2" />\n  <path d="M8 18v-1a4 4 0 0 0 -4 -4h-1" />\n  <path d="M10 12l1.5 -3" />\n</svg>\n\n\n',a4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-2.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.5 3.248" />\n  <path d="M9 11v-5a3 3 0 0 1 6 0v5" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',o4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-3.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.416 2.7" />\n  <path d="M9 11v-5a3 3 0 0 1 6 0v5" />\n  <path d="M16 21l5 -5" />\n  <path d="M21 21v.01" />\n  <path d="M16 16v.01" />\n</svg>\n\n\n',i4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 21h-2.426a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.109 .707" />\n  <path d="M9 11v-5a3 3 0 0 1 6 0v5" />\n  <path d="M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" />\n</svg>\n\n\n',s4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21h-6.426a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.258 1.678" />\n  <path d="M9 11v-5a3 3 0 0 1 6 0v5" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',r4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-2.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304c-.057 .368 -.1 .644 -.127 .828" />\n  <path d="M9 11v-5a3 3 0 0 1 6 0v5" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',l4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-3.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.73 4.744" />\n  <path d="M9 11v-5a3 3 0 0 1 6 0v5" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',h4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-3.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.263 1.708" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n  <path d="M9 11v-5a3 3 0 0 1 6 0v5" />\n</svg>\n\n\n',d4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-2.926a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.117 .761" />\n  <path d="M9 11v-5a3 3 0 0 1 6 0v5" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',c4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21h-4.426a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304h11.339a2 2 0 0 1 1.977 2.304l-.506 3.287" />\n  <path d="M9 11v-5a3 3 0 0 1 6 0v5" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',p4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.331 8h11.339a2 2 0 0 1 1.977 2.304l-1.255 8.152a3 3 0 0 1 -2.966 2.544h-6.852a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304z" />\n  <path d="M9 11v-5a3 3 0 0 1 6 0v5" />\n</svg>\n\n\n',v4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M13.5 17h-7.5v-14h-2" />\n  <path d="M6 5l14 1l-.858 6.004m-2.642 .996h-10.5" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',u4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 17h-6v-14h-2" />\n  <path d="M6 5l14 1l-.857 5.998m-3.643 1.002h-9.5" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',g4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M11.5 17h-5.5v-14h-2" />\n  <path d="M6 5l14 1l-1 7h-13" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',m4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M11.5 17h-5.5v-14h-2" />\n  <path d="M6 5l14 1l-1 7h-13" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',f4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 17h-6v-14h-2" />\n  <path d="M6 5l14 1l-.79 5.526m-3.21 1.474h-10" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',w4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M11.5 17h-5.5v-14h-2" />\n  <path d="M6 5l14 1l-1 7h-13" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',M4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12.5 17h-6.5v-14h-2" />\n  <path d="M6 5l14 1l-.859 6.011m-6.141 .989h-7" />\n  <path d="M16 21l5 -5" />\n  <path d="M21 21v.01" />\n  <path d="M16 16v.01" />\n</svg>\n\n\n',_4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M13 17h-7v-14h-2" />\n  <path d="M6 5l14 1l-.575 4.022m-4.925 2.978h-8.5" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',b4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12.5 17h-6.5v-14h-2" />\n  <path d="M6 5l14 1l-.859 6.011m-2.641 .989h-10.5" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',x4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M15 17h-9v-14h-2" />\n  <path d="M6 5l14 1l-.854 5.976m-2.646 1.024h-10.5" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',I4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 2a1 1 0 0 1 .993 .883l.007 .117v1.068l13.071 .935a1 1 0 0 1 .929 1.024l-.01 .114l-1 7a1 1 0 0 1 -.877 .853l-.113 .006h-12v2h10a3 3 0 1 1 -2.995 3.176l-.005 -.176l.005 -.176c.017 -.288 .074 -.564 .166 -.824h-5.342a3 3 0 1 1 -5.824 1.176l-.005 -.176l.005 -.176a3.002 3.002 0 0 1 1.995 -2.654v-12.17h-1a1 1 0 0 1 -.993 -.883l-.007 -.117a1 1 0 0 1 .883 -.993l.117 -.007h2zm0 16a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm11 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',y4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M10 17h-4v-14h-2" />\n  <path d="M6 5l14 1l-.717 5.016m-7.783 1.984h-5.5" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',k4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12.5 17h-6.5v-14h-2" />\n  <path d="M6 5l14 1l-1 7h-13" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',C4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 17a2 2 0 1 0 2 2" />\n  <path d="M17 17h-11v-11" />\n  <path d="M9.239 5.231l10.761 .769l-1 7h-2m-4 0h-7" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',D4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M13 17h-7v-14h-2" />\n  <path d="M6 5l14 1l-1 7h-13" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',B4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12 17h-6v-14h-2" />\n  <path d="M6 5l14 1l-.716 5.011m-5.284 1.989h-8" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',z4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12.5 17h-6.5v-14h-2" />\n  <path d="M6 5l14 1l-.86 6.017m-2.64 .983h-10.5" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',E4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M13.5 17h-7.5v-14h-2" />\n  <path d="M6 5l14 1l-.714 5m-4.786 2h-8.5" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',S4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M11 17h-5v-14h-2" />\n  <path d="M6 5l14 1l-.718 5.023m-6.282 1.977h-7" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',T4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12.5 17h-6.5v-14h-2" />\n  <path d="M6 5l14 1l-1 7h-13" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',A4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M9.5 17h-3.5v-14h-2" />\n  <path d="M6 5l14 1l-.615 4.302m-6.885 2.698h-6.5" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',O4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M12.5 17h-6.5v-14h-2" />\n  <path d="M6 5l14 1l-.854 5.977m-2.646 1.023h-10.5" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',H4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M13 17h-7v-14h-2" />\n  <path d="M6 5l14 1l-1 7h-13" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',R4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 17h-11v-14h-2" />\n  <path d="M6 5l14 1l-1 7h-13" />\n</svg>\n\n\n',P4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3h4" />\n  <path d="M7 3v12" />\n  <path d="M4 15h6v3a3 3 0 0 1 -6 0v-3z" />\n  <path d="M14 21v-3a3 3 0 0 1 6 0v3" />\n  <path d="M17 21v-18" />\n</svg>\n\n\n',F4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 4l3 3" />\n  <path d="M18.5 5.5l-8 8" />\n  <path d="M8.276 11.284l4.44 4.44a.968 .968 0 0 1 0 1.369l-2.704 2.704a4.108 4.108 0 0 1 -5.809 -5.81l2.704 -2.703a.968 .968 0 0 1 1.37 0z" />\n</svg>\n\n\n',L4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" />\n  <path d="M17 10v-4a2 2 0 0 0 -2 -2h-6a2 2 0 0 0 -2 2v4m5 5v5m4 -5v2m-8 -2v3" />\n</svg>\n\n\n',N4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 2a1 1 0 0 1 .993 .883l.007 .117v2h3a1 1 0 0 1 .993 .883l.007 .117v5a1 1 0 0 1 -.883 .993l-.117 .007h-3v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-5a1 1 0 0 1 -.694 -.28l-.087 -.095l-2 -2.5a1 1 0 0 1 -.072 -1.147l.072 -.103l2 -2.5a1 1 0 0 1 .652 -.367l.129 -.008h5v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',V4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 21h-4" />\n  <path d="M14 21v-10" />\n  <path d="M14 6v-3" />\n  <path d="M18 6h-10l-2 2.5l2 2.5h10z" />\n</svg>\n\n\n',U4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 2a1 1 0 0 1 .993 .883l.007 .117v2h5a1 1 0 0 1 .694 .28l.087 .095l2 2.5a1 1 0 0 1 .072 1.147l-.072 .103l-2 2.5a1 1 0 0 1 -.652 .367l-.129 .008h-5v8h1a1 1 0 0 1 .117 1.993l-.117 .007h-4a1 1 0 0 1 -.117 -1.993l.117 -.007h1v-8h-3a1 1 0 0 1 -.993 -.883l-.007 -.117v-5a1 1 0 0 1 .883 -.993l.117 -.007h3v-2a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',j4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 21h4" />\n  <path d="M10 21v-10" />\n  <path d="M10 6v-3" />\n  <path d="M6 6h10l2 2.5l-2 2.5h-10z" />\n</svg>\n\n\n',G4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 8h-3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h3v-4h-1" />\n  <path d="M5 8h4a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h4" />\n</svg>\n\n\n',W4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n  <path d="M6 8h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-1.5h1.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1 -1.5 1.5h-2.5" />\n</svg>\n\n\n',$4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 12h4" />\n  <path d="M3 8v3a1 1 0 0 0 1 1h3" />\n  <path d="M7 8v8" />\n  <path d="M19 10v4" />\n  <path d="M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n</svg>\n\n\n',X4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 8v3a1 1 0 0 0 1 1h3" />\n  <path d="M10 8v8" />\n  <path d="M17 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n</svg>\n\n\n',K4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n  <path d="M6 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" />\n</svg>\n\n\n',Y4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n  <path d="M10 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n</svg>\n\n\n',Q4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8h-4v8h4" />\n  <path d="M10 12h2.5" />\n</svg>\n\n\n',Z4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n</svg>\n\n\n',q4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 16v-8" />\n  <path d="M11 8v8" />\n  <path d="M7 12h4" />\n  <path d="M14 12h4" />\n  <path d="M16 10v4" />\n</svg>\n\n\n',J4t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16v-8" />\n  <path d="M14 8v8" />\n  <path d="M10 12h4" />\n</svg>\n\n\n',tvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 8h-4v8h4" />\n  <path d="M17 12h2.5" />\n  <path d="M4 8v8h4" />\n  <path d="M10 8h4" />\n  <path d="M12 8v8" />\n</svg>\n\n\n',evt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17c3.333 -3.333 5 -6 5 -8c0 -.394 -.017 -.735 -.05 -1.033m-1.95 -1.967c-1 0 -2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.219 0 .708 -.341 1.231 -.742m3.769 -.258c.303 .245 .64 .677 1 1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',nvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17c3.333 -3.333 5 -6 5 -8c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 4.877 2.5 6c1.5 2 2.5 2.5 3.5 1l2 -3c.333 2.667 1.333 4 3 4c.53 0 2.639 -2 3 -2c.517 0 1.517 .667 3 2" />\n</svg>\n\n\n',avt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M19 15a2 2 0 0 1 2 2m-.591 3.42c-.362 .358 -.86 .58 -1.409 .58h-2a2 2 0 0 1 -2 -2v-2c0 -.549 .221 -1.046 .579 -1.407" />\n  <path d="M9 5a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2" />\n  <path d="M6 15v-1a2 2 0 0 1 2 -2h4m4 0a2 2 0 0 1 2 2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ovt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M15 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M9 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v2a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" />\n  <path d="M6 15v-1a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v1" />\n  <path d="M12 9l0 3" />\n</svg>\n\n\n',ivt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M15 15a2 2 0 0 0 2 2m2 -2a2 2 0 0 0 -2 -2" />\n  <path d="M3 9c0 .552 .895 1 2 1h5m4 0h5c1.105 0 2 -.448 2 -1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',svt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 15m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M3 9a2 1 0 0 0 2 1h14a2 1 0 0 0 2 -1" />\n</svg>\n\n\n',rvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M5.5 15h3.5l.75 -1.5" />\n  <path d="M14 19v-5l-2.5 -3l2.5 -4" />\n  <path d="M8 8l3 -1h4l1 3h3" />\n  <path d="M17.5 21a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z" fill="currentColor" />\n  <path d="M3 18c0 .552 .895 1 2 1h14c1.105 0 2 -.448 2 -1" />\n  <path d="M6.5 21a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z" fill="currentColor" />\n</svg>\n\n\n',lvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 5.205v13.59a1 1 0 0 0 1.184 .983l14 -2.625a1 1 0 0 0 .816 -.983v-8.34a1 1 0 0 0 -.816 -.983l-14 -2.625a1 1 0 0 0 -1.184 .983z" />\n</svg>\n\n\n',hvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.326 19h15.348a1 1 0 0 0 .962 -1.275l-3.429 -12a1 1 0 0 0 -.961 -.725h-8.492a1 1 0 0 0 -.961 .725l-3.429 12a1 1 0 0 0 .962 1.275z" />\n</svg>\n\n\n',dvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4c4.418 0 8 3.358 8 7.5c0 1.901 -.755 3.637 -2 4.96l0 2.54a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-2.54c-1.245 -1.322 -2 -3.058 -2 -4.96c0 -4.142 3.582 -7.5 8 -7.5z" />\n  <path d="M10 17v3" />\n  <path d="M14 17v3" />\n  <path d="M9 11m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M15 11m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',cvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 5l-10 14" />\n</svg>\n\n\n',pvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 5l-10 14" />\n  <path d="M20 5l-10 14" />\n</svg>\n\n\n',vvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19h15a4 4 0 0 0 4 -4" />\n  <path d="M16 15h-9a4 4 0 0 1 -4 -4v-6l1.243 1.243a6 6 0 0 0 4.242 1.757h3.515v2a2 2 0 0 0 2 2h.5a1.5 1.5 0 0 0 1.5 -1.5a1.5 1.5 0 0 1 3 0v1.5a3 3 0 0 1 -3 3z" />\n  <path d="M15 15v4" />\n  <path d="M7 15v4" />\n</svg>\n\n\n',uvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19l15 -15l3 3l-6 6l2 2a14 14 0 0 1 -14 4" />\n</svg>\n\n\n',gvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 6l.01 0" />\n  <path d="M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M3 13l4 -4a3 5 0 0 1 3 0l4 4" />\n  <path d="M13 12l2 -2a3 5 0 0 1 3 0l3 3" />\n  <path d="M8 21l.01 0" />\n  <path d="M12 21l.01 0" />\n  <path d="M16 21l.01 0" />\n</svg>\n\n\n',mvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.097 7.125l-2.037 1.585a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12c.559 0 1.064 -.229 1.427 -.598m.572 -3.417v-5.185c0 -.823 -.38 -1.6 -1.03 -2.105l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-1.029 .8" />\n  <path d="M15.332 15.345c-2.213 .976 -5.335 .86 -7.332 -.345" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',fvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 8.71l-5.333 -4.148a2.666 2.666 0 0 0 -3.274 0l-5.334 4.148a2.665 2.665 0 0 0 -1.029 2.105v7.2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-7.2c0 -.823 -.38 -1.6 -1.03 -2.105" />\n  <path d="M16 15c-2.21 1.333 -5.792 1.333 -8 0" />\n</svg>\n\n\n',wvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13l0 4" />\n  <path d="M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5" />\n  <path d="M3 3l18 18" />\n  <path d="M17 13h3a1 1 0 0 1 1 1v2c0 .28 -.115 .533 -.3 .714m-3.7 .286h-13a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h9" />\n</svg>\n\n\n',Mvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 13m0 1a1 1 0 0 1 1 -1h16a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-16a1 1 0 0 1 -1 -1z" />\n  <path d="M8 13l0 4" />\n  <path d="M16 5v.5a2 2 0 0 0 2 2a2 2 0 0 1 2 2v.5" />\n</svg>\n\n\n',_vt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M7 19l4 -2.5l-.5 -1.5" />\n  <path d="M16 21l-1 -6l-4.5 -3l3.5 -6" />\n  <path d="M7 9l1.5 -3h5.5l2 4l3 1" />\n  <path d="M3 17c.399 1.154 .899 1.805 1.5 1.951c6 1.464 10.772 2.262 13.5 2.927c1.333 .325 2.333 0 3 -.976" />\n</svg>\n\n\n',bvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 4l2 1l2 -1" />\n  <path d="M12 2v6m1.196 1.186l1.804 1.034" />\n  <path d="M17.928 6.268l.134 2.232l1.866 1.232" />\n  <path d="M20.66 7l-5.629 3.25l-.031 .75" />\n  <path d="M19.928 14.268l-1.015 .67" />\n  <path d="M14.212 14.226l-2.171 1.262" />\n  <path d="M14 20l-2 -1l-2 1" />\n  <path d="M12 22v-6.5l-3 -1.72" />\n  <path d="M6.072 17.732l-.134 -2.232l-1.866 -1.232" />\n  <path d="M3.34 17l5.629 -3.25l-.01 -3.458" />\n  <path d="M4.072 9.732l1.866 -1.232l.134 -2.232" />\n  <path d="M3.34 7l5.629 3.25l.802 -.466" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',xvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 4l2 1l2 -1" />\n  <path d="M12 2v6.5l3 1.72" />\n  <path d="M17.928 6.268l.134 2.232l1.866 1.232" />\n  <path d="M20.66 7l-5.629 3.25l.01 3.458" />\n  <path d="M19.928 14.268l-1.866 1.232l-.134 2.232" />\n  <path d="M20.66 17l-5.629 -3.25l-2.99 1.738" />\n  <path d="M14 20l-2 -1l-2 1" />\n  <path d="M12 22v-6.5l-3 -1.72" />\n  <path d="M6.072 17.732l-.134 -2.232l-1.866 -1.232" />\n  <path d="M3.34 17l5.629 -3.25l-.01 -3.458" />\n  <path d="M4.072 9.732l1.866 -1.232l.134 -2.232" />\n  <path d="M3.34 7l5.629 3.25l2.99 -1.738" />\n</svg>\n\n\n',Ivt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a4 4 0 0 1 2.906 6.75a6 6 0 1 1 -5.81 0a4 4 0 0 1 2.904 -6.75z" />\n  <path d="M17.5 11.5l2.5 -1.5" />\n  <path d="M6.5 11.5l-2.5 -1.5" />\n  <path d="M12 13h.01" />\n  <path d="M12 16h.01" />\n</svg>\n\n\n',yvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M3 9h3v6h-3z" />\n  <path d="M18 9h3v6h-3z" />\n  <path d="M3 5m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M12 5l0 14" />\n</svg>\n\n\n',kvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17.57 17.602a2 2 0 0 0 2.83 2.827" />\n  <path d="M11.113 11.133a3 3 0 1 0 3.765 3.715" />\n  <path d="M12 7v1" />\n  <path d="M6.7 17.8l2.8 -2" />\n  <path d="M17.3 17.8l-2.8 -2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Cvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 14m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 7l0 4" />\n  <path d="M6.7 17.8l2.8 -2" />\n  <path d="M17.3 17.8l-2.8 -2" />\n</svg>\n\n\n',Dvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 3v6l4.798 5.142a4 4 0 0 1 -5.441 5.86l-6.736 -6.41a2 2 0 0 1 -.621 -1.451v-9.141h8z" />\n  <path d="M7.895 15.768c.708 -.721 1.105 -1.677 1.105 -2.768a4 4 0 0 0 -4 -4" />\n</svg>\n\n\n',Bvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 14v-1a2 2 0 1 1 4 0v5m-3 1h-16a1 1 0 0 1 -1 -1v-5a2 2 0 1 1 4 0v1h8" />\n  <path d="M4 11v-3c0 -1.082 .573 -2.03 1.432 -2.558m3.568 -.442h8a3 3 0 0 1 3 3v3" />\n  <path d="M12 5v3m0 4v2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',zvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 11a2 2 0 0 1 2 2v1h12v-1a2 2 0 1 1 4 0v5a1 1 0 0 1 -1 1h-18a1 1 0 0 1 -1 -1v-5a2 2 0 0 1 2 -2z" />\n  <path d="M4 11v-3a3 3 0 0 1 3 -3h10a3 3 0 0 1 3 3v3" />\n  <path d="M12 5v9" />\n</svg>\n\n\n',Evt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6.28v11.44a1 1 0 0 0 1.243 .97l6 -1.5a1 1 0 0 0 .757 -.97v-8.44a1 1 0 0 0 -.757 -.97l-6 -1.5a1 1 0 0 0 -1.243 .97z" />\n  <path d="M8 6v12" />\n  <path d="M12 12h-8" />\n  <path d="M20 7l-3 5h4l-3 5" />\n</svg>\n\n\n',Svt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 2a4 4 0 1 0 8 0" />\n  <path d="M4 3h1" />\n  <path d="M19 3h1" />\n  <path d="M12 9v1" />\n  <path d="M17.2 7.2l.707 .707" />\n  <path d="M6.8 7.2l-.7 .7" />\n  <path d="M4.28 21h15.44a1 1 0 0 0 .97 -1.243l-1.5 -6a1 1 0 0 0 -.97 -.757h-12.44a1 1 0 0 0 -.97 .757l-1.5 6a1 1 0 0 0 .97 1.243z" />\n  <path d="M4 17h16" />\n  <path d="M10 13l-1 8" />\n  <path d="M14 13l1 8" />\n</svg>\n\n\n',Tvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.28 14h15.44a1 1 0 0 0 .97 -1.243l-1.5 -6a1 1 0 0 0 -.97 -.757h-12.44a1 1 0 0 0 -.97 .757l-1.5 6a1 1 0 0 0 .97 1.243z" />\n  <path d="M4 10h16" />\n  <path d="M10 6l-1 8" />\n  <path d="M14 6l1 8" />\n  <path d="M12 14v4" />\n  <path d="M7 18h10" />\n</svg>\n\n\n',Avt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 12h2" />\n  <path d="M4 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n  <path d="M16 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',Ovt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n  <path d="M16 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n  <path d="M11 12h2" />\n</svg>\n\n\n',Hvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 8h4l-4 8h4" />\n  <path d="M4 16v-6a2 2 0 1 1 4 0v6" />\n  <path d="M4 13h4" />\n  <path d="M11 12h2" />\n</svg>\n\n\n',Rvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 9l3 -3l3 3" />\n  <path d="M5 5m0 .5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5z" />\n  <path d="M5 14m0 .5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5z" />\n  <path d="M17 6v12" />\n</svg>\n\n\n',Pvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 10v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4" />\n  <path d="M19 21h-4l4 -7h-4" />\n  <path d="M4 15l3 3l3 -3" />\n  <path d="M7 6v12" />\n</svg>\n\n\n',Fvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 15l3 3l3 -3" />\n  <path d="M7 6v12" />\n  <path d="M17 3a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2z" />\n  <path d="M17 16m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 16v3a2 2 0 0 1 -2 2h-1.5" />\n</svg>\n\n\n',Lvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 15l3 3l3 -3" />\n  <path d="M7 6v12" />\n  <path d="M14 5a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z" />\n  <path d="M17 14l-3.5 6h7z" />\n</svg>\n\n\n',Nvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 15l3 3l3 -3" />\n  <path d="M7 6v12" />\n  <path d="M14 5.667c0 -.369 .298 -.667 .667 -.667h2.666c.369 0 .667 .298 .667 .667v2.666a.667 .667 0 0 1 -.667 .667h-2.666a.667 .667 0 0 1 -.667 -.667v-2.666z" />\n  <path d="M14 13.167c0 -.645 .522 -1.167 1.167 -1.167h4.666c.645 0 1.167 .522 1.167 1.167v4.666c0 .645 -.522 1.167 -1.167 1.167h-4.666a1.167 1.167 0 0 1 -1.167 -1.167v-4.666z" />\n</svg>\n\n\n',Vvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6l7 0" />\n  <path d="M4 12l7 0" />\n  <path d="M4 18l9 0" />\n  <path d="M15 9l3 -3l3 3" />\n  <path d="M18 6l0 12" />\n</svg>\n\n\n',Uvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15l-3 3l-3 -3" />\n  <path d="M7 6v12" />\n  <path d="M14 18.333c0 .369 .298 .667 .667 .667h2.666a.667 .667 0 0 0 .667 -.667v-2.666a.667 .667 0 0 0 -.667 -.667h-2.666a.667 .667 0 0 0 -.667 .667v2.666z" />\n  <path d="M14 10.833c0 .645 .522 1.167 1.167 1.167h4.666c.645 0 1.167 -.522 1.167 -1.167v-4.666c0 -.645 -.522 -1.167 -1.167 -1.167h-4.666c-.645 0 -1.167 .522 -1.167 1.167v4.666z" />\n</svg>\n\n\n',jvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5m0 .5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5z" />\n  <path d="M5 14m0 .5a.5 .5 0 0 1 .5 -.5h4a.5 .5 0 0 1 .5 .5v4a.5 .5 0 0 1 -.5 .5h-4a.5 .5 0 0 1 -.5 -.5z" />\n  <path d="M14 15l3 3l3 -3" />\n  <path d="M17 18v-12" />\n</svg>\n\n\n',Gvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 21v-5c0 -1.38 .62 -2 2 -2s2 .62 2 2v5m0 -3h-4" />\n  <path d="M19 10h-4l4 -7h-4" />\n  <path d="M4 15l3 3l3 -3" />\n  <path d="M7 6v12" />\n</svg>\n\n\n',Wvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 15l3 3l3 -3" />\n  <path d="M7 6v12" />\n  <path d="M17 14a2 2 0 0 1 2 2v3a2 2 0 1 1 -4 0v-3a2 2 0 0 1 2 -2z" />\n  <path d="M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 5v3a2 2 0 0 1 -2 2h-1.5" />\n</svg>\n\n\n',$vt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 15l3 3l3 -3" />\n  <path d="M7 6v12" />\n  <path d="M14 15a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z" />\n  <path d="M17 4l-3.5 6h7z" />\n</svg>\n\n\n',Xvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6l9 0" />\n  <path d="M4 12l7 0" />\n  <path d="M4 18l7 0" />\n  <path d="M15 15l3 3l3 -3" />\n  <path d="M18 6l0 12" />\n</svg>\n\n\n',Kvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8h4l-4 8h4" />\n  <path d="M16 16v-6a2 2 0 1 1 4 0v6" />\n  <path d="M16 13h4" />\n  <path d="M11 12h2" />\n</svg>\n\n\n',Yvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" />\n  <path d="M10 8h4v8h-4z" />\n  <path d="M17 16h3a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h3" />\n</svg>\n\n\n',Qvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19h16" />\n  <path d="M15 11h6c0 1.691 -.525 3.26 -1.42 4.552m-2.034 2.032a7.963 7.963 0 0 1 -4.546 1.416h-2a8 8 0 0 1 -8 -8h8" />\n  <path d="M12 5v3" />\n  <path d="M15 5v3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Zvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 11h16a1 1 0 0 1 1 1v.5c0 1.5 -2.517 5.573 -4 6.5v1a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-1c-1.687 -1.054 -4 -5 -4 -6.5v-.5a1 1 0 0 1 1 -1z" />\n  <path d="M12 4a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" />\n  <path d="M16 4a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" />\n  <path d="M8 4a2.4 2.4 0 0 0 -1 2a2.4 2.4 0 0 0 1 2" />\n</svg>\n\n\n',qvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.5 4h2.5a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-5" />\n  <path d="M6 5l-2 2l2 2" />\n  <path d="M10 9l2 -2l-2 -2" />\n</svg>\n\n\n',Jvt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10v3a1 1 0 0 0 1 1h9m4 0h1a1 1 0 0 0 1 -1v-3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',tut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10v3a1 1 0 0 0 1 1h14a1 1 0 0 0 1 -1v-3" />\n</svg>\n\n\n',eut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 20h-2a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h2" />\n  <path d="M4 20h2a2 2 0 0 0 2 -2v-12a2 2 0 0 0 -2 -2h-2" />\n  <path d="M12 8v8" />\n</svg>\n\n\n',nut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20v-2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v2" />\n  <path d="M4 4v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" />\n  <path d="M16 12h-8" />\n</svg>\n\n\n',aut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.327 2.26a1395.065 1395.065 0 0 0 -4.923 4.504c-.626 .6 -1.212 1.21 -1.774 1.843a6.528 6.528 0 0 0 -.314 8.245l.14 .177c1.012 1.205 2.561 1.755 4.055 1.574l.246 -.037l-.706 2.118a1 1 0 0 0 .949 1.316h6l.118 -.007a1 1 0 0 0 .83 -1.31l-.688 -2.065l.104 .02c1.589 .25 3.262 -.387 4.32 -1.785a6.527 6.527 0 0 0 -.311 -8.243a31.787 31.787 0 0 0 -1.76 -1.83l-4.938 -4.518a1 1 0 0 0 -1.348 -.001z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',out='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3l4.919 4.5c.61 .587 1.177 1.177 1.703 1.771a5.527 5.527 0 0 1 .264 6.979c-1.18 1.56 -3.338 1.92 -4.886 .75v1l1 3h-6l1 -3v-1c-1.54 1.07 -3.735 .772 -4.886 -.75a5.527 5.527 0 0 1 .264 -6.979a30.883 30.883 0 0 1 1.703 -1.771a1541.72 1541.72 0 0 1 4.919 -4.5z" />\n</svg>\n\n\n',iut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 18a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2zm0 -12a2 2 0 0 1 2 2a2 2 0 0 1 2 -2a2 2 0 0 1 -2 -2a2 2 0 0 1 -2 2zm-7 12a6 6 0 0 1 6 -6a6 6 0 0 1 -6 -6a6 6 0 0 1 -6 6a6 6 0 0 1 6 6z" />\n</svg>\n\n\n',sut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 8a3 3 0 0 1 0 6" />\n  <path d="M10 8v11a1 1 0 0 1 -1 1h-1a1 1 0 0 1 -1 -1v-5" />\n  <path d="M12 8h0l4.524 -3.77a.9 .9 0 0 1 1.476 .692v12.156a.9 .9 0 0 1 -1.476 .692l-4.524 -3.77h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h8" />\n</svg>\n\n\n',rut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17h13.4a3 3 0 0 0 2.5 -1.34l3.1 -4.66h0h-6.23a4 4 0 0 0 -1.49 .29l-3.56 1.42a4 4 0 0 1 -1.49 .29h-3.73h0h-1l-1.5 4z" />\n  <path d="M6 13l1.5 -5" />\n  <path d="M6 8h8l2 3" />\n</svg>\n\n\n',lut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12c0 1.657 4.03 3 9 3c.987 0 1.936 -.053 2.825 -.15m3.357 -.67c1.735 -.547 2.818 -1.32 2.818 -2.18" />\n  <path d="M20.051 16.027a9 9 0 0 0 -12.083 -12.075m-2.34 1.692a9 9 0 0 0 12.74 12.716" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',hut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12c0 1.657 4.03 3 9 3c1.116 0 2.185 -.068 3.172 -.192m5.724 -2.35a1.1 1.1 0 0 0 .104 -.458" />\n  <path d="M20.984 12.546a9 9 0 1 0 -8.442 8.438" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',dut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12c0 1.657 4.03 3 9 3s9 -1.343 9 -3" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',cut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4v2l5 5" />\n  <path d="M2.5 9.5l1.5 1.5h6" />\n  <path d="M4 19v-2l6 -6" />\n  <path d="M19 4v2l-5 5" />\n  <path d="M21.5 9.5l-1.5 1.5h-6" />\n  <path d="M20 19v-2l-6 -6" />\n  <path d="M12 15m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M12 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',put='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12.057a1.9 1.9 0 0 0 .614 .743c.682 .459 1.509 .374 2.164 -.02m1.103 -2.92a3.298 3.298 0 0 0 -1.749 -2.059a3.6 3.6 0 0 0 -.507 -.195m-3.385 .634a4.154 4.154 0 0 0 -1.347 1.646c-1.095 2.432 .29 5.248 2.71 6.246c1.955 .806 4.097 .35 5.65 -.884m1.745 -2.268l.043 -.103c1.36 -3.343 -.557 -7.134 -3.896 -8.41c-1.593 -.61 -3.27 -.599 -4.79 -.113m-2.579 1.408a7.574 7.574 0 0 0 -2.268 3.128c-1.63 4.253 .823 9.024 5.082 10.576c3.211 1.17 6.676 .342 9.124 -1.738m1.869 -2.149a9.354 9.354 0 0 0 1.417 -4.516" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',vut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12.057a1.9 1.9 0 0 0 .614 .743c1.06 .713 2.472 .112 3.043 -.919c.839 -1.513 -.022 -3.368 -1.525 -4.08c-2 -.95 -4.371 .154 -5.24 2.086c-1.095 2.432 .29 5.248 2.71 6.246c2.931 1.208 6.283 -.418 7.438 -3.255c1.36 -3.343 -.557 -7.134 -3.896 -8.41c-3.855 -1.474 -8.2 .68 -9.636 4.422c-1.63 4.253 .823 9.024 5.082 10.576c4.778 1.74 10.118 -.941 11.833 -5.59a9.354 9.354 0 0 0 .577 -2.813" />\n</svg>\n\n\n',uut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 12m-8 0a8 8 0 1 0 16 0a8 8 0 1 0 -16 0" />\n</svg>\n\n\n',gut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 10m0 2a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-4a2 2 0 0 1 -2 -2z" />\n  <path d="M6 10v-4a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v4" />\n  <path d="M15 7h.01" />\n  <path d="M18 9h.01" />\n  <path d="M18 5h.01" />\n  <path d="M21 3h.01" />\n  <path d="M21 7h.01" />\n  <path d="M21 11h.01" />\n  <path d="M10 7h1" />\n</svg>\n\n\n',mut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 11h8m4 0h6" />\n  <path d="M5 11v-4c0 -.571 .16 -1.105 .437 -1.56m2.563 -1.44h8a3 3 0 0 1 3 3v4" />\n  <path d="M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M14.88 14.877a3 3 0 1 0 4.239 4.247m.59 -3.414a3.012 3.012 0 0 0 -1.425 -1.422" />\n  <path d="M10 17h4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',fut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 11h18" />\n  <path d="M5 11v-4a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v4" />\n  <path d="M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M10 17h4" />\n</svg>\n\n\n',wut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M17 8v8h4" />\n  <path d="M13 15l1 1" />\n  <path d="M3 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" />\n</svg>\n\n\n',Mut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-6.333 5a3 3 0 0 0 -2.995 2.824l-.005 .176v4l.005 .176a3 3 0 0 0 5.99 0l.005 -.176v-4l-.005 -.176a3 3 0 0 0 -2.995 -2.824zm0 2a1 1 0 0 1 .993 .883l.007 .117v4l-.007 .117a1 1 0 0 1 -1.986 0l-.007 -.117v-4l.007 -.117a1 1 0 0 1 .993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',_ut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.339 5.886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',but='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',xut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Iut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-4.333 5a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',yut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-4.333 5h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',kut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Cut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-4.333 5h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Dut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',But='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-5.333 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',zut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5a1 1 0 0 0 -1 1v5.585l-2.293 -2.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l4 4l.094 .083l.092 .064l.098 .052l.11 .044l.112 .03l.126 .017l.075 .003l.117 -.007l.149 -.029l.105 -.035l.113 -.054l.111 -.071a.939 .939 0 0 0 .112 -.097l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292v-5.585l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Eut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 12l4 4l4 -4" />\n  <path d="M12 8v8" />\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',Sut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.293 5.293a1 1 0 0 0 -1.414 0l-4 4l-.083 .094l-.064 .092l-.052 .098l-.044 .11l-.03 .112l-.017 .126l-.003 .075l.004 .09l.007 .058l.025 .118l.035 .105l.054 .113l.071 .111c.03 .04 .061 .077 .097 .112l4 4l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293h5.585l.117 -.007a1 1 0 0 0 -.117 -1.993h-5.585l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Tut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8l-4 4l4 4" />\n  <path d="M16 12h-8" />\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',Aut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.387 5.21a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293h-5.585l-.117 .007a1 1 0 0 0 .117 1.993h5.585l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l4 -4l.073 -.082l.074 -.104l.052 -.098l.044 -.11l.03 -.112l.017 -.126l.003 -.075l-.007 -.118l-.029 -.148l-.035 -.105l-.054 -.113l-.071 -.111a1.008 1.008 0 0 0 -.097 -.112l-4 -4z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Out='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 16l4 -4l-4 -4" />\n  <path d="M8 12h8" />\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',Hut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5l-.09 .004l-.058 .007l-.118 .025l-.105 .035l-.113 .054l-.111 .071a1.008 1.008 0 0 0 -.112 .097l-4 4l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292v5.585l.007 .117a1 1 0 0 0 1.993 -.117v-5.585l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-4 -4l-.082 -.073l-.104 -.074l-.098 -.052l-.11 -.044l-.112 -.03l-.126 -.017l-.075 -.003z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Rut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12l-4 -4l-4 4" />\n  <path d="M12 16v-8" />\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',Put='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 5.5a1 1 0 0 0 -1 1v1.631l-1.445 -.963l-.101 -.06a1 1 0 0 0 -1.009 1.724l1.75 1.168l-1.75 1.169l-.093 .07a1 1 0 0 0 1.203 1.594l1.445 -.965v1.632l.007 .117a1 1 0 0 0 1.993 -.117v-1.631l1.445 .963l.101 .06a1 1 0 0 0 1.009 -1.724l-1.752 -1.169l1.752 -1.167l.093 -.07a1 1 0 0 0 -1.203 -1.594l-1.445 .962v-1.63l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Fut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M12 8.5v7" />\n  <path d="M9 10l6 4" />\n  <path d="M9 14l6 -4" />\n</svg>\n\n\n',Lut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.626 7.293a1 1 0 0 0 -1.414 0l-3.293 3.292l-1.293 -1.292l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Nut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 12l2 2l4 -4" />\n</svg>\n\n\n',Vut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-9.387 8.21a1 1 0 0 0 -1.32 1.497l3 3l.094 .083a1 1 0 0 0 1.32 -.083l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292l-2.293 -2.292z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Uut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11l-3 3l-3 -3" />\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',jut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-5.293 6.293a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Gut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 15l-3 -3l3 -3" />\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',Wut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7.387 6.21a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-3 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',$ut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 9l3 3l-3 3" />\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',Xut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.387 7.21a1 1 0 0 0 -1.32 .083l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-3 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Kut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 13l3 -3l3 3" />\n</svg>\n\n\n',Yut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-9.387 10.21a1 1 0 0 0 -1.32 1.497l3 3l.094 .083a1 1 0 0 0 1.32 -.083l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292l-2.293 -2.292zm0 -5a1 1 0 0 0 -1.32 1.497l3 3l.094 .083a1 1 0 0 0 1.32 -.083l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-.094 -.083a1 1 0 0 0 -1.32 .083l-2.293 2.292l-2.293 -2.292z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Qut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8l-3 3l-3 -3" />\n  <path d="M15 13l-3 3l-3 -3" />\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n</svg>\n\n\n',Zut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-2.293 6.293a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32zm-5 0a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',qut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 15l-3 -3l3 -3" />\n  <path d="M11 15l-3 -3l3 -3" />\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n</svg>\n\n\n',Jut='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-10.387 6.21a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-3 -3zm5 0a1 1 0 0 0 -1.32 .083l-.083 .094a1 1 0 0 0 .083 1.32l2.292 2.293l-2.292 2.293l-.083 .094a1 1 0 0 0 1.497 1.32l3 -3l.083 -.094a1 1 0 0 0 -.083 -1.32l-3 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',tgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9l3 3l-3 3" />\n  <path d="M13 9l3 3l-3 3" />\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n</svg>\n\n\n',egt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-6.387 10.21a1 1 0 0 0 -1.32 .083l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-3 -3zm0 -5a1 1 0 0 0 -1.32 .083l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l.094 .083a1 1 0 0 0 1.32 -.083l2.293 -2.292l2.293 2.292l.094 .083a1 1 0 0 0 1.32 -1.497l-3 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ngt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 16l3 -3l3 3" />\n  <path d="M9 11l3 -3l3 3" />\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n</svg>\n\n\n',agt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-7 8a2 2 0 0 0 -1.995 1.85l-.005 .15l.005 .15a2 2 0 1 0 1.995 -2.15z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ogt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',igt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.833 6a2.5 2.5 0 0 0 -2.495 2.336l-.005 .164v3l.005 .164a2.5 2.5 0 0 0 4.99 0l.005 -.164v-3l-.005 -.164a2.5 2.5 0 0 0 -2.495 -2.336zm-4.5 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm4.5 2a.5 .5 0 0 1 .492 .41l.008 .09v3l-.008 .09a.5 .5 0 0 1 -.984 0l-.008 -.09v-3l.008 -.09a.5 .5 0 0 1 .492 -.41z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',sgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M13 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M8 12h2" />\n  <path d="M10 9h-2v6" />\n</svg>\n\n\n',rgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-8.333 6h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm5.994 .886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v3.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-6l-.006 -.114z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',lgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M13 11l2 -2v6" />\n  <path d="M8 12h2" />\n  <path d="M10 9h-2v6" />\n</svg>\n\n\n',hgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.333 6h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2v1h-1l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v1l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-2v-1h1l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-1l-.005 -.15a2 2 0 0 0 -1.995 -1.85zm-5 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',dgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M13 9h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2" />\n  <path d="M8 12h2" />\n  <path d="M10 9h-2v6" />\n</svg>\n\n\n',cgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.833 6h-1l-.144 .007a1.5 1.5 0 0 0 -1.356 1.493a1 1 0 0 0 1 1l.117 -.007a1 1 0 0 0 .727 -.457l.02 -.036h.636l.09 .008a.5 .5 0 0 1 0 .984l-.09 .008h-.5l-.133 .007c-1.156 .124 -1.156 1.862 0 1.986l.133 .007h.5l.09 .008a.5 .5 0 0 1 .41 .492l-.008 .09a.5 .5 0 0 1 -.492 .41h-.635l-.02 -.036a1 1 0 0 0 -1.845 .536a1.5 1.5 0 0 0 1.5 1.5h1l.164 -.005a2.5 2.5 0 0 0 2.336 -2.495l-.005 -.164a2.487 2.487 0 0 0 -.477 -1.312l-.019 -.024l.126 -.183a2.5 2.5 0 0 0 -2.125 -3.817zm-4.5 0h-2l-.117 .007a1 1 0 0 0 -.883 .993v6l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-2h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',pgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M13 9.5a.5 .5 0 0 1 .5 -.5h1a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1a.5 .5 0 0 1 -.5 -.5" />\n  <path d="M8 12h2" />\n  <path d="M10 9h-2v6" />\n</svg>\n\n\n',vgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.333 6a1 1 0 0 0 -.993 .883l-.007 .117v2h-1v-2l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h1v2l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-6l-.007 -.117a1 1 0 0 0 -.993 -.883zm-6 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ugt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M13 9v2a1 1 0 0 0 1 1h1" />\n  <path d="M16 9v6" />\n  <path d="M8 12h2" />\n  <path d="M10 9h-2v6" />\n</svg>\n\n\n',ggt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.333 6h-3l-.117 .007a1 1 0 0 0 -.857 .764l-.02 .112l-.006 .117v3l.007 .117a1 1 0 0 0 .764 .857l.112 .02l.117 .006h2v1h-1.033l-.025 -.087l-.049 -.113a1 1 0 0 0 -1.893 .45c0 .867 .63 1.587 1.458 1.726l.148 .018l.144 .006h1.25l.157 -.006a2 2 0 0 0 1.819 -1.683l.019 -.162l.005 -.149v-1l-.006 -.157a2 2 0 0 0 -1.683 -1.819l-.162 -.019l-.149 -.005h-1v-1h2l.117 -.007a1 1 0 0 0 .857 -.764l.02 -.112l.006 -.117l-.007 -.117a1 1 0 0 0 -.764 -.857l-.112 -.02l-.117 -.006zm-6 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',mgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M13 14.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" />\n  <path d="M8 12h2" />\n  <path d="M10 9h-2v6" />\n</svg>\n\n\n',fgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.083 6h-1.25l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v4l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h1l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-1l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-1v-1h1.032l.026 .087a1 1 0 0 0 1.942 -.337a1.75 1.75 0 0 0 -1.606 -1.744l-.144 -.006zm-5.25 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm5 5v1h-1v-1h1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',wgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M16 9.75a.75 .75 0 0 0 -.75 -.75h-1.25a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2" />\n  <path d="M8 12h2" />\n  <path d="M10 9h-2v6" />\n</svg>\n\n\n',Mgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-2.333 6h-3l-.117 .007a1 1 0 0 0 -.883 .993l.007 .117a1 1 0 0 0 .993 .883h1.718l-1.188 4.757l-.022 .115a1 1 0 0 0 1.962 .37l1.5 -6l.021 -.11a1 1 0 0 0 -.991 -1.132zm-6 0h-2l-.117 .007a1 1 0 0 0 -.883 .993v6l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-2h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',_gt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M13 9h3l-1.5 6" />\n  <path d="M8 12h2" />\n  <path d="M10 9h-2v6" />\n</svg>\n\n\n',bgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.333 6h-1l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v1l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v1l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h1l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-1l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-1l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm-5 0h-2l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117v6l.007 .117a1 1 0 0 0 .876 .876l.117 .007l.117 -.007a1 1 0 0 0 .876 -.876l.007 -.117v-2h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007zm5 5v1h-1v-1h1zm0 -3v1h-1v-1h1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',xgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M14.5 12h-.5a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1" />\n  <path d="M8 12h2" />\n  <path d="M10 9h-2v6" />\n</svg>\n\n\n',Igt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.333 2c1.96 0 3.56 1.537 3.662 3.472l.005 .195v12.666c0 1.96 -1.537 3.56 -3.472 3.662l-.195 .005h-12.666a3.667 3.667 0 0 1 -3.662 -3.472l-.005 -.195v-12.666c0 -1.96 1.537 -3.56 3.472 -3.662l.195 -.005h12.666zm-3.083 6h-1.5l-.144 .006a1.75 1.75 0 0 0 -1.606 1.744v1.5l.006 .144a1.75 1.75 0 0 0 1.744 1.606h1.25v1h-1.033l-.025 -.087a1 1 0 0 0 -1.942 .337c0 .966 .784 1.75 1.75 1.75h1.5l.144 -.006a1.75 1.75 0 0 0 1.606 -1.744v-4.5l-.006 -.144a1.75 1.75 0 0 0 -1.744 -1.606zm-5.25 0h-2l-.117 .007a1 1 0 0 0 -.883 .993v6l.007 .117a1 1 0 0 0 .993 .883l.117 -.007a1 1 0 0 0 .883 -.993v-2h1l.117 -.007a1 1 0 0 0 -.117 -1.993h-1v-1h1l.117 -.007a1 1 0 0 0 -.117 -1.993zm5 2v1h-1v-1h1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',ygt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M13 14.25c0 .414 .336 .75 .75 .75h1.5a.75 .75 0 0 0 .75 -.75v-4.5a.75 .75 0 0 0 -.75 -.75h-1.5a.75 .75 0 0 0 -.75 .75v1.5c0 .414 .336 .75 .75 .75h2.25" />\n  <path d="M8 12h2" />\n  <path d="M10 9h-2v6" />\n</svg>\n\n\n',kgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2h-14a3 3 0 0 0 -3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-14a3 3 0 0 0 -3 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Cgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 15l6 -6" />\n</svg>\n\n\n',Dgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 9l6 6" />\n</svg>\n\n\n',Bgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4v16" />\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M12 13l7.5 -7.5" />\n  <path d="M12 18l8 -8" />\n  <path d="M15 20l5 -5" />\n  <path d="M12 8l4 -4" />\n</svg>\n\n\n',zgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12.5 11.5l-4 4l1.5 1.5" />\n  <path d="M12 15l-1.5 -1.5" />\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',Egt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 16v-6a2 2 0 1 1 4 0v6" />\n  <path d="M10 13h4" />\n</svg>\n\n\n',Sgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" />\n</svg>\n\n\n',Tgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" />\n</svg>\n\n\n',Agt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" />\n</svg>\n\n\n',Ogt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M14 8h-4v8h4" />\n  <path d="M10 12h2.5" />\n</svg>\n\n\n',Hgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 12h3" />\n  <path d="M14 8h-4v8" />\n</svg>\n\n\n',Rgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n</svg>\n\n\n',Pgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 16v-8m4 0v8" />\n  <path d="M10 12h4" />\n</svg>\n\n\n',Fgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M12 8v8" />\n</svg>\n\n\n',Lgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8h4v6a2 2 0 1 1 -4 0" />\n</svg>\n\n\n',Ngt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8v8" />\n  <path d="M14 8l-2.5 4l2.5 4" />\n  <path d="M10 12h1.5" />\n</svg>\n\n\n',Vgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8v8h4" />\n</svg>\n\n\n',Ugt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 16v-8l3 5l3 -5v8" />\n</svg>\n\n\n',jgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 16v-8l4 8v-8" />\n</svg>\n\n\n',Ggt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n</svg>\n\n\n',Wgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 12h2a2 2 0 1 0 0 -4h-2v8" />\n</svg>\n\n\n',$gt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M13 15l1 1" />\n</svg>\n\n\n',Xgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" />\n</svg>\n\n\n',Kgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" />\n</svg>\n\n\n',Ygt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8h4" />\n  <path d="M12 8v8" />\n</svg>\n\n\n',Qgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8v6a2 2 0 1 0 4 0v-6" />\n</svg>\n\n\n',Zgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8l2 8l2 -8" />\n</svg>\n\n\n',qgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M9 8l1 8l2 -5l2 5l1 -8" />\n</svg>\n\n\n',Jgt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8l4 8" />\n  <path d="M10 16l4 -8" />\n</svg>\n\n\n',t3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8l2 5l2 -5" />\n  <path d="M12 16v-3" />\n</svg>\n\n\n',e3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8h4l-4 8h4" />\n</svg>\n\n\n',n3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-14a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm-4 9h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',a3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',o3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n</svg>\n\n\n',i3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 10l2 -2v8" />\n</svg>\n\n\n',s3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',r3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1" />\n</svg>\n\n\n',l3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8v3a1 1 0 0 0 1 1h3" />\n  <path d="M14 8v8" />\n</svg>\n\n\n',h3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" />\n</svg>\n\n\n',d3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n</svg>\n\n\n',c3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 8h4l-2 8" />\n</svg>\n\n\n',p3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />\n</svg>\n\n\n',v3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n</svg>\n\n\n',u3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.584 3.412a2 2 0 0 1 -1.416 .588h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.052 .586 -1.414" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',g3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M9 15.037l6 -6" />\n  <path d="M9 9.068v.014" />\n  <path d="M15 15.082v.016" />\n</svg>\n\n\n',m3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',f3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 12h6" />\n  <path d="M12 9v6" />\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n</svg>\n\n\n',w3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 12h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1" />\n  <path d="M12 19c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" />\n  <path d="M3 12h1l3 8l3 -16h10" />\n</svg>\n\n\n',M3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h2l4 8l4 -16h8" />\n</svg>\n\n\n',_3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.793 2.893l-6.9 6.9c-1.172 1.171 -1.172 3.243 0 4.414l6.9 6.9c1.171 1.172 3.243 1.172 4.414 0l6.9 -6.9c1.172 -1.171 1.172 -3.243 0 -4.414l-6.9 -6.9c-1.171 -1.172 -3.243 -1.172 -4.414 0z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',b3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z" />\n  <path d="M9.5 9.5l5 5" />\n</svg>\n\n\n',x3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z" />\n  <path d="M9.5 14.5l5 -5" />\n</svg>\n\n\n',I3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.964 16.952l-3.462 3.461c-.782 .783 -2.222 .783 -3 0l-6.911 -6.91c-.783 -.783 -.783 -2.223 0 -3l3.455 -3.456m2 -2l1.453 -1.452c.782 -.783 2.222 -.783 3 0l6.911 6.91c.783 .783 .783 2.223 0 3l-1.448 1.45" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',y3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.446 2.6l7.955 7.954a2.045 2.045 0 0 1 0 2.892l-7.955 7.955a2.045 2.045 0 0 1 -2.892 0l-7.955 -7.955a2.045 2.045 0 0 1 0 -2.892l7.955 -7.955a2.045 2.045 0 0 1 2.892 0z" />\n</svg>\n\n\n',k3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm0 5a1 1 0 0 1 .993 .883l.007 .117v5.585l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-4 4a1.008 1.008 0 0 1 -.112 .097l-.11 .071l-.114 .054l-.105 .035l-.149 .03l-.117 .006l-.075 -.003l-.126 -.017l-.111 -.03l-.111 -.044l-.098 -.052l-.092 -.064l-.094 -.083l-4 -4a1 1 0 0 1 1.32 -1.497l.094 .083l2.293 2.292v-5.585a1 1 0 0 1 1 -1z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',C3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 12l4 4l4 -4" />\n  <path d="M12 8v8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',D3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm.707 5.293a1 1 0 0 0 -1.414 0l-4 4a1.037 1.037 0 0 0 -.2 .284l-.022 .052a.95 .95 0 0 0 -.06 .222l-.008 .067l-.002 .063v-.035v.073a1.034 1.034 0 0 0 .07 .352l.023 .052l.03 .061l.022 .037a1.2 1.2 0 0 0 .05 .074l.024 .03l.073 .082l4 4l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293h5.585l.117 -.007a1 1 0 0 0 -.117 -1.993h-5.585l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',B3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8l-4 4l4 4" />\n  <path d="M16 12h-8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',z3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm.613 5.21l.094 .083l4 4a.927 .927 0 0 1 .097 .112l.071 .11l.054 .114l.035 .105l.03 .148l.006 .118l-.003 .075l-.017 .126l-.03 .111l-.044 .111l-.052 .098l-.074 .104l-.073 .082l-4 4a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293h-5.585a1 1 0 0 1 -.117 -1.993l.117 -.007h5.585l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',E3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 16l4 -4l-4 -4" />\n  <path d="M8 12h8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',S3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-.148 5.011l.058 -.007l.09 -.004l.075 .003l.126 .017l.111 .03l.111 .044l.098 .052l.104 .074l.082 .073l4 4a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292v5.585a1 1 0 0 1 -1.993 .117l-.007 -.117v-5.585l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l4 -4a.927 .927 0 0 1 .112 -.097l.11 -.071l.114 -.054l.105 -.035l.118 -.025z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',T3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12l-4 -4l-4 4" />\n  <path d="M12 16v-8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',A3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm2.293 7.293a1 1 0 0 1 1.497 1.32l-.083 .094l-4 4a1 1 0 0 1 -1.32 .083l-.094 -.083l-2 -2a1 1 0 0 1 1.32 -1.497l.094 .083l1.293 1.292l3.293 -3.292z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',O3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 12l2 2l4 -4" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',H3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-3.707 8.293a1 1 0 0 1 1.32 -.083l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 0 -1.414z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',R3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 11l-3 3l-3 -3" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',P3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm1.707 6.293a1 1 0 0 0 -1.414 0l-3 3l-.083 .094a1 1 0 0 0 .083 1.32l3 3l.094 .083a1 1 0 0 0 1.32 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293l.083 -.094a1 1 0 0 0 -.083 -1.32z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',F3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 15l-3 -3l3 -3" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',L3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-1.707 6.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',N3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 9l3 3l-3 3" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',V3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-.707 7.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',U3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 13l3 -3l3 3" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',j3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-3.707 6.293a1 1 0 0 1 1.32 -.083l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 0 -1.414zm0 4a1 1 0 0 1 1.32 -.083l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.32 -.083l.094 .083a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 0 -1.414z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',G3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 9l-3 3l-3 -3" />\n  <path d="M15 13l-3 3l-3 -3" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',W3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm2.293 6.293a1 1 0 0 1 1.497 1.32l-.083 .094l-2.292 2.293l2.292 2.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3zm-4 0a1 1 0 0 1 1.497 1.32l-.083 .094l-2.292 2.293l2.292 2.293a1 1 0 0 1 .083 1.32l-.083 .094a1 1 0 0 1 -1.32 .083l-.094 -.083l-3 -3a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',$3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 15l-3 -3l3 -3" />\n  <path d="M11 15l-3 -3l3 -3" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',X3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-3.707 6.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094zm4 0a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 .083 1.32l-.083 .094l-3 3a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 -.083 -1.32l.083 -.094z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',K3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 9l3 3l-3 3" />\n  <path d="M13 9l3 3l-3 3" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Y3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001zm-.707 9.293a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3zm0 -4a1 1 0 0 1 1.32 -.083l.094 .083l3 3a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.32 .083l-.094 -.083a1 1 0 0 1 -.083 -1.32l.083 -.094l3 -3z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',Q3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l3 -3l3 3" />\n  <path d="M9 11l3 -3l3 3" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Z3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c-.218 0 -.432 .002 -.642 .005l-.616 .017l-.299 .013l-.579 .034l-.553 .046c-4.785 .464 -6.732 2.411 -7.196 7.196l-.046 .553l-.034 .579c-.005 .098 -.01 .198 -.013 .299l-.017 .616l-.004 .318l-.001 .324c0 .218 .002 .432 .005 .642l.017 .616l.013 .299l.034 .579l.046 .553c.464 4.785 2.411 6.732 7.196 7.196l.553 .046l.579 .034c.098 .005 .198 .01 .299 .013l.616 .017l.642 .005l.642 -.005l.616 -.017l.299 -.013l.579 -.034l.553 -.046c4.785 -.464 6.732 -2.411 7.196 -7.196l.046 -.553l.034 -.579c.005 -.098 .01 -.198 .013 -.299l.017 -.616l.005 -.642l-.005 -.642l-.017 -.616l-.013 -.299l-.034 -.579l-.046 -.553c-.464 -4.785 -2.411 -6.732 -7.196 -7.196l-.553 -.046l-.579 -.034a28.058 28.058 0 0 0 -.299 -.013l-.616 -.017l-.318 -.004l-.324 -.001z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',q3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16v-6a2 2 0 1 1 4 0v6" />\n  <path d="M10 13h4" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',J3t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',tmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',emt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',nmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8h-4v8h4" />\n  <path d="M10 12h2.5" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',amt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12h3" />\n  <path d="M14 8h-4v8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',omt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',imt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16v-8m4 0v8" />\n  <path d="M10 12h4" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',smt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8v8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',rmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h4v6a2 2 0 1 1 -4 0" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',lmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v8" />\n  <path d="M14 8l-2.5 4l2.5 4" />\n  <path d="M10 12h1.5" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',hmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v8h4" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',dmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 16v-8l3 5l3 -5v8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',cmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16v-8l4 8v-8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',pmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',vmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12h2a2 2 0 1 0 0 -4h-2v8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',umt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z" />\n  <path d="M13 15l1 1" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',gmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12h2a2 2 0 1 0 0 -4h-2v8m4 0l-3 -4" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',mmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',fmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h4" />\n  <path d="M12 8v8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',wmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v6a2 2 0 1 0 4 0v-6" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Mmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8l2 8l2 -8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',_mt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 8l1 8l2 -5l2 5l1 -8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',bmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8l4 8" />\n  <path d="M10 16l4 -8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',xmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8l2 5l2 -5" />\n  <path d="M12 16v-3" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Imt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h4l-4 8h4" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',ymt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21c-.18 .002 -.314 0 -.5 0c-7.2 0 -9 -1.8 -9 -9s1.8 -9 9 -9s9 1.8 9 9c0 1.136 -.046 2.138 -.152 3.02" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',kmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm3 9h-6l-.117 .007a1 1 0 0 0 .117 1.993h6l.117 -.007a1 1 0 0 0 -.117 -1.993z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Cmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 12h6" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Dmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm0 5a3 3 0 0 0 -3 3v4a3 3 0 0 0 6 0v-4a3 3 0 0 0 -3 -3zm0 2a1 1 0 0 1 1 1v4a1 1 0 0 1 -2 0v-4a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Bmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10v4a2 2 0 1 0 4 0v-4a2 2 0 1 0 -4 0z" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',zmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm.994 5.886c-.083 -.777 -1.008 -1.16 -1.617 -.67l-.084 .077l-2 2l-.083 .094a1 1 0 0 0 0 1.226l.083 .094l.094 .083a1 1 0 0 0 1.226 0l.094 -.083l.293 -.293v5.586l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.006 -.114z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Emt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10l2 -2v8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Smt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-3l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h3v2h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h3l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-3v-2h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Tmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Amt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.85 1.995a1 1 0 0 0 1.974 .23l.02 -.113l.006 -.117h2v2h-2l-.133 .007c-1.111 .12 -1.154 1.73 -.128 1.965l.128 .021l.133 .007h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Omt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 9a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Hmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm2 5a1 1 0 0 0 -.993 .883l-.007 .117v3h-2v-3l-.007 -.117a1 1 0 0 0 -1.986 0l-.007 .117v3l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v3l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-8l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Rmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8v3a1 1 0 0 0 1 1h3" />\n  <path d="M14 8v8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Pmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm2 5h-4a1 1 0 0 0 -.993 .883l-.007 .117v4a1 1 0 0 0 .883 .993l.117 .007h3v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2a2 2 0 0 0 1.995 -1.85l.005 -.15v-2a2 2 0 0 0 -1.85 -1.995l-.15 -.005h-2v-2h3a1 1 0 0 0 .993 -.883l.007 -.117a1 1 0 0 0 -.883 -.993l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Fmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3v-4h4" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Lmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v6l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006h-2v-2h2l.007 .117a1 1 0 0 0 1.993 -.117a2 2 0 0 0 -1.85 -1.995l-.15 -.005zm0 6v2h-2v-2h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Nmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 9a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-3" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Vmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm2 5h-4l-.117 .007a1 1 0 0 0 -.876 .876l-.007 .117l.007 .117a1 1 0 0 0 .876 .876l.117 .007h2.718l-1.688 6.757l-.022 .115a1 1 0 0 0 1.927 .482l.035 -.111l2 -8l.021 -.112a1 1 0 0 0 -.878 -1.125l-.113 -.006z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Umt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8h4l-2 8" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',jmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15c.018 .236 .077 .46 .17 .667l.075 .152l.018 .03l-.018 .032c-.133 .24 -.218 .509 -.243 .795l-.007 .174v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-2l-.005 -.15a1.988 1.988 0 0 0 -.17 -.667l-.075 -.152l-.019 -.032l.02 -.03a2.01 2.01 0 0 0 .242 -.795l.007 -.174v-2l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 6v2h-2v-2h2zm0 -4v2h-2v-2h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Gmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Wmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.642 .005l.616 .017l.299 .013l.579 .034l.553 .046c4.687 .455 6.65 2.333 7.166 6.906l.03 .29l.046 .553l.041 .727l.006 .15l.017 .617l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.455 4.687 -2.333 6.65 -6.906 7.166l-.29 .03l-.553 .046l-.727 .041l-.15 .006l-.617 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.687 -.455 -6.65 -2.333 -7.166 -6.906l-.03 -.29l-.046 -.553l-.041 -.727l-.006 -.15l-.017 -.617l-.004 -.318v-.648l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.455 -4.687 2.333 -6.65 6.906 -7.166l.29 -.03l.553 -.046l.727 -.041l.15 -.006l.617 -.017c.21 -.003 .424 -.005 .642 -.005zm1 5h-2l-.15 .005a2 2 0 0 0 -1.844 1.838l-.006 .157v2l.005 .15a2 2 0 0 0 1.838 1.844l.157 .006h2v2h-2l-.007 -.117a1 1 0 0 0 -1.993 .117a2 2 0 0 0 1.85 1.995l.15 .005h2l.15 -.005a2 2 0 0 0 1.844 -1.838l.006 -.157v-6l-.005 -.15a2 2 0 0 0 -1.838 -1.844l-.157 -.006zm0 2v2h-2v-2h2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',$mt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h3" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Xmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n  <path d="M9 15.075l6 -6" />\n  <path d="M9 9.105v.015" />\n  <path d="M15 15.12v.015" />\n</svg>\n\n\n',Kmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.54 20.996c-.176 .004 -.356 .004 -.54 .004c-7.2 0 -9 -1.8 -9 -9s1.8 -9 9 -9s9 1.8 9 9c0 .185 -.001 .366 -.004 .544" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',Ymt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm0 6a1 1 0 0 0 -1 1v2h-2l-.117 .007a1 1 0 0 0 .117 1.993h2v2l.007 .117a1 1 0 0 0 1.993 -.117v-2h2l.117 -.007a1 1 0 0 0 -.117 -1.993h-2v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',Qmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n  <path d="M15 12h-6" />\n  <path d="M12 9v6" />\n</svg>\n\n\n',Zmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l.324 .001l.318 .004l.616 .017l.299 .013l.579 .034l.553 .046c4.785 .464 6.732 2.411 7.196 7.196l.046 .553l.034 .579c.005 .098 .01 .198 .013 .299l.017 .616l.005 .642l-.005 .642l-.017 .616l-.013 .299l-.034 .579l-.046 .553c-.464 4.785 -2.411 6.732 -7.196 7.196l-.553 .046l-.579 .034c-.098 .005 -.198 .01 -.299 .013l-.616 .017l-.642 .005l-.642 -.005l-.616 -.017l-.299 -.013l-.579 -.034l-.553 -.046c-4.785 -.464 -6.732 -2.411 -7.196 -7.196l-.046 -.553l-.034 -.579a28.058 28.058 0 0 1 -.013 -.299l-.017 -.616c-.003 -.21 -.005 -.424 -.005 -.642l.001 -.324l.004 -.318l.017 -.616l.013 -.299l.034 -.579l.046 -.553c.464 -4.785 2.411 -6.732 7.196 -7.196l.553 -.046l.579 -.034c.098 -.005 .198 -.01 .299 -.013l.616 -.017c.21 -.003 .424 -.005 .642 -.005zm-1.489 7.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z" fill="currentColor" stroke-width="0" />\n</svg>\n\n\n',qmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10l4 4m0 -4l-4 4" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',Jmt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n</svg>\n\n\n',tft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 12h-20" />\n  <path d="M4 14v-8a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v8" />\n  <path d="M18 20a2 2 0 0 0 2 -2" />\n  <path d="M4 18a2 2 0 0 0 2 2" />\n  <path d="M14 20l-4 0" />\n</svg>\n\n\n',eft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l0 20" />\n  <path d="M14 20h-8a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h8" />\n  <path d="M20 6a2 2 0 0 0 -2 -2" />\n  <path d="M18 20a2 2 0 0 0 2 -2" />\n  <path d="M20 10l0 4" />\n</svg>\n\n\n',nft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 2h-14a3 3 0 0 0 -3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3 -3v-14a3 3 0 0 0 -3 -3zm-9.387 6.21l.094 .083l2.293 2.292l2.293 -2.292a1 1 0 0 1 1.497 1.32l-.083 .094l-2.292 2.293l2.292 2.293a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.293 -2.292l-2.293 2.292a1 1 0 0 1 -1.497 -1.32l.083 -.094l2.292 -2.293l-2.292 -2.293a1 1 0 0 1 1.32 -1.497z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',aft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M9 9l6 6m0 -6l-6 6" />\n</svg>\n\n\n',oft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',ift='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" />\n  <path d="M8.586 19.414l10.827 -10.827" />\n</svg>\n\n\n',sft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 8m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M8 14.5l6.492 -6.492" />\n  <path d="M13.496 20l6.504 -6.504l-6.504 6.504z" />\n  <path d="M8.586 19.414l10.827 -10.827" />\n  <path d="M16 8v-2a2 2 0 0 0 -2 -2h-8a2 2 0 0 0 -2 2v8a2 2 0 0 0 2 2h2" />\n</svg>\n\n\n',rft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4l-8 4l8 4l8 -4l-8 -4" />\n  <path d="M4 12l8 4l8 -4" />\n  <path d="M4 16l8 4l8 -4" />\n</svg>\n\n\n',lft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2l-8 4l8 4l8 -4l-8 -4" />\n  <path d="M4 10l8 4l8 -4" />\n  <path d="M4 18l8 4l8 -4" />\n  <path d="M4 14l8 4l8 -4" />\n</svg>\n\n\n',hft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8l8 4l8 -4l-8 -4z" />\n  <path d="M12 16l-4 -2l-4 2l8 4l8 -4l-4 -2l-4 2z" fill="currentColor" />\n  <path d="M8 10l-4 2l4 2m8 0l4 -2l-4 -2" />\n</svg>\n\n\n',dft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 12l6 -3l-8 -4l-8 4l6 3" />\n  <path d="M10 12l-6 3l8 4l8 -4l-6 -3l-2 1z" fill="currentColor" />\n</svg>\n\n\n',cft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5l-8 4l8 4l8 -4l-8 -4" fill="currentColor" />\n  <path d="M10 12l-6 3l8 4l8 -4l-6 -3" />\n</svg>\n\n\n',pft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4l-8 4l8 4l8 -4l-8 -4" fill="currentColor" />\n  <path d="M8 14l-4 2l8 4l8 -4l-4 -2" />\n  <path d="M8 10l-4 2l8 4l8 -4l-4 -2" />\n</svg>\n\n\n',vft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 10l4 -2l-8 -4l-8 4l4 2" />\n  <path d="M12 12l-4 -2l-4 2l8 4l8 -4l-4 -2l-4 2z" fill="currentColor" />\n  <path d="M8 14l-4 2l8 4l8 -4l-4 -2" />\n</svg>\n\n\n',uft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 9.5l-3 1.5l8 4l8 -4l-3 -1.5" />\n  <path d="M4 15l8 4l8 -4" />\n  <path d="M12 11v-7" />\n  <path d="M9 7l3 -3l3 3" />\n</svg>\n\n\n',gft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 10l-2 1l8 4l8 -4l-2 -1" />\n  <path d="M4 15l8 4l8 -4" />\n  <path d="M12 4v7" />\n  <path d="M15 8l-3 3l-3 -3" />\n</svg>\n\n\n',mft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6l-8 4l8 4l8 -4l-8 -4" />\n  <path d="M4 14l8 4l8 -4" />\n</svg>\n\n\n',fft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 21h-5v-5h-5v-5h-5v-5h-5" />\n  <path d="M18 3v7" />\n  <path d="M15 7l3 3l3 -3" />\n</svg>\n\n\n',wft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 6h-5v5h-5v5h-5v5h-5" />\n  <path d="M6 10v-7" />\n  <path d="M3 6l3 -3l3 3" />\n</svg>\n\n\n',Mft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M22 5h-5v5h-5v5h-5v5h-5" />\n</svg>\n\n\n',_ft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.243 7.34l-6.38 .925l-.113 .023a1 1 0 0 0 -.44 1.684l4.622 4.499l-1.09 6.355l-.013 .11a1 1 0 0 0 1.464 .944l5.706 -3l5.693 3l.1 .046a1 1 0 0 0 1.352 -1.1l-1.091 -6.355l4.624 -4.5l.078 -.085a1 1 0 0 0 -.633 -1.62l-6.38 -.926l-2.852 -5.78a1 1 0 0 0 -1.794 0l-2.853 5.78z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',bft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 1a.993 .993 0 0 1 .823 .443l.067 .116l2.852 5.781l6.38 .925c.741 .108 1.08 .94 .703 1.526l-.07 .095l-.078 .086l-4.624 4.499l1.09 6.355a1.001 1.001 0 0 1 -1.249 1.135l-.101 -.035l-.101 -.046l-5.693 -3l-5.706 3c-.105 .055 -.212 .09 -.32 .106l-.106 .01a1.003 1.003 0 0 1 -1.038 -1.06l.013 -.11l1.09 -6.355l-4.623 -4.5a1.001 1.001 0 0 1 .328 -1.647l.113 -.036l.114 -.023l6.379 -.925l2.853 -5.78a.968 .968 0 0 1 .904 -.56zm0 3.274v12.476a1 1 0 0 1 .239 .029l.115 .036l.112 .05l4.363 2.299l-.836 -4.873a1 1 0 0 1 .136 -.696l.07 -.099l.082 -.09l3.546 -3.453l-4.891 -.708a1 1 0 0 1 -.62 -.344l-.073 -.097l-.06 -.106l-2.183 -4.424z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',xft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253z" />\n</svg>\n\n\n',Ift='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M10.012 6.016l1.981 -4.014l3.086 6.253l6.9 1l-4.421 4.304m.012 4.01l.588 3.426l-6.158 -3.245l-6.172 3.245l1.179 -6.873l-5 -4.867l6.327 -.917" />\n</svg>\n\n\n',yft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" />\n</svg>\n\n\n',kft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.657 12.007a1.39 1.39 0 0 0 -1.103 .765l-.855 1.723l-1.907 .277c-.52 .072 -.96 .44 -1.124 .944l-.038 .14c-.1 .465 .046 .954 .393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708 -.895l1.708 .896a1.388 1.388 0 0 0 1.462 -.105l.112 -.09a1.39 1.39 0 0 0 .442 -1.272l-.325 -1.891l1.38 -1.339c.38 -.371 .516 -.924 .352 -1.427l-.051 -.134a1.39 1.39 0 0 0 -1.073 -.81l-1.907 -.278l-.853 -1.722a1.393 1.393 0 0 0 -1.247 -.773l-.143 .007z" stroke-width="0" fill="currentColor" />\n  <path d="M6.057 12.007a1.39 1.39 0 0 0 -1.103 .765l-.855 1.723l-1.907 .277c-.52 .072 -.96 .44 -1.124 .944l-.038 .14c-.1 .465 .046 .954 .393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708 -.895l1.708 .896a1.388 1.388 0 0 0 1.462 -.105l.112 -.09a1.39 1.39 0 0 0 .442 -1.272l-.324 -1.891l1.38 -1.339c.38 -.371 .516 -.924 .352 -1.427l-.051 -.134a1.39 1.39 0 0 0 -1.073 -.81l-1.908 -.279l-.853 -1.722a1.393 1.393 0 0 0 -1.247 -.772l-.143 .007z" stroke-width="0" fill="currentColor" />\n  <path d="M11.857 2.007a1.39 1.39 0 0 0 -1.103 .765l-.855 1.723l-1.907 .277c-.52 .072 -.96 .44 -1.124 .944l-.038 .14c-.1 .465 .046 .954 .393 1.29l1.377 1.337l-.326 1.892a1.393 1.393 0 0 0 2.018 1.465l1.708 -.894l1.709 .896a1.388 1.388 0 0 0 1.462 -.105l.112 -.09a1.39 1.39 0 0 0 .442 -1.272l-.325 -1.892l1.38 -1.339c.38 -.371 .516 -.924 .352 -1.427l-.051 -.134a1.39 1.39 0 0 0 -1.073 -.81l-1.908 -.279l-.853 -1.722a1.393 1.393 0 0 0 -1.247 -.772l-.143 .007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Cft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.373 13.371l.076 -.154a.392 .392 0 0 1 .702 0l.907 1.831m.367 .39c.498 .071 1.245 .18 2.24 .324a.39 .39 0 0 1 .217 .665c-.326 .316 -.57 .553 -.732 .712m-.611 3.405a.39 .39 0 0 1 -.567 .411l-2.172 -1.138l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l1.601 -.232" />\n  <path d="M6.2 19.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n  <path d="M9.557 5.556l1 -.146l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.014 .187m-4.153 -.166l-.744 .39a.392 .392 0 0 1 -.568 -.41l.188 -1.093" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Dft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17.8 19.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n  <path d="M6.2 19.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n  <path d="M12 9.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',Bft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 12v-2a6 6 0 1 1 12 0v2" />\n  <path d="M15 9l3 3l3 -3" />\n</svg>\n\n\n',zft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M4 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M20 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M5.5 5.5l3 3" />\n  <path d="M15.5 15.5l3 3" />\n  <path d="M18.5 5.5l-3 3" />\n  <path d="M8.5 15.5l-3 3" />\n</svg>\n\n\n',Eft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.04 16.048a9 9 0 0 0 -12.083 -12.09m-2.32 1.678a9 9 0 1 0 12.737 12.719" />\n  <path d="M10.595 10.576a2 2 0 1 0 2.827 2.83" />\n  <path d="M12 14v7" />\n  <path d="M10 12l-6.75 -2" />\n  <path d="M15.542 11.543l5.208 -1.543" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Sft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 14l0 7" />\n  <path d="M10 12l-6.75 -2" />\n  <path d="M14 12l6.75 -2" />\n</svg>\n\n\n',Tft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3l0 12" />\n  <path d="M16 11l-4 4" />\n  <path d="M8 11l4 4" />\n  <path d="M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',Aft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3l0 12" />\n  <path d="M16 7l-4 -4" />\n  <path d="M8 7l4 -4" />\n  <path d="M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',Oft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 3h-2l-3 9" />\n  <path d="M16 3h2l3 9" />\n  <path d="M3 12v7a1 1 0 0 0 1 1h4.586a1 1 0 0 0 .707 -.293l2 -2a1 1 0 0 1 1.414 0l2 2a1 1 0 0 0 .707 .293h4.586a1 1 0 0 0 1 -1v-7h-18z" />\n  <path d="M7 16h1" />\n  <path d="M16 16h1" />\n</svg>\n\n\n',Hft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.172 4.179a2 2 0 0 0 -1.172 1.821v3.5a5.5 5.5 0 0 0 9.856 3.358m1.144 -2.858v-4a2 2 0 0 0 -2 -2h-1" />\n  <path d="M8 15a6 6 0 0 0 10.714 3.712m1.216 -2.798c.046 -.3 .07 -.605 .07 -.914v-3" />\n  <path d="M11 3v2" />\n  <path d="M20 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Rft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4h-1a2 2 0 0 0 -2 2v3.5h0a5.5 5.5 0 0 0 11 0v-3.5a2 2 0 0 0 -2 -2h-1" />\n  <path d="M8 15a6 6 0 1 0 12 0v-3" />\n  <path d="M11 3v2" />\n  <path d="M6 3v2" />\n  <path d="M20 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',Pft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 4h12a2 2 0 0 1 2 2v7h-5a2 2 0 0 0 -2 2v5h-7a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2z" />\n  <path d="M20 13v.172a2 2 0 0 1 -.586 1.414l-4.828 4.828a2 2 0 0 1 -1.414 .586h-.172" />\n</svg>\n\n\n',Fft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 12l-2 .5a6 6 0 0 1 -6.5 -6.5l.5 -2l8 8" />\n  <path d="M20 12a8 8 0 1 1 -8 -8" />\n</svg>\n\n\n',Lft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.884 9.874a3 3 0 1 0 4.24 4.246m.57 -3.441a3.012 3.012 0 0 0 -1.41 -1.39" />\n  <path d="M7.037 7.063a7 7 0 0 0 9.907 9.892m1.585 -2.426a7 7 0 0 0 -9.058 -9.059" />\n  <path d="M5.369 14.236c-1.605 -3.428 -1.597 -6.673 -1 -9.849" />\n  <path d="M18.63 9.76a14.323 14.323 0 0 1 1.368 6.251m-.37 3.608c-.087 .46 -.187 .92 -.295 1.377" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Nft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M12 12m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M5.369 14.236c-1.839 -3.929 -1.561 -7.616 -.704 -11.236" />\n  <path d="M18.63 9.76c1.837 3.928 1.561 7.615 .703 11.236" />\n</svg>\n\n\n',Vft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 4a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M6.5 21l3.5 -5" />\n  <path d="M5 11l7 -2" />\n  <path d="M16 21l-4 -7v-5l7 -4" />\n</svg>\n\n\n',Uft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M5 20l5 -.5l1 -2" />\n  <path d="M18 20v-5h-5.5l2.5 -6.5l-5.5 1l1.5 2" />\n</svg>\n\n\n',jft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 12l14 0" />\n  <path d="M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1 -4 -1.5" />\n</svg>\n\n\n',Gft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 11v6h2l1 -1.5l3 1.5h10a3 3 0 0 0 0 -6h-10h0l-3 1.5l-1 -1.5h-2z" />\n  <path d="M17 11l-1 -3h-5l-1 3" />\n  <path d="M13 8v-2a1 1 0 0 1 1 -1h1" />\n</svg>\n\n\n',Wft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 7l8 10m-8 0l8 -10" />\n  <path d="M21 20h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2" />\n</svg>\n\n\n',$ft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 9l6 0" />\n  <path d="M4 5l4 0" />\n  <path d="M6 5v11a1 1 0 0 0 1 1h5" />\n  <path d="M12 7m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n  <path d="M12 15m0 1a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',Xft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 18a1 1 0 0 1 -1 1h-11l6 -7m-3 -7h8a1 1 0 0 1 1 1v2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Kft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 16v2a1 1 0 0 1 -1 1h-11l6 -7l-6 -7h11a1 1 0 0 1 1 1v2" />\n</svg>\n\n\n',Yft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 12a4 4 0 0 0 4 4m0 -8a4 4 0 0 0 -4 4" />\n  <path d="M3 12h1" />\n  <path d="M12 3v1" />\n  <path d="M12 20v1" />\n  <path d="M5.6 5.6l.7 .7" />\n  <path d="M6.3 17.7l-.7 .7" />\n  <path d="M20 7l-3 5h4l-3 5" />\n</svg>\n\n\n',Qft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M18.313 16.91l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.218 -1.567l.102 .07z" stroke-width="0" fill="currentColor" />\n  <path d="M7.007 16.993a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z" stroke-width="0" fill="currentColor" />\n  <path d="M4 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n  <path d="M21 11a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n  <path d="M6.213 4.81l.094 .083l.7 .7a1 1 0 0 1 -1.32 1.497l-.094 -.083l-.7 -.7a1 1 0 0 1 1.217 -1.567l.102 .07z" stroke-width="0" fill="currentColor" />\n  <path d="M19.107 4.893a1 1 0 0 1 .083 1.32l-.083 .094l-.7 .7a1 1 0 0 1 -1.497 -1.32l.083 -.094l.7 -.7a1 1 0 0 1 1.414 0z" stroke-width="0" fill="currentColor" />\n  <path d="M12 2a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M12 7a5 5 0 1 1 -4.995 5.217l-.005 -.217l.005 -.217a5 5 0 0 1 4.995 -4.783z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Zft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.828 14.828a4 4 0 1 0 -5.656 -5.656a4 4 0 0 0 5.656 5.656z" />\n  <path d="M6.343 17.657l-1.414 1.414" />\n  <path d="M6.343 6.343l-1.414 -1.414" />\n  <path d="M17.657 6.343l1.414 -1.414" />\n  <path d="M17.657 17.657l1.414 1.414" />\n  <path d="M4 12h-2" />\n  <path d="M12 4v-2" />\n  <path d="M20 12h2" />\n  <path d="M12 20v2" />\n</svg>\n\n\n',qft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M4 12h.01" />\n  <path d="M12 4v.01" />\n  <path d="M20 12h.01" />\n  <path d="M12 20v.01" />\n  <path d="M6.31 6.31l-.01 -.01" />\n  <path d="M17.71 6.31l-.01 -.01" />\n  <path d="M17.7 17.7l.01 .01" />\n  <path d="M6.3 17.7l.01 .01" />\n</svg>\n\n\n',Jft='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.173 14.83a4 4 0 1 1 5.657 -5.657" />\n  <path d="M11.294 12.707l.174 .247a7.5 7.5 0 0 0 8.845 2.492a9 9 0 0 1 -14.671 2.914" />\n  <path d="M3 12h1" />\n  <path d="M12 3v1" />\n  <path d="M5.6 5.6l.7 .7" />\n  <path d="M3 21l18 -18" />\n</svg>\n\n\n',t5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M16 12a4 4 0 0 0 -4 -4m-2.834 1.177a4 4 0 0 0 5.66 5.654" />\n  <path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" />\n</svg>\n\n\n',e5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.468 10a4 4 0 1 0 -5.466 5.46" />\n  <path d="M2 12h1" />\n  <path d="M11 3v1" />\n  <path d="M11 20v1" />\n  <path d="M4.6 5.6l.7 .7" />\n  <path d="M17.4 5.6l-.7 .7" />\n  <path d="M5.3 17.7l-.7 .7" />\n  <path d="M15 13h5a2 2 0 1 0 0 -4" />\n  <path d="M12 16h5.714l.253 0a2 2 0 0 1 2.033 2a2 2 0 0 1 -2 2h-.286" />\n</svg>\n\n\n',n5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" />\n</svg>\n\n\n',a5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h-2l-3 10" />\n  <path d="M16 4h2l3 10" />\n  <path d="M10 16h4" />\n  <path d="M21 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" />\n  <path d="M10 16.5a3.5 3.5 0 0 1 -7 0v-2.5h7v2.5" />\n  <path d="M4 14l4.5 4.5" />\n  <path d="M15 14l4.5 4.5" />\n</svg>\n\n\n',o5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" />\n  <path d="M3 21l18 0" />\n  <path d="M12 9v-6l3 3m-6 0l3 -3" />\n</svg>\n\n\n',i5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 13h1" />\n  <path d="M20 13h1" />\n  <path d="M5.6 6.6l.7 .7" />\n  <path d="M18.4 6.6l-.7 .7" />\n  <path d="M8 13a4 4 0 1 1 8 0" />\n  <path d="M3 17h18" />\n  <path d="M7 20h5" />\n  <path d="M16 20h1" />\n  <path d="M12 5v-1" />\n</svg>\n\n\n',s5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 0 1 8 0" />\n  <path d="M3 21l18 0" />\n  <path d="M12 3v6l3 -3m-6 0l3 3" />\n</svg>\n\n\n',r5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 7l8 10m-8 0l8 -10" />\n  <path d="M21 11h-4l3.5 -4a1.73 1.73 0 0 0 -3.5 -2" />\n</svg>\n\n\n',l5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 8h-2a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2v-4h-1" />\n  <path d="M7 8h-3a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-3" />\n  <path d="M10 8l1.5 8h1l1.5 -8" />\n</svg>\n\n\n',h5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M6 11l4 -2l3.5 3l-1.5 2" />\n  <path d="M3 16.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25" />\n</svg>\n\n\n',d5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4a4 4 0 1 1 0 8a4 4 0 0 1 0 -8z" />\n  <path d="M12 12v8" />\n  <path d="M9 17l3 3l3 -3" />\n</svg>\n\n\n',c5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 12a4 4 0 1 0 -8 0a4 4 0 0 0 8 0z" />\n  <path d="M12 12h-8" />\n  <path d="M7 15l-3 -3l3 -3" />\n</svg>\n\n\n',p5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12a4 4 0 1 1 8 0a4 4 0 0 1 -8 0z" />\n  <path d="M12 12h8" />\n  <path d="M17 15l3 -3l-3 -3" />\n</svg>\n\n\n',v5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 16m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M12 12v-8" />\n  <path d="M9 7l3 -3l3 3" />\n</svg>\n\n\n',u5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 16.572v2.42a2.01 2.01 0 0 1 -2.009 2.008h-7.981a2.01 2.01 0 0 1 -2.01 -2.009v-7.981a2.01 2.01 0 0 1 2.009 -2.01h2.954" />\n  <path d="M9.167 4.511a2.04 2.04 0 0 1 2.496 -1.441l7.826 2.097a2.04 2.04 0 0 1 1.441 2.496l-2.097 7.826a2.04 2.04 0 0 1 -2.496 1.441l-7.827 -2.097a2.04 2.04 0 0 1 -1.441 -2.496l2.098 -7.827z" />\n</svg>\n\n\n',g5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17h5l1.67 -2.386m3.66 -5.227l1.67 -2.387h6" />\n  <path d="M18 4l3 3l-3 3" />\n  <path d="M3 7h5l7 10h6" />\n  <path d="M18 20l3 -3l-3 -3" />\n</svg>\n\n\n',m5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17h2.397a5 5 0 0 0 4.096 -2.133l.177 -.253m3.66 -5.227l.177 -.254a5 5 0 0 1 4.096 -2.133h3.397" />\n  <path d="M18 4l3 3l-3 3" />\n  <path d="M3 7h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397" />\n  <path d="M18 20l3 -3l-3 -3" />\n</svg>\n\n\n',f5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 3l4 4l-4 4" />\n  <path d="M10 7l10 0" />\n  <path d="M8 13l-4 4l4 4" />\n  <path d="M4 17l9 0" />\n</svg>\n\n\n',w5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 8l4 -4l4 4" />\n  <path d="M7 4l0 9" />\n  <path d="M13 16l4 4l4 -4" />\n  <path d="M17 10l0 10" />\n</svg>\n\n\n',M5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 4l4 0l0 4" />\n  <path d="M14.75 9.25l4.25 -5.25" />\n  <path d="M5 19l4 -4" />\n  <path d="M15 19l4 0l0 -4" />\n  <path d="M5 5l14 14" />\n</svg>\n\n\n',_5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.938 7.937l3.062 -3.937h5v5l-3.928 3.055m-2.259 1.757l-2.813 2.188l-4 4l-3 -3l4 -4l2.19 -2.815" />\n  <path d="M6.5 11.5l6 6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',b5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 4v5l-9 7l-4 4l-3 -3l4 -4l7 -9z" />\n  <path d="M6.5 11.5l6 6" />\n</svg>\n\n\n',x5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 3v5l-11 9l-4 4l-3 -3l4 -4l9 -11z" />\n  <path d="M5 13l6 6" />\n  <path d="M14.32 17.32l3.68 3.68l3 -3l-3.365 -3.365" />\n  <path d="M10 5.5l-2 -2.5h-5v5l3 2.5" />\n</svg>\n\n\n',I5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12v-7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-7" />\n  <path d="M3 10h18" />\n  <path d="M10 3v10" />\n  <path d="M2 17a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-4z" />\n</svg>\n\n\n',y5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M10 10h11" />\n  <path d="M10 3v18" />\n  <path d="M9 3l-6 6" />\n  <path d="M10 7l-7 7" />\n  <path d="M10 12l-7 7" />\n  <path d="M10 17l-4 4" />\n</svg>\n\n\n',k5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" />\n  <path d="M3 10h18" />\n  <path d="M10 3v18" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',C5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" />\n  <path d="M3 10h18" />\n  <path d="M10 3v18" />\n  <path d="M16 19h6" />\n  <path d="M19 16l3 3l-3 3" />\n</svg>\n\n\n',D5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 11h4a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-2a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-6a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M21 12v6a3 3 0 0 1 -2.824 2.995l-.176 .005h-6a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h8a1 1 0 0 1 1 1z" stroke-width="0" fill="currentColor" />\n  <path d="M18 3a3 3 0 0 1 2.995 2.824l.005 .176v2a1 1 0 0 1 -1 1h-8a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h6z" stroke-width="0" fill="currentColor" />\n  <path d="M9 4v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1v-2a3 3 0 0 1 2.824 -2.995l.176 -.005h2a1 1 0 0 1 1 1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',B5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.5 21h-6.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v6" />\n  <path d="M3 10h18" />\n  <path d="M10 3v18" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',z5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8" />\n  <path d="M3 10h18" />\n  <path d="M10 3v18" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',E5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10" />\n  <path d="M3 10h18" />\n  <path d="M10 3v18" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',S5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h12a2 2 0 0 1 2 2v12m-.585 3.413a1.994 1.994 0 0 1 -1.415 .587h-14a2 2 0 0 1 -2 -2v-14c0 -.55 .223 -1.05 .583 -1.412" />\n  <path d="M3 10h7m4 0h7" />\n  <path d="M10 3v3m0 4v11" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',T5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7" />\n  <path d="M3 10h18" />\n  <path d="M10 3v18" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',A5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12.5 21h-7.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v7.5" />\n  <path d="M3 10h18" />\n  <path d="M10 3v18" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',O5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M9 3l-6 6" />\n  <path d="M14 3l-7 7" />\n  <path d="M19 3l-7 7" />\n  <path d="M21 6l-4 4" />\n  <path d="M3 10h18" />\n  <path d="M10 10v11" />\n</svg>\n\n\n',H5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21h-7a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v8" />\n  <path d="M3 10h18" />\n  <path d="M10 3v18" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',R5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 13v-8a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-8" />\n  <path d="M3 10h18" />\n  <path d="M10 3v11" />\n  <path d="M2 22l5 -5" />\n  <path d="M7 21.5v-4.5h-4.5" />\n</svg>\n\n\n',P5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n  <path d="M3 10h18" />\n  <path d="M10 3v18" />\n</svg>\n\n\n',F5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.149 7.144a.498 .498 0 0 0 .351 .856a.498 .498 0 0 0 .341 -.135" />\n  <path d="M3.883 3.875a2.99 2.99 0 0 0 -.883 2.125v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l2.796 -2.796m2.005 -2.005l.79 -.79a2.41 2.41 0 0 0 0 -3.41l-7.71 -7.71a2 2 0 0 0 -1.412 -.585h-4.173" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',L5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" />\n  <path d="M12.5 13.847l-1.5 1.153l.532 -1.857l-1.532 -1.143h1.902l.598 -1.8l.598 1.8h1.902l-1.532 1.143l.532 1.857z" />\n</svg>\n\n\n',N5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.5 7.5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3z" />\n</svg>\n  \n\n',V5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.296 12.296l-5.71 -5.71" />\n  <path d="M6 6h-1a2 2 0 0 0 -2 2v4.172a2 2 0 0 0 .586 1.414l5.71 5.71a2.41 2.41 0 0 0 3.408 0l3.278 -3.278" />\n  <path d="M18 19l.496 -.496" />\n  <path d="M20.384 16.367a4.822 4.822 0 0 0 -.792 -5.775l-4.592 -4.592" />\n  <path d="M7 10h-.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',U5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 8v4.172a2 2 0 0 0 .586 1.414l5.71 5.71a2.41 2.41 0 0 0 3.408 0l3.592 -3.592a2.41 2.41 0 0 0 0 -3.408l-5.71 -5.71a2 2 0 0 0 -1.414 -.586h-4.172a2 2 0 0 0 -2 2z" />\n  <path d="M18 19l1.592 -1.592a4.82 4.82 0 0 0 0 -6.816l-4.592 -4.592" />\n  <path d="M7 10h-.01" />\n</svg>\n\n\n',j5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5l0 14" />\n</svg>\n\n\n',G5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 5l0 14" />\n  <path d="M14 5l0 14" />\n</svg>\n\n\n',W5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 5l0 14" />\n  <path d="M12 5l0 14" />\n  <path d="M16 5l0 14" />\n</svg>\n\n\n',$5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 5l0 14" />\n  <path d="M10 5l0 14" />\n  <path d="M14 5l0 14" />\n  <path d="M18 5l0 14" />\n</svg>\n\n\n',X5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 5l0 14" />\n  <path d="M10 5l0 14" />\n  <path d="M14 5l0 14" />\n  <path d="M18 5l0 14" />\n  <path d="M3 17l18 -10" />\n</svg>\n\n\n',K5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v0a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M6 12l1 -5h5l3 5" />\n  <path d="M21 9l-7.8 0" />\n</svg>\n\n\n',Y5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 7a5 5 0 1 0 5 5" />\n  <path d="M13 3.055a9 9 0 1 0 7.941 7.945" />\n  <path d="M15 6v3h3l3 -3h-3v-3z" />\n  <path d="M15 9l-3 3" />\n</svg>\n\n\n',Q5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.286 11.3a1 1 0 0 0 1.41 1.419" />\n  <path d="M8.44 8.49a5 5 0 0 0 7.098 7.044m1.377 -2.611a5 5 0 0 0 -5.846 -5.836" />\n  <path d="M5.649 5.623a9 9 0 1 0 12.698 12.758m1.683 -2.313a9 9 0 0 0 -12.076 -12.11" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Z5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',q5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.29 3h3.42a2 2 0 0 1 1.988 1.78l1.555 14a2 2 0 0 1 -1.988 2.22h-6.53a2 2 0 0 1 -1.988 -2.22l1.555 -14a2 2 0 0 1 1.988 -1.78z" />\n  <path d="M7.47 12.5l-4.257 -5.019a.899 .899 0 0 1 .69 -1.481h13.09a3 3 0 0 1 3.007 3v3c0 1.657 -1.346 3 -3.007 3" />\n  <path d="M7 17h10" />\n</svg>\n\n\n',J5t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 21l6 -5l6 5" />\n  <path d="M12 13v8" />\n  <path d="M8.238 8.264l-4.183 2.51c-1.02 .614 -1.357 1.898 -.76 2.906l.165 .28c.52 .88 1.624 1.266 2.605 .91l6.457 -2.34m2.907 -1.055l4.878 -1.77a1.023 1.023 0 0 0 .565 -1.455l-2.62 -4.705a1.087 1.087 0 0 0 -1.447 -.42l-.056 .032l-6.016 3.61" />\n  <path d="M14 5l3 5.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',twt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 21l6 -5l6 5" />\n  <path d="M12 13v8" />\n  <path d="M3.294 13.678l.166 .281c.52 .88 1.624 1.265 2.605 .91l14.242 -5.165a1.023 1.023 0 0 0 .565 -1.456l-2.62 -4.705a1.087 1.087 0 0 0 -1.447 -.42l-.056 .032l-12.694 7.618c-1.02 .613 -1.357 1.897 -.76 2.905z" />\n  <path d="M14 5l3 5.5" />\n</svg>\n\n\n',ewt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M20 9a3 3 0 0 0 -3 -3h-1a3 3 0 0 0 -3 3v6a3 3 0 0 0 3 3h1a3 3 0 0 0 3 -3" />\n</svg>\n\n\n',nwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 8m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M13 12l5 0" />\n  <path d="M20 6h-6a1 1 0 0 0 -1 1v11" />\n</svg>\n\n\n',awt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" />\n  <path d="M8 9l4 0" />\n  <path d="M16 9l6 0" />\n</svg>\n\n\n',owt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10v3.5a4 4 0 1 0 5.836 2.33m-1.836 -5.83v-5a2 2 0 1 0 -4 0v1" />\n  <path d="M13 9h1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',iwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" />\n  <path d="M8 9l4 0" />\n  <path d="M16 9l6 0" />\n  <path d="M19 6l0 6" />\n</svg>\n\n\n',swt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 1 0 -4 0v8.5" />\n  <path d="M4 9h4" />\n  <path d="M14.75 4l1 2h2.25" />\n  <path d="M17 4l-3 5l2 3" />\n  <path d="M20.25 10l-1.25 2l1.25 2" />\n  <path d="M22 12h-6l-2 3" />\n  <path d="M18 18h-2.25l-1 2" />\n  <path d="M17 20l-3 -5h-1" />\n  <path d="M12 9l2.088 .008" />\n</svg>\n\n\n',rwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 1 0 -4 0v8.5" />\n  <path d="M4 9h4" />\n  <path d="M13 16a4 4 0 1 0 0 -8a4.07 4.07 0 0 0 -1 .124" />\n  <path d="M13 3v1" />\n  <path d="M21 12h1" />\n  <path d="M13 20v1" />\n  <path d="M19.4 5.6l-.7 .7" />\n  <path d="M18.7 17.7l.7 .7" />\n</svg>\n\n\n',lwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" />\n  <path d="M10 9l4 0" />\n</svg>\n\n\n',hwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h11a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-7m-4 0h-3a1 1 0 0 1 -1 -1v-2c0 -.271 .108 -.517 .283 -.697" />\n  <path d="M4 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M16 12h4" />\n  <path d="M14 16h2" />\n  <path d="M14 20h6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',dwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 1a1 1 0 0 1 1 -1h14a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-14a1 1 0 0 1 -1 -1z" />\n  <path d="M4 12m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M14 12l6 0" />\n  <path d="M14 16l6 0" />\n  <path d="M14 20l6 0" />\n</svg>\n\n\n',cwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 14l4 6h5m-2.863 -6.868l-5.137 -9.132l-1.44 2.559m-1.44 2.563l-6.12 10.878h6l4 -6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',pwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 14l4 6h6l-9 -16l-9 16h6l4 -6" />\n</svg>\n\n\n',vwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 9l3 3l-3 3" />\n  <path d="M13 15l3 0" />\n  <path d="M3 4m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',uwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 7l5 5l-5 5" />\n  <path d="M12 19l7 0" />\n</svg>\n\n\n',gwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 3v15a3 3 0 0 1 -6 0v-15" />\n  <path d="M9 12h6" />\n  <path d="M8 3h8" />\n</svg>\n\n\n',mwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 8.04a803.533 803.533 0 0 0 -4 3.96m-2 2c-1.085 1.085 -3.125 3.14 -6.122 6.164a2.857 2.857 0 0 1 -4.041 -4.04c3.018 -3 5.073 -5.037 6.163 -6.124m2 -2c.872 -.872 2.191 -2.205 3.959 -4" />\n  <path d="M7 13h6" />\n  <path d="M19 15l1.5 1.6m-.74 3.173a2 2 0 0 1 -2.612 -2.608" />\n  <path d="M15 3l6 6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',fwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 8.04l-12.122 12.124a2.857 2.857 0 1 1 -4.041 -4.04l12.122 -12.124" />\n  <path d="M7 13h8" />\n  <path d="M19 15l1.5 1.6a2 2 0 1 1 -3 0l1.5 -1.6z" />\n  <path d="M15 3l6 6" />\n</svg>\n\n\n',wwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 8v-1h-6v1" />\n  <path d="M6 15v-8" />\n  <path d="M21 15l-5 -8" />\n  <path d="M16 15l5 -8" />\n  <path d="M14 11h-4v8h4" />\n  <path d="M10 15h3" />\n</svg>\n\n\n',Mwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 15h16" />\n  <path d="M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M4 20h12" />\n</svg>\n\n\n',_wt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15v-7a3 3 0 0 1 6 0v7" />\n  <path d="M9 11h6" />\n  <path d="M5 19h14" />\n</svg>\n\n\n',bwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19v-10.5a3.5 3.5 0 1 1 7 0v10.5" />\n  <path d="M4 13h7" />\n  <path d="M21 12h-6" />\n</svg>\n\n\n',xwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 19h14" />\n  <path d="M17 21l2 -2l-2 -2" />\n  <path d="M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5" />\n  <path d="M14 15v-11" />\n  <path d="M10 15v-11" />\n</svg>\n\n\n',Iwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 4h-6.5a3.5 3.5 0 0 0 0 7h.5" />\n  <path d="M14 15v-11" />\n  <path d="M10 15v-11" />\n  <path d="M5 19h14" />\n  <path d="M7 21l-2 -2l2 -2" />\n</svg>\n\n\n',ywt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 9a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M4 12v-5a3 3 0 1 1 6 0v5" />\n  <path d="M4 9h6" />\n  <path d="M20 6v6" />\n  <path d="M4 16h12" />\n  <path d="M4 20h6" />\n  <path d="M14 20l2 2l5 -5" />\n</svg>\n\n\n',kwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19v-10.5a3.5 3.5 0 1 1 7 0v10.5" />\n  <path d="M4 13h7" />\n  <path d="M18 9v6" />\n  <path d="M21 12h-6" />\n</svg>\n\n\n',Cwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15l-5 -5c-1.367 -1.367 -1.367 -3.633 0 -5s3.633 -1.367 5 0l5 5" />\n  <path d="M5.5 11.5l5 -5" />\n  <path d="M21 12l-9 9" />\n  <path d="M21 12v4" />\n  <path d="M21 12h-4" />\n</svg>\n\n\n',Dwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 10h-14" />\n  <path d="M5 6h14" />\n  <path d="M14 14h-9" />\n  <path d="M5 18h6" />\n  <path d="M18 15v6" />\n  <path d="M15 18h6" />\n</svg>\n\n\n',Bwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M12 16v-7" />\n  <path d="M9 9h6" />\n</svg>\n\n\n',zwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 7v10" />\n  <path d="M7 5h10" />\n  <path d="M7 19h10" />\n  <path d="M19 7v10" />\n  <path d="M10 10h4" />\n  <path d="M12 14v-4" />\n</svg>\n\n\n',Ewt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M8 12h8" />\n  <path d="M8 9h6" />\n  <path d="M8 15h4" />\n</svg>\n\n\n',Swt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7v-2h13v2" />\n  <path d="M10 5v14" />\n  <path d="M12 19h-4" />\n  <path d="M15 13v-1h6v1" />\n  <path d="M18 12v7" />\n  <path d="M17 19h2" />\n</svg>\n\n\n',Twt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 15v-7.5a3.5 3.5 0 0 1 7 0v7.5" />\n  <path d="M5 10h7" />\n  <path d="M10 18l3 3l7 -7" />\n</svg>\n\n\n',Awt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6l10 0" />\n  <path d="M4 18l10 0" />\n  <path d="M4 12h17l-3 -3m0 6l3 -3" />\n</svg>\n\n\n',Owt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 6l16 0" />\n  <path d="M4 18l5 0" />\n  <path d="M4 12h13a3 3 0 0 1 0 6h-4l2 -2m0 4l-2 -2" />\n</svg>\n\n\n',Hwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3l-3 3" />\n  <path d="M21 18l-3 3" />\n  <path d="M11 3l-8 8" />\n  <path d="M16 3l-13 13" />\n  <path d="M21 3l-18 18" />\n  <path d="M21 8l-13 13" />\n  <path d="M21 13l-8 8" />\n</svg>\n\n\n',Rwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h16" />\n  <path d="M20 16v-10a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v10l4 -6c2.667 1.333 5.333 1.333 8 0l4 6z" />\n</svg>\n\n\n',Pwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 5a2.828 2.828 0 0 1 0 4l-8 8h-4v-4l8 -8a2.828 2.828 0 0 1 4 0z" />\n  <path d="M16 7l-1.5 -1.5" />\n  <path d="M13 10l-1.5 -1.5" />\n  <path d="M10 13l-1.5 -1.5" />\n  <path d="M7 17l-3 3" />\n</svg>\n\n\n',Fwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 21.008a3 3 0 0 0 2.995 -2.823l.005 -.177v-4h2a3 3 0 0 0 2.98 -2.65l.015 -.173l.005 -.177l-.02 -.196l-1.006 -5.032c-.381 -1.625 -1.502 -2.796 -2.81 -2.78l-.164 .008h-8a1 1 0 0 0 -.993 .884l-.007 .116l.001 9.536a1 1 0 0 0 .5 .866a2.998 2.998 0 0 1 1.492 2.396l.007 .202v1a3 3 0 0 0 3 3z" stroke-width="0" fill="currentColor" />\n  <path d="M5 14.008a1 1 0 0 0 .993 -.883l.007 -.117v-9a1 1 0 0 0 -.883 -.993l-.117 -.007h-1a2 2 0 0 0 -1.995 1.852l-.005 .15v7a2 2 0 0 0 1.85 1.994l.15 .005h1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Lwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 13v-6m-3 -3a1 1 0 0 0 -1 1v7a1 1 0 0 0 1 1h3a4 4 0 0 1 4 4v1a2 2 0 1 0 4 0v-3m2 -2h1a2 2 0 0 0 2 -2l-1 -5c-.295 -1.26 -1.11 -2.076 -2 -2h-7c-.57 0 -1.102 .159 -1.556 .434" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Nwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 13v-8a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v7a1 1 0 0 0 1 1h3a4 4 0 0 1 4 4v1a2 2 0 0 0 4 0v-5h3a2 2 0 0 0 2 -2l-1 -5a2 3 0 0 0 -2 -2h-7a3 3 0 0 0 -3 3" />\n</svg>\n\n\n',Vwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 3a3 3 0 0 1 2.995 2.824l.005 .176v4h2a3 3 0 0 1 2.98 2.65l.015 .174l.005 .176l-.02 .196l-1.006 5.032c-.381 1.626 -1.502 2.796 -2.81 2.78l-.164 -.008h-8a1 1 0 0 1 -.993 -.883l-.007 -.117l.001 -9.536a1 1 0 0 1 .5 -.865a2.998 2.998 0 0 0 1.492 -2.397l.007 -.202v-1a3 3 0 0 1 3 -3z" stroke-width="0" fill="currentColor" />\n  <path d="M5 10a1 1 0 0 1 .993 .883l.007 .117v9a1 1 0 0 1 -.883 .993l-.117 .007h-1a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-7a2 2 0 0 1 1.85 -1.995l.15 -.005h1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Uwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 11v8a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h3a3.987 3.987 0 0 0 2.828 -1.172m1.172 -2.828v-1a2 2 0 1 1 4 0v5h3a2 2 0 0 1 2 2c-.222 1.112 -.39 1.947 -.5 2.503m-.758 3.244c-.392 .823 -1.044 1.312 -1.742 1.253h-7a3 3 0 0 1 -3 -3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',jwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 11v8a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1h3a4 4 0 0 0 4 -4v-1a2 2 0 0 1 4 0v5h3a2 2 0 0 1 2 2l-1 5a2 3 0 0 1 -2 2h-7a3 3 0 0 1 -3 -3" />\n</svg>\n\n\n',Gwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 6m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M3 12h18" />\n  <path d="M12 3v18" />\n  <path d="M4 16l4 4" />\n  <path d="M4 20l4 -4" />\n  <path d="M16 4l4 4" />\n  <path d="M16 8l4 -4" />\n  <path d="M18 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',Wwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 5v2" />\n  <path d="M15 17v2" />\n  <path d="M9 5h10a2 2 0 0 1 2 2v3a2 2 0 1 0 0 4v3m-2 2h-14a2 2 0 0 1 -2 -2v-3a2 2 0 1 0 0 -4v-3a2 2 0 0 1 2 -2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',$wt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 5l0 2" />\n  <path d="M15 11l0 2" />\n  <path d="M15 17l0 2" />\n  <path d="M5 5h14a2 2 0 0 1 2 2v3a2 2 0 0 0 0 4v3a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-3a2 2 0 0 0 0 -4v-3a2 2 0 0 1 2 -2" />\n</svg>\n\n\n',Xwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 22l4 -4l-2.5 -11l.993 -2.649a1 1 0 0 0 -.936 -1.351h-3.114a1 1 0 0 0 -.936 1.351l.993 2.649l-2.5 11l4 4z" />\n  <path d="M10.5 7h3l5 5.5" />\n</svg>\n\n\n',Kwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12c0 -1.657 1.592 -3 3.556 -3c1.963 0 3.11 1.5 4.444 3c1.333 1.5 2.48 3 4.444 3s3.556 -1.343 3.556 -3" />\n</svg>\n\n\n',Ywt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -.577 .263" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M10.57 10.602a2 2 0 0 0 2.862 2.795" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Qwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" />\n  <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" />\n  <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" />\n  <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" />\n  <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" />\n  <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" />\n  <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" />\n  <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" />\n  <path d="M12 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',Zwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12v.01" />\n  <path d="M21 12v.01" />\n  <path d="M12 21v.01" />\n  <path d="M12 3v.01" />\n  <path d="M7.5 4.2v.01" />\n  <path d="M16.5 4.2v.01" />\n  <path d="M16.5 19.8v.01" />\n  <path d="M7.5 19.8v.01" />\n  <path d="M4.2 16.5v.01" />\n  <path d="M19.8 16.5v.01" />\n  <path d="M19.8 7.5v.01" />\n  <path d="M4.2 7.5v.01" />\n  <path d="M10 11v2a2 2 0 1 0 4 0v-2a2 2 0 1 0 -4 0z" />\n</svg>\n\n\n',qwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 9v6" />\n  <path d="M12 11v2a2 2 0 1 0 4 0v-2a2 2 0 1 0 -4 0z" />\n  <path d="M3 12v.01" />\n  <path d="M21 12v.01" />\n  <path d="M12 21v.01" />\n  <path d="M7.5 4.2v.01" />\n  <path d="M16.5 19.8v.01" />\n  <path d="M7.5 19.8v.01" />\n  <path d="M4.2 16.5v.01" />\n  <path d="M19.8 16.5v.01" />\n  <path d="M4.2 7.5v.01" />\n  <path d="M19.81 7.527a8.994 8.994 0 0 0 -7.81 -4.527" />\n</svg>\n\n\n',Jwt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 15h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" />\n  <path d="M9 9v6" />\n  <path d="M3 12v.01" />\n  <path d="M12 21v.01" />\n  <path d="M7.5 4.2v.01" />\n  <path d="M16.5 19.8v.01" />\n  <path d="M7.5 19.8v.01" />\n  <path d="M4.2 16.5v.01" />\n  <path d="M19.8 16.5v.01" />\n  <path d="M4.2 7.5v.01" />\n  <path d="M21 12a9 9 0 0 0 -9 -9" />\n</svg>\n\n\n',tMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M8 9h1.5a1.5 1.5 0 0 1 0 3h-.5h.5a1.5 1.5 0 0 1 0 3h-1.5" />\n  <path d="M3 12v.01" />\n  <path d="M7.5 4.2v.01" />\n  <path d="M7.5 19.8v.01" />\n  <path d="M4.2 16.5v.01" />\n  <path d="M4.2 7.5v.01" />\n  <path d="M12 21a9 9 0 0 0 0 -18" />\n</svg>\n\n\n',eMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 15h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2v-3h3" />\n  <path d="M7 9v2a1 1 0 0 0 1 1h1" />\n  <path d="M10 9v6" />\n  <path d="M7.5 4.2v.01" />\n  <path d="M4.2 7.5v.01" />\n  <path d="M3 12a9 9 0 1 0 9 -9" />\n</svg>\n\n\n',nMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15h2a1.5 1.5 0 0 0 0 -3h-2v-3h3.5" />\n  <path d="M3 12v.01" />\n  <path d="M21 12v.01" />\n  <path d="M12 21v.01" />\n  <path d="M7.5 4.2v.01" />\n  <path d="M16.5 19.8v.01" />\n  <path d="M7.5 19.8v.01" />\n  <path d="M4.2 16.5v.01" />\n  <path d="M19.8 16.5v.01" />\n  <path d="M19.8 7.5v.01" />\n  <path d="M4.2 7.5v.01" />\n  <path d="M16.5 4.206a9.042 9.042 0 0 0 -4.5 -1.206" />\n</svg>\n\n\n',aMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M11 9h-2a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h1a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-2" />\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n</svg>\n\n\n',oMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 14.25c0 .414 .336 .75 .75 .75h1.5a.75 .75 0 0 0 .75 -.75v-4.5a.75 .75 0 0 0 -.75 -.75h-1.5a.75 .75 0 0 0 -.75 .75v1.5c0 .414 .336 .75 .75 .75h2.25" />\n  <path d="M14 10.5v3a1.5 1.5 0 0 0 3 0v-3a1.5 1.5 0 0 0 -3 0z" />\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n</svg>\n\n\n',iMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12v.01" />\n  <path d="M7.5 19.8v.01" />\n  <path d="M4.2 16.5v.01" />\n  <path d="M4.2 7.5v.01" />\n  <path d="M12 21a8.994 8.994 0 0 0 6.362 -2.634m1.685 -2.336a9 9 0 0 0 -8.047 -13.03" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',sMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 20h-6" />\n  <path d="M14 20h6" />\n  <path d="M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z" />\n  <path d="M12 6v2" />\n  <path d="M12 11v.01" />\n</svg>\n\n\n',rMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 17c1.306 0 2.418 .835 2.83 2h5.17a1 1 0 0 1 0 2h-5.171a3.001 3.001 0 0 1 -5.658 0h-5.171a1 1 0 0 1 0 -2h5.17a3.001 3.001 0 0 1 2.83 -2z" stroke-width="0" fill="currentColor" />\n  <path d="M17 2a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-2.586l-1.707 1.707a1 1 0 0 1 -1.32 .083l-.094 -.083l-1.708 -1.707h-2.585a2 2 0 0 1 -1.995 -1.85l-.005 -.15v-8a2 2 0 0 1 2 -2h10z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',lMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 20h-6" />\n  <path d="M14 20h6" />\n  <path d="M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z" />\n  <path d="M10 8h4" />\n</svg>\n\n\n',hMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 20h-6" />\n  <path d="M14 20h6" />\n  <path d="M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z" />\n  <path d="M10 8h4" />\n  <path d="M12 6v4" />\n</svg>\n\n\n',dMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 20h-6" />\n  <path d="M14 20h6" />\n  <path d="M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z" />\n  <path d="M9 6h6" />\n  <path d="M9 9h3" />\n</svg>\n\n\n',cMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 20h-6" />\n  <path d="M14 20h6" />\n  <path d="M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z" />\n  <path d="M13.5 9.5l-3 -3" />\n  <path d="M10.5 9.5l3 -3" />\n</svg>\n\n\n',pMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10 20h-6" />\n  <path d="M14 20h6" />\n  <path d="M12 15l-2 -2h-3a1 1 0 0 1 -1 -1v-8a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v8a1 1 0 0 1 -1 1h-3l-2 2z" />\n</svg>\n\n\n',vMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 16l6 -7l5 5l5 -6" />\n  <path d="M15 14m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M10 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M4 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M20 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',uMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 18h8m4 0h2v-6a5 7 0 0 0 -5 -7h-1l1.5 7h4.5" />\n  <path d="M12 18v-13h3" />\n  <path d="M3 17l0 -5l9 0" />\n</svg>\n\n\n',gMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M2 6m0 6a6 6 0 0 1 6 -6h8a6 6 0 0 1 6 6v0a6 6 0 0 1 -6 6h-8a6 6 0 0 1 -6 -6z" />\n</svg>\n\n\n',mMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M2 6m0 6a6 6 0 0 1 6 -6h8a6 6 0 0 1 6 6v0a6 6 0 0 1 -6 6h-8a6 6 0 0 1 -6 -6z" />\n</svg>\n\n\n',fMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.27 4.28c-.768 1.27 -1.27 3.359 -1.27 5.72c0 3.866 1.343 7 3 7s3 -3.134 3 -7c0 -.34 -.01 -.672 -.03 -1" />\n  <path d="M21 10c0 -3.866 -1.343 -7 -3 -7" />\n  <path d="M7 3h11" />\n  <path d="M21 10v7m-1.513 2.496l-1.487 -.496l-3 2l-3 -3l-3 2v-10" />\n  <path d="M6 10h.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',wMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 10m-3 0a3 7 0 1 0 6 0a3 7 0 1 0 -6 0" />\n  <path d="M21 10c0 -3.866 -1.343 -7 -3 -7" />\n  <path d="M6 3h12" />\n  <path d="M21 10v10l-3 -1l-3 2l-3 -3l-3 2v-10" />\n  <path d="M6 10h.01" />\n</svg>\n\n\n',MMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M1.499 8h3" />\n  <path d="M2.999 8v8" />\n  <path d="M8.5 8a1.5 1.5 0 0 1 1.5 1.5v5a1.5 1.5 0 0 1 -3 0v-5a1.5 1.5 0 0 1 1.5 -1.5z" />\n  <path d="M13 16v-8l2 5l2 -5v8" />\n  <path d="M20 8v8h2.5" />\n</svg>\n\n\n',_Mt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 10h3v-3l-3.5 -3.5a6 6 0 0 1 8 8l6 6a2 2 0 0 1 -3 3l-6 -6a6 6 0 0 1 -8 -8l3.5 3.5" />\n</svg>\n\n\n',bMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.386 10.409c.53 -2.28 1.766 -4.692 4.614 -7.409v12m-4 0h-1c0 -.313 0 -.627 0 -.941" />\n  <path d="M19 19v2h-1v-3" />\n  <path d="M8 8v13" />\n  <path d="M5 5v2a3 3 0 0 0 4.546 2.572m1.454 -2.572v-3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',xMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 3v12h-5c-.023 -3.681 .184 -7.406 5 -12zm0 12v6h-1v-3m-10 -14v17m-3 -17v3a3 3 0 1 0 6 0v-3" />\n</svg>\n\n\n',IMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 4v17m-3 -17v3a3 3 0 1 0 6 0v-3" />\n  <path d="M17 8m-3 0a3 4 0 1 0 6 0a3 4 0 1 0 -6 0" />\n  <path d="M17 12v9" />\n</svg>\n\n\n',yMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h5l-.5 4.5m-.4 3.595l-.1 .905h-6l-.875 -7.874" />\n  <path d="M7 18h2v3h-2z" />\n  <path d="M15.225 11.216c.42 -2.518 1.589 -5.177 4.775 -8.216v12h-1" />\n  <path d="M20 15v1m0 4v1h-1v-2" />\n  <path d="M8 12v6" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',kMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 3h8l-1 9h-6z" />\n  <path d="M7 18h2v3h-2z" />\n  <path d="M20 3v12h-5c-.023 -3.681 .184 -7.406 5 -12z" />\n  <path d="M20 15v6h-1v-3" />\n  <path d="M8 12l0 6" />\n</svg>\n\n\n',CMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 12l4 -4a2.828 2.828 0 1 0 -4 -4l-4 4m-2 2l-7 7v4h4l7 -7" />\n  <path d="M14.5 5.5l4 4" />\n  <path d="M12 8l-5 -5m-2 2l-2 2l5 5" />\n  <path d="M7 8l-1.5 1.5" />\n  <path d="M16 12l5 5m-2 2l-2 2l-5 -5" />\n  <path d="M16 17l-1.5 1.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',DMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 21h4l13 -13a1.5 1.5 0 0 0 -4 -4l-13 13v4" />\n  <path d="M14.5 5.5l4 4" />\n  <path d="M12 8l-5 -5l-4 4l5 5" />\n  <path d="M7 8l-1.5 1.5" />\n  <path d="M16 12l5 5l-4 4l-5 -5" />\n  <path d="M16 17l-1.5 1.5" />\n</svg>\n\n\n',BMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 13l-1.707 -1.707a1 1 0 0 0 -.707 -.293h-2.586a2 2 0 0 1 -2 -2v-3a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2.586a1 1 0 0 0 -.707 .293l-1.707 1.707z" />\n</svg>\n\n\n',zMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M22 10a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M2 16h20" />\n  <path d="M4 12v4" />\n  <path d="M12 12v4" />\n  <path d="M20 12v4" />\n</svg>\n\n\n',EMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M7.5 7.5l3 3" />\n  <path d="M6 8v8" />\n  <path d="M18 16v-8" />\n  <path d="M8 6h8" />\n  <path d="M16 18h-8" />\n</svg>\n\n\n',SMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 8v8" />\n  <path d="M18 16v-8" />\n  <path d="M8 6h8" />\n  <path d="M16 18h-8" />\n  <path d="M7.5 7.5l3 3" />\n  <path d="M13.5 13.5l3 3" />\n  <path d="M16.5 7.5l-3 3" />\n  <path d="M10.5 13.5l-3 3" />\n</svg>\n\n\n',TMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 8v8" />\n  <path d="M18 16v-8" />\n  <path d="M8 6h8" />\n  <path d="M16 18h-8" />\n  <path d="M7.5 7.5l9 9" />\n  <path d="M7.5 16.5l9 -9" />\n</svg>\n\n\n',AMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M7 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M21 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M7 18h10" />\n  <path d="M18 16l-5 -8" />\n  <path d="M11 8l-5 8" />\n</svg>\n\n\n',OMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 8v8" />\n  <path d="M18 16v-8" />\n  <path d="M8 6h8" />\n  <path d="M16 18h-8" />\n</svg>\n\n\n',HMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M13.5 5.5l5 5" />\n  <path d="M5.5 13.5l5 5" />\n  <path d="M13.5 18.5l5 -5" />\n  <path d="M10.5 5.5l-5 5" />\n</svg>\n\n\n',RMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 12h4" />\n  <path d="M14 12h4" />\n  <path d="M12 6v4" />\n  <path d="M12 14v4" />\n</svg>\n\n\n',PMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M18 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M10 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M18 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 12h4" />\n  <path d="M14 12h4" />\n  <path d="M15 7l-2 3" />\n  <path d="M9 7l2 3" />\n  <path d="M11 14l-2 3" />\n  <path d="M13 14l2 3" />\n</svg>\n\n\n',FMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 12h4" />\n  <path d="M14 12h4" />\n  <path d="M12 6v4" />\n  <path d="M12 14v4" />\n  <path d="M5.5 10.5l5 -5" />\n  <path d="M13.5 5.5l5 5" />\n  <path d="M18.5 13.5l-5 5" />\n  <path d="M10.5 18.5l-5 -5" />\n</svg>\n\n\n',LMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M18 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M10 5a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M18 19a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 12h4" />\n  <path d="M14 12h4" />\n  <path d="M15 7l-2 3" />\n  <path d="M9 7l2 3" />\n  <path d="M11 14l-2 3" />\n  <path d="M13 14l2 3" />\n  <path d="M10 5h4" />\n  <path d="M10 19h4" />\n  <path d="M17 17l2 -3" />\n  <path d="M19 10l-2 -3" />\n  <path d="M7 7l-2 3" />\n  <path d="M5 14l2 3" />\n</svg>\n\n\n',NMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 20a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 4a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M22 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M6 12h4" />\n  <path d="M14 12h4" />\n  <path d="M13.5 5.5l5 5" />\n  <path d="M5.5 13.5l5 5" />\n  <path d="M13.5 18.5l5 -5" />\n  <path d="M10.5 5.5l-5 5" />\n  <path d="M12 6v4" />\n  <path d="M12 14v4" />\n</svg>\n\n\n',VMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M20 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M8 6a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M20 18a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M7.5 7.5l3 3" />\n  <path d="M7.5 16.5l3 -3" />\n  <path d="M13.5 13.5l3 3" />\n  <path d="M16.5 7.5l-3 3" />\n</svg>\n\n\n',UMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4c5.333 1.333 10.667 1.333 16 0" />\n  <path d="M4 8h16" />\n  <path d="M12 5v3" />\n  <path d="M18 4.5v15.5" />\n  <path d="M6 4.5v15.5" />\n</svg>\n\n\n',jMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 4l-18 0" />\n  <path d="M13 16l-6 0" />\n  <path d="M11 20l4 0" />\n  <path d="M6 8l14 0" />\n  <path d="M4 12l12 0" />\n</svg>\n\n\n',GMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M20 10m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M4 12m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M4 20m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 12h3a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1h-3" />\n  <path d="M6 4h7a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-2" />\n  <path d="M14 10h4" />\n</svg>\n\n\n',WMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 6v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v4.394a2 2 0 0 1 -.336 1.11l-1.328 1.992a2 2 0 0 0 -.336 1.11v1.394m0 4v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-7.394a2 2 0 0 0 -.336 -1.11l-1.328 -1.992a2 2 0 0 1 -.336 -1.11v-4.394" />\n  <path d="M10 21v-5a2 2 0 1 1 4 0v5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',$Mt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3h1a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2h3v-2a1 1 0 0 1 1 -1h1a1 1 0 0 1 1 1v4.394a2 2 0 0 1 -.336 1.11l-1.328 1.992a2 2 0 0 0 -.336 1.11v7.394a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1v-7.394a2 2 0 0 0 -.336 -1.11l-1.328 -1.992a2 2 0 0 1 -.336 -1.11v-4.394a1 1 0 0 1 1 -1z" />\n  <path d="M10 21v-5a2 2 0 1 1 4 0v5" />\n</svg>\n\n\n',XMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 15l11 -11m5 5l-11 11m-4 -8l7 7m-3.5 -10.5l7 7m-3.5 -10.5l7 7" />\n</svg>\n\n\n',KMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 15m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M7 15l0 .01" />\n  <path d="M19 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M10.5 17l6.5 0" />\n  <path d="M20 15.2v-4.2a1 1 0 0 0 -1 -1h-6l-2 -5h-6v6.5" />\n  <path d="M18 5h-1a1 1 0 0 0 -1 1v4" />\n</svg>\n\n\n',YMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.5 9h5m-2.5 0v6" />\n  <path d="M13 15v-6l3 4l3 -4v6" />\n</svg>\n\n\n',QMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h16" />\n  <path d="M9.4 10h.6m4 0h.6" />\n  <path d="M7.8 15h7.2" />\n  <path d="M6 20l3.5 -10.5" />\n  <path d="M10.5 6.5l.5 -1.5h2l2 6m2 6l1 3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',ZMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20l16 0" />\n  <path d="M9.4 10l5.2 0" />\n  <path d="M7.8 15l8.4 0" />\n  <path d="M6 20l5 -15h2l5 15" />\n</svg>\n\n\n',qMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4c.912 -1.219 2.36 -2 4 -2a5 5 0 0 1 5 5v6m0 4a5 5 0 0 1 -10 0v-10" />\n  <path d="M12 8a1 1 0 1 0 -1 -1" />\n  <path d="M11.291 11.295a1 1 0 0 0 1.418 1.41" />\n  <path d="M12 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',JMt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 2m0 5a5 5 0 0 1 5 -5h0a5 5 0 0 1 5 5v10a5 5 0 0 1 -5 5h0a5 5 0 0 1 -5 -5z" />\n  <path d="M12 7m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 17m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',t6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 13c0 -3.87 -3.37 -7 -10 -7h-8" />\n  <path d="M3 15h16a2 2 0 0 0 2 -2" />\n  <path d="M3 6v5h17.5" />\n  <path d="M3 10l0 4" />\n  <path d="M8 11l0 -5" />\n  <path d="M13 11l0 -4.5" />\n  <path d="M3 19l18 0" />\n</svg>\n\n\n',e6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 12h4.09c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2c1.055 0 1.91 .895 1.91 2s-.855 2 -1.91 2h-4.09" />\n  <path d="M16 16h4" />\n  <path d="M16 11v10v-9" />\n  <path d="M19 11v1" />\n  <path d="M19 20v1" />\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 5h8" />\n  <path d="M7 5v8a3 3 0 0 0 3 3h1" />\n</svg>\n\n\n',n6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.8 13a2 2 0 0 0 -1.8 -1h-2a2 2 0 1 0 0 4h2a2 2 0 1 1 0 4h-2a2 2 0 0 1 -1.8 -1" />\n  <path d="M18 11v10" />\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 5h8" />\n  <path d="M7 5v8a3 3 0 0 0 3 3h1" />\n</svg>\n\n\n',a6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12.8c-.523 -.502 -1.172 -.8 -1.875 -.8c-1.727 0 -3.125 1.791 -3.125 4s1.398 4 3.125 4c.703 0 1.352 -.298 1.874 -.8" />\n  <path d="M15 16h4" />\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 5h8" />\n  <path d="M7 5v8a3 3 0 0 0 3 3h1" />\n</svg>\n\n\n',o6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 14a2 2 0 1 0 -4 0v4a2 2 0 0 1 -2 2h6" />\n  <path d="M15 17h4" />\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 5h8" />\n  <path d="M7 5v8a3 3 0 0 0 3 3h1" />\n</svg>\n\n\n',i6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12h-6h1a3 3 0 0 1 0 6h-1l3 3" />\n  <path d="M15 15h6" />\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 5h8" />\n  <path d="M7 5v8a3 3 0 0 0 3 3h1" />\n</svg>\n\n\n',s6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 16h6" />\n  <path d="M15 12l3 4.5" />\n  <path d="M21 12l-3 4.5v4.5" />\n  <path d="M15 19h6" />\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 5h8" />\n  <path d="M7 5v8a3 3 0 0 0 3 3h1" />\n</svg>\n\n\n',r6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 17h6" />\n  <path d="M15 12l3 4.5" />\n  <path d="M21 12l-3 4.5v4.5" />\n  <path d="M5 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 5m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M7 5h8" />\n  <path d="M7 5v8a3 3 0 0 0 3 3h1" />\n</svg>\n\n\n',l6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 18v3h16v-14l-8 -4l-8 4v3" />\n  <path d="M4 14h9" />\n  <path d="M10 11l3 3l-3 3" />\n</svg>\n\n\n',h6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 19v2h16v-14l-8 -4l-8 4v2" />\n  <path d="M13 14h-9" />\n  <path d="M7 11l-3 3l3 3" />\n</svg>\n\n\n',d6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 4v16l-6 -5.5" />\n  <path d="M14 20v-16l6 5.5" />\n</svg>\n\n\n',c6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 10h-16l5.5 -6" />\n  <path d="M4 14h16l-5.5 6" />\n</svg>\n\n\n',p6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 14a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z" stroke-width="0" fill="currentColor" />\n  <path d="M16.707 2.293a1 1 0 0 1 .083 1.32l-.083 .094l-1.293 1.293h3.586a3 3 0 0 1 2.995 2.824l.005 .176v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-3a1 1 0 0 0 -.883 -.993l-.117 -.007h-3.585l1.292 1.293a1 1 0 0 1 -1.32 1.497l-.094 -.083l-3 -3a.98 .98 0 0 1 -.28 -.872l.036 -.146l.04 -.104c.058 -.126 .14 -.24 .245 -.334l2.959 -2.958a1 1 0 0 1 1.414 0z" stroke-width="0" fill="currentColor" />\n  <path d="M3 12a1 1 0 0 1 .993 .883l.007 .117v3a1 1 0 0 0 .883 .993l.117 .007h3.585l-1.292 -1.293a1 1 0 0 1 -.083 -1.32l.083 -.094a1 1 0 0 1 1.32 -.083l.094 .083l3 3a.98 .98 0 0 1 .28 .872l-.036 .146l-.04 .104a1.02 1.02 0 0 1 -.245 .334l-2.959 2.958a1 1 0 0 1 -1.497 -1.32l.083 -.094l1.291 -1.293h-3.584a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-3a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M6 2a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',v6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" fill="currentColor" />\n  <path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M11 5h2" />\n  <path d="M5 11v2" />\n  <path d="M19 11v2" />\n  <path d="M11 19h2" />\n</svg>\n\n\n',u6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" fill="currentColor" />\n  <path d="M11 5h2" />\n  <path d="M5 11v2" />\n  <path d="M19 11v2" />\n  <path d="M11 19h2" />\n</svg>\n\n\n',g6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" fill="currentColor" />\n  <path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M11 5h2" />\n  <path d="M5 11v2" />\n  <path d="M19 11v2" />\n  <path d="M11 19h2" />\n</svg>\n\n\n',m6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" fill="currentColor" />\n  <path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M11 5h2" />\n  <path d="M5 11v2" />\n  <path d="M19 11v2" />\n  <path d="M11 19h2" />\n</svg>\n\n\n',f6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M11 5h2" />\n  <path d="M5 11v2" />\n  <path d="M19 11v2" />\n  <path d="M11 19h2" />\n</svg>\n\n\n',w6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M21 11v-3a2 2 0 0 0 -2 -2h-6l3 3m0 -6l-3 3" />\n  <path d="M3 13v3a2 2 0 0 0 2 2h6l-3 -3m0 6l3 -3" />\n  <path d="M15 18a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',M6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 18a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3" />\n  <path d="M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v0a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M12 9v8" />\n  <path d="M9 14l3 3l3 -3" />\n</svg>\n\n\n',_6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 21a3 3 0 0 1 -3 -3v-12a3 3 0 0 1 3 -3" />\n  <path d="M21 6v12a3 3 0 0 1 -6 0v-12a3 3 0 0 1 6 0z" />\n  <path d="M15 12h-8" />\n  <path d="M10 9l-3 3l3 3" />\n</svg>\n\n\n',b6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3" />\n  <path d="M3 18v-12a3 3 0 1 1 6 0v12a3 3 0 0 1 -6 0z" />\n  <path d="M9 12h8" />\n  <path d="M14 15l3 -3l-3 -3" />\n</svg>\n\n\n',x6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 6a3 3 0 0 0 -3 -3h-12a3 3 0 0 0 -3 3" />\n  <path d="M6 21h12a3 3 0 0 0 0 -6h-12a3 3 0 0 0 0 6z" />\n  <path d="M12 15v-8" />\n  <path d="M9 10l3 -3l3 3" />\n</svg>\n\n\n',I6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 6a1 1 0 0 1 .117 1.993l-.117 .007h-.081l-.919 11a3 3 0 0 1 -2.824 2.995l-.176 .005h-8c-1.598 0 -2.904 -1.249 -2.992 -2.75l-.005 -.167l-.923 -11.083h-.08a1 1 0 0 1 -.117 -1.993l.117 -.007h16z" stroke-width="0" fill="currentColor" />\n  <path d="M14 2a2 2 0 0 1 2 2a1 1 0 0 1 -1.993 .117l-.007 -.117h-4l-.007 .117a1 1 0 0 1 -1.993 -.117a2 2 0 0 1 1.85 -1.995l.15 -.005h4z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',y6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M4 7h3m4 0h9" />\n  <path d="M10 11l0 6" />\n  <path d="M14 14l0 3" />\n  <path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l.077 -.923" />\n  <path d="M18.384 14.373l.616 -7.373" />\n  <path d="M9 5v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" />\n</svg>\n\n\n',k6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 6a1 1 0 0 1 .117 1.993l-.117 .007h-.081l-.919 11a3 3 0 0 1 -2.824 2.995l-.176 .005h-8c-1.598 0 -2.904 -1.249 -2.992 -2.75l-.005 -.167l-.923 -11.083h-.08a1 1 0 0 1 -.117 -1.993l.117 -.007h16zm-9.489 5.14a1 1 0 0 0 -1.218 1.567l1.292 1.293l-1.292 1.293l-.083 .094a1 1 0 0 0 1.497 1.32l1.293 -1.292l1.293 1.292l.094 .083a1 1 0 0 0 1.32 -1.497l-1.292 -1.293l1.292 -1.293l.083 -.094a1 1 0 0 0 -1.497 -1.32l-1.293 1.292l-1.293 -1.292l-.094 -.083z" stroke-width="0" fill="currentColor" />\n  <path d="M14 2a2 2 0 0 1 2 2a1 1 0 0 1 -1.993 .117l-.007 -.117h-4l-.007 .117a1 1 0 0 1 -1.993 -.117a2 2 0 0 1 1.85 -1.995l.15 -.005h4z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',C6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7h16" />\n  <path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" />\n  <path d="M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" />\n  <path d="M10 12l4 4m0 -4l-4 4" />\n</svg>\n\n\n',D6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 7l16 0" />\n  <path d="M10 11l0 6" />\n  <path d="M14 11l0 6" />\n  <path d="M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2 -2l1 -12" />\n  <path d="M9 7v-3a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v3" />\n</svg>\n\n\n',B6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 3a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M3 14l4 1l.5 -.5" />\n  <path d="M12 18v-3l-3 -2.923l.75 -5.077" />\n  <path d="M6 10v-2l4 -1l2.5 2.5l2.5 .5" />\n  <path d="M21 22a1 1 0 0 0 -1 -1h-16a1 1 0 0 0 -1 1" />\n  <path d="M18 21l1 -11l2 -1" />\n</svg>\n\n\n',z6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13l-2 -2" />\n  <path d="M12 12l2 -2" />\n  <path d="M12 21v-13" />\n  <path d="M9.824 16a3 3 0 0 1 -2.743 -3.69a3 3 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a3 3 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h-4z" />\n</svg>\n\n\n',E6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 5l3 3l-2 1l4 4l-3 1l4 4h-9" />\n  <path d="M15 21l0 -3" />\n  <path d="M8 13l-2 -2" />\n  <path d="M8 12l2 -2" />\n  <path d="M8 21v-13" />\n  <path d="M5.824 16a3 3 0 0 1 -2.743 -3.69a3 3 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a3 3 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h-4z" />\n</svg>\n\n\n',S6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M7 21l2 -4" />\n  <path d="M13 21v-4l-3 -3l1 -6l3 4l3 2" />\n  <path d="M10 14l-1.827 -1.218a2 2 0 0 1 -.831 -2.15l.28 -1.117a2 2 0 0 1 1.939 -1.515h1.439l4 1l3 -2" />\n  <path d="M17 12v9" />\n  <path d="M16 20h2" />\n</svg>\n\n\n',T6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6h5l7 10h6" />\n  <path d="M18 19l3 -3l-3 -3" />\n</svg>\n\n\n',A6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6h2.397a5 5 0 0 1 4.096 2.133l4.014 5.734a5 5 0 0 0 4.096 2.133h3.397" />\n  <path d="M18 19l3 -3l-3 -3" />\n</svg>\n\n\n',O6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 7l6 6l4 -4l8 8" />\n  <path d="M21 10l0 7l-7 0" />\n</svg>\n\n\n',H6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 5l3 3l-3 3" />\n  <path d="M3 18h5l7 -10h6" />\n</svg>\n\n\n',R6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 5l3 3l-3 3" />\n  <path d="M3 18h2.397a5 5 0 0 0 4.096 -2.133l4.014 -5.734a5 5 0 0 1 4.096 -2.133h3.397" />\n</svg>\n\n\n',P6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 17l6 -6l4 4l8 -8" />\n  <path d="M14 7l7 0l0 7" />\n</svg>\n\n\n',F6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 1.67a2.914 2.914 0 0 0 -2.492 1.403l-8.11 13.537a2.914 2.914 0 0 0 2.484 4.385h16.225a2.914 2.914 0 0 0 2.503 -4.371l-8.116 -13.546a2.917 2.917 0 0 0 -2.494 -1.408z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',L6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.118 3h-16.225a2.914 2.914 0 0 0 -2.503 4.371l8.116 13.549a2.917 2.917 0 0 0 4.987 .005l8.11 -13.539a2.914 2.914 0 0 0 -2.486 -4.386z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',N6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.363 20.405l-8.106 -13.534a1.914 1.914 0 0 1 1.636 -2.871h16.214a1.914 1.914 0 0 1 1.636 2.871l-8.106 13.534a1.914 1.914 0 0 1 -3.274 0z" />\n</svg>\n\n\n',V6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.48 15.016l-6.843 -11.426a1.914 1.914 0 0 0 -3.274 0l-8.106 13.535a1.914 1.914 0 0 0 1.636 2.871h8.107" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',U6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0v.001z" />\n  <path d="M9 13h6" />\n</svg>\n\n\n',j6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.825 7.83l-5.568 9.295a1.914 1.914 0 0 0 1.636 2.871h16.107m1.998 -1.99a1.913 1.913 0 0 0 -.255 -.88l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0l-1.028 1.718" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',G6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18.69 12.027l-5.054 -8.437a1.914 1.914 0 0 0 -3.274 0l-8.105 13.535a1.914 1.914 0 0 0 1.636 2.871h8.107" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',W6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0v.001z" />\n  <path d="M9 13h6" />\n  <path d="M12 10v6" />\n</svg>\n\n\n',$6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11.132 2.504l-4 7a1 1 0 0 0 .868 1.496h8a1 1 0 0 0 .868 -1.496l-4 -7a1 1 0 0 0 -1.736 0z" stroke-width="0" fill="currentColor" />\n  <path d="M17 13a4 4 0 1 1 -3.995 4.2l-.005 -.2l.005 -.2a4 4 0 0 1 3.995 -3.8z" stroke-width="0" fill="currentColor" />\n  <path d="M9 13h-4a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h4a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',X6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3l-4 7h8z" />\n  <path d="M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',K6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.363 3.591l-8.106 13.534a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636 -2.87l-8.106 -13.536a1.914 1.914 0 0 0 -3.274 0z" />\n</svg>\n\n\n',Y6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9.974 21h8.052a.975 .975 0 0 0 .81 -1.517l-4.025 -6.048a.973 .973 0 0 0 -1.622 0l-4.025 6.048a.977 .977 0 0 0 .81 1.517z" />\n  <path d="M4.98 16h14.04c.542 0 .98 -.443 .98 -.989a1 1 0 0 0 -.156 -.534l-7.02 -11.023a.974 .974 0 0 0 -1.648 0l-7.02 11.023a1 1 0 0 0 .294 1.366a.973 .973 0 0 0 .53 .157z" />\n</svg>\n\n\n',Q6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6l2 -2v3a7 7 0 0 0 14 0v-3l2 2" />\n  <path d="M12 21v-18l-2 2m4 0l-2 -2" />\n</svg>\n\n\n',Z6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M11 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M6 16l3 2" />\n  <path d="M12 17l8 -12" />\n  <path d="M17 10l2 1" />\n  <path d="M9.592 4.695l3.306 2.104a1.3 1.3 0 0 1 .396 1.8l-3.094 4.811a1.3 1.3 0 0 1 -1.792 .394l-3.306 -2.104a1.3 1.3 0 0 1 -.396 -1.8l3.094 -4.81a1.3 1.3 0 0 1 1.792 -.394z" />\n</svg>\n\n\n',q6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3a1 1 0 0 1 .993 .883l.007 .117v2.17a3 3 0 1 1 0 5.659v.171a6.002 6.002 0 0 1 -5 5.917v2.083h3a1 1 0 0 1 .117 1.993l-.117 .007h-8a1 1 0 0 1 -.117 -1.993l.117 -.007h3v-2.083a6.002 6.002 0 0 1 -4.996 -5.692l-.004 -.225v-.171a3 3 0 0 1 -3.996 -2.653l-.003 -.176l.005 -.176a3 3 0 0 1 3.995 -2.654l-.001 -2.17a1 1 0 0 1 1 -1h10zm-12 5a1 1 0 1 0 0 2a1 1 0 0 0 0 -2zm14 0a1 1 0 1 0 0 2a1 1 0 0 0 0 -2z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',J6t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 21h8" />\n  <path d="M12 17v4" />\n  <path d="M8 4h9" />\n  <path d="M17 4v8c0 .31 -.028 .612 -.082 .905m-1.384 2.632a5 5 0 0 1 -8.534 -3.537v-5" />\n  <path d="M5 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',t7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 21l8 0" />\n  <path d="M12 17l0 4" />\n  <path d="M7 4l10 0" />\n  <path d="M17 4v8a5 5 0 0 1 -10 0v-8" />\n  <path d="M5 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 9m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',e7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14.42 9.058l-5.362 5.363a1.978 1.978 0 0 1 -3.275 -.773l-2.682 -8.044a1.978 1.978 0 0 1 2.502 -2.502l8.045 2.682a1.978 1.978 0 0 1 .773 3.274z" />\n  <path d="M10 10l6.5 6.5" />\n  <path d="M19.347 16.575l1.08 1.079a1.96 1.96 0 0 1 -2.773 2.772l-1.08 -1.079a1.96 1.96 0 0 1 2.773 -2.772z" />\n</svg>\n\n\n',n7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 17h-2v-4m-1 -8h11v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5" />\n  <path d="M3 9l4 0" />\n</svg>\n\n\n',a7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 3h1a2 2 0 0 1 2 2v10a2 2 0 0 0 2 2h15" />\n  <path d="M9 6m0 3a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-4a3 3 0 0 1 -3 -3z" />\n  <path d="M9 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M18 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',o7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M15.585 15.586a2 2 0 0 0 2.826 2.831" />\n  <path d="M5 17h-2v-11a1 1 0 0 1 1 -1h1m3.96 0h4.04v4m0 4v4m-4 0h6m6 0v-6h-6m-2 -5h5l3 5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',i7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 17h-2v-11a1 1 0 0 1 1 -1h9v6h-5l2 2m0 -4l-2 2" />\n  <path d="M9 17l6 0" />\n  <path d="M13 6h5l3 5v6h-2" />\n</svg>\n\n\n',s7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M17 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5" />\n</svg>\n\n\n',r7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 8h4" />\n  <path d="M5 8v8" />\n  <path d="M17 8h4" />\n  <path d="M19 8v8" />\n  <path d="M10 8l4 8" />\n  <path d="M10 16l4 -8" />\n</svg>\n\n\n',l7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20h3" />\n  <path d="M14 20h6" />\n  <path d="M6.9 15h6.9" />\n  <path d="M13 13l3 7" />\n  <path d="M5 20l4.09 -10.906" />\n  <path d="M10.181 6.183l.819 -2.183h2l3.904 8.924" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',h7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20l3 0" />\n  <path d="M14 20l7 0" />\n  <path d="M6.9 15l6.9 0" />\n  <path d="M10.2 6.3l5.8 13.7" />\n  <path d="M5 20l6 -16l2 0l7 16" />\n</svg>\n\n\n',d7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.95 9.01c3.02 .739 5.05 2.123 5.05 3.714c0 1.08 -.931 2.063 -2.468 2.814m-3 1c-1.36 .295 -2.9 .462 -4.531 .462c-5.52 0 -10 -1.909 -10 -4.276c0 -1.59 2.04 -2.985 5.07 -3.724" />\n  <path d="M14.69 10.686c1.388 -.355 2.31 -.976 2.31 -1.686v-.035c0 -2.742 -2.239 -4.965 -5 -4.965c-1.125 0 -2.164 .37 -3 .992m-1.707 2.297a4.925 4.925 0 0 0 -.293 1.676v.035c0 .961 1.696 1.764 3.956 1.956" />\n  <path d="M15 17l2 3" />\n  <path d="M8.5 17l-1.5 3" />\n  <path d="M12 14h.01" />\n  <path d="M7 13h.01" />\n  <path d="M17 13h.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',c7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16.95 9.01c3.02 .739 5.05 2.123 5.05 3.714c0 2.367 -4.48 4.276 -10 4.276s-10 -1.909 -10 -4.276c0 -1.59 2.04 -2.985 5.07 -3.724" />\n  <path d="M7 9c0 1.105 2.239 2 5 2s5 -.895 5 -2v-.035c0 -2.742 -2.239 -4.965 -5 -4.965s-5 2.223 -5 4.965v.035" />\n  <path d="M15 17l2 3" />\n  <path d="M8.5 17l-1.5 3" />\n  <path d="M12 14h.01" />\n  <path d="M7 13h.01" />\n  <path d="M17 13h.01" />\n</svg>\n\n\n',p7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3a9 9 0 0 1 9 9a1 1 0 0 1 -.883 .993l-.117 .007h-7v5a1 1 0 0 0 1.993 .117l.007 -.117a1 1 0 0 1 2 0a3 3 0 0 1 -5.995 .176l-.005 -.176v-5h-7a1 1 0 0 1 -.993 -.883l-.007 -.117a9 9 0 0 1 9 -9z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',v7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12h-8c0 -2.209 .895 -4.208 2.342 -5.656m2.382 -1.645a8 8 0 0 1 11.276 7.301l-4 0" />\n  <path d="M12 12v6a2 2 0 1 0 4 0" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',u7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12a8 8 0 0 1 16 0z" />\n  <path d="M12 12v6a2 2 0 0 0 4 0" />\n</svg>\n\n\n',g7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 5v5a5 5 0 0 0 10 0v-5" />\n  <path d="M5 19h14" />\n</svg>\n\n\n',m7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7.027 11.477a5 5 0 1 0 5.496 -4.45a4.951 4.951 0 0 0 -3.088 .681" />\n  <path d="M5.636 5.636a9 9 0 1 0 3.555 -2.188" />\n  <path d="M18 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M9 16m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',f7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 22v-2" />\n  <path d="M9 15l6 -6" />\n  <path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464" />\n  <path d="M13 18l-.397 .534a5.068 5.068 0 0 1 -7.127 0a4.972 4.972 0 0 1 0 -7.071l.524 -.463" />\n  <path d="M20 17h2" />\n  <path d="M2 7h2" />\n  <path d="M7 2v2" />\n</svg>\n\n\n',w7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2" />\n  <path d="M7 9l5 -5l5 5" />\n  <path d="M12 4l0 12" />\n</svg>\n\n\n',M7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16v-4a4 4 0 0 1 8 0v4" />\n  <path d="M3 12h1m8 -9v1m8 8h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7" />\n  <path d="M6 16m0 1a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z" />\n</svg>\n\n\n',_7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M12 17v-11.5" />\n  <path d="M7 10v3l5 3" />\n  <path d="M12 14.5l5 -2v-2.5" />\n  <path d="M16 10h2v-2h-2z" />\n  <path d="M7 9m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M10 5.5h4l-2 -2.5z" />\n</svg>\n\n\n',b7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h4c.267 0 .529 .026 .781 .076" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',x7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h3.5" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',I7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h4" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',y7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 10m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855" />\n</svg>\n\n\n',k7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h3.5" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',C7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h2.5" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',D7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h3" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',B7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h4c.342 0 .674 .043 .99 .124" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',z7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h3.5" />\n  <path d="M18.42 15.61a2.1 2.1 0 0 1 2.97 2.97l-3.39 3.42h-3v-3l3.42 -3.39z" />\n</svg>\n\n\n',E7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h4c.348 0 .686 .045 1.008 .128" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',S7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2a5 5 0 1 1 -5 5l.005 -.217a5 5 0 0 1 4.995 -4.783z" stroke-width="0" fill="currentColor" />\n  <path d="M14 14a5 5 0 0 1 5 5v1a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-1a5 5 0 0 1 5 -5h4z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',T7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h.5" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',A7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z" />\n  <path d="M6.201 18.744a4 4 0 0 1 3.799 -2.744h4a4 4 0 0 1 3.798 2.741" />\n  <path d="M19.875 6.27c.7 .398 1.13 1.143 1.125 1.948v7.284c0 .809 -.443 1.555 -1.158 1.948l-6.75 4.27a2.269 2.269 0 0 1 -2.184 0l-6.75 -4.27a2.225 2.225 0 0 1 -1.158 -1.948v-7.285c0 -.809 .443 -1.554 1.158 -1.947l6.75 -3.98a2.33 2.33 0 0 1 2.25 0l6.75 3.98h-.033z" />\n</svg>\n\n\n',O7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h4c.348 0 .686 .045 1.009 .128" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',H7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.18 8.189a4.01 4.01 0 0 0 2.616 2.627m3.507 -.545a4 4 0 1 0 -5.59 -5.552" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h4c.412 0 .81 .062 1.183 .178m2.633 2.618c.12 .38 .184 .785 .184 1.204v2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',R7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h3.5" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',P7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.163 2.168l8.021 5.828c.694 .504 .984 1.397 .719 2.212l-3.064 9.43a1.978 1.978 0 0 1 -1.881 1.367h-9.916a1.978 1.978 0 0 1 -1.881 -1.367l-3.064 -9.43a1.978 1.978 0 0 1 .719 -2.212l8.021 -5.828a1.978 1.978 0 0 1 2.326 0z" />\n  <path d="M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z" />\n  <path d="M6 20.703v-.703a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v.707" />\n</svg>\n\n\n',F7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h2.5" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',L7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h4" />\n</svg>\n\n\n',N7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h3.5" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',V7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 9a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M8 16a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2" />\n</svg>\n\n\n',U7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h1.5" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',j7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h3" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',G7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h2" />\n  <path d="M22 16c0 4 -2.5 6 -3.5 6s-3.5 -2 -3.5 -6c1 0 2.5 -.5 3.5 -1.5c1 1 2.5 1.5 3.5 1.5z" />\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n</svg>\n\n\n',W7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 13a3 3 0 1 0 0 -6a3 3 0 0 0 0 6z" />\n  <path d="M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z" />\n  <path d="M6 20.05v-.05a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v.05" />\n</svg>\n\n\n',$7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 10a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M6 21v-1a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v1" />\n  <path d="M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z" />\n</svg>\n\n\n',X7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h.5" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',K7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h4" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',Y7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h3.5" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',Q7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" />\n</svg>\n\n\n',Z7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 13a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M8 21v-1a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v1" />\n  <path d="M15 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M17 10h2a2 2 0 0 1 2 2v1" />\n  <path d="M5 5a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />\n  <path d="M3 13v-1a2 2 0 0 1 2 -2h2" />\n</svg>\n\n\n',q7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M3 21v-2a4 4 0 0 1 4 -4h4c.948 0 1.818 .33 2.504 .88" />\n  <path d="M16 3.13a4 4 0 0 1 0 7.75" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',J7t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 7a4 4 0 1 0 8 0a4 4 0 0 0 -8 0" />\n  <path d="M3 21v-2a4 4 0 0 1 4 -4h4c.96 0 1.84 .338 2.53 .901" />\n  <path d="M16 3.13a4 4 0 0 1 0 7.75" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',t8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" />\n  <path d="M16 3.13a4 4 0 0 1 0 7.75" />\n  <path d="M21 21v-2a4 4 0 0 0 -3 -3.85" />\n</svg>\n\n\n',e8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h1m16 0h1m-15.4 -6.4l.7 .7m12.1 -.7l-.7 .7m-9.7 5.7a4 4 0 1 1 8 0" />\n  <path d="M12 4v-1" />\n  <path d="M13 16l2 5h1l2 -5" />\n  <path d="M6 16v3a2 2 0 1 0 4 0v-3" />\n</svg>\n\n\n',n8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M7 10v2a2 2 0 1 0 4 0v-2" />\n  <path d="M14 10l3 4" />\n  <path d="M14 14l3 -4" />\n</svg>\n\n\n',a8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 5v-1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-4" />\n  <path d="M8.7 8.705a1.806 1.806 0 0 1 -.2 .045c-.866 .144 -1.5 .893 -1.5 1.77v8.48a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-2m0 -4v-2.48c0 -.877 -.634 -1.626 -1.5 -1.77a1.795 1.795 0 0 1 -1.5 -1.77v-.98" />\n  <path d="M7 12h5m4 0h1" />\n  <path d="M7 18h10" />\n  <path d="M11 15h2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',o8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 3m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />\n  <path d="M10 6v.98c0 .877 -.634 1.626 -1.5 1.77c-.866 .144 -1.5 .893 -1.5 1.77v8.48a2 2 0 0 0 2 2h6a2 2 0 0 0 2 -2v-8.48c0 -.877 -.634 -1.626 -1.5 -1.77a1.795 1.795 0 0 1 -1.5 -1.77v-.98" />\n  <path d="M7 12h10" />\n  <path d="M7 18h10" />\n  <path d="M11 15h2" />\n</svg>\n\n\n',i8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3l4 4" />\n  <path d="M19 5l-4.5 4.5" />\n  <path d="M11.5 6.5l6 6" />\n  <path d="M16.5 11.5l-.5 .5m-2 2l-4 4h-4v-4l4 -4m2 -2l.5 -.5" />\n  <path d="M7.5 12.5l1.5 1.5" />\n  <path d="M3 21l3 -3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',s8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3l4 4" />\n  <path d="M19 5l-4.5 4.5" />\n  <path d="M11.5 6.5l6 6" />\n  <path d="M16.5 11.5l-6.5 6.5h-4v-4l6.5 -6.5" />\n  <path d="M7.5 12.5l1.5 1.5" />\n  <path d="M10.5 9.5l1.5 1.5" />\n  <path d="M3 21l3 -3" />\n</svg>\n\n\n',r8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 1 -18 0a9 9 0 0 1 18 0z" />\n  <path d="M14 9a2 2 0 1 1 -4 0a2 2 0 0 1 4 0z" />\n  <path d="M12 16h.01" />\n</svg>\n\n\n',l8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" />\n  <path d="M5 4c-2.5 5 -2.5 10 0 16m14 -16c1.775 3.55 2.29 7.102 1.544 11.01m-11.544 -6.01h1c1 0 1 1 2.016 3.527c.782 1.966 .943 3 1.478 3.343" />\n  <path d="M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',h8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.675 4.68c-2.17 4.776 -2.062 9.592 .325 15.32" />\n  <path d="M19 4c1.959 3.917 2.383 7.834 1.272 12.232m-.983 3.051c-.093 .238 -.189 .477 -.289 .717" />\n  <path d="M11.696 11.696c.095 .257 .2 .533 .32 .831c.984 2.473 .984 3.473 1.984 3.473h1" />\n  <path d="M8 16c1.5 0 3 -2 4 -3.5m2.022 -2.514c.629 -.582 1.304 -.986 1.978 -.986" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',d8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4c-2.5 5 -2.5 10 0 16m14 -16c1.38 2.76 2 5.52 1.855 8.448m-11.855 -3.448h1c1 0 1 1 2.016 3.527c.785 1.972 .944 3.008 1.483 3.346" />\n  <path d="M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',c8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 4c-2.5 5 -2.5 10 0 16m14 -16c2.5 5 2.5 10 0 16m-10 -11h1c1 0 1 1 2.016 3.527c.984 2.473 .984 3.473 1.984 3.473h1" />\n  <path d="M8 16c1.5 0 3 -2 4 -3.5s2.5 -3.5 4 -3.5" />\n</svg>\n\n\n',p8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M7 5l7 0" />\n  <path d="M10 19l7 0" />\n  <path d="M9 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M15 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M7 5.5a5 6.5 0 0 1 5 6.5a5 6.5 0 0 0 5 6.5" />\n</svg>\n\n\n',v8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 10m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M10 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M10 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M19 10a5 5 0 0 0 -5 -5" />\n  <path d="M5 14a5 5 0 0 0 5 5" />\n  <path d="M5 10a5 5 0 0 1 5 -5" />\n</svg>\n\n\n',u8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 10m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M10 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M10 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M19 10a5 5 0 0 0 -5 -5" />\n  <path d="M19 14a5 5 0 0 1 -5 5" />\n  <path d="M5 14a5 5 0 0 0 5 5" />\n  <path d="M5 10a5 5 0 0 1 5 -5" />\n</svg>\n\n\n',g8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 14m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 14m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M10 6m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M10 8.5a6 6 0 0 0 -5 5.5" />\n  <path d="M14 8.5a6 6 0 0 1 5 5.5" />\n  <path d="M10 8l-6 0" />\n  <path d="M20 8l-6 0" />\n  <path d="M3 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M21 8m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n</svg>\n\n\n',m8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.68 6.733a1 1 0 0 1 -.68 .267h-2a1 1 0 0 1 -1 -1v-2c0 -.276 .112 -.527 .293 -.708" />\n  <path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M20.72 20.693a1 1 0 0 1 -.72 .307h-2a1 1 0 0 1 -1 -1v-2c0 -.282 .116 -.536 .304 -.718" />\n  <path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M5 7v10" />\n  <path d="M19 7v8" />\n  <path d="M9 5h8" />\n  <path d="M7 19h10" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',f8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 5c-6.627 0 -12 5.373 -12 12" />\n</svg>\n\n\n',w8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 6v-1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-1" />\n  <path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M20.705 20.709a1 1 0 0 1 -.705 .291h-2a1 1 0 0 1 -1 -1v-2c0 -.28 .115 -.532 .3 -.714" />\n  <path d="M6.5 17.1l3.749 -6.823" />\n  <path d="M13.158 9.197l-.658 -1.197" />\n  <path d="M7 19h10" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',M8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 4m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M6.5 17.1l5 -9.1" />\n  <path d="M17.5 17.1l-5 -9.1" />\n  <path d="M7 19l10 0" />\n</svg>\n\n\n',_8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 3m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M17 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M3 17m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" />\n  <path d="M5 7l0 10" />\n  <path d="M19 7l0 10" />\n  <path d="M7 5l10 0" />\n  <path d="M7 19l10 0" />\n</svg>\n\n\n',b8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M12 14l0 7" />\n  <path d="M9 18l6 0" />\n</svg>\n\n\n',x8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 4h-6a3 3 0 0 0 -3 3v10a3 3 0 0 0 3 3h6a3 3 0 0 0 3 -3v-10a3 3 0 0 0 -3 -3z" stroke-width="0" fill="currentColor" />\n  <path d="M7 6a1 1 0 0 1 .993 .883l.007 .117v10a1 1 0 0 1 -1.993 .117l-.007 -.117v-10a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M4 7a1 1 0 0 1 .993 .883l.007 .117v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-8a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',I8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.184 6.162a2 2 0 0 1 1.816 -1.162h6a2 2 0 0 1 2 2v9m-1.185 2.827a1.993 1.993 0 0 1 -.815 .173h-6a2 2 0 0 1 -2 -2v-7" />\n  <path d="M7 7v10" />\n  <path d="M4 8v8" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',y8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 5m0 2a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2z" />\n  <path d="M7 7l0 10" />\n  <path d="M4 8l0 8" />\n</svg>\n\n\n',k8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" />\n  <path d="M3 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M7 12l4 0" />\n</svg>\n\n\n',C8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M15 11v-1l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -.675 .946" />\n  <path d="M10 6h3a2 2 0 0 1 2 2v3m0 4v1a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2v-8a2 2 0 0 1 2 -2h1" />\n</svg>\n\n\n',D8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" />\n  <path d="M3 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n  <path d="M7 12l4 0" />\n  <path d="M9 10l0 4" />\n</svg>\n\n\n',B8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" />\n  <path d="M3 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" />\n</svg>\n\n\n',z8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8.335 8.388a19 19 0 0 0 -.335 3.612c0 4.97 1.79 9 4 9c1.622 0 3.018 -2.172 3.646 -5.294m.354 -3.706c0 -4.97 -1.79 -9 -4 -9c-1.035 0 -1.979 .885 -2.689 2.337" />\n  <path d="M5.65 5.623a9 9 0 1 0 12.71 12.745m1.684 -2.328a9 9 0 0 0 -12.094 -12.08" />\n  <path d="M8.32 8.349c-3.136 .625 -5.32 2.025 -5.32 3.651c0 2.21 4.03 4 9 4c1.286 0 2.51 -.12 3.616 -.336m3.059 -.98c1.445 -.711 2.325 -1.653 2.325 -2.684c0 -2.21 -4.03 -4 -9 -4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',E8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12m-4 0a4 9 0 1 0 8 0a4 9 0 1 0 -8 0" />\n  <path d="M3 12c0 2.21 4.03 4 9 4s9 -1.79 9 -4s-4.03 -4 -9 -4s-9 1.79 -9 4z" />\n</svg>\n\n\n',S8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.65 5.623a9 9 0 1 0 12.71 12.745m1.684 -2.328a9 9 0 0 0 -12.094 -12.08" />\n  <path d="M12 3v4" />\n  <path d="M12 21v-3" />\n  <path d="M3 12h4" />\n  <path d="M21 12h-3" />\n  <path d="M12 12v.01" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',T8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 3l0 4" />\n  <path d="M12 21l0 -3" />\n  <path d="M3 12l4 0" />\n  <path d="M21 12l-3 0" />\n  <path d="M12 12l0 .01" />\n</svg>\n\n\n',A8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h7l-3 -3m0 6l3 -3" />\n  <path d="M21 12h-7l3 -3m0 6l-3 -3" />\n  <path d="M9 6v-3h6v3" />\n  <path d="M9 18v3h6v-3" />\n</svg>\n\n\n',O8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 12h-7l3 -3m0 6l-3 -3" />\n  <path d="M14 12h7l-3 -3m0 6l3 -3" />\n  <path d="M3 6v-3h18v3" />\n  <path d="M3 18v3h18v-3" />\n</svg>\n\n\n',H8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 3.937a9 9 0 1 0 5 8.063" />\n  <path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M20 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M20 4l-3.5 10l-2.5 2" />\n</svg>\n\n\n',R8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5h2m4 0h12" />\n  <path d="M3 19h16" />\n  <path d="M4 9l2 6h1l2 -6" />\n  <path d="M12 12v3" />\n  <path d="M16 12v-3h2a2 2 0 1 1 0 4h-1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',P8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 5h18" />\n  <path d="M3 19h18" />\n  <path d="M4 9l2 6h1l2 -6" />\n  <path d="M12 9v6" />\n  <path d="M16 15v-6h2a2 2 0 1 1 0 4h-2" />\n</svg>\n\n\n',F8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3l18 18" />\n  <path d="M8.469 8.46a5 5 0 0 0 7.058 7.084" />\n  <path d="M16.913 12.936a5 5 0 0 0 -5.826 -5.853" />\n  <path d="M12 7v-4" />\n  <path d="M11 3h2" />\n  <path d="M15.536 8.464l2.828 -2.828" />\n  <path d="M17.657 4.929l1.414 1.414" />\n  <path d="M17 12h4" />\n  <path d="M21 11v2" />\n  <path d="M18.364 18.363l-.707 .707" />\n  <path d="M12 17v4" />\n  <path d="M13 21h-2" />\n  <path d="M8.465 15.536l-2.829 2.828" />\n  <path d="M6.343 19.071l-1.413 -1.414" />\n  <path d="M7 12h-4" />\n  <path d="M3 13v-2" />\n  <path d="M5.636 5.637l-.707 .707" />\n</svg>\n\n\n',L8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 12a5 5 0 1 0 -5 5" />\n  <path d="M12 7v-4" />\n  <path d="M11 3h2" />\n  <path d="M15.536 8.464l2.828 -2.828" />\n  <path d="M17.657 4.929l1.414 1.414" />\n  <path d="M17 12h4" />\n  <path d="M21 11v2" />\n  <path d="M12 17v4" />\n  <path d="M13 21h-2" />\n  <path d="M8.465 15.536l-2.829 2.828" />\n  <path d="M6.343 19.071l-1.413 -1.414" />\n  <path d="M7 12h-4" />\n  <path d="M3 13v-2" />\n  <path d="M8.464 8.464l-2.828 -2.828" />\n  <path d="M4.929 6.343l1.414 -1.413" />\n  <path d="M17.5 17.5m-2.5 0a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0" />\n  <path d="M19.5 19.5l2.5 2.5" />\n</svg>\n\n\n',N8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M12 7v-4" />\n  <path d="M11 3h2" />\n  <path d="M15.536 8.464l2.828 -2.828" />\n  <path d="M17.657 4.929l1.414 1.414" />\n  <path d="M17 12h4" />\n  <path d="M21 11v2" />\n  <path d="M15.535 15.536l2.829 2.828" />\n  <path d="M19.071 17.657l-1.414 1.414" />\n  <path d="M12 17v4" />\n  <path d="M13 21h-2" />\n  <path d="M8.465 15.536l-2.829 2.828" />\n  <path d="M6.343 19.071l-1.413 -1.414" />\n  <path d="M7 12h-4" />\n  <path d="M3 13v-2" />\n  <path d="M8.464 8.464l-2.828 -2.828" />\n  <path d="M4.929 6.343l1.414 -1.413" />\n</svg>\n\n\n',V8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M7 3h3a2 2 0 0 1 2 2a2 2 0 0 1 2 -2h6a1 1 0 0 1 1 1v13m-2 2h-5a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2h-6a1 1 0 0 1 -1 -1v-14c0 -.279 .114 -.53 .298 -.712" />\n  <path d="M12 5v3m0 4v9" />\n  <path d="M7 11h1" />\n  <path d="M16 7h1" />\n  <path d="M16 11h1" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',U8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 19h-6a1 1 0 0 1 -1 -1v-14a1 1 0 0 1 1 -1h6a2 2 0 0 1 2 2a2 2 0 0 1 2 -2h6a1 1 0 0 1 1 1v14a1 1 0 0 1 -1 1h-6a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2z" />\n  <path d="M12 5v16" />\n  <path d="M7 7h1" />\n  <path d="M7 11h1" />\n  <path d="M16 7h1" />\n  <path d="M16 11h1" />\n  <path d="M16 15h1" />\n</svg>\n\n\n',j8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 8v-1a2 2 0 1 0 -4 0" />\n  <path d="M15 8v-1a2 2 0 1 1 4 0" />\n  <path d="M4 20l3.472 -7.812a2 2 0 0 1 1.828 -1.188h5.4a2 2 0 0 1 1.828 1.188l3.472 7.812" />\n  <path d="M6.192 15.064a2.14 2.14 0 0 1 .475 -.064c.527 -.009 1.026 .178 1.333 .5c.307 .32 .806 .507 1.333 .5c.527 .007 1.026 -.18 1.334 -.5c.307 -.322 .806 -.509 1.333 -.5c.527 -.009 1.026 .178 1.333 .5c.308 .32 .807 .507 1.334 .5c.527 .007 1.026 -.18 1.333 -.5c.307 -.322 .806 -.509 1.333 -.5c.161 .003 .32 .025 .472 .064" />\n  <path d="M12 8v-4" />\n</svg>\n\n\n',G8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8a5 5 0 0 1 0 8" />\n  <path d="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" />\n</svg>\n\n\n',W8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" />\n  <path d="M16 10l4 4m0 -4l-4 4" />\n</svg>\n\n\n',$8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8a5 5 0 0 1 1.912 4.934m-1.377 2.602a5 5 0 0 1 -.535 .464" />\n  <path d="M17.7 5a9 9 0 0 1 2.362 11.086m-1.676 2.299a9 9 0 0 1 -.686 .615" />\n  <path d="M9.069 5.054l.431 -.554a.8 .8 0 0 1 1.5 .5v2m0 4v8a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l1.294 -1.664" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',X8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 8a5 5 0 0 1 0 8" />\n  <path d="M17.7 5a9 9 0 0 1 0 14" />\n  <path d="M6 15h-2a1 1 0 0 1 -1 -1v-4a1 1 0 0 1 1 -1h2l3.5 -4.5a.8 .8 0 0 1 1.5 .5v14a.8 .8 0 0 1 -1.5 .5l-3.5 -4.5" />\n</svg>\n\n\n',K8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M2 12c0 5.523 4.477 10 10 10s10 -4.477 10 -10s-4.477 -10 -10 -10s-10 4.477 -10 10" />\n  <path d="M14 14.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75" />\n  <path d="M7 9l2 6l2 -6" />\n</svg>\n\n\n',Y8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M7 21l3 -4" />\n  <path d="M16 21l-2 -4l-3 -3l1 -6" />\n  <path d="M6 12l2 -3l4 -1l3 3l3 1" />\n</svg>\n\n\n',Q8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 4h10a2 2 0 0 1 2 2v10m-.589 3.417c-.361 .36 -.86 .583 -1.411 .583h-12a2 2 0 0 1 -2 -2v-12c0 -.55 .222 -1.047 .58 -1.409" />\n  <path d="M4 8h4m4 0h8" />\n  <path d="M20 12h-4m-4 0h-8" />\n  <path d="M4 16h12" />\n  <path d="M9 4v1" />\n  <path d="M14 8v2" />\n  <path d="M8 12v4" />\n  <path d="M11 16v4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Z8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" />\n  <path d="M4 8h16" />\n  <path d="M20 12h-16" />\n  <path d="M4 16h16" />\n  <path d="M9 4v4" />\n  <path d="M14 8v4" />\n  <path d="M8 12v4" />\n  <path d="M16 12v4" />\n  <path d="M11 16v4" />\n</svg>\n\n\n',q8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 8v-3a1 1 0 0 0 -1 -1h-8m-3.413 .584a2 2 0 0 0 1.413 3.416h2m4 0h6a1 1 0 0 1 1 1v3" />\n  <path d="M19 19a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12" />\n  <path d="M16 12h4v4m-4 0a2 2 0 0 1 -2 -2" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',J8t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 8v-3a1 1 0 0 0 -1 -1h-10a2 2 0 0 0 0 4h12a1 1 0 0 1 1 1v3m0 4v3a1 1 0 0 1 -1 1h-12a2 2 0 0 1 -2 -2v-12" />\n  <path d="M20 12v4h-4a2 2 0 0 1 0 -4h4" />\n</svg>\n\n\n',t9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 6h8a2 2 0 0 1 2 2v8m-.58 3.409a2 2 0 0 1 -1.42 .591h-12" />\n  <path d="M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M8 18v-10m-3.427 -3.402c-.353 .362 -.573 .856 -.573 1.402v12" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',e9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 6h10a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-12" />\n  <path d="M6 18m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M8 18v-12a2 2 0 1 0 -4 0v12" />\n</svg>\n\n\n',n9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10.5 10.5l-7.5 7.5l3 3l7.5 -7.5m2 -2l5.5 -5.5l-3 -3l-5.5 5.5" />\n  <path d="M15 6l3 3" />\n  <path d="M8.433 4.395c.35 -.36 .567 -.852 .567 -1.395a2 2 0 0 0 2 2c-.554 0 -1.055 .225 -1.417 .589" />\n  <path d="M18.418 14.41c.36 -.36 .582 -.86 .582 -1.41a2 2 0 0 0 2 2c-.555 0 -1.056 .226 -1.419 .59" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',a9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 21l15 -15l-3 -3l-15 15l3 3" />\n  <path d="M15 6l3 3" />\n  <path d="M9 3a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" />\n  <path d="M19 13a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2" />\n</svg>\n\n\n',o9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" />\n  <path d="M12 12h.01" />\n</svg>\n\n\n',i9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" />\n  <path d="M10 12h.01" />\n  <path d="M14 12h.01" />\n</svg>\n\n\n',s9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" />\n  <path d="M12 12h.01" />\n  <path d="M9 12h.01" />\n  <path d="M15 12h.01" />\n</svg>\n\n\n',r9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M9 16v-4.8c0 -1.657 1.343 -3.2 3 -3.2s3 1.543 3 3.2v4.8" />\n  <path d="M15 13h-6" />\n</svg>\n\n\n',l9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M12 7v10" />\n  <path d="M16 7v10" />\n  <path d="M8 7v10" />\n</svg>\n\n\n',h9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 16v-8h4" />\n  <path d="M13 12h-3" />\n</svg>\n\n\n',d9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3v-12z" />\n  <path d="M7 12h10" />\n</svg>\n\n\n',c9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M4 4.01c5.333 5.323 10.667 5.32 16 -.01" />\n</svg>\n\n\n',p9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.116 20.127a2.99 2.99 0 0 1 -2.116 .873h-12a3 3 0 0 1 -3 -3v-12c0 -.827 .335 -1.576 .877 -2.12m3.123 -.88h11a3 3 0 0 1 3 3v11" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',v9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M10 16v-8h2.5a2.5 2.5 0 1 1 0 5h-2.5" />\n</svg>\n\n\n',u9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M3 11l8 -8" />\n  <path d="M3 17l14 -14" />\n</svg>\n\n\n',g9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M8 8l1.5 8h1l1.5 -6l1.5 6h1l1.5 -8" />\n</svg>\n\n\n',m9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n</svg>\n\n\n',f9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.048 16.033a9 9 0 0 0 -12.094 -12.075m-2.321 1.682a9 9 0 0 0 12.733 12.723" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',w9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n</svg>\n\n\n',M9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h5.306m8.162 -6.972l.838 -5.028" />\n  <path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" />\n  <path d="M16 22s0 -2 3 -4" />\n  <path d="M19 21a3 3 0 0 1 0 -6h3v3a3 3 0 0 1 -3 3z" />\n</svg>\n\n\n',_9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.486 5.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" />\n  <path d="M3 3l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" />\n  <path d="M5 18h14" />\n  <path d="M5 21h14" />\n</svg>\n\n\n',b9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.426 -.296 .777 -.5 1.5 -.5h1" />\n  <path d="M16 8l.615 .034c.552 .067 1.046 .23 1.385 .466c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" />\n  <path d="M14 10.5l.586 .578a1.516 1.516 0 0 0 2 0c.476 -.433 .55 -1.112 .176 -1.622l-1.762 -2.456c-.37 -.506 -1.331 -1 -2 -1h-3.117a1 1 0 0 0 -.992 .876l-.499 3.986a3.857 3.857 0 0 0 2.608 4.138a2.28 2.28 0 0 0 3 -2.162v-2.338z" />\n  <path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" />\n</svg>\n\n\n',x9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3m0 2a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2z" />\n  <path d="M12 14m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M8 6h.01" />\n  <path d="M11 6h.01" />\n  <path d="M14 6h2" />\n  <path d="M8 14c1.333 -.667 2.667 -.667 4 0c1.333 .667 2.667 .667 4 0" />\n</svg>\n\n\n',I9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612c.208 0 .41 -.032 .6 -.092m1.521 -2.472l1.573 -9.436" />\n  <path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5m4.92 .919c.428 -.083 .805 -.227 1.08 -.418c.461 -.322 1.21 -.508 2 -.5c.79 -.008 1.539 .178 2 .5c.461 .32 1.21 .508 2 .5c.17 0 .339 -.015 .503 -.035" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',y9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.486 7.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" />\n  <path d="M3 5l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" />\n  <path d="M5 20h14" />\n</svg>\n\n\n',k9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" />\n  <path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" />\n  <path d="M12 13h.01" />\n</svg>\n\n\n',C9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" />\n  <path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" />\n  <path d="M14 13h.01" />\n  <path d="M10 13h.01" />\n</svg>\n\n\n',D9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" />\n  <path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" />\n  <path d="M12 13h.01" />\n  <path d="M15 13h.01" />\n  <path d="M9 13h.01" />\n</svg>\n\n\n',B9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" />\n  <path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" />\n  <path d="M10 15h.01" />\n  <path d="M14 15h.01" />\n  <path d="M14 12h.01" />\n  <path d="M10 12h.01" />\n</svg>\n\n\n',z9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 15h.01" />\n  <path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" />\n  <path d="M14 15h.01" />\n  <path d="M15 12h.01" />\n  <path d="M12 12h.01" />\n  <path d="M9 12h.01" />\n  <path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" />\n</svg>\n\n\n',E9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M9 15h.01" />\n  <path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" />\n  <path d="M12 15h.01" />\n  <path d="M15 15h.01" />\n  <path d="M15 12h.01" />\n  <path d="M12 12h.01" />\n  <path d="M9 12h.01" />\n  <path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" />\n</svg>\n\n\n',S9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v12a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z" />\n  <path d="M12 12m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" />\n</svg>\n\n\n',T9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.116 20.127a2.99 2.99 0 0 1 -2.116 .873h-12a3 3 0 0 1 -3 -3v-12c0 -.827 .335 -1.576 .877 -2.12m3.123 -.88h11a3 3 0 0 1 3 3v11" />\n  <path d="M17.744 13.74a6 6 0 0 0 -7.486 -7.482m-2.499 1.497a6 6 0 1 0 8.48 8.49" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',A9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3.486 8.965c.168 .02 .34 .033 .514 .035c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.79 .009 1.539 -.178 2 -.5c.461 -.32 1.21 -.507 2 -.5c.79 -.007 1.539 .18 2 .5c.461 .322 1.21 .509 2 .5c.17 0 .339 -.014 .503 -.034" />\n  <path d="M3 6l1.721 10.329a2 2 0 0 0 1.973 1.671h10.612a2 2 0 0 0 1.973 -1.671l1.721 -10.329" />\n</svg>\n\n\n',O9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 9a1 1 0 1 0 2 0a1 1 0 0 0 -2 0" />\n  <path d="M5 8l3 4l4.5 1l7.5 -1" />\n  <path d="M3 18.75a2.4 2.4 0 0 0 1 .25a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 1 -.25" />\n  <path d="M12 16l.5 -3" />\n  <path d="M6.5 5a.5 .5 0 1 0 0 -1a.5 .5 0 0 0 0 1z" fill="currentColor" />\n</svg>\n\n\n',H9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h5l4 8v-16l4 8h5" />\n</svg>\n\n\n',R9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12h-2c-.894 0 -1.662 -.857 -1.761 -2c-.296 -3.45 -.749 -6 -2.749 -6s-2.5 3.582 -2.5 8s-.5 8 -2.5 8s-2.452 -2.547 -2.749 -6c-.1 -1.147 -.867 -2 -1.763 -2h-2" />\n</svg>\n\n\n',P9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12h5v8h4v-16h4v8h5" />\n</svg>\n\n\n',F9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1" />\n  <path d="M3 16c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1" />\n  <path d="M3 8c.576 -.643 1.512 -1.017 2.5 -1c.988 -.017 1.924 .357 2.5 1c.576 .643 1.512 1.017 2.5 1c.988 .017 1.924 -.357 2.5 -1" />\n  <path d="M20 7l-3 5h4l-3 5" />\n</svg>\n\n\n',L9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.876 13.61a4 4 0 1 0 6.124 3.39h6" />\n  <path d="M15.066 20.502a4 4 0 0 0 4.763 -.675m1.171 -2.827a4 4 0 0 0 -4 -4" />\n  <path d="M16 8a4 4 0 0 0 -6.824 -2.833m-1.176 2.833c0 1.506 .77 2.818 2 3.5l-3 5.5" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',N9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4.876 13.61a4 4 0 1 0 6.124 3.39h6" />\n  <path d="M15.066 20.502a4 4 0 1 0 1.934 -7.502c-.706 0 -1.424 .179 -2 .5l-3 -5.5" />\n  <path d="M16 8a4 4 0 1 0 -8 0c0 1.506 .77 2.818 2 3.5l-3 5.5" />\n</svg>\n\n\n',V9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 6m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M6.835 9h10.33a1 1 0 0 1 .984 .821l1.637 9a1 1 0 0 1 -.984 1.179h-13.604a1 1 0 0 1 -.984 -1.179l1.637 -9a1 1 0 0 1 .984 -.821z" />\n</svg>\n\n\n',U9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M3 12h6" />\n  <path d="M15 12h6" />\n  <path d="M13.6 9.4l3.4 -4.8" />\n  <path d="M10.4 14.6l-3.4 4.8" />\n  <path d="M7 4.6l3.4 4.8" />\n  <path d="M13.6 14.6l3.4 4.8" />\n</svg>\n\n\n',j9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M17.582 17.59a2 2 0 0 0 2.833 2.824" />\n  <path d="M14 14h-1.4" />\n  <path d="M6 6v5" />\n  <path d="M6 8h2m4 0h5" />\n  <path d="M15 8v3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',G9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M8 16m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M19 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19 17a3 3 0 0 0 -3 -3h-3.4" />\n  <path d="M3 3h1a2 2 0 0 1 2 2v6" />\n  <path d="M6 8h11" />\n  <path d="M15 8v6" />\n</svg>\n\n\n',W9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 12a2 2 0 1 0 -4 0a2 2 0 0 0 4 0z" />\n  <path d="M12 21c-3.314 0 -6 -2.462 -6 -5.5s2.686 -5.5 6 -5.5" />\n  <path d="M21 12c0 3.314 -2.462 6 -5.5 6s-5.5 -2.686 -5.5 -6" />\n  <path d="M12 14c3.314 0 6 -2.462 6 -5.5s-2.686 -5.5 -6 -5.5" />\n  <path d="M14 12c0 -3.314 -2.462 -6 -5.5 -6s-5.5 2.686 -5.5 6" />\n</svg>\n\n\n',$9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l.01 0" />\n</svg>\n\n\n',X9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l.01 0" />\n  <path d="M9.172 15.172a4 4 0 0 1 5.656 0" />\n</svg>\n\n\n',K9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l.01 0" />\n  <path d="M9.172 15.172a4 4 0 0 1 5.656 0" />\n  <path d="M6.343 12.343a8 8 0 0 1 11.314 0" />\n</svg>\n\n\n',Y9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l.01 0" />\n  <path d="M9.172 15.172a4 4 0 0 1 5.656 0" />\n  <path d="M6.343 12.343a7.963 7.963 0 0 1 3.864 -2.14m4.163 .155a7.965 7.965 0 0 1 3.287 2" />\n  <path d="M3.515 9.515a12 12 0 0 1 3.544 -2.455m3.101 -.92a12 12 0 0 1 10.325 3.374" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Q9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18l.01 0" />\n  <path d="M9.172 15.172a4 4 0 0 1 5.656 0" />\n  <path d="M6.343 12.343a8 8 0 0 1 11.314 0" />\n  <path d="M3.515 9.515c4.686 -4.687 12.284 -4.687 17 0" />\n</svg>\n\n\n',Z9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 7l-3 5h4l-3 5" />\n  <path d="M3 16h4a2 2 0 1 1 0 4" />\n  <path d="M3 12h8a2 2 0 1 0 0 -4" />\n  <path d="M3 8h3a2 2 0 1 0 0 -4" />\n</svg>\n\n\n',q9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 8h3m4 0h1.5a2.5 2.5 0 1 0 -2.34 -3.24" />\n  <path d="M3 12h9" />\n  <path d="M16 12h2.5a2.5 2.5 0 0 1 1.801 4.282" />\n  <path d="M4 16h5.5a2.5 2.5 0 1 1 -2.34 3.24" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',J9t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 8h8.5a2.5 2.5 0 1 0 -2.34 -3.24" />\n  <path d="M3 12h15.5a2.5 2.5 0 1 1 -2.34 3.24" />\n  <path d="M4 16h5.5a2.5 2.5 0 1 1 -2.34 3.24" />\n</svg>\n\n\n',t_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 2c3.292 0 6 2.435 6 5.5c0 1.337 -.515 2.554 -1.369 3.5h4.369a1 1 0 0 1 1 1c0 3.292 -2.435 6 -5.5 6c-1.336 0 -2.553 -.515 -3.5 -1.368v4.368a1 1 0 0 1 -1 1c-3.292 0 -6 -2.435 -6 -5.5c0 -1.336 .515 -2.553 1.368 -3.5h-4.368a1 1 0 0 1 -1 -1c0 -3.292 2.435 -6 5.5 -6c1.337 0 2.554 .515 3.5 1.369v-4.369a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',e_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.061 11.06c1.18 -.824 1.939 -2.11 1.939 -3.56c0 -2.49 -2.24 -4.5 -5 -4.5v5" />\n  <path d="M12 12c0 2.76 2.01 5 4.5 5c.166 0 .33 -.01 .49 -.03m2.624 -1.36c.856 -.91 1.386 -2.19 1.386 -3.61h-5" />\n  <path d="M12 12c-2.76 0 -5 2.01 -5 4.5s2.24 4.5 5 4.5v-9z" />\n  <path d="M6.981 7.033c-2.244 .285 -3.981 2.402 -3.981 4.967h9" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',n_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12c2.76 0 5 -2.01 5 -4.5s-2.24 -4.5 -5 -4.5v9z" />\n  <path d="M12 12c0 2.76 2.01 5 4.5 5s4.5 -2.24 4.5 -5h-9z" />\n  <path d="M12 12c-2.76 0 -5 2.01 -5 4.5s2.24 4.5 5 4.5v-9z" />\n  <path d="M12 12c0 -2.76 -2.01 -5 -4.5 -5s-4.5 2.24 -4.5 5h9z" />\n</svg>\n\n\n',a_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 16m0 1a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1z" />\n  <path d="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6" />\n  <path d="M12 8h4v4" />\n  <path d="M16 8l-5 5" />\n</svg>\n\n\n',o_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 16m0 1a1 1 0 0 1 1 -1h3a1 1 0 0 1 1 1v3a1 1 0 0 1 -1 1h-3a1 1 0 0 1 -1 -1z" />\n  <path d="M4 12v-6a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-6" />\n  <path d="M15 13h-4v-4" />\n  <path d="M11 13l5 -5" />\n</svg>\n\n\n',i_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6.166 6.19a6.903 6.903 0 0 0 -1.166 3.81v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-1m0 -4v-5c0 -3.728 -3.134 -7 -7 -7a6.86 6.86 0 0 0 -3.804 1.158" />\n  <path d="M5 13h8m4 0h2" />\n  <path d="M12 3v5m0 4v9" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',s_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 3c-3.866 0 -7 3.272 -7 7v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1 -1v-10c0 -3.728 -3.134 -7 -7 -7z" />\n  <path d="M5 13l14 0" />\n  <path d="M12 3l0 18" />\n</svg>\n\n\n',r_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3v18" />\n  <path d="M6 11l12 -1v-4l-12 -1" />\n  <path d="M10 5.5v5" />\n  <path d="M14 6v4" />\n  <path d="M4 21h4" />\n</svg>\n\n\n',l_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 20m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M3 11l5.5 5.5a5 5 0 0 1 7 0l5.5 -5.5a12 12 0 0 0 -18 0" />\n  <path d="M12 20l0 -14" />\n  <path d="M4 6a4 4 0 0 1 .4 -1.8" />\n  <path d="M7 2.1a4 4 0 0 1 2 0" />\n  <path d="M12 6a4 4 0 0 0 -.4 -1.8" />\n  <path d="M12 6a4 4 0 0 1 .4 -1.8" />\n  <path d="M15 2.1a4 4 0 0 1 2 0" />\n  <path d="M20 6a4 4 0 0 0 -.4 -1.8" />\n</svg>\n\n\n',h_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 18m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M3 9l5.5 5.5a5 5 0 0 1 7 0l5.5 -5.5a12 12 0 0 0 -18 0" />\n  <path d="M12 18l-2.2 -12.8" />\n</svg>\n\n\n',d_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 16v5" />\n  <path d="M14 16v5" />\n  <path d="M8 16h8l-2 -7h-4z" />\n  <path d="M5 11c1.667 -1.333 3.333 -2 5 -2" />\n  <path d="M19 11c-1.667 -1.333 -3.333 -2 -5 -2" />\n  <path d="M12 4m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n</svg>\n\n\n',c_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5.5m-6 0a6 2.5 0 1 0 12 0a6 2.5 0 1 0 -12 0" />\n  <path d="M18 5.5v4.626a1.415 1.415 0 0 1 1.683 2.18l-.097 .108l-1.586 1.586v4c0 1.61 -2.54 2.925 -5.725 3l-.275 0c-3.314 0 -6 -1.343 -6 -3v-2l-1.586 -1.586a1.414 1.414 0 0 1 1.586 -2.287v-6.627" />\n  <path d="M10 12.5v1.5" />\n  <path d="M14 16v1" />\n</svg>\n\n\n',p_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.985 12.52a9 9 0 1 0 -7.52 8.36" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h10.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3c2.313 3.706 3.07 7.856 2.27 12" />\n  <path d="M19 16l-2 3h4l-2 3" />\n</svg>\n\n\n',v_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -8.985 9" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h9.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.991 16.991 0 0 1 2.53 10.275" />\n  <path d="M19 19m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 21l4 -4" />\n</svg>\n\n\n',u_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.946 12.99a9 9 0 1 0 -9.46 7.995" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h13.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.997 16.997 0 0 1 2.311 12.001" />\n  <path d="M15 19l2 2l4 -4" />\n</svg>\n\n\n',g_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.942 13.02a9 9 0 1 0 -9.47 7.964" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h9.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3c2 3.206 2.837 6.913 2.508 10.537" />\n  <path d="M20 21l2 -2l-2 -2" />\n  <path d="M17 17l-2 2l2 2" />\n</svg>\n\n\n',m_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -8.979 9" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h8.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.992 16.992 0 0 1 2.522 10.376" />\n  <path d="M19.001 19m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M19.001 15.5v1.5" />\n  <path d="M19.001 21v1.5" />\n  <path d="M22.032 17.25l-1.299 .75" />\n  <path d="M17.27 20l-1.3 .75" />\n  <path d="M15.97 17.25l1.3 .75" />\n  <path d="M20.733 20l1.3 .75" />\n</svg>\n\n\n',f_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.876 10.51a9 9 0 1 0 -7.839 10.43" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h9.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.986 16.986 0 0 1 2.578 9.02" />\n  <path d="M21 15h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M19 21v1m0 -8v1" />\n</svg>\n\n\n',w_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.986 12.509a9 9 0 1 0 -8.455 8.476" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h10.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3c2.313 3.706 3.07 7.857 2.27 12" />\n  <path d="M19 16v6" />\n  <path d="M22 19l-3 3l-3 -3" />\n</svg>\n\n\n',M_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -9 9" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h8.4" />\n  <path d="M11.578 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3c1.719 2.755 2.5 5.876 2.5 9" />\n  <path d="M18 14v7m-3 -3l3 3l3 -3" />\n</svg>\n\n\n',__t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.986 12.51a9 9 0 1 0 -5.71 7.873" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h10.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a17 17 0 0 1 0 18" />\n  <path d="M19 16v3" />\n  <path d="M19 22v.01" />\n</svg>\n\n\n',b_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -9.679 8.974" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h6.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.983 16.983 0 0 1 2.556 8.136" />\n  <path d="M18 22l3.35 -3.284a2.143 2.143 0 0 0 .005 -3.071a2.242 2.242 0 0 0 -3.129 -.006l-.224 .22l-.223 -.22a2.242 2.242 0 0 0 -3.128 -.006a2.143 2.143 0 0 0 -.006 3.071l3.355 3.296z" />\n</svg>\n\n\n',x_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M4.6 7l14.8 0" />\n  <path d="M3 12l18 0" />\n  <path d="M4.6 17l14.8 0" />\n</svg>\n\n\n',I_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M11.5 3a11.2 11.2 0 0 0 0 18" />\n  <path d="M12.5 3a11.2 11.2 0 0 1 0 18" />\n  <path d="M12 3l0 18" />\n</svg>\n\n\n',y_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.483 15.006a9 9 0 1 0 -7.958 5.978" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h16.8" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.94 16.94 0 0 1 2.307 12" />\n  <path d="M16 19h6" />\n</svg>\n\n\n',k_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5.657 5.615a9 9 0 1 0 12.717 12.739m1.672 -2.322a9 9 0 0 0 -12.066 -12.084" />\n  <path d="M3.6 9h5.4m4 0h7.4" />\n  <path d="M3.6 15h11.4m4 0h1.4" />\n  <path d="M11.5 3a17.001 17.001 0 0 0 -1.493 3.022m-.847 3.145c-.68 4.027 .1 8.244 2.34 11.833" />\n  <path d="M12.5 3a16.982 16.982 0 0 1 2.549 8.005m-.207 3.818a16.979 16.979 0 0 1 -2.342 6.177" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',C_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.945 12.997a9 9 0 1 0 -7.928 7.945" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h9.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.992 16.992 0 0 1 2.51 10.526" />\n  <path d="M17 17v5" />\n  <path d="M21 17v5" />\n</svg>\n\n\n',D_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.972 11.291a9 9 0 1 0 -8.322 9.686" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h8.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.986 16.986 0 0 1 2.578 9.018" />\n  <path d="M21.121 20.121a3 3 0 1 0 -4.242 0c.418 .419 1.125 1.045 2.121 1.879c1.051 -.89 1.759 -1.516 2.121 -1.879z" />\n  <path d="M19 18v.01" />\n</svg>\n\n\n',B_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.985 12.518a9 9 0 1 0 -8.45 8.466" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h11.4" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.998 16.998 0 0 1 2.283 12.157" />\n  <path d="M16 19h6" />\n  <path d="M19 16v6" />\n</svg>\n\n\n',z_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.975 11.33a9 9 0 1 0 -5.673 9.043" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h9.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.988 16.988 0 0 1 2.57 9.518m-1.056 5.403a17 17 0 0 1 -1.514 3.079" />\n  <path d="M19 22v.01" />\n  <path d="M19 19a2.003 2.003 0 0 0 .914 -3.782a1.98 1.98 0 0 0 -2.414 .483" />\n</svg>\n\n\n',E_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -9 9" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h7.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.984 16.984 0 0 1 2.574 8.62" />\n  <path d="M18 18m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M20.2 20.2l1.8 1.8" />\n</svg>\n\n\n',S_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.94 13.045a9 9 0 1 0 -8.953 7.955" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h9.4" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.991 16.991 0 0 1 2.529 10.294" />\n  <path d="M16 22l5 -5" />\n  <path d="M21 21.5v-4.5h-4.5" />\n</svg>\n\n\n',T_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -9.968 8.948" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h6.4" />\n  <path d="M11.5 3a17.001 17.001 0 0 0 -1.886 13.802" />\n  <path d="M12.5 3a16.982 16.982 0 0 1 2.549 8.01" />\n  <path d="M17.8 20.817l-2.172 1.138a.392 .392 0 0 1 -.568 -.41l.415 -2.411l-1.757 -1.707a.389 .389 0 0 1 .217 -.665l2.428 -.352l1.086 -2.193a.392 .392 0 0 1 .702 0l1.086 2.193l2.428 .352a.39 .39 0 0 1 .217 .665l-1.757 1.707l.414 2.41a.39 .39 0 0 1 -.567 .411l-2.172 -1.138z" />\n</svg>\n\n\n',A_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.985 12.52a9 9 0 1 0 -8.451 8.463" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h10.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.996 16.996 0 0 1 2.391 11.512" />\n  <path d="M19 22v-6" />\n  <path d="M22 19l-3 -3l-3 3" />\n</svg>\n\n\n',O_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 12a9 9 0 1 0 -9 9" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h8.4" />\n  <path d="M11.578 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3c1.719 2.755 2.5 5.876 2.5 9" />\n  <path d="M18 21v-7m3 3l-3 -3l-3 3" />\n</svg>\n\n\n',H_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19.5 7a9 9 0 0 0 -7.5 -4a8.991 8.991 0 0 0 -7.484 4" />\n  <path d="M11.5 3a16.989 16.989 0 0 0 -1.826 4" />\n  <path d="M12.5 3a16.989 16.989 0 0 1 1.828 4" />\n  <path d="M19.5 17a9 9 0 0 1 -7.5 4a8.991 8.991 0 0 1 -7.484 -4" />\n  <path d="M11.5 21a16.989 16.989 0 0 1 -1.826 -4" />\n  <path d="M12.5 21a16.989 16.989 0 0 0 1.828 -4" />\n  <path d="M2 10l1 4l1.5 -4l1.5 4l1 -4" />\n  <path d="M17 10l1 4l1.5 -4l1.5 4l1 -4" />\n  <path d="M9.5 10l1 4l1.5 -4l1.5 4l1 -4" />\n</svg>\n\n\n',R_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20.929 13.131a9 9 0 1 0 -8.931 7.869" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h9.9" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a16.992 16.992 0 0 1 2.505 10.573" />\n  <path d="M22 22l-5 -5" />\n  <path d="M17 22l5 -5" />\n</svg>\n\n\n',P_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0 -18 0" />\n  <path d="M3.6 9h16.8" />\n  <path d="M3.6 15h16.8" />\n  <path d="M11.5 3a17 17 0 0 0 0 18" />\n  <path d="M12.5 3a17 17 0 0 1 0 18" />\n</svg>\n\n\n',F_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M19 13m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M4 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M13 17m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0" />\n  <path d="M13 19l-9 0" />\n  <path d="M4 15l9 0" />\n  <path d="M8 12v-5h2a3 3 0 0 1 3 3v5" />\n  <path d="M5 15v-2a1 1 0 0 1 1 -1h7" />\n  <path d="M19 11v-7l-6 7" />\n</svg>\n\n\n',L_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 7h4" />\n  <path d="M16 16v1l2 2l.5 -.5m1.5 -2.5v-11c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v7" />\n  <path d="M18 19h-13a2 2 0 1 1 0 -4h4a2 2 0 1 0 0 -4h-3" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',N_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19c3.333 -2 5 -4 5 -6c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 2.877 2.5 4c1.5 2 2.5 2.5 3.5 1c.667 -1 1.167 -1.833 1.5 -2.5c1 2.333 2.333 3.5 4 3.5h2.5" />\n  <path d="M16 16v1l2 2l.5 -.5m1.5 -2.5v-11c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v7" />\n  <path d="M16 7h4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',V_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 19c3.333 -2 5 -4 5 -6c0 -3 -1 -3 -2 -3s-2.032 1.085 -2 3c.034 2.048 1.658 2.877 2.5 4c1.5 2 2.5 2.5 3.5 1c.667 -1 1.167 -1.833 1.5 -2.5c1 2.333 2.333 3.5 4 3.5h2.5" />\n  <path d="M20 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2z" />\n  <path d="M16 7h4" />\n</svg>\n\n\n',U_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M20 17v-12c0 -1.121 -.879 -2 -2 -2s-2 .879 -2 2v12l2 2l2 -2z" />\n  <path d="M16 7h4" />\n  <path d="M18 19h-13a2 2 0 1 1 0 -4h4a2 2 0 1 0 0 -4h-3" />\n</svg>\n\n\n',j_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M18 6l-12 12" />\n  <path d="M6 6l12 12" />\n</svg>\n\n\n',G_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />\n  <path d="M15 16l-3 -8l-3 8" />\n  <path d="M14 14h-4" />\n</svg>\n\n\n',W_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />\n  <path d="M13 12a2 2 0 1 1 0 4h-3v-4" />\n  <path d="M13 12h-3" />\n  <path d="M13 12a2 2 0 1 0 0 -4h-3v4" />\n</svg>\n\n\n',$_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />\n  <path d="M9 8l6 8" />\n  <path d="M15 8l-6 8" />\n</svg>\n\n\n',X_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 21a9 9 0 0 0 9 -9a9 9 0 0 0 -9 -9a9 9 0 0 0 -9 9a9 9 0 0 0 9 9z" />\n  <path d="M9 8l3 4" />\n  <path d="M15 8l-2.988 3.984l-.012 4.016" />\n</svg>\n\n\n',K_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 8l4 8" />\n  <path d="M6 16l4 -8" />\n  <path d="M14 8v8h2a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2h-2z" />\n</svg>\n\n\n',Y_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 8l4 8" />\n  <path d="M10 16l4 -8" />\n  <path d="M17 8l4 8" />\n  <path d="M17 16l4 -8" />\n  <path d="M3 8l4 8" />\n  <path d="M3 16l4 -8" />\n</svg>\n\n\n',Q_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M17 3.34a10 10 0 1 1 -14.995 8.984l-.005 -.324l.005 -.324a10 10 0 0 1 14.995 -8.336zm-9 1.732a8 8 0 0 0 4 14.928l.2 -.005a4 4 0 0 0 0 -7.99l-.2 -.005a4 4 0 0 1 -.2 -7.995l.2 -.005a7.995 7.995 0 0 0 -4 1.072zm4 1.428a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0 -3z" stroke-width="0" fill="currentColor" />\n  <path d="M12 14.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0 -3z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Z_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" />\n  <path d="M12 3a4.5 4.5 0 0 0 0 9a4.5 4.5 0 0 1 0 9" />\n  <circle cx="12" cy="7.5" r=".5" fill="currentColor" />\n  <circle cx="12" cy="16.5" r=".5" fill="currentColor" />\n</svg>\n\n\n',q_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 4m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />\n  <path d="M4 20h4l1.5 -3" />\n  <path d="M17 20l-1 -5h-5l1 -7" />\n  <path d="M4 10l4 -1l4 -1l4 1.5l4 1.5" />\n</svg>\n\n\n',J_t='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15.773 15.783c-.723 .141 -1.486 .217 -2.273 .217c-2.13 0 -4.584 -.926 -7.364 -2.777l-2.136 1.777v-3.33a46.07 46.07 0 0 1 -2 -1.67a46.07 46.07 0 0 1 2 -1.67v-3.33l2.135 1.778c.13 -.087 .261 -.172 .39 -.256m2.564 -1.42c1.601 -.735 3.071 -1.102 4.411 -1.102c4.694 0 8.5 2.686 8.5 6c0 1.919 -1.276 3.627 -3.261 4.725" />\n  <path d="M10 15.5v4.5h6v-4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',tbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13.5 4c4.694 0 8.5 2.686 8.5 6s-3.806 6 -8.5 6c-2.13 0 -4.584 -.926 -7.364 -2.777l-2.136 1.777v-3.33a46.07 46.07 0 0 1 -2 -1.67a46.07 46.07 0 0 1 2 -1.67v-3.33l2.135 1.778c2.78 -1.852 5.235 -2.778 7.365 -2.778z" />\n  <path d="M10 15.5v4.5h6v-4" />\n</svg>\n\n\n',ebt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M16 16v-8h2a2 2 0 1 1 0 4h-2" />\n  <path d="M12 8v8" />\n  <path d="M4 8h4l-4 8h4" />\n</svg>\n\n\n',nbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 10l3 -3l3 3l3 -3l3 3l3 -3l3 3" />\n  <path d="M3 17l3 -3l3 3l3 -3l3 3l3 -3l3 3" />\n</svg>\n\n\n',abt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 5a5 5 0 1 0 -4 8" />\n  <path d="M16 13a5 5 0 1 0 -4 -8" />\n  <path d="M12 21l0 -16" />\n</svg>\n\n\n',obt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M18 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M3 12a10 6.5 0 0 1 14 -6.5" />\n  <path d="M21 12a10 6.5 0 0 1 -14 6.5" />\n</svg>\n\n\n',ibt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 4a3 3 0 0 1 3 3v9" />\n  <path d="M7 7a3 3 0 0 1 6 0v11a3 3 0 0 1 -3 3" />\n  <path d="M16 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n</svg>\n\n\n',sbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 3a21 21 0 0 0 18 0" />\n  <path d="M3 21a21 21 0 0 1 18 0" />\n  <path d="M7 4.5l0 15" />\n  <path d="M17 4.5l0 15" />\n</svg>\n\n\n',rbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 17a4 4 0 1 0 8 0" />\n  <path d="M6 16m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M11 7m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" />\n  <path d="M7 7c0 3 2 5 2 9" />\n  <path d="M15 7c0 4 -2 6 -2 10" />\n</svg>\n\n\n',lbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 20l14 0" />\n  <path d="M5 17h5v-.3a7 7 0 1 1 4 0v.3h5" />\n</svg>\n\n\n',hbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M5 3a21 21 0 0 1 0 18" />\n  <path d="M19 3a21 21 0 0 0 0 18" />\n  <path d="M5 12l14 0" />\n</svg>\n\n\n',dbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 20l16 -16" />\n  <path d="M13 4h7v7" />\n  <path d="M6.5 12.5l5 5" />\n</svg>\n\n\n',cbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4a2 2 0 0 1 2 2v9" />\n  <path d="M5 6a2 2 0 0 1 4 0v9" />\n  <path d="M9 6a2 2 0 0 1 4 0v10a3 3 0 0 0 3 3h5l-3 -3m0 6l3 -3" />\n</svg>\n\n\n',pbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M6 3a6 6 0 0 0 12 0" />\n  <path d="M12 15m-6 0a6 6 0 1 0 12 0a6 6 0 1 0 -12 0" />\n</svg>\n\n\n',vbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M3 4a2 2 0 0 1 2 2v9" />\n  <path d="M5 6a2 2 0 0 1 4 0v9" />\n  <path d="M9 6a2 2 0 0 1 4 0v10a7 5 0 0 0 7 5" />\n  <path d="M12 21a7 5 0 0 0 7 -5v-2a3 3 0 0 0 -6 0" />\n</svg>\n\n\n',ubt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M8 8l4 4" />\n  <path d="M12 8l-4 4" />\n  <path d="M21 21l-6 -6" />\n</svg>\n\n\n',gbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-.293 4.22a1 1 0 0 0 -1.414 0l-3.293 3.294l-1.293 -1.293l-.094 -.083a1 1 0 0 0 -1.32 1.497l2 2l.094 .083a1 1 0 0 0 1.32 -.083l4 -4l.083 -.094a1 1 0 0 0 -.083 -1.32z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',mbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M21 21l-6 -6" />\n  <path d="M7 10l2 2l4 -4" />\n</svg>\n\n\n',fbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M21 21l-6 -6" />\n  <path d="M8 8l-2 2l2 2" />\n  <path d="M12 8l2 2l-2 2" />\n</svg>\n\n\n',wbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M21 21l-6 -6" />\n  <path d="M10 13v.01" />\n  <path d="M10 7v3" />\n</svg>\n\n\n',Mbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',_bt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 9a6 6 0 0 1 4.891 9.476l2.816 2.817a1 1 0 0 1 -1.32 1.497l-.094 -.083l-2.817 -2.816a6 6 0 0 1 -9.472 -4.666l-.004 -.225l.004 -.225a6 6 0 0 1 5.996 -5.775zm0 3a1 1 0 0 0 -.993 .883l-.007 .117v1h-1l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h1v1l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-1h1l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-1v-1l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n  <path d="M3 14a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 0 .883 .993l.117 .007h1a1 1 0 0 1 .117 1.993l-.117 .007h-1a3 3 0 0 1 -2.995 -2.824l-.005 -.176v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M3 9a1 1 0 0 1 .993 .883l.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 1 1 -1z" stroke-width="0" fill="currentColor" />\n  <path d="M6 2a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 0 -.993 .883l-.007 .117v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a3 3 0 0 1 2.824 -2.995l.176 -.005h1z" stroke-width="0" fill="currentColor" />\n  <path d="M11 2a1 1 0 0 1 .117 1.993l-.117 .007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n  <path d="M16 2a3 3 0 0 1 2.995 2.824l.005 .176v1a1 1 0 0 1 -1.993 .117l-.007 -.117v-1a1 1 0 0 0 -.883 -.993l-.117 -.007h-1a1 1 0 0 1 -.117 -1.993l.117 -.007h1z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',bbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M15 13v4" />\n  <path d="M13 15h4" />\n  <path d="M15 15m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M22 22l-3 -3" />\n  <path d="M6 18h-1a2 2 0 0 1 -2 -2v-1" />\n  <path d="M3 11v-1" />\n  <path d="M3 6v-1a2 2 0 0 1 2 -2h1" />\n  <path d="M10 3h1" />\n  <path d="M15 3h1a2 2 0 0 1 2 2v1" />\n</svg>\n\n\n',xbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-4 2.928a1 1 0 0 0 -.993 .883l-.007 .117v2h-2l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h2v2l.007 .117a1 1 0 0 0 1.986 0l.007 -.117v-2h2l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007h-2v-2l-.007 -.117a1 1 0 0 0 -.993 -.883z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Ibt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M7 10l6 0" />\n  <path d="M10 7l0 6" />\n  <path d="M21 21l-6 -6" />\n</svg>\n\n\n',ybt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M21 21l-6 -6" />\n  <path d="M12 7h-2.5a1.5 1.5 0 0 0 0 3h1a1.5 1.5 0 0 1 0 3h-2.5" />\n  <path d="M10 13v1m0 -8v1" />\n</svg>\n\n\n',kbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M13 15h4" />\n  <path d="M15 15m-5 0a5 5 0 1 0 10 0a5 5 0 1 0 -10 0" />\n  <path d="M22 22l-3 -3" />\n  <path d="M6 18h-1a2 2 0 0 1 -2 -2v-1" />\n  <path d="M3 11v-1" />\n  <path d="M3 6v-1a2 2 0 0 1 2 -2h1" />\n  <path d="M10 3h1" />\n  <path d="M15 3h1a2 2 0 0 1 2 2v1" />\n</svg>\n\n\n',Cbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M14 3.072a8 8 0 0 1 2.617 11.424l4.944 4.943a1.5 1.5 0 0 1 -2.008 2.225l-.114 -.103l-4.943 -4.944a8 8 0 0 1 -12.49 -6.332l-.006 -.285l.005 -.285a8 8 0 0 1 11.995 -6.643zm-1 5.928h-6l-.117 .007a1 1 0 0 0 0 1.986l.117 .007h6l.117 -.007a1 1 0 0 0 0 -1.986l-.117 -.007z" stroke-width="0" fill="currentColor" />\n</svg>\n\n\n',Dbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M7 10l6 0" />\n  <path d="M21 21l-6 -6" />\n</svg>\n\n\n',Bbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />\n  <path d="M17 17l-2.5 -2.5" />\n  <path d="M10 5l2 -2l2 2" />\n  <path d="M19 10l2 2l-2 2" />\n  <path d="M5 10l-2 2l2 2" />\n  <path d="M10 19l2 2l2 -2" />\n</svg>\n\n\n',zbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" />\n  <path d="M21 21l-6 -6" />\n  <path d="M10 13l0 .01" />\n  <path d="M10 10a1.5 1.5 0 1 0 -1.14 -2.474" />\n</svg>\n\n\n',Ebt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 21l-6 -6" />\n  <path d="M3.291 8a7 7 0 0 1 5.077 -4.806a7.021 7.021 0 0 1 8.242 4.403" />\n  <path d="M17 4v4h-4" />\n  <path d="M16.705 12a7 7 0 0 1 -5.074 4.798a7.021 7.021 0 0 1 -8.241 -4.403" />\n  <path d="M3 16v-4h4" />\n</svg>\n\n\n',Sbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M21 21l-6 -6" />\n  <path d="M3.268 12.043a7.017 7.017 0 0 0 6.634 4.957a7.012 7.012 0 0 0 7.043 -6.131a7 7 0 0 0 -5.314 -7.672a7.021 7.021 0 0 0 -8.241 4.403" />\n  <path d="M3 4v4h4" />\n</svg>\n\n\n',Tbt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />\n  <path d="M4 16v2a2 2 0 0 0 2 2h2" />\n  <path d="M16 4h2a2 2 0 0 1 2 2v2" />\n  <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />\n  <path d="M8 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" />\n  <path d="M16 16l-2.5 -2.5" />\n</svg>\n\n\n',Abt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12h6l-6 8h6" />\n  <path d="M14 4h6l-5.146 6.862m1.146 1.138h4" />\n  <path d="M3 3l18 18" />\n</svg>\n\n\n',Obt='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n  <path stroke="none" d="M0 0h24v24H0z" fill="none"/>\n  <path d="M4 12h6l-6 8h6" />\n  <path d="M14 4h6l-6 8h6" />\n</svg>\n\n\n';var _2=c(6648),zC=c(9437),EC=c(6365),Sc=c(1594),Hbt=c(4360);let TC=(()=>{class F{constructor(){this.strategiesSource=new Tt.t({}),this.strategies$=this.strategiesSource.asObservable()}static{this.\u0275fac=function(A){return new(A||F)}}static{this.\u0275prov=r.jDH({token:F,factory:F.\u0275fac})}}return F})();const hI=new r.nKC("USE_CONFIGURATION_STORE");let AC=(()=>{class F{constructor(u=!1,A){this.isolate=u,this.configurationStore=A,this.strategiesSource=this.isolate?new Tt.t({}):this.configurationStore.strategiesSource,this.strategies$=this.strategiesSource.asObservable(),this.onAuthorisedDefaultStrategy=this.isolate?void 0:this.configurationStore.onAuthorisedDefaultStrategy,this.onUnAuthorisedDefaultStrategy=this.isolate?void 0:this.configurationStore.onUnAuthorisedDefaultStrategy}setDefaultOnAuthorizedStrategy(u){this.isolate?this.onAuthorisedDefaultStrategy=this.getDefinedStrategy(u):(this.configurationStore.onAuthorisedDefaultStrategy=this.getDefinedStrategy(u),this.onAuthorisedDefaultStrategy=this.configurationStore.onAuthorisedDefaultStrategy)}setDefaultOnUnauthorizedStrategy(u){this.isolate?this.onUnAuthorisedDefaultStrategy=this.getDefinedStrategy(u):(this.configurationStore.onUnAuthorisedDefaultStrategy=this.getDefinedStrategy(u),this.onUnAuthorisedDefaultStrategy=this.configurationStore.onUnAuthorisedDefaultStrategy)}addPermissionStrategy(u,A){this.strategiesSource.value[u]=A}getStrategy(u){return this.strategiesSource.value[u]}getAllStrategies(){return this.strategiesSource.value}getDefinedStrategy(u){if(this.strategiesSource.value[u]||this.isPredefinedStrategy(u))return u;throw new Error(`No ' ${u} ' strategy is found please define one`)}isPredefinedStrategy(u){return"show"===u||"remove"===u}static{this.\u0275fac=function(A){return new(A||F)(r.KVO(hI),r.KVO(TC))}}static{this.\u0275prov=r.jDH({token:F,factory:F.\u0275fac})}}return F})();function bi(F){return"function"==typeof F}function dI(F){if("[object Object]"!==Object.prototype.toString.call(F))return!1;{const be=Object.getPrototypeOf(F);return null===be||be===Object.prototype}}function OC(F){return"boolean"==typeof F}function Pf(F){return function Pbt(F){return!!F&&"string"==typeof F}(F)?[F]:F}let HC=(()=>{class F{constructor(){this.permissionsSource=new Tt.t({}),this.permissions$=this.permissionsSource.asObservable()}static{this.\u0275fac=function(A){return new(A||F)}}static{this.\u0275prov=r.jDH({token:F,factory:F.\u0275fac})}}return F})();const cI=new r.nKC("USE_PERMISSIONS_STORE");let Ff=(()=>{class F{constructor(u=!1,A){this.isolate=u,this.permissionsStore=A,this.permissionsSource=this.isolate?new Tt.t({}):this.permissionsStore.permissionsSource,this.permissions$=this.permissionsSource.asObservable()}flushPermissions(){this.permissionsSource.next({})}hasPermission(u){return!u||Array.isArray(u)&&0===u.length?Promise.resolve(!0):(u=Pf(u),this.hasArrayPermission(u))}loadPermissions(u,A){const W=u.reduce((ve,Le)=>this.reducePermission(ve,Le,A),{});this.permissionsSource.next(W)}addPermission(u,A){if(Array.isArray(u)){const W=u.reduce((ve,Le)=>this.reducePermission(ve,Le,A),this.permissionsSource.value);this.permissionsSource.next(W)}else{const W=this.reducePermission(this.permissionsSource.value,u,A);this.permissionsSource.next(W)}}removePermission(u){const A={...this.permissionsSource.value};delete A[u],this.permissionsSource.next(A)}getPermission(u){return this.permissionsSource.value[u]}getPermissions(){return this.permissionsSource.value}reducePermission(u,A,W){return W&&bi(W)?{...u,[A]:{name:A,validationFunction:W}}:{...u,[A]:{name:A}}}hasArrayPermission(u){const A=u.map(W=>{if(this.hasPermissionValidationFunction(W)){const ve=this.permissionsSource.value[W].validationFunction,Le={...this.permissionsSource.value};return(0,Kt.of)(null).pipe((0,xt.T)(()=>ve(W,Le)),(0,Vt.n)(Bn=>OC(Bn)?(0,Kt.of)(Bn):Bn),(0,zC.W)(()=>(0,Kt.of)(!1)))}return(0,Kt.of)(!!this.permissionsSource.value[W])});return(0,_2.H)(A).pipe((0,EC.U)(),(0,Sc.$)(W=>!1!==W,!1),(0,xt.T)(W=>!1!==W)).toPromise().then(W=>W)}hasPermissionValidationFunction(u){return!!this.permissionsSource.value[u]&&!!this.permissionsSource.value[u].validationFunction&&bi(this.permissionsSource.value[u].validationFunction)}static{this.\u0275fac=function(A){return new(A||F)(r.KVO(cI),r.KVO(HC))}}static{this.\u0275prov=r.jDH({token:F,factory:F.\u0275fac})}}return F})();class RC{constructor(){this.rolesSource=new Tt.t({}),this.roles$=this.rolesSource.asObservable()}}const pI=new r.nKC("USE_ROLES_STORE");let vI=(()=>{class F{constructor(u=!1,A,W){this.isolate=u,this.rolesStore=A,this.permissionsService=W,this.rolesSource=this.isolate?new Tt.t({}):this.rolesStore.rolesSource,this.roles$=this.rolesSource.asObservable()}addRole(u,A){const W={...this.rolesSource.value,[u]:{name:u,validationFunction:A}};this.rolesSource.next(W)}addRoleWithPermissions(u,A){this.permissionsService.addPermission(A),this.addRole(u,A)}addRoles(u){Object.keys(u).forEach((A,W)=>{this.addRole(A,u[A])})}addRolesWithPermissions(u){Object.keys(u).forEach((A,W)=>{this.addRoleWithPermissions(A,u[A])})}flushRoles(){this.rolesSource.next({})}flushRolesAndPermissions(){this.flushRoles(),this.permissionsService.flushPermissions()}removeRole(u){const A={...this.rolesSource.value};delete A[u],this.rolesSource.next(A)}getRoles(){return this.rolesSource.value}getRole(u){return this.rolesSource.value[u]}hasOnlyRoles(u){return!u||Array.isArray(u)&&0===u.length?Promise.resolve(!0):(u=Pf(u),Promise.all([this.hasRoleKey(u),this.hasRolePermission(this.rolesSource.value,u)]).then(([W,ve])=>W||ve))}hasRoleKey(u){const A=u.map(W=>{if(this.rolesSource.value[W]&&this.rolesSource.value[W].validationFunction&&bi(this.rolesSource.value[W].validationFunction)&&!function Fbt(F){return"[object Promise]"===Object.prototype.toString.call(F)}(this.rolesSource.value[W].validationFunction)){const Le=this.rolesSource.value[W].validationFunction,Bn={...this.rolesSource.value};return(0,Kt.of)(null).pipe((0,xt.T)(()=>Le(W,Bn)),(0,Vt.n)(Ia=>OC(Ia)?(0,Kt.of)(Ia):Ia),(0,zC.W)(()=>(0,Kt.of)(!1)))}return(0,Kt.of)(!1)});return(0,_2.H)(A).pipe((0,EC.U)(),(0,Sc.$)(W=>!1!==W,!1),(0,xt.T)(W=>!1!==W)).toPromise().then(W=>W)}hasRolePermission(u,A){return(0,_2.H)(A).pipe((0,dn.Z)(W=>u[W]&&Array.isArray(u[W].validationFunction)?(0,_2.H)(u[W].validationFunction).pipe((0,dn.Z)(ve=>this.permissionsService.hasPermission(ve)),function Rbt(F,be){return(0,je.N)((u,A)=>{let W=0;u.subscribe((0,Hbt._)(A,ve=>{F.call(be,ve,W++,u)||(A.next(!1),A.complete())},()=>{A.next(!0),A.complete()}))})}(ve=>!0===ve)):(0,Kt.of)(!1)),(0,Sc.$)(W=>!0===W,!1)).toPromise()}static{this.\u0275fac=function(A){return new(A||F)(r.KVO(pI),r.KVO(RC),r.KVO(Ff))}}static{this.\u0275prov=r.jDH({token:F,factory:F.\u0275fac})}}return F})(),uI=(()=>{class F{constructor(u,A,W){this.permissionsService=u,this.rolesService=A,this.router=W}canActivate(u,A){return this.hasPermissions(u,A)}canActivateChild(u,A){return this.hasPermissions(u,A)}canLoad(u){return this.hasPermissions(u)}canMatch(u){return this.hasPermissions(u)}hasPermissions(u,A){const ve=this.transformPermission(u&&u.data?u.data.permissions:{},u,A);return this.isParameterAvailable(ve.except)?this.passingExceptPermissionsValidation(ve,u,A):!this.isParameterAvailable(ve.only)||this.passingOnlyPermissionsValidation(ve,u,A)}transformPermission(u,A,W){return{only:bi(u.only)?u.only(A,W):Pf(u.only),except:bi(u.except)?u.except(A,W):Pf(u.except),redirectTo:u.redirectTo}}isParameterAvailable(u){return!!u&&u.length>0}passingExceptPermissionsValidation(u,A,W){if(u.redirectTo&&(bi(u.redirectTo)||dI(u.redirectTo)&&!this.isRedirectionWithParameters(u.redirectTo))){let ve="";return(0,_2.H)(u.except).pipe((0,dn.Z)(Le=>(0,fe.p)([this.permissionsService.hasPermission(Le),this.rolesService.hasOnlyRoles(Le)]).pipe((0,Q.M)(Bn=>{Bn.every(Sa=>!1===Sa)||(ve=Le)}))),(0,Sc.$)(Le=>Le.some(Bn=>!0===Bn),!1),(0,dn.Z)(Le=>ve?(this.handleRedirectOfFailedPermission(u,ve,A,W),(0,Kt.of)(!1)):!Le&&u.only?this.onlyRedirectCheck(u,A,W):(0,Kt.of)(!Le))).toPromise()}return Promise.all([this.permissionsService.hasPermission(u.except),this.rolesService.hasOnlyRoles(u.except)]).then(([ve,Le])=>ve||Le?(u.redirectTo&&this.redirectToAnotherRoute(u.redirectTo,A,W),!1):!u.only||this.checkOnlyPermissions(u,A,W))}redirectToAnotherRoute(u,A,W,ve){const Le=bi(u)?u(ve,A,W):u;if(this.isRedirectionWithParameters(Le))return Le.navigationCommands=this.transformNavigationCommands(Le.navigationCommands,A,W),Le.navigationExtras=this.transformNavigationExtras(Le.navigationExtras,A,W),void this.router.navigate(Le.navigationCommands,Le.navigationExtras);Array.isArray(Le)?this.router.navigate(Le):this.router.navigate([Le])}isRedirectionWithParameters(u){return dI(u)&&(!!u.navigationCommands||!!u.navigationExtras)}transformNavigationCommands(u,A,W){return bi(u)?u(A,W):u}transformNavigationExtras(u,A,W){return bi(u)?u(A,W):u}onlyRedirectCheck(u,A,W){let ve="";return(0,_2.H)(u.only).pipe((0,dn.Z)(Le=>(0,fe.p)([this.permissionsService.hasPermission(Le),this.rolesService.hasOnlyRoles(Le)]).pipe((0,Q.M)(Bn=>{Bn.every(Sa=>!1===Sa)&&(ve=Le)}))),(0,Sc.$)(Le=>bi(u.redirectTo)?Le.some(Bn=>!0===Bn):Le.every(Bn=>!1===Bn),!1),(0,dn.Z)(Le=>bi(u.redirectTo)?Le?(0,Kt.of)(!0):(this.handleRedirectOfFailedPermission(u,ve,A,W),(0,Kt.of)(!1)):(ve&&this.handleRedirectOfFailedPermission(u,ve,A,W),(0,Kt.of)(!Le)))).toPromise()}handleRedirectOfFailedPermission(u,A,W,ve){this.isFailedPermissionPropertyOfRedirectTo(u,A)?this.redirectToAnotherRoute(u.redirectTo[A],W,ve,A):bi(u.redirectTo)?this.redirectToAnotherRoute(u.redirectTo,W,ve,A):this.redirectToAnotherRoute(u.redirectTo.default,W,ve,A)}isFailedPermissionPropertyOfRedirectTo(u,A){return!!u.redirectTo&&u.redirectTo[A]}checkOnlyPermissions(u,A,W){const ve={...u};return Promise.all([this.permissionsService.hasPermission(ve.only),this.rolesService.hasOnlyRoles(ve.only)]).then(([Le,Bn])=>!(!Le&&!Bn&&(ve.redirectTo&&this.redirectToAnotherRoute(ve.redirectTo,A,W),1)))}passingOnlyPermissionsValidation(u,A,W){return bi(u.redirectTo)||dI(u.redirectTo)&&!this.isRedirectionWithParameters(u.redirectTo)?this.onlyRedirectCheck(u,A,W):this.checkOnlyPermissions(u,A,W)}static{this.\u0275fac=function(A){return new(A||F)(r.KVO(Ff),r.KVO(vI),r.KVO(g.Ix))}}static{this.\u0275prov=r.jDH({token:F,factory:F.\u0275fac})}}return F})(),Nbt=(()=>{class F{static forRoot(u={}){return{ngModule:F,providers:[HC,RC,TC,Ff,uI,vI,AC,{provide:cI,useValue:u.permissionsIsolate},{provide:pI,useValue:u.rolesIsolate},{provide:hI,useValue:u.configurationIsolate}]}}static forChild(u={}){return{ngModule:F,providers:[{provide:cI,useValue:u.permissionsIsolate},{provide:pI,useValue:u.rolesIsolate},{provide:hI,useValue:u.configurationIsolate},AC,Ff,vI,uI]}}static{this.\u0275fac=function(A){return new(A||F)}}static{this.\u0275mod=r.$C({type:F})}static{this.\u0275inj=r.G2t({})}}return F})();var PC=c(5324),Vbt=c(5574);const FC=new r.nKC("NGX_ECHARTS_CONFIG"),Ubt=F=>({provide:FC,useValue:F});let jbt=(()=>{class F{static forRoot(u){return{ngModule:F,providers:[Ubt(u)]}}static forChild(){return{ngModule:F}}static{this.\u0275fac=function(A){return new(A||F)}}static{this.\u0275mod=r.$C({type:F})}static{this.\u0275inj=r.G2t({})}}return F})();const Wbt={providers:[(0,r.Jn2)({eventCoalescing:!0}),(0,g.lh)(Ii,(0,g.oH)({scrollPositionRestoration:"enabled",anchorScrolling:"enabled"}),(0,g.lG)()),(0,H.$R)((0,H.Sx)()),(0,i.$x)(),function A0(F="animations"){return(0,r.ngT)("NgAsyncAnimations"),(0,r.EmA)([{provide:r._9s,useFactory:(be,u,A)=>new Co(be,u,A,F),deps:[tt.qQ,i.B7,r.SKi]},{provide:r.bc$,useValue:"noop"===F?"NoopAnimations":"BrowserAnimations"}])}(),(0,r.oKB)(ro.YN,ro.X1,Z.G,Nbt.forRoot(),X.X4.pick(n),D0,PC.rO.forRoot({provide:PC.MJ,useFactory:Vbt.a}),jbt.forRoot({echarts:()=>c.e(697).then(c.bind(c,9697))}),q.forRoot({loader:{provide:it,useFactory:function Gbt(F){return new U(F,"./assets/i18n/",".json")},deps:[H.Qq]}}))]};(0,i.B8)((()=>{class F{constructor(){this.title="Piattaforma Scuola Viva"}static{this.\u0275fac=function(A){return new(A||F)}}static{this.\u0275cmp=r.VBU({type:F,selectors:[["app-root"]],standalone:!0,features:[r.aNF],decls:1,vars:0,template:function(A,W){1&A&&r.nrm(0,"router-outlet")},dependencies:[g.n3],encapsulation:2})}}return F})(),Wbt).catch(F=>console.error(F))},5574:($e,Gt,c)=>{c.d(Gt,{a:()=>le});var n=c(1635),i=c(4273);function r(p,D){return p instanceof Date?new p.constructor(D):new Date(D)}function g(p,D){const k=(0,i.a)(p);return isNaN(D)?r(p,NaN):(D&&k.setDate(k.getDate()+D),k)}function tt(p,D){return r(p,+(0,i.a)(p)+D)}Math.pow(10,8);const gt=6048e5,kt=864e5,zt=6e4,Xt=36e5;function on(p,D){return tt(p,D*Xt)}function Fe(p,D){return tt(p,D*zt)}function ht(p,D){return tt(p,1e3*D)}var _t=c(3601);function K(p){const D=(0,i.a)(p),k=new Date(Date.UTC(D.getFullYear(),D.getMonth(),D.getDate(),D.getHours(),D.getMinutes(),D.getSeconds(),D.getMilliseconds()));return k.setUTCFullYear(D.getFullYear()),+p-+k}function Ut(p,D){const k=(0,i.a)(p),at=(0,i.a)(D),Qt=ke(k,at),un=Math.abs(function Lt(p,D){const k=(0,_t.o)(p),at=(0,_t.o)(D),Qt=+k-K(k),un=+at-K(at);return Math.round((Qt-un)/kt)}(k,at));k.setDate(k.getDate()-Qt*un);const Cn=Qt*(un-+(ke(k,at)===-Qt));return 0===Cn?0:Cn}function ke(p,D){const k=p.getFullYear()-D.getFullYear()||p.getMonth()-D.getMonth()||p.getDate()-D.getDate()||p.getHours()-D.getHours()||p.getMinutes()-D.getMinutes()||p.getSeconds()-D.getSeconds()||p.getMilliseconds()-D.getMilliseconds();return k<0?-1:k>0?1:k}function xe(p){return D=>{const at=(p?Math[p]:Math.trunc)(D);return 0===at?0:at}}function Ae(p,D){return+(0,i.a)(p)-+(0,i.a)(D)}function q(p,D,k){const at=Ae(p,D)/zt;return xe(k?.roundingMethod)(at)}function Tt(p,D,k){const at=Ae(p,D)/1e3;return xe(k?.roundingMethod)(at)}function yt(p){const D=(0,i.a)(p);return D.setHours(23,59,59,999),D}function Re(p){const D=(0,i.a)(p),k=D.getMonth();return D.setFullYear(D.getFullYear(),k+1,0),D.setHours(23,59,59,999),D}let Oe={};function Ln(){return Oe}function vt(p,D){const k=Ln(),at=D?.weekStartsOn??D?.locale?.options?.weekStartsOn??k.weekStartsOn??k.locale?.options?.weekStartsOn??0,Qt=(0,i.a)(p),un=Qt.getDay(),Wn=6+(un<at?-7:0)-(un-at);return Qt.setDate(Qt.getDate()+Wn),Qt.setHours(23,59,59,999),Qt}function qt(p){return(0,i.a)(p).getDay()}function Rt(p){return(0,i.a)(p).getMonth()}var jt=c(5818),Ce=c(7518);function Be(p){const D=(0,i.a)(p);return D.setMilliseconds(0),D}function mn(p,D){return+Be(p)==+Be(D)}function kn(p){let D;return p.forEach(function(k){const at=(0,i.a)(k);(void 0===D||D<at||isNaN(Number(at)))&&(D=at)}),D||new Date(NaN)}function An(p,D){const k=(0,i.a)(p);return k.setHours(D),k}function rn(p,D){const k=(0,i.a)(p);return k.setMinutes(D),k}function Tn(p){const D=(0,i.a)(p);return D.setSeconds(0,0),D}function cn(p){const D=(0,i.a)(p);return D.setDate(1),D.setHours(0,0,0,0),D}function ae(p,D){const k=Ln(),at=D?.weekStartsOn??D?.locale?.options?.weekStartsOn??k.weekStartsOn??k.locale?.options?.weekStartsOn??0,Qt=(0,i.a)(p),un=Qt.getDay(),Wn=(un<at?7:0)+un-at;return Qt.setDate(Qt.getDate()-Wn),Qt.setHours(0,0,0,0),Qt}function Y(p){return(0,i.a)(p).getHours()}function Ie(p){return(0,i.a)(p).getMinutes()}function ge(p){return new Date(p).getTimezoneOffset()}function Ct(p,D){return g(p,7*D)}function Nt(p,D){const k=(0,i.a)(p);if(isNaN(D))return r(p,NaN);if(!D)return k;const at=k.getDate(),Qt=r(p,k.getTime());return Qt.setMonth(k.getMonth()+D+1,0),at>=Qt.getDate()?Qt:(k.setFullYear(Qt.getFullYear(),Qt.getMonth(),at),k)}function ft(p,D){return g(p,-D)}function Ee(p,D){return Ct(p,-D)}function Ke(p,D){return Nt(p,-D)}function ga(p){return ae(p,{weekStartsOn:1})}function he(p){const D=(0,i.a)(p),k=+ga(D)-+function Q(p){const D=function St(p){const D=(0,i.a)(p),k=D.getFullYear(),at=r(p,0);at.setFullYear(k+1,0,4),at.setHours(0,0,0,0);const Qt=ga(at),un=r(p,0);un.setFullYear(k,0,4),un.setHours(0,0,0,0);const Wn=ga(un);return D.getTime()>=Qt.getTime()?k+1:D.getTime()>=Wn.getTime()?k:k-1}(p),k=r(p,0);return k.setFullYear(D,0,4),k.setHours(0,0,0,0),ga(k)}(D);return Math.round(k/gt)+1}function dn(p,D){const k=(0,i.a)(p);return k.setDate(D),k}function ca(p,D){const k=(0,i.a)(p),at=k.getFullYear(),Qt=k.getDate(),un=r(p,0);un.setFullYear(at,D,15),un.setHours(0,0,0,0);const Wn=function na(p){const D=(0,i.a)(p),k=D.getFullYear(),at=D.getMonth(),Qt=r(p,0);return Qt.setFullYear(k,at+1,0),Qt.setHours(0,0,0,0),Qt.getDate()}(un);return k.setMonth(D,Math.min(Qt,Wn)),k}function ba(p,D){const k=(0,i.a)(p);return isNaN(+k)?r(p,NaN):(k.setFullYear(D),k)}function Mn(p){return(0,i.a)(p).getDate()}function oe(p){return(0,i.a)(p).getFullYear()}function le(){return(0,n.Cl)((0,n.Cl)({},function Me(){return{addDays:g,addHours:on,addMinutes:Fe,addSeconds:ht,differenceInDays:Ut,differenceInMinutes:q,differenceInSeconds:Tt,endOfDay:yt,endOfMonth:Re,endOfWeek:vt,getDay:qt,getMonth:Rt,isSameDay:jt.r,isSameMonth:Ce.t,isSameSecond:mn,max:kn,setHours:An,setMinutes:rn,startOfDay:_t.o,startOfMinute:Tn,startOfMonth:cn,startOfWeek:ae,getHours:Y,getMinutes:Ie,getTimezoneOffset:ge}}()),{addWeeks:Ct,addMonths:Nt,subDays:ft,subWeeks:Ee,subMonths:Ke,getISOWeek:he,setDate:dn,setMonth:ca,setYear:ba,getDate:Mn,getYear:oe})}},4412:($e,Gt,c)=>{c.d(Gt,{t:()=>i});var n=c(1413);class i extends n.B{constructor(H){super(),this._value=H}get value(){return this.getValue()}_subscribe(H){const g=super._subscribe(H);return!g.closed&&H.next(this._value),g}getValue(){const{hasError:H,thrownError:g,_value:Z}=this;if(H)throw g;return this._throwIfClosed(),Z}next(H){super.next(this._value=H)}}},1985:($e,Gt,c)=>{c.d(Gt,{c:()=>st});var n=c(7707),i=c(8359),r=c(3494),H=c(1203),g=c(1026),Z=c(8071),tt=c(9786);let st=(()=>{class Ot{constructor(kt){kt&&(this._subscribe=kt)}lift(kt){const zt=new Ot;return zt.source=this,zt.operator=kt,zt}subscribe(kt,zt,Xt){const pt=function mt(Ot){return Ot&&Ot instanceof n.vU||function et(Ot){return Ot&&(0,Z.T)(Ot.next)&&(0,Z.T)(Ot.error)&&(0,Z.T)(Ot.complete)}(Ot)&&(0,i.Uv)(Ot)}(kt)?kt:new n.Ms(kt,zt,Xt);return(0,tt.Y)(()=>{const{operator:Kt,source:Jt}=this;pt.add(Kt?Kt.call(pt,Jt):Jt?this._subscribe(pt):this._trySubscribe(pt))}),pt}_trySubscribe(kt){try{return this._subscribe(kt)}catch(zt){kt.error(zt)}}forEach(kt,zt){return new(zt=J(zt))((Xt,pt)=>{const Kt=new n.Ms({next:Jt=>{try{kt(Jt)}catch(fe){pt(fe),Kt.unsubscribe()}},error:pt,complete:Xt});this.subscribe(Kt)})}_subscribe(kt){var zt;return null===(zt=this.source)||void 0===zt?void 0:zt.subscribe(kt)}[r.s](){return this}pipe(...kt){return(0,H.m)(kt)(this)}toPromise(kt){return new(kt=J(kt))((zt,Xt)=>{let pt;this.subscribe(Kt=>pt=Kt,Kt=>Xt(Kt),()=>zt(pt))})}}return Ot.create=gt=>new Ot(gt),Ot})();function J(Ot){var gt;return null!==(gt=Ot??g.$.Promise)&&void 0!==gt?gt:Promise}},2771:($e,Gt,c)=>{c.d(Gt,{m:()=>r});var n=c(1413),i=c(6129);class r extends n.B{constructor(g=1/0,Z=1/0,tt=i.U){super(),this._bufferSize=g,this._windowTime=Z,this._timestampProvider=tt,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=Z===1/0,this._bufferSize=Math.max(1,g),this._windowTime=Math.max(1,Z)}next(g){const{isStopped:Z,_buffer:tt,_infiniteTimeWindow:st,_timestampProvider:J,_windowTime:et}=this;Z||(tt.push(g),!st&&tt.push(J.now()+et)),this._trimBuffer(),super.next(g)}_subscribe(g){this._throwIfClosed(),this._trimBuffer();const Z=this._innerSubscribe(g),{_infiniteTimeWindow:tt,_buffer:st}=this,J=st.slice();for(let et=0;et<J.length&&!g.closed;et+=tt?1:2)g.next(J[et]);return this._checkFinalizedStatuses(g),Z}_trimBuffer(){const{_bufferSize:g,_timestampProvider:Z,_buffer:tt,_infiniteTimeWindow:st}=this,J=(st?1:2)*g;if(g<1/0&&J<tt.length&&tt.splice(0,tt.length-J),!st){const et=Z.now();let mt=0;for(let Ot=1;Ot<tt.length&&tt[Ot]<=et;Ot+=2)mt=Ot;mt&&tt.splice(0,mt+1)}}}},1413:($e,Gt,c)=>{c.d(Gt,{B:()=>tt});var n=c(1985),i=c(8359);const H=(0,c(1853).L)(J=>function(){J(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var g=c(7908),Z=c(9786);let tt=(()=>{class J extends n.c{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(mt){const Ot=new st(this,this);return Ot.operator=mt,Ot}_throwIfClosed(){if(this.closed)throw new H}next(mt){(0,Z.Y)(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const Ot of this.currentObservers)Ot.next(mt)}})}error(mt){(0,Z.Y)(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=mt;const{observers:Ot}=this;for(;Ot.length;)Ot.shift().error(mt)}})}complete(){(0,Z.Y)(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;const{observers:mt}=this;for(;mt.length;)mt.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var mt;return(null===(mt=this.observers)||void 0===mt?void 0:mt.length)>0}_trySubscribe(mt){return this._throwIfClosed(),super._trySubscribe(mt)}_subscribe(mt){return this._throwIfClosed(),this._checkFinalizedStatuses(mt),this._innerSubscribe(mt)}_innerSubscribe(mt){const{hasError:Ot,isStopped:gt,observers:kt}=this;return Ot||gt?i.Kn:(this.currentObservers=null,kt.push(mt),new i.yU(()=>{this.currentObservers=null,(0,g.o)(kt,mt)}))}_checkFinalizedStatuses(mt){const{hasError:Ot,thrownError:gt,isStopped:kt}=this;Ot?mt.error(gt):kt&&mt.complete()}asObservable(){const mt=new n.c;return mt.source=this,mt}}return J.create=(et,mt)=>new st(et,mt),J})();class st extends tt{constructor(et,mt){super(),this.destination=et,this.source=mt}next(et){var mt,Ot;null===(Ot=null===(mt=this.destination)||void 0===mt?void 0:mt.next)||void 0===Ot||Ot.call(mt,et)}error(et){var mt,Ot;null===(Ot=null===(mt=this.destination)||void 0===mt?void 0:mt.error)||void 0===Ot||Ot.call(mt,et)}complete(){var et,mt;null===(mt=null===(et=this.destination)||void 0===et?void 0:et.complete)||void 0===mt||mt.call(et)}_subscribe(et){var mt,Ot;return null!==(Ot=null===(mt=this.source)||void 0===mt?void 0:mt.subscribe(et))&&void 0!==Ot?Ot:i.Kn}}},7707:($e,Gt,c)=>{c.d(Gt,{Ms:()=>Xt,vU:()=>Ot});var n=c(8071),i=c(8359),r=c(1026),H=c(5334),g=c(5343);const Z=J("C",void 0,void 0);function J(Pt,Et,rt){return{kind:Pt,value:Et,error:rt}}var et=c(9270),mt=c(9786);class Ot extends i.yU{constructor(Et){super(),this.isStopped=!1,Et?(this.destination=Et,(0,i.Uv)(Et)&&Et.add(this)):this.destination=fe}static create(Et,rt,It){return new Xt(Et,rt,It)}next(Et){this.isStopped?Jt(function st(Pt){return J("N",Pt,void 0)}(Et),this):this._next(Et)}error(Et){this.isStopped?Jt(function tt(Pt){return J("E",void 0,Pt)}(Et),this):(this.isStopped=!0,this._error(Et))}complete(){this.isStopped?Jt(Z,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(Et){this.destination.next(Et)}_error(Et){try{this.destination.error(Et)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}}const gt=Function.prototype.bind;function kt(Pt,Et){return gt.call(Pt,Et)}class zt{constructor(Et){this.partialObserver=Et}next(Et){const{partialObserver:rt}=this;if(rt.next)try{rt.next(Et)}catch(It){pt(It)}}error(Et){const{partialObserver:rt}=this;if(rt.error)try{rt.error(Et)}catch(It){pt(It)}else pt(Et)}complete(){const{partialObserver:Et}=this;if(Et.complete)try{Et.complete()}catch(rt){pt(rt)}}}class Xt extends Ot{constructor(Et,rt,It){let xt;if(super(),(0,n.T)(Et)||!Et)xt={next:Et??void 0,error:rt??void 0,complete:It??void 0};else{let dt;this&&r.$.useDeprecatedNextContext?(dt=Object.create(Et),dt.unsubscribe=()=>this.unsubscribe(),xt={next:Et.next&&kt(Et.next,dt),error:Et.error&&kt(Et.error,dt),complete:Et.complete&&kt(Et.complete,dt)}):xt=Et}this.destination=new zt(xt)}}function pt(Pt){r.$.useDeprecatedSynchronousErrorHandling?(0,mt.l)(Pt):(0,H.m)(Pt)}function Jt(Pt,Et){const{onStoppedNotification:rt}=r.$;rt&&et.f.setTimeout(()=>rt(Pt,Et))}const fe={closed:!0,next:g.l,error:function Kt(Pt){throw Pt},complete:g.l}},8359:($e,Gt,c)=>{c.d(Gt,{Kn:()=>Z,yU:()=>g,Uv:()=>tt});var n=c(8071);const r=(0,c(1853).L)(J=>function(mt){J(this),this.message=mt?`${mt.length} errors occurred during unsubscription:\n${mt.map((Ot,gt)=>`${gt+1}) ${Ot.toString()}`).join("\n  ")}`:"",this.name="UnsubscriptionError",this.errors=mt});var H=c(7908);class g{constructor(et){this.initialTeardown=et,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let et;if(!this.closed){this.closed=!0;const{_parentage:mt}=this;if(mt)if(this._parentage=null,Array.isArray(mt))for(const kt of mt)kt.remove(this);else mt.remove(this);const{initialTeardown:Ot}=this;if((0,n.T)(Ot))try{Ot()}catch(kt){et=kt instanceof r?kt.errors:[kt]}const{_finalizers:gt}=this;if(gt){this._finalizers=null;for(const kt of gt)try{st(kt)}catch(zt){et=et??[],zt instanceof r?et=[...et,...zt.errors]:et.push(zt)}}if(et)throw new r(et)}}add(et){var mt;if(et&&et!==this)if(this.closed)st(et);else{if(et instanceof g){if(et.closed||et._hasParent(this))return;et._addParent(this)}(this._finalizers=null!==(mt=this._finalizers)&&void 0!==mt?mt:[]).push(et)}}_hasParent(et){const{_parentage:mt}=this;return mt===et||Array.isArray(mt)&&mt.includes(et)}_addParent(et){const{_parentage:mt}=this;this._parentage=Array.isArray(mt)?(mt.push(et),mt):mt?[mt,et]:et}_removeParent(et){const{_parentage:mt}=this;mt===et?this._parentage=null:Array.isArray(mt)&&(0,H.o)(mt,et)}remove(et){const{_finalizers:mt}=this;mt&&(0,H.o)(mt,et),et instanceof g&&et._removeParent(this)}}g.EMPTY=(()=>{const J=new g;return J.closed=!0,J})();const Z=g.EMPTY;function tt(J){return J instanceof g||J&&"closed"in J&&(0,n.T)(J.remove)&&(0,n.T)(J.add)&&(0,n.T)(J.unsubscribe)}function st(J){(0,n.T)(J)?J():J.unsubscribe()}},1026:($e,Gt,c)=>{c.d(Gt,{$:()=>n});const n={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},17:($e,Gt,c)=>{c.d(Gt,{G:()=>Z});var n=c(1985),i=c(8359),r=c(9898),H=c(4360),g=c(9974);class Z extends n.c{constructor(st,J){super(),this.source=st,this.subjectFactory=J,this._subject=null,this._refCount=0,this._connection=null,(0,g.S)(st)&&(this.lift=st.lift)}_subscribe(st){return this.getSubject().subscribe(st)}getSubject(){const st=this._subject;return(!st||st.isStopped)&&(this._subject=this.subjectFactory()),this._subject}_teardown(){this._refCount=0;const{_connection:st}=this;this._subject=this._connection=null,st?.unsubscribe()}connect(){let st=this._connection;if(!st){st=this._connection=new i.yU;const J=this.getSubject();st.add(this.source.subscribe((0,H._)(J,void 0,()=>{this._teardown(),J.complete()},et=>{this._teardown(),J.error(et)},()=>this._teardown()))),st.closed&&(this._connection=null,st=i.yU.EMPTY)}return st}refCount(){return(0,r.B)()(this)}}},4572:($e,Gt,c)=>{c.d(Gt,{z:()=>et});var n=c(1985),i=c(3073),r=c(6648),H=c(3669),g=c(6450),Z=c(9326),tt=c(8496),st=c(4360),J=c(5225);function et(...gt){const kt=(0,Z.lI)(gt),zt=(0,Z.ms)(gt),{args:Xt,keys:pt}=(0,i.D)(gt);if(0===Xt.length)return(0,r.H)([],kt);const Kt=new n.c(function mt(gt,kt,zt=H.D){return Xt=>{Ot(kt,()=>{const{length:pt}=gt,Kt=new Array(pt);let Jt=pt,fe=pt;for(let Pt=0;Pt<pt;Pt++)Ot(kt,()=>{const Et=(0,r.H)(gt[Pt],kt);let rt=!1;Et.subscribe((0,st._)(Xt,It=>{Kt[Pt]=It,rt||(rt=!0,fe--),fe||Xt.next(zt(Kt.slice()))},()=>{--Jt||Xt.complete()}))},Xt)},Xt)}}(Xt,kt,pt?Jt=>(0,tt.e)(pt,Jt):H.D));return zt?Kt.pipe((0,g.I)(zt)):Kt}function Ot(gt,kt,zt){gt?(0,J.N)(zt,gt,kt):kt()}},8793:($e,Gt,c)=>{c.d(Gt,{x:()=>g});var n=c(6365),r=c(9326),H=c(6648);function g(...Z){return function i(){return(0,n.U)(1)}()((0,H.H)(Z,(0,r.lI)(Z)))}},9030:($e,Gt,c)=>{c.d(Gt,{v:()=>r});var n=c(1985),i=c(8750);function r(H){return new n.c(g=>{(0,i.Tg)(H()).subscribe(g)})}},983:($e,Gt,c)=>{c.d(Gt,{w:()=>i});const i=new(c(1985).c)(g=>g.complete())},7468:($e,Gt,c)=>{c.d(Gt,{p:()=>st});var n=c(1985),i=c(3073),r=c(8750),H=c(9326),g=c(4360),Z=c(6450),tt=c(8496);function st(...J){const et=(0,H.ms)(J),{args:mt,keys:Ot}=(0,i.D)(J),gt=new n.c(kt=>{const{length:zt}=mt;if(!zt)return void kt.complete();const Xt=new Array(zt);let pt=zt,Kt=zt;for(let Jt=0;Jt<zt;Jt++){let fe=!1;(0,r.Tg)(mt[Jt]).subscribe((0,g._)(kt,Pt=>{fe||(fe=!0,Kt--),Xt[Jt]=Pt},()=>pt--,void 0,()=>{(!pt||!fe)&&(Kt||kt.next(Ot?(0,tt.e)(Ot,Xt):Xt),kt.complete())}))}});return et?gt.pipe((0,Z.I)(et)):gt}},6648:($e,Gt,c)=>{c.d(Gt,{H:()=>It});var n=c(8750),i=c(5225),r=c(9974),H=c(4360);function g(xt,dt=0){return(0,r.N)((Vt,it)=>{Vt.subscribe((0,H._)(it,Bt=>(0,i.N)(it,xt,()=>it.next(Bt),dt),()=>(0,i.N)(it,xt,()=>it.complete(),dt),Bt=>(0,i.N)(it,xt,()=>it.error(Bt),dt)))})}function Z(xt,dt=0){return(0,r.N)((Vt,it)=>{it.add(xt.schedule(()=>Vt.subscribe(it),dt))})}var J=c(1985),mt=c(4761),Ot=c(8071);function kt(xt,dt){if(!xt)throw new Error("Iterable cannot be null");return new J.c(Vt=>{(0,i.N)(Vt,dt,()=>{const it=xt[Symbol.asyncIterator]();(0,i.N)(Vt,dt,()=>{it.next().then(Bt=>{Bt.done?Vt.complete():Vt.next(Bt.value)})},0,!0)})})}var zt=c(5055),Xt=c(9858),pt=c(7441),Kt=c(5397),Jt=c(7953),fe=c(591),Pt=c(5196);function It(xt,dt){return dt?function rt(xt,dt){if(null!=xt){if((0,zt.l)(xt))return function tt(xt,dt){return(0,n.Tg)(xt).pipe(Z(dt),g(dt))}(xt,dt);if((0,pt.X)(xt))return function et(xt,dt){return new J.c(Vt=>{let it=0;return dt.schedule(function(){it===xt.length?Vt.complete():(Vt.next(xt[it++]),Vt.closed||this.schedule())})})}(xt,dt);if((0,Xt.y)(xt))return function st(xt,dt){return(0,n.Tg)(xt).pipe(Z(dt),g(dt))}(xt,dt);if((0,Jt.T)(xt))return kt(xt,dt);if((0,Kt.x)(xt))return function gt(xt,dt){return new J.c(Vt=>{let it;return(0,i.N)(Vt,dt,()=>{it=xt[mt.l](),(0,i.N)(Vt,dt,()=>{let Bt,re;try{({value:Bt,done:re}=it.next())}catch(Ve){return void Vt.error(Ve)}re?Vt.complete():Vt.next(Bt)},0,!0)}),()=>(0,Ot.T)(it?.return)&&it.return()})}(xt,dt);if((0,Pt.U)(xt))return function Et(xt,dt){return kt((0,Pt.C)(xt),dt)}(xt,dt)}throw(0,fe.L)(xt)}(xt,dt):(0,n.Tg)(xt)}},3726:($e,Gt,c)=>{c.d(Gt,{R:()=>et});var n=c(8750),i=c(1985),r=c(3028),H=c(7441),g=c(8071),Z=c(6450);const tt=["addListener","removeListener"],st=["addEventListener","removeEventListener"],J=["on","off"];function et(zt,Xt,pt,Kt){if((0,g.T)(pt)&&(Kt=pt,pt=void 0),Kt)return et(zt,Xt,pt).pipe((0,Z.I)(Kt));const[Jt,fe]=function kt(zt){return(0,g.T)(zt.addEventListener)&&(0,g.T)(zt.removeEventListener)}(zt)?st.map(Pt=>Et=>zt[Pt](Xt,Et,pt)):function Ot(zt){return(0,g.T)(zt.addListener)&&(0,g.T)(zt.removeListener)}(zt)?tt.map(mt(zt,Xt)):function gt(zt){return(0,g.T)(zt.on)&&(0,g.T)(zt.off)}(zt)?J.map(mt(zt,Xt)):[];if(!Jt&&(0,H.X)(zt))return(0,r.Z)(Pt=>et(Pt,Xt,pt))((0,n.Tg)(zt));if(!Jt)throw new TypeError("Invalid event target");return new i.c(Pt=>{const Et=(...rt)=>Pt.next(1<rt.length?rt:rt[0]);return Jt(Et),()=>fe(Et)})}function mt(zt,Xt){return pt=>Kt=>zt[pt](Xt,Kt)}},8750:($e,Gt,c)=>{c.d(Gt,{Tg:()=>gt});var n=c(1635),i=c(7441),r=c(9858),H=c(1985),g=c(5055),Z=c(7953),tt=c(591),st=c(5397),J=c(5196),et=c(8071),mt=c(5334),Ot=c(3494);function gt(Pt){if(Pt instanceof H.c)return Pt;if(null!=Pt){if((0,g.l)(Pt))return function kt(Pt){return new H.c(Et=>{const rt=Pt[Ot.s]();if((0,et.T)(rt.subscribe))return rt.subscribe(Et);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(Pt);if((0,i.X)(Pt))return function zt(Pt){return new H.c(Et=>{for(let rt=0;rt<Pt.length&&!Et.closed;rt++)Et.next(Pt[rt]);Et.complete()})}(Pt);if((0,r.y)(Pt))return function Xt(Pt){return new H.c(Et=>{Pt.then(rt=>{Et.closed||(Et.next(rt),Et.complete())},rt=>Et.error(rt)).then(null,mt.m)})}(Pt);if((0,Z.T)(Pt))return Kt(Pt);if((0,st.x)(Pt))return function pt(Pt){return new H.c(Et=>{for(const rt of Pt)if(Et.next(rt),Et.closed)return;Et.complete()})}(Pt);if((0,J.U)(Pt))return function Jt(Pt){return Kt((0,J.C)(Pt))}(Pt)}throw(0,tt.L)(Pt)}function Kt(Pt){return new H.c(Et=>{(function fe(Pt,Et){var rt,It,xt,dt;return(0,n.sH)(this,void 0,void 0,function*(){try{for(rt=(0,n.xN)(Pt);!(It=yield rt.next()).done;)if(Et.next(It.value),Et.closed)return}catch(Vt){xt={error:Vt}}finally{try{It&&!It.done&&(dt=rt.return)&&(yield dt.call(rt))}finally{if(xt)throw xt.error}}Et.complete()})})(Pt,Et).catch(rt=>Et.error(rt))})}},605:($e,Gt,c)=>{c.d(Gt,{Y:()=>r});var n=c(3236),i=c(1584);function r(H=0,g=n.E){return H<0&&(H=0),(0,i.O)(H,H,g)}},7786:($e,Gt,c)=>{c.d(Gt,{h:()=>Z});var n=c(6365),i=c(8750),r=c(983),H=c(9326),g=c(6648);function Z(...tt){const st=(0,H.lI)(tt),J=(0,H.R0)(tt,1/0),et=tt;return et.length?1===et.length?(0,i.Tg)(et[0]):(0,n.U)(J)((0,g.H)(et,st)):r.w}},7673:($e,Gt,c)=>{c.d(Gt,{of:()=>r});var n=c(9326),i=c(6648);function r(...H){const g=(0,n.lI)(H);return(0,i.H)(H,g)}},8810:($e,Gt,c)=>{c.d(Gt,{$:()=>r});var n=c(1985),i=c(8071);function r(H,g){const Z=(0,i.T)(H)?H:()=>H,tt=st=>st.error(Z());return new n.c(g?st=>g.schedule(tt,0,st):tt)}},1584:($e,Gt,c)=>{c.d(Gt,{O:()=>g});var n=c(1985),i=c(3236),r=c(9470);function g(Z=0,tt,st=i.b){let J=-1;return null!=tt&&((0,r.m)(tt)?st=tt:J=tt),new n.c(et=>{let mt=function H(Z){return Z instanceof Date&&!isNaN(Z)}(Z)?+Z-st.now():Z;mt<0&&(mt=0);let Ot=0;return st.schedule(function(){et.closed||(et.next(Ot++),0<=J?this.schedule(void 0,J):et.complete())},mt)})}},4360:($e,Gt,c)=>{c.d(Gt,{_:()=>i});var n=c(7707);function i(H,g,Z,tt,st){return new r(H,g,Z,tt,st)}class r extends n.vU{constructor(g,Z,tt,st,J,et){super(g),this.onFinalize=J,this.shouldUnsubscribe=et,this._next=Z?function(mt){try{Z(mt)}catch(Ot){g.error(Ot)}}:super._next,this._error=st?function(mt){try{st(mt)}catch(Ot){g.error(Ot)}finally{this.unsubscribe()}}:super._error,this._complete=tt?function(){try{tt()}catch(mt){g.error(mt)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var g;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:Z}=this;super.unsubscribe(),!Z&&(null===(g=this.onFinalize)||void 0===g||g.call(this))}}}},3798:($e,Gt,c)=>{c.d(Gt,{Z:()=>tt});var n=c(3236),i=c(9974),r=c(8750),H=c(4360),Z=c(1584);function tt(st,J=n.E){return function g(st){return(0,i.N)((J,et)=>{let mt=!1,Ot=null,gt=null,kt=!1;const zt=()=>{if(gt?.unsubscribe(),gt=null,mt){mt=!1;const pt=Ot;Ot=null,et.next(pt)}kt&&et.complete()},Xt=()=>{gt=null,kt&&et.complete()};J.subscribe((0,H._)(et,pt=>{mt=!0,Ot=pt,gt||(0,r.Tg)(st(pt)).subscribe(gt=(0,H._)(et,zt,Xt))},()=>{kt=!0,(!mt||!gt||gt.closed)&&et.complete()}))})}(()=>(0,Z.O)(st,J))}},9437:($e,Gt,c)=>{c.d(Gt,{W:()=>H});var n=c(8750),i=c(4360),r=c(9974);function H(g){return(0,r.N)((Z,tt)=>{let et,st=null,J=!1;st=Z.subscribe((0,i._)(tt,void 0,void 0,mt=>{et=(0,n.Tg)(g(mt,H(g)(Z))),st?(st.unsubscribe(),st=null,et.subscribe(tt)):J=!0})),J&&(st.unsubscribe(),st=null,et.subscribe(tt))})}},274:($e,Gt,c)=>{c.d(Gt,{H:()=>r});var n=c(3028),i=c(8071);function r(H,g){return(0,i.T)(g)?(0,n.Z)(H,g,1):(0,n.Z)(H,1)}},152:($e,Gt,c)=>{c.d(Gt,{B:()=>H});var n=c(3236),i=c(9974),r=c(4360);function H(g,Z=n.E){return(0,i.N)((tt,st)=>{let J=null,et=null,mt=null;const Ot=()=>{if(J){J.unsubscribe(),J=null;const kt=et;et=null,st.next(kt)}};function gt(){const kt=mt+g,zt=Z.now();if(zt<kt)return J=this.schedule(void 0,kt-zt),void st.add(J);Ot()}tt.subscribe((0,r._)(st,kt=>{et=kt,mt=Z.now(),J||(J=Z.schedule(gt,g),st.add(J))},()=>{Ot(),st.complete()},void 0,()=>{et=J=null}))})}},9901:($e,Gt,c)=>{c.d(Gt,{U:()=>r});var n=c(9974),i=c(4360);function r(H){return(0,n.N)((g,Z)=>{let tt=!1;g.subscribe((0,i._)(Z,st=>{tt=!0,Z.next(st)},()=>{tt||Z.next(H),Z.complete()}))})}},1986:($e,Gt,c)=>{c.d(Gt,{c:()=>Ot});var n=c(3236),i=c(8793),r=c(6697),H=c(9974),g=c(4360),Z=c(5343),st=c(3703),J=c(3028);function et(gt,kt){return kt?zt=>(0,i.x)(kt.pipe((0,r.s)(1),function tt(){return(0,H.N)((gt,kt)=>{gt.subscribe((0,g._)(kt,Z.l))})}()),zt.pipe(et(gt))):(0,J.Z)((zt,Xt)=>gt(zt,Xt).pipe((0,r.s)(1),(0,st.u)(zt)))}var mt=c(1584);function Ot(gt,kt=n.E){const zt=(0,mt.O)(gt,kt);return et(()=>zt)}},3294:($e,Gt,c)=>{c.d(Gt,{F:()=>H});var n=c(3669),i=c(9974),r=c(4360);function H(Z,tt=n.D){return Z=Z??g,(0,i.N)((st,J)=>{let et,mt=!0;st.subscribe((0,r._)(J,Ot=>{const gt=tt(Ot);(mt||!Z(et,gt))&&(mt=!1,et=gt,J.next(Ot))}))})}function g(Z,tt){return Z===tt}},5964:($e,Gt,c)=>{c.d(Gt,{p:()=>r});var n=c(9974),i=c(4360);function r(H,g){return(0,n.N)((Z,tt)=>{let st=0;Z.subscribe((0,i._)(tt,J=>H.call(g,J,st++)&&tt.next(J)))})}},980:($e,Gt,c)=>{c.d(Gt,{j:()=>i});var n=c(9974);function i(r){return(0,n.N)((H,g)=>{try{H.subscribe(g)}finally{g.add(r)}})}},1594:($e,Gt,c)=>{c.d(Gt,{$:()=>tt});var n=c(9350),i=c(5964),r=c(6697),H=c(9901),g=c(3774),Z=c(3669);function tt(st,J){const et=arguments.length>=2;return mt=>mt.pipe(st?(0,i.p)((Ot,gt)=>st(Ot,gt,mt)):Z.D,(0,r.s)(1),et?(0,H.U)(J):(0,g.v)(()=>new n.G))}},6354:($e,Gt,c)=>{c.d(Gt,{T:()=>r});var n=c(9974),i=c(4360);function r(H,g){return(0,n.N)((Z,tt)=>{let st=0;Z.subscribe((0,i._)(tt,J=>{tt.next(H.call(g,J,st++))}))})}},3703:($e,Gt,c)=>{c.d(Gt,{u:()=>i});var n=c(6354);function i(r){return(0,n.T)(()=>r)}},6365:($e,Gt,c)=>{c.d(Gt,{U:()=>r});var n=c(3028),i=c(3669);function r(H=1/0){return(0,n.Z)(i.D,H)}},5412:($e,Gt,c)=>{c.d(Gt,{h:()=>H});var n=c(8750),i=c(5225),r=c(4360);function H(g,Z,tt,st,J,et,mt,Ot){const gt=[];let kt=0,zt=0,Xt=!1;const pt=()=>{Xt&&!gt.length&&!kt&&Z.complete()},Kt=fe=>kt<st?Jt(fe):gt.push(fe),Jt=fe=>{et&&Z.next(fe),kt++;let Pt=!1;(0,n.Tg)(tt(fe,zt++)).subscribe((0,r._)(Z,Et=>{J?.(Et),et?Kt(Et):Z.next(Et)},()=>{Pt=!0},void 0,()=>{if(Pt)try{for(kt--;gt.length&&kt<st;){const Et=gt.shift();mt?(0,i.N)(Z,mt,()=>Jt(Et)):Jt(Et)}pt()}catch(Et){Z.error(Et)}}))};return g.subscribe((0,r._)(Z,Kt,()=>{Xt=!0,pt()})),()=>{Ot?.()}}},3028:($e,Gt,c)=>{c.d(Gt,{Z:()=>Z});var n=c(6354),i=c(8750),r=c(9974),H=c(5412),g=c(8071);function Z(tt,st,J=1/0){return(0,g.T)(st)?Z((et,mt)=>(0,n.T)((Ot,gt)=>st(et,Ot,mt,gt))((0,i.Tg)(tt(et,mt))),J):("number"==typeof st&&(J=st),(0,r.N)((et,mt)=>(0,H.h)(et,mt,tt,J)))}},3946:($e,Gt,c)=>{c.d(Gt,{J:()=>r});var n=c(9974),i=c(4360);function r(){return(0,n.N)((H,g)=>{let Z,tt=!1;H.subscribe((0,i._)(g,st=>{const J=Z;Z=st,tt&&g.next([J,st]),tt=!0}))})}},9852:($e,Gt,c)=>{c.d(Gt,{T:()=>r});var n=c(6649),i=c(9974);function r(H,g){return(0,i.N)((0,n.S)(H,g,arguments.length>=2,!1,!0))}},9898:($e,Gt,c)=>{c.d(Gt,{B:()=>r});var n=c(9974),i=c(4360);function r(){return(0,n.N)((H,g)=>{let Z=null;H._refCount++;const tt=(0,i._)(g,void 0,void 0,void 0,()=>{if(!H||H._refCount<=0||0<--H._refCount)return void(Z=null);const st=H._connection,J=Z;Z=null,st&&(!J||st===J)&&st.unsubscribe(),g.unsubscribe()});H.subscribe(tt),tt.closed||(Z=H.connect())})}},6649:($e,Gt,c)=>{c.d(Gt,{S:()=>i});var n=c(4360);function i(r,H,g,Z,tt){return(st,J)=>{let et=g,mt=H,Ot=0;st.subscribe((0,n._)(J,gt=>{const kt=Ot++;mt=et?r(mt,gt,kt):(et=!0,gt),Z&&J.next(mt)},tt&&(()=>{et&&J.next(mt),J.complete()})))}}},7647:($e,Gt,c)=>{c.d(Gt,{u:()=>g});var n=c(8750),i=c(1413),r=c(7707),H=c(9974);function g(tt={}){const{connector:st=()=>new i.B,resetOnError:J=!0,resetOnComplete:et=!0,resetOnRefCountZero:mt=!0}=tt;return Ot=>{let gt,kt,zt,Xt=0,pt=!1,Kt=!1;const Jt=()=>{kt?.unsubscribe(),kt=void 0},fe=()=>{Jt(),gt=zt=void 0,pt=Kt=!1},Pt=()=>{const Et=gt;fe(),Et?.unsubscribe()};return(0,H.N)((Et,rt)=>{Xt++,!Kt&&!pt&&Jt();const It=zt=zt??st();rt.add(()=>{Xt--,0===Xt&&!Kt&&!pt&&(kt=Z(Pt,mt))}),It.subscribe(rt),!gt&&Xt>0&&(gt=new r.Ms({next:xt=>It.next(xt),error:xt=>{Kt=!0,Jt(),kt=Z(fe,J,xt),It.error(xt)},complete:()=>{pt=!0,Jt(),kt=Z(fe,et),It.complete()}}),(0,n.Tg)(Et).subscribe(gt))})(Ot)}}function Z(tt,st,...J){if(!0===st)return void tt();if(!1===st)return;const et=new r.Ms({next:()=>{et.unsubscribe(),tt()}});return st(...J).subscribe(et)}},4668:($e,Gt,c)=>{c.d(Gt,{t:()=>r});var n=c(2771),i=c(7647);function r(H,g,Z){let tt,st=!1;return H&&"object"==typeof H?({bufferSize:tt=1/0,windowTime:g=1/0,refCount:st=!1,scheduler:Z}=H):tt=H??1/0,(0,i.u)({connector:()=>new n.m(tt,g,Z),resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:st})}},5245:($e,Gt,c)=>{c.d(Gt,{i:()=>i});var n=c(5964);function i(r){return(0,n.p)((H,g)=>r<=g)}},9172:($e,Gt,c)=>{c.d(Gt,{Z:()=>H});var n=c(8793),i=c(9326),r=c(9974);function H(...g){const Z=(0,i.lI)(g);return(0,r.N)((tt,st)=>{(Z?(0,n.x)(g,tt,Z):(0,n.x)(g,tt)).subscribe(st)})}},5558:($e,Gt,c)=>{c.d(Gt,{n:()=>H});var n=c(8750),i=c(9974),r=c(4360);function H(g,Z){return(0,i.N)((tt,st)=>{let J=null,et=0,mt=!1;const Ot=()=>mt&&!J&&st.complete();tt.subscribe((0,r._)(st,gt=>{J?.unsubscribe();let kt=0;const zt=et++;(0,n.Tg)(g(gt,zt)).subscribe(J=(0,r._)(st,Xt=>st.next(Z?Z(gt,Xt,zt,kt++):Xt),()=>{J=null,Ot()}))},()=>{mt=!0,Ot()}))})}},6697:($e,Gt,c)=>{c.d(Gt,{s:()=>H});var n=c(983),i=c(9974),r=c(4360);function H(g){return g<=0?()=>n.w:(0,i.N)((Z,tt)=>{let st=0;Z.subscribe((0,r._)(tt,J=>{++st<=g&&(tt.next(J),g<=st&&tt.complete())}))})}},5109:($e,Gt,c)=>{c.d(Gt,{o:()=>H});var n=c(983),i=c(9974),r=c(4360);function H(g){return g<=0?()=>n.w:(0,i.N)((Z,tt)=>{let st=[];Z.subscribe((0,r._)(tt,J=>{st.push(J),g<st.length&&st.shift()},()=>{for(const J of st)tt.next(J);tt.complete()},void 0,()=>{st=null}))})}},6977:($e,Gt,c)=>{c.d(Gt,{Q:()=>g});var n=c(9974),i=c(4360),r=c(8750),H=c(5343);function g(Z){return(0,n.N)((tt,st)=>{(0,r.Tg)(Z).subscribe((0,i._)(st,()=>st.complete(),H.l)),!st.closed&&tt.subscribe(st)})}},7048:($e,Gt,c)=>{c.d(Gt,{v:()=>r});var n=c(9974),i=c(4360);function r(H,g=!1){return(0,n.N)((Z,tt)=>{let st=0;Z.subscribe((0,i._)(tt,J=>{const et=H(J,st++);(et||g)&&tt.next(J),!et&&tt.complete()}))})}},8141:($e,Gt,c)=>{c.d(Gt,{M:()=>g});var n=c(8071),i=c(9974),r=c(4360),H=c(3669);function g(Z,tt,st){const J=(0,n.T)(Z)||tt||st?{next:Z,error:tt,complete:st}:Z;return J?(0,i.N)((et,mt)=>{var Ot;null===(Ot=J.subscribe)||void 0===Ot||Ot.call(J);let gt=!0;et.subscribe((0,r._)(mt,kt=>{var zt;null===(zt=J.next)||void 0===zt||zt.call(J,kt),mt.next(kt)},()=>{var kt;gt=!1,null===(kt=J.complete)||void 0===kt||kt.call(J),mt.complete()},kt=>{var zt;gt=!1,null===(zt=J.error)||void 0===zt||zt.call(J,kt),mt.error(kt)},()=>{var kt,zt;gt&&(null===(kt=J.unsubscribe)||void 0===kt||kt.call(J)),null===(zt=J.finalize)||void 0===zt||zt.call(J)}))}):H.D}},3774:($e,Gt,c)=>{c.d(Gt,{v:()=>H});var n=c(9350),i=c(9974),r=c(4360);function H(Z=g){return(0,i.N)((tt,st)=>{let J=!1;tt.subscribe((0,r._)(st,et=>{J=!0,st.next(et)},()=>J?st.complete():st.error(Z())))})}function g(){return new n.G}},6780:($e,Gt,c)=>{c.d(Gt,{R:()=>g});var n=c(8359);class i extends n.yU{constructor(tt,st){super()}schedule(tt,st=0){return this}}const r={setInterval(Z,tt,...st){const{delegate:J}=r;return J?.setInterval?J.setInterval(Z,tt,...st):setInterval(Z,tt,...st)},clearInterval(Z){const{delegate:tt}=r;return(tt?.clearInterval||clearInterval)(Z)},delegate:void 0};var H=c(7908);class g extends i{constructor(tt,st){super(tt,st),this.scheduler=tt,this.work=st,this.pending=!1}schedule(tt,st=0){var J;if(this.closed)return this;this.state=tt;const et=this.id,mt=this.scheduler;return null!=et&&(this.id=this.recycleAsyncId(mt,et,st)),this.pending=!0,this.delay=st,this.id=null!==(J=this.id)&&void 0!==J?J:this.requestAsyncId(mt,this.id,st),this}requestAsyncId(tt,st,J=0){return r.setInterval(tt.flush.bind(tt,this),J)}recycleAsyncId(tt,st,J=0){if(null!=J&&this.delay===J&&!1===this.pending)return st;null!=st&&r.clearInterval(st)}execute(tt,st){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const J=this._execute(tt,st);if(J)return J;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(tt,st){let et,J=!1;try{this.work(tt)}catch(mt){J=!0,et=mt||new Error("Scheduled action threw falsy error")}if(J)return this.unsubscribe(),et}unsubscribe(){if(!this.closed){const{id:tt,scheduler:st}=this,{actions:J}=st;this.work=this.state=this.scheduler=null,this.pending=!1,(0,H.o)(J,this),null!=tt&&(this.id=this.recycleAsyncId(st,tt,null)),this.delay=null,super.unsubscribe()}}}},9687:($e,Gt,c)=>{c.d(Gt,{q:()=>r});var n=c(6129);class i{constructor(g,Z=i.now){this.schedulerActionCtor=g,this.now=Z}schedule(g,Z=0,tt){return new this.schedulerActionCtor(this,g).schedule(tt,Z)}}i.now=n.U.now;class r extends i{constructor(g,Z=i.now){super(g,Z),this.actions=[],this._active=!1}flush(g){const{actions:Z}=this;if(this._active)return void Z.push(g);let tt;this._active=!0;do{if(tt=g.execute(g.state,g.delay))break}while(g=Z.shift());if(this._active=!1,tt){for(;g=Z.shift();)g.unsubscribe();throw tt}}}},536:($e,Gt,c)=>{c.d(Gt,{X:()=>tt});var n=c(6780),i=c(8359);const r={schedule(J){let et=requestAnimationFrame,mt=cancelAnimationFrame;const{delegate:Ot}=r;Ot&&(et=Ot.requestAnimationFrame,mt=Ot.cancelAnimationFrame);const gt=et(kt=>{mt=void 0,J(kt)});return new i.yU(()=>mt?.(gt))},requestAnimationFrame(...J){const{delegate:et}=r;return(et?.requestAnimationFrame||requestAnimationFrame)(...J)},cancelAnimationFrame(...J){const{delegate:et}=r;return(et?.cancelAnimationFrame||cancelAnimationFrame)(...J)},delegate:void 0};var g=c(9687);const tt=new class Z extends g.q{flush(et){this._active=!0;const mt=this._scheduled;this._scheduled=void 0;const{actions:Ot}=this;let gt;et=et||Ot.shift();do{if(gt=et.execute(et.state,et.delay))break}while((et=Ot[0])&&et.id===mt&&Ot.shift());if(this._active=!1,gt){for(;(et=Ot[0])&&et.id===mt&&Ot.shift();)et.unsubscribe();throw gt}}}(class H extends n.R{constructor(et,mt){super(et,mt),this.scheduler=et,this.work=mt}requestAsyncId(et,mt,Ot=0){return null!==Ot&&Ot>0?super.requestAsyncId(et,mt,Ot):(et.actions.push(this),et._scheduled||(et._scheduled=r.requestAnimationFrame(()=>et.flush(void 0))))}recycleAsyncId(et,mt,Ot=0){var gt;if(null!=Ot?Ot>0:this.delay>0)return super.recycleAsyncId(et,mt,Ot);const{actions:kt}=et;null!=mt&&(null===(gt=kt[kt.length-1])||void 0===gt?void 0:gt.id)!==mt&&(r.cancelAnimationFrame(mt),et._scheduled=void 0)}})},5007:($e,Gt,c)=>{c.d(Gt,{$:()=>kt});var n=c(6780);let r,i=1;const H={};function g(Xt){return Xt in H&&(delete H[Xt],!0)}const Z={setImmediate(Xt){const pt=i++;return H[pt]=!0,r||(r=Promise.resolve()),r.then(()=>g(pt)&&Xt()),pt},clearImmediate(Xt){g(Xt)}},{setImmediate:st,clearImmediate:J}=Z,et={setImmediate(...Xt){const{delegate:pt}=et;return(pt?.setImmediate||st)(...Xt)},clearImmediate(Xt){const{delegate:pt}=et;return(pt?.clearImmediate||J)(Xt)},delegate:void 0};var Ot=c(9687);const kt=new class gt extends Ot.q{flush(pt){this._active=!0;const Kt=this._scheduled;this._scheduled=void 0;const{actions:Jt}=this;let fe;pt=pt||Jt.shift();do{if(fe=pt.execute(pt.state,pt.delay))break}while((pt=Jt[0])&&pt.id===Kt&&Jt.shift());if(this._active=!1,fe){for(;(pt=Jt[0])&&pt.id===Kt&&Jt.shift();)pt.unsubscribe();throw fe}}}(class mt extends n.R{constructor(pt,Kt){super(pt,Kt),this.scheduler=pt,this.work=Kt}requestAsyncId(pt,Kt,Jt=0){return null!==Jt&&Jt>0?super.requestAsyncId(pt,Kt,Jt):(pt.actions.push(this),pt._scheduled||(pt._scheduled=et.setImmediate(pt.flush.bind(pt,void 0))))}recycleAsyncId(pt,Kt,Jt=0){var fe;if(null!=Jt?Jt>0:this.delay>0)return super.recycleAsyncId(pt,Kt,Jt);const{actions:Pt}=pt;null!=Kt&&(null===(fe=Pt[Pt.length-1])||void 0===fe?void 0:fe.id)!==Kt&&(et.clearImmediate(Kt),pt._scheduled=void 0)}})},3236:($e,Gt,c)=>{c.d(Gt,{E:()=>r,b:()=>H});var n=c(6780);const r=new(c(9687).q)(n.R),H=r},6129:($e,Gt,c)=>{c.d(Gt,{U:()=>n});const n={now:()=>(n.delegate||Date).now(),delegate:void 0}},9270:($e,Gt,c)=>{c.d(Gt,{f:()=>n});const n={setTimeout(i,r,...H){const{delegate:g}=n;return g?.setTimeout?g.setTimeout(i,r,...H):setTimeout(i,r,...H)},clearTimeout(i){const{delegate:r}=n;return(r?.clearTimeout||clearTimeout)(i)},delegate:void 0}},4761:($e,Gt,c)=>{c.d(Gt,{l:()=>i});const i=function n(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}()},3494:($e,Gt,c)=>{c.d(Gt,{s:()=>n});const n="function"==typeof Symbol&&Symbol.observable||"@@observable"},9350:($e,Gt,c)=>{c.d(Gt,{G:()=>i});const i=(0,c(1853).L)(r=>function(){r(this),this.name="EmptyError",this.message="no elements in sequence"})},9326:($e,Gt,c)=>{c.d(Gt,{R0:()=>Z,lI:()=>g,ms:()=>H});var n=c(8071),i=c(9470);function r(tt){return tt[tt.length-1]}function H(tt){return(0,n.T)(r(tt))?tt.pop():void 0}function g(tt){return(0,i.m)(r(tt))?tt.pop():void 0}function Z(tt,st){return"number"==typeof r(tt)?tt.pop():st}},3073:($e,Gt,c)=>{c.d(Gt,{D:()=>g});const{isArray:n}=Array,{getPrototypeOf:i,prototype:r,keys:H}=Object;function g(tt){if(1===tt.length){const st=tt[0];if(n(st))return{args:st,keys:null};if(function Z(tt){return tt&&"object"==typeof tt&&i(tt)===r}(st)){const J=H(st);return{args:J.map(et=>st[et]),keys:J}}}return{args:tt,keys:null}}},7908:($e,Gt,c)=>{function n(i,r){if(i){const H=i.indexOf(r);0<=H&&i.splice(H,1)}}c.d(Gt,{o:()=>n})},1853:($e,Gt,c)=>{function n(i){const H=i(g=>{Error.call(g),g.stack=(new Error).stack});return H.prototype=Object.create(Error.prototype),H.prototype.constructor=H,H}c.d(Gt,{L:()=>n})},8496:($e,Gt,c)=>{function n(i,r){return i.reduce((H,g,Z)=>(H[g]=r[Z],H),{})}c.d(Gt,{e:()=>n})},9786:($e,Gt,c)=>{c.d(Gt,{Y:()=>r,l:()=>H});var n=c(1026);let i=null;function r(g){if(n.$.useDeprecatedSynchronousErrorHandling){const Z=!i;if(Z&&(i={errorThrown:!1,error:null}),g(),Z){const{errorThrown:tt,error:st}=i;if(i=null,tt)throw st}}else g()}function H(g){n.$.useDeprecatedSynchronousErrorHandling&&i&&(i.errorThrown=!0,i.error=g)}},5225:($e,Gt,c)=>{function n(i,r,H,g=0,Z=!1){const tt=r.schedule(function(){H(),Z?i.add(this.schedule(null,g)):this.unsubscribe()},g);if(i.add(tt),!Z)return tt}c.d(Gt,{N:()=>n})},3669:($e,Gt,c)=>{function n(i){return i}c.d(Gt,{D:()=>n})},7441:($e,Gt,c)=>{c.d(Gt,{X:()=>n});const n=i=>i&&"number"==typeof i.length&&"function"!=typeof i},7953:($e,Gt,c)=>{c.d(Gt,{T:()=>i});var n=c(8071);function i(r){return Symbol.asyncIterator&&(0,n.T)(r?.[Symbol.asyncIterator])}},8071:($e,Gt,c)=>{function n(i){return"function"==typeof i}c.d(Gt,{T:()=>n})},5055:($e,Gt,c)=>{c.d(Gt,{l:()=>r});var n=c(3494),i=c(8071);function r(H){return(0,i.T)(H[n.s])}},5397:($e,Gt,c)=>{c.d(Gt,{x:()=>r});var n=c(4761),i=c(8071);function r(H){return(0,i.T)(H?.[n.l])}},4402:($e,Gt,c)=>{c.d(Gt,{A:()=>r});var n=c(1985),i=c(8071);function r(H){return!!H&&(H instanceof n.c||(0,i.T)(H.lift)&&(0,i.T)(H.subscribe))}},9858:($e,Gt,c)=>{c.d(Gt,{y:()=>i});var n=c(8071);function i(r){return(0,n.T)(r?.then)}},5196:($e,Gt,c)=>{c.d(Gt,{C:()=>r,U:()=>H});var n=c(1635),i=c(8071);function r(g){return(0,n.AQ)(this,arguments,function*(){const tt=g.getReader();try{for(;;){const{value:st,done:J}=yield(0,n.N3)(tt.read());if(J)return yield(0,n.N3)(void 0);yield yield(0,n.N3)(st)}}finally{tt.releaseLock()}})}function H(g){return(0,i.T)(g?.getReader)}},9470:($e,Gt,c)=>{c.d(Gt,{m:()=>i});var n=c(8071);function i(r){return r&&(0,n.T)(r.schedule)}},9974:($e,Gt,c)=>{c.d(Gt,{N:()=>r,S:()=>i});var n=c(8071);function i(H){return(0,n.T)(H?.lift)}function r(H){return g=>{if(i(g))return g.lift(function(Z){try{return H(Z,this)}catch(tt){this.error(tt)}});throw new TypeError("Unable to lift unknown Observable type")}}},6450:($e,Gt,c)=>{c.d(Gt,{I:()=>H});var n=c(6354);const{isArray:i}=Array;function H(g){return(0,n.T)(Z=>function r(g,Z){return i(Z)?g(...Z):g(Z)}(g,Z))}},5343:($e,Gt,c)=>{function n(){}c.d(Gt,{l:()=>n})},1203:($e,Gt,c)=>{c.d(Gt,{F:()=>i,m:()=>r});var n=c(3669);function i(...H){return r(H)}function r(H){return 0===H.length?n.D:1===H.length?H[0]:function(Z){return H.reduce((tt,st)=>st(tt),Z)}}},5334:($e,Gt,c)=>{c.d(Gt,{m:()=>r});var n=c(1026),i=c(9270);function r(H){i.f.setTimeout(()=>{const{onUnhandledError:g}=n.$;if(!g)throw H;g(H)})}},591:($e,Gt,c)=>{function n(i){return new TypeError(`You provided ${null!==i&&"object"==typeof i?"an invalid object":`'${i}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}c.d(Gt,{L:()=>n})},9969:($e,Gt,c)=>{c.d(Gt,{FX:()=>dt,If:()=>n,K2:()=>Z,MA:()=>Ot,Os:()=>g,P:()=>kt,hZ:()=>r,i0:()=>H,i7:()=>J,iF:()=>tt,kY:()=>et,kp:()=>i,sf:()=>It,ui:()=>xt,wk:()=>st});var n=function(Vt){return Vt[Vt.State=0]="State",Vt[Vt.Transition=1]="Transition",Vt[Vt.Sequence=2]="Sequence",Vt[Vt.Group=3]="Group",Vt[Vt.Animate=4]="Animate",Vt[Vt.Keyframes=5]="Keyframes",Vt[Vt.Style=6]="Style",Vt[Vt.Trigger=7]="Trigger",Vt[Vt.Reference=8]="Reference",Vt[Vt.AnimateChild=9]="AnimateChild",Vt[Vt.AnimateRef=10]="AnimateRef",Vt[Vt.Query=11]="Query",Vt[Vt.Stagger=12]="Stagger",Vt}(n||{});const i="*";function r(Vt,it){return{type:n.Trigger,name:Vt,definitions:it,options:{}}}function H(Vt,it=null){return{type:n.Animate,styles:it,timings:Vt}}function g(Vt,it=null){return{type:n.Group,steps:Vt,options:it}}function Z(Vt,it=null){return{type:n.Sequence,steps:Vt,options:it}}function tt(Vt){return{type:n.Style,styles:Vt,offset:null}}function st(Vt,it,Bt){return{type:n.State,name:Vt,styles:it,options:Bt}}function J(Vt){return{type:n.Keyframes,steps:Vt}}function et(Vt,it,Bt=null){return{type:n.Transition,expr:Vt,animation:it,options:Bt}}function Ot(Vt=null){return{type:n.AnimateChild,options:Vt}}function kt(Vt,it,Bt=null){return{type:n.Query,selector:Vt,animation:it,options:Bt}}class It{constructor(it=0,Bt=0){this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._originalOnDoneFns=[],this._originalOnStartFns=[],this._started=!1,this._destroyed=!1,this._finished=!1,this._position=0,this.parentPlayer=null,this.totalTime=it+Bt}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(it=>it()),this._onDoneFns=[])}onStart(it){this._originalOnStartFns.push(it),this._onStartFns.push(it)}onDone(it){this._originalOnDoneFns.push(it),this._onDoneFns.push(it)}onDestroy(it){this._onDestroyFns.push(it)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){queueMicrotask(()=>this._onFinish())}_onStart(){this._onStartFns.forEach(it=>it()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(it=>it()),this._onDestroyFns=[])}reset(){this._started=!1,this._finished=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}setPosition(it){this._position=this.totalTime?it*this.totalTime:1}getPosition(){return this.totalTime?this._position/this.totalTime:1}triggerCallback(it){const Bt="start"==it?this._onStartFns:this._onDoneFns;Bt.forEach(re=>re()),Bt.length=0}}class xt{constructor(it){this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this._destroyed=!1,this._onDestroyFns=[],this.parentPlayer=null,this.totalTime=0,this.players=it;let Bt=0,re=0,Ve=0;const on=this.players.length;0==on?queueMicrotask(()=>this._onFinish()):this.players.forEach(wn=>{wn.onDone(()=>{++Bt==on&&this._onFinish()}),wn.onDestroy(()=>{++re==on&&this._onDestroy()}),wn.onStart(()=>{++Ve==on&&this._onStart()})}),this.totalTime=this.players.reduce((wn,Fe)=>Math.max(wn,Fe.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(it=>it()),this._onDoneFns=[])}init(){this.players.forEach(it=>it.init())}onStart(it){this._onStartFns.push(it)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(it=>it()),this._onStartFns=[])}onDone(it){this._onDoneFns.push(it)}onDestroy(it){this._onDestroyFns.push(it)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(it=>it.play())}pause(){this.players.forEach(it=>it.pause())}restart(){this.players.forEach(it=>it.restart())}finish(){this._onFinish(),this.players.forEach(it=>it.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(it=>it.destroy()),this._onDestroyFns.forEach(it=>it()),this._onDestroyFns=[])}reset(){this.players.forEach(it=>it.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(it){const Bt=it*this.totalTime;this.players.forEach(re=>{const Ve=re.totalTime?Math.min(1,Bt/re.totalTime):1;re.setPosition(Ve)})}getPosition(){const it=this.players.reduce((Bt,re)=>null===Bt||re.totalTime>Bt.totalTime?re:Bt,null);return null!=it?it.getPosition():0}beforeDestroy(){this.players.forEach(it=>{it.beforeDestroy&&it.beforeDestroy()})}triggerCallback(it){const Bt="start"==it?this._onStartFns:this._onDoneFns;Bt.forEach(re=>re()),Bt.length=0}}const dt="!"},8617:($e,Gt,c)=>{c.d(Gt,{Ae:()=>It,Ai:()=>jn,Au:()=>ht,Bu:()=>ot,FN:()=>Y,GX:()=>Wt,Pd:()=>me,Q_:()=>Ct,Z2:()=>Lt,Z7:()=>Ae,_G:()=>Be,kB:()=>qt,px:()=>rt,vR:()=>Ht,vr:()=>re,w6:()=>Ge});var n=c(177),i=c(4438),r=c(6860),H=c(1413),g=c(8359),Z=c(4402),tt=c(7673),st=c(4412),J=c(7336),et=c(8141),mt=c(152),Ot=c(5964),gt=c(6354),kt=c(6697),zt=c(5245),Xt=c(3294),pt=c(6977),Kt=c(8045),Jt=c(2318),fe=c(4085),Pt=c(9327);const Et=" ";function rt(Nt,Ft,ft){const Yt=xt(Nt,Ft);ft=ft.trim(),!Yt.some(Ee=>Ee.trim()===ft)&&(Yt.push(ft),Nt.setAttribute(Ft,Yt.join(Et)))}function It(Nt,Ft,ft){const Yt=xt(Nt,Ft);ft=ft.trim();const Ee=Yt.filter(en=>en!==ft);Ee.length?Nt.setAttribute(Ft,Ee.join(Et)):Nt.removeAttribute(Ft)}function xt(Nt,Ft){return Nt.getAttribute(Ft)?.match(/\S+/g)??[]}const Vt="cdk-describedby-message",it="cdk-describedby-host";let Bt=0,re=(()=>{class Nt{constructor(ft,Yt){this._platform=Yt,this._messageRegistry=new Map,this._messagesContainer=null,this._id=""+Bt++,this._document=ft,this._id=(0,i.WQX)(i.sZ2)+"-"+Bt++}describe(ft,Yt,Ee){if(!this._canBeDescribed(ft,Yt))return;const en=Ve(Yt,Ee);"string"!=typeof Yt?(on(Yt,this._id),this._messageRegistry.set(en,{messageElement:Yt,referenceCount:0})):this._messageRegistry.has(en)||this._createMessageElement(Yt,Ee),this._isElementDescribedByMessage(ft,en)||this._addMessageReference(ft,en)}removeDescription(ft,Yt,Ee){if(!Yt||!this._isElementNode(ft))return;const en=Ve(Yt,Ee);if(this._isElementDescribedByMessage(ft,en)&&this._removeMessageReference(ft,en),"string"==typeof Yt){const Ke=this._messageRegistry.get(en);Ke&&0===Ke.referenceCount&&this._deleteMessageElement(en)}0===this._messagesContainer?.childNodes.length&&(this._messagesContainer.remove(),this._messagesContainer=null)}ngOnDestroy(){const ft=this._document.querySelectorAll(`[${it}="${this._id}"]`);for(let Yt=0;Yt<ft.length;Yt++)this._removeCdkDescribedByReferenceIds(ft[Yt]),ft[Yt].removeAttribute(it);this._messagesContainer?.remove(),this._messagesContainer=null,this._messageRegistry.clear()}_createMessageElement(ft,Yt){const Ee=this._document.createElement("div");on(Ee,this._id),Ee.textContent=ft,Yt&&Ee.setAttribute("role",Yt),this._createMessagesContainer(),this._messagesContainer.appendChild(Ee),this._messageRegistry.set(Ve(ft,Yt),{messageElement:Ee,referenceCount:0})}_deleteMessageElement(ft){this._messageRegistry.get(ft)?.messageElement?.remove(),this._messageRegistry.delete(ft)}_createMessagesContainer(){if(this._messagesContainer)return;const ft="cdk-describedby-message-container",Yt=this._document.querySelectorAll(`.${ft}[platform="server"]`);for(let en=0;en<Yt.length;en++)Yt[en].remove();const Ee=this._document.createElement("div");Ee.style.visibility="hidden",Ee.classList.add(ft),Ee.classList.add("cdk-visually-hidden"),this._platform&&!this._platform.isBrowser&&Ee.setAttribute("platform","server"),this._document.body.appendChild(Ee),this._messagesContainer=Ee}_removeCdkDescribedByReferenceIds(ft){const Yt=xt(ft,"aria-describedby").filter(Ee=>0!=Ee.indexOf(Vt));ft.setAttribute("aria-describedby",Yt.join(" "))}_addMessageReference(ft,Yt){const Ee=this._messageRegistry.get(Yt);rt(ft,"aria-describedby",Ee.messageElement.id),ft.setAttribute(it,this._id),Ee.referenceCount++}_removeMessageReference(ft,Yt){const Ee=this._messageRegistry.get(Yt);Ee.referenceCount--,It(ft,"aria-describedby",Ee.messageElement.id),ft.removeAttribute(it)}_isElementDescribedByMessage(ft,Yt){const Ee=xt(ft,"aria-describedby"),en=this._messageRegistry.get(Yt),Ke=en&&en.messageElement.id;return!!Ke&&-1!=Ee.indexOf(Ke)}_canBeDescribed(ft,Yt){if(!this._isElementNode(ft))return!1;if(Yt&&"object"==typeof Yt)return!0;const Ee=null==Yt?"":`${Yt}`.trim(),en=ft.getAttribute("aria-label");return!(!Ee||en&&en.trim()===Ee)}_isElementNode(ft){return ft.nodeType===this._document.ELEMENT_NODE}static{this.\u0275fac=function(Yt){return new(Yt||Nt)(i.KVO(n.qQ),i.KVO(r.OD))}}static{this.\u0275prov=i.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})();function Ve(Nt,Ft){return"string"==typeof Nt?`${Ft||""}/${Nt}`:Nt}function on(Nt,Ft){Nt.id||(Nt.id=`${Vt}-${Ft}-${Bt++}`)}class Fe{constructor(Ft,ft){this._letterKeyStream=new H.B,this._items=[],this._selectedItemIndex=-1,this._pressedLetters=[],this._selectedItem=new H.B,this.selectedItem=this._selectedItem;const Yt="number"==typeof ft?.debounceInterval?ft.debounceInterval:200;ft?.skipPredicate&&(this._skipPredicateFn=ft.skipPredicate),this.setItems(Ft),this._setupKeyHandler(Yt)}destroy(){this._pressedLetters=[],this._letterKeyStream.complete(),this._selectedItem.complete()}setCurrentSelectedItemIndex(Ft){this._selectedItemIndex=Ft}setItems(Ft){this._items=Ft}handleKey(Ft){const ft=Ft.keyCode;Ft.key&&1===Ft.key.length?this._letterKeyStream.next(Ft.key.toLocaleUpperCase()):(ft>=J.A&&ft<=J.Z||ft>=J.f2&&ft<=J.bn)&&this._letterKeyStream.next(String.fromCharCode(ft))}isTyping(){return this._pressedLetters.length>0}reset(){this._pressedLetters=[]}_setupKeyHandler(Ft){this._letterKeyStream.pipe((0,et.M)(ft=>this._pressedLetters.push(ft)),(0,mt.B)(Ft),(0,Ot.p)(()=>this._pressedLetters.length>0),(0,gt.T)(()=>this._pressedLetters.join("").toLocaleUpperCase())).subscribe(ft=>{for(let Yt=1;Yt<this._items.length+1;Yt++){const en=this._items[(this._selectedItemIndex+Yt)%this._items.length];if(!this._skipPredicateFn?.(en)&&0===en.getLabel?.().toLocaleUpperCase().trim().indexOf(ft)){this._selectedItem.next(en);break}}this._pressedLetters=[]})}}class zn{constructor(Ft,ft){this._items=Ft,this._activeItemIndex=-1,this._activeItem=null,this._wrap=!1,this._typeaheadSubscription=g.yU.EMPTY,this._vertical=!0,this._allowedModifierKeys=[],this._homeAndEnd=!1,this._pageUpAndDown={enabled:!1,delta:10},this._skipPredicateFn=Yt=>Yt.disabled,this.tabOut=new H.B,this.change=new H.B,Ft instanceof i.rOR?this._itemChangesSubscription=Ft.changes.subscribe(Yt=>this._itemsChanged(Yt.toArray())):(0,i.Hps)(Ft)&&(this._effectRef=(0,i.QZP)(()=>this._itemsChanged(Ft()),{injector:ft}))}skipPredicate(Ft){return this._skipPredicateFn=Ft,this}withWrap(Ft=!0){return this._wrap=Ft,this}withVerticalOrientation(Ft=!0){return this._vertical=Ft,this}withHorizontalOrientation(Ft){return this._horizontal=Ft,this}withAllowedModifierKeys(Ft){return this._allowedModifierKeys=Ft,this}withTypeAhead(Ft=200){this._typeaheadSubscription.unsubscribe();const ft=this._getItemsArray();return this._typeahead=new Fe(ft,{debounceInterval:"number"==typeof Ft?Ft:void 0,skipPredicate:Yt=>this._skipPredicateFn(Yt)}),this._typeaheadSubscription=this._typeahead.selectedItem.subscribe(Yt=>{this.setActiveItem(Yt)}),this}cancelTypeahead(){return this._typeahead?.reset(),this}withHomeAndEnd(Ft=!0){return this._homeAndEnd=Ft,this}withPageUpDown(Ft=!0,ft=10){return this._pageUpAndDown={enabled:Ft,delta:ft},this}setActiveItem(Ft){const ft=this._activeItem;this.updateActiveItem(Ft),this._activeItem!==ft&&this.change.next(this._activeItemIndex)}onKeydown(Ft){const ft=Ft.keyCode,Ee=["altKey","ctrlKey","metaKey","shiftKey"].every(en=>!Ft[en]||this._allowedModifierKeys.indexOf(en)>-1);switch(ft){case J.wn:return void this.tabOut.next();case J.n6:if(this._vertical&&Ee){this.setNextItemActive();break}return;case J.i7:if(this._vertical&&Ee){this.setPreviousItemActive();break}return;case J.LE:if(this._horizontal&&Ee){"rtl"===this._horizontal?this.setPreviousItemActive():this.setNextItemActive();break}return;case J.UQ:if(this._horizontal&&Ee){"rtl"===this._horizontal?this.setNextItemActive():this.setPreviousItemActive();break}return;case J.yZ:if(this._homeAndEnd&&Ee){this.setFirstItemActive();break}return;case J.Kp:if(this._homeAndEnd&&Ee){this.setLastItemActive();break}return;case J.w_:if(this._pageUpAndDown.enabled&&Ee){const en=this._activeItemIndex-this._pageUpAndDown.delta;this._setActiveItemByIndex(en>0?en:0,1);break}return;case J.dB:if(this._pageUpAndDown.enabled&&Ee){const en=this._activeItemIndex+this._pageUpAndDown.delta,Ke=this._getItemsArray().length;this._setActiveItemByIndex(en<Ke?en:Ke-1,-1);break}return;default:return void((Ee||(0,J.rp)(Ft,"shiftKey"))&&this._typeahead?.handleKey(Ft))}this._typeahead?.reset(),Ft.preventDefault()}get activeItemIndex(){return this._activeItemIndex}get activeItem(){return this._activeItem}isTyping(){return!!this._typeahead&&this._typeahead.isTyping()}setFirstItemActive(){this._setActiveItemByIndex(0,1)}setLastItemActive(){this._setActiveItemByIndex(this._getItemsArray().length-1,-1)}setNextItemActive(){this._activeItemIndex<0?this.setFirstItemActive():this._setActiveItemByDelta(1)}setPreviousItemActive(){this._activeItemIndex<0&&this._wrap?this.setLastItemActive():this._setActiveItemByDelta(-1)}updateActiveItem(Ft){const ft=this._getItemsArray(),Yt="number"==typeof Ft?Ft:ft.indexOf(Ft);this._activeItem=ft[Yt]??null,this._activeItemIndex=Yt,this._typeahead?.setCurrentSelectedItemIndex(Yt)}destroy(){this._typeaheadSubscription.unsubscribe(),this._itemChangesSubscription?.unsubscribe(),this._effectRef?.destroy(),this._typeahead?.destroy(),this.tabOut.complete(),this.change.complete()}_setActiveItemByDelta(Ft){this._wrap?this._setActiveInWrapMode(Ft):this._setActiveInDefaultMode(Ft)}_setActiveInWrapMode(Ft){const ft=this._getItemsArray();for(let Yt=1;Yt<=ft.length;Yt++){const Ee=(this._activeItemIndex+Ft*Yt+ft.length)%ft.length;if(!this._skipPredicateFn(ft[Ee]))return void this.setActiveItem(Ee)}}_setActiveInDefaultMode(Ft){this._setActiveItemByIndex(this._activeItemIndex+Ft,Ft)}_setActiveItemByIndex(Ft,ft){const Yt=this._getItemsArray();if(Yt[Ft]){for(;this._skipPredicateFn(Yt[Ft]);)if(!Yt[Ft+=ft])return;this.setActiveItem(Ft)}}_getItemsArray(){return(0,i.Hps)(this._items)?this._items():this._items instanceof i.rOR?this._items.toArray():this._items}_itemsChanged(Ft){if(this._typeahead?.setItems(Ft),this._activeItem){const ft=Ft.indexOf(this._activeItem);ft>-1&&ft!==this._activeItemIndex&&(this._activeItemIndex=ft,this._typeahead?.setCurrentSelectedItemIndex(ft))}}}class ht extends zn{setActiveItem(Ft){this.activeItem&&this.activeItem.setInactiveStyles(),super.setActiveItem(Ft),this.activeItem&&this.activeItem.setActiveStyles()}}class ot extends zn{constructor(){super(...arguments),this._origin="program"}setFocusOrigin(Ft){return this._origin=Ft,this}setActiveItem(Ft){super.setActiveItem(Ft),this.activeItem&&this.activeItem.focus(this._origin)}}class _t{_initializeFocus(){if(this._hasInitialFocused||0===this._items.length)return;let Ft=0;for(let Yt=0;Yt<this._items.length;Yt++)if(!this._skipPredicateFn(this._items[Yt])&&!this._isItemDisabled(this._items[Yt])){Ft=Yt;break}const ft=this._items[Ft];ft.makeFocusable?(this._activeItem?.unfocus(),this._activeItemIndex=Ft,this._activeItem=ft,this._typeahead?.setCurrentSelectedItemIndex(Ft),ft.makeFocusable()):this.focusItem(Ft),this._hasInitialFocused=!0}constructor(Ft,ft){this._activeItemIndex=-1,this._activeItem=null,this._shouldActivationFollowFocus=!1,this._horizontalOrientation="ltr",this._skipPredicateFn=Yt=>!1,this._trackByFn=Yt=>Yt,this._items=[],this._typeaheadSubscription=g.yU.EMPTY,this._hasInitialFocused=!1,this.change=new H.B,Ft instanceof i.rOR?(this._items=Ft.toArray(),Ft.changes.subscribe(Yt=>{this._items=Yt.toArray(),this._typeahead?.setItems(this._items),this._updateActiveItemIndex(this._items),this._initializeFocus()})):(0,Z.A)(Ft)?Ft.subscribe(Yt=>{this._items=Yt,this._typeahead?.setItems(Yt),this._updateActiveItemIndex(Yt),this._initializeFocus()}):(this._items=Ft,this._initializeFocus()),"boolean"==typeof ft.shouldActivationFollowFocus&&(this._shouldActivationFollowFocus=ft.shouldActivationFollowFocus),ft.horizontalOrientation&&(this._horizontalOrientation=ft.horizontalOrientation),ft.skipPredicate&&(this._skipPredicateFn=ft.skipPredicate),ft.trackBy&&(this._trackByFn=ft.trackBy),typeof ft.typeAheadDebounceInterval<"u"&&this._setTypeAhead(ft.typeAheadDebounceInterval)}destroy(){this._typeaheadSubscription.unsubscribe(),this._typeahead?.destroy(),this.change.complete()}onKeydown(Ft){switch(Ft.key){case"Tab":return;case"ArrowDown":this._focusNextItem();break;case"ArrowUp":this._focusPreviousItem();break;case"ArrowRight":"rtl"===this._horizontalOrientation?this._collapseCurrentItem():this._expandCurrentItem();break;case"ArrowLeft":"rtl"===this._horizontalOrientation?this._expandCurrentItem():this._collapseCurrentItem();break;case"Home":this._focusFirstItem();break;case"End":this._focusLastItem();break;case"Enter":case" ":this._activateCurrentItem();break;default:if("*"===Ft.key){this._expandAllItemsAtCurrentItemLevel();break}return void this._typeahead?.handleKey(Ft)}this._typeahead?.reset(),Ft.preventDefault()}getActiveItemIndex(){return this._activeItemIndex}getActiveItem(){return this._activeItem}_focusFirstItem(){this.focusItem(this._findNextAvailableItemIndex(-1))}_focusLastItem(){this.focusItem(this._findPreviousAvailableItemIndex(this._items.length))}_focusNextItem(){this.focusItem(this._findNextAvailableItemIndex(this._activeItemIndex))}_focusPreviousItem(){this.focusItem(this._findPreviousAvailableItemIndex(this._activeItemIndex))}focusItem(Ft,ft={}){ft.emitChangeEvent??=!0;let Yt="number"==typeof Ft?Ft:this._items.findIndex(Ke=>this._trackByFn(Ke)===this._trackByFn(Ft));if(Yt<0||Yt>=this._items.length)return;const Ee=this._items[Yt];if(null!==this._activeItem&&this._trackByFn(Ee)===this._trackByFn(this._activeItem))return;const en=this._activeItem;this._activeItem=Ee??null,this._activeItemIndex=Yt,this._typeahead?.setCurrentSelectedItemIndex(Yt),this._activeItem?.focus(),en?.unfocus(),ft.emitChangeEvent&&this.change.next(this._activeItem),this._shouldActivationFollowFocus&&this._activateCurrentItem()}_updateActiveItemIndex(Ft){const ft=this._activeItem;if(!ft)return;const Yt=Ft.findIndex(Ee=>this._trackByFn(Ee)===this._trackByFn(ft));Yt>-1&&Yt!==this._activeItemIndex&&(this._activeItemIndex=Yt,this._typeahead?.setCurrentSelectedItemIndex(Yt))}_setTypeAhead(Ft){this._typeahead=new Fe(this._items,{debounceInterval:"number"==typeof Ft?Ft:void 0,skipPredicate:ft=>this._skipPredicateFn(ft)}),this._typeaheadSubscription=this._typeahead.selectedItem.subscribe(ft=>{this.focusItem(ft)})}_findNextAvailableItemIndex(Ft){for(let ft=Ft+1;ft<this._items.length;ft++)if(!this._skipPredicateFn(this._items[ft]))return ft;return Ft}_findPreviousAvailableItemIndex(Ft){for(let ft=Ft-1;ft>=0;ft--)if(!this._skipPredicateFn(this._items[ft]))return ft;return Ft}_collapseCurrentItem(){if(this._activeItem)if(this._isCurrentItemExpanded())this._activeItem.collapse();else{const Ft=this._activeItem.getParent();if(!Ft||this._skipPredicateFn(Ft))return;this.focusItem(Ft)}}_expandCurrentItem(){this._activeItem&&(this._isCurrentItemExpanded()?(0,Kt.x)(this._activeItem.getChildren()).pipe((0,kt.s)(1)).subscribe(Ft=>{const ft=Ft.find(Yt=>!this._skipPredicateFn(Yt));ft&&this.focusItem(ft)}):this._activeItem.expand())}_isCurrentItemExpanded(){return!!this._activeItem&&("boolean"==typeof this._activeItem.isExpanded?this._activeItem.isExpanded:this._activeItem.isExpanded())}_isItemDisabled(Ft){return"boolean"==typeof Ft.isDisabled?Ft.isDisabled:Ft.isDisabled?.()}_expandAllItemsAtCurrentItemLevel(){if(!this._activeItem)return;const Ft=this._activeItem.getParent();let ft;ft=Ft?(0,Kt.x)(Ft.getChildren()):(0,tt.of)(this._items.filter(Yt=>null===Yt.getParent())),ft.pipe((0,kt.s)(1)).subscribe(Yt=>{for(const Ee of Yt)Ee.expand()})}_activateCurrentItem(){this._activeItem?.activate()}}const Lt=new i.nKC("tree-key-manager",{providedIn:"root",factory:function K(){return(Nt,Ft)=>new _t(Nt,Ft)}});let Ae=(()=>{class Nt{constructor(ft){this._platform=ft}isDisabled(ft){return ft.hasAttribute("disabled")}isVisible(ft){return function q(Nt){return!!(Nt.offsetWidth||Nt.offsetHeight||"function"==typeof Nt.getClientRects&&Nt.getClientRects().length)}(ft)&&"visible"===getComputedStyle(ft).visibility}isTabbable(ft){if(!this._platform.isBrowser)return!1;const Yt=function de(Nt){try{return Nt.frameElement}catch{return null}}(function Ne(Nt){return Nt.ownerDocument&&Nt.ownerDocument.defaultView||window}(ft));if(Yt&&(-1===Xe(Yt)||!this.isVisible(Yt)))return!1;let Ee=ft.nodeName.toLowerCase(),en=Xe(ft);return ft.hasAttribute("contenteditable")?-1!==en:!("iframe"===Ee||"object"===Ee||this._platform.WEBKIT&&this._platform.IOS&&!function Oe(Nt){let Ft=Nt.nodeName.toLowerCase(),ft="input"===Ft&&Nt.type;return"text"===ft||"password"===ft||"select"===Ft||"textarea"===Ft}(ft))&&("audio"===Ee?!!ft.hasAttribute("controls")&&-1!==en:"video"===Ee?-1!==en&&(null!==en||this._platform.FIREFOX||ft.hasAttribute("controls")):ft.tabIndex>=0)}isFocusable(ft,Yt){return function Ln(Nt){return!function Tt(Nt){return function yt(Nt){return"input"==Nt.nodeName.toLowerCase()}(Nt)&&"hidden"==Nt.type}(Nt)&&(function X(Nt){let Ft=Nt.nodeName.toLowerCase();return"input"===Ft||"select"===Ft||"button"===Ft||"textarea"===Ft}(Nt)||function ie(Nt){return function ne(Nt){return"a"==Nt.nodeName.toLowerCase()}(Nt)&&Nt.hasAttribute("href")}(Nt)||Nt.hasAttribute("contenteditable")||Re(Nt))}(ft)&&!this.isDisabled(ft)&&(Yt?.ignoreVisibility||this.isVisible(ft))}static{this.\u0275fac=function(Yt){return new(Yt||Nt)(i.KVO(r.OD))}}static{this.\u0275prov=i.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})();function Re(Nt){if(!Nt.hasAttribute("tabindex")||void 0===Nt.tabIndex)return!1;let Ft=Nt.getAttribute("tabindex");return!(!Ft||isNaN(parseInt(Ft,10)))}function Xe(Nt){if(!Re(Nt))return null;const Ft=parseInt(Nt.getAttribute("tabindex")||"",10);return isNaN(Ft)?-1:Ft}class vt{get enabled(){return this._enabled}set enabled(Ft){this._enabled=Ft,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(Ft,this._startAnchor),this._toggleAnchorTabIndex(Ft,this._endAnchor))}constructor(Ft,ft,Yt,Ee,en=!1,Ke){this._element=Ft,this._checker=ft,this._ngZone=Yt,this._document=Ee,this._injector=Ke,this._hasAttached=!1,this.startAnchorListener=()=>this.focusLastTabbableElement(),this.endAnchorListener=()=>this.focusFirstTabbableElement(),this._enabled=!0,en||this.attachAnchors()}destroy(){const Ft=this._startAnchor,ft=this._endAnchor;Ft&&(Ft.removeEventListener("focus",this.startAnchorListener),Ft.remove()),ft&&(ft.removeEventListener("focus",this.endAnchorListener),ft.remove()),this._startAnchor=this._endAnchor=null,this._hasAttached=!1}attachAnchors(){return!!this._hasAttached||(this._ngZone.runOutsideAngular(()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))}),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(Ft){return new Promise(ft=>{this._executeOnStable(()=>ft(this.focusInitialElement(Ft)))})}focusFirstTabbableElementWhenReady(Ft){return new Promise(ft=>{this._executeOnStable(()=>ft(this.focusFirstTabbableElement(Ft)))})}focusLastTabbableElementWhenReady(Ft){return new Promise(ft=>{this._executeOnStable(()=>ft(this.focusLastTabbableElement(Ft)))})}_getRegionBoundary(Ft){const ft=this._element.querySelectorAll(`[cdk-focus-region-${Ft}], [cdkFocusRegion${Ft}], [cdk-focus-${Ft}]`);return"start"==Ft?ft.length?ft[0]:this._getFirstTabbableElement(this._element):ft.length?ft[ft.length-1]:this._getLastTabbableElement(this._element)}focusInitialElement(Ft){const ft=this._element.querySelector("[cdk-focus-initial], [cdkFocusInitial]");if(ft){if(!this._checker.isFocusable(ft)){const Yt=this._getFirstTabbableElement(ft);return Yt?.focus(Ft),!!Yt}return ft.focus(Ft),!0}return this.focusFirstTabbableElement(Ft)}focusFirstTabbableElement(Ft){const ft=this._getRegionBoundary("start");return ft&&ft.focus(Ft),!!ft}focusLastTabbableElement(Ft){const ft=this._getRegionBoundary("end");return ft&&ft.focus(Ft),!!ft}hasAttached(){return this._hasAttached}_getFirstTabbableElement(Ft){if(this._checker.isFocusable(Ft)&&this._checker.isTabbable(Ft))return Ft;const ft=Ft.children;for(let Yt=0;Yt<ft.length;Yt++){const Ee=ft[Yt].nodeType===this._document.ELEMENT_NODE?this._getFirstTabbableElement(ft[Yt]):null;if(Ee)return Ee}return null}_getLastTabbableElement(Ft){if(this._checker.isFocusable(Ft)&&this._checker.isTabbable(Ft))return Ft;const ft=Ft.children;for(let Yt=ft.length-1;Yt>=0;Yt--){const Ee=ft[Yt].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(ft[Yt]):null;if(Ee)return Ee}return null}_createAnchor(){const Ft=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,Ft),Ft.classList.add("cdk-visually-hidden"),Ft.classList.add("cdk-focus-trap-anchor"),Ft.setAttribute("aria-hidden","true"),Ft}_toggleAnchorTabIndex(Ft,ft){Ft?ft.setAttribute("tabindex","0"):ft.removeAttribute("tabindex")}toggleAnchors(Ft){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(Ft,this._startAnchor),this._toggleAnchorTabIndex(Ft,this._endAnchor))}_executeOnStable(Ft){this._injector?(0,i.mal)(Ft,{injector:this._injector}):setTimeout(Ft)}}let Wt=(()=>{class Nt{constructor(ft,Yt,Ee){this._checker=ft,this._ngZone=Yt,this._injector=(0,i.WQX)(i.zZn),this._document=Ee}create(ft,Yt=!1){return new vt(ft,this._checker,this._ngZone,this._document,Yt,this._injector)}static{this.\u0275fac=function(Yt){return new(Yt||Nt)(i.KVO(Ae),i.KVO(i.SKi),i.KVO(n.qQ))}}static{this.\u0275prov=i.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})(),qt=(()=>{class Nt{get enabled(){return this.focusTrap?.enabled||!1}set enabled(ft){this.focusTrap&&(this.focusTrap.enabled=ft)}constructor(ft,Yt,Ee){this._elementRef=ft,this._focusTrapFactory=Yt,this._previouslyFocusedElement=null,(0,i.WQX)(r.OD).isBrowser&&(this.focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement,!0))}ngOnDestroy(){this.focusTrap?.destroy(),this._previouslyFocusedElement&&(this._previouslyFocusedElement.focus(),this._previouslyFocusedElement=null)}ngAfterContentInit(){this.focusTrap?.attachAnchors(),this.autoCapture&&this._captureFocus()}ngDoCheck(){this.focusTrap&&!this.focusTrap.hasAttached()&&this.focusTrap.attachAnchors()}ngOnChanges(ft){const Yt=ft.autoCapture;Yt&&!Yt.firstChange&&this.autoCapture&&this.focusTrap?.hasAttached()&&this._captureFocus()}_captureFocus(){this._previouslyFocusedElement=(0,r.vc)(),this.focusTrap?.focusInitialElementWhenReady()}static{this.\u0275fac=function(Yt){return new(Yt||Nt)(i.rXU(i.aKT),i.rXU(Wt),i.rXU(n.qQ))}}static{this.\u0275dir=i.FsC({type:Nt,selectors:[["","cdkTrapFocus",""]],inputs:{enabled:[2,"cdkTrapFocus","enabled",i.L39],autoCapture:[2,"cdkTrapFocusAutoCapture","autoCapture",i.L39]},exportAs:["cdkTrapFocus"],standalone:!0,features:[i.GFd,i.OA$]})}}return Nt})();function Be(Nt){return 0===Nt.buttons||0===Nt.detail}function Ge(Nt){const Ft=Nt.touches&&Nt.touches[0]||Nt.changedTouches&&Nt.changedTouches[0];return!(!Ft||-1!==Ft.identifier||null!=Ft.radiusX&&1!==Ft.radiusX||null!=Ft.radiusY&&1!==Ft.radiusY)}const mn=new i.nKC("cdk-input-modality-detector-options"),En={ignoreKeys:[J.A$,J.W3,J.eg,J.Ge,J.FX]},Te=(0,r.BQ)({passive:!0,capture:!0});let An=(()=>{class Nt{get mostRecentModality(){return this._modality.value}constructor(ft,Yt,Ee,en){this._platform=ft,this._mostRecentTarget=null,this._modality=new st.t(null),this._lastTouchMs=0,this._onKeydown=Ke=>{this._options?.ignoreKeys?.some(va=>va===Ke.keyCode)||(this._modality.next("keyboard"),this._mostRecentTarget=(0,r.Fb)(Ke))},this._onMousedown=Ke=>{Date.now()-this._lastTouchMs<650||(this._modality.next(Be(Ke)?"keyboard":"mouse"),this._mostRecentTarget=(0,r.Fb)(Ke))},this._onTouchstart=Ke=>{Ge(Ke)?this._modality.next("keyboard"):(this._lastTouchMs=Date.now(),this._modality.next("touch"),this._mostRecentTarget=(0,r.Fb)(Ke))},this._options={...En,...en},this.modalityDetected=this._modality.pipe((0,zt.i)(1)),this.modalityChanged=this.modalityDetected.pipe((0,Xt.F)()),ft.isBrowser&&Yt.runOutsideAngular(()=>{Ee.addEventListener("keydown",this._onKeydown,Te),Ee.addEventListener("mousedown",this._onMousedown,Te),Ee.addEventListener("touchstart",this._onTouchstart,Te)})}ngOnDestroy(){this._modality.complete(),this._platform.isBrowser&&(document.removeEventListener("keydown",this._onKeydown,Te),document.removeEventListener("mousedown",this._onMousedown,Te),document.removeEventListener("touchstart",this._onTouchstart,Te))}static{this.\u0275fac=function(Yt){return new(Yt||Nt)(i.KVO(r.OD),i.KVO(i.SKi),i.KVO(n.qQ),i.KVO(mn,8))}}static{this.\u0275prov=i.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})();const De=new i.nKC("liveAnnouncerElement",{providedIn:"root",factory:function rn(){return null}}),je=new i.nKC("LIVE_ANNOUNCER_DEFAULT_OPTIONS");let Tn=0,jn=(()=>{class Nt{constructor(ft,Yt,Ee,en){this._ngZone=Yt,this._defaultOptions=en,this._document=Ee,this._liveElement=ft||this._createLiveElement()}announce(ft,...Yt){const Ee=this._defaultOptions;let en,Ke;return 1===Yt.length&&"number"==typeof Yt[0]?Ke=Yt[0]:[en,Ke]=Yt,this.clear(),clearTimeout(this._previousTimeout),en||(en=Ee&&Ee.politeness?Ee.politeness:"polite"),null==Ke&&Ee&&(Ke=Ee.duration),this._liveElement.setAttribute("aria-live",en),this._liveElement.id&&this._exposeAnnouncerToModals(this._liveElement.id),this._ngZone.runOutsideAngular(()=>(this._currentPromise||(this._currentPromise=new Promise(va=>this._currentResolve=va)),clearTimeout(this._previousTimeout),this._previousTimeout=setTimeout(()=>{this._liveElement.textContent=ft,"number"==typeof Ke&&(this._previousTimeout=setTimeout(()=>this.clear(),Ke)),this._currentResolve?.(),this._currentPromise=this._currentResolve=void 0},100),this._currentPromise))}clear(){this._liveElement&&(this._liveElement.textContent="")}ngOnDestroy(){clearTimeout(this._previousTimeout),this._liveElement?.remove(),this._liveElement=null,this._currentResolve?.(),this._currentPromise=this._currentResolve=void 0}_createLiveElement(){const ft="cdk-live-announcer-element",Yt=this._document.getElementsByClassName(ft),Ee=this._document.createElement("div");for(let en=0;en<Yt.length;en++)Yt[en].remove();return Ee.classList.add(ft),Ee.classList.add("cdk-visually-hidden"),Ee.setAttribute("aria-atomic","true"),Ee.setAttribute("aria-live","polite"),Ee.id="cdk-live-announcer-"+Tn++,this._document.body.appendChild(Ee),Ee}_exposeAnnouncerToModals(ft){const Yt=this._document.querySelectorAll('body > .cdk-overlay-container [aria-modal="true"]');for(let Ee=0;Ee<Yt.length;Ee++){const en=Yt[Ee],Ke=en.getAttribute("aria-owns");Ke?-1===Ke.indexOf(ft)&&en.setAttribute("aria-owns",Ke+" "+ft):en.setAttribute("aria-owns",ft)}}static{this.\u0275fac=function(Yt){return new(Yt||Nt)(i.KVO(De,8),i.KVO(i.SKi),i.KVO(n.qQ),i.KVO(je,8))}}static{this.\u0275prov=i.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})();var Zt=function(Nt){return Nt[Nt.IMMEDIATE=0]="IMMEDIATE",Nt[Nt.EVENTUAL=1]="EVENTUAL",Nt}(Zt||{});const ae=new i.nKC("cdk-focus-monitor-default-options"),L=(0,r.BQ)({passive:!0,capture:!0});let Y=(()=>{class Nt{constructor(ft,Yt,Ee,en,Ke){this._ngZone=ft,this._platform=Yt,this._inputModalityDetector=Ee,this._origin=null,this._windowFocused=!1,this._originFromTouchInteraction=!1,this._elementInfo=new Map,this._monitoredElementCount=0,this._rootNodeFocusListenerCount=new Map,this._windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=window.setTimeout(()=>this._windowFocused=!1)},this._stopInputModalityDetector=new H.B,this._rootNodeFocusAndBlurListener=va=>{for(let Ba=(0,r.Fb)(va);Ba;Ba=Ba.parentElement)"focus"===va.type?this._onFocus(va,Ba):this._onBlur(va,Ba)},this._document=en,this._detectionMode=Ke?.detectionMode||Zt.IMMEDIATE}monitor(ft,Yt=!1){const Ee=(0,fe.i8)(ft);if(!this._platform.isBrowser||1!==Ee.nodeType)return(0,tt.of)();const en=(0,r.KT)(Ee)||this._getDocument(),Ke=this._elementInfo.get(Ee);if(Ke)return Yt&&(Ke.checkChildren=!0),Ke.subject;const va={checkChildren:Yt,subject:new H.B,rootNode:en};return this._elementInfo.set(Ee,va),this._registerGlobalListeners(va),va.subject}stopMonitoring(ft){const Yt=(0,fe.i8)(ft),Ee=this._elementInfo.get(Yt);Ee&&(Ee.subject.complete(),this._setClasses(Yt),this._elementInfo.delete(Yt),this._removeGlobalListeners(Ee))}focusVia(ft,Yt,Ee){const en=(0,fe.i8)(ft);en===this._getDocument().activeElement?this._getClosestElementsInfo(en).forEach(([va,ga])=>this._originChanged(va,Yt,ga)):(this._setOrigin(Yt),"function"==typeof en.focus&&en.focus(Ee))}ngOnDestroy(){this._elementInfo.forEach((ft,Yt)=>this.stopMonitoring(Yt))}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_getFocusOrigin(ft){return this._origin?this._originFromTouchInteraction?this._shouldBeAttributedToTouch(ft)?"touch":"program":this._origin:this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:ft&&this._isLastInteractionFromInputLabel(ft)?"mouse":"program"}_shouldBeAttributedToTouch(ft){return this._detectionMode===Zt.EVENTUAL||!!ft?.contains(this._inputModalityDetector._mostRecentTarget)}_setClasses(ft,Yt){ft.classList.toggle("cdk-focused",!!Yt),ft.classList.toggle("cdk-touch-focused","touch"===Yt),ft.classList.toggle("cdk-keyboard-focused","keyboard"===Yt),ft.classList.toggle("cdk-mouse-focused","mouse"===Yt),ft.classList.toggle("cdk-program-focused","program"===Yt)}_setOrigin(ft,Yt=!1){this._ngZone.runOutsideAngular(()=>{this._origin=ft,this._originFromTouchInteraction="touch"===ft&&Yt,this._detectionMode===Zt.IMMEDIATE&&(clearTimeout(this._originTimeoutId),this._originTimeoutId=setTimeout(()=>this._origin=null,this._originFromTouchInteraction?650:1))})}_onFocus(ft,Yt){const Ee=this._elementInfo.get(Yt),en=(0,r.Fb)(ft);!Ee||!Ee.checkChildren&&Yt!==en||this._originChanged(Yt,this._getFocusOrigin(en),Ee)}_onBlur(ft,Yt){const Ee=this._elementInfo.get(Yt);!Ee||Ee.checkChildren&&ft.relatedTarget instanceof Node&&Yt.contains(ft.relatedTarget)||(this._setClasses(Yt),this._emitOrigin(Ee,null))}_emitOrigin(ft,Yt){ft.subject.observers.length&&this._ngZone.run(()=>ft.subject.next(Yt))}_registerGlobalListeners(ft){if(!this._platform.isBrowser)return;const Yt=ft.rootNode,Ee=this._rootNodeFocusListenerCount.get(Yt)||0;Ee||this._ngZone.runOutsideAngular(()=>{Yt.addEventListener("focus",this._rootNodeFocusAndBlurListener,L),Yt.addEventListener("blur",this._rootNodeFocusAndBlurListener,L)}),this._rootNodeFocusListenerCount.set(Yt,Ee+1),1==++this._monitoredElementCount&&(this._ngZone.runOutsideAngular(()=>{this._getWindow().addEventListener("focus",this._windowFocusListener)}),this._inputModalityDetector.modalityDetected.pipe((0,pt.Q)(this._stopInputModalityDetector)).subscribe(en=>{this._setOrigin(en,!0)}))}_removeGlobalListeners(ft){const Yt=ft.rootNode;if(this._rootNodeFocusListenerCount.has(Yt)){const Ee=this._rootNodeFocusListenerCount.get(Yt);Ee>1?this._rootNodeFocusListenerCount.set(Yt,Ee-1):(Yt.removeEventListener("focus",this._rootNodeFocusAndBlurListener,L),Yt.removeEventListener("blur",this._rootNodeFocusAndBlurListener,L),this._rootNodeFocusListenerCount.delete(Yt))}--this._monitoredElementCount||(this._getWindow().removeEventListener("focus",this._windowFocusListener),this._stopInputModalityDetector.next(),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._originTimeoutId))}_originChanged(ft,Yt,Ee){this._setClasses(ft,Yt),this._emitOrigin(Ee,Yt),this._lastFocusOrigin=Yt}_getClosestElementsInfo(ft){const Yt=[];return this._elementInfo.forEach((Ee,en)=>{(en===ft||Ee.checkChildren&&en.contains(ft))&&Yt.push([en,Ee])}),Yt}_isLastInteractionFromInputLabel(ft){const{_mostRecentTarget:Yt,mostRecentModality:Ee}=this._inputModalityDetector;if("mouse"!==Ee||!Yt||Yt===ft||"INPUT"!==ft.nodeName&&"TEXTAREA"!==ft.nodeName||ft.disabled)return!1;const en=ft.labels;if(en)for(let Ke=0;Ke<en.length;Ke++)if(en[Ke].contains(Yt))return!0;return!1}static{this.\u0275fac=function(Yt){return new(Yt||Nt)(i.KVO(i.SKi),i.KVO(r.OD),i.KVO(An),i.KVO(n.qQ,8),i.KVO(ae,8))}}static{this.\u0275prov=i.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})(),Ht=(()=>{class Nt{constructor(ft,Yt){this._elementRef=ft,this._focusMonitor=Yt,this._focusOrigin=null,this.cdkFocusChange=new i.bkB}get focusOrigin(){return this._focusOrigin}ngAfterViewInit(){const ft=this._elementRef.nativeElement;this._monitorSubscription=this._focusMonitor.monitor(ft,1===ft.nodeType&&ft.hasAttribute("cdkMonitorSubtreeFocus")).subscribe(Yt=>{this._focusOrigin=Yt,this.cdkFocusChange.emit(Yt)})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._monitorSubscription&&this._monitorSubscription.unsubscribe()}static{this.\u0275fac=function(Yt){return new(Yt||Nt)(i.rXU(i.aKT),i.rXU(Y))}}static{this.\u0275dir=i.FsC({type:Nt,selectors:[["","cdkMonitorElementFocus",""],["","cdkMonitorSubtreeFocus",""]],outputs:{cdkFocusChange:"cdkFocusChange"},exportAs:["cdkMonitorFocus"],standalone:!0})}}return Nt})();var Ie=function(Nt){return Nt[Nt.NONE=0]="NONE",Nt[Nt.BLACK_ON_WHITE=1]="BLACK_ON_WHITE",Nt[Nt.WHITE_ON_BLACK=2]="WHITE_ON_BLACK",Nt}(Ie||{});const sn="cdk-high-contrast-black-on-white",ge="cdk-high-contrast-white-on-black",Me="cdk-high-contrast-active";let Ct=(()=>{class Nt{constructor(ft,Yt){this._platform=ft,this._document=Yt,this._breakpointSubscription=(0,i.WQX)(Pt.QP).observe("(forced-colors: active)").subscribe(()=>{this._hasCheckedHighContrastMode&&(this._hasCheckedHighContrastMode=!1,this._applyBodyHighContrastModeCssClasses())})}getHighContrastMode(){if(!this._platform.isBrowser)return Ie.NONE;const ft=this._document.createElement("div");ft.style.backgroundColor="rgb(1,2,3)",ft.style.position="absolute",this._document.body.appendChild(ft);const Yt=this._document.defaultView||window,Ee=Yt&&Yt.getComputedStyle?Yt.getComputedStyle(ft):null,en=(Ee&&Ee.backgroundColor||"").replace(/ /g,"");switch(ft.remove(),en){case"rgb(0,0,0)":case"rgb(45,50,54)":case"rgb(32,32,32)":return Ie.WHITE_ON_BLACK;case"rgb(255,255,255)":case"rgb(255,250,239)":return Ie.BLACK_ON_WHITE}return Ie.NONE}ngOnDestroy(){this._breakpointSubscription.unsubscribe()}_applyBodyHighContrastModeCssClasses(){if(!this._hasCheckedHighContrastMode&&this._platform.isBrowser&&this._document.body){const ft=this._document.body.classList;ft.remove(Me,sn,ge),this._hasCheckedHighContrastMode=!0;const Yt=this.getHighContrastMode();Yt===Ie.BLACK_ON_WHITE?ft.add(Me,sn):Yt===Ie.WHITE_ON_BLACK&&ft.add(Me,ge)}}static{this.\u0275fac=function(Yt){return new(Yt||Nt)(i.KVO(r.OD),i.KVO(n.qQ))}}static{this.\u0275prov=i.jDH({token:Nt,factory:Nt.\u0275fac,providedIn:"root"})}}return Nt})(),me=(()=>{class Nt{constructor(ft){ft._applyBodyHighContrastModeCssClasses()}static{this.\u0275fac=function(Yt){return new(Yt||Nt)(i.KVO(Ct))}}static{this.\u0275mod=i.$C({type:Nt})}static{this.\u0275inj=i.G2t({imports:[Jt.w5]})}}return Nt})()},8203:($e,Gt,c)=>{c.d(Gt,{dS:()=>tt,ig:()=>st,jI:()=>J});var n=c(4438),i=c(177);const r=new n.nKC("cdk-dir-doc",{providedIn:"root",factory:function H(){return(0,n.WQX)(i.qQ)}}),g=/^(ar|ckb|dv|he|iw|fa|nqo|ps|sd|ug|ur|yi|.*[-_](Adlm|Arab|Hebr|Nkoo|Rohg|Thaa))(?!.*[-_](Latn|Cyrl)($|-|_))($|-|_)/i;function Z(et){const mt=et?.toLowerCase()||"";return"auto"===mt&&typeof navigator<"u"&&navigator?.language?g.test(navigator.language)?"rtl":"ltr":"rtl"===mt?"rtl":"ltr"}let tt=(()=>{class et{constructor(Ot){this.value="ltr",this.change=new n.bkB,Ot&&(this.value=Z((Ot.body?Ot.body.dir:null)||(Ot.documentElement?Ot.documentElement.dir:null)||"ltr"))}ngOnDestroy(){this.change.complete()}static{this.\u0275fac=function(gt){return new(gt||et)(n.KVO(r,8))}}static{this.\u0275prov=n.jDH({token:et,factory:et.\u0275fac,providedIn:"root"})}}return et})(),st=(()=>{class et{constructor(){this._dir="ltr",this._isInitialized=!1,this.change=new n.bkB}get dir(){return this._dir}set dir(Ot){const gt=this._dir;this._dir=Z(Ot),this._rawDir=Ot,gt!==this._dir&&this._isInitialized&&this.change.emit(this._dir)}get value(){return this.dir}ngAfterContentInit(){this._isInitialized=!0}ngOnDestroy(){this.change.complete()}static{this.\u0275fac=function(gt){return new(gt||et)}}static{this.\u0275dir=n.FsC({type:et,selectors:[["","dir",""]],hostVars:1,hostBindings:function(gt,kt){2&gt&&n.BMQ("dir",kt._rawDir)},inputs:{dir:"dir"},outputs:{change:"dirChange"},exportAs:["dir"],standalone:!0,features:[n.Jv_([{provide:tt,useExisting:et}])]})}}return et})(),J=(()=>{class et{static{this.\u0275fac=function(gt){return new(gt||et)}}static{this.\u0275mod=n.$C({type:et})}static{this.\u0275inj=n.G2t({})}}return et})()},4085:($e,Gt,c)=>{c.d(Gt,{FG:()=>g,OE:()=>r,a1:()=>Z,cc:()=>st,he:()=>i,i8:()=>tt,o1:()=>H});var n=c(4438);function i(J){return null!=J&&"false"!=`${J}`}function r(J,et=0){return H(J)?Number(J):2===arguments.length?et:0}function H(J){return!isNaN(parseFloat(J))&&!isNaN(Number(J))}function g(J){return Array.isArray(J)?J:[J]}function Z(J){return null==J?"":"string"==typeof J?J:`${J}px`}function tt(J){return J instanceof n.aKT?J.nativeElement:J}function st(J,et=/\s+/){const mt=[];if(null!=J){const Ot=Array.isArray(J)?J:`${J}`.split(et);for(const gt of Ot){const kt=`${gt}`.trim();kt&&mt.push(kt)}}return mt}},8045:($e,Gt,c)=>{c.d(Gt,{x:()=>r});var n=c(4402),i=c(7673);function r(H){return(0,n.A)(H)?H:(0,i.of)(H)}},5024:($e,Gt,c)=>{c.d(Gt,{CB:()=>gt,DQ:()=>Ot,Q3:()=>J,qS:()=>Z,sL:()=>et,xn:()=>mt,y4:()=>tt,zP:()=>zt});var n=c(17),H=(c(4402),c(7673),c(1413)),g=c(4438);class Z{}function tt(Xt){return Xt&&"function"==typeof Xt.connect&&!(Xt instanceof n.G)}var J=function(Xt){return Xt[Xt.REPLACED=0]="REPLACED",Xt[Xt.INSERTED=1]="INSERTED",Xt[Xt.MOVED=2]="MOVED",Xt[Xt.REMOVED=3]="REMOVED",Xt}(J||{});const et=new g.nKC("_ViewRepeater");class mt{applyChanges(pt,Kt,Jt,fe,Pt){pt.forEachOperation((Et,rt,It)=>{let xt,dt;if(null==Et.previousIndex){const Vt=Jt(Et,rt,It);xt=Kt.createEmbeddedView(Vt.templateRef,Vt.context,Vt.index),dt=J.INSERTED}else null==It?(Kt.remove(rt),dt=J.REMOVED):(xt=Kt.get(rt),Kt.move(xt,It),dt=J.MOVED);Pt&&Pt({context:xt?.context,operation:dt,record:Et})})}detach(){}}class Ot{constructor(){this.viewCacheSize=20,this._viewCache=[]}applyChanges(pt,Kt,Jt,fe,Pt){pt.forEachOperation((Et,rt,It)=>{let xt,dt;null==Et.previousIndex?(xt=this._insertView(()=>Jt(Et,rt,It),It,Kt,fe(Et)),dt=xt?J.INSERTED:J.REPLACED):null==It?(this._detachAndCacheView(rt,Kt),dt=J.REMOVED):(xt=this._moveView(rt,It,Kt,fe(Et)),dt=J.MOVED),Pt&&Pt({context:xt?.context,operation:dt,record:Et})})}detach(){for(const pt of this._viewCache)pt.destroy();this._viewCache=[]}_insertView(pt,Kt,Jt,fe){const Pt=this._insertViewFromCache(Kt,Jt);if(Pt)return void(Pt.context.$implicit=fe);const Et=pt();return Jt.createEmbeddedView(Et.templateRef,Et.context,Et.index)}_detachAndCacheView(pt,Kt){const Jt=Kt.detach(pt);this._maybeCacheView(Jt,Kt)}_moveView(pt,Kt,Jt,fe){const Pt=Jt.get(pt);return Jt.move(Pt,Kt),Pt.context.$implicit=fe,Pt}_maybeCacheView(pt,Kt){if(this._viewCache.length<this.viewCacheSize)this._viewCache.push(pt);else{const Jt=Kt.indexOf(pt);-1===Jt?pt.destroy():Kt.remove(Jt)}}_insertViewFromCache(pt,Kt){const Jt=this._viewCache.pop();return Jt&&Kt.insert(Jt,pt),Jt||null}}class gt{get selected(){return this._selected||(this._selected=Array.from(this._selection.values())),this._selected}constructor(pt=!1,Kt,Jt=!0,fe){this._multiple=pt,this._emitChanges=Jt,this.compareWith=fe,this._selection=new Set,this._deselectedToEmit=[],this._selectedToEmit=[],this.changed=new H.B,Kt&&Kt.length&&(pt?Kt.forEach(Pt=>this._markSelected(Pt)):this._markSelected(Kt[0]),this._selectedToEmit.length=0)}select(...pt){this._verifyValueAssignment(pt),pt.forEach(Jt=>this._markSelected(Jt));const Kt=this._hasQueuedChanges();return this._emitChangeEvent(),Kt}deselect(...pt){this._verifyValueAssignment(pt),pt.forEach(Jt=>this._unmarkSelected(Jt));const Kt=this._hasQueuedChanges();return this._emitChangeEvent(),Kt}setSelection(...pt){this._verifyValueAssignment(pt);const Kt=this.selected,Jt=new Set(pt);pt.forEach(Pt=>this._markSelected(Pt)),Kt.filter(Pt=>!Jt.has(this._getConcreteValue(Pt,Jt))).forEach(Pt=>this._unmarkSelected(Pt));const fe=this._hasQueuedChanges();return this._emitChangeEvent(),fe}toggle(pt){return this.isSelected(pt)?this.deselect(pt):this.select(pt)}clear(pt=!0){this._unmarkAll();const Kt=this._hasQueuedChanges();return pt&&this._emitChangeEvent(),Kt}isSelected(pt){return this._selection.has(this._getConcreteValue(pt))}isEmpty(){return 0===this._selection.size}hasValue(){return!this.isEmpty()}sort(pt){this._multiple&&this.selected&&this._selected.sort(pt)}isMultipleSelection(){return this._multiple}_emitChangeEvent(){this._selected=null,(this._selectedToEmit.length||this._deselectedToEmit.length)&&(this.changed.next({source:this,added:this._selectedToEmit,removed:this._deselectedToEmit}),this._deselectedToEmit=[],this._selectedToEmit=[])}_markSelected(pt){pt=this._getConcreteValue(pt),this.isSelected(pt)||(this._multiple||this._unmarkAll(),this.isSelected(pt)||this._selection.add(pt),this._emitChanges&&this._selectedToEmit.push(pt))}_unmarkSelected(pt){pt=this._getConcreteValue(pt),this.isSelected(pt)&&(this._selection.delete(pt),this._emitChanges&&this._deselectedToEmit.push(pt))}_unmarkAll(){this.isEmpty()||this._selection.forEach(pt=>this._unmarkSelected(pt))}_verifyValueAssignment(pt){}_hasQueuedChanges(){return!(!this._deselectedToEmit.length&&!this._selectedToEmit.length)}_getConcreteValue(pt,Kt){if(this.compareWith){Kt=Kt??this._selection;for(let Jt of Kt)if(this.compareWith(pt,Jt))return Jt;return pt}return pt}}let zt=(()=>{class Xt{constructor(){this._listeners=[]}notify(Kt,Jt){for(let fe of this._listeners)fe(Kt,Jt)}listen(Kt){return this._listeners.push(Kt),()=>{this._listeners=this._listeners.filter(Jt=>Kt!==Jt)}}ngOnDestroy(){this._listeners=[]}static{this.\u0275fac=function(Jt){return new(Jt||Xt)}}static{this.\u0275prov=g.jDH({token:Xt,factory:Xt.\u0275fac,providedIn:"root"})}}return Xt})()},2529:($e,Gt,c)=>{c.d(Gt,{Pe:()=>kt,Ph:()=>dt,lG:()=>It,sU:()=>Xt});var n=c(8617),i=c(7987),r=c(6860),H=c(6939),g=c(177),Z=c(4438),tt=c(7336),st=c(1413),J=c(9030),et=c(7673),mt=c(8203),Ot=c(9172);function gt(Vt,it){}class kt{constructor(){this.role="dialog",this.panelClass="",this.hasBackdrop=!0,this.backdropClass="",this.disableClose=!1,this.width="",this.height="",this.data=null,this.ariaDescribedBy=null,this.ariaLabelledBy=null,this.ariaLabel=null,this.ariaModal=!0,this.autoFocus="first-tabbable",this.restoreFocus=!0,this.closeOnNavigation=!0,this.closeOnDestroy=!0,this.closeOnOverlayDetachments=!0}}let Xt=(()=>{class Vt extends H.lb{constructor(Bt,re,Ve,on,wn,Fe,zn,ht){super(),this._elementRef=Bt,this._focusTrapFactory=re,this._config=on,this._interactivityChecker=wn,this._ngZone=Fe,this._overlayRef=zn,this._focusMonitor=ht,this._platform=(0,Z.WQX)(r.OD),this._focusTrap=null,this._elementFocusedBeforeDialogWasOpened=null,this._closeInteractionType=null,this._ariaLabelledByQueue=[],this._changeDetectorRef=(0,Z.WQX)(Z.gRc),this._injector=(0,Z.WQX)(Z.zZn),this._isDestroyed=!1,this.attachDomPortal=ot=>{this._portalOutlet.hasAttached();const _t=this._portalOutlet.attachDomPortal(ot);return this._contentAttached(),_t},this._document=Ve,this._config.ariaLabelledBy&&this._ariaLabelledByQueue.push(this._config.ariaLabelledBy)}_addAriaLabelledBy(Bt){this._ariaLabelledByQueue.push(Bt),this._changeDetectorRef.markForCheck()}_removeAriaLabelledBy(Bt){const re=this._ariaLabelledByQueue.indexOf(Bt);re>-1&&(this._ariaLabelledByQueue.splice(re,1),this._changeDetectorRef.markForCheck())}_contentAttached(){this._initializeFocusTrap(),this._handleBackdropClicks(),this._captureInitialFocus()}_captureInitialFocus(){this._trapFocus()}ngOnDestroy(){this._isDestroyed=!0,this._restoreFocus()}attachComponentPortal(Bt){this._portalOutlet.hasAttached();const re=this._portalOutlet.attachComponentPortal(Bt);return this._contentAttached(),re}attachTemplatePortal(Bt){this._portalOutlet.hasAttached();const re=this._portalOutlet.attachTemplatePortal(Bt);return this._contentAttached(),re}_recaptureFocus(){this._containsFocus()||this._trapFocus()}_forceFocus(Bt,re){this._interactivityChecker.isFocusable(Bt)||(Bt.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{const Ve=()=>{Bt.removeEventListener("blur",Ve),Bt.removeEventListener("mousedown",Ve),Bt.removeAttribute("tabindex")};Bt.addEventListener("blur",Ve),Bt.addEventListener("mousedown",Ve)})),Bt.focus(re)}_focusByCssSelector(Bt,re){let Ve=this._elementRef.nativeElement.querySelector(Bt);Ve&&this._forceFocus(Ve,re)}_trapFocus(){this._isDestroyed||(0,Z.mal)(()=>{const Bt=this._elementRef.nativeElement;switch(this._config.autoFocus){case!1:case"dialog":this._containsFocus()||Bt.focus();break;case!0:case"first-tabbable":this._focusTrap?.focusInitialElement()||this._focusDialogContainer();break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]');break;default:this._focusByCssSelector(this._config.autoFocus)}},{injector:this._injector})}_restoreFocus(){const Bt=this._config.restoreFocus;let re=null;if("string"==typeof Bt?re=this._document.querySelector(Bt):"boolean"==typeof Bt?re=Bt?this._elementFocusedBeforeDialogWasOpened:null:Bt&&(re=Bt),this._config.restoreFocus&&re&&"function"==typeof re.focus){const Ve=(0,r.vc)(),on=this._elementRef.nativeElement;(!Ve||Ve===this._document.body||Ve===on||on.contains(Ve))&&(this._focusMonitor?(this._focusMonitor.focusVia(re,this._closeInteractionType),this._closeInteractionType=null):re.focus())}this._focusTrap&&this._focusTrap.destroy()}_focusDialogContainer(){this._elementRef.nativeElement.focus&&this._elementRef.nativeElement.focus()}_containsFocus(){const Bt=this._elementRef.nativeElement,re=(0,r.vc)();return Bt===re||Bt.contains(re)}_initializeFocusTrap(){this._platform.isBrowser&&(this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._document&&(this._elementFocusedBeforeDialogWasOpened=(0,r.vc)()))}_handleBackdropClicks(){this._overlayRef.backdropClick().subscribe(()=>{this._config.disableClose&&this._recaptureFocus()})}static{this.\u0275fac=function(re){return new(re||Vt)(Z.rXU(Z.aKT),Z.rXU(n.GX),Z.rXU(g.qQ,8),Z.rXU(kt),Z.rXU(n.Z7),Z.rXU(Z.SKi),Z.rXU(i.yY),Z.rXU(n.FN))}}static{this.\u0275cmp=Z.VBU({type:Vt,selectors:[["cdk-dialog-container"]],viewQuery:function(re,Ve){if(1&re&&Z.GBs(H.I3,7),2&re){let on;Z.mGM(on=Z.lsd())&&(Ve._portalOutlet=on.first)}},hostAttrs:["tabindex","-1",1,"cdk-dialog-container"],hostVars:6,hostBindings:function(re,Ve){2&re&&Z.BMQ("id",Ve._config.id||null)("role",Ve._config.role)("aria-modal",Ve._config.ariaModal)("aria-labelledby",Ve._config.ariaLabel?null:Ve._ariaLabelledByQueue[0])("aria-label",Ve._config.ariaLabel)("aria-describedby",Ve._config.ariaDescribedBy||null)},standalone:!0,features:[Z.Vt3,Z.aNF],decls:1,vars:0,consts:[["cdkPortalOutlet",""]],template:function(re,Ve){1&re&&Z.DNE(0,gt,0,0,"ng-template",0)},dependencies:[H.I3],styles:[".cdk-dialog-container{display:block;width:100%;height:100%;min-height:inherit;max-height:inherit}"],encapsulation:2})}}return Vt})();class pt{constructor(it,Bt){this.overlayRef=it,this.config=Bt,this.closed=new st.B,this.disableClose=Bt.disableClose,this.backdropClick=it.backdropClick(),this.keydownEvents=it.keydownEvents(),this.outsidePointerEvents=it.outsidePointerEvents(),this.id=Bt.id,this.keydownEvents.subscribe(re=>{re.keyCode===tt._f&&!this.disableClose&&!(0,tt.rp)(re)&&(re.preventDefault(),this.close(void 0,{focusOrigin:"keyboard"}))}),this.backdropClick.subscribe(()=>{this.disableClose||this.close(void 0,{focusOrigin:"mouse"})}),this._detachSubscription=it.detachments().subscribe(()=>{!1!==Bt.closeOnOverlayDetachments&&this.close()})}close(it,Bt){if(this.containerInstance){const re=this.closed;this.containerInstance._closeInteractionType=Bt?.focusOrigin||"program",this._detachSubscription.unsubscribe(),this.overlayRef.dispose(),re.next(it),re.complete(),this.componentInstance=this.containerInstance=null}}updatePosition(){return this.overlayRef.updatePosition(),this}updateSize(it="",Bt=""){return this.overlayRef.updateSize({width:it,height:Bt}),this}addPanelClass(it){return this.overlayRef.addPanelClass(it),this}removePanelClass(it){return this.overlayRef.removePanelClass(it),this}}const Kt=new Z.nKC("DialogScrollStrategy",{providedIn:"root",factory:()=>{const Vt=(0,Z.WQX)(i.hJ);return()=>Vt.scrollStrategies.block()}}),Jt=new Z.nKC("DialogData"),fe=new Z.nKC("DefaultDialogConfig");let rt=0,It=(()=>{class Vt{get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}constructor(Bt,re,Ve,on,wn,Fe){this._overlay=Bt,this._injector=re,this._defaultOptions=Ve,this._parentDialog=on,this._overlayContainer=wn,this._openDialogsAtThisLevel=[],this._afterAllClosedAtThisLevel=new st.B,this._afterOpenedAtThisLevel=new st.B,this._ariaHiddenElements=new Map,this.afterAllClosed=(0,J.v)(()=>this.openDialogs.length?this._getAfterAllClosed():this._getAfterAllClosed().pipe((0,Ot.Z)(void 0))),this._scrollStrategy=Fe}open(Bt,re){(re={...this._defaultOptions||new kt,...re}).id=re.id||"cdk-dialog-"+rt++,re.id&&this.getDialogById(re.id);const on=this._getOverlayConfig(re),wn=this._overlay.create(on),Fe=new pt(wn,re),zn=this._attachContainer(wn,Fe,re);return Fe.containerInstance=zn,this._attachDialogContent(Bt,Fe,zn,re),this.openDialogs.length||this._hideNonDialogContentFromAssistiveTechnology(),this.openDialogs.push(Fe),Fe.closed.subscribe(()=>this._removeOpenDialog(Fe,!0)),this.afterOpened.next(Fe),Fe}closeAll(){xt(this.openDialogs,Bt=>Bt.close())}getDialogById(Bt){return this.openDialogs.find(re=>re.id===Bt)}ngOnDestroy(){xt(this._openDialogsAtThisLevel,Bt=>{!1===Bt.config.closeOnDestroy&&this._removeOpenDialog(Bt,!1)}),xt(this._openDialogsAtThisLevel,Bt=>Bt.close()),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete(),this._openDialogsAtThisLevel=[]}_getOverlayConfig(Bt){const re=new i.rR({positionStrategy:Bt.positionStrategy||this._overlay.position().global().centerHorizontally().centerVertically(),scrollStrategy:Bt.scrollStrategy||this._scrollStrategy(),panelClass:Bt.panelClass,hasBackdrop:Bt.hasBackdrop,direction:Bt.direction,minWidth:Bt.minWidth,minHeight:Bt.minHeight,maxWidth:Bt.maxWidth,maxHeight:Bt.maxHeight,width:Bt.width,height:Bt.height,disposeOnNavigation:Bt.closeOnNavigation});return Bt.backdropClass&&(re.backdropClass=Bt.backdropClass),re}_attachContainer(Bt,re,Ve){const on=Ve.injector||Ve.viewContainerRef?.injector,wn=[{provide:kt,useValue:Ve},{provide:pt,useValue:re},{provide:i.yY,useValue:Bt}];let Fe;Ve.container?"function"==typeof Ve.container?Fe=Ve.container:(Fe=Ve.container.type,wn.push(...Ve.container.providers(Ve))):Fe=Xt;const zn=new H.A8(Fe,Ve.viewContainerRef,Z.zZn.create({parent:on||this._injector,providers:wn}),Ve.componentFactoryResolver);return Bt.attach(zn).instance}_attachDialogContent(Bt,re,Ve,on){if(Bt instanceof Z.C4Q){const wn=this._createInjector(on,re,Ve,void 0);let Fe={$implicit:on.data,dialogRef:re};on.templateContext&&(Fe={...Fe,..."function"==typeof on.templateContext?on.templateContext():on.templateContext}),Ve.attachTemplatePortal(new H.VA(Bt,null,Fe,wn))}else{const wn=this._createInjector(on,re,Ve,this._injector),Fe=Ve.attachComponentPortal(new H.A8(Bt,on.viewContainerRef,wn,on.componentFactoryResolver));re.componentRef=Fe,re.componentInstance=Fe.instance}}_createInjector(Bt,re,Ve,on){const wn=Bt.injector||Bt.viewContainerRef?.injector,Fe=[{provide:Jt,useValue:Bt.data},{provide:pt,useValue:re}];return Bt.providers&&("function"==typeof Bt.providers?Fe.push(...Bt.providers(re,Bt,Ve)):Fe.push(...Bt.providers)),Bt.direction&&(!wn||!wn.get(mt.dS,null,{optional:!0}))&&Fe.push({provide:mt.dS,useValue:{value:Bt.direction,change:(0,et.of)()}}),Z.zZn.create({parent:wn||on,providers:Fe})}_removeOpenDialog(Bt,re){const Ve=this.openDialogs.indexOf(Bt);Ve>-1&&(this.openDialogs.splice(Ve,1),this.openDialogs.length||(this._ariaHiddenElements.forEach((on,wn)=>{on?wn.setAttribute("aria-hidden",on):wn.removeAttribute("aria-hidden")}),this._ariaHiddenElements.clear(),re&&this._getAfterAllClosed().next()))}_hideNonDialogContentFromAssistiveTechnology(){const Bt=this._overlayContainer.getContainerElement();if(Bt.parentElement){const re=Bt.parentElement.children;for(let Ve=re.length-1;Ve>-1;Ve--){const on=re[Ve];on!==Bt&&"SCRIPT"!==on.nodeName&&"STYLE"!==on.nodeName&&!on.hasAttribute("aria-live")&&(this._ariaHiddenElements.set(on,on.getAttribute("aria-hidden")),on.setAttribute("aria-hidden","true"))}}}_getAfterAllClosed(){const Bt=this._parentDialog;return Bt?Bt._getAfterAllClosed():this._afterAllClosedAtThisLevel}static{this.\u0275fac=function(re){return new(re||Vt)(Z.KVO(i.hJ),Z.KVO(Z.zZn),Z.KVO(fe,8),Z.KVO(Vt,12),Z.KVO(i.Sf),Z.KVO(Kt))}}static{this.\u0275prov=Z.jDH({token:Vt,factory:Vt.\u0275fac,providedIn:"root"})}}return Vt})();function xt(Vt,it){let Bt=Vt.length;for(;Bt--;)it(Vt[Bt])}let dt=(()=>{class Vt{static{this.\u0275fac=function(re){return new(re||Vt)}}static{this.\u0275mod=Z.$C({type:Vt})}static{this.\u0275inj=Z.G2t({providers:[It],imports:[i.z_,H.jc,n.Pd,H.jc]})}}return Vt})()},7336:($e,Gt,c)=>{c.d(Gt,{A:()=>K,A$:()=>st,FX:()=>Z,Fm:()=>g,G_:()=>i,Ge:()=>jt,Kp:()=>zt,LE:()=>Jt,SJ:()=>It,UQ:()=>pt,W3:()=>tt,Z:()=>tn,_f:()=>mt,bn:()=>Fe,dB:()=>kt,eg:()=>le,f2:()=>xt,i7:()=>Kt,n6:()=>fe,rp:()=>p,t6:()=>Ot,w_:()=>gt,wn:()=>r,yZ:()=>Xt});const i=8,r=9,g=13,Z=16,tt=17,st=18,mt=27,Ot=32,gt=33,kt=34,zt=35,Xt=36,pt=37,Kt=38,Jt=39,fe=40,It=46,xt=48,Fe=57,K=65,tn=90,jt=91,le=224;function p(D,...k){return k.length?k.some(at=>D[at]):D.altKey||D.shiftKey||D.ctrlKey||D.metaKey}},9327:($e,Gt,c)=>{c.d(Gt,{DY:()=>pt,QP:()=>fe,Rp:()=>Et});var n=c(4438),i=c(4085),r=c(1413),H=c(4572),g=c(8793),Z=c(1985),tt=c(6697),st=c(5245),J=c(152),et=c(6354),mt=c(9172),Ot=c(6977),gt=c(6860);const zt=new Set;let Xt,pt=(()=>{class rt{constructor(xt,dt){this._platform=xt,this._nonce=dt,this._matchMedia=this._platform.isBrowser&&window.matchMedia?window.matchMedia.bind(window):Jt}matchMedia(xt){return(this._platform.WEBKIT||this._platform.BLINK)&&function Kt(rt,It){if(!zt.has(rt))try{Xt||(Xt=document.createElement("style"),It&&Xt.setAttribute("nonce",It),Xt.setAttribute("type","text/css"),document.head.appendChild(Xt)),Xt.sheet&&(Xt.sheet.insertRule(`@media ${rt} {body{ }}`,0),zt.add(rt))}catch(xt){console.error(xt)}}(xt,this._nonce),this._matchMedia(xt)}static{this.\u0275fac=function(dt){return new(dt||rt)(n.KVO(gt.OD),n.KVO(n.BIS,8))}}static{this.\u0275prov=n.jDH({token:rt,factory:rt.\u0275fac,providedIn:"root"})}}return rt})();function Jt(rt){return{matches:"all"===rt||""===rt,media:rt,addListener:()=>{},removeListener:()=>{}}}let fe=(()=>{class rt{constructor(xt,dt){this._mediaMatcher=xt,this._zone=dt,this._queries=new Map,this._destroySubject=new r.B}ngOnDestroy(){this._destroySubject.next(),this._destroySubject.complete()}isMatched(xt){return Pt((0,i.FG)(xt)).some(Vt=>this._registerQuery(Vt).mql.matches)}observe(xt){const Vt=Pt((0,i.FG)(xt)).map(Bt=>this._registerQuery(Bt).observable);let it=(0,H.z)(Vt);return it=(0,g.x)(it.pipe((0,tt.s)(1)),it.pipe((0,st.i)(1),(0,J.B)(0))),it.pipe((0,et.T)(Bt=>{const re={matches:!1,breakpoints:{}};return Bt.forEach(({matches:Ve,query:on})=>{re.matches=re.matches||Ve,re.breakpoints[on]=Ve}),re}))}_registerQuery(xt){if(this._queries.has(xt))return this._queries.get(xt);const dt=this._mediaMatcher.matchMedia(xt),it={observable:new Z.c(Bt=>{const re=Ve=>this._zone.run(()=>Bt.next(Ve));return dt.addListener(re),()=>{dt.removeListener(re)}}).pipe((0,mt.Z)(dt),(0,et.T)(({matches:Bt})=>({query:xt,matches:Bt})),(0,Ot.Q)(this._destroySubject)),mql:dt};return this._queries.set(xt,it),it}static{this.\u0275fac=function(dt){return new(dt||rt)(n.KVO(pt),n.KVO(n.SKi))}}static{this.\u0275prov=n.jDH({token:rt,factory:rt.\u0275fac,providedIn:"root"})}}return rt})();function Pt(rt){return rt.map(It=>It.split(",")).reduce((It,xt)=>It.concat(xt)).map(It=>It.trim())}const Et={XSmall:"(max-width: 599.98px)",Small:"(min-width: 600px) and (max-width: 959.98px)",Medium:"(min-width: 960px) and (max-width: 1279.98px)",Large:"(min-width: 1280px) and (max-width: 1919.98px)",XLarge:"(min-width: 1920px)",Handset:"(max-width: 599.98px) and (orientation: portrait), (max-width: 959.98px) and (orientation: landscape)",Tablet:"(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait), (min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)",Web:"(min-width: 840px) and (orientation: portrait), (min-width: 1280px) and (orientation: landscape)",HandsetPortrait:"(max-width: 599.98px) and (orientation: portrait)",TabletPortrait:"(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait)",WebPortrait:"(min-width: 840px) and (orientation: portrait)",HandsetLandscape:"(max-width: 959.98px) and (orientation: landscape)",TabletLandscape:"(min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)",WebLandscape:"(min-width: 1280px) and (orientation: landscape)"}},2318:($e,Gt,c)=>{c.d(Gt,{Wv:()=>mt,w5:()=>Ot});var n=c(4085),i=c(4438),r=c(1985),H=c(1413),g=c(6354),Z=c(5964),tt=c(152);let J=(()=>{class gt{create(zt){return typeof MutationObserver>"u"?null:new MutationObserver(zt)}static{this.\u0275fac=function(Xt){return new(Xt||gt)}}static{this.\u0275prov=i.jDH({token:gt,factory:gt.\u0275fac,providedIn:"root"})}}return gt})(),et=(()=>{class gt{constructor(zt){this._mutationObserverFactory=zt,this._observedElements=new Map,this._ngZone=(0,i.WQX)(i.SKi)}ngOnDestroy(){this._observedElements.forEach((zt,Xt)=>this._cleanupObserver(Xt))}observe(zt){const Xt=(0,n.i8)(zt);return new r.c(pt=>{const Jt=this._observeElement(Xt).pipe((0,g.T)(fe=>fe.filter(Pt=>!function st(gt){if("characterData"===gt.type&&gt.target instanceof Comment)return!0;if("childList"===gt.type){for(let kt=0;kt<gt.addedNodes.length;kt++)if(!(gt.addedNodes[kt]instanceof Comment))return!1;for(let kt=0;kt<gt.removedNodes.length;kt++)if(!(gt.removedNodes[kt]instanceof Comment))return!1;return!0}return!1}(Pt))),(0,Z.p)(fe=>!!fe.length)).subscribe(fe=>{this._ngZone.run(()=>{pt.next(fe)})});return()=>{Jt.unsubscribe(),this._unobserveElement(Xt)}})}_observeElement(zt){return this._ngZone.runOutsideAngular(()=>{if(this._observedElements.has(zt))this._observedElements.get(zt).count++;else{const Xt=new H.B,pt=this._mutationObserverFactory.create(Kt=>Xt.next(Kt));pt&&pt.observe(zt,{characterData:!0,childList:!0,subtree:!0}),this._observedElements.set(zt,{observer:pt,stream:Xt,count:1})}return this._observedElements.get(zt).stream})}_unobserveElement(zt){this._observedElements.has(zt)&&(this._observedElements.get(zt).count--,this._observedElements.get(zt).count||this._cleanupObserver(zt))}_cleanupObserver(zt){if(this._observedElements.has(zt)){const{observer:Xt,stream:pt}=this._observedElements.get(zt);Xt&&Xt.disconnect(),pt.complete(),this._observedElements.delete(zt)}}static{this.\u0275fac=function(Xt){return new(Xt||gt)(i.KVO(J))}}static{this.\u0275prov=i.jDH({token:gt,factory:gt.\u0275fac,providedIn:"root"})}}return gt})(),mt=(()=>{class gt{get disabled(){return this._disabled}set disabled(zt){this._disabled=zt,this._disabled?this._unsubscribe():this._subscribe()}get debounce(){return this._debounce}set debounce(zt){this._debounce=(0,n.OE)(zt),this._subscribe()}constructor(zt,Xt){this._contentObserver=zt,this._elementRef=Xt,this.event=new i.bkB,this._disabled=!1,this._currentSubscription=null}ngAfterContentInit(){!this._currentSubscription&&!this.disabled&&this._subscribe()}ngOnDestroy(){this._unsubscribe()}_subscribe(){this._unsubscribe();const zt=this._contentObserver.observe(this._elementRef);this._currentSubscription=(this.debounce?zt.pipe((0,tt.B)(this.debounce)):zt).subscribe(this.event)}_unsubscribe(){this._currentSubscription?.unsubscribe()}static{this.\u0275fac=function(Xt){return new(Xt||gt)(i.rXU(et),i.rXU(i.aKT))}}static{this.\u0275dir=i.FsC({type:gt,selectors:[["","cdkObserveContent",""]],inputs:{disabled:[2,"cdkObserveContentDisabled","disabled",i.L39],debounce:"debounce"},outputs:{event:"cdkObserveContent"},exportAs:["cdkObserveContent"],standalone:!0,features:[i.GFd]})}}return gt})(),Ot=(()=>{class gt{static{this.\u0275fac=function(Xt){return new(Xt||gt)}}static{this.\u0275mod=i.$C({type:gt})}static{this.\u0275inj=i.G2t({providers:[J]})}}return gt})()},8170:($e,Gt,c)=>{c.d(Gt,{a:()=>J});var n=c(4438),i=c(1413),r=c(1985),H=c(5964),g=c(4668),Z=c(6977);class st{constructor(mt){this._box=mt,this._destroyed=new i.B,this._resizeSubject=new i.B,this._elementObservables=new Map,typeof ResizeObserver<"u"&&(this._resizeObserver=new ResizeObserver(Ot=>this._resizeSubject.next(Ot)))}observe(mt){return this._elementObservables.has(mt)||this._elementObservables.set(mt,new r.c(Ot=>{const gt=this._resizeSubject.subscribe(Ot);return this._resizeObserver?.observe(mt,{box:this._box}),()=>{this._resizeObserver?.unobserve(mt),gt.unsubscribe(),this._elementObservables.delete(mt)}}).pipe((0,H.p)(Ot=>Ot.some(gt=>gt.target===mt)),(0,g.t)({bufferSize:1,refCount:!0}),(0,Z.Q)(this._destroyed))),this._elementObservables.get(mt)}destroy(){this._destroyed.next(),this._destroyed.complete(),this._resizeSubject.complete(),this._elementObservables.clear()}}let J=(()=>{class et{constructor(){this._observers=new Map,this._ngZone=(0,n.WQX)(n.SKi)}ngOnDestroy(){for(const[,Ot]of this._observers)Ot.destroy();this._observers.clear()}observe(Ot,gt){const kt=gt?.box||"content-box";return this._observers.has(kt)||this._observers.set(kt,new st(kt)),this._observers.get(kt).observe(Ot)}static{this.\u0275fac=function(gt){return new(gt||et)}}static{this.\u0275prov=n.jDH({token:et,factory:et.\u0275fac,providedIn:"root"})}}return et})()},7987:($e,Gt,c)=>{c.d(Gt,{$Q:()=>yt,Sf:()=>Fe,WB:()=>ne,hJ:()=>X,rR:()=>It,rW:()=>_t,yY:()=>zn,z_:()=>Oe});var n=c(5478),i=c(177),r=c(4438),H=c(4085),g=c(6860),Z=c(5964),tt=c(6977),st=c(7048),J=c(8203),et=c(6939),mt=c(1413),Ot=c(8359),gt=c(7786),kt=c(7336);const zt=(0,g.CZ)();class Xt{constructor(vt,Wt){this._viewportRuler=vt,this._previousHTMLStyles={top:"",left:""},this._isEnabled=!1,this._document=Wt}attach(){}enable(){if(this._canBeEnabled()){const vt=this._document.documentElement;this._previousScrollPosition=this._viewportRuler.getViewportScrollPosition(),this._previousHTMLStyles.left=vt.style.left||"",this._previousHTMLStyles.top=vt.style.top||"",vt.style.left=(0,H.a1)(-this._previousScrollPosition.left),vt.style.top=(0,H.a1)(-this._previousScrollPosition.top),vt.classList.add("cdk-global-scrollblock"),this._isEnabled=!0}}disable(){if(this._isEnabled){const vt=this._document.documentElement,qt=vt.style,ce=this._document.body.style,Rt=qt.scrollBehavior||"",tn=ce.scrollBehavior||"";this._isEnabled=!1,qt.left=this._previousHTMLStyles.left,qt.top=this._previousHTMLStyles.top,vt.classList.remove("cdk-global-scrollblock"),zt&&(qt.scrollBehavior=ce.scrollBehavior="auto"),window.scroll(this._previousScrollPosition.left,this._previousScrollPosition.top),zt&&(qt.scrollBehavior=Rt,ce.scrollBehavior=tn)}}_canBeEnabled(){if(this._document.documentElement.classList.contains("cdk-global-scrollblock")||this._isEnabled)return!1;const Wt=this._document.body,qt=this._viewportRuler.getViewportSize();return Wt.scrollHeight>qt.height||Wt.scrollWidth>qt.width}}class Kt{constructor(vt,Wt,qt,ce){this._scrollDispatcher=vt,this._ngZone=Wt,this._viewportRuler=qt,this._config=ce,this._scrollSubscription=null,this._detach=()=>{this.disable(),this._overlayRef.hasAttached()&&this._ngZone.run(()=>this._overlayRef.detach())}}attach(vt){this._overlayRef=vt}enable(){if(this._scrollSubscription)return;const vt=this._scrollDispatcher.scrolled(0).pipe((0,Z.p)(Wt=>!Wt||!this._overlayRef.overlayElement.contains(Wt.getElementRef().nativeElement)));this._config&&this._config.threshold&&this._config.threshold>1?(this._initialScrollPosition=this._viewportRuler.getViewportScrollPosition().top,this._scrollSubscription=vt.subscribe(()=>{const Wt=this._viewportRuler.getViewportScrollPosition().top;Math.abs(Wt-this._initialScrollPosition)>this._config.threshold?this._detach():this._overlayRef.updatePosition()})):this._scrollSubscription=vt.subscribe(this._detach)}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}class Jt{enable(){}disable(){}attach(){}}function fe(Ne,vt){return vt.some(Wt=>Ne.bottom<Wt.top||Ne.top>Wt.bottom||Ne.right<Wt.left||Ne.left>Wt.right)}function Pt(Ne,vt){return vt.some(Wt=>Ne.top<Wt.top||Ne.bottom>Wt.bottom||Ne.left<Wt.left||Ne.right>Wt.right)}class Et{constructor(vt,Wt,qt,ce){this._scrollDispatcher=vt,this._viewportRuler=Wt,this._ngZone=qt,this._config=ce,this._scrollSubscription=null}attach(vt){this._overlayRef=vt}enable(){this._scrollSubscription||(this._scrollSubscription=this._scrollDispatcher.scrolled(this._config?this._config.scrollThrottle:0).subscribe(()=>{if(this._overlayRef.updatePosition(),this._config&&this._config.autoClose){const Wt=this._overlayRef.overlayElement.getBoundingClientRect(),{width:qt,height:ce}=this._viewportRuler.getViewportSize();fe(Wt,[{width:qt,height:ce,bottom:ce,right:qt,top:0,left:0}])&&(this.disable(),this._ngZone.run(()=>this._overlayRef.detach()))}}))}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}let rt=(()=>{class Ne{constructor(Wt,qt,ce,Rt){this._scrollDispatcher=Wt,this._viewportRuler=qt,this._ngZone=ce,this.noop=()=>new Jt,this.close=tn=>new Kt(this._scrollDispatcher,this._ngZone,this._viewportRuler,tn),this.block=()=>new Xt(this._viewportRuler,this._document),this.reposition=tn=>new Et(this._scrollDispatcher,this._viewportRuler,this._ngZone,tn),this._document=Rt}static{this.\u0275fac=function(qt){return new(qt||Ne)(r.KVO(n.R),r.KVO(n.Xj),r.KVO(r.SKi),r.KVO(i.qQ))}}static{this.\u0275prov=r.jDH({token:Ne,factory:Ne.\u0275fac,providedIn:"root"})}}return Ne})();class It{constructor(vt){if(this.scrollStrategy=new Jt,this.panelClass="",this.hasBackdrop=!1,this.backdropClass="cdk-overlay-dark-backdrop",this.disposeOnNavigation=!1,vt){const Wt=Object.keys(vt);for(const qt of Wt)void 0!==vt[qt]&&(this[qt]=vt[qt])}}}class Vt{constructor(vt,Wt){this.connectionPair=vt,this.scrollableViewProperties=Wt}}let re=(()=>{class Ne{constructor(Wt){this._attachedOverlays=[],this._document=Wt}ngOnDestroy(){this.detach()}add(Wt){this.remove(Wt),this._attachedOverlays.push(Wt)}remove(Wt){const qt=this._attachedOverlays.indexOf(Wt);qt>-1&&this._attachedOverlays.splice(qt,1),0===this._attachedOverlays.length&&this.detach()}static{this.\u0275fac=function(qt){return new(qt||Ne)(r.KVO(i.qQ))}}static{this.\u0275prov=r.jDH({token:Ne,factory:Ne.\u0275fac,providedIn:"root"})}}return Ne})(),Ve=(()=>{class Ne extends re{constructor(Wt,qt){super(Wt),this._ngZone=qt,this._keydownListener=ce=>{const Rt=this._attachedOverlays;for(let tn=Rt.length-1;tn>-1;tn--)if(Rt[tn]._keydownEvents.observers.length>0){const jt=Rt[tn]._keydownEvents;this._ngZone?this._ngZone.run(()=>jt.next(ce)):jt.next(ce);break}}}add(Wt){super.add(Wt),this._isAttached||(this._ngZone?this._ngZone.runOutsideAngular(()=>this._document.body.addEventListener("keydown",this._keydownListener)):this._document.body.addEventListener("keydown",this._keydownListener),this._isAttached=!0)}detach(){this._isAttached&&(this._document.body.removeEventListener("keydown",this._keydownListener),this._isAttached=!1)}static{this.\u0275fac=function(qt){return new(qt||Ne)(r.KVO(i.qQ),r.KVO(r.SKi,8))}}static{this.\u0275prov=r.jDH({token:Ne,factory:Ne.\u0275fac,providedIn:"root"})}}return Ne})(),on=(()=>{class Ne extends re{constructor(Wt,qt,ce){super(Wt),this._platform=qt,this._ngZone=ce,this._cursorStyleIsSet=!1,this._pointerDownListener=Rt=>{this._pointerDownEventTarget=(0,g.Fb)(Rt)},this._clickListener=Rt=>{const tn=(0,g.Fb)(Rt),jt="click"===Rt.type&&this._pointerDownEventTarget?this._pointerDownEventTarget:tn;this._pointerDownEventTarget=null;const Ce=this._attachedOverlays.slice();for(let Be=Ce.length-1;Be>-1;Be--){const Ge=Ce[Be];if(Ge._outsidePointerEvents.observers.length<1||!Ge.hasAttached())continue;if(wn(Ge.overlayElement,tn)||wn(Ge.overlayElement,jt))break;const mn=Ge._outsidePointerEvents;this._ngZone?this._ngZone.run(()=>mn.next(Rt)):mn.next(Rt)}}}add(Wt){if(super.add(Wt),!this._isAttached){const qt=this._document.body;this._ngZone?this._ngZone.runOutsideAngular(()=>this._addEventListeners(qt)):this._addEventListeners(qt),this._platform.IOS&&!this._cursorStyleIsSet&&(this._cursorOriginalValue=qt.style.cursor,qt.style.cursor="pointer",this._cursorStyleIsSet=!0),this._isAttached=!0}}detach(){if(this._isAttached){const Wt=this._document.body;Wt.removeEventListener("pointerdown",this._pointerDownListener,!0),Wt.removeEventListener("click",this._clickListener,!0),Wt.removeEventListener("auxclick",this._clickListener,!0),Wt.removeEventListener("contextmenu",this._clickListener,!0),this._platform.IOS&&this._cursorStyleIsSet&&(Wt.style.cursor=this._cursorOriginalValue,this._cursorStyleIsSet=!1),this._isAttached=!1}}_addEventListeners(Wt){Wt.addEventListener("pointerdown",this._pointerDownListener,!0),Wt.addEventListener("click",this._clickListener,!0),Wt.addEventListener("auxclick",this._clickListener,!0),Wt.addEventListener("contextmenu",this._clickListener,!0)}static{this.\u0275fac=function(qt){return new(qt||Ne)(r.KVO(i.qQ),r.KVO(g.OD),r.KVO(r.SKi,8))}}static{this.\u0275prov=r.jDH({token:Ne,factory:Ne.\u0275fac,providedIn:"root"})}}return Ne})();function wn(Ne,vt){const Wt=typeof ShadowRoot<"u"&&ShadowRoot;let qt=vt;for(;qt;){if(qt===Ne)return!0;qt=Wt&&qt instanceof ShadowRoot?qt.host:qt.parentNode}return!1}let Fe=(()=>{class Ne{constructor(Wt,qt){this._platform=qt,this._document=Wt}ngOnDestroy(){this._containerElement?.remove()}getContainerElement(){return this._containerElement||this._createContainer(),this._containerElement}_createContainer(){const Wt="cdk-overlay-container";if(this._platform.isBrowser||(0,g.v8)()){const ce=this._document.querySelectorAll(`.${Wt}[platform="server"], .${Wt}[platform="test"]`);for(let Rt=0;Rt<ce.length;Rt++)ce[Rt].remove()}const qt=this._document.createElement("div");qt.classList.add(Wt),(0,g.v8)()?qt.setAttribute("platform","test"):this._platform.isBrowser||qt.setAttribute("platform","server"),this._document.body.appendChild(qt),this._containerElement=qt}static{this.\u0275fac=function(qt){return new(qt||Ne)(r.KVO(i.qQ),r.KVO(g.OD))}}static{this.\u0275prov=r.jDH({token:Ne,factory:Ne.\u0275fac,providedIn:"root"})}}return Ne})();class zn{constructor(vt,Wt,qt,ce,Rt,tn,jt,Ce,Be,Ge=!1,mn){this._portalOutlet=vt,this._host=Wt,this._pane=qt,this._config=ce,this._ngZone=Rt,this._keyboardDispatcher=tn,this._document=jt,this._location=Ce,this._outsideClickDispatcher=Be,this._animationsDisabled=Ge,this._injector=mn,this._backdropElement=null,this._backdropClick=new mt.B,this._attachments=new mt.B,this._detachments=new mt.B,this._locationChanges=Ot.yU.EMPTY,this._backdropClickHandler=En=>this._backdropClick.next(En),this._backdropTransitionendHandler=En=>{this._disposeBackdrop(En.target)},this._keydownEvents=new mt.B,this._outsidePointerEvents=new mt.B,this._renders=new mt.B,ce.scrollStrategy&&(this._scrollStrategy=ce.scrollStrategy,this._scrollStrategy.attach(this)),this._positionStrategy=ce.positionStrategy,this._afterRenderRef=(0,r.O8t)(()=>(0,r.Tzd)(()=>{this._renders.next()},{injector:this._injector}))}get overlayElement(){return this._pane}get backdropElement(){return this._backdropElement}get hostElement(){return this._host}attach(vt){!this._host.parentElement&&this._previousHostParent&&this._previousHostParent.appendChild(this._host);const Wt=this._portalOutlet.attach(vt);return this._positionStrategy&&this._positionStrategy.attach(this),this._updateStackingOrder(),this._updateElementSize(),this._updateElementDirection(),this._scrollStrategy&&this._scrollStrategy.enable(),this._afterNextRenderRef?.destroy(),this._afterNextRenderRef=(0,r.mal)(()=>{this.hasAttached()&&this.updatePosition()},{injector:this._injector}),this._togglePointerEvents(!0),this._config.hasBackdrop&&this._attachBackdrop(),this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!0),this._attachments.next(),this._keyboardDispatcher.add(this),this._config.disposeOnNavigation&&(this._locationChanges=this._location.subscribe(()=>this.dispose())),this._outsideClickDispatcher.add(this),"function"==typeof Wt?.onDestroy&&Wt.onDestroy(()=>{this.hasAttached()&&this._ngZone.runOutsideAngular(()=>Promise.resolve().then(()=>this.detach()))}),Wt}detach(){if(!this.hasAttached())return;this.detachBackdrop(),this._togglePointerEvents(!1),this._positionStrategy&&this._positionStrategy.detach&&this._positionStrategy.detach(),this._scrollStrategy&&this._scrollStrategy.disable();const vt=this._portalOutlet.detach();return this._detachments.next(),this._keyboardDispatcher.remove(this),this._detachContentWhenEmpty(),this._locationChanges.unsubscribe(),this._outsideClickDispatcher.remove(this),vt}dispose(){const vt=this.hasAttached();this._positionStrategy&&this._positionStrategy.dispose(),this._disposeScrollStrategy(),this._disposeBackdrop(this._backdropElement),this._locationChanges.unsubscribe(),this._keyboardDispatcher.remove(this),this._portalOutlet.dispose(),this._attachments.complete(),this._backdropClick.complete(),this._keydownEvents.complete(),this._outsidePointerEvents.complete(),this._outsideClickDispatcher.remove(this),this._host?.remove(),this._afterNextRenderRef?.destroy(),this._previousHostParent=this._pane=this._host=null,vt&&this._detachments.next(),this._detachments.complete(),this._afterRenderRef.destroy(),this._renders.complete()}hasAttached(){return this._portalOutlet.hasAttached()}backdropClick(){return this._backdropClick}attachments(){return this._attachments}detachments(){return this._detachments}keydownEvents(){return this._keydownEvents}outsidePointerEvents(){return this._outsidePointerEvents}getConfig(){return this._config}updatePosition(){this._positionStrategy&&this._positionStrategy.apply()}updatePositionStrategy(vt){vt!==this._positionStrategy&&(this._positionStrategy&&this._positionStrategy.dispose(),this._positionStrategy=vt,this.hasAttached()&&(vt.attach(this),this.updatePosition()))}updateSize(vt){this._config={...this._config,...vt},this._updateElementSize()}setDirection(vt){this._config={...this._config,direction:vt},this._updateElementDirection()}addPanelClass(vt){this._pane&&this._toggleClasses(this._pane,vt,!0)}removePanelClass(vt){this._pane&&this._toggleClasses(this._pane,vt,!1)}getDirection(){const vt=this._config.direction;return vt?"string"==typeof vt?vt:vt.value:"ltr"}updateScrollStrategy(vt){vt!==this._scrollStrategy&&(this._disposeScrollStrategy(),this._scrollStrategy=vt,this.hasAttached()&&(vt.attach(this),vt.enable()))}_updateElementDirection(){this._host.setAttribute("dir",this.getDirection())}_updateElementSize(){if(!this._pane)return;const vt=this._pane.style;vt.width=(0,H.a1)(this._config.width),vt.height=(0,H.a1)(this._config.height),vt.minWidth=(0,H.a1)(this._config.minWidth),vt.minHeight=(0,H.a1)(this._config.minHeight),vt.maxWidth=(0,H.a1)(this._config.maxWidth),vt.maxHeight=(0,H.a1)(this._config.maxHeight)}_togglePointerEvents(vt){this._pane.style.pointerEvents=vt?"":"none"}_attachBackdrop(){const vt="cdk-overlay-backdrop-showing";this._backdropElement=this._document.createElement("div"),this._backdropElement.classList.add("cdk-overlay-backdrop"),this._animationsDisabled&&this._backdropElement.classList.add("cdk-overlay-backdrop-noop-animation"),this._config.backdropClass&&this._toggleClasses(this._backdropElement,this._config.backdropClass,!0),this._host.parentElement.insertBefore(this._backdropElement,this._host),this._backdropElement.addEventListener("click",this._backdropClickHandler),!this._animationsDisabled&&typeof requestAnimationFrame<"u"?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>{this._backdropElement&&this._backdropElement.classList.add(vt)})}):this._backdropElement.classList.add(vt)}_updateStackingOrder(){this._host.nextSibling&&this._host.parentNode.appendChild(this._host)}detachBackdrop(){const vt=this._backdropElement;if(vt){if(this._animationsDisabled)return void this._disposeBackdrop(vt);vt.classList.remove("cdk-overlay-backdrop-showing"),this._ngZone.runOutsideAngular(()=>{vt.addEventListener("transitionend",this._backdropTransitionendHandler)}),vt.style.pointerEvents="none",this._backdropTimeout=this._ngZone.runOutsideAngular(()=>setTimeout(()=>{this._disposeBackdrop(vt)},500))}}_toggleClasses(vt,Wt,qt){const ce=(0,H.FG)(Wt||[]).filter(Rt=>!!Rt);ce.length&&(qt?vt.classList.add(...ce):vt.classList.remove(...ce))}_detachContentWhenEmpty(){this._ngZone.runOutsideAngular(()=>{const vt=this._renders.pipe((0,tt.Q)((0,gt.h)(this._attachments,this._detachments))).subscribe(()=>{(!this._pane||!this._host||0===this._pane.children.length)&&(this._pane&&this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!1),this._host&&this._host.parentElement&&(this._previousHostParent=this._host.parentElement,this._host.remove()),vt.unsubscribe())})})}_disposeScrollStrategy(){const vt=this._scrollStrategy;vt&&(vt.disable(),vt.detach&&vt.detach())}_disposeBackdrop(vt){vt&&(vt.removeEventListener("click",this._backdropClickHandler),vt.removeEventListener("transitionend",this._backdropTransitionendHandler),vt.remove(),this._backdropElement===vt&&(this._backdropElement=null)),this._backdropTimeout&&(clearTimeout(this._backdropTimeout),this._backdropTimeout=void 0)}}const ht="cdk-overlay-connected-position-bounding-box",ot=/([A-Za-z%]+)$/;class _t{get positions(){return this._preferredPositions}constructor(vt,Wt,qt,ce,Rt){this._viewportRuler=Wt,this._document=qt,this._platform=ce,this._overlayContainer=Rt,this._lastBoundingBoxSize={width:0,height:0},this._isPushed=!1,this._canPush=!0,this._growAfterOpen=!1,this._hasFlexibleDimensions=!0,this._positionLocked=!1,this._viewportMargin=0,this._scrollables=[],this._preferredPositions=[],this._positionChanges=new mt.B,this._resizeSubscription=Ot.yU.EMPTY,this._offsetX=0,this._offsetY=0,this._appliedPanelClasses=[],this.positionChanges=this._positionChanges,this.setOrigin(vt)}attach(vt){this._validatePositions(),vt.hostElement.classList.add(ht),this._overlayRef=vt,this._boundingBox=vt.hostElement,this._pane=vt.overlayElement,this._isDisposed=!1,this._isInitialRender=!0,this._lastPosition=null,this._resizeSubscription.unsubscribe(),this._resizeSubscription=this._viewportRuler.change().subscribe(()=>{this._isInitialRender=!0,this.apply()})}apply(){if(this._isDisposed||!this._platform.isBrowser)return;if(!this._isInitialRender&&this._positionLocked&&this._lastPosition)return void this.reapplyLastPosition();this._clearPanelClasses(),this._resetOverlayElementStyles(),this._resetBoundingBoxStyles(),this._viewportRect=this._getNarrowedViewportRect(),this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();const vt=this._originRect,Wt=this._overlayRect,qt=this._viewportRect,ce=this._containerRect,Rt=[];let tn;for(let jt of this._preferredPositions){let Ce=this._getOriginPoint(vt,ce,jt),Be=this._getOverlayPoint(Ce,Wt,jt),Ge=this._getOverlayFit(Be,Wt,qt,jt);if(Ge.isCompletelyWithinViewport)return this._isPushed=!1,void this._applyPosition(jt,Ce);this._canFitWithFlexibleDimensions(Ge,Be,qt)?Rt.push({position:jt,origin:Ce,overlayRect:Wt,boundingBoxRect:this._calculateBoundingBoxRect(Ce,jt)}):(!tn||tn.overlayFit.visibleArea<Ge.visibleArea)&&(tn={overlayFit:Ge,overlayPoint:Be,originPoint:Ce,position:jt,overlayRect:Wt})}if(Rt.length){let jt=null,Ce=-1;for(const Be of Rt){const Ge=Be.boundingBoxRect.width*Be.boundingBoxRect.height*(Be.position.weight||1);Ge>Ce&&(Ce=Ge,jt=Be)}return this._isPushed=!1,void this._applyPosition(jt.position,jt.origin)}if(this._canPush)return this._isPushed=!0,void this._applyPosition(tn.position,tn.originPoint);this._applyPosition(tn.position,tn.originPoint)}detach(){this._clearPanelClasses(),this._lastPosition=null,this._previousPushAmount=null,this._resizeSubscription.unsubscribe()}dispose(){this._isDisposed||(this._boundingBox&&K(this._boundingBox.style,{top:"",left:"",right:"",bottom:"",height:"",width:"",alignItems:"",justifyContent:""}),this._pane&&this._resetOverlayElementStyles(),this._overlayRef&&this._overlayRef.hostElement.classList.remove(ht),this.detach(),this._positionChanges.complete(),this._overlayRef=this._boundingBox=null,this._isDisposed=!0)}reapplyLastPosition(){if(this._isDisposed||!this._platform.isBrowser)return;const vt=this._lastPosition;if(vt){this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._viewportRect=this._getNarrowedViewportRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();const Wt=this._getOriginPoint(this._originRect,this._containerRect,vt);this._applyPosition(vt,Wt)}else this.apply()}withScrollableContainers(vt){return this._scrollables=vt,this}withPositions(vt){return this._preferredPositions=vt,-1===vt.indexOf(this._lastPosition)&&(this._lastPosition=null),this._validatePositions(),this}withViewportMargin(vt){return this._viewportMargin=vt,this}withFlexibleDimensions(vt=!0){return this._hasFlexibleDimensions=vt,this}withGrowAfterOpen(vt=!0){return this._growAfterOpen=vt,this}withPush(vt=!0){return this._canPush=vt,this}withLockedPosition(vt=!0){return this._positionLocked=vt,this}setOrigin(vt){return this._origin=vt,this}withDefaultOffsetX(vt){return this._offsetX=vt,this}withDefaultOffsetY(vt){return this._offsetY=vt,this}withTransformOriginOn(vt){return this._transformOriginSelector=vt,this}_getOriginPoint(vt,Wt,qt){let ce,Rt;if("center"==qt.originX)ce=vt.left+vt.width/2;else{const tn=this._isRtl()?vt.right:vt.left,jt=this._isRtl()?vt.left:vt.right;ce="start"==qt.originX?tn:jt}return Wt.left<0&&(ce-=Wt.left),Rt="center"==qt.originY?vt.top+vt.height/2:"top"==qt.originY?vt.top:vt.bottom,Wt.top<0&&(Rt-=Wt.top),{x:ce,y:Rt}}_getOverlayPoint(vt,Wt,qt){let ce,Rt;return ce="center"==qt.overlayX?-Wt.width/2:"start"===qt.overlayX?this._isRtl()?-Wt.width:0:this._isRtl()?0:-Wt.width,Rt="center"==qt.overlayY?-Wt.height/2:"top"==qt.overlayY?0:-Wt.height,{x:vt.x+ce,y:vt.y+Rt}}_getOverlayFit(vt,Wt,qt,ce){const Rt=lt(Wt);let{x:tn,y:jt}=vt,Ce=this._getOffset(ce,"x"),Be=this._getOffset(ce,"y");Ce&&(tn+=Ce),Be&&(jt+=Be);let En=0-jt,kn=jt+Rt.height-qt.height,Te=this._subtractOverflows(Rt.width,0-tn,tn+Rt.width-qt.width),An=this._subtractOverflows(Rt.height,En,kn),De=Te*An;return{visibleArea:De,isCompletelyWithinViewport:Rt.width*Rt.height===De,fitsInViewportVertically:An===Rt.height,fitsInViewportHorizontally:Te==Rt.width}}_canFitWithFlexibleDimensions(vt,Wt,qt){if(this._hasFlexibleDimensions){const ce=qt.bottom-Wt.y,Rt=qt.right-Wt.x,tn=Lt(this._overlayRef.getConfig().minHeight),jt=Lt(this._overlayRef.getConfig().minWidth);return(vt.fitsInViewportVertically||null!=tn&&tn<=ce)&&(vt.fitsInViewportHorizontally||null!=jt&&jt<=Rt)}return!1}_pushOverlayOnScreen(vt,Wt,qt){if(this._previousPushAmount&&this._positionLocked)return{x:vt.x+this._previousPushAmount.x,y:vt.y+this._previousPushAmount.y};const ce=lt(Wt),Rt=this._viewportRect,tn=Math.max(vt.x+ce.width-Rt.width,0),jt=Math.max(vt.y+ce.height-Rt.height,0),Ce=Math.max(Rt.top-qt.top-vt.y,0),Be=Math.max(Rt.left-qt.left-vt.x,0);let Ge=0,mn=0;return Ge=ce.width<=Rt.width?Be||-tn:vt.x<this._viewportMargin?Rt.left-qt.left-vt.x:0,mn=ce.height<=Rt.height?Ce||-jt:vt.y<this._viewportMargin?Rt.top-qt.top-vt.y:0,this._previousPushAmount={x:Ge,y:mn},{x:vt.x+Ge,y:vt.y+mn}}_applyPosition(vt,Wt){if(this._setTransformOrigin(vt),this._setOverlayElementStyles(Wt,vt),this._setBoundingBoxStyles(Wt,vt),vt.panelClass&&this._addPanelClasses(vt.panelClass),this._positionChanges.observers.length){const qt=this._getScrollVisibility();if(vt!==this._lastPosition||!this._lastScrollVisibility||!function Ut(Ne,vt){return Ne===vt||Ne.isOriginClipped===vt.isOriginClipped&&Ne.isOriginOutsideView===vt.isOriginOutsideView&&Ne.isOverlayClipped===vt.isOverlayClipped&&Ne.isOverlayOutsideView===vt.isOverlayOutsideView}(this._lastScrollVisibility,qt)){const ce=new Vt(vt,qt);this._positionChanges.next(ce)}this._lastScrollVisibility=qt}this._lastPosition=vt,this._isInitialRender=!1}_setTransformOrigin(vt){if(!this._transformOriginSelector)return;const Wt=this._boundingBox.querySelectorAll(this._transformOriginSelector);let qt,ce=vt.overlayY;qt="center"===vt.overlayX?"center":this._isRtl()?"start"===vt.overlayX?"right":"left":"start"===vt.overlayX?"left":"right";for(let Rt=0;Rt<Wt.length;Rt++)Wt[Rt].style.transformOrigin=`${qt} ${ce}`}_calculateBoundingBoxRect(vt,Wt){const qt=this._viewportRect,ce=this._isRtl();let Rt,tn,jt,Ge,mn,En;if("top"===Wt.overlayY)tn=vt.y,Rt=qt.height-tn+this._viewportMargin;else if("bottom"===Wt.overlayY)jt=qt.height-vt.y+2*this._viewportMargin,Rt=qt.height-jt+this._viewportMargin;else{const kn=Math.min(qt.bottom-vt.y+qt.top,vt.y),Te=this._lastBoundingBoxSize.height;Rt=2*kn,tn=vt.y-kn,Rt>Te&&!this._isInitialRender&&!this._growAfterOpen&&(tn=vt.y-Te/2)}if("end"===Wt.overlayX&&!ce||"start"===Wt.overlayX&&ce)En=qt.width-vt.x+2*this._viewportMargin,Ge=vt.x-this._viewportMargin;else if("start"===Wt.overlayX&&!ce||"end"===Wt.overlayX&&ce)mn=vt.x,Ge=qt.right-vt.x;else{const kn=Math.min(qt.right-vt.x+qt.left,vt.x),Te=this._lastBoundingBoxSize.width;Ge=2*kn,mn=vt.x-kn,Ge>Te&&!this._isInitialRender&&!this._growAfterOpen&&(mn=vt.x-Te/2)}return{top:tn,left:mn,bottom:jt,right:En,width:Ge,height:Rt}}_setBoundingBoxStyles(vt,Wt){const qt=this._calculateBoundingBoxRect(vt,Wt);!this._isInitialRender&&!this._growAfterOpen&&(qt.height=Math.min(qt.height,this._lastBoundingBoxSize.height),qt.width=Math.min(qt.width,this._lastBoundingBoxSize.width));const ce={};if(this._hasExactPosition())ce.top=ce.left="0",ce.bottom=ce.right=ce.maxHeight=ce.maxWidth="",ce.width=ce.height="100%";else{const Rt=this._overlayRef.getConfig().maxHeight,tn=this._overlayRef.getConfig().maxWidth;ce.height=(0,H.a1)(qt.height),ce.top=(0,H.a1)(qt.top),ce.bottom=(0,H.a1)(qt.bottom),ce.width=(0,H.a1)(qt.width),ce.left=(0,H.a1)(qt.left),ce.right=(0,H.a1)(qt.right),ce.alignItems="center"===Wt.overlayX?"center":"end"===Wt.overlayX?"flex-end":"flex-start",ce.justifyContent="center"===Wt.overlayY?"center":"bottom"===Wt.overlayY?"flex-end":"flex-start",Rt&&(ce.maxHeight=(0,H.a1)(Rt)),tn&&(ce.maxWidth=(0,H.a1)(tn))}this._lastBoundingBoxSize=qt,K(this._boundingBox.style,ce)}_resetBoundingBoxStyles(){K(this._boundingBox.style,{top:"0",left:"0",right:"0",bottom:"0",height:"",width:"",alignItems:"",justifyContent:""})}_resetOverlayElementStyles(){K(this._pane.style,{top:"",left:"",bottom:"",right:"",position:"",transform:""})}_setOverlayElementStyles(vt,Wt){const qt={},ce=this._hasExactPosition(),Rt=this._hasFlexibleDimensions,tn=this._overlayRef.getConfig();if(ce){const Ge=this._viewportRuler.getViewportScrollPosition();K(qt,this._getExactOverlayY(Wt,vt,Ge)),K(qt,this._getExactOverlayX(Wt,vt,Ge))}else qt.position="static";let jt="",Ce=this._getOffset(Wt,"x"),Be=this._getOffset(Wt,"y");Ce&&(jt+=`translateX(${Ce}px) `),Be&&(jt+=`translateY(${Be}px)`),qt.transform=jt.trim(),tn.maxHeight&&(ce?qt.maxHeight=(0,H.a1)(tn.maxHeight):Rt&&(qt.maxHeight="")),tn.maxWidth&&(ce?qt.maxWidth=(0,H.a1)(tn.maxWidth):Rt&&(qt.maxWidth="")),K(this._pane.style,qt)}_getExactOverlayY(vt,Wt,qt){let ce={top:"",bottom:""},Rt=this._getOverlayPoint(Wt,this._overlayRect,vt);return this._isPushed&&(Rt=this._pushOverlayOnScreen(Rt,this._overlayRect,qt)),"bottom"===vt.overlayY?ce.bottom=this._document.documentElement.clientHeight-(Rt.y+this._overlayRect.height)+"px":ce.top=(0,H.a1)(Rt.y),ce}_getExactOverlayX(vt,Wt,qt){let tn,ce={left:"",right:""},Rt=this._getOverlayPoint(Wt,this._overlayRect,vt);return this._isPushed&&(Rt=this._pushOverlayOnScreen(Rt,this._overlayRect,qt)),tn=this._isRtl()?"end"===vt.overlayX?"left":"right":"end"===vt.overlayX?"right":"left","right"===tn?ce.right=this._document.documentElement.clientWidth-(Rt.x+this._overlayRect.width)+"px":ce.left=(0,H.a1)(Rt.x),ce}_getScrollVisibility(){const vt=this._getOriginRect(),Wt=this._pane.getBoundingClientRect(),qt=this._scrollables.map(ce=>ce.getElementRef().nativeElement.getBoundingClientRect());return{isOriginClipped:Pt(vt,qt),isOriginOutsideView:fe(vt,qt),isOverlayClipped:Pt(Wt,qt),isOverlayOutsideView:fe(Wt,qt)}}_subtractOverflows(vt,...Wt){return Wt.reduce((qt,ce)=>qt-Math.max(ce,0),vt)}_getNarrowedViewportRect(){const vt=this._document.documentElement.clientWidth,Wt=this._document.documentElement.clientHeight,qt=this._viewportRuler.getViewportScrollPosition();return{top:qt.top+this._viewportMargin,left:qt.left+this._viewportMargin,right:qt.left+vt-this._viewportMargin,bottom:qt.top+Wt-this._viewportMargin,width:vt-2*this._viewportMargin,height:Wt-2*this._viewportMargin}}_isRtl(){return"rtl"===this._overlayRef.getDirection()}_hasExactPosition(){return!this._hasFlexibleDimensions||this._isPushed}_getOffset(vt,Wt){return"x"===Wt?null==vt.offsetX?this._offsetX:vt.offsetX:null==vt.offsetY?this._offsetY:vt.offsetY}_validatePositions(){}_addPanelClasses(vt){this._pane&&(0,H.FG)(vt).forEach(Wt=>{""!==Wt&&-1===this._appliedPanelClasses.indexOf(Wt)&&(this._appliedPanelClasses.push(Wt),this._pane.classList.add(Wt))})}_clearPanelClasses(){this._pane&&(this._appliedPanelClasses.forEach(vt=>{this._pane.classList.remove(vt)}),this._appliedPanelClasses=[])}_getOriginRect(){const vt=this._origin;if(vt instanceof r.aKT)return vt.nativeElement.getBoundingClientRect();if(vt instanceof Element)return vt.getBoundingClientRect();const Wt=vt.width||0,qt=vt.height||0;return{top:vt.y,bottom:vt.y+qt,left:vt.x,right:vt.x+Wt,height:qt,width:Wt}}}function K(Ne,vt){for(let Wt in vt)vt.hasOwnProperty(Wt)&&(Ne[Wt]=vt[Wt]);return Ne}function Lt(Ne){if("number"!=typeof Ne&&null!=Ne){const[vt,Wt]=Ne.split(ot);return Wt&&"px"!==Wt?null:parseFloat(vt)}return Ne||null}function lt(Ne){return{top:Math.floor(Ne.top),right:Math.floor(Ne.right),bottom:Math.floor(Ne.bottom),left:Math.floor(Ne.left),width:Math.floor(Ne.width),height:Math.floor(Ne.height)}}const xe="cdk-global-overlay-wrapper";class Ae{constructor(){this._cssPosition="static",this._topOffset="",this._bottomOffset="",this._alignItems="",this._xPosition="",this._xOffset="",this._width="",this._height="",this._isDisposed=!1}attach(vt){const Wt=vt.getConfig();this._overlayRef=vt,this._width&&!Wt.width&&vt.updateSize({width:this._width}),this._height&&!Wt.height&&vt.updateSize({height:this._height}),vt.hostElement.classList.add(xe),this._isDisposed=!1}top(vt=""){return this._bottomOffset="",this._topOffset=vt,this._alignItems="flex-start",this}left(vt=""){return this._xOffset=vt,this._xPosition="left",this}bottom(vt=""){return this._topOffset="",this._bottomOffset=vt,this._alignItems="flex-end",this}right(vt=""){return this._xOffset=vt,this._xPosition="right",this}start(vt=""){return this._xOffset=vt,this._xPosition="start",this}end(vt=""){return this._xOffset=vt,this._xPosition="end",this}width(vt=""){return this._overlayRef?this._overlayRef.updateSize({width:vt}):this._width=vt,this}height(vt=""){return this._overlayRef?this._overlayRef.updateSize({height:vt}):this._height=vt,this}centerHorizontally(vt=""){return this.left(vt),this._xPosition="center",this}centerVertically(vt=""){return this.top(vt),this._alignItems="center",this}apply(){if(!this._overlayRef||!this._overlayRef.hasAttached())return;const vt=this._overlayRef.overlayElement.style,Wt=this._overlayRef.hostElement.style,qt=this._overlayRef.getConfig(),{width:ce,height:Rt,maxWidth:tn,maxHeight:jt}=qt,Ce=!("100%"!==ce&&"100vw"!==ce||tn&&"100%"!==tn&&"100vw"!==tn),Be=!("100%"!==Rt&&"100vh"!==Rt||jt&&"100%"!==jt&&"100vh"!==jt),Ge=this._xPosition,mn=this._xOffset,En="rtl"===this._overlayRef.getConfig().direction;let kn="",Te="",An="";Ce?An="flex-start":"center"===Ge?(An="center",En?Te=mn:kn=mn):En?"left"===Ge||"end"===Ge?(An="flex-end",kn=mn):("right"===Ge||"start"===Ge)&&(An="flex-start",Te=mn):"left"===Ge||"start"===Ge?(An="flex-start",kn=mn):("right"===Ge||"end"===Ge)&&(An="flex-end",Te=mn),vt.position=this._cssPosition,vt.marginLeft=Ce?"0":kn,vt.marginTop=Be?"0":this._topOffset,vt.marginBottom=this._bottomOffset,vt.marginRight=Ce?"0":Te,Wt.justifyContent=An,Wt.alignItems=Be?"flex-start":this._alignItems}dispose(){if(this._isDisposed||!this._overlayRef)return;const vt=this._overlayRef.overlayElement.style,Wt=this._overlayRef.hostElement,qt=Wt.style;Wt.classList.remove(xe),qt.justifyContent=qt.alignItems=vt.marginTop=vt.marginBottom=vt.marginLeft=vt.marginRight=vt.position="",this._overlayRef=null,this._isDisposed=!0}}let de=(()=>{class Ne{constructor(Wt,qt,ce,Rt){this._viewportRuler=Wt,this._document=qt,this._platform=ce,this._overlayContainer=Rt}global(){return new Ae}flexibleConnectedTo(Wt){return new _t(Wt,this._viewportRuler,this._document,this._platform,this._overlayContainer)}static{this.\u0275fac=function(qt){return new(qt||Ne)(r.KVO(n.Xj),r.KVO(i.qQ),r.KVO(g.OD),r.KVO(Fe))}}static{this.\u0275prov=r.jDH({token:Ne,factory:Ne.\u0275fac,providedIn:"root"})}}return Ne})(),q=0,X=(()=>{class Ne{constructor(Wt,qt,ce,Rt,tn,jt,Ce,Be,Ge,mn,En,kn){this.scrollStrategies=Wt,this._overlayContainer=qt,this._componentFactoryResolver=ce,this._positionBuilder=Rt,this._keyboardDispatcher=tn,this._injector=jt,this._ngZone=Ce,this._document=Be,this._directionality=Ge,this._location=mn,this._outsideClickDispatcher=En,this._animationsModuleType=kn}create(Wt){const qt=this._createHostElement(),ce=this._createPaneElement(qt),Rt=this._createPortalOutlet(ce),tn=new It(Wt);return tn.direction=tn.direction||this._directionality.value,new zn(Rt,qt,ce,tn,this._ngZone,this._keyboardDispatcher,this._document,this._location,this._outsideClickDispatcher,"NoopAnimations"===this._animationsModuleType,this._injector.get(r.uvJ))}position(){return this._positionBuilder}_createPaneElement(Wt){const qt=this._document.createElement("div");return qt.id="cdk-overlay-"+q++,qt.classList.add("cdk-overlay-pane"),Wt.appendChild(qt),qt}_createHostElement(){const Wt=this._document.createElement("div");return this._overlayContainer.getContainerElement().appendChild(Wt),Wt}_createPortalOutlet(Wt){return this._appRef||(this._appRef=this._injector.get(r.o8S)),new et.aI(Wt,this._componentFactoryResolver,this._appRef,this._injector,this._document)}static{this.\u0275fac=function(qt){return new(qt||Ne)(r.KVO(rt),r.KVO(Fe),r.KVO(r.OM3),r.KVO(de),r.KVO(Ve),r.KVO(r.zZn),r.KVO(r.SKi),r.KVO(i.qQ),r.KVO(J.dS),r.KVO(i.aZ),r.KVO(on),r.KVO(r.bc$,8))}}static{this.\u0275prov=r.jDH({token:Ne,factory:Ne.\u0275fac,providedIn:"root"})}}return Ne})();const Tt=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],ie=new r.nKC("cdk-connected-overlay-scroll-strategy",{providedIn:"root",factory:()=>{const Ne=(0,r.WQX)(X);return()=>Ne.scrollStrategies.reposition()}});let yt=(()=>{class Ne{constructor(Wt){this.elementRef=Wt}static{this.\u0275fac=function(qt){return new(qt||Ne)(r.rXU(r.aKT))}}static{this.\u0275dir=r.FsC({type:Ne,selectors:[["","cdk-overlay-origin",""],["","overlay-origin",""],["","cdkOverlayOrigin",""]],exportAs:["cdkOverlayOrigin"],standalone:!0})}}return Ne})(),ne=(()=>{class Ne{get offsetX(){return this._offsetX}set offsetX(Wt){this._offsetX=Wt,this._position&&this._updatePositionStrategy(this._position)}get offsetY(){return this._offsetY}set offsetY(Wt){this._offsetY=Wt,this._position&&this._updatePositionStrategy(this._position)}get disposeOnNavigation(){return this._disposeOnNavigation}set disposeOnNavigation(Wt){this._disposeOnNavigation=Wt}constructor(Wt,qt,ce,Rt,tn){this._overlay=Wt,this._dir=tn,this._backdropSubscription=Ot.yU.EMPTY,this._attachSubscription=Ot.yU.EMPTY,this._detachSubscription=Ot.yU.EMPTY,this._positionSubscription=Ot.yU.EMPTY,this._disposeOnNavigation=!1,this._ngZone=(0,r.WQX)(r.SKi),this.viewportMargin=0,this.open=!1,this.disableClose=!1,this.hasBackdrop=!1,this.lockPosition=!1,this.flexibleDimensions=!1,this.growAfterOpen=!1,this.push=!1,this.backdropClick=new r.bkB,this.positionChange=new r.bkB,this.attach=new r.bkB,this.detach=new r.bkB,this.overlayKeydown=new r.bkB,this.overlayOutsideClick=new r.bkB,this._templatePortal=new et.VA(qt,ce),this._scrollStrategyFactory=Rt,this.scrollStrategy=this._scrollStrategyFactory()}get overlayRef(){return this._overlayRef}get dir(){return this._dir?this._dir.value:"ltr"}ngOnDestroy(){this._attachSubscription.unsubscribe(),this._detachSubscription.unsubscribe(),this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this._overlayRef&&this._overlayRef.dispose()}ngOnChanges(Wt){this._position&&(this._updatePositionStrategy(this._position),this._overlayRef.updateSize({width:this.width,minWidth:this.minWidth,height:this.height,minHeight:this.minHeight}),Wt.origin&&this.open&&this._position.apply()),Wt.open&&(this.open?this._attachOverlay():this._detachOverlay())}_createOverlay(){(!this.positions||!this.positions.length)&&(this.positions=Tt);const Wt=this._overlayRef=this._overlay.create(this._buildConfig());this._attachSubscription=Wt.attachments().subscribe(()=>this.attach.emit()),this._detachSubscription=Wt.detachments().subscribe(()=>this.detach.emit()),Wt.keydownEvents().subscribe(qt=>{this.overlayKeydown.next(qt),qt.keyCode===kt._f&&!this.disableClose&&!(0,kt.rp)(qt)&&(qt.preventDefault(),this._detachOverlay())}),this._overlayRef.outsidePointerEvents().subscribe(qt=>{const ce=this._getOriginElement(),Rt=(0,g.Fb)(qt);(!ce||ce!==Rt&&!ce.contains(Rt))&&this.overlayOutsideClick.next(qt)})}_buildConfig(){const Wt=this._position=this.positionStrategy||this._createPositionStrategy(),qt=new It({direction:this._dir,positionStrategy:Wt,scrollStrategy:this.scrollStrategy,hasBackdrop:this.hasBackdrop,disposeOnNavigation:this.disposeOnNavigation});return(this.width||0===this.width)&&(qt.width=this.width),(this.height||0===this.height)&&(qt.height=this.height),(this.minWidth||0===this.minWidth)&&(qt.minWidth=this.minWidth),(this.minHeight||0===this.minHeight)&&(qt.minHeight=this.minHeight),this.backdropClass&&(qt.backdropClass=this.backdropClass),this.panelClass&&(qt.panelClass=this.panelClass),qt}_updatePositionStrategy(Wt){const qt=this.positions.map(ce=>({originX:ce.originX,originY:ce.originY,overlayX:ce.overlayX,overlayY:ce.overlayY,offsetX:ce.offsetX||this.offsetX,offsetY:ce.offsetY||this.offsetY,panelClass:ce.panelClass||void 0}));return Wt.setOrigin(this._getOrigin()).withPositions(qt).withFlexibleDimensions(this.flexibleDimensions).withPush(this.push).withGrowAfterOpen(this.growAfterOpen).withViewportMargin(this.viewportMargin).withLockedPosition(this.lockPosition).withTransformOriginOn(this.transformOriginSelector)}_createPositionStrategy(){const Wt=this._overlay.position().flexibleConnectedTo(this._getOrigin());return this._updatePositionStrategy(Wt),Wt}_getOrigin(){return this.origin instanceof yt?this.origin.elementRef:this.origin}_getOriginElement(){return this.origin instanceof yt?this.origin.elementRef.nativeElement:this.origin instanceof r.aKT?this.origin.nativeElement:typeof Element<"u"&&this.origin instanceof Element?this.origin:null}_attachOverlay(){this._overlayRef?this._overlayRef.getConfig().hasBackdrop=this.hasBackdrop:this._createOverlay(),this._overlayRef.hasAttached()||this._overlayRef.attach(this._templatePortal),this.hasBackdrop?this._backdropSubscription=this._overlayRef.backdropClick().subscribe(Wt=>{this.backdropClick.emit(Wt)}):this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this.positionChange.observers.length>0&&(this._positionSubscription=this._position.positionChanges.pipe((0,st.v)(()=>this.positionChange.observers.length>0)).subscribe(Wt=>{this._ngZone.run(()=>this.positionChange.emit(Wt)),0===this.positionChange.observers.length&&this._positionSubscription.unsubscribe()}))}_detachOverlay(){this._overlayRef&&this._overlayRef.detach(),this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe()}static{this.\u0275fac=function(qt){return new(qt||Ne)(r.rXU(X),r.rXU(r.C4Q),r.rXU(r.c1b),r.rXU(ie),r.rXU(J.dS,8))}}static{this.\u0275dir=r.FsC({type:Ne,selectors:[["","cdk-connected-overlay",""],["","connected-overlay",""],["","cdkConnectedOverlay",""]],inputs:{origin:[0,"cdkConnectedOverlayOrigin","origin"],positions:[0,"cdkConnectedOverlayPositions","positions"],positionStrategy:[0,"cdkConnectedOverlayPositionStrategy","positionStrategy"],offsetX:[0,"cdkConnectedOverlayOffsetX","offsetX"],offsetY:[0,"cdkConnectedOverlayOffsetY","offsetY"],width:[0,"cdkConnectedOverlayWidth","width"],height:[0,"cdkConnectedOverlayHeight","height"],minWidth:[0,"cdkConnectedOverlayMinWidth","minWidth"],minHeight:[0,"cdkConnectedOverlayMinHeight","minHeight"],backdropClass:[0,"cdkConnectedOverlayBackdropClass","backdropClass"],panelClass:[0,"cdkConnectedOverlayPanelClass","panelClass"],viewportMargin:[0,"cdkConnectedOverlayViewportMargin","viewportMargin"],scrollStrategy:[0,"cdkConnectedOverlayScrollStrategy","scrollStrategy"],open:[0,"cdkConnectedOverlayOpen","open"],disableClose:[0,"cdkConnectedOverlayDisableClose","disableClose"],transformOriginSelector:[0,"cdkConnectedOverlayTransformOriginOn","transformOriginSelector"],hasBackdrop:[2,"cdkConnectedOverlayHasBackdrop","hasBackdrop",r.L39],lockPosition:[2,"cdkConnectedOverlayLockPosition","lockPosition",r.L39],flexibleDimensions:[2,"cdkConnectedOverlayFlexibleDimensions","flexibleDimensions",r.L39],growAfterOpen:[2,"cdkConnectedOverlayGrowAfterOpen","growAfterOpen",r.L39],push:[2,"cdkConnectedOverlayPush","push",r.L39],disposeOnNavigation:[2,"cdkConnectedOverlayDisposeOnNavigation","disposeOnNavigation",r.L39]},outputs:{backdropClick:"backdropClick",positionChange:"positionChange",attach:"attach",detach:"detach",overlayKeydown:"overlayKeydown",overlayOutsideClick:"overlayOutsideClick"},exportAs:["cdkConnectedOverlay"],standalone:!0,features:[r.GFd,r.OA$]})}}return Ne})();const Xe={provide:ie,deps:[X],useFactory:function Re(Ne){return()=>Ne.scrollStrategies.reposition()}};let Oe=(()=>{class Ne{static{this.\u0275fac=function(qt){return new(qt||Ne)}}static{this.\u0275mod=r.$C({type:Ne})}static{this.\u0275inj=r.G2t({providers:[X,Xe],imports:[J.jI,et.jc,n.E9,n.E9]})}}return Ne})()},6860:($e,Gt,c)=>{c.d(Gt,{BD:()=>Xt,BQ:()=>mt,CZ:()=>zt,Fb:()=>Pt,IK:()=>g,KT:()=>Jt,MU:()=>st,OD:()=>H,r5:()=>Ot,v8:()=>Et,vc:()=>fe});var n=c(4438),i=c(177);let r;try{r=typeof Intl<"u"&&Intl.v8BreakIterator}catch{r=!1}let Z,H=(()=>{class rt{constructor(xt){this._platformId=xt,this.isBrowser=this._platformId?(0,i.UE)(this._platformId):"object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!r)&&typeof CSS<"u"&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window),this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}static{this.\u0275fac=function(dt){return new(dt||rt)(n.KVO(n.Agw))}}static{this.\u0275prov=n.jDH({token:rt,factory:rt.\u0275fac,providedIn:"root"})}}return rt})(),g=(()=>{class rt{static{this.\u0275fac=function(dt){return new(dt||rt)}}static{this.\u0275mod=n.$C({type:rt})}static{this.\u0275inj=n.G2t({})}}return rt})();const tt=["color","button","checkbox","date","datetime-local","email","file","hidden","image","month","number","password","radio","range","reset","search","submit","tel","text","time","url","week"];function st(){if(Z)return Z;if("object"!=typeof document||!document)return Z=new Set(tt),Z;let rt=document.createElement("input");return Z=new Set(tt.filter(It=>(rt.setAttribute("type",It),rt.type===It))),Z}let J;function mt(rt){return function et(){if(null==J&&typeof window<"u")try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:()=>J=!0}))}finally{J=J||!1}return J}()?rt:!!rt.capture}var Ot=function(rt){return rt[rt.NORMAL=0]="NORMAL",rt[rt.NEGATED=1]="NEGATED",rt[rt.INVERTED=2]="INVERTED",rt}(Ot||{});let gt,kt,pt;function zt(){if(null==kt){if("object"!=typeof document||!document||"function"!=typeof Element||!Element)return kt=!1,kt;if("scrollBehavior"in document.documentElement.style)kt=!0;else{const rt=Element.prototype.scrollTo;kt=!!rt&&!/\{\s*\[native code\]\s*\}/.test(rt.toString())}}return kt}function Xt(){if("object"!=typeof document||!document)return Ot.NORMAL;if(null==gt){const rt=document.createElement("div"),It=rt.style;rt.dir="rtl",It.width="1px",It.overflow="auto",It.visibility="hidden",It.pointerEvents="none",It.position="absolute";const xt=document.createElement("div"),dt=xt.style;dt.width="2px",dt.height="1px",rt.appendChild(xt),document.body.appendChild(rt),gt=Ot.NORMAL,0===rt.scrollLeft&&(rt.scrollLeft=1,gt=0===rt.scrollLeft?Ot.NEGATED:Ot.INVERTED),rt.remove()}return gt}function Jt(rt){if(function Kt(){if(null==pt){const rt=typeof document<"u"?document.head:null;pt=!(!rt||!rt.createShadowRoot&&!rt.attachShadow)}return pt}()){const It=rt.getRootNode?rt.getRootNode():null;if(typeof ShadowRoot<"u"&&ShadowRoot&&It instanceof ShadowRoot)return It}return null}function fe(){let rt=typeof document<"u"&&document?document.activeElement:null;for(;rt&&rt.shadowRoot;){const It=rt.shadowRoot.activeElement;if(It===rt)break;rt=It}return rt}function Pt(rt){return rt.composedPath?rt.composedPath()[0]:rt.target}function Et(){return typeof __karma__<"u"&&!!__karma__||typeof jasmine<"u"&&!!jasmine||typeof jest<"u"&&!!jest||typeof Mocha<"u"&&!!Mocha}},6939:($e,Gt,c)=>{c.d(Gt,{A8:()=>et,I3:()=>Jt,VA:()=>mt,aI:()=>zt,bV:()=>pt,jc:()=>Pt,lb:()=>gt});var n=c(4438),i=c(177);class J{attach(It){return this._attachedHost=It,It.attach(this)}detach(){let It=this._attachedHost;null!=It&&(this._attachedHost=null,It.detach())}get isAttached(){return null!=this._attachedHost}setAttachedHost(It){this._attachedHost=It}}class et extends J{constructor(It,xt,dt,Vt,it){super(),this.component=It,this.viewContainerRef=xt,this.injector=dt,this.componentFactoryResolver=Vt,this.projectableNodes=it}}class mt extends J{constructor(It,xt,dt,Vt){super(),this.templateRef=It,this.viewContainerRef=xt,this.context=dt,this.injector=Vt}get origin(){return this.templateRef.elementRef}attach(It,xt=this.context){return this.context=xt,super.attach(It)}detach(){return this.context=void 0,super.detach()}}class Ot extends J{constructor(It){super(),this.element=It instanceof n.aKT?It.nativeElement:It}}class gt{constructor(){this._isDisposed=!1,this.attachDomPortal=null}hasAttached(){return!!this._attachedPortal}attach(It){return It instanceof et?(this._attachedPortal=It,this.attachComponentPortal(It)):It instanceof mt?(this._attachedPortal=It,this.attachTemplatePortal(It)):this.attachDomPortal&&It instanceof Ot?(this._attachedPortal=It,this.attachDomPortal(It)):void 0}detach(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()}dispose(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0}setDisposeFn(It){this._disposeFn=It}_invokeDisposeFn(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)}}class zt extends gt{constructor(It,xt,dt,Vt,it){super(),this.outletElement=It,this._componentFactoryResolver=xt,this._appRef=dt,this._defaultInjector=Vt,this.attachDomPortal=Bt=>{const re=Bt.element,Ve=this._document.createComment("dom-portal");re.parentNode.insertBefore(Ve,re),this.outletElement.appendChild(re),this._attachedPortal=Bt,super.setDisposeFn(()=>{Ve.parentNode&&Ve.parentNode.replaceChild(re,Ve)})},this._document=it}attachComponentPortal(It){const dt=(It.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(It.component);let Vt;return It.viewContainerRef?(Vt=It.viewContainerRef.createComponent(dt,It.viewContainerRef.length,It.injector||It.viewContainerRef.injector,It.projectableNodes||void 0),this.setDisposeFn(()=>Vt.destroy())):(Vt=dt.create(It.injector||this._defaultInjector||n.zZn.NULL),this._appRef.attachView(Vt.hostView),this.setDisposeFn(()=>{this._appRef.viewCount>0&&this._appRef.detachView(Vt.hostView),Vt.destroy()})),this.outletElement.appendChild(this._getComponentRootNode(Vt)),this._attachedPortal=It,Vt}attachTemplatePortal(It){let xt=It.viewContainerRef,dt=xt.createEmbeddedView(It.templateRef,It.context,{injector:It.injector});return dt.rootNodes.forEach(Vt=>this.outletElement.appendChild(Vt)),dt.detectChanges(),this.setDisposeFn(()=>{let Vt=xt.indexOf(dt);-1!==Vt&&xt.remove(Vt)}),this._attachedPortal=It,dt}dispose(){super.dispose(),this.outletElement.remove()}_getComponentRootNode(It){return It.hostView.rootNodes[0]}}let pt=(()=>{class rt extends mt{constructor(xt,dt){super(xt,dt)}static{this.\u0275fac=function(dt){return new(dt||rt)(n.rXU(n.C4Q),n.rXU(n.c1b))}}static{this.\u0275dir=n.FsC({type:rt,selectors:[["","cdkPortal",""]],exportAs:["cdkPortal"],standalone:!0,features:[n.Vt3]})}}return rt})(),Jt=(()=>{class rt extends gt{constructor(xt,dt,Vt){super(),this._componentFactoryResolver=xt,this._viewContainerRef=dt,this._isInitialized=!1,this.attached=new n.bkB,this.attachDomPortal=it=>{const Bt=it.element,re=this._document.createComment("dom-portal");it.setAttachedHost(this),Bt.parentNode.insertBefore(re,Bt),this._getRootNode().appendChild(Bt),this._attachedPortal=it,super.setDisposeFn(()=>{re.parentNode&&re.parentNode.replaceChild(Bt,re)})},this._document=Vt}get portal(){return this._attachedPortal}set portal(xt){this.hasAttached()&&!xt&&!this._isInitialized||(this.hasAttached()&&super.detach(),xt&&super.attach(xt),this._attachedPortal=xt||null)}get attachedRef(){return this._attachedRef}ngOnInit(){this._isInitialized=!0}ngOnDestroy(){super.dispose(),this._attachedRef=this._attachedPortal=null}attachComponentPortal(xt){xt.setAttachedHost(this);const dt=null!=xt.viewContainerRef?xt.viewContainerRef:this._viewContainerRef,it=(xt.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(xt.component),Bt=dt.createComponent(it,dt.length,xt.injector||dt.injector,xt.projectableNodes||void 0);return dt!==this._viewContainerRef&&this._getRootNode().appendChild(Bt.hostView.rootNodes[0]),super.setDisposeFn(()=>Bt.destroy()),this._attachedPortal=xt,this._attachedRef=Bt,this.attached.emit(Bt),Bt}attachTemplatePortal(xt){xt.setAttachedHost(this);const dt=this._viewContainerRef.createEmbeddedView(xt.templateRef,xt.context,{injector:xt.injector});return super.setDisposeFn(()=>this._viewContainerRef.clear()),this._attachedPortal=xt,this._attachedRef=dt,this.attached.emit(dt),dt}_getRootNode(){const xt=this._viewContainerRef.element.nativeElement;return xt.nodeType===xt.ELEMENT_NODE?xt:xt.parentNode}static{this.\u0275fac=function(dt){return new(dt||rt)(n.rXU(n.OM3),n.rXU(n.c1b),n.rXU(i.qQ))}}static{this.\u0275dir=n.FsC({type:rt,selectors:[["","cdkPortalOutlet",""]],inputs:{portal:[0,"cdkPortalOutlet","portal"]},outputs:{attached:"attached"},exportAs:["cdkPortalOutlet"],standalone:!0,features:[n.Vt3]})}}return rt})(),Pt=(()=>{class rt{static{this.\u0275fac=function(dt){return new(dt||rt)}}static{this.\u0275mod=n.$C({type:rt})}static{this.\u0275inj=n.G2t({})}}return rt})()},5478:($e,Gt,c)=>{c.d(Gt,{E9:()=>ht,Gj:()=>zn,R:()=>Et,Xj:()=>xt,uv:()=>rt});var n=c(4085),i=c(4438),r=c(1413),H=c(7673),g=c(1985),Z=c(3726),J=(c(536),c(5007),c(3798)),et=c(5964),mt=c(6977),Ot=c(6860),gt=c(177),kt=c(8203);let Et=(()=>{class ot{constructor(K,Lt,lt){this._ngZone=K,this._platform=Lt,this._scrolled=new r.B,this._globalSubscription=null,this._scrolledCount=0,this.scrollContainers=new Map,this._document=lt}register(K){this.scrollContainers.has(K)||this.scrollContainers.set(K,K.elementScrolled().subscribe(()=>this._scrolled.next(K)))}deregister(K){const Lt=this.scrollContainers.get(K);Lt&&(Lt.unsubscribe(),this.scrollContainers.delete(K))}scrolled(K=20){return this._platform.isBrowser?new g.c(Lt=>{this._globalSubscription||this._addGlobalListener();const lt=K>0?this._scrolled.pipe((0,J.Z)(K)).subscribe(Lt):this._scrolled.subscribe(Lt);return this._scrolledCount++,()=>{lt.unsubscribe(),this._scrolledCount--,this._scrolledCount||this._removeGlobalListener()}}):(0,H.of)()}ngOnDestroy(){this._removeGlobalListener(),this.scrollContainers.forEach((K,Lt)=>this.deregister(Lt)),this._scrolled.complete()}ancestorScrolled(K,Lt){const lt=this.getAncestorScrollContainers(K);return this.scrolled(Lt).pipe((0,et.p)(Ut=>!Ut||lt.indexOf(Ut)>-1))}getAncestorScrollContainers(K){const Lt=[];return this.scrollContainers.forEach((lt,Ut)=>{this._scrollableContainsElement(Ut,K)&&Lt.push(Ut)}),Lt}_getWindow(){return this._document.defaultView||window}_scrollableContainsElement(K,Lt){let lt=(0,n.i8)(Lt),Ut=K.getElementRef().nativeElement;do{if(lt==Ut)return!0}while(lt=lt.parentElement);return!1}_addGlobalListener(){this._globalSubscription=this._ngZone.runOutsideAngular(()=>{const K=this._getWindow();return(0,Z.R)(K.document,"scroll").subscribe(()=>this._scrolled.next())})}_removeGlobalListener(){this._globalSubscription&&(this._globalSubscription.unsubscribe(),this._globalSubscription=null)}static{this.\u0275fac=function(Lt){return new(Lt||ot)(i.KVO(i.SKi),i.KVO(Ot.OD),i.KVO(gt.qQ,8))}}static{this.\u0275prov=i.jDH({token:ot,factory:ot.\u0275fac,providedIn:"root"})}}return ot})(),rt=(()=>{class ot{constructor(K,Lt,lt,Ut){this.elementRef=K,this.scrollDispatcher=Lt,this.ngZone=lt,this.dir=Ut,this._destroyed=new r.B,this._elementScrolled=new g.c(ke=>this.ngZone.runOutsideAngular(()=>(0,Z.R)(this.elementRef.nativeElement,"scroll").pipe((0,mt.Q)(this._destroyed)).subscribe(ke)))}ngOnInit(){this.scrollDispatcher.register(this)}ngOnDestroy(){this.scrollDispatcher.deregister(this),this._destroyed.next(),this._destroyed.complete()}elementScrolled(){return this._elementScrolled}getElementRef(){return this.elementRef}scrollTo(K){const Lt=this.elementRef.nativeElement,lt=this.dir&&"rtl"==this.dir.value;null==K.left&&(K.left=lt?K.end:K.start),null==K.right&&(K.right=lt?K.start:K.end),null!=K.bottom&&(K.top=Lt.scrollHeight-Lt.clientHeight-K.bottom),lt&&(0,Ot.BD)()!=Ot.r5.NORMAL?(null!=K.left&&(K.right=Lt.scrollWidth-Lt.clientWidth-K.left),(0,Ot.BD)()==Ot.r5.INVERTED?K.left=K.right:(0,Ot.BD)()==Ot.r5.NEGATED&&(K.left=K.right?-K.right:K.right)):null!=K.right&&(K.left=Lt.scrollWidth-Lt.clientWidth-K.right),this._applyScrollToOptions(K)}_applyScrollToOptions(K){const Lt=this.elementRef.nativeElement;(0,Ot.CZ)()?Lt.scrollTo(K):(null!=K.top&&(Lt.scrollTop=K.top),null!=K.left&&(Lt.scrollLeft=K.left))}measureScrollOffset(K){const Lt="left",Ut=this.elementRef.nativeElement;if("top"==K)return Ut.scrollTop;if("bottom"==K)return Ut.scrollHeight-Ut.clientHeight-Ut.scrollTop;const ke=this.dir&&"rtl"==this.dir.value;return"start"==K?K=ke?"right":Lt:"end"==K&&(K=ke?Lt:"right"),ke&&(0,Ot.BD)()==Ot.r5.INVERTED?K==Lt?Ut.scrollWidth-Ut.clientWidth-Ut.scrollLeft:Ut.scrollLeft:ke&&(0,Ot.BD)()==Ot.r5.NEGATED?K==Lt?Ut.scrollLeft+Ut.scrollWidth-Ut.clientWidth:-Ut.scrollLeft:K==Lt?Ut.scrollLeft:Ut.scrollWidth-Ut.clientWidth-Ut.scrollLeft}static{this.\u0275fac=function(Lt){return new(Lt||ot)(i.rXU(i.aKT),i.rXU(Et),i.rXU(i.SKi),i.rXU(kt.dS,8))}}static{this.\u0275dir=i.FsC({type:ot,selectors:[["","cdk-scrollable",""],["","cdkScrollable",""]],standalone:!0})}}return ot})(),xt=(()=>{class ot{constructor(K,Lt,lt){this._platform=K,this._change=new r.B,this._changeListener=Ut=>{this._change.next(Ut)},this._document=lt,Lt.runOutsideAngular(()=>{if(K.isBrowser){const Ut=this._getWindow();Ut.addEventListener("resize",this._changeListener),Ut.addEventListener("orientationchange",this._changeListener)}this.change().subscribe(()=>this._viewportSize=null)})}ngOnDestroy(){if(this._platform.isBrowser){const K=this._getWindow();K.removeEventListener("resize",this._changeListener),K.removeEventListener("orientationchange",this._changeListener)}this._change.complete()}getViewportSize(){this._viewportSize||this._updateViewportSize();const K={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),K}getViewportRect(){const K=this.getViewportScrollPosition(),{width:Lt,height:lt}=this.getViewportSize();return{top:K.top,left:K.left,bottom:K.top+lt,right:K.left+Lt,height:lt,width:Lt}}getViewportScrollPosition(){if(!this._platform.isBrowser)return{top:0,left:0};const K=this._document,Lt=this._getWindow(),lt=K.documentElement,Ut=lt.getBoundingClientRect();return{top:-Ut.top||K.body.scrollTop||Lt.scrollY||lt.scrollTop||0,left:-Ut.left||K.body.scrollLeft||Lt.scrollX||lt.scrollLeft||0}}change(K=20){return K>0?this._change.pipe((0,J.Z)(K)):this._change}_getWindow(){return this._document.defaultView||window}_updateViewportSize(){const K=this._getWindow();this._viewportSize=this._platform.isBrowser?{width:K.innerWidth,height:K.innerHeight}:{width:0,height:0}}static{this.\u0275fac=function(Lt){return new(Lt||ot)(i.KVO(Ot.OD),i.KVO(i.SKi),i.KVO(gt.qQ,8))}}static{this.\u0275prov=i.jDH({token:ot,factory:ot.\u0275fac,providedIn:"root"})}}return ot})(),zn=(()=>{class ot{static{this.\u0275fac=function(Lt){return new(Lt||ot)}}static{this.\u0275mod=i.$C({type:ot})}static{this.\u0275inj=i.G2t({})}}return ot})(),ht=(()=>{class ot{static{this.\u0275fac=function(Lt){return new(Lt||ot)}}static{this.\u0275mod=i.$C({type:ot})}static{this.\u0275inj=i.G2t({imports:[kt.jI,zn,kt.jI,zn]})}}return ot})()},177:($e,Gt,c)=>{c.d(Gt,{AJ:()=>t0,B3:()=>da,EO:()=>wa,Jj:()=>Oo,MD:()=>yo,N0:()=>n0,P9:()=>Mo,QT:()=>H,Sm:()=>pt,Sq:()=>V,T3:()=>za,UE:()=>B0,VF:()=>Z,Vy:()=>Po,Xr:()=>Q0,YU:()=>Ta,Yq:()=>tn,ZD:()=>g,_b:()=>ca,aZ:()=>Jt,bT:()=>D,e1:()=>Wn,fw:()=>Kt,hb:()=>zt,hj:()=>et,jo:()=>Ho,kt:()=>hi,pM:()=>V,qQ:()=>st,ux:()=>un,vh:()=>Qa}),c(467);var i=c(4438);let r=null;function H(){return r}function g(M){r??=M}class Z{}const st=new i.nKC("");let J=(()=>{class M{historyGo(C){throw new Error("")}static{this.\u0275fac=function(R){return new(R||M)}}static{this.\u0275prov=i.jDH({token:M,factory:()=>(0,i.WQX)(mt),providedIn:"platform"})}}return M})();const et=new i.nKC("");let mt=(()=>{class M extends J{constructor(){super(),this._doc=(0,i.WQX)(st),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return H().getBaseHref(this._doc)}onPopState(C){const R=H().getGlobalEventTarget(this._doc,"window");return R.addEventListener("popstate",C,!1),()=>R.removeEventListener("popstate",C)}onHashChange(C){const R=H().getGlobalEventTarget(this._doc,"window");return R.addEventListener("hashchange",C,!1),()=>R.removeEventListener("hashchange",C)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(C){this._location.pathname=C}pushState(C,R,Mt){this._history.pushState(C,R,Mt)}replaceState(C,R,Mt){this._history.replaceState(C,R,Mt)}forward(){this._history.forward()}back(){this._history.back()}historyGo(C=0){this._history.go(C)}getState(){return this._history.state}static{this.\u0275fac=function(R){return new(R||M)}}static{this.\u0275prov=i.jDH({token:M,factory:()=>new M,providedIn:"platform"})}}return M})();function Ot(M,j){if(0==M.length)return j;if(0==j.length)return M;let C=0;return M.endsWith("/")&&C++,j.startsWith("/")&&C++,2==C?M+j.substring(1):1==C?M+j:M+"/"+j}function gt(M){const j=M.match(/#|\?|$/),C=j&&j.index||M.length;return M.slice(0,C-("/"===M[C-1]?1:0))+M.slice(C)}function kt(M){return M&&"?"!==M[0]?"?"+M:M}let zt=(()=>{class M{historyGo(C){throw new Error("")}static{this.\u0275fac=function(R){return new(R||M)}}static{this.\u0275prov=i.jDH({token:M,factory:()=>(0,i.WQX)(pt),providedIn:"root"})}}return M})();const Xt=new i.nKC("");let pt=(()=>{class M extends zt{constructor(C,R){super(),this._platformLocation=C,this._removeListenerFns=[],this._baseHref=R??this._platformLocation.getBaseHrefFromDOM()??(0,i.WQX)(st).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(C){this._removeListenerFns.push(this._platformLocation.onPopState(C),this._platformLocation.onHashChange(C))}getBaseHref(){return this._baseHref}prepareExternalUrl(C){return Ot(this._baseHref,C)}path(C=!1){const R=this._platformLocation.pathname+kt(this._platformLocation.search),Mt=this._platformLocation.hash;return Mt&&C?`${R}${Mt}`:R}pushState(C,R,Mt,ye){const Pe=this.prepareExternalUrl(Mt+kt(ye));this._platformLocation.pushState(C,R,Pe)}replaceState(C,R,Mt,ye){const Pe=this.prepareExternalUrl(Mt+kt(ye));this._platformLocation.replaceState(C,R,Pe)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(C=0){this._platformLocation.historyGo?.(C)}static{this.\u0275fac=function(R){return new(R||M)(i.KVO(J),i.KVO(Xt,8))}}static{this.\u0275prov=i.jDH({token:M,factory:M.\u0275fac,providedIn:"root"})}}return M})(),Kt=(()=>{class M extends zt{constructor(C,R){super(),this._platformLocation=C,this._baseHref="",this._removeListenerFns=[],null!=R&&(this._baseHref=R)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(C){this._removeListenerFns.push(this._platformLocation.onPopState(C),this._platformLocation.onHashChange(C))}getBaseHref(){return this._baseHref}path(C=!1){const R=this._platformLocation.hash??"#";return R.length>0?R.substring(1):R}prepareExternalUrl(C){const R=Ot(this._baseHref,C);return R.length>0?"#"+R:R}pushState(C,R,Mt,ye){let Pe=this.prepareExternalUrl(Mt+kt(ye));0==Pe.length&&(Pe=this._platformLocation.pathname),this._platformLocation.pushState(C,R,Pe)}replaceState(C,R,Mt,ye){let Pe=this.prepareExternalUrl(Mt+kt(ye));0==Pe.length&&(Pe=this._platformLocation.pathname),this._platformLocation.replaceState(C,R,Pe)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(C=0){this._platformLocation.historyGo?.(C)}static{this.\u0275fac=function(R){return new(R||M)(i.KVO(J),i.KVO(Xt,8))}}static{this.\u0275prov=i.jDH({token:M,factory:M.\u0275fac})}}return M})(),Jt=(()=>{class M{constructor(C){this._subject=new i.bkB,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=C;const R=this._locationStrategy.getBaseHref();this._basePath=function rt(M){if(new RegExp("^(https?:)?//").test(M)){const[,C]=M.split(/\/\/[^\/]+/);return C}return M}(gt(Et(R))),this._locationStrategy.onPopState(Mt=>{this._subject.emit({url:this.path(!0),pop:!0,state:Mt.state,type:Mt.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(C=!1){return this.normalize(this._locationStrategy.path(C))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(C,R=""){return this.path()==this.normalize(C+kt(R))}normalize(C){return M.stripTrailingSlash(function Pt(M,j){if(!M||!j.startsWith(M))return j;const C=j.substring(M.length);return""===C||["/",";","?","#"].includes(C[0])?C:j}(this._basePath,Et(C)))}prepareExternalUrl(C){return C&&"/"!==C[0]&&(C="/"+C),this._locationStrategy.prepareExternalUrl(C)}go(C,R="",Mt=null){this._locationStrategy.pushState(Mt,"",C,R),this._notifyUrlChangeListeners(this.prepareExternalUrl(C+kt(R)),Mt)}replaceState(C,R="",Mt=null){this._locationStrategy.replaceState(Mt,"",C,R),this._notifyUrlChangeListeners(this.prepareExternalUrl(C+kt(R)),Mt)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(C=0){this._locationStrategy.historyGo?.(C)}onUrlChange(C){return this._urlChangeListeners.push(C),this._urlChangeSubscription??=this.subscribe(R=>{this._notifyUrlChangeListeners(R.url,R.state)}),()=>{const R=this._urlChangeListeners.indexOf(C);this._urlChangeListeners.splice(R,1),0===this._urlChangeListeners.length&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(C="",R){this._urlChangeListeners.forEach(Mt=>Mt(C,R))}subscribe(C,R,Mt){return this._subject.subscribe({next:C,error:R,complete:Mt})}static{this.normalizeQueryParams=kt}static{this.joinWithSlash=Ot}static{this.stripTrailingSlash=gt}static{this.\u0275fac=function(R){return new(R||M)(i.KVO(zt))}}static{this.\u0275prov=i.jDH({token:M,factory:()=>function fe(){return new Jt((0,i.KVO)(zt))}(),providedIn:"root"})}}return M})();function Et(M){return M.replace(/\/index.html$/,"")}var dt=function(M){return M[M.Zero=0]="Zero",M[M.One=1]="One",M[M.Two=2]="Two",M[M.Few=3]="Few",M[M.Many=4]="Many",M[M.Other=5]="Other",M}(dt||{}),Vt=function(M){return M[M.Format=0]="Format",M[M.Standalone=1]="Standalone",M}(Vt||{}),it=function(M){return M[M.Narrow=0]="Narrow",M[M.Abbreviated=1]="Abbreviated",M[M.Wide=2]="Wide",M[M.Short=3]="Short",M}(it||{}),Bt=function(M){return M[M.Short=0]="Short",M[M.Medium=1]="Medium",M[M.Long=2]="Long",M[M.Full=3]="Full",M}(Bt||{});const re={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};function K(M,j){return ne((0,i.H5H)(M)[i.KH2.DateFormat],j)}function Lt(M,j){return ne((0,i.H5H)(M)[i.KH2.TimeFormat],j)}function lt(M,j){return ne((0,i.H5H)(M)[i.KH2.DateTimeFormat],j)}function Ut(M,j){const C=(0,i.H5H)(M),R=C[i.KH2.NumberSymbols][j];if(typeof R>"u"){if(j===re.CurrencyDecimal)return C[i.KH2.NumberSymbols][re.Decimal];if(j===re.CurrencyGroup)return C[i.KH2.NumberSymbols][re.Group]}return R}const q=i.mq5;function X(M){if(!M[i.KH2.ExtraData])throw new Error(`Missing extra locale data for the locale "${M[i.KH2.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function ne(M,j){for(let C=j;C>-1;C--)if(typeof M[C]<"u")return M[C];throw new Error("Locale data API: locale data undefined")}function Re(M){const[j,C]=M.split(":");return{hours:+j,minutes:+C}}const Ne=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,vt={},Wt=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var qt=function(M){return M[M.Short=0]="Short",M[M.ShortGMT=1]="ShortGMT",M[M.Long=2]="Long",M[M.Extended=3]="Extended",M}(qt||{}),ce=function(M){return M[M.FullYear=0]="FullYear",M[M.Month=1]="Month",M[M.Date=2]="Date",M[M.Hours=3]="Hours",M[M.Minutes=4]="Minutes",M[M.Seconds=5]="Seconds",M[M.FractionalSeconds=6]="FractionalSeconds",M[M.Day=7]="Day",M}(ce||{}),Rt=function(M){return M[M.DayPeriods=0]="DayPeriods",M[M.Days=1]="Days",M[M.Months=2]="Months",M[M.Eras=3]="Eras",M}(Rt||{});function tn(M,j,C,R){let Mt=function sn(M){if(Me(M))return M;if("number"==typeof M&&!isNaN(M))return new Date(M);if("string"==typeof M){if(M=M.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(M)){const[Mt,ye=1,Pe=1]=M.split("-").map(fn=>+fn);return jt(Mt,ye-1,Pe)}const C=parseFloat(M);if(!isNaN(M-C))return new Date(C);let R;if(R=M.match(Ne))return function ge(M){const j=new Date(0);let C=0,R=0;const Mt=M[8]?j.setUTCFullYear:j.setFullYear,ye=M[8]?j.setUTCHours:j.setHours;M[9]&&(C=Number(M[9]+M[10]),R=Number(M[9]+M[11])),Mt.call(j,Number(M[1]),Number(M[2])-1,Number(M[3]));const Pe=Number(M[4]||0)-C,fn=Number(M[5]||0)-R,Pn=Number(M[6]||0),Fn=Math.floor(1e3*parseFloat("0."+(M[7]||0)));return ye.call(j,Pe,fn,Pn,Fn),j}(R)}const j=new Date(M);if(!Me(j))throw new Error(`Unable to convert "${M}" into a date`);return j}(M);j=Ce(C,j)||j;let fn,Pe=[];for(;j;){if(fn=Wt.exec(j),!fn){Pe.push(j);break}{Pe=Pe.concat(fn.slice(1));const Dn=Pe.pop();if(!Dn)break;j=Dn}}let Pn=Mt.getTimezoneOffset();R&&(Pn=Y(R,Pn),Mt=function Ie(M,j,C){const R=C?-1:1,Mt=M.getTimezoneOffset();return function Ht(M,j){return(M=new Date(M.getTime())).setMinutes(M.getMinutes()+j),M}(M,R*(Y(j,Mt)-Mt))}(Mt,R,!0));let Fn="";return Pe.forEach(Dn=>{const pn=function L(M){if(ae[M])return ae[M];let j;switch(M){case"G":case"GG":case"GGG":j=Te(Rt.Eras,it.Abbreviated);break;case"GGGG":j=Te(Rt.Eras,it.Wide);break;case"GGGGG":j=Te(Rt.Eras,it.Narrow);break;case"y":j=En(ce.FullYear,1,0,!1,!0);break;case"yy":j=En(ce.FullYear,2,0,!0,!0);break;case"yyy":j=En(ce.FullYear,3,0,!1,!0);break;case"yyyy":j=En(ce.FullYear,4,0,!1,!0);break;case"Y":j=Zt(1);break;case"YY":j=Zt(2,!0);break;case"YYY":j=Zt(3);break;case"YYYY":j=Zt(4);break;case"M":case"L":j=En(ce.Month,1,1);break;case"MM":case"LL":j=En(ce.Month,2,1);break;case"MMM":j=Te(Rt.Months,it.Abbreviated);break;case"MMMM":j=Te(Rt.Months,it.Wide);break;case"MMMMM":j=Te(Rt.Months,it.Narrow);break;case"LLL":j=Te(Rt.Months,it.Abbreviated,Vt.Standalone);break;case"LLLL":j=Te(Rt.Months,it.Wide,Vt.Standalone);break;case"LLLLL":j=Te(Rt.Months,it.Narrow,Vt.Standalone);break;case"w":j=cn(1);break;case"ww":j=cn(2);break;case"W":j=cn(1,!0);break;case"d":j=En(ce.Date,1);break;case"dd":j=En(ce.Date,2);break;case"c":case"cc":j=En(ce.Day,1);break;case"ccc":j=Te(Rt.Days,it.Abbreviated,Vt.Standalone);break;case"cccc":j=Te(Rt.Days,it.Wide,Vt.Standalone);break;case"ccccc":j=Te(Rt.Days,it.Narrow,Vt.Standalone);break;case"cccccc":j=Te(Rt.Days,it.Short,Vt.Standalone);break;case"E":case"EE":case"EEE":j=Te(Rt.Days,it.Abbreviated);break;case"EEEE":j=Te(Rt.Days,it.Wide);break;case"EEEEE":j=Te(Rt.Days,it.Narrow);break;case"EEEEEE":j=Te(Rt.Days,it.Short);break;case"a":case"aa":case"aaa":j=Te(Rt.DayPeriods,it.Abbreviated);break;case"aaaa":j=Te(Rt.DayPeriods,it.Wide);break;case"aaaaa":j=Te(Rt.DayPeriods,it.Narrow);break;case"b":case"bb":case"bbb":j=Te(Rt.DayPeriods,it.Abbreviated,Vt.Standalone,!0);break;case"bbbb":j=Te(Rt.DayPeriods,it.Wide,Vt.Standalone,!0);break;case"bbbbb":j=Te(Rt.DayPeriods,it.Narrow,Vt.Standalone,!0);break;case"B":case"BB":case"BBB":j=Te(Rt.DayPeriods,it.Abbreviated,Vt.Format,!0);break;case"BBBB":j=Te(Rt.DayPeriods,it.Wide,Vt.Format,!0);break;case"BBBBB":j=Te(Rt.DayPeriods,it.Narrow,Vt.Format,!0);break;case"h":j=En(ce.Hours,1,-12);break;case"hh":j=En(ce.Hours,2,-12);break;case"H":j=En(ce.Hours,1);break;case"HH":j=En(ce.Hours,2);break;case"m":j=En(ce.Minutes,1);break;case"mm":j=En(ce.Minutes,2);break;case"s":j=En(ce.Seconds,1);break;case"ss":j=En(ce.Seconds,2);break;case"S":j=En(ce.FractionalSeconds,1);break;case"SS":j=En(ce.FractionalSeconds,2);break;case"SSS":j=En(ce.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":j=De(qt.Short);break;case"ZZZZZ":j=De(qt.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":j=De(qt.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":j=De(qt.Long);break;default:return null}return ae[M]=j,j}(Dn);Fn+=pn?pn(Mt,C,Pn):"''"===Dn?"'":Dn.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),Fn}function jt(M,j,C){const R=new Date(0);return R.setFullYear(M,j,C),R.setHours(0,0,0),R}function Ce(M,j){const C=function on(M){return(0,i.H5H)(M)[i.KH2.LocaleId]}(M);if(vt[C]??={},vt[C][j])return vt[C][j];let R="";switch(j){case"shortDate":R=K(M,Bt.Short);break;case"mediumDate":R=K(M,Bt.Medium);break;case"longDate":R=K(M,Bt.Long);break;case"fullDate":R=K(M,Bt.Full);break;case"shortTime":R=Lt(M,Bt.Short);break;case"mediumTime":R=Lt(M,Bt.Medium);break;case"longTime":R=Lt(M,Bt.Long);break;case"fullTime":R=Lt(M,Bt.Full);break;case"short":const Mt=Ce(M,"shortTime"),ye=Ce(M,"shortDate");R=Be(lt(M,Bt.Short),[Mt,ye]);break;case"medium":const Pe=Ce(M,"mediumTime"),fn=Ce(M,"mediumDate");R=Be(lt(M,Bt.Medium),[Pe,fn]);break;case"long":const Pn=Ce(M,"longTime"),Fn=Ce(M,"longDate");R=Be(lt(M,Bt.Long),[Pn,Fn]);break;case"full":const Dn=Ce(M,"fullTime"),pn=Ce(M,"fullDate");R=Be(lt(M,Bt.Full),[Dn,pn])}return R&&(vt[C][j]=R),R}function Be(M,j){return j&&(M=M.replace(/\{([^}]+)}/g,function(C,R){return null!=j&&R in j?j[R]:C})),M}function Ge(M,j,C="-",R,Mt){let ye="";(M<0||Mt&&M<=0)&&(Mt?M=1-M:(M=-M,ye=C));let Pe=String(M);for(;Pe.length<j;)Pe="0"+Pe;return R&&(Pe=Pe.slice(Pe.length-j)),ye+Pe}function En(M,j,C=0,R=!1,Mt=!1){return function(ye,Pe){let fn=function kn(M,j){switch(M){case ce.FullYear:return j.getFullYear();case ce.Month:return j.getMonth();case ce.Date:return j.getDate();case ce.Hours:return j.getHours();case ce.Minutes:return j.getMinutes();case ce.Seconds:return j.getSeconds();case ce.FractionalSeconds:return j.getMilliseconds();case ce.Day:return j.getDay();default:throw new Error(`Unknown DateType value "${M}".`)}}(M,ye);if((C>0||fn>-C)&&(fn+=C),M===ce.Hours)0===fn&&-12===C&&(fn=12);else if(M===ce.FractionalSeconds)return function mn(M,j){return Ge(M,3).substring(0,j)}(fn,j);const Pn=Ut(Pe,re.MinusSign);return Ge(fn,j,Pn,R,Mt)}}function Te(M,j,C=Vt.Format,R=!1){return function(Mt,ye){return function An(M,j,C,R,Mt,ye){switch(C){case Rt.Months:return function zn(M,j,C){const R=(0,i.H5H)(M),ye=ne([R[i.KH2.MonthsFormat],R[i.KH2.MonthsStandalone]],j);return ne(ye,C)}(j,Mt,R)[M.getMonth()];case Rt.Days:return function Fe(M,j,C){const R=(0,i.H5H)(M),ye=ne([R[i.KH2.DaysFormat],R[i.KH2.DaysStandalone]],j);return ne(ye,C)}(j,Mt,R)[M.getDay()];case Rt.DayPeriods:const Pe=M.getHours(),fn=M.getMinutes();if(ye){const Fn=function Tt(M){const j=(0,i.H5H)(M);return X(j),(j[i.KH2.ExtraData][2]||[]).map(R=>"string"==typeof R?Re(R):[Re(R[0]),Re(R[1])])}(j),Dn=function ie(M,j,C){const R=(0,i.H5H)(M);X(R);const ye=ne([R[i.KH2.ExtraData][0],R[i.KH2.ExtraData][1]],j)||[];return ne(ye,C)||[]}(j,Mt,R),pn=Fn.findIndex(gn=>{if(Array.isArray(gn)){const[yn,We]=gn,Hn=Pe>=yn.hours&&fn>=yn.minutes,ma=Pe<We.hours||Pe===We.hours&&fn<We.minutes;if(yn.hours<We.hours){if(Hn&&ma)return!0}else if(Hn||ma)return!0}else if(gn.hours===Pe&&gn.minutes===fn)return!0;return!1});if(-1!==pn)return Dn[pn]}return function wn(M,j,C){const R=(0,i.H5H)(M),ye=ne([R[i.KH2.DayPeriodsFormat],R[i.KH2.DayPeriodsStandalone]],j);return ne(ye,C)}(j,Mt,R)[Pe<12?0:1];case Rt.Eras:return function ht(M,j){return ne((0,i.H5H)(M)[i.KH2.Eras],j)}(j,R)[M.getFullYear()<=0?0:1];default:throw new Error(`unexpected translation type ${C}`)}}(Mt,ye,M,j,C,R)}}function De(M){return function(j,C,R){const Mt=-1*R,ye=Ut(C,re.MinusSign),Pe=Mt>0?Math.floor(Mt/60):Math.ceil(Mt/60);switch(M){case qt.Short:return(Mt>=0?"+":"")+Ge(Pe,2,ye)+Ge(Math.abs(Mt%60),2,ye);case qt.ShortGMT:return"GMT"+(Mt>=0?"+":"")+Ge(Pe,1,ye);case qt.Long:return"GMT"+(Mt>=0?"+":"")+Ge(Pe,2,ye)+":"+Ge(Math.abs(Mt%60),2,ye);case qt.Extended:return 0===R?"Z":(Mt>=0?"+":"")+Ge(Pe,2,ye)+":"+Ge(Math.abs(Mt%60),2,ye);default:throw new Error(`Unknown zone width "${M}"`)}}}const rn=0,je=4;function jn(M){const j=M.getDay(),C=0===j?-3:je-j;return jt(M.getFullYear(),M.getMonth(),M.getDate()+C)}function cn(M,j=!1){return function(C,R){let Mt;if(j){const ye=new Date(C.getFullYear(),C.getMonth(),1).getDay()-1,Pe=C.getDate();Mt=1+Math.floor((Pe+ye)/7)}else{const ye=jn(C),Pe=function Tn(M){const j=jt(M,rn,1).getDay();return jt(M,0,1+(j<=je?je:je+7)-j)}(ye.getFullYear()),fn=ye.getTime()-Pe.getTime();Mt=1+Math.round(fn/6048e5)}return Ge(Mt,M,Ut(R,re.MinusSign))}}function Zt(M,j=!1){return function(C,R){return Ge(jn(C).getFullYear(),M,Ut(R,re.MinusSign),j)}}const ae={};function Y(M,j){M=M.replace(/:/g,"");const C=Date.parse("Jan 01, 1970 00:00:00 "+M)/6e4;return isNaN(C)?j:C}function Me(M){return M instanceof Date&&!isNaN(M.valueOf())}let dn=(()=>{class M{static{this.\u0275fac=function(R){return new(R||M)}}static{this.\u0275prov=i.jDH({token:M,factory:function(R){let Mt=null;return R?Mt=new R:(ye=i.KVO(i.xe9),Mt=new na(ye)),Mt;var ye},providedIn:"root"})}}return M})();let na=(()=>{class M extends dn{constructor(C){super(),this.locale=C}getPluralCategory(C,R){switch(q(R||this.locale)(C)){case dt.Zero:return"zero";case dt.One:return"one";case dt.Two:return"two";case dt.Few:return"few";case dt.Many:return"many";default:return"other"}}static{this.\u0275fac=function(R){return new(R||M)(i.KVO(i.xe9))}}static{this.\u0275prov=i.jDH({token:M,factory:M.\u0275fac})}}return M})();function wa(M,j,C){return(0,i.XSP)(M,j,C)}function ca(M,j){j=encodeURIComponent(j);for(const C of M.split(";")){const R=C.indexOf("="),[Mt,ye]=-1==R?[C,""]:[C.slice(0,R),C.slice(R+1)];if(Mt.trim()===j)return decodeURIComponent(ye)}return null}const ua=/\s+/,ba=[];let Ta=(()=>{class M{constructor(C,R){this._ngEl=C,this._renderer=R,this.initialClasses=ba,this.stateMap=new Map}set klass(C){this.initialClasses=null!=C?C.trim().split(ua):ba}set ngClass(C){this.rawClass="string"==typeof C?C.trim().split(ua):C}ngDoCheck(){for(const R of this.initialClasses)this._updateState(R,!0);const C=this.rawClass;if(Array.isArray(C)||C instanceof Set)for(const R of C)this._updateState(R,!0);else if(null!=C)for(const R of Object.keys(C))this._updateState(R,!!C[R]);this._applyStateDiff()}_updateState(C,R){const Mt=this.stateMap.get(C);void 0!==Mt?(Mt.enabled!==R&&(Mt.changed=!0,Mt.enabled=R),Mt.touched=!0):this.stateMap.set(C,{enabled:R,changed:!0,touched:!0})}_applyStateDiff(){for(const C of this.stateMap){const R=C[0],Mt=C[1];Mt.changed?(this._toggleClass(R,Mt.enabled),Mt.changed=!1):Mt.touched||(Mt.enabled&&this._toggleClass(R,!1),this.stateMap.delete(R)),Mt.touched=!1}}_toggleClass(C,R){(C=C.trim()).length>0&&C.split(ua).forEach(Mt=>{R?this._renderer.addClass(this._ngEl.nativeElement,Mt):this._renderer.removeClass(this._ngEl.nativeElement,Mt)})}static{this.\u0275fac=function(R){return new(R||M)(i.rXU(i.aKT),i.rXU(i.sFG))}}static{this.\u0275dir=i.FsC({type:M,selectors:[["","ngClass",""]],inputs:{klass:[0,"class","klass"],ngClass:"ngClass"},standalone:!0})}}return M})();class oe{constructor(j,C,R,Mt){this.$implicit=j,this.ngForOf=C,this.index=R,this.count=Mt}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}let V=(()=>{class M{set ngForOf(C){this._ngForOf=C,this._ngForOfDirty=!0}set ngForTrackBy(C){this._trackByFn=C}get ngForTrackBy(){return this._trackByFn}constructor(C,R,Mt){this._viewContainer=C,this._template=R,this._differs=Mt,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForTemplate(C){C&&(this._template=C)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const C=this._ngForOf;!this._differ&&C&&(this._differ=this._differs.find(C).create(this.ngForTrackBy))}if(this._differ){const C=this._differ.diff(this._ngForOf);C&&this._applyChanges(C)}}_applyChanges(C){const R=this._viewContainer;C.forEachOperation((Mt,ye,Pe)=>{if(null==Mt.previousIndex)R.createEmbeddedView(this._template,new oe(Mt.item,this._ngForOf,-1,-1),null===Pe?void 0:Pe);else if(null==Pe)R.remove(null===ye?void 0:ye);else if(null!==ye){const fn=R.get(ye);R.move(fn,Pe),le(fn,Mt)}});for(let Mt=0,ye=R.length;Mt<ye;Mt++){const fn=R.get(Mt).context;fn.index=Mt,fn.count=ye,fn.ngForOf=this._ngForOf}C.forEachIdentityChange(Mt=>{le(R.get(Mt.currentIndex),Mt)})}static ngTemplateContextGuard(C,R){return!0}static{this.\u0275fac=function(R){return new(R||M)(i.rXU(i.c1b),i.rXU(i.C4Q),i.rXU(i._q3))}}static{this.\u0275dir=i.FsC({type:M,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"},standalone:!0})}}return M})();function le(M,j){M.context.$implicit=j.item}let D=(()=>{class M{constructor(C,R){this._viewContainer=C,this._context=new k,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=R}set ngIf(C){this._context.$implicit=this._context.ngIf=C,this._updateView()}set ngIfThen(C){at("ngIfThen",C),this._thenTemplateRef=C,this._thenViewRef=null,this._updateView()}set ngIfElse(C){at("ngIfElse",C),this._elseTemplateRef=C,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(C,R){return!0}static{this.\u0275fac=function(R){return new(R||M)(i.rXU(i.c1b),i.rXU(i.C4Q))}}static{this.\u0275dir=i.FsC({type:M,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"},standalone:!0})}}return M})();class k{constructor(){this.$implicit=null,this.ngIf=null}}function at(M,j){if(j&&!j.createEmbeddedView)throw new Error(`${M} must be a TemplateRef, but received '${(0,i.Tbb)(j)}'.`)}class Qt{constructor(j,C){this._viewContainerRef=j,this._templateRef=C,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(j){j&&!this._created?this.create():!j&&this._created&&this.destroy()}}let un=(()=>{class M{constructor(){this._defaultViews=[],this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(C){this._ngSwitch=C,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(C){this._defaultViews.push(C)}_matchCase(C){const R=C===this._ngSwitch;return this._lastCasesMatched||=R,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),R}_updateDefaultCases(C){if(this._defaultViews.length>0&&C!==this._defaultUsed){this._defaultUsed=C;for(const R of this._defaultViews)R.enforceState(C)}}static{this.\u0275fac=function(R){return new(R||M)}}static{this.\u0275dir=i.FsC({type:M,selectors:[["","ngSwitch",""]],inputs:{ngSwitch:"ngSwitch"},standalone:!0})}}return M})(),Wn=(()=>{class M{constructor(C,R,Mt){this.ngSwitch=Mt,Mt._addCase(),this._view=new Qt(C,R)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}static{this.\u0275fac=function(R){return new(R||M)(i.rXU(i.c1b),i.rXU(i.C4Q),i.rXU(un,9))}}static{this.\u0275dir=i.FsC({type:M,selectors:[["","ngSwitchCase",""]],inputs:{ngSwitchCase:"ngSwitchCase"},standalone:!0})}}return M})(),da=(()=>{class M{constructor(C,R,Mt){this._ngEl=C,this._differs=R,this._renderer=Mt,this._ngStyle=null,this._differ=null}set ngStyle(C){this._ngStyle=C,!this._differ&&C&&(this._differ=this._differs.find(C).create())}ngDoCheck(){if(this._differ){const C=this._differ.diff(this._ngStyle);C&&this._applyChanges(C)}}_setStyle(C,R){const[Mt,ye]=C.split("."),Pe=-1===Mt.indexOf("-")?void 0:i.czy.DashCase;null!=R?this._renderer.setStyle(this._ngEl.nativeElement,Mt,ye?`${R}${ye}`:R,Pe):this._renderer.removeStyle(this._ngEl.nativeElement,Mt,Pe)}_applyChanges(C){C.forEachRemovedItem(R=>this._setStyle(R.key,null)),C.forEachAddedItem(R=>this._setStyle(R.key,R.currentValue)),C.forEachChangedItem(R=>this._setStyle(R.key,R.currentValue))}static{this.\u0275fac=function(R){return new(R||M)(i.rXU(i.aKT),i.rXU(i.MKu),i.rXU(i.sFG))}}static{this.\u0275dir=i.FsC({type:M,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"},standalone:!0})}}return M})(),za=(()=>{class M{constructor(C){this._viewContainerRef=C,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null,this.ngTemplateOutletInjector=null}ngOnChanges(C){if(this._shouldRecreateView(C)){const R=this._viewContainerRef;if(this._viewRef&&R.remove(R.indexOf(this._viewRef)),!this.ngTemplateOutlet)return void(this._viewRef=null);const Mt=this._createContextForwardProxy();this._viewRef=R.createEmbeddedView(this.ngTemplateOutlet,Mt,{injector:this.ngTemplateOutletInjector??void 0})}}_shouldRecreateView(C){return!!C.ngTemplateOutlet||!!C.ngTemplateOutletInjector}_createContextForwardProxy(){return new Proxy({},{set:(C,R,Mt)=>!!this.ngTemplateOutletContext&&Reflect.set(this.ngTemplateOutletContext,R,Mt),get:(C,R,Mt)=>{if(this.ngTemplateOutletContext)return Reflect.get(this.ngTemplateOutletContext,R,Mt)}})}static{this.\u0275fac=function(R){return new(R||M)(i.rXU(i.c1b))}}static{this.\u0275dir=i.FsC({type:M,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},standalone:!0,features:[i.OA$]})}}return M})();function On(M,j){return new i.wOt(2100,!1)}class wo{createSubscription(j,C){return(0,i.O8t)(()=>j.subscribe({next:C,error:R=>{throw R}}))}dispose(j){(0,i.O8t)(()=>j.unsubscribe())}}class Ga{createSubscription(j,C){return j.then(C,R=>{throw R})}dispose(j){}}const xo=new Ga,Go=new wo;let Oo=(()=>{class M{constructor(C){this._latestValue=null,this.markForCheckOnValueUpdate=!0,this._subscription=null,this._obj=null,this._strategy=null,this._ref=C}ngOnDestroy(){this._subscription&&this._dispose(),this._ref=null}transform(C){if(!this._obj){if(C)try{this.markForCheckOnValueUpdate=!1,this._subscribe(C)}finally{this.markForCheckOnValueUpdate=!0}return this._latestValue}return C!==this._obj?(this._dispose(),this.transform(C)):this._latestValue}_subscribe(C){this._obj=C,this._strategy=this._selectStrategy(C),this._subscription=this._strategy.createSubscription(C,R=>this._updateLatestValue(C,R))}_selectStrategy(C){if((0,i.jNT)(C))return xo;if((0,i.zjR)(C))return Go;throw On()}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(C,R){C===this._obj&&(this._latestValue=R,this.markForCheckOnValueUpdate&&this._ref?.markForCheck())}static{this.\u0275fac=function(R){return new(R||M)(i.rXU(i.gRc,16))}}static{this.\u0275pipe=i.EJ8({name:"async",type:M,pure:!1,standalone:!0})}}return M})();const Io=new i.nKC(""),Ya=new i.nKC("");let Qa=(()=>{class M{constructor(C,R,Mt){this.locale=C,this.defaultTimezone=R,this.defaultOptions=Mt}transform(C,R,Mt,ye){if(null==C||""===C||C!=C)return null;try{return tn(C,R??this.defaultOptions?.dateFormat??"mediumDate",ye||this.locale,Mt??this.defaultOptions?.timezone??this.defaultTimezone??void 0)}catch(Pe){throw On()}}static{this.\u0275fac=function(R){return new(R||M)(i.rXU(i.xe9,16),i.rXU(Io,24),i.rXU(Ya,24))}}static{this.\u0275pipe=i.EJ8({name:"date",type:M,pure:!0,standalone:!0})}}return M})();const qo=/#/g;let Ho=(()=>{class M{constructor(C){this._localization=C}transform(C,R,Mt){if(null==C)return"";if("object"!=typeof R||null===R)throw On();return R[function Un(M,j,C,R){let Mt=`=${M}`;if(j.indexOf(Mt)>-1||(Mt=C.getPluralCategory(M,R),j.indexOf(Mt)>-1))return Mt;if(j.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${M}"`)}(C,Object.keys(R),this._localization,Mt)].replace(qo,C.toString())}static{this.\u0275fac=function(R){return new(R||M)(i.rXU(dn,16))}}static{this.\u0275pipe=i.EJ8({name:"i18nPlural",type:M,pure:!0,standalone:!0})}}return M})(),Mo=(()=>{class M{transform(C,R,Mt){if(null==C)return null;if(!this.supports(C))throw On();return C.slice(R,Mt)}supports(C){return"string"==typeof C||Array.isArray(C)}static{this.\u0275fac=function(R){return new(R||M)}}static{this.\u0275pipe=i.EJ8({name:"slice",type:M,pure:!1,standalone:!0})}}return M})(),yo=(()=>{class M{static{this.\u0275fac=function(R){return new(R||M)}}static{this.\u0275mod=i.$C({type:M})}static{this.\u0275inj=i.G2t({})}}return M})();const t0="browser",Ro="server";function B0(M){return M===t0}function Po(M){return M===Ro}let Q0=(()=>{class M{static{this.\u0275prov=(0,i.jDH)({token:M,providedIn:"root",factory:()=>B0((0,i.WQX)(i.Agw))?new Fo((0,i.WQX)(st),window):new e0})}}return M})();class Fo{constructor(j,C){this.document=j,this.window=C,this.offset=()=>[0,0]}setOffset(j){this.offset=Array.isArray(j)?()=>j:j}getScrollPosition(){return[this.window.scrollX,this.window.scrollY]}scrollToPosition(j){this.window.scrollTo(j[0],j[1])}scrollToAnchor(j){const C=function U0(M,j){const C=M.getElementById(j)||M.getElementsByName(j)[0];if(C)return C;if("function"==typeof M.createTreeWalker&&M.body&&"function"==typeof M.body.attachShadow){const R=M.createTreeWalker(M.body,NodeFilter.SHOW_ELEMENT);let Mt=R.currentNode;for(;Mt;){const ye=Mt.shadowRoot;if(ye){const Pe=ye.getElementById(j)||ye.querySelector(`[name="${j}"]`);if(Pe)return Pe}Mt=R.nextNode()}}return null}(this.document,j);C&&(this.scrollToElement(C),C.focus())}setHistoryScrollRestoration(j){this.window.history.scrollRestoration=j}scrollToElement(j){const C=j.getBoundingClientRect(),R=C.left+this.window.pageXOffset,Mt=C.top+this.window.pageYOffset,ye=this.offset();this.window.scrollTo(R-ye[0],Mt-ye[1])}}class e0{setOffset(j){}getScrollPosition(){return[0,0]}scrollToPosition(j){}scrollToAnchor(j){}setHistoryScrollRestoration(j){}}class n0{}const co=M=>M.src,Z0=new i.nKC("",{providedIn:"root",factory:()=>co}),o0=new i.nKC("NG_OPTIMIZED_PRELOADED_IMAGES",{providedIn:"root",factory:()=>new Set});let O0=(()=>{class M{constructor(){this.preloadedImages=(0,i.WQX)(o0),this.document=(0,i.WQX)(st)}createPreloadLinkTag(C,R,Mt,ye){if(this.preloadedImages.has(R))return;this.preloadedImages.add(R);const Pe=C.createElement("link");C.setAttribute(Pe,"as","image"),C.setAttribute(Pe,"href",R),C.setAttribute(Pe,"rel","preload"),C.setAttribute(Pe,"fetchpriority","high"),ye&&C.setAttribute(Pe,"imageSizes",ye),Mt&&C.setAttribute(Pe,"imageSrcset",Mt),C.appendChild(this.document.head,Pe)}static{this.\u0275fac=function(R){return new(R||M)}}static{this.\u0275prov=i.jDH({token:M,factory:M.\u0275fac,providedIn:"root"})}}return M})();const f0=/^((\s*\d+w\s*(,|$)){1,})$/,jo=[1,2];let hi=(()=>{class M{constructor(){this.imageLoader=(0,i.WQX)(Z0),this.config=function di(M){let j={};return M.breakpoints&&(j.breakpoints=M.breakpoints.sort((C,R)=>C-R)),Object.assign({},i.PUk,M,j)}((0,i.WQX)(i.GGh)),this.renderer=(0,i.WQX)(i.sFG),this.imgElement=(0,i.WQX)(i.aKT).nativeElement,this.injector=(0,i.WQX)(i.zZn),this.isServer=Po((0,i.WQX)(i.Agw)),this.preloadLinkCreator=(0,i.WQX)(O0),this.lcpObserver=null,this._renderedSrc=null,this.priority=!1,this.disableOptimizedSrcset=!1,this.fill=!1}ngOnInit(){(0,i.ngT)("NgOptimizedImage"),this.placeholder&&this.removePlaceholderOnLoad(this.imgElement),this.setHostAttributes()}setHostAttributes(){this.fill?this.sizes||="100vw":(this.setHostAttribute("width",this.width.toString()),this.setHostAttribute("height",this.height.toString())),this.setHostAttribute("loading",this.getLoadingBehavior()),this.setHostAttribute("fetchpriority",this.getFetchPriority()),this.setHostAttribute("ng-img","true");const C=this.updateSrcAndSrcset();this.sizes&&this.setHostAttribute("sizes",this.sizes),this.isServer&&this.priority&&this.preloadLinkCreator.createPreloadLinkTag(this.renderer,this.getRewrittenSrc(),C,this.sizes)}ngOnChanges(C){if(C.ngSrc&&!C.ngSrc.isFirstChange()){const R=this._renderedSrc;this.updateSrcAndSrcset(!0);const Mt=this._renderedSrc;null!==this.lcpObserver&&R&&Mt&&R!==Mt&&this.injector.get(i.SKi).runOutsideAngular(()=>{this.lcpObserver?.updateImage(R,Mt)})}}callImageLoader(C){let R=C;return this.loaderParams&&(R.loaderParams=this.loaderParams),this.imageLoader(R)}getLoadingBehavior(){return this.priority||void 0===this.loading?this.priority?"eager":"lazy":this.loading}getFetchPriority(){return this.priority?"high":"auto"}getRewrittenSrc(){return this._renderedSrc||(this._renderedSrc=this.callImageLoader({src:this.ngSrc})),this._renderedSrc}getRewrittenSrcset(){const C=f0.test(this.ngSrcset);return this.ngSrcset.split(",").filter(Mt=>""!==Mt).map(Mt=>{Mt=Mt.trim();const ye=C?parseFloat(Mt):parseFloat(Mt)*this.width;return`${this.callImageLoader({src:this.ngSrc,width:ye})} ${Mt}`}).join(", ")}getAutomaticSrcset(){return this.sizes?this.getResponsiveSrcset():this.getFixedSrcset()}getResponsiveSrcset(){const{breakpoints:C}=this.config;let R=C;return"100vw"===this.sizes?.trim()&&(R=C.filter(ye=>ye>=640)),R.map(ye=>`${this.callImageLoader({src:this.ngSrc,width:ye})} ${ye}w`).join(", ")}updateSrcAndSrcset(C=!1){C&&(this._renderedSrc=null);const R=this.getRewrittenSrc();let Mt;return this.setHostAttribute("src",R),this.ngSrcset?Mt=this.getRewrittenSrcset():this.shouldGenerateAutomaticSrcset()&&(Mt=this.getAutomaticSrcset()),Mt&&this.setHostAttribute("srcset",Mt),Mt}getFixedSrcset(){return jo.map(R=>`${this.callImageLoader({src:this.ngSrc,width:this.width*R})} ${R}x`).join(", ")}shouldGenerateAutomaticSrcset(){let C=!1;return this.sizes||(C=this.width>1920||this.height>1080),!this.disableOptimizedSrcset&&!this.srcset&&this.imageLoader!==co&&!C}generatePlaceholder(C){const{placeholderResolution:R}=this.config;return!0===C?`url(${this.callImageLoader({src:this.ngSrc,width:R,isPlaceholder:!0})})`:"string"==typeof C?`url(${C})`:null}shouldBlurPlaceholder(C){return!C||!C.hasOwnProperty("blur")||!!C.blur}removePlaceholderOnLoad(C){const R=()=>{const Pe=this.injector.get(i.gRc);Mt(),ye(),this.placeholder=!1,Pe.markForCheck()},Mt=this.renderer.listen(C,"load",R),ye=this.renderer.listen(C,"error",R);!function Gn(M,j){M.complete&&M.naturalWidth&&j()}(C,R)}ngOnDestroy(){}setHostAttribute(C,R){this.renderer.setAttribute(this.imgElement,C,R)}static{this.\u0275fac=function(R){return new(R||M)}}static{this.\u0275dir=i.FsC({type:M,selectors:[["img","ngSrc",""]],hostVars:18,hostBindings:function(R,Mt){2&R&&i.xc7("position",Mt.fill?"absolute":null)("width",Mt.fill?"100%":null)("height",Mt.fill?"100%":null)("inset",Mt.fill?"0":null)("background-size",Mt.placeholder?"cover":null)("background-position",Mt.placeholder?"50% 50%":null)("background-repeat",Mt.placeholder?"no-repeat":null)("background-image",Mt.placeholder?Mt.generatePlaceholder(Mt.placeholder):null)("filter",Mt.placeholder&&Mt.shouldBlurPlaceholder(Mt.placeholderConfig)?"blur(15px)":null)},inputs:{ngSrc:[2,"ngSrc","ngSrc",Sn],ngSrcset:"ngSrcset",sizes:"sizes",width:[2,"width","width",i.Udg],height:[2,"height","height",i.Udg],loading:"loading",priority:[2,"priority","priority",i.L39],loaderParams:"loaderParams",disableOptimizedSrcset:[2,"disableOptimizedSrcset","disableOptimizedSrcset",i.L39],fill:[2,"fill","fill",i.L39],placeholder:[2,"placeholder","placeholder",qn],placeholderConfig:"placeholderConfig",src:"src",srcset:"srcset"},standalone:!0,features:[i.GFd,i.OA$]})}}return M})();function Sn(M){return"string"==typeof M?M:(0,i.rcV)(M)}function qn(M){return"string"==typeof M&&"true"!==M&&"false"!==M&&""!==M?M:(0,i.L39)(M)}},1626:($e,Gt,c)=>{c.d(Gt,{$R:()=>Ie,$m:()=>ua,Lr:()=>zt,Qq:()=>lt,Sx:()=>Me,a7:()=>yt,hv:()=>on});var n=c(467),i=c(4438),r=c(7673),H=c(1985),g=c(6648),Z=c(274),tt=c(5964),st=c(6354),J=c(980),et=c(5558),mt=c(8141),Ot=c(177);class gt{}class kt{}class zt{constructor(oe){this.normalizedNames=new Map,this.lazyUpdate=null,oe?"string"==typeof oe?this.lazyInit=()=>{this.headers=new Map,oe.split("\n").forEach(V=>{const le=V.indexOf(":");if(le>0){const p=V.slice(0,le),D=p.toLowerCase(),k=V.slice(le+1).trim();this.maybeSetNormalizedName(p,D),this.headers.has(D)?this.headers.get(D).push(k):this.headers.set(D,[k])}})}:typeof Headers<"u"&&oe instanceof Headers?(this.headers=new Map,oe.forEach((V,le)=>{this.setHeaderEntries(le,V)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(oe).forEach(([V,le])=>{this.setHeaderEntries(V,le)})}:this.headers=new Map}has(oe){return this.init(),this.headers.has(oe.toLowerCase())}get(oe){this.init();const V=this.headers.get(oe.toLowerCase());return V&&V.length>0?V[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(oe){return this.init(),this.headers.get(oe.toLowerCase())||null}append(oe,V){return this.clone({name:oe,value:V,op:"a"})}set(oe,V){return this.clone({name:oe,value:V,op:"s"})}delete(oe,V){return this.clone({name:oe,value:V,op:"d"})}maybeSetNormalizedName(oe,V){this.normalizedNames.has(V)||this.normalizedNames.set(V,oe)}init(){this.lazyInit&&(this.lazyInit instanceof zt?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(oe=>this.applyUpdate(oe)),this.lazyUpdate=null))}copyFrom(oe){oe.init(),Array.from(oe.headers.keys()).forEach(V=>{this.headers.set(V,oe.headers.get(V)),this.normalizedNames.set(V,oe.normalizedNames.get(V))})}clone(oe){const V=new zt;return V.lazyInit=this.lazyInit&&this.lazyInit instanceof zt?this.lazyInit:this,V.lazyUpdate=(this.lazyUpdate||[]).concat([oe]),V}applyUpdate(oe){const V=oe.name.toLowerCase();switch(oe.op){case"a":case"s":let le=oe.value;if("string"==typeof le&&(le=[le]),0===le.length)return;this.maybeSetNormalizedName(oe.name,V);const p=("a"===oe.op?this.headers.get(V):void 0)||[];p.push(...le),this.headers.set(V,p);break;case"d":const D=oe.value;if(D){let k=this.headers.get(V);if(!k)return;k=k.filter(at=>-1===D.indexOf(at)),0===k.length?(this.headers.delete(V),this.normalizedNames.delete(V)):this.headers.set(V,k)}else this.headers.delete(V),this.normalizedNames.delete(V)}}setHeaderEntries(oe,V){const le=(Array.isArray(V)?V:[V]).map(D=>D.toString()),p=oe.toLowerCase();this.headers.set(p,le),this.maybeSetNormalizedName(oe,p)}forEach(oe){this.init(),Array.from(this.normalizedNames.keys()).forEach(V=>oe(this.normalizedNames.get(V),this.headers.get(V)))}}class pt{encodeKey(oe){return Pt(oe)}encodeValue(oe){return Pt(oe)}decodeKey(oe){return decodeURIComponent(oe)}decodeValue(oe){return decodeURIComponent(oe)}}const Jt=/%(\d[a-f0-9])/gi,fe={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function Pt(bt){return encodeURIComponent(bt).replace(Jt,(oe,V)=>fe[V]??oe)}function Et(bt){return`${bt}`}class rt{constructor(oe={}){if(this.updates=null,this.cloneFrom=null,this.encoder=oe.encoder||new pt,oe.fromString){if(oe.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=function Kt(bt,oe){const V=new Map;return bt.length>0&&bt.replace(/^\?/,"").split("&").forEach(p=>{const D=p.indexOf("="),[k,at]=-1==D?[oe.decodeKey(p),""]:[oe.decodeKey(p.slice(0,D)),oe.decodeValue(p.slice(D+1))],Qt=V.get(k)||[];Qt.push(at),V.set(k,Qt)}),V}(oe.fromString,this.encoder)}else oe.fromObject?(this.map=new Map,Object.keys(oe.fromObject).forEach(V=>{const le=oe.fromObject[V],p=Array.isArray(le)?le.map(Et):[Et(le)];this.map.set(V,p)})):this.map=null}has(oe){return this.init(),this.map.has(oe)}get(oe){this.init();const V=this.map.get(oe);return V?V[0]:null}getAll(oe){return this.init(),this.map.get(oe)||null}keys(){return this.init(),Array.from(this.map.keys())}append(oe,V){return this.clone({param:oe,value:V,op:"a"})}appendAll(oe){const V=[];return Object.keys(oe).forEach(le=>{const p=oe[le];Array.isArray(p)?p.forEach(D=>{V.push({param:le,value:D,op:"a"})}):V.push({param:le,value:p,op:"a"})}),this.clone(V)}set(oe,V){return this.clone({param:oe,value:V,op:"s"})}delete(oe,V){return this.clone({param:oe,value:V,op:"d"})}toString(){return this.init(),this.keys().map(oe=>{const V=this.encoder.encodeKey(oe);return this.map.get(oe).map(le=>V+"="+this.encoder.encodeValue(le)).join("&")}).filter(oe=>""!==oe).join("&")}clone(oe){const V=new rt({encoder:this.encoder});return V.cloneFrom=this.cloneFrom||this,V.updates=(this.updates||[]).concat(oe),V}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(oe=>this.map.set(oe,this.cloneFrom.map.get(oe))),this.updates.forEach(oe=>{switch(oe.op){case"a":case"s":const V=("a"===oe.op?this.map.get(oe.param):void 0)||[];V.push(Et(oe.value)),this.map.set(oe.param,V);break;case"d":if(void 0===oe.value){this.map.delete(oe.param);break}{let le=this.map.get(oe.param)||[];const p=le.indexOf(Et(oe.value));-1!==p&&le.splice(p,1),le.length>0?this.map.set(oe.param,le):this.map.delete(oe.param)}}}),this.cloneFrom=this.updates=null)}}class xt{constructor(){this.map=new Map}set(oe,V){return this.map.set(oe,V),this}get(oe){return this.map.has(oe)||this.map.set(oe,oe.defaultValue()),this.map.get(oe)}delete(oe){return this.map.delete(oe),this}has(oe){return this.map.has(oe)}keys(){return this.map.keys()}}function Vt(bt){return typeof ArrayBuffer<"u"&&bt instanceof ArrayBuffer}function it(bt){return typeof Blob<"u"&&bt instanceof Blob}function Bt(bt){return typeof FormData<"u"&&bt instanceof FormData}class Ve{constructor(oe,V,le,p){let D;if(this.url=V,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=oe.toUpperCase(),function dt(bt){switch(bt){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||p?(this.body=void 0!==le?le:null,D=p):D=le,D&&(this.reportProgress=!!D.reportProgress,this.withCredentials=!!D.withCredentials,D.responseType&&(this.responseType=D.responseType),D.headers&&(this.headers=D.headers),D.context&&(this.context=D.context),D.params&&(this.params=D.params),this.transferCache=D.transferCache),this.headers??=new zt,this.context??=new xt,this.params){const k=this.params.toString();if(0===k.length)this.urlWithParams=V;else{const at=V.indexOf("?");this.urlWithParams=V+(-1===at?"?":at<V.length-1?"&":"")+k}}else this.params=new rt,this.urlWithParams=V}serializeBody(){return null===this.body?null:"string"==typeof this.body||Vt(this.body)||it(this.body)||Bt(this.body)||function re(bt){return typeof URLSearchParams<"u"&&bt instanceof URLSearchParams}(this.body)?this.body:this.body instanceof rt?this.body.toString():"object"==typeof this.body||"boolean"==typeof this.body||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return null===this.body||Bt(this.body)?null:it(this.body)?this.body.type||null:Vt(this.body)?null:"string"==typeof this.body?"text/plain":this.body instanceof rt?"application/x-www-form-urlencoded;charset=UTF-8":"object"==typeof this.body||"number"==typeof this.body||"boolean"==typeof this.body?"application/json":null}clone(oe={}){const V=oe.method||this.method,le=oe.url||this.url,p=oe.responseType||this.responseType,D=oe.transferCache??this.transferCache,k=void 0!==oe.body?oe.body:this.body,at=oe.withCredentials??this.withCredentials,Qt=oe.reportProgress??this.reportProgress;let un=oe.headers||this.headers,Wn=oe.params||this.params;const Cn=oe.context??this.context;return void 0!==oe.setHeaders&&(un=Object.keys(oe.setHeaders).reduce((Zn,Qn)=>Zn.set(Qn,oe.setHeaders[Qn]),un)),oe.setParams&&(Wn=Object.keys(oe.setParams).reduce((Zn,Qn)=>Zn.set(Qn,oe.setParams[Qn]),Wn)),new Ve(V,le,k,{params:Wn,headers:un,context:Cn,reportProgress:Qt,responseType:p,withCredentials:at,transferCache:D})}}var on=function(bt){return bt[bt.Sent=0]="Sent",bt[bt.UploadProgress=1]="UploadProgress",bt[bt.ResponseHeader=2]="ResponseHeader",bt[bt.DownloadProgress=3]="DownloadProgress",bt[bt.Response=4]="Response",bt[bt.User=5]="User",bt}(on||{});class wn{constructor(oe,V=200,le="OK"){this.headers=oe.headers||new zt,this.status=void 0!==oe.status?oe.status:V,this.statusText=oe.statusText||le,this.url=oe.url||null,this.ok=this.status>=200&&this.status<300}}class Fe extends wn{constructor(oe={}){super(oe),this.type=on.ResponseHeader}clone(oe={}){return new Fe({headers:oe.headers||this.headers,status:void 0!==oe.status?oe.status:this.status,statusText:oe.statusText||this.statusText,url:oe.url||this.url||void 0})}}class zn extends wn{constructor(oe={}){super(oe),this.type=on.Response,this.body=void 0!==oe.body?oe.body:null}clone(oe={}){return new zn({body:void 0!==oe.body?oe.body:this.body,headers:oe.headers||this.headers,status:void 0!==oe.status?oe.status:this.status,statusText:oe.statusText||this.statusText,url:oe.url||this.url||void 0})}}class ht extends wn{constructor(oe){super(oe,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${oe.url||"(unknown url)"}`:`Http failure response for ${oe.url||"(unknown url)"}: ${oe.status} ${oe.statusText}`,this.error=oe.error||null}}function Lt(bt,oe){return{body:oe,headers:bt.headers,context:bt.context,observe:bt.observe,params:bt.params,reportProgress:bt.reportProgress,responseType:bt.responseType,withCredentials:bt.withCredentials,transferCache:bt.transferCache}}let lt=(()=>{class bt{constructor(V){this.handler=V}request(V,le,p={}){let D;if(V instanceof Ve)D=V;else{let Qt,un;Qt=p.headers instanceof zt?p.headers:new zt(p.headers),p.params&&(un=p.params instanceof rt?p.params:new rt({fromObject:p.params})),D=new Ve(V,le,void 0!==p.body?p.body:null,{headers:Qt,context:p.context,params:un,reportProgress:p.reportProgress,responseType:p.responseType||"json",withCredentials:p.withCredentials,transferCache:p.transferCache})}const k=(0,r.of)(D).pipe((0,Z.H)(Qt=>this.handler.handle(Qt)));if(V instanceof Ve||"events"===p.observe)return k;const at=k.pipe((0,tt.p)(Qt=>Qt instanceof zn));switch(p.observe||"body"){case"body":switch(D.responseType){case"arraybuffer":return at.pipe((0,st.T)(Qt=>{if(null!==Qt.body&&!(Qt.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return Qt.body}));case"blob":return at.pipe((0,st.T)(Qt=>{if(null!==Qt.body&&!(Qt.body instanceof Blob))throw new Error("Response is not a Blob.");return Qt.body}));case"text":return at.pipe((0,st.T)(Qt=>{if(null!==Qt.body&&"string"!=typeof Qt.body)throw new Error("Response is not a string.");return Qt.body}));default:return at.pipe((0,st.T)(Qt=>Qt.body))}case"response":return at;default:throw new Error(`Unreachable: unhandled observe type ${p.observe}}`)}}delete(V,le={}){return this.request("DELETE",V,le)}get(V,le={}){return this.request("GET",V,le)}head(V,le={}){return this.request("HEAD",V,le)}jsonp(V,le){return this.request("JSONP",V,{params:(new rt).append(le,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(V,le={}){return this.request("OPTIONS",V,le)}patch(V,le,p={}){return this.request("PATCH",V,Lt(p,le))}post(V,le,p={}){return this.request("POST",V,Lt(p,le))}put(V,le,p={}){return this.request("PUT",V,Lt(p,le))}static{this.\u0275fac=function(le){return new(le||bt)(i.KVO(gt))}}static{this.\u0275prov=i.jDH({token:bt,factory:bt.\u0275fac})}}return bt})();const Ut=/^\)\]\}',?\n/;function Ze(bt){if(bt.url)return bt.url;const oe="X-Request-URL".toLocaleLowerCase();return bt.headers.get(oe)}let xe=(()=>{class bt{constructor(){this.fetchImpl=(0,i.WQX)(Ae,{optional:!0})?.fetch??((...V)=>globalThis.fetch(...V)),this.ngZone=(0,i.WQX)(i.SKi)}handle(V){return new H.c(le=>{const p=new AbortController;return this.doRequest(V,p.signal,le).then(de,D=>le.error(new ht({error:D}))),()=>p.abort()})}doRequest(V,le,p){var D=this;return(0,n.A)(function*(){const k=D.createRequestInit(V);let at;try{const Xn=D.ngZone.runOutsideAngular(()=>D.fetchImpl(V.urlWithParams,{signal:le,...k}));(function q(bt){bt.then(de,de)})(Xn),p.next({type:on.Sent}),at=yield Xn}catch(Xn){return void p.error(new ht({error:Xn,status:Xn.status??0,statusText:Xn.statusText,url:V.urlWithParams,headers:Xn.headers}))}const Qt=new zt(at.headers),un=at.statusText,Wn=Ze(at)??V.urlWithParams;let Cn=at.status,Zn=null;if(V.reportProgress&&p.next(new Fe({headers:Qt,status:Cn,statusText:un,url:Wn})),at.body){const Xn=at.headers.get("content-length"),sa=[],da=at.body.getReader();let Yn,On,za=0;const wo=typeof Zone<"u"&&Zone.current;yield D.ngZone.runOutsideAngular((0,n.A)(function*(){for(;;){const{done:xo,value:Go}=yield da.read();if(xo)break;if(sa.push(Go),za+=Go.length,V.reportProgress){On="text"===V.responseType?(On??"")+(Yn??=new TextDecoder).decode(Go,{stream:!0}):void 0;const Oo=()=>p.next({type:on.DownloadProgress,total:Xn?+Xn:void 0,loaded:za,partialText:On});wo?wo.run(Oo):Oo()}}}));const Ga=D.concatChunks(sa,za);try{const xo=at.headers.get("Content-Type")??"";Zn=D.parseBody(V,Ga,xo)}catch(xo){return void p.error(new ht({error:xo,headers:new zt(at.headers),status:at.status,statusText:at.statusText,url:Ze(at)??V.urlWithParams}))}}0===Cn&&(Cn=Zn?200:0),Cn>=200&&Cn<300?(p.next(new zn({body:Zn,headers:Qt,status:Cn,statusText:un,url:Wn})),p.complete()):p.error(new ht({error:Zn,headers:Qt,status:Cn,statusText:un,url:Wn}))})()}parseBody(V,le,p){switch(V.responseType){case"json":const D=(new TextDecoder).decode(le).replace(Ut,"");return""===D?null:JSON.parse(D);case"text":return(new TextDecoder).decode(le);case"blob":return new Blob([le],{type:p});case"arraybuffer":return le.buffer}}createRequestInit(V){const le={},p=V.withCredentials?"include":void 0;if(V.headers.forEach((D,k)=>le[D]=k.join(",")),V.headers.has("Accept")||(le.Accept="application/json, text/plain, */*"),!V.headers.has("Content-Type")){const D=V.detectContentTypeHeader();null!==D&&(le["Content-Type"]=D)}return{body:V.serializeBody(),method:V.method,headers:le,credentials:p}}concatChunks(V,le){const p=new Uint8Array(le);let D=0;for(const k of V)p.set(k,D),D+=k.length;return p}static{this.\u0275fac=function(le){return new(le||bt)}}static{this.\u0275prov=i.jDH({token:bt,factory:bt.\u0275fac})}}return bt})();class Ae{}function de(){}function X(bt,oe){return oe(bt)}function Tt(bt,oe){return(V,le)=>oe.intercept(V,{handle:p=>bt(p,le)})}const yt=new i.nKC(""),ne=new i.nKC(""),Re=new i.nKC(""),Xe=new i.nKC("",{providedIn:"root",factory:()=>!0});function Oe(){let bt=null;return(oe,V)=>{null===bt&&(bt=((0,i.WQX)(yt,{optional:!0})??[]).reduceRight(Tt,X));const le=(0,i.WQX)(i.TgB);if((0,i.WQX)(Xe)){const D=le.add();return bt(oe,V).pipe((0,J.j)(()=>le.remove(D)))}return bt(oe,V)}}let vt=(()=>{class bt extends gt{constructor(V,le){super(),this.backend=V,this.injector=le,this.chain=null,this.pendingTasks=(0,i.WQX)(i.TgB),this.contributeToStability=(0,i.WQX)(Xe)}handle(V){if(null===this.chain){const le=Array.from(new Set([...this.injector.get(ne),...this.injector.get(Re,[])]));this.chain=le.reduceRight((p,D)=>function ie(bt,oe,V){return(le,p)=>(0,i.N4e)(V,()=>oe(le,D=>bt(D,p)))}(p,D,this.injector),X)}if(this.contributeToStability){const le=this.pendingTasks.add();return this.chain(V,p=>this.backend.handle(p)).pipe((0,J.j)(()=>this.pendingTasks.remove(le)))}return this.chain(V,le=>this.backend.handle(le))}static{this.\u0275fac=function(le){return new(le||bt)(i.KVO(kt),i.KVO(i.uvJ))}}static{this.\u0275prov=i.jDH({token:bt,factory:bt.\u0275fac})}}return bt})();const kn=/^\)\]\}',?\n/;let An=(()=>{class bt{constructor(V){this.xhrFactory=V}handle(V){if("JSONP"===V.method)throw new i.wOt(-2800,!1);const le=this.xhrFactory;return(le.\u0275loadImpl?(0,g.H)(le.\u0275loadImpl()):(0,r.of)(null)).pipe((0,et.n)(()=>new H.c(D=>{const k=le.build();if(k.open(V.method,V.urlWithParams),V.withCredentials&&(k.withCredentials=!0),V.headers.forEach((sa,da)=>k.setRequestHeader(sa,da.join(","))),V.headers.has("Accept")||k.setRequestHeader("Accept","application/json, text/plain, */*"),!V.headers.has("Content-Type")){const sa=V.detectContentTypeHeader();null!==sa&&k.setRequestHeader("Content-Type",sa)}if(V.responseType){const sa=V.responseType.toLowerCase();k.responseType="json"!==sa?sa:"text"}const at=V.serializeBody();let Qt=null;const un=()=>{if(null!==Qt)return Qt;const sa=k.statusText||"OK",da=new zt(k.getAllResponseHeaders()),za=function Te(bt){return"responseURL"in bt&&bt.responseURL?bt.responseURL:/^X-Request-URL:/m.test(bt.getAllResponseHeaders())?bt.getResponseHeader("X-Request-URL"):null}(k)||V.url;return Qt=new Fe({headers:da,status:k.status,statusText:sa,url:za}),Qt},Wn=()=>{let{headers:sa,status:da,statusText:za,url:Yn}=un(),On=null;204!==da&&(On=typeof k.response>"u"?k.responseText:k.response),0===da&&(da=On?200:0);let wo=da>=200&&da<300;if("json"===V.responseType&&"string"==typeof On){const Ga=On;On=On.replace(kn,"");try{On=""!==On?JSON.parse(On):null}catch(xo){On=Ga,wo&&(wo=!1,On={error:xo,text:On})}}wo?(D.next(new zn({body:On,headers:sa,status:da,statusText:za,url:Yn||void 0})),D.complete()):D.error(new ht({error:On,headers:sa,status:da,statusText:za,url:Yn||void 0}))},Cn=sa=>{const{url:da}=un(),za=new ht({error:sa,status:k.status||0,statusText:k.statusText||"Unknown Error",url:da||void 0});D.error(za)};let Zn=!1;const Qn=sa=>{Zn||(D.next(un()),Zn=!0);let da={type:on.DownloadProgress,loaded:sa.loaded};sa.lengthComputable&&(da.total=sa.total),"text"===V.responseType&&k.responseText&&(da.partialText=k.responseText),D.next(da)},Xn=sa=>{let da={type:on.UploadProgress,loaded:sa.loaded};sa.lengthComputable&&(da.total=sa.total),D.next(da)};return k.addEventListener("load",Wn),k.addEventListener("error",Cn),k.addEventListener("timeout",Cn),k.addEventListener("abort",Cn),V.reportProgress&&(k.addEventListener("progress",Qn),null!==at&&k.upload&&k.upload.addEventListener("progress",Xn)),k.send(at),D.next({type:on.Sent}),()=>{k.removeEventListener("error",Cn),k.removeEventListener("abort",Cn),k.removeEventListener("load",Wn),k.removeEventListener("timeout",Cn),V.reportProgress&&(k.removeEventListener("progress",Qn),null!==at&&k.upload&&k.upload.removeEventListener("progress",Xn)),k.readyState!==k.DONE&&k.abort()}})))}static{this.\u0275fac=function(le){return new(le||bt)(i.KVO(Ot.N0))}}static{this.\u0275prov=i.jDH({token:bt,factory:bt.\u0275fac})}}return bt})();const De=new i.nKC(""),je=new i.nKC("",{providedIn:"root",factory:()=>"XSRF-TOKEN"}),jn=new i.nKC("",{providedIn:"root",factory:()=>"X-XSRF-TOKEN"});class cn{}let Zt=(()=>{class bt{constructor(V,le,p){this.doc=V,this.platform=le,this.cookieName=p,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if("server"===this.platform)return null;const V=this.doc.cookie||"";return V!==this.lastCookieString&&(this.parseCount++,this.lastToken=(0,Ot._b)(V,this.cookieName),this.lastCookieString=V),this.lastToken}static{this.\u0275fac=function(le){return new(le||bt)(i.KVO(Ot.qQ),i.KVO(i.Agw),i.KVO(je))}}static{this.\u0275prov=i.jDH({token:bt,factory:bt.\u0275fac})}}return bt})();function ae(bt,oe){const V=bt.url.toLowerCase();if(!(0,i.WQX)(De)||"GET"===bt.method||"HEAD"===bt.method||V.startsWith("http://")||V.startsWith("https://"))return oe(bt);const le=(0,i.WQX)(cn).getToken(),p=(0,i.WQX)(jn);return null!=le&&!bt.headers.has(p)&&(bt=bt.clone({headers:bt.headers.set(p,le)})),oe(bt)}var Y=function(bt){return bt[bt.Interceptors=0]="Interceptors",bt[bt.LegacyInterceptors=1]="LegacyInterceptors",bt[bt.CustomXsrfConfiguration=2]="CustomXsrfConfiguration",bt[bt.NoXsrfProtection=3]="NoXsrfProtection",bt[bt.JsonpSupport=4]="JsonpSupport",bt[bt.RequestsMadeViaParent=5]="RequestsMadeViaParent",bt[bt.Fetch=6]="Fetch",bt}(Y||{});function Ie(...bt){const oe=[lt,An,vt,{provide:gt,useExisting:vt},{provide:kt,useFactory:()=>(0,i.WQX)(xe,{optional:!0})??(0,i.WQX)(An)},{provide:ne,useValue:ae,multi:!0},{provide:De,useValue:!0},{provide:cn,useClass:Zt}];for(const V of bt)oe.push(...V.\u0275providers);return(0,i.EmA)(oe)}const ge=new i.nKC("");function Me(){return function Ht(bt,oe){return{\u0275kind:bt,\u0275providers:oe}}(Y.LegacyInterceptors,[{provide:ge,useFactory:Oe},{provide:ne,useExisting:ge,multi:!0}])}const Ke=new i.nKC(""),va="b",ga="h",Ba="s",St="st",ln="u",Q="rt",At=new i.nKC(""),he=["GET","HEAD"];function qe(bt,oe){const{isCacheActive:V,...le}=(0,i.WQX)(At),{transferCache:p,method:D}=bt;if(!V||!1===p||"POST"===D&&!le.includePostRequests&&!p||"POST"!==D&&!he.includes(D)||!le.includeRequestsWithAuthHeaders&&function dn(bt){return bt.headers.has("authorization")||bt.headers.has("proxy-authorization")}(bt)||!1===le.filter?.(bt))return oe(bt);const k=(0,i.WQX)(i.pJN),at=(0,i.WQX)(Ke,{optional:!0}),Qt=(0,Ot.Vy)((0,i.WQX)(i.Agw));if(at&&!Qt)throw new i.wOt(2803,!1);const un=Qt&&at?function Ta(bt,oe){const V=new URL(bt,"resolve://").origin,le=oe[V];return le?bt.replace(V,le):bt}(bt.url,at):bt.url,Wn=function wa(bt,oe){const{params:V,method:le,responseType:p}=bt,D=na(V);let k=bt.serializeBody();k instanceof URLSearchParams?k=na(k):"string"!=typeof k&&(k="");const Qt=function ca(bt){let oe=0;for(const V of bt)oe=Math.imul(31,oe)+V.charCodeAt(0)|0;return oe+=2147483648,oe.toString()}([le,p,oe,k,D].join("|"));return(0,i.zw6)(Qt)}(bt,un),Cn=k.get(Wn,null);let Zn=le.includeHeaders;if("object"==typeof p&&p.includeHeaders&&(Zn=p.includeHeaders),Cn){const{[va]:Qn,[Q]:Xn,[ga]:sa,[Ba]:da,[St]:za,[ln]:Yn}=Cn;let On=Qn;switch(Xn){case"arraybuffer":On=(new TextEncoder).encode(Qn).buffer;break;case"blob":On=new Blob([Qn])}let wo=new zt(sa);return(0,r.of)(new zn({body:On,headers:wo,status:da,statusText:za,url:Yn}))}return oe(bt).pipe((0,mt.M)(Qn=>{Qn instanceof zn&&Qt&&k.set(Wn,{[va]:Qn.body,[ga]:Un(Qn.headers,Zn),[Ba]:Qn.status,[St]:Qn.statusText,[ln]:un,[Q]:bt.responseType})}))}function Un(bt,oe){if(!oe)return{};const V={};for(const le of oe){const p=bt.getAll(le);null!==p&&(V[le]=p)}return V}function na(bt){return[...bt.keys()].sort().map(oe=>`${oe}=${bt.getAll(oe)}`).join("&")}function ua(bt){return[{provide:At,useFactory:()=>((0,i.ngT)("NgHttpTransferCache"),{isCacheActive:!0,...bt})},{provide:Re,useValue:qe,multi:!0,deps:[i.pJN,At]},{provide:i.iLQ,multi:!0,useFactory:()=>{const oe=(0,i.WQX)(i.o8S),V=(0,i.WQX)(At);return()=>{(0,i.zuW)(oe).then(()=>{V.isCacheActive=!1})}}}]}},4438:($e,Gt,c)=>{function n(t,e){return Object.is(t,e)}c.d(Gt,{bc$:()=>lw,iLQ:()=>r2,sZ2:()=>e1,hnV:()=>Vm,wjH:()=>Ss,o8S:()=>Ri,BIS:()=>hw,gRc:()=>ef,Ql9:()=>Wb,OM3:()=>ll,Ocv:()=>Jb,Z63:()=>eo,aKT:()=>Rr,uvJ:()=>_,zcH:()=>Xi,bkB:()=>Si,$GK:()=>Jn,nKC:()=>Mn,zZn:()=>h0,_q3:()=>Dc,MKu:()=>Bc,xe9:()=>bc,Co$:()=>Bu,Vns:()=>zs,SKi:()=>to,Xx1:()=>Fo,Agw:()=>n1,PLl:()=>Zp,rOR:()=>ql,sFG:()=>a7,_9s:()=>td,czy:()=>g1,WPN:()=>bs,kdw:()=>e0,C4Q:()=>tl,NYb:()=>Fb,giA:()=>Lm,pJN:()=>Nr,RxE:()=>Sm,c1b:()=>T1,gXe:()=>oo,mal:()=>N1,Tzd:()=>Fu,L39:()=>Jx,EWP:()=>nI,sbv:()=>S7,Ol2:()=>fd,w6W:()=>Y7,QZP:()=>Hf,Rfq:()=>Zt,oKB:()=>Fi,WQX:()=>Nn,Hps:()=>pd,QuC:()=>Bo,EmA:()=>io,zw6:()=>dw,Udg:()=>tI,Jn2:()=>Qb,HJs:()=>lI,N4e:()=>bn,vPA:()=>lu,O8t:()=>aI,An2:()=>Bs,H3F:()=>Tm,GGh:()=>Jp,PUk:()=>qp,H8p:()=>pi,KH2:()=>xr,TgB:()=>ws,wOt:()=>Oe,WHO:()=>Pm,e01:()=>Fm,lNU:()=>Xe,PpM:()=>nr,h9k:()=>I4,$MX:()=>c1,ZF7:()=>Ys,Kcf:()=>zw,e5t:()=>Aw,UyX:()=>Sw,cWb:()=>Ew,osQ:()=>Tw,H5H:()=>$d,Zy3:()=>Ln,mq5:()=>Fg,JZv:()=>kn,TL3:()=>Tx,LfX:()=>dn,plB:()=>as,jNT:()=>mc,zjR:()=>Nm,ngT:()=>c0,XSP:()=>B9,TL$:()=>sw,Tbb:()=>je,zUL:()=>jn,rcV:()=>Ki,zuW:()=>fc,M8M:()=>Zx,nM4:()=>Iu,Vt3:()=>ud,GFd:()=>Du,OA$:()=>vn,Jv_:()=>X3,aNF:()=>K3,R7$:()=>Q4,BMQ:()=>Ed,HbH:()=>Mg,ZvI:()=>Cg,AVh:()=>Pd,vxM:()=>Eg,wni:()=>M3,C6U:()=>I3,VBU:()=>bo,FsC:()=>jo,jDH:()=>Q,G2t:()=>he,$C:()=>w0,EJ8:()=>ri,rXU:()=>qs,nrm:()=>Ud,eu8:()=>jd,bVm:()=>Y1,qex:()=>K1,k0s:()=>X1,j41:()=>$1,RV6:()=>Pg,xGo:()=>gp,Mr5:()=>Gd,KVO:()=>Ea,kS0:()=>Kl,QTQ:()=>q4,bIt:()=>Yd,lsd:()=>x3,joV:()=>tp,qSk:()=>Jc,XpG:()=>h3,nI1:()=>cm,bMT:()=>pm,i5U:()=>vm,brH:()=>um,SdG:()=>c3,NAR:()=>d3,Y8G:()=>Od,FS9:()=>qd,Mz_:()=>t2,FCK:()=>Jd,lJ4:()=>Z3,eq3:()=>q3,l_i:()=>J3,sMw:()=>tm,ziG:()=>em,s1E:()=>nm,l4e:()=>am,sGs:()=>om,zJS:()=>im,NyB:()=>y3,mGM:()=>b3,sdS:()=>k3,Dyx:()=>Og,Z7z:()=>Ag,fX1:()=>Tg,Vm6:()=>Sg,Njj:()=>Nc,eBV:()=>Lc,npT:()=>y4,B4B:()=>mh,n$t:()=>C4,xc7:()=>Rd,Kam:()=>Qd,zvX:()=>Wd,DNE:()=>Md,C5r:()=>gm,EFF:()=>H3,JRh:()=>ec,SpI:()=>e2,Lme:()=>nc,E5c:()=>ac,DH7:()=>j3,mxI:()=>ic,R50:()=>oc,GBs:()=>_3});let i=null,r=!1,H=1;const g=Symbol("SIGNAL");function Z(t){const e=i;return i=t,e}const et={version:0,lastCleanEpoch:0,dirty:!1,producerNode:void 0,producerLastReadVersion:void 0,producerIndexOfThis:void 0,nextProducerIndex:0,liveConsumerNode:void 0,liveConsumerIndexOfThis:void 0,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function mt(t){if(r)throw new Error("");if(null===i)return;i.consumerOnSignalRead(t);const e=i.nextProducerIndex++;It(i),e<i.producerNode.length&&i.producerNode[e]!==t&&rt(i)&&Et(i.producerNode[e],i.producerIndexOfThis[e]),i.producerNode[e]!==t&&(i.producerNode[e]=t,i.producerIndexOfThis[e]=rt(i)?Pt(t,i,e):0),i.producerLastReadVersion[e]=t.version}function gt(t){if((!rt(t)||t.dirty)&&(t.dirty||t.lastCleanEpoch!==H)){if(!t.producerMustRecompute(t)&&!Jt(t))return t.dirty=!1,void(t.lastCleanEpoch=H);t.producerRecomputeValue(t),t.dirty=!1,t.lastCleanEpoch=H}}function kt(t){if(void 0===t.liveConsumerNode)return;const e=r;r=!0;try{for(const a of t.liveConsumerNode)a.dirty||Xt(a)}finally{r=e}}function zt(){return!1!==i?.consumerAllowSignalWrites}function Xt(t){t.dirty=!0,kt(t),t.consumerMarkedDirty?.(t)}function pt(t){return t&&(t.nextProducerIndex=0),Z(t)}function Kt(t,e){if(Z(e),t&&void 0!==t.producerNode&&void 0!==t.producerIndexOfThis&&void 0!==t.producerLastReadVersion){if(rt(t))for(let a=t.nextProducerIndex;a<t.producerNode.length;a++)Et(t.producerNode[a],t.producerIndexOfThis[a]);for(;t.producerNode.length>t.nextProducerIndex;)t.producerNode.pop(),t.producerLastReadVersion.pop(),t.producerIndexOfThis.pop()}}function Jt(t){It(t);for(let e=0;e<t.producerNode.length;e++){const a=t.producerNode[e],o=t.producerLastReadVersion[e];if(o!==a.version||(gt(a),o!==a.version))return!0}return!1}function fe(t){if(It(t),rt(t))for(let e=0;e<t.producerNode.length;e++)Et(t.producerNode[e],t.producerIndexOfThis[e]);t.producerNode.length=t.producerLastReadVersion.length=t.producerIndexOfThis.length=0,t.liveConsumerNode&&(t.liveConsumerNode.length=t.liveConsumerIndexOfThis.length=0)}function Pt(t,e,a){if(xt(t),0===t.liveConsumerNode.length&&dt(t))for(let o=0;o<t.producerNode.length;o++)t.producerIndexOfThis[o]=Pt(t.producerNode[o],t,o);return t.liveConsumerIndexOfThis.push(a),t.liveConsumerNode.push(e)-1}function Et(t,e){if(xt(t),1===t.liveConsumerNode.length&&dt(t))for(let o=0;o<t.producerNode.length;o++)Et(t.producerNode[o],t.producerIndexOfThis[o]);const a=t.liveConsumerNode.length-1;if(t.liveConsumerNode[e]=t.liveConsumerNode[a],t.liveConsumerIndexOfThis[e]=t.liveConsumerIndexOfThis[a],t.liveConsumerNode.length--,t.liveConsumerIndexOfThis.length--,e<t.liveConsumerNode.length){const o=t.liveConsumerIndexOfThis[e],s=t.liveConsumerNode[e];It(s),s.producerIndexOfThis[o]=e}}function rt(t){return t.consumerIsAlwaysLive||(t?.liveConsumerNode?.length??0)>0}function It(t){t.producerNode??=[],t.producerIndexOfThis??=[],t.producerLastReadVersion??=[]}function xt(t){t.liveConsumerNode??=[],t.liveConsumerIndexOfThis??=[]}function dt(t){return void 0!==t.producerNode}function Vt(t){const e=Object.create(Ve);e.computation=t;const a=()=>{if(gt(e),mt(e),e.value===re)throw e.error;return e.value};return a[g]=e,a}const it=Symbol("UNSET"),Bt=Symbol("COMPUTING"),re=Symbol("ERRORED"),Ve={...et,value:it,dirty:!0,error:null,equal:n,producerMustRecompute:t=>t.value===it||t.value===Bt,producerRecomputeValue(t){if(t.value===Bt)throw new Error("Detected cycle in computations.");const e=t.value;t.value=Bt;const a=pt(t);let o;try{o=t.computation()}catch(s){o=re,t.error=s}finally{Kt(t,a)}e!==it&&e!==re&&o!==re&&t.equal(e,o)?t.value=e:(t.value=o,t.version++)}};let wn=function on(){throw new Error};function Fe(){wn()}let ht=null;function Lt(t,e){zt()||Fe(),t.equal(t.value,e)||(t.value=e,function Ze(t){t.version++,function Ot(){H++}(),kt(t),ht?.()}(t))}const ke={...et,equal:n,value:void 0};const Ae=()=>{},de={...et,consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!1,consumerMarkedDirty:t=>{null!==t.schedule&&t.schedule(t.ref)},hasRun:!1,cleanupFn:Ae};var X=c(4412),Tt=c(1413),ie=c(8359),yt=c(6354),ne=c(1594);const Xe="https://g.co/ng/security#xss";class Oe extends Error{constructor(e,a){super(Ln(e,a)),this.code=e}}function Ln(t,e){return`NG0${Math.abs(t)}${e?": "+e:""}`}function Rt(t){return{toString:t}.toString()}const jt="__parameters__";function mn(t,e,a){return Rt(()=>{const o=function Ge(t){return function(...a){if(t){const o=t(...a);for(const s in o)this[s]=o[s]}}}(e);function s(...l){if(this instanceof s)return o.apply(this,l),this;const d=new s(...l);return m.annotation=d,m;function m(I,O,G){const Dt=I.hasOwnProperty(jt)?I[jt]:Object.defineProperty(I,jt,{value:[]})[jt];for(;Dt.length<=G;)Dt.push(null);return(Dt[G]=Dt[G]||[]).push(d),I}}return a&&(s.prototype=Object.create(a.prototype)),s.prototype.ngMetadataName=t,s.annotationCls=s,s})}const kn=globalThis;function De(t){for(let e in t)if(t[e]===De)return e;throw Error("Could not find renamed property on target object.")}function rn(t,e){for(const a in e)e.hasOwnProperty(a)&&!t.hasOwnProperty(a)&&(t[a]=e[a])}function je(t){if("string"==typeof t)return t;if(Array.isArray(t))return"["+t.map(je).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return`${t.overriddenName}`;if(t.name)return`${t.name}`;const e=t.toString();if(null==e)return""+e;const a=e.indexOf("\n");return-1===a?e:e.substring(0,a)}function Tn(t,e){return null==t||""===t?null===e?"":e:null==e||""===e?t:t+" "+e}function jn(t,e=100){if(!t||e<1||t.length<=e)return t;if(1==e)return t.substring(0,1)+"...";const a=Math.round(e/2);return t.substring(0,a)+"..."+t.substring(t.length-a)}const cn=De({__forward_ref__:De});function Zt(t){return t.__forward_ref__=Zt,t.toString=function(){return je(this())},t}function ae(t){return L(t)?t():t}function L(t){return"function"==typeof t&&t.hasOwnProperty(cn)&&t.__forward_ref__===Zt}function Q(t){return{token:t.token,providedIn:t.providedIn||null,factory:t.factory,value:void 0}}function he(t){return{providers:t.providers||[],imports:t.imports||[]}}function qe(t){return Un(t,ca)||Un(t,ba)}function dn(t){return null!==qe(t)}function Un(t,e){return t.hasOwnProperty(e)?t[e]:null}function wa(t){return t&&(t.hasOwnProperty(ua)||t.hasOwnProperty(Ta))?t[ua]:null}const ca=De({\u0275prov:De}),ua=De({\u0275inj:De}),ba=De({ngInjectableDef:De}),Ta=De({ngInjectorDef:De});class Mn{constructor(e,a){this._desc=e,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,"number"==typeof a?this.__NG_ELEMENT_ID__=a:void 0!==a&&(this.\u0275prov=Q({token:this,providedIn:a.providedIn||"root",factory:a.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}function Wn(t){return t&&!!t.\u0275providers}const Cn=De({\u0275cmp:De}),Zn=De({\u0275dir:De}),Qn=De({\u0275pipe:De}),Xn=De({\u0275mod:De}),sa=De({\u0275fac:De}),da=De({__NG_ELEMENT_ID__:De}),za=De({__NG_ENV_ID__:De});function Yn(t){return"string"==typeof t?t:null==t?"":String(t)}function D0(t,e){throw new Oe(-201,!1)}var Jn=function(t){return t[t.Default=0]="Default",t[t.Host=1]="Host",t[t.Self=2]="Self",t[t.SkipSelf=4]="SkipSelf",t[t.Optional=8]="Optional",t}(Jn||{});let ro;function Zo(){return ro}function Ca(t){const e=ro;return ro=t,e}function Io(t,e,a){const o=qe(t);return o&&"root"==o.providedIn?void 0===o.value?o.value=o.factory():o.value:a&Jn.Optional?null:void 0!==e?e:void D0()}const qo={},Ho="__NG_DI_FLAG__",p0="ngTempTokenPath",Y0=/\n/gm,u0="__source";let Aa;function lo(t){const e=Aa;return Aa=t,e}function g0(t,e=Jn.Default){if(void 0===Aa)throw new Oe(-203,!1);return null===Aa?Io(t,void 0,e):Aa.get(t,e&Jn.Optional?null:void 0,e)}function Ea(t,e=Jn.Default){return(Zo()||g0)(ae(t),e)}function Nn(t,e=Jn.Default){return Ea(t,yo(e))}function yo(t){return typeof t>"u"||"number"==typeof t?t:(t.optional&&8)|(t.host&&1)|(t.self&&2)|(t.skipSelf&&4)}function t0(t){const e=[];for(let a=0;a<t.length;a++){const o=ae(t[a]);if(Array.isArray(o)){if(0===o.length)throw new Oe(900,!1);let s,l=Jn.Default;for(let d=0;d<o.length;d++){const m=o[d],I=B0(m);"number"==typeof I?-1===I?s=m.token:l|=I:s=m}e.push(Ea(s,l))}else e.push(Ea(o))}return e}function Ro(t,e){return t[Ho]=e,t.prototype[Ho]=e,t}function B0(t){return t[Ho]}const Fo=Ro(mn("Optional"),8),e0=Ro(mn("SkipSelf"),4);function Za(t,e){return t.hasOwnProperty(sa)?t[sa]:null}function Ka(t,e){t.forEach(a=>Array.isArray(a)?Ka(a,e):e(a))}function $o(t,e,a){e>=t.length?t.push(a):t.splice(e,0,a)}function Lo(t,e){return e>=t.length-1?t.pop():t.splice(e,1)[0]}function qa(t,e,a){let o=Xo(t,e);return o>=0?t[1|o]=a:(o=~o,function q0(t,e,a,o){let s=t.length;if(s==e)t.push(a,o);else if(1===s)t.push(o,t[0]),t[0]=a;else{for(s--,t.push(t[s-1],t[s]);s>e;)t[s]=t[s-2],s--;t[e]=a,t[e+1]=o}}(t,o,e,a)),o}function J0(t,e){const a=Xo(t,e);if(a>=0)return t[1|a]}function Xo(t,e){return function z0(t,e,a){let o=0,s=t.length>>a;for(;s!==o;){const l=o+(s-o>>1),d=t[l<<a];if(e===d)return l<<a;d>e?s=l:o=l+1}return~(s<<a)}(t,e,1)}const Fa={},aa=[],eo=new Mn(""),E0=new Mn("",-1),ko=new Mn("");class Ua{get(e,a=qo){if(a===qo){const o=new Error(`NullInjectorError: No provider for ${je(e)}!`);throw o.name="NullInjectorError",o}return a}}var ao=function(t){return t[t.OnPush=0]="OnPush",t[t.Default=1]="Default",t}(ao||{}),oo=function(t){return t[t.Emulated=0]="Emulated",t[t.None=2]="None",t[t.ShadowDom=3]="ShadowDom",t}(oo||{}),Wa=function(t){return t[t.None=0]="None",t[t.SignalBased=1]="SignalBased",t[t.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",t}(Wa||{});function S0(t,e,a){let o=t.length;for(;;){const s=t.indexOf(e,a);if(-1===s)return s;if(0===s||t.charCodeAt(s-1)<=32){const l=e.length;if(s+l===o||t.charCodeAt(s+l)<=32)return s}a=s+1}}function Ko(t,e,a){let o=0;for(;o<a.length;){const s=a[o];if("number"==typeof s){if(0!==s)break;o++;const l=a[o++],d=a[o++],m=a[o++];t.setAttribute(e,d,m,l)}else{const l=s,d=a[++o];Ii(l)?t.setProperty(e,l,d):t.setAttribute(e,l,d),o++}}return o}function xi(t){return 3===t||4===t||6===t}function Ii(t){return 64===t.charCodeAt(0)}function Vo(t,e){if(null!==e&&0!==e.length)if(null===t||0===t.length)t=e.slice();else{let a=-1;for(let o=0;o<e.length;o++){const s=e[o];"number"==typeof s?a=s:0===a||Co(t,a,s,null,-1===a||2===a?e[++o]:null)}}return t}function Co(t,e,a,o,s){let l=0,d=t.length;if(-1===e)d=-1;else for(;l<t.length;){const m=t[l++];if("number"==typeof m){if(m===e){d=-1;break}if(m>e){d=l-1;break}}}for(;l<t.length;){const m=t[l];if("number"==typeof m)break;if(m===a){if(null===o)return void(null!==s&&(t[l+1]=s));if(o===t[l+1])return void(t[l+2]=s)}l++,null!==o&&l++,null!==s&&l++}-1!==d&&(t.splice(d,0,e),l=d+1),t.splice(l++,0,a),null!==o&&t.splice(l++,0,o),null!==s&&t.splice(l++,0,s)}const _o="ng-template";function T0(t,e,a,o){let s=0;if(o){for(;s<e.length&&"string"==typeof e[s];s+=2)if("class"===e[s]&&-1!==S0(e[s+1].toLowerCase(),a,0))return!0}else if(A0(t))return!1;if(s=e.indexOf(1,s),s>-1){let l;for(;++s<e.length&&"string"==typeof(l=e[s]);)if(l.toLowerCase()===a)return!0}return!1}function A0(t){return 4===t.type&&t.value!==_o}function U(t,e,a){return e===(4!==t.type||a?t.value:_o)}function N(t,e,a){let o=4;const s=t.attrs,l=null!==s?function ra(t){for(let e=0;e<t.length;e++)if(xi(t[e]))return e;return t.length}(s):0;let d=!1;for(let m=0;m<e.length;m++){const I=e[m];if("number"!=typeof I){if(!d)if(4&o){if(o=2|1&o,""!==I&&!U(t,I,a)||""===I&&1===e.length){if(E(o))return!1;d=!0}}else if(8&o){if(null===s||!T0(t,s,I,a)){if(E(o))return!1;d=!0}}else{const O=e[++m],G=ut(I,s,A0(t),a);if(-1===G){if(E(o))return!1;d=!0;continue}if(""!==O){let Dt;if(Dt=G>l?"":s[G+1].toLowerCase(),2&o&&O!==Dt){if(E(o))return!1;d=!0}}}}else{if(!d&&!E(o)&&!E(I))return!1;if(d&&E(I))continue;d=!1,o=I|1&o}}return E(o)||d}function E(t){return!(1&t)}function ut(t,e,a,o){if(null===e)return-1;let s=0;if(o||!a){let l=!1;for(;s<e.length;){const d=e[s];if(d===t)return s;if(3===d||6===d)l=!0;else{if(1===d||2===d){let m=e[++s];for(;"string"==typeof m;)m=e[++s];continue}if(4===d)break;if(0===d){s+=4;continue}}s+=l?1:2}return-1}return function Do(t,e){let a=t.indexOf(4);if(a>-1)for(a++;a<t.length;){const o=t[a];if("number"==typeof o)return-1;if(o===e)return a;a++}return-1}(e,t)}function pe(t,e,a=!1){for(let o=0;o<e.length;o++)if(N(t,e[o],a))return!0;return!1}function a0(t,e){t:for(let a=0;a<e.length;a++){const o=e[a];if(t.length===o.length){for(let s=0;s<t.length;s++)if(t[s]!==o[s])continue t;return!0}}return!1}function m0(t,e){return t?":not("+e.trim()+")":e}function ti(t){let e=t[0],a=1,o=2,s="",l=!1;for(;a<t.length;){let d=t[a];if("string"==typeof d)if(2&o){const m=t[++a];s+="["+d+(m.length>0?'="'+m+'"':"")+"]"}else 8&o?s+="."+d:4&o&&(s+=" "+d);else""!==s&&!E(d)&&(e+=m0(l,s),s=""),o=d,l=l||!E(o);a++}return""!==s&&(e+=m0(l,s)),e}function bo(t){return Rt(()=>{const e=M0(t),a={...e,decls:t.decls,vars:t.vars,template:t.template,consts:t.consts||null,ngContentSelectors:t.ngContentSelectors,onPush:t.changeDetection===ao.OnPush,directiveDefs:null,pipeDefs:null,dependencies:e.standalone&&t.dependencies||null,getStandaloneInjector:null,signals:t.signals??!1,data:t.data||{},encapsulation:t.encapsulation||oo.Emulated,styles:t.styles||aa,_:null,schemas:t.schemas||null,tView:null,id:""};ei(a);const o=t.dependencies;return a.directiveDefs=li(o,!1),a.pipeDefs=li(o,!0),a.id=function Yo(t){let e=0;const a=[t.selectors,t.ngContentSelectors,t.hostVars,t.hostAttrs,t.consts,t.vars,t.decls,t.encapsulation,t.standalone,t.signals,t.exportAs,JSON.stringify(t.inputs),JSON.stringify(t.outputs),Object.getOwnPropertyNames(t.type.prototype),!!t.contentQueries,!!t.viewQuery].join("|");for(const s of a)e=Math.imul(31,e)+s.charCodeAt(0)|0;return e+=2147483648,"c"+e}(a),a})}function f0(t){return oa(t)||La(t)}function Pi(t){return null!==t}function w0(t){return Rt(()=>({type:t.type,bootstrap:t.bootstrap||aa,declarations:t.declarations||aa,imports:t.imports||aa,exports:t.exports||aa,transitiveCompileScopes:null,schemas:t.schemas||null,id:t.id||null}))}function Uo(t,e){if(null==t)return Fa;const a={};for(const o in t)if(t.hasOwnProperty(o)){const s=t[o];let l,d,m=Wa.None;Array.isArray(s)?(m=s[0],l=s[1],d=s[2]??l):(l=s,d=s),e?(a[l]=m!==Wa.None?[o,m]:o,e[l]=d):a[l]=o}return a}function jo(t){return Rt(()=>{const e=M0(t);return ei(e),e})}function ri(t){return{type:t.type,name:t.name,factory:null,pure:!1!==t.pure,standalone:!0===t.standalone,onDestroy:t.type.prototype.ngOnDestroy||null}}function oa(t){return t[Cn]||null}function La(t){return t[Zn]||null}function Ja(t){return t[Qn]||null}function Bo(t){const e=oa(t)||La(t)||Ja(t);return null!==e&&e.standalone}function ja(t,e){const a=t[Xn]||null;if(!a&&!0===e)throw new Error(`Type ${je(t)} does not have '\u0275mod' property.`);return a}function M0(t){const e={};return{type:t.type,providersResolver:null,factory:null,hostBindings:t.hostBindings||null,hostVars:t.hostVars||0,hostAttrs:t.hostAttrs||null,contentQueries:t.contentQueries||null,declaredInputs:e,inputTransforms:null,inputConfig:t.inputs||Fa,exportAs:t.exportAs||null,standalone:!0===t.standalone,signals:!0===t.signals,selectors:t.selectors||aa,viewQuery:t.viewQuery||null,features:t.features||null,setInput:null,findHostDirectiveDefs:null,hostDirectives:null,inputs:Uo(t.inputs,e),outputs:Uo(t.outputs),debugInfo:null}}function ei(t){t.features?.forEach(e=>e(t))}function li(t,e){if(!t)return null;const a=e?Ja:f0;return()=>("function"==typeof t?t():t).map(o=>a(o)).filter(Pi)}function io(t){return{\u0275providers:t}}function Fi(...t){return{\u0275providers:hi(0,t),\u0275fromNgModule:!0}}function hi(t,...e){const a=[],o=new Set;let s;const l=d=>{a.push(d)};return Ka(e,d=>{const m=d;ni(m,l,[],o)&&(s||=[],s.push(m))}),void 0!==s&&di(s,l),a}function di(t,e){for(let a=0;a<t.length;a++){const{ngModule:o,providers:s}=t[a];ai(s,l=>{e(l,o)})}}function ni(t,e,a,o){if(!(t=ae(t)))return!1;let s=null,l=wa(t);const d=!l&&oa(t);if(l||d){if(d&&!d.standalone)return!1;s=t}else{const I=t.ngModule;if(l=wa(I),!l)return!1;s=I}const m=o.has(s);if(d){if(m)return!1;if(o.add(s),d.dependencies){const I="function"==typeof d.dependencies?d.dependencies():d.dependencies;for(const O of I)ni(O,e,a,o)}}else{if(!l)return!1;{if(null!=l.imports&&!m){let O;o.add(s);try{Ka(l.imports,G=>{ni(G,e,a,o)&&(O||=[],O.push(G))})}finally{}void 0!==O&&di(O,e)}if(!m){const O=Za(s)||(()=>new s);e({provide:s,useFactory:O,deps:aa},s),e({provide:ko,useValue:s,multi:!0},s),e({provide:eo,useValue:()=>Ea(s),multi:!0},s)}const I=l.providers;if(null!=I&&!m){const O=t;ai(I,G=>{e(G,O)})}}}return s!==t&&void 0!==t.providers}function ai(t,e){for(let a of t)Wn(a)&&(a=a.\u0275providers),Array.isArray(a)?ai(a,e):e(a)}const ki=De({provide:String,useValue:De});function ci(t){return null!==t&&"object"==typeof t&&ki in t}function _0(t){return"function"==typeof t}const pi=new Mn(""),H0={},Li={};let vi;function s0(){return void 0===vi&&(vi=new Ua),vi}class _{}class T extends _{get destroyed(){return this._destroyed}constructor(e,a,o,s){super(),this.parent=a,this.source=o,this.scopes=s,this.records=new Map,this._ngOnDestroyHooks=new Set,this._onDestroyHooks=[],this._destroyed=!1,Qe(e,d=>this.processProvider(d)),this.records.set(E0,$t(void 0,this)),s.has("environment")&&this.records.set(_,$t(void 0,this));const l=this.records.get(pi);null!=l&&"string"==typeof l.value&&this.scopes.add(l.value),this.injectorDefTypes=new Set(this.get(ko,aa,Jn.Self))}destroy(){this.assertNotDestroyed(),this._destroyed=!0;const e=Z(null);try{for(const o of this._ngOnDestroyHooks)o.ngOnDestroy();const a=this._onDestroyHooks;this._onDestroyHooks=[];for(const o of a)o()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),Z(e)}}onDestroy(e){return this.assertNotDestroyed(),this._onDestroyHooks.push(e),()=>this.removeOnDestroy(e)}runInContext(e){this.assertNotDestroyed();const a=lo(this),o=Ca(void 0);try{return e()}finally{lo(a),Ca(o)}}get(e,a=qo,o=Jn.Default){if(this.assertNotDestroyed(),e.hasOwnProperty(za))return e[za](this);o=yo(o);const l=lo(this),d=Ca(void 0);try{if(!(o&Jn.SkipSelf)){let I=this.records.get(e);if(void 0===I){const O=function He(t){return"function"==typeof t||"object"==typeof t&&t instanceof Mn}(e)&&qe(e);I=O&&this.injectableDefInScope(O)?$t(v(e),H0):null,this.records.set(e,I)}if(null!=I)return this.hydrate(e,I)}return(o&Jn.Self?s0():this.parent).get(e,a=o&Jn.Optional&&a===qo?null:a)}catch(m){if("NullInjectorError"===m.name){if((m[p0]=m[p0]||[]).unshift(je(e)),l)throw m;return function Po(t,e,a,o){const s=t[p0];throw e[u0]&&s.unshift(e[u0]),t.message=function V0(t,e,a,o=null){t=t&&"\n"===t.charAt(0)&&"\u0275"==t.charAt(1)?t.slice(2):t;let s=je(e);if(Array.isArray(e))s=e.map(je).join(" -> ");else if("object"==typeof e){let l=[];for(let d in e)if(e.hasOwnProperty(d)){let m=e[d];l.push(d+":"+("string"==typeof m?JSON.stringify(m):je(m)))}s=`{${l.join(", ")}}`}return`${a}${o?"("+o+")":""}[${s}]: ${t.replace(Y0,"\n  ")}`}("\n"+t.message,s,a,o),t.ngTokenPath=s,t[p0]=null,t}(m,e,"R3InjectorError",this.source)}throw m}finally{Ca(d),lo(l)}}resolveInjectorInitializers(){const e=Z(null),a=lo(this),o=Ca(void 0);try{const l=this.get(eo,aa,Jn.Self);for(const d of l)d()}finally{lo(a),Ca(o),Z(e)}}toString(){const e=[],a=this.records;for(const o of a.keys())e.push(je(o));return`R3Injector[${e.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new Oe(205,!1)}processProvider(e){let a=_0(e=ae(e))?e:ae(e&&e.provide);const o=function P(t){return ci(t)?$t(void 0,t.useValue):$t(nt(t),H0)}(e);if(!_0(e)&&!0===e.multi){let s=this.records.get(a);s||(s=$t(void 0,H0,!0),s.factory=()=>t0(s.multi),this.records.set(a,s)),a=e,s.multi.push(e)}this.records.set(a,o)}hydrate(e,a){const o=Z(null);try{return a.value===H0&&(a.value=Li,a.value=a.factory()),"object"==typeof a.value&&a.value&&function Ye(t){return null!==t&&"object"==typeof t&&"function"==typeof t.ngOnDestroy}(a.value)&&this._ngOnDestroyHooks.add(a.value),a.value}finally{Z(o)}}injectableDefInScope(e){if(!e.providedIn)return!1;const a=ae(e.providedIn);return"string"==typeof a?"any"===a||this.scopes.has(a):this.injectorDefTypes.has(a)}removeOnDestroy(e){const a=this._onDestroyHooks.indexOf(e);-1!==a&&this._onDestroyHooks.splice(a,1)}}function v(t){const e=qe(t),a=null!==e?e.factory:Za(t);if(null!==a)return a;if(t instanceof Mn)throw new Oe(204,!1);if(t instanceof Function)return function y(t){if(t.length>0)throw new Oe(204,!1);const a=function na(t){return t&&(t[ca]||t[ba])||null}(t);return null!==a?()=>a.factory(t):()=>new t}(t);throw new Oe(204,!1)}function nt(t,e,a){let o;if(_0(t)){const s=ae(t);return Za(s)||v(s)}if(ci(t))o=()=>ae(t.useValue);else if(function oi(t){return!(!t||!t.useFactory)}(t))o=()=>t.useFactory(...t0(t.deps||[]));else if(function Ci(t){return!(!t||!t.useExisting)}(t))o=()=>Ea(ae(t.useExisting));else{const s=ae(t&&(t.useClass||t.provide));if(!function _e(t){return!!t.deps}(t))return Za(s)||v(s);o=()=>new s(...t0(t.deps))}return o}function $t(t,e,a=!1){return{factory:t,value:e,multi:a?[]:void 0}}function Qe(t,e){for(const a of t)Array.isArray(a)?Qe(a,e):a&&Wn(a)?Qe(a.\u0275providers,e):e(a)}function bn(t,e){t instanceof T&&t.assertNotDestroyed();const o=lo(t),s=Ca(void 0);try{return e()}finally{lo(o),Ca(s)}}function Gn(){return void 0!==Zo()||null!=function Jo(){return Aa}()}function hn(t){if(!Gn())throw new Oe(-203,!1)}const yn=0,We=1,Hn=2,ma=3,Oa=4,ya=5,fa=6,Ha=7,ea=8,Da=9,po=10,Kn=11,ui=12,ds=13,Ni=14,Na=15,b0=16,zo=17,Eo=18,Di=19,Ps=20,gi=21,Vi=22,r0=23,$n=25,Fs=1,qi=6,x0=7,Ui=9,$a=10;var ts=function(t){return t[t.None=0]="None",t[t.HasTransplantedViews=2]="HasTransplantedViews",t}(ts||{});function no(t){return Array.isArray(t)&&"object"==typeof t[Fs]}function so(t){return Array.isArray(t)&&!0===t[Fs]}function es(t){return!!(4&t.flags)}function R0(t){return t.componentOffset>-1}function ji(t){return!(1&~t.flags)}function l0(t){return!!t.template}function mi(t){return!!(512&t[Hn])}class ct{constructor(e,a,o){this.previousValue=e,this.currentValue=a,this.firstChange=o}isFirstChange(){return this.firstChange}}function ue(t,e,a,o){null!==e?e.applyValueToInputSignal(e,o):t[a]=o}function vn(){return Vn}function Vn(t){return t.type.prototype.ngOnChanges&&(t.setInput=vo),Ma}function Ma(){const t=Dr(this),e=t?.current;if(e){const a=t.previous;if(a===Fa)t.previous=e;else for(let o in e)a[o]=e[o];t.current=null,this.ngOnChanges(e)}}function vo(t,e,a,o,s){const l=this.declaredInputs[o],d=Dr(t)||function Lf(t,e){return t[I0]=e}(t,{previous:Fa,current:null}),m=d.current||(d.current={}),I=d.previous,O=I[l];m[l]=new ct(O&&O.currentValue,a,I===Fa),ue(t,e,s,a)}vn.ngInherit=!0;const I0="__ngSimpleChanges__";function Dr(t){return t[I0]||null}const Bi=function(t,e,a){},Tc="svg";function ka(t){for(;Array.isArray(t);)t=t[yn];return t}function Br(t,e){return ka(e[t])}function y0(t,e){return ka(e[t.index])}function zr(t,e){return t.data[e]}function vs(t,e){return t[e]}function W0(t,e){const a=e[t];return no(a)?a:a[yn]}function y2(t){return!(128&~t[Hn])}function ii(t,e){return null==e?null:t[e]}function Oc(t){t[zo]=0}function Hc(t){1024&t[Hn]||(t[Hn]|=1024,y2(t)&&Pl(t))}function Rl(t){return!!(9216&t[Hn]||t[r0]?.dirty)}function k2(t){t[po].changeDetectionScheduler?.notify(8),64&t[Hn]&&(t[Hn]|=1024),Rl(t)&&Pl(t)}function Pl(t){t[po].changeDetectionScheduler?.notify(0);let e=Gi(t);for(;null!==e&&!(8192&e[Hn])&&(e[Hn]|=8192,y2(e));)e=Gi(e)}function Fl(t,e){if(!(256&~t[Hn]))throw new Oe(911,!1);null===t[gi]&&(t[gi]=[]),t[gi].push(e)}function Gi(t){const e=t[ma];return so(e)?e[ma]:e}const la={lFrame:Qc(null),bindingsEnabled:!0,skipHydrationRootTNode:null};let Pc=!1;function Fc(){return la.bindingsEnabled}function us(){return null!==la.skipHydrationRootTNode}function Je(){return la.lFrame.lView}function _a(){return la.lFrame.tView}function Lc(t){return la.lFrame.contextLView=t,t[ea]}function Nc(t){return la.lFrame.contextLView=null,t}function Ra(){let t=Vc();for(;null!==t&&64===t.type;)t=t.parent;return t}function Vc(){return la.lFrame.currentTNode}function fi(t,e){const a=la.lFrame;a.currentTNode=t,a.isParent=e}function B2(){return la.lFrame.isParent}function z2(){la.lFrame.isParent=!1}function Gc(){return Pc}function Wc(t){Pc=t}function k0(){const t=la.lFrame;let e=t.bindingRootIndex;return-1===e&&(e=t.bindingRootIndex=t.tView.bindingStartIndex),e}function Wi(){return la.lFrame.bindingIndex}function wi(){return la.lFrame.bindingIndex++}function $i(t){const e=la.lFrame,a=e.bindingIndex;return e.bindingIndex=e.bindingIndex+t,a}function Jf(t,e){const a=la.lFrame;a.bindingIndex=a.bindingRootIndex=t,E2(e)}function E2(t){la.lFrame.currentDirectiveIndex=t}function S2(t){const e=la.lFrame.currentDirectiveIndex;return-1===e?null:t[e]}function T2(){return la.lFrame.currentQueryIndex}function Nl(t){la.lFrame.currentQueryIndex=t}function e5(t){const e=t[We];return 2===e.type?e.declTNode:1===e.type?t[ya]:null}function Kc(t,e,a){if(a&Jn.SkipSelf){let s=e,l=t;for(;!(s=s.parent,null!==s||a&Jn.Host||(s=e5(l),null===s||(l=l[Ni],10&s.type))););if(null===s)return!1;e=s,t=l}const o=la.lFrame=Yc();return o.currentTNode=e,o.lView=t,!0}function A2(t){const e=Yc(),a=t[We];la.lFrame=e,e.currentTNode=a.firstChild,e.lView=t,e.tView=a,e.contextLView=t,e.bindingIndex=a.bindingStartIndex,e.inI18n=!1}function Yc(){const t=la.lFrame,e=null===t?null:t.child;return null===e?Qc(t):e}function Qc(t){const e={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:t,child:null,inI18n:!1};return null!==t&&(t.child=e),e}function Zc(){const t=la.lFrame;return la.lFrame=t.parent,t.currentTNode=null,t.lView=null,t}const qc=Zc;function O2(){const t=Zc();t.isParent=!0,t.tView=null,t.selectedIndex=-1,t.contextLView=null,t.elementDepthCount=0,t.currentDirectiveIndex=-1,t.currentNamespace=null,t.bindingRootIndex=-1,t.bindingIndex=-1,t.currentQueryIndex=0}function Qo(){return la.lFrame.selectedIndex}function gs(t){la.lFrame.selectedIndex=t}function Xa(){const t=la.lFrame;return zr(t.tView,t.selectedIndex)}function Jc(){la.lFrame.currentNamespace=Tc}function tp(){!function o5(){la.lFrame.currentNamespace=null}()}function ep(){return la.lFrame.currentNamespace}let np=!0;function Sr(){return np}function zi(t){np=t}function Vl(t,e){for(let a=e.directiveStart,o=e.directiveEnd;a<o;a++){const l=t.data[a].type.prototype,{ngAfterContentInit:d,ngAfterContentChecked:m,ngAfterViewInit:I,ngAfterViewChecked:O,ngOnDestroy:G}=l;d&&(t.contentHooks??=[]).push(-a,d),m&&((t.contentHooks??=[]).push(a,m),(t.contentCheckHooks??=[]).push(a,m)),I&&(t.viewHooks??=[]).push(-a,I),O&&((t.viewHooks??=[]).push(a,O),(t.viewCheckHooks??=[]).push(a,O)),null!=G&&(t.destroyHooks??=[]).push(a,G)}}function Ul(t,e,a){ap(t,e,3,a)}function jl(t,e,a,o){(3&t[Hn])===a&&ap(t,e,a,o)}function H2(t,e){let a=t[Hn];(3&a)===e&&(a&=16383,a+=1,t[Hn]=a)}function ap(t,e,a,o){const l=o??-1,d=e.length-1;let m=0;for(let I=void 0!==o?65535&t[zo]:0;I<d;I++)if("number"==typeof e[I+1]){if(m=e[I],null!=o&&m>=o)break}else e[I]<0&&(t[zo]+=65536),(m<l||-1==l)&&(s5(t,a,e,I),t[zo]=(4294901760&t[zo])+I+2),I++}function op(t,e){Bi(4,t,e);const a=Z(null);try{e.call(t)}finally{Z(a),Bi(5,t,e)}}function s5(t,e,a,o){const s=a[o]<0,l=a[o+1],m=t[s?-a[o]:a[o]];s?t[Hn]>>14<t[zo]>>16&&(3&t[Hn])===e&&(t[Hn]+=16384,op(m,l)):op(m,l)}const Vs=-1;class Tr{constructor(e,a,o){this.factory=e,this.resolving=!1,this.canSeeViewProviders=a,this.injectImpl=o}}const P2={};class ms{constructor(e,a){this.injector=e,this.parentInjector=a}get(e,a,o){o=yo(o);const s=this.injector.get(e,P2,o);return s!==P2||a===P2?s:this.parentInjector.get(e,a,o)}}function F2(t){return t!==Vs}function Ar(t){return 32767&t}function Or(t,e){let a=function c5(t){return t>>16}(t),o=e;for(;a>0;)o=o[Ni],a--;return o}let L2=!0;function Gl(t){const e=L2;return L2=t,e}const sp=255,rp=5;let v5=0;const Ei={};function Wl(t,e){const a=lp(t,e);if(-1!==a)return a;const o=e[We];o.firstCreatePass&&(t.injectorIndex=e.length,N2(o.data,t),N2(e,null),N2(o.blueprint,null));const s=$l(t,e),l=t.injectorIndex;if(F2(s)){const d=Ar(s),m=Or(s,e),I=m[We].data;for(let O=0;O<8;O++)e[l+O]=m[d+O]|I[d+O]}return e[l+8]=s,l}function N2(t,e){t.push(0,0,0,0,0,0,0,0,e)}function lp(t,e){return-1===t.injectorIndex||t.parent&&t.parent.injectorIndex===t.injectorIndex||null===e[t.injectorIndex+8]?-1:t.injectorIndex}function $l(t,e){if(t.parent&&-1!==t.parent.injectorIndex)return t.parent.injectorIndex;let a=0,o=null,s=e;for(;null!==s;){if(o=mp(s),null===o)return Vs;if(a++,s=s[Ni],-1!==o.injectorIndex)return o.injectorIndex|a<<16}return Vs}function V2(t,e,a){!function u5(t,e,a){let o;"string"==typeof a?o=a.charCodeAt(0)||0:a.hasOwnProperty(da)&&(o=a[da]),null==o&&(o=a[da]=v5++);const s=o&sp;e.data[t+(s>>rp)]|=1<<s}(t,e,a)}function hp(t,e,a){if(a&Jn.Optional||void 0!==t)return t;D0()}function dp(t,e,a,o){if(a&Jn.Optional&&void 0===o&&(o=null),!(a&(Jn.Self|Jn.Host))){const s=t[Da],l=Ca(void 0);try{return s?s.get(e,o,a&Jn.Optional):Io(e,o,a&Jn.Optional)}finally{Ca(l)}}return hp(o,0,a)}function cp(t,e,a,o=Jn.Default,s){if(null!==t){if(2048&e[Hn]&&!(o&Jn.Self)){const d=function M5(t,e,a,o,s){let l=t,d=e;for(;null!==l&&null!==d&&2048&d[Hn]&&!(512&d[Hn]);){const m=pp(l,d,a,o|Jn.Self,Ei);if(m!==Ei)return m;let I=l.parent;if(!I){const O=d[Ps];if(O){const G=O.get(a,Ei,o);if(G!==Ei)return G}I=mp(d),d=d[Ni]}l=I}return s}(t,e,a,o,Ei);if(d!==Ei)return d}const l=pp(t,e,a,o,Ei);if(l!==Ei)return l}return dp(e,a,o,s)}function pp(t,e,a,o,s){const l=function f5(t){if("string"==typeof t)return t.charCodeAt(0)||0;const e=t.hasOwnProperty(da)?t[da]:void 0;return"number"==typeof e?e>=0?e&sp:w5:e}(a);if("function"==typeof l){if(!Kc(e,t,o))return o&Jn.Host?hp(s,0,o):dp(e,a,o,s);try{let d;if(d=l(o),null!=d||o&Jn.Optional)return d;D0()}finally{qc()}}else if("number"==typeof l){let d=null,m=lp(t,e),I=Vs,O=o&Jn.Host?e[Na][ya]:null;for((-1===m||o&Jn.SkipSelf)&&(I=-1===m?$l(t,e):e[m+8],I!==Vs&&up(o,!1)?(d=e[We],m=Ar(I),e=Or(I,e)):m=-1);-1!==m;){const G=e[We];if(vp(l,m,G.data)){const Dt=m5(m,e,a,d,o,O);if(Dt!==Ei)return Dt}I=e[m+8],I!==Vs&&up(o,e[We].data[m+8]===O)&&vp(l,m,e)?(d=G,m=Ar(I),e=Or(I,e)):m=-1}}return s}function m5(t,e,a,o,s,l){const d=e[We],m=d.data[t+8],G=Xl(m,d,a,null==o?R0(m)&&L2:o!=d&&!!(3&m.type),s&Jn.Host&&l===m);return null!==G?fs(e,d,G,m):Ei}function Xl(t,e,a,o,s){const l=t.providerIndexes,d=e.data,m=1048575&l,I=t.directiveStart,G=l>>20,se=s?m+G:t.directiveEnd;for(let we=o?m:m+G;we<se;we++){const ze=d[we];if(we<I&&a===ze||we>=I&&ze.type===a)return we}if(s){const we=d[I];if(we&&l0(we)&&we.type===a)return I}return null}function fs(t,e,a,o){let s=t[a];const l=e.data;if(function r5(t){return t instanceof Tr}(s)){const d=s;d.resolving&&function xo(t,e){throw e&&e.join(" > "),new Oe(-200,t)}(function On(t){return"function"==typeof t?t.name||t.toString():"object"==typeof t&&null!=t&&"function"==typeof t.type?t.type.name||t.type.toString():Yn(t)}(l[a]));const m=Gl(d.canSeeViewProviders);d.resolving=!0;const O=d.injectImpl?Ca(d.injectImpl):null;Kc(t,o,Jn.Default);try{s=t[a]=d.factory(void 0,l,t,o),e.firstCreatePass&&a>=o.directiveStart&&function i5(t,e,a){const{ngOnChanges:o,ngOnInit:s,ngDoCheck:l}=e.type.prototype;if(o){const d=Vn(e);(a.preOrderHooks??=[]).push(t,d),(a.preOrderCheckHooks??=[]).push(t,d)}s&&(a.preOrderHooks??=[]).push(0-t,s),l&&((a.preOrderHooks??=[]).push(t,l),(a.preOrderCheckHooks??=[]).push(t,l))}(a,l[a],e)}finally{null!==O&&Ca(O),Gl(m),d.resolving=!1,qc()}}return s}function vp(t,e,a){return!!(a[e+(t>>rp)]&1<<t)}function up(t,e){return!(t&Jn.Self||t&Jn.Host&&e)}class So{constructor(e,a){this._tNode=e,this._lView=a}get(e,a,o){return cp(this._tNode,this._lView,e,yo(o),a)}}function w5(){return new So(Ra(),Je())}function gp(t){return Rt(()=>{const e=t.prototype.constructor,a=e[sa]||U2(e),o=Object.prototype;let s=Object.getPrototypeOf(t.prototype).constructor;for(;s&&s!==o;){const l=s[sa]||U2(s);if(l&&l!==a)return l;s=Object.getPrototypeOf(s)}return l=>new l})}function U2(t){return L(t)?()=>{const e=U2(ae(t));return e&&e()}:Za(t)}function mp(t){const e=t[We],a=e.type;return 2===a?e.declTNode:1===a?t[ya]:null}function Kl(t){return function g5(t,e){if("class"===e)return t.classes;if("style"===e)return t.styles;const a=t.attrs;if(a){const o=a.length;let s=0;for(;s<o;){const l=a[s];if(xi(l))break;if(0===l)s+=2;else if("number"==typeof l)for(s++;s<o&&"string"==typeof a[s];)s++;else{if(l===e)return a[s+1];s+=2}}}return null}(Ra(),t)}function bp(t,e=null,a=null,o){const s=xp(t,e,a,o);return s.resolveInjectorInitializers(),s}function xp(t,e=null,a=null,o,s=new Set){const l=[a||aa,Fi(t)];return o=o||("object"==typeof t?void 0:je(t)),new T(l,e||s0(),o||null,s)}class h0{static{this.THROW_IF_NOT_FOUND=qo}static{this.NULL=new Ua}static create(e,a){if(Array.isArray(e))return bp({name:""},a,e,"");{const o=e.name??"";return bp({name:o},e.parent,e.providers,o)}}static{this.\u0275prov=Q({token:h0,providedIn:"any",factory:()=>Ea(E0)})}static{this.__NG_ELEMENT_ID__=-1}}new Mn("").__NG_ELEMENT_ID__=t=>{const e=Ra();if(null===e)throw new Oe(204,!1);if(2&e.type)return e.value;if(t&Jn.Optional)return null;throw new Oe(204,!1)};function G2(t){return t.ngOriginalError}const yp=!0;let Hr=(()=>{class t{static{this.__NG_ELEMENT_ID__=z5}static{this.__NG_ENV_ID__=a=>a}}return t})();class B5 extends Hr{constructor(e){super(),this._lView=e}onDestroy(e){return Fl(this._lView,e),()=>function C2(t,e){if(null===t[gi])return;const a=t[gi].indexOf(e);-1!==a&&t[gi].splice(a,1)}(this._lView,e)}}function z5(){return new B5(Je())}let ws=(()=>{class t{constructor(){this.taskId=0,this.pendingTasks=new Set,this.hasPendingTasks=new X.t(!1)}get _hasPendingTasks(){return this.hasPendingTasks.value}add(){this._hasPendingTasks||this.hasPendingTasks.next(!0);const a=this.taskId++;return this.pendingTasks.add(a),a}remove(a){this.pendingTasks.delete(a),0===this.pendingTasks.size&&this._hasPendingTasks&&this.hasPendingTasks.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this._hasPendingTasks&&this.hasPendingTasks.next(!1)}static{this.\u0275prov=Q({token:t,providedIn:"root",factory:()=>new t})}}return t})();const Si=class E5 extends Tt.B{constructor(e=!1){super(),this.destroyRef=void 0,this.pendingTasks=void 0,this.__isAsync=e,Gn()&&(this.destroyRef=Nn(Hr,{optional:!0})??void 0,this.pendingTasks=Nn(ws,{optional:!0})??void 0)}emit(e){const a=Z(null);try{super.next(e)}finally{Z(a)}}subscribe(e,a,o){let s=e,l=a||(()=>null),d=o;if(e&&"object"==typeof e){const I=e;s=I.next?.bind(I),l=I.error?.bind(I),d=I.complete?.bind(I)}this.__isAsync&&(l=this.wrapInTimeout(l),s&&(s=this.wrapInTimeout(s)),d&&(d=this.wrapInTimeout(d)));const m=super.subscribe({next:s,error:l,complete:d});return e instanceof ie.yU&&e.add(m),m}wrapInTimeout(e){return a=>{const o=this.pendingTasks?.add();setTimeout(()=>{e(a),void 0!==o&&this.pendingTasks?.remove(o)})}}};function Ql(...t){}function kp(t){let e,a;function o(){t=Ql;try{void 0!==a&&"function"==typeof cancelAnimationFrame&&cancelAnimationFrame(a),void 0!==e&&clearTimeout(e)}catch{}}return e=setTimeout(()=>{t(),o()}),"function"==typeof requestAnimationFrame&&(a=requestAnimationFrame(()=>{t(),o()})),()=>o()}function Cp(t){return queueMicrotask(()=>t()),()=>{t=Ql}}const W2="isAngularZone",Zl=W2+"_ID";let S5=0;class to{constructor(e){this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new Si(!1),this.onMicrotaskEmpty=new Si(!1),this.onStable=new Si(!1),this.onError=new Si(!1);const{enableLongStackTrace:a=!1,shouldCoalesceEventChangeDetection:o=!1,shouldCoalesceRunChangeDetection:s=!1,scheduleInRootZone:l=yp}=e;if(typeof Zone>"u")throw new Oe(908,!1);Zone.assertZonePatched();const d=this;d._nesting=0,d._outer=d._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(d._inner=d._inner.fork(new Zone.TaskTrackingZoneSpec)),a&&Zone.longStackTraceZoneSpec&&(d._inner=d._inner.fork(Zone.longStackTraceZoneSpec)),d.shouldCoalesceEventChangeDetection=!s&&o,d.shouldCoalesceRunChangeDetection=s,d.callbackScheduled=!1,d.scheduleInRootZone=l,function O5(t){const e=()=>{!function A5(t){function e(){kp(()=>{t.callbackScheduled=!1,X2(t),t.isCheckStableRunning=!0,$2(t),t.isCheckStableRunning=!1})}t.isCheckStableRunning||t.callbackScheduled||(t.callbackScheduled=!0,t.scheduleInRootZone?Zone.root.run(()=>{e()}):t._outer.run(()=>{e()}),X2(t))}(t)},a=S5++;t._inner=t._inner.fork({name:"angular",properties:{[W2]:!0,[Zl]:a,[Zl+a]:!0},onInvokeTask:(o,s,l,d,m,I)=>{if(function H5(t){return zp(t,"__ignore_ng_zone__")}(I))return o.invokeTask(l,d,m,I);try{return Dp(t),o.invokeTask(l,d,m,I)}finally{(t.shouldCoalesceEventChangeDetection&&"eventTask"===d.type||t.shouldCoalesceRunChangeDetection)&&e(),Bp(t)}},onInvoke:(o,s,l,d,m,I,O)=>{try{return Dp(t),o.invoke(l,d,m,I,O)}finally{t.shouldCoalesceRunChangeDetection&&!t.callbackScheduled&&!function R5(t){return zp(t,"__scheduler_tick__")}(I)&&e(),Bp(t)}},onHasTask:(o,s,l,d)=>{o.hasTask(l,d),s===l&&("microTask"==d.change?(t._hasPendingMicrotasks=d.microTask,X2(t),$2(t)):"macroTask"==d.change&&(t.hasPendingMacrotasks=d.macroTask))},onHandleError:(o,s,l,d)=>(o.handleError(l,d),t.runOutsideAngular(()=>t.onError.emit(d)),!1)})}(d)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get(W2)}static assertInAngularZone(){if(!to.isInAngularZone())throw new Oe(909,!1)}static assertNotInAngularZone(){if(to.isInAngularZone())throw new Oe(909,!1)}run(e,a,o){return this._inner.run(e,a,o)}runTask(e,a,o,s){const l=this._inner,d=l.scheduleEventTask("NgZoneEvent: "+s,e,T5,Ql,Ql);try{return l.runTask(d,a,o)}finally{l.cancelTask(d)}}runGuarded(e,a,o){return this._inner.runGuarded(e,a,o)}runOutsideAngular(e){return this._outer.run(e)}}const T5={};function $2(t){if(0==t._nesting&&!t.hasPendingMicrotasks&&!t.isStable)try{t._nesting++,t.onMicrotaskEmpty.emit(null)}finally{if(t._nesting--,!t.hasPendingMicrotasks)try{t.runOutsideAngular(()=>t.onStable.emit(null))}finally{t.isStable=!0}}}function X2(t){t.hasPendingMicrotasks=!!(t._hasPendingMicrotasks||(t.shouldCoalesceEventChangeDetection||t.shouldCoalesceRunChangeDetection)&&!0===t.callbackScheduled)}function Dp(t){t._nesting++,t.isStable&&(t.isStable=!1,t.onUnstable.emit(null))}function Bp(t){t._nesting--,$2(t)}class K2{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new Si,this.onMicrotaskEmpty=new Si,this.onStable=new Si,this.onError=new Si}run(e,a,o){return e.apply(a,o)}runGuarded(e,a,o){return e.apply(a,o)}runOutsideAngular(e){return e()}runTask(e,a,o,s){return e.apply(a,o)}}function zp(t,e){return!(!Array.isArray(t)||1!==t.length)&&!0===t[0]?.data?.[e]}class Xi{constructor(){this._console=console}handleError(e){const a=this._findOriginalError(e);this._console.error("ERROR",e),a&&this._console.error("ORIGINAL ERROR",a)}_findOriginalError(e){let a=e&&G2(e);for(;a&&G2(a);)a=G2(a);return a||null}}const F5=new Mn("",{providedIn:"root",factory:()=>{const t=Nn(to),e=Nn(Xi);return a=>t.runOutsideAngular(()=>e.handleError(a))}});function L5(){return Gs(Ra(),Je())}function Gs(t,e){return new Rr(y0(t,e))}let Rr=(()=>{class t{constructor(a){this.nativeElement=a}static{this.__NG_ELEMENT_ID__=L5}}return t})();function Sp(t){return t instanceof Rr?t.nativeElement:t}function N5(){return this._results[Symbol.iterator]()}class ql{get changes(){return this._changes??=new Si}constructor(e=!1){this._emitDistinctChangesOnly=e,this.dirty=!0,this._onDirty=void 0,this._results=[],this._changesDetected=!1,this._changes=void 0,this.length=0,this.first=void 0,this.last=void 0;const a=ql.prototype;a[Symbol.iterator]||(a[Symbol.iterator]=N5)}get(e){return this._results[e]}map(e){return this._results.map(e)}filter(e){return this._results.filter(e)}find(e){return this._results.find(e)}reduce(e,a){return this._results.reduce(e,a)}forEach(e){this._results.forEach(e)}some(e){return this._results.some(e)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(e,a){this.dirty=!1;const o=function Pa(t){return t.flat(Number.POSITIVE_INFINITY)}(e);(this._changesDetected=!function ho(t,e,a){if(t.length!==e.length)return!1;for(let o=0;o<t.length;o++){let s=t[o],l=e[o];if(a&&(s=a(s),l=a(l)),l!==s)return!1}return!0}(this._results,o,a))&&(this._results=o,this.length=o.length,this.last=o[this.length-1],this.first=o[0])}notifyOnChanges(){void 0!==this._changes&&(this._changesDetected||!this._emitDistinctChangesOnly)&&this._changes.emit(this)}onDirty(e){this._onDirty=e}setDirty(){this.dirty=!0,this._onDirty?.()}destroy(){void 0!==this._changes&&(this._changes.complete(),this._changes.unsubscribe())}}const Pr="ngSkipHydration",V5="ngskiphydration";function Y2(t){const e=t.mergedAttrs;if(null===e)return!1;for(let a=0;a<e.length;a+=2){const o=e[a];if("number"==typeof o)return!1;if("string"==typeof o&&o.toLowerCase()===V5)return!0}return!1}function Tp(t){return t.hasAttribute(Pr)}function Fr(t){return!(128&~t.flags)}const Q2=new Map;let U5=0;function Z2(t){Q2.delete(t[Di])}const Jl="__ngContext__";function d0(t,e){no(e)?(t[Jl]=e[Di],function G5(t){Q2.set(t[Di],t)}(e)):t[Jl]=e}function Vp(t){return jp(t[ui])}function Up(t){return jp(t[Oa])}function jp(t){for(;null!==t&&!so(t);)t=t[Oa];return t}let J2;function sw(t){J2=t}function ns(){if(void 0!==J2)return J2;if(typeof document<"u")return document;throw new Oe(210,!1)}const e1=new Mn("",{providedIn:"root",factory:()=>rw}),rw="ng",Zp=new Mn(""),n1=new Mn("",{providedIn:"platform",factory:()=>"unknown"}),lw=new Mn(""),hw=new Mn("",{providedIn:"root",factory:()=>ns().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),qp={breakpoints:[16,32,48,64,96,128,256,384,640,750,828,1080,1200,1920,2048,3840],placeholderResolution:30,disableImageSizeWarning:!1,disableImageLazyLoadWarning:!1},Jp=new Mn("",{providedIn:"root",factory:()=>qp});function dw(t){return t}function cw(){const t=new Nr;return"browser"===Nn(n1)&&(t.store=function pw(t,e){const a=t.getElementById(e+"-state");if(a?.textContent)try{return JSON.parse(a.textContent)}catch(o){console.warn("Exception while restoring TransferState for app "+e,o)}return{}}(ns(),Nn(e1))),t}let Nr=(()=>{class t{constructor(){this.store={},this.onSerializeCallbacks={}}static{this.\u0275prov=Q({token:t,providedIn:"root",factory:cw})}get(a,o){return void 0!==this.store[a]?this.store[a]:o}set(a,o){this.store[a]=o}remove(a){delete this.store[a]}hasKey(a){return this.store.hasOwnProperty(a)}get isEmpty(){return 0===Object.keys(this.store).length}onSerialize(a,o){this.onSerializeCallbacks[a]=o}toJson(){for(const a in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(a))try{this.store[a]=this.onSerializeCallbacks[a]()}catch(o){console.warn("Exception in onSerialize callback: ",o)}return JSON.stringify(this.store).replace(/</g,"\\u003C")}}return t})();const th="h",eh="b";var $s=function(t){return t.FirstChild="f",t.NextSibling="n",t}($s||{});const a1="e",nh="t",Vr="c",o1="x",Xs="r",ah="i",s1="n",Ur="d",ih="__nghData__",jr="ngh",vw="nghm";let t4=()=>null;function uw(t,e,a=!1){let o=t.getAttribute(jr);if(null==o)return null;const[s,l]=o.split("|");if(o=a?l:s,!o)return null;const m=a?s:l?`|${l}`:"";let I={};if(""!==o){const G=e.get(Nr,null,{optional:!0});null!==G&&(I=G.get(ih,[])[Number(o)])}const O={data:I,firstChild:t.firstChild??null};return a&&(O.firstChild=t,r1(O,0,t.nextSibling)),m?t.setAttribute(jr,m):t.removeAttribute(jr),O}function sh(t,e,a=!1){return t4(t,e,a)}function e4(t){let e=t._lView;return 2===e[We].type?null:(mi(e)&&(e=e[$n]),e)}function r1(t,e,a){t.segmentHeads??={},t.segmentHeads[e]=a}function lh(t,e){return t.segmentHeads?.[e]??null}function o4(t,e){return t.data[Vr]?.[e]??null}function hh(t,e){const a=o4(t,e)??[];let o=0;for(let s of a)o+=s[Xs]*(s[o1]??1);return o}function Ms(t,e){if(typeof t.disconnectedNodes>"u"){const a=t.data[Ur];t.disconnectedNodes=a?new Set(a):null}return!!function s4(t){if(typeof t.disconnectedNodes>"u"){const e=t.data[Ur];t.disconnectedNodes=e?new Set(e):null}return t.disconnectedNodes}(t)?.has(e)}const l1=new Mn(""),h4=new Mn("",{providedIn:"root",factory:()=>!1});let h1,d1;function Ks(t){return function ch(){if(void 0===h1&&(h1=null,kn.trustedTypes))try{h1=kn.trustedTypes.createPolicy("angular",{createHTML:t=>t,createScript:t=>t,createScriptURL:t=>t})}catch{}return h1}()?.createHTML(t)||t}function ph(){if(void 0===d1&&(d1=null,kn.trustedTypes))try{d1=kn.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:t=>t,createScript:t=>t,createScriptURL:t=>t})}catch{}return d1}function p4(t){return ph()?.createHTML(t)||t}function u4(t){return ph()?.createScriptURL(t)||t}class _s{constructor(e){this.changingThisBreaksApplicationSecurity=e}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Xe})`}}class Iw extends _s{getTypeName(){return"HTML"}}class yw extends _s{getTypeName(){return"Style"}}class kw extends _s{getTypeName(){return"Script"}}class Cw extends _s{getTypeName(){return"URL"}}class Dw extends _s{getTypeName(){return"ResourceURL"}}function Ki(t){return t instanceof _s?t.changingThisBreaksApplicationSecurity:t}function Ys(t,e){const a=function Bw(t){return t instanceof _s&&t.getTypeName()||null}(t);if(null!=a&&a!==e){if("ResourceURL"===a&&"URL"===e)return!0;throw new Error(`Required a safe ${e}, got a ${a} (see ${Xe})`)}return a===e}function zw(t){return new Iw(t)}function Ew(t){return new yw(t)}function Sw(t){return new kw(t)}function Tw(t){return new Cw(t)}function Aw(t){return new Dw(t)}class Ow{constructor(e){this.inertDocumentHelper=e}getInertBodyElement(e){e="<body><remove></remove>"+e;try{const a=(new window.DOMParser).parseFromString(Ks(e),"text/html").body;return null===a?this.inertDocumentHelper.getInertBodyElement(e):(a.firstChild?.remove(),a)}catch{return null}}}class Hw{constructor(e){this.defaultDoc=e,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert")}getInertBodyElement(e){const a=this.inertDocument.createElement("template");return a.innerHTML=Ks(e),a}}const Pw=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function c1(t){return(t=String(t)).match(Pw)?t:"unsafe:"+t}function Yi(t){const e={};for(const a of t.split(","))e[a]=!0;return e}function $r(...t){const e={};for(const a of t)for(const o in a)a.hasOwnProperty(o)&&(e[o]=!0);return e}const m4=Yi("area,br,col,hr,img,wbr"),f4=Yi("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),w4=Yi("rp,rt"),vh=$r(m4,$r(f4,Yi("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),$r(w4,Yi("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),$r(w4,f4)),uh=Yi("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),M4=$r(uh,Yi("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,srcset,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width"),Yi("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext")),Fw=Yi("script,style,template");class Lw{constructor(){this.sanitizedSomething=!1,this.buf=[]}sanitizeChildren(e){let a=e.firstChild,o=!0,s=[];for(;a;)if(a.nodeType===Node.ELEMENT_NODE?o=this.startElement(a):a.nodeType===Node.TEXT_NODE?this.chars(a.nodeValue):this.sanitizedSomething=!0,o&&a.firstChild)s.push(a),a=Uw(a);else for(;a;){a.nodeType===Node.ELEMENT_NODE&&this.endElement(a);let l=Vw(a);if(l){a=l;break}a=s.pop()}return this.buf.join("")}startElement(e){const a=_4(e).toLowerCase();if(!vh.hasOwnProperty(a))return this.sanitizedSomething=!0,!Fw.hasOwnProperty(a);this.buf.push("<"),this.buf.push(a);const o=e.attributes;for(let s=0;s<o.length;s++){const l=o.item(s),d=l.name,m=d.toLowerCase();if(!M4.hasOwnProperty(m)){this.sanitizedSomething=!0;continue}let I=l.value;uh[m]&&(I=c1(I)),this.buf.push(" ",d,'="',x4(I),'"')}return this.buf.push(">"),!0}endElement(e){const a=_4(e).toLowerCase();vh.hasOwnProperty(a)&&!m4.hasOwnProperty(a)&&(this.buf.push("</"),this.buf.push(a),this.buf.push(">"))}chars(e){this.buf.push(x4(e))}}function Vw(t){const e=t.nextSibling;if(e&&t!==e.previousSibling)throw b4(e);return e}function Uw(t){const e=t.firstChild;if(e&&function Nw(t,e){return(t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_CONTAINED_BY)!==Node.DOCUMENT_POSITION_CONTAINED_BY}(t,e))throw b4(e);return e}function _4(t){const e=t.nodeName;return"string"==typeof e?e:"FORM"}function b4(t){return new Error(`Failed to sanitize html because the element is clobbered: ${t.outerHTML}`)}const jw=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,Gw=/([^\#-~ |!])/g;function x4(t){return t.replace(/&/g,"&amp;").replace(jw,function(e){return"&#"+(1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536)+";"}).replace(Gw,function(e){return"&#"+e.charCodeAt(0)+";"}).replace(/</g,"&lt;").replace(/>/g,"&gt;")}let p1;function I4(t,e){let a=null;try{p1=p1||function g4(t){const e=new Hw(t);return function Rw(){try{return!!(new window.DOMParser).parseFromString(Ks(""),"text/html")}catch{return!1}}()?new Ow(e):e}(t);let o=e?String(e):"";a=p1.getInertBodyElement(o);let s=5,l=o;do{if(0===s)throw new Error("Failed to sanitize html because the input is unstable");s--,o=l,l=a.innerHTML,a=p1.getInertBodyElement(o)}while(o!==l);return Ks((new Lw).sanitizeChildren(gh(a)||a))}finally{if(a){const o=gh(a)||a;for(;o.firstChild;)o.firstChild.remove()}}}function gh(t){return"content"in t&&function Ww(t){return t.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===t.nodeName}(t)?t.content:null}var bs=function(t){return t[t.NONE=0]="NONE",t[t.HTML=1]="HTML",t[t.STYLE=2]="STYLE",t[t.SCRIPT=3]="SCRIPT",t[t.URL=4]="URL",t[t.RESOURCE_URL=5]="RESOURCE_URL",t}(bs||{});function y4(t){const e=Xr();return e?p4(e.sanitize(bs.HTML,t)||""):Ys(t,"HTML")?p4(Ki(t)):I4(ns(),Yn(t))}function mh(t){const e=Xr();return e?e.sanitize(bs.URL,t)||"":Ys(t,"URL")?Ki(t):c1(Yn(t))}function k4(t){const e=Xr();if(e)return u4(e.sanitize(bs.RESOURCE_URL,t)||"");if(Ys(t,"ResourceURL"))return u4(Ki(t));throw new Oe(904,!1)}function C4(t,e,a){return function Qw(t,e){return"src"===e&&("embed"===t||"frame"===t||"iframe"===t||"media"===t||"script"===t)||"href"===e&&("base"===t||"link"===t)?k4:mh}(e,a)(t)}function Xr(){const t=Je();return t&&t[po].sanitizer}const Zw=/^>|^->|<!--|-->|--!>|<!-$/g,qw=/(<|>)/g,Jw="\u200b$1\u200b";function $0(t){return t instanceof Function?t():t}function X0(t){return"browser"===(t??Nn(h0)).get(n1)}var g1=function(t){return t[t.Important=1]="Important",t[t.DashCase=2]="DashCase",t}(g1||{});let Mh;function _h(t,e){return Mh(t,e)}function Zs(t,e,a,o,s){if(null!=o){let l,d=!1;so(o)?l=o:no(o)&&(d=!0,o=o[yn]);const m=ka(o);0===t&&null!==a?null==s?L4(e,a,m):xs(e,a,m,s||null,!0):1===t&&null!==a?xs(e,a,m,s||null,!0):2===t?Yr(e,m,d):3===t&&e.destroyNode(m),null!=l&&function MM(t,e,a,o,s){const l=a[x0];l!==ka(a)&&Zs(e,t,o,l,s);for(let m=$a;m<a.length;m++){const I=a[m];M1(I[We],I,t,e,o,l)}}(e,t,l,a,s)}}function bh(t,e){return t.createText(e)}function xh(t,e){return t.createComment(function D4(t){return t.replace(Zw,e=>e.replace(qw,Jw))}(e))}function m1(t,e,a){return t.createElement(e,a)}function R4(t,e){e[po].changeDetectionScheduler?.notify(9),M1(t,e,e[Kn],2,null,null)}function P4(t,e){const a=t[Ui],o=e[ma];(no(o)||e[Na]!==o[ma][Na])&&(t[Hn]|=ts.HasTransplantedViews),null===a?t[Ui]=[e]:a.push(e)}function Ih(t,e){const a=t[Ui],o=a.indexOf(e);a.splice(o,1)}function Kr(t,e){if(t.length<=$a)return;const a=$a+e,o=t[a];if(o){const s=o[b0];null!==s&&s!==t&&Ih(s,o),e>0&&(t[a-1][Oa]=o[Oa]);const l=Lo(t,$a+e);!function cM(t,e){R4(t,e),e[yn]=null,e[ya]=null}(o[We],o);const d=l[Eo];null!==d&&d.detachView(l[We]),o[ma]=null,o[Oa]=null,o[Hn]&=-129}return o}function f1(t,e){if(!(256&e[Hn])){const a=e[Kn];a.destroyNode&&M1(t,e,a,3,null,null),function vM(t){let e=t[ui];if(!e)return yh(t[We],t);for(;e;){let a=null;if(no(e))a=e[ui];else{const o=e[$a];o&&(a=o)}if(!a){for(;e&&!e[Oa]&&e!==t;)no(e)&&yh(e[We],e),e=e[ma];null===e&&(e=t),no(e)&&yh(e[We],e),a=e&&e[Oa]}e=a}}(e)}}function yh(t,e){if(256&e[Hn])return;const a=Z(null);try{e[Hn]&=-129,e[Hn]|=256,e[r0]&&fe(e[r0]),function mM(t,e){let a;if(null!=t&&null!=(a=t.destroyHooks))for(let o=0;o<a.length;o+=2){const s=e[a[o]];if(!(s instanceof Tr)){const l=a[o+1];if(Array.isArray(l))for(let d=0;d<l.length;d+=2){const m=s[l[d]],I=l[d+1];Bi(4,m,I);try{I.call(m)}finally{Bi(5,m,I)}}else{Bi(4,s,l);try{l.call(s)}finally{Bi(5,s,l)}}}}}(t,e),function gM(t,e){const a=t.cleanup,o=e[Ha];if(null!==a)for(let l=0;l<a.length-1;l+=2)if("string"==typeof a[l]){const d=a[l+3];d>=0?o[d]():o[-d].unsubscribe(),l+=2}else a[l].call(o[a[l+1]]);null!==o&&(e[Ha]=null);const s=e[gi];if(null!==s){e[gi]=null;for(let l=0;l<s.length;l++)(0,s[l])()}}(t,e),1===e[We].type&&e[Kn].destroy();const o=e[b0];if(null!==o&&so(e[ma])){o!==e[ma]&&Ih(o,e);const s=e[Eo];null!==s&&s.detachView(t)}Z2(e)}finally{Z(a)}}function kh(t,e,a){return function F4(t,e,a){let o=e;for(;null!==o&&168&o.type;)o=(e=o).parent;if(null===o)return a[yn];{const{componentOffset:s}=o;if(s>-1){const{encapsulation:l}=t.data[o.directiveStart+s];if(l===oo.None||l===oo.Emulated)return null}return y0(o,a)}}(t,e.parent,a)}function xs(t,e,a,o,s){t.insertBefore(e,a,o,s)}function L4(t,e,a){t.appendChild(e,a)}function N4(t,e,a,o,s){null!==o?xs(t,e,a,o,s):L4(t,e,a)}function Ch(t,e){return t.parentNode(e)}function V4(t,e,a){return j4(t,e,a)}let Dh,j4=function U4(t,e,a){return 40&t.type?y0(t,a):null};function w1(t,e,a,o){const s=kh(t,o,e),l=e[Kn],m=V4(o.parent||e[ya],o,e);if(null!=s)if(Array.isArray(a))for(let I=0;I<a.length;I++)N4(l,s,a[I],m,!1);else N4(l,s,a,m,!1);void 0!==Dh&&Dh(l,o,e,a,s)}function Is(t,e){if(null!==e){const a=e.type;if(3&a)return y0(e,t);if(4&a)return Bh(-1,t[e.index]);if(8&a){const o=e.child;if(null!==o)return Is(t,o);{const s=t[e.index];return so(s)?Bh(-1,s):ka(s)}}if(128&a)return Is(t,e.next);if(32&a)return _h(e,t)()||ka(t[e.index]);{const o=W4(t,e);return null!==o?Array.isArray(o)?o[0]:Is(Gi(t[Na]),o):Is(t,e.next)}}return null}function W4(t,e){return null!==e?t[Na][ya].projection[e.projection]:null}function Bh(t,e){const a=$a+t+1;if(a<e.length){const o=e[a],s=o[We].firstChild;if(null!==s)return Is(o,s)}return e[x0]}function Yr(t,e,a){t.removeChild(null,e,a)}function $4(t){t.textContent=""}function zh(t,e,a,o,s,l,d){for(;null!=a;){if(128===a.type){a=a.next;continue}const m=o[a.index],I=a.type;if(d&&0===e&&(m&&d0(ka(m),o),a.flags|=2),32&~a.flags)if(8&I)zh(t,e,a.child,o,s,l,!1),Zs(e,t,s,m,l);else if(32&I){const O=_h(a,o);let G;for(;G=O();)Zs(e,t,s,G,l);Zs(e,t,s,m,l)}else 16&I?X4(t,e,o,a,s,l):Zs(e,t,s,m,l);a=d?a.projectionNext:a.next}}function M1(t,e,a,o,s,l){zh(a,o,t.firstChild,e,s,l,!1)}function X4(t,e,a,o,s,l){const d=a[Na],I=d[ya].projection[o.projection];if(Array.isArray(I))for(let O=0;O<I.length;O++)Zs(e,t,s,I[O],l);else{let O=I;const G=d[ma];Fr(o)&&(O.flags|=128),zh(t,e,O,G,s,l,!0)}}function K4(t,e,a){""===a?t.removeAttribute(e,"class"):t.setAttribute(e,"class",a)}function Y4(t,e,a){const{mergedAttrs:o,classes:s,styles:l}=a;null!==o&&Ko(t,e,o),null!==s&&K4(t,e,s),null!==l&&function bM(t,e,a){t.setAttribute(e,"style",a)}(t,e,l)}const pa={};function Q4(t=1){Z4(_a(),Je(),Qo()+t,!1)}function Z4(t,e,a,o){if(!o)if(3&~e[Hn]){const l=t.preOrderHooks;null!==l&&jl(e,l,0,a)}else{const l=t.preOrderCheckHooks;null!==l&&Ul(e,l,a)}gs(a)}function qs(t,e=Jn.Default){const a=Je();return null===a?Ea(t,e):cp(Ra(),a,ae(t),e)}function q4(){throw new Error("invalid")}function J4(t,e,a,o,s,l){const d=Z(null);try{let m=null;s&Wa.SignalBased&&(m=e[o][g]),null!==m&&void 0!==m.transformFn&&(l=m.transformFn(l)),s&Wa.HasDecoratorInputTransform&&(l=t.inputTransforms[o].call(e,l)),null!==t.setInput?t.setInput(e,m,l,a,o):ue(e,m,o,l)}finally{Z(d)}}function _1(t,e,a,o,s,l,d,m,I,O,G){const Dt=e.blueprint.slice();return Dt[yn]=s,Dt[Hn]=204|o,(null!==O||t&&2048&t[Hn])&&(Dt[Hn]|=2048),Oc(Dt),Dt[ma]=Dt[Ni]=t,Dt[ea]=a,Dt[po]=d||t&&t[po],Dt[Kn]=m||t&&t[Kn],Dt[Da]=I||t&&t[Da]||null,Dt[ya]=l,Dt[Di]=function j5(){return U5++}(),Dt[fa]=G,Dt[Ps]=O,Dt[Na]=2==e.type?t[Na]:Dt,Dt}function ys(t,e,a,o,s){let l=t.data[e];if(null===l)l=function Eh(t,e,a,o,s){const l=Vc(),d=B2(),I=t.data[e]=function zM(t,e,a,o,s,l){let d=e?e.injectorIndex:-1,m=0;return us()&&(m|=128),{type:a,index:o,insertBeforeIndex:null,injectorIndex:d,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,propertyBindings:null,flags:m,providerIndexes:0,value:s,attrs:l,mergedAttrs:null,localNames:null,initialInputs:void 0,inputs:null,outputs:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:e,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}(0,d?l:l&&l.parent,a,e,o,s);return null===t.firstChild&&(t.firstChild=I),null!==l&&(d?null==l.child&&null!==I.parent&&(l.child=I):null===l.next&&(l.next=I,I.prev=l)),I}(t,e,a,o,s),function qf(){return la.lFrame.inI18n}()&&(l.flags|=32);else if(64&l.type){l.type=a,l.value=o,l.attrs=s;const d=function Er(){const t=la.lFrame,e=t.currentTNode;return t.isParent?e:e.parent}();l.injectorIndex=null===d?-1:d.injectorIndex}return fi(l,!0),l}function Qr(t,e,a,o){if(0===a)return-1;const s=e.length;for(let l=0;l<a;l++)e.push(o),t.blueprint.push(o),t.data.push(null);return s}function tv(t,e,a,o,s){const l=Qo(),d=2&o;try{gs(-1),d&&e.length>$n&&Z4(t,e,$n,!1),Bi(d?2:0,s),a(o,s)}finally{gs(l),Bi(d?3:1,s)}}function Sh(t,e,a){if(es(e)){const o=Z(null);try{const l=e.directiveEnd;for(let d=e.directiveStart;d<l;d++){const m=t.data[d];m.contentQueries&&m.contentQueries(1,a[d],d)}}finally{Z(o)}}}function Th(t,e,a){Fc()&&(function RM(t,e,a,o){const s=a.directiveStart,l=a.directiveEnd;R0(a)&&function jM(t,e,a){const o=y0(e,t),s=ev(a);let d=16;a.signals?d=4096:a.onPush&&(d=64);const m=b1(t,_1(t,s,null,d,o,e,null,t[po].rendererFactory.createRenderer(o,a),null,null,null));t[e.index]=m}(e,a,t.data[s+a.componentOffset]),t.firstCreatePass||Wl(a,e),d0(o,e);const d=a.initialInputs;for(let m=s;m<l;m++){const I=t.data[m],O=fs(e,t,m,a);d0(O,e),null!==d&&GM(0,m-s,O,I,0,d),l0(I)&&(W0(a.index,e)[ea]=fs(e,t,m,a))}}(t,e,a,y0(a,e)),!(64&~a.flags)&&sv(t,e,a))}function Ah(t,e,a=y0){const o=e.localNames;if(null!==o){let s=e.index+1;for(let l=0;l<o.length;l+=2){const d=o[l+1],m=-1===d?a(e,t):t[d];t[s++]=m}}}function ev(t){const e=t.tView;return null===e||e.incompleteFirstPass?t.tView=Oh(1,null,t.template,t.decls,t.vars,t.directiveDefs,t.pipeDefs,t.viewQuery,t.schemas,t.consts,t.id):e}function Oh(t,e,a,o,s,l,d,m,I,O,G){const Dt=$n+o,se=Dt+s,we=function IM(t,e){const a=[];for(let o=0;o<e;o++)a.push(o<t?null:pa);return a}(Dt,se),ze="function"==typeof O?O():O;return we[We]={type:t,blueprint:we,template:a,queries:null,viewQuery:m,declTNode:e,data:we.slice().fill(null,Dt),bindingStartIndex:Dt,expandoStartIndex:se,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:"function"==typeof l?l():l,pipeRegistry:"function"==typeof d?d():d,firstChild:null,schemas:I,consts:ze,incompleteFirstPass:!1,ssrId:G}}let nv=()=>null;function CM(t){Tp(t)?$4(t):function fw(t){const e=ns(),a=e.createNodeIterator(t,NodeFilter.SHOW_COMMENT,{acceptNode(l){const d=function mw(t){return t.textContent?.replace(/\s/gm,"")}(l);return"ngetn"===d||"ngtns"===d?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_REJECT}});let o;const s=[];for(;o=a.nextNode();)s.push(o);for(const l of s)"ngetn"===l.textContent?l.replaceWith(e.createTextNode("")):l.remove()}(t)}function av(t,e,a,o,s){for(let l in e){if(!e.hasOwnProperty(l))continue;const d=e[l];if(void 0===d)continue;o??={};let m,I=Wa.None;Array.isArray(d)?(m=d[0],I=d[1]):m=d;let O=l;if(null!==s){if(!s.hasOwnProperty(l))continue;O=s[l]}0===t?ov(o,a,O,m,I):ov(o,a,O,m)}return o}function ov(t,e,a,o,s){let l;t.hasOwnProperty(a)?(l=t[a]).push(e,o):l=t[a]=[e,o],void 0!==s&&l.push(s)}function F0(t,e,a,o,s,l,d,m){const I=y0(e,a);let G,O=e.inputs;!m&&null!=O&&(G=O[o])?(Lh(t,a,G,o,s),R0(e)&&function TM(t,e){const a=W0(e,t);16&a[Hn]||(a[Hn]|=64)}(a,e.index)):3&e.type&&(o=function SM(t){return"class"===t?"className":"for"===t?"htmlFor":"formaction"===t?"formAction":"innerHtml"===t?"innerHTML":"readonly"===t?"readOnly":"tabindex"===t?"tabIndex":t}(o),s=null!=d?d(s,e.value||"",o):s,l.setProperty(I,o,s))}function Hh(t,e,a,o){if(Fc()){const s=null===o?null:{"":-1},l=function FM(t,e){const a=t.directiveRegistry;let o=null,s=null;if(a)for(let l=0;l<a.length;l++){const d=a[l];if(pe(e,d.selectors,!1))if(o||(o=[]),l0(d))if(null!==d.findHostDirectiveDefs){const m=[];s=s||new Map,d.findHostDirectiveDefs(d,m,s),o.unshift(...m,d),Rh(t,e,m.length)}else o.unshift(d),Rh(t,e,0);else s=s||new Map,d.findHostDirectiveDefs?.(d,o,s),o.push(d)}return null===o?null:[o,s]}(t,a);let d,m;null===l?d=m=null:[d,m]=l,null!==d&&iv(t,e,a,d,s,m),s&&function LM(t,e,a){if(e){const o=t.localNames=[];for(let s=0;s<e.length;s+=2){const l=a[e[s+1]];if(null==l)throw new Oe(-301,!1);o.push(e[s],l)}}}(a,o,s)}a.mergedAttrs=Vo(a.mergedAttrs,a.attrs)}function iv(t,e,a,o,s,l){for(let O=0;O<o.length;O++)V2(Wl(a,e),t,o[O].type);!function VM(t,e,a){t.flags|=1,t.directiveStart=e,t.directiveEnd=e+a,t.providerIndexes=e}(a,t.data.length,o.length);for(let O=0;O<o.length;O++){const G=o[O];G.providersResolver&&G.providersResolver(G)}let d=!1,m=!1,I=Qr(t,e,o.length,null);for(let O=0;O<o.length;O++){const G=o[O];a.mergedAttrs=Vo(a.mergedAttrs,G.hostAttrs),UM(t,a,e,I,G),NM(I,G,s),null!==G.contentQueries&&(a.flags|=4),(null!==G.hostBindings||null!==G.hostAttrs||0!==G.hostVars)&&(a.flags|=64);const Dt=G.type.prototype;!d&&(Dt.ngOnChanges||Dt.ngOnInit||Dt.ngDoCheck)&&((t.preOrderHooks??=[]).push(a.index),d=!0),!m&&(Dt.ngOnChanges||Dt.ngDoCheck)&&((t.preOrderCheckHooks??=[]).push(a.index),m=!0),I++}!function EM(t,e,a){const s=e.directiveEnd,l=t.data,d=e.attrs,m=[];let I=null,O=null;for(let G=e.directiveStart;G<s;G++){const Dt=l[G],se=a?a.get(Dt):null,ze=se?se.outputs:null;I=av(0,Dt.inputs,G,I,se?se.inputs:null),O=av(1,Dt.outputs,G,O,ze);const an=null===I||null===d||A0(e)?null:WM(I,G,d);m.push(an)}null!==I&&(I.hasOwnProperty("class")&&(e.flags|=8),I.hasOwnProperty("style")&&(e.flags|=16)),e.initialInputs=m,e.inputs=I,e.outputs=O}(t,a,l)}function sv(t,e,a){const o=a.directiveStart,s=a.directiveEnd,l=a.index,d=function t5(){return la.lFrame.currentDirectiveIndex}();try{gs(l);for(let m=o;m<s;m++){const I=t.data[m],O=e[m];E2(m),(null!==I.hostBindings||0!==I.hostVars||null!==I.hostAttrs)&&PM(I,O)}}finally{gs(-1),E2(d)}}function PM(t,e){null!==t.hostBindings&&t.hostBindings(1,e)}function Rh(t,e,a){e.componentOffset=a,(t.components??=[]).push(e.index)}function NM(t,e,a){if(a){if(e.exportAs)for(let o=0;o<e.exportAs.length;o++)a[e.exportAs[o]]=t;l0(e)&&(a[""]=t)}}function UM(t,e,a,o,s){t.data[o]=s;const l=s.factory||(s.factory=Za(s.type)),d=new Tr(l,l0(s),qs);t.blueprint[o]=d,a[o]=d,function OM(t,e,a,o,s){const l=s.hostBindings;if(l){let d=t.hostBindingOpCodes;null===d&&(d=t.hostBindingOpCodes=[]);const m=~e.index;(function HM(t){let e=t.length;for(;e>0;){const a=t[--e];if("number"==typeof a&&a<0)return a}return 0})(d)!=m&&d.push(m),d.push(a,o,l)}}(t,e,o,Qr(t,a,s.hostVars,pa),s)}function Ti(t,e,a,o,s,l){const d=y0(t,e);!function Ph(t,e,a,o,s,l,d){if(null==l)t.removeAttribute(e,s,a);else{const m=null==d?Yn(l):d(l,o||"",s);t.setAttribute(e,s,m,a)}}(e[Kn],d,l,t.value,a,o,s)}function GM(t,e,a,o,s,l){const d=l[e];if(null!==d)for(let m=0;m<d.length;)J4(o,a,d[m++],d[m++],d[m++],d[m++])}function WM(t,e,a){let o=null,s=0;for(;s<a.length;){const l=a[s];if(0!==l)if(5!==l){if("number"==typeof l)break;if(t.hasOwnProperty(l)){null===o&&(o=[]);const d=t[l];for(let m=0;m<d.length;m+=3)if(d[m]===e){o.push(l,d[m+1],d[m+2],a[s+1]);break}}s+=2}else s+=2;else s+=4}return o}function rv(t,e,a,o){return[t,!0,0,e,null,o,null,a,null,null]}function lv(t,e){const a=t.contentQueries;if(null!==a){const o=Z(null);try{for(let s=0;s<a.length;s+=2){const d=a[s+1];if(-1!==d){const m=t.data[d];Nl(a[s]),m.contentQueries(2,e[d],d)}}}finally{Z(o)}}}function b1(t,e){return t[ui]?t[ds][Oa]=e:t[ui]=e,t[ds]=e,e}function Fh(t,e,a){Nl(0);const o=Z(null);try{e(t,a)}finally{Z(o)}}function hv(t){return t[Ha]??=[]}function dv(t){return t.cleanup??=[]}function cv(t,e,a){return(null===t||l0(t))&&(a=function I2(t){for(;Array.isArray(t);){if("object"==typeof t[Fs])return t;t=t[yn]}return null}(a[e.index])),a[Kn]}function x1(t,e){const a=t[Da],o=a?a.get(Xi,null):null;o&&o.handleError(e)}function Lh(t,e,a,o,s){for(let l=0;l<a.length;){const d=a[l++],m=a[l++],I=a[l++];J4(t.data[d],e[d],o,m,I,s)}}function Qi(t,e,a){const o=Br(e,t);!function H4(t,e,a){t.setValue(e,a)}(t[Kn],o,a)}function $M(t,e){const a=W0(e,t),o=a[We];!function XM(t,e){for(let a=e.length;a<t.blueprint.length;a++)e.push(t.blueprint[a])}(o,a);const s=a[yn];null!==s&&null===a[fa]&&(a[fa]=sh(s,a[Da])),Nh(o,a,a[ea])}function Nh(t,e,a){A2(e);try{const o=t.viewQuery;null!==o&&Fh(1,o,a);const s=t.template;null!==s&&tv(t,e,s,1,a),t.firstCreatePass&&(t.firstCreatePass=!1),e[Eo]?.finishViewCreation(t),t.staticContentQueries&&lv(t,e),t.staticViewQueries&&Fh(2,t.viewQuery,a);const l=t.components;null!==l&&function KM(t,e){for(let a=0;a<e.length;a++)$M(t,e[a])}(e,l)}catch(o){throw t.firstCreatePass&&(t.incompleteFirstPass=!0,t.firstCreatePass=!1),o}finally{e[Hn]&=-5,O2()}}function Js(t,e,a,o){const s=Z(null);try{const l=e.tView,I=_1(t,l,a,4096&t[Hn]?4096:16,null,e,null,null,o?.injector??null,o?.embeddedViewInjector??null,o?.dehydratedView??null);I[b0]=t[e.index];const G=t[Eo];return null!==G&&(I[Eo]=G.createEmbeddedView(l)),Nh(l,I,a),I}finally{Z(s)}}function pv(t,e){const a=$a+e;if(a<t.length)return t[a]}function ks(t,e){return!e||null===e.firstChild||Fr(t)}function tr(t,e,a,o=!0){const s=e[We];if(function uM(t,e,a,o){const s=$a+o,l=a.length;o>0&&(a[s-1][Oa]=e),o<l-$a?(e[Oa]=a[s],$o(a,$a+o,e)):(a.push(e),e[Oa]=null),e[ma]=a;const d=e[b0];null!==d&&a!==d&&P4(d,e);const m=e[Eo];null!==m&&m.insertView(t),k2(e),e[Hn]|=128}(s,e,t,a),o){const d=Bh(a,t),m=e[Kn],I=Ch(m,t[x0]);null!==I&&function pM(t,e,a,o,s,l){o[yn]=s,o[ya]=e,M1(t,o,a,1,s,l)}(s,t[ya],m,e,I,d)}const l=e[fa];null!==l&&null!==l.firstChild&&(l.firstChild=null)}function Vh(t,e){const a=Kr(t,e);return void 0!==a&&f1(a[We],a),a}function Zr(t,e,a,o,s=!1){for(;null!==a;){if(128===a.type){a=s?a.projectionNext:a.next;continue}const l=e[a.index];null!==l&&o.push(ka(l)),so(l)&&vv(l,o);const d=a.type;if(8&d)Zr(t,e,a.child,o);else if(32&d){const m=_h(a,e);let I;for(;I=m();)o.push(I)}else if(16&d){const m=W4(e,a);if(Array.isArray(m))o.push(...m);else{const I=Gi(e[Na]);Zr(I[We],I,m,o,!0)}}a=s?a.projectionNext:a.next}return o}function vv(t,e){for(let a=$a;a<t.length;a++){const o=t[a],s=o[We].firstChild;null!==s&&Zr(o[We],o,s,e)}t[x0]!==t[yn]&&e.push(t[x0])}let uv=[];const qM={...et,consumerIsAlwaysLive:!0,consumerMarkedDirty:t=>{Pl(t.lView)},consumerOnSignalRead(){this.lView[r0]=this}},t6={...et,consumerIsAlwaysLive:!0,consumerMarkedDirty:t=>{let e=Gi(t.lView);for(;e&&!gv(e[We]);)e=Gi(e);e&&Hc(e)},consumerOnSignalRead(){this.lView[r0]=this}};function gv(t){return 2!==t.type}const e6=100;function I1(t,e=!0,a=0){const o=t[po],s=o.rendererFactory;s.begin?.();try{!function n6(t,e){const a=Gc();try{Wc(!0),Uh(t,e);let o=0;for(;Rl(t);){if(o===e6)throw new Oe(103,!1);o++,Uh(t,1)}}finally{Wc(a)}}(t,a)}catch(d){throw e&&x1(t,d),d}finally{s.end?.(),o.inlineEffectRunner?.flush()}}function a6(t,e,a,o){const s=e[Hn];if(!(256&~s))return;e[po].inlineEffectRunner?.flush(),A2(e);let m=!0,I=null,O=null;gv(t)?(O=function YM(t){return t[r0]??function QM(t){const e=uv.pop()??Object.create(qM);return e.lView=t,e}(t)}(e),I=pt(O)):null===function tt(){return i}()?(m=!1,O=function JM(t){const e=t[r0]??Object.create(t6);return e.lView=t,e}(e),I=pt(O)):e[r0]&&(fe(e[r0]),e[r0]=null);try{Oc(e),function $c(t){return la.lFrame.bindingIndex=t}(t.bindingStartIndex),null!==a&&tv(t,e,a,2,o);const G=!(3&~s);if(G){const we=t.preOrderCheckHooks;null!==we&&Ul(e,we,null)}else{const we=t.preOrderHooks;null!==we&&jl(e,we,0,null),H2(e,0)}if(function o6(t){for(let e=Vp(t);null!==e;e=Up(e)){if(!(e[Hn]&ts.HasTransplantedViews))continue;const a=e[Ui];for(let o=0;o<a.length;o++)Hc(a[o])}}(e),fv(e,0),null!==t.contentQueries&&lv(t,e),G){const we=t.contentCheckHooks;null!==we&&Ul(e,we)}else{const we=t.contentHooks;null!==we&&jl(e,we,1),H2(e,1)}!function xM(t,e){const a=t.hostBindingOpCodes;if(null!==a)try{for(let o=0;o<a.length;o++){const s=a[o];if(s<0)gs(~s);else{const l=s,d=a[++o],m=a[++o];Jf(d,l),m(2,e[l])}}}finally{gs(-1)}}(t,e);const Dt=t.components;null!==Dt&&Mv(e,Dt,0);const se=t.viewQuery;if(null!==se&&Fh(2,se,o),G){const we=t.viewCheckHooks;null!==we&&Ul(e,we)}else{const we=t.viewHooks;null!==we&&jl(e,we,2),H2(e,2)}if(!0===t.firstUpdatePass&&(t.firstUpdatePass=!1),e[Vi]){for(const we of e[Vi])we();e[Vi]=null}e[Hn]&=-73}catch(G){throw Pl(e),G}finally{null!==O&&(Kt(O,I),m&&function ZM(t){t.lView[r0]!==t&&(t.lView=null,uv.push(t))}(O)),O2()}}function fv(t,e){for(let a=Vp(t);null!==a;a=Up(a))for(let o=$a;o<a.length;o++)wv(a[o],e)}function i6(t,e,a){wv(W0(e,t),a)}function wv(t,e){y2(t)&&Uh(t,e)}function Uh(t,e){const o=t[We],s=t[Hn],l=t[r0];let d=!!(0===e&&16&s);if(d||=!!(64&s&&0===e),d||=!!(1024&s),d||=!(!l?.dirty||!Jt(l)),d||=!1,l&&(l.dirty=!1),t[Hn]&=-9217,d)a6(o,t,o.template,t[ea]);else if(8192&s){fv(t,1);const m=o.components;null!==m&&Mv(t,m,1)}}function Mv(t,e,a){for(let o=0;o<e.length;o++)i6(t,e[o],a)}function qr(t,e){const a=Gc()?64:1088;for(t[po].changeDetectionScheduler?.notify(e);t;){t[Hn]|=a;const o=Gi(t);if(mi(t)&&!o)return t;t=o}return null}class Jr{get rootNodes(){const e=this._lView,a=e[We];return Zr(a,e,a.firstChild,[])}constructor(e,a,o=!0){this._lView=e,this._cdRefInjectingView=a,this.notifyErrorHandler=o,this._appRef=null,this._attachedToViewContainer=!1}get context(){return this._lView[ea]}set context(e){this._lView[ea]=e}get destroyed(){return!(256&~this._lView[Hn])}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){const e=this._lView[ma];if(so(e)){const a=e[8],o=a?a.indexOf(this):-1;o>-1&&(Kr(e,o),Lo(a,o))}this._attachedToViewContainer=!1}f1(this._lView[We],this._lView)}onDestroy(e){Fl(this._lView,e)}markForCheck(){qr(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[Hn]&=-129}reattach(){k2(this._lView),this._lView[Hn]|=128}detectChanges(){this._lView[Hn]|=1024,I1(this._lView,this.notifyErrorHandler)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new Oe(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;const e=mi(this._lView),a=this._lView[b0];null!==a&&!e&&Ih(a,this._lView),R4(this._lView[We],this._lView)}attachToAppRef(e){if(this._attachedToViewContainer)throw new Oe(902,!1);this._appRef=e;const a=mi(this._lView),o=this._lView[b0];null!==o&&!a&&P4(o,this._lView),k2(this._lView)}}let tl=(()=>{class t{static{this.__NG_ELEMENT_ID__=l6}}return t})();const s6=tl,r6=class extends s6{constructor(e,a,o){super(),this._declarationLView=e,this._declarationTContainer=a,this.elementRef=o}get ssrId(){return this._declarationTContainer.tView?.ssrId||null}createEmbeddedView(e,a){return this.createEmbeddedViewImpl(e,a)}createEmbeddedViewImpl(e,a,o){const s=Js(this._declarationLView,this._declarationTContainer,e,{embeddedViewInjector:a,dehydratedView:o});return new Jr(s)}};function l6(){return y1(Ra(),Je())}function y1(t,e){return 4&t.type?new r6(e,t,Gs(t,e)):null}const C6=new RegExp(`^(\\d+)*(${eh}|${th})*(.*)`);function Xh(t){return t.index-$n}function sl(t,e,a,o){const s=Xh(o);let l=function Sv(t,e){const a=t.i18nNodes;if(a)return a.get(e)}(t,s);if(void 0===l){const d=t.data[s1];if(d?.[s])l=function Tv(t,e){const[a,...o]=function B6(t){const e=t.match(C6),[a,o,s,l]=e,d=o?parseInt(o,10):s,m=[];for(const[I,O,G]of l.matchAll(/(f|n)(\d*)/g)){const Dt=parseInt(G,10)||1;m.push(O,Dt)}return[d,...m]}(t);let s;s=a===th?e[Na][yn]:a===eh?function S4(t){return t.ownerDocument.body}(e[Na][yn]):ka(e[Number(a)+$n]);return function S6(t,e){let a=t;for(let o=0;o<e.length;o+=2){const s=e[o],l=e[o+1];for(let d=0;d<l;d++)switch(s){case $s.FirstChild:a=a.firstChild;break;case $s.NextSibling:a=a.nextSibling}}return a}(s,o)}(d[s],a);else if(e.firstChild===o)l=t.firstChild;else{const m=null===o.prev,I=o.prev??o.parent;if(function z6(t){return!t.prev&&8===t.parent?.type}(o))l=lh(t,Xh(o.parent));else{let O=y0(I,a);if(m)l=O.firstChild;else{const G=Xh(I),Dt=lh(t,G);l=2===I.type&&Dt?B1(hh(t,G)+1,Dt):O.nextSibling}}}}return l}function B1(t,e){let a=e;for(let o=0;o<t;o++)a=a.nextSibling;return a}let Ov=!1;function K6(t,e,a){for(const o of a.node.cases[a.case]){const s=e.get(o.index-$n);s&&Yr(t,s,!1)}}function Fv(t){const e=t[qi]??[],o=t[ma][Kn];for(const s of e)Y6(s,o);t[qi]=aa}function Y6(t,e){let a=0,o=t.firstChild;if(o){const s=t.data[Xs];for(;a<s;){const l=o.nextSibling;Yr(e,o,!1),o=l,a++}}}function Lv(t){Fv(t);const e=t[yn];no(e)&&z1(e);for(let a=$a;a<t.length;a++)z1(t[a])}function z1(t){!function X6(t){const e=t[fa];if(e){const{i18nNodes:a,dehydratedIcuData:o}=e;if(a&&o){const s=t[Kn];for(const l of o.values())K6(s,a,l)}e.i18nNodes=void 0,e.dehydratedIcuData=void 0}}(t);const e=t[We];for(let a=$n;a<e.bindingStartIndex;a++)so(t[a])?Lv(t[a]):no(t[a])&&z1(t[a])}let Nv=()=>null;function q6(t,e){const a=t[qi];return e&&null!==a&&0!==a.length?a[0].data[ah]===e?a.shift():(Fv(t),null):null}function Ds(t,e){return Nv(t,e)}class Bs{}const nr=new Mn("",{providedIn:"root",factory:()=>!1}),Vv=new Mn(""),Jh=new Mn("");class t7{}class Uv{}class n7{resolveComponentFactory(e){throw function e7(t){const e=Error(`No component factory found for ${je(t)}.`);return e.ngComponent=t,e}(e)}}class ll{static{this.NULL=new n7}}class td{}let a7=(()=>{class t{constructor(){this.destroyNode=null}static{this.__NG_ELEMENT_ID__=()=>function o7(){const t=Je(),a=W0(Ra().index,t);return(no(a)?a:t)[Kn]}()}}return t})(),i7=(()=>{class t{static{this.\u0275prov=Q({token:t,providedIn:"root",factory:()=>null})}}return t})();function as(t){return!!ja(t)}function S1(t,e,a){let o=a?t.styles:null,s=a?t.classes:null,l=0;if(null!==e)for(let d=0;d<e.length;d++){const m=e[d];"number"==typeof m?l=m:1==l?s=Tn(s,m):2==l&&(o=Tn(o,m+": "+e[++d]+";"))}a?t.styles=o:t.stylesWithoutHost=o,a?t.classes=s:t.classesWithoutHost=s}class $v extends ll{constructor(e){super(),this.ngModule=e}resolveComponentFactory(e){const a=oa(e);return new cl(a,this.ngModule)}}function Xv(t,e){const a=[];for(const o in t){if(!t.hasOwnProperty(o))continue;const s=t[o];if(void 0===s)continue;const l=Array.isArray(s),d=l?s[0]:s;a.push(e?{propName:d,templateName:o,isSignal:!!((l?s[1]:Wa.None)&Wa.SignalBased)}:{propName:d,templateName:o})}return a}class cl extends Uv{get inputs(){const e=this.componentDef,a=e.inputTransforms,o=Xv(e.inputs,!0);if(null!==a)for(const s of o)a.hasOwnProperty(s.propName)&&(s.transform=a[s.propName]);return o}get outputs(){return Xv(this.componentDef.outputs,!1)}constructor(e,a){super(),this.componentDef=e,this.ngModule=a,this.componentType=e.type,this.selector=function o0(t){return t.map(ti).join(",")}(e.selectors),this.ngContentSelectors=e.ngContentSelectors?e.ngContentSelectors:[],this.isBoundToModule=!!a}create(e,a,o,s){const l=Z(null);try{let d=(s=s||this.ngModule)instanceof _?s:s?.injector;d&&null!==this.componentDef.getStandaloneInjector&&(d=this.componentDef.getStandaloneInjector(d)||d);const m=d?new ms(e,d):e,I=m.get(td,null);if(null===I)throw new Oe(407,!1);const Dt={rendererFactory:I,sanitizer:m.get(i7,null),inlineEffectRunner:null,changeDetectionScheduler:m.get(Bs,null)},se=I.createRenderer(null,this.componentDef),we=this.componentDef.selectors[0][0]||"div",ze=o?function yM(t,e,a,o){const l=o.get(h4,!1)||a===oo.ShadowDom,d=t.selectRootElement(e,l);return function kM(t){nv(t)}(d),d}(se,o,this.componentDef.encapsulation,m):m1(se,we,function l7(t){const e=t.toLowerCase();return"svg"===e?Tc:"math"===e?"math":null}(we));let an=512;this.componentDef.signals?an|=4096:this.componentDef.onPush||(an|=16);let _n=null;null!==ze&&(_n=sh(ze,m,!0));const xn=Oh(0,null,null,1,0,null,null,null,null,null,null),nn=_1(null,xn,null,an,null,null,Dt,se,m,null,_n);A2(nn);let ha,xa,Va=null;try{const fo=this.componentDef;let N0,kr=null;fo.findHostDirectiveDefs?(N0=[],kr=new Map,fo.findHostDirectiveDefs(fo,N0,kr),N0.push(fo)):N0=[fo];const Rf=function d7(t,e){const a=t[We],o=$n;return t[o]=e,ys(a,o,2,"#host",null)}(nn,ze);Va=function c7(t,e,a,o,s,l,d){const m=s[We];!function p7(t,e,a,o){for(const s of t)e.mergedAttrs=Vo(e.mergedAttrs,s.hostAttrs);null!==e.mergedAttrs&&(S1(e,e.mergedAttrs,!0),null!==a&&Y4(o,a,e))}(o,t,e,d);let I=null;null!==e&&(I=sh(e,s[Da]));const O=l.rendererFactory.createRenderer(e,a);let G=16;a.signals?G=4096:a.onPush&&(G=64);const Dt=_1(s,ev(a),null,G,s[t.index],t,l,O,null,null,I);return m.firstCreatePass&&Rh(m,t,o.length-1),b1(s,Dt),s[t.index]=Dt}(Rf,ze,fo,N0,nn,Dt,se),xa=zr(xn,$n),ze&&function u7(t,e,a,o){if(o)Ko(t,a,["ng-version","18.2.8"]);else{const{attrs:s,classes:l}=function O0(t){const e=[],a=[];let o=1,s=2;for(;o<t.length;){let l=t[o];if("string"==typeof l)2===s?""!==l&&e.push(l,t[++o]):8===s&&a.push(l);else{if(!E(s))break;s=l}o++}return{attrs:e,classes:a}}(e.selectors[0]);s&&Ko(t,a,s),l&&l.length>0&&K4(t,a,l.join(" "))}}(se,fo,ze,o),void 0!==a&&function g7(t,e,a){const o=t.projection=[];for(let s=0;s<e.length;s++){const l=a[s];o.push(null!=l?Array.from(l):null)}}(xa,this.ngContentSelectors,a),ha=function v7(t,e,a,o,s,l){const d=Ra(),m=s[We],I=y0(d,s);iv(m,s,d,a,null,o);for(let G=0;G<a.length;G++)d0(fs(s,m,d.directiveStart+G,d),s);sv(m,s,d),I&&d0(I,s);const O=fs(s,m,d.directiveStart+d.componentOffset,d);if(t[ea]=s[ea]=O,null!==l)for(const G of l)G(O,e);return Sh(m,d,s),O}(Va,fo,N0,kr,nn,[m7]),Nh(xn,nn,null)}catch(fo){throw null!==Va&&Z2(Va),Z2(nn),fo}finally{O2()}return new h7(this.componentType,ha,Gs(xa,nn),nn,xa)}finally{Z(l)}}}class h7 extends t7{constructor(e,a,o,s,l){super(),this.location=o,this._rootLView=s,this._tNode=l,this.previousInputValues=null,this.instance=a,this.hostView=this.changeDetectorRef=new Jr(s,void 0,!1),this.componentType=e}setInput(e,a){const o=this._tNode.inputs;let s;if(null!==o&&(s=o[e])){if(this.previousInputValues??=new Map,this.previousInputValues.has(e)&&Object.is(this.previousInputValues.get(e),a))return;const l=this._rootLView;Lh(l[We],l,s,e,a),this.previousInputValues.set(e,a),qr(W0(this._tNode.index,l),1)}}get injector(){return new So(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(e){this.hostView.onDestroy(e)}}function m7(){const t=Ra();Vl(Je()[We],t)}let T1=(()=>{class t{static{this.__NG_ELEMENT_ID__=f7}}return t})();function f7(){return Qv(Ra(),Je())}const w7=T1,Kv=class extends w7{constructor(e,a,o){super(),this._lContainer=e,this._hostTNode=a,this._hostLView=o}get element(){return Gs(this._hostTNode,this._hostLView)}get injector(){return new So(this._hostTNode,this._hostLView)}get parentInjector(){const e=$l(this._hostTNode,this._hostLView);if(F2(e)){const a=Or(e,this._hostLView),o=Ar(e);return new So(a[We].data[o+8],a)}return new So(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(e){const a=Yv(this._lContainer);return null!==a&&a[e]||null}get length(){return this._lContainer.length-$a}createEmbeddedView(e,a,o){let s,l;"number"==typeof o?s=o:null!=o&&(s=o.index,l=o.injector);const d=Ds(this._lContainer,e.ssrId),m=e.createEmbeddedViewImpl(a||{},l,d);return this.insertImpl(m,s,ks(this._hostTNode,d)),m}createComponent(e,a,o,s,l){const d=e&&!function Mt(t){return"function"==typeof t}(e);let m;if(d)m=a;else{const ze=a||{};m=ze.index,o=ze.injector,s=ze.projectableNodes,l=ze.environmentInjector||ze.ngModuleRef}const I=d?e:new cl(oa(e)),O=o||this.parentInjector;if(!l&&null==I.ngModule){const an=(d?O:this.parentInjector).get(_,null);an&&(l=an)}const G=oa(I.componentType??{}),Dt=Ds(this._lContainer,G?.id??null),we=I.create(O,s,Dt?.firstChild??null,l);return this.insertImpl(we.hostView,m,ks(this._hostTNode,Dt)),we}insert(e,a){return this.insertImpl(e,a,!0)}insertImpl(e,a,o){const s=e._lView;if(function jf(t){return so(t[ma])}(s)){const m=this.indexOf(e);if(-1!==m)this.detach(m);else{const I=s[ma],O=new Kv(I,I[ya],I[ma]);O.detach(O.indexOf(e))}}const l=this._adjustIndex(a),d=this._lContainer;return tr(d,s,l,o),e.attachToViewContainerRef(),$o(ad(d),l,e),e}move(e,a){return this.insert(e,a)}indexOf(e){const a=Yv(this._lContainer);return null!==a?a.indexOf(e):-1}remove(e){const a=this._adjustIndex(e,-1),o=Kr(this._lContainer,a);o&&(Lo(ad(this._lContainer),a),f1(o[We],o))}detach(e){const a=this._adjustIndex(e,-1),o=Kr(this._lContainer,a);return o&&null!=Lo(ad(this._lContainer),a)?new Jr(o):null}_adjustIndex(e,a=0){return e??this.length+a}};function Yv(t){return t[8]}function ad(t){return t[8]||(t[8]=[])}function Qv(t,e){let a;const o=e[t.index];return so(o)?a=o:(a=rv(o,e,null,t),e[t.index]=a,b1(e,a)),Zv(a,e,t,o),new Kv(a,t,e)}let Zv=Jv,od=()=>!1;function Jv(t,e,a,o){if(t[x0])return;let s;s=8&a.type?ka(o):function M7(t,e){const a=t[Kn],o=a.createComment(""),s=y0(e,t);return xs(a,Ch(a,s),o,function fM(t,e){return t.nextSibling(e)}(a,s),!1),o}(e,a),t[x0]=s}function _7(t,e,a){if(t[x0]&&t[qi])return!0;const o=a[fa],s=e.index-$n;if(!o||function Lr(t){if(Fr(t))return!0;let e=t.parent;for(;e;){if(Fr(t)||Y2(e))return!0;e=e.parent}return!1}(e)||Ms(o,s))return!1;const d=lh(o,s),m=o.data[Vr]?.[s],[I,O]=function Z6(t,e){const a=[];for(const o of e)for(let s=0;s<(o[o1]??1);s++){const l={data:o,firstChild:null};o[Xs]>0&&(l.firstChild=t,t=B1(o[Xs],t)),a.push(l)}return[t,a]}(d,m);return t[x0]=I,t[qi]=O,!0}function b7(t,e,a,o){od(t,a,e)||Jv(t,e,a,o)}class id{constructor(e){this.queryList=e,this.matches=null}clone(){return new id(this.queryList)}setDirty(){this.queryList.setDirty()}}class sd{constructor(e=[]){this.queries=e}createEmbeddedView(e){const a=e.queries;if(null!==a){const o=null!==e.contentQueries?e.contentQueries[0]:a.length,s=[];for(let l=0;l<o;l++){const d=a.getByIndex(l);s.push(this.queries[d.indexInDeclarationView].clone())}return new sd(s)}return null}insertView(e){this.dirtyQueriesWithMatches(e)}detachView(e){this.dirtyQueriesWithMatches(e)}finishViewCreation(e){this.dirtyQueriesWithMatches(e)}dirtyQueriesWithMatches(e){for(let a=0;a<this.queries.length;a++)null!==cd(e,a).matches&&this.queries[a].setDirty()}}class tu{constructor(e,a,o=null){this.flags=a,this.read=o,this.predicate="string"==typeof e?function D7(t){return t.split(",").map(e=>e.trim())}(e):e}}class rd{constructor(e=[]){this.queries=e}elementStart(e,a){for(let o=0;o<this.queries.length;o++)this.queries[o].elementStart(e,a)}elementEnd(e){for(let a=0;a<this.queries.length;a++)this.queries[a].elementEnd(e)}embeddedTView(e){let a=null;for(let o=0;o<this.length;o++){const s=null!==a?a.length:0,l=this.getByIndex(o).embeddedTView(e,s);l&&(l.indexInDeclarationView=o,null!==a?a.push(l):a=[l])}return null!==a?new rd(a):null}template(e,a){for(let o=0;o<this.queries.length;o++)this.queries[o].template(e,a)}getByIndex(e){return this.queries[e]}get length(){return this.queries.length}track(e){this.queries.push(e)}}class ld{constructor(e,a=-1){this.metadata=e,this.matches=null,this.indexInDeclarationView=-1,this.crossesNgTemplate=!1,this._appliesToNextNode=!0,this._declarationNodeIndex=a}elementStart(e,a){this.isApplyingToNode(a)&&this.matchTNode(e,a)}elementEnd(e){this._declarationNodeIndex===e.index&&(this._appliesToNextNode=!1)}template(e,a){this.elementStart(e,a)}embeddedTView(e,a){return this.isApplyingToNode(e)?(this.crossesNgTemplate=!0,this.addMatch(-e.index,a),new ld(this.metadata)):null}isApplyingToNode(e){if(this._appliesToNextNode&&1&~this.metadata.flags){const a=this._declarationNodeIndex;let o=e.parent;for(;null!==o&&8&o.type&&o.index!==a;)o=o.parent;return a===(null!==o?o.index:-1)}return this._appliesToNextNode}matchTNode(e,a){const o=this.metadata.predicate;if(Array.isArray(o))for(let s=0;s<o.length;s++){const l=o[s];this.matchTNodeWithReadOption(e,a,I7(a,l)),this.matchTNodeWithReadOption(e,a,Xl(a,e,l,!1,!1))}else o===tl?4&a.type&&this.matchTNodeWithReadOption(e,a,-1):this.matchTNodeWithReadOption(e,a,Xl(a,e,o,!1,!1))}matchTNodeWithReadOption(e,a,o){if(null!==o){const s=this.metadata.read;if(null!==s)if(s===Rr||s===T1||s===tl&&4&a.type)this.addMatch(a.index,-2);else{const l=Xl(a,e,s,!1,!1);null!==l&&this.addMatch(a.index,l)}else this.addMatch(a.index,o)}}addMatch(e,a){null===this.matches?this.matches=[e,a]:this.matches.push(e,a)}}function I7(t,e){const a=t.localNames;if(null!==a)for(let o=0;o<a.length;o+=2)if(a[o]===e)return a[o+1];return null}function k7(t,e,a,o){return-1===a?function y7(t,e){return 11&t.type?Gs(t,e):4&t.type?y1(t,e):null}(e,t):-2===a?function C7(t,e,a){return a===Rr?Gs(e,t):a===tl?y1(e,t):a===T1?Qv(e,t):void 0}(t,e,o):fs(t,t[We],a,e)}function eu(t,e,a,o){const s=e[Eo].queries[o];if(null===s.matches){const l=t.data,d=a.matches,m=[];for(let I=0;null!==d&&I<d.length;I+=2){const O=d[I];m.push(O<0?null:k7(e,l[O],d[I+1],a.metadata.read))}s.matches=m}return s.matches}function hd(t,e,a,o){const s=t.queries.getByIndex(a),l=s.matches;if(null!==l){const d=eu(t,e,s,a);for(let m=0;m<l.length;m+=2){const I=l[m];if(I>0)o.push(d[m/2]);else{const O=l[m+1],G=e[-I];for(let Dt=$a;Dt<G.length;Dt++){const se=G[Dt];se[b0]===se[ma]&&hd(se[We],se,O,o)}if(null!==G[Ui]){const Dt=G[Ui];for(let se=0;se<Dt.length;se++){const we=Dt[se];hd(we[We],we,O,o)}}}}}return o}function dd(t,e){return t[Eo].queries[e].queryList}function nu(t,e,a){const o=new ql(!(4&~a));return function BM(t,e,a,o){const s=hv(e);s.push(a),t.firstCreatePass&&dv(t).push(o,s.length-1)}(t,e,o,o.destroy),(e[Eo]??=new sd).queries.push(new id(o))-1}function ou(t,e,a,o){const s=_a();if(s.firstCreatePass){const l=Ra();iu(s,new tu(e,a,o),l.index),function B7(t,e){const a=t.contentQueries||(t.contentQueries=[]);e!==(a.length?a[a.length-1]:-1)&&a.push(t.queries.length-1,e)}(s,t),!(2&~a)&&(s.staticContentQueries=!0)}return nu(s,Je(),a)}function iu(t,e,a){null===t.queries&&(t.queries=new rd),t.queries.track(new ld(e,a))}function cd(t,e){return t.queries.getByIndex(e)}function su(t,e){const a=t[We],o=cd(a,e);return o.crossesNgTemplate?hd(a,t,e,[]):eu(a,t,o,e)}const ru=new Set;function c0(t){ru.has(t)||(ru.add(t),performance?.mark?.("mark_feature_usage",{detail:{feature:t}}))}function pd(t){return"function"==typeof t&&void 0!==t[g]}function lu(t,e){c0("NgSignals");const a=function ot(t){const e=Object.create(ke);e.value=t;const a=()=>(mt(e),e.value);return a[g]=e,a}(t),o=a[g];return e?.equal&&(o.equal=e.equal),a.set=s=>Lt(o,s),a.update=s=>function lt(t,e){zt()||Fe(),Lt(t,e(t.value))}(o,s),a.asReadonly=hu.bind(a),a}function hu(){const t=this[g];if(void 0===t.readonlyFn){const e=()=>this();e[g]=t,t.readonlyFn=e}return t.readonlyFn}function du(t){return pd(t)&&"function"==typeof t.set}function vd(t,e){let a;const o=Vt(()=>{a._dirtyCounter();const s=function z7(t,e){const a=t._lView,o=t._queryIndex;if(void 0===a||void 0===o||4&a[Hn])return e?void 0:aa;const s=dd(a,o),l=su(a,o);return s.reset(l,Sp),e?s.first:s._changesDetected||void 0===t._flatValue?t._flatValue=s.toArray():t._flatValue}(a,t);if(e&&void 0===s)throw new Oe(-951,!1);return s});return a=o[g],a._dirtyCounter=lu(0),a._flatValue=void 0,o}function gu(t,e){return function cu(){return vd(!0,!1)}()}const S7=(gu.required=function E7(t,e){return function pu(){return vd(!0,!0)}()},gu);function ud(t){let e=function xu(t){return Object.getPrototypeOf(t.prototype).constructor}(t.type),a=!0;const o=[t];for(;e;){let s;if(l0(t))s=e.\u0275cmp||e.\u0275dir;else{if(e.\u0275cmp)throw new Oe(903,!1);s=e.\u0275dir}if(s){if(a){o.push(s);const d=t;d.inputs=O1(t.inputs),d.inputTransforms=O1(t.inputTransforms),d.declaredInputs=O1(t.declaredInputs),d.outputs=O1(t.outputs);const m=s.hostBindings;m&&G7(t,m);const I=s.viewQuery,O=s.contentQueries;if(I&&U7(t,I),O&&j7(t,O),N7(t,s),rn(t.outputs,s.outputs),l0(s)&&s.data.animation){const G=t.data;G.animation=(G.animation||[]).concat(s.data.animation)}}const l=s.features;if(l)for(let d=0;d<l.length;d++){const m=l[d];m&&m.ngInherit&&m(t),m===ud&&(a=!1)}}e=Object.getPrototypeOf(e)}!function V7(t){let e=0,a=null;for(let o=t.length-1;o>=0;o--){const s=t[o];s.hostVars=e+=s.hostVars,s.hostAttrs=Vo(s.hostAttrs,a=Vo(a,s.hostAttrs))}}(o)}function N7(t,e){for(const a in e.inputs){if(!e.inputs.hasOwnProperty(a)||t.inputs.hasOwnProperty(a))continue;const o=e.inputs[a];if(void 0!==o&&(t.inputs[a]=o,t.declaredInputs[a]=e.declaredInputs[a],null!==e.inputTransforms)){const s=Array.isArray(o)?o[0]:o;if(!e.inputTransforms.hasOwnProperty(s))continue;t.inputTransforms??={},t.inputTransforms[s]=e.inputTransforms[s]}}}function O1(t){return t===Fa?{}:t===aa?[]:t}function U7(t,e){const a=t.viewQuery;t.viewQuery=a?(o,s)=>{e(o,s),a(o,s)}:e}function j7(t,e){const a=t.contentQueries;t.contentQueries=a?(o,s,l)=>{e(o,s,l),a(o,s,l)}:e}function G7(t,e){const a=t.hostBindings;t.hostBindings=a?(o,s)=>{e(o,s),a(o,s)}:e}function Iu(t){const e=a=>{const o=(Array.isArray(t)?t:t()).map(s=>"function"==typeof s?{directive:ae(s),inputs:Fa,outputs:Fa}:{directive:ae(s.directive),inputs:ku(s.inputs),outputs:ku(s.outputs)});null===a.hostDirectives?(a.findHostDirectiveDefs=yu,a.hostDirectives=o):a.hostDirectives.unshift(...o)};return e.ngInherit=!0,e}function yu(t,e,a){if(null!==t.hostDirectives)for(const o of t.hostDirectives){const s=La(o.directive);K7(s.declaredInputs,o.inputs),yu(s,e,a),a.set(s,o),e.push(s)}}function ku(t){if(void 0===t||0===t.length)return Fa;const e={};for(let a=0;a<t.length;a+=2)e[t[a]]=t[a+1];return e}function K7(t,e){for(const a in e)e.hasOwnProperty(a)&&(t[e[a]]=t[a])}function Du(t){const e=t.inputConfig,a={};for(const o in e)if(e.hasOwnProperty(o)){const s=e[o];Array.isArray(s)&&s[3]&&(a[o]=s[3])}t.inputTransforms=a}class zs{}class Bu{}function Y7(t,e){return new gd(t,e??null,[])}class gd extends zs{constructor(e,a,o,s=!0){super(),this.ngModuleType=e,this._parent=a,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new $v(this);const l=ja(e);this._bootstrapComponents=$0(l.bootstrap),this._r3Injector=xp(e,a,[{provide:zs,useValue:this},{provide:ll,useValue:this.componentFactoryResolver},...o],je(e),new Set(["environment"])),s&&this.resolveInjectorInitializers()}resolveInjectorInitializers(){this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(this.ngModuleType)}get injector(){return this._r3Injector}destroy(){const e=this._r3Injector;!e.destroyed&&e.destroy(),this.destroyCbs.forEach(a=>a()),this.destroyCbs=null}onDestroy(e){this.destroyCbs.push(e)}}class md extends Bu{constructor(e){super(),this.moduleType=e}create(e){return new gd(this.moduleType,e,[])}}class zu extends zs{constructor(e){super(),this.componentFactoryResolver=new $v(this),this.instance=null;const a=new T([...e.providers,{provide:zs,useValue:this},{provide:ll,useValue:this.componentFactoryResolver}],e.parent||s0(),e.debugName,new Set(["environment"]));this.injector=a,e.runEnvironmentInitializers&&a.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(e){this.injector.onDestroy(e)}}function fd(t,e,a=null){return new zu({providers:t,parent:e,debugName:a,runEnvironmentInitializers:!0}).injector}function H1(t){return!!wd(t)&&(Array.isArray(t)||!(t instanceof Map)&&Symbol.iterator in t)}function wd(t){return null!==t&&("function"==typeof t||"object"==typeof t)}function Ai(t,e,a){return t[e]=a}function vl(t,e){return t[e]}function uo(t,e,a){return!Object.is(t[e],a)&&(t[e]=a,!0)}function Es(t,e,a,o){const s=uo(t,e,a);return uo(t,e+1,o)||s}function R1(t,e,a,o,s){const l=Es(t,e,a,o);return uo(t,e+2,s)||l}function si(t,e,a,o,s,l){const d=Es(t,e,a,o);return Es(t,e+2,s,l)||d}function or(t){return!(32&~t.flags)}function ul(t,e,a,o,s,l,d,m,I,O){const G=a+$n,Dt=e.firstCreatePass?function e8(t,e,a,o,s,l,d,m,I){const O=e.consts,G=ys(e,t,4,d||null,m||null);Hh(e,a,G,ii(O,I)),Vl(e,G);const Dt=G.tView=Oh(2,G,o,s,l,e.directiveRegistry,e.pipeRegistry,null,e.schemas,O,null);return null!==e.queries&&(e.queries.template(e,G),Dt.queries=e.queries.embeddedTView(G)),G}(G,e,t,o,s,l,d,m,I):e.data[G];fi(Dt,!1);const se=Eu(e,t,Dt,a);Sr()&&w1(e,t,se,Dt),d0(se,t);const we=rv(se,t,se,Dt);return t[G]=we,b1(t,we),function qv(t,e,a){return od(t,e,a)}(we,Dt,t),ji(Dt)&&Th(e,t,Dt),null!=I&&Ah(t,Dt,O),Dt}function Md(t,e,a,o,s,l,d,m){const I=Je(),O=_a();return ul(I,O,t,e,a,o,s,ii(O.consts,l),d,m),Md}let Eu=Su;function Su(t,e,a,o){return zi(!0),e[Kn].createComment("")}function n8(t,e,a,o){const s=e[fa],l=!s||us()||or(a)||Ms(s,o);if(zi(l),l)return Su(0,e);const d=s.data[nh]?.[o]??null;null!==d&&null!==a.tView&&null===a.tView.ssrId&&(a.tView.ssrId=d);const m=sl(s,t,e,a);return r1(s,o,m),B1(hh(s,o),m)}var Ss=function(t){return t[t.EarlyRead=0]="EarlyRead",t[t.Write=1]="Write",t[t.MixedReadWrite=2]="MixedReadWrite",t[t.Read=3]="Read",t}(Ss||{});let Pu=(()=>{class t{constructor(){this.impl=null}execute(){this.impl?.execute()}static{this.\u0275prov=Q({token:t,providedIn:"root",factory:()=>new t})}}return t})();class fl{constructor(){this.ngZone=Nn(to),this.scheduler=Nn(Bs),this.errorHandler=Nn(Xi,{optional:!0}),this.sequences=new Set,this.deferredRegistrations=new Set,this.executing=!1}static{this.PHASES=[Ss.EarlyRead,Ss.Write,Ss.MixedReadWrite,Ss.Read]}execute(){this.executing=!0;for(const e of fl.PHASES)for(const a of this.sequences)if(!a.erroredOrDestroyed&&a.hooks[e])try{a.pipelinedValue=this.ngZone.runOutsideAngular(()=>a.hooks[e](a.pipelinedValue))}catch(o){a.erroredOrDestroyed=!0,this.errorHandler?.handleError(o)}this.executing=!1;for(const e of this.sequences)e.afterRun(),e.once&&(this.sequences.delete(e),e.destroy());for(const e of this.deferredRegistrations)this.sequences.add(e);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear()}register(e){this.executing?this.deferredRegistrations.add(e):(this.sequences.add(e),this.scheduler.notify(6))}unregister(e){this.executing&&this.sequences.has(e)?(e.erroredOrDestroyed=!0,e.pipelinedValue=void 0,e.once=!0):(this.sequences.delete(e),this.deferredRegistrations.delete(e))}static{this.\u0275prov=Q({token:fl,providedIn:"root",factory:()=>new fl})}}class i8{constructor(e,a,o,s){this.impl=e,this.hooks=a,this.once=o,this.erroredOrDestroyed=!1,this.pipelinedValue=void 0,this.unregisterOnDestroy=s?.onDestroy(()=>this.destroy())}afterRun(){this.erroredOrDestroyed=!1,this.pipelinedValue=void 0}destroy(){this.impl.unregister(this),this.unregisterOnDestroy?.()}}function Fu(t,e){!e?.injector&&hn();const a=e?.injector??Nn(h0);return X0(a)?(c0("NgAfterRender"),Lu(t,a,e,!1)):Nu}function N1(t,e){!e?.injector&&hn();const a=e?.injector??Nn(h0);return X0(a)?(c0("NgAfterNextRender"),Lu(t,a,e,!0)):Nu}function Lu(t,e,a,o){const s=e.get(Pu);s.impl??=e.get(fl);const l=a?.phase??Ss.MixedReadWrite,d=!0!==a?.manualCleanup?e.get(Hr):null,m=new i8(s.impl,function s8(t,e){if(t instanceof Function){const a=[void 0,void 0,void 0,void 0];return a[e]=t,a}return[t.earlyRead,t.write,t.mixedReadWrite,t.read]}(t,l),o,d);return s.impl.register(m),m}const Nu={destroy(){}};function Ed(t,e,a,o){const s=Je();return uo(s,wi(),e)&&(_a(),Ti(Xa(),s,t,e,a,o)),Ed}function pr(t,e,a,o){return uo(t,wi(),a)?e+Yn(a)+o:pa}function vr(t,e,a,o,s,l){const m=Es(t,Wi(),a,s);return $i(2),m?e+Yn(a)+o+Yn(s)+l:pa}function j1(t,e){return t<<17|e<<2}function ss(t){return t>>17&32767}function Sd(t){return 2|t}function As(t){return(131068&t)>>2}function Td(t,e){return-131069&t|e<<2}function Ad(t){return 1|t}function pg(t,e,a,o){const s=t[a+1],l=null===e;let d=o?ss(s):As(s),m=!1;for(;0!==d&&(!1===m||l);){const O=t[d+1];U8(t[d],e)&&(m=!0,t[d+1]=o?Ad(O):Sd(O)),d=o?ss(O):As(O)}m&&(t[a+1]=o?Sd(s):Ad(s))}function U8(t,e){return null===t||null==e||(Array.isArray(t)?t[1]:t)===e||!(!Array.isArray(t)||"string"!=typeof e)&&Xo(t,e)>=0}const To={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function vg(t){return t.substring(To.key,To.keyEnd)}function ug(t,e){const a=To.textEnd;return a===e?-1:(e=To.keyEnd=function $8(t,e,a){for(;e<a&&t.charCodeAt(e)>32;)e++;return e}(t,To.key=e,a),_r(t,e,a))}function _r(t,e,a){for(;e<a&&t.charCodeAt(e)<=32;)e++;return e}function Od(t,e,a){const o=Je();return uo(o,wi(),e)&&F0(_a(),Xa(),o,t,e,o[Kn],a,!1),Od}function Hd(t,e,a,o,s){const d=s?"class":"style";Lh(t,a,e.inputs[d],d,o)}function Rd(t,e,a){return Mi(t,e,a,!1),Rd}function Pd(t,e){return Mi(t,e,null,!0),Pd}function Mg(t){_i(e9,Hi,t,!0)}function Hi(t,e){for(let a=function G8(t){return function mg(t){To.key=0,To.keyEnd=0,To.value=0,To.valueEnd=0,To.textEnd=t.length}(t),ug(t,_r(t,0,To.textEnd))}(e);a>=0;a=ug(e,a))qa(t,vg(e),!0)}function Mi(t,e,a,o){const s=Je(),l=_a(),d=$i(2);l.firstUpdatePass&&bg(l,t,d,o),e!==pa&&uo(s,d,e)&&Ig(l,l.data[Qo()],s,s[Kn],t,s[d+1]=function a9(t,e){return null==t||""===t||("string"==typeof e?t+=e:"object"==typeof t&&(t=je(Ki(t)))),t}(e,a),o,d)}function _i(t,e,a,o){const s=_a(),l=$i(2);s.firstUpdatePass&&bg(s,null,l,o);const d=Je();if(a!==pa&&uo(d,l,a)){const m=s.data[Qo()];if(kg(m,o)&&!_g(s,l)){let I=o?m.classesWithoutHost:m.stylesWithoutHost;null!==I&&(a=Tn(I,a||"")),Hd(s,m,d,a,o)}else!function n9(t,e,a,o,s,l,d,m){s===pa&&(s=aa);let I=0,O=0,G=0<s.length?s[0]:null,Dt=0<l.length?l[0]:null;for(;null!==G||null!==Dt;){const se=I<s.length?s[I+1]:void 0,we=O<l.length?l[O+1]:void 0;let an,ze=null;G===Dt?(I+=2,O+=2,se!==we&&(ze=Dt,an=we)):null===Dt||null!==G&&G<Dt?(I+=2,ze=G):(O+=2,ze=Dt,an=we),null!==ze&&Ig(t,e,a,o,ze,an,d,m),G=I<s.length?s[I]:null,Dt=O<l.length?l[O]:null}}(s,m,d,d[Kn],d[l+1],d[l+1]=function t9(t,e,a){if(null==a||""===a)return aa;const o=[],s=Ki(a);if(Array.isArray(s))for(let l=0;l<s.length;l++)t(o,s[l],!0);else if("object"==typeof s)for(const l in s)s.hasOwnProperty(l)&&t(o,l,s[l]);else"string"==typeof s&&e(o,s);return o}(t,e,a),o,l)}}function _g(t,e){return e>=t.expandoStartIndex}function bg(t,e,a,o){const s=t.data;if(null===s[a+1]){const l=s[Qo()],d=_g(t,a);kg(l,o)&&null===e&&!d&&(e=!1),e=function Q8(t,e,a,o){const s=S2(t);let l=o?e.residualClasses:e.residualStyles;if(null===s)0===(o?e.classBindings:e.styleBindings)&&(a=Ml(a=Fd(null,t,e,a,o),e.attrs,o),l=null);else{const d=e.directiveStylingLast;if(-1===d||t[d]!==s)if(a=Fd(s,t,e,a,o),null===l){let I=function Z8(t,e,a){const o=a?e.classBindings:e.styleBindings;if(0!==As(o))return t[ss(o)]}(t,e,o);void 0!==I&&Array.isArray(I)&&(I=Fd(null,t,e,I[1],o),I=Ml(I,e.attrs,o),function q8(t,e,a,o){t[ss(a?e.classBindings:e.styleBindings)]=o}(t,e,o,I))}else l=function J8(t,e,a){let o;const s=e.directiveEnd;for(let l=1+e.directiveStylingLast;l<s;l++)o=Ml(o,t[l].hostAttrs,a);return Ml(o,e.attrs,a)}(t,e,o)}return void 0!==l&&(o?e.residualClasses=l:e.residualStyles=l),a}(s,l,e,o),function N8(t,e,a,o,s,l){let d=l?e.classBindings:e.styleBindings,m=ss(d),I=As(d);t[o]=a;let G,O=!1;if(Array.isArray(a)?(G=a[1],(null===G||Xo(a,G)>0)&&(O=!0)):G=a,s)if(0!==I){const se=ss(t[m+1]);t[o+1]=j1(se,m),0!==se&&(t[se+1]=Td(t[se+1],o)),t[m+1]=function F8(t,e){return 131071&t|e<<17}(t[m+1],o)}else t[o+1]=j1(m,0),0!==m&&(t[m+1]=Td(t[m+1],o)),m=o;else t[o+1]=j1(I,0),0===m?m=o:t[I+1]=Td(t[I+1],o),I=o;O&&(t[o+1]=Sd(t[o+1])),pg(t,G,o,!0),pg(t,G,o,!1),function V8(t,e,a,o,s){const l=s?t.residualClasses:t.residualStyles;null!=l&&"string"==typeof e&&Xo(l,e)>=0&&(a[o+1]=Ad(a[o+1]))}(e,G,t,o,l),d=j1(m,I),l?e.classBindings=d:e.styleBindings=d}(s,l,e,a,d,o)}}function Fd(t,e,a,o,s){let l=null;const d=a.directiveEnd;let m=a.directiveStylingLast;for(-1===m?m=a.directiveStart:m++;m<d&&(l=e[m],o=Ml(o,l.hostAttrs,s),l!==t);)m++;return null!==t&&(a.directiveStylingLast=m),o}function Ml(t,e,a){const o=a?1:2;let s=-1;if(null!==e)for(let l=0;l<e.length;l++){const d=e[l];"number"==typeof d?s=d:s===o&&(Array.isArray(t)||(t=void 0===t?[]:["",t]),qa(t,d,!!a||e[++l]))}return void 0===t?null:t}function e9(t,e,a){const o=String(e);""!==o&&!o.includes(" ")&&qa(t,o,a)}function Ig(t,e,a,o,s,l,d,m){if(!(3&e.type))return;const I=t.data,O=I[m+1],G=function L8(t){return!(1&~t)}(O)?yg(I,e,a,s,As(O),d):void 0;G1(G)||(G1(l)||function P8(t){return!(2&~t)}(O)&&(l=yg(I,null,a,s,m,d)),function _M(t,e,a,o,s){if(e)s?t.addClass(a,o):t.removeClass(a,o);else{let l=-1===o.indexOf("-")?void 0:g1.DashCase;null==s?t.removeStyle(a,o,l):("string"==typeof s&&s.endsWith("!important")&&(s=s.slice(0,-10),l|=g1.Important),t.setStyle(a,o,s,l))}}(o,d,Br(Qo(),a),s,l))}function yg(t,e,a,o,s,l){const d=null===e;let m;for(;s>0;){const I=t[s],O=Array.isArray(I),G=O?I[1]:I,Dt=null===G;let se=a[s+1];se===pa&&(se=Dt?aa:void 0);let we=Dt?J0(se,o):G===o?se:void 0;if(O&&!G1(we)&&(we=J0(I,o)),G1(we)&&(m=we,d))return m;const ze=t[s+1];s=d?ss(ze):As(ze)}if(null!==e){let I=l?e.residualClasses:e.residualStyles;null!=I&&(m=J0(I,o))}return m}function G1(t){return void 0!==t}function kg(t,e){return!!(t.flags&(e?8:16))}function Cg(t,e,a){_i(qa,Hi,pr(Je(),t,e,a),!0)}class v9{destroy(e){}updateValue(e,a){}swap(e,a){const o=Math.min(e,a),s=Math.max(e,a),l=this.detach(s);if(s-o>1){const d=this.detach(o);this.attach(o,l),this.attach(s,d)}else this.attach(o,l)}move(e,a){this.attach(a,this.detach(e))}}function Ld(t,e,a,o,s){return t===a&&Object.is(e,o)?1:Object.is(s(t,e),s(a,o))?-1:0}function Nd(t,e,a,o){return!(void 0===e||!e.has(o)||(t.attach(a,e.get(o)),e.delete(o),0))}function Dg(t,e,a,o,s){if(Nd(t,e,o,a(o,s)))t.updateValue(o,s);else{const l=t.create(o,s);t.attach(o,l)}}function Bg(t,e,a,o){const s=new Set;for(let l=e;l<=a;l++)s.add(o(l,t.at(l)));return s}class zg{constructor(){this.kvMap=new Map,this._vMap=void 0}has(e){return this.kvMap.has(e)}delete(e){if(!this.has(e))return!1;const a=this.kvMap.get(e);return void 0!==this._vMap&&this._vMap.has(a)?(this.kvMap.set(e,this._vMap.get(a)),this._vMap.delete(a)):this.kvMap.delete(e),!0}get(e){return this.kvMap.get(e)}set(e,a){if(this.kvMap.has(e)){let o=this.kvMap.get(e);void 0===this._vMap&&(this._vMap=new Map);const s=this._vMap;for(;s.has(o);)o=s.get(o);s.set(o,a)}else this.kvMap.set(e,a)}forEach(e){for(let[a,o]of this.kvMap)if(e(o,a),void 0!==this._vMap){const s=this._vMap;for(;s.has(o);)o=s.get(o),e(o,a)}}}function Eg(t,e){c0("NgControlFlow");const a=Je(),o=wi(),s=a[o]!==pa?a[o]:-1,l=-1!==s?W1(a,$n+s):void 0;if(uo(a,o,t)){const m=Z(null);try{if(void 0!==l&&Vh(l,0),-1!==t){const I=$n+t,O=W1(a,I),G=Vd(a[We],I),Dt=Ds(O,G.tView.ssrId);tr(O,Js(a,G,e,{dehydratedView:Dt}),0,ks(G,Dt))}}finally{Z(m)}}else if(void 0!==l){const m=pv(l,0);void 0!==m&&(m[ea]=e)}}class g9{constructor(e,a,o){this.lContainer=e,this.$implicit=a,this.$index=o}get $count(){return this.lContainer.length-$a}}function Sg(t){return t}function Tg(t,e){return e}class m9{constructor(e,a,o){this.hasEmptyBlock=e,this.trackByFn=a,this.liveCollection=o}}function Ag(t,e,a,o,s,l,d,m,I,O,G,Dt,se){c0("NgControlFlow");const we=Je(),ze=_a(),an=void 0!==I,_n=Je(),xn=m?d.bind(_n[Na][ea]):d,nn=new m9(an,xn);_n[$n+t]=nn,ul(we,ze,t+1,e,a,o,s,ii(ze.consts,l)),an&&ul(we,ze,t+2,I,O,G,Dt,ii(ze.consts,se))}class f9 extends v9{constructor(e,a,o){super(),this.lContainer=e,this.hostLView=a,this.templateTNode=o,this.operationsCounter=void 0,this.needsIndexUpdate=!1}get length(){return this.lContainer.length-$a}at(e){return this.getLView(e)[ea].$implicit}attach(e,a){const o=a[fa];this.needsIndexUpdate||=e!==this.length,tr(this.lContainer,a,e,ks(this.templateTNode,o))}detach(e){return this.needsIndexUpdate||=e!==this.length-1,function w9(t,e){return Kr(t,e)}(this.lContainer,e)}create(e,a){const o=Ds(this.lContainer,this.templateTNode.tView.ssrId),s=Js(this.hostLView,this.templateTNode,new g9(this.lContainer,a,e),{dehydratedView:o});return this.operationsCounter?.recordCreate(),s}destroy(e){f1(e[We],e),this.operationsCounter?.recordDestroy()}updateValue(e,a){this.getLView(e)[ea].$implicit=a}reset(){this.needsIndexUpdate=!1,this.operationsCounter?.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let e=0;e<this.length;e++)this.getLView(e)[ea].$index=e}getLView(e){return function M9(t,e){return pv(t,e)}(this.lContainer,e)}}function Og(t){const e=Z(null),a=Qo();try{const o=Je(),s=o[We],l=o[a],d=a+1,m=W1(o,d);if(void 0===l.liveCollection){const O=Vd(s,d);l.liveCollection=new f9(m,o,O)}else l.liveCollection.reset();const I=l.liveCollection;if(function u9(t,e,a){let o,s,l=0,d=t.length-1;if(Array.isArray(e)){let I=e.length-1;for(;l<=d&&l<=I;){const O=t.at(l),G=e[l],Dt=Ld(l,O,l,G,a);if(0!==Dt){Dt<0&&t.updateValue(l,G),l++;continue}const se=t.at(d),we=e[I],ze=Ld(d,se,I,we,a);if(0!==ze){ze<0&&t.updateValue(d,we),d--,I--;continue}const an=a(l,O),_n=a(d,se),xn=a(l,G);if(Object.is(xn,_n)){const nn=a(I,we);Object.is(nn,an)?(t.swap(l,d),t.updateValue(d,we),I--,d--):t.move(d,l),t.updateValue(l,G),l++}else if(o??=new zg,s??=Bg(t,l,d,a),Nd(t,o,l,xn))t.updateValue(l,G),l++,d++;else if(s.has(xn))o.set(an,t.detach(l)),d--;else{const nn=t.create(l,e[l]);t.attach(l,nn),l++,d++}}for(;l<=I;)Dg(t,o,a,l,e[l]),l++}else if(null!=e){const I=e[Symbol.iterator]();let O=I.next();for(;!O.done&&l<=d;){const G=t.at(l),Dt=O.value,se=Ld(l,G,l,Dt,a);if(0!==se)se<0&&t.updateValue(l,Dt),l++,O=I.next();else{o??=new zg,s??=Bg(t,l,d,a);const we=a(l,Dt);if(Nd(t,o,l,we))t.updateValue(l,Dt),l++,d++,O=I.next();else if(s.has(we)){const ze=a(l,G);o.set(ze,t.detach(l)),d--}else t.attach(l,t.create(l,Dt)),l++,d++,O=I.next()}}for(;!O.done;)Dg(t,o,a,t.length,O.value),O=I.next()}for(;l<=d;)t.destroy(t.detach(d--));o?.forEach(I=>{t.destroy(I)})}(I,t,l.trackByFn),I.updateIndexes(),l.hasEmptyBlock){const O=wi(),G=0===I.length;if(uo(o,O,G)){const Dt=a+2,se=W1(o,Dt);if(G){const we=Vd(s,Dt),ze=Ds(se,we.tView.ssrId);tr(se,Js(o,we,void 0,{dehydratedView:ze}),0,ks(we,ze))}else Vh(se,0)}}}finally{Z(e)}}function W1(t,e){return t[e]}function Vd(t,e){return zr(t,e)}function $1(t,e,a,o){const s=Je(),l=_a(),d=$n+t,m=s[Kn],I=l.firstCreatePass?function _9(t,e,a,o,s,l){const d=e.consts,I=ys(e,t,2,o,ii(d,s));return Hh(e,a,I,ii(d,l)),null!==I.attrs&&S1(I,I.attrs,!1),null!==I.mergedAttrs&&S1(I,I.mergedAttrs,!0),null!==e.queries&&e.queries.elementStart(e,I),I}(d,l,s,e,a,o):l.data[d],O=Hg(l,s,I,m,e,t);s[d]=O;const G=ji(I);return fi(I,!0),Y4(m,O,I),!or(I)&&Sr()&&w1(l,s,O,I),0===function Gf(){return la.lFrame.elementDepthCount}()&&d0(O,s),function Wf(){la.lFrame.elementDepthCount++}(),G&&(Th(l,s,I),Sh(l,I,s)),null!==o&&Ah(s,I),$1}function X1(){let t=Ra();B2()?z2():(t=t.parent,fi(t,!1));const e=t;(function Xf(t){return la.skipHydrationRootTNode===t})(e)&&function Zf(){la.skipHydrationRootTNode=null}(),function $f(){la.lFrame.elementDepthCount--}();const a=_a();return a.firstCreatePass&&(Vl(a,t),es(t)&&a.queries.elementEnd(t)),null!=e.classesWithoutHost&&function h5(t){return!!(8&t.flags)}(e)&&Hd(a,e,Je(),e.classesWithoutHost,!0),null!=e.stylesWithoutHost&&function d5(t){return!!(16&t.flags)}(e)&&Hd(a,e,Je(),e.stylesWithoutHost,!1),X1}function Ud(t,e,a,o){return $1(t,e,a,o),X1(),Ud}let Hg=(t,e,a,o,s,l)=>(zi(!0),m1(o,s,ep()));function b9(t,e,a,o,s,l){const d=e[fa],m=!d||us()||or(a)||Ms(d,l);if(zi(m),m)return m1(o,s,ep());const I=sl(d,t,e,a);return o4(d,l)&&r1(d,l,I.nextSibling),d&&(Y2(a)||Tp(I))&&R0(a)&&(function Yf(t){la.skipHydrationRootTNode=t}(a),$4(I)),I}function K1(t,e,a){const o=Je(),s=_a(),l=t+$n,d=s.firstCreatePass?function I9(t,e,a,o,s){const l=e.consts,d=ii(l,o),m=ys(e,t,8,"ng-container",d);return null!==d&&S1(m,d,!0),Hh(e,a,m,ii(l,s)),null!==e.queries&&e.queries.elementStart(e,m),m}(l,s,o,e,a):s.data[l];fi(d,!0);const m=Rg(s,o,d,t);return o[l]=m,Sr()&&w1(s,o,m,d),d0(m,o),ji(d)&&(Th(s,o,d),Sh(s,d,o)),null!=a&&Ah(o,d),K1}function Y1(){let t=Ra();const e=_a();return B2()?z2():(t=t.parent,fi(t,!1)),e.firstCreatePass&&(Vl(e,t),es(t)&&e.queries.elementEnd(t)),Y1}function jd(t,e,a){return K1(t,e,a),Y1(),jd}let Rg=(t,e,a,o)=>(zi(!0),xh(e[Kn],""));function y9(t,e,a,o){let s;const l=e[fa],d=!l||us()||Ms(l,o)||or(a);if(zi(d),d)return xh(e[Kn],"");const m=sl(l,t,e,a),I=function a4(t,e){const a=t.data;let o=a[a1]?.[e]??null;return null===o&&a[Vr]?.[e]&&(o=hh(t,e)),o}(l,o);return r1(l,o,m),s=B1(I,m),s}function Pg(){return Je()}function Gd(t,e,a){const o=Je();return uo(o,wi(),e)&&F0(_a(),Xa(),o,t,e,o[Kn],a,!0),Gd}function Wd(t,e,a){const o=Je();if(uo(o,wi(),e)){const l=_a(),d=Xa();F0(l,d,o,t,e,cv(S2(l.data),d,o),a,!0)}return Wd}const Os=void 0;var D9=["en",[["a","p"],["AM","PM"],Os],[["AM","PM"],Os,Os],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],Os,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],Os,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",Os,"{1} 'at' {0}",Os],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function C9(t){const a=Math.floor(Math.abs(t)),o=t.toString().replace(/^[^.]*\.?/,"").length;return 1===a&&0===o?1:5}];let br={};function B9(t,e,a){"string"!=typeof e&&(a=e,e=t[xr.LocaleId]),e=e.toLowerCase().replace(/_/g,"-"),br[e]=t,a&&(br[e][xr.ExtraData]=a)}function $d(t){const e=function z9(t){return t.toLowerCase().replace(/_/g,"-")}(t);let a=Lg(e);if(a)return a;const o=e.split("-")[0];if(a=Lg(o),a)return a;if("en"===o)return D9;throw new Oe(701,!1)}function Fg(t){return $d(t)[xr.PluralCase]}function Lg(t){return t in br||(br[t]=kn.ng&&kn.ng.common&&kn.ng.common.locales&&kn.ng.common.locales[t]),br[t]}var xr=function(t){return t[t.LocaleId=0]="LocaleId",t[t.DayPeriodsFormat=1]="DayPeriodsFormat",t[t.DayPeriodsStandalone=2]="DayPeriodsStandalone",t[t.DaysFormat=3]="DaysFormat",t[t.DaysStandalone=4]="DaysStandalone",t[t.MonthsFormat=5]="MonthsFormat",t[t.MonthsStandalone=6]="MonthsStandalone",t[t.Eras=7]="Eras",t[t.FirstDayOfWeek=8]="FirstDayOfWeek",t[t.WeekendRange=9]="WeekendRange",t[t.DateFormat=10]="DateFormat",t[t.TimeFormat=11]="TimeFormat",t[t.DateTimeFormat=12]="DateTimeFormat",t[t.NumberSymbols=13]="NumberSymbols",t[t.NumberFormats=14]="NumberFormats",t[t.CurrencyCode=15]="CurrencyCode",t[t.CurrencySymbol=16]="CurrencySymbol",t[t.CurrencyName=17]="CurrencyName",t[t.Currencies=18]="Currencies",t[t.Directionality=19]="Directionality",t[t.PluralCase=20]="PluralCase",t[t.ExtraData=21]="ExtraData",t}(xr||{});const Q1="en-US";let Ng=Q1,o3=(t,e,a)=>{};function Yd(t,e,a,o){const s=Je(),l=_a(),d=Ra();return Zd(l,s,s[Kn],d,t,e,o),Yd}function Qd(t,e){const a=Ra(),o=Je(),s=_a();return Zd(s,o,cv(S2(s.data),a,o),a,t,e),Qd}function Zd(t,e,a,o,s,l,d){const m=ji(o),O=t.firstCreatePass&&dv(t),G=e[ea],Dt=hv(e);let se=!0;if(3&o.type||d){const an=y0(o,e),_n=d?d(an):an,xn=Dt.length,nn=d?xa=>d(ka(xa[o.index])):o.index;let ha=null;if(!d&&m&&(ha=function f_(t,e,a,o){const s=t.cleanup;if(null!=s)for(let l=0;l<s.length-1;l+=2){const d=s[l];if(d===a&&s[l+1]===o){const m=e[Ha],I=s[l+2];return m.length>I?m[I]:null}"string"==typeof d&&(l+=2)}return null}(t,e,s,o.index)),null!==ha)(ha.__ngLastListenerFn__||ha).__ngNextListenerFn__=l,ha.__ngLastListenerFn__=l,se=!1;else{l=l3(o,e,G,l),o3(an,s,l);const xa=a.listen(_n,s,l);Dt.push(l,xa),O&&O.push(s,nn,xn,xn+1)}}else l=l3(o,e,G,l);const we=o.outputs;let ze;if(se&&null!==we&&(ze=we[s])){const an=ze.length;if(an)for(let _n=0;_n<an;_n+=2){const Va=e[ze[_n]][ze[_n+1]].subscribe(l),fo=Dt.length;Dt.push(l,Va),O&&O.push(s,o.index,fo,-(fo+1))}}}function r3(t,e,a,o){const s=Z(null);try{return Bi(6,e,a),!1!==a(o)}catch(l){return x1(t,l),!1}finally{Bi(7,e,a),Z(s)}}function l3(t,e,a,o){return function s(l){if(l===Function)return o;qr(t.componentOffset>-1?W0(t.index,e):e,5);let m=r3(e,a,o,l),I=s.__ngNextListenerFn__;for(;I;)m=r3(e,a,I,l)&&m,I=I.__ngNextListenerFn__;return m}}function h3(t=1){return function n5(t){return(la.lFrame.contextLView=function Rc(t,e){for(;t>0;)e=e[Ni],t--;return e}(t,la.lFrame.contextLView))[ea]}(t)}function w_(t,e){let a=null;const o=function Rn(t){const e=t.attrs;if(null!=e){const a=e.indexOf(5);if(!(1&a))return e[a+1]}return null}(t);for(let s=0;s<e.length;s++){const l=e[s];if("*"!==l){if(null===o?pe(t,l,!0):a0(o,l))return s}else a=s}return a}function d3(t){const e=Je()[Na][ya];if(!e.projection){const o=e.projection=function No(t,e){const a=[];for(let o=0;o<t;o++)a.push(e);return a}(t?t.length:1,null),s=o.slice();let l=e.child;for(;null!==l;){if(128!==l.type){const d=t?w_(l,t):0;null!==d&&(s[d]?s[d].projectionNext=l:o[d]=l,s[d]=l)}l=l.next}}}function c3(t,e=0,a,o,s,l){const d=Je(),m=_a(),I=o?t+1:null;null!==I&&ul(d,m,I,o,s,l,null,a);const O=ys(m,$n+t,16,null,a||null);null===O.projection&&(O.projection=e),z2();const Dt=!d[fa]||us();null===d[Na][ya].projection[O.projection]&&null!==I?function M_(t,e,a){const o=$n+a,s=e.data[o],l=t[o],d=Ds(l,s.tView.ssrId);tr(l,Js(t,s,void 0,{dehydratedView:d}),0,ks(s,d))}(d,m,I):Dt&&32&~O.flags&&function wM(t,e,a){X4(e[Kn],0,e,a,kh(t,a,e),V4(a.parent||e[ya],a,e))}(m,d,O)}function qd(t,e,a){return t2(t,"",e,"",a),qd}function t2(t,e,a,o,s){const l=Je(),d=pr(l,e,a,o);return d!==pa&&F0(_a(),Xa(),l,t,d,l[Kn],s,!1),t2}function Jd(t,e,a,o,s,l,d){const m=Je(),I=vr(m,e,a,o,s,l);return I!==pa&&F0(_a(),Xa(),m,t,I,m[Kn],d,!1),Jd}function M3(t,e,a,o){ou(t,e,a,o)}function _3(t,e,a){!function au(t,e,a){const o=_a();return o.firstCreatePass&&(iu(o,new tu(t,e,a),-1),!(2&~e)&&(o.staticViewQueries=!0)),nu(o,Je(),e)}(t,e,a)}function b3(t){const e=Je(),a=_a(),o=T2();Nl(o+1);const s=cd(a,o);if(t.dirty&&function Uf(t){return!(4&~t[Hn])}(e)===!(2&~s.metadata.flags)){if(null===s.matches)t.reset([]);else{const l=su(e,o);t.reset(l,Sp),t.notifyOnChanges()}return!0}return!1}function x3(){return dd(Je(),T2())}function I3(t,e,a,o,s){!function uu(t,e){const a=t[g];a._lView=Je(),a._queryIndex=e,a._queryList=dd(a._lView,e),a._queryList.onDirty(()=>a._dirtyCounter.update(o=>o+1))}(e,ou(t,a,o,s))}function y3(t=1){Nl(T2()+t)}function k3(t){return vs(function Uc(){return la.lFrame.contextLView}(),$n+t)}function H3(t,e=""){const a=Je(),o=_a(),s=t+$n,l=o.firstCreatePass?ys(o,s,1,e,null):o.data[s],d=R3(o,a,l,e,t);a[s]=d,Sr()&&w1(o,a,d,l),fi(l,!1)}let R3=(t,e,a,o,s)=>(zi(!0),bh(e[Kn],o));function E_(t,e,a,o,s){const l=e[fa],d=!l||us()||or(a)||Ms(l,s);return zi(d),d?bh(e[Kn],o):sl(l,t,e,a)}function ec(t){return e2("",t,""),ec}function e2(t,e,a){const o=Je(),s=pr(o,t,e,a);return s!==pa&&Qi(o,Qo(),s),e2}function nc(t,e,a,o,s){const l=Je(),d=vr(l,t,e,a,o,s);return d!==pa&&Qi(l,Qo(),d),nc}function ac(t,e,a,o,s,l,d){const m=Je(),I=function ur(t,e,a,o,s,l,d,m){const O=R1(t,Wi(),a,s,d);return $i(3),O?e+Yn(a)+o+Yn(s)+l+Yn(d)+m:pa}(m,t,e,a,o,s,l,d);return I!==pa&&Qi(m,Qo(),I),ac}function oc(t,e,a){du(e)&&(e=e());const o=Je();return uo(o,wi(),e)&&F0(_a(),Xa(),o,t,e,o[Kn],a,!1),oc}function j3(t,e){const a=du(t);return a&&t.set(e),a}function ic(t,e){const a=Je(),o=_a(),s=Ra();return Zd(o,a,a[Kn],s,t,e),ic}function sc(t,e,a,o,s){if(t=ae(t),Array.isArray(t))for(let l=0;l<t.length;l++)sc(t[l],e,a,o,s);else{const l=_a(),d=Je(),m=Ra();let I=_0(t)?t:ae(t.provide);const O=nt(t),G=1048575&m.providerIndexes,Dt=m.directiveStart,se=m.providerIndexes>>20;if(_0(t)||!t.multi){const we=new Tr(O,s,qs),ze=lc(I,e,s?G:G+se,Dt);-1===ze?(V2(Wl(m,d),l,I),rc(l,t,e.length),e.push(I),m.directiveStart++,m.directiveEnd++,s&&(m.providerIndexes+=1048576),a.push(we),d.push(we)):(a[ze]=we,d[ze]=we)}else{const we=lc(I,e,G+se,Dt),ze=lc(I,e,G,G+se),_n=ze>=0&&a[ze];if(s&&!_n||!s&&!(we>=0&&a[we])){V2(Wl(m,d),l,I);const xn=function P_(t,e,a,o,s){const l=new Tr(t,a,qs);return l.multi=[],l.index=e,l.componentProviders=0,$3(l,s,o&&!a),l}(s?R_:H_,a.length,s,o,O);!s&&_n&&(a[ze].providerFactory=xn),rc(l,t,e.length,0),e.push(I),m.directiveStart++,m.directiveEnd++,s&&(m.providerIndexes+=1048576),a.push(xn),d.push(xn)}else rc(l,t,we>-1?we:ze,$3(a[s?ze:we],O,!s&&o));!s&&o&&_n&&a[ze].componentProviders++}}}function rc(t,e,a,o){const s=_0(e),l=function hs(t){return!!t.useClass}(e);if(s||l){const I=(l?ae(e.useClass):e).prototype.ngOnDestroy;if(I){const O=t.destroyHooks||(t.destroyHooks=[]);if(!s&&e.multi){const G=O.indexOf(a);-1===G?O.push(a,[o,I]):O[G+1].push(o,I)}else O.push(a,I)}}}function $3(t,e,a){return a&&t.componentProviders++,t.multi.push(e)-1}function lc(t,e,a,o){for(let s=a;s<o;s++)if(e[s]===t)return s;return-1}function H_(t,e,a,o){return hc(this.multi,[])}function R_(t,e,a,o){const s=this.multi;let l;if(this.providerFactory){const d=this.providerFactory.componentProviders,m=fs(a,a[We],this.providerFactory.index,o);l=m.slice(0,d),hc(s,l);for(let I=d;I<m.length;I++)l.push(m[I])}else l=[],hc(s,l);return l}function hc(t,e){for(let a=0;a<t.length;a++)e.push((0,t[a])());return e}function X3(t,e=[]){return a=>{a.providersResolver=(o,s)=>function O_(t,e,a){const o=_a();if(o.firstCreatePass){const s=l0(t);sc(a,o.data,o.blueprint,s,!0),sc(e,o.data,o.blueprint,s,!1)}}(o,s?s(t):t,e)}}let F_=(()=>{class t{constructor(a){this._injector=a,this.cachedInjectors=new Map}getOrCreateStandaloneInjector(a){if(!a.standalone)return null;if(!this.cachedInjectors.has(a)){const o=hi(0,a.type),s=o.length>0?fd([o],this._injector,`Standalone[${a.type.name}]`):null;this.cachedInjectors.set(a,s)}return this.cachedInjectors.get(a)}ngOnDestroy(){try{for(const a of this.cachedInjectors.values())null!==a&&a.destroy()}finally{this.cachedInjectors.clear()}}static{this.\u0275prov=Q({token:t,providedIn:"environment",factory:()=>new t(Ea(_))})}}return t})();function K3(t){c0("NgStandalone"),t.getStandaloneInjector=e=>e.get(F_).getOrCreateStandaloneInjector(t)}function Z3(t,e,a){const o=k0()+t,s=Je();return s[o]===pa?Ai(s,o,a?e.call(a):e()):vl(s,o)}function q3(t,e,a,o){return sm(Je(),k0(),t,e,a,o)}function J3(t,e,a,o,s){return rm(Je(),k0(),t,e,a,o,s)}function tm(t,e,a,o,s,l){return lm(Je(),k0(),t,e,a,o,s,l)}function em(t,e,a,o,s,l,d){return function hm(t,e,a,o,s,l,d,m,I){const O=e+a;return si(t,O,s,l,d,m)?Ai(t,O+4,I?o.call(I,s,l,d,m):o(s,l,d,m)):kl(t,O+4)}(Je(),k0(),t,e,a,o,s,l,d)}function nm(t,e,a,o,s,l,d,m){const I=k0()+t,O=Je(),G=si(O,I,a,o,s,l);return uo(O,I+4,d)||G?Ai(O,I+5,m?e.call(m,a,o,s,l,d):e(a,o,s,l,d)):vl(O,I+5)}function am(t,e,a,o,s,l,d,m,I){const O=k0()+t,G=Je(),Dt=si(G,O,a,o,s,l);return Es(G,O+4,d,m)||Dt?Ai(G,O+6,I?e.call(I,a,o,s,l,d,m):e(a,o,s,l,d,m)):vl(G,O+6)}function om(t,e,a,o,s,l,d,m,I,O){const G=k0()+t,Dt=Je();let se=si(Dt,G,a,o,s,l);return R1(Dt,G+4,d,m,I)||se?Ai(Dt,G+7,O?e.call(O,a,o,s,l,d,m,I):e(a,o,s,l,d,m,I)):vl(Dt,G+7)}function im(t,e,a,o){return function dm(t,e,a,o,s,l){let d=e+a,m=!1;for(let I=0;I<s.length;I++)uo(t,d++,s[I])&&(m=!0);return m?Ai(t,d,o.apply(l,s)):kl(t,d)}(Je(),k0(),t,e,a,o)}function kl(t,e){const a=t[e];return a===pa?void 0:a}function sm(t,e,a,o,s,l){const d=e+a;return uo(t,d,s)?Ai(t,d+1,l?o.call(l,s):o(s)):kl(t,d+1)}function rm(t,e,a,o,s,l,d){const m=e+a;return Es(t,m,s,l)?Ai(t,m+2,d?o.call(d,s,l):o(s,l)):kl(t,m+2)}function lm(t,e,a,o,s,l,d,m){const I=e+a;return R1(t,I,s,l,d)?Ai(t,I+3,m?o.call(m,s,l,d):o(s,l,d)):kl(t,I+3)}function cm(t,e){const a=_a();let o;const s=t+$n;a.firstCreatePass?(o=function j_(t,e){if(e)for(let a=e.length-1;a>=0;a--){const o=e[a];if(t===o.name)return o}}(e,a.pipeRegistry),a.data[s]=o,o.onDestroy&&(a.destroyHooks??=[]).push(s,o.onDestroy)):o=a.data[s];const l=o.factory||(o.factory=Za(o.type)),m=Ca(qs);try{const I=Gl(!1),O=l();return Gl(I),function tc(t,e,a,o){a>=t.data.length&&(t.data[a]=null,t.blueprint[a]=null),e[a]=o}(a,Je(),s,O),O}finally{Ca(m)}}function pm(t,e,a){const o=t+$n,s=Je(),l=vs(s,o);return Cl(s,o)?sm(s,k0(),e,l.transform,a,l):l.transform(a)}function vm(t,e,a,o){const s=t+$n,l=Je(),d=vs(l,s);return Cl(l,s)?rm(l,k0(),e,d.transform,a,o,d):d.transform(a,o)}function um(t,e,a,o,s){const l=t+$n,d=Je(),m=vs(d,l);return Cl(d,l)?lm(d,k0(),e,m.transform,a,o,s,m):m.transform(a,o,s)}function Cl(t,e){return t[We].data[e].pure}function gm(t,e){return y1(t,e)}class Sm{constructor(e){this.full=e;const a=e.split(".");this.major=a[0],this.minor=a[1],this.patch=a.slice(2).join(".")}}let Tm=(()=>{class t{log(a){console.log(a)}warn(a){console.warn(a)}static{this.\u0275fac=function(o){return new(o||t)}}static{this.\u0275prov=Q({token:t,factory:t.\u0275fac,providedIn:"platform"})}}return t})();const Pm=new Mn(""),Fm=new Mn("");let gc,Fb=(()=>{class t{constructor(a,o,s){this._ngZone=a,this.registry=o,this._isZoneStable=!0,this._callbacks=[],this.taskTrackingZone=null,gc||(function Lb(t){gc=t}(s),s.addToWindow(o)),this._watchAngularEvents(),a.run(()=>{this.taskTrackingZone=typeof Zone>"u"?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{to.assertNotInAngularZone(),queueMicrotask(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}isStable(){return this._isZoneStable&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())queueMicrotask(()=>{for(;0!==this._callbacks.length;){let a=this._callbacks.pop();clearTimeout(a.timeoutId),a.doneCb()}});else{let a=this.getPendingTasks();this._callbacks=this._callbacks.filter(o=>!o.updateCb||!o.updateCb(a)||(clearTimeout(o.timeoutId),!1))}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(a=>({source:a.source,creationLocation:a.creationLocation,data:a.data})):[]}addCallback(a,o,s){let l=-1;o&&o>0&&(l=setTimeout(()=>{this._callbacks=this._callbacks.filter(d=>d.timeoutId!==l),a()},o)),this._callbacks.push({doneCb:a,timeoutId:l,updateCb:s})}whenStable(a,o,s){if(s&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(a,o,s),this._runCallbacksIfReady()}registerApplication(a){this.registry.registerApplication(a,this)}unregisterApplication(a){this.registry.unregisterApplication(a)}findProviders(a,o,s){return[]}static{this.\u0275fac=function(o){return new(o||t)(Ea(to),Ea(Lm),Ea(Fm))}}static{this.\u0275prov=Q({token:t,factory:t.\u0275fac})}}return t})(),Lm=(()=>{class t{constructor(){this._applications=new Map}registerApplication(a,o){this._applications.set(a,o)}unregisterApplication(a){this._applications.delete(a)}unregisterAllApplications(){this._applications.clear()}getTestability(a){return this._applications.get(a)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(a,o=!0){return gc?.findTestabilityInTree(this,a,o)??null}static{this.\u0275fac=function(o){return new(o||t)}}static{this.\u0275prov=Q({token:t,factory:t.\u0275fac,providedIn:"platform"})}}return t})();function mc(t){return!!t&&"function"==typeof t.then}function Nm(t){return!!t&&"function"==typeof t.subscribe}const Vm=new Mn("");let Um=(()=>{class t{constructor(){this.initialized=!1,this.done=!1,this.donePromise=new Promise((a,o)=>{this.resolve=a,this.reject=o}),this.appInits=Nn(Vm,{optional:!0})??[]}runInitializers(){if(this.initialized)return;const a=[];for(const s of this.appInits){const l=s();if(mc(l))a.push(l);else if(Nm(l)){const d=new Promise((m,I)=>{l.subscribe({complete:m,error:I})});a.push(d)}}const o=()=>{this.done=!0,this.resolve()};Promise.all(a).then(()=>{o()}).catch(s=>{this.reject(s)}),0===a.length&&o(),this.initialized=!0}static{this.\u0275fac=function(o){return new(o||t)}}static{this.\u0275prov=Q({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();const r2=new Mn("");let h2,Ri=(()=>{class t{constructor(){this._bootstrapListeners=[],this._runningTick=!1,this._destroyed=!1,this._destroyListeners=[],this._views=[],this.internalErrorHandler=Nn(F5),this.afterRenderManager=Nn(Pu),this.zonelessEnabled=Nn(nr),this.dirtyFlags=0,this.deferredDirtyFlags=0,this.externalTestViews=new Set,this.beforeRender=new Tt.B,this.afterTick=new Tt.B,this.componentTypes=[],this.components=[],this.isStable=Nn(ws).hasPendingTasks.pipe((0,yt.T)(a=>!a)),this._injector=Nn(_)}get allViews(){return[...this.externalTestViews.keys(),...this._views]}get destroyed(){return this._destroyed}whenStable(){let a;return new Promise(o=>{a=this.isStable.subscribe({next:s=>{s&&o()}})}).finally(()=>{a.unsubscribe()})}get injector(){return this._injector}bootstrap(a,o){const s=a instanceof Uv;if(!this._injector.get(Um).done)throw!s&&Bo(a),new Oe(405,!1);let d;d=s?a:this._injector.get(ll).resolveComponentFactory(a),this.componentTypes.push(d.componentType);const m=function Nb(t){return t.isBoundToModule}(d)?void 0:this._injector.get(zs),O=d.create(h0.NULL,[],o||d.selector,m),G=O.location.nativeElement,Dt=O.injector.get(Pm,null);return Dt?.registerApplication(G),O.onDestroy(()=>{this.detachView(O.hostView),l2(this.components,O),Dt?.unregisterApplication(G)}),this._loadComponent(O),O}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){if(this._runningTick)throw new Oe(101,!1);const a=Z(null);try{this._runningTick=!0,this.synchronize()}catch(o){this.internalErrorHandler(o)}finally{this._runningTick=!1,Z(a),this.afterTick.next()}}synchronize(){let a=null;this._injector.destroyed||(a=this._injector.get(td,null,{optional:!0})),this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0;let o=0;for(;0!==this.dirtyFlags&&o++<10;)this.synchronizeOnce(a)}synchronizeOnce(a){if(this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0,7&this.dirtyFlags){const o=!!(1&this.dirtyFlags);this.dirtyFlags&=-8,this.dirtyFlags|=8,this.beforeRender.next(o);for(let{_lView:s,notifyErrorHandler:l}of this._views)jb(s,l,o,this.zonelessEnabled);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),7&this.dirtyFlags)return}else a?.begin?.(),a?.end?.();8&this.dirtyFlags&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){this.allViews.some(({_lView:a})=>Rl(a))?this.dirtyFlags|=2:this.dirtyFlags&=-8}attachView(a){const o=a;this._views.push(o),o.attachToAppRef(this)}detachView(a){const o=a;l2(this._views,o),o.detachFromAppRef()}_loadComponent(a){this.attachView(a.hostView),this.tick(),this.components.push(a);const o=this._injector.get(r2,[]);[...this._bootstrapListeners,...o].forEach(s=>s(a))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(a=>a()),this._views.slice().forEach(a=>a.destroy())}finally{this._destroyed=!0,this._views=[],this._bootstrapListeners=[],this._destroyListeners=[]}}onDestroy(a){return this._destroyListeners.push(a),()=>l2(this._destroyListeners,a)}destroy(){if(this._destroyed)throw new Oe(406,!1);const a=this._injector;a.destroy&&!a.destroyed&&a.destroy()}get viewCount(){return this._views.length}warnIfDestroyed(){}static{this.\u0275fac=function(o){return new(o||t)}}static{this.\u0275prov=Q({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();function l2(t,e){const a=t.indexOf(e);a>-1&&t.splice(a,1)}function fc(t){h2??=new WeakMap;const e=h2.get(t);if(e)return e;const a=t.isStable.pipe((0,ne.$)(o=>o)).toPromise().then(()=>{});return h2.set(t,a),t.onDestroy(()=>h2?.delete(t)),a}function jb(t,e,a,o){(a||Rl(t))&&I1(t,e,a&&!o?0:1)}class Gb{constructor(e,a){this.ngModuleFactory=e,this.componentFactories=a}}let Wb=(()=>{class t{compileModuleSync(a){return new md(a)}compileModuleAsync(a){return Promise.resolve(this.compileModuleSync(a))}compileModuleAndAllComponentsSync(a){const o=this.compileModuleSync(a),l=$0(ja(a).declarations).reduce((d,m)=>{const I=oa(m);return I&&d.push(new cl(I)),d},[]);return new Gb(o,l)}compileModuleAndAllComponentsAsync(a){return Promise.resolve(this.compileModuleAndAllComponentsSync(a))}clearCache(){}clearCacheFor(a){}getModuleId(a){}static{this.\u0275fac=function(o){return new(o||t)}}static{this.\u0275prov=Q({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),Kb=(()=>{class t{constructor(){this.zone=Nn(to),this.changeDetectionScheduler=Nn(Bs),this.applicationRef=Nn(Ri)}initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.changeDetectionScheduler.runningTick||this.zone.run(()=>{this.applicationRef.tick()})}}))}ngOnDestroy(){this._onMicrotaskEmptySubscription?.unsubscribe()}static{this.\u0275fac=function(o){return new(o||t)}}static{this.\u0275prov=Q({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();const Yb=new Mn("",{factory:()=>!1});function wc({ngZoneFactory:t,ignoreChangesOutsideZone:e,scheduleInRootZone:a}){return t??=()=>new to({...Mc(),scheduleInRootZone:a}),[{provide:to,useFactory:t},{provide:eo,multi:!0,useFactory:()=>{const o=Nn(Kb,{optional:!0});return()=>o.initialize()}},{provide:eo,multi:!0,useFactory:()=>{const o=Nn(Zb);return()=>{o.initialize()}}},!0===e?{provide:Vv,useValue:!0}:[],{provide:Jh,useValue:a??yp}]}function Qb(t){const e=t?.ignoreChangesOutsideZone,a=t?.scheduleInRootZone,o=wc({ngZoneFactory:()=>{const s=Mc(t);return s.scheduleInRootZone=a,s.shouldCoalesceEventChangeDetection&&c0("NgZone_CoalesceEvent"),new to(s)},ignoreChangesOutsideZone:e,scheduleInRootZone:a});return io([{provide:Yb,useValue:!0},{provide:nr,useValue:!1},o])}function Mc(t){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:t?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:t?.runCoalescing??!1}}let Zb=(()=>{class t{constructor(){this.subscription=new ie.yU,this.initialized=!1,this.zone=Nn(to),this.pendingTasks=Nn(ws)}initialize(){if(this.initialized)return;this.initialized=!0;let a=null;!this.zone.isStable&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(a=this.pendingTasks.add()),this.zone.runOutsideAngular(()=>{this.subscription.add(this.zone.onStable.subscribe(()=>{to.assertNotInAngularZone(),queueMicrotask(()=>{null!==a&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(a),a=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{to.assertInAngularZone(),a??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static{this.\u0275fac=function(o){return new(o||t)}}static{this.\u0275prov=Q({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),zl=(()=>{class t{constructor(){this.appRef=Nn(Ri),this.taskService=Nn(ws),this.ngZone=Nn(to),this.zonelessEnabled=Nn(nr),this.disableScheduling=Nn(Vv,{optional:!0})??!1,this.zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run,this.schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}],this.subscriptions=new ie.yU,this.angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(Zl):null,this.scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(Nn(Jh,{optional:!0})??!1),this.cancelScheduledCallback=null,this.useMicrotaskScheduler=!1,this.runningTick=!1,this.pendingRenderTaskId=null,this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{this.runningTick||this.cleanup()})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()})),this.disableScheduling||=!this.zonelessEnabled&&(this.ngZone instanceof K2||!this.zoneIsDefined)}notify(a){if(!this.zonelessEnabled&&5===a)return;switch(a){case 0:this.appRef.dirtyFlags|=2;break;case 3:case 2:case 4:case 5:case 1:this.appRef.dirtyFlags|=4;break;case 7:this.appRef.deferredDirtyFlags|=8;break;default:this.appRef.dirtyFlags|=8}if(!this.shouldScheduleTick())return;const o=this.useMicrotaskScheduler?Cp:kp;this.pendingRenderTaskId=this.taskService.add(),this.cancelScheduledCallback=this.scheduleInRootZone?Zone.root.run(()=>o(()=>this.tick())):this.ngZone.runOutsideAngular(()=>o(()=>this.tick()))}shouldScheduleTick(){return!(this.disableScheduling||null!==this.pendingRenderTaskId||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(Zl+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;!this.zonelessEnabled&&7&this.appRef.dirtyFlags&&(this.appRef.dirtyFlags|=1);const a=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(o){throw this.taskService.remove(a),o}finally{this.cleanup()}this.useMicrotaskScheduler=!0,Cp(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(a)})}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,null!==this.pendingRenderTaskId){const a=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(a)}}static{this.\u0275fac=function(o){return new(o||t)}}static{this.\u0275prov=Q({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();const bc=new Mn("",{providedIn:"root",factory:()=>Nn(bc,Jn.Optional|Jn.SkipSelf)||function qb(){return typeof $localize<"u"&&$localize.locale||Q1}()}),Jb=new Mn("",{providedIn:"root",factory:()=>"USD"}),d2=new Mn("");function c2(t){return!t.moduleRef}let rs=null;let ef=(()=>{class t{static{this.__NG_ELEMENT_ID__=lx}}return t})();function lx(t){return function hx(t,e,a){if(R0(t)&&!a){const o=W0(t.index,e);return new Jr(o,o)}return 175&t.type?new Jr(e[Na],e):null}(Ra(),Je(),!(16&~t))}class rf{constructor(){}supports(e){return H1(e)}create(e){return new ux(e)}}const vx=(t,e)=>e;class ux{constructor(e){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=e||vx}forEachItem(e){let a;for(a=this._itHead;null!==a;a=a._next)e(a)}forEachOperation(e){let a=this._itHead,o=this._removalsHead,s=0,l=null;for(;a||o;){const d=!o||a&&a.currentIndex<hf(o,s,l)?a:o,m=hf(d,s,l),I=d.currentIndex;if(d===o)s--,o=o._nextRemoved;else if(a=a._next,null==d.previousIndex)s++;else{l||(l=[]);const O=m-s,G=I-s;if(O!=G){for(let se=0;se<O;se++){const we=se<l.length?l[se]:l[se]=0,ze=we+se;G<=ze&&ze<O&&(l[se]=we+1)}l[d.previousIndex]=G-O}}m!==I&&e(d,m,I)}}forEachPreviousItem(e){let a;for(a=this._previousItHead;null!==a;a=a._nextPrevious)e(a)}forEachAddedItem(e){let a;for(a=this._additionsHead;null!==a;a=a._nextAdded)e(a)}forEachMovedItem(e){let a;for(a=this._movesHead;null!==a;a=a._nextMoved)e(a)}forEachRemovedItem(e){let a;for(a=this._removalsHead;null!==a;a=a._nextRemoved)e(a)}forEachIdentityChange(e){let a;for(a=this._identityChangesHead;null!==a;a=a._nextIdentityChange)e(a)}diff(e){if(null==e&&(e=[]),!H1(e))throw new Oe(900,!1);return this.check(e)?this:null}onDestroy(){}check(e){this._reset();let s,l,d,a=this._itHead,o=!1;if(Array.isArray(e)){this.length=e.length;for(let m=0;m<this.length;m++)l=e[m],d=this._trackByFn(m,l),null!==a&&Object.is(a.trackById,d)?(o&&(a=this._verifyReinsertion(a,l,d,m)),Object.is(a.item,l)||this._addIdentityChange(a,l)):(a=this._mismatch(a,l,d,m),o=!0),a=a._next}else s=0,function J7(t,e){if(Array.isArray(t))for(let a=0;a<t.length;a++)e(t[a]);else{const a=t[Symbol.iterator]();let o;for(;!(o=a.next()).done;)e(o.value)}}(e,m=>{d=this._trackByFn(s,m),null!==a&&Object.is(a.trackById,d)?(o&&(a=this._verifyReinsertion(a,m,d,s)),Object.is(a.item,m)||this._addIdentityChange(a,m)):(a=this._mismatch(a,m,d,s),o=!0),a=a._next,s++}),this.length=s;return this._truncate(a),this.collection=e,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let e;for(e=this._previousItHead=this._itHead;null!==e;e=e._next)e._nextPrevious=e._next;for(e=this._additionsHead;null!==e;e=e._nextAdded)e.previousIndex=e.currentIndex;for(this._additionsHead=this._additionsTail=null,e=this._movesHead;null!==e;e=e._nextMoved)e.previousIndex=e.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(e,a,o,s){let l;return null===e?l=this._itTail:(l=e._prev,this._remove(e)),null!==(e=null===this._unlinkedRecords?null:this._unlinkedRecords.get(o,null))?(Object.is(e.item,a)||this._addIdentityChange(e,a),this._reinsertAfter(e,l,s)):null!==(e=null===this._linkedRecords?null:this._linkedRecords.get(o,s))?(Object.is(e.item,a)||this._addIdentityChange(e,a),this._moveAfter(e,l,s)):e=this._addAfter(new gx(a,o),l,s),e}_verifyReinsertion(e,a,o,s){let l=null===this._unlinkedRecords?null:this._unlinkedRecords.get(o,null);return null!==l?e=this._reinsertAfter(l,e._prev,s):e.currentIndex!=s&&(e.currentIndex=s,this._addToMoves(e,s)),e}_truncate(e){for(;null!==e;){const a=e._next;this._addToRemovals(this._unlink(e)),e=a}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(e,a,o){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(e);const s=e._prevRemoved,l=e._nextRemoved;return null===s?this._removalsHead=l:s._nextRemoved=l,null===l?this._removalsTail=s:l._prevRemoved=s,this._insertAfter(e,a,o),this._addToMoves(e,o),e}_moveAfter(e,a,o){return this._unlink(e),this._insertAfter(e,a,o),this._addToMoves(e,o),e}_addAfter(e,a,o){return this._insertAfter(e,a,o),this._additionsTail=null===this._additionsTail?this._additionsHead=e:this._additionsTail._nextAdded=e,e}_insertAfter(e,a,o){const s=null===a?this._itHead:a._next;return e._next=s,e._prev=a,null===s?this._itTail=e:s._prev=e,null===a?this._itHead=e:a._next=e,null===this._linkedRecords&&(this._linkedRecords=new lf),this._linkedRecords.put(e),e.currentIndex=o,e}_remove(e){return this._addToRemovals(this._unlink(e))}_unlink(e){null!==this._linkedRecords&&this._linkedRecords.remove(e);const a=e._prev,o=e._next;return null===a?this._itHead=o:a._next=o,null===o?this._itTail=a:o._prev=a,e}_addToMoves(e,a){return e.previousIndex===a||(this._movesTail=null===this._movesTail?this._movesHead=e:this._movesTail._nextMoved=e),e}_addToRemovals(e){return null===this._unlinkedRecords&&(this._unlinkedRecords=new lf),this._unlinkedRecords.put(e),e.currentIndex=null,e._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=e,e._prevRemoved=null):(e._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=e),e}_addIdentityChange(e,a){return e.item=a,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=e:this._identityChangesTail._nextIdentityChange=e,e}}class gx{constructor(e,a){this.item=e,this.trackById=a,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}}class mx{constructor(){this._head=null,this._tail=null}add(e){null===this._head?(this._head=this._tail=e,e._nextDup=null,e._prevDup=null):(this._tail._nextDup=e,e._prevDup=this._tail,e._nextDup=null,this._tail=e)}get(e,a){let o;for(o=this._head;null!==o;o=o._nextDup)if((null===a||a<=o.currentIndex)&&Object.is(o.trackById,e))return o;return null}remove(e){const a=e._prevDup,o=e._nextDup;return null===a?this._head=o:a._nextDup=o,null===o?this._tail=a:o._prevDup=a,null===this._head}}class lf{constructor(){this.map=new Map}put(e){const a=e.trackById;let o=this.map.get(a);o||(o=new mx,this.map.set(a,o)),o.add(e)}get(e,a){const s=this.map.get(e);return s?s.get(e,a):null}remove(e){const a=e.trackById;return this.map.get(a).remove(e)&&this.map.delete(a),e}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function hf(t,e,a){const o=t.previousIndex;if(null===o)return o;let s=0;return a&&o<a.length&&(s=a[o]),o+e+s}class df{constructor(){}supports(e){return e instanceof Map||wd(e)}create(){return new fx}}class fx{constructor(){this._records=new Map,this._mapHead=null,this._appendAfter=null,this._previousMapHead=null,this._changesHead=null,this._changesTail=null,this._additionsHead=null,this._additionsTail=null,this._removalsHead=null,this._removalsTail=null}get isDirty(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead}forEachItem(e){let a;for(a=this._mapHead;null!==a;a=a._next)e(a)}forEachPreviousItem(e){let a;for(a=this._previousMapHead;null!==a;a=a._nextPrevious)e(a)}forEachChangedItem(e){let a;for(a=this._changesHead;null!==a;a=a._nextChanged)e(a)}forEachAddedItem(e){let a;for(a=this._additionsHead;null!==a;a=a._nextAdded)e(a)}forEachRemovedItem(e){let a;for(a=this._removalsHead;null!==a;a=a._nextRemoved)e(a)}diff(e){if(e){if(!(e instanceof Map||wd(e)))throw new Oe(900,!1)}else e=new Map;return this.check(e)?this:null}onDestroy(){}check(e){this._reset();let a=this._mapHead;if(this._appendAfter=null,this._forEach(e,(o,s)=>{if(a&&a.key===s)this._maybeAddToChanges(a,o),this._appendAfter=a,a=a._next;else{const l=this._getOrCreateRecordForKey(s,o);a=this._insertBeforeOrAppend(a,l)}}),a){a._prev&&(a._prev._next=null),this._removalsHead=a;for(let o=a;null!==o;o=o._nextRemoved)o===this._mapHead&&(this._mapHead=null),this._records.delete(o.key),o._nextRemoved=o._next,o.previousValue=o.currentValue,o.currentValue=null,o._prev=null,o._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(e,a){if(e){const o=e._prev;return a._next=e,a._prev=o,e._prev=a,o&&(o._next=a),e===this._mapHead&&(this._mapHead=a),this._appendAfter=e,e}return this._appendAfter?(this._appendAfter._next=a,a._prev=this._appendAfter):this._mapHead=a,this._appendAfter=a,null}_getOrCreateRecordForKey(e,a){if(this._records.has(e)){const s=this._records.get(e);this._maybeAddToChanges(s,a);const l=s._prev,d=s._next;return l&&(l._next=d),d&&(d._prev=l),s._next=null,s._prev=null,s}const o=new wx(e);return this._records.set(e,o),o.currentValue=a,this._addToAdditions(o),o}_reset(){if(this.isDirty){let e;for(this._previousMapHead=this._mapHead,e=this._previousMapHead;null!==e;e=e._next)e._nextPrevious=e._next;for(e=this._changesHead;null!==e;e=e._nextChanged)e.previousValue=e.currentValue;for(e=this._additionsHead;null!=e;e=e._nextAdded)e.previousValue=e.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(e,a){Object.is(a,e.currentValue)||(e.previousValue=e.currentValue,e.currentValue=a,this._addToChanges(e))}_addToAdditions(e){null===this._additionsHead?this._additionsHead=this._additionsTail=e:(this._additionsTail._nextAdded=e,this._additionsTail=e)}_addToChanges(e){null===this._changesHead?this._changesHead=this._changesTail=e:(this._changesTail._nextChanged=e,this._changesTail=e)}_forEach(e,a){e instanceof Map?e.forEach(a):Object.keys(e).forEach(o=>a(e[o],o))}}class wx{constructor(e){this.key=e,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}}function cf(){return new Dc([new rf])}let Dc=(()=>{class t{static{this.\u0275prov=Q({token:t,providedIn:"root",factory:cf})}constructor(a){this.factories=a}static create(a,o){if(null!=o){const s=o.factories.slice();a=a.concat(s)}return new t(a)}static extend(a){return{provide:t,useFactory:o=>t.create(a,o||cf()),deps:[[t,new e0,new Fo]]}}find(a){const o=this.factories.find(s=>s.supports(a));if(null!=o)return o;throw new Oe(901,!1)}}return t})();function pf(){return new Bc([new df])}let Bc=(()=>{class t{static{this.\u0275prov=Q({token:t,providedIn:"root",factory:pf})}constructor(a){this.factories=a}static create(a,o){if(o){const s=o.factories.slice();a=a.concat(s)}return new t(a)}static extend(a){return{provide:t,useFactory:o=>t.create(a,o||pf()),deps:[[t,new e0,new Fo]]}}find(a){const o=this.factories.find(s=>s.supports(a));if(o)return o;throw new Oe(901,!1)}}return t})();function Tx(t){try{const{rootComponent:e,appProviders:a,platformProviders:o}=t,s=function rx(t=[]){if(rs)return rs;const e=function qm(t=[],e){return h0.create({name:e,providers:[{provide:pi,useValue:"platform"},{provide:d2,useValue:new Set([()=>rs=null])},...t]})}(t);return rs=e,function jm(){!function zn(t){wn=t}(()=>{throw new Oe(600,!1)})}(),function Jm(t){t.get(Zp,null)?.forEach(a=>a())}(e),e}(o),l=[wc({}),{provide:Bs,useExisting:zl},...a||[]];return function Ym(t){const e=c2(t)?t.r3Injector:t.moduleRef.injector,a=e.get(to);return a.run(()=>{c2(t)?t.r3Injector.resolveInjectorInitializers():t.moduleRef.resolveInjectorInitializers();const o=e.get(Xi,null);let s;if(a.runOutsideAngular(()=>{s=a.onError.subscribe({next:l=>{o.handleError(l)}})}),c2(t)){const l=()=>e.destroy(),d=t.platformInjector.get(d2);d.add(l),e.onDestroy(()=>{s.unsubscribe(),d.delete(l)})}else{const l=()=>t.moduleRef.destroy(),d=t.platformInjector.get(d2);d.add(l),t.moduleRef.onDestroy(()=>{l2(t.allPlatformModules,t.moduleRef),s.unsubscribe(),d.delete(l)})}return function Ub(t,e,a){try{const o=a();return mc(o)?o.catch(s=>{throw e.runOutsideAngular(()=>t.handleError(s)),s}):o}catch(o){throw e.runOutsideAngular(()=>t.handleError(o)),o}}(o,a,()=>{const l=e.get(Um);return l.runInitializers(),l.donePromise.then(()=>{if(function A9(t){"string"==typeof t&&(Ng=t.toLowerCase().replace(/_/g,"-"))}(e.get(bc,Q1)||Q1),c2(t)){const m=e.get(Ri);return void 0!==t.rootComponent&&m.bootstrap(t.rootComponent),m}return function ox(t,e){const a=t.injector.get(Ri);if(t._bootstrapComponents.length>0)t._bootstrapComponents.forEach(o=>a.bootstrap(o));else{if(!t.instance.ngDoBootstrap)throw new Oe(-403,!1);t.instance.ngDoBootstrap(a)}e.push(t)}(t.moduleRef,t.allPlatformModules),t.moduleRef})})})}({r3Injector:new zu({providers:l,parent:s,debugName:"",runEnvironmentInitializers:!1}).injector,platformInjector:s,rootComponent:e})}catch(e){return Promise.reject(e)}}let Af=!1;function Zx(){return io([{provide:l1,useFactory:()=>{let t=!0;return X0()&&(t=!!Nn(Nr,{optional:!0})?.get(ih,null)),t&&c0("NgHydration"),t}},{provide:eo,useValue:()=>{(function Rv(t){Ov=t})(!1),X0()&&Nn(l1)&&(function qx(){const t=ns();let e;for(const a of t.body.childNodes)if(a.nodeType===Node.COMMENT_NODE&&a.textContent?.trim()===vw){e=a;break}if(!e)throw new Oe(-507,!1)}(),function Kx(){Af||(Af=!0,function gw(){t4=uw}(),function x9(){Hg=b9}(),function S_(){R3=E_}(),function k9(){Rg=y9}(),function a8(){Eu=n8}(),function x7(){Zv=b7,od=_7}(),function J6(){Nv=q6}(),function DM(){nv=CM}())}())},multi:!0},{provide:h4,useFactory:()=>X0()&&Nn(l1)},{provide:r2,useFactory:()=>{if(X0()&&Nn(l1)){const t=Nn(Ri);return Nn(h0),()=>{(function Qx(t){return fc(t)})(t).then(()=>{!function Q6(t){const e=t._views;for(const a of e){const o=e4(a);null!==o&&null!==o[yn]&&(no(o)?z1(o):Lv(o))}}(t)})}}return()=>{}},multi:!0}])}function Jx(t){return"boolean"==typeof t?t:null!=t&&"false"!==t}function tI(t,e=NaN){return isNaN(parseFloat(t))||isNaN(Number(t))?e:Number(t)}function nI(t,e){c0("NgSignals");const a=Vt(t);return e?.equal&&(a[g].equal=e.equal),a}function aI(t){const e=Z(null);try{return t()}finally{Z(e)}}const oI=new Mn("",{providedIn:"root",factory:()=>Nn(iI)});let iI=(()=>{class t{static{this.\u0275prov=Q({token:t,providedIn:"root",factory:()=>new sI})}}return t})();class sI{constructor(){this.queuedEffectCount=0,this.queues=new Map,this.pendingTasks=Nn(ws),this.taskId=null}scheduleEffect(e){if(this.enqueue(e),null===this.taskId){const a=this.taskId=this.pendingTasks.add();queueMicrotask(()=>{this.flush(),this.pendingTasks.remove(a),this.taskId=null})}}enqueue(e){const a=e.creationZone;this.queues.has(a)||this.queues.set(a,new Set);const o=this.queues.get(a);o.has(e)||(this.queuedEffectCount++,o.add(e))}flush(){for(;this.queuedEffectCount>0;)for(const[e,a]of this.queues)null===e?this.flushQueue(a):e.run(()=>this.flushQueue(a))}flushQueue(e){for(const a of e)e.delete(a),this.queuedEffectCount--,a.run()}}class rI{constructor(e,a,o,s,l,d){this.scheduler=e,this.effectFn=a,this.creationZone=o,this.injector=l,this.watcher=function xe(t,e,a){const o=Object.create(de);a&&(o.consumerAllowSignalWrites=!0),o.fn=t,o.schedule=e;const s=I=>{o.cleanupFn=I};return o.ref={notify:()=>Xt(o),run:()=>{if(null===o.fn)return;if(function st(){return r}())throw new Error("Schedulers cannot synchronously execute watches while scheduling.");if(o.dirty=!1,o.hasRun&&!Jt(o))return;o.hasRun=!0;const I=pt(o);try{o.cleanupFn(),o.cleanupFn=Ae,o.fn(s)}finally{Kt(o,I)}},cleanup:()=>o.cleanupFn(),destroy:()=>function d(I){(function l(I){return null===I.fn&&null===I.schedule})(I)||(fe(I),I.cleanupFn(),I.fn=null,I.schedule=null,I.cleanupFn=Ae)}(o),[g]:o},o.ref}(m=>this.runEffect(m),()=>this.schedule(),d),this.unregisterOnDestroy=s?.onDestroy(()=>this.destroy())}runEffect(e){try{this.effectFn(e)}catch(a){this.injector.get(Xi,null,{optional:!0})?.handleError(a)}}run(){this.watcher.run()}schedule(){this.scheduler.scheduleEffect(this)}destroy(){this.watcher.destroy(),this.unregisterOnDestroy?.()}}function Hf(t,e){c0("NgSignals"),!e?.injector&&hn();const a=e?.injector??Nn(h0),o=!0!==e?.manualCleanup?a.get(Hr):null,s=new rI(a.get(oI),t,typeof Zone>"u"?null:Zone.current,o,a,e?.allowSignalWrites??!1),l=a.get(ef,null,{optional:!0});return l&&8&l._lView[Hn]?(l._lView[Vi]??=[]).push(s.watcher.notify):s.watcher.notify(),s}function lI(t){const e=oa(t);if(!e)return null;const a=new cl(e);return{get selector(){return a.selector},get type(){return a.componentType},get inputs(){return a.inputs},get outputs(){return a.outputs},get ngContentSelectors(){return a.ngContentSelectors},get isStandalone(){return e.standalone},get isSignal(){return e.signals}}}},9417:($e,Gt,c)=>{c.d(Gt,{BC:()=>Re,MJ:()=>Xn,Q0:()=>Ca,VZ:()=>co,X1:()=>A0,YN:()=>T0,YS:()=>j0,ZU:()=>X,cV:()=>Cn,cb:()=>Xe,cz:()=>Kt,gE:()=>ft,j4:()=>Aa,k0:()=>Pt,kq:()=>J,l_:()=>v0,me:()=>zt,qT:()=>ro,vO:()=>Tt,vS:()=>Jn,wz:()=>Po,xH:()=>V0,xq:()=>qa,y7:()=>Za});var n=c(4438),i=c(177),r=c(6648),H=c(7468),g=c(1413),Z=c(6354);let tt=(()=>{class U{constructor(E,ut){this._renderer=E,this._elementRef=ut,this.onChange=pe=>{},this.onTouched=()=>{}}setProperty(E,ut){this._renderer.setProperty(this._elementRef.nativeElement,E,ut)}registerOnTouched(E){this.onTouched=E}registerOnChange(E){this.onChange=E}setDisabledState(E){this.setProperty("disabled",E)}static{this.\u0275fac=function(ut){return new(ut||U)(n.rXU(n.sFG),n.rXU(n.aKT))}}static{this.\u0275dir=n.FsC({type:U})}}return U})(),st=(()=>{class U extends tt{static{this.\u0275fac=(()=>{let E;return function(pe){return(E||(E=n.xGo(U)))(pe||U)}})()}static{this.\u0275dir=n.FsC({type:U,features:[n.Vt3]})}}return U})();const J=new n.nKC(""),Ot={provide:J,useExisting:(0,n.Rfq)(()=>zt),multi:!0},kt=new n.nKC("");let zt=(()=>{class U extends tt{constructor(E,ut,pe){super(E,ut),this._compositionMode=pe,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function gt(){const U=(0,i.QT)()?(0,i.QT)().getUserAgent():"";return/android (\d+)/.test(U.toLowerCase())}())}writeValue(E){this.setProperty("value",E??"")}_handleInput(E){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(E)}_compositionStart(){this._composing=!0}_compositionEnd(E){this._composing=!1,this._compositionMode&&this.onChange(E)}static{this.\u0275fac=function(ut){return new(ut||U)(n.rXU(n.sFG),n.rXU(n.aKT),n.rXU(kt,8))}}static{this.\u0275dir=n.FsC({type:U,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(ut,pe){1&ut&&n.bIt("input",function(ra){return pe._handleInput(ra.target.value)})("blur",function(){return pe.onTouched()})("compositionstart",function(){return pe._compositionStart()})("compositionend",function(ra){return pe._compositionEnd(ra.target.value)})},features:[n.Jv_([Ot]),n.Vt3]})}}return U})();function Xt(U){return null==U||("string"==typeof U||Array.isArray(U))&&0===U.length}function pt(U){return null!=U&&"number"==typeof U.length}const Kt=new n.nKC(""),Jt=new n.nKC(""),fe=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class Pt{static min(N){return Et(N)}static max(N){return function rt(U){return N=>{if(Xt(N.value)||Xt(U))return null;const E=parseFloat(N.value);return!isNaN(E)&&E>U?{max:{max:U,actual:N.value}}:null}}(N)}static required(N){return It(N)}static requiredTrue(N){return xt(N)}static email(N){return function dt(U){return Xt(U.value)||fe.test(U.value)?null:{email:!0}}(N)}static minLength(N){return function Vt(U){return N=>Xt(N.value)||!pt(N.value)?null:N.value.length<U?{minlength:{requiredLength:U,actualLength:N.value.length}}:null}(N)}static maxLength(N){return function it(U){return N=>pt(N.value)&&N.value.length>U?{maxlength:{requiredLength:U,actualLength:N.value.length}}:null}(N)}static pattern(N){return function Bt(U){if(!U)return re;let N,E;return"string"==typeof U?(E="","^"!==U.charAt(0)&&(E+="^"),E+=U,"$"!==U.charAt(U.length-1)&&(E+="$"),N=new RegExp(E)):(E=U.toString(),N=U),ut=>{if(Xt(ut.value))return null;const pe=ut.value;return N.test(pe)?null:{pattern:{requiredPattern:E,actualValue:pe}}}}(N)}static nullValidator(N){return null}static compose(N){return ot(N)}static composeAsync(N){return K(N)}}function Et(U){return N=>{if(Xt(N.value)||Xt(U))return null;const E=parseFloat(N.value);return!isNaN(E)&&E<U?{min:{min:U,actual:N.value}}:null}}function It(U){return Xt(U.value)?{required:!0}:null}function xt(U){return!0===U.value?null:{required:!0}}function re(U){return null}function Ve(U){return null!=U}function on(U){return(0,n.jNT)(U)?(0,r.H)(U):U}function wn(U){let N={};return U.forEach(E=>{N=null!=E?{...N,...E}:N}),0===Object.keys(N).length?null:N}function Fe(U,N){return N.map(E=>E(U))}function ht(U){return U.map(N=>function zn(U){return!U.validate}(N)?N:E=>N.validate(E))}function ot(U){if(!U)return null;const N=U.filter(Ve);return 0==N.length?null:function(E){return wn(Fe(E,N))}}function _t(U){return null!=U?ot(ht(U)):null}function K(U){if(!U)return null;const N=U.filter(Ve);return 0==N.length?null:function(E){const ut=Fe(E,N).map(on);return(0,H.p)(ut).pipe((0,Z.T)(wn))}}function Lt(U){return null!=U?K(ht(U)):null}function lt(U,N){return null===U?[N]:Array.isArray(U)?[...U,N]:[U,N]}function Ut(U){return U._rawValidators}function ke(U){return U._rawAsyncValidators}function Ze(U){return U?Array.isArray(U)?U:[U]:[]}function xe(U,N){return Array.isArray(U)?U.includes(N):U===N}function Ae(U,N){const E=Ze(N);return Ze(U).forEach(pe=>{xe(E,pe)||E.push(pe)}),E}function de(U,N){return Ze(N).filter(E=>!xe(U,E))}class q{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(N){this._rawValidators=N||[],this._composedValidatorFn=_t(this._rawValidators)}_setAsyncValidators(N){this._rawAsyncValidators=N||[],this._composedAsyncValidatorFn=Lt(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(N){this._onDestroyCallbacks.push(N)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(N=>N()),this._onDestroyCallbacks=[]}reset(N=void 0){this.control&&this.control.reset(N)}hasError(N,E){return!!this.control&&this.control.hasError(N,E)}getError(N,E){return this.control?this.control.getError(N,E):null}}class X extends q{get formDirective(){return null}get path(){return null}}class Tt extends q{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class ie{constructor(N){this._cd=N}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}}let Re=(()=>{class U extends ie{constructor(E){super(E)}static{this.\u0275fac=function(ut){return new(ut||U)(n.rXU(Tt,2))}}static{this.\u0275dir=n.FsC({type:U,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(ut,pe){2&ut&&n.AVh("ng-untouched",pe.isUntouched)("ng-touched",pe.isTouched)("ng-pristine",pe.isPristine)("ng-dirty",pe.isDirty)("ng-valid",pe.isValid)("ng-invalid",pe.isInvalid)("ng-pending",pe.isPending)},features:[n.Vt3]})}}return U})(),Xe=(()=>{class U extends ie{constructor(E){super(E)}static{this.\u0275fac=function(ut){return new(ut||U)(n.rXU(X,10))}}static{this.\u0275dir=n.FsC({type:U,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(ut,pe){2&ut&&n.AVh("ng-untouched",pe.isUntouched)("ng-touched",pe.isTouched)("ng-pristine",pe.isPristine)("ng-dirty",pe.isDirty)("ng-valid",pe.isValid)("ng-invalid",pe.isInvalid)("ng-pending",pe.isPending)("ng-submitted",pe.isSubmitted)},features:[n.Vt3]})}}return U})();const De="VALID",rn="INVALID",je="PENDING",Tn="DISABLED";class jn{}class cn extends jn{constructor(N,E){super(),this.value=N,this.source=E}}class Zt extends jn{constructor(N,E){super(),this.pristine=N,this.source=E}}class ae extends jn{constructor(N,E){super(),this.touched=N,this.source=E}}class L extends jn{constructor(N,E){super(),this.status=N,this.source=E}}class Y extends jn{constructor(N){super(),this.source=N}}class Ht extends jn{constructor(N){super(),this.source=N}}function Ie(U){return(Ct(U)?U.validators:U)||null}function ge(U,N){return(Ct(N)?N.asyncValidators:U)||null}function Ct(U){return null!=U&&!Array.isArray(U)&&"object"==typeof U}class Ft{constructor(N,E){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=null,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this._status=(0,n.EWP)(()=>this.statusReactive()),this.statusReactive=(0,n.vPA)(void 0),this._pristine=(0,n.EWP)(()=>this.pristineReactive()),this.pristineReactive=(0,n.vPA)(!0),this._touched=(0,n.EWP)(()=>this.touchedReactive()),this.touchedReactive=(0,n.vPA)(!1),this._events=new g.B,this.events=this._events.asObservable(),this._onDisabledChange=[],this._assignValidators(N),this._assignAsyncValidators(E)}get validator(){return this._composedValidatorFn}set validator(N){this._rawValidators=this._composedValidatorFn=N}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(N){this._rawAsyncValidators=this._composedAsyncValidatorFn=N}get parent(){return this._parent}get status(){return(0,n.O8t)(this.statusReactive)}set status(N){(0,n.O8t)(()=>this.statusReactive.set(N))}get valid(){return this.status===De}get invalid(){return this.status===rn}get pending(){return this.status==je}get disabled(){return this.status===Tn}get enabled(){return this.status!==Tn}get pristine(){return(0,n.O8t)(this.pristineReactive)}set pristine(N){(0,n.O8t)(()=>this.pristineReactive.set(N))}get dirty(){return!this.pristine}get touched(){return(0,n.O8t)(this.touchedReactive)}set touched(N){(0,n.O8t)(()=>this.touchedReactive.set(N))}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(N){this._assignValidators(N)}setAsyncValidators(N){this._assignAsyncValidators(N)}addValidators(N){this.setValidators(Ae(N,this._rawValidators))}addAsyncValidators(N){this.setAsyncValidators(Ae(N,this._rawAsyncValidators))}removeValidators(N){this.setValidators(de(N,this._rawValidators))}removeAsyncValidators(N){this.setAsyncValidators(de(N,this._rawAsyncValidators))}hasValidator(N){return xe(this._rawValidators,N)}hasAsyncValidator(N){return xe(this._rawAsyncValidators,N)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(N={}){const E=!1===this.touched;this.touched=!0;const ut=N.sourceControl??this;this._parent&&!N.onlySelf&&this._parent.markAsTouched({...N,sourceControl:ut}),E&&!1!==N.emitEvent&&this._events.next(new ae(!0,ut))}markAllAsTouched(N={}){this.markAsTouched({onlySelf:!0,emitEvent:N.emitEvent,sourceControl:this}),this._forEachChild(E=>E.markAllAsTouched(N))}markAsUntouched(N={}){const E=!0===this.touched;this.touched=!1,this._pendingTouched=!1;const ut=N.sourceControl??this;this._forEachChild(pe=>{pe.markAsUntouched({onlySelf:!0,emitEvent:N.emitEvent,sourceControl:ut})}),this._parent&&!N.onlySelf&&this._parent._updateTouched(N,ut),E&&!1!==N.emitEvent&&this._events.next(new ae(!1,ut))}markAsDirty(N={}){const E=!0===this.pristine;this.pristine=!1;const ut=N.sourceControl??this;this._parent&&!N.onlySelf&&this._parent.markAsDirty({...N,sourceControl:ut}),E&&!1!==N.emitEvent&&this._events.next(new Zt(!1,ut))}markAsPristine(N={}){const E=!1===this.pristine;this.pristine=!0,this._pendingDirty=!1;const ut=N.sourceControl??this;this._forEachChild(pe=>{pe.markAsPristine({onlySelf:!0,emitEvent:N.emitEvent})}),this._parent&&!N.onlySelf&&this._parent._updatePristine(N,ut),E&&!1!==N.emitEvent&&this._events.next(new Zt(!0,ut))}markAsPending(N={}){this.status=je;const E=N.sourceControl??this;!1!==N.emitEvent&&(this._events.next(new L(this.status,E)),this.statusChanges.emit(this.status)),this._parent&&!N.onlySelf&&this._parent.markAsPending({...N,sourceControl:E})}disable(N={}){const E=this._parentMarkedDirty(N.onlySelf);this.status=Tn,this.errors=null,this._forEachChild(pe=>{pe.disable({...N,onlySelf:!0})}),this._updateValue();const ut=N.sourceControl??this;!1!==N.emitEvent&&(this._events.next(new cn(this.value,ut)),this._events.next(new L(this.status,ut)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...N,skipPristineCheck:E},this),this._onDisabledChange.forEach(pe=>pe(!0))}enable(N={}){const E=this._parentMarkedDirty(N.onlySelf);this.status=De,this._forEachChild(ut=>{ut.enable({...N,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:N.emitEvent}),this._updateAncestors({...N,skipPristineCheck:E},this),this._onDisabledChange.forEach(ut=>ut(!1))}_updateAncestors(N,E){this._parent&&!N.onlySelf&&(this._parent.updateValueAndValidity(N),N.skipPristineCheck||this._parent._updatePristine({},E),this._parent._updateTouched({},E))}setParent(N){this._parent=N}getRawValue(){return this.value}updateValueAndValidity(N={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){const ut=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===De||this.status===je)&&this._runAsyncValidator(ut,N.emitEvent)}const E=N.sourceControl??this;!1!==N.emitEvent&&(this._events.next(new cn(this.value,E)),this._events.next(new L(this.status,E)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!N.onlySelf&&this._parent.updateValueAndValidity({...N,sourceControl:E})}_updateTreeValidity(N={emitEvent:!0}){this._forEachChild(E=>E._updateTreeValidity(N)),this.updateValueAndValidity({onlySelf:!0,emitEvent:N.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Tn:De}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(N,E){if(this.asyncValidator){this.status=je,this._hasOwnPendingAsyncValidator={emitEvent:!1!==E};const ut=on(this.asyncValidator(this));this._asyncValidationSubscription=ut.subscribe(pe=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(pe,{emitEvent:E,shouldHaveEmitted:N})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();const N=this._hasOwnPendingAsyncValidator?.emitEvent??!1;return this._hasOwnPendingAsyncValidator=null,N}return!1}setErrors(N,E={}){this.errors=N,this._updateControlsErrors(!1!==E.emitEvent,this,E.shouldHaveEmitted)}get(N){let E=N;return null==E||(Array.isArray(E)||(E=E.split(".")),0===E.length)?null:E.reduce((ut,pe)=>ut&&ut._find(pe),this)}getError(N,E){const ut=E?this.get(E):this;return ut&&ut.errors?ut.errors[N]:null}hasError(N,E){return!!this.getError(N,E)}get root(){let N=this;for(;N._parent;)N=N._parent;return N}_updateControlsErrors(N,E,ut){this.status=this._calculateStatus(),N&&this.statusChanges.emit(this.status),(N||ut)&&this._events.next(new L(this.status,E)),this._parent&&this._parent._updateControlsErrors(N,E,ut)}_initObservables(){this.valueChanges=new n.bkB,this.statusChanges=new n.bkB}_calculateStatus(){return this._allControlsDisabled()?Tn:this.errors?rn:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(je)?je:this._anyControlsHaveStatus(rn)?rn:De}_anyControlsHaveStatus(N){return this._anyControls(E=>E.status===N)}_anyControlsDirty(){return this._anyControls(N=>N.dirty)}_anyControlsTouched(){return this._anyControls(N=>N.touched)}_updatePristine(N,E){const ut=!this._anyControlsDirty(),pe=this.pristine!==ut;this.pristine=ut,this._parent&&!N.onlySelf&&this._parent._updatePristine(N,E),pe&&this._events.next(new Zt(this.pristine,E))}_updateTouched(N={},E){this.touched=this._anyControlsTouched(),this._events.next(new ae(this.touched,E)),this._parent&&!N.onlySelf&&this._parent._updateTouched(N,E)}_registerOnCollectionChange(N){this._onCollectionChange=N}_setUpdateStrategy(N){Ct(N)&&null!=N.updateOn&&(this._updateOn=N.updateOn)}_parentMarkedDirty(N){return!N&&!(!this._parent||!this._parent.dirty)&&!this._parent._anyControlsDirty()}_find(N){return null}_assignValidators(N){this._rawValidators=Array.isArray(N)?N.slice():N,this._composedValidatorFn=function sn(U){return Array.isArray(U)?_t(U):U||null}(this._rawValidators)}_assignAsyncValidators(N){this._rawAsyncValidators=Array.isArray(N)?N.slice():N,this._composedAsyncValidatorFn=function Me(U){return Array.isArray(U)?Lt(U):U||null}(this._rawAsyncValidators)}}class ft extends Ft{constructor(N,E,ut){super(Ie(E),ge(ut,E)),this.controls=N,this._initObservables(),this._setUpdateStrategy(E),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(N,E){return this.controls[N]?this.controls[N]:(this.controls[N]=E,E.setParent(this),E._registerOnCollectionChange(this._onCollectionChange),E)}addControl(N,E,ut={}){this.registerControl(N,E),this.updateValueAndValidity({emitEvent:ut.emitEvent}),this._onCollectionChange()}removeControl(N,E={}){this.controls[N]&&this.controls[N]._registerOnCollectionChange(()=>{}),delete this.controls[N],this.updateValueAndValidity({emitEvent:E.emitEvent}),this._onCollectionChange()}setControl(N,E,ut={}){this.controls[N]&&this.controls[N]._registerOnCollectionChange(()=>{}),delete this.controls[N],E&&this.registerControl(N,E),this.updateValueAndValidity({emitEvent:ut.emitEvent}),this._onCollectionChange()}contains(N){return this.controls.hasOwnProperty(N)&&this.controls[N].enabled}setValue(N,E={}){(function Nt(U,N,E){U._forEachChild((ut,pe)=>{if(void 0===E[pe])throw new n.wOt(1002,"")})})(this,0,N),Object.keys(N).forEach(ut=>{(function me(U,N,E){const ut=U.controls;if(!(N?Object.keys(ut):ut).length)throw new n.wOt(1e3,"");if(!ut[E])throw new n.wOt(1001,"")})(this,!0,ut),this.controls[ut].setValue(N[ut],{onlySelf:!0,emitEvent:E.emitEvent})}),this.updateValueAndValidity(E)}patchValue(N,E={}){null!=N&&(Object.keys(N).forEach(ut=>{const pe=this.controls[ut];pe&&pe.patchValue(N[ut],{onlySelf:!0,emitEvent:E.emitEvent})}),this.updateValueAndValidity(E))}reset(N={},E={}){this._forEachChild((ut,pe)=>{ut.reset(N?N[pe]:null,{onlySelf:!0,emitEvent:E.emitEvent})}),this._updatePristine(E,this),this._updateTouched(E,this),this.updateValueAndValidity(E)}getRawValue(){return this._reduceChildren({},(N,E,ut)=>(N[ut]=E.getRawValue(),N))}_syncPendingControls(){let N=this._reduceChildren(!1,(E,ut)=>!!ut._syncPendingControls()||E);return N&&this.updateValueAndValidity({onlySelf:!0}),N}_forEachChild(N){Object.keys(this.controls).forEach(E=>{const ut=this.controls[E];ut&&N(ut,E)})}_setUpControls(){this._forEachChild(N=>{N.setParent(this),N._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(N){for(const[E,ut]of Object.entries(this.controls))if(this.contains(E)&&N(ut))return!0;return!1}_reduceValue(){return this._reduceChildren({},(E,ut,pe)=>((ut.enabled||this.disabled)&&(E[pe]=ut.value),E))}_reduceChildren(N,E){let ut=N;return this._forEachChild((pe,Rn)=>{ut=E(ut,pe,Rn)}),ut}_allControlsDisabled(){for(const N of Object.keys(this.controls))if(this.controls[N].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(N){return this.controls.hasOwnProperty(N)?this.controls[N]:null}}const ga=new n.nKC("CallSetDisabledState",{providedIn:"root",factory:()=>Ba}),Ba="always";function ln(U,N,E=Ba){qe(U,N),N.valueAccessor.writeValue(U.value),(U.disabled||"always"===E)&&N.valueAccessor.setDisabledState?.(U.disabled),function Un(U,N){N.valueAccessor.registerOnChange(E=>{U._pendingValue=E,U._pendingChange=!0,U._pendingDirty=!0,"change"===U.updateOn&&wa(U,N)})}(U,N),function ca(U,N){const E=(ut,pe)=>{N.valueAccessor.writeValue(ut),pe&&N.viewToModelUpdate(ut)};U.registerOnChange(E),N._registerOnDestroy(()=>{U._unregisterOnChange(E)})}(U,N),function na(U,N){N.valueAccessor.registerOnTouched(()=>{U._pendingTouched=!0,"blur"===U.updateOn&&U._pendingChange&&wa(U,N),"submit"!==U.updateOn&&U.markAsTouched()})}(U,N),function he(U,N){if(N.valueAccessor.setDisabledState){const E=ut=>{N.valueAccessor.setDisabledState(ut)};U.registerOnDisabledChange(E),N._registerOnDestroy(()=>{U._unregisterOnDisabledChange(E)})}}(U,N)}function Q(U,N,E=!0){const ut=()=>{};N.valueAccessor&&(N.valueAccessor.registerOnChange(ut),N.valueAccessor.registerOnTouched(ut)),dn(U,N),U&&(N._invokeOnDestroyCallbacks(),U._registerOnCollectionChange(()=>{}))}function At(U,N){U.forEach(E=>{E.registerOnValidatorChange&&E.registerOnValidatorChange(N)})}function qe(U,N){const E=Ut(U);null!==N.validator?U.setValidators(lt(E,N.validator)):"function"==typeof E&&U.setValidators([E]);const ut=ke(U);null!==N.asyncValidator?U.setAsyncValidators(lt(ut,N.asyncValidator)):"function"==typeof ut&&U.setAsyncValidators([ut]);const pe=()=>U.updateValueAndValidity();At(N._rawValidators,pe),At(N._rawAsyncValidators,pe)}function dn(U,N){let E=!1;if(null!==U){if(null!==N.validator){const pe=Ut(U);if(Array.isArray(pe)&&pe.length>0){const Rn=pe.filter(ra=>ra!==N.validator);Rn.length!==pe.length&&(E=!0,U.setValidators(Rn))}}if(null!==N.asyncValidator){const pe=ke(U);if(Array.isArray(pe)&&pe.length>0){const Rn=pe.filter(ra=>ra!==N.asyncValidator);Rn.length!==pe.length&&(E=!0,U.setAsyncValidators(Rn))}}}const ut=()=>{};return At(N._rawValidators,ut),At(N._rawAsyncValidators,ut),E}function wa(U,N){U._pendingDirty&&U.markAsDirty(),U.setValue(U._pendingValue,{emitModelToViewChange:!1}),N.viewToModelUpdate(U._pendingValue),U._pendingChange=!1}function ua(U,N){qe(U,N)}function le(U,N){if(!U.hasOwnProperty("model"))return!1;const E=U.model;return!!E.isFirstChange()||!Object.is(N,E.currentValue)}function D(U,N){U._syncPendingControls(),N.forEach(E=>{const ut=E.control;"submit"===ut.updateOn&&ut._pendingChange&&(E.viewToModelUpdate(ut._pendingValue),ut._pendingChange=!1)})}function k(U,N){if(!N)return null;let E,ut,pe;return Array.isArray(N),N.forEach(Rn=>{Rn.constructor===zt?E=Rn:function p(U){return Object.getPrototypeOf(U.constructor)===st}(Rn)?ut=Rn:pe=Rn}),pe||ut||E||null}const un={provide:X,useExisting:(0,n.Rfq)(()=>Cn)},Wn=Promise.resolve();let Cn=(()=>{class U extends X{get submitted(){return(0,n.O8t)(this.submittedReactive)}constructor(E,ut,pe){super(),this.callSetDisabledState=pe,this._submitted=(0,n.EWP)(()=>this.submittedReactive()),this.submittedReactive=(0,n.vPA)(!1),this._directives=new Set,this.ngSubmit=new n.bkB,this.form=new ft({},_t(E),Lt(ut))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(E){Wn.then(()=>{const ut=this._findContainer(E.path);E.control=ut.registerControl(E.name,E.control),ln(E.control,E,this.callSetDisabledState),E.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(E)})}getControl(E){return this.form.get(E.path)}removeControl(E){Wn.then(()=>{const ut=this._findContainer(E.path);ut&&ut.removeControl(E.name),this._directives.delete(E)})}addFormGroup(E){Wn.then(()=>{const ut=this._findContainer(E.path),pe=new ft({});ua(pe,E),ut.registerControl(E.name,pe),pe.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(E){Wn.then(()=>{const ut=this._findContainer(E.path);ut&&ut.removeControl(E.name)})}getFormGroup(E){return this.form.get(E.path)}updateModel(E,ut){Wn.then(()=>{this.form.get(E.path).setValue(ut)})}setValue(E){this.control.setValue(E)}onSubmit(E){return this.submittedReactive.set(!0),D(this.form,this._directives),this.ngSubmit.emit(E),"dialog"===E?.target?.method}onReset(){this.resetForm()}resetForm(E=void 0){this.form.reset(E),this.submittedReactive.set(!1)}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(E){return E.pop(),E.length?this.form.get(E):this.form}static{this.\u0275fac=function(ut){return new(ut||U)(n.rXU(Kt,10),n.rXU(Jt,10),n.rXU(ga,8))}}static{this.\u0275dir=n.FsC({type:U,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(ut,pe){1&ut&&n.bIt("submit",function(ra){return pe.onSubmit(ra)})("reset",function(){return pe.onReset()})},inputs:{options:[0,"ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[n.Jv_([un]),n.Vt3]})}}return U})();function Zn(U,N){const E=U.indexOf(N);E>-1&&U.splice(E,1)}function Qn(U){return"object"==typeof U&&null!==U&&2===Object.keys(U).length&&"value"in U&&"disabled"in U}const Xn=class extends Ft{constructor(N=null,E,ut){super(Ie(E),ge(ut,E)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(N),this._setUpdateStrategy(E),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Ct(E)&&(E.nonNullable||E.initialValueIsDefault)&&(this.defaultValue=Qn(N)?N.value:N)}setValue(N,E={}){this.value=this._pendingValue=N,this._onChange.length&&!1!==E.emitModelToViewChange&&this._onChange.forEach(ut=>ut(this.value,!1!==E.emitViewToModelChange)),this.updateValueAndValidity(E)}patchValue(N,E={}){this.setValue(N,E)}reset(N=this.defaultValue,E={}){this._applyFormState(N),this.markAsPristine(E),this.markAsUntouched(E),this.setValue(this.value,E),this._pendingChange=!1}_updateValue(){}_anyControls(N){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(N){this._onChange.push(N)}_unregisterOnChange(N){Zn(this._onChange,N)}registerOnDisabledChange(N){this._onDisabledChange.push(N)}_unregisterOnDisabledChange(N){Zn(this._onDisabledChange,N)}_forEachChild(N){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(N){Qn(N)?(this.value=this._pendingValue=N.value,N.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=N}},Oo={provide:Tt,useExisting:(0,n.Rfq)(()=>Jn)},D0=Promise.resolve();let Jn=(()=>{class U extends Tt{constructor(E,ut,pe,Rn,ra,Do){super(),this._changeDetectorRef=ra,this.callSetDisabledState=Do,this.control=new Xn,this._registered=!1,this.name="",this.update=new n.bkB,this._parent=E,this._setValidators(ut),this._setAsyncValidators(pe),this.valueAccessor=k(0,Rn)}ngOnChanges(E){if(this._checkForErrors(),!this._registered||"name"in E){if(this._registered&&(this._checkName(),this.formDirective)){const ut=E.name.previousValue;this.formDirective.removeControl({name:ut,path:this._getPath(ut)})}this._setUpControl()}"isDisabled"in E&&this._updateDisabled(E),le(E,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(E){this.viewModel=E,this.update.emit(E)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){ln(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(E){D0.then(()=>{this.control.setValue(E,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(E){const ut=E.isDisabled.currentValue,pe=0!==ut&&(0,n.L39)(ut);D0.then(()=>{pe&&!this.control.disabled?this.control.disable():!pe&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(E){return this._parent?function St(U,N){return[...N.path,U]}(E,this._parent):[E]}static{this.\u0275fac=function(ut){return new(ut||U)(n.rXU(X,9),n.rXU(Kt,10),n.rXU(Jt,10),n.rXU(J,10),n.rXU(n.gRc,8),n.rXU(ga,8))}}static{this.\u0275dir=n.FsC({type:U,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"],options:[0,"ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[n.Jv_([Oo]),n.Vt3,n.OA$]})}}return U})(),ro=(()=>{class U{static{this.\u0275fac=function(ut){return new(ut||U)}}static{this.\u0275dir=n.FsC({type:U,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]})}}return U})();const Zo={provide:J,useExisting:(0,n.Rfq)(()=>Ca),multi:!0};let Ca=(()=>{class U extends st{writeValue(E){this.setProperty("value",E??"")}registerOnChange(E){this.onChange=ut=>{E(""==ut?null:parseFloat(ut))}}static{this.\u0275fac=(()=>{let E;return function(pe){return(E||(E=n.xGo(U)))(pe||U)}})()}static{this.\u0275dir=n.FsC({type:U,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(ut,pe){1&ut&&n.bIt("input",function(ra){return pe.onChange(ra.target.value)})("blur",function(){return pe.onTouched()})},features:[n.Jv_([Zo]),n.Vt3]})}}return U})();const Wo=new n.nKC(""),Y0={provide:Tt,useExisting:(0,n.Rfq)(()=>v0)};let v0=(()=>{class U extends Tt{set isDisabled(E){}static{this._ngModelWarningSentOnce=!1}constructor(E,ut,pe,Rn,ra){super(),this._ngModelWarningConfig=Rn,this.callSetDisabledState=ra,this.update=new n.bkB,this._ngModelWarningSent=!1,this._setValidators(E),this._setAsyncValidators(ut),this.valueAccessor=k(0,pe)}ngOnChanges(E){if(this._isControlChanged(E)){const ut=E.form.previousValue;ut&&Q(ut,this,!1),ln(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}le(E,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Q(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(E){this.viewModel=E,this.update.emit(E)}_isControlChanged(E){return E.hasOwnProperty("form")}static{this.\u0275fac=function(ut){return new(ut||U)(n.rXU(Kt,10),n.rXU(Jt,10),n.rXU(J,10),n.rXU(Wo,8),n.rXU(ga,8))}}static{this.\u0275dir=n.FsC({type:U,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[n.Jv_([Y0]),n.Vt3,n.OA$]})}}return U})();const u0={provide:X,useExisting:(0,n.Rfq)(()=>Aa)};let Aa=(()=>{class U extends X{get submitted(){return(0,n.O8t)(this._submittedReactive)}set submitted(E){this._submittedReactive.set(E)}constructor(E,ut,pe){super(),this.callSetDisabledState=pe,this._submitted=(0,n.EWP)(()=>this._submittedReactive()),this._submittedReactive=(0,n.vPA)(!1),this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new n.bkB,this._setValidators(E),this._setAsyncValidators(ut)}ngOnChanges(E){this._checkFormPresent(),E.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(dn(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(E){const ut=this.form.get(E.path);return ln(ut,E,this.callSetDisabledState),ut.updateValueAndValidity({emitEvent:!1}),this.directives.push(E),ut}getControl(E){return this.form.get(E.path)}removeControl(E){Q(E.control||null,E,!1),function at(U,N){const E=U.indexOf(N);E>-1&&U.splice(E,1)}(this.directives,E)}addFormGroup(E){this._setUpFormContainer(E)}removeFormGroup(E){this._cleanUpFormContainer(E)}getFormGroup(E){return this.form.get(E.path)}addFormArray(E){this._setUpFormContainer(E)}removeFormArray(E){this._cleanUpFormContainer(E)}getFormArray(E){return this.form.get(E.path)}updateModel(E,ut){this.form.get(E.path).setValue(ut)}onSubmit(E){return this._submittedReactive.set(!0),D(this.form,this.directives),this.ngSubmit.emit(E),this.form._events.next(new Y(this.control)),"dialog"===E?.target?.method}onReset(){this.resetForm()}resetForm(E=void 0){this.form.reset(E),this._submittedReactive.set(!1),this.form._events.next(new Ht(this.form))}_updateDomValue(){this.directives.forEach(E=>{const ut=E.control,pe=this.form.get(E.path);ut!==pe&&(Q(ut||null,E),(U=>U instanceof Xn)(pe)&&(ln(pe,E,this.callSetDisabledState),E.control=pe))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(E){const ut=this.form.get(E.path);ua(ut,E),ut.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(E){if(this.form){const ut=this.form.get(E.path);ut&&function ba(U,N){return dn(U,N)}(ut,E)&&ut.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){qe(this.form,this),this._oldForm&&dn(this._oldForm,this)}_checkFormPresent(){}static{this.\u0275fac=function(ut){return new(ut||U)(n.rXU(Kt,10),n.rXU(Jt,10),n.rXU(ga,8))}}static{this.\u0275dir=n.FsC({type:U,selectors:[["","formGroup",""]],hostBindings:function(ut,pe){1&ut&&n.bIt("submit",function(ra){return pe.onSubmit(ra)})("reset",function(){return pe.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[n.Jv_([u0]),n.Vt3,n.OA$]})}}return U})();const t0={provide:J,useExisting:(0,n.Rfq)(()=>Po),multi:!0};function Ro(U,N){return null==U?`${N}`:(N&&"object"==typeof N&&(N="Object"),`${U}: ${N}`.slice(0,50))}let Po=(()=>{class U extends st{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(E){this._compareWith=E}writeValue(E){this.value=E;const pe=Ro(this._getOptionId(E),E);this.setProperty("value",pe)}registerOnChange(E){this.onChange=ut=>{this.value=this._getOptionValue(ut),E(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(E){for(const ut of this._optionMap.keys())if(this._compareWith(this._optionMap.get(ut),E))return ut;return null}_getOptionValue(E){const ut=function B0(U){return U.split(":")[0]}(E);return this._optionMap.has(ut)?this._optionMap.get(ut):E}static{this.\u0275fac=(()=>{let E;return function(pe){return(E||(E=n.xGo(U)))(pe||U)}})()}static{this.\u0275dir=n.FsC({type:U,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(ut,pe){1&ut&&n.bIt("change",function(ra){return pe.onChange(ra.target.value)})("blur",function(){return pe.onTouched()})},inputs:{compareWith:"compareWith"},features:[n.Jv_([t0]),n.Vt3]})}}return U})(),V0=(()=>{class U{constructor(E,ut,pe){this._element=E,this._renderer=ut,this._select=pe,this._select&&(this.id=this._select._registerOption())}set ngValue(E){null!=this._select&&(this._select._optionMap.set(this.id,E),this._setElementValue(Ro(this.id,E)),this._select.writeValue(this._select.value))}set value(E){this._setElementValue(E),this._select&&this._select.writeValue(this._select.value)}_setElementValue(E){this._renderer.setProperty(this._element.nativeElement,"value",E)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static{this.\u0275fac=function(ut){return new(ut||U)(n.rXU(n.aKT),n.rXU(n.sFG),n.rXU(Po,9))}}static{this.\u0275dir=n.FsC({type:U,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}}return U})();const Q0={provide:J,useExisting:(0,n.Rfq)(()=>n0),multi:!0};function Fo(U,N){return null==U?`${N}`:("string"==typeof N&&(N=`'${N}'`),N&&"object"==typeof N&&(N="Object"),`${U}: ${N}`.slice(0,50))}let n0=(()=>{class U extends st{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(E){this._compareWith=E}writeValue(E){let ut;if(this.value=E,Array.isArray(E)){const pe=E.map(Rn=>this._getOptionId(Rn));ut=(Rn,ra)=>{Rn._setSelected(pe.indexOf(ra.toString())>-1)}}else ut=(pe,Rn)=>{pe._setSelected(!1)};this._optionMap.forEach(ut)}registerOnChange(E){this.onChange=ut=>{const pe=[],Rn=ut.selectedOptions;if(void 0!==Rn){const ra=Rn;for(let Do=0;Do<ra.length;Do++){const m0=this._getOptionValue(ra[Do].value);pe.push(m0)}}else{const ra=ut.options;for(let Do=0;Do<ra.length;Do++){const a0=ra[Do];if(a0.selected){const m0=this._getOptionValue(a0.value);pe.push(m0)}}}this.value=pe,E(pe)}}_registerOption(E){const ut=(this._idCounter++).toString();return this._optionMap.set(ut,E),ut}_getOptionId(E){for(const ut of this._optionMap.keys())if(this._compareWith(this._optionMap.get(ut)._value,E))return ut;return null}_getOptionValue(E){const ut=function U0(U){return U.split(":")[0]}(E);return this._optionMap.has(ut)?this._optionMap.get(ut)._value:E}static{this.\u0275fac=(()=>{let E;return function(pe){return(E||(E=n.xGo(U)))(pe||U)}})()}static{this.\u0275dir=n.FsC({type:U,selectors:[["select","multiple","","formControlName",""],["select","multiple","","formControl",""],["select","multiple","","ngModel",""]],hostBindings:function(ut,pe){1&ut&&n.bIt("change",function(ra){return pe.onChange(ra.target)})("blur",function(){return pe.onTouched()})},inputs:{compareWith:"compareWith"},features:[n.Jv_([Q0]),n.Vt3]})}}return U})(),Za=(()=>{class U{constructor(E,ut,pe){this._element=E,this._renderer=ut,this._select=pe,this._select&&(this.id=this._select._registerOption(this))}set ngValue(E){null!=this._select&&(this._value=E,this._setElementValue(Fo(this.id,E)),this._select.writeValue(this._select.value))}set value(E){this._select?(this._value=E,this._setElementValue(Fo(this.id,E)),this._select.writeValue(this._select.value)):this._setElementValue(E)}_setElementValue(E){this._renderer.setProperty(this._element.nativeElement,"value",E)}_setSelected(E){this._renderer.setProperty(this._element.nativeElement,"selected",E)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static{this.\u0275fac=function(ut){return new(ut||U)(n.rXU(n.aKT),n.rXU(n.sFG),n.rXU(n0,9))}}static{this.\u0275dir=n.FsC({type:U,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}})}}return U})();let Ka=(()=>{class U{constructor(){this._validator=re}ngOnChanges(E){if(this.inputName in E){const ut=this.normalizeInput(E[this.inputName].currentValue);this._enabled=this.enabled(ut),this._validator=this._enabled?this.createValidator(ut):re,this._onChange&&this._onChange()}}validate(E){return this._validator(E)}registerOnValidatorChange(E){this._onChange=E}enabled(E){return null!=E}static{this.\u0275fac=function(ut){return new(ut||U)}}static{this.\u0275dir=n.FsC({type:U,features:[n.OA$]})}}return U})();const No={provide:Kt,useExisting:(0,n.Rfq)(()=>co),multi:!0};let co=(()=>{class U extends Ka{constructor(){super(...arguments),this.inputName="min",this.normalizeInput=E=>function Pa(U){return"number"==typeof U?U:parseFloat(U)}(E),this.createValidator=E=>Et(E)}static{this.\u0275fac=(()=>{let E;return function(pe){return(E||(E=n.xGo(U)))(pe||U)}})()}static{this.\u0275dir=n.FsC({type:U,selectors:[["input","type","number","min","","formControlName",""],["input","type","number","min","","formControl",""],["input","type","number","min","","ngModel",""]],hostVars:1,hostBindings:function(ut,pe){2&ut&&n.BMQ("min",pe._enabled?pe.min:null)},inputs:{min:"min"},features:[n.Jv_([No]),n.Vt3]})}}return U})();const Z0={provide:Kt,useExisting:(0,n.Rfq)(()=>j0),multi:!0},q0={provide:Kt,useExisting:(0,n.Rfq)(()=>qa),multi:!0};let j0=(()=>{class U extends Ka{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=n.L39,this.createValidator=E=>It}enabled(E){return E}static{this.\u0275fac=(()=>{let E;return function(pe){return(E||(E=n.xGo(U)))(pe||U)}})()}static{this.\u0275dir=n.FsC({type:U,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(ut,pe){2&ut&&n.BMQ("required",pe._enabled?"":null)},inputs:{required:"required"},features:[n.Jv_([Z0]),n.Vt3]})}}return U})(),qa=(()=>{class U extends j0{constructor(){super(...arguments),this.createValidator=E=>xt}static{this.\u0275fac=(()=>{let E;return function(pe){return(E||(E=n.xGo(U)))(pe||U)}})()}static{this.\u0275dir=n.FsC({type:U,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(ut,pe){2&ut&&n.BMQ("required",pe._enabled?"":null)},features:[n.Jv_([q0]),n.Vt3]})}}return U})(),oo=(()=>{class U{static{this.\u0275fac=function(ut){return new(ut||U)}}static{this.\u0275mod=n.$C({type:U})}static{this.\u0275inj=n.G2t({})}}return U})(),T0=(()=>{class U{static withConfig(E){return{ngModule:U,providers:[{provide:ga,useValue:E.callSetDisabledState??Ba}]}}static{this.\u0275fac=function(ut){return new(ut||U)}}static{this.\u0275mod=n.$C({type:U})}static{this.\u0275inj=n.G2t({imports:[oo]})}}return U})(),A0=(()=>{class U{static withConfig(E){return{ngModule:U,providers:[{provide:Wo,useValue:E.warnOnNgModelWithFormControl??"always"},{provide:ga,useValue:E.callSetDisabledState??Ba}]}}static{this.\u0275fac=function(ut){return new(ut||U)}}static{this.\u0275mod=n.$C({type:U})}static{this.\u0275inj=n.G2t({imports:[oo]})}}return U})()},850:($e,Gt,c)=>{c.d(Gt,{$3:()=>ot,jL:()=>xe,pN:()=>Ze});var n=c(4438),i=c(6600),r=c(177),H=c(5478),g=c(7987),Z=c(8617),tt=c(6860),st=c(9969),J=c(8359),et=c(1413),mt=c(9030),Ot=c(7786),gt=c(7673),kt=c(3726),zt=c(1985),Xt=c(7336),pt=c(9327),Kt=c(6939),Jt=c(9417),fe=c(3719),Pt=c(9172),Et=c(5558),rt=c(5964),It=c(6354),xt=c(8141),dt=c(1986),Vt=c(6697),it=c(8203);const Bt=["panel"],re=["*"];function Ve(Ae,de){if(1&Ae){const q=n.RV6();n.j41(0,"div",1,0),n.bIt("@panelAnimation.done",function(Tt){n.eBV(q);const ie=n.XpG();return n.Njj(ie._animationDone.next(Tt))}),n.SdG(2),n.k0s()}if(2&Ae){const q=de.id,X=n.XpG();n.HbH(X._classList),n.AVh("mat-mdc-autocomplete-visible",X.showPanel)("mat-mdc-autocomplete-hidden",!X.showPanel)("mat-primary","primary"===X._color)("mat-accent","accent"===X._color)("mat-warn","warn"===X._color),n.Y8G("id",X.id)("@panelAnimation",X.isOpen?"visible":"hidden"),n.BMQ("aria-label",X.ariaLabel||null)("aria-labelledby",X._getPanelAriaLabelledby(q))}}const on=(0,st.hZ)("panelAnimation",[(0,st.wk)("void, hidden",(0,st.iF)({opacity:0,transform:"scaleY(0.8)"})),(0,st.kY)(":enter, hidden => visible",[(0,st.Os)([(0,st.i0)("0.03s linear",(0,st.iF)({opacity:1})),(0,st.i0)("0.12s cubic-bezier(0, 0, 0.2, 1)",(0,st.iF)({transform:"scaleY(1)"}))])]),(0,st.kY)(":leave, visible => hidden",[(0,st.i0)("0.075s linear",(0,st.iF)({opacity:0}))])]);let wn=0;class Fe{constructor(de,q){this.source=de,this.option=q}}const zn=new n.nKC("mat-autocomplete-default-options",{providedIn:"root",factory:function ht(){return{autoActiveFirstOption:!1,autoSelectActiveOption:!1,hideSingleSelectionIndicator:!1,requireSelection:!1}}});let ot=(()=>{class Ae{get isOpen(){return this._isOpen&&this.showPanel}_setColor(q){this._color=q,this._changeDetectorRef.markForCheck()}set classList(q){this._classList=q,this._elementRef.nativeElement.className=""}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(q){this._hideSingleSelectionIndicator=q,this._syncParentProperties()}_syncParentProperties(){if(this.options)for(const q of this.options)q._changeDetectorRef.markForCheck()}constructor(q,X,Tt,ie){this._changeDetectorRef=q,this._elementRef=X,this._defaults=Tt,this._activeOptionChanges=J.yU.EMPTY,this._animationDone=new n.bkB,this.showPanel=!1,this._isOpen=!1,this.displayWith=null,this.optionSelected=new n.bkB,this.opened=new n.bkB,this.closed=new n.bkB,this.optionActivated=new n.bkB,this.id="mat-autocomplete-"+wn++,this.inertGroups=ie?.SAFARI||!1,this.autoActiveFirstOption=!!Tt.autoActiveFirstOption,this.autoSelectActiveOption=!!Tt.autoSelectActiveOption,this.requireSelection=!!Tt.requireSelection,this._hideSingleSelectionIndicator=this._defaults.hideSingleSelectionIndicator??!1}ngAfterContentInit(){this._keyManager=new Z.Au(this.options).withWrap().skipPredicate(this._skipPredicate),this._activeOptionChanges=this._keyManager.change.subscribe(q=>{this.isOpen&&this.optionActivated.emit({source:this,option:this.options.toArray()[q]||null})}),this._setVisibility()}ngOnDestroy(){this._keyManager?.destroy(),this._activeOptionChanges.unsubscribe(),this._animationDone.complete()}_setScrollTop(q){this.panel&&(this.panel.nativeElement.scrollTop=q)}_getScrollTop(){return this.panel?this.panel.nativeElement.scrollTop:0}_setVisibility(){this.showPanel=!!this.options.length,this._changeDetectorRef.markForCheck()}_emitSelectEvent(q){const X=new Fe(this,q);this.optionSelected.emit(X)}_getPanelAriaLabelledby(q){return this.ariaLabel?null:this.ariaLabelledby?(q?q+" ":"")+this.ariaLabelledby:q}_skipPredicate(){return!1}static{this.\u0275fac=function(X){return new(X||Ae)(n.rXU(n.gRc),n.rXU(n.aKT),n.rXU(zn),n.rXU(tt.OD))}}static{this.\u0275cmp=n.VBU({type:Ae,selectors:[["mat-autocomplete"]],contentQueries:function(X,Tt,ie){if(1&X&&(n.wni(ie,i.wT,5),n.wni(ie,i.QC,5)),2&X){let yt;n.mGM(yt=n.lsd())&&(Tt.options=yt),n.mGM(yt=n.lsd())&&(Tt.optionGroups=yt)}},viewQuery:function(X,Tt){if(1&X&&(n.GBs(n.C4Q,7),n.GBs(Bt,5)),2&X){let ie;n.mGM(ie=n.lsd())&&(Tt.template=ie.first),n.mGM(ie=n.lsd())&&(Tt.panel=ie.first)}},hostAttrs:[1,"mat-mdc-autocomplete"],inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],displayWith:"displayWith",autoActiveFirstOption:[2,"autoActiveFirstOption","autoActiveFirstOption",n.L39],autoSelectActiveOption:[2,"autoSelectActiveOption","autoSelectActiveOption",n.L39],requireSelection:[2,"requireSelection","requireSelection",n.L39],panelWidth:"panelWidth",disableRipple:[2,"disableRipple","disableRipple",n.L39],classList:[0,"class","classList"],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",n.L39]},outputs:{optionSelected:"optionSelected",opened:"opened",closed:"closed",optionActivated:"optionActivated"},exportAs:["matAutocomplete"],standalone:!0,features:[n.Jv_([{provide:i.is,useExisting:Ae}]),n.GFd,n.aNF],ngContentSelectors:re,decls:1,vars:0,consts:[["panel",""],["role","listbox",1,"mat-mdc-autocomplete-panel","mdc-menu-surface","mdc-menu-surface--open",3,"id"]],template:function(X,Tt){1&X&&(n.NAR(),n.DNE(0,Ve,3,16,"ng-template"))},styles:["div.mat-mdc-autocomplete-panel{width:100%;max-height:256px;visibility:hidden;transform-origin:center top;overflow:auto;padding:8px 0;box-sizing:border-box;position:static;border-radius:var(--mat-autocomplete-container-shape, var(--mat-app-corner-extra-small));box-shadow:var(--mat-autocomplete-container-elevation-shadow);background-color:var(--mat-autocomplete-background-color, var(--mat-app-surface-container))}.cdk-high-contrast-active div.mat-mdc-autocomplete-panel{outline:solid 1px}.cdk-overlay-pane:not(.mat-mdc-autocomplete-panel-above) div.mat-mdc-autocomplete-panel{border-top-left-radius:0;border-top-right-radius:0}.mat-mdc-autocomplete-panel-above div.mat-mdc-autocomplete-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:center bottom}div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-visible{visibility:visible}div.mat-mdc-autocomplete-panel.mat-mdc-autocomplete-hidden{visibility:hidden;pointer-events:none}mat-autocomplete{display:none}"],encapsulation:2,data:{animation:[on]},changeDetection:0})}}return Ae})();const K={provide:Jt.kq,useExisting:(0,n.Rfq)(()=>Ze),multi:!0},lt=new n.nKC("mat-autocomplete-scroll-strategy",{providedIn:"root",factory:()=>{const Ae=(0,n.WQX)(g.hJ);return()=>Ae.scrollStrategies.reposition()}}),ke={provide:lt,deps:[g.hJ],useFactory:function Ut(Ae){return()=>Ae.scrollStrategies.reposition()}};let Ze=(()=>{class Ae{constructor(q,X,Tt,ie,yt,ne,Re,Xe,Oe,Ln,Ne){this._element=q,this._overlay=X,this._viewContainerRef=Tt,this._zone=ie,this._changeDetectorRef=yt,this._dir=Re,this._formField=Xe,this._document=Oe,this._viewportRuler=Ln,this._defaults=Ne,this._componentDestroyed=!1,this._manuallyFloatingLabel=!1,this._viewportSubscription=J.yU.EMPTY,this._breakpointObserver=(0,n.WQX)(pt.QP),this._handsetLandscapeSubscription=J.yU.EMPTY,this._canOpenOnNextFocus=!0,this._closeKeyEventStream=new et.B,this._windowBlurHandler=()=>{this._canOpenOnNextFocus=this._document.activeElement!==this._element.nativeElement||this.panelOpen},this._onChange=()=>{},this._onTouched=()=>{},this.position="auto",this.autocompleteAttribute="off",this._initialized=new et.B,this._injector=(0,n.WQX)(n.zZn),this._aboveClass="mat-mdc-autocomplete-panel-above",this._overlayAttached=!1,this.optionSelections=(0,mt.v)(()=>{const vt=this.autocomplete?this.autocomplete.options:null;return vt?vt.changes.pipe((0,Pt.Z)(vt),(0,Et.n)(()=>(0,Ot.h)(...vt.map(Wt=>Wt.onSelectionChange)))):this._initialized.pipe((0,Et.n)(()=>this.optionSelections))}),this._handlePanelKeydown=vt=>{(vt.keyCode===Xt._f&&!(0,Xt.rp)(vt)||vt.keyCode===Xt.i7&&(0,Xt.rp)(vt,"altKey"))&&(this._pendingAutoselectedOption&&(this._updateNativeInputValue(this._valueBeforeAutoSelection??""),this._pendingAutoselectedOption=null),this._closeKeyEventStream.next(),this._resetActiveItem(),vt.stopPropagation(),vt.preventDefault())},this._trackedModal=null,this._scrollStrategy=ne}ngAfterViewInit(){this._initialized.next(),this._initialized.complete();const q=this._getWindow();typeof q<"u"&&this._zone.runOutsideAngular(()=>q.addEventListener("blur",this._windowBlurHandler))}ngOnChanges(q){q.position&&this._positionStrategy&&(this._setStrategyPositions(this._positionStrategy),this.panelOpen&&this._overlayRef.updatePosition())}ngOnDestroy(){const q=this._getWindow();typeof q<"u"&&q.removeEventListener("blur",this._windowBlurHandler),this._handsetLandscapeSubscription.unsubscribe(),this._viewportSubscription.unsubscribe(),this._componentDestroyed=!0,this._destroyPanel(),this._closeKeyEventStream.complete(),this._clearFromModal()}get panelOpen(){return this._overlayAttached&&this.autocomplete.showPanel}openPanel(){this._openPanelInternal()}closePanel(){this._resetLabel(),this._overlayAttached&&(this.panelOpen&&this._zone.run(()=>{this.autocomplete.closed.emit()}),this.autocomplete._latestOpeningTrigger===this&&(this.autocomplete._isOpen=!1,this.autocomplete._latestOpeningTrigger=null),this._overlayAttached=!1,this._pendingAutoselectedOption=null,this._overlayRef&&this._overlayRef.hasAttached()&&(this._overlayRef.detach(),this._closingActionsSubscription.unsubscribe()),this._updatePanelState(),this._componentDestroyed||this._changeDetectorRef.detectChanges(),this._trackedModal&&(0,Z.Ae)(this._trackedModal,"aria-owns",this.autocomplete.id))}updatePosition(){this._overlayAttached&&this._overlayRef.updatePosition()}get panelClosingActions(){return(0,Ot.h)(this.optionSelections,this.autocomplete._keyManager.tabOut.pipe((0,rt.p)(()=>this._overlayAttached)),this._closeKeyEventStream,this._getOutsideClickStream(),this._overlayRef?this._overlayRef.detachments().pipe((0,rt.p)(()=>this._overlayAttached)):(0,gt.of)()).pipe((0,It.T)(q=>q instanceof i.MI?q:null))}get activeOption(){return this.autocomplete&&this.autocomplete._keyManager?this.autocomplete._keyManager.activeItem:null}_getOutsideClickStream(){return(0,Ot.h)((0,kt.R)(this._document,"click"),(0,kt.R)(this._document,"auxclick"),(0,kt.R)(this._document,"touchend")).pipe((0,rt.p)(q=>{const X=(0,tt.Fb)(q),Tt=this._formField?this._formField.getConnectedOverlayOrigin().nativeElement:null,ie=this.connectedTo?this.connectedTo.elementRef.nativeElement:null;return this._overlayAttached&&X!==this._element.nativeElement&&this._document.activeElement!==this._element.nativeElement&&(!Tt||!Tt.contains(X))&&(!ie||!ie.contains(X))&&!!this._overlayRef&&!this._overlayRef.overlayElement.contains(X)}))}writeValue(q){Promise.resolve(null).then(()=>this._assignOptionValue(q))}registerOnChange(q){this._onChange=q}registerOnTouched(q){this._onTouched=q}setDisabledState(q){this._element.nativeElement.disabled=q}_handleKeydown(q){const X=q.keyCode,Tt=(0,Xt.rp)(q);if(X===Xt._f&&!Tt&&q.preventDefault(),this._valueOnLastKeydown=this._element.nativeElement.value,this.activeOption&&X===Xt.Fm&&this.panelOpen&&!Tt)this.activeOption._selectViaInteraction(),this._resetActiveItem(),q.preventDefault();else if(this.autocomplete){const ie=this.autocomplete._keyManager.activeItem,yt=X===Xt.i7||X===Xt.n6;X===Xt.wn||yt&&!Tt&&this.panelOpen?this.autocomplete._keyManager.onKeydown(q):yt&&this._canOpen()&&this._openPanelInternal(this._valueOnLastKeydown),(yt||this.autocomplete._keyManager.activeItem!==ie)&&(this._scrollToOption(this.autocomplete._keyManager.activeItemIndex||0),this.autocomplete.autoSelectActiveOption&&this.activeOption&&(this._pendingAutoselectedOption||(this._valueBeforeAutoSelection=this._valueOnLastKeydown),this._pendingAutoselectedOption=this.activeOption,this._assignOptionValue(this.activeOption.value)))}}_handleInput(q){let X=q.target,Tt=X.value;if("number"===X.type&&(Tt=""==Tt?null:parseFloat(Tt)),this._previousValue!==Tt){if(this._previousValue=Tt,this._pendingAutoselectedOption=null,(!this.autocomplete||!this.autocomplete.requireSelection)&&this._onChange(Tt),Tt){if(this.panelOpen&&!this.autocomplete.requireSelection){const ie=this.autocomplete.options?.find(yt=>yt.selected);ie&&Tt!==this._getDisplayValue(ie.value)&&ie.deselect(!1)}}else this._clearPreviousSelectedOption(null,!1);if(this._canOpen()&&this._document.activeElement===q.target){const ie=this._valueOnLastKeydown??this._element.nativeElement.value;this._valueOnLastKeydown=null,this._openPanelInternal(ie)}}}_handleFocus(){this._canOpenOnNextFocus?this._canOpen()&&(this._previousValue=this._element.nativeElement.value,this._attachOverlay(this._previousValue),this._floatLabel(!0)):this._canOpenOnNextFocus=!0}_handleClick(){this._canOpen()&&!this.panelOpen&&this._openPanelInternal()}_floatLabel(q=!1){this._formField&&"auto"===this._formField.floatLabel&&(q?this._formField._animateAndLockLabel():this._formField.floatLabel="always",this._manuallyFloatingLabel=!0)}_resetLabel(){this._manuallyFloatingLabel&&(this._formField&&(this._formField.floatLabel="auto"),this._manuallyFloatingLabel=!1)}_subscribeToClosingActions(){const q=new zt.c(Tt=>{(0,n.mal)(()=>{Tt.next()},{injector:this._injector})}),X=this.autocomplete.options.changes.pipe((0,xt.M)(()=>this._positionStrategy.reapplyLastPosition()),(0,dt.c)(0));return(0,Ot.h)(q,X).pipe((0,Et.n)(()=>this._zone.run(()=>{const Tt=this.panelOpen;return this._resetActiveItem(),this._updatePanelState(),this._changeDetectorRef.detectChanges(),this.panelOpen&&this._overlayRef.updatePosition(),Tt!==this.panelOpen&&(this.panelOpen?this._emitOpened():this.autocomplete.closed.emit()),this.panelClosingActions})),(0,Vt.s)(1)).subscribe(Tt=>this._setValueAndClose(Tt))}_emitOpened(){this.autocomplete.opened.emit()}_destroyPanel(){this._overlayRef&&(this.closePanel(),this._overlayRef.dispose(),this._overlayRef=null)}_getDisplayValue(q){const X=this.autocomplete;return X&&X.displayWith?X.displayWith(q):q}_assignOptionValue(q){const X=this._getDisplayValue(q);null==q&&this._clearPreviousSelectedOption(null,!1),this._updateNativeInputValue(X??"")}_updateNativeInputValue(q){this._formField?this._formField._control.value=q:this._element.nativeElement.value=q,this._previousValue=q}_setValueAndClose(q){const X=this.autocomplete,Tt=q?q.source:this._pendingAutoselectedOption;Tt?(this._clearPreviousSelectedOption(Tt),this._assignOptionValue(Tt.value),this._onChange(Tt.value),X._emitSelectEvent(Tt),this._element.nativeElement.focus()):X.requireSelection&&this._element.nativeElement.value!==this._valueOnAttach&&(this._clearPreviousSelectedOption(null),this._assignOptionValue(null),X._animationDone?X._animationDone.pipe((0,Vt.s)(1)).subscribe(()=>this._onChange(null)):this._onChange(null)),this.closePanel()}_clearPreviousSelectedOption(q,X){this.autocomplete?.options?.forEach(Tt=>{Tt!==q&&Tt.selected&&Tt.deselect(X)})}_openPanelInternal(q=this._element.nativeElement.value){this._attachOverlay(q),this._floatLabel(),this._trackedModal&&(0,Z.px)(this._trackedModal,"aria-owns",this.autocomplete.id)}_attachOverlay(q){let X=this._overlayRef;X?(this._positionStrategy.setOrigin(this._getConnectedElement()),X.updateSize({width:this._getPanelWidth()})):(this._portal=new Kt.VA(this.autocomplete.template,this._viewContainerRef,{id:this._formField?.getLabelId()}),X=this._overlay.create(this._getOverlayConfig()),this._overlayRef=X,this._viewportSubscription=this._viewportRuler.change().subscribe(()=>{this.panelOpen&&X&&X.updateSize({width:this._getPanelWidth()})}),this._handsetLandscapeSubscription=this._breakpointObserver.observe(pt.Rp.HandsetLandscape).subscribe(ie=>{ie.matches?this._positionStrategy.withFlexibleDimensions(!0).withGrowAfterOpen(!0).withViewportMargin(8):this._positionStrategy.withFlexibleDimensions(!1).withGrowAfterOpen(!1).withViewportMargin(0)})),X&&!X.hasAttached()&&(X.attach(this._portal),this._valueOnAttach=q,this._valueOnLastKeydown=null,this._closingActionsSubscription=this._subscribeToClosingActions());const Tt=this.panelOpen;this.autocomplete._isOpen=this._overlayAttached=!0,this.autocomplete._latestOpeningTrigger=this,this.autocomplete._setColor(this._formField?.color),this._updatePanelState(),this._applyModalPanelOwnership(),this.panelOpen&&Tt!==this.panelOpen&&this._emitOpened()}_updatePanelState(){if(this.autocomplete._setVisibility(),this.panelOpen){const q=this._overlayRef;this._keydownSubscription||(this._keydownSubscription=q.keydownEvents().subscribe(this._handlePanelKeydown)),this._outsideClickSubscription||(this._outsideClickSubscription=q.outsidePointerEvents().subscribe())}else this._keydownSubscription?.unsubscribe(),this._outsideClickSubscription?.unsubscribe(),this._keydownSubscription=this._outsideClickSubscription=null}_getOverlayConfig(){return new g.rR({positionStrategy:this._getOverlayPosition(),scrollStrategy:this._scrollStrategy(),width:this._getPanelWidth(),direction:this._dir??void 0,panelClass:this._defaults?.overlayPanelClass})}_getOverlayPosition(){const q=this._overlay.position().flexibleConnectedTo(this._getConnectedElement()).withFlexibleDimensions(!1).withPush(!1);return this._setStrategyPositions(q),this._positionStrategy=q,q}_setStrategyPositions(q){const X=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],Tt=this._aboveClass,ie=[{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:Tt},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:Tt}];let yt;yt="above"===this.position?ie:"below"===this.position?X:[...X,...ie],q.withPositions(yt)}_getConnectedElement(){return this.connectedTo?this.connectedTo.elementRef:this._formField?this._formField.getConnectedOverlayOrigin():this._element}_getPanelWidth(){return this.autocomplete.panelWidth||this._getHostWidth()}_getHostWidth(){return this._getConnectedElement().nativeElement.getBoundingClientRect().width}_resetActiveItem(){const q=this.autocomplete;if(q.autoActiveFirstOption){let X=-1;for(let Tt=0;Tt<q.options.length;Tt++)if(!q.options.get(Tt).disabled){X=Tt;break}q._keyManager.setActiveItem(X)}else q._keyManager.setActiveItem(-1)}_canOpen(){const q=this._element.nativeElement;return!q.readOnly&&!q.disabled&&!this.autocompleteDisabled}_getWindow(){return this._document?.defaultView||window}_scrollToOption(q){const X=this.autocomplete,Tt=(0,i.jb)(q,X.options,X.optionGroups);if(0===q&&1===Tt)X._setScrollTop(0);else if(X.panel){const ie=X.options.toArray()[q];if(ie){const yt=ie._getHostElement(),ne=(0,i.TL)(yt.offsetTop,yt.offsetHeight,X._getScrollTop(),X.panel.nativeElement.offsetHeight);X._setScrollTop(ne)}}}_applyModalPanelOwnership(){const q=this._element.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!q)return;const X=this.autocomplete.id;this._trackedModal&&(0,Z.Ae)(this._trackedModal,"aria-owns",X),(0,Z.px)(q,"aria-owns",X),this._trackedModal=q}_clearFromModal(){this._trackedModal&&((0,Z.Ae)(this._trackedModal,"aria-owns",this.autocomplete.id),this._trackedModal=null)}static{this.\u0275fac=function(X){return new(X||Ae)(n.rXU(n.aKT),n.rXU(g.hJ),n.rXU(n.c1b),n.rXU(n.SKi),n.rXU(n.gRc),n.rXU(lt),n.rXU(it.dS,8),n.rXU(fe.xb,9),n.rXU(r.qQ,8),n.rXU(H.Xj),n.rXU(zn,8))}}static{this.\u0275dir=n.FsC({type:Ae,selectors:[["input","matAutocomplete",""],["textarea","matAutocomplete",""]],hostAttrs:[1,"mat-mdc-autocomplete-trigger"],hostVars:7,hostBindings:function(X,Tt){1&X&&n.bIt("focusin",function(){return Tt._handleFocus()})("blur",function(){return Tt._onTouched()})("input",function(yt){return Tt._handleInput(yt)})("keydown",function(yt){return Tt._handleKeydown(yt)})("click",function(){return Tt._handleClick()}),2&X&&n.BMQ("autocomplete",Tt.autocompleteAttribute)("role",Tt.autocompleteDisabled?null:"combobox")("aria-autocomplete",Tt.autocompleteDisabled?null:"list")("aria-activedescendant",Tt.panelOpen&&Tt.activeOption?Tt.activeOption.id:null)("aria-expanded",Tt.autocompleteDisabled?null:Tt.panelOpen.toString())("aria-controls",Tt.autocompleteDisabled||!Tt.panelOpen||null==Tt.autocomplete?null:Tt.autocomplete.id)("aria-haspopup",Tt.autocompleteDisabled?null:"listbox")},inputs:{autocomplete:[0,"matAutocomplete","autocomplete"],position:[0,"matAutocompletePosition","position"],connectedTo:[0,"matAutocompleteConnectedTo","connectedTo"],autocompleteAttribute:[0,"autocomplete","autocompleteAttribute"],autocompleteDisabled:[2,"matAutocompleteDisabled","autocompleteDisabled",n.L39]},exportAs:["matAutocompleteTrigger"],standalone:!0,features:[n.Jv_([K]),n.GFd,n.OA$]})}}return Ae})(),xe=(()=>{class Ae{static{this.\u0275fac=function(X){return new(X||Ae)}}static{this.\u0275mod=n.$C({type:Ae})}static{this.\u0275inj=n.G2t({providers:[ke],imports:[g.z_,i.Sy,i.yE,r.MD,H.Gj,i.Sy,i.yE]})}}return Ae})()},8834:($e,Gt,c)=>{c.d(Gt,{$z:()=>Et,Hl:()=>wn,It:()=>rt,Sr:()=>Vt,iY:()=>Ve,pQ:()=>on});var n=c(6860),i=c(4438),r=c(8617),H=c(6600);const g=["mat-button",""],Z=[[["",8,"material-icons",3,"iconPositionEnd",""],["mat-icon",3,"iconPositionEnd",""],["","matButtonIcon","",3,"iconPositionEnd",""]],"*",[["","iconPositionEnd","",8,"material-icons"],["mat-icon","iconPositionEnd",""],["","matButtonIcon","","iconPositionEnd",""]]],tt=[".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])","*",".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]"],J=".cdk-high-contrast-active .mat-mdc-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-unelevated-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-raised-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-outlined-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-icon-button{outline:solid 1px}",et=["mat-fab",""],gt=["mat-icon-button",""],kt=["*"],Xt=new i.nKC("MAT_BUTTON_CONFIG"),Kt=[{attribute:"mat-button",mdcClasses:["mdc-button","mat-mdc-button"]},{attribute:"mat-flat-button",mdcClasses:["mdc-button","mdc-button--unelevated","mat-mdc-unelevated-button"]},{attribute:"mat-raised-button",mdcClasses:["mdc-button","mdc-button--raised","mat-mdc-raised-button"]},{attribute:"mat-stroked-button",mdcClasses:["mdc-button","mdc-button--outlined","mat-mdc-outlined-button"]},{attribute:"mat-fab",mdcClasses:["mdc-fab","mat-mdc-fab-base","mat-mdc-fab"]},{attribute:"mat-mini-fab",mdcClasses:["mdc-fab","mat-mdc-fab-base","mdc-fab--mini","mat-mdc-mini-fab"]},{attribute:"mat-icon-button",mdcClasses:["mdc-icon-button","mat-mdc-icon-button"]}];let Jt=(()=>{class Fe{get ripple(){return this._rippleLoader?.getRipple(this._elementRef.nativeElement)}set ripple(ht){this._rippleLoader?.attachRipple(this._elementRef.nativeElement,ht)}get disableRipple(){return this._disableRipple}set disableRipple(ht){this._disableRipple=ht,this._updateRippleDisabled()}get disabled(){return this._disabled}set disabled(ht){this._disabled=ht,this._updateRippleDisabled()}constructor(ht,ot,_t,K){this._elementRef=ht,this._platform=ot,this._ngZone=_t,this._animationMode=K,this._focusMonitor=(0,i.WQX)(r.FN),this._rippleLoader=(0,i.WQX)(H.Ej),this._isFab=!1,this._disableRipple=!1,this._disabled=!1;const Lt=(0,i.WQX)(Xt,{optional:!0}),lt=ht.nativeElement,Ut=lt.classList;this.disabledInteractive=Lt?.disabledInteractive??!1,this.color=Lt?.color??null,this._rippleLoader?.configureRipple(lt,{className:"mat-mdc-button-ripple"});for(const{attribute:ke,mdcClasses:Ze}of Kt)lt.hasAttribute(ke)&&Ut.add(...Ze)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._rippleLoader?.destroyRipple(this._elementRef.nativeElement)}focus(ht="program",ot){ht?this._focusMonitor.focusVia(this._elementRef.nativeElement,ht,ot):this._elementRef.nativeElement.focus(ot)}_getAriaDisabled(){return null!=this.ariaDisabled?this.ariaDisabled:!(!this.disabled||!this.disabledInteractive)||null}_getDisabledAttribute(){return!(this.disabledInteractive||!this.disabled)||null}_updateRippleDisabled(){this._rippleLoader?.setDisabled(this._elementRef.nativeElement,this.disableRipple||this.disabled)}static{this.\u0275fac=function(ot){i.QTQ()}}static{this.\u0275dir=i.FsC({type:Fe,inputs:{color:"color",disableRipple:[2,"disableRipple","disableRipple",i.L39],disabled:[2,"disabled","disabled",i.L39],ariaDisabled:[2,"aria-disabled","ariaDisabled",i.L39],disabledInteractive:[2,"disabledInteractive","disabledInteractive",i.L39]},features:[i.GFd]})}}return Fe})(),Pt=(()=>{class Fe extends Jt{constructor(ht,ot,_t,K){super(ht,ot,_t,K),this._haltDisabledEvents=Lt=>{this.disabled&&(Lt.preventDefault(),Lt.stopImmediatePropagation())}}ngOnInit(){this._ngZone.runOutsideAngular(()=>{this._elementRef.nativeElement.addEventListener("click",this._haltDisabledEvents)})}ngOnDestroy(){super.ngOnDestroy(),this._elementRef.nativeElement.removeEventListener("click",this._haltDisabledEvents)}_getAriaDisabled(){return null==this.ariaDisabled?this.disabled:this.ariaDisabled}static{this.\u0275fac=function(ot){i.QTQ()}}static{this.\u0275dir=i.FsC({type:Fe,inputs:{tabIndex:[2,"tabIndex","tabIndex",ht=>null==ht?void 0:(0,i.Udg)(ht)]},features:[i.GFd,i.Vt3]})}}return Fe})(),Et=(()=>{class Fe extends Jt{constructor(ht,ot,_t,K){super(ht,ot,_t,K)}static{this.\u0275fac=function(ot){return new(ot||Fe)(i.rXU(i.aKT),i.rXU(n.OD),i.rXU(i.SKi),i.rXU(i.bc$,8))}}static{this.\u0275cmp=i.VBU({type:Fe,selectors:[["button","mat-button",""],["button","mat-raised-button",""],["button","mat-flat-button",""],["button","mat-stroked-button",""]],hostVars:14,hostBindings:function(ot,_t){2&ot&&(i.BMQ("disabled",_t._getDisabledAttribute())("aria-disabled",_t._getAriaDisabled()),i.HbH(_t.color?"mat-"+_t.color:""),i.AVh("mat-mdc-button-disabled",_t.disabled)("mat-mdc-button-disabled-interactive",_t.disabledInteractive)("_mat-animation-noopable","NoopAnimations"===_t._animationMode)("mat-unthemed",!_t.color)("mat-mdc-button-base",!0))},exportAs:["matButton"],standalone:!0,features:[i.Vt3,i.aNF],attrs:g,ngContentSelectors:tt,decls:7,vars:4,consts:[[1,"mat-mdc-button-persistent-ripple"],[1,"mdc-button__label"],[1,"mat-mdc-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(ot,_t){1&ot&&(i.NAR(Z),i.nrm(0,"span",0),i.SdG(1),i.j41(2,"span",1),i.SdG(3,1),i.k0s(),i.SdG(4,2),i.nrm(5,"span",2)(6,"span",3)),2&ot&&i.AVh("mdc-button__ripple",!_t._isFab)("mdc-fab__ripple",_t._isFab)},styles:['.mat-mdc-button-base{text-decoration:none}.mdc-button{-webkit-user-select:none;user-select:none;position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:rgba(0,0,0,0);padding:0 8px}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{cursor:default;pointer-events:none}.mdc-button[hidden]{display:none}.mdc-button .mdc-button__label{position:relative}.mat-mdc-button{padding:0 var(--mat-text-button-horizontal-padding, 8px);height:var(--mdc-text-button-container-height);font-family:var(--mdc-text-button-label-text-font, var(--mat-app-label-large-font));font-size:var(--mdc-text-button-label-text-size, var(--mat-app-label-large-size));letter-spacing:var(--mdc-text-button-label-text-tracking, var(--mat-app-label-large-tracking));text-transform:var(--mdc-text-button-label-text-transform);font-weight:var(--mdc-text-button-label-text-weight, var(--mat-app-label-large-weight))}.mat-mdc-button:has(.material-icons,mat-icon,[matButtonIcon]){padding:0 var(--mat-text-button-with-icon-horizontal-padding, 8px)}.mat-mdc-button>.mat-icon{margin-right:var(--mat-text-button-icon-spacing, 8px);margin-left:var(--mat-text-button-icon-offset, 0)}[dir=rtl] .mat-mdc-button>.mat-icon{margin-right:var(--mat-text-button-icon-offset, 0);margin-left:var(--mat-text-button-icon-spacing, 8px)}.mat-mdc-button .mdc-button__label+.mat-icon{margin-right:var(--mat-text-button-icon-offset, 0);margin-left:var(--mat-text-button-icon-spacing, 8px)}[dir=rtl] .mat-mdc-button .mdc-button__label+.mat-icon{margin-right:var(--mat-text-button-icon-spacing, 8px);margin-left:var(--mat-text-button-icon-offset, 0)}.mat-mdc-button .mat-ripple-element{background-color:var(--mat-text-button-ripple-color)}.mat-mdc-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-text-button-state-layer-color, var(--mat-app-primary))}.mat-mdc-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-text-button-disabled-state-layer-color, var(--mat-app-on-surface-variant))}.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-text-button-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-button.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-text-button-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-text-button-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity))}.mat-mdc-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%);display:var(--mat-text-button-touch-target-display)}.mat-mdc-button,.mat-mdc-button .mdc-button__ripple{border-radius:var(--mdc-text-button-container-shape, var(--mat-app-corner-full))}.mat-mdc-button:not(:disabled){color:var(--mdc-text-button-label-text-color, var(--mat-app-primary))}.mat-mdc-button[disabled],.mat-mdc-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mdc-text-button-disabled-label-text-color)}.mat-mdc-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-unelevated-button{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);padding:0 var(--mat-filled-button-horizontal-padding, 16px);height:var(--mdc-filled-button-container-height);font-family:var(--mdc-filled-button-label-text-font, var(--mat-app-label-large-font));font-size:var(--mdc-filled-button-label-text-size, var(--mat-app-label-large-size));letter-spacing:var(--mdc-filled-button-label-text-tracking, var(--mat-app-label-large-tracking));text-transform:var(--mdc-filled-button-label-text-transform);font-weight:var(--mdc-filled-button-label-text-weight, var(--mat-app-label-large-weight))}.mat-mdc-unelevated-button>.mat-icon{margin-right:var(--mat-filled-button-icon-spacing, 8px);margin-left:var(--mat-filled-button-icon-offset, -4px)}[dir=rtl] .mat-mdc-unelevated-button>.mat-icon{margin-right:var(--mat-filled-button-icon-offset, -4px);margin-left:var(--mat-filled-button-icon-spacing, 8px)}.mat-mdc-unelevated-button .mdc-button__label+.mat-icon{margin-right:var(--mat-filled-button-icon-offset, -4px);margin-left:var(--mat-filled-button-icon-spacing, 8px)}[dir=rtl] .mat-mdc-unelevated-button .mdc-button__label+.mat-icon{margin-right:var(--mat-filled-button-icon-spacing, 8px);margin-left:var(--mat-filled-button-icon-offset, -4px)}.mat-mdc-unelevated-button .mat-ripple-element{background-color:var(--mat-filled-button-ripple-color)}.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-filled-button-state-layer-color, var(--mat-app-on-primary))}.mat-mdc-unelevated-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-filled-button-disabled-state-layer-color, var(--mat-app-on-surface-variant))}.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-filled-button-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-filled-button-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-filled-button-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity))}.mat-mdc-unelevated-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%);display:var(--mat-filled-button-touch-target-display)}.mat-mdc-unelevated-button:not(:disabled){color:var(--mdc-filled-button-label-text-color, var(--mat-app-on-primary));background-color:var(--mdc-filled-button-container-color, var(--mat-app-primary))}.mat-mdc-unelevated-button,.mat-mdc-unelevated-button .mdc-button__ripple{border-radius:var(--mdc-filled-button-container-shape, var(--mat-app-corner-full))}.mat-mdc-unelevated-button[disabled],.mat-mdc-unelevated-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mdc-filled-button-disabled-label-text-color);background-color:var(--mdc-filled-button-disabled-container-color)}.mat-mdc-unelevated-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-raised-button{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);padding:0 var(--mat-protected-button-horizontal-padding, 16px);box-shadow:var(--mdc-protected-button-container-elevation-shadow, var(--mat-app-level1));height:var(--mdc-protected-button-container-height);font-family:var(--mdc-protected-button-label-text-font, var(--mat-app-label-large-font));font-size:var(--mdc-protected-button-label-text-size, var(--mat-app-label-large-size));letter-spacing:var(--mdc-protected-button-label-text-tracking, var(--mat-app-label-large-tracking));text-transform:var(--mdc-protected-button-label-text-transform);font-weight:var(--mdc-protected-button-label-text-weight, var(--mat-app-label-large-weight))}.mat-mdc-raised-button>.mat-icon{margin-right:var(--mat-protected-button-icon-spacing, 8px);margin-left:var(--mat-protected-button-icon-offset, -4px)}[dir=rtl] .mat-mdc-raised-button>.mat-icon{margin-right:var(--mat-protected-button-icon-offset, -4px);margin-left:var(--mat-protected-button-icon-spacing, 8px)}.mat-mdc-raised-button .mdc-button__label+.mat-icon{margin-right:var(--mat-protected-button-icon-offset, -4px);margin-left:var(--mat-protected-button-icon-spacing, 8px)}[dir=rtl] .mat-mdc-raised-button .mdc-button__label+.mat-icon{margin-right:var(--mat-protected-button-icon-spacing, 8px);margin-left:var(--mat-protected-button-icon-offset, -4px)}.mat-mdc-raised-button .mat-ripple-element{background-color:var(--mat-protected-button-ripple-color)}.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-protected-button-state-layer-color, var(--mat-app-primary))}.mat-mdc-raised-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-protected-button-disabled-state-layer-color, var(--mat-app-on-surface-variant))}.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-protected-button-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-protected-button-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-protected-button-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity))}.mat-mdc-raised-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%);display:var(--mat-protected-button-touch-target-display)}.mat-mdc-raised-button:not(:disabled){color:var(--mdc-protected-button-label-text-color, var(--mat-app-primary));background-color:var(--mdc-protected-button-container-color, var(--mat-app-surface))}.mat-mdc-raised-button,.mat-mdc-raised-button .mdc-button__ripple{border-radius:var(--mdc-protected-button-container-shape, var(--mat-app-corner-full))}.mat-mdc-raised-button:hover{box-shadow:var(--mdc-protected-button-hover-container-elevation-shadow, var(--mat-app-level2))}.mat-mdc-raised-button:focus{box-shadow:var(--mdc-protected-button-focus-container-elevation-shadow, var(--mat-app-level1))}.mat-mdc-raised-button:active,.mat-mdc-raised-button:focus:active{box-shadow:var(--mdc-protected-button-pressed-container-elevation-shadow, var(--mat-app-level1))}.mat-mdc-raised-button[disabled],.mat-mdc-raised-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mdc-protected-button-disabled-label-text-color);background-color:var(--mdc-protected-button-disabled-container-color)}.mat-mdc-raised-button[disabled].mat-mdc-button-disabled,.mat-mdc-raised-button.mat-mdc-button-disabled.mat-mdc-button-disabled{box-shadow:var(--mdc-protected-button-disabled-container-elevation-shadow, var(--mat-app-level0))}.mat-mdc-raised-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-outlined-button{border-style:solid;transition:border 280ms cubic-bezier(0.4, 0, 0.2, 1);padding:0 var(--mat-outlined-button-horizontal-padding, 15px);height:var(--mdc-outlined-button-container-height);font-family:var(--mdc-outlined-button-label-text-font, var(--mat-app-label-large-font));font-size:var(--mdc-outlined-button-label-text-size, var(--mat-app-label-large-size));letter-spacing:var(--mdc-outlined-button-label-text-tracking, var(--mat-app-label-large-tracking));text-transform:var(--mdc-outlined-button-label-text-transform);font-weight:var(--mdc-outlined-button-label-text-weight, var(--mat-app-label-large-weight));border-radius:var(--mdc-outlined-button-container-shape, var(--mat-app-corner-full));border-width:var(--mdc-outlined-button-outline-width)}.mat-mdc-outlined-button>.mat-icon{margin-right:var(--mat-outlined-button-icon-spacing, 8px);margin-left:var(--mat-outlined-button-icon-offset, -4px)}[dir=rtl] .mat-mdc-outlined-button>.mat-icon{margin-right:var(--mat-outlined-button-icon-offset, -4px);margin-left:var(--mat-outlined-button-icon-spacing, 8px)}.mat-mdc-outlined-button .mdc-button__label+.mat-icon{margin-right:var(--mat-outlined-button-icon-offset, -4px);margin-left:var(--mat-outlined-button-icon-spacing, 8px)}[dir=rtl] .mat-mdc-outlined-button .mdc-button__label+.mat-icon{margin-right:var(--mat-outlined-button-icon-spacing, 8px);margin-left:var(--mat-outlined-button-icon-offset, -4px)}.mat-mdc-outlined-button .mat-ripple-element{background-color:var(--mat-outlined-button-ripple-color)}.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-outlined-button-state-layer-color, var(--mat-app-primary))}.mat-mdc-outlined-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-outlined-button-disabled-state-layer-color, var(--mat-app-on-surface-variant))}.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-outlined-button-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-outlined-button-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-outlined-button-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity))}.mat-mdc-outlined-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%);display:var(--mat-outlined-button-touch-target-display)}.mat-mdc-outlined-button:not(:disabled){color:var(--mdc-outlined-button-label-text-color, var(--mat-app-primary));border-color:var(--mdc-outlined-button-outline-color, var(--mat-app-outline))}.mat-mdc-outlined-button[disabled],.mat-mdc-outlined-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mdc-outlined-button-disabled-label-text-color);border-color:var(--mdc-outlined-button-disabled-outline-color)}.mat-mdc-outlined-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-outlined-button .mdc-button__ripple{border-width:var(--mdc-outlined-button-outline-width);border-style:solid;border-color:rgba(0,0,0,0)}.mat-mdc-button,.mat-mdc-unelevated-button,.mat-mdc-raised-button,.mat-mdc-outlined-button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before{content:"";opacity:0}.mat-mdc-button .mdc-button__label,.mat-mdc-button .mat-icon,.mat-mdc-unelevated-button .mdc-button__label,.mat-mdc-unelevated-button .mat-icon,.mat-mdc-raised-button .mdc-button__label,.mat-mdc-raised-button .mat-icon,.mat-mdc-outlined-button .mdc-button__label,.mat-mdc-outlined-button .mat-icon{z-index:1;position:relative}.mat-mdc-button .mat-mdc-focus-indicator,.mat-mdc-unelevated-button .mat-mdc-focus-indicator,.mat-mdc-raised-button .mat-mdc-focus-indicator,.mat-mdc-outlined-button .mat-mdc-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute}.mat-mdc-button:focus .mat-mdc-focus-indicator::before,.mat-mdc-unelevated-button:focus .mat-mdc-focus-indicator::before,.mat-mdc-raised-button:focus .mat-mdc-focus-indicator::before,.mat-mdc-outlined-button:focus .mat-mdc-focus-indicator::before{content:""}.mat-mdc-button._mat-animation-noopable,.mat-mdc-unelevated-button._mat-animation-noopable,.mat-mdc-raised-button._mat-animation-noopable,.mat-mdc-outlined-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-button>.mat-icon,.mat-mdc-unelevated-button>.mat-icon,.mat-mdc-raised-button>.mat-icon,.mat-mdc-outlined-button>.mat-icon{display:inline-block;position:relative;vertical-align:top;font-size:1.125rem;height:1.125rem;width:1.125rem}.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mdc-button__ripple{top:-1px;left:-1px;bottom:-1px;right:-1px}.mat-mdc-unelevated-button .mat-mdc-focus-indicator::before,.mat-mdc-raised-button .mat-mdc-focus-indicator::before{margin:calc(calc(var(--mat-mdc-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-mdc-outlined-button .mat-mdc-focus-indicator::before{margin:calc(calc(var(--mat-mdc-focus-indicator-border-width, 3px) + 3px)*-1)}',".cdk-high-contrast-active .mat-mdc-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-unelevated-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-raised-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-outlined-button:not(.mdc-button--outlined),.cdk-high-contrast-active .mat-mdc-icon-button{outline:solid 1px}"],encapsulation:2,changeDetection:0})}}return Fe})(),rt=(()=>{class Fe extends Pt{constructor(ht,ot,_t,K){super(ht,ot,_t,K)}static{this.\u0275fac=function(ot){return new(ot||Fe)(i.rXU(i.aKT),i.rXU(n.OD),i.rXU(i.SKi),i.rXU(i.bc$,8))}}static{this.\u0275cmp=i.VBU({type:Fe,selectors:[["a","mat-button",""],["a","mat-raised-button",""],["a","mat-flat-button",""],["a","mat-stroked-button",""]],hostVars:15,hostBindings:function(ot,_t){2&ot&&(i.BMQ("disabled",_t._getDisabledAttribute())("tabindex",_t.disabled&&!_t.disabledInteractive?-1:_t.tabIndex)("aria-disabled",_t._getDisabledAttribute()),i.HbH(_t.color?"mat-"+_t.color:""),i.AVh("mat-mdc-button-disabled",_t.disabled)("mat-mdc-button-disabled-interactive",_t.disabledInteractive)("_mat-animation-noopable","NoopAnimations"===_t._animationMode)("mat-unthemed",!_t.color)("mat-mdc-button-base",!0))},exportAs:["matButton","matAnchor"],standalone:!0,features:[i.Vt3,i.aNF],attrs:g,ngContentSelectors:tt,decls:7,vars:4,consts:[[1,"mat-mdc-button-persistent-ripple"],[1,"mdc-button__label"],[1,"mat-mdc-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(ot,_t){1&ot&&(i.NAR(Z),i.nrm(0,"span",0),i.SdG(1),i.j41(2,"span",1),i.SdG(3,1),i.k0s(),i.SdG(4,2),i.nrm(5,"span",2)(6,"span",3)),2&ot&&i.AVh("mdc-button__ripple",!_t._isFab)("mdc-fab__ripple",_t._isFab)},styles:['.mat-mdc-button-base{text-decoration:none}.mdc-button{-webkit-user-select:none;user-select:none;position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:rgba(0,0,0,0);padding:0 8px}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{cursor:default;pointer-events:none}.mdc-button[hidden]{display:none}.mdc-button .mdc-button__label{position:relative}.mat-mdc-button{padding:0 var(--mat-text-button-horizontal-padding, 8px);height:var(--mdc-text-button-container-height);font-family:var(--mdc-text-button-label-text-font, var(--mat-app-label-large-font));font-size:var(--mdc-text-button-label-text-size, var(--mat-app-label-large-size));letter-spacing:var(--mdc-text-button-label-text-tracking, var(--mat-app-label-large-tracking));text-transform:var(--mdc-text-button-label-text-transform);font-weight:var(--mdc-text-button-label-text-weight, var(--mat-app-label-large-weight))}.mat-mdc-button:has(.material-icons,mat-icon,[matButtonIcon]){padding:0 var(--mat-text-button-with-icon-horizontal-padding, 8px)}.mat-mdc-button>.mat-icon{margin-right:var(--mat-text-button-icon-spacing, 8px);margin-left:var(--mat-text-button-icon-offset, 0)}[dir=rtl] .mat-mdc-button>.mat-icon{margin-right:var(--mat-text-button-icon-offset, 0);margin-left:var(--mat-text-button-icon-spacing, 8px)}.mat-mdc-button .mdc-button__label+.mat-icon{margin-right:var(--mat-text-button-icon-offset, 0);margin-left:var(--mat-text-button-icon-spacing, 8px)}[dir=rtl] .mat-mdc-button .mdc-button__label+.mat-icon{margin-right:var(--mat-text-button-icon-spacing, 8px);margin-left:var(--mat-text-button-icon-offset, 0)}.mat-mdc-button .mat-ripple-element{background-color:var(--mat-text-button-ripple-color)}.mat-mdc-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-text-button-state-layer-color, var(--mat-app-primary))}.mat-mdc-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-text-button-disabled-state-layer-color, var(--mat-app-on-surface-variant))}.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-text-button-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-button.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-text-button-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-text-button-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity))}.mat-mdc-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%);display:var(--mat-text-button-touch-target-display)}.mat-mdc-button,.mat-mdc-button .mdc-button__ripple{border-radius:var(--mdc-text-button-container-shape, var(--mat-app-corner-full))}.mat-mdc-button:not(:disabled){color:var(--mdc-text-button-label-text-color, var(--mat-app-primary))}.mat-mdc-button[disabled],.mat-mdc-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mdc-text-button-disabled-label-text-color)}.mat-mdc-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-unelevated-button{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);padding:0 var(--mat-filled-button-horizontal-padding, 16px);height:var(--mdc-filled-button-container-height);font-family:var(--mdc-filled-button-label-text-font, var(--mat-app-label-large-font));font-size:var(--mdc-filled-button-label-text-size, var(--mat-app-label-large-size));letter-spacing:var(--mdc-filled-button-label-text-tracking, var(--mat-app-label-large-tracking));text-transform:var(--mdc-filled-button-label-text-transform);font-weight:var(--mdc-filled-button-label-text-weight, var(--mat-app-label-large-weight))}.mat-mdc-unelevated-button>.mat-icon{margin-right:var(--mat-filled-button-icon-spacing, 8px);margin-left:var(--mat-filled-button-icon-offset, -4px)}[dir=rtl] .mat-mdc-unelevated-button>.mat-icon{margin-right:var(--mat-filled-button-icon-offset, -4px);margin-left:var(--mat-filled-button-icon-spacing, 8px)}.mat-mdc-unelevated-button .mdc-button__label+.mat-icon{margin-right:var(--mat-filled-button-icon-offset, -4px);margin-left:var(--mat-filled-button-icon-spacing, 8px)}[dir=rtl] .mat-mdc-unelevated-button .mdc-button__label+.mat-icon{margin-right:var(--mat-filled-button-icon-spacing, 8px);margin-left:var(--mat-filled-button-icon-offset, -4px)}.mat-mdc-unelevated-button .mat-ripple-element{background-color:var(--mat-filled-button-ripple-color)}.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-filled-button-state-layer-color, var(--mat-app-on-primary))}.mat-mdc-unelevated-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-filled-button-disabled-state-layer-color, var(--mat-app-on-surface-variant))}.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-filled-button-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-filled-button-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-filled-button-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity))}.mat-mdc-unelevated-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%);display:var(--mat-filled-button-touch-target-display)}.mat-mdc-unelevated-button:not(:disabled){color:var(--mdc-filled-button-label-text-color, var(--mat-app-on-primary));background-color:var(--mdc-filled-button-container-color, var(--mat-app-primary))}.mat-mdc-unelevated-button,.mat-mdc-unelevated-button .mdc-button__ripple{border-radius:var(--mdc-filled-button-container-shape, var(--mat-app-corner-full))}.mat-mdc-unelevated-button[disabled],.mat-mdc-unelevated-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mdc-filled-button-disabled-label-text-color);background-color:var(--mdc-filled-button-disabled-container-color)}.mat-mdc-unelevated-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-raised-button{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);padding:0 var(--mat-protected-button-horizontal-padding, 16px);box-shadow:var(--mdc-protected-button-container-elevation-shadow, var(--mat-app-level1));height:var(--mdc-protected-button-container-height);font-family:var(--mdc-protected-button-label-text-font, var(--mat-app-label-large-font));font-size:var(--mdc-protected-button-label-text-size, var(--mat-app-label-large-size));letter-spacing:var(--mdc-protected-button-label-text-tracking, var(--mat-app-label-large-tracking));text-transform:var(--mdc-protected-button-label-text-transform);font-weight:var(--mdc-protected-button-label-text-weight, var(--mat-app-label-large-weight))}.mat-mdc-raised-button>.mat-icon{margin-right:var(--mat-protected-button-icon-spacing, 8px);margin-left:var(--mat-protected-button-icon-offset, -4px)}[dir=rtl] .mat-mdc-raised-button>.mat-icon{margin-right:var(--mat-protected-button-icon-offset, -4px);margin-left:var(--mat-protected-button-icon-spacing, 8px)}.mat-mdc-raised-button .mdc-button__label+.mat-icon{margin-right:var(--mat-protected-button-icon-offset, -4px);margin-left:var(--mat-protected-button-icon-spacing, 8px)}[dir=rtl] .mat-mdc-raised-button .mdc-button__label+.mat-icon{margin-right:var(--mat-protected-button-icon-spacing, 8px);margin-left:var(--mat-protected-button-icon-offset, -4px)}.mat-mdc-raised-button .mat-ripple-element{background-color:var(--mat-protected-button-ripple-color)}.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-protected-button-state-layer-color, var(--mat-app-primary))}.mat-mdc-raised-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-protected-button-disabled-state-layer-color, var(--mat-app-on-surface-variant))}.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-protected-button-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-protected-button-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-protected-button-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity))}.mat-mdc-raised-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%);display:var(--mat-protected-button-touch-target-display)}.mat-mdc-raised-button:not(:disabled){color:var(--mdc-protected-button-label-text-color, var(--mat-app-primary));background-color:var(--mdc-protected-button-container-color, var(--mat-app-surface))}.mat-mdc-raised-button,.mat-mdc-raised-button .mdc-button__ripple{border-radius:var(--mdc-protected-button-container-shape, var(--mat-app-corner-full))}.mat-mdc-raised-button:hover{box-shadow:var(--mdc-protected-button-hover-container-elevation-shadow, var(--mat-app-level2))}.mat-mdc-raised-button:focus{box-shadow:var(--mdc-protected-button-focus-container-elevation-shadow, var(--mat-app-level1))}.mat-mdc-raised-button:active,.mat-mdc-raised-button:focus:active{box-shadow:var(--mdc-protected-button-pressed-container-elevation-shadow, var(--mat-app-level1))}.mat-mdc-raised-button[disabled],.mat-mdc-raised-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mdc-protected-button-disabled-label-text-color);background-color:var(--mdc-protected-button-disabled-container-color)}.mat-mdc-raised-button[disabled].mat-mdc-button-disabled,.mat-mdc-raised-button.mat-mdc-button-disabled.mat-mdc-button-disabled{box-shadow:var(--mdc-protected-button-disabled-container-elevation-shadow, var(--mat-app-level0))}.mat-mdc-raised-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-outlined-button{border-style:solid;transition:border 280ms cubic-bezier(0.4, 0, 0.2, 1);padding:0 var(--mat-outlined-button-horizontal-padding, 15px);height:var(--mdc-outlined-button-container-height);font-family:var(--mdc-outlined-button-label-text-font, var(--mat-app-label-large-font));font-size:var(--mdc-outlined-button-label-text-size, var(--mat-app-label-large-size));letter-spacing:var(--mdc-outlined-button-label-text-tracking, var(--mat-app-label-large-tracking));text-transform:var(--mdc-outlined-button-label-text-transform);font-weight:var(--mdc-outlined-button-label-text-weight, var(--mat-app-label-large-weight));border-radius:var(--mdc-outlined-button-container-shape, var(--mat-app-corner-full));border-width:var(--mdc-outlined-button-outline-width)}.mat-mdc-outlined-button>.mat-icon{margin-right:var(--mat-outlined-button-icon-spacing, 8px);margin-left:var(--mat-outlined-button-icon-offset, -4px)}[dir=rtl] .mat-mdc-outlined-button>.mat-icon{margin-right:var(--mat-outlined-button-icon-offset, -4px);margin-left:var(--mat-outlined-button-icon-spacing, 8px)}.mat-mdc-outlined-button .mdc-button__label+.mat-icon{margin-right:var(--mat-outlined-button-icon-offset, -4px);margin-left:var(--mat-outlined-button-icon-spacing, 8px)}[dir=rtl] .mat-mdc-outlined-button .mdc-button__label+.mat-icon{margin-right:var(--mat-outlined-button-icon-spacing, 8px);margin-left:var(--mat-outlined-button-icon-offset, -4px)}.mat-mdc-outlined-button .mat-ripple-element{background-color:var(--mat-outlined-button-ripple-color)}.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-outlined-button-state-layer-color, var(--mat-app-primary))}.mat-mdc-outlined-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-outlined-button-disabled-state-layer-color, var(--mat-app-on-surface-variant))}.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-outlined-button-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-outlined-button-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-outlined-button-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity))}.mat-mdc-outlined-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:0;right:0;transform:translateY(-50%);display:var(--mat-outlined-button-touch-target-display)}.mat-mdc-outlined-button:not(:disabled){color:var(--mdc-outlined-button-label-text-color, var(--mat-app-primary));border-color:var(--mdc-outlined-button-outline-color, var(--mat-app-outline))}.mat-mdc-outlined-button[disabled],.mat-mdc-outlined-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mdc-outlined-button-disabled-label-text-color);border-color:var(--mdc-outlined-button-disabled-outline-color)}.mat-mdc-outlined-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-outlined-button .mdc-button__ripple{border-width:var(--mdc-outlined-button-outline-width);border-style:solid;border-color:rgba(0,0,0,0)}.mat-mdc-button,.mat-mdc-unelevated-button,.mat-mdc-raised-button,.mat-mdc-outlined-button{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple,.mat-mdc-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-button .mat-mdc-button-ripple,.mat-mdc-unelevated-button .mat-mdc-button-ripple,.mat-mdc-raised-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-unelevated-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-raised-button .mat-mdc-button-persistent-ripple::before,.mat-mdc-outlined-button .mat-mdc-button-persistent-ripple::before{content:"";opacity:0}.mat-mdc-button .mdc-button__label,.mat-mdc-button .mat-icon,.mat-mdc-unelevated-button .mdc-button__label,.mat-mdc-unelevated-button .mat-icon,.mat-mdc-raised-button .mdc-button__label,.mat-mdc-raised-button .mat-icon,.mat-mdc-outlined-button .mdc-button__label,.mat-mdc-outlined-button .mat-icon{z-index:1;position:relative}.mat-mdc-button .mat-mdc-focus-indicator,.mat-mdc-unelevated-button .mat-mdc-focus-indicator,.mat-mdc-raised-button .mat-mdc-focus-indicator,.mat-mdc-outlined-button .mat-mdc-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute}.mat-mdc-button:focus .mat-mdc-focus-indicator::before,.mat-mdc-unelevated-button:focus .mat-mdc-focus-indicator::before,.mat-mdc-raised-button:focus .mat-mdc-focus-indicator::before,.mat-mdc-outlined-button:focus .mat-mdc-focus-indicator::before{content:""}.mat-mdc-button._mat-animation-noopable,.mat-mdc-unelevated-button._mat-animation-noopable,.mat-mdc-raised-button._mat-animation-noopable,.mat-mdc-outlined-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-button>.mat-icon,.mat-mdc-unelevated-button>.mat-icon,.mat-mdc-raised-button>.mat-icon,.mat-mdc-outlined-button>.mat-icon{display:inline-block;position:relative;vertical-align:top;font-size:1.125rem;height:1.125rem;width:1.125rem}.mat-mdc-outlined-button .mat-mdc-button-ripple,.mat-mdc-outlined-button .mdc-button__ripple{top:-1px;left:-1px;bottom:-1px;right:-1px}.mat-mdc-unelevated-button .mat-mdc-focus-indicator::before,.mat-mdc-raised-button .mat-mdc-focus-indicator::before{margin:calc(calc(var(--mat-mdc-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-mdc-outlined-button .mat-mdc-focus-indicator::before{margin:calc(calc(var(--mat-mdc-focus-indicator-border-width, 3px) + 3px)*-1)}',J],encapsulation:2,changeDetection:0})}}return Fe})();const It=new i.nKC("mat-mdc-fab-default-options",{providedIn:"root",factory:xt});function xt(){return{color:"accent"}}const dt=xt();let Vt=(()=>{class Fe extends Jt{constructor(ht,ot,_t,K,Lt){super(ht,ot,_t,K),this._options=Lt,this._isFab=!0,this._options=this._options||dt,this.color=this._options.color||dt.color}static{this.\u0275fac=function(ot){return new(ot||Fe)(i.rXU(i.aKT),i.rXU(n.OD),i.rXU(i.SKi),i.rXU(i.bc$,8),i.rXU(It,8))}}static{this.\u0275cmp=i.VBU({type:Fe,selectors:[["button","mat-fab",""]],hostVars:18,hostBindings:function(ot,_t){2&ot&&(i.BMQ("disabled",_t._getDisabledAttribute())("aria-disabled",_t._getAriaDisabled()),i.HbH(_t.color?"mat-"+_t.color:""),i.AVh("mat-mdc-button-disabled",_t.disabled)("mat-mdc-button-disabled-interactive",_t.disabledInteractive)("_mat-animation-noopable","NoopAnimations"===_t._animationMode)("mat-unthemed",!_t.color)("mat-mdc-button-base",!0)("mdc-fab--extended",_t.extended)("mat-mdc-extended-fab",_t.extended))},inputs:{extended:[2,"extended","extended",i.L39]},exportAs:["matButton"],standalone:!0,features:[i.GFd,i.Vt3,i.aNF],attrs:et,ngContentSelectors:tt,decls:7,vars:4,consts:[[1,"mat-mdc-button-persistent-ripple"],[1,"mdc-button__label"],[1,"mat-mdc-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(ot,_t){1&ot&&(i.NAR(Z),i.nrm(0,"span",0),i.SdG(1),i.j41(2,"span",1),i.SdG(3,1),i.k0s(),i.SdG(4,2),i.nrm(5,"span",2)(6,"span",3)),2&ot&&i.AVh("mdc-button__ripple",!_t._isFab)("mdc-fab__ripple",_t._isFab)},styles:['.mat-mdc-fab-base{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;user-select:none;position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:56px;height:56px;padding:0;border:none;fill:currentColor;text-decoration:none;cursor:pointer;-moz-appearance:none;-webkit-appearance:none;overflow:visible;transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1),opacity 15ms linear 30ms,transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);flex-shrink:0}.mat-mdc-fab-base .mat-mdc-button-ripple,.mat-mdc-fab-base .mat-mdc-button-persistent-ripple,.mat-mdc-fab-base .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-fab-base .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-fab-base .mat-mdc-button-persistent-ripple::before{content:"";opacity:0}.mat-mdc-fab-base .mdc-button__label,.mat-mdc-fab-base .mat-icon{z-index:1;position:relative}.mat-mdc-fab-base .mat-mdc-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute}.mat-mdc-fab-base:focus .mat-mdc-focus-indicator::before{content:""}.mat-mdc-fab-base._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-fab-base::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}.mat-mdc-fab-base[hidden]{display:none}.mat-mdc-fab-base::-moz-focus-inner{padding:0;border:0}.mat-mdc-fab-base:active,.mat-mdc-fab-base:focus{outline:none}.mat-mdc-fab-base:hover{cursor:pointer}.mat-mdc-fab-base>svg{width:100%}.mat-mdc-fab-base .mat-icon,.mat-mdc-fab-base .material-icons{transition:transform 180ms 90ms cubic-bezier(0, 0, 0.2, 1);fill:currentColor;will-change:transform}.mat-mdc-fab-base .mat-mdc-focus-indicator::before{margin:calc(calc(var(--mat-mdc-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-mdc-fab-base[disabled],.mat-mdc-fab-base.mat-mdc-button-disabled{cursor:default;pointer-events:none}.mat-mdc-fab-base[disabled],.mat-mdc-fab-base[disabled]:focus,.mat-mdc-fab-base.mat-mdc-button-disabled,.mat-mdc-fab-base.mat-mdc-button-disabled:focus{box-shadow:none}.mat-mdc-fab-base.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-fab{background-color:var(--mdc-fab-container-color, var(--mat-app-primary-container));border-radius:var(--mdc-fab-container-shape, var(--mat-app-corner-large));color:var(--mat-fab-foreground-color, var(--mat-app-on-primary-container, inherit));box-shadow:var(--mdc-fab-container-elevation-shadow, var(--mat-app-level3))}.mat-mdc-fab .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%);display:var(--mat-fab-touch-target-display)}.mat-mdc-fab .mat-ripple-element{background-color:var(--mat-fab-ripple-color)}.mat-mdc-fab .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-fab-state-layer-color, var(--mat-app-on-primary-container))}.mat-mdc-fab.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-fab-disabled-state-layer-color)}.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-fab.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity))}.mat-mdc-fab:hover{box-shadow:var(--mdc-fab-hover-container-elevation-shadow, var(--mat-app-level4))}.mat-mdc-fab:focus{box-shadow:var(--mdc-fab-focus-container-elevation-shadow, var(--mat-app-level3))}.mat-mdc-fab:active,.mat-mdc-fab:focus:active{box-shadow:var(--mdc-fab-pressed-container-elevation-shadow, var(--mat-app-level3))}.mat-mdc-fab[disabled],.mat-mdc-fab.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-fab-disabled-state-foreground-color);background-color:var(--mat-fab-disabled-state-container-color)}.mat-mdc-fab.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-mini-fab{width:40px;height:40px;background-color:var(--mdc-fab-small-container-color, var(--mat-app-primary-container));border-radius:var(--mdc-fab-small-container-shape, var(--mat-app-corner-medium));color:var(--mat-fab-small-foreground-color, var(--mat-app-on-primary-container, inherit));box-shadow:var(--mdc-fab-small-container-elevation-shadow, var(--mat-app-level3))}.mat-mdc-mini-fab .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%);display:var(--mat-fab-small-touch-target-display)}.mat-mdc-mini-fab .mat-ripple-element{background-color:var(--mat-fab-small-ripple-color)}.mat-mdc-mini-fab .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-fab-small-state-layer-color, var(--mat-app-on-primary-container))}.mat-mdc-mini-fab.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-fab-small-disabled-state-layer-color)}.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-small-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-mini-fab.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-small-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-fab-small-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity))}.mat-mdc-mini-fab:hover{box-shadow:var(--mdc-fab-small-hover-container-elevation-shadow, var(--mat-app-level4))}.mat-mdc-mini-fab:focus{box-shadow:var(--mdc-fab-small-focus-container-elevation-shadow, var(--mat-app-level3))}.mat-mdc-mini-fab:active,.mat-mdc-mini-fab:focus:active{box-shadow:var(--mdc-fab-small-pressed-container-elevation-shadow, var(--mat-app-level3))}.mat-mdc-mini-fab[disabled],.mat-mdc-mini-fab.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mat-fab-small-disabled-state-foreground-color);background-color:var(--mat-fab-small-disabled-state-container-color)}.mat-mdc-mini-fab.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-extended-fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;border-radius:24px;padding-left:20px;padding-right:20px;width:auto;max-width:100%;line-height:normal;box-shadow:var(--mdc-extended-fab-container-elevation-shadow, var(--mat-app-level3));height:var(--mdc-extended-fab-container-height);border-radius:var(--mdc-extended-fab-container-shape, var(--mat-app-corner-large));font-family:var(--mdc-extended-fab-label-text-font, var(--mat-app-label-large-font));font-size:var(--mdc-extended-fab-label-text-size, var(--mat-app-label-large-size));font-weight:var(--mdc-extended-fab-label-text-weight, var(--mat-app-label-large-weight));letter-spacing:var(--mdc-extended-fab-label-text-tracking, var(--mat-app-label-large-tracking))}.mat-mdc-extended-fab:hover{box-shadow:var(--mdc-extended-fab-hover-container-elevation-shadow, var(--mat-app-level4))}.mat-mdc-extended-fab:focus{box-shadow:var(--mdc-extended-fab-focus-container-elevation-shadow, var(--mat-app-level3))}.mat-mdc-extended-fab:active,.mat-mdc-extended-fab:focus:active{box-shadow:var(--mdc-extended-fab-pressed-container-elevation-shadow, var(--mat-app-level3))}.mat-mdc-extended-fab[disabled],.mat-mdc-extended-fab.mat-mdc-button-disabled{cursor:default;pointer-events:none}.mat-mdc-extended-fab[disabled],.mat-mdc-extended-fab[disabled]:focus,.mat-mdc-extended-fab.mat-mdc-button-disabled,.mat-mdc-extended-fab.mat-mdc-button-disabled:focus{box-shadow:none}.mat-mdc-extended-fab.mat-mdc-button-disabled-interactive{pointer-events:auto}[dir=rtl] .mat-mdc-extended-fab .mdc-button__label+.mat-icon,[dir=rtl] .mat-mdc-extended-fab .mdc-button__label+.material-icons,.mat-mdc-extended-fab>.mat-icon,.mat-mdc-extended-fab>.material-icons{margin-left:-8px;margin-right:12px}.mat-mdc-extended-fab .mdc-button__label+.mat-icon,.mat-mdc-extended-fab .mdc-button__label+.material-icons,[dir=rtl] .mat-mdc-extended-fab>.mat-icon,[dir=rtl] .mat-mdc-extended-fab>.material-icons{margin-left:12px;margin-right:-8px}.mat-mdc-extended-fab .mat-mdc-button-touch-target{width:100%}'],encapsulation:2,changeDetection:0})}}return Fe})(),Ve=(()=>{class Fe extends Jt{constructor(ht,ot,_t,K){super(ht,ot,_t,K),this._rippleLoader.configureRipple(this._elementRef.nativeElement,{centered:!0})}static{this.\u0275fac=function(ot){return new(ot||Fe)(i.rXU(i.aKT),i.rXU(n.OD),i.rXU(i.SKi),i.rXU(i.bc$,8))}}static{this.\u0275cmp=i.VBU({type:Fe,selectors:[["button","mat-icon-button",""]],hostVars:14,hostBindings:function(ot,_t){2&ot&&(i.BMQ("disabled",_t._getDisabledAttribute())("aria-disabled",_t._getAriaDisabled()),i.HbH(_t.color?"mat-"+_t.color:""),i.AVh("mat-mdc-button-disabled",_t.disabled)("mat-mdc-button-disabled-interactive",_t.disabledInteractive)("_mat-animation-noopable","NoopAnimations"===_t._animationMode)("mat-unthemed",!_t.color)("mat-mdc-button-base",!0))},exportAs:["matButton"],standalone:!0,features:[i.Vt3,i.aNF],attrs:gt,ngContentSelectors:kt,decls:4,vars:0,consts:[[1,"mat-mdc-button-persistent-ripple","mdc-icon-button__ripple"],[1,"mat-mdc-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(ot,_t){1&ot&&(i.NAR(),i.nrm(0,"span",0),i.SdG(1),i.nrm(2,"span",1)(3,"span",2))},styles:['.mat-mdc-icon-button{-webkit-user-select:none;user-select:none;display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;background-color:rgba(0,0,0,0);fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;z-index:0;overflow:visible;border-radius:50%;flex-shrink:0;text-align:center;width:var(--mdc-icon-button-state-layer-size, 48px);height:var(--mdc-icon-button-state-layer-size, 48px);padding:calc(calc(var(--mdc-icon-button-state-layer-size, 48px) - var(--mdc-icon-button-icon-size, 24px)) / 2);font-size:var(--mdc-icon-button-icon-size);color:var(--mdc-icon-button-icon-color, var(--mat-app-on-surface-variant));-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-icon-button[disabled],.mat-mdc-icon-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mdc-icon-button-disabled-icon-color)}.mat-mdc-icon-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-icon-button img,.mat-mdc-icon-button svg{width:var(--mdc-icon-button-icon-size);height:var(--mdc-icon-button-icon-size);vertical-align:baseline}.mat-mdc-icon-button .mat-mdc-button-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-icon-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{content:"";opacity:0}.mat-mdc-icon-button .mdc-button__label,.mat-mdc-icon-button .mat-icon{z-index:1;position:relative}.mat-mdc-icon-button .mat-mdc-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute}.mat-mdc-icon-button:focus .mat-mdc-focus-indicator::before{content:""}.mat-mdc-icon-button .mat-ripple-element{background-color:var(--mat-icon-button-ripple-color)}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-state-layer-color, var(--mat-app-on-surface-variant))}.mat-mdc-icon-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-disabled-state-layer-color, var(--mat-app-on-surface-variant))}.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity))}.mat-mdc-icon-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%);display:var(--mat-icon-button-touch-target-display)}.mat-mdc-icon-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple{border-radius:50%}.mat-mdc-icon-button[hidden]{display:none}.mat-mdc-icon-button.mat-unthemed:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):focus::before{background:rgba(0,0,0,0);opacity:1}',J],encapsulation:2,changeDetection:0})}}return Fe})(),on=(()=>{class Fe extends Pt{constructor(ht,ot,_t,K){super(ht,ot,_t,K)}static{this.\u0275fac=function(ot){return new(ot||Fe)(i.rXU(i.aKT),i.rXU(n.OD),i.rXU(i.SKi),i.rXU(i.bc$,8))}}static{this.\u0275cmp=i.VBU({type:Fe,selectors:[["a","mat-icon-button",""]],hostVars:15,hostBindings:function(ot,_t){2&ot&&(i.BMQ("disabled",_t._getDisabledAttribute())("tabindex",_t.disabled&&!_t.disabledInteractive?-1:_t.tabIndex)("aria-disabled",_t._getDisabledAttribute()),i.HbH(_t.color?"mat-"+_t.color:""),i.AVh("mat-mdc-button-disabled",_t.disabled)("mat-mdc-button-disabled-interactive",_t.disabledInteractive)("_mat-animation-noopable","NoopAnimations"===_t._animationMode)("mat-unthemed",!_t.color)("mat-mdc-button-base",!0))},exportAs:["matButton","matAnchor"],standalone:!0,features:[i.Vt3,i.aNF],attrs:gt,ngContentSelectors:kt,decls:4,vars:0,consts:[[1,"mat-mdc-button-persistent-ripple","mdc-icon-button__ripple"],[1,"mat-mdc-focus-indicator"],[1,"mat-mdc-button-touch-target"]],template:function(ot,_t){1&ot&&(i.NAR(),i.nrm(0,"span",0),i.SdG(1),i.nrm(2,"span",1)(3,"span",2))},styles:['.mat-mdc-icon-button{-webkit-user-select:none;user-select:none;display:inline-block;position:relative;box-sizing:border-box;border:none;outline:none;background-color:rgba(0,0,0,0);fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;z-index:0;overflow:visible;border-radius:50%;flex-shrink:0;text-align:center;width:var(--mdc-icon-button-state-layer-size, 48px);height:var(--mdc-icon-button-state-layer-size, 48px);padding:calc(calc(var(--mdc-icon-button-state-layer-size, 48px) - var(--mdc-icon-button-icon-size, 24px)) / 2);font-size:var(--mdc-icon-button-icon-size);color:var(--mdc-icon-button-icon-color, var(--mat-app-on-surface-variant));-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-icon-button[disabled],.mat-mdc-icon-button.mat-mdc-button-disabled{cursor:default;pointer-events:none;color:var(--mdc-icon-button-disabled-icon-color)}.mat-mdc-icon-button.mat-mdc-button-disabled-interactive{pointer-events:auto}.mat-mdc-icon-button img,.mat-mdc-icon-button svg{width:var(--mdc-icon-button-icon-size);height:var(--mdc-icon-button-icon-size);vertical-align:baseline}.mat-mdc-icon-button .mat-mdc-button-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple,.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-mdc-icon-button .mat-mdc-button-ripple{overflow:hidden}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{content:"";opacity:0}.mat-mdc-icon-button .mdc-button__label,.mat-mdc-icon-button .mat-icon{z-index:1;position:relative}.mat-mdc-icon-button .mat-mdc-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute}.mat-mdc-icon-button:focus .mat-mdc-focus-indicator::before{content:""}.mat-mdc-icon-button .mat-ripple-element{background-color:var(--mat-icon-button-ripple-color)}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-state-layer-color, var(--mat-app-on-surface-variant))}.mat-mdc-icon-button.mat-mdc-button-disabled .mat-mdc-button-persistent-ripple::before{background-color:var(--mat-icon-button-disabled-state-layer-color, var(--mat-app-on-surface-variant))}.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,.mat-mdc-icon-button.mat-mdc-button-disabled-interactive:focus .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before{opacity:var(--mat-icon-button-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity))}.mat-mdc-icon-button .mat-mdc-button-touch-target{position:absolute;top:50%;height:48px;left:50%;width:48px;transform:translate(-50%, -50%);display:var(--mat-icon-button-touch-target-display)}.mat-mdc-icon-button._mat-animation-noopable{transition:none !important;animation:none !important}.mat-mdc-icon-button .mat-mdc-button-persistent-ripple{border-radius:50%}.mat-mdc-icon-button[hidden]{display:none}.mat-mdc-icon-button.mat-unthemed:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-primary:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-accent:not(.mdc-ripple-upgraded):focus::before,.mat-mdc-icon-button.mat-warn:not(.mdc-ripple-upgraded):focus::before{background:rgba(0,0,0,0);opacity:1}',J],encapsulation:2,changeDetection:0})}}return Fe})(),wn=(()=>{class Fe{static{this.\u0275fac=function(ot){return new(ot||Fe)}}static{this.\u0275mod=i.$C({type:Fe})}static{this.\u0275inj=i.G2t({imports:[H.yE,H.pZ,H.yE]})}}return Fe})()},5596:($e,Gt,c)=>{c.d(Gt,{Hu:()=>xt,Lc:()=>kt,MM:()=>Xt,RN:()=>et,dh:()=>mt,kF:()=>Kt,m2:()=>gt});var n=c(4438),i=c(177),r=c(6600);const H=["*"],tt=[[["","mat-card-avatar",""],["","matCardAvatar",""]],[["mat-card-title"],["mat-card-subtitle"],["","mat-card-title",""],["","mat-card-subtitle",""],["","matCardTitle",""],["","matCardSubtitle",""]],"*"],st=["[mat-card-avatar], [matCardAvatar]","mat-card-title, mat-card-subtitle,\n      [mat-card-title], [mat-card-subtitle],\n      [matCardTitle], [matCardSubtitle]","*"],J=new n.nKC("MAT_CARD_CONFIG");let et=(()=>{class dt{constructor(it){this.appearance=it?.appearance||"raised"}static{this.\u0275fac=function(Bt){return new(Bt||dt)(n.rXU(J,8))}}static{this.\u0275cmp=n.VBU({type:dt,selectors:[["mat-card"]],hostAttrs:[1,"mat-mdc-card","mdc-card"],hostVars:4,hostBindings:function(Bt,re){2&Bt&&n.AVh("mat-mdc-card-outlined","outlined"===re.appearance)("mdc-card--outlined","outlined"===re.appearance)},inputs:{appearance:"appearance"},exportAs:["matCard"],standalone:!0,features:[n.aNF],ngContentSelectors:H,decls:1,vars:0,template:function(Bt,re){1&Bt&&(n.NAR(),n.SdG(0))},styles:['.mat-mdc-card{display:flex;flex-direction:column;box-sizing:border-box;position:relative;border-style:solid;border-width:0;background-color:var(--mdc-elevated-card-container-color, var(--mat-app-surface-container-low));border-color:var(--mdc-elevated-card-container-color, var(--mat-app-surface-container-low));border-radius:var(--mdc-elevated-card-container-shape, var(--mat-app-corner-medium));box-shadow:var(--mdc-elevated-card-container-elevation, var(--mat-app-level1))}.mat-mdc-card::after{position:absolute;top:0;left:0;width:100%;height:100%;border:solid 1px rgba(0,0,0,0);content:"";display:block;pointer-events:none;box-sizing:border-box;border-radius:var(--mdc-elevated-card-container-shape, var(--mat-app-corner-medium))}.mat-mdc-card-outlined{background-color:var(--mdc-outlined-card-container-color, var(--mat-app-surface));border-radius:var(--mdc-outlined-card-container-shape, var(--mat-app-corner-medium));border-width:var(--mdc-outlined-card-outline-width);border-color:var(--mdc-outlined-card-outline-color, var(--mat-app-outline-variant));box-shadow:var(--mdc-outlined-card-container-elevation, var(--mat-app-level0))}.mat-mdc-card-outlined::after{border:none}.mdc-card__media{position:relative;box-sizing:border-box;background-repeat:no-repeat;background-position:center;background-size:cover}.mdc-card__media::before{display:block;content:""}.mdc-card__media:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.mdc-card__media:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.mat-mdc-card-actions{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;min-height:52px;padding:8px}.mat-mdc-card-title{font-family:var(--mat-card-title-text-font, var(--mat-app-title-large-font));line-height:var(--mat-card-title-text-line-height, var(--mat-app-title-large-line-height));font-size:var(--mat-card-title-text-size, var(--mat-app-title-large-size));letter-spacing:var(--mat-card-title-text-tracking, var(--mat-app-title-large-tracking));font-weight:var(--mat-card-title-text-weight, var(--mat-app-title-large-weight))}.mat-mdc-card-subtitle{color:var(--mat-card-subtitle-text-color, var(--mat-app-on-surface));font-family:var(--mat-card-subtitle-text-font, var(--mat-app-title-medium-font));line-height:var(--mat-card-subtitle-text-line-height, var(--mat-app-title-medium-line-height));font-size:var(--mat-card-subtitle-text-size, var(--mat-app-title-medium-size));letter-spacing:var(--mat-card-subtitle-text-tracking, var(--mat-app-title-medium-tracking));font-weight:var(--mat-card-subtitle-text-weight, var(--mat-app-title-medium-weight))}.mat-mdc-card-title,.mat-mdc-card-subtitle{display:block;margin:0}.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-title,.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-subtitle{padding:16px 16px 0}.mat-mdc-card-header{display:flex;padding:16px 16px 0}.mat-mdc-card-content{display:block;padding:0 16px}.mat-mdc-card-content:first-child{padding-top:16px}.mat-mdc-card-content:last-child{padding-bottom:16px}.mat-mdc-card-title-group{display:flex;justify-content:space-between;width:100%}.mat-mdc-card-avatar{height:40px;width:40px;border-radius:50%;flex-shrink:0;margin-bottom:16px;object-fit:cover}.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-subtitle,.mat-mdc-card-avatar~.mat-mdc-card-header-text .mat-mdc-card-title{line-height:normal}.mat-mdc-card-sm-image{width:80px;height:80px}.mat-mdc-card-md-image{width:112px;height:112px}.mat-mdc-card-lg-image{width:152px;height:152px}.mat-mdc-card-xl-image{width:240px;height:240px}.mat-mdc-card-subtitle~.mat-mdc-card-title,.mat-mdc-card-title~.mat-mdc-card-subtitle,.mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-title,.mat-mdc-card-header .mat-mdc-card-header-text .mat-mdc-card-subtitle,.mat-mdc-card-title-group .mat-mdc-card-title,.mat-mdc-card-title-group .mat-mdc-card-subtitle{padding-top:0}.mat-mdc-card-content>:last-child:not(.mat-mdc-card-footer){margin-bottom:0}.mat-mdc-card-actions-align-end{justify-content:flex-end}'],encapsulation:2,changeDetection:0})}}return dt})(),mt=(()=>{class dt{static{this.\u0275fac=function(Bt){return new(Bt||dt)}}static{this.\u0275dir=n.FsC({type:dt,selectors:[["mat-card-title"],["","mat-card-title",""],["","matCardTitle",""]],hostAttrs:[1,"mat-mdc-card-title"],standalone:!0})}}return dt})(),gt=(()=>{class dt{static{this.\u0275fac=function(Bt){return new(Bt||dt)}}static{this.\u0275dir=n.FsC({type:dt,selectors:[["mat-card-content"]],hostAttrs:[1,"mat-mdc-card-content"],standalone:!0})}}return dt})(),kt=(()=>{class dt{static{this.\u0275fac=function(Bt){return new(Bt||dt)}}static{this.\u0275dir=n.FsC({type:dt,selectors:[["mat-card-subtitle"],["","mat-card-subtitle",""],["","matCardSubtitle",""]],hostAttrs:[1,"mat-mdc-card-subtitle"],standalone:!0})}}return dt})(),Xt=(()=>{class dt{static{this.\u0275fac=function(Bt){return new(Bt||dt)}}static{this.\u0275cmp=n.VBU({type:dt,selectors:[["mat-card-header"]],hostAttrs:[1,"mat-mdc-card-header"],standalone:!0,features:[n.aNF],ngContentSelectors:st,decls:4,vars:0,consts:[[1,"mat-mdc-card-header-text"]],template:function(Bt,re){1&Bt&&(n.NAR(tt),n.SdG(0),n.j41(1,"div",0),n.SdG(2,1),n.k0s(),n.SdG(3,2))},encapsulation:2,changeDetection:0})}}return dt})(),Kt=(()=>{class dt{static{this.\u0275fac=function(Bt){return new(Bt||dt)}}static{this.\u0275dir=n.FsC({type:dt,selectors:[["","mat-card-image",""],["","matCardImage",""]],hostAttrs:[1,"mat-mdc-card-image","mdc-card__media"],standalone:!0})}}return dt})(),xt=(()=>{class dt{static{this.\u0275fac=function(Bt){return new(Bt||dt)}}static{this.\u0275mod=n.$C({type:dt})}static{this.\u0275inj=n.G2t({imports:[r.yE,i.MD,r.yE]})}}return dt})()},6600:($e,Gt,c)=>{c.d(Gt,{r5:()=>Pt,ed:()=>Et,MJ:()=>_t,es:()=>q,de:()=>K,Ju:()=>ht,QC:()=>kn,is:()=>mn,$E:()=>tn,yE:()=>xt,Np:()=>yt,wT:()=>rn,Sy:()=>jn,MI:()=>De,wg:()=>Be,O5:()=>Ge,r6:()=>jt,Ej:()=>Ie,pZ:()=>Ce,ug:()=>ce,X0:()=>wn,tO:()=>sn,jb:()=>je,TL:()=>Tn,aw:()=>Ae});var n=c(4438),i=c(8617),r=c(8203),g=c(177),Z=c(6860),tt=c(4085),st=c(1413),J=c(7336);const Ot=["text"],gt=[[["mat-icon"]],"*"],kt=["mat-icon","*"];function zt(ge,Me){if(1&ge&&n.nrm(0,"mat-pseudo-checkbox",1),2&ge){const Ct=n.XpG();n.Y8G("disabled",Ct.disabled)("state",Ct.selected?"checked":"unchecked")}}function Xt(ge,Me){if(1&ge&&n.nrm(0,"mat-pseudo-checkbox",3),2&ge){const Ct=n.XpG();n.Y8G("disabled",Ct.disabled)}}function pt(ge,Me){if(1&ge&&(n.j41(0,"span",4),n.EFF(1),n.k0s()),2&ge){const Ct=n.XpG();n.R7$(),n.SpI("(",Ct.group.label,")")}}const Kt=["mat-internal-form-field",""],Jt=["*"];let Pt=(()=>{class ge{static{this.STANDARD_CURVE="cubic-bezier(0.4,0.0,0.2,1)"}static{this.DECELERATION_CURVE="cubic-bezier(0.0,0.0,0.2,1)"}static{this.ACCELERATION_CURVE="cubic-bezier(0.4,0.0,1,1)"}static{this.SHARP_CURVE="cubic-bezier(0.4,0.0,0.6,1)"}}return ge})(),Et=(()=>{class ge{static{this.COMPLEX="375ms"}static{this.ENTERING="225ms"}static{this.EXITING="195ms"}}return ge})();const It=new n.nKC("mat-sanity-checks",{providedIn:"root",factory:function rt(){return!0}});let xt=(()=>{class ge{constructor(Ct,me,Nt){this._sanityChecks=me,this._document=Nt,this._hasDoneGlobalChecks=!1,Ct._applyBodyHighContrastModeCssClasses(),this._hasDoneGlobalChecks||(this._hasDoneGlobalChecks=!0)}_checkIsEnabled(Ct){return!(0,Z.v8)()&&("boolean"==typeof this._sanityChecks?this._sanityChecks:!!this._sanityChecks[Ct])}static{this.\u0275fac=function(me){return new(me||ge)(n.KVO(i.Q_),n.KVO(It,8),n.KVO(g.qQ))}}static{this.\u0275mod=n.$C({type:ge})}static{this.\u0275inj=n.G2t({imports:[r.jI,r.jI]})}}return ge})();class wn{constructor(Me,Ct,me,Nt,Ft){this._defaultMatcher=Me,this.ngControl=Ct,this._parentFormGroup=me,this._parentForm=Nt,this._stateChanges=Ft,this.errorState=!1}updateErrorState(){const Me=this.errorState,Ct=this._parentFormGroup||this._parentForm,me=this.matcher||this._defaultMatcher,Nt=this.ngControl?this.ngControl.control:null,Ft=me?.isErrorState(Nt,Ct)??!1;Ft!==Me&&(this.errorState=Ft,this._stateChanges.next())}}const ht=new n.nKC("MAT_DATE_LOCALE",{providedIn:"root",factory:function ot(){return(0,n.WQX)(n.xe9)}});class _t{constructor(){this._localeChanges=new st.B,this.localeChanges=this._localeChanges}getValidDateOrNull(Me){return this.isDateInstance(Me)&&this.isValid(Me)?Me:null}deserialize(Me){return null==Me||this.isDateInstance(Me)&&this.isValid(Me)?Me:this.invalid()}setLocale(Me){this.locale=Me,this._localeChanges.next()}compareDate(Me,Ct){return this.getYear(Me)-this.getYear(Ct)||this.getMonth(Me)-this.getMonth(Ct)||this.getDate(Me)-this.getDate(Ct)}sameDate(Me,Ct){if(Me&&Ct){let me=this.isValid(Me),Nt=this.isValid(Ct);return me&&Nt?!this.compareDate(Me,Ct):me==Nt}return Me==Ct}clampDate(Me,Ct,me){return Ct&&this.compareDate(Me,Ct)<0?Ct:me&&this.compareDate(Me,me)>0?me:Me}}const K=new n.nKC("mat-date-formats"),Lt=/^\d{4}-\d{2}-\d{2}(?:T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))?)?$/;function lt(ge,Me){const Ct=Array(ge);for(let me=0;me<ge;me++)Ct[me]=Me(me);return Ct}let Ut=(()=>{class ge extends _t{constructor(Ct){super(),this.useUtcForDisplay=!1,this._matDateLocale=(0,n.WQX)(ht,{optional:!0}),void 0!==Ct&&(this._matDateLocale=Ct),super.setLocale(this._matDateLocale)}getYear(Ct){return Ct.getFullYear()}getMonth(Ct){return Ct.getMonth()}getDate(Ct){return Ct.getDate()}getDayOfWeek(Ct){return Ct.getDay()}getMonthNames(Ct){const me=new Intl.DateTimeFormat(this.locale,{month:Ct,timeZone:"utc"});return lt(12,Nt=>this._format(me,new Date(2017,Nt,1)))}getDateNames(){const Ct=new Intl.DateTimeFormat(this.locale,{day:"numeric",timeZone:"utc"});return lt(31,me=>this._format(Ct,new Date(2017,0,me+1)))}getDayOfWeekNames(Ct){const me=new Intl.DateTimeFormat(this.locale,{weekday:Ct,timeZone:"utc"});return lt(7,Nt=>this._format(me,new Date(2017,0,Nt+1)))}getYearName(Ct){const me=new Intl.DateTimeFormat(this.locale,{year:"numeric",timeZone:"utc"});return this._format(me,Ct)}getFirstDayOfWeek(){if(typeof Intl<"u"&&Intl.Locale){const Ct=new Intl.Locale(this.locale),me=(Ct.getWeekInfo?.()||Ct.weekInfo)?.firstDay??0;return 7===me?0:me}return 0}getNumDaysInMonth(Ct){return this.getDate(this._createDateWithOverflow(this.getYear(Ct),this.getMonth(Ct)+1,0))}clone(Ct){return new Date(Ct.getTime())}createDate(Ct,me,Nt){let Ft=this._createDateWithOverflow(Ct,me,Nt);return Ft.getMonth(),Ft}today(){return new Date}parse(Ct,me){return"number"==typeof Ct?new Date(Ct):Ct?new Date(Date.parse(Ct)):null}format(Ct,me){if(!this.isValid(Ct))throw Error("NativeDateAdapter: Cannot format invalid date.");const Nt=new Intl.DateTimeFormat(this.locale,{...me,timeZone:"utc"});return this._format(Nt,Ct)}addCalendarYears(Ct,me){return this.addCalendarMonths(Ct,12*me)}addCalendarMonths(Ct,me){let Nt=this._createDateWithOverflow(this.getYear(Ct),this.getMonth(Ct)+me,this.getDate(Ct));return this.getMonth(Nt)!=((this.getMonth(Ct)+me)%12+12)%12&&(Nt=this._createDateWithOverflow(this.getYear(Nt),this.getMonth(Nt),0)),Nt}addCalendarDays(Ct,me){return this._createDateWithOverflow(this.getYear(Ct),this.getMonth(Ct),this.getDate(Ct)+me)}toIso8601(Ct){return[Ct.getUTCFullYear(),this._2digit(Ct.getUTCMonth()+1),this._2digit(Ct.getUTCDate())].join("-")}deserialize(Ct){if("string"==typeof Ct){if(!Ct)return null;if(Lt.test(Ct)){let me=new Date(Ct);if(this.isValid(me))return me}}return super.deserialize(Ct)}isDateInstance(Ct){return Ct instanceof Date}isValid(Ct){return!isNaN(Ct.getTime())}invalid(){return new Date(NaN)}_createDateWithOverflow(Ct,me,Nt){const Ft=new Date;return Ft.setFullYear(Ct,me,Nt),Ft.setHours(0,0,0,0),Ft}_2digit(Ct){return("00"+Ct).slice(-2)}_format(Ct,me){const Nt=new Date;return Nt.setUTCFullYear(me.getFullYear(),me.getMonth(),me.getDate()),Nt.setUTCHours(me.getHours(),me.getMinutes(),me.getSeconds(),me.getMilliseconds()),Ct.format(Nt)}static{this.\u0275fac=function(me){return new(me||ge)(n.KVO(ht,8))}}static{this.\u0275prov=n.jDH({token:ge,factory:ge.\u0275fac})}}return ge})();const ke={parse:{dateInput:null},display:{dateInput:{year:"numeric",month:"numeric",day:"numeric"},monthYearLabel:{year:"numeric",month:"short"},dateA11yLabel:{year:"numeric",month:"long",day:"numeric"},monthYearA11yLabel:{year:"numeric",month:"long"}}};function Ae(ge=ke){return[{provide:_t,useClass:Ut},{provide:K,useValue:ge}]}let q=(()=>{class ge{isErrorState(Ct,me){return!!(Ct&&Ct.invalid&&(Ct.touched||me&&me.submitted))}static{this.\u0275fac=function(me){return new(me||ge)}}static{this.\u0275prov=n.jDH({token:ge,factory:ge.\u0275fac,providedIn:"root"})}}return ge})(),yt=(()=>{class ge{static{this.\u0275fac=function(me){return new(me||ge)}}static{this.\u0275mod=n.$C({type:ge})}static{this.\u0275inj=n.G2t({imports:[xt,xt]})}}return ge})();var ne=function(ge){return ge[ge.FADING_IN=0]="FADING_IN",ge[ge.VISIBLE=1]="VISIBLE",ge[ge.FADING_OUT=2]="FADING_OUT",ge[ge.HIDDEN=3]="HIDDEN",ge}(ne||{});class Re{constructor(Me,Ct,me,Nt=!1){this._renderer=Me,this.element=Ct,this.config=me,this._animationForciblyDisabledThroughCss=Nt,this.state=ne.HIDDEN}fadeOut(){this._renderer.fadeOutRipple(this)}}const Xe=(0,Z.BQ)({passive:!0,capture:!0});class Oe{constructor(){this._events=new Map,this._delegateEventHandler=Me=>{const Ct=(0,Z.Fb)(Me);Ct&&this._events.get(Me.type)?.forEach((me,Nt)=>{(Nt===Ct||Nt.contains(Ct))&&me.forEach(Ft=>Ft.handleEvent(Me))})}}addHandler(Me,Ct,me,Nt){const Ft=this._events.get(Ct);if(Ft){const ft=Ft.get(me);ft?ft.add(Nt):Ft.set(me,new Set([Nt]))}else this._events.set(Ct,new Map([[me,new Set([Nt])]])),Me.runOutsideAngular(()=>{document.addEventListener(Ct,this._delegateEventHandler,Xe)})}removeHandler(Me,Ct,me){const Nt=this._events.get(Me);if(!Nt)return;const Ft=Nt.get(Ct);Ft&&(Ft.delete(me),0===Ft.size&&Nt.delete(Ct),0===Nt.size&&(this._events.delete(Me),document.removeEventListener(Me,this._delegateEventHandler,Xe)))}}const Ln={enterDuration:225,exitDuration:150},vt=(0,Z.BQ)({passive:!0,capture:!0}),Wt=["mousedown","touchstart"],qt=["mouseup","mouseleave","touchend","touchcancel"];class ce{static{this._eventManager=new Oe}constructor(Me,Ct,me,Nt){this._target=Me,this._ngZone=Ct,this._platform=Nt,this._isPointerDown=!1,this._activeRipples=new Map,this._pointerUpEventsRegistered=!1,Nt.isBrowser&&(this._containerElement=(0,tt.i8)(me))}fadeInRipple(Me,Ct,me={}){const Nt=this._containerRect=this._containerRect||this._containerElement.getBoundingClientRect(),Ft={...Ln,...me.animation};me.centered&&(Me=Nt.left+Nt.width/2,Ct=Nt.top+Nt.height/2);const ft=me.radius||function Rt(ge,Me,Ct){const me=Math.max(Math.abs(ge-Ct.left),Math.abs(ge-Ct.right)),Nt=Math.max(Math.abs(Me-Ct.top),Math.abs(Me-Ct.bottom));return Math.sqrt(me*me+Nt*Nt)}(Me,Ct,Nt),Yt=Me-Nt.left,Ee=Ct-Nt.top,en=Ft.enterDuration,Ke=document.createElement("div");Ke.classList.add("mat-ripple-element"),Ke.style.left=Yt-ft+"px",Ke.style.top=Ee-ft+"px",Ke.style.height=2*ft+"px",Ke.style.width=2*ft+"px",null!=me.color&&(Ke.style.backgroundColor=me.color),Ke.style.transitionDuration=`${en}ms`,this._containerElement.appendChild(Ke);const va=window.getComputedStyle(Ke),Ba=va.transitionDuration,St="none"===va.transitionProperty||"0s"===Ba||"0s, 0s"===Ba||0===Nt.width&&0===Nt.height,ln=new Re(this,Ke,me,St);Ke.style.transform="scale3d(1, 1, 1)",ln.state=ne.FADING_IN,me.persistent||(this._mostRecentTransientRipple=ln);let Q=null;return!St&&(en||Ft.exitDuration)&&this._ngZone.runOutsideAngular(()=>{const At=()=>{Q&&(Q.fallbackTimer=null),clearTimeout(qe),this._finishRippleTransition(ln)},he=()=>this._destroyRipple(ln),qe=setTimeout(he,en+100);Ke.addEventListener("transitionend",At),Ke.addEventListener("transitioncancel",he),Q={onTransitionEnd:At,onTransitionCancel:he,fallbackTimer:qe}}),this._activeRipples.set(ln,Q),(St||!en)&&this._finishRippleTransition(ln),ln}fadeOutRipple(Me){if(Me.state===ne.FADING_OUT||Me.state===ne.HIDDEN)return;const Ct=Me.element,me={...Ln,...Me.config.animation};Ct.style.transitionDuration=`${me.exitDuration}ms`,Ct.style.opacity="0",Me.state=ne.FADING_OUT,(Me._animationForciblyDisabledThroughCss||!me.exitDuration)&&this._finishRippleTransition(Me)}fadeOutAll(){this._getActiveRipples().forEach(Me=>Me.fadeOut())}fadeOutAllNonPersistent(){this._getActiveRipples().forEach(Me=>{Me.config.persistent||Me.fadeOut()})}setupTriggerEvents(Me){const Ct=(0,tt.i8)(Me);!this._platform.isBrowser||!Ct||Ct===this._triggerElement||(this._removeTriggerEvents(),this._triggerElement=Ct,Wt.forEach(me=>{ce._eventManager.addHandler(this._ngZone,me,Ct,this)}))}handleEvent(Me){"mousedown"===Me.type?this._onMousedown(Me):"touchstart"===Me.type?this._onTouchStart(Me):this._onPointerUp(),this._pointerUpEventsRegistered||(this._ngZone.runOutsideAngular(()=>{qt.forEach(Ct=>{this._triggerElement.addEventListener(Ct,this,vt)})}),this._pointerUpEventsRegistered=!0)}_finishRippleTransition(Me){Me.state===ne.FADING_IN?this._startFadeOutTransition(Me):Me.state===ne.FADING_OUT&&this._destroyRipple(Me)}_startFadeOutTransition(Me){const Ct=Me===this._mostRecentTransientRipple,{persistent:me}=Me.config;Me.state=ne.VISIBLE,!me&&(!Ct||!this._isPointerDown)&&Me.fadeOut()}_destroyRipple(Me){const Ct=this._activeRipples.get(Me)??null;this._activeRipples.delete(Me),this._activeRipples.size||(this._containerRect=null),Me===this._mostRecentTransientRipple&&(this._mostRecentTransientRipple=null),Me.state=ne.HIDDEN,null!==Ct&&(Me.element.removeEventListener("transitionend",Ct.onTransitionEnd),Me.element.removeEventListener("transitioncancel",Ct.onTransitionCancel),null!==Ct.fallbackTimer&&clearTimeout(Ct.fallbackTimer)),Me.element.remove()}_onMousedown(Me){const Ct=(0,i._G)(Me),me=this._lastTouchStartEvent&&Date.now()<this._lastTouchStartEvent+800;!this._target.rippleDisabled&&!Ct&&!me&&(this._isPointerDown=!0,this.fadeInRipple(Me.clientX,Me.clientY,this._target.rippleConfig))}_onTouchStart(Me){if(!this._target.rippleDisabled&&!(0,i.w6)(Me)){this._lastTouchStartEvent=Date.now(),this._isPointerDown=!0;const Ct=Me.changedTouches;if(Ct)for(let me=0;me<Ct.length;me++)this.fadeInRipple(Ct[me].clientX,Ct[me].clientY,this._target.rippleConfig)}}_onPointerUp(){this._isPointerDown&&(this._isPointerDown=!1,this._getActiveRipples().forEach(Me=>{!Me.config.persistent&&(Me.state===ne.VISIBLE||Me.config.terminateOnPointerUp&&Me.state===ne.FADING_IN)&&Me.fadeOut()}))}_getActiveRipples(){return Array.from(this._activeRipples.keys())}_removeTriggerEvents(){const Me=this._triggerElement;Me&&(Wt.forEach(Ct=>ce._eventManager.removeHandler(Ct,Me,this)),this._pointerUpEventsRegistered&&(qt.forEach(Ct=>Me.removeEventListener(Ct,this,vt)),this._pointerUpEventsRegistered=!1))}}const tn=new n.nKC("mat-ripple-global-options");let jt=(()=>{class ge{get disabled(){return this._disabled}set disabled(Ct){Ct&&this.fadeOutAllNonPersistent(),this._disabled=Ct,this._setupTriggerEventsIfEnabled()}get trigger(){return this._trigger||this._elementRef.nativeElement}set trigger(Ct){this._trigger=Ct,this._setupTriggerEventsIfEnabled()}constructor(Ct,me,Nt,Ft,ft){this._elementRef=Ct,this._animationMode=ft,this.radius=0,this._disabled=!1,this._isInitialized=!1,this._globalOptions=Ft||{},this._rippleRenderer=new ce(this,me,Ct,Nt)}ngOnInit(){this._isInitialized=!0,this._setupTriggerEventsIfEnabled()}ngOnDestroy(){this._rippleRenderer._removeTriggerEvents()}fadeOutAll(){this._rippleRenderer.fadeOutAll()}fadeOutAllNonPersistent(){this._rippleRenderer.fadeOutAllNonPersistent()}get rippleConfig(){return{centered:this.centered,radius:this.radius,color:this.color,animation:{...this._globalOptions.animation,..."NoopAnimations"===this._animationMode?{enterDuration:0,exitDuration:0}:{},...this.animation},terminateOnPointerUp:this._globalOptions.terminateOnPointerUp}}get rippleDisabled(){return this.disabled||!!this._globalOptions.disabled}_setupTriggerEventsIfEnabled(){!this.disabled&&this._isInitialized&&this._rippleRenderer.setupTriggerEvents(this.trigger)}launch(Ct,me=0,Nt){return"number"==typeof Ct?this._rippleRenderer.fadeInRipple(Ct,me,{...this.rippleConfig,...Nt}):this._rippleRenderer.fadeInRipple(0,0,{...this.rippleConfig,...Ct})}static{this.\u0275fac=function(me){return new(me||ge)(n.rXU(n.aKT),n.rXU(n.SKi),n.rXU(Z.OD),n.rXU(tn,8),n.rXU(n.bc$,8))}}static{this.\u0275dir=n.FsC({type:ge,selectors:[["","mat-ripple",""],["","matRipple",""]],hostAttrs:[1,"mat-ripple"],hostVars:2,hostBindings:function(me,Nt){2&me&&n.AVh("mat-ripple-unbounded",Nt.unbounded)},inputs:{color:[0,"matRippleColor","color"],unbounded:[0,"matRippleUnbounded","unbounded"],centered:[0,"matRippleCentered","centered"],radius:[0,"matRippleRadius","radius"],animation:[0,"matRippleAnimation","animation"],disabled:[0,"matRippleDisabled","disabled"],trigger:[0,"matRippleTrigger","trigger"]},exportAs:["matRipple"],standalone:!0})}}return ge})(),Ce=(()=>{class ge{static{this.\u0275fac=function(me){return new(me||ge)}}static{this.\u0275mod=n.$C({type:ge})}static{this.\u0275inj=n.G2t({imports:[xt,xt]})}}return ge})(),Be=(()=>{class ge{constructor(Ct){this._animationMode=Ct,this.state="unchecked",this.disabled=!1,this.appearance="full"}static{this.\u0275fac=function(me){return new(me||ge)(n.rXU(n.bc$,8))}}static{this.\u0275cmp=n.VBU({type:ge,selectors:[["mat-pseudo-checkbox"]],hostAttrs:[1,"mat-pseudo-checkbox"],hostVars:12,hostBindings:function(me,Nt){2&me&&n.AVh("mat-pseudo-checkbox-indeterminate","indeterminate"===Nt.state)("mat-pseudo-checkbox-checked","checked"===Nt.state)("mat-pseudo-checkbox-disabled",Nt.disabled)("mat-pseudo-checkbox-minimal","minimal"===Nt.appearance)("mat-pseudo-checkbox-full","full"===Nt.appearance)("_mat-animation-noopable","NoopAnimations"===Nt._animationMode)},inputs:{state:"state",disabled:"disabled",appearance:"appearance"},standalone:!0,features:[n.aNF],decls:0,vars:0,template:function(me,Nt){},styles:['.mat-pseudo-checkbox{border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:"";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox._mat-animation-noopable{transition:none !important;animation:none !important}.mat-pseudo-checkbox._mat-animation-noopable::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{left:1px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{left:1px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after,.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after{color:var(--mat-minimal-pseudo-checkbox-selected-checkmark-color, var(--mat-app-primary))}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled::after,.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled::after{color:var(--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color)}.mat-pseudo-checkbox-full{border-color:var(--mat-full-pseudo-checkbox-unselected-icon-color, var(--mat-app-on-surface-variant));border-width:2px;border-style:solid}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{border-color:var(--mat-full-pseudo-checkbox-disabled-unselected-icon-color)}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate{background-color:var(--mat-full-pseudo-checkbox-selected-icon-color, var(--mat-app-primary));border-color:rgba(0,0,0,0)}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate::after{color:var(--mat-full-pseudo-checkbox-selected-checkmark-color, var(--mat-app-on-primary))}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background-color:var(--mat-full-pseudo-checkbox-disabled-selected-icon-color)}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled::after,.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled::after{color:var(--mat-full-pseudo-checkbox-disabled-selected-checkmark-color, var(--mat-app-surface))}.mat-pseudo-checkbox{width:18px;height:18px}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after{width:14px;height:6px;transform-origin:center;top:-4.2426406871px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-indeterminate::after{top:8px;width:16px}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after{width:10px;height:4px;transform-origin:center;top:-2.8284271247px;left:0;bottom:0;right:0;margin:auto}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate::after{top:6px;width:12px}'],encapsulation:2,changeDetection:0})}}return ge})(),Ge=(()=>{class ge{static{this.\u0275fac=function(me){return new(me||ge)}}static{this.\u0275mod=n.$C({type:ge})}static{this.\u0275inj=n.G2t({imports:[xt]})}}return ge})();const mn=new n.nKC("MAT_OPTION_PARENT_COMPONENT"),kn=new n.nKC("MatOptgroup");let An=0;class De{constructor(Me,Ct=!1){this.source=Me,this.isUserInput=Ct}}let rn=(()=>{class ge{get multiple(){return this._parent&&this._parent.multiple}get selected(){return this._selected}get disabled(){return this.group&&this.group.disabled||this._disabled}set disabled(Ct){this._disabled=Ct}get disableRipple(){return!(!this._parent||!this._parent.disableRipple)}get hideSingleSelectionIndicator(){return!(!this._parent||!this._parent.hideSingleSelectionIndicator)}constructor(Ct,me,Nt,Ft){this._element=Ct,this._changeDetectorRef=me,this._parent=Nt,this.group=Ft,this._selected=!1,this._active=!1,this._disabled=!1,this._mostRecentViewValue="",this.id="mat-option-"+An++,this.onSelectionChange=new n.bkB,this._stateChanges=new st.B}get active(){return this._active}get viewValue(){return(this._text?.nativeElement.textContent||"").trim()}select(Ct=!0){this._selected||(this._selected=!0,this._changeDetectorRef.markForCheck(),Ct&&this._emitSelectionChangeEvent())}deselect(Ct=!0){this._selected&&(this._selected=!1,this._changeDetectorRef.markForCheck(),Ct&&this._emitSelectionChangeEvent())}focus(Ct,me){const Nt=this._getHostElement();"function"==typeof Nt.focus&&Nt.focus(me)}setActiveStyles(){this._active||(this._active=!0,this._changeDetectorRef.markForCheck())}setInactiveStyles(){this._active&&(this._active=!1,this._changeDetectorRef.markForCheck())}getLabel(){return this.viewValue}_handleKeydown(Ct){(Ct.keyCode===J.Fm||Ct.keyCode===J.t6)&&!(0,J.rp)(Ct)&&(this._selectViaInteraction(),Ct.preventDefault())}_selectViaInteraction(){this.disabled||(this._selected=!this.multiple||!this._selected,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent(!0))}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._element.nativeElement}ngAfterViewChecked(){if(this._selected){const Ct=this.viewValue;Ct!==this._mostRecentViewValue&&(this._mostRecentViewValue&&this._stateChanges.next(),this._mostRecentViewValue=Ct)}}ngOnDestroy(){this._stateChanges.complete()}_emitSelectionChangeEvent(Ct=!1){this.onSelectionChange.emit(new De(this,Ct))}static{this.\u0275fac=function(me){return new(me||ge)(n.rXU(n.aKT),n.rXU(n.gRc),n.rXU(mn,8),n.rXU(kn,8))}}static{this.\u0275cmp=n.VBU({type:ge,selectors:[["mat-option"]],viewQuery:function(me,Nt){if(1&me&&n.GBs(Ot,7),2&me){let Ft;n.mGM(Ft=n.lsd())&&(Nt._text=Ft.first)}},hostAttrs:["role","option",1,"mat-mdc-option","mdc-list-item"],hostVars:11,hostBindings:function(me,Nt){1&me&&n.bIt("click",function(){return Nt._selectViaInteraction()})("keydown",function(ft){return Nt._handleKeydown(ft)}),2&me&&(n.Mr5("id",Nt.id),n.BMQ("aria-selected",Nt.selected)("aria-disabled",Nt.disabled.toString()),n.AVh("mdc-list-item--selected",Nt.selected)("mat-mdc-option-multiple",Nt.multiple)("mat-mdc-option-active",Nt.active)("mdc-list-item--disabled",Nt.disabled))},inputs:{value:"value",id:"id",disabled:[2,"disabled","disabled",n.L39]},outputs:{onSelectionChange:"onSelectionChange"},exportAs:["matOption"],standalone:!0,features:[n.GFd,n.aNF],ngContentSelectors:kt,decls:8,vars:5,consts:[["text",""],["aria-hidden","true",1,"mat-mdc-option-pseudo-checkbox",3,"disabled","state"],[1,"mdc-list-item__primary-text"],["state","checked","aria-hidden","true","appearance","minimal",1,"mat-mdc-option-pseudo-checkbox",3,"disabled"],[1,"cdk-visually-hidden"],["aria-hidden","true","mat-ripple","",1,"mat-mdc-option-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled"]],template:function(me,Nt){1&me&&(n.NAR(gt),n.DNE(0,zt,1,2,"mat-pseudo-checkbox",1),n.SdG(1),n.j41(2,"span",2,0),n.SdG(4,1),n.k0s(),n.DNE(5,Xt,1,1,"mat-pseudo-checkbox",3)(6,pt,2,1,"span",4),n.nrm(7,"div",5)),2&me&&(n.vxM(Nt.multiple?0:-1),n.R7$(5),n.vxM(Nt.multiple||!Nt.selected||Nt.hideSingleSelectionIndicator?-1:5),n.R7$(),n.vxM(Nt.group&&Nt.group._inert?6:-1),n.R7$(),n.Y8G("matRippleTrigger",Nt._getHostElement())("matRippleDisabled",Nt.disabled||Nt.disableRipple))},dependencies:[Be,jt],styles:['.mat-mdc-option{-webkit-user-select:none;user-select:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;min-height:48px;padding:0 16px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);color:var(--mat-option-label-text-color, var(--mat-app-on-surface));font-family:var(--mat-option-label-text-font, var(--mat-app-label-large-font));line-height:var(--mat-option-label-text-line-height, var(--mat-app-label-large-line-height));font-size:var(--mat-option-label-text-size, var(--mat-app-body-large-size));letter-spacing:var(--mat-option-label-text-tracking, var(--mat-app-label-large-tracking));font-weight:var(--mat-option-label-text-weight, var(--mat-app-body-large-weight))}.mat-mdc-option:hover:not(.mdc-list-item--disabled){background-color:var(--mat-option-hover-state-layer-color)}.mat-mdc-option:focus.mdc-list-item,.mat-mdc-option.mat-mdc-option-active.mdc-list-item{background-color:var(--mat-option-focus-state-layer-color);outline:0}.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text{color:var(--mat-option-selected-state-label-text-color, var(--mat-app-on-secondary-container))}.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple){background-color:var(--mat-option-selected-state-layer-color, var(--mat-app-secondary-container))}.mat-mdc-option .mat-pseudo-checkbox{--mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--mat-option-selected-state-label-text-color, var(--mat-app-on-secondary-container))}.mat-mdc-option.mdc-list-item{align-items:center;background:rgba(0,0,0,0)}.mat-mdc-option.mdc-list-item--disabled{cursor:default;pointer-events:none}.mat-mdc-option.mdc-list-item--disabled .mat-mdc-option-pseudo-checkbox,.mat-mdc-option.mdc-list-item--disabled .mdc-list-item__primary-text,.mat-mdc-option.mdc-list-item--disabled>mat-icon{opacity:.38}.mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:32px}[dir=rtl] .mat-mdc-optgroup .mat-mdc-option:not(.mat-mdc-option-multiple){padding-left:16px;padding-right:32px}.mat-mdc-option .mat-icon,.mat-mdc-option .mat-pseudo-checkbox-full{margin-right:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-icon,[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-full{margin-right:0;margin-left:16px}.mat-mdc-option .mat-pseudo-checkbox-minimal{margin-left:16px;flex-shrink:0}[dir=rtl] .mat-mdc-option .mat-pseudo-checkbox-minimal{margin-right:16px;margin-left:0}.mat-mdc-option .mat-mdc-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-option .mdc-list-item__primary-text{white-space:normal;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;font-family:inherit;text-decoration:inherit;text-transform:inherit;margin-right:auto}[dir=rtl] .mat-mdc-option .mdc-list-item__primary-text{margin-right:0;margin-left:auto}.cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}[dir=rtl] .cdk-high-contrast-active .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple)::after{right:auto;left:16px}.mat-mdc-option-multiple{--mdc-list-list-item-selected-container-color:var(--mdc-list-list-item-container-color, transparent)}.mat-mdc-option-active .mat-mdc-focus-indicator::before{content:""}'],encapsulation:2,changeDetection:0})}}return ge})();function je(ge,Me,Ct){if(Ct.length){let me=Me.toArray(),Nt=Ct.toArray(),Ft=0;for(let ft=0;ft<ge+1;ft++)me[ft].group&&me[ft].group===Nt[Ft]&&Ft++;return Ft}return 0}function Tn(ge,Me,Ct,me){return ge<Ct?ge:ge+Me>Ct+me?Math.max(0,ge-me+Me):Ct}let jn=(()=>{class ge{static{this.\u0275fac=function(me){return new(me||ge)}}static{this.\u0275mod=n.$C({type:ge})}static{this.\u0275inj=n.G2t({imports:[Ce,xt,Ge]})}}return ge})();const cn={capture:!0},Zt=["focus","mousedown","mouseenter","touchstart"],ae="mat-ripple-loader-uninitialized",L="mat-ripple-loader-class-name",Y="mat-ripple-loader-centered",Ht="mat-ripple-loader-disabled";let Ie=(()=>{class ge{constructor(){this._document=(0,n.WQX)(g.qQ,{optional:!0}),this._animationMode=(0,n.WQX)(n.bc$,{optional:!0}),this._globalRippleOptions=(0,n.WQX)(tn,{optional:!0}),this._platform=(0,n.WQX)(Z.OD),this._ngZone=(0,n.WQX)(n.SKi),this._hosts=new Map,this._onInteraction=Ct=>{const me=(0,Z.Fb)(Ct);if(me instanceof HTMLElement){const Nt=me.closest(`[${ae}="${this._globalRippleOptions?.namespace??""}"]`);Nt&&this._createRipple(Nt)}},this._ngZone.runOutsideAngular(()=>{for(const Ct of Zt)this._document?.addEventListener(Ct,this._onInteraction,cn)})}ngOnDestroy(){const Ct=this._hosts.keys();for(const me of Ct)this.destroyRipple(me);for(const me of Zt)this._document?.removeEventListener(me,this._onInteraction,cn)}configureRipple(Ct,me){Ct.setAttribute(ae,this._globalRippleOptions?.namespace??""),(me.className||!Ct.hasAttribute(L))&&Ct.setAttribute(L,me.className||""),me.centered&&Ct.setAttribute(Y,""),me.disabled&&Ct.setAttribute(Ht,"")}getRipple(Ct){return this._hosts.get(Ct)||this._createRipple(Ct)}setDisabled(Ct,me){const Nt=this._hosts.get(Ct);Nt?Nt.disabled=me:me?Ct.setAttribute(Ht,""):Ct.removeAttribute(Ht)}_createRipple(Ct){if(!this._document)return;const me=this._hosts.get(Ct);if(me)return me;Ct.querySelector(".mat-ripple")?.remove();const Nt=this._document.createElement("span");Nt.classList.add("mat-ripple",Ct.getAttribute(L)),Ct.append(Nt);const Ft=new jt(new n.aKT(Nt),this._ngZone,this._platform,this._globalRippleOptions?this._globalRippleOptions:void 0,this._animationMode?this._animationMode:void 0);return Ft._isInitialized=!0,Ft.trigger=Ct,Ft.centered=Ct.hasAttribute(Y),Ft.disabled=Ct.hasAttribute(Ht),this.attachRipple(Ct,Ft),Ft}attachRipple(Ct,me){Ct.removeAttribute(ae),this._hosts.set(Ct,me)}destroyRipple(Ct){const me=this._hosts.get(Ct);me&&(me.ngOnDestroy(),this._hosts.delete(Ct))}static{this.\u0275fac=function(me){return new(me||ge)}}static{this.\u0275prov=n.jDH({token:ge,factory:ge.\u0275fac,providedIn:"root"})}}return ge})(),sn=(()=>{class ge{static{this.\u0275fac=function(me){return new(me||ge)}}static{this.\u0275cmp=n.VBU({type:ge,selectors:[["div","mat-internal-form-field",""]],hostAttrs:[1,"mdc-form-field","mat-internal-form-field"],hostVars:2,hostBindings:function(me,Nt){2&me&&n.AVh("mdc-form-field--align-end","before"===Nt.labelPosition)},inputs:{labelPosition:"labelPosition"},standalone:!0,features:[n.aNF],attrs:Kt,ngContentSelectors:Jt,decls:1,vars:0,template:function(me,Nt){1&me&&(n.NAR(),n.SdG(0))},styles:[".mat-internal-form-field{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-flex;align-items:center;vertical-align:middle}.mat-internal-form-field>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0;order:0}[dir=rtl] .mat-internal-form-field>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px}.mdc-form-field--align-end>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px;order:-1}[dir=rtl] .mdc-form-field--align-end .mdc-form-field--align-end label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0}"],encapsulation:2,changeDetection:0})}}return ge})()},5084:($e,Gt,c)=>{c.d(Gt,{IG:()=>wa,SG:()=>ba,Vh:()=>ft,X6:()=>oe,bU:()=>St,bZ:()=>ga,el:()=>ua,xR:()=>na});var n=c(8617),i=c(7987),r=c(6939),H=c(177),g=c(4438),Z=c(8834),tt=c(5478),st=c(6600),J=c(1413),et=c(8359),mt=c(7786),Ot=c(7673),gt=c(7336),kt=c(8203),zt=c(6860),Xt=c(9172),pt=c(6697),Kt=c(5964),Jt=c(4085),fe=c(9969),Pt=c(9417),Et=c(3719),rt=c(9631);const It=["mat-calendar-body",""];function xt(V,le){return this._trackRow(le)}const dt=(V,le)=>le.id;function Vt(V,le){if(1&V&&(g.j41(0,"tr",0)(1,"td",3),g.EFF(2),g.k0s()()),2&V){const p=g.XpG();g.R7$(),g.xc7("padding-top",p._cellPadding)("padding-bottom",p._cellPadding),g.BMQ("colspan",p.numCols),g.R7$(),g.SpI(" ",p.label," ")}}function it(V,le){if(1&V&&(g.j41(0,"td",3),g.EFF(1),g.k0s()),2&V){const p=g.XpG(2);g.xc7("padding-top",p._cellPadding)("padding-bottom",p._cellPadding),g.BMQ("colspan",p._firstRowOffset),g.R7$(),g.SpI(" ",p._firstRowOffset>=p.labelMinRequiredCells?p.label:""," ")}}function Bt(V,le){if(1&V){const p=g.RV6();g.j41(0,"td",6)(1,"button",7),g.bIt("click",function(k){const at=g.eBV(p).$implicit,Qt=g.XpG(2);return g.Njj(Qt._cellClicked(at,k))})("focus",function(k){const at=g.eBV(p).$implicit,Qt=g.XpG(2);return g.Njj(Qt._emitActiveDateChange(at,k))}),g.j41(2,"span",8),g.EFF(3),g.k0s(),g.nrm(4,"span",9),g.k0s()()}if(2&V){const p=le.$implicit,D=le.$index,k=g.XpG().$index,at=g.XpG();g.xc7("width",at._cellWidth)("padding-top",at._cellPadding)("padding-bottom",at._cellPadding),g.BMQ("data-mat-row",k)("data-mat-col",D),g.R7$(),g.AVh("mat-calendar-body-disabled",!p.enabled)("mat-calendar-body-active",at._isActiveCell(k,D))("mat-calendar-body-range-start",at._isRangeStart(p.compareValue))("mat-calendar-body-range-end",at._isRangeEnd(p.compareValue))("mat-calendar-body-in-range",at._isInRange(p.compareValue))("mat-calendar-body-comparison-bridge-start",at._isComparisonBridgeStart(p.compareValue,k,D))("mat-calendar-body-comparison-bridge-end",at._isComparisonBridgeEnd(p.compareValue,k,D))("mat-calendar-body-comparison-start",at._isComparisonStart(p.compareValue))("mat-calendar-body-comparison-end",at._isComparisonEnd(p.compareValue))("mat-calendar-body-in-comparison-range",at._isInComparisonRange(p.compareValue))("mat-calendar-body-preview-start",at._isPreviewStart(p.compareValue))("mat-calendar-body-preview-end",at._isPreviewEnd(p.compareValue))("mat-calendar-body-in-preview",at._isInPreview(p.compareValue)),g.Y8G("ngClass",p.cssClasses)("tabindex",at._isActiveCell(k,D)?0:-1),g.BMQ("aria-label",p.ariaLabel)("aria-disabled",!p.enabled||null)("aria-pressed",at._isSelected(p.compareValue))("aria-current",at.todayValue===p.compareValue?"date":null)("aria-describedby",at._getDescribedby(p.compareValue)),g.R7$(),g.AVh("mat-calendar-body-selected",at._isSelected(p.compareValue))("mat-calendar-body-comparison-identical",at._isComparisonIdentical(p.compareValue))("mat-calendar-body-today",at.todayValue===p.compareValue),g.R7$(),g.SpI(" ",p.displayValue," ")}}function re(V,le){if(1&V&&(g.j41(0,"tr",1),g.DNE(1,it,2,6,"td",4),g.Z7z(2,Bt,5,48,"td",5,dt),g.k0s()),2&V){const p=le.$implicit,D=le.$index,k=g.XpG();g.R7$(),g.vxM(0===D&&k._firstRowOffset?1:-1),g.R7$(),g.Dyx(p)}}function Ve(V,le){if(1&V&&(g.j41(0,"th",2)(1,"span",6),g.EFF(2),g.k0s(),g.j41(3,"span",3),g.EFF(4),g.k0s()()),2&V){const p=le.$implicit;g.R7$(2),g.JRh(p.long),g.R7$(2),g.JRh(p.narrow)}}const on=["*"];function wn(V,le){}function Fe(V,le){if(1&V){const p=g.RV6();g.j41(0,"mat-month-view",4),g.mxI("activeDateChange",function(k){g.eBV(p);const at=g.XpG();return g.DH7(at.activeDate,k)||(at.activeDate=k),g.Njj(k)}),g.bIt("_userSelection",function(k){g.eBV(p);const at=g.XpG();return g.Njj(at._dateSelected(k))})("dragStarted",function(k){g.eBV(p);const at=g.XpG();return g.Njj(at._dragStarted(k))})("dragEnded",function(k){g.eBV(p);const at=g.XpG();return g.Njj(at._dragEnded(k))}),g.k0s()}if(2&V){const p=g.XpG();g.R50("activeDate",p.activeDate),g.Y8G("selected",p.selected)("dateFilter",p.dateFilter)("maxDate",p.maxDate)("minDate",p.minDate)("dateClass",p.dateClass)("comparisonStart",p.comparisonStart)("comparisonEnd",p.comparisonEnd)("startDateAccessibleName",p.startDateAccessibleName)("endDateAccessibleName",p.endDateAccessibleName)("activeDrag",p._activeDrag)}}function zn(V,le){if(1&V){const p=g.RV6();g.j41(0,"mat-year-view",5),g.mxI("activeDateChange",function(k){g.eBV(p);const at=g.XpG();return g.DH7(at.activeDate,k)||(at.activeDate=k),g.Njj(k)}),g.bIt("monthSelected",function(k){g.eBV(p);const at=g.XpG();return g.Njj(at._monthSelectedInYearView(k))})("selectedChange",function(k){g.eBV(p);const at=g.XpG();return g.Njj(at._goToDateInView(k,"month"))}),g.k0s()}if(2&V){const p=g.XpG();g.R50("activeDate",p.activeDate),g.Y8G("selected",p.selected)("dateFilter",p.dateFilter)("maxDate",p.maxDate)("minDate",p.minDate)("dateClass",p.dateClass)}}function ht(V,le){if(1&V){const p=g.RV6();g.j41(0,"mat-multi-year-view",6),g.mxI("activeDateChange",function(k){g.eBV(p);const at=g.XpG();return g.DH7(at.activeDate,k)||(at.activeDate=k),g.Njj(k)}),g.bIt("yearSelected",function(k){g.eBV(p);const at=g.XpG();return g.Njj(at._yearSelectedInMultiYearView(k))})("selectedChange",function(k){g.eBV(p);const at=g.XpG();return g.Njj(at._goToDateInView(k,"year"))}),g.k0s()}if(2&V){const p=g.XpG();g.R50("activeDate",p.activeDate),g.Y8G("selected",p.selected)("dateFilter",p.dateFilter)("maxDate",p.maxDate)("minDate",p.minDate)("dateClass",p.dateClass)}}function ot(V,le){}const _t=["button"],K=[[["","matDatepickerToggleIcon",""]]],Lt=["[matDatepickerToggleIcon]"];function lt(V,le){1&V&&(g.qSk(),g.j41(0,"svg",2),g.nrm(1,"path",3),g.k0s())}const Ut=[[["input","matStartDate",""]],[["input","matEndDate",""]]],ke=["input[matStartDate]","input[matEndDate]"];let Ae=(()=>{class V{constructor(){this.changes=new J.B,this.calendarLabel="Calendar",this.openCalendarLabel="Open calendar",this.closeCalendarLabel="Close calendar",this.prevMonthLabel="Previous month",this.nextMonthLabel="Next month",this.prevYearLabel="Previous year",this.nextYearLabel="Next year",this.prevMultiYearLabel="Previous 24 years",this.nextMultiYearLabel="Next 24 years",this.switchToMonthViewLabel="Choose date",this.switchToMultiYearViewLabel="Choose month and year",this.startDateLabel="Start date",this.endDateLabel="End date"}formatYearRange(p,D){return`${p} \u2013 ${D}`}formatYearRangeLabel(p,D){return`${p} to ${D}`}static{this.\u0275fac=function(D){return new(D||V)}}static{this.\u0275prov=g.jDH({token:V,factory:V.\u0275fac,providedIn:"root"})}}return V})(),de=0;class q{constructor(le,p,D,k,at={},Qt=le,un){this.value=le,this.displayValue=p,this.ariaLabel=D,this.enabled=k,this.cssClasses=at,this.compareValue=Qt,this.rawValue=un,this.id=de++}}let X=1;const Tt=(0,zt.BQ)({passive:!1,capture:!0}),ie=(0,zt.BQ)({passive:!0,capture:!0}),yt=(0,zt.BQ)({passive:!0});let ne=(()=>{class V{ngAfterViewChecked(){this._focusActiveCellAfterViewChecked&&(this._focusActiveCell(),this._focusActiveCellAfterViewChecked=!1)}constructor(p,D){this._elementRef=p,this._ngZone=D,this._platform=(0,g.WQX)(zt.OD),this._focusActiveCellAfterViewChecked=!1,this.numCols=7,this.activeCell=0,this.isRange=!1,this.cellAspectRatio=1,this.previewStart=null,this.previewEnd=null,this.selectedValueChange=new g.bkB,this.previewChange=new g.bkB,this.activeDateChange=new g.bkB,this.dragStarted=new g.bkB,this.dragEnded=new g.bkB,this._didDragSinceMouseDown=!1,this._injector=(0,g.WQX)(g.zZn),this._trackRow=k=>k,this._enterHandler=k=>{if(this._skipNextFocus&&"focus"===k.type)this._skipNextFocus=!1;else if(k.target&&this.isRange){const at=this._getCellFromElement(k.target);at&&this._ngZone.run(()=>this.previewChange.emit({value:at.enabled?at:null,event:k}))}},this._touchmoveHandler=k=>{if(!this.isRange)return;const at=vt(k),Qt=at?this._getCellFromElement(at):null;at!==k.target&&(this._didDragSinceMouseDown=!0),Xe(k.target)&&k.preventDefault(),this._ngZone.run(()=>this.previewChange.emit({value:Qt?.enabled?Qt:null,event:k}))},this._leaveHandler=k=>{null!==this.previewEnd&&this.isRange&&("blur"!==k.type&&(this._didDragSinceMouseDown=!0),k.target&&this._getCellFromElement(k.target)&&(!k.relatedTarget||!this._getCellFromElement(k.relatedTarget))&&this._ngZone.run(()=>this.previewChange.emit({value:null,event:k})))},this._mousedownHandler=k=>{if(!this.isRange)return;this._didDragSinceMouseDown=!1;const at=k.target&&this._getCellFromElement(k.target);!at||!this._isInRange(at.compareValue)||this._ngZone.run(()=>{this.dragStarted.emit({value:at.rawValue,event:k})})},this._mouseupHandler=k=>{if(!this.isRange)return;const at=Xe(k.target);at?at.closest(".mat-calendar-body")===this._elementRef.nativeElement&&this._ngZone.run(()=>{const Qt=this._getCellFromElement(at);this.dragEnded.emit({value:Qt?.rawValue??null,event:k})}):this._ngZone.run(()=>{this.dragEnded.emit({value:null,event:k})})},this._touchendHandler=k=>{const at=vt(k);at&&this._mouseupHandler({target:at})},this._id="mat-calendar-body-"+X++,this._startDateLabelId=`${this._id}-start-date`,this._endDateLabelId=`${this._id}-end-date`,D.runOutsideAngular(()=>{const k=p.nativeElement;k.addEventListener("touchmove",this._touchmoveHandler,Tt),k.addEventListener("mouseenter",this._enterHandler,ie),k.addEventListener("focus",this._enterHandler,ie),k.addEventListener("mouseleave",this._leaveHandler,ie),k.addEventListener("blur",this._leaveHandler,ie),k.addEventListener("mousedown",this._mousedownHandler,yt),k.addEventListener("touchstart",this._mousedownHandler,yt),this._platform.isBrowser&&(window.addEventListener("mouseup",this._mouseupHandler),window.addEventListener("touchend",this._touchendHandler))})}_cellClicked(p,D){this._didDragSinceMouseDown||p.enabled&&this.selectedValueChange.emit({value:p.value,event:D})}_emitActiveDateChange(p,D){p.enabled&&this.activeDateChange.emit({value:p.value,event:D})}_isSelected(p){return this.startValue===p||this.endValue===p}ngOnChanges(p){const D=p.numCols,{rows:k,numCols:at}=this;(p.rows||D)&&(this._firstRowOffset=k&&k.length&&k[0].length?at-k[0].length:0),(p.cellAspectRatio||D||!this._cellPadding)&&(this._cellPadding=50*this.cellAspectRatio/at+"%"),(D||!this._cellWidth)&&(this._cellWidth=100/at+"%")}ngOnDestroy(){const p=this._elementRef.nativeElement;p.removeEventListener("touchmove",this._touchmoveHandler,Tt),p.removeEventListener("mouseenter",this._enterHandler,ie),p.removeEventListener("focus",this._enterHandler,ie),p.removeEventListener("mouseleave",this._leaveHandler,ie),p.removeEventListener("blur",this._leaveHandler,ie),p.removeEventListener("mousedown",this._mousedownHandler,yt),p.removeEventListener("touchstart",this._mousedownHandler,yt),this._platform.isBrowser&&(window.removeEventListener("mouseup",this._mouseupHandler),window.removeEventListener("touchend",this._touchendHandler))}_isActiveCell(p,D){let k=p*this.numCols+D;return p&&(k-=this._firstRowOffset),k==this.activeCell}_focusActiveCell(p=!0){(0,g.mal)(()=>{setTimeout(()=>{const D=this._elementRef.nativeElement.querySelector(".mat-calendar-body-active");D&&(p||(this._skipNextFocus=!0),D.focus())})},{injector:this._injector})}_scheduleFocusActiveCellAfterViewChecked(){this._focusActiveCellAfterViewChecked=!0}_isRangeStart(p){return Oe(p,this.startValue,this.endValue)}_isRangeEnd(p){return Ln(p,this.startValue,this.endValue)}_isInRange(p){return Ne(p,this.startValue,this.endValue,this.isRange)}_isComparisonStart(p){return Oe(p,this.comparisonStart,this.comparisonEnd)}_isComparisonBridgeStart(p,D,k){if(!this._isComparisonStart(p)||this._isRangeStart(p)||!this._isInRange(p))return!1;let at=this.rows[D][k-1];if(!at){const Qt=this.rows[D-1];at=Qt&&Qt[Qt.length-1]}return at&&!this._isRangeEnd(at.compareValue)}_isComparisonBridgeEnd(p,D,k){if(!this._isComparisonEnd(p)||this._isRangeEnd(p)||!this._isInRange(p))return!1;let at=this.rows[D][k+1];if(!at){const Qt=this.rows[D+1];at=Qt&&Qt[0]}return at&&!this._isRangeStart(at.compareValue)}_isComparisonEnd(p){return Ln(p,this.comparisonStart,this.comparisonEnd)}_isInComparisonRange(p){return Ne(p,this.comparisonStart,this.comparisonEnd,this.isRange)}_isComparisonIdentical(p){return this.comparisonStart===this.comparisonEnd&&p===this.comparisonStart}_isPreviewStart(p){return Oe(p,this.previewStart,this.previewEnd)}_isPreviewEnd(p){return Ln(p,this.previewStart,this.previewEnd)}_isInPreview(p){return Ne(p,this.previewStart,this.previewEnd,this.isRange)}_getDescribedby(p){return this.isRange?this.startValue===p&&this.endValue===p?`${this._startDateLabelId} ${this._endDateLabelId}`:this.startValue===p?this._startDateLabelId:this.endValue===p?this._endDateLabelId:null:null}_getCellFromElement(p){const D=Xe(p);if(D){const k=D.getAttribute("data-mat-row"),at=D.getAttribute("data-mat-col");if(k&&at)return this.rows[parseInt(k)][parseInt(at)]}return null}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(g.aKT),g.rXU(g.SKi))}}static{this.\u0275cmp=g.VBU({type:V,selectors:[["","mat-calendar-body",""]],hostAttrs:[1,"mat-calendar-body"],inputs:{label:"label",rows:"rows",todayValue:"todayValue",startValue:"startValue",endValue:"endValue",labelMinRequiredCells:"labelMinRequiredCells",numCols:"numCols",activeCell:"activeCell",isRange:"isRange",cellAspectRatio:"cellAspectRatio",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",previewStart:"previewStart",previewEnd:"previewEnd",startDateAccessibleName:"startDateAccessibleName",endDateAccessibleName:"endDateAccessibleName"},outputs:{selectedValueChange:"selectedValueChange",previewChange:"previewChange",activeDateChange:"activeDateChange",dragStarted:"dragStarted",dragEnded:"dragEnded"},exportAs:["matCalendarBody"],standalone:!0,features:[g.OA$,g.aNF],attrs:It,decls:7,vars:5,consts:[["aria-hidden","true"],["role","row"],[1,"mat-calendar-body-hidden-label",3,"id"],[1,"mat-calendar-body-label"],[1,"mat-calendar-body-label",3,"paddingTop","paddingBottom"],["role","gridcell",1,"mat-calendar-body-cell-container",3,"width","paddingTop","paddingBottom"],["role","gridcell",1,"mat-calendar-body-cell-container"],["type","button",1,"mat-calendar-body-cell",3,"click","focus","ngClass","tabindex"],[1,"mat-calendar-body-cell-content","mat-focus-indicator"],["aria-hidden","true",1,"mat-calendar-body-cell-preview"]],template:function(D,k){1&D&&(g.DNE(0,Vt,3,6,"tr",0),g.Z7z(1,re,4,1,"tr",1,xt,!0),g.j41(3,"span",2),g.EFF(4),g.k0s(),g.j41(5,"span",2),g.EFF(6),g.k0s()),2&D&&(g.vxM(k._firstRowOffset<k.labelMinRequiredCells?0:-1),g.R7$(),g.Dyx(k.rows),g.R7$(2),g.Y8G("id",k._startDateLabelId),g.R7$(),g.SpI(" ",k.startDateAccessibleName,"\n"),g.R7$(),g.Y8G("id",k._endDateLabelId),g.R7$(),g.SpI(" ",k.endDateAccessibleName,"\n"))},dependencies:[H.YU],styles:['.mat-calendar-body{min-width:224px}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-outline-color, var(--mat-app-primary))}.mat-calendar-body-label{height:0;line-height:0;text-align:start;padding-left:4.7142857143%;padding-right:4.7142857143%;font-size:var(--mat-datepicker-calendar-body-label-text-size, var(--mat-app-title-small-size));font-weight:var(--mat-datepicker-calendar-body-label-text-weight, var(--mat-app-title-small-weight));color:var(--mat-datepicker-calendar-body-label-text-color, var(--mat-app-on-surface))}.mat-calendar-body-hidden-label{display:none}.mat-calendar-body-cell-container{position:relative;height:0;line-height:0}.mat-calendar-body-cell{-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:absolute;top:0;left:0;width:100%;height:100%;background:none;text-align:center;outline:none;font-family:inherit;margin:0;font-family:var(--mat-datepicker-calendar-text-font, var(--mat-app-body-medium-font));font-size:var(--mat-datepicker-calendar-text-size, var(--mat-app-body-medium-size))}.mat-calendar-body-cell::-moz-focus-inner{border:0}.mat-calendar-body-cell::before,.mat-calendar-body-cell::after,.mat-calendar-body-cell-preview{content:"";position:absolute;top:5%;left:0;z-index:0;box-sizing:border-box;display:block;height:90%;width:100%}.mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range)::before,.mat-calendar-body-range-start::after,.mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start)::before,.mat-calendar-body-comparison-start::after,.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:5%;width:95%;border-top-left-radius:999px;border-bottom-left-radius:999px}[dir=rtl] .mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range)::before,[dir=rtl] .mat-calendar-body-range-start::after,[dir=rtl] .mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start)::before,[dir=rtl] .mat-calendar-body-comparison-start::after,[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{left:0;border-radius:0;border-top-right-radius:999px;border-bottom-right-radius:999px}.mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range)::before,.mat-calendar-body-range-end::after,.mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end)::before,.mat-calendar-body-comparison-end::after,.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}[dir=rtl] .mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range)::before,[dir=rtl] .mat-calendar-body-range-end::after,[dir=rtl] .mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end)::before,[dir=rtl] .mat-calendar-body-comparison-end::after,[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{left:5%;border-radius:0;border-top-left-radius:999px;border-bottom-left-radius:999px}[dir=rtl] .mat-calendar-body-comparison-bridge-start.mat-calendar-body-range-end::after,[dir=rtl] .mat-calendar-body-comparison-bridge-end.mat-calendar-body-range-start::after{width:95%;border-top-right-radius:999px;border-bottom-right-radius:999px}.mat-calendar-body-comparison-start.mat-calendar-body-range-end::after,[dir=rtl] .mat-calendar-body-comparison-start.mat-calendar-body-range-end::after,.mat-calendar-body-comparison-end.mat-calendar-body-range-start::after,[dir=rtl] .mat-calendar-body-comparison-end.mat-calendar-body-range-start::after{width:90%}.mat-calendar-body-in-preview{color:var(--mat-datepicker-calendar-date-preview-state-outline-color, var(--mat-app-primary))}.mat-calendar-body-in-preview .mat-calendar-body-cell-preview{border-top:dashed 1px;border-bottom:dashed 1px}.mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:dashed 1px}[dir=rtl] .mat-calendar-body-preview-start .mat-calendar-body-cell-preview{border-left:0;border-right:dashed 1px}.mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:dashed 1px}[dir=rtl] .mat-calendar-body-preview-end .mat-calendar-body-cell-preview{border-right:0;border-left:dashed 1px}.mat-calendar-body-disabled{cursor:default}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:var(--mat-datepicker-calendar-date-disabled-state-text-color)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:var(--mat-datepicker-calendar-date-today-disabled-state-outline-color)}.cdk-high-contrast-active .mat-calendar-body-disabled{opacity:.5}.mat-calendar-body-cell-content{top:5%;left:5%;z-index:1;display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:90%;height:90%;line-height:1;border-width:1px;border-style:solid;border-radius:999px;color:var(--mat-datepicker-calendar-date-text-color, var(--mat-app-on-surface));border-color:var(--mat-datepicker-calendar-date-outline-color)}.mat-calendar-body-cell-content.mat-focus-indicator{position:absolute}.cdk-high-contrast-active .mat-calendar-body-cell-content{border:none}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-focus-state-background-color)}@media(hover: hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:var(--mat-datepicker-calendar-date-hover-state-background-color)}}.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-state-background-color, var(--mat-app-primary));color:var(--mat-datepicker-calendar-date-selected-state-text-color, var(--mat-app-on-primary))}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:var(--mat-datepicker-calendar-date-selected-disabled-state-background-color)}.mat-calendar-body-selected.mat-calendar-body-today{box-shadow:inset 0 0 0 1px var(--mat-datepicker-calendar-date-today-selected-state-outline-color, var(--mat-app-primary))}.mat-calendar-body-in-range::before{background:var(--mat-datepicker-calendar-date-in-range-state-background-color, var(--mat-app-primary-container))}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color, var(--mat-app-tertiary-container))}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color, var(--mat-app-tertiary-container))}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, var(--mat-datepicker-calendar-date-in-range-state-background-color, var(--mat-app-primary-container)) 50%, var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color, var(--mat-app-tertiary-container)) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, var(--mat-datepicker-calendar-date-in-range-state-background-color, var(--mat-app-primary-container)) 50%, var(--mat-datepicker-calendar-date-in-comparison-range-state-background-color, var(--mat-app-tertiary-container)) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:var(--mat-datepicker-calendar-date-in-overlap-range-state-background-color, var(--mat-app-secondary-container))}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:var(--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color, var(--mat-app-secondary))}.cdk-high-contrast-active .mat-datepicker-popup:not(:empty),.cdk-high-contrast-active .mat-calendar-body-cell:not(.mat-calendar-body-in-range) .mat-calendar-body-selected{outline:solid 1px}.cdk-high-contrast-active .mat-calendar-body-today{outline:dotted 1px}.cdk-high-contrast-active .mat-calendar-body-cell::before,.cdk-high-contrast-active .mat-calendar-body-cell::after,.cdk-high-contrast-active .mat-calendar-body-selected{background:none}.cdk-high-contrast-active .mat-calendar-body-in-range::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-start::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-end::before{border-top:solid 1px;border-bottom:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:0;border-right:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:0;border-left:solid 1px}.cdk-high-contrast-active .mat-calendar-body-in-comparison-range::before{border-top:dashed 1px;border-bottom:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:0;border-right:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:0;border-left:dashed 1px}'],encapsulation:2,changeDetection:0})}}return V})();function Re(V){return"TD"===V?.nodeName}function Xe(V){let le;return Re(V)?le=V:Re(V.parentNode)?le=V.parentNode:Re(V.parentNode?.parentNode)&&(le=V.parentNode.parentNode),null!=le?.getAttribute("data-mat-row")?le:null}function Oe(V,le,p){return null!==p&&le!==p&&V<p&&V===le}function Ln(V,le,p){return null!==le&&le!==p&&V>=le&&V===p}function Ne(V,le,p,D){return D&&null!==le&&null!==p&&le!==p&&V>=le&&V<=p}function vt(V){const le=V.changedTouches[0];return document.elementFromPoint(le.clientX,le.clientY)}class Wt{constructor(le,p){this.start=le,this.end=p}}let qt=(()=>{class V{constructor(p,D){this.selection=p,this._adapter=D,this._selectionChanged=new J.B,this.selectionChanged=this._selectionChanged,this.selection=p}updateSelection(p,D){const k=this.selection;this.selection=p,this._selectionChanged.next({selection:p,source:D,oldValue:k})}ngOnDestroy(){this._selectionChanged.complete()}_isValidDateInstance(p){return this._adapter.isDateInstance(p)&&this._adapter.isValid(p)}static{this.\u0275fac=function(D){g.QTQ()}}static{this.\u0275prov=g.jDH({token:V,factory:V.\u0275fac})}}return V})(),ce=(()=>{class V extends qt{constructor(p){super(null,p)}add(p){super.updateSelection(p,this)}isValid(){return null!=this.selection&&this._isValidDateInstance(this.selection)}isComplete(){return null!=this.selection}clone(){const p=new V(this._adapter);return p.updateSelection(this.selection,this),p}static{this.\u0275fac=function(D){return new(D||V)(g.KVO(st.MJ))}}static{this.\u0275prov=g.jDH({token:V,factory:V.\u0275fac})}}return V})(),Rt=(()=>{class V extends qt{constructor(p){super(new Wt(null,null),p)}add(p){let{start:D,end:k}=this.selection;null==D?D=p:null==k?k=p:(D=p,k=null),super.updateSelection(new Wt(D,k),this)}isValid(){const{start:p,end:D}=this.selection;return null==p&&null==D||(null!=p&&null!=D?this._isValidDateInstance(p)&&this._isValidDateInstance(D)&&this._adapter.compareDate(p,D)<=0:(null==p||this._isValidDateInstance(p))&&(null==D||this._isValidDateInstance(D)))}isComplete(){return null!=this.selection.start&&null!=this.selection.end}clone(){const p=new V(this._adapter);return p.updateSelection(this.selection,this),p}static{this.\u0275fac=function(D){return new(D||V)(g.KVO(st.MJ))}}static{this.\u0275prov=g.jDH({token:V,factory:V.\u0275fac})}}return V})();const jt={provide:qt,deps:[[new g.Xx1,new g.kdw,qt],st.MJ],useFactory:function tn(V,le){return V||new ce(le)}},Be={provide:qt,deps:[[new g.Xx1,new g.kdw,qt],st.MJ],useFactory:function Ce(V,le){return V||new Rt(le)}},Ge=new g.nKC("MAT_DATE_RANGE_SELECTION_STRATEGY");let mn=(()=>{class V{constructor(p){this._dateAdapter=p}selectionFinished(p,D){let{start:k,end:at}=D;return null==k?k=p:null==at&&p&&this._dateAdapter.compareDate(p,k)>=0?at=p:(k=p,at=null),new Wt(k,at)}createPreview(p,D){let k=null,at=null;return D.start&&!D.end&&p&&(k=D.start,at=p),new Wt(k,at)}createDrag(p,D,k){let at=D.start,Qt=D.end;if(!at||!Qt)return null;const un=this._dateAdapter,Wn=0!==un.compareDate(at,Qt),Cn=un.getYear(k)-un.getYear(p),Zn=un.getMonth(k)-un.getMonth(p),Qn=un.getDate(k)-un.getDate(p);return Wn&&un.sameDate(p,D.start)?(at=k,un.compareDate(k,Qt)>0&&(Qt=un.addCalendarYears(Qt,Cn),Qt=un.addCalendarMonths(Qt,Zn),Qt=un.addCalendarDays(Qt,Qn))):Wn&&un.sameDate(p,D.end)?(Qt=k,un.compareDate(k,at)<0&&(at=un.addCalendarYears(at,Cn),at=un.addCalendarMonths(at,Zn),at=un.addCalendarDays(at,Qn))):(at=un.addCalendarYears(at,Cn),at=un.addCalendarMonths(at,Zn),at=un.addCalendarDays(at,Qn),Qt=un.addCalendarYears(Qt,Cn),Qt=un.addCalendarMonths(Qt,Zn),Qt=un.addCalendarDays(Qt,Qn)),new Wt(at,Qt)}static{this.\u0275fac=function(D){return new(D||V)(g.KVO(st.MJ))}}static{this.\u0275prov=g.jDH({token:V,factory:V.\u0275fac})}}return V})();const kn={provide:Ge,deps:[[new g.Xx1,new g.kdw,Ge],st.MJ],useFactory:function En(V,le){return V||new mn(le)}};let An=0,De=(()=>{class V{get activeDate(){return this._activeDate}set activeDate(p){const D=this._activeDate,k=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(k,this.minDate,this.maxDate),this._hasSameMonthAndYear(D,this._activeDate)||this._init()}get selected(){return this._selected}set selected(p){this._selected=p instanceof Wt?p:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p)),this._setRanges(this._selected)}get minDate(){return this._minDate}set minDate(p){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get maxDate(){return this._maxDate}set maxDate(p){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}constructor(p,D,k,at,Qt){this._changeDetectorRef=p,this._dateFormats=D,this._dateAdapter=k,this._dir=at,this._rangeStrategy=Qt,this._rerenderSubscription=et.yU.EMPTY,this.activeDrag=null,this.selectedChange=new g.bkB,this._userSelection=new g.bkB,this.dragStarted=new g.bkB,this.dragEnded=new g.bkB,this.activeDateChange=new g.bkB,this._activeDate=this._dateAdapter.today()}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,Xt.Z)(null)).subscribe(()=>this._init())}ngOnChanges(p){const D=p.comparisonStart||p.comparisonEnd;D&&!D.firstChange&&this._setRanges(this.selected),p.activeDrag&&!this.activeDrag&&this._clearPreview()}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_dateSelected(p){const D=p.value,k=this._getDateFromDayOfMonth(D);let at,Qt;this._selected instanceof Wt?(at=this._getDateInCurrentMonth(this._selected.start),Qt=this._getDateInCurrentMonth(this._selected.end)):at=Qt=this._getDateInCurrentMonth(this._selected),(at!==D||Qt!==D)&&this.selectedChange.emit(k),this._userSelection.emit({value:k,event:p.event}),this._clearPreview(),this._changeDetectorRef.markForCheck()}_updateActiveDate(p){const k=this._activeDate;this.activeDate=this._getDateFromDayOfMonth(p.value),this._dateAdapter.compareDate(k,this.activeDate)&&this.activeDateChange.emit(this._activeDate)}_handleCalendarBodyKeydown(p){const D=this._activeDate,k=this._isRtl();switch(p.keyCode){case gt.UQ:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,k?1:-1);break;case gt.LE:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,k?-1:1);break;case gt.i7:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,-7);break;case gt.n6:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,7);break;case gt.yZ:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,1-this._dateAdapter.getDate(this._activeDate));break;case gt.Kp:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,this._dateAdapter.getNumDaysInMonth(this._activeDate)-this._dateAdapter.getDate(this._activeDate));break;case gt.w_:this.activeDate=p.altKey?this._dateAdapter.addCalendarYears(this._activeDate,-1):this._dateAdapter.addCalendarMonths(this._activeDate,-1);break;case gt.dB:this.activeDate=p.altKey?this._dateAdapter.addCalendarYears(this._activeDate,1):this._dateAdapter.addCalendarMonths(this._activeDate,1);break;case gt.Fm:case gt.t6:return this._selectionKeyPressed=!0,void(this._canSelect(this._activeDate)&&p.preventDefault());case gt._f:return void(null!=this._previewEnd&&!(0,gt.rp)(p)&&(this._clearPreview(),this.activeDrag?this.dragEnded.emit({value:null,event:p}):(this.selectedChange.emit(null),this._userSelection.emit({value:null,event:p})),p.preventDefault(),p.stopPropagation()));default:return}this._dateAdapter.compareDate(D,this.activeDate)&&(this.activeDateChange.emit(this.activeDate),this._focusActiveCellAfterViewChecked()),p.preventDefault()}_handleCalendarBodyKeyup(p){(p.keyCode===gt.t6||p.keyCode===gt.Fm)&&(this._selectionKeyPressed&&this._canSelect(this._activeDate)&&this._dateSelected({value:this._dateAdapter.getDate(this._activeDate),event:p}),this._selectionKeyPressed=!1)}_init(){this._setRanges(this.selected),this._todayDate=this._getCellCompareValue(this._dateAdapter.today()),this._monthLabel=this._dateFormats.display.monthLabel?this._dateAdapter.format(this.activeDate,this._dateFormats.display.monthLabel):this._dateAdapter.getMonthNames("short")[this._dateAdapter.getMonth(this.activeDate)].toLocaleUpperCase();let p=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),1);this._firstWeekOffset=(7+this._dateAdapter.getDayOfWeek(p)-this._dateAdapter.getFirstDayOfWeek())%7,this._initWeekdays(),this._createWeekCells(),this._changeDetectorRef.markForCheck()}_focusActiveCell(p){this._matCalendarBody._focusActiveCell(p)}_focusActiveCellAfterViewChecked(){this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked()}_previewChanged({event:p,value:D}){if(this._rangeStrategy){const k=D?D.rawValue:null,at=this._rangeStrategy.createPreview(k,this.selected,p);if(this._previewStart=this._getCellCompareValue(at.start),this._previewEnd=this._getCellCompareValue(at.end),this.activeDrag&&k){const Qt=this._rangeStrategy.createDrag?.(this.activeDrag.value,this.selected,k,p);Qt&&(this._previewStart=this._getCellCompareValue(Qt.start),this._previewEnd=this._getCellCompareValue(Qt.end))}this._changeDetectorRef.detectChanges()}}_dragEnded(p){if(this.activeDrag)if(p.value){const D=this._rangeStrategy?.createDrag?.(this.activeDrag.value,this.selected,p.value,p.event);this.dragEnded.emit({value:D??null,event:p.event})}else this.dragEnded.emit({value:null,event:p.event})}_getDateFromDayOfMonth(p){return this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),p)}_initWeekdays(){const p=this._dateAdapter.getFirstDayOfWeek(),D=this._dateAdapter.getDayOfWeekNames("narrow");let at=this._dateAdapter.getDayOfWeekNames("long").map((Qt,un)=>({long:Qt,narrow:D[un],id:An++}));this._weekdays=at.slice(p).concat(at.slice(0,p))}_createWeekCells(){const p=this._dateAdapter.getNumDaysInMonth(this.activeDate),D=this._dateAdapter.getDateNames();this._weeks=[[]];for(let k=0,at=this._firstWeekOffset;k<p;k++,at++){7==at&&(this._weeks.push([]),at=0);const Qt=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),k+1),un=this._shouldEnableDate(Qt),Wn=this._dateAdapter.format(Qt,this._dateFormats.display.dateA11yLabel),Cn=this.dateClass?this.dateClass(Qt,"month"):void 0;this._weeks[this._weeks.length-1].push(new q(k+1,D[k],Wn,un,Cn,this._getCellCompareValue(Qt),Qt))}}_shouldEnableDate(p){return!!p&&(!this.minDate||this._dateAdapter.compareDate(p,this.minDate)>=0)&&(!this.maxDate||this._dateAdapter.compareDate(p,this.maxDate)<=0)&&(!this.dateFilter||this.dateFilter(p))}_getDateInCurrentMonth(p){return p&&this._hasSameMonthAndYear(p,this.activeDate)?this._dateAdapter.getDate(p):null}_hasSameMonthAndYear(p,D){return!(!p||!D||this._dateAdapter.getMonth(p)!=this._dateAdapter.getMonth(D)||this._dateAdapter.getYear(p)!=this._dateAdapter.getYear(D))}_getCellCompareValue(p){if(p){const D=this._dateAdapter.getYear(p),k=this._dateAdapter.getMonth(p),at=this._dateAdapter.getDate(p);return new Date(D,k,at).getTime()}return null}_isRtl(){return this._dir&&"rtl"===this._dir.value}_setRanges(p){p instanceof Wt?(this._rangeStart=this._getCellCompareValue(p.start),this._rangeEnd=this._getCellCompareValue(p.end),this._isRange=!0):(this._rangeStart=this._rangeEnd=this._getCellCompareValue(p),this._isRange=!1),this._comparisonRangeStart=this._getCellCompareValue(this.comparisonStart),this._comparisonRangeEnd=this._getCellCompareValue(this.comparisonEnd)}_canSelect(p){return!this.dateFilter||this.dateFilter(p)}_clearPreview(){this._previewStart=this._previewEnd=null}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(g.gRc),g.rXU(st.de,8),g.rXU(st.MJ,8),g.rXU(kt.dS,8),g.rXU(Ge,8))}}static{this.\u0275cmp=g.VBU({type:V,selectors:[["mat-month-view"]],viewQuery:function(D,k){if(1&D&&g.GBs(ne,5),2&D){let at;g.mGM(at=g.lsd())&&(k._matCalendarBody=at.first)}},inputs:{activeDate:"activeDate",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",startDateAccessibleName:"startDateAccessibleName",endDateAccessibleName:"endDateAccessibleName",activeDrag:"activeDrag"},outputs:{selectedChange:"selectedChange",_userSelection:"_userSelection",dragStarted:"dragStarted",dragEnded:"dragEnded",activeDateChange:"activeDateChange"},exportAs:["matMonthView"],standalone:!0,features:[g.OA$,g.aNF],decls:8,vars:14,consts:[["role","grid",1,"mat-calendar-table"],[1,"mat-calendar-table-header"],["scope","col"],["aria-hidden","true"],["colspan","7",1,"mat-calendar-table-header-divider"],["mat-calendar-body","",3,"selectedValueChange","activeDateChange","previewChange","dragStarted","dragEnded","keyup","keydown","label","rows","todayValue","startValue","endValue","comparisonStart","comparisonEnd","previewStart","previewEnd","isRange","labelMinRequiredCells","activeCell","startDateAccessibleName","endDateAccessibleName"],[1,"cdk-visually-hidden"]],template:function(D,k){1&D&&(g.j41(0,"table",0)(1,"thead",1)(2,"tr"),g.Z7z(3,Ve,5,2,"th",2,dt),g.k0s(),g.j41(5,"tr",3),g.nrm(6,"th",4),g.k0s()(),g.j41(7,"tbody",5),g.bIt("selectedValueChange",function(Qt){return k._dateSelected(Qt)})("activeDateChange",function(Qt){return k._updateActiveDate(Qt)})("previewChange",function(Qt){return k._previewChanged(Qt)})("dragStarted",function(Qt){return k.dragStarted.emit(Qt)})("dragEnded",function(Qt){return k._dragEnded(Qt)})("keyup",function(Qt){return k._handleCalendarBodyKeyup(Qt)})("keydown",function(Qt){return k._handleCalendarBodyKeydown(Qt)}),g.k0s()()),2&D&&(g.R7$(3),g.Dyx(k._weekdays),g.R7$(4),g.Y8G("label",k._monthLabel)("rows",k._weeks)("todayValue",k._todayDate)("startValue",k._rangeStart)("endValue",k._rangeEnd)("comparisonStart",k._comparisonRangeStart)("comparisonEnd",k._comparisonRangeEnd)("previewStart",k._previewStart)("previewEnd",k._previewEnd)("isRange",k._isRange)("labelMinRequiredCells",3)("activeCell",k._dateAdapter.getDate(k.activeDate)-1)("startDateAccessibleName",k.startDateAccessibleName)("endDateAccessibleName",k.endDateAccessibleName))},dependencies:[ne],encapsulation:2,changeDetection:0})}}return V})();const rn=24;let Tn=(()=>{class V{get activeDate(){return this._activeDate}set activeDate(p){let D=this._activeDate;const k=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(k,this.minDate,this.maxDate),jn(this._dateAdapter,D,this._activeDate,this.minDate,this.maxDate)||this._init()}get selected(){return this._selected}set selected(p){this._selected=p instanceof Wt?p:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p)),this._setSelectedYear(p)}get minDate(){return this._minDate}set minDate(p){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get maxDate(){return this._maxDate}set maxDate(p){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}constructor(p,D,k){this._changeDetectorRef=p,this._dateAdapter=D,this._dir=k,this._rerenderSubscription=et.yU.EMPTY,this.selectedChange=new g.bkB,this.yearSelected=new g.bkB,this.activeDateChange=new g.bkB,this._activeDate=this._dateAdapter.today()}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,Xt.Z)(null)).subscribe(()=>this._init())}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_init(){this._todayYear=this._dateAdapter.getYear(this._dateAdapter.today());const D=this._dateAdapter.getYear(this._activeDate)-cn(this._dateAdapter,this.activeDate,this.minDate,this.maxDate);this._years=[];for(let k=0,at=[];k<rn;k++)at.push(D+k),4==at.length&&(this._years.push(at.map(Qt=>this._createCellForYear(Qt))),at=[]);this._changeDetectorRef.markForCheck()}_yearSelected(p){const D=p.value,k=this._dateAdapter.createDate(D,0,1),at=this._getDateFromYear(D);this.yearSelected.emit(k),this.selectedChange.emit(at)}_updateActiveDate(p){const k=this._activeDate;this.activeDate=this._getDateFromYear(p.value),this._dateAdapter.compareDate(k,this.activeDate)&&this.activeDateChange.emit(this.activeDate)}_handleCalendarBodyKeydown(p){const D=this._activeDate,k=this._isRtl();switch(p.keyCode){case gt.UQ:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,k?1:-1);break;case gt.LE:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,k?-1:1);break;case gt.i7:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,-4);break;case gt.n6:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,4);break;case gt.yZ:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,-cn(this._dateAdapter,this.activeDate,this.minDate,this.maxDate));break;case gt.Kp:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,rn-cn(this._dateAdapter,this.activeDate,this.minDate,this.maxDate)-1);break;case gt.w_:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,p.altKey?10*-rn:-rn);break;case gt.dB:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,p.altKey?10*rn:rn);break;case gt.Fm:case gt.t6:this._selectionKeyPressed=!0;break;default:return}this._dateAdapter.compareDate(D,this.activeDate)&&this.activeDateChange.emit(this.activeDate),this._focusActiveCellAfterViewChecked(),p.preventDefault()}_handleCalendarBodyKeyup(p){(p.keyCode===gt.t6||p.keyCode===gt.Fm)&&(this._selectionKeyPressed&&this._yearSelected({value:this._dateAdapter.getYear(this._activeDate),event:p}),this._selectionKeyPressed=!1)}_getActiveCell(){return cn(this._dateAdapter,this.activeDate,this.minDate,this.maxDate)}_focusActiveCell(){this._matCalendarBody._focusActiveCell()}_focusActiveCellAfterViewChecked(){this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked()}_getDateFromYear(p){const D=this._dateAdapter.getMonth(this.activeDate),k=this._dateAdapter.getNumDaysInMonth(this._dateAdapter.createDate(p,D,1));return this._dateAdapter.createDate(p,D,Math.min(this._dateAdapter.getDate(this.activeDate),k))}_createCellForYear(p){const D=this._dateAdapter.createDate(p,0,1),k=this._dateAdapter.getYearName(D),at=this.dateClass?this.dateClass(D,"multi-year"):void 0;return new q(p,k,k,this._shouldEnableYear(p),at)}_shouldEnableYear(p){if(null==p||this.maxDate&&p>this._dateAdapter.getYear(this.maxDate)||this.minDate&&p<this._dateAdapter.getYear(this.minDate))return!1;if(!this.dateFilter)return!0;for(let k=this._dateAdapter.createDate(p,0,1);this._dateAdapter.getYear(k)==p;k=this._dateAdapter.addCalendarDays(k,1))if(this.dateFilter(k))return!0;return!1}_isRtl(){return this._dir&&"rtl"===this._dir.value}_setSelectedYear(p){if(this._selectedYear=null,p instanceof Wt){const D=p.start||p.end;D&&(this._selectedYear=this._dateAdapter.getYear(D))}else p&&(this._selectedYear=this._dateAdapter.getYear(p))}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(g.gRc),g.rXU(st.MJ,8),g.rXU(kt.dS,8))}}static{this.\u0275cmp=g.VBU({type:V,selectors:[["mat-multi-year-view"]],viewQuery:function(D,k){if(1&D&&g.GBs(ne,5),2&D){let at;g.mGM(at=g.lsd())&&(k._matCalendarBody=at.first)}},inputs:{activeDate:"activeDate",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass"},outputs:{selectedChange:"selectedChange",yearSelected:"yearSelected",activeDateChange:"activeDateChange"},exportAs:["matMultiYearView"],standalone:!0,features:[g.aNF],decls:5,vars:7,consts:[["role","grid",1,"mat-calendar-table"],["aria-hidden","true",1,"mat-calendar-table-header"],["colspan","4",1,"mat-calendar-table-header-divider"],["mat-calendar-body","",3,"selectedValueChange","activeDateChange","keyup","keydown","rows","todayValue","startValue","endValue","numCols","cellAspectRatio","activeCell"]],template:function(D,k){1&D&&(g.j41(0,"table",0)(1,"thead",1)(2,"tr"),g.nrm(3,"th",2),g.k0s()(),g.j41(4,"tbody",3),g.bIt("selectedValueChange",function(Qt){return k._yearSelected(Qt)})("activeDateChange",function(Qt){return k._updateActiveDate(Qt)})("keyup",function(Qt){return k._handleCalendarBodyKeyup(Qt)})("keydown",function(Qt){return k._handleCalendarBodyKeydown(Qt)}),g.k0s()()),2&D&&(g.R7$(4),g.Y8G("rows",k._years)("todayValue",k._todayYear)("startValue",k._selectedYear)("endValue",k._selectedYear)("numCols",4)("cellAspectRatio",4/7)("activeCell",k._getActiveCell()))},dependencies:[ne],encapsulation:2,changeDetection:0})}}return V})();function jn(V,le,p,D,k){const at=V.getYear(le),Qt=V.getYear(p),un=Zt(V,D,k);return Math.floor((at-un)/rn)===Math.floor((Qt-un)/rn)}function cn(V,le,p,D){return function ae(V,le){return(V%le+le)%le}(V.getYear(le)-Zt(V,p,D),rn)}function Zt(V,le,p){let D=0;return p?D=V.getYear(p)-rn+1:le&&(D=V.getYear(le)),D}let L=(()=>{class V{get activeDate(){return this._activeDate}set activeDate(p){let D=this._activeDate;const k=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(k,this.minDate,this.maxDate),this._dateAdapter.getYear(D)!==this._dateAdapter.getYear(this._activeDate)&&this._init()}get selected(){return this._selected}set selected(p){this._selected=p instanceof Wt?p:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p)),this._setSelectedMonth(p)}get minDate(){return this._minDate}set minDate(p){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get maxDate(){return this._maxDate}set maxDate(p){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}constructor(p,D,k,at){this._changeDetectorRef=p,this._dateFormats=D,this._dateAdapter=k,this._dir=at,this._rerenderSubscription=et.yU.EMPTY,this.selectedChange=new g.bkB,this.monthSelected=new g.bkB,this.activeDateChange=new g.bkB,this._activeDate=this._dateAdapter.today()}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,Xt.Z)(null)).subscribe(()=>this._init())}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_monthSelected(p){const D=p.value,k=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),D,1);this.monthSelected.emit(k);const at=this._getDateFromMonth(D);this.selectedChange.emit(at)}_updateActiveDate(p){const k=this._activeDate;this.activeDate=this._getDateFromMonth(p.value),this._dateAdapter.compareDate(k,this.activeDate)&&this.activeDateChange.emit(this.activeDate)}_handleCalendarBodyKeydown(p){const D=this._activeDate,k=this._isRtl();switch(p.keyCode){case gt.UQ:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,k?1:-1);break;case gt.LE:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,k?-1:1);break;case gt.i7:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-4);break;case gt.n6:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,4);break;case gt.yZ:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-this._dateAdapter.getMonth(this._activeDate));break;case gt.Kp:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,11-this._dateAdapter.getMonth(this._activeDate));break;case gt.w_:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,p.altKey?-10:-1);break;case gt.dB:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,p.altKey?10:1);break;case gt.Fm:case gt.t6:this._selectionKeyPressed=!0;break;default:return}this._dateAdapter.compareDate(D,this.activeDate)&&(this.activeDateChange.emit(this.activeDate),this._focusActiveCellAfterViewChecked()),p.preventDefault()}_handleCalendarBodyKeyup(p){(p.keyCode===gt.t6||p.keyCode===gt.Fm)&&(this._selectionKeyPressed&&this._monthSelected({value:this._dateAdapter.getMonth(this._activeDate),event:p}),this._selectionKeyPressed=!1)}_init(){this._setSelectedMonth(this.selected),this._todayMonth=this._getMonthInCurrentYear(this._dateAdapter.today()),this._yearLabel=this._dateAdapter.getYearName(this.activeDate);let p=this._dateAdapter.getMonthNames("short");this._months=[[0,1,2,3],[4,5,6,7],[8,9,10,11]].map(D=>D.map(k=>this._createCellForMonth(k,p[k]))),this._changeDetectorRef.markForCheck()}_focusActiveCell(){this._matCalendarBody._focusActiveCell()}_focusActiveCellAfterViewChecked(){this._matCalendarBody._scheduleFocusActiveCellAfterViewChecked()}_getMonthInCurrentYear(p){return p&&this._dateAdapter.getYear(p)==this._dateAdapter.getYear(this.activeDate)?this._dateAdapter.getMonth(p):null}_getDateFromMonth(p){const D=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),p,1),k=this._dateAdapter.getNumDaysInMonth(D);return this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),p,Math.min(this._dateAdapter.getDate(this.activeDate),k))}_createCellForMonth(p,D){const k=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),p,1),at=this._dateAdapter.format(k,this._dateFormats.display.monthYearA11yLabel),Qt=this.dateClass?this.dateClass(k,"year"):void 0;return new q(p,D.toLocaleUpperCase(),at,this._shouldEnableMonth(p),Qt)}_shouldEnableMonth(p){const D=this._dateAdapter.getYear(this.activeDate);if(null==p||this._isYearAndMonthAfterMaxDate(D,p)||this._isYearAndMonthBeforeMinDate(D,p))return!1;if(!this.dateFilter)return!0;for(let at=this._dateAdapter.createDate(D,p,1);this._dateAdapter.getMonth(at)==p;at=this._dateAdapter.addCalendarDays(at,1))if(this.dateFilter(at))return!0;return!1}_isYearAndMonthAfterMaxDate(p,D){if(this.maxDate){const k=this._dateAdapter.getYear(this.maxDate),at=this._dateAdapter.getMonth(this.maxDate);return p>k||p===k&&D>at}return!1}_isYearAndMonthBeforeMinDate(p,D){if(this.minDate){const k=this._dateAdapter.getYear(this.minDate),at=this._dateAdapter.getMonth(this.minDate);return p<k||p===k&&D<at}return!1}_isRtl(){return this._dir&&"rtl"===this._dir.value}_setSelectedMonth(p){this._selectedMonth=p instanceof Wt?this._getMonthInCurrentYear(p.start)||this._getMonthInCurrentYear(p.end):this._getMonthInCurrentYear(p)}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(g.gRc),g.rXU(st.de,8),g.rXU(st.MJ,8),g.rXU(kt.dS,8))}}static{this.\u0275cmp=g.VBU({type:V,selectors:[["mat-year-view"]],viewQuery:function(D,k){if(1&D&&g.GBs(ne,5),2&D){let at;g.mGM(at=g.lsd())&&(k._matCalendarBody=at.first)}},inputs:{activeDate:"activeDate",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass"},outputs:{selectedChange:"selectedChange",monthSelected:"monthSelected",activeDateChange:"activeDateChange"},exportAs:["matYearView"],standalone:!0,features:[g.aNF],decls:5,vars:9,consts:[["role","grid",1,"mat-calendar-table"],["aria-hidden","true",1,"mat-calendar-table-header"],["colspan","4",1,"mat-calendar-table-header-divider"],["mat-calendar-body","",3,"selectedValueChange","activeDateChange","keyup","keydown","label","rows","todayValue","startValue","endValue","labelMinRequiredCells","numCols","cellAspectRatio","activeCell"]],template:function(D,k){1&D&&(g.j41(0,"table",0)(1,"thead",1)(2,"tr"),g.nrm(3,"th",2),g.k0s()(),g.j41(4,"tbody",3),g.bIt("selectedValueChange",function(Qt){return k._monthSelected(Qt)})("activeDateChange",function(Qt){return k._updateActiveDate(Qt)})("keyup",function(Qt){return k._handleCalendarBodyKeyup(Qt)})("keydown",function(Qt){return k._handleCalendarBodyKeydown(Qt)}),g.k0s()()),2&D&&(g.R7$(4),g.Y8G("label",k._yearLabel)("rows",k._months)("todayValue",k._todayMonth)("startValue",k._selectedMonth)("endValue",k._selectedMonth)("labelMinRequiredCells",2)("numCols",4)("cellAspectRatio",4/7)("activeCell",k._dateAdapter.getMonth(k.activeDate)))},dependencies:[ne],encapsulation:2,changeDetection:0})}}return V})(),Y=1,Ht=(()=>{class V{constructor(p,D,k,at,Qt){this._intl=p,this.calendar=D,this._dateAdapter=k,this._dateFormats=at,this._id="mat-calendar-header-"+Y++,this._periodButtonLabelId=`${this._id}-period-label`,this.calendar.stateChanges.subscribe(()=>Qt.markForCheck())}get periodButtonText(){return"month"==this.calendar.currentView?this._dateAdapter.format(this.calendar.activeDate,this._dateFormats.display.monthYearLabel).toLocaleUpperCase():"year"==this.calendar.currentView?this._dateAdapter.getYearName(this.calendar.activeDate):this._intl.formatYearRange(...this._formatMinAndMaxYearLabels())}get periodButtonDescription(){return"month"==this.calendar.currentView?this._dateAdapter.format(this.calendar.activeDate,this._dateFormats.display.monthYearLabel).toLocaleUpperCase():"year"==this.calendar.currentView?this._dateAdapter.getYearName(this.calendar.activeDate):this._intl.formatYearRangeLabel(...this._formatMinAndMaxYearLabels())}get periodButtonLabel(){return"month"==this.calendar.currentView?this._intl.switchToMultiYearViewLabel:this._intl.switchToMonthViewLabel}get prevButtonLabel(){return{month:this._intl.prevMonthLabel,year:this._intl.prevYearLabel,"multi-year":this._intl.prevMultiYearLabel}[this.calendar.currentView]}get nextButtonLabel(){return{month:this._intl.nextMonthLabel,year:this._intl.nextYearLabel,"multi-year":this._intl.nextMultiYearLabel}[this.calendar.currentView]}currentPeriodClicked(){this.calendar.currentView="month"==this.calendar.currentView?"multi-year":"month"}previousClicked(){this.calendar.activeDate="month"==this.calendar.currentView?this._dateAdapter.addCalendarMonths(this.calendar.activeDate,-1):this._dateAdapter.addCalendarYears(this.calendar.activeDate,"year"==this.calendar.currentView?-1:-rn)}nextClicked(){this.calendar.activeDate="month"==this.calendar.currentView?this._dateAdapter.addCalendarMonths(this.calendar.activeDate,1):this._dateAdapter.addCalendarYears(this.calendar.activeDate,"year"==this.calendar.currentView?1:rn)}previousEnabled(){return!this.calendar.minDate||!this.calendar.minDate||!this._isSameView(this.calendar.activeDate,this.calendar.minDate)}nextEnabled(){return!this.calendar.maxDate||!this._isSameView(this.calendar.activeDate,this.calendar.maxDate)}_isSameView(p,D){return"month"==this.calendar.currentView?this._dateAdapter.getYear(p)==this._dateAdapter.getYear(D)&&this._dateAdapter.getMonth(p)==this._dateAdapter.getMonth(D):"year"==this.calendar.currentView?this._dateAdapter.getYear(p)==this._dateAdapter.getYear(D):jn(this._dateAdapter,p,D,this.calendar.minDate,this.calendar.maxDate)}_formatMinAndMaxYearLabels(){const D=this._dateAdapter.getYear(this.calendar.activeDate)-cn(this._dateAdapter,this.calendar.activeDate,this.calendar.minDate,this.calendar.maxDate),k=D+rn-1;return[this._dateAdapter.getYearName(this._dateAdapter.createDate(D,0,1)),this._dateAdapter.getYearName(this._dateAdapter.createDate(k,0,1))]}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(Ae),g.rXU((0,g.Rfq)(()=>Ie)),g.rXU(st.MJ,8),g.rXU(st.de,8),g.rXU(g.gRc))}}static{this.\u0275cmp=g.VBU({type:V,selectors:[["mat-calendar-header"]],exportAs:["matCalendarHeader"],standalone:!0,features:[g.aNF],ngContentSelectors:on,decls:13,vars:11,consts:[[1,"mat-calendar-header"],[1,"mat-calendar-controls"],["aria-live","polite",1,"cdk-visually-hidden",3,"id"],["mat-button","","type","button",1,"mat-calendar-period-button",3,"click"],["aria-hidden","true"],["viewBox","0 0 10 5","focusable","false","aria-hidden","true",1,"mat-calendar-arrow"],["points","0,0 5,5 10,0"],[1,"mat-calendar-spacer"],["mat-icon-button","","type","button",1,"mat-calendar-previous-button",3,"click","disabled"],["mat-icon-button","","type","button",1,"mat-calendar-next-button",3,"click","disabled"]],template:function(D,k){1&D&&(g.NAR(),g.j41(0,"div",0)(1,"div",1)(2,"span",2),g.EFF(3),g.k0s(),g.j41(4,"button",3),g.bIt("click",function(){return k.currentPeriodClicked()}),g.j41(5,"span",4),g.EFF(6),g.k0s(),g.qSk(),g.j41(7,"svg",5),g.nrm(8,"polygon",6),g.k0s()(),g.joV(),g.nrm(9,"div",7),g.SdG(10),g.j41(11,"button",8),g.bIt("click",function(){return k.previousClicked()}),g.k0s(),g.j41(12,"button",9),g.bIt("click",function(){return k.nextClicked()}),g.k0s()()()),2&D&&(g.R7$(2),g.Y8G("id",k._periodButtonLabelId),g.R7$(),g.JRh(k.periodButtonDescription),g.R7$(),g.BMQ("aria-label",k.periodButtonLabel)("aria-describedby",k._periodButtonLabelId),g.R7$(2),g.JRh(k.periodButtonText),g.R7$(),g.AVh("mat-calendar-invert","month"!==k.calendar.currentView),g.R7$(4),g.Y8G("disabled",!k.previousEnabled()),g.BMQ("aria-label",k.prevButtonLabel),g.R7$(),g.Y8G("disabled",!k.nextEnabled()),g.BMQ("aria-label",k.nextButtonLabel))},dependencies:[Z.$z,Z.iY],encapsulation:2,changeDetection:0})}}return V})(),Ie=(()=>{class V{get startAt(){return this._startAt}set startAt(p){this._startAt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get selected(){return this._selected}set selected(p){this._selected=p instanceof Wt?p:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get minDate(){return this._minDate}set minDate(p){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get maxDate(){return this._maxDate}set maxDate(p){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get activeDate(){return this._clampedActiveDate}set activeDate(p){this._clampedActiveDate=this._dateAdapter.clampDate(p,this.minDate,this.maxDate),this.stateChanges.next(),this._changeDetectorRef.markForCheck()}get currentView(){return this._currentView}set currentView(p){const D=this._currentView!==p?p:null;this._currentView=p,this._moveFocusOnNextTick=!0,this._changeDetectorRef.markForCheck(),D&&this.viewChanged.emit(D)}constructor(p,D,k,at){this._dateAdapter=D,this._dateFormats=k,this._changeDetectorRef=at,this._moveFocusOnNextTick=!1,this.startView="month",this.selectedChange=new g.bkB,this.yearSelected=new g.bkB,this.monthSelected=new g.bkB,this.viewChanged=new g.bkB(!0),this._userSelection=new g.bkB,this._userDragDrop=new g.bkB,this._activeDrag=null,this.stateChanges=new J.B,this._intlChanges=p.changes.subscribe(()=>{at.markForCheck(),this.stateChanges.next()})}ngAfterContentInit(){this._calendarHeaderPortal=new r.A8(this.headerComponent||Ht),this.activeDate=this.startAt||this._dateAdapter.today(),this._currentView=this.startView}ngAfterViewChecked(){this._moveFocusOnNextTick&&(this._moveFocusOnNextTick=!1,this.focusActiveCell())}ngOnDestroy(){this._intlChanges.unsubscribe(),this.stateChanges.complete()}ngOnChanges(p){const D=p.minDate&&!this._dateAdapter.sameDate(p.minDate.previousValue,p.minDate.currentValue)?p.minDate:void 0,k=p.maxDate&&!this._dateAdapter.sameDate(p.maxDate.previousValue,p.maxDate.currentValue)?p.maxDate:void 0,at=D||k||p.dateFilter;if(at&&!at.firstChange){const Qt=this._getCurrentViewComponent();Qt&&(this._moveFocusOnNextTick=!0,this._changeDetectorRef.detectChanges(),Qt._init())}this.stateChanges.next()}focusActiveCell(){this._getCurrentViewComponent()._focusActiveCell(!1)}updateTodaysDate(){this._getCurrentViewComponent()._init()}_dateSelected(p){const D=p.value;(this.selected instanceof Wt||D&&!this._dateAdapter.sameDate(D,this.selected))&&this.selectedChange.emit(D),this._userSelection.emit(p)}_yearSelectedInMultiYearView(p){this.yearSelected.emit(p)}_monthSelectedInYearView(p){this.monthSelected.emit(p)}_goToDateInView(p,D){this.activeDate=p,this.currentView=D}_dragStarted(p){this._activeDrag=p}_dragEnded(p){this._activeDrag&&(p.value&&this._userDragDrop.emit(p),this._activeDrag=null)}_getCurrentViewComponent(){return this.monthView||this.yearView||this.multiYearView}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(Ae),g.rXU(st.MJ,8),g.rXU(st.de,8),g.rXU(g.gRc))}}static{this.\u0275cmp=g.VBU({type:V,selectors:[["mat-calendar"]],viewQuery:function(D,k){if(1&D&&(g.GBs(De,5),g.GBs(L,5),g.GBs(Tn,5)),2&D){let at;g.mGM(at=g.lsd())&&(k.monthView=at.first),g.mGM(at=g.lsd())&&(k.yearView=at.first),g.mGM(at=g.lsd())&&(k.multiYearView=at.first)}},hostAttrs:[1,"mat-calendar"],inputs:{headerComponent:"headerComponent",startAt:"startAt",startView:"startView",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",startDateAccessibleName:"startDateAccessibleName",endDateAccessibleName:"endDateAccessibleName"},outputs:{selectedChange:"selectedChange",yearSelected:"yearSelected",monthSelected:"monthSelected",viewChanged:"viewChanged",_userSelection:"_userSelection",_userDragDrop:"_userDragDrop"},exportAs:["matCalendar"],standalone:!0,features:[g.Jv_([jt]),g.OA$,g.aNF],decls:5,vars:2,consts:[[3,"cdkPortalOutlet"],["cdkMonitorSubtreeFocus","","tabindex","-1",1,"mat-calendar-content"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","comparisonStart","comparisonEnd","startDateAccessibleName","endDateAccessibleName","activeDrag"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass"],[3,"activeDateChange","_userSelection","dragStarted","dragEnded","activeDate","selected","dateFilter","maxDate","minDate","dateClass","comparisonStart","comparisonEnd","startDateAccessibleName","endDateAccessibleName","activeDrag"],[3,"activeDateChange","monthSelected","selectedChange","activeDate","selected","dateFilter","maxDate","minDate","dateClass"],[3,"activeDateChange","yearSelected","selectedChange","activeDate","selected","dateFilter","maxDate","minDate","dateClass"]],template:function(D,k){if(1&D&&(g.DNE(0,wn,0,0,"ng-template",0),g.j41(1,"div",1),g.DNE(2,Fe,1,11,"mat-month-view",2)(3,zn,1,6,"mat-year-view",3)(4,ht,1,6,"mat-multi-year-view",3),g.k0s()),2&D){let at;g.Y8G("cdkPortalOutlet",k._calendarHeaderPortal),g.R7$(2),g.vxM("month"===(at=k.currentView)?2:"year"===at?3:"multi-year"===at?4:-1)}},dependencies:[r.I3,n.vR,De,L,Tn],styles:['.mat-calendar{display:block;line-height:normal;font-family:var(--mat-datepicker-calendar-text-font, var(--mat-app-body-medium-font));font-size:var(--mat-datepicker-calendar-text-size, var(--mat-app-body-medium-size))}.mat-calendar-header{padding:8px 8px 0 8px}.mat-calendar-content{padding:0 8px 8px 8px;outline:none}.mat-calendar-controls{display:flex;align-items:center;margin:5% calc(4.7142857143% - 16px)}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0;margin:0 8px;font-size:var(--mat-datepicker-calendar-period-button-text-size, var(--mat-app-title-small-size));font-weight:var(--mat-datepicker-calendar-period-button-text-weight, var(--mat-app-title-small-weight));--mdc-text-button-label-text-color:var(--mat-datepicker-calendar-period-button-text-color, var(--mat-app-on-surface-variant))}.mat-calendar-arrow{display:inline-block;width:10px;height:5px;margin:0 0 0 5px;vertical-align:middle;fill:var(--mat-datepicker-calendar-period-button-icon-color, var(--mat-app-on-surface-variant))}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.cdk-high-contrast-active .mat-calendar-arrow{fill:CanvasText}.mat-calendar-previous-button,.mat-calendar-next-button{position:relative}.mat-datepicker-content .mat-calendar-previous-button:not(.mat-mdc-button-disabled),.mat-datepicker-content .mat-calendar-next-button:not(.mat-mdc-button-disabled){color:var(--mat-datepicker-calendar-navigation-button-icon-color, var(--mat-app-on-surface-variant))}.mat-calendar-previous-button::after,.mat-calendar-next-button::after{top:0;left:0;right:0;bottom:0;position:absolute;content:"";margin:15.5px;border:0 solid currentColor;border-top-width:2px}[dir=rtl] .mat-calendar-previous-button,[dir=rtl] .mat-calendar-next-button{transform:rotate(180deg)}.mat-calendar-previous-button::after{border-left-width:2px;transform:translateX(2px) rotate(-45deg)}.mat-calendar-next-button::after{border-right-width:2px;transform:translateX(-2px) rotate(45deg)}.mat-calendar-table{border-spacing:0;border-collapse:collapse;width:100%}.mat-calendar-table-header th{text-align:center;padding:0 0 8px 0;color:var(--mat-datepicker-calendar-header-text-color, var(--mat-app-on-surface-variant));font-size:var(--mat-datepicker-calendar-header-text-size, var(--mat-app-title-small-size));font-weight:var(--mat-datepicker-calendar-header-text-weight, var(--mat-app-title-small-weight))}.mat-calendar-table-header-divider{position:relative;height:1px}.mat-calendar-table-header-divider::after{content:"";position:absolute;top:0;left:-8px;right:-8px;height:1px;background:var(--mat-datepicker-calendar-header-divider-color)}.mat-calendar-body-cell-content::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 3px)*-1)}.mat-calendar-body-cell:focus .mat-focus-indicator::before{content:""}'],encapsulation:2,changeDetection:0})}}return V})();const sn={transformPanel:(0,fe.hZ)("transformPanel",[(0,fe.kY)("void => enter-dropdown",(0,fe.i0)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,fe.i7)([(0,fe.iF)({opacity:0,transform:"scale(1, 0.8)"}),(0,fe.iF)({opacity:1,transform:"scale(1, 1)"})]))),(0,fe.kY)("void => enter-dialog",(0,fe.i0)("150ms cubic-bezier(0, 0, 0.2, 1)",(0,fe.i7)([(0,fe.iF)({opacity:0,transform:"scale(0.7)"}),(0,fe.iF)({transform:"none",opacity:1})]))),(0,fe.kY)("* => void",(0,fe.i0)("100ms linear",(0,fe.iF)({opacity:0})))]),fadeInCalendar:(0,fe.hZ)("fadeInCalendar",[(0,fe.wk)("void",(0,fe.iF)({opacity:0})),(0,fe.wk)("enter",(0,fe.iF)({opacity:1})),(0,fe.kY)("void => *",(0,fe.i0)("120ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)"))])};let ge=0;const Me=new g.nKC("mat-datepicker-scroll-strategy",{providedIn:"root",factory:()=>{const V=(0,g.WQX)(i.hJ);return()=>V.scrollStrategies.reposition()}}),me={provide:Me,deps:[i.hJ],useFactory:function Ct(V){return()=>V.scrollStrategies.reposition()}};let Nt=(()=>{class V{constructor(p,D,k,at,Qt,un){this._elementRef=p,this._changeDetectorRef=D,this._globalModel=k,this._dateAdapter=at,this._rangeSelectionStrategy=Qt,this._subscriptions=new et.yU,this._animationDone=new J.B,this._isAnimating=!1,this._actionsPortal=null,this._closeButtonText=un.closeCalendarLabel}ngOnInit(){this._animationState=this.datepicker.touchUi?"enter-dialog":"enter-dropdown"}ngAfterViewInit(){this._subscriptions.add(this.datepicker.stateChanges.subscribe(()=>{this._changeDetectorRef.markForCheck()})),this._calendar.focusActiveCell()}ngOnDestroy(){this._subscriptions.unsubscribe(),this._animationDone.complete()}_handleUserSelection(p){const D=this._model.selection,k=p.value,at=D instanceof Wt;if(at&&this._rangeSelectionStrategy){const Qt=this._rangeSelectionStrategy.selectionFinished(k,D,p.event);this._model.updateSelection(Qt,this)}else k&&(at||!this._dateAdapter.sameDate(k,D))&&this._model.add(k);(!this._model||this._model.isComplete())&&!this._actionsPortal&&this.datepicker.close()}_handleUserDragDrop(p){this._model.updateSelection(p.value,this)}_startExitAnimation(){this._animationState="void",this._changeDetectorRef.markForCheck()}_handleAnimationEvent(p){this._isAnimating="start"===p.phaseName,this._isAnimating||this._animationDone.next()}_getSelected(){return this._model.selection}_applyPendingSelection(){this._model!==this._globalModel&&this._globalModel.updateSelection(this._model.selection,this)}_assignActions(p,D){this._model=p?this._globalModel.clone():this._globalModel,this._actionsPortal=p,D&&this._changeDetectorRef.detectChanges()}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(g.aKT),g.rXU(g.gRc),g.rXU(qt),g.rXU(st.MJ),g.rXU(Ge,8),g.rXU(Ae))}}static{this.\u0275cmp=g.VBU({type:V,selectors:[["mat-datepicker-content"]],viewQuery:function(D,k){if(1&D&&g.GBs(Ie,5),2&D){let at;g.mGM(at=g.lsd())&&(k._calendar=at.first)}},hostAttrs:[1,"mat-datepicker-content"],hostVars:5,hostBindings:function(D,k){1&D&&g.Kam("@transformPanel.start",function(Qt){return k._handleAnimationEvent(Qt)})("@transformPanel.done",function(Qt){return k._handleAnimationEvent(Qt)}),2&D&&(g.zvX("@transformPanel",k._animationState),g.HbH(k.color?"mat-"+k.color:""),g.AVh("mat-datepicker-content-touch",k.datepicker.touchUi))},inputs:{color:"color"},exportAs:["matDatepickerContent"],standalone:!0,features:[g.aNF],decls:5,vars:27,consts:[["cdkTrapFocus","","role","dialog",1,"mat-datepicker-content-container"],[3,"yearSelected","monthSelected","viewChanged","_userSelection","_userDragDrop","id","startAt","startView","minDate","maxDate","dateFilter","headerComponent","selected","dateClass","comparisonStart","comparisonEnd","startDateAccessibleName","endDateAccessibleName"],[3,"cdkPortalOutlet"],["type","button","mat-raised-button","",1,"mat-datepicker-close-button",3,"focus","blur","click","color"]],template:function(D,k){if(1&D&&(g.j41(0,"div",0)(1,"mat-calendar",1),g.bIt("yearSelected",function(Qt){return k.datepicker._selectYear(Qt)})("monthSelected",function(Qt){return k.datepicker._selectMonth(Qt)})("viewChanged",function(Qt){return k.datepicker._viewChanged(Qt)})("_userSelection",function(Qt){return k._handleUserSelection(Qt)})("_userDragDrop",function(Qt){return k._handleUserDragDrop(Qt)}),g.k0s(),g.DNE(2,ot,0,0,"ng-template",2),g.j41(3,"button",3),g.bIt("focus",function(){return k._closeButtonFocused=!0})("blur",function(){return k._closeButtonFocused=!1})("click",function(){return k.datepicker.close()}),g.EFF(4),g.k0s()()),2&D){let at;g.AVh("mat-datepicker-content-container-with-custom-header",k.datepicker.calendarHeaderComponent)("mat-datepicker-content-container-with-actions",k._actionsPortal),g.BMQ("aria-modal",!0)("aria-labelledby",null!==(at=k._dialogLabelId)&&void 0!==at?at:void 0),g.R7$(),g.HbH(k.datepicker.panelClass),g.Y8G("id",k.datepicker.id)("startAt",k.datepicker.startAt)("startView",k.datepicker.startView)("minDate",k.datepicker._getMinDate())("maxDate",k.datepicker._getMaxDate())("dateFilter",k.datepicker._getDateFilter())("headerComponent",k.datepicker.calendarHeaderComponent)("selected",k._getSelected())("dateClass",k.datepicker.dateClass)("comparisonStart",k.comparisonStart)("comparisonEnd",k.comparisonEnd)("@fadeInCalendar","enter")("startDateAccessibleName",k.startDateAccessibleName)("endDateAccessibleName",k.endDateAccessibleName),g.R7$(),g.Y8G("cdkPortalOutlet",k._actionsPortal),g.R7$(),g.AVh("cdk-visually-hidden",!k._closeButtonFocused),g.Y8G("color",k.color||"primary"),g.R7$(),g.JRh(k._closeButtonText)}},dependencies:[n.kB,Ie,r.I3,Z.$z],styles:[".mat-datepicker-content{display:block;border-radius:4px;background-color:var(--mat-datepicker-calendar-container-background-color, var(--mat-app-surface-container-high));color:var(--mat-datepicker-calendar-container-text-color, var(--mat-app-on-surface));box-shadow:var(--mat-datepicker-calendar-container-elevation-shadow);border-radius:var(--mat-datepicker-calendar-container-shape, var(--mat-app-corner-large))}.mat-datepicker-content .mat-calendar{width:296px;height:354px}.mat-datepicker-content .mat-datepicker-content-container-with-custom-header .mat-calendar{height:auto}.mat-datepicker-content .mat-datepicker-close-button{position:absolute;top:100%;left:0;margin-top:8px}.ng-animating .mat-datepicker-content .mat-datepicker-close-button{display:none}.mat-datepicker-content-container{display:flex;flex-direction:column;justify-content:space-between}.mat-datepicker-content-touch{display:block;max-height:80vh;box-shadow:var(--mat-datepicker-calendar-container-touch-elevation-shadow);border-radius:var(--mat-datepicker-calendar-container-touch-shape, var(--mat-app-corner-extra-large));position:relative;overflow:visible}.mat-datepicker-content-touch .mat-datepicker-content-container{min-height:312px;max-height:788px;min-width:250px;max-width:750px}.mat-datepicker-content-touch .mat-calendar{width:100%;height:auto}@media all and (orientation: landscape){.mat-datepicker-content-touch .mat-datepicker-content-container{width:64vh;height:80vh}}@media all and (orientation: portrait){.mat-datepicker-content-touch .mat-datepicker-content-container{width:80vw;height:100vw}.mat-datepicker-content-touch .mat-datepicker-content-container-with-actions{height:115vw}}"],encapsulation:2,data:{animation:[sn.transformPanel,sn.fadeInCalendar]},changeDetection:0})}}return V})(),Ft=(()=>{class V{get startAt(){return this._startAt||(this.datepickerInput?this.datepickerInput.getStartValue():null)}set startAt(p){this._startAt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p))}get color(){return this._color||(this.datepickerInput?this.datepickerInput.getThemePalette():void 0)}set color(p){this._color=p}get disabled(){return void 0===this._disabled&&this.datepickerInput?this.datepickerInput.disabled:!!this._disabled}set disabled(p){p!==this._disabled&&(this._disabled=p,this.stateChanges.next(void 0))}get panelClass(){return this._panelClass}set panelClass(p){this._panelClass=(0,Jt.cc)(p)}get opened(){return this._opened}set opened(p){p?this.open():this.close()}_getMinDate(){return this.datepickerInput&&this.datepickerInput.min}_getMaxDate(){return this.datepickerInput&&this.datepickerInput.max}_getDateFilter(){return this.datepickerInput&&this.datepickerInput.dateFilter}constructor(p,D,k,at,Qt,un,Wn){this._overlay=p,this._viewContainerRef=k,this._dateAdapter=Qt,this._dir=un,this._model=Wn,this._inputStateChanges=et.yU.EMPTY,this._document=(0,g.WQX)(H.qQ),this.startView="month",this.touchUi=!1,this.xPosition="start",this.yPosition="below",this.restoreFocus=!0,this.yearSelected=new g.bkB,this.monthSelected=new g.bkB,this.viewChanged=new g.bkB(!0),this.openedStream=new g.bkB,this.closedStream=new g.bkB,this._opened=!1,this.id="mat-datepicker-"+ge++,this._focusedElementBeforeOpen=null,this._backdropHarnessClass=`${this.id}-backdrop`,this.stateChanges=new J.B,this._injector=(0,g.WQX)(g.zZn),this._changeDetectorRef=(0,g.WQX)(g.gRc),this._scrollStrategy=at,this._model.selectionChanged.subscribe(()=>{this._changeDetectorRef.markForCheck()})}ngOnChanges(p){const D=p.xPosition||p.yPosition;if(D&&!D.firstChange&&this._overlayRef){const k=this._overlayRef.getConfig().positionStrategy;k instanceof i.rW&&(this._setConnectedPositions(k),this.opened&&this._overlayRef.updatePosition())}this.stateChanges.next(void 0)}ngOnDestroy(){this._destroyOverlay(),this.close(),this._inputStateChanges.unsubscribe(),this.stateChanges.complete()}select(p){this._model.add(p)}_selectYear(p){this.yearSelected.emit(p)}_selectMonth(p){this.monthSelected.emit(p)}_viewChanged(p){this.viewChanged.emit(p)}registerInput(p){return this._inputStateChanges.unsubscribe(),this.datepickerInput=p,this._inputStateChanges=p.stateChanges.subscribe(()=>this.stateChanges.next(void 0)),this._model}registerActions(p){this._actionsPortal=p,this._componentRef?.instance._assignActions(p,!0)}removeActions(p){p===this._actionsPortal&&(this._actionsPortal=null,this._componentRef?.instance._assignActions(null,!0))}open(){this._opened||this.disabled||this._componentRef?.instance._isAnimating||(this._focusedElementBeforeOpen=(0,zt.vc)(),this._openOverlay(),this._opened=!0,this.openedStream.emit())}close(){if(!this._opened||this._componentRef?.instance._isAnimating)return;const p=this.restoreFocus&&this._focusedElementBeforeOpen&&"function"==typeof this._focusedElementBeforeOpen.focus,D=()=>{this._opened&&(this._opened=!1,this.closedStream.emit())};if(this._componentRef){const{instance:k,location:at}=this._componentRef;k._startExitAnimation(),k._animationDone.pipe((0,pt.s)(1)).subscribe(()=>{const Qt=this._document.activeElement;p&&(!Qt||Qt===this._document.activeElement||at.nativeElement.contains(Qt))&&this._focusedElementBeforeOpen.focus(),this._focusedElementBeforeOpen=null,this._destroyOverlay()})}p?setTimeout(D):D()}_applyPendingSelection(){this._componentRef?.instance?._applyPendingSelection()}_forwardContentValues(p){p.datepicker=this,p.color=this.color,p._dialogLabelId=this.datepickerInput.getOverlayLabelId(),p._assignActions(this._actionsPortal,!1)}_openOverlay(){this._destroyOverlay();const p=this.touchUi,D=new r.A8(Nt,this._viewContainerRef),k=this._overlayRef=this._overlay.create(new i.rR({positionStrategy:p?this._getDialogStrategy():this._getDropdownStrategy(),hasBackdrop:!0,backdropClass:[p?"cdk-overlay-dark-backdrop":"mat-overlay-transparent-backdrop",this._backdropHarnessClass],direction:this._dir,scrollStrategy:p?this._overlay.scrollStrategies.block():this._scrollStrategy(),panelClass:"mat-datepicker-"+(p?"dialog":"popup")}));this._getCloseStream(k).subscribe(at=>{at&&at.preventDefault(),this.close()}),k.keydownEvents().subscribe(at=>{const Qt=at.keyCode;(Qt===gt.i7||Qt===gt.n6||Qt===gt.UQ||Qt===gt.LE||Qt===gt.w_||Qt===gt.dB)&&at.preventDefault()}),this._componentRef=k.attach(D),this._forwardContentValues(this._componentRef.instance),p||(0,g.mal)(()=>{k.updatePosition()},{injector:this._injector})}_destroyOverlay(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=this._componentRef=null)}_getDialogStrategy(){return this._overlay.position().global().centerHorizontally().centerVertically()}_getDropdownStrategy(){const p=this._overlay.position().flexibleConnectedTo(this.datepickerInput.getConnectedOverlayOrigin()).withTransformOriginOn(".mat-datepicker-content").withFlexibleDimensions(!1).withViewportMargin(8).withLockedPosition();return this._setConnectedPositions(p)}_setConnectedPositions(p){const D="end"===this.xPosition?"end":"start",k="start"===D?"end":"start",at="above"===this.yPosition?"bottom":"top",Qt="top"===at?"bottom":"top";return p.withPositions([{originX:D,originY:Qt,overlayX:D,overlayY:at},{originX:D,originY:at,overlayX:D,overlayY:Qt},{originX:k,originY:Qt,overlayX:k,overlayY:at},{originX:k,originY:at,overlayX:k,overlayY:Qt}])}_getCloseStream(p){const D=["ctrlKey","shiftKey","metaKey"];return(0,mt.h)(p.backdropClick(),p.detachments(),p.keydownEvents().pipe((0,Kt.p)(k=>k.keyCode===gt._f&&!(0,gt.rp)(k)||this.datepickerInput&&(0,gt.rp)(k,"altKey")&&k.keyCode===gt.i7&&D.every(at=>!(0,gt.rp)(k,at)))))}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(i.hJ),g.rXU(g.SKi),g.rXU(g.c1b),g.rXU(Me),g.rXU(st.MJ,8),g.rXU(kt.dS,8),g.rXU(qt))}}static{this.\u0275dir=g.FsC({type:V,inputs:{calendarHeaderComponent:"calendarHeaderComponent",startAt:"startAt",startView:"startView",color:"color",touchUi:[2,"touchUi","touchUi",g.L39],disabled:[2,"disabled","disabled",g.L39],xPosition:"xPosition",yPosition:"yPosition",restoreFocus:[2,"restoreFocus","restoreFocus",g.L39],dateClass:"dateClass",panelClass:"panelClass",opened:[2,"opened","opened",g.L39]},outputs:{yearSelected:"yearSelected",monthSelected:"monthSelected",viewChanged:"viewChanged",openedStream:"opened",closedStream:"closed"},features:[g.GFd,g.OA$]})}}return V})(),ft=(()=>{class V extends Ft{static{this.\u0275fac=(()=>{let p;return function(k){return(p||(p=g.xGo(V)))(k||V)}})()}static{this.\u0275cmp=g.VBU({type:V,selectors:[["mat-datepicker"]],exportAs:["matDatepicker"],standalone:!0,features:[g.Jv_([jt,{provide:Ft,useExisting:V}]),g.Vt3,g.aNF],decls:0,vars:0,template:function(D,k){},encapsulation:2,changeDetection:0})}}return V})();class Yt{constructor(le,p){this.target=le,this.targetElement=p,this.value=this.target.value}}let Ee=(()=>{class V{get value(){return this._model?this._getValueFromModel(this._model.selection):this._pendingValue}set value(p){this._assignValueProgrammatically(p)}get disabled(){return!!this._disabled||this._parentDisabled()}set disabled(p){const D=p,k=this._elementRef.nativeElement;this._disabled!==D&&(this._disabled=D,this.stateChanges.next(void 0)),D&&this._isInitialized&&k.blur&&k.blur()}_getValidators(){return[this._parseValidator,this._minValidator,this._maxValidator,this._filterValidator]}_registerModel(p){this._model=p,this._valueChangesSubscription.unsubscribe(),this._pendingValue&&this._assignValue(this._pendingValue),this._valueChangesSubscription=this._model.selectionChanged.subscribe(D=>{if(this._shouldHandleChangeEvent(D)){const k=this._getValueFromModel(D.selection);this._lastValueValid=this._isValidValue(k),this._cvaOnChange(k),this._onTouched(),this._formatValue(k),this.dateInput.emit(new Yt(this,this._elementRef.nativeElement)),this.dateChange.emit(new Yt(this,this._elementRef.nativeElement))}})}constructor(p,D,k){this._elementRef=p,this._dateAdapter=D,this._dateFormats=k,this.dateChange=new g.bkB,this.dateInput=new g.bkB,this.stateChanges=new J.B,this._onTouched=()=>{},this._validatorOnChange=()=>{},this._cvaOnChange=()=>{},this._valueChangesSubscription=et.yU.EMPTY,this._localeSubscription=et.yU.EMPTY,this._parseValidator=()=>this._lastValueValid?null:{matDatepickerParse:{text:this._elementRef.nativeElement.value}},this._filterValidator=at=>{const Qt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(at.value));return!Qt||this._matchesFilter(Qt)?null:{matDatepickerFilter:!0}},this._minValidator=at=>{const Qt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(at.value)),un=this._getMinDate();return!un||!Qt||this._dateAdapter.compareDate(un,Qt)<=0?null:{matDatepickerMin:{min:un,actual:Qt}}},this._maxValidator=at=>{const Qt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(at.value)),un=this._getMaxDate();return!un||!Qt||this._dateAdapter.compareDate(un,Qt)>=0?null:{matDatepickerMax:{max:un,actual:Qt}}},this._lastValueValid=!1,this._localeSubscription=D.localeChanges.subscribe(()=>{this._assignValueProgrammatically(this.value)})}ngAfterViewInit(){this._isInitialized=!0}ngOnChanges(p){en(p,this._dateAdapter)&&this.stateChanges.next(void 0)}ngOnDestroy(){this._valueChangesSubscription.unsubscribe(),this._localeSubscription.unsubscribe(),this.stateChanges.complete()}registerOnValidatorChange(p){this._validatorOnChange=p}validate(p){return this._validator?this._validator(p):null}writeValue(p){this._assignValueProgrammatically(p)}registerOnChange(p){this._cvaOnChange=p}registerOnTouched(p){this._onTouched=p}setDisabledState(p){this.disabled=p}_onKeydown(p){(0,gt.rp)(p,"altKey")&&p.keyCode===gt.n6&&["ctrlKey","shiftKey","metaKey"].every(at=>!(0,gt.rp)(p,at))&&!this._elementRef.nativeElement.readOnly&&(this._openPopup(),p.preventDefault())}_onInput(p){const D=this._lastValueValid;let k=this._dateAdapter.parse(p,this._dateFormats.parse.dateInput);this._lastValueValid=this._isValidValue(k),k=this._dateAdapter.getValidDateOrNull(k);const at=!this._dateAdapter.sameDate(k,this.value);!k||at?this._cvaOnChange(k):(p&&!this.value&&this._cvaOnChange(k),D!==this._lastValueValid&&this._validatorOnChange()),at&&(this._assignValue(k),this.dateInput.emit(new Yt(this,this._elementRef.nativeElement)))}_onChange(){this.dateChange.emit(new Yt(this,this._elementRef.nativeElement))}_onBlur(){this.value&&this._formatValue(this.value),this._onTouched()}_formatValue(p){this._elementRef.nativeElement.value=null!=p?this._dateAdapter.format(p,this._dateFormats.display.dateInput):""}_assignValue(p){this._model?(this._assignValueToModel(p),this._pendingValue=null):this._pendingValue=p}_isValidValue(p){return!p||this._dateAdapter.isValid(p)}_parentDisabled(){return!1}_assignValueProgrammatically(p){p=this._dateAdapter.deserialize(p),this._lastValueValid=this._isValidValue(p),p=this._dateAdapter.getValidDateOrNull(p),this._assignValue(p),this._formatValue(p)}_matchesFilter(p){const D=this._getDateFilter();return!D||D(p)}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(g.aKT),g.rXU(st.MJ,8),g.rXU(st.de,8))}}static{this.\u0275dir=g.FsC({type:V,inputs:{value:"value",disabled:[2,"disabled","disabled",g.L39]},outputs:{dateChange:"dateChange",dateInput:"dateInput"},standalone:!0,features:[g.GFd,g.OA$]})}}return V})();function en(V,le){const p=Object.keys(V);for(let D of p){const{previousValue:k,currentValue:at}=V[D];if(!le.isDateInstance(k)||!le.isDateInstance(at))return!0;if(!le.sameDate(k,at))return!0}return!1}const Ke={provide:Pt.kq,useExisting:(0,g.Rfq)(()=>ga),multi:!0},va={provide:Pt.cz,useExisting:(0,g.Rfq)(()=>ga),multi:!0};let ga=(()=>{class V extends Ee{set matDatepicker(p){p&&(this._datepicker=p,this._ariaOwns.set(p.opened?p.id:null),this._closedSubscription=p.closedStream.subscribe(()=>{this._onTouched(),this._ariaOwns.set(null)}),this._openedSubscription=p.openedStream.subscribe(()=>{this._ariaOwns.set(p.id)}),this._registerModel(p.registerInput(this)))}get min(){return this._min}set min(p){const D=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p));this._dateAdapter.sameDate(D,this._min)||(this._min=D,this._validatorOnChange())}get max(){return this._max}set max(p){const D=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p));this._dateAdapter.sameDate(D,this._max)||(this._max=D,this._validatorOnChange())}get dateFilter(){return this._dateFilter}set dateFilter(p){const D=this._matchesFilter(this.value);this._dateFilter=p,this._matchesFilter(this.value)!==D&&this._validatorOnChange()}constructor(p,D,k,at){super(p,D,k),this._formField=at,this._closedSubscription=et.yU.EMPTY,this._openedSubscription=et.yU.EMPTY,this._ariaOwns=(0,g.vPA)(null),this._validator=Pt.k0.compose(super._getValidators())}getConnectedOverlayOrigin(){return this._formField?this._formField.getConnectedOverlayOrigin():this._elementRef}getOverlayLabelId(){return this._formField?this._formField.getLabelId():this._elementRef.nativeElement.getAttribute("aria-labelledby")}getThemePalette(){return this._formField?this._formField.color:void 0}getStartValue(){return this.value}ngOnDestroy(){super.ngOnDestroy(),this._closedSubscription.unsubscribe(),this._openedSubscription.unsubscribe()}_openPopup(){this._datepicker&&this._datepicker.open()}_getValueFromModel(p){return p}_assignValueToModel(p){this._model&&this._model.updateSelection(p,this)}_getMinDate(){return this._min}_getMaxDate(){return this._max}_getDateFilter(){return this._dateFilter}_shouldHandleChangeEvent(p){return p.source!==this}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(g.aKT),g.rXU(st.MJ,8),g.rXU(st.de,8),g.rXU(Et.xb,8))}}static{this.\u0275dir=g.FsC({type:V,selectors:[["input","matDatepicker",""]],hostAttrs:[1,"mat-datepicker-input"],hostVars:6,hostBindings:function(D,k){1&D&&g.bIt("input",function(Qt){return k._onInput(Qt.target.value)})("change",function(){return k._onChange()})("blur",function(){return k._onBlur()})("keydown",function(Qt){return k._onKeydown(Qt)}),2&D&&(g.Mr5("disabled",k.disabled),g.BMQ("aria-haspopup",k._datepicker?"dialog":null)("aria-owns",k._ariaOwns())("min",k.min?k._dateAdapter.toIso8601(k.min):null)("max",k.max?k._dateAdapter.toIso8601(k.max):null)("data-mat-calendar",k._datepicker?k._datepicker.id:null))},inputs:{matDatepicker:"matDatepicker",min:"min",max:"max",dateFilter:[0,"matDatepickerFilter","dateFilter"]},exportAs:["matDatepickerInput"],standalone:!0,features:[g.Jv_([Ke,va,{provide:rt.Oh,useExisting:V}]),g.Vt3]})}}return V})(),Ba=(()=>{class V{static{this.\u0275fac=function(D){return new(D||V)}}static{this.\u0275dir=g.FsC({type:V,selectors:[["","matDatepickerToggleIcon",""]],standalone:!0})}}return V})(),St=(()=>{class V{get disabled(){return void 0===this._disabled&&this.datepicker?this.datepicker.disabled:!!this._disabled}set disabled(p){this._disabled=p}constructor(p,D,k){this._intl=p,this._changeDetectorRef=D,this._stateChanges=et.yU.EMPTY;const at=Number(k);this.tabIndex=at||0===at?at:null}ngOnChanges(p){p.datepicker&&this._watchStateChanges()}ngOnDestroy(){this._stateChanges.unsubscribe()}ngAfterContentInit(){this._watchStateChanges()}_open(p){this.datepicker&&!this.disabled&&(this.datepicker.open(),p.stopPropagation())}_watchStateChanges(){const p=this.datepicker?this.datepicker.stateChanges:(0,Ot.of)(),D=this.datepicker&&this.datepicker.datepickerInput?this.datepicker.datepickerInput.stateChanges:(0,Ot.of)(),k=this.datepicker?(0,mt.h)(this.datepicker.openedStream,this.datepicker.closedStream):(0,Ot.of)();this._stateChanges.unsubscribe(),this._stateChanges=(0,mt.h)(this._intl.changes,p,D,k).subscribe(()=>this._changeDetectorRef.markForCheck())}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(Ae),g.rXU(g.gRc),g.kS0("tabindex"))}}static{this.\u0275cmp=g.VBU({type:V,selectors:[["mat-datepicker-toggle"]],contentQueries:function(D,k,at){if(1&D&&g.wni(at,Ba,5),2&D){let Qt;g.mGM(Qt=g.lsd())&&(k._customIcon=Qt.first)}},viewQuery:function(D,k){if(1&D&&g.GBs(_t,5),2&D){let at;g.mGM(at=g.lsd())&&(k._button=at.first)}},hostAttrs:[1,"mat-datepicker-toggle"],hostVars:8,hostBindings:function(D,k){1&D&&g.bIt("click",function(Qt){return k._open(Qt)}),2&D&&(g.BMQ("tabindex",null)("data-mat-calendar",k.datepicker?k.datepicker.id:null),g.AVh("mat-datepicker-toggle-active",k.datepicker&&k.datepicker.opened)("mat-accent",k.datepicker&&"accent"===k.datepicker.color)("mat-warn",k.datepicker&&"warn"===k.datepicker.color))},inputs:{datepicker:[0,"for","datepicker"],tabIndex:"tabIndex",ariaLabel:[0,"aria-label","ariaLabel"],disabled:[2,"disabled","disabled",g.L39],disableRipple:"disableRipple"},exportAs:["matDatepickerToggle"],standalone:!0,features:[g.GFd,g.OA$,g.aNF],ngContentSelectors:Lt,decls:4,vars:6,consts:[["button",""],["mat-icon-button","","type","button",3,"disabled","disableRipple"],["viewBox","0 0 24 24","width","24px","height","24px","fill","currentColor","focusable","false","aria-hidden","true",1,"mat-datepicker-toggle-default-icon"],["d","M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"]],template:function(D,k){1&D&&(g.NAR(K),g.j41(0,"button",1,0),g.DNE(2,lt,2,0,":svg:svg",2),g.SdG(3),g.k0s()),2&D&&(g.Y8G("disabled",k.disabled)("disableRipple",k.disableRipple),g.BMQ("aria-haspopup",k.datepicker?"dialog":null)("aria-label",k.ariaLabel||k._intl.openCalendarLabel)("tabindex",k.disabled?-1:k.tabIndex),g.R7$(2),g.vxM(k._customIcon?-1:2))},dependencies:[Z.iY],styles:[".mat-datepicker-toggle{pointer-events:auto;color:var(--mat-datepicker-toggle-icon-color, var(--mat-app-on-surface-variant))}.mat-datepicker-toggle-active{color:var(--mat-datepicker-toggle-active-state-icon-color, var(--mat-app-on-surface-variant))}.cdk-high-contrast-active .mat-datepicker-toggle-default-icon{color:CanvasText}"],encapsulation:2,changeDetection:0})}}return V})();function ln(V){return qe(V,!0)}function Q(V){return V.nodeType===Node.ELEMENT_NODE}function qe(V,le){if(Q(V)&&le){const D=(V.getAttribute?.("aria-labelledby")?.split(/\s+/g)||[]).reduce((k,at)=>{const Qt=document.getElementById(at);return Qt&&k.push(Qt),k},[]);if(D.length)return D.map(k=>qe(k,!1)).join(" ")}if(Q(V)){const p=V.getAttribute("aria-label")?.trim();if(p)return p}if(function At(V){return"INPUT"===V.nodeName}(V)||function he(V){return"TEXTAREA"===V.nodeName}(V)){if(V.labels?.length)return Array.from(V.labels).map(k=>qe(k,!1)).join(" ");const p=V.getAttribute("placeholder")?.trim();if(p)return p;const D=V.getAttribute("title")?.trim();if(D)return D}return(V.textContent||"").replace(/\s+/g," ").trim()}const dn=new g.nKC("MAT_DATE_RANGE_INPUT_PARENT");let Un=(()=>{class V extends Ee{get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(p){this._errorStateTracker.matcher=p}get errorState(){return this._errorStateTracker.errorState}set errorState(p){this._errorStateTracker.errorState=p}constructor(p,D,k,at,Qt,un,Wn,Cn){super(D,Wn,Cn),this._rangeInput=p,this._elementRef=D,this._defaultErrorStateMatcher=k,this._injector=at,this._parentForm=Qt,this._parentFormGroup=un,this._dir=(0,g.WQX)(kt.dS,{optional:!0}),this._errorStateTracker=new st.X0(this._defaultErrorStateMatcher,null,this._parentFormGroup,this._parentForm,this.stateChanges)}ngOnInit(){const p=this._injector.get(Pt.vO,null,{optional:!0,self:!0});p&&(this.ngControl=p,this._errorStateTracker.ngControl=p)}ngDoCheck(){this.ngControl&&this.updateErrorState()}isEmpty(){return 0===this._elementRef.nativeElement.value.length}_getPlaceholder(){return this._elementRef.nativeElement.placeholder}focus(){this._elementRef.nativeElement.focus()}getMirrorValue(){const p=this._elementRef.nativeElement,D=p.value;return D.length>0?D:p.placeholder}updateErrorState(){this._errorStateTracker.updateErrorState()}_onInput(p){super._onInput(p),this._rangeInput._handleChildValueChange()}_openPopup(){this._rangeInput._openDatepicker()}_getMinDate(){return this._rangeInput.min}_getMaxDate(){return this._rangeInput.max}_getDateFilter(){return this._rangeInput.dateFilter}_parentDisabled(){return this._rangeInput._groupDisabled}_shouldHandleChangeEvent({source:p}){return p!==this._rangeInput._startInput&&p!==this._rangeInput._endInput}_assignValueProgrammatically(p){super._assignValueProgrammatically(p),(this===this._rangeInput._startInput?this._rangeInput._endInput:this._rangeInput._startInput)?._validatorOnChange()}_getAccessibleName(){return ln(this._elementRef.nativeElement)}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(dn),g.rXU(g.aKT),g.rXU(st.es),g.rXU(g.zZn),g.rXU(Pt.cV,8),g.rXU(Pt.j4,8),g.rXU(st.MJ,8),g.rXU(st.de,8))}}static{this.\u0275dir=g.FsC({type:V,inputs:{errorStateMatcher:"errorStateMatcher"},standalone:!0,features:[g.Vt3]})}}return V})(),na=(()=>{class V extends Un{constructor(p,D,k,at,Qt,un,Wn,Cn){super(p,D,k,at,Qt,un,Wn,Cn),this._startValidator=Zn=>{const Qn=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Zn.value)),Xn=this._model?this._model.selection.end:null;return!Qn||!Xn||this._dateAdapter.compareDate(Qn,Xn)<=0?null:{matStartDateInvalid:{end:Xn,actual:Qn}}},this._validator=Pt.k0.compose([...super._getValidators(),this._startValidator])}_getValueFromModel(p){return p.start}_shouldHandleChangeEvent(p){return!(!super._shouldHandleChangeEvent(p)||(p.oldValue?.start?p.selection.start&&!this._dateAdapter.compareDate(p.oldValue.start,p.selection.start):!p.selection.start))}_assignValueToModel(p){if(this._model){const D=new Wt(p,this._model.selection.end);this._model.updateSelection(D,this)}}_formatValue(p){super._formatValue(p),this._rangeInput._handleChildValueChange()}_onKeydown(p){const D=this._rangeInput._endInput,k=this._elementRef.nativeElement,at="rtl"!==this._dir?.value;(p.keyCode===gt.LE&&at||p.keyCode===gt.UQ&&!at)&&k.selectionStart===k.value.length&&k.selectionEnd===k.value.length?(p.preventDefault(),D._elementRef.nativeElement.setSelectionRange(0,0),D.focus()):super._onKeydown(p)}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(dn),g.rXU(g.aKT),g.rXU(st.es),g.rXU(g.zZn),g.rXU(Pt.cV,8),g.rXU(Pt.j4,8),g.rXU(st.MJ,8),g.rXU(st.de,8))}}static{this.\u0275dir=g.FsC({type:V,selectors:[["input","matStartDate",""]],hostAttrs:["type","text",1,"mat-start-date","mat-date-range-input-inner"],hostVars:5,hostBindings:function(D,k){1&D&&g.bIt("input",function(Qt){return k._onInput(Qt.target.value)})("change",function(){return k._onChange()})("keydown",function(Qt){return k._onKeydown(Qt)})("blur",function(){return k._onBlur()}),2&D&&(g.Mr5("disabled",k.disabled),g.BMQ("aria-haspopup",k._rangeInput.rangePicker?"dialog":null)("aria-owns",k._rangeInput._ariaOwns?k._rangeInput._ariaOwns():(null==k._rangeInput.rangePicker?null:k._rangeInput.rangePicker.opened)&&k._rangeInput.rangePicker.id||null)("min",k._getMinDate()?k._dateAdapter.toIso8601(k._getMinDate()):null)("max",k._getMaxDate()?k._dateAdapter.toIso8601(k._getMaxDate()):null))},outputs:{dateChange:"dateChange",dateInput:"dateInput"},standalone:!0,features:[g.Jv_([{provide:Pt.kq,useExisting:V,multi:!0},{provide:Pt.cz,useExisting:V,multi:!0}]),g.Vt3]})}}return V})(),wa=(()=>{class V extends Un{constructor(p,D,k,at,Qt,un,Wn,Cn){super(p,D,k,at,Qt,un,Wn,Cn),this._endValidator=Zn=>{const Qn=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(Zn.value)),Xn=this._model?this._model.selection.start:null;return!Qn||!Xn||this._dateAdapter.compareDate(Qn,Xn)>=0?null:{matEndDateInvalid:{start:Xn,actual:Qn}}},this._validator=Pt.k0.compose([...super._getValidators(),this._endValidator])}_getValueFromModel(p){return p.end}_shouldHandleChangeEvent(p){return!(!super._shouldHandleChangeEvent(p)||(p.oldValue?.end?p.selection.end&&!this._dateAdapter.compareDate(p.oldValue.end,p.selection.end):!p.selection.end))}_assignValueToModel(p){if(this._model){const D=new Wt(this._model.selection.start,p);this._model.updateSelection(D,this)}}_moveCaretToEndOfStartInput(){const p=this._rangeInput._startInput._elementRef.nativeElement,D=p.value;D.length>0&&p.setSelectionRange(D.length,D.length),p.focus()}_onKeydown(p){const D=this._elementRef.nativeElement,k="rtl"!==this._dir?.value;p.keyCode!==gt.G_||D.value?(p.keyCode===gt.UQ&&k||p.keyCode===gt.LE&&!k)&&0===D.selectionStart&&0===D.selectionEnd?(p.preventDefault(),this._moveCaretToEndOfStartInput()):super._onKeydown(p):this._moveCaretToEndOfStartInput()}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(dn),g.rXU(g.aKT),g.rXU(st.es),g.rXU(g.zZn),g.rXU(Pt.cV,8),g.rXU(Pt.j4,8),g.rXU(st.MJ,8),g.rXU(st.de,8))}}static{this.\u0275dir=g.FsC({type:V,selectors:[["input","matEndDate",""]],hostAttrs:["type","text",1,"mat-end-date","mat-date-range-input-inner"],hostVars:5,hostBindings:function(D,k){1&D&&g.bIt("input",function(Qt){return k._onInput(Qt.target.value)})("change",function(){return k._onChange()})("keydown",function(Qt){return k._onKeydown(Qt)})("blur",function(){return k._onBlur()}),2&D&&(g.Mr5("disabled",k.disabled),g.BMQ("aria-haspopup",k._rangeInput.rangePicker?"dialog":null)("aria-owns",k._rangeInput._ariaOwns?k._rangeInput._ariaOwns():(null==k._rangeInput.rangePicker?null:k._rangeInput.rangePicker.opened)&&k._rangeInput.rangePicker.id||null)("min",k._getMinDate()?k._dateAdapter.toIso8601(k._getMinDate()):null)("max",k._getMaxDate()?k._dateAdapter.toIso8601(k._getMaxDate()):null))},outputs:{dateChange:"dateChange",dateInput:"dateInput"},standalone:!0,features:[g.Jv_([{provide:Pt.kq,useExisting:V,multi:!0},{provide:Pt.cz,useExisting:V,multi:!0}]),g.Vt3]})}}return V})(),ca=0,ua=(()=>{class V{get value(){return this._model?this._model.selection:null}get shouldLabelFloat(){return this.focused||!this.empty}get placeholder(){const p=this._startInput?._getPlaceholder()||"",D=this._endInput?._getPlaceholder()||"";return p||D?`${p} ${this.separator} ${D}`:""}get rangePicker(){return this._rangePicker}set rangePicker(p){p&&(this._model=p.registerInput(this),this._rangePicker=p,this._closedSubscription.unsubscribe(),this._openedSubscription.unsubscribe(),this._ariaOwns.set(this.rangePicker.opened?p.id:null),this._closedSubscription=p.closedStream.subscribe(()=>{this._startInput?._onTouched(),this._endInput?._onTouched(),this._ariaOwns.set(null)}),this._openedSubscription=p.openedStream.subscribe(()=>{this._ariaOwns.set(p.id)}),this._registerModel(this._model))}get required(){return this._required??(this._isTargetRequired(this)||this._isTargetRequired(this._startInput)||this._isTargetRequired(this._endInput))??!1}set required(p){this._required=p}get dateFilter(){return this._dateFilter}set dateFilter(p){const D=this._startInput,k=this._endInput,at=D&&D._matchesFilter(D.value),Qt=k&&k._matchesFilter(D.value);this._dateFilter=p,D&&D._matchesFilter(D.value)!==at&&D._validatorOnChange(),k&&k._matchesFilter(k.value)!==Qt&&k._validatorOnChange()}get min(){return this._min}set min(p){const D=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p));this._dateAdapter.sameDate(D,this._min)||(this._min=D,this._revalidate())}get max(){return this._max}set max(p){const D=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(p));this._dateAdapter.sameDate(D,this._max)||(this._max=D,this._revalidate())}get disabled(){return this._startInput&&this._endInput?this._startInput.disabled&&this._endInput.disabled:this._groupDisabled}set disabled(p){p!==this._groupDisabled&&(this._groupDisabled=p,this.stateChanges.next(void 0))}get errorState(){return!(!this._startInput||!this._endInput)&&(this._startInput.errorState||this._endInput.errorState)}get empty(){const p=!!this._startInput&&this._startInput.isEmpty(),D=!!this._endInput&&this._endInput.isEmpty();return p&&D}constructor(p,D,k,at,Qt){this._changeDetectorRef=p,this._elementRef=D,this._dateAdapter=at,this._formField=Qt,this._closedSubscription=et.yU.EMPTY,this._openedSubscription=et.yU.EMPTY,this.id="mat-date-range-input-"+ca++,this.focused=!1,this.controlType="mat-date-range-input",this._ariaOwns=(0,g.vPA)(null),this._groupDisabled=!1,this._ariaDescribedBy=null,this.separator="\u2013",this.comparisonStart=null,this.comparisonEnd=null,this.stateChanges=new J.B,this.disableAutomaticLabeling=!0,Qt?._elementRef.nativeElement.classList.contains("mat-mdc-form-field")&&D.nativeElement.classList.add("mat-mdc-input-element","mat-mdc-form-field-input-control","mdc-text-field__input"),this.ngControl=k}setDescribedByIds(p){this._ariaDescribedBy=p.length?p.join(" "):null}onContainerClick(){!this.focused&&!this.disabled&&(this._model&&this._model.selection.start?this._endInput.focus():this._startInput.focus())}ngAfterContentInit(){this._model&&this._registerModel(this._model),(0,mt.h)(this._startInput.stateChanges,this._endInput.stateChanges).subscribe(()=>{this.stateChanges.next(void 0)})}ngOnChanges(p){en(p,this._dateAdapter)&&this.stateChanges.next(void 0)}ngOnDestroy(){this._closedSubscription.unsubscribe(),this._openedSubscription.unsubscribe(),this.stateChanges.complete()}getStartValue(){return this.value?this.value.start:null}getThemePalette(){return this._formField?this._formField.color:void 0}getConnectedOverlayOrigin(){return this._formField?this._formField.getConnectedOverlayOrigin():this._elementRef}getOverlayLabelId(){return this._formField?this._formField.getLabelId():null}_getInputMirrorValue(p){const D="start"===p?this._startInput:this._endInput;return D?D.getMirrorValue():""}_shouldHidePlaceholders(){return!!this._startInput&&!this._startInput.isEmpty()}_handleChildValueChange(){this.stateChanges.next(void 0),this._changeDetectorRef.markForCheck()}_openDatepicker(){this._rangePicker&&this._rangePicker.open()}_shouldHideSeparator(){return(!this._formField||this._formField.getLabelId()&&!this._formField._shouldLabelFloat())&&this.empty}_getAriaLabelledby(){const p=this._formField;return p&&p._hasFloatingLabel()?p._labelId:null}_getStartDateAccessibleName(){return this._startInput._getAccessibleName()}_getEndDateAccessibleName(){return this._endInput._getAccessibleName()}_updateFocus(p){this.focused=null!==p,this.stateChanges.next()}_revalidate(){this._startInput&&this._startInput._validatorOnChange(),this._endInput&&this._endInput._validatorOnChange()}_registerModel(p){this._startInput&&this._startInput._registerModel(p),this._endInput&&this._endInput._registerModel(p)}_isTargetRequired(p){return p?.ngControl?.control?.hasValidator(Pt.k0.required)}static{this.\u0275fac=function(D){return new(D||V)(g.rXU(g.gRc),g.rXU(g.aKT),g.rXU(Pt.ZU,10),g.rXU(st.MJ,8),g.rXU(Et.xb,8))}}static{this.\u0275cmp=g.VBU({type:V,selectors:[["mat-date-range-input"]],contentQueries:function(D,k,at){if(1&D&&(g.wni(at,na,5),g.wni(at,wa,5)),2&D){let Qt;g.mGM(Qt=g.lsd())&&(k._startInput=Qt.first),g.mGM(Qt=g.lsd())&&(k._endInput=Qt.first)}},hostAttrs:["role","group",1,"mat-date-range-input"],hostVars:8,hostBindings:function(D,k){2&D&&(g.BMQ("id",k.id)("aria-labelledby",k._getAriaLabelledby())("aria-describedby",k._ariaDescribedBy)("data-mat-calendar",k.rangePicker?k.rangePicker.id:null),g.AVh("mat-date-range-input-hide-placeholders",k._shouldHidePlaceholders())("mat-date-range-input-required",k.required))},inputs:{rangePicker:"rangePicker",required:[2,"required","required",g.L39],dateFilter:"dateFilter",min:"min",max:"max",disabled:[2,"disabled","disabled",g.L39],separator:"separator",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd"},exportAs:["matDateRangeInput"],standalone:!0,features:[g.Jv_([{provide:Et.qT,useExisting:V},{provide:dn,useExisting:V}]),g.GFd,g.OA$,g.aNF],ngContentSelectors:ke,decls:11,vars:5,consts:[["cdkMonitorSubtreeFocus","",1,"mat-date-range-input-container",3,"cdkFocusChange"],[1,"mat-date-range-input-wrapper"],["aria-hidden","true",1,"mat-date-range-input-mirror"],[1,"mat-date-range-input-separator"],[1,"mat-date-range-input-wrapper","mat-date-range-input-end-wrapper"]],template:function(D,k){1&D&&(g.NAR(Ut),g.j41(0,"div",0),g.bIt("cdkFocusChange",function(Qt){return k._updateFocus(Qt)}),g.j41(1,"div",1),g.SdG(2),g.j41(3,"span",2),g.EFF(4),g.k0s()(),g.j41(5,"span",3),g.EFF(6),g.k0s(),g.j41(7,"div",4),g.SdG(8,1),g.j41(9,"span",2),g.EFF(10),g.k0s()()()),2&D&&(g.R7$(4),g.JRh(k._getInputMirrorValue("start")),g.R7$(),g.AVh("mat-date-range-input-separator-hidden",k._shouldHideSeparator()),g.R7$(),g.JRh(k.separator),g.R7$(4),g.JRh(k._getInputMirrorValue("end")))},dependencies:[n.vR],styles:[".mat-date-range-input{display:block;width:100%}.mat-date-range-input-container{display:flex;align-items:center}.mat-date-range-input-separator{transition:opacity 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);margin:0 4px;color:var(--mat-datepicker-range-input-separator-color, var(--mat-app-on-surface))}.mat-form-field-disabled .mat-date-range-input-separator{color:var(--mat-datepicker-range-input-disabled-state-separator-color)}._mat-animation-noopable .mat-date-range-input-separator{transition:none}.mat-date-range-input-separator-hidden{-webkit-user-select:none;user-select:none;opacity:0;transition:none}.mat-date-range-input-wrapper{position:relative;overflow:hidden;max-width:calc(50% - 4px)}.mat-date-range-input-end-wrapper{flex-grow:1}.mat-date-range-input-inner{position:absolute;top:0;left:0;font:inherit;background:rgba(0,0,0,0);color:currentColor;border:none;outline:none;padding:0;margin:0;vertical-align:bottom;text-align:inherit;-webkit-appearance:none;width:100%;height:100%}.mat-date-range-input-inner:-moz-ui-invalid{box-shadow:none}.mat-date-range-input-inner::placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner::-moz-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner::-webkit-input-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner:-ms-input-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}.mat-date-range-input-inner[disabled]{color:var(--mat-datepicker-range-input-disabled-state-text-color)}.mat-form-field-hide-placeholder .mat-date-range-input-inner::placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::placeholder{-webkit-user-select:none;user-select:none;color:rgba(0,0,0,0) !important;-webkit-text-fill-color:rgba(0,0,0,0);transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner::placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner::placeholder{opacity:0}.mat-form-field-hide-placeholder .mat-date-range-input-inner::-moz-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-moz-placeholder{-webkit-user-select:none;user-select:none;color:rgba(0,0,0,0) !important;-webkit-text-fill-color:rgba(0,0,0,0);transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner::-moz-placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-moz-placeholder{opacity:0}.mat-form-field-hide-placeholder .mat-date-range-input-inner::-webkit-input-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-webkit-input-placeholder{-webkit-user-select:none;user-select:none;color:rgba(0,0,0,0) !important;-webkit-text-fill-color:rgba(0,0,0,0);transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner::-webkit-input-placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner::-webkit-input-placeholder{opacity:0}.mat-form-field-hide-placeholder .mat-date-range-input-inner:-ms-input-placeholder,.mat-date-range-input-hide-placeholders .mat-date-range-input-inner:-ms-input-placeholder{-webkit-user-select:none;user-select:none;color:rgba(0,0,0,0) !important;-webkit-text-fill-color:rgba(0,0,0,0);transition:none}.cdk-high-contrast-active .mat-form-field-hide-placeholder .mat-date-range-input-inner:-ms-input-placeholder,.cdk-high-contrast-active .mat-date-range-input-hide-placeholders .mat-date-range-input-inner:-ms-input-placeholder{opacity:0}._mat-animation-noopable .mat-date-range-input-inner::placeholder{transition:none}._mat-animation-noopable .mat-date-range-input-inner::-moz-placeholder{transition:none}._mat-animation-noopable .mat-date-range-input-inner::-webkit-input-placeholder{transition:none}._mat-animation-noopable .mat-date-range-input-inner:-ms-input-placeholder{transition:none}.mat-date-range-input-mirror{-webkit-user-select:none;user-select:none;visibility:hidden;white-space:nowrap;display:inline-block;min-width:2px}.mat-mdc-form-field-type-mat-date-range-input .mat-mdc-form-field-infix{width:200px}"],encapsulation:2,changeDetection:0})}}return V})(),ba=(()=>{class V extends Ft{_forwardContentValues(p){super._forwardContentValues(p);const D=this.datepickerInput;D&&(p.comparisonStart=D.comparisonStart,p.comparisonEnd=D.comparisonEnd,p.startDateAccessibleName=D._getStartDateAccessibleName(),p.endDateAccessibleName=D._getEndDateAccessibleName())}static{this.\u0275fac=(()=>{let p;return function(k){return(p||(p=g.xGo(V)))(k||V)}})()}static{this.\u0275cmp=g.VBU({type:V,selectors:[["mat-date-range-picker"]],exportAs:["matDateRangePicker"],standalone:!0,features:[g.Jv_([Be,kn,{provide:Ft,useExisting:V}]),g.Vt3,g.aNF],decls:0,vars:0,template:function(D,k){},encapsulation:2,changeDetection:0})}}return V})(),oe=(()=>{class V{static{this.\u0275fac=function(D){return new(D||V)}}static{this.\u0275mod=g.$C({type:V})}static{this.\u0275inj=g.G2t({providers:[Ae,me],imports:[H.MD,Z.Hl,i.z_,n.Pd,r.jc,st.yE,Nt,St,Ht,tt.Gj]})}}return V})()},4006:($e,Gt,c)=>{c.d(Gt,{CP:()=>Bt,Vh:()=>Ve,bZ:()=>ot,hM:()=>Ae});var n=c(7987),i=c(177),r=c(4438),H=c(8617),g=c(2529),Z=c(4085),tt=c(6939),st=c(1413),J=c(7786),et=c(9030),mt=c(5964),Ot=c(6697),gt=c(9172),kt=c(7336),Xt=(c(5478),c(6600));function Kt(X,Tt){}c(9969);class Jt{constructor(){this.role="dialog",this.panelClass="",this.hasBackdrop=!0,this.backdropClass="",this.disableClose=!1,this.width="",this.height="",this.data=null,this.ariaDescribedBy=null,this.ariaLabelledBy=null,this.ariaLabel=null,this.ariaModal=!0,this.autoFocus="first-tabbable",this.restoreFocus=!0,this.delayFocusTrap=!0,this.closeOnNavigation=!0}}const fe="mdc-dialog--open",Pt="mdc-dialog--opening",Et="mdc-dialog--closing";let xt=(()=>{class X extends g.sU{constructor(ie,yt,ne,Re,Xe,Oe,Ln,Ne,vt){super(ie,yt,ne,Re,Xe,Oe,Ln,vt),this._animationMode=Ne,this._animationStateChanged=new r.bkB,this._animationsEnabled="NoopAnimations"!==this._animationMode,this._actionSectionCount=0,this._hostElement=this._elementRef.nativeElement,this._enterAnimationDuration=this._animationsEnabled?Vt(this._config.enterAnimationDuration)??150:0,this._exitAnimationDuration=this._animationsEnabled?Vt(this._config.exitAnimationDuration)??75:0,this._animationTimer=null,this._finishDialogOpen=()=>{this._clearAnimationClasses(),this._openAnimationDone(this._enterAnimationDuration)},this._finishDialogClose=()=>{this._clearAnimationClasses(),this._animationStateChanged.emit({state:"closed",totalTime:this._exitAnimationDuration})}}_contentAttached(){super._contentAttached(),this._startOpenAnimation()}_startOpenAnimation(){this._animationStateChanged.emit({state:"opening",totalTime:this._enterAnimationDuration}),this._animationsEnabled?(this._hostElement.style.setProperty(dt,`${this._enterAnimationDuration}ms`),this._requestAnimationFrame(()=>this._hostElement.classList.add(Pt,fe)),this._waitForAnimationToComplete(this._enterAnimationDuration,this._finishDialogOpen)):(this._hostElement.classList.add(fe),Promise.resolve().then(()=>this._finishDialogOpen()))}_startExitAnimation(){this._animationStateChanged.emit({state:"closing",totalTime:this._exitAnimationDuration}),this._hostElement.classList.remove(fe),this._animationsEnabled?(this._hostElement.style.setProperty(dt,`${this._exitAnimationDuration}ms`),this._requestAnimationFrame(()=>this._hostElement.classList.add(Et)),this._waitForAnimationToComplete(this._exitAnimationDuration,this._finishDialogClose)):Promise.resolve().then(()=>this._finishDialogClose())}_updateActionSectionCount(ie){this._actionSectionCount+=ie,this._changeDetectorRef.markForCheck()}_clearAnimationClasses(){this._hostElement.classList.remove(Pt,Et)}_waitForAnimationToComplete(ie,yt){null!==this._animationTimer&&clearTimeout(this._animationTimer),this._animationTimer=setTimeout(yt,ie)}_requestAnimationFrame(ie){this._ngZone.runOutsideAngular(()=>{"function"==typeof requestAnimationFrame?requestAnimationFrame(ie):ie()})}_captureInitialFocus(){this._config.delayFocusTrap||this._trapFocus()}_openAnimationDone(ie){this._config.delayFocusTrap&&this._trapFocus(),this._animationStateChanged.next({state:"opened",totalTime:ie})}ngOnDestroy(){super.ngOnDestroy(),null!==this._animationTimer&&clearTimeout(this._animationTimer)}attachComponentPortal(ie){const yt=super.attachComponentPortal(ie);return yt.location.nativeElement.classList.add("mat-mdc-dialog-component-host"),yt}static{this.\u0275fac=function(yt){return new(yt||X)(r.rXU(r.aKT),r.rXU(H.GX),r.rXU(i.qQ,8),r.rXU(Jt),r.rXU(H.Z7),r.rXU(r.SKi),r.rXU(n.yY),r.rXU(r.bc$,8),r.rXU(H.FN))}}static{this.\u0275cmp=r.VBU({type:X,selectors:[["mat-dialog-container"]],hostAttrs:["tabindex","-1",1,"mat-mdc-dialog-container","mdc-dialog"],hostVars:10,hostBindings:function(yt,ne){2&yt&&(r.Mr5("id",ne._config.id),r.BMQ("aria-modal",ne._config.ariaModal)("role",ne._config.role)("aria-labelledby",ne._config.ariaLabel?null:ne._ariaLabelledByQueue[0])("aria-label",ne._config.ariaLabel)("aria-describedby",ne._config.ariaDescribedBy||null),r.AVh("_mat-animation-noopable",!ne._animationsEnabled)("mat-mdc-dialog-container-with-actions",ne._actionSectionCount>0))},standalone:!0,features:[r.Vt3,r.aNF],decls:3,vars:0,consts:[[1,"mat-mdc-dialog-inner-container","mdc-dialog__container"],[1,"mat-mdc-dialog-surface","mdc-dialog__surface"],["cdkPortalOutlet",""]],template:function(yt,ne){1&yt&&(r.j41(0,"div",0)(1,"div",1),r.DNE(2,Kt,0,0,"ng-template",2),r.k0s()())},dependencies:[tt.I3],styles:['.mat-mdc-dialog-container{width:100%;height:100%;display:block;box-sizing:border-box;max-height:inherit;min-height:inherit;min-width:inherit;max-width:inherit;outline:0}.cdk-overlay-pane.mat-mdc-dialog-panel{max-width:var(--mat-dialog-container-max-width, 80vw);min-width:var(--mat-dialog-container-min-width, 0)}@media(max-width: 599px){.cdk-overlay-pane.mat-mdc-dialog-panel{max-width:var(--mat-dialog-container-small-max-width, 80vw)}}.mat-mdc-dialog-inner-container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;box-sizing:border-box;height:100%;opacity:0;transition:opacity linear var(--mat-dialog-transition-duration, 0ms);max-height:inherit;min-height:inherit;min-width:inherit;max-width:inherit}.mdc-dialog--closing .mat-mdc-dialog-inner-container{transition:opacity 75ms linear;transform:none}.mdc-dialog--open .mat-mdc-dialog-inner-container{opacity:1}._mat-animation-noopable .mat-mdc-dialog-inner-container{transition:none}.mat-mdc-dialog-surface{display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;width:100%;height:100%;position:relative;overflow-y:auto;outline:0;transform:scale(0.8);transition:transform var(--mat-dialog-transition-duration, 0ms) cubic-bezier(0, 0, 0.2, 1);max-height:inherit;min-height:inherit;min-width:inherit;max-width:inherit;box-shadow:var(--mat-dialog-container-elevation-shadow, 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12));border-radius:var(--mdc-dialog-container-shape, var(--mat-app-corner-extra-large, 4px));background-color:var(--mdc-dialog-container-color, var(--mat-app-surface, white))}[dir=rtl] .mat-mdc-dialog-surface{text-align:right}.mdc-dialog--open .mat-mdc-dialog-surface,.mdc-dialog--closing .mat-mdc-dialog-surface{transform:none}._mat-animation-noopable .mat-mdc-dialog-surface{transition:none}.mat-mdc-dialog-surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:2px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}.mat-mdc-dialog-title{display:block;position:relative;flex-shrink:0;box-sizing:border-box;margin:0 0 1px;padding:var(--mat-dialog-headline-padding, 0 24px 9px)}.mat-mdc-dialog-title::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}[dir=rtl] .mat-mdc-dialog-title{text-align:right}.mat-mdc-dialog-container .mat-mdc-dialog-title{color:var(--mdc-dialog-subhead-color, var(--mat-app-on-surface, rgba(0, 0, 0, 0.87)));font-family:var(--mdc-dialog-subhead-font, var(--mat-app-headline-small-font, inherit));line-height:var(--mdc-dialog-subhead-line-height, var(--mat-app-headline-small-line-height, 1.5rem));font-size:var(--mdc-dialog-subhead-size, var(--mat-app-headline-small-size, 1rem));font-weight:var(--mdc-dialog-subhead-weight, var(--mat-app-headline-small-weight, 400));letter-spacing:var(--mdc-dialog-subhead-tracking, var(--mat-app-headline-small-tracking, 0.03125em))}.mat-mdc-dialog-content{display:block;flex-grow:1;box-sizing:border-box;margin:0;overflow:auto;max-height:65vh}.mat-mdc-dialog-content>:first-child{margin-top:0}.mat-mdc-dialog-content>:last-child{margin-bottom:0}.mat-mdc-dialog-container .mat-mdc-dialog-content{color:var(--mdc-dialog-supporting-text-color, var(--mat-app-on-surface-variant, rgba(0, 0, 0, 0.6)));font-family:var(--mdc-dialog-supporting-text-font, var(--mat-app-body-medium-font, inherit));line-height:var(--mdc-dialog-supporting-text-line-height, var(--mat-app-body-medium-line-height, 1.5rem));font-size:var(--mdc-dialog-supporting-text-size, var(--mat-app-body-medium-size, 1rem));font-weight:var(--mdc-dialog-supporting-text-weight, var(--mat-app-body-medium-weight, 400));letter-spacing:var(--mdc-dialog-supporting-text-tracking, var(--mat-app-body-medium-tracking, 0.03125em))}.mat-mdc-dialog-container .mat-mdc-dialog-content{padding:var(--mat-dialog-content-padding, 20px 24px)}.mat-mdc-dialog-container-with-actions .mat-mdc-dialog-content{padding:var(--mat-dialog-with-actions-content-padding, 20px 24px)}.mat-mdc-dialog-container .mat-mdc-dialog-title+.mat-mdc-dialog-content{padding-top:0}.mat-mdc-dialog-actions{display:flex;position:relative;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box;min-height:52px;margin:0;padding:8px;border-top:1px solid rgba(0,0,0,0);padding:var(--mat-dialog-actions-padding, 8px);justify-content:var(--mat-dialog-actions-alignment, start)}.cdk-high-contrast-active .mat-mdc-dialog-actions{border-top-color:CanvasText}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-start,.mat-mdc-dialog-actions[align=start]{justify-content:start}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-center,.mat-mdc-dialog-actions[align=center]{justify-content:center}.mat-mdc-dialog-actions.mat-mdc-dialog-actions-align-end,.mat-mdc-dialog-actions[align=end]{justify-content:flex-end}.mat-mdc-dialog-actions .mat-button-base+.mat-button-base,.mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-mdc-dialog-actions .mat-button-base+.mat-button-base,[dir=rtl] .mat-mdc-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:0;margin-right:8px}.mat-mdc-dialog-component-host{display:contents}'],encapsulation:2})}}return X})();const dt="--mat-dialog-transition-duration";function Vt(X){return null==X?null:"number"==typeof X?X:X.endsWith("ms")?(0,Z.OE)(X.substring(0,X.length-2)):X.endsWith("s")?1e3*(0,Z.OE)(X.substring(0,X.length-1)):"0"===X?0:null}var it=function(X){return X[X.OPEN=0]="OPEN",X[X.CLOSING=1]="CLOSING",X[X.CLOSED=2]="CLOSED",X}(it||{});class Bt{constructor(Tt,ie,yt){this._ref=Tt,this._containerInstance=yt,this._afterOpened=new st.B,this._beforeClosed=new st.B,this._state=it.OPEN,this.disableClose=ie.disableClose,this.id=Tt.id,Tt.addPanelClass("mat-mdc-dialog-panel"),yt._animationStateChanged.pipe((0,mt.p)(ne=>"opened"===ne.state),(0,Ot.s)(1)).subscribe(()=>{this._afterOpened.next(),this._afterOpened.complete()}),yt._animationStateChanged.pipe((0,mt.p)(ne=>"closed"===ne.state),(0,Ot.s)(1)).subscribe(()=>{clearTimeout(this._closeFallbackTimeout),this._finishDialogClose()}),Tt.overlayRef.detachments().subscribe(()=>{this._beforeClosed.next(this._result),this._beforeClosed.complete(),this._finishDialogClose()}),(0,J.h)(this.backdropClick(),this.keydownEvents().pipe((0,mt.p)(ne=>ne.keyCode===kt._f&&!this.disableClose&&!(0,kt.rp)(ne)))).subscribe(ne=>{this.disableClose||(ne.preventDefault(),function re(X,Tt,ie){return X._closeInteractionType=Tt,X.close(ie)}(this,"keydown"===ne.type?"keyboard":"mouse"))})}close(Tt){this._result=Tt,this._containerInstance._animationStateChanged.pipe((0,mt.p)(ie=>"closing"===ie.state),(0,Ot.s)(1)).subscribe(ie=>{this._beforeClosed.next(Tt),this._beforeClosed.complete(),this._ref.overlayRef.detachBackdrop(),this._closeFallbackTimeout=setTimeout(()=>this._finishDialogClose(),ie.totalTime+100)}),this._state=it.CLOSING,this._containerInstance._startExitAnimation()}afterOpened(){return this._afterOpened}afterClosed(){return this._ref.closed}beforeClosed(){return this._beforeClosed}backdropClick(){return this._ref.backdropClick}keydownEvents(){return this._ref.keydownEvents}updatePosition(Tt){let ie=this._ref.config.positionStrategy;return Tt&&(Tt.left||Tt.right)?Tt.left?ie.left(Tt.left):ie.right(Tt.right):ie.centerHorizontally(),Tt&&(Tt.top||Tt.bottom)?Tt.top?ie.top(Tt.top):ie.bottom(Tt.bottom):ie.centerVertically(),this._ref.updatePosition(),this}updateSize(Tt="",ie=""){return this._ref.updateSize(Tt,ie),this}addPanelClass(Tt){return this._ref.addPanelClass(Tt),this}removePanelClass(Tt){return this._ref.removePanelClass(Tt),this}getState(){return this._state}_finishDialogClose(){this._state=it.CLOSED,this._ref.close(this._result,{focusOrigin:this._closeInteractionType}),this.componentInstance=null}}const Ve=new r.nKC("MatMdcDialogData"),on=new r.nKC("mat-mdc-dialog-default-options"),wn=new r.nKC("mat-mdc-dialog-scroll-strategy",{providedIn:"root",factory:()=>{const X=(0,r.WQX)(n.hJ);return()=>X.scrollStrategies.block()}});let ht=0,ot=(()=>{class X{get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}_getAfterAllClosed(){const ie=this._parentDialog;return ie?ie._getAfterAllClosed():this._afterAllClosedAtThisLevel}constructor(ie,yt,ne,Re,Xe,Oe,Ln,Ne){this._overlay=ie,this._defaultOptions=Re,this._scrollStrategy=Xe,this._parentDialog=Oe,this._openDialogsAtThisLevel=[],this._afterAllClosedAtThisLevel=new st.B,this._afterOpenedAtThisLevel=new st.B,this.dialogConfigClass=Jt,this.afterAllClosed=(0,et.v)(()=>this.openDialogs.length?this._getAfterAllClosed():this._getAfterAllClosed().pipe((0,gt.Z)(void 0))),this._dialog=yt.get(g.lG),this._dialogRefConstructor=Bt,this._dialogContainerType=xt,this._dialogDataToken=Ve}open(ie,yt){let ne;(yt={...this._defaultOptions||new Jt,...yt}).id=yt.id||"mat-mdc-dialog-"+ht++,yt.scrollStrategy=yt.scrollStrategy||this._scrollStrategy();const Re=this._dialog.open(ie,{...yt,positionStrategy:this._overlay.position().global().centerHorizontally().centerVertically(),disableClose:!0,closeOnDestroy:!1,closeOnOverlayDetachments:!1,container:{type:this._dialogContainerType,providers:()=>[{provide:this.dialogConfigClass,useValue:yt},{provide:g.Pe,useValue:yt}]},templateContext:()=>({dialogRef:ne}),providers:(Xe,Oe,Ln)=>(ne=new this._dialogRefConstructor(Xe,yt,Ln),ne.updatePosition(yt?.position),[{provide:this._dialogContainerType,useValue:Ln},{provide:this._dialogDataToken,useValue:Oe.data},{provide:this._dialogRefConstructor,useValue:ne}])});return ne.componentRef=Re.componentRef,ne.componentInstance=Re.componentInstance,this.openDialogs.push(ne),this.afterOpened.next(ne),ne.afterClosed().subscribe(()=>{const Xe=this.openDialogs.indexOf(ne);Xe>-1&&(this.openDialogs.splice(Xe,1),this.openDialogs.length||this._getAfterAllClosed().next())}),ne}closeAll(){this._closeDialogs(this.openDialogs)}getDialogById(ie){return this.openDialogs.find(yt=>yt.id===ie)}ngOnDestroy(){this._closeDialogs(this._openDialogsAtThisLevel),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete()}_closeDialogs(ie){let yt=ie.length;for(;yt--;)ie[yt].close()}static{this.\u0275fac=function(yt){return new(yt||X)(r.KVO(n.hJ),r.KVO(r.zZn),r.KVO(i.aZ,8),r.KVO(on,8),r.KVO(wn),r.KVO(X,12),r.KVO(n.Sf),r.KVO(r.bc$,8))}}static{this.\u0275prov=r.jDH({token:X,factory:X.\u0275fac,providedIn:"root"})}}return X})(),Ae=(()=>{class X{static{this.\u0275fac=function(yt){return new(yt||X)}}static{this.\u0275mod=r.$C({type:X})}static{this.\u0275inj=r.G2t({providers:[ot],imports:[g.Ph,n.z_,tt.jc,Xt.yE,Xt.yE]})}}return X})()},1997:($e,Gt,c)=>{c.d(Gt,{q:()=>H,w:()=>g});var n=c(4438),i=c(4085),r=c(6600);let H=(()=>{class Z{constructor(){this._vertical=!1,this._inset=!1}get vertical(){return this._vertical}set vertical(st){this._vertical=(0,i.he)(st)}get inset(){return this._inset}set inset(st){this._inset=(0,i.he)(st)}static{this.\u0275fac=function(J){return new(J||Z)}}static{this.\u0275cmp=n.VBU({type:Z,selectors:[["mat-divider"]],hostAttrs:["role","separator",1,"mat-divider"],hostVars:7,hostBindings:function(J,et){2&J&&(n.BMQ("aria-orientation",et.vertical?"vertical":"horizontal"),n.AVh("mat-divider-vertical",et.vertical)("mat-divider-horizontal",!et.vertical)("mat-divider-inset",et.inset))},inputs:{vertical:"vertical",inset:"inset"},standalone:!0,features:[n.aNF],decls:0,vars:0,template:function(J,et){},styles:[".mat-divider{display:block;margin:0;border-top-style:solid;border-top-color:var(--mat-divider-color, var(--mat-app-outline));border-top-width:var(--mat-divider-width)}.mat-divider.mat-divider-vertical{border-top:0;border-right-style:solid;border-right-color:var(--mat-divider-color, var(--mat-app-outline));border-right-width:var(--mat-divider-width)}.mat-divider.mat-divider-inset{margin-left:80px}[dir=rtl] .mat-divider.mat-divider-inset{margin-left:auto;margin-right:80px}"],encapsulation:2,changeDetection:0})}}return Z})(),g=(()=>{class Z{static{this.\u0275fac=function(J){return new(J||Z)}}static{this.\u0275mod=n.$C({type:Z})}static{this.\u0275inj=n.G2t({imports:[r.yE,r.yE]})}}return Z})()},3719:($e,Gt,c)=>{c.d(Gt,{RG:()=>kn,TL:()=>Ze,nJ:()=>lt,qT:()=>vt,rl:()=>En,xb:()=>Rt,yw:()=>Tt});var n=c(4438),i=c(8203),r=c(4085),H=c(6860),g=c(177),Z=c(8359),tt=c(1413),st=c(7786),J=c(6977),et=c(8170),mt=c(9969),Ot=c(2318),gt=c(6600);const kt=["notch"],zt=["matFormFieldNotchedOutline",""],Xt=["*"],pt=["textField"],Kt=["iconPrefixContainer"],Jt=["textPrefixContainer"],fe=["iconSuffixContainer"],Pt=["textSuffixContainer"],Et=["*",[["mat-label"]],[["","matPrefix",""],["","matIconPrefix",""]],[["","matTextPrefix",""]],[["","matTextSuffix",""]],[["","matSuffix",""],["","matIconSuffix",""]],[["mat-error"],["","matError",""]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],rt=["*","mat-label","[matPrefix], [matIconPrefix]","[matTextPrefix]","[matTextSuffix]","[matSuffix], [matIconSuffix]","mat-error, [matError]","mat-hint:not([align='end'])","mat-hint[align='end']"];function It(Te,An){1&Te&&n.nrm(0,"span",21)}function xt(Te,An){if(1&Te&&(n.j41(0,"label",20),n.SdG(1,1),n.DNE(2,It,1,0,"span",21),n.k0s()),2&Te){const De=n.XpG(2);n.Y8G("floating",De._shouldLabelFloat())("monitorResize",De._hasOutline())("id",De._labelId),n.BMQ("for",De._control.disableAutomaticLabeling?null:De._control.id),n.R7$(2),n.vxM(!De.hideRequiredMarker&&De._control.required?2:-1)}}function dt(Te,An){if(1&Te&&n.DNE(0,xt,3,5,"label",20),2&Te){const De=n.XpG();n.vxM(De._hasFloatingLabel()?0:-1)}}function Vt(Te,An){1&Te&&n.nrm(0,"div",7)}function it(Te,An){}function Bt(Te,An){if(1&Te&&n.DNE(0,it,0,0,"ng-template",13),2&Te){n.XpG(2);const De=n.sdS(1);n.Y8G("ngTemplateOutlet",De)}}function re(Te,An){if(1&Te&&(n.j41(0,"div",9),n.DNE(1,Bt,1,1,null,13),n.k0s()),2&Te){const De=n.XpG();n.Y8G("matFormFieldNotchedOutlineOpen",De._shouldLabelFloat()),n.R7$(),n.vxM(De._forceDisplayInfixLabel()?-1:1)}}function Ve(Te,An){1&Te&&(n.j41(0,"div",10,2),n.SdG(2,2),n.k0s())}function on(Te,An){1&Te&&(n.j41(0,"div",11,3),n.SdG(2,3),n.k0s())}function wn(Te,An){}function Fe(Te,An){if(1&Te&&n.DNE(0,wn,0,0,"ng-template",13),2&Te){n.XpG();const De=n.sdS(1);n.Y8G("ngTemplateOutlet",De)}}function zn(Te,An){1&Te&&(n.j41(0,"div",14,4),n.SdG(2,4),n.k0s())}function ht(Te,An){1&Te&&(n.j41(0,"div",15,5),n.SdG(2,5),n.k0s())}function ot(Te,An){1&Te&&n.nrm(0,"div",16)}function _t(Te,An){if(1&Te&&(n.j41(0,"div",18),n.SdG(1,6),n.k0s()),2&Te){const De=n.XpG();n.Y8G("@transitionMessages",De._subscriptAnimationState)}}function K(Te,An){if(1&Te&&(n.j41(0,"mat-hint",22),n.EFF(1),n.k0s()),2&Te){const De=n.XpG(2);n.Y8G("id",De._hintLabelId),n.R7$(),n.JRh(De.hintLabel)}}function Lt(Te,An){if(1&Te&&(n.j41(0,"div",19),n.DNE(1,K,2,2,"mat-hint",22),n.SdG(2,7),n.nrm(3,"div",23),n.SdG(4,8),n.k0s()),2&Te){const De=n.XpG();n.Y8G("@transitionMessages",De._subscriptAnimationState),n.R7$(),n.vxM(De.hintLabel?1:-1)}}let lt=(()=>{class Te{static{this.\u0275fac=function(rn){return new(rn||Te)}}static{this.\u0275dir=n.FsC({type:Te,selectors:[["mat-label"]],standalone:!0})}}return Te})(),Ut=0;const ke=new n.nKC("MatError");let Ze=(()=>{class Te{constructor(De,rn){this.id="mat-mdc-error-"+Ut++,De||rn.nativeElement.setAttribute("aria-live","polite")}static{this.\u0275fac=function(rn){return new(rn||Te)(n.kS0("aria-live"),n.rXU(n.aKT))}}static{this.\u0275dir=n.FsC({type:Te,selectors:[["mat-error"],["","matError",""]],hostAttrs:["aria-atomic","true",1,"mat-mdc-form-field-error","mat-mdc-form-field-bottom-align"],hostVars:1,hostBindings:function(rn,je){2&rn&&n.Mr5("id",je.id)},inputs:{id:"id"},standalone:!0,features:[n.Jv_([{provide:ke,useExisting:Te}])]})}}return Te})(),xe=0,Ae=(()=>{class Te{constructor(){this.align="start",this.id="mat-mdc-hint-"+xe++}static{this.\u0275fac=function(rn){return new(rn||Te)}}static{this.\u0275dir=n.FsC({type:Te,selectors:[["mat-hint"]],hostAttrs:[1,"mat-mdc-form-field-hint","mat-mdc-form-field-bottom-align"],hostVars:4,hostBindings:function(rn,je){2&rn&&(n.Mr5("id",je.id),n.BMQ("align",null),n.AVh("mat-mdc-form-field-hint-end","end"===je.align))},inputs:{align:"align",id:"id"},standalone:!0})}}return Te})();const de=new n.nKC("MatPrefix"),X=new n.nKC("MatSuffix");let Tt=(()=>{class Te{constructor(){this._isText=!1}set _isTextSelector(De){this._isText=!0}static{this.\u0275fac=function(rn){return new(rn||Te)}}static{this.\u0275dir=n.FsC({type:Te,selectors:[["","matSuffix",""],["","matIconSuffix",""],["","matTextSuffix",""]],inputs:{_isTextSelector:[0,"matTextSuffix","_isTextSelector"]},standalone:!0,features:[n.Jv_([{provide:X,useExisting:Te}])]})}}return Te})();const ie=new n.nKC("FloatingLabelParent");let yt=(()=>{class Te{get floating(){return this._floating}set floating(De){this._floating=De,this.monitorResize&&this._handleResize()}get monitorResize(){return this._monitorResize}set monitorResize(De){this._monitorResize=De,this._monitorResize?this._subscribeToResize():this._resizeSubscription.unsubscribe()}constructor(De){this._elementRef=De,this._floating=!1,this._monitorResize=!1,this._resizeObserver=(0,n.WQX)(et.a),this._ngZone=(0,n.WQX)(n.SKi),this._parent=(0,n.WQX)(ie),this._resizeSubscription=new Z.yU}ngOnDestroy(){this._resizeSubscription.unsubscribe()}getWidth(){return function ne(Te){if(null!==Te.offsetParent)return Te.scrollWidth;const De=Te.cloneNode(!0);De.style.setProperty("position","absolute"),De.style.setProperty("transform","translate(-9999px, -9999px)"),document.documentElement.appendChild(De);const rn=De.scrollWidth;return De.remove(),rn}(this._elementRef.nativeElement)}get element(){return this._elementRef.nativeElement}_handleResize(){setTimeout(()=>this._parent._handleLabelResized())}_subscribeToResize(){this._resizeSubscription.unsubscribe(),this._ngZone.runOutsideAngular(()=>{this._resizeSubscription=this._resizeObserver.observe(this._elementRef.nativeElement,{box:"border-box"}).subscribe(()=>this._handleResize())})}static{this.\u0275fac=function(rn){return new(rn||Te)(n.rXU(n.aKT))}}static{this.\u0275dir=n.FsC({type:Te,selectors:[["label","matFormFieldFloatingLabel",""]],hostAttrs:[1,"mdc-floating-label","mat-mdc-floating-label"],hostVars:2,hostBindings:function(rn,je){2&rn&&n.AVh("mdc-floating-label--float-above",je.floating)},inputs:{floating:"floating",monitorResize:"monitorResize"},standalone:!0})}}return Te})();const Re="mdc-line-ripple--active",Xe="mdc-line-ripple--deactivating";let Oe=(()=>{class Te{constructor(De,rn){this._elementRef=De,this._handleTransitionEnd=je=>{const Tn=this._elementRef.nativeElement.classList,jn=Tn.contains(Xe);"opacity"===je.propertyName&&jn&&Tn.remove(Re,Xe)},rn.runOutsideAngular(()=>{De.nativeElement.addEventListener("transitionend",this._handleTransitionEnd)})}activate(){const De=this._elementRef.nativeElement.classList;De.remove(Xe),De.add(Re)}deactivate(){this._elementRef.nativeElement.classList.add(Xe)}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._handleTransitionEnd)}static{this.\u0275fac=function(rn){return new(rn||Te)(n.rXU(n.aKT),n.rXU(n.SKi))}}static{this.\u0275dir=n.FsC({type:Te,selectors:[["div","matFormFieldLineRipple",""]],hostAttrs:[1,"mdc-line-ripple"],standalone:!0})}}return Te})(),Ln=(()=>{class Te{constructor(De,rn){this._elementRef=De,this._ngZone=rn,this.open=!1}ngAfterViewInit(){const De=this._elementRef.nativeElement.querySelector(".mdc-floating-label");De?(this._elementRef.nativeElement.classList.add("mdc-notched-outline--upgraded"),"function"==typeof requestAnimationFrame&&(De.style.transitionDuration="0s",this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>De.style.transitionDuration="")}))):this._elementRef.nativeElement.classList.add("mdc-notched-outline--no-label")}_setNotchWidth(De){this._notch.nativeElement.style.width=this.open&&De?`calc(${De}px * var(--mat-mdc-form-field-floating-label-scale, 0.75) + 9px)`:""}static{this.\u0275fac=function(rn){return new(rn||Te)(n.rXU(n.aKT),n.rXU(n.SKi))}}static{this.\u0275cmp=n.VBU({type:Te,selectors:[["div","matFormFieldNotchedOutline",""]],viewQuery:function(rn,je){if(1&rn&&n.GBs(kt,5),2&rn){let Tn;n.mGM(Tn=n.lsd())&&(je._notch=Tn.first)}},hostAttrs:[1,"mdc-notched-outline"],hostVars:2,hostBindings:function(rn,je){2&rn&&n.AVh("mdc-notched-outline--notched",je.open)},inputs:{open:[0,"matFormFieldNotchedOutlineOpen","open"]},standalone:!0,features:[n.aNF],attrs:zt,ngContentSelectors:Xt,decls:5,vars:0,consts:[["notch",""],[1,"mat-mdc-notch-piece","mdc-notched-outline__leading"],[1,"mat-mdc-notch-piece","mdc-notched-outline__notch"],[1,"mat-mdc-notch-piece","mdc-notched-outline__trailing"]],template:function(rn,je){1&rn&&(n.NAR(),n.nrm(0,"div",1),n.j41(1,"div",2,0),n.SdG(3),n.k0s(),n.nrm(4,"div",3))},encapsulation:2,changeDetection:0})}}return Te})();const Ne={transitionMessages:(0,mt.hZ)("transitionMessages",[(0,mt.wk)("enter",(0,mt.iF)({opacity:1,transform:"translateY(0%)"})),(0,mt.kY)("void => enter",[(0,mt.iF)({opacity:0,transform:"translateY(-5px)"}),(0,mt.i0)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let vt=(()=>{class Te{static{this.\u0275fac=function(rn){return new(rn||Te)}}static{this.\u0275dir=n.FsC({type:Te})}}return Te})();const Rt=new n.nKC("MatFormField"),tn=new n.nKC("MAT_FORM_FIELD_DEFAULT_OPTIONS");let jt=0,En=(()=>{class Te{get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(De){this._hideRequiredMarker=(0,r.he)(De)}get floatLabel(){return this._floatLabel||this._defaults?.floatLabel||"auto"}set floatLabel(De){De!==this._floatLabel&&(this._floatLabel=De,this._changeDetectorRef.markForCheck())}get appearance(){return this._appearance}set appearance(De){const rn=this._appearance;this._appearance=De||this._defaults?.appearance||"fill","outline"===this._appearance&&this._appearance!==rn&&(this._needsOutlineLabelOffsetUpdate=!0)}get subscriptSizing(){return this._subscriptSizing||this._defaults?.subscriptSizing||"fixed"}set subscriptSizing(De){this._subscriptSizing=De||this._defaults?.subscriptSizing||"fixed"}get hintLabel(){return this._hintLabel}set hintLabel(De){this._hintLabel=De,this._processHints()}get _control(){return this._explicitFormFieldControl||this._formFieldControl}set _control(De){this._explicitFormFieldControl=De}constructor(De,rn,je,Tn,jn,cn,Zt,ae){this._elementRef=De,this._changeDetectorRef=rn,this._dir=Tn,this._platform=jn,this._defaults=cn,this._animationMode=Zt,this._labelChild=(0,n.sbv)(lt),this._hideRequiredMarker=!1,this.color="primary",this._appearance="fill",this._subscriptSizing=null,this._hintLabel="",this._hasIconPrefix=!1,this._hasTextPrefix=!1,this._hasIconSuffix=!1,this._hasTextSuffix=!1,this._labelId="mat-mdc-form-field-label-"+jt++,this._hintLabelId="mat-mdc-hint-"+jt++,this._subscriptAnimationState="",this._destroyed=new tt.B,this._isFocused=null,this._needsOutlineLabelOffsetUpdate=!1,this._previousControl=null,this._injector=(0,n.WQX)(n.zZn),this.getLabelId=(0,n.EWP)(()=>this._hasFloatingLabel()?this._labelId:null),this._hasFloatingLabel=(0,n.EWP)(()=>!!this._labelChild()),cn&&(cn.appearance&&(this.appearance=cn.appearance),this._hideRequiredMarker=!!cn?.hideRequiredMarker,cn.color&&(this.color=cn.color))}ngAfterViewInit(){this._updateFocusState(),this._subscriptAnimationState="enter",this._changeDetectorRef.detectChanges()}ngAfterContentInit(){this._assertFormFieldControl(),this._initializeSubscript(),this._initializePrefixAndSuffix(),this._initializeOutlineLabelOffsetSubscriptions()}ngAfterContentChecked(){this._assertFormFieldControl(),this._control!==this._previousControl&&(this._initializeControl(this._previousControl),this._previousControl=this._control)}ngOnDestroy(){this._stateChanges?.unsubscribe(),this._valueChanges?.unsubscribe(),this._destroyed.next(),this._destroyed.complete()}getConnectedOverlayOrigin(){return this._textField||this._elementRef}_animateAndLockLabel(){this._hasFloatingLabel()&&(this.floatLabel="always")}_initializeControl(De){const rn=this._control,je="mat-mdc-form-field-type-";De&&this._elementRef.nativeElement.classList.remove(je+De.controlType),rn.controlType&&this._elementRef.nativeElement.classList.add(je+rn.controlType),this._stateChanges?.unsubscribe(),this._stateChanges=rn.stateChanges.subscribe(()=>{this._updateFocusState(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._valueChanges?.unsubscribe(),rn.ngControl&&rn.ngControl.valueChanges&&(this._valueChanges=rn.ngControl.valueChanges.pipe((0,J.Q)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck()))}_checkPrefixAndSuffixTypes(){this._hasIconPrefix=!!this._prefixChildren.find(De=>!De._isText),this._hasTextPrefix=!!this._prefixChildren.find(De=>De._isText),this._hasIconSuffix=!!this._suffixChildren.find(De=>!De._isText),this._hasTextSuffix=!!this._suffixChildren.find(De=>De._isText)}_initializePrefixAndSuffix(){this._checkPrefixAndSuffixTypes(),(0,st.h)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._checkPrefixAndSuffixTypes(),this._changeDetectorRef.markForCheck()})}_initializeSubscript(){this._hintChildren.changes.subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._validateHints(),this._syncDescribedByIds()}_assertFormFieldControl(){}_updateFocusState(){this._control.focused&&!this._isFocused?(this._isFocused=!0,this._lineRipple?.activate()):!this._control.focused&&(this._isFocused||null===this._isFocused)&&(this._isFocused=!1,this._lineRipple?.deactivate()),this._textField?.nativeElement.classList.toggle("mdc-text-field--focused",this._control.focused)}_initializeOutlineLabelOffsetSubscriptions(){this._prefixChildren.changes.subscribe(()=>this._needsOutlineLabelOffsetUpdate=!0),(0,n.Tzd)(()=>{this._needsOutlineLabelOffsetUpdate&&(this._needsOutlineLabelOffsetUpdate=!1,this._updateOutlineLabelOffset())},{injector:this._injector}),this._dir.change.pipe((0,J.Q)(this._destroyed)).subscribe(()=>this._needsOutlineLabelOffsetUpdate=!0)}_shouldAlwaysFloat(){return"always"===this.floatLabel}_hasOutline(){return"outline"===this.appearance}_forceDisplayInfixLabel(){return!this._platform.isBrowser&&this._prefixChildren.length&&!this._shouldLabelFloat()}_shouldLabelFloat(){return!!this._hasFloatingLabel()&&(this._control.shouldLabelFloat||this._shouldAlwaysFloat())}_shouldForward(De){const rn=this._control?this._control.ngControl:null;return rn&&rn[De]}_getDisplayedMessages(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_handleLabelResized(){this._refreshOutlineNotchWidth()}_refreshOutlineNotchWidth(){this._hasOutline()&&this._floatingLabel&&this._shouldLabelFloat()?this._notchedOutline?._setNotchWidth(this._floatingLabel.getWidth()):this._notchedOutline?._setNotchWidth(0)}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){}_syncDescribedByIds(){if(this._control){let De=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&De.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const rn=this._hintChildren?this._hintChildren.find(Tn=>"start"===Tn.align):null,je=this._hintChildren?this._hintChildren.find(Tn=>"end"===Tn.align):null;rn?De.push(rn.id):this._hintLabel&&De.push(this._hintLabelId),je&&De.push(je.id)}else this._errorChildren&&De.push(...this._errorChildren.map(rn=>rn.id));this._control.setDescribedByIds(De)}}_updateOutlineLabelOffset(){if(!this._hasOutline()||!this._floatingLabel)return;const De=this._floatingLabel.element;if(!this._iconPrefixContainer&&!this._textPrefixContainer)return void(De.style.transform="");if(!this._isAttachedToDom())return void(this._needsOutlineLabelOffsetUpdate=!0);const rn=this._iconPrefixContainer?.nativeElement,je=this._textPrefixContainer?.nativeElement,Tn=this._iconSuffixContainer?.nativeElement,jn=this._textSuffixContainer?.nativeElement,cn=rn?.getBoundingClientRect().width??0,Zt=je?.getBoundingClientRect().width??0,ae=Tn?.getBoundingClientRect().width??0,L=jn?.getBoundingClientRect().width??0;De.style.transform=`var(\n        --mat-mdc-form-field-label-transform,\n        translateY(-50%) translateX(calc(${"rtl"===this._dir.value?"-1":"1"} * (${cn+Zt}px + var(--mat-mdc-form-field-label-offset-x, 0px))))\n    )`,this._elementRef.nativeElement.style.setProperty("--mat-form-field-notch-max-width",`calc(100% - ${cn+Zt+ae+L}px)`)}_isAttachedToDom(){const De=this._elementRef.nativeElement;if(De.getRootNode){const rn=De.getRootNode();return rn&&rn!==De}return document.documentElement.contains(De)}static{this.\u0275fac=function(rn){return new(rn||Te)(n.rXU(n.aKT),n.rXU(n.gRc),n.rXU(n.SKi),n.rXU(i.dS),n.rXU(H.OD),n.rXU(tn,8),n.rXU(n.bc$,8),n.rXU(g.qQ))}}static{this.\u0275cmp=n.VBU({type:Te,selectors:[["mat-form-field"]],contentQueries:function(rn,je,Tn){if(1&rn&&(n.C6U(Tn,je._labelChild,lt,5),n.wni(Tn,vt,5),n.wni(Tn,de,5),n.wni(Tn,X,5),n.wni(Tn,ke,5),n.wni(Tn,Ae,5)),2&rn){let jn;n.NyB(),n.mGM(jn=n.lsd())&&(je._formFieldControl=jn.first),n.mGM(jn=n.lsd())&&(je._prefixChildren=jn),n.mGM(jn=n.lsd())&&(je._suffixChildren=jn),n.mGM(jn=n.lsd())&&(je._errorChildren=jn),n.mGM(jn=n.lsd())&&(je._hintChildren=jn)}},viewQuery:function(rn,je){if(1&rn&&(n.GBs(pt,5),n.GBs(Kt,5),n.GBs(Jt,5),n.GBs(fe,5),n.GBs(Pt,5),n.GBs(yt,5),n.GBs(Ln,5),n.GBs(Oe,5)),2&rn){let Tn;n.mGM(Tn=n.lsd())&&(je._textField=Tn.first),n.mGM(Tn=n.lsd())&&(je._iconPrefixContainer=Tn.first),n.mGM(Tn=n.lsd())&&(je._textPrefixContainer=Tn.first),n.mGM(Tn=n.lsd())&&(je._iconSuffixContainer=Tn.first),n.mGM(Tn=n.lsd())&&(je._textSuffixContainer=Tn.first),n.mGM(Tn=n.lsd())&&(je._floatingLabel=Tn.first),n.mGM(Tn=n.lsd())&&(je._notchedOutline=Tn.first),n.mGM(Tn=n.lsd())&&(je._lineRipple=Tn.first)}},hostAttrs:[1,"mat-mdc-form-field"],hostVars:42,hostBindings:function(rn,je){2&rn&&n.AVh("mat-mdc-form-field-label-always-float",je._shouldAlwaysFloat())("mat-mdc-form-field-has-icon-prefix",je._hasIconPrefix)("mat-mdc-form-field-has-icon-suffix",je._hasIconSuffix)("mat-form-field-invalid",je._control.errorState)("mat-form-field-disabled",je._control.disabled)("mat-form-field-autofilled",je._control.autofilled)("mat-form-field-no-animations","NoopAnimations"===je._animationMode)("mat-form-field-appearance-fill","fill"==je.appearance)("mat-form-field-appearance-outline","outline"==je.appearance)("mat-form-field-hide-placeholder",je._hasFloatingLabel()&&!je._shouldLabelFloat())("mat-focused",je._control.focused)("mat-primary","accent"!==je.color&&"warn"!==je.color)("mat-accent","accent"===je.color)("mat-warn","warn"===je.color)("ng-untouched",je._shouldForward("untouched"))("ng-touched",je._shouldForward("touched"))("ng-pristine",je._shouldForward("pristine"))("ng-dirty",je._shouldForward("dirty"))("ng-valid",je._shouldForward("valid"))("ng-invalid",je._shouldForward("invalid"))("ng-pending",je._shouldForward("pending"))},inputs:{hideRequiredMarker:"hideRequiredMarker",color:"color",floatLabel:"floatLabel",appearance:"appearance",subscriptSizing:"subscriptSizing",hintLabel:"hintLabel"},exportAs:["matFormField"],standalone:!0,features:[n.Jv_([{provide:Rt,useExisting:Te},{provide:ie,useExisting:Te}]),n.aNF],ngContentSelectors:rt,decls:18,vars:21,consts:[["labelTemplate",""],["textField",""],["iconPrefixContainer",""],["textPrefixContainer",""],["textSuffixContainer",""],["iconSuffixContainer",""],[1,"mat-mdc-text-field-wrapper","mdc-text-field",3,"click"],[1,"mat-mdc-form-field-focus-overlay"],[1,"mat-mdc-form-field-flex"],["matFormFieldNotchedOutline","",3,"matFormFieldNotchedOutlineOpen"],[1,"mat-mdc-form-field-icon-prefix"],[1,"mat-mdc-form-field-text-prefix"],[1,"mat-mdc-form-field-infix"],[3,"ngTemplateOutlet"],[1,"mat-mdc-form-field-text-suffix"],[1,"mat-mdc-form-field-icon-suffix"],["matFormFieldLineRipple",""],[1,"mat-mdc-form-field-subscript-wrapper","mat-mdc-form-field-bottom-align"],[1,"mat-mdc-form-field-error-wrapper"],[1,"mat-mdc-form-field-hint-wrapper"],["matFormFieldFloatingLabel","",3,"floating","monitorResize","id"],["aria-hidden","true",1,"mat-mdc-form-field-required-marker","mdc-floating-label--required"],[3,"id"],[1,"mat-mdc-form-field-hint-spacer"]],template:function(rn,je){if(1&rn){const Tn=n.RV6();n.NAR(Et),n.DNE(0,dt,1,1,"ng-template",null,0,n.C5r),n.j41(2,"div",6,1),n.bIt("click",function(cn){return n.eBV(Tn),n.Njj(je._control.onContainerClick(cn))}),n.DNE(4,Vt,1,0,"div",7),n.j41(5,"div",8),n.DNE(6,re,2,2,"div",9)(7,Ve,3,0,"div",10)(8,on,3,0,"div",11),n.j41(9,"div",12),n.DNE(10,Fe,1,1,null,13),n.SdG(11),n.k0s(),n.DNE(12,zn,3,0,"div",14)(13,ht,3,0,"div",15),n.k0s(),n.DNE(14,ot,1,0,"div",16),n.k0s(),n.j41(15,"div",17),n.DNE(16,_t,2,1,"div",18)(17,Lt,5,2,"div",19),n.k0s()}if(2&rn){let Tn;n.R7$(2),n.AVh("mdc-text-field--filled",!je._hasOutline())("mdc-text-field--outlined",je._hasOutline())("mdc-text-field--no-label",!je._hasFloatingLabel())("mdc-text-field--disabled",je._control.disabled)("mdc-text-field--invalid",je._control.errorState),n.R7$(2),n.vxM(je._hasOutline()||je._control.disabled?-1:4),n.R7$(2),n.vxM(je._hasOutline()?6:-1),n.R7$(),n.vxM(je._hasIconPrefix?7:-1),n.R7$(),n.vxM(je._hasTextPrefix?8:-1),n.R7$(2),n.vxM(!je._hasOutline()||je._forceDisplayInfixLabel()?10:-1),n.R7$(2),n.vxM(je._hasTextSuffix?12:-1),n.R7$(),n.vxM(je._hasIconSuffix?13:-1),n.R7$(),n.vxM(je._hasOutline()?-1:14),n.R7$(),n.AVh("mat-mdc-form-field-subscript-dynamic-size","dynamic"===je.subscriptSizing),n.R7$(),n.vxM("error"===(Tn=je._getDisplayedMessages())?16:"hint"===Tn?17:-1)}},dependencies:[yt,Ln,g.T3,Oe,Ae],styles:['.mdc-text-field{display:inline-flex;align-items:baseline;padding:0 16px;position:relative;box-sizing:border-box;overflow:hidden;will-change:opacity,transform,color;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.mdc-text-field__input{width:100%;min-width:0;border:none;border-radius:0;background:none;padding:0;-moz-appearance:none;-webkit-appearance:none;height:28px}.mdc-text-field__input::-webkit-calendar-picker-indicator{display:none}.mdc-text-field__input::-ms-clear{display:none}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}.mdc-text-field__input::placeholder{opacity:0}.mdc-text-field__input::-moz-placeholder{opacity:0}.mdc-text-field__input::-webkit-input-placeholder{opacity:0}.mdc-text-field__input:-ms-input-placeholder{opacity:0}.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{opacity:1}.mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder,.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder{opacity:1}.mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder,.mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder{opacity:1}.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{opacity:1}.mdc-text-field--outlined .mdc-text-field__input,.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input{height:100%}.mdc-text-field--outlined .mdc-text-field__input{display:flex;border:none !important;background-color:rgba(0,0,0,0)}.mdc-text-field--disabled .mdc-text-field__input{pointer-events:auto}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-filled-text-field-input-text-color, var(--mat-app-on-surface));caret-color:var(--mdc-filled-text-field-caret-color, var(--mat-app-primary))}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mdc-filled-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-filled-text-field-error-caret-color)}.mdc-text-field--filled.mdc-text-field--disabled .mdc-text-field__input{color:var(--mdc-filled-text-field-disabled-input-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input{color:var(--mdc-outlined-text-field-input-text-color, var(--mat-app-on-surface));caret-color:var(--mdc-outlined-text-field-caret-color, var(--mat-app-primary))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder{color:var(--mdc-outlined-text-field-input-text-placeholder-color, var(--mat-app-on-surface-variant))}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__input{caret-color:var(--mdc-outlined-text-field-error-caret-color)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{color:var(--mdc-outlined-text-field-disabled-input-text-color)}.mdc-text-field--disabled .cdk-high-contrast-active .mdc-text-field__input{background-color:Window}.mdc-text-field--filled{height:56px;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:var(--mdc-filled-text-field-container-shape, var(--mat-app-corner-extra-small-top));border-top-right-radius:var(--mdc-filled-text-field-container-shape, var(--mat-app-corner-extra-small-top))}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--mdc-filled-text-field-container-color, var(--mat-app-surface-variant))}.mdc-text-field--filled.mdc-text-field--disabled{background-color:var(--mdc-filled-text-field-disabled-container-color)}.mdc-text-field--outlined{height:56px;overflow:visible;padding-right:max(16px,var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)));padding-left:max(16px,var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)) + 4px)}[dir=rtl] .mdc-text-field--outlined{padding-right:max(16px,var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)) + 4px);padding-left:max(16px,var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)))}.mdc-floating-label{position:absolute;left:0;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir=rtl] .mdc-floating-label{right:0;left:auto;transform-origin:right top;text-align:right}.mdc-text-field .mdc-floating-label{top:50%;transform:translateY(-50%);pointer-events:none}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;max-width:100%}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:auto}[dir=rtl] .mdc-text-field--outlined .mdc-floating-label{left:auto;right:4px}.mdc-text-field--filled .mdc-floating-label{left:16px;right:auto}[dir=rtl] .mdc-text-field--filled .mdc-floating-label{left:auto;right:16px}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.cdk-high-contrast-active .mdc-text-field--disabled .mdc-floating-label{z-index:1}.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label{display:none}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-filled-text-field-label-text-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label{color:var(--mdc-filled-text-field-focus-label-text-color, var(--mat-app-primary))}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label{color:var(--mdc-filled-text-field-hover-label-text-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled.mdc-text-field--disabled .mdc-floating-label{color:var(--mdc-filled-text-field-disabled-label-text-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid .mdc-floating-label{color:var(--mdc-filled-text-field-error-label-text-color, var(--mat-app-error))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid.mdc-text-field--focused .mdc-floating-label{color:var(--mdc-filled-text-field-error-focus-label-text-color, var(--mat-app-error))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-floating-label{color:var(--mdc-filled-text-field-error-hover-label-text-color, var(--mat-app-on-error-container))}.mdc-text-field--filled .mdc-floating-label{font-family:var(--mdc-filled-text-field-label-text-font, var(--mat-app-body-large-font));font-size:var(--mdc-filled-text-field-label-text-size, var(--mat-app-body-large-size));font-weight:var(--mdc-filled-text-field-label-text-weight, var(--mat-app-body-large-weight));letter-spacing:var(--mdc-filled-text-field-label-text-tracking, var(--mat-app-body-large-tracking))}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label{color:var(--mdc-outlined-text-field-label-text-color, var(--mat-app-on-surface-variant))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label{color:var(--mdc-outlined-text-field-focus-label-text-color, var(--mat-app-primary))}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-floating-label{color:var(--mdc-outlined-text-field-hover-label-text-color, var(--mat-app-on-surface))}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-floating-label{color:var(--mdc-outlined-text-field-disabled-label-text-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mdc-floating-label{color:var(--mdc-outlined-text-field-error-label-text-color, var(--mat-app-error))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid.mdc-text-field--focused .mdc-floating-label{color:var(--mdc-outlined-text-field-error-focus-label-text-color, var(--mat-app-error))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-floating-label{color:var(--mdc-outlined-text-field-error-hover-label-text-color, var(--mat-app-on-error-container))}.mdc-text-field--outlined .mdc-floating-label{font-family:var(--mdc-outlined-text-field-label-text-font, var(--mat-app-body-large-font));font-size:var(--mdc-outlined-text-field-label-text-size, var(--mat-app-body-large-size));font-weight:var(--mdc-outlined-text-field-label-text-weight, var(--mat-app-body-large-weight));letter-spacing:var(--mdc-outlined-text-field-label-text-tracking, var(--mat-app-body-large-tracking))}.mdc-floating-label--float-above{cursor:auto;transform:translateY(-106%) scale(0.75)}.mdc-text-field--filled .mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-37.25px) scale(1);font-size:.75rem}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:133.3333333333%}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-34.75px) scale(0.75)}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after{margin-left:1px;margin-right:0;content:"*"}[dir=rtl] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)::after{margin-left:0;margin-right:1px}.mdc-notched-outline{display:flex;position:absolute;top:0;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .mdc-notched-outline{text-align:right}.mdc-text-field--outlined .mdc-notched-outline{z-index:1}.mat-mdc-notch-piece{box-sizing:border-box;height:100%;pointer-events:none;border-top:1px solid;border-bottom:1px solid}.mdc-text-field--focused .mat-mdc-notch-piece{border-width:2px}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-outline-color, var(--mat-app-outline));border-width:var(--mdc-outlined-text-field-outline-width)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-hover-outline-color, var(--mat-app-on-surface))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-focus-outline-color, var(--mat-app-primary))}.mdc-text-field--outlined.mdc-text-field--disabled .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-disabled-outline-color)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-error-outline-color, var(--mat-app-error))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--focused):hover .mdc-notched-outline .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-error-hover-outline-color, var(--mat-app-on-error-container))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid.mdc-text-field--focused .mat-mdc-notch-piece{border-color:var(--mdc-outlined-text-field-error-focus-outline-color, var(--mat-app-error))}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline .mat-mdc-notch-piece{border-width:var(--mdc-outlined-text-field-focus-outline-width)}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small));border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small))}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{width:max(12px,var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)))}[dir=rtl] .mdc-notched-outline__leading{border-left:none;border-right:1px solid;border-bottom-left-radius:0;border-top-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small));border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small))}.mdc-notched-outline__trailing{flex-grow:1;border-left:none;border-right:1px solid;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small));border-bottom-right-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small))}[dir=rtl] .mdc-notched-outline__trailing{border-left:1px solid;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small));border-bottom-left-radius:var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small))}.mdc-notched-outline__notch{flex:0 0 auto;width:auto}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{max-width:min(var(--mat-form-field-notch-max-width, 100%),100% - max(12px,var(--mdc-outlined-text-field-container-shape, var(--mat-app-corner-extra-small)))*2)}.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:1px}.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-top:2px}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none;--mat-form-field-notch-max-width: 100%}[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{display:none}.mdc-line-ripple::before,.mdc-line-ripple::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:""}.mdc-line-ripple::before{z-index:1;border-bottom-width:var(--mdc-filled-text-field-active-indicator-height)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-active-indicator-color, var(--mat-app-on-surface-variant))}.mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-hover-active-indicator-color, var(--mat-app-on-surface))}.mdc-text-field--filled.mdc-text-field--disabled .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-disabled-active-indicator-color)}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-active-indicator-color, var(--mat-app-error))}.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--focused):hover .mdc-line-ripple::before{border-bottom-color:var(--mdc-filled-text-field-error-hover-active-indicator-color, var(--mat-app-on-error-container))}.mdc-line-ripple::after{transform:scaleX(0);opacity:0;z-index:2}.mdc-text-field--filled .mdc-line-ripple::after{border-bottom-width:var(--mdc-filled-text-field-focus-active-indicator-height)}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-filled-text-field-focus-active-indicator-color, var(--mat-app-primary))}.mdc-text-field--filled.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after{border-bottom-color:var(--mdc-filled-text-field-error-focus-active-indicator-color, var(--mat-app-error))}.mdc-line-ripple--active::after{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating::after{opacity:0}.mdc-text-field--disabled{pointer-events:none}.mat-mdc-form-field-textarea-control{vertical-align:middle;resize:vertical;box-sizing:border-box;height:auto;margin:0;padding:0;border:none;overflow:auto}.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font:inherit;letter-spacing:inherit;text-decoration:inherit;text-transform:inherit;border:none}.mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:normal;pointer-events:all;will-change:auto}.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-floating-label.mdc-floating-label{cursor:inherit}.mdc-text-field--no-label:not(.mdc-text-field--textarea) .mat-mdc-form-field-input-control.mdc-text-field__input,.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control{height:auto}.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control.mdc-text-field__input[type=color]{height:23px}.mat-mdc-text-field-wrapper{height:auto;flex:auto;will-change:auto}.mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-left:0;--mat-mdc-form-field-label-offset-x: -16px}.mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-right:0}[dir=rtl] .mat-mdc-text-field-wrapper{padding-left:16px;padding-right:16px}[dir=rtl] .mat-mdc-form-field-has-icon-suffix .mat-mdc-text-field-wrapper{padding-left:0}[dir=rtl] .mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper{padding-right:0}.mat-form-field-disabled .mdc-text-field__input::placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input::-moz-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input::-webkit-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-form-field-disabled .mdc-text-field__input:-ms-input-placeholder{color:var(--mat-form-field-disabled-input-text-placeholder-color)}.mat-mdc-form-field-label-always-float .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mat-mdc-text-field-wrapper .mat-mdc-form-field-infix .mat-mdc-floating-label{left:auto;right:auto}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-text-field__input{display:inline-block}.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field .mdc-notched-outline__notch{padding-top:0}.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid rgba(0,0,0,0)}[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid rgba(0,0,0,0)}.mat-mdc-form-field-infix{min-height:var(--mat-form-field-container-height);padding-top:var(--mat-form-field-filled-with-label-container-padding-top);padding-bottom:var(--mat-form-field-filled-with-label-container-padding-bottom)}.mdc-text-field--outlined .mat-mdc-form-field-infix,.mdc-text-field--no-label .mat-mdc-form-field-infix{padding-top:var(--mat-form-field-container-vertical-padding);padding-bottom:var(--mat-form-field-container-vertical-padding)}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:calc(var(--mat-form-field-container-height)/2)}.mdc-text-field--filled .mat-mdc-floating-label{display:var(--mat-form-field-filled-label-display, block)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY(calc(calc(6.75px + var(--mat-form-field-container-height) / 2) * -1)) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-form-field-subscript-wrapper{box-sizing:border-box;width:100%;position:relative}.mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-error-wrapper{position:absolute;top:0;left:0;right:0;padding:0 16px}.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field-subscript-dynamic-size .mat-mdc-form-field-error-wrapper{position:static}.mat-mdc-form-field-bottom-align::before{content:"";display:inline-block;height:16px}.mat-mdc-form-field-bottom-align.mat-mdc-form-field-subscript-dynamic-size::before{content:unset}.mat-mdc-form-field-hint-end{order:1}.mat-mdc-form-field-hint-wrapper{display:flex}.mat-mdc-form-field-hint-spacer{flex:1 0 1em}.mat-mdc-form-field-error{display:block;color:var(--mat-form-field-error-text-color, var(--mat-app-error))}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align::before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-subscript-text-font, var(--mat-app-body-small-font));line-height:var(--mat-form-field-subscript-text-line-height, var(--mat-app-body-small-line-height));font-size:var(--mat-form-field-subscript-text-size, var(--mat-app-body-small-size));letter-spacing:var(--mat-form-field-subscript-text-tracking, var(--mat-app-body-small-tracking));font-weight:var(--mat-form-field-subscript-text-weight, var(--mat-app-body-small-weight))}.mat-mdc-form-field-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;opacity:0;pointer-events:none;background-color:var(--mat-form-field-state-layer-color, var(--mat-app-on-surface))}.mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:var(--mat-form-field-focus-state-layer-opacity)}select.mat-mdc-form-field-input-control{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(0,0,0,0);display:inline-flex;box-sizing:border-box}select.mat-mdc-form-field-input-control:not(:disabled){cursor:pointer}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option{color:var(--mat-form-field-select-option-text-color)}select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled{color:var(--mat-form-field-select-disabled-option-text-color)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{content:"";width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;position:absolute;right:0;top:50%;margin-top:-2.5px;pointer-events:none;color:var(--mat-form-field-enabled-select-arrow-color, var(--mat-app-on-surface-variant))}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after{right:auto;left:0}.mat-mdc-form-field-type-mat-native-select.mat-focused .mat-mdc-form-field-infix::after{color:var(--mat-form-field-focus-select-arrow-color, var(--mat-app-primary))}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after{color:var(--mat-form-field-disabled-select-arrow-color)}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:15px}[dir=rtl] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-input-control{padding-right:0;padding-left:15px}.cdk-high-contrast-active .mat-form-field-appearance-fill .mat-mdc-text-field-wrapper{outline:solid 1px}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-form-field-disabled .mat-mdc-text-field-wrapper{outline-color:GrayText}.cdk-high-contrast-active .mat-form-field-appearance-fill.mat-focused .mat-mdc-text-field-wrapper{outline:dashed 3px}.cdk-high-contrast-active .mat-mdc-form-field.mat-focused .mdc-notched-outline{border:dashed 3px}.mat-mdc-form-field-input-control[type=date],.mat-mdc-form-field-input-control[type=datetime],.mat-mdc-form-field-input-control[type=datetime-local],.mat-mdc-form-field-input-control[type=month],.mat-mdc-form-field-input-control[type=week],.mat-mdc-form-field-input-control[type=time]{line-height:1}.mat-mdc-form-field-input-control::-webkit-datetime-edit{line-height:1;padding:0;margin-bottom:-2px}.mat-mdc-form-field{--mat-mdc-form-field-floating-label-scale: 0.75;display:inline-flex;flex-direction:column;min-width:0;text-align:left;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-container-text-font, var(--mat-app-body-large-font));line-height:var(--mat-form-field-container-text-line-height, var(--mat-app-body-large-line-height));font-size:var(--mat-form-field-container-text-size, var(--mat-app-body-large-size));letter-spacing:var(--mat-form-field-container-text-tracking, var(--mat-app-body-large-tracking));font-weight:var(--mat-form-field-container-text-weight, var(--mat-app-body-large-weight))}[dir=rtl] .mat-mdc-form-field{text-align:right}.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above{font-size:calc(var(--mat-form-field-outlined-label-text-populated-size)*var(--mat-mdc-form-field-floating-label-scale))}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:var(--mat-form-field-outlined-label-text-populated-size)}.mat-mdc-form-field-flex{display:inline-flex;align-items:baseline;box-sizing:border-box;width:100%}.mat-mdc-text-field-wrapper{width:100%;z-index:0}.mat-mdc-form-field-icon-prefix,.mat-mdc-form-field-icon-suffix{align-self:center;line-height:0;pointer-events:auto;position:relative;z-index:1}.mat-mdc-form-field-icon-prefix>.mat-icon,.mat-mdc-form-field-icon-suffix>.mat-icon{padding:0 12px;box-sizing:content-box}.mat-mdc-form-field-icon-prefix{color:var(--mat-form-field-leading-icon-color, var(--mat-app-on-surface-variant))}.mat-form-field-disabled .mat-mdc-form-field-icon-prefix{color:var(--mat-form-field-disabled-leading-icon-color)}.mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-trailing-icon-color, var(--mat-app-on-surface-variant))}.mat-form-field-disabled .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-disabled-trailing-icon-color)}.mat-form-field-invalid .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-trailing-icon-color, var(--mat-app-error))}.mat-form-field-invalid:not(.mat-focused):not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-hover-trailing-icon-color, var(--mat-app-on-error-container))}.mat-form-field-invalid.mat-focused .mat-mdc-text-field-wrapper .mat-mdc-form-field-icon-suffix{color:var(--mat-form-field-error-focus-trailing-icon-color, var(--mat-app-error))}.mat-mdc-form-field-icon-prefix,[dir=rtl] .mat-mdc-form-field-icon-suffix{padding:0 4px 0 0}.mat-mdc-form-field-icon-suffix,[dir=rtl] .mat-mdc-form-field-icon-prefix{padding:0 0 0 4px}.mat-mdc-form-field-subscript-wrapper .mat-icon,.mat-mdc-form-field label .mat-icon{width:1em;height:1em;font-size:inherit}.mat-mdc-form-field-infix{flex:auto;min-width:0;width:180px;position:relative;box-sizing:border-box}.mat-mdc-form-field-infix:has(textarea[cols]){width:auto}.mat-mdc-form-field .mdc-notched-outline__notch{margin-left:-1px;-webkit-clip-path:inset(-9em -999em -9em 1px);clip-path:inset(-9em -999em -9em 1px)}[dir=rtl] .mat-mdc-form-field .mdc-notched-outline__notch{margin-left:0;margin-right:-1px;-webkit-clip-path:inset(-9em 1px -9em -999em);clip-path:inset(-9em 1px -9em -999em)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-floating-label{transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input{transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::-moz-placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input::-webkit-input-placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input:-ms-input-placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--no-label .mdc-text-field__input::placeholder,.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--focused .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms}.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder,.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--focused .mdc-text-field__input::-moz-placeholder{transition-delay:40ms;transition-duration:110ms}.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder,.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder{transition-delay:40ms;transition-duration:110ms}.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,.mat-mdc-form-field:not(.mat-form-field-no-animations).mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{transition-delay:40ms;transition-duration:110ms}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before{transition-duration:75ms}.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-line-ripple::after{transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-notched-outline .mdc-floating-label{max-width:calc(100% + 1px)}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(133.3333333333% + 1px)}'],encapsulation:2,data:{animation:[Ne.transitionMessages]},changeDetection:0})}}return Te})(),kn=(()=>{class Te{static{this.\u0275fac=function(rn){return new(rn||Te)}}static{this.\u0275mod=n.$C({type:Te})}static{this.\u0275inj=n.G2t({imports:[gt.yE,g.MD,Ot.w5,gt.yE]})}}return Te})()},9213:($e,Gt,c)=>{c.d(Gt,{An:()=>ot,m_:()=>_t});var n=c(4438),i=c(6600),r=c(177),H=c(7673),g=c(8810),Z=c(7468),tt=c(8359),st=c(8141),J=c(6354),et=c(9437),mt=c(980),Ot=c(7647),gt=c(6697),kt=c(1626),zt=c(345);const Xt=["*"];let pt;function Jt(K){return function Kt(){if(void 0===pt&&(pt=null,typeof window<"u")){const K=window;void 0!==K.trustedTypes&&(pt=K.trustedTypes.createPolicy("angular#components",{createHTML:Lt=>Lt}))}return pt}()?.createHTML(K)||K}function fe(K){return Error(`Unable to find icon with the name "${K}"`)}function Et(K){return Error(`The URL provided to MatIconRegistry was not trusted as a resource URL via Angular's DomSanitizer. Attempted URL was "${K}".`)}function rt(K){return Error(`The literal provided to MatIconRegistry was not trusted as safe HTML by Angular's DomSanitizer. Attempted literal was "${K}".`)}class It{constructor(Lt,lt,Ut){this.url=Lt,this.svgText=lt,this.options=Ut}}let xt=(()=>{class K{constructor(lt,Ut,ke,Ze){this._httpClient=lt,this._sanitizer=Ut,this._errorHandler=Ze,this._svgIconConfigs=new Map,this._iconSetConfigs=new Map,this._cachedIconsByUrl=new Map,this._inProgressUrlFetches=new Map,this._fontCssClassesByAlias=new Map,this._resolvers=[],this._defaultFontSetClass=["material-icons","mat-ligature-font"],this._document=ke}addSvgIcon(lt,Ut,ke){return this.addSvgIconInNamespace("",lt,Ut,ke)}addSvgIconLiteral(lt,Ut,ke){return this.addSvgIconLiteralInNamespace("",lt,Ut,ke)}addSvgIconInNamespace(lt,Ut,ke,Ze){return this._addSvgIconConfig(lt,Ut,new It(ke,null,Ze))}addSvgIconResolver(lt){return this._resolvers.push(lt),this}addSvgIconLiteralInNamespace(lt,Ut,ke,Ze){const xe=this._sanitizer.sanitize(n.WPN.HTML,ke);if(!xe)throw rt(ke);const Ae=Jt(xe);return this._addSvgIconConfig(lt,Ut,new It("",Ae,Ze))}addSvgIconSet(lt,Ut){return this.addSvgIconSetInNamespace("",lt,Ut)}addSvgIconSetLiteral(lt,Ut){return this.addSvgIconSetLiteralInNamespace("",lt,Ut)}addSvgIconSetInNamespace(lt,Ut,ke){return this._addSvgIconSetConfig(lt,new It(Ut,null,ke))}addSvgIconSetLiteralInNamespace(lt,Ut,ke){const Ze=this._sanitizer.sanitize(n.WPN.HTML,Ut);if(!Ze)throw rt(Ut);const xe=Jt(Ze);return this._addSvgIconSetConfig(lt,new It("",xe,ke))}registerFontClassAlias(lt,Ut=lt){return this._fontCssClassesByAlias.set(lt,Ut),this}classNameForFontAlias(lt){return this._fontCssClassesByAlias.get(lt)||lt}setDefaultFontSetClass(...lt){return this._defaultFontSetClass=lt,this}getDefaultFontSetClass(){return this._defaultFontSetClass}getSvgIconFromUrl(lt){const Ut=this._sanitizer.sanitize(n.WPN.RESOURCE_URL,lt);if(!Ut)throw Et(lt);const ke=this._cachedIconsByUrl.get(Ut);return ke?(0,H.of)(it(ke)):this._loadSvgIconFromConfig(new It(lt,null)).pipe((0,st.M)(Ze=>this._cachedIconsByUrl.set(Ut,Ze)),(0,J.T)(Ze=>it(Ze)))}getNamedSvgIcon(lt,Ut=""){const ke=Bt(Ut,lt);let Ze=this._svgIconConfigs.get(ke);if(Ze)return this._getSvgFromConfig(Ze);if(Ze=this._getIconConfigFromResolvers(Ut,lt),Ze)return this._svgIconConfigs.set(ke,Ze),this._getSvgFromConfig(Ze);const xe=this._iconSetConfigs.get(Ut);return xe?this._getSvgFromIconSetConfigs(lt,xe):(0,g.$)(fe(ke))}ngOnDestroy(){this._resolvers=[],this._svgIconConfigs.clear(),this._iconSetConfigs.clear(),this._cachedIconsByUrl.clear()}_getSvgFromConfig(lt){return lt.svgText?(0,H.of)(it(this._svgElementFromConfig(lt))):this._loadSvgIconFromConfig(lt).pipe((0,J.T)(Ut=>it(Ut)))}_getSvgFromIconSetConfigs(lt,Ut){const ke=this._extractIconWithNameFromAnySet(lt,Ut);if(ke)return(0,H.of)(ke);const Ze=Ut.filter(xe=>!xe.svgText).map(xe=>this._loadSvgIconSetFromConfig(xe).pipe((0,et.W)(Ae=>{const q=`Loading icon set URL: ${this._sanitizer.sanitize(n.WPN.RESOURCE_URL,xe.url)} failed: ${Ae.message}`;return this._errorHandler.handleError(new Error(q)),(0,H.of)(null)})));return(0,Z.p)(Ze).pipe((0,J.T)(()=>{const xe=this._extractIconWithNameFromAnySet(lt,Ut);if(!xe)throw fe(lt);return xe}))}_extractIconWithNameFromAnySet(lt,Ut){for(let ke=Ut.length-1;ke>=0;ke--){const Ze=Ut[ke];if(Ze.svgText&&Ze.svgText.toString().indexOf(lt)>-1){const xe=this._svgElementFromConfig(Ze),Ae=this._extractSvgIconFromSet(xe,lt,Ze.options);if(Ae)return Ae}}return null}_loadSvgIconFromConfig(lt){return this._fetchIcon(lt).pipe((0,st.M)(Ut=>lt.svgText=Ut),(0,J.T)(()=>this._svgElementFromConfig(lt)))}_loadSvgIconSetFromConfig(lt){return lt.svgText?(0,H.of)(null):this._fetchIcon(lt).pipe((0,st.M)(Ut=>lt.svgText=Ut))}_extractSvgIconFromSet(lt,Ut,ke){const Ze=lt.querySelector(`[id="${Ut}"]`);if(!Ze)return null;const xe=Ze.cloneNode(!0);if(xe.removeAttribute("id"),"svg"===xe.nodeName.toLowerCase())return this._setSvgAttributes(xe,ke);if("symbol"===xe.nodeName.toLowerCase())return this._setSvgAttributes(this._toSvgElement(xe),ke);const Ae=this._svgElementFromString(Jt("<svg></svg>"));return Ae.appendChild(xe),this._setSvgAttributes(Ae,ke)}_svgElementFromString(lt){const Ut=this._document.createElement("DIV");Ut.innerHTML=lt;const ke=Ut.querySelector("svg");if(!ke)throw Error("<svg> tag not found");return ke}_toSvgElement(lt){const Ut=this._svgElementFromString(Jt("<svg></svg>")),ke=lt.attributes;for(let Ze=0;Ze<ke.length;Ze++){const{name:xe,value:Ae}=ke[Ze];"id"!==xe&&Ut.setAttribute(xe,Ae)}for(let Ze=0;Ze<lt.childNodes.length;Ze++)lt.childNodes[Ze].nodeType===this._document.ELEMENT_NODE&&Ut.appendChild(lt.childNodes[Ze].cloneNode(!0));return Ut}_setSvgAttributes(lt,Ut){return lt.setAttribute("fit",""),lt.setAttribute("height","100%"),lt.setAttribute("width","100%"),lt.setAttribute("preserveAspectRatio","xMidYMid meet"),lt.setAttribute("focusable","false"),Ut&&Ut.viewBox&&lt.setAttribute("viewBox",Ut.viewBox),lt}_fetchIcon(lt){const{url:Ut,options:ke}=lt,Ze=ke?.withCredentials??!1;if(!this._httpClient)throw function Pt(){return Error("Could not find HttpClient for use with Angular Material icons. Please add provideHttpClient() to your providers.")}();if(null==Ut)throw Error(`Cannot fetch icon from URL "${Ut}".`);const xe=this._sanitizer.sanitize(n.WPN.RESOURCE_URL,Ut);if(!xe)throw Et(Ut);const Ae=this._inProgressUrlFetches.get(xe);if(Ae)return Ae;const de=this._httpClient.get(xe,{responseType:"text",withCredentials:Ze}).pipe((0,J.T)(q=>Jt(q)),(0,mt.j)(()=>this._inProgressUrlFetches.delete(xe)),(0,Ot.u)());return this._inProgressUrlFetches.set(xe,de),de}_addSvgIconConfig(lt,Ut,ke){return this._svgIconConfigs.set(Bt(lt,Ut),ke),this}_addSvgIconSetConfig(lt,Ut){const ke=this._iconSetConfigs.get(lt);return ke?ke.push(Ut):this._iconSetConfigs.set(lt,[Ut]),this}_svgElementFromConfig(lt){if(!lt.svgElement){const Ut=this._svgElementFromString(lt.svgText);this._setSvgAttributes(Ut,lt.options),lt.svgElement=Ut}return lt.svgElement}_getIconConfigFromResolvers(lt,Ut){for(let ke=0;ke<this._resolvers.length;ke++){const Ze=this._resolvers[ke](Ut,lt);if(Ze)return re(Ze)?new It(Ze.url,null,Ze.options):new It(Ze,null)}}static{this.\u0275fac=function(Ut){return new(Ut||K)(n.KVO(kt.Qq,8),n.KVO(zt.up),n.KVO(r.qQ,8),n.KVO(n.zcH))}}static{this.\u0275prov=n.jDH({token:K,factory:K.\u0275fac,providedIn:"root"})}}return K})();function it(K){return K.cloneNode(!0)}function Bt(K,Lt){return K+":"+Lt}function re(K){return!(!K.url||!K.options)}const Ve=new n.nKC("MAT_ICON_DEFAULT_OPTIONS"),on=new n.nKC("mat-icon-location",{providedIn:"root",factory:function wn(){const K=(0,n.WQX)(r.qQ),Lt=K?K.location:null;return{getPathname:()=>Lt?Lt.pathname+Lt.search:""}}}),Fe=["clip-path","color-profile","src","cursor","fill","filter","marker","marker-start","marker-mid","marker-end","mask","stroke"],zn=Fe.map(K=>`[${K}]`).join(", "),ht=/^url\(['"]?#(.*?)['"]?\)$/;let ot=(()=>{class K{get color(){return this._color||this._defaultColor}set color(lt){this._color=lt}get svgIcon(){return this._svgIcon}set svgIcon(lt){lt!==this._svgIcon&&(lt?this._updateSvgIcon(lt):this._svgIcon&&this._clearSvgElement(),this._svgIcon=lt)}get fontSet(){return this._fontSet}set fontSet(lt){const Ut=this._cleanupFontValue(lt);Ut!==this._fontSet&&(this._fontSet=Ut,this._updateFontIconClasses())}get fontIcon(){return this._fontIcon}set fontIcon(lt){const Ut=this._cleanupFontValue(lt);Ut!==this._fontIcon&&(this._fontIcon=Ut,this._updateFontIconClasses())}constructor(lt,Ut,ke,Ze,xe,Ae){this._elementRef=lt,this._iconRegistry=Ut,this._location=Ze,this._errorHandler=xe,this.inline=!1,this._previousFontSetClass=[],this._currentIconFetch=tt.yU.EMPTY,Ae&&(Ae.color&&(this.color=this._defaultColor=Ae.color),Ae.fontSet&&(this.fontSet=Ae.fontSet)),ke||lt.nativeElement.setAttribute("aria-hidden","true")}_splitIconName(lt){if(!lt)return["",""];const Ut=lt.split(":");switch(Ut.length){case 1:return["",Ut[0]];case 2:return Ut;default:throw Error(`Invalid icon name: "${lt}"`)}}ngOnInit(){this._updateFontIconClasses()}ngAfterViewChecked(){const lt=this._elementsWithExternalReferences;if(lt&&lt.size){const Ut=this._location.getPathname();Ut!==this._previousPath&&(this._previousPath=Ut,this._prependPathToReferences(Ut))}}ngOnDestroy(){this._currentIconFetch.unsubscribe(),this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear()}_usingFontIcon(){return!this.svgIcon}_setSvgElement(lt){this._clearSvgElement();const Ut=this._location.getPathname();this._previousPath=Ut,this._cacheChildrenWithExternalReferences(lt),this._prependPathToReferences(Ut),this._elementRef.nativeElement.appendChild(lt)}_clearSvgElement(){const lt=this._elementRef.nativeElement;let Ut=lt.childNodes.length;for(this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear();Ut--;){const ke=lt.childNodes[Ut];(1!==ke.nodeType||"svg"===ke.nodeName.toLowerCase())&&ke.remove()}}_updateFontIconClasses(){if(!this._usingFontIcon())return;const lt=this._elementRef.nativeElement,Ut=(this.fontSet?this._iconRegistry.classNameForFontAlias(this.fontSet).split(/ +/):this._iconRegistry.getDefaultFontSetClass()).filter(ke=>ke.length>0);this._previousFontSetClass.forEach(ke=>lt.classList.remove(ke)),Ut.forEach(ke=>lt.classList.add(ke)),this._previousFontSetClass=Ut,this.fontIcon!==this._previousFontIconClass&&!Ut.includes("mat-ligature-font")&&(this._previousFontIconClass&&lt.classList.remove(this._previousFontIconClass),this.fontIcon&&lt.classList.add(this.fontIcon),this._previousFontIconClass=this.fontIcon)}_cleanupFontValue(lt){return"string"==typeof lt?lt.trim().split(" ")[0]:lt}_prependPathToReferences(lt){const Ut=this._elementsWithExternalReferences;Ut&&Ut.forEach((ke,Ze)=>{ke.forEach(xe=>{Ze.setAttribute(xe.name,`url('${lt}#${xe.value}')`)})})}_cacheChildrenWithExternalReferences(lt){const Ut=lt.querySelectorAll(zn),ke=this._elementsWithExternalReferences=this._elementsWithExternalReferences||new Map;for(let Ze=0;Ze<Ut.length;Ze++)Fe.forEach(xe=>{const Ae=Ut[Ze],de=Ae.getAttribute(xe),q=de?de.match(ht):null;if(q){let X=ke.get(Ae);X||(X=[],ke.set(Ae,X)),X.push({name:xe,value:q[1]})}})}_updateSvgIcon(lt){if(this._svgNamespace=null,this._svgName=null,this._currentIconFetch.unsubscribe(),lt){const[Ut,ke]=this._splitIconName(lt);Ut&&(this._svgNamespace=Ut),ke&&(this._svgName=ke),this._currentIconFetch=this._iconRegistry.getNamedSvgIcon(ke,Ut).pipe((0,gt.s)(1)).subscribe(Ze=>this._setSvgElement(Ze),Ze=>{this._errorHandler.handleError(new Error(`Error retrieving icon ${Ut}:${ke}! ${Ze.message}`))})}}static{this.\u0275fac=function(Ut){return new(Ut||K)(n.rXU(n.aKT),n.rXU(xt),n.kS0("aria-hidden"),n.rXU(on),n.rXU(n.zcH),n.rXU(Ve,8))}}static{this.\u0275cmp=n.VBU({type:K,selectors:[["mat-icon"]],hostAttrs:["role","img",1,"mat-icon","notranslate"],hostVars:10,hostBindings:function(Ut,ke){2&Ut&&(n.BMQ("data-mat-icon-type",ke._usingFontIcon()?"font":"svg")("data-mat-icon-name",ke._svgName||ke.fontIcon)("data-mat-icon-namespace",ke._svgNamespace||ke.fontSet)("fontIcon",ke._usingFontIcon()?ke.fontIcon:null),n.HbH(ke.color?"mat-"+ke.color:""),n.AVh("mat-icon-inline",ke.inline)("mat-icon-no-color","primary"!==ke.color&&"accent"!==ke.color&&"warn"!==ke.color))},inputs:{color:"color",inline:[2,"inline","inline",n.L39],svgIcon:"svgIcon",fontSet:"fontSet",fontIcon:"fontIcon"},exportAs:["matIcon"],standalone:!0,features:[n.GFd,n.aNF],ngContentSelectors:Xt,decls:1,vars:0,template:function(Ut,ke){1&Ut&&(n.NAR(),n.SdG(0))},styles:["mat-icon,mat-icon.mat-primary,mat-icon.mat-accent,mat-icon.mat-warn{color:var(--mat-icon-color)}.mat-icon{-webkit-user-select:none;user-select:none;background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px;overflow:hidden}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}.mat-icon.mat-ligature-font[fontIcon]::before{content:attr(fontIcon)}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}"],encapsulation:2,changeDetection:0})}}return K})(),_t=(()=>{class K{static{this.\u0275fac=function(Ut){return new(Ut||K)}}static{this.\u0275mod=n.$C({type:K})}static{this.\u0275inj=n.G2t({imports:[i.yE,i.yE]})}}return K})()},9631:($e,Gt,c)=>{c.d(Gt,{Oh:()=>zt,fg:()=>Kt,fS:()=>Jt});var n=c(4085),i=c(6860),r=c(4438),H=c(983),g=c(1413);const Z=(0,i.BQ)({passive:!0});let tt=(()=>{class fe{constructor(Et,rt){this._platform=Et,this._ngZone=rt,this._monitoredElements=new Map}monitor(Et){if(!this._platform.isBrowser)return H.w;const rt=(0,n.i8)(Et),It=this._monitoredElements.get(rt);if(It)return It.subject;const xt=new g.B,dt="cdk-text-field-autofilled",Vt=it=>{"cdk-text-field-autofill-start"!==it.animationName||rt.classList.contains(dt)?"cdk-text-field-autofill-end"===it.animationName&&rt.classList.contains(dt)&&(rt.classList.remove(dt),this._ngZone.run(()=>xt.next({target:it.target,isAutofilled:!1}))):(rt.classList.add(dt),this._ngZone.run(()=>xt.next({target:it.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{rt.addEventListener("animationstart",Vt,Z),rt.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(rt,{subject:xt,unlisten:()=>{rt.removeEventListener("animationstart",Vt,Z)}}),xt}stopMonitoring(Et){const rt=(0,n.i8)(Et),It=this._monitoredElements.get(rt);It&&(It.unlisten(),It.subject.complete(),rt.classList.remove("cdk-text-field-autofill-monitored"),rt.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(rt))}ngOnDestroy(){this._monitoredElements.forEach((Et,rt)=>this.stopMonitoring(rt))}static{this.\u0275fac=function(rt){return new(rt||fe)(r.KVO(i.OD),r.KVO(r.SKi))}}static{this.\u0275prov=r.jDH({token:fe,factory:fe.\u0275fac,providedIn:"root"})}}return fe})(),et=(()=>{class fe{static{this.\u0275fac=function(rt){return new(rt||fe)}}static{this.\u0275mod=r.$C({type:fe})}static{this.\u0275inj=r.G2t({})}}return fe})();var mt=c(9417),Ot=c(6600),gt=c(3719);const zt=new r.nKC("MAT_INPUT_VALUE_ACCESSOR"),Xt=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let pt=0,Kt=(()=>{class fe{get disabled(){return this._disabled}set disabled(Et){this._disabled=(0,n.he)(Et),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(Et){this._id=Et||this._uid}get required(){return this._required??this.ngControl?.control?.hasValidator(mt.k0.required)??!1}set required(Et){this._required=(0,n.he)(Et)}get type(){return this._type}set type(Et){this._type=Et||"text",this._validateType(),!this._isTextarea&&(0,i.MU)().has(this._type)&&(this._elementRef.nativeElement.type=this._type),this._ensureWheelDefaultBehavior()}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(Et){this._errorStateTracker.matcher=Et}get value(){return this._inputValueAccessor.value}set value(Et){Et!==this.value&&(this._inputValueAccessor.value=Et,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(Et){this._readonly=(0,n.he)(Et)}get errorState(){return this._errorStateTracker.errorState}set errorState(Et){this._errorStateTracker.errorState=Et}constructor(Et,rt,It,xt,dt,Vt,it,Bt,re,Ve){this._elementRef=Et,this._platform=rt,this.ngControl=It,this._autofillMonitor=Bt,this._ngZone=re,this._formField=Ve,this._uid="mat-input-"+pt++,this._webkitBlinkWheelListenerAttached=!1,this.focused=!1,this.stateChanges=new g.B,this.controlType="mat-input",this.autofilled=!1,this._disabled=!1,this._type="text",this._readonly=!1,this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(Fe=>(0,i.MU)().has(Fe)),this._iOSKeyupListener=Fe=>{const zn=Fe.target;!zn.value&&0===zn.selectionStart&&0===zn.selectionEnd&&(zn.setSelectionRange(1,1),zn.setSelectionRange(0,0))},this._webkitBlinkWheelListener=()=>{};const on=this._elementRef.nativeElement,wn=on.nodeName.toLowerCase();this._inputValueAccessor=it||on,this._previousNativeValue=this.value,this.id=this.id,rt.IOS&&re.runOutsideAngular(()=>{Et.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._errorStateTracker=new Ot.X0(Vt,It,dt,xt,this.stateChanges),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===wn,this._isTextarea="textarea"===wn,this._isInFormField=!!Ve,this._isNativeSelect&&(this.controlType=on.multiple?"mat-native-select-multiple":"mat-native-select")}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(Et=>{this.autofilled=Et.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),this._platform.IOS&&this._elementRef.nativeElement.removeEventListener("keyup",this._iOSKeyupListener),this._webkitBlinkWheelListenerAttached&&this._elementRef.nativeElement.removeEventListener("wheel",this._webkitBlinkWheelListener)}ngDoCheck(){this.ngControl&&(this.updateErrorState(),null!==this.ngControl.disabled&&this.ngControl.disabled!==this.disabled&&(this.disabled=this.ngControl.disabled,this.stateChanges.next())),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(Et){this._elementRef.nativeElement.focus(Et)}updateErrorState(){this._errorStateTracker.updateErrorState()}_focusChanged(Et){Et!==this.focused&&(this.focused=Et,this.stateChanges.next())}_onInput(){}_dirtyCheckNativeValue(){const Et=this._elementRef.nativeElement.value;this._previousNativeValue!==Et&&(this._previousNativeValue=Et,this.stateChanges.next())}_dirtyCheckPlaceholder(){const Et=this._getPlaceholder();if(Et!==this._previousPlaceholder){const rt=this._elementRef.nativeElement;this._previousPlaceholder=Et,Et?rt.setAttribute("placeholder",Et):rt.removeAttribute("placeholder")}}_getPlaceholder(){return this.placeholder||null}_validateType(){Xt.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let Et=this._elementRef.nativeElement.validity;return Et&&Et.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const Et=this._elementRef.nativeElement,rt=Et.options[0];return this.focused||Et.multiple||!this.empty||!!(Et.selectedIndex>-1&&rt&&rt.label)}return this.focused||!this.empty}setDescribedByIds(Et){Et.length?this._elementRef.nativeElement.setAttribute("aria-describedby",Et.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const Et=this._elementRef.nativeElement;return this._isNativeSelect&&(Et.multiple||Et.size>1)}_ensureWheelDefaultBehavior(){!this._webkitBlinkWheelListenerAttached&&"number"===this._type&&(this._platform.BLINK||this._platform.WEBKIT)&&(this._ngZone.runOutsideAngular(()=>{this._elementRef.nativeElement.addEventListener("wheel",this._webkitBlinkWheelListener)}),this._webkitBlinkWheelListenerAttached=!0),this._webkitBlinkWheelListenerAttached&&"number"!==this._type&&(this._elementRef.nativeElement.removeEventListener("wheel",this._webkitBlinkWheelListener),this._webkitBlinkWheelListenerAttached=!0)}static{this.\u0275fac=function(rt){return new(rt||fe)(r.rXU(r.aKT),r.rXU(i.OD),r.rXU(mt.vO,10),r.rXU(mt.cV,8),r.rXU(mt.j4,8),r.rXU(Ot.es),r.rXU(zt,10),r.rXU(tt),r.rXU(r.SKi),r.rXU(gt.xb,8))}}static{this.\u0275dir=r.FsC({type:fe,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-mdc-input-element"],hostVars:18,hostBindings:function(rt,It){1&rt&&r.bIt("focus",function(){return It._focusChanged(!0)})("blur",function(){return It._focusChanged(!1)})("input",function(){return It._onInput()}),2&rt&&(r.Mr5("id",It.id)("disabled",It.disabled)("required",It.required),r.BMQ("name",It.name||null)("readonly",It.readonly&&!It._isNativeSelect||null)("aria-invalid",It.empty&&It.required?null:It.errorState)("aria-required",It.required)("id",It.id),r.AVh("mat-input-server",It._isServer)("mat-mdc-form-field-textarea-control",It._isInFormField&&It._isTextarea)("mat-mdc-form-field-input-control",It._isInFormField)("mdc-text-field__input",It._isInFormField)("mat-mdc-native-select-inline",It._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly"},exportAs:["matInput"],standalone:!0,features:[r.Jv_([{provide:gt.qT,useExisting:fe}]),r.OA$]})}}return fe})(),Jt=(()=>{class fe{static{this.\u0275fac=function(rt){return new(rt||fe)}}static{this.\u0275mod=r.$C({type:fe})}static{this.\u0275inj=r.G2t({imports:[Ot.yE,gt.RG,gt.RG,et,Ot.yE]})}}return fe})()},3902:($e,Gt,c)=>{c.d(Gt,{EI:()=>Oe,Fg:()=>ce,YE:()=>ne,ZV:()=>xe,_L:()=>Ne});var n=c(4438),i=c(4085),r=c(6860),H=c(6600),g=c(8359),Z=c(7786),st=(c(1413),c(2318)),J=c(177),et=c(1997);c(8617),c(5024),c(7336),c(9417),c(6977);const Xt=["*"],Kt=["unscopedContent"],Jt=["text"],fe=[[["","matListItemAvatar",""],["","matListItemIcon",""]],[["","matListItemTitle",""]],[["","matListItemLine",""]],"*",[["","matListItemMeta",""]],[["mat-divider"]]],Pt=["[matListItemAvatar],[matListItemIcon]","[matListItemTitle]","[matListItemLine]","*","[matListItemMeta]","mat-divider"],K=new n.nKC("ListOption");let Lt=(()=>{class Rt{constructor(jt){this._elementRef=jt}static{this.\u0275fac=function(Ce){return new(Ce||Rt)(n.rXU(n.aKT))}}static{this.\u0275dir=n.FsC({type:Rt,selectors:[["","matListItemTitle",""]],hostAttrs:[1,"mat-mdc-list-item-title","mdc-list-item__primary-text"],standalone:!0})}}return Rt})(),lt=(()=>{class Rt{constructor(jt){this._elementRef=jt}static{this.\u0275fac=function(Ce){return new(Ce||Rt)(n.rXU(n.aKT))}}static{this.\u0275dir=n.FsC({type:Rt,selectors:[["","matListItemLine",""]],hostAttrs:[1,"mat-mdc-list-item-line","mdc-list-item__secondary-text"],standalone:!0})}}return Rt})(),Ut=(()=>{class Rt{static{this.\u0275fac=function(Ce){return new(Ce||Rt)}}static{this.\u0275dir=n.FsC({type:Rt,selectors:[["","matListItemMeta",""]],hostAttrs:[1,"mat-mdc-list-item-meta","mdc-list-item__end"],standalone:!0})}}return Rt})(),ke=(()=>{class Rt{constructor(jt){this._listOption=jt}_isAlignedAtStart(){return!this._listOption||"after"===this._listOption?._getTogglePosition()}static{this.\u0275fac=function(Ce){return new(Ce||Rt)(n.rXU(K,8))}}static{this.\u0275dir=n.FsC({type:Rt,hostVars:4,hostBindings:function(Ce,Be){2&Ce&&n.AVh("mdc-list-item__start",Be._isAlignedAtStart())("mdc-list-item__end",!Be._isAlignedAtStart())},standalone:!0})}}return Rt})(),Ze=(()=>{class Rt extends ke{static{this.\u0275fac=(()=>{let jt;return function(Be){return(jt||(jt=n.xGo(Rt)))(Be||Rt)}})()}static{this.\u0275dir=n.FsC({type:Rt,selectors:[["","matListItemAvatar",""]],hostAttrs:[1,"mat-mdc-list-item-avatar"],standalone:!0,features:[n.Vt3]})}}return Rt})(),xe=(()=>{class Rt extends ke{static{this.\u0275fac=(()=>{let jt;return function(Be){return(jt||(jt=n.xGo(Rt)))(Be||Rt)}})()}static{this.\u0275dir=n.FsC({type:Rt,selectors:[["","matListItemIcon",""]],hostAttrs:[1,"mat-mdc-list-item-icon"],standalone:!0,features:[n.Vt3]})}}return Rt})();const Ae=new n.nKC("MAT_LIST_CONFIG");let de=(()=>{class Rt{constructor(){this._isNonInteractive=!0,this._disableRipple=!1,this._disabled=!1,this._defaultOptions=(0,n.WQX)(Ae,{optional:!0})}get disableRipple(){return this._disableRipple}set disableRipple(jt){this._disableRipple=(0,i.he)(jt)}get disabled(){return this._disabled}set disabled(jt){this._disabled=(0,i.he)(jt)}static{this.\u0275fac=function(Ce){return new(Ce||Rt)}}static{this.\u0275dir=n.FsC({type:Rt,hostVars:1,hostBindings:function(Ce,Be){2&Ce&&n.BMQ("aria-disabled",Be.disabled)},inputs:{disableRipple:"disableRipple",disabled:"disabled"},standalone:!0})}}return Rt})(),q=(()=>{class Rt{set lines(jt){this._explicitLines=(0,i.OE)(jt,null),this._updateItemLines(!1)}get disableRipple(){return this.disabled||this._disableRipple||this._noopAnimations||!!this._listBase?.disableRipple}set disableRipple(jt){this._disableRipple=(0,i.he)(jt)}get disabled(){return this._disabled||!!this._listBase?.disabled}set disabled(jt){this._disabled=(0,i.he)(jt)}get rippleDisabled(){return this.disableRipple||!!this.rippleConfig.disabled}constructor(jt,Ce,Be,Ge,mn,En){this._elementRef=jt,this._ngZone=Ce,this._listBase=Be,this._platform=Ge,this._explicitLines=null,this._disableRipple=!1,this._disabled=!1,this._subscriptions=new g.yU,this._rippleRenderer=null,this._hasUnscopedTextContent=!1,this.rippleConfig=mn||{},this._hostElement=this._elementRef.nativeElement,this._isButtonElement="button"===this._hostElement.nodeName.toLowerCase(),this._noopAnimations="NoopAnimations"===En,Be&&!Be._isNonInteractive&&this._initInteractiveListItem(),this._isButtonElement&&!this._hostElement.hasAttribute("type")&&this._hostElement.setAttribute("type","button")}ngAfterViewInit(){this._monitorProjectedLinesAndTitle(),this._updateItemLines(!0)}ngOnDestroy(){this._subscriptions.unsubscribe(),null!==this._rippleRenderer&&this._rippleRenderer._removeTriggerEvents()}_hasIconOrAvatar(){return!(!this._avatars.length&&!this._icons.length)}_initInteractiveListItem(){this._hostElement.classList.add("mat-mdc-list-item-interactive"),this._rippleRenderer=new H.ug(this,this._ngZone,this._hostElement,this._platform),this._rippleRenderer.setupTriggerEvents(this._hostElement)}_monitorProjectedLinesAndTitle(){this._ngZone.runOutsideAngular(()=>{this._subscriptions.add((0,Z.h)(this._lines.changes,this._titles.changes).subscribe(()=>this._updateItemLines(!1)))})}_updateItemLines(jt){if(!this._lines||!this._titles||!this._unscopedContent)return;jt&&this._checkDomForUnscopedTextContent();const Ce=this._explicitLines??this._inferLinesFromContent(),Be=this._unscopedContent.nativeElement;if(this._hostElement.classList.toggle("mat-mdc-list-item-single-line",Ce<=1),this._hostElement.classList.toggle("mdc-list-item--with-one-line",Ce<=1),this._hostElement.classList.toggle("mdc-list-item--with-two-lines",2===Ce),this._hostElement.classList.toggle("mdc-list-item--with-three-lines",3===Ce),this._hasUnscopedTextContent){const Ge=0===this._titles.length&&1===Ce;Be.classList.toggle("mdc-list-item__primary-text",Ge),Be.classList.toggle("mdc-list-item__secondary-text",!Ge)}else Be.classList.remove("mdc-list-item__primary-text"),Be.classList.remove("mdc-list-item__secondary-text")}_inferLinesFromContent(){let jt=this._titles.length+this._lines.length;return this._hasUnscopedTextContent&&(jt+=1),jt}_checkDomForUnscopedTextContent(){this._hasUnscopedTextContent=Array.from(this._unscopedContent.nativeElement.childNodes).filter(jt=>jt.nodeType!==jt.COMMENT_NODE).some(jt=>!(!jt.textContent||!jt.textContent.trim()))}static{this.\u0275fac=function(Ce){return new(Ce||Rt)(n.rXU(n.aKT),n.rXU(n.SKi),n.rXU(de,8),n.rXU(r.OD),n.rXU(H.$E,8),n.rXU(n.bc$,8))}}static{this.\u0275dir=n.FsC({type:Rt,contentQueries:function(Ce,Be,Ge){if(1&Ce&&(n.wni(Ge,Ze,4),n.wni(Ge,xe,4)),2&Ce){let mn;n.mGM(mn=n.lsd())&&(Be._avatars=mn),n.mGM(mn=n.lsd())&&(Be._icons=mn)}},hostVars:4,hostBindings:function(Ce,Be){2&Ce&&(n.BMQ("aria-disabled",Be.disabled)("disabled",Be._isButtonElement&&Be.disabled||null),n.AVh("mdc-list-item--disabled",Be.disabled))},inputs:{lines:"lines",disableRipple:"disableRipple",disabled:"disabled"},standalone:!0})}}return Rt})(),ne=(()=>{class Rt extends q{get activated(){return this._activated}set activated(jt){this._activated=(0,i.he)(jt)}constructor(jt,Ce,Be,Ge,mn,En){super(jt,Ce,Be,Ge,mn,En),this._activated=!1}_getAriaCurrent(){return"A"===this._hostElement.nodeName&&this._activated?"page":null}_hasBothLeadingAndTrailing(){return 0!==this._meta.length&&(0!==this._avatars.length||0!==this._icons.length)}static{this.\u0275fac=function(Ce){return new(Ce||Rt)(n.rXU(n.aKT),n.rXU(n.SKi),n.rXU(de,8),n.rXU(r.OD),n.rXU(H.$E,8),n.rXU(n.bc$,8))}}static{this.\u0275cmp=n.VBU({type:Rt,selectors:[["mat-list-item"],["a","mat-list-item",""],["button","mat-list-item",""]],contentQueries:function(Ce,Be,Ge){if(1&Ce&&(n.wni(Ge,lt,5),n.wni(Ge,Lt,5),n.wni(Ge,Ut,5)),2&Ce){let mn;n.mGM(mn=n.lsd())&&(Be._lines=mn),n.mGM(mn=n.lsd())&&(Be._titles=mn),n.mGM(mn=n.lsd())&&(Be._meta=mn)}},viewQuery:function(Ce,Be){if(1&Ce&&(n.GBs(Kt,5),n.GBs(Jt,5)),2&Ce){let Ge;n.mGM(Ge=n.lsd())&&(Be._unscopedContent=Ge.first),n.mGM(Ge=n.lsd())&&(Be._itemText=Ge.first)}},hostAttrs:[1,"mat-mdc-list-item","mdc-list-item"],hostVars:13,hostBindings:function(Ce,Be){2&Ce&&(n.BMQ("aria-current",Be._getAriaCurrent()),n.AVh("mdc-list-item--activated",Be.activated)("mdc-list-item--with-leading-avatar",0!==Be._avatars.length)("mdc-list-item--with-leading-icon",0!==Be._icons.length)("mdc-list-item--with-trailing-meta",0!==Be._meta.length)("mat-mdc-list-item-both-leading-and-trailing",Be._hasBothLeadingAndTrailing())("_mat-animation-noopable",Be._noopAnimations))},inputs:{activated:"activated"},exportAs:["matListItem"],standalone:!0,features:[n.Vt3,n.aNF],ngContentSelectors:Pt,decls:10,vars:0,consts:[["unscopedContent",""],[1,"mdc-list-item__content"],[1,"mat-mdc-list-item-unscoped-content",3,"cdkObserveContent"],[1,"mat-mdc-focus-indicator"]],template:function(Ce,Be){if(1&Ce){const Ge=n.RV6();n.NAR(fe),n.SdG(0),n.j41(1,"span",1),n.SdG(2,1),n.SdG(3,2),n.j41(4,"span",2,0),n.bIt("cdkObserveContent",function(){return n.eBV(Ge),n.Njj(Be._updateItemLines(!0))}),n.SdG(6,3),n.k0s()(),n.SdG(7,4),n.SdG(8,5),n.nrm(9,"div",3)}},dependencies:[st.Wv],encapsulation:2,changeDetection:0})}}return Rt})(),Oe=(()=>{class Rt{static{this.\u0275fac=function(Ce){return new(Ce||Rt)}}static{this.\u0275dir=n.FsC({type:Rt,selectors:[["","mat-subheader",""],["","matSubheader",""]],hostAttrs:[1,"mat-mdc-subheader","mdc-list-group__subheader"],standalone:!0})}}return Rt})(),Ne=(()=>{class Rt extends de{constructor(){super(...arguments),this._isNonInteractive=!1}static{this.\u0275fac=(()=>{let jt;return function(Be){return(jt||(jt=n.xGo(Rt)))(Be||Rt)}})()}static{this.\u0275cmp=n.VBU({type:Rt,selectors:[["mat-nav-list"]],hostAttrs:["role","navigation",1,"mat-mdc-nav-list","mat-mdc-list-base","mdc-list"],exportAs:["matNavList"],standalone:!0,features:[n.Jv_([{provide:de,useExisting:Rt}]),n.Vt3,n.aNF],ngContentSelectors:Xt,decls:1,vars:0,template:function(Ce,Be){1&Ce&&(n.NAR(),n.SdG(0))},styles:['.mdc-list{margin:0;padding:8px 0;list-style-type:none}.mdc-list:focus{outline:none}.mdc-list-item{display:flex;position:relative;justify-content:flex-start;overflow:hidden;padding:0;align-items:stretch;cursor:pointer;padding-left:16px;padding-right:16px;background-color:var(--mdc-list-list-item-container-color);border-radius:var(--mdc-list-list-item-container-shape, var(--mat-app-corner-none))}.mdc-list-item.mdc-list-item--selected{background-color:var(--mdc-list-list-item-selected-container-color)}.mdc-list-item:focus{outline:0}.mdc-list-item.mdc-list-item--disabled{cursor:auto}.mdc-list-item.mdc-list-item--with-one-line{height:var(--mdc-list-list-item-one-line-container-height)}.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__start{align-self:center;margin-top:0}.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end{align-self:center;margin-top:0}.mdc-list-item.mdc-list-item--with-two-lines{height:var(--mdc-list-list-item-two-line-container-height)}.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:16px}.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__end{align-self:center;margin-top:0}.mdc-list-item.mdc-list-item--with-three-lines{height:var(--mdc-list-list-item-three-line-container-height)}.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__start{align-self:flex-start;margin-top:16px}.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:16px}.mdc-list-item.mdc-list-item--selected::before,.mdc-list-item.mdc-list-item--selected:focus::before,.mdc-list-item:not(.mdc-list-item--selected):focus::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}.cdk-high-contrast-active .mdc-list-item.mdc-list-item--selected::before,.cdk-high-contrast-active .mdc-list-item.mdc-list-item--selected:focus::before,.cdk-high-contrast-active .mdc-list-item:not(.mdc-list-item--selected):focus::before{border-color:CanvasText}.mdc-list-item.mdc-list-item--selected:focus::before,.mdc-list-item.mdc-list-item--selected::before{border-width:3px;border-style:double}a.mdc-list-item{color:inherit;text-decoration:none}.mdc-list-item__start{fill:currentColor;flex-shrink:0;pointer-events:none}.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-list-list-item-leading-icon-color, var(--mat-app-on-surface-variant));width:var(--mdc-list-list-item-leading-icon-size);height:var(--mdc-list-list-item-leading-icon-size);margin-left:16px;margin-right:32px}[dir=rtl] .mdc-list-item--with-leading-icon .mdc-list-item__start{margin-left:32px;margin-right:16px}.mdc-list-item--with-leading-icon:hover .mdc-list-item__start{color:var(--mdc-list-list-item-hover-leading-icon-color)}.mdc-list-item--with-leading-avatar .mdc-list-item__start{width:var(--mdc-list-list-item-leading-avatar-size);height:var(--mdc-list-list-item-leading-avatar-size);margin-left:16px;margin-right:16px;border-radius:50%}.mdc-list-item--with-leading-avatar .mdc-list-item__start,[dir=rtl] .mdc-list-item--with-leading-avatar .mdc-list-item__start{margin-left:16px;margin-right:16px;border-radius:50%}.mdc-list-item__end{flex-shrink:0;pointer-events:none}.mdc-list-item--with-trailing-meta .mdc-list-item__end{font-family:var(--mdc-list-list-item-trailing-supporting-text-font, var(--mat-app-label-small-font));line-height:var(--mdc-list-list-item-trailing-supporting-text-line-height, var(--mat-app-label-small-line-height));font-size:var(--mdc-list-list-item-trailing-supporting-text-size, var(--mat-app-label-small-size));font-weight:var(--mdc-list-list-item-trailing-supporting-text-weight, var(--mat-app-label-small-weight));letter-spacing:var(--mdc-list-list-item-trailing-supporting-text-tracking, var(--mat-app-label-small-tracking))}.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-list-list-item-trailing-icon-color, var(--mat-app-on-surface-variant));width:var(--mdc-list-list-item-trailing-icon-size);height:var(--mdc-list-list-item-trailing-icon-size)}.mdc-list-item--with-trailing-icon:hover .mdc-list-item__end{color:var(--mdc-list-list-item-hover-trailing-icon-color)}.mdc-list-item.mdc-list-item--with-trailing-meta .mdc-list-item__end{color:var(--mdc-list-list-item-trailing-supporting-text-color, var(--mat-app-on-surface-variant))}.mdc-list-item--selected.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-list-list-item-selected-trailing-icon-color, var(--mat-app-primary))}.mdc-list-item__content{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;align-self:center;flex:1;pointer-events:none}.mdc-list-item--with-two-lines .mdc-list-item__content,.mdc-list-item--with-three-lines .mdc-list-item__content{align-self:stretch}.mdc-list-item__primary-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--mdc-list-list-item-label-text-color, var(--mat-app-on-surface));font-family:var(--mdc-list-list-item-label-text-font, var(--mat-app-body-large-font));line-height:var(--mdc-list-list-item-label-text-line-height, var(--mat-app-body-large-line-height));font-size:var(--mdc-list-list-item-label-text-size, var(--mat-app-body-large-size));font-weight:var(--mdc-list-list-item-label-text-weight, var(--mat-app-body-large-weight));letter-spacing:var(--mdc-list-list-item-label-text-tracking, var(--mat-app-body-large-tracking))}.mdc-list-item:hover .mdc-list-item__primary-text{color:var(--mdc-list-list-item-hover-label-text-color, var(--mat-app-on-surface))}.mdc-list-item:focus .mdc-list-item__primary-text{color:var(--mdc-list-list-item-focus-label-text-color, var(--mat-app-on-surface))}.mdc-list-item--with-two-lines .mdc-list-item__primary-text,.mdc-list-item--with-three-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,.mdc-list-item--with-three-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item__secondary-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:0;color:var(--mdc-list-list-item-supporting-text-color, var(--mat-app-on-surface-variant));font-family:var(--mdc-list-list-item-supporting-text-font, var(--mat-app-body-medium-font));line-height:var(--mdc-list-list-item-supporting-text-line-height, var(--mat-app-body-medium-line-height));font-size:var(--mdc-list-list-item-supporting-text-size, var(--mat-app-body-medium-size));font-weight:var(--mdc-list-list-item-supporting-text-weight, var(--mat-app-body-medium-weight));letter-spacing:var(--mdc-list-list-item-supporting-text-tracking, var(--mat-app-body-medium-tracking))}.mdc-list-item__secondary-text::before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list-item--with-three-lines .mdc-list-item__secondary-text{white-space:normal;line-height:20px}.mdc-list-item--with-overline .mdc-list-item__secondary-text{white-space:nowrap;line-height:auto}.mdc-list-item--with-leading-radio.mdc-list-item,.mdc-list-item--with-leading-checkbox.mdc-list-item,.mdc-list-item--with-leading-icon.mdc-list-item,.mdc-list-item--with-leading-avatar.mdc-list-item{padding-left:0;padding-right:16px}[dir=rtl] .mdc-list-item--with-leading-radio.mdc-list-item,[dir=rtl] .mdc-list-item--with-leading-checkbox.mdc-list-item,[dir=rtl] .mdc-list-item--with-leading-icon.mdc-list-item,[dir=rtl] .mdc-list-item--with-leading-avatar.mdc-list-item{padding-left:16px;padding-right:0}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text,.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text,.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text,.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end,.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end,.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end,.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end{display:block;margin-top:0;line-height:normal}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before,.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before,.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before,.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item--with-trailing-icon.mdc-list-item,[dir=rtl] .mdc-list-item--with-trailing-icon.mdc-list-item{padding-left:0;padding-right:0}.mdc-list-item--with-trailing-icon .mdc-list-item__end{margin-left:16px;margin-right:16px}.mdc-list-item--with-trailing-meta.mdc-list-item{padding-left:16px;padding-right:0}[dir=rtl] .mdc-list-item--with-trailing-meta.mdc-list-item{padding-left:0;padding-right:16px}.mdc-list-item--with-trailing-meta .mdc-list-item__end{-webkit-user-select:none;user-select:none;margin-left:28px;margin-right:16px}[dir=rtl] .mdc-list-item--with-trailing-meta .mdc-list-item__end{margin-left:16px;margin-right:28px}.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end,.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end{display:block;line-height:normal;align-self:flex-start;margin-top:0}.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end::before,.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end::before{display:inline-block;width:0;height:28px;content:"";vertical-align:0}.mdc-list-item--with-leading-radio .mdc-list-item__start,.mdc-list-item--with-leading-checkbox .mdc-list-item__start{margin-left:8px;margin-right:24px}[dir=rtl] .mdc-list-item--with-leading-radio .mdc-list-item__start,[dir=rtl] .mdc-list-item--with-leading-checkbox .mdc-list-item__start{margin-left:24px;margin-right:8px}.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__start,.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__start{align-self:flex-start;margin-top:8px}.mdc-list-item--with-trailing-radio.mdc-list-item,.mdc-list-item--with-trailing-checkbox.mdc-list-item{padding-left:16px;padding-right:0}[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item,[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item{padding-left:0;padding-right:16px}.mdc-list-item--with-trailing-radio.mdc-list-item--with-leading-icon,.mdc-list-item--with-trailing-radio.mdc-list-item--with-leading-avatar,.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-leading-icon,.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-leading-avatar{padding-left:0}[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item--with-leading-icon,[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item--with-leading-avatar,[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item--with-leading-icon,[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item--with-leading-avatar{padding-right:0}.mdc-list-item--with-trailing-radio .mdc-list-item__end,.mdc-list-item--with-trailing-checkbox .mdc-list-item__end{margin-left:24px;margin-right:8px}[dir=rtl] .mdc-list-item--with-trailing-radio .mdc-list-item__end,[dir=rtl] .mdc-list-item--with-trailing-checkbox .mdc-list-item__end{margin-left:8px;margin-right:24px}.mdc-list-item--with-trailing-radio.mdc-list-item--with-three-lines .mdc-list-item__end,.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-three-lines .mdc-list-item__end{align-self:flex-start;margin-top:8px}.mdc-list-group__subheader{margin:.75rem 16px}.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end{opacity:1}.mdc-list-item--disabled .mdc-list-item__primary-text,.mdc-list-item--disabled .mdc-list-item__secondary-text{opacity:var(--mdc-list-list-item-disabled-label-text-opacity)}.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start{color:var(--mdc-list-list-item-disabled-leading-icon-color, var(--mat-app-on-surface));opacity:var(--mdc-list-list-item-disabled-leading-icon-opacity)}.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end{color:var(--mdc-list-list-item-disabled-trailing-icon-color, var(--mat-app-on-surface));opacity:var(--mdc-list-list-item-disabled-trailing-icon-opacity)}.mat-mdc-list-item.mat-mdc-list-item-both-leading-and-trailing,[dir=rtl] .mat-mdc-list-item.mat-mdc-list-item-both-leading-and-trailing{padding-left:0;padding-right:0}.mdc-list-item.mdc-list-item--disabled .mdc-list-item__primary-text{color:var(--mdc-list-list-item-disabled-label-text-color, var(--mat-app-on-surface))}.mdc-list-item:hover::before{background-color:var(--mdc-list-list-item-hover-state-layer-color, var(--mat-app-on-surface));opacity:var(--mdc-list-list-item-hover-state-layer-opacity, var(--mat-app-hover-state-layer-opacity))}.mdc-list-item.mdc-list-item--disabled::before{background-color:var(--mdc-list-list-item-disabled-state-layer-color, var(--mat-app-on-surface));opacity:var(--mdc-list-list-item-disabled-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mdc-list-item:focus::before{background-color:var(--mdc-list-list-item-focus-state-layer-color, var(--mat-app-on-surface));opacity:var(--mdc-list-list-item-focus-state-layer-opacity, var(--mat-app-focus-state-layer-opacity))}.mdc-list-item--disabled .mdc-radio,.mdc-list-item--disabled .mdc-checkbox{opacity:var(--mdc-list-list-item-disabled-label-text-opacity)}.mdc-list-item--with-leading-avatar .mat-mdc-list-item-avatar{border-radius:var(--mdc-list-list-item-leading-avatar-shape, var(--mat-app-corner-full));background-color:var(--mdc-list-list-item-leading-avatar-color, var(--mat-app-primary-container))}.mat-mdc-list-item-icon{font-size:var(--mdc-list-list-item-leading-icon-size)}.cdk-high-contrast-active a.mdc-list-item--activated::after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}.cdk-high-contrast-active a.mdc-list-item--activated [dir=rtl]::after{right:auto;left:16px}.mat-mdc-list-base{display:block}.mat-mdc-list-base .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item__end,.mat-mdc-list-base .mdc-list-item__content{pointer-events:auto}.mat-mdc-list-item,.mat-mdc-list-option{width:100%;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mat-mdc-list-item:not(.mat-mdc-list-item-interactive),.mat-mdc-list-option:not(.mat-mdc-list-item-interactive){cursor:default}.mat-mdc-list-item .mat-divider-inset,.mat-mdc-list-option .mat-divider-inset{position:absolute;left:0;right:0;bottom:0}.mat-mdc-list-item .mat-mdc-list-item-avatar~.mat-divider-inset,.mat-mdc-list-option .mat-mdc-list-item-avatar~.mat-divider-inset{margin-left:72px}[dir=rtl] .mat-mdc-list-item .mat-mdc-list-item-avatar~.mat-divider-inset,[dir=rtl] .mat-mdc-list-option .mat-mdc-list-item-avatar~.mat-divider-inset{margin-right:72px}.mat-mdc-list-item-interactive::before{top:0;left:0;right:0;bottom:0;position:absolute;content:"";opacity:0;pointer-events:none}.mat-mdc-list-item>.mat-mdc-focus-indicator{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-mdc-list-item:focus>.mat-mdc-focus-indicator::before{content:""}.mat-mdc-list-item.mdc-list-item--with-three-lines .mat-mdc-list-item-line.mdc-list-item__secondary-text{white-space:nowrap;line-height:normal}.mat-mdc-list-item.mdc-list-item--with-three-lines .mat-mdc-list-item-unscoped-content.mdc-list-item__secondary-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}mat-action-list button{background:none;color:inherit;border:none;font:inherit;outline:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0);text-align:start}mat-action-list button::-moz-focus-inner{border:0}.mdc-list-item--with-leading-icon .mdc-list-item__start{margin-inline-start:var(--mat-list-list-item-leading-icon-start-space);margin-inline-end:var(--mat-list-list-item-leading-icon-end-space)}.mat-mdc-nav-list .mat-mdc-list-item{border-radius:var(--mat-list-active-indicator-shape, var(--mat-app-corner-full));--mat-mdc-focus-indicator-border-radius:var(--mat-list-active-indicator-shape, var(--mat-app-corner-full))}.mat-mdc-nav-list .mat-mdc-list-item.mdc-list-item--activated{background-color:var(--mat-list-active-indicator-color, var(--mat-app-secondary-container))}'],encapsulation:2,changeDetection:0})}}return Rt})(),ce=(()=>{class Rt{static{this.\u0275fac=function(Ce){return new(Ce||Rt)}}static{this.\u0275mod=n.$C({type:Rt})}static{this.\u0275inj=n.G2t({imports:[st.w5,J.MD,H.yE,H.pZ,H.O5,et.w]})}}return Rt})()},9115:($e,Gt,c)=>{c.d(Gt,{Cn:()=>X,Cp:()=>q,kk:()=>Ut});var n=c(4438),i=c(8617),r=c(7336),H=c(1413),g=c(7786),Z=c(8359),tt=c(7673),st=c(5007),J=c(9172),et=c(5558),mt=c(6977),Ot=c(5964),gt=c(6697),kt=c(1986),zt=c(177),Xt=c(6600),pt=c(6939),Kt=c(9969),Jt=c(8203),fe=c(7987),Pt=c(6860),Et=c(5478);const rt=["mat-menu-item",""],It=[[["mat-icon"],["","matMenuItemIcon",""]],"*"],xt=["mat-icon, [matMenuItemIcon]","*"];function dt(Tt,ie){1&Tt&&(n.qSk(),n.j41(0,"svg",2),n.nrm(1,"polygon",3),n.k0s())}const Vt=["*"];function it(Tt,ie){if(1&Tt){const yt=n.RV6();n.j41(0,"div",0),n.bIt("keydown",function(Re){n.eBV(yt);const Xe=n.XpG();return n.Njj(Xe._handleKeydown(Re))})("click",function(){n.eBV(yt);const Re=n.XpG();return n.Njj(Re.closed.emit("click"))})("@transformMenu.start",function(Re){n.eBV(yt);const Xe=n.XpG();return n.Njj(Xe._onAnimationStart(Re))})("@transformMenu.done",function(Re){n.eBV(yt);const Xe=n.XpG();return n.Njj(Xe._onAnimationDone(Re))}),n.j41(1,"div",1),n.SdG(2),n.k0s()()}if(2&Tt){const yt=n.XpG();n.HbH(yt._classList),n.Y8G("id",yt.panelId)("@transformMenu",yt._panelAnimationState),n.BMQ("aria-label",yt.ariaLabel||null)("aria-labelledby",yt.ariaLabelledby||null)("aria-describedby",yt.ariaDescribedby||null)}}const Bt=new n.nKC("MAT_MENU_PANEL");let re=(()=>{class Tt{constructor(yt,ne,Re,Xe,Oe){this._elementRef=yt,this._document=ne,this._focusMonitor=Re,this._parentMenu=Xe,this._changeDetectorRef=Oe,this.role="menuitem",this.disabled=!1,this.disableRipple=!1,this._hovered=new H.B,this._focused=new H.B,this._highlighted=!1,this._triggersSubmenu=!1,Xe?.addItem?.(this)}focus(yt,ne){this._focusMonitor&&yt?this._focusMonitor.focusVia(this._getHostElement(),yt,ne):this._getHostElement().focus(ne),this._focused.next(this)}ngAfterViewInit(){this._focusMonitor&&this._focusMonitor.monitor(this._elementRef,!1)}ngOnDestroy(){this._focusMonitor&&this._focusMonitor.stopMonitoring(this._elementRef),this._parentMenu&&this._parentMenu.removeItem&&this._parentMenu.removeItem(this),this._hovered.complete(),this._focused.complete()}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._elementRef.nativeElement}_checkDisabled(yt){this.disabled&&(yt.preventDefault(),yt.stopPropagation())}_handleMouseEnter(){this._hovered.next(this)}getLabel(){const yt=this._elementRef.nativeElement.cloneNode(!0),ne=yt.querySelectorAll("mat-icon, .material-icons");for(let Re=0;Re<ne.length;Re++)ne[Re].remove();return yt.textContent?.trim()||""}_setHighlighted(yt){this._highlighted=yt,this._changeDetectorRef?.markForCheck()}_setTriggersSubmenu(yt){this._triggersSubmenu=yt,this._changeDetectorRef?.markForCheck()}_hasFocus(){return this._document&&this._document.activeElement===this._getHostElement()}static{this.\u0275fac=function(ne){return new(ne||Tt)(n.rXU(n.aKT),n.rXU(zt.qQ),n.rXU(i.FN),n.rXU(Bt,8),n.rXU(n.gRc))}}static{this.\u0275cmp=n.VBU({type:Tt,selectors:[["","mat-menu-item",""]],hostAttrs:[1,"mat-mdc-menu-item","mat-mdc-focus-indicator"],hostVars:8,hostBindings:function(ne,Re){1&ne&&n.bIt("click",function(Oe){return Re._checkDisabled(Oe)})("mouseenter",function(){return Re._handleMouseEnter()}),2&ne&&(n.BMQ("role",Re.role)("tabindex",Re._getTabIndex())("aria-disabled",Re.disabled)("disabled",Re.disabled||null),n.AVh("mat-mdc-menu-item-highlighted",Re._highlighted)("mat-mdc-menu-item-submenu-trigger",Re._triggersSubmenu))},inputs:{role:"role",disabled:[2,"disabled","disabled",n.L39],disableRipple:[2,"disableRipple","disableRipple",n.L39]},exportAs:["matMenuItem"],standalone:!0,features:[n.GFd,n.aNF],attrs:rt,ngContentSelectors:xt,decls:5,vars:3,consts:[[1,"mat-mdc-menu-item-text"],["matRipple","",1,"mat-mdc-menu-ripple",3,"matRippleDisabled","matRippleTrigger"],["viewBox","0 0 5 10","focusable","false","aria-hidden","true",1,"mat-mdc-menu-submenu-icon"],["points","0,0 5,5 0,10"]],template:function(ne,Re){1&ne&&(n.NAR(It),n.SdG(0),n.j41(1,"span",0),n.SdG(2,1),n.k0s(),n.nrm(3,"div",1),n.DNE(4,dt,2,0,":svg:svg",2)),2&ne&&(n.R7$(3),n.Y8G("matRippleDisabled",Re.disableRipple||Re.disabled)("matRippleTrigger",Re._getHostElement()),n.R7$(),n.vxM(Re._triggersSubmenu?4:-1))},dependencies:[Xt.r6],encapsulation:2,changeDetection:0})}}return Tt})();const Fe=new n.nKC("MatMenuContent"),ht={transformMenu:(0,Kt.hZ)("transformMenu",[(0,Kt.wk)("void",(0,Kt.iF)({opacity:0,transform:"scale(0.8)"})),(0,Kt.kY)("void => enter",(0,Kt.i0)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,Kt.iF)({opacity:1,transform:"scale(1)"}))),(0,Kt.kY)("* => void",(0,Kt.i0)("100ms 25ms linear",(0,Kt.iF)({opacity:0})))]),fadeInItems:(0,Kt.hZ)("fadeInItems",[(0,Kt.wk)("showing",(0,Kt.iF)({opacity:1})),(0,Kt.kY)("void => *",[(0,Kt.iF)({opacity:0}),(0,Kt.i0)("400ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let K=0;const Lt=new n.nKC("mat-menu-default-options",{providedIn:"root",factory:function lt(){return{overlapTrigger:!1,xPosition:"after",yPosition:"below",backdropClass:"cdk-overlay-transparent-backdrop"}}});let Ut=(()=>{class Tt{get xPosition(){return this._xPosition}set xPosition(yt){this._xPosition=yt,this.setPositionClasses()}get yPosition(){return this._yPosition}set yPosition(yt){this._yPosition=yt,this.setPositionClasses()}set panelClass(yt){const ne=this._previousPanelClass,Re={...this._classList};ne&&ne.length&&ne.split(" ").forEach(Xe=>{Re[Xe]=!1}),this._previousPanelClass=yt,yt&&yt.length&&(yt.split(" ").forEach(Xe=>{Re[Xe]=!0}),this._elementRef.nativeElement.className=""),this._classList=Re}get classList(){return this.panelClass}set classList(yt){this.panelClass=yt}constructor(yt,ne,Re,Xe){this._elementRef=yt,this._changeDetectorRef=Xe,this._elevationPrefix="mat-elevation-z",this._baseElevation=null,this._directDescendantItems=new n.rOR,this._classList={},this._panelAnimationState="void",this._animationDone=new H.B,this.closed=new n.bkB,this.close=this.closed,this.panelId="mat-menu-panel-"+K++,this._injector=(0,n.WQX)(n.zZn),this.overlayPanelClass=Re.overlayPanelClass||"",this._xPosition=Re.xPosition,this._yPosition=Re.yPosition,this.backdropClass=Re.backdropClass,this.overlapTrigger=Re.overlapTrigger,this.hasBackdrop=Re.hasBackdrop}ngOnInit(){this.setPositionClasses()}ngAfterContentInit(){this._updateDirectDescendants(),this._keyManager=new i.Bu(this._directDescendantItems).withWrap().withTypeAhead().withHomeAndEnd(),this._keyManager.tabOut.subscribe(()=>this.closed.emit("tab")),this._directDescendantItems.changes.pipe((0,J.Z)(this._directDescendantItems),(0,et.n)(yt=>(0,g.h)(...yt.map(ne=>ne._focused)))).subscribe(yt=>this._keyManager.updateActiveItem(yt)),this._directDescendantItems.changes.subscribe(yt=>{const ne=this._keyManager;if("enter"===this._panelAnimationState&&ne.activeItem?._hasFocus()){const Re=yt.toArray(),Xe=Math.max(0,Math.min(Re.length-1,ne.activeItemIndex||0));Re[Xe]&&!Re[Xe].disabled?ne.setActiveItem(Xe):ne.setNextItemActive()}})}ngOnDestroy(){this._keyManager?.destroy(),this._directDescendantItems.destroy(),this.closed.complete(),this._firstItemFocusRef?.destroy()}_hovered(){return this._directDescendantItems.changes.pipe((0,J.Z)(this._directDescendantItems),(0,et.n)(ne=>(0,g.h)(...ne.map(Re=>Re._hovered))))}addItem(yt){}removeItem(yt){}_handleKeydown(yt){const ne=yt.keyCode,Re=this._keyManager;switch(ne){case r._f:(0,r.rp)(yt)||(yt.preventDefault(),this.closed.emit("keydown"));break;case r.UQ:this.parentMenu&&"ltr"===this.direction&&this.closed.emit("keydown");break;case r.LE:this.parentMenu&&"rtl"===this.direction&&this.closed.emit("keydown");break;default:return(ne===r.i7||ne===r.n6)&&Re.setFocusOrigin("keyboard"),void Re.onKeydown(yt)}yt.stopPropagation()}focusFirstItem(yt="program"){this._firstItemFocusRef?.destroy(),this._firstItemFocusRef=(0,n.mal)(()=>{let ne=null;if(this._directDescendantItems.length&&(ne=this._directDescendantItems.first._getHostElement().closest('[role="menu"]')),!ne||!ne.contains(document.activeElement)){const Re=this._keyManager;Re.setFocusOrigin(yt).setFirstItemActive(),!Re.activeItem&&ne&&ne.focus()}},{injector:this._injector})}resetActiveItem(){this._keyManager.setActiveItem(-1)}setElevation(yt){if(null===this._baseElevation){const Ln=("function"==typeof getComputedStyle?getComputedStyle(this._elementRef.nativeElement):null)?.getPropertyValue("--mat-menu-base-elevation-level")||"8";this._baseElevation=parseInt(Ln)}const ne=Math.min(this._baseElevation+yt,24),Re=`${this._elevationPrefix}${ne}`,Xe=Object.keys(this._classList).find(Oe=>Oe.startsWith(this._elevationPrefix));if(!Xe||Xe===this._previousElevation){const Oe={...this._classList};this._previousElevation&&(Oe[this._previousElevation]=!1),Oe[Re]=!0,this._previousElevation=Re,this._classList=Oe}}setPositionClasses(yt=this.xPosition,ne=this.yPosition){this._classList={...this._classList,"mat-menu-before":"before"===yt,"mat-menu-after":"after"===yt,"mat-menu-above":"above"===ne,"mat-menu-below":"below"===ne},this._changeDetectorRef?.markForCheck()}_startAnimation(){this._panelAnimationState="enter"}_resetAnimation(){this._panelAnimationState="void"}_onAnimationDone(yt){this._animationDone.next(yt),this._isAnimating=!1}_onAnimationStart(yt){this._isAnimating=!0,"enter"===yt.toState&&0===this._keyManager.activeItemIndex&&(yt.element.scrollTop=0)}_updateDirectDescendants(){this._allItems.changes.pipe((0,J.Z)(this._allItems)).subscribe(yt=>{this._directDescendantItems.reset(yt.filter(ne=>ne._parentMenu===this)),this._directDescendantItems.notifyOnChanges()})}static{this.\u0275fac=function(ne){return new(ne||Tt)(n.rXU(n.aKT),n.rXU(n.SKi),n.rXU(Lt),n.rXU(n.gRc))}}static{this.\u0275cmp=n.VBU({type:Tt,selectors:[["mat-menu"]],contentQueries:function(ne,Re,Xe){if(1&ne&&(n.wni(Xe,Fe,5),n.wni(Xe,re,5),n.wni(Xe,re,4)),2&ne){let Oe;n.mGM(Oe=n.lsd())&&(Re.lazyContent=Oe.first),n.mGM(Oe=n.lsd())&&(Re._allItems=Oe),n.mGM(Oe=n.lsd())&&(Re.items=Oe)}},viewQuery:function(ne,Re){if(1&ne&&n.GBs(n.C4Q,5),2&ne){let Xe;n.mGM(Xe=n.lsd())&&(Re.templateRef=Xe.first)}},hostVars:3,hostBindings:function(ne,Re){2&ne&&n.BMQ("aria-label",null)("aria-labelledby",null)("aria-describedby",null)},inputs:{backdropClass:"backdropClass",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],xPosition:"xPosition",yPosition:"yPosition",overlapTrigger:[2,"overlapTrigger","overlapTrigger",n.L39],hasBackdrop:[2,"hasBackdrop","hasBackdrop",yt=>null==yt?null:(0,n.L39)(yt)],panelClass:[0,"class","panelClass"],classList:"classList"},outputs:{closed:"closed",close:"close"},exportAs:["matMenu"],standalone:!0,features:[n.Jv_([{provide:Bt,useExisting:Tt}]),n.GFd,n.aNF],ngContentSelectors:Vt,decls:1,vars:0,consts:[["tabindex","-1","role","menu",1,"mat-mdc-menu-panel","mat-mdc-elevation-specific",3,"keydown","click","id"],[1,"mat-mdc-menu-content"]],template:function(ne,Re){1&ne&&(n.NAR(),n.DNE(0,it,3,7,"ng-template"))},styles:['mat-menu{display:none}.mat-mdc-menu-content{margin:0;padding:8px 0;outline:0}.mat-mdc-menu-content,.mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;flex:1;white-space:normal;font-family:var(--mat-menu-item-label-text-font, var(--mat-app-label-large-font));line-height:var(--mat-menu-item-label-text-line-height, var(--mat-app-label-large-line-height));font-size:var(--mat-menu-item-label-text-size, var(--mat-app-label-large-size));letter-spacing:var(--mat-menu-item-label-text-tracking, var(--mat-app-label-large-tracking));font-weight:var(--mat-menu-item-label-text-weight, var(--mat-app-label-large-weight))}.mat-mdc-menu-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;outline:0;border-radius:var(--mat-menu-container-shape, var(--mat-app-corner-extra-small));background-color:var(--mat-menu-container-color, var(--mat-app-surface-container));will-change:transform,opacity}.mat-mdc-menu-panel.ng-animating{pointer-events:none}.mat-mdc-menu-panel.ng-animating:has(.mat-mdc-menu-content:empty){display:none}.cdk-high-contrast-active .mat-mdc-menu-panel{outline:solid 1px}.mat-mdc-menu-panel .mat-divider{color:var(--mat-menu-divider-color, var(--mat-app-surface-variant));margin-bottom:var(--mat-menu-divider-bottom-spacing);margin-top:var(--mat-menu-divider-top-spacing)}.mat-mdc-menu-item{display:flex;position:relative;align-items:center;justify-content:flex-start;overflow:hidden;padding:0;padding-left:var(--mat-menu-item-leading-spacing);padding-right:var(--mat-menu-item-trailing-spacing);-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;width:100%;text-align:left;box-sizing:border-box;color:inherit;font-size:inherit;background:none;text-decoration:none;margin:0;min-height:48px}[dir=rtl] .mat-mdc-menu-item{padding-right:var(--mat-menu-item-leading-spacing);padding-left:var(--mat-menu-item-trailing-spacing)}.mat-mdc-menu-item:has(.material-icons,mat-icon,[matButtonIcon]){padding-left:var(--mat-menu-item-with-icon-leading-spacing);padding-right:var(--mat-menu-item-with-icon-trailing-spacing)}[dir=rtl] .mat-mdc-menu-item:has(.material-icons,mat-icon,[matButtonIcon]){padding-right:var(--mat-menu-item-with-icon-leading-spacing);padding-left:var(--mat-menu-item-with-icon-trailing-spacing)}.mat-mdc-menu-item::-moz-focus-inner{border:0}.mat-mdc-menu-item,.mat-mdc-menu-item:visited,.mat-mdc-menu-item:link{color:var(--mat-menu-item-label-text-color, var(--mat-app-on-surface))}.mat-mdc-menu-item .mat-icon-no-color,.mat-mdc-menu-item .mat-mdc-menu-submenu-icon{color:var(--mat-menu-item-icon-color, var(--mat-app-on-surface-variant))}.mat-mdc-menu-item[disabled]{cursor:default;opacity:.38}.mat-mdc-menu-item[disabled]::after{display:block;position:absolute;content:"";top:0;left:0;bottom:0;right:0}.mat-mdc-menu-item:focus{outline:0}.mat-mdc-menu-item .mat-icon{flex-shrink:0;margin-right:var(--mat-menu-item-spacing);height:var(--mat-menu-item-icon-size);width:var(--mat-menu-item-icon-size)}[dir=rtl] .mat-mdc-menu-item{text-align:right}[dir=rtl] .mat-mdc-menu-item .mat-icon{margin-right:0;margin-left:var(--mat-menu-item-spacing)}.mat-mdc-menu-item:not([disabled]):hover{background-color:var(--mat-menu-item-hover-state-layer-color)}.mat-mdc-menu-item:not([disabled]).cdk-program-focused,.mat-mdc-menu-item:not([disabled]).cdk-keyboard-focused,.mat-mdc-menu-item:not([disabled]).mat-mdc-menu-item-highlighted{background-color:var(--mat-menu-item-focus-state-layer-color)}.cdk-high-contrast-active .mat-mdc-menu-item{margin-top:1px}.mat-mdc-menu-submenu-icon{width:var(--mat-menu-item-icon-size);height:10px;fill:currentColor;padding-left:var(--mat-menu-item-spacing)}[dir=rtl] .mat-mdc-menu-submenu-icon{padding-right:var(--mat-menu-item-spacing);padding-left:0}[dir=rtl] .mat-mdc-menu-submenu-icon polygon{transform:scaleX(-1);transform-origin:center}.cdk-high-contrast-active .mat-mdc-menu-submenu-icon{fill:CanvasText}.mat-mdc-menu-item .mat-mdc-menu-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}'],encapsulation:2,data:{animation:[ht.transformMenu,ht.fadeInItems]},changeDetection:0})}}return Tt})();const ke=new n.nKC("mat-menu-scroll-strategy",{providedIn:"root",factory:()=>{const Tt=(0,n.WQX)(fe.hJ);return()=>Tt.scrollStrategies.reposition()}}),xe={provide:ke,deps:[fe.hJ],useFactory:function Ze(Tt){return()=>Tt.scrollStrategies.reposition()}},Ae=(0,Pt.BQ)({passive:!0});let q=(()=>{class Tt{get _deprecatedMatMenuTriggerFor(){return this.menu}set _deprecatedMatMenuTriggerFor(yt){this.menu=yt}get menu(){return this._menu}set menu(yt){yt!==this._menu&&(this._menu=yt,this._menuCloseSubscription.unsubscribe(),yt&&(this._menuCloseSubscription=yt.close.subscribe(ne=>{this._destroyMenu(ne),("click"===ne||"tab"===ne)&&this._parentMaterialMenu&&this._parentMaterialMenu.closed.emit(ne)})),this._menuItemInstance?._setTriggersSubmenu(this.triggersSubmenu()))}constructor(yt,ne,Re,Xe,Oe,Ln,Ne,vt,Wt){this._overlay=yt,this._element=ne,this._viewContainerRef=Re,this._menuItemInstance=Ln,this._dir=Ne,this._focusMonitor=vt,this._ngZone=Wt,this._overlayRef=null,this._menuOpen=!1,this._closingActionsSubscription=Z.yU.EMPTY,this._hoverSubscription=Z.yU.EMPTY,this._menuCloseSubscription=Z.yU.EMPTY,this._changeDetectorRef=(0,n.WQX)(n.gRc),this._handleTouchStart=qt=>{(0,i.w6)(qt)||(this._openedBy="touch")},this._openedBy=void 0,this.restoreFocus=!0,this.menuOpened=new n.bkB,this.onMenuOpen=this.menuOpened,this.menuClosed=new n.bkB,this.onMenuClose=this.menuClosed,this._scrollStrategy=Xe,this._parentMaterialMenu=Oe instanceof Ut?Oe:void 0,ne.nativeElement.addEventListener("touchstart",this._handleTouchStart,Ae)}ngAfterContentInit(){this._handleHover()}ngOnDestroy(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=null),this._element.nativeElement.removeEventListener("touchstart",this._handleTouchStart,Ae),this._menuCloseSubscription.unsubscribe(),this._closingActionsSubscription.unsubscribe(),this._hoverSubscription.unsubscribe()}get menuOpen(){return this._menuOpen}get dir(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}triggersSubmenu(){return!!(this._menuItemInstance&&this._parentMaterialMenu&&this.menu)}toggleMenu(){return this._menuOpen?this.closeMenu():this.openMenu()}openMenu(){const yt=this.menu;if(this._menuOpen||!yt)return;const ne=this._createOverlay(yt),Re=ne.getConfig(),Xe=Re.positionStrategy;this._setPosition(yt,Xe),Re.hasBackdrop=null==yt.hasBackdrop?!this.triggersSubmenu():yt.hasBackdrop,ne.attach(this._getPortal(yt)),yt.lazyContent&&yt.lazyContent.attach(this.menuData),this._closingActionsSubscription=this._menuClosingActions().subscribe(()=>this.closeMenu()),this._initMenu(yt),yt instanceof Ut&&(yt._startAnimation(),yt._directDescendantItems.changes.pipe((0,mt.Q)(yt.close)).subscribe(()=>{Xe.withLockedPosition(!1).reapplyLastPosition(),Xe.withLockedPosition(!0)}))}closeMenu(){this.menu?.close.emit()}focus(yt,ne){this._focusMonitor&&yt?this._focusMonitor.focusVia(this._element,yt,ne):this._element.nativeElement.focus(ne)}updatePosition(){this._overlayRef?.updatePosition()}_destroyMenu(yt){if(!this._overlayRef||!this.menuOpen)return;const ne=this.menu;this._closingActionsSubscription.unsubscribe(),this._overlayRef.detach(),this.restoreFocus&&("keydown"===yt||!this._openedBy||!this.triggersSubmenu())&&this.focus(this._openedBy),this._openedBy=void 0,ne instanceof Ut?(ne._resetAnimation(),ne.lazyContent?ne._animationDone.pipe((0,Ot.p)(Re=>"void"===Re.toState),(0,gt.s)(1),(0,mt.Q)(ne.lazyContent._attached)).subscribe({next:()=>ne.lazyContent.detach(),complete:()=>this._setIsMenuOpen(!1)}):this._setIsMenuOpen(!1)):(this._setIsMenuOpen(!1),ne?.lazyContent?.detach())}_initMenu(yt){yt.parentMenu=this.triggersSubmenu()?this._parentMaterialMenu:void 0,yt.direction=this.dir,this._setMenuElevation(yt),yt.focusFirstItem(this._openedBy||"program"),this._setIsMenuOpen(!0)}_setMenuElevation(yt){if(yt.setElevation){let ne=0,Re=yt.parentMenu;for(;Re;)ne++,Re=Re.parentMenu;yt.setElevation(ne)}}_setIsMenuOpen(yt){yt!==this._menuOpen&&(this._menuOpen=yt,this._menuOpen?this.menuOpened.emit():this.menuClosed.emit(),this.triggersSubmenu()&&this._menuItemInstance._setHighlighted(yt),this._changeDetectorRef.markForCheck())}_createOverlay(yt){if(!this._overlayRef){const ne=this._getOverlayConfig(yt);this._subscribeToPositions(yt,ne.positionStrategy),this._overlayRef=this._overlay.create(ne),this._overlayRef.keydownEvents().subscribe()}return this._overlayRef}_getOverlayConfig(yt){return new fe.rR({positionStrategy:this._overlay.position().flexibleConnectedTo(this._element).withLockedPosition().withGrowAfterOpen().withTransformOriginOn(".mat-menu-panel, .mat-mdc-menu-panel"),backdropClass:yt.backdropClass||"cdk-overlay-transparent-backdrop",panelClass:yt.overlayPanelClass,scrollStrategy:this._scrollStrategy(),direction:this._dir})}_subscribeToPositions(yt,ne){yt.setPositionClasses&&ne.positionChanges.subscribe(Re=>{const Xe="start"===Re.connectionPair.overlayX?"after":"before",Oe="top"===Re.connectionPair.overlayY?"below":"above";this._ngZone?this._ngZone.run(()=>yt.setPositionClasses(Xe,Oe)):yt.setPositionClasses(Xe,Oe)})}_setPosition(yt,ne){let[Re,Xe]="before"===yt.xPosition?["end","start"]:["start","end"],[Oe,Ln]="above"===yt.yPosition?["bottom","top"]:["top","bottom"],[Ne,vt]=[Oe,Ln],[Wt,qt]=[Re,Xe],ce=0;if(this.triggersSubmenu()){if(qt=Re="before"===yt.xPosition?"start":"end",Xe=Wt="end"===Re?"start":"end",this._parentMaterialMenu){if(null==this._parentInnerPadding){const Rt=this._parentMaterialMenu.items.first;this._parentInnerPadding=Rt?Rt._getHostElement().offsetTop:0}ce="bottom"===Oe?this._parentInnerPadding:-this._parentInnerPadding}}else yt.overlapTrigger||(Ne="top"===Oe?"bottom":"top",vt="top"===Ln?"bottom":"top");ne.withPositions([{originX:Re,originY:Ne,overlayX:Wt,overlayY:Oe,offsetY:ce},{originX:Xe,originY:Ne,overlayX:qt,overlayY:Oe,offsetY:ce},{originX:Re,originY:vt,overlayX:Wt,overlayY:Ln,offsetY:-ce},{originX:Xe,originY:vt,overlayX:qt,overlayY:Ln,offsetY:-ce}])}_menuClosingActions(){const yt=this._overlayRef.backdropClick(),ne=this._overlayRef.detachments(),Re=this._parentMaterialMenu?this._parentMaterialMenu.closed:(0,tt.of)(),Xe=this._parentMaterialMenu?this._parentMaterialMenu._hovered().pipe((0,Ot.p)(Oe=>Oe!==this._menuItemInstance),(0,Ot.p)(()=>this._menuOpen)):(0,tt.of)();return(0,g.h)(yt,Re,Xe,ne)}_handleMousedown(yt){(0,i._G)(yt)||(this._openedBy=0===yt.button?"mouse":void 0,this.triggersSubmenu()&&yt.preventDefault())}_handleKeydown(yt){const ne=yt.keyCode;(ne===r.Fm||ne===r.t6)&&(this._openedBy="keyboard"),this.triggersSubmenu()&&(ne===r.LE&&"ltr"===this.dir||ne===r.UQ&&"rtl"===this.dir)&&(this._openedBy="keyboard",this.openMenu())}_handleClick(yt){this.triggersSubmenu()?(yt.stopPropagation(),this.openMenu()):this.toggleMenu()}_handleHover(){!this.triggersSubmenu()||!this._parentMaterialMenu||(this._hoverSubscription=this._parentMaterialMenu._hovered().pipe((0,Ot.p)(yt=>yt===this._menuItemInstance&&!yt.disabled),(0,kt.c)(0,st.$)).subscribe(()=>{this._openedBy="mouse",this.menu instanceof Ut&&this.menu._isAnimating?this.menu._animationDone.pipe((0,gt.s)(1),(0,kt.c)(0,st.$),(0,mt.Q)(this._parentMaterialMenu._hovered())).subscribe(()=>this.openMenu()):this.openMenu()}))}_getPortal(yt){return(!this._portal||this._portal.templateRef!==yt.templateRef)&&(this._portal=new pt.VA(yt.templateRef,this._viewContainerRef)),this._portal}static{this.\u0275fac=function(ne){return new(ne||Tt)(n.rXU(fe.hJ),n.rXU(n.aKT),n.rXU(n.c1b),n.rXU(ke),n.rXU(Bt,8),n.rXU(re,10),n.rXU(Jt.dS,8),n.rXU(i.FN),n.rXU(n.SKi))}}static{this.\u0275dir=n.FsC({type:Tt,selectors:[["","mat-menu-trigger-for",""],["","matMenuTriggerFor",""]],hostAttrs:[1,"mat-mdc-menu-trigger"],hostVars:3,hostBindings:function(ne,Re){1&ne&&n.bIt("click",function(Oe){return Re._handleClick(Oe)})("mousedown",function(Oe){return Re._handleMousedown(Oe)})("keydown",function(Oe){return Re._handleKeydown(Oe)}),2&ne&&n.BMQ("aria-haspopup",Re.menu?"menu":null)("aria-expanded",Re.menuOpen)("aria-controls",Re.menuOpen?Re.menu.panelId:null)},inputs:{_deprecatedMatMenuTriggerFor:[0,"mat-menu-trigger-for","_deprecatedMatMenuTriggerFor"],menu:[0,"matMenuTriggerFor","menu"],menuData:[0,"matMenuTriggerData","menuData"],restoreFocus:[0,"matMenuTriggerRestoreFocus","restoreFocus"]},outputs:{menuOpened:"menuOpened",onMenuOpen:"onMenuOpen",menuClosed:"menuClosed",onMenuClose:"onMenuClose"},exportAs:["matMenuTrigger"],standalone:!0})}}return Tt})(),X=(()=>{class Tt{static{this.\u0275fac=function(ne){return new(ne||Tt)}}static{this.\u0275mod=n.$C({type:Tt})}static{this.\u0275inj=n.G2t({providers:[xe],imports:[zt.MD,Xt.pZ,Xt.yE,fe.z_,Et.Gj,Xt.yE]})}}return Tt})()},6695:($e,Gt,c)=>{c.d(Gt,{Ou:()=>rt,iy:()=>Et,xX:()=>zt});var n=c(4438),i=c(1413),r=c(2771),H=c(8834),g=c(2798),Z=c(4823),tt=c(6600),st=c(3719);function J(It,xt){if(1&It&&(n.j41(0,"mat-option",17),n.EFF(1),n.k0s()),2&It){const dt=xt.$implicit;n.Y8G("value",dt),n.R7$(),n.SpI(" ",dt," ")}}function et(It,xt){if(1&It){const dt=n.RV6();n.j41(0,"mat-form-field",14)(1,"mat-select",16,0),n.bIt("selectionChange",function(it){n.eBV(dt);const Bt=n.XpG(2);return n.Njj(Bt._changePageSize(it.value))}),n.Z7z(3,J,2,2,"mat-option",17,n.fX1),n.k0s(),n.j41(5,"div",18),n.bIt("click",function(){n.eBV(dt);const it=n.sdS(2);return n.Njj(it.open())}),n.k0s()()}if(2&It){const dt=n.XpG(2);n.Y8G("appearance",dt._formFieldAppearance)("color",dt.color),n.R7$(),n.Y8G("value",dt.pageSize)("disabled",dt.disabled)("aria-labelledby",dt._pageSizeLabelId)("panelClass",dt.selectConfig.panelClass||"")("disableOptionCentering",dt.selectConfig.disableOptionCentering),n.R7$(2),n.Dyx(dt._displayedPageSizeOptions)}}function mt(It,xt){if(1&It&&(n.j41(0,"div",15),n.EFF(1),n.k0s()),2&It){const dt=n.XpG(2);n.R7$(),n.JRh(dt.pageSize)}}function Ot(It,xt){if(1&It&&(n.j41(0,"div",3)(1,"div",13),n.EFF(2),n.k0s(),n.DNE(3,et,6,7,"mat-form-field",14)(4,mt,2,1,"div",15),n.k0s()),2&It){const dt=n.XpG();n.R7$(),n.BMQ("id",dt._pageSizeLabelId),n.R7$(),n.SpI(" ",dt._intl.itemsPerPageLabel," "),n.R7$(),n.vxM(dt._displayedPageSizeOptions.length>1?3:-1),n.R7$(),n.vxM(dt._displayedPageSizeOptions.length<=1?4:-1)}}function gt(It,xt){if(1&It){const dt=n.RV6();n.j41(0,"button",19),n.bIt("click",function(){n.eBV(dt);const it=n.XpG();return n.Njj(it.firstPage())}),n.qSk(),n.j41(1,"svg",8),n.nrm(2,"path",20),n.k0s()()}if(2&It){const dt=n.XpG();n.Y8G("matTooltip",dt._intl.firstPageLabel)("matTooltipDisabled",dt._previousButtonsDisabled())("matTooltipPosition","above")("disabled",dt._previousButtonsDisabled()),n.BMQ("aria-label",dt._intl.firstPageLabel)}}function kt(It,xt){if(1&It){const dt=n.RV6();n.j41(0,"button",21),n.bIt("click",function(){n.eBV(dt);const it=n.XpG();return n.Njj(it.lastPage())}),n.qSk(),n.j41(1,"svg",8),n.nrm(2,"path",22),n.k0s()()}if(2&It){const dt=n.XpG();n.Y8G("matTooltip",dt._intl.lastPageLabel)("matTooltipDisabled",dt._nextButtonsDisabled())("matTooltipPosition","above")("disabled",dt._nextButtonsDisabled()),n.BMQ("aria-label",dt._intl.lastPageLabel)}}let zt=(()=>{class It{constructor(){this.changes=new i.B,this.itemsPerPageLabel="Items per page:",this.nextPageLabel="Next page",this.previousPageLabel="Previous page",this.firstPageLabel="First page",this.lastPageLabel="Last page",this.getRangeLabel=(dt,Vt,it)=>{if(0==it||0==Vt)return`0 of ${it}`;const Bt=dt*Vt;return`${Bt+1} \u2013 ${Bt<(it=Math.max(it,0))?Math.min(Bt+Vt,it):Bt+Vt} of ${it}`}}static{this.\u0275fac=function(Vt){return new(Vt||It)}}static{this.\u0275prov=n.jDH({token:It,factory:It.\u0275fac,providedIn:"root"})}}return It})();const pt={provide:zt,deps:[[new n.Xx1,new n.kdw,zt]],useFactory:function Xt(It){return It||new zt}},fe=new n.nKC("MAT_PAGINATOR_DEFAULT_OPTIONS");let Pt=0,Et=(()=>{class It{get pageIndex(){return this._pageIndex}set pageIndex(dt){this._pageIndex=Math.max(dt||0,0),this._changeDetectorRef.markForCheck()}get length(){return this._length}set length(dt){this._length=dt||0,this._changeDetectorRef.markForCheck()}get pageSize(){return this._pageSize}set pageSize(dt){this._pageSize=Math.max(dt||0,0),this._updateDisplayedPageSizeOptions()}get pageSizeOptions(){return this._pageSizeOptions}set pageSizeOptions(dt){this._pageSizeOptions=(dt||[]).map(Vt=>(0,n.Udg)(Vt,0)),this._updateDisplayedPageSizeOptions()}constructor(dt,Vt,it){if(this._intl=dt,this._changeDetectorRef=Vt,this._pageSizeLabelId="mat-paginator-page-size-label-"+Pt++,this._isInitialized=!1,this._initializedStream=new r.m(1),this._pageIndex=0,this._length=0,this._pageSizeOptions=[],this.hidePageSize=!1,this.showFirstLastButtons=!1,this.selectConfig={},this.disabled=!1,this.page=new n.bkB,this.initialized=this._initializedStream,this._intlChanges=dt.changes.subscribe(()=>this._changeDetectorRef.markForCheck()),it){const{pageSize:Bt,pageSizeOptions:re,hidePageSize:Ve,showFirstLastButtons:on}=it;null!=Bt&&(this._pageSize=Bt),null!=re&&(this._pageSizeOptions=re),null!=Ve&&(this.hidePageSize=Ve),null!=on&&(this.showFirstLastButtons=on)}this._formFieldAppearance=it?.formFieldAppearance||"outline"}ngOnInit(){this._isInitialized=!0,this._updateDisplayedPageSizeOptions(),this._initializedStream.next()}ngOnDestroy(){this._initializedStream.complete(),this._intlChanges.unsubscribe()}nextPage(){if(!this.hasNextPage())return;const dt=this.pageIndex;this.pageIndex=this.pageIndex+1,this._emitPageEvent(dt)}previousPage(){if(!this.hasPreviousPage())return;const dt=this.pageIndex;this.pageIndex=this.pageIndex-1,this._emitPageEvent(dt)}firstPage(){if(!this.hasPreviousPage())return;const dt=this.pageIndex;this.pageIndex=0,this._emitPageEvent(dt)}lastPage(){if(!this.hasNextPage())return;const dt=this.pageIndex;this.pageIndex=this.getNumberOfPages()-1,this._emitPageEvent(dt)}hasPreviousPage(){return this.pageIndex>=1&&0!=this.pageSize}hasNextPage(){const dt=this.getNumberOfPages()-1;return this.pageIndex<dt&&0!=this.pageSize}getNumberOfPages(){return this.pageSize?Math.ceil(this.length/this.pageSize):0}_changePageSize(dt){const it=this.pageIndex;this.pageIndex=Math.floor(this.pageIndex*this.pageSize/dt)||0,this.pageSize=dt,this._emitPageEvent(it)}_nextButtonsDisabled(){return this.disabled||!this.hasNextPage()}_previousButtonsDisabled(){return this.disabled||!this.hasPreviousPage()}_updateDisplayedPageSizeOptions(){this._isInitialized&&(this.pageSize||(this._pageSize=0!=this.pageSizeOptions.length?this.pageSizeOptions[0]:50),this._displayedPageSizeOptions=this.pageSizeOptions.slice(),-1===this._displayedPageSizeOptions.indexOf(this.pageSize)&&this._displayedPageSizeOptions.push(this.pageSize),this._displayedPageSizeOptions.sort((dt,Vt)=>dt-Vt),this._changeDetectorRef.markForCheck())}_emitPageEvent(dt){this.page.emit({previousPageIndex:dt,pageIndex:this.pageIndex,pageSize:this.pageSize,length:this.length})}static{this.\u0275fac=function(Vt){return new(Vt||It)(n.rXU(zt),n.rXU(n.gRc),n.rXU(fe,8))}}static{this.\u0275cmp=n.VBU({type:It,selectors:[["mat-paginator"]],hostAttrs:["role","group",1,"mat-mdc-paginator"],inputs:{color:"color",pageIndex:[2,"pageIndex","pageIndex",n.Udg],length:[2,"length","length",n.Udg],pageSize:[2,"pageSize","pageSize",n.Udg],pageSizeOptions:"pageSizeOptions",hidePageSize:[2,"hidePageSize","hidePageSize",n.L39],showFirstLastButtons:[2,"showFirstLastButtons","showFirstLastButtons",n.L39],selectConfig:"selectConfig",disabled:[2,"disabled","disabled",n.L39]},outputs:{page:"page"},exportAs:["matPaginator"],standalone:!0,features:[n.GFd,n.aNF],decls:14,vars:14,consts:[["selectRef",""],[1,"mat-mdc-paginator-outer-container"],[1,"mat-mdc-paginator-container"],[1,"mat-mdc-paginator-page-size"],[1,"mat-mdc-paginator-range-actions"],["aria-live","polite",1,"mat-mdc-paginator-range-label"],["mat-icon-button","","type","button",1,"mat-mdc-paginator-navigation-first",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled"],["mat-icon-button","","type","button",1,"mat-mdc-paginator-navigation-previous",3,"click","matTooltip","matTooltipDisabled","matTooltipPosition","disabled"],["viewBox","0 0 24 24","focusable","false","aria-hidden","true",1,"mat-mdc-paginator-icon"],["d","M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"],["mat-icon-button","","type","button",1,"mat-mdc-paginator-navigation-next",3,"click","matTooltip","matTooltipDisabled","matTooltipPosition","disabled"],["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"],["mat-icon-button","","type","button",1,"mat-mdc-paginator-navigation-last",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled"],[1,"mat-mdc-paginator-page-size-label"],[1,"mat-mdc-paginator-page-size-select",3,"appearance","color"],[1,"mat-mdc-paginator-page-size-value"],["hideSingleSelectionIndicator","",3,"selectionChange","value","disabled","aria-labelledby","panelClass","disableOptionCentering"],[3,"value"],[1,"mat-mdc-paginator-touch-target",3,"click"],["mat-icon-button","","type","button",1,"mat-mdc-paginator-navigation-first",3,"click","matTooltip","matTooltipDisabled","matTooltipPosition","disabled"],["d","M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"],["mat-icon-button","","type","button",1,"mat-mdc-paginator-navigation-last",3,"click","matTooltip","matTooltipDisabled","matTooltipPosition","disabled"],["d","M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"]],template:function(Vt,it){1&Vt&&(n.j41(0,"div",1)(1,"div",2),n.DNE(2,Ot,5,4,"div",3),n.j41(3,"div",4)(4,"div",5),n.EFF(5),n.k0s(),n.DNE(6,gt,3,5,"button",6),n.j41(7,"button",7),n.bIt("click",function(){return it.previousPage()}),n.qSk(),n.j41(8,"svg",8),n.nrm(9,"path",9),n.k0s()(),n.joV(),n.j41(10,"button",10),n.bIt("click",function(){return it.nextPage()}),n.qSk(),n.j41(11,"svg",8),n.nrm(12,"path",11),n.k0s()(),n.DNE(13,kt,3,5,"button",12),n.k0s()()()),2&Vt&&(n.R7$(2),n.vxM(it.hidePageSize?-1:2),n.R7$(3),n.SpI(" ",it._intl.getRangeLabel(it.pageIndex,it.pageSize,it.length)," "),n.R7$(),n.vxM(it.showFirstLastButtons?6:-1),n.R7$(),n.Y8G("matTooltip",it._intl.previousPageLabel)("matTooltipDisabled",it._previousButtonsDisabled())("matTooltipPosition","above")("disabled",it._previousButtonsDisabled()),n.BMQ("aria-label",it._intl.previousPageLabel),n.R7$(3),n.Y8G("matTooltip",it._intl.nextPageLabel)("matTooltipDisabled",it._nextButtonsDisabled())("matTooltipPosition","above")("disabled",it._nextButtonsDisabled()),n.BMQ("aria-label",it._intl.nextPageLabel),n.R7$(3),n.vxM(it.showFirstLastButtons?13:-1))},dependencies:[st.rl,g.VO,tt.wT,H.iY,Z.oV],styles:[".mat-mdc-paginator{display:block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-paginator-container-text-color, var(--mat-app-on-surface));background-color:var(--mat-paginator-container-background-color, var(--mat-app-surface));font-family:var(--mat-paginator-container-text-font, var(--mat-app-body-small-font));line-height:var(--mat-paginator-container-text-line-height, var(--mat-app-body-small-line-height));font-size:var(--mat-paginator-container-text-size, var(--mat-app-body-small-size));font-weight:var(--mat-paginator-container-text-weight, var(--mat-app-body-small-weight));letter-spacing:var(--mat-paginator-container-text-tracking, var(--mat-app-body-small-tracking));--mat-form-field-container-height:var(--mat-paginator-form-field-container-height);--mat-form-field-container-vertical-padding:var(--mat-paginator-form-field-container-vertical-padding)}.mat-mdc-paginator .mat-mdc-select-value{font-size:var(--mat-paginator-select-trigger-text-size, var(--mat-app-body-small-size))}.mat-mdc-paginator .mat-mdc-form-field-subscript-wrapper{display:none}.mat-mdc-paginator .mat-mdc-select{line-height:1.5}.mat-mdc-paginator-outer-container{display:flex}.mat-mdc-paginator-container{display:flex;align-items:center;justify-content:flex-end;padding:0 8px;flex-wrap:wrap;width:100%;min-height:var(--mat-paginator-container-size)}.mat-mdc-paginator-page-size{display:flex;align-items:baseline;margin-right:8px}[dir=rtl] .mat-mdc-paginator-page-size{margin-right:0;margin-left:8px}.mat-mdc-paginator-page-size-label{margin:0 4px}.mat-mdc-paginator-page-size-select{margin:0 4px;width:84px}.mat-mdc-paginator-range-label{margin:0 32px 0 24px}.mat-mdc-paginator-range-actions{display:flex;align-items:center}.mat-mdc-paginator-icon{display:inline-block;width:28px;fill:var(--mat-paginator-enabled-icon-color, var(--mat-app-on-surface-variant))}.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon{fill:var(--mat-paginator-disabled-icon-color)}[dir=rtl] .mat-mdc-paginator-icon{transform:rotate(180deg)}.cdk-high-contrast-active .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,.cdk-high-contrast-active .mat-mdc-paginator-icon{fill:currentColor;fill:CanvasText}.cdk-high-contrast-active .mat-mdc-paginator-range-actions .mat-mdc-icon-button{outline:solid 1px}.mat-mdc-paginator-touch-target{display:var(--mat-paginator-touch-target-display);position:absolute;top:50%;left:50%;width:84px;height:48px;background-color:rgba(0,0,0,0);transform:translate(-50%, -50%);cursor:pointer}"],encapsulation:2,changeDetection:0})}}return It})(),rt=(()=>{class It{static{this.\u0275fac=function(Vt){return new(Vt||It)}}static{this.\u0275mod=n.$C({type:It})}static{this.\u0275inj=n.G2t({providers:[pt],imports:[H.Hl,g.Ve,Z.uc,Et]})}}return It})()},7575:($e,Gt,c)=>{c.d(Gt,{HM:()=>st,PO:()=>et});var n=c(4438),r=(c(177),c(6600));function H(mt,Ot){1&mt&&n.nrm(0,"div",2)}const g=new n.nKC("MAT_PROGRESS_BAR_DEFAULT_OPTIONS");let st=(()=>{class mt{constructor(gt,kt,zt,Xt,pt){this._elementRef=gt,this._ngZone=kt,this._changeDetectorRef=zt,this._animationMode=Xt,this._isNoopAnimation=!1,this._defaultColor="primary",this._value=0,this._bufferValue=0,this.animationEnd=new n.bkB,this._mode="determinate",this._transitionendHandler=Kt=>{0===this.animationEnd.observers.length||!Kt.target||!Kt.target.classList.contains("mdc-linear-progress__primary-bar")||("determinate"===this.mode||"buffer"===this.mode)&&this._ngZone.run(()=>this.animationEnd.next({value:this.value}))},this._isNoopAnimation="NoopAnimations"===Xt,pt&&(pt.color&&(this.color=this._defaultColor=pt.color),this.mode=pt.mode||this.mode)}get color(){return this._color||this._defaultColor}set color(gt){this._color=gt}get value(){return this._value}set value(gt){this._value=J(gt||0),this._changeDetectorRef.markForCheck()}get bufferValue(){return this._bufferValue||0}set bufferValue(gt){this._bufferValue=J(gt||0),this._changeDetectorRef.markForCheck()}get mode(){return this._mode}set mode(gt){this._mode=gt,this._changeDetectorRef.markForCheck()}ngAfterViewInit(){this._ngZone.runOutsideAngular(()=>{this._elementRef.nativeElement.addEventListener("transitionend",this._transitionendHandler)})}ngOnDestroy(){this._elementRef.nativeElement.removeEventListener("transitionend",this._transitionendHandler)}_getPrimaryBarTransform(){return`scaleX(${this._isIndeterminate()?1:this.value/100})`}_getBufferBarFlexBasis(){return`${"buffer"===this.mode?this.bufferValue:100}%`}_isIndeterminate(){return"indeterminate"===this.mode||"query"===this.mode}static{this.\u0275fac=function(kt){return new(kt||mt)(n.rXU(n.aKT),n.rXU(n.SKi),n.rXU(n.gRc),n.rXU(n.bc$,8),n.rXU(g,8))}}static{this.\u0275cmp=n.VBU({type:mt,selectors:[["mat-progress-bar"]],hostAttrs:["role","progressbar","aria-valuemin","0","aria-valuemax","100","tabindex","-1",1,"mat-mdc-progress-bar","mdc-linear-progress"],hostVars:10,hostBindings:function(kt,zt){2&kt&&(n.BMQ("aria-valuenow",zt._isIndeterminate()?null:zt.value)("mode",zt.mode),n.HbH("mat-"+zt.color),n.AVh("_mat-animation-noopable",zt._isNoopAnimation)("mdc-linear-progress--animation-ready",!zt._isNoopAnimation)("mdc-linear-progress--indeterminate",zt._isIndeterminate()))},inputs:{color:"color",value:[2,"value","value",n.Udg],bufferValue:[2,"bufferValue","bufferValue",n.Udg],mode:"mode"},outputs:{animationEnd:"animationEnd"},exportAs:["matProgressBar"],standalone:!0,features:[n.GFd,n.aNF],decls:7,vars:5,consts:[["aria-hidden","true",1,"mdc-linear-progress__buffer"],[1,"mdc-linear-progress__buffer-bar"],[1,"mdc-linear-progress__buffer-dots"],["aria-hidden","true",1,"mdc-linear-progress__bar","mdc-linear-progress__primary-bar"],[1,"mdc-linear-progress__bar-inner"],["aria-hidden","true",1,"mdc-linear-progress__bar","mdc-linear-progress__secondary-bar"]],template:function(kt,zt){1&kt&&(n.j41(0,"div",0),n.nrm(1,"div",1),n.DNE(2,H,1,0,"div",2),n.k0s(),n.j41(3,"div",3),n.nrm(4,"span",4),n.k0s(),n.j41(5,"div",5),n.nrm(6,"span",4),n.k0s()),2&kt&&(n.R7$(),n.xc7("flex-basis",zt._getBufferBarFlexBasis()),n.R7$(),n.vxM("buffer"===zt.mode?2:-1),n.R7$(),n.xc7("transform",zt._getPrimaryBarTransform()))},styles:[".mat-mdc-progress-bar{display:block;text-align:start}.mat-mdc-progress-bar[mode=query]{transform:scaleX(-1)}.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__buffer-dots,.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__primary-bar,.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__secondary-bar,.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__bar-inner.mdc-linear-progress__bar-inner{animation:none}.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__primary-bar,.mat-mdc-progress-bar._mat-animation-noopable .mdc-linear-progress__buffer-bar{transition:transform 1ms}.mdc-linear-progress{position:relative;width:100%;transform:translateZ(0);outline:1px solid rgba(0,0,0,0);overflow-x:hidden;transition:opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);height:max(var(--mdc-linear-progress-track-height),var(--mdc-linear-progress-active-indicator-height))}.cdk-high-contrast-active .mdc-linear-progress{outline-color:CanvasText}.mdc-linear-progress__bar{position:absolute;top:0;bottom:0;margin:auto 0;width:100%;animation:none;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);height:var(--mdc-linear-progress-active-indicator-height)}.mdc-linear-progress--indeterminate .mdc-linear-progress__bar{transition:none}[dir=rtl] .mdc-linear-progress__bar{right:0;transform-origin:center right}.mdc-linear-progress__bar-inner{display:inline-block;position:absolute;width:100%;animation:none;border-top-style:solid;border-color:var(--mdc-linear-progress-active-indicator-color, var(--mat-app-primary));border-top-width:var(--mdc-linear-progress-active-indicator-height)}.mdc-linear-progress__buffer{display:flex;position:absolute;top:0;bottom:0;margin:auto 0;width:100%;overflow:hidden;height:var(--mdc-linear-progress-track-height);border-radius:var(--mdc-linear-progress-track-shape, var(--mat-app-corner-none))}.mdc-linear-progress__buffer-dots{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='xMinYMin slice'%3E%3Ccircle cx='1' cy='1' r='1'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='xMinYMin slice'%3E%3Ccircle cx='1' cy='1' r='1'/%3E%3C/svg%3E\");background-repeat:repeat-x;flex:auto;transform:rotate(180deg);animation:mdc-linear-progress-buffering 250ms infinite linear;background-color:var(--mdc-linear-progress-track-color, var(--mat-app-surface-variant))}.cdk-high-contrast-active .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}[dir=rtl] .mdc-linear-progress__buffer-dots{animation:mdc-linear-progress-buffering-reverse 250ms infinite linear;transform:rotate(0)}.mdc-linear-progress__buffer-bar{flex:0 1 100%;transition:flex-basis 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);background-color:var(--mdc-linear-progress-track-color, var(--mat-app-surface-variant))}.mdc-linear-progress__primary-bar{transform:scaleX(0)}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{left:-145.166611%}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar{animation:mdc-linear-progress-primary-indeterminate-translate 2s infinite linear}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner{animation:mdc-linear-progress-primary-indeterminate-scale 2s infinite linear}[dir=rtl] .mdc-linear-progress.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar{animation-name:mdc-linear-progress-primary-indeterminate-translate-reverse}[dir=rtl] .mdc-linear-progress.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{right:-145.166611%;left:auto}.mdc-linear-progress__secondary-bar{display:none}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{left:-54.888891%;display:block}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar{animation:mdc-linear-progress-secondary-indeterminate-translate 2s infinite linear}.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner{animation:mdc-linear-progress-secondary-indeterminate-scale 2s infinite linear}[dir=rtl] .mdc-linear-progress.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar{animation-name:mdc-linear-progress-secondary-indeterminate-translate-reverse}[dir=rtl] .mdc-linear-progress.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{right:-54.888891%;left:auto}@keyframes mdc-linear-progress-buffering{from{transform:rotate(180deg) translateX(calc(var(--mdc-linear-progress-track-height) * -2.5))}}@keyframes mdc-linear-progress-primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes mdc-linear-progress-primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes mdc-linear-progress-secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes mdc-linear-progress-secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(-83.67142%)}100%{transform:translateX(-200.611057%)}}@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(-37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(-84.386165%)}100%{transform:translateX(-160.277782%)}}@keyframes mdc-linear-progress-buffering-reverse{from{transform:translateX(-10px)}}"],encapsulation:2,changeDetection:0})}}return mt})();function J(mt,Ot=0,gt=100){return Math.max(Ot,Math.min(gt,mt))}let et=(()=>{class mt{static{this.\u0275fac=function(kt){return new(kt||mt)}}static{this.\u0275mod=n.$C({type:mt})}static{this.\u0275inj=n.G2t({imports:[r.yE]})}}return mt})()},9183:($e,Gt,c)=>{c.d(Gt,{D6:()=>Ot,LG:()=>et});var n=c(4438),i=c(177),r=c(6600);const H=["determinateSpinner"];function g(gt,kt){if(1&gt&&(n.qSk(),n.j41(0,"svg",11),n.nrm(1,"circle",12),n.k0s()),2&gt){const zt=n.XpG();n.BMQ("viewBox",zt._viewBox()),n.R7$(),n.xc7("stroke-dasharray",zt._strokeCircumference(),"px")("stroke-dashoffset",zt._strokeCircumference()/2,"px")("stroke-width",zt._circleStrokeWidth(),"%"),n.BMQ("r",zt._circleRadius())}}const Z=new n.nKC("mat-progress-spinner-default-options",{providedIn:"root",factory:function tt(){return{diameter:st}}}),st=100;let et=(()=>{class gt{get color(){return this._color||this._defaultColor}set color(zt){this._color=zt}constructor(zt,Xt,pt){this._elementRef=zt,this._defaultColor="primary",this._value=0,this._diameter=st,this._noopAnimations="NoopAnimations"===Xt&&!!pt&&!pt._forceAnimations,this.mode="mat-spinner"===zt.nativeElement.nodeName.toLowerCase()?"indeterminate":"determinate",pt&&(pt.color&&(this.color=this._defaultColor=pt.color),pt.diameter&&(this.diameter=pt.diameter),pt.strokeWidth&&(this.strokeWidth=pt.strokeWidth))}get value(){return"determinate"===this.mode?this._value:0}set value(zt){this._value=Math.max(0,Math.min(100,zt||0))}get diameter(){return this._diameter}set diameter(zt){this._diameter=zt||0}get strokeWidth(){return this._strokeWidth??this.diameter/10}set strokeWidth(zt){this._strokeWidth=zt||0}_circleRadius(){return(this.diameter-10)/2}_viewBox(){const zt=2*this._circleRadius()+this.strokeWidth;return`0 0 ${zt} ${zt}`}_strokeCircumference(){return 2*Math.PI*this._circleRadius()}_strokeDashOffset(){return"determinate"===this.mode?this._strokeCircumference()*(100-this._value)/100:null}_circleStrokeWidth(){return this.strokeWidth/this.diameter*100}static{this.\u0275fac=function(Xt){return new(Xt||gt)(n.rXU(n.aKT),n.rXU(n.bc$,8),n.rXU(Z))}}static{this.\u0275cmp=n.VBU({type:gt,selectors:[["mat-progress-spinner"],["mat-spinner"]],viewQuery:function(Xt,pt){if(1&Xt&&n.GBs(H,5),2&Xt){let Kt;n.mGM(Kt=n.lsd())&&(pt._determinateCircle=Kt.first)}},hostAttrs:["role","progressbar","tabindex","-1",1,"mat-mdc-progress-spinner","mdc-circular-progress"],hostVars:18,hostBindings:function(Xt,pt){2&Xt&&(n.BMQ("aria-valuemin",0)("aria-valuemax",100)("aria-valuenow","determinate"===pt.mode?pt.value:null)("mode",pt.mode),n.HbH("mat-"+pt.color),n.xc7("width",pt.diameter,"px")("height",pt.diameter,"px")("--mdc-circular-progress-size",pt.diameter+"px")("--mdc-circular-progress-active-indicator-width",pt.diameter+"px"),n.AVh("_mat-animation-noopable",pt._noopAnimations)("mdc-circular-progress--indeterminate","indeterminate"===pt.mode))},inputs:{color:"color",mode:"mode",value:[2,"value","value",n.Udg],diameter:[2,"diameter","diameter",n.Udg],strokeWidth:[2,"strokeWidth","strokeWidth",n.Udg]},exportAs:["matProgressSpinner"],standalone:!0,features:[n.GFd,n.aNF],decls:14,vars:11,consts:[["circle",""],["determinateSpinner",""],["aria-hidden","true",1,"mdc-circular-progress__determinate-container"],["xmlns","http://www.w3.org/2000/svg","focusable","false",1,"mdc-circular-progress__determinate-circle-graphic"],["cx","50%","cy","50%",1,"mdc-circular-progress__determinate-circle"],["aria-hidden","true",1,"mdc-circular-progress__indeterminate-container"],[1,"mdc-circular-progress__spinner-layer"],[1,"mdc-circular-progress__circle-clipper","mdc-circular-progress__circle-left"],[3,"ngTemplateOutlet"],[1,"mdc-circular-progress__gap-patch"],[1,"mdc-circular-progress__circle-clipper","mdc-circular-progress__circle-right"],["xmlns","http://www.w3.org/2000/svg","focusable","false",1,"mdc-circular-progress__indeterminate-circle-graphic"],["cx","50%","cy","50%"]],template:function(Xt,pt){if(1&Xt&&(n.DNE(0,g,2,8,"ng-template",null,0,n.C5r),n.j41(2,"div",2,1),n.qSk(),n.j41(4,"svg",3),n.nrm(5,"circle",4),n.k0s()(),n.joV(),n.j41(6,"div",5)(7,"div",6)(8,"div",7),n.eu8(9,8),n.k0s(),n.j41(10,"div",9),n.eu8(11,8),n.k0s(),n.j41(12,"div",10),n.eu8(13,8),n.k0s()()()),2&Xt){const Kt=n.sdS(1);n.R7$(4),n.BMQ("viewBox",pt._viewBox()),n.R7$(),n.xc7("stroke-dasharray",pt._strokeCircumference(),"px")("stroke-dashoffset",pt._strokeDashOffset(),"px")("stroke-width",pt._circleStrokeWidth(),"%"),n.BMQ("r",pt._circleRadius()),n.R7$(4),n.Y8G("ngTemplateOutlet",Kt),n.R7$(2),n.Y8G("ngTemplateOutlet",Kt),n.R7$(2),n.Y8G("ngTemplateOutlet",Kt)}},dependencies:[i.T3],styles:[".mat-mdc-progress-spinner{display:block;overflow:hidden;line-height:0;position:relative;direction:ltr;transition:opacity 250ms cubic-bezier(0.4, 0, 0.6, 1)}.mat-mdc-progress-spinner circle{stroke-width:var(--mdc-circular-progress-active-indicator-width)}.mat-mdc-progress-spinner._mat-animation-noopable,.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__determinate-circle{transition:none !important}.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__indeterminate-circle-graphic,.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__spinner-layer,.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__indeterminate-container{animation:none !important}.mat-mdc-progress-spinner._mat-animation-noopable .mdc-circular-progress__indeterminate-container circle{stroke-dasharray:0 !important}.cdk-high-contrast-active .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic,.cdk-high-contrast-active .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle{stroke:currentColor;stroke:CanvasText}.mdc-circular-progress__determinate-container,.mdc-circular-progress__indeterminate-circle-graphic,.mdc-circular-progress__indeterminate-container,.mdc-circular-progress__spinner-layer{position:absolute;width:100%;height:100%}.mdc-circular-progress__determinate-container{transform:rotate(-90deg)}.mdc-circular-progress--indeterminate .mdc-circular-progress__determinate-container{opacity:0}.mdc-circular-progress__indeterminate-container{font-size:0;letter-spacing:0;white-space:nowrap;opacity:0}.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container{opacity:1;animation:mdc-circular-progress-container-rotate 1568.2352941176ms linear infinite}.mdc-circular-progress__determinate-circle-graphic,.mdc-circular-progress__indeterminate-circle-graphic{fill:rgba(0,0,0,0)}.mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:var(--mdc-circular-progress-active-indicator-color, var(--mat-app-primary))}.cdk-high-contrast-active .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,.cdk-high-contrast-active .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{stroke:CanvasText}.mdc-circular-progress__determinate-circle{transition:stroke-dashoffset 500ms cubic-bezier(0, 0, 0.2, 1)}.mdc-circular-progress__gap-patch{position:absolute;top:0;left:47.5%;box-sizing:border-box;width:5%;height:100%;overflow:hidden}.mdc-circular-progress__gap-patch .mdc-circular-progress__indeterminate-circle-graphic{left:-900%;width:2000%;transform:rotate(180deg)}.mdc-circular-progress__circle-clipper .mdc-circular-progress__indeterminate-circle-graphic{width:200%}.mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic{left:-100%}.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-left .mdc-circular-progress__indeterminate-circle-graphic{animation:mdc-circular-progress-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic{animation:mdc-circular-progress-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}.mdc-circular-progress__circle-clipper{display:inline-flex;position:relative;width:50%;height:100%;overflow:hidden}.mdc-circular-progress--indeterminate .mdc-circular-progress__spinner-layer{animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both}@keyframes mdc-circular-progress-container-rotate{to{transform:rotate(360deg)}}@keyframes mdc-circular-progress-spinner-layer-rotate{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}100%{transform:rotate(1080deg)}}@keyframes mdc-circular-progress-left-spin{from{transform:rotate(265deg)}50%{transform:rotate(130deg)}to{transform:rotate(265deg)}}@keyframes mdc-circular-progress-right-spin{from{transform:rotate(-265deg)}50%{transform:rotate(-130deg)}to{transform:rotate(-265deg)}}"],encapsulation:2,changeDetection:0})}}return gt})(),Ot=(()=>{class gt{static{this.\u0275fac=function(Xt){return new(Xt||gt)}}static{this.\u0275mod=n.$C({type:gt})}static{this.\u0275inj=n.G2t({imports:[i.MD,r.yE]})}}return gt})()},2798:($e,Gt,c)=>{c.d(Gt,{VO:()=>ke,Ve:()=>xe});var n=c(7987),i=c(177),r=c(4438),H=c(6600),g=c(3719),Z=c(5478),tt=c(8617),st=c(8203),J=c(5024),et=c(7336),mt=c(9417),Ot=c(1413),gt=c(9030),kt=c(7786),zt=c(9172),Xt=c(5558),pt=c(5964),Kt=c(6354),Jt=c(3294),fe=c(6977),Pt=c(6697),Et=c(9969);const rt=["trigger"],It=["panel"],xt=[[["mat-select-trigger"]],"*"],dt=["mat-select-trigger","*"];function Vt(Ae,de){if(1&Ae&&(r.j41(0,"span",4),r.EFF(1),r.k0s()),2&Ae){const q=r.XpG();r.R7$(),r.JRh(q.placeholder)}}function it(Ae,de){1&Ae&&r.SdG(0)}function Bt(Ae,de){if(1&Ae&&(r.j41(0,"span",11),r.EFF(1),r.k0s()),2&Ae){const q=r.XpG(2);r.R7$(),r.JRh(q.triggerValue)}}function re(Ae,de){if(1&Ae&&(r.j41(0,"span",5),r.DNE(1,it,1,0)(2,Bt,2,1,"span",11),r.k0s()),2&Ae){const q=r.XpG();r.R7$(),r.vxM(q.customTrigger?1:2)}}function Ve(Ae,de){if(1&Ae){const q=r.RV6();r.j41(0,"div",12,1),r.bIt("@transformPanel.done",function(Tt){r.eBV(q);const ie=r.XpG();return r.Njj(ie._panelDoneAnimatingStream.next(Tt.toState))})("keydown",function(Tt){r.eBV(q);const ie=r.XpG();return r.Njj(ie._handleKeydown(Tt))}),r.SdG(2,1),r.k0s()}if(2&Ae){const q=r.XpG();r.ZvI("mat-mdc-select-panel mdc-menu-surface mdc-menu-surface--open ",q._getPanelTheme(),""),r.Y8G("ngClass",q.panelClass)("@transformPanel","showing"),r.BMQ("id",q.id+"-panel")("aria-multiselectable",q.multiple)("aria-label",q.ariaLabel||null)("aria-labelledby",q._getPanelAriaLabelledby())}}const on={transformPanelWrap:(0,Et.hZ)("transformPanelWrap",[(0,Et.kY)("* => void",(0,Et.P)("@transformPanel",[(0,Et.MA)()],{optional:!0}))]),transformPanel:(0,Et.hZ)("transformPanel",[(0,Et.wk)("void",(0,Et.iF)({opacity:0,transform:"scale(1, 0.8)"})),(0,Et.kY)("void => showing",(0,Et.i0)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,Et.iF)({opacity:1,transform:"scale(1, 1)"}))),(0,Et.kY)("* => void",(0,Et.i0)("100ms linear",(0,Et.iF)({opacity:0})))])};let ht=0;const ot=new r.nKC("mat-select-scroll-strategy",{providedIn:"root",factory:()=>{const Ae=(0,r.WQX)(n.hJ);return()=>Ae.scrollStrategies.reposition()}}),K=new r.nKC("MAT_SELECT_CONFIG"),Lt={provide:ot,deps:[n.hJ],useFactory:function _t(Ae){return()=>Ae.scrollStrategies.reposition()}},lt=new r.nKC("MatSelectTrigger");class Ut{constructor(de,q){this.source=de,this.value=q}}let ke=(()=>{class Ae{_scrollOptionIntoView(q){const X=this.options.toArray()[q];if(X){const Tt=this.panel.nativeElement,ie=(0,H.jb)(q,this.options,this.optionGroups),yt=X._getHostElement();Tt.scrollTop=0===q&&1===ie?0:(0,H.TL)(yt.offsetTop,yt.offsetHeight,Tt.scrollTop,Tt.offsetHeight)}}_positioningSettled(){this._scrollOptionIntoView(this._keyManager.activeItemIndex||0)}_getChangeEvent(q){return new Ut(this,q)}get focused(){return this._focused||this._panelOpen}get hideSingleSelectionIndicator(){return this._hideSingleSelectionIndicator}set hideSingleSelectionIndicator(q){this._hideSingleSelectionIndicator=q,this._syncParentProperties()}get placeholder(){return this._placeholder}set placeholder(q){this._placeholder=q,this.stateChanges.next()}get required(){return this._required??this.ngControl?.control?.hasValidator(mt.k0.required)??!1}set required(q){this._required=q,this.stateChanges.next()}get multiple(){return this._multiple}set multiple(q){this._multiple=q}get compareWith(){return this._compareWith}set compareWith(q){this._compareWith=q,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(q){this._assignValue(q)&&this._onChange(q)}get errorStateMatcher(){return this._errorStateTracker.matcher}set errorStateMatcher(q){this._errorStateTracker.matcher=q}get id(){return this._id}set id(q){this._id=q||this._uid,this.stateChanges.next()}get errorState(){return this._errorStateTracker.errorState}set errorState(q){this._errorStateTracker.errorState=q}constructor(q,X,Tt,ie,yt,ne,Re,Xe,Oe,Ln,Ne,vt,Wt,qt){this._viewportRuler=q,this._changeDetectorRef=X,this._elementRef=yt,this._dir=ne,this._parentFormField=Oe,this.ngControl=Ln,this._liveAnnouncer=Wt,this._defaultOptions=qt,this._positions=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:"mat-mdc-select-panel-above"}],this._panelOpen=!1,this._compareWith=(ce,Rt)=>ce===Rt,this._uid="mat-select-"+ht++,this._triggerAriaLabelledBy=null,this._destroy=new Ot.B,this.stateChanges=new Ot.B,this.disableAutomaticLabeling=!0,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+ht++,this._panelDoneAnimatingStream=new Ot.B,this._overlayPanelClass=this._defaultOptions?.overlayPanelClass||"",this._focused=!1,this.controlType="mat-select",this.disabled=!1,this.disableRipple=!1,this.tabIndex=0,this._hideSingleSelectionIndicator=this._defaultOptions?.hideSingleSelectionIndicator??!1,this._multiple=!1,this.disableOptionCentering=this._defaultOptions?.disableOptionCentering??!1,this.ariaLabel="",this.panelWidth=this._defaultOptions&&typeof this._defaultOptions.panelWidth<"u"?this._defaultOptions.panelWidth:"auto",this._initialized=new Ot.B,this.optionSelectionChanges=(0,gt.v)(()=>{const ce=this.options;return ce?ce.changes.pipe((0,zt.Z)(ce),(0,Xt.n)(()=>(0,kt.h)(...ce.map(Rt=>Rt.onSelectionChange)))):this._initialized.pipe((0,Xt.n)(()=>this.optionSelectionChanges))}),this.openedChange=new r.bkB,this._openedStream=this.openedChange.pipe((0,pt.p)(ce=>ce),(0,Kt.T)(()=>{})),this._closedStream=this.openedChange.pipe((0,pt.p)(ce=>!ce),(0,Kt.T)(()=>{})),this.selectionChange=new r.bkB,this.valueChange=new r.bkB,this._trackedModal=null,this._skipPredicate=ce=>!this.panelOpen&&ce.disabled,this.ngControl&&(this.ngControl.valueAccessor=this),null!=qt?.typeaheadDebounceInterval&&(this.typeaheadDebounceInterval=qt.typeaheadDebounceInterval),this._errorStateTracker=new H.X0(ie,Ln,Xe,Re,this.stateChanges),this._scrollStrategyFactory=vt,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(Ne)||0,this.id=this.id}ngOnInit(){this._selectionModel=new J.CB(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe((0,Jt.F)(),(0,fe.Q)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen)),this._viewportRuler.change().pipe((0,fe.Q)(this._destroy)).subscribe(()=>{this.panelOpen&&(this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._changeDetectorRef.detectChanges())})}ngAfterContentInit(){this._initialized.next(),this._initialized.complete(),this._initKeyManager(),this._selectionModel.changed.pipe((0,fe.Q)(this._destroy)).subscribe(q=>{q.added.forEach(X=>X.select()),q.removed.forEach(X=>X.deselect())}),this.options.changes.pipe((0,zt.Z)(null),(0,fe.Q)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const q=this._getTriggerAriaLabelledby(),X=this.ngControl;if(q!==this._triggerAriaLabelledBy){const Tt=this._elementRef.nativeElement;this._triggerAriaLabelledBy=q,q?Tt.setAttribute("aria-labelledby",q):Tt.removeAttribute("aria-labelledby")}X&&(this._previousControl!==X.control&&(void 0!==this._previousControl&&null!==X.disabled&&X.disabled!==this.disabled&&(this.disabled=X.disabled),this._previousControl=X.control),this.updateErrorState())}ngOnChanges(q){(q.disabled||q.userAriaDescribedBy)&&this.stateChanges.next(),q.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this.typeaheadDebounceInterval)}ngOnDestroy(){this._keyManager?.destroy(),this._destroy.next(),this._destroy.complete(),this.stateChanges.complete(),this._clearFromModal()}toggle(){this.panelOpen?this.close():this.open()}open(){this._canOpen()&&(this._parentFormField&&(this._preferredOverlayOrigin=this._parentFormField.getConnectedOverlayOrigin()),this._overlayWidth=this._getOverlayWidth(this._preferredOverlayOrigin),this._applyModalPanelOwnership(),this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_applyModalPanelOwnership(){const q=this._elementRef.nativeElement.closest('body > .cdk-overlay-container [aria-modal="true"]');if(!q)return;const X=`${this.id}-panel`;this._trackedModal&&(0,tt.Ae)(this._trackedModal,"aria-owns",X),(0,tt.px)(q,"aria-owns",X),this._trackedModal=q}_clearFromModal(){this._trackedModal&&((0,tt.Ae)(this._trackedModal,"aria-owns",`${this.id}-panel`),this._trackedModal=null)}close(){this._panelOpen&&(this._panelOpen=!1,this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched(),this.stateChanges.next())}writeValue(q){this._assignValue(q)}registerOnChange(q){this._onChange=q}registerOnTouched(q){this._onTouched=q}setDisabledState(q){this.disabled=q,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){return this.multiple?this._selectionModel?.selected||[]:this._selectionModel?.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const q=this._selectionModel.selected.map(X=>X.viewValue);return this._isRtl()&&q.reverse(),q.join(", ")}return this._selectionModel.selected[0].viewValue}updateErrorState(){this._errorStateTracker.updateErrorState()}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(q){this.disabled||(this.panelOpen?this._handleOpenKeydown(q):this._handleClosedKeydown(q))}_handleClosedKeydown(q){const X=q.keyCode,Tt=X===et.n6||X===et.i7||X===et.UQ||X===et.LE,ie=X===et.Fm||X===et.t6,yt=this._keyManager;if(!yt.isTyping()&&ie&&!(0,et.rp)(q)||(this.multiple||q.altKey)&&Tt)q.preventDefault(),this.open();else if(!this.multiple){const ne=this.selected;yt.onKeydown(q);const Re=this.selected;Re&&ne!==Re&&this._liveAnnouncer.announce(Re.viewValue,1e4)}}_handleOpenKeydown(q){const X=this._keyManager,Tt=q.keyCode,ie=Tt===et.n6||Tt===et.i7,yt=X.isTyping();if(ie&&q.altKey)q.preventDefault(),this.close();else if(yt||Tt!==et.Fm&&Tt!==et.t6||!X.activeItem||(0,et.rp)(q))if(!yt&&this._multiple&&Tt===et.A&&q.ctrlKey){q.preventDefault();const ne=this.options.some(Re=>!Re.disabled&&!Re.selected);this.options.forEach(Re=>{Re.disabled||(ne?Re.select():Re.deselect())})}else{const ne=X.activeItemIndex;X.onKeydown(q),this._multiple&&ie&&q.shiftKey&&X.activeItem&&X.activeItemIndex!==ne&&X.activeItem._selectViaInteraction()}else q.preventDefault(),X.activeItem._selectViaInteraction()}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,this._keyManager?.cancelTypeahead(),!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_onAttached(){this._overlayDir.positionChange.pipe((0,Pt.s)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()})}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(q){if(this.options.forEach(X=>X.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&q)Array.isArray(q),q.forEach(X=>this._selectOptionByValue(X)),this._sortValues();else{const X=this._selectOptionByValue(q);X?this._keyManager.updateActiveItem(X):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(q){const X=this.options.find(Tt=>{if(this._selectionModel.isSelected(Tt))return!1;try{return null!=Tt.value&&this._compareWith(Tt.value,q)}catch{return!1}});return X&&this._selectionModel.select(X),X}_assignValue(q){return!!(q!==this._value||this._multiple&&Array.isArray(q))&&(this.options&&this._setSelectionByValue(q),this._value=q,!0)}_getOverlayWidth(q){return"auto"===this.panelWidth?(q instanceof n.$Q?q.elementRef:q||this._elementRef).nativeElement.getBoundingClientRect().width:null===this.panelWidth?"":this.panelWidth}_syncParentProperties(){if(this.options)for(const q of this.options)q._changeDetectorRef.markForCheck()}_initKeyManager(){this._keyManager=new tt.Au(this.options).withTypeAhead(this.typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withPageUpDown().withAllowedModifierKeys(["shiftKey"]).skipPredicate(this._skipPredicate),this._keyManager.tabOut.subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):!this._panelOpen&&!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const q=(0,kt.h)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,fe.Q)(q)).subscribe(X=>{this._onSelect(X.source,X.isUserInput),X.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,kt.h)(...this.options.map(X=>X._stateChanges)).pipe((0,fe.Q)(q)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this.stateChanges.next()})}_onSelect(q,X){const Tt=this._selectionModel.isSelected(q);null!=q.value||this._multiple?(Tt!==q.selected&&(q.selected?this._selectionModel.select(q):this._selectionModel.deselect(q)),X&&this._keyManager.setActiveItem(q),this.multiple&&(this._sortValues(),X&&this.focus())):(q.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(q.value)),Tt!==this._selectionModel.isSelected(q)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const q=this.options.toArray();this._selectionModel.sort((X,Tt)=>this.sortComparator?this.sortComparator(X,Tt,q):q.indexOf(X)-q.indexOf(Tt)),this.stateChanges.next()}}_propagateChanges(q){let X;X=this.multiple?this.selected.map(Tt=>Tt.value):this.selected?this.selected.value:q,this._value=X,this.valueChange.emit(X),this._onChange(X),this.selectionChange.emit(this._getChangeEvent(X)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){if(this._keyManager)if(this.empty){let q=-1;for(let X=0;X<this.options.length;X++)if(!this.options.get(X).disabled){q=X;break}this._keyManager.setActiveItem(q)}else this._keyManager.setActiveItem(this._selectionModel.selected[0])}_canOpen(){return!this._panelOpen&&!this.disabled&&this.options?.length>0}focus(q){this._elementRef.nativeElement.focus(q)}_getPanelAriaLabelledby(){if(this.ariaLabel)return null;const q=this._parentFormField?.getLabelId();return this.ariaLabelledby?(q?q+" ":"")+this.ariaLabelledby:q}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){if(this.ariaLabel)return null;const q=this._parentFormField?.getLabelId();let X=(q?q+" ":"")+this._valueId;return this.ariaLabelledby&&(X+=" "+this.ariaLabelledby),X}_panelDoneAnimating(q){this.openedChange.emit(q)}setDescribedByIds(q){q.length?this._elementRef.nativeElement.setAttribute("aria-describedby",q.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this.panelOpen||!this.empty||this.focused&&!!this.placeholder}static{this.\u0275fac=function(X){return new(X||Ae)(r.rXU(Z.Xj),r.rXU(r.gRc),r.rXU(r.SKi),r.rXU(H.es),r.rXU(r.aKT),r.rXU(st.dS,8),r.rXU(mt.cV,8),r.rXU(mt.j4,8),r.rXU(g.xb,8),r.rXU(mt.vO,10),r.kS0("tabindex"),r.rXU(ot),r.rXU(tt.Ai),r.rXU(K,8))}}static{this.\u0275cmp=r.VBU({type:Ae,selectors:[["mat-select"]],contentQueries:function(X,Tt,ie){if(1&X&&(r.wni(ie,lt,5),r.wni(ie,H.wT,5),r.wni(ie,H.QC,5)),2&X){let yt;r.mGM(yt=r.lsd())&&(Tt.customTrigger=yt.first),r.mGM(yt=r.lsd())&&(Tt.options=yt),r.mGM(yt=r.lsd())&&(Tt.optionGroups=yt)}},viewQuery:function(X,Tt){if(1&X&&(r.GBs(rt,5),r.GBs(It,5),r.GBs(n.WB,5)),2&X){let ie;r.mGM(ie=r.lsd())&&(Tt.trigger=ie.first),r.mGM(ie=r.lsd())&&(Tt.panel=ie.first),r.mGM(ie=r.lsd())&&(Tt._overlayDir=ie.first)}},hostAttrs:["role","combobox","aria-haspopup","listbox",1,"mat-mdc-select"],hostVars:19,hostBindings:function(X,Tt){1&X&&r.bIt("keydown",function(yt){return Tt._handleKeydown(yt)})("focus",function(){return Tt._onFocus()})("blur",function(){return Tt._onBlur()}),2&X&&(r.BMQ("id",Tt.id)("tabindex",Tt.disabled?-1:Tt.tabIndex)("aria-controls",Tt.panelOpen?Tt.id+"-panel":null)("aria-expanded",Tt.panelOpen)("aria-label",Tt.ariaLabel||null)("aria-required",Tt.required.toString())("aria-disabled",Tt.disabled.toString())("aria-invalid",Tt.errorState)("aria-activedescendant",Tt._getAriaActiveDescendant()),r.AVh("mat-mdc-select-disabled",Tt.disabled)("mat-mdc-select-invalid",Tt.errorState)("mat-mdc-select-required",Tt.required)("mat-mdc-select-empty",Tt.empty)("mat-mdc-select-multiple",Tt.multiple))},inputs:{userAriaDescribedBy:[0,"aria-describedby","userAriaDescribedBy"],panelClass:"panelClass",disabled:[2,"disabled","disabled",r.L39],disableRipple:[2,"disableRipple","disableRipple",r.L39],tabIndex:[2,"tabIndex","tabIndex",q=>null==q?0:(0,r.Udg)(q)],hideSingleSelectionIndicator:[2,"hideSingleSelectionIndicator","hideSingleSelectionIndicator",r.L39],placeholder:"placeholder",required:[2,"required","required",r.L39],multiple:[2,"multiple","multiple",r.L39],disableOptionCentering:[2,"disableOptionCentering","disableOptionCentering",r.L39],compareWith:"compareWith",value:"value",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:[2,"typeaheadDebounceInterval","typeaheadDebounceInterval",r.Udg],sortComparator:"sortComparator",id:"id",panelWidth:"panelWidth"},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},exportAs:["matSelect"],standalone:!0,features:[r.Jv_([{provide:g.qT,useExisting:Ae},{provide:H.is,useExisting:Ae}]),r.GFd,r.OA$,r.aNF],ngContentSelectors:dt,decls:11,vars:8,consts:[["fallbackOverlayOrigin","cdkOverlayOrigin","trigger",""],["panel",""],["cdk-overlay-origin","",1,"mat-mdc-select-trigger",3,"click"],[1,"mat-mdc-select-value"],[1,"mat-mdc-select-placeholder","mat-mdc-select-min-line"],[1,"mat-mdc-select-value-text"],[1,"mat-mdc-select-arrow-wrapper"],[1,"mat-mdc-select-arrow"],["viewBox","0 0 24 24","width","24px","height","24px","focusable","false","aria-hidden","true"],["d","M7 10l5 5 5-5z"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"backdropClick","attach","detach","cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayOpen","cdkConnectedOverlayPositions","cdkConnectedOverlayWidth"],[1,"mat-mdc-select-min-line"],["role","listbox","tabindex","-1",3,"keydown","ngClass"]],template:function(X,Tt){if(1&X){const ie=r.RV6();r.NAR(xt),r.j41(0,"div",2,0),r.bIt("click",function(){return r.eBV(ie),r.Njj(Tt.open())}),r.j41(3,"div",3),r.DNE(4,Vt,2,1,"span",4)(5,re,3,1,"span",5),r.k0s(),r.j41(6,"div",6)(7,"div",7),r.qSk(),r.j41(8,"svg",8),r.nrm(9,"path",9),r.k0s()()()(),r.DNE(10,Ve,3,9,"ng-template",10),r.bIt("backdropClick",function(){return r.eBV(ie),r.Njj(Tt.close())})("attach",function(){return r.eBV(ie),r.Njj(Tt._onAttached())})("detach",function(){return r.eBV(ie),r.Njj(Tt.close())})}if(2&X){const ie=r.sdS(1);r.R7$(3),r.BMQ("id",Tt._valueId),r.R7$(),r.vxM(Tt.empty?4:5),r.R7$(6),r.Y8G("cdkConnectedOverlayPanelClass",Tt._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",Tt._scrollStrategy)("cdkConnectedOverlayOrigin",Tt._preferredOverlayOrigin||ie)("cdkConnectedOverlayOpen",Tt.panelOpen)("cdkConnectedOverlayPositions",Tt._positions)("cdkConnectedOverlayWidth",Tt._overlayWidth)}},dependencies:[n.$Q,n.WB,i.YU],styles:['.mat-mdc-select{display:inline-block;width:100%;outline:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:var(--mat-select-enabled-trigger-text-color, var(--mat-app-on-surface));font-family:var(--mat-select-trigger-text-font, var(--mat-app-body-large-font));line-height:var(--mat-select-trigger-text-line-height, var(--mat-app-body-large-line-height));font-size:var(--mat-select-trigger-text-size, var(--mat-app-body-large-size));font-weight:var(--mat-select-trigger-text-weight, var(--mat-app-body-large-weight));letter-spacing:var(--mat-select-trigger-text-tracking, var(--mat-app-body-large-tracking))}div.mat-mdc-select-panel{box-shadow:var(--mat-select-container-elevation-shadow)}.mat-mdc-select-disabled{color:var(--mat-select-disabled-trigger-text-color)}.mat-mdc-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-mdc-select-disabled .mat-mdc-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-mdc-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-mdc-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-mdc-select-arrow-wrapper{height:24px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mdc-text-field--no-label .mat-mdc-select-arrow-wrapper{transform:none}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,.mat-form-field-invalid:not(.mat-form-field-disabled) .mat-mdc-form-field-infix::after{color:var(--mat-select-invalid-arrow-color, var(--mat-app-error))}.mat-mdc-select-arrow{width:10px;height:5px;position:relative;color:var(--mat-select-enabled-arrow-color, var(--mat-app-on-surface-variant))}.mat-mdc-form-field.mat-focused .mat-mdc-select-arrow{color:var(--mat-select-focused-arrow-color, var(--mat-app-primary))}.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow{color:var(--mat-select-disabled-arrow-color)}.mat-mdc-select-arrow svg{fill:currentColor;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:CanvasText}.mat-mdc-select-disabled .cdk-high-contrast-active .mat-mdc-select-arrow svg{fill:GrayText}div.mat-mdc-select-panel{width:100%;max-height:275px;outline:0;overflow:auto;padding:8px 0;border-radius:4px;box-sizing:border-box;position:static;background-color:var(--mat-select-panel-background-color, var(--mat-app-surface-container))}.cdk-high-contrast-active div.mat-mdc-select-panel{outline:solid 1px}.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel{border-top-left-radius:0;border-top-right-radius:0;transform-origin:top center}.mat-mdc-select-panel-above div.mat-mdc-select-panel{border-bottom-left-radius:0;border-bottom-right-radius:0;transform-origin:bottom center}div.mat-mdc-select-panel .mat-mdc-option{--mdc-list-list-item-container-color: var(--mat-select-panel-background-color)}.mat-mdc-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);color:var(--mat-select-placeholder-text-color, var(--mat-app-on-surface-variant))}._mat-animation-noopable .mat-mdc-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-mdc-select-placeholder{color:rgba(0,0,0,0);-webkit-text-fill-color:rgba(0,0,0,0);transition:none;display:block}.mat-mdc-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-mdc-text-field-wrapper{cursor:pointer}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mat-mdc-floating-label{max-width:calc(100% - 18px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-fill .mdc-floating-label--float-above{max-width:calc(100%/0.75 - 24px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-notched-outline__notch{max-width:calc(100% - 60px)}.mat-mdc-form-field-type-mat-select.mat-form-field-appearance-outline .mdc-text-field--label-floating .mdc-notched-outline__notch{max-width:calc(100% - 24px)}.mat-mdc-select-min-line:empty::before{content:" ";white-space:pre;width:1px;display:inline-block;visibility:hidden}.mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper{transform:var(--mat-select-arrow-transform)}'],encapsulation:2,data:{animation:[on.transformPanel]},changeDetection:0})}}return Ae})(),xe=(()=>{class Ae{static{this.\u0275fac=function(X){return new(X||Ae)}}static{this.\u0275mod=r.$C({type:Ae})}static{this.\u0275inj=r.G2t({providers:[Lt],imports:[i.MD,n.z_,H.Sy,H.yE,Z.Gj,g.RG,H.Sy,H.yE]})}}return Ae})()},882:($e,Gt,c)=>{c.d(Gt,{El:()=>lt,LG:()=>Ut,US:()=>ke,qe:()=>K,vg:()=>Ze});var n=c(5478),i=c(4438),r=c(6600),H=c(8617),g=c(8203),Z=c(4085),tt=c(7336),st=c(6860),J=c(177),et=c(1413),mt=c(3726),Ot=c(7786),gt=c(5964),kt=c(6354),zt=c(3703),Xt=c(6977),pt=c(3294),Kt=c(6697),Jt=c(9172),fe=c(152),Pt=c(9969);const Et=["*"],rt=["content"],It=[[["mat-drawer"]],[["mat-drawer-content"]],"*"],xt=["mat-drawer","mat-drawer-content","*"];function dt(xe,Ae){if(1&xe){const de=i.RV6();i.j41(0,"div",1),i.bIt("click",function(){i.eBV(de);const X=i.XpG();return i.Njj(X._onBackdropClicked())}),i.k0s()}if(2&xe){const de=i.XpG();i.AVh("mat-drawer-shown",de._isShowingBackdrop())}}function Vt(xe,Ae){1&xe&&(i.j41(0,"mat-drawer-content"),i.SdG(1,2),i.k0s())}const it=[[["mat-sidenav"]],[["mat-sidenav-content"]],"*"],Bt=["mat-sidenav","mat-sidenav-content","*"];function re(xe,Ae){if(1&xe){const de=i.RV6();i.j41(0,"div",1),i.bIt("click",function(){i.eBV(de);const X=i.XpG();return i.Njj(X._onBackdropClicked())}),i.k0s()}if(2&xe){const de=i.XpG();i.AVh("mat-drawer-shown",de._isShowingBackdrop())}}function Ve(xe,Ae){1&xe&&(i.j41(0,"mat-sidenav-content"),i.SdG(1,2),i.k0s())}const wn={transformDrawer:(0,Pt.hZ)("transform",[(0,Pt.wk)("open, open-instant",(0,Pt.iF)({transform:"none",visibility:"visible"})),(0,Pt.wk)("void",(0,Pt.iF)({"box-shadow":"none",visibility:"hidden"})),(0,Pt.kY)("void => open-instant",(0,Pt.i0)("0ms")),(0,Pt.kY)("void <=> open, open-instant => void",(0,Pt.i0)("400ms cubic-bezier(0.25, 0.8, 0.25, 1)"))])},zn=new i.nKC("MAT_DRAWER_DEFAULT_AUTOSIZE",{providedIn:"root",factory:function ot(){return!1}}),ht=new i.nKC("MAT_DRAWER_CONTAINER");let _t=(()=>{class xe extends n.uv{constructor(de,q,X,Tt,ie){super(X,Tt,ie),this._changeDetectorRef=de,this._container=q}ngAfterContentInit(){this._container._contentMarginChanges.subscribe(()=>{this._changeDetectorRef.markForCheck()})}static{this.\u0275fac=function(q){return new(q||xe)(i.rXU(i.gRc),i.rXU((0,i.Rfq)(()=>Lt)),i.rXU(i.aKT),i.rXU(n.R),i.rXU(i.SKi))}}static{this.\u0275cmp=i.VBU({type:xe,selectors:[["mat-drawer-content"]],hostAttrs:[1,"mat-drawer-content"],hostVars:4,hostBindings:function(q,X){2&q&&i.xc7("margin-left",X._container._contentMargins.left,"px")("margin-right",X._container._contentMargins.right,"px")},standalone:!0,features:[i.Jv_([{provide:n.uv,useExisting:xe}]),i.Vt3,i.aNF],ngContentSelectors:Et,decls:1,vars:0,template:function(q,X){1&q&&(i.NAR(),i.SdG(0))},encapsulation:2,changeDetection:0})}}return xe})(),K=(()=>{class xe{get position(){return this._position}set position(de){(de="end"===de?"end":"start")!==this._position&&(this._isAttached&&this._updatePositionInParent(de),this._position=de,this.onPositionChanged.emit())}get mode(){return this._mode}set mode(de){this._mode=de,this._updateFocusTrapState(),this._modeChanged.next()}get disableClose(){return this._disableClose}set disableClose(de){this._disableClose=(0,Z.he)(de)}get autoFocus(){return this._autoFocus??("side"===this.mode?"dialog":"first-tabbable")}set autoFocus(de){("true"===de||"false"===de||null==de)&&(de=(0,Z.he)(de)),this._autoFocus=de}get opened(){return this._opened}set opened(de){this.toggle((0,Z.he)(de))}constructor(de,q,X,Tt,ie,yt,ne,Re){this._elementRef=de,this._focusTrapFactory=q,this._focusMonitor=X,this._platform=Tt,this._ngZone=ie,this._interactivityChecker=yt,this._doc=ne,this._container=Re,this._focusTrap=null,this._elementFocusedBeforeDrawerWasOpened=null,this._enableAnimations=!1,this._position="start",this._mode="over",this._disableClose=!1,this._opened=!1,this._animationStarted=new et.B,this._animationEnd=new et.B,this._animationState="void",this.openedChange=new i.bkB(!0),this._openedStream=this.openedChange.pipe((0,gt.p)(Xe=>Xe),(0,kt.T)(()=>{})),this.openedStart=this._animationStarted.pipe((0,gt.p)(Xe=>Xe.fromState!==Xe.toState&&0===Xe.toState.indexOf("open")),(0,zt.u)(void 0)),this._closedStream=this.openedChange.pipe((0,gt.p)(Xe=>!Xe),(0,kt.T)(()=>{})),this.closedStart=this._animationStarted.pipe((0,gt.p)(Xe=>Xe.fromState!==Xe.toState&&"void"===Xe.toState),(0,zt.u)(void 0)),this._destroyed=new et.B,this.onPositionChanged=new i.bkB,this._modeChanged=new et.B,this._injector=(0,i.WQX)(i.zZn),this._changeDetectorRef=(0,i.WQX)(i.gRc),this.openedChange.pipe((0,Xt.Q)(this._destroyed)).subscribe(Xe=>{Xe?(this._doc&&(this._elementFocusedBeforeDrawerWasOpened=this._doc.activeElement),this._takeFocus()):this._isFocusWithinDrawer()&&this._restoreFocus(this._openedVia||"program")}),this._ngZone.runOutsideAngular(()=>{(0,mt.R)(this._elementRef.nativeElement,"keydown").pipe((0,gt.p)(Xe=>Xe.keyCode===tt._f&&!this.disableClose&&!(0,tt.rp)(Xe)),(0,Xt.Q)(this._destroyed)).subscribe(Xe=>this._ngZone.run(()=>{this.close(),Xe.stopPropagation(),Xe.preventDefault()}))}),this._animationEnd.pipe((0,pt.F)((Xe,Oe)=>Xe.fromState===Oe.fromState&&Xe.toState===Oe.toState)).subscribe(Xe=>{const{fromState:Oe,toState:Ln}=Xe;(0===Ln.indexOf("open")&&"void"===Oe||"void"===Ln&&0===Oe.indexOf("open"))&&this.openedChange.emit(this._opened)})}_forceFocus(de,q){this._interactivityChecker.isFocusable(de)||(de.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{const X=()=>{de.removeEventListener("blur",X),de.removeEventListener("mousedown",X),de.removeAttribute("tabindex")};de.addEventListener("blur",X),de.addEventListener("mousedown",X)})),de.focus(q)}_focusByCssSelector(de,q){let X=this._elementRef.nativeElement.querySelector(de);X&&this._forceFocus(X,q)}_takeFocus(){if(!this._focusTrap)return;const de=this._elementRef.nativeElement;switch(this.autoFocus){case!1:case"dialog":return;case!0:case"first-tabbable":(0,i.mal)(()=>{!this._focusTrap.focusInitialElement()&&"function"==typeof de.focus&&de.focus()},{injector:this._injector});break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]');break;default:this._focusByCssSelector(this.autoFocus)}}_restoreFocus(de){"dialog"!==this.autoFocus&&(this._elementFocusedBeforeDrawerWasOpened?this._focusMonitor.focusVia(this._elementFocusedBeforeDrawerWasOpened,de):this._elementRef.nativeElement.blur(),this._elementFocusedBeforeDrawerWasOpened=null)}_isFocusWithinDrawer(){const de=this._doc.activeElement;return!!de&&this._elementRef.nativeElement.contains(de)}ngAfterViewInit(){this._isAttached=!0,"end"===this._position&&this._updatePositionInParent("end"),this._platform.isBrowser&&(this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._updateFocusTrapState())}ngAfterContentChecked(){this._platform.isBrowser&&(this._enableAnimations=!0)}ngOnDestroy(){this._focusTrap?.destroy(),this._anchor?.remove(),this._anchor=null,this._animationStarted.complete(),this._animationEnd.complete(),this._modeChanged.complete(),this._destroyed.next(),this._destroyed.complete()}open(de){return this.toggle(!0,de)}close(){return this.toggle(!1)}_closeViaBackdropClick(){return this._setOpen(!1,!0,"mouse")}toggle(de=!this.opened,q){de&&q&&(this._openedVia=q);const X=this._setOpen(de,!de&&this._isFocusWithinDrawer(),this._openedVia||"program");return de||(this._openedVia=null),X}_setOpen(de,q,X){return this._opened=de,de?this._animationState=this._enableAnimations?"open":"open-instant":(this._animationState="void",q&&this._restoreFocus(X)),this._changeDetectorRef.markForCheck(),this._updateFocusTrapState(),new Promise(Tt=>{this.openedChange.pipe((0,Kt.s)(1)).subscribe(ie=>Tt(ie?"open":"close"))})}_getWidth(){return this._elementRef.nativeElement&&this._elementRef.nativeElement.offsetWidth||0}_updateFocusTrapState(){this._focusTrap&&(this._focusTrap.enabled=!!this._container?.hasBackdrop&&this.opened)}_updatePositionInParent(de){if(!this._platform.isBrowser)return;const q=this._elementRef.nativeElement,X=q.parentNode;"end"===de?(this._anchor||(this._anchor=this._doc.createComment("mat-drawer-anchor"),X.insertBefore(this._anchor,q)),X.appendChild(q)):this._anchor&&this._anchor.parentNode.insertBefore(q,this._anchor)}static{this.\u0275fac=function(q){return new(q||xe)(i.rXU(i.aKT),i.rXU(H.GX),i.rXU(H.FN),i.rXU(st.OD),i.rXU(i.SKi),i.rXU(H.Z7),i.rXU(J.qQ,8),i.rXU(ht,8))}}static{this.\u0275cmp=i.VBU({type:xe,selectors:[["mat-drawer"]],viewQuery:function(q,X){if(1&q&&i.GBs(rt,5),2&q){let Tt;i.mGM(Tt=i.lsd())&&(X._content=Tt.first)}},hostAttrs:["tabIndex","-1",1,"mat-drawer"],hostVars:12,hostBindings:function(q,X){1&q&&i.Kam("@transform.start",function(ie){return X._animationStarted.next(ie)})("@transform.done",function(ie){return X._animationEnd.next(ie)}),2&q&&(i.zvX("@transform",X._animationState),i.BMQ("align",null),i.AVh("mat-drawer-end","end"===X.position)("mat-drawer-over","over"===X.mode)("mat-drawer-push","push"===X.mode)("mat-drawer-side","side"===X.mode)("mat-drawer-opened",X.opened))},inputs:{position:"position",mode:"mode",disableClose:"disableClose",autoFocus:"autoFocus",opened:"opened"},outputs:{openedChange:"openedChange",_openedStream:"opened",openedStart:"openedStart",_closedStream:"closed",closedStart:"closedStart",onPositionChanged:"positionChanged"},exportAs:["matDrawer"],standalone:!0,features:[i.aNF],ngContentSelectors:Et,decls:3,vars:0,consts:[["content",""],["cdkScrollable","",1,"mat-drawer-inner-container"]],template:function(q,X){1&q&&(i.NAR(),i.j41(0,"div",1,0),i.SdG(2),i.k0s())},dependencies:[n.uv],encapsulation:2,data:{animation:[wn.transformDrawer]},changeDetection:0})}}return xe})(),Lt=(()=>{class xe{get start(){return this._start}get end(){return this._end}get autosize(){return this._autosize}set autosize(de){this._autosize=(0,Z.he)(de)}get hasBackdrop(){return this._drawerHasBackdrop(this._start)||this._drawerHasBackdrop(this._end)}set hasBackdrop(de){this._backdropOverride=null==de?null:(0,Z.he)(de)}get scrollable(){return this._userContent||this._content}constructor(de,q,X,Tt,ie,yt=!1,ne){this._dir=de,this._element=q,this._ngZone=X,this._changeDetectorRef=Tt,this._animationMode=ne,this._drawers=new i.rOR,this.backdropClick=new i.bkB,this._destroyed=new et.B,this._doCheckSubject=new et.B,this._contentMargins={left:null,right:null},this._contentMarginChanges=new et.B,this._injector=(0,i.WQX)(i.zZn),de&&de.change.pipe((0,Xt.Q)(this._destroyed)).subscribe(()=>{this._validateDrawers(),this.updateContentMargins()}),ie.change().pipe((0,Xt.Q)(this._destroyed)).subscribe(()=>this.updateContentMargins()),this._autosize=yt}ngAfterContentInit(){this._allDrawers.changes.pipe((0,Jt.Z)(this._allDrawers),(0,Xt.Q)(this._destroyed)).subscribe(de=>{this._drawers.reset(de.filter(q=>!q._container||q._container===this)),this._drawers.notifyOnChanges()}),this._drawers.changes.pipe((0,Jt.Z)(null)).subscribe(()=>{this._validateDrawers(),this._drawers.forEach(de=>{this._watchDrawerToggle(de),this._watchDrawerPosition(de),this._watchDrawerMode(de)}),(!this._drawers.length||this._isDrawerOpen(this._start)||this._isDrawerOpen(this._end))&&this.updateContentMargins(),this._changeDetectorRef.markForCheck()}),this._ngZone.runOutsideAngular(()=>{this._doCheckSubject.pipe((0,fe.B)(10),(0,Xt.Q)(this._destroyed)).subscribe(()=>this.updateContentMargins())})}ngOnDestroy(){this._contentMarginChanges.complete(),this._doCheckSubject.complete(),this._drawers.destroy(),this._destroyed.next(),this._destroyed.complete()}open(){this._drawers.forEach(de=>de.open())}close(){this._drawers.forEach(de=>de.close())}updateContentMargins(){let de=0,q=0;if(this._left&&this._left.opened)if("side"==this._left.mode)de+=this._left._getWidth();else if("push"==this._left.mode){const X=this._left._getWidth();de+=X,q-=X}if(this._right&&this._right.opened)if("side"==this._right.mode)q+=this._right._getWidth();else if("push"==this._right.mode){const X=this._right._getWidth();q+=X,de-=X}de=de||null,q=q||null,(de!==this._contentMargins.left||q!==this._contentMargins.right)&&(this._contentMargins={left:de,right:q},this._ngZone.run(()=>this._contentMarginChanges.next(this._contentMargins)))}ngDoCheck(){this._autosize&&this._isPushed()&&this._ngZone.runOutsideAngular(()=>this._doCheckSubject.next())}_watchDrawerToggle(de){de._animationStarted.pipe((0,gt.p)(q=>q.fromState!==q.toState),(0,Xt.Q)(this._drawers.changes)).subscribe(q=>{"open-instant"!==q.toState&&"NoopAnimations"!==this._animationMode&&this._element.nativeElement.classList.add("mat-drawer-transition"),this.updateContentMargins(),this._changeDetectorRef.markForCheck()}),"side"!==de.mode&&de.openedChange.pipe((0,Xt.Q)(this._drawers.changes)).subscribe(()=>this._setContainerClass(de.opened))}_watchDrawerPosition(de){de&&de.onPositionChanged.pipe((0,Xt.Q)(this._drawers.changes)).subscribe(()=>{(0,i.mal)(()=>{this._validateDrawers()},{injector:this._injector,phase:i.wjH.Read})})}_watchDrawerMode(de){de&&de._modeChanged.pipe((0,Xt.Q)((0,Ot.h)(this._drawers.changes,this._destroyed))).subscribe(()=>{this.updateContentMargins(),this._changeDetectorRef.markForCheck()})}_setContainerClass(de){const q=this._element.nativeElement.classList,X="mat-drawer-container-has-open";de?q.add(X):q.remove(X)}_validateDrawers(){this._start=this._end=null,this._drawers.forEach(de=>{"end"==de.position?this._end=de:this._start=de}),this._right=this._left=null,this._dir&&"rtl"===this._dir.value?(this._left=this._end,this._right=this._start):(this._left=this._start,this._right=this._end)}_isPushed(){return this._isDrawerOpen(this._start)&&"over"!=this._start.mode||this._isDrawerOpen(this._end)&&"over"!=this._end.mode}_onBackdropClicked(){this.backdropClick.emit(),this._closeModalDrawersViaBackdrop()}_closeModalDrawersViaBackdrop(){[this._start,this._end].filter(de=>de&&!de.disableClose&&this._drawerHasBackdrop(de)).forEach(de=>de._closeViaBackdropClick())}_isShowingBackdrop(){return this._isDrawerOpen(this._start)&&this._drawerHasBackdrop(this._start)||this._isDrawerOpen(this._end)&&this._drawerHasBackdrop(this._end)}_isDrawerOpen(de){return null!=de&&de.opened}_drawerHasBackdrop(de){return null==this._backdropOverride?!!de&&"side"!==de.mode:this._backdropOverride}static{this.\u0275fac=function(q){return new(q||xe)(i.rXU(g.dS,8),i.rXU(i.aKT),i.rXU(i.SKi),i.rXU(i.gRc),i.rXU(n.Xj),i.rXU(zn),i.rXU(i.bc$,8))}}static{this.\u0275cmp=i.VBU({type:xe,selectors:[["mat-drawer-container"]],contentQueries:function(q,X,Tt){if(1&q&&(i.wni(Tt,_t,5),i.wni(Tt,K,5)),2&q){let ie;i.mGM(ie=i.lsd())&&(X._content=ie.first),i.mGM(ie=i.lsd())&&(X._allDrawers=ie)}},viewQuery:function(q,X){if(1&q&&i.GBs(_t,5),2&q){let Tt;i.mGM(Tt=i.lsd())&&(X._userContent=Tt.first)}},hostAttrs:[1,"mat-drawer-container"],hostVars:2,hostBindings:function(q,X){2&q&&i.AVh("mat-drawer-container-explicit-backdrop",X._backdropOverride)},inputs:{autosize:"autosize",hasBackdrop:"hasBackdrop"},outputs:{backdropClick:"backdropClick"},exportAs:["matDrawerContainer"],standalone:!0,features:[i.Jv_([{provide:ht,useExisting:xe}]),i.aNF],ngContentSelectors:xt,decls:4,vars:2,consts:[[1,"mat-drawer-backdrop",3,"mat-drawer-shown"],[1,"mat-drawer-backdrop",3,"click"]],template:function(q,X){1&q&&(i.NAR(It),i.DNE(0,dt,1,2,"div",0),i.SdG(1),i.SdG(2,1),i.DNE(3,Vt,2,0,"mat-drawer-content")),2&q&&(i.vxM(X.hasBackdrop?0:-1),i.R7$(3),i.vxM(X._content?-1:3))},dependencies:[_t],styles:['.mat-drawer-container{position:relative;z-index:1;color:var(--mat-sidenav-content-text-color, var(--mat-app-on-background));background-color:var(--mat-sidenav-content-background-color, var(--mat-app-background));box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible;background-color:var(--mat-sidenav-scrim-color)}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}.cdk-high-contrast-active .mat-drawer-backdrop{opacity:.5}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{position:relative;z-index:4;color:var(--mat-sidenav-container-text-color, var(--mat-app-on-surface-variant));box-shadow:var(--mat-sidenav-container-elevation-shadow);background-color:var(--mat-sidenav-container-background-color, var(--mat-app-surface));border-top-right-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-bottom-right-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));width:var(--mat-sidenav-container-width);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}.cdk-high-contrast-active .mat-drawer,.cdk-high-contrast-active [dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}.cdk-high-contrast-active [dir=rtl] .mat-drawer,.cdk-high-contrast-active .mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0);border-top-left-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-bottom-left-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .mat-drawer{border-top-left-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-bottom-left-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{border-top-right-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-bottom-right-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer[style*="visibility: hidden"]{display:none}.mat-drawer-side{box-shadow:none;border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid}.mat-drawer-side.mat-drawer-end{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid;border-left:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.mat-sidenav-fixed{position:fixed}'],encapsulation:2,changeDetection:0})}}return xe})(),lt=(()=>{class xe extends _t{constructor(de,q,X,Tt,ie){super(de,q,X,Tt,ie)}static{this.\u0275fac=function(q){return new(q||xe)(i.rXU(i.gRc),i.rXU((0,i.Rfq)(()=>ke)),i.rXU(i.aKT),i.rXU(n.R),i.rXU(i.SKi))}}static{this.\u0275cmp=i.VBU({type:xe,selectors:[["mat-sidenav-content"]],hostAttrs:[1,"mat-drawer-content","mat-sidenav-content"],hostVars:4,hostBindings:function(q,X){2&q&&i.xc7("margin-left",X._container._contentMargins.left,"px")("margin-right",X._container._contentMargins.right,"px")},standalone:!0,features:[i.Jv_([{provide:n.uv,useExisting:xe}]),i.Vt3,i.aNF],ngContentSelectors:Et,decls:1,vars:0,template:function(q,X){1&q&&(i.NAR(),i.SdG(0))},encapsulation:2,changeDetection:0})}}return xe})(),Ut=(()=>{class xe extends K{constructor(){super(...arguments),this._fixedInViewport=!1,this._fixedTopGap=0,this._fixedBottomGap=0}get fixedInViewport(){return this._fixedInViewport}set fixedInViewport(de){this._fixedInViewport=(0,Z.he)(de)}get fixedTopGap(){return this._fixedTopGap}set fixedTopGap(de){this._fixedTopGap=(0,Z.OE)(de)}get fixedBottomGap(){return this._fixedBottomGap}set fixedBottomGap(de){this._fixedBottomGap=(0,Z.OE)(de)}static{this.\u0275fac=(()=>{let de;return function(X){return(de||(de=i.xGo(xe)))(X||xe)}})()}static{this.\u0275cmp=i.VBU({type:xe,selectors:[["mat-sidenav"]],hostAttrs:["tabIndex","-1",1,"mat-drawer","mat-sidenav"],hostVars:17,hostBindings:function(q,X){2&q&&(i.BMQ("align",null),i.xc7("top",X.fixedInViewport?X.fixedTopGap:null,"px")("bottom",X.fixedInViewport?X.fixedBottomGap:null,"px"),i.AVh("mat-drawer-end","end"===X.position)("mat-drawer-over","over"===X.mode)("mat-drawer-push","push"===X.mode)("mat-drawer-side","side"===X.mode)("mat-drawer-opened",X.opened)("mat-sidenav-fixed",X.fixedInViewport))},inputs:{fixedInViewport:"fixedInViewport",fixedTopGap:"fixedTopGap",fixedBottomGap:"fixedBottomGap"},exportAs:["matSidenav"],standalone:!0,features:[i.Vt3,i.aNF],ngContentSelectors:Et,decls:3,vars:0,consts:[["content",""],["cdkScrollable","",1,"mat-drawer-inner-container"]],template:function(q,X){1&q&&(i.NAR(),i.j41(0,"div",1,0),i.SdG(2),i.k0s())},dependencies:[n.uv],encapsulation:2,data:{animation:[wn.transformDrawer]},changeDetection:0})}}return xe})(),ke=(()=>{class xe extends Lt{constructor(){super(...arguments),this._allDrawers=void 0,this._content=void 0}static{this.\u0275fac=(()=>{let de;return function(X){return(de||(de=i.xGo(xe)))(X||xe)}})()}static{this.\u0275cmp=i.VBU({type:xe,selectors:[["mat-sidenav-container"]],contentQueries:function(q,X,Tt){if(1&q&&(i.wni(Tt,lt,5),i.wni(Tt,Ut,5)),2&q){let ie;i.mGM(ie=i.lsd())&&(X._content=ie.first),i.mGM(ie=i.lsd())&&(X._allDrawers=ie)}},hostAttrs:[1,"mat-drawer-container","mat-sidenav-container"],hostVars:2,hostBindings:function(q,X){2&q&&i.AVh("mat-drawer-container-explicit-backdrop",X._backdropOverride)},exportAs:["matSidenavContainer"],standalone:!0,features:[i.Jv_([{provide:ht,useExisting:xe}]),i.Vt3,i.aNF],ngContentSelectors:Bt,decls:4,vars:2,consts:[[1,"mat-drawer-backdrop",3,"mat-drawer-shown"],[1,"mat-drawer-backdrop",3,"click"]],template:function(q,X){1&q&&(i.NAR(it),i.DNE(0,re,1,2,"div",0),i.SdG(1),i.SdG(2,1),i.DNE(3,Ve,2,0,"mat-sidenav-content")),2&q&&(i.vxM(X.hasBackdrop?0:-1),i.R7$(3),i.vxM(X._content?-1:3))},dependencies:[lt],styles:['.mat-drawer-container{position:relative;z-index:1;color:var(--mat-sidenav-content-text-color, var(--mat-app-on-background));background-color:var(--mat-sidenav-content-background-color, var(--mat-app-background));box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible;background-color:var(--mat-sidenav-scrim-color)}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}.cdk-high-contrast-active .mat-drawer-backdrop{opacity:.5}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{position:relative;z-index:4;color:var(--mat-sidenav-container-text-color, var(--mat-app-on-surface-variant));box-shadow:var(--mat-sidenav-container-elevation-shadow);background-color:var(--mat-sidenav-container-background-color, var(--mat-app-surface));border-top-right-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-bottom-right-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));width:var(--mat-sidenav-container-width);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}.cdk-high-contrast-active .mat-drawer,.cdk-high-contrast-active [dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}.cdk-high-contrast-active [dir=rtl] .mat-drawer,.cdk-high-contrast-active .mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0);border-top-left-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-bottom-left-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .mat-drawer{border-top-left-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-bottom-left-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{border-top-right-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-bottom-right-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer[style*="visibility: hidden"]{display:none}.mat-drawer-side{box-shadow:none;border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid}.mat-drawer-side.mat-drawer-end{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid;border-left:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.mat-sidenav-fixed{position:fixed}'],encapsulation:2,changeDetection:0})}}return xe})(),Ze=(()=>{class xe{static{this.\u0275fac=function(q){return new(q||xe)}}static{this.\u0275mod=i.$C({type:xe})}static{this.\u0275inj=i.G2t({imports:[r.yE,n.Gj,n.Gj,r.yE]})}}return xe})()},450:($e,Gt,c)=>{c.d(Gt,{mV:()=>Xt,sG:()=>Ot});var n=c(4438),i=c(9417),r=c(8617),H=c(6600);const g=["switch"],Z=["*"];function tt(pt,Kt){1&pt&&(n.j41(0,"span",10),n.qSk(),n.j41(1,"svg",12),n.nrm(2,"path",13),n.k0s(),n.j41(3,"svg",14),n.nrm(4,"path",15),n.k0s()())}const st=new n.nKC("mat-slide-toggle-default-options",{providedIn:"root",factory:()=>({disableToggleValue:!1,hideIcon:!1,disabledInteractive:!1})}),J={provide:i.kq,useExisting:(0,n.Rfq)(()=>Ot),multi:!0};class et{constructor(Kt,Jt){this.source=Kt,this.checked=Jt}}let mt=0,Ot=(()=>{class pt{_createChangeEvent(Jt){return new et(this,Jt)}get buttonId(){return`${this.id||this._uniqueId}-button`}focus(){this._switchElement.nativeElement.focus()}get checked(){return this._checked}set checked(Jt){this._checked=Jt,this._changeDetectorRef.markForCheck()}get inputId(){return`${this.id||this._uniqueId}-input`}constructor(Jt,fe,Pt,Et,rt,It){this._elementRef=Jt,this._focusMonitor=fe,this._changeDetectorRef=Pt,this.defaults=rt,this._onChange=xt=>{},this._onTouched=()=>{},this._validatorOnChange=()=>{},this._checked=!1,this.name=null,this.labelPosition="after",this.ariaLabel=null,this.ariaLabelledby=null,this.disabled=!1,this.disableRipple=!1,this.tabIndex=0,this.change=new n.bkB,this.toggleChange=new n.bkB,this.tabIndex=parseInt(Et)||0,this.color=rt.color||"accent",this._noopAnimations="NoopAnimations"===It,this.id=this._uniqueId="mat-mdc-slide-toggle-"+ ++mt,this.hideIcon=rt.hideIcon??!1,this.disabledInteractive=rt.disabledInteractive??!1,this._labelId=this._uniqueId+"-label"}ngAfterContentInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(Jt=>{"keyboard"===Jt||"program"===Jt?(this._focused=!0,this._changeDetectorRef.markForCheck()):Jt||Promise.resolve().then(()=>{this._focused=!1,this._onTouched(),this._changeDetectorRef.markForCheck()})})}ngOnChanges(Jt){Jt.required&&this._validatorOnChange()}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}writeValue(Jt){this.checked=!!Jt}registerOnChange(Jt){this._onChange=Jt}registerOnTouched(Jt){this._onTouched=Jt}validate(Jt){return this.required&&!0!==Jt.value?{required:!0}:null}registerOnValidatorChange(Jt){this._validatorOnChange=Jt}setDisabledState(Jt){this.disabled=Jt,this._changeDetectorRef.markForCheck()}toggle(){this.checked=!this.checked,this._onChange(this.checked)}_emitChangeEvent(){this._onChange(this.checked),this.change.emit(this._createChangeEvent(this.checked))}_handleClick(){this.disabled||(this.toggleChange.emit(),this.defaults.disableToggleValue||(this.checked=!this.checked,this._onChange(this.checked),this.change.emit(new et(this,this.checked))))}_getAriaLabelledBy(){return this.ariaLabelledby?this.ariaLabelledby:this.ariaLabel?null:this._labelId}static{this.\u0275fac=function(fe){return new(fe||pt)(n.rXU(n.aKT),n.rXU(r.FN),n.rXU(n.gRc),n.kS0("tabindex"),n.rXU(st),n.rXU(n.bc$,8))}}static{this.\u0275cmp=n.VBU({type:pt,selectors:[["mat-slide-toggle"]],viewQuery:function(fe,Pt){if(1&fe&&n.GBs(g,5),2&fe){let Et;n.mGM(Et=n.lsd())&&(Pt._switchElement=Et.first)}},hostAttrs:[1,"mat-mdc-slide-toggle"],hostVars:13,hostBindings:function(fe,Pt){2&fe&&(n.Mr5("id",Pt.id),n.BMQ("tabindex",null)("aria-label",null)("name",null)("aria-labelledby",null),n.HbH(Pt.color?"mat-"+Pt.color:""),n.AVh("mat-mdc-slide-toggle-focused",Pt._focused)("mat-mdc-slide-toggle-checked",Pt.checked)("_mat-animation-noopable",Pt._noopAnimations))},inputs:{name:"name",id:"id",labelPosition:"labelPosition",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],ariaDescribedby:[0,"aria-describedby","ariaDescribedby"],required:[2,"required","required",n.L39],color:"color",disabled:[2,"disabled","disabled",n.L39],disableRipple:[2,"disableRipple","disableRipple",n.L39],tabIndex:[2,"tabIndex","tabIndex",Jt=>null==Jt?0:(0,n.Udg)(Jt)],checked:[2,"checked","checked",n.L39],hideIcon:[2,"hideIcon","hideIcon",n.L39],disabledInteractive:[2,"disabledInteractive","disabledInteractive",n.L39]},outputs:{change:"change",toggleChange:"toggleChange"},exportAs:["matSlideToggle"],standalone:!0,features:[n.Jv_([J,{provide:i.cz,useExisting:pt,multi:!0}]),n.GFd,n.OA$,n.aNF],ngContentSelectors:Z,decls:13,vars:27,consts:[["switch",""],["mat-internal-form-field","",3,"labelPosition"],["role","switch","type","button",1,"mdc-switch",3,"click","tabIndex","disabled"],[1,"mdc-switch__track"],[1,"mdc-switch__handle-track"],[1,"mdc-switch__handle"],[1,"mdc-switch__shadow"],[1,"mdc-elevation-overlay"],[1,"mdc-switch__ripple"],["mat-ripple","",1,"mat-mdc-slide-toggle-ripple","mat-mdc-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered"],[1,"mdc-switch__icons"],[1,"mdc-label",3,"click","for"],["viewBox","0 0 24 24","aria-hidden","true",1,"mdc-switch__icon","mdc-switch__icon--on"],["d","M19.69,5.23L8.96,15.96l-4.23-4.23L2.96,13.5l6,6L21.46,7L19.69,5.23z"],["viewBox","0 0 24 24","aria-hidden","true",1,"mdc-switch__icon","mdc-switch__icon--off"],["d","M20 13H4v-2h16v2z"]],template:function(fe,Pt){if(1&fe){const Et=n.RV6();n.NAR(),n.j41(0,"div",1)(1,"button",2,0),n.bIt("click",function(){return n.eBV(Et),n.Njj(Pt._handleClick())}),n.nrm(3,"span",3),n.j41(4,"span",4)(5,"span",5)(6,"span",6),n.nrm(7,"span",7),n.k0s(),n.j41(8,"span",8),n.nrm(9,"span",9),n.k0s(),n.DNE(10,tt,5,0,"span",10),n.k0s()()(),n.j41(11,"label",11),n.bIt("click",function(It){return n.eBV(Et),n.Njj(It.stopPropagation())}),n.SdG(12),n.k0s()()}if(2&fe){const Et=n.sdS(2);n.Y8G("labelPosition",Pt.labelPosition),n.R7$(),n.AVh("mdc-switch--selected",Pt.checked)("mdc-switch--unselected",!Pt.checked)("mdc-switch--checked",Pt.checked)("mdc-switch--disabled",Pt.disabled)("mat-mdc-slide-toggle-disabled-interactive",Pt.disabledInteractive),n.Y8G("tabIndex",Pt.disabled&&!Pt.disabledInteractive?-1:Pt.tabIndex)("disabled",Pt.disabled&&!Pt.disabledInteractive),n.BMQ("id",Pt.buttonId)("name",Pt.name)("aria-label",Pt.ariaLabel)("aria-labelledby",Pt._getAriaLabelledBy())("aria-describedby",Pt.ariaDescribedby)("aria-required",Pt.required||null)("aria-checked",Pt.checked)("aria-disabled",Pt.disabled&&Pt.disabledInteractive?"true":null),n.R7$(8),n.Y8G("matRippleTrigger",Et)("matRippleDisabled",Pt.disableRipple||Pt.disabled)("matRippleCentered",!0),n.R7$(),n.vxM(Pt.hideIcon?-1:10),n.R7$(),n.Y8G("for",Pt.buttonId),n.BMQ("id",Pt._labelId)}},dependencies:[H.r6,H.tO],styles:['.mdc-switch{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;flex-shrink:0;margin:0;outline:none;overflow:visible;padding:0;position:relative;width:var(--mdc-switch-track-width)}.mdc-switch.mdc-switch--disabled{cursor:default;pointer-events:none}.mdc-switch.mat-mdc-slide-toggle-disabled-interactive{pointer-events:auto}.mdc-switch__track{overflow:hidden;position:relative;width:100%;height:var(--mdc-switch-track-height);border-radius:var(--mdc-switch-track-shape, var(--mat-app-corner-full))}.mdc-switch--disabled.mdc-switch .mdc-switch__track{opacity:var(--mdc-switch-disabled-track-opacity)}.mdc-switch__track::before,.mdc-switch__track::after{border:1px solid rgba(0,0,0,0);border-radius:inherit;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;width:100%;border-width:var(--mat-switch-track-outline-width);border-color:var(--mat-switch-track-outline-color, var(--mat-app-outline))}.cdk-high-contrast-active .mdc-switch__track::before,.cdk-high-contrast-active .mdc-switch__track::after{border-color:currentColor}.mdc-switch--selected .mdc-switch__track::before,.mdc-switch--selected .mdc-switch__track::after{border-width:var(--mat-switch-selected-track-outline-width);border-color:var(--mat-switch-selected-track-outline-color)}.mdc-switch--disabled .mdc-switch__track::before,.mdc-switch--disabled .mdc-switch__track::after{border-width:var(--mat-switch-disabled-unselected-track-outline-width);border-color:var(--mat-switch-disabled-unselected-track-outline-color, var(--mat-app-on-surface))}.mdc-switch__track::before{transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);transform:translateX(0);background:var(--mdc-switch-unselected-track-color, var(--mat-app-surface-variant))}.mdc-switch--selected .mdc-switch__track::before{transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);transform:translateX(100%)}[dir=rtl] .mdc-switch--selected .mdc-switch--selected .mdc-switch__track::before{transform:translateX(-100%)}.mdc-switch--selected .mdc-switch__track::before{opacity:var(--mat-switch-hidden-track-opacity);transition:var(--mat-switch-hidden-track-transition)}.mdc-switch--unselected .mdc-switch__track::before{opacity:var(--mat-switch-visible-track-opacity);transition:var(--mat-switch-visible-track-transition)}.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::before{background:var(--mdc-switch-unselected-hover-track-color, var(--mat-app-surface-variant))}.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::before{background:var(--mdc-switch-unselected-focus-track-color, var(--mat-app-surface-variant))}.mdc-switch:enabled:active .mdc-switch__track::before{background:var(--mdc-switch-unselected-pressed-track-color, var(--mat-app-surface-variant))}.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:hover:not(:focus):not(:active) .mdc-switch__track::before,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:focus:not(:active) .mdc-switch__track::before,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:active .mdc-switch__track::before,.mdc-switch.mdc-switch--disabled .mdc-switch__track::before{background:var(--mdc-switch-disabled-unselected-track-color, var(--mat-app-surface-variant))}.mdc-switch__track::after{transform:translateX(-100%);background:var(--mdc-switch-selected-track-color, var(--mat-app-primary))}[dir=rtl] .mdc-switch__track::after{transform:translateX(100%)}.mdc-switch--selected .mdc-switch__track::after{transform:translateX(0)}.mdc-switch--selected .mdc-switch__track::after{opacity:var(--mat-switch-visible-track-opacity);transition:var(--mat-switch-visible-track-transition)}.mdc-switch--unselected .mdc-switch__track::after{opacity:var(--mat-switch-hidden-track-opacity);transition:var(--mat-switch-hidden-track-transition)}.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after{background:var(--mdc-switch-selected-hover-track-color, var(--mat-app-primary))}.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after{background:var(--mdc-switch-selected-focus-track-color, var(--mat-app-primary))}.mdc-switch:enabled:active .mdc-switch__track::after{background:var(--mdc-switch-selected-pressed-track-color, var(--mat-app-primary))}.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:hover:not(:focus):not(:active) .mdc-switch__track::after,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:focus:not(:active) .mdc-switch__track::after,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:active .mdc-switch__track::after,.mdc-switch.mdc-switch--disabled .mdc-switch__track::after{background:var(--mdc-switch-disabled-selected-track-color, var(--mat-app-on-surface))}.mdc-switch__handle-track{height:100%;pointer-events:none;position:absolute;top:0;transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);left:0;right:auto;transform:translateX(0);width:calc(100% - var(--mdc-switch-handle-width))}[dir=rtl] .mdc-switch__handle-track{left:auto;right:0}.mdc-switch--selected .mdc-switch__handle-track{transform:translateX(100%)}[dir=rtl] .mdc-switch--selected .mdc-switch__handle-track{transform:translateX(-100%)}.mdc-switch__handle{display:flex;pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);left:0;right:auto;transition:width 75ms cubic-bezier(0.4, 0, 0.2, 1),height 75ms cubic-bezier(0.4, 0, 0.2, 1),margin 75ms cubic-bezier(0.4, 0, 0.2, 1);width:var(--mdc-switch-handle-width);height:var(--mdc-switch-handle-height);border-radius:var(--mdc-switch-handle-shape, var(--mat-app-corner-full))}[dir=rtl] .mdc-switch__handle{left:auto;right:0}.mat-mdc-slide-toggle .mdc-switch--unselected .mdc-switch__handle{width:var(--mat-switch-unselected-handle-size);height:var(--mat-switch-unselected-handle-size);margin:var(--mat-switch-unselected-handle-horizontal-margin)}.mat-mdc-slide-toggle .mdc-switch--unselected .mdc-switch__handle:has(.mdc-switch__icons){margin:var(--mat-switch-unselected-with-icon-handle-horizontal-margin)}.mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle{width:var(--mat-switch-selected-handle-size);height:var(--mat-switch-selected-handle-size);margin:var(--mat-switch-selected-handle-horizontal-margin)}.mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle:has(.mdc-switch__icons){margin:var(--mat-switch-selected-with-icon-handle-horizontal-margin)}.mat-mdc-slide-toggle .mdc-switch__handle:has(.mdc-switch__icons){width:var(--mat-switch-with-icon-handle-size);height:var(--mat-switch-with-icon-handle-size)}.mat-mdc-slide-toggle .mdc-switch:active:not(.mdc-switch--disabled) .mdc-switch__handle{width:var(--mat-switch-pressed-handle-size);height:var(--mat-switch-pressed-handle-size)}.mat-mdc-slide-toggle .mdc-switch--selected:active:not(.mdc-switch--disabled) .mdc-switch__handle{margin:var(--mat-switch-selected-pressed-handle-horizontal-margin)}.mat-mdc-slide-toggle .mdc-switch--unselected:active:not(.mdc-switch--disabled) .mdc-switch__handle{margin:var(--mat-switch-unselected-pressed-handle-horizontal-margin)}.mdc-switch--disabled.mdc-switch--selected .mdc-switch__handle::after{opacity:var(--mat-switch-disabled-selected-handle-opacity)}.mdc-switch--disabled.mdc-switch--unselected .mdc-switch__handle::after{opacity:var(--mat-switch-disabled-unselected-handle-opacity)}.mdc-switch__handle::before,.mdc-switch__handle::after{border:1px solid rgba(0,0,0,0);border-radius:inherit;box-sizing:border-box;content:"";width:100%;height:100%;left:0;position:absolute;top:0;transition:background-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1),border-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);z-index:-1}.cdk-high-contrast-active .mdc-switch__handle::before,.cdk-high-contrast-active .mdc-switch__handle::after{border-color:currentColor}.mdc-switch--selected:enabled .mdc-switch__handle::after{background:var(--mdc-switch-selected-handle-color, var(--mat-app-on-primary))}.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after{background:var(--mdc-switch-selected-hover-handle-color, var(--mat-app-primary-container))}.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle::after{background:var(--mdc-switch-selected-focus-handle-color, var(--mat-app-primary-container))}.mdc-switch--selected:enabled:active .mdc-switch__handle::after{background:var(--mdc-switch-selected-pressed-handle-color, var(--mat-app-primary-container))}.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled.mdc-switch--selected:hover:not(:focus):not(:active) .mdc-switch__handle::after,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled.mdc-switch--selected:focus:not(:active) .mdc-switch__handle::after,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled.mdc-switch--selected:active .mdc-switch__handle::after,.mdc-switch--selected.mdc-switch--disabled .mdc-switch__handle::after{background:var(--mdc-switch-disabled-selected-handle-color, var(--mat-app-surface))}.mdc-switch--unselected:enabled .mdc-switch__handle::after{background:var(--mdc-switch-unselected-handle-color, var(--mat-app-outline))}.mdc-switch--unselected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after{background:var(--mdc-switch-unselected-hover-handle-color, var(--mat-app-on-surface-variant))}.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle::after{background:var(--mdc-switch-unselected-focus-handle-color, var(--mat-app-on-surface-variant))}.mdc-switch--unselected:enabled:active .mdc-switch__handle::after{background:var(--mdc-switch-unselected-pressed-handle-color, var(--mat-app-on-surface-variant))}.mdc-switch--unselected.mdc-switch--disabled .mdc-switch__handle::after{background:var(--mdc-switch-disabled-unselected-handle-color, var(--mat-app-on-surface))}.mdc-switch__handle::before{background:var(--mdc-switch-handle-surface-color)}.mdc-switch__shadow{border-radius:inherit;bottom:0;left:0;position:absolute;right:0;top:0}.mdc-switch:enabled .mdc-switch__shadow{box-shadow:var(--mdc-switch-handle-elevation-shadow)}.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:hover:not(:focus):not(:active) .mdc-switch__shadow,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:focus:not(:active) .mdc-switch__shadow,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:active .mdc-switch__shadow,.mdc-switch.mdc-switch--disabled .mdc-switch__shadow{box-shadow:var(--mdc-switch-disabled-handle-elevation-shadow)}.mdc-switch__ripple{left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);z-index:-1;width:var(--mdc-switch-state-layer-size);height:var(--mdc-switch-state-layer-size)}.mdc-switch__ripple::after{content:"";opacity:0}.mdc-switch--disabled .mdc-switch__ripple::after{display:none}.mat-mdc-slide-toggle-disabled-interactive .mdc-switch__ripple::after{display:block}.mdc-switch:hover .mdc-switch__ripple::after{opacity:.04;transition:75ms opacity cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-slide-toggle.mat-mdc-slide-toggle-focused .mdc-switch .mdc-switch__ripple::after{opacity:.12}.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:enabled:focus .mdc-switch__ripple::after,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:enabled:active .mdc-switch__ripple::after,.mat-mdc-slide-toggle-disabled-interactive.mdc-switch--disabled:enabled:hover:not(:focus) .mdc-switch__ripple::after,.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::after{background:var(--mdc-switch-unselected-hover-state-layer-color, var(--mat-app-on-surface))}.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::after{background:var(--mdc-switch-unselected-focus-state-layer-color, var(--mat-app-on-surface))}.mdc-switch--unselected:enabled:active .mdc-switch__ripple::after{background:var(--mdc-switch-unselected-pressed-state-layer-color, var(--mat-app-on-surface));opacity:var(--mdc-switch-unselected-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity));transition:opacity 75ms linear}.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::after{background:var(--mdc-switch-selected-hover-state-layer-color, var(--mat-app-primary))}.mdc-switch--selected:enabled:focus .mdc-switch__ripple::after{background:var(--mdc-switch-selected-focus-state-layer-color, var(--mat-app-primary))}.mdc-switch--selected:enabled:active .mdc-switch__ripple::after{background:var(--mdc-switch-selected-pressed-state-layer-color, var(--mat-app-primary));opacity:var(--mdc-switch-selected-pressed-state-layer-opacity, var(--mat-app-pressed-state-layer-opacity));transition:opacity 75ms linear}.mdc-switch__icons{position:relative;height:100%;width:100%;z-index:1}.mdc-switch--disabled.mdc-switch--unselected .mdc-switch__icons{opacity:var(--mdc-switch-disabled-unselected-icon-opacity)}.mdc-switch--disabled.mdc-switch--selected .mdc-switch__icons{opacity:var(--mdc-switch-disabled-selected-icon-opacity)}.mdc-switch__icon{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;opacity:0;transition:opacity 30ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-switch--unselected .mdc-switch__icon{width:var(--mdc-switch-unselected-icon-size);height:var(--mdc-switch-unselected-icon-size);fill:var(--mdc-switch-unselected-icon-color, var(--mat-app-surface-variant))}.mdc-switch--unselected.mdc-switch--disabled .mdc-switch__icon{fill:var(--mdc-switch-disabled-unselected-icon-color, var(--mat-app-surface-variant))}.mdc-switch--selected .mdc-switch__icon{width:var(--mdc-switch-selected-icon-size);height:var(--mdc-switch-selected-icon-size);fill:var(--mdc-switch-selected-icon-color, var(--mat-app-on-primary-container))}.mdc-switch--selected.mdc-switch--disabled .mdc-switch__icon{fill:var(--mdc-switch-disabled-selected-icon-color, var(--mat-app-on-surface))}.mdc-switch--selected .mdc-switch__icon--on,.mdc-switch--unselected .mdc-switch__icon--off{opacity:1;transition:opacity 45ms 30ms cubic-bezier(0, 0, 0.2, 1)}.mat-mdc-slide-toggle{-webkit-user-select:none;user-select:none;display:inline-block;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0}.mat-mdc-slide-toggle .mat-mdc-slide-toggle-ripple,.mat-mdc-slide-toggle .mdc-switch__ripple::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:50%;pointer-events:none}.mat-mdc-slide-toggle .mat-mdc-slide-toggle-ripple:not(:empty),.mat-mdc-slide-toggle .mdc-switch__ripple::after:not(:empty){transform:translateZ(0)}.mat-mdc-slide-toggle.mat-mdc-slide-toggle-focused .mat-mdc-focus-indicator::before{content:""}.mat-mdc-slide-toggle .mat-internal-form-field{color:var(--mat-switch-label-text-color, var(--mat-app-on-surface));font-family:var(--mat-switch-label-text-font, var(--mat-app-body-medium-font));line-height:var(--mat-switch-label-text-line-height, var(--mat-app-body-medium-line-height));font-size:var(--mat-switch-label-text-size, var(--mat-app-body-medium-size));letter-spacing:var(--mat-switch-label-text-tracking, var(--mat-app-body-medium-tracking));font-weight:var(--mat-switch-label-text-weight, var(--mat-app-body-medium-weight))}.mat-mdc-slide-toggle .mat-ripple-element{opacity:.12}.mat-mdc-slide-toggle .mat-mdc-focus-indicator::before{border-radius:50%}.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__handle-track,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__icon,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__handle::before,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__handle::after,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__track::before,.mat-mdc-slide-toggle._mat-animation-noopable .mdc-switch__track::after{transition:none}.mat-mdc-slide-toggle .mdc-switch:enabled+.mdc-label{cursor:pointer}.mat-mdc-slide-toggle .mdc-switch--disabled+label{color:var(--mdc-switch-disabled-label-text-color)}'],encapsulation:2,changeDetection:0})}}return pt})(),Xt=(()=>{class pt{static{this.\u0275fac=function(fe){return new(fe||pt)}}static{this.\u0275mod=n.$C({type:pt})}static{this.\u0275inj=n.G2t({imports:[Ot,H.yE,H.yE]})}}return pt})()},2042:($e,Gt,c)=>{c.d(Gt,{B4:()=>pt,NQ:()=>xt,aE:()=>It});var n=c(4438),i=c(8617),r=c(7336),H=c(2771),g=c(1413),Z=c(7786),tt=c(9969),st=c(6600);const J=["mat-sort-header",""],et=["*"];function mt(dt,Vt){if(1&dt){const it=n.RV6();n.j41(0,"div",2),n.bIt("@arrowPosition.start",function(){n.eBV(it);const re=n.XpG();return n.Njj(re._disableViewStateAnimation=!0)})("@arrowPosition.done",function(){n.eBV(it);const re=n.XpG();return n.Njj(re._disableViewStateAnimation=!1)}),n.nrm(1,"div",3),n.j41(2,"div",4),n.nrm(3,"div",5)(4,"div",6)(5,"div",7),n.k0s()()}if(2&dt){const it=n.XpG();n.Y8G("@arrowOpacity",it._getArrowViewState())("@arrowPosition",it._getArrowViewState())("@allowChildren",it._getArrowDirectionState()),n.R7$(2),n.Y8G("@indicator",it._getArrowDirectionState()),n.R7$(),n.Y8G("@leftPointer",it._getArrowDirectionState()),n.R7$(),n.Y8G("@rightPointer",it._getArrowDirectionState())}}const Xt=new n.nKC("MAT_SORT_DEFAULT_OPTIONS");let pt=(()=>{class dt{get direction(){return this._direction}set direction(it){this._direction=it}constructor(it){this._defaultOptions=it,this._initializedStream=new H.m(1),this.sortables=new Map,this._stateChanges=new g.B,this.start="asc",this._direction="",this.disabled=!1,this.sortChange=new n.bkB,this.initialized=this._initializedStream}register(it){this.sortables.set(it.id,it)}deregister(it){this.sortables.delete(it.id)}sort(it){this.active!=it.id?(this.active=it.id,this.direction=it.start?it.start:this.start):this.direction=this.getNextSortDirection(it),this.sortChange.emit({active:this.active,direction:this.direction})}getNextSortDirection(it){if(!it)return"";let re=function Kt(dt,Vt){let it=["asc","desc"];return"desc"==dt&&it.reverse(),Vt||it.push(""),it}(it.start||this.start,it?.disableClear??this.disableClear??!!this._defaultOptions?.disableClear),Ve=re.indexOf(this.direction)+1;return Ve>=re.length&&(Ve=0),re[Ve]}ngOnInit(){this._initializedStream.next()}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete(),this._initializedStream.complete()}static{this.\u0275fac=function(Bt){return new(Bt||dt)(n.rXU(Xt,8))}}static{this.\u0275dir=n.FsC({type:dt,selectors:[["","matSort",""]],hostAttrs:[1,"mat-sort"],inputs:{active:[0,"matSortActive","active"],start:[0,"matSortStart","start"],direction:[0,"matSortDirection","direction"],disableClear:[2,"matSortDisableClear","disableClear",n.L39],disabled:[2,"matSortDisabled","disabled",n.L39]},outputs:{sortChange:"matSortChange"},exportAs:["matSort"],standalone:!0,features:[n.GFd,n.OA$]})}}return dt})();const Jt=st.ed.ENTERING+" "+st.r5.STANDARD_CURVE,fe={indicator:(0,tt.hZ)("indicator",[(0,tt.wk)("active-asc, asc",(0,tt.iF)({transform:"translateY(0px)"})),(0,tt.wk)("active-desc, desc",(0,tt.iF)({transform:"translateY(10px)"})),(0,tt.kY)("active-asc <=> active-desc",(0,tt.i0)(Jt))]),leftPointer:(0,tt.hZ)("leftPointer",[(0,tt.wk)("active-asc, asc",(0,tt.iF)({transform:"rotate(-45deg)"})),(0,tt.wk)("active-desc, desc",(0,tt.iF)({transform:"rotate(45deg)"})),(0,tt.kY)("active-asc <=> active-desc",(0,tt.i0)(Jt))]),rightPointer:(0,tt.hZ)("rightPointer",[(0,tt.wk)("active-asc, asc",(0,tt.iF)({transform:"rotate(45deg)"})),(0,tt.wk)("active-desc, desc",(0,tt.iF)({transform:"rotate(-45deg)"})),(0,tt.kY)("active-asc <=> active-desc",(0,tt.i0)(Jt))]),arrowOpacity:(0,tt.hZ)("arrowOpacity",[(0,tt.wk)("desc-to-active, asc-to-active, active",(0,tt.iF)({opacity:1})),(0,tt.wk)("desc-to-hint, asc-to-hint, hint",(0,tt.iF)({opacity:.54})),(0,tt.wk)("hint-to-desc, active-to-desc, desc, hint-to-asc, active-to-asc, asc, void",(0,tt.iF)({opacity:0})),(0,tt.kY)("* => asc, * => desc, * => active, * => hint, * => void",(0,tt.i0)("0ms")),(0,tt.kY)("* <=> *",(0,tt.i0)(Jt))]),arrowPosition:(0,tt.hZ)("arrowPosition",[(0,tt.kY)("* => desc-to-hint, * => desc-to-active",(0,tt.i0)(Jt,(0,tt.i7)([(0,tt.iF)({transform:"translateY(-25%)"}),(0,tt.iF)({transform:"translateY(0)"})]))),(0,tt.kY)("* => hint-to-desc, * => active-to-desc",(0,tt.i0)(Jt,(0,tt.i7)([(0,tt.iF)({transform:"translateY(0)"}),(0,tt.iF)({transform:"translateY(25%)"})]))),(0,tt.kY)("* => asc-to-hint, * => asc-to-active",(0,tt.i0)(Jt,(0,tt.i7)([(0,tt.iF)({transform:"translateY(25%)"}),(0,tt.iF)({transform:"translateY(0)"})]))),(0,tt.kY)("* => hint-to-asc, * => active-to-asc",(0,tt.i0)(Jt,(0,tt.i7)([(0,tt.iF)({transform:"translateY(0)"}),(0,tt.iF)({transform:"translateY(-25%)"})]))),(0,tt.wk)("desc-to-hint, asc-to-hint, hint, desc-to-active, asc-to-active, active",(0,tt.iF)({transform:"translateY(0)"})),(0,tt.wk)("hint-to-desc, active-to-desc, desc",(0,tt.iF)({transform:"translateY(-25%)"})),(0,tt.wk)("hint-to-asc, active-to-asc, asc",(0,tt.iF)({transform:"translateY(25%)"}))]),allowChildren:(0,tt.hZ)("allowChildren",[(0,tt.kY)("* <=> *",[(0,tt.P)("@*",(0,tt.MA)(),{optional:!0})])])};let Pt=(()=>{class dt{constructor(){this.changes=new g.B}static{this.\u0275fac=function(Bt){return new(Bt||dt)}}static{this.\u0275prov=n.jDH({token:dt,factory:dt.\u0275fac,providedIn:"root"})}}return dt})();const rt={provide:Pt,deps:[[new n.Xx1,new n.kdw,Pt]],useFactory:function Et(dt){return dt||new Pt}};let It=(()=>{class dt{get sortActionDescription(){return this._sortActionDescription}set sortActionDescription(it){this._updateSortActionDescription(it)}constructor(it,Bt,re,Ve,on,wn,Fe,zn){this._intl=it,this._changeDetectorRef=Bt,this._sort=re,this._columnDef=Ve,this._focusMonitor=on,this._elementRef=wn,this._ariaDescriber=Fe,this._showIndicatorHint=!1,this._viewState={},this._arrowDirection="",this._disableViewStateAnimation=!1,this.arrowPosition="after",this.disabled=!1,this._sortActionDescription="Sort",zn?.arrowPosition&&(this.arrowPosition=zn?.arrowPosition),this._handleStateChanges()}ngOnInit(){!this.id&&this._columnDef&&(this.id=this._columnDef.name),this._updateArrowDirection(),this._setAnimationTransitionState({toState:this._isSorted()?"active":this._arrowDirection}),this._sort.register(this),this._sortButton=this._elementRef.nativeElement.querySelector(".mat-sort-header-container"),this._updateSortActionDescription(this._sortActionDescription)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(it=>{const Bt=!!it;Bt!==this._showIndicatorHint&&(this._setIndicatorHintVisible(Bt),this._changeDetectorRef.markForCheck())})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._sort.deregister(this),this._rerenderSubscription.unsubscribe(),this._sortButton&&this._ariaDescriber?.removeDescription(this._sortButton,this._sortActionDescription)}_setIndicatorHintVisible(it){this._isDisabled()&&it||(this._showIndicatorHint=it,this._isSorted()||(this._updateArrowDirection(),this._setAnimationTransitionState(this._showIndicatorHint?{fromState:this._arrowDirection,toState:"hint"}:{fromState:"hint",toState:this._arrowDirection})))}_setAnimationTransitionState(it){this._viewState=it||{},this._disableViewStateAnimation&&(this._viewState={toState:it.toState})}_toggleOnInteraction(){this._sort.sort(this),("hint"===this._viewState.toState||"active"===this._viewState.toState)&&(this._disableViewStateAnimation=!0)}_handleClick(){this._isDisabled()||this._sort.sort(this)}_handleKeydown(it){!this._isDisabled()&&(it.keyCode===r.t6||it.keyCode===r.Fm)&&(it.preventDefault(),this._toggleOnInteraction())}_isSorted(){return this._sort.active==this.id&&("asc"===this._sort.direction||"desc"===this._sort.direction)}_getArrowDirectionState(){return`${this._isSorted()?"active-":""}${this._arrowDirection}`}_getArrowViewState(){const it=this._viewState.fromState;return(it?`${it}-to-`:"")+this._viewState.toState}_updateArrowDirection(){this._arrowDirection=this._isSorted()?this._sort.direction:this.start||this._sort.start}_isDisabled(){return this._sort.disabled||this.disabled}_getAriaSortAttribute(){return this._isSorted()?"asc"==this._sort.direction?"ascending":"descending":"none"}_renderArrow(){return!this._isDisabled()||this._isSorted()}_updateSortActionDescription(it){this._sortButton&&(this._ariaDescriber?.removeDescription(this._sortButton,this._sortActionDescription),this._ariaDescriber?.describe(this._sortButton,it)),this._sortActionDescription=it}_handleStateChanges(){this._rerenderSubscription=(0,Z.h)(this._sort.sortChange,this._sort._stateChanges,this._intl.changes).subscribe(()=>{this._isSorted()&&(this._updateArrowDirection(),("hint"===this._viewState.toState||"active"===this._viewState.toState)&&(this._disableViewStateAnimation=!0),this._setAnimationTransitionState({fromState:this._arrowDirection,toState:"active"}),this._showIndicatorHint=!1),!this._isSorted()&&this._viewState&&"active"===this._viewState.toState&&(this._disableViewStateAnimation=!1,this._setAnimationTransitionState({fromState:"active",toState:this._arrowDirection})),this._changeDetectorRef.markForCheck()})}static{this.\u0275fac=function(Bt){return new(Bt||dt)(n.rXU(Pt),n.rXU(n.gRc),n.rXU(pt,8),n.rXU("MAT_SORT_HEADER_COLUMN_DEF",8),n.rXU(i.FN),n.rXU(n.aKT),n.rXU(i.vr,8),n.rXU(Xt,8))}}static{this.\u0275cmp=n.VBU({type:dt,selectors:[["","mat-sort-header",""]],hostAttrs:[1,"mat-sort-header"],hostVars:3,hostBindings:function(Bt,re){1&Bt&&n.bIt("click",function(){return re._handleClick()})("keydown",function(on){return re._handleKeydown(on)})("mouseenter",function(){return re._setIndicatorHintVisible(!0)})("mouseleave",function(){return re._setIndicatorHintVisible(!1)}),2&Bt&&(n.BMQ("aria-sort",re._getAriaSortAttribute()),n.AVh("mat-sort-header-disabled",re._isDisabled()))},inputs:{id:[0,"mat-sort-header","id"],arrowPosition:"arrowPosition",start:"start",disabled:[2,"disabled","disabled",n.L39],sortActionDescription:"sortActionDescription",disableClear:[2,"disableClear","disableClear",n.L39]},exportAs:["matSortHeader"],standalone:!0,features:[n.GFd,n.aNF],attrs:J,ngContentSelectors:et,decls:4,vars:7,consts:[[1,"mat-sort-header-container","mat-focus-indicator"],[1,"mat-sort-header-content"],[1,"mat-sort-header-arrow"],[1,"mat-sort-header-stem"],[1,"mat-sort-header-indicator"],[1,"mat-sort-header-pointer-left"],[1,"mat-sort-header-pointer-right"],[1,"mat-sort-header-pointer-middle"]],template:function(Bt,re){1&Bt&&(n.NAR(),n.j41(0,"div",0)(1,"div",1),n.SdG(2),n.k0s(),n.DNE(3,mt,6,6,"div",2),n.k0s()),2&Bt&&(n.AVh("mat-sort-header-sorted",re._isSorted())("mat-sort-header-position-before","before"===re.arrowPosition),n.BMQ("tabindex",re._isDisabled()?null:0)("role",re._isDisabled()?null:"button"),n.R7$(3),n.vxM(re._renderArrow()?3:-1))},styles:[".mat-sort-header-container{display:flex;cursor:pointer;align-items:center;letter-spacing:normal;outline:0}[mat-sort-header].cdk-keyboard-focused .mat-sort-header-container,[mat-sort-header].cdk-program-focused .mat-sort-header-container{border-bottom:solid 1px currentColor}.mat-sort-header-disabled .mat-sort-header-container{cursor:default}.mat-sort-header-container::before{margin:calc(calc(var(--mat-focus-indicator-border-width, 3px) + 2px)*-1)}.mat-sort-header-content{text-align:center;display:flex;align-items:center}.mat-sort-header-position-before{flex-direction:row-reverse}.mat-sort-header-arrow{height:12px;width:12px;min-width:12px;position:relative;display:flex;color:var(--mat-sort-arrow-color, var(--mat-app-on-surface));opacity:0}.mat-sort-header-arrow,[dir=rtl] .mat-sort-header-position-before .mat-sort-header-arrow{margin:0 0 0 6px}.mat-sort-header-position-before .mat-sort-header-arrow,[dir=rtl] .mat-sort-header-arrow{margin:0 6px 0 0}.mat-sort-header-stem{background:currentColor;height:10px;width:2px;margin:auto;display:flex;align-items:center}.cdk-high-contrast-active .mat-sort-header-stem{width:0;border-left:solid 2px}.mat-sort-header-indicator{width:100%;height:2px;display:flex;align-items:center;position:absolute;top:0;left:0}.mat-sort-header-pointer-middle{margin:auto;height:2px;width:2px;background:currentColor;transform:rotate(45deg)}.cdk-high-contrast-active .mat-sort-header-pointer-middle{width:0;height:0;border-top:solid 2px;border-left:solid 2px}.mat-sort-header-pointer-left,.mat-sort-header-pointer-right{background:currentColor;width:6px;height:2px;position:absolute;top:0}.cdk-high-contrast-active .mat-sort-header-pointer-left,.cdk-high-contrast-active .mat-sort-header-pointer-right{width:0;height:0;border-left:solid 6px;border-top:solid 2px}.mat-sort-header-pointer-left{transform-origin:right;left:0}.mat-sort-header-pointer-right{transform-origin:left;right:0}"],encapsulation:2,data:{animation:[fe.indicator,fe.leftPointer,fe.rightPointer,fe.arrowOpacity,fe.arrowPosition,fe.allowChildren]},changeDetection:0})}}return dt})(),xt=(()=>{class dt{static{this.\u0275fac=function(Bt){return new(Bt||dt)}}static{this.\u0275mod=n.$C({type:dt})}static{this.\u0275inj=n.G2t({providers:[rt],imports:[st.yE]})}}return dt})()},9159:($e,Gt,c)=>{c.d(Gt,{$R:()=>ge,YV:()=>ae,cC:()=>Ht,KS:()=>Ie,tL:()=>L,YZ:()=>Ft,ji:()=>Ct,NB:()=>Yt,iL:()=>Nt,Zl:()=>Zt,I6:()=>Ba,tP:()=>va});var n=c(4438),i=c(8203),r=c(5024),H=c(6860),g=c(5478),Z=c(177),tt=c(1413),st=c(4412),J=c(4402),et=c(7673),mt=c(6977);const Ot=[[["caption"]],[["colgroup"],["col"]],"*"],gt=["caption","colgroup, col","*"];function kt(St,ln){1&St&&n.SdG(0,2)}function zt(St,ln){1&St&&(n.j41(0,"thead",0),n.eu8(1,1),n.k0s(),n.j41(2,"tbody",0),n.eu8(3,2)(4,3),n.k0s(),n.j41(5,"tfoot",0),n.eu8(6,4),n.k0s())}function Xt(St,ln){1&St&&n.eu8(0,1)(1,2)(2,3)(3,4)}const Jt=new n.nKC("CDK_TABLE");let Pt=(()=>{class St{constructor(Q){this.template=Q}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.C4Q))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["","cdkCellDef",""]],standalone:!0})}}return St})(),Et=(()=>{class St{constructor(Q){this.template=Q}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.C4Q))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["","cdkHeaderCellDef",""]],standalone:!0})}}return St})(),rt=(()=>{class St{constructor(Q){this.template=Q}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.C4Q))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["","cdkFooterCellDef",""]],standalone:!0})}}return St})(),It=(()=>{class St{get name(){return this._name}set name(Q){this._setNameInput(Q)}get sticky(){return this._sticky}set sticky(Q){Q!==this._sticky&&(this._sticky=Q,this._hasStickyChanged=!0)}get stickyEnd(){return this._stickyEnd}set stickyEnd(Q){Q!==this._stickyEnd&&(this._stickyEnd=Q,this._hasStickyChanged=!0)}constructor(Q){this._table=Q,this._hasStickyChanged=!1,this._sticky=!1,this._stickyEnd=!1}hasStickyChanged(){const Q=this._hasStickyChanged;return this.resetStickyChanged(),Q}resetStickyChanged(){this._hasStickyChanged=!1}_updateColumnCssClassName(){this._columnCssClassName=[`cdk-column-${this.cssClassFriendlyName}`]}_setNameInput(Q){Q&&(this._name=Q,this.cssClassFriendlyName=Q.replace(/[^a-z0-9_-]/gi,"-"),this._updateColumnCssClassName())}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(Jt,8))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["","cdkColumnDef",""]],contentQueries:function(At,he,qe){if(1&At&&(n.wni(qe,Pt,5),n.wni(qe,Et,5),n.wni(qe,rt,5)),2&At){let dn;n.mGM(dn=n.lsd())&&(he.cell=dn.first),n.mGM(dn=n.lsd())&&(he.headerCell=dn.first),n.mGM(dn=n.lsd())&&(he.footerCell=dn.first)}},inputs:{name:[0,"cdkColumnDef","name"],sticky:[2,"sticky","sticky",n.L39],stickyEnd:[2,"stickyEnd","stickyEnd",n.L39]},standalone:!0,features:[n.Jv_([{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:St}]),n.GFd]})}}return St})();class xt{constructor(ln,Q){Q.nativeElement.classList.add(...ln._columnCssClassName)}}let dt=(()=>{class St extends xt{constructor(Q,At){super(Q,At)}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(It),n.rXU(n.aKT))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["cdk-header-cell"],["th","cdk-header-cell",""]],hostAttrs:["role","columnheader",1,"cdk-header-cell"],standalone:!0,features:[n.Vt3]})}}return St})(),it=(()=>{class St extends xt{constructor(Q,At){super(Q,At);const he=Q._table?._getCellRole();he&&At.nativeElement.setAttribute("role",he)}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(It),n.rXU(n.aKT))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["cdk-cell"],["td","cdk-cell",""]],hostAttrs:[1,"cdk-cell"],standalone:!0,features:[n.Vt3]})}}return St})();class Bt{constructor(){this.tasks=[],this.endTasks=[]}}const re=new n.nKC("_COALESCED_STYLE_SCHEDULER");let Ve=(()=>{class St{constructor(Q){this._currentSchedule=null,this._ngZone=(0,n.WQX)(n.SKi)}schedule(Q){this._createScheduleIfNeeded(),this._currentSchedule.tasks.push(Q)}scheduleEnd(Q){this._createScheduleIfNeeded(),this._currentSchedule.endTasks.push(Q)}_createScheduleIfNeeded(){this._currentSchedule||(this._currentSchedule=new Bt,this._ngZone.runOutsideAngular(()=>queueMicrotask(()=>{for(;this._currentSchedule.tasks.length||this._currentSchedule.endTasks.length;){const Q=this._currentSchedule;this._currentSchedule=new Bt;for(const At of Q.tasks)At();for(const At of Q.endTasks)At()}this._currentSchedule=null})))}static{this.\u0275fac=function(At){return new(At||St)(n.KVO(n.SKi))}}static{this.\u0275prov=n.jDH({token:St,factory:St.\u0275fac})}}return St})(),wn=(()=>{class St{constructor(Q,At){this.template=Q,this._differs=At}ngOnChanges(Q){if(!this._columnsDiffer){const At=Q.columns&&Q.columns.currentValue||[];this._columnsDiffer=this._differs.find(At).create(),this._columnsDiffer.diff(At)}}getColumnsDiff(){return this._columnsDiffer.diff(this.columns)}extractCellTemplate(Q){return this instanceof Fe?Q.headerCell.template:this instanceof zn?Q.footerCell.template:Q.cell.template}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.C4Q),n.rXU(n._q3))}}static{this.\u0275dir=n.FsC({type:St,features:[n.OA$]})}}return St})(),Fe=(()=>{class St extends wn{get sticky(){return this._sticky}set sticky(Q){Q!==this._sticky&&(this._sticky=Q,this._hasStickyChanged=!0)}constructor(Q,At,he){super(Q,At),this._table=he,this._hasStickyChanged=!1,this._sticky=!1}ngOnChanges(Q){super.ngOnChanges(Q)}hasStickyChanged(){const Q=this._hasStickyChanged;return this.resetStickyChanged(),Q}resetStickyChanged(){this._hasStickyChanged=!1}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.C4Q),n.rXU(n._q3),n.rXU(Jt,8))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["","cdkHeaderRowDef",""]],inputs:{columns:[0,"cdkHeaderRowDef","columns"],sticky:[2,"cdkHeaderRowDefSticky","sticky",n.L39]},standalone:!0,features:[n.GFd,n.Vt3,n.OA$]})}}return St})(),zn=(()=>{class St extends wn{get sticky(){return this._sticky}set sticky(Q){Q!==this._sticky&&(this._sticky=Q,this._hasStickyChanged=!0)}constructor(Q,At,he){super(Q,At),this._table=he,this._hasStickyChanged=!1,this._sticky=!1}ngOnChanges(Q){super.ngOnChanges(Q)}hasStickyChanged(){const Q=this._hasStickyChanged;return this.resetStickyChanged(),Q}resetStickyChanged(){this._hasStickyChanged=!1}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.C4Q),n.rXU(n._q3),n.rXU(Jt,8))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["","cdkFooterRowDef",""]],inputs:{columns:[0,"cdkFooterRowDef","columns"],sticky:[2,"cdkFooterRowDefSticky","sticky",n.L39]},standalone:!0,features:[n.GFd,n.Vt3,n.OA$]})}}return St})(),ht=(()=>{class St extends wn{constructor(Q,At,he){super(Q,At),this._table=he}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.C4Q),n.rXU(n._q3),n.rXU(Jt,8))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["","cdkRowDef",""]],inputs:{columns:[0,"cdkRowDefColumns","columns"],when:[0,"cdkRowDefWhen","when"]},standalone:!0,features:[n.Vt3]})}}return St})(),ot=(()=>{class St{static{this.mostRecentCellOutlet=null}constructor(Q){this._viewContainer=Q,St.mostRecentCellOutlet=this}ngOnDestroy(){St.mostRecentCellOutlet===this&&(St.mostRecentCellOutlet=null)}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.c1b))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["","cdkCellOutlet",""]],standalone:!0})}}return St})(),_t=(()=>{class St{static{this.\u0275fac=function(At){return new(At||St)}}static{this.\u0275cmp=n.VBU({type:St,selectors:[["cdk-header-row"],["tr","cdk-header-row",""]],hostAttrs:["role","row",1,"cdk-header-row"],standalone:!0,features:[n.aNF],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(At,he){1&At&&n.eu8(0,0)},dependencies:[ot],encapsulation:2})}}return St})(),Lt=(()=>{class St{static{this.\u0275fac=function(At){return new(At||St)}}static{this.\u0275cmp=n.VBU({type:St,selectors:[["cdk-row"],["tr","cdk-row",""]],hostAttrs:["role","row",1,"cdk-row"],standalone:!0,features:[n.aNF],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(At,he){1&At&&n.eu8(0,0)},dependencies:[ot],encapsulation:2})}}return St})(),lt=(()=>{class St{constructor(Q){this.templateRef=Q,this._contentClassName="cdk-no-data-row"}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.C4Q))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["ng-template","cdkNoDataRow",""]],standalone:!0})}}return St})();const Ut=["top","bottom","left","right"];class ke{constructor(ln,Q,At,he,qe=!0,dn=!0,Un){this._isNativeHtmlTable=ln,this._stickCellCss=Q,this.direction=At,this._coalescedStyleScheduler=he,this._isBrowser=qe,this._needsPositionStickyOnElement=dn,this._positionListener=Un,this._cachedCellWidths=[],this._borderCellCss={top:`${Q}-border-elem-top`,bottom:`${Q}-border-elem-bottom`,left:`${Q}-border-elem-left`,right:`${Q}-border-elem-right`}}clearStickyPositioning(ln,Q){const At=[];for(const he of ln)if(he.nodeType===he.ELEMENT_NODE){At.push(he);for(let qe=0;qe<he.children.length;qe++)At.push(he.children[qe])}this._coalescedStyleScheduler.schedule(()=>{for(const he of At)this._removeStickyStyle(he,Q)})}updateStickyColumns(ln,Q,At,he=!0){ln.length&&this._isBrowser&&(Q.some(qe=>qe)||At.some(qe=>qe))?this._coalescedStyleScheduler.schedule(()=>{const qe=ln[0],dn=qe.children.length,Un=this._getCellWidths(qe,he),na=this._getStickyStartColumnPositions(Un,Q),wa=this._getStickyEndColumnPositions(Un,At),ca=Q.lastIndexOf(!0),ua=At.indexOf(!0),ba="rtl"===this.direction,Ta=ba?"right":"left",Mn=ba?"left":"right";for(const bt of ln)for(let oe=0;oe<dn;oe++){const V=bt.children[oe];Q[oe]&&this._addStickyStyle(V,Ta,na[oe],oe===ca),At[oe]&&this._addStickyStyle(V,Mn,wa[oe],oe===ua)}this._positionListener&&(this._positionListener.stickyColumnsUpdated({sizes:-1===ca?[]:Un.slice(0,ca+1).map((bt,oe)=>Q[oe]?bt:null)}),this._positionListener.stickyEndColumnsUpdated({sizes:-1===ua?[]:Un.slice(ua).map((bt,oe)=>At[oe+ua]?bt:null).reverse()}))}):this._positionListener&&(this._positionListener.stickyColumnsUpdated({sizes:[]}),this._positionListener.stickyEndColumnsUpdated({sizes:[]}))}stickRows(ln,Q,At){this._isBrowser&&this._coalescedStyleScheduler.schedule(()=>{const he="bottom"===At?ln.slice().reverse():ln,qe="bottom"===At?Q.slice().reverse():Q,dn=[],Un=[],na=[];for(let ca=0,ua=0;ca<he.length;ca++){if(!qe[ca])continue;dn[ca]=ua;const ba=he[ca];na[ca]=this._isNativeHtmlTable?Array.from(ba.children):[ba];const Ta=ba.getBoundingClientRect().height;ua+=Ta,Un[ca]=Ta}const wa=qe.lastIndexOf(!0);for(let ca=0;ca<he.length;ca++){if(!qe[ca])continue;const ua=dn[ca],ba=ca===wa;for(const Ta of na[ca])this._addStickyStyle(Ta,At,ua,ba)}"top"===At?this._positionListener?.stickyHeaderRowsUpdated({sizes:Un,offsets:dn,elements:na}):this._positionListener?.stickyFooterRowsUpdated({sizes:Un,offsets:dn,elements:na})})}updateStickyFooterContainer(ln,Q){this._isNativeHtmlTable&&this._coalescedStyleScheduler.schedule(()=>{const At=ln.querySelector("tfoot");At&&(Q.some(he=>!he)?this._removeStickyStyle(At,["bottom"]):this._addStickyStyle(At,"bottom",0,!1))})}_removeStickyStyle(ln,Q){for(const he of Q)ln.style[he]="",ln.classList.remove(this._borderCellCss[he]);Ut.some(he=>-1===Q.indexOf(he)&&ln.style[he])?ln.style.zIndex=this._getCalculatedZIndex(ln):(ln.style.zIndex="",this._needsPositionStickyOnElement&&(ln.style.position=""),ln.classList.remove(this._stickCellCss))}_addStickyStyle(ln,Q,At,he){ln.classList.add(this._stickCellCss),he&&ln.classList.add(this._borderCellCss[Q]),ln.style[Q]=`${At}px`,ln.style.zIndex=this._getCalculatedZIndex(ln),this._needsPositionStickyOnElement&&(ln.style.cssText+="position: -webkit-sticky; position: sticky; ")}_getCalculatedZIndex(ln){const Q={top:100,bottom:10,left:1,right:1};let At=0;for(const he of Ut)ln.style[he]&&(At+=Q[he]);return At?`${At}`:""}_getCellWidths(ln,Q=!0){if(!Q&&this._cachedCellWidths.length)return this._cachedCellWidths;const At=[],he=ln.children;for(let qe=0;qe<he.length;qe++)At.push(he[qe].getBoundingClientRect().width);return this._cachedCellWidths=At,At}_getStickyStartColumnPositions(ln,Q){const At=[];let he=0;for(let qe=0;qe<ln.length;qe++)Q[qe]&&(At[qe]=he,he+=ln[qe]);return At}_getStickyEndColumnPositions(ln,Q){const At=[];let he=0;for(let qe=ln.length;qe>0;qe--)Q[qe]&&(At[qe]=he,he+=ln[qe]);return At}}const yt=new n.nKC("CDK_SPL");let Re=(()=>{class St{constructor(Q,At){this.viewContainer=Q,this.elementRef=At;const he=(0,n.WQX)(Jt);he._rowOutlet=this,he._outletAssigned()}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.c1b),n.rXU(n.aKT))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["","rowOutlet",""]],standalone:!0})}}return St})(),Xe=(()=>{class St{constructor(Q,At){this.viewContainer=Q,this.elementRef=At;const he=(0,n.WQX)(Jt);he._headerRowOutlet=this,he._outletAssigned()}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.c1b),n.rXU(n.aKT))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["","headerRowOutlet",""]],standalone:!0})}}return St})(),Oe=(()=>{class St{constructor(Q,At){this.viewContainer=Q,this.elementRef=At;const he=(0,n.WQX)(Jt);he._footerRowOutlet=this,he._outletAssigned()}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.c1b),n.rXU(n.aKT))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["","footerRowOutlet",""]],standalone:!0})}}return St})(),Ln=(()=>{class St{constructor(Q,At){this.viewContainer=Q,this.elementRef=At;const he=(0,n.WQX)(Jt);he._noDataRowOutlet=this,he._outletAssigned()}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n.c1b),n.rXU(n.aKT))}}static{this.\u0275dir=n.FsC({type:St,selectors:[["","noDataRowOutlet",""]],standalone:!0})}}return St})(),Wt=(()=>{class St{_getCellRole(){if(void 0===this._cellRoleInternal){const Q=this._elementRef.nativeElement.getAttribute("role"),At="grid"===Q||"treegrid"===Q?"gridcell":"cell";this._cellRoleInternal=this._isNativeHtmlTable&&"cell"===At?null:At}return this._cellRoleInternal}get trackBy(){return this._trackByFn}set trackBy(Q){this._trackByFn=Q}get dataSource(){return this._dataSource}set dataSource(Q){this._dataSource!==Q&&this._switchDataSource(Q)}get multiTemplateDataRows(){return this._multiTemplateDataRows}set multiTemplateDataRows(Q){this._multiTemplateDataRows=Q,this._rowOutlet&&this._rowOutlet.viewContainer.length&&(this._forceRenderDataRows(),this.updateStickyColumnStyles())}get fixedLayout(){return this._fixedLayout}set fixedLayout(Q){this._fixedLayout=Q,this._forceRecalculateCellWidths=!0,this._stickyColumnStylesNeedReset=!0}constructor(Q,At,he,qe,dn,Un,na,wa,ca,ua,ba,Ta){this._differs=Q,this._changeDetectorRef=At,this._elementRef=he,this._dir=dn,this._platform=na,this._viewRepeater=wa,this._coalescedStyleScheduler=ca,this._viewportRuler=ua,this._stickyPositioningListener=ba,this._onDestroy=new tt.B,this._columnDefsByName=new Map,this._customColumnDefs=new Set,this._customRowDefs=new Set,this._customHeaderRowDefs=new Set,this._customFooterRowDefs=new Set,this._headerRowDefChanged=!0,this._footerRowDefChanged=!0,this._stickyColumnStylesNeedReset=!0,this._forceRecalculateCellWidths=!0,this._cachedRenderRowsMap=new Map,this.stickyCssClass="cdk-table-sticky",this.needsPositionStickyOnElement=!0,this._isShowingNoDataRow=!1,this._hasAllOutlets=!1,this._hasInitialized=!1,this._cellRoleInternal=void 0,this._multiTemplateDataRows=!1,this._fixedLayout=!1,this.contentChanged=new n.bkB,this.viewChange=new st.t({start:0,end:Number.MAX_VALUE}),this._injector=(0,n.WQX)(n.zZn),qe||he.nativeElement.setAttribute("role","table"),this._document=Un,this._isServer=!na.isBrowser,this._isNativeHtmlTable="TABLE"===he.nativeElement.nodeName}ngOnInit(){this._setupStickyStyler(),this._dataDiffer=this._differs.find([]).create((Q,At)=>this.trackBy?this.trackBy(At.dataIndex,At.data):At),this._viewportRuler.change().pipe((0,mt.Q)(this._onDestroy)).subscribe(()=>{this._forceRecalculateCellWidths=!0})}ngAfterContentInit(){this._hasInitialized=!0}ngAfterContentChecked(){this._canRender()&&this._render()}ngOnDestroy(){[this._rowOutlet?.viewContainer,this._headerRowOutlet?.viewContainer,this._footerRowOutlet?.viewContainer,this._cachedRenderRowsMap,this._customColumnDefs,this._customRowDefs,this._customHeaderRowDefs,this._customFooterRowDefs,this._columnDefsByName].forEach(Q=>{Q?.clear()}),this._headerRowDefs=[],this._footerRowDefs=[],this._defaultRowDef=null,this._onDestroy.next(),this._onDestroy.complete(),(0,r.y4)(this.dataSource)&&this.dataSource.disconnect(this)}renderRows(){this._renderRows=this._getAllRenderRows();const Q=this._dataDiffer.diff(this._renderRows);if(!Q)return this._updateNoDataRow(),void this.contentChanged.next();const At=this._rowOutlet.viewContainer;this._viewRepeater.applyChanges(Q,At,(he,qe,dn)=>this._getEmbeddedViewArgs(he.item,dn),he=>he.item.data,he=>{he.operation===r.Q3.INSERTED&&he.context&&this._renderCellTemplateForItem(he.record.item.rowDef,he.context)}),this._updateRowIndexContext(),Q.forEachIdentityChange(he=>{At.get(he.currentIndex).context.$implicit=he.item.data}),this._updateNoDataRow(),(0,n.mal)(()=>{this.updateStickyColumnStyles()},{injector:this._injector}),this.contentChanged.next()}addColumnDef(Q){this._customColumnDefs.add(Q)}removeColumnDef(Q){this._customColumnDefs.delete(Q)}addRowDef(Q){this._customRowDefs.add(Q)}removeRowDef(Q){this._customRowDefs.delete(Q)}addHeaderRowDef(Q){this._customHeaderRowDefs.add(Q),this._headerRowDefChanged=!0}removeHeaderRowDef(Q){this._customHeaderRowDefs.delete(Q),this._headerRowDefChanged=!0}addFooterRowDef(Q){this._customFooterRowDefs.add(Q),this._footerRowDefChanged=!0}removeFooterRowDef(Q){this._customFooterRowDefs.delete(Q),this._footerRowDefChanged=!0}setNoDataRow(Q){this._customNoDataRow=Q}updateStickyHeaderRowStyles(){const Q=this._getRenderedRows(this._headerRowOutlet);if(this._isNativeHtmlTable){const he=ce(this._headerRowOutlet,"thead");he&&(he.style.display=Q.length?"":"none")}const At=this._headerRowDefs.map(he=>he.sticky);this._stickyStyler.clearStickyPositioning(Q,["top"]),this._stickyStyler.stickRows(Q,At,"top"),this._headerRowDefs.forEach(he=>he.resetStickyChanged())}updateStickyFooterRowStyles(){const Q=this._getRenderedRows(this._footerRowOutlet);if(this._isNativeHtmlTable){const he=ce(this._footerRowOutlet,"tfoot");he&&(he.style.display=Q.length?"":"none")}const At=this._footerRowDefs.map(he=>he.sticky);this._stickyStyler.clearStickyPositioning(Q,["bottom"]),this._stickyStyler.stickRows(Q,At,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,At),this._footerRowDefs.forEach(he=>he.resetStickyChanged())}updateStickyColumnStyles(){const Q=this._getRenderedRows(this._headerRowOutlet),At=this._getRenderedRows(this._rowOutlet),he=this._getRenderedRows(this._footerRowOutlet);(this._isNativeHtmlTable&&!this._fixedLayout||this._stickyColumnStylesNeedReset)&&(this._stickyStyler.clearStickyPositioning([...Q,...At,...he],["left","right"]),this._stickyColumnStylesNeedReset=!1),Q.forEach((qe,dn)=>{this._addStickyColumnStyles([qe],this._headerRowDefs[dn])}),this._rowDefs.forEach(qe=>{const dn=[];for(let Un=0;Un<At.length;Un++)this._renderRows[Un].rowDef===qe&&dn.push(At[Un]);this._addStickyColumnStyles(dn,qe)}),he.forEach((qe,dn)=>{this._addStickyColumnStyles([qe],this._footerRowDefs[dn])}),Array.from(this._columnDefsByName.values()).forEach(qe=>qe.resetStickyChanged())}_outletAssigned(){!this._hasAllOutlets&&this._rowOutlet&&this._headerRowOutlet&&this._footerRowOutlet&&this._noDataRowOutlet&&(this._hasAllOutlets=!0,this._canRender()&&this._render())}_canRender(){return this._hasAllOutlets&&this._hasInitialized}_render(){this._cacheRowDefs(),this._cacheColumnDefs();const At=this._renderUpdatedColumns()||this._headerRowDefChanged||this._footerRowDefChanged;this._stickyColumnStylesNeedReset=this._stickyColumnStylesNeedReset||At,this._forceRecalculateCellWidths=At,this._headerRowDefChanged&&(this._forceRenderHeaderRows(),this._headerRowDefChanged=!1),this._footerRowDefChanged&&(this._forceRenderFooterRows(),this._footerRowDefChanged=!1),this.dataSource&&this._rowDefs.length>0&&!this._renderChangeSubscription?this._observeRenderChanges():this._stickyColumnStylesNeedReset&&this.updateStickyColumnStyles(),this._checkStickyStates()}_getAllRenderRows(){const Q=[],At=this._cachedRenderRowsMap;this._cachedRenderRowsMap=new Map;for(let he=0;he<this._data.length;he++){let qe=this._data[he];const dn=this._getRenderRowsForData(qe,he,At.get(qe));this._cachedRenderRowsMap.has(qe)||this._cachedRenderRowsMap.set(qe,new WeakMap);for(let Un=0;Un<dn.length;Un++){let na=dn[Un];const wa=this._cachedRenderRowsMap.get(na.data);wa.has(na.rowDef)?wa.get(na.rowDef).push(na):wa.set(na.rowDef,[na]),Q.push(na)}}return Q}_getRenderRowsForData(Q,At,he){return this._getRowDefs(Q,At).map(dn=>{const Un=he&&he.has(dn)?he.get(dn):[];if(Un.length){const na=Un.shift();return na.dataIndex=At,na}return{data:Q,rowDef:dn,dataIndex:At}})}_cacheColumnDefs(){this._columnDefsByName.clear(),qt(this._getOwnDefs(this._contentColumnDefs),this._customColumnDefs).forEach(At=>{this._columnDefsByName.has(At.name),this._columnDefsByName.set(At.name,At)})}_cacheRowDefs(){this._headerRowDefs=qt(this._getOwnDefs(this._contentHeaderRowDefs),this._customHeaderRowDefs),this._footerRowDefs=qt(this._getOwnDefs(this._contentFooterRowDefs),this._customFooterRowDefs),this._rowDefs=qt(this._getOwnDefs(this._contentRowDefs),this._customRowDefs);const Q=this._rowDefs.filter(At=>!At.when);this._defaultRowDef=Q[0]}_renderUpdatedColumns(){const Q=(dn,Un)=>dn||!!Un.getColumnsDiff(),At=this._rowDefs.reduce(Q,!1);At&&this._forceRenderDataRows();const he=this._headerRowDefs.reduce(Q,!1);he&&this._forceRenderHeaderRows();const qe=this._footerRowDefs.reduce(Q,!1);return qe&&this._forceRenderFooterRows(),At||he||qe}_switchDataSource(Q){this._data=[],(0,r.y4)(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),Q||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet&&this._rowOutlet.viewContainer.clear()),this._dataSource=Q}_observeRenderChanges(){if(!this.dataSource)return;let Q;(0,r.y4)(this.dataSource)?Q=this.dataSource.connect(this):(0,J.A)(this.dataSource)?Q=this.dataSource:Array.isArray(this.dataSource)&&(Q=(0,et.of)(this.dataSource)),this._renderChangeSubscription=Q.pipe((0,mt.Q)(this._onDestroy)).subscribe(At=>{this._data=At||[],this.renderRows()})}_forceRenderHeaderRows(){this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach((Q,At)=>this._renderRow(this._headerRowOutlet,Q,At)),this.updateStickyHeaderRowStyles()}_forceRenderFooterRows(){this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach((Q,At)=>this._renderRow(this._footerRowOutlet,Q,At)),this.updateStickyFooterRowStyles()}_addStickyColumnStyles(Q,At){const he=Array.from(At.columns||[]).map(Un=>this._columnDefsByName.get(Un)),qe=he.map(Un=>Un.sticky),dn=he.map(Un=>Un.stickyEnd);this._stickyStyler.updateStickyColumns(Q,qe,dn,!this._fixedLayout||this._forceRecalculateCellWidths)}_getRenderedRows(Q){const At=[];for(let he=0;he<Q.viewContainer.length;he++){const qe=Q.viewContainer.get(he);At.push(qe.rootNodes[0])}return At}_getRowDefs(Q,At){if(1==this._rowDefs.length)return[this._rowDefs[0]];let he=[];if(this.multiTemplateDataRows)he=this._rowDefs.filter(qe=>!qe.when||qe.when(At,Q));else{let qe=this._rowDefs.find(dn=>dn.when&&dn.when(At,Q))||this._defaultRowDef;qe&&he.push(qe)}return he}_getEmbeddedViewArgs(Q,At){return{templateRef:Q.rowDef.template,context:{$implicit:Q.data},index:At}}_renderRow(Q,At,he,qe={}){const dn=Q.viewContainer.createEmbeddedView(At.template,qe,he);return this._renderCellTemplateForItem(At,qe),dn}_renderCellTemplateForItem(Q,At){for(let he of this._getCellTemplates(Q))ot.mostRecentCellOutlet&&ot.mostRecentCellOutlet._viewContainer.createEmbeddedView(he,At);this._changeDetectorRef.markForCheck()}_updateRowIndexContext(){const Q=this._rowOutlet.viewContainer;for(let At=0,he=Q.length;At<he;At++){const dn=Q.get(At).context;dn.count=he,dn.first=0===At,dn.last=At===he-1,dn.even=At%2==0,dn.odd=!dn.even,this.multiTemplateDataRows?(dn.dataIndex=this._renderRows[At].dataIndex,dn.renderIndex=At):dn.index=this._renderRows[At].dataIndex}}_getCellTemplates(Q){return Q&&Q.columns?Array.from(Q.columns,At=>{const he=this._columnDefsByName.get(At);return Q.extractCellTemplate(he)}):[]}_forceRenderDataRows(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows()}_checkStickyStates(){const Q=(At,he)=>At||he.hasStickyChanged();this._headerRowDefs.reduce(Q,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(Q,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(Q,!1)&&(this._stickyColumnStylesNeedReset=!0,this.updateStickyColumnStyles())}_setupStickyStyler(){this._stickyStyler=new ke(this._isNativeHtmlTable,this.stickyCssClass,this._dir?this._dir.value:"ltr",this._coalescedStyleScheduler,this._platform.isBrowser,this.needsPositionStickyOnElement,this._stickyPositioningListener),(this._dir?this._dir.change:(0,et.of)()).pipe((0,mt.Q)(this._onDestroy)).subscribe(At=>{this._stickyStyler.direction=At,this.updateStickyColumnStyles()})}_getOwnDefs(Q){return Q.filter(At=>!At._table||At._table===this)}_updateNoDataRow(){const Q=this._customNoDataRow||this._noDataRow;if(!Q)return;const At=0===this._rowOutlet.viewContainer.length;if(At===this._isShowingNoDataRow)return;const he=this._noDataRowOutlet.viewContainer;if(At){const qe=he.createEmbeddedView(Q.templateRef),dn=qe.rootNodes[0];1===qe.rootNodes.length&&dn?.nodeType===this._document.ELEMENT_NODE&&(dn.setAttribute("role","row"),dn.classList.add(Q._contentClassName))}else he.clear();this._isShowingNoDataRow=At,this._changeDetectorRef.markForCheck()}static{this.\u0275fac=function(At){return new(At||St)(n.rXU(n._q3),n.rXU(n.gRc),n.rXU(n.aKT),n.kS0("role"),n.rXU(i.dS,8),n.rXU(Z.qQ),n.rXU(H.OD),n.rXU(r.sL),n.rXU(re),n.rXU(g.Xj),n.rXU(yt,12),n.rXU(n.SKi,8))}}static{this.\u0275cmp=n.VBU({type:St,selectors:[["cdk-table"],["table","cdk-table",""]],contentQueries:function(At,he,qe){if(1&At&&(n.wni(qe,lt,5),n.wni(qe,It,5),n.wni(qe,ht,5),n.wni(qe,Fe,5),n.wni(qe,zn,5)),2&At){let dn;n.mGM(dn=n.lsd())&&(he._noDataRow=dn.first),n.mGM(dn=n.lsd())&&(he._contentColumnDefs=dn),n.mGM(dn=n.lsd())&&(he._contentRowDefs=dn),n.mGM(dn=n.lsd())&&(he._contentHeaderRowDefs=dn),n.mGM(dn=n.lsd())&&(he._contentFooterRowDefs=dn)}},hostAttrs:[1,"cdk-table"],hostVars:2,hostBindings:function(At,he){2&At&&n.AVh("cdk-table-fixed-layout",he.fixedLayout)},inputs:{trackBy:"trackBy",dataSource:"dataSource",multiTemplateDataRows:[2,"multiTemplateDataRows","multiTemplateDataRows",n.L39],fixedLayout:[2,"fixedLayout","fixedLayout",n.L39]},outputs:{contentChanged:"contentChanged"},exportAs:["cdkTable"],standalone:!0,features:[n.Jv_([{provide:Jt,useExisting:St},{provide:r.sL,useClass:r.xn},{provide:re,useClass:Ve},{provide:yt,useValue:null}]),n.GFd,n.aNF],ngContentSelectors:gt,decls:5,vars:2,consts:[["role","rowgroup"],["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(At,he){1&At&&(n.NAR(Ot),n.SdG(0),n.SdG(1,1),n.DNE(2,kt,1,0)(3,zt,7,0)(4,Xt,4,0)),2&At&&(n.R7$(2),n.vxM(he._isServer?2:-1),n.R7$(),n.vxM(he._isNativeHtmlTable?3:4))},dependencies:[Xe,Re,Ln,Oe],styles:[".cdk-table-fixed-layout{table-layout:fixed}"],encapsulation:2})}}return St})();function qt(St,ln){return St.concat(Array.from(ln))}function ce(St,ln){const Q=ln.toUpperCase();let At=St.viewContainer.element.nativeElement;for(;At;){const he=1===At.nodeType?At.nodeName:null;if(he===Q)return At;if("TABLE"===he)break;At=At.parentNode}return null}let jt=(()=>{class St{static{this.\u0275fac=function(At){return new(At||St)}}static{this.\u0275mod=n.$C({type:St})}static{this.\u0275inj=n.G2t({imports:[g.E9]})}}return St})();var Be=c(6600),Ge=c(7786),mn=c(4572),En=c(4085),kn=c(6354);const Te=[[["caption"]],[["colgroup"],["col"]],"*"],An=["caption","colgroup, col","*"];function De(St,ln){1&St&&n.SdG(0,2)}function rn(St,ln){1&St&&(n.j41(0,"thead",0),n.eu8(1,1),n.k0s(),n.j41(2,"tbody",2),n.eu8(3,3)(4,4),n.k0s(),n.j41(5,"tfoot",0),n.eu8(6,5),n.k0s())}function je(St,ln){1&St&&n.eu8(0,1)(1,3)(2,4)(3,5)}let Zt=(()=>{class St extends Wt{constructor(){super(...arguments),this.stickyCssClass="mat-mdc-table-sticky",this.needsPositionStickyOnElement=!1}static{this.\u0275fac=(()=>{let Q;return function(he){return(Q||(Q=n.xGo(St)))(he||St)}})()}static{this.\u0275cmp=n.VBU({type:St,selectors:[["mat-table"],["table","mat-table",""]],hostAttrs:[1,"mat-mdc-table","mdc-data-table__table"],hostVars:2,hostBindings:function(At,he){2&At&&n.AVh("mdc-table-fixed-layout",he.fixedLayout)},exportAs:["matTable"],standalone:!0,features:[n.Jv_([{provide:Wt,useExisting:St},{provide:Jt,useExisting:St},{provide:re,useClass:Ve},{provide:r.sL,useClass:r.xn},{provide:yt,useValue:null}]),n.Vt3,n.aNF],ngContentSelectors:An,decls:5,vars:2,consts:[["role","rowgroup"],["headerRowOutlet",""],["role","rowgroup",1,"mdc-data-table__content"],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(At,he){1&At&&(n.NAR(Te),n.SdG(0),n.SdG(1,1),n.DNE(2,De,1,0)(3,rn,7,0)(4,je,4,0)),2&At&&(n.R7$(2),n.vxM(he._isServer?2:-1),n.R7$(),n.vxM(he._isNativeHtmlTable?3:4))},dependencies:[Xe,Re,Ln,Oe],styles:[".mat-mdc-table-sticky{position:sticky !important}mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}.mat-mdc-table{min-width:100%;border:0;border-spacing:0;table-layout:auto;white-space:normal;background-color:var(--mat-table-background-color, var(--mat-app-surface))}.mdc-data-table__cell{box-sizing:border-box;overflow:hidden;text-align:left;text-overflow:ellipsis}[dir=rtl] .mdc-data-table__cell{text-align:right}.mdc-data-table__cell,.mdc-data-table__header-cell{padding:0 16px}.mat-mdc-header-row{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:var(--mat-table-header-container-height, 56px);color:var(--mat-table-header-headline-color, var(--mat-app-on-surface, rgba(0, 0, 0, 0.87)));font-family:var(--mat-table-header-headline-font, var(--mat-app-title-small-font, Roboto, sans-serif));line-height:var(--mat-table-header-headline-line-height, var(--mat-app-title-small-line-height));font-size:var(--mat-table-header-headline-size, var(--mat-app-title-small-size, 14px));font-weight:var(--mat-table-header-headline-weight, var(--mat-app-title-small-weight, 500))}.mat-mdc-row{height:var(--mat-table-row-item-container-height, 52px);color:var(--mat-table-row-item-label-text-color, var(--mat-app-on-surface, rgba(0, 0, 0, 0.87)))}.mat-mdc-row,.mdc-data-table__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-table-row-item-label-text-font, var(--mat-app-body-medium-font, Roboto, sans-serif));line-height:var(--mat-table-row-item-label-text-line-height, var(--mat-app-body-medium-line-height));font-size:var(--mat-table-row-item-label-text-size, var(--mat-app-body-medium-size, 14px));font-weight:var(--mat-table-row-item-label-text-weight, var(--mat-app-body-medium-weight))}.mat-mdc-footer-row{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;height:var(--mat-table-footer-container-height, 52px);color:var(--mat-table-row-item-label-text-color, var(--mat-app-on-surface, rgba(0, 0, 0, 0.87)));font-family:var(--mat-table-footer-supporting-text-font, var(--mat-app-body-medium-font, Roboto, sans-serif));line-height:var(--mat-table-footer-supporting-text-line-height, var(--mat-app-body-medium-line-height));font-size:var(--mat-table-footer-supporting-text-size, var(--mat-app-body-medium-size, 14px));font-weight:var(--mat-table-footer-supporting-text-weight, var(--mat-app-body-medium-weight));letter-spacing:var(--mat-table-footer-supporting-text-tracking, var(--mat-app-body-medium-tracking))}.mat-mdc-header-cell{border-bottom-color:var(--mat-table-row-item-outline-color, var(--mat-app-outline, rgba(0, 0, 0, 0.12)));border-bottom-width:var(--mat-table-row-item-outline-width, 1px);border-bottom-style:solid;letter-spacing:var(--mat-table-header-headline-tracking, var(--mat-app-title-small-tracking));font-weight:inherit;line-height:inherit;box-sizing:border-box;text-overflow:ellipsis;overflow:hidden;outline:none;text-align:left}[dir=rtl] .mat-mdc-header-cell{text-align:right}.mat-mdc-cell{border-bottom-color:var(--mat-table-row-item-outline-color, var(--mat-app-outline, rgba(0, 0, 0, 0.12)));border-bottom-width:var(--mat-table-row-item-outline-width, 1px);border-bottom-style:solid;letter-spacing:var(--mat-table-row-item-label-text-tracking, var(--mat-app-body-medium-tracking));line-height:inherit}.mdc-data-table__row:last-child .mat-mdc-cell{border-bottom:none}.mat-mdc-footer-cell{letter-spacing:var(--mat-table-row-item-label-text-tracking, var(--mat-app-body-medium-tracking))}mat-row.mat-mdc-row,mat-header-row.mat-mdc-header-row,mat-footer-row.mat-mdc-footer-row{border-bottom:none}.mat-mdc-table tbody,.mat-mdc-table tfoot,.mat-mdc-table thead,.mat-mdc-cell,.mat-mdc-footer-cell,.mat-mdc-header-row,.mat-mdc-row,.mat-mdc-footer-row,.mat-mdc-table .mat-mdc-header-cell{background:inherit}.mat-mdc-table mat-header-row.mat-mdc-header-row,.mat-mdc-table mat-row.mat-mdc-row,.mat-mdc-table mat-footer-row.mat-mdc-footer-cell{height:unset}mat-header-cell.mat-mdc-header-cell,mat-cell.mat-mdc-cell,mat-footer-cell.mat-mdc-footer-cell{align-self:stretch}"],encapsulation:2})}}return St})(),ae=(()=>{class St extends Pt{static{this.\u0275fac=(()=>{let Q;return function(he){return(Q||(Q=n.xGo(St)))(he||St)}})()}static{this.\u0275dir=n.FsC({type:St,selectors:[["","matCellDef",""]],standalone:!0,features:[n.Jv_([{provide:Pt,useExisting:St}]),n.Vt3]})}}return St})(),L=(()=>{class St extends Et{static{this.\u0275fac=(()=>{let Q;return function(he){return(Q||(Q=n.xGo(St)))(he||St)}})()}static{this.\u0275dir=n.FsC({type:St,selectors:[["","matHeaderCellDef",""]],standalone:!0,features:[n.Jv_([{provide:Et,useExisting:St}]),n.Vt3]})}}return St})(),Ht=(()=>{class St extends It{get name(){return this._name}set name(Q){this._setNameInput(Q)}_updateColumnCssClassName(){super._updateColumnCssClassName(),this._columnCssClassName.push(`mat-column-${this.cssClassFriendlyName}`)}static{this.\u0275fac=(()=>{let Q;return function(he){return(Q||(Q=n.xGo(St)))(he||St)}})()}static{this.\u0275dir=n.FsC({type:St,selectors:[["","matColumnDef",""]],inputs:{name:[0,"matColumnDef","name"]},standalone:!0,features:[n.Jv_([{provide:It,useExisting:St},{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:St}]),n.Vt3]})}}return St})(),Ie=(()=>{class St extends dt{static{this.\u0275fac=(()=>{let Q;return function(he){return(Q||(Q=n.xGo(St)))(he||St)}})()}static{this.\u0275dir=n.FsC({type:St,selectors:[["mat-header-cell"],["th","mat-header-cell",""]],hostAttrs:["role","columnheader",1,"mat-mdc-header-cell","mdc-data-table__header-cell"],standalone:!0,features:[n.Vt3]})}}return St})(),ge=(()=>{class St extends it{static{this.\u0275fac=(()=>{let Q;return function(he){return(Q||(Q=n.xGo(St)))(he||St)}})()}static{this.\u0275dir=n.FsC({type:St,selectors:[["mat-cell"],["td","mat-cell",""]],hostAttrs:[1,"mat-mdc-cell","mdc-data-table__cell"],standalone:!0,features:[n.Vt3]})}}return St})(),Ct=(()=>{class St extends Fe{static{this.\u0275fac=(()=>{let Q;return function(he){return(Q||(Q=n.xGo(St)))(he||St)}})()}static{this.\u0275dir=n.FsC({type:St,selectors:[["","matHeaderRowDef",""]],inputs:{columns:[0,"matHeaderRowDef","columns"],sticky:[2,"matHeaderRowDefSticky","sticky",n.L39]},standalone:!0,features:[n.Jv_([{provide:Fe,useExisting:St}]),n.GFd,n.Vt3]})}}return St})(),Nt=(()=>{class St extends ht{static{this.\u0275fac=(()=>{let Q;return function(he){return(Q||(Q=n.xGo(St)))(he||St)}})()}static{this.\u0275dir=n.FsC({type:St,selectors:[["","matRowDef",""]],inputs:{columns:[0,"matRowDefColumns","columns"],when:[0,"matRowDefWhen","when"]},standalone:!0,features:[n.Jv_([{provide:ht,useExisting:St}]),n.Vt3]})}}return St})(),Ft=(()=>{class St extends _t{static{this.\u0275fac=(()=>{let Q;return function(he){return(Q||(Q=n.xGo(St)))(he||St)}})()}static{this.\u0275cmp=n.VBU({type:St,selectors:[["mat-header-row"],["tr","mat-header-row",""]],hostAttrs:["role","row",1,"mat-mdc-header-row","mdc-data-table__header-row"],exportAs:["matHeaderRow"],standalone:!0,features:[n.Jv_([{provide:_t,useExisting:St}]),n.Vt3,n.aNF],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(At,he){1&At&&n.eu8(0,0)},dependencies:[ot],encapsulation:2})}}return St})(),Yt=(()=>{class St extends Lt{static{this.\u0275fac=(()=>{let Q;return function(he){return(Q||(Q=n.xGo(St)))(he||St)}})()}static{this.\u0275cmp=n.VBU({type:St,selectors:[["mat-row"],["tr","mat-row",""]],hostAttrs:["role","row",1,"mat-mdc-row","mdc-data-table__row"],exportAs:["matRow"],standalone:!0,features:[n.Jv_([{provide:Lt,useExisting:St}]),n.Vt3,n.aNF],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(At,he){1&At&&n.eu8(0,0)},dependencies:[ot],encapsulation:2})}}return St})(),va=(()=>{class St{static{this.\u0275fac=function(At){return new(At||St)}}static{this.\u0275mod=n.$C({type:St})}static{this.\u0275inj=n.G2t({imports:[Be.yE,jt,Be.yE]})}}return St})();class Ba extends r.qS{get data(){return this._data.value}set data(ln){ln=Array.isArray(ln)?ln:[],this._data.next(ln),this._renderChangesSubscription||this._filterData(ln)}get filter(){return this._filter.value}set filter(ln){this._filter.next(ln),this._renderChangesSubscription||this._filterData(this.data)}get sort(){return this._sort}set sort(ln){this._sort=ln,this._updateChangeSubscription()}get paginator(){return this._paginator}set paginator(ln){this._paginator=ln,this._updateChangeSubscription()}constructor(ln=[]){super(),this._renderData=new st.t([]),this._filter=new st.t(""),this._internalPageChanges=new tt.B,this._renderChangesSubscription=null,this.sortingDataAccessor=(Q,At)=>{const he=Q[At];if((0,En.o1)(he)){const qe=Number(he);return qe<9007199254740991?qe:he}return he},this.sortData=(Q,At)=>{const he=At.active,qe=At.direction;return he&&""!=qe?Q.sort((dn,Un)=>{let na=this.sortingDataAccessor(dn,he),wa=this.sortingDataAccessor(Un,he);const ca=typeof na,ua=typeof wa;ca!==ua&&("number"===ca&&(na+=""),"number"===ua&&(wa+=""));let ba=0;return null!=na&&null!=wa?na>wa?ba=1:na<wa&&(ba=-1):null!=na?ba=1:null!=wa&&(ba=-1),ba*("asc"==qe?1:-1)}):Q},this.filterPredicate=(Q,At)=>{const he=Object.keys(Q).reduce((dn,Un)=>dn+Q[Un]+"\u25ec","").toLowerCase(),qe=At.trim().toLowerCase();return-1!=he.indexOf(qe)},this._data=new st.t(ln),this._updateChangeSubscription()}_updateChangeSubscription(){const ln=this._sort?(0,Ge.h)(this._sort.sortChange,this._sort.initialized):(0,et.of)(null),Q=this._paginator?(0,Ge.h)(this._paginator.page,this._internalPageChanges,this._paginator.initialized):(0,et.of)(null),he=(0,mn.z)([this._data,this._filter]).pipe((0,kn.T)(([Un])=>this._filterData(Un))),qe=(0,mn.z)([he,ln]).pipe((0,kn.T)(([Un])=>this._orderData(Un))),dn=(0,mn.z)([qe,Q]).pipe((0,kn.T)(([Un])=>this._pageData(Un)));this._renderChangesSubscription?.unsubscribe(),this._renderChangesSubscription=dn.subscribe(Un=>this._renderData.next(Un))}_filterData(ln){return this.filteredData=null==this.filter||""===this.filter?ln:ln.filter(Q=>this.filterPredicate(Q,this.filter)),this.paginator&&this._updatePaginator(this.filteredData.length),this.filteredData}_orderData(ln){return this.sort?this.sortData(ln.slice(),this.sort):ln}_pageData(ln){if(!this.paginator)return ln;const Q=this.paginator.pageIndex*this.paginator.pageSize;return ln.slice(Q,Q+this.paginator.pageSize)}_updatePaginator(ln){Promise.resolve().then(()=>{const Q=this.paginator;if(Q&&(Q.length=ln,Q.pageIndex>0)){const At=Math.ceil(Q.length/Q.pageSize)-1||0,he=Math.min(Q.pageIndex,At);he!==Q.pageIndex&&(Q.pageIndex=he,this._internalPageChanges.next())}})}connect(){return this._renderChangesSubscription||this._updateChangeSubscription(),this._renderData}disconnect(){this._renderChangesSubscription?.unsubscribe(),this._renderChangesSubscription=null}}},6850:($e,Gt,c)=>{c.d(Gt,{ES:()=>yt,RI:()=>cn,T8:()=>An,mq:()=>Re});var n=c(4438),i=c(6600),r=c(6939),H=c(1413),g=c(3726),Z=c(7673),tt=c(7786),st=c(983),J=c(1985),et=c(1584),mt=c(8359),Ot=c(5478),gt=c(6860),kt=c(8203),zt=c(8617),Xt=c(7336),pt=c(8170),Kt=c(6977),Jt=c(152),fe=c(9172),Pt=c(5558),Et=c(5245),rt=c(5964),It=c(3294),xt=c(2318),dt=c(177),Vt=c(9969);const it=["*"];function Bt(Zt,ae){1&Zt&&n.SdG(0)}const re=["tabListContainer"],Ve=["tabList"],on=["tabListInner"],wn=["nextPaginator"],Fe=["previousPaginator"],zn=Zt=>({animationDuration:Zt}),ht=(Zt,ae)=>({value:Zt,params:ae});function ot(Zt,ae){}const _t=["tabBodyWrapper"],K=["tabHeader"];function Lt(Zt,ae){}function lt(Zt,ae){if(1&Zt&&n.DNE(0,Lt,0,0,"ng-template",12),2&Zt){const L=n.XpG().$implicit;n.Y8G("cdkPortalOutlet",L.templateLabel)}}function Ut(Zt,ae){if(1&Zt&&n.EFF(0),2&Zt){const L=n.XpG().$implicit;n.JRh(L.textLabel)}}function ke(Zt,ae){if(1&Zt){const L=n.RV6();n.j41(0,"div",7,2),n.bIt("click",function(){const Ht=n.eBV(L),Ie=Ht.$implicit,sn=Ht.$index,ge=n.XpG(),Me=n.sdS(1);return n.Njj(ge._handleClick(Ie,Me,sn))})("cdkFocusChange",function(Ht){const Ie=n.eBV(L).$index,sn=n.XpG();return n.Njj(sn._tabFocusChanged(Ht,Ie))}),n.nrm(2,"span",8)(3,"div",9),n.j41(4,"span",10)(5,"span",11),n.DNE(6,lt,1,1,null,12)(7,Ut,1,1),n.k0s()()()}if(2&Zt){const L=ae.$implicit,Y=ae.$index,Ht=n.sdS(1),Ie=n.XpG();n.HbH(L.labelClass),n.AVh("mdc-tab--active",Ie.selectedIndex===Y),n.Y8G("id",Ie._getTabLabelId(Y))("disabled",L.disabled)("fitInkBarToContent",Ie.fitInkBarToContent),n.BMQ("tabIndex",Ie._getTabIndex(Y))("aria-posinset",Y+1)("aria-setsize",Ie._tabs.length)("aria-controls",Ie._getTabContentId(Y))("aria-selected",Ie.selectedIndex===Y)("aria-label",L.ariaLabel||null)("aria-labelledby",!L.ariaLabel&&L.ariaLabelledby?L.ariaLabelledby:null),n.R7$(3),n.Y8G("matRippleTrigger",Ht)("matRippleDisabled",L.disabled||Ie.disableRipple),n.R7$(3),n.vxM(L.templateLabel?6:7)}}function Ze(Zt,ae){1&Zt&&n.SdG(0)}function xe(Zt,ae){if(1&Zt){const L=n.RV6();n.j41(0,"mat-tab-body",13),n.bIt("_onCentered",function(){n.eBV(L);const Ht=n.XpG();return n.Njj(Ht._removeTabBodyWrapperHeight())})("_onCentering",function(Ht){n.eBV(L);const Ie=n.XpG();return n.Njj(Ie._setTabBodyWrapperHeight(Ht))}),n.k0s()}if(2&Zt){const L=ae.$implicit,Y=ae.$index,Ht=n.XpG();n.HbH(L.bodyClass),n.AVh("mat-mdc-tab-body-active",Ht.selectedIndex===Y),n.Y8G("id",Ht._getTabContentId(Y))("content",L.content)("position",L.position)("origin",L.origin)("animationDuration",Ht.animationDuration)("preserveContent",Ht.preserveContent),n.BMQ("tabindex",null!=Ht.contentTabIndex&&Ht.selectedIndex===Y?Ht.contentTabIndex:null)("aria-labelledby",Ht._getTabLabelId(Y))("aria-hidden",Ht.selectedIndex!==Y)}}const q=new n.nKC("MatTabContent");let X=(()=>{class Zt{constructor(L){this.template=L}static{this.\u0275fac=function(Y){return new(Y||Zt)(n.rXU(n.C4Q))}}static{this.\u0275dir=n.FsC({type:Zt,selectors:[["","matTabContent",""]],standalone:!0,features:[n.Jv_([{provide:q,useExisting:Zt}])]})}}return Zt})();const Tt=new n.nKC("MatTabLabel"),ie=new n.nKC("MAT_TAB");let yt=(()=>{class Zt extends r.bV{constructor(L,Y,Ht){super(L,Y),this._closestTab=Ht}static{this.\u0275fac=function(Y){return new(Y||Zt)(n.rXU(n.C4Q),n.rXU(n.c1b),n.rXU(ie,8))}}static{this.\u0275dir=n.FsC({type:Zt,selectors:[["","mat-tab-label",""],["","matTabLabel",""]],standalone:!0,features:[n.Jv_([{provide:Tt,useExisting:Zt}]),n.Vt3]})}}return Zt})();const ne=new n.nKC("MAT_TAB_GROUP");let Re=(()=>{class Zt{get templateLabel(){return this._templateLabel}set templateLabel(L){this._setTemplateLabelInput(L)}get content(){return this._contentPortal}constructor(L,Y){this._viewContainerRef=L,this._closestTabGroup=Y,this.disabled=!1,this._explicitContent=void 0,this.textLabel="",this._contentPortal=null,this._stateChanges=new H.B,this.position=null,this.origin=null,this.isActive=!1}ngOnChanges(L){(L.hasOwnProperty("textLabel")||L.hasOwnProperty("disabled"))&&this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}ngOnInit(){this._contentPortal=new r.VA(this._explicitContent||this._implicitContent,this._viewContainerRef)}_setTemplateLabelInput(L){L&&L._closestTab===this&&(this._templateLabel=L)}static{this.\u0275fac=function(Y){return new(Y||Zt)(n.rXU(n.c1b),n.rXU(ne,8))}}static{this.\u0275cmp=n.VBU({type:Zt,selectors:[["mat-tab"]],contentQueries:function(Y,Ht,Ie){if(1&Y&&(n.wni(Ie,yt,5),n.wni(Ie,X,7,n.C4Q)),2&Y){let sn;n.mGM(sn=n.lsd())&&(Ht.templateLabel=sn.first),n.mGM(sn=n.lsd())&&(Ht._explicitContent=sn.first)}},viewQuery:function(Y,Ht){if(1&Y&&n.GBs(n.C4Q,7),2&Y){let Ie;n.mGM(Ie=n.lsd())&&(Ht._implicitContent=Ie.first)}},hostAttrs:["hidden",""],inputs:{disabled:[2,"disabled","disabled",n.L39],textLabel:[0,"label","textLabel"],ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],labelClass:"labelClass",bodyClass:"bodyClass"},exportAs:["matTab"],standalone:!0,features:[n.Jv_([{provide:ie,useExisting:Zt}]),n.GFd,n.OA$,n.aNF],ngContentSelectors:it,decls:1,vars:0,template:function(Y,Ht){1&Y&&(n.NAR(),n.DNE(0,Bt,1,0,"ng-template"))},encapsulation:2})}}return Zt})();const Xe="mdc-tab-indicator--active",Oe="mdc-tab-indicator--no-transition";class Ln{constructor(ae){this._items=ae}hide(){this._items.forEach(ae=>ae.deactivateInkBar())}alignToElement(ae){const L=this._items.find(Ht=>Ht.elementRef.nativeElement===ae),Y=this._currentItem;if(L!==Y&&(Y?.deactivateInkBar(),L)){const Ht=Y?.elementRef.nativeElement.getBoundingClientRect?.();L.activateInkBar(Ht),this._currentItem=L}}}let Ne=(()=>{class Zt{constructor(){this._elementRef=(0,n.WQX)(n.aKT),this._fitToContent=!1}get fitInkBarToContent(){return this._fitToContent}set fitInkBarToContent(L){this._fitToContent!==L&&(this._fitToContent=L,this._inkBarElement&&this._appendInkBarElement())}activateInkBar(L){const Y=this._elementRef.nativeElement;if(!L||!Y.getBoundingClientRect||!this._inkBarContentElement)return void Y.classList.add(Xe);const Ht=Y.getBoundingClientRect(),Ie=L.width/Ht.width,sn=L.left-Ht.left;Y.classList.add(Oe),this._inkBarContentElement.style.setProperty("transform",`translateX(${sn}px) scaleX(${Ie})`),Y.getBoundingClientRect(),Y.classList.remove(Oe),Y.classList.add(Xe),this._inkBarContentElement.style.setProperty("transform","")}deactivateInkBar(){this._elementRef.nativeElement.classList.remove(Xe)}ngOnInit(){this._createInkBarElement()}ngOnDestroy(){this._inkBarElement?.remove(),this._inkBarElement=this._inkBarContentElement=null}_createInkBarElement(){const L=this._elementRef.nativeElement.ownerDocument||document,Y=this._inkBarElement=L.createElement("span"),Ht=this._inkBarContentElement=L.createElement("span");Y.className="mdc-tab-indicator",Ht.className="mdc-tab-indicator__content mdc-tab-indicator__content--underline",Y.appendChild(this._inkBarContentElement),this._appendInkBarElement()}_appendInkBarElement(){(this._fitToContent?this._elementRef.nativeElement.querySelector(".mdc-tab__content"):this._elementRef.nativeElement).appendChild(this._inkBarElement)}static{this.\u0275fac=function(Y){return new(Y||Zt)}}static{this.\u0275dir=n.FsC({type:Zt,inputs:{fitInkBarToContent:[2,"fitInkBarToContent","fitInkBarToContent",n.L39]},features:[n.GFd]})}}return Zt})(),qt=(()=>{class Zt extends Ne{constructor(L){super(),this.elementRef=L,this.disabled=!1}focus(){this.elementRef.nativeElement.focus()}getOffsetLeft(){return this.elementRef.nativeElement.offsetLeft}getOffsetWidth(){return this.elementRef.nativeElement.offsetWidth}static{this.\u0275fac=function(Y){return new(Y||Zt)(n.rXU(n.aKT))}}static{this.\u0275dir=n.FsC({type:Zt,selectors:[["","matTabLabelWrapper",""]],hostVars:3,hostBindings:function(Y,Ht){2&Y&&(n.BMQ("aria-disabled",!!Ht.disabled),n.AVh("mat-mdc-tab-disabled",Ht.disabled))},inputs:{disabled:[2,"disabled","disabled",n.L39]},standalone:!0,features:[n.GFd,n.Vt3]})}}return Zt})();const ce=(0,gt.BQ)({passive:!0});let jt=(()=>{class Zt{get selectedIndex(){return this._selectedIndex}set selectedIndex(L){const Y=isNaN(L)?0:L;this._selectedIndex!=Y&&(this._selectedIndexChanged=!0,this._selectedIndex=Y,this._keyManager&&this._keyManager.updateActiveItem(Y))}constructor(L,Y,Ht,Ie,sn,ge,Me){this._elementRef=L,this._changeDetectorRef=Y,this._viewportRuler=Ht,this._dir=Ie,this._ngZone=sn,this._platform=ge,this._animationMode=Me,this._scrollDistance=0,this._selectedIndexChanged=!1,this._destroyed=new H.B,this._showPaginationControls=!1,this._disableScrollAfter=!0,this._disableScrollBefore=!0,this._stopScrolling=new H.B,this.disablePagination=!1,this._selectedIndex=0,this.selectFocusedIndex=new n.bkB,this.indexFocused=new n.bkB,this._sharedResizeObserver=(0,n.WQX)(pt.a),this._injector=(0,n.WQX)(n.zZn),sn.runOutsideAngular(()=>{(0,g.R)(L.nativeElement,"mouseleave").pipe((0,Kt.Q)(this._destroyed)).subscribe(()=>{this._stopInterval()})})}ngAfterViewInit(){(0,g.R)(this._previousPaginator.nativeElement,"touchstart",ce).pipe((0,Kt.Q)(this._destroyed)).subscribe(()=>{this._handlePaginatorPress("before")}),(0,g.R)(this._nextPaginator.nativeElement,"touchstart",ce).pipe((0,Kt.Q)(this._destroyed)).subscribe(()=>{this._handlePaginatorPress("after")})}ngAfterContentInit(){const L=this._dir?this._dir.change:(0,Z.of)("ltr"),Y=this._sharedResizeObserver.observe(this._elementRef.nativeElement).pipe((0,Jt.B)(32),(0,Kt.Q)(this._destroyed)),Ht=this._viewportRuler.change(150).pipe((0,Kt.Q)(this._destroyed)),Ie=()=>{this.updatePagination(),this._alignInkBarToSelectedTab()};this._keyManager=new zt.Bu(this._items).withHorizontalOrientation(this._getLayoutDirection()).withHomeAndEnd().withWrap().skipPredicate(()=>!1),this._keyManager.updateActiveItem(this._selectedIndex),(0,n.mal)(Ie,{injector:this._injector}),(0,tt.h)(L,Ht,Y,this._items.changes,this._itemsResized()).pipe((0,Kt.Q)(this._destroyed)).subscribe(()=>{this._ngZone.run(()=>{Promise.resolve().then(()=>{this._scrollDistance=Math.max(0,Math.min(this._getMaxScrollDistance(),this._scrollDistance)),Ie()})}),this._keyManager.withHorizontalOrientation(this._getLayoutDirection())}),this._keyManager.change.subscribe(sn=>{this.indexFocused.emit(sn),this._setTabFocus(sn)})}_itemsResized(){return"function"!=typeof ResizeObserver?st.w:this._items.changes.pipe((0,fe.Z)(this._items),(0,Pt.n)(L=>new J.c(Y=>this._ngZone.runOutsideAngular(()=>{const Ht=new ResizeObserver(Ie=>Y.next(Ie));return L.forEach(Ie=>Ht.observe(Ie.elementRef.nativeElement)),()=>{Ht.disconnect()}}))),(0,Et.i)(1),(0,rt.p)(L=>L.some(Y=>Y.contentRect.width>0&&Y.contentRect.height>0)))}ngAfterContentChecked(){this._tabLabelCount!=this._items.length&&(this.updatePagination(),this._tabLabelCount=this._items.length,this._changeDetectorRef.markForCheck()),this._selectedIndexChanged&&(this._scrollToLabel(this._selectedIndex),this._checkScrollingControls(),this._alignInkBarToSelectedTab(),this._selectedIndexChanged=!1,this._changeDetectorRef.markForCheck()),this._scrollDistanceChanged&&(this._updateTabScrollPosition(),this._scrollDistanceChanged=!1,this._changeDetectorRef.markForCheck())}ngOnDestroy(){this._keyManager?.destroy(),this._destroyed.next(),this._destroyed.complete(),this._stopScrolling.complete()}_handleKeydown(L){if(!(0,Xt.rp)(L))switch(L.keyCode){case Xt.Fm:case Xt.t6:if(this.focusIndex!==this.selectedIndex){const Y=this._items.get(this.focusIndex);Y&&!Y.disabled&&(this.selectFocusedIndex.emit(this.focusIndex),this._itemSelected(L))}break;default:this._keyManager.onKeydown(L)}}_onContentChanges(){const L=this._elementRef.nativeElement.textContent;L!==this._currentTextContent&&(this._currentTextContent=L||"",this._ngZone.run(()=>{this.updatePagination(),this._alignInkBarToSelectedTab(),this._changeDetectorRef.markForCheck()}))}updatePagination(){this._checkPaginationEnabled(),this._checkScrollingControls(),this._updateTabScrollPosition()}get focusIndex(){return this._keyManager?this._keyManager.activeItemIndex:0}set focusIndex(L){!this._isValidIndex(L)||this.focusIndex===L||!this._keyManager||this._keyManager.setActiveItem(L)}_isValidIndex(L){return!this._items||!!this._items.toArray()[L]}_setTabFocus(L){if(this._showPaginationControls&&this._scrollToLabel(L),this._items&&this._items.length){this._items.toArray()[L].focus();const Y=this._tabListContainer.nativeElement;Y.scrollLeft="ltr"==this._getLayoutDirection()?0:Y.scrollWidth-Y.offsetWidth}}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_updateTabScrollPosition(){if(this.disablePagination)return;const L=this.scrollDistance,Y="ltr"===this._getLayoutDirection()?-L:L;this._tabList.nativeElement.style.transform=`translateX(${Math.round(Y)}px)`,(this._platform.TRIDENT||this._platform.EDGE)&&(this._tabListContainer.nativeElement.scrollLeft=0)}get scrollDistance(){return this._scrollDistance}set scrollDistance(L){this._scrollTo(L)}_scrollHeader(L){return this._scrollTo(this._scrollDistance+("before"==L?-1:1)*this._tabListContainer.nativeElement.offsetWidth/3)}_handlePaginatorClick(L){this._stopInterval(),this._scrollHeader(L)}_scrollToLabel(L){if(this.disablePagination)return;const Y=this._items?this._items.toArray()[L]:null;if(!Y)return;const Ht=this._tabListContainer.nativeElement.offsetWidth,{offsetLeft:Ie,offsetWidth:sn}=Y.elementRef.nativeElement;let ge,Me;"ltr"==this._getLayoutDirection()?(ge=Ie,Me=ge+sn):(Me=this._tabListInner.nativeElement.offsetWidth-Ie,ge=Me-sn);const Ct=this.scrollDistance,me=this.scrollDistance+Ht;ge<Ct?this.scrollDistance-=Ct-ge:Me>me&&(this.scrollDistance+=Math.min(Me-me,ge-Ct))}_checkPaginationEnabled(){if(this.disablePagination)this._showPaginationControls=!1;else{const Ht=this._tabListInner.nativeElement.scrollWidth-this._elementRef.nativeElement.offsetWidth>=5;Ht||(this.scrollDistance=0),Ht!==this._showPaginationControls&&(this._showPaginationControls=Ht,this._changeDetectorRef.markForCheck())}}_checkScrollingControls(){this.disablePagination?this._disableScrollAfter=this._disableScrollBefore=!0:(this._disableScrollBefore=0==this.scrollDistance,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck())}_getMaxScrollDistance(){return this._tabListInner.nativeElement.scrollWidth-this._tabListContainer.nativeElement.offsetWidth||0}_alignInkBarToSelectedTab(){const L=this._items&&this._items.length?this._items.toArray()[this.selectedIndex]:null,Y=L?L.elementRef.nativeElement:null;Y?this._inkBar.alignToElement(Y):this._inkBar.hide()}_stopInterval(){this._stopScrolling.next()}_handlePaginatorPress(L,Y){Y&&null!=Y.button&&0!==Y.button||(this._stopInterval(),(0,et.O)(650,100).pipe((0,Kt.Q)((0,tt.h)(this._stopScrolling,this._destroyed))).subscribe(()=>{const{maxScrollDistance:Ht,distance:Ie}=this._scrollHeader(L);(0===Ie||Ie>=Ht)&&this._stopInterval()}))}_scrollTo(L){if(this.disablePagination)return{maxScrollDistance:0,distance:0};const Y=this._getMaxScrollDistance();return this._scrollDistance=Math.max(0,Math.min(Y,L)),this._scrollDistanceChanged=!0,this._checkScrollingControls(),{maxScrollDistance:Y,distance:this._scrollDistance}}static{this.\u0275fac=function(Y){return new(Y||Zt)(n.rXU(n.aKT),n.rXU(n.gRc),n.rXU(Ot.Xj),n.rXU(kt.dS,8),n.rXU(n.SKi),n.rXU(gt.OD),n.rXU(n.bc$,8))}}static{this.\u0275dir=n.FsC({type:Zt,inputs:{disablePagination:[2,"disablePagination","disablePagination",n.L39],selectedIndex:[2,"selectedIndex","selectedIndex",n.Udg]},outputs:{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"},features:[n.GFd]})}}return Zt})(),Ce=(()=>{class Zt extends jt{constructor(L,Y,Ht,Ie,sn,ge,Me){super(L,Y,Ht,Ie,sn,ge,Me),this.disableRipple=!1}ngAfterContentInit(){this._inkBar=new Ln(this._items),super.ngAfterContentInit()}_itemSelected(L){L.preventDefault()}static{this.\u0275fac=function(Y){return new(Y||Zt)(n.rXU(n.aKT),n.rXU(n.gRc),n.rXU(Ot.Xj),n.rXU(kt.dS,8),n.rXU(n.SKi),n.rXU(gt.OD),n.rXU(n.bc$,8))}}static{this.\u0275cmp=n.VBU({type:Zt,selectors:[["mat-tab-header"]],contentQueries:function(Y,Ht,Ie){if(1&Y&&n.wni(Ie,qt,4),2&Y){let sn;n.mGM(sn=n.lsd())&&(Ht._items=sn)}},viewQuery:function(Y,Ht){if(1&Y&&(n.GBs(re,7),n.GBs(Ve,7),n.GBs(on,7),n.GBs(wn,5),n.GBs(Fe,5)),2&Y){let Ie;n.mGM(Ie=n.lsd())&&(Ht._tabListContainer=Ie.first),n.mGM(Ie=n.lsd())&&(Ht._tabList=Ie.first),n.mGM(Ie=n.lsd())&&(Ht._tabListInner=Ie.first),n.mGM(Ie=n.lsd())&&(Ht._nextPaginator=Ie.first),n.mGM(Ie=n.lsd())&&(Ht._previousPaginator=Ie.first)}},hostAttrs:[1,"mat-mdc-tab-header"],hostVars:4,hostBindings:function(Y,Ht){2&Y&&n.AVh("mat-mdc-tab-header-pagination-controls-enabled",Ht._showPaginationControls)("mat-mdc-tab-header-rtl","rtl"==Ht._getLayoutDirection())},inputs:{ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"],disableRipple:[2,"disableRipple","disableRipple",n.L39]},standalone:!0,features:[n.GFd,n.Vt3,n.aNF],ngContentSelectors:it,decls:13,vars:10,consts:[["previousPaginator",""],["tabListContainer",""],["tabList",""],["tabListInner",""],["nextPaginator",""],["mat-ripple","",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-before",3,"click","mousedown","touchend","matRippleDisabled"],[1,"mat-mdc-tab-header-pagination-chevron"],[1,"mat-mdc-tab-label-container",3,"keydown"],["role","tablist",1,"mat-mdc-tab-list",3,"cdkObserveContent"],[1,"mat-mdc-tab-labels"],["mat-ripple","",1,"mat-mdc-tab-header-pagination","mat-mdc-tab-header-pagination-after",3,"mousedown","click","touchend","matRippleDisabled"]],template:function(Y,Ht){if(1&Y){const Ie=n.RV6();n.NAR(),n.j41(0,"div",5,0),n.bIt("click",function(){return n.eBV(Ie),n.Njj(Ht._handlePaginatorClick("before"))})("mousedown",function(ge){return n.eBV(Ie),n.Njj(Ht._handlePaginatorPress("before",ge))})("touchend",function(){return n.eBV(Ie),n.Njj(Ht._stopInterval())}),n.nrm(2,"div",6),n.k0s(),n.j41(3,"div",7,1),n.bIt("keydown",function(ge){return n.eBV(Ie),n.Njj(Ht._handleKeydown(ge))}),n.j41(5,"div",8,2),n.bIt("cdkObserveContent",function(){return n.eBV(Ie),n.Njj(Ht._onContentChanges())}),n.j41(7,"div",9,3),n.SdG(9),n.k0s()()(),n.j41(10,"div",10,4),n.bIt("mousedown",function(ge){return n.eBV(Ie),n.Njj(Ht._handlePaginatorPress("after",ge))})("click",function(){return n.eBV(Ie),n.Njj(Ht._handlePaginatorClick("after"))})("touchend",function(){return n.eBV(Ie),n.Njj(Ht._stopInterval())}),n.nrm(12,"div",6),n.k0s()}2&Y&&(n.AVh("mat-mdc-tab-header-pagination-disabled",Ht._disableScrollBefore),n.Y8G("matRippleDisabled",Ht._disableScrollBefore||Ht.disableRipple),n.R7$(3),n.AVh("_mat-animation-noopable","NoopAnimations"===Ht._animationMode),n.R7$(2),n.BMQ("aria-label",Ht.ariaLabel||null)("aria-labelledby",Ht.ariaLabelledby||null),n.R7$(5),n.AVh("mat-mdc-tab-header-pagination-disabled",Ht._disableScrollAfter),n.Y8G("matRippleDisabled",Ht._disableScrollAfter||Ht.disableRipple))},dependencies:[i.r6,xt.Wv],styles:[".mat-mdc-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mdc-tab-indicator .mdc-tab-indicator__content{transition-duration:var(--mat-tab-animation-duration, 250ms)}.mat-mdc-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:rgba(0,0,0,0);touch-action:none;box-sizing:content-box;outline:0}.mat-mdc-tab-header-pagination::-moz-focus-inner{border:0}.mat-mdc-tab-header-pagination .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color, var(--mat-app-on-surface))}.mat-mdc-tab-header-pagination-controls-enabled .mat-mdc-tab-header-pagination{display:flex}.mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after{padding-left:4px}.mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before,.mat-mdc-tab-header-pagination-after{padding-right:4px}.mat-mdc-tab-header-rtl .mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-mdc-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px;border-color:var(--mat-tab-header-pagination-icon-color, var(--mat-app-on-surface))}.mat-mdc-tab-header-pagination-disabled{box-shadow:none;cursor:default;pointer-events:none}.mat-mdc-tab-header-pagination-disabled .mat-mdc-tab-header-pagination-chevron{opacity:.4}.mat-mdc-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable .mat-mdc-tab-list{transition:none}.mat-mdc-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1;border-bottom-style:solid;border-bottom-width:var(--mat-tab-header-divider-height);border-bottom-color:var(--mat-tab-header-divider-color, var(--mat-app-surface-variant))}.mat-mdc-tab-group-inverted-header .mat-mdc-tab-label-container{border-bottom:none;border-top-style:solid;border-top-width:var(--mat-tab-header-divider-height);border-top-color:var(--mat-tab-header-divider-color, var(--mat-app-surface-variant))}.mat-mdc-tab-labels{display:flex;flex:1 0 auto}[mat-align-tabs=center]>.mat-mdc-tab-header .mat-mdc-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-mdc-tab-header .mat-mdc-tab-labels{justify-content:flex-end}.cdk-drop-list .mat-mdc-tab-labels,.mat-mdc-tab-labels.cdk-drop-list{min-height:var(--mdc-secondary-navigation-tab-container-height)}.mat-mdc-tab::before{margin:5px}.cdk-high-contrast-active .mat-mdc-tab[aria-disabled=true]{color:GrayText}"],encapsulation:2})}}return Zt})();const Be=new n.nKC("MAT_TABS_CONFIG"),Ge={translateTab:(0,Vt.hZ)("translateTab",[(0,Vt.wk)("center, void, left-origin-center, right-origin-center",(0,Vt.iF)({transform:"none",visibility:"visible"})),(0,Vt.wk)("left",(0,Vt.iF)({transform:"translate3d(-100%, 0, 0)",minHeight:"1px",visibility:"hidden"})),(0,Vt.wk)("right",(0,Vt.iF)({transform:"translate3d(100%, 0, 0)",minHeight:"1px",visibility:"hidden"})),(0,Vt.kY)("* => left, * => right, left => center, right => center",(0,Vt.i0)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")),(0,Vt.kY)("void => left-origin-center",[(0,Vt.iF)({transform:"translate3d(-100%, 0, 0)",visibility:"hidden"}),(0,Vt.i0)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")]),(0,Vt.kY)("void => right-origin-center",[(0,Vt.iF)({transform:"translate3d(100%, 0, 0)",visibility:"hidden"}),(0,Vt.i0)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")])])};let mn=(()=>{class Zt extends r.I3{constructor(L,Y,Ht,Ie){super(L,Y,Ie),this._host=Ht,this._centeringSub=mt.yU.EMPTY,this._leavingSub=mt.yU.EMPTY}ngOnInit(){super.ngOnInit(),this._centeringSub=this._host._beforeCentering.pipe((0,fe.Z)(this._host._isCenterPosition(this._host._position))).subscribe(L=>{this._host._content&&L&&!this.hasAttached()&&this.attach(this._host._content)}),this._leavingSub=this._host._afterLeavingCenter.subscribe(()=>{this._host.preserveContent||this.detach()})}ngOnDestroy(){super.ngOnDestroy(),this._centeringSub.unsubscribe(),this._leavingSub.unsubscribe()}static{this.\u0275fac=function(Y){return new(Y||Zt)(n.rXU(n.OM3),n.rXU(n.c1b),n.rXU((0,n.Rfq)(()=>En)),n.rXU(dt.qQ))}}static{this.\u0275dir=n.FsC({type:Zt,selectors:[["","matTabBodyHost",""]],standalone:!0,features:[n.Vt3]})}}return Zt})(),En=(()=>{class Zt{set position(L){this._positionIndex=L,this._computePositionAnimationState()}constructor(L,Y,Ht){this._elementRef=L,this._dir=Y,this._dirChangeSubscription=mt.yU.EMPTY,this._translateTabComplete=new H.B,this._onCentering=new n.bkB,this._beforeCentering=new n.bkB,this._afterLeavingCenter=new n.bkB,this._onCentered=new n.bkB(!0),this.animationDuration="500ms",this.preserveContent=!1,Y&&(this._dirChangeSubscription=Y.change.subscribe(Ie=>{this._computePositionAnimationState(Ie),Ht.markForCheck()})),this._translateTabComplete.pipe((0,It.F)((Ie,sn)=>Ie.fromState===sn.fromState&&Ie.toState===sn.toState)).subscribe(Ie=>{this._isCenterPosition(Ie.toState)&&this._isCenterPosition(this._position)&&this._onCentered.emit(),this._isCenterPosition(Ie.fromState)&&!this._isCenterPosition(this._position)&&this._afterLeavingCenter.emit()})}ngOnInit(){"center"==this._position&&null!=this.origin&&(this._position=this._computePositionFromOrigin(this.origin))}ngOnDestroy(){this._dirChangeSubscription.unsubscribe(),this._translateTabComplete.complete()}_onTranslateTabStarted(L){const Y=this._isCenterPosition(L.toState);this._beforeCentering.emit(Y),Y&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_isCenterPosition(L){return"center"==L||"left-origin-center"==L||"right-origin-center"==L}_computePositionAnimationState(L=this._getLayoutDirection()){this._position=this._positionIndex<0?"ltr"==L?"left":"right":this._positionIndex>0?"ltr"==L?"right":"left":"center"}_computePositionFromOrigin(L){const Y=this._getLayoutDirection();return"ltr"==Y&&L<=0||"rtl"==Y&&L>0?"left-origin-center":"right-origin-center"}static{this.\u0275fac=function(Y){return new(Y||Zt)(n.rXU(n.aKT),n.rXU(kt.dS,8),n.rXU(n.gRc))}}static{this.\u0275cmp=n.VBU({type:Zt,selectors:[["mat-tab-body"]],viewQuery:function(Y,Ht){if(1&Y&&n.GBs(r.I3,5),2&Y){let Ie;n.mGM(Ie=n.lsd())&&(Ht._portalHost=Ie.first)}},hostAttrs:[1,"mat-mdc-tab-body"],inputs:{_content:[0,"content","_content"],origin:"origin",animationDuration:"animationDuration",preserveContent:"preserveContent",position:"position"},outputs:{_onCentering:"_onCentering",_beforeCentering:"_beforeCentering",_afterLeavingCenter:"_afterLeavingCenter",_onCentered:"_onCentered"},standalone:!0,features:[n.aNF],decls:3,vars:6,consts:[["content",""],["cdkScrollable","",1,"mat-mdc-tab-body-content"],["matTabBodyHost",""]],template:function(Y,Ht){if(1&Y){const Ie=n.RV6();n.j41(0,"div",1,0),n.bIt("@translateTab.start",function(ge){return n.eBV(Ie),n.Njj(Ht._onTranslateTabStarted(ge))})("@translateTab.done",function(ge){return n.eBV(Ie),n.Njj(Ht._translateTabComplete.next(ge))}),n.DNE(2,ot,0,0,"ng-template",2),n.k0s()}2&Y&&n.Y8G("@translateTab",n.l_i(3,ht,Ht._position,n.eq3(1,zn,Ht.animationDuration)))},dependencies:[mn,Ot.uv],styles:['.mat-mdc-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-mdc-tab-body.mat-mdc-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-mdc-tab-group.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body.mat-mdc-tab-body-active{overflow-y:hidden}.mat-mdc-tab-body-content{height:100%;overflow:auto}.mat-mdc-tab-group-dynamic-height .mat-mdc-tab-body-content{overflow:hidden}.mat-mdc-tab-body-content[style*="visibility: hidden"]{display:none}'],encapsulation:2,data:{animation:[Ge.translateTab]}})}}return Zt})(),kn=0,An=(()=>{class Zt{get fitInkBarToContent(){return this._fitInkBarToContent}set fitInkBarToContent(L){this._fitInkBarToContent=L,this._changeDetectorRef.markForCheck()}get selectedIndex(){return this._selectedIndex}set selectedIndex(L){this._indexToSelect=isNaN(L)?null:L}get animationDuration(){return this._animationDuration}set animationDuration(L){const Y=L+"";this._animationDuration=/^\d+$/.test(Y)?L+"ms":Y}get contentTabIndex(){return this._contentTabIndex}set contentTabIndex(L){this._contentTabIndex=isNaN(L)?null:L}get backgroundColor(){return this._backgroundColor}set backgroundColor(L){const Y=this._elementRef.nativeElement.classList;Y.remove("mat-tabs-with-background",`mat-background-${this.backgroundColor}`),L&&Y.add("mat-tabs-with-background",`mat-background-${L}`),this._backgroundColor=L}constructor(L,Y,Ht,Ie){this._elementRef=L,this._changeDetectorRef=Y,this._animationMode=Ie,this._tabs=new n.rOR,this._indexToSelect=0,this._lastFocusedTabIndex=null,this._tabBodyWrapperHeight=0,this._tabsSubscription=mt.yU.EMPTY,this._tabLabelSubscription=mt.yU.EMPTY,this._fitInkBarToContent=!1,this.stretchTabs=!0,this.dynamicHeight=!1,this._selectedIndex=null,this.headerPosition="above",this.disablePagination=!1,this.disableRipple=!1,this.preserveContent=!1,this.selectedIndexChange=new n.bkB,this.focusChange=new n.bkB,this.animationDone=new n.bkB,this.selectedTabChange=new n.bkB(!0),this._isServer=!(0,n.WQX)(gt.OD).isBrowser,this._groupId=kn++,this.animationDuration=Ht&&Ht.animationDuration?Ht.animationDuration:"500ms",this.disablePagination=!(!Ht||null==Ht.disablePagination)&&Ht.disablePagination,this.dynamicHeight=!(!Ht||null==Ht.dynamicHeight)&&Ht.dynamicHeight,null!=Ht?.contentTabIndex&&(this.contentTabIndex=Ht.contentTabIndex),this.preserveContent=!!Ht?.preserveContent,this.fitInkBarToContent=!(!Ht||null==Ht.fitInkBarToContent)&&Ht.fitInkBarToContent,this.stretchTabs=!Ht||null==Ht.stretchTabs||Ht.stretchTabs}ngAfterContentChecked(){const L=this._indexToSelect=this._clampTabIndex(this._indexToSelect);if(this._selectedIndex!=L){const Y=null==this._selectedIndex;if(!Y){this.selectedTabChange.emit(this._createChangeEvent(L));const Ht=this._tabBodyWrapper.nativeElement;Ht.style.minHeight=Ht.clientHeight+"px"}Promise.resolve().then(()=>{this._tabs.forEach((Ht,Ie)=>Ht.isActive=Ie===L),Y||(this.selectedIndexChange.emit(L),this._tabBodyWrapper.nativeElement.style.minHeight="")})}this._tabs.forEach((Y,Ht)=>{Y.position=Ht-L,null!=this._selectedIndex&&0==Y.position&&!Y.origin&&(Y.origin=L-this._selectedIndex)}),this._selectedIndex!==L&&(this._selectedIndex=L,this._lastFocusedTabIndex=null,this._changeDetectorRef.markForCheck())}ngAfterContentInit(){this._subscribeToAllTabChanges(),this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(()=>{const L=this._clampTabIndex(this._indexToSelect);if(L===this._selectedIndex){const Y=this._tabs.toArray();let Ht;for(let Ie=0;Ie<Y.length;Ie++)if(Y[Ie].isActive){this._indexToSelect=this._selectedIndex=Ie,this._lastFocusedTabIndex=null,Ht=Y[Ie];break}!Ht&&Y[L]&&Promise.resolve().then(()=>{Y[L].isActive=!0,this.selectedTabChange.emit(this._createChangeEvent(L))})}this._changeDetectorRef.markForCheck()})}_subscribeToAllTabChanges(){this._allTabs.changes.pipe((0,fe.Z)(this._allTabs)).subscribe(L=>{this._tabs.reset(L.filter(Y=>Y._closestTabGroup===this||!Y._closestTabGroup)),this._tabs.notifyOnChanges()})}ngOnDestroy(){this._tabs.destroy(),this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe()}realignInkBar(){this._tabHeader&&this._tabHeader._alignInkBarToSelectedTab()}updatePagination(){this._tabHeader&&this._tabHeader.updatePagination()}focusTab(L){const Y=this._tabHeader;Y&&(Y.focusIndex=L)}_focusChanged(L){this._lastFocusedTabIndex=L,this.focusChange.emit(this._createChangeEvent(L))}_createChangeEvent(L){const Y=new De;return Y.index=L,this._tabs&&this._tabs.length&&(Y.tab=this._tabs.toArray()[L]),Y}_subscribeToTabLabels(){this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=(0,tt.h)(...this._tabs.map(L=>L._stateChanges)).subscribe(()=>this._changeDetectorRef.markForCheck())}_clampTabIndex(L){return Math.min(this._tabs.length-1,Math.max(L||0,0))}_getTabLabelId(L){return`mat-tab-label-${this._groupId}-${L}`}_getTabContentId(L){return`mat-tab-content-${this._groupId}-${L}`}_setTabBodyWrapperHeight(L){if(!this.dynamicHeight||!this._tabBodyWrapperHeight)return;const Y=this._tabBodyWrapper.nativeElement;Y.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(Y.style.height=L+"px")}_removeTabBodyWrapperHeight(){const L=this._tabBodyWrapper.nativeElement;this._tabBodyWrapperHeight=L.clientHeight,L.style.height="",this.animationDone.emit()}_handleClick(L,Y,Ht){Y.focusIndex=Ht,L.disabled||(this.selectedIndex=Ht)}_getTabIndex(L){return L===(this._lastFocusedTabIndex??this.selectedIndex)?0:-1}_tabFocusChanged(L,Y){L&&"mouse"!==L&&"touch"!==L&&(this._tabHeader.focusIndex=Y)}static{this.\u0275fac=function(Y){return new(Y||Zt)(n.rXU(n.aKT),n.rXU(n.gRc),n.rXU(Be,8),n.rXU(n.bc$,8))}}static{this.\u0275cmp=n.VBU({type:Zt,selectors:[["mat-tab-group"]],contentQueries:function(Y,Ht,Ie){if(1&Y&&n.wni(Ie,Re,5),2&Y){let sn;n.mGM(sn=n.lsd())&&(Ht._allTabs=sn)}},viewQuery:function(Y,Ht){if(1&Y&&(n.GBs(_t,5),n.GBs(K,5)),2&Y){let Ie;n.mGM(Ie=n.lsd())&&(Ht._tabBodyWrapper=Ie.first),n.mGM(Ie=n.lsd())&&(Ht._tabHeader=Ie.first)}},hostAttrs:[1,"mat-mdc-tab-group"],hostVars:10,hostBindings:function(Y,Ht){2&Y&&(n.HbH("mat-"+(Ht.color||"primary")),n.xc7("--mat-tab-animation-duration",Ht.animationDuration),n.AVh("mat-mdc-tab-group-dynamic-height",Ht.dynamicHeight)("mat-mdc-tab-group-inverted-header","below"===Ht.headerPosition)("mat-mdc-tab-group-stretch-tabs",Ht.stretchTabs))},inputs:{color:"color",fitInkBarToContent:[2,"fitInkBarToContent","fitInkBarToContent",n.L39],stretchTabs:[2,"mat-stretch-tabs","stretchTabs",n.L39],dynamicHeight:[2,"dynamicHeight","dynamicHeight",n.L39],selectedIndex:[2,"selectedIndex","selectedIndex",n.Udg],headerPosition:"headerPosition",animationDuration:"animationDuration",contentTabIndex:[2,"contentTabIndex","contentTabIndex",n.Udg],disablePagination:[2,"disablePagination","disablePagination",n.L39],disableRipple:[2,"disableRipple","disableRipple",n.L39],preserveContent:[2,"preserveContent","preserveContent",n.L39],backgroundColor:"backgroundColor",ariaLabel:[0,"aria-label","ariaLabel"],ariaLabelledby:[0,"aria-labelledby","ariaLabelledby"]},outputs:{selectedIndexChange:"selectedIndexChange",focusChange:"focusChange",animationDone:"animationDone",selectedTabChange:"selectedTabChange"},exportAs:["matTabGroup"],standalone:!0,features:[n.Jv_([{provide:ne,useExisting:Zt}]),n.GFd,n.aNF],ngContentSelectors:it,decls:9,vars:8,consts:[["tabHeader",""],["tabBodyWrapper",""],["tabNode",""],[3,"indexFocused","selectFocusedIndex","selectedIndex","disableRipple","disablePagination","aria-label","aria-labelledby"],["role","tab","matTabLabelWrapper","","cdkMonitorElementFocus","",1,"mdc-tab","mat-mdc-tab","mat-mdc-focus-indicator",3,"id","mdc-tab--active","class","disabled","fitInkBarToContent"],[1,"mat-mdc-tab-body-wrapper"],["role","tabpanel",3,"id","mat-mdc-tab-body-active","class","content","position","origin","animationDuration","preserveContent"],["role","tab","matTabLabelWrapper","","cdkMonitorElementFocus","",1,"mdc-tab","mat-mdc-tab","mat-mdc-focus-indicator",3,"click","cdkFocusChange","id","disabled","fitInkBarToContent"],[1,"mdc-tab__ripple"],["mat-ripple","",1,"mat-mdc-tab-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mdc-tab__content"],[1,"mdc-tab__text-label"],[3,"cdkPortalOutlet"],["role","tabpanel",3,"_onCentered","_onCentering","id","content","position","origin","animationDuration","preserveContent"]],template:function(Y,Ht){if(1&Y){const Ie=n.RV6();n.NAR(),n.j41(0,"mat-tab-header",3,0),n.bIt("indexFocused",function(ge){return n.eBV(Ie),n.Njj(Ht._focusChanged(ge))})("selectFocusedIndex",function(ge){return n.eBV(Ie),n.Njj(Ht.selectedIndex=ge)}),n.Z7z(2,ke,8,17,"div",4,n.fX1),n.k0s(),n.DNE(4,Ze,1,0),n.j41(5,"div",5,1),n.Z7z(7,xe,1,13,"mat-tab-body",6,n.fX1),n.k0s()}2&Y&&(n.Y8G("selectedIndex",Ht.selectedIndex||0)("disableRipple",Ht.disableRipple)("disablePagination",Ht.disablePagination)("aria-label",Ht.ariaLabel)("aria-labelledby",Ht.ariaLabelledby),n.R7$(2),n.Dyx(Ht._tabs),n.R7$(2),n.vxM(Ht._isServer?4:-1),n.R7$(),n.AVh("_mat-animation-noopable","NoopAnimations"===Ht._animationMode),n.R7$(2),n.Dyx(Ht._tabs))},dependencies:[Ce,qt,zt.vR,i.r6,r.I3,En],styles:['.mdc-tab{min-width:90px;padding:0 24px;display:flex;flex:1 0 auto;justify-content:center;box-sizing:border-box;border:none;outline:none;text-align:center;white-space:nowrap;cursor:pointer;z-index:1}.mdc-tab__content{display:flex;align-items:center;justify-content:center;height:inherit;pointer-events:none}.mdc-tab__text-label{transition:150ms color linear;display:inline-block;line-height:1;z-index:2}.mdc-tab--active .mdc-tab__text-label{transition-delay:100ms}._mat-animation-noopable .mdc-tab__text-label{transition:none}.mdc-tab-indicator{display:flex;position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;pointer-events:none;z-index:1}.mdc-tab-indicator__content{transition:var(--mat-tab-animation-duration, 250ms) transform cubic-bezier(0.4, 0, 0.2, 1);transform-origin:left;opacity:0}.mdc-tab-indicator__content--underline{align-self:flex-end;box-sizing:border-box;width:100%;border-top-style:solid}.mdc-tab-indicator--active .mdc-tab-indicator__content{opacity:1}._mat-animation-noopable .mdc-tab-indicator__content,.mdc-tab-indicator--no-transition .mdc-tab-indicator__content{transition:none}.mat-mdc-tab-ripple{position:absolute;top:0;left:0;bottom:0;right:0;pointer-events:none}.mat-mdc-tab{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;background:none;height:var(--mdc-secondary-navigation-tab-container-height);font-family:var(--mat-tab-header-label-text-font, var(--mat-app-title-small-font));font-size:var(--mat-tab-header-label-text-size, var(--mat-app-title-small-size));letter-spacing:var(--mat-tab-header-label-text-tracking, var(--mat-app-title-small-tracking));line-height:var(--mat-tab-header-label-text-line-height, var(--mat-app-title-small-line-height));font-weight:var(--mat-tab-header-label-text-weight, var(--mat-app-title-small-weight))}.mat-mdc-tab.mdc-tab{flex-grow:0}.mat-mdc-tab .mdc-tab-indicator__content--underline{border-color:var(--mdc-tab-indicator-active-indicator-color, var(--mat-app-primary));border-top-width:var(--mdc-tab-indicator-active-indicator-height);border-radius:var(--mdc-tab-indicator-active-indicator-shape)}.mat-mdc-tab:hover .mdc-tab__text-label{color:var(--mat-tab-header-inactive-hover-label-text-color, var(--mat-app-on-surface))}.mat-mdc-tab:focus .mdc-tab__text-label{color:var(--mat-tab-header-inactive-focus-label-text-color, var(--mat-app-on-surface))}.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label{color:var(--mat-tab-header-active-label-text-color, var(--mat-app-on-surface))}.mat-mdc-tab.mdc-tab--active .mdc-tab__ripple::before,.mat-mdc-tab.mdc-tab--active .mat-ripple-element{background-color:var(--mat-tab-header-active-ripple-color, var(--mat-app-on-surface))}.mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label{color:var(--mat-tab-header-active-hover-label-text-color, var(--mat-app-on-surface))}.mat-mdc-tab.mdc-tab--active:hover .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-hover-indicator-color, var(--mat-app-primary))}.mat-mdc-tab.mdc-tab--active:focus .mdc-tab__text-label{color:var(--mat-tab-header-active-focus-label-text-color, var(--mat-app-on-surface))}.mat-mdc-tab.mdc-tab--active:focus .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-active-focus-indicator-color, var(--mat-app-primary))}.mat-mdc-tab.mat-mdc-tab-disabled{opacity:.4;pointer-events:none}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__content{pointer-events:none}.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element{background-color:var(--mat-tab-header-disabled-ripple-color)}.mat-mdc-tab .mdc-tab__ripple::before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;pointer-events:none;background-color:var(--mat-tab-header-inactive-ripple-color, var(--mat-app-on-surface))}.mat-mdc-tab .mdc-tab__text-label{color:var(--mat-tab-header-inactive-label-text-color, var(--mat-app-on-surface));display:inline-flex;align-items:center}.mat-mdc-tab .mdc-tab__content{position:relative;pointer-events:auto}.mat-mdc-tab:hover .mdc-tab__ripple::before{opacity:.04}.mat-mdc-tab.cdk-program-focused .mdc-tab__ripple::before,.mat-mdc-tab.cdk-keyboard-focused .mdc-tab__ripple::before{opacity:.12}.mat-mdc-tab .mat-ripple-element{opacity:.12;background-color:var(--mat-tab-header-inactive-ripple-color, var(--mat-app-on-surface))}.mat-mdc-tab-group.mat-mdc-tab-group-stretch-tabs>.mat-mdc-tab-header .mat-mdc-tab{flex-grow:1}.mat-mdc-tab-group{display:flex;flex-direction:column;max-width:100%}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination{background-color:var(--mat-tab-header-with-background-background-color)}.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mat-mdc-tab .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background.mat-primary>.mat-mdc-tab-header .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab__text-label{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background:not(.mat-primary)>.mat-mdc-tab-header .mat-mdc-tab:not(.mdc-tab--active) .mdc-tab-indicator__content--underline{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-focus-indicator::before,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-focus-indicator::before{border-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-ripple-element,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mdc-tab__ripple::before,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mdc-tab__ripple::before{background-color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header .mat-mdc-tab-header-pagination-chevron,.mat-mdc-tab-group.mat-tabs-with-background>.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron{color:var(--mat-tab-header-with-background-foreground-color)}.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header{flex-direction:column-reverse}.mat-mdc-tab-group.mat-mdc-tab-group-inverted-header .mdc-tab-indicator__content--underline{align-self:flex-start}.mat-mdc-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-mdc-tab-body-wrapper._mat-animation-noopable{transition:none !important;animation:none !important}'],encapsulation:2})}}return Zt})();class De{}let cn=(()=>{class Zt{static{this.\u0275fac=function(Y){return new(Y||Zt)}}static{this.\u0275mod=n.$C({type:Zt})}static{this.\u0275inj=n.G2t({imports:[i.yE,i.yE]})}}return Zt})()},5911:($e,Gt,c)=>{c.d(Gt,{KQ:()=>st,s5:()=>et,uu:()=>tt});var n=c(4438),i=c(6600),r=c(6860),H=c(177);const g=["*",[["mat-toolbar-row"]]],Z=["*","mat-toolbar-row"];let tt=(()=>{class mt{static{this.\u0275fac=function(kt){return new(kt||mt)}}static{this.\u0275dir=n.FsC({type:mt,selectors:[["mat-toolbar-row"]],hostAttrs:[1,"mat-toolbar-row"],exportAs:["matToolbarRow"],standalone:!0})}}return mt})(),st=(()=>{class mt{constructor(gt,kt,zt){this._elementRef=gt,this._platform=kt,this._document=zt}ngAfterViewInit(){this._platform.isBrowser&&(this._checkToolbarMixedModes(),this._toolbarRows.changes.subscribe(()=>this._checkToolbarMixedModes()))}_checkToolbarMixedModes(){}static{this.\u0275fac=function(kt){return new(kt||mt)(n.rXU(n.aKT),n.rXU(r.OD),n.rXU(H.qQ))}}static{this.\u0275cmp=n.VBU({type:mt,selectors:[["mat-toolbar"]],contentQueries:function(kt,zt,Xt){if(1&kt&&n.wni(Xt,tt,5),2&kt){let pt;n.mGM(pt=n.lsd())&&(zt._toolbarRows=pt)}},hostAttrs:[1,"mat-toolbar"],hostVars:6,hostBindings:function(kt,zt){2&kt&&(n.HbH(zt.color?"mat-"+zt.color:""),n.AVh("mat-toolbar-multiple-rows",zt._toolbarRows.length>0)("mat-toolbar-single-row",0===zt._toolbarRows.length))},inputs:{color:"color"},exportAs:["matToolbar"],standalone:!0,features:[n.aNF],ngContentSelectors:Z,decls:2,vars:0,template:function(kt,zt){1&kt&&(n.NAR(g),n.SdG(0),n.SdG(1,1))},styles:[".mat-toolbar{background:var(--mat-toolbar-container-background-color, var(--mat-app-surface));color:var(--mat-toolbar-container-text-color, var(--mat-app-on-surface))}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font-family:var(--mat-toolbar-title-text-font, var(--mat-app-title-large-font));font-size:var(--mat-toolbar-title-text-size, var(--mat-app-title-large-size));line-height:var(--mat-toolbar-title-text-line-height, var(--mat-app-title-large-line-height));font-weight:var(--mat-toolbar-title-text-weight, var(--mat-app-title-large-weight));letter-spacing:var(--mat-toolbar-title-text-tracking, var(--mat-app-title-large-tracking));margin:0}.cdk-high-contrast-active .mat-toolbar{outline:solid 1px}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar .mat-mdc-button-base.mat-mdc-button-base.mat-unthemed{--mdc-text-button-label-text-color:var(--mat-toolbar-container-text-color, var(--mat-app-on-surface));--mdc-outlined-button-label-text-color:var(--mat-toolbar-container-text-color, var(--mat-app-on-surface))}.mat-toolbar-row,.mat-toolbar-single-row{display:flex;box-sizing:border-box;padding:0 16px;width:100%;flex-direction:row;align-items:center;white-space:nowrap;height:var(--mat-toolbar-standard-height)}@media(max-width: 599px){.mat-toolbar-row,.mat-toolbar-single-row{height:var(--mat-toolbar-mobile-height)}}.mat-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%;min-height:var(--mat-toolbar-standard-height)}@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:var(--mat-toolbar-mobile-height)}}"],encapsulation:2,changeDetection:0})}}return mt})(),et=(()=>{class mt{static{this.\u0275fac=function(kt){return new(kt||mt)}}static{this.\u0275mod=n.$C({type:mt})}static{this.\u0275inj=n.G2t({imports:[i.yE,i.yE]})}}return mt})()},4823:($e,Gt,c)=>{c.d(Gt,{oV:()=>re,uc:()=>wn});var n=c(6977),i=c(4085),r=c(7336),H=c(4438),g=c(177),Z=c(6860),tt=c(8617),st=c(8203),J=c(7987),et=c(5478),mt=c(6939),Ot=c(1413),kt=(c(9969),c(6600));const zt=["tooltip"],Kt=new H.nKC("mat-tooltip-scroll-strategy",{providedIn:"root",factory:()=>{const Fe=(0,H.WQX)(J.hJ);return()=>Fe.scrollStrategies.reposition({scrollThrottle:20})}}),fe={provide:Kt,deps:[J.hJ],useFactory:function Jt(Fe){return()=>Fe.scrollStrategies.reposition({scrollThrottle:20})}},Et=new H.nKC("mat-tooltip-default-options",{providedIn:"root",factory:function Pt(){return{showDelay:0,hideDelay:0,touchendHideDelay:1500}}}),It="tooltip-panel",xt=(0,Z.BQ)({passive:!0});let re=(()=>{class Fe{get position(){return this._position}set position(ht){ht!==this._position&&(this._position=ht,this._overlayRef&&(this._updatePosition(this._overlayRef),this._tooltipInstance?.show(0),this._overlayRef.updatePosition()))}get positionAtOrigin(){return this._positionAtOrigin}set positionAtOrigin(ht){this._positionAtOrigin=(0,i.he)(ht),this._detach(),this._overlayRef=null}get disabled(){return this._disabled}set disabled(ht){const ot=(0,i.he)(ht);this._disabled!==ot&&(this._disabled=ot,ot?this.hide(0):this._setupPointerEnterEventsIfNeeded(),this._syncAriaDescription(this.message))}get showDelay(){return this._showDelay}set showDelay(ht){this._showDelay=(0,i.OE)(ht)}get hideDelay(){return this._hideDelay}set hideDelay(ht){this._hideDelay=(0,i.OE)(ht),this._tooltipInstance&&(this._tooltipInstance._mouseLeaveHideDelay=this._hideDelay)}get message(){return this._message}set message(ht){const ot=this._message;this._message=null!=ht?String(ht).trim():"",!this._message&&this._isTooltipVisible()?this.hide(0):(this._setupPointerEnterEventsIfNeeded(),this._updateTooltipMessage()),this._syncAriaDescription(ot)}get tooltipClass(){return this._tooltipClass}set tooltipClass(ht){this._tooltipClass=ht,this._tooltipInstance&&this._setTooltipClass(this._tooltipClass)}constructor(ht,ot,_t,K,Lt,lt,Ut,ke,Ze,xe,Ae,de){this._overlay=ht,this._elementRef=ot,this._scrollDispatcher=_t,this._viewContainerRef=K,this._ngZone=Lt,this._platform=lt,this._ariaDescriber=Ut,this._focusMonitor=ke,this._dir=xe,this._defaultOptions=Ae,this._position="below",this._positionAtOrigin=!1,this._disabled=!1,this._viewInitialized=!1,this._pointerExitEventsInitialized=!1,this._tooltipComponent=Ve,this._viewportMargin=8,this._cssClassPrefix="mat-mdc",this.touchGestures="auto",this._message="",this._passiveListeners=[],this._touchstartTimeout=null,this._destroyed=new Ot.B,this._injector=(0,H.WQX)(H.zZn),this._scrollStrategy=Ze,this._document=de,Ae&&(this._showDelay=Ae.showDelay,this._hideDelay=Ae.hideDelay,Ae.position&&(this.position=Ae.position),Ae.positionAtOrigin&&(this.positionAtOrigin=Ae.positionAtOrigin),Ae.touchGestures&&(this.touchGestures=Ae.touchGestures),Ae.tooltipClass&&(this.tooltipClass=Ae.tooltipClass)),xe.change.pipe((0,n.Q)(this._destroyed)).subscribe(()=>{this._overlayRef&&this._updatePosition(this._overlayRef)}),this._viewportMargin=8}ngAfterViewInit(){this._viewInitialized=!0,this._setupPointerEnterEventsIfNeeded(),this._focusMonitor.monitor(this._elementRef).pipe((0,n.Q)(this._destroyed)).subscribe(ht=>{ht?"keyboard"===ht&&this._ngZone.run(()=>this.show()):this._ngZone.run(()=>this.hide(0))})}ngOnDestroy(){const ht=this._elementRef.nativeElement;this._touchstartTimeout&&clearTimeout(this._touchstartTimeout),this._overlayRef&&(this._overlayRef.dispose(),this._tooltipInstance=null),this._passiveListeners.forEach(([ot,_t])=>{ht.removeEventListener(ot,_t,xt)}),this._passiveListeners.length=0,this._destroyed.next(),this._destroyed.complete(),this._ariaDescriber.removeDescription(ht,this.message,"tooltip"),this._focusMonitor.stopMonitoring(ht)}show(ht=this.showDelay,ot){if(this.disabled||!this.message||this._isTooltipVisible())return void this._tooltipInstance?._cancelPendingAnimations();const _t=this._createOverlay(ot);this._detach(),this._portal=this._portal||new mt.A8(this._tooltipComponent,this._viewContainerRef);const K=this._tooltipInstance=_t.attach(this._portal).instance;K._triggerElement=this._elementRef.nativeElement,K._mouseLeaveHideDelay=this._hideDelay,K.afterHidden().pipe((0,n.Q)(this._destroyed)).subscribe(()=>this._detach()),this._setTooltipClass(this._tooltipClass),this._updateTooltipMessage(),K.show(ht)}hide(ht=this.hideDelay){const ot=this._tooltipInstance;ot&&(ot.isVisible()?ot.hide(ht):(ot._cancelPendingAnimations(),this._detach()))}toggle(ht){this._isTooltipVisible()?this.hide():this.show(void 0,ht)}_isTooltipVisible(){return!!this._tooltipInstance&&this._tooltipInstance.isVisible()}_createOverlay(ht){if(this._overlayRef){const K=this._overlayRef.getConfig().positionStrategy;if((!this.positionAtOrigin||!ht)&&K._origin instanceof H.aKT)return this._overlayRef;this._detach()}const ot=this._scrollDispatcher.getAncestorScrollContainers(this._elementRef),_t=this._overlay.position().flexibleConnectedTo(this.positionAtOrigin&&ht||this._elementRef).withTransformOriginOn(`.${this._cssClassPrefix}-tooltip`).withFlexibleDimensions(!1).withViewportMargin(this._viewportMargin).withScrollableContainers(ot);return _t.positionChanges.pipe((0,n.Q)(this._destroyed)).subscribe(K=>{this._updateCurrentPositionClass(K.connectionPair),this._tooltipInstance&&K.scrollableViewProperties.isOverlayClipped&&this._tooltipInstance.isVisible()&&this._ngZone.run(()=>this.hide(0))}),this._overlayRef=this._overlay.create({direction:this._dir,positionStrategy:_t,panelClass:`${this._cssClassPrefix}-${It}`,scrollStrategy:this._scrollStrategy()}),this._updatePosition(this._overlayRef),this._overlayRef.detachments().pipe((0,n.Q)(this._destroyed)).subscribe(()=>this._detach()),this._overlayRef.outsidePointerEvents().pipe((0,n.Q)(this._destroyed)).subscribe(()=>this._tooltipInstance?._handleBodyInteraction()),this._overlayRef.keydownEvents().pipe((0,n.Q)(this._destroyed)).subscribe(K=>{this._isTooltipVisible()&&K.keyCode===r._f&&!(0,r.rp)(K)&&(K.preventDefault(),K.stopPropagation(),this._ngZone.run(()=>this.hide(0)))}),this._defaultOptions?.disableTooltipInteractivity&&this._overlayRef.addPanelClass(`${this._cssClassPrefix}-tooltip-panel-non-interactive`),this._overlayRef}_detach(){this._overlayRef&&this._overlayRef.hasAttached()&&this._overlayRef.detach(),this._tooltipInstance=null}_updatePosition(ht){const ot=ht.getConfig().positionStrategy,_t=this._getOrigin(),K=this._getOverlayPosition();ot.withPositions([this._addOffset({..._t.main,...K.main}),this._addOffset({..._t.fallback,...K.fallback})])}_addOffset(ht){const _t=!this._dir||"ltr"==this._dir.value;return"top"===ht.originY?ht.offsetY=-8:"bottom"===ht.originY?ht.offsetY=8:"start"===ht.originX?ht.offsetX=_t?-8:8:"end"===ht.originX&&(ht.offsetX=_t?8:-8),ht}_getOrigin(){const ht=!this._dir||"ltr"==this._dir.value,ot=this.position;let _t;"above"==ot||"below"==ot?_t={originX:"center",originY:"above"==ot?"top":"bottom"}:"before"==ot||"left"==ot&&ht||"right"==ot&&!ht?_t={originX:"start",originY:"center"}:("after"==ot||"right"==ot&&ht||"left"==ot&&!ht)&&(_t={originX:"end",originY:"center"});const{x:K,y:Lt}=this._invertPosition(_t.originX,_t.originY);return{main:_t,fallback:{originX:K,originY:Lt}}}_getOverlayPosition(){const ht=!this._dir||"ltr"==this._dir.value,ot=this.position;let _t;"above"==ot?_t={overlayX:"center",overlayY:"bottom"}:"below"==ot?_t={overlayX:"center",overlayY:"top"}:"before"==ot||"left"==ot&&ht||"right"==ot&&!ht?_t={overlayX:"end",overlayY:"center"}:("after"==ot||"right"==ot&&ht||"left"==ot&&!ht)&&(_t={overlayX:"start",overlayY:"center"});const{x:K,y:Lt}=this._invertPosition(_t.overlayX,_t.overlayY);return{main:_t,fallback:{overlayX:K,overlayY:Lt}}}_updateTooltipMessage(){this._tooltipInstance&&(this._tooltipInstance.message=this.message,this._tooltipInstance._markForCheck(),(0,H.mal)(()=>{this._tooltipInstance&&this._overlayRef.updatePosition()},{injector:this._injector}))}_setTooltipClass(ht){this._tooltipInstance&&(this._tooltipInstance.tooltipClass=ht,this._tooltipInstance._markForCheck())}_invertPosition(ht,ot){return"above"===this.position||"below"===this.position?"top"===ot?ot="bottom":"bottom"===ot&&(ot="top"):"end"===ht?ht="start":"start"===ht&&(ht="end"),{x:ht,y:ot}}_updateCurrentPositionClass(ht){const{overlayY:ot,originX:_t,originY:K}=ht;let Lt;if(Lt="center"===ot?this._dir&&"rtl"===this._dir.value?"end"===_t?"left":"right":"start"===_t?"left":"right":"bottom"===ot&&"top"===K?"above":"below",Lt!==this._currentPosition){const lt=this._overlayRef;if(lt){const Ut=`${this._cssClassPrefix}-${It}-`;lt.removePanelClass(Ut+this._currentPosition),lt.addPanelClass(Ut+Lt)}this._currentPosition=Lt}}_setupPointerEnterEventsIfNeeded(){this._disabled||!this.message||!this._viewInitialized||this._passiveListeners.length||(this._platformSupportsMouseEvents()?this._passiveListeners.push(["mouseenter",ht=>{let ot;this._setupPointerExitEventsIfNeeded(),void 0!==ht.x&&void 0!==ht.y&&(ot=ht),this.show(void 0,ot)}]):"off"!==this.touchGestures&&(this._disableNativeGesturesIfNecessary(),this._passiveListeners.push(["touchstart",ht=>{const ot=ht.targetTouches?.[0],_t=ot?{x:ot.clientX,y:ot.clientY}:void 0;this._setupPointerExitEventsIfNeeded(),this._touchstartTimeout&&clearTimeout(this._touchstartTimeout),this._touchstartTimeout=setTimeout(()=>{this._touchstartTimeout=null,this.show(void 0,_t)},this._defaultOptions.touchLongPressShowDelay??500)}])),this._addListeners(this._passiveListeners))}_setupPointerExitEventsIfNeeded(){if(this._pointerExitEventsInitialized)return;this._pointerExitEventsInitialized=!0;const ht=[];if(this._platformSupportsMouseEvents())ht.push(["mouseleave",ot=>{const _t=ot.relatedTarget;(!_t||!this._overlayRef?.overlayElement.contains(_t))&&this.hide()}],["wheel",ot=>this._wheelListener(ot)]);else if("off"!==this.touchGestures){this._disableNativeGesturesIfNecessary();const ot=()=>{this._touchstartTimeout&&clearTimeout(this._touchstartTimeout),this.hide(this._defaultOptions.touchendHideDelay)};ht.push(["touchend",ot],["touchcancel",ot])}this._addListeners(ht),this._passiveListeners.push(...ht)}_addListeners(ht){ht.forEach(([ot,_t])=>{this._elementRef.nativeElement.addEventListener(ot,_t,xt)})}_platformSupportsMouseEvents(){return!this._platform.IOS&&!this._platform.ANDROID}_wheelListener(ht){if(this._isTooltipVisible()){const ot=this._document.elementFromPoint(ht.clientX,ht.clientY),_t=this._elementRef.nativeElement;ot!==_t&&!_t.contains(ot)&&this.hide()}}_disableNativeGesturesIfNecessary(){const ht=this.touchGestures;if("off"!==ht){const ot=this._elementRef.nativeElement,_t=ot.style;("on"===ht||"INPUT"!==ot.nodeName&&"TEXTAREA"!==ot.nodeName)&&(_t.userSelect=_t.msUserSelect=_t.webkitUserSelect=_t.MozUserSelect="none"),("on"===ht||!ot.draggable)&&(_t.webkitUserDrag="none"),_t.touchAction="none",_t.webkitTapHighlightColor="transparent"}}_syncAriaDescription(ht){this._ariaDescriptionPending||(this._ariaDescriptionPending=!0,this._ariaDescriber.removeDescription(this._elementRef.nativeElement,ht,"tooltip"),this._ngZone.runOutsideAngular(()=>{Promise.resolve().then(()=>{this._ariaDescriptionPending=!1,this.message&&!this.disabled&&this._ariaDescriber.describe(this._elementRef.nativeElement,this.message,"tooltip")})}))}static{this.\u0275fac=function(ot){return new(ot||Fe)(H.rXU(J.hJ),H.rXU(H.aKT),H.rXU(et.R),H.rXU(H.c1b),H.rXU(H.SKi),H.rXU(Z.OD),H.rXU(tt.vr),H.rXU(tt.FN),H.rXU(Kt),H.rXU(st.dS),H.rXU(Et,8),H.rXU(g.qQ))}}static{this.\u0275dir=H.FsC({type:Fe,selectors:[["","matTooltip",""]],hostAttrs:[1,"mat-mdc-tooltip-trigger"],hostVars:2,hostBindings:function(ot,_t){2&ot&&H.AVh("mat-mdc-tooltip-disabled",_t.disabled)},inputs:{position:[0,"matTooltipPosition","position"],positionAtOrigin:[0,"matTooltipPositionAtOrigin","positionAtOrigin"],disabled:[0,"matTooltipDisabled","disabled"],showDelay:[0,"matTooltipShowDelay","showDelay"],hideDelay:[0,"matTooltipHideDelay","hideDelay"],touchGestures:[0,"matTooltipTouchGestures","touchGestures"],message:[0,"matTooltip","message"],tooltipClass:[0,"matTooltipClass","tooltipClass"]},exportAs:["matTooltip"],standalone:!0})}}return Fe})(),Ve=(()=>{class Fe{constructor(ht,ot,_t){this._changeDetectorRef=ht,this._elementRef=ot,this._isMultiline=!1,this._closeOnInteraction=!1,this._isVisible=!1,this._onHide=new Ot.B,this._showAnimation="mat-mdc-tooltip-show",this._hideAnimation="mat-mdc-tooltip-hide",this._animationsDisabled="NoopAnimations"===_t}show(ht){null!=this._hideTimeoutId&&clearTimeout(this._hideTimeoutId),this._showTimeoutId=setTimeout(()=>{this._toggleVisibility(!0),this._showTimeoutId=void 0},ht)}hide(ht){null!=this._showTimeoutId&&clearTimeout(this._showTimeoutId),this._hideTimeoutId=setTimeout(()=>{this._toggleVisibility(!1),this._hideTimeoutId=void 0},ht)}afterHidden(){return this._onHide}isVisible(){return this._isVisible}ngOnDestroy(){this._cancelPendingAnimations(),this._onHide.complete(),this._triggerElement=null}_handleBodyInteraction(){this._closeOnInteraction&&this.hide(0)}_markForCheck(){this._changeDetectorRef.markForCheck()}_handleMouseLeave({relatedTarget:ht}){(!ht||!this._triggerElement.contains(ht))&&(this.isVisible()?this.hide(this._mouseLeaveHideDelay):this._finalizeAnimation(!1))}_onShow(){this._isMultiline=this._isTooltipMultiline(),this._markForCheck()}_isTooltipMultiline(){const ht=this._elementRef.nativeElement.getBoundingClientRect();return ht.height>24&&ht.width>=200}_handleAnimationEnd({animationName:ht}){(ht===this._showAnimation||ht===this._hideAnimation)&&this._finalizeAnimation(ht===this._showAnimation)}_cancelPendingAnimations(){null!=this._showTimeoutId&&clearTimeout(this._showTimeoutId),null!=this._hideTimeoutId&&clearTimeout(this._hideTimeoutId),this._showTimeoutId=this._hideTimeoutId=void 0}_finalizeAnimation(ht){ht?this._closeOnInteraction=!0:this.isVisible()||this._onHide.next()}_toggleVisibility(ht){const ot=this._tooltip.nativeElement,_t=this._showAnimation,K=this._hideAnimation;if(ot.classList.remove(ht?K:_t),ot.classList.add(ht?_t:K),this._isVisible!==ht&&(this._isVisible=ht,this._changeDetectorRef.markForCheck()),ht&&!this._animationsDisabled&&"function"==typeof getComputedStyle){const Lt=getComputedStyle(ot);("0s"===Lt.getPropertyValue("animation-duration")||"none"===Lt.getPropertyValue("animation-name"))&&(this._animationsDisabled=!0)}ht&&this._onShow(),this._animationsDisabled&&(ot.classList.add("_mat-animation-noopable"),this._finalizeAnimation(ht))}static{this.\u0275fac=function(ot){return new(ot||Fe)(H.rXU(H.gRc),H.rXU(H.aKT),H.rXU(H.bc$,8))}}static{this.\u0275cmp=H.VBU({type:Fe,selectors:[["mat-tooltip-component"]],viewQuery:function(ot,_t){if(1&ot&&H.GBs(zt,7),2&ot){let K;H.mGM(K=H.lsd())&&(_t._tooltip=K.first)}},hostAttrs:["aria-hidden","true"],hostBindings:function(ot,_t){1&ot&&H.bIt("mouseleave",function(Lt){return _t._handleMouseLeave(Lt)})},standalone:!0,features:[H.aNF],decls:4,vars:4,consts:[["tooltip",""],[1,"mdc-tooltip","mat-mdc-tooltip",3,"animationend","ngClass"],[1,"mat-mdc-tooltip-surface","mdc-tooltip__surface"]],template:function(ot,_t){if(1&ot){const K=H.RV6();H.j41(0,"div",1,0),H.bIt("animationend",function(lt){return H.eBV(K),H.Njj(_t._handleAnimationEnd(lt))}),H.j41(2,"div",2),H.EFF(3),H.k0s()()}2&ot&&(H.AVh("mdc-tooltip--multiline",_t._isMultiline),H.Y8G("ngClass",_t.tooltipClass),H.R7$(3),H.JRh(_t.message))},dependencies:[g.YU],styles:['.mat-mdc-tooltip{position:relative;transform:scale(0);display:inline-flex}.mat-mdc-tooltip::before{content:"";top:0;right:0;bottom:0;left:0;z-index:-1;position:absolute}.mat-mdc-tooltip-panel-below .mat-mdc-tooltip::before{top:-8px}.mat-mdc-tooltip-panel-above .mat-mdc-tooltip::before{bottom:-8px}.mat-mdc-tooltip-panel-right .mat-mdc-tooltip::before{left:-8px}.mat-mdc-tooltip-panel-left .mat-mdc-tooltip::before{right:-8px}.mat-mdc-tooltip._mat-animation-noopable{animation:none;transform:scale(1)}.mat-mdc-tooltip-surface{word-break:normal;overflow-wrap:anywhere;padding:4px 8px;min-width:40px;max-width:200px;min-height:24px;max-height:40vh;box-sizing:border-box;overflow:hidden;text-align:center;will-change:transform,opacity;background-color:var(--mdc-plain-tooltip-container-color, var(--mat-app-inverse-surface));color:var(--mdc-plain-tooltip-supporting-text-color, var(--mat-app-inverse-on-surface));border-radius:var(--mdc-plain-tooltip-container-shape, var(--mat-app-corner-extra-small));font-family:var(--mdc-plain-tooltip-supporting-text-font, var(--mat-app-body-small-font));font-size:var(--mdc-plain-tooltip-supporting-text-size, var(--mat-app-body-small-size));font-weight:var(--mdc-plain-tooltip-supporting-text-weight, var(--mat-app-body-small-weight));line-height:var(--mdc-plain-tooltip-supporting-text-line-height, var(--mat-app-body-small-line-height));letter-spacing:var(--mdc-plain-tooltip-supporting-text-tracking, var(--mat-app-body-small-tracking))}.mat-mdc-tooltip-surface::before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid rgba(0,0,0,0);border-radius:inherit;content:"";pointer-events:none}.mdc-tooltip--multiline .mat-mdc-tooltip-surface{text-align:left}[dir=rtl] .mdc-tooltip--multiline .mat-mdc-tooltip-surface{text-align:right}.mat-mdc-tooltip-panel.mat-mdc-tooltip-panel-non-interactive{pointer-events:none}@keyframes mat-mdc-tooltip-show{0%{opacity:0;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@keyframes mat-mdc-tooltip-hide{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(0.8)}}.mat-mdc-tooltip-show{animation:mat-mdc-tooltip-show 150ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-mdc-tooltip-hide{animation:mat-mdc-tooltip-hide 75ms cubic-bezier(0.4, 0, 1, 1) forwards}'],encapsulation:2,changeDetection:0})}}return Fe})(),wn=(()=>{class Fe{static{this.\u0275fac=function(ot){return new(ot||Fe)}}static{this.\u0275mod=H.$C({type:Fe})}static{this.\u0275inj=H.G2t({providers:[fe],imports:[tt.Pd,g.MD,J.z_,kt.yE,kt.yE,et.Gj]})}}return Fe})()},345:($e,Gt,c)=>{c.d(Gt,{$x:()=>jn,B7:()=>dt,B8:()=>K,hE:()=>Re,up:()=>mn});var n=c(177),i=c(4438),r=c(1626);class H extends n.VF{constructor(){super(...arguments),this.supportsDOMEvents=!0}}class g extends H{static makeCurrent(){(0,n.ZD)(new g)}onAndCancel(ae,L,Y){return ae.addEventListener(L,Y),()=>{ae.removeEventListener(L,Y)}}dispatchEvent(ae,L){ae.dispatchEvent(L)}remove(ae){ae.remove()}createElement(ae,L){return(L=L||this.getDefaultDocument()).createElement(ae)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(ae){return ae.nodeType===Node.ELEMENT_NODE}isShadowRoot(ae){return ae instanceof DocumentFragment}getGlobalEventTarget(ae,L){return"window"===L?window:"document"===L?ae:"body"===L?ae.body:null}getBaseHref(ae){const L=function tt(){return Z=Z||document.querySelector("base"),Z?Z.getAttribute("href"):null}();return null==L?null:function st(Zt){return new URL(Zt,document.baseURI).pathname}(L)}resetBaseElement(){Z=null}getUserAgent(){return window.navigator.userAgent}getCookie(ae){return(0,n._b)(document.cookie,ae)}}let Z=null,et=(()=>{class Zt{build(){return new XMLHttpRequest}static{this.\u0275fac=function(Y){return new(Y||Zt)}}static{this.\u0275prov=i.jDH({token:Zt,factory:Zt.\u0275fac})}}return Zt})();const mt=new i.nKC("");let Ot=(()=>{class Zt{constructor(L,Y){this._zone=Y,this._eventNameToPlugin=new Map,L.forEach(Ht=>{Ht.manager=this}),this._plugins=L.slice().reverse()}addEventListener(L,Y,Ht){return this._findPluginFor(Y).addEventListener(L,Y,Ht)}getZone(){return this._zone}_findPluginFor(L){let Y=this._eventNameToPlugin.get(L);if(Y)return Y;if(Y=this._plugins.find(Ie=>Ie.supports(L)),!Y)throw new i.wOt(5101,!1);return this._eventNameToPlugin.set(L,Y),Y}static{this.\u0275fac=function(Y){return new(Y||Zt)(i.KVO(mt),i.KVO(i.SKi))}}static{this.\u0275prov=i.jDH({token:Zt,factory:Zt.\u0275fac})}}return Zt})();class gt{constructor(ae){this._doc=ae}}const kt="ng-app-id";let zt=(()=>{class Zt{constructor(L,Y,Ht,Ie={}){this.doc=L,this.appId=Y,this.nonce=Ht,this.platformId=Ie,this.styleRef=new Map,this.hostNodes=new Set,this.styleNodesInDOM=this.collectServerRenderedStyles(),this.platformIsServer=(0,n.Vy)(Ie),this.resetHostNodes()}addStyles(L){for(const Y of L)1===this.changeUsageCount(Y,1)&&this.onStyleAdded(Y)}removeStyles(L){for(const Y of L)this.changeUsageCount(Y,-1)<=0&&this.onStyleRemoved(Y)}ngOnDestroy(){const L=this.styleNodesInDOM;L&&(L.forEach(Y=>Y.remove()),L.clear());for(const Y of this.getAllStyles())this.onStyleRemoved(Y);this.resetHostNodes()}addHost(L){this.hostNodes.add(L);for(const Y of this.getAllStyles())this.addStyleToHost(L,Y)}removeHost(L){this.hostNodes.delete(L)}getAllStyles(){return this.styleRef.keys()}onStyleAdded(L){for(const Y of this.hostNodes)this.addStyleToHost(Y,L)}onStyleRemoved(L){const Y=this.styleRef;Y.get(L)?.elements?.forEach(Ht=>Ht.remove()),Y.delete(L)}collectServerRenderedStyles(){const L=this.doc.head?.querySelectorAll(`style[${kt}="${this.appId}"]`);if(L?.length){const Y=new Map;return L.forEach(Ht=>{null!=Ht.textContent&&Y.set(Ht.textContent,Ht)}),Y}return null}changeUsageCount(L,Y){const Ht=this.styleRef;if(Ht.has(L)){const Ie=Ht.get(L);return Ie.usage+=Y,Ie.usage}return Ht.set(L,{usage:Y,elements:[]}),Y}getStyleElement(L,Y){const Ht=this.styleNodesInDOM,Ie=Ht?.get(Y);if(Ie?.parentNode===L)return Ht.delete(Y),Ie.removeAttribute(kt),Ie;{const sn=this.doc.createElement("style");return this.nonce&&sn.setAttribute("nonce",this.nonce),sn.textContent=Y,this.platformIsServer&&sn.setAttribute(kt,this.appId),L.appendChild(sn),sn}}addStyleToHost(L,Y){const Ht=this.getStyleElement(L,Y),Ie=this.styleRef,sn=Ie.get(Y)?.elements;sn?sn.push(Ht):Ie.set(Y,{elements:[Ht],usage:1})}resetHostNodes(){const L=this.hostNodes;L.clear(),L.add(this.doc.head)}static{this.\u0275fac=function(Y){return new(Y||Zt)(i.KVO(n.qQ),i.KVO(i.sZ2),i.KVO(i.BIS,8),i.KVO(i.Agw))}}static{this.\u0275prov=i.jDH({token:Zt,factory:Zt.\u0275fac})}}return Zt})();const Xt={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},pt=/%COMP%/g,Et=new i.nKC("",{providedIn:"root",factory:()=>!0});function xt(Zt,ae){return ae.map(L=>L.replace(pt,Zt))}let dt=(()=>{class Zt{constructor(L,Y,Ht,Ie,sn,ge,Me,Ct=null){this.eventManager=L,this.sharedStylesHost=Y,this.appId=Ht,this.removeStylesOnCompDestroy=Ie,this.doc=sn,this.platformId=ge,this.ngZone=Me,this.nonce=Ct,this.rendererByCompId=new Map,this.platformIsServer=(0,n.Vy)(ge),this.defaultRenderer=new Vt(L,sn,Me,this.platformIsServer)}createRenderer(L,Y){if(!L||!Y)return this.defaultRenderer;this.platformIsServer&&Y.encapsulation===i.gXe.ShadowDom&&(Y={...Y,encapsulation:i.gXe.Emulated});const Ht=this.getOrCreateRenderer(L,Y);return Ht instanceof wn?Ht.applyToHost(L):Ht instanceof on&&Ht.applyStyles(),Ht}getOrCreateRenderer(L,Y){const Ht=this.rendererByCompId;let Ie=Ht.get(Y.id);if(!Ie){const sn=this.doc,ge=this.ngZone,Me=this.eventManager,Ct=this.sharedStylesHost,me=this.removeStylesOnCompDestroy,Nt=this.platformIsServer;switch(Y.encapsulation){case i.gXe.Emulated:Ie=new wn(Me,Ct,Y,this.appId,me,sn,ge,Nt);break;case i.gXe.ShadowDom:return new Ve(Me,Ct,L,Y,sn,ge,this.nonce,Nt);default:Ie=new on(Me,Ct,Y,me,sn,ge,Nt)}Ht.set(Y.id,Ie)}return Ie}ngOnDestroy(){this.rendererByCompId.clear()}static{this.\u0275fac=function(Y){return new(Y||Zt)(i.KVO(Ot),i.KVO(zt),i.KVO(i.sZ2),i.KVO(Et),i.KVO(n.qQ),i.KVO(i.Agw),i.KVO(i.SKi),i.KVO(i.BIS))}}static{this.\u0275prov=i.jDH({token:Zt,factory:Zt.\u0275fac})}}return Zt})();class Vt{constructor(ae,L,Y,Ht){this.eventManager=ae,this.doc=L,this.ngZone=Y,this.platformIsServer=Ht,this.data=Object.create(null),this.throwOnSyntheticProps=!0,this.destroyNode=null}destroy(){}createElement(ae,L){return L?this.doc.createElementNS(Xt[L]||L,ae):this.doc.createElement(ae)}createComment(ae){return this.doc.createComment(ae)}createText(ae){return this.doc.createTextNode(ae)}appendChild(ae,L){(re(ae)?ae.content:ae).appendChild(L)}insertBefore(ae,L,Y){ae&&(re(ae)?ae.content:ae).insertBefore(L,Y)}removeChild(ae,L){L.remove()}selectRootElement(ae,L){let Y="string"==typeof ae?this.doc.querySelector(ae):ae;if(!Y)throw new i.wOt(-5104,!1);return L||(Y.textContent=""),Y}parentNode(ae){return ae.parentNode}nextSibling(ae){return ae.nextSibling}setAttribute(ae,L,Y,Ht){if(Ht){L=Ht+":"+L;const Ie=Xt[Ht];Ie?ae.setAttributeNS(Ie,L,Y):ae.setAttribute(L,Y)}else ae.setAttribute(L,Y)}removeAttribute(ae,L,Y){if(Y){const Ht=Xt[Y];Ht?ae.removeAttributeNS(Ht,L):ae.removeAttribute(`${Y}:${L}`)}else ae.removeAttribute(L)}addClass(ae,L){ae.classList.add(L)}removeClass(ae,L){ae.classList.remove(L)}setStyle(ae,L,Y,Ht){Ht&(i.czy.DashCase|i.czy.Important)?ae.style.setProperty(L,Y,Ht&i.czy.Important?"important":""):ae.style[L]=Y}removeStyle(ae,L,Y){Y&i.czy.DashCase?ae.style.removeProperty(L):ae.style[L]=""}setProperty(ae,L,Y){null!=ae&&(ae[L]=Y)}setValue(ae,L){ae.nodeValue=L}listen(ae,L,Y){if("string"==typeof ae&&!(ae=(0,n.QT)().getGlobalEventTarget(this.doc,ae)))throw new Error(`Unsupported event target ${ae} for event ${L}`);return this.eventManager.addEventListener(ae,L,this.decoratePreventDefault(Y))}decoratePreventDefault(ae){return L=>{if("__ngUnwrap__"===L)return ae;!1===(this.platformIsServer?this.ngZone.runGuarded(()=>ae(L)):ae(L))&&L.preventDefault()}}}function re(Zt){return"TEMPLATE"===Zt.tagName&&void 0!==Zt.content}class Ve extends Vt{constructor(ae,L,Y,Ht,Ie,sn,ge,Me){super(ae,Ie,sn,Me),this.sharedStylesHost=L,this.hostEl=Y,this.shadowRoot=Y.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);const Ct=xt(Ht.id,Ht.styles);for(const me of Ct){const Nt=document.createElement("style");ge&&Nt.setAttribute("nonce",ge),Nt.textContent=me,this.shadowRoot.appendChild(Nt)}}nodeOrShadowRoot(ae){return ae===this.hostEl?this.shadowRoot:ae}appendChild(ae,L){return super.appendChild(this.nodeOrShadowRoot(ae),L)}insertBefore(ae,L,Y){return super.insertBefore(this.nodeOrShadowRoot(ae),L,Y)}removeChild(ae,L){return super.removeChild(null,L)}parentNode(ae){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(ae)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}}class on extends Vt{constructor(ae,L,Y,Ht,Ie,sn,ge,Me){super(ae,Ie,sn,ge),this.sharedStylesHost=L,this.removeStylesOnCompDestroy=Ht,this.styles=Me?xt(Me,Y.styles):Y.styles}applyStyles(){this.sharedStylesHost.addStyles(this.styles)}destroy(){this.removeStylesOnCompDestroy&&this.sharedStylesHost.removeStyles(this.styles)}}class wn extends on{constructor(ae,L,Y,Ht,Ie,sn,ge,Me){const Ct=Ht+"-"+Y.id;super(ae,L,Y,Ie,sn,ge,Me,Ct),this.contentAttr=function rt(Zt){return"_ngcontent-%COMP%".replace(pt,Zt)}(Ct),this.hostAttr=function It(Zt){return"_nghost-%COMP%".replace(pt,Zt)}(Ct)}applyToHost(ae){this.applyStyles(),this.setAttribute(ae,this.hostAttr,"")}createElement(ae,L){const Y=super.createElement(ae,L);return super.setAttribute(Y,this.contentAttr,""),Y}}let Fe=(()=>{class Zt extends gt{constructor(L){super(L)}supports(L){return!0}addEventListener(L,Y,Ht){return L.addEventListener(Y,Ht,!1),()=>this.removeEventListener(L,Y,Ht)}removeEventListener(L,Y,Ht){return L.removeEventListener(Y,Ht)}static{this.\u0275fac=function(Y){return new(Y||Zt)(i.KVO(n.qQ))}}static{this.\u0275prov=i.jDH({token:Zt,factory:Zt.\u0275fac})}}return Zt})();const zn=["alt","control","meta","shift"],ht={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},ot={alt:Zt=>Zt.altKey,control:Zt=>Zt.ctrlKey,meta:Zt=>Zt.metaKey,shift:Zt=>Zt.shiftKey};let _t=(()=>{class Zt extends gt{constructor(L){super(L)}supports(L){return null!=Zt.parseEventName(L)}addEventListener(L,Y,Ht){const Ie=Zt.parseEventName(Y),sn=Zt.eventCallback(Ie.fullKey,Ht,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>(0,n.QT)().onAndCancel(L,Ie.domEventName,sn))}static parseEventName(L){const Y=L.toLowerCase().split("."),Ht=Y.shift();if(0===Y.length||"keydown"!==Ht&&"keyup"!==Ht)return null;const Ie=Zt._normalizeKey(Y.pop());let sn="",ge=Y.indexOf("code");if(ge>-1&&(Y.splice(ge,1),sn="code."),zn.forEach(Ct=>{const me=Y.indexOf(Ct);me>-1&&(Y.splice(me,1),sn+=Ct+".")}),sn+=Ie,0!=Y.length||0===Ie.length)return null;const Me={};return Me.domEventName=Ht,Me.fullKey=sn,Me}static matchEventFullKeyCode(L,Y){let Ht=ht[L.key]||L.key,Ie="";return Y.indexOf("code.")>-1&&(Ht=L.code,Ie="code."),!(null==Ht||!Ht)&&(Ht=Ht.toLowerCase()," "===Ht?Ht="space":"."===Ht&&(Ht="dot"),zn.forEach(sn=>{sn!==Ht&&(0,ot[sn])(L)&&(Ie+=sn+".")}),Ie+=Ht,Ie===Y)}static eventCallback(L,Y,Ht){return Ie=>{Zt.matchEventFullKeyCode(Ie,L)&&Ht.runGuarded(()=>Y(Ie))}}static _normalizeKey(L){return"esc"===L?"escape":L}static{this.\u0275fac=function(Y){return new(Y||Zt)(i.KVO(n.qQ))}}static{this.\u0275prov=i.jDH({token:Zt,factory:Zt.\u0275fac})}}return Zt})();function K(Zt,ae){return(0,i.TL3)({rootComponent:Zt,...lt(ae)})}function lt(Zt){return{appProviders:[...Tt,...Zt?.providers??[]],platformProviders:Ae}}const Ae=[{provide:i.Agw,useValue:n.AJ},{provide:i.PLl,useValue:function ke(){g.makeCurrent()},multi:!0},{provide:n.qQ,useFactory:function xe(){return(0,i.TL$)(document),document},deps:[]}],Tt=[{provide:i.H8p,useValue:"root"},{provide:i.zcH,useFactory:function Ze(){return new i.zcH},deps:[]},{provide:mt,useClass:Fe,multi:!0,deps:[n.qQ,i.SKi,i.Agw]},{provide:mt,useClass:_t,multi:!0,deps:[n.qQ]},dt,zt,Ot,{provide:i._9s,useExisting:dt},{provide:n.N0,useClass:et,deps:[]},[]];let Re=(()=>{class Zt{constructor(L){this._doc=L}getTitle(){return this._doc.title}setTitle(L){this._doc.title=L||""}static{this.\u0275fac=function(Y){return new(Y||Zt)(i.KVO(n.qQ))}}static{this.\u0275prov=i.jDH({token:Zt,factory:Zt.\u0275fac,providedIn:"root"})}}return Zt})(),mn=(()=>{class Zt{static{this.\u0275fac=function(Y){return new(Y||Zt)}}static{this.\u0275prov=i.jDH({token:Zt,factory:function(Y){let Ht=null;return Ht=Y?new(Y||Zt):i.KVO(En),Ht},providedIn:"root"})}}return Zt})(),En=(()=>{class Zt extends mn{constructor(L){super(),this._doc=L}sanitize(L,Y){if(null==Y)return null;switch(L){case i.WPN.NONE:return Y;case i.WPN.HTML:return(0,i.ZF7)(Y,"HTML")?(0,i.rcV)(Y):(0,i.h9k)(this._doc,String(Y)).toString();case i.WPN.STYLE:return(0,i.ZF7)(Y,"Style")?(0,i.rcV)(Y):Y;case i.WPN.SCRIPT:if((0,i.ZF7)(Y,"Script"))return(0,i.rcV)(Y);throw new i.wOt(5200,!1);case i.WPN.URL:return(0,i.ZF7)(Y,"URL")?(0,i.rcV)(Y):(0,i.$MX)(String(Y));case i.WPN.RESOURCE_URL:if((0,i.ZF7)(Y,"ResourceURL"))return(0,i.rcV)(Y);throw new i.wOt(5201,!1);default:throw new i.wOt(5202,!1)}}bypassSecurityTrustHtml(L){return(0,i.Kcf)(L)}bypassSecurityTrustStyle(L){return(0,i.cWb)(L)}bypassSecurityTrustScript(L){return(0,i.UyX)(L)}bypassSecurityTrustUrl(L){return(0,i.osQ)(L)}bypassSecurityTrustResourceUrl(L){return(0,i.e5t)(L)}static{this.\u0275fac=function(Y){return new(Y||Zt)(i.KVO(n.qQ))}}static{this.\u0275prov=i.jDH({token:Zt,factory:Zt.\u0275fac,providedIn:"root"})}}return Zt})();var kn=function(Zt){return Zt[Zt.NoHttpTransferCache=0]="NoHttpTransferCache",Zt[Zt.HttpTransferCacheOptions=1]="HttpTransferCacheOptions",Zt[Zt.I18nSupport=2]="I18nSupport",Zt[Zt.EventReplay=3]="EventReplay",Zt}(kn||{});function jn(...Zt){const ae=[],L=new Set,Y=L.has(kn.HttpTransferCacheOptions);for(const{\u0275providers:Ht,\u0275kind:Ie}of Zt)L.add(Ie),Ht.length&&ae.push(Ht);return(0,i.EmA)([[],(0,i.M8M)(),L.has(kn.NoHttpTransferCache)||Y?[]:(0,r.$m)({}),ae])}},8887:($e,Gt,c)=>{c.d(Gt,{nX:()=>Mo,wF:()=>V,Ix:()=>Dn,Wk:()=>yn,iI:()=>no,n3:()=>Fo,lh:()=>Da,lG:()=>x0,oH:()=>Na});var n=c(4438),i=c(4402),r=c(6648),H=c(7673),g=c(4412),Z=c(4572),tt=c(9350),st=c(8793),J=c(9030),et=c(1203),mt=c(8810),Ot=c(983),gt=c(17),kt=c(1413),zt=c(8359),Xt=c(177),pt=c(6354),Kt=c(5558),Jt=c(6697),fe=c(9172),Pt=c(5964),Et=c(3028),rt=c(1594),It=c(274),xt=c(8141),dt=c(9437),Vt=c(9974),it=c(6649),re=c(9901),Ve=c(5109),on=c(3774),wn=c(3669),zn=c(3703),ht=c(980),ot=c(9898),_t=c(6977),K=c(6365),Lt=c(345);const lt="primary",Ut=Symbol("RouteTitle");class ke{constructor(B){this.params=B||{}}has(B){return Object.prototype.hasOwnProperty.call(this.params,B)}get(B){if(this.has(B)){const b=this.params[B];return Array.isArray(b)?b[0]:b}return null}getAll(B){if(this.has(B)){const b=this.params[B];return Array.isArray(b)?b:[b]}return[]}get keys(){return Object.keys(this.params)}}function Ze(w){return new ke(w)}function xe(w,B,b){const z=b.path.split("/");if(z.length>w.length||"full"===b.pathMatch&&(B.hasChildren()||z.length<w.length))return null;const $={};for(let wt=0;wt<z.length;wt++){const ee=z[wt],Ue=w[wt];if(":"===ee[0])$[ee.substring(1)]=Ue;else if(ee!==Ue.path)return null}return{consumed:w.slice(0,z.length),posParams:$}}function de(w,B){const b=w?q(w):void 0,z=B?q(B):void 0;if(!b||!z||b.length!=z.length)return!1;let $;for(let wt=0;wt<b.length;wt++)if($=b[wt],!X(w[$],B[$]))return!1;return!0}function q(w){return[...Object.keys(w),...Object.getOwnPropertySymbols(w)]}function X(w,B){if(Array.isArray(w)&&Array.isArray(B)){if(w.length!==B.length)return!1;const b=[...w].sort(),z=[...B].sort();return b.every(($,wt)=>z[wt]===$)}return w===B}function Tt(w){return w.length>0?w[w.length-1]:null}function ie(w){return(0,i.A)(w)?w:(0,n.jNT)(w)?(0,r.H)(Promise.resolve(w)):(0,H.of)(w)}const yt={exact:function Oe(w,B,b){if(!jt(w.segments,B.segments)||!Wt(w.segments,B.segments,b)||w.numberOfChildren!==B.numberOfChildren)return!1;for(const z in B.children)if(!w.children[z]||!Oe(w.children[z],B.children[z],b))return!1;return!0},subset:Ne},ne={exact:function Xe(w,B){return de(w,B)},subset:function Ln(w,B){return Object.keys(B).length<=Object.keys(w).length&&Object.keys(B).every(b=>X(w[b],B[b]))},ignored:()=>!0};function Re(w,B,b){return yt[b.paths](w.root,B.root,b.matrixParams)&&ne[b.queryParams](w.queryParams,B.queryParams)&&!("exact"===b.fragment&&w.fragment!==B.fragment)}function Ne(w,B,b){return vt(w,B,B.segments,b)}function vt(w,B,b,z){if(w.segments.length>b.length){const $=w.segments.slice(0,b.length);return!(!jt($,b)||B.hasChildren()||!Wt($,b,z))}if(w.segments.length===b.length){if(!jt(w.segments,b)||!Wt(w.segments,b,z))return!1;for(const $ in B.children)if(!w.children[$]||!Ne(w.children[$],B.children[$],z))return!1;return!0}{const $=b.slice(0,w.segments.length),wt=b.slice(w.segments.length);return!!(jt(w.segments,$)&&Wt(w.segments,$,z)&&w.children[lt])&&vt(w.children[lt],B,wt,z)}}function Wt(w,B,b){return B.every((z,$)=>ne[b](w[$].parameters,z.parameters))}class qt{constructor(B=new ce([],{}),b={},z=null){this.root=B,this.queryParams=b,this.fragment=z}get queryParamMap(){return this._queryParamMap??=Ze(this.queryParams),this._queryParamMap}toString(){return mn.serialize(this)}}class ce{constructor(B,b){this.segments=B,this.children=b,this.parent=null,Object.values(b).forEach(z=>z.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return En(this)}}class Rt{constructor(B,b){this.path=B,this.parameters=b}get parameterMap(){return this._parameterMap??=Ze(this.parameters),this._parameterMap}toString(){return jn(this)}}function jt(w,B){return w.length===B.length&&w.every((b,z)=>b.path===B[z].path)}let Be=(()=>{class w{static{this.\u0275fac=function(z){return new(z||w)}}static{this.\u0275prov=n.jDH({token:w,factory:()=>new Ge,providedIn:"root"})}}return w})();class Ge{parse(B){const b=new Ct(B);return new qt(b.parseRootSegment(),b.parseQueryParams(),b.parseFragment())}serialize(B){const b=`/${kn(B.root,!0)}`,z=function Zt(w){const B=Object.entries(w).map(([b,z])=>Array.isArray(z)?z.map($=>`${An(b)}=${An($)}`).join("&"):`${An(b)}=${An(z)}`).filter(b=>b);return B.length?`?${B.join("&")}`:""}(B.queryParams);return`${b}${z}${"string"==typeof B.fragment?`#${function De(w){return encodeURI(w)}(B.fragment)}`:""}`}}const mn=new Ge;function En(w){return w.segments.map(B=>jn(B)).join("/")}function kn(w,B){if(!w.hasChildren())return En(w);if(B){const b=w.children[lt]?kn(w.children[lt],!1):"",z=[];return Object.entries(w.children).forEach(([$,wt])=>{$!==lt&&z.push(`${$}:${kn(wt,!1)}`)}),z.length>0?`${b}(${z.join("//")})`:b}{const b=function Ce(w,B){let b=[];return Object.entries(w.children).forEach(([z,$])=>{z===lt&&(b=b.concat(B($,z)))}),Object.entries(w.children).forEach(([z,$])=>{z!==lt&&(b=b.concat(B($,z)))}),b}(w,(z,$)=>$===lt?[kn(w.children[lt],!1)]:[`${$}:${kn(z,!1)}`]);return 1===Object.keys(w.children).length&&null!=w.children[lt]?`${En(w)}/${b[0]}`:`${En(w)}/(${b.join("//")})`}}function Te(w){return encodeURIComponent(w).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function An(w){return Te(w).replace(/%3B/gi,";")}function rn(w){return Te(w).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function je(w){return decodeURIComponent(w)}function Tn(w){return je(w.replace(/\+/g,"%20"))}function jn(w){return`${rn(w.path)}${function cn(w){return Object.entries(w).map(([B,b])=>`;${rn(B)}=${rn(b)}`).join("")}(w.parameters)}`}const ae=/^[^\/()?;#]+/;function L(w){const B=w.match(ae);return B?B[0]:""}const Y=/^[^\/()?;=#]+/,Ie=/^[^=?&#]+/,ge=/^[^&#]+/;class Ct{constructor(B){this.url=B,this.remaining=B}parseRootSegment(){return this.consumeOptional("/"),""===this.remaining||this.peekStartsWith("?")||this.peekStartsWith("#")?new ce([],{}):new ce([],this.parseChildren())}parseQueryParams(){const B={};if(this.consumeOptional("?"))do{this.parseQueryParam(B)}while(this.consumeOptional("&"));return B}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(""===this.remaining)return{};this.consumeOptional("/");const B=[];for(this.peekStartsWith("(")||B.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),B.push(this.parseSegment());let b={};this.peekStartsWith("/(")&&(this.capture("/"),b=this.parseParens(!0));let z={};return this.peekStartsWith("(")&&(z=this.parseParens(!1)),(B.length>0||Object.keys(b).length>0)&&(z[lt]=new ce(B,b)),z}parseSegment(){const B=L(this.remaining);if(""===B&&this.peekStartsWith(";"))throw new n.wOt(4009,!1);return this.capture(B),new Rt(je(B),this.parseMatrixParams())}parseMatrixParams(){const B={};for(;this.consumeOptional(";");)this.parseParam(B);return B}parseParam(B){const b=function Ht(w){const B=w.match(Y);return B?B[0]:""}(this.remaining);if(!b)return;this.capture(b);let z="";if(this.consumeOptional("=")){const $=L(this.remaining);$&&(z=$,this.capture(z))}B[je(b)]=je(z)}parseQueryParam(B){const b=function sn(w){const B=w.match(Ie);return B?B[0]:""}(this.remaining);if(!b)return;this.capture(b);let z="";if(this.consumeOptional("=")){const ee=function Me(w){const B=w.match(ge);return B?B[0]:""}(this.remaining);ee&&(z=ee,this.capture(z))}const $=Tn(b),wt=Tn(z);if(B.hasOwnProperty($)){let ee=B[$];Array.isArray(ee)||(ee=[ee],B[$]=ee),ee.push(wt)}else B[$]=wt}parseParens(B){const b={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){const z=L(this.remaining),$=this.remaining[z.length];if("/"!==$&&")"!==$&&";"!==$)throw new n.wOt(4010,!1);let wt;z.indexOf(":")>-1?(wt=z.slice(0,z.indexOf(":")),this.capture(wt),this.capture(":")):B&&(wt=lt);const ee=this.parseChildren();b[wt]=1===Object.keys(ee).length?ee[lt]:new ce([],ee),this.consumeOptional("//")}return b}peekStartsWith(B){return this.remaining.startsWith(B)}consumeOptional(B){return!!this.peekStartsWith(B)&&(this.remaining=this.remaining.substring(B.length),!0)}capture(B){if(!this.consumeOptional(B))throw new n.wOt(4011,!1)}}function me(w){return w.segments.length>0?new ce([],{[lt]:w}):w}function Nt(w){const B={};for(const[z,$]of Object.entries(w.children)){const wt=Nt($);if(z===lt&&0===wt.segments.length&&wt.hasChildren())for(const[ee,Ue]of Object.entries(wt.children))B[ee]=Ue;else(wt.segments.length>0||wt.hasChildren())&&(B[z]=wt)}return function Ft(w){if(1===w.numberOfChildren&&w.children[lt]){const B=w.children[lt];return new ce(w.segments.concat(B.segments),B.children)}return w}(new ce(w.segments,B))}function ft(w){return w instanceof qt}function Ee(w){let B;const $=me(function b(wt){const ee={};for(const Se of wt.children){const In=b(Se);ee[Se.outlet]=In}const Ue=new ce(wt.url,ee);return wt===w&&(B=Ue),Ue}(w.root));return B??$}function en(w,B,b,z){let $=w;for(;$.parent;)$=$.parent;if(0===B.length)return ga($,$,$,b,z);const wt=function ln(w){if("string"==typeof w[0]&&1===w.length&&"/"===w[0])return new St(!0,0,w);let B=0,b=!1;const z=w.reduce(($,wt,ee)=>{if("object"==typeof wt&&null!=wt){if(wt.outlets){const Ue={};return Object.entries(wt.outlets).forEach(([Se,In])=>{Ue[Se]="string"==typeof In?In.split("/"):In}),[...$,{outlets:Ue}]}if(wt.segmentPath)return[...$,wt.segmentPath]}return"string"!=typeof wt?[...$,wt]:0===ee?(wt.split("/").forEach((Ue,Se)=>{0==Se&&"."===Ue||(0==Se&&""===Ue?b=!0:".."===Ue?B++:""!=Ue&&$.push(Ue))}),$):[...$,wt]},[]);return new St(b,B,z)}(B);if(wt.toRoot())return ga($,$,new ce([],{}),b,z);const ee=function At(w,B,b){if(w.isAbsolute)return new Q(B,!0,0);if(!b)return new Q(B,!1,NaN);if(null===b.parent)return new Q(b,!0,0);const z=Ke(w.commands[0])?0:1;return function he(w,B,b){let z=w,$=B,wt=b;for(;wt>$;){if(wt-=$,z=z.parent,!z)throw new n.wOt(4005,!1);$=z.segments.length}return new Q(z,!1,$-wt)}(b,b.segments.length-1+z,w.numberOfDoubleDots)}(wt,$,w),Ue=ee.processChildren?Un(ee.segmentGroup,ee.index,wt.commands):dn(ee.segmentGroup,ee.index,wt.commands);return ga($,ee.segmentGroup,Ue,b,z)}function Ke(w){return"object"==typeof w&&null!=w&&!w.outlets&&!w.segmentPath}function va(w){return"object"==typeof w&&null!=w&&w.outlets}function ga(w,B,b,z,$){let ee,wt={};z&&Object.entries(z).forEach(([Se,In])=>{wt[Se]=Array.isArray(In)?In.map(ta=>`${ta}`):`${In}`}),ee=w===B?b:Ba(w,B,b);const Ue=me(Nt(ee));return new qt(Ue,wt,$)}function Ba(w,B,b){const z={};return Object.entries(w.children).forEach(([$,wt])=>{z[$]=wt===B?b:Ba(wt,B,b)}),new ce(w.segments,z)}class St{constructor(B,b,z){if(this.isAbsolute=B,this.numberOfDoubleDots=b,this.commands=z,B&&z.length>0&&Ke(z[0]))throw new n.wOt(4003,!1);const $=z.find(va);if($&&$!==Tt(z))throw new n.wOt(4004,!1)}toRoot(){return this.isAbsolute&&1===this.commands.length&&"/"==this.commands[0]}}class Q{constructor(B,b,z){this.segmentGroup=B,this.processChildren=b,this.index=z}}function dn(w,B,b){if(w??=new ce([],{}),0===w.segments.length&&w.hasChildren())return Un(w,B,b);const z=function na(w,B,b){let z=0,$=B;const wt={match:!1,pathIndex:0,commandIndex:0};for(;$<w.segments.length;){if(z>=b.length)return wt;const ee=w.segments[$],Ue=b[z];if(va(Ue))break;const Se=`${Ue}`,In=z<b.length-1?b[z+1]:null;if($>0&&void 0===Se)break;if(Se&&In&&"object"==typeof In&&void 0===In.outlets){if(!ba(Se,In,ee))return wt;z+=2}else{if(!ba(Se,{},ee))return wt;z++}$++}return{match:!0,pathIndex:$,commandIndex:z}}(w,B,b),$=b.slice(z.commandIndex);if(z.match&&z.pathIndex<w.segments.length){const wt=new ce(w.segments.slice(0,z.pathIndex),{});return wt.children[lt]=new ce(w.segments.slice(z.pathIndex),w.children),Un(wt,0,$)}return z.match&&0===$.length?new ce(w.segments,{}):z.match&&!w.hasChildren()?wa(w,B,b):z.match?Un(w,0,$):wa(w,B,b)}function Un(w,B,b){if(0===b.length)return new ce(w.segments,{});{const z=function qe(w){return va(w[0])?w[0].outlets:{[lt]:w}}(b),$={};if(Object.keys(z).some(wt=>wt!==lt)&&w.children[lt]&&1===w.numberOfChildren&&0===w.children[lt].segments.length){const wt=Un(w.children[lt],B,b);return new ce(w.segments,wt.children)}return Object.entries(z).forEach(([wt,ee])=>{"string"==typeof ee&&(ee=[ee]),null!==ee&&($[wt]=dn(w.children[wt],B,ee))}),Object.entries(w.children).forEach(([wt,ee])=>{void 0===z[wt]&&($[wt]=ee)}),new ce(w.segments,$)}}function wa(w,B,b){const z=w.segments.slice(0,B);let $=0;for(;$<b.length;){const wt=b[$];if(va(wt)){const Se=ca(wt.outlets);return new ce(z,Se)}if(0===$&&Ke(b[0])){z.push(new Rt(w.segments[B].path,ua(b[0]))),$++;continue}const ee=va(wt)?wt.outlets[lt]:`${wt}`,Ue=$<b.length-1?b[$+1]:null;ee&&Ue&&Ke(Ue)?(z.push(new Rt(ee,ua(Ue))),$+=2):(z.push(new Rt(ee,{})),$++)}return new ce(z,{})}function ca(w){const B={};return Object.entries(w).forEach(([b,z])=>{"string"==typeof z&&(z=[z]),null!==z&&(B[b]=wa(new ce([],{}),0,z))}),B}function ua(w){const B={};return Object.entries(w).forEach(([b,z])=>B[b]=`${z}`),B}function ba(w,B,b){return w==b.path&&de(B,b.parameters)}const Ta="imperative";var Mn=function(w){return w[w.NavigationStart=0]="NavigationStart",w[w.NavigationEnd=1]="NavigationEnd",w[w.NavigationCancel=2]="NavigationCancel",w[w.NavigationError=3]="NavigationError",w[w.RoutesRecognized=4]="RoutesRecognized",w[w.ResolveStart=5]="ResolveStart",w[w.ResolveEnd=6]="ResolveEnd",w[w.GuardsCheckStart=7]="GuardsCheckStart",w[w.GuardsCheckEnd=8]="GuardsCheckEnd",w[w.RouteConfigLoadStart=9]="RouteConfigLoadStart",w[w.RouteConfigLoadEnd=10]="RouteConfigLoadEnd",w[w.ChildActivationStart=11]="ChildActivationStart",w[w.ChildActivationEnd=12]="ChildActivationEnd",w[w.ActivationStart=13]="ActivationStart",w[w.ActivationEnd=14]="ActivationEnd",w[w.Scroll=15]="Scroll",w[w.NavigationSkipped=16]="NavigationSkipped",w}(Mn||{});class bt{constructor(B,b){this.id=B,this.url=b}}class oe extends bt{constructor(B,b,z="imperative",$=null){super(B,b),this.type=Mn.NavigationStart,this.navigationTrigger=z,this.restoredState=$}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}}class V extends bt{constructor(B,b,z){super(B,b),this.urlAfterRedirects=z,this.type=Mn.NavigationEnd}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}}var le=function(w){return w[w.Redirect=0]="Redirect",w[w.SupersededByNewNavigation=1]="SupersededByNewNavigation",w[w.NoDataFromResolver=2]="NoDataFromResolver",w[w.GuardRejected=3]="GuardRejected",w}(le||{}),p=function(w){return w[w.IgnoredSameUrlNavigation=0]="IgnoredSameUrlNavigation",w[w.IgnoredByUrlHandlingStrategy=1]="IgnoredByUrlHandlingStrategy",w}(p||{});class D extends bt{constructor(B,b,z,$){super(B,b),this.reason=z,this.code=$,this.type=Mn.NavigationCancel}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}}class k extends bt{constructor(B,b,z,$){super(B,b),this.reason=z,this.code=$,this.type=Mn.NavigationSkipped}}class at extends bt{constructor(B,b,z,$){super(B,b),this.error=z,this.target=$,this.type=Mn.NavigationError}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}}class Qt extends bt{constructor(B,b,z,$){super(B,b),this.urlAfterRedirects=z,this.state=$,this.type=Mn.RoutesRecognized}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class un extends bt{constructor(B,b,z,$){super(B,b),this.urlAfterRedirects=z,this.state=$,this.type=Mn.GuardsCheckStart}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Wn extends bt{constructor(B,b,z,$,wt){super(B,b),this.urlAfterRedirects=z,this.state=$,this.shouldActivate=wt,this.type=Mn.GuardsCheckEnd}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}}class Cn extends bt{constructor(B,b,z,$){super(B,b),this.urlAfterRedirects=z,this.state=$,this.type=Mn.ResolveStart}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Zn extends bt{constructor(B,b,z,$){super(B,b),this.urlAfterRedirects=z,this.state=$,this.type=Mn.ResolveEnd}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Qn{constructor(B){this.route=B,this.type=Mn.RouteConfigLoadStart}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}}class Xn{constructor(B){this.route=B,this.type=Mn.RouteConfigLoadEnd}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}}class sa{constructor(B){this.snapshot=B,this.type=Mn.ChildActivationStart}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class da{constructor(B){this.snapshot=B,this.type=Mn.ChildActivationEnd}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class za{constructor(B){this.snapshot=B,this.type=Mn.ActivationStart}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class Yn{constructor(B){this.snapshot=B,this.type=Mn.ActivationEnd}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class On{constructor(B,b,z){this.routerEvent=B,this.position=b,this.anchor=z,this.type=Mn.Scroll}toString(){return`Scroll(anchor: '${this.anchor}', position: '${this.position?`${this.position[0]}, ${this.position[1]}`:null}')`}}class wo{}class Ga{constructor(B,b){this.url=B,this.navigationBehaviorOptions=b}}function Qa(w){return w.outlet||lt}function Ho(w){if(!w)return null;if(w.routeConfig?._injector)return w.routeConfig._injector;for(let B=w.parent;B;B=B.parent){const b=B.routeConfig;if(b?._loadedInjector)return b._loadedInjector;if(b?._injector)return b._injector}return null}class p0{get injector(){return Ho(this.route?.snapshot)??this.rootInjector}set injector(B){}constructor(B){this.rootInjector=B,this.outlet=null,this.route=null,this.children=new Wo(this.rootInjector),this.attachRef=null}}let Wo=(()=>{class w{constructor(b){this.rootInjector=b,this.contexts=new Map}onChildOutletCreated(b,z){const $=this.getOrCreateContext(b);$.outlet=z,this.contexts.set(b,$)}onChildOutletDestroyed(b){const z=this.getContext(b);z&&(z.outlet=null,z.attachRef=null)}onOutletDeactivated(){const b=this.contexts;return this.contexts=new Map,b}onOutletReAttached(b){this.contexts=b}getOrCreateContext(b){let z=this.getContext(b);return z||(z=new p0(this.rootInjector),this.contexts.set(b,z)),z}getContext(b){return this.contexts.get(b)||null}static{this.\u0275fac=function(z){return new(z||w)(n.KVO(n.uvJ))}}static{this.\u0275prov=n.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}}return w})();class Y0{constructor(B){this._root=B}get root(){return this._root.value}parent(B){const b=this.pathFromRoot(B);return b.length>1?b[b.length-2]:null}children(B){const b=v0(B,this._root);return b?b.children.map(z=>z.value):[]}firstChild(B){const b=v0(B,this._root);return b&&b.children.length>0?b.children[0].value:null}siblings(B){const b=u0(B,this._root);return b.length<2?[]:b[b.length-2].children.map($=>$.value).filter($=>$!==B)}pathFromRoot(B){return u0(B,this._root).map(b=>b.value)}}function v0(w,B){if(w===B.value)return B;for(const b of B.children){const z=v0(w,b);if(z)return z}return null}function u0(w,B){if(w===B.value)return[B];for(const b of B.children){const z=u0(w,b);if(z.length)return z.unshift(B),z}return[]}class Aa{constructor(B,b){this.value=B,this.children=b}toString(){return`TreeNode(${this.value})`}}function Jo(w){const B={};return w&&w.children.forEach(b=>B[b.value.outlet]=b),B}class lo extends Y0{constructor(B,b){super(B),this.snapshot=b,Ro(this,B)}toString(){return this.snapshot.toString()}}function g0(w){const B=function Ea(w){const wt=new yo([],{},{},"",{},lt,w,null,{});return new t0("",new Aa(wt,[]))}(w),b=new g.t([new Rt("",{})]),z=new g.t({}),$=new g.t({}),wt=new g.t({}),ee=new g.t(""),Ue=new Mo(b,z,wt,ee,$,lt,w,B.root);return Ue.snapshot=B.root,new lo(new Aa(Ue,[]),B)}class Mo{constructor(B,b,z,$,wt,ee,Ue,Se){this.urlSubject=B,this.paramsSubject=b,this.queryParamsSubject=z,this.fragmentSubject=$,this.dataSubject=wt,this.outlet=ee,this.component=Ue,this._futureSnapshot=Se,this.title=this.dataSubject?.pipe((0,pt.T)(In=>In[Ut]))??(0,H.of)(void 0),this.url=B,this.params=b,this.queryParams=z,this.fragment=$,this.data=wt}get routeConfig(){return this._futureSnapshot.routeConfig}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap??=this.params.pipe((0,pt.T)(B=>Ze(B))),this._paramMap}get queryParamMap(){return this._queryParamMap??=this.queryParams.pipe((0,pt.T)(B=>Ze(B))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}}function Nn(w,B,b="emptyOnly"){let z;const{routeConfig:$}=w;return z=null===B||"always"!==b&&""!==$?.path&&(B.component||B.routeConfig?.loadComponent)?{params:{...w.params},data:{...w.data},resolve:{...w.data,...w._resolvedData??{}}}:{params:{...B.params,...w.params},data:{...B.data,...w.data},resolve:{...w.data,...B.data,...$?.data,...w._resolvedData}},$&&Q0($)&&(z.resolve[Ut]=$.title),z}class yo{get title(){return this.data?.[Ut]}constructor(B,b,z,$,wt,ee,Ue,Se,In){this.url=B,this.params=b,this.queryParams=z,this.fragment=$,this.data=wt,this.outlet=ee,this.component=Ue,this.routeConfig=Se,this._resolve=In}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap??=Ze(this.params),this._paramMap}get queryParamMap(){return this._queryParamMap??=Ze(this.queryParams),this._queryParamMap}toString(){return`Route(url:'${this.url.map(z=>z.toString()).join("/")}', path:'${this.routeConfig?this.routeConfig.path:""}')`}}class t0 extends Y0{constructor(B,b){super(b),this.url=B,Ro(this,b)}toString(){return B0(this._root)}}function Ro(w,B){B.value._routerState=w,B.children.forEach(b=>Ro(w,b))}function B0(w){const B=w.children.length>0?` { ${w.children.map(B0).join(", ")} } `:"";return`${w.value}${B}`}function Po(w){if(w.snapshot){const B=w.snapshot,b=w._futureSnapshot;w.snapshot=b,de(B.queryParams,b.queryParams)||w.queryParamsSubject.next(b.queryParams),B.fragment!==b.fragment&&w.fragmentSubject.next(b.fragment),de(B.params,b.params)||w.paramsSubject.next(b.params),function Ae(w,B){if(w.length!==B.length)return!1;for(let b=0;b<w.length;++b)if(!de(w[b],B[b]))return!1;return!0}(B.url,b.url)||w.urlSubject.next(b.url),de(B.data,b.data)||w.dataSubject.next(b.data)}else w.snapshot=w._futureSnapshot,w.dataSubject.next(w._futureSnapshot.data)}function V0(w,B){const b=de(w.params,B.params)&&function tn(w,B){return jt(w,B)&&w.every((b,z)=>de(b.parameters,B[z].parameters))}(w.url,B.url);return b&&!(!w.parent!=!B.parent)&&(!w.parent||V0(w.parent,B.parent))}function Q0(w){return"string"==typeof w.title||null===w.title}let Fo=(()=>{class w{constructor(){this.activated=null,this._activatedRoute=null,this.name=lt,this.activateEvents=new n.bkB,this.deactivateEvents=new n.bkB,this.attachEvents=new n.bkB,this.detachEvents=new n.bkB,this.parentContexts=(0,n.WQX)(Wo),this.location=(0,n.WQX)(n.c1b),this.changeDetector=(0,n.WQX)(n.gRc),this.inputBinder=(0,n.WQX)(e0,{optional:!0}),this.supportsBindingToComponentInputs=!0}get activatedComponentRef(){return this.activated}ngOnChanges(b){if(b.name){const{firstChange:z,previousValue:$}=b.name;if(z)return;this.isTrackedInParentContexts($)&&(this.deactivate(),this.parentContexts.onChildOutletDestroyed($)),this.initializeOutletWithName()}}ngOnDestroy(){this.isTrackedInParentContexts(this.name)&&this.parentContexts.onChildOutletDestroyed(this.name),this.inputBinder?.unsubscribeFromRouteData(this)}isTrackedInParentContexts(b){return this.parentContexts.getContext(b)?.outlet===this}ngOnInit(){this.initializeOutletWithName()}initializeOutletWithName(){if(this.parentContexts.onChildOutletCreated(this.name,this),this.activated)return;const b=this.parentContexts.getContext(this.name);b?.route&&(b.attachRef?this.attach(b.attachRef,b.route):this.activateWith(b.route,b.injector))}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new n.wOt(4012,!1);return this.activated.instance}get activatedRoute(){if(!this.activated)throw new n.wOt(4012,!1);return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new n.wOt(4012,!1);this.location.detach();const b=this.activated;return this.activated=null,this._activatedRoute=null,this.detachEvents.emit(b.instance),b}attach(b,z){this.activated=b,this._activatedRoute=z,this.location.insert(b.hostView),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.attachEvents.emit(b.instance)}deactivate(){if(this.activated){const b=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(b)}}activateWith(b,z){if(this.isActivated)throw new n.wOt(4013,!1);this._activatedRoute=b;const $=this.location,ee=b.snapshot.component,Ue=this.parentContexts.getOrCreateContext(this.name).children,Se=new U0(b,Ue,$.injector);this.activated=$.createComponent(ee,{index:$.length,injector:Se,environmentInjector:z}),this.changeDetector.markForCheck(),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.activateEvents.emit(this.activated.instance)}static{this.\u0275fac=function(z){return new(z||w)}}static{this.\u0275dir=n.FsC({type:w,selectors:[["router-outlet"]],inputs:{name:"name"},outputs:{activateEvents:"activate",deactivateEvents:"deactivate",attachEvents:"attach",detachEvents:"detach"},exportAs:["outlet"],standalone:!0,features:[n.OA$]})}}return w})();class U0{__ngOutletInjector(B){return new U0(this.route,this.childContexts,B)}constructor(B,b,z){this.route=B,this.childContexts=b,this.parent=z}get(B,b){return B===Mo?this.route:B===Wo?this.childContexts:this.parent.get(B,b)}}const e0=new n.nKC("");let n0=(()=>{class w{constructor(){this.outletDataSubscriptions=new Map}bindActivatedRouteToOutletComponent(b){this.unsubscribeFromRouteData(b),this.subscribeToRouteData(b)}unsubscribeFromRouteData(b){this.outletDataSubscriptions.get(b)?.unsubscribe(),this.outletDataSubscriptions.delete(b)}subscribeToRouteData(b){const{activatedRoute:z}=b,$=(0,Z.z)([z.queryParams,z.params,z.data]).pipe((0,Kt.n)(([wt,ee,Ue],Se)=>(Ue={...wt,...ee,...Ue},0===Se?(0,H.of)(Ue):Promise.resolve(Ue)))).subscribe(wt=>{if(!b.isActivated||!b.activatedComponentRef||b.activatedRoute!==z||null===z.component)return void this.unsubscribeFromRouteData(b);const ee=(0,n.HJs)(z.component);if(ee)for(const{templateName:Ue}of ee.inputs)b.activatedComponentRef.setInput(Ue,wt[Ue]);else this.unsubscribeFromRouteData(b)});this.outletDataSubscriptions.set(b,$)}static{this.\u0275fac=function(z){return new(z||w)}}static{this.\u0275prov=n.jDH({token:w,factory:w.\u0275fac})}}return w})();function ho(w,B,b){if(b&&w.shouldReuseRoute(B.value,b.value.snapshot)){const z=b.value;z._futureSnapshot=B.value;const $=function Pa(w,B,b){return B.children.map(z=>{for(const $ of b.children)if(w.shouldReuseRoute(z.value,$.value.snapshot))return ho(w,z,$);return ho(w,z)})}(w,B,b);return new Aa(z,$)}{if(w.shouldAttach(B.value)){const wt=w.retrieve(B.value);if(null!==wt){const ee=wt.route;return ee.value._futureSnapshot=B.value,ee.children=B.children.map(Ue=>ho(w,Ue)),ee}}const z=function Ka(w){return new Mo(new g.t(w.url),new g.t(w.params),new g.t(w.queryParams),new g.t(w.fragment),new g.t(w.data),w.outlet,w.component,w)}(B.value),$=B.children.map(wt=>ho(w,wt));return new Aa(z,$)}}class $o{constructor(B,b){this.redirectTo=B,this.navigationBehaviorOptions=b}}const Lo="ngNavigationCancelingError";function No(w,B){const{redirectTo:b,navigationBehaviorOptions:z}=ft(B)?{redirectTo:B,navigationBehaviorOptions:void 0}:B,$=co(!1,le.Redirect);return $.url=b,$.navigationBehaviorOptions=z,$}function co(w,B){const b=new Error(`NavigationCancelingError: ${w||""}`);return b[Lo]=!0,b.cancellationCode=B,b}function q0(w){return!!w&&w[Lo]}class J0{constructor(B,b,z,$,wt){this.routeReuseStrategy=B,this.futureState=b,this.currState=z,this.forwardEvent=$,this.inputBindingEnabled=wt}activate(B){const b=this.futureState._root,z=this.currState?this.currState._root:null;this.deactivateChildRoutes(b,z,B),Po(this.futureState.root),this.activateChildRoutes(b,z,B)}deactivateChildRoutes(B,b,z){const $=Jo(b);B.children.forEach(wt=>{const ee=wt.value.outlet;this.deactivateRoutes(wt,$[ee],z),delete $[ee]}),Object.values($).forEach(wt=>{this.deactivateRouteAndItsChildren(wt,z)})}deactivateRoutes(B,b,z){const $=B.value,wt=b?b.value:null;if($===wt)if($.component){const ee=z.getContext($.outlet);ee&&this.deactivateChildRoutes(B,b,ee.children)}else this.deactivateChildRoutes(B,b,z);else wt&&this.deactivateRouteAndItsChildren(b,z)}deactivateRouteAndItsChildren(B,b){B.value.component&&this.routeReuseStrategy.shouldDetach(B.value.snapshot)?this.detachAndStoreRouteSubtree(B,b):this.deactivateRouteAndOutlet(B,b)}detachAndStoreRouteSubtree(B,b){const z=b.getContext(B.value.outlet),$=z&&B.value.component?z.children:b,wt=Jo(B);for(const ee of Object.values(wt))this.deactivateRouteAndItsChildren(ee,$);if(z&&z.outlet){const ee=z.outlet.detach(),Ue=z.children.onOutletDeactivated();this.routeReuseStrategy.store(B.value.snapshot,{componentRef:ee,route:B,contexts:Ue})}}deactivateRouteAndOutlet(B,b){const z=b.getContext(B.value.outlet),$=z&&B.value.component?z.children:b,wt=Jo(B);for(const ee of Object.values(wt))this.deactivateRouteAndItsChildren(ee,$);z&&(z.outlet&&(z.outlet.deactivate(),z.children.onOutletDeactivated()),z.attachRef=null,z.route=null)}activateChildRoutes(B,b,z){const $=Jo(b);B.children.forEach(wt=>{this.activateRoutes(wt,$[wt.value.outlet],z),this.forwardEvent(new Yn(wt.value.snapshot))}),B.children.length&&this.forwardEvent(new da(B.value.snapshot))}activateRoutes(B,b,z){const $=B.value,wt=b?b.value:null;if(Po($),$===wt)if($.component){const ee=z.getOrCreateContext($.outlet);this.activateChildRoutes(B,b,ee.children)}else this.activateChildRoutes(B,b,z);else if($.component){const ee=z.getOrCreateContext($.outlet);if(this.routeReuseStrategy.shouldAttach($.snapshot)){const Ue=this.routeReuseStrategy.retrieve($.snapshot);this.routeReuseStrategy.store($.snapshot,null),ee.children.onOutletReAttached(Ue.contexts),ee.attachRef=Ue.componentRef,ee.route=Ue.route.value,ee.outlet&&ee.outlet.attach(Ue.componentRef,Ue.route.value),Po(Ue.route.value),this.activateChildRoutes(B,null,ee.children)}else ee.attachRef=null,ee.route=$,ee.outlet&&ee.outlet.activateWith($,ee.injector),this.activateChildRoutes(B,null,ee.children)}else this.activateChildRoutes(B,null,z)}}class Xo{constructor(B){this.path=B,this.route=this.path[this.path.length-1]}}class G0{constructor(B,b){this.component=B,this.route=b}}function z0(w,B,b){const z=w._root;return eo(z,B?B._root:null,b,[z.value])}function aa(w,B){const b=Symbol(),z=B.get(w,b);return z===b?"function"!=typeof w||(0,n.LfX)(w)?B.get(w):w:z}function eo(w,B,b,z,$={canDeactivateChecks:[],canActivateChecks:[]}){const wt=Jo(B);return w.children.forEach(ee=>{(function E0(w,B,b,z,$={canDeactivateChecks:[],canActivateChecks:[]}){const wt=w.value,ee=B?B.value:null,Ue=b?b.getContext(w.value.outlet):null;if(ee&&wt.routeConfig===ee.routeConfig){const Se=function ko(w,B,b){if("function"==typeof b)return b(w,B);switch(b){case"pathParamsChange":return!jt(w.url,B.url);case"pathParamsOrQueryParamsChange":return!jt(w.url,B.url)||!de(w.queryParams,B.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!V0(w,B)||!de(w.queryParams,B.queryParams);default:return!V0(w,B)}}(ee,wt,wt.routeConfig.runGuardsAndResolvers);Se?$.canActivateChecks.push(new Xo(z)):(wt.data=ee.data,wt._resolvedData=ee._resolvedData),eo(w,B,wt.component?Ue?Ue.children:null:b,z,$),Se&&Ue&&Ue.outlet&&Ue.outlet.isActivated&&$.canDeactivateChecks.push(new G0(Ue.outlet.component,ee))}else ee&&Ua(B,Ue,$),$.canActivateChecks.push(new Xo(z)),eo(w,null,wt.component?Ue?Ue.children:null:b,z,$)})(ee,wt[ee.value.outlet],b,z.concat([ee.value]),$),delete wt[ee.value.outlet]}),Object.entries(wt).forEach(([ee,Ue])=>Ua(Ue,b.getContext(ee),$)),$}function Ua(w,B,b){const z=Jo(w),$=w.value;Object.entries(z).forEach(([wt,ee])=>{Ua(ee,$.component?B?B.children.getContext(wt):null:B,b)}),b.canDeactivateChecks.push(new G0($.component&&B&&B.outlet&&B.outlet.isActivated?B.outlet.component:null,$))}function ao(w){return"function"==typeof w}function Vo(w){return w instanceof tt.G||"EmptyError"===w?.name}const Co=Symbol("INITIAL_VALUE");function _o(){return(0,Kt.n)(w=>(0,Z.z)(w.map(B=>B.pipe((0,Jt.s)(1),(0,fe.Z)(Co)))).pipe((0,pt.T)(B=>{for(const b of B)if(!0!==b){if(b===Co)return Co;if(!1===b||T0(b))return b}return!0}),(0,Pt.p)(B=>B!==Co),(0,Jt.s)(1)))}function T0(w){return ft(w)||w instanceof $o}function a0(w){return(0,et.F)((0,xt.M)(B=>{if("boolean"!=typeof B)throw No(0,B)}),(0,pt.T)(B=>!0===B))}class ti{constructor(B){this.segmentGroup=B||null}}class o0 extends Error{constructor(B){super(),this.urlTree=B}}function O0(w){return(0,mt.$)(new ti(w))}class w0{constructor(B,b){this.urlSerializer=B,this.urlTree=b}lineralizeSegments(B,b){let z=[],$=b.root;for(;;){if(z=z.concat($.segments),0===$.numberOfChildren)return(0,H.of)(z);if($.numberOfChildren>1||!$.children[lt])return(0,mt.$)(new n.wOt(4e3,!1));$=$.children[lt]}}applyRedirectCommands(B,b,z,$,wt){if("string"!=typeof b){const Ue=b,{queryParams:Se,fragment:In,routeConfig:ta,url:ia,outlet:S,params:te,data:h,title:f}=$,x=(0,n.N4e)(wt,()=>Ue({params:te,data:h,queryParams:Se,fragment:In,routeConfig:ta,url:ia,outlet:S,title:f}));if(x instanceof qt)throw new o0(x);b=x}const ee=this.applyRedirectCreateUrlTree(b,this.urlSerializer.parse(b),B,z);if("/"===b[0])throw new o0(ee);return ee}applyRedirectCreateUrlTree(B,b,z,$){const wt=this.createSegmentGroup(B,b.root,z,$);return new qt(wt,this.createQueryParams(b.queryParams,this.urlTree.queryParams),b.fragment)}createQueryParams(B,b){const z={};return Object.entries(B).forEach(([$,wt])=>{if("string"==typeof wt&&":"===wt[0]){const Ue=wt.substring(1);z[$]=b[Ue]}else z[$]=wt}),z}createSegmentGroup(B,b,z,$){const wt=this.createSegments(B,b.segments,z,$);let ee={};return Object.entries(b.children).forEach(([Ue,Se])=>{ee[Ue]=this.createSegmentGroup(B,Se,z,$)}),new ce(wt,ee)}createSegments(B,b,z,$){return b.map(wt=>":"===wt.path[0]?this.findPosParam(B,wt,$):this.findOrReturn(wt,z))}findPosParam(B,b,z){const $=z[b.path.substring(1)];if(!$)throw new n.wOt(4001,!1);return $}findOrReturn(B,b){let z=0;for(const $ of b){if($.path===B.path)return b.splice(z),$;z++}return B}}const Uo={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function jo(w,B,b,z,$){const wt=ri(w,B,b);return wt.matched?(z=function Go(w,B){return w.providers&&!w._injector&&(w._injector=(0,n.Ol2)(w.providers,B,`Route: ${w.path}`)),w._injector??B}(B,z),function m0(w,B,b,z){const $=B.canMatch;if(!$||0===$.length)return(0,H.of)(!0);const wt=$.map(ee=>{const Ue=aa(ee,w);return ie(function Ii(w){return w&&ao(w.canMatch)}(Ue)?Ue.canMatch(B,b):(0,n.N4e)(w,()=>Ue(B,b)))});return(0,H.of)(wt).pipe(_o(),a0())}(z,B,b).pipe((0,pt.T)(ee=>!0===ee?wt:{...Uo}))):(0,H.of)(wt)}function ri(w,B,b){if("**"===B.path)return function oa(w){return{matched:!0,parameters:w.length>0?Tt(w).parameters:{},consumedSegments:w,remainingSegments:[],positionalParamSegments:{}}}(b);if(""===B.path)return"full"===B.pathMatch&&(w.hasChildren()||b.length>0)?{...Uo}:{matched:!0,consumedSegments:[],remainingSegments:b,parameters:{},positionalParamSegments:{}};const $=(B.matcher||xe)(b,w,B);if(!$)return{...Uo};const wt={};Object.entries($.posParams??{}).forEach(([Ue,Se])=>{wt[Ue]=Se.path});const ee=$.consumed.length>0?{...wt,...$.consumed[$.consumed.length-1].parameters}:wt;return{matched:!0,consumedSegments:$.consumed,remainingSegments:b.slice($.consumed.length),parameters:ee,positionalParamSegments:$.posParams??{}}}function La(w,B,b,z){return b.length>0&&function ja(w,B,b){return b.some(z=>ei(w,B,z)&&Qa(z)!==lt)}(w,b,z)?{segmentGroup:new ce(B,Bo(z,new ce(b,w.children))),slicedSegments:[]}:0===b.length&&function M0(w,B,b){return b.some(z=>ei(w,B,z))}(w,b,z)?{segmentGroup:new ce(w.segments,Ja(w,b,z,w.children)),slicedSegments:b}:{segmentGroup:new ce(w.segments,w.children),slicedSegments:b}}function Ja(w,B,b,z){const $={};for(const wt of b)if(ei(w,B,wt)&&!z[Qa(wt)]){const ee=new ce([],{});$[Qa(wt)]=ee}return{...z,...$}}function Bo(w,B){const b={};b[lt]=B;for(const z of w)if(""===z.path&&Qa(z)!==lt){const $=new ce([],{});b[Qa(z)]=$}return b}function ei(w,B,b){return(!(w.hasChildren()||B.length>0)||"full"!==b.pathMatch)&&""===b.path}class yi{}class Fi{constructor(B,b,z,$,wt,ee,Ue){this.injector=B,this.configLoader=b,this.rootComponentType=z,this.config=$,this.urlTree=wt,this.paramsInheritanceStrategy=ee,this.urlSerializer=Ue,this.applyRedirects=new w0(this.urlSerializer,this.urlTree),this.absoluteRedirectCount=0,this.allowRedirects=!0}noMatchError(B){return new n.wOt(4002,`'${B.segmentGroup}'`)}recognize(){const B=La(this.urlTree.root,[],[],this.config).segmentGroup;return this.match(B).pipe((0,pt.T)(({children:b,rootSnapshot:z})=>{const $=new Aa(z,b),wt=new t0("",$),ee=function Yt(w,B,b=null,z=null){return en(Ee(w),B,b,z)}(z,[],this.urlTree.queryParams,this.urlTree.fragment);return ee.queryParams=this.urlTree.queryParams,wt.url=this.urlSerializer.serialize(ee),{state:wt,tree:ee}}))}match(B){const b=new yo([],Object.freeze({}),Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,Object.freeze({}),lt,this.rootComponentType,null,{});return this.processSegmentGroup(this.injector,this.config,B,lt,b).pipe((0,pt.T)(z=>({children:z,rootSnapshot:b})),(0,dt.W)(z=>{if(z instanceof o0)return this.urlTree=z.urlTree,this.match(z.urlTree.root);throw z instanceof ti?this.noMatchError(z):z}))}processSegmentGroup(B,b,z,$,wt){return 0===z.segments.length&&z.hasChildren()?this.processChildren(B,b,z,wt):this.processSegment(B,b,z,z.segments,$,!0,wt).pipe((0,pt.T)(ee=>ee instanceof Aa?[ee]:[]))}processChildren(B,b,z,$){const wt=[];for(const ee of Object.keys(z.children))"primary"===ee?wt.unshift(ee):wt.push(ee);return(0,r.H)(wt).pipe((0,It.H)(ee=>{const Ue=z.children[ee],Se=function qo(w,B){const b=w.filter(z=>Qa(z)===B);return b.push(...w.filter(z=>Qa(z)!==B)),b}(b,ee);return this.processSegmentGroup(B,Se,Ue,ee,$)}),function Bt(w,B){return(0,Vt.N)((0,it.S)(w,B,arguments.length>=2,!0))}((ee,Ue)=>(ee.push(...Ue),ee)),(0,re.U)(null),function Fe(w,B){const b=arguments.length>=2;return z=>z.pipe(w?(0,Pt.p)(($,wt)=>w($,wt,z)):wn.D,(0,Ve.o)(1),b?(0,re.U)(B):(0,on.v)(()=>new tt.G))}(),(0,Et.Z)(ee=>{if(null===ee)return O0(z);const Ue=ni(ee);return function hi(w){w.sort((B,b)=>B.value.outlet===lt?-1:b.value.outlet===lt?1:B.value.outlet.localeCompare(b.value.outlet))}(Ue),(0,H.of)(Ue)}))}processSegment(B,b,z,$,wt,ee,Ue){return(0,r.H)(b).pipe((0,It.H)(Se=>this.processSegmentAgainstRoute(Se._injector??B,b,Se,z,$,wt,ee,Ue).pipe((0,dt.W)(In=>{if(In instanceof ti)return(0,H.of)(null);throw In}))),(0,rt.$)(Se=>!!Se),(0,dt.W)(Se=>{if(Vo(Se))return function li(w,B,b){return 0===B.length&&!w.children[b]}(z,$,wt)?(0,H.of)(new yi):O0(z);throw Se}))}processSegmentAgainstRoute(B,b,z,$,wt,ee,Ue,Se){return Qa(z)===ee||ee!==lt&&ei($,wt,z)?void 0===z.redirectTo?this.matchSegmentAgainstRoute(B,$,z,wt,ee,Se):this.allowRedirects&&Ue?this.expandSegmentAgainstRouteUsingRedirect(B,$,b,z,wt,ee,Se):O0($):O0($)}expandSegmentAgainstRouteUsingRedirect(B,b,z,$,wt,ee,Ue){const{matched:Se,parameters:In,consumedSegments:ta,positionalParamSegments:ia,remainingSegments:S}=ri(b,$,wt);if(!Se)return O0(b);"string"==typeof $.redirectTo&&"/"===$.redirectTo[0]&&(this.absoluteRedirectCount++,this.absoluteRedirectCount>31&&(this.allowRedirects=!1));const te=new yo(wt,In,Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,ai($),Qa($),$.component??$._loadedComponent??null,$,ki($)),h=Nn(te,Ue,this.paramsInheritanceStrategy);te.params=Object.freeze(h.params),te.data=Object.freeze(h.data);const f=this.applyRedirects.applyRedirectCommands(ta,$.redirectTo,ia,te,B);return this.applyRedirects.lineralizeSegments($,f).pipe((0,Et.Z)(x=>this.processSegment(B,z,b,x.concat(S),ee,!1,Ue)))}matchSegmentAgainstRoute(B,b,z,$,wt,ee){const Ue=jo(b,z,$,B);return"**"===z.path&&(b.children={}),Ue.pipe((0,Kt.n)(Se=>Se.matched?this.getChildConfig(B=z._injector??B,z,$).pipe((0,Kt.n)(({routes:In})=>{const ta=z._loadedInjector??B,{parameters:ia,consumedSegments:S,remainingSegments:te}=Se,h=new yo(S,ia,Object.freeze({...this.urlTree.queryParams}),this.urlTree.fragment,ai(z),Qa(z),z.component??z._loadedComponent??null,z,ki(z)),f=Nn(h,ee,this.paramsInheritanceStrategy);h.params=Object.freeze(f.params),h.data=Object.freeze(f.data);const{segmentGroup:x,slicedSegments:ct}=La(b,S,te,In);if(0===ct.length&&x.hasChildren())return this.processChildren(ta,In,x,h).pipe((0,pt.T)(vn=>new Aa(h,vn)));if(0===In.length&&0===ct.length)return(0,H.of)(new Aa(h,[]));const ue=Qa(z)===wt;return this.processSegment(ta,In,x,ct,ue?lt:wt,!0,h).pipe((0,pt.T)(vn=>new Aa(h,vn instanceof Aa?[vn]:[])))})):O0(b)))}getChildConfig(B,b,z){return b.children?(0,H.of)({routes:b.children,injector:B}):b.loadChildren?void 0!==b._loadedRoutes?(0,H.of)({routes:b._loadedRoutes,injector:b._loadedInjector}):function Do(w,B,b,z){const $=B.canLoad;if(void 0===$||0===$.length)return(0,H.of)(!0);const wt=$.map(ee=>{const Ue=aa(ee,w);return ie(function Wa(w){return w&&ao(w.canLoad)}(Ue)?Ue.canLoad(B,b):(0,n.N4e)(w,()=>Ue(B,b)))});return(0,H.of)(wt).pipe(_o(),a0())}(B,b,z).pipe((0,Et.Z)($=>$?this.configLoader.loadChildren(B,b).pipe((0,xt.M)(wt=>{b._loadedRoutes=wt.routes,b._loadedInjector=wt.injector})):function Pi(){return(0,mt.$)(co(!1,le.GuardRejected))}())):(0,H.of)({routes:[],injector:B})}}function di(w){const B=w.value.routeConfig;return B&&""===B.path}function ni(w){const B=[],b=new Set;for(const z of w){if(!di(z)){B.push(z);continue}const $=B.find(wt=>z.value.routeConfig===wt.value.routeConfig);void 0!==$?($.children.push(...z.children),b.add($)):B.push(z)}for(const z of b){const $=ni(z.children);B.push(new Aa(z.value,$))}return B.filter(z=>!b.has(z))}function ai(w){return w.data||{}}function ki(w){return w.resolve||{}}function oi(w){const B=w.children.map(b=>oi(b)).flat();return[w,...B]}function H0(w){return(0,Kt.n)(B=>{const b=w(B);return b?(0,r.H)(b).pipe((0,pt.T)(()=>B)):(0,H.of)(B)})}let Li=(()=>{class w{buildTitle(b){let z,$=b.root;for(;void 0!==$;)z=this.getResolvedTitleForRoute($)??z,$=$.children.find(wt=>wt.outlet===lt);return z}getResolvedTitleForRoute(b){return b.data[Ut]}static{this.\u0275fac=function(z){return new(z||w)}}static{this.\u0275prov=n.jDH({token:w,factory:()=>(0,n.WQX)(vi),providedIn:"root"})}}return w})(),vi=(()=>{class w extends Li{constructor(b){super(),this.title=b}updateTitle(b){const z=this.buildTitle(b);void 0!==z&&this.title.setTitle(z)}static{this.\u0275fac=function(z){return new(z||w)(n.KVO(Lt.hE))}}static{this.\u0275prov=n.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}}return w})();const s0=new n.nKC("",{providedIn:"root",factory:()=>({})});let _=(()=>{class w{static{this.\u0275fac=function(z){return new(z||w)}}static{this.\u0275cmp=n.VBU({type:w,selectors:[["ng-component"]],standalone:!0,features:[n.aNF],decls:1,vars:0,template:function(z,$){1&z&&n.nrm(0,"router-outlet")},dependencies:[Fo],encapsulation:2})}}return w})();function T(w){const B=w.children&&w.children.map(T),b=B?{...w,children:B}:{...w};return!b.component&&!b.loadComponent&&(B||b.loadChildren)&&b.outlet&&b.outlet!==lt&&(b.component=_),b}const v=new n.nKC("");let y=(()=>{class w{constructor(){this.componentLoaders=new WeakMap,this.childrenLoaders=new WeakMap,this.compiler=(0,n.WQX)(n.Ql9)}loadComponent(b){if(this.componentLoaders.get(b))return this.componentLoaders.get(b);if(b._loadedComponent)return(0,H.of)(b._loadedComponent);this.onLoadStartListener&&this.onLoadStartListener(b);const z=ie(b.loadComponent()).pipe((0,pt.T)($t),(0,xt.M)(wt=>{this.onLoadEndListener&&this.onLoadEndListener(b),b._loadedComponent=wt}),(0,ht.j)(()=>{this.componentLoaders.delete(b)})),$=new gt.G(z,()=>new kt.B).pipe((0,ot.B)());return this.componentLoaders.set(b,$),$}loadChildren(b,z){if(this.childrenLoaders.get(z))return this.childrenLoaders.get(z);if(z._loadedRoutes)return(0,H.of)({routes:z._loadedRoutes,injector:z._loadedInjector});this.onLoadStartListener&&this.onLoadStartListener(z);const wt=function P(w,B,b,z){return ie(w.loadChildren()).pipe((0,pt.T)($t),(0,Et.Z)($=>$ instanceof n.Co$||Array.isArray($)?(0,H.of)($):(0,r.H)(B.compileModuleAsync($))),(0,pt.T)($=>{z&&z(w);let wt,ee,Ue=!1;return Array.isArray($)?(ee=$,!0):(wt=$.create(b).injector,ee=wt.get(v,[],{optional:!0,self:!0}).flat()),{routes:ee.map(T),injector:wt}}))}(z,this.compiler,b,this.onLoadEndListener).pipe((0,ht.j)(()=>{this.childrenLoaders.delete(z)})),ee=new gt.G(wt,()=>new kt.B).pipe((0,ot.B)());return this.childrenLoaders.set(z,ee),ee}static{this.\u0275fac=function(z){return new(z||w)}}static{this.\u0275prov=n.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}}return w})();function $t(w){return function nt(w){return w&&"object"==typeof w&&"default"in w}(w)?w.default:w}let _e=(()=>{class w{static{this.\u0275fac=function(z){return new(z||w)}}static{this.\u0275prov=n.jDH({token:w,factory:()=>(0,n.WQX)(Ye),providedIn:"root"})}}return w})(),Ye=(()=>{class w{shouldProcessUrl(b){return!0}extract(b){return b}merge(b,z){return b}static{this.\u0275fac=function(z){return new(z||w)}}static{this.\u0275prov=n.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}}return w})();const He=new n.nKC(""),Qe=new n.nKC("");function bn(w,B,b){const z=w.get(Qe),$=w.get(Xt.qQ);return w.get(n.SKi).runOutsideAngular(()=>{if(!$.startViewTransition||z.skipNextTransition)return z.skipNextTransition=!1,new Promise(In=>setTimeout(In));let wt;const ee=new Promise(In=>{wt=In}),Ue=$.startViewTransition(()=>(wt(),function Gn(w){return new Promise(B=>{(0,n.mal)({read:()=>setTimeout(B)},{injector:w})})}(w))),{onViewTransitionCreated:Se}=z;return Se&&(0,n.N4e)(w,()=>Se({transition:Ue,from:B,to:b})),ee})}const hn=new n.nKC("");let Sn=(()=>{class w{get hasRequestedNavigation(){return 0!==this.navigationId}constructor(){this.currentNavigation=null,this.currentTransition=null,this.lastSuccessfulNavigation=null,this.events=new kt.B,this.transitionAbortSubject=new kt.B,this.configLoader=(0,n.WQX)(y),this.environmentInjector=(0,n.WQX)(n.uvJ),this.urlSerializer=(0,n.WQX)(Be),this.rootContexts=(0,n.WQX)(Wo),this.location=(0,n.WQX)(Xt.aZ),this.inputBindingEnabled=null!==(0,n.WQX)(e0,{optional:!0}),this.titleStrategy=(0,n.WQX)(Li),this.options=(0,n.WQX)(s0,{optional:!0})||{},this.paramsInheritanceStrategy=this.options.paramsInheritanceStrategy||"emptyOnly",this.urlHandlingStrategy=(0,n.WQX)(_e),this.createViewTransition=(0,n.WQX)(He,{optional:!0}),this.navigationErrorHandler=(0,n.WQX)(hn,{optional:!0}),this.navigationId=0,this.afterPreactivation=()=>(0,H.of)(void 0),this.rootComponentType=null,this.configLoader.onLoadEndListener=$=>this.events.next(new Xn($)),this.configLoader.onLoadStartListener=$=>this.events.next(new Qn($))}complete(){this.transitions?.complete()}handleNavigationRequest(b){const z=++this.navigationId;this.transitions?.next({...this.transitions.value,...b,id:z})}setupNavigations(b,z,$){return this.transitions=new g.t({id:0,currentUrlTree:z,currentRawUrl:z,extractedUrl:this.urlHandlingStrategy.extract(z),urlAfterRedirects:this.urlHandlingStrategy.extract(z),rawUrl:z,extras:{},resolve:()=>{},reject:()=>{},promise:Promise.resolve(!0),source:Ta,restoredState:null,currentSnapshot:$.snapshot,targetSnapshot:null,currentRouterState:$,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null}),this.transitions.pipe((0,Pt.p)(wt=>0!==wt.id),(0,pt.T)(wt=>({...wt,extractedUrl:this.urlHandlingStrategy.extract(wt.rawUrl)})),(0,Kt.n)(wt=>{let ee=!1,Ue=!1;return(0,H.of)(wt).pipe((0,Kt.n)(Se=>{if(this.navigationId>wt.id)return this.cancelNavigationTransition(wt,"",le.SupersededByNewNavigation),Ot.w;this.currentTransition=wt,this.currentNavigation={id:Se.id,initialUrl:Se.rawUrl,extractedUrl:Se.extractedUrl,targetBrowserUrl:"string"==typeof Se.extras.browserUrl?this.urlSerializer.parse(Se.extras.browserUrl):Se.extras.browserUrl,trigger:Se.source,extras:Se.extras,previousNavigation:this.lastSuccessfulNavigation?{...this.lastSuccessfulNavigation,previousNavigation:null}:null};const In=!b.navigated||this.isUpdatingInternalState()||this.isUpdatedBrowserUrl();if(!In&&"reload"!==(Se.extras.onSameUrlNavigation??b.onSameUrlNavigation)){const ia="";return this.events.next(new k(Se.id,this.urlSerializer.serialize(Se.rawUrl),ia,p.IgnoredSameUrlNavigation)),Se.resolve(!1),Ot.w}if(this.urlHandlingStrategy.shouldProcessUrl(Se.rawUrl))return(0,H.of)(Se).pipe((0,Kt.n)(ia=>{const S=this.transitions?.getValue();return this.events.next(new oe(ia.id,this.urlSerializer.serialize(ia.extractedUrl),ia.source,ia.restoredState)),S!==this.transitions?.getValue()?Ot.w:Promise.resolve(ia)}),function ci(w,B,b,z,$,wt){return(0,Et.Z)(ee=>function Yo(w,B,b,z,$,wt,ee="emptyOnly"){return new Fi(w,B,b,z,$,ee,wt).recognize()}(w,B,b,z,ee.extractedUrl,$,wt).pipe((0,pt.T)(({state:Ue,tree:Se})=>({...ee,targetSnapshot:Ue,urlAfterRedirects:Se}))))}(this.environmentInjector,this.configLoader,this.rootComponentType,b.config,this.urlSerializer,this.paramsInheritanceStrategy),(0,xt.M)(ia=>{wt.targetSnapshot=ia.targetSnapshot,wt.urlAfterRedirects=ia.urlAfterRedirects,this.currentNavigation={...this.currentNavigation,finalUrl:ia.urlAfterRedirects};const S=new Qt(ia.id,this.urlSerializer.serialize(ia.extractedUrl),this.urlSerializer.serialize(ia.urlAfterRedirects),ia.targetSnapshot);this.events.next(S)}));if(In&&this.urlHandlingStrategy.shouldProcessUrl(Se.currentRawUrl)){const{id:ia,extractedUrl:S,source:te,restoredState:h,extras:f}=Se,x=new oe(ia,this.urlSerializer.serialize(S),te,h);this.events.next(x);const ct=g0(this.rootComponentType).snapshot;return this.currentTransition=wt={...Se,targetSnapshot:ct,urlAfterRedirects:S,extras:{...f,skipLocationChange:!1,replaceUrl:!1}},this.currentNavigation.finalUrl=S,(0,H.of)(wt)}{const ia="";return this.events.next(new k(Se.id,this.urlSerializer.serialize(Se.extractedUrl),ia,p.IgnoredByUrlHandlingStrategy)),Se.resolve(!1),Ot.w}}),(0,xt.M)(Se=>{const In=new un(Se.id,this.urlSerializer.serialize(Se.extractedUrl),this.urlSerializer.serialize(Se.urlAfterRedirects),Se.targetSnapshot);this.events.next(In)}),(0,pt.T)(Se=>(this.currentTransition=wt={...Se,guards:z0(Se.targetSnapshot,Se.currentSnapshot,this.rootContexts)},wt)),function A0(w,B){return(0,Et.Z)(b=>{const{targetSnapshot:z,currentSnapshot:$,guards:{canActivateChecks:wt,canDeactivateChecks:ee}}=b;return 0===ee.length&&0===wt.length?(0,H.of)({...b,guardsResult:!0}):function U(w,B,b,z){return(0,r.H)(w).pipe((0,Et.Z)($=>function ra(w,B,b,z,$){const wt=B&&B.routeConfig?B.routeConfig.canDeactivate:null;if(!wt||0===wt.length)return(0,H.of)(!0);const ee=wt.map(Ue=>{const Se=Ho(B)??$,In=aa(Ue,Se);return ie(function xi(w){return w&&ao(w.canDeactivate)}(In)?In.canDeactivate(w,B,b,z):(0,n.N4e)(Se,()=>In(w,B,b,z))).pipe((0,rt.$)())});return(0,H.of)(ee).pipe(_o())}($.component,$.route,b,B,z)),(0,rt.$)($=>!0!==$,!0))}(ee,z,$,w).pipe((0,Et.Z)(Ue=>Ue&&function oo(w){return"boolean"==typeof w}(Ue)?function N(w,B,b,z){return(0,r.H)(B).pipe((0,It.H)($=>(0,st.x)(function ut(w,B){return null!==w&&B&&B(new sa(w)),(0,H.of)(!0)}($.route.parent,z),function E(w,B){return null!==w&&B&&B(new za(w)),(0,H.of)(!0)}($.route,z),function Rn(w,B,b){const z=B[B.length-1],wt=B.slice(0,B.length-1).reverse().map(ee=>function Fa(w){const B=w.routeConfig?w.routeConfig.canActivateChild:null;return B&&0!==B.length?{node:w,guards:B}:null}(ee)).filter(ee=>null!==ee).map(ee=>(0,J.v)(()=>{const Ue=ee.guards.map(Se=>{const In=Ho(ee.node)??b,ta=aa(Se,In);return ie(function Ko(w){return w&&ao(w.canActivateChild)}(ta)?ta.canActivateChild(z,w):(0,n.N4e)(In,()=>ta(z,w))).pipe((0,rt.$)())});return(0,H.of)(Ue).pipe(_o())}));return(0,H.of)(wt).pipe(_o())}(w,$.path,b),function pe(w,B,b){const z=B.routeConfig?B.routeConfig.canActivate:null;if(!z||0===z.length)return(0,H.of)(!0);const $=z.map(wt=>(0,J.v)(()=>{const ee=Ho(B)??b,Ue=aa(wt,ee);return ie(function S0(w){return w&&ao(w.canActivate)}(Ue)?Ue.canActivate(B,w):(0,n.N4e)(ee,()=>Ue(B,w))).pipe((0,rt.$)())}));return(0,H.of)($).pipe(_o())}(w,$.route,b))),(0,rt.$)($=>!0!==$,!0))}(z,wt,w,B):(0,H.of)(Ue)),(0,pt.T)(Ue=>({...b,guardsResult:Ue})))})}(this.environmentInjector,Se=>this.events.next(Se)),(0,xt.M)(Se=>{if(wt.guardsResult=Se.guardsResult,Se.guardsResult&&"boolean"!=typeof Se.guardsResult)throw No(0,Se.guardsResult);const In=new Wn(Se.id,this.urlSerializer.serialize(Se.extractedUrl),this.urlSerializer.serialize(Se.urlAfterRedirects),Se.targetSnapshot,!!Se.guardsResult);this.events.next(In)}),(0,Pt.p)(Se=>!!Se.guardsResult||(this.cancelNavigationTransition(Se,"",le.GuardRejected),!1)),H0(Se=>{if(Se.guards.canActivateChecks.length)return(0,H.of)(Se).pipe((0,xt.M)(In=>{const ta=new Cn(In.id,this.urlSerializer.serialize(In.extractedUrl),this.urlSerializer.serialize(In.urlAfterRedirects),In.targetSnapshot);this.events.next(ta)}),(0,Kt.n)(In=>{let ta=!1;return(0,H.of)(In).pipe(function Ci(w,B){return(0,Et.Z)(b=>{const{targetSnapshot:z,guards:{canActivateChecks:$}}=b;if(!$.length)return(0,H.of)(b);const wt=new Set($.map(Se=>Se.route)),ee=new Set;for(const Se of wt)if(!ee.has(Se))for(const In of oi(Se))ee.add(In);let Ue=0;return(0,r.H)(ee).pipe((0,It.H)(Se=>wt.has(Se)?function _0(w,B,b,z){const $=w.routeConfig,wt=w._resolve;return void 0!==$?.title&&!Q0($)&&(wt[Ut]=$.title),function hs(w,B,b,z){const $=q(w);if(0===$.length)return(0,H.of)({});const wt={};return(0,r.H)($).pipe((0,Et.Z)(ee=>function pi(w,B,b,z){const $=Ho(B)??z,wt=aa(w,$);return ie(wt.resolve?wt.resolve(B,b):(0,n.N4e)($,()=>wt(B,b)))}(w[ee],B,b,z).pipe((0,rt.$)(),(0,xt.M)(Ue=>{if(Ue instanceof $o)throw No(new Ge,Ue);wt[ee]=Ue}))),(0,Ve.o)(1),(0,zn.u)(wt),(0,dt.W)(ee=>Vo(ee)?Ot.w:(0,mt.$)(ee)))}(wt,w,B,z).pipe((0,pt.T)(ee=>(w._resolvedData=ee,w.data=Nn(w,w.parent,b).resolve,null)))}(Se,z,w,B):(Se.data=Nn(Se,Se.parent,w).resolve,(0,H.of)(void 0))),(0,xt.M)(()=>Ue++),(0,Ve.o)(1),(0,Et.Z)(Se=>Ue===ee.size?(0,H.of)(b):Ot.w))})}(this.paramsInheritanceStrategy,this.environmentInjector),(0,xt.M)({next:()=>ta=!0,complete:()=>{ta||this.cancelNavigationTransition(In,"",le.NoDataFromResolver)}}))}),(0,xt.M)(In=>{const ta=new Zn(In.id,this.urlSerializer.serialize(In.extractedUrl),this.urlSerializer.serialize(In.urlAfterRedirects),In.targetSnapshot);this.events.next(ta)}))}),H0(Se=>{const In=ta=>{const ia=[];ta.routeConfig?.loadComponent&&!ta.routeConfig._loadedComponent&&ia.push(this.configLoader.loadComponent(ta.routeConfig).pipe((0,xt.M)(S=>{ta.component=S}),(0,pt.T)(()=>{})));for(const S of ta.children)ia.push(...In(S));return ia};return(0,Z.z)(In(Se.targetSnapshot.root)).pipe((0,re.U)(null),(0,Jt.s)(1))}),H0(()=>this.afterPreactivation()),(0,Kt.n)(()=>{const{currentSnapshot:Se,targetSnapshot:In}=wt,ta=this.createViewTransition?.(this.environmentInjector,Se.root,In.root);return ta?(0,r.H)(ta).pipe((0,pt.T)(()=>wt)):(0,H.of)(wt)}),(0,pt.T)(Se=>{const In=function Za(w,B,b){const z=ho(w,B._root,b?b._root:void 0);return new lo(z,B)}(b.routeReuseStrategy,Se.targetSnapshot,Se.currentRouterState);return this.currentTransition=wt={...Se,targetRouterState:In},this.currentNavigation.targetRouterState=In,wt}),(0,xt.M)(()=>{this.events.next(new wo)}),((w,B,b,z)=>(0,pt.T)($=>(new J0(B,$.targetRouterState,$.currentRouterState,b,z).activate(w),$)))(this.rootContexts,b.routeReuseStrategy,Se=>this.events.next(Se),this.inputBindingEnabled),(0,Jt.s)(1),(0,xt.M)({next:Se=>{ee=!0,this.lastSuccessfulNavigation=this.currentNavigation,this.events.next(new V(Se.id,this.urlSerializer.serialize(Se.extractedUrl),this.urlSerializer.serialize(Se.urlAfterRedirects))),this.titleStrategy?.updateTitle(Se.targetRouterState.snapshot),Se.resolve(!0)},complete:()=>{ee=!0}}),(0,_t.Q)(this.transitionAbortSubject.pipe((0,xt.M)(Se=>{throw Se}))),(0,ht.j)(()=>{!ee&&!Ue&&this.cancelNavigationTransition(wt,"",le.SupersededByNewNavigation),this.currentTransition?.id===wt.id&&(this.currentNavigation=null,this.currentTransition=null)}),(0,dt.W)(Se=>{if(Ue=!0,q0(Se))this.events.next(new D(wt.id,this.urlSerializer.serialize(wt.extractedUrl),Se.message,Se.cancellationCode)),function Z0(w){return q0(w)&&ft(w.url)}(Se)?this.events.next(new Ga(Se.url,Se.navigationBehaviorOptions)):wt.resolve(!1);else{const In=new at(wt.id,this.urlSerializer.serialize(wt.extractedUrl),Se,wt.targetSnapshot??void 0);try{const ta=(0,n.N4e)(this.environmentInjector,()=>this.navigationErrorHandler?.(In));if(ta instanceof $o){const{message:ia,cancellationCode:S}=No(0,ta);this.events.next(new D(wt.id,this.urlSerializer.serialize(wt.extractedUrl),ia,S)),this.events.next(new Ga(ta.redirectTo,ta.navigationBehaviorOptions))}else{this.events.next(In);const ia=b.errorHandler(Se);wt.resolve(!!ia)}}catch(ta){this.options.resolveNavigationPromiseOnError?wt.resolve(!1):wt.reject(ta)}}return Ot.w}))}))}cancelNavigationTransition(b,z,$){const wt=new D(b.id,this.urlSerializer.serialize(b.extractedUrl),z,$);this.events.next(wt),b.resolve(!1)}isUpdatingInternalState(){return this.currentTransition?.extractedUrl.toString()!==this.currentTransition?.currentUrlTree.toString()}isUpdatedBrowserUrl(){const b=this.urlHandlingStrategy.extract(this.urlSerializer.parse(this.location.path(!0))),z=this.currentNavigation?.targetBrowserUrl??this.currentNavigation?.extractedUrl;return b.toString()!==z?.toString()&&!this.currentNavigation?.extras.skipLocationChange}static{this.\u0275fac=function(z){return new(z||w)}}static{this.\u0275prov=n.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}}return w})();function qn(w){return w!==Ta}let M=(()=>{class w{static{this.\u0275fac=function(z){return new(z||w)}}static{this.\u0275prov=n.jDH({token:w,factory:()=>(0,n.WQX)(C),providedIn:"root"})}}return w})();class j{shouldDetach(B){return!1}store(B,b){}shouldAttach(B){return!1}retrieve(B){return null}shouldReuseRoute(B,b){return B.routeConfig===b.routeConfig}}let C=(()=>{class w extends j{static{this.\u0275fac=(()=>{let b;return function($){return(b||(b=n.xGo(w)))($||w)}})()}static{this.\u0275prov=n.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}}return w})(),R=(()=>{class w{static{this.\u0275fac=function(z){return new(z||w)}}static{this.\u0275prov=n.jDH({token:w,factory:()=>(0,n.WQX)(Mt),providedIn:"root"})}}return w})(),Mt=(()=>{class w extends R{constructor(){super(...arguments),this.location=(0,n.WQX)(Xt.aZ),this.urlSerializer=(0,n.WQX)(Be),this.options=(0,n.WQX)(s0,{optional:!0})||{},this.canceledNavigationResolution=this.options.canceledNavigationResolution||"replace",this.urlHandlingStrategy=(0,n.WQX)(_e),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.currentUrlTree=new qt,this.rawUrlTree=this.currentUrlTree,this.currentPageId=0,this.lastSuccessfulId=-1,this.routerState=g0(null),this.stateMemento=this.createStateMemento()}getCurrentUrlTree(){return this.currentUrlTree}getRawUrlTree(){return this.rawUrlTree}restoredState(){return this.location.getState()}get browserPageId(){return"computed"!==this.canceledNavigationResolution?this.currentPageId:this.restoredState()?.\u0275routerPageId??this.currentPageId}getRouterState(){return this.routerState}createStateMemento(){return{rawUrlTree:this.rawUrlTree,currentUrlTree:this.currentUrlTree,routerState:this.routerState}}registerNonRouterCurrentEntryChangeListener(b){return this.location.subscribe(z=>{"popstate"===z.type&&b(z.url,z.state)})}handleRouterEvent(b,z){if(b instanceof oe)this.stateMemento=this.createStateMemento();else if(b instanceof k)this.rawUrlTree=z.initialUrl;else if(b instanceof Qt){if("eager"===this.urlUpdateStrategy&&!z.extras.skipLocationChange){const $=this.urlHandlingStrategy.merge(z.finalUrl,z.initialUrl);this.setBrowserUrl(z.targetBrowserUrl??$,z)}}else b instanceof wo?(this.currentUrlTree=z.finalUrl,this.rawUrlTree=this.urlHandlingStrategy.merge(z.finalUrl,z.initialUrl),this.routerState=z.targetRouterState,"deferred"===this.urlUpdateStrategy&&!z.extras.skipLocationChange&&this.setBrowserUrl(z.targetBrowserUrl??this.rawUrlTree,z)):b instanceof D&&(b.code===le.GuardRejected||b.code===le.NoDataFromResolver)?this.restoreHistory(z):b instanceof at?this.restoreHistory(z,!0):b instanceof V&&(this.lastSuccessfulId=b.id,this.currentPageId=this.browserPageId)}setBrowserUrl(b,z){const $=b instanceof qt?this.urlSerializer.serialize(b):b;if(this.location.isCurrentPathEqualTo($)||z.extras.replaceUrl){const ee={...z.extras.state,...this.generateNgRouterState(z.id,this.browserPageId)};this.location.replaceState($,"",ee)}else{const wt={...z.extras.state,...this.generateNgRouterState(z.id,this.browserPageId+1)};this.location.go($,"",wt)}}restoreHistory(b,z=!1){if("computed"===this.canceledNavigationResolution){const wt=this.currentPageId-this.browserPageId;0!==wt?this.location.historyGo(wt):this.currentUrlTree===b.finalUrl&&0===wt&&(this.resetState(b),this.resetUrlToCurrentUrlTree())}else"replace"===this.canceledNavigationResolution&&(z&&this.resetState(b),this.resetUrlToCurrentUrlTree())}resetState(b){this.routerState=this.stateMemento.routerState,this.currentUrlTree=this.stateMemento.currentUrlTree,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,b.finalUrl??this.rawUrlTree)}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",this.generateNgRouterState(this.lastSuccessfulId,this.currentPageId))}generateNgRouterState(b,z){return"computed"===this.canceledNavigationResolution?{navigationId:b,\u0275routerPageId:z}:{navigationId:b}}static{this.\u0275fac=(()=>{let b;return function($){return(b||(b=n.xGo(w)))($||w)}})()}static{this.\u0275prov=n.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}}return w})();var ye=function(w){return w[w.COMPLETE=0]="COMPLETE",w[w.FAILED=1]="FAILED",w[w.REDIRECTING=2]="REDIRECTING",w}(ye||{});function Pe(w,B){w.events.pipe((0,Pt.p)(b=>b instanceof V||b instanceof D||b instanceof at||b instanceof k),(0,pt.T)(b=>b instanceof V||b instanceof k?ye.COMPLETE:b instanceof D&&(b.code===le.Redirect||b.code===le.SupersededByNewNavigation)?ye.REDIRECTING:ye.FAILED),(0,Pt.p)(b=>b!==ye.REDIRECTING),(0,Jt.s)(1)).subscribe(()=>{B()})}function fn(w){throw w}const Pn={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},Fn={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"};let Dn=(()=>{class w{get currentUrlTree(){return this.stateManager.getCurrentUrlTree()}get rawUrlTree(){return this.stateManager.getRawUrlTree()}get events(){return this._events}get routerState(){return this.stateManager.getRouterState()}constructor(){this.disposed=!1,this.console=(0,n.WQX)(n.H3F),this.stateManager=(0,n.WQX)(R),this.options=(0,n.WQX)(s0,{optional:!0})||{},this.pendingTasks=(0,n.WQX)(n.TgB),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.navigationTransitions=(0,n.WQX)(Sn),this.urlSerializer=(0,n.WQX)(Be),this.location=(0,n.WQX)(Xt.aZ),this.urlHandlingStrategy=(0,n.WQX)(_e),this._events=new kt.B,this.errorHandler=this.options.errorHandler||fn,this.navigated=!1,this.routeReuseStrategy=(0,n.WQX)(M),this.onSameUrlNavigation=this.options.onSameUrlNavigation||"ignore",this.config=(0,n.WQX)(v,{optional:!0})?.flat()??[],this.componentInputBindingEnabled=!!(0,n.WQX)(e0,{optional:!0}),this.eventsSubscription=new zt.yU,this.resetConfig(this.config),this.navigationTransitions.setupNavigations(this,this.currentUrlTree,this.routerState).subscribe({error:b=>{this.console.warn(b)}}),this.subscribeToNavigationEvents()}subscribeToNavigationEvents(){const b=this.navigationTransitions.events.subscribe(z=>{try{const $=this.navigationTransitions.currentTransition,wt=this.navigationTransitions.currentNavigation;if(null!==$&&null!==wt)if(this.stateManager.handleRouterEvent(z,wt),z instanceof D&&z.code!==le.Redirect&&z.code!==le.SupersededByNewNavigation)this.navigated=!0;else if(z instanceof V)this.navigated=!0;else if(z instanceof Ga){const ee=z.navigationBehaviorOptions,Ue=this.urlHandlingStrategy.merge(z.url,$.currentRawUrl),Se={browserUrl:$.extras.browserUrl,info:$.extras.info,skipLocationChange:$.extras.skipLocationChange,replaceUrl:$.extras.replaceUrl||"eager"===this.urlUpdateStrategy||qn($.source),...ee};this.scheduleNavigation(Ue,Ta,null,Se,{resolve:$.resolve,reject:$.reject,promise:$.promise})}(function gn(w){return!(w instanceof wo||w instanceof Ga)})(z)&&this._events.next(z)}catch($){this.navigationTransitions.transitionAbortSubject.next($)}});this.eventsSubscription.add(b)}resetRootComponentType(b){this.routerState.root.component=b,this.navigationTransitions.rootComponentType=b}initialNavigation(){this.setUpLocationChangeListener(),this.navigationTransitions.hasRequestedNavigation||this.navigateToSyncWithBrowser(this.location.path(!0),Ta,this.stateManager.restoredState())}setUpLocationChangeListener(){this.nonRouterCurrentEntryChangeSubscription??=this.stateManager.registerNonRouterCurrentEntryChangeListener((b,z)=>{setTimeout(()=>{this.navigateToSyncWithBrowser(b,"popstate",z)},0)})}navigateToSyncWithBrowser(b,z,$){const wt={replaceUrl:!0},ee=$?.navigationId?$:null;if($){const Se={...$};delete Se.navigationId,delete Se.\u0275routerPageId,0!==Object.keys(Se).length&&(wt.state=Se)}const Ue=this.parseUrl(b);this.scheduleNavigation(Ue,z,ee,wt)}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.navigationTransitions.currentNavigation}get lastSuccessfulNavigation(){return this.navigationTransitions.lastSuccessfulNavigation}resetConfig(b){this.config=b.map(T),this.navigated=!1}ngOnDestroy(){this.dispose()}dispose(){this.navigationTransitions.complete(),this.nonRouterCurrentEntryChangeSubscription&&(this.nonRouterCurrentEntryChangeSubscription.unsubscribe(),this.nonRouterCurrentEntryChangeSubscription=void 0),this.disposed=!0,this.eventsSubscription.unsubscribe()}createUrlTree(b,z={}){const{relativeTo:$,queryParams:wt,fragment:ee,queryParamsHandling:Ue,preserveFragment:Se}=z,In=Se?this.currentUrlTree.fragment:ee;let ia,ta=null;switch(Ue??this.options.defaultQueryParamsHandling){case"merge":ta={...this.currentUrlTree.queryParams,...wt};break;case"preserve":ta=this.currentUrlTree.queryParams;break;default:ta=wt||null}null!==ta&&(ta=this.removeEmptyProps(ta));try{ia=Ee($?$.snapshot:this.routerState.snapshot.root)}catch{("string"!=typeof b[0]||"/"!==b[0][0])&&(b=[]),ia=this.currentUrlTree.root}return en(ia,b,ta,In??null)}navigateByUrl(b,z={skipLocationChange:!1}){const $=ft(b)?b:this.parseUrl(b),wt=this.urlHandlingStrategy.merge($,this.rawUrlTree);return this.scheduleNavigation(wt,Ta,null,z)}navigate(b,z={skipLocationChange:!1}){return function pn(w){for(let B=0;B<w.length;B++)if(null==w[B])throw new n.wOt(4008,!1)}(b),this.navigateByUrl(this.createUrlTree(b,z),z)}serializeUrl(b){return this.urlSerializer.serialize(b)}parseUrl(b){try{return this.urlSerializer.parse(b)}catch{return this.urlSerializer.parse("/")}}isActive(b,z){let $;if($=!0===z?{...Pn}:!1===z?{...Fn}:z,ft(b))return Re(this.currentUrlTree,b,$);const wt=this.parseUrl(b);return Re(this.currentUrlTree,wt,$)}removeEmptyProps(b){return Object.entries(b).reduce((z,[$,wt])=>(null!=wt&&(z[$]=wt),z),{})}scheduleNavigation(b,z,$,wt,ee){if(this.disposed)return Promise.resolve(!1);let Ue,Se,In;ee?(Ue=ee.resolve,Se=ee.reject,In=ee.promise):In=new Promise((ia,S)=>{Ue=ia,Se=S});const ta=this.pendingTasks.add();return Pe(this,()=>{queueMicrotask(()=>this.pendingTasks.remove(ta))}),this.navigationTransitions.handleNavigationRequest({source:z,restoredState:$,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,rawUrl:b,extras:wt,resolve:Ue,reject:Se,promise:In,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),In.catch(ia=>Promise.reject(ia))}static{this.\u0275fac=function(z){return new(z||w)}}static{this.\u0275prov=n.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}}return w})(),yn=(()=>{class w{constructor(b,z,$,wt,ee,Ue){this.router=b,this.route=z,this.tabIndexAttribute=$,this.renderer=wt,this.el=ee,this.locationStrategy=Ue,this.href=null,this.onChanges=new kt.B,this.preserveFragment=!1,this.skipLocationChange=!1,this.replaceUrl=!1,this.routerLinkInput=null;const Se=ee.nativeElement.tagName?.toLowerCase();this.isAnchorElement="a"===Se||"area"===Se,this.isAnchorElement?this.subscription=b.events.subscribe(In=>{In instanceof V&&this.updateHref()}):this.setTabIndexIfNotOnNativeEl("0")}setTabIndexIfNotOnNativeEl(b){null!=this.tabIndexAttribute||this.isAnchorElement||this.applyAttributeValue("tabindex",b)}ngOnChanges(b){this.isAnchorElement&&this.updateHref(),this.onChanges.next(this)}set routerLink(b){null==b?(this.routerLinkInput=null,this.setTabIndexIfNotOnNativeEl(null)):(this.routerLinkInput=ft(b)||Array.isArray(b)?b:[b],this.setTabIndexIfNotOnNativeEl("0"))}onClick(b,z,$,wt,ee){const Ue=this.urlTree;return!!(null===Ue||this.isAnchorElement&&(0!==b||z||$||wt||ee||"string"==typeof this.target&&"_self"!=this.target))||(this.router.navigateByUrl(Ue,{skipLocationChange:this.skipLocationChange,replaceUrl:this.replaceUrl,state:this.state,info:this.info}),!this.isAnchorElement)}ngOnDestroy(){this.subscription?.unsubscribe()}updateHref(){const b=this.urlTree;this.href=null!==b&&this.locationStrategy?this.locationStrategy?.prepareExternalUrl(this.router.serializeUrl(b)):null;const z=null===this.href?null:(0,n.n$t)(this.href,this.el.nativeElement.tagName.toLowerCase(),"href");this.applyAttributeValue("href",z)}applyAttributeValue(b,z){const $=this.renderer,wt=this.el.nativeElement;null!==z?$.setAttribute(wt,b,z):$.removeAttribute(wt,b)}get urlTree(){return null===this.routerLinkInput?null:ft(this.routerLinkInput)?this.routerLinkInput:this.router.createUrlTree(this.routerLinkInput,{relativeTo:void 0!==this.relativeTo?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:this.preserveFragment})}static{this.\u0275fac=function(z){return new(z||w)(n.rXU(Dn),n.rXU(Mo),n.kS0("tabindex"),n.rXU(n.sFG),n.rXU(n.aKT),n.rXU(Xt.hb))}}static{this.\u0275dir=n.FsC({type:w,selectors:[["","routerLink",""]],hostVars:1,hostBindings:function(z,$){1&z&&n.bIt("click",function(ee){return $.onClick(ee.button,ee.ctrlKey,ee.shiftKey,ee.altKey,ee.metaKey)}),2&z&&n.BMQ("target",$.target)},inputs:{target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",state:"state",info:"info",relativeTo:"relativeTo",preserveFragment:[2,"preserveFragment","preserveFragment",n.L39],skipLocationChange:[2,"skipLocationChange","skipLocationChange",n.L39],replaceUrl:[2,"replaceUrl","replaceUrl",n.L39],routerLink:"routerLink"},standalone:!0,features:[n.GFd,n.OA$]})}}return w})();class ma{}let fa=(()=>{class w{constructor(b,z,$,wt,ee){this.router=b,this.injector=$,this.preloadingStrategy=wt,this.loader=ee}setUpPreloading(){this.subscription=this.router.events.pipe((0,Pt.p)(b=>b instanceof V),(0,It.H)(()=>this.preload())).subscribe(()=>{})}preload(){return this.processRoutes(this.injector,this.router.config)}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}processRoutes(b,z){const $=[];for(const wt of z){wt.providers&&!wt._injector&&(wt._injector=(0,n.Ol2)(wt.providers,b,`Route: ${wt.path}`));const ee=wt._injector??b,Ue=wt._loadedInjector??ee;(wt.loadChildren&&!wt._loadedRoutes&&void 0===wt.canLoad||wt.loadComponent&&!wt._loadedComponent)&&$.push(this.preloadConfig(ee,wt)),(wt.children||wt._loadedRoutes)&&$.push(this.processRoutes(Ue,wt.children??wt._loadedRoutes))}return(0,r.H)($).pipe((0,K.U)())}preloadConfig(b,z){return this.preloadingStrategy.preload(z,()=>{let $;$=z.loadChildren&&void 0===z.canLoad?this.loader.loadChildren(b,z):(0,H.of)(null);const wt=$.pipe((0,Et.Z)(ee=>null===ee?(0,H.of)(void 0):(z._loadedRoutes=ee.routes,z._loadedInjector=ee.injector,this.processRoutes(ee.injector??b,ee.routes))));if(z.loadComponent&&!z._loadedComponent){const ee=this.loader.loadComponent(z);return(0,r.H)([wt,ee]).pipe((0,K.U)())}return wt})}static{this.\u0275fac=function(z){return new(z||w)(n.KVO(Dn),n.KVO(n.Ql9),n.KVO(n.uvJ),n.KVO(ma),n.KVO(y))}}static{this.\u0275prov=n.jDH({token:w,factory:w.\u0275fac,providedIn:"root"})}}return w})();const Ha=new n.nKC("");let ea=(()=>{class w{constructor(b,z,$,wt,ee={}){this.urlSerializer=b,this.transitions=z,this.viewportScroller=$,this.zone=wt,this.options=ee,this.lastId=0,this.lastSource="imperative",this.restoredId=0,this.store={},ee.scrollPositionRestoration||="disabled",ee.anchorScrolling||="disabled"}init(){"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.transitions.events.subscribe(b=>{b instanceof oe?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=b.navigationTrigger,this.restoredId=b.restoredState?b.restoredState.navigationId:0):b instanceof V?(this.lastId=b.id,this.scheduleScrollEvent(b,this.urlSerializer.parse(b.urlAfterRedirects).fragment)):b instanceof k&&b.code===p.IgnoredSameUrlNavigation&&(this.lastSource=void 0,this.restoredId=0,this.scheduleScrollEvent(b,this.urlSerializer.parse(b.url).fragment))})}consumeScrollEvents(){return this.transitions.events.subscribe(b=>{b instanceof On&&(b.position?"top"===this.options.scrollPositionRestoration?this.viewportScroller.scrollToPosition([0,0]):"enabled"===this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition(b.position):b.anchor&&"enabled"===this.options.anchorScrolling?this.viewportScroller.scrollToAnchor(b.anchor):"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition([0,0]))})}scheduleScrollEvent(b,z){this.zone.runOutsideAngular(()=>{setTimeout(()=>{this.zone.run(()=>{this.transitions.events.next(new On(b,"popstate"===this.lastSource?this.store[this.restoredId]:null,z))})},0)})}ngOnDestroy(){this.routerEventsSubscription?.unsubscribe(),this.scrollEventsSubscription?.unsubscribe()}static{this.\u0275fac=function(z){n.QTQ()}}static{this.\u0275prov=n.jDH({token:w,factory:w.\u0275fac})}}return w})();function Da(w,...B){return(0,n.EmA)([{provide:v,multi:!0,useValue:w},[],{provide:Mo,useFactory:po,deps:[Dn]},{provide:n.iLQ,multi:!0,useFactory:b0},B.map(b=>b.\u0275providers)])}function po(w){return w.routerState.root}function Kn(w,B){return{\u0275kind:w,\u0275providers:B}}function Na(w={}){return Kn(4,[{provide:Ha,useFactory:()=>{const b=(0,n.WQX)(Xt.Xr),z=(0,n.WQX)(n.SKi),$=(0,n.WQX)(Sn),wt=(0,n.WQX)(Be);return new ea(wt,$,b,z,w)}}])}function b0(){const w=(0,n.WQX)(n.zZn);return B=>{const b=w.get(n.o8S);if(B!==b.components[0])return;const z=w.get(Dn),$=w.get(zo);1===w.get(Eo)&&z.initialNavigation(),w.get(Vi,null,n.$GK.Optional)?.setUpPreloading(),w.get(Ha,null,n.$GK.Optional)?.init(),z.resetRootComponentType(b.componentTypes[0]),$.closed||($.next(),$.complete(),$.unsubscribe())}}const zo=new n.nKC("",{factory:()=>new kt.B}),Eo=new n.nKC("",{providedIn:"root",factory:()=>1}),Vi=new n.nKC("");function r0(w){return Kn(0,[{provide:Vi,useExisting:fa},{provide:ma,useExisting:w}])}function x0(){return Kn(8,[n0,{provide:e0,useExisting:n0}])}function Ji(w){return Kn(9,[{provide:He,useValue:bn},{provide:Qe,useValue:{skipNextTransition:!!w?.skipInitialTransition,...w}}])}const $a=new n.nKC("ROUTER_FORROOT_GUARD"),ts=[Xt.aZ,{provide:Be,useClass:Ge},Dn,Wo,{provide:Mo,useFactory:po,deps:[Dn]},y,[]];let no=(()=>{class w{constructor(b){}static forRoot(b,z){return{ngModule:w,providers:[ts,[],{provide:v,multi:!0,useValue:b},{provide:$a,useFactory:ji,deps:[[Dn,new n.Xx1,new n.kdw]]},{provide:s0,useValue:z||{}},z?.useHash?{provide:Xt.hb,useClass:Xt.fw}:{provide:Xt.hb,useClass:Xt.Sm},{provide:Ha,useFactory:()=>{const w=(0,n.WQX)(Xt.Xr),B=(0,n.WQX)(n.SKi),b=(0,n.WQX)(s0),z=(0,n.WQX)(Sn),$=(0,n.WQX)(Be);return b.scrollOffset&&w.setOffset(b.scrollOffset),new ea($,z,w,B,b)}},z?.preloadingStrategy?r0(z.preloadingStrategy).\u0275providers:[],z?.initialNavigation?l0(z):[],z?.bindToComponentInputs?x0().\u0275providers:[],z?.enableViewTransitions?Ji().\u0275providers:[],[{provide:mi,useFactory:b0},{provide:n.iLQ,multi:!0,useExisting:mi}]]}}static forChild(b){return{ngModule:w,providers:[{provide:v,multi:!0,useValue:b}]}}static{this.\u0275fac=function(z){return new(z||w)(n.KVO($a,8))}}static{this.\u0275mod=n.$C({type:w})}static{this.\u0275inj=n.G2t({})}}return w})();function ji(w){return"guarded"}function l0(w){return["disabled"===w.initialNavigation?Kn(3,[{provide:n.hnV,multi:!0,useFactory:()=>{const B=(0,n.WQX)(Dn);return()=>{B.setUpLocationChangeListener()}}},{provide:Eo,useValue:2}]).\u0275providers:[],"enabledBlocking"===w.initialNavigation?Kn(2,[{provide:Eo,useValue:0},{provide:n.hnV,multi:!0,deps:[n.zZn],useFactory:B=>{const b=B.get(Xt.hj,Promise.resolve());return()=>b.then(()=>new Promise(z=>{const $=B.get(Dn),wt=B.get(zo);Pe($,()=>{z(!0)}),B.get(Sn).afterPreactivation=()=>(z(!0),wt.closed?(0,H.of)(void 0):wt),$.initialNavigation()}))}}]).\u0275providers:[]]}const mi=new n.nKC("")},5324:($e,Gt,c)=>{c.d(Gt,{jc:()=>Bo,T$:()=>Li,rO:()=>s0,jD:()=>ls,AD:()=>M0,tG:()=>pi,MJ:()=>jo,Sz:()=>ja,Nl:()=>oa,xt:()=>ri,u8:()=>La});var n=c(4438),i=c(177),r=c(1413),H=c(1985),g=c(7673),Z=c(1584),tt=c(4412),st=c(605),J=c(6977),et=c(5558),mt=c(9172),Ot=c(8071),kt=c(6354),zt=function(){function _(){}return _.prototype.getAllStyles=function(T){return window.getComputedStyle(T)},_.prototype.getStyle=function(T,v){return this.getAllStyles(T)[v]},_.prototype.isStaticPositioned=function(T){return"static"===(this.getStyle(T,"position")||"static")},_.prototype.offsetParent=function(T){for(var v=T.offsetParent||document.documentElement;v&&v!==document.documentElement&&this.isStaticPositioned(v);)v=v.offsetParent;return v||document.documentElement},_.prototype.position=function(T,v){void 0===v&&(v=!0);var y,P={width:0,height:0,top:0,bottom:0,left:0,right:0};if("fixed"===this.getStyle(T,"position"))y={top:(y=T.getBoundingClientRect()).top,bottom:y.bottom,left:y.left,right:y.right,height:y.height,width:y.width};else{var nt=this.offsetParent(T);y=this.offset(T,!1),nt!==document.documentElement&&(P=this.offset(nt,!1)),P.top+=nt.clientTop,P.left+=nt.clientLeft}return y.top-=P.top,y.bottom-=P.top,y.left-=P.left,y.right-=P.left,v&&(y.top=Math.round(y.top),y.bottom=Math.round(y.bottom),y.left=Math.round(y.left),y.right=Math.round(y.right)),y},_.prototype.offset=function(T,v){void 0===v&&(v=!0);var y=T.getBoundingClientRect(),P_top=window.pageYOffset-document.documentElement.clientTop,P_left=window.pageXOffset-document.documentElement.clientLeft,nt={height:y.height||T.offsetHeight,width:y.width||T.offsetWidth,top:y.top+P_top,bottom:y.bottom+P_top,left:y.left+P_left,right:y.right+P_left};return v&&(nt.height=Math.round(nt.height),nt.width=Math.round(nt.width),nt.top=Math.round(nt.top),nt.bottom=Math.round(nt.bottom),nt.left=Math.round(nt.left),nt.right=Math.round(nt.right)),nt},_.prototype.positionElements=function(T,v,y,P){var nt=y.split("-"),$t=nt[0],_e=void 0===$t?"top":$t,Ye=nt[1],He=void 0===Ye?"center":Ye,Qe=P?this.offset(T,!1):this.position(T,!1),bn=this.getAllStyles(v),Gn=parseFloat(bn.marginTop),hn=parseFloat(bn.marginBottom),Sn=parseFloat(bn.marginLeft),qn=parseFloat(bn.marginRight),M=0,j=0;switch(_e){case"top":M=Qe.top-(v.offsetHeight+Gn+hn);break;case"bottom":M=Qe.top+Qe.height;break;case"left":j=Qe.left-(v.offsetWidth+Sn+qn);break;case"right":j=Qe.left+Qe.width}switch(He){case"top":M=Qe.top;break;case"bottom":M=Qe.top+Qe.height-v.offsetHeight;break;case"left":j=Qe.left;break;case"right":j=Qe.left+Qe.width-v.offsetWidth;break;case"center":"top"===_e||"bottom"===_e?j=Qe.left+Qe.width/2-v.offsetWidth/2:M=Qe.top+Qe.height/2-v.offsetHeight/2}v.style.transform="translate("+Math.round(j)+"px, "+Math.round(M)+"px)";var C=v.getBoundingClientRect(),R=document.documentElement,Mt=window.innerHeight||R.clientHeight,ye=window.innerWidth||R.clientWidth;return C.left>=0&&C.top>=0&&C.right<=ye&&C.bottom<=Mt},_}(),Xt=/\s+/,pt=new zt,Jt=function(){return Jt=Object.assign||function(_){for(var T,v=1,y=arguments.length;v<y;v++)for(var P in T=arguments[v])Object.prototype.hasOwnProperty.call(T,P)&&(_[P]=T[P]);return _},Jt.apply(this,arguments)},fe=function(_,T,v){if(v||2===arguments.length)for(var nt,y=0,P=T.length;y<P;y++)(nt||!(y in T))&&(nt||(nt=Array.prototype.slice.call(T,0,y)),nt[y]=T[y]);return _.concat(nt||Array.prototype.slice.call(T))},Pt=function(_){return _[_.SUNDAY=0]="SUNDAY",_[_.MONDAY=1]="MONDAY",_[_.TUESDAY=2]="TUESDAY",_[_.WEDNESDAY=3]="WEDNESDAY",_[_.THURSDAY=4]="THURSDAY",_[_.FRIDAY=5]="FRIDAY",_[_.SATURDAY=6]="SATURDAY",_}(Pt||{}),Et=[Pt.SUNDAY,Pt.SATURDAY],rt=7,dt=86400;function Vt(_,T){var v=T.startDate,P=T.excluded,nt=T.precision;if(P.length<1)return 0;for(var _e=_.getDay,Ye=_.addDays,He=(0,_.addSeconds)(v,T.seconds-1),Qe=_e(v),bn=_e(He),Gn=0,hn=v,Sn=function(){var qn=_e(hn);P.some(function(M){return M===qn})&&(Gn+=function it(_,T){var y=T.day,nt=T.dayEnd,$t=T.startDate,_e=T.endDate,Ye=_.differenceInSeconds,Qe=_.startOfDay;if("minutes"===T.precision){if(y===T.dayStart)return Ye((0,_.endOfDay)($t),$t)+1;if(y===nt)return Ye(_e,Qe(_e))+1}return dt}(_,{dayStart:Qe,dayEnd:bn,day:qn,precision:nt,startDate:v,endDate:He})),hn=Ye(hn,1)};hn<He;)Sn();return Gn}function on(_,T){var y=T.periodStart,P=T.periodEnd;return T.events.filter(function(nt){return function Ve(_,T){var v=T.event,y=T.periodStart,P=T.periodEnd,nt=_.isSameSecond,$t=v.start,_e=v.end||v.start;return!!($t>y&&$t<P||_e>y&&_e<P||$t<y&&_e>P||nt($t,y)||nt($t,P)||nt(_e,y)||nt(_e,P))}(_,{event:nt,periodStart:y,periodEnd:P})})}function wn(_,T){var v=T.date,y=T.weekendDays,P=void 0===y?Et:y,$t=_.isSameDay,_e=_.getDay,Ye=(0,_.startOfDay)(new Date),He=_e(v);return{date:v,day:He,isPast:v<Ye,isToday:$t(v,Ye),isFuture:v>Ye,isWeekend:P.indexOf(He)>-1}}function Fe(_,T){for(var P=T.excluded,nt=void 0===P?[]:P,$t=T.weekendDays,_e=T.viewStart,Ye=void 0===_e?_.startOfWeek(T.viewDate,{weekStartsOn:T.weekStartsOn}):_e,He=T.viewEnd,Qe=void 0===He?_.addDays(Ye,rt):He,bn=_.addDays,Gn=_.getDay,hn=[],Sn=Ye;Sn<Qe;)nt.some(function(qn){return Gn(Sn)===qn})||hn.push(wn(_,{date:Sn,weekendDays:$t})),Sn=bn(Sn,1);return hn}function ht(_,T){var v=T.events,y=void 0===v?[]:v,P=T.excluded,nt=void 0===P?[]:P,$t=T.precision,_e=void 0===$t?"days":$t,Ye=T.absolutePositionedEvents,He=void 0!==Ye&&Ye,Qe=T.viewStart,bn=T.viewEnd;Qe=_.startOfDay(Qe),bn=_.endOfDay(bn);var Gn=_.differenceInSeconds,hn=_.differenceInDays,Sn=function zn(_,T){for(var y=T.date2,P=T.excluded,nt=T.date1,$t=0;nt<y;)-1===P.indexOf(_.getDay(nt))&&$t++,nt=_.addDays(nt,1);return $t}(_,{date1:Qe,date2:bn,excluded:nt}),qn=hn(bn,Qe)+1,M=y.filter(function(R){return R.allDay}).map(function(R){var Mt=function re(_,T){var v=T.event,y=T.startOfWeek,P=T.excluded,nt=T.precision,$t=_.differenceInDays,_e=_.startOfDay,Ye=_.differenceInSeconds;if(v.start<y)return 0;var He=0;switch(nt){case"days":He=$t(_e(v.start),y)*dt;break;case"minutes":He=Ye(v.start,y)}return He-=Vt(_,{startDate:y,seconds:He,excluded:P,precision:nt}),Math.abs(He/dt)}(_,{event:R,startOfWeek:Qe,excluded:nt,precision:_e}),ye=function Bt(_,T){var v=T.event,y=T.offset,nt=T.excluded,$t=T.precision,_e=T.totalDaysInView,He=_.differenceInSeconds,Qe=_.addDays,bn=_.endOfDay,Gn=_.differenceInDays,hn=dt,Sn=(0,_.max)([v.start,T.startOfWeekDate]);v.end&&(hn="minutes"===$t?He(v.end,Sn):Gn(Qe(bn(v.end),1),Sn)*dt);var qn=y*dt,j=_e*dt;return qn+hn>j&&(hn=j-qn),(hn-=Vt(_,{startDate:Sn,seconds:hn,excluded:nt,precision:$t}))/dt}(_,{event:R,offset:Mt,startOfWeekDate:Qe,excluded:nt,precision:_e,totalDaysInView:qn});return{event:R,offset:Mt,span:ye}}).filter(function(R){return R.offset<Sn}).filter(function(R){return R.span>0}).map(function(R){return{event:R.event,offset:R.offset,span:R.span,startsBeforeWeek:R.event.start<Qe,endsAfterWeek:(R.event.end||R.event.start)>bn}}).sort(function(R,Mt){var ye=Gn(R.event.start,Mt.event.start);return 0===ye?Gn(Mt.event.end||Mt.event.start,R.event.end||R.event.start):ye}),j=[],C=[];return M.forEach(function(R,Mt){if(-1===C.indexOf(R)){C.push(R);var ye=R.span+R.offset,Pe=M.slice(Mt+1).filter(function(Fn){if(Fn.offset>=ye&&ye+Fn.span<=qn&&-1===C.indexOf(Fn)){var Dn=Fn.offset-ye;return He||(Fn.offset=Dn),ye+=Fn.span+Dn,C.push(Fn),!0}}),fn=fe([R],Pe,!0),Pn=fn.filter(function(Fn){return Fn.event.id}).map(function(Fn){return Fn.event.id}).join("-");j.push(Jt({row:fn},Pn?{id:Pn}:{}))}}),j}function ot(_,T){var v=T.events,y=T.viewDate,P=T.hourSegments,nt=T.hourDuration,$t=T.dayStart,_e=T.dayEnd,Ye=T.weekStartsOn,He=T.excluded,Qe=T.weekendDays,bn=T.segmentHeight,Gn=T.viewStart,hn=T.viewEnd,Sn=T.minimumEventHeight,qn=function Ze(_,T){var v=T.viewDate,y=T.hourSegments,P=T.hourDuration,nt=T.dayStart,$t=T.dayEnd,_e=_.setMinutes,Ye=_.setHours,He=_.startOfDay,Qe=_.startOfMinute,bn=_.endOfDay,Gn=_.addMinutes,hn=_.addDays,Sn=[],qn=_e(Ye(He(v),Ut(nt.hour)),ke(nt.minute)),M=_e(Ye(Qe(bn(v)),Ut($t.hour)),ke($t.minute)),j=(P||60)/y,C=He(v),R=bn(v),Mt=function(Dn){return Dn};_.getTimezoneOffset(C)!==_.getTimezoneOffset(R)&&(C=hn(C,1),qn=hn(qn,1),M=hn(M,1),Mt=function(Dn){return hn(Dn,-1)});for(var ye=P?1440/P:60,Pe=0;Pe<ye;Pe++){for(var fn=[],Pn=0;Pn<y;Pn++){var Fn=Gn(Gn(qn,Pe*(P||60)),Pn*j);Fn>=qn&&Fn<M&&fn.push({date:Mt(Fn),displayDate:Fn,isStart:0===Pn})}fn.length>0&&Sn.push({segments:fn})}return Sn}(_,{viewDate:y,hourSegments:P,hourDuration:nt,dayStart:$t,dayEnd:_e}),M=Fe(_,{viewDate:y,weekStartsOn:Ye,excluded:He,weekendDays:Qe,viewStart:Gn,viewEnd:hn}),j=_.setHours,C=_.setMinutes,R=_.getHours,Mt=_.getMinutes;return M.map(function(ye){var Pe=function lt(_,T){var v=T.events,y=T.viewDate,P=T.hourSegments,nt=T.dayStart,$t=T.dayEnd,_e=T.eventWidth,Ye=T.segmentHeight,He=T.hourDuration,Qe=T.minimumEventHeight,bn=_.setMinutes,Gn=_.setHours,hn=_.startOfDay,Sn=_.startOfMinute,qn=_.endOfDay,M=_.differenceInMinutes,j=bn(Gn(hn(y),Ut(nt.hour)),ke(nt.minute)),C=bn(Gn(Sn(qn(y)),Ut($t.hour)),ke($t.minute));C.setSeconds(59,999);var R=[],Mt=on(_,{events:v.filter(function(Pn){return!Pn.allDay}),periodStart:j,periodEnd:C}),ye=Mt.sort(function(Pn,Fn){return Pn.start.valueOf()-Fn.start.valueOf()}).map(function(Pn){var Fn=Pn.start,Dn=Pn.end||Fn,pn=Fn<j,gn=Dn>C,yn=P*Ye/(He||60),We=0;if(Fn>j){var Hn=_.getTimezoneOffset(Fn),Oa=_.getTimezoneOffset(j)-Hn;We+=M(Fn,j)+Oa}We*=yn,We=Math.floor(We);var ya=pn?j:Fn,fa=gn?C:Dn,Ha=_.getTimezoneOffset(ya)-_.getTimezoneOffset(fa),ea=M(fa,ya)+Ha;Pn.end?ea*=yn:ea=Ye,Qe&&ea<Qe&&(ea=Qe),ea=Math.floor(ea);for(var po=Lt(R,We,We+ea),Kn=0;po.some(function(ds){return ds.left===Kn});)Kn+=_e;var ui={event:Pn,height:ea,width:_e,top:We,left:Kn,startsBeforeDay:pn,endsAfterDay:gn};return R.push(ui),ui}),Pe=Math.max.apply(Math,ye.map(function(Pn){return Pn.left+Pn.width})),fn=on(_,{events:v.filter(function(Pn){return Pn.allDay}),periodStart:hn(j),periodEnd:qn(C)});return{events:ye,width:Pe,allDayEvents:fn,period:{events:Mt,start:j,end:C}}}(_,{events:v,viewDate:ye.date,hourSegments:P,dayStart:$t,dayEnd:_e,segmentHeight:bn,eventWidth:1,hourDuration:nt,minimumEventHeight:Sn}),fn=qn.map(function(Dn){var pn=Dn.segments.map(function(gn){var yn=C(j(ye.date,R(gn.date)),Mt(gn.date));return Jt(Jt({},gn),{date:yn})});return Jt(Jt({},Dn),{segments:pn})});function Pn(Dn,pn){var gn=Math.max.apply(Math,pn.map(function(We){return We.left+1})),yn=Dn.filter(function(We){return We.left>=gn}).filter(function(We){return Lt(pn,We.top,We.top+We.height).length>0});return yn.length>0?Pn(Dn,yn):gn}var Fn=Pe.events.map(function(Dn){var gn=100/Pn(Pe.events,Lt(Pe.events,Dn.top,Dn.top+Dn.height));return Jt(Jt({},Dn),{left:Dn.left*gn,width:gn})});return{hours:fn,date:ye.date,events:Fn.map(function(Dn){var pn=Lt(Fn.filter(function(gn){return gn.left>Dn.left}),Dn.top,Dn.top+Dn.height);return pn.length>0?Jt(Jt({},Dn),{width:Math.min.apply(Math,pn.map(function(gn){return gn.left}))-Dn.left}):Dn})}})}function Lt(_,T,v){return _.filter(function(y){var P=y.top,nt=y.top+y.height;return T<nt&&nt<v||T<P&&P<v||P<=T&&v<=nt})}function Ut(_){return Math.max(Math.min(23,_),0)}function ke(_){return Math.max(Math.min(59,_),0)}var xe=function(_){return _.NotArray="Events must be an array",_.StartPropertyMissing="Event is missing the `start` property",_.StartPropertyNotDate="Event `start` property should be a javascript date object. Do `new Date(event.start)` to fix it.",_.EndPropertyNotDate="Event `end` property should be a javascript date object. Do `new Date(event.end)` to fix it.",_.EndsBeforeStart="Event `start` property occurs after the `end`",_}(xe||{}),de=c(2771),q=c(7786),X=c(4572),Tt=c(3726),ie=c(5964),yt=c(3028),ne=c(7647),Re=c(6697),Xe=c(5109),Oe=c(9852),Ne=c(3946),vt=c(3294);function qt(_,T){return _=function Wt(_,T){return typeof _>"u"?typeof T>"u"?_:T:_}(_,T),"function"==typeof _?function(){for(var y=arguments,P=arguments.length,nt=Array(P),$t=0;$t<P;$t++)nt[$t]=y[$t];return!!_.apply(this,nt)}:_?function(){return!0}:function(){return!1}}var ce="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(_){return typeof _}:function(_){return _&&"function"==typeof Symbol&&_.constructor===Symbol?"symbol":typeof _},Rt=function(_){return null!=_&&"object"===(typeof _>"u"?"undefined":ce(_))&&1===_.nodeType&&"object"===ce(_.style)&&"object"===ce(_.ownerDocument)};function tn(_,T){if(T=mn(T,!0),!Rt(T))return-1;for(var v=0;v<_.length;v++)if(_[v]===T)return v;return-1}function jt(_,T){return-1!==tn(_,T)}function Be(_){for(var T=arguments,v=[],y=arguments.length-1;y-- >0;)v[y]=T[y+1];return function Ce(_,T){for(var v=0;v<T.length;v++)jt(_,T[v])||_.push(T[v]);return T}(_,v=v.map(mn))}function Ge(_){for(var T=arguments,v=[],y=arguments.length-1;y-- >0;)v[y]=T[y+1];return v.map(mn).reduce(function(P,nt){var $t=tn(_,nt);return-1!==$t?P.concat(_.splice($t,1)):P},[])}function mn(_,T){if("string"==typeof _)try{return document.querySelector(_)}catch(v){throw v}if(!Rt(_)&&!T)throw new TypeError(_+" is not a DOM element.");return _}function Te(_){if(_===window)return function kn(){var _={top:{value:0,enumerable:!0},left:{value:0,enumerable:!0},right:{value:window.innerWidth,enumerable:!0},bottom:{value:window.innerHeight,enumerable:!0},width:{value:window.innerWidth,enumerable:!0},height:{value:window.innerHeight,enumerable:!0},x:{value:0,enumerable:!0},y:{value:0,enumerable:!0}};if(Object.create)return Object.create({},_);var T={};return Object.defineProperties(T,_),T}();try{var T=_.getBoundingClientRect();return void 0===T.x&&(T.x=T.left,T.y=T.top),T}catch{throw new TypeError("Can't call getBoundingClientRect on "+_)}}var rn="function"!=typeof Object.create?function(){var T=function(){};return function(v,y){if(v!==Object(v)&&null!==v)throw TypeError("Argument must be an object, or null");T.prototype=v||{};var P=new T;return T.prototype=null,void 0!==y&&Object.defineProperties(P,y),null===v&&(P.__proto__=null),P}}():Object.create,je=["altKey","button","buttons","clientX","clientY","ctrlKey","metaKey","movementX","movementY","offsetX","offsetY","pageX","pageY","region","relatedTarget","screenX","screenY","shiftKey","which","x","y"];function jn(_,T){T=T||{};for(var v=rn(_),y=0;y<je.length;y++)void 0!==T[je[y]]&&(v[je[y]]=T[je[y]]);return v}function cn(_,T){console.log("data ",T),_.data=T||{},_.dispatched="mousemove"}var Zt=["webkit","moz","ms","o"],ae=function(){if(typeof window>"u")return function(){};for(var _=0,T=Zt.length;_<T&&!window.requestAnimationFrame;++_)window.requestAnimationFrame=window[Zt[_]+"RequestAnimationFrame"];if(!window.requestAnimationFrame){var v=0;window.requestAnimationFrame=function(y){var P=(new Date).getTime(),nt=Math.max(0,16-P-v),$t=window.setTimeout(function(){return y(P+nt)},nt);return v=P+nt,$t}}return window.requestAnimationFrame.bind(window)}(),L=function(){if(typeof window>"u")return function(){};for(var _=0,T=Zt.length;_<T&&!window.cancelAnimationFrame;++_)window.cancelAnimationFrame=window[Zt[_]+"CancelAnimationFrame"]||window[Zt[_]+"CancelRequestAnimationFrame"];return window.cancelAnimationFrame||(window.cancelAnimationFrame=function(v){window.clearTimeout(v)}),window.cancelAnimationFrame.bind(window)}();function Y(_,T){void 0===T&&(T={});var v=this,y=4,P=!1;if("object"!=typeof T.margin){var nt=T.margin||-1;this.margin={left:nt,right:nt,top:nt,bottom:nt}}else this.margin=T.margin;this.scrollWhenOutside=T.scrollWhenOutside||!1;var $t={},_e=function En(_,T){var v=qt((T=T||{}).allowUpdate,!0);return function(P){if(P=P||window.event,_.target=P.target||P.srcElement||P.originalTarget,_.element=this,_.type=P.type,v(P)){if(P.targetTouches)_.x=P.targetTouches[0].clientX,_.y=P.targetTouches[0].clientY,_.pageX=P.targetTouches[0].pageX,_.pageY=P.targetTouches[0].pageY,_.screenX=P.targetTouches[0].screenX,_.screenY=P.targetTouches[0].screenY;else{if(null===P.pageX&&null!==P.clientX){var nt=P.target&&P.target.ownerDocument||document,$t=nt.documentElement,_e=nt.body;_.pageX=P.clientX+($t&&$t.scrollLeft||_e&&_e.scrollLeft||0)-($t&&$t.clientLeft||_e&&_e.clientLeft||0),_.pageY=P.clientY+($t&&$t.scrollTop||_e&&_e.scrollTop||0)-($t&&$t.clientTop||_e&&_e.clientTop||0)}else _.pageX=P.pageX,_.pageY=P.pageY;_.x=P.clientX,_.y=P.clientY,_.screenX=P.screenX,_.screenY=P.screenY}_.clientX=_.x,_.clientY=_.y}}}($t),Ye=function Tn(_){var T={screenX:0,screenY:0,clientX:0,clientY:0,ctrlKey:!1,shiftKey:!1,altKey:!1,metaKey:!1,button:0,buttons:1,relatedTarget:null,region:null};function v(nt){for(var $t=0;$t<je.length;$t++)T[je[$t]]=nt[je[$t]]}return void 0!==_&&_.addEventListener("mousemove",v),{destroy:function P(){_&&_.removeEventListener("mousemove",v,!1),T=null},dispatch:MouseEvent?function($t,_e,Ye){var He=new MouseEvent("mousemove",jn(T,_e));return cn(He,Ye),$t.dispatchEvent(He)}:"function"==typeof document.createEvent?function($t,_e,Ye){var He=jn(T,_e),Qe=document.createEvent("MouseEvents");return Qe.initMouseEvent("mousemove",!0,!0,window,0,He.screenX,He.screenY,He.clientX,He.clientY,He.ctrlKey,He.altKey,He.shiftKey,He.metaKey,He.button,He.relatedTarget),cn(Qe,Ye),$t.dispatchEvent(Qe)}:"function"==typeof document.createEventObject?function($t,_e,Ye){var He=document.createEventObject(),Qe=jn(T,_e);for(var bn in Qe)He[bn]=Qe[bn];return cn(He,Ye),$t.dispatchEvent(He)}:void 0}}(),He=!1;window.addEventListener("mousemove",_e,!1),window.addEventListener("touchmove",_e,!1),isNaN(T.maxSpeed)||(y=T.maxSpeed),"object"!=typeof y&&(y={left:y,right:y,top:y,bottom:y}),this.autoScroll=qt(T.autoScroll),this.syncMove=qt(T.syncMove,!1),this.destroy=function(pn){window.removeEventListener("mousemove",_e,!1),window.removeEventListener("touchmove",_e,!1),window.removeEventListener("mousedown",qn,!1),window.removeEventListener("touchstart",qn,!1),window.removeEventListener("mouseup",M,!1),window.removeEventListener("touchend",M,!1),window.removeEventListener("pointerup",M,!1),window.removeEventListener("mouseleave",C,!1),window.removeEventListener("mousemove",ye,!1),window.removeEventListener("touchmove",ye,!1),window.removeEventListener("scroll",Sn,!0),_=[],pn&&j()},this.add=function(){for(var pn=[],gn=arguments.length;gn--;)pn[gn]=arguments[gn];return Be.apply(void 0,[_].concat(pn)),this},this.remove=function(){for(var pn=[],gn=arguments.length;gn--;)pn[gn]=arguments[gn];return Ge.apply(void 0,[_].concat(pn))};var bn,pn,Qe=null;"[object Array]"!==Object.prototype.toString.call(_)&&(_=[_]),pn=_,_=[],pn.forEach(function(gn){gn===window?Qe=window:v.add(gn)}),Object.defineProperties(this,{down:{get:function(){return He}},maxSpeed:{get:function(){return y}},point:{get:function(){return $t}},scrolling:{get:function(){return P}}});var hn,Gn=null;function Sn(pn){for(var gn=0;gn<_.length;gn++)if(_[gn]===pn.target){P=!0;break}P&&ae(function(){return P=!1})}function qn(){He=!0}function M(){He=!1,j()}function j(){L(hn),L(bn)}function C(){He=!1}function Mt(){for(var pn=null,gn=0;gn<_.length;gn++)Ie($t,_[gn])&&(pn=_[gn]);return pn}function ye(pn){if(v.autoScroll()&&!pn.dispatched){var gn=pn.target,yn=document.body;Gn&&!Ie($t,Gn)&&(v.scrollWhenOutside||(Gn=null)),gn&&gn.parentNode===yn?gn=Mt():(gn=function R(pn){if(!pn)return null;if(Gn===pn||jt(_,pn))return pn;for(;pn=pn.parentNode;)if(jt(_,pn))return pn;return null}(gn),gn||(gn=Mt())),gn&&gn!==Gn&&(Gn=gn),Qe&&(L(bn),bn=ae(Pe)),Gn&&(L(hn),hn=ae(fn))}}function Pe(){Pn(Qe),L(bn),bn=ae(Pe)}function fn(){Gn&&(Pn(Gn),L(hn),hn=ae(fn))}function Pn(pn){var yn,We,gn=Te(pn);yn=$t.x<gn.left+v.margin.left?Math.floor(Math.max(-1,($t.x-gn.left)/v.margin.left-1)*v.maxSpeed.left):$t.x>gn.right-v.margin.right?Math.ceil(Math.min(1,($t.x-gn.right)/v.margin.right+1)*v.maxSpeed.right):0,We=$t.y<gn.top+v.margin.top?Math.floor(Math.max(-1,($t.y-gn.top)/v.margin.top-1)*v.maxSpeed.top):$t.y>gn.bottom-v.margin.bottom?Math.ceil(Math.min(1,($t.y-gn.bottom)/v.margin.bottom+1)*v.maxSpeed.bottom):0,v.syncMove()&&Ye.dispatch(pn,{pageX:$t.pageX+yn,pageY:$t.pageY+We,clientX:$t.x+yn,clientY:$t.y+We}),setTimeout(function(){We&&function Fn(pn,gn){pn===window?window.scrollTo(pn.pageXOffset,pn.pageYOffset+gn):pn.scrollTop+=gn}(pn,We),yn&&function Dn(pn,gn){pn===window?window.scrollTo(pn.pageXOffset+gn,pn.pageYOffset):pn.scrollLeft+=gn}(pn,yn)})}window.addEventListener("mousedown",qn,!1),window.addEventListener("touchstart",qn,!1),window.addEventListener("mouseup",M,!1),window.addEventListener("touchend",M,!1),window.addEventListener("pointerup",M,!1),window.addEventListener("mousemove",ye,!1),window.addEventListener("touchmove",ye,!1),window.addEventListener("mouseleave",C,!1),window.addEventListener("scroll",Sn,!0)}function Ie(_,T,v){return v?_.y>v.top&&_.y<v.bottom&&_.x>v.left&&_.x<v.right:function An(_,T){var v=Te(T);return _.y>v.top&&_.y<v.bottom&&_.x>v.left&&_.x<v.right}(_,T)}function ge(_,T,v){v&&v.split(" ").forEach(y=>_.addClass(T.nativeElement,y))}function Me(_,T,v){v&&v.split(" ").forEach(y=>_.removeClass(T.nativeElement,y))}let Ct=(()=>{class _{constructor(){this.currentDrag=new r.B}}return _.\u0275fac=function(v){return new(v||_)},_.\u0275prov=n.jDH({token:_,factory:_.\u0275fac,providedIn:"root"}),_})(),me=(()=>{class _{constructor(v){this.elementRef=v}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(n.aKT))},_.\u0275dir=n.FsC({type:_,selectors:[["","mwlDraggableScrollContainer",""]]}),_})(),Nt=(()=>{class _{constructor(v,y,P,nt,$t,_e,Ye){this.element=v,this.renderer=y,this.draggableHelper=P,this.zone=nt,this.vcr=$t,this.scrollContainer=_e,this.document=Ye,this.dragAxis={x:!0,y:!0},this.dragSnapGrid={},this.ghostDragEnabled=!0,this.showOriginalElementWhileDragging=!1,this.dragCursor="",this.autoScroll={margin:20},this.dragPointerDown=new n.bkB,this.dragStart=new n.bkB,this.ghostElementCreated=new n.bkB,this.dragging=new n.bkB,this.dragEnd=new n.bkB,this.pointerDown$=new r.B,this.pointerMove$=new r.B,this.pointerUp$=new r.B,this.eventListenerSubscriptions={},this.destroy$=new r.B,this.timeLongPress={timerBegin:0,timerEnd:0}}ngOnInit(){this.checkEventListeners();const v=this.pointerDown$.pipe((0,ie.p)(()=>this.canDrag()),(0,yt.Z)(y=>{y.event.stopPropagation&&!this.scrollContainer&&y.event.stopPropagation();const P=this.renderer.createElement("style");this.renderer.setAttribute(P,"type","text/css"),this.renderer.appendChild(P,this.renderer.createText("\n          body * {\n           -moz-user-select: none;\n           -ms-user-select: none;\n           -webkit-user-select: none;\n           user-select: none;\n          }\n        ")),requestAnimationFrame(()=>{this.document.head.appendChild(P)});const nt=this.getScrollPosition(),$t=new H.c(hn=>this.renderer.listen(this.scrollContainer?this.scrollContainer.elementRef.nativeElement:"window","scroll",qn=>hn.next(qn))).pipe((0,mt.Z)(nt),(0,kt.T)(()=>this.getScrollPosition())),_e=new r.B,Ye=new de.m;this.dragPointerDown.observers.length>0&&this.zone.run(()=>{this.dragPointerDown.next({x:0,y:0})});const He=(0,q.h)(this.pointerUp$,this.pointerDown$,Ye,this.destroy$).pipe((0,ne.u)()),Qe=(0,X.z)([this.pointerMove$,$t]).pipe((0,kt.T)(([hn,Sn])=>({currentDrag$:_e,transformX:hn.clientX-y.clientX,transformY:hn.clientY-y.clientY,clientX:hn.clientX,clientY:hn.clientY,scrollLeft:Sn.left,scrollTop:Sn.top,target:hn.event.target})),(0,kt.T)(hn=>(this.dragSnapGrid.x&&(hn.transformX=Math.round(hn.transformX/this.dragSnapGrid.x)*this.dragSnapGrid.x),this.dragSnapGrid.y&&(hn.transformY=Math.round(hn.transformY/this.dragSnapGrid.y)*this.dragSnapGrid.y),hn)),(0,kt.T)(hn=>(this.dragAxis.x||(hn.transformX=0),this.dragAxis.y||(hn.transformY=0),hn)),(0,kt.T)(hn=>{const Sn=hn.scrollLeft-nt.left,qn=hn.scrollTop-nt.top;return{...hn,x:hn.transformX+Sn,y:hn.transformY+qn}}),(0,ie.p)(({x:hn,y:Sn,transformX:qn,transformY:M})=>!this.validateDrag||this.validateDrag({x:hn,y:Sn,transform:{x:qn,y:M}})),(0,J.Q)(He),(0,ne.u)()),bn=Qe.pipe((0,Re.s)(1),(0,ne.u)()),Gn=Qe.pipe((0,Xe.o)(1),(0,ne.u)());return bn.subscribe(({clientX:hn,clientY:Sn,x:qn,y:M})=>{if(this.dragStart.observers.length>0&&this.zone.run(()=>{this.dragStart.next({cancelDrag$:Ye})}),this.scroller=function Ht(_,T){return new Y(_,T)}([this.scrollContainer?this.scrollContainer.elementRef.nativeElement:this.document.defaultView],{...this.autoScroll,autoScroll:()=>!0}),ge(this.renderer,this.element,this.dragActiveClass),this.ghostDragEnabled){const j=this.element.nativeElement.getBoundingClientRect(),C=this.element.nativeElement.cloneNode(!0);if(this.showOriginalElementWhileDragging||this.renderer.setStyle(this.element.nativeElement,"visibility","hidden"),this.ghostElementAppendTo?this.ghostElementAppendTo.appendChild(C):this.element.nativeElement.parentNode.insertBefore(C,this.element.nativeElement.nextSibling),this.ghostElement=C,this.document.body.style.cursor=this.dragCursor,this.setElementStyles(C,{position:"fixed",top:`${j.top}px`,left:`${j.left}px`,width:`${j.width}px`,height:`${j.height}px`,cursor:this.dragCursor,margin:"0",willChange:"transform",pointerEvents:"none"}),this.ghostElementTemplate){const R=this.vcr.createEmbeddedView(this.ghostElementTemplate);C.innerHTML="",R.rootNodes.filter(Mt=>Mt instanceof Node).forEach(Mt=>{C.appendChild(Mt)}),Gn.subscribe(()=>{this.vcr.remove(this.vcr.indexOf(R))})}this.ghostElementCreated.observers.length>0&&this.zone.run(()=>{this.ghostElementCreated.emit({clientX:hn-qn,clientY:Sn-M,element:C})}),Gn.subscribe(()=>{C.parentElement.removeChild(C),this.ghostElement=null,this.renderer.setStyle(this.element.nativeElement,"visibility","")})}this.draggableHelper.currentDrag.next(_e)}),Gn.pipe((0,yt.Z)(hn=>{const Sn=Ye.pipe(function Ln(_){return(0,Oe.T)((T,v,y)=>!_||_(v,y)?T+1:T,0)}(),(0,Re.s)(1),(0,kt.T)(qn=>({...hn,dragCancelled:qn>0})));return Ye.complete(),Sn})).subscribe(({x:hn,y:Sn,dragCancelled:qn})=>{this.scroller.destroy(),this.dragEnd.observers.length>0&&this.zone.run(()=>{this.dragEnd.next({x:hn,y:Sn,dragCancelled:qn})}),Me(this.renderer,this.element,this.dragActiveClass),_e.complete()}),(0,q.h)(He,Gn).pipe((0,Re.s)(1)).subscribe(()=>{requestAnimationFrame(()=>{this.document.head.removeChild(P)})}),Qe}),(0,ne.u)());(0,q.h)(v.pipe((0,Re.s)(1),(0,kt.T)(y=>[,y])),v.pipe((0,Ne.J)())).pipe((0,ie.p)(([y,P])=>!y||y.x!==P.x||y.y!==P.y),(0,kt.T)(([y,P])=>P)).subscribe(({x:y,y:P,currentDrag$:nt,clientX:$t,clientY:_e,transformX:Ye,transformY:He,target:Qe})=>{this.dragging.observers.length>0&&this.zone.run(()=>{this.dragging.next({x:y,y:P})}),requestAnimationFrame(()=>{if(this.ghostElement){const bn=`translate3d(${Ye}px, ${He}px, 0px)`;this.setElementStyles(this.ghostElement,{transform:bn,"-webkit-transform":bn,"-ms-transform":bn,"-moz-transform":bn,"-o-transform":bn})}}),nt.next({clientX:$t,clientY:_e,dropData:this.dropData,target:Qe})})}ngOnChanges(v){v.dragAxis&&this.checkEventListeners()}ngOnDestroy(){this.unsubscribeEventListeners(),this.pointerDown$.complete(),this.pointerMove$.complete(),this.pointerUp$.complete(),this.destroy$.next()}checkEventListeners(){const v=this.canDrag(),y=Object.keys(this.eventListenerSubscriptions).length>0;v&&!y?this.zone.runOutsideAngular(()=>{this.eventListenerSubscriptions.mousedown=this.renderer.listen(this.element.nativeElement,"mousedown",P=>{this.onMouseDown(P)}),this.eventListenerSubscriptions.mouseup=this.renderer.listen("document","mouseup",P=>{this.onMouseUp(P)}),this.eventListenerSubscriptions.touchstart=this.renderer.listen(this.element.nativeElement,"touchstart",P=>{this.onTouchStart(P)}),this.eventListenerSubscriptions.touchend=this.renderer.listen("document","touchend",P=>{this.onTouchEnd(P)}),this.eventListenerSubscriptions.touchcancel=this.renderer.listen("document","touchcancel",P=>{this.onTouchEnd(P)}),this.eventListenerSubscriptions.mouseenter=this.renderer.listen(this.element.nativeElement,"mouseenter",()=>{this.onMouseEnter()}),this.eventListenerSubscriptions.mouseleave=this.renderer.listen(this.element.nativeElement,"mouseleave",()=>{this.onMouseLeave()})}):!v&&y&&this.unsubscribeEventListeners()}onMouseDown(v){0===v.button&&(this.eventListenerSubscriptions.mousemove||(this.eventListenerSubscriptions.mousemove=this.renderer.listen("document","mousemove",y=>{this.pointerMove$.next({event:y,clientX:y.clientX,clientY:y.clientY})})),this.pointerDown$.next({event:v,clientX:v.clientX,clientY:v.clientY}))}onMouseUp(v){0===v.button&&(this.eventListenerSubscriptions.mousemove&&(this.eventListenerSubscriptions.mousemove(),delete this.eventListenerSubscriptions.mousemove),this.pointerUp$.next({event:v,clientX:v.clientX,clientY:v.clientY}))}onTouchStart(v){let y,P,nt;if(this.touchStartLongPress&&(this.timeLongPress.timerBegin=Date.now(),P=!1,nt=this.hasScrollbar(),y=this.getScrollPosition()),!this.eventListenerSubscriptions.touchmove){const $t=(0,Tt.R)(this.document,"contextmenu").subscribe(Ye=>{Ye.preventDefault()}),_e=(0,Tt.R)(this.document,"touchmove",{passive:!1}).subscribe(Ye=>{this.touchStartLongPress&&!P&&nt&&(P=this.shouldBeginDrag(v,Ye,y)),(!this.touchStartLongPress||!nt||P)&&(Ye.preventDefault(),this.pointerMove$.next({event:Ye,clientX:Ye.targetTouches[0].clientX,clientY:Ye.targetTouches[0].clientY}))});this.eventListenerSubscriptions.touchmove=()=>{$t.unsubscribe(),_e.unsubscribe()}}this.pointerDown$.next({event:v,clientX:v.touches[0].clientX,clientY:v.touches[0].clientY})}onTouchEnd(v){this.eventListenerSubscriptions.touchmove&&(this.eventListenerSubscriptions.touchmove(),delete this.eventListenerSubscriptions.touchmove,this.touchStartLongPress&&this.enableScroll()),this.pointerUp$.next({event:v,clientX:v.changedTouches[0].clientX,clientY:v.changedTouches[0].clientY})}onMouseEnter(){this.setCursor(this.dragCursor)}onMouseLeave(){this.setCursor("")}canDrag(){return this.dragAxis.x||this.dragAxis.y}setCursor(v){this.eventListenerSubscriptions.mousemove||this.renderer.setStyle(this.element.nativeElement,"cursor",v)}unsubscribeEventListeners(){Object.keys(this.eventListenerSubscriptions).forEach(v=>{this.eventListenerSubscriptions[v](),delete this.eventListenerSubscriptions[v]})}setElementStyles(v,y){Object.keys(y).forEach(P=>{this.renderer.setStyle(v,P,y[P])})}getScrollElement(){return this.scrollContainer?this.scrollContainer.elementRef.nativeElement:this.document.body}getScrollPosition(){return this.scrollContainer?{top:this.scrollContainer.elementRef.nativeElement.scrollTop,left:this.scrollContainer.elementRef.nativeElement.scrollLeft}:{top:window.pageYOffset||this.document.documentElement.scrollTop,left:window.pageXOffset||this.document.documentElement.scrollLeft}}shouldBeginDrag(v,y,P){const nt=this.getScrollPosition(),$t_top=Math.abs(nt.top-P.top),$t_left=Math.abs(nt.left-P.left),_e=Math.abs(y.targetTouches[0].clientX-v.touches[0].clientX)-$t_left,Ye=Math.abs(y.targetTouches[0].clientY-v.touches[0].clientY)-$t_top,Qe=this.touchStartLongPress;return(_e+Ye>Qe.delta||$t_top>0||$t_left>0)&&(this.timeLongPress.timerBegin=Date.now()),this.timeLongPress.timerEnd=Date.now(),this.timeLongPress.timerEnd-this.timeLongPress.timerBegin>=Qe.delay&&(this.disableScroll(),!0)}enableScroll(){this.scrollContainer&&this.renderer.setStyle(this.scrollContainer.elementRef.nativeElement,"overflow",""),this.renderer.setStyle(this.document.body,"overflow","")}disableScroll(){this.scrollContainer&&this.renderer.setStyle(this.scrollContainer.elementRef.nativeElement,"overflow","hidden"),this.renderer.setStyle(this.document.body,"overflow","hidden")}hasScrollbar(){const v=this.getScrollElement();return v.scrollWidth>v.clientWidth||v.scrollHeight>v.clientHeight}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(n.aKT),n.rXU(n.sFG),n.rXU(Ct),n.rXU(n.SKi),n.rXU(n.c1b),n.rXU(me,8),n.rXU(i.qQ))},_.\u0275dir=n.FsC({type:_,selectors:[["","mwlDraggable",""]],inputs:{dropData:"dropData",dragAxis:"dragAxis",dragSnapGrid:"dragSnapGrid",ghostDragEnabled:"ghostDragEnabled",showOriginalElementWhileDragging:"showOriginalElementWhileDragging",validateDrag:"validateDrag",dragCursor:"dragCursor",dragActiveClass:"dragActiveClass",ghostElementAppendTo:"ghostElementAppendTo",ghostElementTemplate:"ghostElementTemplate",touchStartLongPress:"touchStartLongPress",autoScroll:"autoScroll"},outputs:{dragPointerDown:"dragPointerDown",dragStart:"dragStart",ghostElementCreated:"ghostElementCreated",dragging:"dragging",dragEnd:"dragEnd"},features:[n.OA$]}),_})();function Ft(_,T,v){return _>=v.left&&_<=v.right&&T>=v.top&&T<=v.bottom}let ft=(()=>{class _{constructor(v,y,P,nt,$t){this.element=v,this.draggableHelper=y,this.zone=P,this.renderer=nt,this.scrollContainer=$t,this.dragEnter=new n.bkB,this.dragLeave=new n.bkB,this.dragOver=new n.bkB,this.drop=new n.bkB}ngOnInit(){this.currentDragSubscription=this.draggableHelper.currentDrag.subscribe(v=>{ge(this.renderer,this.element,this.dragActiveClass);const y={updateCache:!0},P=this.renderer.listen(this.scrollContainer?this.scrollContainer.elementRef.nativeElement:"window","scroll",()=>{y.updateCache=!0});let nt;const $t=v.pipe((0,kt.T)(({clientX:He,clientY:Qe,dropData:bn,target:Gn})=>{nt={clientX:He,clientY:Qe,dropData:bn,target:Gn},y.updateCache&&(y.rect=this.element.nativeElement.getBoundingClientRect(),this.scrollContainer&&(y.scrollContainerRect=this.scrollContainer.elementRef.nativeElement.getBoundingClientRect()),y.updateCache=!1);const hn=Ft(He,Qe,y.rect),Sn=!this.validateDrop||this.validateDrop({clientX:He,clientY:Qe,target:Gn,dropData:bn});return y.scrollContainerRect?hn&&Sn&&Ft(He,Qe,y.scrollContainerRect):hn&&Sn})),_e=$t.pipe((0,vt.F)());let Ye;_e.pipe((0,ie.p)(He=>He)).subscribe(()=>{Ye=!0,ge(this.renderer,this.element,this.dragOverClass),this.dragEnter.observers.length>0&&this.zone.run(()=>{this.dragEnter.next(nt)})}),$t.pipe((0,ie.p)(He=>He)).subscribe(()=>{this.dragOver.observers.length>0&&this.zone.run(()=>{this.dragOver.next(nt)})}),_e.pipe((0,Ne.J)(),(0,ie.p)(([He,Qe])=>He&&!Qe)).subscribe(()=>{Ye=!1,Me(this.renderer,this.element,this.dragOverClass),this.dragLeave.observers.length>0&&this.zone.run(()=>{this.dragLeave.next(nt)})}),v.subscribe({complete:()=>{P(),Me(this.renderer,this.element,this.dragActiveClass),Ye&&(Me(this.renderer,this.element,this.dragOverClass),this.drop.observers.length>0&&this.zone.run(()=>{this.drop.next(nt)}))}})})}ngOnDestroy(){this.currentDragSubscription&&this.currentDragSubscription.unsubscribe()}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(n.aKT),n.rXU(Ct),n.rXU(n.SKi),n.rXU(n.sFG),n.rXU(me,8))},_.\u0275dir=n.FsC({type:_,selectors:[["","mwlDroppable",""]],inputs:{dragOverClass:"dragOverClass",dragActiveClass:"dragActiveClass",validateDrop:"validateDrop"},outputs:{dragEnter:"dragEnter",dragLeave:"dragLeave",dragOver:"dragOver",drop:"drop"}}),_})(),Yt=(()=>{class _{}return _.\u0275fac=function(v){return new(v||_)},_.\u0275mod=n.$C({type:_}),_.\u0275inj=n.G2t({}),_})();var Ee=c(9969),en=c(8141);const Ke=!(typeof window>"u")&&("ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0);function ga(_,T,v,y){const P=T.querySelectorAll(_);if(P.length){const nt=v.querySelectorAll(_);for(let $t=0;$t<P.length;$t++)y(P[$t],nt[$t])}}let Ba=0;function St(_,T){"file"!==T.type&&(T.value=_.value),"radio"===T.type&&T.name&&(T.name=`mat-clone-${T.name}-${Ba++}`)}function ln(_,T){const v=T.getContext("2d");if(v)try{v.drawImage(_,0,0)}catch{}}function Q(_,T,v,y){const P={top:_.top,bottom:_.bottom,left:_.left,right:_.right};return T.top&&(P.top+=y),T.bottom&&(P.bottom+=y),T.left&&(P.left+=v),T.right&&(P.right+=v),P.height=P.bottom-P.top,P.width=P.right-P.left,P}const he=Object.freeze({topLeft:"nw-resize",topRight:"ne-resize",bottomLeft:"sw-resize",bottomRight:"se-resize",leftOrRight:"col-resize",topOrBottom:"row-resize"});function qe(_,T){return _.left&&_.top?T.topLeft:_.right&&_.top?T.topRight:_.left&&_.bottom?T.bottomLeft:_.right&&_.bottom?T.bottomRight:_.left||_.right?T.leftOrRight:_.top||_.bottom?T.topOrBottom:""}function dn({edges:_,initialRectangle:T,newRectangle:v}){const y={};return Object.keys(_).forEach(P=>{y[P]=(v[P]||0)-(T[P]||0)}),y}const Un="resize-active";let ca=(()=>{class _{constructor(v,y,P,nt){this.platformId=v,this.renderer=y,this.elm=P,this.zone=nt,this.enableGhostResize=!1,this.resizeSnapGrid={},this.resizeCursors=he,this.ghostElementPositioning="fixed",this.allowNegativeResizes=!1,this.mouseMoveThrottleMS=50,this.resizeStart=new n.bkB,this.resizing=new n.bkB,this.resizeEnd=new n.bkB,this.mouseup=new r.B,this.mousedown=new r.B,this.mousemove=new r.B,this.destroy$=new r.B,this.pointerEventListeners=ua.getInstance(y,nt)}ngOnInit(){const v=(0,q.h)(this.pointerEventListeners.pointerDown,this.mousedown),y=(0,q.h)(this.pointerEventListeners.pointerMove,this.mousemove).pipe((0,en.M)(({event:He})=>{nt&&He.cancelable&&He.preventDefault()}),(0,ne.u)()),P=(0,q.h)(this.pointerEventListeners.pointerUp,this.mouseup);let nt;const $t=()=>{nt&&nt.clonedNode&&(this.elm.nativeElement.parentElement.removeChild(nt.clonedNode),this.renderer.setStyle(this.elm.nativeElement,"visibility","inherit"))},_e=()=>({...he,...this.resizeCursors});v.pipe((0,yt.Z)(He=>{function Qe(hn){return{clientX:hn.clientX-He.clientX,clientY:hn.clientY-He.clientY}}const bn=()=>{const hn={x:1,y:1};return nt&&(this.resizeSnapGrid.left&&nt.edges.left?hn.x=+this.resizeSnapGrid.left:this.resizeSnapGrid.right&&nt.edges.right&&(hn.x=+this.resizeSnapGrid.right),this.resizeSnapGrid.top&&nt.edges.top?hn.y=+this.resizeSnapGrid.top:this.resizeSnapGrid.bottom&&nt.edges.bottom&&(hn.y=+this.resizeSnapGrid.bottom)),hn};function Gn(hn,Sn){return{x:Math.ceil(hn.clientX/Sn.x),y:Math.ceil(hn.clientY/Sn.y)}}return(0,q.h)(y.pipe((0,Re.s)(1)).pipe((0,kt.T)(hn=>[,hn])),y.pipe((0,Ne.J)())).pipe((0,kt.T)(([hn,Sn])=>[hn&&Qe(hn),Qe(Sn)])).pipe((0,ie.p)(([hn,Sn])=>{if(!hn)return!0;const qn=bn(),M=Gn(hn,qn),j=Gn(Sn,qn);return M.x!==j.x||M.y!==j.y})).pipe((0,kt.T)(([,hn])=>{const Sn=bn();return{clientX:Math.round(hn.clientX/Sn.x)*Sn.x,clientY:Math.round(hn.clientY/Sn.y)*Sn.y}})).pipe((0,J.Q)((0,q.h)(P,v)))})).pipe((0,ie.p)(()=>!!nt)).pipe((0,kt.T)(({clientX:He,clientY:Qe})=>Q(nt.startingRect,nt.edges,He,Qe))).pipe((0,ie.p)(He=>this.allowNegativeResizes||!!(He.height&&He.width&&He.height>0&&He.width>0))).pipe((0,ie.p)(He=>!this.validateResize||this.validateResize({rectangle:He,edges:dn({edges:nt.edges,initialRectangle:nt.startingRect,newRectangle:He})})),(0,J.Q)(this.destroy$)).subscribe(He=>{nt&&nt.clonedNode&&(this.renderer.setStyle(nt.clonedNode,"height",`${He.height}px`),this.renderer.setStyle(nt.clonedNode,"width",`${He.width}px`),this.renderer.setStyle(nt.clonedNode,"top",`${He.top}px`),this.renderer.setStyle(nt.clonedNode,"left",`${He.left}px`)),this.resizing.observers.length>0&&this.zone.run(()=>{this.resizing.emit({edges:dn({edges:nt.edges,initialRectangle:nt.startingRect,newRectangle:He}),rectangle:He})}),nt.currentRect=He}),v.pipe((0,kt.T)(({edges:He})=>He||{}),(0,ie.p)(He=>Object.keys(He).length>0),(0,J.Q)(this.destroy$)).subscribe(He=>{nt&&$t();const Qe=function At(_,T){let v=0,y=0;const P=_.nativeElement.style,$t=["transform","-ms-transform","-moz-transform","-o-transform"].map(_e=>P[_e]).find(_e=>!!_e);if($t&&$t.includes("translate")&&(v=$t.replace(/.*translate3?d?\((-?[0-9]*)px, (-?[0-9]*)px.*/,"$1"),y=$t.replace(/.*translate3?d?\((-?[0-9]*)px, (-?[0-9]*)px.*/,"$2")),"absolute"===T)return{height:_.nativeElement.offsetHeight,width:_.nativeElement.offsetWidth,top:_.nativeElement.offsetTop-y,bottom:_.nativeElement.offsetHeight+_.nativeElement.offsetTop-y,left:_.nativeElement.offsetLeft-v,right:_.nativeElement.offsetWidth+_.nativeElement.offsetLeft-v};{const _e=_.nativeElement.getBoundingClientRect();return{height:_e.height,width:_e.width,top:_e.top-y,bottom:_e.bottom-y,left:_e.left-v,right:_e.right-v,scrollTop:_.nativeElement.scrollTop,scrollLeft:_.nativeElement.scrollLeft}}}(this.elm,this.ghostElementPositioning);nt={edges:He,startingRect:Qe,currentRect:Qe};const bn=_e(),Gn=qe(nt.edges,bn);this.renderer.setStyle(document.body,"cursor",Gn),this.setElementClass(this.elm,Un,!0),this.enableGhostResize&&(nt.clonedNode=function va(_){const T=_.cloneNode(!0),v=T.querySelectorAll("[id]"),y=_.nodeName.toLowerCase();return T.removeAttribute("id"),v.forEach(P=>{P.removeAttribute("id")}),"canvas"===y?ln(_,T):("input"===y||"select"===y||"textarea"===y)&&St(_,T),ga("canvas",_,T,ln),ga("input, textarea, select",_,T,St),T}(this.elm.nativeElement),this.elm.nativeElement.parentElement.appendChild(nt.clonedNode),this.renderer.setStyle(this.elm.nativeElement,"visibility","hidden"),this.renderer.setStyle(nt.clonedNode,"position",this.ghostElementPositioning),this.renderer.setStyle(nt.clonedNode,"left",`${nt.startingRect.left}px`),this.renderer.setStyle(nt.clonedNode,"top",`${nt.startingRect.top}px`),this.renderer.setStyle(nt.clonedNode,"height",`${nt.startingRect.height}px`),this.renderer.setStyle(nt.clonedNode,"width",`${nt.startingRect.width}px`),this.renderer.setStyle(nt.clonedNode,"cursor",qe(nt.edges,bn)),this.renderer.addClass(nt.clonedNode,"resize-ghost-element"),nt.clonedNode.scrollTop=nt.startingRect.scrollTop,nt.clonedNode.scrollLeft=nt.startingRect.scrollLeft),this.resizeStart.observers.length>0&&this.zone.run(()=>{this.resizeStart.emit({edges:dn({edges:He,initialRectangle:Qe,newRectangle:Qe}),rectangle:Q(Qe,{},0,0)})})}),P.pipe((0,J.Q)(this.destroy$)).subscribe(()=>{nt&&(this.renderer.removeClass(this.elm.nativeElement,Un),this.renderer.setStyle(document.body,"cursor",""),this.renderer.setStyle(this.elm.nativeElement,"cursor",""),this.resizeEnd.observers.length>0&&this.zone.run(()=>{this.resizeEnd.emit({edges:dn({edges:nt.edges,initialRectangle:nt.startingRect,newRectangle:nt.currentRect}),rectangle:nt.currentRect})}),$t(),nt=null)})}ngOnDestroy(){(0,i.UE)(this.platformId)&&this.renderer.setStyle(document.body,"cursor",""),this.mousedown.complete(),this.mouseup.complete(),this.mousemove.complete(),this.destroy$.next()}setElementClass(v,y,P){P?this.renderer.addClass(v.nativeElement,y):this.renderer.removeClass(v.nativeElement,y)}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(n.Agw),n.rXU(n.sFG),n.rXU(n.aKT),n.rXU(n.SKi))},_.\u0275dir=n.FsC({type:_,selectors:[["","mwlResizable",""]],inputs:{validateResize:"validateResize",enableGhostResize:"enableGhostResize",resizeSnapGrid:"resizeSnapGrid",resizeCursors:"resizeCursors",ghostElementPositioning:"ghostElementPositioning",allowNegativeResizes:"allowNegativeResizes",mouseMoveThrottleMS:"mouseMoveThrottleMS"},outputs:{resizeStart:"resizeStart",resizing:"resizing",resizeEnd:"resizeEnd"},exportAs:["mwlResizable"]}),_})();class ua{constructor(T,v){this.pointerDown=new H.c(y=>{let P,nt;return v.runOutsideAngular(()=>{P=T.listen("document","mousedown",$t=>{y.next({clientX:$t.clientX,clientY:$t.clientY,event:$t})}),Ke&&(nt=T.listen("document","touchstart",$t=>{y.next({clientX:$t.touches[0].clientX,clientY:$t.touches[0].clientY,event:$t})}))}),()=>{P(),Ke&&nt()}}).pipe((0,ne.u)()),this.pointerMove=new H.c(y=>{let P,nt;return v.runOutsideAngular(()=>{P=T.listen("document","mousemove",$t=>{y.next({clientX:$t.clientX,clientY:$t.clientY,event:$t})}),Ke&&(nt=T.listen("document","touchmove",$t=>{y.next({clientX:$t.targetTouches[0].clientX,clientY:$t.targetTouches[0].clientY,event:$t})}))}),()=>{P(),Ke&&nt()}}).pipe((0,ne.u)()),this.pointerUp=new H.c(y=>{let P,nt,$t;return v.runOutsideAngular(()=>{P=T.listen("document","mouseup",_e=>{y.next({clientX:_e.clientX,clientY:_e.clientY,event:_e})}),Ke&&(nt=T.listen("document","touchend",_e=>{y.next({clientX:_e.changedTouches[0].clientX,clientY:_e.changedTouches[0].clientY,event:_e})}),$t=T.listen("document","touchcancel",_e=>{y.next({clientX:_e.changedTouches[0].clientX,clientY:_e.changedTouches[0].clientY,event:_e})}))}),()=>{P(),Ke&&(nt(),$t())}}).pipe((0,ne.u)())}static getInstance(T,v){return ua.instance||(ua.instance=new ua(T,v)),ua.instance}}let ba=(()=>{class _{constructor(v,y,P,nt){this.renderer=v,this.element=y,this.zone=P,this.resizableDirective=nt,this.resizeEdges={},this.eventListeners={},this.destroy$=new r.B}ngOnInit(){this.zone.runOutsideAngular(()=>{this.listenOnTheHost("mousedown").subscribe(v=>{this.onMousedown(v,v.clientX,v.clientY)}),this.listenOnTheHost("mouseup").subscribe(v=>{this.onMouseup(v.clientX,v.clientY)}),Ke&&(this.listenOnTheHost("touchstart").subscribe(v=>{this.onMousedown(v,v.touches[0].clientX,v.touches[0].clientY)}),(0,q.h)(this.listenOnTheHost("touchend"),this.listenOnTheHost("touchcancel")).subscribe(v=>{this.onMouseup(v.changedTouches[0].clientX,v.changedTouches[0].clientY)}))})}ngOnDestroy(){this.destroy$.next(),this.unsubscribeEventListeners()}onMousedown(v,y,P){v.cancelable&&v.preventDefault(),this.eventListeners.touchmove||(this.eventListeners.touchmove=this.renderer.listen(this.element.nativeElement,"touchmove",nt=>{this.onMousemove(nt,nt.targetTouches[0].clientX,nt.targetTouches[0].clientY)})),this.eventListeners.mousemove||(this.eventListeners.mousemove=this.renderer.listen(this.element.nativeElement,"mousemove",nt=>{this.onMousemove(nt,nt.clientX,nt.clientY)})),this.resizable.mousedown.next({clientX:y,clientY:P,edges:this.resizeEdges})}onMouseup(v,y){this.unsubscribeEventListeners(),this.resizable.mouseup.next({clientX:v,clientY:y,edges:this.resizeEdges})}get resizable(){return this.resizableDirective||this.resizableContainer}onMousemove(v,y,P){this.resizable.mousemove.next({clientX:y,clientY:P,edges:this.resizeEdges,event:v})}unsubscribeEventListeners(){Object.keys(this.eventListeners).forEach(v=>{this.eventListeners[v](),delete this.eventListeners[v]})}listenOnTheHost(v){return(0,Tt.R)(this.element.nativeElement,v).pipe((0,J.Q)(this.destroy$))}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(n.sFG),n.rXU(n.aKT),n.rXU(n.SKi),n.rXU(ca,8))},_.\u0275dir=n.FsC({type:_,selectors:[["","mwlResizeHandle",""]],inputs:{resizeEdges:"resizeEdges",resizableContainer:"resizableContainer"}}),_})(),Ta=(()=>{class _{}return _.\u0275fac=function(v){return new(v||_)},_.\u0275mod=n.$C({type:_}),_.\u0275inj=n.G2t({}),_})();const Mn=(_,T)=>({event:_,trackByActionId:T}),bt=_=>({action:_});function oe(_,T){if(1&_){const v=n.RV6();n.j41(0,"a",5),n.nI1(1,"calendarA11y"),n.bIt("mwlClick",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2).event;return n.Njj(nt.onClick({event:$t,sourceEvent:P}))})("mwlKeydownEnter",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2).event;return n.Njj(nt.onClick({event:$t,sourceEvent:P}))}),n.k0s()}if(2&_){const v=T.$implicit;n.Y8G("ngClass",v.cssClass)("innerHtml",v.label,n.npT),n.BMQ("aria-label",n.i5U(1,3,n.eq3(6,bt,v),"actionButtonLabel"))}}function V(_,T){if(1&_&&(n.j41(0,"span",3),n.DNE(1,oe,2,8,"a",4),n.k0s()),2&_){const v=n.XpG(),y=v.event,P=v.trackByActionId;n.R7$(),n.Y8G("ngForOf",y.actions)("ngForTrackBy",P)}}function le(_,T){1&_&&n.DNE(0,V,2,2,"span",2),2&_&&n.Y8G("ngIf",T.event.actions)}function p(_,T){}const D=(_,T)=>({event:_,view:T}),k=()=>({});function at(_,T){if(1&_&&(n.nrm(0,"span",2),n.nI1(1,"calendarEventTitle"),n.nI1(2,"calendarA11y")),2&_){const v=T.event;n.Y8G("innerHTML",n.brH(1,2,v.title,T.view,v),n.npT),n.BMQ("aria-hidden",n.i5U(2,6,n.lJ4(9,k),"hideEventTitle"))}}function Qt(_,T){}const un=(_,T,v)=>({contents:_,placement:T,event:v});function Wn(_,T){if(1&_&&(n.j41(0,"div",2),n.nrm(1,"div",3)(2,"div",4),n.k0s()),2&_){const v=T.contents;n.Y8G("ngClass","cal-tooltip-"+T.placement),n.R7$(2),n.Y8G("innerHtml",v,n.npT)}}function Cn(_,T){}const Zn=(_,T,v,y,P,nt,$t,_e,Ye,He,Qe,bn)=>({day:_,openDay:T,locale:v,tooltipPlacement:y,highlightDay:P,unhighlightDay:nt,eventClicked:$t,tooltipTemplate:_e,tooltipAppendToBody:Ye,tooltipDelay:He,trackByEventId:Qe,validateDrag:bn}),Qn=(_,T)=>({day:_,locale:T}),Xn=_=>({backgroundColor:_}),sa=(_,T)=>({event:_,draggedFrom:T}),da=(_,T)=>({x:_,y:T}),za=()=>({delay:300,delta:30});function Yn(_,T){if(1&_&&(n.j41(0,"span",7),n.EFF(1),n.k0s()),2&_){const v=n.XpG().day;n.R7$(),n.JRh(v.badgeTotal)}}function On(_,T){if(1&_){const v=n.RV6();n.j41(0,"div",10),n.nI1(1,"calendarEventTitle"),n.nI1(2,"calendarA11y"),n.bIt("mouseenter",function(){const P=n.eBV(v).$implicit,nt=n.XpG(2).highlightDay;return n.Njj(nt.emit({event:P}))})("mouseleave",function(){const P=n.eBV(v).$implicit,nt=n.XpG(2).unhighlightDay;return n.Njj(nt.emit({event:P}))})("mwlClick",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2).eventClicked;return n.Njj($t.emit({event:nt,sourceEvent:P}))}),n.k0s()}if(2&_){const v=T.$implicit,y=n.XpG(2),P=y.day,nt=y.tooltipPlacement,$t=y.tooltipTemplate,_e=y.tooltipAppendToBody,Ye=y.tooltipDelay,He=y.validateDrag;n.AVh("cal-draggable",v.draggable),n.Y8G("ngStyle",n.eq3(22,Xn,null==v.color?null:v.color.primary))("ngClass",null==v?null:v.cssClass)("mwlCalendarTooltip",n.brH(1,15,v.title,"monthTooltip",v))("tooltipPlacement",nt)("tooltipEvent",v)("tooltipTemplate",$t)("tooltipAppendToBody",_e)("tooltipDelay",Ye)("dropData",n.l_i(24,sa,v,P))("dragAxis",n.l_i(27,da,v.draggable,v.draggable))("validateDrag",He)("touchStartLongPress",n.lJ4(30,za)),n.BMQ("aria-hidden",n.i5U(2,19,n.lJ4(31,k),"hideMonthCellEvents"))}}function wo(_,T){if(1&_&&(n.j41(0,"div",8),n.DNE(1,On,3,32,"div",9),n.k0s()),2&_){const v=n.XpG(),y=v.day,P=v.trackByEventId;n.R7$(),n.Y8G("ngForOf",y.events)("ngForTrackBy",P)}}function Ga(_,T){if(1&_&&(n.j41(0,"div",2),n.nI1(1,"calendarA11y"),n.j41(2,"span",3),n.DNE(3,Yn,2,1,"span",4),n.j41(4,"span",5),n.EFF(5),n.nI1(6,"calendarDate"),n.k0s()()(),n.DNE(7,wo,2,2,"div",6)),2&_){const v=T.day,y=T.locale;n.BMQ("aria-label",n.i5U(1,4,n.l_i(11,Qn,v,y),"monthCell")),n.R7$(3),n.Y8G("ngIf",v.badgeTotal>0),n.R7$(2),n.JRh(n.brH(6,7,v.date,"monthViewDayNumber",y)),n.R7$(2),n.Y8G("ngIf",v.events.length>0)}}function xo(_,T){}const Go=(_,T,v,y,P)=>({events:_,eventClicked:T,isOpen:v,trackByEventId:y,validateDrag:P}),Oo=(_,T)=>({date:_,locale:T}),D0=_=>({event:_}),Jn=(_,T)=>({event:_,locale:T});function ro(_,T){if(1&_){const v=n.RV6();n.j41(0,"div",7),n.nrm(1,"span",8),n.EFF(2," "),n.j41(3,"mwl-calendar-event-title",9),n.nI1(4,"calendarA11y"),n.bIt("mwlClick",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2).eventClicked;return n.Njj($t.emit({event:nt,sourceEvent:P}))})("mwlKeydownEnter",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2).eventClicked;return n.Njj($t.emit({event:nt,sourceEvent:P}))}),n.k0s(),n.EFF(5," "),n.nrm(6,"mwl-calendar-event-actions",10),n.k0s()}if(2&_){const v=T.$implicit,y=n.XpG(2).validateDrag,P=n.XpG();n.AVh("cal-draggable",v.draggable),n.Y8G("ngClass",null==v?null:v.cssClass)("dropData",n.eq3(16,D0,v))("dragAxis",n.l_i(18,da,v.draggable,v.draggable))("validateDrag",y)("touchStartLongPress",n.lJ4(21,za)),n.R7$(),n.Y8G("ngStyle",n.eq3(22,Xn,null==v.color?null:v.color.primary)),n.R7$(2),n.Y8G("event",v)("customTemplate",P.eventTitleTemplate),n.BMQ("aria-label",n.i5U(4,13,n.l_i(24,Jn,v,P.locale),"eventDescription")),n.R7$(3),n.Y8G("event",v)("customTemplate",P.eventActionsTemplate)}}function Zo(_,T){if(1&_&&(n.j41(0,"div",3),n.nrm(1,"span",4),n.nI1(2,"calendarA11y"),n.nrm(3,"span",5),n.nI1(4,"calendarA11y"),n.DNE(5,ro,7,27,"div",6),n.k0s()),2&_){const v=n.XpG(),y=v.events,P=v.trackByEventId,nt=n.XpG();n.Y8G("@collapse",void 0),n.R7$(),n.BMQ("aria-label",n.i5U(2,5,n.l_i(11,Oo,nt.date,nt.locale),"openDayEventsAlert")),n.R7$(2),n.BMQ("aria-label",n.i5U(4,8,n.l_i(14,Oo,nt.date,nt.locale),"openDayEventsLandmark")),n.R7$(2),n.Y8G("ngForOf",y)("ngForTrackBy",P)}}function Ca(_,T){1&_&&n.DNE(0,Zo,6,17,"div",2),2&_&&n.Y8G("ngIf",T.isOpen)}function Io(_,T){}const Ya=(_,T,v)=>({days:_,locale:T,trackByWeekDayHeaderDate:v});function Qa(_,T){if(1&_){const v=n.RV6();n.j41(0,"div",4),n.bIt("click",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2);return n.Njj($t.columnHeaderClicked.emit({isoDayNumber:nt.day,sourceEvent:P}))}),n.EFF(1),n.nI1(2,"calendarDate"),n.k0s()}if(2&_){const v=T.$implicit,y=n.XpG().locale;n.AVh("cal-past",v.isPast)("cal-today",v.isToday)("cal-future",v.isFuture)("cal-weekend",v.isWeekend),n.Y8G("ngClass",v.cssClass),n.R7$(),n.SpI(" ",n.brH(2,10,v.date,"monthViewColumnHeader",y)," ")}}function qo(_,T){if(1&_&&(n.j41(0,"div",2),n.DNE(1,Qa,3,14,"div",3),n.k0s()),2&_){const v=T.days,y=T.trackByWeekDayHeaderDate;n.R7$(),n.Y8G("ngForOf",v)("ngForTrackBy",y)}}function Ho(_,T){}function p0(_,T){if(1&_){const v=n.RV6();n.j41(0,"mwl-calendar-month-cell",7),n.nI1(1,"calendarA11y"),n.bIt("mwlClick",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2);return n.Njj($t.dayClicked.emit({day:nt,sourceEvent:P}))})("mwlKeydownEnter",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2);return n.Njj($t.dayClicked.emit({day:nt,sourceEvent:P}))})("highlightDay",function(P){n.eBV(v);const nt=n.XpG(2);return n.Njj(nt.toggleDayHighlight(P.event,!0))})("unhighlightDay",function(P){n.eBV(v);const nt=n.XpG(2);return n.Njj(nt.toggleDayHighlight(P.event,!1))})("drop",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2);return n.Njj($t.eventDropped(nt,P.dropData.event,P.dropData.draggedFrom))})("eventClicked",function(P){n.eBV(v);const nt=n.XpG(2);return n.Njj(nt.eventClicked.emit({event:P.event,sourceEvent:P.sourceEvent}))}),n.k0s()}if(2&_){const v=T.$implicit,y=n.XpG(2);n.Y8G("ngClass",null==v?null:v.cssClass)("day",v)("openDay",y.openDay)("locale",y.locale)("tooltipPlacement",y.tooltipPlacement)("tooltipAppendToBody",y.tooltipAppendToBody)("tooltipTemplate",y.tooltipTemplate)("tooltipDelay",y.tooltipDelay)("customTemplate",y.cellTemplate)("ngStyle",n.eq3(15,Xn,v.backgroundColor))("clickListenerDisabled",0===y.dayClicked.observers.length),n.BMQ("tabindex",n.i5U(1,12,n.lJ4(17,k),"monthCellTabIndex"))}}function Wo(_,T){if(1&_){const v=n.RV6();n.j41(0,"div")(1,"div",4),n.DNE(2,p0,2,18,"mwl-calendar-month-cell",5),n.nI1(3,"slice"),n.k0s(),n.j41(4,"mwl-calendar-open-day-events",6),n.bIt("eventClicked",function(P){n.eBV(v);const nt=n.XpG();return n.Njj(nt.eventClicked.emit({event:P.event,sourceEvent:P.sourceEvent}))})("drop",function(P){n.eBV(v);const nt=n.XpG();return n.Njj(nt.eventDropped(nt.openDay,P.dropData.event,P.dropData.draggedFrom))}),n.k0s()()}if(2&_){const v=T.$implicit,y=n.XpG();n.R7$(2),n.Y8G("ngForOf",n.brH(3,9,y.view.days,v,v+y.view.totalDaysVisibleInWeek))("ngForTrackBy",y.trackByDate),n.R7$(2),n.Y8G("locale",y.locale)("isOpen",y.openRowIndex===v)("events",null==y.openDay?null:y.openDay.events)("date",null==y.openDay?null:y.openDay.date)("customTemplate",y.openDayEventsTemplate)("eventTitleTemplate",y.eventTitleTemplate)("eventActionsTemplate",y.eventActionsTemplate)}}const Y0=(_,T,v,y,P,nt)=>({days:_,locale:T,dayHeaderClicked:v,eventDropped:y,dragEnter:P,trackByWeekDayHeaderDate:nt});function v0(_,T){if(1&_){const v=n.RV6();n.j41(0,"div",4),n.bIt("mwlClick",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG().dayHeaderClicked;return n.Njj($t.emit({day:nt,sourceEvent:P}))})("drop",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG().eventDropped;return n.Njj($t.emit({event:P.dropData.event,newStart:nt.date}))})("dragEnter",function(){const P=n.eBV(v).$implicit,nt=n.XpG().dragEnter;return n.Njj(nt.emit({date:P.date}))}),n.j41(1,"b"),n.EFF(2),n.nI1(3,"calendarDate"),n.k0s(),n.nrm(4,"br"),n.j41(5,"span"),n.EFF(6),n.nI1(7,"calendarDate"),n.k0s()()}if(2&_){const v=T.$implicit,y=n.XpG().locale;n.AVh("cal-past",v.isPast)("cal-today",v.isToday)("cal-future",v.isFuture)("cal-weekend",v.isWeekend),n.Y8G("ngClass",v.cssClass),n.R7$(2),n.JRh(n.brH(3,11,v.date,"weekViewColumnHeader",y)),n.R7$(4),n.JRh(n.brH(7,15,v.date,"weekViewColumnSubHeader",y))}}function u0(_,T){if(1&_&&(n.j41(0,"div",2),n.DNE(1,v0,8,19,"div",3),n.k0s()),2&_){const v=T.days,y=T.trackByWeekDayHeaderDate;n.R7$(),n.Y8G("ngForOf",v)("ngForTrackBy",y)}}function Aa(_,T){}const Jo=(_,T,v,y,P,nt,$t,_e,Ye)=>({weekEvent:_,tooltipPlacement:T,eventClicked:v,tooltipTemplate:y,tooltipAppendToBody:P,tooltipDisabled:nt,tooltipDelay:$t,column:_e,daysInWeek:Ye}),lo=(_,T,v)=>({color:_,backgroundColor:T,borderColor:v});function g0(_,T){if(1&_){const v=n.RV6();n.j41(0,"div",2),n.nI1(1,"calendarEventTitle"),n.nI1(2,"calendarA11y"),n.bIt("mwlClick",function(P){const nt=n.eBV(v).eventClicked;return n.Njj(nt.emit({sourceEvent:P}))})("mwlKeydownEnter",function(P){const nt=n.eBV(v).eventClicked;return n.Njj(nt.emit({sourceEvent:P}))}),n.nrm(3,"mwl-calendar-event-actions",3),n.EFF(4," "),n.nrm(5,"mwl-calendar-event-title",4),n.k0s()}if(2&_){const v=T.weekEvent,y=T.tooltipPlacement,P=T.tooltipTemplate,nt=T.tooltipAppendToBody,$t=T.tooltipDisabled,_e=T.tooltipDelay,Ye=T.daysInWeek,He=n.XpG();n.Y8G("ngStyle",n.sMw(20,lo,null==v.event.color?null:v.event.color.secondaryText,null==v.event.color?null:v.event.color.secondary,null==v.event.color?null:v.event.color.primary))("mwlCalendarTooltip",$t?"":n.brH(1,13,v.event.title,1===Ye?"dayTooltip":"weekTooltip",v.tempEvent||v.event))("tooltipPlacement",y)("tooltipEvent",v.tempEvent||v.event)("tooltipTemplate",P)("tooltipAppendToBody",nt)("tooltipDelay",_e),n.BMQ("aria-label",n.i5U(2,17,n.l_i(24,Jn,v.tempEvent||v.event,He.locale),"eventDescription")),n.R7$(3),n.Y8G("event",v.tempEvent||v.event)("customTemplate",He.eventActionsTemplate),n.R7$(2),n.Y8G("event",v.tempEvent||v.event)("customTemplate",He.eventTitleTemplate)("view",1===Ye?"day":"week")}}function Ea(_,T){}const Mo=(_,T,v,y,P)=>({segment:_,locale:T,segmentHeight:v,isTimeLabel:y,daysInWeek:P});function Nn(_,T){if(1&_&&(n.j41(0,"div",4),n.EFF(1),n.nI1(2,"calendarDate"),n.k0s()),2&_){const v=n.XpG(),y=v.segment,P=v.locale,nt=v.daysInWeek;n.R7$(),n.SpI(" ",n.brH(2,1,y.displayDate,1===nt?"dayViewHour":"weekViewHour",P)," ")}}function yo(_,T){if(1&_&&(n.j41(0,"div",2),n.nI1(1,"calendarA11y"),n.DNE(2,Nn,3,5,"div",3),n.k0s()),2&_){const v=T.segment,P=T.isTimeLabel,nt=T.daysInWeek;n.xc7("height",T.segmentHeight,"px"),n.AVh("cal-hour-start",v.isStart)("cal-after-hour-start",!v.isStart),n.Y8G("ngClass",v.cssClass),n.BMQ("aria-hidden",n.i5U(1,9,n.lJ4(12,k),1===nt?"hideDayHourSegment":"hideWeekHourSegment")),n.R7$(2),n.Y8G("ngIf",P)}}function t0(_,T){}const Ro=(_,T,v,y,P,nt,$t)=>({columnDate:_,dayStartHour:T,dayStartMinute:v,dayEndHour:y,dayEndMinute:P,isVisible:nt,topPx:$t});function B0(_,T){if(1&_&&n.nrm(0,"div",3),2&_){const v=n.XpG().topPx;n.xc7("top",v,"px")}}function Po(_,T){1&_&&n.DNE(0,B0,1,2,"div",2),2&_&&n.Y8G("ngIf",T.isVisible)}function V0(_,T){}const Q0=(_,T)=>({left:_,right:T}),Fo=(_,T)=>({event:_,calendarId:T}),U0=_=>({x:_}),e0=()=>({left:!0}),n0=()=>({right:!0}),Za=(_,T,v,y)=>({left:_,right:T,top:v,bottom:y}),ho=()=>({left:!0,top:!0}),Pa=()=>({right:!0,bottom:!0});function Ka(_,T){1&_&&n.eu8(0)}function $o(_,T){if(1&_){const v=n.RV6();n.j41(0,"div",17),n.bIt("drop",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2);return n.Njj($t.eventDropped(P,nt.date,!0))})("dragEnter",function(){const P=n.eBV(v).$implicit,nt=n.XpG(2);return n.Njj(nt.dateDragEnter(P.date))}),n.k0s()}}function Lo(_,T){1&_&&n.nrm(0,"div",24),2&_&&n.Y8G("resizeEdges",n.lJ4(1,e0))}function No(_,T){1&_&&n.nrm(0,"div",25),2&_&&n.Y8G("resizeEdges",n.lJ4(1,n0))}function co(_,T){if(1&_){const v=n.RV6();n.j41(0,"div",20,3),n.bIt("resizeStart",function(P){const nt=n.eBV(v).$implicit;n.XpG();const $t=n.sdS(1),_e=n.XpG(2);return n.Njj(_e.allDayEventResizeStarted($t,nt,P))})("resizing",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(3);return n.Njj($t.allDayEventResizing(nt,P,$t.dayColumnWidth))})("resizeEnd",function(){const P=n.eBV(v).$implicit,nt=n.XpG(3);return n.Njj(nt.allDayEventResizeEnded(P))})("dragStart",function(){const P=n.eBV(v).$implicit,nt=n.sdS(1);n.XpG();const $t=n.sdS(1),_e=n.XpG(2);return n.Njj(_e.dragStarted($t,nt,P,!1))})("dragging",function(){n.eBV(v);const P=n.XpG(3);return n.Njj(P.allDayEventDragMove())})("dragEnd",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(3);return n.Njj($t.dragEnded(nt,P,$t.dayColumnWidth))}),n.DNE(2,Lo,1,2,"div",21),n.j41(3,"mwl-calendar-week-view-event",22),n.bIt("eventClicked",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(3);return n.Njj($t.eventClicked.emit({event:nt.event,sourceEvent:P.sourceEvent}))}),n.k0s(),n.DNE(4,No,1,2,"div",23),n.k0s()}if(2&_){const v=T.$implicit,y=n.XpG(3);n.xc7("width",100/y.days.length*v.span,"%")("margin-left",y.rtl?null:100/y.days.length*v.offset,"%")("margin-right",y.rtl?100/y.days.length*v.offset:null,"%"),n.AVh("cal-draggable",v.event.draggable&&0===y.allDayEventResizes.size)("cal-starts-within-week",!v.startsBeforeWeek)("cal-ends-within-week",!v.endsAfterWeek),n.Y8G("ngClass",null==v.event?null:v.event.cssClass)("resizeCursors",y.resizeCursors)("resizeSnapGrid",n.l_i(33,Q0,y.dayColumnWidth,y.dayColumnWidth))("validateResize",y.validateResize)("dropData",n.l_i(36,Fo,v.event,y.calendarId))("dragAxis",n.l_i(39,da,v.event.draggable&&0===y.allDayEventResizes.size,!y.snapDraggedEvents&&v.event.draggable&&0===y.allDayEventResizes.size))("dragSnapGrid",y.snapDraggedEvents?n.eq3(42,U0,y.dayColumnWidth):n.lJ4(44,k))("validateDrag",y.validateDrag)("touchStartLongPress",n.lJ4(45,za)),n.R7$(2),n.Y8G("ngIf",(null==v.event||null==v.event.resizable?null:v.event.resizable.beforeStart)&&!v.startsBeforeWeek),n.R7$(),n.Y8G("locale",y.locale)("weekEvent",v)("tooltipPlacement",y.tooltipPlacement)("tooltipTemplate",y.tooltipTemplate)("tooltipAppendToBody",y.tooltipAppendToBody)("tooltipDelay",y.tooltipDelay)("customTemplate",y.eventTemplate)("eventTitleTemplate",y.eventTitleTemplate)("eventActionsTemplate",y.eventActionsTemplate)("daysInWeek",y.daysInWeek),n.R7$(),n.Y8G("ngIf",(null==v.event||null==v.event.resizable?null:v.event.resizable.afterEnd)&&!v.endsAfterWeek)}}function Z0(_,T){if(1&_&&(n.j41(0,"div",18,2),n.DNE(2,co,5,46,"div",19),n.k0s()),2&_){const v=T.$implicit,y=n.XpG(2);n.R7$(2),n.Y8G("ngForOf",v.row)("ngForTrackBy",y.trackByWeekAllDayEvent)}}function q0(_,T){if(1&_){const v=n.RV6();n.j41(0,"div",12,1),n.bIt("dragEnter",function(){n.eBV(v);const P=n.XpG();return n.Njj(P.dragEnter("allDay"))})("dragLeave",function(){n.eBV(v);const P=n.XpG();return n.Njj(P.dragLeave("allDay"))}),n.j41(2,"div",10)(3,"div",13),n.DNE(4,Ka,1,0,"ng-container",14),n.k0s(),n.DNE(5,$o,1,0,"div",15),n.k0s(),n.DNE(6,Z0,3,2,"div",16),n.k0s()}if(2&_){const v=n.XpG();n.R7$(4),n.Y8G("ngTemplateOutlet",v.allDayEventsLabelTemplate),n.R7$(),n.Y8G("ngForOf",v.days)("ngForTrackBy",v.trackByWeekDayHeaderDate),n.R7$(),n.Y8G("ngForOf",v.view.allDayEventRows)("ngForTrackBy",v.trackById)}}function j0(_,T){if(1&_&&n.nrm(0,"mwl-calendar-week-view-hour-segment",29),2&_){const v=T.$implicit,y=n.XpG(3);n.xc7("height",y.hourSegmentHeight,"px"),n.Y8G("segment",v)("segmentHeight",y.hourSegmentHeight)("locale",y.locale)("customTemplate",y.hourSegmentTemplate)("isTimeLabel",!0)("daysInWeek",y.daysInWeek)}}function qa(_,T){if(1&_&&(n.j41(0,"div",27),n.DNE(1,j0,1,8,"mwl-calendar-week-view-hour-segment",28),n.k0s()),2&_){const v=T.$implicit,y=T.odd,P=n.XpG(2);n.AVh("cal-hour-odd",y),n.R7$(),n.Y8G("ngForOf",v.segments)("ngForTrackBy",P.trackByHourSegment)}}function J0(_,T){if(1&_&&(n.j41(0,"div",13),n.DNE(1,qa,2,4,"div",26),n.k0s()),2&_){const v=n.XpG();n.R7$(),n.Y8G("ngForOf",v.view.hourColumns[0].hours)("ngForTrackBy",v.trackByHour)}}function Xo(_,T){1&_&&n.nrm(0,"div",24),2&_&&n.Y8G("resizeEdges",n.lJ4(1,ho))}function G0(_,T){}function z0(_,T){if(1&_){const v=n.RV6();n.j41(0,"mwl-calendar-week-view-event",36),n.bIt("eventClicked",function(P){n.eBV(v);const nt=n.XpG().$implicit,$t=n.XpG(2);return n.Njj($t.eventClicked.emit({event:nt.event,sourceEvent:P.sourceEvent}))}),n.k0s()}if(2&_){const v=n.XpG().$implicit,y=n.XpG().$implicit,P=n.XpG();n.Y8G("locale",P.locale)("weekEvent",v)("tooltipPlacement",P.tooltipPlacement)("tooltipTemplate",P.tooltipTemplate)("tooltipAppendToBody",P.tooltipAppendToBody)("tooltipDisabled",P.dragActive||P.timeEventResizes.size>0)("tooltipDelay",P.tooltipDelay)("customTemplate",P.eventTemplate)("eventTitleTemplate",P.eventTitleTemplate)("eventActionsTemplate",P.eventActionsTemplate)("column",y)("daysInWeek",P.daysInWeek)}}function Fa(_,T){1&_&&n.nrm(0,"div",25),2&_&&n.Y8G("resizeEdges",n.lJ4(1,Pa))}function aa(_,T){if(1&_){const v=n.RV6();n.j41(0,"div",34,3),n.bIt("resizeStart",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2),_e=n.sdS(6);return n.Njj($t.timeEventResizeStarted(_e,nt,P))})("resizing",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2);return n.Njj($t.timeEventResizing(nt,P))})("resizeEnd",function(){const P=n.eBV(v).$implicit,nt=n.XpG(2);return n.Njj(nt.timeEventResizeEnded(P))})("dragStart",function(){const P=n.eBV(v).$implicit,nt=n.sdS(1),$t=n.XpG(2),_e=n.sdS(6);return n.Njj($t.dragStarted(_e,nt,P,!0))})("dragging",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2);return n.Njj($t.dragMove(nt,P))})("dragEnd",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(2);return n.Njj($t.dragEnded(nt,P,$t.dayColumnWidth,!0))}),n.DNE(2,Xo,1,2,"div",21)(3,G0,0,0,"ng-template",35)(4,z0,1,12,"ng-template",null,4,n.C5r)(6,Fa,1,2,"div",23),n.k0s()}if(2&_){const v=T.$implicit,y=n.sdS(5),P=n.XpG(2);n.xc7("top",v.top,"px")("height",v.height,"px")("left",v.left,"%")("width",v.width,"%"),n.AVh("cal-draggable",v.event.draggable&&0===P.timeEventResizes.size)("cal-starts-within-day",!v.startsBeforeDay)("cal-ends-within-day",!v.endsAfterDay),n.Y8G("ngClass",v.event.cssClass)("hidden",0===v.height&&0===v.width)("resizeCursors",P.resizeCursors)("resizeSnapGrid",n.ziG(30,Za,P.dayColumnWidth,P.dayColumnWidth,P.eventSnapSize||P.hourSegmentHeight,P.eventSnapSize||P.hourSegmentHeight))("validateResize",P.validateResize)("allowNegativeResizes",!0)("dropData",n.l_i(35,Fo,v.event,P.calendarId))("dragAxis",n.l_i(38,da,v.event.draggable&&0===P.timeEventResizes.size,v.event.draggable&&0===P.timeEventResizes.size))("dragSnapGrid",P.snapDraggedEvents?n.l_i(41,da,P.dayColumnWidth,P.eventSnapSize||P.hourSegmentHeight):n.lJ4(44,k))("touchStartLongPress",n.lJ4(45,za))("ghostDragEnabled",!P.snapDraggedEvents)("ghostElementTemplate",y)("validateDrag",P.validateDrag),n.R7$(2),n.Y8G("ngIf",(null==v.event||null==v.event.resizable?null:v.event.resizable.beforeStart)&&!v.startsBeforeDay),n.R7$(),n.Y8G("ngTemplateOutlet",y),n.R7$(3),n.Y8G("ngIf",(null==v.event||null==v.event.resizable?null:v.event.resizable.afterEnd)&&!v.endsAfterDay)}}function eo(_,T){if(1&_){const v=n.RV6();n.j41(0,"mwl-calendar-week-view-hour-segment",38),n.bIt("mwlClick",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(3);return n.Njj($t.hourSegmentClicked.emit({date:nt.date,sourceEvent:P}))})("drop",function(P){const nt=n.eBV(v).$implicit,$t=n.XpG(3);return n.Njj($t.eventDropped(P,nt.date,!1))})("dragEnter",function(){const P=n.eBV(v).$implicit,nt=n.XpG(3);return n.Njj(nt.dateDragEnter(P.date))}),n.k0s()}if(2&_){const v=T.$implicit,y=n.XpG(3);n.xc7("height",y.hourSegmentHeight,"px"),n.Y8G("segment",v)("segmentHeight",y.hourSegmentHeight)("locale",y.locale)("customTemplate",y.hourSegmentTemplate)("daysInWeek",y.daysInWeek)("clickListenerDisabled",0===y.hourSegmentClicked.observers.length)("dragOverClass",y.dragActive&&y.snapDraggedEvents?null:"cal-drag-over")("isTimeLabel",1===y.daysInWeek)}}function E0(_,T){if(1&_&&(n.j41(0,"div",27),n.DNE(1,eo,1,10,"mwl-calendar-week-view-hour-segment",37),n.k0s()),2&_){const v=T.$implicit,y=T.odd,P=n.XpG(2);n.AVh("cal-hour-odd",y),n.R7$(),n.Y8G("ngForOf",v.segments)("ngForTrackBy",P.trackByHourSegment)}}function ko(_,T){if(1&_&&(n.j41(0,"div",30),n.nrm(1,"mwl-calendar-week-view-current-time-marker",31),n.j41(2,"div",32),n.DNE(3,aa,7,46,"div",33),n.k0s(),n.DNE(4,E0,2,4,"div",26),n.k0s()),2&_){const v=T.$implicit,y=n.XpG();n.R7$(),n.Y8G("columnDate",v.date)("dayStartHour",y.dayStartHour)("dayStartMinute",y.dayStartMinute)("dayEndHour",y.dayEndHour)("dayEndMinute",y.dayEndMinute)("hourSegments",y.hourSegments)("hourDuration",y.hourDuration)("hourSegmentHeight",y.hourSegmentHeight)("customTemplate",y.currentTimeMarkerTemplate),n.R7$(2),n.Y8G("ngForOf",v.events)("ngForTrackBy",y.trackByWeekTimeEvent),n.R7$(),n.Y8G("ngForOf",v.hours)("ngForTrackBy",y.trackByHour)}}let Ua=(()=>{class _{constructor(v,y,P){this.renderer=v,this.elm=y,this.document=P,this.clickListenerDisabled=!1,this.click=new n.bkB,this.destroy$=new r.B}ngOnInit(){this.clickListenerDisabled||this.listen().pipe((0,J.Q)(this.destroy$)).subscribe(v=>{v.stopPropagation(),this.click.emit(v)})}ngOnDestroy(){this.destroy$.next()}listen(){return new H.c(v=>this.renderer.listen(this.elm.nativeElement,"click",y=>{v.next(y)}))}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(n.sFG),n.rXU(n.aKT),n.rXU(i.qQ))},_.\u0275dir=n.FsC({type:_,selectors:[["","mwlClick",""]],inputs:{clickListenerDisabled:"clickListenerDisabled"},outputs:{click:"mwlClick"}}),_})(),ao=(()=>{class _{constructor(v,y,P){this.host=v,this.ngZone=y,this.renderer=P,this.keydown=new n.bkB,this.keydownListener=null}ngOnInit(){this.ngZone.runOutsideAngular(()=>{this.keydownListener=this.renderer.listen(this.host.nativeElement,"keydown",v=>{(13===v.keyCode||13===v.which||"Enter"===v.key)&&(v.preventDefault(),v.stopPropagation(),this.ngZone.run(()=>{this.keydown.emit(v)}))})})}ngOnDestroy(){null!==this.keydownListener&&(this.keydownListener(),this.keydownListener=null)}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(n.aKT),n.rXU(n.SKi),n.rXU(n.sFG))},_.\u0275dir=n.FsC({type:_,selectors:[["","mwlKeydownEnter",""]],outputs:{keydown:"mwlKeydownEnter"}}),_})(),oo=(()=>{class _{constructor(v){this.i18nPlural=v}monthCell({day:v,locale:y}){return v.badgeTotal>0?`\n        ${(0,i.Yq)(v.date,"EEEE MMMM d",y)},\n        ${this.i18nPlural.transform(v.badgeTotal,{"=0":"No events","=1":"One event",other:"# events"})},\n         click to expand\n      `:`${(0,i.Yq)(v.date,"EEEE MMMM d",y)}`}openDayEventsLandmark({date:v,locale:y}){return`\n      Beginning of expanded view for ${(0,i.Yq)(v,"EEEE MMMM dd",y)}\n    `}openDayEventsAlert({date:v,locale:y}){return`${(0,i.Yq)(v,"EEEE MMMM dd",y)} expanded`}eventDescription({event:v,locale:y}){if(!0===v.allDay)return this.allDayEventDescription({event:v,locale:y});const P=`\n      ${(0,i.Yq)(v.start,"EEEE MMMM dd",y)},\n      ${v.title}, from ${(0,i.Yq)(v.start,"hh:mm a",y)}\n    `;return v.end?P+` to ${(0,i.Yq)(v.end,"hh:mm a",y)}`:P}allDayEventDescription({event:v,locale:y}){const P=`\n      ${v.title}, event spans multiple days:\n      start time ${(0,i.Yq)(v.start,"MMMM dd hh:mm a",y)}\n    `;return v.end?P+`, stop time ${(0,i.Yq)(v.end,"MMMM d hh:mm a",y)}`:P+", no stop time"}actionButtonLabel({action:v}){return v.a11yLabel}monthCellTabIndex(){return 0}hideMonthCellEvents(){return!0}hideEventTitle(){return!0}hideWeekHourSegment(){return!0}hideDayHourSegment(){return!0}}return _.\u0275fac=function(v){return new(v||_)(n.KVO(i.jo))},_.\u0275prov=n.jDH({token:_,factory:_.\u0275fac}),_})(),Wa=(()=>{class _{constructor(v,y){this.calendarA11y=v,this.locale=y}transform(v,y){if(v.locale=v.locale||this.locale,typeof this.calendarA11y[y]>"u"){const P=Object.getOwnPropertyNames(Object.getPrototypeOf(oo.prototype)).filter(nt=>"constructor"!==nt);throw new Error(`${y} is not a valid a11y method. Can only be one of ${P.join(", ")}`)}return this.calendarA11y[y](v)}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(oo,16),n.rXU(n.xe9,16))},_.\u0275pipe=n.EJ8({name:"calendarA11y",type:_,pure:!0}),_})(),S0=(()=>{class _{constructor(){this.trackByActionId=(v,y)=>y.id?y.id:y}}return _.\u0275fac=function(v){return new(v||_)},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-event-actions"]],inputs:{event:"event",customTemplate:"customTemplate"},decls:3,vars:5,consts:[["defaultTemplate",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["class","cal-event-actions",4,"ngIf"],[1,"cal-event-actions"],["class","cal-event-action","href","javascript:;","tabindex","0","role","button",3,"ngClass","innerHtml","mwlClick","mwlKeydownEnter",4,"ngFor","ngForOf","ngForTrackBy"],["href","javascript:;","tabindex","0","role","button",1,"cal-event-action",3,"mwlClick","mwlKeydownEnter","ngClass","innerHtml"]],template:function(v,y){if(1&v&&n.DNE(0,le,1,1,"ng-template",null,0,n.C5r)(2,p,0,0,"ng-template",1),2&v){const P=n.sdS(1);n.R7$(2),n.Y8G("ngTemplateOutlet",y.customTemplate||P)("ngTemplateOutletContext",n.l_i(2,Mn,y.event,y.trackByActionId))}},dependencies:[i.YU,i.Sq,i.bT,i.T3,Ua,ao,Wa],encapsulation:2}),_})();class Ko{month(T,v){return T.title}monthTooltip(T,v){return T.title}week(T,v){return T.title}weekTooltip(T,v){return T.title}day(T,v){return T.title}dayTooltip(T,v){return T.title}}let xi=(()=>{class _{constructor(v){this.calendarEventTitle=v}transform(v,y,P){return this.calendarEventTitle[y](P,v)}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(Ko,16))},_.\u0275pipe=n.EJ8({name:"calendarEventTitle",type:_,pure:!0}),_})(),Ii=(()=>{class _{}return _.\u0275fac=function(v){return new(v||_)},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-event-title"]],inputs:{event:"event",customTemplate:"customTemplate",view:"view"},decls:3,vars:5,consts:[["defaultTemplate",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"cal-event-title",3,"innerHTML"]],template:function(v,y){if(1&v&&n.DNE(0,at,3,10,"ng-template",null,0,n.C5r)(2,Qt,0,0,"ng-template",1),2&v){const P=n.sdS(1);n.R7$(2),n.Y8G("ngTemplateOutlet",y.customTemplate||P)("ngTemplateOutletContext",n.l_i(2,D,y.event,y.view))}},dependencies:[i.T3,xi,Wa],encapsulation:2}),_})(),Vo=(()=>{class _{}return _.\u0275fac=function(v){return new(v||_)},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-tooltip-window"]],inputs:{contents:"contents",placement:"placement",event:"event",customTemplate:"customTemplate"},decls:3,vars:6,consts:[["defaultTemplate",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"cal-tooltip",3,"ngClass"],[1,"cal-tooltip-arrow"],[1,"cal-tooltip-inner",3,"innerHtml"]],template:function(v,y){if(1&v&&n.DNE(0,Wn,3,2,"ng-template",null,0,n.C5r)(2,Cn,0,0,"ng-template",1),2&v){const P=n.sdS(1);n.R7$(2),n.Y8G("ngTemplateOutlet",y.customTemplate||P)("ngTemplateOutletContext",n.sMw(2,un,y.contents,y.placement,y.event))}},dependencies:[i.YU,i.T3],encapsulation:2}),_})(),Co=(()=>{class _{constructor(v,y,P,nt,$t,_e){this.elementRef=v,this.injector=y,this.renderer=P,this.viewContainerRef=$t,this.document=_e,this.placement="auto",this.delay=null,this.cancelTooltipDelay$=new r.B,this.tooltipFactory=nt.resolveComponentFactory(Vo)}ngOnChanges(v){this.tooltipRef&&(v.contents||v.customTemplate||v.event)&&(this.tooltipRef.instance.contents=this.contents,this.tooltipRef.instance.customTemplate=this.customTemplate,this.tooltipRef.instance.event=this.event,this.tooltipRef.changeDetectorRef.markForCheck(),this.contents||this.hide())}ngOnDestroy(){this.hide()}onMouseOver(){(null===this.delay?(0,g.of)("now"):(0,Z.O)(this.delay)).pipe((0,J.Q)(this.cancelTooltipDelay$)).subscribe(()=>{this.show()})}onMouseOut(){this.hide()}show(){!this.tooltipRef&&this.contents&&(this.tooltipRef=this.viewContainerRef.createComponent(this.tooltipFactory,0,this.injector,[]),this.tooltipRef.instance.contents=this.contents,this.tooltipRef.instance.customTemplate=this.customTemplate,this.tooltipRef.instance.event=this.event,this.appendToBody&&this.document.body.appendChild(this.tooltipRef.location.nativeElement),requestAnimationFrame(()=>{this.positionTooltip()}))}hide(){this.tooltipRef&&(this.viewContainerRef.remove(this.viewContainerRef.indexOf(this.tooltipRef.hostView)),this.tooltipRef=null),this.cancelTooltipDelay$.next()}positionTooltip(v=[]){this.tooltipRef&&(this.tooltipRef.changeDetectorRef.detectChanges(),this.tooltipRef.instance.placement=function Kt(_,T,v,y,P){var nt=Array.isArray(v)?v:v.split(Xt),$t=["top","bottom","left","right","top-left","top-right","bottom-left","bottom-right","left-top","left-bottom","right-top","right-bottom"],_e=T.classList,Ye=function(M){var j=M.split("-"),C=j[0],R=j[1],Mt=[];return P&&(Mt.push(P+"-"+C),R&&Mt.push(P+"-"+C+"-"+R),Mt.forEach(function(ye){_e.add(ye)})),Mt};P&&$t.forEach(function(M){_e.remove(P+"-"+M)});var He=nt.findIndex(function(M){return"auto"===M});He>=0&&$t.forEach(function(M){null==nt.find(function(j){return-1!==j.search("^"+M)})&&nt.splice(He++,1,M)});var Qe=T.style;Qe.position="absolute",Qe.top="0",Qe.left="0",Qe["will-change"]="transform";for(var bn,Gn=!1,hn=0,Sn=nt;hn<Sn.length;hn++){var qn=Ye(bn=Sn[hn]);if(pt.positionElements(_,T,bn,y)){Gn=!0;break}P&&qn.forEach(function(M){_e.remove(M)})}return Gn||(Ye(bn=nt[0]),pt.positionElements(_,T,bn,y)),bn}(this.elementRef.nativeElement,this.tooltipRef.location.nativeElement.children[0],this.placement,this.appendToBody),-1===v.indexOf(this.tooltipRef.instance.placement)&&this.positionTooltip([...v,this.tooltipRef.instance.placement]))}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(n.aKT),n.rXU(n.zZn),n.rXU(n.sFG),n.rXU(n.OM3),n.rXU(n.c1b),n.rXU(i.qQ))},_.\u0275dir=n.FsC({type:_,selectors:[["","mwlCalendarTooltip",""]],hostBindings:function(v,y){1&v&&n.bIt("mouseenter",function(){return y.onMouseOver()})("mouseleave",function(){return y.onMouseOut()})},inputs:{contents:[0,"mwlCalendarTooltip","contents"],placement:[0,"tooltipPlacement","placement"],customTemplate:[0,"tooltipTemplate","customTemplate"],event:[0,"tooltipEvent","event"],appendToBody:[0,"tooltipAppendToBody","appendToBody"],delay:[0,"tooltipDelay","delay"]},features:[n.OA$]}),_})();var _o=function(_){return _.Month="month",_.Week="week",_.Day="day",_}(_o||{});const T0=_=>function Ae(_,T){var v=!0;function y(P,nt){T(P,nt),v=!1}return Array.isArray(_)?(_.forEach(function(P){P.start?P.start instanceof Date||y(xe.StartPropertyNotDate,P):y(xe.StartPropertyMissing,P),P.end&&(P.end instanceof Date||y(xe.EndPropertyNotDate,P),P.start>P.end&&y(xe.EndsBeforeStart,P))}),v):(T(xe.NotArray,_),!1)}(_,(...v)=>console.warn("angular-calendar",...v));function A0(_,T){return Math.floor(_.left)<=Math.ceil(T.left)&&Math.floor(T.left)<=Math.ceil(_.right)&&Math.floor(_.left)<=Math.ceil(T.right)&&Math.floor(T.right)<=Math.ceil(_.right)}function E(_,T){return Math.round(_/T)*T}const ut=(_,T)=>T.id?T.id:T,pe=(_,T)=>T.date.toISOString(),Rn=(_,T)=>T.date.toISOString(),ra=(_,T)=>T.segments[0].date.toISOString(),Do=(_,T)=>T.event.id?T.event.id:T.event,a0=(_,T)=>T.event.id?T.event.id:T.event;function o0(_,T,v,y,P){const nt=E(_,y||v),$t=function ti(_,T,v){return(v||60)/(_*T)}(T,v,P);return nt*$t}function O0(_,T,v){return T.end?T.end:_.addMinutes(T.start,v)}function bo(_,T,v,y){let P=0,nt=0;const $t=v<0?_.subDays:_.addDays;let _e=T;for(;nt<=Math.abs(v);){_e=$t(T,P);const Ye=_.getDay(_e);-1===y.indexOf(Ye)&&nt++,P++}return _e}function w0(_,T,v,y=[],P){let nt=P?_.startOfDay(T):_.startOfWeek(T,{weekStartsOn:v});const $t=_.endOfWeek(T,{weekStartsOn:v});for(;y.indexOf(_.getDay(nt))>-1&&nt<$t;)nt=_.addDays(nt,1);if(P)return{viewStart:nt,viewEnd:_.endOfDay(bo(_,nt,P-1,y))};{let _e=$t;for(;y.indexOf(_.getDay(_e))>-1&&_e>nt;)_e=_.subDays(_e,1);return{viewStart:nt,viewEnd:_e}}}function Uo({x:_,y:T}){return Math.abs(_)>1||Math.abs(T)>1}class jo{}let ri=(()=>{class _{constructor(v){this.dateAdapter=v,this.excludeDays=[],this.viewDateChange=new n.bkB}onClick(){const v={day:this.dateAdapter.subDays,week:this.dateAdapter.subWeeks,month:this.dateAdapter.subMonths}[this.view];this.viewDateChange.emit(this.view===_o.Day?bo(this.dateAdapter,this.viewDate,-1,this.excludeDays):this.view===_o.Week&&this.daysInWeek?bo(this.dateAdapter,this.viewDate,-this.daysInWeek,this.excludeDays):v(this.viewDate,1))}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(jo))},_.\u0275dir=n.FsC({type:_,selectors:[["","mwlCalendarPreviousView",""]],hostBindings:function(v,y){1&v&&n.bIt("click",function(){return y.onClick()})},inputs:{view:"view",viewDate:"viewDate",excludeDays:"excludeDays",daysInWeek:"daysInWeek"},outputs:{viewDateChange:"viewDateChange"}}),_})(),oa=(()=>{class _{constructor(v){this.dateAdapter=v,this.excludeDays=[],this.viewDateChange=new n.bkB}onClick(){const v={day:this.dateAdapter.addDays,week:this.dateAdapter.addWeeks,month:this.dateAdapter.addMonths}[this.view];this.viewDateChange.emit(this.view===_o.Day?bo(this.dateAdapter,this.viewDate,1,this.excludeDays):this.view===_o.Week&&this.daysInWeek?bo(this.dateAdapter,this.viewDate,this.daysInWeek,this.excludeDays):v(this.viewDate,1))}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(jo))},_.\u0275dir=n.FsC({type:_,selectors:[["","mwlCalendarNextView",""]],hostBindings:function(v,y){1&v&&n.bIt("click",function(){return y.onClick()})},inputs:{view:"view",viewDate:"viewDate",excludeDays:"excludeDays",daysInWeek:"daysInWeek"},outputs:{viewDateChange:"viewDateChange"}}),_})(),La=(()=>{class _{constructor(v){this.dateAdapter=v,this.viewDateChange=new n.bkB}onClick(){this.viewDateChange.emit(this.dateAdapter.startOfDay(new Date))}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(jo))},_.\u0275dir=n.FsC({type:_,selectors:[["","mwlCalendarToday",""]],hostBindings:function(v,y){1&v&&n.bIt("click",function(){return y.onClick()})},inputs:{viewDate:"viewDate"},outputs:{viewDateChange:"viewDateChange"}}),_})(),Ja=(()=>{class _{constructor(v){this.dateAdapter=v}monthViewColumnHeader({date:v,locale:y}){return(0,i.Yq)(v,"EEEE",y)}monthViewDayNumber({date:v,locale:y}){return(0,i.Yq)(v,"d",y)}monthViewTitle({date:v,locale:y}){return(0,i.Yq)(v,"LLLL y",y)}weekViewColumnHeader({date:v,locale:y}){return(0,i.Yq)(v,"EEEE",y)}weekViewColumnSubHeader({date:v,locale:y}){return(0,i.Yq)(v,"MMM d",y)}weekViewTitle({date:v,locale:y,weekStartsOn:P,excludeDays:nt,daysInWeek:$t}){const{viewStart:_e,viewEnd:Ye}=w0(this.dateAdapter,v,P,nt,$t),He=(Qe,bn)=>(0,i.Yq)(Qe,"MMM d"+(bn?", yyyy":""),y);return`${He(_e,_e.getUTCFullYear()!==Ye.getUTCFullYear())} - ${He(Ye,!0)}`}weekViewHour({date:v,locale:y}){return(0,i.Yq)(v,"h a",y)}dayViewHour({date:v,locale:y}){return(0,i.Yq)(v,"h a",y)}dayViewTitle({date:v,locale:y}){return(0,i.Yq)(v,"EEEE, MMMM d, y",y)}}return _.\u0275fac=function(v){return new(v||_)(n.KVO(jo))},_.\u0275prov=n.jDH({token:_,factory:_.\u0275fac}),_})(),Bo=(()=>{class _ extends Ja{}return _.\u0275fac=(()=>{let T;return function(y){return(T||(T=n.xGo(_)))(y||_)}})(),_.\u0275prov=n.jDH({token:_,factory:_.\u0275fac}),_})(),ja=(()=>{class _{constructor(v,y){this.dateFormatter=v,this.locale=y}transform(v,y,P=this.locale,nt=0,$t=[],_e){if(typeof this.dateFormatter[y]>"u"){const Ye=Object.getOwnPropertyNames(Object.getPrototypeOf(Bo.prototype)).filter(He=>"constructor"!==He);throw new Error(`${y} is not a valid date formatter. Can only be one of ${Ye.join(", ")}`)}return this.dateFormatter[y]({date:v,locale:P,weekStartsOn:nt,excludeDays:$t,daysInWeek:_e})}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(Bo,16),n.rXU(n.xe9,16))},_.\u0275pipe=n.EJ8({name:"calendarDate",type:_,pure:!0}),_})(),M0=(()=>{class _{constructor(v){this.dateAdapter=v}getMonthView(v){return function K(_,T){var v=T.events,y=void 0===v?[]:v,P=T.viewDate,nt=T.weekStartsOn,$t=T.excluded,_e=void 0===$t?[]:$t,Ye=T.viewStart,He=void 0===Ye?_.startOfMonth(P):Ye,Qe=T.viewEnd,bn=void 0===Qe?_.endOfMonth(P):Qe,Gn=T.weekendDays;y||(y=[]);for(var Fn,Sn=_.endOfWeek,qn=_.differenceInDays,M=_.startOfDay,j=_.addHours,C=_.endOfDay,R=_.isSameMonth,Mt=_.getDay,ye=(0,_.startOfWeek)(He,{weekStartsOn:nt}),Pe=Sn(bn,{weekStartsOn:nt}),fn=on(_,{events:y,periodStart:ye,periodEnd:Pe}),Pn=[],Dn=function(ya){var fa;if(Fn?(fa=M(j(Fn,24)),Fn.getTime()===fa.getTime()&&(fa=M(j(Fn,25))),Fn=fa):fa=Fn=ye,!_e.some(function(Da){return Mt(fa)===Da})){var Ha=wn(_,{date:fa,weekendDays:Gn}),ea=on(_,{events:fn,periodStart:M(fa),periodEnd:C(fa)});Ha.inMonth=R(fa,P),Ha.events=ea,Ha.badgeTotal=ea.length,Pn.push(Ha)}},pn=0;pn<qn(Pe,ye)+1;pn++)Dn();var gn=[],yn=rt-_e.length;if(yn<rt)for(pn=0;pn<Pn.length;pn+=yn){var We=Pn.slice(pn,pn+yn);We.some(function(fa){return He<=fa.date&&fa.date<bn})&&(gn=fe(fe([],gn,!0),We,!0))}else gn=Pn;var ma=Math.floor(gn.length/yn),Oa=[];for(pn=0;pn<ma;pn++)Oa.push(pn*yn);return{rowOffsets:Oa,totalDaysVisibleInWeek:yn,days:gn,period:{start:gn[0].date,end:C(gn[gn.length-1].date),events:fn}}}(this.dateAdapter,v)}getWeekViewHeader(v){return Fe(this.dateAdapter,v)}getWeekView(v){return function _t(_,T){var v=T.events,y=void 0===v?[]:v,P=T.viewDate,nt=T.weekStartsOn,$t=T.excluded,_e=void 0===$t?[]:$t,Ye=T.precision,He=void 0===Ye?"days":Ye,Qe=T.absolutePositionedEvents,bn=void 0!==Qe&&Qe,Gn=T.hourSegments,hn=T.hourDuration,Sn=T.dayStart,qn=T.dayEnd,M=T.weekendDays,j=T.segmentHeight,C=T.minimumEventHeight,R=T.viewStart,Mt=void 0===R?_.startOfWeek(P,{weekStartsOn:nt}):R,ye=T.viewEnd,Pe=void 0===ye?_.endOfWeek(P,{weekStartsOn:nt}):ye;y||(y=[]);var Pn=_.endOfDay,Fn=on(_,{events:y,periodStart:Mt=(0,_.startOfDay)(Mt),periodEnd:Pe=Pn(Pe)}),Dn=Fe(_,{viewDate:P,weekStartsOn:nt,excluded:_e,weekendDays:M,viewStart:Mt,viewEnd:Pe});return{allDayEventRows:ht(_,{events:Fn,excluded:_e,precision:He,absolutePositionedEvents:bn,viewStart:Mt,viewEnd:Pe}),period:{events:Fn,start:Dn[0].date,end:Pn(Dn[Dn.length-1].date)},hourColumns:ot(_,{events:y,viewDate:P,hourSegments:Gn,hourDuration:hn,dayStart:Sn,dayEnd:qn,weekStartsOn:nt,excluded:_e,weekendDays:M,segmentHeight:j,viewStart:Mt,viewEnd:Pe,minimumEventHeight:C})}}(this.dateAdapter,v)}}return _.\u0275fac=function(v){return new(v||_)(n.KVO(jo))},_.\u0275prov=n.jDH({token:_,factory:_.\u0275fac}),_})();new n.nKC("Moment");var Yo=function(_){return _.Drag="drag",_.Drop="drop",_.Resize="resize",_}(Yo||{});let io=(()=>{class _{static forRoot(v,y={}){return{ngModule:_,providers:[v,y.eventTitleFormatter||Ko,y.dateFormatter||Bo,y.utils||M0,y.a11y||oo]}}}return _.\u0275fac=function(v){return new(v||_)},_.\u0275mod=n.$C({type:_}),_.\u0275inj=n.G2t({providers:[i.jo],imports:[i.MD]}),_})(),Fi=(()=>{class _{constructor(){this.highlightDay=new n.bkB,this.unhighlightDay=new n.bkB,this.eventClicked=new n.bkB,this.trackByEventId=ut,this.validateDrag=Uo}}return _.\u0275fac=function(v){return new(v||_)},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-month-cell"]],hostAttrs:[1,"cal-cell","cal-day-cell"],hostVars:18,hostBindings:function(v,y){2&v&&n.AVh("cal-past",y.day.isPast)("cal-today",y.day.isToday)("cal-future",y.day.isFuture)("cal-weekend",y.day.isWeekend)("cal-in-month",y.day.inMonth)("cal-out-month",!y.day.inMonth)("cal-has-events",y.day.events.length>0)("cal-open",y.day===y.openDay)("cal-event-highlight",!!y.day.backgroundColor)},inputs:{day:"day",openDay:"openDay",locale:"locale",tooltipPlacement:"tooltipPlacement",tooltipAppendToBody:"tooltipAppendToBody",customTemplate:"customTemplate",tooltipTemplate:"tooltipTemplate",tooltipDelay:"tooltipDelay"},outputs:{highlightDay:"highlightDay",unhighlightDay:"unhighlightDay",eventClicked:"eventClicked"},decls:3,vars:15,consts:[["defaultTemplate",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"cal-cell-top"],["aria-hidden","true"],["class","cal-day-badge",4,"ngIf"],[1,"cal-day-number"],["class","cal-events",4,"ngIf"],[1,"cal-day-badge"],[1,"cal-events"],["class","cal-event","mwlDraggable","","dragActiveClass","cal-drag-active",3,"ngStyle","ngClass","mwlCalendarTooltip","tooltipPlacement","tooltipEvent","tooltipTemplate","tooltipAppendToBody","tooltipDelay","cal-draggable","dropData","dragAxis","validateDrag","touchStartLongPress","mouseenter","mouseleave","mwlClick",4,"ngFor","ngForOf","ngForTrackBy"],["mwlDraggable","","dragActiveClass","cal-drag-active",1,"cal-event",3,"mouseenter","mouseleave","mwlClick","ngStyle","ngClass","mwlCalendarTooltip","tooltipPlacement","tooltipEvent","tooltipTemplate","tooltipAppendToBody","tooltipDelay","dropData","dragAxis","validateDrag","touchStartLongPress"]],template:function(v,y){if(1&v&&n.DNE(0,Ga,8,14,"ng-template",null,0,n.C5r)(2,xo,0,0,"ng-template",1),2&v){const P=n.sdS(1);n.R7$(2),n.Y8G("ngTemplateOutlet",y.customTemplate||P)("ngTemplateOutletContext",n.zJS(2,Zn,[y.day,y.openDay,y.locale,y.tooltipPlacement,y.highlightDay,y.unhighlightDay,y.eventClicked,y.tooltipTemplate,y.tooltipAppendToBody,y.tooltipDelay,y.trackByEventId,y.validateDrag]))}},dependencies:[i.YU,i.Sq,i.bT,i.T3,i.B3,Nt,Co,Ua,ja,xi,Wa],encapsulation:2}),_})();const hi=(0,Ee.hZ)("collapse",[(0,Ee.wk)("void",(0,Ee.iF)({height:0,overflow:"hidden","padding-top":0,"padding-bottom":0})),(0,Ee.wk)("*",(0,Ee.iF)({height:"*",overflow:"hidden","padding-top":"*","padding-bottom":"*"})),(0,Ee.kY)("* => void",(0,Ee.i0)("150ms ease-out")),(0,Ee.kY)("void => *",(0,Ee.i0)("150ms ease-in"))]);let di=(()=>{class _{constructor(){this.isOpen=!1,this.eventClicked=new n.bkB,this.trackByEventId=ut,this.validateDrag=Uo}}return _.\u0275fac=function(v){return new(v||_)},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-open-day-events"]],inputs:{locale:"locale",isOpen:"isOpen",events:"events",customTemplate:"customTemplate",eventTitleTemplate:"eventTitleTemplate",eventActionsTemplate:"eventActionsTemplate",date:"date"},outputs:{eventClicked:"eventClicked"},decls:3,vars:8,consts:[["defaultTemplate",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["class","cal-open-day-events","role","application",4,"ngIf"],["role","application",1,"cal-open-day-events"],["tabindex","-1","role","alert"],["tabindex","0","role","landmark"],["mwlDraggable","","dragActiveClass","cal-drag-active",3,"ngClass","cal-draggable","dropData","dragAxis","validateDrag","touchStartLongPress",4,"ngFor","ngForOf","ngForTrackBy"],["mwlDraggable","","dragActiveClass","cal-drag-active",3,"ngClass","dropData","dragAxis","validateDrag","touchStartLongPress"],[1,"cal-event",3,"ngStyle"],["view","month","tabindex","0",3,"mwlClick","mwlKeydownEnter","event","customTemplate"],[3,"event","customTemplate"]],template:function(v,y){if(1&v&&n.DNE(0,Ca,1,1,"ng-template",null,0,n.C5r)(2,Io,0,0,"ng-template",1),2&v){const P=n.sdS(1);n.R7$(2),n.Y8G("ngTemplateOutlet",y.customTemplate||P)("ngTemplateOutletContext",n.s1E(2,Go,y.events,y.eventClicked,y.isOpen,y.trackByEventId,y.validateDrag))}},dependencies:[i.YU,i.Sq,i.bT,i.T3,i.B3,Nt,S0,Ii,Ua,ao,Wa],encapsulation:2,data:{animation:[hi]}}),_})(),ni=(()=>{class _{constructor(){this.columnHeaderClicked=new n.bkB,this.trackByWeekDayHeaderDate=pe}}return _.\u0275fac=function(v){return new(v||_)},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-month-view-header"]],inputs:{days:"days",locale:"locale",customTemplate:"customTemplate"},outputs:{columnHeaderClicked:"columnHeaderClicked"},decls:3,vars:6,consts:[["defaultTemplate",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["role","row",1,"cal-cell-row","cal-header"],["class","cal-cell","tabindex","0","role","columnheader",3,"cal-past","cal-today","cal-future","cal-weekend","ngClass","click",4,"ngFor","ngForOf","ngForTrackBy"],["tabindex","0","role","columnheader",1,"cal-cell",3,"click","ngClass"]],template:function(v,y){if(1&v&&n.DNE(0,qo,2,2,"ng-template",null,0,n.C5r)(2,Ho,0,0,"ng-template",1),2&v){const P=n.sdS(1);n.R7$(2),n.Y8G("ngTemplateOutlet",y.customTemplate||P)("ngTemplateOutletContext",n.sMw(2,Ya,y.days,y.locale,y.trackByWeekDayHeaderDate))}},dependencies:[i.YU,i.Sq,i.T3,ja],encapsulation:2}),_})(),ls=(()=>{class _{constructor(v,y,P,nt){this.cdr=v,this.utils=y,this.dateAdapter=nt,this.events=[],this.excludeDays=[],this.activeDayIsOpen=!1,this.tooltipPlacement="auto",this.tooltipAppendToBody=!0,this.tooltipDelay=null,this.beforeViewRender=new n.bkB,this.dayClicked=new n.bkB,this.eventClicked=new n.bkB,this.columnHeaderClicked=new n.bkB,this.eventTimesChanged=new n.bkB,this.trackByRowOffset=($t,_e)=>this.view.days.slice(_e,this.view.totalDaysVisibleInWeek).map(Ye=>Ye.date.toISOString()).join("-"),this.trackByDate=($t,_e)=>_e.date.toISOString(),this.locale=P}ngOnInit(){this.refresh&&(this.refreshSubscription=this.refresh.subscribe(()=>{this.refreshAll(),this.cdr.markForCheck()}))}ngOnChanges(v){const y=v.viewDate||v.excludeDays||v.weekendDays,P=v.viewDate||v.events||v.excludeDays||v.weekendDays;y&&this.refreshHeader(),v.events&&T0(this.events),P&&this.refreshBody(),(y||P)&&this.emitBeforeViewRender(),(v.activeDayIsOpen||v.viewDate||v.events||v.excludeDays||v.activeDay)&&this.checkActiveDayIsOpen()}ngOnDestroy(){this.refreshSubscription&&this.refreshSubscription.unsubscribe()}toggleDayHighlight(v,y){this.view.days.forEach(P=>{y&&P.events.indexOf(v)>-1?P.backgroundColor=v.color&&v.color.secondary||"#D1E8FF":delete P.backgroundColor})}eventDropped(v,y,P){if(v!==P){const nt=this.dateAdapter.getYear(v.date),$t=this.dateAdapter.getMonth(v.date),_e=this.dateAdapter.getDate(v.date),Ye=this.dateAdapter.setDate(this.dateAdapter.setMonth(this.dateAdapter.setYear(y.start,nt),$t),_e);let He;if(y.end){const Qe=this.dateAdapter.differenceInSeconds(Ye,y.start);He=this.dateAdapter.addSeconds(y.end,Qe)}this.eventTimesChanged.emit({event:y,newStart:Ye,newEnd:He,day:v,type:Yo.Drop})}}refreshHeader(){this.columnHeaders=this.utils.getWeekViewHeader({viewDate:this.viewDate,weekStartsOn:this.weekStartsOn,excluded:this.excludeDays,weekendDays:this.weekendDays})}refreshBody(){this.view=this.utils.getMonthView({events:this.events,viewDate:this.viewDate,weekStartsOn:this.weekStartsOn,excluded:this.excludeDays,weekendDays:this.weekendDays})}checkActiveDayIsOpen(){if(!0===this.activeDayIsOpen){const v=this.activeDay||this.viewDate;this.openDay=this.view.days.find(P=>this.dateAdapter.isSameDay(P.date,v));const y=this.view.days.indexOf(this.openDay);this.openRowIndex=Math.floor(y/this.view.totalDaysVisibleInWeek)*this.view.totalDaysVisibleInWeek}else this.openRowIndex=null,this.openDay=null}refreshAll(){this.refreshHeader(),this.refreshBody(),this.emitBeforeViewRender(),this.checkActiveDayIsOpen()}emitBeforeViewRender(){this.columnHeaders&&this.view&&this.beforeViewRender.emit({header:this.columnHeaders,body:this.view.days,period:this.view.period})}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(n.gRc),n.rXU(M0),n.rXU(n.xe9),n.rXU(jo))},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-month-view"]],inputs:{viewDate:"viewDate",events:"events",excludeDays:"excludeDays",activeDayIsOpen:"activeDayIsOpen",activeDay:"activeDay",refresh:"refresh",locale:"locale",tooltipPlacement:"tooltipPlacement",tooltipTemplate:"tooltipTemplate",tooltipAppendToBody:"tooltipAppendToBody",tooltipDelay:"tooltipDelay",weekStartsOn:"weekStartsOn",headerTemplate:"headerTemplate",cellTemplate:"cellTemplate",openDayEventsTemplate:"openDayEventsTemplate",eventTitleTemplate:"eventTitleTemplate",eventActionsTemplate:"eventActionsTemplate",weekendDays:"weekendDays"},outputs:{beforeViewRender:"beforeViewRender",dayClicked:"dayClicked",eventClicked:"eventClicked",columnHeaderClicked:"columnHeaderClicked",eventTimesChanged:"eventTimesChanged"},features:[n.OA$],decls:4,vars:5,consts:[["role","grid",1,"cal-month-view"],[3,"columnHeaderClicked","days","locale","customTemplate"],[1,"cal-days"],[4,"ngFor","ngForOf","ngForTrackBy"],["role","row",1,"cal-cell-row"],["role","gridcell","mwlDroppable","","dragOverClass","cal-drag-over",3,"ngClass","day","openDay","locale","tooltipPlacement","tooltipAppendToBody","tooltipTemplate","tooltipDelay","customTemplate","ngStyle","clickListenerDisabled","mwlClick","mwlKeydownEnter","highlightDay","unhighlightDay","drop","eventClicked",4,"ngFor","ngForOf","ngForTrackBy"],["mwlDroppable","","dragOverClass","cal-drag-over",3,"eventClicked","drop","locale","isOpen","events","date","customTemplate","eventTitleTemplate","eventActionsTemplate"],["role","gridcell","mwlDroppable","","dragOverClass","cal-drag-over",3,"mwlClick","mwlKeydownEnter","highlightDay","unhighlightDay","drop","eventClicked","ngClass","day","openDay","locale","tooltipPlacement","tooltipAppendToBody","tooltipTemplate","tooltipDelay","customTemplate","ngStyle","clickListenerDisabled"]],template:function(v,y){1&v&&(n.j41(0,"div",0)(1,"mwl-calendar-month-view-header",1),n.bIt("columnHeaderClicked",function(nt){return y.columnHeaderClicked.emit(nt)}),n.k0s(),n.j41(2,"div",2),n.DNE(3,Wo,5,13,"div",3),n.k0s()()),2&v&&(n.R7$(),n.Y8G("days",y.columnHeaders)("locale",y.locale)("customTemplate",y.headerTemplate),n.R7$(2),n.Y8G("ngForOf",y.view.rowOffsets)("ngForTrackBy",y.trackByRowOffset))},dependencies:[i.YU,i.Sq,i.B3,ft,Ua,ao,Fi,di,ni,i.P9,Wa],encapsulation:2}),_})(),ai=(()=>{class _{}return _.\u0275fac=function(v){return new(v||_)},_.\u0275mod=n.$C({type:_}),_.\u0275inj=n.G2t({imports:[i.MD,Yt,io,Yt]}),_})();class ki{constructor(T,v){this.dragContainerElement=T,this.startPosition=v.getBoundingClientRect()}validateDrag({x:T,y:v,snapDraggedEvents:y,dragAlreadyMoved:P,transform:nt}){const $t=Uo({x:T,y:v})||P;if(y){const _e=Object.assign({},this.startPosition,{left:this.startPosition.left+nt.x,right:this.startPosition.right+nt.x,top:this.startPosition.top+nt.y,bottom:this.startPosition.bottom+nt.y});if($t){const Ye=this.dragContainerElement.getBoundingClientRect(),He=Ye.top<_e.top&&_e.top<Ye.bottom,Qe=Ye.top<_e.bottom&&_e.bottom<Ye.bottom;return A0(Ye,_e)&&(He||Qe)}return!1}return $t}}class ci{constructor(T,v,y){this.resizeContainerElement=T,this.minWidth=v,this.rtl=y}validateResize({rectangle:T,edges:v}){return this.rtl&&(typeof v.left<"u"?(T.left-=v.left,T.right+=v.left):typeof v.right<"u"&&(T.left+=v.right,T.right-=v.right),T.width=T.right-T.left),!(this.minWidth&&Math.ceil(T.width)<Math.ceil(this.minWidth))&&function N(_,T){return A0(_,T)&&function U(_,T){return Math.floor(_.top)<=Math.ceil(T.top)&&Math.floor(T.top)<=Math.ceil(_.bottom)&&Math.floor(_.top)<=Math.ceil(T.bottom)&&Math.floor(T.bottom)<=Math.ceil(_.bottom)}(_,T)}(this.resizeContainerElement.getBoundingClientRect(),T)}}let Ci=(()=>{class _{constructor(){this.dayHeaderClicked=new n.bkB,this.eventDropped=new n.bkB,this.dragEnter=new n.bkB,this.trackByWeekDayHeaderDate=pe}}return _.\u0275fac=function(v){return new(v||_)},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-week-view-header"]],inputs:{days:"days",locale:"locale",customTemplate:"customTemplate"},outputs:{dayHeaderClicked:"dayHeaderClicked",eventDropped:"eventDropped",dragEnter:"dragEnter"},decls:3,vars:9,consts:[["defaultTemplate",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["role","row",1,"cal-day-headers"],["class","cal-header","mwlDroppable","","dragOverClass","cal-drag-over","tabindex","0","role","columnheader",3,"cal-past","cal-today","cal-future","cal-weekend","ngClass","mwlClick","drop","dragEnter",4,"ngFor","ngForOf","ngForTrackBy"],["mwlDroppable","","dragOverClass","cal-drag-over","tabindex","0","role","columnheader",1,"cal-header",3,"mwlClick","drop","dragEnter","ngClass"]],template:function(v,y){if(1&v&&n.DNE(0,u0,2,2,"ng-template",null,0,n.C5r)(2,Aa,0,0,"ng-template",1),2&v){const P=n.sdS(1);n.R7$(2),n.Y8G("ngTemplateOutlet",y.customTemplate||P)("ngTemplateOutletContext",n.l4e(2,Y0,y.days,y.locale,y.dayHeaderClicked,y.eventDropped,y.dragEnter,y.trackByWeekDayHeaderDate))}},dependencies:[i.YU,i.Sq,i.T3,ft,Ua,ja],encapsulation:2}),_})(),oi=(()=>{class _{constructor(){this.eventClicked=new n.bkB}}return _.\u0275fac=function(v){return new(v||_)},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-week-view-event"]],inputs:{locale:"locale",weekEvent:"weekEvent",tooltipPlacement:"tooltipPlacement",tooltipAppendToBody:"tooltipAppendToBody",tooltipDisabled:"tooltipDisabled",tooltipDelay:"tooltipDelay",customTemplate:"customTemplate",eventTitleTemplate:"eventTitleTemplate",eventActionsTemplate:"eventActionsTemplate",tooltipTemplate:"tooltipTemplate",column:"column",daysInWeek:"daysInWeek"},outputs:{eventClicked:"eventClicked"},decls:3,vars:12,consts:[["defaultTemplate",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["tabindex","0","role","application",1,"cal-event",3,"mwlClick","mwlKeydownEnter","ngStyle","mwlCalendarTooltip","tooltipPlacement","tooltipEvent","tooltipTemplate","tooltipAppendToBody","tooltipDelay"],[3,"event","customTemplate"],[3,"event","customTemplate","view"]],template:function(v,y){if(1&v&&n.DNE(0,g0,6,27,"ng-template",null,0,n.C5r)(2,Ea,0,0,"ng-template",1),2&v){const P=n.sdS(1);n.R7$(2),n.Y8G("ngTemplateOutlet",y.customTemplate||P)("ngTemplateOutletContext",n.zJS(2,Jo,[y.weekEvent,y.tooltipPlacement,y.eventClicked,y.tooltipTemplate,y.tooltipAppendToBody,y.tooltipDisabled,y.tooltipDelay,y.column,y.daysInWeek]))}},dependencies:[i.T3,i.B3,S0,Ii,Co,Ua,ao,xi,Wa],encapsulation:2}),_})(),_0=(()=>{class _{}return _.\u0275fac=function(v){return new(v||_)},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-week-view-hour-segment"]],inputs:{segment:"segment",segmentHeight:"segmentHeight",locale:"locale",isTimeLabel:"isTimeLabel",daysInWeek:"daysInWeek",customTemplate:"customTemplate"},decls:3,vars:8,consts:[["defaultTemplate",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[1,"cal-hour-segment",3,"ngClass"],["class","cal-time",4,"ngIf"],[1,"cal-time"]],template:function(v,y){if(1&v&&n.DNE(0,yo,3,13,"ng-template",null,0,n.C5r)(2,t0,0,0,"ng-template",1),2&v){const P=n.sdS(1);n.R7$(2),n.Y8G("ngTemplateOutlet",y.customTemplate||P)("ngTemplateOutletContext",n.s1E(2,Mo,y.segment,y.locale,y.segmentHeight,y.isTimeLabel,y.daysInWeek))}},dependencies:[i.YU,i.bT,i.T3,ja,Wa],encapsulation:2}),_})(),hs=(()=>{class _{constructor(v,y){this.dateAdapter=v,this.zone=y,this.columnDate$=new tt.t(void 0),this.marker$=this.zone.onStable.pipe((0,et.n)(()=>(0,st.Y)(6e4)),(0,mt.Z)(0),function gt(_,T){return(0,Ot.T)(T)?(0,et.n)(()=>_,T):(0,et.n)(()=>_)}(this.columnDate$),(0,kt.T)(P=>{const nt=this.dateAdapter.setMinutes(this.dateAdapter.setHours(P,this.dayStartHour),this.dayStartMinute),$t=this.dateAdapter.setMinutes(this.dateAdapter.setHours(P,this.dayEndHour),this.dayEndMinute),_e=this.hourSegments*this.hourSegmentHeight/(this.hourDuration||60),Ye=new Date;return{isVisible:this.dateAdapter.isSameDay(P,Ye)&&Ye>=nt&&Ye<=$t,top:this.dateAdapter.differenceInMinutes(Ye,nt)*_e}}))}ngOnChanges(v){v.columnDate&&this.columnDate$.next(v.columnDate.currentValue)}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(jo),n.rXU(n.SKi))},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-week-view-current-time-marker"]],inputs:{columnDate:"columnDate",dayStartHour:"dayStartHour",dayStartMinute:"dayStartMinute",dayEndHour:"dayEndHour",dayEndMinute:"dayEndMinute",hourSegments:"hourSegments",hourDuration:"hourDuration",hourSegmentHeight:"hourSegmentHeight",customTemplate:"customTemplate"},features:[n.OA$],decls:5,vars:14,consts:[["defaultTemplate",""],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["class","cal-current-time-marker",3,"top",4,"ngIf"],[1,"cal-current-time-marker"]],template:function(v,y){if(1&v&&(n.DNE(0,Po,1,1,"ng-template",null,0,n.C5r)(2,V0,0,0,"ng-template",1),n.nI1(3,"async"),n.nI1(4,"async")),2&v){let P;const nt=n.sdS(1);n.R7$(2),n.Y8G("ngTemplateOutlet",y.customTemplate||nt)("ngTemplateOutletContext",n.sGs(6,Ro,y.columnDate,y.dayStartHour,y.dayStartMinute,y.dayEndHour,y.dayEndMinute,null==(P=n.bMT(3,2,y.marker$))?null:P.isVisible,null==(P=n.bMT(4,4,y.marker$))?null:P.top))}},dependencies:[i.bT,i.T3,i.Jj],encapsulation:2}),_})(),pi=(()=>{class _{constructor(v,y,P,nt,$t){this.cdr=v,this.utils=y,this.dateAdapter=nt,this.element=$t,this.events=[],this.excludeDays=[],this.tooltipPlacement="auto",this.tooltipAppendToBody=!0,this.tooltipDelay=null,this.precision="days",this.snapDraggedEvents=!0,this.hourSegments=2,this.hourSegmentHeight=30,this.minimumEventHeight=30,this.dayStartHour=0,this.dayStartMinute=0,this.dayEndHour=23,this.dayEndMinute=59,this.dayHeaderClicked=new n.bkB,this.eventClicked=new n.bkB,this.eventTimesChanged=new n.bkB,this.beforeViewRender=new n.bkB,this.hourSegmentClicked=new n.bkB,this.allDayEventResizes=new Map,this.timeEventResizes=new Map,this.eventDragEnterByType={allDay:0,time:0},this.dragActive=!1,this.dragAlreadyMoved=!1,this.calendarId=Symbol("angular calendar week view id"),this.rtl=!1,this.trackByWeekDayHeaderDate=pe,this.trackByHourSegment=Rn,this.trackByHour=ra,this.trackByWeekAllDayEvent=Do,this.trackByWeekTimeEvent=a0,this.trackByHourColumn=(_e,Ye)=>Ye.hours[0]?Ye.hours[0].segments[0].date.toISOString():Ye,this.trackById=(_e,Ye)=>Ye.id,this.locale=P}ngOnInit(){this.refresh&&(this.refreshSubscription=this.refresh.subscribe(()=>{this.refreshAll(),this.cdr.markForCheck()}))}ngOnChanges(v){const y=v.viewDate||v.excludeDays||v.weekendDays||v.daysInWeek||v.weekStartsOn,P=v.viewDate||v.dayStartHour||v.dayStartMinute||v.dayEndHour||v.dayEndMinute||v.hourSegments||v.hourDuration||v.weekStartsOn||v.weekendDays||v.excludeDays||v.hourSegmentHeight||v.events||v.daysInWeek||v.minimumEventHeight;y&&this.refreshHeader(),v.events&&T0(this.events),P&&this.refreshBody(),(y||P)&&this.emitBeforeViewRender()}ngOnDestroy(){this.refreshSubscription&&this.refreshSubscription.unsubscribe()}ngAfterViewInit(){this.rtl=typeof window<"u"&&"rtl"===getComputedStyle(this.element.nativeElement).direction,this.cdr.detectChanges()}timeEventResizeStarted(v,y,P){this.timeEventResizes.set(y.event,P),this.resizeStarted(v,y)}timeEventResizing(v,y){this.timeEventResizes.set(v.event,y);const P=new Map,nt=[...this.events];this.timeEventResizes.forEach(($t,_e)=>{const Ye=this.getTimeEventResizedDates(_e,$t),He={..._e,...Ye};P.set(He,_e);const Qe=nt.indexOf(_e);nt[Qe]=He}),this.restoreOriginalEvents(nt,P,!0)}timeEventResizeEnded(v){this.view=this.getWeekView(this.events);const y=this.timeEventResizes.get(v.event);if(y){this.timeEventResizes.delete(v.event);const P=this.getTimeEventResizedDates(v.event,y);this.eventTimesChanged.emit({newStart:P.start,newEnd:P.end,event:v.event,type:Yo.Resize})}}allDayEventResizeStarted(v,y,P){this.allDayEventResizes.set(y,{originalOffset:y.offset,originalSpan:y.span,edge:typeof P.edges.left<"u"?"left":"right"}),this.resizeStarted(v,y,this.getDayColumnWidth(v))}allDayEventResizing(v,y,P){const nt=this.allDayEventResizes.get(v),$t=this.rtl?-1:1;if(typeof y.edges.left<"u"){const _e=Math.round(+y.edges.left/P)*$t;v.offset=nt.originalOffset+_e,v.span=nt.originalSpan-_e}else if(typeof y.edges.right<"u"){const _e=Math.round(+y.edges.right/P)*$t;v.span=nt.originalSpan+_e}}allDayEventResizeEnded(v){const y=this.allDayEventResizes.get(v);if(y){const P="left"===y.edge;let nt;nt=P?v.offset-y.originalOffset:v.span-y.originalSpan,v.offset=y.originalOffset,v.span=y.originalSpan;const $t=this.getAllDayEventResizedDates(v.event,nt,P);this.eventTimesChanged.emit({newStart:$t.start,newEnd:$t.end,event:v.event,type:Yo.Resize}),this.allDayEventResizes.delete(v)}}getDayColumnWidth(v){return Math.floor(v.offsetWidth/this.days.length)}dateDragEnter(v){this.lastDragEnterDate=v}eventDropped(v,y,P){(function Pi(_,T,v,y){return _.dropData&&_.dropData.event&&(_.dropData.calendarId!==y||_.dropData.event.allDay&&!v||!_.dropData.event.allDay&&v)})(v,0,P,this.calendarId)&&this.lastDragEnterDate.getTime()===y.getTime()&&(!this.snapDraggedEvents||v.dropData.event!==this.lastDraggedEvent)&&this.eventTimesChanged.emit({type:Yo.Drop,event:v.dropData.event,newStart:y,allDay:P}),this.lastDraggedEvent=null}dragEnter(v){this.eventDragEnterByType[v]++}dragLeave(v){this.eventDragEnterByType[v]--}dragStarted(v,y,P,nt){this.dayColumnWidth=this.getDayColumnWidth(v);const $t=new ki(v,y);this.validateDrag=({x:_e,y:Ye,transform:He})=>{const Qe=0===this.allDayEventResizes.size&&0===this.timeEventResizes.size&&$t.validateDrag({x:_e,y:Ye,snapDraggedEvents:this.snapDraggedEvents,dragAlreadyMoved:this.dragAlreadyMoved,transform:He});if(Qe&&this.validateEventTimesChanged){const bn=this.getDragMovedEventTimes(P,{x:_e,y:Ye},this.dayColumnWidth,nt);return this.validateEventTimesChanged({type:Yo.Drag,event:P.event,newStart:bn.start,newEnd:bn.end})}return Qe},this.dragActive=!0,this.dragAlreadyMoved=!1,this.lastDraggedEvent=null,this.eventDragEnterByType={allDay:0,time:0},!this.snapDraggedEvents&&nt&&this.view.hourColumns.forEach(_e=>{const Ye=_e.events.find(He=>He.event===P.event&&He!==P);Ye&&(Ye.width=0,Ye.height=0)}),this.cdr.markForCheck()}dragMove(v,y){const P=this.getDragMovedEventTimes(v,y,this.dayColumnWidth,!0),nt=v.event,$t={...nt,...P},_e=this.events.map(Ye=>Ye===nt?$t:Ye);this.restoreOriginalEvents(_e,new Map([[$t,nt]]),this.snapDraggedEvents),this.dragAlreadyMoved=!0}allDayEventDragMove(){this.dragAlreadyMoved=!0}dragEnded(v,y,P,nt=!1){this.view=this.getWeekView(this.events),this.dragActive=!1,this.validateDrag=null;const{start:$t,end:_e}=this.getDragMovedEventTimes(v,y,P,nt);(this.snapDraggedEvents||this.eventDragEnterByType[nt?"time":"allDay"]>0)&&function f0(_,T,v){const y=T||_;return v.start<=_&&_<=v.end||v.start<=y&&y<=v.end}($t,_e,this.view.period)&&(this.lastDraggedEvent=v.event,this.eventTimesChanged.emit({newStart:$t,newEnd:_e,event:v.event,type:Yo.Drag,allDay:!nt}))}refreshHeader(){this.days=this.utils.getWeekViewHeader({viewDate:this.viewDate,weekStartsOn:this.weekStartsOn,excluded:this.excludeDays,weekendDays:this.weekendDays,...w0(this.dateAdapter,this.viewDate,this.weekStartsOn,this.excludeDays,this.daysInWeek)})}refreshBody(){this.view=this.getWeekView(this.events)}refreshAll(){this.refreshHeader(),this.refreshBody(),this.emitBeforeViewRender()}emitBeforeViewRender(){this.days&&this.view&&this.beforeViewRender.emit({header:this.days,...this.view})}getWeekView(v){return this.utils.getWeekView({events:v,viewDate:this.viewDate,weekStartsOn:this.weekStartsOn,excluded:this.excludeDays,precision:this.precision,absolutePositionedEvents:!0,hourSegments:this.hourSegments,hourDuration:this.hourDuration,dayStart:{hour:this.dayStartHour,minute:this.dayStartMinute},dayEnd:{hour:this.dayEndHour,minute:this.dayEndMinute},segmentHeight:this.hourSegmentHeight,weekendDays:this.weekendDays,minimumEventHeight:this.minimumEventHeight,...w0(this.dateAdapter,this.viewDate,this.weekStartsOn,this.excludeDays,this.daysInWeek)})}getDragMovedEventTimes(v,y,P,nt){const $t=E(y.x,P)/P*(this.rtl?-1:1),_e=nt?o0(y.y,this.hourSegments,this.hourSegmentHeight,this.eventSnapSize,this.hourDuration):0,Ye=this.dateAdapter.addMinutes(bo(this.dateAdapter,v.event.start,$t,this.excludeDays),_e);let He;return v.event.end&&(He=this.dateAdapter.addMinutes(bo(this.dateAdapter,v.event.end,$t,this.excludeDays),_e)),{start:Ye,end:He}}restoreOriginalEvents(v,y,P=!0){const nt=this.view;P&&(this.view=this.getWeekView(v));const $t=v.filter(_e=>y.has(_e));this.view.hourColumns.forEach((_e,Ye)=>{nt.hourColumns[Ye].hours.forEach((He,Qe)=>{He.segments.forEach((bn,Gn)=>{_e.hours[Qe].segments[Gn].cssClass=bn.cssClass})}),$t.forEach(He=>{const Qe=y.get(He),bn=_e.events.find(Gn=>Gn.event===(P?He:Qe));bn?(bn.event=Qe,bn.tempEvent=He,P||(bn.height=0,bn.width=0)):_e.events.push({event:Qe,left:0,top:0,height:0,width:0,startsBeforeDay:!1,endsAfterDay:!1,tempEvent:He})})}),y.clear()}getTimeEventResizedDates(v,y){const P={start:v.start,end:O0(this.dateAdapter,v,this.minimumEventHeight)},{end:nt,...$t}=v,_e={start:this.dateAdapter.addMinutes(P.end,-1*this.minimumEventHeight),end:O0(this.dateAdapter,$t,this.minimumEventHeight)},Ye=this.rtl?-1:1;if(typeof y.edges.left<"u"){const He=Math.round(+y.edges.left/this.dayColumnWidth)*Ye,Qe=bo(this.dateAdapter,P.start,He,this.excludeDays);P.start=Qe<_e.start?Qe:_e.start}else if(typeof y.edges.right<"u"){const He=Math.round(+y.edges.right/this.dayColumnWidth)*Ye,Qe=bo(this.dateAdapter,P.end,He,this.excludeDays);P.end=Qe>_e.end?Qe:_e.end}if(typeof y.edges.top<"u"){const He=o0(y.edges.top,this.hourSegments,this.hourSegmentHeight,this.eventSnapSize,this.hourDuration),Qe=this.dateAdapter.addMinutes(P.start,He);P.start=Qe<_e.start?Qe:_e.start}else if(typeof y.edges.bottom<"u"){const He=o0(y.edges.bottom,this.hourSegments,this.hourSegmentHeight,this.eventSnapSize,this.hourDuration),Qe=this.dateAdapter.addMinutes(P.end,He);P.end=Qe>_e.end?Qe:_e.end}return P}resizeStarted(v,y,P){this.dayColumnWidth=this.getDayColumnWidth(v);const nt=new ci(v,P,this.rtl);this.validateResize=({rectangle:$t,edges:_e})=>{const Ye=nt.validateResize({rectangle:{...$t},edges:_e});if(Ye&&this.validateEventTimesChanged){let He;if(P){const Qe=this.rtl?-1:1;if(typeof _e.left<"u"){const bn=Math.round(+_e.left/P)*Qe;He=this.getAllDayEventResizedDates(y.event,bn,!this.rtl)}else{const bn=Math.round(+_e.right/P)*Qe;He=this.getAllDayEventResizedDates(y.event,bn,this.rtl)}}else He=this.getTimeEventResizedDates(y.event,{rectangle:$t,edges:_e});return this.validateEventTimesChanged({type:Yo.Resize,event:y.event,newStart:He.start,newEnd:He.end})}return Ye},this.cdr.markForCheck()}getAllDayEventResizedDates(v,y,P){let nt=v.start,$t=v.end||v.start;return P?nt=bo(this.dateAdapter,nt,y,this.excludeDays):$t=bo(this.dateAdapter,$t,y,this.excludeDays),{start:nt,end:$t}}}return _.\u0275fac=function(v){return new(v||_)(n.rXU(n.gRc),n.rXU(M0),n.rXU(n.xe9),n.rXU(jo),n.rXU(n.aKT))},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-week-view"]],inputs:{viewDate:"viewDate",events:"events",excludeDays:"excludeDays",refresh:"refresh",locale:"locale",tooltipPlacement:"tooltipPlacement",tooltipTemplate:"tooltipTemplate",tooltipAppendToBody:"tooltipAppendToBody",tooltipDelay:"tooltipDelay",weekStartsOn:"weekStartsOn",headerTemplate:"headerTemplate",eventTemplate:"eventTemplate",eventTitleTemplate:"eventTitleTemplate",eventActionsTemplate:"eventActionsTemplate",precision:"precision",weekendDays:"weekendDays",snapDraggedEvents:"snapDraggedEvents",hourSegments:"hourSegments",hourDuration:"hourDuration",hourSegmentHeight:"hourSegmentHeight",minimumEventHeight:"minimumEventHeight",dayStartHour:"dayStartHour",dayStartMinute:"dayStartMinute",dayEndHour:"dayEndHour",dayEndMinute:"dayEndMinute",hourSegmentTemplate:"hourSegmentTemplate",eventSnapSize:"eventSnapSize",allDayEventsLabelTemplate:"allDayEventsLabelTemplate",daysInWeek:"daysInWeek",currentTimeMarkerTemplate:"currentTimeMarkerTemplate",validateEventTimesChanged:"validateEventTimesChanged",resizeCursors:"resizeCursors"},outputs:{dayHeaderClicked:"dayHeaderClicked",eventClicked:"eventClicked",eventTimesChanged:"eventTimesChanged",beforeViewRender:"beforeViewRender",hourSegmentClicked:"hourSegmentClicked"},features:[n.OA$],decls:8,vars:9,consts:[["dayColumns",""],["allDayEventsContainer",""],["eventRowContainer",""],["event",""],["weekEventTemplate",""],["role","grid",1,"cal-week-view"],[3,"dayHeaderClicked","eventDropped","dragEnter","days","locale","customTemplate"],["class","cal-all-day-events","mwlDroppable","",3,"dragEnter","dragLeave",4,"ngIf"],["mwlDroppable","",1,"cal-time-events",3,"dragEnter","dragLeave"],["class","cal-time-label-column",4,"ngIf"],[1,"cal-day-columns"],["class","cal-day-column",4,"ngFor","ngForOf","ngForTrackBy"],["mwlDroppable","",1,"cal-all-day-events",3,"dragEnter","dragLeave"],[1,"cal-time-label-column"],[4,"ngTemplateOutlet"],["class","cal-day-column","mwlDroppable","","dragOverClass","cal-drag-over",3,"drop","dragEnter",4,"ngFor","ngForOf","ngForTrackBy"],["class","cal-events-row",4,"ngFor","ngForOf","ngForTrackBy"],["mwlDroppable","","dragOverClass","cal-drag-over",1,"cal-day-column",3,"drop","dragEnter"],[1,"cal-events-row"],["class","cal-event-container","mwlResizable","","mwlDraggable","","dragActiveClass","cal-drag-active",3,"cal-draggable","cal-starts-within-week","cal-ends-within-week","ngClass","width","marginLeft","marginRight","resizeCursors","resizeSnapGrid","validateResize","dropData","dragAxis","dragSnapGrid","validateDrag","touchStartLongPress","resizeStart","resizing","resizeEnd","dragStart","dragging","dragEnd",4,"ngFor","ngForOf","ngForTrackBy"],["mwlResizable","","mwlDraggable","","dragActiveClass","cal-drag-active",1,"cal-event-container",3,"resizeStart","resizing","resizeEnd","dragStart","dragging","dragEnd","ngClass","resizeCursors","resizeSnapGrid","validateResize","dropData","dragAxis","dragSnapGrid","validateDrag","touchStartLongPress"],["class","cal-resize-handle cal-resize-handle-before-start","mwlResizeHandle","",3,"resizeEdges",4,"ngIf"],[3,"eventClicked","locale","weekEvent","tooltipPlacement","tooltipTemplate","tooltipAppendToBody","tooltipDelay","customTemplate","eventTitleTemplate","eventActionsTemplate","daysInWeek"],["class","cal-resize-handle cal-resize-handle-after-end","mwlResizeHandle","",3,"resizeEdges",4,"ngIf"],["mwlResizeHandle","",1,"cal-resize-handle","cal-resize-handle-before-start",3,"resizeEdges"],["mwlResizeHandle","",1,"cal-resize-handle","cal-resize-handle-after-end",3,"resizeEdges"],["class","cal-hour",3,"cal-hour-odd",4,"ngFor","ngForOf","ngForTrackBy"],[1,"cal-hour"],[3,"height","segment","segmentHeight","locale","customTemplate","isTimeLabel","daysInWeek",4,"ngFor","ngForOf","ngForTrackBy"],[3,"segment","segmentHeight","locale","customTemplate","isTimeLabel","daysInWeek"],[1,"cal-day-column"],[3,"columnDate","dayStartHour","dayStartMinute","dayEndHour","dayEndMinute","hourSegments","hourDuration","hourSegmentHeight","customTemplate"],[1,"cal-events-container"],["class","cal-event-container","mwlResizable","","mwlDraggable","","dragActiveClass","cal-drag-active",3,"cal-draggable","cal-starts-within-day","cal-ends-within-day","ngClass","hidden","top","height","left","width","resizeCursors","resizeSnapGrid","validateResize","allowNegativeResizes","dropData","dragAxis","dragSnapGrid","touchStartLongPress","ghostDragEnabled","ghostElementTemplate","validateDrag","resizeStart","resizing","resizeEnd","dragStart","dragging","dragEnd",4,"ngFor","ngForOf","ngForTrackBy"],["mwlResizable","","mwlDraggable","","dragActiveClass","cal-drag-active",1,"cal-event-container",3,"resizeStart","resizing","resizeEnd","dragStart","dragging","dragEnd","ngClass","hidden","resizeCursors","resizeSnapGrid","validateResize","allowNegativeResizes","dropData","dragAxis","dragSnapGrid","touchStartLongPress","ghostDragEnabled","ghostElementTemplate","validateDrag"],[3,"ngTemplateOutlet"],[3,"eventClicked","locale","weekEvent","tooltipPlacement","tooltipTemplate","tooltipAppendToBody","tooltipDisabled","tooltipDelay","customTemplate","eventTitleTemplate","eventActionsTemplate","column","daysInWeek"],["mwlDroppable","","dragActiveClass","cal-drag-active",3,"height","segment","segmentHeight","locale","customTemplate","daysInWeek","clickListenerDisabled","dragOverClass","isTimeLabel","mwlClick","drop","dragEnter",4,"ngFor","ngForOf","ngForTrackBy"],["mwlDroppable","","dragActiveClass","cal-drag-active",3,"mwlClick","drop","dragEnter","segment","segmentHeight","locale","customTemplate","daysInWeek","clickListenerDisabled","dragOverClass","isTimeLabel"]],template:function(v,y){if(1&v){const P=n.RV6();n.j41(0,"div",5)(1,"mwl-calendar-week-view-header",6),n.bIt("dayHeaderClicked",function($t){return n.eBV(P),n.Njj(y.dayHeaderClicked.emit($t))})("eventDropped",function($t){return n.eBV(P),n.Njj(y.eventDropped({dropData:$t},$t.newStart,!0))})("dragEnter",function($t){return n.eBV(P),n.Njj(y.dateDragEnter($t.date))}),n.k0s(),n.DNE(2,q0,7,5,"div",7),n.j41(3,"div",8),n.bIt("dragEnter",function(){return n.eBV(P),n.Njj(y.dragEnter("time"))})("dragLeave",function(){return n.eBV(P),n.Njj(y.dragLeave("time"))}),n.DNE(4,J0,2,2,"div",9),n.j41(5,"div",10,0),n.DNE(7,ko,5,13,"div",11),n.k0s()()()}2&v&&(n.R7$(),n.Y8G("days",y.days)("locale",y.locale)("customTemplate",y.headerTemplate),n.R7$(),n.Y8G("ngIf",y.view.allDayEventRows.length>0),n.R7$(2),n.Y8G("ngIf",y.view.hourColumns.length>0&&1!==y.daysInWeek),n.R7$(),n.AVh("cal-resize-active",y.timeEventResizes.size>0),n.R7$(2),n.Y8G("ngForOf",y.view.hourColumns)("ngForTrackBy",y.trackByHourColumn))},dependencies:[i.YU,i.Sq,i.bT,i.T3,ca,ba,Nt,ft,Ua,Ci,oi,_0,hs],encapsulation:2}),_})(),H0=(()=>{class _{}return _.\u0275fac=function(v){return new(v||_)},_.\u0275mod=n.$C({type:_}),_.\u0275inj=n.G2t({imports:[i.MD,Ta,Yt,io,Ta,Yt]}),_})(),Li=(()=>{class _{constructor(){this.events=[],this.hourSegments=2,this.hourSegmentHeight=30,this.minimumEventHeight=30,this.dayStartHour=0,this.dayStartMinute=0,this.dayEndHour=23,this.dayEndMinute=59,this.tooltipPlacement="auto",this.tooltipAppendToBody=!0,this.tooltipDelay=null,this.snapDraggedEvents=!0,this.eventClicked=new n.bkB,this.hourSegmentClicked=new n.bkB,this.eventTimesChanged=new n.bkB,this.beforeViewRender=new n.bkB}}return _.\u0275fac=function(v){return new(v||_)},_.\u0275cmp=n.VBU({type:_,selectors:[["mwl-calendar-day-view"]],inputs:{viewDate:"viewDate",events:"events",hourSegments:"hourSegments",hourSegmentHeight:"hourSegmentHeight",hourDuration:"hourDuration",minimumEventHeight:"minimumEventHeight",dayStartHour:"dayStartHour",dayStartMinute:"dayStartMinute",dayEndHour:"dayEndHour",dayEndMinute:"dayEndMinute",refresh:"refresh",locale:"locale",eventSnapSize:"eventSnapSize",tooltipPlacement:"tooltipPlacement",tooltipTemplate:"tooltipTemplate",tooltipAppendToBody:"tooltipAppendToBody",tooltipDelay:"tooltipDelay",hourSegmentTemplate:"hourSegmentTemplate",eventTemplate:"eventTemplate",eventTitleTemplate:"eventTitleTemplate",eventActionsTemplate:"eventActionsTemplate",snapDraggedEvents:"snapDraggedEvents",allDayEventsLabelTemplate:"allDayEventsLabelTemplate",currentTimeMarkerTemplate:"currentTimeMarkerTemplate",validateEventTimesChanged:"validateEventTimesChanged",resizeCursors:"resizeCursors"},outputs:{eventClicked:"eventClicked",hourSegmentClicked:"hourSegmentClicked",eventTimesChanged:"eventTimesChanged",beforeViewRender:"beforeViewRender"},decls:1,vars:27,consts:[[1,"cal-day-view",3,"eventClicked","hourSegmentClicked","eventTimesChanged","beforeViewRender","daysInWeek","viewDate","events","hourSegments","hourDuration","hourSegmentHeight","minimumEventHeight","dayStartHour","dayStartMinute","dayEndHour","dayEndMinute","refresh","locale","eventSnapSize","tooltipPlacement","tooltipTemplate","tooltipAppendToBody","tooltipDelay","resizeCursors","hourSegmentTemplate","eventTemplate","eventTitleTemplate","eventActionsTemplate","snapDraggedEvents","allDayEventsLabelTemplate","currentTimeMarkerTemplate","validateEventTimesChanged"]],template:function(v,y){1&v&&(n.j41(0,"mwl-calendar-week-view",0),n.bIt("eventClicked",function(nt){return y.eventClicked.emit(nt)})("hourSegmentClicked",function(nt){return y.hourSegmentClicked.emit(nt)})("eventTimesChanged",function(nt){return y.eventTimesChanged.emit(nt)})("beforeViewRender",function(nt){return y.beforeViewRender.emit(nt)}),n.k0s()),2&v&&n.Y8G("daysInWeek",1)("viewDate",y.viewDate)("events",y.events)("hourSegments",y.hourSegments)("hourDuration",y.hourDuration)("hourSegmentHeight",y.hourSegmentHeight)("minimumEventHeight",y.minimumEventHeight)("dayStartHour",y.dayStartHour)("dayStartMinute",y.dayStartMinute)("dayEndHour",y.dayEndHour)("dayEndMinute",y.dayEndMinute)("refresh",y.refresh)("locale",y.locale)("eventSnapSize",y.eventSnapSize)("tooltipPlacement",y.tooltipPlacement)("tooltipTemplate",y.tooltipTemplate)("tooltipAppendToBody",y.tooltipAppendToBody)("tooltipDelay",y.tooltipDelay)("resizeCursors",y.resizeCursors)("hourSegmentTemplate",y.hourSegmentTemplate)("eventTemplate",y.eventTemplate)("eventTitleTemplate",y.eventTitleTemplate)("eventActionsTemplate",y.eventActionsTemplate)("snapDraggedEvents",y.snapDraggedEvents)("allDayEventsLabelTemplate",y.allDayEventsLabelTemplate)("currentTimeMarkerTemplate",y.currentTimeMarkerTemplate)("validateEventTimesChanged",y.validateEventTimesChanged)},dependencies:[pi],encapsulation:2}),_})(),vi=(()=>{class _{}return _.\u0275fac=function(v){return new(v||_)},_.\u0275mod=n.$C({type:_}),_.\u0275inj=n.G2t({imports:[i.MD,io,H0]}),_})(),s0=(()=>{class _{static forRoot(v,y={}){return{ngModule:_,providers:[v,y.eventTitleFormatter||Ko,y.dateFormatter||Bo,y.utils||M0,y.a11y||oo]}}}return _.\u0275fac=function(v){return new(v||_)},_.\u0275mod=n.$C({type:_}),_.\u0275inj=n.G2t({imports:[io,ai,H0,vi,io,ai,H0,vi]}),_})()},4912:($e,Gt,c)=>{c.d(Gt,{Jc:()=>g,X4:()=>Z});var n=c(4438);const i=["*"];class r{constructor(J){this.options=J}}let g=(()=>{class st{constructor(et,mt,Ot){this.elem=et,this.changeDetector=mt,this.options=Ot}ngOnChanges(et){const Ot=Object.assign({},...this.options.map(gt=>gt.icons))[`Icon${function H(st){return st.toLowerCase().replace(/(?:^\w|[A-Z]|\b\w)/g,J=>J.toUpperCase()).replace(/[-_]/g,"")}(et.name.currentValue)}`]??"";!Ot&&!this.options.some(gt=>gt.ignoreWarnings)&&console.warn(`Tabler Icon not found: ${et.name.currentValue}\nRefer to documentation on https://github.com/pierreavn/angular-tabler-icons`),this.elem.nativeElement.innerHTML=Ot,this.changeDetector.markForCheck()}}return st.\u0275fac=function(et){return new(et||st)(n.rXU(n.aKT),n.rXU(n.gRc),n.rXU(r))},st.\u0275cmp=n.VBU({type:st,selectors:[["i-tabler"],["tabler-icon"]],inputs:{name:"name"},features:[n.OA$],ngContentSelectors:i,decls:1,vars:0,template:function(et,mt){1&et&&(n.NAR(),n.SdG(0))},styles:["[_nghost-%COMP%]{display:inline-block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}"]}),st})(),Z=(()=>{class st{constructor(et){if(this.options=et,!this.options)throw new Error("No icon provided. Make sure to use 'TablerIconsModule.pick({ ... })' when importing the module\nRefer to documentation on https://github.com/pierreavn/angular-tabler-icons")}static pick(et,mt){return{ngModule:st,providers:[{provide:r,useValue:{icons:et,...mt},multi:!0}]}}}return st.\u0275fac=function(et){return new(et||st)(n.KVO(r,8))},st.\u0275mod=n.$C({type:st}),st.\u0275inj=n.G2t({}),st})()},5818:($e,Gt,c)=>{c.d(Gt,{r:()=>i});var n=c(3601);function i(H,g){return+(0,n.o)(H)==+(0,n.o)(g)}},7518:($e,Gt,c)=>{c.d(Gt,{t:()=>i});var n=c(4273);function i(H,g){const Z=(0,n.a)(H),tt=(0,n.a)(g);return Z.getFullYear()===tt.getFullYear()&&Z.getMonth()===tt.getMonth()}},3601:($e,Gt,c)=>{c.d(Gt,{o:()=>i});var n=c(4273);function i(H){const g=(0,n.a)(H);return g.setHours(0,0,0,0),g}},4273:($e,Gt,c)=>{function n(r){const H=Object.prototype.toString.call(r);return r instanceof Date||"object"==typeof r&&"[object Date]"===H?new r.constructor(+r):"number"==typeof r||"[object Number]"===H||"string"==typeof r||"[object String]"===H?new Date(r):new Date(NaN)}c.d(Gt,{a:()=>n})},467:($e,Gt,c)=>{function n(r,H,g,Z,tt,st,J){try{var et=r[st](J),mt=et.value}catch(Ot){return void g(Ot)}et.done?H(mt):Promise.resolve(mt).then(Z,tt)}function i(r){return function(){var H=this,g=arguments;return new Promise(function(Z,tt){var st=r.apply(H,g);function J(mt){n(st,Z,tt,J,et,"next",mt)}function et(mt){n(st,Z,tt,J,et,"throw",mt)}J(void 0)})}}c.d(Gt,{A:()=>i})},1635:($e,Gt,c)=>{c.d(Gt,{AQ:()=>Et,Cl:()=>r,N3:()=>Pt,sH:()=>Ot,xN:()=>It});var r=function(){return r=Object.assign||function(ot){for(var _t,K=1,Lt=arguments.length;K<Lt;K++)for(var lt in _t=arguments[K])Object.prototype.hasOwnProperty.call(_t,lt)&&(ot[lt]=_t[lt]);return ot},r.apply(this,arguments)};function Ot(ht,ot,_t,K){return new(_t||(_t=Promise))(function(lt,Ut){function ke(Ae){try{xe(K.next(Ae))}catch(de){Ut(de)}}function Ze(Ae){try{xe(K.throw(Ae))}catch(de){Ut(de)}}function xe(Ae){Ae.done?lt(Ae.value):function Lt(lt){return lt instanceof _t?lt:new _t(function(Ut){Ut(lt)})}(Ae.value).then(ke,Ze)}xe((K=K.apply(ht,ot||[])).next())})}function Pt(ht){return this instanceof Pt?(this.v=ht,this):new Pt(ht)}function Et(ht,ot,_t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var Lt,K=_t.apply(ht,ot||[]),lt=[];return Lt={},ke("next"),ke("throw"),ke("return",function Ut(X){return function(Tt){return Promise.resolve(Tt).then(X,de)}}),Lt[Symbol.asyncIterator]=function(){return this},Lt;function ke(X,Tt){K[X]&&(Lt[X]=function(ie){return new Promise(function(yt,ne){lt.push([X,ie,yt,ne])>1||Ze(X,ie)})},Tt&&(Lt[X]=Tt(Lt[X])))}function Ze(X,Tt){try{!function xe(X){X.value instanceof Pt?Promise.resolve(X.value.v).then(Ae,de):q(lt[0][2],X)}(K[X](Tt))}catch(ie){q(lt[0][3],ie)}}function Ae(X){Ze("next",X)}function de(X){Ze("throw",X)}function q(X,Tt){X(Tt),lt.shift(),lt.length&&Ze(lt[0][0],lt[0][1])}}function It(ht){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var _t,ot=ht[Symbol.asyncIterator];return ot?ot.call(ht):(ht=function Xt(ht){var ot="function"==typeof Symbol&&Symbol.iterator,_t=ot&&ht[ot],K=0;if(_t)return _t.call(ht);if(ht&&"number"==typeof ht.length)return{next:function(){return ht&&K>=ht.length&&(ht=void 0),{value:ht&&ht[K++],done:!ht}}};throw new TypeError(ot?"Object is not iterable.":"Symbol.iterator is not defined.")}(ht),_t={},K("next"),K("throw"),K("return"),_t[Symbol.asyncIterator]=function(){return this},_t);function K(lt){_t[lt]=ht[lt]&&function(Ut){return new Promise(function(ke,Ze){!function Lt(lt,Ut,ke,Ze){Promise.resolve(Ze).then(function(xe){lt({value:xe,done:ke})},Ut)}(ke,Ze,(Ut=ht[lt](Ut)).done,Ut.value)})}}}"function"==typeof SuppressedError&&SuppressedError}},$e=>{$e($e.s=8449)}]);

Anon7 - 2022
AnonSec Team