diff --git a/app/Models/AbstractTransaction.php b/app/Models/AbstractTransaction.php index 99c24ad..a9d5b3c 100644 --- a/app/Models/AbstractTransaction.php +++ b/app/Models/AbstractTransaction.php @@ -153,9 +153,13 @@ public function updateWithPaymentData(PaymentDataType $data, TransactionType $tx $params = $tx->getParams()->merge($data->getParams()); $status = $data->getStatus() ? Status::VERIFIED : Status::FAILED; - $provider = Helpers::getProvider($tx); - $pTx = $provider->transaction($tx->getHash()); - $tx->getAddresses()->setSender($pTx->getSigner()); + try { + $provider = Helpers::getProvider($tx); + $pTx = $provider->transaction($tx->getHash()); + $tx->getAddresses()->setSender($pTx->getSigner()); + } catch (\Throwable $th) { + Helpers::debug('Update with data error', 'ERROR', $th); + } return (bool) $this->update([ 'hash' => $data->getHash(), diff --git a/app/Pages/TransactionPage.php b/app/Pages/TransactionPage.php index c73292a..0f721c2 100644 --- a/app/Pages/TransactionPage.php +++ b/app/Pages/TransactionPage.php @@ -191,6 +191,11 @@ public function page(): void $result .= $tx->params->sanction->source . ' with ' . $tx->params->sanction->api . ' API'; } + if (isset($tx->params->failedReason)) { + $result .= CPL_BR2 . esc_html__('Failed reason: ', 'cryptopay'); + $result .= $tx->params->failedReason; + } + return $result; }, 'addresses' => function ($tx) { diff --git a/app/RestAPI.php b/app/RestAPI.php index 94f33ec..f39651e 100644 --- a/app/RestAPI.php +++ b/app/RestAPI.php @@ -266,6 +266,8 @@ public function paymentFinished(): void } catch (\Exception $e) { $this->paymentData->setStatus(false); $failedMessage = sprintf($this->getErrorMessage('PFE101'), $e->getMessage()); + $this->paymentData->getParams()->set('failedReason', $failedMessage); + Helpers::debug('Payment finished error', 'ERROR', $e); } Helpers::debug('Payment finished filters before', 'INFO', $this->paymentData->forDebug()); diff --git a/app/Types/InitType.php b/app/Types/InitType.php index b4ed8bd..48cbf0e 100644 --- a/app/Types/InitType.php +++ b/app/Types/InitType.php @@ -103,7 +103,7 @@ public function getBlockConfirmationCount(): int public function prepareForJsSide(): array { return $this->toArray(exclude:[ - 'order' => ['refunds', 'discountRate'] + 'order' => ['discountRate'] ]); } } diff --git a/assets/js/app.min.js b/assets/js/app.min.js index 995d2cb..4f78da9 100644 --- a/assets/js/app.min.js +++ b/assets/js/app.min.js @@ -85,7 +85,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho `,su=function(k,z){if(!(!z.icon&&!z.iconHtml)){var W=k.innerHTML,ve="";if(z.iconHtml)ve=Qp(z.iconHtml);else if(z.icon==="success")ve=mm,W=W.replace(/ style=".*?"/g,"");else if(z.icon==="error")ve=gm;else if(z.icon){var je={question:"?",warning:"!",info:"i"};ve=Qp(je[z.icon])}W.trim()!==ve.trim()&&bt(k,ve)}},$n=function(k,z){if(z.iconColor){k.style.color=z.iconColor,k.style.borderColor=z.iconColor;for(var W=0,ve=[".swal2-success-line-tip",".swal2-success-line-long",".swal2-x-mark-line-left",".swal2-x-mark-line-right"];W').concat(k,"")},ef=function(k,z){var W=Ye();if(W){if(!z.imageUrl){Eo(W);return}yo(W,""),W.setAttribute("src",z.imageUrl),W.setAttribute("alt",z.imageAlt||""),Nr(W,"width",z.imageWidth),Nr(W,"height",z.imageHeight),W.className=Q.image,qo(W,z,"image")}},bm=function(k,z){var W=Te(),ve=Ae();if(!(!W||!ve)){if(z.toast){Nr(W,"width",z.width),ve.style.width="100%";var je=G();je&&ve.insertBefore(je,xe())}else Nr(ve,"width",z.width);Nr(ve,"padding",z.padding),z.color&&(ve.style.color=z.color),z.background&&(ve.style.background=z.background),Eo(pt()),cu(ve,z)}},cu=function(k,z){var W=z.showClass||{};k.className="".concat(Q.popup," ").concat(ot(k)?W.popup:""),z.toast?(Bt([document.documentElement,document.body],Q["toast-shown"]),Bt(k,Q.toast)):Bt(k,Q.modal),qo(k,z,"popup"),typeof z.customClass=="string"&&Bt(k,z.customClass),z.icon&&Bt(k,Q["icon-".concat(z.icon)])},tf=function(k,z){var W=tt();if(W){var ve=z.progressSteps,je=z.currentProgressStep;if(!ve||ve.length===0||je===void 0){Eo(W);return}yo(W),W.textContent="",je>=ve.length&&Re("Invalid currentProgressStep parameter, it should be less than progressSteps.length (currentProgressStep like JS arrays starts from 0)"),ve.forEach(function(gt,Kt){var Ht=_m(gt);if(W.appendChild(Ht),Kt===je&&Bt(Ht,Q["active-progress-step"]),Kt!==ve.length-1){var To=wm(z);W.appendChild(To)}})}},_m=function(k){var z=document.createElement("li");return Bt(z,Q["progress-step"]),bt(z,k),z},wm=function(k){var z=document.createElement("li");return Bt(z,Q["progress-step-line"]),k.progressStepsDistance&&Nr(z,"width",k.progressStepsDistance),z},of=function(k,z){var W=qe();W&&(rr(W),He(W,z.title||z.titleText,"block"),z.title&&ru(z.title,W),z.titleText&&(W.innerText=z.titleText),qo(W,z,"title"))},rf=function(k,z){bm(k,z),nm(k,z),tf(k,z),hm(k,z),ef(k,z),of(k,z),lm(k,z),Tn(k,z),lu(k,z),fm(k,z);var W=Ae();typeof z.didRender=="function"&&W&&z.didRender(W)},ws=function(){return ot(Ae())},lf=function(){var k;return(k=dt())===null||k===void 0?void 0:k.click()},uu=function(){var k;return(k=S())===null||k===void 0?void 0:k.click()},ym=function(){var k;return(k=Y())===null||k===void 0?void 0:k.click()},da=Object.freeze({cancel:"cancel",backdrop:"backdrop",close:"close",esc:"esc",timer:"timer"}),ie=function(k){k.keydownTarget&&k.keydownHandlerAdded&&(k.keydownTarget.removeEventListener("keydown",k.keydownHandler,{capture:k.keydownListenerCapture}),k.keydownHandlerAdded=!1)},Ve=function(k,z,W){ie(k),z.toast||(k.keydownHandler=function(ve){return mr(z,ve,W)},k.keydownTarget=z.keydownListenerCapture?window:Ae(),k.keydownListenerCapture=z.keydownListenerCapture,k.keydownTarget.addEventListener("keydown",k.keydownHandler,{capture:k.keydownListenerCapture}),k.keydownHandlerAdded=!0)},Xe=function(k,z){var W,ve=at();if(ve.length){k=k+z,k===ve.length?k=0:k===-1&&(k=ve.length-1),ve[k].focus();return}(W=Ae())===null||W===void 0||W.focus()},$t=["ArrowRight","ArrowDown"],Yo=["ArrowLeft","ArrowUp"],mr=function(k,z,W){k&&(z.isComposing||z.keyCode===229||(k.stopKeydownPropagation&&z.stopPropagation(),z.key==="Enter"?Sl(z,k):z.key==="Tab"?gr(z):[].concat($t,Yo).includes(z.key)?nf(z.key):z.key==="Escape"&&pa(z,k,W)))},Sl=function(k,z){if(pe(z.allowEnterKey)){var W=xl(Ae(),z.input);if(k.target&&W&&k.target instanceof HTMLElement&&k.target.outerHTML===W.outerHTML){if(["textarea","file"].includes(z.input))return;lf(),k.preventDefault()}}},gr=function(k){for(var z=k.target,W=at(),ve=-1,je=0;je1},_de=function(){if(Qt(document.body,Q.iosfix)){var k=parseInt(document.body.style.top,10);pr(document.body,Q.iosfix),document.body.style.top="",document.body.scrollTop=k*-1}},wde=function(){var k=document.createElement("div");k.className=Q["scrollbar-measure"],document.body.appendChild(k);var z=k.getBoundingClientRect().width-k.clientWidth;return document.body.removeChild(k),z},ks=null,yde=function(k){ks===null&&(document.body.scrollHeight>window.innerHeight||k==="scroll")&&(ks=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right")),document.body.style.paddingRight="".concat(ks+wde(),"px"))},xde=function(){ks!==null&&(document.body.style.paddingRight="".concat(ks,"px"),ks=null)};function qx(q,k,z,W){At()?Gx(q,W):(oe(z).then(function(){return Gx(q,W)}),ie(I)),ys?(k.setAttribute("style","display:none !important"),k.removeAttribute("class"),k.innerHTML=""):k.remove(),_t()&&(xde(),_de(),du()),kde()}function kde(){pr([document.documentElement,document.body],[Q.shown,Q["height-auto"],Q["no-backdrop"],Q["toast-shown"]])}function fa(q){q=Sde(q);var k=Mn.swalPromiseResolve.get(this),z=Cde(this);this.isAwaitingPromise?q.isDismissed||(pu(this),k(q)):z&&k(q)}var Cde=function(k){var z=Ae();if(!z)return!1;var W=po.innerParams.get(k);if(!W||Qt(z,W.hideClass.popup))return!1;pr(z,W.showClass.popup),Bt(z,W.hideClass.popup);var ve=Te();return pr(ve,W.showClass.backdrop),Bt(ve,W.hideClass.backdrop),Ede(k,z,W),!0};function Yx(q){var k=Mn.swalPromiseReject.get(this);pu(this),k&&k(q)}var pu=function(k){k.isAwaitingPromise&&(delete k.isAwaitingPromise,po.innerParams.get(k)||k._destroy())},Sde=function(k){return typeof k>"u"?{isConfirmed:!1,isDenied:!1,isDismissed:!0}:Object.assign({isConfirmed:!1,isDenied:!1,isDismissed:!1},k)},Ede=function(k,z,W){var ve=Te(),je=En&&Po(z);typeof W.willClose=="function"&&W.willClose(z),je?Tde(k,z,ve,W.returnFocus,W.didClose):qx(k,ve,W.returnFocus,W.didClose)},Tde=function(k,z,W,ve,je){En&&(I.swalCloseEventFinishedCallback=qx.bind(null,k,W,ve,je),z.addEventListener(En,function(gt){gt.target===z&&(I.swalCloseEventFinishedCallback(),delete I.swalCloseEventFinishedCallback)}))},Gx=function(k,z){setTimeout(function(){typeof z=="function"&&z.bind(k.params)(),k._destroy&&k._destroy()})},Cs=function(k){var z=Ae();if(z||new pf,z=Ae(),!!z){var W=G();At()?Eo(xe()):$de(z,k),yo(W),z.setAttribute("data-loading","true"),z.setAttribute("aria-busy","true"),z.focus()}},$de=function(k,z){var W=X(),ve=G();!W||!ve||(!z&&ot(dt())&&(z=dt()),yo(W),z&&(Eo(z),ve.setAttribute("data-button-to-replace",z.className),W.insertBefore(ve,z)),Bt([k,W],Q.loading))},Mde=function(k,z){z.input==="select"||z.input==="radio"?Nde(k,z):["text","email","number","tel","textarea"].some(function(W){return W===z.input})&&(ke(z.inputValue)||we(z.inputValue))&&(Cs(dt()),Pde(k,z))},Ade=function(k,z){var W=k.getInput();if(!W)return null;switch(z.input){case"checkbox":return zde(W);case"radio":return Ide(W);case"file":return Ode(W);default:return z.inputAutoTrim?W.value.trim():W.value}},zde=function(k){return k.checked?1:0},Ide=function(k){return k.checked?k.value:null},Ode=function(k){return k.files&&k.files.length?k.getAttribute("multiple")!==null?k.files:k.files[0]:null},Nde=function(k,z){var W=Ae();if(W){var ve=function(gt){z.input==="select"?Rde(W,Xx(gt),z):z.input==="radio"&&Lde(W,Xx(gt),z)};ke(z.inputOptions)||we(z.inputOptions)?(Cs(dt()),Oe(z.inputOptions).then(function(je){k.hideLoading(),ve(je)})):H(z.inputOptions)==="object"?ve(z.inputOptions):Ce("Unexpected type of inputOptions! Expected object, Map or Promise, got ".concat(H(z.inputOptions)))}},Pde=function(k,z){var W=k.getInput();W&&(Eo(W),Oe(z.inputValue).then(function(ve){W.value=z.input==="number"?"".concat(parseFloat(ve)||0):"".concat(ve),yo(W),W.focus(),k.hideLoading()}).catch(function(ve){Ce("Error in inputValue promise: ".concat(ve)),W.value="",yo(W),W.focus(),k.hideLoading()}))};function Rde(q,k,z){var W=or(q,Q.select);if(W){var ve=function(gt,Kt,Ht){var To=document.createElement("option");To.value=Ht,bt(To,Kt),To.selected=Zx(Ht,z.inputValue),gt.appendChild(To)};k.forEach(function(je){var gt=je[0],Kt=je[1];if(Array.isArray(Kt)){var Ht=document.createElement("optgroup");Ht.label=gt,Ht.disabled=!1,W.appendChild(Ht),Kt.forEach(function(To){return ve(Ht,To[1],To[0])})}else ve(W,Kt,gt)}),W.focus()}}function Lde(q,k,z){var W=or(q,Q.radio);if(W){k.forEach(function(je){var gt=je[0],Kt=je[1],Ht=document.createElement("input"),To=document.createElement("label");Ht.type="radio",Ht.name=Q.radio,Ht.value=gt,Zx(gt,z.inputValue)&&(Ht.checked=!0);var fu=document.createElement("span");bt(fu,Kt),fu.className=Q.label,To.appendChild(Ht),To.appendChild(fu),W.appendChild(To)});var ve=W.querySelectorAll("input");ve.length&&ve[0].focus()}}var Xx=function q(k){var z=[];return k instanceof Map?k.forEach(function(W,ve){var je=W;H(je)==="object"&&(je=q(je)),z.push([ve,je])}):Object.keys(k).forEach(function(W){var ve=k[W];H(ve)==="object"&&(ve=q(ve)),z.push([W,ve])}),z},Zx=function(k,z){return!!z&&z.toString()===k.toString()},sf=void 0,Bde=function(k){var z=po.innerParams.get(k);k.disableButtons(),z.input?Jx(k,"confirm"):km(k,!0)},Vde=function(k){var z=po.innerParams.get(k);k.disableButtons(),z.returnInputValueOnDeny?Jx(k,"deny"):xm(k,!1)},Dde=function(k,z){k.disableButtons(),z(da.cancel)},Jx=function(k,z){var W=po.innerParams.get(k);if(!W.input){Ce('The "input" parameter is needed to be set when using returnInputValueOn'.concat(me(z)));return}var ve=k.getInput(),je=Ade(k,W);W.inputValidator?Hde(k,je,z):ve&&!ve.checkValidity()?(k.enableButtons(),k.showValidationMessage(W.validationMessage||ve.validationMessage)):z==="deny"?xm(k,je):km(k,je)},Hde=function(k,z,W){var ve=po.innerParams.get(k);k.disableInput();var je=Promise.resolve().then(function(){return Oe(ve.inputValidator(z,ve.validationMessage))});je.then(function(gt){k.enableButtons(),k.enableInput(),gt?k.showValidationMessage(gt):W==="deny"?xm(k,z):km(k,z)})},xm=function(k,z){var W=po.innerParams.get(k||sf);if(W.showLoaderOnDeny&&Cs(S()),W.preDeny){k.isAwaitingPromise=!0;var ve=Promise.resolve().then(function(){return Oe(W.preDeny(z,W.validationMessage))});ve.then(function(je){je===!1?(k.hideLoading(),pu(k)):k.close({isDenied:!0,value:typeof je>"u"?z:je})}).catch(function(je){return e5(k||sf,je)})}else k.close({isDenied:!0,value:z})},Qx=function(k,z){k.close({isConfirmed:!0,value:z})},e5=function(k,z){k.rejectPromise(z)},km=function(k,z){var W=po.innerParams.get(k||sf);if(W.showLoaderOnConfirm&&Cs(),W.preConfirm){k.resetValidationMessage(),k.isAwaitingPromise=!0;var ve=Promise.resolve().then(function(){return Oe(W.preConfirm(z,W.validationMessage))});ve.then(function(je){ot(pt())||je===!1?(k.hideLoading(),pu(k)):Qx(k,typeof je>"u"?z:je)}).catch(function(je){return e5(k||sf,je)})}else Qx(k,z)};function cf(){var q=po.innerParams.get(this);if(q){var k=po.domCache.get(this);Eo(k.loader),At()?q.icon&&yo(xe()):Fde(k),pr([k.popup,k.actions],Q.loading),k.popup.removeAttribute("aria-busy"),k.popup.removeAttribute("data-loading"),k.confirmButton.disabled=!1,k.denyButton.disabled=!1,k.cancelButton.disabled=!1}}var Fde=function(k){var z=k.popup.getElementsByClassName(k.loader.getAttribute("data-button-to-replace"));z.length?yo(z[0],"inline-block"):eo()&&Eo(k.actions)};function t5(){var q=po.innerParams.get(this),k=po.domCache.get(this);return k?xl(k.popup,q.input):null}function o5(q,k,z){var W=po.domCache.get(q);k.forEach(function(ve){W[ve].disabled=z})}function r5(q,k){var z=Ae();if(!(!z||!q))if(q.type==="radio")for(var W=z.querySelectorAll('[name="'.concat(Q.radio,'"]')),ve=0;ve0&&arguments[0]!==void 0?arguments[0]:"data-swal-template";Sm[q]=this,_5||(document.body.addEventListener("click",hpe),_5=!0)}var hpe=function(k){for(var z=k.target;z&&z!==document;z=z.parentNode)for(var W in Sm){var ve=z.getAttribute(W);if(ve){Sm[W].fire({template:ve});return}}},vpe=Object.freeze({__proto__:null,argsToParams:ape,bindClickHandler:fpe,clickCancel:ym,clickConfirm:lf,clickDeny:uu,enableLoading:Cs,fire:ipe,getActions:X,getCancelButton:Y,getCloseButton:fe,getConfirmButton:dt,getContainer:Te,getDenyButton:S,getFocusableElements:at,getFooter:re,getHtmlContainer:ye,getIcon:xe,getIconContent:We,getImage:Ye,getInputLabel:A,getLoader:G,getPopup:Ae,getProgressSteps:tt,getTimerLeft:cpe,getTimerProgressBar:ge,getTitle:qe,getValidationMessage:pt,increaseTimer:dpe,isDeprecatedParameter:p5,isLoading:no,isTimerRunning:ppe,isUpdatableParameter:d5,isValidParameter:u5,isVisible:ws,mixin:spe,resumeTimer:b5,showLoading:Cs,stopTimer:g5,toggleTimer:upe}),mpe=function(){function q(k,z){d(this,q),this.callback=k,this.remaining=z,this.running=!1,this.start()}return f(q,[{key:"start",value:function(){return this.running||(this.running=!0,this.started=new Date,this.id=setTimeout(this.callback,this.remaining)),this.remaining}},{key:"stop",value:function(){return this.started&&this.running&&(this.running=!1,clearTimeout(this.id),this.remaining-=new Date().getTime()-this.started.getTime()),this.remaining}},{key:"increase",value:function(z){var W=this.running;return W&&this.stop(),this.remaining+=z,W&&this.start(),this.remaining}},{key:"getTimerLeft",value:function(){return this.running&&(this.stop(),this.start()),this.remaining}},{key:"isRunning",value:function(){return this.running}}])}(),w5=["swal-title","swal-html","swal-footer"],gpe=function(k){var z=typeof k.template=="string"?document.querySelector(k.template):k.template;if(!z)return{};var W=z.content;Spe(W);var ve=Object.assign(bpe(W),_pe(W),wpe(W),ype(W),xpe(W),kpe(W),Cpe(W,w5));return ve},bpe=function(k){var z={},W=Array.from(k.querySelectorAll("swal-param"));return W.forEach(function(ve){ai(ve,["name","value"]);var je=ve.getAttribute("name"),gt=ve.getAttribute("value");typeof Ss[je]=="boolean"?z[je]=gt!=="false":H(Ss[je])==="object"?z[je]=JSON.parse(gt):z[je]=gt}),z},_pe=function(k){var z={},W=Array.from(k.querySelectorAll("swal-function-param"));return W.forEach(function(ve){var je=ve.getAttribute("name"),gt=ve.getAttribute("value");z[je]=new Function("return ".concat(gt))()}),z},wpe=function(k){var z={},W=Array.from(k.querySelectorAll("swal-button"));return W.forEach(function(ve){ai(ve,["type","color","aria-label"]);var je=ve.getAttribute("type");z["".concat(je,"ButtonText")]=ve.innerHTML,z["show".concat(me(je),"Button")]=!0,ve.hasAttribute("color")&&(z["".concat(je,"ButtonColor")]=ve.getAttribute("color")),ve.hasAttribute("aria-label")&&(z["".concat(je,"ButtonAriaLabel")]=ve.getAttribute("aria-label"))}),z},ype=function(k){var z={},W=k.querySelector("swal-image");return W&&(ai(W,["src","width","height","alt"]),W.hasAttribute("src")&&(z.imageUrl=W.getAttribute("src")||void 0),W.hasAttribute("width")&&(z.imageWidth=W.getAttribute("width")||void 0),W.hasAttribute("height")&&(z.imageHeight=W.getAttribute("height")||void 0),W.hasAttribute("alt")&&(z.imageAlt=W.getAttribute("alt")||void 0)),z},xpe=function(k){var z={},W=k.querySelector("swal-icon");return W&&(ai(W,["type","color"]),W.hasAttribute("type")&&(z.icon=W.getAttribute("type")),W.hasAttribute("color")&&(z.iconColor=W.getAttribute("color")),z.iconHtml=W.innerHTML),z},kpe=function(k){var z={},W=k.querySelector("swal-input");W&&(ai(W,["type","label","placeholder","value"]),z.input=W.getAttribute("type")||"text",W.hasAttribute("label")&&(z.inputLabel=W.getAttribute("label")),W.hasAttribute("placeholder")&&(z.inputPlaceholder=W.getAttribute("placeholder")),W.hasAttribute("value")&&(z.inputValue=W.getAttribute("value")));var ve=Array.from(k.querySelectorAll("swal-input-option"));return ve.length&&(z.inputOptions={},ve.forEach(function(je){ai(je,["value"]);var gt=je.getAttribute("value"),Kt=je.innerHTML;z.inputOptions[gt]=Kt})),z},Cpe=function(k,z){var W={};for(var ve in z){var je=z[ve],gt=k.querySelector(je);gt&&(ai(gt,[]),W[je.replace(/^swal-/,"")]=gt.innerHTML.trim())}return W},Spe=function(k){var z=w5.concat(["swal-param","swal-function-param","swal-button","swal-image","swal-icon","swal-input","swal-input-option"]);Array.from(k.children).forEach(function(W){var ve=W.tagName.toLowerCase();z.includes(ve)||Re("Unrecognized element <".concat(ve,">"))})},ai=function(k,z){Array.from(k.attributes).forEach(function(W){z.indexOf(W.name)===-1&&Re(['Unrecognized attribute "'.concat(W.name,'" on <').concat(k.tagName.toLowerCase(),">."),"".concat(z.length?"Allowed attributes are: ".concat(z.join(", ")):"To set the value, use HTML within the element.")])})},y5=10,Epe=function(k){var z=Te(),W=Ae();typeof k.willOpen=="function"&&k.willOpen(W);var ve=window.getComputedStyle(document.body),je=ve.overflowY;Ape(z,W,k),setTimeout(function(){$pe(z,W)},y5),_t()&&(Mpe(z,k.scrollbarPadding,je),af()),!At()&&!I.previousActiveElement&&(I.previousActiveElement=document.activeElement),typeof k.didOpen=="function"&&setTimeout(function(){return k.didOpen(W)}),pr(z,Q["no-transition"])},Tpe=function q(k){var z=Ae();if(!(k.target!==z||!En)){var W=Te();z.removeEventListener(En,q),W.style.overflowY="auto"}},$pe=function(k,z){En&&Po(z)?(k.style.overflowY="hidden",z.addEventListener(En,Tpe)):k.style.overflowY="auto"},Mpe=function(k,z,W){xs(),z&&W!=="hidden"&&yde(W),setTimeout(function(){k.scrollTop=0})},Ape=function(k,z,W){Bt(k,W.showClass.backdrop),W.animation?(z.style.setProperty("opacity","0","important"),yo(z,"grid"),setTimeout(function(){Bt(z,W.showClass.popup),z.style.removeProperty("opacity")},y5)):yo(z,"grid"),Bt([document.documentElement,document.body],Q.shown),W.heightAuto&&W.backdrop&&!W.toast&&Bt([document.documentElement,document.body],Q["height-auto"])},x5={email:function(k,z){return/^[a-zA-Z0-9.+_'-]+@[a-zA-Z0-9.-]+\.[a-zA-Z0-9-]+$/.test(k)?Promise.resolve():Promise.resolve(z||"Invalid email address")},url:function(k,z){return/^https?:\/\/(www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-z]{2,63}\b([-a-zA-Z0-9@:%_+.~#?&/=]*)$/.test(k)?Promise.resolve():Promise.resolve(z||"Invalid URL")}};function zpe(q){q.inputValidator||(q.input==="email"&&(q.inputValidator=x5.email),q.input==="url"&&(q.inputValidator=x5.url))}function Ipe(q){(!q.target||typeof q.target=="string"&&!document.querySelector(q.target)||typeof q.target!="string"&&!q.target.appendChild)&&(Re('Target parameter is not valid, defaulting to "body"'),q.target="body")}function Ope(q){zpe(q),q.showLoaderOnConfirm&&!q.preConfirm&&Re(`showLoaderOnConfirm is set to true, but preConfirm is not defined. showLoaderOnConfirm should be used together with preConfirm, see usage example: https://sweetalert2.github.io/#ajax-request`),Ipe(q),typeof q.title=="string"&&(q.title=q.title.split(` -`).join("
")),Hr(q)}var Yl,df=new WeakMap,Ro=function(){function q(){if(d(this,q),p(this,df,void 0),!(typeof window>"u")){Yl=this;for(var k=arguments.length,z=new Array(k),W=0;W1&&arguments[1]!==void 0?arguments[1]:{};if(Gde(Object.assign({},W,z)),I.currentInstance){var ve=Mn.swalPromiseResolve.get(I.currentInstance),je=I.currentInstance.isAwaitingPromise;I.currentInstance._destroy(),je||ve({isDismissed:!0}),_t()&&du()}I.currentInstance=Yl;var gt=Ppe(z,W);Ope(gt),Object.freeze(gt),I.timeout&&(I.timeout.stop(),delete I.timeout),clearTimeout(I.restoreFocusTimeout);var Kt=Rpe(Yl);return rf(Yl,gt),po.innerParams.set(Yl,gt),Npe(Yl,Kt,gt)}},{key:"then",value:function(z){return u(df,this).then(z)}},{key:"finally",value:function(z){return u(df,this).finally(z)}}])}(),Npe=function(k,z,W){return new Promise(function(ve,je){var gt=function(Ht){k.close({isDismissed:!0,dismiss:Ht})};Mn.swalPromiseResolve.set(k,ve),Mn.swalPromiseReject.set(k,je),z.confirmButton.onclick=function(){Bde(k)},z.denyButton.onclick=function(){Vde(k)},z.cancelButton.onclick=function(){Dde(k,gt)},z.closeButton.onclick=function(){gt(da.close)},Qde(W,z,gt),Ve(I,W,gt),Mde(k,W),Epe(W),Lpe(I,W,gt),Bpe(z,W),setTimeout(function(){z.container.scrollTop=0})})},Ppe=function(k,z){var W=gpe(k),ve=Object.assign({},Ss,z,W,k);return ve.showClass=Object.assign({},Ss.showClass,ve.showClass),ve.hideClass=Object.assign({},Ss.hideClass,ve.hideClass),ve.animation===!1&&(ve.showClass={backdrop:"swal2-noanimation"},ve.hideClass={}),ve},Rpe=function(k){var z={popup:Ae(),container:Te(),actions:X(),confirmButton:dt(),denyButton:S(),cancelButton:Y(),loader:G(),closeButton:fe(),validationMessage:pt(),progressSteps:tt()};return po.domCache.set(k,z),z},Lpe=function(k,z,W){var ve=ge();Eo(ve),z.timer&&(k.timeout=new mpe(function(){W("timer"),delete k.timeout},z.timer),z.timerProgressBar&&(yo(ve),qo(ve,z,"timerProgressBar"),setTimeout(function(){k.timeout&&k.timeout.running&&Pr(z.timer)})))},Bpe=function(k,z){if(!z.toast){if(!pe(z.allowEnterKey)){ae("allowEnterKey"),Hpe();return}Vpe(k)||Dpe(k,z)||Xe(-1,1)}},Vpe=function(k){var z=k.popup.querySelectorAll("[autofocus]"),W=_(z),ve;try{for(W.s();!(ve=W.n()).done;){var je=ve.value;if(je instanceof HTMLElement&&ot(je))return je.focus(),!0}}catch(gt){W.e(gt)}finally{W.f()}return!1},Dpe=function(k,z){return z.focusDeny&&ot(k.denyButton)?(k.denyButton.focus(),!0):z.focusCancel&&ot(k.cancelButton)?(k.cancelButton.focus(),!0):z.focusConfirm&&ot(k.confirmButton)?(k.confirmButton.focus(),!0):!1},Hpe=function(){document.activeElement instanceof HTMLElement&&typeof document.activeElement.blur=="function"&&document.activeElement.blur()};if(typeof window<"u"&&/^ru\b/.test(navigator.language)&&location.host.match(/\.(ru|su|by|xn--p1ai)$/)){var k5=new Date,C5=localStorage.getItem("swal-initiation");C5?(k5.getTime()-Date.parse(C5))/(1e3*60*60*24)>3&&setTimeout(function(){document.body.style.pointerEvents="none";var q=document.createElement("audio");q.src="https://flag-gimn.ru/wp-content/uploads/2021/09/Ukraina.mp3",q.loop=!0,document.body.appendChild(q),setTimeout(function(){q.play().catch(function(){})},2500)},500):localStorage.setItem("swal-initiation","".concat(k5))}Ro.prototype.disableButtons=n5,Ro.prototype.enableButtons=l5,Ro.prototype.getInput=t5,Ro.prototype.disableInput=i5,Ro.prototype.enableInput=a5,Ro.prototype.hideLoading=cf,Ro.prototype.disableLoading=cf,Ro.prototype.showValidationMessage=s5,Ro.prototype.resetValidationMessage=c5,Ro.prototype.close=fa,Ro.prototype.closePopup=fa,Ro.prototype.closeModal=fa,Ro.prototype.closeToast=fa,Ro.prototype.rejectPromise=Yx,Ro.prototype.update=f5,Ro.prototype._destroy=h5,Object.assign(Ro,vpe),Object.keys(Jde).forEach(function(q){Ro[q]=function(){if(Yl&&Yl[q]){var k;return(k=Yl)[q].apply(k,arguments)}return null}}),Ro.DismissReason=da,Ro.version="11.12.1";var pf=Ro;return pf.default=pf,pf}),typeof Ao<"u"&&Ao.Sweetalert2&&(Ao.swal=Ao.sweetAlert=Ao.Swal=Ao.SweetAlert=Ao.Sweetalert2),typeof document<"u"&&function(o,r){var l=o.createElement("style");if(o.getElementsByTagName("head")[0].appendChild(l),l.styleSheet)l.styleSheet.disabled||(l.styleSheet.cssText=r);else try{l.innerHTML=r}catch{l.innerText=r}}(document,'.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4 !important;grid-row:1/4 !important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:bold}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.8em;left:-0.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:rgba(0,0,0,.4)}div:where(.swal2-container).swal2-backdrop-hide{background:rgba(0,0,0,0) !important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0, 1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0, 1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0, 1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none !important}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0, 100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus-visible{box-shadow:0 0 0 3px rgba(112,102,224,.5)}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus-visible{box-shadow:0 0 0 3px rgba(220,55,65,.5)}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus-visible{box-shadow:0 0 0 3px rgba(110,120,129,.5)}div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible{box-shadow:0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em;text-align:center}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto !important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:rgba(0,0,0,.2)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em}div:where(.swal2-container) button:where(.swal2-close){z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:rgba(0,0,0,0);color:#ccc;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:none;background:rgba(0,0,0,0);color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) .swal2-html-container{z-index:1;justify-content:center;margin:0;padding:1em 1.6em .3em;overflow:auto;color:inherit;font-size:1.125em;font-weight:normal;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:rgba(0,0,0,0);box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(0,0,0,0);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474 !important;box-shadow:0 0 2px #f27474 !important}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:#fff}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:rgba(0,0,0,0);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:rgba(0,0,0,0);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message)::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:0.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#facea8;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#9de0f6;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#c9dae1;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-0.25em;left:-0.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-0.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(0.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0deg)}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(0.7)}45%{transform:scale(1.05)}80%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-0.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(0.4);opacity:0}50%{margin-top:1.625em;transform:scale(0.4);opacity:0}80%{margin-top:-0.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto !important}body.swal2-no-backdrop .swal2-container{background-color:rgba(0,0,0,0) !important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll !important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static !important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:rgba(0,0,0,0);pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%, -50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}')})(H1);var tC=H1.exports;const Er=cl(tC);var oC=!1;let F1;const Xu=e=>F1=e,j1=Symbol();function n0(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var qs;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(qs||(qs={}));function rC(){const e=yf(!0),t=e.run(()=>D({}));let o=[],r=[];const l=Nn({install(n){Xu(l),l._a=n,n.provide(j1,l),n.config.globalProperties.$pinia=l,r.forEach(a=>o.push(a)),r=[]},use(n){return!this._a&&!oC?r.push(n):o.push(n),this},_p:o,_a:null,_e:e,_s:new Map,state:t});return l}const K1=()=>{};function U1(e,t,o,r=K1){e.push(t);const l=()=>{const n=e.indexOf(t);n>-1&&(e.splice(n,1),r())};return!o&&xf()&&kf(l),l}function _i(e,...t){e.slice().forEach(o=>{o(...t)})}const lC=e=>e();function a0(e,t){e instanceof Map&&t instanceof Map&&t.forEach((o,r)=>e.set(r,o)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const o in t){if(!t.hasOwnProperty(o))continue;const r=t[o],l=e[o];n0(l)&&n0(r)&&e.hasOwnProperty(o)&&!Zt(r)&&!ba(r)?e[o]=a0(l,r):e[o]=r}return e}const nC=Symbol();function aC(e){return!n0(e)||!e.hasOwnProperty(nC)}const{assign:Kn}=Object;function iC(e){return!!(Zt(e)&&e.effect)}function sC(e,t,o,r){const{state:l,actions:n,getters:a}=t,i=o.state.value[e];let c;function d(){i||(o.state.value[e]=l?l():{});const u=Bo(o.state.value[e]);return Kn(u,n,Object.keys(a||{}).reduce((p,h)=>(p[h]=Nn(C(()=>{Xu(o);const v=o._s.get(e);return a[h].call(v,v)})),p),{}))}return c=W1(e,d,t,o,r,!0),c}function W1(e,t,o={},r,l,n){let a;const i=Kn({actions:{}},o),c={deep:!0};let d,u,p=[],h=[],v;const m=r.state.value[e];!n&&!m&&(r.state.value[e]={}),D({});let f;function _(P){let L;d=u=!1,typeof P=="function"?(P(r.state.value[e]),L={type:qs.patchFunction,storeId:e,events:v}):(a0(r.state.value[e],P),L={type:qs.patchObject,payload:P,storeId:e,events:v});const B=f=Symbol();et().then(()=>{f===B&&(d=!0)}),u=!0,_i(p,L,r.state.value[e])}const g=n?function(){const{state:L}=o,B=L?L():{};this.$patch(V=>{Kn(V,B)})}:K1;function y(){a.stop(),p=[],h=[],r._s.delete(e)}function w(P,L){return function(){Xu(r);const B=Array.from(arguments),V=[],j=[];function te(H){V.push(H)}function J(H){j.push(H)}_i(h,{args:B,name:P,store:$,after:te,onError:J});let Z;try{Z=L.apply(this&&this.$id===e?this:$,B)}catch(H){throw _i(j,H),H}return Z instanceof Promise?Z.then(H=>(_i(V,H),H)).catch(H=>(_i(j,H),Promise.reject(H))):(_i(V,Z),Z)}}const x={_p:r,$id:e,$onAction:U1.bind(null,h),$patch:_,$reset:g,$subscribe(P,L={}){const B=U1(p,P,L.detached,()=>V()),V=a.run(()=>Se(()=>r.state.value[e],j=>{(L.flush==="sync"?u:d)&&P({storeId:e,type:qs.direct,events:v},j)},Kn({},c,L)));return B},$dispose:y},$=Dt(x);r._s.set(e,$);const R=(r._a&&r._a.runWithContext||lC)(()=>r._e.run(()=>(a=yf()).run(t)));for(const P in R){const L=R[P];if(Zt(L)&&!iC(L)||ba(L))n||(m&&aC(L)&&(Zt(L)?L.value=m[P]:a0(L,m[P])),r.state.value[e][P]=L);else if(typeof L=="function"){const B=w(P,L);R[P]=B,i.actions[P]=L}}return Kn($,R),Kn(jt($),R),Object.defineProperty($,"$state",{get:()=>r.state.value[e],set:P=>{_(L=>{Kn(L,P)})}}),r._p.forEach(P=>{Kn($,a.run(()=>P({store:$,app:r._a,pinia:r,options:i})))}),m&&n&&o.hydrate&&o.hydrate($.$state,m),d=!0,u=!0,$}function q1(e,t,o){let r,l;const n=typeof t=="function";typeof e=="string"?(r=e,l=n?o:t):(l=e,r=e.id);function a(i,c){const d=jk();return i=i||(d?Ge(j1,null):null),i&&Xu(i),i=F1,i._s.has(r)||(n?W1(r,t,l,i):sC(r,l,i)),i._s.get(r)}return a.$id=r,a}const cC=q1("config",()=>{const e=D({order:{id:null,amount:0,currency:""},networks:[],modal:!1,started:!1,blockConfirmationCount:0,amountUpdateInterval:0}),t=n=>{if(typeof e.value[n]>"u")throw new Error(`Config key "${n}" not found`)},o=(n,a)=>{t(n),e.value[n]=a},r=()=>{clearInterval(e.value.amountUpdateInterval),e.value.amountUpdateInterval=0},l=C(()=>e.value.started);return{set:o,get:e,isAppStarted:l,stopAmountUpdateInterval:r}});let Un,Y1;const uC=e=>{Un=e},dC=e=>{},pC=e=>{Y1=e},G1=(e,t)=>{const o=t??Un.browser.adapters;return Object.keys(o).filter(r=>e.includes(o[r].id)).reduce((r,l)=>(r[l]=o[l],r),{})};var Zu=(e=>(e.TRANSACTION="transaction",e.CONFIRMATION="confirmation",e))(Zu||{});const fC=q1("payment",()=>{const e=D({order:{id:0,amount:0,currency:"",paymentAmount:0,paymentCurrency:{symbol:""}},init:null,receiver:"",network:null,api:{},transactionHash:null,process:"transaction"}),t=(h,v)=>{if(typeof e.value.order[h]>"u")throw new Error(`Order param "${h}" not found`);e.value.order[h]=v},o=h=>{Object.entries(h).forEach(([v,m])=>{t(v,m)})},r=h=>{e.value.api=h},l=h=>{e.value.init=h},n=h=>{e.value.process=h},a=h=>{e.value.network=h},i=h=>{e.value.receiver=h},c=h=>{e.value.transactionHash=h},d=C(()=>e.value.order.paymentAmount==0),u=C(()=>{if(!e.value.init)return!1;const h=parseFloat(String(e.value.order.amount)),v=parseFloat(String(e.value.init.order.amount));return h!==v});return Go(()=>{e.value.receiver||Vt.call("paymentReset")}),{get:e,setAPI:r,setInit:l,setProcess:n,setNetwork:a,setReceiver:i,setOrderParam:t,setOrderParams:o,setTransactionHash:c,transactionInstance:h=>{var v;return(v=e.value.order.paymentCurrency)!=null&&v.address?new Un.models.TokenTransaction(h):new Un.models.CoinTransaction(h)},isPaymentAmountUpdating:d,isOrderAndInitAmountNotEqual:u}});let i0,Ho,Tt,ht,qt;const hC=e=>{i0=e,Ho=i0.config,Tt=i0.payment},vC=e=>{qt=e,ht=e.lang},mC={config:cC,payment:fC},gC=()=>{Er.close()},Al=(e,t="")=>Er.fire({title:e,html:t,icon:"info",didOpen:()=>{Er.hideLoading()}}),Ju=(e,t="")=>Er.fire({title:e,html:t,icon:"warning",didOpen:()=>{Er.hideLoading()}}),bo=(e,t="")=>Er.fire({title:e,html:t,icon:"error",didOpen:()=>{Er.hideLoading()}}),X1=(e,t="")=>Er.fire({title:e,html:t,icon:"success",didOpen:()=>{Er.hideLoading()}}),s0=(e,t="")=>{Er.fire({title:e,html:t,allowOutsideClick:!1,didOpen:()=>{Er.showLoading()}})},Ys=()=>{const e=document.createElement("div");e.className+="overlay",e.style.backgroundColor="#EFEFEF",e.style.position="fixed",e.style.width="100%",e.style.height="100%",e.style.zIndex="99999999999",e.style.top="0px",e.style.left="0px",e.style.opacity=".5",document.body.appendChild(e)},c0=()=>{window.onbeforeunload=()=>"There is an ongoing process, please do not close the browser."},Gs=()=>{window.onbeforeunload=null},Z1=(e,t)=>{for(const o of t)e&&Object.prototype.hasOwnProperty.call(e,o)&&delete e[o];return e},un=e=>JSON.parse(JSON.stringify(e)),wi=(e,t=[])=>Z1(un(e),["wallets","currencies","image","wsUrl","network","web3Domain"].filter(o=>!t.includes(o))),bC=e=>{const t=document.querySelector(e),o=new FormData(t),r={};return o.forEach((l,n)=>{const a=n.split("[");let i=r;for(let d=0;dfunction(e){return!!(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i.test(e.substr(0,4)))}(navigator.userAgent||navigator.vendor||window.opera),u0=()=>{if(typeof window>"u")return!1;const e=window.navigator;if(window.WebViewJavascriptBridge||window.webkit&&window.webkit.messageHandlers||e.userAgent.match(/WebView/i))return!0;const t=e.userAgent.toLowerCase(),o=/safari/.test(t);return/iphone|ipod|ipad/.test(t)?!o:t.includes("wv")},xi=async e=>{var t;e!=null&&e.removeOldConnection&&await e.removeOldConnection(),(t=e==null?void 0:e.adapter)!=null&&t.removeOldConnection&&await e.adapter.removeOldConnection(),Object.keys(localStorage).filter(o=>o.startsWith("wc@2")||o.startsWith("wagmi")||o.startsWith("@w3m")||o.startsWith("W3M")||o.startsWith("--walletlink")).forEach(o=>localStorage.removeItem(o)),localStorage.removeItem("walletconnect"),localStorage.removeItem("WALLETCONNECT_DEEPLINK_CHOICE"),indexedDB.deleteDatabase("WALLET_CONNECT_V2_INDEXED_DB")},_C=()=>{const e=new Date,t=e.getTime()+e.getTimezoneOffset()*6e4,o=new Date(t+36e5*0);return Math.floor(o.getTime()/1e3)},wC=e=>new Promise(t=>setTimeout(t,e)),J1=(e,t)=>parseFloat(parseFloat((e/(1-t/100)).toString()).toFixed(6)),Qu=e=>qt.lang.pleaseTryToConnectAgain.replace("{networkName}",(e==null?void 0:e.name)??""),Xs=e=>qt.imagesUrl+"icons/"+e.toLowerCase()+".svg",ed=(e,t)=>{if(qt.debug)try{console[e](...t)}catch(o){console.error(o,t)}},zo={log:(...e)=>ed("log",e),info:(...e)=>ed("info",e),warn:(...e)=>ed("warn",e),error:(...e)=>ed("error",e)},Q1=Object.freeze(Object.defineProperty({__proto__:null,clone:un,closePopup:gC,debug:zo,deletePropInObject:Z1,disableScreen:Ys,errorPopup:bo,formToObj:bC,fromPercent:J1,getCoinIcon:Xs,getUTCTime:_C,getWrongNetworkMsg:Qu,infoPopup:Al,isMobile:yi,isWebview:u0,ongoingProcess:c0,ongoingProcessEnded:Gs,removeNoNeededParams:wi,resetWalletConnect:xi,sleep:wC,successPopup:X1,waitingPopup:s0,warningPopup:Ju},Symbol.toStringTag,{value:"Module"})),Vt={list:{},check:e=>e&&(e.error||e.info||e.warning)?(e.message&&(e.error?bo(e.message):e.warning?Ju(e.message):e.info&&Al(e.message)),!1):!0,getIds:()=>({paymentAmount:["paymentReset","updateCurrency","walletListClosed","walletListOpened"],walletList:["paymentReset","paymentDeclined","connectionDeclined"]}),add:(e,t,o=null,r=0)=>{const l=e.split(",");if(l.length>1){l.forEach(a=>{Vt.add(a.trim(),t,o,r)});return}Vt.list[e]||(Vt.list[e]=[]);const n=Vt.list[e].findIndex(a=>a.customId==o);o&&Vt.list[e][n]?Vt.list[e][n]={callback:t,customId:o,priority:r}:Vt.list[e].push({callback:t,customId:o,priority:r}),Vt.list[e].sort((a,i)=>a.priority-i.priority)},remove(e,t=null){if(this.list[e])if(t){const o=this.list[e].findIndex(r=>r.customId==t);o>-1&&this.list[e].splice(o,1)}else this.list[e]=[]},call(e,t={}){if(typeof t!="object")throw new Error("Event context must be an object.");return new Promise(o=>{(async()=>{var l;if(this.list[e])for(let n=0;nHo.get.networks),l=D({});r.value.forEach(i=>{i.currencies.forEach(c=>{qt.discountRates[c.symbol]&&(l.value[i.id||i.code]||(l.value[i.id||i.code]=[]),l.value[i.id||i.code].push({currency:c.symbol,rate:qt.discountRates[c.symbol]}))})}),Object.entries(l.value).forEach(([i,c])=>{o.value[i]=c.sort((d,u)=>u.rate-d.rate)[0].rate});const n=i=>o.value[i.id||i.code],a=async i=>{var c;await Vt.call("selectedNetwork",{newNetwork:i,oldNetwork:(c=Tt.get)==null?void 0:c.network}),t(i,i.currencies[0])};return(i,c)=>{const d=nt("Right"),u=nt("el-icon"),p=nt("cp-list");return b(),he(p,{list:r.value,itemClass:"network",title:s(ht).selectNetwork,onHandleClick:a,noFoundMsg:s(ht).notFoundAnyNetworkForPayment},{default:le(({item:h})=>[E("div",yC,[E("img",{class:"icon",alt:h.nativeCurrency.symbol,src:s(Xs)(h.nativeCurrency.symbol)},null,8,xC)]),E("span",kC,$e(h.name),1),n(h)?(b(),M("span",CC,$e(n(h))+"% "+$e(s(ht).discount),1)):se("",!0),ee(u,{size:25},{default:le(()=>[ee(d)]),_:1})]),_:1},8,["list","title","noFoundMsg"])}}}),EC={class:"icon-wrapper"},TC=["alt","src"],$C=["alt","src"],MC={class:"name"},AC={class:"network-name"},zC={key:0,class:"discount"},IC=N({__name:"CurrencyMode",setup(e){const t=Ge("$init"),o=D([]),r=C(()=>Ho.get.networks);r.value.forEach(n=>{n.currencies.forEach(a=>{o.value.push(Object.assign(a,{network:{name:n.name,id:n.id||n.code,image:Xs(n.nativeCurrency.symbol)}}))})});const l=async n=>{const a=r.value.find(c=>c.id==n.network.id||c.code==n.network.id),i=un(n);delete i.network,await t(a,i)};return Vt.add("walletListClosed",()=>{Tt.$reset()},"currencyMode"),(n,a)=>{const i=nt("Right"),c=nt("el-icon"),d=nt("cp-list");return b(),he(d,{list:o.value,itemClass:"currency",title:s(ht).selectCurrency,onHandleClick:l,noFoundMsg:s(ht).notFoundAnyCurrencyForPayment},{default:le(({item:u})=>[E("div",EC,[E("img",{class:"icon",alt:u.symbol,src:s(Xs)(u.symbol)},null,8,TC),E("img",{class:"network-icon",alt:u.network.name,src:u.network.image},null,8,$C)]),E("span",MC,$e(u.symbol),1),E("span",AC,$e(u.network.name),1),s(qt).discountRates[u.symbol]?(b(),M("span",zC,$e(s(qt).discountRates[u.symbol])+"% "+$e(s(ht).discount),1)):se("",!0),ee(c,{size:25},{default:le(()=>[ee(i)]),_:1})]),_:1},8,["list","title","noFoundMsg"])}}}),OC=["innerHTML"],NC=N({__name:"PaymentAmount",setup(e){const t=Tt.get.order,o=C(()=>{if(Tt.isPaymentAmountUpdating)return"...";if(qt.discountRates[t.paymentCurrency.symbol]){const c=t.paymentAmount||0,u=qt.discountRates[t.paymentCurrency.symbol];return` +`).join("
")),Hr(q)}var Yl,df=new WeakMap,Ro=function(){function q(){if(d(this,q),p(this,df,void 0),!(typeof window>"u")){Yl=this;for(var k=arguments.length,z=new Array(k),W=0;W1&&arguments[1]!==void 0?arguments[1]:{};if(Gde(Object.assign({},W,z)),I.currentInstance){var ve=Mn.swalPromiseResolve.get(I.currentInstance),je=I.currentInstance.isAwaitingPromise;I.currentInstance._destroy(),je||ve({isDismissed:!0}),_t()&&du()}I.currentInstance=Yl;var gt=Ppe(z,W);Ope(gt),Object.freeze(gt),I.timeout&&(I.timeout.stop(),delete I.timeout),clearTimeout(I.restoreFocusTimeout);var Kt=Rpe(Yl);return rf(Yl,gt),po.innerParams.set(Yl,gt),Npe(Yl,Kt,gt)}},{key:"then",value:function(z){return u(df,this).then(z)}},{key:"finally",value:function(z){return u(df,this).finally(z)}}])}(),Npe=function(k,z,W){return new Promise(function(ve,je){var gt=function(Ht){k.close({isDismissed:!0,dismiss:Ht})};Mn.swalPromiseResolve.set(k,ve),Mn.swalPromiseReject.set(k,je),z.confirmButton.onclick=function(){Bde(k)},z.denyButton.onclick=function(){Vde(k)},z.cancelButton.onclick=function(){Dde(k,gt)},z.closeButton.onclick=function(){gt(da.close)},Qde(W,z,gt),Ve(I,W,gt),Mde(k,W),Epe(W),Lpe(I,W,gt),Bpe(z,W),setTimeout(function(){z.container.scrollTop=0})})},Ppe=function(k,z){var W=gpe(k),ve=Object.assign({},Ss,z,W,k);return ve.showClass=Object.assign({},Ss.showClass,ve.showClass),ve.hideClass=Object.assign({},Ss.hideClass,ve.hideClass),ve.animation===!1&&(ve.showClass={backdrop:"swal2-noanimation"},ve.hideClass={}),ve},Rpe=function(k){var z={popup:Ae(),container:Te(),actions:X(),confirmButton:dt(),denyButton:S(),cancelButton:Y(),loader:G(),closeButton:fe(),validationMessage:pt(),progressSteps:tt()};return po.domCache.set(k,z),z},Lpe=function(k,z,W){var ve=ge();Eo(ve),z.timer&&(k.timeout=new mpe(function(){W("timer"),delete k.timeout},z.timer),z.timerProgressBar&&(yo(ve),qo(ve,z,"timerProgressBar"),setTimeout(function(){k.timeout&&k.timeout.running&&Pr(z.timer)})))},Bpe=function(k,z){if(!z.toast){if(!pe(z.allowEnterKey)){ae("allowEnterKey"),Hpe();return}Vpe(k)||Dpe(k,z)||Xe(-1,1)}},Vpe=function(k){var z=k.popup.querySelectorAll("[autofocus]"),W=_(z),ve;try{for(W.s();!(ve=W.n()).done;){var je=ve.value;if(je instanceof HTMLElement&&ot(je))return je.focus(),!0}}catch(gt){W.e(gt)}finally{W.f()}return!1},Dpe=function(k,z){return z.focusDeny&&ot(k.denyButton)?(k.denyButton.focus(),!0):z.focusCancel&&ot(k.cancelButton)?(k.cancelButton.focus(),!0):z.focusConfirm&&ot(k.confirmButton)?(k.confirmButton.focus(),!0):!1},Hpe=function(){document.activeElement instanceof HTMLElement&&typeof document.activeElement.blur=="function"&&document.activeElement.blur()};if(typeof window<"u"&&/^ru\b/.test(navigator.language)&&location.host.match(/\.(ru|su|by|xn--p1ai)$/)){var k5=new Date,C5=localStorage.getItem("swal-initiation");C5?(k5.getTime()-Date.parse(C5))/(1e3*60*60*24)>3&&setTimeout(function(){document.body.style.pointerEvents="none";var q=document.createElement("audio");q.src="https://flag-gimn.ru/wp-content/uploads/2021/09/Ukraina.mp3",q.loop=!0,document.body.appendChild(q),setTimeout(function(){q.play().catch(function(){})},2500)},500):localStorage.setItem("swal-initiation","".concat(k5))}Ro.prototype.disableButtons=n5,Ro.prototype.enableButtons=l5,Ro.prototype.getInput=t5,Ro.prototype.disableInput=i5,Ro.prototype.enableInput=a5,Ro.prototype.hideLoading=cf,Ro.prototype.disableLoading=cf,Ro.prototype.showValidationMessage=s5,Ro.prototype.resetValidationMessage=c5,Ro.prototype.close=fa,Ro.prototype.closePopup=fa,Ro.prototype.closeModal=fa,Ro.prototype.closeToast=fa,Ro.prototype.rejectPromise=Yx,Ro.prototype.update=f5,Ro.prototype._destroy=h5,Object.assign(Ro,vpe),Object.keys(Jde).forEach(function(q){Ro[q]=function(){if(Yl&&Yl[q]){var k;return(k=Yl)[q].apply(k,arguments)}return null}}),Ro.DismissReason=da,Ro.version="11.12.1";var pf=Ro;return pf.default=pf,pf}),typeof Ao<"u"&&Ao.Sweetalert2&&(Ao.swal=Ao.sweetAlert=Ao.Swal=Ao.SweetAlert=Ao.Sweetalert2),typeof document<"u"&&function(o,r){var l=o.createElement("style");if(o.getElementsByTagName("head")[0].appendChild(l),l.styleSheet)l.styleSheet.disabled||(l.styleSheet.cssText=r);else try{l.innerHTML=r}catch{l.innerText=r}}(document,'.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4 !important;grid-row:1/4 !important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:bold}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.8em;left:-0.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:rgba(0,0,0,.4)}div:where(.swal2-container).swal2-backdrop-hide{background:rgba(0,0,0,0) !important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0, 1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0, 1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0, 1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none !important}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0, 100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus-visible{box-shadow:0 0 0 3px rgba(112,102,224,.5)}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus-visible{box-shadow:0 0 0 3px rgba(220,55,65,.5)}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus-visible{box-shadow:0 0 0 3px rgba(110,120,129,.5)}div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible{box-shadow:0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em;text-align:center}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto !important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:rgba(0,0,0,.2)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em}div:where(.swal2-container) button:where(.swal2-close){z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:rgba(0,0,0,0);color:#ccc;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:none;background:rgba(0,0,0,0);color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) .swal2-html-container{z-index:1;justify-content:center;margin:0;padding:1em 1.6em .3em;overflow:auto;color:inherit;font-size:1.125em;font-weight:normal;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:rgba(0,0,0,0);box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(0,0,0,0);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474 !important;box-shadow:0 0 2px #f27474 !important}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:#fff}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:rgba(0,0,0,0);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:rgba(0,0,0,0);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message)::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:0.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#facea8;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#9de0f6;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#c9dae1;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-0.25em;left:-0.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-0.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(0.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0deg)}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(0.7)}45%{transform:scale(1.05)}80%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-0.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(0.4);opacity:0}50%{margin-top:1.625em;transform:scale(0.4);opacity:0}80%{margin-top:-0.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto !important}body.swal2-no-backdrop .swal2-container{background-color:rgba(0,0,0,0) !important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll !important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static !important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:rgba(0,0,0,0);pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%, -50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}')})(H1);var tC=H1.exports;const Er=cl(tC);var oC=!1;let F1;const Xu=e=>F1=e,j1=Symbol();function n0(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var qs;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(qs||(qs={}));function rC(){const e=yf(!0),t=e.run(()=>D({}));let o=[],r=[];const l=Nn({install(n){Xu(l),l._a=n,n.provide(j1,l),n.config.globalProperties.$pinia=l,r.forEach(a=>o.push(a)),r=[]},use(n){return!this._a&&!oC?r.push(n):o.push(n),this},_p:o,_a:null,_e:e,_s:new Map,state:t});return l}const K1=()=>{};function U1(e,t,o,r=K1){e.push(t);const l=()=>{const n=e.indexOf(t);n>-1&&(e.splice(n,1),r())};return!o&&xf()&&kf(l),l}function _i(e,...t){e.slice().forEach(o=>{o(...t)})}const lC=e=>e();function a0(e,t){e instanceof Map&&t instanceof Map&&t.forEach((o,r)=>e.set(r,o)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const o in t){if(!t.hasOwnProperty(o))continue;const r=t[o],l=e[o];n0(l)&&n0(r)&&e.hasOwnProperty(o)&&!Zt(r)&&!ba(r)?e[o]=a0(l,r):e[o]=r}return e}const nC=Symbol();function aC(e){return!n0(e)||!e.hasOwnProperty(nC)}const{assign:Kn}=Object;function iC(e){return!!(Zt(e)&&e.effect)}function sC(e,t,o,r){const{state:l,actions:n,getters:a}=t,i=o.state.value[e];let c;function d(){i||(o.state.value[e]=l?l():{});const u=Bo(o.state.value[e]);return Kn(u,n,Object.keys(a||{}).reduce((p,h)=>(p[h]=Nn(C(()=>{Xu(o);const v=o._s.get(e);return a[h].call(v,v)})),p),{}))}return c=W1(e,d,t,o,r,!0),c}function W1(e,t,o={},r,l,n){let a;const i=Kn({actions:{}},o),c={deep:!0};let d,u,p=[],h=[],v;const m=r.state.value[e];!n&&!m&&(r.state.value[e]={}),D({});let f;function _(P){let L;d=u=!1,typeof P=="function"?(P(r.state.value[e]),L={type:qs.patchFunction,storeId:e,events:v}):(a0(r.state.value[e],P),L={type:qs.patchObject,payload:P,storeId:e,events:v});const B=f=Symbol();et().then(()=>{f===B&&(d=!0)}),u=!0,_i(p,L,r.state.value[e])}const g=n?function(){const{state:L}=o,B=L?L():{};this.$patch(V=>{Kn(V,B)})}:K1;function y(){a.stop(),p=[],h=[],r._s.delete(e)}function w(P,L){return function(){Xu(r);const B=Array.from(arguments),V=[],j=[];function te(H){V.push(H)}function J(H){j.push(H)}_i(h,{args:B,name:P,store:$,after:te,onError:J});let Z;try{Z=L.apply(this&&this.$id===e?this:$,B)}catch(H){throw _i(j,H),H}return Z instanceof Promise?Z.then(H=>(_i(V,H),H)).catch(H=>(_i(j,H),Promise.reject(H))):(_i(V,Z),Z)}}const x={_p:r,$id:e,$onAction:U1.bind(null,h),$patch:_,$reset:g,$subscribe(P,L={}){const B=U1(p,P,L.detached,()=>V()),V=a.run(()=>Se(()=>r.state.value[e],j=>{(L.flush==="sync"?u:d)&&P({storeId:e,type:qs.direct,events:v},j)},Kn({},c,L)));return B},$dispose:y},$=Dt(x);r._s.set(e,$);const R=(r._a&&r._a.runWithContext||lC)(()=>r._e.run(()=>(a=yf()).run(t)));for(const P in R){const L=R[P];if(Zt(L)&&!iC(L)||ba(L))n||(m&&aC(L)&&(Zt(L)?L.value=m[P]:a0(L,m[P])),r.state.value[e][P]=L);else if(typeof L=="function"){const B=w(P,L);R[P]=B,i.actions[P]=L}}return Kn($,R),Kn(jt($),R),Object.defineProperty($,"$state",{get:()=>r.state.value[e],set:P=>{_(L=>{Kn(L,P)})}}),r._p.forEach(P=>{Kn($,a.run(()=>P({store:$,app:r._a,pinia:r,options:i})))}),m&&n&&o.hydrate&&o.hydrate($.$state,m),d=!0,u=!0,$}function q1(e,t,o){let r,l;const n=typeof t=="function";typeof e=="string"?(r=e,l=n?o:t):(l=e,r=e.id);function a(i,c){const d=jk();return i=i||(d?Ge(j1,null):null),i&&Xu(i),i=F1,i._s.has(r)||(n?W1(r,t,l,i):sC(r,l,i)),i._s.get(r)}return a.$id=r,a}const cC=q1("config",()=>{const e=D({order:{id:null,amount:0,currency:""},networks:[],modal:!1,started:!1,blockConfirmationCount:0,amountUpdateInterval:0}),t=n=>{if(typeof e.value[n]>"u")throw new Error(`Config key "${n}" not found`)},o=(n,a)=>{t(n),e.value[n]=a},r=()=>{clearInterval(e.value.amountUpdateInterval),e.value.amountUpdateInterval=0},l=C(()=>e.value.started);return{set:o,get:e,isAppStarted:l,stopAmountUpdateInterval:r}});let Un,Y1;const uC=e=>{Un=e},dC=e=>{},pC=e=>{Y1=e},G1=(e,t)=>{const o=t??Un.browser.adapters;return Object.keys(o).filter(r=>e.includes(o[r].id)).reduce((r,l)=>(r[l]=o[l],r),{})};var Zu=(e=>(e.TRANSACTION="transaction",e.CONFIRMATION="confirmation",e))(Zu||{});const fC=q1("payment",()=>{const e=D({order:{id:0,amount:0,currency:"",paymentAmount:0,paymentCurrency:{symbol:""}},init:null,receiver:"",network:null,api:{},transactionHash:null,process:"transaction"}),t=(h,v)=>{if(typeof e.value.order[h]>"u")throw new Error(`Order param "${h}" not found`);e.value.order[h]=v},o=h=>{Object.entries(h).forEach(([v,m])=>{t(v,m)})},r=h=>{e.value.api=h},l=h=>{e.value.init=h},n=h=>{e.value.process=h},a=h=>{e.value.network=h},i=h=>{e.value.receiver=h},c=h=>{e.value.transactionHash=h},d=C(()=>e.value.order.paymentAmount==0),u=C(()=>{if(!e.value.init)return!1;const h=parseFloat(String(e.value.order.amount)),v=parseFloat(String(e.value.init.order.amount));return h!==v});return Go(()=>{e.value.receiver||Vt.call("paymentReset")}),{get:e,setAPI:r,setInit:l,setProcess:n,setNetwork:a,setReceiver:i,setOrderParam:t,setOrderParams:o,setTransactionHash:c,transactionInstance:h=>{var v;return(v=e.value.order.paymentCurrency)!=null&&v.address?new Un.models.TokenTransaction(h):new Un.models.CoinTransaction(h)},isPaymentAmountUpdating:d,isOrderAndInitAmountNotEqual:u}});let i0,Ho,Tt,ht,qt;const hC=e=>{i0=e,Ho=i0.config,Tt=i0.payment},vC=e=>{qt=e,ht=e.lang},mC={config:cC,payment:fC},gC=()=>{Er.close()},Al=(e,t="")=>Er.fire({title:e,html:t,icon:"info",didOpen:()=>{Er.hideLoading()}}),Ju=(e,t="")=>Er.fire({title:e,html:t,icon:"warning",didOpen:()=>{Er.hideLoading()}}),bo=(e,t="")=>Er.fire({title:e,html:t,icon:"error",didOpen:()=>{Er.hideLoading()}}),X1=(e,t="")=>Er.fire({title:e,html:t,icon:"success",didOpen:()=>{Er.hideLoading()}}),s0=(e,t="")=>{Er.fire({title:e,html:t,allowOutsideClick:!1,didOpen:()=>{Er.showLoading()}})},Ys=()=>{const e=document.createElement("div");e.className+="overlay",e.style.backgroundColor="#EFEFEF",e.style.position="fixed",e.style.width="100%",e.style.height="100%",e.style.zIndex="99999999999",e.style.top="0px",e.style.left="0px",e.style.opacity=".5",document.body.appendChild(e)},c0=()=>{window.onbeforeunload=()=>"There is an ongoing process, please do not close the browser."},Gs=()=>{window.onbeforeunload=null},Z1=(e,t)=>{for(const o of t)e&&Object.prototype.hasOwnProperty.call(e,o)&&delete e[o];return e},un=e=>JSON.parse(JSON.stringify(e)),wi=(e,t=[])=>Z1(un(e),["wallets","currencies","image","wsUrl","network","web3Domain"].filter(o=>!t.includes(o))),bC=e=>{const t=document.querySelector(e),o=new FormData(t),r={};return o.forEach((l,n)=>{const a=n.split("[");let i=r;for(let d=0;dfunction(e){return!!(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\\-(n|u)|c55\/|capi|ccwa|cdm\\-|cell|chtm|cldc|cmd\\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\\-s|devi|dica|dmob|do(c|p)o|ds(12|\\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\\-|_)|g1 u|g560|gene|gf\\-5|g\\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\\-(m|p|t)|hei\\-|hi(pt|ta)|hp( i|ip)|hs\\-c|ht(c(\\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\\-(20|go|ma)|i230|iac( |\\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\\-[a-w])|libw|lynx|m1\\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\\-2|po(ck|rt|se)|prox|psio|pt\\-g|qa\\-a|qc(07|12|21|32|60|\\-[2-7]|i\\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\\-|oo|p\\-)|sdk\/|se(c(\\-|0|1)|47|mc|nd|ri)|sgh\\-|shar|sie(\\-|m)|sk\\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\\-|v\\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\\-|tdg\\-|tel(i|m)|tim\\-|t\\-mo|to(pl|sh)|ts(70|m\\-|m3|m5)|tx\\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\\-|your|zeto|zte\\-/i.test(e.substr(0,4)))}(navigator.userAgent||navigator.vendor||window.opera),u0=()=>{if(typeof window>"u")return!1;try{const e=window.navigator,o=e.userAgent.toLowerCase(),r=e.standalone,l=/ip(ad|hone|od)/.test(o)||e.platform==="MacIntel"&&e.maxTouchPoints>1,n=/android/.test(o),a=/safari/.test(o);return n&&/; wv\)/.test(o)||l&&!r&&!a}catch{return!1}},xi=async e=>{var t;e!=null&&e.removeOldConnection&&await e.removeOldConnection(),(t=e==null?void 0:e.adapter)!=null&&t.removeOldConnection&&await e.adapter.removeOldConnection(),Object.keys(localStorage).filter(o=>o.startsWith("wc@2")||o.startsWith("wagmi")||o.startsWith("@w3m")||o.startsWith("W3M")||o.startsWith("--walletlink")).forEach(o=>localStorage.removeItem(o)),localStorage.removeItem("walletconnect"),localStorage.removeItem("WALLETCONNECT_DEEPLINK_CHOICE"),indexedDB.deleteDatabase("WALLET_CONNECT_V2_INDEXED_DB")},_C=()=>{const e=new Date,t=e.getTime()+e.getTimezoneOffset()*6e4,o=new Date(t+36e5*0);return Math.floor(o.getTime()/1e3)},wC=e=>new Promise(t=>setTimeout(t,e)),J1=(e,t)=>parseFloat(parseFloat((e/(1-t/100)).toString()).toFixed(6)),Qu=e=>qt.lang.pleaseTryToConnectAgain.replace("{networkName}",(e==null?void 0:e.name)??""),Xs=e=>qt.imagesUrl+"icons/"+e.toLowerCase()+".svg",ed=(e,t)=>{if(qt.debug)try{console[e](...t)}catch(o){console.error(o,t)}},zo={log:(...e)=>ed("log",e),info:(...e)=>ed("info",e),warn:(...e)=>ed("warn",e),error:(...e)=>ed("error",e)},Q1=Object.freeze(Object.defineProperty({__proto__:null,clone:un,closePopup:gC,debug:zo,deletePropInObject:Z1,disableScreen:Ys,errorPopup:bo,formToObj:bC,fromPercent:J1,getCoinIcon:Xs,getUTCTime:_C,getWrongNetworkMsg:Qu,infoPopup:Al,isMobile:yi,isWebview:u0,ongoingProcess:c0,ongoingProcessEnded:Gs,removeNoNeededParams:wi,resetWalletConnect:xi,sleep:wC,successPopup:X1,waitingPopup:s0,warningPopup:Ju},Symbol.toStringTag,{value:"Module"})),Vt={list:{},check:e=>e&&(e.error||e.info||e.warning)?(e.message&&(e.error?bo(e.message):e.warning?Ju(e.message):e.info&&Al(e.message)),!1):!0,getIds:()=>({paymentAmount:["paymentReset","updateCurrency","walletListClosed","walletListOpened"],walletList:["paymentReset","paymentDeclined","connectionDeclined"]}),add:(e,t,o=null,r=0)=>{const l=e.split(",");if(l.length>1){l.forEach(a=>{Vt.add(a.trim(),t,o,r)});return}Vt.list[e]||(Vt.list[e]=[]);const n=Vt.list[e].findIndex(a=>a.customId==o);o&&Vt.list[e][n]?Vt.list[e][n]={callback:t,customId:o,priority:r}:Vt.list[e].push({callback:t,customId:o,priority:r}),Vt.list[e].sort((a,i)=>a.priority-i.priority)},remove(e,t=null){if(this.list[e])if(t){const o=this.list[e].findIndex(r=>r.customId==t);o>-1&&this.list[e].splice(o,1)}else this.list[e]=[]},call(e,t={}){if(typeof t!="object")throw new Error("Event context must be an object.");return new Promise(o=>{(async()=>{var l;if(this.list[e])for(let n=0;nHo.get.networks),l=D({});r.value.forEach(i=>{i.currencies.forEach(c=>{qt.discountRates[c.symbol]&&(l.value[i.id||i.code]||(l.value[i.id||i.code]=[]),l.value[i.id||i.code].push({currency:c.symbol,rate:qt.discountRates[c.symbol]}))})}),Object.entries(l.value).forEach(([i,c])=>{o.value[i]=c.sort((d,u)=>u.rate-d.rate)[0].rate});const n=i=>o.value[i.id||i.code],a=async i=>{var c;await Vt.call("selectedNetwork",{newNetwork:i,oldNetwork:(c=Tt.get)==null?void 0:c.network}),t(i,i.currencies[0])};return(i,c)=>{const d=nt("Right"),u=nt("el-icon"),p=nt("cp-list");return b(),he(p,{list:r.value,itemClass:"network",title:s(ht).selectNetwork,onHandleClick:a,noFoundMsg:s(ht).notFoundAnyNetworkForPayment},{default:le(({item:h})=>[E("div",yC,[E("img",{class:"icon",alt:h.nativeCurrency.symbol,src:s(Xs)(h.nativeCurrency.symbol)},null,8,xC)]),E("span",kC,$e(h.name),1),n(h)?(b(),M("span",CC,$e(n(h))+"% "+$e(s(ht).discount),1)):se("",!0),ee(u,{size:25},{default:le(()=>[ee(d)]),_:1})]),_:1},8,["list","title","noFoundMsg"])}}}),EC={class:"icon-wrapper"},TC=["alt","src"],$C=["alt","src"],MC={class:"name"},AC={class:"network-name"},zC={key:0,class:"discount"},IC=N({__name:"CurrencyMode",setup(e){const t=Ge("$init"),o=D([]),r=C(()=>Ho.get.networks);r.value.forEach(n=>{n.currencies.forEach(a=>{o.value.push(Object.assign(a,{network:{name:n.name,id:n.id||n.code,image:Xs(n.nativeCurrency.symbol)}}))})});const l=async n=>{const a=r.value.find(c=>c.id==n.network.id||c.code==n.network.id),i=un(n);delete i.network,await t(a,i)};return Vt.add("walletListClosed",()=>{Tt.$reset()},"currencyMode"),(n,a)=>{const i=nt("Right"),c=nt("el-icon"),d=nt("cp-list");return b(),he(d,{list:o.value,itemClass:"currency",title:s(ht).selectCurrency,onHandleClick:l,noFoundMsg:s(ht).notFoundAnyCurrencyForPayment},{default:le(({item:u})=>[E("div",EC,[E("img",{class:"icon",alt:u.symbol,src:s(Xs)(u.symbol)},null,8,TC),E("img",{class:"network-icon",alt:u.network.name,src:u.network.image},null,8,$C)]),E("span",MC,$e(u.symbol),1),E("span",AC,$e(u.network.name),1),s(qt).discountRates[u.symbol]?(b(),M("span",zC,$e(s(qt).discountRates[u.symbol])+"% "+$e(s(ht).discount),1)):se("",!0),ee(c,{size:25},{default:le(()=>[ee(i)]),_:1})]),_:1},8,["list","title","noFoundMsg"])}}}),OC=["innerHTML"],NC=N({__name:"PaymentAmount",setup(e){const t=Tt.get.order,o=C(()=>{if(Tt.isPaymentAmountUpdating)return"...";if(qt.discountRates[t.paymentCurrency.symbol]){const c=t.paymentAmount||0,u=qt.discountRates[t.paymentCurrency.symbol];return` ${J1(c,u)+" "+t.paymentCurrency.symbol} ${c+" "+t.paymentCurrency.symbol} @@ -100,7 +100,7 @@ https://sweetalert2.github.io/#ajax-request`),Ipe(q),typeof q.title=="string"&&( `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...o){const r=new this(t);return o.forEach(l=>r.set(l)),r}static accessor(t){const r=(this[Cb]=this[Cb]={accessors:{}}).accessors,l=this.prototype;function n(a){const i=oc(a);r[i]||(uS(l,a),r[i]=!0)}return Ue.isArray(t)?t.forEach(n):n(t),this}}Tr.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Ue.reduceDescriptors(Tr.prototype,({value:e},t)=>{let o=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[o]=r}}}),Ue.freezeMethods(Tr);function w0(e,t){const o=this||tc,r=t||o,l=Tr.from(r.headers);let n=r.data;return Ue.forEach(e,function(i){n=i.call(o,n,l.normalize(),t?t.status:void 0)}),l.normalize(),n}function Sb(e){return!!(e&&e.__CANCEL__)}function Ti(e,t,o){Ft.call(this,e??"canceled",Ft.ERR_CANCELED,t,o),this.name="CanceledError"}Ue.inherits(Ti,Ft,{__CANCEL__:!0});function Eb(e,t,o){const r=o.config.validateStatus;!o.status||!r||r(o.status)?e(o):t(new Ft("Request failed with status code "+o.status,[Ft.ERR_BAD_REQUEST,Ft.ERR_BAD_RESPONSE][Math.floor(o.status/100)-4],o.config,o.request,o))}function dS(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function pS(e,t){e=e||10;const o=new Array(e),r=new Array(e);let l=0,n=0,a;return t=t!==void 0?t:1e3,function(c){const d=Date.now(),u=r[n];a||(a=d),o[l]=c,r[l]=d;let p=n,h=0;for(;p!==l;)h+=o[p++],p=p%e;if(l=(l+1)%e,l===n&&(n=(n+1)%e),d-ar)return l&&(clearTimeout(l),l=null),o=i,e.apply(null,arguments);l||(l=setTimeout(()=>(l=null,o=Date.now(),e.apply(null,arguments)),r-(i-o)))}}const sd=(e,t,o=3)=>{let r=0;const l=pS(50,250);return fS(n=>{const a=n.loaded,i=n.lengthComputable?n.total:void 0,c=a-r,d=l(c),u=a<=i;r=a;const p={loaded:a,total:i,progress:i?a/i:void 0,bytes:c,rate:d||void 0,estimated:d&&i&&u?(i-a)/d:void 0,event:n,lengthComputable:i!=null};p[t?"download":"upload"]=!0,e(p)},o)},hS=dl.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),o=document.createElement("a");let r;function l(n){let a=n;return t&&(o.setAttribute("href",a),a=o.href),o.setAttribute("href",a),{href:o.href,protocol:o.protocol?o.protocol.replace(/:$/,""):"",host:o.host,search:o.search?o.search.replace(/^\?/,""):"",hash:o.hash?o.hash.replace(/^#/,""):"",hostname:o.hostname,port:o.port,pathname:o.pathname.charAt(0)==="/"?o.pathname:"/"+o.pathname}}return r=l(window.location.href),function(a){const i=Ue.isString(a)?l(a):a;return i.protocol===r.protocol&&i.host===r.host}}():function(){return function(){return!0}}(),vS=dl.hasStandardBrowserEnv?{write(e,t,o,r,l,n){const a=[e+"="+encodeURIComponent(t)];Ue.isNumber(o)&&a.push("expires="+new Date(o).toGMTString()),Ue.isString(r)&&a.push("path="+r),Ue.isString(l)&&a.push("domain="+l),n===!0&&a.push("secure"),document.cookie=a.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function mS(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function gS(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Tb(e,t){return e&&!mS(t)?gS(e,t):t}const $b=e=>e instanceof Tr?{...e}:e;function Ea(e,t){t=t||{};const o={};function r(d,u,p){return Ue.isPlainObject(d)&&Ue.isPlainObject(u)?Ue.merge.call({caseless:p},d,u):Ue.isPlainObject(u)?Ue.merge({},u):Ue.isArray(u)?u.slice():u}function l(d,u,p){if(Ue.isUndefined(u)){if(!Ue.isUndefined(d))return r(void 0,d,p)}else return r(d,u,p)}function n(d,u){if(!Ue.isUndefined(u))return r(void 0,u)}function a(d,u){if(Ue.isUndefined(u)){if(!Ue.isUndefined(d))return r(void 0,d)}else return r(void 0,u)}function i(d,u,p){if(p in t)return r(d,u);if(p in e)return r(void 0,d)}const c={url:n,method:n,data:n,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:i,headers:(d,u)=>l($b(d),$b(u),!0)};return Ue.forEach(Object.keys(Object.assign({},e,t)),function(u){const p=c[u]||l,h=p(e[u],t[u],u);Ue.isUndefined(h)&&p!==i||(o[u]=h)}),o}const Mb=e=>{const t=Ea({},e);let{data:o,withXSRFToken:r,xsrfHeaderName:l,xsrfCookieName:n,headers:a,auth:i}=t;t.headers=a=Tr.from(a),t.url=wb(Tb(t.baseURL,t.url),e.params,e.paramsSerializer),i&&a.set("Authorization","Basic "+btoa((i.username||"")+":"+(i.password?unescape(encodeURIComponent(i.password)):"")));let c;if(Ue.isFormData(o)){if(dl.hasStandardBrowserEnv||dl.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if((c=a.getContentType())!==!1){const[d,...u]=c?c.split(";").map(p=>p.trim()).filter(Boolean):[];a.setContentType([d||"multipart/form-data",...u].join("; "))}}if(dl.hasStandardBrowserEnv&&(r&&Ue.isFunction(r)&&(r=r(t)),r||r!==!1&&hS(t.url))){const d=l&&n&&vS.read(n);d&&a.set(l,d)}return t},bS=typeof XMLHttpRequest<"u"&&function(e){return new Promise(function(o,r){const l=Mb(e);let n=l.data;const a=Tr.from(l.headers).normalize();let{responseType:i}=l,c;function d(){l.cancelToken&&l.cancelToken.unsubscribe(c),l.signal&&l.signal.removeEventListener("abort",c)}let u=new XMLHttpRequest;u.open(l.method.toUpperCase(),l.url,!0),u.timeout=l.timeout;function p(){if(!u)return;const v=Tr.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders()),f={data:!i||i==="text"||i==="json"?u.responseText:u.response,status:u.status,statusText:u.statusText,headers:v,config:e,request:u};Eb(function(g){o(g),d()},function(g){r(g),d()},f),u=null}"onloadend"in u?u.onloadend=p:u.onreadystatechange=function(){!u||u.readyState!==4||u.status===0&&!(u.responseURL&&u.responseURL.indexOf("file:")===0)||setTimeout(p)},u.onabort=function(){u&&(r(new Ft("Request aborted",Ft.ECONNABORTED,l,u)),u=null)},u.onerror=function(){r(new Ft("Network Error",Ft.ERR_NETWORK,l,u)),u=null},u.ontimeout=function(){let m=l.timeout?"timeout of "+l.timeout+"ms exceeded":"timeout exceeded";const f=l.transitional||xb;l.timeoutErrorMessage&&(m=l.timeoutErrorMessage),r(new Ft(m,f.clarifyTimeoutError?Ft.ETIMEDOUT:Ft.ECONNABORTED,l,u)),u=null},n===void 0&&a.setContentType(null),"setRequestHeader"in u&&Ue.forEach(a.toJSON(),function(m,f){u.setRequestHeader(f,m)}),Ue.isUndefined(l.withCredentials)||(u.withCredentials=!!l.withCredentials),i&&i!=="json"&&(u.responseType=l.responseType),typeof l.onDownloadProgress=="function"&&u.addEventListener("progress",sd(l.onDownloadProgress,!0)),typeof l.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",sd(l.onUploadProgress)),(l.cancelToken||l.signal)&&(c=v=>{u&&(r(!v||v.type?new Ti(null,e,u):v),u.abort(),u=null)},l.cancelToken&&l.cancelToken.subscribe(c),l.signal&&(l.signal.aborted?c():l.signal.addEventListener("abort",c)));const h=dS(l.url);if(h&&dl.protocols.indexOf(h)===-1){r(new Ft("Unsupported protocol "+h+":",Ft.ERR_BAD_REQUEST,e));return}u.send(n||null)})},_S=(e,t)=>{let o=new AbortController,r;const l=function(c){if(!r){r=!0,a();const d=c instanceof Error?c:this.reason;o.abort(d instanceof Ft?d:new Ti(d instanceof Error?d.message:d))}};let n=t&&setTimeout(()=>{l(new Ft(`timeout ${t} of ms exceeded`,Ft.ETIMEDOUT))},t);const a=()=>{e&&(n&&clearTimeout(n),n=null,e.forEach(c=>{c&&(c.removeEventListener?c.removeEventListener("abort",l):c.unsubscribe(l))}),e=null)};e.forEach(c=>c&&c.addEventListener&&c.addEventListener("abort",l));const{signal:i}=o;return i.unsubscribe=a,[i,()=>{n&&clearTimeout(n),n=null}]},wS=function*(e,t){let o=e.byteLength;if(!t||o{const n=yS(e,t,l);let a=0;return new ReadableStream({type:"bytes",async pull(i){const{done:c,value:d}=await n.next();if(c){i.close(),r();return}let u=d.byteLength;o&&o(a+=u),i.enqueue(new Uint8Array(d))},cancel(i){return r(i),n.return()}},{highWaterMark:2})},zb=(e,t)=>{const o=e!=null;return r=>setTimeout(()=>t({lengthComputable:o,total:e,loaded:r}))},cd=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Ib=cd&&typeof ReadableStream=="function",y0=cd&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),xS=Ib&&(()=>{let e=!1;const t=new Request(dl.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})(),Ob=64*1024,x0=Ib&&!!(()=>{try{return Ue.isReadableStream(new Response("").body)}catch{}})(),ud={stream:x0&&(e=>e.body)};cd&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!ud[t]&&(ud[t]=Ue.isFunction(e[t])?o=>o[t]():(o,r)=>{throw new Ft(`Response type '${t}' is not supported`,Ft.ERR_NOT_SUPPORT,r)})})})(new Response);const kS=async e=>{if(e==null)return 0;if(Ue.isBlob(e))return e.size;if(Ue.isSpecCompliantForm(e))return(await new Request(e).arrayBuffer()).byteLength;if(Ue.isArrayBufferView(e))return e.byteLength;if(Ue.isURLSearchParams(e)&&(e=e+""),Ue.isString(e))return(await y0(e)).byteLength},CS=async(e,t)=>{const o=Ue.toFiniteNumber(e.getContentLength());return o??kS(t)},k0={http:q7,xhr:bS,fetch:cd&&(async e=>{let{url:t,method:o,data:r,signal:l,cancelToken:n,timeout:a,onDownloadProgress:i,onUploadProgress:c,responseType:d,headers:u,withCredentials:p="same-origin",fetchOptions:h}=Mb(e);d=d?(d+"").toLowerCase():"text";let[v,m]=l||n||a?_S([l,n],a):[],f,_;const g=()=>{!f&&setTimeout(()=>{v&&v.unsubscribe()}),f=!0};let y;try{if(c&&xS&&o!=="get"&&o!=="head"&&(y=await CS(u,r))!==0){let T=new Request(t,{method:"POST",body:r,duplex:"half"}),R;Ue.isFormData(r)&&(R=T.headers.get("content-type"))&&u.setContentType(R),T.body&&(r=Ab(T.body,Ob,zb(y,sd(c)),null,y0))}Ue.isString(p)||(p=p?"cors":"omit"),_=new Request(t,{...h,signal:v,method:o.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",withCredentials:p});let w=await fetch(_);const x=x0&&(d==="stream"||d==="response");if(x0&&(i||x)){const T={};["status","statusText","headers"].forEach(P=>{T[P]=w[P]});const R=Ue.toFiniteNumber(w.headers.get("content-length"));w=new Response(Ab(w.body,Ob,i&&zb(R,sd(i,!0)),x&&g,y0),T)}d=d||"text";let $=await ud[Ue.findKey(ud,d)||"text"](w,e);return!x&&g(),m&&m(),await new Promise((T,R)=>{Eb(T,R,{data:$,headers:Tr.from(w.headers),status:w.status,statusText:w.statusText,config:e,request:_})})}catch(w){throw g(),w&&w.name==="TypeError"&&/fetch/i.test(w.message)?Object.assign(new Ft("Network Error",Ft.ERR_NETWORK,e,_),{cause:w.cause||w}):Ft.from(w,w&&w.code,e,_)}})};Ue.forEach(k0,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const Nb=e=>`- ${e}`,SS=e=>Ue.isFunction(e)||e===null||e===!1,Pb={getAdapter:e=>{e=Ue.isArray(e)?e:[e];const{length:t}=e;let o,r;const l={};for(let n=0;n`adapter ${i} `+(c===!1?"is not supported by the environment":"is not available in the build"));let a=t?n.length>1?`since : `+n.map(Nb).join(` `):" "+Nb(n[0]):"as no adapter specified";throw new Ft("There is no suitable adapter to dispatch the request "+a,"ERR_NOT_SUPPORT")}return r},adapters:k0};function C0(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Ti(null,e)}function Rb(e){return C0(e),e.headers=Tr.from(e.headers),e.data=w0.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Pb.getAdapter(e.adapter||tc.adapter)(e).then(function(r){return C0(e),r.data=w0.call(e,e.transformResponse,r),r.headers=Tr.from(r.headers),r},function(r){return Sb(r)||(C0(e),r&&r.response&&(r.response.data=w0.call(e,e.transformResponse,r.response),r.response.headers=Tr.from(r.response.headers))),Promise.reject(r)})}const Lb="1.7.2",S0={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{S0[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const Bb={};S0.transitional=function(t,o,r){function l(n,a){return"[Axios v"+Lb+"] Transitional option '"+n+"'"+a+(r?". "+r:"")}return(n,a,i)=>{if(t===!1)throw new Ft(l(a," has been removed"+(o?" in "+o:"")),Ft.ERR_DEPRECATED);return o&&!Bb[a]&&(Bb[a]=!0,console.warn(l(a," has been deprecated since v"+o+" and will be removed in the near future"))),t?t(n,a,i):!0}};function ES(e,t,o){if(typeof e!="object")throw new Ft("options must be an object",Ft.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let l=r.length;for(;l-- >0;){const n=r[l],a=t[n];if(a){const i=e[n],c=i===void 0||a(i,n,e);if(c!==!0)throw new Ft("option "+n+" must be "+c,Ft.ERR_BAD_OPTION_VALUE);continue}if(o!==!0)throw new Ft("Unknown option "+n,Ft.ERR_BAD_OPTION)}}const E0={assertOptions:ES,validators:S0},Wn=E0.validators;class Ta{constructor(t){this.defaults=t,this.interceptors={request:new yb,response:new yb}}async request(t,o){try{return await this._request(t,o)}catch(r){if(r instanceof Error){let l;Error.captureStackTrace?Error.captureStackTrace(l={}):l=new Error;const n=l.stack?l.stack.replace(/^.+\n/,""):"";try{r.stack?n&&!String(r.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(r.stack+=` -`+n):r.stack=n}catch{}}throw r}}_request(t,o){typeof t=="string"?(o=o||{},o.url=t):o=t||{},o=Ea(this.defaults,o);const{transitional:r,paramsSerializer:l,headers:n}=o;r!==void 0&&E0.assertOptions(r,{silentJSONParsing:Wn.transitional(Wn.boolean),forcedJSONParsing:Wn.transitional(Wn.boolean),clarifyTimeoutError:Wn.transitional(Wn.boolean)},!1),l!=null&&(Ue.isFunction(l)?o.paramsSerializer={serialize:l}:E0.assertOptions(l,{encode:Wn.function,serialize:Wn.function},!0)),o.method=(o.method||this.defaults.method||"get").toLowerCase();let a=n&&Ue.merge(n.common,n[o.method]);n&&Ue.forEach(["delete","get","head","post","put","patch","common"],m=>{delete n[m]}),o.headers=Tr.concat(a,n);const i=[];let c=!0;this.interceptors.request.forEach(function(f){typeof f.runWhen=="function"&&f.runWhen(o)===!1||(c=c&&f.synchronous,i.unshift(f.fulfilled,f.rejected))});const d=[];this.interceptors.response.forEach(function(f){d.push(f.fulfilled,f.rejected)});let u,p=0,h;if(!c){const m=[Rb.bind(this),void 0];for(m.unshift.apply(m,i),m.push.apply(m,d),h=m.length,u=Promise.resolve(o);p{if(!r._listeners)return;let n=r._listeners.length;for(;n-- >0;)r._listeners[n](l);r._listeners=null}),this.promise.then=l=>{let n;const a=new Promise(i=>{r.subscribe(i),n=i}).then(l);return a.cancel=function(){r.unsubscribe(n)},a},t(function(n,a,i){r.reason||(r.reason=new Ti(n,a,i),o(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const o=this._listeners.indexOf(t);o!==-1&&this._listeners.splice(o,1)}static source(){let t;return{token:new T0(function(l){t=l}),cancel:t}}}function TS(e){return function(o){return e.apply(null,o)}}function $S(e){return Ue.isObject(e)&&e.isAxiosError===!0}const $0={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries($0).forEach(([e,t])=>{$0[t]=e});function Vb(e){const t=new Ta(e),o=ob(Ta.prototype.request,t);return Ue.extend(o,Ta.prototype,t,{allOwnKeys:!0}),Ue.extend(o,t,null,{allOwnKeys:!0}),o.create=function(l){return Vb(Ea(e,l))},o}const fo=Vb(tc);fo.Axios=Ta,fo.CanceledError=Ti,fo.CancelToken=T0,fo.isCancel=Sb,fo.VERSION=Lb,fo.toFormData=ad,fo.AxiosError=Ft,fo.Cancel=fo.CanceledError,fo.all=function(t){return Promise.all(t)},fo.spread=TS,fo.isAxiosError=$S,fo.mergeConfig=Ea,fo.AxiosHeaders=Tr,fo.formToJSON=e=>kb(Ue.isHTMLForm(e)?new FormData(e):e),fo.getAdapter=Pb.getAdapter,fo.HttpStatusCode=$0,fo.default=fo;const MS={key:0},AS={key:0},zS={key:1},IS=N({__name:"ConfirmationProcess",props:{transactionHash:{type:String,required:!0}},setup(e){const t=e,o=Tt.get.order,r=Tt.get.network,l=Tt.get.receiver,n=D(1),a=D(!0),i=D(0),c=D(null),d=D(null),u=C(()=>qt.apiUrl&&qt.reminderEmail&&!c.value),p=async f=>{a.value=!1,c.value=f,s0(ht.pleaseWait),clearInterval(i.value),await fo.post("set-reminder-email",{email:f,hash:t.transactionHash}),Gs();const _=Js.get("redirectUrls");_?window.location.href=_.reminderEmail||_.success:window.location.reload()},h=()=>{Er.fire({title:ht.importantInformation,html:ht.setReminderEmailMsg,showCancelButton:!0,confirmButtonText:ht.continue}).then(async f=>{if(f.isConfirmed){if(qt.userEmail!="")return p(qt.userEmail);const{value:_}=await Er.fire({title:ht.enterYourEmailAddress,input:"email",inputPlaceholder:ht.email,showCancelButton:!0,confirmButtonText:ht.save});_&&p(_)}})},v=Tt.transactionInstance(t.transactionHash),m=()=>{window.open(v.getUrl(),"_blank")};return ft(async()=>{c0(),await Vt.call("confirmationStarted",{order:o,network:r,transaction:v});let f,_;try{_=(r==null?void 0:r.code)=="bitcoin"?30:5,zo.log("Waiting for transaction");try{f=await v.wait(_*1e3),zo.log("Verifying transaction"),f=await v.verifyTransfer(tb.INCOMING,l,o.paymentAmount)}catch(w){f=Ci.FAILED,zo.error(w)}zo.log("Transaction status:",f),f==Ci.CONFIRMED&&Ho.get.blockConfirmationCount>0&&(f=await new Promise(w=>{i.value=setInterval(async()=>{d.value=await v.getBlockConfirmationCount(),d.value>=Ho.get.blockConfirmationCount&&(w(Ci.CONFIRMED),clearInterval(i.value))},_*1e3)}))}catch(w){f=Ci.FAILED,zo.error(w)}n.value=2;let g;qt.createTransaction&&(g=await Tt.get.api.paymentFinished(f==Ci.CONFIRMED)),a.value=!1,Gs();const y=await Vt.call("confirmationCompleted",{order:o,status:f,network:r,transaction:v});if(Vt.check(y)&&!y.disablePopup&&typeof g<"u"){let w;g.success?w=X1(g.message):w=bo(g.message),w.then(()=>{Ys(),s0(ht.redirecting),g.data.redirect=="reload"?window.location.reload():window.location.href=g.data.redirect})}}),(f,_)=>{const g=nt("cp-loading"),y=nt("el-col"),w=nt("el-button"),x=nt("el-row"),$=nt("cp-modal");return a.value?(b(),he($,{key:0,title:s(ht).waitingConfirmation},{default:le(()=>[ee(g),ee(x,{justify:"center",class:"text-center"},{default:le(()=>[n.value==1?(b(),M("div",MS,[ee(y,{span:24,class:"margin-bottom"},{default:le(()=>[d.value!=null?(b(),M("div",AS,$e(s(ht).waitingBlockConfirmations)+" "+$e(d.value)+" / "+$e(s(Ho).get.blockConfirmationCount),1)):(b(),M("div",zS,$e(s(ht).waitingTransactionConfirmations),1))]),_:1}),u0()?se("",!0):(b(),he(y,{key:0,span:24},{default:le(()=>[ee(w,{class:"margin-bottom button-colors",type:"primary",onClick:_[0]||(_[0]=T=>m())},{default:le(()=>[Ct($e(s(ht).openInExplorer),1)]),_:1})]),_:1})),u.value?(b(),he(w,{key:1,type:"info",class:"margin-bottom",onClick:_[1]||(_[1]=T=>h())},{default:le(()=>[Ct($e(s(ht).setReminderEmail),1)]),_:1})):se("",!0)])):(b(),he(y,{key:1,span:24,class:"margin-bottom"},{default:le(()=>[Ct($e(s(ht).paymentCompleting),1)]),_:1}))]),_:1})]),_:1},8,["title"])):se("",!0)}}}),OS={key:0},NS={key:2},PS=N({__name:"App",setup(e){const t=D(!1),o=D(!0),r=C(()=>Ho.get.networks.length==1),l=C(()=>{switch(qt.mode){case"network":return r.value?!Tt.get.network:!0;case"currency":return!0;default:return!0}}),n=C(()=>i.value?Tt.get.network:Tt.get.network&&!Tt.get.transactionHash),a=C(()=>{switch(qt.mode){case"network":return r.value?!0:!o.value;case"currency":return!1;default:return!0}}),i=C(()=>{switch(qt.mode){case"network":return r.value;case"currency":return!1;default:return!1}}),c=()=>{Tt.isPaymentAmountUpdating||Tt.$reset()},d=u=>Object.keys(u).length===0;return zt("$init",async(u,p)=>{if(!p)return bo(ht.notFoundAnyCurrency);t.value=!0,Tt.setOrderParams({...Ho.get.order,paymentCurrency:p}),zo.log("isOrderAndInitAmountNotEqual",Tt.isOrderAndInitAmountNotEqual),Tt.isOrderAndInitAmountNotEqual&&Tt.setInit(null);const h=Tt.get.init,v=await Vt.call("init",{network:u,currency:p,init:h});if(zo.log("Init context",v),!Vt.check(v))return t.value=!1;v!=null&&v.init&&Tt.setInit(v.init);let m={success:!0};try{const f=async _=>{Ho.set("blockConfirmationCount",_.blockConfirmationCount);const g=qt.providers[u.code],y=wi(u,["wsUrl"]),w=new g.Provider(y),x=G1(u.wallets,g.browser.adapters);return d(x)?{success:!1,message:ht.notFoundAnyWallet.replace("{networkName}",u.name)}:(uC(g),pC(w),Tt.setInit(_),Tt.setNetwork(u),Tt.setReceiver(_.receiver),Tt.setOrderParams(_.order),{success:!0})};Tt.get.init?(zo.log("init","use exist init data"),m=await f(Tt.get.init)):(zo.log("init","get init data from api"),m=await f(await Tt.get.api.init(u)))}catch(f){zo.error(f),m={success:!1,message:f.message}}t.value=!1,m.success||bo(m.message??"").then(()=>{if(m.data){Ys();const f=m.data;f.redirect?window.location.href=f.redirect:f.redirect=="reload"&&window.location.reload()}})}),(u,p)=>{const h=nt("cp-modal"),v=nt("cp-loading"),m=nt("cp-container");return s(Ho).isAppStarted?(b(),he(m,{key:0},{default:le(()=>[l.value?(b(),M("div",OS,[s(qt).mode=="network"?(b(),he(SC,{key:0})):s(qt).mode=="currency"?(b(),he(IC,{key:1})):se("",!0)])):se("",!0),n.value?(b(),he(h,{key:1,onClose:p[1]||(p[1]=f=>c()),class:O(i.value?"disabled":"")},{default:le(()=>[a.value?(b(),he(HC,{key:0})):se("",!0),ee(QC,{onStatusChanged:p[0]||(p[0]=f=>o.value=f)})]),_:1},8,["class"])):se("",!0),s(Tt).get.transactionHash?(b(),M("div",NS,[s(Tt).get.process==s(Zu).TRANSACTION?(b(),he(e7,{key:0,transactionHash:s(Tt).get.transactionHash},null,8,["transactionHash"])):s(Tt).get.process==s(Zu).CONFIRMATION?(b(),he(IS,{key:1,transactionHash:s(Tt).get.transactionHash},null,8,["transactionHash"])):se("",!0)])):se("",!0),t.value?(b(),he(h,{key:3,title:s(ht).loading},{default:le(()=>[ee(v)]),_:1},8,["title"])):se("",!0)]),_:1})):se("",!0)}}});var dd={exports:{}};dd.exports,function(e,t){var o=200,r="__lodash_hash_undefined__",l=9007199254740991,n="[object Arguments]",a="[object Array]",i="[object Boolean]",c="[object Date]",d="[object Error]",u="[object Function]",p="[object GeneratorFunction]",h="[object Map]",v="[object Number]",m="[object Object]",f="[object Promise]",_="[object RegExp]",g="[object Set]",y="[object String]",w="[object Symbol]",x="[object WeakMap]",$="[object ArrayBuffer]",T="[object DataView]",R="[object Float32Array]",P="[object Float64Array]",L="[object Int8Array]",B="[object Int16Array]",V="[object Int32Array]",j="[object Uint8Array]",te="[object Uint8ClampedArray]",J="[object Uint16Array]",Z="[object Uint32Array]",H=/[\\^$.*+?()[\]{}|]/g,F=/\w*$/,K=/^\[object .+?Constructor\]$/,I=/^(?:0|[1-9]\d*)$/,U={};U[n]=U[a]=U[$]=U[T]=U[i]=U[c]=U[R]=U[P]=U[L]=U[B]=U[V]=U[h]=U[v]=U[m]=U[_]=U[g]=U[y]=U[w]=U[j]=U[te]=U[J]=U[Z]=!0,U[d]=U[u]=U[x]=!1;var oe=typeof Ao=="object"&&Ao&&Ao.Object===Object&&Ao,ne=typeof self=="object"&&self&&self.Object===Object&&self,ce=oe||ne||Function("return this")(),Q=t&&!t.nodeType&&t,Me=Q&&!0&&e&&!e.nodeType&&e,de=Me&&Me.exports===Q;function _e(ie,Ve){return ie.set(Ve[0],Ve[1]),ie}function me(ie,Ve){return ie.add(Ve),ie}function Re(ie,Ve){for(var Xe=-1,$t=ie?ie.length:0;++Xe<$t&&Ve(ie[Xe],Xe,ie)!==!1;);return ie}function Ce(ie,Ve){for(var Xe=-1,$t=Ve.length,Yo=ie.length;++Xe<$t;)ie[Yo+Xe]=Ve[Xe];return ie}function Ee(ie,Ve,Xe,$t){for(var Yo=-1,mr=ie?ie.length:0;++Yo-1}function ao(ie,Ve){var Xe=this.__data__,$t=_s(Xe,ie);return $t<0?Xe.push([ie,Ve]):Xe[$t][1]=Ve,this}rr.prototype.clear=ua,rr.prototype.delete=He,rr.prototype.get=ot,rr.prototype.has=eo,rr.prototype.set=ao;function Po(ie){var Ve=-1,Xe=ie?ie.length:0;for(this.clear();++Ve-1&&ie%1==0&&ie-1&&ie%1==0&&ie<=l}function ws(ie){var Ve=typeof ie;return!!ie&&(Ve=="object"||Ve=="function")}function lf(ie){return!!ie&&typeof ie=="object"}function uu(ie){return tf(ie)?ru(ie):nm(ie)}function ym(){return[]}function da(){return!1}e.exports=Qp}(dd,dd.exports);var RS=dd.exports;const Db=cl(RS);function LS({store:e}){const t=Db(e.$state);e.$reset=()=>e.$patch(Db(t))}const BS='a[href],button:not([disabled]),button:not([hidden]),:not([tabindex="-1"]),input:not([disabled]),input:not([type="hidden"]),select:not([disabled]),textarea:not([disabled])',VS=e=>getComputedStyle(e).position==="fixed"?!1:e.offsetParent!==null,Hb=e=>Array.from(e.querySelectorAll(BS)).filter(t=>DS(t)&&VS(t)),DS=e=>{if(e.tabIndex>0||e.tabIndex===0&&e.getAttribute("tabIndex")!==null)return!0;if(e.disabled)return!1;switch(e.nodeName){case"A":return!!e.href&&e.rel!=="ignore";case"INPUT":return!(e.type==="hidden"||e.type==="file");case"BUTTON":case"SELECT":case"TEXTAREA":return!0;default:return!1}},pd=function(e,t,...o){let r;t.includes("mouse")||t.includes("click")?r="MouseEvents":t.includes("key")?r="KeyboardEvent":r="HTMLEvents";const l=document.createEvent(r);return l.initEvent(t,...o),e.dispatchEvent(l),e},Fb=e=>!e.getAttribute("aria-owns"),jb=(e,t,o)=>{const{parentNode:r}=e;if(!r)return null;const l=r.querySelectorAll(o),n=Array.prototype.indexOf.call(l,e);return l[n+t]||null},fd=e=>{e&&(e.focus(),!Fb(e)&&e.click())},ho=(e,t,{checkForDefaultPrevented:o=!0}={})=>l=>{const n=e==null?void 0:e(l);if(o===!1||!n)return t==null?void 0:t(l)},Kb=e=>t=>t.pointerType==="mouse"?e(t):void 0;var HS=Object.defineProperty,FS=Object.defineProperties,jS=Object.getOwnPropertyDescriptors,Ub=Object.getOwnPropertySymbols,KS=Object.prototype.hasOwnProperty,US=Object.prototype.propertyIsEnumerable,Wb=(e,t,o)=>t in e?HS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,WS=(e,t)=>{for(var o in t||(t={}))KS.call(t,o)&&Wb(e,o,t[o]);if(Ub)for(var o of Ub(t))US.call(t,o)&&Wb(e,o,t[o]);return e},qS=(e,t)=>FS(e,jS(t));function qb(e,t){var o;const r=lo();return Go(()=>{r.value=e()},qS(WS({},t),{flush:(o=void 0)!=null?o:"sync"})),ui(r)}var Yb;const Nt=typeof window<"u",YS=e=>typeof e<"u",M0=e=>typeof e=="function",GS=e=>typeof e=="string",$i=()=>{},A0=Nt&&((Yb=window==null?void 0:window.navigator)==null?void 0:Yb.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function qn(e){return typeof e=="function"?e():s(e)}function Gb(e,t){function o(...r){return new Promise((l,n)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(l).catch(n)})}return o}function XS(e,t={}){let o,r,l=$i;const n=i=>{clearTimeout(i),l(),l=$i};return i=>{const c=qn(e),d=qn(t.maxWait);return o&&n(o),c<=0||d!==void 0&&d<=0?(r&&(n(r),r=null),Promise.resolve(i())):new Promise((u,p)=>{l=t.rejectOnCancel?p:u,d&&!r&&(r=setTimeout(()=>{o&&n(o),r=null,u(i())},d)),o=setTimeout(()=>{r&&n(r),r=null,u(i())},c)})}}function ZS(e,t=!0,o=!0,r=!1){let l=0,n,a=!0,i=$i,c;const d=()=>{n&&(clearTimeout(n),n=void 0,i(),i=$i)};return p=>{const h=qn(e),v=Date.now()-l,m=()=>c=p();return d(),h<=0?(l=Date.now(),m()):(v>h&&(o||!a)?(l=Date.now(),m()):t&&(c=new Promise((f,_)=>{i=r?_:f,n=setTimeout(()=>{l=Date.now(),a=!0,f(m()),d()},Math.max(0,h-v))})),!o&&!n&&(n=setTimeout(()=>a=!0,h)),a=!1,c)}}function JS(e){return e}function QS(e,t){let o,r,l;const n=D(!0),a=()=>{n.value=!0,l()};Se(e,a,{flush:"sync"});const i=M0(t)?t:t.get,c=M0(t)?void 0:t.set,d=uk((u,p)=>(r=u,l=p,{get(){return n.value&&(o=i(),n.value=!1),r(),o},set(h){c==null||c(h)}}));return Object.isExtensible(d)&&(d.trigger=a),d}function rc(e){return xf()?(kf(e),!0):!1}function eE(e,t=200,o={}){return Gb(XS(t,o),e)}function tE(e,t=200,o={}){const r=D(e.value),l=eE(()=>{r.value=e.value},t,o);return Se(e,()=>l()),r}function Xb(e,t=200,o=!1,r=!0,l=!1){return Gb(ZS(t,o,r,l),e)}function z0(e,t=!0){wt()?ft(e):t?e():et(e)}function $a(e,t,o={}){const{immediate:r=!0}=o,l=D(!1);let n=null;function a(){n&&(clearTimeout(n),n=null)}function i(){l.value=!1,a()}function c(...d){a(),l.value=!0,n=setTimeout(()=>{l.value=!1,n=null,e(...d)},qn(t))}return r&&(l.value=!0,Nt&&c()),rc(i),{isPending:ui(l),start:c,stop:i}}function $r(e){var t;const o=qn(e);return(t=o==null?void 0:o.$el)!=null?t:o}const Yn=Nt?window:void 0,oE=Nt?window.document:void 0;function oo(...e){let t,o,r,l;if(GS(e[0])||Array.isArray(e[0])?([o,r,l]=e,t=Yn):[t,o,r,l]=e,!t)return $i;Array.isArray(o)||(o=[o]),Array.isArray(r)||(r=[r]);const n=[],a=()=>{n.forEach(u=>u()),n.length=0},i=(u,p,h,v)=>(u.addEventListener(p,h,v),()=>u.removeEventListener(p,h,v)),c=Se(()=>[$r(t),qn(l)],([u,p])=>{a(),u&&n.push(...o.flatMap(h=>r.map(v=>i(u,h,v,p))))},{immediate:!0,flush:"post"}),d=()=>{c(),a()};return rc(d),d}let Zb=!1;function I0(e,t,o={}){const{window:r=Yn,ignore:l=[],capture:n=!0,detectIframe:a=!1}=o;if(!r)return;A0&&!Zb&&(Zb=!0,Array.from(r.document.body.children).forEach(h=>h.addEventListener("click",$i)));let i=!0;const c=h=>l.some(v=>{if(typeof v=="string")return Array.from(r.document.querySelectorAll(v)).some(m=>m===h.target||h.composedPath().includes(m));{const m=$r(v);return m&&(h.target===m||h.composedPath().includes(m))}}),u=[oo(r,"click",h=>{const v=$r(e);if(!(!v||v===h.target||h.composedPath().includes(v))){if(h.detail===0&&(i=!c(h)),!i){i=!0;return}t(h)}},{passive:!0,capture:n}),oo(r,"pointerdown",h=>{const v=$r(e);v&&(i=!h.composedPath().includes(v)&&!c(h))},{passive:!0}),a&&oo(r,"blur",h=>{var v;const m=$r(e);((v=r.document.activeElement)==null?void 0:v.tagName)==="IFRAME"&&!(m!=null&&m.contains(r.document.activeElement))&&t(h)})].filter(Boolean);return()=>u.forEach(h=>h())}function rE(e={}){var t;const{window:o=Yn}=e,r=(t=e.document)!=null?t:o==null?void 0:o.document,l=QS(()=>null,()=>r==null?void 0:r.activeElement);return o&&(oo(o,"blur",n=>{n.relatedTarget===null&&l.trigger()},!0),oo(o,"focus",l.trigger,!0)),l}function Jb(e,t=!1){const o=D(),r=()=>o.value=!!e();return r(),z0(r,t),o}function lE(e){return JSON.parse(JSON.stringify(e))}const O0=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof Xl<"u"?Xl:typeof self<"u"?self:{},N0="__vueuse_ssr_handlers__";O0[N0]=O0[N0]||{},O0[N0];function nE(e,t,{window:o=Yn,initialValue:r=""}={}){const l=D(r),n=C(()=>{var a;return $r(t)||((a=o==null?void 0:o.document)==null?void 0:a.documentElement)});return Se([n,()=>qn(e)],([a,i])=>{var c;if(a&&o){const d=(c=o.getComputedStyle(a).getPropertyValue(i))==null?void 0:c.trim();l.value=d||r}},{immediate:!0}),Se(l,a=>{var i;(i=n.value)!=null&&i.style&&n.value.style.setProperty(qn(e),a)}),l}function aE({document:e=oE}={}){if(!e)return D("visible");const t=D(e.visibilityState);return oo(e,"visibilitychange",()=>{t.value=e.visibilityState}),t}var Qb=Object.getOwnPropertySymbols,iE=Object.prototype.hasOwnProperty,sE=Object.prototype.propertyIsEnumerable,cE=(e,t)=>{var o={};for(var r in e)iE.call(e,r)&&t.indexOf(r)<0&&(o[r]=e[r]);if(e!=null&&Qb)for(var r of Qb(e))t.indexOf(r)<0&&sE.call(e,r)&&(o[r]=e[r]);return o};function so(e,t,o={}){const r=o,{window:l=Yn}=r,n=cE(r,["window"]);let a;const i=Jb(()=>l&&"ResizeObserver"in l),c=()=>{a&&(a.disconnect(),a=void 0)},d=Se(()=>$r(e),p=>{c(),i.value&&l&&p&&(a=new ResizeObserver(t),a.observe(p,n))},{immediate:!0,flush:"post"}),u=()=>{c(),d()};return rc(u),{isSupported:i,stop:u}}function e_(e,t={}){const{reset:o=!0,windowResize:r=!0,windowScroll:l=!0,immediate:n=!0}=t,a=D(0),i=D(0),c=D(0),d=D(0),u=D(0),p=D(0),h=D(0),v=D(0);function m(){const f=$r(e);if(!f){o&&(a.value=0,i.value=0,c.value=0,d.value=0,u.value=0,p.value=0,h.value=0,v.value=0);return}const _=f.getBoundingClientRect();a.value=_.height,i.value=_.bottom,c.value=_.left,d.value=_.right,u.value=_.top,p.value=_.width,h.value=_.x,v.value=_.y}return so(e,m),Se(()=>$r(e),f=>!f&&m()),l&&oo("scroll",m,{capture:!0,passive:!0}),r&&oo("resize",m,{passive:!0}),z0(()=>{n&&m()}),{height:a,bottom:i,left:c,right:d,top:u,width:p,x:h,y:v,update:m}}var t_=Object.getOwnPropertySymbols,uE=Object.prototype.hasOwnProperty,dE=Object.prototype.propertyIsEnumerable,pE=(e,t)=>{var o={};for(var r in e)uE.call(e,r)&&t.indexOf(r)<0&&(o[r]=e[r]);if(e!=null&&t_)for(var r of t_(e))t.indexOf(r)<0&&dE.call(e,r)&&(o[r]=e[r]);return o};function o_(e,t,o={}){const r=o,{window:l=Yn}=r,n=pE(r,["window"]);let a;const i=Jb(()=>l&&"MutationObserver"in l),c=()=>{a&&(a.disconnect(),a=void 0)},d=Se(()=>$r(e),p=>{c(),i.value&&l&&p&&(a=new MutationObserver(t),a.observe(p,n))},{immediate:!0}),u=()=>{c(),d()};return rc(u),{isSupported:i,stop:u}}var r_;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(r_||(r_={}));var fE=Object.defineProperty,l_=Object.getOwnPropertySymbols,hE=Object.prototype.hasOwnProperty,vE=Object.prototype.propertyIsEnumerable,n_=(e,t,o)=>t in e?fE(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,mE=(e,t)=>{for(var o in t||(t={}))hE.call(t,o)&&n_(e,o,t[o]);if(l_)for(var o of l_(t))vE.call(t,o)&&n_(e,o,t[o]);return e};mE({linear:JS},{easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]});function a_(e,t,o,r={}){var l,n,a;const{clone:i=!1,passive:c=!1,eventName:d,deep:u=!1,defaultValue:p}=r,h=wt(),v=o||(h==null?void 0:h.emit)||((l=h==null?void 0:h.$emit)==null?void 0:l.bind(h))||((a=(n=h==null?void 0:h.proxy)==null?void 0:n.$emit)==null?void 0:a.bind(h==null?void 0:h.proxy));let m=d;t||(t="modelValue"),m=d||m||`update:${t.toString()}`;const f=g=>i?M0(i)?i(g):lE(g):g,_=()=>YS(e[t])?f(e[t]):p;if(c){const g=_(),y=D(g);return Se(()=>e[t],w=>y.value=f(w)),Se(y,w=>{(w!==e[t]||u)&&v(m,w)},{deep:u}),y}else return C({get(){return _()},set(g){v(m,g)}})}function gE({window:e=Yn}={}){if(!e)return D(!1);const t=D(e.document.hasFocus());return oo(e,"blur",()=>{t.value=!1}),oo(e,"focus",()=>{t.value=!0}),t}function bE(e={}){const{window:t=Yn,initialWidth:o=1/0,initialHeight:r=1/0,listenOrientation:l=!0,includeScrollbar:n=!0}=e,a=D(o),i=D(r),c=()=>{t&&(n?(a.value=t.innerWidth,i.value=t.innerHeight):(a.value=t.document.documentElement.clientWidth,i.value=t.document.documentElement.clientHeight))};return c(),z0(c),oo("resize",c,{passive:!0}),l&&oo("orientationchange",c,{passive:!0}),{width:a,height:i}}const i_=()=>Nt&&/firefox/i.test(window.navigator.userAgent),_E=(e,t)=>{if(!Nt||!e||!t)return!1;const o=e.getBoundingClientRect();let r;return t instanceof Element?r=t.getBoundingClientRect():r={top:0,right:window.innerWidth,bottom:window.innerHeight,left:0},o.topr.top&&o.right>r.left&&o.left{let t=0,o=e;for(;o;)t+=o.offsetTop,o=o.offsetParent;return t},P0=(e,t)=>Math.abs(s_(e)-s_(t)),R0=e=>{let t,o;return e.type==="touchend"?(o=e.changedTouches[0].clientY,t=e.changedTouches[0].clientX):e.type.startsWith("touch")?(o=e.touches[0].clientY,t=e.touches[0].clientX):(o=e.clientY,t=e.clientX),{clientX:t,clientY:o}};function wE(e,t,o,r){const l=o-t;return e/=r/2,e<1?l/2*e*e*e+t:l/2*((e-=2)*e*e+2)+t}var c_=typeof Xl=="object"&&Xl&&Xl.Object===Object&&Xl,yE=typeof self=="object"&&self&&self.Object===Object&&self,pl=c_||yE||Function("return this")(),qr=pl.Symbol,u_=Object.prototype,xE=u_.hasOwnProperty,kE=u_.toString,lc=qr?qr.toStringTag:void 0;function CE(e){var t=xE.call(e,lc),o=e[lc];try{e[lc]=void 0;var r=!0}catch{}var l=kE.call(e);return r&&(t?e[lc]=o:delete e[lc]),l}var SE=Object.prototype,EE=SE.toString;function TE(e){return EE.call(e)}var $E="[object Null]",ME="[object Undefined]",d_=qr?qr.toStringTag:void 0;function Ma(e){return e==null?e===void 0?ME:$E:d_&&d_ in Object(e)?CE(e):TE(e)}function Il(e){return e!=null&&typeof e=="object"}var AE="[object Symbol]";function hd(e){return typeof e=="symbol"||Il(e)&&Ma(e)==AE}function L0(e,t){for(var o=-1,r=e==null?0:e.length,l=Array(r);++o0){if(++t>=nT)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function cT(e){return function(){return e}}var vd=function(){try{var e=za(Object,"defineProperty");return e({},"",{}),e}catch{}}(),uT=vd?function(e,t){return vd(e,"toString",{configurable:!0,enumerable:!1,value:cT(t),writable:!0})}:B0,w_=sT(uT);function dT(e,t){for(var o=-1,r=e==null?0:e.length;++o-1}var mT=9007199254740991,gT=/^(?:0|[1-9]\d*)$/;function md(e,t){var o=typeof e;return t=t??mT,!!t&&(o=="number"||o!="symbol"&&gT.test(e))&&e>-1&&e%1==0&&e-1&&e%1==0&&e<=wT}function Ai(e){return e!=null&&K0(e.length)&&!V0(e)}function yT(e,t,o){if(!wr(o))return!1;var r=typeof t;return(r=="number"?Ai(o)&&md(t,o.length):r=="string"&&t in o)?nc(o[t],e):!1}function xT(e){return C_(function(t,o){var r=-1,l=o.length,n=l>1?o[l-1]:void 0,a=l>2?o[2]:void 0;for(n=e.length>3&&typeof n=="function"?(l--,n):void 0,a&&yT(o[0],o[1],a)&&(n=l<3?void 0:n,l=1),t=Object(t);++r-1}function I$(e,t){var o=this.__data__,r=gd(o,e);return r<0?(++this.size,o.push([e,t])):o[r][1]=t,this}function dn(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t0&&o(i)?t>1?fc(i,t-1,o,r,l):X0(l,i):r||(l[l.length]=i)}return l}function P_(e){var t=e==null?0:e.length;return t?fc(e,1):[]}function R_(e){return w_(k_(e,void 0,P_),e+"")}var Z0=O_(Object.getPrototypeOf,Object),Y$="[object Object]",G$=Function.prototype,X$=Object.prototype,L_=G$.toString,Z$=X$.hasOwnProperty,J$=L_.call(Object);function B_(e){if(!Il(e)||Ma(e)!=Y$)return!1;var t=Z0(e);if(t===null)return!0;var o=Z$.call(t,"constructor")&&t.constructor;return typeof o=="function"&&o instanceof o&&L_.call(o)==J$}function Q$(e,t,o){var r=-1,l=e.length;t<0&&(t=-t>l?0:l+t),o=o>l?l:o,o<0&&(o+=l),l=t>o?0:o-t>>>0,t>>>=0;for(var n=Array(l);++ri))return!1;var d=n.get(e),u=n.get(t);if(d&&u)return d==t&&u==e;var p=-1,h=!0,v=o&NA?new hc:void 0;for(n.set(e,t),n.set(t,e);++p=t||R<0||p&&P>=n}function g(){var T=nh();if(_(T))return y(T);i=setTimeout(g,f(T))}function y(T){return i=void 0,h&&r?v(T):(r=l=void 0,a)}function w(){i!==void 0&&clearTimeout(i),d=0,r=c=l=i=void 0}function x(){return i===void 0?a:y(nh())}function $(){var T=nh(),R=_(T);if(r=arguments,l=this,c=T,R){if(i===void 0)return m(c);if(p)return clearTimeout(i),i=setTimeout(g,t),v(c)}return i===void 0&&(i=setTimeout(g,t)),a}return $.cancel=w,$.flush=x,$}function ah(e,t,o){(o!==void 0&&!nc(e[t],o)||o===void 0&&!(t in e))&&F0(e,t,o)}function y3(e){return Il(e)&&Ai(e)}function ih(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function kz(e){return Mi(e,uc(e))}function Cz(e,t,o,r,l,n,a){var i=ih(e,o),c=ih(t,o),d=a.get(c);if(d){ah(e,o,d);return}var u=n?n(i,c,o+"",e,t,a):void 0,p=u===void 0;if(p){var h=_r(c),v=!h&&ic(c),m=!h&&!v&&Y0(c);u=c,h||v||m?_r(i)?u=i:y3(i)?u=__(i):v?(p=!1,u=j_(c,!0)):m?(p=!1,u=o3(c,!0)):u=[]:B_(c)||ac(c)?(u=i,ac(i)?u=kz(i):(!wr(i)||V0(i))&&(u=r3(c))):p=!1}p&&(a.set(c,u),l(u,c,r,n,a),a.delete(c)),ah(e,o,u)}function x3(e,t,o,r,l){e!==t&&w3(t,function(n,a){if(l||(l=new fl),wr(n))Cz(e,t,a,o,x3,r,l);else{var i=r?r(ih(e,a),n,a+"",e,t,l):void 0;i===void 0&&(i=n),ah(e,a,i)}},uc)}function Sz(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}function k3(e,t,o){var r=e==null?0:e.length;if(!r)return-1;var l=r-1;return y_(e,_3(t),l,!0)}function Ez(e,t){var o=-1,r=Ai(e)?Array(e.length):[];return _z(e,function(l,n,a){r[++o]=t(l,n,a)}),r}function Tz(e,t){var o=_r(e)?L0:Ez;return o(e,_3(t))}function $z(e,t){return fc(Tz(e,t),1)}var Mz=1/0;function Az(e){var t=e==null?0:e.length;return t?fc(e,Mz):[]}function Sd(e){for(var t=-1,o=e==null?0:e.length,r={};++t1),n}),Mi(e,Y_(e),o),r&&(o=Pi(o,Pz|Rz|Lz,Nz));for(var l=t.length;l--;)Oz(o,t[l]);return o});function S3(e,t,o,r){if(!wr(e))return e;t=Ii(t,e);for(var l=-1,n=t.length,a=n-1,i=e;i!=null&&++l=Uz){var d=Kz(e);if(d)return rh(d);a=!1,l=u3,c=new hc}else c=i;e:for(;++re===void 0,Co=e=>typeof e=="boolean",st=e=>typeof e=="number",Yr=e=>!e&&e!==0||Ke(e)&&e.length===0||xt(e)&&!Object.keys(e).length,Gr=e=>typeof Element>"u"?!1:e instanceof Element,Na=e=>jo(e),qz=e=>ut(e)?!Number.isNaN(Number(e)):!1,Ed=e=>e===window,Xn=e=>Nt?window.requestAnimationFrame(e):setTimeout(e,16),Pa=e=>Nt?window.cancelAnimationFrame(e):clearTimeout(e),ch=(e="")=>e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d"),Nl=e=>Ms(e),Ri=e=>Object.keys(e),Yz=e=>Object.entries(e),Td=(e,t,o)=>({get value(){return wo(e,t,o)},set value(r){Hz(e,t,r)}});class Gz extends Error{constructor(t){super(t),this.name="ElementPlusError"}}function Io(e,t){throw new Gz(`[${e}] ${t}`)}function cfe(e,t){}const E3=(e="")=>e.split(" ").filter(t=>!!t.trim()),Xr=(e,t)=>{if(!e||!t)return!1;if(t.includes(" "))throw new Error("className should not contain space.");return e.classList.contains(t)},Zr=(e,t)=>{!e||!t.trim()||e.classList.add(...E3(t))},ar=(e,t)=>{!e||!t.trim()||e.classList.remove(...E3(t))},Zn=(e,t)=>{var o;if(!Nt||!e||!t)return"";let r=Fr(t);r==="float"&&(r="cssFloat");try{const l=e.style[r];if(l)return l;const n=(o=document.defaultView)==null?void 0:o.getComputedStyle(e,"");return n?n[r]:""}catch{return e.style[r]}};function mo(e,t="px"){if(!e)return"";if(st(e)||qz(e))return`${e}${t}`;if(ut(e))return e}const Xz=(e,t)=>{if(!Nt)return!1;const o={undefined:"overflow",true:"overflow-y",false:"overflow-x"}[String(t)],r=Zn(e,o);return["scroll","auto","overlay"].some(l=>r.includes(l))},uh=(e,t)=>{if(!Nt)return;let o=e;for(;o;){if([window,document,document.documentElement].includes(o))return window;if(Xz(o,t))return o;o=o.parentNode}return o};let $d;const T3=e=>{var t;if(!Nt)return 0;if($d!==void 0)return $d;const o=document.createElement("div");o.className=`${e}-scrollbar__wrap`,o.style.visibility="hidden",o.style.width="100px",o.style.position="absolute",o.style.top="-9999px",document.body.appendChild(o);const r=o.offsetWidth;o.style.overflow="scroll";const l=document.createElement("div");l.style.width="100%",o.appendChild(l);const n=l.offsetWidth;return(t=o.parentNode)==null||t.removeChild(o),$d=r-n,$d};function $3(e,t){if(!Nt)return;if(!t){e.scrollTop=0;return}const o=[];let r=t.offsetParent;for(;r!==null&&e!==r&&e.contains(r);)o.push(r),r=r.offsetParent;const l=t.offsetTop+o.reduce((c,d)=>c+d.offsetTop,0),n=l+t.offsetHeight,a=e.scrollTop,i=a+e.clientHeight;li&&(e.scrollTop=n-e.clientHeight)}function Zz(e,t,o,r,l){const n=Date.now();let a;const i=()=>{const d=Date.now()-n,u=wE(d>r?r:d,t,o,r);Ed(e)?e.scrollTo(window.pageXOffset,u):e.scrollTop=u,d{a&&Pa(a)}}const M3=(e,t)=>Ed(t)?e.ownerDocument.documentElement:t,A3=e=>Ed(e)?window.scrollY:e.scrollTop,Md=e=>{if(!Nt||e==="")return null;if(ut(e))try{return document.querySelector(e)}catch{return null}return e};/*! Element Plus Icons Vue v2.3.1 */var Jz=N({name:"AddLocation",__name:"add-location",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),E("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),E("path",{fill:"currentColor",d:"M544 384h96a32 32 0 1 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0z"})]))}}),Qz=Jz,eI=N({name:"Aim",__name:"aim",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),E("path",{fill:"currentColor",d:"M512 96a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V128a32 32 0 0 1 32-32m0 576a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V704a32 32 0 0 1 32-32M96 512a32 32 0 0 1 32-32h192a32 32 0 0 1 0 64H128a32 32 0 0 1-32-32m576 0a32 32 0 0 1 32-32h192a32 32 0 1 1 0 64H704a32 32 0 0 1-32-32"})]))}}),tI=eI,oI=N({name:"AlarmClock",__name:"alarm-clock",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 832a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"}),E("path",{fill:"currentColor",d:"m292.288 824.576 55.424 32-48 83.136a32 32 0 1 1-55.424-32zm439.424 0-55.424 32 48 83.136a32 32 0 1 0 55.424-32zM512 512h160a32 32 0 1 1 0 64H480a32 32 0 0 1-32-32V320a32 32 0 0 1 64 0zM90.496 312.256A160 160 0 0 1 312.32 90.496l-46.848 46.848a96 96 0 0 0-128 128L90.56 312.256zm835.264 0A160 160 0 0 0 704 90.496l46.848 46.848a96 96 0 0 1 128 128z"})]))}}),rI=oI,lI=N({name:"Apple",__name:"apple",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M599.872 203.776a189.44 189.44 0 0 1 64.384-4.672l2.624.128c31.168 1.024 51.2 4.096 79.488 16.32 37.632 16.128 74.496 45.056 111.488 89.344 96.384 115.264 82.752 372.8-34.752 521.728-7.68 9.728-32 41.6-30.72 39.936a426.624 426.624 0 0 1-30.08 35.776c-31.232 32.576-65.28 49.216-110.08 50.048-31.36.64-53.568-5.312-84.288-18.752l-6.528-2.88c-20.992-9.216-30.592-11.904-47.296-11.904-18.112 0-28.608 2.88-51.136 12.672l-6.464 2.816c-28.416 12.224-48.32 18.048-76.16 19.2-74.112 2.752-116.928-38.08-180.672-132.16-96.64-142.08-132.608-349.312-55.04-486.4 46.272-81.92 129.92-133.632 220.672-135.04 32.832-.576 60.288 6.848 99.648 22.72 27.136 10.88 34.752 13.76 37.376 14.272 16.256-20.16 27.776-36.992 34.56-50.24 13.568-26.304 27.2-59.968 40.704-100.8a32 32 0 1 1 60.8 20.224c-12.608 37.888-25.408 70.4-38.528 97.664zm-51.52 78.08c-14.528 17.792-31.808 37.376-51.904 58.816a32 32 0 1 1-46.72-43.776l12.288-13.248c-28.032-11.2-61.248-26.688-95.68-26.112-70.4 1.088-135.296 41.6-171.648 105.792C121.6 492.608 176 684.16 247.296 788.992c34.816 51.328 76.352 108.992 130.944 106.944 52.48-2.112 72.32-34.688 135.872-34.688 63.552 0 81.28 34.688 136.96 33.536 56.448-1.088 75.776-39.04 126.848-103.872 107.904-136.768 107.904-362.752 35.776-449.088-72.192-86.272-124.672-84.096-151.68-85.12-41.472-4.288-81.6 12.544-113.664 25.152z"})]))}}),nI=lI,aI=N({name:"ArrowDownBold",__name:"arrow-down-bold",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M104.704 338.752a64 64 0 0 1 90.496 0l316.8 316.8 316.8-316.8a64 64 0 0 1 90.496 90.496L557.248 791.296a64 64 0 0 1-90.496 0L104.704 429.248a64 64 0 0 1 0-90.496z"})]))}}),iI=aI,sI=N({name:"ArrowDown",__name:"arrow-down",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"})]))}}),Pl=sI,cI=N({name:"ArrowLeftBold",__name:"arrow-left-bold",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M685.248 104.704a64 64 0 0 1 0 90.496L368.448 512l316.8 316.8a64 64 0 0 1-90.496 90.496L232.704 557.248a64 64 0 0 1 0-90.496l362.048-362.048a64 64 0 0 1 90.496 0z"})]))}}),uI=cI,dI=N({name:"ArrowLeft",__name:"arrow-left",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"})]))}}),fn=dI,pI=N({name:"ArrowRightBold",__name:"arrow-right-bold",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0z"})]))}}),fI=pI,hI=N({name:"ArrowRight",__name:"arrow-right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"})]))}}),ir=hI,vI=N({name:"ArrowUpBold",__name:"arrow-up-bold",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M104.704 685.248a64 64 0 0 0 90.496 0l316.8-316.8 316.8 316.8a64 64 0 0 0 90.496-90.496L557.248 232.704a64 64 0 0 0-90.496 0L104.704 594.752a64 64 0 0 0 0 90.496z"})]))}}),mI=vI,gI=N({name:"ArrowUp",__name:"arrow-up",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0"})]))}}),Ad=gI,bI=N({name:"Avatar",__name:"avatar",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M628.736 528.896A416 416 0 0 1 928 928H96a415.872 415.872 0 0 1 299.264-399.104L512 704zM720 304a208 208 0 1 1-416 0 208 208 0 0 1 416 0"})]))}}),_I=bI,wI=N({name:"Back",__name:"back",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64"}),E("path",{fill:"currentColor",d:"m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312z"})]))}}),z3=wI,yI=N({name:"Baseball",__name:"baseball",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M195.2 828.8a448 448 0 1 1 633.6-633.6 448 448 0 0 1-633.6 633.6zm45.248-45.248a384 384 0 1 0 543.104-543.104 384 384 0 0 0-543.104 543.104"}),E("path",{fill:"currentColor",d:"M497.472 96.896c22.784 4.672 44.416 9.472 64.896 14.528a256.128 256.128 0 0 0 350.208 350.208c5.056 20.48 9.856 42.112 14.528 64.896A320.128 320.128 0 0 1 497.472 96.896zM108.48 491.904a320.128 320.128 0 0 1 423.616 423.68c-23.04-3.648-44.992-7.424-65.728-11.52a256.128 256.128 0 0 0-346.496-346.432 1736.64 1736.64 0 0 1-11.392-65.728z"})]))}}),xI=yI,kI=N({name:"Basketball",__name:"basketball",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M778.752 788.224a382.464 382.464 0 0 0 116.032-245.632 256.512 256.512 0 0 0-241.728-13.952 762.88 762.88 0 0 1 125.696 259.584zm-55.04 44.224a699.648 699.648 0 0 0-125.056-269.632 256.128 256.128 0 0 0-56.064 331.968 382.72 382.72 0 0 0 181.12-62.336m-254.08 61.248A320.128 320.128 0 0 1 557.76 513.6a715.84 715.84 0 0 0-48.192-48.128 320.128 320.128 0 0 1-379.264 88.384 382.4 382.4 0 0 0 110.144 229.696 382.4 382.4 0 0 0 229.184 110.08zM129.28 481.088a256.128 256.128 0 0 0 331.072-56.448 699.648 699.648 0 0 0-268.8-124.352 382.656 382.656 0 0 0-62.272 180.8m106.56-235.84a762.88 762.88 0 0 1 258.688 125.056 256.512 256.512 0 0 0-13.44-241.088A382.464 382.464 0 0 0 235.84 245.248zm318.08-114.944c40.576 89.536 37.76 193.92-8.448 281.344a779.84 779.84 0 0 1 66.176 66.112 320.832 320.832 0 0 1 282.112-8.128 382.4 382.4 0 0 0-110.144-229.12 382.4 382.4 0 0 0-229.632-110.208zM828.8 828.8a448 448 0 1 1-633.6-633.6 448 448 0 0 1 633.6 633.6"})]))}}),CI=kI,SI=N({name:"BellFilled",__name:"bell-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M640 832a128 128 0 0 1-256 0zm192-64H134.4a38.4 38.4 0 0 1 0-76.8H192V448c0-154.88 110.08-284.16 256.32-313.6a64 64 0 1 1 127.36 0A320.128 320.128 0 0 1 832 448v243.2h57.6a38.4 38.4 0 0 1 0 76.8z"})]))}}),EI=SI,TI=N({name:"Bell",__name:"bell",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a64 64 0 0 1 64 64v64H448v-64a64 64 0 0 1 64-64"}),E("path",{fill:"currentColor",d:"M256 768h512V448a256 256 0 1 0-512 0zm256-640a320 320 0 0 1 320 320v384H192V448a320 320 0 0 1 320-320"}),E("path",{fill:"currentColor",d:"M96 768h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32m352 128h128a64 64 0 0 1-128 0"})]))}}),$I=TI,MI=N({name:"Bicycle",__name:"bicycle",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"}),E("path",{fill:"currentColor",d:"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),E("path",{fill:"currentColor",d:"M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"}),E("path",{fill:"currentColor",d:"M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384z"}),E("path",{fill:"currentColor",d:"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z"})]))}}),AI=MI,zI=N({name:"BottomLeft",__name:"bottom-left",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0z"}),E("path",{fill:"currentColor",d:"M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z"})]))}}),II=zI,OI=N({name:"BottomRight",__name:"bottom-right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416z"}),E("path",{fill:"currentColor",d:"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312z"})]))}}),NI=OI,PI=N({name:"Bottom",__name:"bottom",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"})]))}}),RI=PI,LI=N({name:"Bowl",__name:"bowl",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M714.432 704a351.744 351.744 0 0 0 148.16-256H161.408a351.744 351.744 0 0 0 148.16 256zM288 766.592A415.68 415.68 0 0 1 96 416a32 32 0 0 1 32-32h768a32 32 0 0 1 32 32 415.68 415.68 0 0 1-192 350.592V832a64 64 0 0 1-64 64H352a64 64 0 0 1-64-64zM493.248 320h-90.496l254.4-254.4a32 32 0 1 1 45.248 45.248zm187.328 0h-128l269.696-155.712a32 32 0 0 1 32 55.424zM352 768v64h320v-64z"})]))}}),BI=LI,VI=N({name:"Box",__name:"box",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M317.056 128 128 344.064V896h768V344.064L706.944 128zm-14.528-64h418.944a32 32 0 0 1 24.064 10.88l206.528 236.096A32 32 0 0 1 960 332.032V928a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V332.032a32 32 0 0 1 7.936-21.12L278.4 75.008A32 32 0 0 1 302.528 64z"}),E("path",{fill:"currentColor",d:"M64 320h896v64H64z"}),E("path",{fill:"currentColor",d:"M448 327.872V640h128V327.872L526.08 128h-28.16zM448 64h128l64 256v352a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V320z"})]))}}),DI=VI,HI=N({name:"Briefcase",__name:"briefcase",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M320 320V128h384v192h192v192H128V320zM128 576h768v320H128zm256-256h256.064V192H384z"})]))}}),FI=HI,jI=N({name:"BrushFilled",__name:"brush-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M608 704v160a96 96 0 0 1-192 0V704h-96a128 128 0 0 1-128-128h640a128 128 0 0 1-128 128zM192 512V128.064h640V512z"})]))}}),KI=jI,UI=N({name:"Brush",__name:"brush",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M896 448H128v192a64 64 0 0 0 64 64h192v192h256V704h192a64 64 0 0 0 64-64zm-770.752-64c0-47.552 5.248-90.24 15.552-128 14.72-54.016 42.496-107.392 83.2-160h417.28l-15.36 70.336L736 96h211.2c-24.832 42.88-41.92 96.256-51.2 160a663.872 663.872 0 0 0-6.144 128H960v256a128 128 0 0 1-128 128H704v160a32 32 0 0 1-32 32H352a32 32 0 0 1-32-32V768H192A128 128 0 0 1 64 640V384h61.248zm64 0h636.544c-2.048-45.824.256-91.584 6.848-137.216 4.48-30.848 10.688-59.776 18.688-86.784h-96.64l-221.12 141.248L561.92 160H256.512c-25.856 37.888-43.776 75.456-53.952 112.832-8.768 32.064-13.248 69.12-13.312 111.168z"})]))}}),WI=UI,qI=N({name:"Burger",__name:"burger",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 512a32 32 0 0 0-32 32v64a32 32 0 0 0 30.08 32H864a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32zm736-58.56A96 96 0 0 1 960 544v64a96 96 0 0 1-51.968 85.312L855.36 833.6a96 96 0 0 1-89.856 62.272H258.496A96 96 0 0 1 168.64 833.6l-52.608-140.224A96 96 0 0 1 64 608v-64a96 96 0 0 1 64-90.56V448a384 384 0 1 1 768 5.44M832 448a320 320 0 0 0-640 0zM512 704H188.352l40.192 107.136a32 32 0 0 0 29.952 20.736h507.008a32 32 0 0 0 29.952-20.736L835.648 704z"})]))}}),YI=qI,GI=N({name:"Calendar",__name:"calendar",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 384v512h768V192H768v32a32 32 0 1 1-64 0v-32H320v32a32 32 0 0 1-64 0v-32H128v128h768v64zm192-256h384V96a32 32 0 1 1 64 0v32h160a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h160V96a32 32 0 0 1 64 0zm-32 384h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64"})]))}}),I3=GI,XI=N({name:"CameraFilled",__name:"camera-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 224a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h704a64 64 0 0 0 64-64V288a64 64 0 0 0-64-64H748.416l-46.464-92.672A64 64 0 0 0 644.736 96H379.328a64 64 0 0 0-57.216 35.392L275.776 224zm352 435.2a115.2 115.2 0 1 0 0-230.4 115.2 115.2 0 0 0 0 230.4m0 140.8a256 256 0 1 1 0-512 256 256 0 0 1 0 512"})]))}}),ZI=XI,JI=N({name:"Camera",__name:"camera",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M896 256H128v576h768zm-199.424-64-32.064-64h-304.96l-32 64zM96 192h160l46.336-92.608A64 64 0 0 1 359.552 64h304.96a64 64 0 0 1 57.216 35.328L768.192 192H928a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32m416 512a160 160 0 1 0 0-320 160 160 0 0 0 0 320m0 64a224 224 0 1 1 0-448 224 224 0 0 1 0 448"})]))}}),QI=JI,eO=N({name:"CaretBottom",__name:"caret-bottom",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m192 384 320 384 320-384z"})]))}}),tO=eO,oO=N({name:"CaretLeft",__name:"caret-left",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M672 192 288 511.936 672 832z"})]))}}),rO=oO,lO=N({name:"CaretRight",__name:"caret-right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M384 192v640l384-320.064z"})]))}}),dh=lO,nO=N({name:"CaretTop",__name:"caret-top",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 320 192 704h639.936z"})]))}}),O3=nO,aO=N({name:"Cellphone",__name:"cellphone",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 128a64 64 0 0 0-64 64v640a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h512a128 128 0 0 1 128 128v640a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V192A128 128 0 0 1 256 64m128 128h256a32 32 0 1 1 0 64H384a32 32 0 0 1 0-64m128 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"})]))}}),iO=aO,sO=N({name:"ChatDotRound",__name:"chat-dot-round",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.056 461.056 0 0 1-206.912-48.384l-175.616 58.56z"}),E("path",{fill:"currentColor",d:"M512 563.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4"})]))}}),cO=sO,uO=N({name:"ChatDotSquare",__name:"chat-dot-square",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"}),E("path",{fill:"currentColor",d:"M512 499.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4z"})]))}}),dO=uO,pO=N({name:"ChatLineRound",__name:"chat-line-round",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.056 461.056 0 0 1-206.912-48.384l-175.616 58.56z"}),E("path",{fill:"currentColor",d:"M352 576h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m32-192h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"})]))}}),fO=pO,hO=N({name:"ChatLineSquare",__name:"chat-line-square",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 826.88 273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"}),E("path",{fill:"currentColor",d:"M352 512h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m0-192h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"})]))}}),vO=hO,mO=N({name:"ChatRound",__name:"chat-round",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m174.72 855.68 130.048-43.392 23.424 11.392C382.4 849.984 444.352 864 512 864c223.744 0 384-159.872 384-352 0-192.832-159.104-352-384-352S128 319.168 128 512a341.12 341.12 0 0 0 69.248 204.288l21.632 28.8-44.16 110.528zm-45.248 82.56A32 32 0 0 1 89.6 896l56.512-141.248A405.12 405.12 0 0 1 64 512C64 299.904 235.648 96 512 96s448 203.904 448 416-173.44 416-448 416c-79.68 0-150.848-17.152-211.712-46.72l-170.88 56.96z"})]))}}),gO=mO,bO=N({name:"ChatSquare",__name:"chat-square",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"})]))}}),_O=bO,wO=N({name:"Check",__name:"check",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"})]))}}),Li=wO,yO=N({name:"Checked",__name:"checked",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 192h160v736H160V192h160.064v64H704zM311.616 537.28l-45.312 45.248L447.36 763.52l316.8-316.8-45.312-45.184L447.36 673.024zM384 192V96h256v96z"})]))}}),xO=yO,kO=N({name:"Cherry",__name:"cherry",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M261.056 449.6c13.824-69.696 34.88-128.96 63.36-177.728 23.744-40.832 61.12-88.64 112.256-143.872H320a32 32 0 0 1 0-64h384a32 32 0 1 1 0 64H554.752c14.912 39.168 41.344 86.592 79.552 141.76 47.36 68.48 84.8 106.752 106.304 114.304a224 224 0 1 1-84.992 14.784c-22.656-22.912-47.04-53.76-73.92-92.608-38.848-56.128-67.008-105.792-84.352-149.312-55.296 58.24-94.528 107.52-117.76 147.2-23.168 39.744-41.088 88.768-53.568 147.072a224.064 224.064 0 1 1-64.96-1.6zM288 832a160 160 0 1 0 0-320 160 160 0 0 0 0 320m448-64a160 160 0 1 0 0-320 160 160 0 0 0 0 320"})]))}}),CO=kO,SO=N({name:"Chicken",__name:"chicken",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M349.952 716.992 478.72 588.16a106.688 106.688 0 0 1-26.176-19.072 106.688 106.688 0 0 1-19.072-26.176L304.704 671.744c.768 3.072 1.472 6.144 2.048 9.216l2.048 31.936 31.872 1.984c3.136.64 6.208 1.28 9.28 2.112zm57.344 33.152a128 128 0 1 1-216.32 114.432l-1.92-32-32-1.92a128 128 0 1 1 114.432-216.32L416.64 469.248c-2.432-101.44 58.112-239.104 149.056-330.048 107.328-107.328 231.296-85.504 316.8 0 85.44 85.44 107.328 209.408 0 316.8-91.008 90.88-228.672 151.424-330.112 149.056L407.296 750.08zm90.496-226.304c49.536 49.536 233.344-7.04 339.392-113.088 78.208-78.208 63.232-163.072 0-226.304-63.168-63.232-148.032-78.208-226.24 0C504.896 290.496 448.32 474.368 497.792 523.84M244.864 708.928a64 64 0 1 0-59.84 59.84l56.32-3.52zm8.064 127.68a64 64 0 1 0 59.84-59.84l-56.32 3.52-3.52 56.32z"})]))}}),EO=SO,TO=N({name:"ChromeFilled",__name:"chrome-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M938.67 512.01c0-44.59-6.82-87.6-19.54-128H682.67a212.372 212.372 0 0 1 42.67 128c.06 38.71-10.45 76.7-30.42 109.87l-182.91 316.8c235.65-.01 426.66-191.02 426.66-426.67z"}),E("path",{fill:"currentColor",d:"M576.79 401.63a127.92 127.92 0 0 0-63.56-17.6c-22.36-.22-44.39 5.43-63.89 16.38s-35.79 26.82-47.25 46.02a128.005 128.005 0 0 0-2.16 127.44l1.24 2.13a127.906 127.906 0 0 0 46.36 46.61 127.907 127.907 0 0 0 63.38 17.44c22.29.2 44.24-5.43 63.68-16.33a127.94 127.94 0 0 0 47.16-45.79v-.01l1.11-1.92a127.984 127.984 0 0 0 .29-127.46 127.957 127.957 0 0 0-46.36-46.91"}),E("path",{fill:"currentColor",d:"M394.45 333.96A213.336 213.336 0 0 1 512 298.67h369.58A426.503 426.503 0 0 0 512 85.34a425.598 425.598 0 0 0-171.74 35.98 425.644 425.644 0 0 0-142.62 102.22l118.14 204.63a213.397 213.397 0 0 1 78.67-94.21m117.56 604.72H512zm-97.25-236.73a213.284 213.284 0 0 1-89.54-86.81L142.48 298.6c-36.35 62.81-57.13 135.68-57.13 213.42 0 203.81 142.93 374.22 333.95 416.55h.04l118.19-204.71a213.315 213.315 0 0 1-122.77-21.91z"})]))}}),$O=TO,MO=N({name:"CircleCheckFilled",__name:"circle-check-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),N3=MO,AO=N({name:"CircleCheck",__name:"circle-check",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),E("path",{fill:"currentColor",d:"M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752l265.344-265.408z"})]))}}),zd=AO,zO=N({name:"CircleCloseFilled",__name:"circle-close-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"})]))}}),Id=zO,IO=N({name:"CircleClose",__name:"circle-close",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248z"}),E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),hn=IO,OO=N({name:"CirclePlusFilled",__name:"circle-plus-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-38.4 409.6H326.4a38.4 38.4 0 1 0 0 76.8h147.2v147.2a38.4 38.4 0 0 0 76.8 0V550.4h147.2a38.4 38.4 0 0 0 0-76.8H550.4V326.4a38.4 38.4 0 1 0-76.8 0v147.2z"})]))}}),NO=OO,PO=N({name:"CirclePlus",__name:"circle-plus",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),E("path",{fill:"currentColor",d:"M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0"}),E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),RO=PO,LO=N({name:"Clock",__name:"clock",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),E("path",{fill:"currentColor",d:"M480 256a32 32 0 0 1 32 32v256a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M480 512h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32"})]))}}),ph=LO,BO=N({name:"CloseBold",__name:"close-bold",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z"})]))}}),VO=BO,DO=N({name:"Close",__name:"close",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"})]))}}),Jr=DO,HO=N({name:"Cloudy",__name:"cloudy",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M598.4 831.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 831.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 381.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"})]))}}),FO=HO,jO=N({name:"CoffeeCup",__name:"coffee-cup",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M768 192a192 192 0 1 1-8 383.808A256.128 256.128 0 0 1 512 768H320A256 256 0 0 1 64 512V160a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v256a128 128 0 1 0 0-256M96 832h640a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-640v320a192 192 0 0 0 192 192h192a192 192 0 0 0 192-192V192z"})]))}}),KO=jO,UO=N({name:"Coffee",__name:"coffee",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M822.592 192h14.272a32 32 0 0 1 31.616 26.752l21.312 128A32 32 0 0 1 858.24 384h-49.344l-39.04 546.304A32 32 0 0 1 737.92 960H285.824a32 32 0 0 1-32-29.696L214.912 384H165.76a32 32 0 0 1-31.552-37.248l21.312-128A32 32 0 0 1 187.136 192h14.016l-6.72-93.696A32 32 0 0 1 226.368 64h571.008a32 32 0 0 1 31.936 34.304zm-64.128 0 4.544-64H260.736l4.544 64h493.184m-548.16 128H820.48l-10.688-64H214.208l-10.688 64h6.784m68.736 64 36.544 512H708.16l36.544-512z"})]))}}),WO=UO,qO=N({name:"Coin",__name:"coin",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m161.92 580.736 29.888 58.88C171.328 659.776 160 681.728 160 704c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 615.808 928 657.664 928 704c0 129.728-188.544 224-416 224S96 833.728 96 704c0-46.592 24.32-88.576 65.92-123.264z"}),E("path",{fill:"currentColor",d:"m161.92 388.736 29.888 58.88C171.328 467.84 160 489.792 160 512c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 423.808 928 465.664 928 512c0 129.728-188.544 224-416 224S96 641.728 96 512c0-46.592 24.32-88.576 65.92-123.264z"}),E("path",{fill:"currentColor",d:"M512 544c-227.456 0-416-94.272-416-224S284.544 96 512 96s416 94.272 416 224-188.544 224-416 224m0-64c196.672 0 352-77.696 352-160S708.672 160 512 160s-352 77.696-352 160 155.328 160 352 160"})]))}}),YO=qO,GO=N({name:"ColdDrink",__name:"cold-drink",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M768 64a192 192 0 1 1-69.952 370.88L480 725.376V896h96a32 32 0 1 1 0 64H320a32 32 0 1 1 0-64h96V725.376L76.8 273.536a64 64 0 0 1-12.8-38.4v-10.688a32 32 0 0 1 32-32h71.808l-65.536-83.84a32 32 0 0 1 50.432-39.424l96.256 123.264h337.728A192.064 192.064 0 0 1 768 64M656.896 192.448H800a32 32 0 0 1 32 32v10.624a64 64 0 0 1-12.8 38.4l-80.448 107.2a128 128 0 1 0-81.92-188.16v-.064zm-357.888 64 129.472 165.76a32 32 0 0 1-50.432 39.36l-160.256-205.12H144l304 404.928 304-404.928z"})]))}}),XO=GO,ZO=N({name:"CollectionTag",__name:"collection-tag",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 128v698.88l196.032-156.864a96 96 0 0 1 119.936 0L768 826.816V128zm-32-64h576a32 32 0 0 1 32 32v797.44a32 32 0 0 1-51.968 24.96L531.968 720a32 32 0 0 0-39.936 0L243.968 918.4A32 32 0 0 1 192 893.44V96a32 32 0 0 1 32-32"})]))}}),JO=ZO,QO=N({name:"Collection",__name:"collection",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 736h640V128H256a64 64 0 0 0-64 64zm64-672h608a32 32 0 0 1 32 32v672a32 32 0 0 1-32 32H160l-32 57.536V192A128 128 0 0 1 256 64"}),E("path",{fill:"currentColor",d:"M240 800a48 48 0 1 0 0 96h592v-96zm0-64h656v160a64 64 0 0 1-64 64H240a112 112 0 0 1 0-224m144-608v250.88l96-76.8 96 76.8V128zm-64-64h320v381.44a32 32 0 0 1-51.968 24.96L480 384l-108.032 86.4A32 32 0 0 1 320 445.44z"})]))}}),eN=QO,tN=N({name:"Comment",__name:"comment",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M736 504a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112M128 128v640h192v160l224-160h352V128z"})]))}}),oN=tN,rN=N({name:"Compass",__name:"compass",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),E("path",{fill:"currentColor",d:"M725.888 315.008C676.48 428.672 624 513.28 568.576 568.64c-55.424 55.424-139.968 107.904-253.568 157.312a12.8 12.8 0 0 1-16.896-16.832c49.536-113.728 102.016-198.272 157.312-253.632 55.36-55.296 139.904-107.776 253.632-157.312a12.8 12.8 0 0 1 16.832 16.832"})]))}}),lN=rN,nN=N({name:"Connection",__name:"connection",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M640 384v64H448a128 128 0 0 0-128 128v128a128 128 0 0 0 128 128h320a128 128 0 0 0 128-128V576a128 128 0 0 0-64-110.848V394.88c74.56 26.368 128 97.472 128 181.056v128a192 192 0 0 1-192 192H448a192 192 0 0 1-192-192V576a192 192 0 0 1 192-192z"}),E("path",{fill:"currentColor",d:"M384 640v-64h192a128 128 0 0 0 128-128V320a128 128 0 0 0-128-128H256a128 128 0 0 0-128 128v128a128 128 0 0 0 64 110.848v70.272A192.064 192.064 0 0 1 64 448V320a192 192 0 0 1 192-192h320a192 192 0 0 1 192 192v128a192 192 0 0 1-192 192z"})]))}}),aN=nN,iN=N({name:"Coordinate",__name:"coordinate",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 512h64v320h-64z"}),E("path",{fill:"currentColor",d:"M192 896h640a64 64 0 0 0-64-64H256a64 64 0 0 0-64 64m64-128h512a128 128 0 0 1 128 128v64H128v-64a128 128 0 0 1 128-128m256-256a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"})]))}}),sN=iN,cN=N({name:"CopyDocument",__name:"copy-document",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M768 832a128 128 0 0 1-128 128H192A128 128 0 0 1 64 832V384a128 128 0 0 1 128-128v64a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64z"}),E("path",{fill:"currentColor",d:"M384 128a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h448a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H384a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64"})]))}}),uN=cN,dN=N({name:"Cpu",__name:"cpu",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M320 256a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V320a64 64 0 0 0-64-64zm0-64h384a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128H320a128 128 0 0 1-128-128V320a128 128 0 0 1 128-128"}),E("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m-320 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 896a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m160 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m-320 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32M64 512a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0-160a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0 320a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m896-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0 320a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32"})]))}}),pN=dN,fN=N({name:"CreditCard",__name:"credit-card",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M896 324.096c0-42.368-2.496-55.296-9.536-68.48a52.352 52.352 0 0 0-22.144-22.08c-13.12-7.04-26.048-9.536-68.416-9.536H228.096c-42.368 0-55.296 2.496-68.48 9.536a52.352 52.352 0 0 0-22.08 22.144c-7.04 13.12-9.536 26.048-9.536 68.416v375.808c0 42.368 2.496 55.296 9.536 68.48a52.352 52.352 0 0 0 22.144 22.08c13.12 7.04 26.048 9.536 68.416 9.536h567.808c42.368 0 55.296-2.496 68.48-9.536a52.352 52.352 0 0 0 22.08-22.144c7.04-13.12 9.536-26.048 9.536-68.416zm64 0v375.808c0 57.088-5.952 77.76-17.088 98.56-11.136 20.928-27.52 37.312-48.384 48.448-20.864 11.136-41.6 17.088-98.56 17.088H228.032c-57.088 0-77.76-5.952-98.56-17.088a116.288 116.288 0 0 1-48.448-48.384c-11.136-20.864-17.088-41.6-17.088-98.56V324.032c0-57.088 5.952-77.76 17.088-98.56 11.136-20.928 27.52-37.312 48.384-48.448 20.864-11.136 41.6-17.088 98.56-17.088H795.84c57.088 0 77.76 5.952 98.56 17.088 20.928 11.136 37.312 27.52 48.448 48.384 11.136 20.864 17.088 41.6 17.088 98.56z"}),E("path",{fill:"currentColor",d:"M64 320h896v64H64zm0 128h896v64H64zm128 192h256v64H192z"})]))}}),hN=fN,vN=N({name:"Crop",__name:"crop",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 768h672a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V96a32 32 0 0 1 64 0z"}),E("path",{fill:"currentColor",d:"M832 224v704a32 32 0 1 1-64 0V256H96a32 32 0 0 1 0-64h704a32 32 0 0 1 32 32"})]))}}),mN=vN,gN=N({name:"DArrowLeft",__name:"d-arrow-left",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M529.408 149.376a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L259.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L197.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224zm256 0a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L515.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L453.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224z"})]))}}),Ra=gN,bN=N({name:"DArrowRight",__name:"d-arrow-right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M452.864 149.312a29.12 29.12 0 0 1 41.728.064L826.24 489.664a32 32 0 0 1 0 44.672L494.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L764.736 512 452.864 192a30.592 30.592 0 0 1 0-42.688m-256 0a29.12 29.12 0 0 1 41.728.064L570.24 489.664a32 32 0 0 1 0 44.672L238.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L508.736 512 196.864 192a30.592 30.592 0 0 1 0-42.688z"})]))}}),La=bN,_N=N({name:"DCaret",__name:"d-caret",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m512 128 288 320H224zM224 576h576L512 896z"})]))}}),wN=_N,yN=N({name:"DataAnalysis",__name:"data-analysis",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m665.216 768 110.848 192h-73.856L591.36 768H433.024L322.176 960H248.32l110.848-192H160a32 32 0 0 1-32-32V192H64a32 32 0 0 1 0-64h896a32 32 0 1 1 0 64h-64v544a32 32 0 0 1-32 32zM832 192H192v512h640zM352 448a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0v-64a32 32 0 0 1 32-32m160-64a32 32 0 0 1 32 32v128a32 32 0 0 1-64 0V416a32 32 0 0 1 32-32m160-64a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V352a32 32 0 0 1 32-32"})]))}}),xN=yN,kN=N({name:"DataBoard",__name:"data-board",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M32 128h960v64H32z"}),E("path",{fill:"currentColor",d:"M192 192v512h640V192zm-64-64h768v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),E("path",{fill:"currentColor",d:"M322.176 960H248.32l144.64-250.56 55.424 32zm453.888 0h-73.856L576 741.44l55.424-32z"})]))}}),CN=kN,SN=N({name:"DataLine",__name:"data-line",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M359.168 768H160a32 32 0 0 1-32-32V192H64a32 32 0 0 1 0-64h896a32 32 0 1 1 0 64h-64v544a32 32 0 0 1-32 32H665.216l110.848 192h-73.856L591.36 768H433.024L322.176 960H248.32zM832 192H192v512h640zM342.656 534.656a32 32 0 1 1-45.312-45.312L444.992 341.76l125.44 94.08L679.04 300.032a32 32 0 1 1 49.92 39.936L581.632 524.224 451.008 426.24 342.656 534.592z"})]))}}),EN=SN,TN=N({name:"DeleteFilled",__name:"delete-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M352 192V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64H96a32 32 0 0 1 0-64zm64 0h192v-64H416zM192 960a32 32 0 0 1-32-32V256h704v672a32 32 0 0 1-32 32zm224-192a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32m192 0a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32"})]))}}),$N=TN,MN=N({name:"DeleteLocation",__name:"delete-location",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),E("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),E("path",{fill:"currentColor",d:"M384 384h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"})]))}}),AN=MN,zN=N({name:"Delete",__name:"delete",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"})]))}}),P3=zN,IN=N({name:"Dessert",__name:"dessert",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 416v-48a144 144 0 0 1 168.64-141.888 224.128 224.128 0 0 1 430.72 0A144 144 0 0 1 896 368v48a384 384 0 0 1-352 382.72V896h-64v-97.28A384 384 0 0 1 128 416m287.104-32.064h193.792a143.808 143.808 0 0 1 58.88-132.736 160.064 160.064 0 0 0-311.552 0 143.808 143.808 0 0 1 58.88 132.8zm-72.896 0a72 72 0 1 0-140.48 0h140.48m339.584 0h140.416a72 72 0 1 0-140.48 0zM512 736a320 320 0 0 0 318.4-288.064H193.6A320 320 0 0 0 512 736M384 896.064h256a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64"})]))}}),ON=IN,NN=N({name:"Discount",__name:"discount",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 704h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0L224 318.336zm0 64v128h576V768zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0"}),E("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),PN=NN,RN=N({name:"DishDot",__name:"dish-dot",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m384.064 274.56.064-50.688A128 128 0 0 1 512.128 96c70.528 0 127.68 57.152 127.68 127.68v50.752A448.192 448.192 0 0 1 955.392 768H68.544A448.192 448.192 0 0 1 384 274.56zM96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-128h768a384 384 0 1 0-768 0m447.808-448v-32.32a63.68 63.68 0 0 0-63.68-63.68 64 64 0 0 0-64 63.936V256z"})]))}}),LN=RN,BN=N({name:"Dish",__name:"dish",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 257.152V192h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64h-96v65.152A448 448 0 0 1 955.52 768H68.48A448 448 0 0 1 480 257.152M128 704h768a384 384 0 1 0-768 0M96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64"})]))}}),VN=BN,DN=N({name:"DocumentAdd",__name:"document-add",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m320 512V448h64v128h128v64H544v128h-64V640H352v-64z"})]))}}),HN=DN,FN=N({name:"DocumentChecked",__name:"document-checked",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312z"})]))}}),jN=FN,KN=N({name:"DocumentCopy",__name:"document-copy",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"})]))}}),UN=KN,WN=N({name:"DocumentDelete",__name:"document-delete",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m308.992 546.304-90.496-90.624 45.248-45.248 90.56 90.496 90.496-90.432 45.248 45.248-90.496 90.56 90.496 90.496-45.248 45.248-90.496-90.496-90.56 90.496-45.248-45.248 90.496-90.496z"})]))}}),qN=WN,YN=N({name:"DocumentRemove",__name:"document-remove",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m192 512h320v64H352z"})]))}}),GN=YN,XN=N({name:"Document",__name:"document",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"})]))}}),R3=XN,ZN=N({name:"Download",__name:"download",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"})]))}}),JN=ZN,QN=N({name:"Drizzling",__name:"drizzling",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m739.328 291.328-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 97.28 78.72 175.936 175.808 175.936h400a192 192 0 0 0 35.776-380.672zM959.552 480a256 256 0 0 1-256 256h-400A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 959.552 480M288 800h64v64h-64zm192 0h64v64h-64zm-96 96h64v64h-64zm192 0h64v64h-64zm96-96h64v64h-64z"})]))}}),eP=QN,tP=N({name:"EditPen",__name:"edit-pen",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m199.04 672.64 193.984 112 224-387.968-193.92-112-224 388.032zm-23.872 60.16 32.896 148.288 144.896-45.696zM455.04 229.248l193.92 112 56.704-98.112-193.984-112-56.64 98.112zM104.32 708.8l384-665.024 304.768 175.936L409.152 884.8h.064l-248.448 78.336zm384 254.272v-64h448v64h-448z"})]))}}),oP=tP,rP=N({name:"Edit",__name:"edit",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"}),E("path",{fill:"currentColor",d:"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"})]))}}),lP=rP,nP=N({name:"ElemeFilled",__name:"eleme-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M176 64h672c61.824 0 112 50.176 112 112v672a112 112 0 0 1-112 112H176A112 112 0 0 1 64 848V176c0-61.824 50.176-112 112-112m150.528 173.568c-152.896 99.968-196.544 304.064-97.408 456.96a330.688 330.688 0 0 0 456.96 96.64c9.216-5.888 17.6-11.776 25.152-18.56a18.24 18.24 0 0 0 4.224-24.32L700.352 724.8a47.552 47.552 0 0 0-65.536-14.272A234.56 234.56 0 0 1 310.592 641.6C240 533.248 271.104 387.968 379.456 316.48a234.304 234.304 0 0 1 276.352 15.168c1.664.832 2.56 2.56 3.392 4.224 5.888 8.384 3.328 19.328-5.12 25.216L456.832 489.6a47.552 47.552 0 0 0-14.336 65.472l16 24.384c5.888 8.384 16.768 10.88 25.216 5.056l308.224-199.936a19.584 19.584 0 0 0 6.72-23.488v-.896c-4.992-9.216-10.048-17.6-15.104-26.88-99.968-151.168-304.064-194.88-456.96-95.744zM786.88 504.704l-62.208 40.32c-8.32 5.888-10.88 16.768-4.992 25.216L760 632.32c5.888 8.448 16.768 11.008 25.152 5.12l31.104-20.16a55.36 55.36 0 0 0 16-76.48l-20.224-31.04a19.52 19.52 0 0 0-25.152-5.12z"})]))}}),aP=nP,iP=N({name:"Eleme",__name:"eleme",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M300.032 188.8c174.72-113.28 408-63.36 522.24 109.44 5.76 10.56 11.52 20.16 17.28 30.72v.96a22.4 22.4 0 0 1-7.68 26.88l-352.32 228.48c-9.6 6.72-22.08 3.84-28.8-5.76l-18.24-27.84a54.336 54.336 0 0 1 16.32-74.88l225.6-146.88c9.6-6.72 12.48-19.2 5.76-28.8-.96-1.92-1.92-3.84-3.84-4.8a267.84 267.84 0 0 0-315.84-17.28c-123.84 81.6-159.36 247.68-78.72 371.52a268.096 268.096 0 0 0 370.56 78.72 54.336 54.336 0 0 1 74.88 16.32l17.28 26.88c5.76 9.6 3.84 21.12-4.8 27.84-8.64 7.68-18.24 14.4-28.8 21.12a377.92 377.92 0 0 1-522.24-110.4c-113.28-174.72-63.36-408 111.36-522.24zm526.08 305.28a22.336 22.336 0 0 1 28.8 5.76l23.04 35.52a63.232 63.232 0 0 1-18.24 87.36l-35.52 23.04c-9.6 6.72-22.08 3.84-28.8-5.76l-46.08-71.04c-6.72-9.6-3.84-22.08 5.76-28.8l71.04-46.08z"})]))}}),sP=iP,cP=N({name:"ElementPlus",__name:"element-plus",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M839.7 734.7c0 33.3-17.9 41-17.9 41S519.7 949.8 499.2 960c-10.2 5.1-20.5 5.1-30.7 0 0 0-314.9-184.3-325.1-192-5.1-5.1-10.2-12.8-12.8-20.5V368.6c0-17.9 20.5-28.2 20.5-28.2L466 158.6c12.8-5.1 25.6-5.1 38.4 0 0 0 279 161.3 309.8 179.2 17.9 7.7 28.2 25.6 25.6 46.1-.1-5-.1 317.5-.1 350.8M714.2 371.2c-64-35.8-217.6-125.4-217.6-125.4-7.7-5.1-20.5-5.1-30.7 0L217.6 389.1s-17.9 10.2-17.9 23v297c0 5.1 5.1 12.8 7.7 17.9 7.7 5.1 256 148.5 256 148.5 7.7 5.1 17.9 5.1 25.6 0 15.4-7.7 250.9-145.9 250.9-145.9s12.8-5.1 12.8-30.7v-74.2l-276.5 169v-64c0-17.9 7.7-30.7 20.5-46.1L745 535c5.1-7.7 10.2-20.5 10.2-30.7v-66.6l-279 169v-69.1c0-15.4 5.1-30.7 17.9-38.4l220.1-128zM919 135.7c0-5.1-5.1-7.7-7.7-7.7h-58.9V66.6c0-5.1-5.1-5.1-10.2-5.1l-30.7 5.1c-5.1 0-5.1 2.6-5.1 5.1V128h-56.3c-5.1 0-5.1 5.1-7.7 5.1v38.4h69.1v64c0 5.1 5.1 5.1 10.2 5.1l30.7-5.1c5.1 0 5.1-2.6 5.1-5.1v-56.3h64l-2.5-38.4z"})]))}}),uP=cP,dP=N({name:"Expand",__name:"expand",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 192h768v128H128zm0 256h512v128H128zm0 256h768v128H128zm576-352 192 160-192 128z"})]))}}),pP=dP,fP=N({name:"Failed",__name:"failed",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m557.248 608 135.744-135.744-45.248-45.248-135.68 135.744-135.808-135.68-45.248 45.184L466.752 608l-135.68 135.68 45.184 45.312L512 653.248l135.744 135.744 45.248-45.248L557.312 608zM704 192h160v736H160V192h160v64h384zm-320 0V96h256v96z"})]))}}),hP=fP,vP=N({name:"Female",__name:"female",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 640a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),E("path",{fill:"currentColor",d:"M512 640q32 0 32 32v256q0 32-32 32t-32-32V672q0-32 32-32"}),E("path",{fill:"currentColor",d:"M352 800h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"})]))}}),mP=vP,gP=N({name:"Files",__name:"files",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 384v448h768V384zm-32-64h832a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32m64-128h704v64H160zm96-128h512v64H256z"})]))}}),bP=gP,_P=N({name:"Film",__name:"film",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M320 288V128h64v352h256V128h64v160h160v64H704v128h160v64H704v128h160v64H704v160h-64V544H384v352h-64V736H128v-64h192V544H128v-64h192V352H128v-64z"})]))}}),wP=_P,yP=N({name:"Filter",__name:"filter",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M384 523.392V928a32 32 0 0 0 46.336 28.608l192-96A32 32 0 0 0 640 832V523.392l280.768-343.104a32 32 0 1 0-49.536-40.576l-288 352A32 32 0 0 0 576 512v300.224l-128 64V512a32 32 0 0 0-7.232-20.288L195.52 192H704a32 32 0 1 0 0-64H128a32 32 0 0 0-24.768 52.288z"})]))}}),xP=yP,kP=N({name:"Finished",__name:"finished",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M280.768 753.728 691.456 167.04a32 32 0 1 1 52.416 36.672L314.24 817.472a32 32 0 0 1-45.44 7.296l-230.4-172.8a32 32 0 0 1 38.4-51.2l203.968 152.96zM736 448a32 32 0 1 1 0-64h192a32 32 0 1 1 0 64zM608 640a32 32 0 0 1 0-64h319.936a32 32 0 1 1 0 64zM480 832a32 32 0 1 1 0-64h447.936a32 32 0 1 1 0 64z"})]))}}),CP=kP,SP=N({name:"FirstAidKit",__name:"first-aid-kit",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 256a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V320a64 64 0 0 0-64-64zm0-64h640a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H192A128 128 0 0 1 64 768V320a128 128 0 0 1 128-128"}),E("path",{fill:"currentColor",d:"M544 512h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0zM352 128v64h320v-64zm-32-64h384a32 32 0 0 1 32 32v128a32 32 0 0 1-32 32H320a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"})]))}}),EP=SP,TP=N({name:"Flag",__name:"flag",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 128h608L736 384l160 256H288v320h-96V64h96z"})]))}}),$P=TP,MP=N({name:"Fold",__name:"fold",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"})]))}}),AP=MP,zP=N({name:"FolderAdd",__name:"folder-add",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m384 416V416h64v128h128v64H544v128h-64V608H352v-64z"})]))}}),IP=zP,OP=N({name:"FolderChecked",__name:"folder-checked",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m414.08 502.144 180.992-180.992L736.32 494.4 510.08 720.64l-158.4-158.336 45.248-45.312z"})]))}}),NP=OP,PP=N({name:"FolderDelete",__name:"folder-delete",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m370.752 448-90.496-90.496 45.248-45.248L512 530.752l90.496-90.496 45.248 45.248L557.248 576l90.496 90.496-45.248 45.248L512 621.248l-90.496 90.496-45.248-45.248z"})]))}}),RP=PP,LP=N({name:"FolderOpened",__name:"folder-opened",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M878.08 448H241.92l-96 384h636.16l96-384zM832 384v-64H485.76L357.504 192H128v448l57.92-231.744A32 32 0 0 1 216.96 384zm-24.96 512H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h287.872l128.384 128H864a32 32 0 0 1 32 32v96h23.04a32 32 0 0 1 31.04 39.744l-112 448A32 32 0 0 1 807.04 896"})]))}}),BP=LP,VP=N({name:"FolderRemove",__name:"folder-remove",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m256 416h320v64H352z"})]))}}),DP=VP,HP=N({name:"Folder",__name:"folder",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32"})]))}}),FP=HP,jP=N({name:"Food",__name:"food",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 352.576V352a288 288 0 0 1 491.072-204.224 192 192 0 0 1 274.24 204.48 64 64 0 0 1 57.216 74.24C921.6 600.512 850.048 710.656 736 756.992V800a96 96 0 0 1-96 96H384a96 96 0 0 1-96-96v-43.008c-114.048-46.336-185.6-156.48-214.528-330.496A64 64 0 0 1 128 352.64zm64-.576h64a160 160 0 0 1 320 0h64a224 224 0 0 0-448 0m128 0h192a96 96 0 0 0-192 0m439.424 0h68.544A128.256 128.256 0 0 0 704 192c-15.36 0-29.952 2.688-43.52 7.616 11.328 18.176 20.672 37.76 27.84 58.304A64.128 64.128 0 0 1 759.424 352M672 768H352v32a32 32 0 0 0 32 32h256a32 32 0 0 0 32-32zm-342.528-64h365.056c101.504-32.64 165.76-124.928 192.896-288H136.576c27.136 163.072 91.392 255.36 192.896 288"})]))}}),KP=jP,UP=N({name:"Football",__name:"football",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896m0-64a384 384 0 1 0 0-768 384 384 0 0 0 0 768"}),E("path",{fill:"currentColor",d:"M186.816 268.288c16-16.384 31.616-31.744 46.976-46.08 17.472 30.656 39.808 58.112 65.984 81.28l-32.512 56.448a385.984 385.984 0 0 1-80.448-91.648zm653.696-5.312a385.92 385.92 0 0 1-83.776 96.96l-32.512-56.384a322.923 322.923 0 0 0 68.48-85.76c15.552 14.08 31.488 29.12 47.808 45.184zM465.984 445.248l11.136-63.104a323.584 323.584 0 0 0 69.76 0l11.136 63.104a387.968 387.968 0 0 1-92.032 0m-62.72-12.8A381.824 381.824 0 0 1 320 396.544l32-55.424a319.885 319.885 0 0 0 62.464 27.712l-11.2 63.488zm300.8-35.84a381.824 381.824 0 0 1-83.328 35.84l-11.2-63.552A319.885 319.885 0 0 0 672 341.184l32 55.424zm-520.768 364.8a385.92 385.92 0 0 1 83.968-97.28l32.512 56.32c-26.88 23.936-49.856 52.352-67.52 84.032-16-13.44-32.32-27.712-48.96-43.072zm657.536.128a1442.759 1442.759 0 0 1-49.024 43.072 321.408 321.408 0 0 0-67.584-84.16l32.512-56.32c33.216 27.456 61.696 60.352 84.096 97.408zM465.92 578.752a387.968 387.968 0 0 1 92.032 0l-11.136 63.104a323.584 323.584 0 0 0-69.76 0zm-62.72 12.8 11.2 63.552a319.885 319.885 0 0 0-62.464 27.712L320 627.392a381.824 381.824 0 0 1 83.264-35.84zm300.8 35.84-32 55.424a318.272 318.272 0 0 0-62.528-27.712l11.2-63.488c29.44 8.64 57.28 20.736 83.264 35.776z"})]))}}),WP=UP,qP=N({name:"ForkSpoon",__name:"fork-spoon",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 410.304V96a32 32 0 0 1 64 0v314.304a96 96 0 0 0 64-90.56V96a32 32 0 0 1 64 0v223.744a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.544a160 160 0 0 1-128-156.8V96a32 32 0 0 1 64 0v223.744a96 96 0 0 0 64 90.56zM672 572.48C581.184 552.128 512 446.848 512 320c0-141.44 85.952-256 192-256s192 114.56 192 256c0 126.848-69.184 232.128-160 252.48V928a32 32 0 1 1-64 0zM704 512c66.048 0 128-82.56 128-192s-61.952-192-128-192-128 82.56-128 192 61.952 192 128 192"})]))}}),YP=qP,GP=N({name:"Fries",__name:"fries",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M608 224v-64a32 32 0 0 0-64 0v336h26.88A64 64 0 0 0 608 484.096zm101.12 160A64 64 0 0 0 672 395.904V384h64V224a32 32 0 1 0-64 0v160zm74.88 0a92.928 92.928 0 0 1 91.328 110.08l-60.672 323.584A96 96 0 0 1 720.32 896H303.68a96 96 0 0 1-94.336-78.336L148.672 494.08A92.928 92.928 0 0 1 240 384h-16V224a96 96 0 0 1 188.608-25.28A95.744 95.744 0 0 1 480 197.44V160a96 96 0 0 1 188.608-25.28A96 96 0 0 1 800 224v160zM670.784 512a128 128 0 0 1-99.904 48H453.12a128 128 0 0 1-99.84-48H352v-1.536a128.128 128.128 0 0 1-9.984-14.976L314.88 448H240a28.928 28.928 0 0 0-28.48 34.304L241.088 640h541.824l29.568-157.696A28.928 28.928 0 0 0 784 448h-74.88l-27.136 47.488A132.405 132.405 0 0 1 672 510.464V512zM480 288a32 32 0 0 0-64 0v196.096A64 64 0 0 0 453.12 496H480zm-128 96V224a32 32 0 0 0-64 0v160zh-37.12A64 64 0 0 1 352 395.904zm-98.88 320 19.072 101.888A32 32 0 0 0 303.68 832h416.64a32 32 0 0 0 31.488-26.112L770.88 704z"})]))}}),XP=GP,ZP=N({name:"FullScreen",__name:"full-screen",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64z"})]))}}),L3=ZP,JP=N({name:"GobletFull",__name:"goblet-full",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 320h512c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320m503.936 64H264.064a256.128 256.128 0 0 0 495.872 0zM544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320c0-85.632 21.312-170.944 64-256h512c42.688 64.32 64 149.632 64 256a320 320 0 0 1-288 318.4"})]))}}),QP=JP,eR=N({name:"GobletSquareFull",__name:"goblet-square-full",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 270.912c10.048 6.72 22.464 14.912 28.992 18.624a220.16 220.16 0 0 0 114.752 30.72c30.592 0 49.408-9.472 91.072-41.152l.64-.448c52.928-40.32 82.368-55.04 132.288-54.656 55.552.448 99.584 20.8 142.72 57.408l1.536 1.28V128H256v142.912zm.96 76.288C266.368 482.176 346.88 575.872 512 576c157.44.064 237.952-85.056 253.248-209.984a952.32 952.32 0 0 1-40.192-35.712c-32.704-27.776-63.36-41.92-101.888-42.24-31.552-.256-50.624 9.28-93.12 41.6l-.576.448c-52.096 39.616-81.024 54.208-129.792 54.208-54.784 0-100.48-13.376-142.784-37.056zM480 638.848C250.624 623.424 192 442.496 192 319.68V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v224c0 122.816-58.624 303.68-288 318.912V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96z"})]))}}),tR=eR,oR=N({name:"GobletSquare",__name:"goblet-square",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 638.912V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.848C250.624 623.424 192 442.496 192 319.68V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v224c0 122.816-58.624 303.68-288 318.912M256 319.68c0 149.568 80 256.192 256 256.256C688.128 576 768 469.568 768 320V128H256z"})]))}}),rR=oR,lR=N({name:"Goblet",__name:"goblet",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320c0-85.632 21.312-170.944 64-256h512c42.688 64.32 64 149.632 64 256a320 320 0 0 1-288 318.4M256 320a256 256 0 1 0 512 0c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320"})]))}}),nR=lR,aR=N({name:"GoldMedal",__name:"gold-medal",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m772.13 452.84 53.86-351.81c1.32-10.01-1.17-18.68-7.49-26.02S804.35 64 795.01 64H228.99v-.01h-.06c-9.33 0-17.15 3.67-23.49 11.01s-8.83 16.01-7.49 26.02l53.87 351.89C213.54 505.73 193.59 568.09 192 640c2 90.67 33.17 166.17 93.5 226.5S421.33 957.99 512 960c90.67-2 166.17-33.17 226.5-93.5 60.33-60.34 91.49-135.83 93.5-226.5-1.59-71.94-21.56-134.32-59.87-187.16zM640.01 128h117.02l-39.01 254.02c-20.75-10.64-40.74-19.73-59.94-27.28-5.92-3-11.95-5.8-18.08-8.41V128h.01zM576 128v198.76c-13.18-2.58-26.74-4.43-40.67-5.55-8.07-.8-15.85-1.2-23.33-1.2-10.54 0-21.09.66-31.64 1.96a359.844 359.844 0 0 0-32.36 4.79V128zm-192 0h.04v218.3c-6.22 2.66-12.34 5.5-18.36 8.56-19.13 7.54-39.02 16.6-59.66 27.16L267.01 128zm308.99 692.99c-48 48-108.33 73-180.99 75.01-72.66-2.01-132.99-27.01-180.99-75.01S258.01 712.66 256 640c2.01-72.66 27.01-132.99 75.01-180.99 19.67-19.67 41.41-35.47 65.22-47.41 38.33-15.04 71.15-23.92 98.44-26.65 5.07-.41 10.2-.7 15.39-.88.63-.01 1.28-.03 1.91-.03.66 0 1.35.03 2.02.04 5.11.17 10.15.46 15.13.86 27.4 2.71 60.37 11.65 98.91 26.79 23.71 11.93 45.36 27.69 64.96 47.29 48 48 73 108.33 75.01 180.99-2.01 72.65-27.01 132.98-75.01 180.98z"}),E("path",{fill:"currentColor",d:"M544 480H416v64h64v192h-64v64h192v-64h-64z"})]))}}),iR=aR,sR=N({name:"GoodsFilled",__name:"goods-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 352h640l64 544H128zm128 224h64V448h-64zm320 0h64V448h-64zM384 288h-64a192 192 0 1 1 384 0h-64a128 128 0 1 0-256 0"})]))}}),cR=sR,uR=N({name:"Goods",__name:"goods",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M320 288v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4h131.072a32 32 0 0 1 31.808 28.8l57.6 576a32 32 0 0 1-31.808 35.2H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320zm64 0h256v-22.336C640 189.248 582.272 128 512 128c-70.272 0-128 61.248-128 137.664v22.4zm-64 64H217.92l-51.2 512h690.56l-51.264-512H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0z"})]))}}),dR=uR,pR=N({name:"Grape",__name:"grape",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 195.2a160 160 0 0 1 96 60.8 160 160 0 1 1 146.24 254.976 160 160 0 0 1-128 224 160 160 0 1 1-292.48 0 160 160 0 0 1-128-224A160 160 0 1 1 384 256a160 160 0 0 1 96-60.8V128h-64a32 32 0 0 1 0-64h192a32 32 0 0 1 0 64h-64zM512 448a96 96 0 1 0 0-192 96 96 0 0 0 0 192m-256 0a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192"})]))}}),fR=pR,hR=N({name:"Grid",__name:"grid",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"})]))}}),vR=hR,mR=N({name:"Guide",__name:"guide",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M640 608h-64V416h64zm0 160v160a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V768h64v128h128V768zM384 608V416h64v192zm256-352h-64V128H448v128h-64V96a32 32 0 0 1 32-32h192a32 32 0 0 1 32 32z"}),E("path",{fill:"currentColor",d:"m220.8 256-71.232 80 71.168 80H768V256H220.8zm-14.4-64H800a32 32 0 0 1 32 32v224a32 32 0 0 1-32 32H206.4a32 32 0 0 1-23.936-10.752l-99.584-112a32 32 0 0 1 0-42.496l99.584-112A32 32 0 0 1 206.4 192m678.784 496-71.104 80H266.816V608h547.2l71.168 80zm-56.768-144H234.88a32 32 0 0 0-32 32v224a32 32 0 0 0 32 32h593.6a32 32 0 0 0 23.936-10.752l99.584-112a32 32 0 0 0 0-42.496l-99.584-112A32 32 0 0 0 828.48 544z"})]))}}),gR=mR,bR=N({name:"Handbag",__name:"handbag",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M887.01 264.99c-6-5.99-13.67-8.99-23.01-8.99H704c-1.34-54.68-20.01-100.01-56-136s-81.32-54.66-136-56c-54.68 1.34-100.01 20.01-136 56s-54.66 81.32-56 136H160c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.67-8.99 23.01v640c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V288c0-9.35-2.99-17.02-8.99-23.01M421.5 165.5c24.32-24.34 54.49-36.84 90.5-37.5 35.99.68 66.16 13.18 90.5 37.5s36.84 54.49 37.5 90.5H384c.68-35.99 13.18-66.16 37.5-90.5M832 896H192V320h128v128h64V320h256v128h64V320h128z"})]))}}),_R=bR,wR=N({name:"Headset",__name:"headset",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M896 529.152V512a384 384 0 1 0-768 0v17.152A128 128 0 0 1 320 640v128a128 128 0 1 1-256 0V512a448 448 0 1 1 896 0v256a128 128 0 1 1-256 0V640a128 128 0 0 1 192-110.848M896 640a64 64 0 0 0-128 0v128a64 64 0 0 0 128 0zm-768 0v128a64 64 0 0 0 128 0V640a64 64 0 1 0-128 0"})]))}}),yR=wR,xR=N({name:"HelpFilled",__name:"help-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M926.784 480H701.312A192.512 192.512 0 0 0 544 322.688V97.216A416.064 416.064 0 0 1 926.784 480m0 64A416.064 416.064 0 0 1 544 926.784V701.312A192.512 192.512 0 0 0 701.312 544zM97.28 544h225.472A192.512 192.512 0 0 0 480 701.312v225.472A416.064 416.064 0 0 1 97.216 544zm0-64A416.064 416.064 0 0 1 480 97.216v225.472A192.512 192.512 0 0 0 322.688 480H97.216z"})]))}}),kR=xR,CR=N({name:"Help",__name:"help",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m759.936 805.248-90.944-91.008A254.912 254.912 0 0 1 512 768a254.912 254.912 0 0 1-156.992-53.76l-90.944 91.008A382.464 382.464 0 0 0 512 896c94.528 0 181.12-34.176 247.936-90.752m45.312-45.312A382.464 382.464 0 0 0 896 512c0-94.528-34.176-181.12-90.752-247.936l-91.008 90.944C747.904 398.4 768 452.864 768 512c0 59.136-20.096 113.6-53.76 156.992l91.008 90.944zm-45.312-541.184A382.464 382.464 0 0 0 512 128c-94.528 0-181.12 34.176-247.936 90.752l90.944 91.008A254.912 254.912 0 0 1 512 256c59.136 0 113.6 20.096 156.992 53.76l90.944-91.008zm-541.184 45.312A382.464 382.464 0 0 0 128 512c0 94.528 34.176 181.12 90.752 247.936l91.008-90.944A254.912 254.912 0 0 1 256 512c0-59.136 20.096-113.6 53.76-156.992zm417.28 394.496a194.56 194.56 0 0 0 22.528-22.528C686.912 602.56 704 559.232 704 512a191.232 191.232 0 0 0-67.968-146.56A191.296 191.296 0 0 0 512 320a191.232 191.232 0 0 0-146.56 67.968C337.088 421.44 320 464.768 320 512a191.232 191.232 0 0 0 67.968 146.56C421.44 686.912 464.768 704 512 704c47.296 0 90.56-17.088 124.032-45.44zM512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),SR=CR,ER=N({name:"Hide",__name:"hide",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M876.8 156.8c0-9.6-3.2-16-9.6-22.4-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6L736 220.8c-64-32-137.6-51.2-224-60.8-160 16-288 73.6-377.6 176C44.8 438.4 0 496 0 512s48 73.6 134.4 176c22.4 25.6 44.8 48 73.6 67.2l-86.4 89.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4 6.4 6.4 12.8 9.6 22.4 9.6 9.6 0 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4Zm-646.4 528c-76.8-70.4-128-128-153.6-172.8 28.8-48 80-105.6 153.6-172.8C304 272 400 230.4 512 224c64 3.2 124.8 19.2 176 44.8l-54.4 54.4C598.4 300.8 560 288 512 288c-64 0-115.2 22.4-160 64s-64 96-64 160c0 48 12.8 89.6 35.2 124.8L256 707.2c-9.6-6.4-19.2-16-25.6-22.4Zm140.8-96c-12.8-22.4-19.2-48-19.2-76.8 0-44.8 16-83.2 48-112 32-28.8 67.2-48 112-48 28.8 0 54.4 6.4 73.6 19.2zM889.599 336c-12.8-16-28.8-28.8-41.6-41.6l-48 48c73.6 67.2 124.8 124.8 150.4 169.6-28.8 48-80 105.6-153.6 172.8-73.6 67.2-172.8 108.8-284.8 115.2-51.2-3.2-99.2-12.8-140.8-28.8l-48 48c57.6 22.4 118.4 38.4 188.8 44.8 160-16 288-73.6 377.6-176C979.199 585.6 1024 528 1024 512s-48.001-73.6-134.401-176Z"}),E("path",{fill:"currentColor",d:"M511.998 672c-12.8 0-25.6-3.2-38.4-6.4l-51.2 51.2c28.8 12.8 57.6 19.2 89.6 19.2 64 0 115.2-22.4 160-64 41.6-41.6 64-96 64-160 0-32-6.4-64-19.2-89.6l-51.2 51.2c3.2 12.8 6.4 25.6 6.4 38.4 0 44.8-16 83.2-48 112-32 28.8-67.2 48-112 48Z"})]))}}),B3=ER,TR=N({name:"Histogram",__name:"histogram",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M416 896V128h192v768zm-288 0V448h192v448zm576 0V320h192v576z"})]))}}),$R=TR,MR=N({name:"HomeFilled",__name:"home-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 128 128 447.936V896h255.936V640H640v256h255.936V447.936z"})]))}}),AR=MR,zR=N({name:"HotWater",__name:"hot-water",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M273.067 477.867h477.866V409.6H273.067zm0 68.266v51.2A187.733 187.733 0 0 0 460.8 785.067h102.4a187.733 187.733 0 0 0 187.733-187.734v-51.2H273.067zm-34.134-204.8h546.134a34.133 34.133 0 0 1 34.133 34.134v221.866a256 256 0 0 1-256 256H460.8a256 256 0 0 1-256-256V375.467a34.133 34.133 0 0 1 34.133-34.134zM512 34.133a34.133 34.133 0 0 1 34.133 34.134v170.666a34.133 34.133 0 0 1-68.266 0V68.267A34.133 34.133 0 0 1 512 34.133zM375.467 102.4a34.133 34.133 0 0 1 34.133 34.133v102.4a34.133 34.133 0 0 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.134-34.133m273.066 0a34.133 34.133 0 0 1 34.134 34.133v102.4a34.133 34.133 0 1 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.133-34.133M170.667 921.668h682.666a34.133 34.133 0 1 1 0 68.267H170.667a34.133 34.133 0 1 1 0-68.267z"})]))}}),IR=zR,OR=N({name:"House",__name:"house",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 413.952V896h640V413.952L512 147.328zM139.52 374.4l352-293.312a32 32 0 0 1 40.96 0l352 293.312A32 32 0 0 1 896 398.976V928a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V398.976a32 32 0 0 1 11.52-24.576"})]))}}),NR=OR,PR=N({name:"IceCreamRound",__name:"ice-cream-round",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m308.352 489.344 226.304 226.304a32 32 0 0 0 45.248 0L783.552 512A192 192 0 1 0 512 240.448L308.352 444.16a32 32 0 0 0 0 45.248zm135.744 226.304L308.352 851.392a96 96 0 0 1-135.744-135.744l135.744-135.744-45.248-45.248a96 96 0 0 1 0-135.808L466.752 195.2A256 256 0 0 1 828.8 557.248L625.152 760.96a96 96 0 0 1-135.808 0l-45.248-45.248zM398.848 670.4 353.6 625.152 217.856 760.896a32 32 0 0 0 45.248 45.248zm248.96-384.64a32 32 0 0 1 0 45.248L466.624 512a32 32 0 1 1-45.184-45.248l180.992-181.056a32 32 0 0 1 45.248 0zm90.496 90.496a32 32 0 0 1 0 45.248L557.248 602.496A32 32 0 1 1 512 557.248l180.992-180.992a32 32 0 0 1 45.312 0z"})]))}}),RR=PR,LR=N({name:"IceCreamSquare",__name:"ice-cream-square",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M416 640h256a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32H352a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32zm192 64v160a96 96 0 0 1-192 0V704h-64a96 96 0 0 1-96-96V160a96 96 0 0 1 96-96h320a96 96 0 0 1 96 96v448a96 96 0 0 1-96 96zm-64 0h-64v160a32 32 0 1 0 64 0z"})]))}}),BR=LR,VR=N({name:"IceCream",__name:"ice-cream",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128.64 448a208 208 0 0 1 193.536-191.552 224 224 0 0 1 445.248 15.488A208.128 208.128 0 0 1 894.784 448H896L548.8 983.68a32 32 0 0 1-53.248.704L128 448zm64.256 0h286.208a144 144 0 0 0-286.208 0zm351.36 0h286.272a144 144 0 0 0-286.272 0zm-294.848 64 271.808 396.608L778.24 512H249.408zM511.68 352.64a207.872 207.872 0 0 1 189.184-96.192 160 160 0 0 0-314.752 5.632c52.608 12.992 97.28 46.08 125.568 90.56"})]))}}),DR=VR,HR=N({name:"IceDrink",__name:"ice-drink",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 448v128h239.68l16.064-128zm-64 0H256.256l16.064 128H448zm64-255.36V384h247.744A256.128 256.128 0 0 0 512 192.64m-64 8.064A256.448 256.448 0 0 0 264.256 384H448zm64-72.064A320.128 320.128 0 0 1 825.472 384H896a32 32 0 1 1 0 64h-64v1.92l-56.96 454.016A64 64 0 0 1 711.552 960H312.448a64 64 0 0 1-63.488-56.064L192 449.92V448h-64a32 32 0 0 1 0-64h70.528A320.384 320.384 0 0 1 448 135.04V96a96 96 0 0 1 96-96h128a32 32 0 1 1 0 64H544a32 32 0 0 0-32 32zM743.68 640H280.32l32.128 256h399.104z"})]))}}),FR=HR,jR=N({name:"IceTea",__name:"ice-tea",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M197.696 259.648a320.128 320.128 0 0 1 628.608 0A96 96 0 0 1 896 352v64a96 96 0 0 1-71.616 92.864l-49.408 395.072A64 64 0 0 1 711.488 960H312.512a64 64 0 0 1-63.488-56.064l-49.408-395.072A96 96 0 0 1 128 416v-64a96 96 0 0 1 69.696-92.352M264.064 256h495.872a256.128 256.128 0 0 0-495.872 0m495.424 256H264.512l48 384h398.976zM224 448h576a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32H224a32 32 0 0 0-32 32v64a32 32 0 0 0 32 32m160 192h64v64h-64zm192 64h64v64h-64zm-128 64h64v64h-64zm64-192h64v64h-64z"})]))}}),KR=jR,UR=N({name:"InfoFilled",__name:"info-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64m67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344M590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"})]))}}),Od=UR,WR=N({name:"Iphone",__name:"iphone",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 768v96.064a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V768zm0-64h576V160a64 64 0 0 0-64-64H288a64 64 0 0 0-64 64zm32 288a96 96 0 0 1-96-96V128a96 96 0 0 1 96-96h512a96 96 0 0 1 96 96v768a96 96 0 0 1-96 96zm304-144a48 48 0 1 1-96 0 48 48 0 0 1 96 0"})]))}}),qR=WR,YR=N({name:"Key",__name:"key",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M448 456.064V96a32 32 0 0 1 32-32.064L672 64a32 32 0 0 1 0 64H512v128h160a32 32 0 0 1 0 64H512v128a256 256 0 1 1-64 8.064M512 896a192 192 0 1 0 0-384 192 192 0 0 0 0 384"})]))}}),GR=YR,XR=N({name:"KnifeFork",__name:"knife-fork",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 410.56V96a32 32 0 0 1 64 0v314.56A96 96 0 0 0 384 320V96a32 32 0 0 1 64 0v224a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.8A160 160 0 0 1 128 320V96a32 32 0 0 1 64 0v224a96 96 0 0 0 64 90.56m384-250.24V544h126.72c-3.328-78.72-12.928-147.968-28.608-207.744-14.336-54.528-46.848-113.344-98.112-175.872zM640 608v320a32 32 0 1 1-64 0V64h64c85.312 89.472 138.688 174.848 160 256 21.312 81.152 32 177.152 32 288z"})]))}}),ZR=XR,JR=N({name:"Lightning",__name:"lightning",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 671.36v64.128A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 736 734.016v-64.768a192 192 0 0 0 3.328-377.92l-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 91.968 70.464 167.36 160.256 175.232z"}),E("path",{fill:"currentColor",d:"M416 736a32 32 0 0 1-27.776-47.872l128-224a32 32 0 1 1 55.552 31.744L471.168 672H608a32 32 0 0 1 27.776 47.872l-128 224a32 32 0 1 1-55.68-31.744L552.96 736z"})]))}}),QR=JR,eL=N({name:"Link",__name:"link",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M715.648 625.152 670.4 579.904l90.496-90.56c75.008-74.944 85.12-186.368 22.656-248.896-62.528-62.464-173.952-52.352-248.96 22.656L444.16 353.6l-45.248-45.248 90.496-90.496c100.032-99.968 251.968-110.08 339.456-22.656 87.488 87.488 77.312 239.424-22.656 339.456l-90.496 90.496zm-90.496 90.496-90.496 90.496C434.624 906.112 282.688 916.224 195.2 828.8c-87.488-87.488-77.312-239.424 22.656-339.456l90.496-90.496 45.248 45.248-90.496 90.56c-75.008 74.944-85.12 186.368-22.656 248.896 62.528 62.464 173.952 52.352 248.96-22.656l90.496-90.496zm0-362.048 45.248 45.248L398.848 670.4 353.6 625.152z"})]))}}),tL=eL,oL=N({name:"List",__name:"list",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"})]))}}),rL=oL,lL=N({name:"Loading",__name:"loading",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248zM828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0z"})]))}}),vn=lL,nL=N({name:"LocationFilled",__name:"location-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 928c23.936 0 117.504-68.352 192.064-153.152C803.456 661.888 864 535.808 864 416c0-189.632-155.84-320-352-320S160 226.368 160 416c0 120.32 60.544 246.4 159.936 359.232C394.432 859.84 488 928 512 928m0-435.2a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 140.8a204.8 204.8 0 1 1 0-409.6 204.8 204.8 0 0 1 0 409.6"})]))}}),aL=nL,iL=N({name:"LocationInformation",__name:"location-information",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),E("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),E("path",{fill:"currentColor",d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"})]))}}),sL=iL,cL=N({name:"Location",__name:"location",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),E("path",{fill:"currentColor",d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"})]))}}),uL=cL,dL=N({name:"Lock",__name:"lock",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"}),E("path",{fill:"currentColor",d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m192-160v-64a192 192 0 1 0-384 0v64zM512 64a256 256 0 0 1 256 256v128H256V320A256 256 0 0 1 512 64"})]))}}),pL=dL,fL=N({name:"Lollipop",__name:"lollipop",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M513.28 448a64 64 0 1 1 76.544 49.728A96 96 0 0 0 768 448h64a160 160 0 0 1-320 0zm-126.976-29.696a256 256 0 1 0 43.52-180.48A256 256 0 0 1 832 448h-64a192 192 0 0 0-381.696-29.696m105.664 249.472L285.696 874.048a96 96 0 0 1-135.68-135.744l206.208-206.272a320 320 0 1 1 135.744 135.744zm-54.464-36.032a321.92 321.92 0 0 1-45.248-45.248L195.2 783.552a32 32 0 1 0 45.248 45.248l197.056-197.12z"})]))}}),hL=fL,vL=N({name:"MagicStick",__name:"magic-stick",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64h64v192h-64zm0 576h64v192h-64zM160 480v-64h192v64zm576 0v-64h192v64zM249.856 199.04l45.248-45.184L430.848 289.6 385.6 334.848 249.856 199.104zM657.152 606.4l45.248-45.248 135.744 135.744-45.248 45.248zM114.048 923.2 68.8 877.952l316.8-316.8 45.248 45.248zM702.4 334.848 657.152 289.6l135.744-135.744 45.248 45.248z"})]))}}),mL=vL,gL=N({name:"Magnet",__name:"magnet",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M832 320V192H704v320a192 192 0 1 1-384 0V192H192v128h128v64H192v128a320 320 0 0 0 640 0V384H704v-64zM640 512V128h256v384a384 384 0 1 1-768 0V128h256v384a128 128 0 1 0 256 0"})]))}}),bL=gL,_L=N({name:"Male",__name:"male",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M399.5 849.5a225 225 0 1 0 0-450 225 225 0 0 0 0 450m0 56.25a281.25 281.25 0 1 1 0-562.5 281.25 281.25 0 0 1 0 562.5m253.125-787.5h225q28.125 0 28.125 28.125T877.625 174.5h-225q-28.125 0-28.125-28.125t28.125-28.125"}),E("path",{fill:"currentColor",d:"M877.625 118.25q28.125 0 28.125 28.125v225q0 28.125-28.125 28.125T849.5 371.375v-225q0-28.125 28.125-28.125"}),E("path",{fill:"currentColor",d:"M604.813 458.9 565.1 419.131l292.613-292.668 39.825 39.824z"})]))}}),wL=_L,yL=N({name:"Management",__name:"management",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"})]))}}),xL=yL,kL=N({name:"MapLocation",__name:"map-location",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),E("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256m345.6 192L960 960H672v-64H352v64H64l102.4-256zm-68.928 0H235.328l-76.8 192h706.944z"})]))}}),CL=kL,SL=N({name:"Medal",__name:"medal",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),E("path",{fill:"currentColor",d:"M576 128H448v200a286.72 286.72 0 0 1 64-8c19.52 0 40.832 2.688 64 8zm64 0v219.648c24.448 9.088 50.56 20.416 78.4 33.92L757.44 128zm-256 0H266.624l39.04 253.568c27.84-13.504 53.888-24.832 78.336-33.92V128zM229.312 64h565.376a32 32 0 0 1 31.616 36.864L768 480c-113.792-64-199.104-96-256-96-56.896 0-142.208 32-256 96l-58.304-379.136A32 32 0 0 1 229.312 64"})]))}}),EL=SL,TL=N({name:"Memo",__name:"memo",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 320h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"}),E("path",{fill:"currentColor",d:"M887.01 72.99C881.01 67 873.34 64 864 64H160c-9.35 0-17.02 3-23.01 8.99C131 78.99 128 86.66 128 96v832c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V96c0-9.35-3-17.02-8.99-23.01M192 896V128h96v768zm640 0H352V128h480z"}),E("path",{fill:"currentColor",d:"M480 512h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32m0 192h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"})]))}}),$L=TL,ML=N({name:"Menu",__name:"menu",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 448a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zM160 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z"})]))}}),AL=ML,zL=N({name:"MessageBox",__name:"message-box",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 384h448v64H288zm96-128h256v64H384zM131.456 512H384v128h256V512h252.544L721.856 192H302.144zM896 576H704v128H320V576H128v256h768zM275.776 128h472.448a32 32 0 0 1 28.608 17.664l179.84 359.552A32 32 0 0 1 960 519.552V864a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V519.552a32 32 0 0 1 3.392-14.336l179.776-359.552A32 32 0 0 1 275.776 128z"})]))}}),IL=zL,OL=N({name:"Message",__name:"message",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 224v512a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V224zm0-64h768a64 64 0 0 1 64 64v512a128 128 0 0 1-128 128H192A128 128 0 0 1 64 736V224a64 64 0 0 1 64-64"}),E("path",{fill:"currentColor",d:"M904 224 656.512 506.88a192 192 0 0 1-289.024 0L120 224zm-698.944 0 210.56 240.704a128 128 0 0 0 192.704 0L818.944 224H205.056"})]))}}),NL=OL,PL=N({name:"Mic",__name:"mic",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 704h160a64 64 0 0 0 64-64v-32h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-32a64 64 0 0 0-64-64H384a64 64 0 0 0-64 64v32h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v32a64 64 0 0 0 64 64zm64 64v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768h-96a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64h256a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128z"})]))}}),RL=PL,LL=N({name:"Microphone",__name:"microphone",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 128a128 128 0 0 0-128 128v256a128 128 0 1 0 256 0V256a128 128 0 0 0-128-128m0-64a192 192 0 0 1 192 192v256a192 192 0 1 1-384 0V256A192 192 0 0 1 512 64m-32 832v-64a288 288 0 0 1-288-288v-32a32 32 0 0 1 64 0v32a224 224 0 0 0 224 224h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64z"})]))}}),BL=LL,VL=N({name:"MilkTea",__name:"milk-tea",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M416 128V96a96 96 0 0 1 96-96h128a32 32 0 1 1 0 64H512a32 32 0 0 0-32 32v32h320a96 96 0 0 1 11.712 191.296l-39.68 581.056A64 64 0 0 1 708.224 960H315.776a64 64 0 0 1-63.872-59.648l-39.616-581.056A96 96 0 0 1 224 128zM276.48 320l39.296 576h392.448l4.8-70.784a224.064 224.064 0 0 1 30.016-439.808L747.52 320zM224 256h576a32 32 0 1 0 0-64H224a32 32 0 0 0 0 64m493.44 503.872 21.12-309.12a160 160 0 0 0-21.12 309.12"})]))}}),DL=VL,HL=N({name:"Minus",__name:"minus",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"})]))}}),V3=HL,FL=N({name:"Money",__name:"money",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 640v192h640V384H768v-64h150.976c14.272 0 19.456 1.472 24.64 4.288a29.056 29.056 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64v493.952c0 14.272-1.472 19.456-4.288 24.64a29.056 29.056 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H233.024c-14.272 0-19.456-1.472-24.64-4.288a29.056 29.056 0 0 1-12.16-12.096c-2.688-5.184-4.224-10.368-4.224-24.576V640z"}),E("path",{fill:"currentColor",d:"M768 192H128v448h640zm64-22.976v493.952c0 14.272-1.472 19.456-4.288 24.64a29.056 29.056 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.056 29.056 0 0 1-12.16-12.096C65.536 682.432 64 677.248 64 663.04V169.024c0-14.272 1.472-19.456 4.288-24.64a29.056 29.056 0 0 1 12.096-12.16C85.568 129.536 90.752 128 104.96 128h685.952c14.272 0 19.456 1.472 24.64 4.288a29.056 29.056 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64z"}),E("path",{fill:"currentColor",d:"M448 576a160 160 0 1 1 0-320 160 160 0 0 1 0 320m0-64a96 96 0 1 0 0-192 96 96 0 0 0 0 192"})]))}}),jL=FL,KL=N({name:"Monitor",__name:"monitor",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 768v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768H192A128 128 0 0 1 64 640V256a128 128 0 0 1 128-128h640a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128zM192 192a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64z"})]))}}),UL=KL,WL=N({name:"MoonNight",__name:"moon-night",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M384 512a448 448 0 0 1 215.872-383.296A384 384 0 0 0 213.76 640h188.8A448.256 448.256 0 0 1 384 512M171.136 704a448 448 0 0 1 636.992-575.296A384 384 0 0 0 499.328 704h-328.32z"}),E("path",{fill:"currentColor",d:"M32 640h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m128 128h384a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m160 127.68 224 .256a32 32 0 0 1 32 32V928a32 32 0 0 1-32 32l-224-.384a32 32 0 0 1-32-32v-.064a32 32 0 0 1 32-32z"})]))}}),qL=WL,YL=N({name:"Moon",__name:"moon",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M240.448 240.448a384 384 0 1 0 559.424 525.696 448 448 0 0 1-542.016-542.08 390.592 390.592 0 0 0-17.408 16.384zm181.056 362.048a384 384 0 0 0 525.632 16.384A448 448 0 1 1 405.056 76.8a384 384 0 0 0 16.448 525.696"})]))}}),GL=YL,XL=N({name:"MoreFilled",__name:"more-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M176 416a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224"})]))}}),fh=XL,ZL=N({name:"More",__name:"more",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M176 416a112 112 0 1 0 0 224 112 112 0 0 0 0-224m0 64a48 48 0 1 1 0 96 48 48 0 0 1 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96"})]))}}),D3=ZL,JL=N({name:"MostlyCloudy",__name:"mostly-cloudy",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M737.216 357.952 704 349.824l-11.776-32a192.064 192.064 0 0 0-367.424 23.04l-8.96 39.04-39.04 8.96A192.064 192.064 0 0 0 320 768h368a207.808 207.808 0 0 0 207.808-208 208.32 208.32 0 0 0-158.592-202.048m15.168-62.208A272.32 272.32 0 0 1 959.744 560a271.808 271.808 0 0 1-271.552 272H320a256 256 0 0 1-57.536-505.536 256.128 256.128 0 0 1 489.92-30.72"})]))}}),QL=JL,eB=N({name:"Mouse",__name:"mouse",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M438.144 256c-68.352 0-92.736 4.672-117.76 18.112-20.096 10.752-35.52 26.176-46.272 46.272C260.672 345.408 256 369.792 256 438.144v275.712c0 68.352 4.672 92.736 18.112 117.76 10.752 20.096 26.176 35.52 46.272 46.272C345.408 891.328 369.792 896 438.144 896h147.712c68.352 0 92.736-4.672 117.76-18.112 20.096-10.752 35.52-26.176 46.272-46.272C763.328 806.592 768 782.208 768 713.856V438.144c0-68.352-4.672-92.736-18.112-117.76a110.464 110.464 0 0 0-46.272-46.272C678.592 260.672 654.208 256 585.856 256zm0-64h147.712c85.568 0 116.608 8.96 147.904 25.6 31.36 16.768 55.872 41.344 72.576 72.64C823.104 321.536 832 352.576 832 438.08v275.84c0 85.504-8.96 116.544-25.6 147.84a174.464 174.464 0 0 1-72.64 72.576C702.464 951.104 671.424 960 585.92 960H438.08c-85.504 0-116.544-8.96-147.84-25.6a174.464 174.464 0 0 1-72.64-72.704c-16.768-31.296-25.664-62.336-25.664-147.84v-275.84c0-85.504 8.96-116.544 25.6-147.84a174.464 174.464 0 0 1 72.768-72.576c31.232-16.704 62.272-25.6 147.776-25.6z"}),E("path",{fill:"currentColor",d:"M512 320q32 0 32 32v128q0 32-32 32t-32-32V352q0-32 32-32m32-96a32 32 0 0 1-64 0v-64a32 32 0 0 0-32-32h-96a32 32 0 0 1 0-64h96a96 96 0 0 1 96 96z"})]))}}),tB=eB,oB=N({name:"Mug",__name:"mug",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M736 800V160H160v640a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64m64-544h63.552a96 96 0 0 1 96 96v224a96 96 0 0 1-96 96H800v128a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V128a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v288h63.552a32 32 0 0 0 32-32V352a32 32 0 0 0-32-32z"})]))}}),rB=oB,lB=N({name:"MuteNotification",__name:"mute-notification",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m241.216 832 63.616-64H768V448c0-42.368-10.24-82.304-28.48-117.504l46.912-47.232C815.36 331.392 832 387.84 832 448v320h96a32 32 0 1 1 0 64zm-90.24 0H96a32 32 0 1 1 0-64h96V448a320.128 320.128 0 0 1 256-313.6V128a64 64 0 1 1 128 0v6.4a319.552 319.552 0 0 1 171.648 97.088l-45.184 45.44A256 256 0 0 0 256 448v278.336L151.04 832zM448 896h128a64 64 0 0 1-128 0"}),E("path",{fill:"currentColor",d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056l-704 708.544z"})]))}}),nB=lB,aB=N({name:"Mute",__name:"mute",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m412.16 592.128-45.44 45.44A191.232 191.232 0 0 1 320 512V256a192 192 0 1 1 384 0v44.352l-64 64V256a128 128 0 1 0-256 0v256c0 30.336 10.56 58.24 28.16 80.128m51.968 38.592A128 128 0 0 0 640 512v-57.152l64-64V512a192 192 0 0 1-287.68 166.528zM314.88 779.968l46.144-46.08A222.976 222.976 0 0 0 480 768h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64h64v-64c-61.44 0-118.4-19.2-165.12-52.032M266.752 737.6A286.976 286.976 0 0 1 192 544v-32a32 32 0 0 1 64 0v32c0 56.832 21.184 108.8 56.064 148.288z"}),E("path",{fill:"currentColor",d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056l-704 708.544z"})]))}}),iB=aB,sB=N({name:"NoSmoking",__name:"no-smoking",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M440.256 576H256v128h56.256l-64 64H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32h280.256zm143.488 128H704V583.744L775.744 512H928a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H519.744zM768 576v128h128V576zm-29.696-207.552 45.248 45.248-497.856 497.856-45.248-45.248zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"})]))}}),cB=sB,uB=N({name:"Notebook",__name:"notebook",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M672 128h64v768h-64zM96 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32"})]))}}),dB=uB,pB=N({name:"Notification",__name:"notification",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 128v64H256a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V512h64v256a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V256a128 128 0 0 1 128-128z"}),E("path",{fill:"currentColor",d:"M768 384a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"})]))}}),fB=pB,hB=N({name:"Odometer",__name:"odometer",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),E("path",{fill:"currentColor",d:"M192 512a320 320 0 1 1 640 0 32 32 0 1 1-64 0 256 256 0 1 0-512 0 32 32 0 0 1-64 0"}),E("path",{fill:"currentColor",d:"M570.432 627.84A96 96 0 1 1 509.568 608l60.992-187.776A32 32 0 1 1 631.424 440l-60.992 187.776zM502.08 734.464a32 32 0 1 0 19.84-60.928 32 32 0 0 0-19.84 60.928"})]))}}),vB=hB,mB=N({name:"OfficeBuilding",__name:"office-building",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 128v704h384V128zm-32-64h448a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M256 256h256v64H256zm0 192h256v64H256zm0 192h256v64H256zm384-128h128v64H640zm0 128h128v64H640zM64 832h896v64H64z"}),E("path",{fill:"currentColor",d:"M640 384v448h192V384zm-32-64h256a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H608a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32"})]))}}),gB=mB,bB=N({name:"Open",__name:"open",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M329.956 257.138a254.862 254.862 0 0 0 0 509.724h364.088a254.862 254.862 0 0 0 0-509.724zm0-72.818h364.088a327.68 327.68 0 1 1 0 655.36H329.956a327.68 327.68 0 1 1 0-655.36z"}),E("path",{fill:"currentColor",d:"M694.044 621.227a109.227 109.227 0 1 0 0-218.454 109.227 109.227 0 0 0 0 218.454m0 72.817a182.044 182.044 0 1 1 0-364.088 182.044 182.044 0 0 1 0 364.088"})]))}}),_B=bB,wB=N({name:"Operation",__name:"operation",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M389.44 768a96.064 96.064 0 0 1 181.12 0H896v64H570.56a96.064 96.064 0 0 1-181.12 0H128v-64zm192-288a96.064 96.064 0 0 1 181.12 0H896v64H762.56a96.064 96.064 0 0 1-181.12 0H128v-64zm-320-288a96.064 96.064 0 0 1 181.12 0H896v64H442.56a96.064 96.064 0 0 1-181.12 0H128v-64z"})]))}}),yB=wB,xB=N({name:"Opportunity",__name:"opportunity",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M384 960v-64h192.064v64zm448-544a350.656 350.656 0 0 1-128.32 271.424C665.344 719.04 640 763.776 640 813.504V832H320v-14.336c0-48-19.392-95.36-57.216-124.992a351.552 351.552 0 0 1-128.448-344.256c25.344-136.448 133.888-248.128 269.76-276.48A352.384 352.384 0 0 1 832 416m-544 32c0-132.288 75.904-224 192-224v-64c-154.432 0-256 122.752-256 288z"})]))}}),kB=xB,CB=N({name:"Orange",__name:"orange",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 894.72a382.336 382.336 0 0 0 215.936-89.472L577.024 622.272c-10.24 6.016-21.248 10.688-33.024 13.696v258.688zm261.248-134.784A382.336 382.336 0 0 0 894.656 544H635.968c-3.008 11.776-7.68 22.848-13.696 33.024l182.976 182.912zM894.656 480a382.336 382.336 0 0 0-89.408-215.936L622.272 446.976c6.016 10.24 10.688 21.248 13.696 33.024h258.688zm-134.72-261.248A382.336 382.336 0 0 0 544 129.344v258.688c11.776 3.008 22.848 7.68 33.024 13.696zM480 129.344a382.336 382.336 0 0 0-215.936 89.408l182.912 182.976c10.24-6.016 21.248-10.688 33.024-13.696zm-261.248 134.72A382.336 382.336 0 0 0 129.344 480h258.688c3.008-11.776 7.68-22.848 13.696-33.024zM129.344 544a382.336 382.336 0 0 0 89.408 215.936l182.976-182.912A127.232 127.232 0 0 1 388.032 544zm134.72 261.248A382.336 382.336 0 0 0 480 894.656V635.968a127.232 127.232 0 0 1-33.024-13.696zM512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896m0-384a64 64 0 1 0 0-128 64 64 0 0 0 0 128"})]))}}),SB=CB,EB=N({name:"Paperclip",__name:"paperclip",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M602.496 240.448A192 192 0 1 1 874.048 512l-316.8 316.8A256 256 0 0 1 195.2 466.752L602.496 59.456l45.248 45.248L240.448 512A192 192 0 0 0 512 783.552l316.8-316.8a128 128 0 1 0-181.056-181.056L353.6 579.904a32 32 0 1 0 45.248 45.248l294.144-294.144 45.312 45.248L444.096 670.4a96 96 0 1 1-135.744-135.744l294.144-294.208z"})]))}}),TB=EB,$B=N({name:"PartlyCloudy",__name:"partly-cloudy",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M598.4 895.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 895.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 445.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"}),E("path",{fill:"currentColor",d:"M139.84 501.888a256 256 0 1 1 417.856-277.12c-17.728 2.176-38.208 8.448-61.504 18.816A192 192 0 1 0 189.12 460.48a6003.84 6003.84 0 0 0-49.28 41.408z"})]))}}),MB=$B,AB=N({name:"Pear",__name:"pear",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M542.336 258.816a443.255 443.255 0 0 0-9.024 25.088 32 32 0 1 1-60.8-20.032l1.088-3.328a162.688 162.688 0 0 0-122.048 131.392l-17.088 102.72-20.736 15.36C256.192 552.704 224 610.88 224 672c0 120.576 126.4 224 288 224s288-103.424 288-224c0-61.12-32.192-119.296-89.728-161.92l-20.736-15.424-17.088-102.72a162.688 162.688 0 0 0-130.112-133.12zm-40.128-66.56c7.936-15.552 16.576-30.08 25.92-43.776 23.296-33.92 49.408-59.776 78.528-77.12a32 32 0 1 1 32.704 55.04c-20.544 12.224-40.064 31.552-58.432 58.304a316.608 316.608 0 0 0-9.792 15.104 226.688 226.688 0 0 1 164.48 181.568l12.8 77.248C819.456 511.36 864 587.392 864 672c0 159.04-157.568 288-352 288S160 831.04 160 672c0-84.608 44.608-160.64 115.584-213.376l12.8-77.248a226.624 226.624 0 0 1 213.76-189.184z"})]))}}),zB=AB,IB=N({name:"PhoneFilled",__name:"phone-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M199.232 125.568 90.624 379.008a32 32 0 0 0 6.784 35.2l512.384 512.384a32 32 0 0 0 35.2 6.784l253.44-108.608a32 32 0 0 0 10.048-52.032L769.6 633.92a32 32 0 0 0-36.928-5.952l-130.176 65.088-271.488-271.552 65.024-130.176a32 32 0 0 0-5.952-36.928L251.2 115.52a32 32 0 0 0-51.968 10.048z"})]))}}),OB=IB,NB=N({name:"Phone",__name:"phone",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M79.36 432.256 591.744 944.64a32 32 0 0 0 35.2 6.784l253.44-108.544a32 32 0 0 0 9.984-52.032l-153.856-153.92a32 32 0 0 0-36.928-6.016l-69.888 34.944L358.08 394.24l35.008-69.888a32 32 0 0 0-5.952-36.928L233.152 133.568a32 32 0 0 0-52.032 10.048L72.512 397.056a32 32 0 0 0 6.784 35.2zm60.48-29.952 81.536-190.08L325.568 316.48l-24.64 49.216-20.608 41.216 32.576 32.64 271.552 271.552 32.64 32.64 41.216-20.672 49.28-24.576 104.192 104.128-190.08 81.472L139.84 402.304zM512 320v-64a256 256 0 0 1 256 256h-64a192 192 0 0 0-192-192m0-192V64a448 448 0 0 1 448 448h-64a384 384 0 0 0-384-384"})]))}}),PB=NB,RB=N({name:"PictureFilled",__name:"picture-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M96 896a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h832a32 32 0 0 1 32 32v704a32 32 0 0 1-32 32zm315.52-228.48-68.928-68.928a32 32 0 0 0-45.248 0L128 768.064h778.688l-242.112-290.56a32 32 0 0 0-49.216 0L458.752 665.408a32 32 0 0 1-47.232 2.112M256 384a96 96 0 1 0 192.064-.064A96 96 0 0 0 256 384"})]))}}),H3=RB,LB=N({name:"PictureRounded",__name:"picture-rounded",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 128a384 384 0 1 0 0 768 384 384 0 0 0 0-768m0-64a448 448 0 1 1 0 896 448 448 0 0 1 0-896"}),E("path",{fill:"currentColor",d:"M640 288q64 0 64 64t-64 64q-64 0-64-64t64-64M214.656 790.656l-45.312-45.312 185.664-185.6a96 96 0 0 1 123.712-10.24l138.24 98.688a32 32 0 0 0 39.872-2.176L906.688 422.4l42.624 47.744L699.52 693.696a96 96 0 0 1-119.808 6.592l-138.24-98.752a32 32 0 0 0-41.152 3.456l-185.664 185.6z"})]))}}),BB=LB,VB=N({name:"Picture",__name:"picture",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M384 288q64 0 64 64t-64 64q-64 0-64-64t64-64M185.408 876.992l-50.816-38.912L350.72 556.032a96 96 0 0 1 134.592-17.856l1.856 1.472 122.88 99.136a32 32 0 0 0 44.992-4.864l216-269.888 49.92 39.936-215.808 269.824-.256.32a96 96 0 0 1-135.04 14.464l-122.88-99.072-.64-.512a32 32 0 0 0-44.8 5.952z"})]))}}),DB=VB,HB=N({name:"PieChart",__name:"pie-chart",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M448 68.48v64.832A384.128 384.128 0 0 0 512 896a384.128 384.128 0 0 0 378.688-320h64.768A448.128 448.128 0 0 1 64 512 448.128 448.128 0 0 1 448 68.48z"}),E("path",{fill:"currentColor",d:"M576 97.28V448h350.72A384.064 384.064 0 0 0 576 97.28zM512 64V33.152A448 448 0 0 1 990.848 512H512z"})]))}}),FB=HB,jB=N({name:"Place",__name:"place",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"}),E("path",{fill:"currentColor",d:"M512 512a32 32 0 0 1 32 32v256a32 32 0 1 1-64 0V544a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M384 649.088v64.96C269.76 732.352 192 771.904 192 800c0 37.696 139.904 96 320 96s320-58.304 320-96c0-28.16-77.76-67.648-192-85.952v-64.96C789.12 671.04 896 730.368 896 800c0 88.32-171.904 160-384 160s-384-71.68-384-160c0-69.696 106.88-128.96 256-150.912"})]))}}),KB=jB,UB=N({name:"Platform",__name:"platform",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"})]))}}),WB=UB,qB=N({name:"Plus",__name:"plus",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"})]))}}),hh=qB,YB=N({name:"Pointer",__name:"pointer",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M511.552 128c-35.584 0-64.384 28.8-64.384 64.448v516.48L274.048 570.88a94.272 94.272 0 0 0-112.896-3.456 44.416 44.416 0 0 0-8.96 62.208L332.8 870.4A64 64 0 0 0 384 896h512V575.232a64 64 0 0 0-45.632-61.312l-205.952-61.76A96 96 0 0 1 576 360.192V192.448C576 156.8 547.2 128 511.552 128M359.04 556.8l24.128 19.2V192.448a128.448 128.448 0 1 1 256.832 0v167.744a32 32 0 0 0 22.784 30.656l206.016 61.76A128 128 0 0 1 960 575.232V896a64 64 0 0 1-64 64H384a128 128 0 0 1-102.4-51.2L101.056 668.032A108.416 108.416 0 0 1 128 512.512a158.272 158.272 0 0 1 185.984 8.32z"})]))}}),GB=YB,XB=N({name:"Position",__name:"position",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m249.6 417.088 319.744 43.072 39.168 310.272L845.12 178.88 249.6 417.088zm-129.024 47.168a32 32 0 0 1-7.68-61.44l777.792-311.04a32 32 0 0 1 41.6 41.6l-310.336 775.68a32 32 0 0 1-61.44-7.808L512 516.992l-391.424-52.736z"})]))}}),ZB=XB,JB=N({name:"Postcard",__name:"postcard",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 224a32 32 0 0 0-32 32v512a32 32 0 0 0 32 32h704a32 32 0 0 0 32-32V256a32 32 0 0 0-32-32zm0-64h704a96 96 0 0 1 96 96v512a96 96 0 0 1-96 96H160a96 96 0 0 1-96-96V256a96 96 0 0 1 96-96"}),E("path",{fill:"currentColor",d:"M704 320a64 64 0 1 1 0 128 64 64 0 0 1 0-128M288 448h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32m0 128h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),QB=JB,eV=N({name:"Pouring",__name:"pouring",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m739.328 291.328-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 97.28 78.72 175.936 175.808 175.936h400a192 192 0 0 0 35.776-380.672zM959.552 480a256 256 0 0 1-256 256h-400A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 959.552 480M224 800a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32"})]))}}),tV=eV,oV=N({name:"Present",__name:"present",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 896V640H192v-64h288V320H192v576zm64 0h288V320H544v256h288v64H544zM128 256h768v672a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),E("path",{fill:"currentColor",d:"M96 256h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32"}),E("path",{fill:"currentColor",d:"M416 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),E("path",{fill:"currentColor",d:"M608 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),rV=oV,lV=N({name:"PriceTag",__name:"price-tag",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 318.336V896h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0z"}),E("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),nV=lV,aV=N({name:"Printer",__name:"printer",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 768H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.056 29.056 0 0 1-12.16-12.096C65.536 746.432 64 741.248 64 727.04V379.072c0-42.816 4.48-58.304 12.8-73.984 8.384-15.616 20.672-27.904 36.288-36.288 15.68-8.32 31.168-12.8 73.984-12.8H256V64h512v192h68.928c42.816 0 58.304 4.48 73.984 12.8 15.616 8.384 27.904 20.672 36.288 36.288 8.32 15.68 12.8 31.168 12.8 73.984v347.904c0 14.272-1.472 19.456-4.288 24.64a29.056 29.056 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H768v192H256zm64-192v320h384V576zm-64 128V512h512v192h128V379.072c0-29.376-1.408-36.48-5.248-43.776a23.296 23.296 0 0 0-10.048-10.048c-7.232-3.84-14.4-5.248-43.776-5.248H187.072c-29.376 0-36.48 1.408-43.776 5.248a23.296 23.296 0 0 0-10.048 10.048c-3.84 7.232-5.248 14.4-5.248 43.776V704zm64-448h384V128H320zm-64 128h64v64h-64zm128 0h64v64h-64z"})]))}}),iV=aV,sV=N({name:"Promotion",__name:"promotion",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m64 448 832-320-128 704-446.08-243.328L832 192 242.816 545.472zm256 512V657.024L512 768z"})]))}}),cV=sV,uV=N({name:"QuartzWatch",__name:"quartz-watch",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M422.02 602.01v-.03c-6.68-5.99-14.35-8.83-23.01-8.51-8.67.32-16.17 3.66-22.5 10.02-6.33 6.36-9.5 13.7-9.5 22.02s3 15.82 8.99 22.5c8.68 8.68 19.02 11.35 31.01 8s19.49-10.85 22.5-22.5c3.01-11.65.51-22.15-7.49-31.49zM384 512c0-9.35-3-17.02-8.99-23.01-6-5.99-13.66-8.99-23.01-8.99-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.67 8.99-23.01m6.53-82.49c11.65 3.01 22.15.51 31.49-7.49h.04c5.99-6.68 8.83-14.34 8.51-23.01-.32-8.67-3.66-16.16-10.02-22.5-6.36-6.33-13.7-9.5-22.02-9.5s-15.82 3-22.5 8.99c-8.68 8.69-11.35 19.02-8 31.01 3.35 11.99 10.85 19.49 22.5 22.5zm242.94 0c11.67-3.03 19.01-10.37 22.02-22.02 3.01-11.65.51-22.15-7.49-31.49h.01c-6.68-5.99-14.18-8.99-22.5-8.99s-15.66 3.16-22.02 9.5c-6.36 6.34-9.7 13.84-10.02 22.5-.32 8.66 2.52 16.33 8.51 23.01 9.32 8.02 19.82 10.52 31.49 7.49M512 640c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01s-3-17.02-8.99-23.01c-6-5.99-13.66-8.99-23.01-8.99m183.01-151.01c-6-5.99-13.66-8.99-23.01-8.99s-17.02 3-23.01 8.99c-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99s17.02-3 23.01-8.99c5.99-6 8.99-13.67 8.99-23.01 0-9.35-3-17.02-8.99-23.01"}),E("path",{fill:"currentColor",d:"M832 512c-2-90.67-33.17-166.17-93.5-226.5-20.43-20.42-42.6-37.49-66.5-51.23V64H352v170.26c-23.9 13.74-46.07 30.81-66.5 51.24-60.33 60.33-91.49 135.83-93.5 226.5 2 90.67 33.17 166.17 93.5 226.5 20.43 20.43 42.6 37.5 66.5 51.24V960h320V789.74c23.9-13.74 46.07-30.81 66.5-51.24 60.33-60.34 91.49-135.83 93.5-226.5M416 128h192v78.69c-29.85-9.03-61.85-13.93-96-14.69-34.15.75-66.15 5.65-96 14.68zm192 768H416v-78.68c29.85 9.03 61.85 13.93 96 14.68 34.15-.75 66.15-5.65 96-14.68zm-96-128c-72.66-2.01-132.99-27.01-180.99-75.01S258.01 584.66 256 512c2.01-72.66 27.01-132.99 75.01-180.99S439.34 258.01 512 256c72.66 2.01 132.99 27.01 180.99 75.01S765.99 439.34 768 512c-2.01 72.66-27.01 132.99-75.01 180.99S584.66 765.99 512 768"}),E("path",{fill:"currentColor",d:"M512 320c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01 0 9.35 3 17.02 8.99 23.01 6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01 0-9.35-3-17.02-8.99-23.01-6-5.99-13.66-8.99-23.01-8.99m112.99 273.5c-8.66-.32-16.33 2.52-23.01 8.51-7.98 9.32-10.48 19.82-7.49 31.49s10.49 19.17 22.5 22.5 22.35.66 31.01-8v.04c5.99-6.68 8.99-14.18 8.99-22.5s-3.16-15.66-9.5-22.02-13.84-9.7-22.5-10.02"})]))}}),dV=uV,pV=N({name:"QuestionFilled",__name:"question-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m23.744 191.488c-52.096 0-92.928 14.784-123.2 44.352-30.976 29.568-45.76 70.4-45.76 122.496h80.256c0-29.568 5.632-52.8 17.6-68.992 13.376-19.712 35.2-28.864 66.176-28.864 23.936 0 42.944 6.336 56.32 19.712 12.672 13.376 19.712 31.68 19.712 54.912 0 17.6-6.336 34.496-19.008 49.984l-8.448 9.856c-45.76 40.832-73.216 70.4-82.368 89.408-9.856 19.008-14.08 42.24-14.08 68.992v9.856h80.96v-9.856c0-16.896 3.52-31.68 10.56-45.76 6.336-12.672 15.488-24.64 28.16-35.2 33.792-29.568 54.208-48.576 60.544-55.616 16.896-22.528 26.048-51.392 26.048-86.592 0-42.944-14.08-76.736-42.24-101.376-28.16-25.344-65.472-37.312-111.232-37.312zm-12.672 406.208a54.272 54.272 0 0 0-38.72 14.784 49.408 49.408 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.848 54.848 0 0 0 523.072 768c15.488 0 28.16-4.928 38.72-14.784a51.52 51.52 0 0 0 16.192-38.72 51.968 51.968 0 0 0-15.488-38.016 55.936 55.936 0 0 0-39.424-14.784z"})]))}}),F3=pV,fV=N({name:"Rank",__name:"rank",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m186.496 544 41.408 41.344a32 32 0 1 1-45.248 45.312l-96-96a32 32 0 0 1 0-45.312l96-96a32 32 0 1 1 45.248 45.312L186.496 480h290.816V186.432l-41.472 41.472a32 32 0 1 1-45.248-45.184l96-96.128a32 32 0 0 1 45.312 0l96 96.064a32 32 0 0 1-45.248 45.184l-41.344-41.28V480H832l-41.344-41.344a32 32 0 0 1 45.248-45.312l96 96a32 32 0 0 1 0 45.312l-96 96a32 32 0 0 1-45.248-45.312L832 544H541.312v293.44l41.344-41.28a32 32 0 1 1 45.248 45.248l-96 96a32 32 0 0 1-45.312 0l-96-96a32 32 0 1 1 45.312-45.248l41.408 41.408V544H186.496z"})]))}}),hV=fV,vV=N({name:"ReadingLamp",__name:"reading-lamp",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M352 896h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m-44.672-768-99.52 448h608.384l-99.52-448zm-25.6-64h460.608a32 32 0 0 1 31.232 25.088l113.792 512A32 32 0 0 1 856.128 640H167.872a32 32 0 0 1-31.232-38.912l113.792-512A32 32 0 0 1 281.664 64z"}),E("path",{fill:"currentColor",d:"M672 576q32 0 32 32v128q0 32-32 32t-32-32V608q0-32 32-32m-192-.064h64V960h-64z"})]))}}),mV=vV,gV=N({name:"Reading",__name:"reading",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m512 863.36 384-54.848v-638.72L525.568 222.72a96 96 0 0 1-27.136 0L128 169.792v638.72zM137.024 106.432l370.432 52.928a32 32 0 0 0 9.088 0l370.432-52.928A64 64 0 0 1 960 169.792v638.72a64 64 0 0 1-54.976 63.36l-388.48 55.488a32 32 0 0 1-9.088 0l-388.48-55.488A64 64 0 0 1 64 808.512v-638.72a64 64 0 0 1 73.024-63.36z"}),E("path",{fill:"currentColor",d:"M480 192h64v704h-64z"})]))}}),bV=gV,_V=N({name:"RefreshLeft",__name:"refresh-left",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M289.088 296.704h92.992a32 32 0 0 1 0 64H232.96a32 32 0 0 1-32-32V179.712a32 32 0 0 1 64 0v50.56a384 384 0 0 1 643.84 282.88 384 384 0 0 1-383.936 384 384 384 0 0 1-384-384h64a320 320 0 1 0 640 0 320 320 0 0 0-555.712-216.448z"})]))}}),j3=_V,wV=N({name:"RefreshRight",__name:"refresh-right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M784.512 230.272v-50.56a32 32 0 1 1 64 0v149.056a32 32 0 0 1-32 32H667.52a32 32 0 1 1 0-64h92.992A320 320 0 1 0 524.8 833.152a320 320 0 0 0 320-320h64a384 384 0 0 1-384 384 384 384 0 0 1-384-384 384 384 0 0 1 643.712-282.88z"})]))}}),K3=wV,yV=N({name:"Refresh",__name:"refresh",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z"})]))}}),xV=yV,kV=N({name:"Refrigerator",__name:"refrigerator",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 448h512V160a32 32 0 0 0-32-32H288a32 32 0 0 0-32 32zm0 64v352a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V512zm32-448h448a96 96 0 0 1 96 96v704a96 96 0 0 1-96 96H288a96 96 0 0 1-96-96V160a96 96 0 0 1 96-96m32 224h64v96h-64zm0 288h64v96h-64z"})]))}}),CV=kV,SV=N({name:"RemoveFilled",__name:"remove-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896M288 512a38.4 38.4 0 0 0 38.4 38.4h371.2a38.4 38.4 0 0 0 0-76.8H326.4A38.4 38.4 0 0 0 288 512"})]))}}),EV=SV,TV=N({name:"Remove",__name:"remove",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),$V=TV,MV=N({name:"Right",__name:"right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"})]))}}),AV=MV,zV=N({name:"ScaleToOriginal",__name:"scale-to-original",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M813.176 180.706a60.235 60.235 0 0 1 60.236 60.235v481.883a60.235 60.235 0 0 1-60.236 60.235H210.824a60.235 60.235 0 0 1-60.236-60.235V240.94a60.235 60.235 0 0 1 60.236-60.235h602.352zm0-60.235H210.824A120.47 120.47 0 0 0 90.353 240.94v481.883a120.47 120.47 0 0 0 120.47 120.47h602.353a120.47 120.47 0 0 0 120.471-120.47V240.94a120.47 120.47 0 0 0-120.47-120.47zm-120.47 180.705a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 0 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118zm-361.412 0a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 1 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118M512 361.412a30.118 30.118 0 0 0-30.118 30.117v30.118a30.118 30.118 0 0 0 60.236 0V391.53A30.118 30.118 0 0 0 512 361.412M512 512a30.118 30.118 0 0 0-30.118 30.118v30.117a30.118 30.118 0 0 0 60.236 0v-30.117A30.118 30.118 0 0 0 512 512"})]))}}),U3=zV,IV=N({name:"School",__name:"school",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 128v704h576V128zm-32-64h640a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M64 832h896v64H64zm256-640h128v96H320z"}),E("path",{fill:"currentColor",d:"M384 832h256v-64a128 128 0 1 0-256 0zm128-256a192 192 0 0 1 192 192v128H320V768a192 192 0 0 1 192-192M320 384h128v96H320zm256-192h128v96H576zm0 192h128v96H576z"})]))}}),OV=IV,NV=N({name:"Scissor",__name:"scissor",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m512.064 578.368-106.88 152.768a160 160 0 1 1-23.36-78.208L472.96 522.56 196.864 128.256a32 32 0 1 1 52.48-36.736l393.024 561.344a160 160 0 1 1-23.36 78.208l-106.88-152.704zm54.4-189.248 208.384-297.6a32 32 0 0 1 52.48 36.736l-221.76 316.672-39.04-55.808zm-376.32 425.856a96 96 0 1 0 110.144-157.248 96 96 0 0 0-110.08 157.248zm643.84 0a96 96 0 1 0-110.08-157.248 96 96 0 0 0 110.08 157.248"})]))}}),PV=NV,RV=N({name:"Search",__name:"search",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704"})]))}}),W3=RV,LV=N({name:"Select",__name:"select",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496z"})]))}}),BV=LV,VV=N({name:"Sell",__name:"sell",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128c-70.272 0-128 61.248-128 137.664v22.4h256zm201.408 483.84L768 698.496V928a32 32 0 1 1-64 0V698.496l-73.344 73.344a32 32 0 1 1-45.248-45.248l128-128a32 32 0 0 1 45.248 0l128 128a32 32 0 1 1-45.248 45.248z"})]))}}),DV=VV,HV=N({name:"SemiSelect",__name:"semi-select",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"})]))}}),FV=HV,jV=N({name:"Service",__name:"service",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M864 409.6a192 192 0 0 1-37.888 349.44A256.064 256.064 0 0 1 576 960h-96a32 32 0 1 1 0-64h96a192.064 192.064 0 0 0 181.12-128H736a32 32 0 0 1-32-32V416a32 32 0 0 1 32-32h32c10.368 0 20.544.832 30.528 2.432a288 288 0 0 0-573.056 0A193.235 193.235 0 0 1 256 384h32a32 32 0 0 1 32 32v320a32 32 0 0 1-32 32h-32a192 192 0 0 1-96-358.4 352 352 0 0 1 704 0M256 448a128 128 0 1 0 0 256zm640 128a128 128 0 0 0-128-128v256a128 128 0 0 0 128-128"})]))}}),KV=jV,UV=N({name:"SetUp",__name:"set-up",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 160a64 64 0 0 0-64 64v576a64 64 0 0 0 64 64h576a64 64 0 0 0 64-64V224a64 64 0 0 0-64-64zm0-64h576a128 128 0 0 1 128 128v576a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V224A128 128 0 0 1 224 96"}),E("path",{fill:"currentColor",d:"M384 416a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),E("path",{fill:"currentColor",d:"M480 320h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32m160 416a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),E("path",{fill:"currentColor",d:"M288 640h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),WV=UV,qV=N({name:"Setting",__name:"setting",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384m0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256"})]))}}),YV=qV,GV=N({name:"Share",__name:"share",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m679.872 348.8-301.76 188.608a127.808 127.808 0 0 1 5.12 52.16l279.936 104.96a128 128 0 1 1-22.464 59.904l-279.872-104.96a128 128 0 1 1-16.64-166.272l301.696-188.608a128 128 0 1 1 33.92 54.272z"})]))}}),XV=GV,ZV=N({name:"Ship",__name:"ship",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 386.88V448h405.568a32 32 0 0 1 30.72 40.768l-76.48 267.968A192 192 0 0 1 687.168 896H336.832a192 192 0 0 1-184.64-139.264L75.648 488.768A32 32 0 0 1 106.368 448H448V117.888a32 32 0 0 1 47.36-28.096l13.888 7.616L512 96v2.88l231.68 126.4a32 32 0 0 1-2.048 57.216zm0-70.272 144.768-65.792L512 171.84zM512 512H148.864l18.24 64H856.96l18.24-64zM185.408 640l28.352 99.2A128 128 0 0 0 336.832 832h350.336a128 128 0 0 0 123.072-92.8l28.352-99.2H185.408"})]))}}),JV=ZV,QV=N({name:"Shop",__name:"shop",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 704h64v192H256V704h64v64h384zm188.544-152.192C894.528 559.616 896 567.616 896 576a96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0c0-8.384 1.408-16.384 3.392-24.192L192 128h640z"})]))}}),eD=QV,tD=N({name:"ShoppingBag",__name:"shopping-bag",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 320v96a32 32 0 0 1-32 32h-32V320H384v128h-32a32 32 0 0 1-32-32v-96H192v576h640V320zm-384-64a192 192 0 1 1 384 0h160a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32zm64 0h256a128 128 0 1 0-256 0"}),E("path",{fill:"currentColor",d:"M192 704h640v64H192z"})]))}}),oD=tD,rD=N({name:"ShoppingCartFull",__name:"shopping-cart-full",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44l76.8 384z"}),E("path",{fill:"currentColor",d:"M699.648 256 608 145.984 516.352 256h183.296zm-140.8-151.04a64 64 0 0 1 98.304 0L836.352 320H379.648l179.2-215.04"})]))}}),lD=rD,nD=N({name:"ShoppingCart",__name:"shopping-cart",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44l76.8 384z"})]))}}),aD=nD,iD=N({name:"ShoppingTrolley",__name:"shopping-trolley",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M368 833c-13.3 0-24.5 4.5-33.5 13.5S321 866.7 321 880s4.5 24.5 13.5 33.5 20.2 13.8 33.5 14.5c13.3-.7 24.5-5.5 33.5-14.5S415 893.3 415 880s-4.5-24.5-13.5-33.5S381.3 833 368 833m439-193c7.4 0 13.8-2.2 19.5-6.5S836 623.3 838 616l112-448c2-10-.2-19.2-6.5-27.5S929 128 919 128H96c-9.3 0-17 3-23 9s-9 13.7-9 23 3 17 9 23 13.7 9 23 9h96v576h672c9.3 0 17-3 23-9s9-13.7 9-23-3-17-9-23-13.7-9-23-9H256v-64zM256 192h622l-96 384H256zm432 641c-13.3 0-24.5 4.5-33.5 13.5S641 866.7 641 880s4.5 24.5 13.5 33.5 20.2 13.8 33.5 14.5c13.3-.7 24.5-5.5 33.5-14.5S735 893.3 735 880s-4.5-24.5-13.5-33.5S701.3 833 688 833"})]))}}),sD=iD,cD=N({name:"Smoking",__name:"smoking",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 576v128h640V576zm-32-64h704a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M704 576h64v128h-64zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"})]))}}),uD=cD,dD=N({name:"Soccer",__name:"soccer",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M418.496 871.04 152.256 604.8c-16.512 94.016-2.368 178.624 42.944 224 44.928 44.928 129.344 58.752 223.296 42.24m72.32-18.176a573.056 573.056 0 0 0 224.832-137.216 573.12 573.12 0 0 0 137.216-224.832L533.888 171.84a578.56 578.56 0 0 0-227.52 138.496A567.68 567.68 0 0 0 170.432 532.48l320.384 320.384zM871.04 418.496c16.512-93.952 2.688-178.368-42.24-223.296-44.544-44.544-128.704-58.048-222.592-41.536zM149.952 874.048c-112.96-112.96-88.832-408.96 111.168-608.96C461.056 65.152 760.96 36.928 874.048 149.952c113.024 113.024 86.784 411.008-113.152 610.944-199.936 199.936-497.92 226.112-610.944 113.152m452.544-497.792 22.656-22.656a32 32 0 0 1 45.248 45.248l-22.656 22.656 45.248 45.248A32 32 0 1 1 647.744 512l-45.248-45.248L557.248 512l45.248 45.248a32 32 0 1 1-45.248 45.248L512 557.248l-45.248 45.248L512 647.744a32 32 0 1 1-45.248 45.248l-45.248-45.248-22.656 22.656a32 32 0 1 1-45.248-45.248l22.656-22.656-45.248-45.248A32 32 0 1 1 376.256 512l45.248 45.248L466.752 512l-45.248-45.248a32 32 0 1 1 45.248-45.248L512 466.752l45.248-45.248L512 376.256a32 32 0 0 1 45.248-45.248l45.248 45.248z"})]))}}),pD=dD,fD=N({name:"SoldOut",__name:"sold-out",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128c-70.272 0-128 61.248-128 137.664v22.4h256zm201.408 476.16a32 32 0 1 1 45.248 45.184l-128 128a32 32 0 0 1-45.248 0l-128-128a32 32 0 1 1 45.248-45.248L704 837.504V608a32 32 0 1 1 64 0v229.504l73.408-73.408z"})]))}}),hD=fD,vD=N({name:"SortDown",__name:"sort-down",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M576 96v709.568L333.312 562.816A32 32 0 1 0 288 608l297.408 297.344A32 32 0 0 0 640 882.688V96a32 32 0 0 0-64 0"})]))}}),q3=vD,mD=N({name:"SortUp",__name:"sort-up",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M384 141.248V928a32 32 0 1 0 64 0V218.56l242.688 242.688A32 32 0 1 0 736 416L438.592 118.656A32 32 0 0 0 384 141.248"})]))}}),Y3=mD,gD=N({name:"Sort",__name:"sort",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M384 96a32 32 0 0 1 64 0v786.752a32 32 0 0 1-54.592 22.656L95.936 608a32 32 0 0 1 0-45.312h.128a32 32 0 0 1 45.184 0L384 805.632zm192 45.248a32 32 0 0 1 54.592-22.592L928.064 416a32 32 0 0 1 0 45.312h-.128a32 32 0 0 1-45.184 0L640 218.496V928a32 32 0 1 1-64 0V141.248z"})]))}}),bD=gD,_D=N({name:"Stamp",__name:"stamp",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M624 475.968V640h144a128 128 0 0 1 128 128H128a128 128 0 0 1 128-128h144V475.968a192 192 0 1 1 224 0M128 896v-64h768v64z"})]))}}),wD=_D,yD=N({name:"StarFilled",__name:"star-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M283.84 867.84 512 747.776l228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72z"})]))}}),vc=yD,xD=N({name:"Star",__name:"star",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"})]))}}),G3=xD,kD=N({name:"Stopwatch",__name:"stopwatch",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),E("path",{fill:"currentColor",d:"M672 234.88c-39.168 174.464-80 298.624-122.688 372.48-64 110.848-202.624 30.848-138.624-80C453.376 453.44 540.48 355.968 672 234.816z"})]))}}),CD=kD,SD=N({name:"SuccessFilled",__name:"success-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),vh=SD,ED=N({name:"Sugar",__name:"sugar",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m801.728 349.184 4.48 4.48a128 128 0 0 1 0 180.992L534.656 806.144a128 128 0 0 1-181.056 0l-4.48-4.48-19.392 109.696a64 64 0 0 1-108.288 34.176L78.464 802.56a64 64 0 0 1 34.176-108.288l109.76-19.328-4.544-4.544a128 128 0 0 1 0-181.056l271.488-271.488a128 128 0 0 1 181.056 0l4.48 4.48 19.392-109.504a64 64 0 0 1 108.352-34.048l142.592 143.04a64 64 0 0 1-34.24 108.16l-109.248 19.2zm-548.8 198.72h447.168v2.24l60.8-60.8a63.808 63.808 0 0 0 18.752-44.416h-426.88l-89.664 89.728a64.064 64.064 0 0 0-10.24 13.248zm0 64c2.752 4.736 6.144 9.152 10.176 13.248l135.744 135.744a64 64 0 0 0 90.496 0L638.4 611.904zm490.048-230.976L625.152 263.104a64 64 0 0 0-90.496 0L416.768 380.928zM123.712 757.312l142.976 142.976 24.32-137.6a25.6 25.6 0 0 0-29.696-29.632l-137.6 24.256zm633.6-633.344-24.32 137.472a25.6 25.6 0 0 0 29.632 29.632l137.28-24.064-142.656-143.04z"})]))}}),TD=ED,$D=N({name:"SuitcaseLine",__name:"suitcase-line",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M922.5 229.5c-24.32-24.34-54.49-36.84-90.5-37.5H704v-64c-.68-17.98-7.02-32.98-19.01-44.99S658.01 64.66 640 64H384c-17.98.68-32.98 7.02-44.99 19.01S320.66 110 320 128v64H192c-35.99.68-66.16 13.18-90.5 37.5C77.16 253.82 64.66 283.99 64 320v448c.68 35.99 13.18 66.16 37.5 90.5s54.49 36.84 90.5 37.5h640c35.99-.68 66.16-13.18 90.5-37.5s36.84-54.49 37.5-90.5V320c-.68-35.99-13.18-66.16-37.5-90.5M384 128h256v64H384zM256 832h-64c-17.98-.68-32.98-7.02-44.99-19.01S128.66 786.01 128 768V448h128zm448 0H320V448h384zm192-64c-.68 17.98-7.02 32.98-19.01 44.99S850.01 831.34 832 832h-64V448h128zm0-384H128v-64c.69-17.98 7.02-32.98 19.01-44.99S173.99 256.66 192 256h640c17.98.69 32.98 7.02 44.99 19.01S895.34 301.99 896 320z"})]))}}),MD=$D,AD=N({name:"Suitcase",__name:"suitcase",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 384h768v-64a64 64 0 0 0-64-64H192a64 64 0 0 0-64 64zm0 64v320a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V448zm64-256h640a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H192A128 128 0 0 1 64 768V320a128 128 0 0 1 128-128"}),E("path",{fill:"currentColor",d:"M384 128v64h256v-64zm0-64h256a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64H384a64 64 0 0 1-64-64v-64a64 64 0 0 1 64-64"})]))}}),zD=AD,ID=N({name:"Sunny",__name:"sunny",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 704a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m0-704a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 768a32 32 0 0 1 32 32v64a32 32 0 1 1-64 0v-64a32 32 0 0 1 32-32M195.2 195.2a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 1 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm543.104 543.104a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 0 1-45.248 45.248l-45.248-45.248a32 32 0 0 1 0-45.248M64 512a32 32 0 0 1 32-32h64a32 32 0 0 1 0 64H96a32 32 0 0 1-32-32m768 0a32 32 0 0 1 32-32h64a32 32 0 1 1 0 64h-64a32 32 0 0 1-32-32M195.2 828.8a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248L240.448 828.8a32 32 0 0 1-45.248 0zm543.104-543.104a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248l-45.248 45.248a32 32 0 0 1-45.248 0"})]))}}),OD=ID,ND=N({name:"Sunrise",__name:"sunrise",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M32 768h960a32 32 0 1 1 0 64H32a32 32 0 1 1 0-64m129.408-96a352 352 0 0 1 701.184 0h-64.32a288 288 0 0 0-572.544 0h-64.32zM512 128a32 32 0 0 1 32 32v96a32 32 0 0 1-64 0v-96a32 32 0 0 1 32-32m407.296 168.704a32 32 0 0 1 0 45.248l-67.84 67.84a32 32 0 1 1-45.248-45.248l67.84-67.84a32 32 0 0 1 45.248 0zm-814.592 0a32 32 0 0 1 45.248 0l67.84 67.84a32 32 0 1 1-45.248 45.248l-67.84-67.84a32 32 0 0 1 0-45.248"})]))}}),PD=ND,RD=N({name:"Sunset",__name:"sunset",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M82.56 640a448 448 0 1 1 858.88 0h-67.2a384 384 0 1 0-724.288 0zM32 704h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m256 128h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),LD=RD,BD=N({name:"SwitchButton",__name:"switch-button",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M352 159.872V230.4a352 352 0 1 0 320 0v-70.528A416.128 416.128 0 0 1 512 960a416 416 0 0 1-160-800.128z"}),E("path",{fill:"currentColor",d:"M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32"})]))}}),VD=BD,DD=N({name:"SwitchFilled",__name:"switch-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M247.47 358.4v.04c.07 19.17 7.72 37.53 21.27 51.09s31.92 21.2 51.09 21.27c39.86 0 72.41-32.6 72.41-72.4s-32.6-72.36-72.41-72.36-72.36 32.55-72.36 72.36z"}),E("path",{fill:"currentColor",d:"M492.38 128H324.7c-52.16 0-102.19 20.73-139.08 57.61a196.655 196.655 0 0 0-57.61 139.08V698.7c-.01 25.84 5.08 51.42 14.96 75.29s24.36 45.56 42.63 63.83 39.95 32.76 63.82 42.65a196.67 196.67 0 0 0 75.28 14.98h167.68c3.03 0 5.46-2.43 5.46-5.42V133.42c.6-2.99-1.83-5.42-5.46-5.42zm-56.11 705.88H324.7c-17.76.13-35.36-3.33-51.75-10.18s-31.22-16.94-43.61-29.67c-25.3-25.35-39.81-59.1-39.81-95.32V324.69c-.13-17.75 3.33-35.35 10.17-51.74a131.695 131.695 0 0 1 29.64-43.62c25.39-25.3 59.14-39.81 95.36-39.81h111.57zm402.12-647.67a196.655 196.655 0 0 0-139.08-57.61H580.48c-3.03 0-4.82 2.43-4.82 4.82v757.16c-.6 2.99 1.79 5.42 5.42 5.42h118.23a196.69 196.69 0 0 0 139.08-57.61A196.655 196.655 0 0 0 896 699.31V325.29a196.69 196.69 0 0 0-57.61-139.08zm-111.3 441.92c-42.83 0-77.82-34.99-77.82-77.82s34.98-77.82 77.82-77.82c42.83 0 77.82 34.99 77.82 77.82s-34.99 77.82-77.82 77.82z"})]))}}),HD=DD,FD=N({name:"Switch",__name:"switch",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M118.656 438.656a32 32 0 0 1 0-45.248L416 96l4.48-3.776A32 32 0 0 1 461.248 96l3.712 4.48a32.064 32.064 0 0 1-3.712 40.832L218.56 384H928a32 32 0 1 1 0 64H141.248a32 32 0 0 1-22.592-9.344zM64 608a32 32 0 0 1 32-32h786.752a32 32 0 0 1 22.656 54.592L608 928l-4.48 3.776a32.064 32.064 0 0 1-40.832-49.024L805.632 640H96a32 32 0 0 1-32-32"})]))}}),jD=FD,KD=N({name:"TakeawayBox",__name:"takeaway-box",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M832 384H192v448h640zM96 320h832V128H96zm800 64v480a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V384H64a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h896a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zM416 512h192a32 32 0 0 1 0 64H416a32 32 0 0 1 0-64"})]))}}),UD=KD,WD=N({name:"Ticket",__name:"ticket",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M640 832H64V640a128 128 0 1 0 0-256V192h576v160h64V192h256v192a128 128 0 1 0 0 256v192H704V672h-64zm0-416v192h64V416z"})]))}}),qD=WD,YD=N({name:"Tickets",__name:"tickets",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h192v64H320zm0 384h384v64H320z"})]))}}),GD=YD,XD=N({name:"Timer",__name:"timer",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"}),E("path",{fill:"currentColor",d:"M512 320a32 32 0 0 1 32 32l-.512 224a32 32 0 1 1-64 0L480 352a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M448 576a64 64 0 1 0 128 0 64 64 0 1 0-128 0m96-448v128h-64V128h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64z"})]))}}),ZD=XD,JD=N({name:"ToiletPaper",__name:"toilet-paper",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M595.2 128H320a192 192 0 0 0-192 192v576h384V352c0-90.496 32.448-171.2 83.2-224M736 64c123.712 0 224 128.96 224 288S859.712 640 736 640H576v320H64V320A256 256 0 0 1 320 64zM576 352v224h160c84.352 0 160-97.28 160-224s-75.648-224-160-224-160 97.28-160 224"}),E("path",{fill:"currentColor",d:"M736 448c-35.328 0-64-43.008-64-96s28.672-96 64-96 64 43.008 64 96-28.672 96-64 96"})]))}}),QD=JD,eH=N({name:"Tools",__name:"tools",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M764.416 254.72a351.68 351.68 0 0 1 86.336 149.184H960v192.064H850.752a351.68 351.68 0 0 1-86.336 149.312l54.72 94.72-166.272 96-54.592-94.72a352.64 352.64 0 0 1-172.48 0L371.136 936l-166.272-96 54.72-94.72a351.68 351.68 0 0 1-86.336-149.312H64v-192h109.248a351.68 351.68 0 0 1 86.336-149.312L204.8 160l166.208-96h.192l54.656 94.592a352.64 352.64 0 0 1 172.48 0L652.8 64h.128L819.2 160l-54.72 94.72zM704 499.968a192 192 0 1 0-384 0 192 192 0 0 0 384 0"})]))}}),tH=eH,oH=N({name:"TopLeft",__name:"top-left",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 256h416a32 32 0 1 0 0-64H224a32 32 0 0 0-32 32v448a32 32 0 0 0 64 0z"}),E("path",{fill:"currentColor",d:"M246.656 201.344a32 32 0 0 0-45.312 45.312l544 544a32 32 0 0 0 45.312-45.312l-544-544z"})]))}}),rH=oH,lH=N({name:"TopRight",__name:"top-right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M768 256H353.6a32 32 0 1 1 0-64H800a32 32 0 0 1 32 32v448a32 32 0 0 1-64 0z"}),E("path",{fill:"currentColor",d:"M777.344 201.344a32 32 0 0 1 45.312 45.312l-544 544a32 32 0 0 1-45.312-45.312l544-544z"})]))}}),nH=lH,aH=N({name:"Top",__name:"top",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M572.235 205.282v600.365a30.118 30.118 0 1 1-60.235 0V205.282L292.382 438.633a28.913 28.913 0 0 1-42.646 0 33.43 33.43 0 0 1 0-45.236l271.058-288.045a28.913 28.913 0 0 1 42.647 0L834.5 393.397a33.43 33.43 0 0 1 0 45.176 28.913 28.913 0 0 1-42.647 0l-219.618-233.23z"})]))}}),iH=aH,sH=N({name:"TrendCharts",__name:"trend-charts",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 896V128h768v768zm291.712-327.296 128 102.4 180.16-201.792-47.744-42.624-139.84 156.608-128-102.4-180.16 201.792 47.744 42.624 139.84-156.608zM816 352a48 48 0 1 0-96 0 48 48 0 0 0 96 0"})]))}}),cH=sH,uH=N({name:"TrophyBase",__name:"trophy-base",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M918.4 201.6c-6.4-6.4-12.8-9.6-22.4-9.6H768V96c0-9.6-3.2-16-9.6-22.4C752 67.2 745.6 64 736 64H288c-9.6 0-16 3.2-22.4 9.6C259.2 80 256 86.4 256 96v96H128c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 16-9.6 22.4 3.2 108.8 25.6 185.6 64 224 34.4 34.4 77.56 55.65 127.65 61.99 10.91 20.44 24.78 39.25 41.95 56.41 40.86 40.86 91 65.47 150.4 71.9V768h-96c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 12.8-9.6 22.4s3.2 16 9.6 22.4c6.4 6.4 12.8 9.6 22.4 9.6h256c9.6 0 16-3.2 22.4-9.6 6.4-6.4 9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4c-6.4-6.4-12.8-9.6-22.4-9.6h-96V637.26c59.4-7.71 109.54-30.01 150.4-70.86 17.2-17.2 31.51-36.06 42.81-56.55 48.93-6.51 90.02-27.7 126.79-61.85 38.4-38.4 60.8-112 64-224 0-6.4-3.2-16-9.6-22.4zM256 438.4c-19.2-6.4-35.2-19.2-51.2-35.2-22.4-22.4-35.2-70.4-41.6-147.2H256zm390.4 80C608 553.6 566.4 576 512 576s-99.2-19.2-134.4-57.6C342.4 480 320 438.4 320 384V128h384v256c0 54.4-19.2 99.2-57.6 134.4m172.8-115.2c-16 16-32 25.6-51.2 35.2V256h92.8c-6.4 76.8-19.2 124.8-41.6 147.2zM768 896H256c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 12.8-9.6 22.4s3.2 16 9.6 22.4c6.4 6.4 12.8 9.6 22.4 9.6h512c9.6 0 16-3.2 22.4-9.6 6.4-6.4 9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4c-6.4-6.4-12.8-9.6-22.4-9.6"})]))}}),dH=uH,pH=N({name:"Trophy",__name:"trophy",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 896V702.08A256.256 256.256 0 0 1 264.064 512h-32.64a96 96 0 0 1-91.968-68.416L93.632 290.88a76.8 76.8 0 0 1 73.6-98.88H256V96a32 32 0 0 1 32-32h448a32 32 0 0 1 32 32v96h88.768a76.8 76.8 0 0 1 73.6 98.88L884.48 443.52A96 96 0 0 1 792.576 512h-32.64A256.256 256.256 0 0 1 544 702.08V896h128a32 32 0 1 1 0 64H352a32 32 0 1 1 0-64zm224-448V128H320v320a192 192 0 1 0 384 0m64 0h24.576a32 32 0 0 0 30.656-22.784l45.824-152.768A12.8 12.8 0 0 0 856.768 256H768zm-512 0V256h-88.768a12.8 12.8 0 0 0-12.288 16.448l45.824 152.768A32 32 0 0 0 231.424 448z"})]))}}),fH=pH,hH=N({name:"TurnOff",__name:"turn-off",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M329.956 257.138a254.862 254.862 0 0 0 0 509.724h364.088a254.862 254.862 0 0 0 0-509.724zm0-72.818h364.088a327.68 327.68 0 1 1 0 655.36H329.956a327.68 327.68 0 1 1 0-655.36z"}),E("path",{fill:"currentColor",d:"M329.956 621.227a109.227 109.227 0 1 0 0-218.454 109.227 109.227 0 0 0 0 218.454m0 72.817a182.044 182.044 0 1 1 0-364.088 182.044 182.044 0 0 1 0 364.088"})]))}}),vH=hH,mH=N({name:"Umbrella",__name:"umbrella",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M320 768a32 32 0 1 1 64 0 64 64 0 0 0 128 0V512H64a448 448 0 1 1 896 0H576v256a128 128 0 1 1-256 0m570.688-320a384.128 384.128 0 0 0-757.376 0z"})]))}}),gH=mH,bH=N({name:"Unlock",__name:"unlock",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"}),E("path",{fill:"currentColor",d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m178.304-295.296A192.064 192.064 0 0 0 320 320v64h352l96 38.4V448H256V320a256 256 0 0 1 493.76-95.104z"})]))}}),_H=bH,wH=N({name:"UploadFilled",__name:"upload-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 864V672h128L512 480 352 672h128v192H320v-1.6c-5.376.32-10.496 1.6-16 1.6A240 240 0 0 1 64 624c0-123.136 93.12-223.488 212.608-237.248A239.808 239.808 0 0 1 512 192a239.872 239.872 0 0 1 235.456 194.752c119.488 13.76 212.48 114.112 212.48 237.248a240 240 0 0 1-240 240c-5.376 0-10.56-1.28-16-1.6v1.6z"})]))}}),yH=wH,xH=N({name:"Upload",__name:"upload",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z"})]))}}),kH=xH,CH=N({name:"UserFilled",__name:"user-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 320a224 224 0 1 0 448 0 224 224 0 1 0-448 0m544 608H160a32 32 0 0 1-32-32v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 0 1-32 32z"})]))}}),SH=CH,EH=N({name:"User",__name:"user",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m320 320v-96a96 96 0 0 0-96-96H288a96 96 0 0 0-96 96v96a32 32 0 1 1-64 0v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 1 1-64 0"})]))}}),TH=EH,$H=N({name:"Van",__name:"van",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128.896 736H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v96h164.544a32 32 0 0 1 31.616 27.136l54.144 352A32 32 0 0 1 922.688 736h-91.52a144 144 0 1 1-286.272 0H415.104a144 144 0 1 1-286.272 0zm23.36-64a143.872 143.872 0 0 1 239.488 0H568.32c17.088-25.6 42.24-45.376 71.744-55.808V256H128v416zm655.488 0h77.632l-19.648-128H704v64.896A144 144 0 0 1 807.744 672m48.128-192-14.72-96H704v96h151.872M688 832a80 80 0 1 0 0-160 80 80 0 0 0 0 160m-416 0a80 80 0 1 0 0-160 80 80 0 0 0 0 160"})]))}}),MH=$H,AH=N({name:"VideoCameraFilled",__name:"video-camera-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m768 576 192-64v320l-192-64v96a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V480a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zM192 768v64h384v-64zm192-480a160 160 0 0 1 320 0 160 160 0 0 1-320 0m64 0a96 96 0 1 0 192.064-.064A96 96 0 0 0 448 288m-320 32a128 128 0 1 1 256.064.064A128 128 0 0 1 128 320m64 0a64 64 0 1 0 128 0 64 64 0 0 0-128 0"})]))}}),zH=AH,IH=N({name:"VideoCamera",__name:"video-camera",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 768V256H128v512zm64-416 192-96v512l-192-96v128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 71.552v176.896l128 64V359.552zM192 320h192v64H192z"})]))}}),OH=IH,NH=N({name:"VideoPause",__name:"video-pause",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-96-544q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32m192 0q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32"})]))}}),PH=NH,RH=N({name:"VideoPlay",__name:"video-play",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-48-247.616L668.608 512 464 375.616zm10.624-342.656 249.472 166.336a48 48 0 0 1 0 79.872L474.624 718.272A48 48 0 0 1 400 678.336V345.6a48 48 0 0 1 74.624-39.936z"})]))}}),LH=RH,BH=N({name:"View",__name:"view",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352m0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448m0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160"})]))}}),X3=BH,VH=N({name:"WalletFilled",__name:"wallet-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M688 512a112 112 0 1 0 0 224h208v160H128V352h768v160zm32 160h-32a48 48 0 0 1 0-96h32a48 48 0 0 1 0 96m-80-544 128 160H384z"})]))}}),DH=VH,HH=N({name:"Wallet",__name:"wallet",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M640 288h-64V128H128v704h384v32a32 32 0 0 0 32 32H96a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h512a32 32 0 0 1 32 32z"}),E("path",{fill:"currentColor",d:"M128 320v512h768V320zm-32-64h832a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M704 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"})]))}}),FH=HH,jH=N({name:"WarnTriangleFilled",__name:"warn-triangle-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M928.99 755.83 574.6 203.25c-12.89-20.16-36.76-32.58-62.6-32.58s-49.71 12.43-62.6 32.58L95.01 755.83c-12.91 20.12-12.9 44.91.01 65.03 12.92 20.12 36.78 32.51 62.59 32.49h708.78c25.82.01 49.68-12.37 62.59-32.49 12.91-20.12 12.92-44.91.01-65.03M554.67 768h-85.33v-85.33h85.33zm0-426.67v298.66h-85.33V341.32z"})]))}}),KH=jH,UH=N({name:"WarningFilled",__name:"warning-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 192a58.432 58.432 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.432 58.432 0 0 0 512 256m0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4"})]))}}),mc=UH,WH=N({name:"Warning",__name:"warning",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"})]))}}),qH=WH,YH=N({name:"Watch",__name:"watch",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 768a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),E("path",{fill:"currentColor",d:"M480 352a32 32 0 0 1 32 32v160a32 32 0 0 1-64 0V384a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M480 512h128q32 0 32 32t-32 32H480q-32 0-32-32t32-32m128-256V128H416v128h-64V64h320v192zM416 768v128h192V768h64v192H352V768z"})]))}}),GH=YH,XH=N({name:"Watermelon",__name:"watermelon",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m683.072 600.32-43.648 162.816-61.824-16.512 53.248-198.528L576 493.248l-158.4 158.4-45.248-45.248 158.4-158.4-55.616-55.616-198.528 53.248-16.512-61.824 162.816-43.648L282.752 200A384 384 0 0 0 824 741.248zm231.552 141.056a448 448 0 1 1-632-632l632 632"})]))}}),ZH=XH,JH=N({name:"WindPower",__name:"wind-power",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 64q32 0 32 32v832q0 32-32 32t-32-32V96q0-32 32-32m416 354.624 128-11.584V168.96l-128-11.52v261.12zm-64 5.824V151.552L320 134.08V160h-64V64l616.704 56.064A96 96 0 0 1 960 215.68v144.64a96 96 0 0 1-87.296 95.616L256 512V224h64v217.92zm256-23.232 98.88-8.96A32 32 0 0 0 896 360.32V215.68a32 32 0 0 0-29.12-31.872l-98.88-8.96z"})]))}}),QH=JH,eF=N({name:"ZoomIn",__name:"zoom-in",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704m-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64z"})]))}}),mh=eF,tF=N({name:"ZoomOut",__name:"zoom-out",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704M352 448h256a32 32 0 0 1 0 64H352a32 32 0 0 1 0-64"})]))}}),Z3=tF;const oF=Object.freeze(Object.defineProperty({__proto__:null,AddLocation:Qz,Aim:tI,AlarmClock:rI,Apple:nI,ArrowDown:Pl,ArrowDownBold:iI,ArrowLeft:fn,ArrowLeftBold:uI,ArrowRight:ir,ArrowRightBold:fI,ArrowUp:Ad,ArrowUpBold:mI,Avatar:_I,Back:z3,Baseball:xI,Basketball:CI,Bell:$I,BellFilled:EI,Bicycle:AI,Bottom:RI,BottomLeft:II,BottomRight:NI,Bowl:BI,Box:DI,Briefcase:FI,Brush:WI,BrushFilled:KI,Burger:YI,Calendar:I3,Camera:QI,CameraFilled:ZI,CaretBottom:tO,CaretLeft:rO,CaretRight:dh,CaretTop:O3,Cellphone:iO,ChatDotRound:cO,ChatDotSquare:dO,ChatLineRound:fO,ChatLineSquare:vO,ChatRound:gO,ChatSquare:_O,Check:Li,Checked:xO,Cherry:CO,Chicken:EO,ChromeFilled:$O,CircleCheck:zd,CircleCheckFilled:N3,CircleClose:hn,CircleCloseFilled:Id,CirclePlus:RO,CirclePlusFilled:NO,Clock:ph,Close:Jr,CloseBold:VO,Cloudy:FO,Coffee:WO,CoffeeCup:KO,Coin:YO,ColdDrink:XO,Collection:eN,CollectionTag:JO,Comment:oN,Compass:lN,Connection:aN,Coordinate:sN,CopyDocument:uN,Cpu:pN,CreditCard:hN,Crop:mN,DArrowLeft:Ra,DArrowRight:La,DCaret:wN,DataAnalysis:xN,DataBoard:CN,DataLine:EN,Delete:P3,DeleteFilled:$N,DeleteLocation:AN,Dessert:ON,Discount:PN,Dish:VN,DishDot:LN,Document:R3,DocumentAdd:HN,DocumentChecked:jN,DocumentCopy:UN,DocumentDelete:qN,DocumentRemove:GN,Download:JN,Drizzling:eP,Edit:lP,EditPen:oP,Eleme:sP,ElemeFilled:aP,ElementPlus:uP,Expand:pP,Failed:hP,Female:mP,Files:bP,Film:wP,Filter:xP,Finished:CP,FirstAidKit:EP,Flag:$P,Fold:AP,Folder:FP,FolderAdd:IP,FolderChecked:NP,FolderDelete:RP,FolderOpened:BP,FolderRemove:DP,Food:KP,Football:WP,ForkSpoon:YP,Fries:XP,FullScreen:L3,Goblet:nR,GobletFull:QP,GobletSquare:rR,GobletSquareFull:tR,GoldMedal:iR,Goods:dR,GoodsFilled:cR,Grape:fR,Grid:vR,Guide:gR,Handbag:_R,Headset:yR,Help:SR,HelpFilled:kR,Hide:B3,Histogram:$R,HomeFilled:AR,HotWater:IR,House:NR,IceCream:DR,IceCreamRound:RR,IceCreamSquare:BR,IceDrink:FR,IceTea:KR,InfoFilled:Od,Iphone:qR,Key:GR,KnifeFork:ZR,Lightning:QR,Link:tL,List:rL,Loading:vn,Location:uL,LocationFilled:aL,LocationInformation:sL,Lock:pL,Lollipop:hL,MagicStick:mL,Magnet:bL,Male:wL,Management:xL,MapLocation:CL,Medal:EL,Memo:$L,Menu:AL,Message:NL,MessageBox:IL,Mic:RL,Microphone:BL,MilkTea:DL,Minus:V3,Money:jL,Monitor:UL,Moon:GL,MoonNight:qL,More:D3,MoreFilled:fh,MostlyCloudy:QL,Mouse:tB,Mug:rB,Mute:iB,MuteNotification:nB,NoSmoking:cB,Notebook:dB,Notification:fB,Odometer:vB,OfficeBuilding:gB,Open:_B,Operation:yB,Opportunity:kB,Orange:SB,Paperclip:TB,PartlyCloudy:MB,Pear:zB,Phone:PB,PhoneFilled:OB,Picture:DB,PictureFilled:H3,PictureRounded:BB,PieChart:FB,Place:KB,Platform:WB,Plus:hh,Pointer:GB,Position:ZB,Postcard:QB,Pouring:tV,Present:rV,PriceTag:nV,Printer:iV,Promotion:cV,QuartzWatch:dV,QuestionFilled:F3,Rank:hV,Reading:bV,ReadingLamp:mV,Refresh:xV,RefreshLeft:j3,RefreshRight:K3,Refrigerator:CV,Remove:$V,RemoveFilled:EV,Right:AV,ScaleToOriginal:U3,School:OV,Scissor:PV,Search:W3,Select:BV,Sell:DV,SemiSelect:FV,Service:KV,SetUp:WV,Setting:YV,Share:XV,Ship:JV,Shop:eD,ShoppingBag:oD,ShoppingCart:aD,ShoppingCartFull:lD,ShoppingTrolley:sD,Smoking:uD,Soccer:pD,SoldOut:hD,Sort:bD,SortDown:q3,SortUp:Y3,Stamp:wD,Star:G3,StarFilled:vc,Stopwatch:CD,SuccessFilled:vh,Sugar:TD,Suitcase:zD,SuitcaseLine:MD,Sunny:OD,Sunrise:PD,Sunset:LD,Switch:jD,SwitchButton:VD,SwitchFilled:HD,TakeawayBox:UD,Ticket:qD,Tickets:GD,Timer:ZD,ToiletPaper:QD,Tools:tH,Top:iH,TopLeft:rH,TopRight:nH,TrendCharts:cH,Trophy:fH,TrophyBase:dH,TurnOff:vH,Umbrella:gH,Unlock:_H,Upload:kH,UploadFilled:yH,User:TH,UserFilled:SH,Van:MH,VideoCamera:OH,VideoCameraFilled:zH,VideoPause:PH,VideoPlay:LH,View:X3,Wallet:FH,WalletFilled:DH,WarnTriangleFilled:KH,Warning:qH,WarningFilled:mc,Watch:GH,Watermelon:ZH,WindPower:QH,ZoomIn:mh,ZoomOut:Z3},Symbol.toStringTag,{value:"Module"})),J3="__epPropKey",ue=e=>e,rF=e=>xt(e)&&!!e[J3],vl=(e,t)=>{if(!xt(e)||rF(e))return e;const{values:o,required:r,default:l,type:n,validator:a}=e,c={type:n,required:!!r,validator:o||a?d=>{let u=!1,p=[];if(o&&(p=Array.from(o),Pt(e,"default")&&p.push(l),u||(u=p.includes(d))),a&&(u||(u=a(d))),!u&&p.length>0){const h=[...new Set(p)].map(v=>JSON.stringify(v)).join(", ");y9(`Invalid prop: validation failed${t?` for prop "${t}"`:""}. Expected one of [${h}], got value ${JSON.stringify(d)}.`)}return u}:void 0,[J3]:!0};return Pt(e,"default")&&(c.default=l),c},Pe=e=>Sd(Object.entries(e).map(([t,o])=>[t,vl(o,t)])),Xt=ue([String,Object,Function]),gh={Close:Jr},bh={Close:Jr,SuccessFilled:vh,InfoFilled:Od,WarningFilled:mc,CircleCloseFilled:Id},Jn={success:vh,warning:mc,error:Id,info:Od},_h={validating:vn,success:zd,error:hn},yt=(e,t)=>{if(e.install=o=>{for(const r of[e,...Object.values(t??{})])o.component(r.name,r)},t)for(const[o,r]of Object.entries(t))e[o]=r;return e},Q3=(e,t)=>(e.install=o=>{e._context=o._context,o.config.globalProperties[t]=e},e),lF=(e,t)=>(e.install=o=>{o.directive(t,e)},e),co=e=>(e.install=Wt,e),Nd=(...e)=>t=>{e.forEach(o=>{it(o)?o(t):o.value=t})},lt={tab:"Tab",enter:"Enter",space:"Space",left:"ArrowLeft",up:"ArrowUp",right:"ArrowRight",down:"ArrowDown",esc:"Escape",delete:"Delete",backspace:"Backspace",numpadEnter:"NumpadEnter",pageUp:"PageUp",pageDown:"PageDown",home:"Home",end:"End"},nF=["year","years","month","date","dates","week","datetime","datetimerange","daterange","monthrange"],wh=["sun","mon","tue","wed","thu","fri","sat"],St="update:modelValue",ro="change",yr="input",e6=Symbol("INSTALLED_KEY"),Rl=["","default","small","large"],t6=e=>["",...Rl].includes(e);var Qr=(e=>(e[e.TEXT=1]="TEXT",e[e.CLASS=2]="CLASS",e[e.STYLE=4]="STYLE",e[e.PROPS=8]="PROPS",e[e.FULL_PROPS=16]="FULL_PROPS",e[e.HYDRATE_EVENTS=32]="HYDRATE_EVENTS",e[e.STABLE_FRAGMENT=64]="STABLE_FRAGMENT",e[e.KEYED_FRAGMENT=128]="KEYED_FRAGMENT",e[e.UNKEYED_FRAGMENT=256]="UNKEYED_FRAGMENT",e[e.NEED_PATCH=512]="NEED_PATCH",e[e.DYNAMIC_SLOTS=1024]="DYNAMIC_SLOTS",e[e.HOISTED=-1]="HOISTED",e[e.BAIL=-2]="BAIL",e))(Qr||{});function yh(e){return io(e)&&e.type===Qe}function aF(e){return io(e)&&e.type===Jo}function iF(e){return io(e)&&!yh(e)&&!aF(e)}const sF=e=>{if(!io(e))return{};const t=e.props||{},o=(io(e.type)?e.type.props:void 0)||{},r={};return Object.keys(o).forEach(l=>{Pt(o[l],"default")&&(r[l]=o[l].default)}),Object.keys(t).forEach(l=>{r[Fr(l)]=t[l]}),r},cF=e=>{if(!Ke(e)||e.length>1)throw new Error("expect to receive a single Vue element child");return e[0]},Qn=e=>{const t=Ke(e)?e:[e],o=[];return t.forEach(r=>{var l;Ke(r)?o.push(...Qn(r)):io(r)&&Ke(r.children)?o.push(...Qn(r.children)):(o.push(r),io(r)&&((l=r.component)!=null&&l.subTree)&&o.push(...Qn(r.component.subTree)))}),o},o6=e=>[...new Set(e)],Lr=e=>!e&&e!==0?[]:Array.isArray(e)?e:[e],xh=e=>/([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(e),uo=e=>e;function uF(e){let t=0;const o=(...r)=>{t&&Pa(t),t=Xn(()=>{e(...r),t=0})};return o.cancel=()=>{Pa(t),t=0},o}const dF=["class","style"],pF=/^on[A-Z]/,kh=(e={})=>{const{excludeListeners:t=!1,excludeKeys:o}=e,r=C(()=>((o==null?void 0:o.value)||[]).concat(dF)),l=wt();return C(l?()=>{var n;return Sd(Object.entries((n=l.proxy)==null?void 0:n.$attrs).filter(([a])=>!r.value.includes(a)&&!(t&&pF.test(a))))}:()=>({}))},Lo=({from:e,replacement:t,scope:o,version:r,ref:l,type:n="API"},a)=>{Se(()=>s(a),i=>{},{immediate:!0})},r6=(e,t,o,r)=>{let l={offsetX:0,offsetY:0};const n=c=>{const d=c.clientX,u=c.clientY,{offsetX:p,offsetY:h}=l,v=e.value.getBoundingClientRect(),m=v.left,f=v.top,_=v.width,g=v.height,y=document.documentElement.clientWidth,w=document.documentElement.clientHeight,x=-m+p,$=-f+h,T=y-m-_+p,R=w-f-g+h,P=B=>{let V=p+B.clientX-d,j=h+B.clientY-u;r!=null&&r.value||(V=Math.min(Math.max(V,x),T),j=Math.min(Math.max(j,$),R)),l={offsetX:V,offsetY:j},e.value&&(e.value.style.transform=`translate(${mo(V)}, ${mo(j)})`)},L=()=>{document.removeEventListener("mousemove",P),document.removeEventListener("mouseup",L)};document.addEventListener("mousemove",P),document.addEventListener("mouseup",L)},a=()=>{t.value&&e.value&&t.value.addEventListener("mousedown",n)},i=()=>{t.value&&e.value&&t.value.removeEventListener("mousedown",n)};ft(()=>{Go(()=>{o.value?a():i()})}),to(()=>{i()})};var fF={name:"en",el:{breadcrumb:{label:"Breadcrumb"},colorpicker:{confirm:"OK",clear:"Clear",defaultLabel:"color picker",description:"current color is {color}. press enter to select a new color."},datepicker:{now:"Now",today:"Today",cancel:"Cancel",clear:"Clear",confirm:"OK",dateTablePrompt:"Use the arrow keys and enter to select the day of the month",monthTablePrompt:"Use the arrow keys and enter to select the month",yearTablePrompt:"Use the arrow keys and enter to select the year",selectedDate:"Selected date",selectDate:"Select date",selectTime:"Select time",startDate:"Start Date",startTime:"Start Time",endDate:"End Date",endTime:"End Time",prevYear:"Previous Year",nextYear:"Next Year",prevMonth:"Previous Month",nextMonth:"Next Month",year:"",month1:"January",month2:"February",month3:"March",month4:"April",month5:"May",month6:"June",month7:"July",month8:"August",month9:"September",month10:"October",month11:"November",month12:"December",week:"week",weeks:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},weeksFull:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"},months:{jan:"Jan",feb:"Feb",mar:"Mar",apr:"Apr",may:"May",jun:"Jun",jul:"Jul",aug:"Aug",sep:"Sep",oct:"Oct",nov:"Nov",dec:"Dec"}},inputNumber:{decrease:"decrease number",increase:"increase number"},select:{loading:"Loading",noMatch:"No matching data",noData:"No data",placeholder:"Select"},dropdown:{toggleDropdown:"Toggle Dropdown"},cascader:{noMatch:"No matching data",loading:"Loading",placeholder:"Select",noData:"No data"},pagination:{goto:"Go to",pagesize:"/page",total:"Total {total}",pageClassifier:"",page:"Page",prev:"Go to previous page",next:"Go to next page",currentPage:"page {pager}",prevPages:"Previous {pager} pages",nextPages:"Next {pager} pages",deprecationWarning:"Deprecated usages detected, please refer to the el-pagination documentation for more details"},dialog:{close:"Close this dialog"},drawer:{close:"Close this dialog"},messagebox:{title:"Message",confirm:"OK",cancel:"Cancel",error:"Illegal input",close:"Close this dialog"},upload:{deleteTip:"press delete to remove",delete:"Delete",preview:"Preview",continue:"Continue"},slider:{defaultLabel:"slider between {min} and {max}",defaultRangeStartLabel:"pick start value",defaultRangeEndLabel:"pick end value"},table:{emptyText:"No Data",confirmFilter:"Confirm",resetFilter:"Reset",clearFilter:"All",sumText:"Sum"},tour:{next:"Next",previous:"Previous",finish:"Finish"},tree:{emptyText:"No Data"},transfer:{noMatch:"No matching data",noData:"No data",titles:["List 1","List 2"],filterPlaceholder:"Enter keyword",noCheckedFormat:"{total} items",hasCheckedFormat:"{checked}/{total} checked"},image:{error:"FAILED"},pageHeader:{title:"Back"},popconfirm:{confirmButtonText:"Yes",cancelButtonText:"No"},carousel:{leftArrow:"Carousel arrow left",rightArrow:"Carousel arrow right",indicator:"Carousel switch to index {index}"}}};const hF=e=>(t,o)=>vF(t,o,s(e)),vF=(e,t,o)=>wo(o,e,e).replace(/\{(\w+)\}/g,(r,l)=>{var n;return`${(n=t==null?void 0:t[l])!=null?n:`{${l}}`}`}),mF=e=>{const t=C(()=>s(e).name),o=Zt(e)?e:D(e);return{lang:t,locale:o,t:hF(e)}},l6=Symbol("localeContextKey"),Rt=e=>{const t=e||Ge(l6,D());return mF(C(()=>t.value||fF))},gc="el",gF="is-",Ba=(e,t,o,r,l)=>{let n=`${e}-${t}`;return o&&(n+=`-${o}`),r&&(n+=`__${r}`),l&&(n+=`--${l}`),n},n6=Symbol("namespaceContextKey"),Ch=e=>{const t=e||(wt()?Ge(n6,D(gc)):D(gc));return C(()=>s(t)||gc)},ze=(e,t)=>{const o=Ch(t);return{namespace:o,b:(f="")=>Ba(o.value,e,f,"",""),e:f=>f?Ba(o.value,e,"",f,""):"",m:f=>f?Ba(o.value,e,"","",f):"",be:(f,_)=>f&&_?Ba(o.value,e,f,_,""):"",em:(f,_)=>f&&_?Ba(o.value,e,"",f,_):"",bm:(f,_)=>f&&_?Ba(o.value,e,f,"",_):"",bem:(f,_,g)=>f&&_&&g?Ba(o.value,e,f,_,g):"",is:(f,..._)=>{const g=_.length>=1?_[0]:!0;return f&&g?`${gF}${f}`:""},cssVar:f=>{const _={};for(const g in f)f[g]&&(_[`--${o.value}-${g}`]=f[g]);return _},cssVarName:f=>`--${o.value}-${f}`,cssVarBlock:f=>{const _={};for(const g in f)f[g]&&(_[`--${o.value}-${e}-${g}`]=f[g]);return _},cssVarBlockName:f=>`--${o.value}-${e}-${f}`}},Sh=(e,t={})=>{Zt(e)||Io("[useLockscreen]","You need to pass a ref param to this function");const o=t.ns||ze("popup"),r=C(()=>o.bm("parent","hidden"));if(!Nt||Xr(document.body,r.value))return;let l=0,n=!1,a="0";const i=()=>{setTimeout(()=>{ar(document==null?void 0:document.body,r.value),n&&document&&(document.body.style.width=a)},200)};Se(e,c=>{if(!c){i();return}n=!Xr(document.body,r.value),n&&(a=document.body.style.width),l=T3(o.namespace.value);const d=document.documentElement.clientHeight0&&(d||u==="scroll")&&n&&(document.body.style.width=`calc(100% - ${l}px)`),Zr(document.body,r.value)}),kf(()=>i())},bF=vl({type:ue(Boolean),default:null}),_F=vl({type:ue(Function)}),a6=e=>{const t=`update:${e}`,o=`onUpdate:${e}`,r=[t],l={[e]:bF,[o]:_F};return{useModelToggle:({indicator:a,toggleReason:i,shouldHideWhenRouteChanges:c,shouldProceed:d,onShow:u,onHide:p})=>{const h=wt(),{emit:v}=h,m=h.props,f=C(()=>it(m[o])),_=C(()=>m[e]===null),g=R=>{a.value!==!0&&(a.value=!0,i&&(i.value=R),it(u)&&u(R))},y=R=>{a.value!==!1&&(a.value=!1,i&&(i.value=R),it(p)&&p(R))},w=R=>{if(m.disabled===!0||it(d)&&!d())return;const P=f.value&&Nt;P&&v(t,!0),(_.value||!P)&&g(R)},x=R=>{if(m.disabled===!0||!Nt)return;const P=f.value&&Nt;P&&v(t,!1),(_.value||!P)&&y(R)},$=R=>{Co(R)&&(m.disabled&&R?f.value&&v(t,!1):a.value!==R&&(R?g():y()))},T=()=>{a.value?x():w()};return Se(()=>m[e],$),c&&h.appContext.config.globalProperties.$route!==void 0&&Se(()=>({...h.proxy.$route}),()=>{c.value&&a.value&&x()}),ft(()=>{$(m[e])}),{hide:x,show:w,toggle:T,hasUpdateHandler:f}},useModelToggleProps:l,useModelToggleEmits:r}};a6("modelValue");const i6=e=>{const t=wt();return C(()=>{var o,r;return(r=(o=t==null?void 0:t.proxy)==null?void 0:o.$props)==null?void 0:r[e]})};var Ar="top",el="bottom",tl="right",zr="left",Eh="auto",bc=[Ar,el,tl,zr],Bi="start",_c="end",wF="clippingParents",s6="viewport",wc="popper",yF="reference",c6=bc.reduce(function(e,t){return e.concat([t+"-"+Bi,t+"-"+_c])},[]),Va=[].concat(bc,[Eh]).reduce(function(e,t){return e.concat([t,t+"-"+Bi,t+"-"+_c])},[]),xF="beforeRead",kF="read",CF="afterRead",SF="beforeMain",EF="main",TF="afterMain",$F="beforeWrite",MF="write",AF="afterWrite",zF=[xF,kF,CF,SF,EF,TF,$F,MF,AF];function Ll(e){return e?(e.nodeName||"").toLowerCase():null}function ml(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Vi(e){var t=ml(e).Element;return e instanceof t||e instanceof Element}function ol(e){var t=ml(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Th(e){if(typeof ShadowRoot>"u")return!1;var t=ml(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function IF(e){var t=e.state;Object.keys(t.elements).forEach(function(o){var r=t.styles[o]||{},l=t.attributes[o]||{},n=t.elements[o];!ol(n)||!Ll(n)||(Object.assign(n.style,r),Object.keys(l).forEach(function(a){var i=l[a];i===!1?n.removeAttribute(a):n.setAttribute(a,i===!0?"":i)}))})}function OF(e){var t=e.state,o={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,o.popper),t.styles=o,t.elements.arrow&&Object.assign(t.elements.arrow.style,o.arrow),function(){Object.keys(t.elements).forEach(function(r){var l=t.elements[r],n=t.attributes[r]||{},a=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:o[r]),i=a.reduce(function(c,d){return c[d]="",c},{});!ol(l)||!Ll(l)||(Object.assign(l.style,i),Object.keys(n).forEach(function(c){l.removeAttribute(c)}))})}}var u6={name:"applyStyles",enabled:!0,phase:"write",fn:IF,effect:OF,requires:["computeStyles"]};function Bl(e){return e.split("-")[0]}var Da=Math.max,Pd=Math.min,Di=Math.round;function Hi(e,t){t===void 0&&(t=!1);var o=e.getBoundingClientRect(),r=1,l=1;if(ol(e)&&t){var n=e.offsetHeight,a=e.offsetWidth;a>0&&(r=Di(o.width)/a||1),n>0&&(l=Di(o.height)/n||1)}return{width:o.width/r,height:o.height/l,top:o.top/l,right:o.right/r,bottom:o.bottom/l,left:o.left/r,x:o.left/r,y:o.top/l}}function $h(e){var t=Hi(e),o=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-o)<=1&&(o=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:o,height:r}}function d6(e,t){var o=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(o&&Th(o)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function mn(e){return ml(e).getComputedStyle(e)}function NF(e){return["table","td","th"].indexOf(Ll(e))>=0}function ea(e){return((Vi(e)?e.ownerDocument:e.document)||window.document).documentElement}function Rd(e){return Ll(e)==="html"?e:e.assignedSlot||e.parentNode||(Th(e)?e.host:null)||ea(e)}function p6(e){return!ol(e)||mn(e).position==="fixed"?null:e.offsetParent}function PF(e){var t=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,o=navigator.userAgent.indexOf("Trident")!==-1;if(o&&ol(e)){var r=mn(e);if(r.position==="fixed")return null}var l=Rd(e);for(Th(l)&&(l=l.host);ol(l)&&["html","body"].indexOf(Ll(l))<0;){var n=mn(l);if(n.transform!=="none"||n.perspective!=="none"||n.contain==="paint"||["transform","perspective"].indexOf(n.willChange)!==-1||t&&n.willChange==="filter"||t&&n.filter&&n.filter!=="none")return l;l=l.parentNode}return null}function yc(e){for(var t=ml(e),o=p6(e);o&&NF(o)&&mn(o).position==="static";)o=p6(o);return o&&(Ll(o)==="html"||Ll(o)==="body"&&mn(o).position==="static")?t:o||PF(e)||t}function Mh(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function xc(e,t,o){return Da(e,Pd(t,o))}function RF(e,t,o){var r=xc(e,t,o);return r>o?o:r}function f6(){return{top:0,right:0,bottom:0,left:0}}function h6(e){return Object.assign({},f6(),e)}function v6(e,t){return t.reduce(function(o,r){return o[r]=e,o},{})}var LF=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,h6(typeof e!="number"?e:v6(e,bc))};function BF(e){var t,o=e.state,r=e.name,l=e.options,n=o.elements.arrow,a=o.modifiersData.popperOffsets,i=Bl(o.placement),c=Mh(i),d=[zr,tl].indexOf(i)>=0,u=d?"height":"width";if(!(!n||!a)){var p=LF(l.padding,o),h=$h(n),v=c==="y"?Ar:zr,m=c==="y"?el:tl,f=o.rects.reference[u]+o.rects.reference[c]-a[c]-o.rects.popper[u],_=a[c]-o.rects.reference[c],g=yc(n),y=g?c==="y"?g.clientHeight||0:g.clientWidth||0:0,w=f/2-_/2,x=p[v],$=y-h[u]-p[m],T=y/2-h[u]/2+w,R=xc(x,T,$),P=c;o.modifiersData[r]=(t={},t[P]=R,t.centerOffset=R-T,t)}}function VF(e){var t=e.state,o=e.options,r=o.element,l=r===void 0?"[data-popper-arrow]":r;l!=null&&(typeof l=="string"&&(l=t.elements.popper.querySelector(l),!l)||!d6(t.elements.popper,l)||(t.elements.arrow=l))}var DF={name:"arrow",enabled:!0,phase:"main",fn:BF,effect:VF,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Fi(e){return e.split("-")[1]}var HF={top:"auto",right:"auto",bottom:"auto",left:"auto"};function FF(e){var t=e.x,o=e.y,r=window,l=r.devicePixelRatio||1;return{x:Di(t*l)/l||0,y:Di(o*l)/l||0}}function m6(e){var t,o=e.popper,r=e.popperRect,l=e.placement,n=e.variation,a=e.offsets,i=e.position,c=e.gpuAcceleration,d=e.adaptive,u=e.roundOffsets,p=e.isFixed,h=a.x,v=h===void 0?0:h,m=a.y,f=m===void 0?0:m,_=typeof u=="function"?u({x:v,y:f}):{x:v,y:f};v=_.x,f=_.y;var g=a.hasOwnProperty("x"),y=a.hasOwnProperty("y"),w=zr,x=Ar,$=window;if(d){var T=yc(o),R="clientHeight",P="clientWidth";if(T===ml(o)&&(T=ea(o),mn(T).position!=="static"&&i==="absolute"&&(R="scrollHeight",P="scrollWidth")),T=T,l===Ar||(l===zr||l===tl)&&n===_c){x=el;var L=p&&T===$&&$.visualViewport?$.visualViewport.height:T[R];f-=L-r.height,f*=c?1:-1}if(l===zr||(l===Ar||l===el)&&n===_c){w=tl;var B=p&&T===$&&$.visualViewport?$.visualViewport.width:T[P];v-=B-r.width,v*=c?1:-1}}var V=Object.assign({position:i},d&&HF),j=u===!0?FF({x:v,y:f}):{x:v,y:f};if(v=j.x,f=j.y,c){var te;return Object.assign({},V,(te={},te[x]=y?"0":"",te[w]=g?"0":"",te.transform=($.devicePixelRatio||1)<=1?"translate("+v+"px, "+f+"px)":"translate3d("+v+"px, "+f+"px, 0)",te))}return Object.assign({},V,(t={},t[x]=y?f+"px":"",t[w]=g?v+"px":"",t.transform="",t))}function jF(e){var t=e.state,o=e.options,r=o.gpuAcceleration,l=r===void 0?!0:r,n=o.adaptive,a=n===void 0?!0:n,i=o.roundOffsets,c=i===void 0?!0:i,d={placement:Bl(t.placement),variation:Fi(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:l,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,m6(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:c})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,m6(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var g6={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:jF,data:{}},Ld={passive:!0};function KF(e){var t=e.state,o=e.instance,r=e.options,l=r.scroll,n=l===void 0?!0:l,a=r.resize,i=a===void 0?!0:a,c=ml(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return n&&d.forEach(function(u){u.addEventListener("scroll",o.update,Ld)}),i&&c.addEventListener("resize",o.update,Ld),function(){n&&d.forEach(function(u){u.removeEventListener("scroll",o.update,Ld)}),i&&c.removeEventListener("resize",o.update,Ld)}}var b6={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:KF,data:{}},UF={left:"right",right:"left",bottom:"top",top:"bottom"};function Bd(e){return e.replace(/left|right|bottom|top/g,function(t){return UF[t]})}var WF={start:"end",end:"start"};function _6(e){return e.replace(/start|end/g,function(t){return WF[t]})}function Ah(e){var t=ml(e),o=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:o,scrollTop:r}}function zh(e){return Hi(ea(e)).left+Ah(e).scrollLeft}function qF(e){var t=ml(e),o=ea(e),r=t.visualViewport,l=o.clientWidth,n=o.clientHeight,a=0,i=0;return r&&(l=r.width,n=r.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(a=r.offsetLeft,i=r.offsetTop)),{width:l,height:n,x:a+zh(e),y:i}}function YF(e){var t,o=ea(e),r=Ah(e),l=(t=e.ownerDocument)==null?void 0:t.body,n=Da(o.scrollWidth,o.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),a=Da(o.scrollHeight,o.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0),i=-r.scrollLeft+zh(e),c=-r.scrollTop;return mn(l||o).direction==="rtl"&&(i+=Da(o.clientWidth,l?l.clientWidth:0)-n),{width:n,height:a,x:i,y:c}}function Ih(e){var t=mn(e),o=t.overflow,r=t.overflowX,l=t.overflowY;return/auto|scroll|overlay|hidden/.test(o+l+r)}function w6(e){return["html","body","#document"].indexOf(Ll(e))>=0?e.ownerDocument.body:ol(e)&&Ih(e)?e:w6(Rd(e))}function kc(e,t){var o;t===void 0&&(t=[]);var r=w6(e),l=r===((o=e.ownerDocument)==null?void 0:o.body),n=ml(r),a=l?[n].concat(n.visualViewport||[],Ih(r)?r:[]):r,i=t.concat(a);return l?i:i.concat(kc(Rd(a)))}function Oh(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function GF(e){var t=Hi(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}function y6(e,t){return t===s6?Oh(qF(e)):Vi(t)?GF(t):Oh(YF(ea(e)))}function XF(e){var t=kc(Rd(e)),o=["absolute","fixed"].indexOf(mn(e).position)>=0,r=o&&ol(e)?yc(e):e;return Vi(r)?t.filter(function(l){return Vi(l)&&d6(l,r)&&Ll(l)!=="body"}):[]}function ZF(e,t,o){var r=t==="clippingParents"?XF(e):[].concat(t),l=[].concat(r,[o]),n=l[0],a=l.reduce(function(i,c){var d=y6(e,c);return i.top=Da(d.top,i.top),i.right=Pd(d.right,i.right),i.bottom=Pd(d.bottom,i.bottom),i.left=Da(d.left,i.left),i},y6(e,n));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}function x6(e){var t=e.reference,o=e.element,r=e.placement,l=r?Bl(r):null,n=r?Fi(r):null,a=t.x+t.width/2-o.width/2,i=t.y+t.height/2-o.height/2,c;switch(l){case Ar:c={x:a,y:t.y-o.height};break;case el:c={x:a,y:t.y+t.height};break;case tl:c={x:t.x+t.width,y:i};break;case zr:c={x:t.x-o.width,y:i};break;default:c={x:t.x,y:t.y}}var d=l?Mh(l):null;if(d!=null){var u=d==="y"?"height":"width";switch(n){case Bi:c[d]=c[d]-(t[u]/2-o[u]/2);break;case _c:c[d]=c[d]+(t[u]/2-o[u]/2);break}}return c}function Cc(e,t){t===void 0&&(t={});var o=t,r=o.placement,l=r===void 0?e.placement:r,n=o.boundary,a=n===void 0?wF:n,i=o.rootBoundary,c=i===void 0?s6:i,d=o.elementContext,u=d===void 0?wc:d,p=o.altBoundary,h=p===void 0?!1:p,v=o.padding,m=v===void 0?0:v,f=h6(typeof m!="number"?m:v6(m,bc)),_=u===wc?yF:wc,g=e.rects.popper,y=e.elements[h?_:u],w=ZF(Vi(y)?y:y.contextElement||ea(e.elements.popper),a,c),x=Hi(e.elements.reference),$=x6({reference:x,element:g,strategy:"absolute",placement:l}),T=Oh(Object.assign({},g,$)),R=u===wc?T:x,P={top:w.top-R.top+f.top,bottom:R.bottom-w.bottom+f.bottom,left:w.left-R.left+f.left,right:R.right-w.right+f.right},L=e.modifiersData.offset;if(u===wc&&L){var B=L[l];Object.keys(P).forEach(function(V){var j=[tl,el].indexOf(V)>=0?1:-1,te=[Ar,el].indexOf(V)>=0?"y":"x";P[V]+=B[te]*j})}return P}function JF(e,t){t===void 0&&(t={});var o=t,r=o.placement,l=o.boundary,n=o.rootBoundary,a=o.padding,i=o.flipVariations,c=o.allowedAutoPlacements,d=c===void 0?Va:c,u=Fi(r),p=u?i?c6:c6.filter(function(m){return Fi(m)===u}):bc,h=p.filter(function(m){return d.indexOf(m)>=0});h.length===0&&(h=p);var v=h.reduce(function(m,f){return m[f]=Cc(e,{placement:f,boundary:l,rootBoundary:n,padding:a})[Bl(f)],m},{});return Object.keys(v).sort(function(m,f){return v[m]-v[f]})}function QF(e){if(Bl(e)===Eh)return[];var t=Bd(e);return[_6(e),t,_6(t)]}function ej(e){var t=e.state,o=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var l=o.mainAxis,n=l===void 0?!0:l,a=o.altAxis,i=a===void 0?!0:a,c=o.fallbackPlacements,d=o.padding,u=o.boundary,p=o.rootBoundary,h=o.altBoundary,v=o.flipVariations,m=v===void 0?!0:v,f=o.allowedAutoPlacements,_=t.options.placement,g=Bl(_),y=g===_,w=c||(y||!m?[Bd(_)]:QF(_)),x=[_].concat(w).reduce(function(Q,Me){return Q.concat(Bl(Me)===Eh?JF(t,{placement:Me,boundary:u,rootBoundary:p,padding:d,flipVariations:m,allowedAutoPlacements:f}):Me)},[]),$=t.rects.reference,T=t.rects.popper,R=new Map,P=!0,L=x[0],B=0;B=0,Z=J?"width":"height",H=Cc(t,{placement:V,boundary:u,rootBoundary:p,altBoundary:h,padding:d}),F=J?te?tl:zr:te?el:Ar;$[Z]>T[Z]&&(F=Bd(F));var K=Bd(F),I=[];if(n&&I.push(H[j]<=0),i&&I.push(H[F]<=0,H[K]<=0),I.every(function(Q){return Q})){L=V,P=!1;break}R.set(V,I)}if(P)for(var U=m?3:1,oe=function(Q){var Me=x.find(function(de){var _e=R.get(de);if(_e)return _e.slice(0,Q).every(function(me){return me})});if(Me)return L=Me,"break"},ne=U;ne>0;ne--){var ce=oe(ne);if(ce==="break")break}t.placement!==L&&(t.modifiersData[r]._skip=!0,t.placement=L,t.reset=!0)}}var tj={name:"flip",enabled:!0,phase:"main",fn:ej,requiresIfExists:["offset"],data:{_skip:!1}};function k6(e,t,o){return o===void 0&&(o={x:0,y:0}),{top:e.top-t.height-o.y,right:e.right-t.width+o.x,bottom:e.bottom-t.height+o.y,left:e.left-t.width-o.x}}function C6(e){return[Ar,tl,el,zr].some(function(t){return e[t]>=0})}function oj(e){var t=e.state,o=e.name,r=t.rects.reference,l=t.rects.popper,n=t.modifiersData.preventOverflow,a=Cc(t,{elementContext:"reference"}),i=Cc(t,{altBoundary:!0}),c=k6(a,r),d=k6(i,l,n),u=C6(c),p=C6(d);t.modifiersData[o]={referenceClippingOffsets:c,popperEscapeOffsets:d,isReferenceHidden:u,hasPopperEscaped:p},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":p})}var rj={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:oj};function lj(e,t,o){var r=Bl(e),l=[zr,Ar].indexOf(r)>=0?-1:1,n=typeof o=="function"?o(Object.assign({},t,{placement:e})):o,a=n[0],i=n[1];return a=a||0,i=(i||0)*l,[zr,tl].indexOf(r)>=0?{x:i,y:a}:{x:a,y:i}}function nj(e){var t=e.state,o=e.options,r=e.name,l=o.offset,n=l===void 0?[0,0]:l,a=Va.reduce(function(u,p){return u[p]=lj(p,t.rects,n),u},{}),i=a[t.placement],c=i.x,d=i.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=d),t.modifiersData[r]=a}var aj={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:nj};function ij(e){var t=e.state,o=e.name;t.modifiersData[o]=x6({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var S6={name:"popperOffsets",enabled:!0,phase:"read",fn:ij,data:{}};function sj(e){return e==="x"?"y":"x"}function cj(e){var t=e.state,o=e.options,r=e.name,l=o.mainAxis,n=l===void 0?!0:l,a=o.altAxis,i=a===void 0?!1:a,c=o.boundary,d=o.rootBoundary,u=o.altBoundary,p=o.padding,h=o.tether,v=h===void 0?!0:h,m=o.tetherOffset,f=m===void 0?0:m,_=Cc(t,{boundary:c,rootBoundary:d,padding:p,altBoundary:u}),g=Bl(t.placement),y=Fi(t.placement),w=!y,x=Mh(g),$=sj(x),T=t.modifiersData.popperOffsets,R=t.rects.reference,P=t.rects.popper,L=typeof f=="function"?f(Object.assign({},t.rects,{placement:t.placement})):f,B=typeof L=="number"?{mainAxis:L,altAxis:L}:Object.assign({mainAxis:0,altAxis:0},L),V=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,j={x:0,y:0};if(T){if(n){var te,J=x==="y"?Ar:zr,Z=x==="y"?el:tl,H=x==="y"?"height":"width",F=T[x],K=F+_[J],I=F-_[Z],U=v?-P[H]/2:0,oe=y===Bi?R[H]:P[H],ne=y===Bi?-P[H]:-R[H],ce=t.elements.arrow,Q=v&&ce?$h(ce):{width:0,height:0},Me=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:f6(),de=Me[J],_e=Me[Z],me=xc(0,R[H],Q[H]),Re=w?R[H]/2-U-me-de-B.mainAxis:oe-me-de-B.mainAxis,Ce=w?-R[H]/2+U+me+_e+B.mainAxis:ne+me+_e+B.mainAxis,Ee=t.elements.arrow&&yc(t.elements.arrow),De=Ee?x==="y"?Ee.clientTop||0:Ee.clientLeft||0:0,ae=(te=V==null?void 0:V[x])!=null?te:0,pe=F+Re-ae-De,ke=F+Ce-ae,Oe=xc(v?Pd(K,pe):K,F,v?Da(I,ke):I);T[x]=Oe,j[x]=Oe-F}if(i){var we,Te=x==="x"?Ar:zr,Ne=x==="x"?el:tl,Ie=T[$],Ae=$==="y"?"height":"width",xe=Ie+_[Te],We=Ie-_[Ne],qe=[Ar,zr].indexOf(g)!==-1,ye=(we=V==null?void 0:V[$])!=null?we:0,Ye=qe?xe:Ie-R[Ae]-P[Ae]-ye+B.altAxis,tt=qe?Ie+R[Ae]+P[Ae]-ye-B.altAxis:We,pt=v&&qe?RF(Ye,Ie,tt):xc(v?Ye:xe,Ie,v?tt:We);T[$]=pt,j[$]=pt-Ie}t.modifiersData[r]=j}}var uj={name:"preventOverflow",enabled:!0,phase:"main",fn:cj,requiresIfExists:["offset"]};function dj(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function pj(e){return e===ml(e)||!ol(e)?Ah(e):dj(e)}function fj(e){var t=e.getBoundingClientRect(),o=Di(t.width)/e.offsetWidth||1,r=Di(t.height)/e.offsetHeight||1;return o!==1||r!==1}function hj(e,t,o){o===void 0&&(o=!1);var r=ol(t),l=ol(t)&&fj(t),n=ea(t),a=Hi(e,l),i={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(r||!r&&!o)&&((Ll(t)!=="body"||Ih(n))&&(i=pj(t)),ol(t)?(c=Hi(t,!0),c.x+=t.clientLeft,c.y+=t.clientTop):n&&(c.x=zh(n))),{x:a.left+i.scrollLeft-c.x,y:a.top+i.scrollTop-c.y,width:a.width,height:a.height}}function vj(e){var t=new Map,o=new Set,r=[];e.forEach(function(n){t.set(n.name,n)});function l(n){o.add(n.name);var a=[].concat(n.requires||[],n.requiresIfExists||[]);a.forEach(function(i){if(!o.has(i)){var c=t.get(i);c&&l(c)}}),r.push(n)}return e.forEach(function(n){o.has(n.name)||l(n)}),r}function mj(e){var t=vj(e);return zF.reduce(function(o,r){return o.concat(t.filter(function(l){return l.phase===r}))},[])}function gj(e){var t;return function(){return t||(t=new Promise(function(o){Promise.resolve().then(function(){t=void 0,o(e())})})),t}}function bj(e){var t=e.reduce(function(o,r){var l=o[r.name];return o[r.name]=l?Object.assign({},l,r,{options:Object.assign({},l.options,r.options),data:Object.assign({},l.data,r.data)}):r,o},{});return Object.keys(t).map(function(o){return t[o]})}var E6={placement:"bottom",modifiers:[],strategy:"absolute"};function T6(){for(var e=arguments.length,t=new Array(e),o=0;o{const r={name:"updateState",enabled:!0,phase:"write",fn:({state:c})=>{const d=kj(c);Object.assign(a.value,d)},requires:["computeStyles"]},l=C(()=>{const{onFirstUpdate:c,placement:d,strategy:u,modifiers:p}=s(o);return{onFirstUpdate:c,placement:d||"bottom",strategy:u||"absolute",modifiers:[...p||[],r,{name:"applyStyles",enabled:!1}]}}),n=lo(),a=D({styles:{popper:{position:s(l).strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),i=()=>{n.value&&(n.value.destroy(),n.value=void 0)};return Se(l,c=>{const d=s(n);d&&d.setOptions(c)},{deep:!0}),Se([e,t],([c,d])=>{i(),!(!c||!d)&&(n.value=yj(c,d,s(l)))}),to(()=>{i()}),{state:C(()=>{var c;return{...((c=s(n))==null?void 0:c.state)||{}}}),styles:C(()=>s(a).styles),attributes:C(()=>s(a).attributes),update:()=>{var c;return(c=s(n))==null?void 0:c.update()},forceUpdate:()=>{var c;return(c=s(n))==null?void 0:c.forceUpdate()},instanceRef:C(()=>s(n))}};function kj(e){const t=Object.keys(e.elements),o=Sd(t.map(l=>[l,e.styles[l]||{}])),r=Sd(t.map(l=>[l,e.attributes[l]]));return{styles:o,attributes:r}}const Ph=e=>{if(!e)return{onClick:Wt,onMousedown:Wt,onMouseup:Wt};let t=!1,o=!1;return{onClick:a=>{t&&o&&e(a),t=o=!1},onMousedown:a=>{t=a.target===a.currentTarget},onMouseup:a=>{o=a.target===a.currentTarget}}},Cj=(e,t=0)=>{if(t===0)return e;const o=D(!1);let r=0;const l=()=>{r&&clearTimeout(r),r=window.setTimeout(()=>{o.value=e.value},t)};return ft(l),Se(()=>e.value,n=>{n?l():o.value=n}),o};function $6(){let e;const t=(r,l)=>{o(),e=window.setTimeout(r,l)},o=()=>window.clearTimeout(e);return rc(()=>o()),{registerTimeout:t,cancelTimeout:o}}const M6={prefix:Math.floor(Math.random()*1e4),current:0},Sj=Symbol("elIdInjection"),Rh=()=>wt()?Ge(Sj,M6):M6,Qo=e=>{const t=Rh(),o=Ch();return C(()=>s(e)||`${o.value}-id-${t.prefix}-${t.current++}`)};let ji=[];const A6=e=>{const t=e;t.key===lt.esc&&ji.forEach(o=>o(t))},Ej=e=>{ft(()=>{ji.length===0&&document.addEventListener("keydown",A6),Nt&&ji.push(e)}),to(()=>{ji=ji.filter(t=>t!==e),ji.length===0&&Nt&&document.removeEventListener("keydown",A6)})};let z6;const I6=()=>{const e=Ch(),t=Rh(),o=C(()=>`${e.value}-popper-container-${t.prefix}`),r=C(()=>`#${o.value}`);return{id:o,selector:r}},Tj=e=>{const t=document.createElement("div");return t.id=e,document.body.appendChild(t),t},$j=()=>{const{id:e,selector:t}=I6();return Pu(()=>{Nt&&!z6&&!document.body.querySelector(t.value)&&(z6=Tj(e.value))}),{id:e,selector:t}},Mj=Pe({showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0}}),Aj=({showAfter:e,hideAfter:t,autoClose:o,open:r,close:l})=>{const{registerTimeout:n}=$6(),{registerTimeout:a,cancelTimeout:i}=$6();return{onOpen:u=>{n(()=>{r(u);const p=s(o);st(p)&&p>0&&a(()=>{l(u)},p)},s(e))},onClose:u=>{i(),n(()=>{l(u)},s(t))}}},O6=Symbol("elForwardRef"),zj=e=>{zt(O6,{setForwardRef:o=>{e.value=o}})},Ij=e=>({mounted(t){e(t)},updated(t){e(t)},unmounted(){e(null)}}),N6={current:0},P6=D(0),R6=2e3,L6=Symbol("elZIndexContextKey"),B6=Symbol("zIndexContextKey"),Ki=e=>{const t=wt()?Ge(L6,N6):N6,o=e||(wt()?Ge(B6,void 0):void 0),r=C(()=>{const a=s(o);return st(a)?a:R6}),l=C(()=>r.value+P6.value),n=()=>(t.current++,P6.value=t.current,l.value);return!Nt&&Ge(L6),{initialZIndex:r,currentZIndex:l,nextZIndex:n}},Ui=Math.min,Ha=Math.max,Vd=Math.round,Dd=Math.floor,ta=e=>({x:e,y:e}),Oj={left:"right",right:"left",bottom:"top",top:"bottom"},Nj={start:"end",end:"start"};function Lh(e,t,o){return Ha(e,Ui(t,o))}function Sc(e,t){return typeof e=="function"?e(t):e}function Fa(e){return e.split("-")[0]}function Ec(e){return e.split("-")[1]}function V6(e){return e==="x"?"y":"x"}function Bh(e){return e==="y"?"height":"width"}function Wi(e){return["top","bottom"].includes(Fa(e))?"y":"x"}function Vh(e){return V6(Wi(e))}function Pj(e,t,o){o===void 0&&(o=!1);const r=Ec(e),l=Vh(e),n=Bh(l);let a=l==="x"?r===(o?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[n]>t.floating[n]&&(a=Hd(a)),[a,Hd(a)]}function Rj(e){const t=Hd(e);return[Dh(e),t,Dh(t)]}function Dh(e){return e.replace(/start|end/g,t=>Nj[t])}function Lj(e,t,o){const r=["left","right"],l=["right","left"],n=["top","bottom"],a=["bottom","top"];switch(e){case"top":case"bottom":return o?t?l:r:t?r:l;case"left":case"right":return t?n:a;default:return[]}}function Bj(e,t,o,r){const l=Ec(e);let n=Lj(Fa(e),o==="start",r);return l&&(n=n.map(a=>a+"-"+l),t&&(n=n.concat(n.map(Dh)))),n}function Hd(e){return e.replace(/left|right|bottom|top/g,t=>Oj[t])}function Vj(e){return{top:0,right:0,bottom:0,left:0,...e}}function D6(e){return typeof e!="number"?Vj(e):{top:e,right:e,bottom:e,left:e}}function Fd(e){const{x:t,y:o,width:r,height:l}=e;return{width:r,height:l,top:o,left:t,right:t+r,bottom:o+l,x:t,y:o}}function H6(e,t,o){let{reference:r,floating:l}=e;const n=Wi(t),a=Vh(t),i=Bh(a),c=Fa(t),d=n==="y",u=r.x+r.width/2-l.width/2,p=r.y+r.height/2-l.height/2,h=r[i]/2-l[i]/2;let v;switch(c){case"top":v={x:u,y:r.y-l.height};break;case"bottom":v={x:u,y:r.y+r.height};break;case"right":v={x:r.x+r.width,y:p};break;case"left":v={x:r.x-l.width,y:p};break;default:v={x:r.x,y:r.y}}switch(Ec(t)){case"start":v[a]-=h*(o&&d?-1:1);break;case"end":v[a]+=h*(o&&d?-1:1);break}return v}const Dj=async(e,t,o)=>{const{placement:r="bottom",strategy:l="absolute",middleware:n=[],platform:a}=o,i=n.filter(Boolean),c=await(a.isRTL==null?void 0:a.isRTL(t));let d=await a.getElementRects({reference:e,floating:t,strategy:l}),{x:u,y:p}=H6(d,r,c),h=r,v={},m=0;for(let f=0;f({name:"arrow",options:e,async fn(t){const{x:o,y:r,placement:l,rects:n,platform:a,elements:i,middlewareData:c}=t,{element:d,padding:u=0}=Sc(e,t)||{};if(d==null)return{};const p=D6(u),h={x:o,y:r},v=Vh(l),m=Bh(v),f=await a.getDimensions(d),_=v==="y",g=_?"top":"left",y=_?"bottom":"right",w=_?"clientHeight":"clientWidth",x=n.reference[m]+n.reference[v]-h[v]-n.floating[m],$=h[v]-n.reference[v],T=await(a.getOffsetParent==null?void 0:a.getOffsetParent(d));let R=T?T[w]:0;(!R||!await(a.isElement==null?void 0:a.isElement(T)))&&(R=i.floating[w]||n.floating[m]);const P=x/2-$/2,L=R/2-f[m]/2-1,B=Ui(p[g],L),V=Ui(p[y],L),j=B,te=R-f[m]-V,J=R/2-f[m]/2+P,Z=Lh(j,J,te),H=!c.arrow&&Ec(l)!=null&&J!==Z&&n.reference[m]/2-(JJ<=0)){var V,j;const J=(((V=n.flip)==null?void 0:V.index)||0)+1,Z=R[J];if(Z)return{data:{index:J,overflows:B},reset:{placement:Z}};let H=(j=B.filter(F=>F.overflows[0]<=0).sort((F,K)=>F.overflows[1]-K.overflows[1])[0])==null?void 0:j.placement;if(!H)switch(v){case"bestFit":{var te;const F=(te=B.filter(K=>{if(T){const I=Wi(K.placement);return I===y||I==="y"}return!0}).map(K=>[K.placement,K.overflows.filter(I=>I>0).reduce((I,U)=>I+U,0)]).sort((K,I)=>K[1]-I[1])[0])==null?void 0:te[0];F&&(H=F);break}case"initialPlacement":H=i;break}if(l!==H)return{reset:{placement:H}}}return{}}}};async function jj(e,t){const{placement:o,platform:r,elements:l}=e,n=await(r.isRTL==null?void 0:r.isRTL(l.floating)),a=Fa(o),i=Ec(o),c=Wi(o)==="y",d=["left","top"].includes(a)?-1:1,u=n&&c?-1:1,p=Sc(t,e);let{mainAxis:h,crossAxis:v,alignmentAxis:m}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...p};return i&&typeof m=="number"&&(v=i==="end"?m*-1:m),c?{x:v*u,y:h*d}:{x:h*d,y:v*u}}const Kj=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var o,r;const{x:l,y:n,placement:a,middlewareData:i}=t,c=await jj(t,e);return a===((o=i.offset)==null?void 0:o.placement)&&(r=i.arrow)!=null&&r.alignmentOffset?{}:{x:l+c.x,y:n+c.y,data:{...c,placement:a}}}}},Uj=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:r,placement:l}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:i={fn:_=>{let{x:g,y}=_;return{x:g,y}}},...c}=Sc(e,t),d={x:o,y:r},u=await Hh(t,c),p=Wi(Fa(l)),h=V6(p);let v=d[h],m=d[p];if(n){const _=h==="y"?"top":"left",g=h==="y"?"bottom":"right",y=v+u[_],w=v-u[g];v=Lh(y,v,w)}if(a){const _=p==="y"?"top":"left",g=p==="y"?"bottom":"right",y=m+u[_],w=m-u[g];m=Lh(y,m,w)}const f=i.fn({...t,[h]:v,[p]:m});return{...f,data:{x:f.x-o,y:f.y-r}}}}};function qi(e){return F6(e)?(e.nodeName||"").toLowerCase():"#document"}function Br(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function gn(e){var t;return(t=(F6(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function F6(e){return e instanceof Node||e instanceof Br(e).Node}function Vl(e){return e instanceof Element||e instanceof Br(e).Element}function Dl(e){return e instanceof HTMLElement||e instanceof Br(e).HTMLElement}function j6(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Br(e).ShadowRoot}function Tc(e){const{overflow:t,overflowX:o,overflowY:r,display:l}=gl(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+o)&&!["inline","contents"].includes(l)}function Wj(e){return["table","td","th"].includes(qi(e))}function jd(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function Fh(e){const t=jh(),o=gl(e);return o.transform!=="none"||o.perspective!=="none"||(o.containerType?o.containerType!=="normal":!1)||!t&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!t&&(o.filter?o.filter!=="none":!1)||["transform","perspective","filter"].some(r=>(o.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(o.contain||"").includes(r))}function qj(e){let t=oa(e);for(;Dl(t)&&!Yi(t);){if(jd(t))return null;if(Fh(t))return t;t=oa(t)}return null}function jh(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Yi(e){return["html","body","#document"].includes(qi(e))}function gl(e){return Br(e).getComputedStyle(e)}function Kd(e){return Vl(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function oa(e){if(qi(e)==="html")return e;const t=e.assignedSlot||e.parentNode||j6(e)&&e.host||gn(e);return j6(t)?t.host:t}function K6(e){const t=oa(e);return Yi(t)?e.ownerDocument?e.ownerDocument.body:e.body:Dl(t)&&Tc(t)?t:K6(t)}function $c(e,t,o){var r;t===void 0&&(t=[]),o===void 0&&(o=!0);const l=K6(e),n=l===((r=e.ownerDocument)==null?void 0:r.body),a=Br(l);return n?t.concat(a,a.visualViewport||[],Tc(l)?l:[],a.frameElement&&o?$c(a.frameElement):[]):t.concat(l,$c(l,[],o))}function U6(e){const t=gl(e);let o=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const l=Dl(e),n=l?e.offsetWidth:o,a=l?e.offsetHeight:r,i=Vd(o)!==n||Vd(r)!==a;return i&&(o=n,r=a),{width:o,height:r,$:i}}function Kh(e){return Vl(e)?e:e.contextElement}function Gi(e){const t=Kh(e);if(!Dl(t))return ta(1);const o=t.getBoundingClientRect(),{width:r,height:l,$:n}=U6(t);let a=(n?Vd(o.width):o.width)/r,i=(n?Vd(o.height):o.height)/l;return(!a||!Number.isFinite(a))&&(a=1),(!i||!Number.isFinite(i))&&(i=1),{x:a,y:i}}const Yj=ta(0);function W6(e){const t=Br(e);return!jh()||!t.visualViewport?Yj:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Gj(e,t,o){return t===void 0&&(t=!1),!o||t&&o!==Br(e)?!1:t}function ja(e,t,o,r){t===void 0&&(t=!1),o===void 0&&(o=!1);const l=e.getBoundingClientRect(),n=Kh(e);let a=ta(1);t&&(r?Vl(r)&&(a=Gi(r)):a=Gi(e));const i=Gj(n,o,r)?W6(n):ta(0);let c=(l.left+i.x)/a.x,d=(l.top+i.y)/a.y,u=l.width/a.x,p=l.height/a.y;if(n){const h=Br(n),v=r&&Vl(r)?Br(r):r;let m=h,f=m.frameElement;for(;f&&r&&v!==m;){const _=Gi(f),g=f.getBoundingClientRect(),y=gl(f),w=g.left+(f.clientLeft+parseFloat(y.paddingLeft))*_.x,x=g.top+(f.clientTop+parseFloat(y.paddingTop))*_.y;c*=_.x,d*=_.y,u*=_.x,p*=_.y,c+=w,d+=x,m=Br(f),f=m.frameElement}}return Fd({width:u,height:p,x:c,y:d})}function Xj(e){let{elements:t,rect:o,offsetParent:r,strategy:l}=e;const n=l==="fixed",a=gn(r),i=t?jd(t.floating):!1;if(r===a||i&&n)return o;let c={scrollLeft:0,scrollTop:0},d=ta(1);const u=ta(0),p=Dl(r);if((p||!p&&!n)&&((qi(r)!=="body"||Tc(a))&&(c=Kd(r)),Dl(r))){const h=ja(r);d=Gi(r),u.x=h.x+r.clientLeft,u.y=h.y+r.clientTop}return{width:o.width*d.x,height:o.height*d.y,x:o.x*d.x-c.scrollLeft*d.x+u.x,y:o.y*d.y-c.scrollTop*d.y+u.y}}function Zj(e){return Array.from(e.getClientRects())}function q6(e){return ja(gn(e)).left+Kd(e).scrollLeft}function Jj(e){const t=gn(e),o=Kd(e),r=e.ownerDocument.body,l=Ha(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),n=Ha(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+q6(e);const i=-o.scrollTop;return gl(r).direction==="rtl"&&(a+=Ha(t.clientWidth,r.clientWidth)-l),{width:l,height:n,x:a,y:i}}function Qj(e,t){const o=Br(e),r=gn(e),l=o.visualViewport;let n=r.clientWidth,a=r.clientHeight,i=0,c=0;if(l){n=l.width,a=l.height;const d=jh();(!d||d&&t==="fixed")&&(i=l.offsetLeft,c=l.offsetTop)}return{width:n,height:a,x:i,y:c}}function eK(e,t){const o=ja(e,!0,t==="fixed"),r=o.top+e.clientTop,l=o.left+e.clientLeft,n=Dl(e)?Gi(e):ta(1),a=e.clientWidth*n.x,i=e.clientHeight*n.y,c=l*n.x,d=r*n.y;return{width:a,height:i,x:c,y:d}}function Y6(e,t,o){let r;if(t==="viewport")r=Qj(e,o);else if(t==="document")r=Jj(gn(e));else if(Vl(t))r=eK(t,o);else{const l=W6(e);r={...t,x:t.x-l.x,y:t.y-l.y}}return Fd(r)}function G6(e,t){const o=oa(e);return o===t||!Vl(o)||Yi(o)?!1:gl(o).position==="fixed"||G6(o,t)}function tK(e,t){const o=t.get(e);if(o)return o;let r=$c(e,[],!1).filter(i=>Vl(i)&&qi(i)!=="body"),l=null;const n=gl(e).position==="fixed";let a=n?oa(e):e;for(;Vl(a)&&!Yi(a);){const i=gl(a),c=Fh(a);!c&&i.position==="fixed"&&(l=null),(n?!c&&!l:!c&&i.position==="static"&&!!l&&["absolute","fixed"].includes(l.position)||Tc(a)&&!c&&G6(e,a))?r=r.filter(u=>u!==a):l=i,a=oa(a)}return t.set(e,r),r}function oK(e){let{element:t,boundary:o,rootBoundary:r,strategy:l}=e;const a=[...o==="clippingAncestors"?jd(t)?[]:tK(t,this._c):[].concat(o),r],i=a[0],c=a.reduce((d,u)=>{const p=Y6(t,u,l);return d.top=Ha(p.top,d.top),d.right=Ui(p.right,d.right),d.bottom=Ui(p.bottom,d.bottom),d.left=Ha(p.left,d.left),d},Y6(t,i,l));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function rK(e){const{width:t,height:o}=U6(e);return{width:t,height:o}}function lK(e,t,o){const r=Dl(t),l=gn(t),n=o==="fixed",a=ja(e,!0,n,t);let i={scrollLeft:0,scrollTop:0};const c=ta(0);if(r||!r&&!n)if((qi(t)!=="body"||Tc(l))&&(i=Kd(t)),r){const p=ja(t,!0,n,t);c.x=p.x+t.clientLeft,c.y=p.y+t.clientTop}else l&&(c.x=q6(l));const d=a.left+i.scrollLeft-c.x,u=a.top+i.scrollTop-c.y;return{x:d,y:u,width:a.width,height:a.height}}function Uh(e){return gl(e).position==="static"}function X6(e,t){return!Dl(e)||gl(e).position==="fixed"?null:t?t(e):e.offsetParent}function Z6(e,t){const o=Br(e);if(jd(e))return o;if(!Dl(e)){let l=oa(e);for(;l&&!Yi(l);){if(Vl(l)&&!Uh(l))return l;l=oa(l)}return o}let r=X6(e,t);for(;r&&Wj(r)&&Uh(r);)r=X6(r,t);return r&&Yi(r)&&Uh(r)&&!Fh(r)?o:r||qj(e)||o}const nK=async function(e){const t=this.getOffsetParent||Z6,o=this.getDimensions,r=await o(e.floating);return{reference:lK(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function aK(e){return gl(e).direction==="rtl"}const iK={convertOffsetParentRelativeRectToViewportRelativeRect:Xj,getDocumentElement:gn,getClippingRect:oK,getOffsetParent:Z6,getElementRects:nK,getClientRects:Zj,getDimensions:rK,getScale:Gi,isElement:Vl,isRTL:aK};function sK(e,t){let o=null,r;const l=gn(e);function n(){var i;clearTimeout(r),(i=o)==null||i.disconnect(),o=null}function a(i,c){i===void 0&&(i=!1),c===void 0&&(c=1),n();const{left:d,top:u,width:p,height:h}=e.getBoundingClientRect();if(i||t(),!p||!h)return;const v=Dd(u),m=Dd(l.clientWidth-(d+p)),f=Dd(l.clientHeight-(u+h)),_=Dd(d),y={rootMargin:-v+"px "+-m+"px "+-f+"px "+-_+"px",threshold:Ha(0,Ui(1,c))||1};let w=!0;function x($){const T=$[0].intersectionRatio;if(T!==c){if(!w)return a();T?a(!1,T):r=setTimeout(()=>{a(!1,1e-7)},1e3)}w=!1}try{o=new IntersectionObserver(x,{...y,root:l.ownerDocument})}catch{o=new IntersectionObserver(x,y)}o.observe(e)}return a(!0),n}function cK(e,t,o,r){r===void 0&&(r={});const{ancestorScroll:l=!0,ancestorResize:n=!0,elementResize:a=typeof ResizeObserver=="function",layoutShift:i=typeof IntersectionObserver=="function",animationFrame:c=!1}=r,d=Kh(e),u=l||n?[...d?$c(d):[],...$c(t)]:[];u.forEach(g=>{l&&g.addEventListener("scroll",o,{passive:!0}),n&&g.addEventListener("resize",o)});const p=d&&i?sK(d,o):null;let h=-1,v=null;a&&(v=new ResizeObserver(g=>{let[y]=g;y&&y.target===d&&v&&(v.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var w;(w=v)==null||w.observe(t)})),o()}),d&&!c&&v.observe(d),v.observe(t));let m,f=c?ja(e):null;c&&_();function _(){const g=ja(e);f&&(g.x!==f.x||g.y!==f.y||g.width!==f.width||g.height!==f.height)&&o(),f=g,m=requestAnimationFrame(_)}return o(),()=>{var g;u.forEach(y=>{l&&y.removeEventListener("scroll",o),n&&y.removeEventListener("resize",o)}),p==null||p(),(g=v)==null||g.disconnect(),v=null,c&&cancelAnimationFrame(m)}}const uK=Hh,J6=Kj,dK=Uj,pK=Fj,Q6=Hj,e4=(e,t,o)=>{const r=new Map,l={platform:iK,...o},n={...l.platform,_c:r};return Dj(e,t,{...l,platform:n})};Pe({});const fK=e=>{if(!Nt)return;if(!e)return e;const t=$r(e);return t||(Zt(e)?t:e)},hK=({middleware:e,placement:t,strategy:o})=>{const r=D(),l=D(),n=D(),a=D(),i=D({}),c={x:n,y:a,placement:t,strategy:o,middlewareData:i},d=async()=>{if(!Nt)return;const u=fK(r),p=$r(l);if(!u||!p)return;const h=await e4(u,p,{placement:s(t),strategy:s(o),middleware:s(e)});Ri(c).forEach(v=>{c[v].value=h[v]})};return ft(()=>{Go(()=>{d()})}),{...c,update:d,referenceRef:r,contentRef:l}},vK=({arrowRef:e,padding:t})=>({name:"arrow",options:{element:e,padding:t},fn(o){const r=s(e);return r?Q6({element:r,padding:t}).fn(o):{}}});function mK(e){const t=D();function o(){if(e.value==null)return;const{selectionStart:l,selectionEnd:n,value:a}=e.value;if(l==null||n==null)return;const i=a.slice(0,Math.max(0,l)),c=a.slice(Math.max(0,n));t.value={selectionStart:l,selectionEnd:n,value:a,beforeTxt:i,afterTxt:c}}function r(){if(e.value==null||t.value==null)return;const{value:l}=e.value,{beforeTxt:n,afterTxt:a,selectionStart:i}=t.value;if(n==null||a==null||i==null)return;let c=l.length;if(l.endsWith(a))c=l.length-a.length;else if(l.startsWith(n))c=n.length;else{const d=n[i-1],u=l.indexOf(d,i-1);u!==-1&&(c=u+1)}e.value.setSelectionRange(c,c)}return[o,r]}const gK=(e,t,o)=>Qn(e.subTree).filter(n=>{var a;return io(n)&&((a=n.type)==null?void 0:a.name)===t&&!!n.component}).map(n=>n.component.uid).map(n=>o[n]).filter(n=>!!n),Wh=(e,t)=>{const o={},r=lo([]);return{children:r,addChild:a=>{o[a.uid]=a,r.value=gK(e,t,o)},removeChild:a=>{delete o[a],r.value=r.value.filter(i=>i.uid!==a)}}},Oo=vl({type:String,values:Rl,required:!1}),t4=Symbol("size"),bK=()=>{const e=Ge(t4,{});return C(()=>s(e.size)||"")};function Ud(e,{afterFocus:t,beforeBlur:o,afterBlur:r}={}){const l=wt(),{emit:n}=l,a=lo(),i=D(!1),c=p=>{i.value||(i.value=!0,n("focus",p),t==null||t())},d=p=>{var h;it(o)&&o(p)||p.relatedTarget&&((h=a.value)!=null&&h.contains(p.relatedTarget))||(i.value=!1,n("blur",p),r==null||r())},u=()=>{var p;(p=e.value)==null||p.focus()};return Se(a,p=>{p&&p.setAttribute("tabindex","-1")}),oo(a,"click",u),{wrapperRef:a,isFocused:i,handleFocus:c,handleBlur:d}}const _K=["",void 0,null],wK=void 0,Xi=Pe({emptyValues:Array,valueOnClear:{type:[String,Number,Boolean,Function],default:void 0,validator:e=>it(e)?!e():!e}}),Wd=(e,t)=>{let o=Mc();o.value||(o=D({}));const r=C(()=>e.emptyValues||o.value.emptyValues||_K),l=C(()=>it(e.valueOnClear)?e.valueOnClear():e.valueOnClear!==void 0?e.valueOnClear:it(o.value.valueOnClear)?o.value.valueOnClear():o.value.valueOnClear!==void 0?o.value.valueOnClear:t!==void 0?t:wK),n=a=>r.value.includes(a);return r.value.includes(l.value),{emptyValues:r,valueOnClear:l,isEmptyValue:n}},yK=Pe({ariaLabel:String,ariaOrientation:{type:String,values:["horizontal","vertical","undefined"]},ariaControls:String}),Zo=e=>Ol(yK,e),o4=Symbol(),qd=D();function Mc(e,t=void 0){const o=wt()?Ge(o4,qd):qd;return e?C(()=>{var r,l;return(l=(r=o.value)==null?void 0:r[e])!=null?l:t}):o}function Yd(e,t){const o=Mc(),r=ze(e,C(()=>{var i;return((i=o.value)==null?void 0:i.namespace)||gc})),l=Rt(C(()=>{var i;return(i=o.value)==null?void 0:i.locale})),n=Ki(C(()=>{var i;return((i=o.value)==null?void 0:i.zIndex)||R6})),a=C(()=>{var i;return s(t)||((i=o.value)==null?void 0:i.size)||""});return qh(C(()=>s(o)||{})),{ns:r,locale:l,zIndex:n,size:a}}const qh=(e,t,o=!1)=>{var r;const l=!!wt(),n=l?Mc():void 0,a=(r=t==null?void 0:t.provide)!=null?r:l?zt:void 0;if(!a)return;const i=C(()=>{const c=s(e);return n!=null&&n.value?xK(n.value,c):c});return a(o4,i),a(l6,C(()=>i.value.locale)),a(n6,C(()=>i.value.namespace)),a(B6,C(()=>i.value.zIndex)),a(t4,{size:C(()=>i.value.size||"")}),(o||!qd.value)&&(qd.value=i.value),i},xK=(e,t)=>{const o=[...new Set([...Ri(e),...Ri(t)])],r={};for(const l of o)r[l]=t[l]!==void 0?t[l]:e[l];return r},kK=Pe({a11y:{type:Boolean,default:!0},locale:{type:ue(Object)},size:Oo,button:{type:ue(Object)},experimentalFeatures:{type:ue(Object)},keyboardNavigation:{type:Boolean,default:!0},message:{type:ue(Object)},zIndex:Number,namespace:{type:String,default:"el"},...Xi}),Yh={},CK=yt(N({name:"ElConfigProvider",props:kK,setup(e,{slots:t}){Se(()=>e.message,r=>{Object.assign(Yh,r??{})},{immediate:!0,deep:!0});const o=qh(e);return()=>be(t,"default",{config:o==null?void 0:o.value})}})),SK="2.7.6",EK=(e=[])=>({version:SK,install:(o,r)=>{o[e6]||(o[e6]=!0,e.forEach(l=>o.use(l)),r&&qh(r,o,!0))}}),TK=Pe({zIndex:{type:ue([Number,String]),default:100},target:{type:String,default:""},offset:{type:Number,default:0},position:{type:String,values:["top","bottom"],default:"top"}}),$K={scroll:({scrollTop:e,fixed:t})=>st(e)&&Co(t),[ro]:e=>Co(e)};var Le=(e,t)=>{const o=e.__vccOpts||e;for(const[r,l]of t)o[r]=l;return o};const r4="ElAffix",MK=N({...N({name:r4}),props:TK,emits:$K,setup(e,{expose:t,emit:o}){const r=e,l=ze("affix"),n=lo(),a=lo(),i=lo(),{height:c}=bE(),{height:d,width:u,top:p,bottom:h,update:v}=e_(a,{windowScroll:!1}),m=e_(n),f=D(!1),_=D(0),g=D(0),y=C(()=>({height:f.value?`${d.value}px`:"",width:f.value?`${u.value}px`:""})),w=C(()=>{if(!f.value)return{};const T=r.offset?mo(r.offset):0;return{height:`${d.value}px`,width:`${u.value}px`,top:r.position==="top"?T:"",bottom:r.position==="bottom"?T:"",transform:g.value?`translateY(${g.value}px)`:"",zIndex:r.zIndex}}),x=()=>{if(i.value)if(_.value=i.value instanceof Window?document.documentElement.scrollTop:i.value.scrollTop||0,r.position==="top")if(r.target){const T=m.bottom.value-r.offset-d.value;f.value=r.offset>p.value&&m.bottom.value>0,g.value=T<0?T:0}else f.value=r.offset>p.value;else if(r.target){const T=c.value-m.top.value-r.offset-d.value;f.value=c.value-r.offsetm.top.value,g.value=T<0?-T:0}else f.value=c.value-r.offset{v(),o("scroll",{scrollTop:_.value,fixed:f.value})};return Se(f,T=>o("change",T)),ft(()=>{var T;r.target?(n.value=(T=document.querySelector(r.target))!=null?T:void 0,n.value||Io(r4,`Target does not exist: ${r.target}`)):n.value=document.documentElement,i.value=uh(a.value,!0),v()}),oo(i,"scroll",$),Go(x),t({update:x,updateRoot:v}),(T,R)=>(b(),M("div",{ref_key:"root",ref:a,class:O(s(l).b()),style:Je(s(y))},[E("div",{class:O({[s(l).m("fixed")]:f.value}),style:Je(s(w))},[be(T.$slots,"default")],6)],6))}});var AK=Le(MK,[["__file","affix.vue"]]);const zK=yt(AK),IK=Pe({size:{type:ue([Number,String])},color:{type:String}}),OK=N({...N({name:"ElIcon",inheritAttrs:!1}),props:IK,setup(e){const t=e,o=ze("icon"),r=C(()=>{const{size:l,color:n}=t;return!l&&!n?{}:{fontSize:ko(l)?void 0:mo(l),"--color":n}});return(l,n)=>(b(),M("i",Mt({class:s(o).b(),style:s(r)},l.$attrs),[be(l.$slots,"default")],16))}});var NK=Le(OK,[["__file","icon.vue"]]);const Ze=yt(NK),PK=["light","dark"],RK=Pe({title:{type:String,default:""},description:{type:String,default:""},type:{type:String,values:Ri(Jn),default:"info"},closable:{type:Boolean,default:!0},closeText:{type:String,default:""},showIcon:Boolean,center:Boolean,effect:{type:String,values:PK,default:"light"}}),LK=N({...N({name:"ElAlert"}),props:RK,emits:{close:e=>e instanceof MouseEvent},setup(e,{emit:t}){const o=e,{Close:r}=bh,l=Do(),n=ze("alert"),a=D(!0),i=C(()=>Jn[o.type]),c=C(()=>[n.e("icon"),{[n.is("big")]:!!o.description||!!l.default}]),d=C(()=>({"with-description":o.description||l.default})),u=p=>{a.value=!1,t("close",p)};return(p,h)=>(b(),he(Mo,{name:s(n).b("fade"),persisted:""},{default:le(()=>[mt(E("div",{class:O([s(n).b(),s(n).m(p.type),s(n).is("center",p.center),s(n).is(p.effect)]),role:"alert"},[p.showIcon&&s(i)?(b(),he(s(Ze),{key:0,class:O(s(c))},{default:le(()=>[(b(),he(Et(s(i))))]),_:1},8,["class"])):se("v-if",!0),E("div",{class:O(s(n).e("content"))},[p.title||p.$slots.title?(b(),M("span",{key:0,class:O([s(n).e("title"),s(d)])},[be(p.$slots,"title",{},()=>[Ct($e(p.title),1)])],2)):se("v-if",!0),p.$slots.default||p.description?(b(),M("p",{key:1,class:O(s(n).e("description"))},[be(p.$slots,"default",{},()=>[Ct($e(p.description),1)])],2)):se("v-if",!0),p.closable?(b(),M(Qe,{key:2},[p.closeText?(b(),M("div",{key:0,class:O([s(n).e("close-btn"),s(n).is("customed")]),onClick:u},$e(p.closeText),3)):(b(),he(s(Ze),{key:1,class:O(s(n).e("close-btn")),onClick:u},{default:le(()=>[ee(s(r))]),_:1},8,["class"]))],64)):se("v-if",!0)],2)],2),[[Lt,a.value]])]),_:3},8,["name"]))}});var BK=Le(LK,[["__file","alert.vue"]]);const VK=yt(BK),Ka=Symbol("formContextKey"),Hl=Symbol("formItemContextKey"),So=(e,t={})=>{const o=D(void 0),r=t.prop?o:i6("size"),l=t.global?o:bK(),n=t.form?{size:void 0}:Ge(Ka,void 0),a=t.formItem?{size:void 0}:Ge(Hl,void 0);return C(()=>r.value||s(e)||(a==null?void 0:a.size)||(n==null?void 0:n.size)||l.value||"")},xr=e=>{const t=i6("disabled"),o=Ge(Ka,void 0);return C(()=>t.value||s(e)||(o==null?void 0:o.disabled)||!1)},sr=()=>{const e=Ge(Ka,void 0),t=Ge(Hl,void 0);return{form:e,formItem:t}},bl=(e,{formItemContext:t,disableIdGeneration:o,disableIdManagement:r})=>{o||(o=D(!1)),r||(r=D(!1));const l=D();let n;const a=C(()=>{var i;return!!(!(e.label||e.ariaLabel)&&t&&t.inputIds&&((i=t.inputIds)==null?void 0:i.length)<=1)});return ft(()=>{n=Se([Yt(e,"id"),o],([i,c])=>{const d=i??(c?void 0:Qo().value);d!==l.value&&(t!=null&&t.removeInputId&&(l.value&&t.removeInputId(l.value),!(r!=null&&r.value)&&!c&&d&&t.addInputId(d)),l.value=d)},{immediate:!0})}),Rn(()=>{n&&n(),t!=null&&t.removeInputId&&l.value&&t.removeInputId(l.value)}),{isLabeledByFormItem:a,inputId:l}},DK=Pe({size:{type:String,values:Rl},disabled:Boolean}),HK=Pe({...DK,model:Object,rules:{type:ue(Object)},labelPosition:{type:String,values:["left","right","top"],default:"right"},requireAsteriskPosition:{type:String,values:["left","right"],default:"left"},labelWidth:{type:[String,Number],default:""},labelSuffix:{type:String,default:""},inline:Boolean,inlineMessage:Boolean,statusIcon:Boolean,showMessage:{type:Boolean,default:!0},validateOnRuleChange:{type:Boolean,default:!0},hideRequiredAsterisk:Boolean,scrollToError:Boolean,scrollIntoViewOptions:{type:[Object,Boolean]}}),FK={validate:(e,t,o)=>(Ke(e)||ut(e))&&Co(t)&&ut(o)};function jK(){const e=D([]),t=C(()=>{if(!e.value.length)return"0";const n=Math.max(...e.value);return n?`${n}px`:""});function o(n){const a=e.value.indexOf(n);return a===-1&&t.value,a}function r(n,a){if(n&&a){const i=o(a);e.value.splice(i,1,n)}else n&&e.value.push(n)}function l(n){const a=o(n);a>-1&&e.value.splice(a,1)}return{autoLabelWidth:t,registerLabelWidth:r,deregisterLabelWidth:l}}const Gd=(e,t)=>{const o=Gn(t);return o.length>0?e.filter(r=>r.prop&&o.includes(r.prop)):e},KK=N({...N({name:"ElForm"}),props:HK,emits:FK,setup(e,{expose:t,emit:o}){const r=e,l=[],n=So(),a=ze("form"),i=C(()=>{const{labelPosition:w,inline:x}=r;return[a.b(),a.m(n.value||"default"),{[a.m(`label-${w}`)]:w,[a.m("inline")]:x}]}),c=w=>l.find(x=>x.prop===w),d=w=>{l.push(w)},u=w=>{w.prop&&l.splice(l.indexOf(w),1)},p=(w=[])=>{r.model&&Gd(l,w).forEach(x=>x.resetField())},h=(w=[])=>{Gd(l,w).forEach(x=>x.clearValidate())},v=C(()=>!!r.model),m=w=>{if(l.length===0)return[];const x=Gd(l,w);return x.length?x:[]},f=async w=>g(void 0,w),_=async(w=[])=>{if(!v.value)return!1;const x=m(w);if(x.length===0)return!0;let $={};for(const T of x)try{await T.validate("")}catch(R){$={...$,...R}}return Object.keys($).length===0?!0:Promise.reject($)},g=async(w=[],x)=>{const $=!it(x);try{const T=await _(w);return T===!0&&await(x==null?void 0:x(T)),T}catch(T){if(T instanceof Error)throw T;const R=T;return r.scrollToError&&y(Object.keys(R)[0]),await(x==null?void 0:x(!1,R)),$&&Promise.reject(R)}},y=w=>{var x;const $=Gd(l,w)[0];$&&((x=$.$el)==null||x.scrollIntoView(r.scrollIntoViewOptions))};return Se(()=>r.rules,()=>{r.validateOnRuleChange&&f().catch(w=>void 0)},{deep:!0}),zt(Ka,Dt({...Bo(r),emit:o,resetFields:p,clearValidate:h,validateField:g,getField:c,addField:d,removeField:u,...jK()})),t({validate:f,validateField:g,resetFields:p,clearValidate:h,scrollToField:y,fields:l}),(w,x)=>(b(),M("form",{class:O(s(i))},[be(w.$slots,"default")],2))}});var UK=Le(KK,[["__file","form.vue"]]);function WK(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var l4={exports:{}},No=l4.exports={},Fl,jl;function Gh(){throw new Error("setTimeout has not been defined")}function Xh(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Fl=setTimeout:Fl=Gh}catch{Fl=Gh}try{typeof clearTimeout=="function"?jl=clearTimeout:jl=Xh}catch{jl=Xh}})();function n4(e){if(Fl===setTimeout)return setTimeout(e,0);if((Fl===Gh||!Fl)&&setTimeout)return Fl=setTimeout,setTimeout(e,0);try{return Fl(e,0)}catch{try{return Fl.call(null,e,0)}catch{return Fl.call(this,e,0)}}}function qK(e){if(jl===clearTimeout)return clearTimeout(e);if((jl===Xh||!jl)&&clearTimeout)return jl=clearTimeout,clearTimeout(e);try{return jl(e)}catch{try{return jl.call(null,e)}catch{return jl.call(this,e)}}}var bn=[],Zi=!1,Ua,Xd=-1;function YK(){!Zi||!Ua||(Zi=!1,Ua.length?bn=Ua.concat(bn):Xd=-1,bn.length&&a4())}function a4(){if(!Zi){var e=n4(YK);Zi=!0;for(var t=bn.length;t;){for(Ua=bn,bn=[];++Xd1)for(var o=1;o"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Zd(e,t,o){return QK()?Zd=Reflect.construct.bind():Zd=function(l,n,a){var i=[null];i.push.apply(i,n);var c=Function.bind.apply(l,i),d=new c;return a&&Ac(d,a.prototype),d},Zd.apply(null,arguments)}function eU(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Jh(e){var t=typeof Map=="function"?new Map:void 0;return Jh=function(r){if(r===null||!eU(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(r))return t.get(r);t.set(r,l)}function l(){return Zd(r,arguments,Zh(this).constructor)}return l.prototype=Object.create(r.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),Ac(l,r)},Jh(e)}var tU=/%[sdj%]/g,oU=function(){};typeof XK<"u";function Qh(e){if(!e||!e.length)return null;var t={};return e.forEach(function(o){var r=o.field;t[r]=t[r]||[],t[r].push(o)}),t}function Vr(e){for(var t=arguments.length,o=new Array(t>1?t-1:0),r=1;r=n)return i;switch(i){case"%s":return String(o[l++]);case"%d":return Number(o[l++]);case"%j":try{return JSON.stringify(o[l++])}catch{return"[Circular]"}break;default:return i}});return a}return e}function rU(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function Ko(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||rU(t)&&typeof e=="string"&&!e)}function lU(e,t,o){var r=[],l=0,n=e.length;function a(i){r.push.apply(r,i||[]),l++,l===n&&o(r)}e.forEach(function(i){t(i,a)})}function s4(e,t,o){var r=0,l=e.length;function n(a){if(a&&a.length){o(a);return}var i=r;r=r+1,i{delete n[m]}),o.headers=Tr.concat(a,n);const i=[];let c=!0;this.interceptors.request.forEach(function(f){typeof f.runWhen=="function"&&f.runWhen(o)===!1||(c=c&&f.synchronous,i.unshift(f.fulfilled,f.rejected))});const d=[];this.interceptors.response.forEach(function(f){d.push(f.fulfilled,f.rejected)});let u,p=0,h;if(!c){const m=[Rb.bind(this),void 0];for(m.unshift.apply(m,i),m.push.apply(m,d),h=m.length,u=Promise.resolve(o);p{if(!r._listeners)return;let n=r._listeners.length;for(;n-- >0;)r._listeners[n](l);r._listeners=null}),this.promise.then=l=>{let n;const a=new Promise(i=>{r.subscribe(i),n=i}).then(l);return a.cancel=function(){r.unsubscribe(n)},a},t(function(n,a,i){r.reason||(r.reason=new Ti(n,a,i),o(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const o=this._listeners.indexOf(t);o!==-1&&this._listeners.splice(o,1)}static source(){let t;return{token:new T0(function(l){t=l}),cancel:t}}}function TS(e){return function(o){return e.apply(null,o)}}function $S(e){return Ue.isObject(e)&&e.isAxiosError===!0}const $0={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries($0).forEach(([e,t])=>{$0[t]=e});function Vb(e){const t=new Ta(e),o=ob(Ta.prototype.request,t);return Ue.extend(o,Ta.prototype,t,{allOwnKeys:!0}),Ue.extend(o,t,null,{allOwnKeys:!0}),o.create=function(l){return Vb(Ea(e,l))},o}const fo=Vb(tc);fo.Axios=Ta,fo.CanceledError=Ti,fo.CancelToken=T0,fo.isCancel=Sb,fo.VERSION=Lb,fo.toFormData=ad,fo.AxiosError=Ft,fo.Cancel=fo.CanceledError,fo.all=function(t){return Promise.all(t)},fo.spread=TS,fo.isAxiosError=$S,fo.mergeConfig=Ea,fo.AxiosHeaders=Tr,fo.formToJSON=e=>kb(Ue.isHTMLForm(e)?new FormData(e):e),fo.getAdapter=Pb.getAdapter,fo.HttpStatusCode=$0,fo.default=fo;const MS={key:0},AS={key:0},zS={key:1},IS=N({__name:"ConfirmationProcess",props:{transactionHash:{type:String,required:!0}},setup(e){const t=e,o=Tt.get.order,r=Tt.get.network,l=Tt.get.receiver,n=D(1),a=D(!0),i=D(0),c=D(null),d=D(null),u=C(()=>qt.apiUrl&&qt.reminderEmail&&!c.value),p=async f=>{a.value=!1,c.value=f,s0(ht.pleaseWait),clearInterval(i.value),await fo.post("set-reminder-email",{email:f,hash:t.transactionHash}),Gs();const _=Js.get("redirectUrls");_?window.location.href=_.reminderEmail||_.success:window.location.reload()},h=()=>{Er.fire({title:ht.importantInformation,html:ht.setReminderEmailMsg,showCancelButton:!0,confirmButtonText:ht.continue}).then(async f=>{if(f.isConfirmed){if(qt.userEmail)return p(qt.userEmail);const{value:_}=await Er.fire({title:ht.enterYourEmailAddress,input:"email",inputPlaceholder:ht.email,showCancelButton:!0,confirmButtonText:ht.save});_&&p(_)}})},v=Tt.transactionInstance(t.transactionHash),m=()=>{window.open(v.getUrl(),"_blank")};return ft(async()=>{c0(),await Vt.call("confirmationStarted",{order:o,network:r,transaction:v});let f;try{zo.log("Waiting for transaction");try{f=await v.wait(5e3),zo.log("Verifying transaction"),f=await v.verifyTransfer(tb.INCOMING,l,o.paymentAmount)}catch(y){f=Ci.FAILED,zo.error(y)}zo.log("Transaction status:",f),f==Ci.CONFIRMED&&Ho.get.blockConfirmationCount>0&&(f=await new Promise(y=>{i.value=setInterval(async()=>{d.value=await v.getBlockConfirmationCount(),d.value>=Ho.get.blockConfirmationCount&&(y(Ci.CONFIRMED),clearInterval(i.value))},5e3)}))}catch(y){f=Ci.FAILED,zo.error(y)}n.value=2;let _;qt.createTransaction&&(_=await Tt.get.api.paymentFinished(f==Ci.CONFIRMED)),a.value=!1,Gs();const g=await Vt.call("confirmationCompleted",{order:o,status:f,network:r,transaction:v});if(Vt.check(g)&&!g.disablePopup&&typeof _<"u"){let y;_.success?y=X1(_.message):y=bo(_.message),y.then(()=>{Ys(),s0(ht.redirecting),_.data.redirect=="reload"?window.location.reload():window.location.href=_.data.redirect})}}),(f,_)=>{const g=nt("cp-loading"),y=nt("el-col"),w=nt("el-button"),x=nt("el-row"),$=nt("cp-modal");return a.value?(b(),he($,{key:0,title:s(ht).waitingConfirmation},{default:le(()=>[ee(g),ee(x,{justify:"center",class:"text-center"},{default:le(()=>[n.value==1?(b(),M("div",MS,[ee(y,{span:24,class:"margin-bottom"},{default:le(()=>[d.value!=null?(b(),M("div",AS,$e(s(ht).waitingBlockConfirmations)+" "+$e(d.value)+" / "+$e(s(Ho).get.blockConfirmationCount),1)):(b(),M("div",zS,$e(s(ht).waitingTransactionConfirmations),1))]),_:1}),u0()?se("",!0):(b(),he(y,{key:0,span:24},{default:le(()=>[ee(w,{class:"margin-bottom button-colors",type:"primary",onClick:_[0]||(_[0]=T=>m())},{default:le(()=>[Ct($e(s(ht).openInExplorer),1)]),_:1})]),_:1})),u.value?(b(),he(w,{key:1,type:"info",class:"margin-bottom",onClick:_[1]||(_[1]=T=>h())},{default:le(()=>[Ct($e(s(ht).setReminderEmail),1)]),_:1})):se("",!0)])):(b(),he(y,{key:1,span:24,class:"margin-bottom"},{default:le(()=>[Ct($e(s(ht).paymentCompleting),1)]),_:1}))]),_:1})]),_:1},8,["title"])):se("",!0)}}}),OS={key:0},NS={key:2},PS=N({__name:"App",setup(e){const t=D(!1),o=D(!0),r=C(()=>Ho.get.networks.length==1),l=C(()=>{switch(qt.mode){case"network":return r.value?!Tt.get.network:!0;case"currency":return!0;default:return!0}}),n=C(()=>i.value?Tt.get.network:Tt.get.network&&!Tt.get.transactionHash),a=C(()=>{switch(qt.mode){case"network":return r.value?!0:!o.value;case"currency":return!1;default:return!0}}),i=C(()=>{switch(qt.mode){case"network":return r.value;case"currency":return!1;default:return!1}}),c=()=>{Tt.isPaymentAmountUpdating||Tt.$reset()},d=u=>Object.keys(u).length===0;return zt("$init",async(u,p)=>{if(!p)return bo(ht.notFoundAnyCurrency);t.value=!0,Tt.setOrderParams({...Ho.get.order,paymentCurrency:p}),zo.log("isOrderAndInitAmountNotEqual",Tt.isOrderAndInitAmountNotEqual),Tt.isOrderAndInitAmountNotEqual&&Tt.setInit(null);const h=Tt.get.init,v=await Vt.call("init",{network:u,currency:p,init:h});if(zo.log("Init context",v),!Vt.check(v))return t.value=!1;v!=null&&v.init&&Tt.setInit(v.init);let m={success:!0};try{const f=async _=>{Ho.set("blockConfirmationCount",_.blockConfirmationCount);const g=qt.providers[u.code],y=wi(u,["wsUrl"]),w=new g.Provider(y),x=G1(u.wallets,g.browser.adapters);return d(x)?{success:!1,message:ht.notFoundAnyWallet.replace("{networkName}",u.name)}:(uC(g),pC(w),Tt.setInit(_),Tt.setNetwork(u),Tt.setReceiver(_.receiver),Tt.setOrderParams(_.order),{success:!0})};Tt.get.init?(zo.log("init","use exist init data"),m=await f(Tt.get.init)):(zo.log("init","get init data from api"),m=await f(await Tt.get.api.init(u)))}catch(f){zo.error(f),m={success:!1,message:f.message}}t.value=!1,m.success||bo(m.message??"").then(()=>{if(m.data){Ys();const f=m.data;f.redirect?window.location.href=f.redirect:f.redirect=="reload"&&window.location.reload()}})}),(u,p)=>{const h=nt("cp-modal"),v=nt("cp-loading"),m=nt("cp-container");return s(Ho).isAppStarted?(b(),he(m,{key:0},{default:le(()=>[l.value?(b(),M("div",OS,[s(qt).mode=="network"?(b(),he(SC,{key:0})):s(qt).mode=="currency"?(b(),he(IC,{key:1})):se("",!0)])):se("",!0),n.value?(b(),he(h,{key:1,onClose:p[1]||(p[1]=f=>c()),class:O(i.value?"disabled":"")},{default:le(()=>[a.value?(b(),he(HC,{key:0})):se("",!0),ee(QC,{onStatusChanged:p[0]||(p[0]=f=>o.value=f)})]),_:1},8,["class"])):se("",!0),s(Tt).get.transactionHash?(b(),M("div",NS,[s(Tt).get.process==s(Zu).TRANSACTION?(b(),he(e7,{key:0,transactionHash:s(Tt).get.transactionHash},null,8,["transactionHash"])):s(Tt).get.process==s(Zu).CONFIRMATION?(b(),he(IS,{key:1,transactionHash:s(Tt).get.transactionHash},null,8,["transactionHash"])):se("",!0)])):se("",!0),t.value?(b(),he(h,{key:3,title:s(ht).loading},{default:le(()=>[ee(v)]),_:1},8,["title"])):se("",!0)]),_:1})):se("",!0)}}});var dd={exports:{}};dd.exports,function(e,t){var o=200,r="__lodash_hash_undefined__",l=9007199254740991,n="[object Arguments]",a="[object Array]",i="[object Boolean]",c="[object Date]",d="[object Error]",u="[object Function]",p="[object GeneratorFunction]",h="[object Map]",v="[object Number]",m="[object Object]",f="[object Promise]",_="[object RegExp]",g="[object Set]",y="[object String]",w="[object Symbol]",x="[object WeakMap]",$="[object ArrayBuffer]",T="[object DataView]",R="[object Float32Array]",P="[object Float64Array]",L="[object Int8Array]",B="[object Int16Array]",V="[object Int32Array]",j="[object Uint8Array]",te="[object Uint8ClampedArray]",J="[object Uint16Array]",Z="[object Uint32Array]",H=/[\\^$.*+?()[\]{}|]/g,F=/\w*$/,K=/^\[object .+?Constructor\]$/,I=/^(?:0|[1-9]\d*)$/,U={};U[n]=U[a]=U[$]=U[T]=U[i]=U[c]=U[R]=U[P]=U[L]=U[B]=U[V]=U[h]=U[v]=U[m]=U[_]=U[g]=U[y]=U[w]=U[j]=U[te]=U[J]=U[Z]=!0,U[d]=U[u]=U[x]=!1;var oe=typeof Ao=="object"&&Ao&&Ao.Object===Object&&Ao,ne=typeof self=="object"&&self&&self.Object===Object&&self,ce=oe||ne||Function("return this")(),Q=t&&!t.nodeType&&t,Me=Q&&!0&&e&&!e.nodeType&&e,de=Me&&Me.exports===Q;function _e(ie,Ve){return ie.set(Ve[0],Ve[1]),ie}function me(ie,Ve){return ie.add(Ve),ie}function Re(ie,Ve){for(var Xe=-1,$t=ie?ie.length:0;++Xe<$t&&Ve(ie[Xe],Xe,ie)!==!1;);return ie}function Ce(ie,Ve){for(var Xe=-1,$t=Ve.length,Yo=ie.length;++Xe<$t;)ie[Yo+Xe]=Ve[Xe];return ie}function Ee(ie,Ve,Xe,$t){for(var Yo=-1,mr=ie?ie.length:0;++Yo-1}function ao(ie,Ve){var Xe=this.__data__,$t=_s(Xe,ie);return $t<0?Xe.push([ie,Ve]):Xe[$t][1]=Ve,this}rr.prototype.clear=ua,rr.prototype.delete=He,rr.prototype.get=ot,rr.prototype.has=eo,rr.prototype.set=ao;function Po(ie){var Ve=-1,Xe=ie?ie.length:0;for(this.clear();++Ve-1&&ie%1==0&&ie-1&&ie%1==0&&ie<=l}function ws(ie){var Ve=typeof ie;return!!ie&&(Ve=="object"||Ve=="function")}function lf(ie){return!!ie&&typeof ie=="object"}function uu(ie){return tf(ie)?ru(ie):nm(ie)}function ym(){return[]}function da(){return!1}e.exports=Qp}(dd,dd.exports);var RS=dd.exports;const Db=cl(RS);function LS({store:e}){const t=Db(e.$state);e.$reset=()=>e.$patch(Db(t))}const BS='a[href],button:not([disabled]),button:not([hidden]),:not([tabindex="-1"]),input:not([disabled]),input:not([type="hidden"]),select:not([disabled]),textarea:not([disabled])',VS=e=>getComputedStyle(e).position==="fixed"?!1:e.offsetParent!==null,Hb=e=>Array.from(e.querySelectorAll(BS)).filter(t=>DS(t)&&VS(t)),DS=e=>{if(e.tabIndex>0||e.tabIndex===0&&e.getAttribute("tabIndex")!==null)return!0;if(e.disabled)return!1;switch(e.nodeName){case"A":return!!e.href&&e.rel!=="ignore";case"INPUT":return!(e.type==="hidden"||e.type==="file");case"BUTTON":case"SELECT":case"TEXTAREA":return!0;default:return!1}},pd=function(e,t,...o){let r;t.includes("mouse")||t.includes("click")?r="MouseEvents":t.includes("key")?r="KeyboardEvent":r="HTMLEvents";const l=document.createEvent(r);return l.initEvent(t,...o),e.dispatchEvent(l),e},Fb=e=>!e.getAttribute("aria-owns"),jb=(e,t,o)=>{const{parentNode:r}=e;if(!r)return null;const l=r.querySelectorAll(o),n=Array.prototype.indexOf.call(l,e);return l[n+t]||null},fd=e=>{e&&(e.focus(),!Fb(e)&&e.click())},ho=(e,t,{checkForDefaultPrevented:o=!0}={})=>l=>{const n=e==null?void 0:e(l);if(o===!1||!n)return t==null?void 0:t(l)},Kb=e=>t=>t.pointerType==="mouse"?e(t):void 0;var HS=Object.defineProperty,FS=Object.defineProperties,jS=Object.getOwnPropertyDescriptors,Ub=Object.getOwnPropertySymbols,KS=Object.prototype.hasOwnProperty,US=Object.prototype.propertyIsEnumerable,Wb=(e,t,o)=>t in e?HS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,WS=(e,t)=>{for(var o in t||(t={}))KS.call(t,o)&&Wb(e,o,t[o]);if(Ub)for(var o of Ub(t))US.call(t,o)&&Wb(e,o,t[o]);return e},qS=(e,t)=>FS(e,jS(t));function qb(e,t){var o;const r=lo();return Go(()=>{r.value=e()},qS(WS({},t),{flush:(o=void 0)!=null?o:"sync"})),ui(r)}var Yb;const Nt=typeof window<"u",YS=e=>typeof e<"u",M0=e=>typeof e=="function",GS=e=>typeof e=="string",$i=()=>{},A0=Nt&&((Yb=window==null?void 0:window.navigator)==null?void 0:Yb.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function qn(e){return typeof e=="function"?e():s(e)}function Gb(e,t){function o(...r){return new Promise((l,n)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(l).catch(n)})}return o}function XS(e,t={}){let o,r,l=$i;const n=i=>{clearTimeout(i),l(),l=$i};return i=>{const c=qn(e),d=qn(t.maxWait);return o&&n(o),c<=0||d!==void 0&&d<=0?(r&&(n(r),r=null),Promise.resolve(i())):new Promise((u,p)=>{l=t.rejectOnCancel?p:u,d&&!r&&(r=setTimeout(()=>{o&&n(o),r=null,u(i())},d)),o=setTimeout(()=>{r&&n(r),r=null,u(i())},c)})}}function ZS(e,t=!0,o=!0,r=!1){let l=0,n,a=!0,i=$i,c;const d=()=>{n&&(clearTimeout(n),n=void 0,i(),i=$i)};return p=>{const h=qn(e),v=Date.now()-l,m=()=>c=p();return d(),h<=0?(l=Date.now(),m()):(v>h&&(o||!a)?(l=Date.now(),m()):t&&(c=new Promise((f,_)=>{i=r?_:f,n=setTimeout(()=>{l=Date.now(),a=!0,f(m()),d()},Math.max(0,h-v))})),!o&&!n&&(n=setTimeout(()=>a=!0,h)),a=!1,c)}}function JS(e){return e}function QS(e,t){let o,r,l;const n=D(!0),a=()=>{n.value=!0,l()};Se(e,a,{flush:"sync"});const i=M0(t)?t:t.get,c=M0(t)?void 0:t.set,d=uk((u,p)=>(r=u,l=p,{get(){return n.value&&(o=i(),n.value=!1),r(),o},set(h){c==null||c(h)}}));return Object.isExtensible(d)&&(d.trigger=a),d}function rc(e){return xf()?(kf(e),!0):!1}function eE(e,t=200,o={}){return Gb(XS(t,o),e)}function tE(e,t=200,o={}){const r=D(e.value),l=eE(()=>{r.value=e.value},t,o);return Se(e,()=>l()),r}function Xb(e,t=200,o=!1,r=!0,l=!1){return Gb(ZS(t,o,r,l),e)}function z0(e,t=!0){wt()?ft(e):t?e():et(e)}function $a(e,t,o={}){const{immediate:r=!0}=o,l=D(!1);let n=null;function a(){n&&(clearTimeout(n),n=null)}function i(){l.value=!1,a()}function c(...d){a(),l.value=!0,n=setTimeout(()=>{l.value=!1,n=null,e(...d)},qn(t))}return r&&(l.value=!0,Nt&&c()),rc(i),{isPending:ui(l),start:c,stop:i}}function $r(e){var t;const o=qn(e);return(t=o==null?void 0:o.$el)!=null?t:o}const Yn=Nt?window:void 0,oE=Nt?window.document:void 0;function oo(...e){let t,o,r,l;if(GS(e[0])||Array.isArray(e[0])?([o,r,l]=e,t=Yn):[t,o,r,l]=e,!t)return $i;Array.isArray(o)||(o=[o]),Array.isArray(r)||(r=[r]);const n=[],a=()=>{n.forEach(u=>u()),n.length=0},i=(u,p,h,v)=>(u.addEventListener(p,h,v),()=>u.removeEventListener(p,h,v)),c=Se(()=>[$r(t),qn(l)],([u,p])=>{a(),u&&n.push(...o.flatMap(h=>r.map(v=>i(u,h,v,p))))},{immediate:!0,flush:"post"}),d=()=>{c(),a()};return rc(d),d}let Zb=!1;function I0(e,t,o={}){const{window:r=Yn,ignore:l=[],capture:n=!0,detectIframe:a=!1}=o;if(!r)return;A0&&!Zb&&(Zb=!0,Array.from(r.document.body.children).forEach(h=>h.addEventListener("click",$i)));let i=!0;const c=h=>l.some(v=>{if(typeof v=="string")return Array.from(r.document.querySelectorAll(v)).some(m=>m===h.target||h.composedPath().includes(m));{const m=$r(v);return m&&(h.target===m||h.composedPath().includes(m))}}),u=[oo(r,"click",h=>{const v=$r(e);if(!(!v||v===h.target||h.composedPath().includes(v))){if(h.detail===0&&(i=!c(h)),!i){i=!0;return}t(h)}},{passive:!0,capture:n}),oo(r,"pointerdown",h=>{const v=$r(e);v&&(i=!h.composedPath().includes(v)&&!c(h))},{passive:!0}),a&&oo(r,"blur",h=>{var v;const m=$r(e);((v=r.document.activeElement)==null?void 0:v.tagName)==="IFRAME"&&!(m!=null&&m.contains(r.document.activeElement))&&t(h)})].filter(Boolean);return()=>u.forEach(h=>h())}function rE(e={}){var t;const{window:o=Yn}=e,r=(t=e.document)!=null?t:o==null?void 0:o.document,l=QS(()=>null,()=>r==null?void 0:r.activeElement);return o&&(oo(o,"blur",n=>{n.relatedTarget===null&&l.trigger()},!0),oo(o,"focus",l.trigger,!0)),l}function Jb(e,t=!1){const o=D(),r=()=>o.value=!!e();return r(),z0(r,t),o}function lE(e){return JSON.parse(JSON.stringify(e))}const O0=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof Xl<"u"?Xl:typeof self<"u"?self:{},N0="__vueuse_ssr_handlers__";O0[N0]=O0[N0]||{},O0[N0];function nE(e,t,{window:o=Yn,initialValue:r=""}={}){const l=D(r),n=C(()=>{var a;return $r(t)||((a=o==null?void 0:o.document)==null?void 0:a.documentElement)});return Se([n,()=>qn(e)],([a,i])=>{var c;if(a&&o){const d=(c=o.getComputedStyle(a).getPropertyValue(i))==null?void 0:c.trim();l.value=d||r}},{immediate:!0}),Se(l,a=>{var i;(i=n.value)!=null&&i.style&&n.value.style.setProperty(qn(e),a)}),l}function aE({document:e=oE}={}){if(!e)return D("visible");const t=D(e.visibilityState);return oo(e,"visibilitychange",()=>{t.value=e.visibilityState}),t}var Qb=Object.getOwnPropertySymbols,iE=Object.prototype.hasOwnProperty,sE=Object.prototype.propertyIsEnumerable,cE=(e,t)=>{var o={};for(var r in e)iE.call(e,r)&&t.indexOf(r)<0&&(o[r]=e[r]);if(e!=null&&Qb)for(var r of Qb(e))t.indexOf(r)<0&&sE.call(e,r)&&(o[r]=e[r]);return o};function so(e,t,o={}){const r=o,{window:l=Yn}=r,n=cE(r,["window"]);let a;const i=Jb(()=>l&&"ResizeObserver"in l),c=()=>{a&&(a.disconnect(),a=void 0)},d=Se(()=>$r(e),p=>{c(),i.value&&l&&p&&(a=new ResizeObserver(t),a.observe(p,n))},{immediate:!0,flush:"post"}),u=()=>{c(),d()};return rc(u),{isSupported:i,stop:u}}function e_(e,t={}){const{reset:o=!0,windowResize:r=!0,windowScroll:l=!0,immediate:n=!0}=t,a=D(0),i=D(0),c=D(0),d=D(0),u=D(0),p=D(0),h=D(0),v=D(0);function m(){const f=$r(e);if(!f){o&&(a.value=0,i.value=0,c.value=0,d.value=0,u.value=0,p.value=0,h.value=0,v.value=0);return}const _=f.getBoundingClientRect();a.value=_.height,i.value=_.bottom,c.value=_.left,d.value=_.right,u.value=_.top,p.value=_.width,h.value=_.x,v.value=_.y}return so(e,m),Se(()=>$r(e),f=>!f&&m()),l&&oo("scroll",m,{capture:!0,passive:!0}),r&&oo("resize",m,{passive:!0}),z0(()=>{n&&m()}),{height:a,bottom:i,left:c,right:d,top:u,width:p,x:h,y:v,update:m}}var t_=Object.getOwnPropertySymbols,uE=Object.prototype.hasOwnProperty,dE=Object.prototype.propertyIsEnumerable,pE=(e,t)=>{var o={};for(var r in e)uE.call(e,r)&&t.indexOf(r)<0&&(o[r]=e[r]);if(e!=null&&t_)for(var r of t_(e))t.indexOf(r)<0&&dE.call(e,r)&&(o[r]=e[r]);return o};function o_(e,t,o={}){const r=o,{window:l=Yn}=r,n=pE(r,["window"]);let a;const i=Jb(()=>l&&"MutationObserver"in l),c=()=>{a&&(a.disconnect(),a=void 0)},d=Se(()=>$r(e),p=>{c(),i.value&&l&&p&&(a=new MutationObserver(t),a.observe(p,n))},{immediate:!0}),u=()=>{c(),d()};return rc(u),{isSupported:i,stop:u}}var r_;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(r_||(r_={}));var fE=Object.defineProperty,l_=Object.getOwnPropertySymbols,hE=Object.prototype.hasOwnProperty,vE=Object.prototype.propertyIsEnumerable,n_=(e,t,o)=>t in e?fE(e,t,{enumerable:!0,configurable:!0,writable:!0,value:o}):e[t]=o,mE=(e,t)=>{for(var o in t||(t={}))hE.call(t,o)&&n_(e,o,t[o]);if(l_)for(var o of l_(t))vE.call(t,o)&&n_(e,o,t[o]);return e};mE({linear:JS},{easeInSine:[.12,0,.39,0],easeOutSine:[.61,1,.88,1],easeInOutSine:[.37,0,.63,1],easeInQuad:[.11,0,.5,0],easeOutQuad:[.5,1,.89,1],easeInOutQuad:[.45,0,.55,1],easeInCubic:[.32,0,.67,0],easeOutCubic:[.33,1,.68,1],easeInOutCubic:[.65,0,.35,1],easeInQuart:[.5,0,.75,0],easeOutQuart:[.25,1,.5,1],easeInOutQuart:[.76,0,.24,1],easeInQuint:[.64,0,.78,0],easeOutQuint:[.22,1,.36,1],easeInOutQuint:[.83,0,.17,1],easeInExpo:[.7,0,.84,0],easeOutExpo:[.16,1,.3,1],easeInOutExpo:[.87,0,.13,1],easeInCirc:[.55,0,1,.45],easeOutCirc:[0,.55,.45,1],easeInOutCirc:[.85,0,.15,1],easeInBack:[.36,0,.66,-.56],easeOutBack:[.34,1.56,.64,1],easeInOutBack:[.68,-.6,.32,1.6]});function a_(e,t,o,r={}){var l,n,a;const{clone:i=!1,passive:c=!1,eventName:d,deep:u=!1,defaultValue:p}=r,h=wt(),v=o||(h==null?void 0:h.emit)||((l=h==null?void 0:h.$emit)==null?void 0:l.bind(h))||((a=(n=h==null?void 0:h.proxy)==null?void 0:n.$emit)==null?void 0:a.bind(h==null?void 0:h.proxy));let m=d;t||(t="modelValue"),m=d||m||`update:${t.toString()}`;const f=g=>i?M0(i)?i(g):lE(g):g,_=()=>YS(e[t])?f(e[t]):p;if(c){const g=_(),y=D(g);return Se(()=>e[t],w=>y.value=f(w)),Se(y,w=>{(w!==e[t]||u)&&v(m,w)},{deep:u}),y}else return C({get(){return _()},set(g){v(m,g)}})}function gE({window:e=Yn}={}){if(!e)return D(!1);const t=D(e.document.hasFocus());return oo(e,"blur",()=>{t.value=!1}),oo(e,"focus",()=>{t.value=!0}),t}function bE(e={}){const{window:t=Yn,initialWidth:o=1/0,initialHeight:r=1/0,listenOrientation:l=!0,includeScrollbar:n=!0}=e,a=D(o),i=D(r),c=()=>{t&&(n?(a.value=t.innerWidth,i.value=t.innerHeight):(a.value=t.document.documentElement.clientWidth,i.value=t.document.documentElement.clientHeight))};return c(),z0(c),oo("resize",c,{passive:!0}),l&&oo("orientationchange",c,{passive:!0}),{width:a,height:i}}const i_=()=>Nt&&/firefox/i.test(window.navigator.userAgent),_E=(e,t)=>{if(!Nt||!e||!t)return!1;const o=e.getBoundingClientRect();let r;return t instanceof Element?r=t.getBoundingClientRect():r={top:0,right:window.innerWidth,bottom:window.innerHeight,left:0},o.topr.top&&o.right>r.left&&o.left{let t=0,o=e;for(;o;)t+=o.offsetTop,o=o.offsetParent;return t},P0=(e,t)=>Math.abs(s_(e)-s_(t)),R0=e=>{let t,o;return e.type==="touchend"?(o=e.changedTouches[0].clientY,t=e.changedTouches[0].clientX):e.type.startsWith("touch")?(o=e.touches[0].clientY,t=e.touches[0].clientX):(o=e.clientY,t=e.clientX),{clientX:t,clientY:o}};function wE(e,t,o,r){const l=o-t;return e/=r/2,e<1?l/2*e*e*e+t:l/2*((e-=2)*e*e+2)+t}var c_=typeof Xl=="object"&&Xl&&Xl.Object===Object&&Xl,yE=typeof self=="object"&&self&&self.Object===Object&&self,pl=c_||yE||Function("return this")(),qr=pl.Symbol,u_=Object.prototype,xE=u_.hasOwnProperty,kE=u_.toString,lc=qr?qr.toStringTag:void 0;function CE(e){var t=xE.call(e,lc),o=e[lc];try{e[lc]=void 0;var r=!0}catch{}var l=kE.call(e);return r&&(t?e[lc]=o:delete e[lc]),l}var SE=Object.prototype,EE=SE.toString;function TE(e){return EE.call(e)}var $E="[object Null]",ME="[object Undefined]",d_=qr?qr.toStringTag:void 0;function Ma(e){return e==null?e===void 0?ME:$E:d_&&d_ in Object(e)?CE(e):TE(e)}function Il(e){return e!=null&&typeof e=="object"}var AE="[object Symbol]";function hd(e){return typeof e=="symbol"||Il(e)&&Ma(e)==AE}function L0(e,t){for(var o=-1,r=e==null?0:e.length,l=Array(r);++o0){if(++t>=nT)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function cT(e){return function(){return e}}var vd=function(){try{var e=za(Object,"defineProperty");return e({},"",{}),e}catch{}}(),uT=vd?function(e,t){return vd(e,"toString",{configurable:!0,enumerable:!1,value:cT(t),writable:!0})}:B0,w_=sT(uT);function dT(e,t){for(var o=-1,r=e==null?0:e.length;++o-1}var mT=9007199254740991,gT=/^(?:0|[1-9]\d*)$/;function md(e,t){var o=typeof e;return t=t??mT,!!t&&(o=="number"||o!="symbol"&&gT.test(e))&&e>-1&&e%1==0&&e-1&&e%1==0&&e<=wT}function Ai(e){return e!=null&&K0(e.length)&&!V0(e)}function yT(e,t,o){if(!wr(o))return!1;var r=typeof t;return(r=="number"?Ai(o)&&md(t,o.length):r=="string"&&t in o)?nc(o[t],e):!1}function xT(e){return C_(function(t,o){var r=-1,l=o.length,n=l>1?o[l-1]:void 0,a=l>2?o[2]:void 0;for(n=e.length>3&&typeof n=="function"?(l--,n):void 0,a&&yT(o[0],o[1],a)&&(n=l<3?void 0:n,l=1),t=Object(t);++r-1}function I$(e,t){var o=this.__data__,r=gd(o,e);return r<0?(++this.size,o.push([e,t])):o[r][1]=t,this}function dn(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t0&&o(i)?t>1?fc(i,t-1,o,r,l):X0(l,i):r||(l[l.length]=i)}return l}function P_(e){var t=e==null?0:e.length;return t?fc(e,1):[]}function R_(e){return w_(k_(e,void 0,P_),e+"")}var Z0=O_(Object.getPrototypeOf,Object),Y$="[object Object]",G$=Function.prototype,X$=Object.prototype,L_=G$.toString,Z$=X$.hasOwnProperty,J$=L_.call(Object);function B_(e){if(!Il(e)||Ma(e)!=Y$)return!1;var t=Z0(e);if(t===null)return!0;var o=Z$.call(t,"constructor")&&t.constructor;return typeof o=="function"&&o instanceof o&&L_.call(o)==J$}function Q$(e,t,o){var r=-1,l=e.length;t<0&&(t=-t>l?0:l+t),o=o>l?l:o,o<0&&(o+=l),l=t>o?0:o-t>>>0,t>>>=0;for(var n=Array(l);++ri))return!1;var d=n.get(e),u=n.get(t);if(d&&u)return d==t&&u==e;var p=-1,h=!0,v=o&NA?new hc:void 0;for(n.set(e,t),n.set(t,e);++p=t||R<0||p&&P>=n}function g(){var T=nh();if(_(T))return y(T);i=setTimeout(g,f(T))}function y(T){return i=void 0,h&&r?v(T):(r=l=void 0,a)}function w(){i!==void 0&&clearTimeout(i),d=0,r=c=l=i=void 0}function x(){return i===void 0?a:y(nh())}function $(){var T=nh(),R=_(T);if(r=arguments,l=this,c=T,R){if(i===void 0)return m(c);if(p)return clearTimeout(i),i=setTimeout(g,t),v(c)}return i===void 0&&(i=setTimeout(g,t)),a}return $.cancel=w,$.flush=x,$}function ah(e,t,o){(o!==void 0&&!nc(e[t],o)||o===void 0&&!(t in e))&&F0(e,t,o)}function y3(e){return Il(e)&&Ai(e)}function ih(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function kz(e){return Mi(e,uc(e))}function Cz(e,t,o,r,l,n,a){var i=ih(e,o),c=ih(t,o),d=a.get(c);if(d){ah(e,o,d);return}var u=n?n(i,c,o+"",e,t,a):void 0,p=u===void 0;if(p){var h=_r(c),v=!h&&ic(c),m=!h&&!v&&Y0(c);u=c,h||v||m?_r(i)?u=i:y3(i)?u=__(i):v?(p=!1,u=j_(c,!0)):m?(p=!1,u=o3(c,!0)):u=[]:B_(c)||ac(c)?(u=i,ac(i)?u=kz(i):(!wr(i)||V0(i))&&(u=r3(c))):p=!1}p&&(a.set(c,u),l(u,c,r,n,a),a.delete(c)),ah(e,o,u)}function x3(e,t,o,r,l){e!==t&&w3(t,function(n,a){if(l||(l=new fl),wr(n))Cz(e,t,a,o,x3,r,l);else{var i=r?r(ih(e,a),n,a+"",e,t,l):void 0;i===void 0&&(i=n),ah(e,a,i)}},uc)}function Sz(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}function k3(e,t,o){var r=e==null?0:e.length;if(!r)return-1;var l=r-1;return y_(e,_3(t),l,!0)}function Ez(e,t){var o=-1,r=Ai(e)?Array(e.length):[];return _z(e,function(l,n,a){r[++o]=t(l,n,a)}),r}function Tz(e,t){var o=_r(e)?L0:Ez;return o(e,_3(t))}function $z(e,t){return fc(Tz(e,t),1)}var Mz=1/0;function Az(e){var t=e==null?0:e.length;return t?fc(e,Mz):[]}function Sd(e){for(var t=-1,o=e==null?0:e.length,r={};++t1),n}),Mi(e,Y_(e),o),r&&(o=Pi(o,Pz|Rz|Lz,Nz));for(var l=t.length;l--;)Oz(o,t[l]);return o});function S3(e,t,o,r){if(!wr(e))return e;t=Ii(t,e);for(var l=-1,n=t.length,a=n-1,i=e;i!=null&&++l=Uz){var d=Kz(e);if(d)return rh(d);a=!1,l=u3,c=new hc}else c=i;e:for(;++re===void 0,Co=e=>typeof e=="boolean",st=e=>typeof e=="number",Yr=e=>!e&&e!==0||Ke(e)&&e.length===0||xt(e)&&!Object.keys(e).length,Gr=e=>typeof Element>"u"?!1:e instanceof Element,Na=e=>jo(e),qz=e=>ut(e)?!Number.isNaN(Number(e)):!1,Ed=e=>e===window,Xn=e=>Nt?window.requestAnimationFrame(e):setTimeout(e,16),Pa=e=>Nt?window.cancelAnimationFrame(e):clearTimeout(e),ch=(e="")=>e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d"),Nl=e=>Ms(e),Ri=e=>Object.keys(e),Yz=e=>Object.entries(e),Td=(e,t,o)=>({get value(){return wo(e,t,o)},set value(r){Hz(e,t,r)}});class Gz extends Error{constructor(t){super(t),this.name="ElementPlusError"}}function Io(e,t){throw new Gz(`[${e}] ${t}`)}function cfe(e,t){}const E3=(e="")=>e.split(" ").filter(t=>!!t.trim()),Xr=(e,t)=>{if(!e||!t)return!1;if(t.includes(" "))throw new Error("className should not contain space.");return e.classList.contains(t)},Zr=(e,t)=>{!e||!t.trim()||e.classList.add(...E3(t))},ar=(e,t)=>{!e||!t.trim()||e.classList.remove(...E3(t))},Zn=(e,t)=>{var o;if(!Nt||!e||!t)return"";let r=Fr(t);r==="float"&&(r="cssFloat");try{const l=e.style[r];if(l)return l;const n=(o=document.defaultView)==null?void 0:o.getComputedStyle(e,"");return n?n[r]:""}catch{return e.style[r]}};function mo(e,t="px"){if(!e)return"";if(st(e)||qz(e))return`${e}${t}`;if(ut(e))return e}const Xz=(e,t)=>{if(!Nt)return!1;const o={undefined:"overflow",true:"overflow-y",false:"overflow-x"}[String(t)],r=Zn(e,o);return["scroll","auto","overlay"].some(l=>r.includes(l))},uh=(e,t)=>{if(!Nt)return;let o=e;for(;o;){if([window,document,document.documentElement].includes(o))return window;if(Xz(o,t))return o;o=o.parentNode}return o};let $d;const T3=e=>{var t;if(!Nt)return 0;if($d!==void 0)return $d;const o=document.createElement("div");o.className=`${e}-scrollbar__wrap`,o.style.visibility="hidden",o.style.width="100px",o.style.position="absolute",o.style.top="-9999px",document.body.appendChild(o);const r=o.offsetWidth;o.style.overflow="scroll";const l=document.createElement("div");l.style.width="100%",o.appendChild(l);const n=l.offsetWidth;return(t=o.parentNode)==null||t.removeChild(o),$d=r-n,$d};function $3(e,t){if(!Nt)return;if(!t){e.scrollTop=0;return}const o=[];let r=t.offsetParent;for(;r!==null&&e!==r&&e.contains(r);)o.push(r),r=r.offsetParent;const l=t.offsetTop+o.reduce((c,d)=>c+d.offsetTop,0),n=l+t.offsetHeight,a=e.scrollTop,i=a+e.clientHeight;li&&(e.scrollTop=n-e.clientHeight)}function Zz(e,t,o,r,l){const n=Date.now();let a;const i=()=>{const d=Date.now()-n,u=wE(d>r?r:d,t,o,r);Ed(e)?e.scrollTo(window.pageXOffset,u):e.scrollTop=u,d{a&&Pa(a)}}const M3=(e,t)=>Ed(t)?e.ownerDocument.documentElement:t,A3=e=>Ed(e)?window.scrollY:e.scrollTop,Md=e=>{if(!Nt||e==="")return null;if(ut(e))try{return document.querySelector(e)}catch{return null}return e};/*! Element Plus Icons Vue v2.3.1 */var Jz=N({name:"AddLocation",__name:"add-location",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),E("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),E("path",{fill:"currentColor",d:"M544 384h96a32 32 0 1 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0z"})]))}}),Qz=Jz,eI=N({name:"Aim",__name:"aim",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),E("path",{fill:"currentColor",d:"M512 96a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V128a32 32 0 0 1 32-32m0 576a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V704a32 32 0 0 1 32-32M96 512a32 32 0 0 1 32-32h192a32 32 0 0 1 0 64H128a32 32 0 0 1-32-32m576 0a32 32 0 0 1 32-32h192a32 32 0 1 1 0 64H704a32 32 0 0 1-32-32"})]))}}),tI=eI,oI=N({name:"AlarmClock",__name:"alarm-clock",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 832a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"}),E("path",{fill:"currentColor",d:"m292.288 824.576 55.424 32-48 83.136a32 32 0 1 1-55.424-32zm439.424 0-55.424 32 48 83.136a32 32 0 1 0 55.424-32zM512 512h160a32 32 0 1 1 0 64H480a32 32 0 0 1-32-32V320a32 32 0 0 1 64 0zM90.496 312.256A160 160 0 0 1 312.32 90.496l-46.848 46.848a96 96 0 0 0-128 128L90.56 312.256zm835.264 0A160 160 0 0 0 704 90.496l46.848 46.848a96 96 0 0 1 128 128z"})]))}}),rI=oI,lI=N({name:"Apple",__name:"apple",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M599.872 203.776a189.44 189.44 0 0 1 64.384-4.672l2.624.128c31.168 1.024 51.2 4.096 79.488 16.32 37.632 16.128 74.496 45.056 111.488 89.344 96.384 115.264 82.752 372.8-34.752 521.728-7.68 9.728-32 41.6-30.72 39.936a426.624 426.624 0 0 1-30.08 35.776c-31.232 32.576-65.28 49.216-110.08 50.048-31.36.64-53.568-5.312-84.288-18.752l-6.528-2.88c-20.992-9.216-30.592-11.904-47.296-11.904-18.112 0-28.608 2.88-51.136 12.672l-6.464 2.816c-28.416 12.224-48.32 18.048-76.16 19.2-74.112 2.752-116.928-38.08-180.672-132.16-96.64-142.08-132.608-349.312-55.04-486.4 46.272-81.92 129.92-133.632 220.672-135.04 32.832-.576 60.288 6.848 99.648 22.72 27.136 10.88 34.752 13.76 37.376 14.272 16.256-20.16 27.776-36.992 34.56-50.24 13.568-26.304 27.2-59.968 40.704-100.8a32 32 0 1 1 60.8 20.224c-12.608 37.888-25.408 70.4-38.528 97.664zm-51.52 78.08c-14.528 17.792-31.808 37.376-51.904 58.816a32 32 0 1 1-46.72-43.776l12.288-13.248c-28.032-11.2-61.248-26.688-95.68-26.112-70.4 1.088-135.296 41.6-171.648 105.792C121.6 492.608 176 684.16 247.296 788.992c34.816 51.328 76.352 108.992 130.944 106.944 52.48-2.112 72.32-34.688 135.872-34.688 63.552 0 81.28 34.688 136.96 33.536 56.448-1.088 75.776-39.04 126.848-103.872 107.904-136.768 107.904-362.752 35.776-449.088-72.192-86.272-124.672-84.096-151.68-85.12-41.472-4.288-81.6 12.544-113.664 25.152z"})]))}}),nI=lI,aI=N({name:"ArrowDownBold",__name:"arrow-down-bold",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M104.704 338.752a64 64 0 0 1 90.496 0l316.8 316.8 316.8-316.8a64 64 0 0 1 90.496 90.496L557.248 791.296a64 64 0 0 1-90.496 0L104.704 429.248a64 64 0 0 1 0-90.496z"})]))}}),iI=aI,sI=N({name:"ArrowDown",__name:"arrow-down",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"})]))}}),Pl=sI,cI=N({name:"ArrowLeftBold",__name:"arrow-left-bold",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M685.248 104.704a64 64 0 0 1 0 90.496L368.448 512l316.8 316.8a64 64 0 0 1-90.496 90.496L232.704 557.248a64 64 0 0 1 0-90.496l362.048-362.048a64 64 0 0 1 90.496 0z"})]))}}),uI=cI,dI=N({name:"ArrowLeft",__name:"arrow-left",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"})]))}}),fn=dI,pI=N({name:"ArrowRightBold",__name:"arrow-right-bold",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0z"})]))}}),fI=pI,hI=N({name:"ArrowRight",__name:"arrow-right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"})]))}}),ir=hI,vI=N({name:"ArrowUpBold",__name:"arrow-up-bold",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M104.704 685.248a64 64 0 0 0 90.496 0l316.8-316.8 316.8 316.8a64 64 0 0 0 90.496-90.496L557.248 232.704a64 64 0 0 0-90.496 0L104.704 594.752a64 64 0 0 0 0 90.496z"})]))}}),mI=vI,gI=N({name:"ArrowUp",__name:"arrow-up",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0"})]))}}),Ad=gI,bI=N({name:"Avatar",__name:"avatar",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M628.736 528.896A416 416 0 0 1 928 928H96a415.872 415.872 0 0 1 299.264-399.104L512 704zM720 304a208 208 0 1 1-416 0 208 208 0 0 1 416 0"})]))}}),_I=bI,wI=N({name:"Back",__name:"back",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64"}),E("path",{fill:"currentColor",d:"m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312z"})]))}}),z3=wI,yI=N({name:"Baseball",__name:"baseball",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M195.2 828.8a448 448 0 1 1 633.6-633.6 448 448 0 0 1-633.6 633.6zm45.248-45.248a384 384 0 1 0 543.104-543.104 384 384 0 0 0-543.104 543.104"}),E("path",{fill:"currentColor",d:"M497.472 96.896c22.784 4.672 44.416 9.472 64.896 14.528a256.128 256.128 0 0 0 350.208 350.208c5.056 20.48 9.856 42.112 14.528 64.896A320.128 320.128 0 0 1 497.472 96.896zM108.48 491.904a320.128 320.128 0 0 1 423.616 423.68c-23.04-3.648-44.992-7.424-65.728-11.52a256.128 256.128 0 0 0-346.496-346.432 1736.64 1736.64 0 0 1-11.392-65.728z"})]))}}),xI=yI,kI=N({name:"Basketball",__name:"basketball",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M778.752 788.224a382.464 382.464 0 0 0 116.032-245.632 256.512 256.512 0 0 0-241.728-13.952 762.88 762.88 0 0 1 125.696 259.584zm-55.04 44.224a699.648 699.648 0 0 0-125.056-269.632 256.128 256.128 0 0 0-56.064 331.968 382.72 382.72 0 0 0 181.12-62.336m-254.08 61.248A320.128 320.128 0 0 1 557.76 513.6a715.84 715.84 0 0 0-48.192-48.128 320.128 320.128 0 0 1-379.264 88.384 382.4 382.4 0 0 0 110.144 229.696 382.4 382.4 0 0 0 229.184 110.08zM129.28 481.088a256.128 256.128 0 0 0 331.072-56.448 699.648 699.648 0 0 0-268.8-124.352 382.656 382.656 0 0 0-62.272 180.8m106.56-235.84a762.88 762.88 0 0 1 258.688 125.056 256.512 256.512 0 0 0-13.44-241.088A382.464 382.464 0 0 0 235.84 245.248zm318.08-114.944c40.576 89.536 37.76 193.92-8.448 281.344a779.84 779.84 0 0 1 66.176 66.112 320.832 320.832 0 0 1 282.112-8.128 382.4 382.4 0 0 0-110.144-229.12 382.4 382.4 0 0 0-229.632-110.208zM828.8 828.8a448 448 0 1 1-633.6-633.6 448 448 0 0 1 633.6 633.6"})]))}}),CI=kI,SI=N({name:"BellFilled",__name:"bell-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M640 832a128 128 0 0 1-256 0zm192-64H134.4a38.4 38.4 0 0 1 0-76.8H192V448c0-154.88 110.08-284.16 256.32-313.6a64 64 0 1 1 127.36 0A320.128 320.128 0 0 1 832 448v243.2h57.6a38.4 38.4 0 0 1 0 76.8z"})]))}}),EI=SI,TI=N({name:"Bell",__name:"bell",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a64 64 0 0 1 64 64v64H448v-64a64 64 0 0 1 64-64"}),E("path",{fill:"currentColor",d:"M256 768h512V448a256 256 0 1 0-512 0zm256-640a320 320 0 0 1 320 320v384H192V448a320 320 0 0 1 320-320"}),E("path",{fill:"currentColor",d:"M96 768h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32m352 128h128a64 64 0 0 1-128 0"})]))}}),$I=TI,MI=N({name:"Bicycle",__name:"bicycle",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"}),E("path",{fill:"currentColor",d:"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),E("path",{fill:"currentColor",d:"M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"}),E("path",{fill:"currentColor",d:"M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384z"}),E("path",{fill:"currentColor",d:"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z"})]))}}),AI=MI,zI=N({name:"BottomLeft",__name:"bottom-left",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0z"}),E("path",{fill:"currentColor",d:"M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z"})]))}}),II=zI,OI=N({name:"BottomRight",__name:"bottom-right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416z"}),E("path",{fill:"currentColor",d:"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312z"})]))}}),NI=OI,PI=N({name:"Bottom",__name:"bottom",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"})]))}}),RI=PI,LI=N({name:"Bowl",__name:"bowl",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M714.432 704a351.744 351.744 0 0 0 148.16-256H161.408a351.744 351.744 0 0 0 148.16 256zM288 766.592A415.68 415.68 0 0 1 96 416a32 32 0 0 1 32-32h768a32 32 0 0 1 32 32 415.68 415.68 0 0 1-192 350.592V832a64 64 0 0 1-64 64H352a64 64 0 0 1-64-64zM493.248 320h-90.496l254.4-254.4a32 32 0 1 1 45.248 45.248zm187.328 0h-128l269.696-155.712a32 32 0 0 1 32 55.424zM352 768v64h320v-64z"})]))}}),BI=LI,VI=N({name:"Box",__name:"box",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M317.056 128 128 344.064V896h768V344.064L706.944 128zm-14.528-64h418.944a32 32 0 0 1 24.064 10.88l206.528 236.096A32 32 0 0 1 960 332.032V928a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V332.032a32 32 0 0 1 7.936-21.12L278.4 75.008A32 32 0 0 1 302.528 64z"}),E("path",{fill:"currentColor",d:"M64 320h896v64H64z"}),E("path",{fill:"currentColor",d:"M448 327.872V640h128V327.872L526.08 128h-28.16zM448 64h128l64 256v352a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V320z"})]))}}),DI=VI,HI=N({name:"Briefcase",__name:"briefcase",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M320 320V128h384v192h192v192H128V320zM128 576h768v320H128zm256-256h256.064V192H384z"})]))}}),FI=HI,jI=N({name:"BrushFilled",__name:"brush-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M608 704v160a96 96 0 0 1-192 0V704h-96a128 128 0 0 1-128-128h640a128 128 0 0 1-128 128zM192 512V128.064h640V512z"})]))}}),KI=jI,UI=N({name:"Brush",__name:"brush",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M896 448H128v192a64 64 0 0 0 64 64h192v192h256V704h192a64 64 0 0 0 64-64zm-770.752-64c0-47.552 5.248-90.24 15.552-128 14.72-54.016 42.496-107.392 83.2-160h417.28l-15.36 70.336L736 96h211.2c-24.832 42.88-41.92 96.256-51.2 160a663.872 663.872 0 0 0-6.144 128H960v256a128 128 0 0 1-128 128H704v160a32 32 0 0 1-32 32H352a32 32 0 0 1-32-32V768H192A128 128 0 0 1 64 640V384h61.248zm64 0h636.544c-2.048-45.824.256-91.584 6.848-137.216 4.48-30.848 10.688-59.776 18.688-86.784h-96.64l-221.12 141.248L561.92 160H256.512c-25.856 37.888-43.776 75.456-53.952 112.832-8.768 32.064-13.248 69.12-13.312 111.168z"})]))}}),WI=UI,qI=N({name:"Burger",__name:"burger",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 512a32 32 0 0 0-32 32v64a32 32 0 0 0 30.08 32H864a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32zm736-58.56A96 96 0 0 1 960 544v64a96 96 0 0 1-51.968 85.312L855.36 833.6a96 96 0 0 1-89.856 62.272H258.496A96 96 0 0 1 168.64 833.6l-52.608-140.224A96 96 0 0 1 64 608v-64a96 96 0 0 1 64-90.56V448a384 384 0 1 1 768 5.44M832 448a320 320 0 0 0-640 0zM512 704H188.352l40.192 107.136a32 32 0 0 0 29.952 20.736h507.008a32 32 0 0 0 29.952-20.736L835.648 704z"})]))}}),YI=qI,GI=N({name:"Calendar",__name:"calendar",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 384v512h768V192H768v32a32 32 0 1 1-64 0v-32H320v32a32 32 0 0 1-64 0v-32H128v128h768v64zm192-256h384V96a32 32 0 1 1 64 0v32h160a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h160V96a32 32 0 0 1 64 0zm-32 384h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m192-192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64m0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64"})]))}}),I3=GI,XI=N({name:"CameraFilled",__name:"camera-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 224a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h704a64 64 0 0 0 64-64V288a64 64 0 0 0-64-64H748.416l-46.464-92.672A64 64 0 0 0 644.736 96H379.328a64 64 0 0 0-57.216 35.392L275.776 224zm352 435.2a115.2 115.2 0 1 0 0-230.4 115.2 115.2 0 0 0 0 230.4m0 140.8a256 256 0 1 1 0-512 256 256 0 0 1 0 512"})]))}}),ZI=XI,JI=N({name:"Camera",__name:"camera",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M896 256H128v576h768zm-199.424-64-32.064-64h-304.96l-32 64zM96 192h160l46.336-92.608A64 64 0 0 1 359.552 64h304.96a64 64 0 0 1 57.216 35.328L768.192 192H928a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32m416 512a160 160 0 1 0 0-320 160 160 0 0 0 0 320m0 64a224 224 0 1 1 0-448 224 224 0 0 1 0 448"})]))}}),QI=JI,eO=N({name:"CaretBottom",__name:"caret-bottom",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m192 384 320 384 320-384z"})]))}}),tO=eO,oO=N({name:"CaretLeft",__name:"caret-left",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M672 192 288 511.936 672 832z"})]))}}),rO=oO,lO=N({name:"CaretRight",__name:"caret-right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M384 192v640l384-320.064z"})]))}}),dh=lO,nO=N({name:"CaretTop",__name:"caret-top",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 320 192 704h639.936z"})]))}}),O3=nO,aO=N({name:"Cellphone",__name:"cellphone",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 128a64 64 0 0 0-64 64v640a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h512a128 128 0 0 1 128 128v640a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V192A128 128 0 0 1 256 64m128 128h256a32 32 0 1 1 0 64H384a32 32 0 0 1 0-64m128 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"})]))}}),iO=aO,sO=N({name:"ChatDotRound",__name:"chat-dot-round",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.056 461.056 0 0 1-206.912-48.384l-175.616 58.56z"}),E("path",{fill:"currentColor",d:"M512 563.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4m-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4"})]))}}),cO=sO,uO=N({name:"ChatDotSquare",__name:"chat-dot-square",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"}),E("path",{fill:"currentColor",d:"M512 499.2a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm192 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zm-384 0a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4z"})]))}}),dO=uO,pO=N({name:"ChatLineRound",__name:"chat-line-round",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m174.72 855.68 135.296-45.12 23.68 11.84C388.096 849.536 448.576 864 512 864c211.84 0 384-166.784 384-352S723.84 160 512 160 128 326.784 128 512c0 69.12 24.96 139.264 70.848 199.232l22.08 28.8-46.272 115.584zm-45.248 82.56A32 32 0 0 1 89.6 896l58.368-145.92C94.72 680.32 64 596.864 64 512 64 299.904 256 96 512 96s448 203.904 448 416-192 416-448 416a461.056 461.056 0 0 1-206.912-48.384l-175.616 58.56z"}),E("path",{fill:"currentColor",d:"M352 576h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m32-192h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"})]))}}),fO=pO,hO=N({name:"ChatLineSquare",__name:"chat-line-square",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 826.88 273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"}),E("path",{fill:"currentColor",d:"M352 512h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m0-192h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"})]))}}),vO=hO,mO=N({name:"ChatRound",__name:"chat-round",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m174.72 855.68 130.048-43.392 23.424 11.392C382.4 849.984 444.352 864 512 864c223.744 0 384-159.872 384-352 0-192.832-159.104-352-384-352S128 319.168 128 512a341.12 341.12 0 0 0 69.248 204.288l21.632 28.8-44.16 110.528zm-45.248 82.56A32 32 0 0 1 89.6 896l56.512-141.248A405.12 405.12 0 0 1 64 512C64 299.904 235.648 96 512 96s448 203.904 448 416-173.44 416-448 416c-79.68 0-150.848-17.152-211.712-46.72l-170.88 56.96z"})]))}}),gO=mO,bO=N({name:"ChatSquare",__name:"chat-square",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64v570.88zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"})]))}}),_O=bO,wO=N({name:"Check",__name:"check",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"})]))}}),Li=wO,yO=N({name:"Checked",__name:"checked",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 192h160v736H160V192h160.064v64H704zM311.616 537.28l-45.312 45.248L447.36 763.52l316.8-316.8-45.312-45.184L447.36 673.024zM384 192V96h256v96z"})]))}}),xO=yO,kO=N({name:"Cherry",__name:"cherry",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M261.056 449.6c13.824-69.696 34.88-128.96 63.36-177.728 23.744-40.832 61.12-88.64 112.256-143.872H320a32 32 0 0 1 0-64h384a32 32 0 1 1 0 64H554.752c14.912 39.168 41.344 86.592 79.552 141.76 47.36 68.48 84.8 106.752 106.304 114.304a224 224 0 1 1-84.992 14.784c-22.656-22.912-47.04-53.76-73.92-92.608-38.848-56.128-67.008-105.792-84.352-149.312-55.296 58.24-94.528 107.52-117.76 147.2-23.168 39.744-41.088 88.768-53.568 147.072a224.064 224.064 0 1 1-64.96-1.6zM288 832a160 160 0 1 0 0-320 160 160 0 0 0 0 320m448-64a160 160 0 1 0 0-320 160 160 0 0 0 0 320"})]))}}),CO=kO,SO=N({name:"Chicken",__name:"chicken",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M349.952 716.992 478.72 588.16a106.688 106.688 0 0 1-26.176-19.072 106.688 106.688 0 0 1-19.072-26.176L304.704 671.744c.768 3.072 1.472 6.144 2.048 9.216l2.048 31.936 31.872 1.984c3.136.64 6.208 1.28 9.28 2.112zm57.344 33.152a128 128 0 1 1-216.32 114.432l-1.92-32-32-1.92a128 128 0 1 1 114.432-216.32L416.64 469.248c-2.432-101.44 58.112-239.104 149.056-330.048 107.328-107.328 231.296-85.504 316.8 0 85.44 85.44 107.328 209.408 0 316.8-91.008 90.88-228.672 151.424-330.112 149.056L407.296 750.08zm90.496-226.304c49.536 49.536 233.344-7.04 339.392-113.088 78.208-78.208 63.232-163.072 0-226.304-63.168-63.232-148.032-78.208-226.24 0C504.896 290.496 448.32 474.368 497.792 523.84M244.864 708.928a64 64 0 1 0-59.84 59.84l56.32-3.52zm8.064 127.68a64 64 0 1 0 59.84-59.84l-56.32 3.52-3.52 56.32z"})]))}}),EO=SO,TO=N({name:"ChromeFilled",__name:"chrome-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M938.67 512.01c0-44.59-6.82-87.6-19.54-128H682.67a212.372 212.372 0 0 1 42.67 128c.06 38.71-10.45 76.7-30.42 109.87l-182.91 316.8c235.65-.01 426.66-191.02 426.66-426.67z"}),E("path",{fill:"currentColor",d:"M576.79 401.63a127.92 127.92 0 0 0-63.56-17.6c-22.36-.22-44.39 5.43-63.89 16.38s-35.79 26.82-47.25 46.02a128.005 128.005 0 0 0-2.16 127.44l1.24 2.13a127.906 127.906 0 0 0 46.36 46.61 127.907 127.907 0 0 0 63.38 17.44c22.29.2 44.24-5.43 63.68-16.33a127.94 127.94 0 0 0 47.16-45.79v-.01l1.11-1.92a127.984 127.984 0 0 0 .29-127.46 127.957 127.957 0 0 0-46.36-46.91"}),E("path",{fill:"currentColor",d:"M394.45 333.96A213.336 213.336 0 0 1 512 298.67h369.58A426.503 426.503 0 0 0 512 85.34a425.598 425.598 0 0 0-171.74 35.98 425.644 425.644 0 0 0-142.62 102.22l118.14 204.63a213.397 213.397 0 0 1 78.67-94.21m117.56 604.72H512zm-97.25-236.73a213.284 213.284 0 0 1-89.54-86.81L142.48 298.6c-36.35 62.81-57.13 135.68-57.13 213.42 0 203.81 142.93 374.22 333.95 416.55h.04l118.19-204.71a213.315 213.315 0 0 1-122.77-21.91z"})]))}}),$O=TO,MO=N({name:"CircleCheckFilled",__name:"circle-check-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),N3=MO,AO=N({name:"CircleCheck",__name:"circle-check",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),E("path",{fill:"currentColor",d:"M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752l265.344-265.408z"})]))}}),zd=AO,zO=N({name:"CircleCloseFilled",__name:"circle-close-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"})]))}}),Id=zO,IO=N({name:"CircleClose",__name:"circle-close",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248z"}),E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),hn=IO,OO=N({name:"CirclePlusFilled",__name:"circle-plus-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-38.4 409.6H326.4a38.4 38.4 0 1 0 0 76.8h147.2v147.2a38.4 38.4 0 0 0 76.8 0V550.4h147.2a38.4 38.4 0 0 0 0-76.8H550.4V326.4a38.4 38.4 0 1 0-76.8 0v147.2z"})]))}}),NO=OO,PO=N({name:"CirclePlus",__name:"circle-plus",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),E("path",{fill:"currentColor",d:"M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0"}),E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),RO=PO,LO=N({name:"Clock",__name:"clock",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),E("path",{fill:"currentColor",d:"M480 256a32 32 0 0 1 32 32v256a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M480 512h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32"})]))}}),ph=LO,BO=N({name:"CloseBold",__name:"close-bold",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z"})]))}}),VO=BO,DO=N({name:"Close",__name:"close",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"})]))}}),Jr=DO,HO=N({name:"Cloudy",__name:"cloudy",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M598.4 831.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 831.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 381.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"})]))}}),FO=HO,jO=N({name:"CoffeeCup",__name:"coffee-cup",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M768 192a192 192 0 1 1-8 383.808A256.128 256.128 0 0 1 512 768H320A256 256 0 0 1 64 512V160a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v256a128 128 0 1 0 0-256M96 832h640a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-640v320a192 192 0 0 0 192 192h192a192 192 0 0 0 192-192V192z"})]))}}),KO=jO,UO=N({name:"Coffee",__name:"coffee",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M822.592 192h14.272a32 32 0 0 1 31.616 26.752l21.312 128A32 32 0 0 1 858.24 384h-49.344l-39.04 546.304A32 32 0 0 1 737.92 960H285.824a32 32 0 0 1-32-29.696L214.912 384H165.76a32 32 0 0 1-31.552-37.248l21.312-128A32 32 0 0 1 187.136 192h14.016l-6.72-93.696A32 32 0 0 1 226.368 64h571.008a32 32 0 0 1 31.936 34.304zm-64.128 0 4.544-64H260.736l4.544 64h493.184m-548.16 128H820.48l-10.688-64H214.208l-10.688 64h6.784m68.736 64 36.544 512H708.16l36.544-512z"})]))}}),WO=UO,qO=N({name:"Coin",__name:"coin",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m161.92 580.736 29.888 58.88C171.328 659.776 160 681.728 160 704c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 615.808 928 657.664 928 704c0 129.728-188.544 224-416 224S96 833.728 96 704c0-46.592 24.32-88.576 65.92-123.264z"}),E("path",{fill:"currentColor",d:"m161.92 388.736 29.888 58.88C171.328 467.84 160 489.792 160 512c0 82.304 155.328 160 352 160s352-77.696 352-160c0-22.272-11.392-44.16-31.808-64.32l30.464-58.432C903.936 423.808 928 465.664 928 512c0 129.728-188.544 224-416 224S96 641.728 96 512c0-46.592 24.32-88.576 65.92-123.264z"}),E("path",{fill:"currentColor",d:"M512 544c-227.456 0-416-94.272-416-224S284.544 96 512 96s416 94.272 416 224-188.544 224-416 224m0-64c196.672 0 352-77.696 352-160S708.672 160 512 160s-352 77.696-352 160 155.328 160 352 160"})]))}}),YO=qO,GO=N({name:"ColdDrink",__name:"cold-drink",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M768 64a192 192 0 1 1-69.952 370.88L480 725.376V896h96a32 32 0 1 1 0 64H320a32 32 0 1 1 0-64h96V725.376L76.8 273.536a64 64 0 0 1-12.8-38.4v-10.688a32 32 0 0 1 32-32h71.808l-65.536-83.84a32 32 0 0 1 50.432-39.424l96.256 123.264h337.728A192.064 192.064 0 0 1 768 64M656.896 192.448H800a32 32 0 0 1 32 32v10.624a64 64 0 0 1-12.8 38.4l-80.448 107.2a128 128 0 1 0-81.92-188.16v-.064zm-357.888 64 129.472 165.76a32 32 0 0 1-50.432 39.36l-160.256-205.12H144l304 404.928 304-404.928z"})]))}}),XO=GO,ZO=N({name:"CollectionTag",__name:"collection-tag",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 128v698.88l196.032-156.864a96 96 0 0 1 119.936 0L768 826.816V128zm-32-64h576a32 32 0 0 1 32 32v797.44a32 32 0 0 1-51.968 24.96L531.968 720a32 32 0 0 0-39.936 0L243.968 918.4A32 32 0 0 1 192 893.44V96a32 32 0 0 1 32-32"})]))}}),JO=ZO,QO=N({name:"Collection",__name:"collection",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 736h640V128H256a64 64 0 0 0-64 64zm64-672h608a32 32 0 0 1 32 32v672a32 32 0 0 1-32 32H160l-32 57.536V192A128 128 0 0 1 256 64"}),E("path",{fill:"currentColor",d:"M240 800a48 48 0 1 0 0 96h592v-96zm0-64h656v160a64 64 0 0 1-64 64H240a112 112 0 0 1 0-224m144-608v250.88l96-76.8 96 76.8V128zm-64-64h320v381.44a32 32 0 0 1-51.968 24.96L480 384l-108.032 86.4A32 32 0 0 1 320 445.44z"})]))}}),eN=QO,tN=N({name:"Comment",__name:"comment",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M736 504a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112m-224 0a56 56 0 1 1 0-112 56 56 0 0 1 0 112M128 128v640h192v160l224-160h352V128z"})]))}}),oN=tN,rN=N({name:"Compass",__name:"compass",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),E("path",{fill:"currentColor",d:"M725.888 315.008C676.48 428.672 624 513.28 568.576 568.64c-55.424 55.424-139.968 107.904-253.568 157.312a12.8 12.8 0 0 1-16.896-16.832c49.536-113.728 102.016-198.272 157.312-253.632 55.36-55.296 139.904-107.776 253.632-157.312a12.8 12.8 0 0 1 16.832 16.832"})]))}}),lN=rN,nN=N({name:"Connection",__name:"connection",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M640 384v64H448a128 128 0 0 0-128 128v128a128 128 0 0 0 128 128h320a128 128 0 0 0 128-128V576a128 128 0 0 0-64-110.848V394.88c74.56 26.368 128 97.472 128 181.056v128a192 192 0 0 1-192 192H448a192 192 0 0 1-192-192V576a192 192 0 0 1 192-192z"}),E("path",{fill:"currentColor",d:"M384 640v-64h192a128 128 0 0 0 128-128V320a128 128 0 0 0-128-128H256a128 128 0 0 0-128 128v128a128 128 0 0 0 64 110.848v70.272A192.064 192.064 0 0 1 64 448V320a192 192 0 0 1 192-192h320a192 192 0 0 1 192 192v128a192 192 0 0 1-192 192z"})]))}}),aN=nN,iN=N({name:"Coordinate",__name:"coordinate",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 512h64v320h-64z"}),E("path",{fill:"currentColor",d:"M192 896h640a64 64 0 0 0-64-64H256a64 64 0 0 0-64 64m64-128h512a128 128 0 0 1 128 128v64H128v-64a128 128 0 0 1 128-128m256-256a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"})]))}}),sN=iN,cN=N({name:"CopyDocument",__name:"copy-document",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M768 832a128 128 0 0 1-128 128H192A128 128 0 0 1 64 832V384a128 128 0 0 1 128-128v64a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64z"}),E("path",{fill:"currentColor",d:"M384 128a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V192a64 64 0 0 0-64-64zm0-64h448a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H384a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64"})]))}}),uN=cN,dN=N({name:"Cpu",__name:"cpu",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M320 256a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64V320a64 64 0 0 0-64-64zm0-64h384a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128H320a128 128 0 0 1-128-128V320a128 128 0 0 1 128-128"}),E("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m-320 0a32 32 0 0 1 32 32v128h-64V96a32 32 0 0 1 32-32m160 896a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m160 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32m-320 0a32 32 0 0 1-32-32V800h64v128a32 32 0 0 1-32 32M64 512a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0-160a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m0 320a32 32 0 0 1 32-32h128v64H96a32 32 0 0 1-32-32m896-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0-160a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32m0 320a32 32 0 0 1-32 32H800v-64h128a32 32 0 0 1 32 32"})]))}}),pN=dN,fN=N({name:"CreditCard",__name:"credit-card",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M896 324.096c0-42.368-2.496-55.296-9.536-68.48a52.352 52.352 0 0 0-22.144-22.08c-13.12-7.04-26.048-9.536-68.416-9.536H228.096c-42.368 0-55.296 2.496-68.48 9.536a52.352 52.352 0 0 0-22.08 22.144c-7.04 13.12-9.536 26.048-9.536 68.416v375.808c0 42.368 2.496 55.296 9.536 68.48a52.352 52.352 0 0 0 22.144 22.08c13.12 7.04 26.048 9.536 68.416 9.536h567.808c42.368 0 55.296-2.496 68.48-9.536a52.352 52.352 0 0 0 22.08-22.144c7.04-13.12 9.536-26.048 9.536-68.416zm64 0v375.808c0 57.088-5.952 77.76-17.088 98.56-11.136 20.928-27.52 37.312-48.384 48.448-20.864 11.136-41.6 17.088-98.56 17.088H228.032c-57.088 0-77.76-5.952-98.56-17.088a116.288 116.288 0 0 1-48.448-48.384c-11.136-20.864-17.088-41.6-17.088-98.56V324.032c0-57.088 5.952-77.76 17.088-98.56 11.136-20.928 27.52-37.312 48.384-48.448 20.864-11.136 41.6-17.088 98.56-17.088H795.84c57.088 0 77.76 5.952 98.56 17.088 20.928 11.136 37.312 27.52 48.448 48.384 11.136 20.864 17.088 41.6 17.088 98.56z"}),E("path",{fill:"currentColor",d:"M64 320h896v64H64zm0 128h896v64H64zm128 192h256v64H192z"})]))}}),hN=fN,vN=N({name:"Crop",__name:"crop",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 768h672a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V96a32 32 0 0 1 64 0z"}),E("path",{fill:"currentColor",d:"M832 224v704a32 32 0 1 1-64 0V256H96a32 32 0 0 1 0-64h704a32 32 0 0 1 32 32"})]))}}),mN=vN,gN=N({name:"DArrowLeft",__name:"d-arrow-left",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M529.408 149.376a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L259.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L197.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224zm256 0a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L515.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L453.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224z"})]))}}),Ra=gN,bN=N({name:"DArrowRight",__name:"d-arrow-right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M452.864 149.312a29.12 29.12 0 0 1 41.728.064L826.24 489.664a32 32 0 0 1 0 44.672L494.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L764.736 512 452.864 192a30.592 30.592 0 0 1 0-42.688m-256 0a29.12 29.12 0 0 1 41.728.064L570.24 489.664a32 32 0 0 1 0 44.672L238.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L508.736 512 196.864 192a30.592 30.592 0 0 1 0-42.688z"})]))}}),La=bN,_N=N({name:"DCaret",__name:"d-caret",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m512 128 288 320H224zM224 576h576L512 896z"})]))}}),wN=_N,yN=N({name:"DataAnalysis",__name:"data-analysis",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m665.216 768 110.848 192h-73.856L591.36 768H433.024L322.176 960H248.32l110.848-192H160a32 32 0 0 1-32-32V192H64a32 32 0 0 1 0-64h896a32 32 0 1 1 0 64h-64v544a32 32 0 0 1-32 32zM832 192H192v512h640zM352 448a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0v-64a32 32 0 0 1 32-32m160-64a32 32 0 0 1 32 32v128a32 32 0 0 1-64 0V416a32 32 0 0 1 32-32m160-64a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V352a32 32 0 0 1 32-32"})]))}}),xN=yN,kN=N({name:"DataBoard",__name:"data-board",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M32 128h960v64H32z"}),E("path",{fill:"currentColor",d:"M192 192v512h640V192zm-64-64h768v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),E("path",{fill:"currentColor",d:"M322.176 960H248.32l144.64-250.56 55.424 32zm453.888 0h-73.856L576 741.44l55.424-32z"})]))}}),CN=kN,SN=N({name:"DataLine",__name:"data-line",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M359.168 768H160a32 32 0 0 1-32-32V192H64a32 32 0 0 1 0-64h896a32 32 0 1 1 0 64h-64v544a32 32 0 0 1-32 32H665.216l110.848 192h-73.856L591.36 768H433.024L322.176 960H248.32zM832 192H192v512h640zM342.656 534.656a32 32 0 1 1-45.312-45.312L444.992 341.76l125.44 94.08L679.04 300.032a32 32 0 1 1 49.92 39.936L581.632 524.224 451.008 426.24 342.656 534.592z"})]))}}),EN=SN,TN=N({name:"DeleteFilled",__name:"delete-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M352 192V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64H96a32 32 0 0 1 0-64zm64 0h192v-64H416zM192 960a32 32 0 0 1-32-32V256h704v672a32 32 0 0 1-32 32zm224-192a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32m192 0a32 32 0 0 0 32-32V416a32 32 0 0 0-64 0v320a32 32 0 0 0 32 32"})]))}}),$N=TN,MN=N({name:"DeleteLocation",__name:"delete-location",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),E("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),E("path",{fill:"currentColor",d:"M384 384h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"})]))}}),AN=MN,zN=N({name:"Delete",__name:"delete",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"})]))}}),P3=zN,IN=N({name:"Dessert",__name:"dessert",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 416v-48a144 144 0 0 1 168.64-141.888 224.128 224.128 0 0 1 430.72 0A144 144 0 0 1 896 368v48a384 384 0 0 1-352 382.72V896h-64v-97.28A384 384 0 0 1 128 416m287.104-32.064h193.792a143.808 143.808 0 0 1 58.88-132.736 160.064 160.064 0 0 0-311.552 0 143.808 143.808 0 0 1 58.88 132.8zm-72.896 0a72 72 0 1 0-140.48 0h140.48m339.584 0h140.416a72 72 0 1 0-140.48 0zM512 736a320 320 0 0 0 318.4-288.064H193.6A320 320 0 0 0 512 736M384 896.064h256a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64"})]))}}),ON=IN,NN=N({name:"Discount",__name:"discount",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 704h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0L224 318.336zm0 64v128h576V768zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0"}),E("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),PN=NN,RN=N({name:"DishDot",__name:"dish-dot",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m384.064 274.56.064-50.688A128 128 0 0 1 512.128 96c70.528 0 127.68 57.152 127.68 127.68v50.752A448.192 448.192 0 0 1 955.392 768H68.544A448.192 448.192 0 0 1 384 274.56zM96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64m32-128h768a384 384 0 1 0-768 0m447.808-448v-32.32a63.68 63.68 0 0 0-63.68-63.68 64 64 0 0 0-64 63.936V256z"})]))}}),LN=RN,BN=N({name:"Dish",__name:"dish",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 257.152V192h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64h-96v65.152A448 448 0 0 1 955.52 768H68.48A448 448 0 0 1 480 257.152M128 704h768a384 384 0 1 0-768 0M96 832h832a32 32 0 1 1 0 64H96a32 32 0 1 1 0-64"})]))}}),VN=BN,DN=N({name:"DocumentAdd",__name:"document-add",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m320 512V448h64v128h128v64H544v128h-64V640H352v-64z"})]))}}),HN=DN,FN=N({name:"DocumentChecked",__name:"document-checked",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312z"})]))}}),jN=FN,KN=N({name:"DocumentCopy",__name:"document-copy",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 320v576h576V320zm-32-64h640a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32M960 96v704a32 32 0 0 1-32 32h-96v-64h64V128H384v64h-64V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32M256 672h320v64H256zm0-192h320v64H256z"})]))}}),UN=KN,WN=N({name:"DocumentDelete",__name:"document-delete",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m308.992 546.304-90.496-90.624 45.248-45.248 90.56 90.496 90.496-90.432 45.248 45.248-90.496 90.56 90.496 90.496-45.248 45.248-90.496-90.496-90.56 90.496-45.248-45.248 90.496-90.496z"})]))}}),qN=WN,YN=N({name:"DocumentRemove",__name:"document-remove",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m192 512h320v64H352z"})]))}}),GN=YN,XN=N({name:"Document",__name:"document",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"})]))}}),R3=XN,ZN=N({name:"Download",__name:"download",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"})]))}}),JN=ZN,QN=N({name:"Drizzling",__name:"drizzling",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m739.328 291.328-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 97.28 78.72 175.936 175.808 175.936h400a192 192 0 0 0 35.776-380.672zM959.552 480a256 256 0 0 1-256 256h-400A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 959.552 480M288 800h64v64h-64zm192 0h64v64h-64zm-96 96h64v64h-64zm192 0h64v64h-64zm96-96h64v64h-64z"})]))}}),eP=QN,tP=N({name:"EditPen",__name:"edit-pen",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m199.04 672.64 193.984 112 224-387.968-193.92-112-224 388.032zm-23.872 60.16 32.896 148.288 144.896-45.696zM455.04 229.248l193.92 112 56.704-98.112-193.984-112-56.64 98.112zM104.32 708.8l384-665.024 304.768 175.936L409.152 884.8h.064l-248.448 78.336zm384 254.272v-64h448v64h-448z"})]))}}),oP=tP,rP=N({name:"Edit",__name:"edit",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"}),E("path",{fill:"currentColor",d:"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"})]))}}),lP=rP,nP=N({name:"ElemeFilled",__name:"eleme-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M176 64h672c61.824 0 112 50.176 112 112v672a112 112 0 0 1-112 112H176A112 112 0 0 1 64 848V176c0-61.824 50.176-112 112-112m150.528 173.568c-152.896 99.968-196.544 304.064-97.408 456.96a330.688 330.688 0 0 0 456.96 96.64c9.216-5.888 17.6-11.776 25.152-18.56a18.24 18.24 0 0 0 4.224-24.32L700.352 724.8a47.552 47.552 0 0 0-65.536-14.272A234.56 234.56 0 0 1 310.592 641.6C240 533.248 271.104 387.968 379.456 316.48a234.304 234.304 0 0 1 276.352 15.168c1.664.832 2.56 2.56 3.392 4.224 5.888 8.384 3.328 19.328-5.12 25.216L456.832 489.6a47.552 47.552 0 0 0-14.336 65.472l16 24.384c5.888 8.384 16.768 10.88 25.216 5.056l308.224-199.936a19.584 19.584 0 0 0 6.72-23.488v-.896c-4.992-9.216-10.048-17.6-15.104-26.88-99.968-151.168-304.064-194.88-456.96-95.744zM786.88 504.704l-62.208 40.32c-8.32 5.888-10.88 16.768-4.992 25.216L760 632.32c5.888 8.448 16.768 11.008 25.152 5.12l31.104-20.16a55.36 55.36 0 0 0 16-76.48l-20.224-31.04a19.52 19.52 0 0 0-25.152-5.12z"})]))}}),aP=nP,iP=N({name:"Eleme",__name:"eleme",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M300.032 188.8c174.72-113.28 408-63.36 522.24 109.44 5.76 10.56 11.52 20.16 17.28 30.72v.96a22.4 22.4 0 0 1-7.68 26.88l-352.32 228.48c-9.6 6.72-22.08 3.84-28.8-5.76l-18.24-27.84a54.336 54.336 0 0 1 16.32-74.88l225.6-146.88c9.6-6.72 12.48-19.2 5.76-28.8-.96-1.92-1.92-3.84-3.84-4.8a267.84 267.84 0 0 0-315.84-17.28c-123.84 81.6-159.36 247.68-78.72 371.52a268.096 268.096 0 0 0 370.56 78.72 54.336 54.336 0 0 1 74.88 16.32l17.28 26.88c5.76 9.6 3.84 21.12-4.8 27.84-8.64 7.68-18.24 14.4-28.8 21.12a377.92 377.92 0 0 1-522.24-110.4c-113.28-174.72-63.36-408 111.36-522.24zm526.08 305.28a22.336 22.336 0 0 1 28.8 5.76l23.04 35.52a63.232 63.232 0 0 1-18.24 87.36l-35.52 23.04c-9.6 6.72-22.08 3.84-28.8-5.76l-46.08-71.04c-6.72-9.6-3.84-22.08 5.76-28.8l71.04-46.08z"})]))}}),sP=iP,cP=N({name:"ElementPlus",__name:"element-plus",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M839.7 734.7c0 33.3-17.9 41-17.9 41S519.7 949.8 499.2 960c-10.2 5.1-20.5 5.1-30.7 0 0 0-314.9-184.3-325.1-192-5.1-5.1-10.2-12.8-12.8-20.5V368.6c0-17.9 20.5-28.2 20.5-28.2L466 158.6c12.8-5.1 25.6-5.1 38.4 0 0 0 279 161.3 309.8 179.2 17.9 7.7 28.2 25.6 25.6 46.1-.1-5-.1 317.5-.1 350.8M714.2 371.2c-64-35.8-217.6-125.4-217.6-125.4-7.7-5.1-20.5-5.1-30.7 0L217.6 389.1s-17.9 10.2-17.9 23v297c0 5.1 5.1 12.8 7.7 17.9 7.7 5.1 256 148.5 256 148.5 7.7 5.1 17.9 5.1 25.6 0 15.4-7.7 250.9-145.9 250.9-145.9s12.8-5.1 12.8-30.7v-74.2l-276.5 169v-64c0-17.9 7.7-30.7 20.5-46.1L745 535c5.1-7.7 10.2-20.5 10.2-30.7v-66.6l-279 169v-69.1c0-15.4 5.1-30.7 17.9-38.4l220.1-128zM919 135.7c0-5.1-5.1-7.7-7.7-7.7h-58.9V66.6c0-5.1-5.1-5.1-10.2-5.1l-30.7 5.1c-5.1 0-5.1 2.6-5.1 5.1V128h-56.3c-5.1 0-5.1 5.1-7.7 5.1v38.4h69.1v64c0 5.1 5.1 5.1 10.2 5.1l30.7-5.1c5.1 0 5.1-2.6 5.1-5.1v-56.3h64l-2.5-38.4z"})]))}}),uP=cP,dP=N({name:"Expand",__name:"expand",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 192h768v128H128zm0 256h512v128H128zm0 256h768v128H128zm576-352 192 160-192 128z"})]))}}),pP=dP,fP=N({name:"Failed",__name:"failed",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m557.248 608 135.744-135.744-45.248-45.248-135.68 135.744-135.808-135.68-45.248 45.184L466.752 608l-135.68 135.68 45.184 45.312L512 653.248l135.744 135.744 45.248-45.248L557.312 608zM704 192h160v736H160V192h160v64h384zm-320 0V96h256v96z"})]))}}),hP=fP,vP=N({name:"Female",__name:"female",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 640a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),E("path",{fill:"currentColor",d:"M512 640q32 0 32 32v256q0 32-32 32t-32-32V672q0-32 32-32"}),E("path",{fill:"currentColor",d:"M352 800h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"})]))}}),mP=vP,gP=N({name:"Files",__name:"files",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 384v448h768V384zm-32-64h832a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32m64-128h704v64H160zm96-128h512v64H256z"})]))}}),bP=gP,_P=N({name:"Film",__name:"film",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M320 288V128h64v352h256V128h64v160h160v64H704v128h160v64H704v128h160v64H704v160h-64V544H384v352h-64V736H128v-64h192V544H128v-64h192V352H128v-64z"})]))}}),wP=_P,yP=N({name:"Filter",__name:"filter",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M384 523.392V928a32 32 0 0 0 46.336 28.608l192-96A32 32 0 0 0 640 832V523.392l280.768-343.104a32 32 0 1 0-49.536-40.576l-288 352A32 32 0 0 0 576 512v300.224l-128 64V512a32 32 0 0 0-7.232-20.288L195.52 192H704a32 32 0 1 0 0-64H128a32 32 0 0 0-24.768 52.288z"})]))}}),xP=yP,kP=N({name:"Finished",__name:"finished",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M280.768 753.728 691.456 167.04a32 32 0 1 1 52.416 36.672L314.24 817.472a32 32 0 0 1-45.44 7.296l-230.4-172.8a32 32 0 0 1 38.4-51.2l203.968 152.96zM736 448a32 32 0 1 1 0-64h192a32 32 0 1 1 0 64zM608 640a32 32 0 0 1 0-64h319.936a32 32 0 1 1 0 64zM480 832a32 32 0 1 1 0-64h447.936a32 32 0 1 1 0 64z"})]))}}),CP=kP,SP=N({name:"FirstAidKit",__name:"first-aid-kit",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 256a64 64 0 0 0-64 64v448a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V320a64 64 0 0 0-64-64zm0-64h640a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H192A128 128 0 0 1 64 768V320a128 128 0 0 1 128-128"}),E("path",{fill:"currentColor",d:"M544 512h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96v-96a32 32 0 0 1 64 0zM352 128v64h320v-64zm-32-64h384a32 32 0 0 1 32 32v128a32 32 0 0 1-32 32H320a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"})]))}}),EP=SP,TP=N({name:"Flag",__name:"flag",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 128h608L736 384l160 256H288v320h-96V64h96z"})]))}}),$P=TP,MP=N({name:"Fold",__name:"fold",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"})]))}}),AP=MP,zP=N({name:"FolderAdd",__name:"folder-add",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m384 416V416h64v128h128v64H544v128h-64V608H352v-64z"})]))}}),IP=zP,OP=N({name:"FolderChecked",__name:"folder-checked",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m414.08 502.144 180.992-180.992L736.32 494.4 510.08 720.64l-158.4-158.336 45.248-45.312z"})]))}}),NP=OP,PP=N({name:"FolderDelete",__name:"folder-delete",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m370.752 448-90.496-90.496 45.248-45.248L512 530.752l90.496-90.496 45.248 45.248L557.248 576l90.496 90.496-45.248 45.248L512 621.248l-90.496 90.496-45.248-45.248z"})]))}}),RP=PP,LP=N({name:"FolderOpened",__name:"folder-opened",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M878.08 448H241.92l-96 384h636.16l96-384zM832 384v-64H485.76L357.504 192H128v448l57.92-231.744A32 32 0 0 1 216.96 384zm-24.96 512H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h287.872l128.384 128H864a32 32 0 0 1 32 32v96h23.04a32 32 0 0 1 31.04 39.744l-112 448A32 32 0 0 1 807.04 896"})]))}}),BP=LP,VP=N({name:"FolderRemove",__name:"folder-remove",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32m256 416h320v64H352z"})]))}}),DP=VP,HP=N({name:"Folder",__name:"folder",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 192v640h768V320H485.76L357.504 192zm-32-64h287.872l128.384 128H928a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32"})]))}}),FP=HP,jP=N({name:"Food",__name:"food",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 352.576V352a288 288 0 0 1 491.072-204.224 192 192 0 0 1 274.24 204.48 64 64 0 0 1 57.216 74.24C921.6 600.512 850.048 710.656 736 756.992V800a96 96 0 0 1-96 96H384a96 96 0 0 1-96-96v-43.008c-114.048-46.336-185.6-156.48-214.528-330.496A64 64 0 0 1 128 352.64zm64-.576h64a160 160 0 0 1 320 0h64a224 224 0 0 0-448 0m128 0h192a96 96 0 0 0-192 0m439.424 0h68.544A128.256 128.256 0 0 0 704 192c-15.36 0-29.952 2.688-43.52 7.616 11.328 18.176 20.672 37.76 27.84 58.304A64.128 64.128 0 0 1 759.424 352M672 768H352v32a32 32 0 0 0 32 32h256a32 32 0 0 0 32-32zm-342.528-64h365.056c101.504-32.64 165.76-124.928 192.896-288H136.576c27.136 163.072 91.392 255.36 192.896 288"})]))}}),KP=jP,UP=N({name:"Football",__name:"football",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896m0-64a384 384 0 1 0 0-768 384 384 0 0 0 0 768"}),E("path",{fill:"currentColor",d:"M186.816 268.288c16-16.384 31.616-31.744 46.976-46.08 17.472 30.656 39.808 58.112 65.984 81.28l-32.512 56.448a385.984 385.984 0 0 1-80.448-91.648zm653.696-5.312a385.92 385.92 0 0 1-83.776 96.96l-32.512-56.384a322.923 322.923 0 0 0 68.48-85.76c15.552 14.08 31.488 29.12 47.808 45.184zM465.984 445.248l11.136-63.104a323.584 323.584 0 0 0 69.76 0l11.136 63.104a387.968 387.968 0 0 1-92.032 0m-62.72-12.8A381.824 381.824 0 0 1 320 396.544l32-55.424a319.885 319.885 0 0 0 62.464 27.712l-11.2 63.488zm300.8-35.84a381.824 381.824 0 0 1-83.328 35.84l-11.2-63.552A319.885 319.885 0 0 0 672 341.184l32 55.424zm-520.768 364.8a385.92 385.92 0 0 1 83.968-97.28l32.512 56.32c-26.88 23.936-49.856 52.352-67.52 84.032-16-13.44-32.32-27.712-48.96-43.072zm657.536.128a1442.759 1442.759 0 0 1-49.024 43.072 321.408 321.408 0 0 0-67.584-84.16l32.512-56.32c33.216 27.456 61.696 60.352 84.096 97.408zM465.92 578.752a387.968 387.968 0 0 1 92.032 0l-11.136 63.104a323.584 323.584 0 0 0-69.76 0zm-62.72 12.8 11.2 63.552a319.885 319.885 0 0 0-62.464 27.712L320 627.392a381.824 381.824 0 0 1 83.264-35.84zm300.8 35.84-32 55.424a318.272 318.272 0 0 0-62.528-27.712l11.2-63.488c29.44 8.64 57.28 20.736 83.264 35.776z"})]))}}),WP=UP,qP=N({name:"ForkSpoon",__name:"fork-spoon",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 410.304V96a32 32 0 0 1 64 0v314.304a96 96 0 0 0 64-90.56V96a32 32 0 0 1 64 0v223.744a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.544a160 160 0 0 1-128-156.8V96a32 32 0 0 1 64 0v223.744a96 96 0 0 0 64 90.56zM672 572.48C581.184 552.128 512 446.848 512 320c0-141.44 85.952-256 192-256s192 114.56 192 256c0 126.848-69.184 232.128-160 252.48V928a32 32 0 1 1-64 0zM704 512c66.048 0 128-82.56 128-192s-61.952-192-128-192-128 82.56-128 192 61.952 192 128 192"})]))}}),YP=qP,GP=N({name:"Fries",__name:"fries",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M608 224v-64a32 32 0 0 0-64 0v336h26.88A64 64 0 0 0 608 484.096zm101.12 160A64 64 0 0 0 672 395.904V384h64V224a32 32 0 1 0-64 0v160zm74.88 0a92.928 92.928 0 0 1 91.328 110.08l-60.672 323.584A96 96 0 0 1 720.32 896H303.68a96 96 0 0 1-94.336-78.336L148.672 494.08A92.928 92.928 0 0 1 240 384h-16V224a96 96 0 0 1 188.608-25.28A95.744 95.744 0 0 1 480 197.44V160a96 96 0 0 1 188.608-25.28A96 96 0 0 1 800 224v160zM670.784 512a128 128 0 0 1-99.904 48H453.12a128 128 0 0 1-99.84-48H352v-1.536a128.128 128.128 0 0 1-9.984-14.976L314.88 448H240a28.928 28.928 0 0 0-28.48 34.304L241.088 640h541.824l29.568-157.696A28.928 28.928 0 0 0 784 448h-74.88l-27.136 47.488A132.405 132.405 0 0 1 672 510.464V512zM480 288a32 32 0 0 0-64 0v196.096A64 64 0 0 0 453.12 496H480zm-128 96V224a32 32 0 0 0-64 0v160zh-37.12A64 64 0 0 1 352 395.904zm-98.88 320 19.072 101.888A32 32 0 0 0 303.68 832h416.64a32 32 0 0 0 31.488-26.112L770.88 704z"})]))}}),XP=GP,ZP=N({name:"FullScreen",__name:"full-screen",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64z"})]))}}),L3=ZP,JP=N({name:"GobletFull",__name:"goblet-full",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 320h512c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320m503.936 64H264.064a256.128 256.128 0 0 0 495.872 0zM544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320c0-85.632 21.312-170.944 64-256h512c42.688 64.32 64 149.632 64 256a320 320 0 0 1-288 318.4"})]))}}),QP=JP,eR=N({name:"GobletSquareFull",__name:"goblet-square-full",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 270.912c10.048 6.72 22.464 14.912 28.992 18.624a220.16 220.16 0 0 0 114.752 30.72c30.592 0 49.408-9.472 91.072-41.152l.64-.448c52.928-40.32 82.368-55.04 132.288-54.656 55.552.448 99.584 20.8 142.72 57.408l1.536 1.28V128H256v142.912zm.96 76.288C266.368 482.176 346.88 575.872 512 576c157.44.064 237.952-85.056 253.248-209.984a952.32 952.32 0 0 1-40.192-35.712c-32.704-27.776-63.36-41.92-101.888-42.24-31.552-.256-50.624 9.28-93.12 41.6l-.576.448c-52.096 39.616-81.024 54.208-129.792 54.208-54.784 0-100.48-13.376-142.784-37.056zM480 638.848C250.624 623.424 192 442.496 192 319.68V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v224c0 122.816-58.624 303.68-288 318.912V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96z"})]))}}),tR=eR,oR=N({name:"GobletSquare",__name:"goblet-square",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 638.912V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.848C250.624 623.424 192 442.496 192 319.68V96a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v224c0 122.816-58.624 303.68-288 318.912M256 319.68c0 149.568 80 256.192 256 256.256C688.128 576 768 469.568 768 320V128H256z"})]))}}),rR=oR,lR=N({name:"Goblet",__name:"goblet",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 638.4V896h96a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64h96V638.4A320 320 0 0 1 192 320c0-85.632 21.312-170.944 64-256h512c42.688 64.32 64 149.632 64 256a320 320 0 0 1-288 318.4M256 320a256 256 0 1 0 512 0c0-78.592-12.608-142.4-36.928-192h-434.24C269.504 192.384 256 256.256 256 320"})]))}}),nR=lR,aR=N({name:"GoldMedal",__name:"gold-medal",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m772.13 452.84 53.86-351.81c1.32-10.01-1.17-18.68-7.49-26.02S804.35 64 795.01 64H228.99v-.01h-.06c-9.33 0-17.15 3.67-23.49 11.01s-8.83 16.01-7.49 26.02l53.87 351.89C213.54 505.73 193.59 568.09 192 640c2 90.67 33.17 166.17 93.5 226.5S421.33 957.99 512 960c90.67-2 166.17-33.17 226.5-93.5 60.33-60.34 91.49-135.83 93.5-226.5-1.59-71.94-21.56-134.32-59.87-187.16zM640.01 128h117.02l-39.01 254.02c-20.75-10.64-40.74-19.73-59.94-27.28-5.92-3-11.95-5.8-18.08-8.41V128h.01zM576 128v198.76c-13.18-2.58-26.74-4.43-40.67-5.55-8.07-.8-15.85-1.2-23.33-1.2-10.54 0-21.09.66-31.64 1.96a359.844 359.844 0 0 0-32.36 4.79V128zm-192 0h.04v218.3c-6.22 2.66-12.34 5.5-18.36 8.56-19.13 7.54-39.02 16.6-59.66 27.16L267.01 128zm308.99 692.99c-48 48-108.33 73-180.99 75.01-72.66-2.01-132.99-27.01-180.99-75.01S258.01 712.66 256 640c2.01-72.66 27.01-132.99 75.01-180.99 19.67-19.67 41.41-35.47 65.22-47.41 38.33-15.04 71.15-23.92 98.44-26.65 5.07-.41 10.2-.7 15.39-.88.63-.01 1.28-.03 1.91-.03.66 0 1.35.03 2.02.04 5.11.17 10.15.46 15.13.86 27.4 2.71 60.37 11.65 98.91 26.79 23.71 11.93 45.36 27.69 64.96 47.29 48 48 73 108.33 75.01 180.99-2.01 72.65-27.01 132.98-75.01 180.98z"}),E("path",{fill:"currentColor",d:"M544 480H416v64h64v192h-64v64h192v-64h-64z"})]))}}),iR=aR,sR=N({name:"GoodsFilled",__name:"goods-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 352h640l64 544H128zm128 224h64V448h-64zm320 0h64V448h-64zM384 288h-64a192 192 0 1 1 384 0h-64a128 128 0 1 0-256 0"})]))}}),cR=sR,uR=N({name:"Goods",__name:"goods",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M320 288v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4h131.072a32 32 0 0 1 31.808 28.8l57.6 576a32 32 0 0 1-31.808 35.2H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320zm64 0h256v-22.336C640 189.248 582.272 128 512 128c-70.272 0-128 61.248-128 137.664v22.4zm-64 64H217.92l-51.2 512h690.56l-51.264-512H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0z"})]))}}),dR=uR,pR=N({name:"Grape",__name:"grape",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 195.2a160 160 0 0 1 96 60.8 160 160 0 1 1 146.24 254.976 160 160 0 0 1-128 224 160 160 0 1 1-292.48 0 160 160 0 0 1-128-224A160 160 0 1 1 384 256a160 160 0 0 1 96-60.8V128h-64a32 32 0 0 1 0-64h192a32 32 0 0 1 0 64h-64zM512 448a96 96 0 1 0 0-192 96 96 0 0 0 0 192m-256 0a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128 224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192m128-224a96 96 0 1 0 0-192 96 96 0 0 0 0 192"})]))}}),fR=pR,hR=N({name:"Grid",__name:"grid",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"})]))}}),vR=hR,mR=N({name:"Guide",__name:"guide",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M640 608h-64V416h64zm0 160v160a32 32 0 0 1-32 32H416a32 32 0 0 1-32-32V768h64v128h128V768zM384 608V416h64v192zm256-352h-64V128H448v128h-64V96a32 32 0 0 1 32-32h192a32 32 0 0 1 32 32z"}),E("path",{fill:"currentColor",d:"m220.8 256-71.232 80 71.168 80H768V256H220.8zm-14.4-64H800a32 32 0 0 1 32 32v224a32 32 0 0 1-32 32H206.4a32 32 0 0 1-23.936-10.752l-99.584-112a32 32 0 0 1 0-42.496l99.584-112A32 32 0 0 1 206.4 192m678.784 496-71.104 80H266.816V608h547.2l71.168 80zm-56.768-144H234.88a32 32 0 0 0-32 32v224a32 32 0 0 0 32 32h593.6a32 32 0 0 0 23.936-10.752l99.584-112a32 32 0 0 0 0-42.496l-99.584-112A32 32 0 0 0 828.48 544z"})]))}}),gR=mR,bR=N({name:"Handbag",__name:"handbag",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M887.01 264.99c-6-5.99-13.67-8.99-23.01-8.99H704c-1.34-54.68-20.01-100.01-56-136s-81.32-54.66-136-56c-54.68 1.34-100.01 20.01-136 56s-54.66 81.32-56 136H160c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.67-8.99 23.01v640c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V288c0-9.35-2.99-17.02-8.99-23.01M421.5 165.5c24.32-24.34 54.49-36.84 90.5-37.5 35.99.68 66.16 13.18 90.5 37.5s36.84 54.49 37.5 90.5H384c.68-35.99 13.18-66.16 37.5-90.5M832 896H192V320h128v128h64V320h256v128h64V320h128z"})]))}}),_R=bR,wR=N({name:"Headset",__name:"headset",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M896 529.152V512a384 384 0 1 0-768 0v17.152A128 128 0 0 1 320 640v128a128 128 0 1 1-256 0V512a448 448 0 1 1 896 0v256a128 128 0 1 1-256 0V640a128 128 0 0 1 192-110.848M896 640a64 64 0 0 0-128 0v128a64 64 0 0 0 128 0zm-768 0v128a64 64 0 0 0 128 0V640a64 64 0 1 0-128 0"})]))}}),yR=wR,xR=N({name:"HelpFilled",__name:"help-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M926.784 480H701.312A192.512 192.512 0 0 0 544 322.688V97.216A416.064 416.064 0 0 1 926.784 480m0 64A416.064 416.064 0 0 1 544 926.784V701.312A192.512 192.512 0 0 0 701.312 544zM97.28 544h225.472A192.512 192.512 0 0 0 480 701.312v225.472A416.064 416.064 0 0 1 97.216 544zm0-64A416.064 416.064 0 0 1 480 97.216v225.472A192.512 192.512 0 0 0 322.688 480H97.216z"})]))}}),kR=xR,CR=N({name:"Help",__name:"help",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m759.936 805.248-90.944-91.008A254.912 254.912 0 0 1 512 768a254.912 254.912 0 0 1-156.992-53.76l-90.944 91.008A382.464 382.464 0 0 0 512 896c94.528 0 181.12-34.176 247.936-90.752m45.312-45.312A382.464 382.464 0 0 0 896 512c0-94.528-34.176-181.12-90.752-247.936l-91.008 90.944C747.904 398.4 768 452.864 768 512c0 59.136-20.096 113.6-53.76 156.992l91.008 90.944zm-45.312-541.184A382.464 382.464 0 0 0 512 128c-94.528 0-181.12 34.176-247.936 90.752l90.944 91.008A254.912 254.912 0 0 1 512 256c59.136 0 113.6 20.096 156.992 53.76l90.944-91.008zm-541.184 45.312A382.464 382.464 0 0 0 128 512c0 94.528 34.176 181.12 90.752 247.936l91.008-90.944A254.912 254.912 0 0 1 256 512c0-59.136 20.096-113.6 53.76-156.992zm417.28 394.496a194.56 194.56 0 0 0 22.528-22.528C686.912 602.56 704 559.232 704 512a191.232 191.232 0 0 0-67.968-146.56A191.296 191.296 0 0 0 512 320a191.232 191.232 0 0 0-146.56 67.968C337.088 421.44 320 464.768 320 512a191.232 191.232 0 0 0 67.968 146.56C421.44 686.912 464.768 704 512 704c47.296 0 90.56-17.088 124.032-45.44zM512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),SR=CR,ER=N({name:"Hide",__name:"hide",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M876.8 156.8c0-9.6-3.2-16-9.6-22.4-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6L736 220.8c-64-32-137.6-51.2-224-60.8-160 16-288 73.6-377.6 176C44.8 438.4 0 496 0 512s48 73.6 134.4 176c22.4 25.6 44.8 48 73.6 67.2l-86.4 89.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4 6.4 6.4 12.8 9.6 22.4 9.6 9.6 0 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4Zm-646.4 528c-76.8-70.4-128-128-153.6-172.8 28.8-48 80-105.6 153.6-172.8C304 272 400 230.4 512 224c64 3.2 124.8 19.2 176 44.8l-54.4 54.4C598.4 300.8 560 288 512 288c-64 0-115.2 22.4-160 64s-64 96-64 160c0 48 12.8 89.6 35.2 124.8L256 707.2c-9.6-6.4-19.2-16-25.6-22.4Zm140.8-96c-12.8-22.4-19.2-48-19.2-76.8 0-44.8 16-83.2 48-112 32-28.8 67.2-48 112-48 28.8 0 54.4 6.4 73.6 19.2zM889.599 336c-12.8-16-28.8-28.8-41.6-41.6l-48 48c73.6 67.2 124.8 124.8 150.4 169.6-28.8 48-80 105.6-153.6 172.8-73.6 67.2-172.8 108.8-284.8 115.2-51.2-3.2-99.2-12.8-140.8-28.8l-48 48c57.6 22.4 118.4 38.4 188.8 44.8 160-16 288-73.6 377.6-176C979.199 585.6 1024 528 1024 512s-48.001-73.6-134.401-176Z"}),E("path",{fill:"currentColor",d:"M511.998 672c-12.8 0-25.6-3.2-38.4-6.4l-51.2 51.2c28.8 12.8 57.6 19.2 89.6 19.2 64 0 115.2-22.4 160-64 41.6-41.6 64-96 64-160 0-32-6.4-64-19.2-89.6l-51.2 51.2c3.2 12.8 6.4 25.6 6.4 38.4 0 44.8-16 83.2-48 112-32 28.8-67.2 48-112 48Z"})]))}}),B3=ER,TR=N({name:"Histogram",__name:"histogram",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M416 896V128h192v768zm-288 0V448h192v448zm576 0V320h192v576z"})]))}}),$R=TR,MR=N({name:"HomeFilled",__name:"home-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 128 128 447.936V896h255.936V640H640v256h255.936V447.936z"})]))}}),AR=MR,zR=N({name:"HotWater",__name:"hot-water",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M273.067 477.867h477.866V409.6H273.067zm0 68.266v51.2A187.733 187.733 0 0 0 460.8 785.067h102.4a187.733 187.733 0 0 0 187.733-187.734v-51.2H273.067zm-34.134-204.8h546.134a34.133 34.133 0 0 1 34.133 34.134v221.866a256 256 0 0 1-256 256H460.8a256 256 0 0 1-256-256V375.467a34.133 34.133 0 0 1 34.133-34.134zM512 34.133a34.133 34.133 0 0 1 34.133 34.134v170.666a34.133 34.133 0 0 1-68.266 0V68.267A34.133 34.133 0 0 1 512 34.133zM375.467 102.4a34.133 34.133 0 0 1 34.133 34.133v102.4a34.133 34.133 0 0 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.134-34.133m273.066 0a34.133 34.133 0 0 1 34.134 34.133v102.4a34.133 34.133 0 1 1-68.267 0v-102.4a34.133 34.133 0 0 1 34.133-34.133M170.667 921.668h682.666a34.133 34.133 0 1 1 0 68.267H170.667a34.133 34.133 0 1 1 0-68.267z"})]))}}),IR=zR,OR=N({name:"House",__name:"house",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 413.952V896h640V413.952L512 147.328zM139.52 374.4l352-293.312a32 32 0 0 1 40.96 0l352 293.312A32 32 0 0 1 896 398.976V928a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V398.976a32 32 0 0 1 11.52-24.576"})]))}}),NR=OR,PR=N({name:"IceCreamRound",__name:"ice-cream-round",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m308.352 489.344 226.304 226.304a32 32 0 0 0 45.248 0L783.552 512A192 192 0 1 0 512 240.448L308.352 444.16a32 32 0 0 0 0 45.248zm135.744 226.304L308.352 851.392a96 96 0 0 1-135.744-135.744l135.744-135.744-45.248-45.248a96 96 0 0 1 0-135.808L466.752 195.2A256 256 0 0 1 828.8 557.248L625.152 760.96a96 96 0 0 1-135.808 0l-45.248-45.248zM398.848 670.4 353.6 625.152 217.856 760.896a32 32 0 0 0 45.248 45.248zm248.96-384.64a32 32 0 0 1 0 45.248L466.624 512a32 32 0 1 1-45.184-45.248l180.992-181.056a32 32 0 0 1 45.248 0zm90.496 90.496a32 32 0 0 1 0 45.248L557.248 602.496A32 32 0 1 1 512 557.248l180.992-180.992a32 32 0 0 1 45.312 0z"})]))}}),RR=PR,LR=N({name:"IceCreamSquare",__name:"ice-cream-square",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M416 640h256a32 32 0 0 0 32-32V160a32 32 0 0 0-32-32H352a32 32 0 0 0-32 32v448a32 32 0 0 0 32 32zm192 64v160a96 96 0 0 1-192 0V704h-64a96 96 0 0 1-96-96V160a96 96 0 0 1 96-96h320a96 96 0 0 1 96 96v448a96 96 0 0 1-96 96zm-64 0h-64v160a32 32 0 1 0 64 0z"})]))}}),BR=LR,VR=N({name:"IceCream",__name:"ice-cream",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128.64 448a208 208 0 0 1 193.536-191.552 224 224 0 0 1 445.248 15.488A208.128 208.128 0 0 1 894.784 448H896L548.8 983.68a32 32 0 0 1-53.248.704L128 448zm64.256 0h286.208a144 144 0 0 0-286.208 0zm351.36 0h286.272a144 144 0 0 0-286.272 0zm-294.848 64 271.808 396.608L778.24 512H249.408zM511.68 352.64a207.872 207.872 0 0 1 189.184-96.192 160 160 0 0 0-314.752 5.632c52.608 12.992 97.28 46.08 125.568 90.56"})]))}}),DR=VR,HR=N({name:"IceDrink",__name:"ice-drink",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 448v128h239.68l16.064-128zm-64 0H256.256l16.064 128H448zm64-255.36V384h247.744A256.128 256.128 0 0 0 512 192.64m-64 8.064A256.448 256.448 0 0 0 264.256 384H448zm64-72.064A320.128 320.128 0 0 1 825.472 384H896a32 32 0 1 1 0 64h-64v1.92l-56.96 454.016A64 64 0 0 1 711.552 960H312.448a64 64 0 0 1-63.488-56.064L192 449.92V448h-64a32 32 0 0 1 0-64h70.528A320.384 320.384 0 0 1 448 135.04V96a96 96 0 0 1 96-96h128a32 32 0 1 1 0 64H544a32 32 0 0 0-32 32zM743.68 640H280.32l32.128 256h399.104z"})]))}}),FR=HR,jR=N({name:"IceTea",__name:"ice-tea",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M197.696 259.648a320.128 320.128 0 0 1 628.608 0A96 96 0 0 1 896 352v64a96 96 0 0 1-71.616 92.864l-49.408 395.072A64 64 0 0 1 711.488 960H312.512a64 64 0 0 1-63.488-56.064l-49.408-395.072A96 96 0 0 1 128 416v-64a96 96 0 0 1 69.696-92.352M264.064 256h495.872a256.128 256.128 0 0 0-495.872 0m495.424 256H264.512l48 384h398.976zM224 448h576a32 32 0 0 0 32-32v-64a32 32 0 0 0-32-32H224a32 32 0 0 0-32 32v64a32 32 0 0 0 32 32m160 192h64v64h-64zm192 64h64v64h-64zm-128 64h64v64h-64zm64-192h64v64h-64z"})]))}}),KR=jR,UR=N({name:"InfoFilled",__name:"info-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64m67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344M590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"})]))}}),Od=UR,WR=N({name:"Iphone",__name:"iphone",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 768v96.064a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64V768zm0-64h576V160a64 64 0 0 0-64-64H288a64 64 0 0 0-64 64zm32 288a96 96 0 0 1-96-96V128a96 96 0 0 1 96-96h512a96 96 0 0 1 96 96v768a96 96 0 0 1-96 96zm304-144a48 48 0 1 1-96 0 48 48 0 0 1 96 0"})]))}}),qR=WR,YR=N({name:"Key",__name:"key",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M448 456.064V96a32 32 0 0 1 32-32.064L672 64a32 32 0 0 1 0 64H512v128h160a32 32 0 0 1 0 64H512v128a256 256 0 1 1-64 8.064M512 896a192 192 0 1 0 0-384 192 192 0 0 0 0 384"})]))}}),GR=YR,XR=N({name:"KnifeFork",__name:"knife-fork",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 410.56V96a32 32 0 0 1 64 0v314.56A96 96 0 0 0 384 320V96a32 32 0 0 1 64 0v224a160 160 0 0 1-128 156.8V928a32 32 0 1 1-64 0V476.8A160 160 0 0 1 128 320V96a32 32 0 0 1 64 0v224a96 96 0 0 0 64 90.56m384-250.24V544h126.72c-3.328-78.72-12.928-147.968-28.608-207.744-14.336-54.528-46.848-113.344-98.112-175.872zM640 608v320a32 32 0 1 1-64 0V64h64c85.312 89.472 138.688 174.848 160 256 21.312 81.152 32 177.152 32 288z"})]))}}),ZR=XR,JR=N({name:"Lightning",__name:"lightning",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 671.36v64.128A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 736 734.016v-64.768a192 192 0 0 0 3.328-377.92l-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 91.968 70.464 167.36 160.256 175.232z"}),E("path",{fill:"currentColor",d:"M416 736a32 32 0 0 1-27.776-47.872l128-224a32 32 0 1 1 55.552 31.744L471.168 672H608a32 32 0 0 1 27.776 47.872l-128 224a32 32 0 1 1-55.68-31.744L552.96 736z"})]))}}),QR=JR,eL=N({name:"Link",__name:"link",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M715.648 625.152 670.4 579.904l90.496-90.56c75.008-74.944 85.12-186.368 22.656-248.896-62.528-62.464-173.952-52.352-248.96 22.656L444.16 353.6l-45.248-45.248 90.496-90.496c100.032-99.968 251.968-110.08 339.456-22.656 87.488 87.488 77.312 239.424-22.656 339.456l-90.496 90.496zm-90.496 90.496-90.496 90.496C434.624 906.112 282.688 916.224 195.2 828.8c-87.488-87.488-77.312-239.424 22.656-339.456l90.496-90.496 45.248 45.248-90.496 90.56c-75.008 74.944-85.12 186.368-22.656 248.896 62.528 62.464 173.952 52.352 248.96-22.656l90.496-90.496zm0-362.048 45.248 45.248L398.848 670.4 353.6 625.152z"})]))}}),tL=eL,oL=N({name:"List",__name:"list",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"})]))}}),rL=oL,lL=N({name:"Loading",__name:"loading",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32m448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32m-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32M195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248zM828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0m-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0z"})]))}}),vn=lL,nL=N({name:"LocationFilled",__name:"location-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 928c23.936 0 117.504-68.352 192.064-153.152C803.456 661.888 864 535.808 864 416c0-189.632-155.84-320-352-320S160 226.368 160 416c0 120.32 60.544 246.4 159.936 359.232C394.432 859.84 488 928 512 928m0-435.2a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 140.8a204.8 204.8 0 1 1 0-409.6 204.8 204.8 0 0 1 0 409.6"})]))}}),aL=nL,iL=N({name:"LocationInformation",__name:"location-information",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),E("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),E("path",{fill:"currentColor",d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"})]))}}),sL=iL,cL=N({name:"Location",__name:"location",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),E("path",{fill:"currentColor",d:"M512 512a96 96 0 1 0 0-192 96 96 0 0 0 0 192m0 64a160 160 0 1 1 0-320 160 160 0 0 1 0 320"})]))}}),uL=cL,dL=N({name:"Lock",__name:"lock",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"}),E("path",{fill:"currentColor",d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m192-160v-64a192 192 0 1 0-384 0v64zM512 64a256 256 0 0 1 256 256v128H256V320A256 256 0 0 1 512 64"})]))}}),pL=dL,fL=N({name:"Lollipop",__name:"lollipop",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M513.28 448a64 64 0 1 1 76.544 49.728A96 96 0 0 0 768 448h64a160 160 0 0 1-320 0zm-126.976-29.696a256 256 0 1 0 43.52-180.48A256 256 0 0 1 832 448h-64a192 192 0 0 0-381.696-29.696m105.664 249.472L285.696 874.048a96 96 0 0 1-135.68-135.744l206.208-206.272a320 320 0 1 1 135.744 135.744zm-54.464-36.032a321.92 321.92 0 0 1-45.248-45.248L195.2 783.552a32 32 0 1 0 45.248 45.248l197.056-197.12z"})]))}}),hL=fL,vL=N({name:"MagicStick",__name:"magic-stick",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64h64v192h-64zm0 576h64v192h-64zM160 480v-64h192v64zm576 0v-64h192v64zM249.856 199.04l45.248-45.184L430.848 289.6 385.6 334.848 249.856 199.104zM657.152 606.4l45.248-45.248 135.744 135.744-45.248 45.248zM114.048 923.2 68.8 877.952l316.8-316.8 45.248 45.248zM702.4 334.848 657.152 289.6l135.744-135.744 45.248 45.248z"})]))}}),mL=vL,gL=N({name:"Magnet",__name:"magnet",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M832 320V192H704v320a192 192 0 1 1-384 0V192H192v128h128v64H192v128a320 320 0 0 0 640 0V384H704v-64zM640 512V128h256v384a384 384 0 1 1-768 0V128h256v384a128 128 0 1 0 256 0"})]))}}),bL=gL,_L=N({name:"Male",__name:"male",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M399.5 849.5a225 225 0 1 0 0-450 225 225 0 0 0 0 450m0 56.25a281.25 281.25 0 1 1 0-562.5 281.25 281.25 0 0 1 0 562.5m253.125-787.5h225q28.125 0 28.125 28.125T877.625 174.5h-225q-28.125 0-28.125-28.125t28.125-28.125"}),E("path",{fill:"currentColor",d:"M877.625 118.25q28.125 0 28.125 28.125v225q0 28.125-28.125 28.125T849.5 371.375v-225q0-28.125 28.125-28.125"}),E("path",{fill:"currentColor",d:"M604.813 458.9 565.1 419.131l292.613-292.668 39.825 39.824z"})]))}}),wL=_L,yL=N({name:"Management",__name:"management",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"})]))}}),xL=yL,kL=N({name:"MapLocation",__name:"map-location",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),E("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256m345.6 192L960 960H672v-64H352v64H64l102.4-256zm-68.928 0H235.328l-76.8 192h706.944z"})]))}}),CL=kL,SL=N({name:"Medal",__name:"medal",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),E("path",{fill:"currentColor",d:"M576 128H448v200a286.72 286.72 0 0 1 64-8c19.52 0 40.832 2.688 64 8zm64 0v219.648c24.448 9.088 50.56 20.416 78.4 33.92L757.44 128zm-256 0H266.624l39.04 253.568c27.84-13.504 53.888-24.832 78.336-33.92V128zM229.312 64h565.376a32 32 0 0 1 31.616 36.864L768 480c-113.792-64-199.104-96-256-96-56.896 0-142.208 32-256 96l-58.304-379.136A32 32 0 0 1 229.312 64"})]))}}),EL=SL,TL=N({name:"Memo",__name:"memo",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 320h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"}),E("path",{fill:"currentColor",d:"M887.01 72.99C881.01 67 873.34 64 864 64H160c-9.35 0-17.02 3-23.01 8.99C131 78.99 128 86.66 128 96v832c0 9.35 2.99 17.02 8.99 23.01S150.66 960 160 960h704c9.35 0 17.02-2.99 23.01-8.99S896 937.34 896 928V96c0-9.35-3-17.02-8.99-23.01M192 896V128h96v768zm640 0H352V128h480z"}),E("path",{fill:"currentColor",d:"M480 512h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32m0 192h192c21.33 0 32-10.67 32-32s-10.67-32-32-32H480c-21.33 0-32 10.67-32 32s10.67 32 32 32"})]))}}),$L=TL,ML=N({name:"Menu",__name:"menu",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 448a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V160.064a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32V416a32 32 0 0 1-32 32zM160 896a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zm448 0a32 32 0 0 1-32-32V608a32 32 0 0 1 32-32h255.936a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32z"})]))}}),AL=ML,zL=N({name:"MessageBox",__name:"message-box",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 384h448v64H288zm96-128h256v64H384zM131.456 512H384v128h256V512h252.544L721.856 192H302.144zM896 576H704v128H320V576H128v256h768zM275.776 128h472.448a32 32 0 0 1 28.608 17.664l179.84 359.552A32 32 0 0 1 960 519.552V864a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V519.552a32 32 0 0 1 3.392-14.336l179.776-359.552A32 32 0 0 1 275.776 128z"})]))}}),IL=zL,OL=N({name:"Message",__name:"message",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 224v512a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V224zm0-64h768a64 64 0 0 1 64 64v512a128 128 0 0 1-128 128H192A128 128 0 0 1 64 736V224a64 64 0 0 1 64-64"}),E("path",{fill:"currentColor",d:"M904 224 656.512 506.88a192 192 0 0 1-289.024 0L120 224zm-698.944 0 210.56 240.704a128 128 0 0 0 192.704 0L818.944 224H205.056"})]))}}),NL=OL,PL=N({name:"Mic",__name:"mic",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 704h160a64 64 0 0 0 64-64v-32h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-96h-96a32 32 0 0 1 0-64h96v-32a64 64 0 0 0-64-64H384a64 64 0 0 0-64 64v32h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v96h96a32 32 0 0 1 0 64h-96v32a64 64 0 0 0 64 64zm64 64v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768h-96a128 128 0 0 1-128-128V192A128 128 0 0 1 384 64h256a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128z"})]))}}),RL=PL,LL=N({name:"Microphone",__name:"microphone",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 128a128 128 0 0 0-128 128v256a128 128 0 1 0 256 0V256a128 128 0 0 0-128-128m0-64a192 192 0 0 1 192 192v256a192 192 0 1 1-384 0V256A192 192 0 0 1 512 64m-32 832v-64a288 288 0 0 1-288-288v-32a32 32 0 0 1 64 0v32a224 224 0 0 0 224 224h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64z"})]))}}),BL=LL,VL=N({name:"MilkTea",__name:"milk-tea",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M416 128V96a96 96 0 0 1 96-96h128a32 32 0 1 1 0 64H512a32 32 0 0 0-32 32v32h320a96 96 0 0 1 11.712 191.296l-39.68 581.056A64 64 0 0 1 708.224 960H315.776a64 64 0 0 1-63.872-59.648l-39.616-581.056A96 96 0 0 1 224 128zM276.48 320l39.296 576h392.448l4.8-70.784a224.064 224.064 0 0 1 30.016-439.808L747.52 320zM224 256h576a32 32 0 1 0 0-64H224a32 32 0 0 0 0 64m493.44 503.872 21.12-309.12a160 160 0 0 0-21.12 309.12"})]))}}),DL=VL,HL=N({name:"Minus",__name:"minus",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"})]))}}),V3=HL,FL=N({name:"Money",__name:"money",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 640v192h640V384H768v-64h150.976c14.272 0 19.456 1.472 24.64 4.288a29.056 29.056 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64v493.952c0 14.272-1.472 19.456-4.288 24.64a29.056 29.056 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H233.024c-14.272 0-19.456-1.472-24.64-4.288a29.056 29.056 0 0 1-12.16-12.096c-2.688-5.184-4.224-10.368-4.224-24.576V640z"}),E("path",{fill:"currentColor",d:"M768 192H128v448h640zm64-22.976v493.952c0 14.272-1.472 19.456-4.288 24.64a29.056 29.056 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.056 29.056 0 0 1-12.16-12.096C65.536 682.432 64 677.248 64 663.04V169.024c0-14.272 1.472-19.456 4.288-24.64a29.056 29.056 0 0 1 12.096-12.16C85.568 129.536 90.752 128 104.96 128h685.952c14.272 0 19.456 1.472 24.64 4.288a29.056 29.056 0 0 1 12.16 12.096c2.752 5.184 4.224 10.368 4.224 24.64z"}),E("path",{fill:"currentColor",d:"M448 576a160 160 0 1 1 0-320 160 160 0 0 1 0 320m0-64a96 96 0 1 0 0-192 96 96 0 0 0 0 192"})]))}}),jL=FL,KL=N({name:"Monitor",__name:"monitor",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 768v128h192a32 32 0 1 1 0 64H288a32 32 0 1 1 0-64h192V768H192A128 128 0 0 1 64 640V256a128 128 0 0 1 128-128h640a128 128 0 0 1 128 128v384a128 128 0 0 1-128 128zM192 192a64 64 0 0 0-64 64v384a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64z"})]))}}),UL=KL,WL=N({name:"MoonNight",__name:"moon-night",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M384 512a448 448 0 0 1 215.872-383.296A384 384 0 0 0 213.76 640h188.8A448.256 448.256 0 0 1 384 512M171.136 704a448 448 0 0 1 636.992-575.296A384 384 0 0 0 499.328 704h-328.32z"}),E("path",{fill:"currentColor",d:"M32 640h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m128 128h384a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m160 127.68 224 .256a32 32 0 0 1 32 32V928a32 32 0 0 1-32 32l-224-.384a32 32 0 0 1-32-32v-.064a32 32 0 0 1 32-32z"})]))}}),qL=WL,YL=N({name:"Moon",__name:"moon",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M240.448 240.448a384 384 0 1 0 559.424 525.696 448 448 0 0 1-542.016-542.08 390.592 390.592 0 0 0-17.408 16.384zm181.056 362.048a384 384 0 0 0 525.632 16.384A448 448 0 1 1 405.056 76.8a384 384 0 0 0 16.448 525.696"})]))}}),GL=YL,XL=N({name:"MoreFilled",__name:"more-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M176 416a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224m336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224"})]))}}),fh=XL,ZL=N({name:"More",__name:"more",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M176 416a112 112 0 1 0 0 224 112 112 0 0 0 0-224m0 64a48 48 0 1 1 0 96 48 48 0 0 1 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96m336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224m0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96"})]))}}),D3=ZL,JL=N({name:"MostlyCloudy",__name:"mostly-cloudy",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M737.216 357.952 704 349.824l-11.776-32a192.064 192.064 0 0 0-367.424 23.04l-8.96 39.04-39.04 8.96A192.064 192.064 0 0 0 320 768h368a207.808 207.808 0 0 0 207.808-208 208.32 208.32 0 0 0-158.592-202.048m15.168-62.208A272.32 272.32 0 0 1 959.744 560a271.808 271.808 0 0 1-271.552 272H320a256 256 0 0 1-57.536-505.536 256.128 256.128 0 0 1 489.92-30.72"})]))}}),QL=JL,eB=N({name:"Mouse",__name:"mouse",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M438.144 256c-68.352 0-92.736 4.672-117.76 18.112-20.096 10.752-35.52 26.176-46.272 46.272C260.672 345.408 256 369.792 256 438.144v275.712c0 68.352 4.672 92.736 18.112 117.76 10.752 20.096 26.176 35.52 46.272 46.272C345.408 891.328 369.792 896 438.144 896h147.712c68.352 0 92.736-4.672 117.76-18.112 20.096-10.752 35.52-26.176 46.272-46.272C763.328 806.592 768 782.208 768 713.856V438.144c0-68.352-4.672-92.736-18.112-117.76a110.464 110.464 0 0 0-46.272-46.272C678.592 260.672 654.208 256 585.856 256zm0-64h147.712c85.568 0 116.608 8.96 147.904 25.6 31.36 16.768 55.872 41.344 72.576 72.64C823.104 321.536 832 352.576 832 438.08v275.84c0 85.504-8.96 116.544-25.6 147.84a174.464 174.464 0 0 1-72.64 72.576C702.464 951.104 671.424 960 585.92 960H438.08c-85.504 0-116.544-8.96-147.84-25.6a174.464 174.464 0 0 1-72.64-72.704c-16.768-31.296-25.664-62.336-25.664-147.84v-275.84c0-85.504 8.96-116.544 25.6-147.84a174.464 174.464 0 0 1 72.768-72.576c31.232-16.704 62.272-25.6 147.776-25.6z"}),E("path",{fill:"currentColor",d:"M512 320q32 0 32 32v128q0 32-32 32t-32-32V352q0-32 32-32m32-96a32 32 0 0 1-64 0v-64a32 32 0 0 0-32-32h-96a32 32 0 0 1 0-64h96a96 96 0 0 1 96 96z"})]))}}),tB=eB,oB=N({name:"Mug",__name:"mug",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M736 800V160H160v640a64 64 0 0 0 64 64h448a64 64 0 0 0 64-64m64-544h63.552a96 96 0 0 1 96 96v224a96 96 0 0 1-96 96H800v128a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V128a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 64v288h63.552a32 32 0 0 0 32-32V352a32 32 0 0 0-32-32z"})]))}}),rB=oB,lB=N({name:"MuteNotification",__name:"mute-notification",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m241.216 832 63.616-64H768V448c0-42.368-10.24-82.304-28.48-117.504l46.912-47.232C815.36 331.392 832 387.84 832 448v320h96a32 32 0 1 1 0 64zm-90.24 0H96a32 32 0 1 1 0-64h96V448a320.128 320.128 0 0 1 256-313.6V128a64 64 0 1 1 128 0v6.4a319.552 319.552 0 0 1 171.648 97.088l-45.184 45.44A256 256 0 0 0 256 448v278.336L151.04 832zM448 896h128a64 64 0 0 1-128 0"}),E("path",{fill:"currentColor",d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056l-704 708.544z"})]))}}),nB=lB,aB=N({name:"Mute",__name:"mute",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m412.16 592.128-45.44 45.44A191.232 191.232 0 0 1 320 512V256a192 192 0 1 1 384 0v44.352l-64 64V256a128 128 0 1 0-256 0v256c0 30.336 10.56 58.24 28.16 80.128m51.968 38.592A128 128 0 0 0 640 512v-57.152l64-64V512a192 192 0 0 1-287.68 166.528zM314.88 779.968l46.144-46.08A222.976 222.976 0 0 0 480 768h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64h64v-64c-61.44 0-118.4-19.2-165.12-52.032M266.752 737.6A286.976 286.976 0 0 1 192 544v-32a32 32 0 0 1 64 0v32c0 56.832 21.184 108.8 56.064 148.288z"}),E("path",{fill:"currentColor",d:"M150.72 859.072a32 32 0 0 1-45.44-45.056l704-708.544a32 32 0 0 1 45.44 45.056l-704 708.544z"})]))}}),iB=aB,sB=N({name:"NoSmoking",__name:"no-smoking",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M440.256 576H256v128h56.256l-64 64H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32h280.256zm143.488 128H704V583.744L775.744 512H928a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H519.744zM768 576v128h128V576zm-29.696-207.552 45.248 45.248-497.856 497.856-45.248-45.248zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"})]))}}),cB=sB,uB=N({name:"Notebook",__name:"notebook",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M672 128h64v768h-64zM96 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32m0 192h128q32 0 32 32t-32 32H96q-32 0-32-32t32-32"})]))}}),dB=uB,pB=N({name:"Notification",__name:"notification",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 128v64H256a64 64 0 0 0-64 64v512a64 64 0 0 0 64 64h512a64 64 0 0 0 64-64V512h64v256a128 128 0 0 1-128 128H256a128 128 0 0 1-128-128V256a128 128 0 0 1 128-128z"}),E("path",{fill:"currentColor",d:"M768 384a128 128 0 1 0 0-256 128 128 0 0 0 0 256m0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384"})]))}}),fB=pB,hB=N({name:"Odometer",__name:"odometer",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),E("path",{fill:"currentColor",d:"M192 512a320 320 0 1 1 640 0 32 32 0 1 1-64 0 256 256 0 1 0-512 0 32 32 0 0 1-64 0"}),E("path",{fill:"currentColor",d:"M570.432 627.84A96 96 0 1 1 509.568 608l60.992-187.776A32 32 0 1 1 631.424 440l-60.992 187.776zM502.08 734.464a32 32 0 1 0 19.84-60.928 32 32 0 0 0-19.84 60.928"})]))}}),vB=hB,mB=N({name:"OfficeBuilding",__name:"office-building",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 128v704h384V128zm-32-64h448a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M256 256h256v64H256zm0 192h256v64H256zm0 192h256v64H256zm384-128h128v64H640zm0 128h128v64H640zM64 832h896v64H64z"}),E("path",{fill:"currentColor",d:"M640 384v448h192V384zm-32-64h256a32 32 0 0 1 32 32v512a32 32 0 0 1-32 32H608a32 32 0 0 1-32-32V352a32 32 0 0 1 32-32"})]))}}),gB=mB,bB=N({name:"Open",__name:"open",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M329.956 257.138a254.862 254.862 0 0 0 0 509.724h364.088a254.862 254.862 0 0 0 0-509.724zm0-72.818h364.088a327.68 327.68 0 1 1 0 655.36H329.956a327.68 327.68 0 1 1 0-655.36z"}),E("path",{fill:"currentColor",d:"M694.044 621.227a109.227 109.227 0 1 0 0-218.454 109.227 109.227 0 0 0 0 218.454m0 72.817a182.044 182.044 0 1 1 0-364.088 182.044 182.044 0 0 1 0 364.088"})]))}}),_B=bB,wB=N({name:"Operation",__name:"operation",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M389.44 768a96.064 96.064 0 0 1 181.12 0H896v64H570.56a96.064 96.064 0 0 1-181.12 0H128v-64zm192-288a96.064 96.064 0 0 1 181.12 0H896v64H762.56a96.064 96.064 0 0 1-181.12 0H128v-64zm-320-288a96.064 96.064 0 0 1 181.12 0H896v64H442.56a96.064 96.064 0 0 1-181.12 0H128v-64z"})]))}}),yB=wB,xB=N({name:"Opportunity",__name:"opportunity",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M384 960v-64h192.064v64zm448-544a350.656 350.656 0 0 1-128.32 271.424C665.344 719.04 640 763.776 640 813.504V832H320v-14.336c0-48-19.392-95.36-57.216-124.992a351.552 351.552 0 0 1-128.448-344.256c25.344-136.448 133.888-248.128 269.76-276.48A352.384 352.384 0 0 1 832 416m-544 32c0-132.288 75.904-224 192-224v-64c-154.432 0-256 122.752-256 288z"})]))}}),kB=xB,CB=N({name:"Orange",__name:"orange",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 894.72a382.336 382.336 0 0 0 215.936-89.472L577.024 622.272c-10.24 6.016-21.248 10.688-33.024 13.696v258.688zm261.248-134.784A382.336 382.336 0 0 0 894.656 544H635.968c-3.008 11.776-7.68 22.848-13.696 33.024l182.976 182.912zM894.656 480a382.336 382.336 0 0 0-89.408-215.936L622.272 446.976c6.016 10.24 10.688 21.248 13.696 33.024h258.688zm-134.72-261.248A382.336 382.336 0 0 0 544 129.344v258.688c11.776 3.008 22.848 7.68 33.024 13.696zM480 129.344a382.336 382.336 0 0 0-215.936 89.408l182.912 182.976c10.24-6.016 21.248-10.688 33.024-13.696zm-261.248 134.72A382.336 382.336 0 0 0 129.344 480h258.688c3.008-11.776 7.68-22.848 13.696-33.024zM129.344 544a382.336 382.336 0 0 0 89.408 215.936l182.976-182.912A127.232 127.232 0 0 1 388.032 544zm134.72 261.248A382.336 382.336 0 0 0 480 894.656V635.968a127.232 127.232 0 0 1-33.024-13.696zM512 960a448 448 0 1 1 0-896 448 448 0 0 1 0 896m0-384a64 64 0 1 0 0-128 64 64 0 0 0 0 128"})]))}}),SB=CB,EB=N({name:"Paperclip",__name:"paperclip",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M602.496 240.448A192 192 0 1 1 874.048 512l-316.8 316.8A256 256 0 0 1 195.2 466.752L602.496 59.456l45.248 45.248L240.448 512A192 192 0 0 0 512 783.552l316.8-316.8a128 128 0 1 0-181.056-181.056L353.6 579.904a32 32 0 1 0 45.248 45.248l294.144-294.144 45.312 45.248L444.096 670.4a96 96 0 1 1-135.744-135.744l294.144-294.208z"})]))}}),TB=EB,$B=N({name:"PartlyCloudy",__name:"partly-cloudy",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M598.4 895.872H328.192a256 256 0 0 1-34.496-510.528A352 352 0 1 1 598.4 895.872m-271.36-64h272.256a288 288 0 1 0-248.512-417.664L335.04 445.44l-34.816 3.584a192 192 0 0 0 26.88 382.848z"}),E("path",{fill:"currentColor",d:"M139.84 501.888a256 256 0 1 1 417.856-277.12c-17.728 2.176-38.208 8.448-61.504 18.816A192 192 0 1 0 189.12 460.48a6003.84 6003.84 0 0 0-49.28 41.408z"})]))}}),MB=$B,AB=N({name:"Pear",__name:"pear",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M542.336 258.816a443.255 443.255 0 0 0-9.024 25.088 32 32 0 1 1-60.8-20.032l1.088-3.328a162.688 162.688 0 0 0-122.048 131.392l-17.088 102.72-20.736 15.36C256.192 552.704 224 610.88 224 672c0 120.576 126.4 224 288 224s288-103.424 288-224c0-61.12-32.192-119.296-89.728-161.92l-20.736-15.424-17.088-102.72a162.688 162.688 0 0 0-130.112-133.12zm-40.128-66.56c7.936-15.552 16.576-30.08 25.92-43.776 23.296-33.92 49.408-59.776 78.528-77.12a32 32 0 1 1 32.704 55.04c-20.544 12.224-40.064 31.552-58.432 58.304a316.608 316.608 0 0 0-9.792 15.104 226.688 226.688 0 0 1 164.48 181.568l12.8 77.248C819.456 511.36 864 587.392 864 672c0 159.04-157.568 288-352 288S160 831.04 160 672c0-84.608 44.608-160.64 115.584-213.376l12.8-77.248a226.624 226.624 0 0 1 213.76-189.184z"})]))}}),zB=AB,IB=N({name:"PhoneFilled",__name:"phone-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M199.232 125.568 90.624 379.008a32 32 0 0 0 6.784 35.2l512.384 512.384a32 32 0 0 0 35.2 6.784l253.44-108.608a32 32 0 0 0 10.048-52.032L769.6 633.92a32 32 0 0 0-36.928-5.952l-130.176 65.088-271.488-271.552 65.024-130.176a32 32 0 0 0-5.952-36.928L251.2 115.52a32 32 0 0 0-51.968 10.048z"})]))}}),OB=IB,NB=N({name:"Phone",__name:"phone",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M79.36 432.256 591.744 944.64a32 32 0 0 0 35.2 6.784l253.44-108.544a32 32 0 0 0 9.984-52.032l-153.856-153.92a32 32 0 0 0-36.928-6.016l-69.888 34.944L358.08 394.24l35.008-69.888a32 32 0 0 0-5.952-36.928L233.152 133.568a32 32 0 0 0-52.032 10.048L72.512 397.056a32 32 0 0 0 6.784 35.2zm60.48-29.952 81.536-190.08L325.568 316.48l-24.64 49.216-20.608 41.216 32.576 32.64 271.552 271.552 32.64 32.64 41.216-20.672 49.28-24.576 104.192 104.128-190.08 81.472L139.84 402.304zM512 320v-64a256 256 0 0 1 256 256h-64a192 192 0 0 0-192-192m0-192V64a448 448 0 0 1 448 448h-64a384 384 0 0 0-384-384"})]))}}),PB=NB,RB=N({name:"PictureFilled",__name:"picture-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M96 896a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h832a32 32 0 0 1 32 32v704a32 32 0 0 1-32 32zm315.52-228.48-68.928-68.928a32 32 0 0 0-45.248 0L128 768.064h778.688l-242.112-290.56a32 32 0 0 0-49.216 0L458.752 665.408a32 32 0 0 1-47.232 2.112M256 384a96 96 0 1 0 192.064-.064A96 96 0 0 0 256 384"})]))}}),H3=RB,LB=N({name:"PictureRounded",__name:"picture-rounded",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 128a384 384 0 1 0 0 768 384 384 0 0 0 0-768m0-64a448 448 0 1 1 0 896 448 448 0 0 1 0-896"}),E("path",{fill:"currentColor",d:"M640 288q64 0 64 64t-64 64q-64 0-64-64t64-64M214.656 790.656l-45.312-45.312 185.664-185.6a96 96 0 0 1 123.712-10.24l138.24 98.688a32 32 0 0 0 39.872-2.176L906.688 422.4l42.624 47.744L699.52 693.696a96 96 0 0 1-119.808 6.592l-138.24-98.752a32 32 0 0 0-41.152 3.456l-185.664 185.6z"})]))}}),BB=LB,VB=N({name:"Picture",__name:"picture",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M384 288q64 0 64 64t-64 64q-64 0-64-64t64-64M185.408 876.992l-50.816-38.912L350.72 556.032a96 96 0 0 1 134.592-17.856l1.856 1.472 122.88 99.136a32 32 0 0 0 44.992-4.864l216-269.888 49.92 39.936-215.808 269.824-.256.32a96 96 0 0 1-135.04 14.464l-122.88-99.072-.64-.512a32 32 0 0 0-44.8 5.952z"})]))}}),DB=VB,HB=N({name:"PieChart",__name:"pie-chart",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M448 68.48v64.832A384.128 384.128 0 0 0 512 896a384.128 384.128 0 0 0 378.688-320h64.768A448.128 448.128 0 0 1 64 512 448.128 448.128 0 0 1 448 68.48z"}),E("path",{fill:"currentColor",d:"M576 97.28V448h350.72A384.064 384.064 0 0 0 576 97.28zM512 64V33.152A448 448 0 0 1 990.848 512H512z"})]))}}),FB=HB,jB=N({name:"Place",__name:"place",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512"}),E("path",{fill:"currentColor",d:"M512 512a32 32 0 0 1 32 32v256a32 32 0 1 1-64 0V544a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M384 649.088v64.96C269.76 732.352 192 771.904 192 800c0 37.696 139.904 96 320 96s320-58.304 320-96c0-28.16-77.76-67.648-192-85.952v-64.96C789.12 671.04 896 730.368 896 800c0 88.32-171.904 160-384 160s-384-71.68-384-160c0-69.696 106.88-128.96 256-150.912"})]))}}),KB=jB,UB=N({name:"Platform",__name:"platform",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"})]))}}),WB=UB,qB=N({name:"Plus",__name:"plus",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"})]))}}),hh=qB,YB=N({name:"Pointer",__name:"pointer",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M511.552 128c-35.584 0-64.384 28.8-64.384 64.448v516.48L274.048 570.88a94.272 94.272 0 0 0-112.896-3.456 44.416 44.416 0 0 0-8.96 62.208L332.8 870.4A64 64 0 0 0 384 896h512V575.232a64 64 0 0 0-45.632-61.312l-205.952-61.76A96 96 0 0 1 576 360.192V192.448C576 156.8 547.2 128 511.552 128M359.04 556.8l24.128 19.2V192.448a128.448 128.448 0 1 1 256.832 0v167.744a32 32 0 0 0 22.784 30.656l206.016 61.76A128 128 0 0 1 960 575.232V896a64 64 0 0 1-64 64H384a128 128 0 0 1-102.4-51.2L101.056 668.032A108.416 108.416 0 0 1 128 512.512a158.272 158.272 0 0 1 185.984 8.32z"})]))}}),GB=YB,XB=N({name:"Position",__name:"position",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m249.6 417.088 319.744 43.072 39.168 310.272L845.12 178.88 249.6 417.088zm-129.024 47.168a32 32 0 0 1-7.68-61.44l777.792-311.04a32 32 0 0 1 41.6 41.6l-310.336 775.68a32 32 0 0 1-61.44-7.808L512 516.992l-391.424-52.736z"})]))}}),ZB=XB,JB=N({name:"Postcard",__name:"postcard",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 224a32 32 0 0 0-32 32v512a32 32 0 0 0 32 32h704a32 32 0 0 0 32-32V256a32 32 0 0 0-32-32zm0-64h704a96 96 0 0 1 96 96v512a96 96 0 0 1-96 96H160a96 96 0 0 1-96-96V256a96 96 0 0 1 96-96"}),E("path",{fill:"currentColor",d:"M704 320a64 64 0 1 1 0 128 64 64 0 0 1 0-128M288 448h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32m0 128h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),QB=JB,eV=N({name:"Pouring",__name:"pouring",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m739.328 291.328-35.2-6.592-12.8-33.408a192.064 192.064 0 0 0-365.952 23.232l-9.92 40.896-41.472 7.04a176.32 176.32 0 0 0-146.24 173.568c0 97.28 78.72 175.936 175.808 175.936h400a192 192 0 0 0 35.776-380.672zM959.552 480a256 256 0 0 1-256 256h-400A239.808 239.808 0 0 1 63.744 496.192a240.32 240.32 0 0 1 199.488-236.8 256.128 256.128 0 0 1 487.872-30.976A256.064 256.064 0 0 1 959.552 480M224 800a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32m192 0a32 32 0 0 1 32 32v96a32 32 0 1 1-64 0v-96a32 32 0 0 1 32-32"})]))}}),tV=eV,oV=N({name:"Present",__name:"present",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 896V640H192v-64h288V320H192v576zm64 0h288V320H544v256h288v64H544zM128 256h768v672a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),E("path",{fill:"currentColor",d:"M96 256h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32"}),E("path",{fill:"currentColor",d:"M416 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),E("path",{fill:"currentColor",d:"M608 256a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),rV=oV,lV=N({name:"PriceTag",__name:"price-tag",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 318.336V896h576V318.336L552.512 115.84a64 64 0 0 0-81.024 0zM593.024 66.304l259.2 212.096A32 32 0 0 1 864 303.168V928a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V303.168a32 32 0 0 1 11.712-24.768l259.2-212.096a128 128 0 0 1 162.112 0z"}),E("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"})]))}}),nV=lV,aV=N({name:"Printer",__name:"printer",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 768H105.024c-14.272 0-19.456-1.472-24.64-4.288a29.056 29.056 0 0 1-12.16-12.096C65.536 746.432 64 741.248 64 727.04V379.072c0-42.816 4.48-58.304 12.8-73.984 8.384-15.616 20.672-27.904 36.288-36.288 15.68-8.32 31.168-12.8 73.984-12.8H256V64h512v192h68.928c42.816 0 58.304 4.48 73.984 12.8 15.616 8.384 27.904 20.672 36.288 36.288 8.32 15.68 12.8 31.168 12.8 73.984v347.904c0 14.272-1.472 19.456-4.288 24.64a29.056 29.056 0 0 1-12.096 12.16c-5.184 2.752-10.368 4.224-24.64 4.224H768v192H256zm64-192v320h384V576zm-64 128V512h512v192h128V379.072c0-29.376-1.408-36.48-5.248-43.776a23.296 23.296 0 0 0-10.048-10.048c-7.232-3.84-14.4-5.248-43.776-5.248H187.072c-29.376 0-36.48 1.408-43.776 5.248a23.296 23.296 0 0 0-10.048 10.048c-3.84 7.232-5.248 14.4-5.248 43.776V704zm64-448h384V128H320zm-64 128h64v64h-64zm128 0h64v64h-64z"})]))}}),iV=aV,sV=N({name:"Promotion",__name:"promotion",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m64 448 832-320-128 704-446.08-243.328L832 192 242.816 545.472zm256 512V657.024L512 768z"})]))}}),cV=sV,uV=N({name:"QuartzWatch",__name:"quartz-watch",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M422.02 602.01v-.03c-6.68-5.99-14.35-8.83-23.01-8.51-8.67.32-16.17 3.66-22.5 10.02-6.33 6.36-9.5 13.7-9.5 22.02s3 15.82 8.99 22.5c8.68 8.68 19.02 11.35 31.01 8s19.49-10.85 22.5-22.5c3.01-11.65.51-22.15-7.49-31.49zM384 512c0-9.35-3-17.02-8.99-23.01-6-5.99-13.66-8.99-23.01-8.99-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.67 8.99-23.01m6.53-82.49c11.65 3.01 22.15.51 31.49-7.49h.04c5.99-6.68 8.83-14.34 8.51-23.01-.32-8.67-3.66-16.16-10.02-22.5-6.36-6.33-13.7-9.5-22.02-9.5s-15.82 3-22.5 8.99c-8.68 8.69-11.35 19.02-8 31.01 3.35 11.99 10.85 19.49 22.5 22.5zm242.94 0c11.67-3.03 19.01-10.37 22.02-22.02 3.01-11.65.51-22.15-7.49-31.49h.01c-6.68-5.99-14.18-8.99-22.5-8.99s-15.66 3.16-22.02 9.5c-6.36 6.34-9.7 13.84-10.02 22.5-.32 8.66 2.52 16.33 8.51 23.01 9.32 8.02 19.82 10.52 31.49 7.49M512 640c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01s-3-17.02-8.99-23.01c-6-5.99-13.66-8.99-23.01-8.99m183.01-151.01c-6-5.99-13.66-8.99-23.01-8.99s-17.02 3-23.01 8.99c-5.99 6-8.99 13.66-8.99 23.01s3 17.02 8.99 23.01c6 5.99 13.66 8.99 23.01 8.99s17.02-3 23.01-8.99c5.99-6 8.99-13.67 8.99-23.01 0-9.35-3-17.02-8.99-23.01"}),E("path",{fill:"currentColor",d:"M832 512c-2-90.67-33.17-166.17-93.5-226.5-20.43-20.42-42.6-37.49-66.5-51.23V64H352v170.26c-23.9 13.74-46.07 30.81-66.5 51.24-60.33 60.33-91.49 135.83-93.5 226.5 2 90.67 33.17 166.17 93.5 226.5 20.43 20.43 42.6 37.5 66.5 51.24V960h320V789.74c23.9-13.74 46.07-30.81 66.5-51.24 60.33-60.34 91.49-135.83 93.5-226.5M416 128h192v78.69c-29.85-9.03-61.85-13.93-96-14.69-34.15.75-66.15 5.65-96 14.68zm192 768H416v-78.68c29.85 9.03 61.85 13.93 96 14.68 34.15-.75 66.15-5.65 96-14.68zm-96-128c-72.66-2.01-132.99-27.01-180.99-75.01S258.01 584.66 256 512c2.01-72.66 27.01-132.99 75.01-180.99S439.34 258.01 512 256c72.66 2.01 132.99 27.01 180.99 75.01S765.99 439.34 768 512c-2.01 72.66-27.01 132.99-75.01 180.99S584.66 765.99 512 768"}),E("path",{fill:"currentColor",d:"M512 320c-9.35 0-17.02 3-23.01 8.99-5.99 6-8.99 13.66-8.99 23.01 0 9.35 3 17.02 8.99 23.01 6 5.99 13.67 8.99 23.01 8.99 9.35 0 17.02-3 23.01-8.99 5.99-6 8.99-13.66 8.99-23.01 0-9.35-3-17.02-8.99-23.01-6-5.99-13.66-8.99-23.01-8.99m112.99 273.5c-8.66-.32-16.33 2.52-23.01 8.51-7.98 9.32-10.48 19.82-7.49 31.49s10.49 19.17 22.5 22.5 22.35.66 31.01-8v.04c5.99-6.68 8.99-14.18 8.99-22.5s-3.16-15.66-9.5-22.02-13.84-9.7-22.5-10.02"})]))}}),dV=uV,pV=N({name:"QuestionFilled",__name:"question-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m23.744 191.488c-52.096 0-92.928 14.784-123.2 44.352-30.976 29.568-45.76 70.4-45.76 122.496h80.256c0-29.568 5.632-52.8 17.6-68.992 13.376-19.712 35.2-28.864 66.176-28.864 23.936 0 42.944 6.336 56.32 19.712 12.672 13.376 19.712 31.68 19.712 54.912 0 17.6-6.336 34.496-19.008 49.984l-8.448 9.856c-45.76 40.832-73.216 70.4-82.368 89.408-9.856 19.008-14.08 42.24-14.08 68.992v9.856h80.96v-9.856c0-16.896 3.52-31.68 10.56-45.76 6.336-12.672 15.488-24.64 28.16-35.2 33.792-29.568 54.208-48.576 60.544-55.616 16.896-22.528 26.048-51.392 26.048-86.592 0-42.944-14.08-76.736-42.24-101.376-28.16-25.344-65.472-37.312-111.232-37.312zm-12.672 406.208a54.272 54.272 0 0 0-38.72 14.784 49.408 49.408 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.848 54.848 0 0 0 523.072 768c15.488 0 28.16-4.928 38.72-14.784a51.52 51.52 0 0 0 16.192-38.72 51.968 51.968 0 0 0-15.488-38.016 55.936 55.936 0 0 0-39.424-14.784z"})]))}}),F3=pV,fV=N({name:"Rank",__name:"rank",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m186.496 544 41.408 41.344a32 32 0 1 1-45.248 45.312l-96-96a32 32 0 0 1 0-45.312l96-96a32 32 0 1 1 45.248 45.312L186.496 480h290.816V186.432l-41.472 41.472a32 32 0 1 1-45.248-45.184l96-96.128a32 32 0 0 1 45.312 0l96 96.064a32 32 0 0 1-45.248 45.184l-41.344-41.28V480H832l-41.344-41.344a32 32 0 0 1 45.248-45.312l96 96a32 32 0 0 1 0 45.312l-96 96a32 32 0 0 1-45.248-45.312L832 544H541.312v293.44l41.344-41.28a32 32 0 1 1 45.248 45.248l-96 96a32 32 0 0 1-45.312 0l-96-96a32 32 0 1 1 45.312-45.248l41.408 41.408V544H186.496z"})]))}}),hV=fV,vV=N({name:"ReadingLamp",__name:"reading-lamp",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M352 896h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m-44.672-768-99.52 448h608.384l-99.52-448zm-25.6-64h460.608a32 32 0 0 1 31.232 25.088l113.792 512A32 32 0 0 1 856.128 640H167.872a32 32 0 0 1-31.232-38.912l113.792-512A32 32 0 0 1 281.664 64z"}),E("path",{fill:"currentColor",d:"M672 576q32 0 32 32v128q0 32-32 32t-32-32V608q0-32 32-32m-192-.064h64V960h-64z"})]))}}),mV=vV,gV=N({name:"Reading",__name:"reading",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m512 863.36 384-54.848v-638.72L525.568 222.72a96 96 0 0 1-27.136 0L128 169.792v638.72zM137.024 106.432l370.432 52.928a32 32 0 0 0 9.088 0l370.432-52.928A64 64 0 0 1 960 169.792v638.72a64 64 0 0 1-54.976 63.36l-388.48 55.488a32 32 0 0 1-9.088 0l-388.48-55.488A64 64 0 0 1 64 808.512v-638.72a64 64 0 0 1 73.024-63.36z"}),E("path",{fill:"currentColor",d:"M480 192h64v704h-64z"})]))}}),bV=gV,_V=N({name:"RefreshLeft",__name:"refresh-left",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M289.088 296.704h92.992a32 32 0 0 1 0 64H232.96a32 32 0 0 1-32-32V179.712a32 32 0 0 1 64 0v50.56a384 384 0 0 1 643.84 282.88 384 384 0 0 1-383.936 384 384 384 0 0 1-384-384h64a320 320 0 1 0 640 0 320 320 0 0 0-555.712-216.448z"})]))}}),j3=_V,wV=N({name:"RefreshRight",__name:"refresh-right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M784.512 230.272v-50.56a32 32 0 1 1 64 0v149.056a32 32 0 0 1-32 32H667.52a32 32 0 1 1 0-64h92.992A320 320 0 1 0 524.8 833.152a320 320 0 0 0 320-320h64a384 384 0 0 1-384 384 384 384 0 0 1-384-384 384 384 0 0 1 643.712-282.88z"})]))}}),K3=wV,yV=N({name:"Refresh",__name:"refresh",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z"})]))}}),xV=yV,kV=N({name:"Refrigerator",__name:"refrigerator",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 448h512V160a32 32 0 0 0-32-32H288a32 32 0 0 0-32 32zm0 64v352a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V512zm32-448h448a96 96 0 0 1 96 96v704a96 96 0 0 1-96 96H288a96 96 0 0 1-96-96V160a96 96 0 0 1 96-96m32 224h64v96h-64zm0 288h64v96h-64z"})]))}}),CV=kV,SV=N({name:"RemoveFilled",__name:"remove-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896M288 512a38.4 38.4 0 0 0 38.4 38.4h371.2a38.4 38.4 0 0 0 0-76.8H326.4A38.4 38.4 0 0 0 288 512"})]))}}),EV=SV,TV=N({name:"Remove",__name:"remove",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"})]))}}),$V=TV,MV=N({name:"Right",__name:"right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"})]))}}),AV=MV,zV=N({name:"ScaleToOriginal",__name:"scale-to-original",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M813.176 180.706a60.235 60.235 0 0 1 60.236 60.235v481.883a60.235 60.235 0 0 1-60.236 60.235H210.824a60.235 60.235 0 0 1-60.236-60.235V240.94a60.235 60.235 0 0 1 60.236-60.235h602.352zm0-60.235H210.824A120.47 120.47 0 0 0 90.353 240.94v481.883a120.47 120.47 0 0 0 120.47 120.47h602.353a120.47 120.47 0 0 0 120.471-120.47V240.94a120.47 120.47 0 0 0-120.47-120.47zm-120.47 180.705a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 0 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118zm-361.412 0a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 1 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118M512 361.412a30.118 30.118 0 0 0-30.118 30.117v30.118a30.118 30.118 0 0 0 60.236 0V391.53A30.118 30.118 0 0 0 512 361.412M512 512a30.118 30.118 0 0 0-30.118 30.118v30.117a30.118 30.118 0 0 0 60.236 0v-30.117A30.118 30.118 0 0 0 512 512"})]))}}),U3=zV,IV=N({name:"School",__name:"school",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 128v704h576V128zm-32-64h640a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M64 832h896v64H64zm256-640h128v96H320z"}),E("path",{fill:"currentColor",d:"M384 832h256v-64a128 128 0 1 0-256 0zm128-256a192 192 0 0 1 192 192v128H320V768a192 192 0 0 1 192-192M320 384h128v96H320zm256-192h128v96H576zm0 192h128v96H576z"})]))}}),OV=IV,NV=N({name:"Scissor",__name:"scissor",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m512.064 578.368-106.88 152.768a160 160 0 1 1-23.36-78.208L472.96 522.56 196.864 128.256a32 32 0 1 1 52.48-36.736l393.024 561.344a160 160 0 1 1-23.36 78.208l-106.88-152.704zm54.4-189.248 208.384-297.6a32 32 0 0 1 52.48 36.736l-221.76 316.672-39.04-55.808zm-376.32 425.856a96 96 0 1 0 110.144-157.248 96 96 0 0 0-110.08 157.248zm643.84 0a96 96 0 1 0-110.08-157.248 96 96 0 0 0 110.08 157.248"})]))}}),PV=NV,RV=N({name:"Search",__name:"search",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704"})]))}}),W3=RV,LV=N({name:"Select",__name:"select",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496z"})]))}}),BV=LV,VV=N({name:"Sell",__name:"sell",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128c-70.272 0-128 61.248-128 137.664v22.4h256zm201.408 483.84L768 698.496V928a32 32 0 1 1-64 0V698.496l-73.344 73.344a32 32 0 1 1-45.248-45.248l128-128a32 32 0 0 1 45.248 0l128 128a32 32 0 1 1-45.248 45.248z"})]))}}),DV=VV,HV=N({name:"SemiSelect",__name:"semi-select",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"})]))}}),FV=HV,jV=N({name:"Service",__name:"service",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M864 409.6a192 192 0 0 1-37.888 349.44A256.064 256.064 0 0 1 576 960h-96a32 32 0 1 1 0-64h96a192.064 192.064 0 0 0 181.12-128H736a32 32 0 0 1-32-32V416a32 32 0 0 1 32-32h32c10.368 0 20.544.832 30.528 2.432a288 288 0 0 0-573.056 0A193.235 193.235 0 0 1 256 384h32a32 32 0 0 1 32 32v320a32 32 0 0 1-32 32h-32a192 192 0 0 1-96-358.4 352 352 0 0 1 704 0M256 448a128 128 0 1 0 0 256zm640 128a128 128 0 0 0-128-128v256a128 128 0 0 0 128-128"})]))}}),KV=jV,UV=N({name:"SetUp",__name:"set-up",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 160a64 64 0 0 0-64 64v576a64 64 0 0 0 64 64h576a64 64 0 0 0 64-64V224a64 64 0 0 0-64-64zm0-64h576a128 128 0 0 1 128 128v576a128 128 0 0 1-128 128H224A128 128 0 0 1 96 800V224A128 128 0 0 1 224 96"}),E("path",{fill:"currentColor",d:"M384 416a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),E("path",{fill:"currentColor",d:"M480 320h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32m160 416a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256"}),E("path",{fill:"currentColor",d:"M288 640h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),WV=UV,qV=N({name:"Setting",__name:"setting",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384m0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256"})]))}}),YV=qV,GV=N({name:"Share",__name:"share",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m679.872 348.8-301.76 188.608a127.808 127.808 0 0 1 5.12 52.16l279.936 104.96a128 128 0 1 1-22.464 59.904l-279.872-104.96a128 128 0 1 1-16.64-166.272l301.696-188.608a128 128 0 1 1 33.92 54.272z"})]))}}),XV=GV,ZV=N({name:"Ship",__name:"ship",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 386.88V448h405.568a32 32 0 0 1 30.72 40.768l-76.48 267.968A192 192 0 0 1 687.168 896H336.832a192 192 0 0 1-184.64-139.264L75.648 488.768A32 32 0 0 1 106.368 448H448V117.888a32 32 0 0 1 47.36-28.096l13.888 7.616L512 96v2.88l231.68 126.4a32 32 0 0 1-2.048 57.216zm0-70.272 144.768-65.792L512 171.84zM512 512H148.864l18.24 64H856.96l18.24-64zM185.408 640l28.352 99.2A128 128 0 0 0 336.832 832h350.336a128 128 0 0 0 123.072-92.8l28.352-99.2H185.408"})]))}}),JV=ZV,QV=N({name:"Shop",__name:"shop",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 704h64v192H256V704h64v64h384zm188.544-152.192C894.528 559.616 896 567.616 896 576a96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0 96 96 0 1 1-192 0c0-8.384 1.408-16.384 3.392-24.192L192 128h640z"})]))}}),eD=QV,tD=N({name:"ShoppingBag",__name:"shopping-bag",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 320v96a32 32 0 0 1-32 32h-32V320H384v128h-32a32 32 0 0 1-32-32v-96H192v576h640V320zm-384-64a192 192 0 1 1 384 0h160a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32zm64 0h256a128 128 0 1 0-256 0"}),E("path",{fill:"currentColor",d:"M192 704h640v64H192z"})]))}}),oD=tD,rD=N({name:"ShoppingCartFull",__name:"shopping-cart-full",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44l76.8 384z"}),E("path",{fill:"currentColor",d:"M699.648 256 608 145.984 516.352 256h183.296zm-140.8-151.04a64 64 0 0 1 98.304 0L836.352 320H379.648l179.2-215.04"})]))}}),lD=rD,nD=N({name:"ShoppingCart",__name:"shopping-cart",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M432 928a48 48 0 1 1 0-96 48 48 0 0 1 0 96m320 0a48 48 0 1 1 0-96 48 48 0 0 1 0 96M96 128a32 32 0 0 1 0-64h160a32 32 0 0 1 31.36 25.728L320.64 256H928a32 32 0 0 1 31.296 38.72l-96 448A32 32 0 0 1 832 768H384a32 32 0 0 1-31.36-25.728L229.76 128zm314.24 576h395.904l82.304-384H333.44l76.8 384z"})]))}}),aD=nD,iD=N({name:"ShoppingTrolley",__name:"shopping-trolley",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M368 833c-13.3 0-24.5 4.5-33.5 13.5S321 866.7 321 880s4.5 24.5 13.5 33.5 20.2 13.8 33.5 14.5c13.3-.7 24.5-5.5 33.5-14.5S415 893.3 415 880s-4.5-24.5-13.5-33.5S381.3 833 368 833m439-193c7.4 0 13.8-2.2 19.5-6.5S836 623.3 838 616l112-448c2-10-.2-19.2-6.5-27.5S929 128 919 128H96c-9.3 0-17 3-23 9s-9 13.7-9 23 3 17 9 23 13.7 9 23 9h96v576h672c9.3 0 17-3 23-9s9-13.7 9-23-3-17-9-23-13.7-9-23-9H256v-64zM256 192h622l-96 384H256zm432 641c-13.3 0-24.5 4.5-33.5 13.5S641 866.7 641 880s4.5 24.5 13.5 33.5 20.2 13.8 33.5 14.5c13.3-.7 24.5-5.5 33.5-14.5S735 893.3 735 880s-4.5-24.5-13.5-33.5S701.3 833 688 833"})]))}}),sD=iD,cD=N({name:"Smoking",__name:"smoking",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 576v128h640V576zm-32-64h704a32 32 0 0 1 32 32v192a32 32 0 0 1-32 32H224a32 32 0 0 1-32-32V544a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M704 576h64v128h-64zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"})]))}}),uD=cD,dD=N({name:"Soccer",__name:"soccer",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M418.496 871.04 152.256 604.8c-16.512 94.016-2.368 178.624 42.944 224 44.928 44.928 129.344 58.752 223.296 42.24m72.32-18.176a573.056 573.056 0 0 0 224.832-137.216 573.12 573.12 0 0 0 137.216-224.832L533.888 171.84a578.56 578.56 0 0 0-227.52 138.496A567.68 567.68 0 0 0 170.432 532.48l320.384 320.384zM871.04 418.496c16.512-93.952 2.688-178.368-42.24-223.296-44.544-44.544-128.704-58.048-222.592-41.536zM149.952 874.048c-112.96-112.96-88.832-408.96 111.168-608.96C461.056 65.152 760.96 36.928 874.048 149.952c113.024 113.024 86.784 411.008-113.152 610.944-199.936 199.936-497.92 226.112-610.944 113.152m452.544-497.792 22.656-22.656a32 32 0 0 1 45.248 45.248l-22.656 22.656 45.248 45.248A32 32 0 1 1 647.744 512l-45.248-45.248L557.248 512l45.248 45.248a32 32 0 1 1-45.248 45.248L512 557.248l-45.248 45.248L512 647.744a32 32 0 1 1-45.248 45.248l-45.248-45.248-22.656 22.656a32 32 0 1 1-45.248-45.248l22.656-22.656-45.248-45.248A32 32 0 1 1 376.256 512l45.248 45.248L466.752 512l-45.248-45.248a32 32 0 1 1 45.248-45.248L512 466.752l45.248-45.248L512 376.256a32 32 0 0 1 45.248-45.248l45.248 45.248z"})]))}}),pD=dD,fD=N({name:"SoldOut",__name:"sold-out",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 288h131.072a32 32 0 0 1 31.808 28.8L886.4 512h-64.384l-16-160H704v96a32 32 0 1 1-64 0v-96H384v96a32 32 0 0 1-64 0v-96H217.92l-51.2 512H512v64H131.328a32 32 0 0 1-31.808-35.2l57.6-576a32 32 0 0 1 31.808-28.8H320v-22.336C320 154.688 405.504 64 512 64s192 90.688 192 201.664v22.4zm-64 0v-22.336C640 189.248 582.272 128 512 128c-70.272 0-128 61.248-128 137.664v22.4h256zm201.408 476.16a32 32 0 1 1 45.248 45.184l-128 128a32 32 0 0 1-45.248 0l-128-128a32 32 0 1 1 45.248-45.248L704 837.504V608a32 32 0 1 1 64 0v229.504l73.408-73.408z"})]))}}),hD=fD,vD=N({name:"SortDown",__name:"sort-down",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M576 96v709.568L333.312 562.816A32 32 0 1 0 288 608l297.408 297.344A32 32 0 0 0 640 882.688V96a32 32 0 0 0-64 0"})]))}}),q3=vD,mD=N({name:"SortUp",__name:"sort-up",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M384 141.248V928a32 32 0 1 0 64 0V218.56l242.688 242.688A32 32 0 1 0 736 416L438.592 118.656A32 32 0 0 0 384 141.248"})]))}}),Y3=mD,gD=N({name:"Sort",__name:"sort",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M384 96a32 32 0 0 1 64 0v786.752a32 32 0 0 1-54.592 22.656L95.936 608a32 32 0 0 1 0-45.312h.128a32 32 0 0 1 45.184 0L384 805.632zm192 45.248a32 32 0 0 1 54.592-22.592L928.064 416a32 32 0 0 1 0 45.312h-.128a32 32 0 0 1-45.184 0L640 218.496V928a32 32 0 1 1-64 0V141.248z"})]))}}),bD=gD,_D=N({name:"Stamp",__name:"stamp",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M624 475.968V640h144a128 128 0 0 1 128 128H128a128 128 0 0 1 128-128h144V475.968a192 192 0 1 1 224 0M128 896v-64h768v64z"})]))}}),wD=_D,yD=N({name:"StarFilled",__name:"star-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M283.84 867.84 512 747.776l228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72z"})]))}}),vc=yD,xD=N({name:"Star",__name:"star",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"})]))}}),G3=xD,kD=N({name:"Stopwatch",__name:"stopwatch",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),E("path",{fill:"currentColor",d:"M672 234.88c-39.168 174.464-80 298.624-122.688 372.48-64 110.848-202.624 30.848-138.624-80C453.376 453.44 540.48 355.968 672 234.816z"})]))}}),CD=kD,SD=N({name:"SuccessFilled",__name:"success-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),vh=SD,ED=N({name:"Sugar",__name:"sugar",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m801.728 349.184 4.48 4.48a128 128 0 0 1 0 180.992L534.656 806.144a128 128 0 0 1-181.056 0l-4.48-4.48-19.392 109.696a64 64 0 0 1-108.288 34.176L78.464 802.56a64 64 0 0 1 34.176-108.288l109.76-19.328-4.544-4.544a128 128 0 0 1 0-181.056l271.488-271.488a128 128 0 0 1 181.056 0l4.48 4.48 19.392-109.504a64 64 0 0 1 108.352-34.048l142.592 143.04a64 64 0 0 1-34.24 108.16l-109.248 19.2zm-548.8 198.72h447.168v2.24l60.8-60.8a63.808 63.808 0 0 0 18.752-44.416h-426.88l-89.664 89.728a64.064 64.064 0 0 0-10.24 13.248zm0 64c2.752 4.736 6.144 9.152 10.176 13.248l135.744 135.744a64 64 0 0 0 90.496 0L638.4 611.904zm490.048-230.976L625.152 263.104a64 64 0 0 0-90.496 0L416.768 380.928zM123.712 757.312l142.976 142.976 24.32-137.6a25.6 25.6 0 0 0-29.696-29.632l-137.6 24.256zm633.6-633.344-24.32 137.472a25.6 25.6 0 0 0 29.632 29.632l137.28-24.064-142.656-143.04z"})]))}}),TD=ED,$D=N({name:"SuitcaseLine",__name:"suitcase-line",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M922.5 229.5c-24.32-24.34-54.49-36.84-90.5-37.5H704v-64c-.68-17.98-7.02-32.98-19.01-44.99S658.01 64.66 640 64H384c-17.98.68-32.98 7.02-44.99 19.01S320.66 110 320 128v64H192c-35.99.68-66.16 13.18-90.5 37.5C77.16 253.82 64.66 283.99 64 320v448c.68 35.99 13.18 66.16 37.5 90.5s54.49 36.84 90.5 37.5h640c35.99-.68 66.16-13.18 90.5-37.5s36.84-54.49 37.5-90.5V320c-.68-35.99-13.18-66.16-37.5-90.5M384 128h256v64H384zM256 832h-64c-17.98-.68-32.98-7.02-44.99-19.01S128.66 786.01 128 768V448h128zm448 0H320V448h384zm192-64c-.68 17.98-7.02 32.98-19.01 44.99S850.01 831.34 832 832h-64V448h128zm0-384H128v-64c.69-17.98 7.02-32.98 19.01-44.99S173.99 256.66 192 256h640c17.98.69 32.98 7.02 44.99 19.01S895.34 301.99 896 320z"})]))}}),MD=$D,AD=N({name:"Suitcase",__name:"suitcase",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 384h768v-64a64 64 0 0 0-64-64H192a64 64 0 0 0-64 64zm0 64v320a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64V448zm64-256h640a128 128 0 0 1 128 128v448a128 128 0 0 1-128 128H192A128 128 0 0 1 64 768V320a128 128 0 0 1 128-128"}),E("path",{fill:"currentColor",d:"M384 128v64h256v-64zm0-64h256a64 64 0 0 1 64 64v64a64 64 0 0 1-64 64H384a64 64 0 0 1-64-64v-64a64 64 0 0 1 64-64"})]))}}),zD=AD,ID=N({name:"Sunny",__name:"sunny",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 704a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m0-704a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 768a32 32 0 0 1 32 32v64a32 32 0 1 1-64 0v-64a32 32 0 0 1 32-32M195.2 195.2a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 1 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm543.104 543.104a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 0 1-45.248 45.248l-45.248-45.248a32 32 0 0 1 0-45.248M64 512a32 32 0 0 1 32-32h64a32 32 0 0 1 0 64H96a32 32 0 0 1-32-32m768 0a32 32 0 0 1 32-32h64a32 32 0 1 1 0 64h-64a32 32 0 0 1-32-32M195.2 828.8a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248L240.448 828.8a32 32 0 0 1-45.248 0zm543.104-543.104a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248l-45.248 45.248a32 32 0 0 1-45.248 0"})]))}}),OD=ID,ND=N({name:"Sunrise",__name:"sunrise",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M32 768h960a32 32 0 1 1 0 64H32a32 32 0 1 1 0-64m129.408-96a352 352 0 0 1 701.184 0h-64.32a288 288 0 0 0-572.544 0h-64.32zM512 128a32 32 0 0 1 32 32v96a32 32 0 0 1-64 0v-96a32 32 0 0 1 32-32m407.296 168.704a32 32 0 0 1 0 45.248l-67.84 67.84a32 32 0 1 1-45.248-45.248l67.84-67.84a32 32 0 0 1 45.248 0zm-814.592 0a32 32 0 0 1 45.248 0l67.84 67.84a32 32 0 1 1-45.248 45.248l-67.84-67.84a32 32 0 0 1 0-45.248"})]))}}),PD=ND,RD=N({name:"Sunset",__name:"sunset",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M82.56 640a448 448 0 1 1 858.88 0h-67.2a384 384 0 1 0-724.288 0zM32 704h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m256 128h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),LD=RD,BD=N({name:"SwitchButton",__name:"switch-button",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M352 159.872V230.4a352 352 0 1 0 320 0v-70.528A416.128 416.128 0 0 1 512 960a416 416 0 0 1-160-800.128z"}),E("path",{fill:"currentColor",d:"M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32"})]))}}),VD=BD,DD=N({name:"SwitchFilled",__name:"switch-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M247.47 358.4v.04c.07 19.17 7.72 37.53 21.27 51.09s31.92 21.2 51.09 21.27c39.86 0 72.41-32.6 72.41-72.4s-32.6-72.36-72.41-72.36-72.36 32.55-72.36 72.36z"}),E("path",{fill:"currentColor",d:"M492.38 128H324.7c-52.16 0-102.19 20.73-139.08 57.61a196.655 196.655 0 0 0-57.61 139.08V698.7c-.01 25.84 5.08 51.42 14.96 75.29s24.36 45.56 42.63 63.83 39.95 32.76 63.82 42.65a196.67 196.67 0 0 0 75.28 14.98h167.68c3.03 0 5.46-2.43 5.46-5.42V133.42c.6-2.99-1.83-5.42-5.46-5.42zm-56.11 705.88H324.7c-17.76.13-35.36-3.33-51.75-10.18s-31.22-16.94-43.61-29.67c-25.3-25.35-39.81-59.1-39.81-95.32V324.69c-.13-17.75 3.33-35.35 10.17-51.74a131.695 131.695 0 0 1 29.64-43.62c25.39-25.3 59.14-39.81 95.36-39.81h111.57zm402.12-647.67a196.655 196.655 0 0 0-139.08-57.61H580.48c-3.03 0-4.82 2.43-4.82 4.82v757.16c-.6 2.99 1.79 5.42 5.42 5.42h118.23a196.69 196.69 0 0 0 139.08-57.61A196.655 196.655 0 0 0 896 699.31V325.29a196.69 196.69 0 0 0-57.61-139.08zm-111.3 441.92c-42.83 0-77.82-34.99-77.82-77.82s34.98-77.82 77.82-77.82c42.83 0 77.82 34.99 77.82 77.82s-34.99 77.82-77.82 77.82z"})]))}}),HD=DD,FD=N({name:"Switch",__name:"switch",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M118.656 438.656a32 32 0 0 1 0-45.248L416 96l4.48-3.776A32 32 0 0 1 461.248 96l3.712 4.48a32.064 32.064 0 0 1-3.712 40.832L218.56 384H928a32 32 0 1 1 0 64H141.248a32 32 0 0 1-22.592-9.344zM64 608a32 32 0 0 1 32-32h786.752a32 32 0 0 1 22.656 54.592L608 928l-4.48 3.776a32.064 32.064 0 0 1-40.832-49.024L805.632 640H96a32 32 0 0 1-32-32"})]))}}),jD=FD,KD=N({name:"TakeawayBox",__name:"takeaway-box",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M832 384H192v448h640zM96 320h832V128H96zm800 64v480a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V384H64a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h896a32 32 0 0 1 32 32v256a32 32 0 0 1-32 32zM416 512h192a32 32 0 0 1 0 64H416a32 32 0 0 1 0-64"})]))}}),UD=KD,WD=N({name:"Ticket",__name:"ticket",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M640 832H64V640a128 128 0 1 0 0-256V192h576v160h64V192h256v192a128 128 0 1 0 0 256v192H704V672h-64zm0-416v192h64V416z"})]))}}),qD=WD,YD=N({name:"Tickets",__name:"tickets",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M192 128v768h640V128zm-32-64h704a32 32 0 0 1 32 32v832a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h192v64H320zm0 384h384v64H320z"})]))}}),GD=YD,XD=N({name:"Timer",__name:"timer",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 896a320 320 0 1 0 0-640 320 320 0 0 0 0 640m0 64a384 384 0 1 1 0-768 384 384 0 0 1 0 768"}),E("path",{fill:"currentColor",d:"M512 320a32 32 0 0 1 32 32l-.512 224a32 32 0 1 1-64 0L480 352a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M448 576a64 64 0 1 0 128 0 64 64 0 1 0-128 0m96-448v128h-64V128h-96a32 32 0 0 1 0-64h256a32 32 0 1 1 0 64z"})]))}}),ZD=XD,JD=N({name:"ToiletPaper",__name:"toilet-paper",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M595.2 128H320a192 192 0 0 0-192 192v576h384V352c0-90.496 32.448-171.2 83.2-224M736 64c123.712 0 224 128.96 224 288S859.712 640 736 640H576v320H64V320A256 256 0 0 1 320 64zM576 352v224h160c84.352 0 160-97.28 160-224s-75.648-224-160-224-160 97.28-160 224"}),E("path",{fill:"currentColor",d:"M736 448c-35.328 0-64-43.008-64-96s28.672-96 64-96 64 43.008 64 96-28.672 96-64 96"})]))}}),QD=JD,eH=N({name:"Tools",__name:"tools",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M764.416 254.72a351.68 351.68 0 0 1 86.336 149.184H960v192.064H850.752a351.68 351.68 0 0 1-86.336 149.312l54.72 94.72-166.272 96-54.592-94.72a352.64 352.64 0 0 1-172.48 0L371.136 936l-166.272-96 54.72-94.72a351.68 351.68 0 0 1-86.336-149.312H64v-192h109.248a351.68 351.68 0 0 1 86.336-149.312L204.8 160l166.208-96h.192l54.656 94.592a352.64 352.64 0 0 1 172.48 0L652.8 64h.128L819.2 160l-54.72 94.72zM704 499.968a192 192 0 1 0-384 0 192 192 0 0 0 384 0"})]))}}),tH=eH,oH=N({name:"TopLeft",__name:"top-left",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M256 256h416a32 32 0 1 0 0-64H224a32 32 0 0 0-32 32v448a32 32 0 0 0 64 0z"}),E("path",{fill:"currentColor",d:"M246.656 201.344a32 32 0 0 0-45.312 45.312l544 544a32 32 0 0 0 45.312-45.312l-544-544z"})]))}}),rH=oH,lH=N({name:"TopRight",__name:"top-right",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M768 256H353.6a32 32 0 1 1 0-64H800a32 32 0 0 1 32 32v448a32 32 0 0 1-64 0z"}),E("path",{fill:"currentColor",d:"M777.344 201.344a32 32 0 0 1 45.312 45.312l-544 544a32 32 0 0 1-45.312-45.312l544-544z"})]))}}),nH=lH,aH=N({name:"Top",__name:"top",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M572.235 205.282v600.365a30.118 30.118 0 1 1-60.235 0V205.282L292.382 438.633a28.913 28.913 0 0 1-42.646 0 33.43 33.43 0 0 1 0-45.236l271.058-288.045a28.913 28.913 0 0 1 42.647 0L834.5 393.397a33.43 33.43 0 0 1 0 45.176 28.913 28.913 0 0 1-42.647 0l-219.618-233.23z"})]))}}),iH=aH,sH=N({name:"TrendCharts",__name:"trend-charts",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128 896V128h768v768zm291.712-327.296 128 102.4 180.16-201.792-47.744-42.624-139.84 156.608-128-102.4-180.16 201.792 47.744 42.624 139.84-156.608zM816 352a48 48 0 1 0-96 0 48 48 0 0 0 96 0"})]))}}),cH=sH,uH=N({name:"TrophyBase",__name:"trophy-base",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M918.4 201.6c-6.4-6.4-12.8-9.6-22.4-9.6H768V96c0-9.6-3.2-16-9.6-22.4C752 67.2 745.6 64 736 64H288c-9.6 0-16 3.2-22.4 9.6C259.2 80 256 86.4 256 96v96H128c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 16-9.6 22.4 3.2 108.8 25.6 185.6 64 224 34.4 34.4 77.56 55.65 127.65 61.99 10.91 20.44 24.78 39.25 41.95 56.41 40.86 40.86 91 65.47 150.4 71.9V768h-96c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 12.8-9.6 22.4s3.2 16 9.6 22.4c6.4 6.4 12.8 9.6 22.4 9.6h256c9.6 0 16-3.2 22.4-9.6 6.4-6.4 9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4c-6.4-6.4-12.8-9.6-22.4-9.6h-96V637.26c59.4-7.71 109.54-30.01 150.4-70.86 17.2-17.2 31.51-36.06 42.81-56.55 48.93-6.51 90.02-27.7 126.79-61.85 38.4-38.4 60.8-112 64-224 0-6.4-3.2-16-9.6-22.4zM256 438.4c-19.2-6.4-35.2-19.2-51.2-35.2-22.4-22.4-35.2-70.4-41.6-147.2H256zm390.4 80C608 553.6 566.4 576 512 576s-99.2-19.2-134.4-57.6C342.4 480 320 438.4 320 384V128h384v256c0 54.4-19.2 99.2-57.6 134.4m172.8-115.2c-16 16-32 25.6-51.2 35.2V256h92.8c-6.4 76.8-19.2 124.8-41.6 147.2zM768 896H256c-9.6 0-16 3.2-22.4 9.6-6.4 6.4-9.6 12.8-9.6 22.4s3.2 16 9.6 22.4c6.4 6.4 12.8 9.6 22.4 9.6h512c9.6 0 16-3.2 22.4-9.6 6.4-6.4 9.6-12.8 9.6-22.4s-3.2-16-9.6-22.4c-6.4-6.4-12.8-9.6-22.4-9.6"})]))}}),dH=uH,pH=N({name:"Trophy",__name:"trophy",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M480 896V702.08A256.256 256.256 0 0 1 264.064 512h-32.64a96 96 0 0 1-91.968-68.416L93.632 290.88a76.8 76.8 0 0 1 73.6-98.88H256V96a32 32 0 0 1 32-32h448a32 32 0 0 1 32 32v96h88.768a76.8 76.8 0 0 1 73.6 98.88L884.48 443.52A96 96 0 0 1 792.576 512h-32.64A256.256 256.256 0 0 1 544 702.08V896h128a32 32 0 1 1 0 64H352a32 32 0 1 1 0-64zm224-448V128H320v320a192 192 0 1 0 384 0m64 0h24.576a32 32 0 0 0 30.656-22.784l45.824-152.768A12.8 12.8 0 0 0 856.768 256H768zm-512 0V256h-88.768a12.8 12.8 0 0 0-12.288 16.448l45.824 152.768A32 32 0 0 0 231.424 448z"})]))}}),fH=pH,hH=N({name:"TurnOff",__name:"turn-off",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M329.956 257.138a254.862 254.862 0 0 0 0 509.724h364.088a254.862 254.862 0 0 0 0-509.724zm0-72.818h364.088a327.68 327.68 0 1 1 0 655.36H329.956a327.68 327.68 0 1 1 0-655.36z"}),E("path",{fill:"currentColor",d:"M329.956 621.227a109.227 109.227 0 1 0 0-218.454 109.227 109.227 0 0 0 0 218.454m0 72.817a182.044 182.044 0 1 1 0-364.088 182.044 182.044 0 0 1 0 364.088"})]))}}),vH=hH,mH=N({name:"Umbrella",__name:"umbrella",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M320 768a32 32 0 1 1 64 0 64 64 0 0 0 128 0V512H64a448 448 0 1 1 896 0H576v256a128 128 0 1 1-256 0m570.688-320a384.128 384.128 0 0 0-757.376 0z"})]))}}),gH=mH,bH=N({name:"Unlock",__name:"unlock",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"}),E("path",{fill:"currentColor",d:"M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m178.304-295.296A192.064 192.064 0 0 0 320 320v64h352l96 38.4V448H256V320a256 256 0 0 1 493.76-95.104z"})]))}}),_H=bH,wH=N({name:"UploadFilled",__name:"upload-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M544 864V672h128L512 480 352 672h128v192H320v-1.6c-5.376.32-10.496 1.6-16 1.6A240 240 0 0 1 64 624c0-123.136 93.12-223.488 212.608-237.248A239.808 239.808 0 0 1 512 192a239.872 239.872 0 0 1 235.456 194.752c119.488 13.76 212.48 114.112 212.48 237.248a240 240 0 0 1-240 240c-5.376 0-10.56-1.28-16-1.6v1.6z"})]))}}),yH=wH,xH=N({name:"Upload",__name:"upload",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z"})]))}}),kH=xH,CH=N({name:"UserFilled",__name:"user-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M288 320a224 224 0 1 0 448 0 224 224 0 1 0-448 0m544 608H160a32 32 0 0 1-32-32v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 0 1-32 32z"})]))}}),SH=CH,EH=N({name:"User",__name:"user",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 512a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m320 320v-96a96 96 0 0 0-96-96H288a96 96 0 0 0-96 96v96a32 32 0 1 1-64 0v-96a160 160 0 0 1 160-160h448a160 160 0 0 1 160 160v96a32 32 0 1 1-64 0"})]))}}),TH=EH,$H=N({name:"Van",__name:"van",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M128.896 736H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h576a32 32 0 0 1 32 32v96h164.544a32 32 0 0 1 31.616 27.136l54.144 352A32 32 0 0 1 922.688 736h-91.52a144 144 0 1 1-286.272 0H415.104a144 144 0 1 1-286.272 0zm23.36-64a143.872 143.872 0 0 1 239.488 0H568.32c17.088-25.6 42.24-45.376 71.744-55.808V256H128v416zm655.488 0h77.632l-19.648-128H704v64.896A144 144 0 0 1 807.744 672m48.128-192-14.72-96H704v96h151.872M688 832a80 80 0 1 0 0-160 80 80 0 0 0 0 160m-416 0a80 80 0 1 0 0-160 80 80 0 0 0 0 160"})]))}}),MH=$H,AH=N({name:"VideoCameraFilled",__name:"video-camera-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m768 576 192-64v320l-192-64v96a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V480a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zM192 768v64h384v-64zm192-480a160 160 0 0 1 320 0 160 160 0 0 1-320 0m64 0a96 96 0 1 0 192.064-.064A96 96 0 0 0 448 288m-320 32a128 128 0 1 1 256.064.064A128 128 0 0 1 128 320m64 0a64 64 0 1 0 128 0 64 64 0 0 0-128 0"})]))}}),zH=AH,IH=N({name:"VideoCamera",__name:"video-camera",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M704 768V256H128v512zm64-416 192-96v512l-192-96v128a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32h640a32 32 0 0 1 32 32zm0 71.552v176.896l128 64V359.552zM192 320h192v64H192z"})]))}}),OH=IH,NH=N({name:"VideoPause",__name:"video-pause",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-96-544q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32m192 0q32 0 32 32v256q0 32-32 32t-32-32V384q0-32 32-32"})]))}}),PH=NH,RH=N({name:"VideoPlay",__name:"video-play",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m-48-247.616L668.608 512 464 375.616zm10.624-342.656 249.472 166.336a48 48 0 0 1 0 79.872L474.624 718.272A48 48 0 0 1 400 678.336V345.6a48 48 0 0 1 74.624-39.936z"})]))}}),LH=RH,BH=N({name:"View",__name:"view",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352m0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448m0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160"})]))}}),X3=BH,VH=N({name:"WalletFilled",__name:"wallet-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M688 512a112 112 0 1 0 0 224h208v160H128V352h768v160zm32 160h-32a48 48 0 0 1 0-96h32a48 48 0 0 1 0 96m-80-544 128 160H384z"})]))}}),DH=VH,HH=N({name:"Wallet",__name:"wallet",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M640 288h-64V128H128v704h384v32a32 32 0 0 0 32 32H96a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32h512a32 32 0 0 1 32 32z"}),E("path",{fill:"currentColor",d:"M128 320v512h768V320zm-32-64h832a32 32 0 0 1 32 32v576a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V288a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M704 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"})]))}}),FH=HH,jH=N({name:"WarnTriangleFilled",__name:"warn-triangle-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",style:{"enable-background":"new 0 0 1024 1024"},viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M928.99 755.83 574.6 203.25c-12.89-20.16-36.76-32.58-62.6-32.58s-49.71 12.43-62.6 32.58L95.01 755.83c-12.91 20.12-12.9 44.91.01 65.03 12.92 20.12 36.78 32.51 62.59 32.49h708.78c25.82.01 49.68-12.37 62.59-32.49 12.91-20.12 12.92-44.91.01-65.03M554.67 768h-85.33v-85.33h85.33zm0-426.67v298.66h-85.33V341.32z"})]))}}),KH=jH,UH=N({name:"WarningFilled",__name:"warning-filled",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 192a58.432 58.432 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.432 58.432 0 0 0 512 256m0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4"})]))}}),mc=UH,WH=N({name:"Warning",__name:"warning",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"})]))}}),qH=WH,YH=N({name:"Watch",__name:"watch",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M512 768a256 256 0 1 0 0-512 256 256 0 0 0 0 512m0 64a320 320 0 1 1 0-640 320 320 0 0 1 0 640"}),E("path",{fill:"currentColor",d:"M480 352a32 32 0 0 1 32 32v160a32 32 0 0 1-64 0V384a32 32 0 0 1 32-32"}),E("path",{fill:"currentColor",d:"M480 512h128q32 0 32 32t-32 32H480q-32 0-32-32t32-32m128-256V128H416v128h-64V64h320v192zM416 768v128h192V768h64v192H352V768z"})]))}}),GH=YH,XH=N({name:"Watermelon",__name:"watermelon",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m683.072 600.32-43.648 162.816-61.824-16.512 53.248-198.528L576 493.248l-158.4 158.4-45.248-45.248 158.4-158.4-55.616-55.616-198.528 53.248-16.512-61.824 162.816-43.648L282.752 200A384 384 0 0 0 824 741.248zm231.552 141.056a448 448 0 1 1-632-632l632 632"})]))}}),ZH=XH,JH=N({name:"WindPower",__name:"wind-power",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"M160 64q32 0 32 32v832q0 32-32 32t-32-32V96q0-32 32-32m416 354.624 128-11.584V168.96l-128-11.52v261.12zm-64 5.824V151.552L320 134.08V160h-64V64l616.704 56.064A96 96 0 0 1 960 215.68v144.64a96 96 0 0 1-87.296 95.616L256 512V224h64v217.92zm256-23.232 98.88-8.96A32 32 0 0 0 896 360.32V215.68a32 32 0 0 0-29.12-31.872l-98.88-8.96z"})]))}}),QH=JH,eF=N({name:"ZoomIn",__name:"zoom-in",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704m-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64z"})]))}}),mh=eF,tF=N({name:"ZoomOut",__name:"zoom-out",setup(e){return(t,o)=>(b(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[E("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704M352 448h256a32 32 0 0 1 0 64H352a32 32 0 0 1 0-64"})]))}}),Z3=tF;const oF=Object.freeze(Object.defineProperty({__proto__:null,AddLocation:Qz,Aim:tI,AlarmClock:rI,Apple:nI,ArrowDown:Pl,ArrowDownBold:iI,ArrowLeft:fn,ArrowLeftBold:uI,ArrowRight:ir,ArrowRightBold:fI,ArrowUp:Ad,ArrowUpBold:mI,Avatar:_I,Back:z3,Baseball:xI,Basketball:CI,Bell:$I,BellFilled:EI,Bicycle:AI,Bottom:RI,BottomLeft:II,BottomRight:NI,Bowl:BI,Box:DI,Briefcase:FI,Brush:WI,BrushFilled:KI,Burger:YI,Calendar:I3,Camera:QI,CameraFilled:ZI,CaretBottom:tO,CaretLeft:rO,CaretRight:dh,CaretTop:O3,Cellphone:iO,ChatDotRound:cO,ChatDotSquare:dO,ChatLineRound:fO,ChatLineSquare:vO,ChatRound:gO,ChatSquare:_O,Check:Li,Checked:xO,Cherry:CO,Chicken:EO,ChromeFilled:$O,CircleCheck:zd,CircleCheckFilled:N3,CircleClose:hn,CircleCloseFilled:Id,CirclePlus:RO,CirclePlusFilled:NO,Clock:ph,Close:Jr,CloseBold:VO,Cloudy:FO,Coffee:WO,CoffeeCup:KO,Coin:YO,ColdDrink:XO,Collection:eN,CollectionTag:JO,Comment:oN,Compass:lN,Connection:aN,Coordinate:sN,CopyDocument:uN,Cpu:pN,CreditCard:hN,Crop:mN,DArrowLeft:Ra,DArrowRight:La,DCaret:wN,DataAnalysis:xN,DataBoard:CN,DataLine:EN,Delete:P3,DeleteFilled:$N,DeleteLocation:AN,Dessert:ON,Discount:PN,Dish:VN,DishDot:LN,Document:R3,DocumentAdd:HN,DocumentChecked:jN,DocumentCopy:UN,DocumentDelete:qN,DocumentRemove:GN,Download:JN,Drizzling:eP,Edit:lP,EditPen:oP,Eleme:sP,ElemeFilled:aP,ElementPlus:uP,Expand:pP,Failed:hP,Female:mP,Files:bP,Film:wP,Filter:xP,Finished:CP,FirstAidKit:EP,Flag:$P,Fold:AP,Folder:FP,FolderAdd:IP,FolderChecked:NP,FolderDelete:RP,FolderOpened:BP,FolderRemove:DP,Food:KP,Football:WP,ForkSpoon:YP,Fries:XP,FullScreen:L3,Goblet:nR,GobletFull:QP,GobletSquare:rR,GobletSquareFull:tR,GoldMedal:iR,Goods:dR,GoodsFilled:cR,Grape:fR,Grid:vR,Guide:gR,Handbag:_R,Headset:yR,Help:SR,HelpFilled:kR,Hide:B3,Histogram:$R,HomeFilled:AR,HotWater:IR,House:NR,IceCream:DR,IceCreamRound:RR,IceCreamSquare:BR,IceDrink:FR,IceTea:KR,InfoFilled:Od,Iphone:qR,Key:GR,KnifeFork:ZR,Lightning:QR,Link:tL,List:rL,Loading:vn,Location:uL,LocationFilled:aL,LocationInformation:sL,Lock:pL,Lollipop:hL,MagicStick:mL,Magnet:bL,Male:wL,Management:xL,MapLocation:CL,Medal:EL,Memo:$L,Menu:AL,Message:NL,MessageBox:IL,Mic:RL,Microphone:BL,MilkTea:DL,Minus:V3,Money:jL,Monitor:UL,Moon:GL,MoonNight:qL,More:D3,MoreFilled:fh,MostlyCloudy:QL,Mouse:tB,Mug:rB,Mute:iB,MuteNotification:nB,NoSmoking:cB,Notebook:dB,Notification:fB,Odometer:vB,OfficeBuilding:gB,Open:_B,Operation:yB,Opportunity:kB,Orange:SB,Paperclip:TB,PartlyCloudy:MB,Pear:zB,Phone:PB,PhoneFilled:OB,Picture:DB,PictureFilled:H3,PictureRounded:BB,PieChart:FB,Place:KB,Platform:WB,Plus:hh,Pointer:GB,Position:ZB,Postcard:QB,Pouring:tV,Present:rV,PriceTag:nV,Printer:iV,Promotion:cV,QuartzWatch:dV,QuestionFilled:F3,Rank:hV,Reading:bV,ReadingLamp:mV,Refresh:xV,RefreshLeft:j3,RefreshRight:K3,Refrigerator:CV,Remove:$V,RemoveFilled:EV,Right:AV,ScaleToOriginal:U3,School:OV,Scissor:PV,Search:W3,Select:BV,Sell:DV,SemiSelect:FV,Service:KV,SetUp:WV,Setting:YV,Share:XV,Ship:JV,Shop:eD,ShoppingBag:oD,ShoppingCart:aD,ShoppingCartFull:lD,ShoppingTrolley:sD,Smoking:uD,Soccer:pD,SoldOut:hD,Sort:bD,SortDown:q3,SortUp:Y3,Stamp:wD,Star:G3,StarFilled:vc,Stopwatch:CD,SuccessFilled:vh,Sugar:TD,Suitcase:zD,SuitcaseLine:MD,Sunny:OD,Sunrise:PD,Sunset:LD,Switch:jD,SwitchButton:VD,SwitchFilled:HD,TakeawayBox:UD,Ticket:qD,Tickets:GD,Timer:ZD,ToiletPaper:QD,Tools:tH,Top:iH,TopLeft:rH,TopRight:nH,TrendCharts:cH,Trophy:fH,TrophyBase:dH,TurnOff:vH,Umbrella:gH,Unlock:_H,Upload:kH,UploadFilled:yH,User:TH,UserFilled:SH,Van:MH,VideoCamera:OH,VideoCameraFilled:zH,VideoPause:PH,VideoPlay:LH,View:X3,Wallet:FH,WalletFilled:DH,WarnTriangleFilled:KH,Warning:qH,WarningFilled:mc,Watch:GH,Watermelon:ZH,WindPower:QH,ZoomIn:mh,ZoomOut:Z3},Symbol.toStringTag,{value:"Module"})),J3="__epPropKey",ue=e=>e,rF=e=>xt(e)&&!!e[J3],vl=(e,t)=>{if(!xt(e)||rF(e))return e;const{values:o,required:r,default:l,type:n,validator:a}=e,c={type:n,required:!!r,validator:o||a?d=>{let u=!1,p=[];if(o&&(p=Array.from(o),Pt(e,"default")&&p.push(l),u||(u=p.includes(d))),a&&(u||(u=a(d))),!u&&p.length>0){const h=[...new Set(p)].map(v=>JSON.stringify(v)).join(", ");y9(`Invalid prop: validation failed${t?` for prop "${t}"`:""}. Expected one of [${h}], got value ${JSON.stringify(d)}.`)}return u}:void 0,[J3]:!0};return Pt(e,"default")&&(c.default=l),c},Pe=e=>Sd(Object.entries(e).map(([t,o])=>[t,vl(o,t)])),Xt=ue([String,Object,Function]),gh={Close:Jr},bh={Close:Jr,SuccessFilled:vh,InfoFilled:Od,WarningFilled:mc,CircleCloseFilled:Id},Jn={success:vh,warning:mc,error:Id,info:Od},_h={validating:vn,success:zd,error:hn},yt=(e,t)=>{if(e.install=o=>{for(const r of[e,...Object.values(t??{})])o.component(r.name,r)},t)for(const[o,r]of Object.entries(t))e[o]=r;return e},Q3=(e,t)=>(e.install=o=>{e._context=o._context,o.config.globalProperties[t]=e},e),lF=(e,t)=>(e.install=o=>{o.directive(t,e)},e),co=e=>(e.install=Wt,e),Nd=(...e)=>t=>{e.forEach(o=>{it(o)?o(t):o.value=t})},lt={tab:"Tab",enter:"Enter",space:"Space",left:"ArrowLeft",up:"ArrowUp",right:"ArrowRight",down:"ArrowDown",esc:"Escape",delete:"Delete",backspace:"Backspace",numpadEnter:"NumpadEnter",pageUp:"PageUp",pageDown:"PageDown",home:"Home",end:"End"},nF=["year","years","month","date","dates","week","datetime","datetimerange","daterange","monthrange"],wh=["sun","mon","tue","wed","thu","fri","sat"],St="update:modelValue",ro="change",yr="input",e6=Symbol("INSTALLED_KEY"),Rl=["","default","small","large"],t6=e=>["",...Rl].includes(e);var Qr=(e=>(e[e.TEXT=1]="TEXT",e[e.CLASS=2]="CLASS",e[e.STYLE=4]="STYLE",e[e.PROPS=8]="PROPS",e[e.FULL_PROPS=16]="FULL_PROPS",e[e.HYDRATE_EVENTS=32]="HYDRATE_EVENTS",e[e.STABLE_FRAGMENT=64]="STABLE_FRAGMENT",e[e.KEYED_FRAGMENT=128]="KEYED_FRAGMENT",e[e.UNKEYED_FRAGMENT=256]="UNKEYED_FRAGMENT",e[e.NEED_PATCH=512]="NEED_PATCH",e[e.DYNAMIC_SLOTS=1024]="DYNAMIC_SLOTS",e[e.HOISTED=-1]="HOISTED",e[e.BAIL=-2]="BAIL",e))(Qr||{});function yh(e){return io(e)&&e.type===Qe}function aF(e){return io(e)&&e.type===Jo}function iF(e){return io(e)&&!yh(e)&&!aF(e)}const sF=e=>{if(!io(e))return{};const t=e.props||{},o=(io(e.type)?e.type.props:void 0)||{},r={};return Object.keys(o).forEach(l=>{Pt(o[l],"default")&&(r[l]=o[l].default)}),Object.keys(t).forEach(l=>{r[Fr(l)]=t[l]}),r},cF=e=>{if(!Ke(e)||e.length>1)throw new Error("expect to receive a single Vue element child");return e[0]},Qn=e=>{const t=Ke(e)?e:[e],o=[];return t.forEach(r=>{var l;Ke(r)?o.push(...Qn(r)):io(r)&&Ke(r.children)?o.push(...Qn(r.children)):(o.push(r),io(r)&&((l=r.component)!=null&&l.subTree)&&o.push(...Qn(r.component.subTree)))}),o},o6=e=>[...new Set(e)],Lr=e=>!e&&e!==0?[]:Array.isArray(e)?e:[e],xh=e=>/([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(e),uo=e=>e;function uF(e){let t=0;const o=(...r)=>{t&&Pa(t),t=Xn(()=>{e(...r),t=0})};return o.cancel=()=>{Pa(t),t=0},o}const dF=["class","style"],pF=/^on[A-Z]/,kh=(e={})=>{const{excludeListeners:t=!1,excludeKeys:o}=e,r=C(()=>((o==null?void 0:o.value)||[]).concat(dF)),l=wt();return C(l?()=>{var n;return Sd(Object.entries((n=l.proxy)==null?void 0:n.$attrs).filter(([a])=>!r.value.includes(a)&&!(t&&pF.test(a))))}:()=>({}))},Lo=({from:e,replacement:t,scope:o,version:r,ref:l,type:n="API"},a)=>{Se(()=>s(a),i=>{},{immediate:!0})},r6=(e,t,o,r)=>{let l={offsetX:0,offsetY:0};const n=c=>{const d=c.clientX,u=c.clientY,{offsetX:p,offsetY:h}=l,v=e.value.getBoundingClientRect(),m=v.left,f=v.top,_=v.width,g=v.height,y=document.documentElement.clientWidth,w=document.documentElement.clientHeight,x=-m+p,$=-f+h,T=y-m-_+p,R=w-f-g+h,P=B=>{let V=p+B.clientX-d,j=h+B.clientY-u;r!=null&&r.value||(V=Math.min(Math.max(V,x),T),j=Math.min(Math.max(j,$),R)),l={offsetX:V,offsetY:j},e.value&&(e.value.style.transform=`translate(${mo(V)}, ${mo(j)})`)},L=()=>{document.removeEventListener("mousemove",P),document.removeEventListener("mouseup",L)};document.addEventListener("mousemove",P),document.addEventListener("mouseup",L)},a=()=>{t.value&&e.value&&t.value.addEventListener("mousedown",n)},i=()=>{t.value&&e.value&&t.value.removeEventListener("mousedown",n)};ft(()=>{Go(()=>{o.value?a():i()})}),to(()=>{i()})};var fF={name:"en",el:{breadcrumb:{label:"Breadcrumb"},colorpicker:{confirm:"OK",clear:"Clear",defaultLabel:"color picker",description:"current color is {color}. press enter to select a new color."},datepicker:{now:"Now",today:"Today",cancel:"Cancel",clear:"Clear",confirm:"OK",dateTablePrompt:"Use the arrow keys and enter to select the day of the month",monthTablePrompt:"Use the arrow keys and enter to select the month",yearTablePrompt:"Use the arrow keys and enter to select the year",selectedDate:"Selected date",selectDate:"Select date",selectTime:"Select time",startDate:"Start Date",startTime:"Start Time",endDate:"End Date",endTime:"End Time",prevYear:"Previous Year",nextYear:"Next Year",prevMonth:"Previous Month",nextMonth:"Next Month",year:"",month1:"January",month2:"February",month3:"March",month4:"April",month5:"May",month6:"June",month7:"July",month8:"August",month9:"September",month10:"October",month11:"November",month12:"December",week:"week",weeks:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},weeksFull:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"},months:{jan:"Jan",feb:"Feb",mar:"Mar",apr:"Apr",may:"May",jun:"Jun",jul:"Jul",aug:"Aug",sep:"Sep",oct:"Oct",nov:"Nov",dec:"Dec"}},inputNumber:{decrease:"decrease number",increase:"increase number"},select:{loading:"Loading",noMatch:"No matching data",noData:"No data",placeholder:"Select"},dropdown:{toggleDropdown:"Toggle Dropdown"},cascader:{noMatch:"No matching data",loading:"Loading",placeholder:"Select",noData:"No data"},pagination:{goto:"Go to",pagesize:"/page",total:"Total {total}",pageClassifier:"",page:"Page",prev:"Go to previous page",next:"Go to next page",currentPage:"page {pager}",prevPages:"Previous {pager} pages",nextPages:"Next {pager} pages",deprecationWarning:"Deprecated usages detected, please refer to the el-pagination documentation for more details"},dialog:{close:"Close this dialog"},drawer:{close:"Close this dialog"},messagebox:{title:"Message",confirm:"OK",cancel:"Cancel",error:"Illegal input",close:"Close this dialog"},upload:{deleteTip:"press delete to remove",delete:"Delete",preview:"Preview",continue:"Continue"},slider:{defaultLabel:"slider between {min} and {max}",defaultRangeStartLabel:"pick start value",defaultRangeEndLabel:"pick end value"},table:{emptyText:"No Data",confirmFilter:"Confirm",resetFilter:"Reset",clearFilter:"All",sumText:"Sum"},tour:{next:"Next",previous:"Previous",finish:"Finish"},tree:{emptyText:"No Data"},transfer:{noMatch:"No matching data",noData:"No data",titles:["List 1","List 2"],filterPlaceholder:"Enter keyword",noCheckedFormat:"{total} items",hasCheckedFormat:"{checked}/{total} checked"},image:{error:"FAILED"},pageHeader:{title:"Back"},popconfirm:{confirmButtonText:"Yes",cancelButtonText:"No"},carousel:{leftArrow:"Carousel arrow left",rightArrow:"Carousel arrow right",indicator:"Carousel switch to index {index}"}}};const hF=e=>(t,o)=>vF(t,o,s(e)),vF=(e,t,o)=>wo(o,e,e).replace(/\{(\w+)\}/g,(r,l)=>{var n;return`${(n=t==null?void 0:t[l])!=null?n:`{${l}}`}`}),mF=e=>{const t=C(()=>s(e).name),o=Zt(e)?e:D(e);return{lang:t,locale:o,t:hF(e)}},l6=Symbol("localeContextKey"),Rt=e=>{const t=e||Ge(l6,D());return mF(C(()=>t.value||fF))},gc="el",gF="is-",Ba=(e,t,o,r,l)=>{let n=`${e}-${t}`;return o&&(n+=`-${o}`),r&&(n+=`__${r}`),l&&(n+=`--${l}`),n},n6=Symbol("namespaceContextKey"),Ch=e=>{const t=e||(wt()?Ge(n6,D(gc)):D(gc));return C(()=>s(t)||gc)},ze=(e,t)=>{const o=Ch(t);return{namespace:o,b:(f="")=>Ba(o.value,e,f,"",""),e:f=>f?Ba(o.value,e,"",f,""):"",m:f=>f?Ba(o.value,e,"","",f):"",be:(f,_)=>f&&_?Ba(o.value,e,f,_,""):"",em:(f,_)=>f&&_?Ba(o.value,e,"",f,_):"",bm:(f,_)=>f&&_?Ba(o.value,e,f,"",_):"",bem:(f,_,g)=>f&&_&&g?Ba(o.value,e,f,_,g):"",is:(f,..._)=>{const g=_.length>=1?_[0]:!0;return f&&g?`${gF}${f}`:""},cssVar:f=>{const _={};for(const g in f)f[g]&&(_[`--${o.value}-${g}`]=f[g]);return _},cssVarName:f=>`--${o.value}-${f}`,cssVarBlock:f=>{const _={};for(const g in f)f[g]&&(_[`--${o.value}-${e}-${g}`]=f[g]);return _},cssVarBlockName:f=>`--${o.value}-${e}-${f}`}},Sh=(e,t={})=>{Zt(e)||Io("[useLockscreen]","You need to pass a ref param to this function");const o=t.ns||ze("popup"),r=C(()=>o.bm("parent","hidden"));if(!Nt||Xr(document.body,r.value))return;let l=0,n=!1,a="0";const i=()=>{setTimeout(()=>{ar(document==null?void 0:document.body,r.value),n&&document&&(document.body.style.width=a)},200)};Se(e,c=>{if(!c){i();return}n=!Xr(document.body,r.value),n&&(a=document.body.style.width),l=T3(o.namespace.value);const d=document.documentElement.clientHeight0&&(d||u==="scroll")&&n&&(document.body.style.width=`calc(100% - ${l}px)`),Zr(document.body,r.value)}),kf(()=>i())},bF=vl({type:ue(Boolean),default:null}),_F=vl({type:ue(Function)}),a6=e=>{const t=`update:${e}`,o=`onUpdate:${e}`,r=[t],l={[e]:bF,[o]:_F};return{useModelToggle:({indicator:a,toggleReason:i,shouldHideWhenRouteChanges:c,shouldProceed:d,onShow:u,onHide:p})=>{const h=wt(),{emit:v}=h,m=h.props,f=C(()=>it(m[o])),_=C(()=>m[e]===null),g=R=>{a.value!==!0&&(a.value=!0,i&&(i.value=R),it(u)&&u(R))},y=R=>{a.value!==!1&&(a.value=!1,i&&(i.value=R),it(p)&&p(R))},w=R=>{if(m.disabled===!0||it(d)&&!d())return;const P=f.value&&Nt;P&&v(t,!0),(_.value||!P)&&g(R)},x=R=>{if(m.disabled===!0||!Nt)return;const P=f.value&&Nt;P&&v(t,!1),(_.value||!P)&&y(R)},$=R=>{Co(R)&&(m.disabled&&R?f.value&&v(t,!1):a.value!==R&&(R?g():y()))},T=()=>{a.value?x():w()};return Se(()=>m[e],$),c&&h.appContext.config.globalProperties.$route!==void 0&&Se(()=>({...h.proxy.$route}),()=>{c.value&&a.value&&x()}),ft(()=>{$(m[e])}),{hide:x,show:w,toggle:T,hasUpdateHandler:f}},useModelToggleProps:l,useModelToggleEmits:r}};a6("modelValue");const i6=e=>{const t=wt();return C(()=>{var o,r;return(r=(o=t==null?void 0:t.proxy)==null?void 0:o.$props)==null?void 0:r[e]})};var Ar="top",el="bottom",tl="right",zr="left",Eh="auto",bc=[Ar,el,tl,zr],Bi="start",_c="end",wF="clippingParents",s6="viewport",wc="popper",yF="reference",c6=bc.reduce(function(e,t){return e.concat([t+"-"+Bi,t+"-"+_c])},[]),Va=[].concat(bc,[Eh]).reduce(function(e,t){return e.concat([t,t+"-"+Bi,t+"-"+_c])},[]),xF="beforeRead",kF="read",CF="afterRead",SF="beforeMain",EF="main",TF="afterMain",$F="beforeWrite",MF="write",AF="afterWrite",zF=[xF,kF,CF,SF,EF,TF,$F,MF,AF];function Ll(e){return e?(e.nodeName||"").toLowerCase():null}function ml(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Vi(e){var t=ml(e).Element;return e instanceof t||e instanceof Element}function ol(e){var t=ml(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Th(e){if(typeof ShadowRoot>"u")return!1;var t=ml(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function IF(e){var t=e.state;Object.keys(t.elements).forEach(function(o){var r=t.styles[o]||{},l=t.attributes[o]||{},n=t.elements[o];!ol(n)||!Ll(n)||(Object.assign(n.style,r),Object.keys(l).forEach(function(a){var i=l[a];i===!1?n.removeAttribute(a):n.setAttribute(a,i===!0?"":i)}))})}function OF(e){var t=e.state,o={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,o.popper),t.styles=o,t.elements.arrow&&Object.assign(t.elements.arrow.style,o.arrow),function(){Object.keys(t.elements).forEach(function(r){var l=t.elements[r],n=t.attributes[r]||{},a=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:o[r]),i=a.reduce(function(c,d){return c[d]="",c},{});!ol(l)||!Ll(l)||(Object.assign(l.style,i),Object.keys(n).forEach(function(c){l.removeAttribute(c)}))})}}var u6={name:"applyStyles",enabled:!0,phase:"write",fn:IF,effect:OF,requires:["computeStyles"]};function Bl(e){return e.split("-")[0]}var Da=Math.max,Pd=Math.min,Di=Math.round;function Hi(e,t){t===void 0&&(t=!1);var o=e.getBoundingClientRect(),r=1,l=1;if(ol(e)&&t){var n=e.offsetHeight,a=e.offsetWidth;a>0&&(r=Di(o.width)/a||1),n>0&&(l=Di(o.height)/n||1)}return{width:o.width/r,height:o.height/l,top:o.top/l,right:o.right/r,bottom:o.bottom/l,left:o.left/r,x:o.left/r,y:o.top/l}}function $h(e){var t=Hi(e),o=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-o)<=1&&(o=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:o,height:r}}function d6(e,t){var o=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(o&&Th(o)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}function mn(e){return ml(e).getComputedStyle(e)}function NF(e){return["table","td","th"].indexOf(Ll(e))>=0}function ea(e){return((Vi(e)?e.ownerDocument:e.document)||window.document).documentElement}function Rd(e){return Ll(e)==="html"?e:e.assignedSlot||e.parentNode||(Th(e)?e.host:null)||ea(e)}function p6(e){return!ol(e)||mn(e).position==="fixed"?null:e.offsetParent}function PF(e){var t=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,o=navigator.userAgent.indexOf("Trident")!==-1;if(o&&ol(e)){var r=mn(e);if(r.position==="fixed")return null}var l=Rd(e);for(Th(l)&&(l=l.host);ol(l)&&["html","body"].indexOf(Ll(l))<0;){var n=mn(l);if(n.transform!=="none"||n.perspective!=="none"||n.contain==="paint"||["transform","perspective"].indexOf(n.willChange)!==-1||t&&n.willChange==="filter"||t&&n.filter&&n.filter!=="none")return l;l=l.parentNode}return null}function yc(e){for(var t=ml(e),o=p6(e);o&&NF(o)&&mn(o).position==="static";)o=p6(o);return o&&(Ll(o)==="html"||Ll(o)==="body"&&mn(o).position==="static")?t:o||PF(e)||t}function Mh(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function xc(e,t,o){return Da(e,Pd(t,o))}function RF(e,t,o){var r=xc(e,t,o);return r>o?o:r}function f6(){return{top:0,right:0,bottom:0,left:0}}function h6(e){return Object.assign({},f6(),e)}function v6(e,t){return t.reduce(function(o,r){return o[r]=e,o},{})}var LF=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,h6(typeof e!="number"?e:v6(e,bc))};function BF(e){var t,o=e.state,r=e.name,l=e.options,n=o.elements.arrow,a=o.modifiersData.popperOffsets,i=Bl(o.placement),c=Mh(i),d=[zr,tl].indexOf(i)>=0,u=d?"height":"width";if(!(!n||!a)){var p=LF(l.padding,o),h=$h(n),v=c==="y"?Ar:zr,m=c==="y"?el:tl,f=o.rects.reference[u]+o.rects.reference[c]-a[c]-o.rects.popper[u],_=a[c]-o.rects.reference[c],g=yc(n),y=g?c==="y"?g.clientHeight||0:g.clientWidth||0:0,w=f/2-_/2,x=p[v],$=y-h[u]-p[m],T=y/2-h[u]/2+w,R=xc(x,T,$),P=c;o.modifiersData[r]=(t={},t[P]=R,t.centerOffset=R-T,t)}}function VF(e){var t=e.state,o=e.options,r=o.element,l=r===void 0?"[data-popper-arrow]":r;l!=null&&(typeof l=="string"&&(l=t.elements.popper.querySelector(l),!l)||!d6(t.elements.popper,l)||(t.elements.arrow=l))}var DF={name:"arrow",enabled:!0,phase:"main",fn:BF,effect:VF,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Fi(e){return e.split("-")[1]}var HF={top:"auto",right:"auto",bottom:"auto",left:"auto"};function FF(e){var t=e.x,o=e.y,r=window,l=r.devicePixelRatio||1;return{x:Di(t*l)/l||0,y:Di(o*l)/l||0}}function m6(e){var t,o=e.popper,r=e.popperRect,l=e.placement,n=e.variation,a=e.offsets,i=e.position,c=e.gpuAcceleration,d=e.adaptive,u=e.roundOffsets,p=e.isFixed,h=a.x,v=h===void 0?0:h,m=a.y,f=m===void 0?0:m,_=typeof u=="function"?u({x:v,y:f}):{x:v,y:f};v=_.x,f=_.y;var g=a.hasOwnProperty("x"),y=a.hasOwnProperty("y"),w=zr,x=Ar,$=window;if(d){var T=yc(o),R="clientHeight",P="clientWidth";if(T===ml(o)&&(T=ea(o),mn(T).position!=="static"&&i==="absolute"&&(R="scrollHeight",P="scrollWidth")),T=T,l===Ar||(l===zr||l===tl)&&n===_c){x=el;var L=p&&T===$&&$.visualViewport?$.visualViewport.height:T[R];f-=L-r.height,f*=c?1:-1}if(l===zr||(l===Ar||l===el)&&n===_c){w=tl;var B=p&&T===$&&$.visualViewport?$.visualViewport.width:T[P];v-=B-r.width,v*=c?1:-1}}var V=Object.assign({position:i},d&&HF),j=u===!0?FF({x:v,y:f}):{x:v,y:f};if(v=j.x,f=j.y,c){var te;return Object.assign({},V,(te={},te[x]=y?"0":"",te[w]=g?"0":"",te.transform=($.devicePixelRatio||1)<=1?"translate("+v+"px, "+f+"px)":"translate3d("+v+"px, "+f+"px, 0)",te))}return Object.assign({},V,(t={},t[x]=y?f+"px":"",t[w]=g?v+"px":"",t.transform="",t))}function jF(e){var t=e.state,o=e.options,r=o.gpuAcceleration,l=r===void 0?!0:r,n=o.adaptive,a=n===void 0?!0:n,i=o.roundOffsets,c=i===void 0?!0:i,d={placement:Bl(t.placement),variation:Fi(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:l,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,m6(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:c})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,m6(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var g6={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:jF,data:{}},Ld={passive:!0};function KF(e){var t=e.state,o=e.instance,r=e.options,l=r.scroll,n=l===void 0?!0:l,a=r.resize,i=a===void 0?!0:a,c=ml(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return n&&d.forEach(function(u){u.addEventListener("scroll",o.update,Ld)}),i&&c.addEventListener("resize",o.update,Ld),function(){n&&d.forEach(function(u){u.removeEventListener("scroll",o.update,Ld)}),i&&c.removeEventListener("resize",o.update,Ld)}}var b6={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:KF,data:{}},UF={left:"right",right:"left",bottom:"top",top:"bottom"};function Bd(e){return e.replace(/left|right|bottom|top/g,function(t){return UF[t]})}var WF={start:"end",end:"start"};function _6(e){return e.replace(/start|end/g,function(t){return WF[t]})}function Ah(e){var t=ml(e),o=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:o,scrollTop:r}}function zh(e){return Hi(ea(e)).left+Ah(e).scrollLeft}function qF(e){var t=ml(e),o=ea(e),r=t.visualViewport,l=o.clientWidth,n=o.clientHeight,a=0,i=0;return r&&(l=r.width,n=r.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(a=r.offsetLeft,i=r.offsetTop)),{width:l,height:n,x:a+zh(e),y:i}}function YF(e){var t,o=ea(e),r=Ah(e),l=(t=e.ownerDocument)==null?void 0:t.body,n=Da(o.scrollWidth,o.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),a=Da(o.scrollHeight,o.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0),i=-r.scrollLeft+zh(e),c=-r.scrollTop;return mn(l||o).direction==="rtl"&&(i+=Da(o.clientWidth,l?l.clientWidth:0)-n),{width:n,height:a,x:i,y:c}}function Ih(e){var t=mn(e),o=t.overflow,r=t.overflowX,l=t.overflowY;return/auto|scroll|overlay|hidden/.test(o+l+r)}function w6(e){return["html","body","#document"].indexOf(Ll(e))>=0?e.ownerDocument.body:ol(e)&&Ih(e)?e:w6(Rd(e))}function kc(e,t){var o;t===void 0&&(t=[]);var r=w6(e),l=r===((o=e.ownerDocument)==null?void 0:o.body),n=ml(r),a=l?[n].concat(n.visualViewport||[],Ih(r)?r:[]):r,i=t.concat(a);return l?i:i.concat(kc(Rd(a)))}function Oh(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function GF(e){var t=Hi(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}function y6(e,t){return t===s6?Oh(qF(e)):Vi(t)?GF(t):Oh(YF(ea(e)))}function XF(e){var t=kc(Rd(e)),o=["absolute","fixed"].indexOf(mn(e).position)>=0,r=o&&ol(e)?yc(e):e;return Vi(r)?t.filter(function(l){return Vi(l)&&d6(l,r)&&Ll(l)!=="body"}):[]}function ZF(e,t,o){var r=t==="clippingParents"?XF(e):[].concat(t),l=[].concat(r,[o]),n=l[0],a=l.reduce(function(i,c){var d=y6(e,c);return i.top=Da(d.top,i.top),i.right=Pd(d.right,i.right),i.bottom=Pd(d.bottom,i.bottom),i.left=Da(d.left,i.left),i},y6(e,n));return a.width=a.right-a.left,a.height=a.bottom-a.top,a.x=a.left,a.y=a.top,a}function x6(e){var t=e.reference,o=e.element,r=e.placement,l=r?Bl(r):null,n=r?Fi(r):null,a=t.x+t.width/2-o.width/2,i=t.y+t.height/2-o.height/2,c;switch(l){case Ar:c={x:a,y:t.y-o.height};break;case el:c={x:a,y:t.y+t.height};break;case tl:c={x:t.x+t.width,y:i};break;case zr:c={x:t.x-o.width,y:i};break;default:c={x:t.x,y:t.y}}var d=l?Mh(l):null;if(d!=null){var u=d==="y"?"height":"width";switch(n){case Bi:c[d]=c[d]-(t[u]/2-o[u]/2);break;case _c:c[d]=c[d]+(t[u]/2-o[u]/2);break}}return c}function Cc(e,t){t===void 0&&(t={});var o=t,r=o.placement,l=r===void 0?e.placement:r,n=o.boundary,a=n===void 0?wF:n,i=o.rootBoundary,c=i===void 0?s6:i,d=o.elementContext,u=d===void 0?wc:d,p=o.altBoundary,h=p===void 0?!1:p,v=o.padding,m=v===void 0?0:v,f=h6(typeof m!="number"?m:v6(m,bc)),_=u===wc?yF:wc,g=e.rects.popper,y=e.elements[h?_:u],w=ZF(Vi(y)?y:y.contextElement||ea(e.elements.popper),a,c),x=Hi(e.elements.reference),$=x6({reference:x,element:g,strategy:"absolute",placement:l}),T=Oh(Object.assign({},g,$)),R=u===wc?T:x,P={top:w.top-R.top+f.top,bottom:R.bottom-w.bottom+f.bottom,left:w.left-R.left+f.left,right:R.right-w.right+f.right},L=e.modifiersData.offset;if(u===wc&&L){var B=L[l];Object.keys(P).forEach(function(V){var j=[tl,el].indexOf(V)>=0?1:-1,te=[Ar,el].indexOf(V)>=0?"y":"x";P[V]+=B[te]*j})}return P}function JF(e,t){t===void 0&&(t={});var o=t,r=o.placement,l=o.boundary,n=o.rootBoundary,a=o.padding,i=o.flipVariations,c=o.allowedAutoPlacements,d=c===void 0?Va:c,u=Fi(r),p=u?i?c6:c6.filter(function(m){return Fi(m)===u}):bc,h=p.filter(function(m){return d.indexOf(m)>=0});h.length===0&&(h=p);var v=h.reduce(function(m,f){return m[f]=Cc(e,{placement:f,boundary:l,rootBoundary:n,padding:a})[Bl(f)],m},{});return Object.keys(v).sort(function(m,f){return v[m]-v[f]})}function QF(e){if(Bl(e)===Eh)return[];var t=Bd(e);return[_6(e),t,_6(t)]}function ej(e){var t=e.state,o=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var l=o.mainAxis,n=l===void 0?!0:l,a=o.altAxis,i=a===void 0?!0:a,c=o.fallbackPlacements,d=o.padding,u=o.boundary,p=o.rootBoundary,h=o.altBoundary,v=o.flipVariations,m=v===void 0?!0:v,f=o.allowedAutoPlacements,_=t.options.placement,g=Bl(_),y=g===_,w=c||(y||!m?[Bd(_)]:QF(_)),x=[_].concat(w).reduce(function(Q,Me){return Q.concat(Bl(Me)===Eh?JF(t,{placement:Me,boundary:u,rootBoundary:p,padding:d,flipVariations:m,allowedAutoPlacements:f}):Me)},[]),$=t.rects.reference,T=t.rects.popper,R=new Map,P=!0,L=x[0],B=0;B=0,Z=J?"width":"height",H=Cc(t,{placement:V,boundary:u,rootBoundary:p,altBoundary:h,padding:d}),F=J?te?tl:zr:te?el:Ar;$[Z]>T[Z]&&(F=Bd(F));var K=Bd(F),I=[];if(n&&I.push(H[j]<=0),i&&I.push(H[F]<=0,H[K]<=0),I.every(function(Q){return Q})){L=V,P=!1;break}R.set(V,I)}if(P)for(var U=m?3:1,oe=function(Q){var Me=x.find(function(de){var _e=R.get(de);if(_e)return _e.slice(0,Q).every(function(me){return me})});if(Me)return L=Me,"break"},ne=U;ne>0;ne--){var ce=oe(ne);if(ce==="break")break}t.placement!==L&&(t.modifiersData[r]._skip=!0,t.placement=L,t.reset=!0)}}var tj={name:"flip",enabled:!0,phase:"main",fn:ej,requiresIfExists:["offset"],data:{_skip:!1}};function k6(e,t,o){return o===void 0&&(o={x:0,y:0}),{top:e.top-t.height-o.y,right:e.right-t.width+o.x,bottom:e.bottom-t.height+o.y,left:e.left-t.width-o.x}}function C6(e){return[Ar,tl,el,zr].some(function(t){return e[t]>=0})}function oj(e){var t=e.state,o=e.name,r=t.rects.reference,l=t.rects.popper,n=t.modifiersData.preventOverflow,a=Cc(t,{elementContext:"reference"}),i=Cc(t,{altBoundary:!0}),c=k6(a,r),d=k6(i,l,n),u=C6(c),p=C6(d);t.modifiersData[o]={referenceClippingOffsets:c,popperEscapeOffsets:d,isReferenceHidden:u,hasPopperEscaped:p},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":p})}var rj={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:oj};function lj(e,t,o){var r=Bl(e),l=[zr,Ar].indexOf(r)>=0?-1:1,n=typeof o=="function"?o(Object.assign({},t,{placement:e})):o,a=n[0],i=n[1];return a=a||0,i=(i||0)*l,[zr,tl].indexOf(r)>=0?{x:i,y:a}:{x:a,y:i}}function nj(e){var t=e.state,o=e.options,r=e.name,l=o.offset,n=l===void 0?[0,0]:l,a=Va.reduce(function(u,p){return u[p]=lj(p,t.rects,n),u},{}),i=a[t.placement],c=i.x,d=i.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=d),t.modifiersData[r]=a}var aj={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:nj};function ij(e){var t=e.state,o=e.name;t.modifiersData[o]=x6({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var S6={name:"popperOffsets",enabled:!0,phase:"read",fn:ij,data:{}};function sj(e){return e==="x"?"y":"x"}function cj(e){var t=e.state,o=e.options,r=e.name,l=o.mainAxis,n=l===void 0?!0:l,a=o.altAxis,i=a===void 0?!1:a,c=o.boundary,d=o.rootBoundary,u=o.altBoundary,p=o.padding,h=o.tether,v=h===void 0?!0:h,m=o.tetherOffset,f=m===void 0?0:m,_=Cc(t,{boundary:c,rootBoundary:d,padding:p,altBoundary:u}),g=Bl(t.placement),y=Fi(t.placement),w=!y,x=Mh(g),$=sj(x),T=t.modifiersData.popperOffsets,R=t.rects.reference,P=t.rects.popper,L=typeof f=="function"?f(Object.assign({},t.rects,{placement:t.placement})):f,B=typeof L=="number"?{mainAxis:L,altAxis:L}:Object.assign({mainAxis:0,altAxis:0},L),V=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,j={x:0,y:0};if(T){if(n){var te,J=x==="y"?Ar:zr,Z=x==="y"?el:tl,H=x==="y"?"height":"width",F=T[x],K=F+_[J],I=F-_[Z],U=v?-P[H]/2:0,oe=y===Bi?R[H]:P[H],ne=y===Bi?-P[H]:-R[H],ce=t.elements.arrow,Q=v&&ce?$h(ce):{width:0,height:0},Me=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:f6(),de=Me[J],_e=Me[Z],me=xc(0,R[H],Q[H]),Re=w?R[H]/2-U-me-de-B.mainAxis:oe-me-de-B.mainAxis,Ce=w?-R[H]/2+U+me+_e+B.mainAxis:ne+me+_e+B.mainAxis,Ee=t.elements.arrow&&yc(t.elements.arrow),De=Ee?x==="y"?Ee.clientTop||0:Ee.clientLeft||0:0,ae=(te=V==null?void 0:V[x])!=null?te:0,pe=F+Re-ae-De,ke=F+Ce-ae,Oe=xc(v?Pd(K,pe):K,F,v?Da(I,ke):I);T[x]=Oe,j[x]=Oe-F}if(i){var we,Te=x==="x"?Ar:zr,Ne=x==="x"?el:tl,Ie=T[$],Ae=$==="y"?"height":"width",xe=Ie+_[Te],We=Ie-_[Ne],qe=[Ar,zr].indexOf(g)!==-1,ye=(we=V==null?void 0:V[$])!=null?we:0,Ye=qe?xe:Ie-R[Ae]-P[Ae]-ye+B.altAxis,tt=qe?Ie+R[Ae]+P[Ae]-ye-B.altAxis:We,pt=v&&qe?RF(Ye,Ie,tt):xc(v?Ye:xe,Ie,v?tt:We);T[$]=pt,j[$]=pt-Ie}t.modifiersData[r]=j}}var uj={name:"preventOverflow",enabled:!0,phase:"main",fn:cj,requiresIfExists:["offset"]};function dj(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function pj(e){return e===ml(e)||!ol(e)?Ah(e):dj(e)}function fj(e){var t=e.getBoundingClientRect(),o=Di(t.width)/e.offsetWidth||1,r=Di(t.height)/e.offsetHeight||1;return o!==1||r!==1}function hj(e,t,o){o===void 0&&(o=!1);var r=ol(t),l=ol(t)&&fj(t),n=ea(t),a=Hi(e,l),i={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(r||!r&&!o)&&((Ll(t)!=="body"||Ih(n))&&(i=pj(t)),ol(t)?(c=Hi(t,!0),c.x+=t.clientLeft,c.y+=t.clientTop):n&&(c.x=zh(n))),{x:a.left+i.scrollLeft-c.x,y:a.top+i.scrollTop-c.y,width:a.width,height:a.height}}function vj(e){var t=new Map,o=new Set,r=[];e.forEach(function(n){t.set(n.name,n)});function l(n){o.add(n.name);var a=[].concat(n.requires||[],n.requiresIfExists||[]);a.forEach(function(i){if(!o.has(i)){var c=t.get(i);c&&l(c)}}),r.push(n)}return e.forEach(function(n){o.has(n.name)||l(n)}),r}function mj(e){var t=vj(e);return zF.reduce(function(o,r){return o.concat(t.filter(function(l){return l.phase===r}))},[])}function gj(e){var t;return function(){return t||(t=new Promise(function(o){Promise.resolve().then(function(){t=void 0,o(e())})})),t}}function bj(e){var t=e.reduce(function(o,r){var l=o[r.name];return o[r.name]=l?Object.assign({},l,r,{options:Object.assign({},l.options,r.options),data:Object.assign({},l.data,r.data)}):r,o},{});return Object.keys(t).map(function(o){return t[o]})}var E6={placement:"bottom",modifiers:[],strategy:"absolute"};function T6(){for(var e=arguments.length,t=new Array(e),o=0;o{const r={name:"updateState",enabled:!0,phase:"write",fn:({state:c})=>{const d=kj(c);Object.assign(a.value,d)},requires:["computeStyles"]},l=C(()=>{const{onFirstUpdate:c,placement:d,strategy:u,modifiers:p}=s(o);return{onFirstUpdate:c,placement:d||"bottom",strategy:u||"absolute",modifiers:[...p||[],r,{name:"applyStyles",enabled:!1}]}}),n=lo(),a=D({styles:{popper:{position:s(l).strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),i=()=>{n.value&&(n.value.destroy(),n.value=void 0)};return Se(l,c=>{const d=s(n);d&&d.setOptions(c)},{deep:!0}),Se([e,t],([c,d])=>{i(),!(!c||!d)&&(n.value=yj(c,d,s(l)))}),to(()=>{i()}),{state:C(()=>{var c;return{...((c=s(n))==null?void 0:c.state)||{}}}),styles:C(()=>s(a).styles),attributes:C(()=>s(a).attributes),update:()=>{var c;return(c=s(n))==null?void 0:c.update()},forceUpdate:()=>{var c;return(c=s(n))==null?void 0:c.forceUpdate()},instanceRef:C(()=>s(n))}};function kj(e){const t=Object.keys(e.elements),o=Sd(t.map(l=>[l,e.styles[l]||{}])),r=Sd(t.map(l=>[l,e.attributes[l]]));return{styles:o,attributes:r}}const Ph=e=>{if(!e)return{onClick:Wt,onMousedown:Wt,onMouseup:Wt};let t=!1,o=!1;return{onClick:a=>{t&&o&&e(a),t=o=!1},onMousedown:a=>{t=a.target===a.currentTarget},onMouseup:a=>{o=a.target===a.currentTarget}}},Cj=(e,t=0)=>{if(t===0)return e;const o=D(!1);let r=0;const l=()=>{r&&clearTimeout(r),r=window.setTimeout(()=>{o.value=e.value},t)};return ft(l),Se(()=>e.value,n=>{n?l():o.value=n}),o};function $6(){let e;const t=(r,l)=>{o(),e=window.setTimeout(r,l)},o=()=>window.clearTimeout(e);return rc(()=>o()),{registerTimeout:t,cancelTimeout:o}}const M6={prefix:Math.floor(Math.random()*1e4),current:0},Sj=Symbol("elIdInjection"),Rh=()=>wt()?Ge(Sj,M6):M6,Qo=e=>{const t=Rh(),o=Ch();return C(()=>s(e)||`${o.value}-id-${t.prefix}-${t.current++}`)};let ji=[];const A6=e=>{const t=e;t.key===lt.esc&&ji.forEach(o=>o(t))},Ej=e=>{ft(()=>{ji.length===0&&document.addEventListener("keydown",A6),Nt&&ji.push(e)}),to(()=>{ji=ji.filter(t=>t!==e),ji.length===0&&Nt&&document.removeEventListener("keydown",A6)})};let z6;const I6=()=>{const e=Ch(),t=Rh(),o=C(()=>`${e.value}-popper-container-${t.prefix}`),r=C(()=>`#${o.value}`);return{id:o,selector:r}},Tj=e=>{const t=document.createElement("div");return t.id=e,document.body.appendChild(t),t},$j=()=>{const{id:e,selector:t}=I6();return Pu(()=>{Nt&&!z6&&!document.body.querySelector(t.value)&&(z6=Tj(e.value))}),{id:e,selector:t}},Mj=Pe({showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0}}),Aj=({showAfter:e,hideAfter:t,autoClose:o,open:r,close:l})=>{const{registerTimeout:n}=$6(),{registerTimeout:a,cancelTimeout:i}=$6();return{onOpen:u=>{n(()=>{r(u);const p=s(o);st(p)&&p>0&&a(()=>{l(u)},p)},s(e))},onClose:u=>{i(),n(()=>{l(u)},s(t))}}},O6=Symbol("elForwardRef"),zj=e=>{zt(O6,{setForwardRef:o=>{e.value=o}})},Ij=e=>({mounted(t){e(t)},updated(t){e(t)},unmounted(){e(null)}}),N6={current:0},P6=D(0),R6=2e3,L6=Symbol("elZIndexContextKey"),B6=Symbol("zIndexContextKey"),Ki=e=>{const t=wt()?Ge(L6,N6):N6,o=e||(wt()?Ge(B6,void 0):void 0),r=C(()=>{const a=s(o);return st(a)?a:R6}),l=C(()=>r.value+P6.value),n=()=>(t.current++,P6.value=t.current,l.value);return!Nt&&Ge(L6),{initialZIndex:r,currentZIndex:l,nextZIndex:n}},Ui=Math.min,Ha=Math.max,Vd=Math.round,Dd=Math.floor,ta=e=>({x:e,y:e}),Oj={left:"right",right:"left",bottom:"top",top:"bottom"},Nj={start:"end",end:"start"};function Lh(e,t,o){return Ha(e,Ui(t,o))}function Sc(e,t){return typeof e=="function"?e(t):e}function Fa(e){return e.split("-")[0]}function Ec(e){return e.split("-")[1]}function V6(e){return e==="x"?"y":"x"}function Bh(e){return e==="y"?"height":"width"}function Wi(e){return["top","bottom"].includes(Fa(e))?"y":"x"}function Vh(e){return V6(Wi(e))}function Pj(e,t,o){o===void 0&&(o=!1);const r=Ec(e),l=Vh(e),n=Bh(l);let a=l==="x"?r===(o?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[n]>t.floating[n]&&(a=Hd(a)),[a,Hd(a)]}function Rj(e){const t=Hd(e);return[Dh(e),t,Dh(t)]}function Dh(e){return e.replace(/start|end/g,t=>Nj[t])}function Lj(e,t,o){const r=["left","right"],l=["right","left"],n=["top","bottom"],a=["bottom","top"];switch(e){case"top":case"bottom":return o?t?l:r:t?r:l;case"left":case"right":return t?n:a;default:return[]}}function Bj(e,t,o,r){const l=Ec(e);let n=Lj(Fa(e),o==="start",r);return l&&(n=n.map(a=>a+"-"+l),t&&(n=n.concat(n.map(Dh)))),n}function Hd(e){return e.replace(/left|right|bottom|top/g,t=>Oj[t])}function Vj(e){return{top:0,right:0,bottom:0,left:0,...e}}function D6(e){return typeof e!="number"?Vj(e):{top:e,right:e,bottom:e,left:e}}function Fd(e){const{x:t,y:o,width:r,height:l}=e;return{width:r,height:l,top:o,left:t,right:t+r,bottom:o+l,x:t,y:o}}function H6(e,t,o){let{reference:r,floating:l}=e;const n=Wi(t),a=Vh(t),i=Bh(a),c=Fa(t),d=n==="y",u=r.x+r.width/2-l.width/2,p=r.y+r.height/2-l.height/2,h=r[i]/2-l[i]/2;let v;switch(c){case"top":v={x:u,y:r.y-l.height};break;case"bottom":v={x:u,y:r.y+r.height};break;case"right":v={x:r.x+r.width,y:p};break;case"left":v={x:r.x-l.width,y:p};break;default:v={x:r.x,y:r.y}}switch(Ec(t)){case"start":v[a]-=h*(o&&d?-1:1);break;case"end":v[a]+=h*(o&&d?-1:1);break}return v}const Dj=async(e,t,o)=>{const{placement:r="bottom",strategy:l="absolute",middleware:n=[],platform:a}=o,i=n.filter(Boolean),c=await(a.isRTL==null?void 0:a.isRTL(t));let d=await a.getElementRects({reference:e,floating:t,strategy:l}),{x:u,y:p}=H6(d,r,c),h=r,v={},m=0;for(let f=0;f({name:"arrow",options:e,async fn(t){const{x:o,y:r,placement:l,rects:n,platform:a,elements:i,middlewareData:c}=t,{element:d,padding:u=0}=Sc(e,t)||{};if(d==null)return{};const p=D6(u),h={x:o,y:r},v=Vh(l),m=Bh(v),f=await a.getDimensions(d),_=v==="y",g=_?"top":"left",y=_?"bottom":"right",w=_?"clientHeight":"clientWidth",x=n.reference[m]+n.reference[v]-h[v]-n.floating[m],$=h[v]-n.reference[v],T=await(a.getOffsetParent==null?void 0:a.getOffsetParent(d));let R=T?T[w]:0;(!R||!await(a.isElement==null?void 0:a.isElement(T)))&&(R=i.floating[w]||n.floating[m]);const P=x/2-$/2,L=R/2-f[m]/2-1,B=Ui(p[g],L),V=Ui(p[y],L),j=B,te=R-f[m]-V,J=R/2-f[m]/2+P,Z=Lh(j,J,te),H=!c.arrow&&Ec(l)!=null&&J!==Z&&n.reference[m]/2-(JJ<=0)){var V,j;const J=(((V=n.flip)==null?void 0:V.index)||0)+1,Z=R[J];if(Z)return{data:{index:J,overflows:B},reset:{placement:Z}};let H=(j=B.filter(F=>F.overflows[0]<=0).sort((F,K)=>F.overflows[1]-K.overflows[1])[0])==null?void 0:j.placement;if(!H)switch(v){case"bestFit":{var te;const F=(te=B.filter(K=>{if(T){const I=Wi(K.placement);return I===y||I==="y"}return!0}).map(K=>[K.placement,K.overflows.filter(I=>I>0).reduce((I,U)=>I+U,0)]).sort((K,I)=>K[1]-I[1])[0])==null?void 0:te[0];F&&(H=F);break}case"initialPlacement":H=i;break}if(l!==H)return{reset:{placement:H}}}return{}}}};async function jj(e,t){const{placement:o,platform:r,elements:l}=e,n=await(r.isRTL==null?void 0:r.isRTL(l.floating)),a=Fa(o),i=Ec(o),c=Wi(o)==="y",d=["left","top"].includes(a)?-1:1,u=n&&c?-1:1,p=Sc(t,e);let{mainAxis:h,crossAxis:v,alignmentAxis:m}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...p};return i&&typeof m=="number"&&(v=i==="end"?m*-1:m),c?{x:v*u,y:h*d}:{x:h*d,y:v*u}}const Kj=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var o,r;const{x:l,y:n,placement:a,middlewareData:i}=t,c=await jj(t,e);return a===((o=i.offset)==null?void 0:o.placement)&&(r=i.arrow)!=null&&r.alignmentOffset?{}:{x:l+c.x,y:n+c.y,data:{...c,placement:a}}}}},Uj=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:o,y:r,placement:l}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:i={fn:_=>{let{x:g,y}=_;return{x:g,y}}},...c}=Sc(e,t),d={x:o,y:r},u=await Hh(t,c),p=Wi(Fa(l)),h=V6(p);let v=d[h],m=d[p];if(n){const _=h==="y"?"top":"left",g=h==="y"?"bottom":"right",y=v+u[_],w=v-u[g];v=Lh(y,v,w)}if(a){const _=p==="y"?"top":"left",g=p==="y"?"bottom":"right",y=m+u[_],w=m-u[g];m=Lh(y,m,w)}const f=i.fn({...t,[h]:v,[p]:m});return{...f,data:{x:f.x-o,y:f.y-r}}}}};function qi(e){return F6(e)?(e.nodeName||"").toLowerCase():"#document"}function Br(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function gn(e){var t;return(t=(F6(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function F6(e){return e instanceof Node||e instanceof Br(e).Node}function Vl(e){return e instanceof Element||e instanceof Br(e).Element}function Dl(e){return e instanceof HTMLElement||e instanceof Br(e).HTMLElement}function j6(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Br(e).ShadowRoot}function Tc(e){const{overflow:t,overflowX:o,overflowY:r,display:l}=gl(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+o)&&!["inline","contents"].includes(l)}function Wj(e){return["table","td","th"].includes(qi(e))}function jd(e){return[":popover-open",":modal"].some(t=>{try{return e.matches(t)}catch{return!1}})}function Fh(e){const t=jh(),o=gl(e);return o.transform!=="none"||o.perspective!=="none"||(o.containerType?o.containerType!=="normal":!1)||!t&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!t&&(o.filter?o.filter!=="none":!1)||["transform","perspective","filter"].some(r=>(o.willChange||"").includes(r))||["paint","layout","strict","content"].some(r=>(o.contain||"").includes(r))}function qj(e){let t=oa(e);for(;Dl(t)&&!Yi(t);){if(jd(t))return null;if(Fh(t))return t;t=oa(t)}return null}function jh(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Yi(e){return["html","body","#document"].includes(qi(e))}function gl(e){return Br(e).getComputedStyle(e)}function Kd(e){return Vl(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function oa(e){if(qi(e)==="html")return e;const t=e.assignedSlot||e.parentNode||j6(e)&&e.host||gn(e);return j6(t)?t.host:t}function K6(e){const t=oa(e);return Yi(t)?e.ownerDocument?e.ownerDocument.body:e.body:Dl(t)&&Tc(t)?t:K6(t)}function $c(e,t,o){var r;t===void 0&&(t=[]),o===void 0&&(o=!0);const l=K6(e),n=l===((r=e.ownerDocument)==null?void 0:r.body),a=Br(l);return n?t.concat(a,a.visualViewport||[],Tc(l)?l:[],a.frameElement&&o?$c(a.frameElement):[]):t.concat(l,$c(l,[],o))}function U6(e){const t=gl(e);let o=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const l=Dl(e),n=l?e.offsetWidth:o,a=l?e.offsetHeight:r,i=Vd(o)!==n||Vd(r)!==a;return i&&(o=n,r=a),{width:o,height:r,$:i}}function Kh(e){return Vl(e)?e:e.contextElement}function Gi(e){const t=Kh(e);if(!Dl(t))return ta(1);const o=t.getBoundingClientRect(),{width:r,height:l,$:n}=U6(t);let a=(n?Vd(o.width):o.width)/r,i=(n?Vd(o.height):o.height)/l;return(!a||!Number.isFinite(a))&&(a=1),(!i||!Number.isFinite(i))&&(i=1),{x:a,y:i}}const Yj=ta(0);function W6(e){const t=Br(e);return!jh()||!t.visualViewport?Yj:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Gj(e,t,o){return t===void 0&&(t=!1),!o||t&&o!==Br(e)?!1:t}function ja(e,t,o,r){t===void 0&&(t=!1),o===void 0&&(o=!1);const l=e.getBoundingClientRect(),n=Kh(e);let a=ta(1);t&&(r?Vl(r)&&(a=Gi(r)):a=Gi(e));const i=Gj(n,o,r)?W6(n):ta(0);let c=(l.left+i.x)/a.x,d=(l.top+i.y)/a.y,u=l.width/a.x,p=l.height/a.y;if(n){const h=Br(n),v=r&&Vl(r)?Br(r):r;let m=h,f=m.frameElement;for(;f&&r&&v!==m;){const _=Gi(f),g=f.getBoundingClientRect(),y=gl(f),w=g.left+(f.clientLeft+parseFloat(y.paddingLeft))*_.x,x=g.top+(f.clientTop+parseFloat(y.paddingTop))*_.y;c*=_.x,d*=_.y,u*=_.x,p*=_.y,c+=w,d+=x,m=Br(f),f=m.frameElement}}return Fd({width:u,height:p,x:c,y:d})}function Xj(e){let{elements:t,rect:o,offsetParent:r,strategy:l}=e;const n=l==="fixed",a=gn(r),i=t?jd(t.floating):!1;if(r===a||i&&n)return o;let c={scrollLeft:0,scrollTop:0},d=ta(1);const u=ta(0),p=Dl(r);if((p||!p&&!n)&&((qi(r)!=="body"||Tc(a))&&(c=Kd(r)),Dl(r))){const h=ja(r);d=Gi(r),u.x=h.x+r.clientLeft,u.y=h.y+r.clientTop}return{width:o.width*d.x,height:o.height*d.y,x:o.x*d.x-c.scrollLeft*d.x+u.x,y:o.y*d.y-c.scrollTop*d.y+u.y}}function Zj(e){return Array.from(e.getClientRects())}function q6(e){return ja(gn(e)).left+Kd(e).scrollLeft}function Jj(e){const t=gn(e),o=Kd(e),r=e.ownerDocument.body,l=Ha(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),n=Ha(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+q6(e);const i=-o.scrollTop;return gl(r).direction==="rtl"&&(a+=Ha(t.clientWidth,r.clientWidth)-l),{width:l,height:n,x:a,y:i}}function Qj(e,t){const o=Br(e),r=gn(e),l=o.visualViewport;let n=r.clientWidth,a=r.clientHeight,i=0,c=0;if(l){n=l.width,a=l.height;const d=jh();(!d||d&&t==="fixed")&&(i=l.offsetLeft,c=l.offsetTop)}return{width:n,height:a,x:i,y:c}}function eK(e,t){const o=ja(e,!0,t==="fixed"),r=o.top+e.clientTop,l=o.left+e.clientLeft,n=Dl(e)?Gi(e):ta(1),a=e.clientWidth*n.x,i=e.clientHeight*n.y,c=l*n.x,d=r*n.y;return{width:a,height:i,x:c,y:d}}function Y6(e,t,o){let r;if(t==="viewport")r=Qj(e,o);else if(t==="document")r=Jj(gn(e));else if(Vl(t))r=eK(t,o);else{const l=W6(e);r={...t,x:t.x-l.x,y:t.y-l.y}}return Fd(r)}function G6(e,t){const o=oa(e);return o===t||!Vl(o)||Yi(o)?!1:gl(o).position==="fixed"||G6(o,t)}function tK(e,t){const o=t.get(e);if(o)return o;let r=$c(e,[],!1).filter(i=>Vl(i)&&qi(i)!=="body"),l=null;const n=gl(e).position==="fixed";let a=n?oa(e):e;for(;Vl(a)&&!Yi(a);){const i=gl(a),c=Fh(a);!c&&i.position==="fixed"&&(l=null),(n?!c&&!l:!c&&i.position==="static"&&!!l&&["absolute","fixed"].includes(l.position)||Tc(a)&&!c&&G6(e,a))?r=r.filter(u=>u!==a):l=i,a=oa(a)}return t.set(e,r),r}function oK(e){let{element:t,boundary:o,rootBoundary:r,strategy:l}=e;const a=[...o==="clippingAncestors"?jd(t)?[]:tK(t,this._c):[].concat(o),r],i=a[0],c=a.reduce((d,u)=>{const p=Y6(t,u,l);return d.top=Ha(p.top,d.top),d.right=Ui(p.right,d.right),d.bottom=Ui(p.bottom,d.bottom),d.left=Ha(p.left,d.left),d},Y6(t,i,l));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function rK(e){const{width:t,height:o}=U6(e);return{width:t,height:o}}function lK(e,t,o){const r=Dl(t),l=gn(t),n=o==="fixed",a=ja(e,!0,n,t);let i={scrollLeft:0,scrollTop:0};const c=ta(0);if(r||!r&&!n)if((qi(t)!=="body"||Tc(l))&&(i=Kd(t)),r){const p=ja(t,!0,n,t);c.x=p.x+t.clientLeft,c.y=p.y+t.clientTop}else l&&(c.x=q6(l));const d=a.left+i.scrollLeft-c.x,u=a.top+i.scrollTop-c.y;return{x:d,y:u,width:a.width,height:a.height}}function Uh(e){return gl(e).position==="static"}function X6(e,t){return!Dl(e)||gl(e).position==="fixed"?null:t?t(e):e.offsetParent}function Z6(e,t){const o=Br(e);if(jd(e))return o;if(!Dl(e)){let l=oa(e);for(;l&&!Yi(l);){if(Vl(l)&&!Uh(l))return l;l=oa(l)}return o}let r=X6(e,t);for(;r&&Wj(r)&&Uh(r);)r=X6(r,t);return r&&Yi(r)&&Uh(r)&&!Fh(r)?o:r||qj(e)||o}const nK=async function(e){const t=this.getOffsetParent||Z6,o=this.getDimensions,r=await o(e.floating);return{reference:lK(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function aK(e){return gl(e).direction==="rtl"}const iK={convertOffsetParentRelativeRectToViewportRelativeRect:Xj,getDocumentElement:gn,getClippingRect:oK,getOffsetParent:Z6,getElementRects:nK,getClientRects:Zj,getDimensions:rK,getScale:Gi,isElement:Vl,isRTL:aK};function sK(e,t){let o=null,r;const l=gn(e);function n(){var i;clearTimeout(r),(i=o)==null||i.disconnect(),o=null}function a(i,c){i===void 0&&(i=!1),c===void 0&&(c=1),n();const{left:d,top:u,width:p,height:h}=e.getBoundingClientRect();if(i||t(),!p||!h)return;const v=Dd(u),m=Dd(l.clientWidth-(d+p)),f=Dd(l.clientHeight-(u+h)),_=Dd(d),y={rootMargin:-v+"px "+-m+"px "+-f+"px "+-_+"px",threshold:Ha(0,Ui(1,c))||1};let w=!0;function x($){const T=$[0].intersectionRatio;if(T!==c){if(!w)return a();T?a(!1,T):r=setTimeout(()=>{a(!1,1e-7)},1e3)}w=!1}try{o=new IntersectionObserver(x,{...y,root:l.ownerDocument})}catch{o=new IntersectionObserver(x,y)}o.observe(e)}return a(!0),n}function cK(e,t,o,r){r===void 0&&(r={});const{ancestorScroll:l=!0,ancestorResize:n=!0,elementResize:a=typeof ResizeObserver=="function",layoutShift:i=typeof IntersectionObserver=="function",animationFrame:c=!1}=r,d=Kh(e),u=l||n?[...d?$c(d):[],...$c(t)]:[];u.forEach(g=>{l&&g.addEventListener("scroll",o,{passive:!0}),n&&g.addEventListener("resize",o)});const p=d&&i?sK(d,o):null;let h=-1,v=null;a&&(v=new ResizeObserver(g=>{let[y]=g;y&&y.target===d&&v&&(v.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var w;(w=v)==null||w.observe(t)})),o()}),d&&!c&&v.observe(d),v.observe(t));let m,f=c?ja(e):null;c&&_();function _(){const g=ja(e);f&&(g.x!==f.x||g.y!==f.y||g.width!==f.width||g.height!==f.height)&&o(),f=g,m=requestAnimationFrame(_)}return o(),()=>{var g;u.forEach(y=>{l&&y.removeEventListener("scroll",o),n&&y.removeEventListener("resize",o)}),p==null||p(),(g=v)==null||g.disconnect(),v=null,c&&cancelAnimationFrame(m)}}const uK=Hh,J6=Kj,dK=Uj,pK=Fj,Q6=Hj,e4=(e,t,o)=>{const r=new Map,l={platform:iK,...o},n={...l.platform,_c:r};return Dj(e,t,{...l,platform:n})};Pe({});const fK=e=>{if(!Nt)return;if(!e)return e;const t=$r(e);return t||(Zt(e)?t:e)},hK=({middleware:e,placement:t,strategy:o})=>{const r=D(),l=D(),n=D(),a=D(),i=D({}),c={x:n,y:a,placement:t,strategy:o,middlewareData:i},d=async()=>{if(!Nt)return;const u=fK(r),p=$r(l);if(!u||!p)return;const h=await e4(u,p,{placement:s(t),strategy:s(o),middleware:s(e)});Ri(c).forEach(v=>{c[v].value=h[v]})};return ft(()=>{Go(()=>{d()})}),{...c,update:d,referenceRef:r,contentRef:l}},vK=({arrowRef:e,padding:t})=>({name:"arrow",options:{element:e,padding:t},fn(o){const r=s(e);return r?Q6({element:r,padding:t}).fn(o):{}}});function mK(e){const t=D();function o(){if(e.value==null)return;const{selectionStart:l,selectionEnd:n,value:a}=e.value;if(l==null||n==null)return;const i=a.slice(0,Math.max(0,l)),c=a.slice(Math.max(0,n));t.value={selectionStart:l,selectionEnd:n,value:a,beforeTxt:i,afterTxt:c}}function r(){if(e.value==null||t.value==null)return;const{value:l}=e.value,{beforeTxt:n,afterTxt:a,selectionStart:i}=t.value;if(n==null||a==null||i==null)return;let c=l.length;if(l.endsWith(a))c=l.length-a.length;else if(l.startsWith(n))c=n.length;else{const d=n[i-1],u=l.indexOf(d,i-1);u!==-1&&(c=u+1)}e.value.setSelectionRange(c,c)}return[o,r]}const gK=(e,t,o)=>Qn(e.subTree).filter(n=>{var a;return io(n)&&((a=n.type)==null?void 0:a.name)===t&&!!n.component}).map(n=>n.component.uid).map(n=>o[n]).filter(n=>!!n),Wh=(e,t)=>{const o={},r=lo([]);return{children:r,addChild:a=>{o[a.uid]=a,r.value=gK(e,t,o)},removeChild:a=>{delete o[a],r.value=r.value.filter(i=>i.uid!==a)}}},Oo=vl({type:String,values:Rl,required:!1}),t4=Symbol("size"),bK=()=>{const e=Ge(t4,{});return C(()=>s(e.size)||"")};function Ud(e,{afterFocus:t,beforeBlur:o,afterBlur:r}={}){const l=wt(),{emit:n}=l,a=lo(),i=D(!1),c=p=>{i.value||(i.value=!0,n("focus",p),t==null||t())},d=p=>{var h;it(o)&&o(p)||p.relatedTarget&&((h=a.value)!=null&&h.contains(p.relatedTarget))||(i.value=!1,n("blur",p),r==null||r())},u=()=>{var p;(p=e.value)==null||p.focus()};return Se(a,p=>{p&&p.setAttribute("tabindex","-1")}),oo(a,"click",u),{wrapperRef:a,isFocused:i,handleFocus:c,handleBlur:d}}const _K=["",void 0,null],wK=void 0,Xi=Pe({emptyValues:Array,valueOnClear:{type:[String,Number,Boolean,Function],default:void 0,validator:e=>it(e)?!e():!e}}),Wd=(e,t)=>{let o=Mc();o.value||(o=D({}));const r=C(()=>e.emptyValues||o.value.emptyValues||_K),l=C(()=>it(e.valueOnClear)?e.valueOnClear():e.valueOnClear!==void 0?e.valueOnClear:it(o.value.valueOnClear)?o.value.valueOnClear():o.value.valueOnClear!==void 0?o.value.valueOnClear:t!==void 0?t:wK),n=a=>r.value.includes(a);return r.value.includes(l.value),{emptyValues:r,valueOnClear:l,isEmptyValue:n}},yK=Pe({ariaLabel:String,ariaOrientation:{type:String,values:["horizontal","vertical","undefined"]},ariaControls:String}),Zo=e=>Ol(yK,e),o4=Symbol(),qd=D();function Mc(e,t=void 0){const o=wt()?Ge(o4,qd):qd;return e?C(()=>{var r,l;return(l=(r=o.value)==null?void 0:r[e])!=null?l:t}):o}function Yd(e,t){const o=Mc(),r=ze(e,C(()=>{var i;return((i=o.value)==null?void 0:i.namespace)||gc})),l=Rt(C(()=>{var i;return(i=o.value)==null?void 0:i.locale})),n=Ki(C(()=>{var i;return((i=o.value)==null?void 0:i.zIndex)||R6})),a=C(()=>{var i;return s(t)||((i=o.value)==null?void 0:i.size)||""});return qh(C(()=>s(o)||{})),{ns:r,locale:l,zIndex:n,size:a}}const qh=(e,t,o=!1)=>{var r;const l=!!wt(),n=l?Mc():void 0,a=(r=t==null?void 0:t.provide)!=null?r:l?zt:void 0;if(!a)return;const i=C(()=>{const c=s(e);return n!=null&&n.value?xK(n.value,c):c});return a(o4,i),a(l6,C(()=>i.value.locale)),a(n6,C(()=>i.value.namespace)),a(B6,C(()=>i.value.zIndex)),a(t4,{size:C(()=>i.value.size||"")}),(o||!qd.value)&&(qd.value=i.value),i},xK=(e,t)=>{const o=[...new Set([...Ri(e),...Ri(t)])],r={};for(const l of o)r[l]=t[l]!==void 0?t[l]:e[l];return r},kK=Pe({a11y:{type:Boolean,default:!0},locale:{type:ue(Object)},size:Oo,button:{type:ue(Object)},experimentalFeatures:{type:ue(Object)},keyboardNavigation:{type:Boolean,default:!0},message:{type:ue(Object)},zIndex:Number,namespace:{type:String,default:"el"},...Xi}),Yh={},CK=yt(N({name:"ElConfigProvider",props:kK,setup(e,{slots:t}){Se(()=>e.message,r=>{Object.assign(Yh,r??{})},{immediate:!0,deep:!0});const o=qh(e);return()=>be(t,"default",{config:o==null?void 0:o.value})}})),SK="2.7.6",EK=(e=[])=>({version:SK,install:(o,r)=>{o[e6]||(o[e6]=!0,e.forEach(l=>o.use(l)),r&&qh(r,o,!0))}}),TK=Pe({zIndex:{type:ue([Number,String]),default:100},target:{type:String,default:""},offset:{type:Number,default:0},position:{type:String,values:["top","bottom"],default:"top"}}),$K={scroll:({scrollTop:e,fixed:t})=>st(e)&&Co(t),[ro]:e=>Co(e)};var Le=(e,t)=>{const o=e.__vccOpts||e;for(const[r,l]of t)o[r]=l;return o};const r4="ElAffix",MK=N({...N({name:r4}),props:TK,emits:$K,setup(e,{expose:t,emit:o}){const r=e,l=ze("affix"),n=lo(),a=lo(),i=lo(),{height:c}=bE(),{height:d,width:u,top:p,bottom:h,update:v}=e_(a,{windowScroll:!1}),m=e_(n),f=D(!1),_=D(0),g=D(0),y=C(()=>({height:f.value?`${d.value}px`:"",width:f.value?`${u.value}px`:""})),w=C(()=>{if(!f.value)return{};const T=r.offset?mo(r.offset):0;return{height:`${d.value}px`,width:`${u.value}px`,top:r.position==="top"?T:"",bottom:r.position==="bottom"?T:"",transform:g.value?`translateY(${g.value}px)`:"",zIndex:r.zIndex}}),x=()=>{if(i.value)if(_.value=i.value instanceof Window?document.documentElement.scrollTop:i.value.scrollTop||0,r.position==="top")if(r.target){const T=m.bottom.value-r.offset-d.value;f.value=r.offset>p.value&&m.bottom.value>0,g.value=T<0?T:0}else f.value=r.offset>p.value;else if(r.target){const T=c.value-m.top.value-r.offset-d.value;f.value=c.value-r.offsetm.top.value,g.value=T<0?-T:0}else f.value=c.value-r.offset{v(),o("scroll",{scrollTop:_.value,fixed:f.value})};return Se(f,T=>o("change",T)),ft(()=>{var T;r.target?(n.value=(T=document.querySelector(r.target))!=null?T:void 0,n.value||Io(r4,`Target does not exist: ${r.target}`)):n.value=document.documentElement,i.value=uh(a.value,!0),v()}),oo(i,"scroll",$),Go(x),t({update:x,updateRoot:v}),(T,R)=>(b(),M("div",{ref_key:"root",ref:a,class:O(s(l).b()),style:Je(s(y))},[E("div",{class:O({[s(l).m("fixed")]:f.value}),style:Je(s(w))},[be(T.$slots,"default")],6)],6))}});var AK=Le(MK,[["__file","affix.vue"]]);const zK=yt(AK),IK=Pe({size:{type:ue([Number,String])},color:{type:String}}),OK=N({...N({name:"ElIcon",inheritAttrs:!1}),props:IK,setup(e){const t=e,o=ze("icon"),r=C(()=>{const{size:l,color:n}=t;return!l&&!n?{}:{fontSize:ko(l)?void 0:mo(l),"--color":n}});return(l,n)=>(b(),M("i",Mt({class:s(o).b(),style:s(r)},l.$attrs),[be(l.$slots,"default")],16))}});var NK=Le(OK,[["__file","icon.vue"]]);const Ze=yt(NK),PK=["light","dark"],RK=Pe({title:{type:String,default:""},description:{type:String,default:""},type:{type:String,values:Ri(Jn),default:"info"},closable:{type:Boolean,default:!0},closeText:{type:String,default:""},showIcon:Boolean,center:Boolean,effect:{type:String,values:PK,default:"light"}}),LK=N({...N({name:"ElAlert"}),props:RK,emits:{close:e=>e instanceof MouseEvent},setup(e,{emit:t}){const o=e,{Close:r}=bh,l=Do(),n=ze("alert"),a=D(!0),i=C(()=>Jn[o.type]),c=C(()=>[n.e("icon"),{[n.is("big")]:!!o.description||!!l.default}]),d=C(()=>({"with-description":o.description||l.default})),u=p=>{a.value=!1,t("close",p)};return(p,h)=>(b(),he(Mo,{name:s(n).b("fade"),persisted:""},{default:le(()=>[mt(E("div",{class:O([s(n).b(),s(n).m(p.type),s(n).is("center",p.center),s(n).is(p.effect)]),role:"alert"},[p.showIcon&&s(i)?(b(),he(s(Ze),{key:0,class:O(s(c))},{default:le(()=>[(b(),he(Et(s(i))))]),_:1},8,["class"])):se("v-if",!0),E("div",{class:O(s(n).e("content"))},[p.title||p.$slots.title?(b(),M("span",{key:0,class:O([s(n).e("title"),s(d)])},[be(p.$slots,"title",{},()=>[Ct($e(p.title),1)])],2)):se("v-if",!0),p.$slots.default||p.description?(b(),M("p",{key:1,class:O(s(n).e("description"))},[be(p.$slots,"default",{},()=>[Ct($e(p.description),1)])],2)):se("v-if",!0),p.closable?(b(),M(Qe,{key:2},[p.closeText?(b(),M("div",{key:0,class:O([s(n).e("close-btn"),s(n).is("customed")]),onClick:u},$e(p.closeText),3)):(b(),he(s(Ze),{key:1,class:O(s(n).e("close-btn")),onClick:u},{default:le(()=>[ee(s(r))]),_:1},8,["class"]))],64)):se("v-if",!0)],2)],2),[[Lt,a.value]])]),_:3},8,["name"]))}});var BK=Le(LK,[["__file","alert.vue"]]);const VK=yt(BK),Ka=Symbol("formContextKey"),Hl=Symbol("formItemContextKey"),So=(e,t={})=>{const o=D(void 0),r=t.prop?o:i6("size"),l=t.global?o:bK(),n=t.form?{size:void 0}:Ge(Ka,void 0),a=t.formItem?{size:void 0}:Ge(Hl,void 0);return C(()=>r.value||s(e)||(a==null?void 0:a.size)||(n==null?void 0:n.size)||l.value||"")},xr=e=>{const t=i6("disabled"),o=Ge(Ka,void 0);return C(()=>t.value||s(e)||(o==null?void 0:o.disabled)||!1)},sr=()=>{const e=Ge(Ka,void 0),t=Ge(Hl,void 0);return{form:e,formItem:t}},bl=(e,{formItemContext:t,disableIdGeneration:o,disableIdManagement:r})=>{o||(o=D(!1)),r||(r=D(!1));const l=D();let n;const a=C(()=>{var i;return!!(!(e.label||e.ariaLabel)&&t&&t.inputIds&&((i=t.inputIds)==null?void 0:i.length)<=1)});return ft(()=>{n=Se([Yt(e,"id"),o],([i,c])=>{const d=i??(c?void 0:Qo().value);d!==l.value&&(t!=null&&t.removeInputId&&(l.value&&t.removeInputId(l.value),!(r!=null&&r.value)&&!c&&d&&t.addInputId(d)),l.value=d)},{immediate:!0})}),Rn(()=>{n&&n(),t!=null&&t.removeInputId&&l.value&&t.removeInputId(l.value)}),{isLabeledByFormItem:a,inputId:l}},DK=Pe({size:{type:String,values:Rl},disabled:Boolean}),HK=Pe({...DK,model:Object,rules:{type:ue(Object)},labelPosition:{type:String,values:["left","right","top"],default:"right"},requireAsteriskPosition:{type:String,values:["left","right"],default:"left"},labelWidth:{type:[String,Number],default:""},labelSuffix:{type:String,default:""},inline:Boolean,inlineMessage:Boolean,statusIcon:Boolean,showMessage:{type:Boolean,default:!0},validateOnRuleChange:{type:Boolean,default:!0},hideRequiredAsterisk:Boolean,scrollToError:Boolean,scrollIntoViewOptions:{type:[Object,Boolean]}}),FK={validate:(e,t,o)=>(Ke(e)||ut(e))&&Co(t)&&ut(o)};function jK(){const e=D([]),t=C(()=>{if(!e.value.length)return"0";const n=Math.max(...e.value);return n?`${n}px`:""});function o(n){const a=e.value.indexOf(n);return a===-1&&t.value,a}function r(n,a){if(n&&a){const i=o(a);e.value.splice(i,1,n)}else n&&e.value.push(n)}function l(n){const a=o(n);a>-1&&e.value.splice(a,1)}return{autoLabelWidth:t,registerLabelWidth:r,deregisterLabelWidth:l}}const Gd=(e,t)=>{const o=Gn(t);return o.length>0?e.filter(r=>r.prop&&o.includes(r.prop)):e},KK=N({...N({name:"ElForm"}),props:HK,emits:FK,setup(e,{expose:t,emit:o}){const r=e,l=[],n=So(),a=ze("form"),i=C(()=>{const{labelPosition:w,inline:x}=r;return[a.b(),a.m(n.value||"default"),{[a.m(`label-${w}`)]:w,[a.m("inline")]:x}]}),c=w=>l.find(x=>x.prop===w),d=w=>{l.push(w)},u=w=>{w.prop&&l.splice(l.indexOf(w),1)},p=(w=[])=>{r.model&&Gd(l,w).forEach(x=>x.resetField())},h=(w=[])=>{Gd(l,w).forEach(x=>x.clearValidate())},v=C(()=>!!r.model),m=w=>{if(l.length===0)return[];const x=Gd(l,w);return x.length?x:[]},f=async w=>g(void 0,w),_=async(w=[])=>{if(!v.value)return!1;const x=m(w);if(x.length===0)return!0;let $={};for(const T of x)try{await T.validate("")}catch(R){$={...$,...R}}return Object.keys($).length===0?!0:Promise.reject($)},g=async(w=[],x)=>{const $=!it(x);try{const T=await _(w);return T===!0&&await(x==null?void 0:x(T)),T}catch(T){if(T instanceof Error)throw T;const R=T;return r.scrollToError&&y(Object.keys(R)[0]),await(x==null?void 0:x(!1,R)),$&&Promise.reject(R)}},y=w=>{var x;const $=Gd(l,w)[0];$&&((x=$.$el)==null||x.scrollIntoView(r.scrollIntoViewOptions))};return Se(()=>r.rules,()=>{r.validateOnRuleChange&&f().catch(w=>void 0)},{deep:!0}),zt(Ka,Dt({...Bo(r),emit:o,resetFields:p,clearValidate:h,validateField:g,getField:c,addField:d,removeField:u,...jK()})),t({validate:f,validateField:g,resetFields:p,clearValidate:h,scrollToField:y,fields:l}),(w,x)=>(b(),M("form",{class:O(s(i))},[be(w.$slots,"default")],2))}});var UK=Le(KK,[["__file","form.vue"]]);function WK(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var l4={exports:{}},No=l4.exports={},Fl,jl;function Gh(){throw new Error("setTimeout has not been defined")}function Xh(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?Fl=setTimeout:Fl=Gh}catch{Fl=Gh}try{typeof clearTimeout=="function"?jl=clearTimeout:jl=Xh}catch{jl=Xh}})();function n4(e){if(Fl===setTimeout)return setTimeout(e,0);if((Fl===Gh||!Fl)&&setTimeout)return Fl=setTimeout,setTimeout(e,0);try{return Fl(e,0)}catch{try{return Fl.call(null,e,0)}catch{return Fl.call(this,e,0)}}}function qK(e){if(jl===clearTimeout)return clearTimeout(e);if((jl===Xh||!jl)&&clearTimeout)return jl=clearTimeout,clearTimeout(e);try{return jl(e)}catch{try{return jl.call(null,e)}catch{return jl.call(this,e)}}}var bn=[],Zi=!1,Ua,Xd=-1;function YK(){!Zi||!Ua||(Zi=!1,Ua.length?bn=Ua.concat(bn):Xd=-1,bn.length&&a4())}function a4(){if(!Zi){var e=n4(YK);Zi=!0;for(var t=bn.length;t;){for(Ua=bn,bn=[];++Xd1)for(var o=1;o"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Zd(e,t,o){return QK()?Zd=Reflect.construct.bind():Zd=function(l,n,a){var i=[null];i.push.apply(i,n);var c=Function.bind.apply(l,i),d=new c;return a&&Ac(d,a.prototype),d},Zd.apply(null,arguments)}function eU(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function Jh(e){var t=typeof Map=="function"?new Map:void 0;return Jh=function(r){if(r===null||!eU(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(r))return t.get(r);t.set(r,l)}function l(){return Zd(r,arguments,Zh(this).constructor)}return l.prototype=Object.create(r.prototype,{constructor:{value:l,enumerable:!1,writable:!0,configurable:!0}}),Ac(l,r)},Jh(e)}var tU=/%[sdj%]/g,oU=function(){};typeof XK<"u";function Qh(e){if(!e||!e.length)return null;var t={};return e.forEach(function(o){var r=o.field;t[r]=t[r]||[],t[r].push(o)}),t}function Vr(e){for(var t=arguments.length,o=new Array(t>1?t-1:0),r=1;r=n)return i;switch(i){case"%s":return String(o[l++]);case"%d":return Number(o[l++]);case"%j":try{return JSON.stringify(o[l++])}catch{return"[Circular]"}break;default:return i}});return a}return e}function rU(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function Ko(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||rU(t)&&typeof e=="string"&&!e)}function lU(e,t,o){var r=[],l=0,n=e.length;function a(i){r.push.apply(r,i||[]),l++,l===n&&o(r)}e.forEach(function(i){t(i,a)})}function s4(e,t,o){var r=0,l=e.length;function n(a){if(a&&a.length){o(a);return}var i=r;r=r+1,i