From 228c48046375ffff993b808c637280c461693da1 Mon Sep 17 00:00:00 2001 From: wujiawei <12345678> Date: Wed, 29 May 2024 10:51:43 +0800 Subject: [PATCH] [add] wu-smart-agent-xx--->wu-lazy-cloud-xx --- ...ClientInternalNetworkPenetration.README.md | 18 ++++----- README.md | 40 +++++++++---------- pom.xml | 2 +- wu-lazy-cloud-heartbeat-client/README.md | 8 ++-- wu-lazy-cloud-heartbeat-client/pom.xml | 2 +- .../v1/assets/index-BTaJShFE.js | 2 +- wu-lazy-cloud-heartbeat-common/pom.xml | 2 +- .../pom.xml | 2 +- wu-lazy-cloud-heartbeat-server/pom.xml | 2 +- wu-lazy-cloud-heartbeat-start/pom.xml | 6 +-- .../Native-Dockerfile | 2 +- .../README.md | 12 +++--- .../k8s.yaml | 14 +++---- .../src/main/resources/application-dev.yml | 4 +- .../README.md | 10 ++--- .../k8s-node-pod.md | 6 +-- .../k8s.yaml | 6 +-- .../README.md | 10 ++--- .../k8s.yaml | 8 ++-- .../src/components/HelloWorld.vue | 2 +- .../vite.config.js | 2 +- .../README.md | 14 +++---- .../package-lock.json | 4 +- .../package.json | 2 +- .../src/components/dashboard/Shortcuts.vue | 4 +- .../vue.config.js | 4 +- 26 files changed, 94 insertions(+), 94 deletions(-) diff --git a/CloudClientInternalNetworkPenetration.README.md b/CloudClientInternalNetworkPenetration.README.md index c4652df..2715c09 100644 --- a/CloudClientInternalNetworkPenetration.README.md +++ b/CloudClientInternalNetworkPenetration.README.md @@ -4,9 +4,9 @@ | 模块 | 所属层级 | 描述 | 端口 | |------------------------------------------------------------------------------------|------|------------------------|----------------------------------------------------------------| -| [wu-smart-agent-network-heartbeat-common](wu-smart-agent-network-heartbeat-common) | 基础模块 | 基于Netty数据解码、编码、通道处理器声明 | 无 | -| [wu-smart-agent-network-heartbeat-server](wu-smart-agent-network-heartbeat-server) | 启动模块 | 内网穿透服务端 | http端口:6001、tcp端口:7001 (默认tcp端口=http端口+1000 如:6001+1000=7001) | -| [wu-smart-agent-network-heartbeat-client](wu-smart-agent-network-heartbeat-client) | 启动模块 | 内网穿透客户端 | 6004 | +| [wu-lazy-cloud-network-heartbeat-common](wu-lazy-cloud-network-heartbeat-common) | 基础模块 | 基于Netty数据解码、编码、通道处理器声明 | 无 | +| [wu-lazy-cloud-network-heartbeat-server](wu-lazy-cloud-network-heartbeat-server) | 启动模块 | 内网穿透服务端 | http端口:6001、tcp端口:7001 (默认tcp端口=http端口+1000 如:6001+1000=7001) | +| [wu-lazy-cloud-network-heartbeat-client](wu-lazy-cloud-network-heartbeat-client) | 启动模块 | 内网穿透客户端 | 6004 | #### 功能 @@ -54,8 +54,8 @@ spring: | 模块 | 说明 | 部署内网穿透必须 | 部署内网穿透+云上暂存必须 | |------------------------------------------------------------------|------------|----------|---------------| -| [wu-smart-agent-network-heartbeat-server](wu-smart-agent-network-heartbeat-server) | 内网穿透+心跳服务端 | ☑️ | ☑️ | -| [wu-smart-agent-network-heartbeat-client](wu-smart-agent-network-heartbeat-client) | 内网穿透+心跳客户端 | ✖️ | ☑️ | +| [wu-lazy-cloud-network-heartbeat-server](wu-lazy-cloud-network-heartbeat-server) | 内网穿透+心跳服务端 | ☑️ | ☑️ | +| [wu-lazy-cloud-network-heartbeat-client](wu-lazy-cloud-network-heartbeat-client) | 内网穿透+心跳客户端 | ✖️ | ☑️ | | [wu-lazy-cloud-staging-provider](wu-lazy-cloud-staging-provider) | 暂存服务 | ✖️ | ☑️ | | [wu-lazy-cloud-central-gateway](wu-lazy-cloud-central-gateway) | 云上暂存网关 | ✖️ | ☑️ | | [wu-lazy-cloud-central-gateway](wu-lazy-cloud-central-gateway) | 云下暂存网关 | ✖️ | ✖️ | @@ -68,8 +68,8 @@ spring: | 模块 | 说明 | 部署内网穿透必须 | 部署内网穿透+云上暂存必须 | |------------------------------------------------------------------|------------|----------|---------------| -| [wu-smart-agent-network-heartbeat-server](wu-smart-agent-network-heartbeat-server) | 内网穿透+心跳服务端 | ✖️ | ✖️ | -| [wu-smart-agent-network-heartbeat-client](wu-smart-agent-network-heartbeat-client) | 内网穿透+心跳客户端 | ✖️ | ☑️ | +| [wu-lazy-cloud-network-heartbeat-server](wu-lazy-cloud-network-heartbeat-server) | 内网穿透+心跳服务端 | ✖️ | ✖️ | +| [wu-lazy-cloud-network-heartbeat-client](wu-lazy-cloud-network-heartbeat-client) | 内网穿透+心跳客户端 | ✖️ | ☑️ | | [wu-lazy-cloud-staging-provider](wu-lazy-cloud-staging-provider) | 暂存服务 | ✖️ | ✖️ | | [wu-lazy-cloud-central-gateway](wu-lazy-cloud-central-gateway) | 云上暂存网关 | ✖️ | ☑️ | | [wu-lazy-cloud-central-gateway](wu-lazy-cloud-central-gateway) | 云下暂存网关 | ✖️ | ✖️ | @@ -83,8 +83,8 @@ spring: | 模块 | 说明 | 部署内网穿透必须 | 部署内网穿透+云上暂存必须 | |------------------------------------------------------------------|------------|----------|---------------| -| [wu-smart-agent-network-heartbeat-server](wu-smart-agent-network-heartbeat-server) | 内网穿透+心跳服务端 | ✖️ | ✖️ | -| [wu-smart-agent-network-heartbeat-client](wu-smart-agent-network-heartbeat-client) | 内网穿透+心跳客户端 | ☑️ | ☑️ | +| [wu-lazy-cloud-network-heartbeat-server](wu-lazy-cloud-network-heartbeat-server) | 内网穿透+心跳服务端 | ✖️ | ✖️ | +| [wu-lazy-cloud-network-heartbeat-client](wu-lazy-cloud-network-heartbeat-client) | 内网穿透+心跳客户端 | ☑️ | ☑️ | | [wu-lazy-cloud-staging-provider](wu-lazy-cloud-staging-provider) | 暂存服务 | ✖️ | ☑️ | | [wu-lazy-cloud-central-gateway](wu-lazy-cloud-central-gateway) | 云上暂存网关 | ✖️ | ✖️ | | [wu-lazy-cloud-central-gateway](wu-lazy-cloud-central-gateway) | 云下暂存网关 | ✖️ | ☑️ | diff --git a/README.md b/README.md index 2fcc70b..608855c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

- - Maven + + Maven - - Maven + + Maven Apache 2 @@ -17,30 +17,30 @@

-
- Gitee star + + Gitee star - - GitHub star + + GitHub star - - GitHub star + + GitHub star

#### 项目介绍 -wu-smart-agent-network +wu-lazy-cloud-network 是一款基于([wu-framework-parent](https://gitee.com/wujiawei1207537021/wu-framework-parent))孵化出的项目,内部使用Lazy ORM操作数据库,主要功能是网络穿透,对于没有公网IP的服务进行公网IP映射 使用环境JDK17 Spring Boot 3.0.2 #### 项目地址 -[Gitee](https://gitee.com/wujiawei1207537021/wu-smart-agent-network) +[Gitee](https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network) -[GitHub](https://github.com/wujiawei1207537021/wu-smart-agent-network) +[GitHub](https://github.com/wujiawei1207537021/wu-lazy-cloud-network) #### 架构图 @@ -249,12 +249,12 @@ public class NettyClientSocket { | 模块 | 版本 | 描述 | |-----------------------------------------------------------------------------------------------------------------------------------------|----------------------|------------------------------| -| [wu-smart-agent-network-heartbeat-common](wu-smart-agent-network-heartbeat-common) | 1.2.6-JDK17-SNAPSHOT | 内网穿透公共模块(声明接口、枚举、常量、适配器、解析器) | -| [wu-smart-agent-network-heartbeat-client](wu-smart-agent-network-heartbeat-client) | 1.2.6-JDK17-SNAPSHOT | 客户端(支持二次开发) | -| [wu-smart-agent-network-heartbeat-server](wu-smart-agent-network-heartbeat-server) | 1.2.6-JDK17-SNAPSHOT | 服务端(支持二次开发) | -| [wu-smart-agent-network-ui](wu-smart-agent-network-heartbeat-server-ui) | 1.2.6-JDK17-SNAPSHOT | 服务端页面 | -| [wu-smart-agent-network-heartbeat-client-start](wu-smart-agent-network-heartbeat-sample/wu-smart-agent-network-heartbeat-client-sample) | 1.2.6-JDK17-SNAPSHOT | 客户端样例 | -| [wu-smart-agent-network-heartbeat-server-start](wu-smart-agent-network-heartbeat-sample/wu-smart-agent-network-heartbeat-server-sample) | 1.2.6-JDK17-SNAPSHOT | 服务端样例 | +| [wu-lazy-cloud-network-heartbeat-common](wu-lazy-cloud-network-heartbeat-common) | 1.2.6-JDK17-SNAPSHOT | 内网穿透公共模块(声明接口、枚举、常量、适配器、解析器) | +| [wu-lazy-cloud-network-heartbeat-client](wu-lazy-cloud-network-heartbeat-client) | 1.2.6-JDK17-SNAPSHOT | 客户端(支持二次开发) | +| [wu-lazy-cloud-network-heartbeat-server](wu-lazy-cloud-network-heartbeat-server) | 1.2.6-JDK17-SNAPSHOT | 服务端(支持二次开发) | +| [wu-lazy-cloud-network-ui](wu-lazy-cloud-network-heartbeat-server-ui) | 1.2.6-JDK17-SNAPSHOT | 服务端页面 | +| [wu-lazy-cloud-network-heartbeat-client-start](wu-lazy-cloud-network-heartbeat-sample/wu-lazy-cloud-network-heartbeat-client-sample) | 1.2.6-JDK17-SNAPSHOT | 客户端样例 | +| [wu-lazy-cloud-network-heartbeat-server-start](wu-lazy-cloud-network-heartbeat-sample/wu-lazy-cloud-network-heartbeat-server-sample) | 1.2.6-JDK17-SNAPSHOT | 服务端样例 | ### 使用技术 @@ -277,7 +277,7 @@ public class NettyClientSocket { docker启动 - docker run -d -it -p 18080:18080 --name wu-smart-agent-network-heartbeat-server registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server:1.2.6-JDK17-SNAPSHOT + docker run -d -it -p 18080:18080 --name wu-lazy-cloud-network-heartbeat-server registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server:1.2.6-JDK17-SNAPSHOT http://127.0.0.1:18080/swagger-ui/index.html diff --git a/pom.xml b/pom.xml index 4697106..6e24304 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ 1.2.6-JDK17-SNAPSHOT - wu-smart-agent-network + wu-lazy-cloud-network pom 1.2.6-JDK17-SNAPSHOT 云上云下 diff --git a/wu-lazy-cloud-heartbeat-client/README.md b/wu-lazy-cloud-heartbeat-client/README.md index 83b4b01..e097345 100644 --- a/wu-lazy-cloud-heartbeat-client/README.md +++ b/wu-lazy-cloud-heartbeat-client/README.md @@ -20,15 +20,15 @@ docker push docker-registry.wujiawei.com/lazy/lazy-under-cloud-heartbeat-client: #docker login --username=1207537021@qq.com registry.cn-hangzhou.aliyuncs.com -docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-client:server-jdk17-master . -docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-client:server-jdk17-master +docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-client:server-jdk17-master . +docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-client:server-jdk17-master ``` ### run ```shell -docker run -d -it --name client -e spring.lazy.netty.inet-host=124.222.48.62 -e spring.lazy.netty.inet-port=30676 -e spring.lazy.netty.client-id=node1 registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-client:server-jdk17-master +docker run -d -it --name client -e spring.lazy.netty.inet-host=124.222.48.62 -e spring.lazy.netty.inet-port=30676 -e spring.lazy.netty.client-id=node1 registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-client:server-jdk17-master @@ -47,7 +47,7 @@ mvn native:build ``` ```RUN -docker run -d -it -p 18080:18080 --name wu-smart-agent-network-heartbeat-client registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-client:server-jdk17-master +docker run -d -it -p 18080:18080 --name wu-lazy-cloud-network-heartbeat-client registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-client:server-jdk17-master http://127.0.0.1:18080/swagger-ui/index.html diff --git a/wu-lazy-cloud-heartbeat-client/pom.xml b/wu-lazy-cloud-heartbeat-client/pom.xml index 2846479..1637de0 100644 --- a/wu-lazy-cloud-heartbeat-client/pom.xml +++ b/wu-lazy-cloud-heartbeat-client/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> top.wu2020 - wu-smart-agent-network + wu-lazy-cloud-network 1.2.6-JDK17-SNAPSHOT 4.0.0 diff --git a/wu-lazy-cloud-heartbeat-client/src/main/resources/netty-client-local-ui/v1/assets/index-BTaJShFE.js b/wu-lazy-cloud-heartbeat-client/src/main/resources/netty-client-local-ui/v1/assets/index-BTaJShFE.js index 2acdebc..9b2d7f4 100644 --- a/wu-lazy-cloud-heartbeat-client/src/main/resources/netty-client-local-ui/v1/assets/index-BTaJShFE.js +++ b/wu-lazy-cloud-heartbeat-client/src/main/resources/netty-client-local-ui/v1/assets/index-BTaJShFE.js @@ -14,7 +14,7 @@ var __=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var cie=__((Un,Yn * @vue/runtime-dom v3.4.21 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT -**/const sw="http://www.w3.org/2000/svg",iw="http://www.w3.org/1998/Math/MathML",Ta=typeof document<"u"?document:null,tv=Ta&&Ta.createElement("template"),uw={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,o)=>{const a=t==="svg"?Ta.createElementNS(sw,e):t==="mathml"?Ta.createElementNS(iw,e):Ta.createElement(e,n?{is:n}:void 0);return e==="select"&&o&&o.multiple!=null&&a.setAttribute("multiple",o.multiple),a},createText:e=>Ta.createTextNode(e),createComment:e=>Ta.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ta.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,o,a,r){const l=n?n.previousSibling:t.lastChild;if(a&&(a===r||a.nextSibling))for(;t.insertBefore(a.cloneNode(!0),n),!(a===r||!(a=a.nextSibling)););else{tv.innerHTML=o==="svg"?`${e}`:o==="mathml"?`${e}`:e;const i=tv.content;if(o==="svg"||o==="mathml"){const u=i.firstChild;for(;u.firstChild;)i.appendChild(u.firstChild);i.removeChild(u)}t.insertBefore(i,n)}return[l?l.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},_a="transition",Kl="animation",vl=Symbol("_vtc"),nn=(e,{slots:t})=>qe(wb,b4(e),t);nn.displayName="Transition";const _4={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},cw=nn.props=ln({},Zm,_4),Za=(e,t=[])=>{Ie(e)?e.forEach(n=>n(...t)):e&&e(...t)},nv=e=>e?Ie(e)?e.some(t=>t.length>1):e.length>1:!1;function b4(e){const t={};for(const z in e)z in _4||(t[z]=e[z]);if(e.css===!1)return t;const{name:n="v",type:o,duration:a,enterFromClass:r=`${n}-enter-from`,enterActiveClass:l=`${n}-enter-active`,enterToClass:i=`${n}-enter-to`,appearFromClass:u=r,appearActiveClass:d=l,appearToClass:f=i,leaveFromClass:c=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:h=`${n}-leave-to`}=e,m=dw(a),v=m&&m[0],_=m&&m[1],{onBeforeEnter:g,onEnter:w,onEnterCancelled:b,onLeave:C,onLeaveCancelled:x,onBeforeAppear:E=g,onAppear:O=w,onAppearCancelled:T=b}=t,V=(z,j,K)=>{Ca(z,j?f:i),Ca(z,j?d:l),K&&K()},L=(z,j)=>{z._isLeaving=!1,Ca(z,c),Ca(z,h),Ca(z,p),j&&j()},P=z=>(j,K)=>{const F=z?O:w,B=()=>V(j,z,K);Za(F,[j,B]),ov(()=>{Ca(j,z?u:r),Yo(j,z?f:i),nv(F)||av(j,o,v,B)})};return ln(t,{onBeforeEnter(z){Za(g,[z]),Yo(z,r),Yo(z,l)},onBeforeAppear(z){Za(E,[z]),Yo(z,u),Yo(z,d)},onEnter:P(!1),onAppear:P(!0),onLeave(z,j){z._isLeaving=!0;const K=()=>L(z,j);Yo(z,c),C4(),Yo(z,p),ov(()=>{z._isLeaving&&(Ca(z,c),Yo(z,h),nv(C)||av(z,o,_,K))}),Za(C,[z,K])},onEnterCancelled(z){V(z,!1),Za(b,[z])},onAppearCancelled(z){V(z,!0),Za(T,[z])},onLeaveCancelled(z){L(z),Za(x,[z])}})}function dw(e){if(e==null)return null;if(ct(e))return[id(e.enter),id(e.leave)];{const t=id(e);return[t,t]}}function id(e){return k_(e)}function Yo(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[vl]||(e[vl]=new Set)).add(t)}function Ca(e,t){t.split(/\s+/).forEach(o=>o&&e.classList.remove(o));const n=e[vl];n&&(n.delete(t),n.size||(e[vl]=void 0))}function ov(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let fw=0;function av(e,t,n,o){const a=e._endId=++fw,r=()=>{a===e._endId&&o()};if(n)return setTimeout(r,n);const{type:l,timeout:i,propCount:u}=w4(e,t);if(!l)return o();const d=l+"end";let f=0;const c=()=>{e.removeEventListener(d,p),r()},p=h=>{h.target===e&&++f>=u&&c()};setTimeout(()=>{f(n[m]||"").split(", "),a=o(`${_a}Delay`),r=o(`${_a}Duration`),l=rv(a,r),i=o(`${Kl}Delay`),u=o(`${Kl}Duration`),d=rv(i,u);let f=null,c=0,p=0;t===_a?l>0&&(f=_a,c=l,p=r.length):t===Kl?d>0&&(f=Kl,c=d,p=u.length):(c=Math.max(l,d),f=c>0?l>d?_a:Kl:null,p=f?f===_a?r.length:u.length:0);const h=f===_a&&/\b(transform|all)(,|$)/.test(o(`${_a}Property`).toString());return{type:f,timeout:c,propCount:p,hasTransform:h}}function rv(e,t){for(;e.lengthlv(n)+lv(e[o])))}function lv(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function C4(){return document.body.offsetHeight}function pw(e,t,n){const o=e[vl];o&&(t=(t?[t,...o]:[...o]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Tu=Symbol("_vod"),S4=Symbol("_vsh"),bt={beforeMount(e,{value:t},{transition:n}){e[Tu]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Wl(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:o}){!t!=!n&&(o?t?(o.beforeEnter(e),Wl(e,!0),o.enter(e)):o.leave(e,()=>{Wl(e,!1)}):Wl(e,t))},beforeUnmount(e,{value:t}){Wl(e,t)}};function Wl(e,t){e.style.display=t?e[Tu]:"none",e[S4]=!t}const vw=Symbol(""),hw=/(^|;)\s*display\s*:/;function mw(e,t,n){const o=e.style,a=Ze(n);let r=!1;if(n&&!a){if(t)if(Ze(t))for(const l of t.split(";")){const i=l.slice(0,l.indexOf(":")).trim();n[i]==null&&Ui(o,i,"")}else for(const l in t)n[l]==null&&Ui(o,l,"");for(const l in n)l==="display"&&(r=!0),Ui(o,l,n[l])}else if(a){if(t!==n){const l=o[vw];l&&(n+=";"+l),o.cssText=n,r=hw.test(n)}}else t&&e.removeAttribute("style");Tu in e&&(e[Tu]=r?o.display:"",e[S4]&&(o.display="none"))}const sv=/\s*!important$/;function Ui(e,t,n){if(Ie(n))n.forEach(o=>Ui(e,t,o));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const o=gw(e,t);sv.test(n)?e.setProperty(qa(o),n.replace(sv,""),"important"):e[o]=n}}const iv=["Webkit","Moz","ms"],ud={};function gw(e,t){const n=ud[t];if(n)return n;let o=lo(t);if(o!=="filter"&&o in e)return ud[t]=o;o=Ys(o);for(let a=0;acd||(Sw.then(()=>cd=0),cd=Date.now());function Ew(e,t){const n=o=>{if(!o._vts)o._vts=Date.now();else if(o._vts<=n.attached)return;no(xw(o,n.value),t,5,[o])};return n.value=e,n.attached=kw(),n}function xw(e,t){if(Ie(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(o=>a=>!a._stopped&&o&&o(a))}else return t}const fv=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Mw=(e,t,n,o,a,r,l,i,u)=>{const d=a==="svg";t==="class"?pw(e,o,d):t==="style"?mw(e,n,o):ec(t)?y0(t)||ww(e,t,n,o,l):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):$w(e,t,o,d))?_w(e,t,o,r,l,i,u):(t==="true-value"?e._trueValue=o:t==="false-value"&&(e._falseValue=o),yw(e,t,o,d))};function $w(e,t,n,o){if(o)return!!(t==="innerHTML"||t==="textContent"||t in e&&fv(t)&&Xe(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const a=e.tagName;if(a==="IMG"||a==="VIDEO"||a==="CANVAS"||a==="SOURCE")return!1}return fv(t)&&Ze(n)?!1:t in e}const k4=new WeakMap,E4=new WeakMap,Au=Symbol("_moveCb"),pv=Symbol("_enterCb"),x4={name:"TransitionGroup",props:ln({},cw,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=rt(),o=Jm();let a,r;return ua(()=>{if(!a.length)return;const l=e.moveClass||`${e.name||"v"}-move`;if(!Iw(a[0].el,n.vnode.el,l))return;a.forEach(Aw),a.forEach(Ow);const i=a.filter(Nw);C4(),i.forEach(u=>{const d=u.el,f=d.style;Yo(d,l),f.transform=f.webkitTransform=f.transitionDuration="";const c=d[Au]=p=>{p&&p.target!==d||(!p||/transform$/.test(p.propertyName))&&(d.removeEventListener("transitionend",c),d[Au]=null,Ca(d,l))};d.addEventListener("transitionend",c)})}),()=>{const l=xt(e),i=b4(l);let u=l.tag||Fe;a=r,r=t.default?I0(t.default()):[];for(let d=0;ddelete e.mode;x4.props;const M4=x4;function Aw(e){const t=e.el;t[Au]&&t[Au](),t[pv]&&t[pv]()}function Ow(e){E4.set(e,e.el.getBoundingClientRect())}function Nw(e){const t=k4.get(e),n=E4.get(e),o=t.left-n.left,a=t.top-n.top;if(o||a){const r=e.el.style;return r.transform=r.webkitTransform=`translate(${o}px,${a}px)`,r.transitionDuration="0s",e}}function Iw(e,t,n){const o=e.cloneNode(),a=e[vl];a&&a.forEach(i=>{i.split(/\s+/).forEach(u=>u&&o.classList.remove(u))}),n.split(/\s+/).forEach(i=>i&&o.classList.add(i)),o.style.display="none";const r=t.nodeType===1?t:t.parentNode;r.appendChild(o);const{hasTransform:l}=w4(o);return r.removeChild(o),l}const hl=e=>{const t=e.props["onUpdate:modelValue"]||!1;return Ie(t)?n=>Wi(t,n):t};function Rw(e){e.target.composing=!0}function vv(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const ea=Symbol("_assign"),B0={created(e,{modifiers:{lazy:t,trim:n,number:o}},a){e[ea]=hl(a);const r=o||a.props&&a.props.type==="number";Aa(e,t?"change":"input",l=>{if(l.target.composing)return;let i=e.value;n&&(i=i.trim()),r&&(i=Kd(i)),e[ea](i)}),n&&Aa(e,"change",()=>{e.value=e.value.trim()}),t||(Aa(e,"compositionstart",Rw),Aa(e,"compositionend",vv),Aa(e,"change",vv))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:o,number:a}},r){if(e[ea]=hl(r),e.composing)return;const l=a||e.type==="number"?Kd(e.value):e.value,i=t??"";l!==i&&(document.activeElement===e&&e.type!=="range"&&(n||o&&e.value.trim()===i)||(e.value=i))}},Ou={deep:!0,created(e,t,n){e[ea]=hl(n),Aa(e,"change",()=>{const o=e._modelValue,a=T4(e),r=e.checked,l=e[ea];if(Ie(o)){const i=ym(o,a),u=i!==-1;if(r&&!u)l(o.concat(a));else if(!r&&u){const d=[...o];d.splice(i,1),l(d)}}else if(tc(o)){const i=new Set(o);r?i.add(a):i.delete(a),l(i)}else l(A4(e,r))})},mounted:hv,beforeUpdate(e,t,n){e[ea]=hl(n),hv(e,t,n)}};function hv(e,{value:t,oldValue:n},o){e._modelValue=t,Ie(t)?e.checked=ym(t,o.props.value)>-1:tc(t)?e.checked=t.has(o.props.value):t!==n&&(e.checked=dl(t,A4(e,!0)))}const $4={created(e,{value:t},n){e.checked=dl(t,n.props.value),e[ea]=hl(n),Aa(e,"change",()=>{e[ea](T4(e))})},beforeUpdate(e,{value:t,oldValue:n},o){e[ea]=hl(o),t!==n&&(e.checked=dl(t,o.props.value))}};function T4(e){return"_value"in e?e._value:e.value}function A4(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Pw=["ctrl","shift","alt","meta"],Lw={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>Pw.some(n=>e[`${n}Key`]&&!t.includes(n))},Ge=(e,t)=>{const n=e._withMods||(e._withMods={}),o=t.join(".");return n[o]||(n[o]=(a,...r)=>{for(let l=0;l{const n=e._withKeys||(e._withKeys={}),o=t.join(".");return n[o]||(n[o]=a=>{if(!("key"in a))return;const r=qa(a.key);if(t.some(l=>l===r||Vw[l]===r))return e(a)})},Bw=ln({patchProp:Mw},uw);let mv;function O4(){return mv||(mv=Fb(Bw))}const Ha=(...e)=>{O4().render(...e)},N4=(...e)=>{const t=O4().createApp(...e),{mount:n}=t;return t.mount=o=>{const a=Hw(o);if(!a)return;const r=t._component;!Xe(r)&&!r.render&&!r.template&&(r.template=a.innerHTML),a.innerHTML="";const l=n(a,!1,zw(a));return a instanceof Element&&(a.removeAttribute("v-cloak"),a.setAttribute("data-v-app","")),l},t};function zw(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Hw(e){return Ze(e)?document.querySelector(e):e}const Dw="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAABkCAYAAAA8AQ3AAAAJXUlEQVR4Xu3daahNXRzH8eeNSCQpIXkhJEkSkRISCUmJJEqkiFIIESKEIimZklJemMqYWUookjFTMmbKlClT7Kfffvqv1l37nHvuufs+ddbzfP/1KXevtfc5d9f5PWutvc59/qpXr14CADH4KzwAAJWKwAIQDQILQDQILADRILAARIPAAhANAgtANAgsANEgsABEg8ACEA0CC0A0CCwA0SCwAESDwAIQDQILQDQILADRILAARIPAAhANAgtANAgsANEgsABEg8ACEA0CC0A0CCwA0SCwAESDwAIQDQILQDQILADRILAARIPAAhANAgtANAgsANEgsABEg8ACEA0CC1Fp2LBhMnjw4GTQoEHpv8N2/LcRWBVo5MiRyY8fP1LdunXLtP/f9OvXL7l+/Xry6dOnJCwdu3btWtKrV6/Meca/n8V8+fIlefLkSXL8+PGkY8eOmWvInTt3XP9FixZl2ktZv369O//mzZuZdpRGYFWgmTNnug9k7969M+3/J2vWrEn+/PnjRVThUp9ly5Zlzhf/fta0tm3blrnOx48fXfuHDx8y7aV8+/bNnf/ixYtMO0ojsCoQgfWPq1evuvugQDp69Ggya9aspFOnTknnzp3T+3TkyBHXR3Xx4sXMdfz7uWPHjvQavnnz5iVbtmxJR2p+TZo0qcp1/MBSjRkzJvNaxcyYMaPKuQRW7RBYFYjAqpfMmTPH3YOvX78mAwYMyPQxAwcOTPtYTZ48uUq7fz+ru45ofczq1atXVdrCwLp//37m/GIUUH4RWLVDYFWgug6sBg0apOsyTZo0ybRVokaNGrnp069fv5IWLVpk+oRatWqV/P79Oz3n8+fPSf369V1bOYElWi9T6Xr+8TCwVF26dMmcH+rfv394GoFVSwRWBaqLwNK0SQvIWuD1yxZ8O3ToUKX/ihUrkjdv3tTI0qVLU/Zznz59Mq9vJkyY4PqNHz8+017Ipk2b3PvdvHlzpr2YnTt3uvP89axyA2v//v2uvx+WFlgvX7507adOncqcH7p8+XLaVwH47t279N8EVu0QWBUob2BpWqORSXWlD8/w4cPdOYcPHw67FC2tJfXt29f9fObMmcx7MPfu3XP92rZtm2kv5Pbt22n/nz9/pqOtsL2Ypk2bulHWhQsX3PFyA8vWzrRu5h+3wHrw4EFy5cqV9N96vWbNmmWuYdq0aeMeGpw8eTKdZqoIrNohsCpQ3sDyH/+fPn06GTt2bPrBb926dbrobKVRj52jrQNafC5Ej+Ot9OHTmpHOef36dXpM4VhoT5Rez6qc9R49gVNpm0HYVop+J5UfCOUElj99u3v3bpU2P7B0HSuNCMPrmF27drl+mj4SWPkQWBUoT2BNnTrVnXvr1q1Muxw8eND10dQxbPcpiCyYVAsWLHBtmhZaKdjCczdu3Ojap0yZkmkvxkZJ586dy7SVcuPGjfRcTX3tmH8/p0+fnt5Tn0JKT/FOnDjhRkN6D+G99wNLP9tCuhb8w/chuncaJaossAmsfAisCpQnsLp3756sXLky2b59e9KyZctMuwwbNsxdP3x0Hzp//rzrq6mg36ZRm4XL06dPM+e+f/8+bfPDo5TmzZu719OaVNheir/NwY7597MmpSlhjx49MtcOAysMwrD/4sWLXbttgSCw8iGwKlCewAopVHr27JlMnDgxHUXMnj07WbVqlbv+kiVLMucYbdq0UiD5T96M1mWs/NGav8a1d+/ezHnVsVGOprNhWym2wK1pqh0rN7C0633atGmZa4eBpfthTzOfP3+e6f/27du0zd9kSmDlQ2BVoLoIrIULF1aZyhWrYoE1atQo10cfSm0bCPuIRiJWfjD5QVbsqy7F2BqcBUM57Amefnc75t/PIUOGpCHu06K5vtqjzaM2YlRohr9zGFiiHfFWWge04yNGjHDH9QTWjhNY+RBYFShvYPlrVCoFwOPHj9Od3BqB2DqPqlBgKWDsKaM+uP4HsRBby/n+/Xv6s/Z92drNo0ePMv1L0XqPSkEZtlVHr2vvW0/x7Hg5i+56QGG1devWKm2FAktTWBsRXrp0yR23J516P/6TTgIrHwKrAuUJLC2KWyksCm1s1DGrMLAaN27s9gqpNIUMzw9pwd1KU0+t51hpGhr2L2XPnj3ufI0Uw/Zi/CmsFvzteDmBJTbNC9flCgWWnD17Nj2u4NI2BgW+lfZ0+X0JrHwIrAqUJ7AUUiqNcBQ+YbssX77cXT8MLFsDUh04cCBzbiH+iEojC9t7pWOF1r1K0cMCm5rpCZyuH/YJaRe/vQct8vu7+ssNLBvhaWTqHy8WWP60ePfu3VUW/sO9ZwRWPgRWBcoTWLb+o7WcsE3at2/vPtgqP7D8bQjlTuUKbTw9dOhQpl9NbdiwwV1HH+7wg+/TiMbffR6GcLmBpe0UKn/hXooFlth/KHSOha2m4GE/AisfAqsC+R8wPa3SGlIp9veg9DebVJqejB49usp19aVg/0+cqOzDPW7cOHdMIxSFgL6WUojWbcL37E8zrQpNR2tKoyrbBKpSyOrppp4+atSmdoWPNrVaQKjCaZyUG1j+5lr/PxjVBZamwmFpgT/sR2DlQ2BVoHIfw6tsr5O+u+eXFsI1+vD/msGxY8fcQrEFVk2eKFqFXwo2Wti3evbsWaa9XNp4qc2cYRX7+1j79u0rOAUtN7D8XewaOdrx6gJL9KVrK/8ppY/AyofAqkB5Aku0A73QdwkVXqtXr0772KjEAsv2DNWkwqmSWbduneszd+7cTHttaZe8RluFgkq/h0JAT/fC80xtpti6VyrtybJjFlgaxYb9Ze3ate51iv3+BFY+BNZ/lL4IrL1U+qsFeoo3dOjQTJ+69vDhw/TDWOy7hXVBC9zz589P/15Wnikn4kRgoU507drVjS405QzbgbpAYKFO+GtNhb6HB9QFAgu5ac+TrYmxNoN/E4GF3LSQb1Wb//0VUFMEFnJr166d2w/2by22A0JgAYgGgQUgGgQWgGgQWACiQWABiAaBBSAaBBaAaBBYAKJBYAGIBoEFIBoEFoBoEFgAokFgAYgGgQUgGgQWgGgQWACiQWABiAaBBSAaBBaAaBBYAKJBYAGIBoEFIBoEFoBoEFgAokFgAYgGgQUgGgQWgGgQWACiQWABiAaBBSAaBBaAaBBYAKJBYAGIBoEFIBoEFoBoEFgAokFgAYgGgQUgGgQWgGj8DTX1H3SCKTxHAAAAAElFTkSuQmCC",I4=(e,t)=>{const n=e.__vccOpts||e;for(const[o,a]of t)n[o]=a;return n},Fw=e=>(Um("data-v-3cc994dc"),e=e(),Ym(),e),Kw={class:"greetings"},Ww={class:"green"},jw=Fw(()=>k("h3",null,[vt(" You can see detail with project "),k("a",{href:"https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-database-parent",target:"_blank",rel:"noopener"},"Lazy ORM"),vt(" + "),k("a",{href:"https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-smart-integration/wu-smart-agent-network",target:"_blank",rel:"noopener"},"NetWork Local Client"),vt(". ")],-1)),qw={__name:"HelloWorld",props:{msg:{type:String,required:!0}},setup(e){return(t,n)=>(y(),M("div",Kw,[k("h1",Ww,Me(e.msg),1),jw]))}},Uw=I4(qw,[["__scopeId","data-v-3cc994dc"]]),Yw='a[href],button:not([disabled]),button:not([hidden]),:not([tabindex="-1"]),input:not([disabled]),input:not([type="hidden"]),select:not([disabled]),textarea:not([disabled])',Gw=e=>getComputedStyle(e).position==="fixed"?!1:e.offsetParent!==null,gv=e=>Array.from(e.querySelectorAll(Yw)).filter(t=>Xw(t)&&Gw(t)),Xw=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}},Yi=function(e,t,...n){let o;t.includes("mouse")||t.includes("click")?o="MouseEvents":t.includes("key")?o="KeyboardEvent":o="HTMLEvents";const a=document.createEvent(o);return a.initEvent(t,...n),e.dispatchEvent(a),e},R4=e=>!e.getAttribute("aria-owns"),P4=(e,t,n)=>{const{parentNode:o}=e;if(!o)return null;const a=o.querySelectorAll(n),r=Array.prototype.indexOf.call(a,e);return a[r+t]||null},Gi=e=>{e&&(e.focus(),!R4(e)&&e.click())},jt=(e,t,{checkForDefaultPrevented:n=!0}={})=>a=>{const r=e==null?void 0:e(a);if(n===!1||!r)return t==null?void 0:t(a)},yv=e=>t=>t.pointerType==="mouse"?e(t):void 0;var Jw=Object.defineProperty,Zw=Object.defineProperties,Qw=Object.getOwnPropertyDescriptors,_v=Object.getOwnPropertySymbols,e5=Object.prototype.hasOwnProperty,t5=Object.prototype.propertyIsEnumerable,bv=(e,t,n)=>t in e?Jw(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,n5=(e,t)=>{for(var n in t||(t={}))e5.call(t,n)&&bv(e,n,t[n]);if(_v)for(var n of _v(t))t5.call(t,n)&&bv(e,n,t[n]);return e},o5=(e,t)=>Zw(e,Qw(t));function wv(e,t){var n;const o=Rt();return gn(()=>{o.value=e()},o5(n5({},t),{flush:(n=t==null?void 0:t.flush)!=null?n:"sync"})),Ol(o)}var Cv;const gt=typeof window<"u",a5=e=>typeof e<"u",r5=e=>typeof e=="function",l5=e=>typeof e=="string",ml=()=>{},s5=gt&&((Cv=window==null?void 0:window.navigator)==null?void 0:Cv.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function Da(e){return typeof e=="function"?e():s(e)}function L4(e,t){function n(...o){return new Promise((a,r)=>{Promise.resolve(e(()=>t.apply(this,o),{fn:t,thisArg:this,args:o})).then(a).catch(r)})}return n}function i5(e,t={}){let n,o,a=ml;const r=i=>{clearTimeout(i),a(),a=ml};return i=>{const u=Da(e),d=Da(t.maxWait);return n&&r(n),u<=0||d!==void 0&&d<=0?(o&&(r(o),o=null),Promise.resolve(i())):new Promise((f,c)=>{a=t.rejectOnCancel?c:f,d&&!o&&(o=setTimeout(()=>{n&&r(n),o=null,f(i())},d)),n=setTimeout(()=>{o&&r(o),o=null,f(i())},u)})}}function u5(e,t=!0,n=!0,o=!1){let a=0,r,l=!0,i=ml,u;const d=()=>{r&&(clearTimeout(r),r=void 0,i(),i=ml)};return c=>{const p=Da(e),h=Date.now()-a,m=()=>u=c();return d(),p<=0?(a=Date.now(),m()):(h>p&&(n||!l)?(a=Date.now(),m()):t&&(u=new Promise((v,_)=>{i=o?_:v,r=setTimeout(()=>{a=Date.now(),l=!0,v(m()),d()},Math.max(0,p-h))})),!n&&!r&&(r=setTimeout(()=>l=!0,p)),l=!1,u)}}function c5(e){return e}function Xs(e){return wm()?(Cm(e),!0):!1}function d5(e,t=200,n={}){return L4(i5(t,n),e)}function f5(e,t=200,n={}){const o=R(e.value),a=d5(()=>{o.value=e.value},t,n);return pe(e,()=>a()),o}function V4(e,t=200,n=!1,o=!0,a=!1){return L4(u5(t,n,o,a),e)}function z0(e,t=!0){rt()?et(e):t?e():We(e)}function Cr(e,t,n={}){const{immediate:o=!0}=n,a=R(!1);let r=null;function l(){r&&(clearTimeout(r),r=null)}function i(){a.value=!1,l()}function u(...d){l(),a.value=!0,r=setTimeout(()=>{a.value=!1,r=null,e(...d)},Da(t))}return o&&(a.value=!0,gt&&u()),Xs(i),{isPending:Ol(a),start:u,stop:i}}function Ln(e){var t;const n=Da(e);return(t=n==null?void 0:n.$el)!=null?t:n}const Lr=gt?window:void 0,p5=gt?window.document:void 0;function Vt(...e){let t,n,o,a;if(l5(e[0])||Array.isArray(e[0])?([n,o,a]=e,t=Lr):[t,n,o,a]=e,!t)return ml;Array.isArray(n)||(n=[n]),Array.isArray(o)||(o=[o]);const r=[],l=()=>{r.forEach(f=>f()),r.length=0},i=(f,c,p,h)=>(f.addEventListener(c,p,h),()=>f.removeEventListener(c,p,h)),u=pe(()=>[Ln(t),Da(a)],([f,c])=>{l(),f&&r.push(...n.flatMap(p=>o.map(h=>i(f,p,h,c))))},{immediate:!0,flush:"post"}),d=()=>{u(),l()};return Xs(d),d}let Sv=!1;function H0(e,t,n={}){const{window:o=Lr,ignore:a=[],capture:r=!0,detectIframe:l=!1}=n;if(!o)return;s5&&!Sv&&(Sv=!0,Array.from(o.document.body.children).forEach(p=>p.addEventListener("click",ml)));let i=!0;const u=p=>a.some(h=>{if(typeof h=="string")return Array.from(o.document.querySelectorAll(h)).some(m=>m===p.target||p.composedPath().includes(m));{const m=Ln(h);return m&&(p.target===m||p.composedPath().includes(m))}}),f=[Vt(o,"click",p=>{const h=Ln(e);if(!(!h||h===p.target||p.composedPath().includes(h))){if(p.detail===0&&(i=!u(p)),!i){i=!0;return}t(p)}},{passive:!0,capture:r}),Vt(o,"pointerdown",p=>{const h=Ln(e);h&&(i=!p.composedPath().includes(h)&&!u(p))},{passive:!0}),l&&Vt(o,"blur",p=>{var h;const m=Ln(e);((h=o.document.activeElement)==null?void 0:h.tagName)==="IFRAME"&&!(m!=null&&m.contains(o.document.activeElement))&&t(p)})].filter(Boolean);return()=>f.forEach(p=>p())}function B4(e,t=!1){const n=R(),o=()=>n.value=!!e();return o(),z0(o,t),n}function v5(e){return JSON.parse(JSON.stringify(e))}const kv=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ev="__vueuse_ssr_handlers__";kv[Ev]=kv[Ev]||{};function h5(e,t,{window:n=Lr,initialValue:o=""}={}){const a=R(o),r=S(()=>{var l;return Ln(t)||((l=n==null?void 0:n.document)==null?void 0:l.documentElement)});return pe([r,()=>Da(e)],([l,i])=>{var u;if(l&&n){const d=(u=n.getComputedStyle(l).getPropertyValue(i))==null?void 0:u.trim();a.value=d||o}},{immediate:!0}),pe(a,l=>{var i;(i=r.value)!=null&&i.style&&r.value.style.setProperty(Da(e),l)}),a}function m5({document:e=p5}={}){if(!e)return R("visible");const t=R(e.visibilityState);return Vt(e,"visibilitychange",()=>{t.value=e.visibilityState}),t}var xv=Object.getOwnPropertySymbols,g5=Object.prototype.hasOwnProperty,y5=Object.prototype.propertyIsEnumerable,_5=(e,t)=>{var n={};for(var o in e)g5.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&xv)for(var o of xv(e))t.indexOf(o)<0&&y5.call(e,o)&&(n[o]=e[o]);return n};function Kt(e,t,n={}){const o=n,{window:a=Lr}=o,r=_5(o,["window"]);let l;const i=B4(()=>a&&"ResizeObserver"in a),u=()=>{l&&(l.disconnect(),l=void 0)},d=pe(()=>Ln(e),c=>{u(),i.value&&a&&c&&(l=new ResizeObserver(t),l.observe(c,r))},{immediate:!0,flush:"post"}),f=()=>{u(),d()};return Xs(f),{isSupported:i,stop:f}}function Mv(e,t={}){const{reset:n=!0,windowResize:o=!0,windowScroll:a=!0,immediate:r=!0}=t,l=R(0),i=R(0),u=R(0),d=R(0),f=R(0),c=R(0),p=R(0),h=R(0);function m(){const v=Ln(e);if(!v){n&&(l.value=0,i.value=0,u.value=0,d.value=0,f.value=0,c.value=0,p.value=0,h.value=0);return}const _=v.getBoundingClientRect();l.value=_.height,i.value=_.bottom,u.value=_.left,d.value=_.right,f.value=_.top,c.value=_.width,p.value=_.x,h.value=_.y}return Kt(e,m),pe(()=>Ln(e),v=>!v&&m()),a&&Vt("scroll",m,{capture:!0,passive:!0}),o&&Vt("resize",m,{passive:!0}),z0(()=>{r&&m()}),{height:l,bottom:i,left:u,right:d,top:f,width:c,x:p,y:h,update:m}}var $v=Object.getOwnPropertySymbols,b5=Object.prototype.hasOwnProperty,w5=Object.prototype.propertyIsEnumerable,C5=(e,t)=>{var n={};for(var o in e)b5.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&$v)for(var o of $v(e))t.indexOf(o)<0&&w5.call(e,o)&&(n[o]=e[o]);return n};function z4(e,t,n={}){const o=n,{window:a=Lr}=o,r=C5(o,["window"]);let l;const i=B4(()=>a&&"MutationObserver"in a),u=()=>{l&&(l.disconnect(),l=void 0)},d=pe(()=>Ln(e),c=>{u(),i.value&&a&&c&&(l=new MutationObserver(t),l.observe(c,r))},{immediate:!0}),f=()=>{u(),d()};return Xs(f),{isSupported:i,stop:f}}var Tv;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(Tv||(Tv={}));var S5=Object.defineProperty,Av=Object.getOwnPropertySymbols,k5=Object.prototype.hasOwnProperty,E5=Object.prototype.propertyIsEnumerable,Ov=(e,t,n)=>t in e?S5(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,x5=(e,t)=>{for(var n in t||(t={}))k5.call(t,n)&&Ov(e,n,t[n]);if(Av)for(var n of Av(t))E5.call(t,n)&&Ov(e,n,t[n]);return e};const M5={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]};x5({linear:c5},M5);function H4(e,t,n,o={}){var a,r,l;const{clone:i=!1,passive:u=!1,eventName:d,deep:f=!1,defaultValue:c}=o,p=rt(),h=n||(p==null?void 0:p.emit)||((a=p==null?void 0:p.$emit)==null?void 0:a.bind(p))||((l=(r=p==null?void 0:p.proxy)==null?void 0:r.$emit)==null?void 0:l.bind(p==null?void 0:p.proxy));let m=d;t||(t="modelValue"),m=d||m||`update:${t.toString()}`;const v=g=>i?r5(i)?i(g):v5(g):g,_=()=>a5(e[t])?v(e[t]):c;if(u){const g=_(),w=R(g);return pe(()=>e[t],b=>w.value=v(b)),pe(w,b=>{(b!==e[t]||f)&&h(m,b)},{deep:f}),w}else return S({get(){return _()},set(g){h(m,g)}})}function $5({window:e=Lr}={}){if(!e)return R(!1);const t=R(e.document.hasFocus());return Vt(e,"blur",()=>{t.value=!1}),Vt(e,"focus",()=>{t.value=!0}),t}function T5(e={}){const{window:t=Lr,initialWidth:n=1/0,initialHeight:o=1/0,listenOrientation:a=!0,includeScrollbar:r=!0}=e,l=R(n),i=R(o),u=()=>{t&&(r?(l.value=t.innerWidth,i.value=t.innerHeight):(l.value=t.document.documentElement.clientWidth,i.value=t.document.documentElement.clientHeight))};return u(),z0(u),Vt("resize",u,{passive:!0}),a&&Vt("orientationchange",u,{passive:!0}),{width:l,height:i}}const D4=()=>gt&&/firefox/i.test(window.navigator.userAgent),A5=(e,t)=>{if(!gt||!e||!t)return!1;const n=e.getBoundingClientRect();let o;return t instanceof Element?o=t.getBoundingClientRect():o={top:0,right:window.innerWidth,bottom:window.innerHeight,left:0},n.topo.top&&n.right>o.left&&n.left{let t=0,n=e;for(;n;)t+=n.offsetTop,n=n.offsetParent;return t},tf=(e,t)=>Math.abs(Nv(e)-Nv(t)),D0=e=>{let t,n;return e.type==="touchend"?(n=e.changedTouches[0].clientY,t=e.changedTouches[0].clientX):e.type.startsWith("touch")?(n=e.touches[0].clientY,t=e.touches[0].clientX):(n=e.clientY,t=e.clientX),{clientX:t,clientY:n}};function O5(e,t,n,o){const a=n-t;return e/=o/2,e<1?a/2*e*e*e+t:a/2*((e-=2)*e*e+2)+t}var F4=typeof global=="object"&&global&&global.Object===Object&&global,N5=typeof self=="object"&&self&&self.Object===Object&&self,Co=F4||N5||Function("return this")(),so=Co.Symbol,K4=Object.prototype,I5=K4.hasOwnProperty,R5=K4.toString,jl=so?so.toStringTag:void 0;function P5(e){var t=I5.call(e,jl),n=e[jl];try{e[jl]=void 0;var o=!0}catch{}var a=R5.call(e);return o&&(t?e[jl]=n:delete e[jl]),a}var L5=Object.prototype,V5=L5.toString;function B5(e){return V5.call(e)}var z5="[object Null]",H5="[object Undefined]",Iv=so?so.toStringTag:void 0;function Vr(e){return e==null?e===void 0?H5:z5:Iv&&Iv in Object(e)?P5(e):B5(e)}function Ro(e){return e!=null&&typeof e=="object"}var D5="[object Symbol]";function vc(e){return typeof e=="symbol"||Ro(e)&&Vr(e)==D5}function F0(e,t){for(var n=-1,o=e==null?0:e.length,a=Array(o);++n0){if(++t>=_9)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function S9(e){return function(){return e}}var Nu=function(){try{var e=zr(Object,"defineProperty");return e({},"",{}),e}catch{}}(),k9=Nu?function(e,t){return Nu(e,"toString",{configurable:!0,enumerable:!1,value:S9(t),writable:!0})}:K0;const E9=k9;var q4=C9(E9);function x9(e,t){for(var n=-1,o=e==null?0:e.length;++n-1}var O9=9007199254740991,N9=/^(?:0|[1-9]\d*)$/;function hc(e,t){var n=typeof e;return t=t??O9,!!t&&(n=="number"||n!="symbol"&&N9.test(e))&&e>-1&&e%1==0&&e-1&&e%1==0&&e<=P9}function Pl(e){return e!=null&&U0(e.length)&&!W0(e)}function L9(e,t,n){if(!On(n))return!1;var o=typeof t;return(o=="number"?Pl(n)&&hc(t,n.length):o=="string"&&t in n)?Js(n[t],e):!1}function V9(e){return G4(function(t,n){var o=-1,a=n.length,r=a>1?n[a-1]:void 0,l=a>2?n[2]:void 0;for(r=e.length>3&&typeof r=="function"?(a--,r):void 0,l&&L9(n[0],n[1],l)&&(r=a<3?void 0:r,a=1),t=Object(t);++o-1}function UC(e,t){var n=this.__data__,o=mc(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this}function ca(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t0&&n(i)?t>1?ei(i,t-1,n,o,a):Z0(a,i):o||(a[a.length]=i)}return a}function tg(e){var t=e==null?0:e.length;return t?ei(e,1):[]}function ng(e){return q4(Y4(e,void 0,tg),e+"")}var u7=eg(Object.getPrototypeOf,Object);const Q0=u7;var c7="[object Object]",d7=Function.prototype,f7=Object.prototype,og=d7.toString,p7=f7.hasOwnProperty,v7=og.call(Object);function ag(e){if(!Ro(e)||Vr(e)!=c7)return!1;var t=Q0(e);if(t===null)return!0;var n=p7.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&og.call(n)==v7}function h7(e,t,n){var o=-1,a=e.length;t<0&&(t=-t>a?0:a+t),n=n>a?a:n,n<0&&(n+=a),a=t>n?0:n-t>>>0,t>>>=0;for(var r=Array(a);++oi))return!1;var d=r.get(e),f=r.get(t);if(d&&f)return d==t&&f==e;var c=-1,p=!0,h=n&XS?new As:void 0;for(r.set(e,t),r.set(t,e);++c=t||O<0||c&&T>=r}function g(){var E=vd();if(_(E))return w(E);i=setTimeout(g,v(E))}function w(E){return i=void 0,p&&o?h(E):(o=a=void 0,l)}function b(){i!==void 0&&clearTimeout(i),d=0,o=u=a=i=void 0}function C(){return i===void 0?l:w(vd())}function x(){var E=vd(),O=_(E);if(o=arguments,a=this,u=E,O){if(i===void 0)return m(u);if(c)return clearTimeout(i),i=setTimeout(g,t),h(u)}return i===void 0&&(i=setTimeout(g,t)),l}return x.cancel=b,x.flush=C,x}function sf(e,t,n){(n!==void 0&&!Js(e[t],n)||n===void 0&&!(t in e))&&j0(e,t,n)}function Sg(e){return Ro(e)&&Pl(e)}function uf(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function zk(e){return Rl(e,Qs(e))}function Hk(e,t,n,o,a,r,l){var i=uf(e,n),u=uf(t,n),d=l.get(u);if(d){sf(e,n,d);return}var f=r?r(i,u,n+"",e,t,l):void 0,c=f===void 0;if(c){var p=An(u),h=!p&&xs(u),m=!p&&!h&&X0(u);f=u,p||h||m?An(i)?f=i:Sg(i)?f=j4(i):h?(c=!1,f=lg(u,!0)):m?(c=!1,f=dg(u,!0)):f=[]:ag(u)||Es(u)?(f=i,Es(i)?f=zk(i):(!On(i)||W0(i))&&(f=fg(u))):c=!1}c&&(l.set(u,f),a(f,u,o,r,l),l.delete(u)),sf(e,n,f)}function kg(e,t,n,o,a){e!==t&&Cg(t,function(r,l){if(a||(a=new wo),On(r))Hk(e,t,l,n,kg,o,a);else{var i=o?o(uf(e,l),r,l+"",e,t,a):void 0;i===void 0&&(i=r),sf(e,l,i)}},Qs)}function Dk(e,t,n){for(var o=-1,a=e==null?0:e.length;++o1),r}),Rl(e,cg(e),n),o&&(n=ll(n,tE|nE|oE,eE));for(var a=t.length;a--;)Qk(n,t[a]);return n});function Mg(e,t,n,o){if(!On(e))return e;t=Ll(t,e);for(var a=-1,r=t.length,l=r-1,i=e;i!=null&&++a=dE){var d=t?null:cE(e);if(d)return n2(d);l=!1,a=mg,u=new As}else u=t?[]:i;e:for(;++oe===void 0,Qt=e=>typeof e=="boolean",Ye=e=>typeof e=="number",Qn=e=>!e&&e!==0||Ie(e)&&e.length===0||ct(e)&&!Object.keys(e).length,io=e=>typeof Element>"u"?!1:e instanceof Element,Er=e=>tn(e),pE=e=>Ze(e)?!Number.isNaN(Number(e)):!1,wc=e=>e===window,Fa=e=>gt?window.requestAnimationFrame(e):setTimeout(e,16),xr=e=>gt?window.cancelAnimationFrame(e):clearTimeout(e),o2=(e="")=>e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d"),Ao=e=>Ys(e),yl=e=>Object.keys(e),vE=e=>Object.entries(e),Xi=(e,t,n)=>({get value(){return Gt(e,t,n)},set value(o){sE(e,t,o)}});class hE extends Error{constructor(t){super(t),this.name="ElementPlusError"}}function on(e,t){throw new hE(`[${e}] ${t}`)}const $g=(e="")=>e.split(" ").filter(t=>!!t.trim()),oo=(e,t)=>{if(!e||!t)return!1;if(t.includes(" "))throw new Error("className should not contain space.");return e.classList.contains(t)},eo=(e,t)=>{!e||!t.trim()||e.classList.add(...$g(t))},Cn=(e,t)=>{!e||!t.trim()||e.classList.remove(...$g(t))},Oa=(e,t)=>{var n;if(!gt||!e||!t)return"";let o=lo(t);o==="float"&&(o="cssFloat");try{const a=e.style[o];if(a)return a;const r=(n=document.defaultView)==null?void 0:n.getComputedStyle(e,"");return r?r[o]:""}catch{return e.style[o]}};function Xt(e,t="px"){if(!e)return"";if(Ye(e)||pE(e))return`${e}${t}`;if(Ze(e))return e}const mE=(e,t)=>{if(!gt)return!1;const n={undefined:"overflow",true:"overflow-y",false:"overflow-x"}[String(t)],o=Oa(e,n);return["scroll","auto","overlay"].some(a=>o.includes(a))},a2=(e,t)=>{if(!gt)return;let n=e;for(;n;){if([window,document,document.documentElement].includes(n))return window;if(mE(n,t))return n;n=n.parentNode}return n};let xi;const Tg=e=>{var t;if(!gt)return 0;if(xi!==void 0)return xi;const n=document.createElement("div");n.className=`${e}-scrollbar__wrap`,n.style.visibility="hidden",n.style.width="100px",n.style.position="absolute",n.style.top="-9999px",document.body.appendChild(n);const o=n.offsetWidth;n.style.overflow="scroll";const a=document.createElement("div");a.style.width="100%",n.appendChild(a);const r=a.offsetWidth;return(t=n.parentNode)==null||t.removeChild(n),xi=o-r,xi};function Ag(e,t){if(!gt)return;if(!t){e.scrollTop=0;return}const n=[];let o=t.offsetParent;for(;o!==null&&e!==o&&e.contains(o);)n.push(o),o=o.offsetParent;const a=t.offsetTop+n.reduce((u,d)=>u+d.offsetTop,0),r=a+t.offsetHeight,l=e.scrollTop,i=l+e.clientHeight;ai&&(e.scrollTop=r-e.clientHeight)}function gE(e,t,n,o,a){const r=Date.now();let l;const i=()=>{const d=Date.now()-r,f=O5(d>o?o:d,t,n,o);wc(e)?e.scrollTo(window.pageXOffset,f):e.scrollTop=f,d{l&&xr(l)}}const c1=(e,t)=>wc(t)?e.ownerDocument.documentElement:t,d1=e=>wc(e)?window.scrollY:e.scrollTop,Mi=e=>{if(!gt||e==="")return null;if(Ze(e))try{return document.querySelector(e)}catch{return null}return e};/*! Element Plus Icons Vue v2.3.1 */var yE=A({name:"AddLocation",__name:"add-location",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),k("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"}),k("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"})]))}}),_E=yE,bE=A({name:"Aim",__name:"aim",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),wE=bE,CE=A({name:"AlarmClock",__name:"alarm-clock",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),SE=CE,kE=A({name:"Apple",__name:"apple",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),EE=kE,xE=A({name:"ArrowDownBold",__name:"arrow-down-bold",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ME=xE,$E=A({name:"ArrowDown",__name:"arrow-down",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Bo=$E,TE=A({name:"ArrowLeftBold",__name:"arrow-left-bold",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),AE=TE,OE=A({name:"ArrowLeft",__name:"arrow-left",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),aa=OE,NE=A({name:"ArrowRightBold",__name:"arrow-right-bold",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),IE=NE,RE=A({name:"ArrowRight",__name:"arrow-right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Sn=RE,PE=A({name:"ArrowUpBold",__name:"arrow-up-bold",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),LE=PE,VE=A({name:"ArrowUp",__name:"arrow-up",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Cc=VE,BE=A({name:"Avatar",__name:"avatar",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),zE=BE,HE=A({name:"Back",__name:"back",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64"}),k("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"})]))}}),Og=HE,DE=A({name:"Baseball",__name:"baseball",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),FE=DE,KE=A({name:"Basketball",__name:"basketball",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),WE=KE,jE=A({name:"BellFilled",__name:"bell-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),qE=jE,UE=A({name:"Bell",__name:"bell",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M512 64a64 64 0 0 1 64 64v64H448v-64a64 64 0 0 1 64-64"}),k("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"}),k("path",{fill:"currentColor",d:"M96 768h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32m352 128h128a64 64 0 0 1-128 0"})]))}}),YE=UE,GE=A({name:"Bicycle",__name:"bicycle",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),k("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"}),k("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"}),k("path",{fill:"currentColor",d:"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z"})]))}}),XE=GE,JE=A({name:"BottomLeft",__name:"bottom-left",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0z"}),k("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"})]))}}),ZE=JE,QE=A({name:"BottomRight",__name:"bottom-right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416z"}),k("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"})]))}}),ex=QE,tx=A({name:"Bottom",__name:"bottom",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),nx=tx,ox=A({name:"Bowl",__name:"bowl",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ax=ox,rx=A({name:"Box",__name:"box",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M64 320h896v64H64z"}),k("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"})]))}}),lx=rx,sx=A({name:"Briefcase",__name:"briefcase",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M320 320V128h384v192h192v192H128V320zM128 576h768v320H128zm256-256h256.064V192H384z"})]))}}),ix=sx,ux=A({name:"BrushFilled",__name:"brush-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),cx=ux,dx=A({name:"Brush",__name:"brush",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),fx=dx,px=A({name:"Burger",__name:"burger",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),vx=px,hx=A({name:"Calendar",__name:"calendar",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Ng=hx,mx=A({name:"CameraFilled",__name:"camera-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),gx=mx,yx=A({name:"Camera",__name:"camera",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),_x=yx,bx=A({name:"CaretBottom",__name:"caret-bottom",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"m192 384 320 384 320-384z"})]))}}),wx=bx,Cx=A({name:"CaretLeft",__name:"caret-left",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M672 192 288 511.936 672 832z"})]))}}),Sx=Cx,kx=A({name:"CaretRight",__name:"caret-right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M384 192v640l384-320.064z"})]))}}),r2=kx,Ex=A({name:"CaretTop",__name:"caret-top",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M512 320 192 704h639.936z"})]))}}),Ig=Ex,xx=A({name:"Cellphone",__name:"cellphone",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Mx=xx,$x=A({name:"ChatDotRound",__name:"chat-dot-round",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),Tx=$x,Ax=A({name:"ChatDotSquare",__name:"chat-dot-square",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),Ox=Ax,Nx=A({name:"ChatLineRound",__name:"chat-line-round",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),Ix=Nx,Rx=A({name:"ChatLineSquare",__name:"chat-line-square",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),Px=Rx,Lx=A({name:"ChatRound",__name:"chat-round",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Vx=Lx,Bx=A({name:"ChatSquare",__name:"chat-square",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),zx=Bx,Hx=A({name:"Check",__name:"check",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Bl=Hx,Dx=A({name:"Checked",__name:"checked",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Fx=Dx,Kx=A({name:"Cherry",__name:"cherry",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Wx=Kx,jx=A({name:"Chicken",__name:"chicken",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),qx=jx,Ux=A({name:"ChromeFilled",__name:"chrome-filled",setup(e){return(t,n)=>(y(),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"},[k("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"}),k("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"}),k("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"})]))}}),Yx=Ux,Gx=A({name:"CircleCheckFilled",__name:"circle-check-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Rg=Gx,Xx=A({name:"CircleCheck",__name:"circle-check",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),Sc=Xx,Jx=A({name:"CircleCloseFilled",__name:"circle-close-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),kc=Jx,Zx=A({name:"CircleClose",__name:"circle-close",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),fa=Zx,Qx=A({name:"CirclePlusFilled",__name:"circle-plus-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),eM=Qx,tM=A({name:"CirclePlus",__name:"circle-plus",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),k("path",{fill:"currentColor",d:"M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0"}),k("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"})]))}}),nM=tM,oM=A({name:"Clock",__name:"clock",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M480 256a32 32 0 0 1 32 32v256a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"}),k("path",{fill:"currentColor",d:"M480 512h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32"})]))}}),l2=oM,aM=A({name:"CloseBold",__name:"close-bold",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),rM=aM,lM=A({name:"Close",__name:"close",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),uo=lM,sM=A({name:"Cloudy",__name:"cloudy",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),iM=sM,uM=A({name:"CoffeeCup",__name:"coffee-cup",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),cM=uM,dM=A({name:"Coffee",__name:"coffee",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),fM=dM,pM=A({name:"Coin",__name:"coin",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("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"})]))}}),vM=pM,hM=A({name:"ColdDrink",__name:"cold-drink",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),mM=hM,gM=A({name:"CollectionTag",__name:"collection-tag",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),yM=gM,_M=A({name:"Collection",__name:"collection",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),bM=_M,wM=A({name:"Comment",__name:"comment",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),CM=wM,SM=A({name:"Compass",__name:"compass",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),kM=SM,EM=A({name:"Connection",__name:"connection",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),xM=EM,MM=A({name:"Coordinate",__name:"coordinate",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M480 512h64v320h-64z"}),k("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"})]))}}),$M=MM,TM=A({name:"CopyDocument",__name:"copy-document",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),AM=TM,OM=A({name:"Cpu",__name:"cpu",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),NM=OM,IM=A({name:"CreditCard",__name:"credit-card",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M64 320h896v64H64zm0 128h896v64H64zm128 192h256v64H192z"})]))}}),RM=IM,PM=A({name:"Crop",__name:"crop",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M256 768h672a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V96a32 32 0 0 1 64 0z"}),k("path",{fill:"currentColor",d:"M832 224v704a32 32 0 1 1-64 0V256H96a32 32 0 0 1 0-64h704a32 32 0 0 1 32 32"})]))}}),LM=PM,VM=A({name:"DArrowLeft",__name:"d-arrow-left",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Mr=VM,BM=A({name:"DArrowRight",__name:"d-arrow-right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),$r=BM,zM=A({name:"DCaret",__name:"d-caret",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"m512 128 288 320H224zM224 576h576L512 896z"})]))}}),HM=zM,DM=A({name:"DataAnalysis",__name:"data-analysis",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),FM=DM,KM=A({name:"DataBoard",__name:"data-board",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M32 128h960v64H32z"}),k("path",{fill:"currentColor",d:"M192 192v512h640V192zm-64-64h768v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),k("path",{fill:"currentColor",d:"M322.176 960H248.32l144.64-250.56 55.424 32zm453.888 0h-73.856L576 741.44l55.424-32z"})]))}}),WM=KM,jM=A({name:"DataLine",__name:"data-line",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),qM=jM,UM=A({name:"DeleteFilled",__name:"delete-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),YM=UM,GM=A({name:"DeleteLocation",__name:"delete-location",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),k("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"}),k("path",{fill:"currentColor",d:"M384 384h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"})]))}}),XM=GM,JM=A({name:"Delete",__name:"delete",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Pg=JM,ZM=A({name:"Dessert",__name:"dessert",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),QM=ZM,e$=A({name:"Discount",__name:"discount",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),t$=e$,n$=A({name:"DishDot",__name:"dish-dot",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),o$=n$,a$=A({name:"Dish",__name:"dish",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),r$=a$,l$=A({name:"DocumentAdd",__name:"document-add",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),s$=l$,i$=A({name:"DocumentChecked",__name:"document-checked",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),u$=i$,c$=A({name:"DocumentCopy",__name:"document-copy",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),d$=c$,f$=A({name:"DocumentDelete",__name:"document-delete",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),p$=f$,v$=A({name:"DocumentRemove",__name:"document-remove",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),h$=v$,m$=A({name:"Document",__name:"document",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Lg=m$,g$=A({name:"Download",__name:"download",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),y$=g$,_$=A({name:"Drizzling",__name:"drizzling",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),b$=_$,w$=A({name:"EditPen",__name:"edit-pen",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),C$=w$,S$=A({name:"Edit",__name:"edit",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),k$=S$,E$=A({name:"ElemeFilled",__name:"eleme-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),x$=E$,M$=A({name:"Eleme",__name:"eleme",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),$$=M$,T$=A({name:"ElementPlus",__name:"element-plus",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),A$=T$,O$=A({name:"Expand",__name:"expand",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M128 192h768v128H128zm0 256h512v128H128zm0 256h768v128H128zm576-352 192 160-192 128z"})]))}}),N$=O$,I$=A({name:"Failed",__name:"failed",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),R$=I$,P$=A({name:"Female",__name:"female",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M512 640q32 0 32 32v256q0 32-32 32t-32-32V672q0-32 32-32"}),k("path",{fill:"currentColor",d:"M352 800h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"})]))}}),L$=P$,V$=A({name:"Files",__name:"files",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),B$=V$,z$=A({name:"Film",__name:"film",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M320 288V128h64v352h256V128h64v160h160v64H704v128h160v64H704v128h160v64H704v160h-64V544H384v352h-64V736H128v-64h192V544H128v-64h192V352H128v-64z"})]))}}),H$=z$,D$=A({name:"Filter",__name:"filter",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),F$=D$,K$=A({name:"Finished",__name:"finished",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),W$=K$,j$=A({name:"FirstAidKit",__name:"first-aid-kit",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),q$=j$,U$=A({name:"Flag",__name:"flag",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M288 128h608L736 384l160 256H288v320h-96V64h96z"})]))}}),Y$=U$,G$=A({name:"Fold",__name:"fold",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"})]))}}),X$=G$,J$=A({name:"FolderAdd",__name:"folder-add",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Z$=J$,Q$=A({name:"FolderChecked",__name:"folder-checked",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),eT=Q$,tT=A({name:"FolderDelete",__name:"folder-delete",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),nT=tT,oT=A({name:"FolderOpened",__name:"folder-opened",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),aT=oT,rT=A({name:"FolderRemove",__name:"folder-remove",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),lT=rT,sT=A({name:"Folder",__name:"folder",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),iT=sT,uT=A({name:"Food",__name:"food",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),cT=uT,dT=A({name:"Football",__name:"football",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),fT=dT,pT=A({name:"ForkSpoon",__name:"fork-spoon",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),vT=pT,hT=A({name:"Fries",__name:"fries",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),mT=hT,gT=A({name:"FullScreen",__name:"full-screen",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Vg=gT,yT=A({name:"GobletFull",__name:"goblet-full",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),_T=yT,bT=A({name:"GobletSquareFull",__name:"goblet-square-full",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),wT=bT,CT=A({name:"GobletSquare",__name:"goblet-square",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ST=CT,kT=A({name:"Goblet",__name:"goblet",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ET=kT,xT=A({name:"GoldMedal",__name:"gold-medal",setup(e){return(t,n)=>(y(),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"},[k("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"}),k("path",{fill:"currentColor",d:"M544 480H416v64h64v192h-64v64h192v-64h-64z"})]))}}),MT=xT,$T=A({name:"GoodsFilled",__name:"goods-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),TT=$T,AT=A({name:"Goods",__name:"goods",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),OT=AT,NT=A({name:"Grape",__name:"grape",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),IT=NT,RT=A({name:"Grid",__name:"grid",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"})]))}}),PT=RT,LT=A({name:"Guide",__name:"guide",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),VT=LT,BT=A({name:"Handbag",__name:"handbag",setup(e){return(t,n)=>(y(),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"},[k("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"})]))}}),zT=BT,HT=A({name:"Headset",__name:"headset",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),DT=HT,FT=A({name:"HelpFilled",__name:"help-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),KT=FT,WT=A({name:"Help",__name:"help",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),jT=WT,qT=A({name:"Hide",__name:"hide",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),Bg=qT,UT=A({name:"Histogram",__name:"histogram",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M416 896V128h192v768zm-288 0V448h192v448zm576 0V320h192v576z"})]))}}),YT=UT,GT=A({name:"HomeFilled",__name:"home-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M512 128 128 447.936V896h255.936V640H640v256h255.936V447.936z"})]))}}),XT=GT,JT=A({name:"HotWater",__name:"hot-water",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ZT=JT,QT=A({name:"House",__name:"house",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),eA=QT,tA=A({name:"IceCreamRound",__name:"ice-cream-round",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),nA=tA,oA=A({name:"IceCreamSquare",__name:"ice-cream-square",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),aA=oA,rA=A({name:"IceCream",__name:"ice-cream",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),lA=rA,sA=A({name:"IceDrink",__name:"ice-drink",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),iA=sA,uA=A({name:"IceTea",__name:"ice-tea",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),cA=uA,dA=A({name:"InfoFilled",__name:"info-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Ec=dA,fA=A({name:"Iphone",__name:"iphone",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),pA=fA,vA=A({name:"Key",__name:"key",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),hA=vA,mA=A({name:"KnifeFork",__name:"knife-fork",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),gA=mA,yA=A({name:"Lightning",__name:"lightning",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),_A=yA,bA=A({name:"Link",__name:"link",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),wA=bA,CA=A({name:"List",__name:"list",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"})]))}}),SA=CA,kA=A({name:"Loading",__name:"loading",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),pa=kA,EA=A({name:"LocationFilled",__name:"location-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),xA=EA,MA=A({name:"LocationInformation",__name:"location-information",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),k("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"}),k("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"})]))}}),$A=MA,TA=A({name:"Location",__name:"location",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),AA=TA,OA=A({name:"Lock",__name:"lock",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),NA=OA,IA=A({name:"Lollipop",__name:"lollipop",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),RA=IA,PA=A({name:"MagicStick",__name:"magic-stick",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),LA=PA,VA=A({name:"Magnet",__name:"magnet",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),BA=VA,zA=A({name:"Male",__name:"male",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("path",{fill:"currentColor",d:"M604.813 458.9 565.1 419.131l292.613-292.668 39.825 39.824z"})]))}}),HA=zA,DA=A({name:"Management",__name:"management",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"})]))}}),FA=DA,KA=A({name:"MapLocation",__name:"map-location",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),WA=KA,jA=A({name:"Medal",__name:"medal",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),qA=jA,UA=A({name:"Memo",__name:"memo",setup(e){return(t,n)=>(y(),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"},[k("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"}),k("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"}),k("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"})]))}}),YA=UA,GA=A({name:"Menu",__name:"menu",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),XA=GA,JA=A({name:"MessageBox",__name:"message-box",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ZA=JA,QA=A({name:"Message",__name:"message",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),eO=QA,tO=A({name:"Mic",__name:"mic",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),nO=tO,oO=A({name:"Microphone",__name:"microphone",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),aO=oO,rO=A({name:"MilkTea",__name:"milk-tea",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),lO=rO,sO=A({name:"Minus",__name:"minus",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"})]))}}),zg=sO,iO=A({name:"Money",__name:"money",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("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"})]))}}),uO=iO,cO=A({name:"Monitor",__name:"monitor",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),dO=cO,fO=A({name:"MoonNight",__name:"moon-night",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),pO=fO,vO=A({name:"Moon",__name:"moon",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),hO=vO,mO=A({name:"MoreFilled",__name:"more-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),cf=mO,gO=A({name:"More",__name:"more",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Hg=gO,yO=A({name:"MostlyCloudy",__name:"mostly-cloudy",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),_O=yO,bO=A({name:"Mouse",__name:"mouse",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),wO=bO,CO=A({name:"Mug",__name:"mug",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),SO=CO,kO=A({name:"MuteNotification",__name:"mute-notification",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),EO=kO,xO=A({name:"Mute",__name:"mute",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),MO=xO,$O=A({name:"NoSmoking",__name:"no-smoking",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),TO=$O,AO=A({name:"Notebook",__name:"notebook",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),OO=AO,NO=A({name:"Notification",__name:"notification",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),IO=NO,RO=A({name:"Odometer",__name:"odometer",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("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"})]))}}),PO=RO,LO=A({name:"OfficeBuilding",__name:"office-building",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M256 256h256v64H256zm0 192h256v64H256zm0 192h256v64H256zm384-128h128v64H640zm0 128h128v64H640zM64 832h896v64H64z"}),k("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"})]))}}),VO=LO,BO=A({name:"Open",__name:"open",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),zO=BO,HO=A({name:"Operation",__name:"operation",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),DO=HO,FO=A({name:"Opportunity",__name:"opportunity",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),KO=FO,WO=A({name:"Orange",__name:"orange",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),jO=WO,qO=A({name:"Paperclip",__name:"paperclip",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),UO=qO,YO=A({name:"PartlyCloudy",__name:"partly-cloudy",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),GO=YO,XO=A({name:"Pear",__name:"pear",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),JO=XO,ZO=A({name:"PhoneFilled",__name:"phone-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),QO=ZO,eN=A({name:"Phone",__name:"phone",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),tN=eN,nN=A({name:"PictureFilled",__name:"picture-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Dg=nN,oN=A({name:"PictureRounded",__name:"picture-rounded",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),aN=oN,rN=A({name:"Picture",__name:"picture",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),lN=rN,sN=A({name:"PieChart",__name:"pie-chart",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),iN=sN,uN=A({name:"Place",__name:"place",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M512 512a32 32 0 0 1 32 32v256a32 32 0 1 1-64 0V544a32 32 0 0 1 32-32"}),k("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"})]))}}),cN=uN,dN=A({name:"Platform",__name:"platform",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"})]))}}),fN=dN,pN=A({name:"Plus",__name:"plus",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),s2=pN,vN=A({name:"Pointer",__name:"pointer",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),hN=vN,mN=A({name:"Position",__name:"position",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),gN=mN,yN=A({name:"Postcard",__name:"postcard",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),_N=yN,bN=A({name:"Pouring",__name:"pouring",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),wN=bN,CN=A({name:"Present",__name:"present",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M480 896V640H192v-64h288V320H192v576zm64 0h288V320H544v256h288v64H544zM128 256h768v672a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),k("path",{fill:"currentColor",d:"M96 256h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32"}),k("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"}),k("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"})]))}}),SN=CN,kN=A({name:"PriceTag",__name:"price-tag",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),EN=kN,xN=A({name:"Printer",__name:"printer",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),MN=xN,$N=A({name:"Promotion",__name:"promotion",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"m64 448 832-320-128 704-446.08-243.328L832 192 242.816 545.472zm256 512V657.024L512 768z"})]))}}),TN=$N,AN=A({name:"QuartzWatch",__name:"quartz-watch",setup(e){return(t,n)=>(y(),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"},[k("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"}),k("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"}),k("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"})]))}}),ON=AN,NN=A({name:"QuestionFilled",__name:"question-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Fg=NN,IN=A({name:"Rank",__name:"rank",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),RN=IN,PN=A({name:"ReadingLamp",__name:"reading-lamp",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M672 576q32 0 32 32v128q0 32-32 32t-32-32V608q0-32 32-32m-192-.064h64V960h-64z"})]))}}),LN=PN,VN=A({name:"Reading",__name:"reading",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M480 192h64v704h-64z"})]))}}),BN=VN,zN=A({name:"RefreshLeft",__name:"refresh-left",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Kg=zN,HN=A({name:"RefreshRight",__name:"refresh-right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Wg=HN,DN=A({name:"Refresh",__name:"refresh",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),FN=DN,KN=A({name:"Refrigerator",__name:"refrigerator",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),WN=KN,jN=A({name:"RemoveFilled",__name:"remove-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),qN=jN,UN=A({name:"Remove",__name:"remove",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),k("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"})]))}}),YN=UN,GN=A({name:"Right",__name:"right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),XN=GN,JN=A({name:"ScaleToOriginal",__name:"scale-to-original",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),jg=JN,ZN=A({name:"School",__name:"school",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M64 832h896v64H64zm256-640h128v96H320z"}),k("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"})]))}}),QN=ZN,eI=A({name:"Scissor",__name:"scissor",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),tI=eI,nI=A({name:"Search",__name:"search",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),qg=nI,oI=A({name:"Select",__name:"select",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),aI=oI,rI=A({name:"Sell",__name:"sell",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),lI=rI,sI=A({name:"SemiSelect",__name:"semi-select",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"})]))}}),iI=sI,uI=A({name:"Service",__name:"service",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),cI=uI,dI=A({name:"SetUp",__name:"set-up",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("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"}),k("path",{fill:"currentColor",d:"M288 640h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),fI=dI,pI=A({name:"Setting",__name:"setting",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),vI=pI,hI=A({name:"Share",__name:"share",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),mI=hI,gI=A({name:"Ship",__name:"ship",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),yI=gI,_I=A({name:"Shop",__name:"shop",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),bI=_I,wI=A({name:"ShoppingBag",__name:"shopping-bag",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M192 704h640v64H192z"})]))}}),CI=wI,SI=A({name:"ShoppingCartFull",__name:"shopping-cart-full",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),kI=SI,EI=A({name:"ShoppingCart",__name:"shopping-cart",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),xI=EI,MI=A({name:"ShoppingTrolley",__name:"shopping-trolley",setup(e){return(t,n)=>(y(),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"},[k("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"})]))}}),$I=MI,TI=A({name:"Smoking",__name:"smoking",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M704 576h64v128h-64zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"})]))}}),AI=TI,OI=A({name:"Soccer",__name:"soccer",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),NI=OI,II=A({name:"SoldOut",__name:"sold-out",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),RI=II,PI=A({name:"SortDown",__name:"sort-down",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Ug=PI,LI=A({name:"SortUp",__name:"sort-up",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Yg=LI,VI=A({name:"Sort",__name:"sort",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),BI=VI,zI=A({name:"Stamp",__name:"stamp",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),HI=zI,DI=A({name:"StarFilled",__name:"star-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Ql=DI,FI=A({name:"Star",__name:"star",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Gg=FI,KI=A({name:"Stopwatch",__name:"stopwatch",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),WI=KI,jI=A({name:"SuccessFilled",__name:"success-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),i2=jI,qI=A({name:"Sugar",__name:"sugar",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),UI=qI,YI=A({name:"SuitcaseLine",__name:"suitcase-line",setup(e){return(t,n)=>(y(),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"},[k("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"})]))}}),GI=YI,XI=A({name:"Suitcase",__name:"suitcase",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),JI=XI,ZI=A({name:"Sunny",__name:"sunny",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),QI=ZI,eR=A({name:"Sunrise",__name:"sunrise",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),tR=eR,nR=A({name:"Sunset",__name:"sunset",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),oR=nR,aR=A({name:"SwitchButton",__name:"switch-button",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32"})]))}}),rR=aR,lR=A({name:"SwitchFilled",__name:"switch-filled",setup(e){return(t,n)=>(y(),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"},[k("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"}),k("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"})]))}}),sR=lR,iR=A({name:"Switch",__name:"switch",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),uR=iR,cR=A({name:"TakeawayBox",__name:"takeaway-box",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),dR=cR,fR=A({name:"Ticket",__name:"ticket",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M640 832H64V640a128 128 0 1 0 0-256V192h576v160h64V192h256v192a128 128 0 1 0 0 256v192H704V672h-64zm0-416v192h64V416z"})]))}}),pR=fR,vR=A({name:"Tickets",__name:"tickets",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),hR=vR,mR=A({name:"Timer",__name:"timer",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("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"})]))}}),gR=mR,yR=A({name:"ToiletPaper",__name:"toilet-paper",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),_R=yR,bR=A({name:"Tools",__name:"tools",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),wR=bR,CR=A({name:"TopLeft",__name:"top-left",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M256 256h416a32 32 0 1 0 0-64H224a32 32 0 0 0-32 32v448a32 32 0 0 0 64 0z"}),k("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"})]))}}),SR=CR,kR=A({name:"TopRight",__name:"top-right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),ER=kR,xR=A({name:"Top",__name:"top",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),MR=xR,$R=A({name:"TrendCharts",__name:"trend-charts",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),TR=$R,AR=A({name:"TrophyBase",__name:"trophy-base",setup(e){return(t,n)=>(y(),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"},[k("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"})]))}}),OR=AR,NR=A({name:"Trophy",__name:"trophy",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),IR=NR,RR=A({name:"TurnOff",__name:"turn-off",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),PR=RR,LR=A({name:"Umbrella",__name:"umbrella",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),VR=LR,BR=A({name:"Unlock",__name:"unlock",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),zR=BR,HR=A({name:"UploadFilled",__name:"upload-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),DR=HR,FR=A({name:"Upload",__name:"upload",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),KR=FR,WR=A({name:"UserFilled",__name:"user-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),jR=WR,qR=A({name:"User",__name:"user",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),UR=qR,YR=A({name:"Van",__name:"van",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),GR=YR,XR=A({name:"VideoCameraFilled",__name:"video-camera-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),JR=XR,ZR=A({name:"VideoCamera",__name:"video-camera",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),QR=ZR,eP=A({name:"VideoPause",__name:"video-pause",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),tP=eP,nP=A({name:"VideoPlay",__name:"video-play",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),oP=nP,aP=A({name:"View",__name:"view",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Xg=aP,rP=A({name:"WalletFilled",__name:"wallet-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),lP=rP,sP=A({name:"Wallet",__name:"wallet",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("path",{fill:"currentColor",d:"M704 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"})]))}}),iP=sP,uP=A({name:"WarnTriangleFilled",__name:"warn-triangle-filled",setup(e){return(t,n)=>(y(),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"},[k("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"})]))}}),cP=uP,dP=A({name:"WarningFilled",__name:"warning-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ti=dP,fP=A({name:"Warning",__name:"warning",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),pP=fP,vP=A({name:"Watch",__name:"watch",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M480 352a32 32 0 0 1 32 32v160a32 32 0 0 1-64 0V384a32 32 0 0 1 32-32"}),k("path",{fill:"currentColor",d:"M480 512h128q32 0 32 32t-32 32H480q-32 0-32-32t32-32m128-256V128H416v128h-64V64h320v192zM416 768v128h192V768h64v192H352V768z"})]))}}),hP=vP,mP=A({name:"Watermelon",__name:"watermelon",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),gP=mP,yP=A({name:"WindPower",__name:"wind-power",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),_P=yP,bP=A({name:"ZoomIn",__name:"zoom-in",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),u2=bP,wP=A({name:"ZoomOut",__name:"zoom-out",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Jg=wP;const CP=Object.freeze(Object.defineProperty({__proto__:null,AddLocation:_E,Aim:wE,AlarmClock:SE,Apple:EE,ArrowDown:Bo,ArrowDownBold:ME,ArrowLeft:aa,ArrowLeftBold:AE,ArrowRight:Sn,ArrowRightBold:IE,ArrowUp:Cc,ArrowUpBold:LE,Avatar:zE,Back:Og,Baseball:FE,Basketball:WE,Bell:YE,BellFilled:qE,Bicycle:XE,Bottom:nx,BottomLeft:ZE,BottomRight:ex,Bowl:ax,Box:lx,Briefcase:ix,Brush:fx,BrushFilled:cx,Burger:vx,Calendar:Ng,Camera:_x,CameraFilled:gx,CaretBottom:wx,CaretLeft:Sx,CaretRight:r2,CaretTop:Ig,Cellphone:Mx,ChatDotRound:Tx,ChatDotSquare:Ox,ChatLineRound:Ix,ChatLineSquare:Px,ChatRound:Vx,ChatSquare:zx,Check:Bl,Checked:Fx,Cherry:Wx,Chicken:qx,ChromeFilled:Yx,CircleCheck:Sc,CircleCheckFilled:Rg,CircleClose:fa,CircleCloseFilled:kc,CirclePlus:nM,CirclePlusFilled:eM,Clock:l2,Close:uo,CloseBold:rM,Cloudy:iM,Coffee:fM,CoffeeCup:cM,Coin:vM,ColdDrink:mM,Collection:bM,CollectionTag:yM,Comment:CM,Compass:kM,Connection:xM,Coordinate:$M,CopyDocument:AM,Cpu:NM,CreditCard:RM,Crop:LM,DArrowLeft:Mr,DArrowRight:$r,DCaret:HM,DataAnalysis:FM,DataBoard:WM,DataLine:qM,Delete:Pg,DeleteFilled:YM,DeleteLocation:XM,Dessert:QM,Discount:t$,Dish:r$,DishDot:o$,Document:Lg,DocumentAdd:s$,DocumentChecked:u$,DocumentCopy:d$,DocumentDelete:p$,DocumentRemove:h$,Download:y$,Drizzling:b$,Edit:k$,EditPen:C$,Eleme:$$,ElemeFilled:x$,ElementPlus:A$,Expand:N$,Failed:R$,Female:L$,Files:B$,Film:H$,Filter:F$,Finished:W$,FirstAidKit:q$,Flag:Y$,Fold:X$,Folder:iT,FolderAdd:Z$,FolderChecked:eT,FolderDelete:nT,FolderOpened:aT,FolderRemove:lT,Food:cT,Football:fT,ForkSpoon:vT,Fries:mT,FullScreen:Vg,Goblet:ET,GobletFull:_T,GobletSquare:ST,GobletSquareFull:wT,GoldMedal:MT,Goods:OT,GoodsFilled:TT,Grape:IT,Grid:PT,Guide:VT,Handbag:zT,Headset:DT,Help:jT,HelpFilled:KT,Hide:Bg,Histogram:YT,HomeFilled:XT,HotWater:ZT,House:eA,IceCream:lA,IceCreamRound:nA,IceCreamSquare:aA,IceDrink:iA,IceTea:cA,InfoFilled:Ec,Iphone:pA,Key:hA,KnifeFork:gA,Lightning:_A,Link:wA,List:SA,Loading:pa,Location:AA,LocationFilled:xA,LocationInformation:$A,Lock:NA,Lollipop:RA,MagicStick:LA,Magnet:BA,Male:HA,Management:FA,MapLocation:WA,Medal:qA,Memo:YA,Menu:XA,Message:eO,MessageBox:ZA,Mic:nO,Microphone:aO,MilkTea:lO,Minus:zg,Money:uO,Monitor:dO,Moon:hO,MoonNight:pO,More:Hg,MoreFilled:cf,MostlyCloudy:_O,Mouse:wO,Mug:SO,Mute:MO,MuteNotification:EO,NoSmoking:TO,Notebook:OO,Notification:IO,Odometer:PO,OfficeBuilding:VO,Open:zO,Operation:DO,Opportunity:KO,Orange:jO,Paperclip:UO,PartlyCloudy:GO,Pear:JO,Phone:tN,PhoneFilled:QO,Picture:lN,PictureFilled:Dg,PictureRounded:aN,PieChart:iN,Place:cN,Platform:fN,Plus:s2,Pointer:hN,Position:gN,Postcard:_N,Pouring:wN,Present:SN,PriceTag:EN,Printer:MN,Promotion:TN,QuartzWatch:ON,QuestionFilled:Fg,Rank:RN,Reading:BN,ReadingLamp:LN,Refresh:FN,RefreshLeft:Kg,RefreshRight:Wg,Refrigerator:WN,Remove:YN,RemoveFilled:qN,Right:XN,ScaleToOriginal:jg,School:QN,Scissor:tI,Search:qg,Select:aI,Sell:lI,SemiSelect:iI,Service:cI,SetUp:fI,Setting:vI,Share:mI,Ship:yI,Shop:bI,ShoppingBag:CI,ShoppingCart:xI,ShoppingCartFull:kI,ShoppingTrolley:$I,Smoking:AI,Soccer:NI,SoldOut:RI,Sort:BI,SortDown:Ug,SortUp:Yg,Stamp:HI,Star:Gg,StarFilled:Ql,Stopwatch:WI,SuccessFilled:i2,Sugar:UI,Suitcase:JI,SuitcaseLine:GI,Sunny:QI,Sunrise:tR,Sunset:oR,Switch:uR,SwitchButton:rR,SwitchFilled:sR,TakeawayBox:dR,Ticket:pR,Tickets:hR,Timer:gR,ToiletPaper:_R,Tools:wR,Top:MR,TopLeft:SR,TopRight:ER,TrendCharts:TR,Trophy:IR,TrophyBase:OR,TurnOff:PR,Umbrella:VR,Unlock:zR,Upload:KR,UploadFilled:DR,User:UR,UserFilled:jR,Van:GR,VideoCamera:QR,VideoCameraFilled:JR,VideoPause:tP,VideoPlay:oP,View:Xg,Wallet:iP,WalletFilled:lP,WarnTriangleFilled:cP,Warning:pP,WarningFilled:ti,Watch:hP,Watermelon:gP,WindPower:_P,ZoomIn:u2,ZoomOut:Jg},Symbol.toStringTag,{value:"Module"})),Zg="__epPropKey",X=e=>e,SP=e=>ct(e)&&!!e[Zg],So=(e,t)=>{if(!ct(e)||SP(e))return e;const{values:n,required:o,default:a,type:r,validator:l}=e,u={type:r,required:!!o,validator:n||l?d=>{let f=!1,c=[];if(n&&(c=Array.from(n),yt(e,"default")&&c.push(a),f||(f=c.includes(d))),l&&(f||(f=l(d))),!f&&c.length>0){const p=[...new Set(c)].map(h=>JSON.stringify(h)).join(", ");lw(`Invalid prop: validation failed${t?` for prop "${t}"`:""}. Expected one of [${p}], got value ${JSON.stringify(d)}.`)}return f}:void 0,[Zg]:!0};return yt(e,"default")&&(u.default=a),u},Ee=e=>Pu(Object.entries(e).map(([t,n])=>[t,So(n,t)])),$t=X([String,Object,Function]),c2={Close:uo},d2={Close:uo,SuccessFilled:i2,InfoFilled:Ec,WarningFilled:ti,CircleCloseFilled:kc},Ka={success:i2,warning:ti,error:kc,info:Ec},f2={validating:pa,success:Sc,error:fa},lt=(e,t)=>{if(e.install=n=>{for(const o of[e,...Object.values(t??{})])n.component(o.name,o)},t)for(const[n,o]of Object.entries(t))e[n]=o;return e},Qg=(e,t)=>(e.install=n=>{e._context=n._context,n.config.globalProperties[t]=e},e),kP=(e,t)=>(e.install=n=>{n.directive(t,e)},e),Dt=e=>(e.install=Et,e),xc=(...e)=>t=>{e.forEach(n=>{Xe(n)?n(t):n.value=t})},Ke={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"},EP=["year","years","month","date","dates","week","datetime","datetimerange","daterange","monthrange"],md=["sun","mon","tue","wed","thu","fri","sat"],it="update:modelValue",Bt="change",Tn="input",f1=Symbol("INSTALLED_KEY"),zo=["","default","small","large"],e6=e=>["",...zo].includes(e);var Zn=(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))(Zn||{});function df(e){return zt(e)&&e.type===Fe}function xP(e){return zt(e)&&e.type===$n}function MP(e){return zt(e)&&!df(e)&&!xP(e)}const $P=e=>{if(!zt(e))return{};const t=e.props||{},n=(zt(e.type)?e.type.props:void 0)||{},o={};return Object.keys(n).forEach(a=>{yt(n[a],"default")&&(o[a]=n[a].default)}),Object.keys(t).forEach(a=>{o[lo(a)]=t[a]}),o},TP=e=>{if(!Ie(e)||e.length>1)throw new Error("expect to receive a single Vue element child");return e[0]},La=e=>{const t=Ie(e)?e:[e],n=[];return t.forEach(o=>{var a;Ie(o)?n.push(...La(o)):zt(o)&&Ie(o.children)?n.push(...La(o.children)):(n.push(o),zt(o)&&((a=o.component)!=null&&a.subTree)&&n.push(...La(o.component.subTree)))}),n},p1=e=>[...new Set(e)],jn=e=>!e&&e!==0?[]:Array.isArray(e)?e:[e],p2=e=>/([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(e),Ht=e=>e;function AP(e){let t=0;const n=(...o)=>{t&&xr(t),t=Fa(()=>{e(...o),t=0})};return n.cancel=()=>{xr(t),t=0},n}const OP=["class","style"],NP=/^on[A-Z]/,v2=(e={})=>{const{excludeListeners:t=!1,excludeKeys:n}=e,o=S(()=>((n==null?void 0:n.value)||[]).concat(OP)),a=rt();return S(a?()=>{var r;return Pu(Object.entries((r=a.proxy)==null?void 0:r.$attrs).filter(([l])=>!o.value.includes(l)&&!(t&&NP.test(l))))}:()=>({}))},gr=({from:e,replacement:t,scope:n,version:o,ref:a,type:r="API"},l)=>{pe(()=>s(l),i=>{},{immediate:!0})},t6=(e,t,n,o)=>{let a={offsetX:0,offsetY:0};const r=u=>{const d=u.clientX,f=u.clientY,{offsetX:c,offsetY:p}=a,h=e.value.getBoundingClientRect(),m=h.left,v=h.top,_=h.width,g=h.height,w=document.documentElement.clientWidth,b=document.documentElement.clientHeight,C=-m+c,x=-v+p,E=w-m-_+c,O=b-v-g+p,T=L=>{let P=c+L.clientX-d,z=p+L.clientY-f;o!=null&&o.value||(P=Math.min(Math.max(P,C),E),z=Math.min(Math.max(z,x),O)),a={offsetX:P,offsetY:z},e.value&&(e.value.style.transform=`translate(${Xt(P)}, ${Xt(z)})`)},V=()=>{document.removeEventListener("mousemove",T),document.removeEventListener("mouseup",V)};document.addEventListener("mousemove",T),document.addEventListener("mouseup",V)},l=()=>{t.value&&e.value&&t.value.addEventListener("mousedown",r)},i=()=>{t.value&&e.value&&t.value.removeEventListener("mousedown",r)};et(()=>{gn(()=>{n.value?l():i()})}),It(()=>{i()})};var IP={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 RP=e=>(t,n)=>PP(t,n,s(e)),PP=(e,t,n)=>Gt(n,e,e).replace(/\{(\w+)\}/g,(o,a)=>{var r;return`${(r=t==null?void 0:t[a])!=null?r:`{${a}}`}`}),LP=e=>{const t=S(()=>s(e).name),n=Pt(e)?e:R(e);return{lang:t,locale:n,t:RP(e)}},n6=Symbol("localeContextKey"),_t=e=>{const t=e||Pe(n6,R());return LP(S(()=>t.value||IP))},ds="el",VP="is-",Qa=(e,t,n,o,a)=>{let r=`${e}-${t}`;return n&&(r+=`-${n}`),o&&(r+=`__${o}`),a&&(r+=`--${a}`),r},o6=Symbol("namespaceContextKey"),h2=e=>{const t=e||(rt()?Pe(o6,R(ds)):R(ds));return S(()=>s(t)||ds)},me=(e,t)=>{const n=h2(t);return{namespace:n,b:(v="")=>Qa(n.value,e,v,"",""),e:v=>v?Qa(n.value,e,"",v,""):"",m:v=>v?Qa(n.value,e,"","",v):"",be:(v,_)=>v&&_?Qa(n.value,e,v,_,""):"",em:(v,_)=>v&&_?Qa(n.value,e,"",v,_):"",bm:(v,_)=>v&&_?Qa(n.value,e,v,"",_):"",bem:(v,_,g)=>v&&_&&g?Qa(n.value,e,v,_,g):"",is:(v,..._)=>{const g=_.length>=1?_[0]:!0;return v&&g?`${VP}${v}`:""},cssVar:v=>{const _={};for(const g in v)v[g]&&(_[`--${n.value}-${g}`]=v[g]);return _},cssVarName:v=>`--${n.value}-${v}`,cssVarBlock:v=>{const _={};for(const g in v)v[g]&&(_[`--${n.value}-${e}-${g}`]=v[g]);return _},cssVarBlockName:v=>`--${n.value}-${e}-${v}`}},m2=(e,t={})=>{Pt(e)||on("[useLockscreen]","You need to pass a ref param to this function");const n=t.ns||me("popup"),o=Vm(()=>n.bm("parent","hidden"));if(!gt||oo(document.body,o.value))return;let a=0,r=!1,l="0";const i=()=>{setTimeout(()=>{Cn(document==null?void 0:document.body,o.value),r&&document&&(document.body.style.width=l)},200)};pe(e,u=>{if(!u){i();return}r=!oo(document.body,o.value),r&&(l=document.body.style.width),a=Tg(n.namespace.value);const d=document.documentElement.clientHeight0&&(d||f==="scroll")&&r&&(document.body.style.width=`calc(100% - ${a}px)`),eo(document.body,o.value)}),Cm(()=>i())},BP=So({type:X(Boolean),default:null}),zP=So({type:X(Function)}),a6=e=>{const t=`update:${e}`,n=`onUpdate:${e}`,o=[t],a={[e]:BP,[n]:zP};return{useModelToggle:({indicator:l,toggleReason:i,shouldHideWhenRouteChanges:u,shouldProceed:d,onShow:f,onHide:c})=>{const p=rt(),{emit:h}=p,m=p.props,v=S(()=>Xe(m[n])),_=S(()=>m[e]===null),g=O=>{l.value!==!0&&(l.value=!0,i&&(i.value=O),Xe(f)&&f(O))},w=O=>{l.value!==!1&&(l.value=!1,i&&(i.value=O),Xe(c)&&c(O))},b=O=>{if(m.disabled===!0||Xe(d)&&!d())return;const T=v.value&>T&&h(t,!0),(_.value||!T)&&g(O)},C=O=>{if(m.disabled===!0||!gt)return;const T=v.value&>T&&h(t,!1),(_.value||!T)&&w(O)},x=O=>{Qt(O)&&(m.disabled&&O?v.value&&h(t,!1):l.value!==O&&(O?g():w()))},E=()=>{l.value?C():b()};return pe(()=>m[e],x),u&&p.appContext.config.globalProperties.$route!==void 0&&pe(()=>({...p.proxy.$route}),()=>{u.value&&l.value&&C()}),et(()=>{x(m[e])}),{hide:C,show:b,toggle:E,hasUpdateHandler:v}},useModelToggleProps:a,useModelToggleEmits:o}};a6("modelValue");const r6=e=>{const t=rt();return S(()=>{var n,o;return(o=(n=t==null?void 0:t.proxy)==null?void 0:n.$props)==null?void 0:o[e]})};var Vn="top",co="bottom",fo="right",Bn="left",g2="auto",ni=[Vn,co,fo,Bn],_l="start",Os="end",HP="clippingParents",l6="viewport",ql="popper",DP="reference",v1=ni.reduce(function(e,t){return e.concat([t+"-"+_l,t+"-"+Os])},[]),Hr=[].concat(ni,[g2]).reduce(function(e,t){return e.concat([t,t+"-"+_l,t+"-"+Os])},[]),FP="beforeRead",KP="read",WP="afterRead",jP="beforeMain",qP="main",UP="afterMain",YP="beforeWrite",GP="write",XP="afterWrite",JP=[FP,KP,WP,jP,qP,UP,YP,GP,XP];function Po(e){return e?(e.nodeName||"").toLowerCase():null}function ko(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function bl(e){var t=ko(e).Element;return e instanceof t||e instanceof Element}function ao(e){var t=ko(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function y2(e){if(typeof ShadowRoot>"u")return!1;var t=ko(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function ZP(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var o=t.styles[n]||{},a=t.attributes[n]||{},r=t.elements[n];!ao(r)||!Po(r)||(Object.assign(r.style,o),Object.keys(a).forEach(function(l){var i=a[l];i===!1?r.removeAttribute(l):r.setAttribute(l,i===!0?"":i)}))})}function QP(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(o){var a=t.elements[o],r=t.attributes[o]||{},l=Object.keys(t.styles.hasOwnProperty(o)?t.styles[o]:n[o]),i=l.reduce(function(u,d){return u[d]="",u},{});!ao(a)||!Po(a)||(Object.assign(a.style,i),Object.keys(r).forEach(function(u){a.removeAttribute(u)}))})}}var s6={name:"applyStyles",enabled:!0,phase:"write",fn:ZP,effect:QP,requires:["computeStyles"]};function Io(e){return e.split("-")[0]}var yr=Math.max,Lu=Math.min,wl=Math.round;function Cl(e,t){t===void 0&&(t=!1);var n=e.getBoundingClientRect(),o=1,a=1;if(ao(e)&&t){var r=e.offsetHeight,l=e.offsetWidth;l>0&&(o=wl(n.width)/l||1),r>0&&(a=wl(n.height)/r||1)}return{width:n.width/o,height:n.height/a,top:n.top/a,right:n.right/o,bottom:n.bottom/a,left:n.left/o,x:n.left/o,y:n.top/a}}function _2(e){var t=Cl(e),n=e.offsetWidth,o=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-o)<=1&&(o=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:o}}function i6(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&y2(n)){var o=t;do{if(o&&e.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function ra(e){return ko(e).getComputedStyle(e)}function eL(e){return["table","td","th"].indexOf(Po(e))>=0}function Ya(e){return((bl(e)?e.ownerDocument:e.document)||window.document).documentElement}function Mc(e){return Po(e)==="html"?e:e.assignedSlot||e.parentNode||(y2(e)?e.host:null)||Ya(e)}function h1(e){return!ao(e)||ra(e).position==="fixed"?null:e.offsetParent}function tL(e){var t=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,n=navigator.userAgent.indexOf("Trident")!==-1;if(n&&ao(e)){var o=ra(e);if(o.position==="fixed")return null}var a=Mc(e);for(y2(a)&&(a=a.host);ao(a)&&["html","body"].indexOf(Po(a))<0;){var r=ra(a);if(r.transform!=="none"||r.perspective!=="none"||r.contain==="paint"||["transform","perspective"].indexOf(r.willChange)!==-1||t&&r.willChange==="filter"||t&&r.filter&&r.filter!=="none")return a;a=a.parentNode}return null}function oi(e){for(var t=ko(e),n=h1(e);n&&eL(n)&&ra(n).position==="static";)n=h1(n);return n&&(Po(n)==="html"||Po(n)==="body"&&ra(n).position==="static")?t:n||tL(e)||t}function b2(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function fs(e,t,n){return yr(e,Lu(t,n))}function nL(e,t,n){var o=fs(e,t,n);return o>n?n:o}function u6(){return{top:0,right:0,bottom:0,left:0}}function c6(e){return Object.assign({},u6(),e)}function d6(e,t){return t.reduce(function(n,o){return n[o]=e,n},{})}var oL=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,c6(typeof e!="number"?e:d6(e,ni))};function aL(e){var t,n=e.state,o=e.name,a=e.options,r=n.elements.arrow,l=n.modifiersData.popperOffsets,i=Io(n.placement),u=b2(i),d=[Bn,fo].indexOf(i)>=0,f=d?"height":"width";if(!(!r||!l)){var c=oL(a.padding,n),p=_2(r),h=u==="y"?Vn:Bn,m=u==="y"?co:fo,v=n.rects.reference[f]+n.rects.reference[u]-l[u]-n.rects.popper[f],_=l[u]-n.rects.reference[u],g=oi(r),w=g?u==="y"?g.clientHeight||0:g.clientWidth||0:0,b=v/2-_/2,C=c[h],x=w-p[f]-c[m],E=w/2-p[f]/2+b,O=fs(C,E,x),T=u;n.modifiersData[o]=(t={},t[T]=O,t.centerOffset=O-E,t)}}function rL(e){var t=e.state,n=e.options,o=n.element,a=o===void 0?"[data-popper-arrow]":o;a!=null&&(typeof a=="string"&&(a=t.elements.popper.querySelector(a),!a)||!i6(t.elements.popper,a)||(t.elements.arrow=a))}var lL={name:"arrow",enabled:!0,phase:"main",fn:aL,effect:rL,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Sl(e){return e.split("-")[1]}var sL={top:"auto",right:"auto",bottom:"auto",left:"auto"};function iL(e){var t=e.x,n=e.y,o=window,a=o.devicePixelRatio||1;return{x:wl(t*a)/a||0,y:wl(n*a)/a||0}}function m1(e){var t,n=e.popper,o=e.popperRect,a=e.placement,r=e.variation,l=e.offsets,i=e.position,u=e.gpuAcceleration,d=e.adaptive,f=e.roundOffsets,c=e.isFixed,p=l.x,h=p===void 0?0:p,m=l.y,v=m===void 0?0:m,_=typeof f=="function"?f({x:h,y:v}):{x:h,y:v};h=_.x,v=_.y;var g=l.hasOwnProperty("x"),w=l.hasOwnProperty("y"),b=Bn,C=Vn,x=window;if(d){var E=oi(n),O="clientHeight",T="clientWidth";if(E===ko(n)&&(E=Ya(n),ra(E).position!=="static"&&i==="absolute"&&(O="scrollHeight",T="scrollWidth")),E=E,a===Vn||(a===Bn||a===fo)&&r===Os){C=co;var V=c&&E===x&&x.visualViewport?x.visualViewport.height:E[O];v-=V-o.height,v*=u?1:-1}if(a===Bn||(a===Vn||a===co)&&r===Os){b=fo;var L=c&&E===x&&x.visualViewport?x.visualViewport.width:E[T];h-=L-o.width,h*=u?1:-1}}var P=Object.assign({position:i},d&&sL),z=f===!0?iL({x:h,y:v}):{x:h,y:v};if(h=z.x,v=z.y,u){var j;return Object.assign({},P,(j={},j[C]=w?"0":"",j[b]=g?"0":"",j.transform=(x.devicePixelRatio||1)<=1?"translate("+h+"px, "+v+"px)":"translate3d("+h+"px, "+v+"px, 0)",j))}return Object.assign({},P,(t={},t[C]=w?v+"px":"",t[b]=g?h+"px":"",t.transform="",t))}function uL(e){var t=e.state,n=e.options,o=n.gpuAcceleration,a=o===void 0?!0:o,r=n.adaptive,l=r===void 0?!0:r,i=n.roundOffsets,u=i===void 0?!0:i,d={placement:Io(t.placement),variation:Sl(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:a,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,m1(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:l,roundOffsets:u})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,m1(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:u})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var f6={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:uL,data:{}},$i={passive:!0};function cL(e){var t=e.state,n=e.instance,o=e.options,a=o.scroll,r=a===void 0?!0:a,l=o.resize,i=l===void 0?!0:l,u=ko(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return r&&d.forEach(function(f){f.addEventListener("scroll",n.update,$i)}),i&&u.addEventListener("resize",n.update,$i),function(){r&&d.forEach(function(f){f.removeEventListener("scroll",n.update,$i)}),i&&u.removeEventListener("resize",n.update,$i)}}var p6={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:cL,data:{}},dL={left:"right",right:"left",bottom:"top",top:"bottom"};function Ji(e){return e.replace(/left|right|bottom|top/g,function(t){return dL[t]})}var fL={start:"end",end:"start"};function g1(e){return e.replace(/start|end/g,function(t){return fL[t]})}function w2(e){var t=ko(e),n=t.pageXOffset,o=t.pageYOffset;return{scrollLeft:n,scrollTop:o}}function C2(e){return Cl(Ya(e)).left+w2(e).scrollLeft}function pL(e){var t=ko(e),n=Ya(e),o=t.visualViewport,a=n.clientWidth,r=n.clientHeight,l=0,i=0;return o&&(a=o.width,r=o.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(l=o.offsetLeft,i=o.offsetTop)),{width:a,height:r,x:l+C2(e),y:i}}function vL(e){var t,n=Ya(e),o=w2(e),a=(t=e.ownerDocument)==null?void 0:t.body,r=yr(n.scrollWidth,n.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),l=yr(n.scrollHeight,n.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),i=-o.scrollLeft+C2(e),u=-o.scrollTop;return ra(a||n).direction==="rtl"&&(i+=yr(n.clientWidth,a?a.clientWidth:0)-r),{width:r,height:l,x:i,y:u}}function S2(e){var t=ra(e),n=t.overflow,o=t.overflowX,a=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+a+o)}function v6(e){return["html","body","#document"].indexOf(Po(e))>=0?e.ownerDocument.body:ao(e)&&S2(e)?e:v6(Mc(e))}function ps(e,t){var n;t===void 0&&(t=[]);var o=v6(e),a=o===((n=e.ownerDocument)==null?void 0:n.body),r=ko(o),l=a?[r].concat(r.visualViewport||[],S2(o)?o:[]):o,i=t.concat(l);return a?i:i.concat(ps(Mc(l)))}function ff(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function hL(e){var t=Cl(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 y1(e,t){return t===l6?ff(pL(e)):bl(t)?hL(t):ff(vL(Ya(e)))}function mL(e){var t=ps(Mc(e)),n=["absolute","fixed"].indexOf(ra(e).position)>=0,o=n&&ao(e)?oi(e):e;return bl(o)?t.filter(function(a){return bl(a)&&i6(a,o)&&Po(a)!=="body"}):[]}function gL(e,t,n){var o=t==="clippingParents"?mL(e):[].concat(t),a=[].concat(o,[n]),r=a[0],l=a.reduce(function(i,u){var d=y1(e,u);return i.top=yr(d.top,i.top),i.right=Lu(d.right,i.right),i.bottom=Lu(d.bottom,i.bottom),i.left=yr(d.left,i.left),i},y1(e,r));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}function h6(e){var t=e.reference,n=e.element,o=e.placement,a=o?Io(o):null,r=o?Sl(o):null,l=t.x+t.width/2-n.width/2,i=t.y+t.height/2-n.height/2,u;switch(a){case Vn:u={x:l,y:t.y-n.height};break;case co:u={x:l,y:t.y+t.height};break;case fo:u={x:t.x+t.width,y:i};break;case Bn:u={x:t.x-n.width,y:i};break;default:u={x:t.x,y:t.y}}var d=a?b2(a):null;if(d!=null){var f=d==="y"?"height":"width";switch(r){case _l:u[d]=u[d]-(t[f]/2-n[f]/2);break;case Os:u[d]=u[d]+(t[f]/2-n[f]/2);break}}return u}function Ns(e,t){t===void 0&&(t={});var n=t,o=n.placement,a=o===void 0?e.placement:o,r=n.boundary,l=r===void 0?HP:r,i=n.rootBoundary,u=i===void 0?l6:i,d=n.elementContext,f=d===void 0?ql:d,c=n.altBoundary,p=c===void 0?!1:c,h=n.padding,m=h===void 0?0:h,v=c6(typeof m!="number"?m:d6(m,ni)),_=f===ql?DP:ql,g=e.rects.popper,w=e.elements[p?_:f],b=gL(bl(w)?w:w.contextElement||Ya(e.elements.popper),l,u),C=Cl(e.elements.reference),x=h6({reference:C,element:g,strategy:"absolute",placement:a}),E=ff(Object.assign({},g,x)),O=f===ql?E:C,T={top:b.top-O.top+v.top,bottom:O.bottom-b.bottom+v.bottom,left:b.left-O.left+v.left,right:O.right-b.right+v.right},V=e.modifiersData.offset;if(f===ql&&V){var L=V[a];Object.keys(T).forEach(function(P){var z=[fo,co].indexOf(P)>=0?1:-1,j=[Vn,co].indexOf(P)>=0?"y":"x";T[P]+=L[j]*z})}return T}function yL(e,t){t===void 0&&(t={});var n=t,o=n.placement,a=n.boundary,r=n.rootBoundary,l=n.padding,i=n.flipVariations,u=n.allowedAutoPlacements,d=u===void 0?Hr:u,f=Sl(o),c=f?i?v1:v1.filter(function(m){return Sl(m)===f}):ni,p=c.filter(function(m){return d.indexOf(m)>=0});p.length===0&&(p=c);var h=p.reduce(function(m,v){return m[v]=Ns(e,{placement:v,boundary:a,rootBoundary:r,padding:l})[Io(v)],m},{});return Object.keys(h).sort(function(m,v){return h[m]-h[v]})}function _L(e){if(Io(e)===g2)return[];var t=Ji(e);return[g1(e),t,g1(t)]}function bL(e){var t=e.state,n=e.options,o=e.name;if(!t.modifiersData[o]._skip){for(var a=n.mainAxis,r=a===void 0?!0:a,l=n.altAxis,i=l===void 0?!0:l,u=n.fallbackPlacements,d=n.padding,f=n.boundary,c=n.rootBoundary,p=n.altBoundary,h=n.flipVariations,m=h===void 0?!0:h,v=n.allowedAutoPlacements,_=t.options.placement,g=Io(_),w=g===_,b=u||(w||!m?[Ji(_)]:_L(_)),C=[_].concat(b).reduce(function(se,_e){return se.concat(Io(_e)===g2?yL(t,{placement:_e,boundary:f,rootBoundary:c,padding:d,flipVariations:m,allowedAutoPlacements:v}):_e)},[]),x=t.rects.reference,E=t.rects.popper,O=new Map,T=!0,V=C[0],L=0;L=0,F=K?"width":"height",B=Ns(t,{placement:P,boundary:f,rootBoundary:c,altBoundary:p,padding:d}),I=K?j?fo:Bn:j?co:Vn;x[F]>E[F]&&(I=Ji(I));var H=Ji(I),N=[];if(r&&N.push(B[z]<=0),i&&N.push(B[I]<=0,B[H]<=0),N.every(function(se){return se})){V=P,T=!1;break}O.set(P,N)}if(T)for(var D=m?3:1,q=function(se){var _e=C.find(function(Q){var le=O.get(Q);if(le)return le.slice(0,se).every(function(ae){return ae})});if(_e)return V=_e,"break"},Y=D;Y>0;Y--){var J=q(Y);if(J==="break")break}t.placement!==V&&(t.modifiersData[o]._skip=!0,t.placement=V,t.reset=!0)}}var wL={name:"flip",enabled:!0,phase:"main",fn:bL,requiresIfExists:["offset"],data:{_skip:!1}};function _1(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function b1(e){return[Vn,fo,co,Bn].some(function(t){return e[t]>=0})}function CL(e){var t=e.state,n=e.name,o=t.rects.reference,a=t.rects.popper,r=t.modifiersData.preventOverflow,l=Ns(t,{elementContext:"reference"}),i=Ns(t,{altBoundary:!0}),u=_1(l,o),d=_1(i,a,r),f=b1(u),c=b1(d);t.modifiersData[n]={referenceClippingOffsets:u,popperEscapeOffsets:d,isReferenceHidden:f,hasPopperEscaped:c},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":c})}var SL={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:CL};function kL(e,t,n){var o=Io(e),a=[Bn,Vn].indexOf(o)>=0?-1:1,r=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,l=r[0],i=r[1];return l=l||0,i=(i||0)*a,[Bn,fo].indexOf(o)>=0?{x:i,y:l}:{x:l,y:i}}function EL(e){var t=e.state,n=e.options,o=e.name,a=n.offset,r=a===void 0?[0,0]:a,l=Hr.reduce(function(f,c){return f[c]=kL(c,t.rects,r),f},{}),i=l[t.placement],u=i.x,d=i.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=u,t.modifiersData.popperOffsets.y+=d),t.modifiersData[o]=l}var xL={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:EL};function ML(e){var t=e.state,n=e.name;t.modifiersData[n]=h6({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var m6={name:"popperOffsets",enabled:!0,phase:"read",fn:ML,data:{}};function $L(e){return e==="x"?"y":"x"}function TL(e){var t=e.state,n=e.options,o=e.name,a=n.mainAxis,r=a===void 0?!0:a,l=n.altAxis,i=l===void 0?!1:l,u=n.boundary,d=n.rootBoundary,f=n.altBoundary,c=n.padding,p=n.tether,h=p===void 0?!0:p,m=n.tetherOffset,v=m===void 0?0:m,_=Ns(t,{boundary:u,rootBoundary:d,padding:c,altBoundary:f}),g=Io(t.placement),w=Sl(t.placement),b=!w,C=b2(g),x=$L(C),E=t.modifiersData.popperOffsets,O=t.rects.reference,T=t.rects.popper,V=typeof v=="function"?v(Object.assign({},t.rects,{placement:t.placement})):v,L=typeof V=="number"?{mainAxis:V,altAxis:V}:Object.assign({mainAxis:0,altAxis:0},V),P=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,z={x:0,y:0};if(E){if(r){var j,K=C==="y"?Vn:Bn,F=C==="y"?co:fo,B=C==="y"?"height":"width",I=E[C],H=I+_[K],N=I-_[F],D=h?-T[B]/2:0,q=w===_l?O[B]:T[B],Y=w===_l?-T[B]:-O[B],J=t.elements.arrow,se=h&&J?_2(J):{width:0,height:0},_e=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:u6(),Q=_e[K],le=_e[F],ae=fs(0,O[B],se[B]),Te=b?O[B]/2-D-ae-Q-L.mainAxis:q-ae-Q-L.mainAxis,ce=b?-O[B]/2+D+ae+le+L.mainAxis:Y+ae+le+L.mainAxis,ge=t.elements.arrow&&oi(t.elements.arrow),Ae=ge?C==="y"?ge.clientTop||0:ge.clientLeft||0:0,U=(j=P==null?void 0:P[C])!=null?j:0,te=I+Te-U-Ae,ve=I+ce-U,be=fs(h?Lu(H,te):H,I,h?yr(N,ve):N);E[C]=be,z[C]=be-I}if(i){var ue,ye=C==="x"?Vn:Bn,we=C==="x"?co:fo,Ce=E[x],he=x==="y"?"height":"width",Se=Ce+_[ye],Re=Ce-_[we],He=[Vn,Bn].indexOf(g)!==-1,de=(ue=P==null?void 0:P[x])!=null?ue:0,Le=He?Se:Ce-O[he]-T[he]-de+L.altAxis,Ue=He?Ce+O[he]+T[he]-de-L.altAxis:Re,ot=h&&He?nL(Le,Ce,Ue):fs(h?Le:Se,Ce,h?Ue:Re);E[x]=ot,z[x]=ot-Ce}t.modifiersData[o]=z}}var AL={name:"preventOverflow",enabled:!0,phase:"main",fn:TL,requiresIfExists:["offset"]};function OL(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function NL(e){return e===ko(e)||!ao(e)?w2(e):OL(e)}function IL(e){var t=e.getBoundingClientRect(),n=wl(t.width)/e.offsetWidth||1,o=wl(t.height)/e.offsetHeight||1;return n!==1||o!==1}function RL(e,t,n){n===void 0&&(n=!1);var o=ao(t),a=ao(t)&&IL(t),r=Ya(t),l=Cl(e,a),i={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(o||!o&&!n)&&((Po(t)!=="body"||S2(r))&&(i=NL(t)),ao(t)?(u=Cl(t,!0),u.x+=t.clientLeft,u.y+=t.clientTop):r&&(u.x=C2(r))),{x:l.left+i.scrollLeft-u.x,y:l.top+i.scrollTop-u.y,width:l.width,height:l.height}}function PL(e){var t=new Map,n=new Set,o=[];e.forEach(function(r){t.set(r.name,r)});function a(r){n.add(r.name);var l=[].concat(r.requires||[],r.requiresIfExists||[]);l.forEach(function(i){if(!n.has(i)){var u=t.get(i);u&&a(u)}}),o.push(r)}return e.forEach(function(r){n.has(r.name)||a(r)}),o}function LL(e){var t=PL(e);return JP.reduce(function(n,o){return n.concat(t.filter(function(a){return a.phase===o}))},[])}function VL(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function BL(e){var t=e.reduce(function(n,o){var a=n[o.name];return n[o.name]=a?Object.assign({},a,o,{options:Object.assign({},a.options,o.options),data:Object.assign({},a.data,o.data)}):o,n},{});return Object.keys(t).map(function(n){return t[n]})}var w1={placement:"bottom",modifiers:[],strategy:"absolute"};function C1(){for(var e=arguments.length,t=new Array(e),n=0;n{const o={name:"updateState",enabled:!0,phase:"write",fn:({state:u})=>{const d=KL(u);Object.assign(l.value,d)},requires:["computeStyles"]},a=S(()=>{const{onFirstUpdate:u,placement:d,strategy:f,modifiers:c}=s(n);return{onFirstUpdate:u,placement:d||"bottom",strategy:f||"absolute",modifiers:[...c||[],o,{name:"applyStyles",enabled:!1}]}}),r=Rt(),l=R({styles:{popper:{position:s(a).strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),i=()=>{r.value&&(r.value.destroy(),r.value=void 0)};return pe(a,u=>{const d=s(r);d&&d.setOptions(u)},{deep:!0}),pe([e,t],([u,d])=>{i(),!(!u||!d)&&(r.value=DL(u,d,s(a)))}),It(()=>{i()}),{state:S(()=>{var u;return{...((u=s(r))==null?void 0:u.state)||{}}}),styles:S(()=>s(l).styles),attributes:S(()=>s(l).attributes),update:()=>{var u;return(u=s(r))==null?void 0:u.update()},forceUpdate:()=>{var u;return(u=s(r))==null?void 0:u.forceUpdate()},instanceRef:S(()=>s(r))}};function KL(e){const t=Object.keys(e.elements),n=Pu(t.map(a=>[a,e.styles[a]||{}])),o=Pu(t.map(a=>[a,e.attributes[a]]));return{styles:n,attributes:o}}const E2=e=>{if(!e)return{onClick:Et,onMousedown:Et,onMouseup:Et};let t=!1,n=!1;return{onClick:l=>{t&&n&&e(l),t=n=!1},onMousedown:l=>{t=l.target===l.currentTarget},onMouseup:l=>{n=l.target===l.currentTarget}}},WL=(e,t=0)=>{if(t===0)return e;const n=R(!1);let o=0;const a=()=>{o&&clearTimeout(o),o=window.setTimeout(()=>{n.value=e.value},t)};return et(a),pe(()=>e.value,r=>{r?a():n.value=r}),n};function S1(){let e;const t=(o,a)=>{n(),e=window.setTimeout(o,a)},n=()=>window.clearTimeout(e);return Xs(()=>n()),{registerTimeout:t,cancelTimeout:n}}const k1={prefix:Math.floor(Math.random()*1e4),current:0},jL=Symbol("elIdInjection"),x2=()=>rt()?Pe(jL,k1):k1,kn=e=>{const t=x2(),n=h2();return S(()=>s(e)||`${n.value}-id-${t.prefix}-${t.current++}`)};let Yr=[];const E1=e=>{const t=e;t.key===Ke.esc&&Yr.forEach(n=>n(t))},qL=e=>{et(()=>{Yr.length===0&&document.addEventListener("keydown",E1),gt&&Yr.push(e)}),It(()=>{Yr=Yr.filter(t=>t!==e),Yr.length===0&>&&document.removeEventListener("keydown",E1)})};let x1;const g6=()=>{const e=h2(),t=x2(),n=S(()=>`${e.value}-popper-container-${t.prefix}`),o=S(()=>`#${n.value}`);return{id:n,selector:o}},UL=e=>{const t=document.createElement("div");return t.id=e,document.body.appendChild(t),t},YL=()=>{const{id:e,selector:t}=g6();return cc(()=>{gt&&!x1&&!document.body.querySelector(t.value)&&(x1=UL(e.value))}),{id:e,selector:t}},GL=Ee({showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0}}),XL=({showAfter:e,hideAfter:t,autoClose:n,open:o,close:a})=>{const{registerTimeout:r}=S1(),{registerTimeout:l,cancelTimeout:i}=S1();return{onOpen:f=>{r(()=>{o(f);const c=s(n);Ye(c)&&c>0&&l(()=>{a(f)},c)},s(e))},onClose:f=>{i(),r(()=>{a(f)},s(t))}}},y6=Symbol("elForwardRef"),JL=e=>{pt(y6,{setForwardRef:n=>{e.value=n}})},ZL=e=>({mounted(t){e(t)},updated(t){e(t)},unmounted(){e(null)}}),M1={current:0},$1=R(0),_6=2e3,T1=Symbol("elZIndexContextKey"),b6=Symbol("zIndexContextKey"),zl=e=>{const t=rt()?Pe(T1,M1):M1,n=e||(rt()?Pe(b6,void 0):void 0),o=S(()=>{const l=s(n);return Ye(l)?l:_6}),a=S(()=>o.value+$1.value),r=()=>(t.current++,$1.value=t.current,a.value);return!gt&&Pe(T1),{initialZIndex:o,currentZIndex:a,nextZIndex:r}},kl=Math.min,_r=Math.max,Vu=Math.round,Ti=Math.floor,Wa=e=>({x:e,y:e}),QL={left:"right",right:"left",bottom:"top",top:"bottom"},eV={start:"end",end:"start"};function pf(e,t,n){return _r(e,kl(t,n))}function ai(e,t){return typeof e=="function"?e(t):e}function Tr(e){return e.split("-")[0]}function ri(e){return e.split("-")[1]}function w6(e){return e==="x"?"y":"x"}function M2(e){return e==="y"?"height":"width"}function $c(e){return["top","bottom"].includes(Tr(e))?"y":"x"}function $2(e){return w6($c(e))}function tV(e,t,n){n===void 0&&(n=!1);const o=ri(e),a=$2(e),r=M2(a);let l=a==="x"?o===(n?"end":"start")?"right":"left":o==="start"?"bottom":"top";return t.reference[r]>t.floating[r]&&(l=Bu(l)),[l,Bu(l)]}function nV(e){const t=Bu(e);return[vf(e),t,vf(t)]}function vf(e){return e.replace(/start|end/g,t=>eV[t])}function oV(e,t,n){const o=["left","right"],a=["right","left"],r=["top","bottom"],l=["bottom","top"];switch(e){case"top":case"bottom":return n?t?a:o:t?o:a;case"left":case"right":return t?r:l;default:return[]}}function aV(e,t,n,o){const a=ri(e);let r=oV(Tr(e),n==="start",o);return a&&(r=r.map(l=>l+"-"+a),t&&(r=r.concat(r.map(vf)))),r}function Bu(e){return e.replace(/left|right|bottom|top/g,t=>QL[t])}function rV(e){return{top:0,right:0,bottom:0,left:0,...e}}function C6(e){return typeof e!="number"?rV(e):{top:e,right:e,bottom:e,left:e}}function zu(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function A1(e,t,n){let{reference:o,floating:a}=e;const r=$c(t),l=$2(t),i=M2(l),u=Tr(t),d=r==="y",f=o.x+o.width/2-a.width/2,c=o.y+o.height/2-a.height/2,p=o[i]/2-a[i]/2;let h;switch(u){case"top":h={x:f,y:o.y-a.height};break;case"bottom":h={x:f,y:o.y+o.height};break;case"right":h={x:o.x+o.width,y:c};break;case"left":h={x:o.x-a.width,y:c};break;default:h={x:o.x,y:o.y}}switch(ri(t)){case"start":h[l]-=p*(n&&d?-1:1);break;case"end":h[l]+=p*(n&&d?-1:1);break}return h}const lV=async(e,t,n)=>{const{placement:o="bottom",strategy:a="absolute",middleware:r=[],platform:l}=n,i=r.filter(Boolean),u=await(l.isRTL==null?void 0:l.isRTL(t));let d=await l.getElementRects({reference:e,floating:t,strategy:a}),{x:f,y:c}=A1(d,o,u),p=o,h={},m=0;for(let v=0;v({name:"arrow",options:e,async fn(t){const{x:n,y:o,placement:a,rects:r,platform:l,elements:i,middlewareData:u}=t,{element:d,padding:f=0}=ai(e,t)||{};if(d==null)return{};const c=C6(f),p={x:n,y:o},h=$2(a),m=M2(h),v=await l.getDimensions(d),_=h==="y",g=_?"top":"left",w=_?"bottom":"right",b=_?"clientHeight":"clientWidth",C=r.reference[m]+r.reference[h]-p[h]-r.floating[m],x=p[h]-r.reference[h],E=await(l.getOffsetParent==null?void 0:l.getOffsetParent(d));let O=E?E[b]:0;(!O||!await(l.isElement==null?void 0:l.isElement(E)))&&(O=i.floating[b]||r.floating[m]);const T=C/2-x/2,V=O/2-v[m]/2-1,L=kl(c[g],V),P=kl(c[w],V),z=L,j=O-v[m]-P,K=O/2-v[m]/2+T,F=pf(z,K,j),B=!u.arrow&&ri(a)!=null&&K!==F&&r.reference[m]/2-(Kz<=0)){var V,L;const z=(((V=r.flip)==null?void 0:V.index)||0)+1,j=x[z];if(j)return{data:{index:z,overflows:T},reset:{placement:j}};let K=(L=T.filter(F=>F.overflows[0]<=0).sort((F,B)=>F.overflows[1]-B.overflows[1])[0])==null?void 0:L.placement;if(!K)switch(h){case"bestFit":{var P;const F=(P=T.map(B=>[B.placement,B.overflows.filter(I=>I>0).reduce((I,H)=>I+H,0)]).sort((B,I)=>B[1]-I[1])[0])==null?void 0:P[0];F&&(K=F);break}case"initialPlacement":K=i;break}if(a!==K)return{reset:{placement:K}}}return{}}}};async function uV(e,t){const{placement:n,platform:o,elements:a}=e,r=await(o.isRTL==null?void 0:o.isRTL(a.floating)),l=Tr(n),i=ri(n),u=$c(n)==="y",d=["left","top"].includes(l)?-1:1,f=r&&u?-1:1,c=ai(t,e);let{mainAxis:p,crossAxis:h,alignmentAxis:m}=typeof c=="number"?{mainAxis:c,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...c};return i&&typeof m=="number"&&(h=i==="end"?m*-1:m),u?{x:h*f,y:p*d}:{x:p*d,y:h*f}}const S6=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,o;const{x:a,y:r,placement:l,middlewareData:i}=t,u=await uV(t,e);return l===((n=i.offset)==null?void 0:n.placement)&&(o=i.arrow)!=null&&o.alignmentOffset?{}:{x:a+u.x,y:r+u.y,data:{...u,placement:l}}}}},cV=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:o,placement:a}=t,{mainAxis:r=!0,crossAxis:l=!1,limiter:i={fn:_=>{let{x:g,y:w}=_;return{x:g,y:w}}},...u}=ai(e,t),d={x:n,y:o},f=await T2(t,u),c=$c(Tr(a)),p=w6(c);let h=d[p],m=d[c];if(r){const _=p==="y"?"top":"left",g=p==="y"?"bottom":"right",w=h+f[_],b=h-f[g];h=pf(w,h,b)}if(l){const _=c==="y"?"top":"left",g=c==="y"?"bottom":"right",w=m+f[_],b=m-f[g];m=pf(w,m,b)}const v=i.fn({...t,[p]:h,[c]:m});return{...v,data:{x:v.x-n,y:v.y-o}}}}};function ja(e){return k6(e)?(e.nodeName||"").toLowerCase():"#document"}function Gn(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function va(e){var t;return(t=(k6(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function k6(e){return e instanceof Node||e instanceof Gn(e).Node}function la(e){return e instanceof Element||e instanceof Gn(e).Element}function Lo(e){return e instanceof HTMLElement||e instanceof Gn(e).HTMLElement}function O1(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Gn(e).ShadowRoot}function li(e){const{overflow:t,overflowX:n,overflowY:o,display:a}=po(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+n)&&!["inline","contents"].includes(a)}function dV(e){return["table","td","th"].includes(ja(e))}function A2(e){const t=O2(),n=po(e);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(o=>(n.willChange||"").includes(o))||["paint","layout","strict","content"].some(o=>(n.contain||"").includes(o))}function fV(e){let t=El(e);for(;Lo(t)&&!Tc(t);){if(A2(t))return t;t=El(t)}return null}function O2(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Tc(e){return["html","body","#document"].includes(ja(e))}function po(e){return Gn(e).getComputedStyle(e)}function Ac(e){return la(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function El(e){if(ja(e)==="html")return e;const t=e.assignedSlot||e.parentNode||O1(e)&&e.host||va(e);return O1(t)?t.host:t}function E6(e){const t=El(e);return Tc(t)?e.ownerDocument?e.ownerDocument.body:e.body:Lo(t)&&li(t)?t:E6(t)}function Is(e,t,n){var o;t===void 0&&(t=[]),n===void 0&&(n=!0);const a=E6(e),r=a===((o=e.ownerDocument)==null?void 0:o.body),l=Gn(a);return r?t.concat(l,l.visualViewport||[],li(a)?a:[],l.frameElement&&n?Is(l.frameElement):[]):t.concat(a,Is(a,[],n))}function x6(e){const t=po(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const a=Lo(e),r=a?e.offsetWidth:n,l=a?e.offsetHeight:o,i=Vu(n)!==r||Vu(o)!==l;return i&&(n=r,o=l),{width:n,height:o,$:i}}function N2(e){return la(e)?e:e.contextElement}function sl(e){const t=N2(e);if(!Lo(t))return Wa(1);const n=t.getBoundingClientRect(),{width:o,height:a,$:r}=x6(t);let l=(r?Vu(n.width):n.width)/o,i=(r?Vu(n.height):n.height)/a;return(!l||!Number.isFinite(l))&&(l=1),(!i||!Number.isFinite(i))&&(i=1),{x:l,y:i}}const pV=Wa(0);function M6(e){const t=Gn(e);return!O2()||!t.visualViewport?pV:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function vV(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==Gn(e)?!1:t}function Ar(e,t,n,o){t===void 0&&(t=!1),n===void 0&&(n=!1);const a=e.getBoundingClientRect(),r=N2(e);let l=Wa(1);t&&(o?la(o)&&(l=sl(o)):l=sl(e));const i=vV(r,n,o)?M6(r):Wa(0);let u=(a.left+i.x)/l.x,d=(a.top+i.y)/l.y,f=a.width/l.x,c=a.height/l.y;if(r){const p=Gn(r),h=o&&la(o)?Gn(o):o;let m=p,v=m.frameElement;for(;v&&o&&h!==m;){const _=sl(v),g=v.getBoundingClientRect(),w=po(v),b=g.left+(v.clientLeft+parseFloat(w.paddingLeft))*_.x,C=g.top+(v.clientTop+parseFloat(w.paddingTop))*_.y;u*=_.x,d*=_.y,f*=_.x,c*=_.y,u+=b,d+=C,m=Gn(v),v=m.frameElement}}return zu({width:f,height:c,x:u,y:d})}const hV=[":popover-open",":modal"];function $6(e){return hV.some(t=>{try{return e.matches(t)}catch{return!1}})}function mV(e){let{elements:t,rect:n,offsetParent:o,strategy:a}=e;const r=a==="fixed",l=va(o),i=t?$6(t.floating):!1;if(o===l||i&&r)return n;let u={scrollLeft:0,scrollTop:0},d=Wa(1);const f=Wa(0),c=Lo(o);if((c||!c&&!r)&&((ja(o)!=="body"||li(l))&&(u=Ac(o)),Lo(o))){const p=Ar(o);d=sl(o),f.x=p.x+o.clientLeft,f.y=p.y+o.clientTop}return{width:n.width*d.x,height:n.height*d.y,x:n.x*d.x-u.scrollLeft*d.x+f.x,y:n.y*d.y-u.scrollTop*d.y+f.y}}function gV(e){return Array.from(e.getClientRects())}function T6(e){return Ar(va(e)).left+Ac(e).scrollLeft}function yV(e){const t=va(e),n=Ac(e),o=e.ownerDocument.body,a=_r(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),r=_r(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let l=-n.scrollLeft+T6(e);const i=-n.scrollTop;return po(o).direction==="rtl"&&(l+=_r(t.clientWidth,o.clientWidth)-a),{width:a,height:r,x:l,y:i}}function _V(e,t){const n=Gn(e),o=va(e),a=n.visualViewport;let r=o.clientWidth,l=o.clientHeight,i=0,u=0;if(a){r=a.width,l=a.height;const d=O2();(!d||d&&t==="fixed")&&(i=a.offsetLeft,u=a.offsetTop)}return{width:r,height:l,x:i,y:u}}function bV(e,t){const n=Ar(e,!0,t==="fixed"),o=n.top+e.clientTop,a=n.left+e.clientLeft,r=Lo(e)?sl(e):Wa(1),l=e.clientWidth*r.x,i=e.clientHeight*r.y,u=a*r.x,d=o*r.y;return{width:l,height:i,x:u,y:d}}function N1(e,t,n){let o;if(t==="viewport")o=_V(e,n);else if(t==="document")o=yV(va(e));else if(la(t))o=bV(t,n);else{const a=M6(e);o={...t,x:t.x-a.x,y:t.y-a.y}}return zu(o)}function A6(e,t){const n=El(e);return n===t||!la(n)||Tc(n)?!1:po(n).position==="fixed"||A6(n,t)}function wV(e,t){const n=t.get(e);if(n)return n;let o=Is(e,[],!1).filter(i=>la(i)&&ja(i)!=="body"),a=null;const r=po(e).position==="fixed";let l=r?El(e):e;for(;la(l)&&!Tc(l);){const i=po(l),u=A2(l);!u&&i.position==="fixed"&&(a=null),(r?!u&&!a:!u&&i.position==="static"&&!!a&&["absolute","fixed"].includes(a.position)||li(l)&&!u&&A6(e,l))?o=o.filter(f=>f!==l):a=i,l=El(l)}return t.set(e,o),o}function CV(e){let{element:t,boundary:n,rootBoundary:o,strategy:a}=e;const l=[...n==="clippingAncestors"?wV(t,this._c):[].concat(n),o],i=l[0],u=l.reduce((d,f)=>{const c=N1(t,f,a);return d.top=_r(c.top,d.top),d.right=kl(c.right,d.right),d.bottom=kl(c.bottom,d.bottom),d.left=_r(c.left,d.left),d},N1(t,i,a));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function SV(e){const{width:t,height:n}=x6(e);return{width:t,height:n}}function kV(e,t,n){const o=Lo(t),a=va(t),r=n==="fixed",l=Ar(e,!0,r,t);let i={scrollLeft:0,scrollTop:0};const u=Wa(0);if(o||!o&&!r)if((ja(t)!=="body"||li(a))&&(i=Ac(t)),o){const c=Ar(t,!0,r,t);u.x=c.x+t.clientLeft,u.y=c.y+t.clientTop}else a&&(u.x=T6(a));const d=l.left+i.scrollLeft-u.x,f=l.top+i.scrollTop-u.y;return{x:d,y:f,width:l.width,height:l.height}}function I1(e,t){return!Lo(e)||po(e).position==="fixed"?null:t?t(e):e.offsetParent}function O6(e,t){const n=Gn(e);if(!Lo(e)||$6(e))return n;let o=I1(e,t);for(;o&&dV(o)&&po(o).position==="static";)o=I1(o,t);return o&&(ja(o)==="html"||ja(o)==="body"&&po(o).position==="static"&&!A2(o))?n:o||fV(e)||n}const EV=async function(e){const t=this.getOffsetParent||O6,n=this.getDimensions;return{reference:kV(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,...await n(e.floating)}}};function xV(e){return po(e).direction==="rtl"}const MV={convertOffsetParentRelativeRectToViewportRelativeRect:mV,getDocumentElement:va,getClippingRect:CV,getOffsetParent:O6,getElementRects:EV,getClientRects:gV,getDimensions:SV,getScale:sl,isElement:la,isRTL:xV};function $V(e,t){let n=null,o;const a=va(e);function r(){var i;clearTimeout(o),(i=n)==null||i.disconnect(),n=null}function l(i,u){i===void 0&&(i=!1),u===void 0&&(u=1),r();const{left:d,top:f,width:c,height:p}=e.getBoundingClientRect();if(i||t(),!c||!p)return;const h=Ti(f),m=Ti(a.clientWidth-(d+c)),v=Ti(a.clientHeight-(f+p)),_=Ti(d),w={rootMargin:-h+"px "+-m+"px "+-v+"px "+-_+"px",threshold:_r(0,kl(1,u))||1};let b=!0;function C(x){const E=x[0].intersectionRatio;if(E!==u){if(!b)return l();E?l(!1,E):o=setTimeout(()=>{l(!1,1e-7)},100)}b=!1}try{n=new IntersectionObserver(C,{...w,root:a.ownerDocument})}catch{n=new IntersectionObserver(C,w)}n.observe(e)}return l(!0),r}function TV(e,t,n,o){o===void 0&&(o={});const{ancestorScroll:a=!0,ancestorResize:r=!0,elementResize:l=typeof ResizeObserver=="function",layoutShift:i=typeof IntersectionObserver=="function",animationFrame:u=!1}=o,d=N2(e),f=a||r?[...d?Is(d):[],...Is(t)]:[];f.forEach(g=>{a&&g.addEventListener("scroll",n,{passive:!0}),r&&g.addEventListener("resize",n)});const c=d&&i?$V(d,n):null;let p=-1,h=null;l&&(h=new ResizeObserver(g=>{let[w]=g;w&&w.target===d&&h&&(h.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var b;(b=h)==null||b.observe(t)})),n()}),d&&!u&&h.observe(d),h.observe(t));let m,v=u?Ar(e):null;u&&_();function _(){const g=Ar(e);v&&(g.x!==v.x||g.y!==v.y||g.width!==v.width||g.height!==v.height)&&n(),v=g,m=requestAnimationFrame(_)}return n(),()=>{var g;f.forEach(w=>{a&&w.removeEventListener("scroll",n),r&&w.removeEventListener("resize",n)}),c==null||c(),(g=h)==null||g.disconnect(),h=null,u&&cancelAnimationFrame(m)}}const AV=cV,OV=iV,N6=sV,I6=(e,t,n)=>{const o=new Map,a={platform:MV,...n},r={...a.platform,_c:o};return lV(e,t,{...a,platform:r})};Ee({});const NV=e=>{if(!gt)return;if(!e)return e;const t=Ln(e);return t||(Pt(e)?t:e)},IV=({middleware:e,placement:t,strategy:n})=>{const o=R(),a=R(),r=R(),l=R(),i=R({}),u={x:r,y:l,placement:t,strategy:n,middlewareData:i},d=async()=>{if(!gt)return;const f=NV(o),c=Ln(a);if(!f||!c)return;const p=await I6(f,c,{placement:s(t),strategy:s(n),middleware:s(e)});yl(u).forEach(h=>{u[h].value=p[h]})};return et(()=>{gn(()=>{d()})}),{...u,update:d,referenceRef:o,contentRef:a}},RV=({arrowRef:e,padding:t})=>({name:"arrow",options:{element:e,padding:t},fn(n){const o=s(e);return o?N6({element:o,padding:t}).fn(n):{}}});function PV(e){const t=R();function n(){if(e.value==null)return;const{selectionStart:a,selectionEnd:r,value:l}=e.value;if(a==null||r==null)return;const i=l.slice(0,Math.max(0,a)),u=l.slice(Math.max(0,r));t.value={selectionStart:a,selectionEnd:r,value:l,beforeTxt:i,afterTxt:u}}function o(){if(e.value==null||t.value==null)return;const{value:a}=e.value,{beforeTxt:r,afterTxt:l,selectionStart:i}=t.value;if(r==null||l==null||i==null)return;let u=a.length;if(a.endsWith(l))u=a.length-l.length;else if(a.startsWith(r))u=r.length;else{const d=r[i-1],f=a.indexOf(d,i-1);f!==-1&&(u=f+1)}e.value.setSelectionRange(u,u)}return[n,o]}const LV=(e,t,n)=>La(e.subTree).filter(r=>{var l;return zt(r)&&((l=r.type)==null?void 0:l.name)===t&&!!r.component}).map(r=>r.component.uid).map(r=>n[r]).filter(r=>!!r),I2=(e,t)=>{const n={},o=Rt([]);return{children:o,addChild:l=>{n[l.uid]=l,o.value=LV(e,t,n)},removeChild:l=>{delete n[l],o.value=o.value.filter(i=>i.uid!==l)}}},cn=So({type:String,values:zo,required:!1}),R6=Symbol("size"),VV=()=>{const e=Pe(R6,{});return S(()=>s(e.size)||"")};function Oc(e,{afterFocus:t,beforeBlur:n,afterBlur:o}={}){const a=rt(),{emit:r}=a,l=Rt(),i=R(!1),u=c=>{i.value||(i.value=!0,r("focus",c),t==null||t())},d=c=>{var p;Xe(n)&&n(c)||c.relatedTarget&&((p=l.value)!=null&&p.contains(c.relatedTarget))||(i.value=!1,r("blur",c),o==null||o())},f=()=>{var c;(c=e.value)==null||c.focus()};return pe(l,c=>{c&&c.setAttribute("tabindex","-1")}),Vt(l,"click",f),{wrapperRef:l,isFocused:i,handleFocus:u,handleBlur:d}}const P6=Symbol(),Hu=R();function Nc(e,t=void 0){const n=rt()?Pe(P6,Hu):Hu;return e?S(()=>{var o,a;return(a=(o=n.value)==null?void 0:o[e])!=null?a:t}):n}function Ic(e,t){const n=Nc(),o=me(e,S(()=>{var i;return((i=n.value)==null?void 0:i.namespace)||ds})),a=_t(S(()=>{var i;return(i=n.value)==null?void 0:i.locale})),r=zl(S(()=>{var i;return((i=n.value)==null?void 0:i.zIndex)||_6})),l=S(()=>{var i;return s(t)||((i=n.value)==null?void 0:i.size)||""});return R2(S(()=>s(n)||{})),{ns:o,locale:a,zIndex:r,size:l}}const R2=(e,t,n=!1)=>{var o;const a=!!rt(),r=a?Nc():void 0,l=(o=t==null?void 0:t.provide)!=null?o:a?pt:void 0;if(!l)return;const i=S(()=>{const u=s(e);return r!=null&&r.value?BV(r.value,u):u});return l(P6,i),l(n6,S(()=>i.value.locale)),l(o6,S(()=>i.value.namespace)),l(b6,S(()=>i.value.zIndex)),l(R6,{size:S(()=>i.value.size||"")}),(n||!Hu.value)&&(Hu.value=i.value),i},BV=(e,t)=>{var n;const o=[...new Set([...yl(e),...yl(t)])],a={};for(const r of o)a[r]=(n=t[r])!=null?n:e[r];return a},zV=Ee({a11y:{type:Boolean,default:!0},locale:{type:X(Object)},size:cn,button:{type:X(Object)},experimentalFeatures:{type:X(Object)},keyboardNavigation:{type:Boolean,default:!0},message:{type:X(Object)},zIndex:Number,namespace:{type:String,default:"el"}}),hf={},HV=A({name:"ElConfigProvider",props:zV,setup(e,{slots:t}){pe(()=>e.message,o=>{Object.assign(hf,o??{})},{immediate:!0,deep:!0});const n=R2(e);return()=>re(t,"default",{config:n==null?void 0:n.value})}}),DV=lt(HV),FV="2.6.3",KV=(e=[])=>({version:FV,install:(n,o)=>{n[f1]||(n[f1]=!0,e.forEach(a=>n.use(a)),o&&R2(o,n,!0))}}),WV=Ee({zIndex:{type:X([Number,String]),default:100},target:{type:String,default:""},offset:{type:Number,default:0},position:{type:String,values:["top","bottom"],default:"top"}}),jV={scroll:({scrollTop:e,fixed:t})=>Ye(e)&&Qt(t),[Bt]:e=>Qt(e)};var xe=(e,t)=>{const n=e.__vccOpts||e;for(const[o,a]of t)n[o]=a;return n};const L6="ElAffix",qV=A({name:L6}),UV=A({...qV,props:WV,emits:jV,setup(e,{expose:t,emit:n}){const o=e,a=me("affix"),r=Rt(),l=Rt(),i=Rt(),{height:u}=T5(),{height:d,width:f,top:c,bottom:p,update:h}=Mv(l,{windowScroll:!1}),m=Mv(r),v=R(!1),_=R(0),g=R(0),w=S(()=>({height:v.value?`${d.value}px`:"",width:v.value?`${f.value}px`:""})),b=S(()=>{if(!v.value)return{};const E=o.offset?Xt(o.offset):0;return{height:`${d.value}px`,width:`${f.value}px`,top:o.position==="top"?E:"",bottom:o.position==="bottom"?E:"",transform:g.value?`translateY(${g.value}px)`:"",zIndex:o.zIndex}}),C=()=>{if(i.value)if(_.value=i.value instanceof Window?document.documentElement.scrollTop:i.value.scrollTop||0,o.position==="top")if(o.target){const E=m.bottom.value-o.offset-d.value;v.value=o.offset>c.value&&m.bottom.value>0,g.value=E<0?E:0}else v.value=o.offset>c.value;else if(o.target){const E=u.value-m.top.value-o.offset-d.value;v.value=u.value-o.offsetm.top.value,g.value=E<0?-E:0}else v.value=u.value-o.offset{h(),n("scroll",{scrollTop:_.value,fixed:v.value})};return pe(v,E=>n("change",E)),et(()=>{var E;o.target?(r.value=(E=document.querySelector(o.target))!=null?E:void 0,r.value||on(L6,`Target is not existed: ${o.target}`)):r.value=document.documentElement,i.value=a2(l.value,!0),h()}),Vt(i,"scroll",x),gn(C),t({update:C,updateRoot:h}),(E,O)=>(y(),M("div",{ref_key:"root",ref:l,class:$(s(a).b()),style:De(s(w))},[k("div",{class:$({[s(a).m("fixed")]:v.value}),style:De(s(b))},[re(E.$slots,"default")],6)],6))}});var YV=xe(UV,[["__file","affix.vue"]]);const GV=lt(YV),XV=Ee({size:{type:X([Number,String])},color:{type:String}}),JV=A({name:"ElIcon",inheritAttrs:!1}),ZV=A({...JV,props:XV,setup(e){const t=e,n=me("icon"),o=S(()=>{const{size:a,color:r}=t;return!a&&!r?{}:{fontSize:Zt(a)?void 0:Xt(a),"--color":r}});return(a,r)=>(y(),M("i",ft({class:s(n).b(),style:s(o)},a.$attrs),[re(a.$slots,"default")],16))}});var QV=xe(ZV,[["__file","icon.vue"]]);const Be=lt(QV),eB=["light","dark"],tB=Ee({title:{type:String,default:""},description:{type:String,default:""},type:{type:String,values:yl(Ka),default:"info"},closable:{type:Boolean,default:!0},closeText:{type:String,default:""},showIcon:Boolean,center:Boolean,effect:{type:String,values:eB,default:"light"}}),nB={close:e=>e instanceof MouseEvent},oB=A({name:"ElAlert"}),aB=A({...oB,props:tB,emits:nB,setup(e,{emit:t}){const n=e,{Close:o}=d2,a=fn(),r=me("alert"),l=R(!0),i=S(()=>Ka[n.type]),u=S(()=>[r.e("icon"),{[r.is("big")]:!!n.description||!!a.default}]),d=S(()=>({"with-description":n.description||a.default})),f=c=>{l.value=!1,t("close",c)};return(c,p)=>(y(),oe(nn,{name:s(r).b("fade"),persisted:""},{default:G(()=>[Qe(k("div",{class:$([s(r).b(),s(r).m(c.type),s(r).is("center",c.center),s(r).is(c.effect)]),role:"alert"},[c.showIcon&&s(i)?(y(),oe(s(Be),{key:0,class:$(s(u))},{default:G(()=>[(y(),oe(ut(s(i))))]),_:1},8,["class"])):Z("v-if",!0),k("div",{class:$(s(r).e("content"))},[c.title||c.$slots.title?(y(),M("span",{key:0,class:$([s(r).e("title"),s(d)])},[re(c.$slots,"title",{},()=>[vt(Me(c.title),1)])],2)):Z("v-if",!0),c.$slots.default||c.description?(y(),M("p",{key:1,class:$(s(r).e("description"))},[re(c.$slots,"default",{},()=>[vt(Me(c.description),1)])],2)):Z("v-if",!0),c.closable?(y(),M(Fe,{key:2},[c.closeText?(y(),M("div",{key:0,class:$([s(r).e("close-btn"),s(r).is("customed")]),onClick:f},Me(c.closeText),3)):(y(),oe(s(Be),{key:1,class:$(s(r).e("close-btn")),onClick:f},{default:G(()=>[W(s(o))]),_:1},8,["class"]))],64)):Z("v-if",!0)],2)],2),[[bt,l.value]])]),_:3},8,["name"]))}});var rB=xe(aB,[["__file","alert.vue"]]);const lB=lt(rB),Dr=Symbol("formContextKey"),Vo=Symbol("formItemContextKey"),an=(e,t={})=>{const n=R(void 0),o=t.prop?n:r6("size"),a=t.global?n:VV(),r=t.form?{size:void 0}:Pe(Dr,void 0),l=t.formItem?{size:void 0}:Pe(Vo,void 0);return S(()=>o.value||s(e)||(l==null?void 0:l.size)||(r==null?void 0:r.size)||a.value||"")},Dn=e=>{const t=r6("disabled"),n=Pe(Dr,void 0);return S(()=>t.value||s(e)||(n==null?void 0:n.disabled)||!1)},Nn=()=>{const e=Pe(Dr,void 0),t=Pe(Vo,void 0);return{form:e,formItem:t}},Ho=(e,{formItemContext:t,disableIdGeneration:n,disableIdManagement:o})=>{n||(n=R(!1)),o||(o=R(!1));const a=R();let r;const l=S(()=>{var i;return!!(!e.label&&t&&t.inputIds&&((i=t.inputIds)==null?void 0:i.length)<=1)});return et(()=>{r=pe([At(e,"id"),n],([i,u])=>{const d=i??(u?void 0:kn().value);d!==a.value&&(t!=null&&t.removeInputId&&(a.value&&t.removeInputId(a.value),!(o!=null&&o.value)&&!u&&d&&t.addInputId(d)),a.value=d)},{immediate:!0})}),Ua(()=>{r&&r(),t!=null&&t.removeInputId&&a.value&&t.removeInputId(a.value)}),{isLabeledByFormItem:l,inputId:a}},sB=Ee({size:{type:String,values:zo},disabled:Boolean}),iB=Ee({...sB,model:Object,rules:{type:X(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]}}),uB={validate:(e,t,n)=>(Ie(e)||Ze(e))&&Qt(t)&&Ze(n)};function cB(){const e=R([]),t=S(()=>{if(!e.value.length)return"0";const r=Math.max(...e.value);return r?`${r}px`:""});function n(r){const l=e.value.indexOf(r);return l===-1&&t.value,l}function o(r,l){if(r&&l){const i=n(l);e.value.splice(i,1,r)}else r&&e.value.push(r)}function a(r){const l=n(r);l>-1&&e.value.splice(l,1)}return{autoLabelWidth:t,registerLabelWidth:o,deregisterLabelWidth:a}}const Ai=(e,t)=>{const n=kr(t);return n.length>0?e.filter(o=>o.prop&&n.includes(o.prop)):e},dB="ElForm",fB=A({name:dB}),pB=A({...fB,props:iB,emits:uB,setup(e,{expose:t,emit:n}){const o=e,a=[],r=an(),l=me("form"),i=S(()=>{const{labelPosition:b,inline:C}=o;return[l.b(),l.m(r.value||"default"),{[l.m(`label-${b}`)]:b,[l.m("inline")]:C}]}),u=b=>a.find(C=>C.prop===b),d=b=>{a.push(b)},f=b=>{b.prop&&a.splice(a.indexOf(b),1)},c=(b=[])=>{o.model&&Ai(a,b).forEach(C=>C.resetField())},p=(b=[])=>{Ai(a,b).forEach(C=>C.clearValidate())},h=S(()=>!!o.model),m=b=>{if(a.length===0)return[];const C=Ai(a,b);return C.length?C:[]},v=async b=>g(void 0,b),_=async(b=[])=>{if(!h.value)return!1;const C=m(b);if(C.length===0)return!0;let x={};for(const E of C)try{await E.validate("")}catch(O){x={...x,...O}}return Object.keys(x).length===0?!0:Promise.reject(x)},g=async(b=[],C)=>{const x=!Xe(C);try{const E=await _(b);return E===!0&&(C==null||C(E)),E}catch(E){if(E instanceof Error)throw E;const O=E;return o.scrollToError&&w(Object.keys(O)[0]),C==null||C(!1,O),x&&Promise.reject(O)}},w=b=>{var C;const x=Ai(a,b)[0];x&&((C=x.$el)==null||C.scrollIntoView(o.scrollIntoViewOptions))};return pe(()=>o.rules,()=>{o.validateOnRuleChange&&v().catch(b=>void 0)},{deep:!0}),pt(Dr,wt({...un(o),emit:n,resetFields:c,clearValidate:p,validateField:g,getField:u,addField:d,removeField:f,...cB()})),t({validate:v,validateField:g,resetFields:c,clearValidate:p,scrollToField:w}),(b,C)=>(y(),M("form",{class:$(s(i))},[re(b.$slots,"default")],2))}});var vB=xe(pB,[["__file","form.vue"]]);function sr(){return sr=Object.assign?Object.assign.bind():function(e){for(var t=1;t"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 Zi(e,t,n){return mB()?Zi=Reflect.construct.bind():Zi=function(a,r,l){var i=[null];i.push.apply(i,r);var u=Function.bind.apply(a,i),d=new u;return l&&Rs(d,l.prototype),d},Zi.apply(null,arguments)}function gB(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function gf(e){var t=typeof Map=="function"?new Map:void 0;return gf=function(o){if(o===null||!gB(o))return o;if(typeof o!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(o))return t.get(o);t.set(o,a)}function a(){return Zi(o,arguments,mf(this).constructor)}return a.prototype=Object.create(o.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Rs(a,o)},gf(e)}var yB=/%[sdj%]/g,_B=function(){};function yf(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var o=n.field;t[o]=t[o]||[],t[o].push(n)}),t}function qn(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o=r)return i;switch(i){case"%s":return String(n[a++]);case"%d":return Number(n[a++]);case"%j":try{return JSON.stringify(n[a++])}catch{return"[Circular]"}break;default:return i}});return l}return e}function bB(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function dn(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||bB(t)&&typeof e=="string"&&!e)}function wB(e,t,n){var o=[],a=0,r=e.length;function l(i){o.push.apply(o,i||[]),a++,a===r&&n(o)}e.forEach(function(i){t(i,l)})}function R1(e,t,n){var o=0,a=e.length;function r(l){if(l&&l.length){n(l);return}var i=o;o=o+1,i{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,o)=>{const a=t==="svg"?Ta.createElementNS(sw,e):t==="mathml"?Ta.createElementNS(iw,e):Ta.createElement(e,n?{is:n}:void 0);return e==="select"&&o&&o.multiple!=null&&a.setAttribute("multiple",o.multiple),a},createText:e=>Ta.createTextNode(e),createComment:e=>Ta.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Ta.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,o,a,r){const l=n?n.previousSibling:t.lastChild;if(a&&(a===r||a.nextSibling))for(;t.insertBefore(a.cloneNode(!0),n),!(a===r||!(a=a.nextSibling)););else{tv.innerHTML=o==="svg"?`${e}`:o==="mathml"?`${e}`:e;const i=tv.content;if(o==="svg"||o==="mathml"){const u=i.firstChild;for(;u.firstChild;)i.appendChild(u.firstChild);i.removeChild(u)}t.insertBefore(i,n)}return[l?l.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},_a="transition",Kl="animation",vl=Symbol("_vtc"),nn=(e,{slots:t})=>qe(wb,b4(e),t);nn.displayName="Transition";const _4={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},cw=nn.props=ln({},Zm,_4),Za=(e,t=[])=>{Ie(e)?e.forEach(n=>n(...t)):e&&e(...t)},nv=e=>e?Ie(e)?e.some(t=>t.length>1):e.length>1:!1;function b4(e){const t={};for(const z in e)z in _4||(t[z]=e[z]);if(e.css===!1)return t;const{name:n="v",type:o,duration:a,enterFromClass:r=`${n}-enter-from`,enterActiveClass:l=`${n}-enter-active`,enterToClass:i=`${n}-enter-to`,appearFromClass:u=r,appearActiveClass:d=l,appearToClass:f=i,leaveFromClass:c=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:h=`${n}-leave-to`}=e,m=dw(a),v=m&&m[0],_=m&&m[1],{onBeforeEnter:g,onEnter:w,onEnterCancelled:b,onLeave:C,onLeaveCancelled:x,onBeforeAppear:E=g,onAppear:O=w,onAppearCancelled:T=b}=t,V=(z,j,K)=>{Ca(z,j?f:i),Ca(z,j?d:l),K&&K()},L=(z,j)=>{z._isLeaving=!1,Ca(z,c),Ca(z,h),Ca(z,p),j&&j()},P=z=>(j,K)=>{const F=z?O:w,B=()=>V(j,z,K);Za(F,[j,B]),ov(()=>{Ca(j,z?u:r),Yo(j,z?f:i),nv(F)||av(j,o,v,B)})};return ln(t,{onBeforeEnter(z){Za(g,[z]),Yo(z,r),Yo(z,l)},onBeforeAppear(z){Za(E,[z]),Yo(z,u),Yo(z,d)},onEnter:P(!1),onAppear:P(!0),onLeave(z,j){z._isLeaving=!0;const K=()=>L(z,j);Yo(z,c),C4(),Yo(z,p),ov(()=>{z._isLeaving&&(Ca(z,c),Yo(z,h),nv(C)||av(z,o,_,K))}),Za(C,[z,K])},onEnterCancelled(z){V(z,!1),Za(b,[z])},onAppearCancelled(z){V(z,!0),Za(T,[z])},onLeaveCancelled(z){L(z),Za(x,[z])}})}function dw(e){if(e==null)return null;if(ct(e))return[id(e.enter),id(e.leave)];{const t=id(e);return[t,t]}}function id(e){return k_(e)}function Yo(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[vl]||(e[vl]=new Set)).add(t)}function Ca(e,t){t.split(/\s+/).forEach(o=>o&&e.classList.remove(o));const n=e[vl];n&&(n.delete(t),n.size||(e[vl]=void 0))}function ov(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let fw=0;function av(e,t,n,o){const a=e._endId=++fw,r=()=>{a===e._endId&&o()};if(n)return setTimeout(r,n);const{type:l,timeout:i,propCount:u}=w4(e,t);if(!l)return o();const d=l+"end";let f=0;const c=()=>{e.removeEventListener(d,p),r()},p=h=>{h.target===e&&++f>=u&&c()};setTimeout(()=>{f(n[m]||"").split(", "),a=o(`${_a}Delay`),r=o(`${_a}Duration`),l=rv(a,r),i=o(`${Kl}Delay`),u=o(`${Kl}Duration`),d=rv(i,u);let f=null,c=0,p=0;t===_a?l>0&&(f=_a,c=l,p=r.length):t===Kl?d>0&&(f=Kl,c=d,p=u.length):(c=Math.max(l,d),f=c>0?l>d?_a:Kl:null,p=f?f===_a?r.length:u.length:0);const h=f===_a&&/\b(transform|all)(,|$)/.test(o(`${_a}Property`).toString());return{type:f,timeout:c,propCount:p,hasTransform:h}}function rv(e,t){for(;e.lengthlv(n)+lv(e[o])))}function lv(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function C4(){return document.body.offsetHeight}function pw(e,t,n){const o=e[vl];o&&(t=(t?[t,...o]:[...o]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const Tu=Symbol("_vod"),S4=Symbol("_vsh"),bt={beforeMount(e,{value:t},{transition:n}){e[Tu]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Wl(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:o}){!t!=!n&&(o?t?(o.beforeEnter(e),Wl(e,!0),o.enter(e)):o.leave(e,()=>{Wl(e,!1)}):Wl(e,t))},beforeUnmount(e,{value:t}){Wl(e,t)}};function Wl(e,t){e.style.display=t?e[Tu]:"none",e[S4]=!t}const vw=Symbol(""),hw=/(^|;)\s*display\s*:/;function mw(e,t,n){const o=e.style,a=Ze(n);let r=!1;if(n&&!a){if(t)if(Ze(t))for(const l of t.split(";")){const i=l.slice(0,l.indexOf(":")).trim();n[i]==null&&Ui(o,i,"")}else for(const l in t)n[l]==null&&Ui(o,l,"");for(const l in n)l==="display"&&(r=!0),Ui(o,l,n[l])}else if(a){if(t!==n){const l=o[vw];l&&(n+=";"+l),o.cssText=n,r=hw.test(n)}}else t&&e.removeAttribute("style");Tu in e&&(e[Tu]=r?o.display:"",e[S4]&&(o.display="none"))}const sv=/\s*!important$/;function Ui(e,t,n){if(Ie(n))n.forEach(o=>Ui(e,t,o));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const o=gw(e,t);sv.test(n)?e.setProperty(qa(o),n.replace(sv,""),"important"):e[o]=n}}const iv=["Webkit","Moz","ms"],ud={};function gw(e,t){const n=ud[t];if(n)return n;let o=lo(t);if(o!=="filter"&&o in e)return ud[t]=o;o=Ys(o);for(let a=0;acd||(Sw.then(()=>cd=0),cd=Date.now());function Ew(e,t){const n=o=>{if(!o._vts)o._vts=Date.now();else if(o._vts<=n.attached)return;no(xw(o,n.value),t,5,[o])};return n.value=e,n.attached=kw(),n}function xw(e,t){if(Ie(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(o=>a=>!a._stopped&&o&&o(a))}else return t}const fv=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,Mw=(e,t,n,o,a,r,l,i,u)=>{const d=a==="svg";t==="class"?pw(e,o,d):t==="style"?mw(e,n,o):ec(t)?y0(t)||ww(e,t,n,o,l):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):$w(e,t,o,d))?_w(e,t,o,r,l,i,u):(t==="true-value"?e._trueValue=o:t==="false-value"&&(e._falseValue=o),yw(e,t,o,d))};function $w(e,t,n,o){if(o)return!!(t==="innerHTML"||t==="textContent"||t in e&&fv(t)&&Xe(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const a=e.tagName;if(a==="IMG"||a==="VIDEO"||a==="CANVAS"||a==="SOURCE")return!1}return fv(t)&&Ze(n)?!1:t in e}const k4=new WeakMap,E4=new WeakMap,Au=Symbol("_moveCb"),pv=Symbol("_enterCb"),x4={name:"TransitionGroup",props:ln({},cw,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=rt(),o=Jm();let a,r;return ua(()=>{if(!a.length)return;const l=e.moveClass||`${e.name||"v"}-move`;if(!Iw(a[0].el,n.vnode.el,l))return;a.forEach(Aw),a.forEach(Ow);const i=a.filter(Nw);C4(),i.forEach(u=>{const d=u.el,f=d.style;Yo(d,l),f.transform=f.webkitTransform=f.transitionDuration="";const c=d[Au]=p=>{p&&p.target!==d||(!p||/transform$/.test(p.propertyName))&&(d.removeEventListener("transitionend",c),d[Au]=null,Ca(d,l))};d.addEventListener("transitionend",c)})}),()=>{const l=xt(e),i=b4(l);let u=l.tag||Fe;a=r,r=t.default?I0(t.default()):[];for(let d=0;ddelete e.mode;x4.props;const M4=x4;function Aw(e){const t=e.el;t[Au]&&t[Au](),t[pv]&&t[pv]()}function Ow(e){E4.set(e,e.el.getBoundingClientRect())}function Nw(e){const t=k4.get(e),n=E4.get(e),o=t.left-n.left,a=t.top-n.top;if(o||a){const r=e.el.style;return r.transform=r.webkitTransform=`translate(${o}px,${a}px)`,r.transitionDuration="0s",e}}function Iw(e,t,n){const o=e.cloneNode(),a=e[vl];a&&a.forEach(i=>{i.split(/\s+/).forEach(u=>u&&o.classList.remove(u))}),n.split(/\s+/).forEach(i=>i&&o.classList.add(i)),o.style.display="none";const r=t.nodeType===1?t:t.parentNode;r.appendChild(o);const{hasTransform:l}=w4(o);return r.removeChild(o),l}const hl=e=>{const t=e.props["onUpdate:modelValue"]||!1;return Ie(t)?n=>Wi(t,n):t};function Rw(e){e.target.composing=!0}function vv(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const ea=Symbol("_assign"),B0={created(e,{modifiers:{lazy:t,trim:n,number:o}},a){e[ea]=hl(a);const r=o||a.props&&a.props.type==="number";Aa(e,t?"change":"input",l=>{if(l.target.composing)return;let i=e.value;n&&(i=i.trim()),r&&(i=Kd(i)),e[ea](i)}),n&&Aa(e,"change",()=>{e.value=e.value.trim()}),t||(Aa(e,"compositionstart",Rw),Aa(e,"compositionend",vv),Aa(e,"change",vv))},mounted(e,{value:t}){e.value=t??""},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:o,number:a}},r){if(e[ea]=hl(r),e.composing)return;const l=a||e.type==="number"?Kd(e.value):e.value,i=t??"";l!==i&&(document.activeElement===e&&e.type!=="range"&&(n||o&&e.value.trim()===i)||(e.value=i))}},Ou={deep:!0,created(e,t,n){e[ea]=hl(n),Aa(e,"change",()=>{const o=e._modelValue,a=T4(e),r=e.checked,l=e[ea];if(Ie(o)){const i=ym(o,a),u=i!==-1;if(r&&!u)l(o.concat(a));else if(!r&&u){const d=[...o];d.splice(i,1),l(d)}}else if(tc(o)){const i=new Set(o);r?i.add(a):i.delete(a),l(i)}else l(A4(e,r))})},mounted:hv,beforeUpdate(e,t,n){e[ea]=hl(n),hv(e,t,n)}};function hv(e,{value:t,oldValue:n},o){e._modelValue=t,Ie(t)?e.checked=ym(t,o.props.value)>-1:tc(t)?e.checked=t.has(o.props.value):t!==n&&(e.checked=dl(t,A4(e,!0)))}const $4={created(e,{value:t},n){e.checked=dl(t,n.props.value),e[ea]=hl(n),Aa(e,"change",()=>{e[ea](T4(e))})},beforeUpdate(e,{value:t,oldValue:n},o){e[ea]=hl(o),t!==n&&(e.checked=dl(t,o.props.value))}};function T4(e){return"_value"in e?e._value:e.value}function A4(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Pw=["ctrl","shift","alt","meta"],Lw={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>Pw.some(n=>e[`${n}Key`]&&!t.includes(n))},Ge=(e,t)=>{const n=e._withMods||(e._withMods={}),o=t.join(".");return n[o]||(n[o]=(a,...r)=>{for(let l=0;l{const n=e._withKeys||(e._withKeys={}),o=t.join(".");return n[o]||(n[o]=a=>{if(!("key"in a))return;const r=qa(a.key);if(t.some(l=>l===r||Vw[l]===r))return e(a)})},Bw=ln({patchProp:Mw},uw);let mv;function O4(){return mv||(mv=Fb(Bw))}const Ha=(...e)=>{O4().render(...e)},N4=(...e)=>{const t=O4().createApp(...e),{mount:n}=t;return t.mount=o=>{const a=Hw(o);if(!a)return;const r=t._component;!Xe(r)&&!r.render&&!r.template&&(r.template=a.innerHTML),a.innerHTML="";const l=n(a,!1,zw(a));return a instanceof Element&&(a.removeAttribute("v-cloak"),a.setAttribute("data-v-app","")),l},t};function zw(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function Hw(e){return Ze(e)?document.querySelector(e):e}const Dw="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAABkCAYAAAA8AQ3AAAAJXUlEQVR4Xu3daahNXRzH8eeNSCQpIXkhJEkSkRISCUmJJEqkiFIIESKEIimZklJemMqYWUookjFTMmbKlClT7Kfffvqv1l37nHvuufs+ddbzfP/1KXevtfc5d9f5PWutvc59/qpXr14CADH4KzwAAJWKwAIQDQILQDQILADRILAARIPAAhANAgtANAgsANEgsABEg8ACEA0CC0A0CCwA0SCwAESDwAIQDQILQDQILADRILAARIPAAhANAgtANAgsANEgsABEg8ACEA0CC0A0CCwA0SCwAESDwAIQDQILQDQILADRILAARIPAAhANAgtANAgsANEgsABEg8ACEA0CC1Fp2LBhMnjw4GTQoEHpv8N2/LcRWBVo5MiRyY8fP1LdunXLtP/f9OvXL7l+/Xry6dOnJCwdu3btWtKrV6/Meca/n8V8+fIlefLkSXL8+PGkY8eOmWvInTt3XP9FixZl2ktZv369O//mzZuZdpRGYFWgmTNnug9k7969M+3/J2vWrEn+/PnjRVThUp9ly5Zlzhf/fta0tm3blrnOx48fXfuHDx8y7aV8+/bNnf/ixYtMO0ojsCoQgfWPq1evuvugQDp69Ggya9aspFOnTknnzp3T+3TkyBHXR3Xx4sXMdfz7uWPHjvQavnnz5iVbtmxJR2p+TZo0qcp1/MBSjRkzJvNaxcyYMaPKuQRW7RBYFYjAqpfMmTPH3YOvX78mAwYMyPQxAwcOTPtYTZ48uUq7fz+ru45ofczq1atXVdrCwLp//37m/GIUUH4RWLVDYFWgug6sBg0apOsyTZo0ybRVokaNGrnp069fv5IWLVpk+oRatWqV/P79Oz3n8+fPSf369V1bOYElWi9T6Xr+8TCwVF26dMmcH+rfv394GoFVSwRWBaqLwNK0SQvIWuD1yxZ8O3ToUKX/ihUrkjdv3tTI0qVLU/Zznz59Mq9vJkyY4PqNHz8+017Ipk2b3PvdvHlzpr2YnTt3uvP89axyA2v//v2uvx+WFlgvX7507adOncqcH7p8+XLaVwH47t279N8EVu0QWBUob2BpWqORSXWlD8/w4cPdOYcPHw67FC2tJfXt29f9fObMmcx7MPfu3XP92rZtm2kv5Pbt22n/nz9/pqOtsL2Ypk2bulHWhQsX3PFyA8vWzrRu5h+3wHrw4EFy5cqV9N96vWbNmmWuYdq0aeMeGpw8eTKdZqoIrNohsCpQ3sDyH/+fPn06GTt2bPrBb926dbrobKVRj52jrQNafC5Ej+Ot9OHTmpHOef36dXpM4VhoT5Rez6qc9R49gVNpm0HYVop+J5UfCOUElj99u3v3bpU2P7B0HSuNCMPrmF27drl+mj4SWPkQWBUoT2BNnTrVnXvr1q1Muxw8eND10dQxbPcpiCyYVAsWLHBtmhZaKdjCczdu3Ojap0yZkmkvxkZJ586dy7SVcuPGjfRcTX3tmH8/p0+fnt5Tn0JKT/FOnDjhRkN6D+G99wNLP9tCuhb8w/chuncaJaossAmsfAisCpQnsLp3756sXLky2b59e9KyZctMuwwbNsxdP3x0Hzp//rzrq6mg36ZRm4XL06dPM+e+f/8+bfPDo5TmzZu719OaVNheir/NwY7597MmpSlhjx49MtcOAysMwrD/4sWLXbttgSCw8iGwKlCewAopVHr27JlMnDgxHUXMnj07WbVqlbv+kiVLMucYbdq0UiD5T96M1mWs/NGav8a1d+/ezHnVsVGOprNhWym2wK1pqh0rN7C0633atGmZa4eBpfthTzOfP3+e6f/27du0zd9kSmDlQ2BVoLoIrIULF1aZyhWrYoE1atQo10cfSm0bCPuIRiJWfjD5QVbsqy7F2BqcBUM57Amefnc75t/PIUOGpCHu06K5vtqjzaM2YlRohr9zGFiiHfFWWge04yNGjHDH9QTWjhNY+RBYFShvYPlrVCoFwOPHj9Od3BqB2DqPqlBgKWDsKaM+uP4HsRBby/n+/Xv6s/Z92drNo0ePMv1L0XqPSkEZtlVHr2vvW0/x7Hg5i+56QGG1devWKm2FAktTWBsRXrp0yR23J516P/6TTgIrHwKrAuUJLC2KWyksCm1s1DGrMLAaN27s9gqpNIUMzw9pwd1KU0+t51hpGhr2L2XPnj3ufI0Uw/Zi/CmsFvzteDmBJTbNC9flCgWWnD17Nj2u4NI2BgW+lfZ0+X0JrHwIrAqUJ7AUUiqNcBQ+YbssX77cXT8MLFsDUh04cCBzbiH+iEojC9t7pWOF1r1K0cMCm5rpCZyuH/YJaRe/vQct8vu7+ssNLBvhaWTqHy8WWP60ePfu3VUW/sO9ZwRWPgRWBcoTWLb+o7WcsE3at2/vPtgqP7D8bQjlTuUKbTw9dOhQpl9NbdiwwV1HH+7wg+/TiMbffR6GcLmBpe0UKn/hXooFlth/KHSOha2m4GE/AisfAqsC+R8wPa3SGlIp9veg9DebVJqejB49usp19aVg/0+cqOzDPW7cOHdMIxSFgL6WUojWbcL37E8zrQpNR2tKoyrbBKpSyOrppp4+atSmdoWPNrVaQKjCaZyUG1j+5lr/PxjVBZamwmFpgT/sR2DlQ2BVoHIfw6tsr5O+u+eXFsI1+vD/msGxY8fcQrEFVk2eKFqFXwo2Wti3evbsWaa9XNp4qc2cYRX7+1j79u0rOAUtN7D8XewaOdrx6gJL9KVrK/8ppY/AyofAqkB5Aku0A73QdwkVXqtXr0772KjEAsv2DNWkwqmSWbduneszd+7cTHttaZe8RluFgkq/h0JAT/fC80xtpti6VyrtybJjFlgaxYb9Ze3ate51iv3+BFY+BNZ/lL4IrL1U+qsFeoo3dOjQTJ+69vDhw/TDWOy7hXVBC9zz589P/15Wnikn4kRgoU507drVjS405QzbgbpAYKFO+GtNhb6HB9QFAgu5ac+TrYmxNoN/E4GF3LSQb1Wb//0VUFMEFnJr166d2w/2by22A0JgAYgGgQUgGgQWgGgQWACiQWABiAaBBSAaBBaAaBBYAKJBYAGIBoEFIBoEFoBoEFgAokFgAYgGgQUgGgQWgGgQWACiQWABiAaBBSAaBBaAaBBYAKJBYAGIBoEFIBoEFoBoEFgAokFgAYgGgQUgGgQWgGgQWACiQWABiAaBBSAaBBaAaBBYAKJBYAGIBoEFIBoEFoBoEFgAokFgAYgGgQUgGgQWgGj8DTX1H3SCKTxHAAAAAElFTkSuQmCC",I4=(e,t)=>{const n=e.__vccOpts||e;for(const[o,a]of t)n[o]=a;return n},Fw=e=>(Um("data-v-3cc994dc"),e=e(),Ym(),e),Kw={class:"greetings"},Ww={class:"green"},jw=Fw(()=>k("h3",null,[vt(" You can see detail with project "),k("a",{href:"https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-database-parent",target:"_blank",rel:"noopener"},"Lazy ORM"),vt(" + "),k("a",{href:"https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-smart-integration/wu-lazy-cloud-network",target:"_blank",rel:"noopener"},"NetWork Local Client"),vt(". ")],-1)),qw={__name:"HelloWorld",props:{msg:{type:String,required:!0}},setup(e){return(t,n)=>(y(),M("div",Kw,[k("h1",Ww,Me(e.msg),1),jw]))}},Uw=I4(qw,[["__scopeId","data-v-3cc994dc"]]),Yw='a[href],button:not([disabled]),button:not([hidden]),:not([tabindex="-1"]),input:not([disabled]),input:not([type="hidden"]),select:not([disabled]),textarea:not([disabled])',Gw=e=>getComputedStyle(e).position==="fixed"?!1:e.offsetParent!==null,gv=e=>Array.from(e.querySelectorAll(Yw)).filter(t=>Xw(t)&&Gw(t)),Xw=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}},Yi=function(e,t,...n){let o;t.includes("mouse")||t.includes("click")?o="MouseEvents":t.includes("key")?o="KeyboardEvent":o="HTMLEvents";const a=document.createEvent(o);return a.initEvent(t,...n),e.dispatchEvent(a),e},R4=e=>!e.getAttribute("aria-owns"),P4=(e,t,n)=>{const{parentNode:o}=e;if(!o)return null;const a=o.querySelectorAll(n),r=Array.prototype.indexOf.call(a,e);return a[r+t]||null},Gi=e=>{e&&(e.focus(),!R4(e)&&e.click())},jt=(e,t,{checkForDefaultPrevented:n=!0}={})=>a=>{const r=e==null?void 0:e(a);if(n===!1||!r)return t==null?void 0:t(a)},yv=e=>t=>t.pointerType==="mouse"?e(t):void 0;var Jw=Object.defineProperty,Zw=Object.defineProperties,Qw=Object.getOwnPropertyDescriptors,_v=Object.getOwnPropertySymbols,e5=Object.prototype.hasOwnProperty,t5=Object.prototype.propertyIsEnumerable,bv=(e,t,n)=>t in e?Jw(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,n5=(e,t)=>{for(var n in t||(t={}))e5.call(t,n)&&bv(e,n,t[n]);if(_v)for(var n of _v(t))t5.call(t,n)&&bv(e,n,t[n]);return e},o5=(e,t)=>Zw(e,Qw(t));function wv(e,t){var n;const o=Rt();return gn(()=>{o.value=e()},o5(n5({},t),{flush:(n=t==null?void 0:t.flush)!=null?n:"sync"})),Ol(o)}var Cv;const gt=typeof window<"u",a5=e=>typeof e<"u",r5=e=>typeof e=="function",l5=e=>typeof e=="string",ml=()=>{},s5=gt&&((Cv=window==null?void 0:window.navigator)==null?void 0:Cv.userAgent)&&/iP(ad|hone|od)/.test(window.navigator.userAgent);function Da(e){return typeof e=="function"?e():s(e)}function L4(e,t){function n(...o){return new Promise((a,r)=>{Promise.resolve(e(()=>t.apply(this,o),{fn:t,thisArg:this,args:o})).then(a).catch(r)})}return n}function i5(e,t={}){let n,o,a=ml;const r=i=>{clearTimeout(i),a(),a=ml};return i=>{const u=Da(e),d=Da(t.maxWait);return n&&r(n),u<=0||d!==void 0&&d<=0?(o&&(r(o),o=null),Promise.resolve(i())):new Promise((f,c)=>{a=t.rejectOnCancel?c:f,d&&!o&&(o=setTimeout(()=>{n&&r(n),o=null,f(i())},d)),n=setTimeout(()=>{o&&r(o),o=null,f(i())},u)})}}function u5(e,t=!0,n=!0,o=!1){let a=0,r,l=!0,i=ml,u;const d=()=>{r&&(clearTimeout(r),r=void 0,i(),i=ml)};return c=>{const p=Da(e),h=Date.now()-a,m=()=>u=c();return d(),p<=0?(a=Date.now(),m()):(h>p&&(n||!l)?(a=Date.now(),m()):t&&(u=new Promise((v,_)=>{i=o?_:v,r=setTimeout(()=>{a=Date.now(),l=!0,v(m()),d()},Math.max(0,p-h))})),!n&&!r&&(r=setTimeout(()=>l=!0,p)),l=!1,u)}}function c5(e){return e}function Xs(e){return wm()?(Cm(e),!0):!1}function d5(e,t=200,n={}){return L4(i5(t,n),e)}function f5(e,t=200,n={}){const o=R(e.value),a=d5(()=>{o.value=e.value},t,n);return pe(e,()=>a()),o}function V4(e,t=200,n=!1,o=!0,a=!1){return L4(u5(t,n,o,a),e)}function z0(e,t=!0){rt()?et(e):t?e():We(e)}function Cr(e,t,n={}){const{immediate:o=!0}=n,a=R(!1);let r=null;function l(){r&&(clearTimeout(r),r=null)}function i(){a.value=!1,l()}function u(...d){l(),a.value=!0,r=setTimeout(()=>{a.value=!1,r=null,e(...d)},Da(t))}return o&&(a.value=!0,gt&&u()),Xs(i),{isPending:Ol(a),start:u,stop:i}}function Ln(e){var t;const n=Da(e);return(t=n==null?void 0:n.$el)!=null?t:n}const Lr=gt?window:void 0,p5=gt?window.document:void 0;function Vt(...e){let t,n,o,a;if(l5(e[0])||Array.isArray(e[0])?([n,o,a]=e,t=Lr):[t,n,o,a]=e,!t)return ml;Array.isArray(n)||(n=[n]),Array.isArray(o)||(o=[o]);const r=[],l=()=>{r.forEach(f=>f()),r.length=0},i=(f,c,p,h)=>(f.addEventListener(c,p,h),()=>f.removeEventListener(c,p,h)),u=pe(()=>[Ln(t),Da(a)],([f,c])=>{l(),f&&r.push(...n.flatMap(p=>o.map(h=>i(f,p,h,c))))},{immediate:!0,flush:"post"}),d=()=>{u(),l()};return Xs(d),d}let Sv=!1;function H0(e,t,n={}){const{window:o=Lr,ignore:a=[],capture:r=!0,detectIframe:l=!1}=n;if(!o)return;s5&&!Sv&&(Sv=!0,Array.from(o.document.body.children).forEach(p=>p.addEventListener("click",ml)));let i=!0;const u=p=>a.some(h=>{if(typeof h=="string")return Array.from(o.document.querySelectorAll(h)).some(m=>m===p.target||p.composedPath().includes(m));{const m=Ln(h);return m&&(p.target===m||p.composedPath().includes(m))}}),f=[Vt(o,"click",p=>{const h=Ln(e);if(!(!h||h===p.target||p.composedPath().includes(h))){if(p.detail===0&&(i=!u(p)),!i){i=!0;return}t(p)}},{passive:!0,capture:r}),Vt(o,"pointerdown",p=>{const h=Ln(e);h&&(i=!p.composedPath().includes(h)&&!u(p))},{passive:!0}),l&&Vt(o,"blur",p=>{var h;const m=Ln(e);((h=o.document.activeElement)==null?void 0:h.tagName)==="IFRAME"&&!(m!=null&&m.contains(o.document.activeElement))&&t(p)})].filter(Boolean);return()=>f.forEach(p=>p())}function B4(e,t=!1){const n=R(),o=()=>n.value=!!e();return o(),z0(o,t),n}function v5(e){return JSON.parse(JSON.stringify(e))}const kv=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Ev="__vueuse_ssr_handlers__";kv[Ev]=kv[Ev]||{};function h5(e,t,{window:n=Lr,initialValue:o=""}={}){const a=R(o),r=S(()=>{var l;return Ln(t)||((l=n==null?void 0:n.document)==null?void 0:l.documentElement)});return pe([r,()=>Da(e)],([l,i])=>{var u;if(l&&n){const d=(u=n.getComputedStyle(l).getPropertyValue(i))==null?void 0:u.trim();a.value=d||o}},{immediate:!0}),pe(a,l=>{var i;(i=r.value)!=null&&i.style&&r.value.style.setProperty(Da(e),l)}),a}function m5({document:e=p5}={}){if(!e)return R("visible");const t=R(e.visibilityState);return Vt(e,"visibilitychange",()=>{t.value=e.visibilityState}),t}var xv=Object.getOwnPropertySymbols,g5=Object.prototype.hasOwnProperty,y5=Object.prototype.propertyIsEnumerable,_5=(e,t)=>{var n={};for(var o in e)g5.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&xv)for(var o of xv(e))t.indexOf(o)<0&&y5.call(e,o)&&(n[o]=e[o]);return n};function Kt(e,t,n={}){const o=n,{window:a=Lr}=o,r=_5(o,["window"]);let l;const i=B4(()=>a&&"ResizeObserver"in a),u=()=>{l&&(l.disconnect(),l=void 0)},d=pe(()=>Ln(e),c=>{u(),i.value&&a&&c&&(l=new ResizeObserver(t),l.observe(c,r))},{immediate:!0,flush:"post"}),f=()=>{u(),d()};return Xs(f),{isSupported:i,stop:f}}function Mv(e,t={}){const{reset:n=!0,windowResize:o=!0,windowScroll:a=!0,immediate:r=!0}=t,l=R(0),i=R(0),u=R(0),d=R(0),f=R(0),c=R(0),p=R(0),h=R(0);function m(){const v=Ln(e);if(!v){n&&(l.value=0,i.value=0,u.value=0,d.value=0,f.value=0,c.value=0,p.value=0,h.value=0);return}const _=v.getBoundingClientRect();l.value=_.height,i.value=_.bottom,u.value=_.left,d.value=_.right,f.value=_.top,c.value=_.width,p.value=_.x,h.value=_.y}return Kt(e,m),pe(()=>Ln(e),v=>!v&&m()),a&&Vt("scroll",m,{capture:!0,passive:!0}),o&&Vt("resize",m,{passive:!0}),z0(()=>{r&&m()}),{height:l,bottom:i,left:u,right:d,top:f,width:c,x:p,y:h,update:m}}var $v=Object.getOwnPropertySymbols,b5=Object.prototype.hasOwnProperty,w5=Object.prototype.propertyIsEnumerable,C5=(e,t)=>{var n={};for(var o in e)b5.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(e!=null&&$v)for(var o of $v(e))t.indexOf(o)<0&&w5.call(e,o)&&(n[o]=e[o]);return n};function z4(e,t,n={}){const o=n,{window:a=Lr}=o,r=C5(o,["window"]);let l;const i=B4(()=>a&&"MutationObserver"in a),u=()=>{l&&(l.disconnect(),l=void 0)},d=pe(()=>Ln(e),c=>{u(),i.value&&a&&c&&(l=new MutationObserver(t),l.observe(c,r))},{immediate:!0}),f=()=>{u(),d()};return Xs(f),{isSupported:i,stop:f}}var Tv;(function(e){e.UP="UP",e.RIGHT="RIGHT",e.DOWN="DOWN",e.LEFT="LEFT",e.NONE="NONE"})(Tv||(Tv={}));var S5=Object.defineProperty,Av=Object.getOwnPropertySymbols,k5=Object.prototype.hasOwnProperty,E5=Object.prototype.propertyIsEnumerable,Ov=(e,t,n)=>t in e?S5(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,x5=(e,t)=>{for(var n in t||(t={}))k5.call(t,n)&&Ov(e,n,t[n]);if(Av)for(var n of Av(t))E5.call(t,n)&&Ov(e,n,t[n]);return e};const M5={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]};x5({linear:c5},M5);function H4(e,t,n,o={}){var a,r,l;const{clone:i=!1,passive:u=!1,eventName:d,deep:f=!1,defaultValue:c}=o,p=rt(),h=n||(p==null?void 0:p.emit)||((a=p==null?void 0:p.$emit)==null?void 0:a.bind(p))||((l=(r=p==null?void 0:p.proxy)==null?void 0:r.$emit)==null?void 0:l.bind(p==null?void 0:p.proxy));let m=d;t||(t="modelValue"),m=d||m||`update:${t.toString()}`;const v=g=>i?r5(i)?i(g):v5(g):g,_=()=>a5(e[t])?v(e[t]):c;if(u){const g=_(),w=R(g);return pe(()=>e[t],b=>w.value=v(b)),pe(w,b=>{(b!==e[t]||f)&&h(m,b)},{deep:f}),w}else return S({get(){return _()},set(g){h(m,g)}})}function $5({window:e=Lr}={}){if(!e)return R(!1);const t=R(e.document.hasFocus());return Vt(e,"blur",()=>{t.value=!1}),Vt(e,"focus",()=>{t.value=!0}),t}function T5(e={}){const{window:t=Lr,initialWidth:n=1/0,initialHeight:o=1/0,listenOrientation:a=!0,includeScrollbar:r=!0}=e,l=R(n),i=R(o),u=()=>{t&&(r?(l.value=t.innerWidth,i.value=t.innerHeight):(l.value=t.document.documentElement.clientWidth,i.value=t.document.documentElement.clientHeight))};return u(),z0(u),Vt("resize",u,{passive:!0}),a&&Vt("orientationchange",u,{passive:!0}),{width:l,height:i}}const D4=()=>gt&&/firefox/i.test(window.navigator.userAgent),A5=(e,t)=>{if(!gt||!e||!t)return!1;const n=e.getBoundingClientRect();let o;return t instanceof Element?o=t.getBoundingClientRect():o={top:0,right:window.innerWidth,bottom:window.innerHeight,left:0},n.topo.top&&n.right>o.left&&n.left{let t=0,n=e;for(;n;)t+=n.offsetTop,n=n.offsetParent;return t},tf=(e,t)=>Math.abs(Nv(e)-Nv(t)),D0=e=>{let t,n;return e.type==="touchend"?(n=e.changedTouches[0].clientY,t=e.changedTouches[0].clientX):e.type.startsWith("touch")?(n=e.touches[0].clientY,t=e.touches[0].clientX):(n=e.clientY,t=e.clientX),{clientX:t,clientY:n}};function O5(e,t,n,o){const a=n-t;return e/=o/2,e<1?a/2*e*e*e+t:a/2*((e-=2)*e*e+2)+t}var F4=typeof global=="object"&&global&&global.Object===Object&&global,N5=typeof self=="object"&&self&&self.Object===Object&&self,Co=F4||N5||Function("return this")(),so=Co.Symbol,K4=Object.prototype,I5=K4.hasOwnProperty,R5=K4.toString,jl=so?so.toStringTag:void 0;function P5(e){var t=I5.call(e,jl),n=e[jl];try{e[jl]=void 0;var o=!0}catch{}var a=R5.call(e);return o&&(t?e[jl]=n:delete e[jl]),a}var L5=Object.prototype,V5=L5.toString;function B5(e){return V5.call(e)}var z5="[object Null]",H5="[object Undefined]",Iv=so?so.toStringTag:void 0;function Vr(e){return e==null?e===void 0?H5:z5:Iv&&Iv in Object(e)?P5(e):B5(e)}function Ro(e){return e!=null&&typeof e=="object"}var D5="[object Symbol]";function vc(e){return typeof e=="symbol"||Ro(e)&&Vr(e)==D5}function F0(e,t){for(var n=-1,o=e==null?0:e.length,a=Array(o);++n0){if(++t>=_9)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function S9(e){return function(){return e}}var Nu=function(){try{var e=zr(Object,"defineProperty");return e({},"",{}),e}catch{}}(),k9=Nu?function(e,t){return Nu(e,"toString",{configurable:!0,enumerable:!1,value:S9(t),writable:!0})}:K0;const E9=k9;var q4=C9(E9);function x9(e,t){for(var n=-1,o=e==null?0:e.length;++n-1}var O9=9007199254740991,N9=/^(?:0|[1-9]\d*)$/;function hc(e,t){var n=typeof e;return t=t??O9,!!t&&(n=="number"||n!="symbol"&&N9.test(e))&&e>-1&&e%1==0&&e-1&&e%1==0&&e<=P9}function Pl(e){return e!=null&&U0(e.length)&&!W0(e)}function L9(e,t,n){if(!On(n))return!1;var o=typeof t;return(o=="number"?Pl(n)&&hc(t,n.length):o=="string"&&t in n)?Js(n[t],e):!1}function V9(e){return G4(function(t,n){var o=-1,a=n.length,r=a>1?n[a-1]:void 0,l=a>2?n[2]:void 0;for(r=e.length>3&&typeof r=="function"?(a--,r):void 0,l&&L9(n[0],n[1],l)&&(r=a<3?void 0:r,a=1),t=Object(t);++o-1}function UC(e,t){var n=this.__data__,o=mc(n,e);return o<0?(++this.size,n.push([e,t])):n[o][1]=t,this}function ca(e){var t=-1,n=e==null?0:e.length;for(this.clear();++t0&&n(i)?t>1?ei(i,t-1,n,o,a):Z0(a,i):o||(a[a.length]=i)}return a}function tg(e){var t=e==null?0:e.length;return t?ei(e,1):[]}function ng(e){return q4(Y4(e,void 0,tg),e+"")}var u7=eg(Object.getPrototypeOf,Object);const Q0=u7;var c7="[object Object]",d7=Function.prototype,f7=Object.prototype,og=d7.toString,p7=f7.hasOwnProperty,v7=og.call(Object);function ag(e){if(!Ro(e)||Vr(e)!=c7)return!1;var t=Q0(e);if(t===null)return!0;var n=p7.call(t,"constructor")&&t.constructor;return typeof n=="function"&&n instanceof n&&og.call(n)==v7}function h7(e,t,n){var o=-1,a=e.length;t<0&&(t=-t>a?0:a+t),n=n>a?a:n,n<0&&(n+=a),a=t>n?0:n-t>>>0,t>>>=0;for(var r=Array(a);++oi))return!1;var d=r.get(e),f=r.get(t);if(d&&f)return d==t&&f==e;var c=-1,p=!0,h=n&XS?new As:void 0;for(r.set(e,t),r.set(t,e);++c=t||O<0||c&&T>=r}function g(){var E=vd();if(_(E))return w(E);i=setTimeout(g,v(E))}function w(E){return i=void 0,p&&o?h(E):(o=a=void 0,l)}function b(){i!==void 0&&clearTimeout(i),d=0,o=u=a=i=void 0}function C(){return i===void 0?l:w(vd())}function x(){var E=vd(),O=_(E);if(o=arguments,a=this,u=E,O){if(i===void 0)return m(u);if(c)return clearTimeout(i),i=setTimeout(g,t),h(u)}return i===void 0&&(i=setTimeout(g,t)),l}return x.cancel=b,x.flush=C,x}function sf(e,t,n){(n!==void 0&&!Js(e[t],n)||n===void 0&&!(t in e))&&j0(e,t,n)}function Sg(e){return Ro(e)&&Pl(e)}function uf(e,t){if(!(t==="constructor"&&typeof e[t]=="function")&&t!="__proto__")return e[t]}function zk(e){return Rl(e,Qs(e))}function Hk(e,t,n,o,a,r,l){var i=uf(e,n),u=uf(t,n),d=l.get(u);if(d){sf(e,n,d);return}var f=r?r(i,u,n+"",e,t,l):void 0,c=f===void 0;if(c){var p=An(u),h=!p&&xs(u),m=!p&&!h&&X0(u);f=u,p||h||m?An(i)?f=i:Sg(i)?f=j4(i):h?(c=!1,f=lg(u,!0)):m?(c=!1,f=dg(u,!0)):f=[]:ag(u)||Es(u)?(f=i,Es(i)?f=zk(i):(!On(i)||W0(i))&&(f=fg(u))):c=!1}c&&(l.set(u,f),a(f,u,o,r,l),l.delete(u)),sf(e,n,f)}function kg(e,t,n,o,a){e!==t&&Cg(t,function(r,l){if(a||(a=new wo),On(r))Hk(e,t,l,n,kg,o,a);else{var i=o?o(uf(e,l),r,l+"",e,t,a):void 0;i===void 0&&(i=r),sf(e,l,i)}},Qs)}function Dk(e,t,n){for(var o=-1,a=e==null?0:e.length;++o1),r}),Rl(e,cg(e),n),o&&(n=ll(n,tE|nE|oE,eE));for(var a=t.length;a--;)Qk(n,t[a]);return n});function Mg(e,t,n,o){if(!On(e))return e;t=Ll(t,e);for(var a=-1,r=t.length,l=r-1,i=e;i!=null&&++a=dE){var d=t?null:cE(e);if(d)return n2(d);l=!1,a=mg,u=new As}else u=t?[]:i;e:for(;++oe===void 0,Qt=e=>typeof e=="boolean",Ye=e=>typeof e=="number",Qn=e=>!e&&e!==0||Ie(e)&&e.length===0||ct(e)&&!Object.keys(e).length,io=e=>typeof Element>"u"?!1:e instanceof Element,Er=e=>tn(e),pE=e=>Ze(e)?!Number.isNaN(Number(e)):!1,wc=e=>e===window,Fa=e=>gt?window.requestAnimationFrame(e):setTimeout(e,16),xr=e=>gt?window.cancelAnimationFrame(e):clearTimeout(e),o2=(e="")=>e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d"),Ao=e=>Ys(e),yl=e=>Object.keys(e),vE=e=>Object.entries(e),Xi=(e,t,n)=>({get value(){return Gt(e,t,n)},set value(o){sE(e,t,o)}});class hE extends Error{constructor(t){super(t),this.name="ElementPlusError"}}function on(e,t){throw new hE(`[${e}] ${t}`)}const $g=(e="")=>e.split(" ").filter(t=>!!t.trim()),oo=(e,t)=>{if(!e||!t)return!1;if(t.includes(" "))throw new Error("className should not contain space.");return e.classList.contains(t)},eo=(e,t)=>{!e||!t.trim()||e.classList.add(...$g(t))},Cn=(e,t)=>{!e||!t.trim()||e.classList.remove(...$g(t))},Oa=(e,t)=>{var n;if(!gt||!e||!t)return"";let o=lo(t);o==="float"&&(o="cssFloat");try{const a=e.style[o];if(a)return a;const r=(n=document.defaultView)==null?void 0:n.getComputedStyle(e,"");return r?r[o]:""}catch{return e.style[o]}};function Xt(e,t="px"){if(!e)return"";if(Ye(e)||pE(e))return`${e}${t}`;if(Ze(e))return e}const mE=(e,t)=>{if(!gt)return!1;const n={undefined:"overflow",true:"overflow-y",false:"overflow-x"}[String(t)],o=Oa(e,n);return["scroll","auto","overlay"].some(a=>o.includes(a))},a2=(e,t)=>{if(!gt)return;let n=e;for(;n;){if([window,document,document.documentElement].includes(n))return window;if(mE(n,t))return n;n=n.parentNode}return n};let xi;const Tg=e=>{var t;if(!gt)return 0;if(xi!==void 0)return xi;const n=document.createElement("div");n.className=`${e}-scrollbar__wrap`,n.style.visibility="hidden",n.style.width="100px",n.style.position="absolute",n.style.top="-9999px",document.body.appendChild(n);const o=n.offsetWidth;n.style.overflow="scroll";const a=document.createElement("div");a.style.width="100%",n.appendChild(a);const r=a.offsetWidth;return(t=n.parentNode)==null||t.removeChild(n),xi=o-r,xi};function Ag(e,t){if(!gt)return;if(!t){e.scrollTop=0;return}const n=[];let o=t.offsetParent;for(;o!==null&&e!==o&&e.contains(o);)n.push(o),o=o.offsetParent;const a=t.offsetTop+n.reduce((u,d)=>u+d.offsetTop,0),r=a+t.offsetHeight,l=e.scrollTop,i=l+e.clientHeight;ai&&(e.scrollTop=r-e.clientHeight)}function gE(e,t,n,o,a){const r=Date.now();let l;const i=()=>{const d=Date.now()-r,f=O5(d>o?o:d,t,n,o);wc(e)?e.scrollTo(window.pageXOffset,f):e.scrollTop=f,d{l&&xr(l)}}const c1=(e,t)=>wc(t)?e.ownerDocument.documentElement:t,d1=e=>wc(e)?window.scrollY:e.scrollTop,Mi=e=>{if(!gt||e==="")return null;if(Ze(e))try{return document.querySelector(e)}catch{return null}return e};/*! Element Plus Icons Vue v2.3.1 */var yE=A({name:"AddLocation",__name:"add-location",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),k("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"}),k("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"})]))}}),_E=yE,bE=A({name:"Aim",__name:"aim",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),wE=bE,CE=A({name:"AlarmClock",__name:"alarm-clock",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),SE=CE,kE=A({name:"Apple",__name:"apple",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),EE=kE,xE=A({name:"ArrowDownBold",__name:"arrow-down-bold",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ME=xE,$E=A({name:"ArrowDown",__name:"arrow-down",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Bo=$E,TE=A({name:"ArrowLeftBold",__name:"arrow-left-bold",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),AE=TE,OE=A({name:"ArrowLeft",__name:"arrow-left",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),aa=OE,NE=A({name:"ArrowRightBold",__name:"arrow-right-bold",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),IE=NE,RE=A({name:"ArrowRight",__name:"arrow-right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Sn=RE,PE=A({name:"ArrowUpBold",__name:"arrow-up-bold",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),LE=PE,VE=A({name:"ArrowUp",__name:"arrow-up",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Cc=VE,BE=A({name:"Avatar",__name:"avatar",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),zE=BE,HE=A({name:"Back",__name:"back",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64"}),k("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"})]))}}),Og=HE,DE=A({name:"Baseball",__name:"baseball",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),FE=DE,KE=A({name:"Basketball",__name:"basketball",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),WE=KE,jE=A({name:"BellFilled",__name:"bell-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),qE=jE,UE=A({name:"Bell",__name:"bell",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M512 64a64 64 0 0 1 64 64v64H448v-64a64 64 0 0 1 64-64"}),k("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"}),k("path",{fill:"currentColor",d:"M96 768h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32m352 128h128a64 64 0 0 1-128 0"})]))}}),YE=UE,GE=A({name:"Bicycle",__name:"bicycle",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),k("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"}),k("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"}),k("path",{fill:"currentColor",d:"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z"})]))}}),XE=GE,JE=A({name:"BottomLeft",__name:"bottom-left",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0z"}),k("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"})]))}}),ZE=JE,QE=A({name:"BottomRight",__name:"bottom-right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416z"}),k("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"})]))}}),ex=QE,tx=A({name:"Bottom",__name:"bottom",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),nx=tx,ox=A({name:"Bowl",__name:"bowl",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ax=ox,rx=A({name:"Box",__name:"box",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M64 320h896v64H64z"}),k("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"})]))}}),lx=rx,sx=A({name:"Briefcase",__name:"briefcase",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M320 320V128h384v192h192v192H128V320zM128 576h768v320H128zm256-256h256.064V192H384z"})]))}}),ix=sx,ux=A({name:"BrushFilled",__name:"brush-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),cx=ux,dx=A({name:"Brush",__name:"brush",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),fx=dx,px=A({name:"Burger",__name:"burger",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),vx=px,hx=A({name:"Calendar",__name:"calendar",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Ng=hx,mx=A({name:"CameraFilled",__name:"camera-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),gx=mx,yx=A({name:"Camera",__name:"camera",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),_x=yx,bx=A({name:"CaretBottom",__name:"caret-bottom",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"m192 384 320 384 320-384z"})]))}}),wx=bx,Cx=A({name:"CaretLeft",__name:"caret-left",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M672 192 288 511.936 672 832z"})]))}}),Sx=Cx,kx=A({name:"CaretRight",__name:"caret-right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M384 192v640l384-320.064z"})]))}}),r2=kx,Ex=A({name:"CaretTop",__name:"caret-top",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M512 320 192 704h639.936z"})]))}}),Ig=Ex,xx=A({name:"Cellphone",__name:"cellphone",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Mx=xx,$x=A({name:"ChatDotRound",__name:"chat-dot-round",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),Tx=$x,Ax=A({name:"ChatDotSquare",__name:"chat-dot-square",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),Ox=Ax,Nx=A({name:"ChatLineRound",__name:"chat-line-round",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),Ix=Nx,Rx=A({name:"ChatLineSquare",__name:"chat-line-square",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),Px=Rx,Lx=A({name:"ChatRound",__name:"chat-round",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Vx=Lx,Bx=A({name:"ChatSquare",__name:"chat-square",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),zx=Bx,Hx=A({name:"Check",__name:"check",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Bl=Hx,Dx=A({name:"Checked",__name:"checked",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Fx=Dx,Kx=A({name:"Cherry",__name:"cherry",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Wx=Kx,jx=A({name:"Chicken",__name:"chicken",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),qx=jx,Ux=A({name:"ChromeFilled",__name:"chrome-filled",setup(e){return(t,n)=>(y(),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"},[k("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"}),k("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"}),k("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"})]))}}),Yx=Ux,Gx=A({name:"CircleCheckFilled",__name:"circle-check-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Rg=Gx,Xx=A({name:"CircleCheck",__name:"circle-check",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),Sc=Xx,Jx=A({name:"CircleCloseFilled",__name:"circle-close-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),kc=Jx,Zx=A({name:"CircleClose",__name:"circle-close",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),fa=Zx,Qx=A({name:"CirclePlusFilled",__name:"circle-plus-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),eM=Qx,tM=A({name:"CirclePlus",__name:"circle-plus",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),k("path",{fill:"currentColor",d:"M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0"}),k("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"})]))}}),nM=tM,oM=A({name:"Clock",__name:"clock",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M480 256a32 32 0 0 1 32 32v256a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"}),k("path",{fill:"currentColor",d:"M480 512h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32"})]))}}),l2=oM,aM=A({name:"CloseBold",__name:"close-bold",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),rM=aM,lM=A({name:"Close",__name:"close",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),uo=lM,sM=A({name:"Cloudy",__name:"cloudy",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),iM=sM,uM=A({name:"CoffeeCup",__name:"coffee-cup",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),cM=uM,dM=A({name:"Coffee",__name:"coffee",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),fM=dM,pM=A({name:"Coin",__name:"coin",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("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"})]))}}),vM=pM,hM=A({name:"ColdDrink",__name:"cold-drink",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),mM=hM,gM=A({name:"CollectionTag",__name:"collection-tag",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),yM=gM,_M=A({name:"Collection",__name:"collection",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),bM=_M,wM=A({name:"Comment",__name:"comment",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),CM=wM,SM=A({name:"Compass",__name:"compass",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),kM=SM,EM=A({name:"Connection",__name:"connection",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),xM=EM,MM=A({name:"Coordinate",__name:"coordinate",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M480 512h64v320h-64z"}),k("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"})]))}}),$M=MM,TM=A({name:"CopyDocument",__name:"copy-document",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),AM=TM,OM=A({name:"Cpu",__name:"cpu",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),NM=OM,IM=A({name:"CreditCard",__name:"credit-card",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M64 320h896v64H64zm0 128h896v64H64zm128 192h256v64H192z"})]))}}),RM=IM,PM=A({name:"Crop",__name:"crop",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M256 768h672a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V96a32 32 0 0 1 64 0z"}),k("path",{fill:"currentColor",d:"M832 224v704a32 32 0 1 1-64 0V256H96a32 32 0 0 1 0-64h704a32 32 0 0 1 32 32"})]))}}),LM=PM,VM=A({name:"DArrowLeft",__name:"d-arrow-left",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Mr=VM,BM=A({name:"DArrowRight",__name:"d-arrow-right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),$r=BM,zM=A({name:"DCaret",__name:"d-caret",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"m512 128 288 320H224zM224 576h576L512 896z"})]))}}),HM=zM,DM=A({name:"DataAnalysis",__name:"data-analysis",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),FM=DM,KM=A({name:"DataBoard",__name:"data-board",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M32 128h960v64H32z"}),k("path",{fill:"currentColor",d:"M192 192v512h640V192zm-64-64h768v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),k("path",{fill:"currentColor",d:"M322.176 960H248.32l144.64-250.56 55.424 32zm453.888 0h-73.856L576 741.44l55.424-32z"})]))}}),WM=KM,jM=A({name:"DataLine",__name:"data-line",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),qM=jM,UM=A({name:"DeleteFilled",__name:"delete-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),YM=UM,GM=A({name:"DeleteLocation",__name:"delete-location",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),k("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"}),k("path",{fill:"currentColor",d:"M384 384h256q32 0 32 32t-32 32H384q-32 0-32-32t32-32"})]))}}),XM=GM,JM=A({name:"Delete",__name:"delete",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Pg=JM,ZM=A({name:"Dessert",__name:"dessert",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),QM=ZM,e$=A({name:"Discount",__name:"discount",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),t$=e$,n$=A({name:"DishDot",__name:"dish-dot",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),o$=n$,a$=A({name:"Dish",__name:"dish",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),r$=a$,l$=A({name:"DocumentAdd",__name:"document-add",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),s$=l$,i$=A({name:"DocumentChecked",__name:"document-checked",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),u$=i$,c$=A({name:"DocumentCopy",__name:"document-copy",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),d$=c$,f$=A({name:"DocumentDelete",__name:"document-delete",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),p$=f$,v$=A({name:"DocumentRemove",__name:"document-remove",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),h$=v$,m$=A({name:"Document",__name:"document",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Lg=m$,g$=A({name:"Download",__name:"download",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),y$=g$,_$=A({name:"Drizzling",__name:"drizzling",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),b$=_$,w$=A({name:"EditPen",__name:"edit-pen",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),C$=w$,S$=A({name:"Edit",__name:"edit",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),k$=S$,E$=A({name:"ElemeFilled",__name:"eleme-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),x$=E$,M$=A({name:"Eleme",__name:"eleme",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),$$=M$,T$=A({name:"ElementPlus",__name:"element-plus",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),A$=T$,O$=A({name:"Expand",__name:"expand",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M128 192h768v128H128zm0 256h512v128H128zm0 256h768v128H128zm576-352 192 160-192 128z"})]))}}),N$=O$,I$=A({name:"Failed",__name:"failed",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),R$=I$,P$=A({name:"Female",__name:"female",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M512 640q32 0 32 32v256q0 32-32 32t-32-32V672q0-32 32-32"}),k("path",{fill:"currentColor",d:"M352 800h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"})]))}}),L$=P$,V$=A({name:"Files",__name:"files",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),B$=V$,z$=A({name:"Film",__name:"film",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M320 288V128h64v352h256V128h64v160h160v64H704v128h160v64H704v128h160v64H704v160h-64V544H384v352h-64V736H128v-64h192V544H128v-64h192V352H128v-64z"})]))}}),H$=z$,D$=A({name:"Filter",__name:"filter",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),F$=D$,K$=A({name:"Finished",__name:"finished",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),W$=K$,j$=A({name:"FirstAidKit",__name:"first-aid-kit",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),q$=j$,U$=A({name:"Flag",__name:"flag",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M288 128h608L736 384l160 256H288v320h-96V64h96z"})]))}}),Y$=U$,G$=A({name:"Fold",__name:"fold",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M896 192H128v128h768zm0 256H384v128h512zm0 256H128v128h768zM320 384 128 512l192 128z"})]))}}),X$=G$,J$=A({name:"FolderAdd",__name:"folder-add",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Z$=J$,Q$=A({name:"FolderChecked",__name:"folder-checked",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),eT=Q$,tT=A({name:"FolderDelete",__name:"folder-delete",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),nT=tT,oT=A({name:"FolderOpened",__name:"folder-opened",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),aT=oT,rT=A({name:"FolderRemove",__name:"folder-remove",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),lT=rT,sT=A({name:"Folder",__name:"folder",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),iT=sT,uT=A({name:"Food",__name:"food",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),cT=uT,dT=A({name:"Football",__name:"football",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),fT=dT,pT=A({name:"ForkSpoon",__name:"fork-spoon",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),vT=pT,hT=A({name:"Fries",__name:"fries",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),mT=hT,gT=A({name:"FullScreen",__name:"full-screen",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Vg=gT,yT=A({name:"GobletFull",__name:"goblet-full",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),_T=yT,bT=A({name:"GobletSquareFull",__name:"goblet-square-full",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),wT=bT,CT=A({name:"GobletSquare",__name:"goblet-square",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ST=CT,kT=A({name:"Goblet",__name:"goblet",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ET=kT,xT=A({name:"GoldMedal",__name:"gold-medal",setup(e){return(t,n)=>(y(),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"},[k("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"}),k("path",{fill:"currentColor",d:"M544 480H416v64h64v192h-64v64h192v-64h-64z"})]))}}),MT=xT,$T=A({name:"GoodsFilled",__name:"goods-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),TT=$T,AT=A({name:"Goods",__name:"goods",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),OT=AT,NT=A({name:"Grape",__name:"grape",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),IT=NT,RT=A({name:"Grid",__name:"grid",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M640 384v256H384V384zm64 0h192v256H704zm-64 512H384V704h256zm64 0V704h192v192zm-64-768v192H384V128zm64 0h192v192H704zM320 384v256H128V384zm0 512H128V704h192zm0-768v192H128V128z"})]))}}),PT=RT,LT=A({name:"Guide",__name:"guide",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),VT=LT,BT=A({name:"Handbag",__name:"handbag",setup(e){return(t,n)=>(y(),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"},[k("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"})]))}}),zT=BT,HT=A({name:"Headset",__name:"headset",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),DT=HT,FT=A({name:"HelpFilled",__name:"help-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),KT=FT,WT=A({name:"Help",__name:"help",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),jT=WT,qT=A({name:"Hide",__name:"hide",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),Bg=qT,UT=A({name:"Histogram",__name:"histogram",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M416 896V128h192v768zm-288 0V448h192v448zm576 0V320h192v576z"})]))}}),YT=UT,GT=A({name:"HomeFilled",__name:"home-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M512 128 128 447.936V896h255.936V640H640v256h255.936V447.936z"})]))}}),XT=GT,JT=A({name:"HotWater",__name:"hot-water",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ZT=JT,QT=A({name:"House",__name:"house",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),eA=QT,tA=A({name:"IceCreamRound",__name:"ice-cream-round",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),nA=tA,oA=A({name:"IceCreamSquare",__name:"ice-cream-square",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),aA=oA,rA=A({name:"IceCream",__name:"ice-cream",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),lA=rA,sA=A({name:"IceDrink",__name:"ice-drink",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),iA=sA,uA=A({name:"IceTea",__name:"ice-tea",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),cA=uA,dA=A({name:"InfoFilled",__name:"info-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Ec=dA,fA=A({name:"Iphone",__name:"iphone",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),pA=fA,vA=A({name:"Key",__name:"key",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),hA=vA,mA=A({name:"KnifeFork",__name:"knife-fork",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),gA=mA,yA=A({name:"Lightning",__name:"lightning",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),_A=yA,bA=A({name:"Link",__name:"link",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),wA=bA,CA=A({name:"List",__name:"list",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M704 192h160v736H160V192h160v64h384zM288 512h448v-64H288zm0 256h448v-64H288zm96-576V96h256v96z"})]))}}),SA=CA,kA=A({name:"Loading",__name:"loading",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),pa=kA,EA=A({name:"LocationFilled",__name:"location-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),xA=EA,MA=A({name:"LocationInformation",__name:"location-information",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M288 896h448q32 0 32 32t-32 32H288q-32 0-32-32t32-32"}),k("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"}),k("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"})]))}}),$A=MA,TA=A({name:"Location",__name:"location",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),AA=TA,OA=A({name:"Lock",__name:"lock",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),NA=OA,IA=A({name:"Lollipop",__name:"lollipop",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),RA=IA,PA=A({name:"MagicStick",__name:"magic-stick",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),LA=PA,VA=A({name:"Magnet",__name:"magnet",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),BA=VA,zA=A({name:"Male",__name:"male",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("path",{fill:"currentColor",d:"M604.813 458.9 565.1 419.131l292.613-292.668 39.825 39.824z"})]))}}),HA=zA,DA=A({name:"Management",__name:"management",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M576 128v288l96-96 96 96V128h128v768H320V128zm-448 0h128v768H128z"})]))}}),FA=DA,KA=A({name:"MapLocation",__name:"map-location",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),WA=KA,jA=A({name:"Medal",__name:"medal",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),qA=jA,UA=A({name:"Memo",__name:"memo",setup(e){return(t,n)=>(y(),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"},[k("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"}),k("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"}),k("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"})]))}}),YA=UA,GA=A({name:"Menu",__name:"menu",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),XA=GA,JA=A({name:"MessageBox",__name:"message-box",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ZA=JA,QA=A({name:"Message",__name:"message",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),eO=QA,tO=A({name:"Mic",__name:"mic",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),nO=tO,oO=A({name:"Microphone",__name:"microphone",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),aO=oO,rO=A({name:"MilkTea",__name:"milk-tea",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),lO=rO,sO=A({name:"Minus",__name:"minus",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"})]))}}),zg=sO,iO=A({name:"Money",__name:"money",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("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"})]))}}),uO=iO,cO=A({name:"Monitor",__name:"monitor",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),dO=cO,fO=A({name:"MoonNight",__name:"moon-night",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),pO=fO,vO=A({name:"Moon",__name:"moon",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),hO=vO,mO=A({name:"MoreFilled",__name:"more-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),cf=mO,gO=A({name:"More",__name:"more",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Hg=gO,yO=A({name:"MostlyCloudy",__name:"mostly-cloudy",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),_O=yO,bO=A({name:"Mouse",__name:"mouse",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),wO=bO,CO=A({name:"Mug",__name:"mug",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),SO=CO,kO=A({name:"MuteNotification",__name:"mute-notification",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),EO=kO,xO=A({name:"Mute",__name:"mute",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),MO=xO,$O=A({name:"NoSmoking",__name:"no-smoking",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),TO=$O,AO=A({name:"Notebook",__name:"notebook",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),OO=AO,NO=A({name:"Notification",__name:"notification",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),IO=NO,RO=A({name:"Odometer",__name:"odometer",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("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"})]))}}),PO=RO,LO=A({name:"OfficeBuilding",__name:"office-building",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M256 256h256v64H256zm0 192h256v64H256zm0 192h256v64H256zm384-128h128v64H640zm0 128h128v64H640zM64 832h896v64H64z"}),k("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"})]))}}),VO=LO,BO=A({name:"Open",__name:"open",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),zO=BO,HO=A({name:"Operation",__name:"operation",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),DO=HO,FO=A({name:"Opportunity",__name:"opportunity",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),KO=FO,WO=A({name:"Orange",__name:"orange",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),jO=WO,qO=A({name:"Paperclip",__name:"paperclip",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),UO=qO,YO=A({name:"PartlyCloudy",__name:"partly-cloudy",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),GO=YO,XO=A({name:"Pear",__name:"pear",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),JO=XO,ZO=A({name:"PhoneFilled",__name:"phone-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),QO=ZO,eN=A({name:"Phone",__name:"phone",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),tN=eN,nN=A({name:"PictureFilled",__name:"picture-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Dg=nN,oN=A({name:"PictureRounded",__name:"picture-rounded",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),aN=oN,rN=A({name:"Picture",__name:"picture",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),lN=rN,sN=A({name:"PieChart",__name:"pie-chart",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),iN=sN,uN=A({name:"Place",__name:"place",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M512 512a32 32 0 0 1 32 32v256a32 32 0 1 1-64 0V544a32 32 0 0 1 32-32"}),k("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"})]))}}),cN=uN,dN=A({name:"Platform",__name:"platform",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M448 832v-64h128v64h192v64H256v-64zM128 704V128h768v576z"})]))}}),fN=dN,pN=A({name:"Plus",__name:"plus",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),s2=pN,vN=A({name:"Pointer",__name:"pointer",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),hN=vN,mN=A({name:"Position",__name:"position",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),gN=mN,yN=A({name:"Postcard",__name:"postcard",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),_N=yN,bN=A({name:"Pouring",__name:"pouring",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),wN=bN,CN=A({name:"Present",__name:"present",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M480 896V640H192v-64h288V320H192v576zm64 0h288V320H544v256h288v64H544zM128 256h768v672a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32z"}),k("path",{fill:"currentColor",d:"M96 256h832q32 0 32 32t-32 32H96q-32 0-32-32t32-32"}),k("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"}),k("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"})]))}}),SN=CN,kN=A({name:"PriceTag",__name:"price-tag",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),EN=kN,xN=A({name:"Printer",__name:"printer",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),MN=xN,$N=A({name:"Promotion",__name:"promotion",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"m64 448 832-320-128 704-446.08-243.328L832 192 242.816 545.472zm256 512V657.024L512 768z"})]))}}),TN=$N,AN=A({name:"QuartzWatch",__name:"quartz-watch",setup(e){return(t,n)=>(y(),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"},[k("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"}),k("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"}),k("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"})]))}}),ON=AN,NN=A({name:"QuestionFilled",__name:"question-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Fg=NN,IN=A({name:"Rank",__name:"rank",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),RN=IN,PN=A({name:"ReadingLamp",__name:"reading-lamp",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M672 576q32 0 32 32v128q0 32-32 32t-32-32V608q0-32 32-32m-192-.064h64V960h-64z"})]))}}),LN=PN,VN=A({name:"Reading",__name:"reading",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M480 192h64v704h-64z"})]))}}),BN=VN,zN=A({name:"RefreshLeft",__name:"refresh-left",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Kg=zN,HN=A({name:"RefreshRight",__name:"refresh-right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Wg=HN,DN=A({name:"Refresh",__name:"refresh",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),FN=DN,KN=A({name:"Refrigerator",__name:"refrigerator",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),WN=KN,jN=A({name:"RemoveFilled",__name:"remove-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),qN=jN,UN=A({name:"Remove",__name:"remove",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64"}),k("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"})]))}}),YN=UN,GN=A({name:"Right",__name:"right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),XN=GN,JN=A({name:"ScaleToOriginal",__name:"scale-to-original",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),jg=JN,ZN=A({name:"School",__name:"school",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M64 832h896v64H64zm256-640h128v96H320z"}),k("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"})]))}}),QN=ZN,eI=A({name:"Scissor",__name:"scissor",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),tI=eI,nI=A({name:"Search",__name:"search",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),qg=nI,oI=A({name:"Select",__name:"select",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),aI=oI,rI=A({name:"Sell",__name:"sell",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),lI=rI,sI=A({name:"SemiSelect",__name:"semi-select",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M128 448h768q64 0 64 64t-64 64H128q-64 0-64-64t64-64"})]))}}),iI=sI,uI=A({name:"Service",__name:"service",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),cI=uI,dI=A({name:"SetUp",__name:"set-up",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("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"}),k("path",{fill:"currentColor",d:"M288 640h256q32 0 32 32t-32 32H288q-32 0-32-32t32-32"})]))}}),fI=dI,pI=A({name:"Setting",__name:"setting",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),vI=pI,hI=A({name:"Share",__name:"share",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),mI=hI,gI=A({name:"Ship",__name:"ship",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),yI=gI,_I=A({name:"Shop",__name:"shop",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),bI=_I,wI=A({name:"ShoppingBag",__name:"shopping-bag",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M192 704h640v64H192z"})]))}}),CI=wI,SI=A({name:"ShoppingCartFull",__name:"shopping-cart-full",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),kI=SI,EI=A({name:"ShoppingCart",__name:"shopping-cart",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),xI=EI,MI=A({name:"ShoppingTrolley",__name:"shopping-trolley",setup(e){return(t,n)=>(y(),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"},[k("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"})]))}}),$I=MI,TI=A({name:"Smoking",__name:"smoking",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M704 576h64v128h-64zM256 64h64v320h-64zM128 192h64v192h-64zM64 512h64v256H64z"})]))}}),AI=TI,OI=A({name:"Soccer",__name:"soccer",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),NI=OI,II=A({name:"SoldOut",__name:"sold-out",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),RI=II,PI=A({name:"SortDown",__name:"sort-down",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Ug=PI,LI=A({name:"SortUp",__name:"sort-up",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Yg=LI,VI=A({name:"Sort",__name:"sort",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),BI=VI,zI=A({name:"Stamp",__name:"stamp",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),HI=zI,DI=A({name:"StarFilled",__name:"star-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Ql=DI,FI=A({name:"Star",__name:"star",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Gg=FI,KI=A({name:"Stopwatch",__name:"stopwatch",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),WI=KI,jI=A({name:"SuccessFilled",__name:"success-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),i2=jI,qI=A({name:"Sugar",__name:"sugar",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),UI=qI,YI=A({name:"SuitcaseLine",__name:"suitcase-line",setup(e){return(t,n)=>(y(),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"},[k("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"})]))}}),GI=YI,XI=A({name:"Suitcase",__name:"suitcase",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),JI=XI,ZI=A({name:"Sunny",__name:"sunny",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),QI=ZI,eR=A({name:"Sunrise",__name:"sunrise",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),tR=eR,nR=A({name:"Sunset",__name:"sunset",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),oR=nR,aR=A({name:"SwitchButton",__name:"switch-button",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M512 64q32 0 32 32v320q0 32-32 32t-32-32V96q0-32 32-32"})]))}}),rR=aR,lR=A({name:"SwitchFilled",__name:"switch-filled",setup(e){return(t,n)=>(y(),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"},[k("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"}),k("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"})]))}}),sR=lR,iR=A({name:"Switch",__name:"switch",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),uR=iR,cR=A({name:"TakeawayBox",__name:"takeaway-box",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),dR=cR,fR=A({name:"Ticket",__name:"ticket",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M640 832H64V640a128 128 0 1 0 0-256V192h576v160h64V192h256v192a128 128 0 1 0 0 256v192H704V672h-64zm0-416v192h64V416z"})]))}}),pR=fR,vR=A({name:"Tickets",__name:"tickets",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),hR=vR,mR=A({name:"Timer",__name:"timer",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("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"})]))}}),gR=mR,yR=A({name:"ToiletPaper",__name:"toilet-paper",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),_R=yR,bR=A({name:"Tools",__name:"tools",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),wR=bR,CR=A({name:"TopLeft",__name:"top-left",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("path",{fill:"currentColor",d:"M256 256h416a32 32 0 1 0 0-64H224a32 32 0 0 0-32 32v448a32 32 0 0 0 64 0z"}),k("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"})]))}}),SR=CR,kR=A({name:"TopRight",__name:"top-right",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),ER=kR,xR=A({name:"Top",__name:"top",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),MR=xR,$R=A({name:"TrendCharts",__name:"trend-charts",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),TR=$R,AR=A({name:"TrophyBase",__name:"trophy-base",setup(e){return(t,n)=>(y(),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"},[k("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"})]))}}),OR=AR,NR=A({name:"Trophy",__name:"trophy",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),IR=NR,RR=A({name:"TurnOff",__name:"turn-off",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),PR=RR,LR=A({name:"Umbrella",__name:"umbrella",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),VR=LR,BR=A({name:"Unlock",__name:"unlock",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"})]))}}),zR=BR,HR=A({name:"UploadFilled",__name:"upload-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),DR=HR,FR=A({name:"Upload",__name:"upload",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),KR=FR,WR=A({name:"UserFilled",__name:"user-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),jR=WR,qR=A({name:"User",__name:"user",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),UR=qR,YR=A({name:"Van",__name:"van",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),GR=YR,XR=A({name:"VideoCameraFilled",__name:"video-camera-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),JR=XR,ZR=A({name:"VideoCamera",__name:"video-camera",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),QR=ZR,eP=A({name:"VideoPause",__name:"video-pause",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),tP=eP,nP=A({name:"VideoPlay",__name:"video-play",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),oP=nP,aP=A({name:"View",__name:"view",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Xg=aP,rP=A({name:"WalletFilled",__name:"wallet-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),lP=rP,sP=A({name:"Wallet",__name:"wallet",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("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"}),k("path",{fill:"currentColor",d:"M704 640a64 64 0 1 1 0-128 64 64 0 0 1 0 128"})]))}}),iP=sP,uP=A({name:"WarnTriangleFilled",__name:"warn-triangle-filled",setup(e){return(t,n)=>(y(),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"},[k("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"})]))}}),cP=uP,dP=A({name:"WarningFilled",__name:"warning-filled",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),ti=dP,fP=A({name:"Warning",__name:"warning",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),pP=fP,vP=A({name:"Watch",__name:"watch",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"}),k("path",{fill:"currentColor",d:"M480 352a32 32 0 0 1 32 32v160a32 32 0 0 1-64 0V384a32 32 0 0 1 32-32"}),k("path",{fill:"currentColor",d:"M480 512h128q32 0 32 32t-32 32H480q-32 0-32-32t32-32m128-256V128H416v128h-64V64h320v192zM416 768v128h192V768h64v192H352V768z"})]))}}),hP=vP,mP=A({name:"Watermelon",__name:"watermelon",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),gP=mP,yP=A({name:"WindPower",__name:"wind-power",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),_P=yP,bP=A({name:"ZoomIn",__name:"zoom-in",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),u2=bP,wP=A({name:"ZoomOut",__name:"zoom-out",setup(e){return(t,n)=>(y(),M("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[k("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"})]))}}),Jg=wP;const CP=Object.freeze(Object.defineProperty({__proto__:null,AddLocation:_E,Aim:wE,AlarmClock:SE,Apple:EE,ArrowDown:Bo,ArrowDownBold:ME,ArrowLeft:aa,ArrowLeftBold:AE,ArrowRight:Sn,ArrowRightBold:IE,ArrowUp:Cc,ArrowUpBold:LE,Avatar:zE,Back:Og,Baseball:FE,Basketball:WE,Bell:YE,BellFilled:qE,Bicycle:XE,Bottom:nx,BottomLeft:ZE,BottomRight:ex,Bowl:ax,Box:lx,Briefcase:ix,Brush:fx,BrushFilled:cx,Burger:vx,Calendar:Ng,Camera:_x,CameraFilled:gx,CaretBottom:wx,CaretLeft:Sx,CaretRight:r2,CaretTop:Ig,Cellphone:Mx,ChatDotRound:Tx,ChatDotSquare:Ox,ChatLineRound:Ix,ChatLineSquare:Px,ChatRound:Vx,ChatSquare:zx,Check:Bl,Checked:Fx,Cherry:Wx,Chicken:qx,ChromeFilled:Yx,CircleCheck:Sc,CircleCheckFilled:Rg,CircleClose:fa,CircleCloseFilled:kc,CirclePlus:nM,CirclePlusFilled:eM,Clock:l2,Close:uo,CloseBold:rM,Cloudy:iM,Coffee:fM,CoffeeCup:cM,Coin:vM,ColdDrink:mM,Collection:bM,CollectionTag:yM,Comment:CM,Compass:kM,Connection:xM,Coordinate:$M,CopyDocument:AM,Cpu:NM,CreditCard:RM,Crop:LM,DArrowLeft:Mr,DArrowRight:$r,DCaret:HM,DataAnalysis:FM,DataBoard:WM,DataLine:qM,Delete:Pg,DeleteFilled:YM,DeleteLocation:XM,Dessert:QM,Discount:t$,Dish:r$,DishDot:o$,Document:Lg,DocumentAdd:s$,DocumentChecked:u$,DocumentCopy:d$,DocumentDelete:p$,DocumentRemove:h$,Download:y$,Drizzling:b$,Edit:k$,EditPen:C$,Eleme:$$,ElemeFilled:x$,ElementPlus:A$,Expand:N$,Failed:R$,Female:L$,Files:B$,Film:H$,Filter:F$,Finished:W$,FirstAidKit:q$,Flag:Y$,Fold:X$,Folder:iT,FolderAdd:Z$,FolderChecked:eT,FolderDelete:nT,FolderOpened:aT,FolderRemove:lT,Food:cT,Football:fT,ForkSpoon:vT,Fries:mT,FullScreen:Vg,Goblet:ET,GobletFull:_T,GobletSquare:ST,GobletSquareFull:wT,GoldMedal:MT,Goods:OT,GoodsFilled:TT,Grape:IT,Grid:PT,Guide:VT,Handbag:zT,Headset:DT,Help:jT,HelpFilled:KT,Hide:Bg,Histogram:YT,HomeFilled:XT,HotWater:ZT,House:eA,IceCream:lA,IceCreamRound:nA,IceCreamSquare:aA,IceDrink:iA,IceTea:cA,InfoFilled:Ec,Iphone:pA,Key:hA,KnifeFork:gA,Lightning:_A,Link:wA,List:SA,Loading:pa,Location:AA,LocationFilled:xA,LocationInformation:$A,Lock:NA,Lollipop:RA,MagicStick:LA,Magnet:BA,Male:HA,Management:FA,MapLocation:WA,Medal:qA,Memo:YA,Menu:XA,Message:eO,MessageBox:ZA,Mic:nO,Microphone:aO,MilkTea:lO,Minus:zg,Money:uO,Monitor:dO,Moon:hO,MoonNight:pO,More:Hg,MoreFilled:cf,MostlyCloudy:_O,Mouse:wO,Mug:SO,Mute:MO,MuteNotification:EO,NoSmoking:TO,Notebook:OO,Notification:IO,Odometer:PO,OfficeBuilding:VO,Open:zO,Operation:DO,Opportunity:KO,Orange:jO,Paperclip:UO,PartlyCloudy:GO,Pear:JO,Phone:tN,PhoneFilled:QO,Picture:lN,PictureFilled:Dg,PictureRounded:aN,PieChart:iN,Place:cN,Platform:fN,Plus:s2,Pointer:hN,Position:gN,Postcard:_N,Pouring:wN,Present:SN,PriceTag:EN,Printer:MN,Promotion:TN,QuartzWatch:ON,QuestionFilled:Fg,Rank:RN,Reading:BN,ReadingLamp:LN,Refresh:FN,RefreshLeft:Kg,RefreshRight:Wg,Refrigerator:WN,Remove:YN,RemoveFilled:qN,Right:XN,ScaleToOriginal:jg,School:QN,Scissor:tI,Search:qg,Select:aI,Sell:lI,SemiSelect:iI,Service:cI,SetUp:fI,Setting:vI,Share:mI,Ship:yI,Shop:bI,ShoppingBag:CI,ShoppingCart:xI,ShoppingCartFull:kI,ShoppingTrolley:$I,Smoking:AI,Soccer:NI,SoldOut:RI,Sort:BI,SortDown:Ug,SortUp:Yg,Stamp:HI,Star:Gg,StarFilled:Ql,Stopwatch:WI,SuccessFilled:i2,Sugar:UI,Suitcase:JI,SuitcaseLine:GI,Sunny:QI,Sunrise:tR,Sunset:oR,Switch:uR,SwitchButton:rR,SwitchFilled:sR,TakeawayBox:dR,Ticket:pR,Tickets:hR,Timer:gR,ToiletPaper:_R,Tools:wR,Top:MR,TopLeft:SR,TopRight:ER,TrendCharts:TR,Trophy:IR,TrophyBase:OR,TurnOff:PR,Umbrella:VR,Unlock:zR,Upload:KR,UploadFilled:DR,User:UR,UserFilled:jR,Van:GR,VideoCamera:QR,VideoCameraFilled:JR,VideoPause:tP,VideoPlay:oP,View:Xg,Wallet:iP,WalletFilled:lP,WarnTriangleFilled:cP,Warning:pP,WarningFilled:ti,Watch:hP,Watermelon:gP,WindPower:_P,ZoomIn:u2,ZoomOut:Jg},Symbol.toStringTag,{value:"Module"})),Zg="__epPropKey",X=e=>e,SP=e=>ct(e)&&!!e[Zg],So=(e,t)=>{if(!ct(e)||SP(e))return e;const{values:n,required:o,default:a,type:r,validator:l}=e,u={type:r,required:!!o,validator:n||l?d=>{let f=!1,c=[];if(n&&(c=Array.from(n),yt(e,"default")&&c.push(a),f||(f=c.includes(d))),l&&(f||(f=l(d))),!f&&c.length>0){const p=[...new Set(c)].map(h=>JSON.stringify(h)).join(", ");lw(`Invalid prop: validation failed${t?` for prop "${t}"`:""}. Expected one of [${p}], got value ${JSON.stringify(d)}.`)}return f}:void 0,[Zg]:!0};return yt(e,"default")&&(u.default=a),u},Ee=e=>Pu(Object.entries(e).map(([t,n])=>[t,So(n,t)])),$t=X([String,Object,Function]),c2={Close:uo},d2={Close:uo,SuccessFilled:i2,InfoFilled:Ec,WarningFilled:ti,CircleCloseFilled:kc},Ka={success:i2,warning:ti,error:kc,info:Ec},f2={validating:pa,success:Sc,error:fa},lt=(e,t)=>{if(e.install=n=>{for(const o of[e,...Object.values(t??{})])n.component(o.name,o)},t)for(const[n,o]of Object.entries(t))e[n]=o;return e},Qg=(e,t)=>(e.install=n=>{e._context=n._context,n.config.globalProperties[t]=e},e),kP=(e,t)=>(e.install=n=>{n.directive(t,e)},e),Dt=e=>(e.install=Et,e),xc=(...e)=>t=>{e.forEach(n=>{Xe(n)?n(t):n.value=t})},Ke={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"},EP=["year","years","month","date","dates","week","datetime","datetimerange","daterange","monthrange"],md=["sun","mon","tue","wed","thu","fri","sat"],it="update:modelValue",Bt="change",Tn="input",f1=Symbol("INSTALLED_KEY"),zo=["","default","small","large"],e6=e=>["",...zo].includes(e);var Zn=(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))(Zn||{});function df(e){return zt(e)&&e.type===Fe}function xP(e){return zt(e)&&e.type===$n}function MP(e){return zt(e)&&!df(e)&&!xP(e)}const $P=e=>{if(!zt(e))return{};const t=e.props||{},n=(zt(e.type)?e.type.props:void 0)||{},o={};return Object.keys(n).forEach(a=>{yt(n[a],"default")&&(o[a]=n[a].default)}),Object.keys(t).forEach(a=>{o[lo(a)]=t[a]}),o},TP=e=>{if(!Ie(e)||e.length>1)throw new Error("expect to receive a single Vue element child");return e[0]},La=e=>{const t=Ie(e)?e:[e],n=[];return t.forEach(o=>{var a;Ie(o)?n.push(...La(o)):zt(o)&&Ie(o.children)?n.push(...La(o.children)):(n.push(o),zt(o)&&((a=o.component)!=null&&a.subTree)&&n.push(...La(o.component.subTree)))}),n},p1=e=>[...new Set(e)],jn=e=>!e&&e!==0?[]:Array.isArray(e)?e:[e],p2=e=>/([\uAC00-\uD7AF\u3130-\u318F])+/gi.test(e),Ht=e=>e;function AP(e){let t=0;const n=(...o)=>{t&&xr(t),t=Fa(()=>{e(...o),t=0})};return n.cancel=()=>{xr(t),t=0},n}const OP=["class","style"],NP=/^on[A-Z]/,v2=(e={})=>{const{excludeListeners:t=!1,excludeKeys:n}=e,o=S(()=>((n==null?void 0:n.value)||[]).concat(OP)),a=rt();return S(a?()=>{var r;return Pu(Object.entries((r=a.proxy)==null?void 0:r.$attrs).filter(([l])=>!o.value.includes(l)&&!(t&&NP.test(l))))}:()=>({}))},gr=({from:e,replacement:t,scope:n,version:o,ref:a,type:r="API"},l)=>{pe(()=>s(l),i=>{},{immediate:!0})},t6=(e,t,n,o)=>{let a={offsetX:0,offsetY:0};const r=u=>{const d=u.clientX,f=u.clientY,{offsetX:c,offsetY:p}=a,h=e.value.getBoundingClientRect(),m=h.left,v=h.top,_=h.width,g=h.height,w=document.documentElement.clientWidth,b=document.documentElement.clientHeight,C=-m+c,x=-v+p,E=w-m-_+c,O=b-v-g+p,T=L=>{let P=c+L.clientX-d,z=p+L.clientY-f;o!=null&&o.value||(P=Math.min(Math.max(P,C),E),z=Math.min(Math.max(z,x),O)),a={offsetX:P,offsetY:z},e.value&&(e.value.style.transform=`translate(${Xt(P)}, ${Xt(z)})`)},V=()=>{document.removeEventListener("mousemove",T),document.removeEventListener("mouseup",V)};document.addEventListener("mousemove",T),document.addEventListener("mouseup",V)},l=()=>{t.value&&e.value&&t.value.addEventListener("mousedown",r)},i=()=>{t.value&&e.value&&t.value.removeEventListener("mousedown",r)};et(()=>{gn(()=>{n.value?l():i()})}),It(()=>{i()})};var IP={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 RP=e=>(t,n)=>PP(t,n,s(e)),PP=(e,t,n)=>Gt(n,e,e).replace(/\{(\w+)\}/g,(o,a)=>{var r;return`${(r=t==null?void 0:t[a])!=null?r:`{${a}}`}`}),LP=e=>{const t=S(()=>s(e).name),n=Pt(e)?e:R(e);return{lang:t,locale:n,t:RP(e)}},n6=Symbol("localeContextKey"),_t=e=>{const t=e||Pe(n6,R());return LP(S(()=>t.value||IP))},ds="el",VP="is-",Qa=(e,t,n,o,a)=>{let r=`${e}-${t}`;return n&&(r+=`-${n}`),o&&(r+=`__${o}`),a&&(r+=`--${a}`),r},o6=Symbol("namespaceContextKey"),h2=e=>{const t=e||(rt()?Pe(o6,R(ds)):R(ds));return S(()=>s(t)||ds)},me=(e,t)=>{const n=h2(t);return{namespace:n,b:(v="")=>Qa(n.value,e,v,"",""),e:v=>v?Qa(n.value,e,"",v,""):"",m:v=>v?Qa(n.value,e,"","",v):"",be:(v,_)=>v&&_?Qa(n.value,e,v,_,""):"",em:(v,_)=>v&&_?Qa(n.value,e,"",v,_):"",bm:(v,_)=>v&&_?Qa(n.value,e,v,"",_):"",bem:(v,_,g)=>v&&_&&g?Qa(n.value,e,v,_,g):"",is:(v,..._)=>{const g=_.length>=1?_[0]:!0;return v&&g?`${VP}${v}`:""},cssVar:v=>{const _={};for(const g in v)v[g]&&(_[`--${n.value}-${g}`]=v[g]);return _},cssVarName:v=>`--${n.value}-${v}`,cssVarBlock:v=>{const _={};for(const g in v)v[g]&&(_[`--${n.value}-${e}-${g}`]=v[g]);return _},cssVarBlockName:v=>`--${n.value}-${e}-${v}`}},m2=(e,t={})=>{Pt(e)||on("[useLockscreen]","You need to pass a ref param to this function");const n=t.ns||me("popup"),o=Vm(()=>n.bm("parent","hidden"));if(!gt||oo(document.body,o.value))return;let a=0,r=!1,l="0";const i=()=>{setTimeout(()=>{Cn(document==null?void 0:document.body,o.value),r&&document&&(document.body.style.width=l)},200)};pe(e,u=>{if(!u){i();return}r=!oo(document.body,o.value),r&&(l=document.body.style.width),a=Tg(n.namespace.value);const d=document.documentElement.clientHeight0&&(d||f==="scroll")&&r&&(document.body.style.width=`calc(100% - ${a}px)`),eo(document.body,o.value)}),Cm(()=>i())},BP=So({type:X(Boolean),default:null}),zP=So({type:X(Function)}),a6=e=>{const t=`update:${e}`,n=`onUpdate:${e}`,o=[t],a={[e]:BP,[n]:zP};return{useModelToggle:({indicator:l,toggleReason:i,shouldHideWhenRouteChanges:u,shouldProceed:d,onShow:f,onHide:c})=>{const p=rt(),{emit:h}=p,m=p.props,v=S(()=>Xe(m[n])),_=S(()=>m[e]===null),g=O=>{l.value!==!0&&(l.value=!0,i&&(i.value=O),Xe(f)&&f(O))},w=O=>{l.value!==!1&&(l.value=!1,i&&(i.value=O),Xe(c)&&c(O))},b=O=>{if(m.disabled===!0||Xe(d)&&!d())return;const T=v.value&>T&&h(t,!0),(_.value||!T)&&g(O)},C=O=>{if(m.disabled===!0||!gt)return;const T=v.value&>T&&h(t,!1),(_.value||!T)&&w(O)},x=O=>{Qt(O)&&(m.disabled&&O?v.value&&h(t,!1):l.value!==O&&(O?g():w()))},E=()=>{l.value?C():b()};return pe(()=>m[e],x),u&&p.appContext.config.globalProperties.$route!==void 0&&pe(()=>({...p.proxy.$route}),()=>{u.value&&l.value&&C()}),et(()=>{x(m[e])}),{hide:C,show:b,toggle:E,hasUpdateHandler:v}},useModelToggleProps:a,useModelToggleEmits:o}};a6("modelValue");const r6=e=>{const t=rt();return S(()=>{var n,o;return(o=(n=t==null?void 0:t.proxy)==null?void 0:n.$props)==null?void 0:o[e]})};var Vn="top",co="bottom",fo="right",Bn="left",g2="auto",ni=[Vn,co,fo,Bn],_l="start",Os="end",HP="clippingParents",l6="viewport",ql="popper",DP="reference",v1=ni.reduce(function(e,t){return e.concat([t+"-"+_l,t+"-"+Os])},[]),Hr=[].concat(ni,[g2]).reduce(function(e,t){return e.concat([t,t+"-"+_l,t+"-"+Os])},[]),FP="beforeRead",KP="read",WP="afterRead",jP="beforeMain",qP="main",UP="afterMain",YP="beforeWrite",GP="write",XP="afterWrite",JP=[FP,KP,WP,jP,qP,UP,YP,GP,XP];function Po(e){return e?(e.nodeName||"").toLowerCase():null}function ko(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function bl(e){var t=ko(e).Element;return e instanceof t||e instanceof Element}function ao(e){var t=ko(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function y2(e){if(typeof ShadowRoot>"u")return!1;var t=ko(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function ZP(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var o=t.styles[n]||{},a=t.attributes[n]||{},r=t.elements[n];!ao(r)||!Po(r)||(Object.assign(r.style,o),Object.keys(a).forEach(function(l){var i=a[l];i===!1?r.removeAttribute(l):r.setAttribute(l,i===!0?"":i)}))})}function QP(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(o){var a=t.elements[o],r=t.attributes[o]||{},l=Object.keys(t.styles.hasOwnProperty(o)?t.styles[o]:n[o]),i=l.reduce(function(u,d){return u[d]="",u},{});!ao(a)||!Po(a)||(Object.assign(a.style,i),Object.keys(r).forEach(function(u){a.removeAttribute(u)}))})}}var s6={name:"applyStyles",enabled:!0,phase:"write",fn:ZP,effect:QP,requires:["computeStyles"]};function Io(e){return e.split("-")[0]}var yr=Math.max,Lu=Math.min,wl=Math.round;function Cl(e,t){t===void 0&&(t=!1);var n=e.getBoundingClientRect(),o=1,a=1;if(ao(e)&&t){var r=e.offsetHeight,l=e.offsetWidth;l>0&&(o=wl(n.width)/l||1),r>0&&(a=wl(n.height)/r||1)}return{width:n.width/o,height:n.height/a,top:n.top/a,right:n.right/o,bottom:n.bottom/a,left:n.left/o,x:n.left/o,y:n.top/a}}function _2(e){var t=Cl(e),n=e.offsetWidth,o=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-o)<=1&&(o=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:o}}function i6(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&y2(n)){var o=t;do{if(o&&e.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function ra(e){return ko(e).getComputedStyle(e)}function eL(e){return["table","td","th"].indexOf(Po(e))>=0}function Ya(e){return((bl(e)?e.ownerDocument:e.document)||window.document).documentElement}function Mc(e){return Po(e)==="html"?e:e.assignedSlot||e.parentNode||(y2(e)?e.host:null)||Ya(e)}function h1(e){return!ao(e)||ra(e).position==="fixed"?null:e.offsetParent}function tL(e){var t=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,n=navigator.userAgent.indexOf("Trident")!==-1;if(n&&ao(e)){var o=ra(e);if(o.position==="fixed")return null}var a=Mc(e);for(y2(a)&&(a=a.host);ao(a)&&["html","body"].indexOf(Po(a))<0;){var r=ra(a);if(r.transform!=="none"||r.perspective!=="none"||r.contain==="paint"||["transform","perspective"].indexOf(r.willChange)!==-1||t&&r.willChange==="filter"||t&&r.filter&&r.filter!=="none")return a;a=a.parentNode}return null}function oi(e){for(var t=ko(e),n=h1(e);n&&eL(n)&&ra(n).position==="static";)n=h1(n);return n&&(Po(n)==="html"||Po(n)==="body"&&ra(n).position==="static")?t:n||tL(e)||t}function b2(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function fs(e,t,n){return yr(e,Lu(t,n))}function nL(e,t,n){var o=fs(e,t,n);return o>n?n:o}function u6(){return{top:0,right:0,bottom:0,left:0}}function c6(e){return Object.assign({},u6(),e)}function d6(e,t){return t.reduce(function(n,o){return n[o]=e,n},{})}var oL=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,c6(typeof e!="number"?e:d6(e,ni))};function aL(e){var t,n=e.state,o=e.name,a=e.options,r=n.elements.arrow,l=n.modifiersData.popperOffsets,i=Io(n.placement),u=b2(i),d=[Bn,fo].indexOf(i)>=0,f=d?"height":"width";if(!(!r||!l)){var c=oL(a.padding,n),p=_2(r),h=u==="y"?Vn:Bn,m=u==="y"?co:fo,v=n.rects.reference[f]+n.rects.reference[u]-l[u]-n.rects.popper[f],_=l[u]-n.rects.reference[u],g=oi(r),w=g?u==="y"?g.clientHeight||0:g.clientWidth||0:0,b=v/2-_/2,C=c[h],x=w-p[f]-c[m],E=w/2-p[f]/2+b,O=fs(C,E,x),T=u;n.modifiersData[o]=(t={},t[T]=O,t.centerOffset=O-E,t)}}function rL(e){var t=e.state,n=e.options,o=n.element,a=o===void 0?"[data-popper-arrow]":o;a!=null&&(typeof a=="string"&&(a=t.elements.popper.querySelector(a),!a)||!i6(t.elements.popper,a)||(t.elements.arrow=a))}var lL={name:"arrow",enabled:!0,phase:"main",fn:aL,effect:rL,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function Sl(e){return e.split("-")[1]}var sL={top:"auto",right:"auto",bottom:"auto",left:"auto"};function iL(e){var t=e.x,n=e.y,o=window,a=o.devicePixelRatio||1;return{x:wl(t*a)/a||0,y:wl(n*a)/a||0}}function m1(e){var t,n=e.popper,o=e.popperRect,a=e.placement,r=e.variation,l=e.offsets,i=e.position,u=e.gpuAcceleration,d=e.adaptive,f=e.roundOffsets,c=e.isFixed,p=l.x,h=p===void 0?0:p,m=l.y,v=m===void 0?0:m,_=typeof f=="function"?f({x:h,y:v}):{x:h,y:v};h=_.x,v=_.y;var g=l.hasOwnProperty("x"),w=l.hasOwnProperty("y"),b=Bn,C=Vn,x=window;if(d){var E=oi(n),O="clientHeight",T="clientWidth";if(E===ko(n)&&(E=Ya(n),ra(E).position!=="static"&&i==="absolute"&&(O="scrollHeight",T="scrollWidth")),E=E,a===Vn||(a===Bn||a===fo)&&r===Os){C=co;var V=c&&E===x&&x.visualViewport?x.visualViewport.height:E[O];v-=V-o.height,v*=u?1:-1}if(a===Bn||(a===Vn||a===co)&&r===Os){b=fo;var L=c&&E===x&&x.visualViewport?x.visualViewport.width:E[T];h-=L-o.width,h*=u?1:-1}}var P=Object.assign({position:i},d&&sL),z=f===!0?iL({x:h,y:v}):{x:h,y:v};if(h=z.x,v=z.y,u){var j;return Object.assign({},P,(j={},j[C]=w?"0":"",j[b]=g?"0":"",j.transform=(x.devicePixelRatio||1)<=1?"translate("+h+"px, "+v+"px)":"translate3d("+h+"px, "+v+"px, 0)",j))}return Object.assign({},P,(t={},t[C]=w?v+"px":"",t[b]=g?h+"px":"",t.transform="",t))}function uL(e){var t=e.state,n=e.options,o=n.gpuAcceleration,a=o===void 0?!0:o,r=n.adaptive,l=r===void 0?!0:r,i=n.roundOffsets,u=i===void 0?!0:i,d={placement:Io(t.placement),variation:Sl(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:a,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,m1(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:l,roundOffsets:u})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,m1(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:u})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var f6={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:uL,data:{}},$i={passive:!0};function cL(e){var t=e.state,n=e.instance,o=e.options,a=o.scroll,r=a===void 0?!0:a,l=o.resize,i=l===void 0?!0:l,u=ko(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return r&&d.forEach(function(f){f.addEventListener("scroll",n.update,$i)}),i&&u.addEventListener("resize",n.update,$i),function(){r&&d.forEach(function(f){f.removeEventListener("scroll",n.update,$i)}),i&&u.removeEventListener("resize",n.update,$i)}}var p6={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:cL,data:{}},dL={left:"right",right:"left",bottom:"top",top:"bottom"};function Ji(e){return e.replace(/left|right|bottom|top/g,function(t){return dL[t]})}var fL={start:"end",end:"start"};function g1(e){return e.replace(/start|end/g,function(t){return fL[t]})}function w2(e){var t=ko(e),n=t.pageXOffset,o=t.pageYOffset;return{scrollLeft:n,scrollTop:o}}function C2(e){return Cl(Ya(e)).left+w2(e).scrollLeft}function pL(e){var t=ko(e),n=Ya(e),o=t.visualViewport,a=n.clientWidth,r=n.clientHeight,l=0,i=0;return o&&(a=o.width,r=o.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(l=o.offsetLeft,i=o.offsetTop)),{width:a,height:r,x:l+C2(e),y:i}}function vL(e){var t,n=Ya(e),o=w2(e),a=(t=e.ownerDocument)==null?void 0:t.body,r=yr(n.scrollWidth,n.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),l=yr(n.scrollHeight,n.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),i=-o.scrollLeft+C2(e),u=-o.scrollTop;return ra(a||n).direction==="rtl"&&(i+=yr(n.clientWidth,a?a.clientWidth:0)-r),{width:r,height:l,x:i,y:u}}function S2(e){var t=ra(e),n=t.overflow,o=t.overflowX,a=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+a+o)}function v6(e){return["html","body","#document"].indexOf(Po(e))>=0?e.ownerDocument.body:ao(e)&&S2(e)?e:v6(Mc(e))}function ps(e,t){var n;t===void 0&&(t=[]);var o=v6(e),a=o===((n=e.ownerDocument)==null?void 0:n.body),r=ko(o),l=a?[r].concat(r.visualViewport||[],S2(o)?o:[]):o,i=t.concat(l);return a?i:i.concat(ps(Mc(l)))}function ff(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function hL(e){var t=Cl(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 y1(e,t){return t===l6?ff(pL(e)):bl(t)?hL(t):ff(vL(Ya(e)))}function mL(e){var t=ps(Mc(e)),n=["absolute","fixed"].indexOf(ra(e).position)>=0,o=n&&ao(e)?oi(e):e;return bl(o)?t.filter(function(a){return bl(a)&&i6(a,o)&&Po(a)!=="body"}):[]}function gL(e,t,n){var o=t==="clippingParents"?mL(e):[].concat(t),a=[].concat(o,[n]),r=a[0],l=a.reduce(function(i,u){var d=y1(e,u);return i.top=yr(d.top,i.top),i.right=Lu(d.right,i.right),i.bottom=Lu(d.bottom,i.bottom),i.left=yr(d.left,i.left),i},y1(e,r));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}function h6(e){var t=e.reference,n=e.element,o=e.placement,a=o?Io(o):null,r=o?Sl(o):null,l=t.x+t.width/2-n.width/2,i=t.y+t.height/2-n.height/2,u;switch(a){case Vn:u={x:l,y:t.y-n.height};break;case co:u={x:l,y:t.y+t.height};break;case fo:u={x:t.x+t.width,y:i};break;case Bn:u={x:t.x-n.width,y:i};break;default:u={x:t.x,y:t.y}}var d=a?b2(a):null;if(d!=null){var f=d==="y"?"height":"width";switch(r){case _l:u[d]=u[d]-(t[f]/2-n[f]/2);break;case Os:u[d]=u[d]+(t[f]/2-n[f]/2);break}}return u}function Ns(e,t){t===void 0&&(t={});var n=t,o=n.placement,a=o===void 0?e.placement:o,r=n.boundary,l=r===void 0?HP:r,i=n.rootBoundary,u=i===void 0?l6:i,d=n.elementContext,f=d===void 0?ql:d,c=n.altBoundary,p=c===void 0?!1:c,h=n.padding,m=h===void 0?0:h,v=c6(typeof m!="number"?m:d6(m,ni)),_=f===ql?DP:ql,g=e.rects.popper,w=e.elements[p?_:f],b=gL(bl(w)?w:w.contextElement||Ya(e.elements.popper),l,u),C=Cl(e.elements.reference),x=h6({reference:C,element:g,strategy:"absolute",placement:a}),E=ff(Object.assign({},g,x)),O=f===ql?E:C,T={top:b.top-O.top+v.top,bottom:O.bottom-b.bottom+v.bottom,left:b.left-O.left+v.left,right:O.right-b.right+v.right},V=e.modifiersData.offset;if(f===ql&&V){var L=V[a];Object.keys(T).forEach(function(P){var z=[fo,co].indexOf(P)>=0?1:-1,j=[Vn,co].indexOf(P)>=0?"y":"x";T[P]+=L[j]*z})}return T}function yL(e,t){t===void 0&&(t={});var n=t,o=n.placement,a=n.boundary,r=n.rootBoundary,l=n.padding,i=n.flipVariations,u=n.allowedAutoPlacements,d=u===void 0?Hr:u,f=Sl(o),c=f?i?v1:v1.filter(function(m){return Sl(m)===f}):ni,p=c.filter(function(m){return d.indexOf(m)>=0});p.length===0&&(p=c);var h=p.reduce(function(m,v){return m[v]=Ns(e,{placement:v,boundary:a,rootBoundary:r,padding:l})[Io(v)],m},{});return Object.keys(h).sort(function(m,v){return h[m]-h[v]})}function _L(e){if(Io(e)===g2)return[];var t=Ji(e);return[g1(e),t,g1(t)]}function bL(e){var t=e.state,n=e.options,o=e.name;if(!t.modifiersData[o]._skip){for(var a=n.mainAxis,r=a===void 0?!0:a,l=n.altAxis,i=l===void 0?!0:l,u=n.fallbackPlacements,d=n.padding,f=n.boundary,c=n.rootBoundary,p=n.altBoundary,h=n.flipVariations,m=h===void 0?!0:h,v=n.allowedAutoPlacements,_=t.options.placement,g=Io(_),w=g===_,b=u||(w||!m?[Ji(_)]:_L(_)),C=[_].concat(b).reduce(function(se,_e){return se.concat(Io(_e)===g2?yL(t,{placement:_e,boundary:f,rootBoundary:c,padding:d,flipVariations:m,allowedAutoPlacements:v}):_e)},[]),x=t.rects.reference,E=t.rects.popper,O=new Map,T=!0,V=C[0],L=0;L=0,F=K?"width":"height",B=Ns(t,{placement:P,boundary:f,rootBoundary:c,altBoundary:p,padding:d}),I=K?j?fo:Bn:j?co:Vn;x[F]>E[F]&&(I=Ji(I));var H=Ji(I),N=[];if(r&&N.push(B[z]<=0),i&&N.push(B[I]<=0,B[H]<=0),N.every(function(se){return se})){V=P,T=!1;break}O.set(P,N)}if(T)for(var D=m?3:1,q=function(se){var _e=C.find(function(Q){var le=O.get(Q);if(le)return le.slice(0,se).every(function(ae){return ae})});if(_e)return V=_e,"break"},Y=D;Y>0;Y--){var J=q(Y);if(J==="break")break}t.placement!==V&&(t.modifiersData[o]._skip=!0,t.placement=V,t.reset=!0)}}var wL={name:"flip",enabled:!0,phase:"main",fn:bL,requiresIfExists:["offset"],data:{_skip:!1}};function _1(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function b1(e){return[Vn,fo,co,Bn].some(function(t){return e[t]>=0})}function CL(e){var t=e.state,n=e.name,o=t.rects.reference,a=t.rects.popper,r=t.modifiersData.preventOverflow,l=Ns(t,{elementContext:"reference"}),i=Ns(t,{altBoundary:!0}),u=_1(l,o),d=_1(i,a,r),f=b1(u),c=b1(d);t.modifiersData[n]={referenceClippingOffsets:u,popperEscapeOffsets:d,isReferenceHidden:f,hasPopperEscaped:c},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":c})}var SL={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:CL};function kL(e,t,n){var o=Io(e),a=[Bn,Vn].indexOf(o)>=0?-1:1,r=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,l=r[0],i=r[1];return l=l||0,i=(i||0)*a,[Bn,fo].indexOf(o)>=0?{x:i,y:l}:{x:l,y:i}}function EL(e){var t=e.state,n=e.options,o=e.name,a=n.offset,r=a===void 0?[0,0]:a,l=Hr.reduce(function(f,c){return f[c]=kL(c,t.rects,r),f},{}),i=l[t.placement],u=i.x,d=i.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=u,t.modifiersData.popperOffsets.y+=d),t.modifiersData[o]=l}var xL={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:EL};function ML(e){var t=e.state,n=e.name;t.modifiersData[n]=h6({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var m6={name:"popperOffsets",enabled:!0,phase:"read",fn:ML,data:{}};function $L(e){return e==="x"?"y":"x"}function TL(e){var t=e.state,n=e.options,o=e.name,a=n.mainAxis,r=a===void 0?!0:a,l=n.altAxis,i=l===void 0?!1:l,u=n.boundary,d=n.rootBoundary,f=n.altBoundary,c=n.padding,p=n.tether,h=p===void 0?!0:p,m=n.tetherOffset,v=m===void 0?0:m,_=Ns(t,{boundary:u,rootBoundary:d,padding:c,altBoundary:f}),g=Io(t.placement),w=Sl(t.placement),b=!w,C=b2(g),x=$L(C),E=t.modifiersData.popperOffsets,O=t.rects.reference,T=t.rects.popper,V=typeof v=="function"?v(Object.assign({},t.rects,{placement:t.placement})):v,L=typeof V=="number"?{mainAxis:V,altAxis:V}:Object.assign({mainAxis:0,altAxis:0},V),P=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,z={x:0,y:0};if(E){if(r){var j,K=C==="y"?Vn:Bn,F=C==="y"?co:fo,B=C==="y"?"height":"width",I=E[C],H=I+_[K],N=I-_[F],D=h?-T[B]/2:0,q=w===_l?O[B]:T[B],Y=w===_l?-T[B]:-O[B],J=t.elements.arrow,se=h&&J?_2(J):{width:0,height:0},_e=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:u6(),Q=_e[K],le=_e[F],ae=fs(0,O[B],se[B]),Te=b?O[B]/2-D-ae-Q-L.mainAxis:q-ae-Q-L.mainAxis,ce=b?-O[B]/2+D+ae+le+L.mainAxis:Y+ae+le+L.mainAxis,ge=t.elements.arrow&&oi(t.elements.arrow),Ae=ge?C==="y"?ge.clientTop||0:ge.clientLeft||0:0,U=(j=P==null?void 0:P[C])!=null?j:0,te=I+Te-U-Ae,ve=I+ce-U,be=fs(h?Lu(H,te):H,I,h?yr(N,ve):N);E[C]=be,z[C]=be-I}if(i){var ue,ye=C==="x"?Vn:Bn,we=C==="x"?co:fo,Ce=E[x],he=x==="y"?"height":"width",Se=Ce+_[ye],Re=Ce-_[we],He=[Vn,Bn].indexOf(g)!==-1,de=(ue=P==null?void 0:P[x])!=null?ue:0,Le=He?Se:Ce-O[he]-T[he]-de+L.altAxis,Ue=He?Ce+O[he]+T[he]-de-L.altAxis:Re,ot=h&&He?nL(Le,Ce,Ue):fs(h?Le:Se,Ce,h?Ue:Re);E[x]=ot,z[x]=ot-Ce}t.modifiersData[o]=z}}var AL={name:"preventOverflow",enabled:!0,phase:"main",fn:TL,requiresIfExists:["offset"]};function OL(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function NL(e){return e===ko(e)||!ao(e)?w2(e):OL(e)}function IL(e){var t=e.getBoundingClientRect(),n=wl(t.width)/e.offsetWidth||1,o=wl(t.height)/e.offsetHeight||1;return n!==1||o!==1}function RL(e,t,n){n===void 0&&(n=!1);var o=ao(t),a=ao(t)&&IL(t),r=Ya(t),l=Cl(e,a),i={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(o||!o&&!n)&&((Po(t)!=="body"||S2(r))&&(i=NL(t)),ao(t)?(u=Cl(t,!0),u.x+=t.clientLeft,u.y+=t.clientTop):r&&(u.x=C2(r))),{x:l.left+i.scrollLeft-u.x,y:l.top+i.scrollTop-u.y,width:l.width,height:l.height}}function PL(e){var t=new Map,n=new Set,o=[];e.forEach(function(r){t.set(r.name,r)});function a(r){n.add(r.name);var l=[].concat(r.requires||[],r.requiresIfExists||[]);l.forEach(function(i){if(!n.has(i)){var u=t.get(i);u&&a(u)}}),o.push(r)}return e.forEach(function(r){n.has(r.name)||a(r)}),o}function LL(e){var t=PL(e);return JP.reduce(function(n,o){return n.concat(t.filter(function(a){return a.phase===o}))},[])}function VL(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function BL(e){var t=e.reduce(function(n,o){var a=n[o.name];return n[o.name]=a?Object.assign({},a,o,{options:Object.assign({},a.options,o.options),data:Object.assign({},a.data,o.data)}):o,n},{});return Object.keys(t).map(function(n){return t[n]})}var w1={placement:"bottom",modifiers:[],strategy:"absolute"};function C1(){for(var e=arguments.length,t=new Array(e),n=0;n{const o={name:"updateState",enabled:!0,phase:"write",fn:({state:u})=>{const d=KL(u);Object.assign(l.value,d)},requires:["computeStyles"]},a=S(()=>{const{onFirstUpdate:u,placement:d,strategy:f,modifiers:c}=s(n);return{onFirstUpdate:u,placement:d||"bottom",strategy:f||"absolute",modifiers:[...c||[],o,{name:"applyStyles",enabled:!1}]}}),r=Rt(),l=R({styles:{popper:{position:s(a).strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),i=()=>{r.value&&(r.value.destroy(),r.value=void 0)};return pe(a,u=>{const d=s(r);d&&d.setOptions(u)},{deep:!0}),pe([e,t],([u,d])=>{i(),!(!u||!d)&&(r.value=DL(u,d,s(a)))}),It(()=>{i()}),{state:S(()=>{var u;return{...((u=s(r))==null?void 0:u.state)||{}}}),styles:S(()=>s(l).styles),attributes:S(()=>s(l).attributes),update:()=>{var u;return(u=s(r))==null?void 0:u.update()},forceUpdate:()=>{var u;return(u=s(r))==null?void 0:u.forceUpdate()},instanceRef:S(()=>s(r))}};function KL(e){const t=Object.keys(e.elements),n=Pu(t.map(a=>[a,e.styles[a]||{}])),o=Pu(t.map(a=>[a,e.attributes[a]]));return{styles:n,attributes:o}}const E2=e=>{if(!e)return{onClick:Et,onMousedown:Et,onMouseup:Et};let t=!1,n=!1;return{onClick:l=>{t&&n&&e(l),t=n=!1},onMousedown:l=>{t=l.target===l.currentTarget},onMouseup:l=>{n=l.target===l.currentTarget}}},WL=(e,t=0)=>{if(t===0)return e;const n=R(!1);let o=0;const a=()=>{o&&clearTimeout(o),o=window.setTimeout(()=>{n.value=e.value},t)};return et(a),pe(()=>e.value,r=>{r?a():n.value=r}),n};function S1(){let e;const t=(o,a)=>{n(),e=window.setTimeout(o,a)},n=()=>window.clearTimeout(e);return Xs(()=>n()),{registerTimeout:t,cancelTimeout:n}}const k1={prefix:Math.floor(Math.random()*1e4),current:0},jL=Symbol("elIdInjection"),x2=()=>rt()?Pe(jL,k1):k1,kn=e=>{const t=x2(),n=h2();return S(()=>s(e)||`${n.value}-id-${t.prefix}-${t.current++}`)};let Yr=[];const E1=e=>{const t=e;t.key===Ke.esc&&Yr.forEach(n=>n(t))},qL=e=>{et(()=>{Yr.length===0&&document.addEventListener("keydown",E1),gt&&Yr.push(e)}),It(()=>{Yr=Yr.filter(t=>t!==e),Yr.length===0&>&&document.removeEventListener("keydown",E1)})};let x1;const g6=()=>{const e=h2(),t=x2(),n=S(()=>`${e.value}-popper-container-${t.prefix}`),o=S(()=>`#${n.value}`);return{id:n,selector:o}},UL=e=>{const t=document.createElement("div");return t.id=e,document.body.appendChild(t),t},YL=()=>{const{id:e,selector:t}=g6();return cc(()=>{gt&&!x1&&!document.body.querySelector(t.value)&&(x1=UL(e.value))}),{id:e,selector:t}},GL=Ee({showAfter:{type:Number,default:0},hideAfter:{type:Number,default:200},autoClose:{type:Number,default:0}}),XL=({showAfter:e,hideAfter:t,autoClose:n,open:o,close:a})=>{const{registerTimeout:r}=S1(),{registerTimeout:l,cancelTimeout:i}=S1();return{onOpen:f=>{r(()=>{o(f);const c=s(n);Ye(c)&&c>0&&l(()=>{a(f)},c)},s(e))},onClose:f=>{i(),r(()=>{a(f)},s(t))}}},y6=Symbol("elForwardRef"),JL=e=>{pt(y6,{setForwardRef:n=>{e.value=n}})},ZL=e=>({mounted(t){e(t)},updated(t){e(t)},unmounted(){e(null)}}),M1={current:0},$1=R(0),_6=2e3,T1=Symbol("elZIndexContextKey"),b6=Symbol("zIndexContextKey"),zl=e=>{const t=rt()?Pe(T1,M1):M1,n=e||(rt()?Pe(b6,void 0):void 0),o=S(()=>{const l=s(n);return Ye(l)?l:_6}),a=S(()=>o.value+$1.value),r=()=>(t.current++,$1.value=t.current,a.value);return!gt&&Pe(T1),{initialZIndex:o,currentZIndex:a,nextZIndex:r}},kl=Math.min,_r=Math.max,Vu=Math.round,Ti=Math.floor,Wa=e=>({x:e,y:e}),QL={left:"right",right:"left",bottom:"top",top:"bottom"},eV={start:"end",end:"start"};function pf(e,t,n){return _r(e,kl(t,n))}function ai(e,t){return typeof e=="function"?e(t):e}function Tr(e){return e.split("-")[0]}function ri(e){return e.split("-")[1]}function w6(e){return e==="x"?"y":"x"}function M2(e){return e==="y"?"height":"width"}function $c(e){return["top","bottom"].includes(Tr(e))?"y":"x"}function $2(e){return w6($c(e))}function tV(e,t,n){n===void 0&&(n=!1);const o=ri(e),a=$2(e),r=M2(a);let l=a==="x"?o===(n?"end":"start")?"right":"left":o==="start"?"bottom":"top";return t.reference[r]>t.floating[r]&&(l=Bu(l)),[l,Bu(l)]}function nV(e){const t=Bu(e);return[vf(e),t,vf(t)]}function vf(e){return e.replace(/start|end/g,t=>eV[t])}function oV(e,t,n){const o=["left","right"],a=["right","left"],r=["top","bottom"],l=["bottom","top"];switch(e){case"top":case"bottom":return n?t?a:o:t?o:a;case"left":case"right":return t?r:l;default:return[]}}function aV(e,t,n,o){const a=ri(e);let r=oV(Tr(e),n==="start",o);return a&&(r=r.map(l=>l+"-"+a),t&&(r=r.concat(r.map(vf)))),r}function Bu(e){return e.replace(/left|right|bottom|top/g,t=>QL[t])}function rV(e){return{top:0,right:0,bottom:0,left:0,...e}}function C6(e){return typeof e!="number"?rV(e):{top:e,right:e,bottom:e,left:e}}function zu(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function A1(e,t,n){let{reference:o,floating:a}=e;const r=$c(t),l=$2(t),i=M2(l),u=Tr(t),d=r==="y",f=o.x+o.width/2-a.width/2,c=o.y+o.height/2-a.height/2,p=o[i]/2-a[i]/2;let h;switch(u){case"top":h={x:f,y:o.y-a.height};break;case"bottom":h={x:f,y:o.y+o.height};break;case"right":h={x:o.x+o.width,y:c};break;case"left":h={x:o.x-a.width,y:c};break;default:h={x:o.x,y:o.y}}switch(ri(t)){case"start":h[l]-=p*(n&&d?-1:1);break;case"end":h[l]+=p*(n&&d?-1:1);break}return h}const lV=async(e,t,n)=>{const{placement:o="bottom",strategy:a="absolute",middleware:r=[],platform:l}=n,i=r.filter(Boolean),u=await(l.isRTL==null?void 0:l.isRTL(t));let d=await l.getElementRects({reference:e,floating:t,strategy:a}),{x:f,y:c}=A1(d,o,u),p=o,h={},m=0;for(let v=0;v({name:"arrow",options:e,async fn(t){const{x:n,y:o,placement:a,rects:r,platform:l,elements:i,middlewareData:u}=t,{element:d,padding:f=0}=ai(e,t)||{};if(d==null)return{};const c=C6(f),p={x:n,y:o},h=$2(a),m=M2(h),v=await l.getDimensions(d),_=h==="y",g=_?"top":"left",w=_?"bottom":"right",b=_?"clientHeight":"clientWidth",C=r.reference[m]+r.reference[h]-p[h]-r.floating[m],x=p[h]-r.reference[h],E=await(l.getOffsetParent==null?void 0:l.getOffsetParent(d));let O=E?E[b]:0;(!O||!await(l.isElement==null?void 0:l.isElement(E)))&&(O=i.floating[b]||r.floating[m]);const T=C/2-x/2,V=O/2-v[m]/2-1,L=kl(c[g],V),P=kl(c[w],V),z=L,j=O-v[m]-P,K=O/2-v[m]/2+T,F=pf(z,K,j),B=!u.arrow&&ri(a)!=null&&K!==F&&r.reference[m]/2-(Kz<=0)){var V,L;const z=(((V=r.flip)==null?void 0:V.index)||0)+1,j=x[z];if(j)return{data:{index:z,overflows:T},reset:{placement:j}};let K=(L=T.filter(F=>F.overflows[0]<=0).sort((F,B)=>F.overflows[1]-B.overflows[1])[0])==null?void 0:L.placement;if(!K)switch(h){case"bestFit":{var P;const F=(P=T.map(B=>[B.placement,B.overflows.filter(I=>I>0).reduce((I,H)=>I+H,0)]).sort((B,I)=>B[1]-I[1])[0])==null?void 0:P[0];F&&(K=F);break}case"initialPlacement":K=i;break}if(a!==K)return{reset:{placement:K}}}return{}}}};async function uV(e,t){const{placement:n,platform:o,elements:a}=e,r=await(o.isRTL==null?void 0:o.isRTL(a.floating)),l=Tr(n),i=ri(n),u=$c(n)==="y",d=["left","top"].includes(l)?-1:1,f=r&&u?-1:1,c=ai(t,e);let{mainAxis:p,crossAxis:h,alignmentAxis:m}=typeof c=="number"?{mainAxis:c,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...c};return i&&typeof m=="number"&&(h=i==="end"?m*-1:m),u?{x:h*f,y:p*d}:{x:p*d,y:h*f}}const S6=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,o;const{x:a,y:r,placement:l,middlewareData:i}=t,u=await uV(t,e);return l===((n=i.offset)==null?void 0:n.placement)&&(o=i.arrow)!=null&&o.alignmentOffset?{}:{x:a+u.x,y:r+u.y,data:{...u,placement:l}}}}},cV=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:o,placement:a}=t,{mainAxis:r=!0,crossAxis:l=!1,limiter:i={fn:_=>{let{x:g,y:w}=_;return{x:g,y:w}}},...u}=ai(e,t),d={x:n,y:o},f=await T2(t,u),c=$c(Tr(a)),p=w6(c);let h=d[p],m=d[c];if(r){const _=p==="y"?"top":"left",g=p==="y"?"bottom":"right",w=h+f[_],b=h-f[g];h=pf(w,h,b)}if(l){const _=c==="y"?"top":"left",g=c==="y"?"bottom":"right",w=m+f[_],b=m-f[g];m=pf(w,m,b)}const v=i.fn({...t,[p]:h,[c]:m});return{...v,data:{x:v.x-n,y:v.y-o}}}}};function ja(e){return k6(e)?(e.nodeName||"").toLowerCase():"#document"}function Gn(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function va(e){var t;return(t=(k6(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function k6(e){return e instanceof Node||e instanceof Gn(e).Node}function la(e){return e instanceof Element||e instanceof Gn(e).Element}function Lo(e){return e instanceof HTMLElement||e instanceof Gn(e).HTMLElement}function O1(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Gn(e).ShadowRoot}function li(e){const{overflow:t,overflowX:n,overflowY:o,display:a}=po(e);return/auto|scroll|overlay|hidden|clip/.test(t+o+n)&&!["inline","contents"].includes(a)}function dV(e){return["table","td","th"].includes(ja(e))}function A2(e){const t=O2(),n=po(e);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(o=>(n.willChange||"").includes(o))||["paint","layout","strict","content"].some(o=>(n.contain||"").includes(o))}function fV(e){let t=El(e);for(;Lo(t)&&!Tc(t);){if(A2(t))return t;t=El(t)}return null}function O2(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Tc(e){return["html","body","#document"].includes(ja(e))}function po(e){return Gn(e).getComputedStyle(e)}function Ac(e){return la(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function El(e){if(ja(e)==="html")return e;const t=e.assignedSlot||e.parentNode||O1(e)&&e.host||va(e);return O1(t)?t.host:t}function E6(e){const t=El(e);return Tc(t)?e.ownerDocument?e.ownerDocument.body:e.body:Lo(t)&&li(t)?t:E6(t)}function Is(e,t,n){var o;t===void 0&&(t=[]),n===void 0&&(n=!0);const a=E6(e),r=a===((o=e.ownerDocument)==null?void 0:o.body),l=Gn(a);return r?t.concat(l,l.visualViewport||[],li(a)?a:[],l.frameElement&&n?Is(l.frameElement):[]):t.concat(a,Is(a,[],n))}function x6(e){const t=po(e);let n=parseFloat(t.width)||0,o=parseFloat(t.height)||0;const a=Lo(e),r=a?e.offsetWidth:n,l=a?e.offsetHeight:o,i=Vu(n)!==r||Vu(o)!==l;return i&&(n=r,o=l),{width:n,height:o,$:i}}function N2(e){return la(e)?e:e.contextElement}function sl(e){const t=N2(e);if(!Lo(t))return Wa(1);const n=t.getBoundingClientRect(),{width:o,height:a,$:r}=x6(t);let l=(r?Vu(n.width):n.width)/o,i=(r?Vu(n.height):n.height)/a;return(!l||!Number.isFinite(l))&&(l=1),(!i||!Number.isFinite(i))&&(i=1),{x:l,y:i}}const pV=Wa(0);function M6(e){const t=Gn(e);return!O2()||!t.visualViewport?pV:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function vV(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==Gn(e)?!1:t}function Ar(e,t,n,o){t===void 0&&(t=!1),n===void 0&&(n=!1);const a=e.getBoundingClientRect(),r=N2(e);let l=Wa(1);t&&(o?la(o)&&(l=sl(o)):l=sl(e));const i=vV(r,n,o)?M6(r):Wa(0);let u=(a.left+i.x)/l.x,d=(a.top+i.y)/l.y,f=a.width/l.x,c=a.height/l.y;if(r){const p=Gn(r),h=o&&la(o)?Gn(o):o;let m=p,v=m.frameElement;for(;v&&o&&h!==m;){const _=sl(v),g=v.getBoundingClientRect(),w=po(v),b=g.left+(v.clientLeft+parseFloat(w.paddingLeft))*_.x,C=g.top+(v.clientTop+parseFloat(w.paddingTop))*_.y;u*=_.x,d*=_.y,f*=_.x,c*=_.y,u+=b,d+=C,m=Gn(v),v=m.frameElement}}return zu({width:f,height:c,x:u,y:d})}const hV=[":popover-open",":modal"];function $6(e){return hV.some(t=>{try{return e.matches(t)}catch{return!1}})}function mV(e){let{elements:t,rect:n,offsetParent:o,strategy:a}=e;const r=a==="fixed",l=va(o),i=t?$6(t.floating):!1;if(o===l||i&&r)return n;let u={scrollLeft:0,scrollTop:0},d=Wa(1);const f=Wa(0),c=Lo(o);if((c||!c&&!r)&&((ja(o)!=="body"||li(l))&&(u=Ac(o)),Lo(o))){const p=Ar(o);d=sl(o),f.x=p.x+o.clientLeft,f.y=p.y+o.clientTop}return{width:n.width*d.x,height:n.height*d.y,x:n.x*d.x-u.scrollLeft*d.x+f.x,y:n.y*d.y-u.scrollTop*d.y+f.y}}function gV(e){return Array.from(e.getClientRects())}function T6(e){return Ar(va(e)).left+Ac(e).scrollLeft}function yV(e){const t=va(e),n=Ac(e),o=e.ownerDocument.body,a=_r(t.scrollWidth,t.clientWidth,o.scrollWidth,o.clientWidth),r=_r(t.scrollHeight,t.clientHeight,o.scrollHeight,o.clientHeight);let l=-n.scrollLeft+T6(e);const i=-n.scrollTop;return po(o).direction==="rtl"&&(l+=_r(t.clientWidth,o.clientWidth)-a),{width:a,height:r,x:l,y:i}}function _V(e,t){const n=Gn(e),o=va(e),a=n.visualViewport;let r=o.clientWidth,l=o.clientHeight,i=0,u=0;if(a){r=a.width,l=a.height;const d=O2();(!d||d&&t==="fixed")&&(i=a.offsetLeft,u=a.offsetTop)}return{width:r,height:l,x:i,y:u}}function bV(e,t){const n=Ar(e,!0,t==="fixed"),o=n.top+e.clientTop,a=n.left+e.clientLeft,r=Lo(e)?sl(e):Wa(1),l=e.clientWidth*r.x,i=e.clientHeight*r.y,u=a*r.x,d=o*r.y;return{width:l,height:i,x:u,y:d}}function N1(e,t,n){let o;if(t==="viewport")o=_V(e,n);else if(t==="document")o=yV(va(e));else if(la(t))o=bV(t,n);else{const a=M6(e);o={...t,x:t.x-a.x,y:t.y-a.y}}return zu(o)}function A6(e,t){const n=El(e);return n===t||!la(n)||Tc(n)?!1:po(n).position==="fixed"||A6(n,t)}function wV(e,t){const n=t.get(e);if(n)return n;let o=Is(e,[],!1).filter(i=>la(i)&&ja(i)!=="body"),a=null;const r=po(e).position==="fixed";let l=r?El(e):e;for(;la(l)&&!Tc(l);){const i=po(l),u=A2(l);!u&&i.position==="fixed"&&(a=null),(r?!u&&!a:!u&&i.position==="static"&&!!a&&["absolute","fixed"].includes(a.position)||li(l)&&!u&&A6(e,l))?o=o.filter(f=>f!==l):a=i,l=El(l)}return t.set(e,o),o}function CV(e){let{element:t,boundary:n,rootBoundary:o,strategy:a}=e;const l=[...n==="clippingAncestors"?wV(t,this._c):[].concat(n),o],i=l[0],u=l.reduce((d,f)=>{const c=N1(t,f,a);return d.top=_r(c.top,d.top),d.right=kl(c.right,d.right),d.bottom=kl(c.bottom,d.bottom),d.left=_r(c.left,d.left),d},N1(t,i,a));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function SV(e){const{width:t,height:n}=x6(e);return{width:t,height:n}}function kV(e,t,n){const o=Lo(t),a=va(t),r=n==="fixed",l=Ar(e,!0,r,t);let i={scrollLeft:0,scrollTop:0};const u=Wa(0);if(o||!o&&!r)if((ja(t)!=="body"||li(a))&&(i=Ac(t)),o){const c=Ar(t,!0,r,t);u.x=c.x+t.clientLeft,u.y=c.y+t.clientTop}else a&&(u.x=T6(a));const d=l.left+i.scrollLeft-u.x,f=l.top+i.scrollTop-u.y;return{x:d,y:f,width:l.width,height:l.height}}function I1(e,t){return!Lo(e)||po(e).position==="fixed"?null:t?t(e):e.offsetParent}function O6(e,t){const n=Gn(e);if(!Lo(e)||$6(e))return n;let o=I1(e,t);for(;o&&dV(o)&&po(o).position==="static";)o=I1(o,t);return o&&(ja(o)==="html"||ja(o)==="body"&&po(o).position==="static"&&!A2(o))?n:o||fV(e)||n}const EV=async function(e){const t=this.getOffsetParent||O6,n=this.getDimensions;return{reference:kV(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,...await n(e.floating)}}};function xV(e){return po(e).direction==="rtl"}const MV={convertOffsetParentRelativeRectToViewportRelativeRect:mV,getDocumentElement:va,getClippingRect:CV,getOffsetParent:O6,getElementRects:EV,getClientRects:gV,getDimensions:SV,getScale:sl,isElement:la,isRTL:xV};function $V(e,t){let n=null,o;const a=va(e);function r(){var i;clearTimeout(o),(i=n)==null||i.disconnect(),n=null}function l(i,u){i===void 0&&(i=!1),u===void 0&&(u=1),r();const{left:d,top:f,width:c,height:p}=e.getBoundingClientRect();if(i||t(),!c||!p)return;const h=Ti(f),m=Ti(a.clientWidth-(d+c)),v=Ti(a.clientHeight-(f+p)),_=Ti(d),w={rootMargin:-h+"px "+-m+"px "+-v+"px "+-_+"px",threshold:_r(0,kl(1,u))||1};let b=!0;function C(x){const E=x[0].intersectionRatio;if(E!==u){if(!b)return l();E?l(!1,E):o=setTimeout(()=>{l(!1,1e-7)},100)}b=!1}try{n=new IntersectionObserver(C,{...w,root:a.ownerDocument})}catch{n=new IntersectionObserver(C,w)}n.observe(e)}return l(!0),r}function TV(e,t,n,o){o===void 0&&(o={});const{ancestorScroll:a=!0,ancestorResize:r=!0,elementResize:l=typeof ResizeObserver=="function",layoutShift:i=typeof IntersectionObserver=="function",animationFrame:u=!1}=o,d=N2(e),f=a||r?[...d?Is(d):[],...Is(t)]:[];f.forEach(g=>{a&&g.addEventListener("scroll",n,{passive:!0}),r&&g.addEventListener("resize",n)});const c=d&&i?$V(d,n):null;let p=-1,h=null;l&&(h=new ResizeObserver(g=>{let[w]=g;w&&w.target===d&&h&&(h.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var b;(b=h)==null||b.observe(t)})),n()}),d&&!u&&h.observe(d),h.observe(t));let m,v=u?Ar(e):null;u&&_();function _(){const g=Ar(e);v&&(g.x!==v.x||g.y!==v.y||g.width!==v.width||g.height!==v.height)&&n(),v=g,m=requestAnimationFrame(_)}return n(),()=>{var g;f.forEach(w=>{a&&w.removeEventListener("scroll",n),r&&w.removeEventListener("resize",n)}),c==null||c(),(g=h)==null||g.disconnect(),h=null,u&&cancelAnimationFrame(m)}}const AV=cV,OV=iV,N6=sV,I6=(e,t,n)=>{const o=new Map,a={platform:MV,...n},r={...a.platform,_c:o};return lV(e,t,{...a,platform:r})};Ee({});const NV=e=>{if(!gt)return;if(!e)return e;const t=Ln(e);return t||(Pt(e)?t:e)},IV=({middleware:e,placement:t,strategy:n})=>{const o=R(),a=R(),r=R(),l=R(),i=R({}),u={x:r,y:l,placement:t,strategy:n,middlewareData:i},d=async()=>{if(!gt)return;const f=NV(o),c=Ln(a);if(!f||!c)return;const p=await I6(f,c,{placement:s(t),strategy:s(n),middleware:s(e)});yl(u).forEach(h=>{u[h].value=p[h]})};return et(()=>{gn(()=>{d()})}),{...u,update:d,referenceRef:o,contentRef:a}},RV=({arrowRef:e,padding:t})=>({name:"arrow",options:{element:e,padding:t},fn(n){const o=s(e);return o?N6({element:o,padding:t}).fn(n):{}}});function PV(e){const t=R();function n(){if(e.value==null)return;const{selectionStart:a,selectionEnd:r,value:l}=e.value;if(a==null||r==null)return;const i=l.slice(0,Math.max(0,a)),u=l.slice(Math.max(0,r));t.value={selectionStart:a,selectionEnd:r,value:l,beforeTxt:i,afterTxt:u}}function o(){if(e.value==null||t.value==null)return;const{value:a}=e.value,{beforeTxt:r,afterTxt:l,selectionStart:i}=t.value;if(r==null||l==null||i==null)return;let u=a.length;if(a.endsWith(l))u=a.length-l.length;else if(a.startsWith(r))u=r.length;else{const d=r[i-1],f=a.indexOf(d,i-1);f!==-1&&(u=f+1)}e.value.setSelectionRange(u,u)}return[n,o]}const LV=(e,t,n)=>La(e.subTree).filter(r=>{var l;return zt(r)&&((l=r.type)==null?void 0:l.name)===t&&!!r.component}).map(r=>r.component.uid).map(r=>n[r]).filter(r=>!!r),I2=(e,t)=>{const n={},o=Rt([]);return{children:o,addChild:l=>{n[l.uid]=l,o.value=LV(e,t,n)},removeChild:l=>{delete n[l],o.value=o.value.filter(i=>i.uid!==l)}}},cn=So({type:String,values:zo,required:!1}),R6=Symbol("size"),VV=()=>{const e=Pe(R6,{});return S(()=>s(e.size)||"")};function Oc(e,{afterFocus:t,beforeBlur:n,afterBlur:o}={}){const a=rt(),{emit:r}=a,l=Rt(),i=R(!1),u=c=>{i.value||(i.value=!0,r("focus",c),t==null||t())},d=c=>{var p;Xe(n)&&n(c)||c.relatedTarget&&((p=l.value)!=null&&p.contains(c.relatedTarget))||(i.value=!1,r("blur",c),o==null||o())},f=()=>{var c;(c=e.value)==null||c.focus()};return pe(l,c=>{c&&c.setAttribute("tabindex","-1")}),Vt(l,"click",f),{wrapperRef:l,isFocused:i,handleFocus:u,handleBlur:d}}const P6=Symbol(),Hu=R();function Nc(e,t=void 0){const n=rt()?Pe(P6,Hu):Hu;return e?S(()=>{var o,a;return(a=(o=n.value)==null?void 0:o[e])!=null?a:t}):n}function Ic(e,t){const n=Nc(),o=me(e,S(()=>{var i;return((i=n.value)==null?void 0:i.namespace)||ds})),a=_t(S(()=>{var i;return(i=n.value)==null?void 0:i.locale})),r=zl(S(()=>{var i;return((i=n.value)==null?void 0:i.zIndex)||_6})),l=S(()=>{var i;return s(t)||((i=n.value)==null?void 0:i.size)||""});return R2(S(()=>s(n)||{})),{ns:o,locale:a,zIndex:r,size:l}}const R2=(e,t,n=!1)=>{var o;const a=!!rt(),r=a?Nc():void 0,l=(o=t==null?void 0:t.provide)!=null?o:a?pt:void 0;if(!l)return;const i=S(()=>{const u=s(e);return r!=null&&r.value?BV(r.value,u):u});return l(P6,i),l(n6,S(()=>i.value.locale)),l(o6,S(()=>i.value.namespace)),l(b6,S(()=>i.value.zIndex)),l(R6,{size:S(()=>i.value.size||"")}),(n||!Hu.value)&&(Hu.value=i.value),i},BV=(e,t)=>{var n;const o=[...new Set([...yl(e),...yl(t)])],a={};for(const r of o)a[r]=(n=t[r])!=null?n:e[r];return a},zV=Ee({a11y:{type:Boolean,default:!0},locale:{type:X(Object)},size:cn,button:{type:X(Object)},experimentalFeatures:{type:X(Object)},keyboardNavigation:{type:Boolean,default:!0},message:{type:X(Object)},zIndex:Number,namespace:{type:String,default:"el"}}),hf={},HV=A({name:"ElConfigProvider",props:zV,setup(e,{slots:t}){pe(()=>e.message,o=>{Object.assign(hf,o??{})},{immediate:!0,deep:!0});const n=R2(e);return()=>re(t,"default",{config:n==null?void 0:n.value})}}),DV=lt(HV),FV="2.6.3",KV=(e=[])=>({version:FV,install:(n,o)=>{n[f1]||(n[f1]=!0,e.forEach(a=>n.use(a)),o&&R2(o,n,!0))}}),WV=Ee({zIndex:{type:X([Number,String]),default:100},target:{type:String,default:""},offset:{type:Number,default:0},position:{type:String,values:["top","bottom"],default:"top"}}),jV={scroll:({scrollTop:e,fixed:t})=>Ye(e)&&Qt(t),[Bt]:e=>Qt(e)};var xe=(e,t)=>{const n=e.__vccOpts||e;for(const[o,a]of t)n[o]=a;return n};const L6="ElAffix",qV=A({name:L6}),UV=A({...qV,props:WV,emits:jV,setup(e,{expose:t,emit:n}){const o=e,a=me("affix"),r=Rt(),l=Rt(),i=Rt(),{height:u}=T5(),{height:d,width:f,top:c,bottom:p,update:h}=Mv(l,{windowScroll:!1}),m=Mv(r),v=R(!1),_=R(0),g=R(0),w=S(()=>({height:v.value?`${d.value}px`:"",width:v.value?`${f.value}px`:""})),b=S(()=>{if(!v.value)return{};const E=o.offset?Xt(o.offset):0;return{height:`${d.value}px`,width:`${f.value}px`,top:o.position==="top"?E:"",bottom:o.position==="bottom"?E:"",transform:g.value?`translateY(${g.value}px)`:"",zIndex:o.zIndex}}),C=()=>{if(i.value)if(_.value=i.value instanceof Window?document.documentElement.scrollTop:i.value.scrollTop||0,o.position==="top")if(o.target){const E=m.bottom.value-o.offset-d.value;v.value=o.offset>c.value&&m.bottom.value>0,g.value=E<0?E:0}else v.value=o.offset>c.value;else if(o.target){const E=u.value-m.top.value-o.offset-d.value;v.value=u.value-o.offsetm.top.value,g.value=E<0?-E:0}else v.value=u.value-o.offset{h(),n("scroll",{scrollTop:_.value,fixed:v.value})};return pe(v,E=>n("change",E)),et(()=>{var E;o.target?(r.value=(E=document.querySelector(o.target))!=null?E:void 0,r.value||on(L6,`Target is not existed: ${o.target}`)):r.value=document.documentElement,i.value=a2(l.value,!0),h()}),Vt(i,"scroll",x),gn(C),t({update:C,updateRoot:h}),(E,O)=>(y(),M("div",{ref_key:"root",ref:l,class:$(s(a).b()),style:De(s(w))},[k("div",{class:$({[s(a).m("fixed")]:v.value}),style:De(s(b))},[re(E.$slots,"default")],6)],6))}});var YV=xe(UV,[["__file","affix.vue"]]);const GV=lt(YV),XV=Ee({size:{type:X([Number,String])},color:{type:String}}),JV=A({name:"ElIcon",inheritAttrs:!1}),ZV=A({...JV,props:XV,setup(e){const t=e,n=me("icon"),o=S(()=>{const{size:a,color:r}=t;return!a&&!r?{}:{fontSize:Zt(a)?void 0:Xt(a),"--color":r}});return(a,r)=>(y(),M("i",ft({class:s(n).b(),style:s(o)},a.$attrs),[re(a.$slots,"default")],16))}});var QV=xe(ZV,[["__file","icon.vue"]]);const Be=lt(QV),eB=["light","dark"],tB=Ee({title:{type:String,default:""},description:{type:String,default:""},type:{type:String,values:yl(Ka),default:"info"},closable:{type:Boolean,default:!0},closeText:{type:String,default:""},showIcon:Boolean,center:Boolean,effect:{type:String,values:eB,default:"light"}}),nB={close:e=>e instanceof MouseEvent},oB=A({name:"ElAlert"}),aB=A({...oB,props:tB,emits:nB,setup(e,{emit:t}){const n=e,{Close:o}=d2,a=fn(),r=me("alert"),l=R(!0),i=S(()=>Ka[n.type]),u=S(()=>[r.e("icon"),{[r.is("big")]:!!n.description||!!a.default}]),d=S(()=>({"with-description":n.description||a.default})),f=c=>{l.value=!1,t("close",c)};return(c,p)=>(y(),oe(nn,{name:s(r).b("fade"),persisted:""},{default:G(()=>[Qe(k("div",{class:$([s(r).b(),s(r).m(c.type),s(r).is("center",c.center),s(r).is(c.effect)]),role:"alert"},[c.showIcon&&s(i)?(y(),oe(s(Be),{key:0,class:$(s(u))},{default:G(()=>[(y(),oe(ut(s(i))))]),_:1},8,["class"])):Z("v-if",!0),k("div",{class:$(s(r).e("content"))},[c.title||c.$slots.title?(y(),M("span",{key:0,class:$([s(r).e("title"),s(d)])},[re(c.$slots,"title",{},()=>[vt(Me(c.title),1)])],2)):Z("v-if",!0),c.$slots.default||c.description?(y(),M("p",{key:1,class:$(s(r).e("description"))},[re(c.$slots,"default",{},()=>[vt(Me(c.description),1)])],2)):Z("v-if",!0),c.closable?(y(),M(Fe,{key:2},[c.closeText?(y(),M("div",{key:0,class:$([s(r).e("close-btn"),s(r).is("customed")]),onClick:f},Me(c.closeText),3)):(y(),oe(s(Be),{key:1,class:$(s(r).e("close-btn")),onClick:f},{default:G(()=>[W(s(o))]),_:1},8,["class"]))],64)):Z("v-if",!0)],2)],2),[[bt,l.value]])]),_:3},8,["name"]))}});var rB=xe(aB,[["__file","alert.vue"]]);const lB=lt(rB),Dr=Symbol("formContextKey"),Vo=Symbol("formItemContextKey"),an=(e,t={})=>{const n=R(void 0),o=t.prop?n:r6("size"),a=t.global?n:VV(),r=t.form?{size:void 0}:Pe(Dr,void 0),l=t.formItem?{size:void 0}:Pe(Vo,void 0);return S(()=>o.value||s(e)||(l==null?void 0:l.size)||(r==null?void 0:r.size)||a.value||"")},Dn=e=>{const t=r6("disabled"),n=Pe(Dr,void 0);return S(()=>t.value||s(e)||(n==null?void 0:n.disabled)||!1)},Nn=()=>{const e=Pe(Dr,void 0),t=Pe(Vo,void 0);return{form:e,formItem:t}},Ho=(e,{formItemContext:t,disableIdGeneration:n,disableIdManagement:o})=>{n||(n=R(!1)),o||(o=R(!1));const a=R();let r;const l=S(()=>{var i;return!!(!e.label&&t&&t.inputIds&&((i=t.inputIds)==null?void 0:i.length)<=1)});return et(()=>{r=pe([At(e,"id"),n],([i,u])=>{const d=i??(u?void 0:kn().value);d!==a.value&&(t!=null&&t.removeInputId&&(a.value&&t.removeInputId(a.value),!(o!=null&&o.value)&&!u&&d&&t.addInputId(d)),a.value=d)},{immediate:!0})}),Ua(()=>{r&&r(),t!=null&&t.removeInputId&&a.value&&t.removeInputId(a.value)}),{isLabeledByFormItem:l,inputId:a}},sB=Ee({size:{type:String,values:zo},disabled:Boolean}),iB=Ee({...sB,model:Object,rules:{type:X(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]}}),uB={validate:(e,t,n)=>(Ie(e)||Ze(e))&&Qt(t)&&Ze(n)};function cB(){const e=R([]),t=S(()=>{if(!e.value.length)return"0";const r=Math.max(...e.value);return r?`${r}px`:""});function n(r){const l=e.value.indexOf(r);return l===-1&&t.value,l}function o(r,l){if(r&&l){const i=n(l);e.value.splice(i,1,r)}else r&&e.value.push(r)}function a(r){const l=n(r);l>-1&&e.value.splice(l,1)}return{autoLabelWidth:t,registerLabelWidth:o,deregisterLabelWidth:a}}const Ai=(e,t)=>{const n=kr(t);return n.length>0?e.filter(o=>o.prop&&n.includes(o.prop)):e},dB="ElForm",fB=A({name:dB}),pB=A({...fB,props:iB,emits:uB,setup(e,{expose:t,emit:n}){const o=e,a=[],r=an(),l=me("form"),i=S(()=>{const{labelPosition:b,inline:C}=o;return[l.b(),l.m(r.value||"default"),{[l.m(`label-${b}`)]:b,[l.m("inline")]:C}]}),u=b=>a.find(C=>C.prop===b),d=b=>{a.push(b)},f=b=>{b.prop&&a.splice(a.indexOf(b),1)},c=(b=[])=>{o.model&&Ai(a,b).forEach(C=>C.resetField())},p=(b=[])=>{Ai(a,b).forEach(C=>C.clearValidate())},h=S(()=>!!o.model),m=b=>{if(a.length===0)return[];const C=Ai(a,b);return C.length?C:[]},v=async b=>g(void 0,b),_=async(b=[])=>{if(!h.value)return!1;const C=m(b);if(C.length===0)return!0;let x={};for(const E of C)try{await E.validate("")}catch(O){x={...x,...O}}return Object.keys(x).length===0?!0:Promise.reject(x)},g=async(b=[],C)=>{const x=!Xe(C);try{const E=await _(b);return E===!0&&(C==null||C(E)),E}catch(E){if(E instanceof Error)throw E;const O=E;return o.scrollToError&&w(Object.keys(O)[0]),C==null||C(!1,O),x&&Promise.reject(O)}},w=b=>{var C;const x=Ai(a,b)[0];x&&((C=x.$el)==null||C.scrollIntoView(o.scrollIntoViewOptions))};return pe(()=>o.rules,()=>{o.validateOnRuleChange&&v().catch(b=>void 0)},{deep:!0}),pt(Dr,wt({...un(o),emit:n,resetFields:c,clearValidate:p,validateField:g,getField:u,addField:d,removeField:f,...cB()})),t({validate:v,validateField:g,resetFields:c,clearValidate:p,scrollToField:w}),(b,C)=>(y(),M("form",{class:$(s(i))},[re(b.$slots,"default")],2))}});var vB=xe(pB,[["__file","form.vue"]]);function sr(){return sr=Object.assign?Object.assign.bind():function(e){for(var t=1;t"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 Zi(e,t,n){return mB()?Zi=Reflect.construct.bind():Zi=function(a,r,l){var i=[null];i.push.apply(i,r);var u=Function.bind.apply(a,i),d=new u;return l&&Rs(d,l.prototype),d},Zi.apply(null,arguments)}function gB(e){return Function.toString.call(e).indexOf("[native code]")!==-1}function gf(e){var t=typeof Map=="function"?new Map:void 0;return gf=function(o){if(o===null||!gB(o))return o;if(typeof o!="function")throw new TypeError("Super expression must either be null or a function");if(typeof t<"u"){if(t.has(o))return t.get(o);t.set(o,a)}function a(){return Zi(o,arguments,mf(this).constructor)}return a.prototype=Object.create(o.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),Rs(a,o)},gf(e)}var yB=/%[sdj%]/g,_B=function(){};function yf(e){if(!e||!e.length)return null;var t={};return e.forEach(function(n){var o=n.field;t[o]=t[o]||[],t[o].push(n)}),t}function qn(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o=r)return i;switch(i){case"%s":return String(n[a++]);case"%d":return Number(n[a++]);case"%j":try{return JSON.stringify(n[a++])}catch{return"[Circular]"}break;default:return i}});return l}return e}function bB(e){return e==="string"||e==="url"||e==="hex"||e==="email"||e==="date"||e==="pattern"}function dn(e,t){return!!(e==null||t==="array"&&Array.isArray(e)&&!e.length||bB(t)&&typeof e=="string"&&!e)}function wB(e,t,n){var o=[],a=0,r=e.length;function l(i){o.push.apply(o,i||[]),a++,a===r&&n(o)}e.forEach(function(i){t(i,l)})}function R1(e,t,n){var o=0,a=e.length;function r(l){if(l&&l.length){n(l);return}var i=o;o=o+1,i4.0.0 top.wu2020 - wu-smart-agent-network + wu-lazy-cloud-network 1.2.6-JDK17-SNAPSHOT diff --git a/wu-lazy-cloud-heartbeat-server-cluster/pom.xml b/wu-lazy-cloud-heartbeat-server-cluster/pom.xml index 45df98f..7d18e5c 100644 --- a/wu-lazy-cloud-heartbeat-server-cluster/pom.xml +++ b/wu-lazy-cloud-heartbeat-server-cluster/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> top.wu2020 - wu-smart-agent-network + wu-lazy-cloud-network 1.2.6-JDK17-SNAPSHOT 4.0.0 diff --git a/wu-lazy-cloud-heartbeat-server/pom.xml b/wu-lazy-cloud-heartbeat-server/pom.xml index 8c3c165..ef08110 100644 --- a/wu-lazy-cloud-heartbeat-server/pom.xml +++ b/wu-lazy-cloud-heartbeat-server/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> top.wu2020 - wu-smart-agent-network + wu-lazy-cloud-network 1.2.6-JDK17-SNAPSHOT diff --git a/wu-lazy-cloud-heartbeat-start/pom.xml b/wu-lazy-cloud-heartbeat-start/pom.xml index 381c8d9..88cf98b 100644 --- a/wu-lazy-cloud-heartbeat-start/pom.xml +++ b/wu-lazy-cloud-heartbeat-start/pom.xml @@ -4,14 +4,14 @@ 4.0.0 top.wu2020 - wu-smart-agent-network + wu-lazy-cloud-network 1.2.6-JDK17-SNAPSHOT wu-lazy-cloud-heartbeat-start - wu-smart-agent-network-heartbeat-start - wu-smart-agent-network-heartbeat-start + wu-lazy-cloud-network-heartbeat-start + wu-lazy-cloud-network-heartbeat-start pom diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/Native-Dockerfile b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/Native-Dockerfile index d365b99..b75b64b 100644 --- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/Native-Dockerfile +++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/Native-Dockerfile @@ -5,7 +5,7 @@ MAINTAINER wujiawei <1207537021@qq.com> RUN echo "Asia/Shanghai" > /etc/timezone -COPY target/wu-smart-agent-network-heartbeat-client /native-app +COPY target/wu-lazy-cloud-network-heartbeat-client /native-app ENTRYPOINT ["/bin/sh" ,"-c", "exec ./native-app"] diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/README.md b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/README.md index 918cb88..3be7518 100644 --- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/README.md +++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/README.md @@ -9,9 +9,9 @@ mvn clean package -Pnative ```shell mvn spring-boot:build-image -Pnative -docker tag docker.io/library/wu-smart-agent-network-heartbeat-client-start:1.2.6-JDK17-SNAPSHOT registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-client-start:1.2.6-JDK17-NATIVE-SNAPSHOT +docker tag docker.io/library/wu-lazy-cloud-network-heartbeat-client-start:1.2.6-JDK17-SNAPSHOT registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-client-start:1.2.6-JDK17-NATIVE-SNAPSHOT -docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-client-start:1.2.6-JDK17-NATIVE-SNAPSHOT +docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-client-start:1.2.6-JDK17-NATIVE-SNAPSHOT ``` @@ -24,8 +24,8 @@ docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-hea mvn clean install -docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-client-start:1.2.6-JDK17-SNAPSHOT . -docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-client-start:1.2.6-JDK17-SNAPSHOT +docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-client-start:1.2.6-JDK17-SNAPSHOT . +docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-client-start:1.2.6-JDK17-SNAPSHOT ``` @@ -33,7 +33,7 @@ docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-hea ### run ```shell -docker run -d -it --privileged --name client -p 6004:6004 registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-client-start:1.2.6-JDK17-NATIVE-SNAPSHOT +docker run -d -it --privileged --name client -p 6004:6004 registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-client-start:1.2.6-JDK17-NATIVE-SNAPSHOT ``` @@ -69,7 +69,7 @@ kubeadm join apiserver.demo:6443 --token 2wtcsg.0af26p9wzfgvyf5a --discovery ``` ```RUN -docker run -d -it --name client registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-client-start:1.2.6-JDK17-SNAPSHOT +docker run -d -it --name client registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-client-start:1.2.6-JDK17-SNAPSHOT http://127.0.0.1:18080 diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/k8s.yaml b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/k8s.yaml index 3fe762b..11fd777 100644 --- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/k8s.yaml +++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/k8s.yaml @@ -5,8 +5,8 @@ metadata: annotations: {} labels: k8s.kuboard.cn/layer: gateway - k8s.kuboard.cn/name: wu-smart-agent-network-heartbeat-client-start - name: wu-smart-agent-network-heartbeat-client-start + k8s.kuboard.cn/name: wu-lazy-cloud-network-heartbeat-client-start + name: wu-lazy-cloud-network-heartbeat-client-start namespace: default spec: progressDeadlineSeconds: 600 @@ -15,7 +15,7 @@ spec: selector: matchLabels: k8s.kuboard.cn/layer: gateway - k8s.kuboard.cn/name: wu-smart-agent-network-heartbeat-client-start + k8s.kuboard.cn/name: wu-lazy-cloud-network-heartbeat-client-start strategy: rollingUpdate: maxSurge: 25% @@ -25,18 +25,18 @@ spec: metadata: labels: k8s.kuboard.cn/layer: gateway - k8s.kuboard.cn/name: wu-smart-agent-network-heartbeat-client-start + k8s.kuboard.cn/name: wu-lazy-cloud-network-heartbeat-client-start spec: containers: - env: - name: spring.lazy.netty.client.inet-host value: wu-lazy-cloud-heartbeat-server.default - name: spring.lazy.netty.client.client-id - value: wu-smart-agent-network-heartbeat-client-start + value: wu-lazy-cloud-network-heartbeat-client-start image: >- - registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-client-start:1.2.6-JDK17-NATIVE-SNAPSHOT + registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-client-start:1.2.6-JDK17-NATIVE-SNAPSHOT imagePullPolicy: Always - name: wu-smart-agent-network-heartbeat-client-start + name: wu-lazy-cloud-network-heartbeat-client-start resources: {} securityContext: privileged: true diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/src/main/resources/application-dev.yml b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/src/main/resources/application-dev.yml index a36b12c..f27a032 100644 --- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/src/main/resources/application-dev.yml +++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-client-start/src/main/resources/application-dev.yml @@ -4,10 +4,10 @@ spring: client: inet-host: 127.0.0.1 inet-port: 7001 - inet-path: wu-smart-agent-network-heartbeat-server + inet-path: wu-lazy-cloud-network-heartbeat-server # inet-host: 124.222.48.62 # 服务端地址 # inet-port: 30676 #服务端端口 - # inet-path: wu-smart-agent-network-heartbeat-server + # inet-path: wu-lazy-cloud-network-heartbeat-server client-id: wujiawei # 客户端ID # client-id: temp_id # 客户端ID data: diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/README.md b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/README.md index d250647..30aa118 100644 --- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/README.md +++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/README.md @@ -11,9 +11,9 @@ mvn clean package -Pnative ```shell mvn spring-boot:build-image -Pnative -docker tag docker.io/library/wu-smart-agent-network-heartbeat-server-cluster-start:1.2.6-JDK17-SNAPSHOT registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-cluster-start:1.2.6-JDK17-NATIVE-SNAPSHOT +docker tag docker.io/library/wu-lazy-cloud-network-heartbeat-server-cluster-start:1.2.6-JDK17-SNAPSHOT registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-cluster-start:1.2.6-JDK17-NATIVE-SNAPSHOT -docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-cluster-start:1.2.6-JDK17-NATIVE-SNAPSHOT +docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-cluster-start:1.2.6-JDK17-NATIVE-SNAPSHOT ``` @@ -23,14 +23,14 @@ docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-hea mvn clean install -docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-cluster-start:1.2.6-JDK17-SNAPSHOT . -docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-cluster-start:1.2.6-JDK17-SNAPSHOT +docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-cluster-start:1.2.6-JDK17-SNAPSHOT . +docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-cluster-start:1.2.6-JDK17-SNAPSHOT ``` ```RUN -docker run -d -it -p 18080:18080 --name wu-smart-agent-network-heartbeat-server-cluster-start registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-cluster-start:1.2.6-JDK17-SNAPSHOT +docker run -d -it -p 18080:18080 --name wu-lazy-cloud-network-heartbeat-server-cluster-start registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-cluster-start:1.2.6-JDK17-SNAPSHOT http://127.0.0.1:18080/swagger-ui/index.html diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/k8s-node-pod.md b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/k8s-node-pod.md index 92fe762..c686dd5 100644 --- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/k8s-node-pod.md +++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/k8s-node-pod.md @@ -71,9 +71,9 @@ spec: value: '7101' envFrom: - configMapRef: - name: wu-smart-agent-network-heartbeat-server-cluster-start-conf + name: wu-lazy-cloud-network-heartbeat-server-cluster-start-conf image: >- - registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-cluster-start:1.2.6-JDK17-NATIVE-SNAPSHOT + registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-cluster-start:1.2.6-JDK17-NATIVE-SNAPSHOT imagePullPolicy: Always name: network-server-cluster-start ports: @@ -124,7 +124,7 @@ data: spring.lazy.netty.server.node-host: '${HOSTNAME}.network-server-cluster-start.default.svc.cluster.local' kind: ConfigMap metadata: - name: wu-smart-agent-network-heartbeat-server-cluster-start-conf + name: wu-lazy-cloud-network-heartbeat-server-cluster-start-conf namespace: default --- diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/k8s.yaml b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/k8s.yaml index 7ddd6dd..bef67b9 100644 --- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/k8s.yaml +++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-cluster-start/k8s.yaml @@ -52,9 +52,9 @@ spec: value: '7101' envFrom: - configMapRef: - name: wu-smart-agent-network-heartbeat-server-cluster-start-conf + name: wu-lazy-cloud-network-heartbeat-server-cluster-start-conf image: >- - registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-cluster-start:1.2.6-JDK17-NATIVE-SNAPSHOT + registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-cluster-start:1.2.6-JDK17-NATIVE-SNAPSHOT imagePullPolicy: Always name: network-server-cluster-start ports: @@ -105,7 +105,7 @@ data: spring.lazy.netty.server.node-host: '${HOSTNAME}.network-server-cluster-start.default.svc.cluster.local' kind: ConfigMap metadata: - name: wu-smart-agent-network-heartbeat-server-cluster-start-conf + name: wu-lazy-cloud-network-heartbeat-server-cluster-start-conf namespace: default --- diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/README.md b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/README.md index b2638b1..13cdba6 100644 --- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/README.md +++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/README.md @@ -11,9 +11,9 @@ mvn clean package -Pnative ```shell mvn spring-boot:build-image -Pnative -docker tag docker.io/library/wu-smart-agent-network-heartbeat-server-start:1.2.6-JDK17-SNAPSHOT registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-start:1.2.6-JDK17-NATIVE-SNAPSHOT +docker tag docker.io/library/wu-lazy-cloud-network-heartbeat-server-start:1.2.6-JDK17-SNAPSHOT registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-start:1.2.6-JDK17-NATIVE-SNAPSHOT -docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-start:1.2.6-JDK17-NATIVE-SNAPSHOT +docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-start:1.2.6-JDK17-NATIVE-SNAPSHOT ``` @@ -23,14 +23,14 @@ docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-hea mvn clean install -docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-start:1.2.6-JDK17-SNAPSHOT . -docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-start:1.2.6-JDK17-SNAPSHOT +docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-start:1.2.6-JDK17-SNAPSHOT . +docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-start:1.2.6-JDK17-SNAPSHOT ``` ```RUN -docker run -d -it -p 18080:18080 --name wu-smart-agent-network-heartbeat-server-start registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-start:1.2.6-JDK17-SNAPSHOT +docker run -d -it -p 18080:18080 --name wu-lazy-cloud-network-heartbeat-server-start registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-start:1.2.6-JDK17-SNAPSHOT http://127.0.0.1:18080/swagger-ui/index.html diff --git a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/k8s.yaml b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/k8s.yaml index 0d88519..f9aa5b8 100644 --- a/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/k8s.yaml +++ b/wu-lazy-cloud-heartbeat-start/wu-lazy-cloud-heartbeat-server-start/k8s.yaml @@ -41,7 +41,7 @@ spec: - name: spring.datasource.driver-class-name value: com.mysql.cj.jdbc.Driver image: >- - registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-heartbeat-server-start:1.2.6-JDK17-NATIVE-SNAPSHOT + registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-heartbeat-server-start:1.2.6-JDK17-NATIVE-SNAPSHOT imagePullPolicy: Always name: wu-lazy-cloud-heartbeat-server resources: {} @@ -61,8 +61,8 @@ metadata: annotations: {} labels: k8s.kuboard.cn/layer: gateway - k8s.kuboard.cn/name: wu-smart-agent-network-heartbeat-server - name: wu-smart-agent-network-heartbeat-server + k8s.kuboard.cn/name: wu-lazy-cloud-network-heartbeat-server + name: wu-lazy-cloud-network-heartbeat-server namespace: default spec: ports: @@ -83,7 +83,7 @@ spec: targetPort: 6001 selector: k8s.kuboard.cn/layer: gateway - k8s.kuboard.cn/name: wu-smart-agent-network-heartbeat-server + k8s.kuboard.cn/name: wu-lazy-cloud-network-heartbeat-server sessionAffinity: None type: NodePort diff --git a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-client-ui/src/components/HelloWorld.vue b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-client-ui/src/components/HelloWorld.vue index 4be79e6..0cfa6cd 100644 --- a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-client-ui/src/components/HelloWorld.vue +++ b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-client-ui/src/components/HelloWorld.vue @@ -13,7 +13,7 @@ defineProps({

You can see detail with project Lazy ORM + - NetWork Local Client. + NetWork Local Client.

diff --git a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-client-ui/vite.config.js b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-client-ui/vite.config.js index 3e201df..ab26e55 100644 --- a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-client-ui/vite.config.js +++ b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-client-ui/vite.config.js @@ -9,7 +9,7 @@ import { ElementPlusResolver } from 'unplugin-vue-components/resolvers' // https://vitejs.dev/config/ export default defineConfig({ - outputDir: '../wu-smart-agent-network-heartbeat-client/src/resources/network-local-client-ui/v1', // 构建时输出目录 + outputDir: '../wu-lazy-cloud-network-heartbeat-client/src/resources/network-local-client-ui/v1', // 构建时输出目录 base: './', plugins: [ vue(), diff --git a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/README.md b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/README.md index 057353a..1c49100 100644 --- a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/README.md +++ b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/README.md @@ -2,10 +2,10 @@ ![logo](https://i.bmp.ovh/imgs/2021/08/f828888bb4064c64.png) -# wu-smart-agent-network +# wu-lazy-cloud-network -**[✈ 国内加速链接](https://gitee.com/asaasa/wu-smart-agent-network)** -**[✈ 效果预览](https://wu-smart-agent-network.vercel.app/)** +**[✈ 国内加速链接](https://gitee.com/asaasa/wu-lazy-cloud-network)** +**[✈ 效果预览](https://wu-lazy-cloud-network.vercel.app/)** **[✈ 效果预览(备用地址)](http://asaasa.gitee.io/xujianhua)** **走过路过的老铁,帮忙点个小 ⭐⭐⭐⭐⭐,🤝🤝🤝🤝🤝,🙏🙏🙏🙏🙏** @@ -283,14 +283,14 @@ yarn run build ### 拷贝前端 ```shell echo "开始拷贝前端UI" -rm -rf ../wu-smart-agent-network-heartbeat-server/src/resources/static -cp -r ../wu-smart-agent-network-ui/dist/* ../wu-smart-agent-network-heartbeat-server/src/main/resources/static/ +rm -rf ../wu-lazy-cloud-network-heartbeat-server/src/resources/static +cp -r ../wu-lazy-cloud-network-ui/dist/* ../wu-lazy-cloud-network-heartbeat-server/src/main/resources/static/ ``` docker login --username=1207537021@qq.com registry.cn-hangzhou.aliyuncs.com ```shell -docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-ui:ui-master . -docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-smart-agent-network-ui:ui-master +docker build -t registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-ui:ui-master . +docker push registry.cn-hangzhou.aliyuncs.com/wu-lazy/wu-lazy-cloud-network-ui:ui-master ``` diff --git a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/package-lock.json b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/package-lock.json index 9438231..04b1bfe 100644 --- a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/package-lock.json +++ b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/package-lock.json @@ -1,11 +1,11 @@ { - "name": "wu-smart-agent-network", + "name": "wu-lazy-cloud-network", "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "wu-smart-agent-network", + "name": "wu-lazy-cloud-network", "version": "0.1.0", "dependencies": { "@element-plus/icons-vue": "^2.1.0", diff --git a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/package.json b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/package.json index 2a3fd37..e2815c7 100644 --- a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/package.json +++ b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/package.json @@ -1,5 +1,5 @@ { - "name": "wu-smart-agent-network", + "name": "wu-lazy-cloud-network", "version": "0.1.0", "private": true, "scripts": { diff --git a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/src/components/dashboard/Shortcuts.vue b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/src/components/dashboard/Shortcuts.vue index cf9367d..1b034e1 100644 --- a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/src/components/dashboard/Shortcuts.vue +++ b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/src/components/dashboard/Shortcuts.vue @@ -175,7 +175,7 @@ href="https://gitee.com/wujiawei1207537021/wu-framework-parent" target="_blank" title="wu-framework-parent 是一款由Java语言开发的框架,目标不写代码但是却能完成功能。 框架涵盖无赖ORM( wu-database-lazy-starter)、仿生组件 、easy框架系列【Easy-Excel、easy-listener、easy-upsert】 授权框架(wu-framework-authorization)、Web框架、平台操作组件、层组件抽象、 ACW模块" - >https://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-smart-integration/wu-smart-agent-networkhttps://gitee.com/wujiawei1207537021/wu-framework-parent/tree/master/wu-smart-integration/wu-lazy-cloud-network @@ -189,7 +189,7 @@ wu-smart-agent-network + >wu-lazy-cloud-network
是一款基于(wu-framework-parent)孵化出的项目,内部使用Lazy ORM操作数据库, diff --git a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/vue.config.js b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/vue.config.js index ec21c41..62886a7 100644 --- a/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/vue.config.js +++ b/wu-smart-agent-network-heartbeat-ui/wu-smart-agent-network-heartbeat-server-ui/vue.config.js @@ -11,7 +11,7 @@ module.exports = { devServer: { port: "28080", // 请求地址的端口号,在本项目是8080 proxy: { - "/wu-smart-agent-network/": { + "/wu-lazy-cloud-network/": { // 'demo'是请求地址中,以demo开头都适用这个 // target: "http://47.92.27.215:520/", // 真实的服务器地址 target: "http://127.0.0.1:6001", // 真实的服务器地址 @@ -20,7 +20,7 @@ module.exports = { ws: false, // 是否启用websockets // 是否重写 pathRewrite: { - "^/wu-smart-agent-network": "/", + "^/wu-lazy-cloud-network": "/", }, }, "/": {