opacacms 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/admin/webcomponent.js +20 -2
- package/dist/{chunk-d1asgtke.js → chunk-06ks4ggh.js} +49 -40
- package/dist/{chunk-kc4jfnv7.js → chunk-2es275xs.js} +17 -17
- package/dist/{chunk-0bq155dy.js → chunk-6d1vdfwa.js} +37 -27
- package/dist/{chunk-gmee4mdc.js → chunk-bygjkgrx.js} +36 -27
- package/dist/{chunk-qb6ztvw9.js → chunk-g1jb60xd.js} +1 -1
- package/dist/chunk-jdfw4v3r.js +311 -0
- package/dist/{chunk-0gtxnxmd.js → chunk-n133qpsm.js} +40 -29
- package/dist/{chunk-esrg9qj0.js → chunk-tfnaf41w.js} +30 -30
- package/dist/cli/index.js +1 -1
- package/dist/db/adapter.d.ts +2 -2
- package/dist/db/better-sqlite.d.ts +1 -0
- package/dist/db/better-sqlite.js +1 -1
- package/dist/db/bun-sqlite.d.ts +1 -0
- package/dist/db/bun-sqlite.js +1 -1
- package/dist/db/d1.js +1 -1
- package/dist/db/index.js +5 -5
- package/dist/db/postgres.d.ts +2 -2
- package/dist/db/postgres.js +1 -1
- package/dist/db/sqlite.d.ts +1 -0
- package/dist/db/sqlite.js +1 -1
- package/dist/runtimes/bun.js +1 -1
- package/dist/runtimes/cloudflare-workers.js +1 -1
- package/dist/runtimes/next.js +1 -1
- package/dist/runtimes/node.js +1 -1
- package/dist/server.js +1 -1
- package/dist/storage/index.js +34 -25
- package/dist/types.d.ts +2 -2
- package/package.json +32 -32
- package/dist/chunk-swtcpvhf.js +0 -2442
|
@@ -1,5 +1,23 @@
|
|
|
1
|
-
var pY=Object.defineProperty;var vY=(Y)=>Y;function gY(Y,q){this[Y]=vY.bind(null,q)}var I2=(Y,q)=>{for(var W in q)pY(Y,W,{get:q[W],enumerable:!0,configurable:!0,set:gY.bind(q,W)})};var p1=(Y,q)=>()=>(Y&&(q=Y(Y=0)),q);import{createAuthClient as mY}from"better-auth/client";import{adminClient as fY}from"better-auth/client/plugins";var H1=null,S2=null,h2=(Y)=>{if(!Y||!Y.startsWith("http"))return;let W=Y.replace(/\/$/,"")+"/api/auth";if(H1&&S2===W)return;S2=W,H1=mY({baseURL:W,autoRefresh:!0,fetchOptions:{credentials:"include"},plugins:[fY()]})},$0;var X1=p1(()=>{$0=new Proxy({},{get(Y,q){if(!H1)throw Error("Auth client not configured. Did you provide a valid serverUrl?");return H1[q]}})});var v2={};I2(v2,{toggleSidebar:()=>v1,registerSidebarItem:()=>C0,notify:()=>l,clearToast:()=>g1,$toasts:()=>q0,$isSidebarCollapsed:()=>b0,$customSidebarItems:()=>W0});import{persistentAtom as uY}from"@nanostores/persistent";import{atom as p2}from"nanostores";function v1(){b0.set(!b0.get())}function l(Y,q="success"){let W=Math.random().toString(36).substring(2,9);q0.set([...q0.get(),{id:W,message:Y,type:q}])}function g1(Y){q0.set(q0.get().filter((q)=>q.id!==Y))}function C0(Y){let q=W0.get();if(!q.find((W)=>W.path===Y.path)){if(Y.render&&!Y.component){if(Y.component=`opaca-plugin-render-${Math.random().toString(36).substring(2,9)}`,typeof customElements<"u"&&!customElements.get(Y.component)){let{component:W,render:Z}=Y;class J extends HTMLElement{connectedCallback(){let H=this.getAttribute("server-url")||"",G=JSON.parse(this.getAttribute("config")||"{}"),$=JSON.parse(this.getAttribute("user")||"{}");this.innerHTML=Z(H,G,$)}}customElements.define(W,J)}}W0.set([...q,Y])}}var q0,b0,W0;var F5=p1(()=>{q0=p2([]),b0=uY("opaca-sidebar-collapsed",!1,{encode:JSON.stringify,decode:JSON.parse});W0=p2([])});var f2={};I2(f2,{syncSession:()=>J1,logout:()=>f1,login:()=>m1,$user:()=>EY,$session:()=>Z0,$isAuthenticated:()=>jY,$isAuthPending:()=>b5});import{atom as g2,computed as m2}from"nanostores";async function J1(){b5.set(!0);try{let Y=await $0.getSession();Z0.set(Y.data)}catch(Y){console.error("[OpacaCMS] Failed to sync session:",Y)}finally{b5.set(!1)}}async function m1(Y){b5.set(!0);try{let q=await $0.signIn.email({email:Y.email,password:Y.password});if(q.error)throw Error(q.error.message||"Invalid credentials");return await J1(),l("Logged in successfully","success"),q}catch(q){throw l(q instanceof Error?q.message:"Login failed","error"),q}finally{b5.set(!1)}}async function f1(){b5.set(!0);try{await $0.signOut(),Z0.set(null),l("Logged out successfully")}catch{l("Logout failed","error")}finally{b5.set(!1)}}var Z0,b5,EY,jY;var u1=p1(()=>{X1();F5();Z0=g2(null),b5=g2(!0),EY=m2(Z0,(Y)=>Y?.user??null),jY=m2(Z0,(Y)=>!!Y)});import LW from"@r2wc/react-to-web-component";var b2={debug:0,info:1,warn:2,error:3};class C2{config;constructor(Y={}){this.config=Y}shouldLog(Y){if(this.config.disabled)return!1;let q=this.config.level||"info";return b2[Y]>=b2[q]}info(Y,...q){if(!this.shouldLog("info"))return;console.log(`\x1B[34m[OpacaCMS]\x1B[0m ${Y}`,...q)}success(Y,...q){if(!this.shouldLog("info"))return;console.log(`\x1B[34m[OpacaCMS]\x1B[0m \x1B[32m${Y}\x1B[0m`,...q)}debug(Y,...q){if(!this.shouldLog("debug"))return;console.log(`\x1B[34m[OpacaCMS]\x1B[0m \x1B[90m${Y}\x1B[0m`,...q)}warn(Y,...q){if(!this.shouldLog("warn"))return;console.warn(`\x1B[34m[OpacaCMS]\x1B[0m \x1B[33mWarning: ${Y}\x1B[0m`,...q)}error(Y,...q){if(!this.shouldLog("error"))return;console.error(`\x1B[34m[OpacaCMS]\x1B[0m \x1B[31mError: ${Y}\x1B[0m`,...q)}format(Y,q){if(this.config.disableColors)return q;switch(Y){case"green":return`\x1B[32m${q}\x1B[0m`;case"red":return`\x1B[31m${q}\x1B[0m`;case"yellow":return`\x1B[33m${q}\x1B[0m`;case"gray":return`\x1B[90m${q}\x1B[0m`;default:return q}}}var m5=new C2;import{useStore as _0}from"@nanostores/react";import{Loader2 as QW}from"lucide-react";import KW,{useCallback as _W,useEffect as SY,useState as $W}from"react";import VY from"ky";var S0=null,z1=null,u2=(Y)=>{if(!Y||!Y.startsWith("http"))return;let W=Y.replace(/\/$/,"");if(S0&&z1===W)return;z1=W,S0=VY.create({prefixUrl:W,credentials:"include",retry:0,hooks:{afterResponse:[async(Z,J,H)=>{if(H.status===401||H.status===403)try{let{$session:G}=await Promise.resolve().then(() => (u1(),f2)),{notify:$}=await Promise.resolve().then(() => (F5(),v2));G.set(null),$("Session expired. Please log in again.","error")}catch(G){}}]}})},w5=()=>{if(!z1)throw Error("API client not configured. Did you provide a valid serverUrl?");return z1},j=new Proxy({},{get(Y,q){if(!S0)throw Error("API client not configured. Did you provide a valid serverUrl?");if(!S0)throw Error("API client not configured");let W=S0;if(W)return W[q];return}});X1();import{createRouter as xY}from"@nanostores/router";var f5=xY({dashboard:"/admin",collections:"/admin/collections/:slug",document:"/admin/collections/:slug/:id",globals:"/admin/globals/:slug",settings:"/admin/settings",plugin:"/admin/:path"});u1();import{atom as G1}from"nanostores";var N5=G1(null),E1=G1(!1),hW=G1(!1),pW=G1(!1);function j1(Y){N5.set(Y)}function Q1(Y){E1.set(Y)}F5();import{useStore as W2}from"@nanostores/react";import*as T0 from"lucide-react";import{ChevronLeft as sY,ChevronRight as eY,Database as Y7,Globe as i2,Image as q7,LayoutDashboard as W7,LogOut as Z7,Settings as H7}from"lucide-react";F5();import{jsxDEV as DY}from"react/jsx-dev-runtime";function K5({href:Y,params:q,search:W,children:Z,onClick:J,...H}){return DY("a",{href:Y,onClick:($)=>{if(J)J($);if(!$.defaultPrevented&&$.button===0&&!$.metaKey&&!$.ctrlKey&&!$.shiftKey&&!$.altKey&&!H.target)if($.preventDefault(),Y.startsWith("/admin"))f5.open(Y);else window.location.href=Y},...H,children:Z},void 0,!1,void 0,this)}import*as E2 from"react";function g(...Y){return Y.filter(Boolean).join(" ")}import{jsxDEV as u5}from"react/jsx-dev-runtime";var h0=({title:Y,children:q,defaultOpen:W=!0,className:Z,isCollapsed:J=!1})=>{let[H,G]=E2.useState(W);return u5("div",{className:g("opaca-sidebar-accordion",Z),children:[u5("button",{type:"button",className:"opaca-sidebar-accordion-trigger",onClick:()=>G(!H),"aria-expanded":H,style:{opacity:J?0:1,pointerEvents:J?"none":"auto"},title:Y,children:[u5("span",{className:"opaca-sidebar-accordion-title",children:Y},void 0,!1,void 0,this),u5("svg",{className:"opaca-sidebar-accordion-icon",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[u5("title",{children:"Toggle accordion"},void 0,!1,void 0,this),u5("polyline",{points:"6 9 12 15 18 9"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),u5("div",{className:"opaca-sidebar-accordion-content","data-state":H?"open":"closed",children:u5("div",{className:"opaca-sidebar-accordion-content-inner",children:q},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import*as j2 from"react";import{jsxDEV as V1}from"react/jsx-dev-runtime";var x1=j2.forwardRef(({className:Y,label:q,children:W,...Z},J)=>{return V1("div",{ref:J,className:g("opaca-ui-blocks",Y),...Z,children:[q&&V1("div",{style:{marginBottom:"1.25rem",fontSize:"0.75rem",fontWeight:500,color:"var(--opaca-text-muted)",textTransform:"uppercase",letterSpacing:"0.03em"},children:q},void 0,!1,void 0,this),V1("div",{style:{display:"flex",flexDirection:"column",gap:"1.5rem"},children:W},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});x1.displayName="Blocks";import*as V2 from"react";import{jsxDEV as rY}from"react/jsx-dev-runtime";var e=V2.forwardRef(({className:Y,variant:q="default",size:W="default",...Z},J)=>{return rY("button",{ref:J,className:g("opaca-ui-btn",`opaca-ui-btn-${q}`,`opaca-ui-btn-size-${W}`,Y),...Z},void 0,!1,void 0,this)});e.displayName="Button";import*as _5 from"react";import{jsxDEV as U0}from"react/jsx-dev-runtime";var D1=_5.createContext({}),r1=_5.forwardRef(({className:Y,open:q,defaultOpen:W,onOpenChange:Z,disabled:J,children:H,...G},$)=>{let[K,Q]=_5.useState(W??!1),U=q!==void 0,_=U?q:K,X=_5.useCallback((L)=>{if(!U)Q(L);if(Z)Z(L)},[U,Z]),w=_5.useMemo(()=>({open:_,onOpenChange:X,disabled:J}),[_,X,J]);return U0(D1.Provider,{value:w,children:U0("div",{ref:$,className:g("opaca-ui-collapsible",Y),...G,children:H},void 0,!1,void 0,this)},void 0,!1,void 0,this)});r1.displayName="Collapsible";var c1=_5.forwardRef(({className:Y,disabled:q,children:W,...Z},J)=>{let H=_5.useContext(D1),G=q||H.disabled,$=H.open,K=_5.useCallback((Q)=>{if(!G&&H.onOpenChange)H.onOpenChange(!$);if(Z.onClick)Z.onClick(Q)},[G,$,H.onOpenChange,Z.onClick]);return U0("button",{type:"button","aria-expanded":$,disabled:G,onClick:K,ref:J,className:g("opaca-ui-collapsible-trigger",Y),...Z,children:[W,U0("svg",{className:"opaca-ui-collapsible-icon",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:U0("polyline",{points:"6 9 12 15 18 9"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});c1.displayName="CollapsibleTrigger";var d1=_5.forwardRef(({className:Y,children:q,...W},Z)=>{let H=_5.useContext(D1).open;if(!H)return null;return U0("div",{"data-state":H?"open":"closed",ref:Z,className:g("opaca-ui-collapsible-content",Y),...W,children:q},void 0,!1,void 0,this)});d1.displayName="CollapsibleContent";import{createPortal as cY}from"react-dom";import{jsxDEV as E5}from"react/jsx-dev-runtime";function p0({open:Y,onOpenChange:q,children:W}){if(!Y)return null;return cY(E5("div",{className:"opaca-ui-dialog-portal",children:[E5("button",{type:"button",className:"opaca-ui-dialog-overlay",onClick:()=>q(!1),tabIndex:-1,"aria-hidden":"true"},void 0,!1,void 0,this),E5("div",{className:"opaca-ui-dialog-wrapper",children:W},void 0,!1,void 0,this)]},void 0,!0,void 0,this),document.body)}function v0({children:Y,className:q}){return E5("div",{className:g("opaca-ui-dialog-content",q),children:Y},void 0,!1,void 0,this)}function g0({children:Y,className:q}){return E5("div",{className:g("opaca-ui-dialog-header",q),children:Y},void 0,!1,void 0,this)}function m0({children:Y,className:q}){return E5("h2",{className:g("opaca-ui-dialog-title",q),children:Y},void 0,!1,void 0,this)}function K1({children:Y,className:q}){return E5("p",{className:g("opaca-ui-dialog-description",q),children:Y},void 0,!1,void 0,this)}function f0({children:Y,className:q}){return E5("div",{className:g("opaca-ui-dialog-footer",q),children:Y},void 0,!1,void 0,this)}import*as D2 from"react";import{jsxDEV as x2}from"react/jsx-dev-runtime";var n1=D2.forwardRef(({className:Y,label:q,children:W,...Z},J)=>{return x2("div",{ref:J,className:g("opaca-ui-group",Y),...Z,children:[q&&x2("h3",{className:"opaca-ui-group-header",children:q},void 0,!1,void 0,this),W]},void 0,!0,void 0,this)});n1.displayName="Group";import*as r2 from"react";import{jsxDEV as dY}from"react/jsx-dev-runtime";var C5=r2.forwardRef(({className:Y,type:q,...W},Z)=>{return dY("input",{type:q,className:g("opaca-ui-input",Y),ref:Z,...W},void 0,!1,void 0,this)});C5.displayName="Input";import*as c2 from"react";import{jsxDEV as L0}from"react/jsx-dev-runtime";var o1=c2.forwardRef(({className:Y,label:q,collection:W,children:Z,...J},H)=>{return L0("div",{ref:H,className:g("opaca-ui-join",Y),...J,children:[q&&L0("div",{style:{display:"block",marginBottom:"0.5rem",fontSize:"0.75rem",fontWeight:500,color:"var(--opaca-text-muted)",textTransform:"uppercase",letterSpacing:"0.03em"},children:q},void 0,!1,void 0,this),L0("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"0.75rem",border:"1px solid var(--opaca-border)",borderRadius:"var(--opaca-radius)",backgroundColor:"rgba(255, 255, 255, 0.02)",color:"var(--opaca-text-dim)",fontSize:"0.8125rem"},children:[L0("span",{children:["Virtually joined from: ",L0("strong",{children:W},void 0,!1,void 0,this)]},void 0,!0,void 0,this),L0("span",{style:{fontSize:"0.7rem",opacity:0.5},children:["On: ",J.on||"dynamic"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});o1.displayName="Join";import*as d2 from"react";import{jsxDEV as nY}from"react/jsx-dev-runtime";var j5=d2.forwardRef(({className:Y,...q},W)=>nY("label",{ref:W,className:g("opaca-ui-label",Y),...q},void 0,!1,void 0,this));j5.displayName="Label";import*as S5 from"react";import{jsxDEV as _1}from"react/jsx-dev-runtime";var a1=S5.forwardRef(({className:Y,value:q,onValueChange:W,disabled:Z,name:J,children:H,...G},$)=>{let K=S5.useMemo(()=>({value:q,onValueChange:W,disabled:Z,name:J}),[q,W,Z,J]);return _1(n2.Provider,{value:K,children:_1("div",{ref:$,className:g("opaca-ui-radio-group",Y),...G,children:H},void 0,!1,void 0,this)},void 0,!1,void 0,this)});a1.displayName="RadioGroup";var n2=S5.createContext({}),l1=S5.forwardRef(({className:Y,value:q,disabled:W,id:Z,...J},H)=>{let G=S5.useContext(n2),$=W||G.disabled,K=G.value===q,Q=G.name;return _1("div",{className:"opaca-ui-radio-item",children:_1("input",{type:"radio",ref:H,id:Z,name:Q,value:q,checked:K,disabled:$,onChange:()=>{if(!$&&G.onValueChange)G.onValueChange(q)},className:g(Y),...J},void 0,!1,void 0,this)},void 0,!1,void 0,this)});l1.displayName="RadioGroupItem";import*as o2 from"react";import{jsxDEV as $1}from"react/jsx-dev-runtime";var i1=o2.forwardRef(({className:Y,relationTo:q,children:W,hasError:Z,style:J,...H},G)=>{return $1("button",{ref:G,type:"button",className:g("opaca-ui-relationship",Y),...H,children:$1("div",{className:g("opaca-ui-relationship-trigger",Z&&"error"),children:$1("div",{className:"opaca-relationship-trigger-content",children:W||$1("span",{className:"opaca-relationship-placeholder",children:["Select ",q,"..."]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});i1.displayName="Relationship";import{jsxDEV as oY}from"react/jsx-dev-runtime";function w0({children:Y,className:q,maxHeight:W,...Z}){return oY("div",{className:g("opaca-scroll-area",q),style:{maxHeight:W,overflowY:"auto",...Z.style},...Z,children:Y},void 0,!1,void 0,this)}import{ChevronDown as aY}from"lucide-react";import*as $5 from"react";import{createPortal as lY}from"react-dom";import{jsxDEV as T5}from"react/jsx-dev-runtime";var u0=$5.createContext(null);function V5({value:Y,onValueChange:q,children:W,open:Z,onOpenChange:J}){let[H,G]=$5.useState(!1),$=Z??H,K=J??G,Q=$5.useRef(null);return T5(u0.Provider,{value:{value:Y,onValueChange:q,open:$,setOpen:K,triggerRef:Q},children:T5("div",{className:"opaca-ui-select",children:W},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function x5({children:Y,className:q}){let W=$5.useContext(u0);if(!W)throw Error("SelectTrigger must be used within a Select");return T5("button",{ref:W.triggerRef,type:"button",className:g("opaca-ui-select-trigger",q),onClick:()=>W.setOpen(!W.open),"data-state":W.open?"open":"closed",children:[T5("span",{className:"trigger-content",children:Y},void 0,!1,void 0,this),T5(aY,{size:14,className:"trigger-icon"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function D5({placeholder:Y}){let q=$5.useContext(u0);if(!q)throw Error("SelectValue must be used within a Select");return T5("span",{className:!q.value?"trigger-placeholder":"",children:q.value||Y},void 0,!1,void 0,this)}function r5({children:Y,className:q}){let W=$5.useContext(u0);if(!W)throw Error("SelectContent must be used within a Select");let[Z,J]=$5.useState({top:0,left:0,width:0}),H=$5.useCallback(()=>{if(W.open&&W.triggerRef.current){let G=W.triggerRef.current.getBoundingClientRect();J({top:G.bottom,left:G.left,width:G.width})}},[W.open,W.triggerRef]);if($5.useEffect(()=>{if(W.open)return H(),window.addEventListener("scroll",H,!0),window.addEventListener("resize",H),()=>{window.removeEventListener("scroll",H,!0),window.removeEventListener("resize",H)}},[W.open,H]),!W.open)return null;return lY(T5("div",{className:"opaca-ui-select-portal",style:{top:Z.top+4,left:Z.left,width:Z.width},children:[T5("button",{type:"button",className:"opaca-ui-select-content-overlay",style:{position:"fixed",inset:0,zIndex:-1,background:"transparent",border:"none",padding:0,width:"100%",height:"100%",cursor:"default"},onClick:()=>W.setOpen(!1),tabIndex:-1,"aria-hidden":"true"},void 0,!1,void 0,this),T5("div",{className:g("opaca-ui-select-content",q),children:Y},void 0,!1,void 0,this)]},void 0,!0,void 0,this),document.body)}function y5({value:Y,children:q,className:W}){let Z=$5.useContext(u0);if(!Z)throw Error("SelectItem must be used within a Select");let J=Z.value===Y;return T5("button",{type:"button",className:g("opaca-ui-select-item",W),"data-selected":J,onClick:()=>{Z.onValueChange?.(Y),Z.setOpen(!1)},children:q},void 0,!1,void 0,this)}function U1({children:Y}){return T5("div",{className:"opaca-ui-select-label",children:Y},void 0,!1,void 0,this)}function L1(){return T5("div",{className:"opaca-ui-select-separator"},void 0,!1,void 0,this)}import{jsxDEV as iY}from"react/jsx-dev-runtime";var a2=({className:Y="",orientation:q="horizontal",margin:W})=>{return iY("div",{className:`opaca-separator ${q} ${Y}`,style:W?{margin:W}:void 0,role:"none"},void 0,!1,void 0,this)};import{createPortal as tY}from"react-dom";import{jsxDEV as R5}from"react/jsx-dev-runtime";function c5({open:Y,onOpenChange:q,children:W}){if(!Y)return null;return tY(R5("div",{className:"opaca-ui-sheet-portal",children:[R5("button",{type:"button",className:"opaca-ui-sheet-overlay",onClick:()=>q(!1),tabIndex:-1,"aria-hidden":"true"},void 0,!1,void 0,this),R5("div",{className:"opaca-ui-sheet-wrapper",children:W},void 0,!1,void 0,this)]},void 0,!0,void 0,this),document.body)}function d5({children:Y,className:q,onClose:W}){return R5("div",{className:g("opaca-ui-sheet-content",q),children:[Y,W&&R5("button",{type:"button",onClick:W,className:"opaca-ui-sheet-close",children:[R5("svg",{"aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"opaca-ui-sheet-close-icon",children:[R5("line",{x1:"18",x2:"6",y1:"6",y2:"18"},void 0,!1,void 0,this),R5("line",{x1:"6",x2:"18",y1:"6",y2:"18"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),R5("span",{className:"opaca-ui-sr-only",children:"Close"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}function B0({children:Y,className:q}){return R5("div",{className:g("opaca-ui-sheet-header",q),children:Y},void 0,!1,void 0,this)}function R0({children:Y,className:q}){return R5("h2",{className:g("opaca-ui-sheet-title",q),children:Y},void 0,!1,void 0,this)}function P0({children:Y,className:q}){return R5("p",{className:g("opaca-ui-sheet-description",q),children:Y},void 0,!1,void 0,this)}function l2({children:Y,className:q}){return R5("div",{className:g("opaca-ui-sheet-footer",q),children:Y},void 0,!1,void 0,this)}import*as U5 from"react";import{jsxDEV as E0}from"react/jsx-dev-runtime";var t1=U5.createContext({}),s1=U5.forwardRef(({className:Y,value:q,defaultValue:W,onValueChange:Z,children:J,...H},G)=>{let[$,K]=U5.useState(W),Q=q!==void 0,U=Q?q:$,_=U5.useCallback((w)=>{if(!Q)K(w);if(Z)Z(w)},[Q,Z]),X=U5.useMemo(()=>({value:U,onValueChange:_}),[U,_]);return E0(t1.Provider,{value:X,children:E0("div",{ref:G,className:g("opaca-ui-tabs",Y),...H,children:J},void 0,!1,void 0,this)},void 0,!1,void 0,this)});s1.displayName="Tabs";var e1=U5.forwardRef(({className:Y,...q},W)=>E0("div",{ref:W,className:g("opaca-ui-tabs-list",Y),role:"tablist",...q},void 0,!1,void 0,this));e1.displayName="TabsList";var Y2=U5.forwardRef(({className:Y,value:q,disabled:W,...Z},J)=>{let H=U5.useContext(t1),G=H.value===q;return E0("button",{type:"button",role:"tab","aria-selected":G,"data-state":G?"active":"inactive",disabled:W,onClick:()=>{if(!W&&H.onValueChange)H.onValueChange(q)},ref:J,className:g("opaca-ui-tabs-trigger",Y),...Z},void 0,!1,void 0,this)});Y2.displayName="TabsTrigger";var q2=U5.forwardRef(({className:Y,value:q,...W},Z)=>{let H=U5.useContext(t1).value===q;if(!H)return null;return E0("div",{role:"tabpanel","data-state":H?"active":"inactive",ref:Z,className:g("opaca-ui-tabs-content",Y),...W},void 0,!1,void 0,this)});q2.displayName="TabsContent";import{jsxDEV as u}from"react/jsx-dev-runtime";function t2({children:Y,config:q,user:W,onLogout:Z}){let J=W2(b0),H=W2(W0),$=W2(f5)?.path||"/admin";return u("div",{className:"opaca-admin",children:[u("aside",{className:`opaca-sidebar ${J?"collapsed":""}`,children:[u("button",{type:"button",className:"opaca-sidebar-toggle",onClick:v1,title:J?"Expand Sidebar":"Collapse Sidebar",children:J?u(eY,{size:14},void 0,!1,void 0,this):u(sY,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this),u("div",{className:"opaca-sidebar-inner",children:[u("div",{className:"opaca-logo",title:q.appName||"OpacaCMS",children:J?u("div",{className:"opaca-logo-mini",children:(q.appName||"OpacaCMS").charAt(0).toUpperCase()},void 0,!1,void 0,this):q.appName||"OpacaCMS"},void 0,!1,void 0,this),u("nav",{className:"opaca-nav",children:[u(K5,{href:"/admin",className:`opaca-nav-item ${$==="/admin"?"active":""}`,title:"Dashboard",children:[u(W7,{size:16},void 0,!1,void 0,this),u("span",{className:"opaca-nav-label",children:"Dashboard"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),(()=>{let K=q.collections.filter((X)=>{if(X.hidden)return!1;if(typeof X.admin==="object"){if(X.admin.hidden||X.admin.disableAdmin)return!1}if(X.admin===!1)return!1;return!0}).sort((X,w)=>X.admin===w.admin?0:X.admin?-1:1),Q=K.filter((X)=>!X.slug.startsWith("_")),U=K.filter((X)=>X.slug.startsWith("_")),_=(X)=>{let w=X.slug.startsWith("_")?X.slug.replace(/^_/,""):X.slug,L=`/admin/collections/${w}`,B=X.label||X.slug.replace(/^_+/,"").replace(/_/g," ").replace(/\b\w/g,(R)=>R.toUpperCase()),y=X.slug==="_opaca_assets",M=X.icon&&X.icon in T0?T0[X.icon]:y?q7:Y7;return u(K5,{href:L,className:`opaca-nav-item ${$.includes(`/admin/collections/${w}`)?"active":""}`,title:B,children:[u(M,{size:16},void 0,!1,void 0,this),u("span",{className:"opaca-nav-label",children:B},void 0,!1,void 0,this),X.admin&&!J&&u("div",{style:{width:"4px",height:"4px",borderRadius:"50%",backgroundColor:"var(--opaca-accent)",marginLeft:"auto",opacity:0.8},title:"Universal Collection"},void 0,!1,void 0,this)]},X.slug,!0,void 0,this)};return u(w0,{className:"opaca-nav-scroll",style:{flex:1},children:[Q.length>0&&u(h0,{title:"Collections",isCollapsed:J,children:Q.map(_)},void 0,!1,void 0,this),Q.length>0&&U.length>0&&u("div",{style:{margin:"0.75rem 0.75rem"},children:u(a2,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),U.length>0&&u(h0,{title:"System Collections",isCollapsed:J,children:U.map(_)},void 0,!1,void 0,this),q.globals&&q.globals.length>0&&u(h0,{title:"Globals",isCollapsed:J,children:q.globals.map((X)=>{let w=`/admin/globals/${X.slug}`,L=X.label||X.slug.charAt(0).toUpperCase()+X.slug.slice(1),B=X.icon&&X.icon in T0?T0[X.icon]:i2;return u(K5,{href:w,className:`opaca-nav-item ${$===w?"active":""}`,title:L,children:[u(B,{size:16},void 0,!1,void 0,this),u("span",{className:"opaca-nav-label",children:L},void 0,!1,void 0,this)]},X.slug,!0,void 0,this)})},void 0,!1,void 0,this),H.length>0&&u(h0,{title:"Plugins",isCollapsed:J,children:H.map((X)=>{let w=X.icon&&X.icon in T0?T0[X.icon]:null,L=typeof X.icon==="string"&&X.icon.length<=2;return u(K5,{href:X.path,className:`opaca-nav-item ${$===X.path?"active":""}`,title:X.label,children:[w?u(w,{size:16},void 0,!1,void 0,this):L?u("span",{style:{fontSize:"16px",width:"16px",textAlign:"center"},children:X.icon},void 0,!1,void 0,this):u(i2,{size:16},void 0,!1,void 0,this),u("span",{className:"opaca-nav-label",children:X.label},void 0,!1,void 0,this)]},X.path,!0,void 0,this)})},void 0,!1,void 0,this)]},void 0,!0,void 0,this)})()]},void 0,!0,void 0,this),u("div",{className:"opaca-nav-footer",children:[W&&u("div",{className:"opaca-user-profile",style:{padding:"0.75rem",borderBottom:"1px solid var(--opaca-border)",marginBottom:"0.5rem",display:"flex",alignItems:"center",gap:"0.75rem",justifyContent:J?"center":"flex-start"},title:`${W.name} (${W.email})`,children:[W.image?u("img",{src:W.image,alt:W.name,style:{width:"32px",height:"32px",borderRadius:"50%",objectFit:"cover"}},void 0,!1,void 0,this):u("div",{style:{width:"32px",height:"32px",minWidth:"32px",borderRadius:"50%",background:"var(--opaca-accent)",color:"white",display:"flex",alignItems:"center",justifyContent:"center",fontSize:"0.75rem",fontWeight:"600"},children:W.name.charAt(0).toUpperCase()},void 0,!1,void 0,this),!J&&u("div",{style:{overflow:"hidden"},children:[u("div",{style:{fontSize:"0.8125rem",fontWeight:"500",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:W.name},void 0,!1,void 0,this),u("div",{style:{fontSize:"0.6875rem",color:"var(--opaca-text-dim)",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:W.email},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),u(K5,{href:"/admin/settings",className:`opaca-nav-item ${$==="/admin/settings"?"active":""}`,title:"Settings",children:[u(H7,{size:16},void 0,!1,void 0,this),u("span",{className:"opaca-nav-label",children:"Settings"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),u("button",{type:"button",onClick:Z,className:"opaca-nav-item",title:"Logout",style:{width:"100%",background:"none",border:"none",cursor:"pointer",textAlign:"left",fontFamily:"inherit",fontSize:"inherit",color:"var(--opaca-error)"},children:[u(Z7,{size:16},void 0,!1,void 0,this),u("span",{className:"opaca-nav-label",children:"Logout"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),u("main",{className:"opaca-content",children:u("div",{className:"opaca-content-inner",children:Y},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{ChevronRight as X7,Home as J7}from"lucide-react";import z7 from"react";import{jsxDEV as H0}from"react/jsx-dev-runtime";function s2({items:Y}){return H0("nav",{"aria-label":"Breadcrumb",style:{display:"flex",alignItems:"center",gap:"0.5rem",marginBottom:"1.5rem",fontSize:"0.8125rem",color:"var(--opaca-text-dim)"},children:[H0(K5,{href:"/admin",style:{display:"flex",alignItems:"center",color:"inherit",textDecoration:"none",transition:"color var(--opaca-transition)"},children:H0(J7,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this),Y.map((q,W)=>H0(z7.Fragment,{children:[H0(X7,{size:12,style:{opacity:0.5}},void 0,!1,void 0,this),q.href?H0(K5,{href:q.href,style:{color:"inherit",textDecoration:"none",transition:"color var(--opaca-transition)"},children:q.label},void 0,!1,void 0,this):H0("span",{style:{color:"var(--opaca-text)",fontWeight:"500"},children:q.label},void 0,!1,void 0,this)]},q.label||W,!0,void 0,this))]},void 0,!0,void 0,this)}import{CheckCircle as G7,Info as Q7,X as K7,XCircle as _7}from"lucide-react";import{useEffect as $7,useState as U7}from"react";import{jsxDEV as X0}from"react/jsx-dev-runtime";function L7({id:Y,message:q,type:W,onClear:Z}){let[J,H]=U7(!1);$7(()=>{let K=setTimeout(()=>{H(!0),setTimeout(()=>Z(Y),200)},4000);return()=>clearTimeout(K)},[Y,Z]);let G=W==="success"?G7:W==="error"?_7:Q7,$=W==="success"?"var(--opaca-success)":W==="error"?"var(--opaca-error)":"var(--opaca-accent)";return X0("div",{className:`opaca-toast opaca-toast-${W} ${J?"exit":""}`,children:[X0(G,{size:18,style:{color:$}},void 0,!1,void 0,this),X0("span",{className:"opaca-toast-message",children:q},void 0,!1,void 0,this),X0("button",{type:"button",onClick:()=>{H(!0),setTimeout(()=>Z(Y),200)},style:{background:"none",border:"none",padding:"4px",marginLeft:"auto",cursor:"pointer",color:"var(--opaca-text-dim)",display:"flex",alignItems:"center",justifyContent:"center"},children:X0(K7,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function e2({toasts:Y,onClear:q}){if(Y.length===0)return null;return X0("div",{className:"opaca-toast-container",children:Y.map((W)=>X0(L7,{...W,onClear:q},W.id,!1,void 0,this))},void 0,!1,void 0,this)}import{useStore as b4}from"@nanostores/react";import{ArrowDownAZ as g6,ArrowUpZA as m6,ChevronLeft as f6,ChevronRight as u6,Edit2 as E6,Inbox as j6,Loader2 as V6,Image as x6,Plus as C4,Search as D6}from"lucide-react";import{useEffect as S4,useMemo as y1,useState as k0}from"react";function n5(Y){if(!Y)return"";try{let q=JSON.parse(Y);if(!q.root||!q.root.children)return"";return Y4(q.root.children)}catch(q){if(typeof Y==="string"&&!Y.startsWith("{"))return Y;return""}}function Y4(Y){let q="";for(let W of Y){if(W.text)q+=W.text;else if(W.children)q+=Y4(W.children);if(W.type==="paragraph"||W.type==="heading"||W.type==="listitem")q+=" "}return q.trim()}import{atom as Z2,computed as H2}from"nanostores";import{nanoquery as w7}from"@nanostores/query";var[o5,j0,{invalidateKeys:qX,revalidateKeys:WX,mutateCache:ZX}]=w7({fetcher:(...Y)=>{let q=Y.join("");return j.get(q).json()}});var V0=Z2(null),B7=H2(V0,(Y)=>{if(!Y)return null;let q=new URLSearchParams;if(Y.page)q.set("page",Y.page.toString());if(Y.limit)q.set("limit",Y.limit.toString());if(Y.sort)q.set("sort",Y.sort);if(Y.filter)for(let[Z,J]of Object.entries(Y.filter))if(typeof J==="object"&&J!==null)for(let[H,G]of Object.entries(J))q.set(`${Z}[${H}]`,String(G));else q.set(`${Z}[equals]`,String(J));if(Y.search&&Y.searchField)q.set(`${Y.searchField}[like]`,`%${Y.search}%`);else if(Y.search)q.set("search",Y.search);if(Y.populate)q.set("populate",Y.populate);let W=q.toString();return`api/${Y.slug}${W?`?${W}`:""}`}),q4=o5([B7]),R7=Z2(null),P7=H2(R7,(Y)=>{if(!Y)return null;return`api/${Y.slug}/${Y.id}`}),GX=o5([P7]),QX=j0(async({data:Y,revalidate:q})=>{let{slug:W,id:Z,body:J}=Y,H=Z==="create"?"post":"patch",G=`api/${W}${Z==="create"?"":`/${Z}`}`,$=await j[H](G,{json:J}).json();return q(`api/${W}`),q(`api/${W}/${Z}`),$}),X2=Z2(null),T7=H2(X2,(Y)=>{if(!Y)return null;return`api/globals/${Y}`}),W4=o5([T7]),Z4=j0(async({data:Y,revalidate:q})=>{let{slug:W,body:Z}=Y,J=await j.patch(`api/globals/${W}`,{json:Z}).json();return q(`api/globals/${W}`),J});import{persistentAtom as M7}from"@nanostores/persistent";var a5=M7("opaca-column-visibility",{},{encode:JSON.stringify,decode:JSON.parse});function H4(Y,q){let W=a5.get(),Z=W[Y]||[],J=Z.includes(q)?Z.filter((H)=>H!==q):[...Z,q];a5.set({...W,[Y]:J})}function X4(Y,q,W){let Z=a5.get();if(Z[Y])return;let J=W&&W.length>0?W:q.filter((H)=>H.name).map((H)=>H.name);a5.set({...Z,[Y]:J})}F5();import{useStore as N7}from"@nanostores/react";import{Check as A7,ChevronDown as F7,Settings2 as y7}from"lucide-react";import{useEffect as O7,useRef as k7,useState as I7}from"react";import{jsxDEV as A5}from"react/jsx-dev-runtime";var J4=({slug:Y,fields:q})=>{let[W,Z]=I7(!1),J=k7(null),G=N7(a5)[Y]||[],$=q.filter((K)=>K.name);return O7(()=>{let K=(Q)=>{if(J.current&&!J.current.contains(Q.target))Z(!1)};return document.addEventListener("mousedown",K),()=>document.removeEventListener("mousedown",K)},[]),A5("div",{className:"opaca-column-toggle",ref:J,style:{position:"relative"},children:[A5("button",{type:"button",onClick:()=>Z(!W),className:"opaca-btn opaca-btn-outline",style:{display:"flex",alignItems:"center",gap:"0.5rem",padding:"0.5rem 0.75rem",fontSize:"0.875rem"},children:[A5(y7,{size:16},void 0,!1,void 0,this),"Columns",A5(F7,{size:14,style:{opacity:0.5,transform:W?"rotate(180deg)":"none",transition:"transform 0.2s"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this),W&&A5("div",{className:"opaca-card shadow-lg",style:{position:"absolute",top:"calc(100% + 0.5rem)",right:0,zIndex:100,minWidth:"200px",padding:"0.5rem",maxHeight:"300px",overflowY:"auto",border:"1px solid var(--opaca-border)",backgroundColor:"var(--opaca-card-bg)",borderRadius:"var(--opaca-radius)"},children:[A5("div",{style:{padding:"0.5rem",fontSize:"0.75rem",fontWeight:600,color:"var(--opaca-text-dim)",borderBottom:"1px solid var(--opaca-border)",marginBottom:"0.25rem"},children:"Toggle Columns"},void 0,!1,void 0,this),$.map((K)=>{let Q=G.includes(K.name);return A5("button",{type:"button",onClick:()=>H4(Y,K.name),style:{width:"100%",display:"flex",alignItems:"center",gap:"0.75rem",padding:"0.5rem 0.75rem",fontSize:"0.875rem",textAlign:"left",background:"none",border:"none",color:Q?"var(--opaca-text)":"var(--opaca-text-dim)",cursor:"pointer",borderRadius:"calc(var(--opaca-radius) - 4px)",transition:"background 0.2s"},className:"hover-bg",children:[A5("div",{style:{width:"16px",height:"16px",display:"flex",alignItems:"center",justifyContent:"center",border:Q?"1px solid var(--opaca-primary)":"1px solid var(--opaca-border)",backgroundColor:Q?"var(--opaca-primary)":"transparent",borderRadius:"4px",color:"white"},children:Q&&A5(A7,{size:12,strokeWidth:3},void 0,!1,void 0,this)},void 0,!1,void 0,this),A5("span",{style:{flex:1},children:K.label||K.name},void 0,!1,void 0,this)]},K.name,!0,void 0,this)})]},void 0,!0,void 0,this),A5("style",{children:`
|
|
1
|
+
var Cu=Object.create;var{getPrototypeOf:bu,defineProperty:cv,getOwnPropertyNames:ku}=Object;var Uu=Object.prototype.hasOwnProperty;function Su(J){return this[J]}var Du,Eu,DI=(J,Z,Q)=>{var X=J!=null&&typeof J==="object";if(X){var G=Z?Du??=new WeakMap:Eu??=new WeakMap,W=G.get(J);if(W)return W}Q=J!=null?Cu(bu(J)):{};let H=Z||!J||!J.__esModule?cv(Q,"default",{value:J,enumerable:!0}):Q;for(let q of ku(J))if(!Uu.call(H,q))cv(H,q,{get:Su.bind(J,q),enumerable:!0});if(X)G.set(J,H);return H};var tv=(J,Z)=>()=>(Z||J((Z={exports:{}}).exports,Z),Z.exports);var Ru=(J)=>J;function Mu(J,Z){this[J]=Ru.bind(null,Z)}var jR=(J,Z)=>{for(var Q in Z)cv(J,Q,{get:Z[Q],enumerable:!0,configurable:!0,set:Mu.bind(Z,Q)})};var X2=(J,Z)=>()=>(J&&(Z=J(J=0)),Z);function ov(){return iv+=1,()=>{if(iv-=1,iv===0){let J=fI;fI=[];for(let Z of J)Z()}}}var iv=0,fI;var II=X2(()=>{fI=[]});var TE;var ev=X2(()=>{TE=Symbol("clean")});var R2,G9=0,LR=4,wE=0,T1=(J)=>{let Z=[],Q={get(){if(!Q.lc)Q.listen(()=>{})();return Q.value},init:J,lc:0,listen(X){return Q.lc=Z.push(X),()=>{for(let W=G9+LR;W<R2.length;)if(R2[W]===X)R2.splice(W,LR);else W+=LR;let G=Z.indexOf(X);if(~G){if(Z.splice(G,1),!--Q.lc)Q.off()}}},notify(X,G){wE++;let W=!R2.length;for(let H of Z)R2.push(H,Q.value,X,G);if(W){for(G9=0;G9<R2.length;G9+=LR)R2[G9](R2[G9+1],R2[G9+2],R2[G9+3]);R2.length=0}},off(){},set(X){let G=Q.value;if(G!==X)Q.value=X,Q.notify(G)},subscribe(X){let G=Q.listen(X);return X(Q.value),G},value:J};return Q[TE]=()=>{Z=[],Q.lc=0,Q.off()},Q};var mR=X2(()=>{ev();R2=[]});var pu=0,lu=1,du=5,XJ=6,_R=10,Jx=(J,Z,Q,X)=>{if(J.events=J.events||{},!J.events[Q+_R])J.events[Q+_R]=X((G)=>{J.events[Q].reduceRight((W,H)=>(H(W),W),{shared:{},...G})});return J.events[Q]=J.events[Q]||[],J.events[Q].push(Z),()=>{let G=J.events[Q],W=G.indexOf(Z);if(G.splice(W,1),!G.length)delete J.events[Q],J.events[Q+_R](),delete J.events[Q+_R]}},Zx=(J,Z)=>Jx(J,Z,pu,(Q)=>{let X=J.listen;return J.listen=(G)=>{if(!J.lc&&!J.starting)J.starting=!0,Q(),delete J.starting;return X(G)},()=>{J.listen=X}}),uR=(J,Z)=>Jx(J,Z,lu,(Q)=>{let X=J.off;return J.off=()=>{Q(),X()},()=>{J.off=X}}),jI=1000,z3=(J,Z)=>{return Jx(J,(X)=>{let G=Z(X);if(G)J.events[XJ].push(G)},du,(X)=>{let G=J.listen;J.listen=(...H)=>{if(!J.lc&&!J.active)J.active=!0,X();return G(...H)};let W=J.off;J.events[XJ]=[],J.off=()=>{W(),setTimeout(()=>{if(J.active&&!J.lc){J.active=!1;for(let H of J.events[XJ])H();J.events[XJ]=[]}},jI)};{let H=J[TE];J[TE]=()=>{for(let q of J.events[XJ])q();J.events[XJ]=[],J.active=!1,H()}}return()=>{J.listen=G,J.off=W}})};var Yx=X2(()=>{ev()});function NI(J){if(!gI[J]){if(gI[J]=!0,typeof console<"u"&&console.warn)console.groupCollapsed("Nano Stores: "+J),console.trace("Source of deprecated call"),console.groupEnd()}}var gI;var LI=X2(()=>{gI={}});var mI=(J,Z,Q)=>{if(!Array.isArray(J))J=[J];let X,G,W=()=>{if(G===wE)return;G=wE;let B=J.map((F)=>F.get());if(!X||B.some((F,$)=>F!==X[$])){X=B;let F=Z(...B);if(F&&F.then&&F.t)NI("Use @nanostores/async for async computed. We will remove Promise support in computed() in Nano Stores 2.0"),F.then(($)=>{if(X===B)H.set($)});else H.set(F),G=wE}},H=T1(void 0),q=H.get;H.get=()=>{return W(),q()};let z,K=Q?()=>{clearTimeout(z),z=setTimeout(W)}:W;return z3(H,()=>{let B=J.map((F)=>F.listen(K));return W(),()=>{for(let F of B)F()}}),H},W9=(J,Z)=>mI(J,Z),Qx=(J,Z)=>mI(J,Z,!0);var _I=X2(()=>{mR();Yx();LI()});function Xx(J,Z,Q){let X=new Set(Z).add(void 0);return J.listen((G,W,H)=>{if(X.has(H))Q(G,W,H)})}var yE=(J={})=>{let Z=T1(J);return Z.setKey=function(Q,X){let G=Z.value;if(typeof X>"u"&&Q in Z.value)Z.value={...Z.value},delete Z.value[Q],Z.notify(G,Q);else if(Z.value[Q]!==X)Z.value={...Z.value,[Q]:X},Z.notify(G,Q)},Z};var uI=X2(()=>{mR()});var o2=X2(()=>{mR();_I();Yx();uI();II()});import{createAuthClient as Mz1}from"better-auth/client";import{adminClient as vz1}from"better-auth/client/plugins";var dR=null,aI=null,cI=(J)=>{if(!J||!J.startsWith("http"))return;let Q=J.replace(/\/$/,"")+"/api/auth";if(dR&&aI===Q)return;aI=Q,dR=Mz1({baseURL:Q,autoRefresh:!0,fetchOptions:{credentials:"include"},plugins:[vz1()]})},bD;var sR=X2(()=>{bD=new Proxy({},{get(J,Z){if(!dR)throw Error("Auth client not configured. Did you provide a valid serverUrl?");return dR[Z]}})});function xz1(){try{return typeof localStorage<"u"}catch{return!1}}function b9(J,Z=void 0,Q={}){let X=Q.encode||tI,G=Q.decode||tI,W=j4[J],H=T1(J in j4?G(W):Z),q=H.set;H.set=(B)=>{if(W=X(B),typeof W>"u")delete j4[J];else j4[J]=W;q(B)};function z(B){if(B.key===J)if(B.newValue===null)q(Z);else q(G(B.newValue));else if(!j4[J])q(Z)}function K(){if(W===j4[J])return;H.set(J in j4?G(j4[J]):Z)}return z3(H,()=>{if(K(),Q.listen!==!1)return qx.addEventListener(J,z,K),()=>{qx.removeEventListener(J,z,K)}}),H}var tI=(J)=>J,j4,qx,hz1;var rR=X2(()=>{o2();j4={},qx={addEventListener(){},removeEventListener(){}};if(xz1())j4=localStorage;hz1={addEventListener(J,Z,Q){window.addEventListener("storage",Z),window.addEventListener("pageshow",Q)},removeEventListener(J,Z,Q){window.removeEventListener("storage",Z),window.removeEventListener("pageshow",Q)}};if(typeof window<"u")qx=hz1});var nI={};jR(nI,{toggleSidebar:()=>zx,registerSidebarItem:()=>CE,notify:()=>P1,clearToast:()=>Kx,$toasts:()=>K3,$isSidebarCollapsed:()=>VE,$customSidebarItems:()=>B3});function zx(){VE.set(!VE.get())}function P1(J,Z="success"){let Q=Math.random().toString(36).substring(2,9);K3.set([...K3.get(),{id:Q,message:J,type:Z}])}function Kx(J){K3.set(K3.get().filter((Z)=>Z.id!==J))}function CE(J){let Z=B3.get();if(!Z.find((Q)=>Q.path===J.path)){if(J.render&&!J.component){if(J.component=`opaca-plugin-render-${Math.random().toString(36).substring(2,9)}`,typeof customElements<"u"&&!customElements.get(J.component)){let{component:Q,render:X}=J;class G extends HTMLElement{connectedCallback(){let W=this.getAttribute("server-url")||"",H=JSON.parse(this.getAttribute("config")||"{}"),q=JSON.parse(this.getAttribute("user")||"{}");this.innerHTML=X(W,H,q)}}customElements.define(Q,G)}}B3.set([...Z,J])}}var K3,VE,B3;var A5=X2(()=>{rR();o2();K3=T1([]),VE=b9("opaca-sidebar-collapsed",!1,{encode:JSON.stringify,decode:JSON.parse});B3=T1([])});var iI={};jR(iI,{syncSession:()=>aR,logout:()=>$x,login:()=>Bx,$user:()=>fz1,$session:()=>$3,$isAuthenticated:()=>Iz1,$isAuthPending:()=>g4});async function aR(){g4.set(!0);try{let J=await bD.getSession();$3.set(J.data)}catch(J){console.error("[OpacaCMS] Failed to sync session:",J)}finally{g4.set(!1)}}async function Bx(J){g4.set(!0);try{let Z=await bD.signIn.email({email:J.email,password:J.password});if(Z.error)throw Error(Z.error.message||"Invalid credentials");return await aR(),P1("Logged in successfully","success"),Z}catch(Z){throw P1(Z instanceof Error?Z.message:"Login failed","error"),Z}finally{g4.set(!1)}}async function $x(){g4.set(!0);try{await bD.signOut(),$3.set(null),P1("Logged out successfully")}catch{P1("Logout failed","error")}finally{g4.set(!1)}}var $3,g4,fz1,Iz1;var Fx=X2(()=>{o2();sR();A5();$3=T1(null),g4=T1(!0),fz1=W9($3,(J)=>J?.user??null),Iz1=W9($3,(J)=>!!J)});var zL=tv((pC2,Qv)=>{var vF1=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{},d=function(J){var Z=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,Q=0,X={},G={manual:J.Prism&&J.Prism.manual,disableWorkerMessageHandler:J.Prism&&J.Prism.disableWorkerMessageHandler,util:{encode:function A(T){if(T instanceof W)return new W(T.type,A(T.content),T.alias);else if(Array.isArray(T))return T.map(A);else return T.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(A){return Object.prototype.toString.call(A).slice(8,-1)},objId:function(A){if(!A.__id)Object.defineProperty(A,"__id",{value:++Q});return A.__id},clone:function A(T,w){w=w||{};var y,V;switch(G.util.type(T)){case"Object":if(V=G.util.objId(T),w[V])return w[V];y={},w[V]=y;for(var b in T)if(T.hasOwnProperty(b))y[b]=A(T[b],w);return y;case"Array":if(V=G.util.objId(T),w[V])return w[V];return y=[],w[V]=y,T.forEach(function(D,C){y[C]=A(D,w)}),y;default:return T}},getLanguage:function(A){while(A){var T=Z.exec(A.className);if(T)return T[1].toLowerCase();A=A.parentElement}return"none"},setLanguage:function(A,T){A.className=A.className.replace(RegExp(Z,"gi"),""),A.classList.add("language-"+T)},currentScript:function(){if(typeof document>"u")return null;if(document.currentScript&&document.currentScript.tagName==="SCRIPT")return document.currentScript;try{throw Error()}catch(y){var A=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(y.stack)||[])[1];if(A){var T=document.getElementsByTagName("script");for(var w in T)if(T[w].src==A)return T[w]}return null}},isActive:function(A,T,w){var y="no-"+T;while(A){var V=A.classList;if(V.contains(T))return!0;if(V.contains(y))return!1;A=A.parentElement}return!!w}},languages:{plain:X,plaintext:X,text:X,txt:X,extend:function(A,T){var w=G.util.clone(G.languages[A]);for(var y in T)w[y]=T[y];return w},insertBefore:function(A,T,w,y){y=y||G.languages;var V=y[A],b={};for(var D in V)if(V.hasOwnProperty(D)){if(D==T){for(var C in w)if(w.hasOwnProperty(C))b[C]=w[C]}if(!w.hasOwnProperty(D))b[D]=V[D]}var R=y[A];return y[A]=b,G.languages.DFS(G.languages,function(k,S){if(S===R&&k!=A)this[k]=b}),b},DFS:function A(T,w,y,V){V=V||{};var b=G.util.objId;for(var D in T)if(T.hasOwnProperty(D)){w.call(T,D,T[D],y||D);var C=T[D],R=G.util.type(C);if(R==="Object"&&!V[b(C)])V[b(C)]=!0,A(C,w,null,V);else if(R==="Array"&&!V[b(C)])V[b(C)]=!0,A(C,w,D,V)}}},plugins:{},highlightAll:function(A,T){G.highlightAllUnder(document,A,T)},highlightAllUnder:function(A,T,w){var y={callback:w,container:A,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};G.hooks.run("before-highlightall",y),y.elements=Array.prototype.slice.apply(y.container.querySelectorAll(y.selector)),G.hooks.run("before-all-elements-highlight",y);for(var V=0,b;b=y.elements[V++];)G.highlightElement(b,T===!0,y.callback)},highlightElement:function(A,T,w){var y=G.util.getLanguage(A),V=G.languages[y];G.util.setLanguage(A,y);var b=A.parentElement;if(b&&b.nodeName.toLowerCase()==="pre")G.util.setLanguage(b,y);var D=A.textContent,C={element:A,language:y,grammar:V,code:D};function R(S){C.highlightedCode=S,G.hooks.run("before-insert",C),C.element.innerHTML=C.highlightedCode,G.hooks.run("after-highlight",C),G.hooks.run("complete",C),w&&w.call(C.element)}if(G.hooks.run("before-sanity-check",C),b=C.element.parentElement,b&&b.nodeName.toLowerCase()==="pre"&&!b.hasAttribute("tabindex"))b.setAttribute("tabindex","0");if(!C.code){G.hooks.run("complete",C),w&&w.call(C.element);return}if(G.hooks.run("before-highlight",C),!C.grammar){R(G.util.encode(C.code));return}if(T&&J.Worker){var k=new Worker(G.filename);k.onmessage=function(S){R(S.data)},k.postMessage(JSON.stringify({language:C.language,code:C.code,immediateClose:!0}))}else R(G.highlight(C.code,C.grammar,C.language))},highlight:function(A,T,w){var y={code:A,grammar:T,language:w};if(G.hooks.run("before-tokenize",y),!y.grammar)throw Error('The language "'+y.language+'" has no grammar.');return y.tokens=G.tokenize(y.code,y.grammar),G.hooks.run("after-tokenize",y),W.stringify(G.util.encode(y.tokens),y.language)},tokenize:function(A,T){var w=T.rest;if(w){for(var y in w)T[y]=w[y];delete T.rest}var V=new z;return K(V,V.head,A),q(A,V,T,V.head,0),F(V)},hooks:{all:{},add:function(A,T){var w=G.hooks.all;w[A]=w[A]||[],w[A].push(T)},run:function(A,T){var w=G.hooks.all[A];if(!w||!w.length)return;for(var y=0,V;V=w[y++];)V(T)}},Token:W};J.Prism=G;function W(A,T,w,y){this.type=A,this.content=T,this.alias=w,this.length=(y||"").length|0}W.stringify=function A(T,w){if(typeof T=="string")return T;if(Array.isArray(T)){var y="";return T.forEach(function(R){y+=A(R,w)}),y}var V={type:T.type,content:A(T.content,w),tag:"span",classes:["token",T.type],attributes:{},language:w},b=T.alias;if(b)if(Array.isArray(b))Array.prototype.push.apply(V.classes,b);else V.classes.push(b);G.hooks.run("wrap",V);var D="";for(var C in V.attributes)D+=" "+C+'="'+(V.attributes[C]||"").replace(/"/g,""")+'"';return"<"+V.tag+' class="'+V.classes.join(" ")+'"'+D+">"+V.content+"</"+V.tag+">"};function H(A,T,w,y){A.lastIndex=T;var V=A.exec(w);if(V&&y&&V[1]){var b=V[1].length;V.index+=b,V[0]=V[0].slice(b)}return V}function q(A,T,w,y,V,b){for(var D in w){if(!w.hasOwnProperty(D)||!w[D])continue;var C=w[D];C=Array.isArray(C)?C:[C];for(var R=0;R<C.length;++R){if(b&&b.cause==D+","+R)return;var k=C[R],S=k.inside,x=!!k.lookbehind,N=!!k.greedy,s=k.alias;if(N&&!k.pattern.global){var m=k.pattern.toString().match(/[imsuy]*$/)[0];k.pattern=RegExp(k.pattern.source,m+"g")}var g=k.pattern||k;for(var _=y.next,c=V;_!==T.tail;c+=_.value.length,_=_.next){if(b&&c>=b.reach)break;var Q1=_.value;if(T.length>A.length)return;if(Q1 instanceof W)continue;var q1=1,E;if(N){if(E=H(g,c,A,x),!E||E.index>=A.length)break;var t1=E.index,p=E.index+E[0].length,t=c;t+=_.value.length;while(t1>=t)_=_.next,t+=_.value.length;if(t-=_.value.length,c=t,_.value instanceof W)continue;for(var n=_;n!==T.tail&&(t<p||typeof n.value==="string");n=n.next)q1++,t+=n.value.length;q1--,Q1=A.slice(c,t),E.index-=c}else if(E=H(g,0,Q1,x),!E)continue;var t1=E.index,d1=E[0],u1=Q1.slice(0,t1),K0=Q1.slice(t1+d1.length),E2=c+Q1.length;if(b&&E2>b.reach)b.reach=E2;var M0=_.prev;if(u1)M0=K(T,M0,u1),c+=u1.length;B(T,M0,q1);var s0=new W(D,S?G.tokenize(d1,S):d1,s,d1);if(_=K(T,M0,s0),K0)K(T,_,K0);if(q1>1){var n1={cause:D+","+R,reach:E2};if(q(A,T,w,_.prev,c,n1),b&&n1.reach>b.reach)b.reach=n1.reach}}}}}function z(){var A={value:null,prev:null,next:null},T={value:null,prev:A,next:null};A.next=T,this.head=A,this.tail=T,this.length=0}function K(A,T,w){var y=T.next,V={value:w,prev:T,next:y};return T.next=V,y.prev=V,A.length++,V}function B(A,T,w){var y=T.next;for(var V=0;V<w&&y!==A.tail;V++)y=y.next;T.next=y,y.prev=T,A.length-=V}function F(A){var T=[],w=A.head.next;while(w!==A.tail)T.push(w.value),w=w.next;return T}if(!J.document){if(!J.addEventListener)return G;if(!G.disableWorkerMessageHandler)J.addEventListener("message",function(A){var T=JSON.parse(A.data),w=T.language,y=T.code,V=T.immediateClose;if(J.postMessage(G.highlight(y,G.languages[w],w)),V)J.close()},!1);return G}var $=G.util.currentScript();if($){if(G.filename=$.src,$.hasAttribute("data-manual"))G.manual=!0}function P(){if(!G.manual)G.highlightAll()}if(!G.manual){var O=document.readyState;if(O==="loading"||O==="interactive"&&$&&$.defer)document.addEventListener("DOMContentLoaded",P);else if(window.requestAnimationFrame)window.requestAnimationFrame(P);else window.setTimeout(P,16)}return G}(vF1);if(typeof Qv<"u"&&Qv.exports)Qv.exports=d;if(typeof global<"u")global.Prism=d;d.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]};d.languages.markup.tag.inside["attr-value"].inside.entity=d.languages.markup.entity;d.languages.markup.doctype.inside["internal-subset"].inside=d.languages.markup;d.hooks.add("wrap",function(J){if(J.type==="entity")J.attributes.title=J.content.replace(/&/,"&")});Object.defineProperty(d.languages.markup.tag,"addInlined",{value:function(Z,Q){var X={};X["language-"+Q]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:d.languages[Q]},X.cdata=/^<!\[CDATA\[|\]\]>$/i;var G={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:X}};G["language-"+Q]={pattern:/[\s\S]+/,inside:d.languages[Q]};var W={};W[Z]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return Z}),"i"),lookbehind:!0,greedy:!0,inside:G},d.languages.insertBefore("markup","cdata",W)}});Object.defineProperty(d.languages.markup.tag,"addAttribute",{value:function(J,Z){d.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+J+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[Z,"language-"+Z],inside:d.languages[Z]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}});d.languages.html=d.languages.markup;d.languages.mathml=d.languages.markup;d.languages.svg=d.languages.markup;d.languages.xml=d.languages.extend("markup",{});d.languages.ssml=d.languages.xml;d.languages.atom=d.languages.xml;d.languages.rss=d.languages.xml;(function(J){var Z=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;J.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+Z.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+Z.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+Z.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+Z.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:Z,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},J.languages.css.atrule.inside.rest=J.languages.css;var Q=J.languages.markup;if(Q)Q.tag.addInlined("style","css"),Q.tag.addAttribute("style","css")})(d);d.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/};d.languages.javascript=d.languages.extend("clike",{"class-name":[d.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/});d.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;d.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:d.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:d.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:d.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:d.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:d.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});d.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:d.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}});d.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});if(d.languages.markup)d.languages.markup.tag.addInlined("script","javascript"),d.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript");d.languages.js=d.languages.javascript;(function(){if(typeof d>"u"||typeof document>"u")return;if(!Element.prototype.matches)Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector;var J="Loading…",Z=function($,P){return"✖ Error "+$+" while fetching file: "+P},Q="✖ Error: File does not exist or is empty",X={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},G="data-src-status",W="loading",H="loaded",q="failed",z="pre[data-src]:not(["+G+'="'+H+'"]):not(['+G+'="'+W+'"])';function K($,P,O){var A=new XMLHttpRequest;A.open("GET",$,!0),A.onreadystatechange=function(){if(A.readyState==4)if(A.status<400&&A.responseText)P(A.responseText);else if(A.status>=400)O(Z(A.status,A.statusText));else O(Q)},A.send(null)}function B($){var P=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec($||"");if(P){var O=Number(P[1]),A=P[2],T=P[3];if(!A)return[O,O];if(!T)return[O,void 0];return[O,Number(T)]}return}d.hooks.add("before-highlightall",function($){$.selector+=", "+z}),d.hooks.add("before-sanity-check",function($){var P=$.element;if(P.matches(z)){$.code="",P.setAttribute(G,W);var O=P.appendChild(document.createElement("CODE"));O.textContent=J;var A=P.getAttribute("data-src"),T=$.language;if(T==="none"){var w=(/\.(\w+)$/.exec(A)||[,"none"])[1];T=X[w]||w}d.util.setLanguage(O,T),d.util.setLanguage(P,T);var y=d.plugins.autoloader;if(y)y.loadLanguages(T);K(A,function(V){P.setAttribute(G,H);var b=B(P.getAttribute("data-range"));if(b){var D=V.split(/\r\n?|\n/g),C=b[0],R=b[1]==null?D.length:b[1];if(C<0)C+=D.length;if(C=Math.max(0,Math.min(C-1,D.length)),R<0)R+=D.length;if(R=Math.max(0,Math.min(R,D.length)),V=D.slice(C,R).join(`
|
|
2
|
+
`),!P.hasAttribute("data-start"))P.setAttribute("data-start",String(C+1))}O.textContent=V,d.highlightElement(O)},function(V){P.setAttribute(G,q),O.textContent=V})}}),d.plugins.fileHighlight={highlight:function(P){var O=(P||document).querySelectorAll(z);for(var A=0,T;T=O[A++];)d.highlightElement(T)}};var F=!1;d.fileHighlight=function(){if(!F)console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),F=!0;d.plugins.fileHighlight.highlight.apply(this,arguments)}})()});import*as Q2 from"react";var h_=tv((Zw1)=>{(function(){function J($,P){return $===P&&($!==0||1/$===1/P)||$!==$&&P!==P}function Z($,P){K||Q2.startTransition===void 0||(K=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var O=P();if(!B){var A=P();G(O,A)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),B=!0)}A=W({inst:{value:O,getSnapshot:P}});var T=A[0].inst,w=A[1];return q(function(){T.value=O,T.getSnapshot=P,Q(T)&&w({inst:T})},[$,O,P]),H(function(){return Q(T)&&w({inst:T}),$(function(){Q(T)&&w({inst:T})})},[$]),z(O),O}function Q($){var P=$.getSnapshot;$=$.value;try{var O=P();return!G($,O)}catch(A){return!0}}function X($,P){return P()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart==="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var G=typeof Object.is==="function"?Object.is:J,W=Q2.useState,H=Q2.useEffect,q=Q2.useLayoutEffect,z=Q2.useDebugValue,K=!1,B=!1,F=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?X:Z;Zw1.useSyncExternalStore=Q2.useSyncExternalStore!==void 0?Q2.useSyncExternalStore:F,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop==="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()});import*as Y9 from"react";var f_=tv((Yw1)=>{(function(){function J(z,K){return z===K&&(z!==0||1/z===1/K)||z!==z&&K!==K}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart==="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var Z=h_(),Q=typeof Object.is==="function"?Object.is:J,X=Z.useSyncExternalStore,G=Y9.useRef,W=Y9.useEffect,H=Y9.useMemo,q=Y9.useDebugValue;Yw1.useSyncExternalStoreWithSelector=function(z,K,B,F,$){var P=G(null);if(P.current===null){var O={hasValue:!1,value:null};P.current=O}else O=P.current;P=H(function(){function T(D){if(!w){if(w=!0,y=D,D=F(D),$!==void 0&&O.hasValue){var C=O.value;if($(C,D))return V=C}return V=D}if(C=V,Q(y,D))return C;var R=F(D);if($!==void 0&&$(C,R))return y=D,C;return y=D,V=R}var w=!1,y,V,b=B===void 0?null:B;return[function(){return T(K())},b===null?void 0:function(){return T(b())}]},[K,B,F,$]);var A=X(z,P[0],P[1]);return W(function(){O.hasValue=!0,O.value=A},[A]),q(A),A},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop==="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()});import MI from"react";import{createRoot as Lu}from"react-dom/client";var vu={stringify:(J)=>J?"true":"false",parse:(J)=>/^[ty1-9]/i.test(J)},xu={stringify:(J)=>J.name,parse:(J,Z,Q)=>{let X=(()=>{if(typeof window<"u"&&J in window)return window[J];if(typeof global<"u"&&J in global)return global[J]})();return typeof X=="function"?X.bind(Q):void 0}},hu={stringify:(J)=>JSON.stringify(J),parse:(J)=>JSON.parse(J)};function fu(J){return J.replace(/([a-z0-9])([A-Z])/g,(Z,Q,X)=>`${Q}-${X.toLowerCase()}`)}function Iu(J){return J.replace(/[-:]([a-z])/g,(Z,Q)=>`${Q.toUpperCase()}`)}var EI=Symbol.for("r2wc.bound"),ju={parse:(J,Z,Q)=>{let X=Iu(Z),G=Q;if(typeof G<"u"&&X in G&&typeof G[X]<"u"){let W=G[X];return EI in G[X]||(W=W.bind(G),Object.defineProperty(W,EI,{value:!0})),W}else return}},gu={stringify:(J)=>`${J}`,parse:(J)=>parseFloat(J)},Nu={stringify:(J)=>J,parse:(J)=>J},nv={string:Nu,number:gu,boolean:vu,function:xu,method:ju,json:hu},gR=Symbol.for("r2wc.render"),NR=Symbol.for("r2wc.connected"),q3=Symbol.for("r2wc.context"),i2=Symbol.for("r2wc.props");function RI(J,Z,Q){Z.props||(Z.props=J.propTypes?Object.keys(J.propTypes):[]),Z.events||(Z.events=[]);let X=Array.isArray(Z.props)?Z.props.slice():Object.keys(Z.props),G=Array.isArray(Z.events)?Z.events.slice():Object.keys(Z.events),W={},H={},q={},z={};for(let B of X){W[B]=Array.isArray(Z.props)?"string":Z.props[B];let F=fu(B);q[B]=F,z[F]=B}for(let B of G)H[B]=Array.isArray(Z.events)?{}:Z.events[B];class K extends HTMLElement{static get observedAttributes(){return Object.keys(z)}[NR]=!0;[q3];[i2]={};container;constructor(){super(),Z.shadow?this.container=this.attachShadow({mode:Z.shadow}):this.container=this,this[i2].container=this.container;for(let B of X){let F=q[B],$=this.getAttribute(F),P=W[B],O=P?nv[P]:null;O?.parse&&($||P==="method")&&(this[i2][B]=O.parse($,F,this))}for(let B of G)this[i2][B]=(F)=>{let $=B.replace(/^on/,"").toLowerCase();this.dispatchEvent(new CustomEvent($,{detail:F,...H[B]}))}}connectedCallback(){this[NR]=!0,this[gR]()}disconnectedCallback(){this[NR]=!1,this[q3]&&Q.unmount(this[q3]),delete this[q3]}attributeChangedCallback(B,F,$){let P=z[B],O=W[P],A=O?nv[O]:null;P in W&&A?.parse&&($||O==="method")&&(this[i2][P]=A.parse($,B,this),this[gR]())}[gR](){this[NR]&&(this[q3]?Q.update(this[q3],this[i2]):this[q3]=Q.mount(this.container,J,this[i2]))}}for(let B of X){let F=q[B],$=W[B];Object.defineProperty(K.prototype,B,{enumerable:!0,configurable:!0,get(){return this[i2][B]},set(P){this[i2][B]=P;let O=$?nv[$]:null;if(O?.stringify){let A=O.stringify(P,F,this);this.getAttribute(F)!==A&&(A==null?this.removeAttribute(F):this.setAttribute(F,A))}else B in W&&O?.parse&&(P||$==="method")&&(this[i2][B]=O.parse(P,F,this)),this[gR]()}})}return K}function mu(J,Z,Q){let X=Lu(J),G=MI.createElement(Z,Q);return X.render(G),{root:X,ReactComponent:Z}}function _u({root:J,ReactComponent:Z},Q){let X=MI.createElement(Z,Q);J.render(X)}function uu({root:J}){J.unmount()}function vI(J,Z={}){return RI(J,Z,{mount:mu,update:_u,unmount:uu})}var xI={debug:0,info:1,warn:2,error:3};class hI{config;constructor(J={}){this.config=J}shouldLog(J){if(this.config.disabled)return!1;let Z=this.config.level||"info";return xI[J]>=xI[Z]}info(J,...Z){if(!this.shouldLog("info"))return;console.log(`\x1B[34m[OpacaCMS]\x1B[0m ${J}`,...Z)}success(J,...Z){if(!this.shouldLog("info"))return;console.log(`\x1B[34m[OpacaCMS]\x1B[0m \x1B[32m${J}\x1B[0m`,...Z)}debug(J,...Z){if(!this.shouldLog("debug"))return;console.log(`\x1B[34m[OpacaCMS]\x1B[0m \x1B[90m${J}\x1B[0m`,...Z)}warn(J,...Z){if(!this.shouldLog("warn"))return;console.warn(`\x1B[34m[OpacaCMS]\x1B[0m \x1B[33mWarning: ${J}\x1B[0m`,...Z)}error(J,...Z){if(!this.shouldLog("error"))return;console.error(`\x1B[34m[OpacaCMS]\x1B[0m \x1B[31mError: ${J}\x1B[0m`,...Z)}format(J,Z){if(this.config.disableColors)return Z;switch(J){case"green":return`\x1B[32m${Z}\x1B[0m`;case"red":return`\x1B[31m${Z}\x1B[0m`;case"yellow":return`\x1B[33m${Z}\x1B[0m`;case"gray":return`\x1B[90m${Z}\x1B[0m`;default:return Z}}}var X9=new hI;o2();import{useCallback as ru,useRef as au,useSyncExternalStore as cu}from"react";var Gx=(J,Z)=>(Q)=>{if(J.current===Q)return;J.current=Q,Z()};function Y1(J,{keys:Z,deps:Q=[J,Z],ssr:X}={}){let G=au();G.current=J.get();let W=ru((z)=>{return Gx(G,z)(J.value),Z?.length>0?Xx(J,Z,Gx(G,z)):J.listen(Gx(G,z))},Q),H=()=>G.current,q=H;if(X&&"init"in J)q=X==="initial"?()=>J.init:X;return cu(W,H,q)}var C9={};jR(C9,{icons:()=>Hx,createLucideIcon:()=>Y,ZoomOutIcon:()=>CD,ZoomOut:()=>CD,ZoomInIcon:()=>VD,ZoomIn:()=>VD,ZodiacVirgoIcon:()=>yD,ZodiacVirgo:()=>yD,ZodiacTaurusIcon:()=>wD,ZodiacTaurus:()=>wD,ZodiacScorpioIcon:()=>TD,ZodiacScorpio:()=>TD,ZodiacSagittariusIcon:()=>OD,ZodiacSagittarius:()=>OD,ZodiacPiscesIcon:()=>PD,ZodiacPisces:()=>PD,ZodiacOphiuchusIcon:()=>AD,ZodiacOphiuchus:()=>AD,ZodiacLibraIcon:()=>FD,ZodiacLibra:()=>FD,ZodiacLeoIcon:()=>$D,ZodiacLeo:()=>$D,ZodiacGeminiIcon:()=>BD,ZodiacGemini:()=>BD,ZodiacCapricornIcon:()=>KD,ZodiacCapricorn:()=>KD,ZodiacCancerIcon:()=>zD,ZodiacCancer:()=>zD,ZodiacAriesIcon:()=>qD,ZodiacAries:()=>qD,ZodiacAquariusIcon:()=>HD,ZodiacAquarius:()=>HD,ZapOffIcon:()=>GD,ZapOff:()=>GD,ZapIcon:()=>WD,Zap:()=>WD,YoutubeIcon:()=>XD,Youtube:()=>XD,XSquareIcon:()=>B4,XSquare:()=>B4,XOctagonIcon:()=>d8,XOctagon:()=>d8,XLineTopIcon:()=>QD,XLineTop:()=>QD,XIcon:()=>F0,XCircleIcon:()=>f2,XCircle:()=>f2,X:()=>F0,WrenchIcon:()=>YD,Wrench:()=>YD,WrapTextIcon:()=>w4,WrapText:()=>w4,WormIcon:()=>ZD,Worm:()=>ZD,WorkflowIcon:()=>JD,Workflow:()=>JD,WineOffIcon:()=>iS,WineOff:()=>iS,WineIcon:()=>eS,Wine:()=>eS,WindIcon:()=>oS,WindArrowDownIcon:()=>nS,WindArrowDown:()=>nS,Wind:()=>oS,WifiZeroIcon:()=>cS,WifiZero:()=>cS,WifiSyncIcon:()=>aS,WifiSync:()=>aS,WifiPenIcon:()=>rS,WifiPen:()=>rS,WifiOffIcon:()=>sS,WifiOff:()=>sS,WifiLowIcon:()=>dS,WifiLow:()=>dS,WifiIcon:()=>tS,WifiHighIcon:()=>pS,WifiHigh:()=>pS,WifiCogIcon:()=>lS,WifiCog:()=>lS,Wifi:()=>tS,WholeWordIcon:()=>uS,WholeWord:()=>uS,WheatOffIcon:()=>mS,WheatOff:()=>mS,WheatIcon:()=>_S,Wheat:()=>_S,WeightTildeIcon:()=>NS,WeightTilde:()=>NS,WeightIcon:()=>LS,Weight:()=>LS,WebhookOffIcon:()=>jS,WebhookOff:()=>jS,WebhookIcon:()=>gS,Webhook:()=>gS,WebcamIcon:()=>IS,Webcam:()=>IS,WaypointsIcon:()=>fS,Waypoints:()=>fS,WavesLadderIcon:()=>xS,WavesLadder:()=>xS,WavesIcon:()=>hS,WavesArrowUpIcon:()=>vS,WavesArrowUp:()=>vS,WavesArrowDownIcon:()=>MS,WavesArrowDown:()=>MS,Waves:()=>hS,WatchIcon:()=>RS,Watch:()=>RS,WashingMachineIcon:()=>ES,WashingMachine:()=>ES,WarehouseIcon:()=>DS,Warehouse:()=>DS,WandSparklesIcon:()=>I4,WandSparkles:()=>I4,WandIcon:()=>SS,Wand2Icon:()=>I4,Wand2:()=>I4,Wand:()=>SS,WallpaperIcon:()=>US,Wallpaper:()=>US,WalletMinimalIcon:()=>f4,WalletMinimal:()=>f4,WalletIcon:()=>kS,WalletCardsIcon:()=>bS,WalletCards:()=>bS,Wallet2Icon:()=>f4,Wallet2:()=>f4,Wallet:()=>kS,VoteIcon:()=>CS,Vote:()=>CS,VolumeXIcon:()=>yS,VolumeX:()=>yS,VolumeOffIcon:()=>wS,VolumeOff:()=>wS,VolumeIcon:()=>VS,Volume2Icon:()=>OS,Volume2:()=>OS,Volume1Icon:()=>TS,Volume1:()=>TS,Volume:()=>VS,VolleyballIcon:()=>AS,Volleyball:()=>AS,VoicemailIcon:()=>PS,Voicemail:()=>PS,ViewIcon:()=>FS,View:()=>FS,VideotapeIcon:()=>$S,Videotape:()=>$S,VideoOffIcon:()=>zS,VideoOff:()=>zS,VideoIcon:()=>BS,Video:()=>BS,VibrateOffIcon:()=>qS,VibrateOff:()=>qS,VibrateIcon:()=>KS,Vibrate:()=>KS,VerifiedIcon:()=>p5,Verified:()=>p5,VenusIcon:()=>HS,VenusAndMarsIcon:()=>WS,VenusAndMars:()=>WS,Venus:()=>HS,VenetianMaskIcon:()=>GS,VenetianMask:()=>GS,VeganIcon:()=>XS,Vegan:()=>XS,VectorSquareIcon:()=>QS,VectorSquare:()=>QS,VaultIcon:()=>ZS,Vault:()=>ZS,VariableIcon:()=>YS,Variable:()=>YS,VanIcon:()=>JS,Van:()=>JS,UtilityPoleIcon:()=>eU,UtilityPole:()=>eU,UtensilsIcon:()=>h4,UtensilsCrossedIcon:()=>x4,UtensilsCrossed:()=>x4,Utensils:()=>h4,UsersRoundIcon:()=>v4,UsersRound:()=>v4,UsersIcon:()=>oU,Users2Icon:()=>v4,Users2:()=>v4,Users:()=>oU,UserXIcon:()=>iU,UserX2Icon:()=>R4,UserX2:()=>R4,UserX:()=>iU,UserStarIcon:()=>nU,UserStar:()=>nU,UserSquareIcon:()=>K4,UserSquare2Icon:()=>z4,UserSquare2:()=>z4,UserSquare:()=>K4,UserSearchIcon:()=>tU,UserSearch:()=>tU,UserRoundXIcon:()=>R4,UserRoundX:()=>R4,UserRoundSearchIcon:()=>cU,UserRoundSearch:()=>cU,UserRoundPlusIcon:()=>E4,UserRoundPlus:()=>E4,UserRoundPenIcon:()=>aU,UserRoundPen:()=>aU,UserRoundMinusIcon:()=>D4,UserRoundMinus:()=>D4,UserRoundKeyIcon:()=>rU,UserRoundKey:()=>rU,UserRoundIcon:()=>M4,UserRoundCogIcon:()=>S4,UserRoundCog:()=>S4,UserRoundCheckIcon:()=>U4,UserRoundCheck:()=>U4,UserRound:()=>M4,UserPlusIcon:()=>sU,UserPlus2Icon:()=>E4,UserPlus2:()=>E4,UserPlus:()=>sU,UserPenIcon:()=>dU,UserPen:()=>dU,UserMinusIcon:()=>pU,UserMinus2Icon:()=>D4,UserMinus2:()=>D4,UserMinus:()=>pU,UserLockIcon:()=>lU,UserLock:()=>lU,UserKeyIcon:()=>uU,UserKey:()=>uU,UserIcon:()=>P5,UserCogIcon:()=>_U,UserCog2Icon:()=>S4,UserCog2:()=>S4,UserCog:()=>_U,UserCircleIcon:()=>j7,UserCircle2Icon:()=>I7,UserCircle2:()=>I7,UserCircle:()=>j7,UserCheckIcon:()=>mU,UserCheck2Icon:()=>U4,UserCheck2:()=>U4,UserCheck:()=>mU,User2Icon:()=>M4,User2:()=>M4,User:()=>P5,UsbIcon:()=>LU,Usb:()=>LU,UploadIcon:()=>V9,UploadCloudIcon:()=>m7,UploadCloud:()=>m7,Upload:()=>V9,UnplugIcon:()=>NU,Unplug:()=>NU,UnlockKeyholeIcon:()=>j8,UnlockKeyhole:()=>j8,UnlockIcon:()=>g8,Unlock:()=>g8,UnlinkIcon:()=>gU,Unlink2Icon:()=>jU,Unlink2:()=>jU,Unlink:()=>gU,UniversityIcon:()=>k4,University:()=>k4,UngroupIcon:()=>fU,Ungroup:()=>fU,UnfoldVerticalIcon:()=>hU,UnfoldVertical:()=>hU,UnfoldHorizontalIcon:()=>xU,UnfoldHorizontal:()=>xU,UndoIcon:()=>IU,UndoDotIcon:()=>vU,UndoDot:()=>vU,Undo2Icon:()=>MU,Undo2:()=>MU,Undo:()=>IU,UnderlineIcon:()=>RU,Underline:()=>RU,UmbrellaOffIcon:()=>DU,UmbrellaOff:()=>DU,UmbrellaIcon:()=>EU,Umbrella:()=>EU,TypeOutlineIcon:()=>SU,TypeOutline:()=>SU,TypeIcon:()=>y9,Type:()=>y9,TwitterIcon:()=>kU,Twitter:()=>kU,TwitchIcon:()=>UU,Twitch:()=>UU,TvMinimalPlayIcon:()=>CU,TvMinimalPlay:()=>CU,TvMinimalIcon:()=>b4,TvMinimal:()=>b4,TvIcon:()=>bU,Tv2Icon:()=>b4,Tv2:()=>b4,Tv:()=>bU,TurtleIcon:()=>VU,Turtle:()=>VU,TurntableIcon:()=>wU,Turntable:()=>wU,TurkishLiraIcon:()=>yU,TurkishLira:()=>yU,TruckIcon:()=>TU,TruckElectricIcon:()=>OU,TruckElectric:()=>OU,Truck:()=>TU,TrophyIcon:()=>AU,Trophy:()=>AU,TriangleRightIcon:()=>PU,TriangleRight:()=>PU,TriangleIcon:()=>FU,TriangleDashedIcon:()=>$U,TriangleDashed:()=>$U,TriangleAlertIcon:()=>C4,TriangleAlert:()=>C4,Triangle:()=>FU,TrendingUpIcon:()=>BU,TrendingUpDownIcon:()=>KU,TrendingUpDown:()=>KU,TrendingUp:()=>BU,TrendingDownIcon:()=>zU,TrendingDown:()=>zU,TrelloIcon:()=>qU,Trello:()=>qU,TreesIcon:()=>WU,Trees:()=>WU,TreePineIcon:()=>HU,TreePine:()=>HU,TreePalmIcon:()=>V4,TreePalm:()=>V4,TreeDeciduousIcon:()=>GU,TreeDeciduous:()=>GU,TrashIcon:()=>XU,Trash2Icon:()=>G0,Trash2:()=>G0,Trash:()=>XU,TransgenderIcon:()=>QU,Transgender:()=>QU,TramFrontIcon:()=>y4,TramFront:()=>y4,TrainTrackIcon:()=>YU,TrainTrack:()=>YU,TrainIcon:()=>y4,TrainFrontTunnelIcon:()=>JU,TrainFrontTunnel:()=>JU,TrainFrontIcon:()=>ZU,TrainFront:()=>ZU,Train:()=>y4,TrafficConeIcon:()=>ek,TrafficCone:()=>ek,TractorIcon:()=>ok,Tractor:()=>ok,ToyBrickIcon:()=>ik,ToyBrick:()=>ik,TowerControlIcon:()=>nk,TowerControl:()=>nk,TowelRackIcon:()=>tk,TowelRack:()=>tk,TouchpadOffIcon:()=>ak,TouchpadOff:()=>ak,TouchpadIcon:()=>ck,Touchpad:()=>ck,TorusIcon:()=>rk,Torus:()=>rk,TornadoIcon:()=>sk,Tornado:()=>sk,ToolboxIcon:()=>dk,Toolbox:()=>dk,ToolCaseIcon:()=>pk,ToolCase:()=>pk,ToiletIcon:()=>lk,Toilet:()=>lk,ToggleRightIcon:()=>uk,ToggleRight:()=>uk,ToggleLeftIcon:()=>mk,ToggleLeft:()=>mk,TimerResetIcon:()=>Lk,TimerReset:()=>Lk,TimerOffIcon:()=>Nk,TimerOff:()=>Nk,TimerIcon:()=>_k,Timer:()=>_k,TicketsPlaneIcon:()=>Ik,TicketsPlane:()=>Ik,TicketsIcon:()=>gk,Tickets:()=>gk,TicketXIcon:()=>fk,TicketX:()=>fk,TicketSlashIcon:()=>xk,TicketSlash:()=>xk,TicketPlusIcon:()=>hk,TicketPlus:()=>hk,TicketPercentIcon:()=>vk,TicketPercent:()=>vk,TicketMinusIcon:()=>Mk,TicketMinus:()=>Mk,TicketIcon:()=>jk,TicketCheckIcon:()=>Rk,TicketCheck:()=>Rk,Ticket:()=>jk,ThumbsUpIcon:()=>Ek,ThumbsUp:()=>Ek,ThumbsDownIcon:()=>Dk,ThumbsDown:()=>Dk,ThermometerSunIcon:()=>Sk,ThermometerSun:()=>Sk,ThermometerSnowflakeIcon:()=>kk,ThermometerSnowflake:()=>kk,ThermometerIcon:()=>Uk,Thermometer:()=>Uk,TheaterIcon:()=>bk,Theater:()=>bk,TextWrapIcon:()=>w4,TextWrap:()=>w4,TextSelectionIcon:()=>T4,TextSelection:()=>T4,TextSelectIcon:()=>T4,TextSelect:()=>T4,TextSearchIcon:()=>Ck,TextSearch:()=>Ck,TextQuoteIcon:()=>Vk,TextQuote:()=>Vk,TextInitialIcon:()=>O4,TextInitial:()=>O4,TextIcon:()=>y2,TextCursorInputIcon:()=>wk,TextCursorInput:()=>wk,TextCursorIcon:()=>yk,TextCursor:()=>yk,TextAlignStartIcon:()=>y2,TextAlignStart:()=>y2,TextAlignJustifyIcon:()=>A4,TextAlignJustify:()=>A4,TextAlignEndIcon:()=>P4,TextAlignEnd:()=>P4,TextAlignCenterIcon:()=>F4,TextAlignCenter:()=>F4,Text:()=>y2,TestTubesIcon:()=>Tk,TestTubes:()=>Tk,TestTubeIcon:()=>Ok,TestTubeDiagonalIcon:()=>$4,TestTubeDiagonal:()=>$4,TestTube2Icon:()=>$4,TestTube2:()=>$4,TestTube:()=>Ok,TerminalSquareIcon:()=>q4,TerminalSquare:()=>q4,TerminalIcon:()=>Ak,Terminal:()=>Ak,TentTreeIcon:()=>Fk,TentTree:()=>Fk,TentIcon:()=>Pk,Tent:()=>Pk,TelescopeIcon:()=>$k,Telescope:()=>$k,TargetIcon:()=>Bk,Target:()=>Bk,TangentIcon:()=>Kk,Tangent:()=>Kk,Tally5Icon:()=>qk,Tally5:()=>qk,Tally4Icon:()=>zk,Tally4:()=>zk,Tally3Icon:()=>Hk,Tally3:()=>Hk,Tally2Icon:()=>Wk,Tally2:()=>Wk,Tally1Icon:()=>Xk,Tally1:()=>Xk,TagsIcon:()=>Gk,Tags:()=>Gk,TagIcon:()=>Qk,Tag:()=>Qk,TabletsIcon:()=>Yk,Tablets:()=>Yk,TabletSmartphoneIcon:()=>Jk,TabletSmartphone:()=>Jk,TabletIcon:()=>Zk,Tablet:()=>Zk,TableRowsSplitIcon:()=>ob,TableRowsSplit:()=>ob,TablePropertiesIcon:()=>nb,TableProperties:()=>nb,TableOfContentsIcon:()=>ib,TableOfContents:()=>ib,TableIcon:()=>eb,TableConfigIcon:()=>H2,TableConfig:()=>H2,TableColumnsSplitIcon:()=>tb,TableColumnsSplit:()=>tb,TableCellsSplitIcon:()=>cb,TableCellsSplit:()=>cb,TableCellsMergeIcon:()=>ab,TableCellsMerge:()=>ab,Table2Icon:()=>rb,Table2:()=>rb,Table:()=>eb,SyringeIcon:()=>sb,Syringe:()=>sb,SwordsIcon:()=>db,Swords:()=>db,SwordIcon:()=>lb,Sword:()=>lb,SwitchCameraIcon:()=>pb,SwitchCamera:()=>pb,SwissFrancIcon:()=>ub,SwissFranc:()=>ub,SwatchBookIcon:()=>_b,SwatchBook:()=>_b,SuperscriptIcon:()=>mb,Superscript:()=>mb,SunsetIcon:()=>Lb,Sunset:()=>Lb,SunriseIcon:()=>Nb,Sunrise:()=>Nb,SunSnowIcon:()=>jb,SunSnow:()=>jb,SunMoonIcon:()=>Ib,SunMoon:()=>Ib,SunMediumIcon:()=>fb,SunMedium:()=>fb,SunIcon:()=>gb,SunDimIcon:()=>hb,SunDim:()=>hb,Sun:()=>gb,SubtitlesIcon:()=>c5,Subtitles:()=>c5,SubscriptIcon:()=>xb,Subscript:()=>xb,StrikethroughIcon:()=>F5,Strikethrough:()=>F5,StretchVerticalIcon:()=>vb,StretchVertical:()=>vb,StretchHorizontalIcon:()=>Mb,StretchHorizontal:()=>Mb,StoreIcon:()=>Rb,Store:()=>Rb,StopCircleIcon:()=>f7,StopCircle:()=>f7,StoneIcon:()=>Db,Stone:()=>Db,StickyNoteIcon:()=>Eb,StickyNote:()=>Eb,StickerIcon:()=>Sb,Sticker:()=>Sb,StethoscopeIcon:()=>Ub,Stethoscope:()=>Ub,StepForwardIcon:()=>kb,StepForward:()=>kb,StepBackIcon:()=>Cb,StepBack:()=>Cb,StarsIcon:()=>B6,Stars:()=>B6,StarOffIcon:()=>yb,StarOff:()=>yb,StarIcon:()=>bb,StarHalfIcon:()=>Vb,StarHalf:()=>Vb,Star:()=>bb,StampIcon:()=>wb,Stamp:()=>wb,SquirrelIcon:()=>Tb,Squirrel:()=>Tb,SquircleIcon:()=>Ob,SquircleDashedIcon:()=>Ab,SquircleDashed:()=>Ab,Squircle:()=>Ob,SquaresUniteIcon:()=>Pb,SquaresUnite:()=>Pb,SquaresSubtractIcon:()=>Fb,SquaresSubtract:()=>Fb,SquaresIntersectIcon:()=>Bb,SquaresIntersect:()=>Bb,SquaresExcludeIcon:()=>$b,SquaresExclude:()=>$b,SquareXIcon:()=>B4,SquareX:()=>B4,SquareUserRoundIcon:()=>z4,SquareUserRound:()=>z4,SquareUserIcon:()=>K4,SquareUser:()=>K4,SquareTerminalIcon:()=>q4,SquareTerminal:()=>q4,SquareStopIcon:()=>zb,SquareStop:()=>zb,SquareStarIcon:()=>qb,SquareStar:()=>qb,SquareStackIcon:()=>Wb,SquareStack:()=>Wb,SquareSquareIcon:()=>Hb,SquareSquare:()=>Hb,SquareSplitVerticalIcon:()=>H4,SquareSplitVertical:()=>H4,SquareSplitHorizontalIcon:()=>W4,SquareSplitHorizontal:()=>W4,SquareSlashIcon:()=>G4,SquareSlash:()=>G4,SquareSigmaIcon:()=>X4,SquareSigma:()=>X4,SquareScissorsIcon:()=>Q4,SquareScissors:()=>Q4,SquareRoundCornerIcon:()=>Gb,SquareRoundCorner:()=>Gb,SquareRadicalIcon:()=>Xb,SquareRadical:()=>Xb,SquarePowerIcon:()=>Y4,SquarePower:()=>Y4,SquarePlusIcon:()=>Z4,SquarePlus:()=>Z4,SquarePlayIcon:()=>J4,SquarePlay:()=>J4,SquarePilcrowIcon:()=>e6,SquarePilcrow:()=>e6,SquarePiIcon:()=>o6,SquarePi:()=>o6,SquarePercentIcon:()=>i6,SquarePercent:()=>i6,SquarePenIcon:()=>h0,SquarePen:()=>h0,SquarePauseIcon:()=>Qb,SquarePause:()=>Qb,SquareParkingOffIcon:()=>t6,SquareParkingOff:()=>t6,SquareParkingIcon:()=>n6,SquareParking:()=>n6,SquareMousePointerIcon:()=>c6,SquareMousePointer:()=>c6,SquareMinusIcon:()=>a6,SquareMinus:()=>a6,SquareMenuIcon:()=>r6,SquareMenu:()=>r6,SquareMIcon:()=>s6,SquareM:()=>s6,SquareLibraryIcon:()=>d6,SquareLibrary:()=>d6,SquareKanbanIcon:()=>l6,SquareKanban:()=>l6,SquareIcon:()=>Kb,SquareGanttChartIcon:()=>w2,SquareGanttChart:()=>w2,SquareFunctionIcon:()=>p6,SquareFunction:()=>p6,SquareEqualIcon:()=>u6,SquareEqual:()=>u6,SquareDotIcon:()=>_6,SquareDot:()=>_6,SquareDivideIcon:()=>m6,SquareDivide:()=>m6,SquareDashedTopSolidIcon:()=>Yb,SquareDashedTopSolid:()=>Yb,SquareDashedMousePointerIcon:()=>N6,SquareDashedMousePointer:()=>N6,SquareDashedKanbanIcon:()=>g6,SquareDashedKanban:()=>g6,SquareDashedIcon:()=>L6,SquareDashedBottomIcon:()=>Jb,SquareDashedBottomCodeIcon:()=>Zb,SquareDashedBottomCode:()=>Zb,SquareDashedBottom:()=>Jb,SquareDashed:()=>L6,SquareCodeIcon:()=>j6,SquareCode:()=>j6,SquareChevronUpIcon:()=>I6,SquareChevronUp:()=>I6,SquareChevronRightIcon:()=>f6,SquareChevronRight:()=>f6,SquareChevronLeftIcon:()=>h6,SquareChevronLeft:()=>h6,SquareChevronDownIcon:()=>x6,SquareChevronDown:()=>x6,SquareCheckIcon:()=>M6,SquareCheckBigIcon:()=>v6,SquareCheckBig:()=>v6,SquareCheck:()=>M6,SquareChartGanttIcon:()=>w2,SquareChartGantt:()=>w2,SquareCenterlineDashedVerticalIcon:()=>R6,SquareCenterlineDashedVertical:()=>R6,SquareCenterlineDashedHorizontalIcon:()=>E6,SquareCenterlineDashedHorizontal:()=>E6,SquareBottomDashedScissorsIcon:()=>D6,SquareBottomDashedScissors:()=>D6,SquareAsteriskIcon:()=>S6,SquareAsterisk:()=>S6,SquareArrowUpRightIcon:()=>k6,SquareArrowUpRight:()=>k6,SquareArrowUpLeftIcon:()=>b6,SquareArrowUpLeft:()=>b6,SquareArrowUpIcon:()=>U6,SquareArrowUp:()=>U6,SquareArrowRightIcon:()=>C6,SquareArrowRightExitIcon:()=>eC,SquareArrowRightExit:()=>eC,SquareArrowRightEnterIcon:()=>oC,SquareArrowRightEnter:()=>oC,SquareArrowRight:()=>C6,SquareArrowOutUpRightIcon:()=>V6,SquareArrowOutUpRight:()=>V6,SquareArrowOutUpLeftIcon:()=>y6,SquareArrowOutUpLeft:()=>y6,SquareArrowOutDownRightIcon:()=>w6,SquareArrowOutDownRight:()=>w6,SquareArrowOutDownLeftIcon:()=>T6,SquareArrowOutDownLeft:()=>T6,SquareArrowLeftIcon:()=>O6,SquareArrowLeft:()=>O6,SquareArrowDownRightIcon:()=>A6,SquareArrowDownRight:()=>A6,SquareArrowDownLeftIcon:()=>F6,SquareArrowDownLeft:()=>F6,SquareArrowDownIcon:()=>P6,SquareArrowDown:()=>P6,SquareActivityIcon:()=>$6,SquareActivity:()=>$6,Square:()=>Kb,SproutIcon:()=>iC,Sprout:()=>iC,SprayCanIcon:()=>nC,SprayCan:()=>nC,SpotlightIcon:()=>cC,Spotlight:()=>cC,SpoolIcon:()=>tC,Spool:()=>tC,SplitSquareVerticalIcon:()=>H4,SplitSquareVertical:()=>H4,SplitSquareHorizontalIcon:()=>W4,SplitSquareHorizontal:()=>W4,SplitIcon:()=>aC,Split:()=>aC,SplinePointerIcon:()=>sC,SplinePointer:()=>sC,SplineIcon:()=>rC,Spline:()=>rC,SpellCheckIcon:()=>dC,SpellCheck2Icon:()=>pC,SpellCheck2:()=>pC,SpellCheck:()=>dC,SpeechIcon:()=>lC,Speech:()=>lC,SpeakerIcon:()=>uC,Speaker:()=>uC,SparklesIcon:()=>B6,Sparkles:()=>B6,SparkleIcon:()=>_C,Sparkle:()=>_C,SpadeIcon:()=>mC,Spade:()=>mC,SpaceIcon:()=>LC,Space:()=>LC,SoupIcon:()=>gC,Soup:()=>gC,SortDescIcon:()=>N5,SortDesc:()=>N5,SortAscIcon:()=>_5,SortAsc:()=>_5,SolarPanelIcon:()=>NC,SolarPanel:()=>NC,SofaIcon:()=>jC,Sofa:()=>jC,SoapDispenserDropletIcon:()=>IC,SoapDispenserDroplet:()=>IC,SnowflakeIcon:()=>fC,Snowflake:()=>fC,SnailIcon:()=>xC,Snail:()=>xC,SmilePlusIcon:()=>vC,SmilePlus:()=>vC,SmileIcon:()=>hC,Smile:()=>hC,SmartphoneNfcIcon:()=>RC,SmartphoneNfc:()=>RC,SmartphoneIcon:()=>MC,SmartphoneChargingIcon:()=>EC,SmartphoneCharging:()=>EC,Smartphone:()=>MC,SlidersVerticalIcon:()=>K6,SlidersVertical:()=>K6,SlidersIcon:()=>K6,SlidersHorizontalIcon:()=>SC,SlidersHorizontal:()=>SC,Sliders:()=>K6,SliceIcon:()=>DC,Slice:()=>DC,SlashSquareIcon:()=>G4,SlashSquare:()=>G4,SlashIcon:()=>UC,Slash:()=>UC,SlackIcon:()=>bC,Slack:()=>bC,SkullIcon:()=>kC,Skull:()=>kC,SkipForwardIcon:()=>CC,SkipForward:()=>CC,SkipBackIcon:()=>VC,SkipBack:()=>VC,SirenIcon:()=>yC,Siren:()=>yC,SignpostIcon:()=>wC,SignpostBigIcon:()=>TC,SignpostBig:()=>TC,Signpost:()=>wC,SignatureIcon:()=>OC,Signature:()=>OC,SignalZeroIcon:()=>PC,SignalZero:()=>PC,SignalMediumIcon:()=>FC,SignalMedium:()=>FC,SignalLowIcon:()=>BC,SignalLow:()=>BC,SignalIcon:()=>AC,SignalHighIcon:()=>$C,SignalHigh:()=>$C,Signal:()=>AC,SigmaSquareIcon:()=>X4,SigmaSquare:()=>X4,SigmaIcon:()=>qC,Sigma:()=>qC,SidebarOpenIcon:()=>c8,SidebarOpen:()=>c8,SidebarIcon:()=>n8,SidebarCloseIcon:()=>a8,SidebarClose:()=>a8,Sidebar:()=>n8,ShuffleIcon:()=>KC,Shuffle:()=>KC,ShrubIcon:()=>zC,Shrub:()=>zC,ShrinkIcon:()=>HC,Shrink:()=>HC,ShrimpIcon:()=>WC,Shrimp:()=>WC,ShredderIcon:()=>GC,Shredder:()=>GC,ShowerHeadIcon:()=>XC,ShowerHead:()=>XC,ShovelIcon:()=>QC,Shovel:()=>QC,ShoppingCartIcon:()=>YC,ShoppingCart:()=>YC,ShoppingBasketIcon:()=>JC,ShoppingBasket:()=>JC,ShoppingBagIcon:()=>ZC,ShoppingBag:()=>ZC,ShirtIcon:()=>eV,Shirt:()=>eV,ShipWheelIcon:()=>iV,ShipWheel:()=>iV,ShipIcon:()=>oV,Ship:()=>oV,ShieldXIcon:()=>z6,ShieldX:()=>z6,ShieldUserIcon:()=>tV,ShieldUser:()=>tV,ShieldQuestionMarkIcon:()=>q6,ShieldQuestionMark:()=>q6,ShieldQuestionIcon:()=>q6,ShieldQuestion:()=>q6,ShieldPlusIcon:()=>cV,ShieldPlus:()=>cV,ShieldOffIcon:()=>rV,ShieldOff:()=>rV,ShieldMinusIcon:()=>aV,ShieldMinus:()=>aV,ShieldIcon:()=>nV,ShieldHalfIcon:()=>sV,ShieldHalf:()=>sV,ShieldEllipsisIcon:()=>dV,ShieldEllipsis:()=>dV,ShieldCloseIcon:()=>z6,ShieldClose:()=>z6,ShieldCheckIcon:()=>w9,ShieldCheck:()=>w9,ShieldBanIcon:()=>lV,ShieldBan:()=>lV,ShieldAlertIcon:()=>pV,ShieldAlert:()=>pV,Shield:()=>nV,ShelvingUnitIcon:()=>uV,ShelvingUnit:()=>uV,ShellIcon:()=>_V,Shell:()=>_V,SheetIcon:()=>mV,Sheet:()=>mV,ShareIcon:()=>LV,Share2Icon:()=>NV,Share2:()=>NV,Share:()=>LV,ShapesIcon:()=>gV,Shapes:()=>gV,SettingsIcon:()=>$5,Settings2Icon:()=>B5,Settings2:()=>B5,Settings:()=>$5,ServerOffIcon:()=>fV,ServerOff:()=>fV,ServerIcon:()=>jV,ServerCrashIcon:()=>hV,ServerCrash:()=>hV,ServerCogIcon:()=>IV,ServerCog:()=>IV,Server:()=>jV,SeparatorVerticalIcon:()=>xV,SeparatorVertical:()=>xV,SeparatorHorizontalIcon:()=>vV,SeparatorHorizontal:()=>vV,SendToBackIcon:()=>RV,SendToBack:()=>RV,SendIcon:()=>MV,SendHorizontalIcon:()=>H6,SendHorizontal:()=>H6,SendHorizonalIcon:()=>H6,SendHorizonal:()=>H6,Send:()=>MV,SectionIcon:()=>EV,Section:()=>EV,SearchXIcon:()=>DV,SearchX:()=>DV,SearchSlashIcon:()=>SV,SearchSlash:()=>SV,SearchIcon:()=>T2,SearchCodeIcon:()=>UV,SearchCode:()=>UV,SearchCheckIcon:()=>kV,SearchCheck:()=>kV,SearchAlertIcon:()=>bV,SearchAlert:()=>bV,Search:()=>T2,ScrollTextIcon:()=>VV,ScrollText:()=>VV,ScrollIcon:()=>CV,Scroll:()=>CV,ScreenShareOffIcon:()=>wV,ScreenShareOff:()=>wV,ScreenShareIcon:()=>yV,ScreenShare:()=>yV,ScooterIcon:()=>TV,Scooter:()=>TV,ScissorsSquareIcon:()=>Q4,ScissorsSquareDashedBottomIcon:()=>D6,ScissorsSquareDashedBottom:()=>D6,ScissorsSquare:()=>Q4,ScissorsLineDashedIcon:()=>AV,ScissorsLineDashed:()=>AV,ScissorsIcon:()=>OV,Scissors:()=>OV,SchoolIcon:()=>PV,School2Icon:()=>k4,School2:()=>k4,School:()=>PV,ScatterChartIcon:()=>H7,ScatterChart:()=>H7,ScanTextIcon:()=>$V,ScanText:()=>$V,ScanSearchIcon:()=>KV,ScanSearch:()=>KV,ScanQrCodeIcon:()=>BV,ScanQrCode:()=>BV,ScanLineIcon:()=>zV,ScanLine:()=>zV,ScanIcon:()=>FV,ScanHeartIcon:()=>HV,ScanHeart:()=>HV,ScanFaceIcon:()=>qV,ScanFace:()=>qV,ScanEyeIcon:()=>WV,ScanEye:()=>WV,ScanBarcodeIcon:()=>GV,ScanBarcode:()=>GV,Scan:()=>FV,ScalingIcon:()=>XV,Scaling:()=>XV,ScaleIcon:()=>QV,Scale3dIcon:()=>W6,Scale3d:()=>W6,Scale3DIcon:()=>W6,Scale3D:()=>W6,Scale:()=>QV,SaveOffIcon:()=>ZV,SaveOff:()=>ZV,SaveIcon:()=>$0,SaveAllIcon:()=>YV,SaveAll:()=>YV,Save:()=>$0,SaudiRiyalIcon:()=>JV,SaudiRiyal:()=>JV,SatelliteIcon:()=>ey,SatelliteDishIcon:()=>oy,SatelliteDish:()=>oy,Satellite:()=>ey,SandwichIcon:()=>iy,Sandwich:()=>iy,SaladIcon:()=>ny,Salad:()=>ny,SailboatIcon:()=>ty,Sailboat:()=>ty,RussianRubleIcon:()=>cy,RussianRuble:()=>cy,RulerIcon:()=>ay,RulerDimensionLineIcon:()=>ry,RulerDimensionLine:()=>ry,Ruler:()=>ay,RssIcon:()=>sy,Rss:()=>sy,RowsIcon:()=>X6,Rows4Icon:()=>dy,Rows4:()=>dy,Rows3Icon:()=>G6,Rows3:()=>G6,Rows2Icon:()=>X6,Rows2:()=>X6,Rows:()=>X6,RouterIcon:()=>ly,Router:()=>ly,RouteOffIcon:()=>uy,RouteOff:()=>uy,RouteIcon:()=>py,Route:()=>py,RotateCwSquareIcon:()=>my,RotateCwSquare:()=>my,RotateCwIcon:()=>_y,RotateCw:()=>_y,RotateCcwSquareIcon:()=>Ly,RotateCcwSquare:()=>Ly,RotateCcwKeyIcon:()=>Ny,RotateCcwKey:()=>Ny,RotateCcwIcon:()=>T9,RotateCcw:()=>T9,Rotate3dIcon:()=>Q6,Rotate3d:()=>Q6,Rotate3DIcon:()=>Q6,Rotate3D:()=>Q6,RoseIcon:()=>gy,Rose:()=>gy,RollerCoasterIcon:()=>Iy,RollerCoaster:()=>Iy,RockingChairIcon:()=>jy,RockingChair:()=>jy,RocketIcon:()=>fy,Rocket:()=>fy,RibbonIcon:()=>hy,Ribbon:()=>hy,RewindIcon:()=>xy,Rewind:()=>xy,ReplyIcon:()=>My,ReplyAllIcon:()=>Ry,ReplyAll:()=>Ry,Reply:()=>My,ReplaceIcon:()=>vy,ReplaceAllIcon:()=>Ey,ReplaceAll:()=>Ey,Replace:()=>vy,RepeatIcon:()=>Dy,Repeat2Icon:()=>Sy,Repeat2:()=>Sy,Repeat1Icon:()=>Uy,Repeat1:()=>Uy,Repeat:()=>Dy,RemoveFormattingIcon:()=>by,RemoveFormatting:()=>by,RegexIcon:()=>ky,Regex:()=>ky,RefrigeratorIcon:()=>Cy,Refrigerator:()=>Cy,RefreshCwOffIcon:()=>wy,RefreshCwOff:()=>wy,RefreshCwIcon:()=>Vy,RefreshCw:()=>Vy,RefreshCcwIcon:()=>Ty,RefreshCcwDotIcon:()=>yy,RefreshCcwDot:()=>yy,RefreshCcw:()=>Ty,RedoIcon:()=>Oy,RedoDotIcon:()=>Ay,RedoDot:()=>Ay,Redo2Icon:()=>Py,Redo2:()=>Py,Redo:()=>Oy,RecycleIcon:()=>Fy,Recycle:()=>Fy,RectangleVerticalIcon:()=>$y,RectangleVertical:()=>$y,RectangleHorizontalIcon:()=>By,RectangleHorizontal:()=>By,RectangleGogglesIcon:()=>Ky,RectangleGoggles:()=>Ky,RectangleEllipsisIcon:()=>Y6,RectangleEllipsis:()=>Y6,RectangleCircleIcon:()=>zy,RectangleCircle:()=>zy,ReceiptTurkishLiraIcon:()=>Hy,ReceiptTurkishLira:()=>Hy,ReceiptTextIcon:()=>Wy,ReceiptText:()=>Wy,ReceiptSwissFrancIcon:()=>Gy,ReceiptSwissFranc:()=>Gy,ReceiptRussianRubleIcon:()=>Xy,ReceiptRussianRuble:()=>Xy,ReceiptPoundSterlingIcon:()=>Qy,ReceiptPoundSterling:()=>Qy,ReceiptJapaneseYenIcon:()=>Yy,ReceiptJapaneseYen:()=>Yy,ReceiptIndianRupeeIcon:()=>Zy,ReceiptIndianRupee:()=>Zy,ReceiptIcon:()=>qy,ReceiptEuroIcon:()=>Jy,ReceiptEuro:()=>Jy,ReceiptCentIcon:()=>ew,ReceiptCent:()=>ew,Receipt:()=>qy,RatioIcon:()=>ow,Ratio:()=>ow,RatIcon:()=>iw,Rat:()=>iw,RainbowIcon:()=>nw,Rainbow:()=>nw,RailSymbolIcon:()=>tw,RailSymbol:()=>tw,RadiusIcon:()=>cw,Radius:()=>cw,RadioTowerIcon:()=>rw,RadioTower:()=>rw,RadioReceiverIcon:()=>sw,RadioReceiver:()=>sw,RadioIcon:()=>aw,Radio:()=>aw,RadicalIcon:()=>dw,Radical:()=>dw,RadiationIcon:()=>pw,Radiation:()=>pw,RadarIcon:()=>lw,Radar:()=>lw,RabbitIcon:()=>uw,Rabbit:()=>uw,QuoteIcon:()=>K5,Quote:()=>K5,QrCodeIcon:()=>_w,QrCode:()=>_w,PyramidIcon:()=>mw,Pyramid:()=>mw,PuzzleIcon:()=>Lw,Puzzle:()=>Lw,ProportionsIcon:()=>Nw,Proportions:()=>Nw,ProjectorIcon:()=>gw,Projector:()=>gw,PrinterXIcon:()=>Iw,PrinterX:()=>Iw,PrinterIcon:()=>jw,PrinterCheckIcon:()=>fw,PrinterCheck:()=>fw,Printer:()=>jw,PresentationIcon:()=>hw,Presentation:()=>hw,PowerSquareIcon:()=>Y4,PowerSquare:()=>Y4,PowerOffIcon:()=>vw,PowerOff:()=>vw,PowerIcon:()=>xw,PowerCircleIcon:()=>x7,PowerCircle:()=>x7,Power:()=>xw,PoundSterlingIcon:()=>Rw,PoundSterling:()=>Rw,PopsicleIcon:()=>Mw,Popsicle:()=>Mw,PopcornIcon:()=>Ew,Popcorn:()=>Ew,PointerOffIcon:()=>Sw,PointerOff:()=>Sw,PointerIcon:()=>Dw,Pointer:()=>Dw,PodcastIcon:()=>Uw,Podcast:()=>Uw,PocketKnifeIcon:()=>bw,PocketKnife:()=>bw,PocketIcon:()=>kw,Pocket:()=>kw,PlusSquareIcon:()=>Z4,PlusSquare:()=>Z4,PlusIcon:()=>X0,PlusCircleIcon:()=>v7,PlusCircle:()=>v7,Plus:()=>X0,PlugZapIcon:()=>Z6,PlugZap2Icon:()=>Z6,PlugZap2:()=>Z6,PlugZap:()=>Z6,PlugIcon:()=>Cw,Plug2Icon:()=>Vw,Plug2:()=>Vw,Plug:()=>Cw,PlaySquareIcon:()=>J4,PlaySquare:()=>J4,PlayIcon:()=>yw,PlayCircleIcon:()=>M7,PlayCircle:()=>M7,Play:()=>yw,PlaneTakeoffIcon:()=>Tw,PlaneTakeoff:()=>Tw,PlaneLandingIcon:()=>Ow,PlaneLanding:()=>Ow,PlaneIcon:()=>ww,Plane:()=>ww,PizzaIcon:()=>Aw,Pizza:()=>Aw,PipetteIcon:()=>Pw,Pipette:()=>Pw,PinOffIcon:()=>$w,PinOff:()=>$w,PinIcon:()=>Fw,Pin:()=>Fw,PillIcon:()=>Bw,PillBottleIcon:()=>zw,PillBottle:()=>zw,Pill:()=>Bw,PilcrowSquareIcon:()=>e6,PilcrowSquare:()=>e6,PilcrowRightIcon:()=>qw,PilcrowRight:()=>qw,PilcrowLeftIcon:()=>Hw,PilcrowLeft:()=>Hw,PilcrowIcon:()=>Kw,Pilcrow:()=>Kw,PiggyBankIcon:()=>Ww,PiggyBank:()=>Ww,PieChartIcon:()=>W7,PieChart:()=>W7,PictureInPictureIcon:()=>Xw,PictureInPicture2Icon:()=>Gw,PictureInPicture2:()=>Gw,PictureInPicture:()=>Xw,PickaxeIcon:()=>Qw,Pickaxe:()=>Qw,PianoIcon:()=>Yw,Piano:()=>Yw,PiSquareIcon:()=>o6,PiSquare:()=>o6,PiIcon:()=>Zw,Pi:()=>Zw,PhoneOutgoingIcon:()=>Jw,PhoneOutgoing:()=>Jw,PhoneOffIcon:()=>oT,PhoneOff:()=>oT,PhoneMissedIcon:()=>iT,PhoneMissed:()=>iT,PhoneIncomingIcon:()=>nT,PhoneIncoming:()=>nT,PhoneIcon:()=>eT,PhoneForwardedIcon:()=>tT,PhoneForwarded:()=>tT,PhoneCallIcon:()=>cT,PhoneCall:()=>cT,Phone:()=>eT,PhilippinePesoIcon:()=>aT,PhilippinePeso:()=>aT,PersonStandingIcon:()=>rT,PersonStanding:()=>rT,PercentSquareIcon:()=>i6,PercentSquare:()=>i6,PercentIcon:()=>sT,PercentDiamondIcon:()=>d7,PercentDiamond:()=>d7,PercentCircleIcon:()=>R7,PercentCircle:()=>R7,Percent:()=>sT,PentagonIcon:()=>lT,Pentagon:()=>lT,PencilRulerIcon:()=>pT,PencilRuler:()=>pT,PencilOffIcon:()=>uT,PencilOff:()=>uT,PencilLineIcon:()=>_T,PencilLine:()=>_T,PencilIcon:()=>dT,Pencil:()=>dT,PenToolIcon:()=>mT,PenTool:()=>mT,PenSquareIcon:()=>h0,PenSquare:()=>h0,PenOffIcon:()=>LT,PenOff:()=>LT,PenLineIcon:()=>J6,PenLine:()=>J6,PenIcon:()=>a0,PenBoxIcon:()=>h0,PenBox:()=>h0,Pen:()=>a0,PcCaseIcon:()=>NT,PcCase:()=>NT,PawPrintIcon:()=>gT,PawPrint:()=>gT,PauseOctagonIcon:()=>l8,PauseOctagon:()=>l8,PauseIcon:()=>jT,PauseCircleIcon:()=>E7,PauseCircle:()=>E7,Pause:()=>jT,PartyPopperIcon:()=>IT,PartyPopper:()=>IT,ParkingSquareOffIcon:()=>t6,ParkingSquareOff:()=>t6,ParkingSquareIcon:()=>n6,ParkingSquare:()=>n6,ParkingMeterIcon:()=>fT,ParkingMeter:()=>fT,ParkingCircleOffIcon:()=>S7,ParkingCircleOff:()=>S7,ParkingCircleIcon:()=>D7,ParkingCircle:()=>D7,ParenthesesIcon:()=>hT,Parentheses:()=>hT,PaperclipIcon:()=>xT,Paperclip:()=>xT,PanelsTopLeftIcon:()=>e8,PanelsTopLeft:()=>e8,PanelsTopBottomIcon:()=>G6,PanelsTopBottom:()=>G6,PanelsRightBottomIcon:()=>vT,PanelsRightBottom:()=>vT,PanelsLeftRightIcon:()=>p7,PanelsLeftRight:()=>p7,PanelsLeftBottomIcon:()=>RT,PanelsLeftBottom:()=>RT,PanelTopOpenIcon:()=>ET,PanelTopOpen:()=>ET,PanelTopInactiveIcon:()=>o8,PanelTopInactive:()=>o8,PanelTopIcon:()=>MT,PanelTopDashedIcon:()=>o8,PanelTopDashed:()=>o8,PanelTopCloseIcon:()=>DT,PanelTopClose:()=>DT,PanelTopBottomDashedIcon:()=>UT,PanelTopBottomDashed:()=>UT,PanelTop:()=>MT,PanelRightOpenIcon:()=>kT,PanelRightOpen:()=>kT,PanelRightInactiveIcon:()=>i8,PanelRightInactive:()=>i8,PanelRightIcon:()=>ST,PanelRightDashedIcon:()=>i8,PanelRightDashed:()=>i8,PanelRightCloseIcon:()=>bT,PanelRightClose:()=>bT,PanelRight:()=>ST,PanelLeftRightDashedIcon:()=>CT,PanelLeftRightDashed:()=>CT,PanelLeftOpenIcon:()=>c8,PanelLeftOpen:()=>c8,PanelLeftInactiveIcon:()=>t8,PanelLeftInactive:()=>t8,PanelLeftIcon:()=>n8,PanelLeftDashedIcon:()=>t8,PanelLeftDashed:()=>t8,PanelLeftCloseIcon:()=>a8,PanelLeftClose:()=>a8,PanelLeft:()=>n8,PanelBottomOpenIcon:()=>yT,PanelBottomOpen:()=>yT,PanelBottomInactiveIcon:()=>r8,PanelBottomInactive:()=>r8,PanelBottomIcon:()=>VT,PanelBottomDashedIcon:()=>r8,PanelBottomDashed:()=>r8,PanelBottomCloseIcon:()=>wT,PanelBottomClose:()=>wT,PanelBottom:()=>VT,PandaIcon:()=>TT,Panda:()=>TT,PalmtreeIcon:()=>V4,Palmtree:()=>V4,PaletteIcon:()=>OT,Palette:()=>OT,PaintbrushVerticalIcon:()=>s8,PaintbrushVertical:()=>s8,PaintbrushIcon:()=>AT,Paintbrush2Icon:()=>s8,Paintbrush2:()=>s8,Paintbrush:()=>AT,PaintRollerIcon:()=>PT,PaintRoller:()=>PT,PaintBucketIcon:()=>FT,PaintBucket:()=>FT,PackageXIcon:()=>$T,PackageX:()=>$T,PackageSearchIcon:()=>BT,PackageSearch:()=>BT,PackagePlusIcon:()=>KT,PackagePlus:()=>KT,PackageOpenIcon:()=>zT,PackageOpen:()=>zT,PackageMinusIcon:()=>qT,PackageMinus:()=>qT,PackageIcon:()=>O2,PackageCheckIcon:()=>HT,PackageCheck:()=>HT,Package2Icon:()=>WT,Package2:()=>WT,Package:()=>O2,OutdentIcon:()=>F2,Outdent:()=>F2,OrigamiIcon:()=>GT,Origami:()=>GT,OrbitIcon:()=>XT,Orbit:()=>XT,OptionIcon:()=>QT,Option:()=>QT,OmegaIcon:()=>ZT,Omega:()=>ZT,OctagonXIcon:()=>d8,OctagonX:()=>d8,OctagonPauseIcon:()=>l8,OctagonPause:()=>l8,OctagonMinusIcon:()=>JT,OctagonMinus:()=>JT,OctagonIcon:()=>YT,OctagonAlertIcon:()=>p8,OctagonAlert:()=>p8,Octagon:()=>YT,NutOffIcon:()=>oO,NutOff:()=>oO,NutIcon:()=>eO,Nut:()=>eO,NotepadTextIcon:()=>iO,NotepadTextDashedIcon:()=>tO,NotepadTextDashed:()=>tO,NotepadText:()=>iO,NotebookTextIcon:()=>cO,NotebookText:()=>cO,NotebookTabsIcon:()=>aO,NotebookTabs:()=>aO,NotebookPenIcon:()=>rO,NotebookPen:()=>rO,NotebookIcon:()=>nO,Notebook:()=>nO,NonBinaryIcon:()=>sO,NonBinary:()=>sO,NfcIcon:()=>lO,Nfc:()=>lO,NewspaperIcon:()=>dO,Newspaper:()=>dO,NetworkIcon:()=>pO,Network:()=>pO,NavigationOffIcon:()=>uO,NavigationOff:()=>uO,NavigationIcon:()=>_O,Navigation2OffIcon:()=>LO,Navigation2Off:()=>LO,Navigation2Icon:()=>mO,Navigation2:()=>mO,Navigation:()=>_O,MusicIcon:()=>NO,Music4Icon:()=>gO,Music4:()=>gO,Music3Icon:()=>jO,Music3:()=>jO,Music2Icon:()=>IO,Music2:()=>IO,Music:()=>NO,MoveVerticalIcon:()=>xO,MoveVertical:()=>xO,MoveUpRightIcon:()=>vO,MoveUpRight:()=>vO,MoveUpLeftIcon:()=>MO,MoveUpLeft:()=>MO,MoveUpIcon:()=>hO,MoveUp:()=>hO,MoveRightIcon:()=>RO,MoveRight:()=>RO,MoveLeftIcon:()=>EO,MoveLeft:()=>EO,MoveIcon:()=>fO,MoveHorizontalIcon:()=>DO,MoveHorizontal:()=>DO,MoveDownRightIcon:()=>UO,MoveDownRight:()=>UO,MoveDownLeftIcon:()=>kO,MoveDownLeft:()=>kO,MoveDownIcon:()=>SO,MoveDown:()=>SO,MoveDiagonalIcon:()=>bO,MoveDiagonal2Icon:()=>CO,MoveDiagonal2:()=>CO,MoveDiagonal:()=>bO,Move3dIcon:()=>u8,Move3d:()=>u8,Move3DIcon:()=>u8,Move3D:()=>u8,Move:()=>fO,MouseRightIcon:()=>yO,MouseRight:()=>yO,MousePointerSquareDashedIcon:()=>N6,MousePointerSquareDashed:()=>N6,MousePointerIcon:()=>wO,MousePointerClickIcon:()=>TO,MousePointerClick:()=>TO,MousePointerBanIcon:()=>OO,MousePointerBan:()=>OO,MousePointer2OffIcon:()=>PO,MousePointer2Off:()=>PO,MousePointer2Icon:()=>AO,MousePointer2:()=>AO,MousePointer:()=>wO,MouseOffIcon:()=>FO,MouseOff:()=>FO,MouseLeftIcon:()=>$O,MouseLeft:()=>$O,MouseIcon:()=>VO,Mouse:()=>VO,MountainSnowIcon:()=>KO,MountainSnow:()=>KO,MountainIcon:()=>BO,Mountain:()=>BO,MotorbikeIcon:()=>zO,Motorbike:()=>zO,MoreVerticalIcon:()=>r7,MoreVertical:()=>r7,MoreHorizontalIcon:()=>a7,MoreHorizontal:()=>a7,MoonStarIcon:()=>HO,MoonStar:()=>HO,MoonIcon:()=>qO,Moon:()=>qO,MonitorXIcon:()=>GO,MonitorX:()=>GO,MonitorUpIcon:()=>XO,MonitorUp:()=>XO,MonitorStopIcon:()=>QO,MonitorStop:()=>QO,MonitorSpeakerIcon:()=>YO,MonitorSpeaker:()=>YO,MonitorSmartphoneIcon:()=>JO,MonitorSmartphone:()=>JO,MonitorPlayIcon:()=>ZO,MonitorPlay:()=>ZO,MonitorPauseIcon:()=>eA,MonitorPause:()=>eA,MonitorOffIcon:()=>oA,MonitorOff:()=>oA,MonitorIcon:()=>WO,MonitorDownIcon:()=>iA,MonitorDown:()=>iA,MonitorDotIcon:()=>nA,MonitorDot:()=>nA,MonitorCogIcon:()=>tA,MonitorCog:()=>tA,MonitorCloudIcon:()=>cA,MonitorCloud:()=>cA,MonitorCheckIcon:()=>aA,MonitorCheck:()=>aA,Monitor:()=>WO,MirrorRoundIcon:()=>rA,MirrorRound:()=>rA,MirrorRectangularIcon:()=>sA,MirrorRectangular:()=>sA,MinusSquareIcon:()=>a6,MinusSquare:()=>a6,MinusIcon:()=>dA,MinusCircleIcon:()=>U7,MinusCircle:()=>U7,Minus:()=>dA,MinimizeIcon:()=>lA,Minimize2Icon:()=>pA,Minimize2:()=>pA,Minimize:()=>lA,MilkOffIcon:()=>_A,MilkOff:()=>_A,MilkIcon:()=>uA,Milk:()=>uA,MilestoneIcon:()=>LA,Milestone:()=>LA,MicrowaveIcon:()=>mA,Microwave:()=>mA,MicroscopeIcon:()=>NA,Microscope:()=>NA,MicrochipIcon:()=>gA,Microchip:()=>gA,MicVocalIcon:()=>_8,MicVocal:()=>_8,MicOffIcon:()=>IA,MicOff:()=>IA,MicIcon:()=>jA,Mic2Icon:()=>_8,Mic2:()=>_8,Mic:()=>jA,MetronomeIcon:()=>fA,Metronome:()=>fA,MessagesSquareIcon:()=>hA,MessagesSquare:()=>hA,MessageSquareXIcon:()=>vA,MessageSquareX:()=>vA,MessageSquareWarningIcon:()=>RA,MessageSquareWarning:()=>RA,MessageSquareTextIcon:()=>MA,MessageSquareText:()=>MA,MessageSquareShareIcon:()=>EA,MessageSquareShare:()=>EA,MessageSquareReplyIcon:()=>DA,MessageSquareReply:()=>DA,MessageSquareQuoteIcon:()=>SA,MessageSquareQuote:()=>SA,MessageSquarePlusIcon:()=>UA,MessageSquarePlus:()=>UA,MessageSquareOffIcon:()=>kA,MessageSquareOff:()=>kA,MessageSquareMoreIcon:()=>bA,MessageSquareMore:()=>bA,MessageSquareLockIcon:()=>VA,MessageSquareLock:()=>VA,MessageSquareIcon:()=>xA,MessageSquareHeartIcon:()=>CA,MessageSquareHeart:()=>CA,MessageSquareDotIcon:()=>yA,MessageSquareDot:()=>yA,MessageSquareDiffIcon:()=>wA,MessageSquareDiff:()=>wA,MessageSquareDashedIcon:()=>TA,MessageSquareDashed:()=>TA,MessageSquareCodeIcon:()=>OA,MessageSquareCode:()=>OA,MessageSquareCheckIcon:()=>PA,MessageSquareCheck:()=>PA,MessageSquare:()=>xA,MessageCircleXIcon:()=>FA,MessageCircleX:()=>FA,MessageCircleWarningIcon:()=>$A,MessageCircleWarning:()=>$A,MessageCircleReplyIcon:()=>BA,MessageCircleReply:()=>BA,MessageCircleQuestionMarkIcon:()=>m8,MessageCircleQuestionMark:()=>m8,MessageCircleQuestionIcon:()=>m8,MessageCircleQuestion:()=>m8,MessageCirclePlusIcon:()=>KA,MessageCirclePlus:()=>KA,MessageCircleOffIcon:()=>zA,MessageCircleOff:()=>zA,MessageCircleMoreIcon:()=>HA,MessageCircleMore:()=>HA,MessageCircleIcon:()=>AA,MessageCircleHeartIcon:()=>WA,MessageCircleHeart:()=>WA,MessageCircleDashedIcon:()=>qA,MessageCircleDashed:()=>qA,MessageCircleCodeIcon:()=>XA,MessageCircleCode:()=>XA,MessageCircleCheckIcon:()=>GA,MessageCircleCheck:()=>GA,MessageCircle:()=>AA,MergeIcon:()=>QA,Merge:()=>QA,MenuSquareIcon:()=>r6,MenuSquare:()=>r6,MenuIcon:()=>YA,Menu:()=>YA,MemoryStickIcon:()=>ZA,MemoryStick:()=>ZA,MehIcon:()=>JA,Meh:()=>JA,MegaphoneOffIcon:()=>iP,MegaphoneOff:()=>iP,MegaphoneIcon:()=>eP,Megaphone:()=>eP,MedalIcon:()=>oP,Medal:()=>oP,MaximizeIcon:()=>nP,Maximize2Icon:()=>tP,Maximize2:()=>tP,Maximize:()=>nP,MartiniIcon:()=>cP,Martini:()=>cP,MarsStrokeIcon:()=>rP,MarsStroke:()=>rP,MarsIcon:()=>aP,Mars:()=>aP,MapPlusIcon:()=>dP,MapPlus:()=>dP,MapPinnedIcon:()=>lP,MapPinned:()=>lP,MapPinXInsideIcon:()=>_P,MapPinXInside:()=>_P,MapPinXIcon:()=>uP,MapPinX:()=>uP,MapPinPlusInsideIcon:()=>LP,MapPinPlusInside:()=>LP,MapPinPlusIcon:()=>mP,MapPinPlus:()=>mP,MapPinPenIcon:()=>L8,MapPinPen:()=>L8,MapPinOffIcon:()=>NP,MapPinOff:()=>NP,MapPinMinusInsideIcon:()=>jP,MapPinMinusInside:()=>jP,MapPinMinusIcon:()=>gP,MapPinMinus:()=>gP,MapPinIcon:()=>pP,MapPinHouseIcon:()=>IP,MapPinHouse:()=>IP,MapPinCheckInsideIcon:()=>hP,MapPinCheckInside:()=>hP,MapPinCheckIcon:()=>fP,MapPinCheck:()=>fP,MapPin:()=>pP,MapMinusIcon:()=>xP,MapMinus:()=>xP,MapIcon:()=>sP,Map:()=>sP,MailsIcon:()=>vP,Mails:()=>vP,MailboxIcon:()=>MP,Mailbox:()=>MP,MailXIcon:()=>EP,MailX:()=>EP,MailWarningIcon:()=>SP,MailWarning:()=>SP,MailSearchIcon:()=>DP,MailSearch:()=>DP,MailQuestionMarkIcon:()=>N8,MailQuestionMark:()=>N8,MailQuestionIcon:()=>N8,MailQuestion:()=>N8,MailPlusIcon:()=>UP,MailPlus:()=>UP,MailOpenIcon:()=>kP,MailOpen:()=>kP,MailMinusIcon:()=>bP,MailMinus:()=>bP,MailIcon:()=>RP,MailCheckIcon:()=>CP,MailCheck:()=>CP,Mail:()=>RP,MagnetIcon:()=>VP,Magnet:()=>VP,MSquareIcon:()=>s6,MSquare:()=>s6,LuggageIcon:()=>yP,Luggage:()=>yP,LucideZoomOut:()=>CD,LucideZoomIn:()=>VD,LucideZodiacVirgo:()=>yD,LucideZodiacTaurus:()=>wD,LucideZodiacScorpio:()=>TD,LucideZodiacSagittarius:()=>OD,LucideZodiacPisces:()=>PD,LucideZodiacOphiuchus:()=>AD,LucideZodiacLibra:()=>FD,LucideZodiacLeo:()=>$D,LucideZodiacGemini:()=>BD,LucideZodiacCapricorn:()=>KD,LucideZodiacCancer:()=>zD,LucideZodiacAries:()=>qD,LucideZodiacAquarius:()=>HD,LucideZapOff:()=>GD,LucideZap:()=>WD,LucideYoutube:()=>XD,LucideXSquare:()=>B4,LucideXOctagon:()=>d8,LucideXLineTop:()=>QD,LucideXCircle:()=>f2,LucideX:()=>F0,LucideWrench:()=>YD,LucideWrapText:()=>w4,LucideWorm:()=>ZD,LucideWorkflow:()=>JD,LucideWineOff:()=>iS,LucideWine:()=>eS,LucideWindArrowDown:()=>nS,LucideWind:()=>oS,LucideWifiZero:()=>cS,LucideWifiSync:()=>aS,LucideWifiPen:()=>rS,LucideWifiOff:()=>sS,LucideWifiLow:()=>dS,LucideWifiHigh:()=>pS,LucideWifiCog:()=>lS,LucideWifi:()=>tS,LucideWholeWord:()=>uS,LucideWheatOff:()=>mS,LucideWheat:()=>_S,LucideWeightTilde:()=>NS,LucideWeight:()=>LS,LucideWebhookOff:()=>jS,LucideWebhook:()=>gS,LucideWebcam:()=>IS,LucideWaypoints:()=>fS,LucideWavesLadder:()=>xS,LucideWavesArrowUp:()=>vS,LucideWavesArrowDown:()=>MS,LucideWaves:()=>hS,LucideWatch:()=>RS,LucideWashingMachine:()=>ES,LucideWarehouse:()=>DS,LucideWandSparkles:()=>I4,LucideWand2:()=>I4,LucideWand:()=>SS,LucideWallpaper:()=>US,LucideWalletMinimal:()=>f4,LucideWalletCards:()=>bS,LucideWallet2:()=>f4,LucideWallet:()=>kS,LucideVote:()=>CS,LucideVolumeX:()=>yS,LucideVolumeOff:()=>wS,LucideVolume2:()=>OS,LucideVolume1:()=>TS,LucideVolume:()=>VS,LucideVolleyball:()=>AS,LucideVoicemail:()=>PS,LucideView:()=>FS,LucideVideotape:()=>$S,LucideVideoOff:()=>zS,LucideVideo:()=>BS,LucideVibrateOff:()=>qS,LucideVibrate:()=>KS,LucideVerified:()=>p5,LucideVenusAndMars:()=>WS,LucideVenus:()=>HS,LucideVenetianMask:()=>GS,LucideVegan:()=>XS,LucideVectorSquare:()=>QS,LucideVault:()=>ZS,LucideVariable:()=>YS,LucideVan:()=>JS,LucideUtilityPole:()=>eU,LucideUtensilsCrossed:()=>x4,LucideUtensils:()=>h4,LucideUsersRound:()=>v4,LucideUsers2:()=>v4,LucideUsers:()=>oU,LucideUserX2:()=>R4,LucideUserX:()=>iU,LucideUserStar:()=>nU,LucideUserSquare2:()=>z4,LucideUserSquare:()=>K4,LucideUserSearch:()=>tU,LucideUserRoundX:()=>R4,LucideUserRoundSearch:()=>cU,LucideUserRoundPlus:()=>E4,LucideUserRoundPen:()=>aU,LucideUserRoundMinus:()=>D4,LucideUserRoundKey:()=>rU,LucideUserRoundCog:()=>S4,LucideUserRoundCheck:()=>U4,LucideUserRound:()=>M4,LucideUserPlus2:()=>E4,LucideUserPlus:()=>sU,LucideUserPen:()=>dU,LucideUserMinus2:()=>D4,LucideUserMinus:()=>pU,LucideUserLock:()=>lU,LucideUserKey:()=>uU,LucideUserCog2:()=>S4,LucideUserCog:()=>_U,LucideUserCircle2:()=>I7,LucideUserCircle:()=>j7,LucideUserCheck2:()=>U4,LucideUserCheck:()=>mU,LucideUser2:()=>M4,LucideUser:()=>P5,LucideUsb:()=>LU,LucideUploadCloud:()=>m7,LucideUpload:()=>V9,LucideUnplug:()=>NU,LucideUnlockKeyhole:()=>j8,LucideUnlock:()=>g8,LucideUnlink2:()=>jU,LucideUnlink:()=>gU,LucideUniversity:()=>k4,LucideUngroup:()=>fU,LucideUnfoldVertical:()=>hU,LucideUnfoldHorizontal:()=>xU,LucideUndoDot:()=>vU,LucideUndo2:()=>MU,LucideUndo:()=>IU,LucideUnderline:()=>RU,LucideUmbrellaOff:()=>DU,LucideUmbrella:()=>EU,LucideTypeOutline:()=>SU,LucideType:()=>y9,LucideTwitter:()=>kU,LucideTwitch:()=>UU,LucideTvMinimalPlay:()=>CU,LucideTvMinimal:()=>b4,LucideTv2:()=>b4,LucideTv:()=>bU,LucideTurtle:()=>VU,LucideTurntable:()=>wU,LucideTurkishLira:()=>yU,LucideTruckElectric:()=>OU,LucideTruck:()=>TU,LucideTrophy:()=>AU,LucideTriangleRight:()=>PU,LucideTriangleDashed:()=>$U,LucideTriangleAlert:()=>C4,LucideTriangle:()=>FU,LucideTrendingUpDown:()=>KU,LucideTrendingUp:()=>BU,LucideTrendingDown:()=>zU,LucideTrello:()=>qU,LucideTrees:()=>WU,LucideTreePine:()=>HU,LucideTreePalm:()=>V4,LucideTreeDeciduous:()=>GU,LucideTrash2:()=>G0,LucideTrash:()=>XU,LucideTransgender:()=>QU,LucideTramFront:()=>y4,LucideTrainTrack:()=>YU,LucideTrainFrontTunnel:()=>JU,LucideTrainFront:()=>ZU,LucideTrain:()=>y4,LucideTrafficCone:()=>ek,LucideTractor:()=>ok,LucideToyBrick:()=>ik,LucideTowerControl:()=>nk,LucideTowelRack:()=>tk,LucideTouchpadOff:()=>ak,LucideTouchpad:()=>ck,LucideTorus:()=>rk,LucideTornado:()=>sk,LucideToolbox:()=>dk,LucideToolCase:()=>pk,LucideToilet:()=>lk,LucideToggleRight:()=>uk,LucideToggleLeft:()=>mk,LucideTimerReset:()=>Lk,LucideTimerOff:()=>Nk,LucideTimer:()=>_k,LucideTicketsPlane:()=>Ik,LucideTickets:()=>gk,LucideTicketX:()=>fk,LucideTicketSlash:()=>xk,LucideTicketPlus:()=>hk,LucideTicketPercent:()=>vk,LucideTicketMinus:()=>Mk,LucideTicketCheck:()=>Rk,LucideTicket:()=>jk,LucideThumbsUp:()=>Ek,LucideThumbsDown:()=>Dk,LucideThermometerSun:()=>Sk,LucideThermometerSnowflake:()=>kk,LucideThermometer:()=>Uk,LucideTheater:()=>bk,LucideTextWrap:()=>w4,LucideTextSelection:()=>T4,LucideTextSelect:()=>T4,LucideTextSearch:()=>Ck,LucideTextQuote:()=>Vk,LucideTextInitial:()=>O4,LucideTextCursorInput:()=>wk,LucideTextCursor:()=>yk,LucideTextAlignStart:()=>y2,LucideTextAlignJustify:()=>A4,LucideTextAlignEnd:()=>P4,LucideTextAlignCenter:()=>F4,LucideText:()=>y2,LucideTestTubes:()=>Tk,LucideTestTubeDiagonal:()=>$4,LucideTestTube2:()=>$4,LucideTestTube:()=>Ok,LucideTerminalSquare:()=>q4,LucideTerminal:()=>Ak,LucideTentTree:()=>Fk,LucideTent:()=>Pk,LucideTelescope:()=>$k,LucideTarget:()=>Bk,LucideTangent:()=>Kk,LucideTally5:()=>qk,LucideTally4:()=>zk,LucideTally3:()=>Hk,LucideTally2:()=>Wk,LucideTally1:()=>Xk,LucideTags:()=>Gk,LucideTag:()=>Qk,LucideTablets:()=>Yk,LucideTabletSmartphone:()=>Jk,LucideTablet:()=>Zk,LucideTableRowsSplit:()=>ob,LucideTableProperties:()=>nb,LucideTableOfContents:()=>ib,LucideTableConfig:()=>H2,LucideTableColumnsSplit:()=>tb,LucideTableCellsSplit:()=>cb,LucideTableCellsMerge:()=>ab,LucideTable2:()=>rb,LucideTable:()=>eb,LucideSyringe:()=>sb,LucideSwords:()=>db,LucideSword:()=>lb,LucideSwitchCamera:()=>pb,LucideSwissFranc:()=>ub,LucideSwatchBook:()=>_b,LucideSuperscript:()=>mb,LucideSunset:()=>Lb,LucideSunrise:()=>Nb,LucideSunSnow:()=>jb,LucideSunMoon:()=>Ib,LucideSunMedium:()=>fb,LucideSunDim:()=>hb,LucideSun:()=>gb,LucideSubtitles:()=>c5,LucideSubscript:()=>xb,LucideStrikethrough:()=>F5,LucideStretchVertical:()=>vb,LucideStretchHorizontal:()=>Mb,LucideStore:()=>Rb,LucideStopCircle:()=>f7,LucideStone:()=>Db,LucideStickyNote:()=>Eb,LucideSticker:()=>Sb,LucideStethoscope:()=>Ub,LucideStepForward:()=>kb,LucideStepBack:()=>Cb,LucideStars:()=>B6,LucideStarOff:()=>yb,LucideStarHalf:()=>Vb,LucideStar:()=>bb,LucideStamp:()=>wb,LucideSquirrel:()=>Tb,LucideSquircleDashed:()=>Ab,LucideSquircle:()=>Ob,LucideSquaresUnite:()=>Pb,LucideSquaresSubtract:()=>Fb,LucideSquaresIntersect:()=>Bb,LucideSquaresExclude:()=>$b,LucideSquareX:()=>B4,LucideSquareUserRound:()=>z4,LucideSquareUser:()=>K4,LucideSquareTerminal:()=>q4,LucideSquareStop:()=>zb,LucideSquareStar:()=>qb,LucideSquareStack:()=>Wb,LucideSquareSquare:()=>Hb,LucideSquareSplitVertical:()=>H4,LucideSquareSplitHorizontal:()=>W4,LucideSquareSlash:()=>G4,LucideSquareSigma:()=>X4,LucideSquareScissors:()=>Q4,LucideSquareRoundCorner:()=>Gb,LucideSquareRadical:()=>Xb,LucideSquarePower:()=>Y4,LucideSquarePlus:()=>Z4,LucideSquarePlay:()=>J4,LucideSquarePilcrow:()=>e6,LucideSquarePi:()=>o6,LucideSquarePercent:()=>i6,LucideSquarePen:()=>h0,LucideSquarePause:()=>Qb,LucideSquareParkingOff:()=>t6,LucideSquareParking:()=>n6,LucideSquareMousePointer:()=>c6,LucideSquareMinus:()=>a6,LucideSquareMenu:()=>r6,LucideSquareM:()=>s6,LucideSquareLibrary:()=>d6,LucideSquareKanban:()=>l6,LucideSquareGanttChart:()=>w2,LucideSquareFunction:()=>p6,LucideSquareEqual:()=>u6,LucideSquareDot:()=>_6,LucideSquareDivide:()=>m6,LucideSquareDashedTopSolid:()=>Yb,LucideSquareDashedMousePointer:()=>N6,LucideSquareDashedKanban:()=>g6,LucideSquareDashedBottomCode:()=>Zb,LucideSquareDashedBottom:()=>Jb,LucideSquareDashed:()=>L6,LucideSquareCode:()=>j6,LucideSquareChevronUp:()=>I6,LucideSquareChevronRight:()=>f6,LucideSquareChevronLeft:()=>h6,LucideSquareChevronDown:()=>x6,LucideSquareCheckBig:()=>v6,LucideSquareCheck:()=>M6,LucideSquareChartGantt:()=>w2,LucideSquareCenterlineDashedVertical:()=>R6,LucideSquareCenterlineDashedHorizontal:()=>E6,LucideSquareBottomDashedScissors:()=>D6,LucideSquareAsterisk:()=>S6,LucideSquareArrowUpRight:()=>k6,LucideSquareArrowUpLeft:()=>b6,LucideSquareArrowUp:()=>U6,LucideSquareArrowRightExit:()=>eC,LucideSquareArrowRightEnter:()=>oC,LucideSquareArrowRight:()=>C6,LucideSquareArrowOutUpRight:()=>V6,LucideSquareArrowOutUpLeft:()=>y6,LucideSquareArrowOutDownRight:()=>w6,LucideSquareArrowOutDownLeft:()=>T6,LucideSquareArrowLeft:()=>O6,LucideSquareArrowDownRight:()=>A6,LucideSquareArrowDownLeft:()=>F6,LucideSquareArrowDown:()=>P6,LucideSquareActivity:()=>$6,LucideSquare:()=>Kb,LucideSprout:()=>iC,LucideSprayCan:()=>nC,LucideSpotlight:()=>cC,LucideSpool:()=>tC,LucideSplitSquareVertical:()=>H4,LucideSplitSquareHorizontal:()=>W4,LucideSplit:()=>aC,LucideSplinePointer:()=>sC,LucideSpline:()=>rC,LucideSpellCheck2:()=>pC,LucideSpellCheck:()=>dC,LucideSpeech:()=>lC,LucideSpeaker:()=>uC,LucideSparkles:()=>B6,LucideSparkle:()=>_C,LucideSpade:()=>mC,LucideSpace:()=>LC,LucideSoup:()=>gC,LucideSortDesc:()=>N5,LucideSortAsc:()=>_5,LucideSolarPanel:()=>NC,LucideSofa:()=>jC,LucideSoapDispenserDroplet:()=>IC,LucideSnowflake:()=>fC,LucideSnail:()=>xC,LucideSmilePlus:()=>vC,LucideSmile:()=>hC,LucideSmartphoneNfc:()=>RC,LucideSmartphoneCharging:()=>EC,LucideSmartphone:()=>MC,LucideSlidersVertical:()=>K6,LucideSlidersHorizontal:()=>SC,LucideSliders:()=>K6,LucideSlice:()=>DC,LucideSlashSquare:()=>G4,LucideSlash:()=>UC,LucideSlack:()=>bC,LucideSkull:()=>kC,LucideSkipForward:()=>CC,LucideSkipBack:()=>VC,LucideSiren:()=>yC,LucideSignpostBig:()=>TC,LucideSignpost:()=>wC,LucideSignature:()=>OC,LucideSignalZero:()=>PC,LucideSignalMedium:()=>FC,LucideSignalLow:()=>BC,LucideSignalHigh:()=>$C,LucideSignal:()=>AC,LucideSigmaSquare:()=>X4,LucideSigma:()=>qC,LucideSidebarOpen:()=>c8,LucideSidebarClose:()=>a8,LucideSidebar:()=>n8,LucideShuffle:()=>KC,LucideShrub:()=>zC,LucideShrink:()=>HC,LucideShrimp:()=>WC,LucideShredder:()=>GC,LucideShowerHead:()=>XC,LucideShovel:()=>QC,LucideShoppingCart:()=>YC,LucideShoppingBasket:()=>JC,LucideShoppingBag:()=>ZC,LucideShirt:()=>eV,LucideShipWheel:()=>iV,LucideShip:()=>oV,LucideShieldX:()=>z6,LucideShieldUser:()=>tV,LucideShieldQuestionMark:()=>q6,LucideShieldQuestion:()=>q6,LucideShieldPlus:()=>cV,LucideShieldOff:()=>rV,LucideShieldMinus:()=>aV,LucideShieldHalf:()=>sV,LucideShieldEllipsis:()=>dV,LucideShieldClose:()=>z6,LucideShieldCheck:()=>w9,LucideShieldBan:()=>lV,LucideShieldAlert:()=>pV,LucideShield:()=>nV,LucideShelvingUnit:()=>uV,LucideShell:()=>_V,LucideSheet:()=>mV,LucideShare2:()=>NV,LucideShare:()=>LV,LucideShapes:()=>gV,LucideSettings2:()=>B5,LucideSettings:()=>$5,LucideServerOff:()=>fV,LucideServerCrash:()=>hV,LucideServerCog:()=>IV,LucideServer:()=>jV,LucideSeparatorVertical:()=>xV,LucideSeparatorHorizontal:()=>vV,LucideSendToBack:()=>RV,LucideSendHorizontal:()=>H6,LucideSendHorizonal:()=>H6,LucideSend:()=>MV,LucideSection:()=>EV,LucideSearchX:()=>DV,LucideSearchSlash:()=>SV,LucideSearchCode:()=>UV,LucideSearchCheck:()=>kV,LucideSearchAlert:()=>bV,LucideSearch:()=>T2,LucideScrollText:()=>VV,LucideScroll:()=>CV,LucideScreenShareOff:()=>wV,LucideScreenShare:()=>yV,LucideScooter:()=>TV,LucideScissorsSquareDashedBottom:()=>D6,LucideScissorsSquare:()=>Q4,LucideScissorsLineDashed:()=>AV,LucideScissors:()=>OV,LucideSchool2:()=>k4,LucideSchool:()=>PV,LucideScatterChart:()=>H7,LucideScanText:()=>$V,LucideScanSearch:()=>KV,LucideScanQrCode:()=>BV,LucideScanLine:()=>zV,LucideScanHeart:()=>HV,LucideScanFace:()=>qV,LucideScanEye:()=>WV,LucideScanBarcode:()=>GV,LucideScan:()=>FV,LucideScaling:()=>XV,LucideScale3d:()=>W6,LucideScale3D:()=>W6,LucideScale:()=>QV,LucideSaveOff:()=>ZV,LucideSaveAll:()=>YV,LucideSave:()=>$0,LucideSaudiRiyal:()=>JV,LucideSatelliteDish:()=>oy,LucideSatellite:()=>ey,LucideSandwich:()=>iy,LucideSalad:()=>ny,LucideSailboat:()=>ty,LucideRussianRuble:()=>cy,LucideRulerDimensionLine:()=>ry,LucideRuler:()=>ay,LucideRss:()=>sy,LucideRows4:()=>dy,LucideRows3:()=>G6,LucideRows2:()=>X6,LucideRows:()=>X6,LucideRouter:()=>ly,LucideRouteOff:()=>uy,LucideRoute:()=>py,LucideRotateCwSquare:()=>my,LucideRotateCw:()=>_y,LucideRotateCcwSquare:()=>Ly,LucideRotateCcwKey:()=>Ny,LucideRotateCcw:()=>T9,LucideRotate3d:()=>Q6,LucideRotate3D:()=>Q6,LucideRose:()=>gy,LucideRollerCoaster:()=>Iy,LucideRockingChair:()=>jy,LucideRocket:()=>fy,LucideRibbon:()=>hy,LucideRewind:()=>xy,LucideReplyAll:()=>Ry,LucideReply:()=>My,LucideReplaceAll:()=>Ey,LucideReplace:()=>vy,LucideRepeat2:()=>Sy,LucideRepeat1:()=>Uy,LucideRepeat:()=>Dy,LucideRemoveFormatting:()=>by,LucideRegex:()=>ky,LucideRefrigerator:()=>Cy,LucideRefreshCwOff:()=>wy,LucideRefreshCw:()=>Vy,LucideRefreshCcwDot:()=>yy,LucideRefreshCcw:()=>Ty,LucideRedoDot:()=>Ay,LucideRedo2:()=>Py,LucideRedo:()=>Oy,LucideRecycle:()=>Fy,LucideRectangleVertical:()=>$y,LucideRectangleHorizontal:()=>By,LucideRectangleGoggles:()=>Ky,LucideRectangleEllipsis:()=>Y6,LucideRectangleCircle:()=>zy,LucideReceiptTurkishLira:()=>Hy,LucideReceiptText:()=>Wy,LucideReceiptSwissFranc:()=>Gy,LucideReceiptRussianRuble:()=>Xy,LucideReceiptPoundSterling:()=>Qy,LucideReceiptJapaneseYen:()=>Yy,LucideReceiptIndianRupee:()=>Zy,LucideReceiptEuro:()=>Jy,LucideReceiptCent:()=>ew,LucideReceipt:()=>qy,LucideRatio:()=>ow,LucideRat:()=>iw,LucideRainbow:()=>nw,LucideRailSymbol:()=>tw,LucideRadius:()=>cw,LucideRadioTower:()=>rw,LucideRadioReceiver:()=>sw,LucideRadio:()=>aw,LucideRadical:()=>dw,LucideRadiation:()=>pw,LucideRadar:()=>lw,LucideRabbit:()=>uw,LucideQuote:()=>K5,LucideQrCode:()=>_w,LucidePyramid:()=>mw,LucidePuzzle:()=>Lw,LucideProportions:()=>Nw,LucideProjector:()=>gw,LucidePrinterX:()=>Iw,LucidePrinterCheck:()=>fw,LucidePrinter:()=>jw,LucidePresentation:()=>hw,LucidePowerSquare:()=>Y4,LucidePowerOff:()=>vw,LucidePowerCircle:()=>x7,LucidePower:()=>xw,LucidePoundSterling:()=>Rw,LucidePopsicle:()=>Mw,LucidePopcorn:()=>Ew,LucidePointerOff:()=>Sw,LucidePointer:()=>Dw,LucidePodcast:()=>Uw,LucidePocketKnife:()=>bw,LucidePocket:()=>kw,LucidePlusSquare:()=>Z4,LucidePlusCircle:()=>v7,LucidePlus:()=>X0,LucidePlugZap2:()=>Z6,LucidePlugZap:()=>Z6,LucidePlug2:()=>Vw,LucidePlug:()=>Cw,LucidePlaySquare:()=>J4,LucidePlayCircle:()=>M7,LucidePlay:()=>yw,LucidePlaneTakeoff:()=>Tw,LucidePlaneLanding:()=>Ow,LucidePlane:()=>ww,LucidePizza:()=>Aw,LucidePipette:()=>Pw,LucidePinOff:()=>$w,LucidePin:()=>Fw,LucidePillBottle:()=>zw,LucidePill:()=>Bw,LucidePilcrowSquare:()=>e6,LucidePilcrowRight:()=>qw,LucidePilcrowLeft:()=>Hw,LucidePilcrow:()=>Kw,LucidePiggyBank:()=>Ww,LucidePieChart:()=>W7,LucidePictureInPicture2:()=>Gw,LucidePictureInPicture:()=>Xw,LucidePickaxe:()=>Qw,LucidePiano:()=>Yw,LucidePiSquare:()=>o6,LucidePi:()=>Zw,LucidePhoneOutgoing:()=>Jw,LucidePhoneOff:()=>oT,LucidePhoneMissed:()=>iT,LucidePhoneIncoming:()=>nT,LucidePhoneForwarded:()=>tT,LucidePhoneCall:()=>cT,LucidePhone:()=>eT,LucidePhilippinePeso:()=>aT,LucidePersonStanding:()=>rT,LucidePercentSquare:()=>i6,LucidePercentDiamond:()=>d7,LucidePercentCircle:()=>R7,LucidePercent:()=>sT,LucidePentagon:()=>lT,LucidePencilRuler:()=>pT,LucidePencilOff:()=>uT,LucidePencilLine:()=>_T,LucidePencil:()=>dT,LucidePenTool:()=>mT,LucidePenSquare:()=>h0,LucidePenOff:()=>LT,LucidePenLine:()=>J6,LucidePenBox:()=>h0,LucidePen:()=>a0,LucidePcCase:()=>NT,LucidePawPrint:()=>gT,LucidePauseOctagon:()=>l8,LucidePauseCircle:()=>E7,LucidePause:()=>jT,LucidePartyPopper:()=>IT,LucideParkingSquareOff:()=>t6,LucideParkingSquare:()=>n6,LucideParkingMeter:()=>fT,LucideParkingCircleOff:()=>S7,LucideParkingCircle:()=>D7,LucideParentheses:()=>hT,LucidePaperclip:()=>xT,LucidePanelsTopLeft:()=>e8,LucidePanelsTopBottom:()=>G6,LucidePanelsRightBottom:()=>vT,LucidePanelsLeftRight:()=>p7,LucidePanelsLeftBottom:()=>RT,LucidePanelTopOpen:()=>ET,LucidePanelTopInactive:()=>o8,LucidePanelTopDashed:()=>o8,LucidePanelTopClose:()=>DT,LucidePanelTopBottomDashed:()=>UT,LucidePanelTop:()=>MT,LucidePanelRightOpen:()=>kT,LucidePanelRightInactive:()=>i8,LucidePanelRightDashed:()=>i8,LucidePanelRightClose:()=>bT,LucidePanelRight:()=>ST,LucidePanelLeftRightDashed:()=>CT,LucidePanelLeftOpen:()=>c8,LucidePanelLeftInactive:()=>t8,LucidePanelLeftDashed:()=>t8,LucidePanelLeftClose:()=>a8,LucidePanelLeft:()=>n8,LucidePanelBottomOpen:()=>yT,LucidePanelBottomInactive:()=>r8,LucidePanelBottomDashed:()=>r8,LucidePanelBottomClose:()=>wT,LucidePanelBottom:()=>VT,LucidePanda:()=>TT,LucidePalmtree:()=>V4,LucidePalette:()=>OT,LucidePaintbrushVertical:()=>s8,LucidePaintbrush2:()=>s8,LucidePaintbrush:()=>AT,LucidePaintRoller:()=>PT,LucidePaintBucket:()=>FT,LucidePackageX:()=>$T,LucidePackageSearch:()=>BT,LucidePackagePlus:()=>KT,LucidePackageOpen:()=>zT,LucidePackageMinus:()=>qT,LucidePackageCheck:()=>HT,LucidePackage2:()=>WT,LucidePackage:()=>O2,LucideOutdent:()=>F2,LucideOrigami:()=>GT,LucideOrbit:()=>XT,LucideOption:()=>QT,LucideOmega:()=>ZT,LucideOctagonX:()=>d8,LucideOctagonPause:()=>l8,LucideOctagonMinus:()=>JT,LucideOctagonAlert:()=>p8,LucideOctagon:()=>YT,LucideNutOff:()=>oO,LucideNut:()=>eO,LucideNotepadTextDashed:()=>tO,LucideNotepadText:()=>iO,LucideNotebookText:()=>cO,LucideNotebookTabs:()=>aO,LucideNotebookPen:()=>rO,LucideNotebook:()=>nO,LucideNonBinary:()=>sO,LucideNfc:()=>lO,LucideNewspaper:()=>dO,LucideNetwork:()=>pO,LucideNavigationOff:()=>uO,LucideNavigation2Off:()=>LO,LucideNavigation2:()=>mO,LucideNavigation:()=>_O,LucideMusic4:()=>gO,LucideMusic3:()=>jO,LucideMusic2:()=>IO,LucideMusic:()=>NO,LucideMoveVertical:()=>xO,LucideMoveUpRight:()=>vO,LucideMoveUpLeft:()=>MO,LucideMoveUp:()=>hO,LucideMoveRight:()=>RO,LucideMoveLeft:()=>EO,LucideMoveHorizontal:()=>DO,LucideMoveDownRight:()=>UO,LucideMoveDownLeft:()=>kO,LucideMoveDown:()=>SO,LucideMoveDiagonal2:()=>CO,LucideMoveDiagonal:()=>bO,LucideMove3d:()=>u8,LucideMove3D:()=>u8,LucideMove:()=>fO,LucideMouseRight:()=>yO,LucideMousePointerSquareDashed:()=>N6,LucideMousePointerClick:()=>TO,LucideMousePointerBan:()=>OO,LucideMousePointer2Off:()=>PO,LucideMousePointer2:()=>AO,LucideMousePointer:()=>wO,LucideMouseOff:()=>FO,LucideMouseLeft:()=>$O,LucideMouse:()=>VO,LucideMountainSnow:()=>KO,LucideMountain:()=>BO,LucideMotorbike:()=>zO,LucideMoreVertical:()=>r7,LucideMoreHorizontal:()=>a7,LucideMoonStar:()=>HO,LucideMoon:()=>qO,LucideMonitorX:()=>GO,LucideMonitorUp:()=>XO,LucideMonitorStop:()=>QO,LucideMonitorSpeaker:()=>YO,LucideMonitorSmartphone:()=>JO,LucideMonitorPlay:()=>ZO,LucideMonitorPause:()=>eA,LucideMonitorOff:()=>oA,LucideMonitorDown:()=>iA,LucideMonitorDot:()=>nA,LucideMonitorCog:()=>tA,LucideMonitorCloud:()=>cA,LucideMonitorCheck:()=>aA,LucideMonitor:()=>WO,LucideMirrorRound:()=>rA,LucideMirrorRectangular:()=>sA,LucideMinusSquare:()=>a6,LucideMinusCircle:()=>U7,LucideMinus:()=>dA,LucideMinimize2:()=>pA,LucideMinimize:()=>lA,LucideMilkOff:()=>_A,LucideMilk:()=>uA,LucideMilestone:()=>LA,LucideMicrowave:()=>mA,LucideMicroscope:()=>NA,LucideMicrochip:()=>gA,LucideMicVocal:()=>_8,LucideMicOff:()=>IA,LucideMic2:()=>_8,LucideMic:()=>jA,LucideMetronome:()=>fA,LucideMessagesSquare:()=>hA,LucideMessageSquareX:()=>vA,LucideMessageSquareWarning:()=>RA,LucideMessageSquareText:()=>MA,LucideMessageSquareShare:()=>EA,LucideMessageSquareReply:()=>DA,LucideMessageSquareQuote:()=>SA,LucideMessageSquarePlus:()=>UA,LucideMessageSquareOff:()=>kA,LucideMessageSquareMore:()=>bA,LucideMessageSquareLock:()=>VA,LucideMessageSquareHeart:()=>CA,LucideMessageSquareDot:()=>yA,LucideMessageSquareDiff:()=>wA,LucideMessageSquareDashed:()=>TA,LucideMessageSquareCode:()=>OA,LucideMessageSquareCheck:()=>PA,LucideMessageSquare:()=>xA,LucideMessageCircleX:()=>FA,LucideMessageCircleWarning:()=>$A,LucideMessageCircleReply:()=>BA,LucideMessageCircleQuestionMark:()=>m8,LucideMessageCircleQuestion:()=>m8,LucideMessageCirclePlus:()=>KA,LucideMessageCircleOff:()=>zA,LucideMessageCircleMore:()=>HA,LucideMessageCircleHeart:()=>WA,LucideMessageCircleDashed:()=>qA,LucideMessageCircleCode:()=>XA,LucideMessageCircleCheck:()=>GA,LucideMessageCircle:()=>AA,LucideMerge:()=>QA,LucideMenuSquare:()=>r6,LucideMenu:()=>YA,LucideMemoryStick:()=>ZA,LucideMeh:()=>JA,LucideMegaphoneOff:()=>iP,LucideMegaphone:()=>eP,LucideMedal:()=>oP,LucideMaximize2:()=>tP,LucideMaximize:()=>nP,LucideMartini:()=>cP,LucideMarsStroke:()=>rP,LucideMars:()=>aP,LucideMapPlus:()=>dP,LucideMapPinned:()=>lP,LucideMapPinXInside:()=>_P,LucideMapPinX:()=>uP,LucideMapPinPlusInside:()=>LP,LucideMapPinPlus:()=>mP,LucideMapPinPen:()=>L8,LucideMapPinOff:()=>NP,LucideMapPinMinusInside:()=>jP,LucideMapPinMinus:()=>gP,LucideMapPinHouse:()=>IP,LucideMapPinCheckInside:()=>hP,LucideMapPinCheck:()=>fP,LucideMapPin:()=>pP,LucideMapMinus:()=>xP,LucideMap:()=>sP,LucideMails:()=>vP,LucideMailbox:()=>MP,LucideMailX:()=>EP,LucideMailWarning:()=>SP,LucideMailSearch:()=>DP,LucideMailQuestionMark:()=>N8,LucideMailQuestion:()=>N8,LucideMailPlus:()=>UP,LucideMailOpen:()=>kP,LucideMailMinus:()=>bP,LucideMailCheck:()=>CP,LucideMail:()=>RP,LucideMagnet:()=>VP,LucideMSquare:()=>s6,LucideLuggage:()=>yP,LucideLollipop:()=>wP,LucideLogs:()=>TP,LucideLogOut:()=>O9,LucideLogIn:()=>OP,LucideLockOpen:()=>g8,LucideLockKeyholeOpen:()=>j8,LucideLockKeyhole:()=>AP,LucideLock:()=>A2,LucideLocationEdit:()=>L8,LucideLocateOff:()=>FP,LucideLocateFixed:()=>$P,LucideLocate:()=>PP,LucideLoaderPinwheel:()=>KP,LucideLoaderCircle:()=>e,LucideLoader2:()=>e,LucideLoader:()=>BP,LucideListX:()=>zP,LucideListVideo:()=>qP,LucideListTree:()=>HP,LucideListTodo:()=>GP,LucideListStart:()=>WP,LucideListRestart:()=>XP,LucideListPlus:()=>QP,LucideListOrdered:()=>q5,LucideListMusic:()=>YP,LucideListMinus:()=>ZP,LucideListIndentIncrease:()=>P2,LucideListIndentDecrease:()=>F2,LucideListFilterPlus:()=>eF,LucideListFilter:()=>JP,LucideListEnd:()=>oF,LucideListCollapse:()=>iF,LucideListChevronsUpDown:()=>nF,LucideListChevronsDownUp:()=>tF,LucideListChecks:()=>cF,LucideListCheck:()=>aF,LucideList:()=>z5,LucideLinkedin:()=>rF,LucideLink2Off:()=>dF,LucideLink2:()=>sF,LucideLink:()=>$2,LucideLineSquiggle:()=>pF,LucideLineDotRightHorizontal:()=>lF,LucideLineChart:()=>Y7,LucideLightbulbOff:()=>_F,LucideLightbulb:()=>uF,LucideLigature:()=>LF,LucideLifeBuoy:()=>mF,LucideLibrarySquare:()=>d6,LucideLibraryBig:()=>gF,LucideLibrary:()=>NF,LucideLetterText:()=>O4,LucideLensConvex:()=>jF,LucideLensConcave:()=>IF,LucideLectern:()=>fF,LucideLeafyGreen:()=>hF,LucideLeaf:()=>xF,LucideLayoutTemplate:()=>vF,LucideLayoutPanelTop:()=>RF,LucideLayoutPanelLeft:()=>MF,LucideLayoutList:()=>A9,LucideLayoutGrid:()=>EF,LucideLayoutDashboard:()=>P9,LucideLayout:()=>e8,LucideLayersPlus:()=>DF,LucideLayers3:()=>I8,LucideLayers2:()=>SF,LucideLayers:()=>I8,LucideLaugh:()=>kF,LucideLassoSelect:()=>bF,LucideLasso:()=>UF,LucideLaptopMinimalCheck:()=>VF,LucideLaptopMinimal:()=>f8,LucideLaptop2:()=>f8,LucideLaptop:()=>CF,LucideLanguages:()=>yF,LucideLandmark:()=>wF,LucideLandPlot:()=>TF,LucideLampWallUp:()=>OF,LucideLampWallDown:()=>FF,LucideLampFloor:()=>PF,LucideLampDesk:()=>$F,LucideLampCeiling:()=>BF,LucideLamp:()=>AF,LucideKeyboardOff:()=>KF,LucideKeyboardMusic:()=>qF,LucideKeyboard:()=>zF,LucideKeySquare:()=>HF,LucideKeyRound:()=>WF,LucideKey:()=>F9,LucideKayak:()=>GF,LucideKanbanSquareDashed:()=>g6,LucideKanbanSquare:()=>l6,LucideKanban:()=>QF,LucideJoystick:()=>XF,LucideJapaneseYen:()=>YF,LucideIterationCw:()=>ZF,LucideIterationCcw:()=>JF,LucideItalic:()=>H5,LucideInstagram:()=>e$,LucideInspectionPanel:()=>i$,LucideInspect:()=>c6,LucideInfo:()=>g2,LucideInfinity:()=>o$,LucideIndianRupee:()=>n$,LucideIndentIncrease:()=>P2,LucideIndentDecrease:()=>F2,LucideIndent:()=>P2,LucideInbox:()=>$9,LucideImport:()=>t$,LucideImages:()=>c$,LucideImageUpscale:()=>a$,LucideImageUp:()=>r$,LucideImagePlus:()=>s$,LucideImagePlay:()=>d$,LucideImageOff:()=>l$,LucideImageMinus:()=>p$,LucideImageDown:()=>u$,LucideImage:()=>p1,LucideIdCardLanyard:()=>m$,LucideIdCard:()=>_$,LucideIceCreamCone:()=>h8,LucideIceCreamBowl:()=>x8,LucideIceCream2:()=>x8,LucideIceCream:()=>h8,LucideHouseWifi:()=>N$,LucideHousePlus:()=>L$,LucideHousePlug:()=>g$,LucideHouseHeart:()=>j$,LucideHouse:()=>j2,LucideHourglass:()=>f$,LucideHotel:()=>I$,LucideHospital:()=>h$,LucideHopOff:()=>v$,LucideHop:()=>x$,LucideHome:()=>j2,LucideHistory:()=>W5,LucideHighlighter:()=>M$,LucideHexagon:()=>R$,LucideHelpingHand:()=>v8,LucideHelpCircle:()=>W2,LucideHelicopter:()=>E$,LucideHeater:()=>S$,LucideHeartPulse:()=>U$,LucideHeartPlus:()=>k$,LucideHeartOff:()=>b$,LucideHeartMinus:()=>C$,LucideHeartHandshake:()=>V$,LucideHeartCrack:()=>y$,LucideHeart:()=>D$,LucideHeadset:()=>w$,LucideHeadphones:()=>O$,LucideHeadphoneOff:()=>T$,LucideHeading6:()=>P$,LucideHeading5:()=>F$,LucideHeading4:()=>$$,LucideHeading3:()=>B$,LucideHeading2:()=>G5,LucideHeading1:()=>X5,LucideHeading:()=>A$,LucideHdmiPort:()=>K$,LucideHd:()=>z$,LucideHaze:()=>q$,LucideHatGlasses:()=>W$,LucideHash:()=>H$,LucideHardHat:()=>G$,LucideHardDriveUpload:()=>Q$,LucideHardDriveDownload:()=>Y$,LucideHardDrive:()=>X$,LucideHandshake:()=>Z$,LucideHandbag:()=>J$,LucideHandPlatter:()=>iB,LucideHandMetal:()=>oB,LucideHandHelping:()=>v8,LucideHandHeart:()=>nB,LucideHandGrab:()=>M8,LucideHandFist:()=>tB,LucideHandCoins:()=>cB,LucideHand:()=>eB,LucideHammer:()=>rB,LucideHamburger:()=>aB,LucideHam:()=>sB,LucideGuitar:()=>dB,LucideGroup:()=>lB,LucideGripVertical:()=>pB,LucideGripHorizontal:()=>_B,LucideGrip:()=>uB,LucideGrid3x3:()=>L0,LucideGrid3x2:()=>mB,LucideGrid3X3:()=>L0,LucideGrid2x2X:()=>E8,LucideGrid2x2Plus:()=>D8,LucideGrid2x2Check:()=>S8,LucideGrid2x2:()=>R8,LucideGrid2X2X:()=>E8,LucideGrid2X2Plus:()=>D8,LucideGrid2X2Check:()=>S8,LucideGrid2X2:()=>R8,LucideGrid:()=>L0,LucideGrape:()=>LB,LucideGraduationCap:()=>NB,LucideGrab:()=>M8,LucideGpu:()=>jB,LucideGoal:()=>gB,LucideGlobeX:()=>IB,LucideGlobeOff:()=>fB,LucideGlobeLock:()=>hB,LucideGlobe2:()=>s7,LucideGlobe:()=>I2,LucideGlasses:()=>xB,LucideGlassWater:()=>vB,LucideGitlab:()=>MB,LucideGithub:()=>RB,LucideGitPullRequestDraft:()=>DB,LucideGitPullRequestCreateArrow:()=>SB,LucideGitPullRequestCreate:()=>UB,LucideGitPullRequestClosed:()=>kB,LucideGitPullRequestArrow:()=>bB,LucideGitPullRequest:()=>EB,LucideGitMergeConflict:()=>VB,LucideGitMerge:()=>CB,LucideGitGraph:()=>yB,LucideGitFork:()=>wB,LucideGitCompareArrows:()=>TB,LucideGitCompare:()=>OB,LucideGitCommitVertical:()=>AB,LucideGitCommitHorizontal:()=>U8,LucideGitCommit:()=>U8,LucideGitBranchPlus:()=>FB,LucideGitBranchMinus:()=>$B,LucideGitBranch:()=>PB,LucideGift:()=>BB,LucideGhost:()=>KB,LucideGeorgianLari:()=>zB,LucideGem:()=>qB,LucideGavel:()=>HB,LucideGaugeCircle:()=>k7,LucideGauge:()=>GB,LucideGanttChartSquare:()=>w2,LucideGanttChart:()=>G7,LucideGamepadDirectional:()=>XB,LucideGamepad2:()=>QB,LucideGamepad:()=>WB,LucideGalleryVerticalEnd:()=>ZB,LucideGalleryVertical:()=>YB,LucideGalleryThumbnails:()=>JB,LucideGalleryHorizontalEnd:()=>oK,LucideGalleryHorizontal:()=>eK,LucideFunnelX:()=>b8,LucideFunnelPlus:()=>iK,LucideFunnel:()=>k8,LucideFunctionSquare:()=>p6,LucideFullscreen:()=>nK,LucideFuel:()=>tK,LucideFrown:()=>cK,LucideFramer:()=>aK,LucideFrame:()=>rK,LucideForward:()=>sK,LucideFormInput:()=>Y6,LucideForm:()=>lK,LucideForklift:()=>dK,LucideForkKnifeCrossed:()=>x4,LucideForkKnife:()=>h4,LucideFootprints:()=>pK,LucideFolders:()=>mK,LucideFolderX:()=>_K,LucideFolderUp:()=>LK,LucideFolderTree:()=>NK,LucideFolderSync:()=>gK,LucideFolderSymlink:()=>IK,LucideFolderSearch2:()=>jK,LucideFolderSearch:()=>fK,LucideFolderRoot:()=>hK,LucideFolderPlus:()=>B2,LucideFolderPen:()=>C8,LucideFolderOutput:()=>xK,LucideFolderOpenDot:()=>MK,LucideFolderOpen:()=>vK,LucideFolderMinus:()=>RK,LucideFolderLock:()=>EK,LucideFolderKey:()=>DK,LucideFolderKanban:()=>SK,LucideFolderInput:()=>UK,LucideFolderHeart:()=>kK,LucideFolderGit2:()=>CK,LucideFolderGit:()=>bK,LucideFolderEdit:()=>C8,LucideFolderDown:()=>VK,LucideFolderDot:()=>yK,LucideFolderCog2:()=>V8,LucideFolderCog:()=>V8,LucideFolderCode:()=>wK,LucideFolderClosed:()=>TK,LucideFolderClock:()=>OK,LucideFolderCheck:()=>AK,LucideFolderArchive:()=>PK,LucideFolder:()=>uK,LucideFoldVertical:()=>FK,LucideFoldHorizontal:()=>$K,LucideFocus:()=>BK,LucideFlower2:()=>zK,LucideFlower:()=>KK,LucideFlipVertical2:()=>qK,LucideFlipVertical:()=>R6,LucideFlipHorizontal2:()=>HK,LucideFlipHorizontal:()=>E6,LucideFlaskRound:()=>WK,LucideFlaskConicalOff:()=>XK,LucideFlaskConical:()=>GK,LucideFlashlightOff:()=>YK,LucideFlashlight:()=>QK,LucideFlameKindling:()=>ZK,LucideFlame:()=>JK,LucideFlagTriangleRight:()=>oz,LucideFlagTriangleLeft:()=>iz,LucideFlagOff:()=>nz,LucideFlag:()=>ez,LucideFishingRod:()=>tz,LucideFishingHook:()=>az,LucideFishSymbol:()=>rz,LucideFishOff:()=>sz,LucideFish:()=>cz,LucideFireExtinguisher:()=>dz,LucideFingerprintPattern:()=>y8,LucideFingerprint:()=>y8,LucideFilterX:()=>b8,LucideFilter:()=>k8,LucideFilm:()=>lz,LucideFiles:()=>pz,LucideFileXCorner:()=>w8,LucideFileX2:()=>w8,LucideFileX:()=>uz,LucideFileWarning:()=>G8,LucideFileVolume2:()=>A8,LucideFileVolume:()=>_z,LucideFileVideoCamera:()=>T8,LucideFileVideo2:()=>T8,LucideFileVideo:()=>B8,LucideFileUser:()=>Lz,LucideFileUp:()=>mz,LucideFileTypeCorner:()=>O8,LucideFileType2:()=>O8,LucideFileType:()=>Nz,LucideFileText:()=>z2,LucideFileTerminal:()=>gz,LucideFileSymlink:()=>jz,LucideFileStack:()=>Iz,LucideFileSpreadsheet:()=>fz,LucideFileSliders:()=>hz,LucideFileSignature:()=>z8,LucideFileSignal:()=>A8,LucideFileSearchCorner:()=>P8,LucideFileSearch2:()=>P8,LucideFileSearch:()=>xz,LucideFileScan:()=>vz,LucideFileQuestionMark:()=>F8,LucideFileQuestion:()=>F8,LucideFilePlusCorner:()=>$8,LucideFilePlus2:()=>$8,LucideFilePlus:()=>Mz,LucideFilePlay:()=>B8,LucideFilePieChart:()=>J8,LucideFilePenLine:()=>z8,LucideFilePen:()=>K8,LucideFileOutput:()=>Rz,LucideFileMusic:()=>Ez,LucideFileMinusCorner:()=>q8,LucideFileMinus2:()=>q8,LucideFileMinus:()=>Dz,LucideFileLock2:()=>H8,LucideFileLock:()=>H8,LucideFileLineChart:()=>Z8,LucideFileKey2:()=>W8,LucideFileKey:()=>W8,LucideFileJson2:()=>n7,LucideFileJson:()=>o7,LucideFileInput:()=>Sz,LucideFileImage:()=>Uz,LucideFileHeart:()=>kz,LucideFileHeadphone:()=>q2,LucideFileExclamationPoint:()=>G8,LucideFileEdit:()=>K8,LucideFileDown:()=>bz,LucideFileDigit:()=>Cz,LucideFileDiff:()=>Vz,LucideFileCog2:()=>X8,LucideFileCog:()=>X8,LucideFileCodeCorner:()=>Q8,LucideFileCode2:()=>Q8,LucideFileCode:()=>yz,LucideFileClock:()=>wz,LucideFileCheckCorner:()=>Y8,LucideFileCheck2:()=>Y8,LucideFileCheck:()=>Tz,LucideFileChartPie:()=>J8,LucideFileChartLine:()=>Z8,LucideFileChartColumnIncreasing:()=>i7,LucideFileChartColumn:()=>e7,LucideFileBracesCorner:()=>n7,LucideFileBraces:()=>o7,LucideFileBox:()=>Oz,LucideFileBarChart2:()=>e7,LucideFileBarChart:()=>i7,LucideFileBadge2:()=>t7,LucideFileBadge:()=>t7,LucideFileAxis3d:()=>c7,LucideFileAxis3D:()=>c7,LucideFileAudio2:()=>q2,LucideFileAudio:()=>q2,LucideFileArchive:()=>Az,LucideFile:()=>K2,LucideFigma:()=>Pz,LucideFerrisWheel:()=>Fz,LucideFence:()=>$z,LucideFeather:()=>Bz,LucideFastForward:()=>Kz,LucideFan:()=>zz,LucideFactory:()=>qz,LucideFacebook:()=>Hz,LucideEyeOff:()=>Wz,LucideEyeClosed:()=>Gz,LucideEye:()=>Q5,LucideExternalLink:()=>B9,LucideExpand:()=>Xz,LucideEvCharger:()=>Qz,LucideEuro:()=>Yz,LucideEthernetPort:()=>Jz,LucideEraser:()=>Zz,LucideEqualSquare:()=>u6,LucideEqualNot:()=>oq,LucideEqualApproximately:()=>iq,LucideEqual:()=>eq,LucideEllipsisVertical:()=>r7,LucideEllipsis:()=>a7,LucideEllipse:()=>nq,LucideEggOff:()=>cq,LucideEggFried:()=>aq,LucideEgg:()=>tq,LucideEdit3:()=>J6,LucideEdit2:()=>a0,LucideEdit:()=>h0,LucideEclipse:()=>rq,LucideEarthLock:()=>sq,LucideEarth:()=>s7,LucideEarOff:()=>dq,LucideEar:()=>lq,LucideDumbbell:()=>pq,LucideDrumstick:()=>uq,LucideDrum:()=>_q,LucideDroplets:()=>mq,LucideDropletOff:()=>Nq,LucideDroplet:()=>Lq,LucideDrone:()=>gq,LucideDrill:()=>jq,LucideDribbble:()=>Iq,LucideDrama:()=>fq,LucideDraftingCompass:()=>hq,LucideDownloadCloud:()=>L7,LucideDownload:()=>K9,LucideDotSquare:()=>_6,LucideDot:()=>xq,LucideDoorOpen:()=>Mq,LucideDoorClosedLocked:()=>Rq,LucideDoorClosed:()=>vq,LucideDonut:()=>Dq,LucideDollarSign:()=>Eq,LucideDog:()=>Sq,LucideDock:()=>Uq,LucideDnaOff:()=>bq,LucideDna:()=>kq,LucideDivideSquare:()=>m6,LucideDivideCircle:()=>C7,LucideDivide:()=>Cq,LucideDiscAlbum:()=>wq,LucideDisc3:()=>yq,LucideDisc2:()=>Tq,LucideDisc:()=>Vq,LucideDiff:()=>Oq,LucideDices:()=>Aq,LucideDice6:()=>Pq,LucideDice5:()=>Fq,LucideDice4:()=>$q,LucideDice3:()=>Bq,LucideDice2:()=>Kq,LucideDice1:()=>zq,LucideDiamondPlus:()=>Hq,LucideDiamondPercent:()=>d7,LucideDiamondMinus:()=>Wq,LucideDiamond:()=>qq,LucideDiameter:()=>Gq,LucideDessert:()=>Xq,LucideDelete:()=>Qq,LucideDecimalsArrowRight:()=>Yq,LucideDecimalsArrowLeft:()=>Zq,LucideDatabaseZap:()=>Jq,LucideDatabaseSearch:()=>eH,LucideDatabaseBackup:()=>oH,LucideDatabase:()=>Y5,LucideDam:()=>iH,LucideCylinder:()=>nH,LucideCurrency:()=>cH,LucideCurlyBraces:()=>a5,LucideCupSoda:()=>tH,LucideCuboid:()=>aH,LucideCrown:()=>rH,LucideCrosshair:()=>sH,LucideCross:()=>lH,LucideCrop:()=>dH,LucideCroissant:()=>pH,LucideCreditCard:()=>uH,LucideCreativeCommons:()=>_H,LucideCpu:()=>mH,LucideCornerUpRight:()=>LH,LucideCornerUpLeft:()=>NH,LucideCornerRightUp:()=>gH,LucideCornerRightDown:()=>IH,LucideCornerLeftUp:()=>jH,LucideCornerLeftDown:()=>fH,LucideCornerDownRight:()=>hH,LucideCornerDownLeft:()=>xH,LucideCopyright:()=>vH,LucideCopyleft:()=>MH,LucideCopyX:()=>RH,LucideCopySlash:()=>EH,LucideCopyPlus:()=>DH,LucideCopyMinus:()=>SH,LucideCopyCheck:()=>UH,LucideCopy:()=>z9,LucideCookingPot:()=>kH,LucideCookie:()=>bH,LucideContrast:()=>CH,LucideContainer:()=>VH,LucideContactRound:()=>l7,LucideContact2:()=>l7,LucideContact:()=>yH,LucideConstruction:()=>wH,LucideCone:()=>TH,LucideConciergeBell:()=>OH,LucideComputer:()=>AH,LucideComponent:()=>PH,LucideCompass:()=>$H,LucideCommand:()=>FH,LucideCombine:()=>BH,LucideColumnsSettings:()=>H2,LucideColumns4:()=>KH,LucideColumns3Cog:()=>H2,LucideColumns3:()=>p7,LucideColumns2:()=>u7,LucideColumns:()=>u7,LucideCoins:()=>zH,LucideCog:()=>qH,LucideCoffee:()=>HH,LucideCodesandbox:()=>WH,LucideCodepen:()=>GH,LucideCodeXml:()=>_7,LucideCodeSquare:()=>j6,LucideCode2:()=>_7,LucideCode:()=>Z5,LucideClub:()=>XH,LucideClover:()=>QH,LucideCloudy:()=>YH,LucideCloudUpload:()=>m7,LucideCloudSync:()=>JH,LucideCloudSunRain:()=>oW,LucideCloudSun:()=>eW,LucideCloudSnow:()=>iW,LucideCloudRainWind:()=>tW,LucideCloudRain:()=>nW,LucideCloudOff:()=>cW,LucideCloudMoonRain:()=>rW,LucideCloudMoon:()=>aW,LucideCloudLightning:()=>sW,LucideCloudHail:()=>dW,LucideCloudFog:()=>lW,LucideCloudDrizzle:()=>pW,LucideCloudDownload:()=>L7,LucideCloudCog:()=>uW,LucideCloudCheck:()=>_W,LucideCloudBackup:()=>LW,LucideCloudAlert:()=>mW,LucideCloud:()=>ZH,LucideClosedCaption:()=>NW,LucideClockPlus:()=>jW,LucideClockFading:()=>IW,LucideClockCheck:()=>fW,LucideClockArrowUp:()=>hW,LucideClockArrowDown:()=>xW,LucideClockAlert:()=>vW,LucideClock9:()=>MW,LucideClock8:()=>RW,LucideClock7:()=>EW,LucideClock6:()=>DW,LucideClock5:()=>SW,LucideClock4:()=>UW,LucideClock3:()=>kW,LucideClock2:()=>bW,LucideClock12:()=>CW,LucideClock11:()=>VW,LucideClock10:()=>yW,LucideClock1:()=>wW,LucideClock:()=>gW,LucideClipboardX:()=>OW,LucideClipboardType:()=>AW,LucideClipboardSignature:()=>g7,LucideClipboardPlus:()=>PW,LucideClipboardPenLine:()=>g7,LucideClipboardPen:()=>N7,LucideClipboardPaste:()=>FW,LucideClipboardMinus:()=>$W,LucideClipboardList:()=>KW,LucideClipboardEdit:()=>N7,LucideClipboardCopy:()=>BW,LucideClipboardClock:()=>zW,LucideClipboardCheck:()=>qW,LucideClipboard:()=>TW,LucideClapperboard:()=>HW,LucideCitrus:()=>WW,LucideCircuitBoard:()=>GW,LucideCircleX:()=>f2,LucideCircleUserRound:()=>I7,LucideCircleUser:()=>j7,LucideCircleStop:()=>f7,LucideCircleStar:()=>QW,LucideCircleSmall:()=>YW,LucideCircleSlashed:()=>h7,LucideCircleSlash2:()=>h7,LucideCircleSlash:()=>ZW,LucideCircleQuestionMark:()=>W2,LucideCirclePower:()=>x7,LucideCirclePoundSterling:()=>JW,LucideCirclePlus:()=>v7,LucideCirclePlay:()=>M7,LucideCirclePile:()=>eG,LucideCirclePercent:()=>R7,LucideCirclePause:()=>E7,LucideCircleParkingOff:()=>S7,LucideCircleParking:()=>D7,LucideCircleOff:()=>oG,LucideCircleMinus:()=>U7,LucideCircleHelp:()=>W2,LucideCircleGauge:()=>k7,LucideCircleFadingPlus:()=>iG,LucideCircleFadingArrowUp:()=>nG,LucideCircleEqual:()=>tG,LucideCircleEllipsis:()=>cG,LucideCircleDotDashed:()=>rG,LucideCircleDot:()=>aG,LucideCircleDollarSign:()=>sG,LucideCircleDivide:()=>C7,LucideCircleDashed:()=>dG,LucideCircleChevronUp:()=>b7,LucideCircleChevronRight:()=>V7,LucideCircleChevronLeft:()=>w7,LucideCircleChevronDown:()=>y7,LucideCircleCheckBig:()=>h2,LucideCircleCheck:()=>T7,LucideCircleArrowUp:()=>O7,LucideCircleArrowRight:()=>A7,LucideCircleArrowOutUpRight:()=>P7,LucideCircleArrowOutUpLeft:()=>F7,LucideCircleArrowOutDownRight:()=>$7,LucideCircleArrowOutDownLeft:()=>B7,LucideCircleArrowLeft:()=>K7,LucideCircleArrowDown:()=>z7,LucideCircleAlert:()=>e1,LucideCircle:()=>XW,LucideCigaretteOff:()=>pG,LucideCigarette:()=>lG,LucideChurch:()=>uG,LucideChromium:()=>q7,LucideChrome:()=>q7,LucideChevronsUpDown:()=>mG,LucideChevronsUp:()=>_G,LucideChevronsRightLeft:()=>NG,LucideChevronsRight:()=>LG,LucideChevronsLeftRightEllipsis:()=>IG,LucideChevronsLeftRight:()=>jG,LucideChevronsLeft:()=>gG,LucideChevronsDownUp:()=>fG,LucideChevronsDown:()=>hG,LucideChevronUpSquare:()=>I6,LucideChevronUpCircle:()=>b7,LucideChevronUp:()=>xG,LucideChevronRightSquare:()=>f6,LucideChevronRightCircle:()=>V7,LucideChevronRight:()=>B0,LucideChevronLeftSquare:()=>h6,LucideChevronLeftCircle:()=>w7,LucideChevronLeft:()=>G2,LucideChevronLast:()=>vG,LucideChevronFirst:()=>MG,LucideChevronDownSquare:()=>x6,LucideChevronDownCircle:()=>y7,LucideChevronDown:()=>J5,LucideChessRook:()=>RG,LucideChessQueen:()=>DG,LucideChessPawn:()=>EG,LucideChessKnight:()=>SG,LucideChessKing:()=>UG,LucideChessBishop:()=>kG,LucideCherry:()=>CG,LucideChefHat:()=>bG,LucideCheckSquare2:()=>M6,LucideCheckSquare:()=>v6,LucideCheckLine:()=>VG,LucideCheckCircle2:()=>T7,LucideCheckCircle:()=>h2,LucideCheckCheck:()=>wG,LucideCheck:()=>x0,LucideChartSpline:()=>yG,LucideChartScatter:()=>H7,LucideChartPie:()=>W7,LucideChartNoAxesGantt:()=>G7,LucideChartNoAxesCombined:()=>TG,LucideChartNoAxesColumnIncreasing:()=>Q7,LucideChartNoAxesColumnDecreasing:()=>OG,LucideChartNoAxesColumn:()=>X7,LucideChartNetwork:()=>AG,LucideChartLine:()=>Y7,LucideChartGantt:()=>PG,LucideChartColumnStacked:()=>FG,LucideChartColumnIncreasing:()=>J7,LucideChartColumnDecreasing:()=>$G,LucideChartColumnBig:()=>e5,LucideChartColumn:()=>Z7,LucideChartCandlestick:()=>o5,LucideChartBarStacked:()=>BG,LucideChartBarIncreasing:()=>KG,LucideChartBarDecreasing:()=>zG,LucideChartBarBig:()=>n5,LucideChartBar:()=>i5,LucideChartArea:()=>t5,LucideCctv:()=>qG,LucideCat:()=>HG,LucideCastle:()=>WG,LucideCast:()=>GG,LucideCassetteTape:()=>XG,LucideCaseUpper:()=>QG,LucideCaseSensitive:()=>ZG,LucideCaseLower:()=>YG,LucideCarrot:()=>JG,LucideCardSim:()=>eX,LucideCaravan:()=>oX,LucideCarTaxiFront:()=>nX,LucideCarFront:()=>tX,LucideCar:()=>iX,LucideCaptionsOff:()=>cX,LucideCaptions:()=>c5,LucideCannabisOff:()=>aX,LucideCannabis:()=>rX,LucideCandyOff:()=>sX,LucideCandyCane:()=>lX,LucideCandy:()=>dX,LucideCandlestickChart:()=>o5,LucideCameraOff:()=>uX,LucideCamera:()=>pX,LucideCalendars:()=>_X,LucideCalendarX2:()=>NX,LucideCalendarX:()=>LX,LucideCalendarSync:()=>gX,LucideCalendarSearch:()=>jX,LucideCalendarRange:()=>IX,LucideCalendarPlus2:()=>hX,LucideCalendarPlus:()=>fX,LucideCalendarOff:()=>xX,LucideCalendarMinus2:()=>MX,LucideCalendarMinus:()=>vX,LucideCalendarHeart:()=>RX,LucideCalendarFold:()=>EX,LucideCalendarDays:()=>DX,LucideCalendarCog:()=>SX,LucideCalendarClock:()=>UX,LucideCalendarCheck2:()=>bX,LucideCalendarCheck:()=>kX,LucideCalendarArrowUp:()=>CX,LucideCalendarArrowDown:()=>VX,LucideCalendar1:()=>yX,LucideCalendar:()=>mX,LucideCalculator:()=>wX,LucideCakeSlice:()=>OX,LucideCake:()=>TX,LucideCableCar:()=>PX,LucideCable:()=>AX,LucideBusFront:()=>$X,LucideBus:()=>FX,LucideBuilding2:()=>KX,LucideBuilding:()=>BX,LucideBugPlay:()=>qX,LucideBugOff:()=>HX,LucideBug:()=>zX,LucideBubbles:()=>WX,LucideBrushCleaning:()=>GX,LucideBrush:()=>XX,LucideBringToFront:()=>QX,LucideBriefcaseMedical:()=>ZX,LucideBriefcaseConveyorBelt:()=>JX,LucideBriefcaseBusiness:()=>eQ,LucideBriefcase:()=>YX,LucideBrickWallShield:()=>iQ,LucideBrickWallFire:()=>nQ,LucideBrickWall:()=>oQ,LucideBrainCog:()=>aQ,LucideBrainCircuit:()=>cQ,LucideBrain:()=>tQ,LucideBrackets:()=>rQ,LucideBraces:()=>a5,LucideBoxes:()=>sQ,LucideBoxSelect:()=>L6,LucideBox:()=>dQ,LucideBowArrow:()=>lQ,LucideBottleWine:()=>pQ,LucideBotOff:()=>_Q,LucideBotMessageSquare:()=>mQ,LucideBot:()=>uQ,LucideBoomBox:()=>LQ,LucideBookmarkX:()=>gQ,LucideBookmarkPlus:()=>jQ,LucideBookmarkMinus:()=>IQ,LucideBookmarkCheck:()=>fQ,LucideBookmark:()=>NQ,LucideBookX:()=>xQ,LucideBookUser:()=>vQ,LucideBookUp2:()=>RQ,LucideBookUp:()=>MQ,LucideBookType:()=>EQ,LucideBookText:()=>DQ,LucideBookTemplate:()=>r5,LucideBookSearch:()=>SQ,LucideBookPlus:()=>UQ,LucideBookOpenText:()=>bQ,LucideBookOpenCheck:()=>CQ,LucideBookOpen:()=>kQ,LucideBookMinus:()=>VQ,LucideBookMarked:()=>yQ,LucideBookLock:()=>wQ,LucideBookKey:()=>TQ,LucideBookImage:()=>OQ,LucideBookHeart:()=>AQ,LucideBookHeadphones:()=>PQ,LucideBookDown:()=>FQ,LucideBookDashed:()=>r5,LucideBookCopy:()=>$Q,LucideBookCheck:()=>BQ,LucideBookAudio:()=>KQ,LucideBookAlert:()=>zQ,LucideBookA:()=>qQ,LucideBook:()=>hQ,LucideBone:()=>HQ,LucideBomb:()=>WQ,LucideBolt:()=>GQ,LucideBold:()=>e2,LucideBluetoothSearching:()=>QQ,LucideBluetoothOff:()=>YQ,LucideBluetoothConnected:()=>ZQ,LucideBluetooth:()=>XQ,LucideBlocks:()=>JQ,LucideBlinds:()=>eY,LucideBlend:()=>oY,LucideBitcoin:()=>iY,LucideBirdhouse:()=>nY,LucideBird:()=>tY,LucideBiohazard:()=>cY,LucideBinoculars:()=>aY,LucideBinary:()=>rY,LucideBike:()=>sY,LucideBicepsFlexed:()=>dY,LucideBetweenVerticalStart:()=>lY,LucideBetweenVerticalEnd:()=>pY,LucideBetweenHorizontalStart:()=>s5,LucideBetweenHorizontalEnd:()=>d5,LucideBetweenHorizonalStart:()=>s5,LucideBetweenHorizonalEnd:()=>d5,LucideBellRing:()=>_Y,LucideBellPlus:()=>mY,LucideBellOff:()=>LY,LucideBellMinus:()=>NY,LucideBellElectric:()=>gY,LucideBellDot:()=>jY,LucideBell:()=>uY,LucideBeerOff:()=>fY,LucideBeer:()=>IY,LucideBeef:()=>hY,LucideBedSingle:()=>vY,LucideBedDouble:()=>MY,LucideBed:()=>xY,LucideBeanOff:()=>EY,LucideBean:()=>RY,LucideBeaker:()=>DY,LucideBatteryWarning:()=>UY,LucideBatteryPlus:()=>kY,LucideBatteryMedium:()=>bY,LucideBatteryLow:()=>CY,LucideBatteryFull:()=>yY,LucideBatteryCharging:()=>wY,LucideBattery:()=>SY,LucideBath:()=>VY,LucideBaseline:()=>TY,LucideBarrel:()=>OY,LucideBarcode:()=>AY,LucideBarChartHorizontalBig:()=>n5,LucideBarChartHorizontal:()=>i5,LucideBarChartBig:()=>e5,LucideBarChart4:()=>J7,LucideBarChart3:()=>Z7,LucideBarChart2:()=>X7,LucideBarChart:()=>Q7,LucideBanknoteX:()=>FY,LucideBanknoteArrowUp:()=>$Y,LucideBanknoteArrowDown:()=>BY,LucideBanknote:()=>PY,LucideBandage:()=>zY,LucideBanana:()=>KY,LucideBan:()=>qY,LucideBalloon:()=>HY,LucideBaggageClaim:()=>WY,LucideBadgeX:()=>XY,LucideBadgeTurkishLira:()=>QY,LucideBadgeSwissFranc:()=>YY,LucideBadgeRussianRuble:()=>ZY,LucideBadgeQuestionMark:()=>l5,LucideBadgePoundSterling:()=>JY,LucideBadgePlus:()=>eZ,LucideBadgePercent:()=>oZ,LucideBadgeMinus:()=>iZ,LucideBadgeJapaneseYen:()=>nZ,LucideBadgeInfo:()=>tZ,LucideBadgeIndianRupee:()=>cZ,LucideBadgeHelp:()=>l5,LucideBadgeEuro:()=>aZ,LucideBadgeDollarSign:()=>rZ,LucideBadgeCheck:()=>p5,LucideBadgeCent:()=>sZ,LucideBadgeAlert:()=>dZ,LucideBadge:()=>GY,LucideBackpack:()=>lZ,LucideBaby:()=>pZ,LucideAxis3d:()=>u5,LucideAxis3D:()=>u5,LucideAxe:()=>uZ,LucideAward:()=>_Z,LucideAudioWaveform:()=>mZ,LucideAudioLines:()=>LZ,LucideAtom:()=>NZ,LucideAtSign:()=>jZ,LucideAsteriskSquare:()=>S6,LucideAsterisk:()=>gZ,LucideArrowsUpFromLine:()=>IZ,LucideArrowUpZa:()=>x2,LucideArrowUpZA:()=>x2,LucideArrowUpWideNarrow:()=>hZ,LucideArrowUpToLine:()=>xZ,LucideArrowUpSquare:()=>U6,LucideArrowUpRightSquare:()=>k6,LucideArrowUpRightFromSquare:()=>V6,LucideArrowUpRightFromCircle:()=>P7,LucideArrowUpRight:()=>q9,LucideArrowUpNarrowWide:()=>_5,LucideArrowUpLeftSquare:()=>b6,LucideArrowUpLeftFromSquare:()=>y6,LucideArrowUpLeftFromCircle:()=>F7,LucideArrowUpLeft:()=>MZ,LucideArrowUpFromLine:()=>vZ,LucideArrowUpFromDot:()=>RZ,LucideArrowUpDown:()=>EZ,LucideArrowUpCircle:()=>O7,LucideArrowUpAz:()=>m5,LucideArrowUpAZ:()=>m5,LucideArrowUp10:()=>DZ,LucideArrowUp01:()=>SZ,LucideArrowUp:()=>fZ,LucideArrowRightToLine:()=>kZ,LucideArrowRightSquare:()=>C6,LucideArrowRightLeft:()=>bZ,LucideArrowRightFromLine:()=>CZ,LucideArrowRightCircle:()=>A7,LucideArrowRight:()=>UZ,LucideArrowLeftToLine:()=>VZ,LucideArrowLeftSquare:()=>O6,LucideArrowLeftRight:()=>yZ,LucideArrowLeftFromLine:()=>wZ,LucideArrowLeftCircle:()=>K7,LucideArrowLeft:()=>v2,LucideArrowDownZa:()=>L5,LucideArrowDownZA:()=>L5,LucideArrowDownWideNarrow:()=>N5,LucideArrowDownUp:()=>AZ,LucideArrowDownToLine:()=>OZ,LucideArrowDownToDot:()=>PZ,LucideArrowDownSquare:()=>P6,LucideArrowDownRightSquare:()=>A6,LucideArrowDownRightFromSquare:()=>w6,LucideArrowDownRightFromCircle:()=>$7,LucideArrowDownRight:()=>FZ,LucideArrowDownNarrowWide:()=>$Z,LucideArrowDownLeftSquare:()=>F6,LucideArrowDownLeftFromSquare:()=>T6,LucideArrowDownLeftFromCircle:()=>B7,LucideArrowDownLeft:()=>BZ,LucideArrowDownFromLine:()=>KZ,LucideArrowDownCircle:()=>z7,LucideArrowDownAz:()=>M2,LucideArrowDownAZ:()=>M2,LucideArrowDown10:()=>zZ,LucideArrowDown01:()=>qZ,LucideArrowDown:()=>TZ,LucideArrowBigUpDash:()=>WZ,LucideArrowBigUp:()=>HZ,LucideArrowBigRightDash:()=>XZ,LucideArrowBigRight:()=>GZ,LucideArrowBigLeftDash:()=>YZ,LucideArrowBigLeft:()=>QZ,LucideArrowBigDownDash:()=>JZ,LucideArrowBigDown:()=>ZZ,LucideArmchair:()=>eJ,LucideAreaChart:()=>t5,LucideArchiveX:()=>iJ,LucideArchiveRestore:()=>nJ,LucideArchive:()=>oJ,LucideApple:()=>tJ,LucideAppWindowMac:()=>aJ,LucideAppWindow:()=>cJ,LucideAperture:()=>rJ,LucideAnvil:()=>sJ,LucideAntenna:()=>dJ,LucideAnnoyed:()=>lJ,LucideAngry:()=>pJ,LucideAnchor:()=>uJ,LucideAmphora:()=>_J,LucideAmpersands:()=>mJ,LucideAmpersand:()=>LJ,LucideAmbulance:()=>gJ,LucideAlignVerticalSpaceBetween:()=>NJ,LucideAlignVerticalSpaceAround:()=>jJ,LucideAlignVerticalJustifyStart:()=>IJ,LucideAlignVerticalJustifyEnd:()=>fJ,LucideAlignVerticalJustifyCenter:()=>hJ,LucideAlignVerticalDistributeStart:()=>xJ,LucideAlignVerticalDistributeEnd:()=>vJ,LucideAlignVerticalDistributeCenter:()=>MJ,LucideAlignStartVertical:()=>RJ,LucideAlignStartHorizontal:()=>EJ,LucideAlignRight:()=>P4,LucideAlignLeft:()=>y2,LucideAlignJustify:()=>A4,LucideAlignHorizontalSpaceBetween:()=>DJ,LucideAlignHorizontalSpaceAround:()=>SJ,LucideAlignHorizontalJustifyStart:()=>UJ,LucideAlignHorizontalJustifyEnd:()=>kJ,LucideAlignHorizontalJustifyCenter:()=>bJ,LucideAlignHorizontalDistributeStart:()=>CJ,LucideAlignHorizontalDistributeEnd:()=>wJ,LucideAlignHorizontalDistributeCenter:()=>VJ,LucideAlignEndVertical:()=>yJ,LucideAlignEndHorizontal:()=>TJ,LucideAlignCenterVertical:()=>OJ,LucideAlignCenterHorizontal:()=>AJ,LucideAlignCenter:()=>F4,LucideAlertTriangle:()=>C4,LucideAlertOctagon:()=>p8,LucideAlertCircle:()=>e1,LucideAlbum:()=>FJ,LucideAlarmSmoke:()=>PJ,LucideAlarmPlus:()=>g5,LucideAlarmMinus:()=>j5,LucideAlarmClockPlus:()=>g5,LucideAlarmClockOff:()=>BJ,LucideAlarmClockMinus:()=>j5,LucideAlarmClockCheck:()=>I5,LucideAlarmClock:()=>$J,LucideAlarmCheck:()=>I5,LucideAirplay:()=>KJ,LucideAirVent:()=>zJ,LucideActivitySquare:()=>$6,LucideActivity:()=>H9,LucideAccessibility:()=>qJ,LucideALargeSmall:()=>HJ,LucideAArrowUp:()=>WJ,LucideAArrowDown:()=>GJ,LollipopIcon:()=>wP,Lollipop:()=>wP,LogsIcon:()=>TP,Logs:()=>TP,LogOutIcon:()=>O9,LogOut:()=>O9,LogInIcon:()=>OP,LogIn:()=>OP,LockOpenIcon:()=>g8,LockOpen:()=>g8,LockKeyholeOpenIcon:()=>j8,LockKeyholeOpen:()=>j8,LockKeyholeIcon:()=>AP,LockKeyhole:()=>AP,LockIcon:()=>A2,Lock:()=>A2,LocationEditIcon:()=>L8,LocationEdit:()=>L8,LocateOffIcon:()=>FP,LocateOff:()=>FP,LocateIcon:()=>PP,LocateFixedIcon:()=>$P,LocateFixed:()=>$P,Locate:()=>PP,LoaderPinwheelIcon:()=>KP,LoaderPinwheel:()=>KP,LoaderIcon:()=>BP,LoaderCircleIcon:()=>e,LoaderCircle:()=>e,Loader2Icon:()=>e,Loader2:()=>e,Loader:()=>BP,ListXIcon:()=>zP,ListX:()=>zP,ListVideoIcon:()=>qP,ListVideo:()=>qP,ListTreeIcon:()=>HP,ListTree:()=>HP,ListTodoIcon:()=>GP,ListTodo:()=>GP,ListStartIcon:()=>WP,ListStart:()=>WP,ListRestartIcon:()=>XP,ListRestart:()=>XP,ListPlusIcon:()=>QP,ListPlus:()=>QP,ListOrderedIcon:()=>q5,ListOrdered:()=>q5,ListMusicIcon:()=>YP,ListMusic:()=>YP,ListMinusIcon:()=>ZP,ListMinus:()=>ZP,ListIndentIncreaseIcon:()=>P2,ListIndentIncrease:()=>P2,ListIndentDecreaseIcon:()=>F2,ListIndentDecrease:()=>F2,ListIcon:()=>z5,ListFilterPlusIcon:()=>eF,ListFilterPlus:()=>eF,ListFilterIcon:()=>JP,ListFilter:()=>JP,ListEndIcon:()=>oF,ListEnd:()=>oF,ListCollapseIcon:()=>iF,ListCollapse:()=>iF,ListChevronsUpDownIcon:()=>nF,ListChevronsUpDown:()=>nF,ListChevronsDownUpIcon:()=>tF,ListChevronsDownUp:()=>tF,ListChecksIcon:()=>cF,ListChecks:()=>cF,ListCheckIcon:()=>aF,ListCheck:()=>aF,List:()=>z5,LinkedinIcon:()=>rF,Linkedin:()=>rF,LinkIcon:()=>$2,Link2OffIcon:()=>dF,Link2Off:()=>dF,Link2Icon:()=>sF,Link2:()=>sF,Link:()=>$2,LineSquiggleIcon:()=>pF,LineSquiggle:()=>pF,LineDotRightHorizontalIcon:()=>lF,LineDotRightHorizontal:()=>lF,LineChartIcon:()=>Y7,LineChart:()=>Y7,LightbulbOffIcon:()=>_F,LightbulbOff:()=>_F,LightbulbIcon:()=>uF,Lightbulb:()=>uF,LigatureIcon:()=>LF,Ligature:()=>LF,LifeBuoyIcon:()=>mF,LifeBuoy:()=>mF,LibrarySquareIcon:()=>d6,LibrarySquare:()=>d6,LibraryIcon:()=>NF,LibraryBigIcon:()=>gF,LibraryBig:()=>gF,Library:()=>NF,LetterTextIcon:()=>O4,LetterText:()=>O4,LensConvexIcon:()=>jF,LensConvex:()=>jF,LensConcaveIcon:()=>IF,LensConcave:()=>IF,LecternIcon:()=>fF,Lectern:()=>fF,LeafyGreenIcon:()=>hF,LeafyGreen:()=>hF,LeafIcon:()=>xF,Leaf:()=>xF,LayoutTemplateIcon:()=>vF,LayoutTemplate:()=>vF,LayoutPanelTopIcon:()=>RF,LayoutPanelTop:()=>RF,LayoutPanelLeftIcon:()=>MF,LayoutPanelLeft:()=>MF,LayoutListIcon:()=>A9,LayoutList:()=>A9,LayoutIcon:()=>e8,LayoutGridIcon:()=>EF,LayoutGrid:()=>EF,LayoutDashboardIcon:()=>P9,LayoutDashboard:()=>P9,Layout:()=>e8,LayersPlusIcon:()=>DF,LayersPlus:()=>DF,LayersIcon:()=>I8,Layers3Icon:()=>I8,Layers3:()=>I8,Layers2Icon:()=>SF,Layers2:()=>SF,Layers:()=>I8,LaughIcon:()=>kF,Laugh:()=>kF,LassoSelectIcon:()=>bF,LassoSelect:()=>bF,LassoIcon:()=>UF,Lasso:()=>UF,LaptopMinimalIcon:()=>f8,LaptopMinimalCheckIcon:()=>VF,LaptopMinimalCheck:()=>VF,LaptopMinimal:()=>f8,LaptopIcon:()=>CF,Laptop2Icon:()=>f8,Laptop2:()=>f8,Laptop:()=>CF,LanguagesIcon:()=>yF,Languages:()=>yF,LandmarkIcon:()=>wF,Landmark:()=>wF,LandPlotIcon:()=>TF,LandPlot:()=>TF,LampWallUpIcon:()=>OF,LampWallUp:()=>OF,LampWallDownIcon:()=>FF,LampWallDown:()=>FF,LampIcon:()=>AF,LampFloorIcon:()=>PF,LampFloor:()=>PF,LampDeskIcon:()=>$F,LampDesk:()=>$F,LampCeilingIcon:()=>BF,LampCeiling:()=>BF,Lamp:()=>AF,KeyboardOffIcon:()=>KF,KeyboardOff:()=>KF,KeyboardMusicIcon:()=>qF,KeyboardMusic:()=>qF,KeyboardIcon:()=>zF,Keyboard:()=>zF,KeySquareIcon:()=>HF,KeySquare:()=>HF,KeyRoundIcon:()=>WF,KeyRound:()=>WF,KeyIcon:()=>F9,Key:()=>F9,KayakIcon:()=>GF,Kayak:()=>GF,KanbanSquareIcon:()=>l6,KanbanSquareDashedIcon:()=>g6,KanbanSquareDashed:()=>g6,KanbanSquare:()=>l6,KanbanIcon:()=>QF,Kanban:()=>QF,JoystickIcon:()=>XF,Joystick:()=>XF,JapaneseYenIcon:()=>YF,JapaneseYen:()=>YF,IterationCwIcon:()=>ZF,IterationCw:()=>ZF,IterationCcwIcon:()=>JF,IterationCcw:()=>JF,ItalicIcon:()=>H5,Italic:()=>H5,InstagramIcon:()=>e$,Instagram:()=>e$,InspectionPanelIcon:()=>i$,InspectionPanel:()=>i$,InspectIcon:()=>c6,Inspect:()=>c6,InfoIcon:()=>g2,Info:()=>g2,InfinityIcon:()=>o$,Infinity:()=>o$,IndianRupeeIcon:()=>n$,IndianRupee:()=>n$,IndentIncreaseIcon:()=>P2,IndentIncrease:()=>P2,IndentIcon:()=>P2,IndentDecreaseIcon:()=>F2,IndentDecrease:()=>F2,Indent:()=>P2,InboxIcon:()=>$9,Inbox:()=>$9,ImportIcon:()=>t$,Import:()=>t$,ImagesIcon:()=>c$,Images:()=>c$,ImageUpscaleIcon:()=>a$,ImageUpscale:()=>a$,ImageUpIcon:()=>r$,ImageUp:()=>r$,ImagePlusIcon:()=>s$,ImagePlus:()=>s$,ImagePlayIcon:()=>d$,ImagePlay:()=>d$,ImageOffIcon:()=>l$,ImageOff:()=>l$,ImageMinusIcon:()=>p$,ImageMinus:()=>p$,ImageIcon:()=>p1,ImageDownIcon:()=>u$,ImageDown:()=>u$,Image:()=>p1,IdCardLanyardIcon:()=>m$,IdCardLanyard:()=>m$,IdCardIcon:()=>_$,IdCard:()=>_$,Icon:()=>lR,IceCreamIcon:()=>h8,IceCreamConeIcon:()=>h8,IceCreamCone:()=>h8,IceCreamBowlIcon:()=>x8,IceCreamBowl:()=>x8,IceCream2Icon:()=>x8,IceCream2:()=>x8,IceCream:()=>h8,HouseWifiIcon:()=>N$,HouseWifi:()=>N$,HousePlusIcon:()=>L$,HousePlus:()=>L$,HousePlugIcon:()=>g$,HousePlug:()=>g$,HouseIcon:()=>j2,HouseHeartIcon:()=>j$,HouseHeart:()=>j$,House:()=>j2,HourglassIcon:()=>f$,Hourglass:()=>f$,HotelIcon:()=>I$,Hotel:()=>I$,HospitalIcon:()=>h$,Hospital:()=>h$,HopOffIcon:()=>v$,HopOff:()=>v$,HopIcon:()=>x$,Hop:()=>x$,HomeIcon:()=>j2,Home:()=>j2,HistoryIcon:()=>W5,History:()=>W5,HighlighterIcon:()=>M$,Highlighter:()=>M$,HexagonIcon:()=>R$,Hexagon:()=>R$,HelpingHandIcon:()=>v8,HelpingHand:()=>v8,HelpCircleIcon:()=>W2,HelpCircle:()=>W2,HelicopterIcon:()=>E$,Helicopter:()=>E$,HeaterIcon:()=>S$,Heater:()=>S$,HeartPulseIcon:()=>U$,HeartPulse:()=>U$,HeartPlusIcon:()=>k$,HeartPlus:()=>k$,HeartOffIcon:()=>b$,HeartOff:()=>b$,HeartMinusIcon:()=>C$,HeartMinus:()=>C$,HeartIcon:()=>D$,HeartHandshakeIcon:()=>V$,HeartHandshake:()=>V$,HeartCrackIcon:()=>y$,HeartCrack:()=>y$,Heart:()=>D$,HeadsetIcon:()=>w$,Headset:()=>w$,HeadphonesIcon:()=>O$,Headphones:()=>O$,HeadphoneOffIcon:()=>T$,HeadphoneOff:()=>T$,HeadingIcon:()=>A$,Heading6Icon:()=>P$,Heading6:()=>P$,Heading5Icon:()=>F$,Heading5:()=>F$,Heading4Icon:()=>$$,Heading4:()=>$$,Heading3Icon:()=>B$,Heading3:()=>B$,Heading2Icon:()=>G5,Heading2:()=>G5,Heading1Icon:()=>X5,Heading1:()=>X5,Heading:()=>A$,HdmiPortIcon:()=>K$,HdmiPort:()=>K$,HdIcon:()=>z$,Hd:()=>z$,HazeIcon:()=>q$,Haze:()=>q$,HatGlassesIcon:()=>W$,HatGlasses:()=>W$,HashIcon:()=>H$,Hash:()=>H$,HardHatIcon:()=>G$,HardHat:()=>G$,HardDriveUploadIcon:()=>Q$,HardDriveUpload:()=>Q$,HardDriveIcon:()=>X$,HardDriveDownloadIcon:()=>Y$,HardDriveDownload:()=>Y$,HardDrive:()=>X$,HandshakeIcon:()=>Z$,Handshake:()=>Z$,HandbagIcon:()=>J$,Handbag:()=>J$,HandPlatterIcon:()=>iB,HandPlatter:()=>iB,HandMetalIcon:()=>oB,HandMetal:()=>oB,HandIcon:()=>eB,HandHelpingIcon:()=>v8,HandHelping:()=>v8,HandHeartIcon:()=>nB,HandHeart:()=>nB,HandGrabIcon:()=>M8,HandGrab:()=>M8,HandFistIcon:()=>tB,HandFist:()=>tB,HandCoinsIcon:()=>cB,HandCoins:()=>cB,Hand:()=>eB,HammerIcon:()=>rB,Hammer:()=>rB,HamburgerIcon:()=>aB,Hamburger:()=>aB,HamIcon:()=>sB,Ham:()=>sB,GuitarIcon:()=>dB,Guitar:()=>dB,GroupIcon:()=>lB,Group:()=>lB,GripVerticalIcon:()=>pB,GripVertical:()=>pB,GripIcon:()=>uB,GripHorizontalIcon:()=>_B,GripHorizontal:()=>_B,Grip:()=>uB,GridIcon:()=>L0,Grid3x3Icon:()=>L0,Grid3x3:()=>L0,Grid3x2Icon:()=>mB,Grid3x2:()=>mB,Grid3X3Icon:()=>L0,Grid3X3:()=>L0,Grid2x2XIcon:()=>E8,Grid2x2X:()=>E8,Grid2x2PlusIcon:()=>D8,Grid2x2Plus:()=>D8,Grid2x2Icon:()=>R8,Grid2x2CheckIcon:()=>S8,Grid2x2Check:()=>S8,Grid2x2:()=>R8,Grid2X2XIcon:()=>E8,Grid2X2X:()=>E8,Grid2X2PlusIcon:()=>D8,Grid2X2Plus:()=>D8,Grid2X2Icon:()=>R8,Grid2X2CheckIcon:()=>S8,Grid2X2Check:()=>S8,Grid2X2:()=>R8,Grid:()=>L0,GrapeIcon:()=>LB,Grape:()=>LB,GraduationCapIcon:()=>NB,GraduationCap:()=>NB,GrabIcon:()=>M8,Grab:()=>M8,GpuIcon:()=>jB,Gpu:()=>jB,GoalIcon:()=>gB,Goal:()=>gB,GlobeXIcon:()=>IB,GlobeX:()=>IB,GlobeOffIcon:()=>fB,GlobeOff:()=>fB,GlobeLockIcon:()=>hB,GlobeLock:()=>hB,GlobeIcon:()=>I2,Globe2Icon:()=>s7,Globe2:()=>s7,Globe:()=>I2,GlassesIcon:()=>xB,Glasses:()=>xB,GlassWaterIcon:()=>vB,GlassWater:()=>vB,GitlabIcon:()=>MB,Gitlab:()=>MB,GithubIcon:()=>RB,Github:()=>RB,GitPullRequestIcon:()=>EB,GitPullRequestDraftIcon:()=>DB,GitPullRequestDraft:()=>DB,GitPullRequestCreateIcon:()=>UB,GitPullRequestCreateArrowIcon:()=>SB,GitPullRequestCreateArrow:()=>SB,GitPullRequestCreate:()=>UB,GitPullRequestClosedIcon:()=>kB,GitPullRequestClosed:()=>kB,GitPullRequestArrowIcon:()=>bB,GitPullRequestArrow:()=>bB,GitPullRequest:()=>EB,GitMergeIcon:()=>CB,GitMergeConflictIcon:()=>VB,GitMergeConflict:()=>VB,GitMerge:()=>CB,GitGraphIcon:()=>yB,GitGraph:()=>yB,GitForkIcon:()=>wB,GitFork:()=>wB,GitCompareIcon:()=>OB,GitCompareArrowsIcon:()=>TB,GitCompareArrows:()=>TB,GitCompare:()=>OB,GitCommitVerticalIcon:()=>AB,GitCommitVertical:()=>AB,GitCommitIcon:()=>U8,GitCommitHorizontalIcon:()=>U8,GitCommitHorizontal:()=>U8,GitCommit:()=>U8,GitBranchPlusIcon:()=>FB,GitBranchPlus:()=>FB,GitBranchMinusIcon:()=>$B,GitBranchMinus:()=>$B,GitBranchIcon:()=>PB,GitBranch:()=>PB,GiftIcon:()=>BB,Gift:()=>BB,GhostIcon:()=>KB,Ghost:()=>KB,GeorgianLariIcon:()=>zB,GeorgianLari:()=>zB,GemIcon:()=>qB,Gem:()=>qB,GavelIcon:()=>HB,Gavel:()=>HB,GaugeIcon:()=>GB,GaugeCircleIcon:()=>k7,GaugeCircle:()=>k7,Gauge:()=>GB,GanttChartSquareIcon:()=>w2,GanttChartSquare:()=>w2,GanttChartIcon:()=>G7,GanttChart:()=>G7,GamepadIcon:()=>WB,GamepadDirectionalIcon:()=>XB,GamepadDirectional:()=>XB,Gamepad2Icon:()=>QB,Gamepad2:()=>QB,Gamepad:()=>WB,GalleryVerticalIcon:()=>YB,GalleryVerticalEndIcon:()=>ZB,GalleryVerticalEnd:()=>ZB,GalleryVertical:()=>YB,GalleryThumbnailsIcon:()=>JB,GalleryThumbnails:()=>JB,GalleryHorizontalIcon:()=>eK,GalleryHorizontalEndIcon:()=>oK,GalleryHorizontalEnd:()=>oK,GalleryHorizontal:()=>eK,FunnelXIcon:()=>b8,FunnelX:()=>b8,FunnelPlusIcon:()=>iK,FunnelPlus:()=>iK,FunnelIcon:()=>k8,Funnel:()=>k8,FunctionSquareIcon:()=>p6,FunctionSquare:()=>p6,FullscreenIcon:()=>nK,Fullscreen:()=>nK,FuelIcon:()=>tK,Fuel:()=>tK,FrownIcon:()=>cK,Frown:()=>cK,FramerIcon:()=>aK,Framer:()=>aK,FrameIcon:()=>rK,Frame:()=>rK,ForwardIcon:()=>sK,Forward:()=>sK,FormInputIcon:()=>Y6,FormInput:()=>Y6,FormIcon:()=>lK,Form:()=>lK,ForkliftIcon:()=>dK,Forklift:()=>dK,ForkKnifeIcon:()=>h4,ForkKnifeCrossedIcon:()=>x4,ForkKnifeCrossed:()=>x4,ForkKnife:()=>h4,FootprintsIcon:()=>pK,Footprints:()=>pK,FoldersIcon:()=>mK,Folders:()=>mK,FolderXIcon:()=>_K,FolderX:()=>_K,FolderUpIcon:()=>LK,FolderUp:()=>LK,FolderTreeIcon:()=>NK,FolderTree:()=>NK,FolderSyncIcon:()=>gK,FolderSync:()=>gK,FolderSymlinkIcon:()=>IK,FolderSymlink:()=>IK,FolderSearchIcon:()=>fK,FolderSearch2Icon:()=>jK,FolderSearch2:()=>jK,FolderSearch:()=>fK,FolderRootIcon:()=>hK,FolderRoot:()=>hK,FolderPlusIcon:()=>B2,FolderPlus:()=>B2,FolderPenIcon:()=>C8,FolderPen:()=>C8,FolderOutputIcon:()=>xK,FolderOutput:()=>xK,FolderOpenIcon:()=>vK,FolderOpenDotIcon:()=>MK,FolderOpenDot:()=>MK,FolderOpen:()=>vK,FolderMinusIcon:()=>RK,FolderMinus:()=>RK,FolderLockIcon:()=>EK,FolderLock:()=>EK,FolderKeyIcon:()=>DK,FolderKey:()=>DK,FolderKanbanIcon:()=>SK,FolderKanban:()=>SK,FolderInputIcon:()=>UK,FolderInput:()=>UK,FolderIcon:()=>uK,FolderHeartIcon:()=>kK,FolderHeart:()=>kK,FolderGitIcon:()=>bK,FolderGit2Icon:()=>CK,FolderGit2:()=>CK,FolderGit:()=>bK,FolderEditIcon:()=>C8,FolderEdit:()=>C8,FolderDownIcon:()=>VK,FolderDown:()=>VK,FolderDotIcon:()=>yK,FolderDot:()=>yK,FolderCogIcon:()=>V8,FolderCog2Icon:()=>V8,FolderCog2:()=>V8,FolderCog:()=>V8,FolderCodeIcon:()=>wK,FolderCode:()=>wK,FolderClosedIcon:()=>TK,FolderClosed:()=>TK,FolderClockIcon:()=>OK,FolderClock:()=>OK,FolderCheckIcon:()=>AK,FolderCheck:()=>AK,FolderArchiveIcon:()=>PK,FolderArchive:()=>PK,Folder:()=>uK,FoldVerticalIcon:()=>FK,FoldVertical:()=>FK,FoldHorizontalIcon:()=>$K,FoldHorizontal:()=>$K,FocusIcon:()=>BK,Focus:()=>BK,FlowerIcon:()=>KK,Flower2Icon:()=>zK,Flower2:()=>zK,Flower:()=>KK,FlipVerticalIcon:()=>R6,FlipVertical2Icon:()=>qK,FlipVertical2:()=>qK,FlipVertical:()=>R6,FlipHorizontalIcon:()=>E6,FlipHorizontal2Icon:()=>HK,FlipHorizontal2:()=>HK,FlipHorizontal:()=>E6,FlaskRoundIcon:()=>WK,FlaskRound:()=>WK,FlaskConicalOffIcon:()=>XK,FlaskConicalOff:()=>XK,FlaskConicalIcon:()=>GK,FlaskConical:()=>GK,FlashlightOffIcon:()=>YK,FlashlightOff:()=>YK,FlashlightIcon:()=>QK,Flashlight:()=>QK,FlameKindlingIcon:()=>ZK,FlameKindling:()=>ZK,FlameIcon:()=>JK,Flame:()=>JK,FlagTriangleRightIcon:()=>oz,FlagTriangleRight:()=>oz,FlagTriangleLeftIcon:()=>iz,FlagTriangleLeft:()=>iz,FlagOffIcon:()=>nz,FlagOff:()=>nz,FlagIcon:()=>ez,Flag:()=>ez,FishingRodIcon:()=>tz,FishingRod:()=>tz,FishingHookIcon:()=>az,FishingHook:()=>az,FishSymbolIcon:()=>rz,FishSymbol:()=>rz,FishOffIcon:()=>sz,FishOff:()=>sz,FishIcon:()=>cz,Fish:()=>cz,FireExtinguisherIcon:()=>dz,FireExtinguisher:()=>dz,FingerprintPatternIcon:()=>y8,FingerprintPattern:()=>y8,FingerprintIcon:()=>y8,Fingerprint:()=>y8,FilterXIcon:()=>b8,FilterX:()=>b8,FilterIcon:()=>k8,Filter:()=>k8,FilmIcon:()=>lz,Film:()=>lz,FilesIcon:()=>pz,Files:()=>pz,FileXIcon:()=>uz,FileXCornerIcon:()=>w8,FileXCorner:()=>w8,FileX2Icon:()=>w8,FileX2:()=>w8,FileX:()=>uz,FileWarningIcon:()=>G8,FileWarning:()=>G8,FileVolumeIcon:()=>_z,FileVolume2Icon:()=>A8,FileVolume2:()=>A8,FileVolume:()=>_z,FileVideoIcon:()=>B8,FileVideoCameraIcon:()=>T8,FileVideoCamera:()=>T8,FileVideo2Icon:()=>T8,FileVideo2:()=>T8,FileVideo:()=>B8,FileUserIcon:()=>Lz,FileUser:()=>Lz,FileUpIcon:()=>mz,FileUp:()=>mz,FileTypeIcon:()=>Nz,FileTypeCornerIcon:()=>O8,FileTypeCorner:()=>O8,FileType2Icon:()=>O8,FileType2:()=>O8,FileType:()=>Nz,FileTextIcon:()=>z2,FileText:()=>z2,FileTerminalIcon:()=>gz,FileTerminal:()=>gz,FileSymlinkIcon:()=>jz,FileSymlink:()=>jz,FileStackIcon:()=>Iz,FileStack:()=>Iz,FileSpreadsheetIcon:()=>fz,FileSpreadsheet:()=>fz,FileSlidersIcon:()=>hz,FileSliders:()=>hz,FileSignatureIcon:()=>z8,FileSignature:()=>z8,FileSignalIcon:()=>A8,FileSignal:()=>A8,FileSearchIcon:()=>xz,FileSearchCornerIcon:()=>P8,FileSearchCorner:()=>P8,FileSearch2Icon:()=>P8,FileSearch2:()=>P8,FileSearch:()=>xz,FileScanIcon:()=>vz,FileScan:()=>vz,FileQuestionMarkIcon:()=>F8,FileQuestionMark:()=>F8,FileQuestionIcon:()=>F8,FileQuestion:()=>F8,FilePlusIcon:()=>Mz,FilePlusCornerIcon:()=>$8,FilePlusCorner:()=>$8,FilePlus2Icon:()=>$8,FilePlus2:()=>$8,FilePlus:()=>Mz,FilePlayIcon:()=>B8,FilePlay:()=>B8,FilePieChartIcon:()=>J8,FilePieChart:()=>J8,FilePenLineIcon:()=>z8,FilePenLine:()=>z8,FilePenIcon:()=>K8,FilePen:()=>K8,FileOutputIcon:()=>Rz,FileOutput:()=>Rz,FileMusicIcon:()=>Ez,FileMusic:()=>Ez,FileMinusIcon:()=>Dz,FileMinusCornerIcon:()=>q8,FileMinusCorner:()=>q8,FileMinus2Icon:()=>q8,FileMinus2:()=>q8,FileMinus:()=>Dz,FileLockIcon:()=>H8,FileLock2Icon:()=>H8,FileLock2:()=>H8,FileLock:()=>H8,FileLineChartIcon:()=>Z8,FileLineChart:()=>Z8,FileKeyIcon:()=>W8,FileKey2Icon:()=>W8,FileKey2:()=>W8,FileKey:()=>W8,FileJsonIcon:()=>o7,FileJson2Icon:()=>n7,FileJson2:()=>n7,FileJson:()=>o7,FileInputIcon:()=>Sz,FileInput:()=>Sz,FileImageIcon:()=>Uz,FileImage:()=>Uz,FileIcon:()=>K2,FileHeartIcon:()=>kz,FileHeart:()=>kz,FileHeadphoneIcon:()=>q2,FileHeadphone:()=>q2,FileExclamationPointIcon:()=>G8,FileExclamationPoint:()=>G8,FileEditIcon:()=>K8,FileEdit:()=>K8,FileDownIcon:()=>bz,FileDown:()=>bz,FileDigitIcon:()=>Cz,FileDigit:()=>Cz,FileDiffIcon:()=>Vz,FileDiff:()=>Vz,FileCogIcon:()=>X8,FileCog2Icon:()=>X8,FileCog2:()=>X8,FileCog:()=>X8,FileCodeIcon:()=>yz,FileCodeCornerIcon:()=>Q8,FileCodeCorner:()=>Q8,FileCode2Icon:()=>Q8,FileCode2:()=>Q8,FileCode:()=>yz,FileClockIcon:()=>wz,FileClock:()=>wz,FileCheckIcon:()=>Tz,FileCheckCornerIcon:()=>Y8,FileCheckCorner:()=>Y8,FileCheck2Icon:()=>Y8,FileCheck2:()=>Y8,FileCheck:()=>Tz,FileChartPieIcon:()=>J8,FileChartPie:()=>J8,FileChartLineIcon:()=>Z8,FileChartLine:()=>Z8,FileChartColumnIncreasingIcon:()=>i7,FileChartColumnIncreasing:()=>i7,FileChartColumnIcon:()=>e7,FileChartColumn:()=>e7,FileBracesIcon:()=>o7,FileBracesCornerIcon:()=>n7,FileBracesCorner:()=>n7,FileBraces:()=>o7,FileBoxIcon:()=>Oz,FileBox:()=>Oz,FileBarChartIcon:()=>i7,FileBarChart2Icon:()=>e7,FileBarChart2:()=>e7,FileBarChart:()=>i7,FileBadgeIcon:()=>t7,FileBadge2Icon:()=>t7,FileBadge2:()=>t7,FileBadge:()=>t7,FileAxis3dIcon:()=>c7,FileAxis3d:()=>c7,FileAxis3DIcon:()=>c7,FileAxis3D:()=>c7,FileAudioIcon:()=>q2,FileAudio2Icon:()=>q2,FileAudio2:()=>q2,FileAudio:()=>q2,FileArchiveIcon:()=>Az,FileArchive:()=>Az,File:()=>K2,FigmaIcon:()=>Pz,Figma:()=>Pz,FerrisWheelIcon:()=>Fz,FerrisWheel:()=>Fz,FenceIcon:()=>$z,Fence:()=>$z,FeatherIcon:()=>Bz,Feather:()=>Bz,FastForwardIcon:()=>Kz,FastForward:()=>Kz,FanIcon:()=>zz,Fan:()=>zz,FactoryIcon:()=>qz,Factory:()=>qz,FacebookIcon:()=>Hz,Facebook:()=>Hz,EyeOffIcon:()=>Wz,EyeOff:()=>Wz,EyeIcon:()=>Q5,EyeClosedIcon:()=>Gz,EyeClosed:()=>Gz,Eye:()=>Q5,ExternalLinkIcon:()=>B9,ExternalLink:()=>B9,ExpandIcon:()=>Xz,Expand:()=>Xz,EvChargerIcon:()=>Qz,EvCharger:()=>Qz,EuroIcon:()=>Yz,Euro:()=>Yz,EthernetPortIcon:()=>Jz,EthernetPort:()=>Jz,EraserIcon:()=>Zz,Eraser:()=>Zz,EqualSquareIcon:()=>u6,EqualSquare:()=>u6,EqualNotIcon:()=>oq,EqualNot:()=>oq,EqualIcon:()=>eq,EqualApproximatelyIcon:()=>iq,EqualApproximately:()=>iq,Equal:()=>eq,EllipsisVerticalIcon:()=>r7,EllipsisVertical:()=>r7,EllipsisIcon:()=>a7,Ellipsis:()=>a7,EllipseIcon:()=>nq,Ellipse:()=>nq,EggOffIcon:()=>cq,EggOff:()=>cq,EggIcon:()=>tq,EggFriedIcon:()=>aq,EggFried:()=>aq,Egg:()=>tq,EditIcon:()=>h0,Edit3Icon:()=>J6,Edit3:()=>J6,Edit2Icon:()=>a0,Edit2:()=>a0,Edit:()=>h0,EclipseIcon:()=>rq,Eclipse:()=>rq,EarthLockIcon:()=>sq,EarthLock:()=>sq,EarthIcon:()=>s7,Earth:()=>s7,EarOffIcon:()=>dq,EarOff:()=>dq,EarIcon:()=>lq,Ear:()=>lq,DumbbellIcon:()=>pq,Dumbbell:()=>pq,DrumstickIcon:()=>uq,Drumstick:()=>uq,DrumIcon:()=>_q,Drum:()=>_q,DropletsIcon:()=>mq,Droplets:()=>mq,DropletOffIcon:()=>Nq,DropletOff:()=>Nq,DropletIcon:()=>Lq,Droplet:()=>Lq,DroneIcon:()=>gq,Drone:()=>gq,DrillIcon:()=>jq,Drill:()=>jq,DribbbleIcon:()=>Iq,Dribbble:()=>Iq,DramaIcon:()=>fq,Drama:()=>fq,DraftingCompassIcon:()=>hq,DraftingCompass:()=>hq,DownloadIcon:()=>K9,DownloadCloudIcon:()=>L7,DownloadCloud:()=>L7,Download:()=>K9,DotSquareIcon:()=>_6,DotSquare:()=>_6,DotIcon:()=>xq,Dot:()=>xq,DoorOpenIcon:()=>Mq,DoorOpen:()=>Mq,DoorClosedLockedIcon:()=>Rq,DoorClosedLocked:()=>Rq,DoorClosedIcon:()=>vq,DoorClosed:()=>vq,DonutIcon:()=>Dq,Donut:()=>Dq,DollarSignIcon:()=>Eq,DollarSign:()=>Eq,DogIcon:()=>Sq,Dog:()=>Sq,DockIcon:()=>Uq,Dock:()=>Uq,DnaOffIcon:()=>bq,DnaOff:()=>bq,DnaIcon:()=>kq,Dna:()=>kq,DivideSquareIcon:()=>m6,DivideSquare:()=>m6,DivideIcon:()=>Cq,DivideCircleIcon:()=>C7,DivideCircle:()=>C7,Divide:()=>Cq,DiscIcon:()=>Vq,DiscAlbumIcon:()=>wq,DiscAlbum:()=>wq,Disc3Icon:()=>yq,Disc3:()=>yq,Disc2Icon:()=>Tq,Disc2:()=>Tq,Disc:()=>Vq,DiffIcon:()=>Oq,Diff:()=>Oq,DicesIcon:()=>Aq,Dices:()=>Aq,Dice6Icon:()=>Pq,Dice6:()=>Pq,Dice5Icon:()=>Fq,Dice5:()=>Fq,Dice4Icon:()=>$q,Dice4:()=>$q,Dice3Icon:()=>Bq,Dice3:()=>Bq,Dice2Icon:()=>Kq,Dice2:()=>Kq,Dice1Icon:()=>zq,Dice1:()=>zq,DiamondPlusIcon:()=>Hq,DiamondPlus:()=>Hq,DiamondPercentIcon:()=>d7,DiamondPercent:()=>d7,DiamondMinusIcon:()=>Wq,DiamondMinus:()=>Wq,DiamondIcon:()=>qq,Diamond:()=>qq,DiameterIcon:()=>Gq,Diameter:()=>Gq,DessertIcon:()=>Xq,Dessert:()=>Xq,DeleteIcon:()=>Qq,Delete:()=>Qq,DecimalsArrowRightIcon:()=>Yq,DecimalsArrowRight:()=>Yq,DecimalsArrowLeftIcon:()=>Zq,DecimalsArrowLeft:()=>Zq,DatabaseZapIcon:()=>Jq,DatabaseZap:()=>Jq,DatabaseSearchIcon:()=>eH,DatabaseSearch:()=>eH,DatabaseIcon:()=>Y5,DatabaseBackupIcon:()=>oH,DatabaseBackup:()=>oH,Database:()=>Y5,DamIcon:()=>iH,Dam:()=>iH,CylinderIcon:()=>nH,Cylinder:()=>nH,CurrencyIcon:()=>cH,Currency:()=>cH,CurlyBracesIcon:()=>a5,CurlyBraces:()=>a5,CupSodaIcon:()=>tH,CupSoda:()=>tH,CuboidIcon:()=>aH,Cuboid:()=>aH,CrownIcon:()=>rH,Crown:()=>rH,CrosshairIcon:()=>sH,Crosshair:()=>sH,CrossIcon:()=>lH,Cross:()=>lH,CropIcon:()=>dH,Crop:()=>dH,CroissantIcon:()=>pH,Croissant:()=>pH,CreditCardIcon:()=>uH,CreditCard:()=>uH,CreativeCommonsIcon:()=>_H,CreativeCommons:()=>_H,CpuIcon:()=>mH,Cpu:()=>mH,CornerUpRightIcon:()=>LH,CornerUpRight:()=>LH,CornerUpLeftIcon:()=>NH,CornerUpLeft:()=>NH,CornerRightUpIcon:()=>gH,CornerRightUp:()=>gH,CornerRightDownIcon:()=>IH,CornerRightDown:()=>IH,CornerLeftUpIcon:()=>jH,CornerLeftUp:()=>jH,CornerLeftDownIcon:()=>fH,CornerLeftDown:()=>fH,CornerDownRightIcon:()=>hH,CornerDownRight:()=>hH,CornerDownLeftIcon:()=>xH,CornerDownLeft:()=>xH,CopyrightIcon:()=>vH,Copyright:()=>vH,CopyleftIcon:()=>MH,Copyleft:()=>MH,CopyXIcon:()=>RH,CopyX:()=>RH,CopySlashIcon:()=>EH,CopySlash:()=>EH,CopyPlusIcon:()=>DH,CopyPlus:()=>DH,CopyMinusIcon:()=>SH,CopyMinus:()=>SH,CopyIcon:()=>z9,CopyCheckIcon:()=>UH,CopyCheck:()=>UH,Copy:()=>z9,CookingPotIcon:()=>kH,CookingPot:()=>kH,CookieIcon:()=>bH,Cookie:()=>bH,ContrastIcon:()=>CH,Contrast:()=>CH,ContainerIcon:()=>VH,Container:()=>VH,ContactRoundIcon:()=>l7,ContactRound:()=>l7,ContactIcon:()=>yH,Contact2Icon:()=>l7,Contact2:()=>l7,Contact:()=>yH,ConstructionIcon:()=>wH,Construction:()=>wH,ConeIcon:()=>TH,Cone:()=>TH,ConciergeBellIcon:()=>OH,ConciergeBell:()=>OH,ComputerIcon:()=>AH,Computer:()=>AH,ComponentIcon:()=>PH,Component:()=>PH,CompassIcon:()=>$H,Compass:()=>$H,CommandIcon:()=>FH,Command:()=>FH,CombineIcon:()=>BH,Combine:()=>BH,ColumnsSettingsIcon:()=>H2,ColumnsSettings:()=>H2,ColumnsIcon:()=>u7,Columns4Icon:()=>KH,Columns4:()=>KH,Columns3Icon:()=>p7,Columns3CogIcon:()=>H2,Columns3Cog:()=>H2,Columns3:()=>p7,Columns2Icon:()=>u7,Columns2:()=>u7,Columns:()=>u7,CoinsIcon:()=>zH,Coins:()=>zH,CogIcon:()=>qH,Cog:()=>qH,CoffeeIcon:()=>HH,Coffee:()=>HH,CodesandboxIcon:()=>WH,Codesandbox:()=>WH,CodepenIcon:()=>GH,Codepen:()=>GH,CodeXmlIcon:()=>_7,CodeXml:()=>_7,CodeSquareIcon:()=>j6,CodeSquare:()=>j6,CodeIcon:()=>Z5,Code2Icon:()=>_7,Code2:()=>_7,Code:()=>Z5,ClubIcon:()=>XH,Club:()=>XH,CloverIcon:()=>QH,Clover:()=>QH,CloudyIcon:()=>YH,Cloudy:()=>YH,CloudUploadIcon:()=>m7,CloudUpload:()=>m7,CloudSyncIcon:()=>JH,CloudSync:()=>JH,CloudSunRainIcon:()=>oW,CloudSunRain:()=>oW,CloudSunIcon:()=>eW,CloudSun:()=>eW,CloudSnowIcon:()=>iW,CloudSnow:()=>iW,CloudRainWindIcon:()=>tW,CloudRainWind:()=>tW,CloudRainIcon:()=>nW,CloudRain:()=>nW,CloudOffIcon:()=>cW,CloudOff:()=>cW,CloudMoonRainIcon:()=>rW,CloudMoonRain:()=>rW,CloudMoonIcon:()=>aW,CloudMoon:()=>aW,CloudLightningIcon:()=>sW,CloudLightning:()=>sW,CloudIcon:()=>ZH,CloudHailIcon:()=>dW,CloudHail:()=>dW,CloudFogIcon:()=>lW,CloudFog:()=>lW,CloudDrizzleIcon:()=>pW,CloudDrizzle:()=>pW,CloudDownloadIcon:()=>L7,CloudDownload:()=>L7,CloudCogIcon:()=>uW,CloudCog:()=>uW,CloudCheckIcon:()=>_W,CloudCheck:()=>_W,CloudBackupIcon:()=>LW,CloudBackup:()=>LW,CloudAlertIcon:()=>mW,CloudAlert:()=>mW,Cloud:()=>ZH,ClosedCaptionIcon:()=>NW,ClosedCaption:()=>NW,ClockPlusIcon:()=>jW,ClockPlus:()=>jW,ClockIcon:()=>gW,ClockFadingIcon:()=>IW,ClockFading:()=>IW,ClockCheckIcon:()=>fW,ClockCheck:()=>fW,ClockArrowUpIcon:()=>hW,ClockArrowUp:()=>hW,ClockArrowDownIcon:()=>xW,ClockArrowDown:()=>xW,ClockAlertIcon:()=>vW,ClockAlert:()=>vW,Clock9Icon:()=>MW,Clock9:()=>MW,Clock8Icon:()=>RW,Clock8:()=>RW,Clock7Icon:()=>EW,Clock7:()=>EW,Clock6Icon:()=>DW,Clock6:()=>DW,Clock5Icon:()=>SW,Clock5:()=>SW,Clock4Icon:()=>UW,Clock4:()=>UW,Clock3Icon:()=>kW,Clock3:()=>kW,Clock2Icon:()=>bW,Clock2:()=>bW,Clock1Icon:()=>wW,Clock12Icon:()=>CW,Clock12:()=>CW,Clock11Icon:()=>VW,Clock11:()=>VW,Clock10Icon:()=>yW,Clock10:()=>yW,Clock1:()=>wW,Clock:()=>gW,ClipboardXIcon:()=>OW,ClipboardX:()=>OW,ClipboardTypeIcon:()=>AW,ClipboardType:()=>AW,ClipboardSignatureIcon:()=>g7,ClipboardSignature:()=>g7,ClipboardPlusIcon:()=>PW,ClipboardPlus:()=>PW,ClipboardPenLineIcon:()=>g7,ClipboardPenLine:()=>g7,ClipboardPenIcon:()=>N7,ClipboardPen:()=>N7,ClipboardPasteIcon:()=>FW,ClipboardPaste:()=>FW,ClipboardMinusIcon:()=>$W,ClipboardMinus:()=>$W,ClipboardListIcon:()=>KW,ClipboardList:()=>KW,ClipboardIcon:()=>TW,ClipboardEditIcon:()=>N7,ClipboardEdit:()=>N7,ClipboardCopyIcon:()=>BW,ClipboardCopy:()=>BW,ClipboardClockIcon:()=>zW,ClipboardClock:()=>zW,ClipboardCheckIcon:()=>qW,ClipboardCheck:()=>qW,Clipboard:()=>TW,ClapperboardIcon:()=>HW,Clapperboard:()=>HW,CitrusIcon:()=>WW,Citrus:()=>WW,CircuitBoardIcon:()=>GW,CircuitBoard:()=>GW,CircleXIcon:()=>f2,CircleX:()=>f2,CircleUserRoundIcon:()=>I7,CircleUserRound:()=>I7,CircleUserIcon:()=>j7,CircleUser:()=>j7,CircleStopIcon:()=>f7,CircleStop:()=>f7,CircleStarIcon:()=>QW,CircleStar:()=>QW,CircleSmallIcon:()=>YW,CircleSmall:()=>YW,CircleSlashedIcon:()=>h7,CircleSlashed:()=>h7,CircleSlashIcon:()=>ZW,CircleSlash2Icon:()=>h7,CircleSlash2:()=>h7,CircleSlash:()=>ZW,CircleQuestionMarkIcon:()=>W2,CircleQuestionMark:()=>W2,CirclePowerIcon:()=>x7,CirclePower:()=>x7,CirclePoundSterlingIcon:()=>JW,CirclePoundSterling:()=>JW,CirclePlusIcon:()=>v7,CirclePlus:()=>v7,CirclePlayIcon:()=>M7,CirclePlay:()=>M7,CirclePileIcon:()=>eG,CirclePile:()=>eG,CirclePercentIcon:()=>R7,CirclePercent:()=>R7,CirclePauseIcon:()=>E7,CirclePause:()=>E7,CircleParkingOffIcon:()=>S7,CircleParkingOff:()=>S7,CircleParkingIcon:()=>D7,CircleParking:()=>D7,CircleOffIcon:()=>oG,CircleOff:()=>oG,CircleMinusIcon:()=>U7,CircleMinus:()=>U7,CircleIcon:()=>XW,CircleHelpIcon:()=>W2,CircleHelp:()=>W2,CircleGaugeIcon:()=>k7,CircleGauge:()=>k7,CircleFadingPlusIcon:()=>iG,CircleFadingPlus:()=>iG,CircleFadingArrowUpIcon:()=>nG,CircleFadingArrowUp:()=>nG,CircleEqualIcon:()=>tG,CircleEqual:()=>tG,CircleEllipsisIcon:()=>cG,CircleEllipsis:()=>cG,CircleDotIcon:()=>aG,CircleDotDashedIcon:()=>rG,CircleDotDashed:()=>rG,CircleDot:()=>aG,CircleDollarSignIcon:()=>sG,CircleDollarSign:()=>sG,CircleDivideIcon:()=>C7,CircleDivide:()=>C7,CircleDashedIcon:()=>dG,CircleDashed:()=>dG,CircleChevronUpIcon:()=>b7,CircleChevronUp:()=>b7,CircleChevronRightIcon:()=>V7,CircleChevronRight:()=>V7,CircleChevronLeftIcon:()=>w7,CircleChevronLeft:()=>w7,CircleChevronDownIcon:()=>y7,CircleChevronDown:()=>y7,CircleCheckIcon:()=>T7,CircleCheckBigIcon:()=>h2,CircleCheckBig:()=>h2,CircleCheck:()=>T7,CircleArrowUpIcon:()=>O7,CircleArrowUp:()=>O7,CircleArrowRightIcon:()=>A7,CircleArrowRight:()=>A7,CircleArrowOutUpRightIcon:()=>P7,CircleArrowOutUpRight:()=>P7,CircleArrowOutUpLeftIcon:()=>F7,CircleArrowOutUpLeft:()=>F7,CircleArrowOutDownRightIcon:()=>$7,CircleArrowOutDownRight:()=>$7,CircleArrowOutDownLeftIcon:()=>B7,CircleArrowOutDownLeft:()=>B7,CircleArrowLeftIcon:()=>K7,CircleArrowLeft:()=>K7,CircleArrowDownIcon:()=>z7,CircleArrowDown:()=>z7,CircleAlertIcon:()=>e1,CircleAlert:()=>e1,Circle:()=>XW,CigaretteOffIcon:()=>pG,CigaretteOff:()=>pG,CigaretteIcon:()=>lG,Cigarette:()=>lG,ChurchIcon:()=>uG,Church:()=>uG,ChromiumIcon:()=>q7,Chromium:()=>q7,ChromeIcon:()=>q7,Chrome:()=>q7,ChevronsUpIcon:()=>_G,ChevronsUpDownIcon:()=>mG,ChevronsUpDown:()=>mG,ChevronsUp:()=>_G,ChevronsRightLeftIcon:()=>NG,ChevronsRightLeft:()=>NG,ChevronsRightIcon:()=>LG,ChevronsRight:()=>LG,ChevronsLeftRightIcon:()=>jG,ChevronsLeftRightEllipsisIcon:()=>IG,ChevronsLeftRightEllipsis:()=>IG,ChevronsLeftRight:()=>jG,ChevronsLeftIcon:()=>gG,ChevronsLeft:()=>gG,ChevronsDownUpIcon:()=>fG,ChevronsDownUp:()=>fG,ChevronsDownIcon:()=>hG,ChevronsDown:()=>hG,ChevronUpSquareIcon:()=>I6,ChevronUpSquare:()=>I6,ChevronUpIcon:()=>xG,ChevronUpCircleIcon:()=>b7,ChevronUpCircle:()=>b7,ChevronUp:()=>xG,ChevronRightSquareIcon:()=>f6,ChevronRightSquare:()=>f6,ChevronRightIcon:()=>B0,ChevronRightCircleIcon:()=>V7,ChevronRightCircle:()=>V7,ChevronRight:()=>B0,ChevronLeftSquareIcon:()=>h6,ChevronLeftSquare:()=>h6,ChevronLeftIcon:()=>G2,ChevronLeftCircleIcon:()=>w7,ChevronLeftCircle:()=>w7,ChevronLeft:()=>G2,ChevronLastIcon:()=>vG,ChevronLast:()=>vG,ChevronFirstIcon:()=>MG,ChevronFirst:()=>MG,ChevronDownSquareIcon:()=>x6,ChevronDownSquare:()=>x6,ChevronDownIcon:()=>J5,ChevronDownCircleIcon:()=>y7,ChevronDownCircle:()=>y7,ChevronDown:()=>J5,ChessRookIcon:()=>RG,ChessRook:()=>RG,ChessQueenIcon:()=>DG,ChessQueen:()=>DG,ChessPawnIcon:()=>EG,ChessPawn:()=>EG,ChessKnightIcon:()=>SG,ChessKnight:()=>SG,ChessKingIcon:()=>UG,ChessKing:()=>UG,ChessBishopIcon:()=>kG,ChessBishop:()=>kG,CherryIcon:()=>CG,Cherry:()=>CG,ChefHatIcon:()=>bG,ChefHat:()=>bG,CheckSquareIcon:()=>v6,CheckSquare2Icon:()=>M6,CheckSquare2:()=>M6,CheckSquare:()=>v6,CheckLineIcon:()=>VG,CheckLine:()=>VG,CheckIcon:()=>x0,CheckCircleIcon:()=>h2,CheckCircle2Icon:()=>T7,CheckCircle2:()=>T7,CheckCircle:()=>h2,CheckCheckIcon:()=>wG,CheckCheck:()=>wG,Check:()=>x0,ChartSplineIcon:()=>yG,ChartSpline:()=>yG,ChartScatterIcon:()=>H7,ChartScatter:()=>H7,ChartPieIcon:()=>W7,ChartPie:()=>W7,ChartNoAxesGanttIcon:()=>G7,ChartNoAxesGantt:()=>G7,ChartNoAxesCombinedIcon:()=>TG,ChartNoAxesCombined:()=>TG,ChartNoAxesColumnIncreasingIcon:()=>Q7,ChartNoAxesColumnIncreasing:()=>Q7,ChartNoAxesColumnIcon:()=>X7,ChartNoAxesColumnDecreasingIcon:()=>OG,ChartNoAxesColumnDecreasing:()=>OG,ChartNoAxesColumn:()=>X7,ChartNetworkIcon:()=>AG,ChartNetwork:()=>AG,ChartLineIcon:()=>Y7,ChartLine:()=>Y7,ChartGanttIcon:()=>PG,ChartGantt:()=>PG,ChartColumnStackedIcon:()=>FG,ChartColumnStacked:()=>FG,ChartColumnIncreasingIcon:()=>J7,ChartColumnIncreasing:()=>J7,ChartColumnIcon:()=>Z7,ChartColumnDecreasingIcon:()=>$G,ChartColumnDecreasing:()=>$G,ChartColumnBigIcon:()=>e5,ChartColumnBig:()=>e5,ChartColumn:()=>Z7,ChartCandlestickIcon:()=>o5,ChartCandlestick:()=>o5,ChartBarStackedIcon:()=>BG,ChartBarStacked:()=>BG,ChartBarIncreasingIcon:()=>KG,ChartBarIncreasing:()=>KG,ChartBarIcon:()=>i5,ChartBarDecreasingIcon:()=>zG,ChartBarDecreasing:()=>zG,ChartBarBigIcon:()=>n5,ChartBarBig:()=>n5,ChartBar:()=>i5,ChartAreaIcon:()=>t5,ChartArea:()=>t5,CctvIcon:()=>qG,Cctv:()=>qG,CatIcon:()=>HG,Cat:()=>HG,CastleIcon:()=>WG,Castle:()=>WG,CastIcon:()=>GG,Cast:()=>GG,CassetteTapeIcon:()=>XG,CassetteTape:()=>XG,CaseUpperIcon:()=>QG,CaseUpper:()=>QG,CaseSensitiveIcon:()=>ZG,CaseSensitive:()=>ZG,CaseLowerIcon:()=>YG,CaseLower:()=>YG,CarrotIcon:()=>JG,Carrot:()=>JG,CardSimIcon:()=>eX,CardSim:()=>eX,CaravanIcon:()=>oX,Caravan:()=>oX,CarTaxiFrontIcon:()=>nX,CarTaxiFront:()=>nX,CarIcon:()=>iX,CarFrontIcon:()=>tX,CarFront:()=>tX,Car:()=>iX,CaptionsOffIcon:()=>cX,CaptionsOff:()=>cX,CaptionsIcon:()=>c5,Captions:()=>c5,CannabisOffIcon:()=>aX,CannabisOff:()=>aX,CannabisIcon:()=>rX,Cannabis:()=>rX,CandyOffIcon:()=>sX,CandyOff:()=>sX,CandyIcon:()=>dX,CandyCaneIcon:()=>lX,CandyCane:()=>lX,Candy:()=>dX,CandlestickChartIcon:()=>o5,CandlestickChart:()=>o5,CameraOffIcon:()=>uX,CameraOff:()=>uX,CameraIcon:()=>pX,Camera:()=>pX,CalendarsIcon:()=>_X,Calendars:()=>_X,CalendarXIcon:()=>LX,CalendarX2Icon:()=>NX,CalendarX2:()=>NX,CalendarX:()=>LX,CalendarSyncIcon:()=>gX,CalendarSync:()=>gX,CalendarSearchIcon:()=>jX,CalendarSearch:()=>jX,CalendarRangeIcon:()=>IX,CalendarRange:()=>IX,CalendarPlusIcon:()=>fX,CalendarPlus2Icon:()=>hX,CalendarPlus2:()=>hX,CalendarPlus:()=>fX,CalendarOffIcon:()=>xX,CalendarOff:()=>xX,CalendarMinusIcon:()=>vX,CalendarMinus2Icon:()=>MX,CalendarMinus2:()=>MX,CalendarMinus:()=>vX,CalendarIcon:()=>mX,CalendarHeartIcon:()=>RX,CalendarHeart:()=>RX,CalendarFoldIcon:()=>EX,CalendarFold:()=>EX,CalendarDaysIcon:()=>DX,CalendarDays:()=>DX,CalendarCogIcon:()=>SX,CalendarCog:()=>SX,CalendarClockIcon:()=>UX,CalendarClock:()=>UX,CalendarCheckIcon:()=>kX,CalendarCheck2Icon:()=>bX,CalendarCheck2:()=>bX,CalendarCheck:()=>kX,CalendarArrowUpIcon:()=>CX,CalendarArrowUp:()=>CX,CalendarArrowDownIcon:()=>VX,CalendarArrowDown:()=>VX,Calendar1Icon:()=>yX,Calendar1:()=>yX,Calendar:()=>mX,CalculatorIcon:()=>wX,Calculator:()=>wX,CakeSliceIcon:()=>OX,CakeSlice:()=>OX,CakeIcon:()=>TX,Cake:()=>TX,CableIcon:()=>AX,CableCarIcon:()=>PX,CableCar:()=>PX,Cable:()=>AX,BusIcon:()=>FX,BusFrontIcon:()=>$X,BusFront:()=>$X,Bus:()=>FX,BuildingIcon:()=>BX,Building2Icon:()=>KX,Building2:()=>KX,Building:()=>BX,BugPlayIcon:()=>qX,BugPlay:()=>qX,BugOffIcon:()=>HX,BugOff:()=>HX,BugIcon:()=>zX,Bug:()=>zX,BubblesIcon:()=>WX,Bubbles:()=>WX,BrushIcon:()=>XX,BrushCleaningIcon:()=>GX,BrushCleaning:()=>GX,Brush:()=>XX,BringToFrontIcon:()=>QX,BringToFront:()=>QX,BriefcaseMedicalIcon:()=>ZX,BriefcaseMedical:()=>ZX,BriefcaseIcon:()=>YX,BriefcaseConveyorBeltIcon:()=>JX,BriefcaseConveyorBelt:()=>JX,BriefcaseBusinessIcon:()=>eQ,BriefcaseBusiness:()=>eQ,Briefcase:()=>YX,BrickWallShieldIcon:()=>iQ,BrickWallShield:()=>iQ,BrickWallIcon:()=>oQ,BrickWallFireIcon:()=>nQ,BrickWallFire:()=>nQ,BrickWall:()=>oQ,BrainIcon:()=>tQ,BrainCogIcon:()=>aQ,BrainCog:()=>aQ,BrainCircuitIcon:()=>cQ,BrainCircuit:()=>cQ,Brain:()=>tQ,BracketsIcon:()=>rQ,Brackets:()=>rQ,BracesIcon:()=>a5,Braces:()=>a5,BoxesIcon:()=>sQ,Boxes:()=>sQ,BoxSelectIcon:()=>L6,BoxSelect:()=>L6,BoxIcon:()=>dQ,Box:()=>dQ,BowArrowIcon:()=>lQ,BowArrow:()=>lQ,BottleWineIcon:()=>pQ,BottleWine:()=>pQ,BotOffIcon:()=>_Q,BotOff:()=>_Q,BotMessageSquareIcon:()=>mQ,BotMessageSquare:()=>mQ,BotIcon:()=>uQ,Bot:()=>uQ,BoomBoxIcon:()=>LQ,BoomBox:()=>LQ,BookmarkXIcon:()=>gQ,BookmarkX:()=>gQ,BookmarkPlusIcon:()=>jQ,BookmarkPlus:()=>jQ,BookmarkMinusIcon:()=>IQ,BookmarkMinus:()=>IQ,BookmarkIcon:()=>NQ,BookmarkCheckIcon:()=>fQ,BookmarkCheck:()=>fQ,Bookmark:()=>NQ,BookXIcon:()=>xQ,BookX:()=>xQ,BookUserIcon:()=>vQ,BookUser:()=>vQ,BookUpIcon:()=>MQ,BookUp2Icon:()=>RQ,BookUp2:()=>RQ,BookUp:()=>MQ,BookTypeIcon:()=>EQ,BookType:()=>EQ,BookTextIcon:()=>DQ,BookText:()=>DQ,BookTemplateIcon:()=>r5,BookTemplate:()=>r5,BookSearchIcon:()=>SQ,BookSearch:()=>SQ,BookPlusIcon:()=>UQ,BookPlus:()=>UQ,BookOpenTextIcon:()=>bQ,BookOpenText:()=>bQ,BookOpenIcon:()=>kQ,BookOpenCheckIcon:()=>CQ,BookOpenCheck:()=>CQ,BookOpen:()=>kQ,BookMinusIcon:()=>VQ,BookMinus:()=>VQ,BookMarkedIcon:()=>yQ,BookMarked:()=>yQ,BookLockIcon:()=>wQ,BookLock:()=>wQ,BookKeyIcon:()=>TQ,BookKey:()=>TQ,BookImageIcon:()=>OQ,BookImage:()=>OQ,BookIcon:()=>hQ,BookHeartIcon:()=>AQ,BookHeart:()=>AQ,BookHeadphonesIcon:()=>PQ,BookHeadphones:()=>PQ,BookDownIcon:()=>FQ,BookDown:()=>FQ,BookDashedIcon:()=>r5,BookDashed:()=>r5,BookCopyIcon:()=>$Q,BookCopy:()=>$Q,BookCheckIcon:()=>BQ,BookCheck:()=>BQ,BookAudioIcon:()=>KQ,BookAudio:()=>KQ,BookAlertIcon:()=>zQ,BookAlert:()=>zQ,BookAIcon:()=>qQ,BookA:()=>qQ,Book:()=>hQ,BoneIcon:()=>HQ,Bone:()=>HQ,BombIcon:()=>WQ,Bomb:()=>WQ,BoltIcon:()=>GQ,Bolt:()=>GQ,BoldIcon:()=>e2,Bold:()=>e2,BluetoothSearchingIcon:()=>QQ,BluetoothSearching:()=>QQ,BluetoothOffIcon:()=>YQ,BluetoothOff:()=>YQ,BluetoothIcon:()=>XQ,BluetoothConnectedIcon:()=>ZQ,BluetoothConnected:()=>ZQ,Bluetooth:()=>XQ,BlocksIcon:()=>JQ,Blocks:()=>JQ,BlindsIcon:()=>eY,Blinds:()=>eY,BlendIcon:()=>oY,Blend:()=>oY,BitcoinIcon:()=>iY,Bitcoin:()=>iY,BirdhouseIcon:()=>nY,Birdhouse:()=>nY,BirdIcon:()=>tY,Bird:()=>tY,BiohazardIcon:()=>cY,Biohazard:()=>cY,BinocularsIcon:()=>aY,Binoculars:()=>aY,BinaryIcon:()=>rY,Binary:()=>rY,BikeIcon:()=>sY,Bike:()=>sY,BicepsFlexedIcon:()=>dY,BicepsFlexed:()=>dY,BetweenVerticalStartIcon:()=>lY,BetweenVerticalStart:()=>lY,BetweenVerticalEndIcon:()=>pY,BetweenVerticalEnd:()=>pY,BetweenHorizontalStartIcon:()=>s5,BetweenHorizontalStart:()=>s5,BetweenHorizontalEndIcon:()=>d5,BetweenHorizontalEnd:()=>d5,BetweenHorizonalStartIcon:()=>s5,BetweenHorizonalStart:()=>s5,BetweenHorizonalEndIcon:()=>d5,BetweenHorizonalEnd:()=>d5,BellRingIcon:()=>_Y,BellRing:()=>_Y,BellPlusIcon:()=>mY,BellPlus:()=>mY,BellOffIcon:()=>LY,BellOff:()=>LY,BellMinusIcon:()=>NY,BellMinus:()=>NY,BellIcon:()=>uY,BellElectricIcon:()=>gY,BellElectric:()=>gY,BellDotIcon:()=>jY,BellDot:()=>jY,Bell:()=>uY,BeerOffIcon:()=>fY,BeerOff:()=>fY,BeerIcon:()=>IY,Beer:()=>IY,BeefIcon:()=>hY,Beef:()=>hY,BedSingleIcon:()=>vY,BedSingle:()=>vY,BedIcon:()=>xY,BedDoubleIcon:()=>MY,BedDouble:()=>MY,Bed:()=>xY,BeanOffIcon:()=>EY,BeanOff:()=>EY,BeanIcon:()=>RY,Bean:()=>RY,BeakerIcon:()=>DY,Beaker:()=>DY,BatteryWarningIcon:()=>UY,BatteryWarning:()=>UY,BatteryPlusIcon:()=>kY,BatteryPlus:()=>kY,BatteryMediumIcon:()=>bY,BatteryMedium:()=>bY,BatteryLowIcon:()=>CY,BatteryLow:()=>CY,BatteryIcon:()=>SY,BatteryFullIcon:()=>yY,BatteryFull:()=>yY,BatteryChargingIcon:()=>wY,BatteryCharging:()=>wY,Battery:()=>SY,BathIcon:()=>VY,Bath:()=>VY,BaselineIcon:()=>TY,Baseline:()=>TY,BarrelIcon:()=>OY,Barrel:()=>OY,BarcodeIcon:()=>AY,Barcode:()=>AY,BarChartIcon:()=>Q7,BarChartHorizontalIcon:()=>i5,BarChartHorizontalBigIcon:()=>n5,BarChartHorizontalBig:()=>n5,BarChartHorizontal:()=>i5,BarChartBigIcon:()=>e5,BarChartBig:()=>e5,BarChart4Icon:()=>J7,BarChart4:()=>J7,BarChart3Icon:()=>Z7,BarChart3:()=>Z7,BarChart2Icon:()=>X7,BarChart2:()=>X7,BarChart:()=>Q7,BanknoteXIcon:()=>FY,BanknoteX:()=>FY,BanknoteIcon:()=>PY,BanknoteArrowUpIcon:()=>$Y,BanknoteArrowUp:()=>$Y,BanknoteArrowDownIcon:()=>BY,BanknoteArrowDown:()=>BY,Banknote:()=>PY,BandageIcon:()=>zY,Bandage:()=>zY,BananaIcon:()=>KY,Banana:()=>KY,BanIcon:()=>qY,Ban:()=>qY,BalloonIcon:()=>HY,Balloon:()=>HY,BaggageClaimIcon:()=>WY,BaggageClaim:()=>WY,BadgeXIcon:()=>XY,BadgeX:()=>XY,BadgeTurkishLiraIcon:()=>QY,BadgeTurkishLira:()=>QY,BadgeSwissFrancIcon:()=>YY,BadgeSwissFranc:()=>YY,BadgeRussianRubleIcon:()=>ZY,BadgeRussianRuble:()=>ZY,BadgeQuestionMarkIcon:()=>l5,BadgeQuestionMark:()=>l5,BadgePoundSterlingIcon:()=>JY,BadgePoundSterling:()=>JY,BadgePlusIcon:()=>eZ,BadgePlus:()=>eZ,BadgePercentIcon:()=>oZ,BadgePercent:()=>oZ,BadgeMinusIcon:()=>iZ,BadgeMinus:()=>iZ,BadgeJapaneseYenIcon:()=>nZ,BadgeJapaneseYen:()=>nZ,BadgeInfoIcon:()=>tZ,BadgeInfo:()=>tZ,BadgeIndianRupeeIcon:()=>cZ,BadgeIndianRupee:()=>cZ,BadgeIcon:()=>GY,BadgeHelpIcon:()=>l5,BadgeHelp:()=>l5,BadgeEuroIcon:()=>aZ,BadgeEuro:()=>aZ,BadgeDollarSignIcon:()=>rZ,BadgeDollarSign:()=>rZ,BadgeCheckIcon:()=>p5,BadgeCheck:()=>p5,BadgeCentIcon:()=>sZ,BadgeCent:()=>sZ,BadgeAlertIcon:()=>dZ,BadgeAlert:()=>dZ,Badge:()=>GY,BackpackIcon:()=>lZ,Backpack:()=>lZ,BabyIcon:()=>pZ,Baby:()=>pZ,Axis3dIcon:()=>u5,Axis3d:()=>u5,Axis3DIcon:()=>u5,Axis3D:()=>u5,AxeIcon:()=>uZ,Axe:()=>uZ,AwardIcon:()=>_Z,Award:()=>_Z,AudioWaveformIcon:()=>mZ,AudioWaveform:()=>mZ,AudioLinesIcon:()=>LZ,AudioLines:()=>LZ,AtomIcon:()=>NZ,Atom:()=>NZ,AtSignIcon:()=>jZ,AtSign:()=>jZ,AsteriskSquareIcon:()=>S6,AsteriskSquare:()=>S6,AsteriskIcon:()=>gZ,Asterisk:()=>gZ,ArrowsUpFromLineIcon:()=>IZ,ArrowsUpFromLine:()=>IZ,ArrowUpZaIcon:()=>x2,ArrowUpZa:()=>x2,ArrowUpZAIcon:()=>x2,ArrowUpZA:()=>x2,ArrowUpWideNarrowIcon:()=>hZ,ArrowUpWideNarrow:()=>hZ,ArrowUpToLineIcon:()=>xZ,ArrowUpToLine:()=>xZ,ArrowUpSquareIcon:()=>U6,ArrowUpSquare:()=>U6,ArrowUpRightSquareIcon:()=>k6,ArrowUpRightSquare:()=>k6,ArrowUpRightIcon:()=>q9,ArrowUpRightFromSquareIcon:()=>V6,ArrowUpRightFromSquare:()=>V6,ArrowUpRightFromCircleIcon:()=>P7,ArrowUpRightFromCircle:()=>P7,ArrowUpRight:()=>q9,ArrowUpNarrowWideIcon:()=>_5,ArrowUpNarrowWide:()=>_5,ArrowUpLeftSquareIcon:()=>b6,ArrowUpLeftSquare:()=>b6,ArrowUpLeftIcon:()=>MZ,ArrowUpLeftFromSquareIcon:()=>y6,ArrowUpLeftFromSquare:()=>y6,ArrowUpLeftFromCircleIcon:()=>F7,ArrowUpLeftFromCircle:()=>F7,ArrowUpLeft:()=>MZ,ArrowUpIcon:()=>fZ,ArrowUpFromLineIcon:()=>vZ,ArrowUpFromLine:()=>vZ,ArrowUpFromDotIcon:()=>RZ,ArrowUpFromDot:()=>RZ,ArrowUpDownIcon:()=>EZ,ArrowUpDown:()=>EZ,ArrowUpCircleIcon:()=>O7,ArrowUpCircle:()=>O7,ArrowUpAzIcon:()=>m5,ArrowUpAz:()=>m5,ArrowUpAZIcon:()=>m5,ArrowUpAZ:()=>m5,ArrowUp10Icon:()=>DZ,ArrowUp10:()=>DZ,ArrowUp01Icon:()=>SZ,ArrowUp01:()=>SZ,ArrowUp:()=>fZ,ArrowRightToLineIcon:()=>kZ,ArrowRightToLine:()=>kZ,ArrowRightSquareIcon:()=>C6,ArrowRightSquare:()=>C6,ArrowRightLeftIcon:()=>bZ,ArrowRightLeft:()=>bZ,ArrowRightIcon:()=>UZ,ArrowRightFromLineIcon:()=>CZ,ArrowRightFromLine:()=>CZ,ArrowRightCircleIcon:()=>A7,ArrowRightCircle:()=>A7,ArrowRight:()=>UZ,ArrowLeftToLineIcon:()=>VZ,ArrowLeftToLine:()=>VZ,ArrowLeftSquareIcon:()=>O6,ArrowLeftSquare:()=>O6,ArrowLeftRightIcon:()=>yZ,ArrowLeftRight:()=>yZ,ArrowLeftIcon:()=>v2,ArrowLeftFromLineIcon:()=>wZ,ArrowLeftFromLine:()=>wZ,ArrowLeftCircleIcon:()=>K7,ArrowLeftCircle:()=>K7,ArrowLeft:()=>v2,ArrowDownZaIcon:()=>L5,ArrowDownZa:()=>L5,ArrowDownZAIcon:()=>L5,ArrowDownZA:()=>L5,ArrowDownWideNarrowIcon:()=>N5,ArrowDownWideNarrow:()=>N5,ArrowDownUpIcon:()=>AZ,ArrowDownUp:()=>AZ,ArrowDownToLineIcon:()=>OZ,ArrowDownToLine:()=>OZ,ArrowDownToDotIcon:()=>PZ,ArrowDownToDot:()=>PZ,ArrowDownSquareIcon:()=>P6,ArrowDownSquare:()=>P6,ArrowDownRightSquareIcon:()=>A6,ArrowDownRightSquare:()=>A6,ArrowDownRightIcon:()=>FZ,ArrowDownRightFromSquareIcon:()=>w6,ArrowDownRightFromSquare:()=>w6,ArrowDownRightFromCircleIcon:()=>$7,ArrowDownRightFromCircle:()=>$7,ArrowDownRight:()=>FZ,ArrowDownNarrowWideIcon:()=>$Z,ArrowDownNarrowWide:()=>$Z,ArrowDownLeftSquareIcon:()=>F6,ArrowDownLeftSquare:()=>F6,ArrowDownLeftIcon:()=>BZ,ArrowDownLeftFromSquareIcon:()=>T6,ArrowDownLeftFromSquare:()=>T6,ArrowDownLeftFromCircleIcon:()=>B7,ArrowDownLeftFromCircle:()=>B7,ArrowDownLeft:()=>BZ,ArrowDownIcon:()=>TZ,ArrowDownFromLineIcon:()=>KZ,ArrowDownFromLine:()=>KZ,ArrowDownCircleIcon:()=>z7,ArrowDownCircle:()=>z7,ArrowDownAzIcon:()=>M2,ArrowDownAz:()=>M2,ArrowDownAZIcon:()=>M2,ArrowDownAZ:()=>M2,ArrowDown10Icon:()=>zZ,ArrowDown10:()=>zZ,ArrowDown01Icon:()=>qZ,ArrowDown01:()=>qZ,ArrowDown:()=>TZ,ArrowBigUpIcon:()=>HZ,ArrowBigUpDashIcon:()=>WZ,ArrowBigUpDash:()=>WZ,ArrowBigUp:()=>HZ,ArrowBigRightIcon:()=>GZ,ArrowBigRightDashIcon:()=>XZ,ArrowBigRightDash:()=>XZ,ArrowBigRight:()=>GZ,ArrowBigLeftIcon:()=>QZ,ArrowBigLeftDashIcon:()=>YZ,ArrowBigLeftDash:()=>YZ,ArrowBigLeft:()=>QZ,ArrowBigDownIcon:()=>ZZ,ArrowBigDownDashIcon:()=>JZ,ArrowBigDownDash:()=>JZ,ArrowBigDown:()=>ZZ,ArmchairIcon:()=>eJ,Armchair:()=>eJ,AreaChartIcon:()=>t5,AreaChart:()=>t5,ArchiveXIcon:()=>iJ,ArchiveX:()=>iJ,ArchiveRestoreIcon:()=>nJ,ArchiveRestore:()=>nJ,ArchiveIcon:()=>oJ,Archive:()=>oJ,AppleIcon:()=>tJ,Apple:()=>tJ,AppWindowMacIcon:()=>aJ,AppWindowMac:()=>aJ,AppWindowIcon:()=>cJ,AppWindow:()=>cJ,ApertureIcon:()=>rJ,Aperture:()=>rJ,AnvilIcon:()=>sJ,Anvil:()=>sJ,AntennaIcon:()=>dJ,Antenna:()=>dJ,AnnoyedIcon:()=>lJ,Annoyed:()=>lJ,AngryIcon:()=>pJ,Angry:()=>pJ,AnchorIcon:()=>uJ,Anchor:()=>uJ,AmphoraIcon:()=>_J,Amphora:()=>_J,AmpersandsIcon:()=>mJ,Ampersands:()=>mJ,AmpersandIcon:()=>LJ,Ampersand:()=>LJ,AmbulanceIcon:()=>gJ,Ambulance:()=>gJ,AlignVerticalSpaceBetweenIcon:()=>NJ,AlignVerticalSpaceBetween:()=>NJ,AlignVerticalSpaceAroundIcon:()=>jJ,AlignVerticalSpaceAround:()=>jJ,AlignVerticalJustifyStartIcon:()=>IJ,AlignVerticalJustifyStart:()=>IJ,AlignVerticalJustifyEndIcon:()=>fJ,AlignVerticalJustifyEnd:()=>fJ,AlignVerticalJustifyCenterIcon:()=>hJ,AlignVerticalJustifyCenter:()=>hJ,AlignVerticalDistributeStartIcon:()=>xJ,AlignVerticalDistributeStart:()=>xJ,AlignVerticalDistributeEndIcon:()=>vJ,AlignVerticalDistributeEnd:()=>vJ,AlignVerticalDistributeCenterIcon:()=>MJ,AlignVerticalDistributeCenter:()=>MJ,AlignStartVerticalIcon:()=>RJ,AlignStartVertical:()=>RJ,AlignStartHorizontalIcon:()=>EJ,AlignStartHorizontal:()=>EJ,AlignRightIcon:()=>P4,AlignRight:()=>P4,AlignLeftIcon:()=>y2,AlignLeft:()=>y2,AlignJustifyIcon:()=>A4,AlignJustify:()=>A4,AlignHorizontalSpaceBetweenIcon:()=>DJ,AlignHorizontalSpaceBetween:()=>DJ,AlignHorizontalSpaceAroundIcon:()=>SJ,AlignHorizontalSpaceAround:()=>SJ,AlignHorizontalJustifyStartIcon:()=>UJ,AlignHorizontalJustifyStart:()=>UJ,AlignHorizontalJustifyEndIcon:()=>kJ,AlignHorizontalJustifyEnd:()=>kJ,AlignHorizontalJustifyCenterIcon:()=>bJ,AlignHorizontalJustifyCenter:()=>bJ,AlignHorizontalDistributeStartIcon:()=>CJ,AlignHorizontalDistributeStart:()=>CJ,AlignHorizontalDistributeEndIcon:()=>wJ,AlignHorizontalDistributeEnd:()=>wJ,AlignHorizontalDistributeCenterIcon:()=>VJ,AlignHorizontalDistributeCenter:()=>VJ,AlignEndVerticalIcon:()=>yJ,AlignEndVertical:()=>yJ,AlignEndHorizontalIcon:()=>TJ,AlignEndHorizontal:()=>TJ,AlignCenterVerticalIcon:()=>OJ,AlignCenterVertical:()=>OJ,AlignCenterIcon:()=>F4,AlignCenterHorizontalIcon:()=>AJ,AlignCenterHorizontal:()=>AJ,AlignCenter:()=>F4,AlertTriangleIcon:()=>C4,AlertTriangle:()=>C4,AlertOctagonIcon:()=>p8,AlertOctagon:()=>p8,AlertCircleIcon:()=>e1,AlertCircle:()=>e1,AlbumIcon:()=>FJ,Album:()=>FJ,AlarmSmokeIcon:()=>PJ,AlarmSmoke:()=>PJ,AlarmPlusIcon:()=>g5,AlarmPlus:()=>g5,AlarmMinusIcon:()=>j5,AlarmMinus:()=>j5,AlarmClockPlusIcon:()=>g5,AlarmClockPlus:()=>g5,AlarmClockOffIcon:()=>BJ,AlarmClockOff:()=>BJ,AlarmClockMinusIcon:()=>j5,AlarmClockMinus:()=>j5,AlarmClockIcon:()=>$J,AlarmClockCheckIcon:()=>I5,AlarmClockCheck:()=>I5,AlarmClock:()=>$J,AlarmCheckIcon:()=>I5,AlarmCheck:()=>I5,AirplayIcon:()=>KJ,Airplay:()=>KJ,AirVentIcon:()=>zJ,AirVent:()=>zJ,ActivitySquareIcon:()=>$6,ActivitySquare:()=>$6,ActivityIcon:()=>H9,Activity:()=>H9,AccessibilityIcon:()=>qJ,Accessibility:()=>qJ,ALargeSmallIcon:()=>HJ,ALargeSmall:()=>HJ,AArrowUpIcon:()=>WJ,AArrowUp:()=>WJ,AArrowDownIcon:()=>GJ,AArrowDown:()=>GJ});var Hx={};jR(Hx,{ZoomOut:()=>CD,ZoomIn:()=>VD,ZodiacVirgo:()=>yD,ZodiacTaurus:()=>wD,ZodiacScorpio:()=>TD,ZodiacSagittarius:()=>OD,ZodiacPisces:()=>PD,ZodiacOphiuchus:()=>AD,ZodiacLibra:()=>FD,ZodiacLeo:()=>$D,ZodiacGemini:()=>BD,ZodiacCapricorn:()=>KD,ZodiacCancer:()=>zD,ZodiacAries:()=>qD,ZodiacAquarius:()=>HD,ZapOff:()=>GD,Zap:()=>WD,Youtube:()=>XD,XLineTop:()=>QD,X:()=>F0,Wrench:()=>YD,Worm:()=>ZD,Workflow:()=>JD,WineOff:()=>iS,Wine:()=>eS,WindArrowDown:()=>nS,Wind:()=>oS,WifiZero:()=>cS,WifiSync:()=>aS,WifiPen:()=>rS,WifiOff:()=>sS,WifiLow:()=>dS,WifiHigh:()=>pS,WifiCog:()=>lS,Wifi:()=>tS,WholeWord:()=>uS,WheatOff:()=>mS,Wheat:()=>_S,WeightTilde:()=>NS,Weight:()=>LS,WebhookOff:()=>jS,Webhook:()=>gS,Webcam:()=>IS,Waypoints:()=>fS,WavesLadder:()=>xS,WavesArrowUp:()=>vS,WavesArrowDown:()=>MS,Waves:()=>hS,Watch:()=>RS,WashingMachine:()=>ES,Warehouse:()=>DS,WandSparkles:()=>I4,Wand:()=>SS,Wallpaper:()=>US,WalletMinimal:()=>f4,WalletCards:()=>bS,Wallet:()=>kS,Vote:()=>CS,VolumeX:()=>yS,VolumeOff:()=>wS,Volume2:()=>OS,Volume1:()=>TS,Volume:()=>VS,Volleyball:()=>AS,Voicemail:()=>PS,View:()=>FS,Videotape:()=>$S,VideoOff:()=>zS,Video:()=>BS,VibrateOff:()=>qS,Vibrate:()=>KS,VenusAndMars:()=>WS,Venus:()=>HS,VenetianMask:()=>GS,Vegan:()=>XS,VectorSquare:()=>QS,Vault:()=>ZS,Variable:()=>YS,Van:()=>JS,UtilityPole:()=>eU,UtensilsCrossed:()=>x4,Utensils:()=>h4,UsersRound:()=>v4,Users:()=>oU,UserX:()=>iU,UserStar:()=>nU,UserSearch:()=>tU,UserRoundX:()=>R4,UserRoundSearch:()=>cU,UserRoundPlus:()=>E4,UserRoundPen:()=>aU,UserRoundMinus:()=>D4,UserRoundKey:()=>rU,UserRoundCog:()=>S4,UserRoundCheck:()=>U4,UserRound:()=>M4,UserPlus:()=>sU,UserPen:()=>dU,UserMinus:()=>pU,UserLock:()=>lU,UserKey:()=>uU,UserCog:()=>_U,UserCheck:()=>mU,User:()=>P5,Usb:()=>LU,Upload:()=>V9,Unplug:()=>NU,Unlink2:()=>jU,Unlink:()=>gU,University:()=>k4,Ungroup:()=>fU,UnfoldVertical:()=>hU,UnfoldHorizontal:()=>xU,UndoDot:()=>vU,Undo2:()=>MU,Undo:()=>IU,Underline:()=>RU,UmbrellaOff:()=>DU,Umbrella:()=>EU,TypeOutline:()=>SU,Type:()=>y9,Twitter:()=>kU,Twitch:()=>UU,TvMinimalPlay:()=>CU,TvMinimal:()=>b4,Tv:()=>bU,Turtle:()=>VU,Turntable:()=>wU,TurkishLira:()=>yU,TruckElectric:()=>OU,Truck:()=>TU,Trophy:()=>AU,TriangleRight:()=>PU,TriangleDashed:()=>$U,TriangleAlert:()=>C4,Triangle:()=>FU,TrendingUpDown:()=>KU,TrendingUp:()=>BU,TrendingDown:()=>zU,Trello:()=>qU,Trees:()=>WU,TreePine:()=>HU,TreePalm:()=>V4,TreeDeciduous:()=>GU,Trash2:()=>G0,Trash:()=>XU,Transgender:()=>QU,TramFront:()=>y4,TrainTrack:()=>YU,TrainFrontTunnel:()=>JU,TrainFront:()=>ZU,TrafficCone:()=>ek,Tractor:()=>ok,ToyBrick:()=>ik,TowerControl:()=>nk,TowelRack:()=>tk,TouchpadOff:()=>ak,Touchpad:()=>ck,Torus:()=>rk,Tornado:()=>sk,Toolbox:()=>dk,ToolCase:()=>pk,Toilet:()=>lk,ToggleRight:()=>uk,ToggleLeft:()=>mk,TimerReset:()=>Lk,TimerOff:()=>Nk,Timer:()=>_k,TicketsPlane:()=>Ik,Tickets:()=>gk,TicketX:()=>fk,TicketSlash:()=>xk,TicketPlus:()=>hk,TicketPercent:()=>vk,TicketMinus:()=>Mk,TicketCheck:()=>Rk,Ticket:()=>jk,ThumbsUp:()=>Ek,ThumbsDown:()=>Dk,ThermometerSun:()=>Sk,ThermometerSnowflake:()=>kk,Thermometer:()=>Uk,Theater:()=>bk,TextWrap:()=>w4,TextSelect:()=>T4,TextSearch:()=>Ck,TextQuote:()=>Vk,TextInitial:()=>O4,TextCursorInput:()=>wk,TextCursor:()=>yk,TextAlignStart:()=>y2,TextAlignJustify:()=>A4,TextAlignEnd:()=>P4,TextAlignCenter:()=>F4,TestTubes:()=>Tk,TestTubeDiagonal:()=>$4,TestTube:()=>Ok,Terminal:()=>Ak,TentTree:()=>Fk,Tent:()=>Pk,Telescope:()=>$k,Target:()=>Bk,Tangent:()=>Kk,Tally5:()=>qk,Tally4:()=>zk,Tally3:()=>Hk,Tally2:()=>Wk,Tally1:()=>Xk,Tags:()=>Gk,Tag:()=>Qk,Tablets:()=>Yk,TabletSmartphone:()=>Jk,Tablet:()=>Zk,TableRowsSplit:()=>ob,TableProperties:()=>nb,TableOfContents:()=>ib,TableColumnsSplit:()=>tb,TableCellsSplit:()=>cb,TableCellsMerge:()=>ab,Table2:()=>rb,Table:()=>eb,Syringe:()=>sb,Swords:()=>db,Sword:()=>lb,SwitchCamera:()=>pb,SwissFranc:()=>ub,SwatchBook:()=>_b,Superscript:()=>mb,Sunset:()=>Lb,Sunrise:()=>Nb,SunSnow:()=>jb,SunMoon:()=>Ib,SunMedium:()=>fb,SunDim:()=>hb,Sun:()=>gb,Subscript:()=>xb,Strikethrough:()=>F5,StretchVertical:()=>vb,StretchHorizontal:()=>Mb,Store:()=>Rb,Stone:()=>Db,StickyNote:()=>Eb,Sticker:()=>Sb,Stethoscope:()=>Ub,StepForward:()=>kb,StepBack:()=>Cb,StarOff:()=>yb,StarHalf:()=>Vb,Star:()=>bb,Stamp:()=>wb,Squirrel:()=>Tb,SquircleDashed:()=>Ab,Squircle:()=>Ob,SquaresUnite:()=>Pb,SquaresSubtract:()=>Fb,SquaresIntersect:()=>Bb,SquaresExclude:()=>$b,SquareX:()=>B4,SquareUserRound:()=>z4,SquareUser:()=>K4,SquareTerminal:()=>q4,SquareStop:()=>zb,SquareStar:()=>qb,SquareStack:()=>Wb,SquareSquare:()=>Hb,SquareSplitVertical:()=>H4,SquareSplitHorizontal:()=>W4,SquareSlash:()=>G4,SquareSigma:()=>X4,SquareScissors:()=>Q4,SquareRoundCorner:()=>Gb,SquareRadical:()=>Xb,SquarePower:()=>Y4,SquarePlus:()=>Z4,SquarePlay:()=>J4,SquarePilcrow:()=>e6,SquarePi:()=>o6,SquarePercent:()=>i6,SquarePen:()=>h0,SquarePause:()=>Qb,SquareParkingOff:()=>t6,SquareParking:()=>n6,SquareMousePointer:()=>c6,SquareMinus:()=>a6,SquareMenu:()=>r6,SquareM:()=>s6,SquareLibrary:()=>d6,SquareKanban:()=>l6,SquareFunction:()=>p6,SquareEqual:()=>u6,SquareDot:()=>_6,SquareDivide:()=>m6,SquareDashedTopSolid:()=>Yb,SquareDashedMousePointer:()=>N6,SquareDashedKanban:()=>g6,SquareDashedBottomCode:()=>Zb,SquareDashedBottom:()=>Jb,SquareDashed:()=>L6,SquareCode:()=>j6,SquareChevronUp:()=>I6,SquareChevronRight:()=>f6,SquareChevronLeft:()=>h6,SquareChevronDown:()=>x6,SquareCheckBig:()=>v6,SquareCheck:()=>M6,SquareChartGantt:()=>w2,SquareCenterlineDashedVertical:()=>R6,SquareCenterlineDashedHorizontal:()=>E6,SquareBottomDashedScissors:()=>D6,SquareAsterisk:()=>S6,SquareArrowUpRight:()=>k6,SquareArrowUpLeft:()=>b6,SquareArrowUp:()=>U6,SquareArrowRightExit:()=>eC,SquareArrowRightEnter:()=>oC,SquareArrowRight:()=>C6,SquareArrowOutUpRight:()=>V6,SquareArrowOutUpLeft:()=>y6,SquareArrowOutDownRight:()=>w6,SquareArrowOutDownLeft:()=>T6,SquareArrowLeft:()=>O6,SquareArrowDownRight:()=>A6,SquareArrowDownLeft:()=>F6,SquareArrowDown:()=>P6,SquareActivity:()=>$6,Square:()=>Kb,Sprout:()=>iC,SprayCan:()=>nC,Spotlight:()=>cC,Spool:()=>tC,Split:()=>aC,SplinePointer:()=>sC,Spline:()=>rC,SpellCheck2:()=>pC,SpellCheck:()=>dC,Speech:()=>lC,Speaker:()=>uC,Sparkles:()=>B6,Sparkle:()=>_C,Spade:()=>mC,Space:()=>LC,Soup:()=>gC,SolarPanel:()=>NC,Sofa:()=>jC,SoapDispenserDroplet:()=>IC,Snowflake:()=>fC,Snail:()=>xC,SmilePlus:()=>vC,Smile:()=>hC,SmartphoneNfc:()=>RC,SmartphoneCharging:()=>EC,Smartphone:()=>MC,SlidersVertical:()=>K6,SlidersHorizontal:()=>SC,Slice:()=>DC,Slash:()=>UC,Slack:()=>bC,Skull:()=>kC,SkipForward:()=>CC,SkipBack:()=>VC,Siren:()=>yC,SignpostBig:()=>TC,Signpost:()=>wC,Signature:()=>OC,SignalZero:()=>PC,SignalMedium:()=>FC,SignalLow:()=>BC,SignalHigh:()=>$C,Signal:()=>AC,Sigma:()=>qC,Shuffle:()=>KC,Shrub:()=>zC,Shrink:()=>HC,Shrimp:()=>WC,Shredder:()=>GC,ShowerHead:()=>XC,Shovel:()=>QC,ShoppingCart:()=>YC,ShoppingBasket:()=>JC,ShoppingBag:()=>ZC,Shirt:()=>eV,ShipWheel:()=>iV,Ship:()=>oV,ShieldX:()=>z6,ShieldUser:()=>tV,ShieldQuestionMark:()=>q6,ShieldPlus:()=>cV,ShieldOff:()=>rV,ShieldMinus:()=>aV,ShieldHalf:()=>sV,ShieldEllipsis:()=>dV,ShieldCheck:()=>w9,ShieldBan:()=>lV,ShieldAlert:()=>pV,Shield:()=>nV,ShelvingUnit:()=>uV,Shell:()=>_V,Sheet:()=>mV,Share2:()=>NV,Share:()=>LV,Shapes:()=>gV,Settings2:()=>B5,Settings:()=>$5,ServerOff:()=>fV,ServerCrash:()=>hV,ServerCog:()=>IV,Server:()=>jV,SeparatorVertical:()=>xV,SeparatorHorizontal:()=>vV,SendToBack:()=>RV,SendHorizontal:()=>H6,Send:()=>MV,Section:()=>EV,SearchX:()=>DV,SearchSlash:()=>SV,SearchCode:()=>UV,SearchCheck:()=>kV,SearchAlert:()=>bV,Search:()=>T2,ScrollText:()=>VV,Scroll:()=>CV,ScreenShareOff:()=>wV,ScreenShare:()=>yV,Scooter:()=>TV,ScissorsLineDashed:()=>AV,Scissors:()=>OV,School:()=>PV,ScanText:()=>$V,ScanSearch:()=>KV,ScanQrCode:()=>BV,ScanLine:()=>zV,ScanHeart:()=>HV,ScanFace:()=>qV,ScanEye:()=>WV,ScanBarcode:()=>GV,Scan:()=>FV,Scaling:()=>XV,Scale3d:()=>W6,Scale:()=>QV,SaveOff:()=>ZV,SaveAll:()=>YV,Save:()=>$0,SaudiRiyal:()=>JV,SatelliteDish:()=>oy,Satellite:()=>ey,Sandwich:()=>iy,Salad:()=>ny,Sailboat:()=>ty,RussianRuble:()=>cy,RulerDimensionLine:()=>ry,Ruler:()=>ay,Rss:()=>sy,Rows4:()=>dy,Rows3:()=>G6,Rows2:()=>X6,Router:()=>ly,RouteOff:()=>uy,Route:()=>py,RotateCwSquare:()=>my,RotateCw:()=>_y,RotateCcwSquare:()=>Ly,RotateCcwKey:()=>Ny,RotateCcw:()=>T9,Rotate3d:()=>Q6,Rose:()=>gy,RollerCoaster:()=>Iy,RockingChair:()=>jy,Rocket:()=>fy,Ribbon:()=>hy,Rewind:()=>xy,ReplyAll:()=>Ry,Reply:()=>My,ReplaceAll:()=>Ey,Replace:()=>vy,Repeat2:()=>Sy,Repeat1:()=>Uy,Repeat:()=>Dy,RemoveFormatting:()=>by,Regex:()=>ky,Refrigerator:()=>Cy,RefreshCwOff:()=>wy,RefreshCw:()=>Vy,RefreshCcwDot:()=>yy,RefreshCcw:()=>Ty,RedoDot:()=>Ay,Redo2:()=>Py,Redo:()=>Oy,Recycle:()=>Fy,RectangleVertical:()=>$y,RectangleHorizontal:()=>By,RectangleGoggles:()=>Ky,RectangleEllipsis:()=>Y6,RectangleCircle:()=>zy,ReceiptTurkishLira:()=>Hy,ReceiptText:()=>Wy,ReceiptSwissFranc:()=>Gy,ReceiptRussianRuble:()=>Xy,ReceiptPoundSterling:()=>Qy,ReceiptJapaneseYen:()=>Yy,ReceiptIndianRupee:()=>Zy,ReceiptEuro:()=>Jy,ReceiptCent:()=>ew,Receipt:()=>qy,Ratio:()=>ow,Rat:()=>iw,Rainbow:()=>nw,RailSymbol:()=>tw,Radius:()=>cw,RadioTower:()=>rw,RadioReceiver:()=>sw,Radio:()=>aw,Radical:()=>dw,Radiation:()=>pw,Radar:()=>lw,Rabbit:()=>uw,Quote:()=>K5,QrCode:()=>_w,Pyramid:()=>mw,Puzzle:()=>Lw,Proportions:()=>Nw,Projector:()=>gw,PrinterX:()=>Iw,PrinterCheck:()=>fw,Printer:()=>jw,Presentation:()=>hw,PowerOff:()=>vw,Power:()=>xw,PoundSterling:()=>Rw,Popsicle:()=>Mw,Popcorn:()=>Ew,PointerOff:()=>Sw,Pointer:()=>Dw,Podcast:()=>Uw,PocketKnife:()=>bw,Pocket:()=>kw,Plus:()=>X0,PlugZap:()=>Z6,Plug2:()=>Vw,Plug:()=>Cw,Play:()=>yw,PlaneTakeoff:()=>Tw,PlaneLanding:()=>Ow,Plane:()=>ww,Pizza:()=>Aw,Pipette:()=>Pw,PinOff:()=>$w,Pin:()=>Fw,PillBottle:()=>zw,Pill:()=>Bw,PilcrowRight:()=>qw,PilcrowLeft:()=>Hw,Pilcrow:()=>Kw,PiggyBank:()=>Ww,PictureInPicture2:()=>Gw,PictureInPicture:()=>Xw,Pickaxe:()=>Qw,Piano:()=>Yw,Pi:()=>Zw,PhoneOutgoing:()=>Jw,PhoneOff:()=>oT,PhoneMissed:()=>iT,PhoneIncoming:()=>nT,PhoneForwarded:()=>tT,PhoneCall:()=>cT,Phone:()=>eT,PhilippinePeso:()=>aT,PersonStanding:()=>rT,Percent:()=>sT,Pentagon:()=>lT,PencilRuler:()=>pT,PencilOff:()=>uT,PencilLine:()=>_T,Pencil:()=>dT,PenTool:()=>mT,PenOff:()=>LT,PenLine:()=>J6,Pen:()=>a0,PcCase:()=>NT,PawPrint:()=>gT,Pause:()=>jT,PartyPopper:()=>IT,ParkingMeter:()=>fT,Parentheses:()=>hT,Paperclip:()=>xT,PanelsTopLeft:()=>e8,PanelsRightBottom:()=>vT,PanelsLeftBottom:()=>RT,PanelTopOpen:()=>ET,PanelTopDashed:()=>o8,PanelTopClose:()=>DT,PanelTopBottomDashed:()=>UT,PanelTop:()=>MT,PanelRightOpen:()=>kT,PanelRightDashed:()=>i8,PanelRightClose:()=>bT,PanelRight:()=>ST,PanelLeftRightDashed:()=>CT,PanelLeftOpen:()=>c8,PanelLeftDashed:()=>t8,PanelLeftClose:()=>a8,PanelLeft:()=>n8,PanelBottomOpen:()=>yT,PanelBottomDashed:()=>r8,PanelBottomClose:()=>wT,PanelBottom:()=>VT,Panda:()=>TT,Palette:()=>OT,PaintbrushVertical:()=>s8,Paintbrush:()=>AT,PaintRoller:()=>PT,PaintBucket:()=>FT,PackageX:()=>$T,PackageSearch:()=>BT,PackagePlus:()=>KT,PackageOpen:()=>zT,PackageMinus:()=>qT,PackageCheck:()=>HT,Package2:()=>WT,Package:()=>O2,Origami:()=>GT,Orbit:()=>XT,Option:()=>QT,Omega:()=>ZT,OctagonX:()=>d8,OctagonPause:()=>l8,OctagonMinus:()=>JT,OctagonAlert:()=>p8,Octagon:()=>YT,NutOff:()=>oO,Nut:()=>eO,NotepadTextDashed:()=>tO,NotepadText:()=>iO,NotebookText:()=>cO,NotebookTabs:()=>aO,NotebookPen:()=>rO,Notebook:()=>nO,NonBinary:()=>sO,Nfc:()=>lO,Newspaper:()=>dO,Network:()=>pO,NavigationOff:()=>uO,Navigation2Off:()=>LO,Navigation2:()=>mO,Navigation:()=>_O,Music4:()=>gO,Music3:()=>jO,Music2:()=>IO,Music:()=>NO,MoveVertical:()=>xO,MoveUpRight:()=>vO,MoveUpLeft:()=>MO,MoveUp:()=>hO,MoveRight:()=>RO,MoveLeft:()=>EO,MoveHorizontal:()=>DO,MoveDownRight:()=>UO,MoveDownLeft:()=>kO,MoveDown:()=>SO,MoveDiagonal2:()=>CO,MoveDiagonal:()=>bO,Move3d:()=>u8,Move:()=>fO,MouseRight:()=>yO,MousePointerClick:()=>TO,MousePointerBan:()=>OO,MousePointer2Off:()=>PO,MousePointer2:()=>AO,MousePointer:()=>wO,MouseOff:()=>FO,MouseLeft:()=>$O,Mouse:()=>VO,MountainSnow:()=>KO,Mountain:()=>BO,Motorbike:()=>zO,MoonStar:()=>HO,Moon:()=>qO,MonitorX:()=>GO,MonitorUp:()=>XO,MonitorStop:()=>QO,MonitorSpeaker:()=>YO,MonitorSmartphone:()=>JO,MonitorPlay:()=>ZO,MonitorPause:()=>eA,MonitorOff:()=>oA,MonitorDown:()=>iA,MonitorDot:()=>nA,MonitorCog:()=>tA,MonitorCloud:()=>cA,MonitorCheck:()=>aA,Monitor:()=>WO,MirrorRound:()=>rA,MirrorRectangular:()=>sA,Minus:()=>dA,Minimize2:()=>pA,Minimize:()=>lA,MilkOff:()=>_A,Milk:()=>uA,Milestone:()=>LA,Microwave:()=>mA,Microscope:()=>NA,Microchip:()=>gA,MicVocal:()=>_8,MicOff:()=>IA,Mic:()=>jA,Metronome:()=>fA,MessagesSquare:()=>hA,MessageSquareX:()=>vA,MessageSquareWarning:()=>RA,MessageSquareText:()=>MA,MessageSquareShare:()=>EA,MessageSquareReply:()=>DA,MessageSquareQuote:()=>SA,MessageSquarePlus:()=>UA,MessageSquareOff:()=>kA,MessageSquareMore:()=>bA,MessageSquareLock:()=>VA,MessageSquareHeart:()=>CA,MessageSquareDot:()=>yA,MessageSquareDiff:()=>wA,MessageSquareDashed:()=>TA,MessageSquareCode:()=>OA,MessageSquareCheck:()=>PA,MessageSquare:()=>xA,MessageCircleX:()=>FA,MessageCircleWarning:()=>$A,MessageCircleReply:()=>BA,MessageCircleQuestionMark:()=>m8,MessageCirclePlus:()=>KA,MessageCircleOff:()=>zA,MessageCircleMore:()=>HA,MessageCircleHeart:()=>WA,MessageCircleDashed:()=>qA,MessageCircleCode:()=>XA,MessageCircleCheck:()=>GA,MessageCircle:()=>AA,Merge:()=>QA,Menu:()=>YA,MemoryStick:()=>ZA,Meh:()=>JA,MegaphoneOff:()=>iP,Megaphone:()=>eP,Medal:()=>oP,Maximize2:()=>tP,Maximize:()=>nP,Martini:()=>cP,MarsStroke:()=>rP,Mars:()=>aP,MapPlus:()=>dP,MapPinned:()=>lP,MapPinXInside:()=>_P,MapPinX:()=>uP,MapPinPlusInside:()=>LP,MapPinPlus:()=>mP,MapPinPen:()=>L8,MapPinOff:()=>NP,MapPinMinusInside:()=>jP,MapPinMinus:()=>gP,MapPinHouse:()=>IP,MapPinCheckInside:()=>hP,MapPinCheck:()=>fP,MapPin:()=>pP,MapMinus:()=>xP,Map:()=>sP,Mails:()=>vP,Mailbox:()=>MP,MailX:()=>EP,MailWarning:()=>SP,MailSearch:()=>DP,MailQuestionMark:()=>N8,MailPlus:()=>UP,MailOpen:()=>kP,MailMinus:()=>bP,MailCheck:()=>CP,Mail:()=>RP,Magnet:()=>VP,Luggage:()=>yP,Lollipop:()=>wP,Logs:()=>TP,LogOut:()=>O9,LogIn:()=>OP,LockOpen:()=>g8,LockKeyholeOpen:()=>j8,LockKeyhole:()=>AP,Lock:()=>A2,LocateOff:()=>FP,LocateFixed:()=>$P,Locate:()=>PP,LoaderPinwheel:()=>KP,LoaderCircle:()=>e,Loader:()=>BP,ListX:()=>zP,ListVideo:()=>qP,ListTree:()=>HP,ListTodo:()=>GP,ListStart:()=>WP,ListRestart:()=>XP,ListPlus:()=>QP,ListOrdered:()=>q5,ListMusic:()=>YP,ListMinus:()=>ZP,ListIndentIncrease:()=>P2,ListIndentDecrease:()=>F2,ListFilterPlus:()=>eF,ListFilter:()=>JP,ListEnd:()=>oF,ListCollapse:()=>iF,ListChevronsUpDown:()=>nF,ListChevronsDownUp:()=>tF,ListChecks:()=>cF,ListCheck:()=>aF,List:()=>z5,Linkedin:()=>rF,Link2Off:()=>dF,Link2:()=>sF,Link:()=>$2,LineSquiggle:()=>pF,LineDotRightHorizontal:()=>lF,LightbulbOff:()=>_F,Lightbulb:()=>uF,Ligature:()=>LF,LifeBuoy:()=>mF,LibraryBig:()=>gF,Library:()=>NF,LensConvex:()=>jF,LensConcave:()=>IF,Lectern:()=>fF,LeafyGreen:()=>hF,Leaf:()=>xF,LayoutTemplate:()=>vF,LayoutPanelTop:()=>RF,LayoutPanelLeft:()=>MF,LayoutList:()=>A9,LayoutGrid:()=>EF,LayoutDashboard:()=>P9,LayersPlus:()=>DF,Layers2:()=>SF,Layers:()=>I8,Laugh:()=>kF,LassoSelect:()=>bF,Lasso:()=>UF,LaptopMinimalCheck:()=>VF,LaptopMinimal:()=>f8,Laptop:()=>CF,Languages:()=>yF,Landmark:()=>wF,LandPlot:()=>TF,LampWallUp:()=>OF,LampWallDown:()=>FF,LampFloor:()=>PF,LampDesk:()=>$F,LampCeiling:()=>BF,Lamp:()=>AF,KeyboardOff:()=>KF,KeyboardMusic:()=>qF,Keyboard:()=>zF,KeySquare:()=>HF,KeyRound:()=>WF,Key:()=>F9,Kayak:()=>GF,Kanban:()=>QF,Joystick:()=>XF,JapaneseYen:()=>YF,IterationCw:()=>ZF,IterationCcw:()=>JF,Italic:()=>H5,Instagram:()=>e$,InspectionPanel:()=>i$,Info:()=>g2,Infinity:()=>o$,IndianRupee:()=>n$,Inbox:()=>$9,Import:()=>t$,Images:()=>c$,ImageUpscale:()=>a$,ImageUp:()=>r$,ImagePlus:()=>s$,ImagePlay:()=>d$,ImageOff:()=>l$,ImageMinus:()=>p$,ImageDown:()=>u$,Image:()=>p1,IdCardLanyard:()=>m$,IdCard:()=>_$,IceCreamCone:()=>h8,IceCreamBowl:()=>x8,HouseWifi:()=>N$,HousePlus:()=>L$,HousePlug:()=>g$,HouseHeart:()=>j$,House:()=>j2,Hourglass:()=>f$,Hotel:()=>I$,Hospital:()=>h$,HopOff:()=>v$,Hop:()=>x$,History:()=>W5,Highlighter:()=>M$,Hexagon:()=>R$,Helicopter:()=>E$,Heater:()=>S$,HeartPulse:()=>U$,HeartPlus:()=>k$,HeartOff:()=>b$,HeartMinus:()=>C$,HeartHandshake:()=>V$,HeartCrack:()=>y$,Heart:()=>D$,Headset:()=>w$,Headphones:()=>O$,HeadphoneOff:()=>T$,Heading6:()=>P$,Heading5:()=>F$,Heading4:()=>$$,Heading3:()=>B$,Heading2:()=>G5,Heading1:()=>X5,Heading:()=>A$,HdmiPort:()=>K$,Hd:()=>z$,Haze:()=>q$,HatGlasses:()=>W$,Hash:()=>H$,HardHat:()=>G$,HardDriveUpload:()=>Q$,HardDriveDownload:()=>Y$,HardDrive:()=>X$,Handshake:()=>Z$,Handbag:()=>J$,HandPlatter:()=>iB,HandMetal:()=>oB,HandHelping:()=>v8,HandHeart:()=>nB,HandGrab:()=>M8,HandFist:()=>tB,HandCoins:()=>cB,Hand:()=>eB,Hammer:()=>rB,Hamburger:()=>aB,Ham:()=>sB,Guitar:()=>dB,Group:()=>lB,GripVertical:()=>pB,GripHorizontal:()=>_B,Grip:()=>uB,Grid3x3:()=>L0,Grid3x2:()=>mB,Grid2x2X:()=>E8,Grid2x2Plus:()=>D8,Grid2x2Check:()=>S8,Grid2x2:()=>R8,Grape:()=>LB,GraduationCap:()=>NB,Gpu:()=>jB,Goal:()=>gB,GlobeX:()=>IB,GlobeOff:()=>fB,GlobeLock:()=>hB,Globe:()=>I2,Glasses:()=>xB,GlassWater:()=>vB,Gitlab:()=>MB,Github:()=>RB,GitPullRequestDraft:()=>DB,GitPullRequestCreateArrow:()=>SB,GitPullRequestCreate:()=>UB,GitPullRequestClosed:()=>kB,GitPullRequestArrow:()=>bB,GitPullRequest:()=>EB,GitMergeConflict:()=>VB,GitMerge:()=>CB,GitGraph:()=>yB,GitFork:()=>wB,GitCompareArrows:()=>TB,GitCompare:()=>OB,GitCommitVertical:()=>AB,GitCommitHorizontal:()=>U8,GitBranchPlus:()=>FB,GitBranchMinus:()=>$B,GitBranch:()=>PB,Gift:()=>BB,Ghost:()=>KB,GeorgianLari:()=>zB,Gem:()=>qB,Gavel:()=>HB,Gauge:()=>GB,GamepadDirectional:()=>XB,Gamepad2:()=>QB,Gamepad:()=>WB,GalleryVerticalEnd:()=>ZB,GalleryVertical:()=>YB,GalleryThumbnails:()=>JB,GalleryHorizontalEnd:()=>oK,GalleryHorizontal:()=>eK,FunnelX:()=>b8,FunnelPlus:()=>iK,Funnel:()=>k8,Fullscreen:()=>nK,Fuel:()=>tK,Frown:()=>cK,Framer:()=>aK,Frame:()=>rK,Forward:()=>sK,Form:()=>lK,Forklift:()=>dK,Footprints:()=>pK,Folders:()=>mK,FolderX:()=>_K,FolderUp:()=>LK,FolderTree:()=>NK,FolderSync:()=>gK,FolderSymlink:()=>IK,FolderSearch2:()=>jK,FolderSearch:()=>fK,FolderRoot:()=>hK,FolderPlus:()=>B2,FolderPen:()=>C8,FolderOutput:()=>xK,FolderOpenDot:()=>MK,FolderOpen:()=>vK,FolderMinus:()=>RK,FolderLock:()=>EK,FolderKey:()=>DK,FolderKanban:()=>SK,FolderInput:()=>UK,FolderHeart:()=>kK,FolderGit2:()=>CK,FolderGit:()=>bK,FolderDown:()=>VK,FolderDot:()=>yK,FolderCog:()=>V8,FolderCode:()=>wK,FolderClosed:()=>TK,FolderClock:()=>OK,FolderCheck:()=>AK,FolderArchive:()=>PK,Folder:()=>uK,FoldVertical:()=>FK,FoldHorizontal:()=>$K,Focus:()=>BK,Flower2:()=>zK,Flower:()=>KK,FlipVertical2:()=>qK,FlipHorizontal2:()=>HK,FlaskRound:()=>WK,FlaskConicalOff:()=>XK,FlaskConical:()=>GK,FlashlightOff:()=>YK,Flashlight:()=>QK,FlameKindling:()=>ZK,Flame:()=>JK,FlagTriangleRight:()=>oz,FlagTriangleLeft:()=>iz,FlagOff:()=>nz,Flag:()=>ez,FishingRod:()=>tz,FishingHook:()=>az,FishSymbol:()=>rz,FishOff:()=>sz,Fish:()=>cz,FireExtinguisher:()=>dz,FingerprintPattern:()=>y8,Film:()=>lz,Files:()=>pz,FileXCorner:()=>w8,FileX:()=>uz,FileVolume:()=>_z,FileVideoCamera:()=>T8,FileUser:()=>Lz,FileUp:()=>mz,FileTypeCorner:()=>O8,FileType:()=>Nz,FileText:()=>z2,FileTerminal:()=>gz,FileSymlink:()=>jz,FileStack:()=>Iz,FileSpreadsheet:()=>fz,FileSliders:()=>hz,FileSignal:()=>A8,FileSearchCorner:()=>P8,FileSearch:()=>xz,FileScan:()=>vz,FileQuestionMark:()=>F8,FilePlusCorner:()=>$8,FilePlus:()=>Mz,FilePlay:()=>B8,FilePenLine:()=>z8,FilePen:()=>K8,FileOutput:()=>Rz,FileMusic:()=>Ez,FileMinusCorner:()=>q8,FileMinus:()=>Dz,FileLock:()=>H8,FileKey:()=>W8,FileInput:()=>Sz,FileImage:()=>Uz,FileHeart:()=>kz,FileHeadphone:()=>q2,FileExclamationPoint:()=>G8,FileDown:()=>bz,FileDigit:()=>Cz,FileDiff:()=>Vz,FileCog:()=>X8,FileCodeCorner:()=>Q8,FileCode:()=>yz,FileClock:()=>wz,FileCheckCorner:()=>Y8,FileCheck:()=>Tz,FileChartPie:()=>J8,FileChartLine:()=>Z8,FileChartColumnIncreasing:()=>i7,FileChartColumn:()=>e7,FileBracesCorner:()=>n7,FileBraces:()=>o7,FileBox:()=>Oz,FileBadge:()=>t7,FileAxis3d:()=>c7,FileArchive:()=>Az,File:()=>K2,Figma:()=>Pz,FerrisWheel:()=>Fz,Fence:()=>$z,Feather:()=>Bz,FastForward:()=>Kz,Fan:()=>zz,Factory:()=>qz,Facebook:()=>Hz,EyeOff:()=>Wz,EyeClosed:()=>Gz,Eye:()=>Q5,ExternalLink:()=>B9,Expand:()=>Xz,EvCharger:()=>Qz,Euro:()=>Yz,EthernetPort:()=>Jz,Eraser:()=>Zz,EqualNot:()=>oq,EqualApproximately:()=>iq,Equal:()=>eq,EllipsisVertical:()=>r7,Ellipsis:()=>a7,Ellipse:()=>nq,EggOff:()=>cq,EggFried:()=>aq,Egg:()=>tq,Eclipse:()=>rq,EarthLock:()=>sq,Earth:()=>s7,EarOff:()=>dq,Ear:()=>lq,Dumbbell:()=>pq,Drumstick:()=>uq,Drum:()=>_q,Droplets:()=>mq,DropletOff:()=>Nq,Droplet:()=>Lq,Drone:()=>gq,Drill:()=>jq,Dribbble:()=>Iq,Drama:()=>fq,DraftingCompass:()=>hq,Download:()=>K9,Dot:()=>xq,DoorOpen:()=>Mq,DoorClosedLocked:()=>Rq,DoorClosed:()=>vq,Donut:()=>Dq,DollarSign:()=>Eq,Dog:()=>Sq,Dock:()=>Uq,DnaOff:()=>bq,Dna:()=>kq,Divide:()=>Cq,DiscAlbum:()=>wq,Disc3:()=>yq,Disc2:()=>Tq,Disc:()=>Vq,Diff:()=>Oq,Dices:()=>Aq,Dice6:()=>Pq,Dice5:()=>Fq,Dice4:()=>$q,Dice3:()=>Bq,Dice2:()=>Kq,Dice1:()=>zq,DiamondPlus:()=>Hq,DiamondPercent:()=>d7,DiamondMinus:()=>Wq,Diamond:()=>qq,Diameter:()=>Gq,Dessert:()=>Xq,Delete:()=>Qq,DecimalsArrowRight:()=>Yq,DecimalsArrowLeft:()=>Zq,DatabaseZap:()=>Jq,DatabaseSearch:()=>eH,DatabaseBackup:()=>oH,Database:()=>Y5,Dam:()=>iH,Cylinder:()=>nH,Currency:()=>cH,CupSoda:()=>tH,Cuboid:()=>aH,Crown:()=>rH,Crosshair:()=>sH,Cross:()=>lH,Crop:()=>dH,Croissant:()=>pH,CreditCard:()=>uH,CreativeCommons:()=>_H,Cpu:()=>mH,CornerUpRight:()=>LH,CornerUpLeft:()=>NH,CornerRightUp:()=>gH,CornerRightDown:()=>IH,CornerLeftUp:()=>jH,CornerLeftDown:()=>fH,CornerDownRight:()=>hH,CornerDownLeft:()=>xH,Copyright:()=>vH,Copyleft:()=>MH,CopyX:()=>RH,CopySlash:()=>EH,CopyPlus:()=>DH,CopyMinus:()=>SH,CopyCheck:()=>UH,Copy:()=>z9,CookingPot:()=>kH,Cookie:()=>bH,Contrast:()=>CH,Container:()=>VH,ContactRound:()=>l7,Contact:()=>yH,Construction:()=>wH,Cone:()=>TH,ConciergeBell:()=>OH,Computer:()=>AH,Component:()=>PH,Compass:()=>$H,Command:()=>FH,Combine:()=>BH,Columns4:()=>KH,Columns3Cog:()=>H2,Columns3:()=>p7,Columns2:()=>u7,Coins:()=>zH,Cog:()=>qH,Coffee:()=>HH,Codesandbox:()=>WH,Codepen:()=>GH,CodeXml:()=>_7,Code:()=>Z5,Club:()=>XH,Clover:()=>QH,Cloudy:()=>YH,CloudUpload:()=>m7,CloudSync:()=>JH,CloudSunRain:()=>oW,CloudSun:()=>eW,CloudSnow:()=>iW,CloudRainWind:()=>tW,CloudRain:()=>nW,CloudOff:()=>cW,CloudMoonRain:()=>rW,CloudMoon:()=>aW,CloudLightning:()=>sW,CloudHail:()=>dW,CloudFog:()=>lW,CloudDrizzle:()=>pW,CloudDownload:()=>L7,CloudCog:()=>uW,CloudCheck:()=>_W,CloudBackup:()=>LW,CloudAlert:()=>mW,Cloud:()=>ZH,ClosedCaption:()=>NW,ClockPlus:()=>jW,ClockFading:()=>IW,ClockCheck:()=>fW,ClockArrowUp:()=>hW,ClockArrowDown:()=>xW,ClockAlert:()=>vW,Clock9:()=>MW,Clock8:()=>RW,Clock7:()=>EW,Clock6:()=>DW,Clock5:()=>SW,Clock4:()=>UW,Clock3:()=>kW,Clock2:()=>bW,Clock12:()=>CW,Clock11:()=>VW,Clock10:()=>yW,Clock1:()=>wW,Clock:()=>gW,ClipboardX:()=>OW,ClipboardType:()=>AW,ClipboardPlus:()=>PW,ClipboardPenLine:()=>g7,ClipboardPen:()=>N7,ClipboardPaste:()=>FW,ClipboardMinus:()=>$W,ClipboardList:()=>KW,ClipboardCopy:()=>BW,ClipboardClock:()=>zW,ClipboardCheck:()=>qW,Clipboard:()=>TW,Clapperboard:()=>HW,Citrus:()=>WW,CircuitBoard:()=>GW,CircleX:()=>f2,CircleUserRound:()=>I7,CircleUser:()=>j7,CircleStop:()=>f7,CircleStar:()=>QW,CircleSmall:()=>YW,CircleSlash2:()=>h7,CircleSlash:()=>ZW,CircleQuestionMark:()=>W2,CirclePower:()=>x7,CirclePoundSterling:()=>JW,CirclePlus:()=>v7,CirclePlay:()=>M7,CirclePile:()=>eG,CirclePercent:()=>R7,CirclePause:()=>E7,CircleParkingOff:()=>S7,CircleParking:()=>D7,CircleOff:()=>oG,CircleMinus:()=>U7,CircleGauge:()=>k7,CircleFadingPlus:()=>iG,CircleFadingArrowUp:()=>nG,CircleEqual:()=>tG,CircleEllipsis:()=>cG,CircleDotDashed:()=>rG,CircleDot:()=>aG,CircleDollarSign:()=>sG,CircleDivide:()=>C7,CircleDashed:()=>dG,CircleChevronUp:()=>b7,CircleChevronRight:()=>V7,CircleChevronLeft:()=>w7,CircleChevronDown:()=>y7,CircleCheckBig:()=>h2,CircleCheck:()=>T7,CircleArrowUp:()=>O7,CircleArrowRight:()=>A7,CircleArrowOutUpRight:()=>P7,CircleArrowOutUpLeft:()=>F7,CircleArrowOutDownRight:()=>$7,CircleArrowOutDownLeft:()=>B7,CircleArrowLeft:()=>K7,CircleArrowDown:()=>z7,CircleAlert:()=>e1,Circle:()=>XW,CigaretteOff:()=>pG,Cigarette:()=>lG,Church:()=>uG,Chromium:()=>q7,ChevronsUpDown:()=>mG,ChevronsUp:()=>_G,ChevronsRightLeft:()=>NG,ChevronsRight:()=>LG,ChevronsLeftRightEllipsis:()=>IG,ChevronsLeftRight:()=>jG,ChevronsLeft:()=>gG,ChevronsDownUp:()=>fG,ChevronsDown:()=>hG,ChevronUp:()=>xG,ChevronRight:()=>B0,ChevronLeft:()=>G2,ChevronLast:()=>vG,ChevronFirst:()=>MG,ChevronDown:()=>J5,ChessRook:()=>RG,ChessQueen:()=>DG,ChessPawn:()=>EG,ChessKnight:()=>SG,ChessKing:()=>UG,ChessBishop:()=>kG,Cherry:()=>CG,ChefHat:()=>bG,CheckLine:()=>VG,CheckCheck:()=>wG,Check:()=>x0,ChartSpline:()=>yG,ChartScatter:()=>H7,ChartPie:()=>W7,ChartNoAxesGantt:()=>G7,ChartNoAxesCombined:()=>TG,ChartNoAxesColumnIncreasing:()=>Q7,ChartNoAxesColumnDecreasing:()=>OG,ChartNoAxesColumn:()=>X7,ChartNetwork:()=>AG,ChartLine:()=>Y7,ChartGantt:()=>PG,ChartColumnStacked:()=>FG,ChartColumnIncreasing:()=>J7,ChartColumnDecreasing:()=>$G,ChartColumnBig:()=>e5,ChartColumn:()=>Z7,ChartCandlestick:()=>o5,ChartBarStacked:()=>BG,ChartBarIncreasing:()=>KG,ChartBarDecreasing:()=>zG,ChartBarBig:()=>n5,ChartBar:()=>i5,ChartArea:()=>t5,Cctv:()=>qG,Cat:()=>HG,Castle:()=>WG,Cast:()=>GG,CassetteTape:()=>XG,CaseUpper:()=>QG,CaseSensitive:()=>ZG,CaseLower:()=>YG,Carrot:()=>JG,CardSim:()=>eX,Caravan:()=>oX,CarTaxiFront:()=>nX,CarFront:()=>tX,Car:()=>iX,CaptionsOff:()=>cX,Captions:()=>c5,CannabisOff:()=>aX,Cannabis:()=>rX,CandyOff:()=>sX,CandyCane:()=>lX,Candy:()=>dX,CameraOff:()=>uX,Camera:()=>pX,Calendars:()=>_X,CalendarX2:()=>NX,CalendarX:()=>LX,CalendarSync:()=>gX,CalendarSearch:()=>jX,CalendarRange:()=>IX,CalendarPlus2:()=>hX,CalendarPlus:()=>fX,CalendarOff:()=>xX,CalendarMinus2:()=>MX,CalendarMinus:()=>vX,CalendarHeart:()=>RX,CalendarFold:()=>EX,CalendarDays:()=>DX,CalendarCog:()=>SX,CalendarClock:()=>UX,CalendarCheck2:()=>bX,CalendarCheck:()=>kX,CalendarArrowUp:()=>CX,CalendarArrowDown:()=>VX,Calendar1:()=>yX,Calendar:()=>mX,Calculator:()=>wX,CakeSlice:()=>OX,Cake:()=>TX,CableCar:()=>PX,Cable:()=>AX,BusFront:()=>$X,Bus:()=>FX,Building2:()=>KX,Building:()=>BX,BugPlay:()=>qX,BugOff:()=>HX,Bug:()=>zX,Bubbles:()=>WX,BrushCleaning:()=>GX,Brush:()=>XX,BringToFront:()=>QX,BriefcaseMedical:()=>ZX,BriefcaseConveyorBelt:()=>JX,BriefcaseBusiness:()=>eQ,Briefcase:()=>YX,BrickWallShield:()=>iQ,BrickWallFire:()=>nQ,BrickWall:()=>oQ,BrainCog:()=>aQ,BrainCircuit:()=>cQ,Brain:()=>tQ,Brackets:()=>rQ,Braces:()=>a5,Boxes:()=>sQ,Box:()=>dQ,BowArrow:()=>lQ,BottleWine:()=>pQ,BotOff:()=>_Q,BotMessageSquare:()=>mQ,Bot:()=>uQ,BoomBox:()=>LQ,BookmarkX:()=>gQ,BookmarkPlus:()=>jQ,BookmarkMinus:()=>IQ,BookmarkCheck:()=>fQ,Bookmark:()=>NQ,BookX:()=>xQ,BookUser:()=>vQ,BookUp2:()=>RQ,BookUp:()=>MQ,BookType:()=>EQ,BookText:()=>DQ,BookSearch:()=>SQ,BookPlus:()=>UQ,BookOpenText:()=>bQ,BookOpenCheck:()=>CQ,BookOpen:()=>kQ,BookMinus:()=>VQ,BookMarked:()=>yQ,BookLock:()=>wQ,BookKey:()=>TQ,BookImage:()=>OQ,BookHeart:()=>AQ,BookHeadphones:()=>PQ,BookDown:()=>FQ,BookDashed:()=>r5,BookCopy:()=>$Q,BookCheck:()=>BQ,BookAudio:()=>KQ,BookAlert:()=>zQ,BookA:()=>qQ,Book:()=>hQ,Bone:()=>HQ,Bomb:()=>WQ,Bolt:()=>GQ,Bold:()=>e2,BluetoothSearching:()=>QQ,BluetoothOff:()=>YQ,BluetoothConnected:()=>ZQ,Bluetooth:()=>XQ,Blocks:()=>JQ,Blinds:()=>eY,Blend:()=>oY,Bitcoin:()=>iY,Birdhouse:()=>nY,Bird:()=>tY,Biohazard:()=>cY,Binoculars:()=>aY,Binary:()=>rY,Bike:()=>sY,BicepsFlexed:()=>dY,BetweenVerticalStart:()=>lY,BetweenVerticalEnd:()=>pY,BetweenHorizontalStart:()=>s5,BetweenHorizontalEnd:()=>d5,BellRing:()=>_Y,BellPlus:()=>mY,BellOff:()=>LY,BellMinus:()=>NY,BellElectric:()=>gY,BellDot:()=>jY,Bell:()=>uY,BeerOff:()=>fY,Beer:()=>IY,Beef:()=>hY,BedSingle:()=>vY,BedDouble:()=>MY,Bed:()=>xY,BeanOff:()=>EY,Bean:()=>RY,Beaker:()=>DY,BatteryWarning:()=>UY,BatteryPlus:()=>kY,BatteryMedium:()=>bY,BatteryLow:()=>CY,BatteryFull:()=>yY,BatteryCharging:()=>wY,Battery:()=>SY,Bath:()=>VY,Baseline:()=>TY,Barrel:()=>OY,Barcode:()=>AY,BanknoteX:()=>FY,BanknoteArrowUp:()=>$Y,BanknoteArrowDown:()=>BY,Banknote:()=>PY,Bandage:()=>zY,Banana:()=>KY,Ban:()=>qY,Balloon:()=>HY,BaggageClaim:()=>WY,BadgeX:()=>XY,BadgeTurkishLira:()=>QY,BadgeSwissFranc:()=>YY,BadgeRussianRuble:()=>ZY,BadgeQuestionMark:()=>l5,BadgePoundSterling:()=>JY,BadgePlus:()=>eZ,BadgePercent:()=>oZ,BadgeMinus:()=>iZ,BadgeJapaneseYen:()=>nZ,BadgeInfo:()=>tZ,BadgeIndianRupee:()=>cZ,BadgeEuro:()=>aZ,BadgeDollarSign:()=>rZ,BadgeCheck:()=>p5,BadgeCent:()=>sZ,BadgeAlert:()=>dZ,Badge:()=>GY,Backpack:()=>lZ,Baby:()=>pZ,Axis3d:()=>u5,Axe:()=>uZ,Award:()=>_Z,AudioWaveform:()=>mZ,AudioLines:()=>LZ,Atom:()=>NZ,AtSign:()=>jZ,Asterisk:()=>gZ,ArrowsUpFromLine:()=>IZ,ArrowUpZA:()=>x2,ArrowUpWideNarrow:()=>hZ,ArrowUpToLine:()=>xZ,ArrowUpRight:()=>q9,ArrowUpNarrowWide:()=>_5,ArrowUpLeft:()=>MZ,ArrowUpFromLine:()=>vZ,ArrowUpFromDot:()=>RZ,ArrowUpDown:()=>EZ,ArrowUpAZ:()=>m5,ArrowUp10:()=>DZ,ArrowUp01:()=>SZ,ArrowUp:()=>fZ,ArrowRightToLine:()=>kZ,ArrowRightLeft:()=>bZ,ArrowRightFromLine:()=>CZ,ArrowRight:()=>UZ,ArrowLeftToLine:()=>VZ,ArrowLeftRight:()=>yZ,ArrowLeftFromLine:()=>wZ,ArrowLeft:()=>v2,ArrowDownZA:()=>L5,ArrowDownWideNarrow:()=>N5,ArrowDownUp:()=>AZ,ArrowDownToLine:()=>OZ,ArrowDownToDot:()=>PZ,ArrowDownRight:()=>FZ,ArrowDownNarrowWide:()=>$Z,ArrowDownLeft:()=>BZ,ArrowDownFromLine:()=>KZ,ArrowDownAZ:()=>M2,ArrowDown10:()=>zZ,ArrowDown01:()=>qZ,ArrowDown:()=>TZ,ArrowBigUpDash:()=>WZ,ArrowBigUp:()=>HZ,ArrowBigRightDash:()=>XZ,ArrowBigRight:()=>GZ,ArrowBigLeftDash:()=>YZ,ArrowBigLeft:()=>QZ,ArrowBigDownDash:()=>JZ,ArrowBigDown:()=>ZZ,Armchair:()=>eJ,ArchiveX:()=>iJ,ArchiveRestore:()=>nJ,Archive:()=>oJ,Apple:()=>tJ,AppWindowMac:()=>aJ,AppWindow:()=>cJ,Aperture:()=>rJ,Anvil:()=>sJ,Antenna:()=>dJ,Annoyed:()=>lJ,Angry:()=>pJ,Anchor:()=>uJ,Amphora:()=>_J,Ampersands:()=>mJ,Ampersand:()=>LJ,Ambulance:()=>gJ,AlignVerticalSpaceBetween:()=>NJ,AlignVerticalSpaceAround:()=>jJ,AlignVerticalJustifyStart:()=>IJ,AlignVerticalJustifyEnd:()=>fJ,AlignVerticalJustifyCenter:()=>hJ,AlignVerticalDistributeStart:()=>xJ,AlignVerticalDistributeEnd:()=>vJ,AlignVerticalDistributeCenter:()=>MJ,AlignStartVertical:()=>RJ,AlignStartHorizontal:()=>EJ,AlignHorizontalSpaceBetween:()=>DJ,AlignHorizontalSpaceAround:()=>SJ,AlignHorizontalJustifyStart:()=>UJ,AlignHorizontalJustifyEnd:()=>kJ,AlignHorizontalJustifyCenter:()=>bJ,AlignHorizontalDistributeStart:()=>CJ,AlignHorizontalDistributeEnd:()=>wJ,AlignHorizontalDistributeCenter:()=>VJ,AlignEndVertical:()=>yJ,AlignEndHorizontal:()=>TJ,AlignCenterVertical:()=>OJ,AlignCenterHorizontal:()=>AJ,Album:()=>FJ,AlarmSmoke:()=>PJ,AlarmClockPlus:()=>g5,AlarmClockOff:()=>BJ,AlarmClockMinus:()=>j5,AlarmClockCheck:()=>I5,AlarmClock:()=>$J,Airplay:()=>KJ,AirVent:()=>zJ,Activity:()=>H9,Accessibility:()=>qJ,ALargeSmall:()=>HJ,AArrowUp:()=>WJ,AArrowDown:()=>GJ});import{forwardRef as nu,createElement as iu}from"react";var pR=(...J)=>J.filter((Z,Q,X)=>{return Boolean(Z)&&Z.trim()!==""&&X.indexOf(Z)===Q}).join(" ").trim();var pI=(J)=>J.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();var lI=(J)=>J.replace(/^([A-Z])|[\s-_]+(\w)/g,(Z,Q,X)=>X?X.toUpperCase():Q.toLowerCase());var Wx=(J)=>{let Z=lI(J);return Z.charAt(0).toUpperCase()+Z.slice(1)};import{forwardRef as tu,createElement as rI}from"react";var dI={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};var sI=(J)=>{for(let Z in J)if(Z.startsWith("aria-")||Z==="role"||Z==="title")return!0;return!1};var lR=tu(({color:J="currentColor",size:Z=24,strokeWidth:Q=2,absoluteStrokeWidth:X,className:G="",children:W,iconNode:H,...q},z)=>rI("svg",{ref:z,...dI,width:Z,height:Z,stroke:J,strokeWidth:X?Number(Q)*24/Number(Z):Q,className:pR("lucide",G),...!W&&!sI(q)&&{"aria-hidden":"true"},...q},[...H.map(([K,B])=>rI(K,B)),...Array.isArray(W)?W:[W]]));var Y=(J,Z)=>{let Q=nu(({className:X,...G},W)=>iu(lR,{ref:W,iconNode:Z,className:pR(`lucide-${pI(Wx(J))}`,`lucide-${J}`,X),...G}));return Q.displayName=Wx(J),Q};var ou=[["path",{d:"m14 12 4 4 4-4",key:"buelq4"}],["path",{d:"M18 16V7",key:"ty0viw"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16",key:"d5nyq2"}],["path",{d:"M3.304 13h6.392",key:"1q3zxz"}]],GJ=Y("a-arrow-down",ou);var eu=[["path",{d:"m14 11 4-4 4 4",key:"1pu57t"}],["path",{d:"M18 16V7",key:"ty0viw"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16",key:"d5nyq2"}],["path",{d:"M3.304 13h6.392",key:"1q3zxz"}]],WJ=Y("a-arrow-up",eu);var Jp=[["path",{d:"m15 16 2.536-7.328a1.02 1.02 1 0 1 1.928 0L22 16",key:"xik6mr"}],["path",{d:"M15.697 14h5.606",key:"1stdlc"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16",key:"d5nyq2"}],["path",{d:"M3.304 13h6.392",key:"1q3zxz"}]],HJ=Y("a-large-small",Jp);var Zp=[["circle",{cx:"16",cy:"4",r:"1",key:"1grugj"}],["path",{d:"m18 19 1-7-6 1",key:"r0i19z"}],["path",{d:"m5 8 3-3 5.5 3-2.36 3.5",key:"9ptxx2"}],["path",{d:"M4.24 14.5a5 5 0 0 0 6.88 6",key:"10kmtu"}],["path",{d:"M13.76 17.5a5 5 0 0 0-6.88-6",key:"2qq6rc"}]],qJ=Y("accessibility",Zp);var Yp=[["path",{d:"M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2",key:"169zse"}]],H9=Y("activity",Yp);var Qp=[["path",{d:"M18 17.5a2.5 2.5 0 1 1-4 2.03V12",key:"yd12zl"}],["path",{d:"M6 12H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"larmp2"}],["path",{d:"M6 8h12",key:"6g4wlu"}],["path",{d:"M6.6 15.572A2 2 0 1 0 10 17v-5",key:"1x1kqn"}]],zJ=Y("air-vent",Qp);var Xp=[["path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1",key:"ns4c3b"}],["path",{d:"m12 15 5 6H7Z",key:"14qnn2"}]],KJ=Y("airplay",Xp);var Gp=[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]],I5=Y("alarm-clock-check",Gp);var Wp=[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M9 13h6",key:"1uhe8q"}]],j5=Y("alarm-clock-minus",Wp);var Hp=[["path",{d:"M6.87 6.87a8 8 0 1 0 11.26 11.26",key:"3on8tj"}],["path",{d:"M19.9 14.25a8 8 0 0 0-9.15-9.15",key:"15ghsc"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.26 18.67 4 21",key:"yzmioq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M4 4 2 6",key:"1ycko6"}]],BJ=Y("alarm-clock-off",Hp);var qp=[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}]],g5=Y("alarm-clock-plus",qp);var zp=[["circle",{cx:"12",cy:"13",r:"8",key:"3y4lt7"}],["path",{d:"M12 9v4l2 2",key:"1c63tq"}],["path",{d:"M5 3 2 6",key:"18tl5t"}],["path",{d:"m22 6-3-3",key:"1opdir"}],["path",{d:"M6.38 18.7 4 21",key:"17xu3x"}],["path",{d:"M17.64 18.67 20 21",key:"kv2oe2"}]],$J=Y("alarm-clock",zp);var Kp=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["polyline",{points:"11 3 11 11 14 8 17 11 17 3",key:"1wcwz3"}]],FJ=Y("album",Kp);var Bp=[["path",{d:"M11 21c0-2.5 2-2.5 2-5",key:"1sicvv"}],["path",{d:"M16 21c0-2.5 2-2.5 2-5",key:"1o3eny"}],["path",{d:"m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8",key:"1bvca4"}],["path",{d:"M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z",key:"x3qr1j"}],["path",{d:"M6 21c0-2.5 2-2.5 2-5",key:"i3w1gp"}]],PJ=Y("alarm-smoke",Bp);var $p=[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M10 16v4a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-4",key:"11f1s0"}],["path",{d:"M10 8V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4",key:"t14dx9"}],["path",{d:"M20 16v1a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-1",key:"1w07xs"}],["path",{d:"M14 8V7c0-1.1.9-2 2-2h2a2 2 0 0 1 2 2v1",key:"1apec2"}]],AJ=Y("align-center-horizontal",$p);var Fp=[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M8 10H4a2 2 0 0 1-2-2V6c0-1.1.9-2 2-2h4",key:"14d6g8"}],["path",{d:"M16 10h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4",key:"1e2lrw"}],["path",{d:"M8 20H7a2 2 0 0 1-2-2v-2c0-1.1.9-2 2-2h1",key:"1fkdwx"}],["path",{d:"M16 14h1a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-1",key:"1euafb"}]],OJ=Y("align-center-vertical",Fp);var Pp=[["rect",{width:"6",height:"16",x:"4",y:"2",rx:"2",key:"z5wdxg"}],["rect",{width:"6",height:"9",x:"14",y:"9",rx:"2",key:"um7a8w"}],["path",{d:"M22 22H2",key:"19qnx5"}]],TJ=Y("align-end-horizontal",Pp);var Ap=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M10 2v20",key:"uyc634"}],["path",{d:"M20 2v20",key:"1tx262"}]],wJ=Y("align-horizontal-distribute-end",Ap);var Op=[["rect",{width:"16",height:"6",x:"2",y:"4",rx:"2",key:"10wcwx"}],["rect",{width:"9",height:"6",x:"9",y:"14",rx:"2",key:"4p5bwg"}],["path",{d:"M22 22V2",key:"12ipfv"}]],yJ=Y("align-end-vertical",Op);var Tp=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M17 22v-5",key:"4b6g73"}],["path",{d:"M17 7V2",key:"hnrr36"}],["path",{d:"M7 22v-3",key:"1r4jpn"}],["path",{d:"M7 5V2",key:"liy1u9"}]],VJ=Y("align-horizontal-distribute-center",Tp);var wp=[["rect",{width:"6",height:"14",x:"4",y:"5",rx:"2",key:"1wwnby"}],["rect",{width:"6",height:"10",x:"14",y:"7",rx:"2",key:"1fe6j6"}],["path",{d:"M4 2v20",key:"gtpd5x"}],["path",{d:"M14 2v20",key:"tg6bpw"}]],CJ=Y("align-horizontal-distribute-start",wp);var yp=[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M12 2v20",key:"t6zp3m"}]],bJ=Y("align-horizontal-justify-center",yp);var Vp=[["rect",{width:"6",height:"14",x:"2",y:"5",rx:"2",key:"dy24zr"}],["rect",{width:"6",height:"10",x:"12",y:"7",rx:"2",key:"1ht384"}],["path",{d:"M22 2v20",key:"40qfg1"}]],kJ=Y("align-horizontal-justify-end",Vp);var Cp=[["rect",{width:"6",height:"14",x:"6",y:"5",rx:"2",key:"hsirpf"}],["rect",{width:"6",height:"10",x:"16",y:"7",rx:"2",key:"13zkjt"}],["path",{d:"M2 2v20",key:"1ivd8o"}]],UJ=Y("align-horizontal-justify-start",Cp);var bp=[["rect",{width:"6",height:"10",x:"9",y:"7",rx:"2",key:"yn7j0q"}],["path",{d:"M4 22V2",key:"tsjzd3"}],["path",{d:"M20 22V2",key:"1bnhr8"}]],SJ=Y("align-horizontal-space-around",bp);var kp=[["rect",{width:"6",height:"14",x:"3",y:"5",rx:"2",key:"j77dae"}],["rect",{width:"6",height:"10",x:"15",y:"7",rx:"2",key:"bq30hj"}],["path",{d:"M3 2v20",key:"1d2pfg"}],["path",{d:"M21 2v20",key:"p059bm"}]],DJ=Y("align-horizontal-space-between",kp);var Up=[["rect",{width:"6",height:"16",x:"4",y:"6",rx:"2",key:"1n4dg1"}],["rect",{width:"6",height:"9",x:"14",y:"6",rx:"2",key:"17khns"}],["path",{d:"M22 2H2",key:"fhrpnj"}]],EJ=Y("align-start-horizontal",Up);var Sp=[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2",key:"lpm2y7"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2",key:"rdj6ps"}],["path",{d:"M2 2v20",key:"1ivd8o"}]],RJ=Y("align-start-vertical",Sp);var Dp=[["path",{d:"M22 17h-3",key:"1lwga1"}],["path",{d:"M22 7h-5",key:"o2endc"}],["path",{d:"M5 17H2",key:"1gx9xc"}],["path",{d:"M7 7H2",key:"6bq26l"}],["rect",{x:"5",y:"14",width:"14",height:"6",rx:"2",key:"1qrzuf"}],["rect",{x:"7",y:"4",width:"10",height:"6",rx:"2",key:"we8e9z"}]],MJ=Y("align-vertical-distribute-center",Dp);var Ep=[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M2 10h20",key:"1ir3d8"}]],vJ=Y("align-vertical-distribute-end",Ep);var Rp=[["rect",{width:"14",height:"6",x:"5",y:"14",rx:"2",key:"jmoj9s"}],["rect",{width:"10",height:"6",x:"7",y:"4",rx:"2",key:"aza5on"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M2 4h20",key:"mda7wb"}]],xJ=Y("align-vertical-distribute-start",Rp);var Mp=[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],hJ=Y("align-vertical-justify-center",Mp);var vp=[["rect",{width:"14",height:"6",x:"5",y:"12",rx:"2",key:"4l4tp2"}],["rect",{width:"10",height:"6",x:"7",y:"2",rx:"2",key:"ypihtt"}],["path",{d:"M2 22h20",key:"272qi7"}]],fJ=Y("align-vertical-justify-end",vp);var xp=[["rect",{width:"14",height:"6",x:"5",y:"16",rx:"2",key:"1i8z2d"}],["rect",{width:"10",height:"6",x:"7",y:"6",rx:"2",key:"13squh"}],["path",{d:"M2 2h20",key:"1ennik"}]],IJ=Y("align-vertical-justify-start",xp);var hp=[["rect",{width:"10",height:"6",x:"7",y:"9",rx:"2",key:"b1zbii"}],["path",{d:"M22 20H2",key:"1p1f7z"}],["path",{d:"M22 4H2",key:"1b7qnq"}]],jJ=Y("align-vertical-space-around",hp);var fp=[["path",{d:"M10 10H6",key:"1bsnug"}],["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.28a1 1 0 0 0-.684-.948l-1.923-.641a1 1 0 0 1-.578-.502l-1.539-3.076A1 1 0 0 0 16.382 8H14",key:"lrkjwd"}],["path",{d:"M8 8v4",key:"1fwk8c"}],["path",{d:"M9 18h6",key:"x1upvd"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]],gJ=Y("ambulance",fp);var Ip=[["rect",{width:"14",height:"6",x:"5",y:"15",rx:"2",key:"1w91an"}],["rect",{width:"10",height:"6",x:"7",y:"3",rx:"2",key:"17wqzy"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M2 3h20",key:"91anmk"}]],NJ=Y("align-vertical-space-between",Ip);var jp=[["path",{d:"M16 12h3",key:"4uvgyw"}],["path",{d:"M17.5 12a8 8 0 0 1-8 8A4.5 4.5 0 0 1 5 15.5c0-6 8-4 8-8.5a3 3 0 1 0-6 0c0 3 2.5 8.5 12 13",key:"nfoe1t"}]],LJ=Y("ampersand",jp);var gp=[["path",{d:"M10 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"12lh1k"}],["path",{d:"M22 17c-5-3-7-7-7-9a2 2 0 0 1 4 0c0 2.5-5 2.5-5 6 0 1.7 1.3 3 3 3 2.8 0 5-2.2 5-5",key:"173c68"}]],mJ=Y("ampersands",gp);var Np=[["path",{d:"M10 2v5.632c0 .424-.272.795-.653.982A6 6 0 0 0 6 14c.006 4 3 7 5 8",key:"1h8rid"}],["path",{d:"M10 5H8a2 2 0 0 0 0 4h.68",key:"3ezsi6"}],["path",{d:"M14 2v5.632c0 .424.272.795.652.982A6 6 0 0 1 18 14c0 4-3 7-5 8",key:"yt6q09"}],["path",{d:"M14 5h2a2 2 0 0 1 0 4h-.68",key:"8f95yk"}],["path",{d:"M18 22H6",key:"mg6kv4"}],["path",{d:"M9 2h6",key:"1jrp98"}]],_J=Y("amphora",Np);var Lp=[["path",{d:"M12 6v16",key:"nqf5sj"}],["path",{d:"m19 13 2-1a9 9 0 0 1-18 0l2 1",key:"y7qv08"}],["path",{d:"M9 11h6",key:"1fldmi"}],["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}]],uJ=Y("anchor",Lp);var mp=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["path",{d:"M7.5 8 10 9",key:"olxxln"}],["path",{d:"m14 9 2.5-1",key:"1j6cij"}],["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}]],pJ=Y("angry",mp);var _p=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M14 9h2",key:"116p9w"}]],lJ=Y("annoyed",_p);var up=[["path",{d:"M2 12 7 2",key:"117k30"}],["path",{d:"m7 12 5-10",key:"1tvx22"}],["path",{d:"m12 12 5-10",key:"ev1o1a"}],["path",{d:"m17 12 5-10",key:"1e4ti3"}],["path",{d:"M4.5 7h15",key:"vlsxkz"}],["path",{d:"M12 16v6",key:"c8a4gj"}]],dJ=Y("antenna",up);var pp=[["path",{d:"M7 10H6a4 4 0 0 1-4-4 1 1 0 0 1 1-1h4",key:"1hjpb6"}],["path",{d:"M7 5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1 7 7 0 0 1-7 7H8a1 1 0 0 1-1-1z",key:"1qn45f"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M5 20a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3 1 1 0 0 1-1 1H6a1 1 0 0 1-1-1",key:"1fi4x8"}]],sJ=Y("anvil",pp);var lp=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14.31 8 5.74 9.94",key:"1y6ab4"}],["path",{d:"M9.69 8h11.48",key:"1wxppr"}],["path",{d:"m7.38 12 5.74-9.94",key:"1grp0k"}],["path",{d:"M9.69 16 3.95 6.06",key:"libnyf"}],["path",{d:"M14.31 16H2.83",key:"x5fava"}],["path",{d:"m16.62 12-5.74 9.94",key:"1vwawt"}]],rJ=Y("aperture",lp);var dp=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M14 8h.01",key:"1primd"}]],aJ=Y("app-window-mac",dp);var sp=[["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}],["path",{d:"M10 4v4",key:"pp8u80"}],["path",{d:"M2 8h20",key:"d11cs7"}],["path",{d:"M6 4v4",key:"1svtjw"}]],cJ=Y("app-window",sp);var rp=[["path",{d:"M12 6.528V3a1 1 0 0 1 1-1h0",key:"11qiee"}],["path",{d:"M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10 3 3 0 0 0 3.648.648 5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21",key:"110c12"}]],tJ=Y("apple",rp);var ap=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h2",key:"tvwodi"}],["path",{d:"M20 8v11a2 2 0 0 1-2 2h-2",key:"1gkqxj"}],["path",{d:"m9 15 3-3 3 3",key:"1pd0qc"}],["path",{d:"M12 12v9",key:"192myk"}]],nJ=Y("archive-restore",ap);var cp=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"m9.5 17 5-5",key:"nakeu6"}],["path",{d:"m9.5 12 5 5",key:"1hccrj"}]],iJ=Y("archive-x",cp);var tp=[["rect",{width:"20",height:"5",x:"2",y:"3",rx:"1",key:"1wp1u1"}],["path",{d:"M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8",key:"1s80jp"}],["path",{d:"M10 12h4",key:"a56b0p"}]],oJ=Y("archive",tp);var np=[["path",{d:"M19 9V6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v3",key:"irtipd"}],["path",{d:"M3 16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"1qyhux"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]],eJ=Y("armchair",np);var ip=[["path",{d:"M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V9a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z",key:"1hy3w3"}],["path",{d:"M9 4h6",key:"10am2s"}]],JZ=Y("arrow-big-down-dash",ip);var op=[["path",{d:"M15 11a1 1 0 0 0 1 1h2.939a1 1 0 0 1 .75 1.811l-6.835 6.836a1.207 1.207 0 0 1-1.707 0L4.31 13.81a1 1 0 0 1 .75-1.811H8a1 1 0 0 0 1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1z",key:"1eaqc3"}]],ZZ=Y("arrow-big-down",op);var ep=[["path",{d:"M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z",key:"p8w4w5"}],["path",{d:"M20 9v6",key:"14roy0"}]],YZ=Y("arrow-big-left-dash",ep);var Jl=[["path",{d:"M13 9a1 1 0 0 1-1-1V5.061a1 1 0 0 0-1.811-.75l-6.835 6.836a1.207 1.207 0 0 0 0 1.707l6.835 6.835a1 1 0 0 0 1.811-.75V16a1 1 0 0 1 1-1h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z",key:"aztept"}]],QZ=Y("arrow-big-left",Jl);var Zl=[["path",{d:"M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H9a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z",key:"67vhrh"}],["path",{d:"M4 9v6",key:"bns7oa"}]],XZ=Y("arrow-big-right-dash",Zl);var Yl=[["path",{d:"M11 9a1 1 0 0 0 1-1V5.061a1 1 0 0 1 1.811-.75l6.836 6.836a1.207 1.207 0 0 1 0 1.707l-6.836 6.835a1 1 0 0 1-1.811-.75V16a1 1 0 0 0-1-1H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z",key:"1232du"}]],GZ=Y("arrow-big-right",Yl);var Ql=[["path",{d:"M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z",key:"pnzqmc"}],["path",{d:"M9 20h6",key:"s66wpe"}]],WZ=Y("arrow-big-up-dash",Ql);var Xl=[["path",{d:"M9 13a1 1 0 0 0-1-1H5.061a1 1 0 0 1-.75-1.811l6.836-6.835a1.207 1.207 0 0 1 1.707 0l6.835 6.835a1 1 0 0 1-.75 1.811H16a1 1 0 0 0-1 1v6a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z",key:"lh0v7k"}]],HZ=Y("arrow-big-up",Xl);var Gl=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]],qZ=Y("arrow-down-0-1",Gl);var Wl=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]],zZ=Y("arrow-down-1-0",Wl);var Hl=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]],M2=Y("arrow-down-a-z",Hl);var ql=[["path",{d:"M19 3H5",key:"1236rx"}],["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m6 15 6 6 6-6",key:"h15q88"}]],KZ=Y("arrow-down-from-line",ql);var zl=[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]],BZ=Y("arrow-down-left",zl);var Kl=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h4",key:"6d7r33"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h10",key:"1438ji"}]],$Z=Y("arrow-down-narrow-wide",Kl);var Bl=[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]],FZ=Y("arrow-down-right",Bl);var $l=[["path",{d:"M12 2v14",key:"jyx4ut"}],["path",{d:"m19 9-7 7-7-7",key:"1oe3oy"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]],PZ=Y("arrow-down-to-dot",$l);var Fl=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"m21 8-4-4-4 4",key:"1c9v7m"}],["path",{d:"M17 4v16",key:"7dpous"}]],AZ=Y("arrow-down-up",Fl);var Pl=[["path",{d:"M12 17V3",key:"1cwfxf"}],["path",{d:"m6 11 6 6 6-6",key:"12ii2o"}],["path",{d:"M19 21H5",key:"150jfl"}]],OZ=Y("arrow-down-to-line",Pl);var Al=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"M11 4h10",key:"1w87gc"}],["path",{d:"M11 8h7",key:"djye34"}],["path",{d:"M11 12h4",key:"q8tih4"}]],N5=Y("arrow-down-wide-narrow",Al);var Ol=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]],L5=Y("arrow-down-z-a",Ol);var Tl=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],TZ=Y("arrow-down",Tl);var wl=[["path",{d:"m9 6-6 6 6 6",key:"7v63n9"}],["path",{d:"M3 12h14",key:"13k4hi"}],["path",{d:"M21 19V5",key:"b4bplr"}]],wZ=Y("arrow-left-from-line",wl);var yl=[["path",{d:"M8 3 4 7l4 4",key:"9rb6wj"}],["path",{d:"M4 7h16",key:"6tx8e3"}],["path",{d:"m16 21 4-4-4-4",key:"siv7j2"}],["path",{d:"M20 17H4",key:"h6l3hr"}]],yZ=Y("arrow-left-right",yl);var Vl=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],v2=Y("arrow-left",Vl);var Cl=[["path",{d:"M3 19V5",key:"rwsyhb"}],["path",{d:"m13 6-6 6 6 6",key:"1yhaz7"}],["path",{d:"M7 12h14",key:"uoisry"}]],VZ=Y("arrow-left-to-line",Cl);var bl=[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M21 12H7",key:"13ipq5"}],["path",{d:"m15 18 6-6-6-6",key:"6tx3qv"}]],CZ=Y("arrow-right-from-line",bl);var kl=[["path",{d:"m16 3 4 4-4 4",key:"1x1c3m"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"m8 21-4-4 4-4",key:"h9nckh"}],["path",{d:"M4 17h16",key:"g4d7ey"}]],bZ=Y("arrow-right-left",kl);var Ul=[["path",{d:"M17 12H3",key:"8awo09"}],["path",{d:"m11 18 6-6-6-6",key:"8c2y43"}],["path",{d:"M21 5v14",key:"nzette"}]],kZ=Y("arrow-right-to-line",Ul);var Sl=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],UZ=Y("arrow-right",Sl);var Dl=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["rect",{x:"15",y:"4",width:"4",height:"6",ry:"2",key:"1bwicg"}],["path",{d:"M17 20v-6h-2",key:"1qp1so"}],["path",{d:"M15 20h4",key:"1j968p"}]],SZ=Y("arrow-up-0-1",Dl);var El=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M17 10V4h-2",key:"zcsr5x"}],["path",{d:"M15 10h4",key:"id2lce"}],["rect",{x:"15",y:"14",width:"4",height:"6",ry:"2",key:"33xykx"}]],DZ=Y("arrow-up-1-0",El);var Rl=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]],m5=Y("arrow-up-a-z",Rl);var Ml=[["path",{d:"m21 16-4 4-4-4",key:"f6ql7i"}],["path",{d:"M17 20V4",key:"1ejh1v"}],["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}]],EZ=Y("arrow-up-down",Ml);var vl=[["path",{d:"m5 9 7-7 7 7",key:"1hw5ic"}],["path",{d:"M12 16V2",key:"ywoabb"}],["circle",{cx:"12",cy:"21",r:"1",key:"o0uj5v"}]],RZ=Y("arrow-up-from-dot",vl);var xl=[["path",{d:"M7 17V7h10",key:"11bw93"}],["path",{d:"M17 17 7 7",key:"2786uv"}]],MZ=Y("arrow-up-left",xl);var hl=[["path",{d:"m18 9-6-6-6 6",key:"kcunyi"}],["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 21h14",key:"11awu3"}]],vZ=Y("arrow-up-from-line",hl);var fl=[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]],q9=Y("arrow-up-right",fl);var Il=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h4",key:"q8tih4"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h10",key:"jvxblo"}]],_5=Y("arrow-up-narrow-wide",Il);var jl=[["path",{d:"M5 3h14",key:"7usisc"}],["path",{d:"m18 13-6-6-6 6",key:"1kf1n9"}],["path",{d:"M12 7v14",key:"1akyts"}]],xZ=Y("arrow-up-to-line",jl);var gl=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 16h7",key:"uosisv"}],["path",{d:"M11 20h4",key:"1krc32"}]],hZ=Y("arrow-up-wide-narrow",gl);var Nl=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M15 4h5l-5 6h5",key:"8asdl1"}],["path",{d:"M15 20v-3.5a2.5 2.5 0 0 1 5 0V20",key:"r6l5cz"}],["path",{d:"M20 18h-5",key:"18j1r2"}]],x2=Y("arrow-up-z-a",Nl);var Ll=[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]],fZ=Y("arrow-up",Ll);var ml=[["path",{d:"m4 6 3-3 3 3",key:"9aidw8"}],["path",{d:"M7 17V3",key:"19qxw1"}],["path",{d:"m14 6 3-3 3 3",key:"6iy689"}],["path",{d:"M17 17V3",key:"o0fmgi"}],["path",{d:"M4 21h16",key:"1h09gz"}]],IZ=Y("arrows-up-from-line",ml);var _l=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8",key:"7n84p3"}]],jZ=Y("at-sign",_l);var ul=[["path",{d:"M12 6v12",key:"1vza4d"}],["path",{d:"M17.196 9 6.804 15",key:"1ah31z"}],["path",{d:"m6.804 9 10.392 6",key:"1b6pxd"}]],gZ=Y("asterisk",ul);var pl=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M20.2 20.2c2.04-2.03.02-7.36-4.5-11.9-4.54-4.52-9.87-6.54-11.9-4.5-2.04 2.03-.02 7.36 4.5 11.9 4.54 4.52 9.87 6.54 11.9 4.5Z",key:"1l2ple"}],["path",{d:"M15.7 15.7c4.52-4.54 6.54-9.87 4.5-11.9-2.03-2.04-7.36-.02-11.9 4.5-4.52 4.54-6.54 9.87-4.5 11.9 2.03 2.04 7.36.02 11.9-4.5Z",key:"1wam0m"}]],NZ=Y("atom",pl);var ll=[["path",{d:"M2 10v3",key:"1fnikh"}],["path",{d:"M6 6v11",key:"11sgs0"}],["path",{d:"M10 3v18",key:"yhl04a"}],["path",{d:"M14 8v7",key:"3a1oy3"}],["path",{d:"M18 5v13",key:"123xd1"}],["path",{d:"M22 10v3",key:"154ddg"}]],LZ=Y("audio-lines",ll);var dl=[["path",{d:"M2 13a2 2 0 0 0 2-2V7a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0V4a2 2 0 0 1 4 0v13a2 2 0 0 0 4 0v-4a2 2 0 0 1 2-2",key:"57tc96"}]],mZ=Y("audio-waveform",dl);var sl=[["path",{d:"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526",key:"1yiouv"}],["circle",{cx:"12",cy:"8",r:"6",key:"1vp47v"}]],_Z=Y("award",sl);var rl=[["path",{d:"m14 12-8.381 8.38a1 1 0 0 1-3.001-3L11 9",key:"5z9253"}],["path",{d:"M15 15.5a.5.5 0 0 0 .5.5A6.5 6.5 0 0 0 22 9.5a.5.5 0 0 0-.5-.5h-1.672a2 2 0 0 1-1.414-.586l-5.062-5.062a1.205 1.205 0 0 0-1.704 0L9.352 5.648a1.205 1.205 0 0 0 0 1.704l5.062 5.062A2 2 0 0 1 15 13.828z",key:"19zklq"}]],uZ=Y("axe",rl);var al=[["path",{d:"M13.5 10.5 15 9",key:"1nsxvm"}],["path",{d:"M4 4v15a1 1 0 0 0 1 1h15",key:"1w6lkd"}],["path",{d:"M4.293 19.707 6 18",key:"3g1p8c"}],["path",{d:"m9 15 1.5-1.5",key:"1xfbes"}]],u5=Y("axis-3d",al);var cl=[["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5",key:"1u7htd"}],["path",{d:"M15 12h.01",key:"1k8ypt"}],["path",{d:"M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1",key:"11xh7x"}],["path",{d:"M9 12h.01",key:"157uk2"}]],pZ=Y("baby",cl);var tl=[["path",{d:"M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z",key:"1ol0lm"}],["path",{d:"M8 10h8",key:"c7uz4u"}],["path",{d:"M8 18h8",key:"1no2b1"}],["path",{d:"M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6",key:"1fr6do"}],["path",{d:"M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2",key:"donm21"}]],lZ=Y("backpack",tl);var nl=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],dZ=Y("badge-alert",nl);var il=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M15.4 10a4 4 0 1 0 0 4",key:"2eqtx8"}]],sZ=Y("badge-cent",il);var ol=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],p5=Y("badge-check",ol);var el=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]],rZ=Y("badge-dollar-sign",el);var Jd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M7 12h5",key:"gblrwe"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]],aZ=Y("badge-euro",Jd);var Zd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 8h8",key:"1bis0t"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m13 17-5-1h1a4 4 0 0 0 0-8",key:"nu2bwa"}]],cZ=Y("badge-indian-rupee",Zd);var Yd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"16",y2:"12",key:"1y1yb1"}],["line",{x1:"12",x2:"12.01",y1:"8",y2:"8",key:"110wyk"}]],tZ=Y("badge-info",Yd);var Qd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m9 8 3 3v7",key:"17yadx"}],["path",{d:"m12 11 3-3",key:"p4cfq1"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M9 16h6",key:"8wimt3"}]],nZ=Y("badge-japanese-yen",Qd);var Xd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],iZ=Y("badge-minus",Xd);var Gd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]],oZ=Y("badge-percent",Gd);var Wd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"12",x2:"12",y1:"8",y2:"16",key:"10p56q"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],eZ=Y("badge-plus",Wd);var Hd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M8 12h4",key:"qz6y1c"}],["path",{d:"M10 16V9.5a2.5 2.5 0 0 1 5 0",key:"3mlbjk"}],["path",{d:"M8 16h7",key:"sbedsn"}]],JY=Y("badge-pound-sterling",Hd);var qd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["line",{x1:"12",x2:"12.01",y1:"17",y2:"17",key:"io3f8k"}]],l5=Y("badge-question-mark",qd);var zd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M9 16h5",key:"1syiyw"}],["path",{d:"M9 12h5a2 2 0 1 0 0-4h-3v9",key:"1ge9c1"}]],ZY=Y("badge-russian-ruble",zd);var Kd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["path",{d:"M11 17V8h4",key:"1bfq6y"}],["path",{d:"M11 12h3",key:"2eqnfz"}],["path",{d:"M9 16h4",key:"1skf3a"}]],YY=Y("badge-swiss-franc",Kd);var Bd=[["path",{d:"M11 7v10a5 5 0 0 0 5-5",key:"1ja3ih"}],["path",{d:"m15 8-6 3",key:"4x0uwz"}],["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76",key:"18242g"}]],QY=Y("badge-turkish-lira",Bd);var $d=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]],XY=Y("badge-x",$d);var Fd=[["path",{d:"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76Z",key:"3c2336"}]],GY=Y("badge",Fd);var Pd=[["path",{d:"M22 18H6a2 2 0 0 1-2-2V7a2 2 0 0 0-2-2",key:"4irg2o"}],["path",{d:"M17 14V4a2 2 0 0 0-2-2h-1a2 2 0 0 0-2 2v10",key:"14fcyx"}],["rect",{width:"13",height:"8",x:"8",y:"6",rx:"1",key:"o6oiis"}],["circle",{cx:"18",cy:"20",r:"2",key:"t9985n"}],["circle",{cx:"9",cy:"20",r:"2",key:"e5v82j"}]],WY=Y("baggage-claim",Pd);var Ad=[["path",{d:"M12 16v1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v1",key:"2nz4b"}],["path",{d:"M12 6a2 2 0 0 1 2 2",key:"7y7d82"}],["path",{d:"M18 8c0 4-3.5 8-6 8s-6-4-6-8a6 6 0 0 1 12 0",key:"vqb5s3"}]],HY=Y("balloon",Ad);var Od=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}]],qY=Y("ban",Od);var Td=[["path",{d:"M10 10.01h.01",key:"1e9xi7"}],["path",{d:"M10 14.01h.01",key:"ac23bv"}],["path",{d:"M14 10.01h.01",key:"2wfrvf"}],["path",{d:"M14 14.01h.01",key:"8tw8yn"}],["path",{d:"M18 6v12",key:"1bcixs"}],["path",{d:"M6 6v12",key:"vkc79e"}],["rect",{x:"2",y:"6",width:"20",height:"12",rx:"2",key:"1wpnh2"}]],zY=Y("bandage",Td);var wd=[["path",{d:"M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5",key:"1cscit"}],["path",{d:"M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z",key:"1y1nbv"}]],KY=Y("banana",wd);var yd=[["path",{d:"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5",key:"x6cv4u"}],["path",{d:"m16 19 3 3 3-3",key:"1ibux0"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M6 12h.01",key:"c2rlol"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],BY=Y("banknote-arrow-down",yd);var Vd=[["path",{d:"M12 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5",key:"x6cv4u"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M19 22v-6",key:"qhmiwi"}],["path",{d:"m22 19-3-3-3 3",key:"rn6bg2"}],["path",{d:"M6 12h.01",key:"c2rlol"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],$Y=Y("banknote-arrow-up",Vd);var Cd=[["path",{d:"M13 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5",key:"16nib6"}],["path",{d:"m17 17 5 5",key:"p7ous7"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"m22 17-5 5",key:"gqnmv0"}],["path",{d:"M6 12h.01",key:"c2rlol"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],FY=Y("banknote-x",Cd);var bd=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M6 12h.01M18 12h.01",key:"113zkx"}]],PY=Y("banknote",bd);var kd=[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M8 5v14",key:"1ybrkv"}],["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"M17 5v14",key:"ycjyhj"}],["path",{d:"M21 5v14",key:"nzette"}]],AY=Y("barcode",kd);var Ud=[["path",{d:"M10 3a41 41 0 0 0 0 18",key:"1qcnzb"}],["path",{d:"M14 3a41 41 0 0 1 0 18",key:"547vd4"}],["path",{d:"M17 3a2 2 0 0 1 1.68.92 15.25 15.25 0 0 1 0 16.16A2 2 0 0 1 17 21H7a2 2 0 0 1-1.68-.92 15.25 15.25 0 0 1 0-16.16A2 2 0 0 1 7 3z",key:"1wepyy"}],["path",{d:"M3.84 17h16.32",key:"1wh981"}],["path",{d:"M3.84 7h16.32",key:"19jf4x"}]],OY=Y("barrel",Ud);var Sd=[["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}]],TY=Y("baseline",Sd);var Dd=[["path",{d:"m11 7-3 5h4l-3 5",key:"b4a64w"}],["path",{d:"M14.856 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.935",key:"lre1cr"}],["path",{d:"M22 14v-4",key:"14q9d5"}],["path",{d:"M5.14 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.936",key:"13q5k0"}]],wY=Y("battery-charging",Dd);var Ed=[["path",{d:"M10 10v4",key:"1mb2ec"}],["path",{d:"M14 10v4",key:"1nt88p"}],["path",{d:"M22 14v-4",key:"14q9d5"}],["path",{d:"M6 10v4",key:"1n77qd"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2",key:"13zb55"}]],yY=Y("battery-full",Ed);var Rd=[["path",{d:"M10 4 8 6",key:"1rru8s"}],["path",{d:"M17 19v2",key:"ts1sot"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M7 19v2",key:"12npes"}],["path",{d:"M9 5 7.621 3.621A2.121 2.121 0 0 0 4 5v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5",key:"14ym8i"}]],VY=Y("bath",Rd);var Md=[["path",{d:"M22 14v-4",key:"14q9d5"}],["path",{d:"M6 14v-4",key:"14a6bd"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2",key:"13zb55"}]],CY=Y("battery-low",Md);var vd=[["path",{d:"M10 14v-4",key:"suye4c"}],["path",{d:"M22 14v-4",key:"14q9d5"}],["path",{d:"M6 14v-4",key:"14a6bd"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2",key:"13zb55"}]],bY=Y("battery-medium",vd);var xd=[["path",{d:"M10 9v6",key:"17i7lo"}],["path",{d:"M12.543 6H16a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.605",key:"o09yah"}],["path",{d:"M22 14v-4",key:"14q9d5"}],["path",{d:"M7 12h6",key:"iekk3h"}],["path",{d:"M7.606 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.606",key:"xyqvf1"}]],kY=Y("battery-plus",xd);var hd=[["path",{d:"M10 17h.01",key:"nbq80n"}],["path",{d:"M10 7v6",key:"nne03l"}],["path",{d:"M14 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2",key:"1m83kb"}],["path",{d:"M22 14v-4",key:"14q9d5"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2",key:"h8lgfh"}]],UY=Y("battery-warning",hd);var fd=[["path",{d:"M 22 14 L 22 10",key:"nqc4tb"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2",key:"13zb55"}]],SY=Y("battery",fd);var Id=[["path",{d:"M4.5 3h15",key:"c7n0jr"}],["path",{d:"M6 3v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V3",key:"m1uhx7"}],["path",{d:"M6 14h12",key:"4cwo0f"}]],DY=Y("beaker",Id);var jd=[["path",{d:"M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22a13.96 13.96 0 0 0 9.9-4.1",key:"bq3udt"}],["path",{d:"M10.75 5.093A6 6 0 0 1 22 8c0 2.411-.61 4.68-1.683 6.66",key:"17ccse"}],["path",{d:"M5.341 10.62a4 4 0 0 0 6.487 1.208M10.62 5.341a4.015 4.015 0 0 1 2.039 2.04",key:"18zqgq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],EY=Y("bean-off",jd);var gd=[["path",{d:"M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 0 0 8 22c7.732 0 14-6.268 14-14a6 6 0 0 0-11.835-1.402Z",key:"1tvzk7"}],["path",{d:"M5.341 10.62a4 4 0 1 0 5.279-5.28",key:"2cyri2"}]],RY=Y("bean",gd);var Nd=[["path",{d:"M2 20v-8a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v8",key:"1k78r4"}],["path",{d:"M4 10V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"fb3tl2"}],["path",{d:"M12 4v6",key:"1dcgq2"}],["path",{d:"M2 18h20",key:"ajqnye"}]],MY=Y("bed-double",Nd);var Ld=[["path",{d:"M3 20v-8a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8",key:"1wm6mi"}],["path",{d:"M5 10V6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4",key:"4k93s5"}],["path",{d:"M3 18h18",key:"1h113x"}]],vY=Y("bed-single",Ld);var md=[["path",{d:"M2 4v16",key:"vw9hq8"}],["path",{d:"M2 8h18a2 2 0 0 1 2 2v10",key:"1dgv2r"}],["path",{d:"M2 17h20",key:"18nfp3"}],["path",{d:"M6 8v9",key:"1yriud"}]],xY=Y("bed",md);var _d=[["path",{d:"M16.4 13.7A6.5 6.5 0 1 0 6.28 6.6c-1.1 3.13-.78 3.9-3.18 6.08A3 3 0 0 0 5 18c4 0 8.4-1.8 11.4-4.3",key:"cisjcv"}],["path",{d:"m18.5 6 2.19 4.5a6.48 6.48 0 0 1-2.29 7.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5",key:"5byaag"}],["circle",{cx:"12.5",cy:"8.5",r:"2.5",key:"9738u8"}]],hY=Y("beef",_d);var ud=[["path",{d:"M13 13v5",key:"igwfh0"}],["path",{d:"M17 11.47V8",key:"16yw0g"}],["path",{d:"M17 11h1a3 3 0 0 1 2.745 4.211",key:"1xbt65"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-3",key:"c55o3e"}],["path",{d:"M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 0 1-1.768-4.268",key:"1ydug7"}],["path",{d:"M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 1 1 0 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 0 0-.842.12",key:"q81o7q"}],["path",{d:"M9 14.6V18",key:"20ek98"}]],fY=Y("beer-off",ud);var pd=[["path",{d:"M17 11h1a3 3 0 0 1 0 6h-1",key:"1yp76v"}],["path",{d:"M9 12v6",key:"1u1cab"}],["path",{d:"M13 12v6",key:"1sugkk"}],["path",{d:"M14 7.5c-1 0-1.44.5-3 .5s-2-.5-3-.5-1.72.5-2.5.5a2.5 2.5 0 0 1 0-5c.78 0 1.57.5 2.5.5S9.44 2 11 2s2 1.5 3 1.5 1.72-.5 2.5-.5a2.5 2.5 0 0 1 0 5c-.78 0-1.5-.5-2.5-.5Z",key:"1510fo"}],["path",{d:"M5 8v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8",key:"19jb7n"}]],IY=Y("beer",pd);var ld=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M11.68 2.009A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673c-.824-.85-1.678-1.731-2.21-3.348",key:"xaq59h"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]],jY=Y("bell-dot",ld);var dd=[["path",{d:"M18.518 17.347A7 7 0 0 1 14 19",key:"1emhpo"}],["path",{d:"M18.8 4A11 11 0 0 1 20 9",key:"127b67"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}],["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["rect",{x:"4",y:"16",width:"10",height:"6",rx:"2",key:"bfnviv"}]],gY=Y("bell-electric",dd);var sd=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M15 8h6",key:"8ybuxh"}],["path",{d:"M16.243 3.757A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673A9.4 9.4 0 0 1 18.667 12",key:"bdwj86"}]],NY=Y("bell-minus",sd);var rd=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M17 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 .258-1.742",key:"178tsu"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.668 3.01A6 6 0 0 1 18 8c0 2.687.77 4.653 1.707 6.05",key:"1hqiys"}]],LY=Y("bell-off",rd);var ad=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M15 8h6",key:"8ybuxh"}],["path",{d:"M18 5v6",key:"g5ayrv"}],["path",{d:"M20.002 14.464a9 9 0 0 0 .738.863A1 1 0 0 1 20 17H4a1 1 0 0 1-.74-1.673C4.59 13.956 6 12.499 6 8a6 6 0 0 1 8.75-5.332",key:"1abcvy"}]],mY=Y("bell-plus",ad);var cd=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M22 8c0-2.3-.8-4.3-2-6",key:"5bb3ad"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}],["path",{d:"M4 2C2.8 3.7 2 5.7 2 8",key:"tap9e0"}]],_Y=Y("bell-ring",cd);var td=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}]],uY=Y("bell",td);var nd=[["rect",{width:"13",height:"7",x:"3",y:"3",rx:"1",key:"11xb64"}],["path",{d:"m22 15-3-3 3-3",key:"26chmm"}],["rect",{width:"13",height:"7",x:"3",y:"14",rx:"1",key:"k6ky7n"}]],d5=Y("between-horizontal-end",nd);var id=[["rect",{width:"13",height:"7",x:"8",y:"3",rx:"1",key:"pkso9a"}],["path",{d:"m2 9 3 3-3 3",key:"1agib5"}],["rect",{width:"13",height:"7",x:"8",y:"14",rx:"1",key:"1q5fc1"}]],s5=Y("between-horizontal-start",id);var od=[["rect",{width:"7",height:"13",x:"3",y:"3",rx:"1",key:"1fdu0f"}],["path",{d:"m9 22 3-3 3 3",key:"17z65a"}],["rect",{width:"7",height:"13",x:"14",y:"3",rx:"1",key:"1squn4"}]],pY=Y("between-vertical-end",od);var ed=[["rect",{width:"7",height:"13",x:"3",y:"8",rx:"1",key:"1fjrkv"}],["path",{d:"m15 2-3 3-3-3",key:"1uh6eb"}],["rect",{width:"7",height:"13",x:"14",y:"8",rx:"1",key:"w3fjg8"}]],lY=Y("between-vertical-start",ed);var Js=[["path",{d:"M12.409 13.017A5 5 0 0 1 22 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1",key:"1pmlyh"}],["path",{d:"M15 14a5 5 0 0 0-7.584 2",key:"5rb254"}],["path",{d:"M9.964 6.825C8.019 7.977 9.5 13 8 15",key:"kbvsx9"}]],dY=Y("biceps-flexed",Js);var Zs=[["circle",{cx:"18.5",cy:"17.5",r:"3.5",key:"15x4ox"}],["circle",{cx:"5.5",cy:"17.5",r:"3.5",key:"1noe27"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["path",{d:"M12 17.5V14l-3-3 4-3 2 3h2",key:"1npguv"}]],sY=Y("bike",Zs);var Ys=[["rect",{x:"14",y:"14",width:"4",height:"6",rx:"2",key:"p02svl"}],["rect",{x:"6",y:"4",width:"4",height:"6",rx:"2",key:"xm4xkj"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 10h4",key:"ru81e7"}],["path",{d:"M6 14h2v6",key:"16z9wg"}],["path",{d:"M14 4h2v6",key:"1idq9u"}]],rY=Y("binary",Ys);var Qs=[["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3",key:"3apit1"}],["path",{d:"M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z",key:"rhpgnw"}],["path",{d:"M 22 16 L 2 16",key:"14lkq7"}],["path",{d:"M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z",key:"104b3k"}],["path",{d:"M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3",key:"14fczp"}]],aY=Y("binoculars",Qs);var Xs=[["circle",{cx:"12",cy:"11.9",r:"2",key:"e8h31w"}],["path",{d:"M6.7 3.4c-.9 2.5 0 5.2 2.2 6.7C6.5 9 3.7 9.6 2 11.6",key:"17bolr"}],["path",{d:"m8.9 10.1 1.4.8",key:"15ezny"}],["path",{d:"M17.3 3.4c.9 2.5 0 5.2-2.2 6.7 2.4-1.2 5.2-.6 6.9 1.5",key:"wtwa5u"}],["path",{d:"m15.1 10.1-1.4.8",key:"1r0b28"}],["path",{d:"M16.7 20.8c-2.6-.4-4.6-2.6-4.7-5.3-.2 2.6-2.1 4.8-4.7 5.2",key:"m7qszh"}],["path",{d:"M12 13.9v1.6",key:"zfyyim"}],["path",{d:"M13.5 5.4c-1-.2-2-.2-3 0",key:"1bi9q0"}],["path",{d:"M17 16.4c.7-.7 1.2-1.6 1.5-2.5",key:"1rhjqw"}],["path",{d:"M5.5 13.9c.3.9.8 1.8 1.5 2.5",key:"8gsud3"}]],cY=Y("biohazard",Xs);var Gs=[["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M3.4 18H12a8 8 0 0 0 8-8V7a4 4 0 0 0-7.28-2.3L2 20",key:"oj1oa8"}],["path",{d:"m20 7 2 .5-2 .5",key:"12nv4d"}],["path",{d:"M10 18v3",key:"1yea0a"}],["path",{d:"M14 17.75V21",key:"1pymcb"}],["path",{d:"M7 18a6 6 0 0 0 3.84-10.61",key:"1npnn0"}]],tY=Y("bird",Gs);var Ws=[["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m17 18 1.956-11.468",key:"l5n2ro"}],["path",{d:"m3 8 7.82-5.615a2 2 0 0 1 2.36 0L21 8",key:"1sy6n7"}],["path",{d:"M4 18h16",key:"19g7jn"}],["path",{d:"M7 18 5.044 6.532",key:"1uqdf2"}],["circle",{cx:"12",cy:"10",r:"2",key:"1yojzk"}]],nY=Y("birdhouse",Ws);var Hs=[["path",{d:"M11.767 19.089c4.924.868 6.14-6.025 1.216-6.894m-1.216 6.894L5.86 18.047m5.908 1.042-.347 1.97m1.563-8.864c4.924.869 6.14-6.025 1.215-6.893m-1.215 6.893-3.94-.694m5.155-6.2L8.29 4.26m5.908 1.042.348-1.97M7.48 20.364l3.126-17.727",key:"yr8idg"}]],iY=Y("bitcoin",Hs);var qs=[["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["circle",{cx:"15",cy:"15",r:"7",key:"19ennj"}]],oY=Y("blend",qs);var zs=[["path",{d:"M3 3h18",key:"o7r712"}],["path",{d:"M20 7H8",key:"gd2fo2"}],["path",{d:"M20 11H8",key:"1ynp89"}],["path",{d:"M10 19h10",key:"19hjk5"}],["path",{d:"M8 15h12",key:"1yqzne"}],["path",{d:"M4 3v14",key:"fggqzn"}],["circle",{cx:"4",cy:"19",r:"2",key:"p3m9r0"}]],eY=Y("blinds",zs);var Ks=[["path",{d:"M10 22V7a1 1 0 0 0-1-1H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5a1 1 0 0 0-1-1H2",key:"1ah6g2"}],["rect",{x:"14",y:"2",width:"8",height:"8",rx:"1",key:"88lufb"}]],JQ=Y("blocks",Ks);var Bs=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["line",{x1:"18",x2:"21",y1:"12",y2:"12",key:"1rsjjs"}],["line",{x1:"3",x2:"6",y1:"12",y2:"12",key:"11yl8c"}]],ZQ=Y("bluetooth-connected",Bs);var $s=[["path",{d:"m17 17-5 5V12l-5 5",key:"v5aci6"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M14.5 9.5 17 7l-5-5v4.5",key:"1kddfz"}]],YQ=Y("bluetooth-off",$s);var Fs=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}],["path",{d:"M20.83 14.83a4 4 0 0 0 0-5.66",key:"k8tn1j"}],["path",{d:"M18 12h.01",key:"yjnet6"}]],QQ=Y("bluetooth-searching",Fs);var Ps=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}]],XQ=Y("bluetooth",Ps);var As=[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]],GQ=Y("bolt",As);var Os=[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]],e2=Y("bold",Os);var Ts=[["circle",{cx:"11",cy:"13",r:"9",key:"hd149"}],["path",{d:"M14.35 4.65 16.3 2.7a2.41 2.41 0 0 1 3.4 0l1.6 1.6a2.4 2.4 0 0 1 0 3.4l-1.95 1.95",key:"jp4j1b"}],["path",{d:"m22 2-1.5 1.5",key:"ay92ug"}]],WQ=Y("bomb",Ts);var ws=[["path",{d:"M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z",key:"w610uw"}]],HQ=Y("bone",ws);var ys=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m8 13 4-7 4 7",key:"4rari8"}],["path",{d:"M9.1 11h5.7",key:"1gkovt"}]],qQ=Y("book-a",ys);var Vs=[["path",{d:"M12 13h.01",key:"y0uutt"}],["path",{d:"M12 6v3",key:"1m4b9j"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]],zQ=Y("book-alert",Vs);var Cs=[["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8v3",key:"gejaml"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 8v3",key:"1qzp49"}]],KQ=Y("book-audio",Cs);var bs=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 9.5 2 2 4-4",key:"1dth82"}]],BQ=Y("book-check",bs);var ks=[["path",{d:"M5 7a2 2 0 0 0-2 2v11",key:"1yhqjt"}],["path",{d:"M5.803 18H5a2 2 0 0 0 0 4h9.5a.5.5 0 0 0 .5-.5V21",key:"edzzo5"}],["path",{d:"M9 15V4a2 2 0 0 1 2-2h9.5a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H11a2 2 0 0 1 0-4h10",key:"1nwzrg"}]],$Q=Y("book-copy",ks);var Us=[["path",{d:"M12 17h1.5",key:"1gkc67"}],["path",{d:"M12 22h1.5",key:"1my7sn"}],["path",{d:"M12 2h1.5",key:"19tvb7"}],["path",{d:"M17.5 22H19a1 1 0 0 0 1-1",key:"10akbh"}],["path",{d:"M17.5 2H19a1 1 0 0 1 1 1v1.5",key:"1vrfjs"}],["path",{d:"M20 14v3h-2.5",key:"1naeju"}],["path",{d:"M20 8.5V10",key:"1ctpfu"}],["path",{d:"M4 10V8.5",key:"1o3zg5"}],["path",{d:"M4 19.5V14",key:"ob81pf"}],["path",{d:"M4 4.5A2.5 2.5 0 0 1 6.5 2H8",key:"s8vcyb"}],["path",{d:"M8 22H6.5a1 1 0 0 1 0-5H8",key:"1cu73q"}]],r5=Y("book-dashed",Us);var Ss=[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3 3 3-3",key:"zt5b4y"}]],FQ=Y("book-down",Ss);var Ds=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 12v-2a4 4 0 0 1 8 0v2",key:"1vsqkj"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]],PQ=Y("book-headphones",Ds);var Es=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8.62 9.8A2.25 2.25 0 1 1 12 6.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z",key:"9v40y5"}]],AQ=Y("book-heart",Es);var Rs=[["path",{d:"m20 13.7-2.1-2.1a2 2 0 0 0-2.8 0L9.7 17",key:"q6ojf0"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"10",cy:"8",r:"2",key:"2qkj4p"}]],OQ=Y("book-image",Rs);var Ms=[["path",{d:"M13 2H6.5A2.5 2.5 0 0 0 4 4.5v15",key:"4azifu"}],["path",{d:"M17 2v6",key:"qgmh37"}],["path",{d:"M17 4h2",key:"13vrzo"}],["path",{d:"M20 15.2V21a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"192hzx"}],["circle",{cx:"17",cy:"10",r:"2",key:"y0i25j"}]],TQ=Y("book-key",Ms);var vs=[["path",{d:"M18 6V4a2 2 0 1 0-4 0v2",key:"1aquzs"}],["path",{d:"M20 15v6a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1rkj32"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H10",key:"18wgow"}],["rect",{x:"12",y:"6",width:"8",height:"5",rx:"1",key:"73l30o"}]],wQ=Y("book-lock",vs);var xs=[["path",{d:"M10 2v8l3-3 3 3V2",key:"sqw3rj"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]],yQ=Y("book-marked",xs);var hs=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]],VQ=Y("book-minus",hs);var fs=[["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m16 12 2 2 4-4",key:"mdajum"}],["path",{d:"M22 6V4a1 1 0 0 0-1-1h-5a4 4 0 0 0-4 4 4 4 0 0 0-4-4H3a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h6a3 3 0 0 1 3 3 3 3 0 0 1 3-3h6a1 1 0 0 0 1-1v-1.3",key:"8arnkb"}]],CQ=Y("book-open-check",fs);var Is=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M16 12h2",key:"7q9ll5"}],["path",{d:"M16 8h2",key:"msurwy"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}],["path",{d:"M6 12h2",key:"32wvfc"}],["path",{d:"M6 8h2",key:"30oboj"}]],bQ=Y("book-open-text",Is);var js=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z",key:"ruj8y"}]],kQ=Y("book-open",js);var gs=[["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M9 10h6",key:"9gxzsh"}]],UQ=Y("book-plus",gs);var Ns=[["path",{d:"M11 22H5.5a1 1 0 0 1 0-5h4.501",key:"mcbepb"}],["path",{d:"m21 22-1.879-1.878",key:"12q7x1"}],["path",{d:"M3 19.5v-15A2.5 2.5 0 0 1 5.5 2H18a1 1 0 0 1 1 1v8",key:"olfd5n"}],["circle",{cx:"17",cy:"18",r:"3",key:"82mm0e"}]],SQ=Y("book-search",Ns);var Ls=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"M8 11h8",key:"vwpz6n"}],["path",{d:"M8 7h6",key:"1f0q6e"}]],DQ=Y("book-text",Ls);var ms=[["path",{d:"M10 13h4",key:"ytezjc"}],["path",{d:"M12 6v7",key:"1f6ttz"}],["path",{d:"M16 8V6H8v2",key:"x8j6u4"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]],EQ=Y("book-type",ms);var _s=[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M18 2h1a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"161d7n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2",key:"1lorq7"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"m9 5 3-3 3 3",key:"l8vdw6"}]],RQ=Y("book-up-2",_s);var us=[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]],MQ=Y("book-up",us);var ps=[["path",{d:"M15 13a3 3 0 1 0-6 0",key:"10j68g"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}]],vQ=Y("book-user",ps);var ls=[["path",{d:"m14.5 7-5 5",key:"dy991v"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}],["path",{d:"m9.5 7 5 5",key:"s45iea"}]],xQ=Y("book-x",ls);var ds=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]],hQ=Y("book",ds);var ss=[["path",{d:"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",key:"oz39mx"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]],fQ=Y("bookmark-check",ss);var rs=[["path",{d:"M15 10H9",key:"o6yqo3"}],["path",{d:"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",key:"oz39mx"}]],IQ=Y("bookmark-minus",rs);var as=[["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M15 10H9",key:"o6yqo3"}],["path",{d:"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",key:"oz39mx"}]],jQ=Y("bookmark-plus",as);var cs=[["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",key:"oz39mx"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]],gQ=Y("bookmark-x",cs);var ts=[["path",{d:"M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z",key:"oz39mx"}]],NQ=Y("bookmark",ts);var ns=[["path",{d:"M4 9V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4",key:"vvzvr1"}],["path",{d:"M8 8v1",key:"xcqmfk"}],["path",{d:"M12 8v1",key:"1rj8u4"}],["path",{d:"M16 8v1",key:"1q12zr"}],["rect",{width:"20",height:"12",x:"2",y:"9",rx:"2",key:"igpb89"}],["circle",{cx:"8",cy:"15",r:"2",key:"fa4a8s"}],["circle",{cx:"16",cy:"15",r:"2",key:"14c3ya"}]],LQ=Y("boom-box",ns);var is=[["path",{d:"M12 6V2H8",key:"1155em"}],["path",{d:"M15 11v2",key:"i11awn"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"M20 16a2 2 0 0 1-2 2H8.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 4 20.286V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2z",key:"11gyqh"}],["path",{d:"M9 11v2",key:"1ueba0"}]],mQ=Y("bot-message-square",is);var os=[["path",{d:"M13.67 8H18a2 2 0 0 1 2 2v4.33",key:"7az073"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}],["path",{d:"M8 8H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 1.414-.586",key:"s09a7a"}],["path",{d:"M9 13v2",key:"rq6x2g"}],["path",{d:"M9.67 4H12v2.33",key:"110xot"}]],_Q=Y("bot-off",os);var es=[["path",{d:"M12 8V4H8",key:"hb8ula"}],["rect",{width:"16",height:"12",x:"4",y:"8",rx:"2",key:"enze0r"}],["path",{d:"M2 14h2",key:"vft8re"}],["path",{d:"M20 14h2",key:"4cs60a"}],["path",{d:"M15 13v2",key:"1xurst"}],["path",{d:"M9 13v2",key:"rq6x2g"}]],uQ=Y("bot",es);var Jr=[["path",{d:"M10 3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a6 6 0 0 0 1.2 3.6l.6.8A6 6 0 0 1 17 13v8a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-8a6 6 0 0 1 1.2-3.6l.6-.8A6 6 0 0 0 10 5z",key:"blqgoc"}],["path",{d:"M17 13h-4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h4",key:"43jbee"}]],pQ=Y("bottle-wine",Jr);var Zr=[["path",{d:"M17 3h4v4",key:"19p9u1"}],["path",{d:"M18.575 11.082a13 13 0 0 1 1.048 9.027 1.17 1.17 0 0 1-1.914.597L14 17",key:"12t3w9"}],["path",{d:"M7 10 3.29 6.29a1.17 1.17 0 0 1 .6-1.91 13 13 0 0 1 9.03 1.05",key:"ogng5l"}],["path",{d:"M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1z",key:"8v3fy2"}],["path",{d:"M9.707 14.293 21 3",key:"ydm3bn"}]],lQ=Y("bow-arrow",Zr);var Yr=[["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",key:"hh9hay"}],["path",{d:"m3.3 7 8.7 5 8.7-5",key:"g66t2b"}],["path",{d:"M12 22V12",key:"d0xqtd"}]],dQ=Y("box",Yr);var Qr=[["path",{d:"M2.97 12.92A2 2 0 0 0 2 14.63v3.24a2 2 0 0 0 .97 1.71l3 1.8a2 2 0 0 0 2.06 0L12 19v-5.5l-5-3-4.03 2.42Z",key:"lc1i9w"}],["path",{d:"m7 16.5-4.74-2.85",key:"1o9zyk"}],["path",{d:"m7 16.5 5-3",key:"va8pkn"}],["path",{d:"M7 16.5v5.17",key:"jnp8gn"}],["path",{d:"M12 13.5V19l3.97 2.38a2 2 0 0 0 2.06 0l3-1.8a2 2 0 0 0 .97-1.71v-3.24a2 2 0 0 0-.97-1.71L17 10.5l-5 3Z",key:"8zsnat"}],["path",{d:"m17 16.5-5-3",key:"8arw3v"}],["path",{d:"m17 16.5 4.74-2.85",key:"8rfmw"}],["path",{d:"M17 16.5v5.17",key:"k6z78m"}],["path",{d:"M7.97 4.42A2 2 0 0 0 7 6.13v4.37l5 3 5-3V6.13a2 2 0 0 0-.97-1.71l-3-1.8a2 2 0 0 0-2.06 0l-3 1.8Z",key:"1xygjf"}],["path",{d:"M12 8 7.26 5.15",key:"1vbdud"}],["path",{d:"m12 8 4.74-2.85",key:"3rx089"}],["path",{d:"M12 13.5V8",key:"1io7kd"}]],sQ=Y("boxes",Qr);var Xr=[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1",key:"ezmyqa"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",key:"e1hn23"}]],a5=Y("braces",Xr);var Gr=[["path",{d:"M16 3h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3",key:"1kt8lf"}],["path",{d:"M8 21H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3",key:"gduv9"}]],rQ=Y("brackets",Gr);var Wr=[["path",{d:"m10.852 14.772-.383.923",key:"11vil6"}],["path",{d:"m10.852 9.228-.383-.923",key:"1fjppe"}],["path",{d:"m13.148 14.772.382.924",key:"je3va1"}],["path",{d:"m13.531 8.305-.383.923",key:"18epck"}],["path",{d:"m14.772 10.852.923-.383",key:"k9m8cz"}],["path",{d:"m14.772 13.148.923.383",key:"1xvhww"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 0 0-5.63-1.446 3 3 0 0 0-.368 1.571 4 4 0 0 0-2.525 5.771",key:"jcbbz1"}],["path",{d:"M17.998 5.125a4 4 0 0 1 2.525 5.771",key:"1kkn7e"}],["path",{d:"M19.505 10.294a4 4 0 0 1-1.5 7.706",key:"18bmuc"}],["path",{d:"M4.032 17.483A4 4 0 0 0 11.464 20c.18-.311.892-.311 1.072 0a4 4 0 0 0 7.432-2.516",key:"uozx0d"}],["path",{d:"M4.5 10.291A4 4 0 0 0 6 18",key:"whdemb"}],["path",{d:"M6.002 5.125a3 3 0 0 0 .4 1.375",key:"1kqy2g"}],["path",{d:"m9.228 10.852-.923-.383",key:"1wtb30"}],["path",{d:"m9.228 13.148-.923.383",key:"1a830x"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],aQ=Y("brain-cog",Wr);var Hr=[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4",key:"10igwf"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M12 13h4",key:"1ku699"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1",key:"105ag5"}],["path",{d:"M12 8h8",key:"1lhi5i"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2",key:"u6izg6"}],["circle",{cx:"16",cy:"13",r:".5",key:"ry7gng"}],["circle",{cx:"18",cy:"3",r:".5",key:"1aiba7"}],["circle",{cx:"20",cy:"21",r:".5",key:"yhc1fs"}],["circle",{cx:"20",cy:"8",r:".5",key:"1e43v0"}]],cQ=Y("brain-circuit",Hr);var qr=[["path",{d:"M12 18V5",key:"adv99a"}],["path",{d:"M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4",key:"1e3is1"}],["path",{d:"M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5",key:"1gqd8o"}],["path",{d:"M17.997 5.125a4 4 0 0 1 2.526 5.77",key:"iwvgf7"}],["path",{d:"M18 18a4 4 0 0 0 2-7.464",key:"efp6ie"}],["path",{d:"M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517",key:"1gq6am"}],["path",{d:"M6 18a4 4 0 0 1-2-7.464",key:"k1g0md"}],["path",{d:"M6.003 5.125a4 4 0 0 0-2.526 5.77",key:"q97ue3"}]],tQ=Y("brain",qr);var zr=[["path",{d:"M16 3v2.107",key:"gq8xun"}],["path",{d:"M17 9c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 22 17a5 5 0 0 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C13 11.5 16 9 17 9",key:"1l2pih"}],["path",{d:"M21 8.274V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.938",key:"jrnqjp"}],["path",{d:"M3 15h5.253",key:"xqg7rb"}],["path",{d:"M3 9h8.228",key:"1ppb70"}],["path",{d:"M8 15v6",key:"1stoo3"}],["path",{d:"M8 3v6",key:"vlvjmk"}]],nQ=Y("brick-wall-fire",zr);var Kr=[["path",{d:"M12 9v1.258",key:"iwpddn"}],["path",{d:"M16 3v5.46",key:"d7ew98"}],["path",{d:"M21 9.118V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h5.75",key:"137t5x"}],["path",{d:"M22 17.5c0 2.499-1.75 3.749-3.83 4.474a.5.5 0 0 1-.335-.005c-2.085-.72-3.835-1.97-3.835-4.47V14a.5.5 0 0 1 .5-.499c1 0 2.25-.6 3.12-1.36a.6.6 0 0 1 .76-.001c.875.765 2.12 1.36 3.12 1.36a.5.5 0 0 1 .5.5z",key:"16j3tf"}],["path",{d:"M3 15h7",key:"1qldh6"}],["path",{d:"M3 9h12.142",key:"1yjd6m"}],["path",{d:"M8 15v6",key:"1stoo3"}],["path",{d:"M8 3v6",key:"vlvjmk"}]],iQ=Y("brick-wall-shield",Kr);var Br=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 9v6",key:"199k2o"}],["path",{d:"M16 15v6",key:"8rj2es"}],["path",{d:"M16 3v6",key:"1j6rpj"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M8 15v6",key:"1stoo3"}],["path",{d:"M8 3v6",key:"vlvjmk"}]],oQ=Y("brick-wall",Br);var $r=[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M22 13a18.15 18.15 0 0 1-20 0",key:"12hx5q"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]],eQ=Y("briefcase-business",$r);var Fr=[["path",{d:"M10 20v2",key:"1n8e1g"}],["path",{d:"M14 20v2",key:"1lq872"}],["path",{d:"M18 20v2",key:"10uadw"}],["path",{d:"M21 20H3",key:"kdqkdp"}],["path",{d:"M6 20v2",key:"a9bc87"}],["path",{d:"M8 16V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v12",key:"17n9tx"}],["rect",{x:"4",y:"6",width:"16",height:"10",rx:"2",key:"1097i5"}]],JX=Y("briefcase-conveyor-belt",Fr);var Pr=[["path",{d:"M12 11v4",key:"a6ujw6"}],["path",{d:"M14 13h-4",key:"1pl8zg"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M18 6v14",key:"1mu4gy"}],["path",{d:"M6 6v14",key:"1s15cj"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]],ZX=Y("briefcase-medical",Pr);var Ar=[["path",{d:"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16",key:"jecpp"}],["rect",{width:"20",height:"14",x:"2",y:"6",rx:"2",key:"i6l2r4"}]],YX=Y("briefcase",Ar);var Or=[["rect",{x:"8",y:"8",width:"8",height:"8",rx:"2",key:"yj20xf"}],["path",{d:"M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2",key:"1ltk23"}],["path",{d:"M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2",key:"1q24h9"}]],QX=Y("bring-to-front",Or);var Tr=[["path",{d:"m11 10 3 3",key:"fzmg1i"}],["path",{d:"M6.5 21A3.5 3.5 0 1 0 3 17.5a2.62 2.62 0 0 1-.708 1.792A1 1 0 0 0 3 21z",key:"p4q2r7"}],["path",{d:"M9.969 17.031 21.378 5.624a1 1 0 0 0-3.002-3.002L6.967 14.031",key:"wy6l02"}]],XX=Y("brush",Tr);var wr=[["path",{d:"m16 22-1-4",key:"1ow2iv"}],["path",{d:"M19 14a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2h-3a1 1 0 0 1-1-1V4a2 2 0 0 0-4 0v5a1 1 0 0 1-1 1H6a2 2 0 0 0-2 2v1a1 1 0 0 0 1 1",key:"11gii7"}],["path",{d:"M19 14H5l-1.973 6.767A1 1 0 0 0 4 22h16a1 1 0 0 0 .973-1.233z",key:"bju7h4"}],["path",{d:"m8 22 1-4",key:"s3unb"}]],GX=Y("brush-cleaning",wr);var yr=[["path",{d:"M7.001 15.085A1.5 1.5 0 0 1 9 16.5",key:"y44lvh"}],["circle",{cx:"18.5",cy:"8.5",r:"3.5",key:"1wadoa"}],["circle",{cx:"7.5",cy:"16.5",r:"5.5",key:"6mdt3g"}],["circle",{cx:"7.5",cy:"4.5",r:"2.5",key:"637s54"}]],WX=Y("bubbles",yr);var Vr=[["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M12.656 7H14a4 4 0 0 1 4 4v1.344",key:"vvueyn"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M17.123 17.123A6 6 0 0 1 6 14v-3a4 4 0 0 1 1.72-3.287",key:"1cu21y"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97",key:"5cxbf6"}],["path",{d:"M22 13h-3.344",key:"qb08am"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4",key:"1fjd4g"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97",key:"1d7oge"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9.712 4.06A3 3 0 0 1 15 6v1.13",key:"1bvup6"}]],HX=Y("bug-off",Vr);var Cr=[["path",{d:"M10 19.655A6 6 0 0 1 6 14v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 3.97",key:"1gnv52"}],["path",{d:"M14 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z",key:"1weqy9"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97",key:"5cxbf6"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4",key:"1fjd4g"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97",key:"1d7oge"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13",key:"1vgav8"}]],qX=Y("bug-play",Cr);var br=[["path",{d:"M12 20v-9",key:"1qisl0"}],["path",{d:"M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z",key:"uouzyp"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M21 21a4 4 0 0 0-3.81-4",key:"1b0z45"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97",key:"5cxbf6"}],["path",{d:"M22 13h-4",key:"1jl80f"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4",key:"1fjd4g"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97",key:"1d7oge"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13",key:"1vgav8"}]],zX=Y("bug",br);var kr=[["path",{d:"M10 12h4",key:"a56b0p"}],["path",{d:"M10 8h4",key:"1sr2af"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"M6 10H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2",key:"secmi2"}],["path",{d:"M6 21V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v16",key:"16ra0t"}]],KX=Y("building-2",kr);var Ur=[["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M16 6h.01",key:"1x0f13"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M8 6h.01",key:"1dz90k"}],["path",{d:"M9 22v-3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3",key:"cabbwy"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",key:"1uxh74"}]],BX=Y("building",Ur);var Sr=[["path",{d:"M4 6 2 7",key:"1mqr15"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"m22 7-2-1",key:"1umjhc"}],["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 21v-2",key:"sqyl04"}]],$X=Y("bus-front",Sr);var Dr=[["path",{d:"M8 6v6",key:"18i7km"}],["path",{d:"M15 6v6",key:"1sg6z9"}],["path",{d:"M2 12h19.6",key:"de5uta"}],["path",{d:"M18 18h3s.5-1.7.8-2.8c.1-.4.2-.8.2-1.2 0-.4-.1-.8-.2-1.2l-1.4-5C20.1 6.8 19.1 6 18 6H4a2 2 0 0 0-2 2v10h3",key:"1wwztk"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}],["path",{d:"M9 18h5",key:"lrx6i"}],["circle",{cx:"16",cy:"18",r:"2",key:"1v4tcr"}]],FX=Y("bus",Dr);var Er=[["path",{d:"M10 3h.01",key:"lbucoy"}],["path",{d:"M14 2h.01",key:"1k8aa1"}],["path",{d:"m2 9 20-5",key:"1kz0j5"}],["path",{d:"M12 12V6.5",key:"1vbrij"}],["rect",{width:"16",height:"10",x:"4",y:"12",rx:"3",key:"if91er"}],["path",{d:"M9 12v5",key:"3anwtq"}],["path",{d:"M15 12v5",key:"5xh3zn"}],["path",{d:"M4 17h16",key:"g4d7ey"}]],PX=Y("cable-car",Er);var Rr=[["path",{d:"M17 19a1 1 0 0 1-1-1v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a1 1 0 0 1-1 1z",key:"trhst0"}],["path",{d:"M17 21v-2",key:"ds4u3f"}],["path",{d:"M19 14V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V10",key:"1mo9zo"}],["path",{d:"M21 21v-2",key:"eo0ou"}],["path",{d:"M3 5V3",key:"1k5hjh"}],["path",{d:"M4 10a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2z",key:"1dd30t"}],["path",{d:"M7 5V3",key:"1t1388"}]],AX=Y("cable",Rr);var Mr=[["path",{d:"M16 13H3",key:"1wpj08"}],["path",{d:"M16 17H3",key:"3lvfcd"}],["path",{d:"m7.2 7.9-3.388 2.5A2 2 0 0 0 3 12.01V20a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-8.654c0-2-2.44-6.026-6.44-8.026a1 1 0 0 0-1.082.057L10.4 5.6",key:"1gmhf7"}],["circle",{cx:"9",cy:"7",r:"2",key:"1305pl"}]],OX=Y("cake-slice",Mr);var vr=[["path",{d:"M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8",key:"1w3rig"}],["path",{d:"M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1",key:"n2jgmb"}],["path",{d:"M2 21h20",key:"1nyx9w"}],["path",{d:"M7 8v3",key:"1qtyvj"}],["path",{d:"M12 8v3",key:"hwp4zt"}],["path",{d:"M17 8v3",key:"1i6e5u"}],["path",{d:"M7 4h.01",key:"1bh4kh"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M17 4h.01",key:"1upcoc"}]],TX=Y("cake",vr);var xr=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["line",{x1:"8",x2:"16",y1:"6",y2:"6",key:"x4nwl0"}],["line",{x1:"16",x2:"16",y1:"14",y2:"18",key:"wjye3r"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M8 18h.01",key:"lrp35t"}]],wX=Y("calculator",xr);var hr=[["path",{d:"M11 14h1v4",key:"fy54vd"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]],yX=Y("calendar-1",hr);var fr=[["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 14v8",key:"irew45"}],["path",{d:"M21 11.354V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.343",key:"bse4f3"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]],VX=Y("calendar-arrow-down",fr);var Ir=[["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M18 22v-8",key:"su0gjh"}],["path",{d:"M21 11.343V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h9",key:"1exg90"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]],CX=Y("calendar-arrow-up",Ir);var jr=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 14V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"bce9hv"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]],bX=Y("calendar-check-2",jr);var gr=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m9 16 2 2 4-4",key:"19s6y9"}]],kX=Y("calendar-check",gr);var Nr=[["path",{d:"M16 14v2.2l1.6 1",key:"fo4ql5"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5",key:"1osxxc"}],["path",{d:"M3 10h5",key:"r794hk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}]],UX=Y("calendar-clock",Nr);var Lr=[["path",{d:"m15.228 16.852-.923-.383",key:"npixar"}],["path",{d:"m15.228 19.148-.923.383",key:"51cr3n"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m16.47 14.305.382.923",key:"obybxd"}],["path",{d:"m16.852 20.772-.383.924",key:"dpfhf9"}],["path",{d:"m19.148 15.228.383-.923",key:"1reyyz"}],["path",{d:"m19.53 21.696-.382-.924",key:"1goivc"}],["path",{d:"m20.772 16.852.924-.383",key:"htqkph"}],["path",{d:"m20.772 19.148.924.383",key:"9w9pjp"}],["path",{d:"M21 10.592V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"1pvbig"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],SX=Y("calendar-cog",Lr);var mr=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 14h.01",key:"6423bh"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 18h.01",key:"lrp35t"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M16 18h.01",key:"kzsmim"}]],DX=Y("calendar-days",mr);var _r=[["path",{d:"M3 20a2 2 0 0 0 2 2h10a2.4 2.4 0 0 0 1.706-.706l3.588-3.588A2.4 2.4 0 0 0 21 16V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z",key:"r586nh"}],["path",{d:"M15 22v-5a1 1 0 0 1 1-1h5",key:"xl3app"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}]],EX=Y("calendar-fold",_r);var ur=[["path",{d:"M12.127 22H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.125",key:"vxdnp4"}],["path",{d:"M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z",key:"15cy7q"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]],RX=Y("calendar-heart",ur);var pr=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}]],MX=Y("calendar-minus-2",pr);var lr=[["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 15V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5",key:"1scpom"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]],vX=Y("calendar-minus",lr);var dr=[["path",{d:"M4.2 4.2A2 2 0 0 0 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 1.82-1.18",key:"16swn3"}],["path",{d:"M21 15.5V6a2 2 0 0 0-2-2H9.5",key:"yhw86o"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h7",key:"1wap6i"}],["path",{d:"M21 10h-5.5",key:"quycpq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],xX=Y("calendar-off",dr);var sr=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M10 16h4",key:"17e571"}],["path",{d:"M12 14v4",key:"1thi36"}]],hX=Y("calendar-plus-2",sr);var rr=[["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M21 12.598V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8.5",key:"1glfrc"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}]],fX=Y("calendar-plus",rr);var ar=[["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M17 14h-6",key:"bkmgh3"}],["path",{d:"M13 18H7",key:"bb0bb7"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 18h.01",key:"1bdyru"}]],IX=Y("calendar-range",ar);var cr=[["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 11.75V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7.25",key:"1jrsq6"}],["path",{d:"m22 22-1.875-1.875",key:"13zax7"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],jX=Y("calendar-search",cr);var tr=[["path",{d:"M11 10v4h4",key:"172dkj"}],["path",{d:"m11 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"vu0qm5"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m21 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"1qgeyt"}],["path",{d:"M21 22v-4h-4",key:"hrummi"}],["path",{d:"M21 8.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4.3",key:"mctw84"}],["path",{d:"M3 10h4",key:"1el30a"}],["path",{d:"M8 2v4",key:"1cmpym"}]],gX=Y("calendar-sync",tr);var nr=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 13V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h8",key:"3spt84"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m17 22 5-5",key:"1k6ppv"}],["path",{d:"m17 17 5 5",key:"p7ous7"}]],NX=Y("calendar-x-2",nr);var ir=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"m14 14-4 4",key:"rymu2i"}],["path",{d:"m10 14 4 4",key:"3sz06r"}]],LX=Y("calendar-x",ir);var or=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]],mX=Y("calendar",or);var er=[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M15.726 21.01A2 2 0 0 1 14 22H4a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2",key:"j6srht"}],["path",{d:"M18 2v2",key:"1kh14s"}],["path",{d:"M2 13h2",key:"13gyu8"}],["path",{d:"M8 8h14",key:"12jxz2"}],["rect",{x:"8",y:"3",width:"14",height:"14",rx:"2",key:"nsru6w"}]],_X=Y("calendars",er);var Ja=[["path",{d:"M14.564 14.558a3 3 0 1 1-4.122-4.121",key:"1rnrzw"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 .819-.175",key:"1x3arw"}],["path",{d:"M9.695 4.024A2 2 0 0 1 10.004 4h3.993a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v7.344",key:"1i84u0"}]],uX=Y("camera-off",Ja);var Za=[["path",{d:"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z",key:"18u6gg"}],["circle",{cx:"12",cy:"13",r:"3",key:"1vg3eu"}]],pX=Y("camera",Za);var Ya=[["path",{d:"M5.7 21a2 2 0 0 1-3.5-2l8.6-14a6 6 0 0 1 10.4 6 2 2 0 1 1-3.464-2 2 2 0 1 0-3.464-2Z",key:"isaq8g"}],["path",{d:"M17.75 7 15 2.1",key:"12x7e8"}],["path",{d:"M10.9 4.8 13 9",key:"100a87"}],["path",{d:"m7.9 9.7 2 4.4",key:"ntfhaj"}],["path",{d:"M4.9 14.7 7 18.9",key:"1x43jy"}]],lX=Y("candy-cane",Ya);var Qa=[["path",{d:"M10 7v10.9",key:"1gynux"}],["path",{d:"M14 6.1V17",key:"116kdf"}],["path",{d:"M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4",key:"gpb6xx"}],["path",{d:"M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07",key:"1tsln4"}],["path",{d:"M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4",key:"qexcha"}]],dX=Y("candy",Qa);var Xa=[["path",{d:"M10 10v7.9",key:"m8g9tt"}],["path",{d:"M11.802 6.145a5 5 0 0 1 6.053 6.053",key:"dn87i3"}],["path",{d:"M14 6.1v2.243",key:"1kzysn"}],["path",{d:"m15.5 15.571-.964.964a5 5 0 0 1-7.071 0 5 5 0 0 1 0-7.07l.964-.965",key:"3sxy18"}],["path",{d:"M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4",key:"gpb6xx"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4",key:"qexcha"}]],sX=Y("candy-off",Xa);var Ga=[["path",{d:"M12 22v-4",key:"1utk9m"}],["path",{d:"M7 12c-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3 1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5 0 0 2.5.5 6-1-.5-1.5-3.5-3-5-3 1.5-1 4-4 4-6-2.5 0-5.5 1.5-7 3 0-2.5-.5-5-2-7-1.5 2-2 4.5-2 7-1.5-1.5-4.5-3-7-3 0 2 2.5 5 4 6",key:"1mezod"}]],rX=Y("cannabis",Ga);var Wa=[["path",{d:"M12 22v-4c1.5 1.5 3.5 3 6 3 0-1.5-.5-3.5-2-5",key:"1bqfb7"}],["path",{d:"M13.988 8.327C13.902 6.054 13.365 3.82 12 2a9.3 9.3 0 0 0-1.445 2.9",key:"1p520n"}],["path",{d:"M17.375 11.725C18.882 10.53 21 7.841 21 6c-2.324 0-5.08 1.296-6.662 2.684",key:"q2itvb"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21.024 15.378A15 15 0 0 0 22 15c-.426-1.279-2.67-2.557-4.25-2.907",key:"j9amvs"}],["path",{d:"M6.995 6.992C5.714 6.4 4.29 6 3 6c0 2 2.5 5 4 6-1.5 0-4.5 1.5-5 3 3.5 1.5 6 1 6 1-1.5 1.5-2 3.5-2 5 2.5 0 4.5-1.5 6-3",key:"8gmd5g"}]],aX=Y("cannabis-off",Wa);var Ha=[["path",{d:"M10.5 5H19a2 2 0 0 1 2 2v8.5",key:"jqtk4d"}],["path",{d:"M17 11h-.5",key:"1961ue"}],["path",{d:"M19 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2",key:"1keqsi"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7 11h4",key:"1o1z6v"}],["path",{d:"M7 15h2.5",key:"1ina1g"}]],cX=Y("captions-off",Ha);var qa=[["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]],tX=Y("car-front",qa);var za=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2",key:"12ruh7"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4",key:"1ueiar"}]],c5=Y("captions",za);var Ka=[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"m21 8-2 2-1.5-3.7A2 2 0 0 0 15.646 5H8.4a2 2 0 0 0-1.903 1.257L5 10 3 8",key:"1imjwt"}],["path",{d:"M7 14h.01",key:"1qa3f1"}],["path",{d:"M17 14h.01",key:"7oqj8z"}],["rect",{width:"18",height:"8",x:"3",y:"10",rx:"2",key:"a7itu8"}],["path",{d:"M5 18v2",key:"ppbyun"}],["path",{d:"M19 18v2",key:"gy7782"}]],nX=Y("car-taxi-front",Ka);var Ba=[["path",{d:"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",key:"5owen"}],["circle",{cx:"7",cy:"17",r:"2",key:"u2ysq9"}],["path",{d:"M9 17h6",key:"r8uit2"}],["circle",{cx:"17",cy:"17",r:"2",key:"axvx0g"}]],iX=Y("car",Ba);var $a=[["path",{d:"M18 19V9a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v8a2 2 0 0 0 2 2h2",key:"19jm3t"}],["path",{d:"M2 9h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2",key:"13hakp"}],["path",{d:"M22 17v1a1 1 0 0 1-1 1H10v-9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9",key:"1crci8"}],["circle",{cx:"8",cy:"19",r:"2",key:"t8fc5s"}]],oX=Y("caravan",$a);var Fa=[["path",{d:"M12 14v4",key:"1thi36"}],["path",{d:"M14.172 2a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 20 7.828V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z",key:"1o66bk"}],["path",{d:"M8 14h8",key:"1fgep2"}],["rect",{x:"8",y:"10",width:"8",height:"8",rx:"1",key:"1aonk6"}]],eX=Y("card-sim",Fa);var Pa=[["path",{d:"M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46",key:"rfqxbe"}],["path",{d:"M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z",key:"6b25w4"}],["path",{d:"M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z",key:"fn65lo"}]],JG=Y("carrot",Pa);var Aa=[["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16",key:"d5nyq2"}],["path",{d:"M22 9v7",key:"pvm9v3"}],["path",{d:"M3.304 13h6.392",key:"1q3zxz"}],["circle",{cx:"18.5",cy:"12.5",r:"3.5",key:"z97x68"}]],ZG=Y("case-sensitive",Aa);var Oa=[["path",{d:"M10 9v7",key:"ylp826"}],["path",{d:"M14 6v10",key:"1jy4vg"}],["circle",{cx:"17.5",cy:"12.5",r:"3.5",key:"1a9481"}],["circle",{cx:"6.5",cy:"12.5",r:"3.5",key:"2jlv1r"}]],YG=Y("case-lower",Oa);var Ta=[["path",{d:"M15 11h4.5a1 1 0 0 1 0 5h-4a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h3a1 1 0 0 1 0 5",key:"nxs35"}],["path",{d:"m2 16 4.039-9.69a.5.5 0 0 1 .923 0L11 16",key:"d5nyq2"}],["path",{d:"M3.304 13h6.392",key:"1q3zxz"}]],QG=Y("case-upper",Ta);var wa=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["circle",{cx:"8",cy:"10",r:"2",key:"1xl4ub"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"10",r:"2",key:"r14t7q"}],["path",{d:"m6 20 .7-2.9A1.4 1.4 0 0 1 8.1 16h7.8a1.4 1.4 0 0 1 1.4 1l.7 3",key:"l01ucn"}]],XG=Y("cassette-tape",wa);var ya=[["path",{d:"M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6",key:"3zrzxg"}],["path",{d:"M2 12a9 9 0 0 1 8 8",key:"g6cvee"}],["path",{d:"M2 16a5 5 0 0 1 4 4",key:"1y1dii"}],["line",{x1:"2",x2:"2.01",y1:"20",y2:"20",key:"xu2jvo"}]],GG=Y("cast",ya);var Va=[["path",{d:"M10 5V3",key:"1y54qe"}],["path",{d:"M14 5V3",key:"m6isi"}],["path",{d:"M15 21v-3a3 3 0 0 0-6 0v3",key:"lbp5hj"}],["path",{d:"M18 3v8",key:"2ollhf"}],["path",{d:"M18 5H6",key:"98imr9"}],["path",{d:"M22 11H2",key:"1lmjae"}],["path",{d:"M22 9v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9",key:"1rly83"}],["path",{d:"M6 3v8",key:"csox7g"}]],WG=Y("castle",Va);var Ca=[["path",{d:"M12 5c.67 0 1.35.09 2 .26 1.78-2 5.03-2.84 6.42-2.26 1.4.58-.42 7-.42 7 .57 1.07 1 2.24 1 3.44C21 17.9 16.97 21 12 21s-9-3-9-7.56c0-1.25.5-2.4 1-3.44 0 0-1.89-6.42-.5-7 1.39-.58 4.72.23 6.5 2.23A9.04 9.04 0 0 1 12 5Z",key:"x6xyqk"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M11.25 16.25h1.5L12 17l-.75-.75Z",key:"12kq1m"}]],HG=Y("cat",Ca);var ba=[["path",{d:"M16.75 12h3.632a1 1 0 0 1 .894 1.447l-2.034 4.069a1 1 0 0 1-1.708.134l-2.124-2.97",key:"ir91b5"}],["path",{d:"M17.106 9.053a1 1 0 0 1 .447 1.341l-3.106 6.211a1 1 0 0 1-1.342.447L3.61 12.3a2.92 2.92 0 0 1-1.3-3.91L3.69 5.6a2.92 2.92 0 0 1 3.92-1.3z",key:"jlp8i1"}],["path",{d:"M2 19h3.76a2 2 0 0 0 1.8-1.1L9 15",key:"19bib8"}],["path",{d:"M2 21v-4",key:"l40lih"}],["path",{d:"M7 9h.01",key:"19b3jx"}]],qG=Y("cctv",ba);var ka=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11.207a.5.5 0 0 1 .146-.353l2-2a.5.5 0 0 1 .708 0l3.292 3.292a.5.5 0 0 0 .708 0l4.292-4.292a.5.5 0 0 1 .854.353V16a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1z",key:"q0gr47"}]],t5=Y("chart-area",ka);var Ua=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]],n5=Y("chart-bar-big",Ua);var Sa=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h3",key:"ur6vzw"}],["path",{d:"M7 6h12",key:"sz5b0d"}]],zG=Y("chart-bar-decreasing",Sa);var Da=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 11h8",key:"1feolt"}],["path",{d:"M7 16h12",key:"wsnu98"}],["path",{d:"M7 6h3",key:"w9rmul"}]],KG=Y("chart-bar-increasing",Da);var Ea=[["path",{d:"M11 13v4",key:"vyy2rb"}],["path",{d:"M15 5v4",key:"1gx88a"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"7",y:"13",width:"9",height:"4",rx:"1",key:"1iip1u"}],["rect",{x:"7",y:"5",width:"12",height:"4",rx:"1",key:"1anskk"}]],BG=Y("chart-bar-stacked",Ea);var Ra=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16h8",key:"srdodz"}],["path",{d:"M7 11h12",key:"127s9w"}],["path",{d:"M7 6h3",key:"w9rmul"}]],i5=Y("chart-bar",Ra);var Ma=[["path",{d:"M9 5v4",key:"14uxtq"}],["rect",{width:"4",height:"6",x:"7",y:"9",rx:"1",key:"f4fvz0"}],["path",{d:"M9 15v2",key:"r5rk32"}],["path",{d:"M17 3v2",key:"1l2re6"}],["rect",{width:"4",height:"8",x:"15",y:"5",rx:"1",key:"z38je5"}],["path",{d:"M17 13v3",key:"5l0wba"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]],o5=Y("chart-candlestick",Ma);var va=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]],e5=Y("chart-column-big",va);var xa=[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17v-3",key:"1sqioe"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17V5",key:"1wzmnc"}]],$G=Y("chart-column-decreasing",xa);var ha=[["path",{d:"M13 17V9",key:"1fwyjl"}],["path",{d:"M18 17V5",key:"sfb6ij"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 17v-3",key:"17ska0"}]],J7=Y("chart-column-increasing",ha);var fa=[["path",{d:"M11 13H7",key:"t0o9gq"}],["path",{d:"M19 9h-4",key:"rera1j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["rect",{x:"15",y:"5",width:"4",height:"12",rx:"1",key:"q8uenq"}],["rect",{x:"7",y:"8",width:"4",height:"9",rx:"1",key:"sr5ea"}]],FG=Y("chart-column-stacked",fa);var Ia=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]],Z7=Y("chart-column",Ia);var ja=[["path",{d:"M10 6h8",key:"zvc2xc"}],["path",{d:"M12 16h6",key:"yi5mkt"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M8 11h7",key:"wz2hg0"}]],PG=Y("chart-gantt",ja);var ga=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]],Y7=Y("chart-line",ga);var Na=[["path",{d:"m13.11 7.664 1.78 2.672",key:"go2gg9"}],["path",{d:"m14.162 12.788-3.324 1.424",key:"11x848"}],["path",{d:"m20 4-6.06 1.515",key:"1wxxh7"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["circle",{cx:"12",cy:"6",r:"2",key:"1jj5th"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}],["circle",{cx:"9",cy:"15",r:"2",key:"lf2ghp"}]],AG=Y("chart-network",Na);var La=[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V9",key:"uvy0l4"}],["path",{d:"M19 21V3",key:"11j9sm"}]],Q7=Y("chart-no-axes-column-increasing",La);var ma=[["path",{d:"M5 21V3",key:"clc1r8"}],["path",{d:"M12 21V9",key:"uvy0l4"}],["path",{d:"M19 21v-6",key:"tkawy9"}]],OG=Y("chart-no-axes-column-decreasing",ma);var _a=[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V3",key:"1lcnhd"}],["path",{d:"M19 21V9",key:"unv183"}]],X7=Y("chart-no-axes-column",_a);var ua=[["path",{d:"M12 16v5",key:"zza2cw"}],["path",{d:"M16 14v7",key:"1g90b9"}],["path",{d:"M20 10v11",key:"1iqoj0"}],["path",{d:"m22 3-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15",key:"1fw8x9"}],["path",{d:"M4 18v3",key:"1yp0dc"}],["path",{d:"M8 14v7",key:"n3cwzv"}]],TG=Y("chart-no-axes-combined",ua);var pa=[["path",{d:"M6 5h12",key:"fvfigv"}],["path",{d:"M4 12h10",key:"oujl3d"}],["path",{d:"M12 19h8",key:"baeox8"}]],G7=Y("chart-no-axes-gantt",pa);var la=[["path",{d:"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",key:"pzmjnu"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83",key:"k2fpak"}]],W7=Y("chart-pie",la);var da=[["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["circle",{cx:"18.5",cy:"5.5",r:".5",fill:"currentColor",key:"lysivs"}],["circle",{cx:"11.5",cy:"11.5",r:".5",fill:"currentColor",key:"byv1b8"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["circle",{cx:"17.5",cy:"14.5",r:".5",fill:"currentColor",key:"1gjh6j"}],["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}]],H7=Y("chart-scatter",da);var sa=[["path",{d:"M18 6 7 17l-5-5",key:"116fxf"}],["path",{d:"m22 10-7.5 7.5L13 16",key:"ke71qq"}]],wG=Y("check-check",sa);var ra=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M7 16c.5-2 1.5-7 4-7 2 0 2 3 4 3 2.5 0 4.5-5 5-7",key:"lw07rv"}]],yG=Y("chart-spline",ra);var aa=[["path",{d:"M20 4L9 15",key:"1qkx8z"}],["path",{d:"M21 19L3 19",key:"100sma"}],["path",{d:"M9 15L4 10",key:"9zxff7"}]],VG=Y("check-line",aa);var ca=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],x0=Y("check",ca);var ta=[["path",{d:"M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"cvxqlc"}],["path",{d:"M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z",key:"1ostrc"}],["path",{d:"M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12",key:"hqx58h"}],["path",{d:"M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z",key:"eykp1o"}]],CG=Y("cherry",ta);var na=[["path",{d:"M17 21a1 1 0 0 0 1-1v-5.35c0-.457.316-.844.727-1.041a4 4 0 0 0-2.134-7.589 5 5 0 0 0-9.186 0 4 4 0 0 0-2.134 7.588c.411.198.727.585.727 1.041V20a1 1 0 0 0 1 1Z",key:"1qvrer"}],["path",{d:"M6 17h12",key:"1jwigz"}]],bG=Y("chef-hat",na);var ia=[["path",{d:"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z",key:"b89hwq"}],["path",{d:"M15 18c1.5-.615 3-2.461 3-4.923C18 8.769 14.5 4.462 12 2 9.5 4.462 6 8.77 6 13.077 6 15.539 7.5 17.385 9 18",key:"8jdkhx"}],["path",{d:"m16 7-2.5 2.5",key:"1jq90w"}],["path",{d:"M9 2h6",key:"1jrp98"}]],kG=Y("chess-bishop",ia);var oa=[["path",{d:"M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z",key:"mqzwx6"}],["path",{d:"m6.7 18-1-1C4.35 15.682 3 14.09 3 12a5 5 0 0 1 4.95-5c1.584 0 2.7.455 4.05 1.818C13.35 7.455 14.466 7 16.05 7A5 5 0 0 1 21 12c0 2.082-1.359 3.673-2.7 5l-1 1",key:"1gdt1g"}],["path",{d:"M10 4h4",key:"1xpv9s"}],["path",{d:"M12 2v6.818",key:"b17a49"}]],UG=Y("chess-king",oa);var ea=[["path",{d:"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z",key:"b89hwq"}],["path",{d:"M16.5 18c1-2 2.5-5 2.5-9a7 7 0 0 0-7-7H6.635a1 1 0 0 0-.768 1.64L7 5l-2.32 5.802a2 2 0 0 0 .95 2.526l2.87 1.456",key:"axbnlq"}],["path",{d:"m15 5 1.425-1.425",key:"15xz8w"}],["path",{d:"m17 8 1.53-1.53",key:"15zhqh"}],["path",{d:"M9.713 12.185 7 18",key:"1ocm0l"}]],SG=Y("chess-knight",ea);var Jc=[["path",{d:"M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z",key:"mqzwx6"}],["path",{d:"m12.474 5.943 1.567 5.34a1 1 0 0 0 1.75.328l2.616-3.402",key:"1js4gl"}],["path",{d:"m20 9-3 9",key:"r75r3f"}],["path",{d:"m5.594 8.209 2.615 3.403a1 1 0 0 0 1.75-.329l1.567-5.34",key:"1joj19"}],["path",{d:"M7 18 4 9",key:"1mfzj8"}],["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}],["circle",{cx:"20",cy:"7",r:"2",key:"9w7p1x"}],["circle",{cx:"4",cy:"7",r:"2",key:"1d9wy8"}]],DG=Y("chess-queen",Jc);var Zc=[["path",{d:"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z",key:"b89hwq"}],["path",{d:"m14.5 10 1.5 8",key:"cim3qy"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"m8 18 1.5-8",key:"ja3yjd"}],["circle",{cx:"12",cy:"6",r:"4",key:"1frrej"}]],EG=Y("chess-pawn",Zc);var Yc=[["path",{d:"M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1z",key:"b89hwq"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"m17 18-1-9",key:"10nd7q"}],["path",{d:"M6 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2",key:"uxf4yx"}],["path",{d:"M6 4h12",key:"1x2ag7"}],["path",{d:"m7 18 1-9",key:"1si9vq"}]],RG=Y("chess-rook",Yc);var Qc=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],J5=Y("chevron-down",Qc);var Xc=[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]],MG=Y("chevron-first",Xc);var Gc=[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]],vG=Y("chevron-last",Gc);var Wc=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],G2=Y("chevron-left",Wc);var Hc=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],B0=Y("chevron-right",Hc);var qc=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],xG=Y("chevron-up",qc);var zc=[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]],hG=Y("chevrons-down",zc);var Kc=[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]],fG=Y("chevrons-down-up",Kc);var Bc=[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"m17 7 5 5-5 5",key:"1xlxn0"}],["path",{d:"m7 7-5 5 5 5",key:"19njba"}],["path",{d:"M8 12h.01",key:"czm47f"}]],IG=Y("chevrons-left-right-ellipsis",Bc);var $c=[["path",{d:"m9 7-5 5 5 5",key:"j5w590"}],["path",{d:"m15 7 5 5-5 5",key:"1bl6da"}]],jG=Y("chevrons-left-right",$c);var Fc=[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]],gG=Y("chevrons-left",Fc);var Pc=[["path",{d:"m20 17-5-5 5-5",key:"30x0n2"}],["path",{d:"m4 17 5-5-5-5",key:"16spf4"}]],NG=Y("chevrons-right-left",Pc);var Ac=[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]],LG=Y("chevrons-right",Ac);var Oc=[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]],mG=Y("chevrons-up-down",Oc);var Tc=[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]],_G=Y("chevrons-up",Tc);var wc=[["path",{d:"M10.88 21.94 15.46 14",key:"xkve6t"}],["path",{d:"M21.17 8H12",key:"19dcdn"}],["path",{d:"M3.95 6.06 8.54 14",key:"g8jz9m"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]],q7=Y("chromium",wc);var yc=[["path",{d:"M10 9h4",key:"u4k05v"}],["path",{d:"M12 7v5",key:"ma6bk"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"m18 9 3.52 2.147a1 1 0 0 1 .48.854V19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-6.999a1 1 0 0 1 .48-.854L6 9",key:"flvdwo"}],["path",{d:"M6 21V7a1 1 0 0 1 .376-.782l5-3.999a1 1 0 0 1 1.249.001l5 4A1 1 0 0 1 18 7v14",key:"a5i0n2"}]],uG=Y("church",yc);var Vc=[["path",{d:"M12 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h13",key:"1gdiyg"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 12a1 1 0 0 1 1 1v2a1 1 0 0 1-.5.866",key:"166zjj"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]],pG=Y("cigarette-off",Vc);var Cc=[["path",{d:"M17 12H3a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h14",key:"1mb5g1"}],["path",{d:"M18 8c0-2.5-2-2.5-2-5",key:"1il607"}],["path",{d:"M21 16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"1yl5r7"}],["path",{d:"M22 8c0-2.5-2-2.5-2-5",key:"1gah44"}],["path",{d:"M7 12v4",key:"jqww69"}]],lG=Y("cigarette",Cc);var bc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],e1=Y("circle-alert",bc);var kc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]],z7=Y("circle-arrow-down",kc);var Uc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}],["path",{d:"M16 12H8",key:"1fr5h0"}]],K7=Y("circle-arrow-left",Uc);var Sc=[["path",{d:"M2 12a10 10 0 1 1 10 10",key:"1yn6ov"}],["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"M8 22H2v-6",key:"sulq54"}]],B7=Y("circle-arrow-out-down-left",Sc);var Dc=[["path",{d:"M12 22a10 10 0 1 1 10-10",key:"130bv5"}],["path",{d:"M22 22 12 12",key:"131aw7"}],["path",{d:"M22 16v6h-6",key:"1gvm70"}]],$7=Y("circle-arrow-out-down-right",Dc);var Ec=[["path",{d:"M2 8V2h6",key:"hiwtdz"}],["path",{d:"m2 2 10 10",key:"1oh8rs"}],["path",{d:"M12 2A10 10 0 1 1 2 12",key:"rrk4fa"}]],F7=Y("circle-arrow-out-up-left",Ec);var Rc=[["path",{d:"M22 12A10 10 0 1 1 12 2",key:"1fm58d"}],["path",{d:"M22 2 12 12",key:"yg2myt"}],["path",{d:"M16 2h6v6",key:"zan5cs"}]],P7=Y("circle-arrow-out-up-right",Rc);var Mc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}],["path",{d:"M8 12h8",key:"1wcyev"}]],A7=Y("circle-arrow-right",Mc);var vc=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],h2=Y("circle-check-big",vc);var xc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]],O7=Y("circle-arrow-up",xc);var hc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],T7=Y("circle-check",hc);var fc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]],w7=Y("circle-chevron-left",fc);var Ic=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]],y7=Y("circle-chevron-down",Ic);var jc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]],V7=Y("circle-chevron-right",jc);var gc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}]],C7=Y("circle-divide",gc);var Nc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]],b7=Y("circle-chevron-up",Nc);var Lc=[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0",key:"5ilxe3"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0",key:"11zvb9"}],["path",{d:"M17.609 3.721a10 10 0 0 1 2.69 2.7",key:"1iw5b2"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8",key:"c0bmvh"}],["path",{d:"M20.279 17.609a10 10 0 0 1-2.7 2.69",key:"1ruxm7"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8",key:"qkgqxc"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69",key:"1mcia2"}],["path",{d:"M6.391 20.279a10 10 0 0 1-2.69-2.7",key:"1fvljs"}]],dG=Y("circle-dashed",Lc);var mc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 18V6",key:"zqpxq5"}]],sG=Y("circle-dollar-sign",mc);var _c=[["path",{d:"M10.1 2.18a9.93 9.93 0 0 1 3.8 0",key:"1qdqn0"}],["path",{d:"M17.6 3.71a9.95 9.95 0 0 1 2.69 2.7",key:"1bq7p6"}],["path",{d:"M21.82 10.1a9.93 9.93 0 0 1 0 3.8",key:"1rlaqf"}],["path",{d:"M20.29 17.6a9.95 9.95 0 0 1-2.7 2.69",key:"1xk03u"}],["path",{d:"M13.9 21.82a9.94 9.94 0 0 1-3.8 0",key:"l7re25"}],["path",{d:"M6.4 20.29a9.95 9.95 0 0 1-2.69-2.7",key:"1v18p6"}],["path",{d:"M2.18 13.9a9.93 9.93 0 0 1 0-3.8",key:"xdo6bj"}],["path",{d:"M3.71 6.4a9.95 9.95 0 0 1 2.7-2.69",key:"1jjmaz"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],rG=Y("circle-dot-dashed",_c);var uc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],aG=Y("circle-dot",uc);var pc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7 12h.01",key:"eqddd0"}]],cG=Y("circle-ellipsis",pc);var lc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}]],tG=Y("circle-equal",lc);var dc=[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]],nG=Y("circle-fading-arrow-up",dc);var sc=[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]],iG=Y("circle-fading-plus",sc);var rc=[["path",{d:"M15.6 2.7a10 10 0 1 0 5.7 5.7",key:"1e0p6d"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M13.4 10.6 19 5",key:"1kr7tw"}]],k7=Y("circle-gauge",rc);var ac=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]],U7=Y("circle-minus",ac);var cc=[["path",{d:"M12.656 7H13a3 3 0 0 1 2.984 3.307",key:"1sjx87"}],["path",{d:"M13 13H9",key:"e2beee"}],["path",{d:"M19.071 19.071A1 1 0 0 1 4.93 4.93",key:"1kb595"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.357 2.687a10 10 0 0 1 12.956 12.956",key:"5bsfdx"}],["path",{d:"M9 17V9",key:"ojradj"}]],S7=Y("circle-parking-off",cc);var tc=[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65",key:"1pfsoa"}],["path",{d:"M19.08 19.08A10 10 0 1 1 4.92 4.92",key:"1ablyi"}]],oG=Y("circle-off",tc);var nc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]],D7=Y("circle-parking",nc);var ic=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9",key:"c1nkhi"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9",key:"h65svq"}]],E7=Y("circle-pause",ic);var oc=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]],R7=Y("circle-percent",oc);var ec=[["circle",{cx:"12",cy:"19",r:"2",key:"13j0tp"}],["circle",{cx:"12",cy:"5",r:"2",key:"f1ur92"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}],["circle",{cx:"20",cy:"19",r:"2",key:"1obnsp"}],["circle",{cx:"4",cy:"19",r:"2",key:"p3m9r0"}],["circle",{cx:"8",cy:"12",r:"2",key:"1nvbw3"}]],eG=Y("circle-pile",ec);var Jt=[["path",{d:"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z",key:"kmsa83"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],M7=Y("circle-play",Jt);var Zt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]],v7=Y("circle-plus",Zt);var Yt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M10 16V9.5a1 1 0 0 1 5 0",key:"1i1are"}],["path",{d:"M8 12h4",key:"qz6y1c"}],["path",{d:"M8 16h7",key:"sbedsn"}]],JW=Y("circle-pound-sterling",Yt);var Qt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}]],x7=Y("circle-power",Qt);var Xt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],W2=Y("circle-question-mark",Xt);var Gt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M22 2 2 22",key:"y4kqgn"}]],h7=Y("circle-slash-2",Gt);var Wt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]],ZW=Y("circle-slash",Wt);var Ht=[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}]],YW=Y("circle-small",Ht);var qt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M11.051 7.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.867l-1.156-1.152a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z",key:"285bvi"}]],QW=Y("circle-star",qt);var zt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]],f7=Y("circle-stop",zt);var Kt=[["path",{d:"M18 20a6 6 0 0 0-12 0",key:"1qehca"}],["circle",{cx:"12",cy:"10",r:"4",key:"1h16sb"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],I7=Y("circle-user-round",Kt);var Bt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 20.662V19a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1.662",key:"154egf"}]],j7=Y("circle-user",Bt);var $t=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],f2=Y("circle-x",$t);var Ft=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],XW=Y("circle",Ft);var Pt=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M11 9h4a2 2 0 0 0 2-2V3",key:"1ve2rv"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"M7 21v-4a2 2 0 0 1 2-2h4",key:"1fwkro"}],["circle",{cx:"15",cy:"15",r:"2",key:"3i40o0"}]],GW=Y("circuit-board",Pt);var At=[["path",{d:"M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z",key:"4ite01"}],["path",{d:"M19.65 15.66A8 8 0 0 1 8.35 4.34",key:"1gxipu"}],["path",{d:"m14 10-5.5 5.5",key:"92pfem"}],["path",{d:"M14 17.85V10H6.15",key:"xqmtsk"}]],WW=Y("citrus",At);var Ot=[["path",{d:"m12.296 3.464 3.02 3.956",key:"qash78"}],["path",{d:"M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3z",key:"1h7j8b"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"4lm6w1"}],["path",{d:"m6.18 5.276 3.1 3.899",key:"zjj9t3"}]],HW=Y("clapperboard",Ot);var Tt=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m9 14 2 2 4-4",key:"df797q"}]],qW=Y("clipboard-check",Tt);var wt=[["path",{d:"M16 14v2.2l1.6 1",key:"fo4ql5"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v.832",key:"1ujtp2"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2",key:"qvpao1"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",key:"ublpy"}]],zW=Y("clipboard-clock",wt);var yt=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]],KW=Y("clipboard-list",yt);var Vt=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2",key:"4jdomd"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v4",key:"3hqy98"}],["path",{d:"M21 14H11",key:"1bme5i"}],["path",{d:"m15 10-4 4 4 4",key:"5dvupr"}]],BW=Y("clipboard-copy",Vt);var Ct=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}]],$W=Y("clipboard-minus",Ct);var bt=[["path",{d:"M11 14h10",key:"1w8e9d"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v1.344",key:"1e62lh"}],["path",{d:"m17 18 4-4-4-4",key:"z2g111"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 1.793-1.113",key:"bjbb7m"}],["rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",key:"ublpy"}]],FW=Y("clipboard-paste",bt);var kt=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-.5",key:"1but9f"}],["path",{d:"M16 4h2a2 2 0 0 1 1.73 1",key:"1p8n7l"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M21.378 12.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"2t3380"}]],g7=Y("clipboard-pen-line",kt);var Ut=[["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"j91f56"}],["path",{d:"M21.34 15.664a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"16fuwn"}],["path",{d:"M8 22H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"120tdm"}],["rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",key:"ublpy"}]],N7=Y("clipboard-pen",Ut);var St=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 14h6",key:"159ibu"}],["path",{d:"M12 17v-6",key:"1y8rbf"}]],PW=Y("clipboard-plus",St);var Dt=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M9 12v-1h6v1",key:"iehl6m"}],["path",{d:"M11 17h2",key:"12w5me"}],["path",{d:"M12 11v6",key:"1bwqyc"}]],AW=Y("clipboard-type",Dt);var Et=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"m15 11-6 6",key:"1toa9n"}],["path",{d:"m9 11 6 6",key:"wlibny"}]],OW=Y("clipboard-x",Et);var Rt=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}]],TW=Y("clipboard",Rt);var Mt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l2-4",key:"miptyd"}]],wW=Y("clock-1",Mt);var vt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l-4-2",key:"cedpoo"}]],yW=Y("clock-10",vt);var xt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l-2-4",key:"ns39ag"}]],VW=Y("clock-11",xt);var ht=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6",key:"1ipuwl"}]],CW=Y("clock-12",ht);var ft=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l4-2",key:"1r2kuh"}]],bW=Y("clock-2",ft);var It=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6h4",key:"135r8i"}]],kW=Y("clock-3",It);var jt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l4 2",key:"mmk7yg"}]],UW=Y("clock-4",jt);var gt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l2 4",key:"1287s9"}]],SW=Y("clock-5",gt);var Nt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v10",key:"wf7rdh"}]],DW=Y("clock-6",Nt);var Lt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l-2 4",key:"1095bu"}]],EW=Y("clock-7",Lt);var mt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l-4 2",key:"imc3wl"}]],RW=Y("clock-8",mt);var _t=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6H8",key:"u39vzm"}]],MW=Y("clock-9",_t);var ut=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["path",{d:"M20 12v5",key:"12wsvk"}],["path",{d:"M20 21h.01",key:"1p6o6n"}],["path",{d:"M21.25 8.2A10 10 0 1 0 16 21.16",key:"17fp9f"}]],vW=Y("clock-alert",ut);var pt=[["path",{d:"M12 6v6l2 1",key:"19cm8n"}],["path",{d:"M12.337 21.994a10 10 0 1 1 9.588-8.767",key:"28moa"}],["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M18 14v8",key:"irew45"}]],xW=Y("clock-arrow-down",pt);var lt=[["path",{d:"M12 6v6l1.56.78",key:"14ed3g"}],["path",{d:"M13.227 21.925a10 10 0 1 1 8.767-9.588",key:"jwkls1"}],["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M18 22v-8",key:"su0gjh"}]],hW=Y("clock-arrow-up",lt);var dt=[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["path",{d:"M22 12a10 10 0 1 0-11 9.95",key:"17dhok"}],["path",{d:"m22 16-5.5 5.5L14 19",key:"1eibut"}]],fW=Y("clock-check",dt);var st=[["path",{d:"M12 2a10 10 0 0 1 7.38 16.75",key:"175t95"}],["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["path",{d:"M2.5 8.875a10 10 0 0 0-.5 3",key:"1vce0s"}],["path",{d:"M2.83 16a10 10 0 0 0 2.43 3.4",key:"o3fkw4"}],["path",{d:"M4.636 5.235a10 10 0 0 1 .891-.857",key:"1szpfk"}],["path",{d:"M8.644 21.42a10 10 0 0 0 7.631-.38",key:"9yhvd4"}]],IW=Y("clock-fading",st);var rt=[["path",{d:"M12 6v6l3.644 1.822",key:"1jmett"}],["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M21.92 13.267a10 10 0 1 0-8.653 8.653",key:"1u0osk"}]],jW=Y("clock-plus",rt);var at=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l4 2",key:"mmk7yg"}]],gW=Y("clock",at);var ct=[["path",{d:"M10 9.17a3 3 0 1 0 0 5.66",key:"h9wayk"}],["path",{d:"M17 9.17a3 3 0 1 0 0 5.66",key:"1v6zke"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2",key:"qneu4z"}]],NW=Y("closed-caption",ct);var tt=[["path",{d:"M21 15.251A4.5 4.5 0 0 0 17.5 8h-1.79A7 7 0 1 0 3 13.607",key:"xpoh9y"}],["path",{d:"M7 11v4h4",key:"q9yh32"}],["path",{d:"M8 19a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5 4.82 4.82 0 0 0-3.41 1.41L7 15",key:"1xm8iu"}]],LW=Y("cloud-backup",tt);var nt=[["path",{d:"M12 12v4",key:"tww15h"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.128 16.949A7 7 0 1 1 15.71 8h1.79a1 1 0 0 1 0 9h-1.642",key:"1namsd"}]],mW=Y("cloud-alert",nt);var it=[["path",{d:"m17 15-5.5 5.5L9 18",key:"15q87x"}],["path",{d:"M5.516 16.07A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 3.501 7.327",key:"1xtj56"}]],_W=Y("cloud-check",it);var ot=[["path",{d:"m10.852 19.772-.383.924",key:"r7sl7d"}],["path",{d:"m13.148 14.228.383-.923",key:"1d5zpm"}],["path",{d:"M13.148 19.772a3 3 0 1 0-2.296-5.544l-.383-.923",key:"1ydik7"}],["path",{d:"m13.53 20.696-.382-.924a3 3 0 1 1-2.296-5.544",key:"1m1vsf"}],["path",{d:"m14.772 15.852.923-.383",key:"660p6e"}],["path",{d:"m14.772 18.148.923.383",key:"hrcpis"}],["path",{d:"M4.2 15.1a7 7 0 1 1 9.93-9.858A7 7 0 0 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2",key:"j2q98n"}],["path",{d:"m9.228 15.852-.923-.383",key:"1p9ong"}],["path",{d:"m9.228 18.148-.923.383",key:"6558rz"}]],uW=Y("cloud-cog",ot);var et=[["path",{d:"M12 13v8l-4-4",key:"1f5nwf"}],["path",{d:"m12 21 4-4",key:"1lfcce"}],["path",{d:"M4.393 15.269A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.436 8.284",key:"ui1hmy"}]],L7=Y("cloud-download",et);var Jn=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 19v1",key:"1dk2by"}],["path",{d:"M8 14v1",key:"84yxot"}],["path",{d:"M16 19v1",key:"v220m7"}],["path",{d:"M16 14v1",key:"g12gj6"}],["path",{d:"M12 21v1",key:"q8vafk"}],["path",{d:"M12 16v1",key:"1mx6rx"}]],pW=Y("cloud-drizzle",Jn);var Zn=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 17H7",key:"pygtm1"}],["path",{d:"M17 21H9",key:"1u2q02"}]],lW=Y("cloud-fog",Zn);var Yn=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v2",key:"a1is7l"}],["path",{d:"M8 14v2",key:"1e9m6t"}],["path",{d:"M16 20h.01",key:"xwek51"}],["path",{d:"M8 20h.01",key:"1vjney"}],["path",{d:"M12 16v2",key:"z66u1j"}],["path",{d:"M12 22h.01",key:"1urd7a"}]],dW=Y("cloud-hail",Yn);var Qn=[["path",{d:"M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973",key:"1cez44"}],["path",{d:"m13 12-3 5h4l-3 5",key:"1t22er"}]],sW=Y("cloud-lightning",Qn);var Xn=[["path",{d:"M11 20v2",key:"174qtz"}],["path",{d:"M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36",key:"zwnc1e"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",key:"1qmrp3"}],["path",{d:"M7 19v2",key:"12npes"}]],rW=Y("cloud-moon-rain",Xn);var Gn=[["path",{d:"M13 16a3 3 0 0 1 0 6H7a5 5 0 1 1 4.9-6z",key:"ie2ih4"}],["path",{d:"M18.376 14.512a6 6 0 0 0 3.461-4.127c.148-.625-.659-.97-1.248-.714a4 4 0 0 1-5.259-5.26c.255-.589-.09-1.395-.716-1.248a6 6 0 0 0-4.594 5.36",key:"zwnc1e"}]],aW=Y("cloud-moon",Gn);var Wn=[["path",{d:"M10.94 5.274A7 7 0 0 1 15.71 10h1.79a4.5 4.5 0 0 1 4.222 6.057",key:"1uxyv8"}],["path",{d:"M18.796 18.81A4.5 4.5 0 0 1 17.5 19H9A7 7 0 0 1 5.79 5.78",key:"99tcn7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],cW=Y("cloud-off",Wn);var Hn=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m9.2 22 3-7",key:"sb5f6j"}],["path",{d:"m9 13-3 7",key:"500co5"}],["path",{d:"m17 13-3 7",key:"8t2fiy"}]],tW=Y("cloud-rain-wind",Hn);var qn=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M16 14v6",key:"1j4efv"}],["path",{d:"M8 14v6",key:"17c4r9"}],["path",{d:"M12 16v6",key:"c8a4gj"}]],nW=Y("cloud-rain",qn);var zn=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M8 19h.01",key:"puxtts"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M12 21h.01",key:"h35vbk"}],["path",{d:"M16 15h.01",key:"rnfrdf"}],["path",{d:"M16 19h.01",key:"1vcnzz"}]],iW=Y("cloud-snow",zn);var Kn=[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24",key:"1qmrp3"}],["path",{d:"M11 20v2",key:"174qtz"}],["path",{d:"M7 19v2",key:"12npes"}]],oW=Y("cloud-sun-rain",Kn);var Bn=[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}],["path",{d:"M15.947 12.65a4 4 0 0 0-5.925-4.128",key:"dpwdj0"}],["path",{d:"M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z",key:"s09mg5"}]],eW=Y("cloud-sun",Bn);var $n=[["path",{d:"m17 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"adpv5j"}],["path",{d:"M17 22v-4h-4",key:"ex1ofj"}],["path",{d:"M20.996 15.251A4.5 4.5 0 0 0 17.495 8h-1.79a7 7 0 1 0-12.709 5.607",key:"ziqt14"}],["path",{d:"M7 10v4h4",key:"1j6gx1"}],["path",{d:"m7 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"19q5h7"}]],JH=Y("cloud-sync",$n);var Fn=[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"m8 17 4-4 4 4",key:"1quai1"}]],m7=Y("cloud-upload",Fn);var Pn=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]],ZH=Y("cloud",Pn);var An=[["path",{d:"M17.5 12a1 1 0 1 1 0 9H9.006a7 7 0 1 1 6.702-9z",key:"44yre2"}],["path",{d:"M21.832 9A3 3 0 0 0 19 7h-2.207a5.5 5.5 0 0 0-10.72.61",key:"leugyv"}]],YH=Y("cloudy",An);var On=[["path",{d:"M16.17 7.83 2 22",key:"t58vo8"}],["path",{d:"M4.02 12a2.827 2.827 0 1 1 3.81-4.17A2.827 2.827 0 1 1 12 4.02a2.827 2.827 0 1 1 4.17 3.81A2.827 2.827 0 1 1 19.98 12a2.827 2.827 0 1 1-3.81 4.17A2.827 2.827 0 1 1 12 19.98a2.827 2.827 0 1 1-4.17-3.81A1 1 0 1 1 4 12",key:"17k36q"}],["path",{d:"m7.83 7.83 8.34 8.34",key:"1d7sxk"}]],QH=Y("clover",On);var Tn=[["path",{d:"M17.28 9.05a5.5 5.5 0 1 0-10.56 0A5.5 5.5 0 1 0 12 17.66a5.5 5.5 0 1 0 5.28-8.6Z",key:"27yuqz"}],["path",{d:"M12 17.66L12 22",key:"ogfahf"}]],XH=Y("club",Tn);var wn=[["path",{d:"m18 16 4-4-4-4",key:"1inbqp"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"m14.5 4-5 16",key:"e7oirm"}]],_7=Y("code-xml",wn);var yn=[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]],Z5=Y("code",yn);var Vn=[["polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2",key:"srzb37"}],["line",{x1:"12",x2:"12",y1:"22",y2:"15.5",key:"1t73f2"}],["polyline",{points:"22 8.5 12 15.5 2 8.5",key:"ajlxae"}],["polyline",{points:"2 15.5 12 8.5 22 15.5",key:"susrui"}],["line",{x1:"12",x2:"12",y1:"2",y2:"8.5",key:"2cldga"}]],GH=Y("codepen",Vn);var Cn=[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}],["polyline",{points:"7.5 4.21 12 6.81 16.5 4.21",key:"fabo96"}],["polyline",{points:"7.5 19.79 7.5 14.6 3 12",key:"z377f1"}],["polyline",{points:"21 12 16.5 14.6 16.5 19.79",key:"9nrev1"}],["polyline",{points:"3.27 6.96 12 12.01 20.73 6.96",key:"1180pa"}],["line",{x1:"12",x2:"12",y1:"22.08",y2:"12",key:"3z3uq6"}]],WH=Y("codesandbox",Cn);var bn=[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1",key:"pwadti"}],["path",{d:"M6 2v2",key:"colzsn"}]],HH=Y("coffee",bn);var kn=[["path",{d:"M11 10.27 7 3.34",key:"16pf9h"}],["path",{d:"m11 13.73-4 6.93",key:"794ttg"}],["path",{d:"M12 22v-2",key:"1osdcq"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M14 12h8",key:"4f43i9"}],["path",{d:"m17 20.66-1-1.73",key:"eq3orb"}],["path",{d:"m17 3.34-1 1.73",key:"2wel8s"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"m20.66 17-1.73-1",key:"sg0v6f"}],["path",{d:"m20.66 7-1.73 1",key:"1ow05n"}],["path",{d:"m3.34 17 1.73-1",key:"nuk764"}],["path",{d:"m3.34 7 1.73 1",key:"1ulond"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}]],qH=Y("cog",kn);var Un=[["path",{d:"M13.744 17.736a6 6 0 1 1-7.48-7.48",key:"bq4yh3"}],["path",{d:"M15 6h1v4",key:"11y1tn"}],["path",{d:"m6.134 14.768.866-.5 2 3.464",key:"17snzx"}],["circle",{cx:"16",cy:"8",r:"6",key:"14bfc9"}]],zH=Y("coins",Un);var Sn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]],u7=Y("columns-2",Sn);var Dn=[["path",{d:"M10.5 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5.5",key:"1g2yzs"}],["path",{d:"m14.3 19.6 1-.4",key:"11sv9r"}],["path",{d:"M15 3v7.5",key:"7lm50a"}],["path",{d:"m15.2 16.9-.9-.3",key:"1t7mvx"}],["path",{d:"m16.6 21.7.3-.9",key:"1j67ps"}],["path",{d:"m16.8 15.3-.4-1",key:"1ei7r6"}],["path",{d:"m19.1 15.2.3-.9",key:"18r7jp"}],["path",{d:"m19.6 21.7-.4-1",key:"z2vh2"}],["path",{d:"m20.7 16.8 1-.4",key:"19m87a"}],["path",{d:"m21.7 19.4-.9-.3",key:"1qgwi9"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],H2=Y("columns-3-cog",Dn);var En=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]],p7=Y("columns-3",En);var Rn=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7.5 3v18",key:"w0wo6v"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M16.5 3v18",key:"10tjh1"}]],KH=Y("columns-4",Rn);var Mn=[["path",{d:"M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"1l7d7l"}],["path",{d:"M19 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"9955pe"}],["path",{d:"m7 15 3 3",key:"4hkfgk"}],["path",{d:"m7 21 3-3H5a2 2 0 0 1-2-2v-2",key:"1xljwe"}],["rect",{x:"14",y:"14",width:"7",height:"7",rx:"1",key:"1cdgtw"}],["rect",{x:"3",y:"3",width:"7",height:"7",rx:"1",key:"zi3rio"}]],BH=Y("combine",Mn);var vn=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z",key:"9ktpf1"}]],$H=Y("compass",vn);var xn=[["path",{d:"M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3",key:"11bfej"}]],FH=Y("command",xn);var hn=[["path",{d:"M15.536 11.293a1 1 0 0 0 0 1.414l2.376 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",key:"1uwlt4"}],["path",{d:"M2.297 11.293a1 1 0 0 0 0 1.414l2.377 2.377a1 1 0 0 0 1.414 0l2.377-2.377a1 1 0 0 0 0-1.414L6.088 8.916a1 1 0 0 0-1.414 0z",key:"10291m"}],["path",{d:"M8.916 17.912a1 1 0 0 0 0 1.415l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.415l-2.377-2.376a1 1 0 0 0-1.414 0z",key:"1tqoq1"}],["path",{d:"M8.916 4.674a1 1 0 0 0 0 1.414l2.377 2.376a1 1 0 0 0 1.414 0l2.377-2.376a1 1 0 0 0 0-1.414l-2.377-2.377a1 1 0 0 0-1.414 0z",key:"1x6lto"}]],PH=Y("component",hn);var fn=[["rect",{width:"14",height:"8",x:"5",y:"2",rx:"2",key:"wc9tft"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h2",key:"rwmk9e"}],["path",{d:"M12 18h6",key:"aqd8w3"}]],AH=Y("computer",fn);var In=[["path",{d:"M3 20a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1Z",key:"1pvr1r"}],["path",{d:"M20 16a8 8 0 1 0-16 0",key:"1pa543"}],["path",{d:"M12 4v4",key:"1bq03y"}],["path",{d:"M10 4h4",key:"1xpv9s"}]],OH=Y("concierge-bell",In);var jn=[["path",{d:"m20.9 18.55-8-15.98a1 1 0 0 0-1.8 0l-8 15.98",key:"53pte7"}],["ellipse",{cx:"12",cy:"19",rx:"9",ry:"3",key:"1ji25f"}]],TH=Y("cone",jn);var gn=[["rect",{x:"2",y:"6",width:"20",height:"8",rx:"1",key:"1estib"}],["path",{d:"M17 14v7",key:"7m2elx"}],["path",{d:"M7 14v7",key:"1cm7wv"}],["path",{d:"M17 3v3",key:"1v4jwn"}],["path",{d:"M7 3v3",key:"7o6guu"}],["path",{d:"M10 14 2.3 6.3",key:"1023jk"}],["path",{d:"m14 6 7.7 7.7",key:"1s8pl2"}],["path",{d:"m8 6 8 8",key:"hl96qh"}]],wH=Y("construction",gn);var Nn=[["path",{d:"M16 2v2",key:"scm5qe"}],["path",{d:"M17.915 22a6 6 0 0 0-12 0",key:"suqz9p"}],["path",{d:"M8 2v2",key:"pbkmx"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]],l7=Y("contact-round",Nn);var Ln=[["path",{d:"M16 2v2",key:"scm5qe"}],["path",{d:"M7 22v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",key:"1waht3"}],["path",{d:"M8 2v2",key:"pbkmx"}],["circle",{cx:"12",cy:"11",r:"3",key:"itu57m"}],["rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",key:"12vinp"}]],yH=Y("contact",Ln);var mn=[["path",{d:"M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z",key:"1t2lqe"}],["path",{d:"M10 21.9V14L2.1 9.1",key:"o7czzq"}],["path",{d:"m10 14 11.9-6.9",key:"zm5e20"}],["path",{d:"M14 19.8v-8.1",key:"159ecu"}],["path",{d:"M18 17.5V9.4",key:"11uown"}]],VH=Y("container",mn);var _n=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z",key:"j4l70d"}]],CH=Y("contrast",_n);var un=[["path",{d:"M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5",key:"laymnq"}],["path",{d:"M8.5 8.5v.01",key:"ue8clq"}],["path",{d:"M16 15.5v.01",key:"14dtrp"}],["path",{d:"M12 12v.01",key:"u5ubse"}],["path",{d:"M11 17v.01",key:"1hyl5a"}],["path",{d:"M7 14v.01",key:"uct60s"}]],bH=Y("cookie",un);var pn=[["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M20 12v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8",key:"u0tga0"}],["path",{d:"m4 8 16-4",key:"16g0ng"}],["path",{d:"m8.86 6.78-.45-1.81a2 2 0 0 1 1.45-2.43l1.94-.48a2 2 0 0 1 2.43 1.46l.45 1.8",key:"12cejc"}]],kH=Y("cooking-pot",pn);var ln=[["path",{d:"m12 15 2 2 4-4",key:"2c609p"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],UH=Y("copy-check",ln);var dn=[["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],SH=Y("copy-minus",dn);var sn=[["line",{x1:"15",x2:"15",y1:"12",y2:"18",key:"1p7wdc"}],["line",{x1:"12",x2:"18",y1:"15",y2:"15",key:"1nscbv"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],DH=Y("copy-plus",sn);var rn=[["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],EH=Y("copy-slash",rn);var an=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],z9=Y("copy",an);var cn=[["line",{x1:"12",x2:"18",y1:"12",y2:"18",key:"1rg63v"}],["line",{x1:"12",x2:"18",y1:"18",y2:"12",key:"ebkxgr"}],["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],RH=Y("copy-x",cn);var tn=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66",key:"1sveal"}]],MH=Y("copyleft",tn);var nn=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66",key:"1i56pz"}]],vH=Y("copyright",nn);var on=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}],["path",{d:"m9 10-5 5 5 5",key:"1kshq7"}]],xH=Y("corner-down-left",on);var en=[["path",{d:"m15 10 5 5-5 5",key:"qqa56n"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]],hH=Y("corner-down-right",en);var Ji=[["path",{d:"m14 15-5 5-5-5",key:"1eia93"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12",key:"nbpdq2"}]],fH=Y("corner-left-down",Ji);var Zi=[["path",{d:"m10 15 5 5 5-5",key:"1hpjnr"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12",key:"wcbgct"}]],IH=Y("corner-right-down",Zi);var Yi=[["path",{d:"M14 9 9 4 4 9",key:"1af5af"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4",key:"1blwi3"}]],jH=Y("corner-left-up",Yi);var Qi=[["path",{d:"m10 9 5-5 5 5",key:"9ctzwi"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4",key:"1plgdj"}]],gH=Y("corner-right-up",Qi);var Xi=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4",key:"1nkjon"}],["path",{d:"M9 14 4 9l5-5",key:"102s5s"}]],NH=Y("corner-up-left",Xi);var Gi=[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12",key:"1lu4f8"}]],LH=Y("corner-up-right",Gi);var Wi=[["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M17 20v2",key:"1rnc9c"}],["path",{d:"M17 2v2",key:"11trls"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M2 17h2",key:"7oei6x"}],["path",{d:"M2 7h2",key:"asdhe0"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"M20 17h2",key:"1fpfkl"}],["path",{d:"M20 7h2",key:"1o8tra"}],["path",{d:"M7 20v2",key:"4gnj0m"}],["path",{d:"M7 2v2",key:"1i4yhu"}],["rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",key:"1vbyd7"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]],mH=Y("cpu",Wi);var Hi=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M10 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1ss3eq"}],["path",{d:"M17 9.3a2.8 2.8 0 0 0-3.5 1 3.1 3.1 0 0 0 0 3.4 2.7 2.7 0 0 0 3.5 1",key:"1od56t"}]],_H=Y("creative-commons",Hi);var qi=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],uH=Y("credit-card",qi);var zi=[["path",{d:"M10.2 18H4.774a1.5 1.5 0 0 1-1.352-.97 11 11 0 0 1 .132-6.487",key:"14kkz9"}],["path",{d:"M18 10.2V4.774a1.5 1.5 0 0 0-.97-1.352 11 11 0 0 0-6.486.132",key:"1g7v07"}],["path",{d:"M18 5a4 3 0 0 1 4 3 2 2 0 0 1-2 2 10 10 0 0 0-5.139 1.42",key:"ratg6b"}],["path",{d:"M5 18a3 4 0 0 0 3 4 2 2 0 0 0 2-2 10 10 0 0 1 1.42-5.14",key:"4454f0"}],["path",{d:"M8.709 2.554a10 10 0 0 0-6.155 6.155 1.5 1.5 0 0 0 .676 1.626l9.807 5.42a2 2 0 0 0 2.718-2.718l-5.42-9.807a1.5 1.5 0 0 0-1.626-.676",key:"qmemie"}]],pH=Y("croissant",zi);var Ki=[["path",{d:"M4 9a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a1 1 0 0 1 1 1v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-4a1 1 0 0 1 1-1h4a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-4a1 1 0 0 1-1-1V4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4a1 1 0 0 1-1 1z",key:"1xbrqy"}]],lH=Y("cross",Ki);var Bi=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14",key:"ron5a4"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2",key:"7s9ehn"}]],dH=Y("crop",Bi);var $i=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"22",x2:"18",y1:"12",y2:"12",key:"l9bcsi"}],["line",{x1:"6",x2:"2",y1:"12",y2:"12",key:"13hhkx"}],["line",{x1:"12",x2:"12",y1:"6",y2:"2",key:"10w3f3"}],["line",{x1:"12",x2:"12",y1:"22",y2:"18",key:"15g9kq"}]],sH=Y("crosshair",$i);var Fi=[["path",{d:"M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z",key:"1vdc57"}],["path",{d:"M5 21h14",key:"11awu3"}]],rH=Y("crown",Fi);var Pi=[["path",{d:"M10 22v-8",key:"1f8443"}],["path",{d:"M2.336 8.89 10 14l11.715-7.029",key:"1qnufy"}],["path",{d:"M22 14a2 2 0 0 1-.971 1.715l-10 6a2 2 0 0 1-2.138-.05l-6-4A2 2 0 0 1 2 16v-6a2 2 0 0 1 .971-1.715l10-6a2 2 0 0 1 2.138.05l6 4A2 2 0 0 1 22 8z",key:"670npk"}]],aH=Y("cuboid",Pi);var Ai=[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["line",{x1:"3",x2:"6",y1:"3",y2:"6",key:"1jkytn"}],["line",{x1:"21",x2:"18",y1:"3",y2:"6",key:"14zfjt"}],["line",{x1:"3",x2:"6",y1:"21",y2:"18",key:"iusuec"}],["line",{x1:"21",x2:"18",y1:"21",y2:"18",key:"yj2dd7"}]],cH=Y("currency",Ai);var Oi=[["path",{d:"m6 8 1.75 12.28a2 2 0 0 0 2 1.72h4.54a2 2 0 0 0 2-1.72L18 8",key:"8166m8"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"yjz344"}],["path",{d:"m12 8 1-6h2",key:"3ybfa4"}]],tH=Y("cup-soda",Oi);var Ti=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5",key:"aqi0yr"}]],nH=Y("cylinder",Ti);var wi=[["path",{d:"M11 11.31c1.17.56 1.54 1.69 3.5 1.69 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"157kva"}],["path",{d:"M11.75 18c.35.5 1.45 1 2.75 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"d7q6m6"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M7 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1L10 4a1 1 0 0 0-1-1z",key:"pr6s65"}]],iH=Y("dam",wi);var yi=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 12a9 3 0 0 0 5 2.69",key:"1ui2ym"}],["path",{d:"M21 9.3V5",key:"6k6cib"}],["path",{d:"M3 5v14a9 3 0 0 0 6.47 2.88",key:"i62tjy"}],["path",{d:"M12 12v4h4",key:"1bxaet"}],["path",{d:"M13 20a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L12 16",key:"1f4ei9"}]],oH=Y("database-backup",yi);var Vi=[["path",{d:"M21 11.693V5",key:"175m1t"}],["path",{d:"m22 22-1.875-1.875",key:"13zax7"}],["path",{d:"M3 12a9 3 0 0 0 8.697 2.998",key:"151u9p"}],["path",{d:"M3 5v14a9 3 0 0 0 9.28 2.999",key:"q2rs2p"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}]],eH=Y("database-search",Vi);var Ci=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 15 21.84",key:"14ibmq"}],["path",{d:"M21 5V8",key:"1marbg"}],["path",{d:"M21 12L18 17H22L19 22",key:"zafso"}],["path",{d:"M3 12A9 3 0 0 0 14.59 14.87",key:"1y4wr8"}]],Jq=Y("database-zap",Ci);var bi=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]],Y5=Y("database",bi);var ki=[["path",{d:"m13 21-3-3 3-3",key:"s3o1nf"}],["path",{d:"M20 18H10",key:"14r3mt"}],["path",{d:"M3 11h.01",key:"1eifu7"}],["rect",{x:"6",y:"3",width:"5",height:"8",rx:"2.5",key:"v9paqo"}]],Zq=Y("decimals-arrow-left",ki);var Ui=[["path",{d:"M10 18h10",key:"1y5s8o"}],["path",{d:"m17 21 3-3-3-3",key:"1ammt0"}],["path",{d:"M3 11h.01",key:"1eifu7"}],["rect",{x:"15",y:"3",width:"5",height:"8",rx:"2.5",key:"76md6a"}],["rect",{x:"6",y:"3",width:"5",height:"8",rx:"2.5",key:"v9paqo"}]],Yq=Y("decimals-arrow-right",Ui);var Si=[["path",{d:"M10 5a2 2 0 0 0-1.344.519l-6.328 5.74a1 1 0 0 0 0 1.481l6.328 5.741A2 2 0 0 0 10 19h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2z",key:"1yo7s0"}],["path",{d:"m12 9 6 6",key:"anjzzh"}],["path",{d:"m18 9-6 6",key:"1fp51s"}]],Qq=Y("delete",Si);var Di=[["path",{d:"M10.162 3.167A10 10 0 0 0 2 13a2 2 0 0 0 4 0v-1a2 2 0 0 1 4 0v4a2 2 0 0 0 4 0v-4a2 2 0 0 1 4 0v1a2 2 0 0 0 4-.006 10 10 0 0 0-8.161-9.826",key:"xi88qy"}],["path",{d:"M20.804 14.869a9 9 0 0 1-17.608 0",key:"1r28rg"}],["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}]],Xq=Y("dessert",Di);var Ei=[["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}],["path",{d:"M6.48 3.66a10 10 0 0 1 13.86 13.86",key:"xr8kdq"}],["path",{d:"m6.41 6.41 11.18 11.18",key:"uhpjw7"}],["path",{d:"M3.66 6.48a10 10 0 0 0 13.86 13.86",key:"cldpwv"}]],Gq=Y("diameter",Ei);var Ri=[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]],Wq=Y("diamond-minus",Ri);var Mi=[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0Z",key:"1tpxz2"}],["path",{d:"M9.2 9.2h.01",key:"1b7bvt"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"M14.7 14.8h.01",key:"17nsh4"}]],d7=Y("diamond-percent",Mi);var vi=[["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",key:"1ey20j"}],["path",{d:"M8 12h8",key:"1wcyev"}]],Hq=Y("diamond-plus",vi);var xi=[["path",{d:"M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z",key:"1f1r0c"}]],qq=Y("diamond",xi);var hi=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]],zq=Y("dice-1",hi);var fi=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M9 15h.01",key:"fzyn71"}]],Kq=Y("dice-2",fi);var Ii=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M8 16h.01",key:"18s6g9"}]],Bq=Y("dice-3",Ii);var ji=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}]],$q=Y("dice-4",ji);var gi=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 16h.01",key:"18s6g9"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]],Fq=Y("dice-5",gi);var Ni=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M16 8h.01",key:"cr5u4v"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M8 8h.01",key:"1e4136"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M8 16h.01",key:"18s6g9"}]],Pq=Y("dice-6",Ni);var Li=[["rect",{width:"12",height:"12",x:"2",y:"10",rx:"2",ry:"2",key:"6agr2n"}],["path",{d:"m17.92 14 3.5-3.5a2.24 2.24 0 0 0 0-3l-5-4.92a2.24 2.24 0 0 0-3 0L10 6",key:"1o487t"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 14h.01",key:"ssrbsk"}],["path",{d:"M15 6h.01",key:"cblpky"}],["path",{d:"M18 9h.01",key:"2061c0"}]],Aq=Y("dices",Li);var mi=[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]],Oq=Y("diff",mi);var _i=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]],Tq=Y("disc-2",_i);var ui=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"5",key:"nd82uf"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]],wq=Y("disc-album",ui);var pi=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M6 12c0-1.7.7-3.2 1.8-4.2",key:"oqkarx"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M18 12c0 1.7-.7 3.2-1.8 4.2",key:"1eah9h"}]],yq=Y("disc-3",pi);var li=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],Vq=Y("disc",li);var di=[["circle",{cx:"12",cy:"6",r:"1",key:"1bh7o1"}],["line",{x1:"5",x2:"19",y1:"12",y2:"12",key:"13b5wn"}],["circle",{cx:"12",cy:"18",r:"1",key:"lqb9t5"}]],Cq=Y("divide",di);var si=[["path",{d:"M15 2c-1.35 1.5-2.092 3-2.5 4.5L14 8",key:"1bivrr"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c3.333-3 6.667-3 10-3",key:"nxix30"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M22 9c-1.5 1.35-3 2.092-4.5 2.5l-1-1",key:"18cutr"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.35-1.5 2.092-3 2.5-4.5L10 16",key:"rlvei3"}]],bq=Y("dna-off",si);var ri=[["path",{d:"m10 16 1.5 1.5",key:"11lckj"}],["path",{d:"m14 8-1.5-1.5",key:"1ohn8i"}],["path",{d:"M15 2c-1.798 1.998-2.518 3.995-2.807 5.993",key:"80uv8i"}],["path",{d:"m16.5 10.5 1 1",key:"696xn5"}],["path",{d:"m17 6-2.891-2.891",key:"xu6p2f"}],["path",{d:"M2 15c6.667-6 13.333 0 20-6",key:"1pyr53"}],["path",{d:"m20 9 .891.891",key:"3xwk7g"}],["path",{d:"M3.109 14.109 4 15",key:"q76aoh"}],["path",{d:"m6.5 12.5 1 1",key:"cs35ky"}],["path",{d:"m7 18 2.891 2.891",key:"1sisit"}],["path",{d:"M9 22c1.798-1.998 2.518-3.995 2.807-5.993",key:"q3hbxp"}]],kq=Y("dna",ri);var ai=[["path",{d:"M2 8h20",key:"d11cs7"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 16h12",key:"u522kt"}]],Uq=Y("dock",ai);var ci=[["path",{d:"M11.25 16.25h1.5L12 17z",key:"w7jh35"}],["path",{d:"M16 14v.5",key:"1lajdz"}],["path",{d:"M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444a11.702 11.702 0 0 0-.493-3.309",key:"u7s9ue"}],["path",{d:"M8 14v.5",key:"1nzgdb"}],["path",{d:"M8.5 8.5c-.384 1.05-1.083 2.028-2.344 2.5-1.931.722-3.576-.297-3.656-1-.113-.994 1.177-6.53 4-7 1.923-.321 3.651.845 3.651 2.235A7.497 7.497 0 0 1 14 5.277c0-1.39 1.844-2.598 3.767-2.277 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5",key:"v8hric"}]],Sq=Y("dog",ci);var ti=[["path",{d:"M20.5 10a2.5 2.5 0 0 1-2.4-3H18a2.95 2.95 0 0 1-2.6-4.4 10 10 0 1 0 6.3 7.1c-.3.2-.8.3-1.2.3",key:"19sr3x"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Dq=Y("donut",ti);var ni=[["line",{x1:"12",x2:"12",y1:"2",y2:"22",key:"7eqyqh"}],["path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6",key:"1b0p4s"}]],Eq=Y("dollar-sign",ni);var ii=[["path",{d:"M10 12h.01",key:"1kxr2c"}],["path",{d:"M18 9V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14",key:"1bnhmg"}],["path",{d:"M2 20h8",key:"10ntw1"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2",key:"pwaxnr"}],["rect",{x:"14",y:"17",width:"8",height:"5",rx:"1",key:"15pjcy"}]],Rq=Y("door-closed-locked",ii);var oi=[["path",{d:"M11 20H2",key:"nlcfvz"}],["path",{d:"M11 4.562v16.157a1 1 0 0 0 1.242.97L19 20V5.562a2 2 0 0 0-1.515-1.94l-4-1A2 2 0 0 0 11 4.561z",key:"au4z13"}],["path",{d:"M11 4H8a2 2 0 0 0-2 2v14",key:"74r1mk"}],["path",{d:"M14 12h.01",key:"1jfl7z"}],["path",{d:"M22 20h-3",key:"vhrsz"}]],Mq=Y("door-open",oi);var ei=[["path",{d:"M10 12h.01",key:"1kxr2c"}],["path",{d:"M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14",key:"36qu9e"}],["path",{d:"M2 20h20",key:"owomy5"}]],vq=Y("door-closed",ei);var Jo=[["circle",{cx:"12.1",cy:"12.1",r:"1",key:"18d7e5"}]],xq=Y("dot",Jo);var Zo=[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]],K9=Y("download",Zo);var Yo=[["path",{d:"m12.99 6.74 1.93 3.44",key:"iwagvd"}],["path",{d:"M19.136 12a10 10 0 0 1-14.271 0",key:"ppmlo4"}],["path",{d:"m21 21-2.16-3.84",key:"vylbct"}],["path",{d:"m3 21 8.02-14.26",key:"1ssaw4"}],["circle",{cx:"12",cy:"5",r:"2",key:"f1ur92"}]],hq=Y("drafting-compass",Yo);var Qo=[["path",{d:"M10 11h.01",key:"d2at3l"}],["path",{d:"M14 6h.01",key:"k028ub"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6.5 13.1h.01",key:"1748ia"}],["path",{d:"M22 5c0 9-4 12-6 12s-6-3-6-12c0-2 2-3 6-3s6 1 6 3",key:"172yzv"}],["path",{d:"M17.4 9.9c-.8.8-2 .8-2.8 0",key:"1obv0w"}],["path",{d:"M10.1 7.1C9 7.2 7.7 7.7 6 8.6c-3.5 2-4.7 3.9-3.7 5.6 4.5 7.8 9.5 8.4 11.2 7.4.9-.5 1.9-2.1 1.9-4.7",key:"rqjl8i"}],["path",{d:"M9.1 16.5c.3-1.1 1.4-1.7 2.4-1.4",key:"1mr6wy"}]],fq=Y("drama",Qo);var Xo=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M19.13 5.09C15.22 9.14 10 10.44 2.25 10.94",key:"hpej1"}],["path",{d:"M21.75 12.84c-6.62-1.41-12.14 1-16.38 6.32",key:"1tr44o"}],["path",{d:"M8.56 2.75c4.37 6 6 9.42 8 17.72",key:"kbh691"}]],Iq=Y("dribbble",Xo);var Go=[["path",{d:"M10 18a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3 1 1 0 0 1 1-1z",key:"ioqxb1"}],["path",{d:"M13 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1l-.81 3.242a1 1 0 0 1-.97.758H8",key:"1rs59n"}],["path",{d:"M14 4h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-3",key:"105ega"}],["path",{d:"M18 6h4",key:"66u95g"}],["path",{d:"m5 10-2 8",key:"xt2lic"}],["path",{d:"m7 18 2-8",key:"1bzku2"}]],jq=Y("drill",Go);var Wo=[["path",{d:"M10 10 7 7",key:"zp14k7"}],["path",{d:"m10 14-3 3",key:"1jrpxk"}],["path",{d:"m14 10 3-3",key:"7tigam"}],["path",{d:"m14 14 3 3",key:"vm23p3"}],["path",{d:"M14.205 4.139a4 4 0 1 1 5.439 5.863",key:"1tm5p2"}],["path",{d:"M19.637 14a4 4 0 1 1-5.432 5.868",key:"16egi2"}],["path",{d:"M4.367 10a4 4 0 1 1 5.438-5.862",key:"1wta6a"}],["path",{d:"M9.795 19.862a4 4 0 1 1-5.429-5.873",key:"q39hpv"}],["rect",{x:"10",y:"8",width:"4",height:"8",rx:"1",key:"phrjt1"}]],gq=Y("drone",Wo);var Ho=[["path",{d:"M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586",key:"8suz2t"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208",key:"19dw9m"}]],Nq=Y("droplet-off",Ho);var qo=[["path",{d:"M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z",key:"c7niix"}]],Lq=Y("droplet",qo);var zo=[["path",{d:"M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z",key:"1ptgy4"}],["path",{d:"M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97",key:"1sl1rz"}]],mq=Y("droplets",zo);var Ko=[["path",{d:"m2 2 8 8",key:"1v6059"}],["path",{d:"m22 2-8 8",key:"173r8a"}],["ellipse",{cx:"12",cy:"9",rx:"10",ry:"5",key:"liohsx"}],["path",{d:"M7 13.4v7.9",key:"1yi6u9"}],["path",{d:"M12 14v8",key:"1tn2tj"}],["path",{d:"M17 13.4v7.9",key:"eqz2v3"}],["path",{d:"M2 9v8a10 5 0 0 0 20 0V9",key:"1750ul"}]],_q=Y("drum",Ko);var Bo=[["path",{d:"M15.4 15.63a7.875 6 135 1 1 6.23-6.23 4.5 3.43 135 0 0-6.23 6.23",key:"1dtqwm"}],["path",{d:"m8.29 12.71-2.6 2.6a2.5 2.5 0 1 0-1.65 4.65A2.5 2.5 0 1 0 8.7 18.3l2.59-2.59",key:"1oq1fw"}]],uq=Y("drumstick",Bo);var $o=[["path",{d:"M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z",key:"9m4mmf"}],["path",{d:"m2.5 21.5 1.4-1.4",key:"17g3f0"}],["path",{d:"m20.1 3.9 1.4-1.4",key:"1qn309"}],["path",{d:"M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z",key:"1t2c92"}],["path",{d:"m9.6 14.4 4.8-4.8",key:"6umqxw"}]],pq=Y("dumbbell",$o);var Fo=[["path",{d:"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0",key:"1dfaln"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4",key:"1qnva7"}]],lq=Y("ear",Fo);var Po=[["path",{d:"M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46",key:"1qngmn"}],["path",{d:"M6 8.5c0-.75.13-1.47.36-2.14",key:"b06bma"}],["path",{d:"M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76",key:"g10hsz"}],["path",{d:"M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18",key:"ygzou7"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],dq=Y("ear-off",Po);var Ao=[["path",{d:"M7 3.34V5a3 3 0 0 0 3 3",key:"w732o8"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2 2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"f02343"}],["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M12 2a10 10 0 1 0 9.54 13",key:"zjsr6q"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]],sq=Y("earth-lock",Ao);var Oo=[["path",{d:"M21.54 15H17a2 2 0 0 0-2 2v4.54",key:"1djwo0"}],["path",{d:"M7 3.34V5a3 3 0 0 0 3 3a2 2 0 0 1 2 2c0 1.1.9 2 2 2a2 2 0 0 0 2-2c0-1.1.9-2 2-2h3.17",key:"1tzkfa"}],["path",{d:"M11 21.95V18a2 2 0 0 0-2-2a2 2 0 0 1-2-2v-1a2 2 0 0 0-2-2H2.05",key:"14pb5j"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],s7=Y("earth",Oo);var To=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a7 7 0 1 0 10 10",key:"1yuj32"}]],rq=Y("eclipse",To);var wo=[["circle",{cx:"11.5",cy:"12.5",r:"3.5",key:"1cl1mi"}],["path",{d:"M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z",key:"165ef9"}]],aq=Y("egg-fried",wo);var yo=[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 14.347V14c0-6-4-12-8-12-1.078 0-2.157.436-3.157 1.19",key:"13g2jy"}],["path",{d:"M6.206 6.21C4.871 8.4 4 11.2 4 14a8 8 0 0 0 14.568 4.568",key:"1581id"}]],cq=Y("egg-off",yo);var Vo=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12",key:"1le142"}]],tq=Y("egg",Vo);var Co=[["ellipse",{cx:"12",cy:"12",rx:"10",ry:"6",key:"swdkt4"}]],nq=Y("ellipse",Co);var bo=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}]],r7=Y("ellipsis-vertical",bo);var ko=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]],a7=Y("ellipsis",ko);var Uo=[["path",{d:"M5 15a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0",key:"yrdkhy"}],["path",{d:"M5 9a6.5 6.5 0 0 1 7 0 6.5 6.5 0 0 0 7 0",key:"gzkvyz"}]],iq=Y("equal-approximately",Uo);var So=[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}]],oq=Y("equal-not",So);var Do=[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}]],eq=Y("equal",Do);var Eo=[["path",{d:"m15 20 3-3h2a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h2l3 3z",key:"rbahqx"}],["path",{d:"M6 8v1",key:"1636ez"}],["path",{d:"M10 8v1",key:"1talb4"}],["path",{d:"M14 8v1",key:"1rsfgr"}],["path",{d:"M18 8v1",key:"gnkwox"}]],Jz=Y("ethernet-port",Eo);var Ro=[["path",{d:"M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21",key:"g5wo59"}],["path",{d:"m5.082 11.09 8.828 8.828",key:"1wx5vj"}]],Zz=Y("eraser",Ro);var Mo=[["path",{d:"M4 10h12",key:"1y6xl8"}],["path",{d:"M4 14h9",key:"1loblj"}],["path",{d:"M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2",key:"1j6lzo"}]],Yz=Y("euro",Mo);var vo=[["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5",key:"1wtuz0"}],["path",{d:"M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16",key:"e09ifn"}],["path",{d:"M2 21h13",key:"1x0fut"}],["path",{d:"M3 7h11",key:"19efrr"}],["path",{d:"m9 11-2 3h3l-2 3",key:"lmzxi1"}]],Qz=Y("ev-charger",vo);var xo=[["path",{d:"m15 15 6 6",key:"1s409w"}],["path",{d:"m15 9 6-6",key:"ko1vev"}],["path",{d:"M21 16v5h-5",key:"1ck2sf"}],["path",{d:"M21 8V3h-5",key:"1qoq8a"}],["path",{d:"M3 16v5h5",key:"1t08am"}],["path",{d:"m3 21 6-6",key:"wwnumi"}],["path",{d:"M3 8V3h5",key:"1ln10m"}],["path",{d:"M9 9 3 3",key:"v551iv"}]],Xz=Y("expand",xo);var ho=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],B9=Y("external-link",ho);var fo=[["path",{d:"m15 18-.722-3.25",key:"1j64jw"}],["path",{d:"M2 8a10.645 10.645 0 0 0 20 0",key:"1e7gxb"}],["path",{d:"m20 15-1.726-2.05",key:"1cnuld"}],["path",{d:"m4 15 1.726-2.05",key:"1dsqqd"}],["path",{d:"m9 18 .722-3.25",key:"ypw2yx"}]],Gz=Y("eye-closed",fo);var Io=[["path",{d:"M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",key:"ct8e1f"}],["path",{d:"M14.084 14.158a3 3 0 0 1-4.242-4.242",key:"151rxh"}],["path",{d:"M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",key:"13bj9a"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],Wz=Y("eye-off",Io);var jo=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Q5=Y("eye",jo);var go=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]],Hz=Y("facebook",go);var No=[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M16 16h.01",key:"1f9h7w"}],["path",{d:"M3 19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8.5a.5.5 0 0 0-.769-.422l-4.462 2.844A.5.5 0 0 1 15 10.5v-2a.5.5 0 0 0-.769-.422L9.77 10.922A.5.5 0 0 1 9 10.5V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2z",key:"1iv0i2"}],["path",{d:"M8 16h.01",key:"18s6g9"}]],qz=Y("factory",No);var Lo=[["path",{d:"M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z",key:"484a7f"}],["path",{d:"M12 12v.01",key:"u5ubse"}]],zz=Y("fan",Lo);var mo=[["path",{d:"M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z",key:"b19h5q"}],["path",{d:"M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z",key:"h7h5ge"}]],Kz=Y("fast-forward",mo);var _o=[["path",{d:"M12.67 19a2 2 0 0 0 1.416-.588l6.154-6.172a6 6 0 0 0-8.49-8.49L5.586 9.914A2 2 0 0 0 5 11.328V18a1 1 0 0 0 1 1z",key:"18jl4k"}],["path",{d:"M16 8 2 22",key:"vp34q"}],["path",{d:"M17.5 15H9",key:"1oz8nu"}]],Bz=Y("feather",_o);var uo=[["path",{d:"M4 3 2 5v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"1n2rgs"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M6 18h4",key:"12yh4b"}],["path",{d:"m12 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"3ha7mj"}],["path",{d:"M14 8h4",key:"1r8wg2"}],["path",{d:"M14 18h4",key:"1t3kbu"}],["path",{d:"m20 3-2 2v15c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V5Z",key:"dfd4e2"}]],$z=Y("fence",uo);var po=[["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m6.8 15-3.5 2",key:"hjy98k"}],["path",{d:"m20.7 7-3.5 2",key:"f08gto"}],["path",{d:"M6.8 9 3.3 7",key:"1aevh4"}],["path",{d:"m20.7 17-3.5-2",key:"1liqo3"}],["path",{d:"m9 22 3-8 3 8",key:"wees03"}],["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M18 18.7a9 9 0 1 0-12 0",key:"dhzg4g"}]],Fz=Y("ferris-wheel",po);var lo=[["path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z",key:"1340ok"}],["path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z",key:"1hz3m3"}],["path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z",key:"1oz8n2"}],["path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z",key:"1ff65i"}],["path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z",key:"pdip6e"}]],Pz=Y("figma",lo);var so=[["path",{d:"M13.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v11.5",key:"4pqfef"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 12v-1",key:"1ej8lb"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["path",{d:"M8 7V6",key:"1nbb54"}],["circle",{cx:"8",cy:"20",r:"2",key:"ckkr5m"}]],Az=Y("file-archive",so);var ro=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m8 18 4-4",key:"12zab0"}],["path",{d:"M8 10v8h8",key:"tlaukw"}]],c7=Y("file-axis-3d",ro);var ao=[["path",{d:"M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.3",key:"cvl1xm"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m7.69 16.479 1.29 4.88a.5.5 0 0 1-.698.591l-1.843-.849a1 1 0 0 0-.879.001l-1.846.85a.5.5 0 0 1-.692-.593l1.29-4.88",key:"1ff7gj"}],["circle",{cx:"6",cy:"14",r:"3",key:"a1xfv6"}]],t7=Y("file-badge",ao);var co=[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.8",key:"1kchwa"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8",key:"1yk8tc"}],["path",{d:"M3 13.1a2 2 0 0 0-.999 1.76v3.24a2 2 0 0 0 .969 1.78L6 21.7a2 2 0 0 0 2.03.01L11 19.9a2 2 0 0 0 1-1.76V14.9a2 2 0 0 0-.97-1.78L8 11.3a2 2 0 0 0-2.03-.01z",key:"19flxy"}],["path",{d:"M7 17v5",key:"1yj1jh"}]],Oz=Y("file-box",co);var to=[["path",{d:"M14 22h4a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6",key:"14cnrg"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M5 14a1 1 0 0 0-1 1v2a1 1 0 0 1-1 1 1 1 0 0 1 1 1v2a1 1 0 0 0 1 1",key:"sr0ebq"}],["path",{d:"M9 22a1 1 0 0 0 1-1v-2a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-2a1 1 0 0 0-1-1",key:"w793db"}]],n7=Y("file-braces-corner",to);var no=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["path",{d:"M12 18v-4",key:"q1q25u"}],["path",{d:"M16 18v-6",key:"15y0np"}]],i7=Y("file-chart-column-increasing",no);var io=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1",key:"1oajmo"}],["path",{d:"M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1",key:"mpwhp6"}]],o7=Y("file-braces",io);var oo=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 18v-1",key:"zg0ygc"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"M16 18v-3",key:"j5jt4h"}]],e7=Y("file-chart-column",oo);var eo=[["path",{d:"M15.941 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.512",key:"13hoie"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M4.017 11.512a6 6 0 1 0 8.466 8.475",key:"s6vs5t"}],["path",{d:"M9 16a1 1 0 0 1-1-1v-4c0-.552.45-1.008.995-.917a6 6 0 0 1 4.922 4.922c.091.544-.365.995-.917.995z",key:"1dl6s6"}]],J8=Y("file-chart-pie",eo);var Je=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m16 13-3.5 3.5-2-2L8 17",key:"zz7yod"}]],Z8=Y("file-chart-line",Je);var Ze=[["path",{d:"M10.5 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v6",key:"g5mvt7"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m14 20 2 2 4-4",key:"15kota"}]],Y8=Y("file-check-corner",Ze);var Ye=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]],Tz=Y("file-check",Ye);var Qe=[["path",{d:"M16 22h2a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v2.85",key:"ryk6xj"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 14v2.2l1.6 1",key:"6m4bie"}],["circle",{cx:"8",cy:"16",r:"6",key:"10v15b"}]],wz=Y("file-clock",Qe);var Xe=[["path",{d:"M4 12.15V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3.35",key:"1wthlu"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m5 16-3 3 3 3",key:"331omg"}],["path",{d:"m9 22 3-3-3-3",key:"lsp7cz"}]],Q8=Y("file-code-corner",Xe);var Ge=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 12.5 8 15l2 2.5",key:"1tg20x"}],["path",{d:"m14 12.5 2 2.5-2 2.5",key:"yinavb"}]],yz=Y("file-code",Ge);var We=[["path",{d:"M15 8a1 1 0 0 1-1-1V2a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8z",key:"1ckgky"}],["path",{d:"M20 8v12a2 2 0 0 1-2 2h-4.182",key:"1726p0"}],["path",{d:"m3.305 19.53.923-.382",key:"ao1pio"}],["path",{d:"M4 10.592V4a2 2 0 0 1 2-2h8",key:"1foop0"}],["path",{d:"m4.228 16.852-.924-.383",key:"1fv9zy"}],["path",{d:"m5.852 15.228-.383-.923",key:"1a9hc2"}],["path",{d:"m5.852 20.772-.383.924",key:"1sh9ke"}],["path",{d:"m8.148 15.228.383-.923",key:"4yu6lf"}],["path",{d:"m8.53 21.696-.382-.924",key:"18b0s9"}],["path",{d:"m9.773 16.852.922-.383",key:"ti6xop"}],["path",{d:"m9.773 19.148.922.383",key:"rws47d"}],["circle",{cx:"7",cy:"18",r:"3",key:"lvkj7j"}]],X8=Y("file-cog",We);var He=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M9 17h6",key:"r8uit2"}]],Vz=Y("file-diff",He);var qe=[["path",{d:"M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2",key:"jrl274"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 16h2v6",key:"1bxocy"}],["path",{d:"M10 22h4",key:"ceow96"}],["rect",{x:"2",y:"16",width:"4",height:"6",rx:"2",key:"r45zd0"}]],Cz=Y("file-digit",qe);var ze=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"m9 15 3 3 3-3",key:"1npd3o"}]],bz=Y("file-down",ze);var Ke=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],G8=Y("file-exclamation-point",Ke);var Be=[["path",{d:"M4 6.835V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-.343",key:"1vfytu"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M2 19a2 2 0 0 1 4 0v1a2 2 0 0 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 0 1-4 0v-1a2 2 0 0 1 4 0",key:"1etmh7"}]],q2=Y("file-headphone",Be);var $e=[["path",{d:"M13 22h5a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v7",key:"oagw2b"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M3.62 18.8A2.25 2.25 0 1 1 7 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a1 1 0 0 1-1.507 0z",key:"rg3psg"}]],kz=Y("file-heart",$e);var Fe=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["circle",{cx:"10",cy:"12",r:"2",key:"737tya"}],["path",{d:"m20 17-1.296-1.296a2.41 2.41 0 0 0-3.408 0L9 22",key:"wt3hpn"}]],Uz=Y("file-image",Fe);var Pe=[["path",{d:"M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1",key:"1q9hii"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M2 15h10",key:"jfw4w8"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]],Sz=Y("file-input",Pe);var Ae=[["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M4 12v6",key:"bg1pfk"}],["path",{d:"M4 14h2",key:"1sf9f8"}],["path",{d:"M9.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v4",key:"d56i0q"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]],W8=Y("file-key",Ae);var Oe=[["path",{d:"M4 9.8V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-3",key:"1432pc"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M9 17v-2a2 2 0 0 0-4 0v2",key:"168m41"}],["rect",{width:"8",height:"5",x:"3",y:"17",rx:"1",key:"o8vfew"}]],H8=Y("file-lock",Oe);var Te=[["path",{d:"M20 14V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12",key:"l9p8hp"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M14 18h6",key:"1m8k6r"}]],q8=Y("file-minus-corner",Te);var we=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M9 15h6",key:"cctwl0"}]],Dz=Y("file-minus",we);var ye=[["path",{d:"M11.65 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v10.35",key:"5ad7z2"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 20v-7l3 1.474",key:"1ggyb9"}],["circle",{cx:"6",cy:"20",r:"2",key:"j7wjp0"}]],Ez=Y("file-music",ye);var Ve=[["path",{d:"M14.364 13.634a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506l4.013-4.009a1 1 0 0 0-3.004-3.004z",key:"ukzhwg"}],["path",{d:"M14.487 7.858A1 1 0 0 1 14 7V2",key:"1klhew"}],["path",{d:"M20 19.645V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l2.516 2.516",key:"rxaxab"}],["path",{d:"M8 18h1",key:"13wk12"}]],z8=Y("file-pen-line",Ve);var Ce=[["path",{d:"M12.659 22H18a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v9.34",key:"o6klzx"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10.378 12.622a1 1 0 0 1 3 3.003L8.36 20.637a2 2 0 0 1-.854.506l-2.867.837a.5.5 0 0 1-.62-.62l.836-2.869a2 2 0 0 1 .506-.853z",key:"zhnas1"}]],K8=Y("file-pen",Ce);var be=[["path",{d:"M4.226 20.925A2 2 0 0 0 6 22h12a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v3.127",key:"wfxp4w"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m5 11-3 3",key:"1dgrs4"}],["path",{d:"m5 17-3-3h10",key:"1mvvaf"}]],Rz=Y("file-output",be);var ke=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M15.033 13.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56v-4.704a.645.645 0 0 1 .967-.56z",key:"1tzo1f"}]],B8=Y("file-play",ke);var Ue=[["path",{d:"M11.35 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5.35",key:"17jvcc"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M14 19h6",key:"bvotb8"}],["path",{d:"M17 16v6",key:"18yu1i"}]],$8=Y("file-plus-corner",Ue);var Se=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]],Mz=Y("file-plus",Se);var De=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}]],F8=Y("file-question-mark",De);var Ee=[["path",{d:"M20 10V8a2.4 2.4 0 0 0-.706-1.704l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4.35",key:"1cdjst"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M16 14a2 2 0 0 0-2 2",key:"ceaadl"}],["path",{d:"M16 22a2 2 0 0 1-2-2",key:"1wqh5n"}],["path",{d:"M20 14a2 2 0 0 1 2 2",key:"1ny6zw"}],["path",{d:"M20 22a2 2 0 0 0 2-2",key:"1l9q4k"}]],vz=Y("file-scan",Ee);var Re=[["path",{d:"M11.1 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.589 3.588A2.4 2.4 0 0 1 20 8v3.25",key:"uh4ikj"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m21 22-2.88-2.88",key:"9dd25w"}],["circle",{cx:"16",cy:"17",r:"3",key:"11br10"}]],P8=Y("file-search-corner",Re);var Me=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5",key:"1bq0ko"}],["path",{d:"M13.3 16.3 15 18",key:"2quom7"}]],xz=Y("file-search",Me);var ve=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M11.5 13.5a2.5 2.5 0 0 1 0 3",key:"1fccat"}],["path",{d:"M15 12a5 5 0 0 1 0 6",key:"ps46cm"}]],A8=Y("file-signal",ve);var xe=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M10 11v2",key:"1s651w"}],["path",{d:"M8 17h8",key:"wh5c61"}],["path",{d:"M14 16v2",key:"12fp5e"}]],hz=Y("file-sliders",xe);var he=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M8 13h2",key:"yr2amv"}],["path",{d:"M14 13h2",key:"un5t4a"}],["path",{d:"M8 17h2",key:"2yhykz"}],["path",{d:"M14 17h2",key:"10kma7"}]],fz=Y("file-spreadsheet",he);var fe=[["path",{d:"M11 21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1",key:"likhh7"}],["path",{d:"M16 16a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1",key:"17ky3x"}],["path",{d:"M21 6a2 2 0 0 0-.586-1.414l-2-2A2 2 0 0 0 17 2h-3a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1z",key:"1hyeo0"}]],Iz=Y("file-stack",fe);var Ie=[["path",{d:"M4 11V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"huwfnr"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m10 18 3-3-3-3",key:"18f6ys"}]],jz=Y("file-symlink",Ie);var je=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m8 16 2-2-2-2",key:"10vzyd"}],["path",{d:"M12 18h4",key:"1wd2n7"}]],gz=Y("file-terminal",je);var ge=[["path",{d:"M12 22h6a2 2 0 0 0 2-2V8a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 14 2H6a2 2 0 0 0-2 2v6",key:"15usau"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M3 16v-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5V16",key:"s1gz5"}],["path",{d:"M6 22h2",key:"194x9m"}],["path",{d:"M7 14v8",key:"11ixej"}]],O8=Y("file-type-corner",ge);var Ne=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],z2=Y("file-text",Ne);var Le=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M11 18h2",key:"12mj7e"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M9 13v-.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v.5",key:"qbrxap"}]],Nz=Y("file-type",Le);var me=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M16 22a4 4 0 0 0-8 0",key:"7a83pg"}],["circle",{cx:"12",cy:"15",r:"3",key:"g36mzq"}]],Lz=Y("file-user",me);var _e=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"m15 15-3-3-3 3",key:"15xj92"}]],mz=Y("file-up",_e);var ue=[["path",{d:"M4 12V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2",key:"jrl274"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m10 17.843 3.033-1.755a.64.64 0 0 1 .967.56v4.704a.65.65 0 0 1-.967.56L10 20.157",key:"17aeo9"}],["rect",{width:"7",height:"6",x:"3",y:"16",rx:"1",key:"s27ndx"}]],T8=Y("file-video-camera",ue);var pe=[["path",{d:"M4 11.55V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2h-1.95",key:"44gpjv"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M12 15a5 5 0 0 1 0 6",key:"oxg87a"}],["path",{d:"M8 14.502a.5.5 0 0 0-.826-.381l-1.893 1.631a1 1 0 0 1-.651.243H3.5a.5.5 0 0 0-.5.501v3.006a.5.5 0 0 0 .5.501h1.129a1 1 0 0 1 .652.243l1.893 1.633a.5.5 0 0 0 .826-.38z",key:"8rtoi1"}]],_z=Y("file-volume",pe);var le=[["path",{d:"M11 22H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5",key:"1jo35a"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m15 17 5 5",key:"36xl1x"}],["path",{d:"m20 17-5 5",key:"vdz27y"}]],w8=Y("file-x-corner",le);var de=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"m14.5 12.5-5 5",key:"b62r18"}],["path",{d:"m9.5 12.5 5 5",key:"1rk7el"}]],uz=Y("file-x",de);var se=[["path",{d:"M15 2h-4a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8",key:"14sh0y"}],["path",{d:"M16.706 2.706A2.4 2.4 0 0 0 15 2v5a1 1 0 0 0 1 1h5a2.4 2.4 0 0 0-.706-1.706z",key:"1970lx"}],["path",{d:"M5 7a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h8a2 2 0 0 0 1.732-1",key:"l4dndm"}]],pz=Y("files",se);var re=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}]],K2=Y("file",re);var ae=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M3 7.5h4",key:"zfgn84"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 16.5h4",key:"1230mu"}],["path",{d:"M17 3v18",key:"in4fa5"}],["path",{d:"M17 7.5h4",key:"myr1c1"}],["path",{d:"M17 16.5h4",key:"go4c1d"}]],lz=Y("film",ae);var ce=[["path",{d:"M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4",key:"1nerag"}],["path",{d:"M14 13.12c0 2.38 0 6.38-1 8.88",key:"o46ks0"}],["path",{d:"M17.29 21.02c.12-.6.43-2.3.5-3.02",key:"ptglia"}],["path",{d:"M2 12a10 10 0 0 1 18-6",key:"ydlgp0"}],["path",{d:"M2 16h.01",key:"1gqxmh"}],["path",{d:"M21.8 16c.2-2 .131-5.354 0-6",key:"drycrb"}],["path",{d:"M5 19.5C5.5 18 6 15 6 12a6 6 0 0 1 .34-2",key:"1tidbn"}],["path",{d:"M8.65 22c.21-.66.45-1.32.57-2",key:"13wd9y"}],["path",{d:"M9 6.8a6 6 0 0 1 9 5.2v2",key:"1fr1j5"}]],y8=Y("fingerprint-pattern",ce);var te=[["path",{d:"M15 6.5V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3.5",key:"sqyvz"}],["path",{d:"M9 18h8",key:"i7pszb"}],["path",{d:"M18 3h-3",key:"7idoqj"}],["path",{d:"M11 3a6 6 0 0 0-6 6v11",key:"1v5je3"}],["path",{d:"M5 13h4",key:"svpcxo"}],["path",{d:"M17 10a4 4 0 0 0-8 0v10a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2Z",key:"vsjego"}]],dz=Y("fire-extinguisher",te);var ne=[["path",{d:"M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0 1 15 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058",key:"1j1hse"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0 1 16 6.07m0 11.86a9.77 9.77 0 0 1-1.728-3.618",key:"1q46z8"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20",key:"1407gh"}]],sz=Y("fish-off",ne);var ie=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8",key:"h4oh4o"}]],rz=Y("fish-symbol",ie);var oe=[["path",{d:"m17.586 11.414-5.93 5.93a1 1 0 0 1-8-8l3.137-3.137a.707.707 0 0 1 1.207.5V10",key:"157y8s"}],["path",{d:"M20.414 8.586 22 7",key:"5g2s34"}],["circle",{cx:"19",cy:"10",r:"2",key:"7363ft"}]],az=Y("fishing-hook",oe);var ee=[["path",{d:"M6.5 12c.94-3.46 4.94-6 8.5-6 3.56 0 6.06 2.54 7 6-.94 3.47-3.44 6-7 6s-7.56-2.53-8.5-6Z",key:"15baut"}],["path",{d:"M18 12v.5",key:"18hhni"}],["path",{d:"M16 17.93a9.77 9.77 0 0 1 0-11.86",key:"16dt7o"}],["path",{d:"M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33",key:"l9di03"}],["path",{d:"M10.46 7.26C10.2 5.88 9.17 4.24 8 3h5.8a2 2 0 0 1 1.98 1.67l.23 1.4",key:"1kjonw"}],["path",{d:"m16.01 17.93-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98",key:"1zlm23"}]],cz=Y("fish",ee);var J11=[["path",{d:"M4 11h1",key:"13eipc"}],["path",{d:"M8 15a2 2 0 0 1-4 0V3a1 1 0 0 1 1-1h.5C14 2 20 9 20 18v4",key:"1hs3im"}],["circle",{cx:"18",cy:"18",r:"2",key:"1emm8v"}]],tz=Y("fishing-rod",J11);var Z11=[["path",{d:"M16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528",key:"1q158e"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M4 22V4",key:"1plyxx"}],["path",{d:"M7.656 2H8c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10.347",key:"xj1b71"}]],nz=Y("flag-off",Z11);var Y11=[["path",{d:"M18 22V2.8a.8.8 0 0 0-1.17-.71L5.45 7.78a.8.8 0 0 0 0 1.44L18 15.5",key:"rbbtmw"}]],iz=Y("flag-triangle-left",Y11);var Q11=[["path",{d:"M6 22V2.8a.8.8 0 0 1 1.17-.71l11.38 5.69a.8.8 0 0 1 0 1.44L6 15.5",key:"kfjsu0"}]],oz=Y("flag-triangle-right",Q11);var X11=[["path",{d:"M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528",key:"1jaruq"}]],ez=Y("flag",X11);var G11=[["path",{d:"M12 3q1 4 4 6.5t3 5.5a1 1 0 0 1-14 0 5 5 0 0 1 1-3 1 1 0 0 0 5 0c0-2-1.5-3-1.5-5q0-2 2.5-4",key:"1slcih"}]],JK=Y("flame",G11);var W11=[["path",{d:"M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z",key:"1ir223"}],["path",{d:"m5 22 14-4",key:"1brv4h"}],["path",{d:"m5 18 14 4",key:"lgyyje"}]],ZK=Y("flame-kindling",W11);var H11=[["path",{d:"M11.652 6H18",key:"voqkpr"}],["path",{d:"M12 13v1",key:"176q98"}],["path",{d:"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V6",key:"dzyf92"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7.649 2H17a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8a4 4 0 0 0-.55 1.007",key:"1hvcfn"}]],YK=Y("flashlight-off",H11);var q11=[["path",{d:"M12 13v1",key:"176q98"}],["path",{d:"M17 2a1 1 0 0 1 1 1v4a3 3 0 0 1-.6 1.8l-.6.8A4 4 0 0 0 16 12v8a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-8a4 4 0 0 0-.8-2.4l-.6-.8A3 3 0 0 1 6 7V3a1 1 0 0 1 1-1z",key:"17vh7j"}],["path",{d:"M6 6h12",key:"n6hhss"}]],QK=Y("flashlight",q11);var z11=[["path",{d:"M10 2v2.343",key:"15t272"}],["path",{d:"M14 2v6.343",key:"sxr80q"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20a2 2 0 0 1-2 2H6a2 2 0 0 1-1.755-2.96l5.227-9.563",key:"k0duyd"}],["path",{d:"M6.453 15H15",key:"1f0z33"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]],XK=Y("flask-conical-off",z11);var K11=[["path",{d:"M14 2v6a2 2 0 0 0 .245.96l5.51 10.08A2 2 0 0 1 18 22H6a2 2 0 0 1-1.755-2.96l5.51-10.08A2 2 0 0 0 10 8V2",key:"18mbvz"}],["path",{d:"M6.453 15h11.094",key:"3shlmq"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]],GK=Y("flask-conical",K11);var B11=[["path",{d:"M10 2v6.292a7 7 0 1 0 4 0V2",key:"1s42pc"}],["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M8.5 2h7",key:"csnxdl"}]],WK=Y("flask-round",B11);var $11=[["path",{d:"m3 7 5 5-5 5V7",key:"couhi7"}],["path",{d:"m21 7-5 5 5 5V7",key:"6ouia7"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]],HK=Y("flip-horizontal-2",$11);var F11=[["path",{d:"m17 3-5 5-5-5h10",key:"1ftt6x"}],["path",{d:"m17 21-5-5-5 5h10",key:"1m0wmu"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]],qK=Y("flip-vertical-2",F11);var P11=[["path",{d:"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1",key:"3pnvol"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M12 10v12",key:"6ubwww"}],["path",{d:"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z",key:"9hd38g"}],["path",{d:"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z",key:"ufn41s"}]],zK=Y("flower-2",P11);var A11=[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 16.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 1 1 12 7.5a4.5 4.5 0 1 1 4.5 4.5 4.5 4.5 0 1 1-4.5 4.5",key:"14wa3c"}],["path",{d:"M12 7.5V9",key:"1oy5b0"}],["path",{d:"M7.5 12H9",key:"eltsq1"}],["path",{d:"M16.5 12H15",key:"vk5kw4"}],["path",{d:"M12 16.5V15",key:"k7eayi"}],["path",{d:"m8 8 1.88 1.88",key:"nxy4qf"}],["path",{d:"M14.12 9.88 16 8",key:"1lst6k"}],["path",{d:"m8 16 1.88-1.88",key:"h2eex1"}],["path",{d:"M14.12 14.12 16 16",key:"uqkrx3"}]],KK=Y("flower",A11);var O11=[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]],BK=Y("focus",O11);var T11=[["path",{d:"M2 12h6",key:"1wqiqv"}],["path",{d:"M22 12h-6",key:"1eg9hc"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 9-3 3 3 3",key:"12ol22"}],["path",{d:"m5 15 3-3-3-3",key:"1kdhjc"}]],$K=Y("fold-horizontal",T11);var w11=[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3-3-3 3",key:"e37ymu"}],["path",{d:"m15 5-3 3-3-3",key:"19d6lf"}]],FK=Y("fold-vertical",w11);var y11=[["circle",{cx:"15",cy:"19",r:"2",key:"u2pros"}],["path",{d:"M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1",key:"1jj40k"}],["path",{d:"M15 11v-1",key:"cntcp"}],["path",{d:"M15 17v-2",key:"1279jj"}]],PK=Y("folder-archive",y11);var V11=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9 13 2 2 4-4",key:"6343dt"}]],AK=Y("folder-check",V11);var C11=[["path",{d:"M16 14v2.2l1.6 1",key:"fo4ql5"}],["path",{d:"M7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2",key:"1urifu"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}]],OK=Y("folder-clock",C11);var b11=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M2 10h20",key:"1ir3d8"}]],TK=Y("folder-closed",b11);var k11=[["path",{d:"M10 10.5 8 13l2 2.5",key:"m4t9c1"}],["path",{d:"m14 10.5 2 2.5-2 2.5",key:"14w2eb"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z",key:"1u1bxd"}]],wK=Y("folder-code",k11);var U11=[["path",{d:"M10.3 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.98a2 2 0 0 1 1.69.9l.66 1.2A2 2 0 0 0 12 6h8a2 2 0 0 1 2 2v3.3",key:"128dxu"}],["path",{d:"m14.305 19.53.923-.382",key:"3m78fa"}],["path",{d:"m15.228 16.852-.923-.383",key:"npixar"}],["path",{d:"m16.852 15.228-.383-.923",key:"5xggr7"}],["path",{d:"m16.852 20.772-.383.924",key:"dpfhf9"}],["path",{d:"m19.148 15.228.383-.923",key:"1reyyz"}],["path",{d:"m19.53 21.696-.382-.924",key:"1goivc"}],["path",{d:"m20.772 16.852.924-.383",key:"htqkph"}],["path",{d:"m20.772 19.148.924.383",key:"9w9pjp"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],V8=Y("folder-cog",U11);var S11=[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"1",key:"49l61u"}]],yK=Y("folder-dot",S11);var D11=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m15 13-3 3-3-3",key:"6j2sf0"}]],VK=Y("folder-down",D11);var E11=[["path",{d:"M18 19a5 5 0 0 1-5-5v8",key:"sz5oeg"}],["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5",key:"1w6njk"}],["circle",{cx:"13",cy:"12",r:"2",key:"1j92g6"}],["circle",{cx:"20",cy:"19",r:"2",key:"1obnsp"}]],CK=Y("folder-git-2",E11);var R11=[["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M14 13h3",key:"1dgedf"}],["path",{d:"M7 13h3",key:"1pygq7"}]],bK=Y("folder-git",R11);var M11=[["path",{d:"M10.638 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v3.417",key:"10r6g4"}],["path",{d:"M14.62 18.8A2.25 2.25 0 1 1 18 15.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z",key:"15cy7q"}]],kK=Y("folder-heart",M11);var v11=[["path",{d:"M2 9V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-1",key:"fm4g5t"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m9 16 3-3-3-3",key:"6m91ic"}]],UK=Y("folder-input",v11);var x11=[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["path",{d:"M8 10v4",key:"tgpxqk"}],["path",{d:"M12 10v2",key:"hh53o1"}],["path",{d:"M16 10v6",key:"1d6xys"}]],SK=Y("folder-kanban",x11);var h11=[["path",{d:"M13 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v1.36",key:"1shsnm"}],["path",{d:"M19 12v6",key:"kflna4"}],["path",{d:"M19 14h2",key:"wp2qbk"}],["circle",{cx:"19",cy:"20",r:"2",key:"1jfyz6"}]],DK=Y("folder-key",h11);var f11=[["rect",{width:"8",height:"5",x:"14",y:"17",rx:"1",key:"19aais"}],["path",{d:"M10 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v2.5",key:"1w6v7t"}],["path",{d:"M20 17v-2a2 2 0 1 0-4 0v2",key:"pwaxnr"}]],EK=Y("folder-lock",f11);var I11=[["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],RK=Y("folder-minus",I11);var j11=[["path",{d:"m6 14 1.45-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.55 6a2 2 0 0 1-1.94 1.5H4a2 2 0 0 1-2-2V5c0-1.1.9-2 2-2h3.93a2 2 0 0 1 1.66.9l.82 1.2a2 2 0 0 0 1.66.9H18a2 2 0 0 1 2 2v2",key:"1nmvlm"}],["circle",{cx:"14",cy:"15",r:"1",key:"1gm4qj"}]],MK=Y("folder-open-dot",j11);var g11=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]],vK=Y("folder-open",g11);var N11=[["path",{d:"M2 7.5V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-1.5",key:"1yk7aj"}],["path",{d:"M2 13h10",key:"pgb2dq"}],["path",{d:"m5 10-3 3 3 3",key:"1r8ie0"}]],xK=Y("folder-output",N11);var L11=[["path",{d:"M2 11.5V5a2 2 0 0 1 2-2h3.9c.7 0 1.3.3 1.7.9l.8 1.2c.4.6 1 .9 1.7.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-9.5",key:"a8xqs0"}],["path",{d:"M11.378 13.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1saktj"}]],C8=Y("folder-pen",L11);var m11=[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],B2=Y("folder-plus",m11);var _11=[["path",{d:"M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z",key:"1fr9dc"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}],["path",{d:"M12 15v5",key:"11xva1"}]],hK=Y("folder-root",_11);var u11=[["path",{d:"M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1",key:"1bw5m7"}],["path",{d:"m21 21-1.9-1.9",key:"1g2n9r"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}]],fK=Y("folder-search",u11);var p11=[["path",{d:"M2 9.35V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"y8kt7d"}],["path",{d:"m8 16 3-3-3-3",key:"rlqrt1"}]],IK=Y("folder-symlink",p11);var l11=[["circle",{cx:"11.5",cy:"12.5",r:"2.5",key:"1ea5ju"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M13.3 14.3 15 16",key:"1y4v1n"}]],jK=Y("folder-search-2",l11);var d11=[["path",{d:"M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v.5",key:"1dkoa9"}],["path",{d:"M12 10v4h4",key:"1czhmt"}],["path",{d:"m12 14 1.535-1.605a5 5 0 0 1 8 1.5",key:"lvuxfi"}],["path",{d:"M22 22v-4h-4",key:"1ewp4q"}],["path",{d:"m22 18-1.535 1.605a5 5 0 0 1-8-1.5",key:"14ync0"}]],gK=Y("folder-sync",d11);var s11=[["path",{d:"M20 10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2.5a1 1 0 0 1-.8-.4l-.9-1.2A1 1 0 0 0 15 3h-2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"hod4my"}],["path",{d:"M20 21a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-2.9a1 1 0 0 1-.88-.55l-.42-.85a1 1 0 0 0-.92-.6H13a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1Z",key:"w4yl2u"}],["path",{d:"M3 5a2 2 0 0 0 2 2h3",key:"f2jnh7"}],["path",{d:"M3 3v13a2 2 0 0 0 2 2h3",key:"k8epm1"}]],NK=Y("folder-tree",s11);var r11=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m9 13 3-3 3 3",key:"1pxg3c"}]],LK=Y("folder-up",r11);var a11=[["path",{d:"M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z",key:"a4852j"}],["path",{d:"M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1",key:"yxbcw3"}]],mK=Y("folders",a11);var c11=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"m9.5 10.5 5 5",key:"ra9qjz"}],["path",{d:"m14.5 10.5-5 5",key:"l2rkpq"}]],_K=Y("folder-x",c11);var t11=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],uK=Y("folder",t11);var n11=[["path",{d:"M4 16v-2.38C4 11.5 2.97 10.5 3 8c.03-2.72 1.49-6 4.5-6C9.37 2 10 3.8 10 5.5c0 3.11-2 5.66-2 8.68V16a2 2 0 1 1-4 0Z",key:"1dudjm"}],["path",{d:"M20 20v-2.38c0-2.12 1.03-3.12 1-5.62-.03-2.72-1.49-6-4.5-6C14.63 6 14 7.8 14 9.5c0 3.11 2 5.66 2 8.68V20a2 2 0 1 0 4 0Z",key:"l2t8xc"}],["path",{d:"M16 17h4",key:"1dejxt"}],["path",{d:"M4 13h4",key:"1bwh8b"}]],pK=Y("footprints",n11);var i11=[["path",{d:"M4 14h6",key:"77gv2w"}],["path",{d:"M4 2h10",key:"a2b314"}],["rect",{x:"4",y:"18",width:"16",height:"4",rx:"1",key:"sybzq6"}],["rect",{x:"4",y:"6",width:"16",height:"4",rx:"1",key:"1osc9e"}]],lK=Y("form",i11);var o11=[["path",{d:"M12 12H5a2 2 0 0 0-2 2v5",key:"7zsz91"}],["path",{d:"M15 19h7",key:"1askl3"}],["path",{d:"M16 19V2",key:"1gf9nk"}],["path",{d:"M6 12V7a2 2 0 0 1 2-2h2.172a2 2 0 0 1 1.414.586l3.828 3.828A2 2 0 0 1 16 10.828",key:"enx9tf"}],["path",{d:"M7 19h4",key:"fumhkk"}],["circle",{cx:"13",cy:"19",r:"2",key:"wjnkru"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}]],dK=Y("forklift",o11);var e11=[["path",{d:"m15 17 5-5-5-5",key:"nf172w"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12",key:"jmiej9"}]],sK=Y("forward",e11);var J01=[["line",{x1:"22",x2:"2",y1:"6",y2:"6",key:"15w7dq"}],["line",{x1:"22",x2:"2",y1:"18",y2:"18",key:"1ip48p"}],["line",{x1:"6",x2:"6",y1:"2",y2:"22",key:"a2lnyx"}],["line",{x1:"18",x2:"18",y1:"2",y2:"22",key:"8vb6jd"}]],rK=Y("frame",J01);var Z01=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",key:"1a2nng"}]],aK=Y("framer",Z01);var Y01=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 16s-1.5-2-4-2-4 2-4 2",key:"epbg0q"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]],cK=Y("frown",Y01);var Q01=[["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5",key:"1wtuz0"}],["path",{d:"M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16",key:"e09ifn"}],["path",{d:"M2 21h13",key:"1x0fut"}],["path",{d:"M3 9h11",key:"1p7c0w"}]],tK=Y("fuel",Q01);var X01=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{width:"10",height:"8",x:"7",y:"8",rx:"1",key:"vys8me"}]],nK=Y("fullscreen",X01);var G01=[["path",{d:"M13.354 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l1.218-1.348",key:"8mvsmf"}],["path",{d:"M16 6h6",key:"1dogtp"}],["path",{d:"M19 3v6",key:"1ytpjt"}]],iK=Y("funnel-plus",G01);var W01=[["path",{d:"M12.531 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14v6a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341l.427-.473",key:"ol2ft2"}],["path",{d:"m16.5 3.5 5 5",key:"15e6fa"}],["path",{d:"m21.5 3.5-5 5",key:"m0lwru"}]],b8=Y("funnel-x",W01);var H01=[["path",{d:"M2 7v10",key:"a2pl2d"}],["path",{d:"M6 5v14",key:"1kq3d7"}],["rect",{width:"12",height:"18",x:"10",y:"3",rx:"2",key:"13i7bc"}]],oK=Y("gallery-horizontal-end",H01);var q01=[["path",{d:"M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",key:"sc7q7i"}]],k8=Y("funnel",q01);var z01=[["path",{d:"M2 3v18",key:"pzttux"}],["rect",{width:"12",height:"18",x:"6",y:"3",rx:"2",key:"btr8bg"}],["path",{d:"M22 3v18",key:"6jf3v"}]],eK=Y("gallery-horizontal",z01);var K01=[["rect",{width:"18",height:"14",x:"3",y:"3",rx:"2",key:"74y24f"}],["path",{d:"M4 21h1",key:"16zlid"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M19 21h1",key:"edywat"}]],JB=Y("gallery-thumbnails",K01);var B01=[["path",{d:"M7 2h10",key:"nczekb"}],["path",{d:"M5 6h14",key:"u2x4p"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}]],ZB=Y("gallery-vertical-end",B01);var $01=[["path",{d:"M3 2h18",key:"15qxfx"}],["rect",{width:"18",height:"12",x:"3",y:"6",rx:"2",key:"1439r6"}],["path",{d:"M3 22h18",key:"8prr45"}]],YB=Y("gallery-vertical",$01);var F01=[["line",{x1:"6",x2:"10",y1:"11",y2:"11",key:"1gktln"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13",key:"qnk9ow"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12",key:"krot7o"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10",key:"1lcuu1"}],["path",{d:"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",key:"mfqc10"}]],QB=Y("gamepad-2",F01);var P01=[["path",{d:"M11.146 15.854a1.207 1.207 0 0 1 1.708 0l1.56 1.56A2 2 0 0 1 15 18.828V21a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2.172a2 2 0 0 1 .586-1.414z",key:"1re2og"}],["path",{d:"M18.828 15a2 2 0 0 1-1.414-.586l-1.56-1.56a1.207 1.207 0 0 1 0-1.708l1.56-1.56A2 2 0 0 1 18.828 9H21a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1z",key:"1pchrj"}],["path",{d:"M6.586 14.414A2 2 0 0 1 5.172 15H3a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h2.172a2 2 0 0 1 1.414.586l1.56 1.56a1.207 1.207 0 0 1 0 1.708z",key:"16mt4c"}],["path",{d:"M9 3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2.172a2 2 0 0 1-.586 1.414l-1.56 1.56a1.207 1.207 0 0 1-1.708 0l-1.56-1.56A2 2 0 0 1 9 5.172z",key:"19ox6c"}]],XB=Y("gamepad-directional",P01);var A01=[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]],GB=Y("gauge",A01);var O01=[["line",{x1:"6",x2:"10",y1:"12",y2:"12",key:"161bw2"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13",key:"dqpgro"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11",key:"meh2c"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]],WB=Y("gamepad",O01);var T01=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381",key:"pgg06f"}],["path",{d:"m16 16 6-6",key:"vzrcl6"}],["path",{d:"m21.5 10.5-8-8",key:"a17d9x"}],["path",{d:"m8 8 6-6",key:"18bi4p"}],["path",{d:"m8.5 7.5 8 8",key:"1oyaui"}]],HB=Y("gavel",T01);var w01=[["path",{d:"M10.5 3 8 9l4 13 4-13-2.5-6",key:"b3dvk1"}],["path",{d:"M17 3a2 2 0 0 1 1.6.8l3 4a2 2 0 0 1 .013 2.382l-7.99 10.986a2 2 0 0 1-3.247 0l-7.99-10.986A2 2 0 0 1 2.4 7.8l2.998-3.997A2 2 0 0 1 7 3z",key:"7w4byz"}],["path",{d:"M2 9h20",key:"16fsjt"}]],qB=Y("gem",w01);var y01=[["path",{d:"M11.5 21a7.5 7.5 0 1 1 7.35-9",key:"1gyj8k"}],["path",{d:"M13 12V3",key:"18om2a"}],["path",{d:"M4 21h16",key:"1h09gz"}],["path",{d:"M9 12V3",key:"geutu0"}]],zB=Y("georgian-lari",y01);var V01=[["path",{d:"M9 10h.01",key:"qbtxuw"}],["path",{d:"M15 10h.01",key:"1qmjsl"}],["path",{d:"M12 2a8 8 0 0 0-8 8v12l3-3 2.5 2.5L12 19l2.5 2.5L17 19l3 3V10a8 8 0 0 0-8-8z",key:"uwwb07"}]],KB=Y("ghost",V01);var C01=[["path",{d:"M12 7v14",key:"1akyts"}],["path",{d:"M20 11v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8",key:"1sqzm4"}],["path",{d:"M7.5 7a1 1 0 0 1 0-5A4.8 8 0 0 1 12 7a4.8 8 0 0 1 4.5-5 1 1 0 0 1 0 5",key:"kc0143"}],["rect",{x:"3",y:"7",width:"18",height:"4",rx:"1",key:"1hberx"}]],BB=Y("gift",C01);var b01=[["path",{d:"M15 6a9 9 0 0 0-9 9V3",key:"1cii5b"}],["path",{d:"M21 18h-6",key:"139f0c"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}]],$B=Y("git-branch-minus",b01);var k01=[["path",{d:"M6 3v12",key:"qpgusn"}],["path",{d:"M18 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"1d02ji"}],["path",{d:"M6 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6z",key:"chk6ph"}],["path",{d:"M15 6a9 9 0 0 0-9 9",key:"or332x"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]],FB=Y("git-branch-plus",k01);var U01=[["path",{d:"M15 6a9 9 0 0 0-9 9V3",key:"1cii5b"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}]],PB=Y("git-branch",U01);var S01=[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["line",{x1:"3",x2:"9",y1:"12",y2:"12",key:"1dyftd"}],["line",{x1:"15",x2:"21",y1:"12",y2:"12",key:"oup4p8"}]],U8=Y("git-commit-horizontal",S01);var D01=[["path",{d:"M12 3v6",key:"1holv5"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 15v6",key:"a9ows0"}]],AB=Y("git-commit-vertical",D01);var E01=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["path",{d:"M11 18H8a2 2 0 0 1-2-2V9",key:"19pyzm"}]],OB=Y("git-compare",E01);var R01=[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"M12 18H7a2 2 0 0 1-2-2V9",key:"16sdep"}],["path",{d:"m9 15 3 3-3 3",key:"1m3kbl"}]],TB=Y("git-compare-arrows",R01);var M01=[["circle",{cx:"12",cy:"18",r:"3",key:"1mpf1b"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9",key:"1uq4wg"}],["path",{d:"M12 12v3",key:"158kv8"}]],wB=Y("git-fork",M01);var v01=[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v6",key:"158jrl"}],["circle",{cx:"5",cy:"18",r:"3",key:"104gr9"}],["path",{d:"M12 3v18",key:"108xh3"}],["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M16 15.7A9 9 0 0 0 19 9",key:"1e3vqb"}]],yB=Y("git-graph",v01);var x01=[["path",{d:"M12 6h4a2 2 0 0 1 2 2v7",key:"18ej7s"}],["path",{d:"M6 12v9",key:"9e33v1"}],["path",{d:"M9 3 3 9",key:"ahyygn"}],["path",{d:"M9 9 3 3",key:"v551iv"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],VB=Y("git-merge-conflict",x01);var h01=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]],CB=Y("git-merge",h01);var f01=[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["circle",{cx:"19",cy:"18",r:"3",key:"1qljk2"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v7",key:"1yj91y"}]],bB=Y("git-pull-request-arrow",f01);var I01=[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"m21 3-6 6",key:"16nqsk"}],["path",{d:"m21 9-6-6",key:"9j17rh"}],["path",{d:"M18 11.5V15",key:"65xf6f"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],kB=Y("git-pull-request-closed",I01);var j01=[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 9v12",key:"1sc30k"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v3",key:"1jb6z3"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}]],UB=Y("git-pull-request-create",j01);var g01=[["circle",{cx:"5",cy:"6",r:"3",key:"1qnov2"}],["path",{d:"M5 9v12",key:"ih889a"}],["path",{d:"m15 9-3-3 3-3",key:"1lwv8l"}],["path",{d:"M12 6h5a2 2 0 0 1 2 2v3",key:"1rbwk6"}],["path",{d:"M19 15v6",key:"10aioa"}],["path",{d:"M22 18h-6",key:"1d5gi5"}]],SB=Y("git-pull-request-create-arrow",g01);var N01=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M18 6V5",key:"1oao2s"}],["path",{d:"M18 11v-1",key:"11c8tz"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]],DB=Y("git-pull-request-draft",N01);var L01=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M13 6h3a2 2 0 0 1 2 2v7",key:"1yeb86"}],["line",{x1:"6",x2:"6",y1:"9",y2:"21",key:"rroup"}]],EB=Y("git-pull-request",L01);var m01=[["path",{d:"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4",key:"tonef"}],["path",{d:"M9 18c-4.51 2-5-2-7-2",key:"9comsn"}]],RB=Y("github",m01);var _01=[["path",{d:"m22 13.29-3.33-10a.42.42 0 0 0-.14-.18.38.38 0 0 0-.22-.11.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18l-2.26 6.67H8.32L6.1 3.26a.42.42 0 0 0-.1-.18.38.38 0 0 0-.26-.08.39.39 0 0 0-.23.07.42.42 0 0 0-.14.18L2 13.29a.74.74 0 0 0 .27.83L12 21l9.69-6.88a.71.71 0 0 0 .31-.83Z",key:"148pdi"}]],MB=Y("gitlab",_01);var u01=[["path",{d:"M5.116 4.104A1 1 0 0 1 6.11 3h11.78a1 1 0 0 1 .994 1.105L17.19 20.21A2 2 0 0 1 15.2 22H8.8a2 2 0 0 1-2-1.79z",key:"p55z4y"}],["path",{d:"M6 12a5 5 0 0 1 6 0 5 5 0 0 0 6 0",key:"mjntcy"}]],vB=Y("glass-water",u01);var p01=[["circle",{cx:"6",cy:"15",r:"4",key:"vux9w4"}],["circle",{cx:"18",cy:"15",r:"4",key:"18o8ve"}],["path",{d:"M14 15a2 2 0 0 0-2-2 2 2 0 0 0-2 2",key:"1ag4bs"}],["path",{d:"M2.5 13 5 7c.7-1.3 1.4-2 3-2",key:"1hm1gs"}],["path",{d:"M21.5 13 19 7c-.7-1.3-1.5-2-3-2",key:"1r31ai"}]],xB=Y("glasses",p01);var l01=[["path",{d:"M15.686 15A14.5 14.5 0 0 1 12 22a14.5 14.5 0 0 1 0-20 10 10 0 1 0 9.542 13",key:"qkt0x6"}],["path",{d:"M2 12h8.5",key:"ovaggd"}],["path",{d:"M20 6V4a2 2 0 1 0-4 0v2",key:"1of5e8"}],["rect",{width:"8",height:"5",x:"14",y:"6",rx:"1",key:"1fmf51"}]],hB=Y("globe-lock",l01);var d01=[["path",{d:"M10.114 4.462A14.5 14.5 0 0 1 12 2a10 10 0 0 1 9.313 13.643",key:"1jq2r7"}],["path",{d:"M15.557 15.556A14.5 14.5 0 0 1 12 22 10 10 0 0 1 4.929 4.929",key:"1ohfya"}],["path",{d:"M15.892 10.234A14.5 14.5 0 0 0 12 2a10 10 0 0 0-3.643.687",key:"1fyh9w"}],["path",{d:"M17.656 12H22",key:"1ttse4"}],["path",{d:"M19.071 19.071A10 10 0 0 1 12 22 14.5 14.5 0 0 1 8.44 8.45",key:"rmtjzo"}],["path",{d:"M2 12h10",key:"19562f"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],fB=Y("globe-off",d01);var s01=[["path",{d:"m16 3 5 5",key:"1husv6"}],["path",{d:"M2 12h20A10 10 0 1 1 12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 4-10",key:"46evmv"}],["path",{d:"m21 3-5 5",key:"1g5oa7"}]],IB=Y("globe-x",s01);var r01=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],I2=Y("globe",r01);var a01=[["path",{d:"M2 21V3",key:"1bzk4w"}],["path",{d:"M2 5h18a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2.26",key:"1d64pi"}],["path",{d:"M7 17v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3",key:"5hbqbf"}],["circle",{cx:"16",cy:"11",r:"2",key:"qt15rb"}],["circle",{cx:"8",cy:"11",r:"2",key:"ssideg"}]],jB=Y("gpu",a01);var c01=[["path",{d:"M12 13V2l8 4-8 4",key:"5wlwwj"}],["path",{d:"M20.561 10.222a9 9 0 1 1-12.55-5.29",key:"1c0wjv"}],["path",{d:"M8.002 9.997a5 5 0 1 0 8.9 2.02",key:"gb1g7m"}]],gB=Y("goal",c01);var t01=[["path",{d:"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z",key:"j76jl0"}],["path",{d:"M22 10v6",key:"1lu8f3"}],["path",{d:"M6 12.5V16a6 3 0 0 0 12 0v-3.5",key:"1r8lef"}]],NB=Y("graduation-cap",t01);var n01=[["path",{d:"M22 5V2l-5.89 5.89",key:"1eenpo"}],["circle",{cx:"16.6",cy:"15.89",r:"3",key:"xjtalx"}],["circle",{cx:"8.11",cy:"7.4",r:"3",key:"u2fv6i"}],["circle",{cx:"12.35",cy:"11.65",r:"3",key:"i6i8g7"}],["circle",{cx:"13.91",cy:"5.85",r:"3",key:"6ye0dv"}],["circle",{cx:"18.15",cy:"10.09",r:"3",key:"snx9no"}],["circle",{cx:"6.56",cy:"13.2",r:"3",key:"17x4xg"}],["circle",{cx:"10.8",cy:"17.44",r:"3",key:"1hogw9"}],["circle",{cx:"5",cy:"19",r:"3",key:"1sn6vo"}]],LB=Y("grape",n01);var i01=[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]],S8=Y("grid-2x2-check",i01);var o01=[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 22v-6",key:"qhmiwi"}]],D8=Y("grid-2x2-plus",o01);var e01=[["path",{d:"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3",key:"11za1p"}],["path",{d:"m16 16 5 5",key:"8tpb07"}],["path",{d:"m16 21 5-5",key:"193jll"}]],E8=Y("grid-2x2-x",e01);var J21=[["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 12h18",key:"1i2n21"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],R8=Y("grid-2x2",J21);var Z21=[["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],mB=Y("grid-3x2",Z21);var Y21=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M15 3v18",key:"14nvp0"}]],L0=Y("grid-3x3",Y21);var Q21=[["circle",{cx:"12",cy:"9",r:"1",key:"124mty"}],["circle",{cx:"19",cy:"9",r:"1",key:"1ruzo2"}],["circle",{cx:"5",cy:"9",r:"1",key:"1a8b28"}],["circle",{cx:"12",cy:"15",r:"1",key:"1e56xg"}],["circle",{cx:"19",cy:"15",r:"1",key:"1a92ep"}],["circle",{cx:"5",cy:"15",r:"1",key:"5r1jwy"}]],_B=Y("grip-horizontal",Q21);var X21=[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"19",cy:"5",r:"1",key:"w8mnmm"}],["circle",{cx:"5",cy:"5",r:"1",key:"lttvr7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}],["circle",{cx:"19",cy:"19",r:"1",key:"shf9b7"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]],uB=Y("grip",X21);var G21=[["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}],["circle",{cx:"9",cy:"5",r:"1",key:"hp0tcf"}],["circle",{cx:"9",cy:"19",r:"1",key:"fkjjf6"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"15",cy:"5",r:"1",key:"19l28e"}],["circle",{cx:"15",cy:"19",r:"1",key:"f4zoj3"}]],pB=Y("grip-vertical",G21);var W21=[["path",{d:"M3 7V5c0-1.1.9-2 2-2h2",key:"adw53z"}],["path",{d:"M17 3h2c1.1 0 2 .9 2 2v2",key:"an4l38"}],["path",{d:"M21 17v2c0 1.1-.9 2-2 2h-2",key:"144t0e"}],["path",{d:"M7 21H5c-1.1 0-2-.9-2-2v-2",key:"rtnfgi"}],["rect",{width:"7",height:"5",x:"7",y:"7",rx:"1",key:"1eyiv7"}],["rect",{width:"7",height:"5",x:"10",y:"12",rx:"1",key:"1qlmkx"}]],lB=Y("group",W21);var H21=[["path",{d:"m11.9 12.1 4.514-4.514",key:"109xqo"}],["path",{d:"M20.1 2.3a1 1 0 0 0-1.4 0l-1.114 1.114A2 2 0 0 0 17 4.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 17.828 7h1.344a2 2 0 0 0 1.414-.586L21.7 5.3a1 1 0 0 0 0-1.4z",key:"txyc8t"}],["path",{d:"m6 16 2 2",key:"16qmzd"}],["path",{d:"M8.23 9.85A3 3 0 0 1 11 8a5 5 0 0 1 5 5 3 3 0 0 1-1.85 2.77l-.92.38A2 2 0 0 0 12 18a4 4 0 0 1-4 4 6 6 0 0 1-6-6 4 4 0 0 1 4-4 2 2 0 0 0 1.85-1.23z",key:"1de1vg"}]],dB=Y("guitar",H21);var q21=[["path",{d:"M13.144 21.144A7.274 10.445 45 1 0 2.856 10.856",key:"1k1t7q"}],["path",{d:"M13.144 21.144A7.274 4.365 45 0 0 2.856 10.856a7.274 4.365 45 0 0 10.288 10.288",key:"153t1g"}],["path",{d:"M16.565 10.435 18.6 8.4a2.501 2.501 0 1 0 1.65-4.65 2.5 2.5 0 1 0-4.66 1.66l-2.024 2.025",key:"gzrt0n"}],["path",{d:"m8.5 16.5-1-1",key:"otr954"}]],sB=Y("ham",q21);var z21=[["path",{d:"m15 12-9.373 9.373a1 1 0 0 1-3.001-3L12 9",key:"1hayfq"}],["path",{d:"m18 15 4-4",key:"16gjal"}],["path",{d:"m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172v-.344a2 2 0 0 0-.586-1.414l-1.657-1.657A6 6 0 0 0 12.516 3H9l1.243 1.243A6 6 0 0 1 12 8.485V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",key:"15ts47"}]],rB=Y("hammer",z21);var K21=[["path",{d:"M12 16H4a2 2 0 1 1 0-4h16a2 2 0 1 1 0 4h-4.25",key:"5dloqd"}],["path",{d:"M5 12a2 2 0 0 1-2-2 9 7 0 0 1 18 0 2 2 0 0 1-2 2",key:"1vl3my"}],["path",{d:"M5 16a2 2 0 0 0-2 2 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 2 2 0 0 0-2-2q0 0 0 0",key:"1us75o"}],["path",{d:"m6.67 12 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2",key:"qqzweh"}]],aB=Y("hamburger",K21);var B21=[["path",{d:"M11 15h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 17",key:"geh8rc"}],["path",{d:"m7 21 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"1fto5m"}],["path",{d:"m2 16 6 6",key:"1pfhp9"}],["circle",{cx:"16",cy:"9",r:"2.9",key:"1n0dlu"}],["circle",{cx:"6",cy:"5",r:"3",key:"151irh"}]],cB=Y("hand-coins",B21);var $21=[["path",{d:"M12.035 17.012a3 3 0 0 0-3-3l-.311-.002a.72.72 0 0 1-.505-1.229l1.195-1.195A2 2 0 0 1 10.828 11H12a2 2 0 0 0 0-4H9.243a3 3 0 0 0-2.122.879l-2.707 2.707A4.83 4.83 0 0 0 3 14a8 8 0 0 0 8 8h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v2a2 2 0 1 0 4 0",key:"1ff7rl"}],["path",{d:"M13.888 9.662A2 2 0 0 0 17 8V5A2 2 0 1 0 13 5",key:"1xmd21"}],["path",{d:"M9 5A2 2 0 1 0 5 5V10",key:"f3wfjw"}],["path",{d:"M9 7V4A2 2 0 1 1 13 4V7.268",key:"eaoucv"}]],tB=Y("hand-fist",$21);var F21=[["path",{d:"M18 11.5V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"edstyy"}],["path",{d:"M14 10V8a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"19wdwo"}],["path",{d:"M10 9.9V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"1lugqo"}],["path",{d:"M6 14a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1hbeus"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-4a8 8 0 0 1-8-8 2 2 0 1 1 4 0",key:"1etffm"}]],M8=Y("hand-grab",F21);var P21=[["path",{d:"M11 14h2a2 2 0 0 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16",key:"1v1a37"}],["path",{d:"m14.45 13.39 5.05-4.694C20.196 8 21 6.85 21 5.75a2.75 2.75 0 0 0-4.797-1.837.276.276 0 0 1-.406 0A2.75 2.75 0 0 0 11 5.75c0 1.2.802 2.248 1.5 2.946L16 11.95",key:"fhfbnt"}],["path",{d:"m2 15 6 6",key:"10dquu"}],["path",{d:"m7 20 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a1 1 0 0 0-2.75-2.91",key:"1x6kdw"}]],nB=Y("hand-heart",P21);var A21=[["path",{d:"M11 12h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 14",key:"1j4xps"}],["path",{d:"m7 18 1.6-1.4c.3-.4.8-.6 1.4-.6h4c1.1 0 2.1-.4 2.8-1.2l4.6-4.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"uospg8"}],["path",{d:"m2 13 6 6",key:"16e5sb"}]],v8=Y("hand-helping",A21);var O21=[["path",{d:"M12 3V2",key:"ar7q03"}],["path",{d:"m15.4 17.4 3.2-2.8a2 2 0 1 1 2.8 2.9l-3.6 3.3c-.7.8-1.7 1.2-2.8 1.2h-4c-1.1 0-2.1-.4-2.8-1.2l-1.302-1.464A1 1 0 0 0 6.151 19H5",key:"n2g93r"}],["path",{d:"M2 14h12a2 2 0 0 1 0 4h-2",key:"1o2jem"}],["path",{d:"M4 10h16",key:"img6z1"}],["path",{d:"M5 10a7 7 0 0 1 14 0",key:"1ega1o"}],["path",{d:"M5 14v6a1 1 0 0 1-1 1H2",key:"1hescx"}]],iB=Y("hand-platter",O21);var T21=[["path",{d:"M18 12.5V10a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1.4",key:"wc6myp"}],["path",{d:"M14 11V9a2 2 0 1 0-4 0v2",key:"94qvcw"}],["path",{d:"M10 10.5V5a2 2 0 1 0-4 0v9",key:"m1ah89"}],["path",{d:"m7 15-1.76-1.76a2 2 0 0 0-2.83 2.82l3.6 3.6C7.5 21.14 9.2 22 12 22h2a8 8 0 0 0 8-8V7a2 2 0 1 0-4 0v5",key:"t1skq1"}]],oB=Y("hand-metal",T21);var w21=[["path",{d:"M18 11V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1fvzgz"}],["path",{d:"M14 10V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v2",key:"1kc0my"}],["path",{d:"M10 10.5V6a2 2 0 0 0-2-2a2 2 0 0 0-2 2v8",key:"10h0bg"}],["path",{d:"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"1s1gnw"}]],eB=Y("hand",w21);var y21=[["path",{d:"M2.048 18.566A2 2 0 0 0 4 21h16a2 2 0 0 0 1.952-2.434l-2-9A2 2 0 0 0 18 8H6a2 2 0 0 0-1.952 1.566z",key:"1qbui5"}],["path",{d:"M8 11V6a4 4 0 0 1 8 0v5",key:"tcht90"}]],J$=Y("handbag",y21);var V21=[["path",{d:"m11 17 2 2a1 1 0 1 0 3-3",key:"efffak"}],["path",{d:"m14 14 2.5 2.5a1 1 0 1 0 3-3l-3.88-3.88a3 3 0 0 0-4.24 0l-.88.88a1 1 0 1 1-3-3l2.81-2.81a5.79 5.79 0 0 1 7.06-.87l.47.28a2 2 0 0 0 1.42.25L21 4",key:"9pr0kb"}],["path",{d:"m21 3 1 11h-2",key:"1tisrp"}],["path",{d:"M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3",key:"1uvwmv"}],["path",{d:"M3 4h8",key:"1ep09j"}]],Z$=Y("handshake",V21);var C21=[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]],Y$=Y("hard-drive-download",C21);var b21=[["path",{d:"m16 6-4-4-4 4",key:"13yo43"}],["path",{d:"M12 2v8",key:"1q4o3n"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M10 18h.01",key:"h775k"}]],Q$=Y("hard-drive-upload",b21);var k21=[["path",{d:"M10 16h.01",key:"1bzywj"}],["path",{d:"M2.212 11.577a2 2 0 0 0-.212.896V18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5.527a2 2 0 0 0-.212-.896L18.55 5.11A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"18tbho"}],["path",{d:"M21.946 12.013H2.054",key:"zqlbp7"}],["path",{d:"M6 16h.01",key:"1pmjb7"}]],X$=Y("hard-drive",k21);var U21=[["path",{d:"M10 10V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5",key:"1p9q5i"}],["path",{d:"M14 6a6 6 0 0 1 6 6v3",key:"1hnv84"}],["path",{d:"M4 15v-3a6 6 0 0 1 6-6",key:"9ciidu"}],["rect",{x:"2",y:"15",width:"20",height:"4",rx:"1",key:"g3x8cw"}]],G$=Y("hard-hat",U21);var S21=[["path",{d:"M14 18a2 2 0 0 0-4 0",key:"1v8fkw"}],["path",{d:"m19 11-2.11-6.657a2 2 0 0 0-2.752-1.148l-1.276.61A2 2 0 0 1 12 4H8.5a2 2 0 0 0-1.925 1.456L5 11",key:"1fkr7p"}],["path",{d:"M2 11h20",key:"3eubbj"}],["circle",{cx:"17",cy:"18",r:"3",key:"82mm0e"}],["circle",{cx:"7",cy:"18",r:"3",key:"lvkj7j"}]],W$=Y("hat-glasses",S21);var D21=[["line",{x1:"4",x2:"20",y1:"9",y2:"9",key:"4lhtct"}],["line",{x1:"4",x2:"20",y1:"15",y2:"15",key:"vyu0kd"}],["line",{x1:"10",x2:"8",y1:"3",y2:"21",key:"1ggp8o"}],["line",{x1:"16",x2:"14",y1:"3",y2:"21",key:"weycgp"}]],H$=Y("hash",D21);var E21=[["path",{d:"m5.2 6.2 1.4 1.4",key:"17imol"}],["path",{d:"M2 13h2",key:"13gyu8"}],["path",{d:"M20 13h2",key:"16rner"}],["path",{d:"m17.4 7.6 1.4-1.4",key:"t4xlah"}],["path",{d:"M22 17H2",key:"1gtaj3"}],["path",{d:"M22 21H2",key:"1gy6en"}],["path",{d:"M16 13a4 4 0 0 0-8 0",key:"1dyczq"}],["path",{d:"M12 5V2.5",key:"1vytko"}]],q$=Y("haze",E21);var R21=[["path",{d:"M10 12H6",key:"15f2ro"}],["path",{d:"M10 15V9",key:"1lckn7"}],["path",{d:"M14 14.5a.5.5 0 0 0 .5.5h1a2.5 2.5 0 0 0 2.5-2.5v-1A2.5 2.5 0 0 0 15.5 9h-1a.5.5 0 0 0-.5.5z",key:"b3f847"}],["path",{d:"M6 15V9",key:"12stmj"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2",key:"qneu4z"}]],z$=Y("hd",R21);var M21=[["path",{d:"M22 9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h1l2 2h12l2-2h1a1 1 0 0 0 1-1Z",key:"2128wb"}],["path",{d:"M7.5 12h9",key:"1t0ckc"}]],K$=Y("hdmi-port",M21);var v21=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"m17 12 3-2v8",key:"1hhhft"}]],X5=Y("heading-1",v21);var x21=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1",key:"9jr5yi"}]],G5=Y("heading-2",x21);var h21=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2",key:"68ncm8"}],["path",{d:"M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2",key:"1ejuhz"}]],B$=Y("heading-3",h21);var f21=[["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 10v3a1 1 0 0 0 1 1h3",key:"tj5zdr"}],["path",{d:"M21 10v8",key:"1kdml4"}],["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}]],$$=Y("heading-4",f21);var I21=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["path",{d:"M17 13v-3h4",key:"1nvgqp"}],["path",{d:"M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17",key:"2nebdn"}]],F$=Y("heading-5",I21);var j21=[["path",{d:"M4 12h8",key:"17cfdx"}],["path",{d:"M4 18V6",key:"1rz3zl"}],["path",{d:"M12 18V6",key:"zqpxq5"}],["circle",{cx:"19",cy:"16",r:"2",key:"15mx69"}],["path",{d:"M20 10c-2 2-3 3.5-3 6",key:"f35dl0"}]],P$=Y("heading-6",j21);var g21=[["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M6 20V4",key:"1w1bmo"}],["path",{d:"M18 20V4",key:"o2hl4u"}]],A$=Y("heading",g21);var N21=[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",key:"1xhozi"}]],O$=Y("headphones",N21);var L21=[["path",{d:"M21 14h-1.343",key:"1jdnxi"}],["path",{d:"M9.128 3.47A9 9 0 0 1 21 12v3.343",key:"6kipu2"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20.414 20.414A2 2 0 0 1 19 21h-1a2 2 0 0 1-2-2v-3",key:"9x50f4"}],["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 2.636-6.364",key:"1bkxnm"}]],T$=Y("headphone-off",L21);var m21=[["path",{d:"M3 11h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5Zm0 0a9 9 0 1 1 18 0m0 0v5a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3Z",key:"12oyoe"}],["path",{d:"M21 16v2a4 4 0 0 1-4 4h-5",key:"1x7m43"}]],w$=Y("headset",m21);var _21=[["path",{d:"M12.409 5.824c-.702.792-1.15 1.496-1.415 2.166l2.153 2.156a.5.5 0 0 1 0 .707l-2.293 2.293a.5.5 0 0 0 0 .707L12 15",key:"idzbju"}],["path",{d:"M13.508 20.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.677.6.6 0 0 0 .818.001A5.5 5.5 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5z",key:"1su70f"}]],y$=Y("heart-crack",_21);var u21=[["path",{d:"M19.414 14.414C21 12.828 22 11.5 22 9.5a5.5 5.5 0 0 0-9.591-3.676.6.6 0 0 1-.818.001A5.5 5.5 0 0 0 2 9.5c0 2.3 1.5 4 3 5.5l5.535 5.362a2 2 0 0 0 2.879.052 2.12 2.12 0 0 0-.004-3 2.124 2.124 0 1 0 3-3 2.124 2.124 0 0 0 3.004 0 2 2 0 0 0 0-2.828l-1.881-1.882a2.41 2.41 0 0 0-3.409 0l-1.71 1.71a2 2 0 0 1-2.828 0 2 2 0 0 1 0-2.828l2.823-2.762",key:"17lmqv"}]],V$=Y("heart-handshake",u21);var p21=[["path",{d:"m14.876 18.99-1.368 1.323a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.244 1.572",key:"15yztm"}],["path",{d:"M15 15h6",key:"1u4692"}]],C$=Y("heart-minus",p21);var l21=[["path",{d:"M10.5 4.893a5.5 5.5 0 0 1 1.091.931.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 1.872-1.002 3.356-2.187 4.655",key:"1inpfl"}],["path",{d:"m16.967 16.967-3.459 3.346a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 2.747-4.761",key:"vbc6x7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],b$=Y("heart-off",l21);var d21=[["path",{d:"m14.479 19.374-.971.939a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5a5.2 5.2 0 0 1-.219 1.49",key:"wg5jx"}],["path",{d:"M15 15h6",key:"1u4692"}],["path",{d:"M18 12v6",key:"1houu1"}]],k$=Y("heart-plus",d21);var s21=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",key:"mvr1a0"}],["path",{d:"M3.22 13H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27",key:"auskq0"}]],U$=Y("heart-pulse",s21);var r21=[["path",{d:"M11 8c2-3-2-3 0-6",key:"1ldv5m"}],["path",{d:"M15.5 8c2-3-2-3 0-6",key:"1otqoz"}],["path",{d:"M6 10h.01",key:"1lbq93"}],["path",{d:"M6 14h.01",key:"zudwn7"}],["path",{d:"M10 16v-4",key:"1c25yv"}],["path",{d:"M14 16v-4",key:"1dkbt8"}],["path",{d:"M18 16v-4",key:"1yg9me"}],["path",{d:"M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3",key:"1ubg90"}],["path",{d:"M5 20v2",key:"1abpe8"}],["path",{d:"M19 20v2",key:"kqn6ft"}]],S$=Y("heater",r21);var a21=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",key:"mvr1a0"}]],D$=Y("heart",a21);var c21=[["path",{d:"M11 17v4",key:"14wq8k"}],["path",{d:"M14 3v8a2 2 0 0 0 2 2h5.865",key:"12oo5h"}],["path",{d:"M17 17v4",key:"hdt4hh"}],["path",{d:"M18 17a4 4 0 0 0 4-4 8 6 0 0 0-8-6 6 5 0 0 0-6 5v3a2 2 0 0 0 2 2z",key:"yynif"}],["path",{d:"M2 10v5",key:"sa5akn"}],["path",{d:"M6 3h16",key:"27qw71"}],["path",{d:"M7 21h14",key:"1ugz0u"}],["path",{d:"M8 13H2",key:"1thz1o"}]],E$=Y("helicopter",c21);var t21=[["path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z",key:"yt0hxn"}]],R$=Y("hexagon",t21);var n21=[["path",{d:"m9 11-6 6v3h9l3-3",key:"1a3l36"}],["path",{d:"m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4",key:"14a9rk"}]],M$=Y("highlighter",n21);var i21=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]],W5=Y("history",i21);var o21=[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.28.01.53-.09.7-.27",key:"qyzcap"}],["path",{d:"M11.14 20.57c.52.24 2.44 1.12 4.08 1.37.46.06.86-.25.9-.71.12-1.52-.3-3.43-.5-4.28",key:"y078lb"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .7-.26",key:"1utre3"}],["path",{d:"M17.99 5.52a20.83 20.83 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-1.17.1-2.5.02-3.9-.25",key:"17o9hm"}],["path",{d:"M20.57 11.14c.24.52 1.12 2.44 1.37 4.08.04.3-.08.59-.31.75",key:"1d1n4p"}],["path",{d:"M4.93 4.93a10 10 0 0 0-.67 13.4c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.85.85 0 0 0 .48-.24",key:"9uv3tt"}],["path",{d:"M5.52 17.99c1.05.95 2.91 2.42 4.5 3.15a.8.8 0 0 0 1.13-.68c.2-2.34-.33-5.3-1.57-8.28",key:"1292wz"}],["path",{d:"M8.35 2.68a10 10 0 0 1 9.98 1.58c.43.35.4.96-.12 1.17-1.5.6-4.3.98-6.07 1.05",key:"7ozu9p"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],v$=Y("hop-off",o21);var e21=[["path",{d:"M10.82 16.12c1.69.6 3.91.79 5.18.85.55.03 1-.42.97-.97-.06-1.27-.26-3.5-.85-5.18",key:"18lxf1"}],["path",{d:"M11.5 6.5c1.64 0 5-.38 6.71-1.07.52-.2.55-.82.12-1.17A10 10 0 0 0 4.26 18.33c.35.43.96.4 1.17-.12.69-1.71 1.07-5.07 1.07-6.71 1.34.45 3.1.9 4.88.62a.88.88 0 0 0 .73-.74c.3-2.14-.15-3.5-.61-4.88",key:"vtfxrw"}],["path",{d:"M15.62 16.95c.2.85.62 2.76.5 4.28a.77.77 0 0 1-.9.7 16.64 16.64 0 0 1-4.08-1.36",key:"13hl71"}],["path",{d:"M16.13 21.05c1.65.63 3.68.84 4.87.91a.9.9 0 0 0 .96-.96 17.68 17.68 0 0 0-.9-4.87",key:"1sl8oj"}],["path",{d:"M16.94 15.62c.86.2 2.77.62 4.29.5a.77.77 0 0 0 .7-.9 16.64 16.64 0 0 0-1.36-4.08",key:"19c6kt"}],["path",{d:"M17.99 5.52a20.82 20.82 0 0 1 3.15 4.5.8.8 0 0 1-.68 1.13c-2.33.2-5.3-.32-8.27-1.57",key:"85ghs3"}],["path",{d:"M4.93 4.93 3 3a.7.7 0 0 1 0-1",key:"x087yj"}],["path",{d:"M9.58 12.18c1.24 2.98 1.77 5.95 1.57 8.28a.8.8 0 0 1-1.13.68 20.82 20.82 0 0 1-4.5-3.15",key:"11xdqo"}]],x$=Y("hop",e21);var J51=[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"M14 9h-4",key:"1w2s2s"}],["path",{d:"M18 11h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h2",key:"1tthqt"}],["path",{d:"M18 21V5a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16",key:"dw4p4i"}]],h$=Y("hospital",J51);var Z51=[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M5 2h14",key:"pdyrp9"}],["path",{d:"M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22",key:"1d314k"}],["path",{d:"M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2",key:"1vvvr6"}]],f$=Y("hourglass",Z51);var Y51=[["path",{d:"M10 22v-6.57",key:"1wmca3"}],["path",{d:"M12 11h.01",key:"z322tv"}],["path",{d:"M12 7h.01",key:"1ivr5q"}],["path",{d:"M14 15.43V22",key:"1q2vjd"}],["path",{d:"M15 16a5 5 0 0 0-6 0",key:"o9wqvi"}],["path",{d:"M16 11h.01",key:"xkw8gn"}],["path",{d:"M16 7h.01",key:"1kdx03"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 7h.01",key:"1vti4s"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",key:"1uxh74"}]],I$=Y("hotel",Y51);var Q51=[["path",{d:"M8.62 13.8A2.25 2.25 0 1 1 12 10.836a2.25 2.25 0 1 1 3.38 2.966l-2.626 2.856a.998.998 0 0 1-1.507 0z",key:"n9s7kx"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]],j$=Y("house-heart",Q51);var X51=[["path",{d:"M10 12V8.964",key:"1vll13"}],["path",{d:"M14 12V8.964",key:"1x3qvg"}],["path",{d:"M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z",key:"ppykja"}],["path",{d:"M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2",key:"365xoy"}]],g$=Y("house-plug",X51);var G51=[["path",{d:"M9.5 13.866a4 4 0 0 1 5 .01",key:"1wy54i"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}],["path",{d:"M7 10.754a8 8 0 0 1 10 0",key:"exoy2g"}]],N$=Y("house-wifi",G51);var W51=[["path",{d:"M12.35 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .71-1.53l7-6a2 2 0 0 1 2.58 0l7 6A2 2 0 0 1 21 10v2.35",key:"8ek5ge"}],["path",{d:"M14.8 12.4A1 1 0 0 0 14 12h-4a1 1 0 0 0-1 1v8",key:"1rbg29"}],["path",{d:"M15 18h6",key:"3b3c90"}],["path",{d:"M18 15v6",key:"9wciyi"}]],L$=Y("house-plus",W51);var H51=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]],j2=Y("house",H51);var q51=[["path",{d:"M12 17c5 0 8-2.69 8-6H4c0 3.31 3 6 8 6m-4 4h8m-4-3v3M5.14 11a3.5 3.5 0 1 1 6.71 0",key:"1uxfcu"}],["path",{d:"M12.14 11a3.5 3.5 0 1 1 6.71 0",key:"4k3m1s"}],["path",{d:"M15.5 6.5a3.5 3.5 0 1 0-7 0",key:"zmuahr"}]],x8=Y("ice-cream-bowl",q51);var z51=[["path",{d:"m7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11",key:"1v6356"}],["path",{d:"M17 7A5 5 0 0 0 7 7",key:"151p3v"}],["path",{d:"M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4",key:"1sdaij"}]],h8=Y("ice-cream-cone",z51);var K51=[["path",{d:"M13.5 8h-3",key:"xvov4w"}],["path",{d:"m15 2-1 2h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h3",key:"16uttc"}],["path",{d:"M16.899 22A5 5 0 0 0 7.1 22",key:"1d0ppr"}],["path",{d:"m9 2 3 6",key:"1o7bd9"}],["circle",{cx:"12",cy:"15",r:"3",key:"g36mzq"}]],m$=Y("id-card-lanyard",K51);var B51=[["path",{d:"M16 10h2",key:"8sgtl7"}],["path",{d:"M16 14h2",key:"epxaof"}],["path",{d:"M6.17 15a3 3 0 0 1 5.66 0",key:"n6f512"}],["circle",{cx:"9",cy:"11",r:"2",key:"yxgjnd"}],["rect",{x:"2",y:"5",width:"20",height:"14",rx:"2",key:"qneu4z"}]],_$=Y("id-card",B51);var $51=[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19 3 3v-5.5",key:"9ldu5r"}],["path",{d:"m17 22 3-3",key:"1nkfve"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]],u$=Y("image-down",$51);var F51=[["path",{d:"M21 9v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",key:"m87ecr"}],["line",{x1:"16",x2:"22",y1:"5",y2:"5",key:"ez7e4s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],p$=Y("image-minus",F51);var P51=[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M10.41 10.41a2 2 0 1 1-2.83-2.83",key:"1bzlo9"}],["line",{x1:"13.5",x2:"6",y1:"13.5",y2:"21",key:"1q0aeu"}],["line",{x1:"18",x2:"21",y1:"12",y2:"15",key:"5mozeu"}],["path",{d:"M3.59 3.59A1.99 1.99 0 0 0 3 5v14a2 2 0 0 0 2 2h14c.55 0 1.052-.22 1.41-.59",key:"mmje98"}],["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}]],l$=Y("image-off",P51);var A51=[["path",{d:"M15 15.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z",key:"nrt1m3"}],["path",{d:"M21 12.17V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"99hgts"}],["path",{d:"m6 21 5-5",key:"1wyjai"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]],d$=Y("image-play",A51);var O51=[["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}],["path",{d:"M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5",key:"1ue2ih"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]],s$=Y("image-plus",O51);var T51=[["path",{d:"M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",key:"9csbqa"}],["path",{d:"m14 19.5 3-3 3 3",key:"9vmjn0"}],["path",{d:"M17 22v-5.5",key:"1aa6fl"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]],r$=Y("image-up",T51);var w51=[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M17 21h2a2 2 0 0 0 2-2",key:"130fy9"}],["path",{d:"M21 12v3",key:"1wzk3p"}],["path",{d:"m21 3-5 5",key:"1g5oa7"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2",key:"kk3yz1"}],["path",{d:"m5 21 4.144-4.144a1.21 1.21 0 0 1 1.712 0L13 19",key:"fyekpt"}],["path",{d:"M9 3h3",key:"d52fa"}],["rect",{x:"3",y:"11",width:"10",height:"10",rx:"1",key:"1wpmix"}]],a$=Y("image-upscale",w51);var y51=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],p1=Y("image",y51);var V51=[["path",{d:"m22 11-1.296-1.296a2.4 2.4 0 0 0-3.408 0L11 16",key:"9kzy35"}],["path",{d:"M4 8a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2",key:"1t0f0t"}],["circle",{cx:"13",cy:"7",r:"1",fill:"currentColor",key:"1obus6"}],["rect",{x:"8",y:"2",width:"14",height:"14",rx:"2",key:"1gvhby"}]],c$=Y("images",V51);var C51=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m8 11 4 4 4-4",key:"1dohi6"}],["path",{d:"M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4",key:"1ywtjm"}]],t$=Y("import",C51);var b51=[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]],$9=Y("inbox",b51);var k51=[["path",{d:"M6 3h12",key:"ggurg9"}],["path",{d:"M6 8h12",key:"6g4wlu"}],["path",{d:"m6 13 8.5 8",key:"u1kupk"}],["path",{d:"M6 13h3",key:"wdp6ag"}],["path",{d:"M9 13c6.667 0 6.667-10 0-10",key:"1nkvk2"}]],n$=Y("indian-rupee",k51);var U51=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],g2=Y("info",U51);var S51=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h.01",key:"7u93v4"}],["path",{d:"M17 7h.01",key:"14a9sn"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M17 17h.01",key:"1sd3ek"}]],i$=Y("inspection-panel",S51);var D51=[["path",{d:"M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8",key:"18ogeb"}]],o$=Y("infinity",D51);var E51=[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]],H5=Y("italic",E51);var R51=[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"5",ry:"5",key:"2e1cvw"}],["path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z",key:"9exkf1"}],["line",{x1:"17.5",x2:"17.51",y1:"6.5",y2:"6.5",key:"r4j83e"}]],e$=Y("instagram",R51);var M51=[["path",{d:"m16 14 4 4-4 4",key:"hkso8o"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8",key:"1bik7b"}]],JF=Y("iteration-ccw",M51);var v51=[["path",{d:"M4 10a8 8 0 1 1 8 8H4",key:"svv66n"}],["path",{d:"m8 22-4-4 4-4",key:"6g7gki"}]],ZF=Y("iteration-cw",v51);var x51=[["path",{d:"M12 9.5V21m0-11.5L6 3m6 6.5L18 3",key:"2ej80x"}],["path",{d:"M6 15h12",key:"1hwgt5"}],["path",{d:"M6 11h12",key:"wf4gp6"}]],YF=Y("japanese-yen",x51);var h51=[["path",{d:"M5 3v14",key:"9nsxs2"}],["path",{d:"M12 3v8",key:"1h2ygw"}],["path",{d:"M19 3v18",key:"1sk56x"}]],QF=Y("kanban",h51);var f51=[["path",{d:"M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z",key:"jg2n2t"}],["path",{d:"M6 15v-2",key:"gd6mvg"}],["path",{d:"M12 15V9",key:"8c7uyn"}],["circle",{cx:"12",cy:"6",r:"3",key:"1gm2ql"}]],XF=Y("joystick",f51);var I51=[["path",{d:"M18 17a1 1 0 0 0-1 1v1a2 2 0 1 0 2-2z",key:"skzb1g"}],["path",{d:"M20.97 3.61a.45.45 0 0 0-.58-.58C10.2 6.6 6.6 10.2 3.03 20.39a.45.45 0 0 0 .58.58C13.8 17.4 17.4 13.8 20.97 3.61",key:"cv9jm7"}],["path",{d:"m6.707 6.707 10.586 10.586",key:"d2l993"}],["path",{d:"M7 5a2 2 0 1 0-2 2h1a1 1 0 0 0 1-1z",key:"i0et4n"}]],GF=Y("kayak",I51);var j51=[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]],WF=Y("key-round",j51);var g51=[["path",{d:"M12.4 2.7a2.5 2.5 0 0 1 3.4 0l5.5 5.5a2.5 2.5 0 0 1 0 3.4l-3.7 3.7a2.5 2.5 0 0 1-3.4 0L8.7 9.8a2.5 2.5 0 0 1 0-3.4z",key:"165ttr"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"m9.4 10.6-6.814 6.814A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814",key:"1ubxi2"}]],HF=Y("key-square",g51);var N51=[["path",{d:"m15.5 7.5 2.3 2.3a1 1 0 0 0 1.4 0l2.1-2.1a1 1 0 0 0 0-1.4L19 4",key:"g0fldk"}],["path",{d:"m21 2-9.6 9.6",key:"1j0ho8"}],["circle",{cx:"7.5",cy:"15.5",r:"5.5",key:"yqb3hr"}]],F9=Y("key",N51);var L51=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M6 8h4",key:"utf9t1"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"M6 12v4",key:"dy92yo"}],["path",{d:"M10 12v4",key:"1fxnav"}],["path",{d:"M14 12v4",key:"1hft58"}],["path",{d:"M18 12v4",key:"tjjnbz"}]],qF=Y("keyboard-music",L51);var m51=[["path",{d:"M10 8h.01",key:"1r9ogq"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M16 12h.01",key:"1l6xoz"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M7 16h10",key:"wp8him"}],["path",{d:"M8 12h.01",key:"czm47f"}],["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}]],zF=Y("keyboard",m51);var _51=[["path",{d:"M 20 4 A2 2 0 0 1 22 6",key:"1g1fkt"}],["path",{d:"M 22 6 L 22 16.41",key:"1qjg3w"}],["path",{d:"M 7 16 L 16 16",key:"n0yqwb"}],["path",{d:"M 9.69 4 L 20 4",key:"kbpcgx"}],["path",{d:"M14 8h.01",key:"1primd"}],["path",{d:"M18 8h.01",key:"emo2bl"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2",key:"s23sx2"}],["path",{d:"M6 8h.01",key:"x9i8wu"}],["path",{d:"M8 12h.01",key:"czm47f"}]],KF=Y("keyboard-off",_51);var u51=[["path",{d:"M12 2v5",key:"nd4vlx"}],["path",{d:"M14.829 15.998a3 3 0 1 1-5.658 0",key:"1pybiy"}],["path",{d:"M20.92 14.606A1 1 0 0 1 20 16H4a1 1 0 0 1-.92-1.394l3-7A1 1 0 0 1 7 7h10a1 1 0 0 1 .92.606z",key:"ma1wor"}]],BF=Y("lamp-ceiling",u51);var p51=[["path",{d:"M10.293 2.293a1 1 0 0 1 1.414 0l2.5 2.5 5.994 1.227a1 1 0 0 1 .506 1.687l-7 7a1 1 0 0 1-1.687-.506l-1.227-5.994-2.5-2.5a1 1 0 0 1 0-1.414z",key:"sb8slu"}],["path",{d:"m14.207 4.793-3.414 3.414",key:"m2x3oj"}],["path",{d:"M3 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z",key:"8b3myj"}],["path",{d:"m9.086 6.5-4.793 4.793a1 1 0 0 0-.18 1.17L7 18",key:"43s6cu"}]],$F=Y("lamp-desk",p51);var l51=[["path",{d:"M19.929 18.629A1 1 0 0 1 19 20H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 13h6a1 1 0 0 1 .928.629z",key:"u4w2d7"}],["path",{d:"M6 3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z",key:"15356w"}],["path",{d:"M8 6h4a2 2 0 0 1 2 2v5",key:"1m6m7x"}]],FF=Y("lamp-wall-down",l51);var d51=[["path",{d:"M12 10v12",key:"6ubwww"}],["path",{d:"M17.929 7.629A1 1 0 0 1 17 9H7a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 9 2h6a1 1 0 0 1 .928.629z",key:"1o95gh"}],["path",{d:"M9 22h6",key:"1rlq3v"}]],PF=Y("lamp-floor",d51);var s51=[["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M4.077 10.615A1 1 0 0 0 5 12h14a1 1 0 0 0 .923-1.385l-3.077-7.384A2 2 0 0 0 15 2H9a2 2 0 0 0-1.846 1.23Z",key:"1l7kg2"}],["path",{d:"M8 20a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z",key:"1mmzpi"}]],AF=Y("lamp",s51);var r51=[["path",{d:"M19.929 9.629A1 1 0 0 1 19 11H9a1 1 0 0 1-.928-1.371l2-5A1 1 0 0 1 11 4h6a1 1 0 0 1 .928.629z",key:"1uvrbf"}],["path",{d:"M6 15a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1z",key:"154r2a"}],["path",{d:"M8 18h4a2 2 0 0 0 2-2v-5",key:"z9mbu0"}]],OF=Y("lamp-wall-up",r51);var a51=[["path",{d:"m12 8 6-3-6-3v10",key:"mvpnpy"}],["path",{d:"m8 11.99-5.5 3.14a1 1 0 0 0 0 1.74l8.5 4.86a2 2 0 0 0 2 0l8.5-4.86a1 1 0 0 0 0-1.74L16 12",key:"ek95tt"}],["path",{d:"m6.49 12.85 11.02 6.3",key:"1kt42w"}],["path",{d:"M17.51 12.85 6.5 19.15",key:"v55bdg"}]],TF=Y("land-plot",a51);var c51=[["path",{d:"M10 18v-7",key:"wt116b"}],["path",{d:"M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z",key:"1m329m"}],["path",{d:"M14 18v-7",key:"vav6t3"}],["path",{d:"M18 18v-7",key:"aexdmj"}],["path",{d:"M3 22h18",key:"8prr45"}],["path",{d:"M6 18v-7",key:"1ivflk"}]],wF=Y("landmark",c51);var t51=[["path",{d:"m5 8 6 6",key:"1wu5hv"}],["path",{d:"m4 14 6-6 2-3",key:"1k1g8d"}],["path",{d:"M2 5h12",key:"or177f"}],["path",{d:"M7 2h1",key:"1t2jsx"}],["path",{d:"m22 22-5-10-5 10",key:"don7ne"}],["path",{d:"M14 18h6",key:"1m8k6r"}]],yF=Y("languages",t51);var n51=[["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}],["rect",{x:"3",y:"4",width:"18",height:"12",rx:"2",key:"8ur36m"}]],VF=Y("laptop-minimal-check",n51);var i51=[["rect",{width:"18",height:"12",x:"3",y:"4",rx:"2",ry:"2",key:"1qhy41"}],["line",{x1:"2",x2:"22",y1:"20",y2:"20",key:"ni3hll"}]],f8=Y("laptop-minimal",i51);var o51=[["path",{d:"M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z",key:"1pdavp"}],["path",{d:"M20.054 15.987H3.946",key:"14rxg9"}]],CF=Y("laptop",o51);var e51=[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M7 16.93c.96.43 1.96.74 2.99.91",key:"ybbtv3"}],["path",{d:"M3.34 14A6.8 6.8 0 0 1 2 10c0-4.42 4.48-8 10-8s10 3.58 10 8a7.19 7.19 0 0 1-.33 2",key:"gt5e1w"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}],["path",{d:"M14.33 22h-.09a.35.35 0 0 1-.24-.32v-10a.34.34 0 0 1 .33-.34c.08 0 .15.03.21.08l7.34 6a.33.33 0 0 1-.21.59h-4.49l-2.57 3.85a.35.35 0 0 1-.28.14z",key:"72q637"}]],bF=Y("lasso-select",e51);var J71=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z",key:"b2q4dd"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]],kF=Y("laugh",J71);var Z71=[["path",{d:"M3.704 14.467a10 8 0 1 1 3.115 2.375",key:"wxgc5m"}],["path",{d:"M7 22a5 5 0 0 1-2-3.994",key:"1xp6a4"}],["circle",{cx:"5",cy:"16",r:"2",key:"18csp3"}]],UF=Y("lasso",Z71);var Y71=[["path",{d:"M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74z",key:"15q6uc"}],["path",{d:"m20 14.285 1.5.845a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74l1.5-.845",key:"byia6g"}]],SF=Y("layers-2",Y71);var Q71=[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 .83.18 2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.831z",key:"zzgyd3"}],["path",{d:"M16 17h6",key:"1ook5g"}],["path",{d:"M19 14v6",key:"1ckrd5"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 .825.178",key:"1ia9y3"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l2.116-.962",key:"jksky3"}]],DF=Y("layers-plus",Q71);var X71=[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]],I8=Y("layers",X71);var G71=[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}]],EF=Y("layout-grid",G71);var W71=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]],P9=Y("layout-dashboard",W71);var H71=[["rect",{width:"7",height:"7",x:"3",y:"3",rx:"1",key:"1g98yp"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["path",{d:"M14 4h7",key:"3xa0d5"}],["path",{d:"M14 9h7",key:"1icrd9"}],["path",{d:"M14 15h7",key:"1mj8o2"}],["path",{d:"M14 20h7",key:"11slyb"}]],A9=Y("layout-list",H71);var q71=[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"7",height:"7",x:"3",y:"14",rx:"1",key:"1bb6yr"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]],RF=Y("layout-panel-top",q71);var z71=[["rect",{width:"7",height:"18",x:"3",y:"3",rx:"1",key:"2obqm"}],["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["rect",{width:"7",height:"7",x:"14",y:"14",rx:"1",key:"nxv5o0"}]],MF=Y("layout-panel-left",z71);var K71=[["rect",{width:"18",height:"7",x:"3",y:"3",rx:"1",key:"f1a2em"}],["rect",{width:"9",height:"7",x:"3",y:"14",rx:"1",key:"jqznyg"}],["rect",{width:"5",height:"7",x:"16",y:"14",rx:"1",key:"q5h2i8"}]],vF=Y("layout-template",K71);var B71=[["path",{d:"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z",key:"nnexq3"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12",key:"mt58a7"}]],xF=Y("leaf",B71);var $71=[["path",{d:"M2 22c1.25-.987 2.27-1.975 3.9-2.2a5.56 5.56 0 0 1 3.8 1.5 4 4 0 0 0 6.187-2.353 3.5 3.5 0 0 0 3.69-5.116A3.5 3.5 0 0 0 20.95 8 3.5 3.5 0 1 0 16 3.05a3.5 3.5 0 0 0-5.831 1.373 3.5 3.5 0 0 0-5.116 3.69 4 4 0 0 0-2.348 6.155C3.499 15.42 4.409 16.712 4.2 18.1 3.926 19.743 3.014 20.732 2 22",key:"1134nt"}],["path",{d:"M2 22 17 7",key:"1q7jp2"}]],hF=Y("leafy-green",$71);var F71=[["path",{d:"M16 12h3a2 2 0 0 0 1.902-1.38l1.056-3.333A1 1 0 0 0 21 6H3a1 1 0 0 0-.958 1.287l1.056 3.334A2 2 0 0 0 5 12h3",key:"13jjxg"}],["path",{d:"M18 6V3a1 1 0 0 0-1-1h-3",key:"1550fe"}],["rect",{width:"8",height:"12",x:"8",y:"10",rx:"1",key:"qmu8b6"}]],fF=Y("lectern",F71);var P71=[["path",{d:"M7 2a1 1 0 0 0-.8 1.6 14 14 0 0 1 0 16.8A1 1 0 0 0 7 22h10a1 1 0 0 0 .8-1.6 14 14 0 0 1 0-16.8A1 1 0 0 0 17 2z",key:"109j23"}]],IF=Y("lens-concave",P71);var A71=[["path",{d:"M13.433 2a1 1 0 0 1 .824.448 18 18 0 0 1 0 19.104 1 1 0 0 1-.824.448h-2.866a1 1 0 0 1-.824-.448 18 18 0 0 1 0-19.104A1 1 0 0 1 10.567 2z",key:"cq67go"}]],jF=Y("lens-convex",A71);var O71=[["rect",{width:"8",height:"18",x:"3",y:"3",rx:"1",key:"oynpb5"}],["path",{d:"M7 3v18",key:"bbkbws"}],["path",{d:"M20.4 18.9c.2.5-.1 1.1-.6 1.3l-1.9.7c-.5.2-1.1-.1-1.3-.6L11.1 5.1c-.2-.5.1-1.1.6-1.3l1.9-.7c.5-.2 1.1.1 1.3.6Z",key:"1qboyk"}]],gF=Y("library-big",O71);var T71=[["path",{d:"m16 6 4 14",key:"ji33uf"}],["path",{d:"M12 6v14",key:"1n7gus"}],["path",{d:"M8 8v12",key:"1gg7y9"}],["path",{d:"M4 4v16",key:"6qkkli"}]],NF=Y("library",T71);var w71=[["path",{d:"M14 12h2v8",key:"c1fccl"}],["path",{d:"M14 20h4",key:"lzx1xo"}],["path",{d:"M6 12h4",key:"a4o3ry"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M8 20V8a4 4 0 0 1 7.464-2",key:"wk9t6r"}]],LF=Y("ligature",w71);var y71=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.93 4.93 4.24 4.24",key:"1ymg45"}],["path",{d:"m14.83 9.17 4.24-4.24",key:"1cb5xl"}],["path",{d:"m14.83 14.83 4.24 4.24",key:"q42g0n"}],["path",{d:"m9.17 14.83-4.24 4.24",key:"bqpfvv"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]],mF=Y("life-buoy",y71);var V71=[["path",{d:"M16.8 11.2c.8-.9 1.2-2 1.2-3.2a6 6 0 0 0-9.3-5",key:"1fkcox"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M6.3 6.3a4.67 4.67 0 0 0 1.2 5.2c.7.7 1.3 1.5 1.5 2.5",key:"10m8kw"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]],_F=Y("lightbulb-off",V71);var C71=[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",key:"1gvzjb"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]],uF=Y("lightbulb",C71);var b71=[["path",{d:"M7 3.5c5-2 7 2.5 3 4C1.5 10 2 15 5 16c5 2 9-10 14-7s.5 13.5-4 12c-5-2.5.5-11 6-2",key:"1lrphd"}]],pF=Y("line-squiggle",b71);var k71=[["path",{d:"M 3 12 L 15 12",key:"ymhu98"}],["circle",{cx:"18",cy:"12",r:"3",key:"1kchzo"}]],lF=Y("line-dot-right-horizontal",k71);var U71=[["path",{d:"M9 17H7A5 5 0 0 1 7 7",key:"10o201"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8",key:"1d3206"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12",key:"rvw6j4"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],dF=Y("link-2-off",U71);var S71=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],sF=Y("link-2",S71);var D71=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],$2=Y("link",D71);var E71=[["path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z",key:"c2jq9f"}],["rect",{width:"4",height:"12",x:"2",y:"9",key:"mk3on5"}],["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}]],rF=Y("linkedin",E71);var R71=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M11 19H3",key:"zflm78"}],["path",{d:"m15 18 2 2 4-4",key:"1szwhi"}]],aF=Y("list-check",R71);var M71=[["path",{d:"M13 5h8",key:"a7qcls"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}]],cF=Y("list-checks",M71);var v71=[["path",{d:"M3 5h8",key:"18g2rq"}],["path",{d:"M3 12h8",key:"1xfjp6"}],["path",{d:"M3 19h8",key:"fpbke4"}],["path",{d:"m15 5 3 3 3-3",key:"1t4thf"}],["path",{d:"m15 19 3-3 3 3",key:"y4ckd2"}]],tF=Y("list-chevrons-down-up",v71);var x71=[["path",{d:"M3 5h8",key:"18g2rq"}],["path",{d:"M3 12h8",key:"1xfjp6"}],["path",{d:"M3 19h8",key:"fpbke4"}],["path",{d:"m15 8 3-3 3 3",key:"bc4io6"}],["path",{d:"m15 16 3 3 3-3",key:"9wmg1l"}]],nF=Y("list-chevrons-up-down",x71);var h71=[["path",{d:"M10 5h11",key:"1hkqpe"}],["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 19h11",key:"14g2nv"}],["path",{d:"m3 10 3-3-3-3",key:"i7pm08"}],["path",{d:"m3 20 3-3-3-3",key:"20gx1n"}]],iF=Y("list-collapse",h71);var f71=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M9 19H3",key:"s61nz1"}],["path",{d:"m16 16-3 3 3 3",key:"117b85"}],["path",{d:"M21 5v12a2 2 0 0 1-2 2h-6",key:"hey24a"}]],oF=Y("list-end",f71);var I71=[["path",{d:"M12 5H2",key:"1o22fu"}],["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M9 19h6",key:"456am0"}],["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 8V2",key:"1wcffq"}]],eF=Y("list-filter-plus",I71);var j71=[["path",{d:"M2 5h20",key:"1fs1ex"}],["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M9 19h6",key:"456am0"}]],JP=Y("list-filter",j71);var g71=[["path",{d:"M21 5H11",key:"us1j55"}],["path",{d:"M21 12H11",key:"wd7e0v"}],["path",{d:"M21 19H11",key:"saa85w"}],["path",{d:"m7 8-4 4 4 4",key:"o5hrat"}]],F2=Y("list-indent-decrease",g71);var N71=[["path",{d:"M21 5H11",key:"us1j55"}],["path",{d:"M21 12H11",key:"wd7e0v"}],["path",{d:"M21 19H11",key:"saa85w"}],["path",{d:"m3 8 4 4-4 4",key:"1a3j6y"}]],P2=Y("list-indent-increase",N71);var L71=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 19H3",key:"zzsher"}],["path",{d:"M21 12h-6",key:"bt1uis"}]],ZP=Y("list-minus",L71);var m71=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M11 19H3",key:"zflm78"}],["path",{d:"M21 16V5",key:"yxg4q8"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]],YP=Y("list-music",m71);var _71=[["path",{d:"M11 5h10",key:"1cz7ny"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 19h10",key:"11t30w"}],["path",{d:"M4 4h1v5",key:"10yrso"}],["path",{d:"M4 9h2",key:"r1h2o0"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02",key:"xtkcd5"}]],q5=Y("list-ordered",_71);var u71=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 19H3",key:"zzsher"}],["path",{d:"M18 9v6",key:"1twb98"}],["path",{d:"M21 12h-6",key:"bt1uis"}]],QP=Y("list-plus",u71);var p71=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M7 12H3",key:"13ou7f"}],["path",{d:"M7 19H3",key:"wbqt3n"}],["path",{d:"M12 18a5 5 0 0 0 9-3 4.5 4.5 0 0 0-4.5-4.5c-1.33 0-2.54.54-3.41 1.41L11 14",key:"qth677"}],["path",{d:"M11 10v4h4",key:"172dkj"}]],XP=Y("list-restart",p71);var l71=[["path",{d:"M13 5h8",key:"a7qcls"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["rect",{x:"3",y:"4",width:"6",height:"6",rx:"1",key:"cif1o7"}]],GP=Y("list-todo",l71);var d71=[["path",{d:"M3 5h6",key:"1ltk0q"}],["path",{d:"M3 12h13",key:"ppymz1"}],["path",{d:"M3 19h13",key:"bpdczq"}],["path",{d:"m16 8-3-3 3-3",key:"1pjpp6"}],["path",{d:"M21 19V7a2 2 0 0 0-2-2h-6",key:"4zzq67"}]],WP=Y("list-start",d71);var s71=[["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"M3 10a2 2 0 0 0 2 2h3",key:"1npucw"}],["path",{d:"M3 5v12a2 2 0 0 0 2 2h3",key:"x1gjn2"}]],HP=Y("list-tree",s71);var r71=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M10 12H3",key:"1ulcyk"}],["path",{d:"M10 19H3",key:"108z41"}],["path",{d:"M15 12.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997a1 1 0 0 1-1.517-.86z",key:"ms4nik"}]],qP=Y("list-video",r71);var a71=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 19H3",key:"zzsher"}],["path",{d:"m15.5 9.5 5 5",key:"ytk86i"}],["path",{d:"m20.5 9.5-5 5",key:"17o44f"}]],zP=Y("list-x",a71);var c71=[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]],z5=Y("list",c71);var t71=[["path",{d:"M22 12a1 1 0 0 1-10 0 1 1 0 0 0-10 0",key:"1lzz15"}],["path",{d:"M7 20.7a1 1 0 1 1 5-8.7 1 1 0 1 0 5-8.6",key:"1gnrpi"}],["path",{d:"M7 3.3a1 1 0 1 1 5 8.6 1 1 0 1 0 5 8.6",key:"u9yy5q"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],KP=Y("loader-pinwheel",t71);var n71=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]],e=Y("loader-circle",n71);var i71=[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]],BP=Y("loader",i71);var o71=[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],$P=Y("locate-fixed",o71);var e71=[["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M12 2v3",key:"qbqxhf"}],["path",{d:"M18.89 13.24a7 7 0 0 0-8.13-8.13",key:"1v9jrh"}],["path",{d:"M19 12h3",key:"osuazr"}],["path",{d:"M2 12h3",key:"1wrr53"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7.05 7.05a7 7 0 0 0 9.9 9.9",key:"rc5l2e"}]],FP=Y("locate-off",e71);var J81=[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}]],PP=Y("locate",J81);var Z81=[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{width:"18",height:"12",x:"3",y:"10",rx:"2",key:"l0tzu3"}],["path",{d:"M7 10V7a5 5 0 0 1 9.33-2.5",key:"car5b7"}]],j8=Y("lock-keyhole-open",Z81);var Y81=[["circle",{cx:"12",cy:"16",r:"1",key:"1au0dj"}],["rect",{x:"3",y:"10",width:"18",height:"12",rx:"2",key:"6s8ecr"}],["path",{d:"M7 10V7a5 5 0 0 1 10 0v3",key:"1pqi11"}]],AP=Y("lock-keyhole",Y81);var Q81=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 9.9-1",key:"1mm8w8"}]],g8=Y("lock-open",Q81);var X81=[["path",{d:"m10 17 5-5-5-5",key:"1bsop3"}],["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}]],OP=Y("log-in",X81);var G81=[["rect",{width:"18",height:"11",x:"3",y:"11",rx:"2",ry:"2",key:"1w4ew1"}],["path",{d:"M7 11V7a5 5 0 0 1 10 0v4",key:"fwvmzm"}]],A2=Y("lock",G81);var W81=[["path",{d:"M3 5h1",key:"1mv5vm"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M3 19h1",key:"w6f3n9"}],["path",{d:"M8 5h1",key:"1nxr5w"}],["path",{d:"M8 12h1",key:"1con00"}],["path",{d:"M8 19h1",key:"k7p10e"}],["path",{d:"M13 5h8",key:"a7qcls"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}]],TP=Y("logs",W81);var H81=[["path",{d:"m16 17 5-5-5-5",key:"1bji2h"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}]],O9=Y("log-out",H81);var q81=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M11 11a2 2 0 0 0 4 0 4 4 0 0 0-8 0 6 6 0 0 0 12 0",key:"107gwy"}]],wP=Y("lollipop",q81);var z81=[["path",{d:"M6 20a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1m57jg"}],["path",{d:"M8 18V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v14",key:"1l99gc"}],["path",{d:"M10 20h4",key:"ni2waw"}],["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["circle",{cx:"8",cy:"20",r:"2",key:"ckkr5m"}]],yP=Y("luggage",z81);var K81=[["path",{d:"m12 15 4 4",key:"lnac28"}],["path",{d:"M2.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.029-6.029a1 1 0 1 1 3 3l-6.029 6.029a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l6.365-6.367A1 1 0 0 0 8.716 4.282z",key:"nlhkjb"}],["path",{d:"m5 8 4 4",key:"j6kj7e"}]],VP=Y("magnet",K81);var B81=[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]],CP=Y("mail-check",B81);var $81=[["path",{d:"M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"fuxbkv"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M16 19h6",key:"xwg31i"}]],bP=Y("mail-minus",$81);var F81=[["path",{d:"M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z",key:"1jhwl8"}],["path",{d:"m22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10",key:"1qfld7"}]],kP=Y("mail-open",F81);var P81=[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2",key:"7z9rxb"}],["path",{d:"M20 22v.01",key:"12bgn6"}]],N8=Y("mail-question-mark",P81);var A81=[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8",key:"12jkf8"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M16 19h6",key:"xwg31i"}]],UP=Y("mail-plus",A81);var O81=[["path",{d:"M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5",key:"e61zoh"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M20 14v4",key:"1hm744"}],["path",{d:"M20 22v.01",key:"12bgn6"}]],SP=Y("mail-warning",O81);var T81=[["path",{d:"M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5",key:"w80f2v"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"8lzu5m"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.5-1.5",key:"1x83k4"}]],DP=Y("mail-search",T81);var w81=[["path",{d:"M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9",key:"1j9vog"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}],["path",{d:"m17 17 4 4",key:"1b3523"}],["path",{d:"m21 17-4 4",key:"uinynz"}]],EP=Y("mail-x",w81);var y81=[["path",{d:"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7",key:"132q7q"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}]],RP=Y("mail",y81);var V81=[["path",{d:"M22 17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5C2 7 4 5 6.5 5H18c2.2 0 4 1.8 4 4v8Z",key:"1lbycx"}],["polyline",{points:"15,9 18,9 18,11",key:"1pm9c0"}],["path",{d:"M6.5 5C9 5 11 7 11 9.5V17a2 2 0 0 1-2 2",key:"15i455"}],["line",{x1:"6",x2:"7",y1:"10",y2:"10",key:"1e2scm"}]],MP=Y("mailbox",V81);var C81=[["path",{d:"M17 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 1-1.732",key:"1vyzll"}],["path",{d:"m22 5.5-6.419 4.179a2 2 0 0 1-2.162 0L7 5.5",key:"k7ramc"}],["rect",{x:"7",y:"3",width:"15",height:"12",rx:"2",key:"17196g"}]],vP=Y("mails",C81);var b81=[["path",{d:"m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14",key:"40pylx"}],["path",{d:"M15 5.764V14",key:"1bab71"}],["path",{d:"M21 18h-6",key:"139f0c"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]],xP=Y("map-minus",b81);var k81=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]],hP=Y("map-pin-check-inside",k81);var U81=[["path",{d:"M19.43 12.935c.357-.967.57-1.955.57-2.935a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32.197 32.197 0 0 0 .813-.728",key:"1dq61d"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m16 18 2 2 4-4",key:"1mkfmb"}]],fP=Y("map-pin-check",U81);var S81=[["path",{d:"M15 22a1 1 0 0 1-1-1v-4a1 1 0 0 1 .445-.832l3-2a1 1 0 0 1 1.11 0l3 2A1 1 0 0 1 22 17v4a1 1 0 0 1-1 1z",key:"1p1rcz"}],["path",{d:"M18 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 .601.2",key:"mcbcs9"}],["path",{d:"M18 22v-3",key:"1t1ugv"}],["circle",{cx:"10",cy:"10",r:"3",key:"1ns7v1"}]],IP=Y("map-pin-house",S81);var D81=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M9 10h6",key:"9gxzsh"}]],jP=Y("map-pin-minus-inside",D81);var E81=[["path",{d:"M18.977 14C19.6 12.701 20 11.343 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"11uxia"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}]],gP=Y("map-pin-minus",E81);var R81=[["path",{d:"M17.97 9.304A8 8 0 0 0 2 10c0 4.69 4.887 9.562 7.022 11.468",key:"1fahp3"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"10",r:"3",key:"1ns7v1"}]],L8=Y("map-pin-pen",R81);var M81=[["path",{d:"M12.75 7.09a3 3 0 0 1 2.16 2.16",key:"1d4wjd"}],["path",{d:"M17.072 17.072c-1.634 2.17-3.527 3.912-4.471 4.727a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 1.432-4.568",key:"12yil7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.475 2.818A8 8 0 0 1 20 10c0 1.183-.31 2.377-.81 3.533",key:"lhrkcz"}],["path",{d:"M9.13 9.13a3 3 0 0 0 3.74 3.74",key:"13wojd"}]],NP=Y("map-pin-off",M81);var v81=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]],LP=Y("map-pin-plus-inside",v81);var x81=[["path",{d:"M19.914 11.105A7.298 7.298 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 32 32 0 0 0 .824-.738",key:"fcdtly"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M16 18h6",key:"987eiv"}],["path",{d:"M19 15v6",key:"10aioa"}]],mP=Y("map-pin-plus",x81);var h81=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]],_P=Y("map-pin-x-inside",h81);var f81=[["path",{d:"M19.752 11.901A7.78 7.78 0 0 0 20 10a8 8 0 0 0-16 0c0 4.993 5.539 10.193 7.399 11.799a1 1 0 0 0 1.202 0 19 19 0 0 0 .09-.077",key:"y0ewhp"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"m21.5 15.5-5 5",key:"11iqnx"}],["path",{d:"m21.5 20.5-5-5",key:"1bylgx"}]],uP=Y("map-pin-x",f81);var I81=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]],pP=Y("map-pin",I81);var j81=[["path",{d:"M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0",key:"11u0oz"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["path",{d:"M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712",key:"q8zwxj"}]],lP=Y("map-pinned",j81);var g81=[["path",{d:"m11 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V12",key:"svfegj"}],["path",{d:"M15 5.764V12",key:"1ocw4k"}],["path",{d:"M18 15v6",key:"9wciyi"}],["path",{d:"M21 18h-6",key:"139f0c"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]],dP=Y("map-plus",g81);var N81=[["path",{d:"M14.106 5.553a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619v12.764a1 1 0 0 1-.553.894l-4.553 2.277a2 2 0 0 1-1.788 0l-4.212-2.106a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0z",key:"169xi5"}],["path",{d:"M15 5.764v15",key:"1pn4in"}],["path",{d:"M9 3.236v15",key:"1uimfh"}]],sP=Y("map",N81);var L81=[["path",{d:"m14 6 4 4",key:"1q72g9"}],["path",{d:"M17 3h4v4",key:"19p9u1"}],["path",{d:"m21 3-7.75 7.75",key:"1cjbfd"}],["circle",{cx:"9",cy:"15",r:"6",key:"bx5svt"}]],rP=Y("mars-stroke",L81);var m81=[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"m21 3-6.75 6.75",key:"pv0uzu"}],["circle",{cx:"10",cy:"14",r:"6",key:"1qwbdc"}]],aP=Y("mars",m81);var _81=[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M12 11v11",key:"ur9y6a"}],["path",{d:"m19 3-7 8-7-8Z",key:"1sgpiw"}]],cP=Y("martini",_81);var u81=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"m21 3-7 7",key:"1l2asr"}],["path",{d:"m3 21 7-7",key:"tjx5ai"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]],tP=Y("maximize-2",u81);var p81=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v3",key:"1dcmit"}],["path",{d:"M21 8V5a2 2 0 0 0-2-2h-3",key:"1e4gt3"}],["path",{d:"M3 16v3a2 2 0 0 0 2 2h3",key:"wsl5sc"}],["path",{d:"M16 21h3a2 2 0 0 0 2-2v-3",key:"18trek"}]],nP=Y("maximize",p81);var l81=[["path",{d:"M11.636 6A13 13 0 0 0 19.4 3.2 1 1 0 0 1 21 4v11.344",key:"bycexp"}],["path",{d:"M14.378 14.357A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h1",key:"1t17s6"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14",key:"1853fq"}],["path",{d:"M8 8v6",key:"aieo6v"}]],iP=Y("megaphone-off",l81);var d81=[["path",{d:"M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15",key:"143lza"}],["path",{d:"M11 12 5.12 2.2",key:"qhuxz6"}],["path",{d:"m13 12 5.88-9.8",key:"hbye0f"}],["path",{d:"M8 7h8",key:"i86dvs"}],["circle",{cx:"12",cy:"17",r:"5",key:"qbz8iq"}],["path",{d:"M12 18v-2h-.5",key:"fawc4q"}]],oP=Y("medal",d81);var s81=[["path",{d:"M11 6a13 13 0 0 0 8.4-2.8A1 1 0 0 1 21 4v12a1 1 0 0 1-1.6.8A13 13 0 0 0 11 14H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z",key:"q8bfy3"}],["path",{d:"M6 14a12 12 0 0 0 2.4 7.2 2 2 0 0 0 3.2-2.4A8 8 0 0 1 10 14",key:"1853fq"}],["path",{d:"M8 6v8",key:"15ugcq"}]],eP=Y("megaphone",s81);var r81=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"8",x2:"16",y1:"15",y2:"15",key:"1xb1d9"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]],JA=Y("meh",r81);var a81=[["path",{d:"M12 12v-2",key:"fwoke6"}],["path",{d:"M12 18v-2",key:"qj6yno"}],["path",{d:"M16 12v-2",key:"heuere"}],["path",{d:"M16 18v-2",key:"s1ct0w"}],["path",{d:"M2 11h1.5",key:"15p63e"}],["path",{d:"M20 18v-2",key:"12ehxp"}],["path",{d:"M20.5 11H22",key:"khsy7a"}],["path",{d:"M4 18v-2",key:"1c3oqr"}],["path",{d:"M8 12v-2",key:"1mwtfd"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["rect",{x:"2",y:"6",width:"20",height:"10",rx:"2",key:"1qcswk"}]],ZA=Y("memory-stick",a81);var c81=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],YA=Y("menu",c81);var t81=[["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M12 2v10.3a4 4 0 0 1-1.172 2.872L4 22",key:"1hyw0i"}],["path",{d:"m20 22-5-5",key:"1m27yz"}]],QA=Y("merge",t81);var n81=[["path",{d:"m10 9-3 3 3 3",key:"1oro0q"}],["path",{d:"m14 15 3-3-3-3",key:"bz13h7"}],["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],XA=Y("message-circle-code",n81);var i81=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],GA=Y("message-circle-check",i81);var o81=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 5.004 2.224 3 3 0 0 1-.832 2.083l-3.447 3.62a1 1 0 0 1-1.45-.001z",key:"hoo97p"}]],WA=Y("message-circle-heart",o81);var e81=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]],HA=Y("message-circle-more",e81);var J61=[["path",{d:"M10.1 2.182a10 10 0 0 1 3.8 0",key:"5ilxe3"}],["path",{d:"M13.9 21.818a10 10 0 0 1-3.8 0",key:"11zvb9"}],["path",{d:"M17.609 3.72a10 10 0 0 1 2.69 2.7",key:"jiglxs"}],["path",{d:"M2.182 13.9a10 10 0 0 1 0-3.8",key:"c0bmvh"}],["path",{d:"M20.28 17.61a10 10 0 0 1-2.7 2.69",key:"elg7ff"}],["path",{d:"M21.818 10.1a10 10 0 0 1 0 3.8",key:"qkgqxc"}],["path",{d:"M3.721 6.391a10 10 0 0 1 2.7-2.69",key:"1mcia2"}],["path",{d:"m6.163 21.117-2.906.85a1 1 0 0 1-1.236-1.169l.965-2.98",key:"1qsu07"}]],qA=Y("message-circle-dashed",J61);var Z61=[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M4.93 4.929a10 10 0 0 0-1.938 11.412 2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 0 0 11.302-1.989",key:"7il5tn"}],["path",{d:"M8.35 2.69A10 10 0 0 1 21.3 15.65",key:"1pfsoa"}]],zA=Y("message-circle-off",Z61);var Y61=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]],KA=Y("message-circle-plus",Y61);var Q61=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],m8=Y("message-circle-question-mark",Q61);var X61=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}],["path",{d:"M7 12h8a2 2 0 0 1 2 2v1",key:"89sh1g"}]],BA=Y("message-circle-reply",X61);var G61=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]],$A=Y("message-circle-warning",G61);var W61=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],FA=Y("message-circle-x",W61);var H61=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.7.7 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"m0kn7k"}],["path",{d:"m9 11 2 2 4-4",key:"kz4plv"}]],PA=Y("message-square-check",H61);var q61=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],AA=Y("message-circle",q61);var z61=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"m10 8-3 3 3 3",key:"fp6dz7"}],["path",{d:"m14 14 3-3-3-3",key:"1yrceu"}]],OA=Y("message-square-code",z61);var K61=[["path",{d:"M14 3h2",key:"1d12a5"}],["path",{d:"M16 19h-2",key:"1agirb"}],["path",{d:"M2 12v-2",key:"1ey295"}],["path",{d:"M2 16v5.286a.71.71 0 0 0 1.212.502l1.149-1.149",key:"120k8q"}],["path",{d:"M20 19a2 2 0 0 0 2-2v-1",key:"ior8tn"}],["path",{d:"M22 10v2",key:"rmlecy"}],["path",{d:"M22 6V5a2 2 0 0 0-2-2",key:"sp3k6r"}],["path",{d:"M4 3a2 2 0 0 0-2 2v1",key:"11zt7s"}],["path",{d:"M8 19h2",key:"jnunrx"}],["path",{d:"M8 3h2",key:"ysbsee"}]],TA=Y("message-square-dashed",K61);var B61=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M10 15h4",key:"192ueg"}],["path",{d:"M10 9h4",key:"u4k05v"}],["path",{d:"M12 7v4",key:"xawao1"}]],wA=Y("message-square-diff",B61);var $61=[["path",{d:"M12.7 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4.7",key:"wjb7ig"}],["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}]],yA=Y("message-square-dot",$61);var F61=[["path",{d:"M22 8.5V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H10",key:"fu6chl"}],["path",{d:"M20 15v-2a2 2 0 0 0-4 0v2",key:"vl8a78"}],["rect",{x:"14",y:"15",width:"8",height:"5",rx:"1",key:"37aafw"}]],VA=Y("message-square-lock",F61);var P61=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M7.5 9.5c0 .687.265 1.383.697 1.844l3.009 3.264a1.14 1.14 0 0 0 .407.314 1 1 0 0 0 .783-.004 1.14 1.14 0 0 0 .398-.31l3.008-3.264A2.77 2.77 0 0 0 16.5 9.5 2.5 2.5 0 0 0 12 8a2.5 2.5 0 0 0-4.5 1.5",key:"1faxuh"}]],CA=Y("message-square-heart",P61);var A61=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M12 11h.01",key:"z322tv"}],["path",{d:"M16 11h.01",key:"xkw8gn"}],["path",{d:"M8 11h.01",key:"1dfujw"}]],bA=Y("message-square-more",A61);var O61=[["path",{d:"M19 19H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.7.7 0 0 1 2 21.286V5a2 2 0 0 1 1.184-1.826",key:"1wyg69"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8.656 3H20a2 2 0 0 1 2 2v11.344",key:"mhl4k6"}]],kA=Y("message-square-off",O61);var T61=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M12 8v6",key:"1ib9pf"}],["path",{d:"M9 11h6",key:"1fldmi"}]],UA=Y("message-square-plus",T61);var w61=[["path",{d:"M14 14a2 2 0 0 0 2-2V8h-2",key:"1r06pg"}],["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M8 14a2 2 0 0 0 2-2V8H8",key:"1jzu5j"}]],SA=Y("message-square-quote",w61);var y61=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"m10 8-3 3 3 3",key:"fp6dz7"}],["path",{d:"M17 14v-1a2 2 0 0 0-2-2H7",key:"1tkjnz"}]],DA=Y("message-square-reply",y61);var V61=[["path",{d:"M12 3H4a2 2 0 0 0-2 2v16.286a.71.71 0 0 0 1.212.502l2.202-2.202A2 2 0 0 1 6.828 19H20a2 2 0 0 0 2-2v-4",key:"11da1y"}],["path",{d:"M16 3h6v6",key:"1bx56c"}],["path",{d:"m16 9 6-6",key:"m4dnic"}]],EA=Y("message-square-share",V61);var C61=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M12 15h.01",key:"q59x07"}],["path",{d:"M12 7v4",key:"xawao1"}]],RA=Y("message-square-warning",C61);var b61=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M7 11h10",key:"1twpyw"}],["path",{d:"M7 15h6",key:"d9of3u"}],["path",{d:"M7 7h8",key:"af5zfr"}]],MA=Y("message-square-text",b61);var k61=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"m14.5 8.5-5 5",key:"19tnj2"}],["path",{d:"m9.5 8.5 5 5",key:"1oa8ql"}]],vA=Y("message-square-x",k61);var U61=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}]],xA=Y("message-square",U61);var S61=[["path",{d:"M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z",key:"1n2ejm"}],["path",{d:"M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1",key:"1qfcsi"}]],hA=Y("messages-square",S61);var D61=[["path",{d:"M12 11.4V9.1",key:"audfby"}],["path",{d:"m12 17 6.59-6.59",key:"c0sb7j"}],["path",{d:"m15.05 5.7-.218-.691a3 3 0 0 0-5.663 0L4.418 19.695A1 1 0 0 0 5.37 21h13.253a1 1 0 0 0 .951-1.31L18.45 16.2",key:"1pkfrk"}],["circle",{cx:"20",cy:"9",r:"2",key:"1udoqf"}]],fA=Y("metronome",D61);var E61=[["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33",key:"1gzdoj"}],["path",{d:"M16.95 16.95A7 7 0 0 1 5 12v-2",key:"cqa7eg"}],["path",{d:"M18.89 13.23A7 7 0 0 0 19 12v-2",key:"16hl24"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12",key:"r2i35w"}]],IA=Y("mic-off",E61);var R61=[["path",{d:"m11 7.601-5.994 8.19a1 1 0 0 0 .1 1.298l.817.818a1 1 0 0 0 1.314.087L15.09 12",key:"80a601"}],["path",{d:"M16.5 21.174C15.5 20.5 14.372 20 13 20c-2.058 0-3.928 2.356-6 2-2.072-.356-2.775-3.369-1.5-4.5",key:"j0ngtp"}],["circle",{cx:"16",cy:"7",r:"5",key:"d08jfb"}]],_8=Y("mic-vocal",R61);var M61=[["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["rect",{x:"9",y:"2",width:"6",height:"13",rx:"3",key:"s6n7sd"}]],jA=Y("mic",M61);var v61=[["path",{d:"M10 12h4",key:"a56b0p"}],["path",{d:"M10 17h4",key:"pvmtpo"}],["path",{d:"M10 7h4",key:"1vgcok"}],["path",{d:"M18 12h2",key:"quuxs7"}],["path",{d:"M18 18h2",key:"4scel"}],["path",{d:"M18 6h2",key:"1ptzki"}],["path",{d:"M4 12h2",key:"1ltxp0"}],["path",{d:"M4 18h2",key:"1xrofg"}],["path",{d:"M4 6h2",key:"1cx33n"}],["rect",{x:"6",y:"2",width:"12",height:"20",rx:"2",key:"749fme"}]],gA=Y("microchip",v61);var x61=[["path",{d:"M6 18h8",key:"1borvv"}],["path",{d:"M3 22h18",key:"8prr45"}],["path",{d:"M14 22a7 7 0 1 0 0-14h-1",key:"1jwaiy"}],["path",{d:"M9 14h2",key:"197e7h"}],["path",{d:"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z",key:"1bmzmy"}],["path",{d:"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3",key:"1drr47"}]],NA=Y("microscope",x61);var h61=[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}],["path",{d:"M4 6a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h13a2 2 0 0 0 1.152-.365l3.424-2.317a1 1 0 0 0 0-1.635l-3.424-2.318A2 2 0 0 0 17 6z",key:"1btarq"}]],LA=Y("milestone",h61);var f61=[["rect",{width:"20",height:"15",x:"2",y:"4",rx:"2",key:"2no95f"}],["rect",{width:"8",height:"7",x:"6",y:"8",rx:"1",key:"zh9wx"}],["path",{d:"M18 8v7",key:"o5zi4n"}],["path",{d:"M6 19v2",key:"1loha6"}],["path",{d:"M18 19v2",key:"1dawf0"}]],mA=Y("microwave",f61);var I61=[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v1.343M15 2v2.789a4 4 0 0 0 .672 2.219l.656.984a4 4 0 0 1 .672 2.22v1.131M7.8 7.8l-.128.192A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-3",key:"y0ejgx"}],["path",{d:"M7 15a6.47 6.47 0 0 1 5 0 6.472 6.472 0 0 0 3.435.435",key:"iaxqsy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],_A=Y("milk-off",I61);var j61=[["path",{d:"M8 2h8",key:"1ssgc1"}],["path",{d:"M9 2v2.789a4 4 0 0 1-.672 2.219l-.656.984A4 4 0 0 0 7 10.212V20a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-9.789a4 4 0 0 0-.672-2.219l-.656-.984A4 4 0 0 1 15 4.788V2",key:"qtp12x"}],["path",{d:"M7 15a6.472 6.472 0 0 1 5 0 6.47 6.47 0 0 0 5 0",key:"ygeh44"}]],uA=Y("milk",j61);var g61=[["path",{d:"m14 10 7-7",key:"oa77jy"}],["path",{d:"M20 10h-6V4",key:"mjg0md"}],["path",{d:"m3 21 7-7",key:"tjx5ai"}],["path",{d:"M4 14h6v6",key:"rmj7iw"}]],pA=Y("minimize-2",g61);var N61=[["path",{d:"M8 3v3a2 2 0 0 1-2 2H3",key:"hohbtr"}],["path",{d:"M21 8h-3a2 2 0 0 1-2-2V3",key:"5jw1f3"}],["path",{d:"M3 16h3a2 2 0 0 1 2 2v3",key:"198tvr"}],["path",{d:"M16 21v-3a2 2 0 0 1 2-2h3",key:"ph8mxp"}]],lA=Y("minimize",N61);var L61=[["path",{d:"M5 12h14",key:"1ays0h"}]],dA=Y("minus",L61);var m61=[["path",{d:"M11 6 8 9",key:"7zt14w"}],["path",{d:"m16 7-8 8",key:"tkgtvu"}],["rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",key:"1uxh74"}]],sA=Y("mirror-rectangular",m61);var _61=[["path",{d:"M10 6.6 8.6 8",key:"itrr7k"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"M15 7.5 9.5 13",key:"1vyrsv"}],["path",{d:"M7 22h10",key:"10w4w3"}],["circle",{cx:"12",cy:"10",r:"8",key:"1gshiw"}]],rA=Y("mirror-round",_61);var u61=[["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]],aA=Y("monitor-check",u61);var p61=[["path",{d:"M11 13a3 3 0 1 1 2.83-4H14a2 2 0 0 1 0 4z",key:"1da4q6"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}]],cA=Y("monitor-cloud",p61);var l61=[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m14.305 7.53.923-.382",key:"1mlnsw"}],["path",{d:"m15.228 4.852-.923-.383",key:"82mpwg"}],["path",{d:"m16.852 3.228-.383-.924",key:"ln4sir"}],["path",{d:"m16.852 8.772-.383.923",key:"1dejw0"}],["path",{d:"m19.148 3.228.383-.924",key:"192kgf"}],["path",{d:"m19.53 9.696-.382-.924",key:"fiavlr"}],["path",{d:"m20.772 4.852.924-.383",key:"1j8mgp"}],["path",{d:"m20.772 7.148.924.383",key:"zix9be"}],["path",{d:"M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7",key:"1tnzv8"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}]],tA=Y("monitor-cog",l61);var d61=[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M22 12.307V15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8.693",key:"1dx6ho"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}]],nA=Y("monitor-dot",d61);var s61=[["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"m15 10-3 3-3-3",key:"lzhmyn"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]],iA=Y("monitor-down",s61);var r61=[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M17 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 1.184-1.826",key:"cv7jms"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M8.656 3H20a2 2 0 0 1 2 2v10a2 2 0 0 1-.293 1.042",key:"z8ni2w"}]],oA=Y("monitor-off",r61);var a61=[["path",{d:"M10 13V7",key:"1u13u9"}],["path",{d:"M14 13V7",key:"1vj9om"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]],eA=Y("monitor-pause",a61);var c61=[["path",{d:"M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8",key:"10dyio"}],["path",{d:"M10 19v-3.96 3.15",key:"1irgej"}],["path",{d:"M7 19h5",key:"qswx4l"}],["rect",{width:"6",height:"10",x:"16",y:"12",rx:"2",key:"1egngj"}]],JO=Y("monitor-smartphone",c61);var t61=[["path",{d:"M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z",key:"vbtd3f"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}]],ZO=Y("monitor-play",t61);var n61=[["path",{d:"M5.5 20H8",key:"1k40s5"}],["path",{d:"M17 9h.01",key:"1j24nn"}],["rect",{width:"10",height:"16",x:"12",y:"4",rx:"2",key:"ixliua"}],["path",{d:"M8 6H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h4",key:"1mp6e1"}],["circle",{cx:"17",cy:"15",r:"1",key:"tqvash"}]],YO=Y("monitor-speaker",n61);var i61=[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}],["rect",{x:"9",y:"7",width:"6",height:"6",rx:"1",key:"5m2oou"}]],QO=Y("monitor-stop",i61);var o61=[["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}],["path",{d:"M12 13V7",key:"h0r20n"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]],XO=Y("monitor-up",o61);var e61=[["path",{d:"m14.5 12.5-5-5",key:"1jahn5"}],["path",{d:"m9.5 12.5 5-5",key:"1k2t7b"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]],GO=Y("monitor-x",e61);var J41=[["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}],["line",{x1:"8",x2:"16",y1:"21",y2:"21",key:"1svkeh"}],["line",{x1:"12",x2:"12",y1:"17",y2:"21",key:"vw1qmm"}]],WO=Y("monitor",J41);var Z41=[["path",{d:"M18 5h4",key:"1lhgn2"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",key:"kfwtm"}]],HO=Y("moon-star",Z41);var Y41=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",key:"kfwtm"}]],qO=Y("moon",Y41);var Q41=[["path",{d:"m18 14-1-3",key:"bdajw9"}],["path",{d:"m3 9 6 2a2 2 0 0 1 2-2h2a2 2 0 0 1 1.99 1.81",key:"f5fotj"}],["path",{d:"M8 17h3a1 1 0 0 0 1-1 6 6 0 0 1 6-6 1 1 0 0 0 1-1v-.75A5 5 0 0 0 17 5",key:"3i90e2"}],["circle",{cx:"19",cy:"17",r:"3",key:"1otbdv"}],["circle",{cx:"5",cy:"17",r:"3",key:"1d8p0c"}]],zO=Y("motorbike",Q41);var X41=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}],["path",{d:"M4.14 15.08c2.62-1.57 5.24-1.43 7.86.42 2.74 1.94 5.49 2 8.23.19",key:"1pvmmp"}]],KO=Y("mountain-snow",X41);var G41=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}]],BO=Y("mountain",G41);var W41=[["path",{d:"M12 7.318V10",key:"17s7lh"}],["path",{d:"M5 10v5a7 7 0 0 0 14 0V9c0-3.527-2.608-6.515-6-7",key:"imk5ea"}],["circle",{cx:"7",cy:"4",r:"2",key:"ra7k3"}]],$O=Y("mouse-left",W41);var H41=[["path",{d:"M12 6v.343",key:"1gyhex"}],["path",{d:"M18.218 18.218A7 7 0 0 1 5 15V9a7 7 0 0 1 .782-3.218",key:"ukzz01"}],["path",{d:"M19 13.343V9A7 7 0 0 0 8.56 2.902",key:"104jy9"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]],FO=Y("mouse-off",H41);var q41=[["path",{d:"m15.55 8.45 5.138 2.087a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063L8.45 15.551",key:"1qoshx"}],["path",{d:"M22 2 2 22",key:"y4kqgn"}],["path",{d:"m6.816 11.528-2.779-6.84a.495.495 0 0 1 .651-.651l6.84 2.779",key:"mymuvk"}]],PO=Y("mouse-pointer-2-off",q41);var z41=[["path",{d:"M4.037 4.688a.495.495 0 0 1 .651-.651l16 6.5a.5.5 0 0 1-.063.947l-6.124 1.58a2 2 0 0 0-1.438 1.435l-1.579 6.126a.5.5 0 0 1-.947.063z",key:"edeuup"}]],AO=Y("mouse-pointer-2",z41);var K41=[["path",{d:"M2.034 2.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.944L8.204 7.545a1 1 0 0 0-.66.66l-1.066 3.443a.5.5 0 0 1-.944.033z",key:"11pp1i"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["path",{d:"m11.8 11.8 8.4 8.4",key:"oogvdj"}]],OO=Y("mouse-pointer-ban",K41);var B41=[["path",{d:"M14 4.1 12 6",key:"ita8i4"}],["path",{d:"m5.1 8-2.9-.8",key:"1go3kf"}],["path",{d:"m6 12-1.9 2",key:"mnht97"}],["path",{d:"M7.2 2.2 8 5.1",key:"1cfko1"}],["path",{d:"M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z",key:"s0h3yz"}]],TO=Y("mouse-pointer-click",B41);var $41=[["path",{d:"M12.586 12.586 19 19",key:"ea5xo7"}],["path",{d:"M3.688 3.037a.497.497 0 0 0-.651.651l6.5 15.999a.501.501 0 0 0 .947-.062l1.569-6.083a2 2 0 0 1 1.448-1.479l6.124-1.579a.5.5 0 0 0 .063-.947z",key:"277e5u"}]],wO=Y("mouse-pointer",$41);var F41=[["path",{d:"M12 7.318V10",key:"17s7lh"}],["path",{d:"M19 10v5a7 7 0 0 1-14 0V9c0-3.527 2.608-6.515 6-7",key:"2es5nn"}],["circle",{cx:"17",cy:"4",r:"2",key:"y5j2s2"}]],yO=Y("mouse-right",F41);var P41=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7",key:"11ol66"}],["path",{d:"M12 6v4",key:"16clxf"}]],VO=Y("mouse",P41);var A41=[["path",{d:"M19 13v6h-6",key:"1hxl6d"}],["path",{d:"M5 11V5h6",key:"12e2xe"}],["path",{d:"m5 5 14 14",key:"11anup"}]],CO=Y("move-diagonal-2",A41);var O41=[["path",{d:"M5 3v16h16",key:"1mqmf9"}],["path",{d:"m5 19 6-6",key:"jh6hbb"}],["path",{d:"m2 6 3-3 3 3",key:"tkyvxa"}],["path",{d:"m18 16 3 3-3 3",key:"1d4glt"}]],u8=Y("move-3d",O41);var T41=[["path",{d:"M11 19H5v-6",key:"8awifj"}],["path",{d:"M13 5h6v6",key:"7voy1q"}],["path",{d:"M19 5 5 19",key:"wwaj1z"}]],bO=Y("move-diagonal",T41);var w41=[["path",{d:"M11 19H5V13",key:"1akmht"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]],kO=Y("move-down-left",w41);var y41=[["path",{d:"M19 13V19H13",key:"10vkzq"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]],UO=Y("move-down-right",y41);var V41=[["path",{d:"M8 18L12 22L16 18",key:"cskvfv"}],["path",{d:"M12 2V22",key:"r89rzk"}]],SO=Y("move-down",V41);var C41=[["path",{d:"m18 8 4 4-4 4",key:"1ak13k"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}]],DO=Y("move-horizontal",C41);var b41=[["path",{d:"M6 8L2 12L6 16",key:"kyvwex"}],["path",{d:"M2 12H22",key:"1m8cig"}]],EO=Y("move-left",b41);var k41=[["path",{d:"M18 8L22 12L18 16",key:"1r0oui"}],["path",{d:"M2 12H22",key:"1m8cig"}]],RO=Y("move-right",k41);var U41=[["path",{d:"M5 11V5H11",key:"3q78g9"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]],MO=Y("move-up-left",U41);var S41=[["path",{d:"M13 5H19V11",key:"1n1gyv"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]],vO=Y("move-up-right",S41);var D41=[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"m8 18 4 4 4-4",key:"bh5tu3"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}]],xO=Y("move-vertical",D41);var E41=[["path",{d:"M8 6L12 2L16 6",key:"1yvkyx"}],["path",{d:"M12 2V22",key:"r89rzk"}]],hO=Y("move-up",E41);var R41=[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"m15 19-3 3-3-3",key:"11eu04"}],["path",{d:"m19 9 3 3-3 3",key:"1mg7y2"}],["path",{d:"M2 12h20",key:"9i4pu4"}],["path",{d:"m5 9-3 3 3 3",key:"j64kie"}],["path",{d:"m9 5 3-3 3 3",key:"l8vdw6"}]],fO=Y("move",R41);var M41=[["circle",{cx:"8",cy:"18",r:"4",key:"1fc0mg"}],["path",{d:"M12 18V2l7 4",key:"g04rme"}]],IO=Y("music-2",M41);var v41=[["circle",{cx:"12",cy:"18",r:"4",key:"m3r9ws"}],["path",{d:"M16 18V2",key:"40x2m5"}]],jO=Y("music-3",v41);var x41=[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["path",{d:"m9 9 12-2",key:"1e64n2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]],gO=Y("music-4",x41);var h41=[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]],NO=Y("music",h41);var f41=[["path",{d:"M9.31 9.31 5 21l7-4 7 4-1.17-3.17",key:"qoq2o2"}],["path",{d:"M14.53 8.88 12 2l-1.17 3.17",key:"k3sjzy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],LO=Y("navigation-2-off",f41);var I41=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2",key:"x8c0qg"}]],mO=Y("navigation-2",I41);var j41=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]],_O=Y("navigation",j41);var g41=[["path",{d:"M8.43 8.43 3 11l8 2 2 8 2.57-5.43",key:"1vdtb7"}],["path",{d:"M17.39 11.73 22 2l-9.73 4.61",key:"tya3r6"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],uO=Y("navigation-off",g41);var N41=[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]],pO=Y("network",N41);var L41=[["path",{d:"M6 8.32a7.43 7.43 0 0 1 0 7.36",key:"9iaqei"}],["path",{d:"M9.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"1yha7l"}],["path",{d:"M12.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"4iu2gk"}],["path",{d:"M16.37 2a20.16 20.16 0 0 1 0 20",key:"sap9u2"}]],lO=Y("nfc",L41);var m41=[["path",{d:"M15 18h-5",key:"95g1m2"}],["path",{d:"M18 14h-8",key:"sponae"}],["path",{d:"M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-4 0v-9a2 2 0 0 1 2-2h2",key:"39pd36"}],["rect",{width:"8",height:"4",x:"10",y:"6",rx:"1",key:"aywv1n"}]],dO=Y("newspaper",m41);var _41=[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"m8.5 4 7 4",key:"m1xjk3"}],["path",{d:"m8.5 8 7-4",key:"t0m5j6"}],["circle",{cx:"12",cy:"17",r:"5",key:"qbz8iq"}]],sO=Y("non-binary",_41);var u41=[["path",{d:"M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4",key:"re6nr2"}],["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["path",{d:"M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"pqwjuv"}]],rO=Y("notebook-pen",u41);var p41=[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M15 2v20",key:"dcj49h"}],["path",{d:"M15 7h5",key:"1xj5lc"}],["path",{d:"M15 12h5",key:"w5shd9"}],["path",{d:"M15 17h5",key:"1qaofu"}]],aO=Y("notebook-tabs",p41);var l41=[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M9.5 8h5",key:"11mslq"}],["path",{d:"M9.5 12H16",key:"ktog6x"}],["path",{d:"M9.5 16H14",key:"p1seyn"}]],cO=Y("notebook-text",l41);var d41=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v2",key:"j91f56"}],["path",{d:"M20 12v2",key:"w8o0tu"}],["path",{d:"M20 18v2a2 2 0 0 1-2 2h-1",key:"1c9ggx"}],["path",{d:"M13 22h-2",key:"191ugt"}],["path",{d:"M7 22H6a2 2 0 0 1-2-2v-2",key:"1rt9px"}],["path",{d:"M4 14v-2",key:"1v0sqh"}],["path",{d:"M4 8V6a2 2 0 0 1 2-2h2",key:"1mwabg"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]],tO=Y("notepad-text-dashed",d41);var s41=[["path",{d:"M2 6h4",key:"aawbzj"}],["path",{d:"M2 10h4",key:"l0bgd4"}],["path",{d:"M2 14h4",key:"1gsvsf"}],["path",{d:"M2 18h4",key:"1bu2t1"}],["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M16 2v20",key:"rotuqe"}]],nO=Y("notebook",s41);var r41=[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"16",height:"18",x:"4",y:"4",rx:"2",key:"1u9h20"}],["path",{d:"M8 10h6",key:"3oa6kw"}],["path",{d:"M8 14h8",key:"1fgep2"}],["path",{d:"M8 18h5",key:"17enja"}]],iO=Y("notepad-text",r41);var a41=[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592a7.01 7.01 0 0 0 4.125-2.939",key:"1xcvy9"}],["path",{d:"M19 10v3.343",key:"163tfc"}],["path",{d:"M12 12c-1.349-.573-1.905-1.005-2.5-2-.546.902-1.048 1.353-2.5 2-1.018-.644-1.46-1.08-2-2-1.028.71-1.69.918-3 1 1.081-1.048 1.757-2.03 2-3 .194-.776.84-1.551 1.79-2.21m11.654 5.997c.887-.457 1.28-.891 1.556-1.787 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4-.74 0-1.461.068-2.15.192",key:"17914v"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],oO=Y("nut-off",a41);var c41=[["path",{d:"M12 4V2",key:"1k5q1u"}],["path",{d:"M5 10v4a7.004 7.004 0 0 0 5.277 6.787c.412.104.802.292 1.102.592L12 22l.621-.621c.3-.3.69-.488 1.102-.592A7.003 7.003 0 0 0 19 14v-4",key:"1tgyif"}],["path",{d:"M12 4C8 4 4.5 6 4 8c-.243.97-.919 1.952-2 3 1.31-.082 1.972-.29 3-1 .54.92.982 1.356 2 2 1.452-.647 1.954-1.098 2.5-2 .595.995 1.151 1.427 2.5 2 1.31-.621 1.862-1.058 2.5-2 .629.977 1.162 1.423 2.5 2 1.209-.548 1.68-.967 2-2 1.032.916 1.683 1.157 3 1-1.297-1.036-1.758-2.03-2-3-.5-2-4-4-8-4Z",key:"tnsqj"}]],eO=Y("nut",c41);var t41=[["path",{d:"M12 16h.01",key:"1drbdi"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",key:"1fd625"}]],p8=Y("octagon-alert",t41);var n41=[["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}],["path",{d:"M8 12h8",key:"1wcyev"}]],JT=Y("octagon-minus",n41);var i41=[["path",{d:"M10 15V9",key:"1lckn7"}],["path",{d:"M14 15V9",key:"1muqhk"}],["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}]],l8=Y("octagon-pause",i41);var o41=[["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],d8=Y("octagon-x",o41);var e41=[["path",{d:"M3 20h4.5a.5.5 0 0 0 .5-.5v-.282a.52.52 0 0 0-.247-.437 8 8 0 1 1 8.494-.001.52.52 0 0 0-.247.438v.282a.5.5 0 0 0 .5.5H21",key:"1x94xo"}]],ZT=Y("omega",e41);var J91=[["path",{d:"M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",key:"2d38gg"}]],YT=Y("octagon",J91);var Z91=[["path",{d:"M3 3h6l6 18h6",key:"ph9rgk"}],["path",{d:"M14 3h7",key:"16f0ms"}]],QT=Y("option",Z91);var Y91=[["path",{d:"M20.341 6.484A10 10 0 0 1 10.266 21.85",key:"1enhxb"}],["path",{d:"M3.659 17.516A10 10 0 0 1 13.74 2.152",key:"1crzgf"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}]],XT=Y("orbit",Y91);var Q91=[["path",{d:"M12 12V4a1 1 0 0 1 1-1h6.297a1 1 0 0 1 .651 1.759l-4.696 4.025",key:"1bx4vc"}],["path",{d:"m12 21-7.414-7.414A2 2 0 0 1 4 12.172V6.415a1.002 1.002 0 0 1 1.707-.707L20 20.009",key:"1h3km6"}],["path",{d:"m12.214 3.381 8.414 14.966a1 1 0 0 1-.167 1.199l-1.168 1.163a1 1 0 0 1-.706.291H6.351a1 1 0 0 1-.625-.219L3.25 18.8a1 1 0 0 1 .631-1.781l4.165.027",key:"1hj4wg"}]],GT=Y("origami",Q91);var X91=[["path",{d:"M12 3v6",key:"1holv5"}],["path",{d:"M16.76 3a2 2 0 0 1 1.8 1.1l2.23 4.479a2 2 0 0 1 .21.891V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9.472a2 2 0 0 1 .211-.894L5.45 4.1A2 2 0 0 1 7.24 3z",key:"187q7i"}],["path",{d:"M3.054 9.013h17.893",key:"grwhos"}]],WT=Y("package-2",X91);var G91=[["path",{d:"M12 22V12",key:"d0xqtd"}],["path",{d:"m16 17 2 2 4-4",key:"uh5qu3"}],["path",{d:"M21 11.127V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.729l7 4a2 2 0 0 0 2 .001l1.32-.753",key:"kpkbpo"}],["path",{d:"M3.29 7 12 12l8.71-5",key:"19ckod"}],["path",{d:"m7.5 4.27 8.997 5.148",key:"9yrvtv"}]],HT=Y("package-check",G91);var W91=[["path",{d:"M12 22V12",key:"d0xqtd"}],["path",{d:"M16 17h6",key:"1ook5g"}],["path",{d:"M21 13V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.729l7 4a2 2 0 0 0 2 .001l1.675-.955",key:"zu9avd"}],["path",{d:"M3.29 7 12 12l8.71-5",key:"19ckod"}],["path",{d:"m7.5 4.27 8.997 5.148",key:"9yrvtv"}]],qT=Y("package-minus",W91);var H91=[["path",{d:"M12 22v-9",key:"x3hkom"}],["path",{d:"M15.17 2.21a1.67 1.67 0 0 1 1.63 0L21 4.57a1.93 1.93 0 0 1 0 3.36L8.82 14.79a1.655 1.655 0 0 1-1.64 0L3 12.43a1.93 1.93 0 0 1 0-3.36z",key:"2ntwy6"}],["path",{d:"M20 13v3.87a2.06 2.06 0 0 1-1.11 1.83l-6 3.08a1.93 1.93 0 0 1-1.78 0l-6-3.08A2.06 2.06 0 0 1 4 16.87V13",key:"1pmm1c"}],["path",{d:"M21 12.43a1.93 1.93 0 0 0 0-3.36L8.83 2.2a1.64 1.64 0 0 0-1.63 0L3 4.57a1.93 1.93 0 0 0 0 3.36l12.18 6.86a1.636 1.636 0 0 0 1.63 0z",key:"12ttoo"}]],zT=Y("package-open",H91);var q91=[["path",{d:"M12 22V12",key:"d0xqtd"}],["path",{d:"M16 17h6",key:"1ook5g"}],["path",{d:"M19 14v6",key:"1ckrd5"}],["path",{d:"M21 10.535V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.729l7 4a2 2 0 0 0 2 .001l1.675-.955",key:"28k6lz"}],["path",{d:"M3.29 7 12 12l8.71-5",key:"19ckod"}],["path",{d:"m7.5 4.27 8.997 5.148",key:"9yrvtv"}]],KT=Y("package-plus",q91);var z91=[["path",{d:"M12 22V12",key:"d0xqtd"}],["path",{d:"M20.27 18.27 22 20",key:"er2am"}],["path",{d:"M21 10.498V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.729l7 4a2 2 0 0 0 2 .001l.98-.559",key:"tok1h1"}],["path",{d:"M3.29 7 12 12l8.71-5",key:"19ckod"}],["path",{d:"m7.5 4.27 8.997 5.148",key:"9yrvtv"}],["circle",{cx:"18.5",cy:"16.5",r:"2.5",key:"ke13xx"}]],BT=Y("package-search",z91);var K91=[["path",{d:"M12 22V12",key:"d0xqtd"}],["path",{d:"m16.5 14.5 5 5",key:"ozpm51"}],["path",{d:"m16.5 19.5 5-5",key:"syf6b9"}],["path",{d:"M21 10.5V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.729l7 4a2 2 0 0 0 2 .001l.13-.074",key:"isw6gs"}],["path",{d:"M3.29 7 12 12l8.71-5",key:"19ckod"}],["path",{d:"m7.5 4.27 8.997 5.148",key:"9yrvtv"}]],$T=Y("package-x",K91);var B91=[["path",{d:"M11 7 6 2",key:"1jwth8"}],["path",{d:"M18.992 12H2.041",key:"xw1gg"}],["path",{d:"M21.145 18.38A3.34 3.34 0 0 1 20 16.5a3.3 3.3 0 0 1-1.145 1.88c-.575.46-.855 1.02-.855 1.595A2 2 0 0 0 20 22a2 2 0 0 0 2-2.025c0-.58-.285-1.13-.855-1.595",key:"1nkol4"}],["path",{d:"m8.5 4.5 2.148-2.148a1.205 1.205 0 0 1 1.704 0l7.296 7.296a1.205 1.205 0 0 1 0 1.704l-7.592 7.592a3.615 3.615 0 0 1-5.112 0l-3.888-3.888a3.615 3.615 0 0 1 0-5.112L5.67 7.33",key:"1nk1rd"}]],FT=Y("paint-bucket",B91);var $91=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]],O2=Y("package",$91);var F91=[["rect",{width:"16",height:"6",x:"2",y:"2",rx:"2",key:"jcyz7m"}],["path",{d:"M10 16v-2a2 2 0 0 1 2-2h8a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1b9h7c"}],["rect",{width:"4",height:"6",x:"8",y:"16",rx:"1",key:"d6e7yl"}]],PT=Y("paint-roller",F91);var P91=[["path",{d:"m14.622 17.897-10.68-2.913",key:"vj2p1u"}],["path",{d:"M18.376 2.622a1 1 0 1 1 3.002 3.002L17.36 9.643a.5.5 0 0 0 0 .707l.944.944a2.41 2.41 0 0 1 0 3.408l-.944.944a.5.5 0 0 1-.707 0L8.354 7.348a.5.5 0 0 1 0-.707l.944-.944a2.41 2.41 0 0 1 3.408 0l.944.944a.5.5 0 0 0 .707 0z",key:"18tc5c"}],["path",{d:"M9 8c-1.804 2.71-3.97 3.46-6.583 3.948a.507.507 0 0 0-.302.819l7.32 8.883a1 1 0 0 0 1.185.204C12.735 20.405 16 16.792 16 15",key:"ytzfxy"}]],AT=Y("paintbrush",P91);var A91=[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v4",key:"qmzblu"}],["path",{d:"M17 2a1 1 0 0 1 1 1v9H6V3a1 1 0 0 1 1-1z",key:"ycvu00"}],["path",{d:"M6 12a1 1 0 0 0-1 1v1a2 2 0 0 0 2 2h2a1 1 0 0 1 1 1v2.9a2 2 0 1 0 4 0V17a1 1 0 0 1 1-1h2a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1",key:"iw4wnp"}]],s8=Y("paintbrush-vertical",A91);var O91=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],OT=Y("palette",O91);var T91=[["path",{d:"M11.25 17.25h1.5L12 18z",key:"1wmwwj"}],["path",{d:"m15 12 2 2",key:"k60wz4"}],["path",{d:"M18 6.5a.5.5 0 0 0-.5-.5",key:"1ch4h4"}],["path",{d:"M20.69 9.67a4.5 4.5 0 1 0-7.04-5.5 8.35 8.35 0 0 0-3.3 0 4.5 4.5 0 1 0-7.04 5.5C2.49 11.2 2 12.88 2 14.5 2 19.47 6.48 22 12 22s10-2.53 10-7.5c0-1.62-.48-3.3-1.3-4.83",key:"1c660l"}],["path",{d:"M6 6.5a.495.495 0 0 1 .5-.5",key:"eviuep"}],["path",{d:"m9 12-2 2",key:"326nkw"}]],TT=Y("panda",T91);var w91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m15 8-3 3-3-3",key:"1oxy1z"}]],wT=Y("panel-bottom-close",w91);var y91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"m9 10 3-3 3 3",key:"11gsxs"}]],yT=Y("panel-bottom-open",y91);var V91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 15h1",key:"171nev"}],["path",{d:"M19 15h2",key:"1vnucp"}],["path",{d:"M3 15h2",key:"8bym0q"}],["path",{d:"M9 15h1",key:"1tg3ks"}]],r8=Y("panel-bottom-dashed",V91);var C91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}]],VT=Y("panel-bottom",C91);var b91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m16 15-3-3 3-3",key:"14y99z"}]],a8=Y("panel-left-close",b91);var k91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m14 9 3 3-3 3",key:"8010ee"}]],c8=Y("panel-left-open",k91);var U91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 14v1",key:"askpd8"}],["path",{d:"M9 19v2",key:"16tejx"}],["path",{d:"M9 3v2",key:"1noubl"}],["path",{d:"M9 9v1",key:"19ebxg"}]],t8=Y("panel-left-dashed",U91);var S91=[["path",{d:"M15 10V9",key:"4dkmfx"}],["path",{d:"M15 15v-1",key:"6a4afx"}],["path",{d:"M15 21v-2",key:"1qshmc"}],["path",{d:"M15 5V3",key:"1fk0mb"}],["path",{d:"M9 10V9",key:"1lazqi"}],["path",{d:"M9 15v-1",key:"9lx740"}],["path",{d:"M9 21v-2",key:"1fwk0n"}],["path",{d:"M9 5V3",key:"2q8zi6"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],CT=Y("panel-left-right-dashed",S91);var D91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]],n8=Y("panel-left",D91);var E91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m8 9 3 3-3 3",key:"12hl5m"}]],bT=Y("panel-right-close",E91);var R91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 14v1",key:"ilsfch"}],["path",{d:"M15 19v2",key:"1fst2f"}],["path",{d:"M15 3v2",key:"z204g4"}],["path",{d:"M15 9v1",key:"z2a8b1"}]],i8=Y("panel-right-dashed",R91);var M91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}]],kT=Y("panel-right-open",M91);var v91=[["path",{d:"M14 15h1",key:"171nev"}],["path",{d:"M14 9h1",key:"l0svgy"}],["path",{d:"M19 15h2",key:"1vnucp"}],["path",{d:"M19 9h2",key:"te2zfg"}],["path",{d:"M3 15h2",key:"8bym0q"}],["path",{d:"M3 9h2",key:"1h4ldw"}],["path",{d:"M9 15h1",key:"1tg3ks"}],["path",{d:"M9 9h1",key:"15jzuz"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],UT=Y("panel-top-bottom-dashed",v91);var x91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]],ST=Y("panel-right",x91);var h91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m9 16 3-3 3 3",key:"1idcnm"}]],DT=Y("panel-top-close",h91);var f91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M14 9h1",key:"l0svgy"}],["path",{d:"M19 9h2",key:"te2zfg"}],["path",{d:"M3 9h2",key:"1h4ldw"}],["path",{d:"M9 9h1",key:"15jzuz"}]],o8=Y("panel-top-dashed",f91);var I91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m15 14-3 3-3-3",key:"g215vf"}]],ET=Y("panel-top-open",I91);var j91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"M9 15h12",key:"5ijen5"}]],RT=Y("panels-left-bottom",j91);var g91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}]],MT=Y("panel-top",g91);var N91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h12",key:"1wkqb3"}],["path",{d:"M15 3v18",key:"14nvp0"}]],vT=Y("panels-right-bottom",N91);var L91=[["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551",key:"1miecu"}]],xT=Y("paperclip",L91);var m91=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M9 21V9",key:"1oto5p"}]],e8=Y("panels-top-left",m91);var _91=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}]],hT=Y("parentheses",_91);var u91=[["path",{d:"M11 15h2",key:"199qp6"}],["path",{d:"M12 12v3",key:"158kv8"}],["path",{d:"M12 19v3",key:"npa21l"}],["path",{d:"M15.282 19a1 1 0 0 0 .948-.68l2.37-6.988a7 7 0 1 0-13.2 0l2.37 6.988a1 1 0 0 0 .948.68z",key:"1jofit"}],["path",{d:"M9 9a3 3 0 1 1 6 0",key:"jdoeu8"}]],fT=Y("parking-meter",u91);var p91=[["path",{d:"M5.8 11.3 2 22l10.7-3.79",key:"gwxi1d"}],["path",{d:"M4 3h.01",key:"1vcuye"}],["path",{d:"M22 8h.01",key:"1mrtc2"}],["path",{d:"M15 2h.01",key:"1cjtqr"}],["path",{d:"M22 20h.01",key:"1mrys2"}],["path",{d:"m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",key:"hbicv8"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17",key:"1i94pl"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7",key:"1cofks"}],["path",{d:"M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",key:"4kbmks"}]],IT=Y("party-popper",p91);var l91=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1",key:"kaeet6"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1",key:"1wsw3u"}]],jT=Y("pause",l91);var d91=[["circle",{cx:"11",cy:"4",r:"2",key:"vol9p0"}],["circle",{cx:"18",cy:"8",r:"2",key:"17gozi"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}],["path",{d:"M9 10a5 5 0 0 1 5 5v3.5a3.5 3.5 0 0 1-6.84 1.045Q6.52 17.48 4.46 16.84A3.5 3.5 0 0 1 5.5 10Z",key:"1ydw1z"}]],gT=Y("paw-print",d91);var s91=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",key:"1uq1d7"}],["path",{d:"M15 14h.01",key:"1kp3bh"}],["path",{d:"M9 6h6",key:"dgm16u"}],["path",{d:"M9 10h6",key:"9gxzsh"}]],NT=Y("pc-case",s91);var r91=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],J6=Y("pen-line",r91);var a91=[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],LT=Y("pen-off",a91);var c91=[["path",{d:"M15.707 21.293a1 1 0 0 1-1.414 0l-1.586-1.586a1 1 0 0 1 0-1.414l5.586-5.586a1 1 0 0 1 1.414 0l1.586 1.586a1 1 0 0 1 0 1.414z",key:"nt11vn"}],["path",{d:"m18 13-1.375-6.874a1 1 0 0 0-.746-.776L3.235 2.028a1 1 0 0 0-1.207 1.207L5.35 15.879a1 1 0 0 0 .776.746L13 18",key:"15qc1e"}],["path",{d:"m2.3 2.3 7.286 7.286",key:"1wuzzi"}],["circle",{cx:"11",cy:"11",r:"2",key:"xmgehs"}]],mT=Y("pen-tool",c91);var t91=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],a0=Y("pen",t91);var n91=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],_T=Y("pencil-line",n91);var i91=[["path",{d:"m10 10-6.157 6.162a2 2 0 0 0-.5.833l-1.322 4.36a.5.5 0 0 0 .622.624l4.358-1.323a2 2 0 0 0 .83-.5L14 13.982",key:"bjo8r8"}],["path",{d:"m12.829 7.172 4.359-4.346a1 1 0 1 1 3.986 3.986l-4.353 4.353",key:"16h5ne"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],uT=Y("pencil-off",i91);var o91=[["path",{d:"M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13",key:"orapub"}],["path",{d:"m8 6 2-2",key:"115y1s"}],["path",{d:"m18 16 2-2",key:"ee94s4"}],["path",{d:"m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17",key:"cfq27r"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],pT=Y("pencil-ruler",o91);var e91=[["path",{d:"M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z",key:"2hea0t"}]],lT=Y("pentagon",e91);var J31=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],dT=Y("pencil",J31);var Z31=[["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}],["circle",{cx:"6.5",cy:"6.5",r:"2.5",key:"4mh3h7"}],["circle",{cx:"17.5",cy:"17.5",r:"2.5",key:"1mdrzq"}]],sT=Y("percent",Z31);var Y31=[["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["path",{d:"m9 20 3-6 3 6",key:"se2kox"}],["path",{d:"m6 8 6 2 6-2",key:"4o3us4"}],["path",{d:"M12 10v4",key:"1kjpxc"}]],rT=Y("person-standing",Y31);var Q31=[["path",{d:"M20 11H4",key:"6ut86h"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"M7 21V4a1 1 0 0 1 1-1h4a1 1 0 0 1 0 12H7",key:"1ana5r"}]],aT=Y("philippine-peso",Q31);var X31=[["path",{d:"M13 2a9 9 0 0 1 9 9",key:"1itnx2"}],["path",{d:"M13 6a5 5 0 0 1 5 5",key:"11nki7"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],cT=Y("phone-call",X31);var G31=[["path",{d:"M14 6h8",key:"yd68k4"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],tT=Y("phone-forwarded",G31);var W31=[["path",{d:"M16 2v6h6",key:"1mfrl5"}],["path",{d:"m22 2-6 6",key:"6f0sa0"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],nT=Y("phone-incoming",W31);var H31=[["path",{d:"m16 2 6 6",key:"1gw87d"}],["path",{d:"m22 2-6 6",key:"6f0sa0"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],iT=Y("phone-missed",H31);var q31=[["path",{d:"M10.1 13.9a14 14 0 0 0 3.732 2.668 1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2 18 18 0 0 1-12.728-5.272",key:"1wngk7"}],["path",{d:"M22 2 2 22",key:"y4kqgn"}],["path",{d:"M4.76 13.582A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 .244.473",key:"10hv5p"}]],oT=Y("phone-off",q31);var z31=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],eT=Y("phone",z31);var K31=[["path",{d:"m16 8 6-6",key:"oawc05"}],["path",{d:"M22 8V2h-6",key:"oqy2zc"}],["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],Jw=Y("phone-outgoing",K31);var B31=[["line",{x1:"9",x2:"9",y1:"4",y2:"20",key:"ovs5a5"}],["path",{d:"M4 7c0-1.7 1.3-3 3-3h13",key:"10pag4"}],["path",{d:"M18 20c-1.7 0-3-1.3-3-3V4",key:"1gaosr"}]],Zw=Y("pi",B31);var $31=[["path",{d:"M18.5 8c-1.4 0-2.6-.8-3.2-2A6.87 6.87 0 0 0 2 9v11a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-8.5C22 9.6 20.4 8 18.5 8",key:"lag0yf"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M6 14v4",key:"9ng0ue"}],["path",{d:"M10 14v4",key:"1v8uk5"}],["path",{d:"M14 14v4",key:"1tqops"}],["path",{d:"M18 14v4",key:"18uqwm"}]],Yw=Y("piano",$31);var F31=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3L11 9.999",key:"1lw9ds"}],["path",{d:"M15.973 4.027A13 13 0 0 0 5.902 2.373c-1.398.342-1.092 2.158.277 2.601a19.9 19.9 0 0 1 5.822 3.024",key:"ffj4ej"}],["path",{d:"M16.001 11.999a19.9 19.9 0 0 1 3.024 5.824c.444 1.369 2.26 1.676 2.603.278A13 13 0 0 0 20 8.069",key:"8tj4zw"}],["path",{d:"M18.352 3.352a1.205 1.205 0 0 0-1.704 0l-5.296 5.296a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l5.296-5.296a1.205 1.205 0 0 0 0-1.704z",key:"hh6h97"}]],Qw=Y("pickaxe",F31);var P31=[["path",{d:"M2 10h6V4",key:"zwrco"}],["path",{d:"m2 4 6 6",key:"ug085t"}],["path",{d:"M21 10V7a2 2 0 0 0-2-2h-7",key:"git5jr"}],["path",{d:"M3 14v2a2 2 0 0 0 2 2h3",key:"1f7fh3"}],["rect",{x:"12",y:"14",width:"10",height:"7",rx:"1",key:"1wjs3o"}]],Xw=Y("picture-in-picture",P31);var A31=[["path",{d:"M21 9V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h4",key:"daa4of"}],["rect",{width:"10",height:"7",x:"12",y:"13",rx:"2",key:"1nb8gs"}]],Gw=Y("picture-in-picture-2",A31);var O31=[["path",{d:"M11 17h3v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a3.16 3.16 0 0 0 2-2h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1a5 5 0 0 0-2-4V3a4 4 0 0 0-3.2 1.6l-.3.4H11a6 6 0 0 0-6 6v1a5 5 0 0 0 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1z",key:"1piglc"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M2 8v1a2 2 0 0 0 2 2h1",key:"1env43"}]],Ww=Y("piggy-bank",O31);var T31=[["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"M14 9h-3a3 3 0 0 1 0-6h9",key:"1ulc19"}],["path",{d:"M18 3v11",key:"1phi0r"}],["path",{d:"M22 18H2l4-4",key:"yt65j9"}],["path",{d:"m6 22-4-4",key:"6jgyf5"}]],Hw=Y("pilcrow-left",T31);var w31=[["path",{d:"M10 3v11",key:"o3l5kj"}],["path",{d:"M10 9H7a1 1 0 0 1 0-6h8",key:"1wb1nc"}],["path",{d:"M14 3v11",key:"mlfb7b"}],["path",{d:"m18 14 4 4H2",key:"4r8io1"}],["path",{d:"m22 18-4 4",key:"1hjjrd"}]],qw=Y("pilcrow-right",w31);var y31=[["path",{d:"M18 11h-4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h4",key:"17ldeb"}],["path",{d:"M6 7v13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7",key:"nc37y6"}],["rect",{width:"16",height:"5",x:"4",y:"2",rx:"1",key:"3jeezo"}]],zw=Y("pill-bottle",y31);var V31=[["path",{d:"M13 4v16",key:"8vvj80"}],["path",{d:"M17 4v16",key:"7dpous"}],["path",{d:"M19 4H9.5a4.5 4.5 0 0 0 0 9H13",key:"sh4n9v"}]],Kw=Y("pilcrow",V31);var C31=[["path",{d:"m10.5 20.5 10-10a4.95 4.95 0 1 0-7-7l-10 10a4.95 4.95 0 1 0 7 7Z",key:"wa1lgi"}],["path",{d:"m8.5 8.5 7 7",key:"rvfmvr"}]],Bw=Y("pill",C31);var b31=[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89",key:"znwnzq"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11",key:"c9qhm2"}]],$w=Y("pin-off",b31);var k31=[["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z",key:"1nkz8b"}]],Fw=Y("pin",k31);var U31=[["path",{d:"m12 9-8.414 8.414A2 2 0 0 0 3 18.828v1.344a2 2 0 0 1-.586 1.414A2 2 0 0 1 3.828 21h1.344a2 2 0 0 0 1.414-.586L15 12",key:"1y3wsu"}],["path",{d:"m18 9 .4.4a1 1 0 1 1-3 3l-3.8-3.8a1 1 0 1 1 3-3l.4.4 3.4-3.4a1 1 0 1 1 3 3z",key:"110lr1"}],["path",{d:"m2 22 .414-.414",key:"jhxm08"}]],Pw=Y("pipette",U31);var S31=[["path",{d:"m12 14-1 1",key:"11onhr"}],["path",{d:"m13.75 18.25-1.25 1.42",key:"1yisr3"}],["path",{d:"M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12",key:"1qtqk6"}],["path",{d:"M18.8 9.3a1 1 0 0 0 2.1 7.7",key:"fbbbr2"}],["path",{d:"M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z",key:"1hyfdd"}]],Aw=Y("pizza",S31);var D31=[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M3.77 10.77 2 9l2-4.5 1.1.55c.55.28.9.84.9 1.45s.35 1.17.9 1.45L8 8.5l3-6 1.05.53a2 2 0 0 1 1.09 1.52l.72 5.4a2 2 0 0 0 1.09 1.52l4.4 2.2c.42.22.78.55 1.01.96l.6 1.03c.49.88-.06 1.98-1.06 2.1l-1.18.15c-.47.06-.95-.02-1.37-.24L4.29 11.15a2 2 0 0 1-.52-.38Z",key:"1ma21e"}]],Ow=Y("plane-landing",D31);var E31=[["path",{d:"M2 22h20",key:"272qi7"}],["path",{d:"M6.36 17.4 4 17l-2-4 1.1-.55a2 2 0 0 1 1.8 0l.17.1a2 2 0 0 0 1.8 0L8 12 5 6l.9-.45a2 2 0 0 1 2.09.2l4.02 3a2 2 0 0 0 2.1.2l4.19-2.06a2.41 2.41 0 0 1 1.73-.17L21 7a1.4 1.4 0 0 1 .87 1.99l-.38.76c-.23.46-.6.84-1.07 1.08L7.58 17.2a2 2 0 0 1-1.22.18Z",key:"fkigj9"}]],Tw=Y("plane-takeoff",E31);var R31=[["path",{d:"M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z",key:"1v9wt8"}]],ww=Y("plane",R31);var M31=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]],yw=Y("play",M31);var v31=[["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m18 3-4 4h6l-4 4",key:"16psg9"}]],Z6=Y("plug-zap",v31);var x31=[["path",{d:"M9 2v6",key:"17ngun"}],["path",{d:"M15 2v6",key:"s7yy2p"}],["path",{d:"M12 17v5",key:"bb1du9"}],["path",{d:"M5 8h14",key:"pcz4l3"}],["path",{d:"M6 11V8h12v3a6 6 0 1 1-12 0Z",key:"wtfw2c"}]],Vw=Y("plug-2",x31);var h31=[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M17 8a1 1 0 0 1 1 1v4a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1z",key:"1xoxul"}],["path",{d:"M9 8V2",key:"14iosj"}]],Cw=Y("plug",h31);var f31=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],X0=Y("plus",f31);var I31=[["path",{d:"M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2",key:"19w3oe"}],["path",{d:"M18 6h.01",key:"1v4wsw"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z",key:"6fykxj"}],["path",{d:"M18 11.66V22a4 4 0 0 0 4-4V6",key:"1utzek"}]],bw=Y("pocket-knife",I31);var j31=[["path",{d:"M20 3a2 2 0 0 1 2 2v6a1 1 0 0 1-20 0V5a2 2 0 0 1 2-2z",key:"1uodqw"}],["path",{d:"m8 10 4 4 4-4",key:"1mxd5q"}]],kw=Y("pocket",j31);var g31=[["path",{d:"M13 17a1 1 0 1 0-2 0l.5 4.5a0.5 0.5 0 0 0 1 0z",fill:"currentColor",key:"x1mxqr"}],["path",{d:"M16.85 18.58a9 9 0 1 0-9.7 0",key:"d71mpg"}],["path",{d:"M8 14a5 5 0 1 1 8 0",key:"fc81rn"}],["circle",{cx:"12",cy:"11",r:"1",fill:"currentColor",key:"vqiwd"}]],Uw=Y("podcast",g31);var N31=[["path",{d:"M10 4.5V4a2 2 0 0 0-2.41-1.957",key:"jsi14n"}],["path",{d:"M13.9 8.4a2 2 0 0 0-1.26-1.295",key:"hirc7f"}],["path",{d:"M21.7 16.2A8 8 0 0 0 22 14v-3a2 2 0 1 0-4 0v-1a2 2 0 0 0-3.63-1.158",key:"1jxb2e"}],["path",{d:"m7 15-1.8-1.8a2 2 0 0 0-2.79 2.86L6 19.7a7.74 7.74 0 0 0 6 2.3h2a8 8 0 0 0 5.657-2.343",key:"10r7hm"}],["path",{d:"M6 6v8",key:"tv5xkp"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],Sw=Y("pointer-off",N31);var L31=[["path",{d:"M22 14a8 8 0 0 1-8 8",key:"56vcr3"}],["path",{d:"M18 11v-1a2 2 0 0 0-2-2a2 2 0 0 0-2 2",key:"1agjmk"}],["path",{d:"M14 10V9a2 2 0 0 0-2-2a2 2 0 0 0-2 2v1",key:"wdbh2u"}],["path",{d:"M10 9.5V4a2 2 0 0 0-2-2a2 2 0 0 0-2 2v10",key:"1ibuk9"}],["path",{d:"M18 11a2 2 0 1 1 4 0v3a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15",key:"g6ys72"}]],Dw=Y("pointer",L31);var m31=[["path",{d:"M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4",key:"10td1f"}],["path",{d:"M10 22 9 8",key:"yjptiv"}],["path",{d:"m14 22 1-14",key:"8jwc8b"}],["path",{d:"M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z",key:"1qo33t"}]],Ew=Y("popcorn",m31);var _31=[["path",{d:"M18 7c0-5.333-8-5.333-8 0",key:"1prm2n"}],["path",{d:"M10 7v14",key:"18tmcs"}],["path",{d:"M6 21h12",key:"4dkmi1"}],["path",{d:"M6 13h10",key:"ybwr4a"}]],Rw=Y("pound-sterling",_31);var u31=[["path",{d:"M18.6 14.4c.8-.8.8-2 0-2.8l-8.1-8.1a4.95 4.95 0 1 0-7.1 7.1l8.1 8.1c.9.7 2.1.7 2.9-.1Z",key:"1o68ps"}],["path",{d:"m22 22-5.5-5.5",key:"17o70y"}]],Mw=Y("popsicle",u31);var p31=[["path",{d:"M18.36 6.64A9 9 0 0 1 20.77 15",key:"dxknvb"}],["path",{d:"M6.16 6.16a9 9 0 1 0 12.68 12.68",key:"1x7qb5"}],["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],vw=Y("power-off",p31);var l31=[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]],xw=Y("power",l31);var d31=[["path",{d:"M2 3h20",key:"91anmk"}],["path",{d:"M21 3v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3",key:"2k9sn8"}],["path",{d:"m7 21 5-5 5 5",key:"bip4we"}]],hw=Y("presentation",d31);var s31=[["path",{d:"M13.5 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v.5",key:"qeb09x"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2",key:"1md90i"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}]],fw=Y("printer-check",s31);var r31=[["path",{d:"M12.531 22H7a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h6.377",key:"1w39xo"}],["path",{d:"m16.5 16.5 5 5",key:"zc9lw7"}],["path",{d:"m16.5 21.5 5-5",key:"1fr29m"}],["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.5",key:"18he39"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}]],Iw=Y("printer-x",r31);var a31=[["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"143wyd"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}],["rect",{x:"6",y:"14",width:"12",height:"8",rx:"1",key:"1ue0tg"}]],jw=Y("printer",a31);var c31=[["path",{d:"M5 7 3 5",key:"1yys58"}],["path",{d:"M9 6V3",key:"1ptz9u"}],["path",{d:"m13 7 2-2",key:"1w3vmq"}],["circle",{cx:"9",cy:"13",r:"3",key:"1mma13"}],["path",{d:"M11.83 12H20a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h2.17",key:"2frwzc"}],["path",{d:"M16 16h2",key:"dnq2od"}]],gw=Y("projector",c31);var t31=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M12 9v11",key:"1fnkrn"}],["path",{d:"M2 9h13a2 2 0 0 1 2 2v9",key:"11z3ex"}]],Nw=Y("proportions",t31);var n31=[["path",{d:"M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z",key:"w46dr5"}]],Lw=Y("puzzle",n31);var i31=[["path",{d:"M2.5 16.88a1 1 0 0 1-.32-1.43l9-13.02a1 1 0 0 1 1.64 0l9 13.01a1 1 0 0 1-.32 1.44l-8.51 4.86a2 2 0 0 1-1.98 0Z",key:"aenxs0"}],["path",{d:"M12 2v20",key:"t6zp3m"}]],mw=Y("pyramid",i31);var o31=[["rect",{width:"5",height:"5",x:"3",y:"3",rx:"1",key:"1tu5fj"}],["rect",{width:"5",height:"5",x:"16",y:"3",rx:"1",key:"1v8r4q"}],["rect",{width:"5",height:"5",x:"3",y:"16",rx:"1",key:"1x03jg"}],["path",{d:"M21 16h-3a2 2 0 0 0-2 2v3",key:"177gqh"}],["path",{d:"M21 21v.01",key:"ents32"}],["path",{d:"M12 7v3a2 2 0 0 1-2 2H7",key:"8crl2c"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M12 3h.01",key:"n36tog"}],["path",{d:"M12 16v.01",key:"133mhm"}],["path",{d:"M16 12h1",key:"1slzba"}],["path",{d:"M21 12v.01",key:"1lwtk9"}],["path",{d:"M12 21v-1",key:"1880an"}]],_w=Y("qr-code",o31);var e31=[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]],K5=Y("quote",e31);var JJ1=[["path",{d:"M13 16a3 3 0 0 1 2.24 5",key:"1epib5"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M18 21h-8a4 4 0 0 1-4-4 7 7 0 0 1 7-7h.2L9.6 6.4a1 1 0 1 1 2.8-2.8L15.8 7h.2c3.3 0 6 2.7 6 6v1a2 2 0 0 1-2 2h-1a3 3 0 0 0-3 3",key:"ue9ozu"}],["path",{d:"M20 8.54V4a2 2 0 1 0-4 0v3",key:"49iql8"}],["path",{d:"M7.612 12.524a3 3 0 1 0-1.6 4.3",key:"1e33i0"}]],uw=Y("rabbit",JJ1);var ZJ1=[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M14 15.4641a4 4 0 0 1-4 0L7.52786 19.74597 A 1 1 0 0 0 7.99303 21.16211 10 10 0 0 0 16.00697 21.16211 1 1 0 0 0 16.47214 19.74597z",key:"1y4lzb"}],["path",{d:"M16 12a4 4 0 0 0-2-3.464l2.472-4.282a1 1 0 0 1 1.46-.305 10 10 0 0 1 4.006 6.94A1 1 0 0 1 21 12z",key:"163ggk"}],["path",{d:"M8 12a4 4 0 0 1 2-3.464L7.528 4.254a1 1 0 0 0-1.46-.305 10 10 0 0 0-4.006 6.94A1 1 0 0 0 3 12z",key:"1l9i0b"}]],pw=Y("radiation",ZJ1);var YJ1=[["path",{d:"M19.07 4.93A10 10 0 0 0 6.99 3.34",key:"z3du51"}],["path",{d:"M4 6h.01",key:"oypzma"}],["path",{d:"M2.29 9.62A10 10 0 1 0 21.31 8.35",key:"qzzz0"}],["path",{d:"M16.24 7.76A6 6 0 1 0 8.23 16.67",key:"1yjesh"}],["path",{d:"M12 18h.01",key:"mhygvu"}],["path",{d:"M17.99 11.66A6 6 0 0 1 15.77 16.67",key:"1u2y91"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"m13.41 10.59 5.66-5.66",key:"mhq4k0"}]],lw=Y("radar",YJ1);var QJ1=[["path",{d:"M3 12h3.28a1 1 0 0 1 .948.684l2.298 7.934a.5.5 0 0 0 .96-.044L13.82 4.771A1 1 0 0 1 14.792 4H21",key:"1mqj8i"}]],dw=Y("radical",QJ1);var XJ1=[["path",{d:"M5 16v2",key:"g5qcv5"}],["path",{d:"M19 16v2",key:"1gbaio"}],["rect",{width:"20",height:"8",x:"2",y:"8",rx:"2",key:"vjsjur"}],["path",{d:"M18 12h.01",key:"yjnet6"}]],sw=Y("radio-receiver",XJ1);var GJ1=[["path",{d:"M4.9 16.1C1 12.2 1 5.8 4.9 1.9",key:"s0qx1y"}],["path",{d:"M7.8 4.7a6.14 6.14 0 0 0-.8 7.5",key:"1idnkw"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}],["path",{d:"M16.2 4.8c2 2 2.26 5.11.8 7.47",key:"ojru2q"}],["path",{d:"M19.1 1.9a9.96 9.96 0 0 1 0 14.1",key:"rhi7fg"}],["path",{d:"M9.5 18h5",key:"mfy3pd"}],["path",{d:"m8 22 4-11 4 11",key:"25yftu"}]],rw=Y("radio-tower",GJ1);var WJ1=[["path",{d:"M16.247 7.761a6 6 0 0 1 0 8.478",key:"1fwjs5"}],["path",{d:"M19.075 4.933a10 10 0 0 1 0 14.134",key:"ehdyv1"}],["path",{d:"M4.925 19.067a10 10 0 0 1 0-14.134",key:"1q22gi"}],["path",{d:"M7.753 16.239a6 6 0 0 1 0-8.478",key:"r2q7qm"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],aw=Y("radio",WJ1);var HJ1=[["path",{d:"M20.34 17.52a10 10 0 1 0-2.82 2.82",key:"fydyku"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["path",{d:"m13.41 13.41 4.18 4.18",key:"1gqbwc"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],cw=Y("radius",HJ1);var qJ1=[["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M5 9h14",key:"7tsvo6"}],["path",{d:"m14 20-5-5 6-6-5-5",key:"1jo42i"}]],tw=Y("rail-symbol",qJ1);var zJ1=[["path",{d:"M22 17a10 10 0 0 0-20 0",key:"ozegv"}],["path",{d:"M6 17a6 6 0 0 1 12 0",key:"5giftw"}],["path",{d:"M10 17a2 2 0 0 1 4 0",key:"gnsikk"}]],nw=Y("rainbow",zJ1);var KJ1=[["path",{d:"M13 22H4a2 2 0 0 1 0-4h12",key:"bt3f23"}],["path",{d:"M13.236 18a3 3 0 0 0-2.2-5",key:"1tbvmo"}],["path",{d:"M16 9h.01",key:"1bdo4e"}],["path",{d:"M16.82 3.94a3 3 0 1 1 3.237 4.868l1.815 2.587a1.5 1.5 0 0 1-1.5 2.1l-2.872-.453a3 3 0 0 0-3.5 3",key:"9ch7kn"}],["path",{d:"M17 4.988a3 3 0 1 0-5.2 2.052A7 7 0 0 0 4 14.015 4 4 0 0 0 8 18",key:"3s7e9i"}]],iw=Y("rat",KJ1);var BJ1=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]],ow=Y("ratio",BJ1);var $J1=[["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M14.828 14.829a4 4 0 0 1-5.656 0 4 4 0 0 1 0-5.657 4 4 0 0 1 5.656 0",key:"qvqont"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z",key:"ycz6yz"}]],ew=Y("receipt-cent",$J1);var FJ1=[["path",{d:"M15.828 14.829a4 4 0 0 1-5.656 0 4 4 0 0 1 0-5.657 4 4 0 0 1 5.656 0",key:"16zdw4"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z",key:"ycz6yz"}],["path",{d:"M8 12h5",key:"1g6qi8"}]],Jy=Y("receipt-euro",FJ1);var PJ1=[["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z",key:"ycz6yz"}],["path",{d:"M8 11h8",key:"vwpz6n"}],["path",{d:"M8 7h8",key:"i86dvs"}],["path",{d:"M9 7a4 4 0 0 1 0 8H8l3 2",key:"1xaco0"}]],Zy=Y("receipt-indian-rupee",PJ1);var AJ1=[["path",{d:"m12 10 3-3",key:"1mc12w"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z",key:"ycz6yz"}],["path",{d:"M9 11h6",key:"1fldmi"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"m9 7 3 3v7",key:"1x0cue"}]],Yy=Y("receipt-japanese-yen",AJ1);var OJ1=[["path",{d:"M10 17V9.5a1 1 0 0 1 5 0",key:"td22vl"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z",key:"ycz6yz"}],["path",{d:"M8 13h5",key:"1k9z8w"}],["path",{d:"M8 17h7",key:"8mjdqu"}]],Qy=Y("receipt-pound-sterling",OJ1);var TJ1=[["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z",key:"ycz6yz"}],["path",{d:"M8 11h5a2 2 0 0 0 0-4h-3v10",key:"agnv0r"}],["path",{d:"M8 15h5",key:"vxg57a"}]],Xy=Y("receipt-russian-ruble",TJ1);var wJ1=[["path",{d:"M10 11h4",key:"1i0mka"}],["path",{d:"M10 17V7h5",key:"k7jq18"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z",key:"ycz6yz"}],["path",{d:"M8 15h5",key:"vxg57a"}]],Gy=Y("receipt-swiss-franc",wJ1);var yJ1=[["path",{d:"M13 16H8",key:"wsln4y"}],["path",{d:"M14 8H8",key:"1l3xfs"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z",key:"ycz6yz"}]],Wy=Y("receipt-text",yJ1);var VJ1=[["path",{d:"M10 7v10a5 5 0 0 0 5-5",key:"1blmz7"}],["path",{d:"m14 8-6 3",key:"2tb98i"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z",key:"ycz6yz"}]],Hy=Y("receipt-turkish-lira",VJ1);var CJ1=[["path",{d:"M12 17V7",key:"pyj7ub"}],["path",{d:"M16 8h-6a2 2 0 0 0 0 4h4a2 2 0 0 1 0 4H8",key:"1elt7d"}],["path",{d:"M4 3a1 1 0 0 1 1-1 1.3 1.3 0 0 1 .7.2l.933.6a1.3 1.3 0 0 0 1.4 0l.934-.6a1.3 1.3 0 0 1 1.4 0l.933.6a1.3 1.3 0 0 0 1.4 0l.933-.6a1.3 1.3 0 0 1 1.4 0l.934.6a1.3 1.3 0 0 0 1.4 0l.933-.6A1.3 1.3 0 0 1 19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1 1.3 1.3 0 0 1-.7-.2l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.934.6a1.3 1.3 0 0 1-1.4 0l-.933-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-1.4 0l-.934-.6a1.3 1.3 0 0 0-1.4 0l-.933.6a1.3 1.3 0 0 1-.7.2 1 1 0 0 1-1-1z",key:"ycz6yz"}]],qy=Y("receipt",CJ1);var bJ1=[["path",{d:"M14 4v16H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z",key:"1m5n7q"}],["circle",{cx:"14",cy:"12",r:"8",key:"1pag6k"}]],zy=Y("rectangle-circle",bJ1);var kJ1=[["path",{d:"M20 6a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-4a2 2 0 0 1-1.6-.8l-1.6-2.13a1 1 0 0 0-1.6 0L9.6 17.2A2 2 0 0 1 8 18H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2z",key:"d5y1f"}]],Ky=Y("rectangle-goggles",kJ1);var UJ1=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M17 12h.01",key:"1m0b6t"}],["path",{d:"M7 12h.01",key:"eqddd0"}]],Y6=Y("rectangle-ellipsis",UJ1);var SJ1=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]],By=Y("rectangle-horizontal",SJ1);var DJ1=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}]],$y=Y("rectangle-vertical",DJ1);var EJ1=[["path",{d:"M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5",key:"x6z5xu"}],["path",{d:"M11 19h8.203a1.83 1.83 0 0 0 1.556-.89 1.784 1.784 0 0 0 0-1.775l-1.226-2.12",key:"1x4zh5"}],["path",{d:"m14 16-3 3 3 3",key:"f6jyew"}],["path",{d:"M8.293 13.596 7.196 9.5 3.1 10.598",key:"wf1obh"}],["path",{d:"m9.344 5.811 1.093-1.892A1.83 1.83 0 0 1 11.985 3a1.784 1.784 0 0 1 1.546.888l3.943 6.843",key:"9tzpgr"}],["path",{d:"m13.378 9.633 4.096 1.098 1.097-4.096",key:"1oe83g"}]],Fy=Y("recycle",EJ1);var RJ1=[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13",key:"6uklza"}]],Py=Y("redo-2",RJ1);var MJ1=[["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}],["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]],Ay=Y("redo-dot",MJ1);var vJ1=[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]],Oy=Y("redo",vJ1);var xJ1=[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}]],Ty=Y("refresh-ccw",xJ1);var hJ1=[["path",{d:"M21 8L18.74 5.74A9.75 9.75 0 0 0 12 3C11 3 10.03 3.16 9.13 3.47",key:"1krf6h"}],["path",{d:"M8 16H3v5",key:"1cv678"}],["path",{d:"M3 12C3 9.51 4 7.26 5.64 5.64",key:"ruvoct"}],["path",{d:"m3 16 2.26 2.26A9.75 9.75 0 0 0 12 21c2.49 0 4.74-1 6.36-2.64",key:"19q130"}],["path",{d:"M21 12c0 1-.16 1.97-.47 2.87",key:"4w8emr"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M22 22 2 2",key:"1r8tn9"}]],wy=Y("refresh-cw-off",hJ1);var fJ1=[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],yy=Y("refresh-ccw-dot",fJ1);var IJ1=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],Vy=Y("refresh-cw",IJ1);var jJ1=[["path",{d:"M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z",key:"fpq118"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M15 7v6",key:"1nx30x"}]],Cy=Y("refrigerator",jJ1);var gJ1=[["path",{d:"M4 7V4h16v3",key:"9msm58"}],["path",{d:"M5 20h6",key:"1h6pxn"}],["path",{d:"M13 4 8 20",key:"kqq6aj"}],["path",{d:"m15 15 5 5",key:"me55sn"}],["path",{d:"m20 15-5 5",key:"11p7ol"}]],by=Y("remove-formatting",gJ1);var NJ1=[["path",{d:"M17 3v10",key:"15fgeh"}],["path",{d:"m12.67 5.5 8.66 5",key:"1gpheq"}],["path",{d:"m12.67 10.5 8.66-5",key:"1dkfa6"}],["path",{d:"M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z",key:"swwfx4"}]],ky=Y("regex",NJ1);var LJ1=[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}],["path",{d:"M11 10h1v4",key:"70cz1p"}]],Uy=Y("repeat-1",LJ1);var mJ1=[["path",{d:"m2 9 3-3 3 3",key:"1ltn5i"}],["path",{d:"M13 18H7a2 2 0 0 1-2-2V6",key:"1r6tfw"}],["path",{d:"m22 15-3 3-3-3",key:"4rnwn2"}],["path",{d:"M11 6h6a2 2 0 0 1 2 2v10",key:"2f72bc"}]],Sy=Y("repeat-2",mJ1);var _J1=[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]],Dy=Y("repeat",_J1);var uJ1=[["path",{d:"M14 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"zg1ipl"}],["path",{d:"M14 4a1 1 0 0 1 1-1",key:"dhj8ez"}],["path",{d:"M15 10a1 1 0 0 1-1-1",key:"1mnyi5"}],["path",{d:"M19 14a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"txt6k4"}],["path",{d:"M21 4a1 1 0 0 0-1-1",key:"sfs9ap"}],["path",{d:"M21 9a1 1 0 0 1-1 1",key:"mp6qeo"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a2 2 0 0 1 2-2h2",key:"15xut4"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}]],Ey=Y("replace-all",uJ1);var pJ1=[["path",{d:"m12 17-5-5 5-5",key:"1s3y5u"}],["path",{d:"M22 18v-2a4 4 0 0 0-4-4H7",key:"1fcyog"}],["path",{d:"m7 17-5-5 5-5",key:"1ed8i2"}]],Ry=Y("reply-all",pJ1);var lJ1=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}],["path",{d:"m9 17-5-5 5-5",key:"nvlc11"}]],My=Y("reply",lJ1);var dJ1=[["path",{d:"M14 4a1 1 0 0 1 1-1",key:"dhj8ez"}],["path",{d:"M15 10a1 1 0 0 1-1-1",key:"1mnyi5"}],["path",{d:"M21 4a1 1 0 0 0-1-1",key:"sfs9ap"}],["path",{d:"M21 9a1 1 0 0 1-1 1",key:"mp6qeo"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a2 2 0 0 1 2-2h2",key:"15xut4"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}]],vy=Y("replace",dJ1);var sJ1=[["path",{d:"M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z",key:"2a1g8i"}],["path",{d:"M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z",key:"rg3s36"}]],xy=Y("rewind",sJ1);var rJ1=[["path",{d:"M12 11.22C11 9.997 10 9 10 8a2 2 0 0 1 4 0c0 1-.998 2.002-2.01 3.22",key:"1rnhq3"}],["path",{d:"m12 18 2.57-3.5",key:"116vt7"}],["path",{d:"M6.243 9.016a7 7 0 0 1 11.507-.009",key:"10dq0b"}],["path",{d:"M9.35 14.53 12 11.22",key:"tdsyp2"}],["path",{d:"M9.35 14.53C7.728 12.246 6 10.221 6 7a6 5 0 0 1 12 0c-.005 3.22-1.778 5.235-3.43 7.5l3.557 4.527a1 1 0 0 1-.203 1.43l-1.894 1.36a1 1 0 0 1-1.384-.215L12 18l-2.679 3.593a1 1 0 0 1-1.39.213l-1.865-1.353a1 1 0 0 1-.203-1.422z",key:"nmifey"}]],hy=Y("ribbon",rJ1);var aJ1=[["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}],["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09",key:"u4xsad"}],["path",{d:"M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z",key:"676m9"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05",key:"92ym6u"}]],fy=Y("rocket",aJ1);var cJ1=[["path",{d:"M6 19V5",key:"1r845m"}],["path",{d:"M10 19V6.8",key:"9j2tfs"}],["path",{d:"M14 19v-7.8",key:"10s8qv"}],["path",{d:"M18 5v4",key:"1tajlv"}],["path",{d:"M18 19v-6",key:"ielfq3"}],["path",{d:"M22 19V9",key:"158nzp"}],["path",{d:"M2 19V9a4 4 0 0 1 4-4c2 0 4 1.33 6 4s4 4 6 4a4 4 0 1 0-3-6.65",key:"1930oh"}]],Iy=Y("roller-coaster",cJ1);var tJ1=[["path",{d:"m15 13 3.708 7.416",key:"1edxn9"}],["path",{d:"M3 19a15 15 0 0 0 18 0",key:"d0d1c4"}],["path",{d:"m3 2 3.21 9.633A2 2 0 0 0 8.109 13H18",key:"tpa4et"}],["path",{d:"m9 13-3.708 7.416",key:"1oplxx"}]],jy=Y("rocking-chair",tJ1);var nJ1=[["path",{d:"M17 10h-1a4 4 0 1 1 4-4v.534",key:"7qf5zm"}],["path",{d:"M17 6h1a4 4 0 0 1 1.42 7.74l-2.29.87a6 6 0 0 1-5.339-10.68l2.069-1.31",key:"1et29u"}],["path",{d:"M4.5 17c2.8-.5 4.4 0 5.5.8s1.8 2.2 2.3 3.7c-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2",key:"kiv2lz"}],["path",{d:"M9.77 12C4 15 2 22 2 22",key:"h28rw0"}],["circle",{cx:"17",cy:"8",r:"2",key:"1330xn"}]],gy=Y("rose",nJ1);var iJ1=[["path",{d:"M16.466 7.5C15.643 4.237 13.952 2 12 2 9.239 2 7 6.477 7 12s2.239 10 5 10c.342 0 .677-.069 1-.2",key:"10n0gc"}],["path",{d:"m15.194 13.707 3.814 1.86-1.86 3.814",key:"16shm9"}],["path",{d:"M19 15.57c-1.804.885-4.274 1.43-7 1.43-5.523 0-10-2.239-10-5s4.477-5 10-5c4.838 0 8.873 1.718 9.8 4",key:"1lxi77"}]],Q6=Y("rotate-3d",iJ1);var oJ1=[["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M12 9h2",key:"1lpap9"}],["path",{d:"M3 12a9 9 0 1 0 9-9 9.74 9.74 0 0 0-6.74 2.74L3 8",key:"g2jlw"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["circle",{cx:"12",cy:"15",r:"2",key:"1vpstw"}]],Ny=Y("rotate-ccw-key",oJ1);var eJ1=[["path",{d:"M20 9V7a2 2 0 0 0-2-2h-6",key:"19z8uc"}],["path",{d:"m15 2-3 3 3 3",key:"177bxs"}],["path",{d:"M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2",key:"d36hnl"}]],Ly=Y("rotate-ccw-square",eJ1);var JZ1=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]],T9=Y("rotate-ccw",JZ1);var ZZ1=[["path",{d:"M12 5H6a2 2 0 0 0-2 2v3",key:"l96uqu"}],["path",{d:"m9 8 3-3-3-3",key:"1gzgc3"}],["path",{d:"M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2",key:"1w2k5h"}]],my=Y("rotate-cw-square",ZZ1);var YZ1=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]],_y=Y("rotate-cw",YZ1);var QZ1=[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5c.4 0 .9-.1 1.3-.2",key:"1effex"}],["path",{d:"M5.2 5.2A3.5 3.53 0 0 0 6.5 12H12",key:"k9y2ds"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M21 15.3a3.5 3.5 0 0 0-3.3-3.3",key:"11nlu2"}],["path",{d:"M15 5h-4.3",key:"6537je"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]],uy=Y("route-off",QZ1);var XZ1=[["circle",{cx:"6",cy:"19",r:"3",key:"1kj8tv"}],["path",{d:"M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15",key:"1d8sl"}],["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}]],py=Y("route",XZ1);var GZ1=[["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",key:"w68u3i"}],["path",{d:"M6.01 18H6",key:"19vcac"}],["path",{d:"M10.01 18H10",key:"uamcmx"}],["path",{d:"M15 10v4",key:"qjz1xs"}],["path",{d:"M17.84 7.17a4 4 0 0 0-5.66 0",key:"1rif40"}],["path",{d:"M20.66 4.34a8 8 0 0 0-11.31 0",key:"6a5xfq"}]],ly=Y("router",GZ1);var WZ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}]],X6=Y("rows-2",WZ1);var HZ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]],G6=Y("rows-3",HZ1);var qZ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 7.5H3",key:"1hm9pq"}],["path",{d:"M21 12H3",key:"2avoz0"}],["path",{d:"M21 16.5H3",key:"n7jzkj"}]],dy=Y("rows-4",qZ1);var zZ1=[["path",{d:"M4 11a9 9 0 0 1 9 9",key:"pv89mb"}],["path",{d:"M4 4a16 16 0 0 1 16 16",key:"k0647b"}],["circle",{cx:"5",cy:"19",r:"1",key:"bfqh0e"}]],sy=Y("rss",zZ1);var KZ1=[["path",{d:"M10 15v-3",key:"1pjskw"}],["path",{d:"M14 15v-3",key:"1o1mqj"}],["path",{d:"M18 15v-3",key:"cws6he"}],["path",{d:"M2 8V4",key:"3jv1jz"}],["path",{d:"M22 6H2",key:"1iqbfk"}],["path",{d:"M22 8V4",key:"16f4ou"}],["path",{d:"M6 15v-3",key:"1ij1qe"}],["rect",{x:"2",y:"12",width:"20",height:"8",rx:"2",key:"1tqiko"}]],ry=Y("ruler-dimension-line",KZ1);var BZ1=[["path",{d:"M21.3 15.3a2.4 2.4 0 0 1 0 3.4l-2.6 2.6a2.4 2.4 0 0 1-3.4 0L2.7 8.7a2.41 2.41 0 0 1 0-3.4l2.6-2.6a2.41 2.41 0 0 1 3.4 0Z",key:"icamh8"}],["path",{d:"m14.5 12.5 2-2",key:"inckbg"}],["path",{d:"m11.5 9.5 2-2",key:"fmmyf7"}],["path",{d:"m8.5 6.5 2-2",key:"vc6u1g"}],["path",{d:"m17.5 15.5 2-2",key:"wo5hmg"}]],ay=Y("ruler",BZ1);var $Z1=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18",key:"18ai8t"}],["path",{d:"M6 15h8",key:"1y8f6l"}]],cy=Y("russian-ruble",$Z1);var FZ1=[["path",{d:"M10 2v15",key:"1qf71f"}],["path",{d:"M7 22a4 4 0 0 1-4-4 1 1 0 0 1 1-1h16a1 1 0 0 1 1 1 4 4 0 0 1-4 4z",key:"1pxcvx"}],["path",{d:"M9.159 2.46a1 1 0 0 1 1.521-.193l9.977 8.98A1 1 0 0 1 20 13H4a1 1 0 0 1-.824-1.567z",key:"5oog16"}]],ty=Y("sailboat",FZ1);var PZ1=[["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1",key:"10xrj0"}],["path",{d:"m13 12 4-4",key:"1hckqy"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2",key:"1p4srx"}]],ny=Y("salad",PZ1);var AZ1=[["path",{d:"m2.37 11.223 8.372-6.777a2 2 0 0 1 2.516 0l8.371 6.777",key:"f1wd0e"}],["path",{d:"M21 15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5.25",key:"1pfu07"}],["path",{d:"M3 15a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h9",key:"1oq9qw"}],["path",{d:"m6.67 15 6.13 4.6a2 2 0 0 0 2.8-.4l3.15-4.2",key:"1fnwu5"}],["rect",{width:"20",height:"4",x:"2",y:"11",rx:"1",key:"itshg"}]],iy=Y("sandwich",AZ1);var OZ1=[["path",{d:"M4 10a7.31 7.31 0 0 0 10 10Z",key:"1fzpp3"}],["path",{d:"m9 15 3-3",key:"88sc13"}],["path",{d:"M17 13a6 6 0 0 0-6-6",key:"15cc6u"}],["path",{d:"M21 13A10 10 0 0 0 11 3",key:"11nf8s"}]],oy=Y("satellite-dish",OZ1);var TZ1=[["path",{d:"m13.5 6.5-3.148-3.148a1.205 1.205 0 0 0-1.704 0L6.352 5.648a1.205 1.205 0 0 0 0 1.704L9.5 10.5",key:"dzhfyz"}],["path",{d:"M16.5 7.5 19 5",key:"1ltcjm"}],["path",{d:"m17.5 10.5 3.148 3.148a1.205 1.205 0 0 1 0 1.704l-2.296 2.296a1.205 1.205 0 0 1-1.704 0L13.5 14.5",key:"nfoymv"}],["path",{d:"M9 21a6 6 0 0 0-6-6",key:"1iajcf"}],["path",{d:"M9.352 10.648a1.205 1.205 0 0 0 0 1.704l2.296 2.296a1.205 1.205 0 0 0 1.704 0l4.296-4.296a1.205 1.205 0 0 0 0-1.704l-2.296-2.296a1.205 1.205 0 0 0-1.704 0z",key:"nv9zqy"}]],ey=Y("satellite",TZ1);var wZ1=[["path",{d:"m20 19.5-5.5 1.2",key:"1aenhr"}],["path",{d:"M14.5 4v11.22a1 1 0 0 0 1.242.97L20 15.2",key:"2rtezt"}],["path",{d:"m2.978 19.351 5.549-1.363A2 2 0 0 0 10 16V2",key:"1kbm92"}],["path",{d:"M20 10 4 13.5",key:"8nums9"}]],JV=Y("saudi-riyal",wZ1);var yZ1=[["path",{d:"M13 13H8a1 1 0 0 0-1 1v7",key:"h8g396"}],["path",{d:"M14 8h1",key:"1lfen6"}],["path",{d:"M17 21v-4",key:"1yknxs"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20.41 20.41A2 2 0 0 1 19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 .59-1.41",key:"1t4vdl"}],["path",{d:"M29.5 11.5s5 5 4 5",key:"zzn4i6"}],["path",{d:"M9 3h6.2a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V15",key:"24cby9"}]],ZV=Y("save-off",yZ1);var VZ1=[["path",{d:"M10 2v3a1 1 0 0 0 1 1h5",key:"1xspal"}],["path",{d:"M18 18v-6a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v6",key:"1ra60u"}],["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"M8 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 22 6.828V16a2 2 0 0 1-2.01 2z",key:"1yve0x"}]],YV=Y("save-all",VZ1);var CZ1=[["path",{d:"M5 7v11a1 1 0 0 0 1 1h11",key:"13dt1j"}],["path",{d:"M5.293 18.707 11 13",key:"ezgbsx"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}],["circle",{cx:"5",cy:"5",r:"2",key:"1gwv83"}]],W6=Y("scale-3d",CZ1);var bZ1=[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]],$0=Y("save",bZ1);var kZ1=[["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"m19 8 3 8a5 5 0 0 1-6 0zV7",key:"zcdpyk"}],["path",{d:"M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1",key:"1yorad"}],["path",{d:"m5 8 3 8a5 5 0 0 1-6 0zV7",key:"eua70x"}],["path",{d:"M7 21h10",key:"1b0cd5"}]],QV=Y("scale",kZ1);var UZ1=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M14 15H9v-5",key:"pi4jk9"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M21 3 9 15",key:"15kdhq"}]],XV=Y("scaling",UZ1);var SZ1=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 7v10",key:"23sfjj"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M17 7v10",key:"578dap"}]],GV=Y("scan-barcode",SZ1);var DZ1=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]],WV=Y("scan-eye",DZ1);var EZ1=[["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7.828 13.07A3 3 0 0 1 12 8.764a3 3 0 0 1 4.172 4.306l-3.447 3.62a1 1 0 0 1-1.449 0z",key:"1ak1ef"}]],HV=Y("scan-heart",EZ1);var RZ1=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 9h.01",key:"x1ddxp"}]],qV=Y("scan-face",RZ1);var MZ1=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 12h10",key:"b7w52i"}]],zV=Y("scan-line",MZ1);var vZ1=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m16 16-1.9-1.9",key:"1dq9hf"}]],KV=Y("scan-search",vZ1);var xZ1=[["path",{d:"M17 12v4a1 1 0 0 1-1 1h-4",key:"uk4fdo"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M17 8V7",key:"q2g9wo"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M7 17h.01",key:"19xn7k"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["rect",{x:"7",y:"7",width:"5",height:"5",rx:"1",key:"m9kyts"}]],BV=Y("scan-qr-code",xZ1);var hZ1=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["path",{d:"M7 8h8",key:"1jbsf9"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h6",key:"1vyc9m"}]],$V=Y("scan-text",hZ1);var fZ1=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}]],FV=Y("scan",fZ1);var IZ1=[["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"M18 5v16",key:"1ethyx"}],["path",{d:"m4 6 7.106-3.79a2 2 0 0 1 1.788 0L20 6",key:"zywc2d"}],["path",{d:"m6 11-3.52 2.147a1 1 0 0 0-.48.854V19a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a1 1 0 0 0-.48-.853L18 11",key:"1d4ql0"}],["path",{d:"M6 5v16",key:"1sn0nx"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}]],PV=Y("school",IZ1);var jZ1=[["path",{d:"M5.42 9.42 8 12",key:"12pkuq"}],["circle",{cx:"4",cy:"8",r:"2",key:"107mxr"}],["path",{d:"m14 6-8.58 8.58",key:"gvzu5l"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"M10.8 14.8 14 18",key:"ax7m9r"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]],AV=Y("scissors-line-dashed",jZ1);var gZ1=[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M8.12 8.12 12 12",key:"1alkpv"}],["path",{d:"M20 4 8.12 15.88",key:"xgtan2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M14.8 14.8 20 20",key:"ptml3r"}]],OV=Y("scissors",gZ1);var NZ1=[["path",{d:"M21 4h-3.5l2 11.05",key:"1gktiw"}],["path",{d:"M6.95 17h5.142c.523 0 .95-.406 1.063-.916a6.5 6.5 0 0 1 5.345-5.009",key:"1bq3u3"}],["circle",{cx:"19.5",cy:"17.5",r:"2.5",key:"e4zhv9"}],["circle",{cx:"4.5",cy:"17.5",r:"2.5",key:"50vk4p"}]],TV=Y("scooter",NZ1);var LZ1=[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m22 3-5 5",key:"12jva0"}],["path",{d:"m17 3 5 5",key:"k36vhe"}]],wV=Y("screen-share-off",LZ1);var mZ1=[["path",{d:"M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3",key:"i8wdob"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m17 8 5-5",key:"fqif7o"}],["path",{d:"M17 3h5v5",key:"1o3tu8"}]],yV=Y("screen-share",mZ1);var _Z1=[["path",{d:"M15 12h-5",key:"r7krc0"}],["path",{d:"M15 8h-5",key:"1khuty"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]],VV=Y("scroll-text",_Z1);var uZ1=[["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]],CV=Y("scroll",uZ1);var pZ1=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M11 7v4",key:"m2edmq"}],["path",{d:"M11 15h.01",key:"k85uqc"}]],bV=Y("search-alert",pZ1);var lZ1=[["path",{d:"m8 11 2 2 4-4",key:"1sed1v"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],kV=Y("search-check",lZ1);var dZ1=[["path",{d:"m13 13.5 2-2.5-2-2.5",key:"1rvxrh"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}],["path",{d:"M9 8.5 7 11l2 2.5",key:"6ffwbx"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],UV=Y("search-code",dZ1);var sZ1=[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],SV=Y("search-slash",sZ1);var rZ1=[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["path",{d:"m8.5 8.5 5 5",key:"a8mexj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],DV=Y("search-x",rZ1);var aZ1=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],T2=Y("search",aZ1);var cZ1=[["path",{d:"M16 5a4 3 0 0 0-8 0c0 4 8 3 8 7a4 3 0 0 1-8 0",key:"vqan6v"}],["path",{d:"M8 19a4 3 0 0 0 8 0c0-4-8-3-8-7a4 3 0 0 1 8 0",key:"wdjd8o"}]],EV=Y("section",cZ1);var tZ1=[["path",{d:"M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z",key:"117uat"}],["path",{d:"M6 12h16",key:"s4cdu5"}]],H6=Y("send-horizontal",tZ1);var nZ1=[["rect",{x:"14",y:"14",width:"8",height:"8",rx:"2",key:"1b0bso"}],["rect",{x:"2",y:"2",width:"8",height:"8",rx:"2",key:"1x09vl"}],["path",{d:"M7 14v1a2 2 0 0 0 2 2h1",key:"pao6x6"}],["path",{d:"M14 7h1a2 2 0 0 1 2 2v1",key:"19tdru"}]],RV=Y("send-to-back",nZ1);var iZ1=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],MV=Y("send",iZ1);var oZ1=[["path",{d:"m16 16-4 4-4-4",key:"3dv8je"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"m8 8 4-4 4 4",key:"2bscm2"}]],vV=Y("separator-horizontal",oZ1);var eZ1=[["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"m16 16 4-4-4-4",key:"1js579"}],["path",{d:"m8 8-4 4 4 4",key:"1whems"}]],xV=Y("separator-vertical",eZ1);var JY1=[["path",{d:"M6 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-2",key:"4b9dqc"}],["path",{d:"M6 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2",key:"22nnkd"}],["path",{d:"M6 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m13 6-4 6h6l-4 6",key:"14hqih"}]],hV=Y("server-crash",JY1);var ZY1=[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5",key:"bt2siv"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z",key:"1hjrv1"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1",key:"1iynyr"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z",key:"161ggg"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],fV=Y("server-off",ZY1);var YY1=[["path",{d:"m10.852 14.772-.383.923",key:"11vil6"}],["path",{d:"M13.148 14.772a3 3 0 1 0-2.296-5.544l-.383-.923",key:"1v3clb"}],["path",{d:"m13.148 9.228.383-.923",key:"t2zzyc"}],["path",{d:"m13.53 15.696-.382-.924a3 3 0 1 1-2.296-5.544",key:"1bxfiv"}],["path",{d:"m14.772 10.852.923-.383",key:"k9m8cz"}],["path",{d:"m14.772 13.148.923.383",key:"1xvhww"}],["path",{d:"M4.5 10H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-.5",key:"tn8das"}],["path",{d:"M4.5 14H4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-.5",key:"1g2pve"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"M6 6h.01",key:"1utrut"}],["path",{d:"m9.228 10.852-.923-.383",key:"1wtb30"}],["path",{d:"m9.228 13.148-.923.383",key:"1a830x"}]],IV=Y("server-cog",YY1);var QY1=[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]],jV=Y("server",QY1);var XY1=[["path",{d:"M14 17H5",key:"gfn3mx"}],["path",{d:"M19 7h-9",key:"6i9tg"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]],B5=Y("settings-2",XY1);var GY1=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],$5=Y("settings",GY1);var WY1=[["path",{d:"M8.3 10a.7.7 0 0 1-.626-1.079L11.4 3a.7.7 0 0 1 1.198-.043L16.3 8.9a.7.7 0 0 1-.572 1.1Z",key:"1bo67w"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}],["circle",{cx:"17.5",cy:"17.5",r:"3.5",key:"w3z12y"}]],gV=Y("shapes",WY1);var HY1=[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]],NV=Y("share-2",HY1);var qY1=[["path",{d:"M12 2v13",key:"1km8f5"}],["path",{d:"m16 6-4-4-4 4",key:"13yo43"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}]],LV=Y("share",qY1);var zY1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"3",x2:"21",y1:"9",y2:"9",key:"1vqk6q"}],["line",{x1:"3",x2:"21",y1:"15",y2:"15",key:"o2sbyz"}],["line",{x1:"9",x2:"9",y1:"9",y2:"21",key:"1ib60c"}],["line",{x1:"15",x2:"15",y1:"9",y2:"21",key:"1n26ft"}]],mV=Y("sheet",zY1);var KY1=[["path",{d:"M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44",key:"1cn552"}]],_V=Y("shell",KY1);var BY1=[["path",{d:"M12 12V9a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3",key:"wiz68x"}],["path",{d:"M16 20v-3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3",key:"1b59c4"}],["path",{d:"M20 22V2",key:"1bnhr8"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"M4 2v20",key:"gtpd5x"}],["path",{d:"M4 4h16",key:"1bkgr1"}]],uV=Y("shelving-unit",BY1);var $Y1=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]],pV=Y("shield-alert",$Y1);var FY1=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m4.243 5.21 14.39 12.472",key:"1c9a7c"}]],lV=Y("shield-ban",FY1);var PY1=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],w9=Y("shield-check",PY1);var AY1=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]],dV=Y("shield-ellipsis",AY1);var OY1=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M12 22V2",key:"zs6s6o"}]],sV=Y("shield-half",OY1);var TY1=[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5 5a1 1 0 0 0-1 1v7c0 5 3.5 7.5 7.67 8.94a1 1 0 0 0 .67.01c2.35-.82 4.48-1.97 5.9-3.71",key:"1jlk70"}],["path",{d:"M9.309 3.652A12.252 12.252 0 0 0 11.24 2.28a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v7a9.784 9.784 0 0 1-.08 1.264",key:"18rp1v"}]],rV=Y("shield-off",TY1);var wY1=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}]],aV=Y("shield-minus",wY1);var yY1=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]],cV=Y("shield-plus",yY1);var VY1=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}],["path",{d:"M12 17h.01",key:"p32p05"}]],q6=Y("shield-question-mark",VY1);var CY1=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m14.5 9.5-5 5",key:"17q4r4"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]],z6=Y("shield-x",CY1);var bY1=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"M6.376 18.91a6 6 0 0 1 11.249.003",key:"hnjrf2"}],["circle",{cx:"12",cy:"11",r:"4",key:"1gt34v"}]],tV=Y("shield-user",bY1);var kY1=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}]],nV=Y("shield",kY1);var UY1=[["circle",{cx:"12",cy:"12",r:"8",key:"46899m"}],["path",{d:"M12 2v7.5",key:"1e5rl5"}],["path",{d:"m19 5-5.23 5.23",key:"1ezxxf"}],["path",{d:"M22 12h-7.5",key:"le1719"}],["path",{d:"m19 19-5.23-5.23",key:"p3fmgn"}],["path",{d:"M12 14.5V22",key:"dgcmos"}],["path",{d:"M10.23 13.77 5 19",key:"qwopd4"}],["path",{d:"M9.5 12H2",key:"r7bup8"}],["path",{d:"M10.23 10.23 5 5",key:"k2y7lj"}],["circle",{cx:"12",cy:"12",r:"2.5",key:"ix0uyj"}]],iV=Y("ship-wheel",UY1);var SY1=[["path",{d:"M12 10.189V14",key:"1p8cqu"}],["path",{d:"M12 2v3",key:"qbqxhf"}],["path",{d:"M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6",key:"qpkstq"}],["path",{d:"M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76",key:"7tigtc"}],["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"1924j5"}]],oV=Y("ship",SY1);var DY1=[["path",{d:"M20.38 3.46 16 2a4 4 0 0 1-8 0L3.62 3.46a2 2 0 0 0-1.34 2.23l.58 3.47a1 1 0 0 0 .99.84H6v10c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2V10h2.15a1 1 0 0 0 .99-.84l.58-3.47a2 2 0 0 0-1.34-2.23z",key:"1wgbhj"}]],eV=Y("shirt",DY1);var EY1=[["path",{d:"m15 11-1 9",key:"5wnq3a"}],["path",{d:"m19 11-4-7",key:"cnml18"}],["path",{d:"M2 11h20",key:"3eubbj"}],["path",{d:"m3.5 11 1.6 7.4a2 2 0 0 0 2 1.6h9.8a2 2 0 0 0 2-1.6l1.7-7.4",key:"yiazzp"}],["path",{d:"M4.5 15.5h15",key:"13mye1"}],["path",{d:"m5 11 4-7",key:"116ra9"}],["path",{d:"m9 11 1 9",key:"1ojof7"}]],JC=Y("shopping-basket",EY1);var RY1=[["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}],["path",{d:"M3.103 6.034h17.794",key:"awc11p"}],["path",{d:"M3.4 5.467a2 2 0 0 0-.4 1.2V20a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.667a2 2 0 0 0-.4-1.2l-2-2.667A2 2 0 0 0 17 2H7a2 2 0 0 0-1.6.8z",key:"o988cm"}]],ZC=Y("shopping-bag",RY1);var MY1=[["circle",{cx:"8",cy:"21",r:"1",key:"jimo8o"}],["circle",{cx:"19",cy:"21",r:"1",key:"13723u"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12",key:"9zh506"}]],YC=Y("shopping-cart",MY1);var vY1=[["path",{d:"M21.56 4.56a1.5 1.5 0 0 1 0 2.122l-.47.47a3 3 0 0 1-4.212-.03 3 3 0 0 1 0-4.243l.44-.44a1.5 1.5 0 0 1 2.121 0z",key:"1gcedi"}],["path",{d:"M3 22a1 1 0 0 1-1-1v-3.586a1 1 0 0 1 .293-.707l3.355-3.355a1.205 1.205 0 0 1 1.704 0l3.296 3.296a1.205 1.205 0 0 1 0 1.704l-3.355 3.355a1 1 0 0 1-.707.293z",key:"pg9kv3"}],["path",{d:"m9 15 7.879-7.878",key:"1o1zgh"}]],QC=Y("shovel",vY1);var xY1=[["path",{d:"m4 4 2.5 2.5",key:"uv2vmf"}],["path",{d:"M13.5 6.5a4.95 4.95 0 0 0-7 7",key:"frdkwv"}],["path",{d:"M15 5 5 15",key:"1ag8rq"}],["path",{d:"M14 17v.01",key:"eokfpp"}],["path",{d:"M10 16v.01",key:"14uyyl"}],["path",{d:"M13 13v.01",key:"1v1k97"}],["path",{d:"M16 10v.01",key:"5169yg"}],["path",{d:"M11 20v.01",key:"cj92p8"}],["path",{d:"M17 14v.01",key:"11cswd"}],["path",{d:"M20 11v.01",key:"19e0od"}]],XC=Y("shower-head",xY1);var hY1=[["path",{d:"M4 13V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.706.706l3.588 3.588A2.4 2.4 0 0 1 20 8v5",key:"1eob4r"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 22v-5",key:"sfixh4"}],["path",{d:"M14 19v-2",key:"pdve8j"}],["path",{d:"M18 20v-3",key:"uox2gk"}],["path",{d:"M2 13h20",key:"5evz65"}],["path",{d:"M6 20v-3",key:"c6pdcb"}]],GC=Y("shredder",hY1);var fY1=[["path",{d:"M11 12h.01",key:"1lr4k6"}],["path",{d:"M13 22c.5-.5 1.12-1 2.5-1-1.38 0-2-.5-2.5-1",key:"fatpdi"}],["path",{d:"M14 2a3.28 3.28 0 0 1-3.227 1.798l-6.17-.561A2.387 2.387 0 1 0 4.387 8H15.5a1 1 0 0 1 0 13 1 1 0 0 0 0-5H12a7 7 0 0 1-7-7V8",key:"kehrqe"}],["path",{d:"M14 8a8.5 8.5 0 0 1 0 8",key:"1imjx2"}],["path",{d:"M16 16c2 0 4.5-4 4-6",key:"z0nejz"}]],WC=Y("shrimp",fY1);var IY1=[["path",{d:"m15 15 6 6m-6-6v4.8m0-4.8h4.8",key:"17vawe"}],["path",{d:"M9 19.8V15m0 0H4.2M9 15l-6 6",key:"chjx8e"}],["path",{d:"M15 4.2V9m0 0h4.8M15 9l6-6",key:"lav6yq"}],["path",{d:"M9 4.2V9m0 0H4.2M9 9 3 3",key:"1pxi2q"}]],HC=Y("shrink",IY1);var jY1=[["path",{d:"M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2",key:"wuwx1p"}]],qC=Y("sigma",jY1);var gY1=[["path",{d:"M12 22v-5.172a2 2 0 0 0-.586-1.414L9.5 13.5",key:"1p17fm"}],["path",{d:"M14.5 14.5 12 17",key:"dy5w4y"}],["path",{d:"M17 8.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0z",key:"6z7b3o"}]],zC=Y("shrub",gY1);var NY1=[["path",{d:"m18 14 4 4-4 4",key:"10pe0f"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22",key:"1ailkh"}],["path",{d:"M2 6h1.972a4 4 0 0 1 3.6 2.2",key:"km57vx"}],["path",{d:"M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45",key:"os18l9"}]],KC=Y("shuffle",NY1);var LY1=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}]],BC=Y("signal-low",LY1);var mY1=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}]],$C=Y("signal-high",mY1);var _Y1=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}]],FC=Y("signal-medium",_Y1);var uY1=[["path",{d:"M2 20h.01",key:"4haj6o"}]],PC=Y("signal-zero",uY1);var pY1=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M17 20V8",key:"1tkaf5"}],["path",{d:"M22 4v16",key:"sih9yq"}]],AC=Y("signal",pY1);var lY1=[["path",{d:"m21 17-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284",key:"y32ogt"}],["path",{d:"M3 21h18",key:"itz85i"}]],OC=Y("signature",lY1);var dY1=[["path",{d:"M10 9H4L2 7l2-2h6",key:"1hq7x2"}],["path",{d:"M14 5h6l2 2-2 2h-6",key:"bv62ej"}],["path",{d:"M10 22V4a2 2 0 1 1 4 0v18",key:"eqpcf2"}],["path",{d:"M8 22h8",key:"rmew8v"}]],TC=Y("signpost-big",dY1);var sY1=[["path",{d:"M12 13v8",key:"1l5pq0"}],["path",{d:"M12 3v3",key:"1n5kay"}],["path",{d:"M18 6a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z",key:"gqqp9m"}]],wC=Y("signpost",sY1);var rY1=[["path",{d:"M7 18v-6a5 5 0 1 1 10 0v6",key:"pcx96s"}],["path",{d:"M5 21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2z",key:"1b4s83"}],["path",{d:"M21 12h1",key:"jtio3y"}],["path",{d:"M18.5 4.5 18 5",key:"g5sp9y"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"m4.929 4.929.707.707",key:"1i51kw"}],["path",{d:"M12 12v6",key:"3ahymv"}]],yC=Y("siren",rY1);var aY1=[["path",{d:"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z",key:"15892j"}],["path",{d:"M3 20V4",key:"1ptbpl"}]],VC=Y("skip-back",aY1);var cY1=[["path",{d:"M21 4v16",key:"7j8fe9"}],["path",{d:"M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z",key:"zs4d6"}]],CC=Y("skip-forward",cY1);var tY1=[["rect",{width:"3",height:"8",x:"13",y:"2",rx:"1.5",key:"diqz80"}],["path",{d:"M19 8.5V10h1.5A1.5 1.5 0 1 0 19 8.5",key:"183iwg"}],["rect",{width:"3",height:"8",x:"8",y:"14",rx:"1.5",key:"hqg7r1"}],["path",{d:"M5 15.5V14H3.5A1.5 1.5 0 1 0 5 15.5",key:"76g71w"}],["rect",{width:"8",height:"3",x:"14",y:"13",rx:"1.5",key:"1kmz0a"}],["path",{d:"M15.5 19H14v1.5a1.5 1.5 0 1 0 1.5-1.5",key:"jc4sz0"}],["rect",{width:"8",height:"3",x:"2",y:"8",rx:"1.5",key:"1omvl4"}],["path",{d:"M8.5 5H10V3.5A1.5 1.5 0 1 0 8.5 5",key:"16f3cl"}]],bC=Y("slack",tY1);var nY1=[["path",{d:"m12.5 17-.5-1-.5 1h1z",key:"3me087"}],["path",{d:"M15 22a1 1 0 0 0 1-1v-1a2 2 0 0 0 1.56-3.25 8 8 0 1 0-11.12 0A2 2 0 0 0 8 20v1a1 1 0 0 0 1 1z",key:"1o5pge"}],["circle",{cx:"15",cy:"12",r:"1",key:"1tmaij"}],["circle",{cx:"9",cy:"12",r:"1",key:"1vctgf"}]],kC=Y("skull",nY1);var iY1=[["path",{d:"M22 2 2 22",key:"y4kqgn"}]],UC=Y("slash",iY1);var oY1=[["path",{d:"M10 5H3",key:"1qgfaw"}],["path",{d:"M12 19H3",key:"yhmn1j"}],["path",{d:"M14 3v4",key:"1sua03"}],["path",{d:"M16 17v4",key:"1q0r14"}],["path",{d:"M21 12h-9",key:"1o4lsq"}],["path",{d:"M21 19h-5",key:"1rlt1p"}],["path",{d:"M21 5h-7",key:"1oszz2"}],["path",{d:"M8 10v4",key:"tgpxqk"}],["path",{d:"M8 12H3",key:"a7s4jb"}]],SC=Y("sliders-horizontal",oY1);var eY1=[["path",{d:"M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14",key:"1sllp5"}]],DC=Y("slice",eY1);var JQ1=[["path",{d:"M10 8h4",key:"1sr2af"}],["path",{d:"M12 21v-9",key:"17s77i"}],["path",{d:"M12 8V3",key:"13r4qs"}],["path",{d:"M17 16h4",key:"h1uq16"}],["path",{d:"M19 12V3",key:"o1uvq1"}],["path",{d:"M19 21v-5",key:"qua636"}],["path",{d:"M3 14h4",key:"bcjad9"}],["path",{d:"M5 10V3",key:"cb8scm"}],["path",{d:"M5 21v-7",key:"1w1uti"}]],K6=Y("sliders-vertical",JQ1);var ZQ1=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12.667 8 10 12h4l-2.667 4",key:"h9lk2d"}]],EC=Y("smartphone-charging",ZQ1);var YQ1=[["rect",{width:"7",height:"12",x:"2",y:"6",rx:"1",key:"5nje8w"}],["path",{d:"M13 8.32a7.43 7.43 0 0 1 0 7.36",key:"1g306n"}],["path",{d:"M16.46 6.21a11.76 11.76 0 0 1 0 11.58",key:"uqvjvo"}],["path",{d:"M19.91 4.1a15.91 15.91 0 0 1 .01 15.8",key:"ujntz3"}]],RC=Y("smartphone-nfc",YQ1);var QQ1=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]],MC=Y("smartphone",QQ1);var XQ1=[["path",{d:"M22 11v1a10 10 0 1 1-9-10",key:"ew0xw9"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}],["path",{d:"M16 5h6",key:"1vod17"}],["path",{d:"M19 2v6",key:"4bpg5p"}]],vC=Y("smile-plus",XQ1);var GQ1=[["path",{d:"M2 13a6 6 0 1 0 12 0 4 4 0 1 0-8 0 2 2 0 0 0 4 0",key:"hneq2s"}],["circle",{cx:"10",cy:"13",r:"8",key:"194lz3"}],["path",{d:"M2 21h12c4.4 0 8-3.6 8-8V7a2 2 0 1 0-4 0v6",key:"ixqyt7"}],["path",{d:"M18 3 19.1 5.2",key:"9tjm43"}],["path",{d:"M22 3 20.9 5.2",key:"j3odrs"}]],xC=Y("snail",GQ1);var WQ1=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 14s1.5 2 4 2 4-2 4-2",key:"1y1vjs"}],["line",{x1:"9",x2:"9.01",y1:"9",y2:"9",key:"yxxnd0"}],["line",{x1:"15",x2:"15.01",y1:"9",y2:"9",key:"1p4y9e"}]],hC=Y("smile",WQ1);var HQ1=[["path",{d:"m10 20-1.25-2.5L6 18",key:"18frcb"}],["path",{d:"M10 4 8.75 6.5 6 6",key:"7mghy3"}],["path",{d:"m14 20 1.25-2.5L18 18",key:"1chtki"}],["path",{d:"m14 4 1.25 2.5L18 6",key:"1b4wsy"}],["path",{d:"m17 21-3-6h-4",key:"15hhxa"}],["path",{d:"m17 3-3 6 1.5 3",key:"11697g"}],["path",{d:"M2 12h6.5L10 9",key:"kv9z4n"}],["path",{d:"m20 10-1.5 2 1.5 2",key:"1swlpi"}],["path",{d:"M22 12h-6.5L14 15",key:"1mxi28"}],["path",{d:"m4 10 1.5 2L4 14",key:"k9enpj"}],["path",{d:"m7 21 3-6-1.5-3",key:"j8hb9u"}],["path",{d:"m7 3 3 6h4",key:"1otusx"}]],fC=Y("snowflake",HQ1);var qQ1=[["path",{d:"M10.5 2v4",key:"1xt6in"}],["path",{d:"M14 2H7a2 2 0 0 0-2 2",key:"e6xig3"}],["path",{d:"M19.29 14.76A6.67 6.67 0 0 1 17 11a6.6 6.6 0 0 1-2.29 3.76c-1.15.92-1.71 2.04-1.71 3.19 0 2.22 1.8 4.05 4 4.05s4-1.83 4-4.05c0-1.16-.57-2.26-1.71-3.19",key:"adq7uc"}],["path",{d:"M9.607 21H6a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h7V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3",key:"t9hm96"}]],IC=Y("soap-dispenser-droplet",qQ1);var zQ1=[["path",{d:"M20 9V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3",key:"1dgpiv"}],["path",{d:"M2 16a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-5a2 2 0 0 0-4 0v1.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5V11a2 2 0 0 0-4 0z",key:"xacw8m"}],["path",{d:"M4 18v2",key:"jwo5n2"}],["path",{d:"M20 18v2",key:"1ar1qi"}],["path",{d:"M12 4v9",key:"oqhhn3"}]],jC=Y("sofa",zQ1);var KQ1=[["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M19.5 12 22 6",key:"shfsr5"}],["path",{d:"M16.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.73 1.62",key:"rpc6vp"}],["path",{d:"M11.25 3c.27.1.8.53.74 1.36-.05.83-.93 1.2-.98 2.02-.06.78.33 1.24.72 1.62",key:"1lf63m"}],["path",{d:"M6.25 3c.27.1.8.53.75 1.36-.06.83-.93 1.2-1 2.02-.05.78.34 1.24.74 1.62",key:"97tijn"}]],gC=Y("soup",KQ1);var BQ1=[["path",{d:"M11 2h2",key:"isr7bz"}],["path",{d:"m14.28 14-4.56 8",key:"4anwcf"}],["path",{d:"m21 22-1.558-4H4.558",key:"enk13h"}],["path",{d:"M3 10v2",key:"w8mti9"}],["path",{d:"M6.245 15.04A2 2 0 0 1 8 14h12a1 1 0 0 1 .864 1.505l-3.11 5.457A2 2 0 0 1 16 22H4a1 1 0 0 1-.863-1.506z",key:"pouggg"}],["path",{d:"M7 2a4 4 0 0 1-4 4",key:"78s8of"}],["path",{d:"m8.66 7.66 1.41 1.41",key:"1vaqj8"}]],NC=Y("solar-panel",BQ1);var $Q1=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]],LC=Y("space",$Q1);var FQ1=[["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"M2 14.499a5.5 5.5 0 0 0 9.591 3.675.6.6 0 0 1 .818.001A5.5 5.5 0 0 0 22 14.5c0-2.29-1.5-4-3-5.5l-5.492-5.312a2 2 0 0 0-3-.02L5 8.999c-1.5 1.5-3 3.2-3 5.5",key:"1aw2pz"}]],mC=Y("spade",FQ1);var PQ1=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}]],_C=Y("sparkle",PQ1);var AQ1=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]],B6=Y("sparkles",AQ1);var OQ1=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",key:"1nb95v"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["circle",{cx:"12",cy:"14",r:"4",key:"1jruaj"}],["path",{d:"M12 14h.01",key:"1etili"}]],uC=Y("speaker",OQ1);var TQ1=[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M4 21c1.1 0 1.1-1 2.3-1s1.1 1 2.3 1c1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1 1.1 0 1.1 1 2.3 1 1.1 0 1.1-1 2.3-1",key:"8mdmtu"}]],pC=Y("spell-check-2",TQ1);var wQ1=[["path",{d:"M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20",key:"11atix"}],["path",{d:"M19.8 17.8a7.5 7.5 0 0 0 .003-10.603",key:"yol142"}],["path",{d:"M17 15a3.5 3.5 0 0 0-.025-4.975",key:"ssbmkc"}]],lC=Y("speech",wQ1);var yQ1=[["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m16 20 2 2 4-4",key:"13tcca"}]],dC=Y("spell-check",yQ1);var VQ1=[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M5 17A12 12 0 0 1 17 5",key:"1okkup"}],["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}]],sC=Y("spline-pointer",VQ1);var CQ1=[["circle",{cx:"19",cy:"5",r:"2",key:"mhkx31"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M5 17A12 12 0 0 1 17 5",key:"1okkup"}]],rC=Y("spline",CQ1);var bQ1=[["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M8 3H3v5",key:"15dfkv"}],["path",{d:"M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3",key:"1qrqzj"}],["path",{d:"m15 9 6-6",key:"ko1vev"}]],aC=Y("split",bQ1);var kQ1=[["path",{d:"M15.295 19.562 16 22",key:"31jsb7"}],["path",{d:"m17 16 3.758 2.098",key:"121ar7"}],["path",{d:"m19 12.5 3.026-.598",key:"19ukd3"}],["path",{d:"M7.61 6.3a3 3 0 0 0-3.92 1.3l-1.38 2.79a3 3 0 0 0 1.3 3.91l6.89 3.597a1 1 0 0 0 1.342-.447l3.106-6.211a1 1 0 0 0-.447-1.341z",key:"lwb9l9"}],["path",{d:"M8 9V2",key:"1xa0v7"}]],cC=Y("spotlight",kQ1);var UQ1=[["path",{d:"M17 13.44 4.442 17.082A2 2 0 0 0 4.982 21H19a2 2 0 0 0 .558-3.921l-1.115-.32A2 2 0 0 1 17 14.837V7.66",key:"13vns8"}],["path",{d:"m7 10.56 12.558-3.642A2 2 0 0 0 19.018 3H5a2 2 0 0 0-.558 3.921l1.115.32A2 2 0 0 1 7 9.163v7.178",key:"s8x3u0"}]],tC=Y("spool",UQ1);var SQ1=[["path",{d:"M3 3h.01",key:"159qn6"}],["path",{d:"M7 5h.01",key:"1hq22a"}],["path",{d:"M11 7h.01",key:"1osv80"}],["path",{d:"M3 7h.01",key:"1xzrh3"}],["path",{d:"M7 9h.01",key:"19b3jx"}],["path",{d:"M3 11h.01",key:"1eifu7"}],["rect",{width:"4",height:"4",x:"15",y:"5",key:"mri9e4"}],["path",{d:"m19 9 2 2v10c0 .6-.4 1-1 1h-6c-.6 0-1-.4-1-1V11l2-2",key:"aib6hk"}],["path",{d:"m13 14 8-2",key:"1d7bmk"}],["path",{d:"m13 19 8-2",key:"1y2vml"}]],nC=Y("spray-can",SQ1);var DQ1=[["path",{d:"M14 9.536V7a4 4 0 0 1 4-4h1.5a.5.5 0 0 1 .5.5V5a4 4 0 0 1-4 4 4 4 0 0 0-4 4c0 2 1 3 1 5a5 5 0 0 1-1 3",key:"139s4v"}],["path",{d:"M4 9a5 5 0 0 1 8 4 5 5 0 0 1-8-4",key:"1dlkgp"}],["path",{d:"M5 21h14",key:"11awu3"}]],iC=Y("sprout",DQ1);var EQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M17 12h-2l-2 5-2-10-2 5H7",key:"15hlnc"}]],$6=Y("square-activity",EQ1);var RQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 8-8 8",key:"166keh"}],["path",{d:"M16 16H8V8",key:"1w2ppm"}]],F6=Y("square-arrow-down-left",RQ1);var MQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8 12 4 4 4-4",key:"k98ssh"}]],P6=Y("square-arrow-down",MQ1);var vQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"M16 8v8H8",key:"1lbpgo"}]],A6=Y("square-arrow-down-right",vQ1);var xQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}],["path",{d:"M16 12H8",key:"1fr5h0"}]],O6=Y("square-arrow-left",xQ1);var hQ1=[["path",{d:"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6",key:"14qz4y"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]],T6=Y("square-arrow-out-down-left",hQ1);var fQ1=[["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}],["path",{d:"m21 21-9-9",key:"1et2py"}],["path",{d:"M21 15v6h-6",key:"1jko0i"}]],w6=Y("square-arrow-out-down-right",fQ1);var IQ1=[["path",{d:"M13 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-6",key:"14mv1t"}],["path",{d:"m3 3 9 9",key:"rks13r"}],["path",{d:"M3 9V3h6",key:"ira0h2"}]],y6=Y("square-arrow-out-up-left",IQ1);var jQ1=[["path",{d:"M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6",key:"y09zxi"}],["path",{d:"m21 3-9 9",key:"mpx6sq"}],["path",{d:"M15 3h6v6",key:"1q9fwt"}]],V6=Y("square-arrow-out-up-right",jQ1);var gQ1=[["path",{d:"m10 16 4-4-4-4",key:"w9835o"}],["path",{d:"M3 12h11",key:"pmja8f"}],["path",{d:"M3 8V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3",key:"1bqs5q"}]],oC=Y("square-arrow-right-enter",gQ1);var NQ1=[["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"m17 16 4-4-4-4",key:"iin4zf"}],["path",{d:"M21 6.344V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-1.344",key:"1ojbhp"}]],eC=Y("square-arrow-right-exit",NQ1);var LQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]],C6=Y("square-arrow-right",LQ1);var mQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8h8",key:"19xb1h"}],["path",{d:"M16 16 8 8",key:"1qdy8n"}]],b6=Y("square-arrow-up-left",mQ1);var _Q1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 8h8v8",key:"b65dnt"}],["path",{d:"m8 16 8-8",key:"13b9ih"}]],k6=Y("square-arrow-up-right",_Q1);var uQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 12-4-4-4 4",key:"177agl"}],["path",{d:"M12 16V8",key:"1sbj14"}]],U6=Y("square-arrow-up",uQ1);var pQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 8v8",key:"napkw2"}],["path",{d:"m8.5 14 7-4",key:"12hpby"}],["path",{d:"m8.5 10 7 4",key:"wwy2dy"}]],S6=Y("square-asterisk",pQ1);var lQ1=[["line",{x1:"5",y1:"3",x2:"19",y2:"3",key:"x74652"}],["line",{x1:"3",y1:"5",x2:"3",y2:"19",key:"31ivqu"}],["line",{x1:"21",y1:"5",x2:"21",y2:"19",key:"1am4cd"}],["line",{x1:"9",y1:"21",x2:"10",y2:"21",key:"sb02er"}],["line",{x1:"14",y1:"21",x2:"15",y2:"21",key:"1bvb1m"}],["path",{d:"M 3 5 A2 2 0 0 1 5 3",key:"dbypyf"}],["path",{d:"M 19 3 A2 2 0 0 1 21 5",key:"y6haui"}],["path",{d:"M 5 21 A2 2 0 0 1 3 19",key:"kb75wq"}],["path",{d:"M 21 19 A2 2 0 0 1 19 21",key:"1p3zbf"}],["circle",{cx:"8.5",cy:"8.5",r:"1.5",key:"cn5opk"}],["line",{x1:"9.56066",y1:"9.56066",x2:"12",y2:"12",key:"mksg6j"}],["line",{x1:"17",y1:"17",x2:"14.82",y2:"14.82",key:"1lwi1d"}],["circle",{cx:"8.5",cy:"15.5",r:"1.5",key:"12hfy1"}],["line",{x1:"9.56066",y1:"14.43934",x2:"17",y2:"7",key:"4jyfgs"}]],D6=Y("square-bottom-dashed-scissors",lQ1);var dQ1=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3",key:"1i73f7"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3",key:"saxlbk"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]],E6=Y("square-centerline-dashed-horizontal",dQ1);var sQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 8h7",key:"kbo1nt"}],["path",{d:"M8 12h6",key:"ikassy"}],["path",{d:"M11 16h5",key:"oq65wt"}]],w2=Y("square-chart-gantt",sQ1);var rQ1=[["path",{d:"M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3",key:"14bfxa"}],["path",{d:"M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3",key:"14rx03"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}]],R6=Y("square-centerline-dashed-vertical",rQ1);var aQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],M6=Y("square-check",aQ1);var cQ1=[["path",{d:"M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344",key:"2acyp4"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],v6=Y("square-check-big",cQ1);var tQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]],x6=Y("square-chevron-down",tQ1);var nQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]],h6=Y("square-chevron-left",nQ1);var iQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]],f6=Y("square-chevron-right",iQ1);var oQ1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]],I6=Y("square-chevron-up",oQ1);var eQ1=[["path",{d:"m10 9-3 3 3 3",key:"1oro0q"}],["path",{d:"m14 15 3-3-3-3",key:"bz13h7"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],j6=Y("square-code",eQ1);var JX1=[["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 21h1",key:"v9vybs"}]],Jb=Y("square-dashed-bottom",JX1);var ZX1=[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2",key:"as5y1o"}],["path",{d:"M9 21h1",key:"15o7lz"}]],Zb=Y("square-dashed-bottom-code",ZX1);var YX1=[["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M21 14v1",key:"169vum"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M3 9v1",key:"1r0deq"}]],g6=Y("square-dashed-kanban",YX1);var QX1=[["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M21 14v1",key:"169vum"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2",key:"89voep"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 21h1",key:"15o7lz"}]],Yb=Y("square-dashed-top-solid",QX1);var XX1=[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h2",key:"1qve2z"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v2",key:"p14lih"}],["path",{d:"M3 14v1",key:"vnatye"}]],N6=Y("square-dashed-mouse-pointer",XX1);var GX1=[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M21 14v1",key:"169vum"}]],L6=Y("square-dashed",GX1);var WX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}],["line",{x1:"12",x2:"12",y1:"16",y2:"16",key:"aqc6ln"}],["line",{x1:"12",x2:"12",y1:"8",y2:"8",key:"1mkcni"}]],m6=Y("square-divide",WX1);var HX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],_6=Y("square-dot",HX1);var qX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}]],u6=Y("square-equal",qX1);var zX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M9 17c2 0 2.8-1 2.8-2.8V10c0-2 1-3.3 3.2-3",key:"m1af9g"}],["path",{d:"M9 11.2h5.7",key:"3zgcl2"}]],p6=Y("square-function",zX1);var KX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 7v7",key:"1x2jlm"}],["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M16 7v9",key:"1hp2iy"}]],l6=Y("square-kanban",KX1);var BX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7v10",key:"d5nglc"}],["path",{d:"M11 7v10",key:"pptsnr"}],["path",{d:"m15 7 2 10",key:"1m7qm5"}]],d6=Y("square-library",BX1);var $X1=[["path",{d:"M8 16V8.5a.5.5 0 0 1 .9-.3l2.7 3.599a.5.5 0 0 0 .8 0l2.7-3.6a.5.5 0 0 1 .9.3V16",key:"1ywlsj"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],s6=Y("square-m",$X1);var FX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 8h10",key:"1jw688"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h10",key:"wp8him"}]],r6=Y("square-menu",FX1);var PX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}]],a6=Y("square-minus",PX1);var AX1=[["path",{d:"M12.034 12.681a.498.498 0 0 1 .647-.647l9 3.5a.5.5 0 0 1-.033.943l-3.444 1.068a1 1 0 0 0-.66.66l-1.067 3.443a.5.5 0 0 1-.943.033z",key:"xwnzip"}],["path",{d:"M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"14rsvq"}]],c6=Y("square-mouse-pointer",AX1);var OX1=[["path",{d:"M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41",key:"9l1ft6"}],["path",{d:"M3 8.7V19a2 2 0 0 0 2 2h10.3",key:"17knke"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.3",key:"1jxgo2"}]],t6=Y("square-parking-off",OX1);var TX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]],n6=Y("square-parking",TX1);var wX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"10",x2:"10",y1:"15",y2:"9",key:"c1nkhi"}],["line",{x1:"14",x2:"14",y1:"15",y2:"9",key:"h65svq"}]],Qb=Y("square-pause",wX1);var yX1=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]],h0=Y("square-pen",yX1);var VX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]],i6=Y("square-percent",VX1);var CX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M7 7h10",key:"udp07y"}],["path",{d:"M10 7v10",key:"i1d9ee"}],["path",{d:"M16 17a2 2 0 0 1-2-2V7",key:"ftwdc7"}]],o6=Y("square-pi",CX1);var bX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 12H9.5a2.5 2.5 0 0 1 0-5H17",key:"1l9586"}],["path",{d:"M12 7v10",key:"jspqdw"}],["path",{d:"M16 7v10",key:"lavkr4"}]],e6=Y("square-pilcrow",bX1);var kX1=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["path",{d:"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z",key:"kmsa83"}]],J4=Y("square-play",kX1);var UX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]],Z4=Y("square-plus",UX1);var SX1=[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],Y4=Y("square-power",SX1);var DX1=[["path",{d:"M7 12h2l2 5 2-10h4",key:"1fxv6h"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],Xb=Y("square-radical",DX1);var EX1=[["path",{d:"M21 11a8 8 0 0 0-8-8",key:"1lxwo5"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1dv2y5"}]],Gb=Y("square-round-corner",EX1);var RX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"8.5",cy:"8.5",r:"1.5",key:"cn5opk"}],["line",{x1:"9.56066",y1:"9.56066",x2:"12",y2:"12",key:"mksg6j"}],["line",{x1:"17",y1:"17",x2:"14.82",y2:"14.82",key:"1lwi1d"}],["circle",{cx:"8.5",cy:"15.5",r:"1.5",key:"12hfy1"}],["line",{x1:"9.56066",y1:"14.43934",x2:"17",y2:"7",key:"4jyfgs"}]],Q4=Y("square-scissors",RX1);var MX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M16 8.9V7H8l4 5-4 5h8v-1.9",key:"9nih0i"}]],X4=Y("square-sigma",MX1);var vX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]],G4=Y("square-slash",vX1);var xX1=[["path",{d:"M8 19H5c-1 0-2-1-2-2V7c0-1 1-2 2-2h3",key:"lubmu8"}],["path",{d:"M16 5h3c1 0 2 1 2 2v10c0 1-1 2-2 2h-3",key:"1ag34g"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]],W4=Y("square-split-horizontal",xX1);var hX1=[["path",{d:"M5 8V5c0-1 1-2 2-2h10c1 0 2 1 2 2v3",key:"1pi83i"}],["path",{d:"M19 16v3c0 1-1 2-2 2H7c-1 0-2-1-2-2v-3",key:"ido5k7"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]],H4=Y("square-split-vertical",hX1);var fX1=[["path",{d:"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"4i38lg"}],["path",{d:"M10 16c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2",key:"mlte4a"}],["rect",{width:"8",height:"8",x:"14",y:"14",rx:"2",key:"1fa9i4"}]],Wb=Y("square-stack",fX1);var IX1=[["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["rect",{x:"8",y:"8",width:"8",height:"8",rx:"1",key:"z9xiuo"}]],Hb=Y("square-square",IX1);var jX1=[["path",{d:"M11.035 7.69a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z",key:"13edca"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],qb=Y("square-star",jX1);var gX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]],zb=Y("square-stop",gX1);var NX1=[["path",{d:"m7 11 2-2-2-2",key:"1lz0vl"}],["path",{d:"M11 13h4",key:"1p7l4v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}]],q4=Y("square-terminal",NX1);var LX1=[["path",{d:"M18 21a6 6 0 0 0-12 0",key:"kaz2du"}],["circle",{cx:"12",cy:"11",r:"4",key:"1gt34v"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],z4=Y("square-user-round",LX1);var mX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 21v-2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2",key:"1m6ac2"}]],K4=Y("square-user",mX1);var _X1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],B4=Y("square-x",_X1);var uX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],Kb=Y("square",uX1);var pX1=[["path",{d:"M10 22a2 2 0 0 1-2-2",key:"i7yj1i"}],["path",{d:"M14 2a2 2 0 0 1 2 2",key:"170a0m"}],["path",{d:"M16 22h-2",key:"18d249"}],["path",{d:"M2 10V8",key:"7yj4fe"}],["path",{d:"M2 4a2 2 0 0 1 2-2",key:"ddgnws"}],["path",{d:"M20 8a2 2 0 0 1 2 2",key:"1770vt"}],["path",{d:"M22 14v2",key:"iot8ja"}],["path",{d:"M22 20a2 2 0 0 1-2 2",key:"qj8q6g"}],["path",{d:"M4 16a2 2 0 0 1-2-2",key:"1dnafg"}],["path",{d:"M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z",key:"ci6f0b"}],["path",{d:"M8 2h2",key:"1gmkwm"}]],Bb=Y("squares-intersect",pX1);var lX1=[["path",{d:"M16 12v2a2 2 0 0 1-2 2H9a1 1 0 0 0-1 1v3a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2h0",key:"1mcohs"}],["path",{d:"M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1h-5a2 2 0 0 0-2 2v2",key:"1r1efp"}]],$b=Y("squares-exclude",lX1);var dX1=[["path",{d:"M10 22a2 2 0 0 1-2-2",key:"i7yj1i"}],["path",{d:"M16 22h-2",key:"18d249"}],["path",{d:"M16 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h3a1 1 0 0 0 1-1v-5a2 2 0 0 1 2-2h5a1 1 0 0 0 1-1z",key:"1njgbb"}],["path",{d:"M20 8a2 2 0 0 1 2 2",key:"1770vt"}],["path",{d:"M22 14v2",key:"iot8ja"}],["path",{d:"M22 20a2 2 0 0 1-2 2",key:"qj8q6g"}]],Fb=Y("squares-subtract",dX1);var sX1=[["path",{d:"M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 0 1 1h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-3a1 1 0 0 0-1-1z",key:"17jnth"}]],Pb=Y("squares-unite",sX1);var rX1=[["path",{d:"M13.77 3.043a34 34 0 0 0-3.54 0",key:"1oaobr"}],["path",{d:"M13.771 20.956a33 33 0 0 1-3.541.001",key:"95iq0j"}],["path",{d:"M20.18 17.74c-.51 1.15-1.29 1.93-2.439 2.44",key:"1u6qty"}],["path",{d:"M20.18 6.259c-.51-1.148-1.291-1.929-2.44-2.438",key:"1ew6g6"}],["path",{d:"M20.957 10.23a33 33 0 0 1 0 3.54",key:"1l9npr"}],["path",{d:"M3.043 10.23a34 34 0 0 0 .001 3.541",key:"1it6jm"}],["path",{d:"M6.26 20.179c-1.15-.508-1.93-1.29-2.44-2.438",key:"14uchd"}],["path",{d:"M6.26 3.82c-1.149.51-1.93 1.291-2.44 2.44",key:"8k4agb"}]],Ab=Y("squircle-dashed",rX1);var aX1=[["path",{d:"M12 3c7.2 0 9 1.8 9 9s-1.8 9-9 9-9-1.8-9-9 1.8-9 9-9",key:"garfkc"}]],Ob=Y("squircle",aX1);var cX1=[["path",{d:"M15.236 22a3 3 0 0 0-2.2-5",key:"21bitc"}],["path",{d:"M16 20a3 3 0 0 1 3-3h1a2 2 0 0 0 2-2v-2a4 4 0 0 0-4-4V4",key:"oh0fg0"}],["path",{d:"M18 13h.01",key:"9veqaj"}],["path",{d:"M18 6a4 4 0 0 0-4 4 7 7 0 0 0-7 7c0-5 4-5 4-10.5a4.5 4.5 0 1 0-9 0 2.5 2.5 0 0 0 5 0C7 10 3 11 3 17c0 2.8 2.2 5 5 5h10",key:"980v8a"}]],Tb=Y("squirrel",cX1);var tX1=[["path",{d:"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-6 0c0 2 1 2 1 3.5V13",key:"i9gjdv"}],["path",{d:"M20 15.5a2.5 2.5 0 0 0-2.5-2.5h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1z",key:"1vzg3v"}],["path",{d:"M5 22h14",key:"ehvnwv"}]],wb=Y("stamp",tX1);var nX1=[["path",{d:"m10.344 4.688 1.181-2.393a.53.53 0 0 1 .95 0l2.31 4.679a2.12 2.12 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.237 3.152",key:"19ctli"}],["path",{d:"m17.945 17.945.43 2.505a.53.53 0 0 1-.771.56l-4.618-2.428a2.12 2.12 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a8 8 0 0 0 .4-.099",key:"ptqqvy"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],yb=Y("star-off",nX1);var iX1=[["path",{d:"M12 18.338a2.1 2.1 0 0 0-.987.244L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.12 2.12 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.12 2.12 0 0 0 1.597-1.16l2.309-4.679A.53.53 0 0 1 12 2",key:"2ksp49"}]],Vb=Y("star-half",iX1);var oX1=[["path",{d:"M13.971 4.285A2 2 0 0 1 17 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z",key:"19qhus"}],["path",{d:"M21 20V4",key:"cb8qj8"}]],Cb=Y("step-back",oX1);var eX1=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]],bb=Y("star",eX1);var JG1=[["path",{d:"M10.029 4.285A2 2 0 0 0 7 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z",key:"1ystz2"}],["path",{d:"M3 4v16",key:"1ph11n"}]],kb=Y("step-forward",JG1);var ZG1=[["path",{d:"M11 2v2",key:"1539x4"}],["path",{d:"M5 2v2",key:"1yf1q8"}],["path",{d:"M5 3H4a2 2 0 0 0-2 2v4a6 6 0 0 0 12 0V5a2 2 0 0 0-2-2h-1",key:"rb5t3r"}],["path",{d:"M8 15a6 6 0 0 0 12 0v-3",key:"x18d4x"}],["circle",{cx:"20",cy:"10",r:"2",key:"ts1r5v"}]],Ub=Y("stethoscope",ZG1);var YG1=[["path",{d:"M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z",key:"1dfntj"}],["path",{d:"M15 3v5a1 1 0 0 0 1 1h5",key:"6s6qgf"}],["path",{d:"M8 13h.01",key:"1sbv64"}],["path",{d:"M16 13h.01",key:"wip0gl"}],["path",{d:"M10 16s.8 1 2 1c1.3 0 2-1 2-1",key:"1vvgv3"}]],Sb=Y("sticker",YG1);var QG1=[["path",{d:"M11.264 2.205A4 4 0 0 0 6.42 4.211l-4 8a4 4 0 0 0 1.359 5.117l6 4a4 4 0 0 0 4.438 0l6-4a4 4 0 0 0 1.576-4.592l-2-6a4 4 0 0 0-2.53-2.53z",key:"1si4ox"}],["path",{d:"M11.99 22 14 12l7.822 3.184",key:"1u8to0"}],["path",{d:"M14 12 8.47 2.302",key:"guo3d5"}]],Db=Y("stone",QG1);var XG1=[["path",{d:"M21 9a2.4 2.4 0 0 0-.706-1.706l-3.588-3.588A2.4 2.4 0 0 0 15 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2z",key:"1dfntj"}],["path",{d:"M15 3v5a1 1 0 0 0 1 1h5",key:"6s6qgf"}]],Eb=Y("sticky-note",XG1);var GG1=[["path",{d:"M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5",key:"slp6dd"}],["path",{d:"M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244",key:"o0xfot"}],["path",{d:"M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05",key:"wn3emo"}]],Rb=Y("store",GG1);var WG1=[["rect",{width:"20",height:"6",x:"2",y:"4",rx:"2",key:"qdearl"}],["rect",{width:"20",height:"6",x:"2",y:"14",rx:"2",key:"1xrn6j"}]],Mb=Y("stretch-horizontal",WG1);var HG1=[["rect",{width:"6",height:"20",x:"4",y:"2",rx:"2",key:"19qu7m"}],["rect",{width:"6",height:"20",x:"14",y:"2",rx:"2",key:"24v0nk"}]],vb=Y("stretch-vertical",HG1);var qG1=[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]],F5=Y("strikethrough",qG1);var zG1=[["path",{d:"m4 5 8 8",key:"1eunvl"}],["path",{d:"m12 5-8 8",key:"1ah0jp"}],["path",{d:"M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07",key:"e8ta8j"}]],xb=Y("subscript",zG1);var KG1=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 4h.01",key:"1ujb9j"}],["path",{d:"M20 12h.01",key:"1ykeid"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M4 12h.01",key:"158zrr"}],["path",{d:"M17.657 6.343h.01",key:"31pqzk"}],["path",{d:"M17.657 17.657h.01",key:"jehnf4"}],["path",{d:"M6.343 17.657h.01",key:"gdk6ow"}],["path",{d:"M6.343 6.343h.01",key:"1uurf0"}]],hb=Y("sun-dim",KG1);var BG1=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 3v1",key:"1asbbs"}],["path",{d:"M12 20v1",key:"1wcdkc"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M20 12h1",key:"1vloll"}],["path",{d:"m18.364 5.636-.707.707",key:"1hakh0"}],["path",{d:"m6.343 17.657-.707.707",key:"18m9nf"}],["path",{d:"m5.636 5.636.707.707",key:"1xv1c5"}],["path",{d:"m17.657 17.657.707.707",key:"vl76zb"}]],fb=Y("sun-medium",BG1);var $G1=[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M14.837 16.385a6 6 0 1 1-7.223-7.222c.624-.147.97.66.715 1.248a4 4 0 0 0 5.26 5.259c.589-.255 1.396.09 1.248.715",key:"xlf6rm"}],["path",{d:"M16 12a4 4 0 0 0-4-4",key:"6vsxu"}],["path",{d:"m19 5-1.256 1.256",key:"1yg6a6"}],["path",{d:"M20 12h2",key:"1q8mjw"}]],Ib=Y("sun-moon",$G1);var FG1=[["path",{d:"M10 21v-1",key:"1u8rkd"}],["path",{d:"M10 4V3",key:"pkzwkn"}],["path",{d:"M10 9a3 3 0 0 0 0 6",key:"gv75dk"}],["path",{d:"m14 20 1.25-2.5L18 18",key:"1chtki"}],["path",{d:"m14 4 1.25 2.5L18 6",key:"1b4wsy"}],["path",{d:"m17 21-3-6 1.5-3H22",key:"o5qa3v"}],["path",{d:"m17 3-3 6 1.5 3",key:"11697g"}],["path",{d:"M2 12h1",key:"1uaihz"}],["path",{d:"m20 10-1.5 2 1.5 2",key:"1swlpi"}],["path",{d:"m3.64 18.36.7-.7",key:"105rm9"}],["path",{d:"m4.34 6.34-.7-.7",key:"d3unjp"}]],jb=Y("sun-snow",FG1);var PG1=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]],gb=Y("sun",PG1);var AG1=[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]],Nb=Y("sunrise",AG1);var OG1=[["path",{d:"M12 10V2",key:"16sf7g"}],["path",{d:"m4.93 10.93 1.41 1.41",key:"2a7f42"}],["path",{d:"M2 18h2",key:"j10viu"}],["path",{d:"M20 18h2",key:"wocana"}],["path",{d:"m19.07 10.93-1.41 1.41",key:"15zs5n"}],["path",{d:"M22 22H2",key:"19qnx5"}],["path",{d:"m16 6-4 4-4-4",key:"6wukr"}],["path",{d:"M16 18a4 4 0 0 0-8 0",key:"1lzouq"}]],Lb=Y("sunset",OG1);var TG1=[["path",{d:"m4 19 8-8",key:"hr47gm"}],["path",{d:"m12 19-8-8",key:"1dhhmo"}],["path",{d:"M20 12h-4c0-1.5.442-2 1.5-2.5S20 8.334 20 7.002c0-.472-.17-.93-.484-1.29a2.105 2.105 0 0 0-2.617-.436c-.42.239-.738.614-.899 1.06",key:"1dfcux"}]],mb=Y("superscript",TG1);var wG1=[["path",{d:"M11 17a4 4 0 0 1-8 0V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2Z",key:"1ldrpk"}],["path",{d:"M16.7 13H19a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H7",key:"11i5po"}],["path",{d:"M 7 17h.01",key:"1euzgo"}],["path",{d:"m11 8 2.3-2.3a2.4 2.4 0 0 1 3.404.004L18.6 7.6a2.4 2.4 0 0 1 .026 3.434L9.9 19.8",key:"o2gii7"}]],_b=Y("swatch-book",wG1);var yG1=[["path",{d:"M10 21V3h8",key:"br2l0g"}],["path",{d:"M6 16h9",key:"2py0wn"}],["path",{d:"M10 9.5h7",key:"13dmhz"}]],ub=Y("swiss-franc",yG1);var VG1=[["path",{d:"M11 19H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h5",key:"mtk2lu"}],["path",{d:"M13 5h7a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-5",key:"120jsl"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m18 22-3-3 3-3",key:"kgdoj7"}],["path",{d:"m6 2 3 3-3 3",key:"1fnbkv"}]],pb=Y("switch-camera",VG1);var CG1=[["path",{d:"m11 19-6-6",key:"s7kpr"}],["path",{d:"m5 21-2-2",key:"1kw20b"}],["path",{d:"m8 16-4 4",key:"1oqv8h"}],["path",{d:"M9.5 17.5 21 6V3h-3L6.5 14.5",key:"pkxemp"}]],lb=Y("sword",CG1);var bG1=[["polyline",{points:"14.5 17.5 3 6 3 3 6 3 17.5 14.5",key:"1hfsw2"}],["line",{x1:"13",x2:"19",y1:"19",y2:"13",key:"1vrmhu"}],["line",{x1:"16",x2:"20",y1:"16",y2:"20",key:"1bron3"}],["line",{x1:"19",x2:"21",y1:"21",y2:"19",key:"13pww6"}],["polyline",{points:"14.5 6.5 18 3 21 3 21 6 17.5 9.5",key:"hbey2j"}],["line",{x1:"5",x2:"9",y1:"14",y2:"18",key:"1hf58s"}],["line",{x1:"7",x2:"4",y1:"17",y2:"20",key:"pidxm4"}],["line",{x1:"3",x2:"5",y1:"19",y2:"21",key:"1pehsh"}]],db=Y("swords",bG1);var kG1=[["path",{d:"m18 2 4 4",key:"22kx64"}],["path",{d:"m17 7 3-3",key:"1w1zoj"}],["path",{d:"M19 9 8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5",key:"1exhtz"}],["path",{d:"m9 11 4 4",key:"rovt3i"}],["path",{d:"m5 19-3 3",key:"59f2uf"}],["path",{d:"m14 4 6 6",key:"yqp9t2"}]],sb=Y("syringe",kG1);var UG1=[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",key:"gugj83"}]],rb=Y("table-2",UG1);var SG1=[["path",{d:"M12 21v-6",key:"lihzve"}],["path",{d:"M12 9V3",key:"da5inc"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],ab=Y("table-cells-merge",SG1);var DG1=[["path",{d:"M12 15V9",key:"8c7uyn"}],["path",{d:"M3 15h18",key:"5xshup"}],["path",{d:"M3 9h18",key:"1pudct"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],cb=Y("table-cells-split",DG1);var EG1=[["path",{d:"M14 14v2",key:"w2a1xv"}],["path",{d:"M14 20v2",key:"1lq872"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M14 8v2",key:"i67w9a"}],["path",{d:"M2 15h8",key:"82wtch"}],["path",{d:"M2 3h6a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2",key:"up0l64"}],["path",{d:"M2 9h8",key:"yelfik"}],["path",{d:"M22 15h-4",key:"1es58f"}],["path",{d:"M22 3h-2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h2",key:"pdjoqf"}],["path",{d:"M22 9h-4",key:"1luja7"}],["path",{d:"M5 3v18",key:"14hmio"}]],tb=Y("table-columns-split",EG1);var RG1=[["path",{d:"M15 3v18",key:"14nvp0"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M21 9H3",key:"1338ky"}],["path",{d:"M21 15H3",key:"9uk58r"}]],nb=Y("table-properties",RG1);var MG1=[["path",{d:"M16 5H3",key:"m91uny"}],["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 19H3",key:"zzsher"}],["path",{d:"M21 5h.01",key:"wa75ra"}],["path",{d:"M21 12h.01",key:"msek7k"}],["path",{d:"M21 19h.01",key:"qvbq2j"}]],ib=Y("table-of-contents",MG1);var vG1=[["path",{d:"M14 10h2",key:"1lstlu"}],["path",{d:"M15 22v-8",key:"1fwwgm"}],["path",{d:"M15 2v4",key:"1044rn"}],["path",{d:"M2 10h2",key:"1r8dkt"}],["path",{d:"M20 10h2",key:"1ug425"}],["path",{d:"M3 19h18",key:"awlh7x"}],["path",{d:"M3 22v-6a2 2 135 0 1 2-2h14a2 2 45 0 1 2 2v6",key:"ibqhof"}],["path",{d:"M3 2v2a2 2 45 0 0 2 2h14a2 2 135 0 0 2-2V2",key:"1uenja"}],["path",{d:"M8 10h2",key:"66od0"}],["path",{d:"M9 22v-8",key:"fmnu31"}],["path",{d:"M9 2v4",key:"j1yeou"}]],ob=Y("table-rows-split",vG1);var xG1=[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]],eb=Y("table",xG1);var hG1=[["rect",{width:"10",height:"14",x:"3",y:"8",rx:"2",key:"1vrsiq"}],["path",{d:"M5 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-2.4",key:"1j4zmg"}],["path",{d:"M8 18h.01",key:"lrp35t"}]],Jk=Y("tablet-smartphone",hG1);var fG1=[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["line",{x1:"12",x2:"12.01",y1:"18",y2:"18",key:"1dp563"}]],Zk=Y("tablet",fG1);var IG1=[["circle",{cx:"7",cy:"7",r:"5",key:"x29byf"}],["circle",{cx:"17",cy:"17",r:"5",key:"1op1d2"}],["path",{d:"M12 17h10",key:"ls21zv"}],["path",{d:"m3.46 10.54 7.08-7.08",key:"1rehiu"}]],Yk=Y("tablets",IG1);var jG1=[["path",{d:"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z",key:"vktsd0"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}]],Qk=Y("tag",jG1);var gG1=[["path",{d:"M4 4v16",key:"6qkkli"}]],Xk=Y("tally-1",gG1);var NG1=[["path",{d:"M13.172 2a2 2 0 0 1 1.414.586l6.71 6.71a2.4 2.4 0 0 1 0 3.408l-4.592 4.592a2.4 2.4 0 0 1-3.408 0l-6.71-6.71A2 2 0 0 1 6 9.172V3a1 1 0 0 1 1-1z",key:"16rjxf"}],["path",{d:"M2 7v6.172a2 2 0 0 0 .586 1.414l6.71 6.71a2.4 2.4 0 0 0 3.191.193",key:"178nd4"}],["circle",{cx:"10.5",cy:"6.5",r:".5",fill:"currentColor",key:"12ikhr"}]],Gk=Y("tags",NG1);var LG1=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}]],Wk=Y("tally-2",LG1);var mG1=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}]],Hk=Y("tally-3",mG1);var _G1=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}],["path",{d:"M22 6 2 18",key:"h9moai"}]],qk=Y("tally-5",_G1);var uG1=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}]],zk=Y("tally-4",uG1);var pG1=[["circle",{cx:"17",cy:"4",r:"2",key:"y5j2s2"}],["path",{d:"M15.59 5.41 5.41 15.59",key:"l0vprr"}],["circle",{cx:"4",cy:"17",r:"2",key:"9p4efm"}],["path",{d:"M12 22s-4-9-1.5-11.5S22 12 22 12",key:"1twk4o"}]],Kk=Y("tangent",pG1);var lG1=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],Bk=Y("target",lG1);var dG1=[["path",{d:"m10.065 12.493-6.18 1.318a.934.934 0 0 1-1.108-.702l-.537-2.15a1.07 1.07 0 0 1 .691-1.265l13.504-4.44",key:"k4qptu"}],["path",{d:"m13.56 11.747 4.332-.924",key:"19l80z"}],["path",{d:"m16 21-3.105-6.21",key:"7oh9d"}],["path",{d:"M16.485 5.94a2 2 0 0 1 1.455-2.425l1.09-.272a1 1 0 0 1 1.212.727l1.515 6.06a1 1 0 0 1-.727 1.213l-1.09.272a2 2 0 0 1-2.425-1.455z",key:"m7xp4m"}],["path",{d:"m6.158 8.633 1.114 4.456",key:"74o979"}],["path",{d:"m8 21 3.105-6.21",key:"1fvxut"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}]],$k=Y("telescope",dG1);var sG1=[["circle",{cx:"4",cy:"4",r:"2",key:"bt5ra8"}],["path",{d:"m14 5 3-3 3 3",key:"1sorif"}],["path",{d:"m14 10 3-3 3 3",key:"1jyi9h"}],["path",{d:"M17 14V2",key:"8ymqnk"}],["path",{d:"M17 14H7l-5 8h20Z",key:"13ar7p"}],["path",{d:"M8 14v8",key:"1ghmqk"}],["path",{d:"m9 14 5 8",key:"13pgi6"}]],Fk=Y("tent-tree",sG1);var rG1=[["path",{d:"M3.5 21 14 3",key:"1szst5"}],["path",{d:"M20.5 21 10 3",key:"1310c3"}],["path",{d:"M15.5 21 12 15l-3.5 6",key:"1ddtfw"}],["path",{d:"M2 21h20",key:"1nyx9w"}]],Pk=Y("tent",rG1);var aG1=[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]],Ak=Y("terminal",aG1);var cG1=[["path",{d:"M21 7 6.82 21.18a2.83 2.83 0 0 1-3.99-.01a2.83 2.83 0 0 1 0-4L17 3",key:"1ub6xw"}],["path",{d:"m16 2 6 6",key:"1gw87d"}],["path",{d:"M12 16H4",key:"1cjfip"}]],$4=Y("test-tube-diagonal",cG1);var tG1=[["path",{d:"M14.5 2v17.5c0 1.4-1.1 2.5-2.5 2.5c-1.4 0-2.5-1.1-2.5-2.5V2",key:"125lnx"}],["path",{d:"M8.5 2h7",key:"csnxdl"}],["path",{d:"M14.5 16h-5",key:"1ox875"}]],Ok=Y("test-tube",tG1);var nG1=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M17 12H7",key:"16if0g"}],["path",{d:"M19 19H5",key:"vjpgq2"}]],F4=Y("text-align-center",nG1);var iG1=[["path",{d:"M9 2v17.5A2.5 2.5 0 0 1 6.5 22A2.5 2.5 0 0 1 4 19.5V2",key:"1hjrqt"}],["path",{d:"M20 2v17.5a2.5 2.5 0 0 1-2.5 2.5a2.5 2.5 0 0 1-2.5-2.5V2",key:"16lc8n"}],["path",{d:"M3 2h7",key:"7s29d5"}],["path",{d:"M14 2h7",key:"7sicin"}],["path",{d:"M9 16H4",key:"1bfye3"}],["path",{d:"M20 16h-5",key:"ddnjpe"}]],Tk=Y("test-tubes",iG1);var oG1=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M21 19H7",key:"4cu937"}]],P4=Y("text-align-end",oG1);var eG1=[["path",{d:"M3 5h18",key:"1u36vt"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 19h18",key:"awlh7x"}]],A4=Y("text-align-justify",eG1);var JW1=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M17 19H3",key:"z6ezky"}]],y2=Y("text-align-start",JW1);var ZW1=[["path",{d:"M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6",key:"1528k5"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7",key:"13ksps"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1",key:"1n9rhb"}],["path",{d:"M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1",key:"1mj8rg"}],["path",{d:"M9 6v12",key:"velyjx"}]],wk=Y("text-cursor-input",ZW1);var YW1=[["path",{d:"M17 22h-1a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h1",key:"uvaxm9"}],["path",{d:"M7 22h1a4 4 0 0 0 4-4v-1",key:"11xy8d"}],["path",{d:"M7 2h1a4 4 0 0 1 4 4v1",key:"1uw06m"}]],yk=Y("text-cursor",YW1);var QW1=[["path",{d:"M15 5h6",key:"1pr8yx"}],["path",{d:"M15 12h6",key:"upa0zy"}],["path",{d:"M3 19h18",key:"awlh7x"}],["path",{d:"m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12",key:"6lvno8"}],["path",{d:"M3.92 10h6.16",key:"1tl8ex"}]],O4=Y("text-initial",QW1);var XW1=[["path",{d:"M17 5H3",key:"1cn7zz"}],["path",{d:"M21 12H8",key:"scolzb"}],["path",{d:"M21 19H8",key:"13qgcb"}],["path",{d:"M3 12v7",key:"1ri8j3"}]],Vk=Y("text-quote",XW1);var GW1=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M10 12H3",key:"1ulcyk"}],["path",{d:"M10 19H3",key:"108z41"}],["circle",{cx:"17",cy:"15",r:"3",key:"1upz2a"}],["path",{d:"m21 19-1.9-1.9",key:"dwi7p8"}]],Ck=Y("text-search",GW1);var WW1=[["path",{d:"M14 21h1",key:"v9vybs"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 14v1",key:"169vum"}],["path",{d:"M21 19a2 2 0 0 1-2 2",key:"1j7049"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 14v1",key:"vnatye"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M7 16h6",key:"1vyc9m"}],["path",{d:"M7 8h8",key:"1jbsf9"}],["path",{d:"M9 21h1",key:"15o7lz"}],["path",{d:"M9 3h1",key:"1yesri"}]],T4=Y("text-select",WW1);var HW1=[["path",{d:"m16 16-3 3 3 3",key:"117b85"}],["path",{d:"M3 12h14.5a1 1 0 0 1 0 7H13",key:"18xa6z"}],["path",{d:"M3 19h6",key:"1ygdsz"}],["path",{d:"M3 5h18",key:"1u36vt"}]],w4=Y("text-wrap",HW1);var qW1=[["path",{d:"M2 10s3-3 3-8",key:"3xiif0"}],["path",{d:"M22 10s-3-3-3-8",key:"ioaa5q"}],["path",{d:"M10 2c0 4.4-3.6 8-8 8",key:"16fkpi"}],["path",{d:"M14 2c0 4.4 3.6 8 8 8",key:"b9eulq"}],["path",{d:"M2 10s2 2 2 5",key:"1au1lb"}],["path",{d:"M22 10s-2 2-2 5",key:"qi2y5e"}],["path",{d:"M8 15h8",key:"45n4r"}],["path",{d:"M2 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"1vsc2m"}],["path",{d:"M14 22v-1a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1",key:"hrha4u"}]],bk=Y("theater",qW1);var zW1=[["path",{d:"m10 20-1.25-2.5L6 18",key:"18frcb"}],["path",{d:"M10 4 8.75 6.5 6 6",key:"7mghy3"}],["path",{d:"M10.585 15H10",key:"4nqulp"}],["path",{d:"M2 12h6.5L10 9",key:"kv9z4n"}],["path",{d:"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z",key:"yu0u2z"}],["path",{d:"m4 10 1.5 2L4 14",key:"k9enpj"}],["path",{d:"m7 21 3-6-1.5-3",key:"j8hb9u"}],["path",{d:"m7 3 3 6h2",key:"1bbqgq"}]],kk=Y("thermometer-snowflake",zW1);var KW1=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"17jzev"}]],Uk=Y("thermometer",KW1);var BW1=[["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8a4 4 0 0 0-1.645 7.647",key:"wz5p04"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z",key:"yu0u2z"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}]],Sk=Y("thermometer-sun",BW1);var $W1=[["path",{d:"M9 18.12 10 14H4.17a2 2 0 0 1-1.92-2.56l2.33-8A2 2 0 0 1 6.5 2H20a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.76a2 2 0 0 0-1.79 1.11L12 22a3.13 3.13 0 0 1-3-3.88Z",key:"m61m77"}],["path",{d:"M17 14V2",key:"8ymqnk"}]],Dk=Y("thumbs-down",$W1);var FW1=[["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",key:"emmmcr"}],["path",{d:"M7 10v12",key:"1qc93n"}]],Ek=Y("thumbs-up",FW1);var PW1=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],Rk=Y("ticket-check",PW1);var AW1=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}]],Mk=Y("ticket-minus",AW1);var OW1=[["path",{d:"M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"1l48ns"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"M15 15h.01",key:"lqbp3k"}]],vk=Y("ticket-percent",OW1);var TW1=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}]],xk=Y("ticket-slash",TW1);var wW1=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M9 12h6",key:"1c52cq"}],["path",{d:"M12 9v6",key:"199k2o"}]],hk=Y("ticket-plus",wW1);var yW1=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"m9.5 14.5 5-5",key:"qviqfa"}],["path",{d:"m9.5 9.5 5 5",key:"18nt4w"}]],fk=Y("ticket-x",yW1);var VW1=[["path",{d:"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12",key:"16muxl"}],["path",{d:"m12 13.5 3.794.506",key:"6v5z87"}],["path",{d:"m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8",key:"15hfpj"}],["path",{d:"M6 10V8",key:"1y41hn"}],["path",{d:"M6 14v1",key:"cao2tf"}],["path",{d:"M6 19v2",key:"1loha6"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2",key:"p3bz5l"}]],Ik=Y("tickets-plane",VW1);var CW1=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M13 5v2",key:"dyzc3o"}],["path",{d:"M13 17v2",key:"1ont0d"}],["path",{d:"M13 11v2",key:"1wjjxi"}]],jk=Y("ticket",CW1);var bW1=[["path",{d:"m3.173 8.18 11-5a2 2 0 0 1 2.647.993L18.56 8",key:"15hfpj"}],["path",{d:"M6 10V8",key:"1y41hn"}],["path",{d:"M6 14v1",key:"cao2tf"}],["path",{d:"M6 19v2",key:"1loha6"}],["rect",{x:"2",y:"8",width:"20",height:"13",rx:"2",key:"p3bz5l"}]],gk=Y("tickets",bW1);var kW1=[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M4.6 11a8 8 0 0 0 1.7 8.7 8 8 0 0 0 8.7 1.7",key:"10he05"}],["path",{d:"M7.4 7.4a8 8 0 0 1 10.3 1 8 8 0 0 1 .9 10.2",key:"15f7sh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M12 12v-2",key:"fwoke6"}]],Nk=Y("timer-off",kW1);var UW1=[["path",{d:"M10 2h4",key:"n1abiw"}],["path",{d:"M12 14v-4",key:"1evpnu"}],["path",{d:"M4 13a8 8 0 0 1 8-7 8 8 0 1 1-5.3 14L4 17.6",key:"1ts96g"}],["path",{d:"M9 17H4v5",key:"8t5av"}]],Lk=Y("timer-reset",UW1);var SW1=[["circle",{cx:"9",cy:"12",r:"3",key:"u3jwor"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]],mk=Y("toggle-left",SW1);var DW1=[["line",{x1:"10",x2:"14",y1:"2",y2:"2",key:"14vaq8"}],["line",{x1:"12",x2:"15",y1:"14",y2:"11",key:"17fdiu"}],["circle",{cx:"12",cy:"14",r:"8",key:"1e1u0o"}]],_k=Y("timer",DW1);var EW1=[["circle",{cx:"15",cy:"12",r:"3",key:"1afu0r"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]],uk=Y("toggle-right",EW1);var RW1=[["path",{d:"M10 15h4",key:"192ueg"}],["path",{d:"m14.817 10.995-.971-1.45 1.034-1.232a2 2 0 0 0-2.025-3.238l-1.82.364L9.91 3.885a2 2 0 0 0-3.625.748L6.141 6.55l-1.725.426a2 2 0 0 0-.19 3.756l.657.27",key:"xbnumr"}],["path",{d:"m18.822 10.995 2.26-5.38a1 1 0 0 0-.557-1.318L16.954 2.9a1 1 0 0 0-1.281.533l-.924 2.122",key:"eaw7gc"}],["path",{d:"M4 12.006A1 1 0 0 1 4.994 11H19a1 1 0 0 1 1 1v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z",key:"1vaooh"}]],pk=Y("tool-case",RW1);var MW1=[["path",{d:"M7 12h13a1 1 0 0 1 1 1 5 5 0 0 1-5 5h-.598a.5.5 0 0 0-.424.765l1.544 2.47a.5.5 0 0 1-.424.765H5.402a.5.5 0 0 1-.424-.765L7 18",key:"kc4kqr"}],["path",{d:"M8 18a5 5 0 0 1-5-5V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8",key:"1tqs57"}]],lk=Y("toilet",MW1);var vW1=[["path",{d:"M16 12v4",key:"vf1vip"}],["path",{d:"M16 6a2 2 0 0 1 1.414.586l4 4A2 2 0 0 1 22 12v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 .586-1.414l4-4A2 2 0 0 1 8 6z",key:"1h1rvn"}],["path",{d:"M16 6V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2",key:"1ksdt3"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M8 12v4",key:"1w4uao"}]],dk=Y("toolbox",vW1);var xW1=[["path",{d:"M21 4H3",key:"1hwok0"}],["path",{d:"M18 8H6",key:"41n648"}],["path",{d:"M19 12H9",key:"1g4lpz"}],["path",{d:"M16 16h-6",key:"1j5d54"}],["path",{d:"M11 20H9",key:"39obr8"}]],sk=Y("tornado",xW1);var hW1=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2",key:"1b2qxu"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5",key:"h8emeu"}]],rk=Y("torus",hW1);var fW1=[["path",{d:"M12 20v-6",key:"1rm09r"}],["path",{d:"M19.656 14H22",key:"170xzr"}],["path",{d:"M2 14h12",key:"d8icqz"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2",key:"s23sx2"}],["path",{d:"M9.656 4H20a2 2 0 0 1 2 2v10.344",key:"ovjcvl"}]],ak=Y("touchpad-off",fW1);var IW1=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 14h20",key:"myj16y"}],["path",{d:"M12 20v-6",key:"1rm09r"}]],ck=Y("touchpad",IW1);var jW1=[["path",{d:"M22 7h-2",key:"1okbx2"}],["path",{d:"M6.5 3h11A2.5 2.5 0 0 1 20 5.5V20a1 1 0 0 1-1 1h-9a1 1 0 0 1-1-1V5.5a1 1 0 0 0-5 0V17a1 1 0 0 0 1 1h4",key:"kc32tg"}],["path",{d:"M9 7H2",key:"ahf7b7"}]],tk=Y("towel-rack",jW1);var gW1=[["path",{d:"M18.2 12.27 20 6H4l1.8 6.27a1 1 0 0 0 .95.73h10.5a1 1 0 0 0 .96-.73Z",key:"1pledb"}],["path",{d:"M8 13v9",key:"hmv0ci"}],["path",{d:"M16 22v-9",key:"ylnf1u"}],["path",{d:"m9 6 1 7",key:"dpdgam"}],["path",{d:"m15 6-1 7",key:"ls7zgu"}],["path",{d:"M12 6V2",key:"1pj48d"}],["path",{d:"M13 2h-2",key:"mj6ths"}]],nk=Y("tower-control",gW1);var NW1=[["rect",{width:"18",height:"12",x:"3",y:"8",rx:"1",key:"158fvp"}],["path",{d:"M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3",key:"s0042v"}],["path",{d:"M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3",key:"9wmeh2"}]],ik=Y("toy-brick",NW1);var LW1=[["path",{d:"m10 11 11 .9a1 1 0 0 1 .8 1.1l-.665 4.158a1 1 0 0 1-.988.842H20",key:"she1j9"}],["path",{d:"M16 18h-5",key:"bq60fd"}],["path",{d:"M18 5a1 1 0 0 0-1 1v5.573",key:"1kv8ia"}],["path",{d:"M3 4h8.129a1 1 0 0 1 .99.863L13 11.246",key:"1q1ert"}],["path",{d:"M4 11V4",key:"9ft8pt"}],["path",{d:"M7 15h.01",key:"k5ht0j"}],["path",{d:"M8 10.1V4",key:"1jgyzo"}],["circle",{cx:"18",cy:"18",r:"2",key:"1emm8v"}],["circle",{cx:"7",cy:"15",r:"5",key:"ddtuc"}]],ok=Y("tractor",LW1);var mW1=[["path",{d:"M16.05 10.966a5 2.5 0 0 1-8.1 0",key:"m5jpwb"}],["path",{d:"m16.923 14.049 4.48 2.04a1 1 0 0 1 .001 1.831l-8.574 3.9a2 2 0 0 1-1.66 0l-8.574-3.91a1 1 0 0 1 0-1.83l4.484-2.04",key:"rbg3g8"}],["path",{d:"M16.949 14.14a5 2.5 0 1 1-9.9 0L10.063 3.5a2 2 0 0 1 3.874 0z",key:"vap8c8"}],["path",{d:"M9.194 6.57a5 2.5 0 0 0 5.61 0",key:"15hn5c"}]],ek=Y("traffic-cone",mW1);var _W1=[["path",{d:"M2 22V12a10 10 0 1 1 20 0v10",key:"o0fyp0"}],["path",{d:"M15 6.8v1.4a3 2.8 0 1 1-6 0V6.8",key:"m8q3n9"}],["path",{d:"M10 15h.01",key:"44in9x"}],["path",{d:"M14 15h.01",key:"5mohn5"}],["path",{d:"M10 19a4 4 0 0 1-4-4v-3a6 6 0 1 1 12 0v3a4 4 0 0 1-4 4Z",key:"hckbmu"}],["path",{d:"m9 19-2 3",key:"iij7hm"}],["path",{d:"m15 19 2 3",key:"npx8sa"}]],JU=Y("train-front-tunnel",_W1);var uW1=[["path",{d:"M8 3.1V7a4 4 0 0 0 8 0V3.1",key:"1v71zp"}],["path",{d:"m9 15-1-1",key:"1yrq24"}],["path",{d:"m15 15 1-1",key:"1t0d6s"}],["path",{d:"M9 19c-2.8 0-5-2.2-5-5v-4a8 8 0 0 1 16 0v4c0 2.8-2.2 5-5 5Z",key:"1p0hjs"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m16 19 2 3",key:"xo31yx"}]],ZU=Y("train-front",uW1);var pW1=[["path",{d:"M2 17 17 2",key:"18b09t"}],["path",{d:"m2 14 8 8",key:"1gv9hu"}],["path",{d:"m5 11 8 8",key:"189pqp"}],["path",{d:"m8 8 8 8",key:"1imecy"}],["path",{d:"m11 5 8 8",key:"ummqn6"}],["path",{d:"m14 2 8 8",key:"1vk7dn"}],["path",{d:"M7 22 22 7",key:"15mb1i"}]],YU=Y("train-track",pW1);var lW1=[["rect",{width:"16",height:"16",x:"4",y:"3",rx:"2",key:"1wxw4b"}],["path",{d:"M4 11h16",key:"mpoxn0"}],["path",{d:"M12 3v8",key:"1h2ygw"}],["path",{d:"m8 19-2 3",key:"13i0xs"}],["path",{d:"m18 22-2-3",key:"1p0ohu"}],["path",{d:"M8 15h.01",key:"a7atzg"}],["path",{d:"M16 15h.01",key:"rnfrdf"}]],y4=Y("tram-front",lW1);var dW1=[["path",{d:"M12 16v6",key:"c8a4gj"}],["path",{d:"M14 20h-4",key:"m8m19d"}],["path",{d:"M18 2h4v4",key:"1341mj"}],["path",{d:"m2 2 7.17 7.17",key:"13q8l2"}],["path",{d:"M2 5.355V2h3.357",key:"18136r"}],["path",{d:"m22 2-7.17 7.17",key:"1epvy4"}],["path",{d:"M8 5 5 8",key:"mgbjhz"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}]],QU=Y("transgender",dW1);var sW1=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],G0=Y("trash-2",sW1);var rW1=[["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],XU=Y("trash",rW1);var aW1=[["path",{d:"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z",key:"oadzkq"}],["path",{d:"M12 19v3",key:"npa21l"}]],GU=Y("tree-deciduous",aW1);var cW1=[["path",{d:"M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4",key:"foxbe7"}],["path",{d:"M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3",key:"18arnh"}],["path",{d:"M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35",key:"ywahnh"}],["path",{d:"M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-.5-12-1-14",key:"ft0feo"}]],V4=Y("tree-palm",cW1);var tW1=[["path",{d:"M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0Z",key:"1l6gj6"}],["path",{d:"M7 16v6",key:"1a82de"}],["path",{d:"M13 19v3",key:"13sx9i"}],["path",{d:"M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5",key:"1sj9kv"}]],WU=Y("trees",tW1);var nW1=[["path",{d:"m17 14 3 3.3a1 1 0 0 1-.7 1.7H4.7a1 1 0 0 1-.7-1.7L7 14h-.3a1 1 0 0 1-.7-1.7L9 9h-.2A1 1 0 0 1 8 7.3L12 3l4 4.3a1 1 0 0 1-.8 1.7H15l3 3.3a1 1 0 0 1-.7 1.7H17Z",key:"cpyugq"}],["path",{d:"M12 22v-3",key:"kmzjlo"}]],HU=Y("tree-pine",nW1);var iW1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["rect",{width:"3",height:"9",x:"7",y:"7",key:"14n3xi"}],["rect",{width:"3",height:"5",x:"14",y:"7",key:"s4azjd"}]],qU=Y("trello",iW1);var oW1=[["path",{d:"M16 17h6v-6",key:"t6n2it"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7",key:"x473p"}]],zU=Y("trending-down",oW1);var eW1=[["path",{d:"M14.828 14.828 21 21",key:"ar5fw7"}],["path",{d:"M21 16v5h-5",key:"1ck2sf"}],["path",{d:"m21 3-9 9-4-4-6 6",key:"1h02xo"}],["path",{d:"M21 8V3h-5",key:"1qoq8a"}]],KU=Y("trending-up-down",eW1);var JH1=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],BU=Y("trending-up",JH1);var ZH1=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],C4=Y("triangle-alert",ZH1);var YH1=[["path",{d:"M10.17 4.193a2 2 0 0 1 3.666.013",key:"pltmmw"}],["path",{d:"M14 21h2",key:"v4qezv"}],["path",{d:"m15.874 7.743 1 1.732",key:"10m0iw"}],["path",{d:"m18.849 12.952 1 1.732",key:"zadnam"}],["path",{d:"M21.824 18.18a2 2 0 0 1-1.835 2.824",key:"fvwuk4"}],["path",{d:"M4.024 21a2 2 0 0 1-1.839-2.839",key:"1e1kah"}],["path",{d:"m5.136 12.952-1 1.732",key:"1u4ldi"}],["path",{d:"M8 21h2",key:"i9zjee"}],["path",{d:"m8.102 7.743-1 1.732",key:"1zzo4u"}]],$U=Y("triangle-dashed",YH1);var QH1=[["path",{d:"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",key:"14u9p9"}]],FU=Y("triangle",QH1);var XH1=[["path",{d:"M22 18a2 2 0 0 1-2 2H3c-1.1 0-1.3-.6-.4-1.3L20.4 4.3c.9-.7 1.6-.4 1.6.7Z",key:"183wce"}]],PU=Y("triangle-right",XH1);var GH1=[["path",{d:"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978",key:"1n3hpd"}],["path",{d:"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978",key:"rfe1zi"}],["path",{d:"M18 9h1.5a1 1 0 0 0 0-5H18",key:"7xy6bh"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z",key:"1mhfuq"}],["path",{d:"M6 9H4.5a1 1 0 0 1 0-5H6",key:"tex48p"}]],AU=Y("trophy",GH1);var WH1=[["path",{d:"M14 19V7a2 2 0 0 0-2-2H9",key:"15peso"}],["path",{d:"M15 19H9",key:"18q6dt"}],["path",{d:"M19 19h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.62L18.3 9.38a1 1 0 0 0-.78-.38H14",key:"1dkp3j"}],["path",{d:"M2 13v5a1 1 0 0 0 1 1h2",key:"pkmmzz"}],["path",{d:"M4 3 2.15 5.15a.495.495 0 0 0 .35.86h2.15a.47.47 0 0 1 .35.86L3 9.02",key:"1n26pd"}],["circle",{cx:"17",cy:"19",r:"2",key:"1nxcgd"}],["circle",{cx:"7",cy:"19",r:"2",key:"gzo7y7"}]],OU=Y("truck-electric",WH1);var HH1=[["path",{d:"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2",key:"wrbu53"}],["path",{d:"M15 18H9",key:"1lyqi6"}],["path",{d:"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14",key:"lysw3i"}],["circle",{cx:"17",cy:"18",r:"2",key:"332jqn"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]],TU=Y("truck",HH1);var qH1=[["path",{d:"M10 12.01h.01",key:"7rp0yl"}],["path",{d:"M18 8v4a8 8 0 0 1-1.07 4",key:"1st48v"}],["circle",{cx:"10",cy:"12",r:"4",key:"19levz"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}]],wU=Y("turntable",qH1);var zH1=[["path",{d:"M15 4 5 9",key:"14bkc9"}],["path",{d:"m15 8.5-10 5",key:"1grtsx"}],["path",{d:"M18 12a9 9 0 0 1-9 9V3",key:"1sst7f"}]],yU=Y("turkish-lira",zH1);var KH1=[["path",{d:"m12 10 2 4v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3a8 8 0 1 0-16 0v3a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-3l2-4h4Z",key:"1lbbv7"}],["path",{d:"M4.82 7.9 8 10",key:"m9wose"}],["path",{d:"M15.18 7.9 12 10",key:"p8dp2u"}],["path",{d:"M16.93 10H20a2 2 0 0 1 0 4H2",key:"12nsm7"}]],VU=Y("turtle",KH1);var BH1=[["path",{d:"M15.033 9.44a.647.647 0 0 1 0 1.12l-4.065 2.352a.645.645 0 0 1-.968-.56V7.648a.645.645 0 0 1 .967-.56z",key:"vbtd3f"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]],CU=Y("tv-minimal-play",BH1);var $H1=[["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]],b4=Y("tv-minimal",$H1);var FH1=[["path",{d:"m17 2-5 5-5-5",key:"16satq"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",key:"1e6viu"}]],bU=Y("tv",FH1);var PH1=[["path",{d:"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z",key:"pff0z6"}]],kU=Y("twitter",PH1);var AH1=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",key:"c0yzno"}]],UU=Y("twitch",AH1);var OH1=[["path",{d:"M14 16.5a.5.5 0 0 0 .5.5h.5a2 2 0 0 1 0 4H9a2 2 0 0 1 0-4h.5a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V8a2 2 0 0 1-4 0V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v3a2 2 0 0 1-4 0v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z",key:"1reda3"}]],SU=Y("type-outline",OH1);var TH1=[["path",{d:"M12 4v16",key:"1654pz"}],["path",{d:"M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2",key:"e0r10z"}],["path",{d:"M9 20h6",key:"s66wpe"}]],y9=Y("type",TH1);var wH1=[["path",{d:"M12 13v7a2 2 0 0 0 4 0",key:"rpgb42"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M18.656 13h2.336a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-12.07-7.51",key:"yawknk"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.961 5.957a10.28 10.28 0 0 0-3.922 5.769A1 1 0 0 0 3 13h10",key:"5sfalc"}]],DU=Y("umbrella-off",wH1);var yH1=[["path",{d:"M12 13v7a2 2 0 0 0 4 0",key:"rpgb42"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M20.992 13a1 1 0 0 0 .97-1.274 10.284 10.284 0 0 0-19.923 0A1 1 0 0 0 3 13z",key:"124nyo"}]],EU=Y("umbrella",yH1);var VH1=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]],RU=Y("underline",VH1);var CH1=[["path",{d:"M9 14 4 9l5-5",key:"102s5s"}],["path",{d:"M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11",key:"f3b9sd"}]],MU=Y("undo-2",CH1);var bH1=[["path",{d:"M21 17a9 9 0 0 0-15-6.7L3 13",key:"8mp6z9"}],["path",{d:"M3 7v6h6",key:"1v2h90"}],["circle",{cx:"12",cy:"17",r:"1",key:"1ixnty"}]],vU=Y("undo-dot",bH1);var kH1=[["path",{d:"M16 12h6",key:"15xry1"}],["path",{d:"M8 12H2",key:"1jqql6"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m19 15 3-3-3-3",key:"wjy7rq"}],["path",{d:"m5 9-3 3 3 3",key:"j64kie"}]],xU=Y("unfold-horizontal",kH1);var UH1=[["path",{d:"M12 22v-6",key:"6o8u61"}],["path",{d:"M12 8V2",key:"1wkif3"}],["path",{d:"M4 12H2",key:"rhcxmi"}],["path",{d:"M10 12H8",key:"s88cx1"}],["path",{d:"M16 12h-2",key:"10asgb"}],["path",{d:"M22 12h-2",key:"14jgyd"}],["path",{d:"m15 19-3 3-3-3",key:"11eu04"}],["path",{d:"m15 5-3-3-3 3",key:"itvq4r"}]],hU=Y("unfold-vertical",UH1);var SH1=[["rect",{width:"8",height:"6",x:"5",y:"4",rx:"1",key:"nzclkv"}],["rect",{width:"8",height:"6",x:"11",y:"14",rx:"1",key:"4tytwb"}]],fU=Y("ungroup",SH1);var DH1=[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]],IU=Y("undo",DH1);var EH1=[["path",{d:"M14 21v-3a2 2 0 0 0-4 0v3",key:"1rgiei"}],["path",{d:"M18 12h.01",key:"yjnet6"}],["path",{d:"M18 16h.01",key:"plv8zi"}],["path",{d:"M22 7a1 1 0 0 0-1-1h-2a2 2 0 0 1-1.143-.359L13.143 2.36a2 2 0 0 0-2.286-.001L6.143 5.64A2 2 0 0 1 5 6H3a1 1 0 0 0-1 1v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2z",key:"1ogmi3"}],["path",{d:"M6 12h.01",key:"c2rlol"}],["path",{d:"M6 16h.01",key:"1pmjb7"}],["circle",{cx:"12",cy:"10",r:"2",key:"1yojzk"}]],k4=Y("university",EH1);var RH1=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",key:"1re2ne"}]],jU=Y("unlink-2",RH1);var MH1=[["path",{d:"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",key:"yqzxt4"}],["path",{d:"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71",key:"4qinb0"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5",key:"1041cp"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8",key:"14m1p5"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22",key:"rzdirn"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16",key:"ox905f"}]],gU=Y("unlink",MH1);var vH1=[["path",{d:"m19 5 3-3",key:"yk6iyv"}],["path",{d:"m2 22 3-3",key:"19mgm9"}],["path",{d:"M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z",key:"goz73y"}],["path",{d:"M7.5 13.5 10 11",key:"7xgeeb"}],["path",{d:"M10.5 16.5 13 14",key:"10btkg"}],["path",{d:"m12 6 6 6 2.3-2.3a2.4 2.4 0 0 0 0-3.4l-2.6-2.6a2.4 2.4 0 0 0-3.4 0Z",key:"1snsnr"}]],NU=Y("unplug",vH1);var xH1=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],V9=Y("upload",xH1);var hH1=[["circle",{cx:"10",cy:"7",r:"1",key:"dypaad"}],["circle",{cx:"4",cy:"20",r:"1",key:"22iqad"}],["path",{d:"M4.7 19.3 19 5",key:"1enqfc"}],["path",{d:"m21 3-3 1 2 2Z",key:"d3ov82"}],["path",{d:"M9.26 7.68 5 12l2 5",key:"1esawj"}],["path",{d:"m10 14 5 2 3.5-3.5",key:"v8oal5"}],["path",{d:"m18 12 1-1 1 1-1 1Z",key:"1bh22v"}]],LU=Y("usb",hH1);var fH1=[["path",{d:"m16 11 2 2 4-4",key:"9rsbq5"}],["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],mU=Y("user-check",fH1);var IH1=[["path",{d:"M10 15H6a4 4 0 0 0-4 4v2",key:"1nfge6"}],["path",{d:"m14.305 16.53.923-.382",key:"1itpsq"}],["path",{d:"m15.228 13.852-.923-.383",key:"eplpkm"}],["path",{d:"m16.852 12.228-.383-.923",key:"13v3q0"}],["path",{d:"m16.852 17.772-.383.924",key:"1i8mnm"}],["path",{d:"m19.148 12.228.383-.923",key:"1q8j1v"}],["path",{d:"m19.53 18.696-.382-.924",key:"vk1qj3"}],["path",{d:"m20.772 13.852.924-.383",key:"n880s0"}],["path",{d:"m20.772 16.148.924.383",key:"1g6xey"}],["circle",{cx:"18",cy:"15",r:"3",key:"gjjjvw"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],_U=Y("user-cog",IH1);var jH1=[["path",{d:"M20 11v6",key:"d77pzp"}],["path",{d:"M20 13h2",key:"16rner"}],["path",{d:"M3 21v-2a4 4 0 0 1 4-4h6a4 4 0 0 1 2.072.578",key:"1yxgtw"}],["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}],["circle",{cx:"20",cy:"19",r:"2",key:"1obnsp"}]],uU=Y("user-key",jH1);var gH1=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]],pU=Y("user-minus",gH1);var NH1=[["path",{d:"M19 16v-2a2 2 0 0 0-4 0v2",key:"17sujf"}],["path",{d:"M9.5 15H7a4 4 0 0 0-4 4v2",key:"9it25y"}],["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}],["rect",{x:"13",y:"16",width:"8",height:"5",rx:".899",key:"ur80nz"}]],lU=Y("user-lock",NH1);var LH1=[["path",{d:"M11.5 15H7a4 4 0 0 0-4 4v2",key:"15lzij"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}]],dU=Y("user-pen",LH1);var mH1=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]],sU=Y("user-plus",mH1);var _H1=[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]],U4=Y("user-round-check",_H1);var uH1=[["path",{d:"m14.305 19.53.923-.382",key:"3m78fa"}],["path",{d:"m15.228 16.852-.923-.383",key:"npixar"}],["path",{d:"m16.852 15.228-.383-.923",key:"5xggr7"}],["path",{d:"m16.852 20.772-.383.924",key:"dpfhf9"}],["path",{d:"m19.148 15.228.383-.923",key:"1reyyz"}],["path",{d:"m19.53 21.696-.382-.924",key:"1goivc"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["path",{d:"m20.772 16.852.924-.383",key:"htqkph"}],["path",{d:"m20.772 19.148.924.383",key:"9w9pjp"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],S4=Y("user-round-cog",uH1);var pH1=[["path",{d:"M19 11v6",key:"rcqigv"}],["path",{d:"M19 13h2",key:"1gch44"}],["path",{d:"M2 21a8 8 0 0 1 12.868-6.349",key:"1lryzn"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["circle",{cx:"19",cy:"19",r:"2",key:"17f5cg"}]],rU=Y("user-round-key",pH1);var lH1=[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 19h-6",key:"vcuq98"}]],D4=Y("user-round-minus",lH1);var dH1=[["path",{d:"M2 21a8 8 0 0 1 10.821-7.487",key:"1c8h7z"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}]],aU=Y("user-round-pen",dH1);var sH1=[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M19 16v6",key:"tddt3s"}],["path",{d:"M22 19h-6",key:"vcuq98"}]],E4=Y("user-round-plus",sH1);var rH1=[["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m22 22-1.9-1.9",key:"1e5ubv"}]],cU=Y("user-round-search",rH1);var aH1=[["path",{d:"M2 21a8 8 0 0 1 11.873-7",key:"74fkxq"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m17 17 5 5",key:"p7ous7"}],["path",{d:"m22 17-5 5",key:"gqnmv0"}]],R4=Y("user-round-x",aH1);var cH1=[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]],M4=Y("user-round",cH1);var tH1=[["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}],["path",{d:"M10.3 15H7a4 4 0 0 0-4 4v2",key:"3bnktk"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["path",{d:"m21 21-1.9-1.9",key:"1g2n9r"}]],tU=Y("user-search",tH1);var nH1=[["path",{d:"M16.051 12.616a1 1 0 0 1 1.909.024l.737 1.452a1 1 0 0 0 .737.535l1.634.256a1 1 0 0 1 .588 1.806l-1.172 1.168a1 1 0 0 0-.282.866l.259 1.613a1 1 0 0 1-1.541 1.134l-1.465-.75a1 1 0 0 0-.912 0l-1.465.75a1 1 0 0 1-1.539-1.133l.258-1.613a1 1 0 0 0-.282-.866l-1.156-1.153a1 1 0 0 1 .572-1.822l1.633-.256a1 1 0 0 0 .737-.535z",key:"1m8t9f"}],["path",{d:"M8 15H7a4 4 0 0 0-4 4v2",key:"l9tmp8"}],["circle",{cx:"10",cy:"7",r:"4",key:"e45bow"}]],nU=Y("user-star",nH1);var iH1=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"17",x2:"22",y1:"8",y2:"13",key:"3nzzx3"}],["line",{x1:"22",x2:"17",y1:"8",y2:"13",key:"1swrse"}]],iU=Y("user-x",iH1);var oH1=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],P5=Y("user",oH1);var eH1=[["path",{d:"M18 21a8 8 0 0 0-16 0",key:"3ypg7q"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",key:"10s06x"}]],v4=Y("users-round",eH1);var Jq1=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],oU=Y("users",Jq1);var Zq1=[["path",{d:"m16 2-2.3 2.3a3 3 0 0 0 0 4.2l1.8 1.8a3 3 0 0 0 4.2 0L22 8",key:"n7qcjb"}],["path",{d:"M15 15 3.3 3.3a4.2 4.2 0 0 0 0 6l7.3 7.3c.7.7 2 .7 2.8 0L15 15Zm0 0 7 7",key:"d0u48b"}],["path",{d:"m2.1 21.8 6.4-6.3",key:"yn04lh"}],["path",{d:"m19 5-7 7",key:"194lzd"}]],x4=Y("utensils-crossed",Zq1);var Yq1=[["path",{d:"M3 2v7c0 1.1.9 2 2 2h4a2 2 0 0 0 2-2V2",key:"cjf0a3"}],["path",{d:"M7 2v20",key:"1473qp"}],["path",{d:"M21 15V2a5 5 0 0 0-5 5v6c0 1.1.9 2 2 2h3Zm0 0v7",key:"j28e5"}]],h4=Y("utensils",Yq1);var Qq1=[["path",{d:"M12 2v20",key:"t6zp3m"}],["path",{d:"M2 5h20",key:"1fs1ex"}],["path",{d:"M3 3v2",key:"9imdir"}],["path",{d:"M7 3v2",key:"n0os7"}],["path",{d:"M17 3v2",key:"1l2re6"}],["path",{d:"M21 3v2",key:"1duuac"}],["path",{d:"m19 5-7 7-7-7",key:"133zxf"}]],eU=Y("utility-pole",Qq1);var Xq1=[["path",{d:"M13 6v5a1 1 0 0 0 1 1h6.102a1 1 0 0 1 .712.298l.898.91a1 1 0 0 1 .288.702V17a1 1 0 0 1-1 1h-3",key:"k3s650"}],["path",{d:"M5 18H3a1 1 0 0 1-1-1V8a2 2 0 0 1 2-2h12c1.1 0 2.1.8 2.4 1.8l1.176 4.2",key:"fnd93u"}],["path",{d:"M9 18h5",key:"lrx6i"}],["circle",{cx:"16",cy:"18",r:"2",key:"1v4tcr"}],["circle",{cx:"7",cy:"18",r:"2",key:"19iecd"}]],JS=Y("van",Xq1);var Gq1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"7.5",cy:"7.5",r:".5",fill:"currentColor",key:"kqv944"}],["path",{d:"m7.9 7.9 2.7 2.7",key:"hpeyl3"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}],["path",{d:"m13.4 10.6 2.7-2.7",key:"264c1n"}],["circle",{cx:"7.5",cy:"16.5",r:".5",fill:"currentColor",key:"nkw3mc"}],["path",{d:"m7.9 16.1 2.7-2.7",key:"p81g5e"}],["circle",{cx:"16.5",cy:"16.5",r:".5",fill:"currentColor",key:"fubopw"}],["path",{d:"m13.4 13.4 2.7 2.7",key:"abhel3"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],ZS=Y("vault",Gq1);var Wq1=[["path",{d:"M8 21s-4-3-4-9 4-9 4-9",key:"uto9ud"}],["path",{d:"M16 3s4 3 4 9-4 9-4 9",key:"4w2vsq"}],["line",{x1:"15",x2:"9",y1:"9",y2:"15",key:"f7djnv"}],["line",{x1:"9",x2:"15",y1:"9",y2:"15",key:"1shsy8"}]],YS=Y("variable",Wq1);var Hq1=[["path",{d:"M19.5 7a24 24 0 0 1 0 10",key:"8n60xe"}],["path",{d:"M4.5 7a24 24 0 0 0 0 10",key:"2lmadr"}],["path",{d:"M7 19.5a24 24 0 0 0 10 0",key:"1q94o2"}],["path",{d:"M7 4.5a24 24 0 0 1 10 0",key:"2z8ypa"}],["rect",{x:"17",y:"17",width:"5",height:"5",rx:"1",key:"1ac74s"}],["rect",{x:"17",y:"2",width:"5",height:"5",rx:"1",key:"1e7h5j"}],["rect",{x:"2",y:"17",width:"5",height:"5",rx:"1",key:"1t4eah"}],["rect",{x:"2",y:"2",width:"5",height:"5",rx:"1",key:"940dhs"}]],QS=Y("vector-square",Hq1);var qq1=[["path",{d:"M16 8q6 0 6-6-6 0-6 6",key:"qsyyc4"}],["path",{d:"M17.41 3.59a10 10 0 1 0 3 3",key:"41m9h7"}],["path",{d:"M2 2a26.6 26.6 0 0 1 10 20c.9-6.82 1.5-9.5 4-14",key:"qiv7li"}]],XS=Y("vegan",qq1);var zq1=[["path",{d:"M18 11c-1.5 0-2.5.5-3 2",key:"1fod00"}],["path",{d:"M4 6a2 2 0 0 0-2 2v4a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V8a2 2 0 0 0-2-2h-3a8 8 0 0 0-5 2 8 8 0 0 0-5-2z",key:"d70hit"}],["path",{d:"M6 11c1.5 0 2.5.5 3 2",key:"136fht"}]],GS=Y("venetian-mask",zq1);var Kq1=[["path",{d:"M10 20h4",key:"ni2waw"}],["path",{d:"M12 16v6",key:"c8a4gj"}],["path",{d:"M17 2h4v4",key:"vhe59"}],["path",{d:"m21 2-5.46 5.46",key:"19kypf"}],["circle",{cx:"12",cy:"11",r:"5",key:"16gxyc"}]],WS=Y("venus-and-mars",Kq1);var Bq1=[["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M9 19h6",key:"456am0"}],["circle",{cx:"12",cy:"9",r:"6",key:"1nw4tq"}]],HS=Y("venus",Bq1);var $q1=[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["path",{d:"M8 8v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2",key:"1hbad5"}],["path",{d:"M16 10.34V6c0-.55-.45-1-1-1h-4.34",key:"1x5tf0"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],qS=Y("vibrate-off",$q1);var Fq1=[["path",{d:"M10.66 6H14a2 2 0 0 1 2 2v2.5l5.248-3.062A.5.5 0 0 1 22 7.87v8.196",key:"w8jjjt"}],["path",{d:"M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2",key:"1xawa7"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],zS=Y("video-off",Fq1);var Pq1=[["path",{d:"m2 8 2 2-2 2 2 2-2 2",key:"sv1b1"}],["path",{d:"m22 8-2 2 2 2-2 2 2 2",key:"101i4y"}],["rect",{width:"8",height:"14",x:"8",y:"5",rx:"1",key:"1oyrl4"}]],KS=Y("vibrate",Pq1);var Aq1=[["path",{d:"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",key:"ftymec"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2",key:"158x01"}]],BS=Y("video",Aq1);var Oq1=[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"M2 8h20",key:"d11cs7"}],["circle",{cx:"8",cy:"14",r:"2",key:"1k2qr5"}],["path",{d:"M8 12h8",key:"1wcyev"}],["circle",{cx:"16",cy:"14",r:"2",key:"14k7lr"}]],$S=Y("videotape",Oq1);var Tq1=[["path",{d:"M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2",key:"mrq65r"}],["path",{d:"M21 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2",key:"be3xqs"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["path",{d:"M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0",key:"11ak4c"}]],FS=Y("view",Tq1);var wq1=[["circle",{cx:"6",cy:"12",r:"4",key:"1ehtga"}],["circle",{cx:"18",cy:"12",r:"4",key:"4vafl8"}],["line",{x1:"6",x2:"18",y1:"16",y2:"16",key:"pmt8us"}]],PS=Y("voicemail",wq1);var yq1=[["path",{d:"M11.1 7.1a16.55 16.55 0 0 1 10.9 4",key:"2880wi"}],["path",{d:"M12 12a12.6 12.6 0 0 1-8.7 5",key:"113sja"}],["path",{d:"M16.8 13.6a16.55 16.55 0 0 1-9 7.5",key:"1qmsgl"}],["path",{d:"M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10",key:"1bmeqp"}],["path",{d:"M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5",key:"iekzv9"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],AS=Y("volleyball",yq1);var Vq1=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728",key:"ijwkga"}]],OS=Y("volume-2",Vq1);var Cq1=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}]],TS=Y("volume-1",Cq1);var bq1=[["path",{d:"M16 9a5 5 0 0 1 .95 2.293",key:"1fgyg8"}],["path",{d:"M19.364 5.636a9 9 0 0 1 1.889 9.96",key:"l3zxae"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11",key:"1gbwow"}],["path",{d:"M9.828 4.172A.686.686 0 0 1 11 4.657v.686",key:"s2je0y"}]],wS=Y("volume-off",bq1);var kq1=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["line",{x1:"22",x2:"16",y1:"9",y2:"15",key:"1ewh16"}],["line",{x1:"16",x2:"22",y1:"9",y2:"15",key:"5ykzw1"}]],yS=Y("volume-x",kq1);var Uq1=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}]],VS=Y("volume",Uq1);var Sq1=[["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}],["path",{d:"M5 7c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v12H5V7Z",key:"1ezoue"}],["path",{d:"M22 19H2",key:"nuriw5"}]],CS=Y("vote",Sq1);var Dq1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2",key:"4125el"}],["path",{d:"M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21",key:"1dpki6"}]],bS=Y("wallet-cards",Dq1);var Eq1=[["path",{d:"M17 14h.01",key:"7oqj8z"}],["path",{d:"M7 7h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14",key:"u1rqew"}]],f4=Y("wallet-minimal",Eq1);var Rq1=[["path",{d:"M19 7V4a1 1 0 0 0-1-1H5a2 2 0 0 0 0 4h15a1 1 0 0 1 1 1v4h-3a2 2 0 0 0 0 4h3a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1",key:"18etb6"}],["path",{d:"M3 5v14a2 2 0 0 0 2 2h15a1 1 0 0 0 1-1v-4",key:"xoc0q4"}]],kS=Y("wallet",Rq1);var Mq1=[["path",{d:"m21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72",key:"ul74o6"}],["path",{d:"m14 7 3 3",key:"1r5n42"}],["path",{d:"M5 6v4",key:"ilb8ba"}],["path",{d:"M19 14v4",key:"blhpug"}],["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M7 8H3",key:"zfb6yr"}],["path",{d:"M21 16h-4",key:"1cnmox"}],["path",{d:"M11 3H9",key:"1obp7u"}]],I4=Y("wand-sparkles",Mq1);var vq1=[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15",key:"1sl52q"}],["circle",{cx:"8",cy:"9",r:"2",key:"gjzl9d"}],["rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",key:"x3v2xh"}]],US=Y("wallpaper",vq1);var xq1=[["path",{d:"M15 4V2",key:"z1p9b7"}],["path",{d:"M15 16v-2",key:"px0unx"}],["path",{d:"M8 9h2",key:"1g203m"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M17.8 11.8 19 13",key:"yihg8r"}],["path",{d:"M15 9h.01",key:"x1ddxp"}],["path",{d:"M17.8 6.2 19 5",key:"fd4us0"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M12.2 6.2 11 5",key:"i3da3b"}]],SS=Y("wand",xq1);var hq1=[["path",{d:"M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11",key:"pb2vm6"}],["path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z",key:"doq5xv"}],["path",{d:"M6 13h12",key:"yf64js"}],["path",{d:"M6 17h12",key:"1jwigz"}]],DS=Y("warehouse",hq1);var fq1=[["path",{d:"M3 6h3",key:"155dbl"}],["path",{d:"M17 6h.01",key:"e2y6kg"}],["rect",{width:"18",height:"20",x:"3",y:"2",rx:"2",key:"od3kk9"}],["circle",{cx:"12",cy:"13",r:"5",key:"nlbqau"}],["path",{d:"M12 18a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 1 0-5",key:"17lach"}]],ES=Y("washing-machine",fq1);var Iq1=[["path",{d:"M12 10v2.2l1.6 1",key:"n3r21l"}],["path",{d:"m16.13 7.66-.81-4.05a2 2 0 0 0-2-1.61h-2.68a2 2 0 0 0-2 1.61l-.78 4.05",key:"18k57s"}],["path",{d:"m7.88 16.36.8 4a2 2 0 0 0 2 1.61h2.72a2 2 0 0 0 2-1.61l.81-4.05",key:"16ny36"}],["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}]],RS=Y("watch",Iq1);var jq1=[["path",{d:"M12 10L12 2",key:"jvb0aw"}],["path",{d:"M16 6L12 10L8 6",key:"9j6vje"}],["path",{d:"M2 15C2.6 15.5 3.2 16 4.5 16C7 16 7 14 9.5 14C12.1 14 11.9 16 14.5 16C17 16 17 14 19.5 14C20.8 14 21.4 14.5 22 15",key:"s2zepw"}],["path",{d:"M2 21C2.6 21.5 3.2 22 4.5 22C7 22 7 20 9.5 20C12.1 20 11.9 22 14.5 22C17 22 17 20 19.5 20C20.8 20 21.4 20.5 22 21",key:"u68omc"}]],MS=Y("waves-arrow-down",jq1);var gq1=[["path",{d:"M12 2v8",key:"1q4o3n"}],["path",{d:"M2 15c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"1p9f19"}],["path",{d:"M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"vbxynw"}],["path",{d:"m8 6 4-4 4 4",key:"ybng9g"}]],vS=Y("waves-arrow-up",gq1);var Nq1=[["path",{d:"M19 5a2 2 0 0 0-2 2v11",key:"s41o68"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"rd2r6e"}],["path",{d:"M7 13h10",key:"1rwob1"}],["path",{d:"M7 9h10",key:"12czzb"}],["path",{d:"M9 5a2 2 0 0 0-2 2v11",key:"x0q4gh"}]],xS=Y("waves-ladder",Nq1);var Lq1=[["path",{d:"M2 6c.6.5 1.2 1 2.5 1C7 7 7 5 9.5 5c2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"knzxuh"}],["path",{d:"M2 12c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"2jd2cc"}],["path",{d:"M2 18c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",key:"rd2r6e"}]],hS=Y("waves",Lq1);var mq1=[["path",{d:"m10.586 5.414-5.172 5.172",key:"4mc350"}],["path",{d:"m18.586 13.414-5.172 5.172",key:"8c96vv"}],["path",{d:"M6 12h12",key:"8npq4p"}],["circle",{cx:"12",cy:"20",r:"2",key:"144qzu"}],["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}],["circle",{cx:"20",cy:"12",r:"2",key:"1xzzfp"}],["circle",{cx:"4",cy:"12",r:"2",key:"1hvhnz"}]],fS=Y("waypoints",mq1);var _q1=[["circle",{cx:"12",cy:"10",r:"8",key:"1gshiw"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M7 22h10",key:"10w4w3"}],["path",{d:"M12 22v-4",key:"1utk9m"}]],IS=Y("webcam",_q1);var uq1=[["path",{d:"M17 17h-5c-1.09-.02-1.94.92-2.5 1.9A3 3 0 1 1 2.57 15",key:"1tvl6x"}],["path",{d:"M9 3.4a4 4 0 0 1 6.52.66",key:"q04jfq"}],["path",{d:"m6 17 3.1-5.8a2.5 2.5 0 0 0 .057-2.05",key:"azowf0"}],["path",{d:"M20.3 20.3a4 4 0 0 1-2.3.7",key:"5joiws"}],["path",{d:"M18.6 13a4 4 0 0 1 3.357 3.414",key:"cangb8"}],["path",{d:"m12 6 .6 1",key:"tpjl1n"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],jS=Y("webhook-off",uq1);var pq1=[["path",{d:"M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2",key:"q3hayz"}],["path",{d:"m6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06",key:"1go1hn"}],["path",{d:"m12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8",key:"qlwsc0"}]],gS=Y("webhook",pq1);var lq1=[["path",{d:"M6.5 8a2 2 0 0 0-1.906 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8z",key:"1wl739"}],["path",{d:"M7.999 15a2.5 2.5 0 0 1 4 0 2.5 2.5 0 0 0 4 0",key:"1egezo"}],["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}]],NS=Y("weight-tilde",lq1);var dq1=[["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}],["path",{d:"M6.5 8a2 2 0 0 0-1.905 1.46L2.1 18.5A2 2 0 0 0 4 21h16a2 2 0 0 0 1.925-2.54L19.4 9.5A2 2 0 0 0 17.48 8Z",key:"56o5sh"}]],LS=Y("weight",dq1);var sq1=[["path",{d:"m2 22 10-10",key:"28ilpk"}],["path",{d:"m16 8-1.17 1.17",key:"1qqm82"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"m8 8-.53.53a3.5 3.5 0 0 0 0 4.94L9 15l1.53-1.53c.55-.55.88-1.25.98-1.97",key:"4wz8re"}],["path",{d:"M10.91 5.26c.15-.26.34-.51.56-.73L13 3l1.53 1.53a3.5 3.5 0 0 1 .28 4.62",key:"rves66"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"m16 16-.53.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.49 3.49 0 0 1 1.97-.98",key:"ak46r"}],["path",{d:"M18.74 13.09c.26-.15.51-.34.73-.56L21 11l-1.53-1.53a3.5 3.5 0 0 0-4.62-.28",key:"1tw520"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],mS=Y("wheat-off",sq1);var rq1=[["path",{d:"M2 22 16 8",key:"60hf96"}],["path",{d:"M3.47 12.53 5 11l1.53 1.53a3.5 3.5 0 0 1 0 4.94L5 19l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1rdhi6"}],["path",{d:"M7.47 8.53 9 7l1.53 1.53a3.5 3.5 0 0 1 0 4.94L9 15l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"1sdzmb"}],["path",{d:"M11.47 4.53 13 3l1.53 1.53a3.5 3.5 0 0 1 0 4.94L13 11l-1.53-1.53a3.5 3.5 0 0 1 0-4.94Z",key:"eoatbi"}],["path",{d:"M20 2h2v2a4 4 0 0 1-4 4h-2V6a4 4 0 0 1 4-4Z",key:"19rau1"}],["path",{d:"M11.47 17.47 13 19l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L5 19l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"tc8ph9"}],["path",{d:"M15.47 13.47 17 15l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L9 15l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"2m8kc5"}],["path",{d:"M19.47 9.47 21 11l-1.53 1.53a3.5 3.5 0 0 1-4.94 0L13 11l1.53-1.53a3.5 3.5 0 0 1 4.94 0Z",key:"vex3ng"}]],_S=Y("wheat",rq1);var aq1=[["circle",{cx:"7",cy:"12",r:"3",key:"12clwm"}],["path",{d:"M10 9v6",key:"17i7lo"}],["circle",{cx:"17",cy:"12",r:"3",key:"gl7c2s"}],["path",{d:"M14 7v8",key:"dl84cr"}],["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]],uS=Y("whole-word",aq1);var cq1=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]],pS=Y("wifi-high",cq1);var tq1=[["path",{d:"m14.305 19.53.923-.382",key:"3m78fa"}],["path",{d:"m15.228 16.852-.923-.383",key:"npixar"}],["path",{d:"m16.852 15.228-.383-.923",key:"5xggr7"}],["path",{d:"m16.852 20.772-.383.924",key:"dpfhf9"}],["path",{d:"m19.148 15.228.383-.923",key:"1reyyz"}],["path",{d:"m19.53 21.696-.382-.924",key:"1goivc"}],["path",{d:"M2 7.82a15 15 0 0 1 20 0",key:"1ovjuk"}],["path",{d:"m20.772 16.852.924-.383",key:"htqkph"}],["path",{d:"m20.772 19.148.924.383",key:"9w9pjp"}],["path",{d:"M5 11.858a10 10 0 0 1 11.5-1.785",key:"3sn16i"}],["path",{d:"M8.5 15.429a5 5 0 0 1 2.413-1.31",key:"1pxovh"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]],lS=Y("wifi-cog",tq1);var nq1=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]],dS=Y("wifi-low",nq1);var iq1=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}],["path",{d:"M5 12.859a10 10 0 0 1 5.17-2.69",key:"1dl1wf"}],["path",{d:"M19 12.859a10 10 0 0 0-2.007-1.523",key:"4k23kn"}],["path",{d:"M2 8.82a15 15 0 0 1 4.177-2.643",key:"1grhjp"}],["path",{d:"M22 8.82a15 15 0 0 0-11.288-3.764",key:"z3jwby"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],sS=Y("wifi-off",iq1);var oq1=[["path",{d:"M2 8.82a15 15 0 0 1 20 0",key:"dnpr2z"}],["path",{d:"M21.378 16.626a1 1 0 0 0-3.004-3.004l-4.01 4.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z",key:"1817ys"}],["path",{d:"M5 12.859a10 10 0 0 1 10.5-2.222",key:"rpb7oy"}],["path",{d:"M8.5 16.429a5 5 0 0 1 3-1.406",key:"r8bmzl"}]],rS=Y("wifi-pen",oq1);var eq1=[["path",{d:"M11.965 10.105v4L13.5 12.5a5 5 0 0 1 8 1.5",key:"1immaq"}],["path",{d:"M11.965 14.105h4",key:"uejny8"}],["path",{d:"M17.965 18.105h4L20.43 19.71a5 5 0 0 1-8-1.5",key:"1i3a7e"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0",key:"dnpr2z"}],["path",{d:"M21.965 22.105v-4",key:"1ku6vx"}],["path",{d:"M5 12.86a10 10 0 0 1 3-2.032",key:"pemdtu"}],["path",{d:"M8.5 16.429h.01",key:"2bm739"}]],aS=Y("wifi-sync",eq1);var Jz1=[["path",{d:"M12 20h.01",key:"zekei9"}]],cS=Y("wifi-zero",Jz1);var Zz1=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M2 8.82a15 15 0 0 1 20 0",key:"dnpr2z"}],["path",{d:"M5 12.859a10 10 0 0 1 14 0",key:"1x1e6c"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]],tS=Y("wifi",Zz1);var Yz1=[["path",{d:"M10 2v8",key:"d4bbey"}],["path",{d:"M12.8 21.6A2 2 0 1 0 14 18H2",key:"19kp1d"}],["path",{d:"M17.5 10a2.5 2.5 0 1 1 2 4H2",key:"19kpjc"}],["path",{d:"m6 6 4 4 4-4",key:"k13n16"}]],nS=Y("wind-arrow-down",Yz1);var Qz1=[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h3m7 0h-1.343",key:"v48bem"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M7.307 7.307A12.33 12.33 0 0 0 7 10a5 5 0 0 0 7.391 4.391M8.638 2.981C8.75 2.668 8.872 2.34 9 2h6c1.5 4 2 6 2 8 0 .407-.05.809-.145 1.198",key:"1ymjlu"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],iS=Y("wine-off",Qz1);var Xz1=[["path",{d:"M12.8 19.6A2 2 0 1 0 14 16H2",key:"148xed"}],["path",{d:"M17.5 8a2.5 2.5 0 1 1 2 4H2",key:"1u4tom"}],["path",{d:"M9.8 4.4A2 2 0 1 1 11 8H2",key:"75valh"}]],oS=Y("wind",Xz1);var Gz1=[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M12 15a5 5 0 0 0 5-5c0-2-.5-4-2-8H9c-1.5 4-2 6-2 8a5 5 0 0 0 5 5Z",key:"10ffi3"}]],eS=Y("wine",Gz1);var Wz1=[["rect",{width:"8",height:"8",x:"3",y:"3",rx:"2",key:"by2w9f"}],["path",{d:"M7 11v4a2 2 0 0 0 2 2h4",key:"xkn7yn"}],["rect",{width:"8",height:"8",x:"13",y:"13",rx:"2",key:"1cgmvn"}]],JD=Y("workflow",Wz1);var Hz1=[["path",{d:"m19 12-1.5 3",key:"9bcu4o"}],["path",{d:"M19.63 18.81 22 20",key:"121v98"}],["path",{d:"M6.47 8.23a1.68 1.68 0 0 1 2.44 1.93l-.64 2.08a6.76 6.76 0 0 0 10.16 7.67l.42-.27a1 1 0 1 0-2.73-4.21l-.42.27a1.76 1.76 0 0 1-2.63-1.99l.64-2.08A6.66 6.66 0 0 0 3.94 3.9l-.7.4a1 1 0 1 0 2.55 4.34z",key:"1tij6q"}]],ZD=Y("worm",Hz1);var qz1=[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",key:"1ngwbx"}]],YD=Y("wrench",qz1);var zz1=[["path",{d:"M18 4H6",key:"1hsngl"}],["path",{d:"M18 8 6 20",key:"xspwia"}],["path",{d:"m6 8 12 12",key:"qb1veh"}]],QD=Y("x-line-top",zz1);var Kz1=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],F0=Y("x",Kz1);var Bz1=[["path",{d:"M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17",key:"1q2vi4"}],["path",{d:"m10 15 5-3-5-3z",key:"1jp15x"}]],XD=Y("youtube",Bz1);var $z1=[["path",{d:"M10.513 4.856 13.12 2.17a.5.5 0 0 1 .86.46l-1.377 4.317",key:"193nxd"}],["path",{d:"M15.656 10H20a1 1 0 0 1 .78 1.63l-1.72 1.773",key:"27a7lr"}],["path",{d:"M16.273 16.273 10.88 21.83a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14H4a1 1 0 0 1-.78-1.63l4.507-4.643",key:"1e0qe9"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],GD=Y("zap-off",$z1);var Fz1=[["path",{d:"M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",key:"1xq2db"}]],WD=Y("zap",Fz1);var Pz1=[["path",{d:"m2 10 2.456-3.684a.7.7 0 0 1 1.106-.013l2.39 3.413a.7.7 0 0 0 1.096-.001l2.402-3.432a.7.7 0 0 1 1.098 0l2.402 3.432a.7.7 0 0 0 1.098 0l2.389-3.413a.7.7 0 0 1 1.106.013L22 10",key:"1o8iok"}],["path",{d:"m2 18.002 2.456-3.684a.7.7 0 0 1 1.106-.013l2.39 3.413a.7.7 0 0 0 1.097 0l2.402-3.432a.7.7 0 0 1 1.098 0l2.402 3.432a.7.7 0 0 0 1.098 0l2.389-3.413a.7.7 0 0 1 1.106.013L22 18.002",key:"112qy7"}]],HD=Y("zodiac-aquarius",Pz1);var Az1=[["path",{d:"M12 7.5a4.5 4.5 0 1 1 5 4.5",key:"k987hv"}],["path",{d:"M7 12a4.5 4.5 0 1 1 5-4.5V21",key:"mjup0w"}]],qD=Y("zodiac-aries",Az1);var Oz1=[["path",{d:"M21 14.5A9 6.5 0 0 1 5.5 19",key:"1xj2o6"}],["path",{d:"M3 9.5A9 6.5 0 0 1 18.5 5",key:"1gln3t"}],["circle",{cx:"17.5",cy:"14.5",r:"3.5",key:"1ccu1t"}],["circle",{cx:"6.5",cy:"9.5",r:"3.5",key:"x5tc2d"}]],zD=Y("zodiac-cancer",Oz1);var Tz1=[["path",{d:"M11 21a3 3 0 0 0 3-3V6.5a1 1 0 0 0-7 0",key:"1kkncs"}],["path",{d:"M7 19V6a3 3 0 0 0-3-3h0",key:"1jg5y1"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}]],KD=Y("zodiac-capricorn",Tz1);var wz1=[["path",{d:"M16 4.525v14.948",key:"bgoxo0"}],["path",{d:"M20 3A17 17 0 0 1 4 3",key:"1djemw"}],["path",{d:"M4 21a17 17 0 0 1 16 0",key:"onoyo7"}],["path",{d:"M8 4.525v14.948",key:"u5iyof"}]],BD=Y("zodiac-gemini",wz1);var yz1=[["path",{d:"M10 16c0-4-3-4.5-3-8a5 5 0 0 1 10 0c0 3.466-3 6.196-3 10a3 3 0 0 0 6 0",key:"1qj6nb"}],["circle",{cx:"7",cy:"16",r:"3",key:"yyv3zl"}]],$D=Y("zodiac-leo",yz1);var Vz1=[["path",{d:"M3 16h6.857c.162-.012.19-.323.038-.38a6 6 0 1 1 4.212 0c-.153.057-.125.368.038.38H21",key:"1novf0"}],["path",{d:"M3 20h18",key:"1l19wn"}]],FD=Y("zodiac-libra",Vz1);var Cz1=[["path",{d:"M19 21a15 15 0 0 1 0-18",key:"br2vug"}],["path",{d:"M20 12H4",key:"1mtusc"}],["path",{d:"M5 3a15 15 0 0 1 0 18",key:"1w7hae"}]],PD=Y("zodiac-pisces",Cz1);var bz1=[["path",{d:"M3 10A6.06 6.06 0 0 1 12 10 A6.06 6.06 0 0 0 21 10",key:"13lfmc"}],["path",{d:"M6 3v12a6 6 0 0 0 12 0V3",key:"1jnivp"}]],AD=Y("zodiac-ophiuchus",bz1);var kz1=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M21 3 3 21",key:"1011np"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],OD=Y("zodiac-sagittarius",kz1);var Uz1=[["path",{d:"M10 19V5.5a1 1 0 0 1 5 0V17a2 2 0 0 0 2 2h5l-3-3",key:"1w8g0z"}],["path",{d:"m22 19-3 3",key:"1ix4wq"}],["path",{d:"M5 19V5.5a1 1 0 0 1 5 0",key:"1d4oa3"}],["path",{d:"M5 5.5A2.5 2.5 0 0 0 2.5 3",key:"gp646f"}]],TD=Y("zodiac-scorpio",Uz1);var Sz1=[["circle",{cx:"12",cy:"15",r:"6",key:"lhqcmb"}],["path",{d:"M18 3A6 6 0 0 1 6 3",key:"1p399e"}]],wD=Y("zodiac-taurus",Sz1);var Dz1=[["path",{d:"M11 5.5a1 1 0 0 1 5 0V16a5 5 0 0 0 5 5",key:"1szkuh"}],["path",{d:"M16 11.5a1 1 0 0 1 5 0V16a5 5 0 0 1-5 5",key:"pyq0k2"}],["path",{d:"M6 19V6a3 3 0 0 0-3-3h0",key:"pvee4g"}],["path",{d:"M6 5.5a1 1 0 0 1 5 0V19",key:"vncctg"}]],yD=Y("zodiac-virgo",Dz1);var Ez1=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14",key:"1vmskp"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]],VD=Y("zoom-in",Ez1);var Rz1=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]],CD=Y("zoom-out",Rz1);import uw1,{useCallback as pw1,useEffect as yu,useState as lw1}from"react";import jz1 from"ky";var bE=null,cR=null,oI=(J)=>{if(!J||!J.startsWith("http"))return;let Q=J.replace(/\/$/,"");if(bE&&cR===Q)return;cR=Q,bE=jz1.create({prefixUrl:Q,credentials:"include",retry:0,hooks:{afterResponse:[async(X,G,W)=>{if(W.status===401||W.status===403)try{let{$session:H}=await Promise.resolve().then(() => (Fx(),iI)),{notify:q}=await Promise.resolve().then(() => (A5(),nI));H.set(null),q("Session expired. Please log in again.","error")}catch(H){}}]}})},f0=()=>{if(!cR)throw Error("API client not configured. Did you provide a valid serverUrl?");return cR},J1=new Proxy({},{get(J,Z){if(!bE)throw Error("API client not configured. Did you provide a valid serverUrl?");if(!bE)throw Error("API client not configured");let Q=bE;if(Q)return Q[Z];return}});sR();o2();function eI(J,Z={}){let Q=T1();Q.routes=Object.keys(J).map((z)=>{let K=J[z];if(typeof K!=="string")return[z,...[K].flat()];K=K.replace(/\/$/g,"")||"/";let B=K.replace(/[\s!#$()+,.:<=?[\\\]^{|}]/g,"\\$&").replace(/\/\\:(\w+)\\\?/g,"(?:/(?<$1>(?<=/)[^/]+))?").replace(/\/\\:(\w+)/g,"/(?<$1>[^/]+)");return[z,RegExp("^"+B+"$","i"),null,K]});let X,G=(z)=>{let K=new URL(z.replace(/#$/,""),"http://a"),B=K.pathname+K.search+K.hash;if(X===B)return!1;X=B;let F=Z.search?K.pathname+K.search:K.pathname;F=F.replace(/\/($|\?)/,"$1")||"/";for(let[$,P,O]of Q.routes){let A=F.match(P);if(A)return{hash:K.hash,params:O?O(...A.slice(1)):Object.keys({...A.groups}).reduce((T,w)=>{return T[w]=A.groups[w]?decodeURIComponent(A.groups[w]):"",T},{}),path:F,route:$,search:Object.fromEntries(K.searchParams)}}},W=(z)=>{let K=z.target.closest("a");if(K&&z.button===0&&K.target!=="_blank"&&K.origin===location.origin&&K.rel!=="external"&&K.target!=="_self"&&!K.download&&!z.altKey&&!z.metaKey&&!z.ctrlKey&&!z.shiftKey&&!z.defaultPrevented){z.preventDefault();let B=location.hash!==K.hash;if(Q.open(K.href),B){if(location.hash=K.hash,K.hash===""||K.hash==="#")window.dispatchEvent(new HashChangeEvent("hashchange"))}}},H=Q.set;delete Q.set;let q=()=>{let z=G(location.href);if(z!==!1)H(z)};if(typeof window<"u"&&typeof location<"u")z3(Q,()=>{let z=G(location.href);if(z!==!1)H(z);if(Z.links!==!1)document.body.addEventListener("click",W);return window.addEventListener("popstate",q),window.addEventListener("hashchange",q),()=>{X=void 0,document.body.removeEventListener("click",W),window.removeEventListener("popstate",q),window.removeEventListener("hashchange",q)}});else H(G("/"));return Q.open=(z,K)=>{let B=G(z);if(B!==!1){if(typeof history<"u")if(K)history.replaceState(null,null,z);else history.pushState(null,null,z);H(B)}},Q}var k9=eI({dashboard:"/admin",collections:"/admin/collections/:slug",document:"/admin/collections/:slug/:id",globals:"/admin/globals/:slug",settings:"/admin/settings",plugin:"/admin/:path"});Fx();o2();var N2=T1(null),Px=T1(!1),gw2=T1(!1),Nw2=T1(!1);function Ax(J){N2.set(J)}function tR(J){Px.set(J)}A5();A5();import{jsxDEV as gz1}from"react/jsx-dev-runtime";function k0({href:J,params:Z,search:Q,children:X,onClick:G,...W}){return gz1("a",{href:J,onClick:(q)=>{if(G)G(q);if(!q.defaultPrevented&&q.button===0&&!q.metaKey&&!q.ctrlKey&&!q.shiftKey&&!q.altKey&&!W.target)if(q.preventDefault(),J.startsWith("/admin"))k9.open(J);else window.location.href=J},...W,children:X},void 0,!1,void 0,this)}import*as Jj from"react";function a(...J){return J.filter(Boolean).join(" ")}import{jsxDEV as U9}from"react/jsx-dev-runtime";var kE=({title:J,children:Z,defaultOpen:Q=!0,className:X,isCollapsed:G=!1})=>{let[W,H]=Jj.useState(Q);return U9("div",{className:a("opaca-sidebar-accordion",X),children:[U9("button",{type:"button",className:"opaca-sidebar-accordion-trigger",onClick:()=>H(!W),"aria-expanded":W,style:{opacity:G?0:1,pointerEvents:G?"none":"auto"},title:J,children:[U9("span",{className:"opaca-sidebar-accordion-title",children:J},void 0,!1,void 0,this),U9("svg",{className:"opaca-sidebar-accordion-icon",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[U9("title",{children:"Toggle accordion"},void 0,!1,void 0,this),U9("polyline",{points:"6 9 12 15 18 9"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),U9("div",{className:"opaca-sidebar-accordion-content","data-state":W?"open":"closed",children:U9("div",{className:"opaca-sidebar-accordion-content-inner",children:Z},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import*as Zj from"react";import{jsxDEV as Ox}from"react/jsx-dev-runtime";var Tx=Zj.forwardRef(({className:J,label:Z,children:Q,...X},G)=>{return Ox("div",{ref:G,className:a("opaca-ui-blocks",J),...X,children:[Z&&Ox("div",{style:{marginBottom:"1.25rem",fontSize:"0.75rem",fontWeight:500,color:"var(--opaca-text-muted)",textTransform:"uppercase",letterSpacing:"0.03em"},children:Z},void 0,!1,void 0,this),Ox("div",{style:{display:"flex",flexDirection:"column",gap:"1.5rem"},children:Q},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Tx.displayName="Blocks";import*as Yj from"react";import{jsxDEV as Nz1}from"react/jsx-dev-runtime";var U1=Yj.forwardRef(({className:J,variant:Z="default",size:Q="default",...X},G)=>{return Nz1("button",{ref:G,className:a("opaca-ui-btn",`opaca-ui-btn-${Z}`,`opaca-ui-btn-size-${Q}`,J),...X},void 0,!1,void 0,this)});U1.displayName="Button";import*as U0 from"react";import{jsxDEV as kD}from"react/jsx-dev-runtime";var wx=U0.createContext({}),yx=U0.forwardRef(({className:J,open:Z,defaultOpen:Q,onOpenChange:X,disabled:G,children:W,...H},q)=>{let[z,K]=U0.useState(Q??!1),B=Z!==void 0,F=B?Z:z,$=U0.useCallback((O)=>{if(!B)K(O);if(X)X(O)},[B,X]),P=U0.useMemo(()=>({open:F,onOpenChange:$,disabled:G}),[F,$,G]);return kD(wx.Provider,{value:P,children:kD("div",{ref:q,className:a("opaca-ui-collapsible",J),...H,children:W},void 0,!1,void 0,this)},void 0,!1,void 0,this)});yx.displayName="Collapsible";var Vx=U0.forwardRef(({className:J,disabled:Z,children:Q,...X},G)=>{let W=U0.useContext(wx),H=Z||W.disabled,q=W.open,z=U0.useCallback((K)=>{if(!H&&W.onOpenChange)W.onOpenChange(!q);if(X.onClick)X.onClick(K)},[H,q,W.onOpenChange,X.onClick]);return kD("button",{type:"button","aria-expanded":q,disabled:H,onClick:z,ref:G,className:a("opaca-ui-collapsible-trigger",J),...X,children:[Q,kD("svg",{className:"opaca-ui-collapsible-icon",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:kD("polyline",{points:"6 9 12 15 18 9"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Vx.displayName="CollapsibleTrigger";var Cx=U0.forwardRef(({className:J,children:Z,...Q},X)=>{let W=U0.useContext(wx).open;if(!W)return null;return kD("div",{"data-state":W?"open":"closed",ref:X,className:a("opaca-ui-collapsible-content",J),...Q,children:Z},void 0,!1,void 0,this)});Cx.displayName="CollapsibleContent";import{createPortal as Lz1}from"react-dom";import{jsxDEV as S9}from"react/jsx-dev-runtime";function UE({open:J,onOpenChange:Z,children:Q}){if(!J)return null;return Lz1(S9("div",{className:"opaca-ui-dialog-portal",children:[S9("button",{type:"button",className:"opaca-ui-dialog-overlay",onClick:()=>Z(!1),tabIndex:-1,"aria-hidden":"true"},void 0,!1,void 0,this),S9("div",{className:"opaca-ui-dialog-wrapper",children:Q},void 0,!1,void 0,this)]},void 0,!0,void 0,this),document.body)}function SE({children:J,className:Z}){return S9("div",{className:a("opaca-ui-dialog-content",Z),children:J},void 0,!1,void 0,this)}function DE({children:J,className:Z}){return S9("div",{className:a("opaca-ui-dialog-header",Z),children:J},void 0,!1,void 0,this)}function EE({children:J,className:Z}){return S9("h2",{className:a("opaca-ui-dialog-title",Z),children:J},void 0,!1,void 0,this)}function nR({children:J,className:Z}){return S9("p",{className:a("opaca-ui-dialog-description",Z),children:J},void 0,!1,void 0,this)}function RE({children:J,className:Z}){return S9("div",{className:a("opaca-ui-dialog-footer",Z),children:J},void 0,!1,void 0,this)}import*as Xj from"react";import{jsxDEV as Qj}from"react/jsx-dev-runtime";var bx=Xj.forwardRef(({className:J,label:Z,children:Q,...X},G)=>{return Qj("div",{ref:G,className:a("opaca-ui-group",J),...X,children:[Z&&Qj("h3",{className:"opaca-ui-group-header",children:Z},void 0,!1,void 0,this),Q]},void 0,!0,void 0,this)});bx.displayName="Group";import*as Gj from"react";import{jsxDEV as mz1}from"react/jsx-dev-runtime";var N4=Gj.forwardRef(({className:J,type:Z,...Q},X)=>{return mz1("input",{type:Z,className:a("opaca-ui-input",J),ref:X,...Q},void 0,!1,void 0,this)});N4.displayName="Input";import*as Wj from"react";import{jsxDEV as UD}from"react/jsx-dev-runtime";var kx=Wj.forwardRef(({className:J,label:Z,collection:Q,children:X,...G},W)=>{return UD("div",{ref:W,className:a("opaca-ui-join",J),...G,children:[Z&&UD("div",{style:{display:"block",marginBottom:"0.5rem",fontSize:"0.75rem",fontWeight:500,color:"var(--opaca-text-muted)",textTransform:"uppercase",letterSpacing:"0.03em"},children:Z},void 0,!1,void 0,this),UD("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"0.75rem",border:"1px solid var(--opaca-border)",borderRadius:"var(--opaca-radius)",backgroundColor:"rgba(255, 255, 255, 0.02)",color:"var(--opaca-text-dim)",fontSize:"0.8125rem"},children:[UD("span",{children:["Virtually joined from: ",UD("strong",{children:Q},void 0,!1,void 0,this)]},void 0,!0,void 0,this),UD("span",{style:{fontSize:"0.7rem",opacity:0.5},children:["On: ",G.on||"dynamic"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});kx.displayName="Join";import*as Hj from"react";import{jsxDEV as _z1}from"react/jsx-dev-runtime";var D9=Hj.forwardRef(({className:J,...Z},Q)=>_z1("label",{ref:Q,className:a("opaca-ui-label",J),...Z},void 0,!1,void 0,this));D9.displayName="Label";import*as L4 from"react";import{jsxDEV as iR}from"react/jsx-dev-runtime";var Ux=L4.forwardRef(({className:J,value:Z,onValueChange:Q,disabled:X,name:G,children:W,...H},q)=>{let z=L4.useMemo(()=>({value:Z,onValueChange:Q,disabled:X,name:G}),[Z,Q,X,G]);return iR(qj.Provider,{value:z,children:iR("div",{ref:q,className:a("opaca-ui-radio-group",J),...H,children:W},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Ux.displayName="RadioGroup";var qj=L4.createContext({}),Sx=L4.forwardRef(({className:J,value:Z,disabled:Q,id:X,...G},W)=>{let H=L4.useContext(qj),q=Q||H.disabled,z=H.value===Z,K=H.name;return iR("div",{className:"opaca-ui-radio-item",children:iR("input",{type:"radio",ref:W,id:X,name:K,value:Z,checked:z,disabled:q,onChange:()=>{if(!q&&H.onValueChange)H.onValueChange(Z)},className:a(J),...G},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Sx.displayName="RadioGroupItem";import*as zj from"react";import{jsxDEV as oR}from"react/jsx-dev-runtime";var Dx=zj.forwardRef(({className:J,relationTo:Z,children:Q,hasError:X,style:G,...W},H)=>{return oR("button",{ref:H,type:"button",className:a("opaca-ui-relationship",J),...W,children:oR("div",{className:a("opaca-ui-relationship-trigger",X&&"error"),children:oR("div",{className:"opaca-relationship-trigger-content",children:Q||oR("span",{className:"opaca-relationship-placeholder",children:["Select ",Z,"..."]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Dx.displayName="Relationship";import{jsxDEV as uz1}from"react/jsx-dev-runtime";function SD({children:J,className:Z,maxHeight:Q,...X}){return uz1("div",{className:a("opaca-scroll-area",Z),style:{maxHeight:Q,overflowY:"auto",...X.style},...X,children:J},void 0,!1,void 0,this)}import*as S0 from"react";import{createPortal as pz1}from"react-dom";import{jsxDEV as V2}from"react/jsx-dev-runtime";var ME=S0.createContext(null);function E9({value:J,onValueChange:Z,children:Q,open:X,onOpenChange:G}){let[W,H]=S0.useState(!1),q=X??W,z=G??H,K=S0.useRef(null);return V2(ME.Provider,{value:{value:J,onValueChange:Z,open:q,setOpen:z,triggerRef:K},children:V2("div",{className:"opaca-ui-select",children:Q},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function R9({children:J,className:Z}){let Q=S0.useContext(ME);if(!Q)throw Error("SelectTrigger must be used within a Select");return V2("button",{ref:Q.triggerRef,type:"button",className:a("opaca-ui-select-trigger",Z),onClick:()=>Q.setOpen(!Q.open),"data-state":Q.open?"open":"closed",children:[V2("span",{className:"trigger-content",children:J},void 0,!1,void 0,this),V2(J5,{size:14,className:"trigger-icon"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function M9({placeholder:J}){let Z=S0.useContext(ME);if(!Z)throw Error("SelectValue must be used within a Select");return V2("span",{className:!Z.value?"trigger-placeholder":"",children:Z.value||J},void 0,!1,void 0,this)}function v9({children:J,className:Z}){let Q=S0.useContext(ME);if(!Q)throw Error("SelectContent must be used within a Select");let[X,G]=S0.useState({top:0,left:0,width:0}),W=S0.useCallback(()=>{if(Q.open&&Q.triggerRef.current){let H=Q.triggerRef.current.getBoundingClientRect();G({top:H.bottom,left:H.left,width:H.width})}},[Q.open,Q.triggerRef]);if(S0.useEffect(()=>{if(Q.open)return W(),window.addEventListener("scroll",W,!0),window.addEventListener("resize",W),()=>{window.removeEventListener("scroll",W,!0),window.removeEventListener("resize",W)}},[Q.open,W]),!Q.open)return null;return pz1(V2("div",{className:"opaca-ui-select-portal",style:{top:X.top+4,left:X.left,width:X.width},children:[V2("button",{type:"button",className:"opaca-ui-select-content-overlay",style:{position:"fixed",inset:0,zIndex:-1,background:"transparent",border:"none",padding:0,width:"100%",height:"100%",cursor:"default"},onClick:()=>Q.setOpen(!1),tabIndex:-1,"aria-hidden":"true"},void 0,!1,void 0,this),V2("div",{className:a("opaca-ui-select-content",Z),children:J},void 0,!1,void 0,this)]},void 0,!0,void 0,this),document.body)}function O5({value:J,children:Z,className:Q}){let X=S0.useContext(ME);if(!X)throw Error("SelectItem must be used within a Select");let G=X.value===J;return V2("button",{type:"button",className:a("opaca-ui-select-item",Q),"data-selected":G,onClick:()=>{X.onValueChange?.(J),X.setOpen(!1)},children:Z},void 0,!1,void 0,this)}function eR({children:J}){return V2("div",{className:"opaca-ui-select-label",children:J},void 0,!1,void 0,this)}function JM(){return V2("div",{className:"opaca-ui-select-separator"},void 0,!1,void 0,this)}import{jsxDEV as lz1}from"react/jsx-dev-runtime";var Kj=({className:J="",orientation:Z="horizontal",margin:Q})=>{return lz1("div",{className:`opaca-separator ${Z} ${J}`,style:Q?{margin:Q}:void 0,role:"none"},void 0,!1,void 0,this)};import{createPortal as dz1}from"react-dom";import{jsxDEV as c0}from"react/jsx-dev-runtime";function x9({open:J,onOpenChange:Z,children:Q}){if(!J)return null;return dz1(c0("div",{className:"opaca-ui-sheet-portal",children:[c0("button",{type:"button",className:"opaca-ui-sheet-overlay",onClick:()=>Z(!1),tabIndex:-1,"aria-hidden":"true"},void 0,!1,void 0,this),c0("div",{className:"opaca-ui-sheet-wrapper",children:Q},void 0,!1,void 0,this)]},void 0,!0,void 0,this),document.body)}function h9({children:J,className:Z,onClose:Q}){return c0("div",{className:a("opaca-ui-sheet-content",Z),children:[J,Q&&c0("button",{type:"button",onClick:Q,className:"opaca-ui-sheet-close",children:[c0("svg",{"aria-hidden":"true",xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"opaca-ui-sheet-close-icon",children:[c0("line",{x1:"18",x2:"6",y1:"6",y2:"18"},void 0,!1,void 0,this),c0("line",{x1:"6",x2:"18",y1:"6",y2:"18"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),c0("span",{className:"opaca-ui-sr-only",children:"Close"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}function DD({children:J,className:Z}){return c0("div",{className:a("opaca-ui-sheet-header",Z),children:J},void 0,!1,void 0,this)}function ED({children:J,className:Z}){return c0("h2",{className:a("opaca-ui-sheet-title",Z),children:J},void 0,!1,void 0,this)}function RD({children:J,className:Z}){return c0("p",{className:a("opaca-ui-sheet-description",Z),children:J},void 0,!1,void 0,this)}function Bj({children:J,className:Z}){return c0("div",{className:a("opaca-ui-sheet-footer",Z),children:J},void 0,!1,void 0,this)}import*as D0 from"react";import{jsxDEV as vE}from"react/jsx-dev-runtime";var Ex=D0.createContext({}),Rx=D0.forwardRef(({className:J,value:Z,defaultValue:Q,onValueChange:X,children:G,...W},H)=>{let[q,z]=D0.useState(Q),K=Z!==void 0,B=K?Z:q,F=D0.useCallback((P)=>{if(!K)z(P);if(X)X(P)},[K,X]),$=D0.useMemo(()=>({value:B,onValueChange:F}),[B,F]);return vE(Ex.Provider,{value:$,children:vE("div",{ref:H,className:a("opaca-ui-tabs",J),...W,children:G},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Rx.displayName="Tabs";var Mx=D0.forwardRef(({className:J,...Z},Q)=>vE("div",{ref:Q,className:a("opaca-ui-tabs-list",J),role:"tablist",...Z},void 0,!1,void 0,this));Mx.displayName="TabsList";var vx=D0.forwardRef(({className:J,value:Z,disabled:Q,...X},G)=>{let W=D0.useContext(Ex),H=W.value===Z;return vE("button",{type:"button",role:"tab","aria-selected":H,"data-state":H?"active":"inactive",disabled:Q,onClick:()=>{if(!Q&&W.onValueChange)W.onValueChange(Z)},ref:G,className:a("opaca-ui-tabs-trigger",J),...X},void 0,!1,void 0,this)});vx.displayName="TabsTrigger";var xx=D0.forwardRef(({className:J,value:Z,...Q},X)=>{let W=D0.useContext(Ex).value===Z;if(!W)return null;return vE("div",{role:"tabpanel","data-state":W?"active":"inactive",ref:X,className:a("opaca-ui-tabs-content",J),...Q},void 0,!1,void 0,this)});xx.displayName="TabsContent";import{jsxDEV as i}from"react/jsx-dev-runtime";function $j({children:J,config:Z,user:Q,onLogout:X}){let G=Y1(VE),W=Y1(B3),q=Y1(k9)?.path||"/admin";return i("div",{className:"opaca-admin",children:[i("aside",{className:`opaca-sidebar ${G?"collapsed":""}`,children:[i("button",{type:"button",className:"opaca-sidebar-toggle",onClick:zx,title:G?"Expand Sidebar":"Collapse Sidebar",children:G?i(B0,{size:14},void 0,!1,void 0,this):i(G2,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this),i("div",{className:"opaca-sidebar-inner",children:[i("div",{className:"opaca-logo",title:Z.appName||"OpacaCMS",children:G?i("div",{className:"opaca-logo-mini",children:(Z.appName||"OpacaCMS").charAt(0).toUpperCase()},void 0,!1,void 0,this):Z.appName||"OpacaCMS"},void 0,!1,void 0,this),i("nav",{className:"opaca-nav",children:[i(k0,{href:"/admin",className:`opaca-nav-item ${q==="/admin"?"active":""}`,title:"Dashboard",children:[i(P9,{size:16},void 0,!1,void 0,this),i("span",{className:"opaca-nav-label",children:"Dashboard"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),(()=>{let z=Z.collections.filter(($)=>{if($.hidden)return!1;if(typeof $.admin==="object"){if($.admin.hidden||$.admin.disableAdmin)return!1}if($.admin===!1)return!1;return!0}).sort(($,P)=>$.admin===P.admin?0:$.admin?-1:1),K=z.filter(($)=>!$.slug.startsWith("_")),B=z.filter(($)=>$.slug.startsWith("_")),F=($)=>{let P=$.slug.startsWith("_")?$.slug.replace(/^_/,""):$.slug,O=`/admin/collections/${P}`,A=$.label||$.slug.replace(/^_+/,"").replace(/_/g," ").replace(/\b\w/g,(y)=>y.toUpperCase()),T=$.slug==="_opaca_assets",w=$.icon&&$.icon in C9?C9[$.icon]:T?p1:Y5;return i(k0,{href:O,className:`opaca-nav-item ${q.includes(`/admin/collections/${P}`)?"active":""}`,title:A,children:[i(w,{size:16},void 0,!1,void 0,this),i("span",{className:"opaca-nav-label",children:A},void 0,!1,void 0,this),$.admin&&!G&&i("div",{style:{width:"4px",height:"4px",borderRadius:"50%",backgroundColor:"var(--opaca-accent)",marginLeft:"auto",opacity:0.8},title:"Universal Collection"},void 0,!1,void 0,this)]},$.slug,!0,void 0,this)};return i(SD,{className:"opaca-nav-scroll",style:{flex:1},children:[K.length>0&&i(kE,{title:"Collections",isCollapsed:G,children:K.map(F)},void 0,!1,void 0,this),K.length>0&&B.length>0&&i("div",{style:{margin:"0.75rem 0.75rem"},children:i(Kj,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),B.length>0&&i(kE,{title:"System Collections",isCollapsed:G,children:B.map(F)},void 0,!1,void 0,this),Z.globals&&Z.globals.length>0&&i(kE,{title:"Globals",isCollapsed:G,children:Z.globals.map(($)=>{let P=`/admin/globals/${$.slug}`,O=$.label||$.slug.charAt(0).toUpperCase()+$.slug.slice(1),A=$.icon&&$.icon in C9?C9[$.icon]:I2;return i(k0,{href:P,className:`opaca-nav-item ${q===P?"active":""}`,title:O,children:[i(A,{size:16},void 0,!1,void 0,this),i("span",{className:"opaca-nav-label",children:O},void 0,!1,void 0,this)]},$.slug,!0,void 0,this)})},void 0,!1,void 0,this),W.length>0&&i(kE,{title:"Plugins",isCollapsed:G,children:W.map(($)=>{let P=$.icon&&$.icon in C9?C9[$.icon]:null,O=typeof $.icon==="string"&&$.icon.length<=2;return i(k0,{href:$.path,className:`opaca-nav-item ${q===$.path?"active":""}`,title:$.label,children:[P?i(P,{size:16},void 0,!1,void 0,this):O?i("span",{style:{fontSize:"16px",width:"16px",textAlign:"center"},children:$.icon},void 0,!1,void 0,this):i(I2,{size:16},void 0,!1,void 0,this),i("span",{className:"opaca-nav-label",children:$.label},void 0,!1,void 0,this)]},$.path,!0,void 0,this)})},void 0,!1,void 0,this)]},void 0,!0,void 0,this)})()]},void 0,!0,void 0,this),i("div",{className:"opaca-nav-footer",children:[Q&&i("div",{className:"opaca-user-profile",style:{padding:"0.75rem",borderBottom:"1px solid var(--opaca-border)",marginBottom:"0.5rem",display:"flex",alignItems:"center",gap:"0.75rem",justifyContent:G?"center":"flex-start"},title:`${Q.name} (${Q.email})`,children:[Q.image?i("img",{src:Q.image,alt:Q.name,style:{width:"32px",height:"32px",borderRadius:"50%",objectFit:"cover"}},void 0,!1,void 0,this):i("div",{style:{width:"32px",height:"32px",minWidth:"32px",borderRadius:"50%",background:"var(--opaca-accent)",color:"white",display:"flex",alignItems:"center",justifyContent:"center",fontSize:"0.75rem",fontWeight:"600"},children:Q.name.charAt(0).toUpperCase()},void 0,!1,void 0,this),!G&&i("div",{style:{overflow:"hidden"},children:[i("div",{style:{fontSize:"0.8125rem",fontWeight:"500",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:Q.name},void 0,!1,void 0,this),i("div",{style:{fontSize:"0.6875rem",color:"var(--opaca-text-dim)",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:Q.email},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),i(k0,{href:"/admin/settings",className:`opaca-nav-item ${q==="/admin/settings"?"active":""}`,title:"Settings",children:[i($5,{size:16},void 0,!1,void 0,this),i("span",{className:"opaca-nav-label",children:"Settings"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),i("button",{type:"button",onClick:X,className:"opaca-nav-item",title:"Logout",style:{width:"100%",background:"none",border:"none",cursor:"pointer",textAlign:"left",fontFamily:"inherit",fontSize:"inherit",color:"var(--opaca-error)"},children:[i(O9,{size:16},void 0,!1,void 0,this),i("span",{className:"opaca-nav-label",children:"Logout"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),i("main",{className:"opaca-content",children:i("div",{className:"opaca-content-inner",children:J},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import sz1 from"react";import{jsxDEV as F3}from"react/jsx-dev-runtime";function Fj({items:J}){return F3("nav",{"aria-label":"Breadcrumb",style:{display:"flex",alignItems:"center",gap:"0.5rem",marginBottom:"1.5rem",fontSize:"0.8125rem",color:"var(--opaca-text-dim)"},children:[F3(k0,{href:"/admin",style:{display:"flex",alignItems:"center",color:"inherit",textDecoration:"none",transition:"color var(--opaca-transition)"},children:F3(j2,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this),J.map((Z,Q)=>F3(sz1.Fragment,{children:[F3(B0,{size:12,style:{opacity:0.5}},void 0,!1,void 0,this),Z.href?F3(k0,{href:Z.href,style:{color:"inherit",textDecoration:"none",transition:"color var(--opaca-transition)"},children:Z.label},void 0,!1,void 0,this):F3("span",{style:{color:"var(--opaca-text)",fontWeight:"500"},children:Z.label},void 0,!1,void 0,this)]},Z.label||Q,!0,void 0,this))]},void 0,!0,void 0,this)}import{useEffect as rz1,useState as az1}from"react";import{jsxDEV as P3}from"react/jsx-dev-runtime";function cz1({id:J,message:Z,type:Q,onClear:X}){let[G,W]=az1(!1);rz1(()=>{let z=setTimeout(()=>{W(!0),setTimeout(()=>X(J),200)},4000);return()=>clearTimeout(z)},[J,X]);let H=Q==="success"?h2:Q==="error"?f2:g2,q=Q==="success"?"var(--opaca-success)":Q==="error"?"var(--opaca-error)":"var(--opaca-accent)";return P3("div",{className:`opaca-toast opaca-toast-${Q} ${G?"exit":""}`,children:[P3(H,{size:18,style:{color:q}},void 0,!1,void 0,this),P3("span",{className:"opaca-toast-message",children:Z},void 0,!1,void 0,this),P3("button",{type:"button",onClick:()=>{W(!0),setTimeout(()=>X(J),200)},style:{background:"none",border:"none",padding:"4px",marginLeft:"auto",cursor:"pointer",color:"var(--opaca-text-dim)",display:"flex",alignItems:"center",justifyContent:"center"},children:P3(F0,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function Pj({toasts:J,onClear:Z}){if(J.length===0)return null;return P3("div",{className:"opaca-toast-container",children:J.map((Q)=>P3(cz1,{...Q,onClear:Z},Q.id,!1,void 0,this))},void 0,!1,void 0,this)}import{useEffect as T_,useMemo as Uv,useState as KE}from"react";function f9(J){if(!J)return"";try{let Z=JSON.parse(J);if(!Z.root||!Z.root.children)return"";return Aj(Z.root.children)}catch(Z){if(typeof J==="string"&&!J.startsWith("{"))return J;return""}}function Aj(J){let Z="";for(let Q of J){if(Q.text)Z+=Q.text;else if(Q.children)Z+=Aj(Q.children);if(Q.type==="paragraph"||Q.type==="heading"||Q.type==="listitem")Z+=" "}return Z.trim()}o2();o2();var Oj=()=>({emit(J,...Z){for(let Q=this.events[J]||[],X=0,G=Q.length;X<G;X++)Q[X](...Z)},events:{},on(J,Z){return(this.events[J]||=[]).push(Z),()=>{this.events[J]=this.events[J]?.filter((Q)=>Z!==Q)}}});function tz1({retryCount:J}){return~~((Math.random()+0.5)*(1<<(J<8?J:8)))*2000}var nz1=([J,Z,Q])=>{let X=({cache:w=new Map,fetcher:y,...V}={})=>{let b=Oj(),D=!0;Z(()=>{D=J(),D&&b.emit(q)}),Q(()=>b.emit(z));let C=new Map,R=new Map,k=new Map,S={},x=(E)=>{let p=w.get(E);if(!p)return[];return(p.expires||0)>P()?[p.data,p.error]:[]},N=async([E,p],t,n)=>{if(!D)return;let t1=(Q0)=>{if(t.key===E)t.set(Q0),b.emit(F,E,Q0,!0)},d1=(Q0)=>{t1({...Q0===void 0?{}:{data:Q0},...A,promise:k.get(E)})},{dedupeTime:u1=4000,cacheLifetime:K0=1/0,fetcher:E2,onErrorRetry:M0=tz1}={...n,...S};if(K0<u1)K0=u1;let s0=P();if(k.has(E)){if(!t.value.loading)d1(x(E)[0]);return}let n1,v0,N1=w.get(E);if(N1?.data!==void 0||N1?.error){if([n1,v0]=x(E),(N1.created||0)+u1>s0){if(t.value.data!=n1||t.value.error!=v0)t1({...T,data:n1,error:v0});return}}let r0=ov();try{clearTimeout(R.get(E));let Q0=E2(...p);k.set(E,Q0),d1(n1);let N0=await Q0;w.set(E,{data:N0,created:P(),expires:P()+K0}),t1({data:N0,...T})}catch(Q0){n.onError?.(Q0);let N0=(w.get(E)?.retryCount||0)+1;if(w.set(E,{error:Q0,created:P(),expires:P()+K0,retryCount:N0}),M0){let H3=M0({error:Q0,key:E,retryCount:N0});if(H3)R.set(E,setTimeout(()=>{g(E),w.set(E,{retryCount:N0})},H3))}t1({data:t.value.data,error:Q0,...T})}finally{r0(),k.delete(E)}},s=(E,{fetcher:p=y,...t}={})=>{if(!p)throw Error("You need to set up either global fetcher of fetcher in createFetcherStore");let n=yE({...T}),t1={...V,...t,fetcher:p};n._=O,n.invalidate=()=>{let{key:N1}=n;if(N1)g(N1)},n.revalidate=()=>{let{key:N1}=n;if(N1)_(N1)},n.mutate=(N1)=>{let{key:r0}=n;if(r0)c(r0,N1)},n.fetch=async()=>{let N1,r0=new Promise((N0)=>N1=N0),Q0=n.listen(({error:N0,data:H3})=>{if(N0!==void 0)N1({error:N0});if(H3!==void 0)N1({data:H3})});return r0.finally(Q0)};let d1,u1,K0,E2,M0,s0=[];Zx(n,()=>{let N1=!d1;[M0,d1]=W(E),E2=M0.subscribe((QJ)=>{if(QJ){let[Q9,IR]=QJ;n.key=Q9,N([Q9,IR],n,t1),u1=Q9,K0=IR}else n.key=u1=K0=void 0,n.set({...T})});let r0=M0.get();if(r0){if([u1,K0]=r0,N1)n1()}let{revalidateInterval:Q0=0,revalidateOnFocus:N0,revalidateOnReconnect:H3}=t1,av=()=>{if(u1)N([u1,K0],n,t1)};if(Q0>0)C.set(E,setInterval(av,Q0));if(N0)s0.push(b.on(q,av));if(H3)s0.push(b.on(z,av));let SI=(QJ)=>{if(u1&&$(u1,QJ))N([u1,K0],n,t1)};s0.push(b.on(K,SI),b.on(B,SI),b.on(F,(QJ,Q9,IR)=>{if(u1&&$(u1,QJ)&&n.value!==Q9&&n.value.data!==Q9)n.set(IR?Q9:{data:Q9,...T})}))});let n1=()=>{if(u1&&K0)N([u1,K0],n,t1)},v0=n.listen;return n.listen=(N1)=>{let r0=v0(N1);return N1(n.value),n1(),r0},uR(n,()=>{n.value={...T},d1?.(),s0.forEach((N1)=>N1()),s0=[],E2?.(),clearInterval(C.get(E))}),n},m=(E,p)=>{for(let t of w.keys())if($(t,E))p(t)},g=(E)=>{m(E,(p)=>{w.delete(p)}),b.emit(K,E)},_=(E)=>{m(E,(p)=>{let t=w.get(p);if(t)w.set(p,{...t,created:-1/0})}),b.emit(B,E)},c=(E,p)=>{m(E,(t)=>{if(p===void 0)w.delete(t);else w.set(t,{data:p,created:P(),expires:P()+(V.cacheLifetime??8000)})}),b.emit(F,E,p)};function Q1(E,p){let{throttleCalls:t,onError:n}=p??{throttleCalls:!0,onError:V?.onError},t1=async(u1)=>{if(t&&d1.value?.loading)return;let K0=S.fetcher??E,E2=[],M0=[],s0=(n1,v0)=>{if(d1.lc)d1.setKey(n1,v0)};try{d1.set({error:void 0,data:void 0,mutate:t1,...A});let n1=await K0({data:u1,invalidate:(v0)=>{E2.push(v0)},revalidate:(v0)=>{M0.push(v0)},getCacheUpdater:(v0,N1=!0)=>[(r0)=>{if(c(v0,r0),N1)M0.push(v0)},w.get(v0)?.data]});return s0("data",n1),n1}catch(n1){n?.(n1),s0("error",n1),d1.setKey("error",n1)}finally{s0("loading",!1),E2.forEach(g),M0.forEach(_)}},d1=yE({mutate:t1,...T});return uR(d1,()=>d1.set({mutate:t1,...T})),d1.mutate=t1,d1}return[s,Q1,{__unsafeOverruleSettings:(E)=>{console.warn("You should only use __unsafeOverruleSettings in test environment"),S=E},invalidateKeys:g,revalidateKeys:_,mutateCache:c}]};function G(w){return typeof w==="string"||typeof w==="number"||w===!0}let W=(w)=>{if(G(w))return[T1([""+w,[w]]),()=>{}];let y=[],V=T1(null),b=new Map,D=()=>{if(y.some((k)=>k===null||k===void 0||k===!1))V.set(null);else V.set([y.join(""),y])};for(let k=0;k<w.length;k++){let S=w[k];if(G(S))y.push(S);else y.push(null),b.set(S,k)}let C=[...b.keys()],R=Qx(C,(...k)=>{for(let S=0;S<k.length;S++){let x=C[S],N=b.get(x);y[N]=x._===O?x.value&&"data"in x.value?x.key:null:k[S]}D()});return D(),[V,R.subscribe(H)]};function H(){}let q=1,z=2,K=3,B=4,F=5,$=(w,y)=>{if(Array.isArray(y))return y.includes(w);else if(typeof y==="function")return y(w);else return w===y},P=()=>new Date().getTime(),O=Symbol(),A={loading:!0},T={loading:!1};return X},Tj=(J,Z)=>{if(!(typeof window>"u"))addEventListener(J,Z)},iz1=[()=>!document.hidden,(J)=>Tj("visibilitychange",J),(J)=>Tj("online",J)],wj=nz1(iz1);var[I9,xE,{invalidateKeys:KC2,revalidateKeys:BC2,mutateCache:$C2}]=wj({fetcher:(...J)=>{let Z=J.join("");return J1.get(Z).json()}});var hE=T1(null),oz1=W9(hE,(J)=>{if(!J)return null;let Z=new URLSearchParams;if(J.page)Z.set("page",J.page.toString());if(J.limit)Z.set("limit",J.limit.toString());if(J.sort)Z.set("sort",J.sort);if(J.filter)for(let[X,G]of Object.entries(J.filter))if(typeof G==="object"&&G!==null)for(let[W,H]of Object.entries(G))Z.set(`${X}[${W}]`,String(H));else Z.set(`${X}[equals]`,String(G));if(J.search&&J.searchField)Z.set(`${J.searchField}[like]`,`%${J.search}%`);else if(J.search)Z.set("search",J.search);if(J.populate)Z.set("populate",J.populate);let Q=Z.toString();return`api/${J.slug}${Q?`?${Q}`:""}`}),yj=I9([oz1]),ez1=T1(null),JK1=W9(ez1,(J)=>{if(!J)return null;return`api/${J.slug}/${J.id}`}),TC2=I9([JK1]),wC2=xE(async({data:J,revalidate:Z})=>{let{slug:Q,id:X,body:G}=J,W=X==="create"?"post":"patch",H=`api/${Q}${X==="create"?"":`/${X}`}`,q=await J1[W](H,{json:G}).json();return Z(`api/${Q}`),Z(`api/${Q}/${X}`),q}),hx=T1(null),ZK1=W9(hx,(J)=>{if(!J)return null;return`api/globals/${J}`}),Vj=I9([ZK1]),Cj=xE(async({data:J,revalidate:Z})=>{let{slug:Q,body:X}=J,G=await J1.patch(`api/globals/${Q}`,{json:X}).json();return Z(`api/globals/${Q}`),G});rR();var j9=b9("opaca-column-visibility",{},{encode:JSON.stringify,decode:JSON.parse});function bj(J,Z){let Q=j9.get(),X=Q[J]||[],G=X.includes(Z)?X.filter((W)=>W!==Z):[...X,Z];j9.set({...Q,[J]:G})}function kj(J,Z,Q){let X=j9.get();if(X[J])return;let G=Q&&Q.length>0?Q:Z.filter((W)=>W.name).map((W)=>W.name);j9.set({...X,[J]:G})}A5();import{useEffect as YK1,useRef as QK1,useState as XK1}from"react";import{jsxDEV as L2}from"react/jsx-dev-runtime";var Uj=({slug:J,fields:Z})=>{let[Q,X]=XK1(!1),G=QK1(null),H=Y1(j9)[J]||[],q=Z.filter((z)=>z.name);return YK1(()=>{let z=(K)=>{if(G.current&&!G.current.contains(K.target))X(!1)};return document.addEventListener("mousedown",z),()=>document.removeEventListener("mousedown",z)},[]),L2("div",{className:"opaca-column-toggle",ref:G,style:{position:"relative"},children:[L2("button",{type:"button",onClick:()=>X(!Q),className:"opaca-btn opaca-btn-outline",style:{display:"flex",alignItems:"center",gap:"0.5rem",padding:"0.5rem 0.75rem",fontSize:"0.875rem"},children:[L2(B5,{size:16},void 0,!1,void 0,this),"Columns",L2(J5,{size:14,style:{opacity:0.5,transform:Q?"rotate(180deg)":"none",transition:"transform 0.2s"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Q&&L2("div",{className:"opaca-card shadow-lg",style:{position:"absolute",top:"calc(100% + 0.5rem)",right:0,zIndex:100,minWidth:"200px",padding:"0.5rem",maxHeight:"300px",overflowY:"auto",border:"1px solid var(--opaca-border)",backgroundColor:"var(--opaca-card-bg)",borderRadius:"var(--opaca-radius)"},children:[L2("div",{style:{padding:"0.5rem",fontSize:"0.75rem",fontWeight:600,color:"var(--opaca-text-dim)",borderBottom:"1px solid var(--opaca-border)",marginBottom:"0.25rem"},children:"Toggle Columns"},void 0,!1,void 0,this),q.map((z)=>{let K=H.includes(z.name);return L2("button",{type:"button",onClick:()=>bj(J,z.name),style:{width:"100%",display:"flex",alignItems:"center",gap:"0.75rem",padding:"0.5rem 0.75rem",fontSize:"0.875rem",textAlign:"left",background:"none",border:"none",color:K?"var(--opaca-text)":"var(--opaca-text-dim)",cursor:"pointer",borderRadius:"calc(var(--opaca-radius) - 4px)",transition:"background 0.2s"},className:"hover-bg",children:[L2("div",{style:{width:"16px",height:"16px",display:"flex",alignItems:"center",justifyContent:"center",border:K?"1px solid var(--opaca-primary)":"1px solid var(--opaca-border)",backgroundColor:K?"var(--opaca-primary)":"transparent",borderRadius:"4px",color:"white"},children:K&&L2(x0,{size:12,strokeWidth:3},void 0,!1,void 0,this)},void 0,!1,void 0,this),L2("span",{style:{flex:1},children:z.label||z.name},void 0,!1,void 0,this)]},z.name,!0,void 0,this)})]},void 0,!0,void 0,this),L2("style",{children:`
|
|
2
3
|
.hover-bg:hover {
|
|
3
4
|
background-color: var(--opaca-panel-bg) !important;
|
|
4
5
|
}
|
|
5
|
-
`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{Edit2 as A6,Save as F6,X as y6,Loader2 as O6,AlertCircle as k6}from"lucide-react";import{useEffect as I6,useState as a0}from"react";import{CodeNode as e8}from"@lexical/code";import{AutoLinkNode as Y6,LinkNode as q6}from"@lexical/link";import{ListItemNode as W6,ListNode as Z6}from"@lexical/list";import{MarkNode as H6}from"@lexical/mark";import{LexicalComposer as X6}from"@lexical/react/LexicalComposer";import{ContentEditable as J6}from"@lexical/react/LexicalContentEditable";import{LexicalErrorBoundary as z6}from"@lexical/react/LexicalErrorBoundary";import{HistoryPlugin as G6}from"@lexical/react/LexicalHistoryPlugin";import{LinkPlugin as Q6}from"@lexical/react/LexicalLinkPlugin";import{ListPlugin as K6}from"@lexical/react/LexicalListPlugin";import{OnChangePlugin as _6}from"@lexical/react/LexicalOnChangePlugin";import{RichTextPlugin as $6}from"@lexical/react/LexicalRichTextPlugin";import{HeadingNode as U6,QuoteNode as L6}from"@lexical/rich-text";import{useMemo as w6,useState as B6}from"react";import{DecoratorNode as g7}from"lexical";import{useLexicalComposerContext as b7}from"@lexical/react/LexicalComposerContext";import{useLexicalNodeSelection as C7}from"@lexical/react/useLexicalNodeSelection";import{$getNodeByKey as z4}from"lexical";import{Trash2 as S7}from"lucide-react";import{useCallback as h7,useEffect as G4,useRef as p7,useState as Q4}from"react";import{jsxDEV as M0,Fragment as v7}from"react/jsx-dev-runtime";function J2({src:Y,altText:q,nodeKey:W,width:Z,height:J}){let[H]=b7(),[G,$]=C7(W),[K,Q]=Q4(!1),U=p7(null),[_,X]=Q4(Z),w=h7(()=>{H.update(()=>{let B=z4(W);if(B)B.remove()})},[H,W]),L=(B)=>{B.preventDefault(),B.stopPropagation(),Q(!0)};return G4(()=>{if(!K)return;let B=(M)=>{if(U.current){let{left:R}=U.current.getBoundingClientRect(),O=Math.max(50,M.clientX-R);X(O)}},y=()=>{if(Q(!1),_!==void 0)H.update(()=>{let M=z4(W);if(M&&typeof M.setWidth==="function")M.setWidth(_)})};return document.addEventListener("mousemove",B),document.addEventListener("mouseup",y),()=>{document.removeEventListener("mousemove",B),document.removeEventListener("mouseup",y)}},[K,_,H,W]),G4(()=>{X(Z)},[Z]),M0("div",{role:"button",tabIndex:-1,className:`editor-image-wrapper ${G?"is-selected":""}`,onClick:(B)=>{B.preventDefault(),B.stopPropagation(),$(!G)},onKeyDown:(B)=>{if(B.key==="Enter"||B.key===" ")B.preventDefault(),$(!G)},style:{display:"inline-block",position:"relative",cursor:"default",lineHeight:0,zIndex:G?10:1},children:[M0("img",{ref:U,src:Y,alt:q,style:{width:_||(Z?`${Z}px`:"auto"),height:J?`${J}px`:"auto",maxWidth:"100%",display:"block"},className:"editor-image-img"},void 0,!1,void 0,this),G&&M0(v7,{children:[M0("button",{type:"button",className:"editor-image-resizer",onMouseDown:L,"aria-label":"Resize image"},void 0,!1,void 0,this),M0("button",{type:"button",className:"editor-image-delete",onClick:(B)=>{B.stopPropagation(),w()},"aria-label":"Delete image",children:M0(S7,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}import{jsxDEV as m7}from"react/jsx-dev-runtime";class x0 extends g7{__src;__altText;__height;__width;static getType(){return"image"}static clone(Y){return new x0(Y.__src,Y.__altText,Y.__height,Y.__width,Y.__key)}constructor(Y,q,W,Z,J){super(J);this.__src=Y,this.__altText=q,this.__height=W,this.__width=Z}exportJSON(){return{altText:this.__altText,height:this.__height,src:this.__src,type:"image",version:1,width:this.__width}}static importJSON(Y){let{altText:q,height:W,width:Z,src:J}=Y;return J0(J,q,W,Z)}createDOM(Y){let q=document.createElement("span");return q.className="editor-image",q}updateDOM(){return!1}setWidth(Y){let q=this.getWritable();q.__width=Y}setHeight(Y){let q=this.getWritable();q.__height=Y}decorate(){return m7(J2,{src:this.__src,altText:this.__altText,nodeKey:this.__key,width:this.__width,height:this.__height},void 0,!1,void 0,this)}}function J0(Y,q,W,Z){return new x0(Y,q,W,Z)}import{$createCodeNode as c7}from"@lexical/code";import{INSERT_ORDERED_LIST_COMMAND as d7,INSERT_UNORDERED_LIST_COMMAND as n7}from"@lexical/list";import{useLexicalComposerContext as o7}from"@lexical/react/LexicalComposerContext";import{LexicalTypeaheadMenuPlugin as a7,MenuOption as l7,useBasicTypeaheadTriggerMatch as i7}from"@lexical/react/LexicalTypeaheadMenuPlugin";import{$createHeadingNode as P1,$createQuoteNode as t7}from"@lexical/rich-text";import{$setBlocksType as y0}from"@lexical/selection";import{$getSelection as r0,$insertNodes as s7,$isRangeSelection as c0}from"lexical";import{Code as e7,Heading1 as Y8,Heading2 as q8,Image as W8,List as Z8,ListOrdered as H8,Quote as X8,Type as J8}from"lucide-react";import{useCallback as z8,useMemo as G8,useState as R4}from"react";import*as P4 from"react-dom";import{useStore as D0}from"@nanostores/react";import{ChevronRight as f7,File as $4,FileText as U4,FolderPlus as u7,Image as L4,Loader2 as w4,Upload as E7,X as j7}from"lucide-react";import V7,{useMemo as x7,useRef as D7,useState as B4}from"react";import{persistentAtom as z2}from"@nanostores/persistent";import{atom as G2}from"nanostores";var N0=z2("opaca-media-view-mode","grid"),A0=z2("opaca-media-selected-bucket","all"),w1=z2("opaca-bucket-colors",{},{encode:JSON.stringify,decode:JSON.parse}),z0=G2(""),B1=G2(""),G0=G2(1),F0=o5(["api/__system/assets",A0,z0,B1,G0],{fetcher:(Y,q,W,Z,J)=>{let H=new URLSearchParams({bucket:String(q),folder:String(W),search:String(Z),page:String(J),limit:"20"});return j.get(`${Y}?${H.toString()}`).json()}}),R1=(Y)=>{A0.set(Y),z0.set(""),G0.set(1)},h5=(Y)=>{z0.set(Y),G0.set(1)},K4=(Y)=>{B1.set(Y),G0.set(1)},Q2=(Y)=>{G0.set(Y)},_4=(Y,q)=>{let W=w1.get();w1.set({...W,[Y]:q})};import{jsxDEV as h,Fragment as r7}from"react/jsx-dev-runtime";var l5=({onSelect:Y,onClose:q,allowedmime_types:W,maxFileSize:Z,bucket:J="default"})=>{let{data:H,loading:G}=D0(F0),$=D0(A0),K=D0(z0),Q=D0(N0),U=D0(N5),[_,X]=B4(!1),[w,L]=B4(!1),B=D7(null),y=x7(()=>{return Object.keys(U?.storages||{})},[U?.storages]),M=H?.docs||[],R=H?.folders||[],O=async(F)=>{if(W&&!W.includes(F.type)){alert(`Invalid file type. Allowed: ${W.join(", ")}`);return}if(Z&&F.size>Z){alert(`File too large. Max size: ${Z/1024/1024}MB`);return}X(!0);let E=new FormData;E.append("file",F);try{let T=$==="all"?"default":$,A=await j.post(`api/__system/assets/upload?bucket=${T}&folder=${K}`,{body:E,onDownloadProgress:(b)=>{}}).json();X(!1),F0.revalidate(),Y({assetId:A.id,url:A.url||`${w5()}/api/assets/${A.id}/view`,filename:A.filename,mimeType:A.mimeType||A.mime_type||"",filesize:A.filesize})}catch(T){alert(`Upload failed: ${T instanceof Error?T.message:"Unknown error"}`),X(!1)}},m=(F)=>{if(F.preventDefault(),L(!1),F.dataTransfer.files&&F.dataTransfer.files.length>0&&F.dataTransfer.files[0])O(F.dataTransfer.files[0])},p=(F)=>{if(!F)return h($4,{size:40,className:"text-gray-400"},void 0,!1,void 0,this);if(F.startsWith("image/"))return h(L4,{size:40,className:"text-blue-400"},void 0,!1,void 0,this);if(F.startsWith("video/"))return h(U4,{size:40,className:"text-purple-400"},void 0,!1,void 0,this);if(F.includes("pdf"))return h(U4,{size:40,className:"text-red-400"},void 0,!1,void 0,this);return h($4,{size:40,className:"text-gray-400"},void 0,!1,void 0,this)};return h("div",{className:"asset-manager-overlay",children:h("div",{className:"asset-manager-container",children:[h("div",{className:"asset-manager-header",children:[h("div",{children:[h("h2",{children:"Media Library"},void 0,!1,void 0,this),h("div",{className:"asset-manager-breadcrumbs",children:[h("button",{type:"button",onClick:()=>h5(""),children:"Home"},void 0,!1,void 0,this),K.split("/").filter(Boolean).map((F,E,T)=>h(V7.Fragment,{children:[h(f7,{size:14,className:"breadcrumb-separator"},void 0,!1,void 0,this),h("button",{type:"button",onClick:()=>h5(T.slice(0,E+1).join("/")),children:F},void 0,!1,void 0,this)]},F||E,!0,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),h("div",{className:"header-actions",children:[h(V5,{value:$,onValueChange:(F)=>R1(F),children:[h(x5,{className:"bucket-selector",children:h(D5,{placeholder:"Bucket"},void 0,!1,void 0,this)},void 0,!1,void 0,this),h(r5,{children:[h(y5,{value:"all",children:"All Buckets"},void 0,!1,void 0,this),h(L1,{},void 0,!1,void 0,this),h(U1,{children:"Storage"},void 0,!1,void 0,this),y.map((F)=>h(y5,{value:F,children:F.toUpperCase()},F,!1,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),h("button",{type:"button",onClick:q,className:"close-button",children:h(j7,{size:20},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),h("button",{type:"button",onDragOver:(F)=>{F.preventDefault(),L(!0)},onDragLeave:()=>L(!1),onDrop:m,onClick:()=>!_&&B.current?.click(),"aria-label":"Upload file",className:`asset-manager-upload-zone ${w?"is-drag-active":""} ${_?"uploading":""}`,children:[h("input",{type:"file",ref:B,style:{display:"none"},accept:W?.join(","),onChange:(F)=>{if(F.target.files&&F.target.files.length>0&&F.target.files[0])O(F.target.files[0])}},void 0,!1,void 0,this),_?h("div",{className:"uploading-status",children:[h(w4,{className:"opaca-spin",size:24},void 0,!1,void 0,this),h("span",{className:"status-text",children:"Uploading..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this):h(r7,{children:[h(E7,{size:24,className:"upload-icon"},void 0,!1,void 0,this),h("p",{className:"upload-prompt",children:["Drag & drop a file here, or ",h("span",{children:"click to browse"},void 0,!1,void 0,this),"."]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),h("div",{className:"asset-manager-grid-container",children:G?h("div",{className:"loading-assets",children:[h(w4,{className:"opaca-spin",size:32},void 0,!1,void 0,this),h("p",{children:"Loading assets..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this):M.length===0&&R.length===0?h("div",{className:"no-assets",children:[h(L4,{size:48,className:"empty-icon"},void 0,!1,void 0,this),h("p",{children:"No assets found here."},void 0,!1,void 0,this)]},void 0,!0,void 0,this):h("div",{className:`asset-manager-grid mode-${Q}`,children:[R.map((F)=>h("button",{type:"button",className:"asset-manager-card folder-card",onClick:()=>h5(K?`${K}/${F.name}`:F.name),children:[h("div",{className:"asset-thumb",children:h(u7,{size:40,className:"folder-icon"},void 0,!1,void 0,this)},void 0,!1,void 0,this),h("div",{className:"asset-info",children:[h("span",{className:"filename",children:F.name},void 0,!1,void 0,this),h("span",{className:"file-meta",children:"Folder"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},`folder-${F.name}`,!0,void 0,this)),M.map((F)=>h("button",{type:"button",className:"asset-manager-card asset-card",onClick:()=>{let E=w5();Y({assetId:F.id,url:`${E}/api/assets/${F.id}/view`,filename:F.filename,mimeType:F.mimeType||F.mime_type||"",filesize:F.filesize})},children:[h("div",{className:"asset-thumb",children:(()=>{let E=F.mimeType||F.mime_type;return E?.startsWith("image/")?h("img",{src:`${w5()}/api/assets/${F.id}/view`,alt:F.filename},void 0,!1,void 0,this):p(E||"")})()},void 0,!1,void 0,this),h("div",{className:"asset-info",children:[h("span",{className:"filename",title:F.filename,children:F.filename},void 0,!1,void 0,this),h("span",{className:"file-meta",children:[(F.mimeType||F.mime_type||"").split("/")[1]?.toUpperCase()||"FILE"," ","• ",((F.filesize||0)/1024).toFixed(1)," KB"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),h("div",{className:"selection-overlay",children:h("div",{className:"select-badge",children:"Select"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},F.id,!0,void 0,this))]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)};import{jsxDEV as Q5,Fragment as Q8}from"react/jsx-dev-runtime";class p5 extends l7{title;icon;description;onSelect;constructor(Y,q){super(Y);this.title=Y,this.icon=q.icon,this.description=q.description,this.onSelect=q.onSelect}}function T4(){let[Y]=o7(),[q,W]=R4(null),[Z,J]=R4(!1),H=i7("/",{minLength:0}),G=(Q)=>{let U=Q.url||`${w5()}/api/assets/${Q.id||Q.assetId}/view`;Y.update(()=>{let _=J0(U,Q.filename||"Image");s7([_])}),J(!1)},$=G8(()=>{let Q=[new p5("Paragraph",{icon:Q5(J8,{size:18},void 0,!1,void 0,this),description:"Just start typing with plain text.",onSelect:()=>{Y.update(()=>{let U=r0();if(c0(U))y0(U,()=>P1("h1")),y0(U,()=>P1("h1"))})}}),new p5("Heading 1",{icon:Q5(Y8,{size:18},void 0,!1,void 0,this),description:"Large section heading.",onSelect:()=>{Y.update(()=>{let U=r0();if(c0(U))y0(U,()=>P1("h1"))})}}),new p5("Heading 2",{icon:Q5(q8,{size:18},void 0,!1,void 0,this),description:"Medium section heading.",onSelect:()=>{Y.update(()=>{let U=r0();if(c0(U))y0(U,()=>P1("h2"))})}}),new p5("Bullet List",{icon:Q5(Z8,{size:18},void 0,!1,void 0,this),description:"Create a simple bullet list.",onSelect:()=>{Y.dispatchCommand(n7,void 0)}}),new p5("Numbered List",{icon:Q5(H8,{size:18},void 0,!1,void 0,this),description:"Create a list with numbering.",onSelect:()=>{Y.dispatchCommand(d7,void 0)}}),new p5("Quote",{icon:Q5(X8,{size:18},void 0,!1,void 0,this),description:"Capture a quotation.",onSelect:()=>{Y.update(()=>{let U=r0();if(c0(U))y0(U,()=>t7())})}}),new p5("Code Block",{icon:Q5(e7,{size:18},void 0,!1,void 0,this),description:"Write code snippets.",onSelect:()=>{Y.update(()=>{let U=r0();if(c0(U))y0(U,()=>c7())})}}),new p5("Image",{icon:Q5(W8,{size:18},void 0,!1,void 0,this),description:"Insert an image from media library.",onSelect:()=>{J(!0)}})];if(!q)return Q;return Q.filter((U)=>U.title.toLowerCase().includes(q.toLowerCase()))},[Y,q]),K=z8((Q,U,_)=>{Y.update(()=>{if(U)U.remove();Q.onSelect(q||""),_()})},[Y,q]);return Q5(Q8,{children:[Q5(a7,{onQueryChange:W,onSelectOption:K,triggerFn:H,options:$,menuRenderFn:(Q,{selectedIndex:U,selectOptionAndCleanUp:_,setHighlightedIndex:X})=>Q.current&&$.length>0?P4.createPortal(Q5(w0,{className:"opaca-slash-menu",maxHeight:"300px",children:$.map((w,L)=>Q5("button",{className:`opaca-slash-menu-item ${U===L?"is-selected":""}`,onClick:()=>_(w),onMouseEnter:()=>X(L),children:[Q5("div",{className:"opaca-slash-menu-icon",children:w.icon},void 0,!1,void 0,this),Q5("div",{className:"opaca-slash-menu-text",children:[Q5("span",{className:"opaca-slash-menu-title",children:w.title},void 0,!1,void 0,this),Q5("span",{className:"opaca-slash-menu-desc",children:w.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},w.key,!0,void 0,this))},void 0,!1,void 0,this),Q.current):null},void 0,!1,void 0,this),Z&&Q5(l5,{bucket:"default",onClose:()=>J(!1),onSelect:G},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useLexicalComposerContext as K8}from"@lexical/react/LexicalComposerContext";import{useEffect as _8}from"react";function M4({isEditable:Y}){let[q]=K8();return _8(()=>{q.setEditable(Y)},[q,Y]),null}import{TOGGLE_LINK_COMMAND as $8}from"@lexical/link";import{useLexicalComposerContext as U8}from"@lexical/react/LexicalComposerContext";import{$getSelection as L8,$insertNodes as w8,$isRangeSelection as B8,COMMAND_PRIORITY_CRITICAL as R8,FORMAT_TEXT_COMMAND as K2,SELECTION_CHANGE_COMMAND as P8}from"lexical";import{Bold as T8,Image as M8,Italic as N8,LinkIcon as A8,Strikethrough as F8}from"lucide-react";import{useCallback as y8,useEffect as _2,useRef as O8,useState as O0}from"react";import*as N4 from"react-dom";import{jsxDEV as P5,Fragment as k8}from"react/jsx-dev-runtime";function A4(){let[Y,q]=O0(!1),[W]=U8(),[Z,J]=O0(!1),[H,G]=O0(!1),[$,K]=O0(!1),[Q,U]=O0(!1),_=O8(null),[X,w]=O0({top:0,left:0}),L=y8(()=>{let y=L8();if(B8(y)){J(y.hasFormat("bold")),G(y.hasFormat("italic")),K(y.hasFormat("strikethrough"));let M=window.getSelection(),R=W.getRootElement();if(M!==null&&!M.isCollapsed&&R!==null&&R.contains(M.anchorNode)){let m=M.getRangeAt(0).getBoundingClientRect();w({top:m.top-45,left:m.left+m.width/2}),U(!0)}else U(!1)}else U(!1)},[W]);_2(()=>{return W.registerUpdateListener(({editorState:y})=>{y.read(()=>{L()})})},[W,L]),_2(()=>{return W.registerCommand(P8,(y)=>{return L(),!1},R8)},[W,L]),_2(()=>{let y=()=>{if(Q)L()};return window.addEventListener("resize",y),window.addEventListener("scroll",y),()=>{window.removeEventListener("resize",y),window.removeEventListener("scroll",y)}},[Q,L]);let B=(y)=>{let M=y.url||`${w5()}/api/assets/${y.id||y.assetId}/view`;W.update(()=>{let R=J0(M,y.filename||"Image");w8([R])}),q(!1)};if(!Q&&!Y)return null;return P5(k8,{children:[Q&&N4.createPortal(P5("div",{ref:_,className:"opaca-lexical-bubble-menu",style:{position:"fixed",top:X.top-(typeof window<"u"?window.scrollY:0),left:X.left,transform:"translateX(-50%)",zIndex:1000,pointerEvents:"auto"},children:[P5("button",{type:"button",onClick:()=>{W.dispatchCommand(K2,"bold")},className:`opaca-lexical-btn ${Z?"is-active":""}`,children:P5(T8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),P5("button",{type:"button",onClick:()=>{W.dispatchCommand(K2,"italic")},className:`opaca-lexical-btn ${H?"is-active":""}`,children:P5(N8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),P5("button",{type:"button",onClick:()=>{W.dispatchCommand(K2,"strikethrough")},className:`opaca-lexical-btn ${$?"is-active":""}`,children:P5(F8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),P5("button",{type:"button",onClick:()=>{W.dispatchCommand($8,"https://")},className:"opaca-lexical-btn",children:P5(A8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),P5("button",{type:"button",onClick:()=>q(!0),className:"opaca-lexical-btn",children:P5(M8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),document.body),Y&&P5(l5,{bucket:"default",onClose:()=>q(!1),onSelect:B},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{$createCodeNode as I8}from"@lexical/code";import{TOGGLE_LINK_COMMAND as b8}from"@lexical/link";import{INSERT_ORDERED_LIST_COMMAND as C8,INSERT_UNORDERED_LIST_COMMAND as S8}from"@lexical/list";import{useLexicalComposerContext as h8}from"@lexical/react/LexicalComposerContext";import{$createHeadingNode as F4,$createQuoteNode as p8,$isHeadingNode as v8}from"@lexical/rich-text";import{$setBlocksType as T1}from"@lexical/selection";import{$getSelection as d0,$insertNodes as g8,$isRangeSelection as n0,COMMAND_PRIORITY_CRITICAL as m8,FORMAT_TEXT_COMMAND as $2,SELECTION_CHANGE_COMMAND as f8}from"lexical";import{Bold as u8,Code as E8,Heading1 as j8,Heading2 as V8,Image as x8,Italic as D8,Link as r8,List as c8,ListOrdered as d8,Quote as n8,Strikethrough as o8}from"lucide-react";import{useCallback as y4,useEffect as a8,useState as o0}from"react";import{jsxDEV as W5,Fragment as l8}from"react/jsx-dev-runtime";function O4(){let[Y,q]=o0(!1),[W]=h8(),[Z,J]=o0(!1),[H,G]=o0(!1),[$,K]=o0(!1),[Q,U]=o0("paragraph"),_=y4(()=>{let R=d0();if(n0(R)){J(R.hasFormat("bold")),G(R.hasFormat("italic")),K(R.hasFormat("strikethrough"));let O=R.anchor.getNode(),m=O.getKey()==="root"?O:O.getTopLevelElementOrThrow(),p=m.getKey();if(W.getElementByKey(p)!==null)if(v8(m)){let E=m.getTag();U(E)}else{let E=m.getType();U(E)}}},[W]);a8(()=>{return W.registerCommand(f8,(R)=>{return _(),!1},m8)},[W,_]);let X=(R)=>{if(Q!==R)W.update(()=>{let O=d0();if(n0(O))T1(O,()=>F4(R))});else W.update(()=>{let O=d0();if(n0(O))T1(O,()=>F4("h1"))})},w=()=>{if(Q!=="quote")W.update(()=>{let R=d0();if(n0(R))T1(R,()=>p8())})},L=()=>{if(Q!=="code")W.update(()=>{let R=d0();if(n0(R))T1(R,()=>I8())})},B=(R)=>{if(R==="bullet")W.dispatchCommand(S8,void 0);else W.dispatchCommand(C8,void 0)},y=y4(()=>{W.dispatchCommand(b8,"https://")},[W]);return W5(l8,{children:[W5("div",{className:"opaca-lexical-toolbar",children:[W5("button",{type:"button",onClick:()=>{W.dispatchCommand($2,"bold")},className:`opaca-lexical-btn ${Z?"is-active":""}`,children:W5(u8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),W5("button",{type:"button",onClick:()=>{W.dispatchCommand($2,"italic")},className:`opaca-lexical-btn ${H?"is-active":""}`,children:W5(D8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),W5("button",{type:"button",onClick:()=>{W.dispatchCommand($2,"strikethrough")},className:`opaca-lexical-btn ${$?"is-active":""}`,children:W5(o8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),W5("div",{className:"opaca-lexical-divider"},void 0,!1,void 0,this),W5("button",{type:"button",onClick:()=>X("h1"),className:`opaca-lexical-btn ${Q==="h1"?"is-active":""}`,children:W5(j8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),W5("button",{type:"button",onClick:()=>X("h2"),className:`opaca-lexical-btn ${Q==="h2"?"is-active":""}`,children:W5(V8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),W5("button",{type:"button",onClick:()=>B("bullet"),className:`opaca-lexical-btn ${Q==="ul"?"is-active":""}`,children:W5(c8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),W5("button",{type:"button",onClick:()=>B("number"),className:`opaca-lexical-btn ${Q==="ol"?"is-active":""}`,children:W5(d8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),W5("button",{type:"button",onClick:w,className:`opaca-lexical-btn ${Q==="quote"?"is-active":""}`,children:W5(n8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),W5("button",{type:"button",onClick:L,className:`opaca-lexical-btn ${Q==="code"?"is-active":""}`,children:W5(E8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),W5("div",{className:"opaca-lexical-divider"},void 0,!1,void 0,this),W5("button",{type:"button",onClick:y,className:"opaca-lexical-btn",children:W5(r8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),W5("button",{type:"button",onClick:()=>q(!0),className:"opaca-lexical-btn",children:W5(x8,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Y&&W5(l5,{bucket:"default",onClose:()=>q(!1),onSelect:(R)=>{let O=R.url||`${w5()}/api/assets/${R.id||R.assetId}/view`;W.update(()=>{let m=J0(O,R.filename||"Image");g8([m])}),q(!1)}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useLexicalComposerContext as i8}from"@lexical/react/LexicalComposerContext";import{useEffect as t8,useRef as s8}from"react";function k4({value:Y}){let[q]=i8(),W=s8(!0);return t8(()=>{if(W.current){W.current=!1;return}if(U2(Y)){if(JSON.stringify(q.getEditorState().toJSON())!==Y)try{let H=q.parseEditorState(Y);q.setEditorState(H)}catch(H){console.error("Failed to parse editor state in ValueSyncPlugin:",H)}}},[q,Y]),null}import{jsxDEV as J5}from"react/jsx-dev-runtime";var R6={ltr:"ltr",rtl:"rtl",placeholder:"editor-placeholder",paragraph:"editor-paragraph",quote:"editor-quote",heading:{h1:"editor-heading-h1",h2:"editor-heading-h2",h3:"editor-heading-h3",h4:"editor-heading-h4",h5:"editor-heading-h5",h6:"editor-heading-h6"},list:{nested:{listitem:"editor-nested-listitem"},ol:"editor-list-ol",ul:"editor-list-ul",listitem:"editor-listitem",listitemChecked:"editor-listitem-checked",listitemUnchecked:"editor-listitem-unchecked"},image:"editor-image",link:"editor-link",text:{bold:"editor-text-bold",italic:"editor-text-italic",overflowed:"editor-text-overflowed",hashtag:"editor-text-hashtag",underline:"editor-text-underline",strikethrough:"editor-text-strikethrough",underlineStrikethrough:"editor-text-underlineStrikethrough",code:"editor-text-code"},code:"editor-code",codeHighlight:{atrule:"editor-tokenAttr",attr:"editor-tokenAttr",boolean:"editor-tokenProperty",builtin:"editor-tokenSelector",cdata:"editor-tokenComment",char:"editor-tokenSelector",class:"editor-tokenFunction","class-name":"editor-tokenFunction",comment:"editor-tokenComment",constant:"editor-tokenProperty",deleted:"editor-tokenProperty",doctype:"editor-tokenComment",entity:"editor-tokenOperator",function:"editor-tokenFunction",important:"editor-tokenVariable",inserted:"editor-tokenSelector",keyword:"editor-tokenAttr",namespace:"editor-tokenVariable",number:"editor-tokenProperty",operator:"editor-tokenOperator",prolog:"editor-tokenComment",property:"editor-tokenProperty",punctuation:"editor-tokenPunctuation",regex:"editor-tokenVariable",selector:"editor-tokenSelector",string:"editor-tokenSelector",symbol:"editor-tokenProperty",tag:"editor-tokenProperty",url:"editor-tokenOperator",variable:"editor-tokenVariable"}};function P6(){return J5("div",{className:"opaca-lexical-placeholder",children:'Press "/" for commands, or start typing...'},void 0,!1,void 0,this)}var U2=(Y)=>{if(!Y)return;let q;if(typeof Y==="string")q=Y.trim();else try{q=JSON.stringify(Y)}catch{return}if(q.startsWith("{")&&q.includes('"root"'))return q;return};function M1({value:Y,onChange:q,defaultMode:W="simple",disabled:Z,readOnly:J}){let[H,G]=B6(W),$=!Z&&!J,K=w6(()=>({namespace:"OpacaLexical",theme:R6,editable:$,nodes:[U6,Z6,W6,L6,e8,q6,Y6,H6,x0],onError:(U)=>{console.error(U)},editorState:U2(Y)}),[$]),Q=(U)=>{let _=JSON.stringify(U.toJSON());q(_)};return J5("div",{className:"opaca-lexical-wrapper",children:[$&&J5("div",{className:"opaca-lexical-modes",children:[J5("button",{type:"button",className:`opaca-btn ${H==="simple"?"opaca-btn-primary":"opaca-btn-outline"}`,onClick:()=>G("simple"),children:"Simple"},void 0,!1,void 0,this),J5("button",{type:"button",className:`opaca-btn ${H==="notion"?"opaca-btn-primary":"opaca-btn-outline"}`,onClick:()=>G("notion"),children:"Notion-like"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),J5("div",{className:`opaca-lexical-container mode-${H} ${!$?"is-readonly":""}`,children:J5(X6,{initialConfig:K,children:[H==="simple"&&$&&J5(O4,{},void 0,!1,void 0,this),H==="notion"&&$&&J5(A4,{},void 0,!1,void 0,this),J5("div",{className:"opaca-lexical-editor-inner",children:[J5($6,{contentEditable:J5(J6,{className:"opaca-lexical-content"},void 0,!1,void 0,this),placeholder:J5(P6,{},void 0,!1,void 0,this),ErrorBoundary:z6},void 0,!1,void 0,this),J5(_6,{onChange:Q,ignoreSelectionChange:!0},void 0,!1,void 0,this),J5(k4,{value:Y},void 0,!1,void 0,this),J5(M4,{isEditable:$},void 0,!1,void 0,this),J5(G6,{},void 0,!1,void 0,this),J5(K6,{},void 0,!1,void 0,this),J5(Q6,{},void 0,!1,void 0,this),J5(T4,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{jsxDEV as o}from"react/jsx-dev-runtime";var T6=(Y)=>{let q=new Date,W=Math.floor((Y.getTime()-q.getTime())/1000),Z=new Intl.RelativeTimeFormat("en",{numeric:"auto"});if(Math.abs(W)<60)return Z.format(W,"second");let J=Math.floor(W/60);if(Math.abs(J)<60)return Z.format(J,"minute");let H=Math.floor(J/60);if(Math.abs(H)<24)return Z.format(H,"hour");let G=Math.floor(H/24);if(Math.abs(G)<30)return Z.format(G,"day");let $=Math.floor(G/30);if(Math.abs($)<12)return Z.format($,"month");return Z.format(Math.floor(G/365),"year")},M6=(Y)=>{if(typeof Y!=="string"||Y.length<10)return!1;return/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}/.test(Y)||/^\d{4}-\d{2}-\d{2}$/.test(Y)&&!Number.isNaN(Date.parse(Y))},N6=(Y)=>{if(typeof Y!=="string")return!1;return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(Y)||Y.length>20&&/^[a-zA-Z0-9_-]{20,}$/.test(Y)},N1=({data:Y,depth:q=0,isEditing:W,onChange:Z})=>{if(Y===null||Y===void 0)return o("span",{className:"opaca-text-muted",children:"None"},void 0,!1,void 0,this);if(Array.isArray(Y)){if(Y.length===0)return o("span",{className:"opaca-text-muted italic",children:"Empty"},void 0,!1,void 0,this);return o("div",{className:"opaca-detail-list",children:Y.map((H,G)=>{let $=Y[G];return o("div",{className:"opaca-detail-item-card",children:[$?.blockType&&o("div",{className:"opaca-detail-item-header",children:[o("span",{className:"opaca-badge",style:{background:"var(--opaca-primary)",color:"white"},children:$.blockType},void 0,!1,void 0,this),o("span",{style:{marginLeft:"auto",opacity:0.5},children:["#",G+1]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),o("div",{className:"opaca-detail-item-content",children:typeof $==="object"&&$!==null?o(N1,{data:$,depth:q+1,isEditing:W,onChange:(K)=>{let Q=[...Y];Q[G]=K,Z?.(Q)}},void 0,!1,void 0,this):W?o(C5,{value:String($),onChange:(K)=>{let Q=[...Y];Q[G]=K.target.value,Z?.(Q)}},void 0,!1,void 0,this):o("span",{className:"opaca-detail-value",children:String($)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},$?.id||String(G),!0,void 0,this)})},void 0,!1,void 0,this)}let J=(H)=>{if(!H)return!1;if(typeof H==="object")return H!==null&&"root"in H;if(typeof H==="string"){let G=H.trim();if(!G.startsWith("{"))return!1;try{let $=JSON.parse(G);return $&&typeof $==="object"&&"root"in $}catch{return!1}}return!1};if(J(Y)&&q===0){if(W){let G=typeof Y==="object"?JSON.stringify(Y):Y;return o("div",{className:"opaca-detail-richtext-preview",children:o(M1,{value:G,onChange:($)=>{try{Z?.(JSON.parse($))}catch(K){Z?.($)}},readOnly:!1},void 0,!1,void 0,this)},void 0,!1,void 0,this)}let H=n5(typeof Y==="string"?Y:JSON.stringify(Y));return o("div",{className:"opaca-detail-value italic text-muted",children:H.length>150?`${H.slice(0,150)}...`:H||"(Empty RichText)"},void 0,!1,void 0,this)}if(typeof Y==="object"&&Y!==null){let H=Object.keys(Y).filter(($)=>$!=="blockType"&&$!=="id"&&$!=="_order"&&!$.startsWith("_"));if(H.length===0)return o("span",{className:"opaca-text-muted italic",children:"Empty Object"},void 0,!1,void 0,this);let G=Y.id;return o("div",{className:g("opaca-detail-grid",q>0&&"nested"),children:[G&&q===0&&o("div",{className:"opaca-detail-row",children:[o("span",{className:"opaca-detail-label",children:"ID"},void 0,!1,void 0,this),o("div",{className:"opaca-detail-value-container",children:o("span",{className:"opaca-detail-value monospace",children:G},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),H.map(($)=>{let K=Y[$],Q=$.replace(/([A-Z])/g," $1").replace(/^./,(U)=>U.toUpperCase());return o("div",{className:"opaca-detail-row",children:[o("span",{className:"opaca-detail-label",children:Q},void 0,!1,void 0,this),o("div",{className:"opaca-detail-value-container",children:J(K)?o("div",{className:"opaca-detail-value italic text-muted",children:(()=>{let U=n5(typeof K==="string"?K:JSON.stringify(K));return U.length>80?`${U.slice(0,80)}...`:U||"(Empty RichText)"})()},void 0,!1,void 0,this):typeof K==="object"&&K!==null?o(N1,{data:K,depth:q+1,isEditing:W,onChange:(U)=>{Z?.({...Y,[$]:U})}},void 0,!1,void 0,this):W?o(C5,{value:K===!0?"true":K===!1?"false":String(K??""),onChange:(U)=>{let _=U.target.value;if(_==="true")_=!0;if(_==="false")_=!1;Z?.({...Y,[$]:_})}},void 0,!1,void 0,this):o("div",{className:"opaca-detail-value",children:(()=>{if(typeof K==="boolean"||typeof K==="number"&&(K===0||K===1)&&/active|enabled|status|hidden|public|featured|verified|draft/i.test($)){let U=typeof K==="boolean"?K:K===1;return o("span",{className:g("boolean",U?"true":"false"),children:U?"Yes":"No"},void 0,!1,void 0,this)}if(typeof K==="string"){if(M6(K)){let U=new Date(K);if(!Number.isNaN(U.getTime()))return o("div",{className:"date",children:[o("span",{className:"absolute",children:U.toLocaleString(void 0,{dateStyle:"full",timeStyle:"short"})},void 0,!1,void 0,this),o("span",{className:"relative",children:T6(U)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}if(N6(K)||$.toLowerCase().includes("id"))return o("span",{className:"monospace",children:K},void 0,!1,void 0,this);if($.toLowerCase().includes("email")&&K.includes("@"))return o("span",{style:{color:"var(--opaca-primary)",textDecoration:"underline"},children:K},void 0,!1,void 0,this)}return String(K??"-")})()},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},$,!0,void 0,this)})]},void 0,!0,void 0,this)}return o("span",{className:"opaca-detail-value",children:String(Y)},void 0,!1,void 0,this)};import{useStore as b6}from"@nanostores/react";import{jsxDEV as Y5,Fragment as C6}from"react/jsx-dev-runtime";var A1=({open:Y,onOpenChange:q,title:W,description:Z,data:J,relationTo:H,id:G,onSave:$,field:K})=>{let[Q,U]=a0(!1),[_,X]=a0(J),[w,L]=a0(!1),[B,y]=a0(null),R=b6(N5)?.i18n,[O,m]=a0(R?.defaultLocale||"default");I6(()=>{if(!Y){U(!1);return}if(H&&G&&!J)L(!0),y(null),j.get(`api/${H}/${G}`).json().then((F)=>{X(F),L(!1)}).catch((F)=>{console.error("Failed to fetch details:",F),y("Failed to load details."),L(!1)});else X(J),L(!1),y(null);if(U(!1),R)m(R.defaultLocale)},[Y,H,G,J,R]);let p=()=>{if($)$(_);U(!1)};return Y5(c5,{open:Y,onOpenChange:q,children:Y5(d5,{onClose:()=>q(!1),className:"opaca-data-detail-sheet",children:Y5("div",{style:{display:"flex",flexDirection:"column",height:"100%"},children:[Y5(B0,{className:"opaca-sheet-header",children:Y5("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"},children:[Y5("div",{style:{display:"flex",flexDirection:"column",gap:"4px"},children:[Y5(R0,{className:"opaca-sheet-title",children:typeof W==="string"?W:String(W||"Details")},void 0,!1,void 0,this),(Z||G)&&Y5(P0,{className:"opaca-sheet-description",children:Z||(G?`ID: ${G}`:"")},void 0,!1,void 0,this)]},void 0,!0,void 0,this),$&&Y5("div",{style:{display:"flex",gap:"0.5rem",alignItems:"center"},children:[R&&R.locales.length>1&&Y5("div",{style:{display:"flex",borderRight:"1px solid var(--opaca-border)",paddingRight:"0.5rem",marginRight:"0.5rem",gap:"0.25rem"},children:R.locales.map((F)=>Y5(e,{variant:O===F?"default":"outline",size:"sm",onClick:()=>m(F),style:{height:"32px",fontSize:"12px"},children:F.toUpperCase()},F,!1,void 0,this))},void 0,!1,void 0,this),!Q?Y5(e,{variant:"outline",size:"sm",onClick:()=>U(!0),style:{height:"32px",gap:"4px"},children:[Y5(A6,{size:14},void 0,!1,void 0,this),"Edit"]},void 0,!0,void 0,this):Y5(C6,{children:[Y5(e,{variant:"ghost",size:"sm",onClick:()=>{X(J||_),U(!1)},style:{height:"32px",gap:"4px"},children:[Y5(y6,{size:14},void 0,!1,void 0,this),"Cancel"]},void 0,!0,void 0,this),Y5(e,{variant:"default",size:"sm",onClick:p,style:{height:"32px",gap:"4px"},children:[Y5(F6,{size:14},void 0,!1,void 0,this),"Save"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),Y5("div",{style:{flex:1,minHeight:0,marginTop:"1.5rem"},children:w?Y5("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",height:"100%",gap:"1rem"},children:[Y5(O6,{className:"opaca-spin",size:24},void 0,!1,void 0,this),Y5("span",{className:"opaca-text-muted",children:"Loading details..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this):B?Y5("div",{style:{padding:"3rem",textAlign:"center",color:"var(--opaca-error)"},children:[Y5(k6,{size:32,style:{margin:"0 auto 1rem"}},void 0,!1,void 0,this),Y5("p",{style:{fontWeight:500},children:B},void 0,!1,void 0,this),Y5(e,{variant:"outline",size:"sm",onClick:()=>q(!1),style:{marginTop:"1rem"},children:"Close"},void 0,!1,void 0,this)]},void 0,!0,void 0,this):Y5(w0,{style:{height:"100%"},children:Y5("div",{style:{paddingRight:"1rem",paddingBottom:"2rem"},children:Y5(N1,{data:_,isEditing:Q,onChange:X,label:K},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)};import i5 from"react";import{jsxDEV as v5}from"react/jsx-dev-runtime";var L2=i5.forwardRef(({className:Y,...q},W)=>v5("div",{className:"opaca-table-wrapper",children:v5("table",{ref:W,className:`opaca-new-table ${Y||""}`,...q},void 0,!1,void 0,this)},void 0,!1,void 0,this));L2.displayName="Table";var w2=i5.forwardRef(({className:Y,...q},W)=>v5("thead",{ref:W,className:`opaca-table-header ${Y||""}`,...q},void 0,!1,void 0,this));w2.displayName="TableHeader";var B2=i5.forwardRef(({className:Y,...q},W)=>v5("tbody",{ref:W,className:`opaca-table-body ${Y||""}`,...q},void 0,!1,void 0,this));B2.displayName="TableBody";var S6=i5.forwardRef(({className:Y,...q},W)=>v5("tfoot",{ref:W,className:`opaca-table-footer ${Y||""}`,...q},void 0,!1,void 0,this));S6.displayName="TableFooter";var F1=i5.forwardRef(({className:Y,...q},W)=>v5("tr",{ref:W,className:`opaca-table-row ${Y||""}`,...q},void 0,!1,void 0,this));F1.displayName="TableRow";var l0=i5.forwardRef(({className:Y,...q},W)=>v5("th",{ref:W,className:`opaca-table-head ${Y||""}`,...q},void 0,!1,void 0,this));l0.displayName="TableHead";var i0=i5.forwardRef(({className:Y,...q},W)=>v5("td",{ref:W,className:`opaca-table-cell ${Y||""}`,...q},void 0,!1,void 0,this));i0.displayName="TableCell";var h6=i5.forwardRef(({className:Y,...q},W)=>v5("caption",{ref:W,className:`opaca-table-caption ${Y||""}`,...q},void 0,!1,void 0,this));h6.displayName="TableCaption";import{useEffect as p6,useState as v6}from"react";function I4(Y,q){let[W,Z]=v6(Y);return p6(()=>{let J=setTimeout(()=>Z(Y),q||500);return()=>{clearTimeout(J)}},[Y,q]),W}import{jsxDEV as k,Fragment as r6}from"react/jsx-dev-runtime";function h4(Y,q=!1){if(!Y)return"-";let W=new Date(Y);if(Number.isNaN(W.getTime()))return String(Y);return q?W.toLocaleString():W.toLocaleDateString()}function p4({collection:Y}){let[q,W]=k0(1),[Z,J]=k0(10),[H,G]=k0(""),[$,K]=k0(""),[Q,U]=k0(null),[_,X]=k0({open:!1,title:"",data:null}),w=I4($,400),L=b4(a5),B=y1(()=>Y.fields.filter((A)=>A.name),[Y.fields]);S4(()=>{let A=typeof Y.admin==="object"?Y.admin?.defaultColumns:void 0;X4(Y.slug,B,A)},[Y.slug,B,typeof Y.admin==="object"?Y.admin?.defaultColumns:void 0]);let y=y1(()=>{let A=L[Y.slug];return A?B.filter((b)=>A.includes(b.name)):B},[L,Y.slug,B]);S4(()=>{let b=(typeof Y.admin==="object"&&Y.admin!==null?Y.admin.useAsTitle:void 0)||B.find((f)=>f.name==="title"||f.name==="name"||f.name==="slug")?.name||"id",S=Y.fields.filter((f)=>f.type==="relationship"&&f.displayField).map((f)=>f.name).join(",");V0.set({slug:Y.apiPath||Y.slug,page:q,limit:Z,sort:H,search:w,searchField:b,filter:Q!==null&&typeof Y.admin==="object"?Y.admin?.views?.[Q]?.filter:void 0,populate:S||void 0})},[Y.slug,Y.apiPath,Y.admin,B,q,Z,H,w,Q]);let{data:M,loading:R}=b4(q4),O=(A)=>{if(H===A)G(`-${A}`);else if(H===`-${A}`)G("");else G(A);W(1)},m=async(A)=>{if(!_.field||!_.docId)return;try{let b={[_.field]:A};await j.patch(`api/${Y.apiPath||Y.slug}/${_.docId}`,{json:b}).json();let S=V0.get();if(S)V0.set({...S,slug:S.slug});l("Document updated successfully","success"),X({..._,open:!1})}catch(b){console.error(b),l("Failed to update document","error")}},p=(A)=>{if(H===A)return k(g6,{size:14,style:{marginLeft:"4px",opacity:0.7}},void 0,!1,void 0,this);if(H===`-${A}`)return k(m6,{size:14,style:{marginLeft:"4px",opacity:0.7}},void 0,!1,void 0,this);return null},F=M?.docs||[],E=y1(()=>{if(typeof Y.timestamps==="object"&&Y.timestamps?.createdAt)return Y.timestamps.createdAt;return"createdAt"},[Y.timestamps]),T=y1(()=>{return Y.slug.startsWith("_")?Y.slug.replace(/^_/,""):Y.slug},[Y.slug]);return k("div",{className:`opaca-view-container ${R?"loading":""}`,children:[k("div",{className:"opaca-header",children:[k("div",{children:[k("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[k("h1",{className:"opaca-title",children:Y.label||(Y.slug.startsWith("_")?Y.slug.replace(/^_+/,"").replace(/_/g," ").replace(/\b\w/g,(A)=>A.toUpperCase()):Y.slug.charAt(0).toUpperCase()+Y.slug.slice(1))},void 0,!1,void 0,this),M&&k("span",{className:"opaca-badge",children:[M.totalDocs," ",M.totalDocs===1?"document":"documents"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),k("p",{className:"opaca-subtitle",children:["Manage your ",Y.slug," entries."]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),k("div",{style:{display:"flex",gap:"0.75rem",alignItems:"center"},children:[k("div",{style:{position:"relative",width:"240px"},children:[k(D6,{size:16,style:{position:"absolute",left:"10px",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-muted)"}},void 0,!1,void 0,this),k("input",{type:"text",className:"opaca-input",placeholder:"Search documents...",value:$,onChange:(A)=>{K(A.target.value),W(1)},style:{paddingLeft:"36px"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this),k(J4,{slug:Y.slug,fields:B},void 0,!1,void 0,this),k(K5,{href:`/admin/collections/${T}/create`,className:"opaca-btn opaca-btn-primary",style:{textDecoration:"none"},children:[k(C4,{size:18},void 0,!1,void 0,this),"Create New"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),typeof Y.admin==="object"&&Y.admin?.views&&Y.admin.views.length>0&&k("div",{style:{display:"flex",gap:"0.5rem",marginBottom:"1.25rem",overflowX:"auto",paddingBottom:"0.5rem"},children:[k("button",{type:"button",className:`opaca-btn ${Q===null?"opaca-btn-primary":"opaca-btn-outline"}`,onClick:()=>{U(null),W(1)},style:{padding:"0.4rem 1rem",fontSize:"0.875rem"},children:"All"},void 0,!1,void 0,this),Y.admin.views.map((A,b)=>k("button",{type:"button",className:`opaca-btn ${Q===b?"opaca-btn-primary":"opaca-btn-outline"}`,onClick:()=>{U(b),W(1)},style:{padding:"0.4rem 1rem",fontSize:"0.875rem"},children:A.name},A.name,!1,void 0,this))]},void 0,!0,void 0,this),k("div",{className:"opaca-table-container",children:[R&&k("div",{className:"opaca-loading-overlay",children:k(V6,{size:24,className:"opaca-spin"},void 0,!1,void 0,this)},void 0,!1,void 0,this),k(A1,{open:_.open,onOpenChange:(A)=>X({..._,open:A}),title:_.title,data:_.data,onSave:m,field:_.field},void 0,!1,void 0,this),F.length>0?k(r6,{children:[k(L2,{children:[k(w2,{children:k(F1,{children:[y.map((A)=>k(l0,{onClick:()=>O(A.name),style:{cursor:"pointer",userSelect:"none"},children:k("div",{style:{display:"flex",alignItems:"center"},children:[A.label||A.name,p(A.name)]},void 0,!0,void 0,this)},A.name,!1,void 0,this)),Y.timestamps&&k(l0,{onClick:()=>O("createdAt"),style:{cursor:"pointer",userSelect:"none"},children:k("div",{style:{display:"flex",alignItems:"center"},children:["Created At",p("createdAt")]},void 0,!0,void 0,this)},void 0,!1,void 0,this),k(l0,{style:{width:"50px"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),k(B2,{children:F.map((A)=>k(F1,{children:[y.map((b)=>{let S=A[b.name];return k(i0,{className:["richtext","json","group","relationship"].includes(b.type)?"opaca-cell-interactive":"",onClick:(f)=>{if(!["richtext","json","group","relationship"].includes(b.type))return;f.stopPropagation(),X({open:!0,title:b.label||b.name||"Details",data:S,field:b.name,docId:A.id})},children:b.type==="boolean"?S?k("span",{className:"opaca-badge",style:{color:"var(--opaca-success)"},children:"Yes"},void 0,!1,void 0,this):k("span",{className:"opaca-badge",style:{color:"var(--opaca-text-dim)"},children:"No"},void 0,!1,void 0,this):Y.slug==="_opaca_assets"&&b.name==="filename"?k("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[k("div",{style:{width:"32px",height:"32px",borderRadius:"6px",background:"var(--opaca-surface)",overflow:"hidden",display:"flex",alignItems:"center",justifyContent:"center",border:"1px solid var(--opaca-border)"},children:(()=>{return String(A.mimeType||A.mime_type).startsWith("image/")?k("img",{src:`${w5()}/api/${Y.apiPath||Y.slug}/${A.id}/view`,style:{width:"100%",height:"100%",objectFit:"cover"},alt:""},void 0,!1,void 0,this):k(x6,{size:14,style:{opacity:0.5}},void 0,!1,void 0,this)})()},void 0,!1,void 0,this),k("span",{style:{fontWeight:500},children:String(S??"-")},void 0,!1,void 0,this)]},void 0,!0,void 0,this):b.type==="blocks"&&Array.isArray(S)?k("button",{type:"button",onClick:(f)=>{f.stopPropagation(),X({open:!0,title:b.label||b.name||"Blocks",data:S,field:b.name,docId:A.id})},className:"opaca-badge opaca-badge-interactive",style:{color:"var(--opaca-text-dim)"},children:[S.length," block",S.length!==1?"s":""]},void 0,!0,void 0,this):b.type==="relationship"?k("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem"},children:[(()=>{let f=Array.isArray(S)?S[0]:S;if(f&&typeof f==="object"&&f.filename)return k("div",{style:{width:"24px",height:"24px",borderRadius:"4px",overflow:"hidden",border:"1px solid var(--opaca-border)",flexShrink:0},children:k("img",{src:`${w5()}/api/_opaca_assets/${f.id}/view`,style:{width:"100%",height:"100%",objectFit:"cover"},alt:""},void 0,!1,void 0,this)},void 0,!1,void 0,this);return null})(),(()=>{let f=Array.isArray(S)?S[0]:S,C=f?.id||(typeof f==="string"?f:"");return k(K5,{href:`/admin/collections/${b.relationTo?.startsWith("_")?b.relationTo.replace(/^_/,""):b.relationTo||""}/${C}`,className:"opaca-relationship-chip opaca-relationship-interactive",style:{textDecoration:"none"},children:[k("div",{className:"opaca-relationship-dot"},void 0,!1,void 0,this),k("span",{className:"opaca-relationship-value",children:b.hasMany&&Array.isArray(S)?`${S.length} item${S.length!==1?"s":""}`:typeof f==="object"&&f!==null?f[b.displayField||"id"]||f.name||f.title||f.id||"[Object]":String(S??"-")},void 0,!1,void 0,this)]},void 0,!0,void 0,this)})()]},void 0,!0,void 0,this):b.type==="group"&&typeof S==="object"&&S!==null?k("span",{className:"opaca-badge",style:{background:"rgba(255, 255, 255, 0.05)",border:"1px solid var(--opaca-border)",color:"var(--opaca-text-dim)"},children:`{ ${Object.keys(S).length} keys }`},void 0,!1,void 0,this):b.type==="json"&&typeof S==="object"&&S!==null?k("span",{style:{color:"var(--opaca-text-dim)",fontFamily:"monospace",fontSize:"0.85em"},children:[JSON.stringify(S).slice(0,30),JSON.stringify(S).length>30?"...":""]},void 0,!0,void 0,this):b.type==="date"?k("span",{style:{color:"var(--opaca-text)",opacity:0.9},children:h4(S)},void 0,!1,void 0,this):typeof S==="object"&&S!==null?k("span",{className:"opaca-badge",style:{background:"rgba(255, 255, 255, 0.05)",border:"1px solid var(--opaca-border)",color:"var(--opaca-text-dim)"},children:"[Object]"},void 0,!1,void 0,this):k("span",{style:{color:"var(--opaca-text)",opacity:0.9},children:b.type==="richtext"?n5(S).slice(0,30)+(n5(S).length>30?"...":""):typeof S==="string"&&S.length>30?`${S.slice(0,30)}...`:String(S??"-")},void 0,!1,void 0,this)},b.name,!1,void 0,this)}),Y.timestamps&&k(i0,{style:{color:"var(--opaca-text-muted)",fontSize:"12px"},children:h4(A[E],!0)},void 0,!1,void 0,this),k(i0,{children:k(K5,{href:`/admin/collections/${T}/${A.id}`,className:"opaca-btn opaca-btn-outline",style:{padding:"0.4rem"},title:"Edit Document",children:k(E6,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},A.id,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M&&k("div",{className:"opaca-pagination",style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginTop:"1rem"},children:[k("div",{className:"opaca-pagination-info",style:{color:"var(--opaca-text-muted)",fontSize:"0.875rem"},children:["Showing ",(M.page-1)*M.limit+1," to"," ",Math.min(M.page*M.limit,M.totalDocs)," of ",M.totalDocs," documents"]},void 0,!0,void 0,this),k("div",{style:{display:"flex",alignItems:"center",gap:"1.5rem"},children:[k("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem"},children:[k("span",{style:{fontSize:"0.875rem",color:"var(--opaca-text-muted)"},children:"Rows per page:"},void 0,!1,void 0,this),k("select",{value:Z,onChange:(A)=>{J(Number(A.target.value)),W(1)},className:"opaca-input",style:{padding:"0.25rem 0.5rem",height:"auto",width:"auto"},children:[k("option",{value:"10",children:"10"},void 0,!1,void 0,this),k("option",{value:"25",children:"25"},void 0,!1,void 0,this),k("option",{value:"50",children:"50"},void 0,!1,void 0,this),k("option",{value:"100",children:"100"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),k("div",{className:"opaca-pagination-actions",style:{display:"flex",gap:"0.5rem"},children:[k("button",{type:"button",className:"opaca-btn opaca-btn-outline",disabled:!M.hasPrevPage||R,onClick:()=>W(q-1),style:{padding:"0.4rem"},children:k(f6,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),k("button",{type:"button",className:"opaca-btn opaca-btn-outline",disabled:!M.hasNextPage||R,onClick:()=>W(q+1),style:{padding:"0.4rem"},children:k(u6,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this):!R?k("div",{className:"opaca-empty",children:[k("div",{className:"opaca-empty-icon",children:k(j6,{size:32},void 0,!1,void 0,this)},void 0,!1,void 0,this),k("h3",{style:{fontSize:"1.125rem",fontWeight:"600"},children:"No documents found"},void 0,!1,void 0,this),k("p",{className:"opaca-subtitle",style:{maxWidth:"300px"},children:"This collection is currently empty. Start by creating your first document."},void 0,!1,void 0,this),k(K5,{href:`/admin/collections/${T}/create`,className:"opaca-btn opaca-btn-primary",style:{textDecoration:"none",marginTop:"0.5rem"},children:[k(C4,{size:18},void 0,!1,void 0,this),"Create First ",Y.label||Y.slug]},void 0,!0,void 0,this)]},void 0,!0,void 0,this):k("div",{style:{height:"200px"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}import{Activity as c6,ArrowUpRight as d6,Database as n6}from"lucide-react";import{jsxDEV as d}from"react/jsx-dev-runtime";function v4({config:Y,user:q}){let W=Y.collections.filter((Z)=>!Z.slug.startsWith("_"));return d("div",{children:[d("div",{className:"opaca-header",style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"2rem"},children:[d("div",{children:[d("h1",{className:"opaca-title",style:{marginBottom:"0.25rem"},children:Y.appName||"OpacaCMS"},void 0,!1,void 0,this),d("p",{className:"opaca-subtitle",children:"Overview of your content management system"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),q&&d("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",padding:"0.625rem 1rem",background:"rgba(255, 255, 255, 0.03)",borderRadius:"12px",border:"1px solid rgba(255, 255, 255, 0.08)",backdropFilter:"blur(10px)",boxShadow:"0 4px 12px rgba(0, 0, 0, 0.1)"},children:[d("div",{style:{width:"36px",height:"36px",borderRadius:"10px",background:"linear-gradient(135deg, var(--opaca-accent) 0%, #a78bfa 100%)",color:"white",display:"flex",alignItems:"center",justifyContent:"center",fontSize:"0.875rem",fontWeight:"600",boxShadow:"0 2px 8px rgba(124, 58, 237, 0.3)"},children:q.name.charAt(0).toUpperCase()},void 0,!1,void 0,this),d("div",{style:{lineHeight:"1.3"},children:[d("div",{style:{fontSize:"0.875rem",fontWeight:"600",color:"var(--opaca-text)"},children:q.name},void 0,!1,void 0,this),d("div",{style:{fontSize:"0.75rem",color:"var(--opaca-text-dim)"},children:q.email},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),d("div",{className:"opaca-grid",style:{marginBottom:"2.5rem"},children:[d("div",{className:"opaca-card",children:[d("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"0.75rem"},children:[d("div",{style:{padding:"0.5rem",background:"var(--opaca-primary-glow)",color:"var(--opaca-accent)",borderRadius:"var(--opaca-radius)"},children:d(n6,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this),d("div",{children:[d("div",{style:{fontSize:"1.25rem",fontWeight:"600",lineHeight:"1.2"},children:W.length},void 0,!1,void 0,this),d("div",{style:{fontSize:"0.6875rem",color:"var(--opaca-text-dim)",textTransform:"uppercase",letterSpacing:"0.05em"},children:"Collections"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),d("p",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:"Schema defined by Drizzle and synced automatically."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),d("div",{className:"opaca-card",children:[d("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"0.75rem"},children:[d("div",{style:{padding:"0.5rem",background:"rgba(52, 211, 153, 0.1)",color:"var(--opaca-success)",borderRadius:"var(--opaca-radius)"},children:d(c6,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this),d("div",{children:[d("div",{style:{fontSize:"1.25rem",fontWeight:"600",lineHeight:"1.2"},children:"Online"},void 0,!1,void 0,this),d("div",{style:{fontSize:"0.6875rem",color:"var(--opaca-text-dim)",textTransform:"uppercase",letterSpacing:"0.05em"},children:"API Status"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),d("p",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:["Hono-powered API on ",Y.serverURL||"localhost","."]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),d("div",{style:{fontSize:"0.6875rem",fontWeight:"500",color:"var(--opaca-text-dim)",textTransform:"uppercase",letterSpacing:"0.05em",marginBottom:"0.75rem"},children:"Collections"},void 0,!1,void 0,this),d("div",{className:"opaca-grid",children:W.filter((Z)=>!Z.hidden).sort((Z,J)=>Z.admin===J.admin?0:Z.admin?-1:1).map((Z)=>{let J=Z.label||Z.slug.replace(/^_+/,"").replace(/_/g," ").replace(/\b\w/g,(H)=>H.toUpperCase());return d(K5,{href:`/admin/collections/${Z.slug}`,className:"opaca-card",style:{textDecoration:"none",color:"inherit",cursor:"pointer"},children:[d("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"0.25rem"},children:[d("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem"},children:[d("span",{style:{fontWeight:"500",fontSize:"0.875rem"},children:J},void 0,!1,void 0,this),Z.admin&&d("div",{style:{width:"5px",height:"5px",borderRadius:"50%",backgroundColor:"var(--opaca-accent)",opacity:0.8,boxShadow:"0 0 5px var(--opaca-accent)"},title:Z.slug==="_opaca_assets"?"System Assets Registry":"Universal Collection"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),d(d6,{size:14,color:"var(--opaca-text-dim)"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),d("div",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:[Z.fields.length," fields"]},void 0,!0,void 0,this)]},Z.slug,!0,void 0,this)})},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useStore as P2}from"@nanostores/react";import{useForm as Tq}from"@tanstack/react-form";import{AlertCircle as Mq,ArrowLeft as JY,Loader2 as T2,Save as zY,Trash2 as Nq,History as Aq}from"lucide-react";import{useEffect as Fq,useMemo as GY,useState as QY}from"react";F5();import Xq,{useEffect as Jq,useRef as zq}from"react";import{Plus as o6,Trash2 as a6}from"lucide-react";var O5=(Y)=>Y.charAt(0).toUpperCase()+Y.slice(1);import{jsxDEV as M5}from"react/jsx-dev-runtime";var g4=({name:Y,label:q,fields:W=[],value:Z=[],onChange:J,disabled:H,readOnly:G,renderField:$})=>{let K=()=>{let X=Array.isArray(Z)?Z:[],w={};W.forEach((L)=>{if(L.name)if(L.defaultValue!==void 0)w[L.name]=L.defaultValue;else if(L.type==="boolean")w[L.name]=!1;else if(L.type==="number")w[L.name]=0;else if(L.type==="relationship"&&L.hasMany)w[L.name]=[];else if(L.type==="blocks")w[L.name]=[];else if(L.type==="array")w[L.name]=[];else w[L.name]=""}),J([...X,w])},Q=(X)=>{let L=[...Array.isArray(Z)?Z:[]];L.splice(X,1),J(L)},U=(X,w,L)=>{let y=[...Array.isArray(Z)?Z:[]];y[X]={...y[X],[w]:L},J(y)},_=(X,w)=>{let B=[...Array.isArray(Z)?Z:[]];B[X]=w,J(B)};return M5("div",{className:"opaca-array-field",children:[M5("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"0.75rem"},children:M5("label",{htmlFor:Y,className:"opaca-label",style:{marginBottom:0},children:q||O5(Y)},void 0,!1,void 0,this)},void 0,!1,void 0,this),M5("div",{style:{display:"flex",flexDirection:"column",gap:"1rem"},children:[(Array.isArray(Z)?Z:[]).map((X,w)=>M5("div",{style:{border:"1px solid var(--opaca-border)",borderRadius:"var(--opaca-radius-lg)",backgroundColor:"rgba(255, 255, 255, 0.02)",padding:"1rem",position:"relative"},children:[M5("div",{style:{display:"flex",justifyContent:"flex-end",marginBottom:"0.5rem"},children:!H&&!G&&M5(e,{type:"button",variant:"ghost",size:"icon",onClick:()=>Q(w),style:{color:"var(--opaca-text-dim)",height:"24px",width:"24px"},children:M5(a6,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),M5("div",{style:{display:"flex",flexDirection:"column",gap:"1rem"},children:W.map((L,B)=>M5("div",{className:"array-field-item",children:$(L,L.name?X[L.name]:X,(y)=>{if(L.name)U(w,L.name,y);else _(w,y)})},L.name||B,!1,void 0,this))},void 0,!1,void 0,this)]},X||w,!0,void 0,this)),!H&&!G&&M5(e,{type:"button",variant:"outline",size:"sm",onClick:K,style:{display:"flex",alignItems:"center",gap:"6px",fontSize:"0.75rem",width:"fit-content"},children:[M5(o6,{size:12},void 0,!1,void 0,this),"Add Item"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)};import{Plus as l6,Trash2 as i6}from"lucide-react";import{jsxDEV as L5}from"react/jsx-dev-runtime";var m4=({name:Y,label:q,blocks:W,value:Z=[],onChange:J,disabled:H,readOnly:G,renderField:$})=>{let K=(_)=>{let X=Array.isArray(Z)?Z:[],w=W.find((B)=>B.slug===_),L={blockType:_};if(w)w.fields.forEach((B)=>{if(B.name)if(B.defaultValue!==void 0)L[B.name]=B.defaultValue;else if(B.type==="boolean")L[B.name]=!1;else if(B.type==="number")L[B.name]=0;else if(B.type==="relationship"&&B.hasMany)L[B.name]=[];else if(B.type==="blocks")L[B.name]=[];else L[B.name]=""});J([...X,L])},Q=(_)=>{let w=[...Array.isArray(Z)?Z:[]];w.splice(_,1),J(w)},U=(_,X,w)=>{let B=[...Array.isArray(Z)?Z:[]];B[_]={...B[_],[X]:w},J(B)};return L5(x1,{label:q||Y,className:"opaca-blocks-field",children:L5("div",{style:{display:"flex",flexDirection:"column",gap:"24px"},children:[(Array.isArray(Z)?Z:[]).map((_,X)=>{let w=W.find((L)=>L.slug===_.blockType);if(!w)return null;return L5("div",{style:{border:"1px solid var(--opaca-border)",borderRadius:"var(--opaca-radius-lg)",backgroundColor:"rgba(255, 255, 255, 0.02)",padding:"1.25rem",position:"relative",transition:"border-color var(--opaca-transition)"},className:"opaca-block-item",children:[L5("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"1.25rem",borderBottom:"1px solid var(--opaca-border)",paddingBottom:"0.75rem"},children:[L5("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[L5("div",{style:{width:"8px",height:"8px",borderRadius:"50%",backgroundColor:"var(--opaca-primary)"}},void 0,!1,void 0,this),L5("h4",{style:{margin:0,fontSize:"0.8125rem",fontWeight:600,color:"var(--opaca-text)"},children:w.label||O5(w.slug)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),!H&&!G&&L5(e,{type:"button",variant:"ghost",size:"icon",onClick:()=>Q(X),style:{color:"var(--opaca-text-dim)",height:"24px",width:"24px"},children:L5(i6,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),L5("div",{style:{display:"flex",flexDirection:"column",gap:"1.25rem"},children:w.fields.map((L)=>L5("div",{className:"block-field-item",children:$(L,_[L.name],(B)=>U(X,L.name,B))},L.name,!1,void 0,this))},void 0,!1,void 0,this)]},`${_.blockType}-${X}`,!0,void 0,this)}),!H&&!G&&L5("div",{style:{marginTop:"0.5rem",padding:"1.25rem",border:"1px dashed var(--opaca-border)",borderRadius:"var(--opaca-radius-lg)",textAlign:"center"},children:[L5("p",{style:{fontSize:"0.75rem",fontWeight:500,color:"var(--opaca-text-muted)",textTransform:"uppercase",letterSpacing:"0.03em",marginBottom:"1rem"},children:"Add a new block:"},void 0,!1,void 0,this),L5("div",{style:{display:"flex",flexWrap:"wrap",gap:"0.75rem",justifyContent:"center"},children:W.map((_)=>L5(e,{type:"button",variant:"outline",size:"sm",onClick:()=>K(_.slug),style:{display:"flex",alignItems:"center",gap:"6px",fontSize:"0.75rem"},children:[L5(l6,{size:12},void 0,!1,void 0,this),_.label||O5(_.slug)]},_.slug,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)};import{Globe as t6}from"lucide-react";import{jsxDEV as t0}from"react/jsx-dev-runtime";var H5=({name:Y,label:q,required:W,localized:Z,htmlFor:J,suffix:H})=>{return t0("label",{className:"opaca-label",htmlFor:J||`field-${Y}`,children:[t0("span",{style:{display:"inline-flex",alignItems:"center",gap:"0.5rem"},children:[q||O5(Y),H&&H,Z&&t0("span",{title:"Localized Field",style:{display:"inline-flex",alignItems:"center",opacity:0.5,color:"var(--opaca-accent)",marginLeft:"2px"},children:t0(t6,{size:11,strokeWidth:2.5},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),W&&t0("span",{style:{color:"var(--opaca-error)",marginLeft:"4px"},children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as t5}from"react/jsx-dev-runtime";var f4=({name:Y,label:q,value:W,onChange:Z,required:J,localized:H,disabled:G,readOnly:$,error:K,renderType:Q="switch"})=>{let U=G||$;return t5("div",{className:"opaca-form-group",children:[t5(H5,{name:Y,label:q,required:J,localized:H,htmlFor:`field-${Y}`},void 0,!1,void 0,this),t5("label",{className:"opaca-switch",children:[t5("input",{id:`field-${Y}`,type:"checkbox",checked:!!W,disabled:U,onChange:(_)=>Z(_.target.checked)},void 0,!1,void 0,this),t5("div",{className:"opaca-switch-track",children:t5("div",{className:"opaca-switch-thumb"},void 0,!1,void 0,this)},void 0,!1,void 0,this),t5("span",{className:"opaca-switch-label",style:{minWidth:"60px"},children:W?"Enabled":"Disabled"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),K&&t5("span",{className:"opaca-field-error",children:K},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as s0}from"react/jsx-dev-runtime";var u4=({label:Y,fields:q,parentData:W,disabled:Z,readOnly:J,options:H,onChange:G,renderField:$})=>{let K=(_,X)=>{return X.split(".").reduce((w,L)=>w?.[L],_)},Q=(_,X)=>{if(!_.includes("{{"))return K(X,_);return _.replace(/\{\{(.+?)\}\}/g,(w,L)=>{let B=K(X,L.trim());return B!==void 0&&B!==null?String(B):""})},U=H?.useAsTitle?Q(H.useAsTitle,W):void 0;return s0(r1,{defaultOpen:!H?.initiallyCollapsed,className:"opaca-collapsible-field",disabled:Z,children:[s0(c1,{className:"opaca-collapsible-field-trigger",children:U||Y||"Section"},void 0,!1,void 0,this),s0(d1,{children:s0("div",{style:{padding:"0",display:"flex",flexDirection:"column",gap:"1.25rem"},children:(q||[]).map((_,X)=>s0("div",{className:"collapsible-field-item",children:$(_,_.name?W?.[_.name]:void 0,(w)=>_.name&&G(_.name,w))},_.name||`collapsible-item-${X}`,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as O1}from"react/jsx-dev-runtime";var E4=({name:Y,label:q,value:W,onChange:Z,required:J,localized:H,disabled:G,readOnly:$,error:K})=>{let Q=W?new Date(W).toISOString().split("T")[0]:"";return O1("div",{className:"opaca-form-group",children:[O1(H5,{name:Y,label:q,required:J,localized:H,htmlFor:`field-${Y}`},void 0,!1,void 0,this),O1("input",{id:`field-${Y}`,type:"date",className:`opaca-input ${K?"error":""}`,value:Q,readOnly:$,disabled:G,onChange:(U)=>Z(U.target.value),required:J},void 0,!1,void 0,this),K&&O1("span",{className:"opaca-field-error",children:K},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{useEffect as j4,useState as e0}from"react";import{jsxDEV as D,Fragment as s6}from"react/jsx-dev-runtime";var V4=({name:Y,label:q,value:W,onChange:Z,options:J,disabled:H,readOnly:G,bucket:$="default"})=>{let[K,Q]=e0(!1),[U,_]=e0(null),[X,w]=e0(!1),[L,B]=e0(null),[y,M]=e0(null),R=H||G,O=typeof W==="string"?W:W?.assetId;j4(()=>{if(O&&(!W||typeof W==="string"||!W.filename))w(!0),j.get(`api/assets/${O}`).json().then((T)=>{_(T)}).catch((T)=>{console.error("Failed to fetch asset metadata",T)}).finally(()=>{w(!1)});else if(W&&typeof W==="object"&&W.filename)_(W);else _(null)},[O,W]),j4(()=>{return()=>{if(L?.url)URL.revokeObjectURL(L.url)}},[L]);let m=async(T)=>{if(T.preventDefault(),R)return;let A=T.dataTransfer.files[0];if(!A)return;if(J?.allowedmime_types&&!J.allowedmime_types.includes(A.type)){M(`Invalid file type. Allowed: ${J.allowedmime_types.join(", ")}`);return}if(J?.maxFileSize&&A.size>J.maxFileSize){M(`File too large. Max size: ${J.maxFileSize/1024/1024}MB`);return}let b=URL.createObjectURL(A);B({url:b,file:A,progress:0}),M(null);let S=new FormData;S.append("file",A);try{let f=await j.post(`api/__system/assets/upload?bucket=${$}`,{body:S}).json(),C=f.id||f.assetId;B(null),Z(C)}catch(f){B(null),M(f.message)}},p=()=>{if(R)return;Z(null)},F=(T,A)=>{if(R)return;let b=typeof W==="object"?W.meta||{}:{};Z({assetId:O,meta:{...b,[T]:A}})},E=(T)=>{if(!T)return"";if(T.url)return T.url;return`${w5()}/api/assets/${T.id||T.assetId}/view`};return D("div",{className:`file-field-container ${R?"is-restricted":""}`,onDragOver:(T)=>!R&&T.preventDefault(),onDrop:m,children:[D("div",{className:"file-field-label-row",children:[D("label",{children:q||Y},void 0,!1,void 0,this),y&&D("span",{className:"upload-error",children:y},void 0,!1,void 0,this)]},void 0,!0,void 0,this),L?D("div",{className:"file-field-optimistic-card",children:D("div",{className:"optimistic-info",children:[L.file.type.startsWith("image/")?D("img",{src:L.url,alt:"Uploading..."},void 0,!1,void 0,this):D("div",{className:"file-icon-placeholder",children:D("span",{children:"FILE"},void 0,!1,void 0,this)},void 0,!1,void 0,this),D("div",{className:"optimistic-details",children:[D("span",{className:"filename",children:L.file.name},void 0,!1,void 0,this),D("span",{className:"progress-text",children:"Uploading..."},void 0,!1,void 0,this),D("div",{className:"progress-bar-bg",children:D("div",{className:"progress-bar-fill",style:{width:"50%"}},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this):U?D(s6,{children:[D("div",{className:"file-field-asset-card",children:[D("div",{className:"file-field-asset-info",children:[D("div",{className:"asset-preview",children:(()=>{let T=U.mimeType||U.mime_type;if(T?.startsWith("image/"))return D("img",{src:E(U),alt:U.filename},void 0,!1,void 0,this);return D("div",{className:"file-icon-placeholder",children:D("span",{children:T?.split("/")[1]?.toUpperCase()||"FILE"},void 0,!1,void 0,this)},void 0,!1,void 0,this)})()},void 0,!1,void 0,this),D("div",{className:"asset-details",children:[D("span",{className:"filename",title:U.filename,children:U.filename},void 0,!1,void 0,this),D("span",{className:"filesize",children:U.filesize?`${(U.filesize/1024).toFixed(1)} KB`:"..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),!R&&D("div",{className:"asset-actions",children:[D("button",{type:"button",onClick:()=>Q(!0),className:"replace-button",children:"Replace"},void 0,!1,void 0,this),D("button",{type:"button",onClick:p,className:"remove-button",children:"Remove"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),J?.metaFields&&J.metaFields.length>0&&D("div",{className:"file-field-metadata",children:[D("h4",{children:"Contextual Metadata"},void 0,!1,void 0,this),J.metaFields.map((T)=>D("div",{className:"metadata-field",children:[D("label",{htmlFor:T.name,children:[T.label||T.name," ",T.required&&D("span",{className:"required",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),T.type==="textarea"?D("textarea",{id:T.name,rows:3,value:(W?.meta||{})[T.name]||"",onChange:(A)=>F(T.name,A.target.value),readOnly:G,disabled:H,placeholder:R?"":`Enter ${T.label?.toLowerCase()||T.name}...`},void 0,!1,void 0,this):D("input",{type:T.type==="number"?"number":"text",value:(W?.meta||{})[T.name]||"",onChange:(A)=>F(T.name,T.type==="number"?Number(A.target.value):A.target.value),readOnly:G,disabled:H,placeholder:R?"":`Enter ${T.label?.toLowerCase()||T.name}...`},void 0,!1,void 0,this)]},T.name,!0,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this):X?D("div",{className:"file-field-optimistic-card",children:D("div",{className:"status-text",children:"Loading asset details..."},void 0,!1,void 0,this)},void 0,!1,void 0,this):D("button",{type:"button",onClick:()=>!R&&Q(!0),disabled:R,className:`file-field-empty-button ${R?"disabled":""}`,children:[D("svg",{fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:D("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12"},void 0,!1,void 0,this)},void 0,!1,void 0,this),D("span",{children:R?"No file selected":"Drag a file here or click to select"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),K&&!R&&D(l5,{bucket:$,onClose:()=>Q(!1),onSelect:(T)=>{if(!R)Z(T.assetId),Q(!1)},allowedmime_types:J?.allowedmime_types,maxFileSize:J?.maxFileSize},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as R2}from"react/jsx-dev-runtime";var x4=({name:Y,label:q,fields:W,value:Z,onChange:J,disabled:H,readOnly:G,renderField:$})=>{let K=(Q,U)=>{J({...Z||{},[Q]:U})};return R2(n1,{label:q||Y,className:"opaca-group-field",children:R2("div",{className:"opaca-group-fields-container",style:{display:"flex",flexDirection:"column",gap:"16px"},children:(W||[]).map((Q,U)=>R2("div",{className:"group-field-item",children:$(Q,Q.name?Z?.[Q.name]:void 0,(_)=>Q.name&&K(Q.name,_))},Q.name||`group-item-${U}`,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)};import{jsxDEV as D4}from"react/jsx-dev-runtime";var r4=({name:Y,label:q,collection:W,value:Z,on:J})=>{return D4("div",{className:"opaca-form-group",children:D4(o1,{label:q||Y,collection:W,on:J},void 0,!1,void 0,this)},void 0,!1,void 0,this)};import{jsxDEV as k1}from"react/jsx-dev-runtime";var c4=({name:Y,label:q,value:W,onChange:Z,required:J,localized:H,disabled:G,readOnly:$,placeholder:K,error:Q})=>{return k1("div",{className:"opaca-form-group",children:[k1(H5,{name:Y,label:q,required:J,localized:H,htmlFor:`field-${Y}`},void 0,!1,void 0,this),k1("input",{id:`field-${Y}`,type:"number",className:`opaca-input ${Q?"error":""}`,value:W??"",readOnly:$,disabled:G,onChange:(U)=>Z(U.target.valueAsNumber||0),placeholder:K||`Enter ${q||Y}...`,required:J},void 0,!1,void 0,this),Q&&k1("span",{className:"opaca-field-error",children:Q},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as s5}from"react/jsx-dev-runtime";var d4=({name:Y,label:q,value:W,onChange:Z,choices:J,required:H,localized:G,disabled:$,readOnly:K,error:Q})=>{let U=(J||[]).map((_)=>typeof _==="string"?{label:_,value:_}:_);return s5("div",{className:"opaca-form-group",children:[s5(H5,{name:Y,label:q,required:H,localized:G},void 0,!1,void 0,this),s5(a1,{value:W,onValueChange:Z,disabled:$||K,name:Y,className:"opaca-radio-field-group",children:s5("div",{style:{display:"flex",flexDirection:"column",gap:"8px",padding:"8px 0"},children:U.map((_)=>s5("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[s5(l1,{value:_.value,id:`radio-${Y}-${_.value}`},void 0,!1,void 0,this),s5(j5,{htmlFor:`radio-${Y}-${_.value}`,style:{cursor:$||K?"not-allowed":"pointer"},children:_.label},void 0,!1,void 0,this)]},_.value,!0,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this),Q&&s5("span",{className:"opaca-field-error",children:Q},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{Check as e6,Info as n4,Loader2 as Yq,Search as qq,X as o4,Link as Wq}from"lucide-react";import{useCallback as Zq,useEffect as a4,useState as Y1}from"react";import{jsxDEV as V,Fragment as l4}from"react/jsx-dev-runtime";var i4=({name:Y,label:q,relationTo:W,value:Z,onChange:J,required:H,localized:G,disabled:$,readOnly:K,error:Q,displayField:U,hasMany:_})=>{let[X,w]=Y1(!1),[L,B]=Y1([]),[y,M]=Y1(!1),[R,O]=Y1(""),[m,p]=Y1({open:!1,id:""}),F=Zq(async()=>{M(!0);try{let C=await j.get(`api/${W}`).json(),I=C.docs||C;B(Array.isArray(I)?I:[])}catch(C){console.error("Failed to fetch relation items:",C)}finally{M(!1)}},[W]);a4(()=>{if(X&&L.length===0)F()},[X,L.length,F]),a4(()=>{(async()=>{if(!Z)return;let I=[];if(Array.isArray(Z))for(let v of Z){let n=typeof v==="object"?v.id:v;if(n&&!L.find((t)=>String(t.id)===String(n)))I.push(String(n))}else{let v=typeof Z==="object"?Z.id:Z;if(v&&!L.find((n)=>String(n.id)===String(v)))I.push(String(v))}if(I.length>0)try{let v=I.map((t)=>j.get(`api/${W}/${t}`).json()),n=await Promise.all(v);B((t)=>{let s=[...t];for(let N of n){let x=N.doc||N;if(x?.id&&!s.find((z5)=>String(z5.id)===String(x.id)))s.push(x)}return s})}catch(v){console.error("Failed to resolve relationship labels:",v)}})()},[Z,W]);let E=(C)=>{if(_||Array.isArray(Z)){let I=Array.isArray(Z)?Z:[],v=String(C),n=I.map((s)=>typeof s==="object"&&s!==null?String(s.id):String(s)),t=n.includes(v)?n.filter((s)=>s!==v):[...n,v];J(t)}else J(String(C)===String(Z)?null:String(C)),w(!1)},T=(C)=>{if(_||Array.isArray(Z))return(Array.isArray(Z)?Z:[]).some((v)=>typeof v==="object"&&v!==null?String(v.id)===String(C):String(v)===String(C));return typeof Z==="object"&&Z!==null?String(Z?.id)===String(C):String(Z)===String(C)},A=(C)=>{if(!C)return"";return C[U||""]||C.name||C.title||C.id||""},b=(C)=>{let I=typeof C==="object"&&C!==null?C.id:C,v=L.find((s)=>String(s.id)===String(I)),n=typeof C==="object"&&C!==null?C:v,t=n?A(n):String(I);return typeof t==="string"&&t.length>24?`${t.slice(0,24)}…`:String(t)},S=L.filter((C)=>{return A(C).toLowerCase().includes(R.toLowerCase())}),f=Array.isArray(Z)?Z.length:0;return V("div",{className:"opaca-form-group",children:[V(H5,{name:Y,label:q,required:H,localized:G},void 0,!1,void 0,this),V(i1,{relationTo:W,hasError:!!Q,onClick:()=>!$&&!K&&w(!0),children:Z?V(l4,{children:Array.isArray(Z)||_?V("div",{children:(Array.isArray(Z)?Z:[]).map((C)=>{let I=typeof C==="object"&&C!==null?C.id:C;return V("div",{className:"opaca-relationship-chip",children:[V(Wq,{size:10},void 0,!1,void 0,this),V("span",{className:"opaca-relationship-value",children:b(C)},void 0,!1,void 0,this),V("button",{type:"button",onClick:(v)=>{v.stopPropagation();let t=(Array.isArray(Z)?Z:[]).filter((s)=>{let N=typeof s==="object"&&s!==null?s.id:s;return String(N)!==String(I)});J(t)},className:"opaca-relationship-clear",title:"Remove",children:V(o4,{size:10},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},String(I),!0,void 0,this)})},void 0,!1,void 0,this):V(l4,{children:[V("div",{className:"opaca-relationship-chip",children:[V("div",{className:"opaca-relationship-dot"},void 0,!1,void 0,this),V("span",{className:"opaca-relationship-prefix",children:W},void 0,!1,void 0,this),V("span",{className:"opaca-relationship-value",children:b(Z)},void 0,!1,void 0,this),V("button",{type:"button",onClick:(C)=>{C.stopPropagation(),J(null)},className:"opaca-relationship-clear",title:"Clear",children:V(o4,{size:10},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),V("button",{type:"button",className:"opaca-relationship-info-btn",onClick:(C)=>{C.stopPropagation();let I=typeof Z==="object"&&Z!==null?Z.id:Z;p({open:!0,id:I})},title:"View Details",style:{marginLeft:"auto"},children:V(n4,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this):null},void 0,!1,void 0,this),Q&&V("span",{className:"opaca-field-error",children:Q},void 0,!1,void 0,this),V(c5,{open:X,onOpenChange:w,children:V(d5,{onClose:()=>w(!1),children:V("div",{style:{display:"flex",flexDirection:"column",height:"100%",width:"100%"},children:[V("div",{className:"opaca-relationship-sheet-header",children:[V("div",{className:"opaca-relationship-sheet-title",children:["Select ",W]},void 0,!0,void 0,this),V("div",{className:"opaca-relationship-sheet-subtitle",children:_?`${f} item${f!==1?"s":""} selected`:"Choose an item to link"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),V("div",{className:"opaca-relationship-search",children:[V(qq,{size:16,className:"opaca-relationship-search-icon"},void 0,!1,void 0,this),V("input",{type:"text",placeholder:"Search items...",className:"opaca-input",value:R,onChange:(C)=>O(C.target.value)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),V("div",{style:{overflowY:"auto",flex:1,minHeight:0},children:y?V("div",{className:"opaca-relationship-loading",children:V(Yq,{className:"opaca-spin",size:24},void 0,!1,void 0,this)},void 0,!1,void 0,this):S.length===0?V("div",{className:"opaca-relationship-empty",children:"No items found."},void 0,!1,void 0,this):V("div",{className:"opaca-relationship-list",children:S.map((C)=>V("button",{type:"button",onClick:()=>E(C.id),className:g("opaca-relationship-item",T(C.id)&&"active"),children:[V("div",{className:"avatar",children:A(C).charAt(0).toUpperCase()},void 0,!1,void 0,this),V("div",{className:"content",children:[V("div",{className:"title",children:A(C)},void 0,!1,void 0,this),C.id&&V("div",{className:"subtitle",children:C.id},void 0,!1,void 0,this)]},void 0,!0,void 0,this),T(C.id)&&V(e6,{size:16,className:"opaca-relationship-item-check"},void 0,!1,void 0,this),V("button",{type:"button",className:"opaca-relationship-item-info",onClick:(I)=>{I.stopPropagation(),p({open:!0,id:C.id})},title:"View Details",children:V(n4,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},C.id,!0,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),V(A1,{open:m.open,onOpenChange:(C)=>p((I)=>({...I,open:C})),title:`${W} Details`,relationTo:W,id:m.id},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as t4}from"react/jsx-dev-runtime";var s4=({fields:Y,parentData:q,onChange:W,renderField:Z})=>{return t4("div",{className:"opaca-row-field",children:Y.map((J,H)=>t4("div",{className:"row-item",style:J.admin?.width?{flex:`0 0 ${J.admin.width}`,width:J.admin.width}:void 0,children:Z(J,J.name?q?.[J.name]:void 0,(G)=>J.name&&W(J.name,G))},J.name||`row-item-${H}`,!1,void 0,this))},void 0,!1,void 0,this)};import{jsxDEV as e5}from"react/jsx-dev-runtime";var e4=({name:Y,label:q,value:W,onChange:Z,choices:J,required:H,localized:G,disabled:$,readOnly:K,placeholder:Q,error:U})=>{return e5("div",{className:"opaca-form-group",children:[e5(H5,{name:Y,label:q,required:H,localized:G,htmlFor:`field-${Y}`},void 0,!1,void 0,this),e5(V5,{value:W,onValueChange:Z,disabled:$||K,placeholder:Q||`Select ${q||Y}...`,children:[e5(x5,{className:U?"error":"",children:e5(D5,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),e5(r5,{children:(J||[]).map((_)=>{let X=typeof _==="string"?{label:_,value:_}:_;return e5(y5,{value:X.value,children:X.label},X.value,!1,void 0,this)})},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U&&e5("span",{className:"opaca-field-error",children:U},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import Hq from"react";import{jsxDEV as Y0}from"react/jsx-dev-runtime";var YY=({tabs:Y,value:q,onChange:W,disabled:Z,readOnly:J,renderField:H})=>{let[G,$]=Hq.useState(Y?.[0]?.label||""),K=(Q,U)=>{if(q!==void 0)W({...q||{},[Q]:U});else W(Q,U)};if(!Y||Y.length===0)return null;return Y0("div",{className:"opaca-tabs-field",children:Y0(s1,{value:G,onValueChange:$,children:[Y0(e1,{children:Y.map((Q)=>Y0(Y2,{value:Q.label,children:Q.label},Q.label,!1,void 0,this))},void 0,!1,void 0,this),Y0("div",{children:Y.map((Q)=>Y0(q2,{value:Q.label,children:Y0("div",{style:{display:"flex",flexDirection:"column",gap:"1.25rem"},children:Q.fields.map((U,_)=>{let X=q!==void 0&&U.name?q[U.name]:void 0;return Y0("div",{className:"tab-field-item",children:H(U,X,(w)=>{if(q!==void 0&&U.name)K(U.name,w);else if(U.name)W(U.name,w);else W(w)})},U.name||`tab-item-${Q.label}-${_}`,!1,void 0,this)})},void 0,!1,void 0,this)},Q.label,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)};import{jsxDEV as I1}from"react/jsx-dev-runtime";var qY=({name:Y,label:q,value:W,onChange:Z,required:J,localized:H,disabled:G,readOnly:$,placeholder:K,error:Q})=>{return I1("div",{className:"opaca-form-group",children:[I1(H5,{name:Y,label:q,required:J,localized:H,htmlFor:`field-${Y}`},void 0,!1,void 0,this),I1("textarea",{id:`field-${Y}`,className:`opaca-input ${Q?"error":""}`,style:{minHeight:"160px",resize:"vertical",padding:"1rem",lineHeight:"1.5"},value:W||"",readOnly:$,disabled:G,onChange:(U)=>{let _=U.target.value;Z(_===""&&!J?null:_)},placeholder:K||`Enter ${q||Y}...`,required:J},void 0,!1,void 0,this),Q&&I1("span",{className:"opaca-field-error",children:Q},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as b1}from"react/jsx-dev-runtime";var WY=({name:Y,label:q,value:W,onChange:Z,required:J,localized:H,disabled:G,readOnly:$,placeholder:K,error:Q})=>{return b1("div",{className:"opaca-form-group",children:[b1(H5,{name:Y,label:q,required:J,localized:H,htmlFor:`field-${Y}`},void 0,!1,void 0,this),b1("input",{id:`field-${Y}`,type:"text",className:`opaca-input ${Q?"error":""}`,value:W||"",readOnly:$,disabled:G,onChange:(U)=>{let _=U.target.value;Z(_===""&&!J?null:_)},placeholder:K||`Enter ${q||Y}...`,required:J},void 0,!1,void 0,this),Q&&b1("span",{className:"opaca-field-error",children:Q},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as C1}from"react/jsx-dev-runtime";var ZY=({name:Y,label:q,value:W,localized:Z})=>{let J=W===null||W===void 0?"":typeof W==="object"?JSON.stringify(W):String(W);return C1("div",{className:"opaca-form-group",children:[C1(H5,{name:Y,label:q,localized:Z,suffix:C1("span",{style:{color:"rgba(255, 255, 255, 0.4)",marginLeft:"4px",fontSize:"10px",fontWeight:"normal",textTransform:"uppercase",letterSpacing:"0.5px"},children:"(Computed)"},void 0,!1,void 0,this)},void 0,!1,void 0,this),C1("div",{className:"opaca-input read-only virtual",style:{backgroundColor:"rgba(255, 255, 255, 0.03)",minHeight:"42px",display:"flex",alignItems:"center",padding:"0 12px",borderRadius:"8px",border:"1px solid rgba(255, 255, 255, 0.05)",color:"rgba(255, 255, 255, 0.7)",fontSize:"14px",fontFamily:"monospace"},children:J},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as a}from"react/jsx-dev-runtime";var Gq=({tagName:Y,field:q,value:W,onChange:Z,isDisabled:J,isReadOnly:H,error:G,parentData:$})=>{let K=zq(null);return Jq(()=>{let Q=K.current;if(Q){Q.value=W,Q.fieldConfig=q,Q.error=G,Q.parentData=$;let U=(_)=>{let X=_.detail;if(X&&"value"in X)Z(X.value)};return Q.addEventListener("opacachange",U),()=>{Q.removeEventListener("opacachange",U)}}},[W,q,Z,G,$]),a("div",{className:"opaca-form-group",children:[a(H5,{name:q.name,label:q.label,required:q.required,localized:q.localized,htmlFor:q.name},void 0,!1,void 0,this),Xq.createElement(Y,{ref:K,id:q.name,"data-name":q.name,"data-disabled":J?"true":void 0,"data-readonly":H?"true":void 0,className:"opaca-custom-field"}),G&&a("span",{className:"opaca-field-error",children:G},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},B5=({field:Y,value:q,onChange:W,disabled:Z,readOnly:J,error:H,parentData:G})=>{let $=Y.name?G?._access?.[Y.name]||{}:{},K=J||$.readOnly||(typeof Y.access?.readOnly==="boolean"?Y.access.readOnly:!1),Q=Z||$.disabled||(typeof Y.access?.disabled==="boolean"?Y.access.disabled:!1)||K;if(Y.type==="slug"||$.hidden||(typeof Y.access?.hidden==="boolean"?Y.access.hidden:!1))return null;let _={name:Y.name,label:Y.label||(Y.name?O5(Y.name):void 0),value:q,onChange:W,required:Y.required,localized:Y.localized,disabled:Q,readOnly:K,error:H,placeholder:Y.placeholder};if(Y.admin?.components?.Field&&typeof Y.admin.components.Field==="string")return a(Gq,{tagName:Y.admin.components.Field,field:Y,value:q,onChange:W,isDisabled:Q,isReadOnly:K,error:H,parentData:G},void 0,!1,void 0,this);switch(Y.type){case"text":return a(WY,{..._},void 0,!1,void 0,this);case"virtual":return a(ZY,{name:_.name,label:_.label,value:q},void 0,!1,void 0,this);case"textarea":return a(qY,{..._},void 0,!1,void 0,this);case"number":return a(c4,{..._},void 0,!1,void 0,this);case"date":return a(E4,{..._},void 0,!1,void 0,this);case"boolean":return a(f4,{..._},void 0,!1,void 0,this);case"select":return a(e4,{..._,choices:Y.choices||Y.options?.choices||[]},void 0,!1,void 0,this);case"file":return a(V4,{..._,options:Y.options,bucket:Y.bucket},void 0,!1,void 0,this);case"radio":return a(d4,{..._,choices:Y.choices||Y.options?.choices||[]},void 0,!1,void 0,this);case"row":return a(s4,{fields:Y.fields||[],parentData:G,disabled:Q,readOnly:K,onChange:(X,w)=>{if(G&&typeof G==="object"&&!Array.isArray(G))W({...G,[X]:w});else W(w)},renderField:(X,w,L)=>a(B5,{field:X,value:X.name&&w===void 0?G?.[X.name]:w,onChange:L,disabled:Q,readOnly:K,parentData:G},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"group":return a(x4,{..._,fields:Y.fields||[],renderField:(X,w,L)=>a(B5,{field:X,value:X.name&&w===void 0?G?.[X.name]:w,onChange:L,disabled:Q,readOnly:K,parentData:q},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"tabs":return a(YY,{..._,tabs:Y.tabs||[],parentData:G,onChange:(X,w)=>{if(G&&typeof G==="object"&&!Array.isArray(G))W({...G,[X]:w});else W(w)},renderField:(X,w,L)=>a(B5,{field:X,value:X.name&&q===void 0?G?.[X.name]:w,onChange:L,disabled:Q,readOnly:K,parentData:G},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"collapsible":return a(u4,{..._,fields:Y.fields||[],parentData:G,options:Y.options,onChange:(X,w)=>{if(G&&typeof G==="object"&&!Array.isArray(G))W({...G,[X]:w});else W(w)},renderField:(X,w,L)=>a(B5,{field:X,value:w,onChange:L,disabled:Q,readOnly:K,parentData:G},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"blocks":return a(m4,{..._,blocks:Y.blocks||Y.options?.blocks||[],renderField:(X,w,L)=>a(B5,{field:X,value:w,onChange:L,disabled:Q,readOnly:K,parentData:w},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"relationship":return a(i4,{..._,relationTo:Y.relationTo||Y.options?.relationTo,displayField:Y.displayField||Y.options?.displayField,hasMany:Y.hasMany},void 0,!1,void 0,this);case"join":return a(r4,{..._,collection:Y.collection||Y.options?.collection},void 0,!1,void 0,this);case"array":return a(g4,{..._,fields:Y.fields||[],renderField:(X,w,L)=>a(B5,{field:X,value:w,onChange:L,disabled:Q,readOnly:K,parentData:w},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"richtext":return a("div",{className:"opaca-form-group",children:[a(H5,{name:Y.name,label:Y.label,required:Y.required,localized:Y.localized,htmlFor:Y.name},void 0,!1,void 0,this),a(M1,{value:q||"",onChange:W,disabled:Q,readOnly:K,defaultMode:Y.options?.defaultMode},void 0,!1,void 0,this),H&&a("span",{className:"opaca-field-error",children:H},void 0,!1,void 0,this)]},void 0,!0,void 0,this);default:return console.warn("FieldRenderer: fallback to default for type:",Y.type,Y),a("div",{className:"opaca-form-group",children:[a("label",{htmlFor:Y.name,className:"opaca-label",children:[Y.label||(Y.name?O5(Y.name):void 0)," (Unknown Type:"," ",Y.type,") "]},void 0,!0,void 0,this),a("input",{type:"text",className:"opaca-input",value:q||"",readOnly:!0,disabled:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}};import{History as Qq,Loader2 as HY,RotateCcw as Kq}from"lucide-react";import{useEffect as _q,useMemo as $q,useState as q1}from"react";F5();import{useStore as Uq}from"@nanostores/react";import{jsxDEV as i}from"react/jsx-dev-runtime";function XY({collection:Y,parentId:q,open:W,onOpenChange:Z,onRestore:J}){let H=Uq(N5),G=H?.i18n?.locales||[],$=H?.i18n?.defaultLocale||"en",[K,Q]=q1([]),[U,_]=q1(!1),[X,w]=q1(null),[L,B]=q1($),[y,M]=q1(!1),R=async()=>{_(!0);try{let T=Y.apiPath||Y.slug,A=await j.get(`api/${T}/versions`,{searchParams:{parentId:q}}).json();Q(A.docs||[])}catch(T){console.error(T),l("Failed to fetch versions","error")}finally{_(!1)}};_q(()=>{if(W&&q)R()},[W,q]);let O=async(T)=>{M(!0);try{let A=Y.apiPath||Y.slug,b=await j.post(`api/${A}/versions/${T}/restore`).json();J(b.doc),l("Version restored successfully","success"),Z(!1)}catch(A){console.error(A),l("Failed to restore version","error")}finally{M(!1)}},m=K.find((T)=>T.id===X),p=$q(()=>{if(!m?._version_data)return null;try{return JSON.parse(m._version_data)}catch(T){return console.error("Failed to parse version data:",T),null}},[m]),F=(T,A)=>{if(T&&typeof T==="object"&&!Array.isArray(T)&&!T.root)return T[A]||T[$]||Object.values(T)[0]||"";return T},E=(T,A)=>{let b=F(A,L);if(b===null||b===void 0)return"-";if(T.type==="richtext"||typeof b==="object"&&b?.root){let f=n5(typeof b==="string"?b:JSON.stringify(b));return f.length>120?`${f.slice(0,120)}...`:f||"(Empty RichText)"}if(T.type==="boolean")return i("span",{className:`opaca-badge ${b?"true":"false"}`,style:{fontSize:"0.7rem",padding:"2px 8px",borderRadius:"12px",background:b?"rgba(34, 197, 94, 0.2)":"rgba(239, 68, 68, 0.2)",color:b?"#22c55e":"#ef4444",fontWeight:600,textTransform:"uppercase"},children:b?"Yes":"No"},void 0,!1,void 0,this);if(T.type==="relationship"){if(Array.isArray(b))return`${b.length} items`;return typeof b==="object"?b.id||JSON.stringify(b):String(b)}if(Array.isArray(b))return`${b.length} items`;if(typeof b==="object")return"{...}";let S=String(b);return S.length>100?`${S.slice(0,100)}...`:S};return i(c5,{open:W,onOpenChange:Z,children:i(d5,{className:"opaca-versions-sheet",children:[i(B0,{className:"opaca-versions-header",children:[i("div",{className:"opaca-versions-header-main",style:{width:"100%"},children:[i("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[i(Qq,{size:20,className:"opaca-text-primary"},void 0,!1,void 0,this),i(R0,{children:"Version History"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),G.length>1&&i(V5,{value:L,onValueChange:B,children:[i(x5,{className:"opaca-locale-trigger",children:i(D5,{placeholder:"Locale"},void 0,!1,void 0,this)},void 0,!1,void 0,this),i(r5,{children:G.map((T)=>i(y5,{value:T,children:T.toUpperCase()},T,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),i(P0,{children:"View and restore previous versions of this document."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U?i("div",{style:{display:"flex",justifyContent:"center",padding:"3rem"},children:i(HY,{className:"opaca-spin"},void 0,!1,void 0,this)},void 0,!1,void 0,this):K.length===0?i("div",{style:{textAlign:"center",padding:"3rem",color:"var(--opaca-text-muted)"},children:"No versions found."},void 0,!1,void 0,this):i("div",{className:"opaca-version-list",children:K.map((T)=>i("button",{type:"button",className:`opaca-version-item ${X===T.id?"active":""}`,onClick:()=>w(X===T.id?null:T.id),children:[i("div",{className:"opaca-version-meta",children:[i("div",{className:"opaca-version-info",children:[i("span",{className:"opaca-version-date",children:new Date(T.created_at).toLocaleString(void 0,{month:"short",day:"numeric",year:"numeric",hour:"2-digit",minute:"2-digit"})},void 0,!1,void 0,this),i("span",{className:"opaca-version-id",children:["ID: ",T.id.slice(0,8)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),T._status&&i("span",{className:`opaca-version-status ${T._status}`,children:T._status},void 0,!1,void 0,this)]},void 0,!0,void 0,this),X===T.id&&i("div",{className:"opaca-version-preview",children:[i("div",{className:"opaca-version-summary",children:Y.fields.filter((A)=>A.name&&!A.name.startsWith("_")).map((A)=>i("div",{className:"opaca-summary-row",children:[i("span",{className:"opaca-summary-label",children:A.label||A.name},void 0,!1,void 0,this),i("div",{className:"opaca-summary-value",children:E(A,p[A.name])},void 0,!1,void 0,this)]},A.name,!0,void 0,this))},void 0,!1,void 0,this),i("div",{className:"opaca-version-actions",children:i("button",{type:"button",className:"opaca-btn opaca-btn-primary",disabled:y,onClick:(A)=>{A.stopPropagation(),O(T.id)},children:[y?i(HY,{className:"opaca-spin",size:16},void 0,!1,void 0,this):i(Kq,{size:16},void 0,!1,void 0,this),"Restore this version"]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},T.id,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}import{Children as Lq,cloneElement as wq,isValidElement as Bq,useState as Rq}from"react";import{jsxDEV as k5,Fragment as Pq}from"react/jsx-dev-runtime";function W1({children:Y,trigger:q,title:W,description:Z,onConfirm:J,confirmText:H="Continue",cancelText:G="Cancel",variant:$="default"}){let[K,Q]=Rq(!1),U=()=>{J(),Q(!1)},_=q||Y;return k5(Pq,{children:[(()=>{if(Lq.count(_)===1&&Bq(_)){let w=_;return wq(w,{onClick:(L)=>{let B=w.props.onClick;if(B)B(L);Q(!0)}})}return k5("span",{role:"button",tabIndex:0,onClick:()=>Q(!0),onKeyDown:(w)=>{if(w.key==="Enter"||w.key===" ")w.preventDefault(),Q(!0)},style:{display:"inline-block",cursor:"pointer"},children:_},void 0,!1,void 0,this)})(),k5(p0,{open:K,onOpenChange:Q,children:k5(v0,{className:"opaca-dialog-max-w",children:[k5(g0,{children:[k5(m0,{children:W},void 0,!1,void 0,this),k5(K1,{children:Z},void 0,!1,void 0,this)]},void 0,!0,void 0,this),k5(f0,{children:[k5(e,{variant:"outline",onClick:()=>Q(!1),children:G},void 0,!1,void 0,this),k5(e,{variant:$,onClick:U,children:H},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{jsxDEV as r}from"react/jsx-dev-runtime";var yq=async(Y,q,W)=>{if(q==="create")return{};let Z={};if(W)Z["x-opaca-locale"]=W;return await j.get(`api/${Y}/${q}`,{headers:Z}).json()},Oq=async(Y,q,W,Z)=>{let J={...W};for(let G in J)if(J[G]==="")J[G]=null;let H={};if(Z)H["x-opaca-locale"]=Z;if(q&&q!=="create")return j.patch(`api/${Y}/${q}`,{json:J,headers:H}).json();return j.post(`api/${Y}`,{json:J,headers:H}).json()};function KY({collection:Y,id:q,onBack:W}){let Z=Y.apiPath||Y.slug,J=Z,H=P2(N5),[G,$]=QY(H?.i18n?.defaultLocale||"en"),[K,Q]=QY(!1),U=GY(()=>o5([Z,q,G],{fetcher:()=>yq(Z,q,G)}),[Z,q,G]),_=GY(()=>j0(async({data:p})=>{return Oq(Z,q,p,G)}),[Z,q,G]),X=P2(U),w=P2(_),L=X.loading,B=w.loading,y=X.error||w.error,M=!!Y.versions?.drafts,R=Tq({defaultValues:X.data||{},onSubmit:async({value:p})=>{try{await _.mutate(p),l(`Document ${q==="create"?"created":"updated"} successfully`,"success"),W()}catch(F){let E="Failed to save document";if(F.response)try{let T=await F.response.json();if(E=T.message||E,T.errors)Object.keys(T.errors).forEach((A)=>{if(A==="_errors")return;R.setErrorMap({onChange:T.errors[A]._errors.join(", ")})})}catch(T){}l(E,"error")}}});Fq(()=>{if(X.data&&!X.loading)R.reset(X.data)},[X.data,X.loading,R,G]);let O=async(p,F="published")=>{if(p)p.preventDefault();if(p?.stopPropagation(),M)R.setFieldValue("_status",F);await R.handleSubmit()},m=()=>{if(!R.state.isDirty)W()};if(L)return r("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginTop:"2rem",padding:"0 2.5rem"},children:[r(T2,{size:18,className:"opaca-spin"},void 0,!1,void 0,this),r("span",{className:"opaca-subtitle",children:"Loading document..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return r("div",{className:"opaca-admin-form",children:[r("div",{className:"opaca-header",children:[r("div",{style:{display:"flex",alignItems:"center",gap:"1rem"},children:[R.state.isDirty?r(W1,{title:"Unsaved Changes",description:"You have unsaved changes. Are you sure you want to discard them and leave?",onConfirm:W,variant:"destructive",children:r("button",{type:"button",className:"opaca-btn opaca-btn-outline",style:{padding:"0.5rem"},title:"Go Back",children:r(JY,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this):r("button",{type:"button",onClick:m,className:"opaca-btn opaca-btn-outline",style:{padding:"0.5rem"},title:"Go Back",children:r(JY,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this),r("div",{children:[r("h1",{className:"opaca-title",children:q==="create"?`Create ${Y.label||Y.slug}`:`Edit ${Y.label||Y.slug}`},void 0,!1,void 0,this),r("p",{className:"opaca-subtitle",children:q==="create"?"Add a new entry to the collection.":`ID: ${q}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),r("div",{style:{display:"flex",gap:"0.75rem"},children:[H?.i18n&&H.i18n.locales.length>1&&r("div",{className:"opaca-locale-switcher",children:H.i18n.locales.map((p)=>r("button",{type:"button",className:`opaca-locale-btn ${G===p?"active":""}`,onClick:()=>{if(R.state.isDirty){if(confirm("Unsaved changes will be lost. Continue?"))$(p)}else $(p)},children:p.toUpperCase()},p,!1,void 0,this))},void 0,!1,void 0,this),q!=="create"&&r(W1,{title:"Delete Document",description:"Are you sure you want to delete this document? This action cannot be undone.",onConfirm:async()=>{try{await j.delete(`api/${J}/${q}`),l("Document deleted successfully","success"),W()}catch(p){console.error(p),l("Failed to delete document","error")}},variant:"destructive",confirmText:"Delete",children:r("button",{type:"button",className:"opaca-btn opaca-btn-outline",style:{color:"var(--opaca-error)",borderColor:"var(--opaca-error)"},title:"Delete Document",children:[r(Nq,{size:18},void 0,!1,void 0,this),"Delete"]},void 0,!0,void 0,this)},void 0,!1,void 0,this),q!=="create"&&Y.versions&&r("button",{type:"button",className:"opaca-btn opaca-btn-outline",onClick:()=>Q(!0),title:"Version History",children:[r(Aq,{size:18},void 0,!1,void 0,this),"History"]},void 0,!0,void 0,this),r(R.Subscribe,{selector:(p)=>[p.isDirty],children:([p])=>r("div",{style:{display:"flex",gap:"0.75rem"},children:[M&&r("button",{type:"button",onClick:(F)=>O(F,"draft"),disabled:B,className:"opaca-btn opaca-btn-outline",title:"Save as Draft",children:[B?r(T2,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):r(zY,{size:18},void 0,!1,void 0,this),"Save Draft"]},void 0,!0,void 0,this),r("button",{type:"button",onClick:(F)=>O(F,"published"),disabled:B,className:"opaca-btn opaca-btn-primary",style:{position:"relative"},title:M?"Publish":"Save Changes",children:[B?r(T2,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):r(zY,{size:18},void 0,!1,void 0,this),q==="create"?M?"Publish":"Create":M?"Publish":"Save",p&&!B&&r("span",{style:{position:"absolute",top:"-4px",right:"-4px",width:"10px",height:"10px",borderRadius:"50%",background:"var(--opaca-warning)",border:"2px solid var(--opaca-card-bg)",boxShadow:"0 1px 2px rgba(0,0,0,0.2)"},title:"Unsaved changes"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),y&&r("div",{style:{padding:"1rem",backgroundColor:"rgba(239, 68, 68, 0.1)",border:"1px solid var(--opaca-error)",color:"var(--opaca-error)",borderRadius:"var(--opaca-radius)",marginBottom:"2rem",display:"flex",alignItems:"center",gap:"0.75rem",fontSize:"0.875rem"},children:[r(Mq,{size:18},void 0,!1,void 0,this),y]},void 0,!0,void 0,this),r("div",{className:"opaca-card",style:{padding:"2.5rem"},children:r("form",{id:"opaca-doc-form",onSubmit:(p)=>O(p),children:r("div",{style:{display:"grid",gap:"2rem"},children:Y.fields.map((p,F)=>{let E=p.name,T=E?X.data?._access?.[E]:{hidden:!1,readOnly:!1,disabled:!1};if(T?.hidden)return null;let A=T?.readOnly,b=T?.disabled||A;if(!E)return r(R.Subscribe,{selector:(S)=>S.values,children:(S)=>r(B5,{field:p,value:void 0,disabled:b,readOnly:A,onChange:(f,C)=>{if(typeof f==="string")R.setFieldValue(f,C)},parentData:S},void 0,!1,void 0,this)},F,!1,void 0,this);return r(R.Field,{name:E,children:(S)=>r(B5,{field:p,value:S.state.value,disabled:b,readOnly:A,onChange:(f)=>S.handleChange(f),parentData:R.state.values},void 0,!1,void 0,this)},E,!1,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),q!=="create"&&Y.versions&&r(XY,{collection:Y,parentId:q,open:K,onOpenChange:Q,onRestore:(p)=>{R.reset(p)}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useStore as _Y}from"@nanostores/react";import{AlertCircle as kq,Loader2 as $Y,Save as Iq}from"lucide-react";import{useEffect as M2,useState as N2}from"react";F5();import{jsxDEV as X5}from"react/jsx-dev-runtime";function UY({global:Y}){let[q,W]=N2({}),[Z,J]=N2({}),[H,G]=N2(null),{data:$,loading:K,error:Q}=_Y(W4),{mutate:U,loading:_}=_Y(Z4),X=JSON.stringify(q)!==JSON.stringify(Z);M2(()=>{X2.set(Y.slug)},[Y.slug]),M2(()=>{if($){let L={...$};delete L.id,delete L.createdAt,delete L.updatedAt;let B={...L};if(Object.keys(L).length===0)Y.fields.forEach((y)=>{if(!y.name)return;if(y.defaultValue!==void 0)B[y.name]=y.defaultValue;else if(y.type==="boolean")B[y.name]=!1;else if(y.type==="number")B[y.name]=0;else if(y.type==="array"||y.type==="blocks"||y.type==="relationship"&&y.hasMany)B[y.name]=[];else B[y.name]=""});W(B),J(B),G(null)}},[$,Y.fields]),M2(()=>{if(Q)G("Failed to load global document."),l("Error loading global document","error")},[Q]);let w=async(L)=>{if(L)L.preventDefault();G(null);try{await U({slug:Y.slug,body:q}),l("Changes saved successfully","success"),J(q)}catch(B){console.error(B),G(B instanceof Error?B.message:"Failed to save document."),l("Failed to save changes","error")}};if(K)return X5("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginTop:"2rem",padding:"0 2.5rem"},children:[X5($Y,{size:18,className:"opaca-spin"},void 0,!1,void 0,this),X5("span",{className:"opaca-subtitle",children:"Loading settings..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return X5("div",{className:"opaca-admin-form",children:[X5("div",{className:"opaca-header",children:[X5("div",{style:{display:"flex",alignItems:"center",gap:"1rem"},children:X5("div",{children:[X5("h1",{className:"opaca-title",children:Y.label||Y.slug.charAt(0).toUpperCase()+Y.slug.slice(1)},void 0,!1,void 0,this),X5("p",{className:"opaca-subtitle",children:"Manage global settings."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),X5("div",{style:{display:"flex",gap:"0.75rem"},children:X5("button",{type:"button",onClick:()=>w(),disabled:_,className:"opaca-btn opaca-btn-primary",style:{position:"relative"},title:"Save Changes",children:[_?X5($Y,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):X5(Iq,{size:18},void 0,!1,void 0,this),"Save",X&&!_&&X5("span",{style:{position:"absolute",top:"-4px",right:"-4px",width:"10px",height:"10px",borderRadius:"50%",background:"var(--opaca-warning)",border:"2px solid var(--opaca-card-bg)",boxShadow:"0 1px 2px rgba(0,0,0,0.2)"},title:"Unsaved changes"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),H&&X5("div",{style:{padding:"1rem",backgroundColor:"rgba(239, 68, 68, 0.1)",border:"1px solid var(--opaca-error)",color:"var(--opaca-error)",borderRadius:"var(--opaca-radius)",marginBottom:"2rem",display:"flex",alignItems:"center",gap:"0.75rem",fontSize:"0.875rem"},children:[X5(kq,{size:18},void 0,!1,void 0,this),H]},void 0,!0,void 0,this),X5("div",{className:"opaca-card",style:{padding:"2.5rem"},children:X5("form",{id:"opaca-doc-form",onSubmit:w,children:X5("div",{style:{display:"grid",gap:"2rem"},children:Y.fields.map((L,B)=>{let y=L.name;if(!y)return X5(B5,{field:L,value:void 0,onChange:(M,R)=>{if(typeof M==="string")W({...q,[M]:R});else Object.assign(q,R),W({...q})},parentData:q},L.name||B,!1,void 0,this);return X5(B5,{field:L,value:q[y],onChange:(M)=>{W({...q,[y]:M})},parentData:q},y,!1,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}X1();import{AlertCircle as bq,Loader2 as Cq,Lock as LY,ShieldCheck as Sq,User as hq}from"lucide-react";import{useState as Z1}from"react";import{jsxDEV as q5,Fragment as pq}from"react/jsx-dev-runtime";function wY({onSuccess:Y}){let[q,W]=Z1(""),[Z,J]=Z1(""),[H,G]=Z1(""),[$,K]=Z1(!1),[Q,U]=Z1(null);return q5("div",{className:"opaca-login-container",children:q5("div",{className:"opaca-login-card",children:[q5("div",{className:"opaca-login-header",children:[q5("div",{className:"opaca-login-logo",children:q5(Sq,{size:24,color:"white"},void 0,!1,void 0,this)},void 0,!1,void 0,this),q5("h1",{className:"opaca-title",children:"Welcome to OpacaCMS"},void 0,!1,void 0,this),q5("p",{className:"opaca-subtitle",children:"Create the first administrator account to get started."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Q&&q5("div",{className:"opaca-login-error",children:[q5(bq,{size:14},void 0,!1,void 0,this),Q]},void 0,!0,void 0,this),q5("form",{onSubmit:async(X)=>{if(X.preventDefault(),K(!0),U(null),Z!==H){U("Passwords do not match"),K(!1);return}try{let w=await $0.signUp.email({email:q,password:Z,name:"Admin"});if(w.error)throw Error(w.error.message||"Failed to create admin user");Y()}catch(w){console.error(w),U(w instanceof Error?w.message:"Initialization failed")}finally{K(!1)}},children:[q5("div",{className:"opaca-form-group",children:[q5("label",{htmlFor:"init-email",className:"opaca-label",children:"Admin Email"},void 0,!1,void 0,this),q5("div",{style:{position:"relative"},children:[q5(hq,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),q5("input",{id:"init-email",type:"email",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"admin@example.com",value:q,onChange:(X)=>W(X.target.value),required:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),q5("div",{className:"opaca-form-group",children:[q5("label",{htmlFor:"init-password",className:"opaca-label",children:"Password"},void 0,!1,void 0,this),q5("div",{style:{position:"relative"},children:[q5(LY,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),q5("input",{id:"init-password",type:"password",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"••••••••",value:Z,onChange:(X)=>J(X.target.value),required:!0,minLength:8},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),q5("div",{className:"opaca-form-group",children:[q5("label",{htmlFor:"init-confirm",className:"opaca-label",children:"Confirm Password"},void 0,!1,void 0,this),q5("div",{style:{position:"relative"},children:[q5(LY,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),q5("input",{id:"init-confirm",type:"password",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"••••••••",value:H,onChange:(X)=>G(X.target.value),required:!0,minLength:8},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),q5("button",{type:"submit",className:"opaca-btn opaca-btn-primary",style:{width:"100%",marginTop:"0.5rem"},disabled:$,children:$?q5(pq,{children:[q5(Cq,{className:"opaca-spin",size:14},void 0,!1,void 0,this),"Initializing..."]},void 0,!0,void 0,this):"Create Admin Account"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),q5("p",{className:"opaca-subtitle",style:{fontSize:"0.6875rem",textAlign:"center",marginTop:"1.25rem"},children:"This account will have full access to manage OpacaCMS."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}import{AlertCircle as vq,Loader2 as gq,Lock as BY,User as mq}from"lucide-react";import{useState as S1}from"react";import{jsxDEV as Z5,Fragment as fq}from"react/jsx-dev-runtime";function RY({onLogin:Y}){let[q,W]=S1(""),[Z,J]=S1(""),[H,G]=S1(!1),[$,K]=S1(null);return Z5("div",{className:"opaca-login-container",children:Z5("div",{className:"opaca-login-card",children:[Z5("div",{style:{textAlign:"center",marginBottom:"1.5rem"},children:[Z5("div",{className:"opaca-logo-circle",style:{margin:"0 auto 1rem"},children:Z5(BY,{size:22},void 0,!1,void 0,this)},void 0,!1,void 0,this),Z5("h1",{className:"opaca-title",children:"Admin Login"},void 0,!1,void 0,this),Z5("p",{className:"opaca-subtitle",children:"Authenticate to access the dashboard"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),$&&Z5("div",{className:"opaca-login-error",children:[Z5(vq,{size:14},void 0,!1,void 0,this),$]},void 0,!0,void 0,this),Z5("form",{onSubmit:async(U)=>{U.preventDefault(),G(!0),K(null);try{await Y({email:q,password:Z})}catch(_){console.error(_),K(_ instanceof Error?_.message:"Invalid email or password")}finally{G(!1)}},children:[Z5("div",{className:"opaca-form-group",children:[Z5("label",{htmlFor:"login-email",className:"opaca-label",children:"Email"},void 0,!1,void 0,this),Z5("div",{style:{position:"relative"},children:[Z5(mq,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),Z5("input",{id:"login-email",type:"email",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"admin@example.com",value:q,onChange:(U)=>W(U.target.value),required:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),Z5("div",{className:"opaca-form-group",children:[Z5("label",{htmlFor:"login-password",className:"opaca-label",children:"Password"},void 0,!1,void 0,this),Z5("div",{style:{position:"relative"},children:[Z5(BY,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),Z5("input",{id:"login-password",type:"password",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"••••••••",value:Z,onChange:(U)=>J(U.target.value),required:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),Z5("button",{type:"submit",className:"opaca-btn opaca-btn-primary",style:{width:"100%",marginTop:"0.5rem"},disabled:H,children:H?Z5(fq,{children:[Z5(gq,{size:14,className:"opaca-spin"},void 0,!1,void 0,this),"Logging in..."]},void 0,!0,void 0,this):"Sign In"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}import{useStore as Q0}from"@nanostores/react";import{Check as uq,ChevronLeft as Eq,ChevronRight as PY,Download as jq,Eye as A2,File as TY,FileText as MY,FolderPlus as F2,Grid as Vq,Image as NY,LayoutList as xq,Loader2 as AY,Plus as Dq,Save as rq,Search as cq,Settings2 as dq,Trash2 as nq,X as oq}from"lucide-react";import{useMemo as aq,useRef as lq,useState as I0}from"react";import{createPortal as iq}from"react-dom";F5();import{jsxDEV as z}from"react/jsx-dev-runtime";var FY=(Y)=>{if(!Y)return"-";let q=new Date(Y);return Number.isNaN(q.getTime())?"-":q.toLocaleDateString()},y2=["#7c3aed","#047857","#b91c1c","#0369a1","#a21caf","#c2410c","#eab308","#10b981","#ec4899","#6366f1"],K0=(Y,q)=>{if(q&&q[Y])return q[Y];let W=0;for(let Z=0;Z<Y.length;Z++)W=Y.charCodeAt(Z)+((W<<5)-W);return y2[Math.abs(W)%y2.length]};function yY({collection:Y,config:q}){let{data:W,loading:Z}=Q0(F0),J=Q0(N0),H=Q0(A0),G=Q0(z0),$=Q0(B1),K=Q0(G0),Q=Q0(w1),[U,_]=I0(!1),[X,w]=I0(null),[L,B]=I0(!1),[y,M]=I0(""),[R,O]=I0(!1),[m,p]=I0(!1),F=lq(null),E=aq(()=>{return[...Object.keys(q.storages||{})]},[q.storages]),T=()=>{F0.revalidate()},A=async(N)=>{let x=N.target.files?.[0];if(!x)return;_(!0);let z5=new FormData;z5.append("file",x);try{let g5=H==="all"?"default":H;await j.post(`api/__system/assets/upload?bucket=${g5}&folder=${G}`,{body:z5}),l("File uploaded successfully","success"),T()}catch(g5){console.error("Upload failed",g5),l("Upload failed","error")}finally{if(_(!1),F.current)F.current.value=""}},b=async()=>{if(!y)return;try{let N=H==="all"?"default":H,x=new Blob([""],{type:"text/plain"}),z5=new FormData,g5=G?`${G}/${y}`:y;z5.append("file",x,".keep"),await j.post(`api/__system/assets/upload?bucket=${N}&folder=${g5}`,{body:z5}),l("Folder created","success"),M(""),O(!1),T()}catch(N){console.error("Failed to create folder",N),l("Failed to create folder","error")}},S=async()=>{if(!X)return;try{await j.patch(`api/${Y.slug}/${X.id}`,{json:{filename:X.filename,altText:X.altText||X.alt_text,caption:X.caption}}),l("Metadata updated","success"),T()}catch(N){console.error("Failed to update metadata",N),l("Failed to update metadata","error")}},f=async(N)=>{try{if(await j.delete(`api/${Y.slug}/${N}`),l("Asset deleted","success"),X?.id===N)w(null);T()}catch(x){console.error("Delete failed",x),l("Failed to delete asset","error")}},C=W?.docs||[],I=W?.folders||[],v=(N)=>{if(N===0)return"0 Bytes";let x=1024,z5=["Bytes","KB","MB","GB"],g5=Math.floor(Math.log(N)/Math.log(x));return parseFloat((N/x**g5).toFixed(1))+" "+z5[g5]},n=(N)=>{if(!N)return z(TY,{size:J==="grid"?48:20,className:"text-gray-400"},void 0,!1,void 0,this);if(N.startsWith("image/"))return z(NY,{size:J==="grid"?48:20,className:"text-blue-400"},void 0,!1,void 0,this);if(N.startsWith("video/"))return z(MY,{size:J==="grid"?48:20,className:"text-purple-400"},void 0,!1,void 0,this);if(N.includes("pdf"))return z(MY,{size:J==="grid"?48:20,className:"text-red-400"},void 0,!1,void 0,this);return z(TY,{size:J==="grid"?48:20,className:"text-gray-400"},void 0,!1,void 0,this)},t=C.filter((N)=>{return(N.originalFilename||N.original_filename)?.toLowerCase().includes($.toLowerCase())||N.filename.toLowerCase().includes($.toLowerCase())}),s=I.filter((N)=>N.name.toLowerCase().includes($.toLowerCase()));return z("div",{className:`opaca-view-container media-registry-view ${Z?"loading":""}`,children:[z("input",{type:"file",ref:F,style:{display:"none"},onChange:A},void 0,!1,void 0,this),z("div",{className:"opaca-header media-registry-header",children:[z("div",{children:[z("h1",{className:"opaca-title",children:"Media Library"},void 0,!1,void 0,this),z("p",{className:"opaca-subtitle",children:"Manage your global asset registry across all buckets."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-registry-header-actions",children:[z(e,{variant:"outline",onClick:()=>O(!0),disabled:H==="all",title:H==="all"?"Select a specific bucket to create folders":"",children:[z(F2,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),"New Folder"]},void 0,!0,void 0,this),z(e,{variant:"default",disabled:U||H==="all",onClick:()=>F.current?.click(),title:H==="all"?"Select a specific bucket to upload files":"",children:[U?z(AY,{size:16,className:"opaca-spin media-registry-icon-mr"},void 0,!1,void 0,this):z(Dq,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),U?"Uploading...":"Upload New"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),z("div",{style:{display:"flex",flex:1,minHeight:0,gap:"1.5rem",marginBottom:"1.5rem"},children:z("div",{style:{flex:1,display:"flex",flexDirection:"column",minWidth:0},children:[z("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem",marginBottom:"1rem",color:"var(--opaca-text-dim)",fontSize:"0.875rem"},children:[z("button",{type:"button",onClick:()=>h5(""),style:{background:"none",border:"none",color:G===""?"var(--opaca-text)":"inherit",cursor:"pointer",fontWeight:G===""?600:400},children:"Home"},void 0,!1,void 0,this),G.split("/").filter(Boolean).map((N,x,z5)=>z("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem"},children:[z(PY,{size:14},void 0,!1,void 0,this),z("button",{type:"button",onClick:()=>h5(z5.slice(0,x+1).join("/")),style:{background:"none",border:"none",color:x===z5.length-1?"var(--opaca-text)":"inherit",cursor:"pointer",fontWeight:x===z5.length-1?600:400},children:N},void 0,!1,void 0,this)]},N,!0,void 0,this))]},void 0,!0,void 0,this),z("div",{className:"opaca-card media-registry-body",children:[z("div",{className:"media-registry-toolbar",children:[z("div",{className:"media-registry-filters",children:[z("div",{className:"media-registry-search",children:[z(cq,{size:16,className:"search-icon"},void 0,!1,void 0,this),z(C5,{type:"text",placeholder:"Search assets...",value:$,onChange:(N)=>K4(N.target.value)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z(V5,{value:H,onValueChange:(N)=>R1(N),children:[z(x5,{className:"media-registry-select-trigger",children:z("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[H!=="all"&&z("div",{style:{width:"8px",height:"8px",borderRadius:"50%",backgroundColor:K0(H,Q)}},void 0,!1,void 0,this),z(D5,{placeholder:"All Buckets"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),z(r5,{children:[z(y5,{value:"all",children:z("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[z("div",{style:{width:"8px",height:"8px",borderRadius:"50%",border:"1px dashed var(--opaca-text-dim)"}},void 0,!1,void 0,this),"All Buckets"]},void 0,!0,void 0,this)},void 0,!1,void 0,this),z(L1,{},void 0,!1,void 0,this),z(U1,{children:"Storage Buckets"},void 0,!1,void 0,this),E.map((N)=>z(y5,{value:N.toLowerCase(),children:z("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[z("div",{style:{width:"8px",height:"8px",borderRadius:"50%",backgroundColor:K0(N,Q)}},void 0,!1,void 0,this),N.toUpperCase()]},void 0,!0,void 0,this)},N,!1,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),z("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[z(e,{variant:"ghost",size:"icon",onClick:()=>p(!0),title:"Bucket Settings",children:z(dq,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),z("div",{className:"media-registry-view-toggles",children:[z("button",{type:"button",onClick:()=>N0.set("grid"),className:`media-registry-toggle-btn ${J==="grid"?"active":""}`,children:z(Vq,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),z("button",{type:"button",onClick:()=>N0.set("list"),className:`media-registry-toggle-btn ${J==="list"?"active":""}`,children:z(xq,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),Z&&z("div",{style:{display:"flex",justifyContent:"center",padding:"4rem"},children:z(AY,{size:32,className:"opaca-spin",style:{color:"var(--opaca-accent)"}},void 0,!1,void 0,this)},void 0,!1,void 0,this),!Z&&t.length===0&&z("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center",padding:"4rem",background:"rgba(255,255,255,0.01)",borderRadius:"12px",border:"1px dashed var(--opaca-border)"},children:[z(NY,{size:48,style:{color:"var(--opaca-text-dim)",marginBottom:"1rem",opacity:0.3}},void 0,!1,void 0,this),z("h3",{style:{fontSize:"1.25rem",fontWeight:600},children:"No assets found"},void 0,!1,void 0,this),z("p",{style:{color:"var(--opaca-text-muted)"},children:"Upload some files to get started."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),!Z&&J==="grid"&&(s.length>0||t.length>0)&&z("div",{className:"media-registry-grid",children:[s.map((N)=>z("div",{className:"media-registry-card",onClick:()=>h5(G?`${G}/${N.name}`:N.name),children:[z("div",{className:"media-registry-card-thumb",style:{position:"relative"},children:[z(F2,{size:54,className:"folder-icon"},void 0,!1,void 0,this),H==="all"&&z("div",{style:{position:"absolute",bottom:"8px",right:"8px",display:"flex",gap:"2px"},children:N.buckets.map((x)=>z("div",{title:x,style:{width:"8px",height:"8px",borderRadius:"50%",backgroundColor:K0(x,Q)}},x,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-registry-card-body",children:[z("div",{className:"media-registry-card-title",children:N.name},void 0,!1,void 0,this),z("div",{className:"media-registry-card-meta",children:"Folder"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},`folder-${N.name}`,!0,void 0,this)),t.map((N)=>z("div",{className:`media-registry-card ${X?.id===N.id?"active":""}`,onClick:()=>w(N),children:[z("div",{className:"media-registry-card-thumb",style:{position:"relative"},children:[(()=>{let x=N.mimeType||N.mime_type;return x?.startsWith("image/")?z("img",{src:`${q.serverURL||""}/api/assets/${N.id}/view`,alt:N.originalFilename||N.original_filename||"",onError:(z5)=>z5.currentTarget.style.display="none"},void 0,!1,void 0,this):n(x||"")})(),H==="all"&&z("div",{title:`Bucket: ${N.bucket}`,style:{position:"absolute",top:"8px",left:"8px",width:"12px",height:"12px",borderRadius:"50%",backgroundColor:K0(N.bucket,Q),border:"2px solid rgba(0,0,0,0.5)",zIndex:2}},void 0,!1,void 0,this),z("div",{className:"media-registry-overlay",children:z("button",{className:"media-registry-overlay-btn",onClick:(x)=>{x.stopPropagation(),w(N),B(!0)},children:z(A2,{size:20},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-registry-card-body",children:[z("div",{className:"media-registry-card-title",title:N.original_filename,children:N.original_filename},void 0,!1,void 0,this),z("div",{className:"media-registry-card-meta",children:[z("span",{className:"meta-type",children:(N.mimeType||N.mime_type)?.split("/")[1]||"FILE"},void 0,!1,void 0,this),z("span",{children:v(N.filesize)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},N.id,!0,void 0,this))]},void 0,!0,void 0,this),!Z&&J==="list"&&(s.length>0||t.length>0)&&z("div",{className:"opaca-table-container",children:z("table",{className:"opaca-table",children:[z("thead",{children:z("tr",{children:[z("th",{style:{width:"40px"}},void 0,!1,void 0,this),z("th",{children:"Name"},void 0,!1,void 0,this),z("th",{children:"Type"},void 0,!1,void 0,this),z("th",{children:"Size"},void 0,!1,void 0,this),z("th",{children:"Date"},void 0,!1,void 0,this),z("th",{style:{width:"40px"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),z("tbody",{children:[s.map((N)=>z("tr",{onClick:()=>h5(G?`${G}/${N.name}`:N.name),style:{cursor:"pointer"},children:[z("td",{children:z("div",{style:{position:"relative",display:"inline-block"},children:[z(F2,{size:20,style:{color:"#eab308"}},void 0,!1,void 0,this),H==="all"&&z("div",{style:{position:"absolute",bottom:"-2px",right:"-2px",display:"flex",gap:"1px"},children:N.buckets.map((x)=>z("div",{style:{width:"6px",height:"6px",borderRadius:"50%",backgroundColor:K0(x,Q)}},x,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),z("td",{style:{fontWeight:600},children:N.name},void 0,!1,void 0,this),z("td",{children:"Folder"},void 0,!1,void 0,this),z("td",{children:"-"},void 0,!1,void 0,this),z("td",{children:"-"},void 0,!1,void 0,this),z("td",{},void 0,!1,void 0,this)]},`folder-${N.name}`,!0,void 0,this)),t.map((N)=>z("tr",{onClick:()=>w(N),style:{cursor:"pointer",background:X?.id===N.id?"rgba(var(--opaca-accent-rgb), 0.1)":"inherit"},children:[z("td",{children:z("div",{style:{width:"32px",height:"32px",borderRadius:"4px",background:"var(--opaca-bg-alt)",display:"flex",alignItems:"center",justifyContent:"center",overflow:"hidden"},children:(()=>{let x=N.mimeType||N.mime_type||"";return x.startsWith("image/")?z("img",{src:`${q.serverURL||""}/api/assets/${N.id}/view`,style:{width:"100%",height:"100%",objectFit:"cover"},alt:""},void 0,!1,void 0,this):n(x)})()},void 0,!1,void 0,this)},void 0,!1,void 0,this),z("td",{children:[z("div",{style:{fontWeight:500},children:N.original_filename},void 0,!1,void 0,this),z("div",{style:{fontSize:"0.75rem",color:"var(--opaca-text-dim)"},children:N.filename},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("td",{style:{fontSize:"0.875rem"},children:N.mimeType||N.mime_type||""},void 0,!1,void 0,this),z("td",{style:{fontSize:"0.875rem"},children:v(N.filesize)},void 0,!1,void 0,this),z("td",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:FY(N.createdAt||N.created_at)},void 0,!1,void 0,this),z("td",{children:z("button",{onClick:(x)=>{x.stopPropagation(),w(N),B(!0)},style:{background:"none",border:"none",color:"var(--opaca-text-dim)",cursor:"pointer"},children:z(A2,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},N.id,!0,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),W&&W.totalPages>1&&z("div",{className:"media-registry-pagination",children:[z("div",{className:"info",children:["Showing ",(W.page-1)*W.limit+1," to"," ",Math.min(W.page*W.limit,W.totalDocs)," of ",W.totalDocs]},void 0,!0,void 0,this),z("div",{className:"actions",children:[z(e,{variant:"outline",size:"sm",disabled:W.page===1||Z,onClick:()=>Q2(K-1),children:z(Eq,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),z(e,{variant:"outline",size:"sm",disabled:W.page===W.totalPages||Z,onClick:()=>Q2(K+1),children:z(PY,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),z(c5,{open:!!X&&!L,onOpenChange:(N)=>!N&&w(null),children:z(d5,{onClose:()=>w(null),children:[z(B0,{children:[z(R0,{children:"Asset Details"},void 0,!1,void 0,this),z(P0,{children:"View and manage asset metadata."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),X&&z("div",{className:"media-sheet-flex",children:z("div",{className:"media-sheet-body opaca-scrollbar-hidden",children:[z("div",{className:"media-sheet-preview",children:[(()=>{let N=X.mimeType||X.mime_type||"";return N.startsWith("image/")?z("img",{src:`${q.serverURL||""}/api/assets/${X.id}/view`,alt:X.filename},void 0,!1,void 0,this):n(N)})(),z("div",{className:"overlay",children:z(e,{variant:"secondary",onClick:()=>B(!0),children:[z(A2,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),"Preview Full"]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-sheet-form",children:[z("div",{className:"media-sheet-group",children:[z(j5,{htmlFor:"filename",children:"Display Name"},void 0,!1,void 0,this),z(C5,{id:"filename",value:X.filename,onChange:(N)=>w({...X,filename:N.target.value})},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-sheet-group",children:[z(j5,{htmlFor:"alt_text",children:"Alt Text"},void 0,!1,void 0,this),z(C5,{id:"alt_text",value:X.alt_text||"",onChange:(N)=>w({...X,alt_text:N.target.value}),placeholder:"SEO friendly description"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-sheet-group",children:[z(j5,{htmlFor:"caption",children:"Caption"},void 0,!1,void 0,this),z("textarea",{id:"caption",value:X.caption||"",onChange:(N)=>w({...X,caption:N.target.value}),className:"media-sheet-textarea",placeholder:"Write a short caption..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-sheet-meta-box",children:[z("div",{className:"media-sheet-meta-row",children:[z("span",{className:"label",children:"File Size"},void 0,!1,void 0,this),z("span",{className:"value",children:v(X.filesize)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-sheet-meta-row",children:[z("span",{className:"label",children:"Internal Key"},void 0,!1,void 0,this),z("span",{className:"value value-mono",title:X.key,children:X.key},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-sheet-meta-row",children:[z("span",{className:"label",children:"Bucket"},void 0,!1,void 0,this),z("span",{className:"value",children:X.bucket},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),X&&z(l2,{className:"media-sheet-actions",children:[z(W1,{title:"Delete Asset",description:"Are you sure you want to delete this asset? This action cannot be undone and may break links in your content.",onConfirm:()=>f(X.id),variant:"destructive",confirmText:"Delete Asset",children:z(e,{variant:"destructive",children:[z(nq,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),"Delete"]},void 0,!0,void 0,this)},void 0,!1,void 0,this),z(e,{variant:"default",onClick:S,children:[z(rq,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),"Save Changes"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),z(p0,{open:R,onOpenChange:O,children:z(v0,{className:"opaca-dialog-max-w",children:[z(g0,{children:[z(m0,{children:"Create New Folder"},void 0,!1,void 0,this),z(K1,{children:"Organize your assets into folders."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-dialog-create-body",children:[z(j5,{htmlFor:"newFolderName",children:"Folder Name"},void 0,!1,void 0,this),z(C5,{id:"newFolderName",placeholder:"e.g. products",value:y,onChange:(N)=>M(N.target.value),style:{marginTop:"0.5rem"},onKeyDown:(N)=>N.key==="Enter"&&b()},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z(f0,{children:[z(e,{variant:"outline",onClick:()=>O(!1),children:"Cancel"},void 0,!1,void 0,this),z(e,{onClick:b,children:"Create"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),L&&X&&typeof document<"u"&&iq(z("div",{className:"opaca-ui-dialog-portal",children:[z("div",{className:"opaca-ui-dialog-overlay",onClick:()=>{B(!1),w(null)}},void 0,!1,void 0,this),z("div",{className:"opaca-ui-dialog-wrapper",children:z("div",{className:"media-preview-container",children:[z("div",{className:"media-preview-header",children:[z("div",{className:"media-preview-title-group",children:[z("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[H==="all"&&z("div",{title:`Bucket: ${X.bucket}`,style:{width:"12px",height:"12px",borderRadius:"50%",backgroundColor:K0(X.bucket,Q)}},void 0,!1,void 0,this),z("h2",{children:X.original_filename},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("span",{className:"badge",children:X.mimeType||X.mime_type||""},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("button",{className:"media-preview-close-btn",onClick:()=>{B(!1),w(null)},children:z(oq,{size:24},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-preview-body",children:(()=>{let N=X.mimeType||X.mime_type||"";return N.startsWith("image/")?z("img",{src:`${q.serverURL||""}/api/assets/${X.id}/view`,alt:X.altText||X.alt_text||X.originalFilename||X.original_filename||""},void 0,!1,void 0,this):z("div",{className:"media-preview-no-rich",children:[z("div",{className:"icon-wrapper",children:n(N)},void 0,!1,void 0,this),z("p",{children:"No rich preview available for this file type."},void 0,!1,void 0,this),z(e,{variant:"default",onClick:()=>window.location.href=`${q.serverURL||""}/api/assets/${X.id}/view`,children:[z(jq,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),"Download Original"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)})()},void 0,!1,void 0,this),z("div",{className:"media-preview-footer",children:[z("div",{className:"media-preview-stat",children:[z("div",{className:"label",children:"Size"},void 0,!1,void 0,this),z("div",{className:"value",children:v(X.filesize)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-preview-stat",children:[z("div",{className:"label",children:"Created"},void 0,!1,void 0,this),z("div",{className:"value",children:FY(X.createdAt||X.created_at)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z("div",{className:"media-preview-stat",children:[z("div",{className:"label",children:"Bucket"},void 0,!1,void 0,this),z("div",{className:"value",children:X.bucket},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),document.body),z(p0,{open:m,onOpenChange:p,children:z(v0,{className:"media-registry-dialog-sm",children:[z(g0,{children:z(m0,{children:"Bucket Colors"},void 0,!1,void 0,this)},void 0,!1,void 0,this),z("div",{className:"media-bucket-settings",children:E.map((N)=>z("div",{className:"bucket-setting-row",children:[z("span",{className:"bucket-name",children:N},void 0,!1,void 0,this),z("div",{className:"color-presets",children:y2.map((x)=>{let z5=K0(N,Q)===x;return z("button",{className:`color-bubble ${z5?"active":""}`,style:{backgroundColor:x},onClick:()=>_4(N,x),children:z5&&z(uq,{size:12,color:"white"},void 0,!1,void 0,this)},x,!1,void 0,this)})},void 0,!1,void 0,this)]},N,!0,void 0,this))},void 0,!1,void 0,this),z(f0,{children:z(e,{onClick:()=>p(!1),children:"Close"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{Check as IY,Copy as WW,ExternalLink as ZW,Key as HW,Loader2 as bY,Package as O2,Plus as CY,Settings as XW,Trash2 as JW}from"lucide-react";import{useCallback as zW,useEffect as GW,useState as I5}from"react";import{useState as h1,useEffect as tq,useCallback as sq}from"react";import{Loader2 as OY,Save as eq,ArrowLeft as YW,Package as qW}from"lucide-react";import{jsxDEV as G5}from"react/jsx-dev-runtime";function kY({plugin:Y,onBack:q,notify:W}){let[Z,J]=h1({}),[H,G]=h1(!0),[$,K]=h1(!1),[Q,U]=h1(null),_=sq(async()=>{try{G(!0);let B=(await j.get(`api/plugin-settings?pluginName=${Y.name}`).json()).docs?.find((y)=>y.pluginName===Y.name);if(B)J(B.config||{}),U(B.id);else{let y=(Y.configSchema||[]).reduce((M,R)=>{if(R.defaultValue!==void 0)M[R.name]=R.defaultValue;return M},{});J(y)}}catch(L){console.error("Failed to load plugin settings:",L),W?.("Failed to load plugin settings","error")}finally{G(!1)}},[Y,W]);tq(()=>{_()},[_]);let X=async(L)=>{L.preventDefault();try{K(!0);let B={pluginName:Y.name,config:Z};if(Q)await j.patch(`api/plugin-settings/${Q}`,{json:B});else await j.post("api/plugin-settings",{json:B});W?.("Settings saved successfully. Restart the server to apply changes."),_()}catch(B){console.error("Failed to save settings:",B),W?.("Failed to save settings","error")}finally{K(!1)}},w=(L,B)=>{J((y)=>({...y,[L]:B}))};if(H)return G5("div",{style:{display:"flex",justifyContent:"center",padding:"4rem"},children:G5(OY,{className:"opaca-spin",size:32,color:"var(--opaca-text-muted)"},void 0,!1,void 0,this)},void 0,!1,void 0,this);return G5("div",{className:"opaca-card",style:{padding:"2.5rem",border:"1px solid var(--opaca-border-strong)"},children:[G5("button",{onClick:q,style:{display:"flex",alignItems:"center",gap:"0.5rem",background:"none",border:"none",color:"var(--opaca-text-dim)",cursor:"pointer",fontSize:"0.875rem",marginBottom:"1.5rem",padding:0},children:[G5(YW,{size:16},void 0,!1,void 0,this),"Back to Plugins"]},void 0,!0,void 0,this),G5("div",{style:{display:"flex",alignItems:"center",gap:"1rem",marginBottom:"2.5rem"},children:[G5("div",{style:{width:"48px",height:"48px",borderRadius:"12px",background:"rgba(var(--opaca-accent-rgb), 0.1)",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--opaca-accent)"},children:G5(qW,{size:24},void 0,!1,void 0,this)},void 0,!1,void 0,this),G5("div",{children:[G5("h2",{style:{fontSize:"1.5rem",fontWeight:"600",margin:0},children:[Y.label||Y.name," Settings"]},void 0,!0,void 0,this),G5("p",{style:{color:"var(--opaca-text-dim)",margin:"0.25rem 0 0 0"},children:"Configure your plugin parameters below."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),G5("form",{onSubmit:X,style:{display:"grid",gap:"2rem"},children:[G5("div",{style:{display:"grid",gap:"1.5rem"},children:Y.configSchema?.map((L)=>G5(B5,{field:L,value:Z[L.name],onChange:(B)=>w(L.name,B),parentData:Z},L.name,!1,void 0,this))},void 0,!1,void 0,this),G5("div",{style:{display:"flex",gap:"1rem",marginTop:"1rem"},children:G5("button",{type:"submit",className:"opaca-btn opaca-btn-primary",disabled:$,style:{padding:"0.75rem 2rem",fontSize:"1rem"},children:[$?G5(OY,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):G5(eq,{size:18},void 0,!1,void 0,this),"Save Settings"]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}import{jsxDEV as P}from"react/jsx-dev-runtime";function k2({notify:Y,config:q}){let[W,Z]=I5([]),[J,H]=I5(!0),[G,$]=I5(!1),[K,Q]=I5(null),[U,_]=I5(""),[X,w]=I5("31536000"),[L,B]=I5(!1),[y,M]=I5({}),[R,O]=I5("general"),[m,p]=I5(null),F=zW(async()=>{try{H(!0);let I=await j.get("api/auth/api-key/list").json();Z(I.apiKeys||[])}catch(I){console.error(I),Y?.("Failed to load API keys","error")}finally{H(!1)}},[Y]);GW(()=>{F()},[F]);let E=(I,v)=>{M((n)=>{let t=n[I]||[],s={...n};if(t.includes(v)){let N=t.filter((x)=>x!==v);if(N.length===0)delete s[I];else s[I]=N}else s[I]=[...t,v];return s})},T=(I)=>{M((v)=>({...v,[I]:C}))},A=(I)=>{M((v)=>{let n={...v};return delete n[I],n})},b=async(I)=>{if(I.preventDefault(),!U.trim())return;try{$(!0);let v=await j.post("api/__admin/api-key/create",{json:{name:U,expiresIn:X?Number(X):void 0,permissions:y}}).json();Q(v.key),_(""),w("31536000"),M({}),await F(),Y?.("API Key generated successfully")}catch(v){console.error("API Key Creation Error:",v);let n=v.response?.json?await v.response.json().catch(()=>({})):{};Y?.(n.message||v.message||"Failed to generate API key","error")}finally{$(!1)}},S=async(I)=>{if(!confirm("Are you sure you want to delete this API key? This action cannot be undone."))return;try{await j.post("api/auth/api-key/delete",{json:{keyId:I}}),await F(),Y?.("API Key deleted successfully")}catch(v){console.error(v),Y?.("Failed to delete API key","error")}},f=()=>{if(K)navigator.clipboard.writeText(K),B(!0),setTimeout(()=>B(!1),2000),Y?.("API Key copied to clipboard")},C=["read","create","update","delete"];return P("div",{className:"opaca-admin-form",children:[P("div",{className:"opaca-header",children:P("div",{children:[P("h1",{className:"opaca-title",children:"Settings"},void 0,!1,void 0,this),P("p",{className:"opaca-subtitle",children:"Manage project settings, API Keys and Plugins."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),P("div",{style:{display:"flex",gap:"2rem",marginBottom:"2.5rem",borderBottom:"1px solid var(--opaca-border)",padding:"0 0.5rem"},children:[P("button",{onClick:()=>O("general"),style:{padding:"1rem 0.5rem",fontSize:"0.925rem",fontWeight:R==="general"?"600":"500",color:R==="general"?"var(--opaca-text)":"var(--opaca-text-dim)",borderBottom:"2px solid",borderColor:R==="general"?"var(--opaca-accent)":"transparent",background:"transparent",cursor:"pointer",transition:"all 0.2s"},children:"General & Keys"},void 0,!1,void 0,this),P("button",{onClick:()=>O("plugins"),style:{padding:"1rem 0.5rem",fontSize:"0.925rem",fontWeight:R==="plugins"?"600":"500",color:R==="plugins"?"var(--opaca-text)":"var(--opaca-text-dim)",borderBottom:"2px solid",borderColor:R==="plugins"?"var(--opaca-accent)":"transparent",background:"transparent",cursor:"pointer",transition:"all 0.2s",display:"flex",alignItems:"center",gap:"0.5rem"},children:["Plugins",q.plugins&&q.plugins.length>0&&P("span",{style:{fontSize:"0.65rem",background:"var(--opaca-accent)",color:"white",padding:"1px 6px",borderRadius:"10px",fontWeight:"700"},children:q.plugins.length},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),P("div",{style:{display:R==="general"?"grid":"none",gap:"2.5rem"},children:[P("div",{className:"opaca-card",style:{padding:"2.5rem",border:"1px solid var(--opaca-border-strong)"},children:[P("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"1rem"},children:[P("div",{style:{width:"32px",height:"32px",borderRadius:"8px",background:"rgba(var(--opaca-accent-rgb), 0.1)",display:"flex",alignItems:"center",justifyContent:"center"},children:P(CY,{size:18,color:"var(--opaca-accent)"},void 0,!1,void 0,this)},void 0,!1,void 0,this),P("h2",{style:{fontSize:"1.25rem",fontWeight:"600",margin:0},children:"Create New API Key"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),P("p",{style:{fontSize:"0.925rem",color:"var(--opaca-text-dim)",marginBottom:"2.5rem",maxWidth:"600px"},children:"Generate a secure token for external systems. Define granular permissions to control which data can be accessed or modified."},void 0,!1,void 0,this),P("form",{onSubmit:b,style:{display:"grid",gap:"2rem"},children:[P("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:"1rem"},children:[P("div",{className:"opaca-form-group",style:{margin:0},children:[P("label",{className:"opaca-label",htmlFor:"key-name",children:"Key Name"},void 0,!1,void 0,this),P("input",{id:"key-name",type:"text",className:"opaca-input",style:{fontSize:"1rem",padding:"0.875rem 1rem"},value:U,onChange:(I)=>_(I.target.value),placeholder:"e.g. Production Mobile App",required:!0},void 0,!1,void 0,this),P("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)",marginTop:"0.5rem",display:"block"},children:"A descriptive name to help you identify where this key is used."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),P("div",{className:"opaca-form-group",style:{margin:0},children:[P("label",{className:"opaca-label",htmlFor:"expires-in",children:"Expiration"},void 0,!1,void 0,this),P("select",{id:"expires-in",className:"opaca-input",style:{fontSize:"1rem",padding:"0.875rem 1rem",height:"auto"},value:X,onChange:(I)=>w(I.target.value),children:[P("option",{value:"2592000",children:"30 days"},void 0,!1,void 0,this),P("option",{value:"7776000",children:"90 days"},void 0,!1,void 0,this),P("option",{value:"31536000",children:"1 year"},void 0,!1,void 0,this),P("option",{value:"",children:"Never expire"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),P("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)",marginTop:"0.5rem",display:"block"},children:"How long until this key automatically expires."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),P("div",{style:{background:"rgba(var(--opaca-card-bg-rgb), 0.5)",border:"1px solid var(--opaca-border)",borderRadius:"12px",overflow:"hidden"},children:[P("div",{style:{padding:"1rem 1.25rem",background:"rgba(0,0,0,0.2)",borderBottom:"1px solid var(--opaca-border)",display:"flex",justifyContent:"space-between",alignItems:"center"},children:[P("label",{htmlFor:"permissions-matrix",className:"opaca-label",style:{margin:0,fontWeight:"600"},children:"Permissions Matrix"},void 0,!1,void 0,this),P("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:["Actions for ",q.collections.length," ",q.collections.length===1?"collection":"collections"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),P("div",{style:{overflowX:"auto"},children:P("table",{style:{width:"100%",borderCollapse:"collapse",textAlign:"left"},children:[P("thead",{children:P("tr",{style:{borderBottom:"1px solid var(--opaca-border)",background:"rgba(255,255,255,0.02)"},children:[P("th",{style:{padding:"1rem 1.25rem",fontSize:"0.75rem",fontWeight:"600",color:"var(--opaca-text-muted)",textTransform:"uppercase"},children:"Collection"},void 0,!1,void 0,this),C.map((I)=>P("th",{style:{padding:"1rem",fontSize:"0.75rem",fontWeight:"600",color:"var(--opaca-text-muted)",textAlign:"center",textTransform:"uppercase"},children:I},I,!1,void 0,this)),P("th",{style:{padding:"1rem 1.25rem",fontSize:"0.75rem",fontWeight:"600",color:"var(--opaca-text-muted)",textAlign:"right",textTransform:"uppercase"},children:"Full Access"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),P("tbody",{children:q.collections.map((I)=>{let v=y[I.slug]||[],n=C.every((t)=>v.includes(t));return P("tr",{style:{borderBottom:"1px solid var(--opaca-border)",transition:"background 0.2s"},children:[P("td",{style:{padding:"1rem 1.25rem"},children:P("span",{style:{fontSize:"0.875rem",fontWeight:"600"},children:I.slug},void 0,!1,void 0,this)},void 0,!1,void 0,this),C.map((t)=>{let s=v.includes(t);return P("td",{style:{padding:"0.5rem",textAlign:"center"},children:P("button",{type:"button",onClick:()=>E(I.slug,t),style:{width:"32px",height:"32px",borderRadius:"6px",border:"1px solid",borderColor:s?"var(--opaca-accent)":"var(--opaca-border)",background:s?"rgba(var(--opaca-accent-rgb), 0.15)":"transparent",color:s?"var(--opaca-accent)":"var(--opaca-text-muted)",display:"inline-flex",alignItems:"center",justifyContent:"center",cursor:"pointer",transition:"all 0.2s"},title:`${t.charAt(0).toUpperCase()+t.slice(1)} ${I.slug}`,children:P(IY,{size:14,style:{opacity:s?1:0.1},strokeWidth:3},void 0,!1,void 0,this)},void 0,!1,void 0,this)},t,!1,void 0,this)}),P("td",{style:{padding:"1rem 1.25rem",textAlign:"right"},children:P("button",{type:"button",onClick:()=>n?A(I.slug):T(I.slug),style:{fontSize:"0.75rem",color:n?"var(--opaca-accent)":"var(--opaca-text-dim)",background:"transparent",border:"1px solid",borderColor:n?"var(--opaca-accent)":"var(--opaca-border)",padding:"0.3rem 0.75rem",borderRadius:"6px",cursor:"pointer",transition:"all 0.2s"},children:n?"All Actions":"Full Access?"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},I.slug,!0,void 0,this)})},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),q.collections.length===0&&P("div",{style:{padding:"3rem 1rem",textAlign:"center"},children:P("p",{style:{fontSize:"0.875rem",color:"var(--opaca-text-dim)"},children:"No collections available to configure."},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),P("button",{type:"submit",className:"opaca-btn opaca-btn-primary",disabled:G||!U.trim(),style:{width:"100%",height:"48px",fontSize:"1rem",fontWeight:"600",boxShadow:"0 4px 12px rgba(var(--opaca-accent-rgb), 0.2)",marginTop:"0.5rem"},children:[G?P(bY,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):P(CY,{size:18,strokeWidth:2.5},void 0,!1,void 0,this),"Generate API Key"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),P("div",{style:{padding:"0 0.5rem"},children:[P("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"1.5rem"},children:[P(HW,{size:18,color:"var(--opaca-text-dim)"},void 0,!1,void 0,this),P("h2",{style:{fontSize:"1.125rem",fontWeight:"500",margin:0},children:"Existing Keys"},void 0,!1,void 0,this),P("div",{style:{height:"1px",flex:1,background:"var(--opaca-border)",marginLeft:"0.5rem"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this),K&&P("div",{style:{marginBottom:"2.5rem",padding:"1.75rem",background:"linear-gradient(135deg, rgba(52, 211, 153, 0.1) 0%, rgba(52, 211, 153, 0.02) 100%)",border:"1px solid rgba(52, 211, 153, 0.3)",borderRadius:"16px",position:"relative",overflow:"hidden"},children:[P("div",{style:{position:"absolute",top:0,left:0,width:"4px",height:"100%",background:"var(--opaca-success)"}},void 0,!1,void 0,this),P("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"flex-start",marginBottom:"1.25rem"},children:[P("div",{children:[P("h3",{style:{fontSize:"1rem",fontWeight:"600",color:"var(--opaca-success)",margin:"0 0 0.4rem 0"},children:"Key Generated Successfully"},void 0,!1,void 0,this),P("p",{style:{fontSize:"0.875rem",color:"var(--opaca-text-dim)",margin:0},children:"Copy this key now. For security reasons, it cannot be displayed again."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),P("div",{style:{padding:"0.4rem 0.8rem",borderRadius:"20px",background:"rgba(52, 211, 153, 0.2)",color:"var(--opaca-success)",fontSize:"0.7rem",fontWeight:"700",textTransform:"uppercase"},children:"Confidential"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),P("div",{style:{display:"flex",gap:"0.75rem"},children:[P("code",{style:{flex:1,padding:"1rem 1.25rem",background:"rgba(0,0,0,0.4)",border:"1px solid rgba(255,255,255,0.1)",borderRadius:"10px",fontFamily:"monospace",fontSize:"1rem",color:"#fff",letterSpacing:"0.5px"},children:K},void 0,!1,void 0,this),P("button",{type:"button",onClick:f,className:"opaca-btn",style:{background:"white",color:"#000",width:"48px",height:"48px",borderRadius:"10px"},children:L?P(IY,{size:18},void 0,!1,void 0,this):P(WW,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),J?P("div",{style:{display:"flex",justifyContent:"center",padding:"2rem"},children:P(bY,{size:24,className:"opaca-spin",color:"var(--opaca-text-muted)"},void 0,!1,void 0,this)},void 0,!1,void 0,this):W.length===0?P("div",{style:{textAlign:"center",padding:"2rem",color:"var(--opaca-text-muted)",fontSize:"0.875rem",background:"rgba(0,0,0,0.1)",borderRadius:"var(--opaca-radius)"},children:"No API keys generated yet."},void 0,!1,void 0,this):P("div",{style:{display:"grid",gap:"0.5rem"},children:W.map((I)=>P("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"1rem",background:"var(--opaca-card-bg)",border:"1px solid var(--opaca-border)",borderRadius:"var(--opaca-radius)"},children:[P("div",{children:[P("div",{style:{fontWeight:"500",fontSize:"0.875rem",marginBottom:"0.25rem"},children:I.name},void 0,!1,void 0,this),P("div",{style:{display:"flex",gap:"1rem",fontSize:"0.75rem",color:"var(--opaca-text-dim)"},children:[P("span",{children:["Created: ",new Date(I.createdAt).toLocaleDateString()]},void 0,!0,void 0,this),P("span",{children:["Prefix: ",I.prefix,"..."]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),I.permissions&&Object.keys(I.permissions).length>0&&P("div",{style:{marginTop:"0.75rem",display:"flex",flexWrap:"wrap",gap:"0.375rem"},children:Object.entries(I.permissions).map(([v,n])=>P("div",{style:{fontSize:"10px",background:"rgba(255,255,255,0.05)",padding:"0.125rem 0.5rem",borderRadius:"4px",border:"1px solid var(--opaca-border)",color:"var(--opaca-text-dim)"},children:[P("strong",{style:{color:"var(--opaca-text)"},children:[v,":"]},void 0,!0,void 0,this)," ",n.join(", ")]},v,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this),P("button",{type:"button",onClick:()=>S(I.id),className:"opaca-btn",style:{color:"var(--opaca-error)",background:"transparent",border:"none",padding:"0.5rem"},title:"Revoke Key",children:P(JW,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},I.id,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),P("div",{style:{display:R==="plugins"?"grid":"none",gap:"2.5rem"},children:m?P(kY,{plugin:m,onBack:()=>p(null),notify:Y},void 0,!1,void 0,this):P("div",{style:{padding:"0 0.5rem"},children:[P("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"1.5rem"},children:[P(O2,{size:18,color:"var(--opaca-text-dim)"},void 0,!1,void 0,this),P("h2",{style:{fontSize:"1.125rem",fontWeight:"500",margin:0},children:"Installed Plugins"},void 0,!1,void 0,this),P("div",{style:{height:"1px",flex:1,background:"var(--opaca-border)",marginLeft:"0.5rem"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this),P("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fill, minmax(350px, 1fr))",gap:"1.25rem"},children:[q.plugins?.map((I)=>P("div",{className:"opaca-card",style:{padding:"1.5rem",display:"flex",flexDirection:"column",gap:"1rem",border:"1px solid var(--opaca-border-strong)",position:"relative",overflow:"hidden"},children:[P("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"flex-start"},children:[P("div",{style:{display:"flex",gap:"1rem",alignItems:"center"},children:[P("div",{style:{width:"42px",height:"42px",borderRadius:"10px",background:"rgba(var(--opaca-accent-rgb), 0.1)",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--opaca-accent)"},children:P(O2,{size:22},void 0,!1,void 0,this)},void 0,!1,void 0,this),P("div",{children:[P("h3",{style:{fontSize:"1rem",fontWeight:"600",margin:0},children:I.label||I.name},void 0,!1,void 0,this),P("div",{style:{display:"flex",gap:"0.5rem",alignItems:"center",marginTop:"0.25rem"},children:[P("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:["v",I.version||"1.0.0"]},void 0,!0,void 0,this),I.author&&P("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:["• by ",I.author]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),I.homepage&&P("a",{href:I.homepage,target:"_blank",rel:"noopener noreferrer",style:{color:"var(--opaca-text-dim)"},children:P(ZW,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),P("p",{style:{fontSize:"0.875rem",color:"var(--opaca-text-dim)",lineHeight:"1.5",margin:0},children:I.description||"No description provided for this plugin."},void 0,!1,void 0,this),P("div",{style:{marginTop:"0.5rem",paddingTop:"1rem",borderTop:"1px solid var(--opaca-border)",display:"flex",justifyContent:"space-between",alignItems:"center"},children:[P("div",{style:{display:"flex",gap:"0.5rem"},children:[P("span",{style:{fontSize:"0.7rem",padding:"0.125rem 0.5rem",borderRadius:"100px",background:"rgba(52, 211, 153, 0.1)",color:"var(--opaca-success)",fontWeight:"600"},children:"Active"},void 0,!1,void 0,this),I.configSchema&&P("button",{onClick:()=>p(I),style:{fontSize:"0.7rem",padding:"0.125rem 0.6rem",borderRadius:"100px",background:"rgba(var(--opaca-accent-rgb), 0.1)",color:"var(--opaca-accent)",fontWeight:"700",border:"1px solid var(--opaca-accent)",cursor:"pointer",display:"flex",alignItems:"center",gap:"3px",transition:"all 0.2s"},children:[P(XW,{size:10},void 0,!1,void 0,this),"Configure"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),P("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-dim)"},children:["ID: ",I.name]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},I.name,!0,void 0,this)),(!q.plugins||q.plugins.length===0)&&P("div",{style:{gridColumn:"1 / -1",textAlign:"center",padding:"3rem",background:"rgba(0,0,0,0.05)",borderRadius:"12px",border:"2px dashed var(--opaca-border)"},children:[P(O2,{size:32,style:{opacity:0.2,marginBottom:"1rem"}},void 0,!1,void 0,this),P("p",{style:{color:"var(--opaca-text-muted)",margin:0},children:"No plugins installed in this project."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{jsxDEV as c,Fragment as UW}from"react/jsx-dev-runtime";function hY({config:Y,serverUrl:q,initialNeedsInit:W}){let[Z,J]=$W(!0);SY(()=>{if(typeof window<"u")window.opaca={ui:{registerSidebarItem:C0,registerAdminRoute:C0}}},[]),SY(()=>{if(!q||!q.startsWith("http"))return;u2(q),h2(q),J1(),(async()=>{try{try{if(W!==void 0)Q1(W);else{let O=await j.get("api/__admin/setup").json();m5.debug("Setup status:",O.initialized),Q1(!O.initialized)}}catch(O){m5.warn("Failed to check setup status:",O)}let R=null;try{if(Y)R=Y,j1(Y);else{let O=await j.get("api/__admin/metadata").json();R=O,j1(O)}}catch(O){m5.error("Failed to fetch metadata:",O)}if(R?.plugins){for(let O of R.plugins)if(O.adminUI?.component)C0({label:O.label||O.name,icon:O.icon||"Puzzle",path:`/admin/${O.name.toLowerCase()}`,component:O.adminUI.component})}if(R&&R.plugins){let O=[];for(let m of R.plugins){if(m.adminUI?.source&&m.adminUI.component){if(typeof customElements<"u"&&!customElements.get(m.adminUI.component))try{Function(m.adminUI.source)(),m5.debug(`Inlined source executed for ${m.name}`)}catch(p){m5.error(`Failed to execute inlined source for ${m.name}:`,p)}}if(m.adminAssets){let p=m.adminAssets;p.styles?.forEach((F)=>{let E=F.startsWith("/")?`${q}${F}`:F;if(!document.querySelector(`link[href="${E}"]`)){let T=document.createElement("link");T.rel="stylesheet",T.href=E,document.head.appendChild(T)}}),p.scripts?.forEach((F)=>{let E=F.startsWith("/")?`${q}${F}`:F;if(!document.querySelector(`script[src="${E}"]`))O.push(new Promise((T)=>{let A=document.createElement("script");A.src=E,A.onload=()=>T(),A.onerror=()=>{m5.error(`Failed to load script: ${E}`),T()},document.body.appendChild(A)}))})}}if(O.length>0)await Promise.all(O)}}catch(R){m5.error("Unexpected initialization error:",R)}finally{J(!1)}})()},[Y,W,q]);let H=_0(N5),G=_0(E1),$=_0(q0),K=_0(f5),Q=_0(Z0),U=_0(b5),_=_0(W0),X=async(M)=>{await m1(M)},w=async()=>{await f1()},L=_W((M)=>{let R=M.startsWith("_")?M.replace(/^_/,""):M;f5.open(`/admin/collections/${R}`)},[]);if(!q||!q.startsWith("http"))return c("div",{className:"opaca-admin",children:c("div",{className:"opaca-loading-screen",children:c("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[c(QW,{size:24,className:"opaca-spin"},void 0,!1,void 0,this),c("span",{style:{fontWeight:500},children:"Waiting for server configuration..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(G)return c("div",{className:"opaca-admin",children:c(wY,{onSuccess:()=>{Q1(!1),l("Welcome! System initialized successfully")}},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(!U&&!Q)return c("div",{className:"opaca-admin",children:c(RY,{onLogin:X},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(Z||U||!H)return c("div",{className:"opaca-admin",children:c("div",{className:"opaca-loading-screen",children:c("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[c("svg",{className:"opaca-spin",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[c("title",{children:"Loading"},void 0,!1,void 0,this),c("path",{d:"M12 2V6M12 18V22M6 12H2M22 12H18M18.36 5.64L15.53 8.47M8.47 15.53L5.64 18.36M18.36 18.36L15.53 15.53M8.47 8.47L5.64 5.64",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),c("span",{style:{fontWeight:500},children:"Loading OpacaCMS..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this);let B=[];if(K){if(K.route==="collections"){B.push({label:"Collections"});let M=K.params.slug,R=H.collections.find((O)=>O.slug===M||O.slug===`_${M}`);B.push({label:R?.label||(M.startsWith("_")?M.replace(/^_/,""):M).charAt(0).toUpperCase()+(M.startsWith("_")?M.replace(/^_/,""):M).slice(1)})}else if(K.route==="document"){B.push({label:"Collections"});let M=K.params.slug,R=H.collections.find((O)=>O.slug===M||O.slug===`_${M}`);B.push({label:R?.label||(M.startsWith("_")?M.replace(/^_/,""):M).charAt(0).toUpperCase()+(M.startsWith("_")?M.replace(/^_/,""):M).slice(1),href:`/admin/collections/${M.startsWith("_")?M.replace(/^_/,""):M}`}),B.push({label:K.params.id==="create"?"Create":"Edit"})}else if(K.route==="globals"){B.push({label:"Globals"});let M=K.params.slug;B.push({label:M.charAt(0).toUpperCase()+M.slice(1)})}else if(K.route==="settings")B.push({label:"Settings"});else if(K.route==="plugin"){let M=K.params.path,R=M==="settings"?"/admin/settings":`/admin/${M}`,O=_.find((m)=>m.path===R);if(O)B.push({label:O.label})}}let y=()=>{if(!K||K.route==="dashboard")return c(v4,{config:H,user:Q?.user},void 0,!1,void 0,this);if(K.route==="collections"){let M=K.params.slug,R=H.collections.find((O)=>O.slug===M||O.slug===`_${M}`);if(!R)return c("div",{children:"Not Found"},void 0,!1,void 0,this);if(typeof R.admin==="object"&&R.admin.disableAdmin)return c("div",{children:"Not Found"},void 0,!1,void 0,this);if(R.admin===!1)return c("div",{children:"Not Found"},void 0,!1,void 0,this);if(R.slug==="_opaca_assets")return c(yY,{collection:R,config:H},void 0,!1,void 0,this);return c(p4,{collection:R},void 0,!1,void 0,this)}if(K.route==="document"){let{slug:M,id:R}=K.params,O=H.collections.find((m)=>m.slug===M||m.slug===`_${M}`);if(!O)return c("div",{children:"Not Found"},void 0,!1,void 0,this);return c(KY,{collection:O,id:R,onBack:()=>L(M)},void 0,!1,void 0,this)}if(K.route==="globals"){let M=K.params.slug,R=H.globals?.find((O)=>O.slug===M);if(!R)return c("div",{children:"Not Found"},void 0,!1,void 0,this);return c(UY,{global:R,onBack:()=>f5.open("/admin")},void 0,!1,void 0,this)}if(K.route==="settings")return c(k2,{config:H},void 0,!1,void 0,this);if(K.route==="plugin"){let M=K.params.path;if(M==="settings")return c(k2,{config:H},void 0,!1,void 0,this);let R=`/admin/${M.toLowerCase()}`,O=_.find((m)=>m.path.toLowerCase()===R);if(O){if(O.component&&customElements.get(O.component))return KW.createElement(O.component,{"server-url":q,"plugin-name":M.toLowerCase()});return c("div",{style:{padding:"4rem",textAlign:"center",display:"flex",flexDirection:"column",alignItems:"center",gap:"1rem"},children:[c("div",{className:"opaca-spin",children:c("svg",{viewBox:"0 0 24 24",width:"32",height:"32",stroke:"currentColor",strokeWidth:"2",fill:"none",children:c("path",{d:"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83"},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),c("p",{style:{fontWeight:500},children:"Loading plugin UI..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}}return c("div",{children:"404"},void 0,!1,void 0,this)};return c(UW,{children:[c(t2,{config:H,user:Q?.user,onLogout:w,children:c("div",{style:{maxWidth:"100%",margin:"0 auto",width:"100%",paddingBottom:"4rem"},children:[B.length>0&&c(s2,{items:B},void 0,!1,void 0,this),y()]},void 0,!0,void 0,this)},void 0,!1,void 0,this),c(e2,{toasts:$,onClear:g1},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var wW=LW(hY,{props:{serverUrl:"string",config:"json",initialNeedsInit:"boolean"}});if(typeof window<"u"&&!customElements.get("opaca-admin"))customElements.define("opaca-admin",wW);export{wW as OpacaAdminWebComponent};
|
|
6
|
+
`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{useEffect as fT1,useState as wR}from"react";function h(J){throw Error(J)}var s2=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",GK1=s2&&"documentMode"in document?document.documentMode:null,m2=s2&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),N9=s2&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),qM=s2&&"InputEvent"in window&&!GK1?"getTargetRanges"in new window.InputEvent("input"):!1,EM=s2&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent),pE=s2&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,WK1=s2&&/Android/.test(navigator.userAgent),Ag=s2&&/^(?=.*Chrome).*/i.test(navigator.userAgent),lx=s2&&WK1&&Ag,RM=s2&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&m2&&!Ag,HK1=1,qK1=3,zK1=9,KK1=11,b3=0,Og=1,ID=2,Tg=0,Xh=1,Gh=2,Wh=1,Hh=2,zM=4,KM=8,qh=16,zh=32,Kh=64,Bh=128,wg=256,yg=512,Vg=1024,BK1=Wh|Hh|zM|KM|qh|zh|Kh|Bh|wg|yg|Vg,dx=1,gE=2,$h=1,Fh=2,Ph=3,Ah=4,Oh=5,Th=6,Cg=" ",$K1="",NE=EM||pE||RM?Cg:$K1,LE=`
|
|
7
|
+
|
|
8
|
+
`,wh=N9?Cg:NE,bg="֑-߿יִ-﷽ﹰ-ﻼ",kg="A-Za-zÀ-ÖØ-ö"+"ø-ʸ̀-ࠀ-Ⰰ-"+"︀--",RC2=new RegExp("^[^"+kg+"]*["+bg+"]"),MC2=new RegExp("^[^"+bg+"]*["+kg+"]"),P0={bold:Wh,capitalize:Vg,code:qh,highlight:Bh,italic:Hh,lowercase:wg,strikethrough:zM,subscript:zh,superscript:Kh,underline:KM,uppercase:yg},FK1={directionless:dx,unmergeable:gE},sx={center:Fh,end:Th,justify:Ah,left:$h,right:Ph,start:Oh},PK1={[Fh]:"center",[Th]:"end",[Ah]:"justify",[$h]:"left",[Ph]:"right",[Oh]:"start"},AK1={normal:Tg,segmented:Gh,token:Xh},OK1={[Tg]:"normal",[Gh]:"segmented",[Xh]:"token"},Ug="$",Sj="$config";function TK1(J,Z){let Q=J._decorators,G=J._pendingDecorators||Q,W=Z._nodeMap,H;for(H in G)if(!W.has(H)){if(G===Q)G=SN(J);delete G[H]}}function Sg(J,Z,Q,X,G,W){let H=J.getFirstChild();while(H!==null){let q=H.__key;if(H.__parent===Z){if(M(H))Sg(H,q,Q,X,G,W);if(!Q.has(q))W.delete(q);G.push(q)}H=H.getNextSibling()}}function wK1(J,Z,Q,X){let G=J._nodeMap,W=Z._nodeMap,H=[];for(let[q]of X){let z=W.get(q);if(z!==void 0){if(!z.isAttached()){if(M(z))Sg(z,q,G,W,H,X);if(!G.has(q))X.delete(q);H.push(q)}}}for(let q of H)W.delete(q);for(let q of Q){let z=W.get(q);if(z!==void 0&&!z.isAttached()){if(!G.has(q))Q.delete(q);W.delete(q)}}}var yK1=100,rx=!1,yh=0;function VK1(){return rx}function CK1(J){yh=J.timeStamp}function bK1(J){if(yh===0)o0(J).addEventListener("textInput",CK1,!0)}function fx(J,Z,Q){let X=J.nodeName==="BR",G=Z.__lexicalLineBreak;return G&&(J===G||X&&J.previousSibling===G)||X&&rM(J,Q)!==void 0}function kK1(J){return J.getEditorState().read(()=>{let Z=f();return Z!==null?Z.clone():null})}function UK1(J,Z,Q){let X=I0(o0(Q)),G=null,W=null;if(X!==null&&X.anchorNode===J)G=X.anchorOffset,W=X.focusOffset;let H=J.nodeValue;if(H!==null)sh(Z,H,G,W,!1)}function SK1(J,Z,Q){if(v(J)){let X=J.anchor.getNode();if(X.is(Q)&&J.format!==X.getFormat())return!1}return r4(Z)&&Q.isAttached()}function DK1(J,Z,Q,X){for(let G=J;G&&!QF1(G);G=YR(G)){let W=rM(G,Z);if(W!==void 0){let H=w1(W,Q);if(H)return B1(H)||!C1(G)?void 0:[G,H]}else if(G===X)return[X,DN(Q)]}}function Dg(J,Z,Q){rx=!0;let X=performance.now()-yh>yK1;try{U5(J,()=>{let G=f()||kK1(J),W=new Map,H=J.getRootElement(),q=J._editorState,z=J._blockCursorElement,K=!1,B="";for(let $=0;$<Z.length;$++){let P=Z[$],O=P.type,A=P.target,T=DK1(A,J,q,H);if(!T)continue;let[w,y]=T;if(O==="characterData"){if(X&&j(y)&&r4(A)&&SK1(G,A,y))UK1(A,y,J)}else if(O==="childList"){K=!0;let V=P.addedNodes;for(let C=0;C<V.length;C++){let R=V[C],k=sM(R),S=R.parentNode;if(S!=null&&R!==z&&k===null&&!fx(R,S,J)){if(N9){let x=(C1(R)?R.innerText:null)||R.nodeValue;if(x)B+=x}S.removeChild(R)}}let b=P.removedNodes,D=b.length;if(D>0){let C=0;for(let R=0;R<D;R++){let k=b[R];if(fx(k,A,J)||z===k)A.appendChild(k),C++}if(D!==C)W.set(w,y)}}}if(W.size>0)for(let[$,P]of W)P.reconcileObservedMutation($,J);let F=Q.takeRecords();if(F.length>0){for(let $=0;$<F.length;$++){let P=F[$],O=P.addedNodes,A=P.target;for(let T=0;T<O.length;T++){let w=O[T],y=w.parentNode;if(y!=null&&w.nodeName==="BR"&&!fx(w,A,J))y.removeChild(w)}}Q.takeRecords()}if(G!==null){if(K)L1(G);if(N9&&hN(J))G.insertRawText(B)}})}finally{rx=!1}}function Eg(J){let Z=J._observer;if(Z!==null){let Q=Z.takeRecords();Dg(J,Q,Z)}}function Rg(J){bK1(J),J._observer=new MutationObserver((Z,Q)=>{Dg(J,Z,Q)})}class Mg{key;parse;unparse;isEqual;defaultValue;constructor(J,Z){this.key=J,this.parse=Z.parse.bind(Z),this.unparse=(Z.unparse||xK1).bind(Z),this.isEqual=(Z.isEqual||Object.is).bind(Z),this.defaultValue=this.parse(void 0)}}function vg(J,Z){return new Mg(J,Z)}function MM(J,Z,Q="latest"){let G=(Q==="latest"?J.getLatest():J).__state;if(G)return xg(J,Z,G),G.getValue(Z);return Z.defaultValue}function Vh(J,Z,Q){W0();let X;if(typeof Q==="function"){let H=J.getLatest(),q=MM(H,Z);if(X=Q(q),Z.isEqual(q,X))return H}else X=Q;let G=J.getWritable(),W=hg(G);return xg(J,Z,W),W.updateFromKnown(Z,X),G}function xg(J,Z,Q){{let X=Q.sharedNodeState.sharedConfigMap.get(Z.key);if(X!==void 0&&X!==Z)h(`$setState: State key collision ${JSON.stringify(Z.key)} detected in ${J.constructor.name} node with type ${J.getType()} and key ${J.getKey()}. Only one StateConfig with a given key should be used on a node.`)}}function EK1(J){let Z=new Map,Q=new Set;for(let X=typeof J==="function"?J:J.replace;X.prototype&&X.prototype.getType!==void 0;X=Object.getPrototypeOf(X)){let{ownNodeConfig:G}=nM(X);if(G&&G.stateConfigs)for(let W of G.stateConfigs){let H;if("stateConfig"in W){if(H=W.stateConfig,W.flat)Q.add(H.key)}else H=W;Z.set(H.key,H)}}return{flatKeys:Q,sharedConfigMap:Z}}class Ch{node;knownState;unknownState;sharedNodeState;size;constructor(J,Z,Q=void 0,X=new Map,G=void 0){this.node=J,this.sharedNodeState=Z,this.unknownState=Q,this.knownState=X;let{sharedConfigMap:W}=this.sharedNodeState,H=G!==void 0?G:vK1(W,Q,X);{if(!(G===void 0||H===G))h(`NodeState: size != computedSize (${String(G)} != ${String(H)})`);for(let q of X.keys())if(!W.has(q.key))h(`NodeState: sharedConfigMap missing knownState key ${q.key}`)}this.size=H}getValue(J){let Z=this.knownState.get(J);if(Z!==void 0)return Z;this.sharedNodeState.sharedConfigMap.set(J.key,J);let Q=J.defaultValue;if(this.unknownState&&J.key in this.unknownState){let X=this.unknownState[J.key];if(X!==void 0)Q=J.parse(X);this.updateFromKnown(J,Q)}return Q}getInternalState(){return[this.unknownState,this.knownState]}toJSON(){let J={...this.unknownState},Z={};for(let[Q,X]of this.knownState)if(Q.isEqual(X,Q.defaultValue))delete J[Q.key];else J[Q.key]=Q.unparse(X);for(let Q of this.sharedNodeState.flatKeys)if(Q in J)Z[Q]=J[Q],delete J[Q];if(Dj(J))Z[Ug]=J;return Z}getWritable(J){if(this.node===J)return this;let{sharedNodeState:Z,unknownState:Q}=this,X=new Map(this.knownState);return new Ch(J,Z,hK1(Z.sharedConfigMap,X,Q),X,this.size)}updateFromKnown(J,Z){let Q=J.key;this.sharedNodeState.sharedConfigMap.set(Q,J);let{knownState:X,unknownState:G}=this;if(!(X.has(J)||G&&(Q in G))){if(G)delete G[Q],this.unknownState=Dj(G);this.size++}X.set(J,Z)}updateFromUnknown(J,Z){let Q=this.sharedNodeState.sharedConfigMap.get(J);if(Q)this.updateFromKnown(Q,Q.parse(Z));else{if(this.unknownState=this.unknownState||{},!(J in this.unknownState))this.size++;this.unknownState[J]=Z}}updateFromJSON(J){let{knownState:Z}=this;for(let Q of Z.keys())Z.set(Q,Q.defaultValue);if(this.size=Z.size,this.unknownState=void 0,J)for(let[Q,X]of Object.entries(J))this.updateFromUnknown(Q,X)}}function hg(J){let Z=J.getWritable(),Q=Z.__state?Z.__state.getWritable(Z):new Ch(Z,fg(Z));return Z.__state=Q,Q}function fg(J){return J.__state?J.__state.sharedNodeState:bN(tD(),J.getType()).sharedNodeState}function RK1(J,Z){let Q=J.getWritable(),X=Z[Ug],G=X;for(let W of fg(Q).flatKeys)if(W in Z){if(G===void 0||G===X)G={...X};G[W]=Z[W]}if(Q.__state||G)hg(J).updateFromJSON(G);return Q}function MK1(J,Z){if(J===Z)return!0;if(J&&Z&&J.size!==Z.size)return!1;let Q=new Set;return!(J&&Ej(Q,J,Z)||Z&&Ej(Q,Z,J)||J&&Rj(Q,J,Z)||Z&&Rj(Q,Z,J))}function vK1(J,Z,Q){let X=Q.size;if(Z)for(let G in Z){let W=J.get(G);if(!W||!Q.has(W))X++}return X}function Dj(J){if(J)for(let Z in J)return J;return}function xK1(J){return J}function hK1(J,Z,Q){let X=void 0;if(Q)for(let[G,W]of Object.entries(Q)){let H=J.get(G);if(H){if(!Z.has(H))Z.set(H,H.parse(W))}else X=X||{},X[G]=W}return X}function Ej(J,Z,Q){for(let[X,G]of Z.knownState){if(J.has(X.key))continue;J.add(X.key);let W=Q?Q.getValue(X):X.defaultValue;if(W!==G&&!X.isEqual(W,G))return!0}return!1}function Rj(J,Z,Q){let{unknownState:X}=Z,G=Q?Q.unknownState:void 0;if(X)for(let[W,H]of Object.entries(X)){if(J.has(W))continue;J.add(W);let q=G?G[W]:void 0;if(H!==q)return!0}return!1}function Mj(J,Z){let Q=J.__state;return Q&&Q.node===J?Q.getWritable(Z):Q}function vj(J,Z){let{__mode:Q,__format:X,__style:G}=J,W=Z.__mode,H=Z.__format,q=Z.__style,z=J.__state,K=Z.__state;return(Q===null||Q===W)&&(X===null||X===H)&&(G===null||G===q)&&(J.__state===null||z===K||MK1(z,K))}function xj(J,Z){let Q=J.mergeWithSibling(Z),X=v1()._normalizedNodes;return X.add(J.__key),X.add(Z.__key),Q}function Ig(J){let Z=J;if(Z.__text===""&&Z.isSimpleText()&&!Z.isUnmergeable()){Z.remove();return}let Q;while((Q=Z.getPreviousSibling())!==null&&j(Q)&&Q.isSimpleText()&&!Q.isUnmergeable())if(Q.__text==="")Q.remove();else if(vj(Q,Z)){Z=xj(Q,Z);break}else break;let X;while((X=Z.getNextSibling())!==null&&j(X)&&X.isSimpleText()&&!X.isUnmergeable())if(X.__text==="")X.remove();else if(vj(Z,X)){Z=xj(Z,X);break}else break}function _2(J){return hj(J.anchor),hj(J.focus),J}function hj(J){while(J.type==="element"){let Z=J.getNode(),Q=J.offset,X,G;if(Q===Z.getChildrenSize())X=Z.getChildAtIndex(Q-1),G=!0;else X=Z.getChildAtIndex(Q),G=!1;if(j(X)){J.set(X.__key,G?X.getTextContentSize():0,"text",!0);break}else if(!M(X))break;J.set(X.__key,G?X.getChildrenSize():0,"element",!0)}}var J0="",w5=null,T3=null,k3,O0,mE,MD=!1,vM=!1,xM,ax,cx,U3,u2,tx,_E;function hM(J,Z){let Q=U3.get(J);if(Z!==null){let X=Uh(J);if(X.parentNode===Z)Z.removeChild(X)}if(!u2.has(J))O0._keyToDOMMap.delete(J);if(M(Q)){let X=BM(Q,U3);bh(X,0,X.length-1,null)}if(Q!==void 0)rh(_E,mE,xM,Q,"destroyed")}function bh(J,Z,Q,X){for(let G=Z;G<=Q;++G){let W=J[G];if(W!==void 0)hM(W,X)}}function A3(J,Z){J.setProperty("text-align",Z)}var fK1="40px";function jg(J,Z){let Q=k3.theme.indent;if(typeof Q==="string"){let G=J.classList.contains(Q);if(Z>0&&!G)J.classList.add(Q);else if(Z<1&&G)J.classList.remove(Q)}if(Z===0){J.style.setProperty("padding-inline-start","");return}let X=getComputedStyle(O0._rootElement||J).getPropertyValue("--lexical-indent-base-value")||fK1;J.style.setProperty("padding-inline-start",`calc(${Z} * ${X})`)}function gg(J,Z){let Q=J.style;if(Z===0)A3(Q,"");else if(Z===$h)A3(Q,"left");else if(Z===Fh)A3(Q,"center");else if(Z===Ph)A3(Q,"right");else if(Z===Ah)A3(Q,"justify");else if(Z===Oh)A3(Q,"start");else if(Z===Th)A3(Q,"end")}function IK1(J){let Z=J.__dir;if(Z!==null)return Z;if(l1(J))return null;let Q=J.getParentOrThrow();if(!l1(Q)||Q.__dir!==null)return null;return"auto"}function nx(J,Z){let Q=IK1(Z);if(Q!==null)J.dir=Q;else J.removeAttribute("dir")}function fM(J,Z){let Q=u2.get(J);if(Q===void 0)h("createNode: node does not exist in nodeMap");let X=Q.createDOM(k3,O0);if(uK1(J,X,O0),j(Q))X.setAttribute("data-lexical-text","true");else if(B1(Q))X.setAttribute("data-lexical-decorator","true");if(M(Q)){let{__indent:G,__size:W}=Q;if(nx(X,Q),G!==0)jg(X,G);if(W!==0){let q=W-1,z=BM(Q,u2);kh(z,Q,0,q,Q.getDOMSlot(X))}let H=Q.__format;if(H!==0)gg(X,H);if(!Q.isInline())Ng(null,Q,X)}else{let G=Q.getTextContent();if(B1(Q)){let W=Q.decorate(O0,k3);if(W!==null)Lg(J,W);X.contentEditable="false"}J0+=G}if(Z!==null)Z.insertChild(X);return Object.freeze(Q),rh(_E,mE,xM,Q,"created"),X}function kh(J,Z,Q,X,G){let W=J0;J0="";let H=Q;for(;H<=X;++H){fM(J[H],G);let z=u2.get(J[H]);if(z!==null&&j(z)){if(w5===null)w5=z.getFormat(),T3=z.getStyle()}else if(M(z)&&H<X&&!z.isInline())J0+=LE}let q=G.element;q.__lexicalTextContent=J0,J0=W+J0}function fj(J,Z){if(J){let Q=J.__last;if(Q){let X=Z.get(Q);if(X)return V5(X)?"line-break":B1(X)&&X.isInline()?"decorator":null}return"empty"}return null}function Ng(J,Z,Q){let X=fj(J,U3),G=fj(Z,u2);if(X!==G)Z.getDOMSlot(Q).setManagedLineBreak(G)}function jK1(J){if(w5!=null&&w5!==J.__textFormat&&!vM)J.setTextFormat(w5)}function gK1(J){if(T3!=null&&T3!==J.__textStyle&&!vM)J.setTextStyle(T3)}function NK1(J,Z,Q){w5=null,T3=null,LK1(J,Z,Z.getDOMSlot(Q)),jK1(Z),gK1(Z)}function BM(J,Z){let Q=[],X=J.__first;while(X!==null){let G=Z.get(X);if(G===void 0)h("createChildrenArray: node does not exist in nodeMap");Q.push(X),X=G.__next}return Q}function LK1(J,Z,Q){let X=J0,G=J.__size,W=Z.__size;J0="";let H=Q.element;if(G===1&&W===1){let q=J.__first,z=Z.__first;if(q===z)$M(q,H);else{let B=Uh(q),F=fM(z,null);try{H.replaceChild(F,B)}catch($){if(typeof $==="object"&&$!=null){let P=`${$.toString()} Parent: ${H.tagName}, new child: {tag: ${F.tagName} key: ${z}}, old child: {tag: ${B.tagName}, key: ${q}}.`;throw Error(P)}else throw $}hM(q,null)}let K=u2.get(z);if(j(K)){if(w5===null)w5=K.getFormat(),T3=K.getStyle()}}else{let q=BM(J,U3),z=BM(Z,u2);if(q.length!==G)h("$reconcileChildren: prevChildren.length !== prevChildrenSize");if(z.length!==W)h("$reconcileChildren: nextChildren.length !== nextChildrenSize");if(G===0){if(W!==0)kh(z,Z,0,W-1,Q)}else if(W===0){if(G!==0){let K=Q.after==null&&Q.before==null&&Q.element.__lexicalLineBreak==null;if(bh(q,0,G-1,K?null:H),K)H.textContent=""}}else mK1(Z,q,z,G,W,Q)}H.__lexicalTextContent=J0,J0=X+J0}function $M(J,Z){let Q=U3.get(J),X=u2.get(J);if(Q===void 0||X===void 0)h("reconcileNode: prevNode or nextNode does not exist in nodeMap");let G=MD||cx.has(J)||ax.has(J),W=ND(O0,J);if(Q===X&&!G){let H;if(M(Q)){let q=W.__lexicalTextContent;if(typeof q==="string")H=q;else H=Q.getTextContent(),W.__lexicalTextContent=H}else H=Q.getTextContent();return J0+=H,W}if(Q!==X&&G)rh(_E,mE,xM,X,"updated");if(X.updateDOM(Q,W,k3)){let H=fM(J,null);if(Z===null)h("reconcileNode: parentDOM is null");return Z.replaceChild(H,W),hM(J,null),H}if(M(Q)){if(!M(X))h(`Node with key ${J} changed from ElementNode to !ElementNode`);let H=X.__indent;if(MD||H!==Q.__indent)jg(W,H);let q=X.__format;if(MD||q!==Q.__format)gg(W,q);if(G){if(NK1(Q,X,W),!l1(X)&&!X.isInline())Ng(Q,X,W)}else{let z=W.__lexicalTextContent,K;if(typeof z==="string")K=z;else K=Q.getTextContent(),W.__lexicalTextContent=K;J0+=K}if(MD||X.__dir!==Q.__dir){if(nx(W,X),l1(X)&&!MD){for(let z of X.getChildren())if(M(z)){let K=ND(O0,z.getKey());nx(K,z)}}}}else{let H=X.getTextContent();if(B1(X)){let q=X.decorate(O0,k3);if(q!==null)Lg(J,q)}J0+=H}if(!vM&&l1(X)&&X.__cachedText!==J0){let H=X.getWritable();H.__cachedText=J0,X=H}return Object.freeze(X),W}function Lg(J,Z){let{_pendingDecorators:Q,_decorators:X}=O0;if(Q===null){if(X[J]===Z)return;Q=SN(O0)}Q[J]=Z}function Ix(J){let Z=J.nextSibling;if(Z!==null&&Z===O0._blockCursorElement)Z=Z.nextSibling;return Z}function Ij(J,Z){let Q=new Set;for(let X=Z;X<J.length;X++)Q.add(J[X]);return Q}function mK1(J,Z,Q,X,G,W){let H=X-1,q=G-1,z,K,B=W.getFirstChild(),F=0,$=0;while(F<=H&&$<=q){let A=Z[F],T=Q[$];if(A===T)B=Ix($M(T,W.element)),F++,$++;else{if(K===void 0)K=Ij(Q,$);if(z===void 0)z=Ij(Z,F);else if(!z.has(A)){F++;continue}if(!K.has(A)){B=Ix(Uh(A)),hM(A,W.element),F++,z.delete(A);continue}if(!z.has(T))fM(T,W.withBefore(B)),$++;else{let y=ND(O0,T);if(y!==B)W.withBefore(B).insertChild(y);B=Ix($M(T,W.element)),F++,$++}}let w=u2.get(T);if(w!==null&&j(w)){if(w5===null)w5=w.getFormat(),T3=w.getStyle()}else if(M(w)&&$<=q&&!w.isInline())J0+=LE}let P=F>H,O=$>q;if(P&&!O){let A=Q[q+1],T=A===void 0?null:O0.getElementByKey(A);kh(Q,J,$,q,W.withBefore(T))}else if(O&&!P)bh(Z,F,H,W.element)}function _K1(J,Z,Q,X,G,W){J0="",MD=X===ID,O0=Q,k3=Q._config,mE=Q._nodes,xM=O0._listeners.mutation,ax=G,cx=W,U3=J._nodeMap,u2=Z._nodeMap,vM=Z._readOnly,tx=new Map(Q._keyToDOMMap);let H=new Map;return _E=H,$M("root",null),O0=void 0,mE=void 0,ax=void 0,cx=void 0,U3=void 0,u2=void 0,k3=void 0,tx=void 0,_E=void 0,H}function uK1(J,Z,Q){let X=Q._keyToDOMMap;F$1(Z,Q,J),X.set(J,Z)}function Uh(J){let Z=tx.get(J);if(Z===void 0)h(`Reconciliation: could not find DOM element for node key ${J}`);return Z}function pK1(J){{let Z=!1;return()=>{if(!Z)console.warn(J);Z=!0}}}function l(J){return{type:J}}var LD=l("SELECTION_CHANGE_COMMAND"),mg=l("SELECTION_INSERT_CLIPBOARD_NODES_COMMAND"),lE=l("CLICK_COMMAND"),_g=l("BEFORE_INPUT_COMMAND"),ug=l("INPUT_COMMAND"),pg=l("COMPOSITION_START_COMMAND"),lg=l("COMPOSITION_END_COMMAND"),L9=l("DELETE_CHARACTER_COMMAND"),w3=l("INSERT_LINE_BREAK_COMMAND"),S3=l("INSERT_PARAGRAPH_COMMAND"),y3=l("CONTROLLED_TEXT_INSERTION_COMMAND"),mD=l("PASTE_COMMAND"),FM=l("REMOVE_TEXT_COMMAND"),jD=l("DELETE_WORD_COMMAND"),gD=l("DELETE_LINE_COMMAND"),Y0=l("FORMAT_TEXT_COMMAND"),IM=l("UNDO_COMMAND"),jM=l("REDO_COMMAND"),dg=l("KEYDOWN_COMMAND"),Sh=l("KEY_ARROW_RIGHT_COMMAND"),sg=l("MOVE_TO_END"),dE=l("KEY_ARROW_LEFT_COMMAND"),rg=l("MOVE_TO_START"),_9=l("KEY_ARROW_UP_COMMAND"),u9=l("KEY_ARROW_DOWN_COMMAND"),D3=l("KEY_ENTER_COMMAND"),sE=l("KEY_SPACE_COMMAND"),Dh=l("KEY_BACKSPACE_COMMAND"),h3=l("KEY_ESCAPE_COMMAND"),Eh=l("KEY_DELETE_COMMAND"),p9=l("KEY_TAB_COMMAND"),rE=l("INSERT_TAB_COMMAND"),_D=l("INDENT_CONTENT_COMMAND"),uD=l("OUTDENT_CONTENT_COMMAND"),Rh=l("DROP_COMMAND"),ag=l("FORMAT_ELEMENT_COMMAND"),Mh=l("DRAGSTART_COMMAND"),vh=l("DRAGOVER_COMMAND"),lK1=l("DRAGEND_COMMAND"),pD=l("COPY_COMMAND"),gM=l("CUT_COMMAND"),PM=l("SELECT_ALL_COMMAND"),NM=l("CLEAR_EDITOR_COMMAND"),cg=l("CLEAR_HISTORY_COMMAND"),aE=l("CAN_REDO_COMMAND"),cE=l("CAN_UNDO_COMMAND"),dK1=l("FOCUS_COMMAND"),sK1=l("BLUR_COMMAND"),rK1=l("KEY_MODIFIER_COMMAND"),m4=Object.freeze({}),xh=30,ix=[["keydown",HB1],["pointerdown",tK1],["compositionstart",QB1],["compositionend",WB1],["input",ZB1],["click",cK1],["cut",m4],["copy",m4],["dragstart",m4],["dragover",m4],["dragend",m4],["paste",m4],["focus",m4],["blur",m4],["drop",m4]];if(qM)ix.push(["beforeinput",(J,Z)=>eK1(J,Z)]);var tE=0,tg=null,ng=0,vD=null,ox=new WeakMap,AM=new WeakMap,ex=!1,Jh=!1,IE=!1,fE=!1,XM=!1,GM="",O3=null,ig=[0,"",0,"root",0];function og(J,Z,Q,X,G){let{anchor:W,focus:H}=J,q=W.getNode(),z=v1(),K=I0(o0(z)),B=K!==null?K.anchorNode:null,F=W.key,$=z.getElementByKey(F),P=Q.length;return F!==H.key||!j(q)||(!G&&(!qM||ng<X+50)||q.isDirty()&&P<2||EN(Q))&&W.offset!==H.offset&&!q.isComposing()||T5(q)||q.isDirty()&&P>1||(G||!qM)&&$!==null&&!q.isComposing()&&B!==R3($)||K!==null&&Z!==null&&(!Z.collapsed||Z.startContainer!==K.anchorNode||Z.startOffset!==K.anchorOffset)||!q.isComposing()&&(q.getFormat()!==J.format||q.getStyle()!==J.style)||w$1(J,q)}function jj(J,Z){return r4(J)&&J.nodeValue!==null&&Z!==0&&Z!==J.nodeValue.length}function gj(J,Z,Q){let{anchorNode:X,anchorOffset:G,focusNode:W,focusOffset:H}=J;if(ex){if(ex=!1,jj(X,G)&&jj(W,H)&&!O3)return}U5(Z,()=>{if(!Q){L1(null);return}if(!sD(Z,X,W))return;let q=f();if(O3&&v(q)&&q.isCollapsed()){let z=q.anchor,K=O3.anchor;if(z.key===K.key&&z.offset===K.offset+1||z.offset===1&&K.getNode().is(z.getNode().getPreviousSibling()))q=O3.clone(),L1(q)}if(O3=null,v(q)){let z=q.anchor,K=z.getNode();if(q.isCollapsed()){if(J.type==="Range"&&J.anchorNode===J.focusNode)q.dirty=!0;let B=o0(Z).event,F=B?B.timeStamp:performance.now(),[$,P,O,A,T]=ig,w=V1(),y=Z.isComposing()===!1&&w.getTextContent()==="";if(F<T+200&&z.offset===O&&z.key===A)OM(q,$,P);else if(z.type==="text"){if(!j(K))h("Point.getNode() must return TextNode when type is text");eg(q,K)}else if(z.type==="element"&&!y){if(!M(K))h("Point.getNode() must return ElementNode when type is element");let V=z.getNode();if(V.isEmpty())aK1(q,V);else OM(q,0,"")}}else{let B=z.key,$=q.focus.key,P=q.getNodes(),O=P.length,A=q.isBackward(),T=A?H:G,w=A?G:H,y=A?$:B,V=A?B:$,b=BK1,D=!1;for(let C=0;C<O;C++){let R=P[C],k=R.getTextContentSize();if(j(R)&&k!==0&&!(C===0&&R.__key===y&&T===k||C===O-1&&R.__key===V&&w===0)){if(D=!0,b&=R.getFormat(),b===0)break}}q.format=D?b:0}}u(Z,LD,void 0)})}function OM(J,Z,Q){if(J.format!==Z||J.style!==Q)J.format=Z,J.style=Q,J.dirty=!0}function eg(J,Z){let Q=Z.getFormat(),X=Z.getStyle();OM(J,Q,X)}function aK1(J,Z){let Q=Z.getTextFormat(),X=Z.getTextStyle();OM(J,Q,X)}function cK1(J,Z){U5(Z,()=>{let Q=f(),X=I0(o0(Z)),G=d9();if(X){if(v(Q)){let W=Q.anchor,H=W.getNode();if(W.type==="element"&&W.offset===0&&Q.isCollapsed()&&!l1(H)&&V1().getChildrenSize()===1&&H.getTopLevelElementOrThrow().isEmpty()&&G!==null&&Q.is(G))X.removeAllRanges(),Q.dirty=!0;else if(J.detail===3&&!Q.isCollapsed()){let z=Q.focus.getNode();if(H!==z){let K=j1(H,(B)=>M(B)&&!B.isInline());if(M(K))K.select(0)}}}else if(J.pointerType==="touch"||J.pointerType==="pen"){let W=X.anchorNode;if(C1(W)||r4(W)){let H=Nh(G,X,Z,J);L1(H)}}}u(Z,lE,J)})}function tK1(J,Z){let{target:Q,pointerType:X}=J;if(r2(Q)&&X!=="touch"&&X!=="pen"&&J.button===0)U5(Z,()=>{if(!kN(Q))Jh=!0})}function JN(J){if(!J.getTargetRanges)return null;let Z=J.getTargetRanges();if(Z.length===0)return null;return Z[0]}function nK1(J,Z){return J!==Z||M(J)||M(Z)||!V3(J)||!V3(Z)}function iK1(J){return tg==="MediaLast"&&J<tE+xh}function oK1(J){J.registerCommand(_g,JB1,o),J.registerCommand(ug,YB1,o),J.registerCommand(pg,XB1,o),J.registerCommand(lg,GB1,o),J.registerCommand(dg,qB1,o)}function eK1(J,Z){let Q=J.inputType;if(Q==="deleteCompositionText"||N9&&hN(Z))return;else if(Q==="insertCompositionText")return;u(Z,_g,J)}function JB1(J){let Z=J.inputType,Q=JN(J),X=v1(),G=f();if(Z==="deleteContentBackward"){if(G===null){let B=d9();if(!v(B))return!0;L1(B.clone())}if(v(G)){let B=G.anchor.key===G.focus.key;if(iK1(J.timeStamp)&&X.isComposing()&&B){if(A0(null),tE=0,setTimeout(()=>{U5(X,()=>{A0(null)})},xh),v(G)){let F=G.anchor.getNode();if(F.markDirty(),!j(F))h("Anchor node must be a TextNode");eg(G,F)}}else{A0(null),J.preventDefault();let F=G.anchor.getNode(),$=F.getTextContent(),P=F.canInsertTextAfter(),O=G.anchor.offset===0&&G.focus.offset===$.length,A=lx&&B&&!O&&P;if(A&&G.isCollapsed())A=!B1(aM(G.anchor,!0));if(!A){u(X,L9,!0);let T=f();if(lx&&v(T)&&T.isCollapsed())O3=T,setTimeout(()=>O3=null)}}return!0}}if(!v(G))return!0;let W=J.data;if(vD!==null)dh(!1,X,vD);if((!G.dirty||vD!==null)&&G.isCollapsed()&&!l1(G.anchor.getNode())&&Q!==null)G.applyDOMRange(Q);vD=null;let{anchor:H,focus:q}=G,z=H.getNode(),K=q.getNode();if(Z==="insertText"||Z==="insertTranspose"){if(W===`
|
|
9
|
+
`)J.preventDefault(),u(X,w3,!1);else if(W===LE)J.preventDefault(),u(X,S3,void 0);else if(W==null&&J.dataTransfer){let B=J.dataTransfer.getData("text/plain");J.preventDefault(),G.insertRawText(B)}else if(W!=null&&og(G,Q,W,J.timeStamp,!0))J.preventDefault(),u(X,y3,W);else vD=W;return ng=J.timeStamp,!0}switch(J.preventDefault(),Z){case"insertFromYank":case"insertFromDrop":case"insertReplacementText":{u(X,y3,J);break}case"insertFromComposition":{A0(null),u(X,y3,J);break}case"insertLineBreak":{A0(null),u(X,w3,!1);break}case"insertParagraph":{if(A0(null),IE&&!pE)IE=!1,u(X,w3,!1);else u(X,S3,void 0);break}case"insertFromPaste":case"insertFromPasteAsQuotation":{u(X,mD,J);break}case"deleteByComposition":{if(nK1(z,K))u(X,FM,J);break}case"deleteByDrag":case"deleteByCut":{u(X,FM,J);break}case"deleteContent":{u(X,L9,!1);break}case"deleteWordBackward":{u(X,jD,!0);break}case"deleteWordForward":{u(X,jD,!1);break}case"deleteHardLineBackward":case"deleteSoftLineBackward":{u(X,gD,!0);break}case"deleteContentForward":case"deleteHardLineForward":case"deleteSoftLineForward":{u(X,gD,!1);break}case"formatStrikeThrough":{u(X,Y0,"strikethrough");break}case"formatBold":{u(X,Y0,"bold");break}case"formatItalic":{u(X,Y0,"italic");break}case"formatUnderline":{u(X,Y0,"underline");break}case"historyUndo":{u(X,IM,void 0);break}case"historyRedo":{u(X,jM,void 0);break}}return!0}function ZB1(J,Z){J.stopPropagation(),U5(Z,()=>{Z.dispatchCommand(ug,J)},{event:J}),vD=null}function YB1(J){if(C1(J.target)&&kN(J.target))return!0;let Z=v1(),Q=f(),X=J.data,G=JN(J);if(X!=null&&v(Q)&&og(Q,G,X,J.timeStamp,!1)){if(fE)TM(Z,X),fE=!1;let H=Q.anchor.getNode(),q=I0(o0(Z));if(q===null)return!0;let z=Q.isBackward(),K=z?Q.anchor.offset:Q.focus.offset,B=z?Q.focus.offset:Q.anchor.offset;if(!qM||Q.isCollapsed()||!j(H)||q.anchorNode===null||H.getTextContent().slice(0,K)+X+H.getTextContent().slice(K+B)!==MN(q.anchorNode))u(Z,y3,X);let F=X.length;if(N9&&F>1&&J.inputType==="insertCompositionText"&&!Z.isComposing())Q.anchor.offset-=F;if(lx&&Z.isComposing())tE=0,A0(null)}else if(dh(!1,Z,X!==null?X:void 0),fE)TM(Z,X||void 0),fE=!1;return A$1(),!0}function QB1(J,Z){u(Z,pg,J)}function XB1(J){let Z=v1(),Q=f();if(v(Q)&&!Z.isComposing()){let X=Q.anchor,G=Q.anchor.getNode();if(A0(X.key),aD(Ih),J.timeStamp<tE+xh||X.type==="element"||!Q.isCollapsed()||G.getFormat()!==Q.format||j(G)&&G.getStyle()!==Q.style)u(Z,y3,wh)}return!0}function GB1(J){let Z=v1();return TM(Z,J.data),aD(jh),!0}function TM(J,Z){let Q=J._compositionKey;if(A0(null),Q!==null&&Z!=null){if(Z===""){let X=w1(Q),G=J.getElementByKey(Q),W=R3(G);if(W!==null&&W.nodeValue!==null&&j(X)){let H=I0(o0(J)),q=null,z=null;if(H!==null&&H.anchorNode===W)q=H.anchorOffset,z=H.focusOffset;sh(X,W.nodeValue,q,z,!0)}return}else if(Z[Z.length-1]===`
|
|
10
|
+
`){let X=f();if(v(X)||f1(X)){if(v(X)){let G=X.focus;X.anchor.set(G.key,G.offset,G.type)}u(J,D3,null);return}}}dh(!0,J,Z)}function WB1(J,Z){if(N9)fE=!0;else if(!pE&&(EM||RM))XM=!0,GM=J.data;else u(Z,lg,J)}function HB1(J,Z){if(tE=J.timeStamp,tg=J.key,Z.isComposing())return;u(Z,dg,J)}function qB1(J){let Z=v1();if(J.key==null)return!0;if(XM){if(zg(J))return U5(Z,()=>{TM(Z,GM)}),XM=!1,GM="",!0;XM=!1,GM=""}if(m$1(J))u(Z,Sh,J);else if(_$1(J))u(Z,sg,J);else if(N$1(J))u(Z,dE,J);else if(L$1(J))u(Z,rg,J);else if(u$1(J))u(Z,_9,J);else if(p$1(J))u(Z,u9,J);else if(S$1(J))IE=!0,u(Z,D3,J);else if(d$1(J))u(Z,sE,J);else if(D$1(J))J.preventDefault(),IE=!0,u(Z,w3,!0);else if(U$1(J))IE=!1,u(Z,D3,J);else if(x$1(J))if(zg(J))u(Z,Dh,J);else J.preventDefault(),u(Z,L9,!0);else if(s$1(J))u(Z,h3,J);else if(h$1(J))if(r$1(J))u(Z,Eh,J);else J.preventDefault(),u(Z,L9,!1);else if(E$1(J))J.preventDefault(),u(Z,jD,!0);else if(R$1(J))J.preventDefault(),u(Z,jD,!1);else if(M$1(J))J.preventDefault(),u(Z,gD,!0);else if(v$1(J))J.preventDefault(),u(Z,gD,!1);else if(C$1(J))J.preventDefault(),u(Z,Y0,"bold");else if(k$1(J))J.preventDefault(),u(Z,Y0,"underline");else if(b$1(J))J.preventDefault(),u(Z,Y0,"italic");else if(V$1(J))u(Z,p9,J);else if(f$1(J))J.preventDefault(),u(Z,IM,void 0);else if(I$1(J))J.preventDefault(),u(Z,jM,void 0);else{let Q=Z._editorState._selection;if(Q!==null&&!v(Q)){if(j$1(J))J.preventDefault(),u(Z,pD,J);else if(g$1(J))J.preventDefault(),u(Z,gM,J);else if(Kg(J))J.preventDefault(),u(Z,PM,J)}else if(Kg(J))J.preventDefault(),u(Z,PM,J)}if(l$1(J))Z.dispatchCommand(rK1,J);return!0}function ZN(J){let Z=J.__lexicalEventHandles;if(Z===void 0)Z=[],J.__lexicalEventHandles=Z;return Z}var hD=new Map;function YN(J){let Z=JF1(J.target);if(Z===null)return;let Q=rD(Z.anchorNode);if(Q===null)return;if(Jh)Jh=!1,U5(Q,()=>{let z=d9(),K=Z.anchorNode;if(C1(K)||r4(K)){let B=Nh(z,Z,Q,J);L1(B)}});let X=lh(Q),G=X[X.length-1],W=G._key,H=hD.get(W),q=H||G;if(q!==Q)gj(Z,q,!1);if(gj(Z,Q,!0),Q!==G)hD.set(W,Q);else if(H)hD.delete(W)}function Nj(J){J._lexicalHandled=!0}function Lj(J){return J._lexicalHandled===!0}function zB1(J,Z){let Q=J.ownerDocument;ox.set(J,Q);let X=AM.get(Q)??0;if(X<1)Q.addEventListener("selectionchange",YN);AM.set(Q,X+1),J.__lexicalEditor=Z;let G=ZN(J);for(let W=0;W<ix.length;W++){let[H,q]=ix[W],z=typeof q==="function"?(K)=>{if(Lj(K))return;if(Nj(K),Z.isEditable()||H==="click")q(K,Z)}:(K)=>{if(Lj(K))return;Nj(K);let B=Z.isEditable();switch(H){case"cut":return B&&u(Z,gM,K);case"copy":return u(Z,pD,K);case"paste":return B&&u(Z,mD,K);case"dragstart":return B&&u(Z,Mh,K);case"dragover":return B&&u(Z,vh,K);case"dragend":return B&&u(Z,lK1,K);case"focus":return B&&u(Z,dK1,K);case"blur":return B&&u(Z,sK1,K);case"drop":return B&&u(Z,Rh,K)}};J.addEventListener(H,z),G.push(()=>{J.removeEventListener(H,z)})}}var mj=pK1("Root element not registered");function KB1(J){let Z=ox.get(J);if(Z===void 0){mj();return}let Q=AM.get(Z);if(Q===void 0){mj();return}let X=Q-1;if(!(X>=0))h("Root element count less than 0");if(ox.delete(J),AM.set(Z,X),X===0)Z.removeEventListener("selectionchange",YN);let G=lM(J);if(uh(G))BB1(G),J.__lexicalEditor=null;else if(G)h("Attempted to remove event handlers from a node that does not belong to this build of Lexical");let W=ZN(J);for(let H=0;H<W.length;H++)W[H]();J.__lexicalEventHandles=[]}function BB1(J){if(J._parentEditor!==null){let Z=lh(J),X=Z[Z.length-1]._key;if(hD.get(X)===J)hD.delete(X)}else hD.delete(J._key)}function $B1(){ex=!0}function FB1(J,Z,Q,X,G){ig=[J,Z,Q,X,G]}function Zh(J,Z,Q){W0();let X=J.__key,G=J.getParent();if(G===null)return;let W=t$1(J),H=!1;if(v(W)&&Z){let{anchor:q,focus:z}=W;if(q.key===X)kM(q,J,G,J.getPreviousSibling(),J.getNextSibling()),H=!0;if(z.key===X)kM(z,J,G,J.getPreviousSibling(),J.getNextSibling()),H=!0}else if(f1(W)&&Z&&J.isSelected())J.selectPrevious();if(v(W)&&Z&&!H){let q=J.getIndexWithinParent();C3(J),bM(W,G,q,-1)}else C3(J);if(!Q&&!y0(G)&&!G.canBeEmpty()&&G.isEmpty())Zh(G,Z);if(Z&&W&&l1(G)&&G.isEmpty())G.selectEnd()}function hh(J){return J}var QN=Symbol.for("ephemeral");function wM(J){return J[QN]||!1}function PB1(J){return J[QN]=!0,J}class C2{__type;__key;__parent;__prev;__next;__state;static getType(){let{ownNodeType:J}=nM(this);if(J===void 0)h(`LexicalNode: Node ${this.name} does not implement .getType().`);return J}static clone(J){h(`LexicalNode: Node ${this.name} does not implement .clone().`)}$config(){return{}}config(J,Z){let Q=Z.extends||Object.getPrototypeOf(this.constructor);return Object.assign(Z,{extends:Q,type:J}),{[J]:Z}}afterCloneFrom(J){if(this.__key===J.__key)this.__parent=J.__parent,this.__next=J.__next,this.__prev=J.__prev,this.__state=J.__state;else if(J.__state)this.__state=J.__state.getWritable(this)}static importDOM;constructor(J){if(this.__type=this.constructor.getType(),this.__parent=null,this.__prev=null,this.__next=null,Object.defineProperty(this,"__state",{configurable:!0,enumerable:!1,value:void 0,writable:!0}),UN(this,J),this.__type!=="root")AB1(this.__type,this.constructor)}getType(){return this.__type}isInline(){h(`LexicalNode: Node ${this.constructor.name} does not implement .isInline().`)}isAttached(){let J=this.__key;while(J!==null){if(J==="root")return!0;let Z=w1(J);if(Z===null)break;J=Z.__parent}return!1}isSelected(J){let Z=J||f();if(Z==null)return!1;let Q=Z.getNodes().some((G)=>G.__key===this.__key);if(j(this))return Q;if(v(Z)&&Z.anchor.type==="element"&&Z.focus.type==="element"){if(Z.isCollapsed())return!1;let G=this.getParent();if(B1(this)&&this.isInline()&&G){let W=Z.isBackward()?Z.focus:Z.anchor;if(G.is(W.getNode())&&W.offset===G.getChildrenSize()&&this.is(G.getLastChild()))return!1}}return Q}getKey(){return this.__key}getIndexWithinParent(){let J=this.getParent();if(J===null)return-1;let Z=J.getFirstChild(),Q=0;while(Z!==null){if(this.is(Z))return Q;Q++,Z=Z.getNextSibling()}return-1}getParent(){let J=this.getLatest().__parent;if(J===null)return null;return w1(J)}getParentOrThrow(){let J=this.getParent();if(J===null)h(`Expected node ${this.__key} to have a parent.`);return J}getTopLevelElement(){let J=this;while(J!==null){let Z=J.getParent();if(y0(Z)){if(!(M(J)||J===this&&B1(J)))h("Children of root nodes must be elements or decorators");return J}J=Z}return null}getTopLevelElementOrThrow(){let J=this.getTopLevelElement();if(J===null)h(`Expected node ${this.__key} to have a top parent element.`);return J}getParents(){let J=[],Z=this.getParent();while(Z!==null)J.push(Z),Z=Z.getParent();return J}getParentKeys(){let J=[],Z=this.getParent();while(Z!==null)J.push(Z.__key),Z=Z.getParent();return J}getPreviousSibling(){let Z=this.getLatest().__prev;return Z===null?null:w1(Z)}getPreviousSiblings(){let J=[],Z=this.getParent();if(Z===null)return J;let Q=Z.getFirstChild();while(Q!==null){if(Q.is(this))break;J.push(Q),Q=Q.getNextSibling()}return J}getNextSibling(){let Z=this.getLatest().__next;return Z===null?null:w1(Z)}getNextSiblings(){let J=[],Z=this.getNextSibling();while(Z!==null)J.push(Z),Z=Z.getNextSibling();return J}getCommonAncestor(J){let Z=M(this)?this:this.getParent(),Q=M(J)?J:J.getParent(),X=Z&&Q?WM(Z,Q):null;return X?X.commonAncestor:null}is(J){if(J==null)return!1;return this.__key===J.__key}isBefore(J){let Z=WM(this,J);if(Z===null)return!1;if(Z.type==="descendant")return!0;if(Z.type==="branch")return cN(Z)===-1;if(!(Z.type==="same"||Z.type==="ancestor"))h("LexicalNode.isBefore: exhaustiveness check");return!1}isParentOf(J){let Z=WM(this,J);return Z!==null&&Z.type==="ancestor"}getNodesBetween(J){let Z=this.isBefore(J),Q=[],X=new Set,G=this;while(!0){if(G===null)break;let W=G.__key;if(!X.has(W))X.add(W),Q.push(G);if(G===J)break;let H=M(G)?Z?G.getFirstChild():G.getLastChild():null;if(H!==null){G=H;continue}let q=Z?G.getNextSibling():G.getPreviousSibling();if(q!==null){G=q;continue}let z=G.getParentOrThrow();if(!X.has(z.__key))Q.push(z);if(z===J)break;let K=null,B=z;do{if(B===null)h("getNodesBetween: ancestor is null");if(K=Z?B.getNextSibling():B.getPreviousSibling(),B=B.getParent(),B!==null){if(K===null&&!X.has(B.__key))Q.push(B)}else break}while(K===null);G=K}if(!Z)Q.reverse();return Q}isDirty(){let Z=v1()._dirtyLeaves;return Z!==null&&Z.has(this.__key)}getLatest(){if(wM(this))return this;let J=w1(this.__key);if(J===null)h("Lexical node does not exist in active editor state. Avoid using the same node references between nested closures from editorState.read/editor.update.");return J}getWritable(){if(wM(this))return this;W0();let J=s9(),Z=v1(),Q=J._nodeMap,X=this.__key,G=this.getLatest(),W=Z._cloneNotNeeded,H=f();if(H!==null)H.setCachedNodes(null);if(W.has(X))return SM(G),G;let q=nh(G);return W.add(X),SM(q),Q.set(X,q),q}getTextContent(){return""}getTextContentSize(){return this.getTextContent().length}createDOM(J,Z){h("createDOM: base method not extended")}updateDOM(J,Z,Q){h("updateDOM: base method not extended")}exportDOM(J){return{element:this.createDOM(J._config,J)}}exportJSON(){let J=this.__state?this.__state.toJSON():void 0;return{type:this.__type,version:1,...J}}static importJSON(J){h(`LexicalNode: Node ${this.name} does not implement .importJSON().`)}updateFromJSON(J){return RK1(this,J)}static transform(){return null}remove(J){Zh(this,!0,J)}replace(J,Z){W0();let Q=f();if(Q!==null)Q=Q.clone();_x(this,J);let X=this.getLatest(),G=this.__key,W=J.__key,H=J.getWritable(),q=this.getParentOrThrow().getWritable(),z=q.__size;C3(H);let K=X.getPreviousSibling(),B=X.getNextSibling(),F=X.__prev,$=X.__next,P=X.__parent;if(Zh(X,!1,!0),K===null)q.__first=W;else{let O=K.getWritable();O.__next=W}if(H.__prev=F,B===null)q.__last=W;else{let O=B.getWritable();O.__prev=W}if(H.__next=$,H.__parent=P,q.__size=z,Z){if(!(M(this)&&M(H)))h("includeChildren should only be true for ElementNodes");this.getChildren().forEach((O)=>{H.append(O)})}if(v(Q)){L1(Q);let{anchor:O,focus:A}=Q;if(O.key===G)lj(O,H);if(A.key===G)lj(A,H)}if(g9()===G)A0(W);return H}insertAfter(J,Z=!0){W0(),_x(this,J);let Q=this.getWritable(),X=J.getWritable(),G=X.getParent(),W=f(),H=!1,q=!1;if(G!==null){let $=J.getIndexWithinParent();if(C3(X),v(W)){let P=G.__key,O=W.anchor,A=W.focus;H=O.type==="element"&&O.key===P&&O.offset===$+1,q=A.type==="element"&&A.key===P&&A.offset===$+1}}let z=this.getNextSibling(),K=this.getParentOrThrow().getWritable(),B=X.__key,F=Q.__next;if(z===null)K.__last=B;else{let $=z.getWritable();$.__prev=B}if(K.__size++,Q.__next=B,X.__next=F,X.__prev=Q.__key,X.__parent=Q.__parent,Z&&v(W)){let $=this.getIndexWithinParent();bM(W,K,$+1);let P=K.__key;if(H)W.anchor.set(P,$+2,"element");if(q)W.focus.set(P,$+2,"element")}return J}insertBefore(J,Z=!0){W0(),_x(this,J);let Q=this.getWritable(),X=J.getWritable(),G=X.__key;C3(X);let W=this.getPreviousSibling(),H=this.getParentOrThrow().getWritable(),q=Q.__prev,z=this.getIndexWithinParent();if(W===null)H.__first=G;else{let B=W.getWritable();B.__next=G}H.__size++,Q.__prev=G,X.__prev=q,X.__next=Q.__key,X.__parent=Q.__parent;let K=f();if(Z&&v(K)){let B=this.getParentOrThrow();bM(K,B,z)}return J}isParentRequired(){return!1}createParentElementNode(){return y1()}selectStart(){return this.selectPrevious()}selectEnd(){return this.selectNext(0,0)}selectPrevious(J,Z){W0();let Q=this.getPreviousSibling(),X=this.getParentOrThrow();if(Q===null)return X.select(0,0);if(M(Q))return Q.select();else if(!j(Q)){let G=Q.getIndexWithinParent()+1;return X.select(G,G)}return Q.select(J,Z)}selectNext(J,Z){W0();let Q=this.getNextSibling(),X=this.getParentOrThrow();if(Q===null)return X.select();if(M(Q))return Q.select(0,0);else if(!j(Q)){let G=Q.getIndexWithinParent();return X.select(G,G)}return Q.select(J,Z)}markDirty(){this.getWritable()}reconcileObservedMutation(J,Z){this.markDirty()}}function AB1(J,Z){let Q=ZR(v1(),J);if(Q===void 0)h(`Create node: Attempted to create node ${Z.name} that was not configured to be used on the editor.`);let X=Q.klass;if(X!==Z)h(`Create node: Type ${J} in node ${Z.name} does not match registered node ${X.name} with the same type`)}function OB1(J,Z,Q){let X=Z.getParentOrThrow().getLastChild(),G=Z,W=[Z];while(G!==X){if(!G.getNextSibling())h("insertRangeAfter: lastToInsert must be a later sibling of firstToInsert");G=G.getNextSibling(),W.push(G)}let H=J;for(let q of W)H=H.insertAfter(q)}var LM="historic",XN="history-push",p2="history-merge",GN="paste",TB1="collaboration";var wB1="skip-scroll-into-view",fh="skip-dom-selection",yM="skip-selection-focus",yB1="focus",Ih="composition-start",jh="composition-end";class f3 extends C2{static getType(){return"linebreak"}static clone(J){return new f3(J.__key)}constructor(J){super(J)}getTextContent(){return`
|
|
11
|
+
`}createDOM(){return document.createElement("br")}updateDOM(){return!1}isInline(){return!0}static importDOM(){return{br:(J)=>{if(CB1(J)||bB1(J))return null;return{conversion:VB1,priority:0}}}}static importJSON(J){return l2().updateFromJSON(J)}}function VB1(J){return{node:l2()}}function l2(){return V0(new f3)}function V5(J){return J instanceof f3}function CB1(J){let Z=J.parentElement;if(Z!==null&&cD(Z)){let Q=Z.firstChild;if(Q===J||Q.nextSibling===J&&VM(Q)){let X=Z.lastChild;if(X===J||X.previousSibling===J&&VM(X))return!0}}return!1}function bB1(J){let Z=J.parentElement;if(Z!==null&&cD(Z)){let Q=Z.firstChild;if(Q===J||Q.nextSibling===J&&VM(Q))return!1;let X=Z.lastChild;if(X===J||X.previousSibling===J&&VM(X))return!0}return!1}function VM(J){return r4(J)&&/^( |\t|\r?\n)+$/.test(J.textContent||"")}function jx(J,Z){if(Z&qh)return"code";if(Z&Bh)return"mark";if(Z&zh)return"sub";if(Z&Kh)return"sup";return null}function gx(J,Z){if(Z&Wh)return"strong";if(Z&Hh)return"em";return"span"}function WN(J,Z,Q,X,G){let W=X.classList,H=fD(G,"base");if(H!==void 0)W.add(...H);H=fD(G,"underlineStrikethrough");let q=!1,z=Z&KM&&Z&zM,K=Q&KM&&Q&zM;if(H!==void 0){if(K){if(q=!0,!z)W.add(...H)}else if(z)W.remove(...H)}for(let B in P0){let $=P0[B];if(H=fD(G,B),H!==void 0){if(Q&$){if(q&&(B==="underline"||B==="strikethrough")){if(Z&$)W.remove(...H);continue}if((Z&$)===0||z&&B==="underline"||B==="strikethrough")W.add(...H)}else if(Z&$)W.remove(...H)}}}function kB1(J,Z){let Q=J.length,X=Z.length,G=0,W=0;while(G<Q&&G<X&&J[G]===Z[G])G++;while(W+G<Q&&W+G<X&&J[Q-W-1]===Z[X-W-1])W++;return[G,Q-G-W,Z.slice(G,X-W)]}function HN(J,Z,Q){let X=Z.firstChild,G=Q.isComposing(),H=J+(G?NE:"");if(X==null)Z.textContent=H;else{let q=X.nodeValue;if(q!==H)if(G||N9){let[z,K,B]=kB1(q,H);if(K!==0)X.deleteData(z,K);X.insertData(z,B)}else X.nodeValue=H}}function _j(J,Z,Q,X,G,W){HN(G,J,Z);let q=W.theme.text;if(q!==void 0)WN(Q,0,X,J,q)}function ZM(J,Z){let Q=document.createElement(Z);return Q.appendChild(J),Q}class w0 extends C2{__text;__format;__style;__mode;__detail;static getType(){return"text"}static clone(J){return new w0(J.__text,J.__key)}afterCloneFrom(J){super.afterCloneFrom(J),this.__text=J.__text,this.__format=J.__format,this.__style=J.__style,this.__mode=J.__mode,this.__detail=J.__detail}constructor(J="",Z){super(Z);this.__text=J,this.__format=0,this.__style="",this.__mode=0,this.__detail=0}getFormat(){return this.getLatest().__format}getDetail(){return this.getLatest().__detail}getMode(){let J=this.getLatest();return OK1[J.__mode]}getStyle(){return this.getLatest().__style}isToken(){return this.getLatest().__mode===Xh}isComposing(){return this.__key===g9()}isSegmented(){return this.getLatest().__mode===Gh}isDirectionless(){return(this.getLatest().__detail&dx)!==0}isUnmergeable(){return(this.getLatest().__detail&gE)!==0}hasFormat(J){let Z=P0[J];return(this.getFormat()&Z)!==0}isSimpleText(){return this.__type==="text"&&this.__mode===0}getTextContent(){return this.getLatest().__text}getFormatFlags(J,Z){let X=this.getLatest().__format;return M3(X,J,Z)}canHaveFormat(){return!0}isInline(){return!0}createDOM(J,Z){let Q=this.__format,X=jx(this,Q),G=gx(this,Q),W=X===null?G:X,H=document.createElement(W),q=H;if(this.hasFormat("code"))H.setAttribute("spellcheck","false");if(X!==null)q=document.createElement(G),H.appendChild(q);let z=this.__text;_j(q,this,G,Q,z,J);let K=this.__style;if(K!=="")H.style.cssText=K;return H}updateDOM(J,Z,Q){let X=this.__text,G=J.__format,W=this.__format,H=jx(this,G),q=jx(this,W),z=gx(this,G),K=gx(this,W);if((H===null?z:H)!==(q===null?K:q))return!0;if(H===q&&z!==K){let w=Z.firstChild;if(w==null)h("updateDOM: prevInnerDOM is null or undefined");let y=document.createElement(K);return _j(y,this,K,W,X,Q),Z.replaceChild(y,w),!1}let $=Z;if(q!==null){if(H!==null){if($=Z.firstChild,$==null)h("updateDOM: innerDOM is null or undefined")}}HN(X,$,this);let O=Q.theme.text;if(O!==void 0&&G!==W)WN(K,G,W,$,O);let A=J.__style,T=this.__style;if(A!==T)Z.style.cssText=T;return!1}static importDOM(){return{"#text":()=>({conversion:RB1,priority:0}),b:()=>({conversion:SB1,priority:0}),code:()=>({conversion:_4,priority:0}),em:()=>({conversion:_4,priority:0}),i:()=>({conversion:_4,priority:0}),mark:()=>({conversion:_4,priority:0}),s:()=>({conversion:_4,priority:0}),span:()=>({conversion:UB1,priority:0}),strong:()=>({conversion:_4,priority:0}),sub:()=>({conversion:_4,priority:0}),sup:()=>({conversion:_4,priority:0}),u:()=>({conversion:_4,priority:0})}}static importJSON(J){return I1().updateFromJSON(J)}updateFromJSON(J){return super.updateFromJSON(J).setTextContent(J.text).setFormat(J.format).setDetail(J.detail).setMode(J.mode).setStyle(J.style)}exportDOM(J){let{element:Z}=super.exportDOM(J);if(!C1(Z))h("Expected TextNode createDOM to always return a HTMLElement");if(Z.style.whiteSpace="pre-wrap",this.hasFormat("lowercase"))Z.style.textTransform="lowercase";else if(this.hasFormat("uppercase"))Z.style.textTransform="uppercase";else if(this.hasFormat("capitalize"))Z.style.textTransform="capitalize";if(this.hasFormat("bold"))Z=ZM(Z,"b");if(this.hasFormat("italic"))Z=ZM(Z,"i");if(this.hasFormat("strikethrough"))Z=ZM(Z,"s");if(this.hasFormat("underline"))Z=ZM(Z,"u");return{element:Z}}exportJSON(){return{detail:this.getDetail(),format:this.getFormat(),mode:this.getMode(),style:this.getStyle(),text:this.getTextContent(),...super.exportJSON()}}selectionTransform(J,Z){return}setFormat(J){let Z=this.getWritable();return Z.__format=typeof J==="string"?P0[J]:J,Z}setDetail(J){let Z=this.getWritable();return Z.__detail=typeof J==="string"?FK1[J]:J,Z}setStyle(J){let Z=this.getWritable();return Z.__style=J,Z}toggleFormat(J){let Z=this.getFormat(),Q=M3(Z,J,null);return this.setFormat(Q)}toggleDirectionless(){let J=this.getWritable();return J.__detail^=dx,J}toggleUnmergeable(){let J=this.getWritable();return J.__detail^=gE,J}setMode(J){let Z=AK1[J];if(this.__mode===Z)return this;let Q=this.getWritable();return Q.__mode=Z,Q}setTextContent(J){if(this.__text===J)return this;let Z=this.getWritable();return Z.__text=J,Z}select(J,Z){W0();let Q=J,X=Z,G=f(),W=this.getTextContent(),H=this.__key;if(typeof W==="string"){let q=W.length;if(Q===void 0)Q=q;if(X===void 0)X=q}else Q=0,X=0;if(!v(G))return BN(H,Q,H,X,"text","text");else{let q=g9();if(q===G.anchor.key||q===G.focus.key)A0(H);G.setTextNodeRange(this,Q,this,X)}return G}selectStart(){return this.select(0,0)}selectEnd(){let J=this.getTextContentSize();return this.select(J,J)}spliceText(J,Z,Q,X){let G=this.getWritable(),W=G.__text,H=Q.length,q=J;if(q<0){if(q=H+q,q<0)q=0}let z=f();if(X&&v(z)){let B=J+H;z.setTextNodeRange(G,B,G,B)}let K=W.slice(0,q)+Q+W.slice(q+Z);return G.__text=K,G}canInsertTextBefore(){return!0}canInsertTextAfter(){return!0}splitText(...J){W0();let Z=this.getLatest(),Q=Z.getTextContent();if(Q==="")return[];let X=Z.__key,G=g9(),W=Q.length;J.sort((R,k)=>R-k),J.push(W);let H=[],q=J.length;for(let R=0,k=0;R<W&&k<=q;k++){let S=J[k];if(S>R)H.push(Q.slice(R,S)),R=S}let z=H.length;if(z===1)return[Z];let K=H[0],B=Z.getParent(),F,$=Z.getFormat(),P=Z.getStyle(),O=Z.__detail,A=!1,T=null,w=null,y=f();if(v(y)){let[R,k]=y.isBackward()?[y.focus,y.anchor]:[y.anchor,y.focus];if(R.type==="text"&&R.key===X)T=R;if(k.type==="text"&&k.key===X)w=k}if(Z.isSegmented())F=I1(K),F.__format=$,F.__style=P,F.__detail=O,F.__state=Mj(Z,F),A=!0;else F=Z.setTextContent(K);let V=[F];for(let R=1;R<z;R++){let k=H[R],S=I1(k);S.__format=$,S.__style=P,S.__detail=O,S.__state=Mj(Z,S);let x=S.__key;if(G===X)A0(x);V.push(S)}let b=T?T.offset:null,D=w?w.offset:null,C=0;for(let R of V){if(!(T||w))break;let k=C+R.getTextContentSize();if(T!==null&&b!==null&&b<=k&&b>=C){if(T.set(R.getKey(),b-C,"text"),b<k)T=null}if(w!==null&&D!==null&&D<=k&&D>=C){w.set(R.getKey(),D-C,"text");break}C=k}if(B!==null){$$1(this);let R=B.getWritable(),k=this.getIndexWithinParent();if(A)R.splice(k,0,V),this.remove();else R.splice(k,1,V);if(v(y))bM(y,B,k,z-1)}return V}mergeWithSibling(J){let Z=J===this.getPreviousSibling();if(!Z&&J!==this.getNextSibling())h("mergeWithSibling: sibling must be a previous or next sibling");let Q=this.__key,X=J.__key,G=this.__text,W=G.length;if(g9()===X)A0(Q);let q=f();if(v(q)){let{anchor:F,focus:$}=q;if(F!==null&&F.key===X)ij(F,Z,Q,J,W);if($!==null&&$.key===X)ij($,Z,Q,J,W)}let z=J.__text,K=Z?z+G:G+z;this.setTextContent(K);let B=this.getWritable();return J.remove(),B}isTextEntity(){return!1}}function UB1(J){let Q=J.style;return{forChild:gh(Q),node:null}}function SB1(J){let Z=J,Q=Z.style.fontWeight==="normal";return{forChild:gh(Z.style,Q?void 0:"bold"),node:null}}var uj=new WeakMap;function DB1(J){if(!C1(J))return!1;else if(J.nodeName==="PRE")return!0;let Z=J.style.whiteSpace;return typeof Z==="string"&&Z.startsWith("pre")}function EB1(J){let Z,Q=J.parentNode,X=[J];while(Q!==null&&(Z=uj.get(Q))===void 0&&!DB1(Q))X.push(Q),Q=Q.parentNode;let G=Z===void 0?Q:Z;for(let W=0;W<X.length;W++)uj.set(X[W],G);return G}function RB1(J){let Z=J;if(J.parentElement===null)h("Expected parentElement of Text not to be null");let X=Z.textContent||"";if(EB1(Z)!==null){let G=X.split(/(\r?\n|\t)/),W=[],H=G.length;for(let q=0;q<H;q++){let z=G[q];if(z===`
|
|
12
|
+
`||z===`\r
|
|
13
|
+
`)W.push(l2());else if(z==="\t")W.push(l4());else if(z!=="")W.push(I1(z))}return{node:W}}if(X=X.replace(/\r/g,"").replace(/[ \t\n]+/g," "),X==="")return{node:null};if(X[0]===" "){let G=Z,W=!0;while(G!==null&&(G=pj(G,!1))!==null){let H=G.textContent||"";if(H.length>0){if(/[ \t\n]$/.test(H))X=X.slice(1);W=!1;break}}if(W)X=X.slice(1)}if(X[X.length-1]===" "){let G=Z,W=!0;while(G!==null&&(G=pj(G,!0))!==null)if((G.textContent||"").replace(/^( |\t|\r?\n)+/,"").length>0){W=!1;break}if(W)X=X.slice(0,X.length-1)}if(X==="")return{node:null};return{node:I1(X)}}function pj(J,Z){let Q=J;while(!0){let X;while((X=Z?Q.nextSibling:Q.previousSibling)===null){let W=Q.parentElement;if(W===null)return null;Q=W}if(Q=X,C1(Q)){let W=Q.style.display;if(W===""&&!XR(Q)||W!==""&&!W.startsWith("inline"))return null}let G=Q;while((G=Z?Q.firstChild:Q.lastChild)!==null)Q=G;if(r4(Q))return Q;else if(Q.nodeName==="BR")return null}}var MB1={code:"code",em:"italic",i:"italic",mark:"highlight",s:"strikethrough",strong:"bold",sub:"subscript",sup:"superscript",u:"underline"};function _4(J){let Z=MB1[J.nodeName.toLowerCase()];if(Z===void 0)return{node:null};return{forChild:gh(J.style,Z),node:null}}function I1(J=""){return V0(new w0(J))}function j(J){return J instanceof w0}function gh(J,Z){let Q=J.fontWeight,X=J.textDecoration.split(" "),G=Q==="700"||Q==="bold",W=X.includes("line-through"),H=J.fontStyle==="italic",q=X.includes("underline"),z=J.verticalAlign;return(K)=>{if(!j(K))return K;if(G&&!K.hasFormat("bold"))K.toggleFormat("bold");if(W&&!K.hasFormat("strikethrough"))K.toggleFormat("strikethrough");if(H&&!K.hasFormat("italic"))K.toggleFormat("italic");if(q&&!K.hasFormat("underline"))K.toggleFormat("underline");if(z==="sub"&&!K.hasFormat("subscript"))K.toggleFormat("subscript");if(z==="super"&&!K.hasFormat("superscript"))K.toggleFormat("superscript");if(Z&&!K.hasFormat(Z))K.toggleFormat(Z);return K}}class I3 extends w0{static getType(){return"tab"}static clone(J){return new I3(J.__key)}constructor(J){super("\t",J);this.__detail=gE}static importDOM(){return null}createDOM(J){let Z=super.createDOM(J),Q=fD(J.theme,"tab");if(Q!==void 0)Z.classList.add(...Q);return Z}static importJSON(J){return l4().updateFromJSON(J)}setTextContent(J){if(!(J==="\t"||J===""))h("TabNode does not support setTextContent");return super.setTextContent("\t")}spliceText(J,Z,Q,X){if(!(Q===""&&Z===0||Q==="\t"&&Z===1))h("TabNode does not support spliceText");return this}setDetail(J){if(J!==gE)h("TabNode does not support setDetail");return this}setMode(J){if(J!=="normal")h("TabNode does not support setMode");return this}canInsertTextBefore(){return!1}canInsertTextAfter(){return!1}}function l4(){return V0(new I3)}function nE(J){return J instanceof I3}class qN{key;offset;type;_selection;constructor(J,Z,Q){Object.defineProperty(this,"_selection",{enumerable:!1,writable:!0}),this._selection=null,this.key=J,this.offset=Z,this.type=Q}is(J){return this.key===J.key&&this.offset===J.offset&&this.type===J.type}isBefore(J){if(this.key===J.key)return this.offset<J.offset;let Z=T0(_0(this,"next")),Q=T0(_0(J,"next"));return aN(Z,Q)<0}getNode(){let J=this.key,Z=w1(J);if(Z===null)h("Point.getNode: node not found");return Z}set(J,Z,Q,X){let G=this._selection,W=this.key;if(X&&this.key===J&&this.offset===Z&&this.type===Q)return;this.key=J,this.offset=Z,this.type=Q;{let H=w1(J);if(!(Q==="text"?j(H):M(H)))h(`PointType.set: node with key ${J} is ${H?H.__type:"[not found]"} and can not be used for a ${Q} point`)}if(!iE()){if(g9()===W)A0(J);if(G!==null)G.setCachedNodes(null),G.dirty=!0}}}function d2(J,Z,Q){return new qN(J,Z,Q)}function Nx(J,Z){let Q=Z.__key,X=J.offset,G="element";if(j(Z)){G="text";let W=Z.getTextContentSize();if(X>W)X=W}else if(!M(Z)){let W=Z.getNextSibling();if(j(W))Q=W.__key,X=0,G="text";else{let H=Z.getParent();if(H)Q=H.__key,X=Z.getIndexWithinParent()+1}}J.set(Q,X,G)}function lj(J,Z){if(M(Z)){let Q=Z.getLastDescendant();if(M(Q)||j(Q))Nx(J,Q);else Nx(J,Z)}else Nx(J,Z)}function vB1(J,Z,Q,X){let G=J.getNode(),W=G.getChildAtIndex(J.offset),H=I1();if(H.setFormat(Q),H.setStyle(X),JR(W))W.splice(0,0,[H]);else{let q=l1(G)?y1().append(H):H;if(W===null)G.append(q);else W.insertBefore(q)}if(J.is(Z))Z.set(H.__key,0,"text");J.set(H.__key,0,"text")}class mM{_nodes;_cachedNodes;dirty;constructor(J){this._cachedNodes=null,this._nodes=J,this.dirty=!1}getCachedNodes(){return this._cachedNodes}setCachedNodes(J){this._cachedNodes=J}is(J){if(!f1(J))return!1;let Z=this._nodes,Q=J._nodes;return Z.size===Q.size&&Array.from(Z).every((X)=>Q.has(X))}isCollapsed(){return!1}isBackward(){return!1}getStartEndPoints(){return null}add(J){this.dirty=!0,this._nodes.add(J),this._cachedNodes=null}delete(J){this.dirty=!0,this._nodes.delete(J),this._cachedNodes=null}clear(){this.dirty=!0,this._nodes.clear(),this._cachedNodes=null}has(J){return this._nodes.has(J)}clone(){return new mM(new Set(this._nodes))}extract(){return this.getNodes()}insertRawText(J){}insertText(){}insertNodes(J){let Z=this.getNodes(),Q=Z.length,X=Z[Q-1],G;if(j(X))G=X.select();else{let W=X.getIndexWithinParent()+1;G=X.getParentOrThrow().select(W,W)}G.insertNodes(J);for(let W=0;W<Q;W++)Z[W].remove()}getNodes(){let J=this._cachedNodes;if(J!==null)return J;let Z=this._nodes,Q=[];for(let X of Z){let G=w1(X);if(G!==null)Q.push(G)}if(!iE())this._cachedNodes=Q;return Q}getTextContent(){let J=this.getNodes(),Z="";for(let Q=0;Q<J.length;Q++)Z+=J[Q].getTextContent();return Z}deleteNodes(){let J=this.getNodes();if((f()||d9())===this&&J[0]){let Z=s1(J[0],"next");Jf(C5(Z,Z))}for(let Z of J)Z.remove()}}function v(J){return J instanceof j3}class j3{format;style;anchor;focus;_cachedNodes;dirty;constructor(J,Z,Q,X){this.anchor=J,this.focus=Z,J._selection=this,Z._selection=this,this._cachedNodes=null,this.format=Q,this.style=X,this.dirty=!1}getCachedNodes(){return this._cachedNodes}setCachedNodes(J){this._cachedNodes=J}is(J){if(!v(J))return!1;return this.anchor.is(J.anchor)&&this.focus.is(J.focus)&&this.format===J.format&&this.style===J.style}isCollapsed(){return this.anchor.is(this.focus)}getNodes(){let J=this._cachedNodes;if(J!==null)return J;let Z=Yf(Qh(this),"next"),Q=pB1(Z);if(this.isCollapsed()&&Q.length>1)h(`RangeSelection.getNodes() returned ${String(Q.length)} > 1 nodes in a collapsed selection`);if(!iE())this._cachedNodes=Q;return Q}setTextNodeRange(J,Z,Q,X){this.anchor.set(J.__key,Z,"text"),this.focus.set(Q.__key,X,"text")}getTextContent(){let J=this.getNodes();if(J.length===0)return"";let Z=J[0],Q=J[J.length-1],X=this.anchor,G=this.focus,W=X.isBefore(G),[H,q]=CM(this),z="",K=!0;for(let B=0;B<J.length;B++){let F=J[B];if(M(F)&&!F.isInline()){if(!K)z+=`
|
|
14
|
+
`;if(F.isEmpty())K=!1;else K=!0}else if(K=!1,j(F)){let $=F.getTextContent();if(F===Z)if(F===Q){if(X.type!=="element"||G.type!=="element"||G.offset===X.offset)$=H<q?$.slice(H,q):$.slice(q,H)}else $=W?$.slice(H):$.slice(q);else if(F===Q)$=W?$.slice(0,q):$.slice(0,H);z+=$}else if((B1(F)||V5(F))&&(F!==Q||!this.isCollapsed()))z+=F.getTextContent()}return z}applyDOMRange(J){let Z=v1(),X=Z.getEditorState()._selection,G=KN(J.startContainer,J.startOffset,J.endContainer,J.endOffset,Z,X);if(G===null)return;let[W,H]=G;this.anchor.set(W.key,W.offset,W.type,!0),this.focus.set(H.key,H.offset,H.type,!0),_2(this)}clone(){let J=this.anchor,Z=this.focus;return new j3(d2(J.key,J.offset,J.type),d2(Z.key,Z.offset,Z.type),this.format,this.style)}toggleFormat(J){this.format=M3(this.format,J,null),this.dirty=!0}setFormat(J){this.format=J,this.dirty=!0}setStyle(J){this.style=J,this.dirty=!0}hasFormat(J){let Z=P0[J];return(this.format&Z)!==0}insertRawText(J){let Z=J.split(/(\r?\n|\t)/),Q=[],X=Z.length;for(let G=0;G<X;G++){let W=Z[G];if(W===`
|
|
15
|
+
`||W===`\r
|
|
16
|
+
`)Q.push(l2());else if(W==="\t")Q.push(l4());else Q.push(I1(W))}this.insertNodes(Q)}insertText(J){let Z=this.anchor,Q=this.focus,X=this.format,G=this.style,W=Z,H=Q;if(!this.isCollapsed()&&Q.isBefore(Z))W=Q,H=Z;if(W.type==="element")vB1(W,H,X,G);if(H.type==="element")b5(H,T0(_0(H,"next")));let q=W.offset,z=H.offset,K=this.getNodes(),B=K.length,F=K[0];if(!j(F))h("insertText: first node is not a text node");let P=F.getTextContent().length,O=F.getParentOrThrow(),A=B-1,T=K[A];if(B===1&&H.type==="element")z=P,H.set(W.key,z,"text");if(this.isCollapsed()&&q===P&&(T5(F)||!F.canInsertTextAfter()||!O.canInsertTextAfter()&&F.getNextSibling()===null)){let w=F.getNextSibling();if(!j(w)||!w.canInsertTextBefore()||T5(w))if(w=I1(),w.setFormat(X),w.setStyle(G),!O.canInsertTextAfter())O.insertAfter(w);else F.insertAfter(w);if(w.select(0,0),F=w,J!==""){this.insertText(J);return}}else if(this.isCollapsed()&&q===0&&(T5(F)||!F.canInsertTextBefore()||!O.canInsertTextBefore()&&F.getPreviousSibling()===null)){let w=F.getPreviousSibling();if(!j(w)||T5(w))if(w=I1(),w.setFormat(X),!O.canInsertTextBefore())O.insertBefore(w);else F.insertBefore(w);if(w.select(),F=w,J!==""){this.insertText(J);return}}else if(F.isSegmented()&&q!==P){let w=I1(F.getTextContent());w.setFormat(X),F.replace(w),F=w}else if(!this.isCollapsed()&&J!==""){let w=T.getParent();if(!O.canInsertTextBefore()||!O.canInsertTextAfter()||M(w)&&(!w.canInsertTextBefore()||!w.canInsertTextAfter())){this.insertText(""),zN(this.anchor,this.focus),this.insertText(J);return}}if(B===1){if(V3(F)){let b=I1(J);b.select(),F.replace(b);return}let w=F.getFormat(),y=F.getStyle();if(q===z&&(w!==X||y!==G))if(F.getTextContent()==="")F.setFormat(X),F.setStyle(G);else{let b=I1(J);if(b.setFormat(X),b.setStyle(G),b.select(),q===0)F.insertBefore(b,!1);else{let[D]=F.splitText(q);D.insertAfter(b,!1)}if(b.isComposing()&&this.anchor.type==="text")this.anchor.offset-=J.length;return}else if(nE(F)){let b=I1(J);b.setFormat(X),b.setStyle(G),b.select(),F.replace(b);return}let V=z-q;if(F=F.spliceText(q,V,J,!0),F.getTextContent()==="")F.remove();else if(this.anchor.type==="text"){if(this.format=w,this.style=y,F.isComposing())this.anchor.offset-=J.length}}else{let w=new Set([...F.getParentKeys(),...T.getParentKeys()]),y=M(F)?F:F.getParentOrThrow(),V=M(T)?T:T.getParentOrThrow(),b=T;if(!y.is(V)&&V.isInline())do b=V,V=V.getParentOrThrow();while(V.isInline());if(H.type==="text"&&(z!==0||T.getTextContent()==="")||H.type==="element"&&T.getIndexWithinParent()<z)if(j(T)&&!V3(T)&&z!==T.getTextContentSize()){if(T.isSegmented()){let S=I1(T.getTextContent());T.replace(S),T=S}if(!l1(H.getNode())&&H.type==="text")T=T.spliceText(0,z,"");w.add(T.__key)}else{let S=T.getParentOrThrow();if(!S.canBeEmpty()&&S.getChildrenSize()===1)S.remove();else T.remove()}else w.add(T.__key);let D=V.getChildren(),C=new Set(K),R=y.is(V),k=y.isInline()&&F.getNextSibling()===null?y:F;for(let S=D.length-1;S>=0;S--){let x=D[S];if(x.is(F)||M(x)&&x.isParentOf(F))break;if(x.isAttached())if(!C.has(x)||x.is(b)){if(!R)k.insertAfter(x,!1)}else x.remove()}if(!R){let S=V,x=null;while(S!==null){let N=S.getChildren(),s=N.length;if(s===0||N[s-1].is(x))w.delete(S.__key),x=S;S=S.getParent()}}if(!V3(F)){if(F=F.spliceText(q,P-q,J,!0),F.getTextContent()==="")F.remove();else if(this.anchor.type==="text"){if(this.format=F.getFormat(),this.style=F.getStyle(),F.isComposing())this.anchor.offset-=J.length}}else if(q===P)F.select();else{let S=I1(J);S.select(),F.replace(S)}for(let S=1;S<B;S++){let x=K[S],N=x.__key;if(!w.has(N))x.remove()}}}removeText(){let J=f()===this,Z=FF1(Qh(this));if(HM(this,Z),J&&f()!==this)L1(this)}formatText(J,Z=null){if(this.isCollapsed()){this.toggleFormat(J),A0(null);return}let Q=this.getNodes(),X=[];for(let V of Q)if(j(V))X.push(V);let G=(V)=>{Q.forEach((b)=>{if(M(b)){let D=b.getFormatFlags(J,V);b.setTextFormat(D)}})},W=X.length;if(W===0){this.toggleFormat(J),A0(null),G(Z);return}let H=this.anchor,q=this.focus,z=this.isBackward(),K=z?q:H,B=z?H:q,F=0,$=X[0],P=K.type==="element"?0:K.offset;if(K.type==="text"&&P===$.getTextContentSize())F=1,$=X[1],P=0;if($==null)return;let O=$.getFormatFlags(J,Z);G(O);let A=W-1,T=X[A],w=B.type==="text"?B.offset:T.getTextContentSize();if($.is(T)){if(P===w)return;if(T5($)||P===0&&w===$.getTextContentSize())$.setFormat(O);else{let V=$.splitText(P,w),b=P===0?V[0]:V[1];if(b.setFormat(O),K.type==="text")K.set(b.__key,0,"text");if(B.type==="text")B.set(b.__key,w-P,"text")}this.format=O;return}if(P!==0&&!T5($))[,$]=$.splitText(P),P=0;$.setFormat(O);let y=T.getFormatFlags(J,O);if(w>0){if(w!==T.getTextContentSize()&&!T5(T))[T]=T.splitText(w);T.setFormat(y)}for(let V=F+1;V<A;V++){let b=X[V],D=b.getFormatFlags(J,y);b.setFormat(D)}if(K.type==="text")K.set($.__key,P,"text");if(B.type==="text")B.set(T.__key,w,"text");this.format=O|y}insertNodes(J){if(J.length===0)return;if(!this.isCollapsed())this.removeText();if(this.anchor.key==="root"){this.insertParagraph();let T=f();if(!v(T))h("Expected RangeSelection after insertParagraph");return T.insertNodes(J)}let Q=(this.isBackward()?this.focus:this.anchor).getNode(),X=j1(Q,t0),G=J[J.length-1];if(M(X)&&"__language"in X){if("__language"in J[0])this.insertText(J[0].getTextContent());else{let T=Lx(this);X.splice(T,0,J),G.selectEnd()}return}let W=(T)=>(M(T)||B1(T))&&!T.isInline();if(!J.some(W)){if(!M(X))h(`Expected node ${Q.constructor.name} of type ${Q.getType()} to have a block ElementNode ancestor`);let T=Lx(this);X.splice(T,0,J),G.selectEnd();return}let H=uB1(J),q=H.getLastDescendant(),z=H.getChildren(),K=(T)=>M(T)&&t0(T)&&!T.isEmpty()&&M(X)&&(!X.isEmpty()||X.canMergeWhenEmpty()),F=!M(X)||!X.isEmpty()?this.insertParagraph():null,$=z[z.length-1],P=z[0];if(K(P)){if(!M(X))h(`Expected node ${Q.constructor.name} of type ${Q.getType()} to have a block ElementNode ancestor`);X.append(...P.getChildren()),P=z[1]}if(P){if(X===null)h(`Expected node ${Q.constructor.name} of type ${Q.getType()} to have a block ancestor`);OB1(X,P)}let O=j1(q,t0);if(F&&M(O)&&(F.canMergeWhenEmpty()||t0($)))O.append(...F.getChildren()),F.remove();if(M(X)&&X.isEmpty())X.remove();q.selectEnd();let A=M(X)?X.getLastChild():null;if(V5(A)&&O!==X)A.remove()}insertParagraph(){if(this.anchor.key==="root"){let W=y1();return V1().splice(this.anchor.offset,0,[W]),W.select(),W}let J=Lx(this),Z=j1(this.anchor.getNode(),t0);if(!M(Z))h("Expected ancestor to be a block ElementNode");let Q=Z.getChildAtIndex(J),X=Q?[Q,...Q.getNextSiblings()]:[],G=Z.insertNewAfter(this,!1);if(G)return G.append(...X),G.selectStart(),G;return null}insertLineBreak(J){let Z=l2();if(this.insertNodes([Z]),J){let Q=Z.getParentOrThrow(),X=Z.getIndexWithinParent();Q.select(X,X)}}extract(){let J=[...this.getNodes()],Z=J.length,Q=J[0],X=J[Z-1],[G,W]=CM(this),H=this.isBackward(),[q,z]=H?[this.focus,this.anchor]:[this.anchor,this.focus],[K,B]=H?[W,G]:[G,W];if(Z===0)return[];else if(Z===1){if(j(Q)&&!this.isCollapsed()){let F=Q.splitText(K,B),$=K===0?F[0]:F[1];if($)return q.set($.getKey(),0,"text"),z.set($.getKey(),$.getTextContentSize(),"text"),[$];return[]}return[Q]}if(j(Q)){if(K===Q.getTextContentSize())J.shift();else if(K!==0)[,Q]=Q.splitText(K),J[0]=Q,q.set(Q.getKey(),0,"text")}if(j(X)){let $=X.getTextContent().length;if(B===0)J.pop();else if(B!==$)[X]=X.splitText(B),J[J.length-1]=X,z.set(X.getKey(),X.getTextContentSize(),"text")}return J}modify(J,Z,Q){if(ej(this,J,Z,Q))return;let X=J==="move",G=v1(),W=I0(o0(G));if(!W)return;let{_blockCursorElement:H,_rootElement:q}=G,z=this.focus.getNode();if(q!==null&&H!==null&&M(z)&&!z.isInline()&&!z.canBeEmpty())th(H,G,q);if(this.dirty){let K=ND(G,this.anchor.key),B=ND(G,this.focus.key);if(this.anchor.type==="text")K=R3(K);if(this.focus.type==="text")B=R3(B);if(K&&B)$N(W,K,this.anchor.offset,B,this.focus.offset)}if(hB1(W,J,Z?"backward":"forward",Q),W.rangeCount>0){let K=W.getRangeAt(0),B=this.anchor.getNode(),F=l1(B)?B:n$1(B);if(this.applyDOMRange(K),this.dirty=!0,!X){let $=this.getNodes(),P=[],O=!1;for(let A=0;A<$.length;A++){let T=$[A];if(DM(T,F))P.push(T);else O=!0}if(O&&P.length>0)if(Z){let A=P[0];if(M(A))A.selectStart();else A.getParentOrThrow().selectStart()}else{let A=P[P.length-1];if(M(A))A.selectEnd();else A.getParentOrThrow().selectEnd()}if(W.anchorNode!==K.startContainer||W.anchorOffset!==K.startOffset)xB1(this)}}if(Q==="lineboundary")ej(this,J,Z,Q,"decorators")}forwardDeletion(J,Z,Q){if(!Q&&(J.type==="element"&&M(Z)&&J.offset===Z.getChildrenSize()||J.type==="text"&&J.offset===Z.getTextContentSize())){let X=Z.getParent(),G=Z.getNextSibling()||(X===null?null:X.getNextSibling());if(M(G)&&G.isShadowRoot())return!0}return!1}deleteCharacter(J){let Z=this.isCollapsed();if(this.isCollapsed()){let Q=this.anchor,X=Q.getNode();if(this.forwardDeletion(Q,X,J))return;let W=_0(Q,J?"previous":"next"),H=Jv(W);if(H.getTextSlices().every((z)=>z===null||z.distance===0)){let z={type:"initial"};for(let K of H.iterNodeCarets("shadowRoot"))if(n0(K)){if(K.origin.isInline());else if(K.origin.isShadowRoot()){if(z.type==="merge-block")break;if(M(H.anchor.origin)&&H.anchor.origin.isEmpty()){let B=T0(K);HM(this,C5(B,B)),H.anchor.origin.remove()}return}else if(z.type==="merge-next-block"||z.type==="merge-block")z={block:z.block,caret:K,type:"merge-block"}}else if(z.type==="merge-block")break;else if(m3(K)){if(M(K.origin)){if(!K.origin.isInline())z={block:K.origin,type:"merge-next-block"};else if(!K.origin.isParentOf(H.anchor.origin))break;continue}else if(B1(K.origin)){if(K.origin.isIsolated());else if(z.type==="merge-next-block"&&(K.origin.isKeyboardSelectable()||!K.origin.isInline())&&M(H.anchor.origin)&&H.anchor.origin.isEmpty()){H.anchor.origin.remove();let B=dD();B.add(K.origin.getKey()),L1(B)}else K.origin.remove();return}break}if(z.type==="merge-block"){let{caret:K,block:B}=z;return HM(this,C5(!K.origin.isEmpty()&&B.isEmpty()?a9(s1(B,K.direction)):H.anchor,K)),this.removeText()}}let q=this.focus;if(this.modify("extend",J,"character"),!this.isCollapsed()){let z=q.type==="text"?q.getNode():null;if(X=Q.type==="text"?Q.getNode():null,z!==null&&z.isSegmented()){let K=q.offset,B=z.getTextContentSize();if(z.is(X)||J&&K!==B||!J&&K!==0){rj(z,J,K);return}}else if(X!==null&&X.isSegmented()){let K=Q.offset,B=X.getTextContentSize();if(X.is(z)||J&&K!==0||!J&&K!==B){rj(X,J,K);return}}fB1(this,J)}else if(J&&Q.offset===0){if(sj(this,Q.getNode()))return}}if(this.removeText(),J&&!Z&&this.isCollapsed()&&this.anchor.type==="element"&&this.anchor.offset===0){let Q=this.anchor.getNode();if(Q.isEmpty()&&l1(Q.getParent())&&Q.getPreviousSibling()===null)sj(this,Q)}}deleteLine(J){if(this.isCollapsed())this.modify("extend",J,"lineboundary");if(this.isCollapsed())this.deleteCharacter(J);else this.removeText()}deleteWord(J){if(this.isCollapsed()){let Z=this.anchor,Q=Z.getNode();if(this.forwardDeletion(Z,Q,J))return;this.modify("extend",J,"word")}this.removeText()}isBackward(){return this.focus.isBefore(this.anchor)}getStartEndPoints(){return[this.anchor,this.focus]}}function f1(J){return J instanceof mM}function dj(J){let Z=J.offset;if(J.type==="text")return Z;let Q=J.getNode();return Z===Q.getChildrenSize()?Q.getTextContent().length:0}function CM(J){let Z=J.getStartEndPoints();if(Z===null)return[0,0];let[Q,X]=Z;if(Q.type==="element"&&X.type==="element"&&Q.key===X.key&&Q.offset===X.offset)return[0,0];return[dj(Q),dj(X)]}function sj(J,Z){for(let Q=Z;Q;Q=Q.getParent()){if(M(Q)){if(Q.collapseAtStart(J))return!0;if(y0(Q))break}if(Q.getPreviousSibling())break}return!1}function xB1(J){let{focus:Z,anchor:Q}=J,X=Q.key,G=Q.offset,W=Q.type;Q.set(Z.key,Z.offset,Z.type,!0),Z.set(X,G,W,!0)}function hB1(J,Z,Q,X){J.modify(Z,Q,X)}function fB1(J,Z){let{anchor:Q,focus:X}=J,G=Q.getNode(),W=X.getNode();if(G===W&&Q.type==="text"&&X.type==="text"){let H=Q.offset,q=X.offset,z=H<q,K=z?H:q,B=z?q:H,F=B-1;if(K!==F){let $=G.getTextContent().slice(K,B);if(IB1($))if(Z)X.set(X.key,F,X.type);else Q.set(Q.key,F,Q.type)}}}function IB1(J){if(!(J.length>1))h("shouldDeleteExactlyOneCodeUnit: expecting to be called only with sequences of two or more code units");return!(EN(J)||jB1(J))}var jB1=(()=>{try{let J=new RegExp("\\p{Emoji}","u"),Z=J.test.bind(J);if(Z("❤️")&&Z("#️⃣")&&Z("\uD83D\uDC4D"))return Z}catch(J){}return()=>!1})();function rj(J,Z,Q){let X=J,W=X.getTextContent().split(/(?=\s)/g),H=W.length,q=0,z=0;for(let B=0;B<H;B++){let F=W[B],$=B===H-1;if(z=q,q+=F.length,Z&&q===Q||q>Q||$){if(W.splice(B,1),$)z=void 0;break}}let K=W.join("").trim();if(K==="")X.remove();else X.setTextContent(K),X.select(z,z)}function gB1(J,Z,Q){let X=J.getParent();return Q===null||X===null||!X.canBeEmpty()||X!==Q.getNode()}function aj(J,Z,Q,X){let G=Z,W;if(C1(J)){let H=!1,q=J.childNodes,z=q.length,K=X._blockCursorElement;if(G===z)H=!0,G=z-1;let B=q[G],F=!1;if(B===K)B=q[G+1],F=!0;else if(K!==null){let $=K.parentNode;if(J===$){let P=Array.prototype.indexOf.call($.children,K);if(Z>P)G--}}if(W=xD(B),j(W))G=y5(W,H?"next":"previous");else{let $=xD(J);if($===null)return null;if(M($)){let P=X.getElementByKey($.getKey());if(P===null)h("$internalResolveSelectionPoint: node in DOM but not keyToDOMMap");if([$,G]=$.getDOMSlot(P).resolveChildIndex($,P,J,Z),!M($))h("$internalResolveSelectionPoint: resolvedElement is not an ElementNode");if(H&&G>=$.getChildrenSize())G=Math.max(0,$.getChildrenSize()-1);let A=$.getChildAtIndex(G);if(M(A)&&gB1(A,G,Q)){let T=H?A.getLastDescendant():A.getFirstDescendant();if(T===null)$=A;else A=T,$=M(A)?A:A.getParentOrThrow();G=0}if(j(A))W=A,$=null,G=y5(A,H?"next":"previous");else if(A!==$&&H&&!F){if(!M($))h("invariant");G=Math.min($.getChildrenSize(),G+1)}}else{let P=$.getIndexWithinParent();if(Z===0&&B1($)&&xD(J)===$)G=P;else G=P+1;$=$.getParentOrThrow()}if(M($))return d2($.__key,G,"element")}}else W=xD(J);if(!j(W))return null;return d2(W.__key,y5(W,G,"clamp"),"text")}function cj(J,Z,Q){let X=J.offset,G=J.getNode();if(X===0){let W=G.getPreviousSibling(),H=G.getParent();if(!Z){if(M(W)&&!Q&&W.isInline())J.set(W.__key,W.getChildrenSize(),"element");else if(j(W))J.set(W.__key,W.getTextContent().length,"text")}else if((Q||!Z)&&W===null&&M(H)&&H.isInline()){let q=H.getPreviousSibling();if(j(q))J.set(q.__key,q.getTextContent().length,"text")}}else if(X===G.getTextContent().length){let W=G.getNextSibling(),H=G.getParent();if(Z&&M(W)&&W.isInline())J.set(W.__key,0,"element");else if((Q||Z)&&W===null&&M(H)&&H.isInline()&&!H.canInsertTextAfter()){let q=H.getNextSibling();if(j(q))J.set(q.__key,0,"text")}}}function zN(J,Z,Q){if(J.type==="text"&&Z.type==="text"){let X=J.isBefore(Z),G=J.is(Z);if(cj(J,X,G),cj(Z,!X,G),G)Z.set(J.key,J.offset,J.type)}}function KN(J,Z,Q,X,G,W){if(J===null||Q===null||!sD(G,J,Q))return null;let H=aj(J,Z,v(W)?W.anchor:null,G);if(H===null)return null;let q=aj(Q,X,v(W)?W.focus:null,G);if(q===null)return null;if(tj("anchor",H),tj("focus",q),H.type==="element"&&q.type==="element"){let z=xD(J),K=xD(Q);if(B1(z)&&B1(K))return null}return zN(H,q),[H,q]}function lD(J){return M(J)&&!J.isInline()}function BN(J,Z,Q,X,G,W){let H=s9(),q=new j3(d2(J,Z,G),d2(Q,X,W),0,"");return q.dirty=!0,H._selection=q,q}function l9(){let J=d2("root",0,"element"),Z=d2("root",0,"element");return new j3(J,Z,0,"")}function dD(){return new mM(new Set)}function NB1(J,Z){let X=J.getEditorState()._selection,G=I0(o0(J));if(v(X)||X==null)return Nh(X,G,J,Z);return X.clone()}function Nh(J,Z,Q,X){let G=Q._window;if(G===null)return null;let W=X||G.event,H=W?W.type:void 0,q=H==="selectionchange",z=!VK1()&&(q||H==="beforeinput"||H==="compositionstart"||H==="compositionend"||H==="click"&&W&&W.detail===3||H==="drop"||H===void 0),K,B,F,$;if(!v(J)||z){if(Z===null)return null;if(K=Z.anchorNode,B=Z.focusNode,F=Z.anchorOffset,$=Z.focusOffset,(q||H===void 0)&&v(J)&&!sD(Q,K,B))return J.clone()}else return J.clone();let P=KN(K,F,B,$,Q,J);if(P===null)return null;let[O,A]=P,T=0,w="";if(v(J)){let y=J.anchor;if(O.key===y.key)T=J.format,w=J.style;else{let V=O.getNode();if(j(V))T=V.getFormat(),w=V.getStyle();else if(M(V))T=V.getTextFormat(),w=V.getTextStyle()}}return new j3(O,A,T,w)}function tj(J,Z){let Q=w1(Z.key);if(Q===void 0)h(`$validatePoint: ${J} key ${Z.key} not found in current editorState`);if(Z.type==="text"){if(!j(Q))h(`$validatePoint: ${J} key ${Z.key} is not a TextNode`);let X=Q.getTextContentSize();if(!(Z.offset<=X))h(`$validatePoint: ${J} point.offset > node.getTextContentSize() (${String(Z.offset)} > ${String(X)})`)}else{if(!M(Q))h(`$validatePoint: ${J} key ${Z.key} is not an ElementNode`);let X=Q.getChildrenSize();if(!(Z.offset<=X))h(`$validatePoint: ${J} point.offset > node.getChildrenSize() (${String(Z.offset)} > ${String(X)})`)}}function f(){return s9()._selection}function d9(){return v1()._editorState._selection}function bM(J,Z,Q,X=1){let{anchor:G,focus:W}=J,H=G.getNode(),q=W.getNode();if(!Z.is(H)&&!Z.is(q))return;let z=Z.__key;if(J.isCollapsed()){let K=G.offset;if(Q<=K&&X>0||Q<K&&X<0){let B=Math.max(0,K+X);G.set(z,B,"element"),W.set(z,B,"element"),nj(J)}}else{let K=J.isBackward(),B=K?W:G,F=B.getNode(),$=K?G:W,P=$.getNode();if(Z.is(F)){let O=B.offset;if(Q<=O&&X>0||Q<O&&X<0)B.set(z,Math.max(0,O+X),"element")}if(Z.is(P)){let O=$.offset;if(Q<=O&&X>0||Q<O&&X<0)$.set(z,Math.max(0,O+X),"element")}}nj(J)}function nj(J){let Z=J.anchor,Q=Z.offset,X=J.focus,G=X.offset,W=Z.getNode(),H=X.getNode();if(J.isCollapsed()){if(!M(W))return;let q=W.getChildrenSize(),z=Q>=q,K=z?W.getChildAtIndex(q-1):W.getChildAtIndex(Q);if(j(K)){let B=0;if(z)B=K.getTextContentSize();Z.set(K.__key,B,"text"),X.set(K.__key,B,"text")}return}if(M(W)){let q=W.getChildrenSize(),z=Q>=q,K=z?W.getChildAtIndex(q-1):W.getChildAtIndex(Q);if(j(K)){let B=0;if(z)B=K.getTextContentSize();Z.set(K.__key,B,"text")}}if(M(H)){let q=H.getChildrenSize(),z=G>=q,K=z?H.getChildAtIndex(q-1):H.getChildAtIndex(G);if(j(K)){let B=0;if(z)B=K.getTextContentSize();X.set(K.__key,B,"text")}}}function LB1(J,Z){let X=Z.getEditorState()._selection,G=J._selection;if(v(G)){let{anchor:W,focus:H}=G,q;if(W.type==="text")q=W.getNode(),q.selectionTransform(X,G);if(H.type==="text"){let z=H.getNode();if(q!==z)z.selectionTransform(X,G)}}}function kM(J,Z,Q,X,G){let W=null,H=0,q=null;if(X!==null){if(W=X.__key,j(X))H=X.getTextContentSize(),q="text";else if(M(X))H=X.getChildrenSize(),q="element"}else if(G!==null){if(W=G.__key,j(G))q="text";else if(M(G))q="element"}if(W!==null&&q!==null)J.set(W,H,q);else{if(H=Z.getIndexWithinParent(),H===-1)H=Q.getChildrenSize();J.set(Q.__key,H,"element")}}function ij(J,Z,Q,X,G){if(J.type==="text")J.set(Q,J.offset+(Z?0:G),"text");else if(J.offset>X.getIndexWithinParent())J.set(J.key,J.offset-1,"element")}function $N(J,Z,Q,X,G){try{J.setBaseAndExtent(Z,Q,X,G)}catch(W){console.warn(W)}}function oj(J,Z,Q){let X=ND(J,Z.getKey());if(M(Z)){let G=Z.getDOMSlot(X);return[G.element,Q+G.getFirstChildOffset()]}return[X,Q]}function mB1(J,Z,Q,X,G,W,H){let{anchorNode:q,focusNode:z,anchorOffset:K,focusOffset:B}=X,F=document.activeElement;if(G.has(TB1)&&F!==W||F!==null&&pM(F))return;if(!v(Z)){if(J!==null&&sD(Q,q,z))X.removeAllRanges();return}let{anchor:$,focus:P}=Z,O=$.getNode(),A=P.getNode(),[T,w]=oj(Q,O,$.offset),[y,V]=oj(Q,A,P.offset),b=Z.format,D=Z.style,C=Z.isCollapsed(),R=T,k=y,S=!1;if($.type==="text")R=R3(T),S=O.getFormat()!==b||O.getStyle()!==D;else if(v(J)&&J.anchor.type==="text")S=!0;if(P.type==="text")k=R3(y);if(R===null||k===null)return;if(C&&(J===null||S||v(J)&&(J.format!==b||J.style!==D)))FB1(b,D,w,$.key,performance.now());if(K===w&&B===V&&q===R&&z===k&&!(X.type==="Range"&&C)){if(F===null||!W.contains(F)){if(!G.has(yM))W.focus({preventScroll:!0})}if($.type!=="element")return}if($N(X,R,w,k,V),N9&&Z.isCollapsed()&&W!==null&&!G.has(yM)&&(document.activeElement===null||!W.contains(document.activeElement)))W.focus({preventScroll:!0});if(!G.has(wB1)&&Z.isCollapsed()&&W!==null&&W===document.activeElement){let x=v(Z)&&Z.anchor.type==="element"?R.childNodes[w]||null:X.rangeCount>0?X.getRangeAt(0):null;if(x!==null){let N;if(x instanceof Text){let s=document.createRange();s.selectNode(x),N=s.getBoundingClientRect()}else N=x.getBoundingClientRect();a$1(Q,N,W)}}$B1()}function d4(J){let Z=f()||d9();if(Z===null)Z=V1().selectEnd();Z.insertNodes(J)}function Lx(J){let Z=J;if(!J.isCollapsed())Z.removeText();let Q=f();if(v(Q))Z=Q;if(!v(Z))h("Unexpected dirty selection to be null");let X=Z.anchor,G=X.getNode(),W=X.offset;while(!t0(G)){let H=G;if([G,W]=_B1(G,W),H.is(G))break}return W}function _B1(J,Z){let Q=J.getParent();if(!Q){let G=y1();return V1().append(G),G.select(),[V1(),0]}if(j(J)){let G=J.splitText(Z);if(G.length===0)return[Q,J.getIndexWithinParent()];let W=Z===0?0:1,H=G[0].getIndexWithinParent()+W;return[Q,H]}if(!M(J)||Z===0)return[Q,J.getIndexWithinParent()];let X=J.getChildAtIndex(Z);if(X){let G=new j3(d2(J.__key,Z,"element"),d2(J.__key,Z,"element"),0,""),W=J.insertNewAfter(G);if(W)W.append(X,...X.getNextSiblings())}return[Q,J.getIndexWithinParent()+1]}function uB1(J){let Z=y1(),Q=null;for(let X=0;X<J.length;X++){let G=J[X],W=V5(G);if(W||B1(G)&&G.isInline()||M(G)&&G.isInline()||j(G)||G.isParentRequired()){if(Q===null){if(Q=G.createParentElementNode(),Z.append(Q),W)continue}if(Q!==null)Q.append(G)}else Z.append(G),Q=null}return Z}function pB1(J){let Z=[],[Q,X]=J.getTextSlices();if(Q)Z.push(Q.caret.origin);let G=new Set,W=new Set;for(let H of J)if(n0(H)){let{origin:q}=H;if(Z.length===0)G.add(q);else W.add(q),Z.push(q)}else{let{origin:q}=H;if(!M(q)||!W.has(q))Z.push(q)}if(X)Z.push(X.caret.origin);if(m3(J.focus)&&M(J.focus.origin)&&J.focus.getNodeAtCaret()===null)for(let H=E0(J.focus.origin,"previous");n0(H)&&G.has(H.origin)&&!H.origin.isEmpty()&&H.origin.is(Z[Z.length-1]);H=eM(H))G.delete(H.origin),Z.pop();while(Z.length>1){let H=Z[Z.length-1];if(M(H))if(W.has(H)||H.isEmpty()||G.has(H));else{Z.pop();continue}break}if(Z.length===0&&J.isCollapsed()){let H=T0(J.anchor),q=T0(J.anchor.getFlipped()),z=(B)=>b2(B)?B.origin:B.getNodeAtCaret(),K=z(H)||z(q)||(J.anchor.getNodeAtCaret()?H.origin:q.origin);Z.push(K)}return Z}function ej(J,Z,Q,X,G="decorators-and-blocks"){if(Z==="move"&&X==="character"&&!J.isCollapsed()){let[B,F]=Q===J.isBackward()?[J.focus,J.anchor]:[J.anchor,J.focus];return F.set(B.key,B.offset,B.type),!0}let W=_0(J.focus,Q?"previous":"next"),H=X==="lineboundary",q=Z==="move",z=W,K=G==="decorators-and-blocks";if(!Zf(z)){for(let B of z){K=!1;let{origin:F}=B;if(B1(F)&&!F.isIsolated()){if(z=B,H&&F.isInline())continue}break}if(K)for(let B of Jv(W).iterNodeCarets(Z==="extend"?"shadowRoot":"root")){if(n0(B)){if(!B.origin.isInline())z=B}else if(M(B.origin))continue;else if(B1(B.origin)&&!B.origin.isInline())z=B;break}}if(z===W)return!1;if(q&&!H&&B1(z.origin)&&z.origin.isKeyboardSelectable()){let B=dD();return B.add(z.origin.getKey()),L1(B),!0}if(z=T0(z),q)b5(J.anchor,z);return b5(J.focus,z),K||!H}var Z0=null,H0=null,m0=!1,mx=!1,UM=0,Jg={characterData:!0,childList:!0,subtree:!0};function iE(){return m0||Z0!==null&&Z0._readOnly}function W0(){if(m0)h("Cannot use method in read-only mode.")}function FN(){if(UM>99)h("One or more transforms are endlessly triggering additional transforms. May have encountered infinite recursion caused by transforms that have their preconditions too lose and/or conflict with each other.")}function s9(){if(Z0===null)h(`Unable to find an active editor state. State helpers or node methods can only be used synchronously during the callback of editor.update(), editor.read(), or editorState.read().${PN()}`);return Z0}function v1(){if(H0===null)h(`Unable to find an active editor. This method can only be used synchronously during the callback of editor.update() or editor.read().${PN()}`);return H0}function PN(){let J=0,Z=new Set,Q=E3.version;if(typeof window<"u")for(let G of document.querySelectorAll("[contenteditable]")){let W=lM(G);if(uh(W))J++;else if(W){let H=String(W.constructor.version||"<0.17.1");if(H===Q)H+=" (separately built, likely a bundler configuration issue)";Z.add(H)}}let X=` Detected on the page: ${J} compatible editor(s) with version ${Q}`;if(Z.size)X+=` and incompatible editors with versions ${Array.from(Z).join(", ")}`;return X}function lB1(){return H0}function dB1(){return Z0}function Zg(J,Z,Q){let X=Z.__type,G=bN(J,X),W=Q.get(X);if(W===void 0)W=Array.from(G.transforms),Q.set(X,W);let H=W.length;for(let q=0;q<H;q++)if(W[q](Z),!Z.isAttached())break}function Yg(J,Z){return J!==void 0&&J.__key!==Z&&J.isAttached()}function sB1(J,Z){let Q=Z._dirtyLeaves,X=J._nodeMap;for(let G of Q){let W=X.get(G);if(j(W)&&W.isAttached()&&W.isSimpleText()&&!W.isUnmergeable())Ig(W)}}function AN(J,Z){if(!Z)return;let Q=J._updateTags,X=Z;if(!Array.isArray(Z))X=[Z];for(let G of X)Q.add(G)}function rB1(J,Z){let{_dirtyLeaves:Q,_dirtyElements:X}=Z,G=J._nodeMap,W=g9(),H=new Map,q=Q,z=q.size,K=X,B=K.size;while(z>0||B>0){if(z>0){Z._dirtyLeaves=new Set;for(let $ of q){let P=G.get($);if(j(P)&&P.isAttached()&&P.isSimpleText()&&!P.isUnmergeable())Ig(P);if(P!==void 0&&Yg(P,W))Zg(Z,P,H);Q.add($)}if(q=Z._dirtyLeaves,z=q.size,z>0){UM++;continue}}if(Z._dirtyLeaves=new Set,Z._dirtyElements=new Map,K.delete("root"))K.set("root",!0);for(let $ of K){let P=$[0],O=$[1];if(X.set(P,O),!O)continue;let A=G.get(P);if(A!==void 0&&Yg(A,W))Zg(Z,A,H)}q=Z._dirtyLeaves,z=q.size,K=Z._dirtyElements,B=K.size,UM++}Z._dirtyLeaves=Q,Z._dirtyElements=X}function ON(J){return Lh(J,v1()._nodes)}function Lh(J,Z){let Q=J.type,X=Z.get(Q);if(X===void 0)h(`parseEditorState: type "${Q}" + not found`);let G=X.klass;if(J.type!==G.getType())h(`LexicalNode: Node ${G.name} does not implement .importJSON().`);let W=G.importJSON(J),H=J.children;if(M(W)&&Array.isArray(H))for(let q=0;q<H.length;q++){let z=H[q],K=Lh(z,Z);W.append(K)}return W}function aB1(J,Z,Q){let X=mh(),G=Z0,W=m0,H=H0,q=Z._dirtyElements,z=Z._dirtyLeaves,K=Z._cloneNotNeeded,B=Z._dirtyType;Z._dirtyElements=new Map,Z._dirtyLeaves=new Set,Z._cloneNotNeeded=new Set,Z._dirtyType=0,Z0=X,m0=!1,H0=Z,_h(null);try{let F=Z._nodes,$=J.root;if(Lh($,F),Q)Q();X._readOnly=!0,TN(X)}catch(F){if(F instanceof Error)Z._onError(F)}finally{Z._dirtyElements=q,Z._dirtyLeaves=z,Z._cloneNotNeeded=K,Z._dirtyType=B,Z0=G,m0=W,H0=H}return X}function Qg(J,Z,Q){let X=Z0,G=m0,W=H0;Z0=Z,m0=!0,H0=J;try{return Q()}finally{Z0=X,m0=G,H0=W}}function TN(J){let Z=J._nodeMap;Z.set=()=>{throw Error("Cannot call set() on a frozen Lexical node map")},Z.clear=()=>{throw Error("Cannot call clear() on a frozen Lexical node map")},Z.delete=()=>{throw Error("Cannot call delete() on a frozen Lexical node map")}}function u4(J,Z){let{_pendingEditorState:Q,_rootElement:X}=J,G=J._headless||X===null;if(Q===null)return;let W=J._editorState,H=W._selection,q=Q._selection,z=J._dirtyType!==b3,K=Z0,B=m0,F=H0,$=J._updating,P=J._observer,O=null;if(J._pendingEditorState=null,J._editorState=Q,!G&&z&&P!==null){H0=J,Z0=Q,m0=!1,J._updating=!0;try{let{_dirtyType:C,_dirtyElements:R,_dirtyLeaves:k}=J;P.disconnect(),O=_K1(W,Q,J,C,R,k)}catch(C){if(C instanceof Error)J._onError(C);if(!mx)CN(J,null,X,Q),Rg(J),J._dirtyType=ID,mx=!0,u4(J,W),mx=!1;else throw C;return}finally{P.observe(X,Jg),J._updating=$,Z0=K,m0=B,H0=F}}if(!Q._readOnly){Q._readOnly=!0;{if(TN(Q),v(q))Object.freeze(q.anchor),Object.freeze(q.focus);Object.freeze(q)}}let{_dirtyLeaves:A,_dirtyElements:T,_normalizedNodes:w,_updateTags:y,_deferred:V}=J;if(z)J._dirtyType=b3,J._cloneNotNeeded.clear(),J._dirtyLeaves=new Set,J._dirtyElements=new Map,J._normalizedNodes=new Set,J._updateTags=new Set;TK1(J,Q);let b=G?null:I0(o0(J));if(J._editable&&b!==null&&(z||q===null||q.dirty||!q.is(H))&&X!==null&&!y.has(fh)){H0=J,Z0=Q;try{if(P!==null)P.disconnect();if(z||q===null||q.dirty){let C=J._blockCursorElement;if(C!==null)th(C,J,X);mB1(H,q,J,b,y,X)}e$1(J,X,q)}finally{if(P!==null)P.observe(X,Jg);H0=F,Z0=K}}if(O!==null)tB1(J,O,y,A,W);if(!v(q)&&q!==null&&(H===null||!H.is(q)))J.dispatchCommand(LD,void 0);let D=J._pendingDecorators;if(D!==null)J._decorators=D,J._pendingDecorators=null,uE("decorator",J,!0,D);cB1(J,Z||W,Q),uE("update",J,!0,{dirtyElements:T,dirtyLeaves:A,editorState:Q,mutatedNodes:O,normalizedNodes:w,prevEditorState:Z||W,tags:y}),oB1(J,V),iB1(J)}function cB1(J,Z,Q){let X=Hg(Z),G=Hg(Q);if(X!==G)uE("textcontent",J,!0,G)}function tB1(J,Z,Q,X,G){let W=Array.from(J._listeners.mutation),H=W.length;for(let q=0;q<H;q++){let[z,K]=W[q];for(let B of K){let F=Z.get(B);if(F!==void 0)z(F,{dirtyLeaves:X,prevEditorState:G,updateTags:Q})}}}function uE(J,Z,Q,...X){let G=Z._updating;Z._updating=Q;try{let W=Array.from(Z._listeners[J]);for(let H=0;H<W.length;H++)W[H].apply(null,X)}finally{Z._updating=G}}function nB1(J,Z,Q){let X=lh(J);for(let G=4;G>=0;G--)for(let W=0;W<X.length;W++){let H=X[W],z=H._commands.get(Z);if(z!==void 0){let K=z[G];if(K!==void 0){let B=Array.from(K),F=B.length,$=!1;if(U5(H,()=>{for(let P=0;P<F;P++)if(B[P](Q,J)){$=!0;return}}),$)return $}}}return!1}function iB1(J){let Z=J._updates;if(Z.length!==0){let Q=Z.shift();if(Q){let[X,G]=Q;_M(J,X,G)}}}function oB1(J,Z){if(J._deferred=[],Z.length!==0){let Q=J._updating;J._updating=!0;try{for(let X=0;X<Z.length;X++)Z[X]()}finally{J._updating=Q}}}function Xg(J,Z){let Q=J._updates,X=Z||!1;while(Q.length!==0){let G=Q.shift();if(G){let[W,H]=G,q=J._pendingEditorState,z;if(H!==void 0){if(z=H.onUpdate,H.skipTransforms)X=!0;if(H.discrete){if(q===null)h("Unexpected empty pending editor state on discrete nested update");q._flushSync=!0}if(z)J._deferred.push(z);AN(J,H.tag)}if(q==null)_M(J,W,H);else W()}}return X}function _M(J,Z,Q){let X=J._updateTags,G,W=!1,H=!1;if(Q!==void 0)G=Q.onUpdate,AN(J,Q.tag),W=Q.skipTransforms||!1,H=Q.discrete||!1;if(G)J._deferred.push(G);let{_editorState:q,_pendingEditorState:z}=J,K=!1;if(z===null||z._readOnly)z=J._pendingEditorState=wN(z||q),K=!0;z._flushSync=H;let B=Z0,F=m0,$=H0,P=J._updating;Z0=z,m0=!1,J._updating=!0,H0=J;let O=J._headless||J.getRootElement()===null;_h(null);try{if(K)if(O){if(q._selection!==null)z._selection=q._selection.clone()}else z._selection=NB1(J,Q&&Q.event||null);let T=J._compositionKey;if(Z(),W=Xg(J,W),LB1(z,J),J._dirtyType!==b3){if(W)sB1(z,J);else rB1(z,J);Xg(J),wK1(q,z,J._dirtyLeaves,J._dirtyElements)}let w=J._compositionKey;if(T!==w)z._flushSync=!0;let y=z._selection;if(v(y)){let V=z._nodeMap,b=y.anchor.key,D=y.focus.key;if(V.get(b)===void 0||V.get(D)===void 0)h("updateEditor: selection has been lost because the previously selected nodes have been removed and selection wasn't moved to another node. Ensure selection changes after removing/replacing a selected node.")}else if(f1(y)){if(y._nodes.size===0)z._selection=null}}catch(T){if(T instanceof Error)J._onError(T);J._pendingEditorState=q,J._dirtyType=ID,J._cloneNotNeeded.clear(),J._dirtyLeaves=new Set,J._dirtyElements.clear(),u4(J);return}finally{Z0=B,m0=F,H0=$,J._updating=P,UM=0}if(J._dirtyType!==b3||J._deferred.length>0||Z$1(z,J)){if(z._flushSync)z._flushSync=!1,u4(J);else if(K)z$1(()=>{u4(J)})}else if(z._flushSync=!1,K)X.clear(),J._deferred=[],J._pendingEditorState=null}function U5(J,Z,Q){if(H0===J&&Q===void 0)Z();else _M(J,Z,Q)}function eB1(J,Z,Q){if(J._updating)J._updates.push([Z,Q]);else _M(J,Z,Q)}class jE{element;before;after;constructor(J,Z,Q){this.element=J,this.before=Z||null,this.after=Q||null}withBefore(J){return new jE(this.element,J,this.after)}withAfter(J){return new jE(this.element,this.before,J)}withElement(J){if(this.element===J)return this;return new jE(J,this.before,this.after)}insertChild(J){let Z=this.before||this.getManagedLineBreak();if(!(Z===null||Z.parentElement===this.element))h("ElementDOMSlot.insertChild: before is not in element");return this.element.insertBefore(J,Z),this}removeChild(J){if(J.parentElement!==this.element)h("ElementDOMSlot.removeChild: dom is not in element");return this.element.removeChild(J),this}replaceChild(J,Z){if(Z.parentElement!==this.element)h("ElementDOMSlot.replaceChild: prevDom is not in element");return this.element.replaceChild(J,Z),this}getFirstChild(){let J=this.after?this.after.nextSibling:this.element.firstChild;return J===this.before||J===this.getManagedLineBreak()?null:J}getManagedLineBreak(){return this.element.__lexicalLineBreak||null}setManagedLineBreak(J){if(J===null)this.removeManagedLineBreak();else{let Z=J==="decorator"&&(RM||pE||EM);this.insertManagedLineBreak(Z)}}removeManagedLineBreak(){let J=this.getManagedLineBreak();if(J){let Z=this.element,Q=J.nodeName==="IMG"?J.nextSibling:null;if(Q)Z.removeChild(Q);Z.removeChild(J),Z.__lexicalLineBreak=void 0}}insertManagedLineBreak(J){let Z=this.getManagedLineBreak();if(Z){if(J===(Z.nodeName==="IMG"))return;this.removeManagedLineBreak()}let Q=this.element,X=this.before,G=document.createElement("br");if(Q.insertBefore(G,X),J){let W=document.createElement("img");W.setAttribute("data-lexical-linebreak","true"),W.style.cssText="display: inline !important; border: 0px !important; margin: 0px !important;",W.alt="",Q.insertBefore(W,G),Q.__lexicalLineBreak=W}else Q.__lexicalLineBreak=G}getFirstChildOffset(){let J=0;for(let Z=this.after;Z!==null;Z=Z.previousSibling)J++;return J}resolveChildIndex(J,Z,Q,X){if(Q===this.element){let q=this.getFirstChildOffset();return[J,Math.min(q+J.getChildrenSize(),Math.max(q,X))]}let G=Gg(Z,Q);G.push(X);let W=Gg(Z,this.element),H=J.getIndexWithinParent();for(let q=0;q<W.length;q++){let z=G[q],K=W[q];if(z===void 0||z<K)break;else if(z>K){H+=1;break}}return[J.getParentOrThrow(),H]}}function Gg(J,Z){let Q=[],X=Z;for(;X!==J&&X!==null;X=X.parentNode){let G=0;for(let W=X.previousSibling;W!==null;W=W.previousSibling)G++;Q.push(G)}if(X!==J)h("indexPath: root is not a parent of child");return Q.reverse()}class i1 extends C2{__first;__last;__size;__format;__style;__indent;__dir;__textFormat;__textStyle;constructor(J){super(J);this.__first=null,this.__last=null,this.__size=0,this.__format=0,this.__style="",this.__indent=0,this.__dir=null,this.__textFormat=0,this.__textStyle=""}afterCloneFrom(J){if(super.afterCloneFrom(J),this.__key===J.__key)this.__first=J.__first,this.__last=J.__last,this.__size=J.__size;this.__indent=J.__indent,this.__format=J.__format,this.__style=J.__style,this.__dir=J.__dir,this.__textFormat=J.__textFormat,this.__textStyle=J.__textStyle}getFormat(){return this.getLatest().__format}getFormatType(){let J=this.getFormat();return PK1[J]||""}getStyle(){return this.getLatest().__style}getIndent(){return this.getLatest().__indent}getChildren(){let J=[],Z=this.getFirstChild();while(Z!==null)J.push(Z),Z=Z.getNextSibling();return J}getChildrenKeys(){let J=[],Z=this.getFirstChild();while(Z!==null)J.push(Z.__key),Z=Z.getNextSibling();return J}getChildrenSize(){return this.getLatest().__size}isEmpty(){return this.getChildrenSize()===0}isDirty(){let Z=v1()._dirtyElements;return Z!==null&&Z.has(this.__key)}isLastChild(){let J=this.getLatest(),Z=this.getParentOrThrow().getLastChild();return Z!==null&&Z.is(J)}getAllTextNodes(){let J=[],Z=this.getFirstChild();while(Z!==null){if(j(Z))J.push(Z);if(M(Z)){let Q=Z.getAllTextNodes();J.push(...Q)}Z=Z.getNextSibling()}return J}getFirstDescendant(){let J=this.getFirstChild();while(M(J)){let Z=J.getFirstChild();if(Z===null)break;J=Z}return J}getLastDescendant(){let J=this.getLastChild();while(M(J)){let Z=J.getLastChild();if(Z===null)break;J=Z}return J}getDescendantByIndex(J){let Z=this.getChildren(),Q=Z.length;if(J>=Q){let G=Z[Q-1];return M(G)&&G.getLastDescendant()||G||null}let X=Z[J];return M(X)&&X.getFirstDescendant()||X||null}getFirstChild(){let Z=this.getLatest().__first;return Z===null?null:w1(Z)}getFirstChildOrThrow(){let J=this.getFirstChild();if(J===null)h(`Expected node ${this.__key} to have a first child.`);return J}getLastChild(){let Z=this.getLatest().__last;return Z===null?null:w1(Z)}getLastChildOrThrow(){let J=this.getLastChild();if(J===null)h(`Expected node ${this.__key} to have a last child.`);return J}getChildAtIndex(J){let Z=this.getChildrenSize(),Q,X;if(J<Z/2){Q=this.getFirstChild(),X=0;while(Q!==null&&X<=J){if(X===J)return Q;Q=Q.getNextSibling(),X++}return null}Q=this.getLastChild(),X=Z-1;while(Q!==null&&X>=J){if(X===J)return Q;Q=Q.getPreviousSibling(),X--}return null}getTextContent(){let J="",Z=this.getChildren(),Q=Z.length;for(let X=0;X<Q;X++){let G=Z[X];if(J+=G.getTextContent(),M(G)&&X!==Q-1&&!G.isInline())J+=LE}return J}getTextContentSize(){let J=0,Z=this.getChildren(),Q=Z.length;for(let X=0;X<Q;X++){let G=Z[X];if(J+=G.getTextContentSize(),M(G)&&X!==Q-1&&!G.isInline())J+=LE.length}return J}getDirection(){return this.getLatest().__dir}getTextFormat(){return this.getLatest().__textFormat}hasFormat(J){if(J!==""){let Z=sx[J];return(this.getFormat()&Z)!==0}return!1}hasTextFormat(J){let Z=P0[J];return(this.getTextFormat()&Z)!==0}getFormatFlags(J,Z){let X=this.getLatest().__textFormat;return M3(X,J,Z)}getTextStyle(){return this.getLatest().__textStyle}select(J,Z){W0();let Q=f(),X=J,G=Z,W=this.getChildrenSize();if(!this.canBeEmpty()){if(J===0&&Z===0){let q=this.getFirstChild();if(j(q)||M(q))return q.select(0,0)}else if((J===void 0||J===W)&&(Z===void 0||Z===W)){let q=this.getLastChild();if(j(q)||M(q))return q.select()}}if(X===void 0)X=W;if(G===void 0)G=W;let H=this.__key;if(!v(Q))return BN(H,X,H,G,"element","element");else Q.anchor.set(H,X,"element"),Q.focus.set(H,G,"element"),Q.dirty=!0;return Q}selectStart(){let J=this.getFirstDescendant();return J?J.selectStart():this.select()}selectEnd(){let J=this.getLastDescendant();return J?J.selectEnd():this.select()}clear(){let J=this.getWritable();return this.getChildren().forEach((Q)=>Q.remove()),J}append(...J){return this.splice(this.getChildrenSize(),0,J)}setDirection(J){let Z=this.getWritable();return Z.__dir=J,Z}setFormat(J){let Z=this.getWritable();return Z.__format=J!==""?sx[J]:0,this}setStyle(J){let Z=this.getWritable();return Z.__style=J||"",this}setTextFormat(J){let Z=this.getWritable();return Z.__textFormat=J,Z}setTextStyle(J){let Z=this.getWritable();return Z.__textStyle=J,Z}setIndent(J){let Z=this.getWritable();return Z.__indent=J,this}splice(J,Z,Q){if(wM(this))h(`ElementNode.splice: Ephemeral nodes can not mutate their children (key ${this.__key} type ${this.__type})`);let X=this.getChildrenSize(),G=this.getWritable();if(!(J+Z<=X))h(`ElementNode.splice: start + deleteCount > oldSize (${String(J)} + ${String(Z)} > ${String(X)})`);let W=G.__key,H=[],q=[],z=this.getChildAtIndex(J+Z),K=null,B=X-Z+Q.length;if(J!==0)if(J===X)K=this.getLastChild();else{let $=this.getChildAtIndex(J);if($!==null)K=$.getPreviousSibling()}if(Z>0){let $=K===null?this.getFirstChild():K.getNextSibling();for(let P=0;P<Z;P++){if($===null)h("splice: sibling not found");let O=$.getNextSibling(),A=$.__key,T=$.getWritable();C3(T),q.push(A),$=O}}let F=K;for(let $ of Q){if(F!==null&&$.is(F))K=F=F.getPreviousSibling();let P=$.getWritable();if(P.__parent===W)B--;C3(P);let O=$.__key;if(F===null)G.__first=O,P.__prev=null;else{let A=F.getWritable();A.__next=O,P.__prev=A.__key}if($.__key===W)h("append: attempting to append self");P.__parent=W,H.push(O),F=$}if(J+Z===X){if(F!==null){let $=F.getWritable();$.__next=null,G.__last=F.__key}}else if(z!==null){let $=z.getWritable();if(F!==null){let P=F.getWritable();$.__prev=F.__key,P.__next=z.__key}else $.__prev=null}if(G.__size=B,q.length){let $=f();if(v($)){let P=new Set(q),O=new Set(H),{anchor:A,focus:T}=$;if(Wg(A,P,O))kM(A,A.getNode(),this,K,z);if(Wg(T,P,O))kM(T,T.getNode(),this,K,z);if(B===0&&!this.canBeEmpty()&&!y0(this))this.remove()}}return G}getDOMSlot(J){return new jE(J)}exportDOM(J){let{element:Z}=super.exportDOM(J);if(C1(Z)){let Q=this.getIndent();if(Q>0)Z.style.paddingInlineStart=`${Q*40}px`;let X=this.getDirection();if(X)Z.dir=X}return{element:Z}}exportJSON(){let J={children:[],direction:this.getDirection(),format:this.getFormatType(),indent:this.getIndent(),...super.exportJSON()},Z=this.getTextFormat(),Q=this.getTextStyle();if((Z!==0||Q!=="")&&!y0(this)&&!this.getChildren().some(j)){if(Z!==0)J.textFormat=Z;if(Q!=="")J.textStyle=Q}return J}updateFromJSON(J){return super.updateFromJSON(J).setFormat(J.format).setIndent(J.indent).setDirection(J.direction).setTextFormat(J.textFormat||0).setTextStyle(J.textStyle||"")}insertNewAfter(J,Z){return null}canIndent(){return!0}collapseAtStart(J){return!1}excludeFromCopy(J){return!1}canReplaceWith(J){return!0}canInsertAfter(J){return!0}canBeEmpty(){return!0}canInsertTextBefore(){return!0}canInsertTextAfter(){return!0}isInline(){return!1}isShadowRoot(){return!1}canMergeWith(J){return!1}extractWithChild(J,Z,Q){return!1}canMergeWhenEmpty(){return!1}reconcileObservedMutation(J,Z){let Q=this.getDOMSlot(J),X=Q.getFirstChild();for(let G=this.getFirstChild();G;G=G.getNextSibling()){let W=Z.getElementByKey(G.getKey());if(W===null)continue;if(X==null)Q.insertChild(W),X=W;else if(X!==W)Q.replaceChild(W,X);X=X.nextSibling}}}function M(J){return J instanceof i1}function Wg(J,Z,Q){let X=J.getNode();while(X){let G=X.__key;if(Z.has(G)&&!Q.has(G))return!0;X=X.getParent()}return!1}class s4 extends C2{decorate(J,Z){return null}isIsolated(){return!1}isInline(){return!0}isKeyboardSelectable(){return!0}}function B1(J){return J instanceof s4}class g3 extends i1{__cachedText;static getType(){return"root"}static clone(){return new g3}constructor(){super("root");this.__cachedText=null}getTopLevelElementOrThrow(){h("getTopLevelElementOrThrow: root nodes are not top level elements")}getTextContent(){let J=this.__cachedText;if(iE()||v1()._dirtyType===b3){if(J!==null)return J}return super.getTextContent()}remove(){h("remove: cannot be called on root nodes")}replace(J){h("replace: cannot be called on root nodes")}insertBefore(J){h("insertBefore: cannot be called on root nodes")}insertAfter(J){h("insertAfter: cannot be called on root nodes")}updateDOM(J,Z){return!1}splice(J,Z,Q){for(let X of Q)if(!(M(X)||B1(X)))h("rootNode.splice: Only element or decorator nodes can be inserted to the root node");return super.splice(J,Z,Q)}static importJSON(J){return V1().updateFromJSON(J)}collapseAtStart(){return!0}}function J$1(){return new g3}function l1(J){return J instanceof g3}function Z$1(J,Z){let Q=Z.getEditorState()._selection,X=J._selection;if(X!==null){if(X.dirty||!X.is(Q))return!0}else if(Q!==null)return!0;return!1}function wN(J){return new oE(new Map(J._nodeMap))}function mh(){return new oE(new Map([["root",J$1()]]))}function yN(J){let Z=J.exportJSON(),Q=J.constructor;if(Z.type!==Q.getType())h(`LexicalNode: Node ${Q.name} does not match the serialized type. Check if .exportJSON() is implemented and it is returning the correct type.`);if(M(J)){let X=Z.children;if(!Array.isArray(X))h(`LexicalNode: Node ${Q.name} is an element but .exportJSON() does not have a children array.`);let G=J.getChildren();for(let W=0;W<G.length;W++){let H=G[W],q=yN(H);X.push(q)}}return Z}function VN(J){return J instanceof oE}class oE{_nodeMap;_selection;_flushSync;_readOnly;constructor(J,Z){this._nodeMap=J,this._selection=Z||null,this._flushSync=!1,this._readOnly=!1}isEmpty(){return this._nodeMap.size===1&&this._selection===null}read(J,Z){return Qg(Z&&Z.editor||null,this,J)}clone(J){let Z=new oE(this._nodeMap,J===void 0?this._selection:J);return Z._readOnly=!0,Z}toJSON(){return Qg(null,this,()=>({root:yN(V1())}))}}class eE extends i1{static getType(){return"artificial"}createDOM(J){return document.createElement("div")}}class N3 extends i1{static getType(){return"paragraph"}static clone(J){return new N3(J.__key)}createDOM(J){let Z=document.createElement("p"),Q=fD(J.theme,"paragraph");if(Q!==void 0)Z.classList.add(...Q);return Z}updateDOM(J,Z,Q){return!1}static importDOM(){return{p:(J)=>({conversion:Y$1,priority:0})}}exportDOM(J){let{element:Z}=super.exportDOM(J);if(C1(Z)){if(this.isEmpty())Z.append(document.createElement("br"));let Q=this.getFormatType();if(Q)Z.style.textAlign=Q}return{element:Z}}static importJSON(J){return y1().updateFromJSON(J)}exportJSON(){let J=super.exportJSON();if(J.textFormat===void 0||J.textStyle===void 0){let Z=this.getChildren().find(j);if(Z)J.textFormat=Z.getFormat(),J.textStyle=Z.getStyle();else J.textFormat=this.getTextFormat(),J.textStyle=this.getTextStyle()}return J}insertNewAfter(J,Z){let Q=y1();Q.setTextFormat(J.format),Q.setTextStyle(J.style);let X=this.getDirection();return Q.setDirection(X),Q.setFormat(this.getFormatType()),Q.setStyle(this.getStyle()),this.insertAfter(Q,Z),Q}collapseAtStart(){let J=this.getChildren();if(J.length===0||j(J[0])&&J[0].getTextContent().trim()===""){if(this.getNextSibling()!==null)return this.selectNext(),this.remove(),!0;if(this.getPreviousSibling()!==null)return this.selectPrevious(),this.remove(),!0}return!1}}function Y$1(J){let Z=y1();if(J.style)Z.setFormat(J.style.textAlign),tM(J,Z);if(Z.getFormatType()===""){let Q=J.getAttribute("align");if(Q){if(Q&&Q in sx)Z.setFormat(Q)}}return{node:Z}}function y1(){return V0(new N3)}function JR(J){return J instanceof N3}var Q$1=!1,o=0,m1=1;var r9=4;function CN(J,Z,Q,X){let G=J._keyToDOMMap;G.clear(),J._editorState=mh(),J._pendingEditorState=X,J._compositionKey=null,J._dirtyType=b3,J._cloneNotNeeded.clear(),J._dirtyLeaves=new Set,J._dirtyElements.clear(),J._normalizedNodes=new Set,J._updateTags=new Set,J._updates=[],J._blockCursorElement=null;let W=J._observer;if(W!==null)W.disconnect(),J._observer=null;if(Z!==null)Z.textContent="";if(Q!==null)Q.textContent="",G.set("root",Q)}function X$1(J,Z){let Q=new Map,X=new Set,G=(W)=>{Object.keys(W).forEach((H)=>{let q=Q.get(H);if(q===void 0)q=[],Q.set(H,q);q.push(W[H])})};if(J.forEach((W)=>{let H=W.klass.importDOM;if(H==null||X.has(H))return;X.add(H);let q=H.call(W.klass);if(q!==null)G(q)}),Z)G(Z);return Q}function G$1(J){let Z=new Set,Q=new Set,X=J;while(X){let{ownNodeConfig:G}=nM(X),W=X.transform;if(!Q.has(W)){Q.add(W);let H=X.transform();if(H)Z.add(H)}if(G){let H=G.$transform;if(H)Z.add(H);X=G.extends}else{let H=Object.getPrototypeOf(X);X=H.prototype instanceof C2&&H!==C2?H:void 0}}return Z}function uM(J){let Z=J||{},Q=lB1(),X=Z.theme||{},G=J===void 0?Q:Z.parentEditor||null,W=Z.disableEvents||!1,H=mh(),q=Z.namespace||(G!==null?G._config.namespace:RN()),z=Z.editorState,K=[g3,w0,f3,I3,N3,eE,...Z.nodes||[]],{onError:B,html:F}=Z,$=Z.editable!==void 0?Z.editable:!0,P;if(J===void 0&&Q!==null)P=Q._nodes;else{P=new Map;for(let A=0;A<K.length;A++){let T=K[A],w=null,y=null;if(typeof T!=="function"){let D=T;T=D.replace,w=D.with,y=D.withKlass||null}nM(T);{let D=T.name,C=p4(T,"getType")&&T.getType();if(y){if(!(y.prototype instanceof T))h(`${y.name} doesn't extend the ${D}`)}else if(w)console.warn(`Override for ${D} specifies 'replace' without 'withKlass'. 'withKlass' will be required in a future version.`);if(D!=="RootNode"&&C!=="root"&&C!=="artificial"&&T!==C2){if(["getType","clone"].forEach((R)=>{if(!p4(T,R))console.warn(`${D} must implement static "${R}" method`)}),!p4(T,"importDOM")&&XF1(T))console.warn(`${D} should implement "importDOM" if using a custom "exportDOM" method to ensure HTML serialization (important for copy & paste) works as expected`);if(!p4(T,"importJSON"))console.warn(`${D} should implement "importJSON" method to ensure JSON and default HTML serialization works as expected`)}}let V=T.getType(),b=G$1(T);P.set(V,{exportDOM:F&&F.export?F.export.get(T):void 0,klass:T,replace:w,replaceWithKlass:y,sharedNodeState:EK1(K[A]),transforms:b})}}let O=new E3(H,G,P,{disableEvents:W,namespace:q,theme:X},B?B:console.error,X$1(P,F?F.import:void 0),$,J);if(z!==void 0)O._pendingEditorState=z,O._dirtyType=ID;return oK1(O),O}class E3{static version;_headless;_parentEditor;_rootElement;_editorState;_pendingEditorState;_compositionKey;_deferred;_keyToDOMMap;_updates;_updating;_listeners;_commands;_nodes;_decorators;_pendingDecorators;_config;_dirtyType;_cloneNotNeeded;_dirtyLeaves;_dirtyElements;_normalizedNodes;_updateTags;_observer;_key;_onError;_htmlConversions;_window;_editable;_blockCursorElement;_createEditorArgs;constructor(J,Z,Q,X,G,W,H,q){this._createEditorArgs=q,this._parentEditor=Z,this._rootElement=null,this._editorState=J,this._pendingEditorState=null,this._compositionKey=null,this._deferred=[],this._keyToDOMMap=new Map,this._updates=[],this._updating=!1,this._listeners={decorator:new Set,editable:new Set,mutation:new Map,root:new Set,textcontent:new Set,update:new Set},this._commands=new Map,this._config=X,this._nodes=Q,this._decorators={},this._pendingDecorators=null,this._dirtyType=b3,this._cloneNotNeeded=new Set,this._dirtyLeaves=new Set,this._dirtyElements=new Map,this._normalizedNodes=new Set,this._updateTags=new Set,this._observer=null,this._key=RN(),this._onError=G,this._htmlConversions=W,this._editable=H,this._headless=Z!==null&&Z._headless,this._window=null,this._blockCursorElement=null}isComposing(){return this._compositionKey!=null}registerUpdateListener(J){let Z=this._listeners.update;return Z.add(J),()=>{Z.delete(J)}}registerEditableListener(J){let Z=this._listeners.editable;return Z.add(J),()=>{Z.delete(J)}}registerDecoratorListener(J){let Z=this._listeners.decorator;return Z.add(J),()=>{Z.delete(J)}}registerTextContentListener(J){let Z=this._listeners.textcontent;return Z.add(J),()=>{Z.delete(J)}}registerRootListener(J){let Z=this._listeners.root;return J(this._rootElement,null),Z.add(J),()=>{J(null,this._rootElement),Z.delete(J)}}registerCommand(J,Z,Q){if(Q===void 0)h('Listener for type "command" requires a "priority".');let X=this._commands;if(!X.has(J))X.set(J,[new Set,new Set,new Set,new Set,new Set]);let G=X.get(J);if(G===void 0)h(`registerCommand: Command ${String(J)} not found in command map`);let W=G[Q];return W.add(Z),()=>{if(W.delete(Z),G.every((H)=>H.size===0))X.delete(J)}}registerMutationListener(J,Z,Q){let X=this.resolveRegisteredNodeAfterReplacements(this.getRegisteredNode(J)).klass,G=this._listeners.mutation,W=G.get(Z);if(W===void 0)W=new Set,G.set(Z,W);W.add(X);let H=Q&&Q.skipInitialization;if(!(H===void 0?Q$1:H))this.initializeMutationListener(Z,X);return()=>{if(W.delete(X),W.size===0)G.delete(Z)}}getRegisteredNode(J){let Z=this._nodes.get(J.getType());if(Z===void 0)h(`Node ${J.name} has not been registered. Ensure node has been passed to createEditor.`);return Z}resolveRegisteredNodeAfterReplacements(J){while(J.replaceWithKlass)J=this.getRegisteredNode(J.replaceWithKlass);return J}initializeMutationListener(J,Z){let Q=this._editorState,X=IN(Q).get(Z.getType());if(!X)return;let G=new Map;for(let W of X.keys())G.set(W,"created");if(G.size>0)J(G,{dirtyLeaves:new Set,prevEditorState:Q,updateTags:new Set(["registerMutationListener"])})}registerNodeTransformToKlass(J,Z){let Q=this.getRegisteredNode(J);return Q.transforms.add(Z),Q}registerNodeTransform(J,Z){let Q=this.registerNodeTransformToKlass(J,Z),X=[Q],G=Q.replaceWithKlass;if(G!=null){let W=this.registerNodeTransformToKlass(G,Z);X.push(W)}return P$1(this,X.map((W)=>W.klass.getType())),()=>{X.forEach((W)=>W.transforms.delete(Z))}}hasNode(J){return this._nodes.has(J.getType())}hasNodes(J){return J.every(this.hasNode.bind(this))}dispatchCommand(J,Z){return u(this,J,Z)}getDecorators(){return this._decorators}getRootElement(){return this._rootElement}getKey(){return this._key}setRootElement(J){let Z=this._rootElement;if(J!==Z){let Q=fD(this._config.theme,"root"),X=this._pendingEditorState||this._editorState;if(this._rootElement=J,CN(this,Z,J,X),Z!==null){if(!this._config.disableEvents)KB1(Z);if(Q!=null)Z.classList.remove(...Q)}if(J!==null){let G=ah(J),W=J.style;if(W.userSelect="text",W.whiteSpace="pre-wrap",W.wordBreak="break-word",J.setAttribute("data-lexical-editor","true"),this._window=G,this._dirtyType=ID,Rg(this),this._updateTags.add(p2),u4(this),!this._config.disableEvents)zB1(J,this);if(Q!=null)J.classList.add(...Q);{let H=J.parentElement;if(H!=null&&["flex","inline-flex"].includes(getComputedStyle(H).display))console.warn('When using "display: flex" or "display: inline-flex" on an element containing content editable, Chrome may have unwanted focusing behavior when clicking outside of it. Consider wrapping the content editable within a non-flex element.')}}else this._window=null,this._updateTags.add(p2),u4(this);uE("root",this,!1,J,Z)}}getElementByKey(J){return this._keyToDOMMap.get(J)||null}getEditorState(){return this._editorState}setEditorState(J,Z){if(J.isEmpty())h("setEditorState: the editor state is empty. Ensure the editor state's root node never becomes empty.");let Q=J;if(Q._readOnly)Q=wN(J),Q._selection=J._selection?J._selection.clone():null;Eg(this);let X=this._pendingEditorState,G=this._updateTags,W=Z!==void 0?Z.tag:null;if(X!==null&&!X.isEmpty()){if(W!=null)G.add(W);u4(this)}if(this._pendingEditorState=Q,this._dirtyType=ID,this._dirtyElements.set("root",!1),this._compositionKey=null,W!=null)G.add(W);if(!this._updating)u4(this)}parseEditorState(J,Z){let Q=typeof J==="string"?JSON.parse(J):J;return aB1(Q,this,Z)}read(J){return u4(this),this.getEditorState().read(J,{editor:this})}update(J,Z){eB1(this,J,Z)}focus(J,Z={}){let Q=this._rootElement;if(Q!==null){if(Q.setAttribute("autocapitalize","off"),U5(this,()=>{let X=f(),G=V1();if(X!==null){if(!X.dirty)L1(X.clone())}else if(G.getChildrenSize()!==0)if(Z.defaultSelection==="rootStart")G.selectStart();else G.selectEnd();aD(yB1),c$1(()=>{if(Q.removeAttribute("autocapitalize"),J)J()})}),this._pendingEditorState===null)Q.removeAttribute("autocapitalize")}}blur(){let J=this._rootElement;if(J!==null)J.blur();let Z=I0(this._window);if(Z!==null)Z.removeAllRanges()}isEditable(){return this._editable}setEditable(J){if(this._editable!==J)this._editable=J,uE("editable",this,!0,J)}toJSON(){return{editorState:this._editorState.toJSON()}}}E3.version="0.41.0+dev.esm";var Yh=null;function _h(J){Yh=J}function W$1(){let J=Yh;return Yh=null,J}var H$1=1;function q$1(){return""+H$1++}function bN(J,Z){let Q=ZR(J,Z);if(Q===void 0)h(`registeredNode: Type ${Z} not found`);return Q}function ZR(J,Z){return J._nodes.get(Z)}var z$1=typeof queueMicrotask==="function"?queueMicrotask:(J)=>{Promise.resolve().then(J)};function kN(J){return B1(i0(J))}function pM(J){let Z=document.activeElement;if(!C1(Z))return!1;let Q=Z.nodeName;return B1(i0(J))&&(Q==="INPUT"||Q==="TEXTAREA"||Z.contentEditable==="true"&&lM(Z)==null)}function sD(J,Z,Q){let X=J.getRootElement();try{return X!==null&&X.contains(Z)&&X.contains(Q)&&Z!==null&&!pM(Z)&&rD(Z)===J}catch(G){return!1}}function uh(J){return J instanceof E3}function rD(J){let Z=J;while(Z!=null){let Q=lM(Z);if(uh(Q))return Q;Z=YR(Z)}return null}function lM(J){return J?J.__lexicalEditor:null}function V3(J){return nE(J)||J.isToken()}function T5(J){return V3(J)||J.isSegmented()}function r4(J){return r2(J)&&J.nodeType===qK1}function ph(J){return r2(J)&&J.nodeType===zK1}function R3(J){let Z=J;while(Z!=null){if(r4(Z))return Z;Z=Z.firstChild}return null}function M3(J,Z,Q){let X=P0[Z];if(Q!==null&&(J&X)===(Q&X))return J;let G=J^X;if(Z==="subscript")G&=~P0.superscript;else if(Z==="superscript")G&=~P0.subscript;else if(Z==="lowercase")G&=~P0.uppercase,G&=~P0.capitalize;else if(Z==="uppercase")G&=~P0.lowercase,G&=~P0.capitalize;else if(Z==="capitalize")G&=~P0.lowercase,G&=~P0.uppercase;return G}function dM(J){return j(J)||V5(J)||B1(J)}function UN(J,Z){let Q=W$1();if(Z=Z||Q&&Q.__key,Z!=null){K$1(J,Z,Q),J.__key=Z;return}W0(),FN();let X=v1(),G=s9(),W=q$1();if(G._nodeMap.set(W,J),M(J))X._dirtyElements.set(W,!0);else X._dirtyLeaves.add(W);X._cloneNotNeeded.add(W),X._dirtyType=Og,J.__key=W}function K$1(J,Z,Q){let X=dB1();if(!X)return;let G=X._nodeMap.get(Z);if(Q){if(Z!==Q.__key)h(`Lexical node with constructor ${J.constructor.name} (type ${J.getType()}) has an incorrect clone implementation, got ${String(Z)} for nodeKey when expecting ${Q.__key}`)}if(G&&G.constructor!==J.constructor)if(J.constructor.name!==G.constructor.name)h(`Lexical node with constructor ${J.constructor.name} attempted to re-use key from node in active editor state with constructor ${G.constructor.name}. Keys must not be re-used when the type is changed.`);else h(`Lexical node with constructor ${J.constructor.name} attempted to re-use key from node in active editor state with different constructor with the same name (possibly due to invalid Hot Module Replacement). Keys must not be re-used when the type is changed.`)}function B$1(J,Z,Q){let X=J;while(X!==null){if(Q.has(X))return;let G=Z.get(X);if(G===void 0)break;Q.set(X,!1),X=G.__parent}}function C3(J){let Z=J.getParent();if(Z!==null){let Q=J.getWritable(),X=Z.getWritable(),G=J.getPreviousSibling(),W=J.getNextSibling(),H=W!==null?W.__key:null,q=G!==null?G.__key:null,z=G!==null?G.getWritable():null,K=W!==null?W.getWritable():null;if(G===null)X.__first=H;if(W===null)X.__last=q;if(z!==null)z.__next=H;if(K!==null)K.__prev=q;Q.__prev=null,Q.__next=null,Q.__parent=null,X.__size--}}function SM(J){if(FN(),wM(J))h(`internalMarkNodeAsDirty: Ephemeral nodes must not be marked as dirty (key ${J.__key} type ${J.__type})`);let Z=J.getLatest(),Q=Z.__parent,X=s9(),G=v1(),W=X._nodeMap,H=G._dirtyElements;if(Q!==null)B$1(Q,W,H);let q=Z.__key;if(G._dirtyType=Og,M(J))H.set(q,!0);else G._dirtyLeaves.add(q)}function $$1(J){let Z=J.getPreviousSibling(),Q=J.getNextSibling();if(Z!==null)SM(Z);if(Q!==null)SM(Q)}function A0(J){W0();let Z=v1(),Q=Z._compositionKey;if(J!==Q){if(Z._compositionKey=J,Q!==null){let X=w1(Q);if(X!==null)X.getWritable()}if(J!==null){let X=w1(J);if(X!==null)X.getWritable()}}}function g9(){if(iE())return null;return v1()._compositionKey}function w1(J,Z){let X=(Z||s9())._nodeMap.get(J);if(X===void 0)return null;return X}function sM(J,Z){let Q=v1(),X=rM(J,Q);if(X!==void 0)return w1(X,Z);return null}function F$1(J,Z,Q){let X=`__lexicalKey_${Z._key}`;J[X]=Q}function rM(J,Z){let Q=`__lexicalKey_${Z._key}`;return J[Q]}function i0(J,Z){let Q=J;while(Q!=null){let X=sM(Q,Z);if(X!==null)return X;Q=YR(Q)}return null}function SN(J){let Z=J._decorators,Q=Object.assign({},Z);return J._pendingDecorators=Q,Q}function Hg(J){return J.read(()=>V1().getTextContent())}function P$1(J,Z){let Q=IN(J.getEditorState()),X=[];for(let G of Z){let W=Q.get(G);if(W)X.push(W)}if(X.length===0)return;J.update(()=>{for(let G of X)for(let W of G.keys()){let H=w1(W);if(H)H.markDirty()}},J._pendingEditorState===null?{tag:p2}:void 0)}function V1(){return DN(s9())}function DN(J){return J._nodeMap.get("root")}function L1(J){W0();let Z=s9();if(J!==null){if(Object.isFrozen(J))h("$setSelection called on frozen selection object. Ensure selection is cloned before passing in.");J.dirty=!0,J.setCachedNodes(null)}Z._selection=J}function A$1(){W0();let J=v1();Eg(J)}function xD(J){let Z=v1(),Q=O$1(J,Z);if(Q===null){let X=Z.getRootElement();if(J===X)return w1("root");return null}return w1(Q)}function O$1(J,Z){let Q=J;while(Q!=null){let X=rM(Q,Z);if(X!==void 0)return X;Q=YR(Q)}return null}function EN(J){return/[\uD800-\uDBFF][\uDC00-\uDFFF]/g.test(J)}function lh(J){let Z=[],Q=J;while(Q!==null)Z.push(Q),Q=Q._parentEditor;return Z}function RN(){return Math.random().toString(36).replace(/[^a-z]+/g,"").substring(0,5)}function MN(J){return r4(J)?J.nodeValue:null}function dh(J,Z,Q){let X=I0(o0(Z));if(X===null)return;let G=X.anchorNode,{anchorOffset:W,focusOffset:H}=X;if(G!==null){let q=MN(G),z=i0(G);if(q!==null&&j(z)){if((q===NE||q===wh)&&Q){let K=Q.length;q=Q,W=K,H=K}if(q!==null)sh(z,q,W,H,J)}}}function sh(J,Z,Q,X,G){let W=J;if(W.isAttached()&&(G||!W.isDirty())){let H=W.isComposing(),q=Z;if(H||G){if(Z.endsWith(NE))q=Z.slice(0,-NE.length);if(G){let K=wh,B;while((B=q.indexOf(K))!==-1){if(q=q.slice(0,B)+q.slice(B+K.length),Q!==null&&Q>B)Q=Math.max(B,Q-K.length);if(X!==null&&X>B)X=Math.max(B,X-K.length)}}}let z=W.getTextContent();if(G||q!==z){if(q===""){if(A0(null),!EM&&!pE&&!RM){let A=v1();setTimeout(()=>{A.update(()=>{if(W.isAttached())W.remove()})},20)}else W.remove();return}let K=W.getParent(),B=d9(),F=W.getTextContentSize(),$=g9(),P=W.getKey();if(W.isToken()||$!==null&&P===$&&!H||v(B)&&(K!==null&&!K.canInsertTextBefore()&&B.anchor.offset===0||B.anchor.key===J.__key&&B.anchor.offset===0&&!W.canInsertTextBefore()&&!H||B.focus.key===J.__key&&B.focus.offset===F&&!W.canInsertTextAfter()&&!H)){W.markDirty();return}let O=f();if(!v(O)||Q===null||X===null){qg(W,q,O);return}if(O.setTextNodeRange(W,Q,W,X),W.isSegmented()){let A=W.getTextContent(),T=I1(A);W.replace(T),W=T}qg(W,q,O)}}}function qg(J,Z,Q){if(J.setTextContent(Z),v(Q)){let X=J.getKey();for(let G of["anchor","focus"]){let W=Q[G];if(W.type==="text"&&W.key===X)W.offset=y5(J,W.offset,"clamp")}}}function T$1(J){let Z=J.getPreviousSibling();return(j(Z)||M(Z)&&Z.isInline())&&!Z.canInsertTextAfter()}function w$1(J,Z){if(Z.isSegmented())return!0;if(!J.isCollapsed())return!1;let Q=J.anchor.offset,X=Z.getParentOrThrow(),G=V3(Z);if(Q===0)return!Z.canInsertTextBefore()||!X.canInsertTextBefore()&&!Z.isComposing()||G||T$1(Z);else if(Q===Z.getTextContentSize())return!Z.canInsertTextAfter()||!X.canInsertTextAfter()&&!Z.isComposing()||G;else return!1}function YM(J,Z,Q){let X=Z[Q]||!1;return X==="any"||X===J[Q]}function y$1(J,Z){return YM(J,Z,"altKey")&&YM(J,Z,"ctrlKey")&&YM(J,Z,"shiftKey")&&YM(J,Z,"metaKey")}function S1(J,Z,Q){if(!y$1(J,Q))return!1;if(J.key.toLowerCase()===Z.toLowerCase())return!0;if(Z.length>1)return!1;if(J.key.length===1&&J.key.charCodeAt(0)<=127)return!1;let X="Key"+Z.toUpperCase();return J.code===X}var a4={ctrlKey:!m2,metaKey:m2},vN={altKey:m2,ctrlKey:!m2};function V$1(J){return S1(J,"Tab",{shiftKey:"any"})}function C$1(J){return S1(J,"b",a4)}function b$1(J){return S1(J,"i",a4)}function k$1(J){return S1(J,"u",a4)}function U$1(J){return S1(J,"Enter",{altKey:"any",ctrlKey:"any",metaKey:"any"})}function S$1(J){return S1(J,"Enter",{altKey:"any",ctrlKey:"any",metaKey:"any",shiftKey:!0})}function D$1(J){return m2&&S1(J,"o",{ctrlKey:!0})}function E$1(J){return S1(J,"Backspace",vN)}function R$1(J){return S1(J,"Delete",vN)}function M$1(J){return m2&&S1(J,"Backspace",{metaKey:!0})}function v$1(J){return m2&&(S1(J,"Delete",{metaKey:!0})||S1(J,"k",{ctrlKey:!0}))}function x$1(J){return S1(J,"Backspace",{shiftKey:"any"})||m2&&S1(J,"h",{ctrlKey:!0})}function h$1(J){return S1(J,"Delete",{})||m2&&S1(J,"d",{ctrlKey:!0})}function f$1(J){return S1(J,"z",a4)}function I$1(J){if(m2)return S1(J,"z",{metaKey:!0,shiftKey:!0});return S1(J,"y",{ctrlKey:!0})||S1(J,"z",{ctrlKey:!0,shiftKey:!0})}function j$1(J){return S1(J,"c",a4)}function g$1(J){return S1(J,"x",a4)}function N$1(J){return S1(J,"ArrowLeft",{shiftKey:"any"})}function L$1(J){return S1(J,"ArrowLeft",a4)}function m$1(J){return S1(J,"ArrowRight",{shiftKey:"any"})}function _$1(J){return S1(J,"ArrowRight",a4)}function u$1(J){return S1(J,"ArrowUp",{altKey:"any",shiftKey:"any"})}function p$1(J){return S1(J,"ArrowDown",{altKey:"any",shiftKey:"any"})}function l$1(J){return J.ctrlKey||J.shiftKey||J.altKey||J.metaKey}function d$1(J){return J.key===" "}function zg(J){return J.key==="Backspace"}function s$1(J){return J.key==="Escape"}function r$1(J){return J.key==="Delete"}function Kg(J){return S1(J,"a",a4)}function xN(J){let Z=V1();if(v(J)){let{anchor:Q,focus:X}=J,H=Q.getNode().getTopLevelElementOrThrow().getParentOrThrow();return Q.set(H.getKey(),0,"element"),X.set(H.getKey(),H.getChildrenSize(),"element"),_2(J),J}else{let Q=Z.select(0,Z.getChildrenSize());return L1(_2(Q)),Q}}function fD(J,Z){if(J.__lexicalClassNameCache===void 0)J.__lexicalClassNameCache={};let Q=J.__lexicalClassNameCache,X=Q[Z];if(X!==void 0)return X;let G=J[Z];if(typeof G==="string"){let W=c4(G);return Q[Z]=W,W}return G}function rh(J,Z,Q,X,G){if(Q.size===0)return;let{__type:W,__key:H}=X,q=Z.get(W);if(q===void 0)h(`Type ${W} not in registeredNodes`);let z=q.klass,K=J.get(z);if(K===void 0)K=new Map,J.set(z,K);let B=K.get(H),F=B==="destroyed"&&G==="created";if(B===void 0||F)K.set(H,F?"updated":G)}function Bg(J,Z,Q){let X=J.getParent(),G=Q,W=J;if(X!==null){if(Z&&Q===0)G=W.getIndexWithinParent(),W=X;else if(!Z&&Q===W.getChildrenSize())G=W.getIndexWithinParent()+1,W=X}return W.getChildAtIndex(Z?G-1:G)}function aM(J,Z){let Q=J.offset;if(J.type==="element"){let X=J.getNode();return Bg(X,Z,Q)}else{let X=J.getNode();if(Z&&Q===0||!Z&&Q===X.getTextContentSize()){let G=Z?X.getPreviousSibling():X.getNextSibling();if(G===null)return Bg(X.getParentOrThrow(),Z,X.getIndexWithinParent()+(Z?0:1));return G}}return null}function hN(J){let Z=o0(J).event,Q=Z&&Z.inputType;return Q==="insertFromPaste"||Q==="insertFromPasteAsQuotation"}function u(J,Z,Q){return nB1(J,Z,Q)}function ND(J,Z){let Q=J._keyToDOMMap.get(Z);if(Q===void 0)h(`Reconciliation: could not find DOM element for node key ${Z}`);return Q}function YR(J){let Z=J.assignedSlot||J.parentElement;return cM(Z)?Z.host:Z}function fN(J){return ph(J)?J:C1(J)?J.ownerDocument:null}function a$1(J,Z,Q){let X=fN(Q),G=ah(X);if(X===null||G===null)return;let{top:W,bottom:H}=Z,q=0,z=0,K=Q;while(K!==null){let B=K===X.body;if(B)q=0,z=o0(J).innerHeight;else{let $=K.getBoundingClientRect();q=$.top,z=$.bottom}let F=0;if(W<q)F=-(q-W);else if(H>z)F=H-z;if(F!==0)if(B)G.scrollBy(0,F);else{let $=K.scrollTop;K.scrollTop+=F;let P=K.scrollTop-$;W-=P,H-=P}if(B)break;K=YR(K)}}function aD(J){W0(),v1()._updateTags.add(J)}function c$1(J){W0(),v1()._deferred.push(J)}function t$1(J){let Z=f();if(!v(Z)||!M(J))return Z;let{anchor:Q,focus:X}=Z,G=Q.getNode(),W=X.getNode();if(DM(G,J))Q.set(J.__key,0,"element");if(DM(W,J))X.set(J.__key,0,"element");return Z}function DM(J,Z){let Q=J.getParent();while(Q!==null){if(Q.is(Z))return!0;Q=Q.getParent()}return!1}function ah(J){let Z=fN(J);return Z?Z.defaultView:null}function o0(J){let Z=J._window;if(Z===null)h("window object not found");return Z}function n$1(J){let Z=J.getParentOrThrow();while(Z!==null){if(y0(Z))return Z;Z=Z.getParentOrThrow()}return Z}function y0(J){return l1(J)||M(J)&&J.isShadowRoot()}function ch(J){let Z=J.constructor.clone(J);return UN(Z,null),Z.afterCloneFrom(J),Z}function V0(J){let Z=v1(),Q=J.getType(),X=ZR(Z,Q);if(X===void 0)h(`$applyNodeReplacement node ${J.constructor.name} with type ${Q} must be registered to the editor. You can do this by passing the node class via the "nodes" array in the editor config.`);let{replace:G,replaceWithKlass:W}=X;if(G!==null){let H=G(J),q=H.constructor;if(W!==null){if(!(H instanceof W))h(`$applyNodeReplacement failed. Expected replacement node to be an instance of ${W.name} with type ${W.getType()} but returned ${q.name} with type ${q.getType()} from original node ${J.constructor.name} with type ${Q}`)}else if(!(H instanceof J.constructor&&q!==J.constructor))h(`$applyNodeReplacement failed. Ensure replacement node ${q.name} with type ${q.getType()} is a subclass of the original node ${J.constructor.name} with type ${Q}.`);if(H.__key===J.__key)h(`$applyNodeReplacement failed. Ensure that the key argument is *not* used in your replace function (from node ${J.constructor.name} with type ${Q} to node ${q.name} with type ${q.getType()}), Node keys must never be re-used except by the static clone method.`);return H}return J}function _x(J,Z){let Q=J.getParent();if(l1(Q)&&!M(Z)&&!B1(Z))h("Only element or decorator nodes can be inserted in to the root node")}function i$1(J){let Z=w1(J);if(Z===null)h(`Expected node with key ${J} to exist but it's not in the nodeMap.`);return Z}function o$1(J){let Z=J.theme,Q=document.createElement("div");Q.contentEditable="false",Q.setAttribute("data-lexical-cursor","true");let X=Z.blockCursor;if(X!==void 0){if(typeof X==="string"){let G=c4(X);X=Z.blockCursor=G}if(X!==void 0)Q.classList.add(...X)}return Q}function ux(J){return(B1(J)||M(J)&&!J.canBeEmpty())&&!J.isInline()}function th(J,Z,Q){Q.style.removeProperty("caret-color"),Z._blockCursorElement=null;let X=J.parentElement;if(X!==null)X.removeChild(J)}function e$1(J,Z,Q){let X=J._blockCursorElement;if(v(Q)&&Q.isCollapsed()&&Q.anchor.type==="element"&&Z.contains(document.activeElement)){let G=Q.anchor,W=G.getNode(),H=G.offset,q=W.getChildrenSize(),z=!1,K=null;if(H===q){let B=W.getChildAtIndex(H-1);if(ux(B))z=!0}else{let B=W.getChildAtIndex(H);if(B!==null&&ux(B)){let F=B.getPreviousSibling();if(F===null||ux(F))z=!0,K=J.getElementByKey(B.__key)}}if(z){let B=J.getElementByKey(W.__key);if(X===null)J._blockCursorElement=X=o$1(J._config);if(Z.style.caretColor="transparent",K===null)B.appendChild(X);else B.insertBefore(X,K);return}}if(X!==null)th(X,J,Z)}function I0(J){return!s2?null:(J||window).getSelection()}function JF1(J){let Z=ah(J);return Z?Z.getSelection():null}function QR(J){return C1(J)&&J.tagName==="A"}function C1(J){return r2(J)&&J.nodeType===HK1}function r2(J){return typeof J==="object"&&J!==null&&"nodeType"in J&&typeof J.nodeType==="number"}function cM(J){return r2(J)&&J.nodeType===KK1}function XR(J){let Z=new RegExp(/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|mark|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var|#text)$/,"i");return J.nodeName.match(Z)!==null}function cD(J){let Z=new RegExp(/^(address|article|aside|blockquote|canvas|dd|div|dl|dt|fieldset|figcaption|figure|footer|form|h1|h2|h3|h4|h5|h6|header|hr|li|main|nav|noscript|ol|p|pre|section|table|td|tfoot|ul|video)$/,"i");return J.nodeName.match(Z)!==null}function t0(J){if(B1(J)&&!J.isInline())return!0;if(!M(J)||y0(J))return!1;let Z=J.getFirstChild(),Q=Z===null||V5(Z)||j(Z)||Z.isInline();return!J.isInline()&&J.canBeEmpty()!==!1&&Q}function tD(){return v1()}var $g=new WeakMap,ZF1=new Map;function IN(J){if(!J._readOnly&&J.isEmpty())return ZF1;if(!J._readOnly)h("getCachedTypeToNodeMap called with a writable EditorState");let Z=$g.get(J);if(!Z)Z=YF1(J),$g.set(J,Z);return Z}function YF1(J){let Z=new Map;for(let[Q,X]of J._nodeMap){let G=X.__type,W=Z.get(G);if(!W)W=new Map,Z.set(G,W);W.set(Q,X)}return Z}function nh(J){let Z=J.constructor,Q=Z.clone(J);Q.afterCloneFrom(J);{if(Q.__key!==J.__key)h(`$cloneWithProperties: ${Z.name}.clone(node) (with type '${Z.getType()}') did not return a node with the same key, make sure to specify node.__key as the last argument to the constructor`);if(!(Q.__parent===J.__parent&&Q.__next===J.__next&&Q.__prev===J.__prev))h(`$cloneWithProperties: ${Z.name}.clone(node) (with type '${Z.getType()}') overrode afterCloneFrom but did not call super.afterCloneFrom(prevNode)`)}return Q}function jN(J){return PB1(nh(J))}function tM(J,Z){let Q=parseInt(J.style.paddingInlineStart,10)||0,X=Math.round(Q/40);Z.setIndent(X)}function QF1(J){return J.__lexicalUnmanaged===!0}function gN(J,Z){return Object.prototype.hasOwnProperty.call(J,Z)}function p4(J,Z){return gN(J,Z)&&J[Z]!==C2[Z]}function XF1(J){return gN(J.prototype,"exportDOM")}function GF1(J){if(!(J===C2||J.prototype instanceof C2)){let Z="<unknown>",Q="<unknown>";try{Z=J.getType()}catch(X){}try{if(E3.version)Q=JSON.parse(E3.version)}catch(X){}h(`${J.name} (type ${Z}) does not subclass LexicalNode from the lexical package used by this editor (version ${Q}). All lexical and @lexical/* packages used by an editor must have identical versions. If you suspect the version does match, then the problem may be caused by multiple copies of the same lexical module (e.g. both esm and cjs, or included directly in multiple entrypoints).`)}return J===s4||J===i1||J===C2}function nM(J){let Z=Sj in J.prototype?J.prototype[Sj]():void 0,Q=GF1(J),X=!Q&&p4(J,"getType")?J.getType():void 0,G,W=X;if(Z)if(X)G=Z[X];else for(let[H,q]of Object.entries(Z))W=H,G=q;if(!Q&&W){if(!p4(J,"getType"))J.getType=()=>W;if(!p4(J,"clone")){if(w0.length===0){if(J.length!==0)h(`${J.name} (type ${W}) must implement a static clone method since its constructor has ${String(J.length)} required arguments (expecting 0). Use an explicit default in the first argument of your constructor(prop: T=X, nodeKey?: NodeKey).`)}J.clone=(H)=>{return _h(H),new J}}if(!p4(J,"importJSON")){if(w0.length===0){if(J.length!==0)h(`${J.name} (type ${W}) must implement a static importJSON method since its constructor has ${String(J.length)} required arguments (expecting 0). Use an explicit default in the first argument of your constructor(prop: T=X, nodeKey?: NodeKey).`)}J.importJSON=G&&G.$importJSON||((H)=>new J().updateFromJSON(H))}if(!p4(J,"importDOM")&&G){let{importDOM:H}=G;if(H)J.importDOM=()=>H}}return{ownNodeConfig:G,ownNodeType:W}}function iM(J){let Z=tD();return W0(),new(Z.resolveRegisteredNodeAfterReplacements(Z.getRegisteredNode(J))).klass}var j1=(J,Z)=>{let Q=J;while(Q!=null&&!l1(Q)){if(Z(Q))return Q;Q=Q.getParent()}return null},WF1={next:"previous",previous:"next"};class oM{origin;constructor(J){this.origin=J}[Symbol.iterator](){return eh({hasNext:m3,initial:this.getAdjacentCaret(),map:(J)=>J,step:(J)=>J.getAdjacentCaret()})}getAdjacentCaret(){return s1(this.getNodeAtCaret(),this.direction)}getSiblingCaret(){return s1(this.origin,this.direction)}remove(){let J=this.getNodeAtCaret();if(J)J.remove();return this}replaceOrInsert(J,Z){let Q=this.getNodeAtCaret();if(J.is(this.origin)||J.is(Q));else if(Q===null)this.insert(J);else Q.replace(J,Z);return this}splice(J,Z,Q="next"){let X=Q===this.direction?Z:Array.from(Z).reverse(),G=this,W=this.getParentAtCaret(),H=new Map;for(let q=G.getAdjacentCaret();q!==null&&H.size<J;q=q.getAdjacentCaret()){let z=q.origin.getWritable();H.set(z.getKey(),z)}for(let q of X){if(H.size>0){let z=G.getNodeAtCaret();if(z)if(H.delete(z.getKey()),H.delete(q.getKey()),z.is(q)||G.origin.is(q));else{let K=q.getParent();if(K&&K.is(W))q.remove();z.replace(q)}else if(z===null)h(`NodeCaret.splice: Underflow of expected nodesToRemove during splice (keys: ${Array.from(H).join(" ")})`)}else G.insert(q);G=s1(q,this.direction)}for(let q of H.values())q.remove();return this}}class GR extends oM{type="child";getLatest(){let J=this.origin.getLatest();return J===this.origin?this:E0(J,this.direction)}getParentCaret(J="root"){return s1(ih(this.getParentAtCaret(),J),this.direction)}getFlipped(){let J=L3(this.direction);return s1(this.getNodeAtCaret(),J)||E0(this.origin,J)}getParentAtCaret(){return this.origin}getChildCaret(){return this}isSameNodeCaret(J){return J instanceof GR&&this.direction===J.direction&&this.origin.is(J.origin)}isSamePointCaret(J){return this.isSameNodeCaret(J)}}class NN extends GR{direction="next";getNodeAtCaret(){return this.origin.getFirstChild()}insert(J){return this.origin.splice(0,0,[J]),this}}class LN extends GR{direction="previous";getNodeAtCaret(){return this.origin.getLastChild()}insert(J){return this.origin.splice(this.origin.getChildrenSize(),0,[J]),this}}var HF1={root:l1,shadowRoot:y0};function L3(J){return WF1[J]}function ih(J,Z="root"){return HF1[Z](J)?null:J}class v3 extends oM{type="sibling";getLatest(){let J=this.origin.getLatest();return J===this.origin?this:s1(J,this.direction)}getSiblingCaret(){return this}getParentAtCaret(){return this.origin.getParent()}getChildCaret(){return M(this.origin)?E0(this.origin,this.direction):null}getParentCaret(J="root"){return s1(ih(this.getParentAtCaret(),J),this.direction)}getFlipped(){let J=L3(this.direction);return s1(this.getNodeAtCaret(),J)||E0(this.origin.getParentOrThrow(),J)}isSamePointCaret(J){return J instanceof v3&&this.direction===J.direction&&this.origin.is(J.origin)}isSameNodeCaret(J){return(J instanceof v3||J instanceof x3)&&this.direction===J.direction&&this.origin.is(J.origin)}}class x3 extends oM{type="text";offset;constructor(J,Z){super(J);this.offset=Z}getLatest(){let J=this.origin.getLatest();return J===this.origin?this:m9(J,this.direction,this.offset)}getParentAtCaret(){return this.origin.getParent()}getChildCaret(){return null}getParentCaret(J="root"){return s1(ih(this.getParentAtCaret(),J),this.direction)}getFlipped(){return m9(this.origin,L3(this.direction),this.offset)}isSamePointCaret(J){return J instanceof x3&&this.direction===J.direction&&this.origin.is(J.origin)&&this.offset===J.offset}isSameNodeCaret(J){return(J instanceof v3||J instanceof x3)&&this.direction===J.direction&&this.origin.is(J.origin)}getSiblingCaret(){return s1(this.origin,this.direction)}}function b2(J){return J instanceof x3}function m3(J){return J instanceof v3}function n0(J){return J instanceof GR}class mN extends v3{direction="next";getNodeAtCaret(){return this.origin.getNextSibling()}insert(J){return this.origin.insertAfter(J),this}}class _N extends v3{direction="previous";getNodeAtCaret(){return this.origin.getPreviousSibling()}insert(J){return this.origin.insertBefore(J),this}}class uN extends x3{direction="next";getNodeAtCaret(){return this.origin.getNextSibling()}insert(J){return this.origin.insertAfter(J),this}}class pN extends x3{direction="previous";getNodeAtCaret(){return this.origin.getPreviousSibling()}insert(J){return this.origin.insertBefore(J),this}}var qF1={next:uN,previous:pN},zF1={next:mN,previous:_N},KF1={next:NN,previous:LN};function s1(J,Z){return J?new zF1[Z](J):null}function m9(J,Z,Q){return J?new qF1[Z](J,y5(J,Q)):null}function y5(J,Z,Q="error"){let X=J.getTextContentSize(),G=Z==="next"?X:Z==="previous"?0:Z;if(G<0||G>X){if(Q!=="clamp")h(`$getTextNodeOffset: invalid offset ${String(Z)} for size ${String(X)} at key ${J.getKey()}`);G=G<0?0:X}return G}function lN(J,Z){return new sN(J,Z)}function E0(J,Z){return M(J)?new KF1[Z](J):null}function dN(J){return J&&J.getChildCaret()||J}function eM(J){return J&&dN(J.getAdjacentCaret())}class oh{type="node-caret-range";direction;anchor;focus;constructor(J,Z,Q){this.anchor=J,this.focus=Z,this.direction=Q}getLatest(){let J=this.anchor.getLatest(),Z=this.focus.getLatest();return J===this.anchor&&Z===this.focus?this:new oh(J,Z,this.direction)}isCollapsed(){return this.anchor.isSamePointCaret(this.focus)}getTextSlices(){let J=(X)=>{let G=this[X].getLatest();return b2(G)?BF1(G,X):null},Z=J("anchor"),Q=J("focus");if(Z&&Q){let{caret:X}=Z,{caret:G}=Q;if(X.isSameNodeCaret(G))return[lN(X,G.offset-X.offset),null]}return[Z,Q]}iterNodeCarets(J="root"){let Z=b2(this.anchor)?this.anchor.getSiblingCaret():this.anchor.getLatest(),Q=this.focus.getLatest(),X=b2(Q),G=(W)=>W.isSameNodeCaret(Q)?null:eM(W)||W.getParentCaret(J);return eh({hasNext:(W)=>W!==null&&!(X&&Q.isSameNodeCaret(W)),initial:Z.isSameNodeCaret(Q)?null:G(Z),map:(W)=>W,step:G})}[Symbol.iterator](){return this.iterNodeCarets("root")}}class sN{type="slice";caret;distance;constructor(J,Z){this.caret=J,this.distance=Z}getSliceIndices(){let{distance:J,caret:{offset:Z}}=this,Q=Z+J;return Q<Z?[Q,Z]:[Z,Q]}getTextContent(){let[J,Z]=this.getSliceIndices();return this.caret.origin.getTextContent().slice(J,Z)}getTextContentSize(){return Math.abs(this.distance)}removeTextSlice(){let{caret:{origin:J,direction:Z}}=this,[Q,X]=this.getSliceIndices(),G=J.getTextContent();return m9(J.setTextContent(G.slice(0,Q)+G.slice(X)),Z,Q)}}function BF1(J,Z){let{direction:Q,origin:X}=J,G=y5(X,Z==="focus"?L3(Q):Q);return lN(J,G-J.offset)}function Jv(J){return C5(J,s1(V1(),J.direction))}function rN(J){return C5(J,J)}function C5(J,Z){if(J.direction!==Z.direction)h("$getCaretRange: anchor and focus must be in the same direction");return new oh(J,Z,J.direction)}function eh(J){let{initial:Z,hasNext:Q,step:X,map:G}=J,W=Z;return{[Symbol.iterator](){return this},next(){if(!Q(W))return{done:!0,value:void 0};let H={done:!1,value:G(W)};return W=X(W),H}}}function $F1(J,Z){return Math.sign(J-Z)}function aN(J,Z){let Q=WM(J.origin,Z.origin);if(Q===null)h(`$comparePointCaretNext: a (key ${J.origin.getKey()}) and b (key ${Z.origin.getKey()}) do not have a common ancestor`);switch(Q.type){case"same":{let X=J.type==="text",G=Z.type==="text";return X&&G?$F1(J.offset,Z.offset):J.type===Z.type?0:X?-1:G?1:J.type==="child"?-1:1}case"ancestor":return J.type==="child"?-1:1;case"descendant":return Z.type==="child"?1:-1;case"branch":return cN(Q)}}function cN(J){let{a:Z,b:Q}=J,X=Z.__key,G=Q.__key,W=Z,H=Q;for(;W&&H;W=W.getNextSibling(),H=H.getNextSibling())if(W.__key===G)return-1;else if(H.__key===X)return 1;return W===null?1:-1}function QM(J,Z){return Z.is(J)}function Fg(J){return M(J)?[J.getLatest(),null]:[J.getParent(),J.getLatest()]}function WM(J,Z){if(J.is(Z))return{commonAncestor:J,type:"same"};let Q=new Map;for(let[X,G]=Fg(J);X;G=X,X=X.getParent())Q.set(X,G);for(let[X,G]=Fg(Z);X;G=X,X=X.getParent()){let W=Q.get(X);if(W===void 0);else if(W===null){if(!QM(J,X))h("$originComparison: ancestor logic error");return{commonAncestor:X,type:"ancestor"}}else if(G===null){if(!QM(Z,X))h("$originComparison: descendant logic error");return{commonAncestor:X,type:"descendant"}}else{if(!((M(W)||QM(J,W))&&(M(G)||QM(Z,G))&&X.is(W.getParent())&&X.is(G.getParent())))h("$originComparison: branch logic error");return{a:W,b:G,commonAncestor:X,type:"branch"}}}return null}function _0(J,Z){let{type:Q,key:X,offset:G}=J,W=i$1(J.key);if(Q==="text"){if(!j(W))h(`$caretFromPoint: Node with type ${W.getType()} and key ${X} that does not inherit from TextNode encountered for text point`);return m9(W,Z,G)}if(!M(W))h(`$caretFromPoint: Node with type ${W.getType()} and key ${X} that does not inherit from ElementNode encountered for element point`);return OF1(W,J.offset,Z)}function b5(J,Z){let{origin:Q,direction:X}=Z,G=X==="next";if(b2(Z))J.set(Q.getKey(),Z.offset,"text");else if(m3(Z))if(j(Q))J.set(Q.getKey(),y5(Q,X),"text");else J.set(Q.getParentOrThrow().getKey(),Q.getIndexWithinParent()+(G?1:0),"element");else{if(!(n0(Z)&&M(Q)))h("$setPointFromCaret: exhaustiveness check");J.set(Q.getKey(),G?0:Q.getChildrenSize(),"element")}}function Jf(J){let Z=f(),Q=v(Z)?Z:l9();return HM(Q,J),L1(Q),Q}function HM(J,Z){b5(J.anchor,Z.anchor),b5(J.focus,Z.focus)}function Qh(J){let{anchor:Z,focus:Q}=J,X=_0(Z,"next"),G=_0(Q,"next"),W=aN(X,G)<=0?"next":"previous";return C5(k5(X,W),k5(G,W))}function a9(J){let{direction:Z,origin:Q}=J,X=s1(Q,L3(Z)).getNodeAtCaret();return X?s1(X,Z):E0(Q.getParentOrThrow(),Z)}function Pg(J,Z="root"){let Q=[J];for(let X=n0(J)?J.getParentCaret(Z):J.getSiblingCaret();X!==null;X=X.getParentCaret(Z))Q.push(a9(X));return Q}function px(J){return!!J&&J.origin.isAttached()}function FF1(J,Z="removeEmptySlices"){if(J.isCollapsed())return J;let Q="root",X="next",G=Z,W=Yf(J,X),H=Pg(W.anchor,Q),q=Pg(W.focus.getFlipped(),Q),z=new Set,K=[];for(let O of W.iterNodeCarets(Q))if(n0(O))z.add(O.origin.getKey());else if(m3(O)){let{origin:A}=O;if(!M(A)||z.has(A.getKey()))K.push(A)}for(let O of K)O.remove();for(let O of W.getTextSlices()){if(!O)continue;let{origin:A}=O.caret,T=A.getTextContentSize(),w=a9(s1(A,X)),y=A.getMode();if(Math.abs(O.distance)===T&&G==="removeEmptySlices"||y==="token"&&O.distance!==0)w.remove();else if(O.distance!==0){G="removeEmptySlices";let V=O.removeTextSlice(),b=O.caret.origin;if(y==="segmented"){let D=V.origin,C=I1(D.getTextContent()).setStyle(D.getStyle()).setFormat(D.getFormat());w.replaceOrInsert(C),V=m9(C,X,V.offset)}if(b.is(H[0].origin))H[0]=V;if(b.is(q[0].origin))q[0]=V.getFlipped()}}let B,F;for(let O of H)if(px(O)){B=T0(O);break}for(let O of q)if(px(O)){F=T0(O);break}let $=PF1(B,F,z);if($){let[O,A]=$;E0(O,"previous").splice(0,A.getChildren());let T=A.getParent();A.remove(!0);while(T&&T.isEmpty()){let w=T;T=T.getParent(),w.remove(!0)}}let P=[B,F,...H,...q].find(px);if(P){let O=k5(T0(P),J.direction);return rN(O)}h(`$removeTextFromCaretRange: selection was lost, could not find a new anchor given candidates with keys: ${JSON.stringify(H.map((O)=>O.origin.__key))}`)}function PF1(J,Z,Q){if(!J||!Z)return null;let X=J.getParentAtCaret(),G=Z.getParentAtCaret();if(!X||!G)return null;let W=X.getParents().reverse();W.push(X);let H=G.getParents().reverse();H.push(G);let q=Math.min(W.length,H.length),z;for(z=0;z<q&&W[z]===H[z];z++);let K=($,P)=>{let O;for(let A=z;A<$.length;A++){let T=$[A];if(y0(T))return;else if(!O&&P(T))O=T}return O},B=K(W,t0),F=B&&K(H,($)=>Q.has($.getKey())&&t0($));return B&&F?[B,F]:null}function AF1(J){let Z=J;while(n0(Z)){let Q=eM(Z);if(!n0(Q))break;Z=Q}return Z}function T0(J){let Z=AF1(J.getLatest()),{direction:Q}=Z;if(j(Z.origin))return b2(Z)?Z:m9(Z.origin,Q,Q);let X=Z.getAdjacentCaret();return m3(X)&&j(X.origin)?m9(X.origin,Q,L3(Q)):Z}function Zf(J){return b2(J)&&J.offset!==y5(J.origin,J.direction)}function k5(J,Z){return J.direction===Z?J:J.getFlipped()}function Yf(J,Z){if(J.direction===Z)return J;return C5(k5(J.focus,Z),k5(J.anchor,Z))}function OF1(J,Z,Q){let X=E0(J,"next");for(let G=0;G<Z;G++){let W=X.getAdjacentCaret();if(W===null)break;X=W}return k5(X,Q)}function TF1(J){let Z=[];for(let Q=J.getAdjacentCaret();Q;Q=Q.getAdjacentCaret())Z.push(Q.origin);return Z}function wF1(J){let{origin:Z,offset:Q,direction:X}=J;if(Q===y5(Z,X))return J.getSiblingCaret();else if(Q===y5(Z,L3(X)))return a9(J.getSiblingCaret());let[G]=Z.splitText(Q);if(!j(G))h("$splitTextPointCaret: splitText must return at least one TextNode");return k5(s1(G,"next"),X)}function yF1(J,Z){return!0}function tN(J,{$copyElementNode:Z=ch,$splitTextPointCaretNext:Q=wF1,rootMode:X="shadowRoot",$shouldSplit:G=yF1}={}){if(b2(J))return Q(J);let W=J.getParentCaret(X);if(W){let{origin:H}=W;if(n0(J)&&!(H.canBeEmpty()&&G(H,"first")))return a9(W);let q=TF1(J);if(q.length>0||H.canBeEmpty()&&G(H,"last"))W.insert(Z(H).splice(0,0,q))}return W}function D1(J){return J}function nN(...J){return J}function u0(J){return J}function nD(J,Z){if(!Z||J===Z)return J;for(let Q in Z)if(J[Q]!==Z[Q])return{...J,...Z};return J}function c4(...J){let Z=[];for(let Q of J)if(Q&&typeof Q==="string")for(let[X]of Q.matchAll(/\S+/g))Z.push(X);return Z}function r1(J,...Z){let Q=c4(...Z);if(Q.length>0)J.classList.add(...Q)}function S5(J,...Z){let Q=c4(...Z);if(Q.length>0)J.classList.remove(...Q)}function b1(...J){return()=>{for(let Z=J.length-1;Z>=0;Z--)J[Z]();J.length=0}}var Qf=new Map;function iN(J){let Z={};if(!J)return Z;let Q=J.split(";");for(let X of Q)if(X!==""){let[G,W]=X.split(/:([^]+)/);if(G&&W)Z[G.trim()]=W.trim()}return Z}function Xf(J){let Z=Qf.get(J);if(Z===void 0)Z=iN(J),Qf.set(J,Z);return Object.freeze(Z),Z}function oN(J){let Q=tD().getElementByKey(J.getKey());if(Q===null)return null;let X=Q.ownerDocument.defaultView;if(X===null)return null;return X.getComputedStyle(Q)}function eN(J){let Z=l1(J)?J:J.getParentOrThrow();return oN(Z)}function Gf(J){let Z=eN(J);return Z!==null&&Z.direction==="rtl"}function Zv(J,Z,Q="self"){let X=J.getStartEndPoints();if(Z.isSelected(J)&&!T5(Z)&&X!==null){let[G,W]=X,H=J.isBackward(),q=G.getNode(),z=W.getNode(),K=Z.is(q),B=Z.is(z);if(K||B){let[F,$]=CM(J),P=q.is(z),O=Z.is(H?z:q),A=Z.is(H?q:z),T=0,w=void 0;if(P)T=F>$?$:F,w=F>$?F:$;else if(O)T=H?$:F,w=void 0;else if(A){let V=H?F:$;T=0,w=V}let y=Z.__text.slice(T,w);if(y!==Z.__text){if(Q==="clone")Z=jN(Z);Z.__text=y}}}return Z}function JL(J){let Z=J.getStyle(),Q=iN(Z);Qf.set(Z,Q)}function VF1(J,Z){let Q=J.getFormatType(),X=J.getIndent();if(Q!==Z.getFormatType())Z.setFormat(Q);if(X!==Z.getIndent())Z.setIndent(X)}function k2(J,Z,Q=VF1){if(J===null)return;let X=J.getStartEndPoints(),G=new Map,W=null;if(X){let[H,q]=X;W=l9(),W.anchor.set(H.key,H.offset,H.type),W.focus.set(q.key,q.offset,q.type);let z=j1(H.getNode(),t0),K=j1(q.getNode(),t0);if(M(z))G.set(z.getKey(),z);if(M(K))G.set(K.getKey(),K)}for(let H of J.getNodes())if(M(H)&&t0(H))G.set(H.getKey(),H);else if(X===null){let q=j1(H,t0);if(M(q))G.set(q.getKey(),q)}for(let[H,q]of G){let z=Z();if(Q(q,z),q.replace(z,!0),W){if(H===W.anchor.key)W.anchor.set(z.getKey(),W.anchor.offset,W.anchor.type);if(H===W.focus.key)W.focus.set(z.getKey(),W.focus.offset,W.focus.type)}}if(W&&J.is(f()))L1(W)}function ZL(J){let Z=YL(J);return Z!==null&&Z.writingMode==="vertical-rl"}function YL(J){let Z=J.anchor.getNode();if(M(Z))return oN(Z);return eN(Z)}function Wf(J,Z){let X=ZL(J)?!Z:Z;if(QL(J))X=!X;let G=_0(J.focus,X?"previous":"next");if(Zf(G))return!1;for(let W of Jv(G)){if(n0(W))return!W.origin.isInline();else if(M(W.origin))continue;else if(B1(W.origin))return!0;break}return!1}function CF1(J,Z,Q,X){J.modify(Z?"extend":"move",Q,X)}function QL(J){let Z=YL(J);return Z!==null&&Z.direction==="rtl"}function Hf(J,Z,Q){let X=QL(J),G=ZL(J),W;if(G)W=!Q;else if(X)W=!Q;else W=Q;CF1(J,Z,W,"character")}function XL(J){throw Error(J)}var D5=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",kF1=D5&&"documentMode"in document?document.documentMode:null,UF1=D5&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),SF1=D5&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),jC2=D5&&"InputEvent"in window&&!kF1?"getTargetRanges"in new window.InputEvent("input"):!1,gC2=D5&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent),NC2=D5&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,LC2=D5&&/Android/.test(navigator.userAgent),DF1=D5&&/^(?=.*Chrome).*/i.test(navigator.userAgent);var mC2=D5&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&UF1&&!DF1;var EF1=D5;var RF1=SF1;function GL(J){return J?J.getAdjacentCaret():null}function WL(J,Z){let Q=J;while(Q!=null){if(Q instanceof Z)return Q;Q=Q.getParent()}return null}function Yv(J){let Z=j1(J,(Q)=>M(Q)&&!Q.isInline());if(!M(Z))XL(`Expected node ${J.__key} to have closest block element node.`);return Z}function HL(J,Z,Q){let X=k5(Z,"next");for(let G=X;G;G=tN(G,Q))X=G;if(b2(X))XL("$insertNodeToNearestRootAtCaret: An unattached TextNode can not be split");return X.insert(J.isInline()?y1().append(J):J),k5(s1(J.getLatest(),"next"),Z.direction)}function a2(J,Z){return J!==null?Object.getPrototypeOf(J).constructor.name===Z.name:!1}function WR(J){let Z=f();if(!v(Z))return!1;let Q=new Set,X=Z.getNodes();for(let G=0;G<X.length;G++){let W=X[G],H=W.getKey();if(Q.has(H))continue;let q=j1(W,(K)=>M(K)&&!K.isInline());if(q===null)continue;let z=q.getKey();if(q.canIndent()&&!Q.has(z))Q.add(z),J(q)}return Q.size>0}var qf=RF1||!EF1?!1:void 0;function MF1(){if(qf===void 0){let J=document.createElement("div");J.style.cssText="position: absolute; opacity: 0; width: 100px; left: -1000px;",document.body.appendChild(J);let Z=J.getBoundingClientRect();J.style.setProperty("zoom","2"),qf=J.getBoundingClientRect().width===Z.width,document.body.removeChild(J)}return qf}function qL(J,Z=!1){let Q=1;if(MF1()||Z)while(J)Q*=Number(window.getComputedStyle(J).getPropertyValue("zoom")),J=J.parentElement;return Q}var rC2=DI(zL(),1);Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/};Prism.languages.javascript=Prism.languages.extend("clike",{"class-name":[Prism.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/});Prism.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;Prism.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Prism.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Prism.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:Prism.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});Prism.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:Prism.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}});Prism.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}});if(Prism.languages.markup)Prism.languages.markup.tag.addInlined("script","javascript"),Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript");Prism.languages.js=Prism.languages.javascript;Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]};Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity;Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup;Prism.hooks.add("wrap",function(J){if(J.type==="entity")J.attributes.title=J.content.replace(/&/,"&")});Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(Z,Q){var X={};X["language-"+Q]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[Q]},X.cdata=/^<!\[CDATA\[|\]\]>$/i;var G={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:X}};G["language-"+Q]={pattern:/[\s\S]+/,inside:Prism.languages[Q]};var W={};W[Z]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return Z}),"i"),lookbehind:!0,greedy:!0,inside:G},Prism.languages.insertBefore("markup","cdata",W)}});Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(J,Z){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+J+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[Z,"language-"+Z],inside:Prism.languages[Z]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}});Prism.languages.html=Prism.languages.markup;Prism.languages.mathml=Prism.languages.markup;Prism.languages.svg=Prism.languages.markup;Prism.languages.xml=Prism.languages.extend("markup",{});Prism.languages.ssml=Prism.languages.xml;Prism.languages.atom=Prism.languages.xml;Prism.languages.rss=Prism.languages.xml;(function(J){var Z=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function Q(B){return B=B.replace(/<inner>/g,function(){return Z}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+B+")")}var X=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,G=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return X}),W=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;J.languages.markdown=J.languages.extend("markup",{}),J.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:J.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+G+W+"(?:"+G+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+G+W+")(?:"+G+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(X),inside:J.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+G+")"+W+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+G+"$"),inside:{"table-header":{pattern:RegExp(X),alias:"important",inside:J.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:Q(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:Q(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:Q(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:Q(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(B){["url","bold","italic","strike","code-snippet"].forEach(function(F){if(B!==F)J.languages.markdown[B].inside.content.inside[F]=J.languages.markdown[F]})}),J.hooks.add("after-tokenize",function(B){if(B.language!=="markdown"&&B.language!=="md")return;function F($){if(!$||typeof $==="string")return;for(var P=0,O=$.length;P<O;P++){var A=$[P];if(A.type!=="code"){F(A.content);continue}var T=A.content[1],w=A.content[3];if(T&&w&&T.type==="code-language"&&w.type==="code-block"&&typeof T.content==="string"){var y=T.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");y=(/[a-z][\w-]*/i.exec(y)||[""])[0].toLowerCase();var V="language-"+y;if(!w.alias)w.alias=[V];else if(typeof w.alias==="string")w.alias=[w.alias,V];else w.alias.push(V)}}}F(B.tokens)}),J.hooks.add("wrap",function(B){if(B.type!=="code-block")return;var F="";for(var $=0,P=B.classes.length;$<P;$++){var O=B.classes[$],A=/language-(.+)/.exec(O);if(A){F=A[1];break}}var T=J.languages[F];if(!T){if(F&&F!=="none"&&J.plugins.autoloader){var w="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*10000000000000000);B.attributes.id=w,J.plugins.autoloader.loadLanguages(F,function(){var y=document.getElementById(w);if(y)y.innerHTML=J.highlight(y.textContent,J.languages[F],F)})}}else B.content=J.highlight(K(B.content),T,F)});var H=RegExp(J.languages.markup.tag.pattern.source,"gi"),q={amp:"&",lt:"<",gt:">",quot:'"'},z=String.fromCodePoint||String.fromCharCode;function K(B){var F=B.replace(H,"");return F=F.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function($,P){if(P=P.toLowerCase(),P[0]==="#"){var O;if(P[1]==="x")O=parseInt(P.slice(2),16);else O=Number(P.slice(1));return z(O)}else{var A=q[P];if(A)return A;return $}}),F}J.languages.md=J.languages.markdown})(Prism);Prism.languages.c=Prism.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/});Prism.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}});Prism.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},Prism.languages.c.string],char:Prism.languages.c.char,comment:Prism.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:Prism.languages.c}}}});Prism.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/});delete Prism.languages.c.boolean;(function(J){var Z=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;J.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+Z.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+Z.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+Z.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+Z.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:Z,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},J.languages.css.atrule.inside.rest=J.languages.css;var Q=J.languages.markup;if(Q)Q.tag.addInlined("style","css"),Q.tag.addAttribute("style","css")})(Prism);Prism.languages.objectivec=Prism.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|\|?|[~^%?*\/@]/});delete Prism.languages.objectivec["class-name"];Prism.languages.objc=Prism.languages.objectivec;Prism.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/};(function(J){var Z=J.languages.powershell={comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:null},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/};Z.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:Z},boolean:Z.boolean,variable:Z.variable}})(Prism);Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/};Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python;Prism.languages.py=Prism.languages.python;(function(J){var Z=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source;for(var Q=0;Q<2;Q++)Z=Z.replace(/<self>/g,function(){return Z});Z=Z.replace(/<self>/g,function(){return/[^\s\S]/.source}),J.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+Z),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},J.languages.rust["closure-params"].inside.rest=J.languages.rust,J.languages.rust.attribute.inside.string=J.languages.rust.string})(Prism);Prism.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+(/(?:elseif|if)\b/.source+"(?:[ \t]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+")+"|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/};Prism.languages.swift["string-literal"].forEach(function(J){J.inside.interpolation.inside=Prism.languages.swift});(function(J){J.languages.typescript=J.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),J.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete J.languages.typescript.parameter,delete J.languages.typescript["literal-property"];var Z=J.languages.extend("typescript",{});delete Z["class-name"],J.languages.typescript["class-name"].inside=Z,J.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:Z}}}}),J.languages.ts=J.languages.typescript})(Prism);(function(J){var Z=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,Q=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,X={pattern:RegExp(/(^|[^\w.])/.source+Q+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};J.languages.java=J.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[X,{pattern:RegExp(/(^|[^\w.])/.source+Q+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:X.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+Q+/[A-Z]\w*\b/.source),lookbehind:!0,inside:X.inside}],keyword:Z,function:[J.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),J.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),J.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":X,keyword:Z,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+Q+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:X.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+Q+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:X.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,function(){return Z.source})),lookbehind:!0,inside:{punctuation:/\./}}})})(Prism);(function(J){var Z=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,Q=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,function(){return Z.source});J.languages.cpp=J.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,function(){return Z.source})),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:Z,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),J.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,function(){return Q})+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),J.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:J.languages.cpp}}}}),J.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),J.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:J.languages.extend("cpp",{})}}),J.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},J.languages.cpp["base-clause"])})(Prism);function $L(J,Z){for(let Q of J.childNodes){if(C1(Q)&&Q.tagName===Z)return!0;$L(Q,Z)}return!1}var qR="data-language",HR="data-highlight-language",Xv="data-theme";class _3 extends i1{__language;__theme;__isSyntaxHighlightSupported;static getType(){return"code"}static clone(J){return new _3(J.__language,J.__key)}constructor(J,Z){super(Z);this.__language=J||void 0,this.__isSyntaxHighlightSupported=!1,this.__theme=void 0}afterCloneFrom(J){super.afterCloneFrom(J),this.__language=J.__language,this.__theme=J.__theme,this.__isSyntaxHighlightSupported=J.__isSyntaxHighlightSupported}createDOM(J){let Z=document.createElement("code");r1(Z,J.theme.code),Z.setAttribute("spellcheck","false");let Q=this.getLanguage();if(Q){if(Z.setAttribute(qR,Q),this.getIsSyntaxHighlightSupported())Z.setAttribute(HR,Q)}let X=this.getTheme();if(X)Z.setAttribute(Xv,X);let G=this.getStyle();if(G)Z.setAttribute("style",G);return Z}updateDOM(J,Z,Q){let X=this.__language,G=J.__language;if(X){if(X!==G)Z.setAttribute(qR,X)}else if(G)Z.removeAttribute(qR);let W=this.__isSyntaxHighlightSupported;if(J.__isSyntaxHighlightSupported&&G)if(W&&X){if(X!==G)Z.setAttribute(HR,X)}else Z.removeAttribute(HR);else if(W&&X)Z.setAttribute(HR,X);let q=this.__theme,z=J.__theme;if(q){if(q!==z)Z.setAttribute(Xv,q)}else if(z)Z.removeAttribute(Xv);let K=this.__style,B=J.__style;if(K){if(K!==B)Z.setAttribute("style",K)}else if(B)Z.removeAttribute("style");return!1}exportDOM(J){let Z=document.createElement("pre");r1(Z,J._config.theme.code),Z.setAttribute("spellcheck","false");let Q=this.getLanguage();if(Q){if(Z.setAttribute(qR,Q),this.getIsSyntaxHighlightSupported())Z.setAttribute(HR,Q)}let X=this.getTheme();if(X)Z.setAttribute(Xv,X);let G=this.getStyle();if(G)Z.setAttribute("style",G);return{element:Z}}static importDOM(){return{code:(J)=>{return J.textContent!=null&&(/\r?\n/.test(J.textContent)||$L(J,"BR"))?{conversion:KL,priority:1}:null},div:()=>({conversion:hF1,priority:1}),pre:()=>({conversion:KL,priority:0}),table:(J)=>{if(zf(J))return{conversion:fF1,priority:3};return null},td:(J)=>{let Z=J,Q=Z.closest("table");if(jF1(Z)||Q&&zf(Q))return{conversion:BL,priority:3};return null},tr:(J)=>{let Q=J.closest("table");if(Q&&zf(Q))return{conversion:BL,priority:3};return null}}}static importJSON(J){return t4().updateFromJSON(J)}updateFromJSON(J){return super.updateFromJSON(J).setLanguage(J.language).setTheme(J.theme)}exportJSON(){return{...super.exportJSON(),language:this.getLanguage(),theme:this.getTheme()}}insertNewAfter(J,Z=!0){let Q=this.getChildren(),X=Q.length;if(X>=2&&Q[X-1].getTextContent()===`
|
|
17
|
+
`&&Q[X-2].getTextContent()===`
|
|
18
|
+
`&&J.isCollapsed()&&J.anchor.key===this.__key&&J.anchor.offset===X){Q[X-1].remove(),Q[X-2].remove();let z=y1();return this.insertAfter(z,Z),z}let{anchor:G,focus:W}=J,q=(G.isBefore(W)?G:W).getNode();if(j(q)){let z=NF1(q),K=[];while(!0)if(nE(z))K.push(l4()),z=z.getNextSibling();else if(AL(z)){let T=0,w=z.getTextContent(),y=z.getTextContentSize();while(T<y&&w[T]===" ")T++;if(T!==0)K.push(PL(" ".repeat(T)));if(T!==y)break;z=z.getNextSibling()}else break;let B=q.splitText(G.offset)[0],F=G.offset===0?0:1,$=B.getIndexWithinParent()+F,P=q.getParentOrThrow(),O=[l2(),...K];P.splice($,0,O);let A=K[K.length-1];if(A)A.select();else if(G.offset===0)B.selectPrevious();else B.getNextSibling().selectNext(0,0)}if(xF1(q)){let{offset:z}=J.anchor;q.splice(z,0,[l2()]),q.select(z+1,z+1)}return null}canIndent(){return!1}collapseAtStart(){let J=y1();return this.getChildren().forEach((Q)=>J.append(Q)),this.replace(J),!0}setLanguage(J){let Z=this.getWritable();return Z.__language=J||void 0,Z}getLanguage(){return this.getLatest().__language}setIsSyntaxHighlightSupported(J){let Z=this.getWritable();return Z.__isSyntaxHighlightSupported=J,Z}getIsSyntaxHighlightSupported(){return this.getLatest().__isSyntaxHighlightSupported}setTheme(J){let Z=this.getWritable();return Z.__theme=J||void 0,Z}getTheme(){return this.getLatest().__theme}}function t4(J,Z){return iM(_3).setLanguage(J).setTheme(Z)}function xF1(J){return J instanceof _3}function KL(J){let Z=J.getAttribute(qR);return{node:t4(Z)}}function hF1(J){let Z=J,Q=FL(Z);if(!Q&&!IF1(Z))return{node:null};return{node:Q?t4():null}}function fF1(){return{node:t4()}}function BL(){return{node:null}}function FL(J){return J.style.fontFamily.match("monospace")!==null}function IF1(J){let Z=J.parentElement;while(Z!==null){if(FL(Z))return!0;Z=Z.parentElement}return!1}function jF1(J){return J.classList.contains("js-file-line")}function zf(J){return J.classList.contains("js-file-line-container")}class zR extends w0{__highlightType;constructor(J="",Z,Q){super(J,Q);this.__highlightType=Z}static getType(){return"code-highlight"}static clone(J){return new zR(J.__text,J.__highlightType||void 0,J.__key)}getHighlightType(){return this.getLatest().__highlightType}setHighlightType(J){let Z=this.getWritable();return Z.__highlightType=J||void 0,Z}canHaveFormat(){return!1}createDOM(J){let Z=super.createDOM(J),Q=Kf(J.theme,this.__highlightType);return r1(Z,Q),Z}updateDOM(J,Z,Q){let X=super.updateDOM(J,Z,Q),G=Kf(Q.theme,J.__highlightType),W=Kf(Q.theme,this.__highlightType);if(G!==W){if(G)S5(Z,G);if(W)r1(Z,W)}return X}static importJSON(J){return PL().updateFromJSON(J)}updateFromJSON(J){return super.updateFromJSON(J).setHighlightType(J.highlightType)}exportJSON(){return{...super.exportJSON(),highlightType:this.getHighlightType()}}setFormat(J){return this}isParentRequired(){return!0}createParentElementNode(){return t4()}}function Kf(J,Z){return Z&&J&&J.codeHighlight&&J.codeHighlight[Z]}function PL(J="",Z){return V0(new zR(J,Z))}function AL(J){return J instanceof zR}function gF1(J,Z){let Q=J;for(let X=s1(J,Z);X&&(AL(X.origin)||nE(X.origin));X=GL(X))Q=X.origin;return Q}function NF1(J){return gF1(J,"previous")}var qb2=D1({name:"@lexical/code",nodes:()=>[_3,zR]});(function(J){J.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var Z={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(Z).forEach(function(Q){var X=Z[Q],G=[];if(!/^\w+$/.test(Q))G.push(/\w+/.exec(Q)[0]);if(Q==="diff")G.push("bold");J.languages.diff[Q]={pattern:RegExp("^(?:["+X+`].*(?:\r
|
|
19
|
+
?|
|
|
20
|
+
|(?![\\s\\S])))+`,"m"),alias:G,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(Q)[0]}}}}),Object.defineProperty(J.languages.diff,"PREFIXES",{value:Z})})(Prism);var zb2=globalThis.Prism||window.Prism;var LF1=Symbol.for("preact-signals");function Hv(){if(c9>1){c9--;return}let J,Z=!1;while(KR!==void 0){let Q=KR;KR=void 0,Ff++;while(Q!==void 0){let X=Q.o;if(Q.o=void 0,Q.f&=-3,!(8&Q.f)&&bL(Q))try{Q.c()}catch(G){if(!Z)J=G,Z=!0}Q=X}}if(Ff=0,c9--,Z)throw J}function Of(J){if(c9>0)return J();c9++;try{return J()}finally{Hv()}}var k1,KR;function VL(J){let Z=k1;k1=void 0;try{return J()}finally{k1=Z}}var c9=0,Ff=0,Wv=0;function CL(J){if(k1===void 0)return;let Z=J.n;if(Z===void 0||Z.t!==k1){if(Z={i:0,S:J,p:k1.s,n:void 0,t:k1,e:void 0,x:void 0,r:Z},k1.s!==void 0)k1.s.n=Z;if(k1.s=Z,J.n=Z,32&k1.f)J.S(Z);return Z}else if(Z.i===-1){if(Z.i=0,Z.n!==void 0){if(Z.n.p=Z.p,Z.p!==void 0)Z.p.n=Z.n;Z.p=k1.s,Z.n=void 0,k1.s.n=Z,k1.s=Z}return Z}}function j0(J,Z){this.v=J,this.i=0,this.n=void 0,this.t=void 0,this.W=Z==null?void 0:Z.watched,this.Z=Z==null?void 0:Z.unwatched,this.name=Z==null?void 0:Z.name}j0.prototype.brand=LF1;j0.prototype.h=function(){return!0};j0.prototype.S=function(J){let Z=this.t;if(Z!==J&&J.e===void 0)if(J.x=Z,this.t=J,Z!==void 0)Z.e=J;else VL(()=>{var Q;(Q=this.W)==null||Q.call(this)})};j0.prototype.U=function(J){if(this.t!==void 0){let{e:Z,x:Q}=J;if(Z!==void 0)Z.x=Q,J.e=void 0;if(Q!==void 0)Q.e=Z,J.x=void 0;if(J===this.t){if(this.t=Q,Q===void 0)VL(()=>{var X;(X=this.Z)==null||X.call(this)})}}};j0.prototype.subscribe=function(J){return q0(()=>{let Z=this.value,Q=k1;k1=void 0;try{J(Z)}finally{k1=Q}},{name:"sub"})};j0.prototype.valueOf=function(){return this.value};j0.prototype.toString=function(){return this.value+""};j0.prototype.toJSON=function(){return this.value};j0.prototype.peek=function(){let J=k1;k1=void 0;try{return this.value}finally{k1=J}};Object.defineProperty(j0.prototype,"value",{get(){let J=CL(this);if(J!==void 0)J.i=this.i;return this.v},set(J){if(J!==this.v){if(Ff>100)throw Error("Cycle detected");this.v=J,this.i++,Wv++,c9++;try{for(let Z=this.t;Z!==void 0;Z=Z.x)Z.t.N()}finally{Hv()}}}});function BR(J,Z){return new j0(J,Z)}function bL(J){for(let Z=J.s;Z!==void 0;Z=Z.n)if(Z.S.i!==Z.i||!Z.S.h()||Z.S.i!==Z.i)return!0;return!1}function kL(J){for(let Z=J.s;Z!==void 0;Z=Z.n){let Q=Z.S.n;if(Q!==void 0)Z.r=Q;if(Z.S.n=Z,Z.i=-1,Z.n===void 0){J.s=Z;break}}}function UL(J){let Z,Q=J.s;while(Q!==void 0){let X=Q.p;if(Q.i===-1){if(Q.S.U(Q),X!==void 0)X.n=Q.n;if(Q.n!==void 0)Q.n.p=X}else Z=Q;if(Q.S.n=Q.r,Q.r!==void 0)Q.r=void 0;Q=X}J.s=Z}function p3(J,Z){j0.call(this,void 0),this.x=J,this.s=void 0,this.g=Wv-1,this.f=4,this.W=Z==null?void 0:Z.watched,this.Z=Z==null?void 0:Z.unwatched,this.name=Z==null?void 0:Z.name}p3.prototype=new j0;p3.prototype.h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32)return!0;if(this.f&=-5,this.g===Wv)return!0;if(this.g=Wv,this.f|=1,this.i>0&&!bL(this))return this.f&=-2,!0;let J=k1;try{kL(this),k1=this;let Z=this.x();if(16&this.f||this.v!==Z||this.i===0)this.v=Z,this.f&=-17,this.i++}catch(Z){this.v=Z,this.f|=16,this.i++}return k1=J,UL(this),this.f&=-2,!0};p3.prototype.S=function(J){if(this.t===void 0){this.f|=36;for(let Z=this.s;Z!==void 0;Z=Z.n)Z.S.S(Z)}j0.prototype.S.call(this,J)};p3.prototype.U=function(J){if(this.t!==void 0){if(j0.prototype.U.call(this,J),this.t===void 0){this.f&=-33;for(let Z=this.s;Z!==void 0;Z=Z.n)Z.S.U(Z)}}};p3.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(let J=this.t;J!==void 0;J=J.x)J.t.N()}};Object.defineProperty(p3.prototype,"value",{get(){if(1&this.f)throw Error("Cycle detected");let J=CL(this);if(this.h(),J!==void 0)J.i=this.i;if(16&this.f)throw this.v;return this.v}});function mF1(J,Z){return new p3(J,Z)}function SL(J){let Z=J.u;if(J.u=void 0,typeof Z=="function"){c9++;let Q=k1;k1=void 0;try{Z()}catch(X){throw J.f&=-2,J.f|=8,Tf(J),X}finally{k1=Q,Hv()}}}function Tf(J){for(let Z=J.s;Z!==void 0;Z=Z.n)Z.S.U(Z);J.x=void 0,J.s=void 0,SL(J)}function _F1(J){if(k1!==this)throw Error("Out-of-order effect");if(UL(this),k1=J,this.f&=-2,8&this.f)Tf(this);Hv()}function oD(J,Z){this.x=J,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32,this.name=Z==null?void 0:Z.name}oD.prototype.c=function(){let J=this.S();try{if(8&this.f)return;if(this.x===void 0)return;let Z=this.x();if(typeof Z=="function")this.u=Z}finally{J()}};oD.prototype.S=function(){if(1&this.f)throw Error("Cycle detected");this.f|=1,this.f&=-9,SL(this),kL(this),c9++;let J=k1;return k1=this,_F1.bind(this,J)};oD.prototype.N=function(){if(!(2&this.f))this.f|=2,this.o=KR,KR=this};oD.prototype.d=function(){if(this.f|=8,!(1&this.f))Tf(this)};oD.prototype.dispose=function(){this.d()};function q0(J,Z){let Q=new oD(J,Z);try{Q.c()}catch(G){throw Q.d(),G}let X=Q.d.bind(Q);return X[Symbol.dispose]=X,X}function p0(J,Z={}){let Q={};for(let X in J){let G=Z[X],W=BR(G===void 0?J[X]:G);Q[X]=W}return Q}var Fb2=D1({build:(J,Z,Q)=>{return p0(Z)},config:u0({defaultSelection:"rootEnd",disabled:!1}),name:"@lexical/extension/AutoFocus",register(J,Z,Q){let X=Q.getOutput();return q0(()=>X.disabled.value?void 0:J.registerRootListener((G)=>{J.focus(()=>{let W=document.activeElement;if(G!==null&&(W===null||!G.contains(W)))G.focus({preventScroll:!0})},{defaultSelection:X.defaultSelection.peek()})}))}});function DL(){let J=V1(),Z=f(),Q=y1();if(J.clear(),J.append(Q),Z!==null)Q.select();if(v(Z))Z.format=0}function uF1(J,Z=DL){return J.registerCommand(NM,(Q)=>{return J.update(Z),!0},o)}var Pb2=D1({build(J,Z,Q){return p0(Z)},config:u0({$onClear:DL}),name:"@lexical/extension/ClearEditor",register(J,Z,Q){let{$onClear:X}=Q.getOutput();return q0(()=>uF1(J,X.value))}});function pF1(J){return(typeof J.nodes==="function"?J.nodes():J.nodes)||[]}var Bf=vg("format",{parse:(J)=>typeof J==="number"?J:0});class wf extends s4{$config(){return this.config("decorator-text",{extends:s4,stateConfigs:[{flat:!0,stateConfig:Bf}]})}getFormat(){return MM(this,Bf)}getFormatFlags(J,Z){return M3(this.getFormat(),J,Z)}hasFormat(J){let Z=P0[J];return(this.getFormat()&Z)!==0}setFormat(J){return Vh(this,Bf,J)}toggleFormat(J){let Z=this.getFormat(),Q=M3(Z,J,null);return this.setFormat(Q)}isInline(){return!0}createDOM(){return document.createElement("span")}updateDOM(){return!1}}function lF1(J){return J instanceof wf}var Ab2=D1({name:"@lexical/extension/DecoratorText",nodes:()=>[wf],register(J,Z,Q){return J.registerCommand(Y0,(X)=>{let G=f();if(f1(G)||v(G)){for(let W of G.getNodes())if(lF1(W))W.toggleFormat(X)}return!1},m1)}});function EL(J,Z){let Q;return BR(J(),{unwatched(){if(Q)Q(),Q=void 0},watched(){this.value=J(),Q=Z(this)}})}var Pf=D1({build(J){return EL(()=>J.getEditorState(),(Z)=>J.registerUpdateListener((Q)=>{Z.value=Q.editorState}))},name:"@lexical/extension/EditorState"});function x1(J){throw Error(J)}function RL(J,Z){if(J&&Z&&!Array.isArray(Z)&&typeof J==="object"&&typeof Z==="object"){let Q=J,X=Z;for(let G in X)Q[G]=RL(Q[G],X[G]);return J}return Z}var E1={unmarked:0,temporary:1,permanent:2,configured:3,initialized:4,built:5,registered:6,afterRegistration:7};function Af(J){return J.id===E1.unmarked}function dF1(J){return J.id===E1.temporary}function ML(J){return J.id===E1.permanent}function sF1(J){return J.id>=E1.configured}function rF1(J){return J.id>=E1.initialized}function aF1(J){return J.id>=E1.built}function cF1(J){return J.id>=E1.afterRegistration}function tF1(J){if(!Af(J))x1(`LexicalBuilder: Can not apply a temporary mark from state id ${String(J.id)} (expected ${String(E1.unmarked)} unmarked)`);return Object.assign(J,{id:E1.temporary})}function nF1(J){if(!dF1(J))x1(`LexicalBuilder: Can not apply a permanent mark from state id ${String(J.id)} (expected ${String(E1.temporary)} temporary)`);return Object.assign(J,{id:E1.permanent})}function iF1(J,Z,Q){return Object.assign(J,{config:Z,id:E1.configured,registerState:Q})}function oF1(J,Z,Q){return Object.assign(J,{id:E1.initialized,initResult:Z,registerState:Q})}function eF1(J,Z,Q){return Object.assign(J,{id:E1.built,output:Z,registerState:Q})}function JP1(J){return Object.assign(J,{id:E1.registered})}function ZP1(J){return Object.assign(J,{id:E1.afterRegistration})}function YP1(J){return Object.assign(J,{id:E1.built})}var QP1=new Set;class vL{builder;configs;_dependency;_peerNameSet;extension;state;_signal;constructor(J,Z){this.builder=J,this.extension=Z,this.configs=new Set,this.state={id:E1.unmarked}}mergeConfigs(){let J=this.extension.config||{},Z=this.extension.mergeConfig?this.extension.mergeConfig.bind(this.extension):nD;for(let Q of this.configs)J=Z(J,Q);return J}init(J){let Z=this.state;if(!ML(Z))x1(`ExtensionRep: Can not configure from state id ${String(Z.id)}`);let Q={getDependency:this.getInitDependency.bind(this),getDirectDependentNames:this.getDirectDependentNames.bind(this),getPeer:this.getInitPeer.bind(this),getPeerNameSet:this.getPeerNameSet.bind(this)},X={...Q,getDependency:this.getDependency.bind(this),getInitResult:this.getInitResult.bind(this),getPeer:this.getPeer.bind(this)},G=iF1(Z,this.mergeConfigs(),Q);this.state=G;let W;if(this.extension.init)W=this.extension.init(J,G.config,Q);this.state=oF1(G,W,X)}build(J){let Z=this.state;if(Z.id!==E1.initialized)x1(`ExtensionRep: register called in state id ${String(Z.id)} (expected ${String(E1.built)} initialized)`);let Q;if(this.extension.build)Q=this.extension.build(J,Z.config,Z.registerState);let X={...Z.registerState,getOutput:()=>Q,getSignal:this.getSignal.bind(this)};this.state=eF1(Z,Q,X)}register(J,Z){this._signal=Z;let Q=this.state;if(Q.id!==E1.built)x1(`ExtensionRep: register called in state id ${String(Q.id)} (expected ${String(E1.built)} built)`);let X=this.extension.register&&this.extension.register(J,Q.config,Q.registerState);return this.state=JP1(Q),()=>{let G=this.state;if(G.id!==E1.afterRegistration)x1(`ExtensionRep: rollbackToBuiltState called in state id ${String(Q.id)} (expected ${String(E1.afterRegistration)} afterRegistration)`);if(this.state=YP1(G),X)X()}}afterRegistration(J){let Z=this.state;if(Z.id!==E1.registered)x1(`ExtensionRep: afterRegistration called in state id ${String(Z.id)} (expected ${String(E1.registered)} registered)`);let Q;if(this.extension.afterRegistration)Q=this.extension.afterRegistration(J,Z.config,Z.registerState);return this.state=ZP1(Z),Q}getSignal(){if(this._signal===void 0)x1("ExtensionRep.getSignal() called before register");return this._signal}getInitResult(){if(this.extension.init===void 0)x1(`ExtensionRep: getInitResult() called for Extension ${this.extension.name} that does not define init`);let J=this.state;if(!rF1(J))x1(`ExtensionRep: getInitResult() called for ExtensionRep in state id ${String(J.id)} < ${String(E1.initialized)} (initialized)`);return J.initResult}getInitPeer(J){let Z=this.builder.extensionNameMap.get(J);return Z?Z.getExtensionInitDependency():void 0}getExtensionInitDependency(){let J=this.state;if(!sF1(J))x1(`ExtensionRep: getExtensionInitDependency called in state id ${String(J.id)} (expected >= ${String(E1.configured)} configured)`);return{config:J.config}}getPeer(J){let Z=this.builder.extensionNameMap.get(J);return Z?Z.getExtensionDependency():void 0}getInitDependency(J){let Z=this.builder.getExtensionRep(J);if(Z===void 0)x1(`LexicalExtensionBuilder: Extension ${this.extension.name} missing dependency extension ${J.name} to be in registry`);return Z.getExtensionInitDependency()}getDependency(J){let Z=this.builder.getExtensionRep(J);if(Z===void 0)x1(`LexicalExtensionBuilder: Extension ${this.extension.name} missing dependency extension ${J.name} to be in registry`);return Z.getExtensionDependency()}getState(){let J=this.state;if(!cF1(J))x1(`ExtensionRep getState called in state id ${String(J.id)} (expected ${String(E1.afterRegistration)} afterRegistration)`);return J}getDirectDependentNames(){return this.builder.incomingEdges.get(this.extension.name)||QP1}getPeerNameSet(){let J=this._peerNameSet;if(!J)J=new Set((this.extension.peerDependencies||[]).map(([Z])=>Z)),this._peerNameSet=J;return J}getExtensionDependency(){if(!this._dependency){let J=this.state;if(!aF1(J))x1(`Extension ${this.extension.name} used as a dependency before build`);this._dependency={config:J.config,init:J.initResult,output:J.output}}return this._dependency}}var OL={tag:p2};function XP1(){let J=V1();if(J.isEmpty())J.append(y1())}var GP1=D1({config:u0({setOptions:OL,updateOptions:OL}),init({$initialEditorState:J=XP1}){return{$initialEditorState:J,initialized:!1}},afterRegistration(J,{updateOptions:Z,setOptions:Q},X){let G=X.getInitResult();if(!G.initialized){G.initialized=!0;let{$initialEditorState:W}=G;if(VN(W))J.setEditorState(W,Q);else if(typeof W==="function")J.update(()=>{W(J)},Z);else if(W&&(typeof W==="string"||typeof W==="object")){let H=J.parseEditorState(W);J.setEditorState(H,Q)}}return()=>{}},name:"@lexical/extension/InitialState",nodes:[g3,w0,f3,I3,N3]}),TL=Symbol.for("@lexical/extension/LexicalBuilder");function wL(){}function WP1(J){throw J}function HP1(J){return J}function Gv(J){return Array.isArray(J)?J:[J]}var $f="0.41.0+dev.esm";class u3{roots;extensionNameMap;outgoingConfigEdges;incomingEdges;conflicts;_sortedExtensionReps;PACKAGE_VERSION;constructor(J){this.outgoingConfigEdges=new Map,this.incomingEdges=new Map,this.extensionNameMap=new Map,this.conflicts=new Map,this.PACKAGE_VERSION=$f,this.roots=J;for(let Z of J)this.addExtension(Z)}static fromExtensions(J){let Z=[Gv(GP1)];for(let Q of J)Z.push(Gv(Q));return new u3(Z)}static maybeFromEditor(J){let Z=HP1(J)[TL];if(Z){if(Z.PACKAGE_VERSION!==$f)x1(`LexicalBuilder.fromEditor: The given editor was created with LexicalBuilder ${Z.PACKAGE_VERSION} but this version is ${$f}. A project should have exactly one copy of LexicalBuilder`);if(!(Z instanceof u3))x1("LexicalBuilder.fromEditor: There are multiple copies of the same version of LexicalBuilder in your project, and this editor was created with another one. Your project, or one of its dependencies, has its package.json and/or bundler configured incorrectly.")}return Z}static fromEditor(J){let Z=u3.maybeFromEditor(J);if(Z===void 0)x1("LexicalBuilder.fromEditor: The given editor was not created with LexicalBuilder");return Z}constructEditor(){let{$initialEditorState:J,onError:Z,...Q}=this.buildCreateEditorArgs(),X=Object.assign(uM({...Q,...Z?{onError:(G)=>{Z(G,X)}}:{}}),{[TL]:this});for(let G of this.sortedExtensionReps())G.build(X);return X}buildEditor(){let J=wL;function Z(){try{J()}finally{J=wL}}let Q=Object.assign(this.constructEditor(),{dispose:Z,[Symbol.dispose]:Z});return J=b1(this.registerEditor(Q),()=>Q.setRootElement(null)),Q}hasExtensionByName(J){return this.extensionNameMap.has(J)}getExtensionRep(J){let Z=this.extensionNameMap.get(J.name);if(Z){if(Z.extension!==J)x1(`LexicalBuilder: A registered extension with name ${J.name} exists but does not match the given extension`);return Z}}addEdge(J,Z,Q){let X=this.outgoingConfigEdges.get(J);if(X)X.set(Z,Q);else this.outgoingConfigEdges.set(J,new Map([[Z,Q]]));let G=this.incomingEdges.get(Z);if(G)G.add(J);else this.incomingEdges.set(Z,new Set([J]))}addExtension(J){if(this._sortedExtensionReps!==void 0)x1("LexicalBuilder: addExtension called after finalization");let Z=Gv(J),[Q]=Z;if(typeof Q.name!=="string")x1(`LexicalBuilder: extension name must be string, not ${typeof Q.name}`);let X=this.extensionNameMap.get(Q.name);if(!(X===void 0||X.extension===Q))x1(`LexicalBuilder: Multiple extensions registered with name ${Q.name}, names must be unique`);if(!X){X=new vL(this,Q),this.extensionNameMap.set(Q.name,X);let G=this.conflicts.get(Q.name);if(typeof G==="string")x1(`LexicalBuilder: extension ${Q.name} conflicts with ${G}`);for(let W of Q.conflictsWith||[]){if(this.extensionNameMap.has(W))x1(`LexicalBuilder: extension ${Q.name} conflicts with ${W}`);this.conflicts.set(W,Q.name)}for(let W of Q.dependencies||[]){let H=Gv(W);this.addEdge(Q.name,H[0].name,H.slice(1)),this.addExtension(H)}for(let[W,H]of Q.peerDependencies||[])this.addEdge(Q.name,W,H?[H]:[])}}sortedExtensionReps(){if(this._sortedExtensionReps)return this._sortedExtensionReps;let J=[],Z=(Q,X)=>{let G=Q.state;if(ML(G))return;let W=Q.extension.name;if(!Af(G))x1(`LexicalBuilder: Circular dependency detected for Extension ${W} from ${X||"[unknown]"}`);G=tF1(G),Q.state=G;let H=this.outgoingConfigEdges.get(W);if(H)for(let q of H.keys()){let z=this.extensionNameMap.get(q);if(z)Z(z,W)}G=nF1(G),Q.state=G,J.push(Q)};for(let Q of this.extensionNameMap.values())if(Af(Q.state))Z(Q);for(let Q of J)for(let[X,G]of this.outgoingConfigEdges.get(Q.extension.name)||[])if(G.length>0){let W=this.extensionNameMap.get(X);if(W)for(let H of G)W.configs.add(H)}for(let[Q,...X]of this.roots)if(X.length>0){let G=this.extensionNameMap.get(Q.name);if(G===void 0)x1(`LexicalBuilder: Expecting existing ExtensionRep for ${Q.name}`);for(let W of X)G.configs.add(W)}return this._sortedExtensionReps=J,this._sortedExtensionReps}registerEditor(J){let Z=this.sortedExtensionReps(),Q=new AbortController,X=[()=>Q.abort()],G=Q.signal;for(let W of Z){let H=W.register(J,G);if(H)X.push(H)}for(let W of Z){let H=W.afterRegistration(J);if(H)X.push(H)}return b1(...X)}buildCreateEditorArgs(){let J={},Z=new Set,Q=new Map,X=new Map,G={},W={},H=this.sortedExtensionReps();for(let K of H){let{extension:B}=K;if(B.onError!==void 0)J.onError=B.onError;if(B.disableEvents!==void 0)J.disableEvents=B.disableEvents;if(B.parentEditor!==void 0)J.parentEditor=B.parentEditor;if(B.editable!==void 0)J.editable=B.editable;if(B.namespace!==void 0)J.namespace=B.namespace;if(B.$initialEditorState!==void 0)J.$initialEditorState=B.$initialEditorState;if(B.nodes)for(let F of pF1(B)){if(typeof F!=="function"){let $=Q.get(F.replace);if($)x1(`LexicalBuilder: Extension ${B.name} can not register replacement for node ${F.replace.name} because ${$.extension.name} already did`);Q.set(F.replace,K)}Z.add(F)}if(B.html){if(B.html.export)for(let[F,$]of B.html.export.entries())X.set(F,$);if(B.html.import)Object.assign(G,B.html.import)}if(B.theme)RL(W,B.theme)}if(Object.keys(W).length>0)J.theme=W;if(Z.size)J.nodes=[...Z];let q=Object.keys(G).length>0,z=X.size>0;if(q||z){if(J.html={},q)J.html.import=G;if(z)J.html.export=X}for(let K of H)K.init(J);if(!J.onError)J.onError=WP1;return J}}function xL(J,Z){let X=u3.fromEditor(J).extensionNameMap.get(Z);return X?X.getExtensionDependency():void 0}var qP1=new Set,yL=D1({build(J,Z,Q){let X=Q.getDependency(Pf).output,G=BR({watchedNodeKeys:new Map}),W=EL(()=>{return},()=>q0(()=>{let q=W.peek(),{watchedNodeKeys:z}=G.value,K,B=!1;if(X.value.read(()=>{if(f())for(let[$,P]of z.entries()){if(P.size===0){z.delete($);continue}let O=w1($),A=O&&O.isSelected()||!1;if(B=B||A!==(q?q.has($):!1),A)K=K||new Set,K.add($)}}),!(!B&&K&&q&&K.size===q.size))W.value=K}));function H(q){let z=mF1(()=>(W.value||qP1).has(q)),{watchedNodeKeys:K}=G.peek(),B=K.get(q),F=B!==void 0;if(B=B||new Set,B.add(z),!F)K.set(q,B),G.value={watchedNodeKeys:K};return z}return{watchNodeKey:H}},dependencies:[Pf],name:"@lexical/extension/NodeSelection"}),Ob2=l("INSERT_HORIZONTAL_RULE_COMMAND");class iD extends s4{static getType(){return"horizontalrule"}static clone(J){return new iD(J.__key)}static importJSON(J){return hL().updateFromJSON(J)}static importDOM(){return{hr:()=>({conversion:zP1,priority:0})}}exportDOM(){return{element:document.createElement("hr")}}createDOM(J){let Z=document.createElement("hr");return r1(Z,J.theme.hr),Z}getTextContent(){return`
|
|
21
|
+
`}isInline(){return!1}updateDOM(){return!1}}function zP1(){return{node:hL()}}function hL(){return iM(iD)}function KP1(J){return J instanceof iD}function BP1(J,Z=!1){let Q=f(),X=J.isSelected(),G=J.getKey(),W;if(Z&&f1(Q))W=Q;else W=dD(),L1(W);if(X)W.delete(G);else W.add(G)}var Tb2=D1({dependencies:[Pf,yL],name:"@lexical/extension/HorizontalRule",nodes:()=>[iD],register(J,Z,Q){let{watchNodeKey:X}=Q.getDependency(yL).output,G=BR({nodeSelections:new Map}),W=J._config.theme.hrSelected??"selected";return b1(J.registerCommand(lE,(H)=>{if(r2(H.target)){let q=sM(H.target);if(KP1(q))return BP1(q,H.shiftKey),!0}return!1},m1),J.registerMutationListener(iD,(H,q)=>{Of(()=>{let z=!1,{nodeSelections:K}=G.peek();for(let[B,F]of H.entries())if(F==="destroyed")K.delete(B),z=!0;else{let $=K.get(B),P=J.getElementByKey(B);if($)$.domNode.value=P;else z=!0,K.set(B,{domNode:BR(P),selectedSignal:X(B)})}if(z)G.value={nodeSelections:K}})}),q0(()=>{let H=[];for(let{domNode:q,selectedSignal:z}of G.value.nodeSelections.values())H.push(q0(()=>{let K=q.value;if(K)if(z.value)r1(K,W);else S5(K,W)}));return b1(...H)}))}});function $P1(J){if(J.getNodes().filter((z)=>lD(z)&&z.canIndent()).length>0)return!0;let{anchor:X,focus:G}=J,W=G.isBefore(X)?G:X,H=W.getNode(),q=Yv(H);if(q.canIndent()){let z=q.getKey(),K=l9();if(K.anchor.set(z,0,"element"),K.focus.set(z,0,"element"),K=_2(K),K.anchor.is(W))return!0}return!1}function fL(J){return J.canBeEmpty()}function FP1(J,Z,Q=fL){return b1(J.registerCommand(p9,(X)=>{let G=f();if(!v(G))return!1;X.preventDefault();let W=$P1(G)?X.shiftKey?uD:_D:rE;return J.dispatchCommand(W,void 0)},o),J.registerCommand(_D,()=>{let X=typeof Z==="number"?Z:Z?Z.peek():null,G=f();if(!v(G))return!1;let W=typeof Q==="function"?Q:Q.peek();return WR((H)=>{if(W(H)){let q=H.getIndent()+1;if(!X||q<X)H.setIndent(q)}})},r9))}var wb2=D1({build(J,Z,Q){return p0(Z)},config:u0({$canIndent:fL,disabled:!1,maxIndent:null}),name:"@lexical/extension/TabIndentation",register(J,Z,Q){let{disabled:X,maxIndent:G,$canIndent:W}=Q.getOutput();return q0(()=>{if(!X.value)return FP1(J,G,W)})}});function PP1(J){throw Error(J)}var AP1=new Set(["http:","https:","mailto:","sms:","tel:"]);class c2 extends i1{__url;__target;__rel;__title;static getType(){return"link"}static clone(J){return new c2(J.__url,{rel:J.__rel,target:J.__target,title:J.__title},J.__key)}constructor(J="",Z={},Q){super(Q);let{target:X=null,rel:G=null,title:W=null}=Z;this.__url=J,this.__target=X,this.__rel=G,this.__title=W}createDOM(J){let Z=document.createElement("a");return this.updateLinkDOM(null,Z,J),r1(Z,J.theme.link),Z}updateLinkDOM(J,Z,Q){if(QR(Z)){if(!J||J.__url!==this.__url)Z.href=this.sanitizeUrl(this.__url);for(let X of["target","rel","title"]){let G=`__${X}`,W=this[G];if(!J||J[G]!==W)if(W)Z[X]=W;else Z.removeAttribute(X)}}}updateDOM(J,Z,Q){return this.updateLinkDOM(J,Z,Q),!1}static importDOM(){return{a:(J)=>({conversion:TP1,priority:1})}}static importJSON(J){return eD().updateFromJSON(J)}updateFromJSON(J){return super.updateFromJSON(J).setURL(J.url).setRel(J.rel||null).setTarget(J.target||null).setTitle(J.title||null)}sanitizeUrl(J){J=NL(J);try{let Z=new URL(NL(J));if(!AP1.has(Z.protocol))return"about:blank"}catch(Z){return J}return J}exportJSON(){return{...super.exportJSON(),rel:this.getRel(),target:this.getTarget(),title:this.getTitle(),url:this.getURL()}}getURL(){return this.getLatest().__url}setURL(J){let Z=this.getWritable();return Z.__url=J,Z}getTarget(){return this.getLatest().__target}setTarget(J){let Z=this.getWritable();return Z.__target=J,Z}getRel(){return this.getLatest().__rel}setRel(J){let Z=this.getWritable();return Z.__rel=J,Z}getTitle(){return this.getLatest().__title}setTitle(J){let Z=this.getWritable();return Z.__title=J,Z}insertNewAfter(J,Z=!0){let Q=eD(this.__url,{rel:this.__rel,target:this.__target,title:this.__title});return this.insertAfter(Q,Z),Q}canInsertTextBefore(){return!1}canInsertTextAfter(){return!1}canBeEmpty(){return!1}isInline(){return!0}extractWithChild(J,Z,Q){if(!v(Z))return!1;let X=Z.anchor.getNode(),G=Z.focus.getNode();return this.isParentOf(X)&&this.isParentOf(G)&&Z.getTextContent().length>0}isEmailURI(){return this.__url.startsWith("mailto:")}isWebSiteURI(){return this.__url.startsWith("https://")||this.__url.startsWith("http://")}}function IL(J){let Z=_0(J,"next");return[Z,Z.getFlipped()]}function jL(J,Z){for(let Q of Z)if(Q.origin.isAttached()){let X=T0(Q);b5(J,X);return}}function OP1(J){let Z=f(),Q=null,X=null;if(v(Z))Q=IL(Z.anchor),X=IL(Z.focus);for(let G of E0(J,"next")){let W=G.origin;if(M(W)&&!W.isInline()){let H=W.getChildren();if(H.length>0){let q=ch(J);q.append(...H),W.append(q)}HL(W,a9(G),{$shouldSplit:()=>!1})}}if(J.isEmpty()){let G=J.getParent();if(J.remove(),G&&G.isEmpty())G.remove()}if(v(Z))jL(Z.anchor,Q),jL(Z.focus,X),_2(Z)}function TP1(J){let Z=null;if(QR(J)){let Q=J.textContent;if(Q!==null&&Q!==""||J.children.length>0)Z=eD(J.getAttribute("href")||"",{rel:J.getAttribute("rel"),target:J.getAttribute("target"),title:J.getAttribute("title")})}return{node:Z}}function eD(J="",Z){return V0(new c2(J,Z))}function E5(J){return J instanceof c2}class d3 extends c2{__isUnlinked;constructor(J="",Z={},Q){super(J,Z,Q);this.__isUnlinked=Z.isUnlinked!==void 0&&Z.isUnlinked!==null?Z.isUnlinked:!1}static getType(){return"autolink"}static clone(J){return new d3(J.__url,{isUnlinked:J.__isUnlinked,rel:J.__rel,target:J.__target,title:J.__title},J.__key)}getIsUnlinked(){return this.__isUnlinked}setIsUnlinked(J){let Z=this.getWritable();return Z.__isUnlinked=J,Z}createDOM(J){if(this.__isUnlinked)return document.createElement("span");else return super.createDOM(J)}updateDOM(J,Z,Q){return super.updateDOM(J,Z,Q)||J.__isUnlinked!==this.__isUnlinked}static importJSON(J){return Vf().updateFromJSON(J)}updateFromJSON(J){return super.updateFromJSON(J).setIsUnlinked(J.isUnlinked||!1)}static importDOM(){return null}exportJSON(){return{...super.exportJSON(),isUnlinked:this.__isUnlinked}}insertNewAfter(J,Z=!0){let Q=Vf(this.__url,{isUnlinked:this.__isUnlinked,rel:this.__rel,target:this.__target,title:this.__title});return this.insertAfter(Q,Z),Q}}function Vf(J="",Z){return V0(new d3(J,Z))}function e0(J){return J instanceof d3}var l3=l("TOGGLE_LINK_COMMAND");function gL(J,Z){if(J.type==="element"){let Q=J.getNode();if(!M(Q))PP1("$getPointNode: element point is not an ElementNode");return Q.getChildren()[J.offset+Z]||null}return null}function wP1(J){let Z=f();if(!v(Z))return J();let Q=_2(Z),X=Q.isBackward(),G=gL(Q.anchor,X?-1:0),W=gL(Q.focus,X?0:-1),H=J();if(G||W){let q=f();if(v(q)){let z=q.clone();if(G){let K=G.getParent();if(K)z.anchor.set(K.getKey(),G.getIndexWithinParent()+(X?1:0),"element")}if(W){let K=W.getParent();if(K)z.focus.set(K.getKey(),W.getIndexWithinParent()+(X?0:1),"element")}L1(_2(z))}}return H}function yP1(J,Z){let Q=new Set(Z.filter((B)=>J.isParentOf(B)).map((B)=>B.getKey())),X=J.getChildren(),G=(B)=>Q.has(B.getKey())||M(B)&&Z.some((F)=>J.isParentOf(F)&&B.isParentOf(F)),W=X.filter(G);if(W.length===X.length){X.forEach((B)=>J.insertBefore(B)),J.remove();return}let H=X.findIndex(G),q=X.findLastIndex(G),z=H===0,K=q===X.length-1;if(z)W.forEach((B)=>J.insertBefore(B));else if(K)for(let B=W.length-1;B>=0;B--)J.insertAfter(W[B]);else{for(let F=W.length-1;F>=0;F--)J.insertAfter(W[F]);let B=X.slice(q+1);if(B.length>0){let F=eD(J.getURL(),{rel:J.getRel(),target:J.getTarget(),title:J.getTitle()});W[W.length-1].insertAfter(F),B.forEach(($)=>F.append($))}}}function yf(J,Z={}){let Q;if(J&&typeof J==="object"){let{url:B,...F}=J;Q=B,Z={...F,...Z}}else Q=J;let{target:X,title:G}=Z,W=Z.rel===void 0?"noreferrer":Z.rel,H=f();if(H===null||!v(H)&&!f1(H))return;if(f1(H)){let B=H.getNodes();if(B.length===0)return;B.forEach((F)=>{if(Q===null){let $=j1(F,(P)=>!e0(P)&&E5(P));if($){if($.insertBefore(F),$.getChildren().length===0)$.remove()}}else{let $=j1(F,(P)=>!e0(P)&&E5(P));if($){if($.setURL(Q),X!==void 0)$.setTarget(X);if(W!==void 0)$.setRel(W)}else{let P=eD(Q,{rel:W,target:X});F.insertBefore(P),P.append(F)}}});return}if(H.isCollapsed()&&Q===null)for(let B of H.getNodes()){let F=j1(B,($)=>!e0($)&&E5($));if(F!==null)F.getChildren().forEach(($)=>{F.insertBefore($)}),F.remove();return}let q=H.extract();if(Q===null){let B=new Set;q.forEach((F)=>{let $=j1(F,(P)=>!e0(P)&&E5(P));if($!==null){let P=$.getKey();if(B.has(P))return;yP1($,q),B.add(P)}});return}let z=new Set,K=(B)=>{if(z.has(B.getKey()))return;if(z.add(B.getKey()),B.setURL(Q),X!==void 0)B.setTarget(X);if(W!==void 0)B.setRel(W);if(G!==void 0)B.setTitle(G)};if(q.length===1){let B=q[0],F=j1(B,E5);if(F!==null)return K(F)}wP1(()=>{let B=null;for(let F of q){if(!F.isAttached())continue;let $=j1(F,E5);if($){K($);continue}if(M(F)){if(!F.isInline())continue;if(E5(F)){if(!e0(F)&&(B===null||!B.getParentOrThrow().isParentOf(F))){K(F),B=F;continue}for(let O of F.getChildren())F.insertBefore(O);F.remove();continue}}let P=F.getPreviousSibling();if(E5(P)&&P.is(B)){P.append(F);continue}B=eD(Q,{rel:W,target:X,title:G}),F.insertAfter(B),B.append(F)}})}var VP1=/^\+?[0-9\s()-]{5,}$/;function NL(J){if(J.match(/^[a-z][a-z0-9+.-]*:/i))return J;else if(J.match(/^[/#.]/))return J;else if(J.includes("@"))return`mailto:${J}`;else if(VP1.test(J))return`tel:${J}`;return`https://${J}`}var CP1={attributes:void 0,validateUrl:void 0};function Cf(J,Z){return b1(J.registerNodeTransform(c2,OP1),q0(()=>J.registerCommand(l3,(Q)=>{let X=Z.validateUrl.peek(),G=Z.attributes.peek();if(Q===null)return yf(null),!0;else if(typeof Q==="string"){if(X===void 0||X(Q))return yf(Q,G),!0;return!1}else{let{url:W,target:H,rel:q,title:z}=Q;return yf(W,{...G,rel:q,target:H,title:z}),!0}},m1)),q0(()=>{let Q=Z.validateUrl.value;if(!Q)return;let X=Z.attributes.value;return J.registerCommand(mD,(G)=>{let W=f();if(!v(W)||W.isCollapsed()||!a2(G,ClipboardEvent))return!1;if(G.clipboardData===null)return!1;let H=G.clipboardData.getData("text");if(!Q(H))return!1;if(!W.getNodes().some((q)=>M(q)))return J.dispatchCommand(l3,{...X,url:H}),G.preventDefault(),!0;return!1},m1)}))}var LL=D1({build(J,Z,Q){return p0(Z)},config:CP1,mergeConfig(J,Z){let Q=nD(J,Z);if(J.attributes)Q.attributes=nD(J.attributes,Q.attributes);return Q},name:"@lexical/link/Link",nodes:()=>[c2],register(J,Z,Q){return Cf(J,Q.getOutput())}});function bP1(J,Z){let Q=J;while(Q!=null){if(Z(Q))return Q;Q=Q.parentNode}return null}function kP1(J,Z,Q={}){let X=(W)=>{let H=W.target;if(!r2(H))return;let q=rD(H);if(q===null)return;let z=null,K=null;if(q.update(()=>{let $=i0(H);if($!==null){let P=j1($,M);if(!Z.disabled.peek())if(E5(P))z=P.sanitizeUrl(P.getURL()),K=P.getTarget();else{let O=bP1(H,QR);if(O!==null)z=O.href,K=O.target}}}),z===null||z==="")return;let B=J.getEditorState().read(f);if(v(B)&&!B.isCollapsed()){W.preventDefault();return}let F=W.type==="auxclick"&&W.button===1;window.open(z,Z.newTab.peek()||F||W.metaKey||W.ctrlKey||K==="_blank"?"_blank":"_self"),W.preventDefault()},G=(W)=>{if(W.button===1)X(W)};return J.registerRootListener((W,H)=>{if(H!==null)H.removeEventListener("click",X),H.removeEventListener("mouseup",G);if(W!==null)W.addEventListener("click",X,Q),W.addEventListener("mouseup",G,Q)})}var kb2=D1({build(J,Z,Q){return p0(Z)},config:u0({disabled:!1,newTab:!1}),dependencies:[LL],name:"@lexical/link/ClickableLink",register(J,Z,Q){return kP1(J,Q.getOutput())}});function bf(J,Z){for(let Q=0;Q<Z.length;Q++){let X=Z[Q](J);if(X)return X}return null}var UP1=/[.,;\s]/;function qv(J){return UP1.test(J)}function mL(J){return qv(J[J.length-1])}function kf(J){return qv(J[0])}function SP1(J,Z){if(Z)return/^\.[a-zA-Z]{2,}/.test(J);else return/^\.[a-zA-Z0-9]{1,}/.test(J)}function _L(J){let Z=J.getPreviousSibling();if(M(Z))Z=Z.getLastDescendant();return Z===null||V5(Z)||j(Z)&&mL(Z.getTextContent())}function uL(J){let Z=J.getNextSibling();if(M(Z))Z=Z.getFirstDescendant();return Z===null||V5(Z)||j(Z)&&kf(Z.getTextContent())}function DP1(J,Z,Q,X){if(!(J>0?qv(Q[J-1]):_L(X[0])))return!1;return Z<Q.length?qv(Q[Z]):uL(X[X.length-1])}function EP1(J,Z,Q){let X=[],G=[],W=[],H=0,q=0,z=[...J];while(z.length>0){let K=z[0],F=K.getTextContent().length,$=q;if(q+F<=Z)X.push(K),H+=F;else if($>=Q)W.push(K);else G.push(K);q+=F,z.shift()}return[H,X,G,W]}function RP1(J,Z,Q,X){let G=Vf(X.url,X.attributes);if(J.length===1){let W=J[0],H;if(Z===0)[H,W]=W.splitText(Q);else[,H,W]=W.splitText(Z,Q);let q=I1(X.text);return q.setFormat(H.getFormat()),q.setDetail(H.getDetail()),q.setStyle(H.getStyle()),G.append(q),H.replace(G),W}else if(J.length>1){let W=J[0],H=W.getTextContent().length,q;if(Z===0)q=W;else[,q]=W.splitText(Z);let z=[],K;for(let P=1;P<J.length;P++){let O=J[P],T=O.getTextContent().length,w=H,y=H+T;if(w<Q)if(y<=Q)z.push(O);else{let[V,b]=O.splitText(Q-w);z.push(V),K=b}H+=T}let B=f(),F=B?B.getNodes().find(j):void 0,$=I1(q.getTextContent());if($.setFormat(q.getFormat()),$.setDetail(q.getDetail()),$.setStyle(q.getStyle()),G.append($,...z),F&&F===q){if(v(B))$.select(B.anchor.offset,B.focus.offset);else if(f1(B))$.select(0,$.getTextContent().length)}return q.replace(G),K}return}function MP1(J,Z,Q){for(let z of J){let K=z.getParent();if(e0(K)&&!K.getIsUnlinked())return}let X=[...J],G=X.map((z)=>z.getTextContent()).join(""),W=G,H,q=0;while((H=bf(W,Z))&&H!==null){let{index:z,length:K}=H,B=z+K;if(DP1(q+z,q+B,G,X)){let[$,,P,O]=EP1(X,q+z,q+B),A=!1;for(let V of P){let b=V.getParent();if(e0(b)&&!b.getIsUnlinked()){A=!0;break}}if(A){q+=B,W=W.substring(B);continue}let T=q+z-$,w=q+B-$,y=RP1(P,T,w,H);X=y?[y,...O]:O,Q(H.url,null),q=0}else q+=B;W=W.substring(B)}}function pL(J,Z,Q){let X=J.getChildren(),G=X.length;for(let z=0;z<G;z++){let K=X[z];if(!j(K)||!K.isSimpleText()){$R(J),Q(null,J.getURL());return}}let W=J.getTextContent(),H=bf(W,Z);if(H===null||H.text!==W){$R(J),Q(null,J.getURL());return}if(!_L(J)||!uL(J)){$R(J),Q(null,J.getURL());return}let q=J.getURL();if(q!==H.url)J.setURL(H.url),Q(H.url,q);if(H.attributes){let z=J.getRel();if(z!==H.attributes.rel)J.setRel(H.attributes.rel||null),Q(H.attributes.rel||null,z);let K=J.getTarget();if(K!==H.attributes.target)J.setTarget(H.attributes.target||null),Q(H.attributes.target||null,K)}}function vP1(J,Z,Q){let X=J.getParent(),G=J.getPreviousSibling(),W=J.getNextSibling(),H=J.getTextContent();if(e0(X)&&!X.getIsUnlinked())return;if(e0(G)&&!G.getIsUnlinked()){if(G.is(J.getPreviousSibling())&&J.getParent()===G.getParent()){if(!kf(H)){$R(G),Q(null,G.getURL());return}if(SP1(H,G.isEmailURI())){let q=G.getTextContent()+H,z=bf(q,Z);if(z!==null&&z.text===q)G.append(J),pL(G,Z,Q),Q(null,G.getURL())}}}if(e0(W)&&!W.getIsUnlinked()&&!mL(H)){if(W.is(J.getNextSibling())&&J.getParent()===W.getParent())$R(W),Q(null,W.getURL())}}function $R(J){let Z=J.getChildren(),Q=Z.length;for(let X=Q-1;X>=0;X--)J.insertAfter(Z[X]);return J.remove(),Z.map((X)=>X.getLatest())}function xP1(J){let Z=[J],Q=J.getNextSibling();while(Q!==null&&j(Q)&&Q.isSimpleText()){if(Z.push(Q),/[\s]/.test(Q.getTextContent()))break;Q=Q.getNextSibling()}return Z}var lL={changeHandlers:[],excludeParents:[],matchers:[]};function hP1(J,Z=lL){let{matchers:Q,changeHandlers:X,excludeParents:G}=Z,W=(H,q)=>{for(let z of X)z(H,q)};return b1(J.registerNodeTransform(w0,(H)=>{let q=H.getParentOrThrow(),z=H.getPreviousSibling();if(e0(q)&&!q.getIsUnlinked())pL(q,Q,W);else if(!E5(q)&&!G.some((K)=>K(q))){if(H.isSimpleText()&&(kf(H.getTextContent())||!e0(z))){let K=xP1(H);MP1(K,Q,W)}vP1(H,Q,W)}}),J.registerCommand(l3,(H)=>{let q=f();if(H!==null||!v(q))return!1;return q.extract().forEach((K)=>{let B=K.getParent();if(e0(B))B.setIsUnlinked(!B.getIsUnlinked()),B.markDirty()}),!1},m1))}var Ub2=D1({config:lL,dependencies:[LL],mergeConfig(J,Z){let Q=nD(J,Z);for(let X of["matchers","changeHandlers","excludeParents"]){let G=Z[X];if(Array.isArray(G))Q[X]=[...J[X],...G]}return Q},name:"@lexical/link/AutoLink",nodes:[d3],register:hP1});function t9(J){throw Error(J)}function Uf(J){let Z=1,Q=J.getParent();while(Q!=null){if(z1(Q)){let X=Q.getParent();if(X1(X)){Z++,Q=X.getParent();continue}t9("A ListItemNode must have a ListNode for a parent.")}return Z}return Z}function Sf(J){let Z=J.getParent();if(!X1(Z))t9("A ListItemNode must have a ListNode for a parent.");let Q=Z;while(Q!==null)if(Q=Q.getParent(),X1(Q))Z=Q;return Z}function nL(J){let Z=[],Q=J.getChildren().filter(z1);for(let X=0;X<Q.length;X++){let G=Q[X],W=G.getFirstChild();if(X1(W))Z=Z.concat(nL(W));else Z.push(G)}return Z}function R5(J){return z1(J)&&X1(J.getFirstChild())}function fP1(J){let Z=J;while(Z.getNextSibling()==null&&Z.getPreviousSibling()==null){let Q=Z.getParent();if(Q==null||!(z1(Q)||X1(Q)))break;Z=Q}Z.remove()}function dL(J){return U2().append(J)}function IP1(J,Z){return J.getStart()+Z.getIndexWithinParent()}function iL(J,Z){return z1(J)&&(Z.length===0||Z.length===1&&J.is(Z[0])&&J.getChildrenSize()===0)}function Df(J){let Z=f();if(Z!==null){let Q=Z.getNodes();if(v(Z)){let G=Z.getStartEndPoints();if(G===null)t9("insertList: anchor should be defined");let[W]=G,H=W.getNode(),q=H.getParent();if(y0(H)){let z=H.getFirstChild();if(z)Q=z.selectStart().getNodes();else{let K=y1();H.append(K),Q=K.select().getNodes()}}else if(iL(H,Q)){let z=J2(J);if(y0(q)){H.replace(z);let K=U2();if(M(H))K.setFormat(H.getFormatType()),K.setIndent(H.getIndent());z.append(K)}else if(z1(H)){let K=H.getParentOrThrow();s3(z,K.getChildren()),K.replace(z)}return}}let X=new Set;for(let G=0;G<Q.length;G++){let W=Q[G];if(M(W)&&W.isEmpty()&&!z1(W)&&!X.has(W.getKey())){sL(W,J);continue}let H=dM(W)?W.getParent():z1(W)&&W.isEmpty()?W:null;while(H!=null){let q=H.getKey();if(X1(H)){if(!X.has(q)){let z=J2(J);s3(z,H.getChildren()),H.replace(z),X.add(q)}break}else{let z=H.getParent();if(y0(z)&&!X.has(q)){X.add(q),sL(H,J);break}H=z}}}}}function s3(J,Z){J.splice(J.getChildrenSize(),0,Z)}function sL(J,Z){if(X1(J))return J;let Q=J.getPreviousSibling(),X=J.getNextSibling(),G=U2();s3(G,J.getChildren());let W;if(X1(Q)&&Z===Q.getListType()){if(Q.append(G),X1(X)&&Z===X.getListType())s3(Q,X.getChildren()),X.remove();W=Q}else if(X1(X)&&Z===X.getListType())X.getFirstChildOrThrow().insertBefore(G),W=X;else{let q=J2(Z);q.append(G),J.replace(q),W=q}G.setFormat(J.getFormatType()),G.setIndent(J.getIndent());let H=f();if(v(H)){if(W.getKey()===H.anchor.key)H.anchor.set(G.getKey(),H.anchor.offset,"element");if(W.getKey()===H.focus.key)H.focus.set(G.getKey(),H.focus.offset,"element")}return J.remove(),W}function Rf(J,Z){let Q=J.getLastChild(),X=Z.getFirstChild();if(Q&&X&&R5(Q)&&R5(X))Rf(Q.getFirstChild(),X.getFirstChild()),X.remove();let G=Z.getChildren();if(G.length>0)J.append(...G);Z.remove()}function jP1(){let J=f();if(v(J)){let Z=new Set,Q=J.getNodes(),X=J.anchor.getNode();if(iL(X,Q))Z.add(Sf(X));else for(let G=0;G<Q.length;G++){let W=Q[G];if(dM(W)){let H=WL(W,M5);if(H!=null)Z.add(Sf(H))}}for(let G of Z){let W=G,H=nL(G);for(let q of H){let z=y1().setTextStyle(J.style).setTextFormat(J.format);if(s3(z,q.getChildren()),W.insertAfter(z),W=z,q.__key===J.anchor.key)b5(J.anchor,T0(E0(z,"next")));if(q.__key===J.focus.key)b5(J.focus,T0(E0(z,"next")));q.remove()}G.remove()}}}function oL(J){let Z=J.getListType()!=="check",Q=J.getStart();for(let X of J.getChildren())if(z1(X)){if(X.getValue()!==Q)X.setValue(Q);if(Z&&X.getLatest().__checked!=null)X.setChecked(void 0);if(!X1(X.getFirstChild()))Q++}}function gP1(J){let Z=J.getNextSibling();if(X1(Z)&&J.getListType()===Z.getListType())Rf(J,Z)}function NP1(J){let Z=new Set;if(R5(J)||Z.has(J.getKey()))return;let Q=J.getParent(),X=J.getNextSibling(),G=J.getPreviousSibling();if(R5(X)&&R5(G)){let W=G.getFirstChild();if(X1(W)){W.append(J);let H=X.getFirstChild();if(X1(H)){let q=H.getChildren();s3(W,q),X.remove(),Z.add(X.getKey())}}}else if(R5(X)){let W=X.getFirstChild();if(X1(W)){let H=W.getFirstChild();if(H!==null)H.insertBefore(J)}}else if(R5(G)){let W=G.getFirstChild();if(X1(W))W.append(J)}else if(X1(Q)){let W=U2().setTextFormat(J.getTextFormat()).setTextStyle(J.getTextStyle()),H=J2(Q.getListType()).setTextFormat(Q.getTextFormat()).setTextStyle(Q.getTextStyle());if(W.append(H),H.append(J),G)G.insertAfter(W);else if(X)X.insertBefore(W);else Q.append(W)}}function LP1(J){if(R5(J))return;let Z=J.getParent(),Q=Z?Z.getParent():void 0,X=Q?Q.getParent():void 0;if(X1(X)&&z1(Q)&&X1(Z)){let G=Z?Z.getFirstChild():void 0,W=Z?Z.getLastChild():void 0;if(J.is(G)){if(Q.insertBefore(J),Z.isEmpty())Q.remove()}else if(J.is(W)){if(Q.insertAfter(J),Z.isEmpty())Q.remove()}else{let H=Z.getListType(),q=U2(),z=J2(H);q.append(z),J.getPreviousSiblings().forEach((F)=>z.append(F));let K=U2(),B=J2(H);K.append(B),s3(B,J.getNextSiblings()),Q.insertBefore(q),Q.insertAfter(K),Q.replace(J)}}}function mP1(J=!1){let Z=f();if(!v(Z)||!Z.isCollapsed())return!1;let Q=Z.anchor.getNode(),X=null;if(z1(Q)&&Q.getChildrenSize()===0)X=Q;else if(j(Q)){let K=Q.getParent();if(z1(K)&&K.getChildren().every((B)=>j(B)&&B.getTextContent().trim()===""))X=K}if(X===null)return!1;let G=Sf(X),W=X.getParent();if(!X1(W))t9("A ListItemNode must have a ListNode for a parent.");let H=W.getParent(),q;if(y0(H))q=y1(),G.insertAfter(q);else if(z1(H))q=U2(),H.insertAfter(q);else return!1;q.setTextStyle(Z.style).setTextFormat(Z.format).select();let z=X.getNextSiblings();if(z.length>0){let K=J?IP1(W,X):1,B=J2(W.getListType(),K);if(z1(q)){let F=U2();F.append(B),q.insertAfter(F)}else q.insertAfter(B);B.append(...z)}return fP1(X),!0}function _P1(J,Z,Q){let X=Xf(Z.__textStyle);for(let G in X)J.style.setProperty(`--listitem-marker-${G}`,X[G]);if(Q){for(let G in Xf(Q.__textStyle))if(!(G in X))J.style.removeProperty(`--listitem-marker-${G}`)}}class M5 extends i1{__value;__checked;$config(){return this.config("listitem",{$transform:(J)=>{if(J.__checked==null)return;let Z=J.getParent();if(X1(Z)){if(Z.getListType()!=="check"&&J.getChecked()!=null)J.setChecked(void 0)}},extends:i1,importDOM:hh({li:()=>({conversion:lP1,priority:0})})})}constructor(J=1,Z=void 0,Q){super(Q);this.__value=J===void 0?1:J,this.__checked=Z}afterCloneFrom(J){super.afterCloneFrom(J),this.__value=J.__value,this.__checked=J.__checked}createDOM(J){let Z=document.createElement("li");return this.updateListItemDOM(null,Z,J),Z}updateListItemDOM(J,Z,Q){pP1(Z,this,J),Z.value=this.__value,uP1(Z,Q.theme,this);let X=J?J.__style:"",G=this.__style;if(X!==G)if(G==="")Z.removeAttribute("style");else Z.style.cssText=G;_P1(Z,this,J)}updateDOM(J,Z,Q){let X=Z;return this.updateListItemDOM(J,X,Q),!1}updateFromJSON(J){return super.updateFromJSON(J).setValue(J.value).setChecked(J.checked)}exportDOM(J){let Z=this.createDOM(J._config),Q=this.getFormatType();if(Q)Z.style.textAlign=Q;let X=this.getDirection();if(X)Z.dir=X;return{element:Z}}exportJSON(){return{...super.exportJSON(),checked:this.getChecked(),value:this.getValue()}}append(...J){for(let Z=0;Z<J.length;Z++){let Q=J[Z];if(M(Q)&&this.canMergeWith(Q)){let X=Q.getChildren();this.append(...X),Q.remove()}else super.append(Q)}return this}replace(J,Z){if(z1(J))return super.replace(J);this.setIndent(0);let Q=this.getParentOrThrow();if(!X1(Q))return J;if(Q.__first===this.getKey())Q.insertBefore(J);else if(Q.__last===this.getKey())Q.insertAfter(J);else{let X=J2(Q.getListType()),G=this.getNextSibling();while(G){let W=G;G=G.getNextSibling(),X.append(W)}Q.insertAfter(J),J.insertAfter(X)}if(Z){if(!M(J))t9("includeChildren should only be true for ElementNodes");this.getChildren().forEach((X)=>{J.append(X)})}if(this.remove(),Q.getChildrenSize()===0)Q.remove();return J}insertAfter(J,Z=!0){let Q=this.getParentOrThrow();if(!X1(Q))t9("insertAfter: list node is not parent of list item node");if(z1(J))return super.insertAfter(J,Z);let X=this.getNextSiblings();if(Q.insertAfter(J,Z),X.length!==0){let G=J2(Q.getListType());X.forEach((W)=>G.append(W)),J.insertAfter(G,Z)}return J}remove(J){let Z=this.getPreviousSibling(),Q=this.getNextSibling();if(super.remove(J),Z&&Q&&R5(Z)&&R5(Q))Rf(Z.getFirstChild(),Q.getFirstChild()),Q.remove()}insertNewAfter(J,Z=!0){let Q=U2().updateFromJSON(this.exportJSON()).setChecked(this.getChecked()?!1:void 0);return this.insertAfter(Q,Z),Q}collapseAtStart(J){let Z=y1();this.getChildren().forEach((H)=>Z.append(H));let X=this.getParentOrThrow(),G=X.getParentOrThrow(),W=z1(G);if(X.getChildrenSize()===1)if(W)X.remove(),G.select();else{X.insertBefore(Z),X.remove();let{anchor:H,focus:q}=J,z=Z.getKey();if(H.type==="element"&&H.getNode().is(this))H.set(z,H.offset,"element");if(q.type==="element"&&q.getNode().is(this))q.set(z,q.offset,"element")}else X.insertBefore(Z),this.remove();return!0}getValue(){return this.getLatest().__value}setValue(J){let Z=this.getWritable();return Z.__value=J,Z}getChecked(){let J=this.getLatest(),Z,Q=this.getParent();if(X1(Q))Z=Q.getListType();return Z==="check"?Boolean(J.__checked):void 0}setChecked(J){let Z=this.getWritable();return Z.__checked=J,Z}toggleChecked(){let J=this.getWritable();return J.setChecked(!J.__checked)}getIndent(){let J=this.getParent();if(J===null||!this.isAttached())return this.getLatest().__indent;let Z=J.getParentOrThrow(),Q=0;while(z1(Z))Z=Z.getParentOrThrow().getParentOrThrow(),Q++;return Q}setIndent(J){if(typeof J!=="number")t9("Invalid indent value.");if(J=Math.floor(J),!(J>=0))t9("Indent value must be non-negative.");let Z=this.getIndent();while(Z!==J)if(Z<J)NP1(this),Z++;else LP1(this),Z--;return this}canInsertAfter(J){return z1(J)}canReplaceWith(J){return z1(J)}canMergeWith(J){return z1(J)||JR(J)}extractWithChild(J,Z){if(!v(Z))return!1;let Q=Z.anchor.getNode(),X=Z.focus.getNode();return this.isParentOf(Q)&&this.isParentOf(X)&&this.getTextContent().length===Z.getTextContent().length}isParentRequired(){return!0}createParentElementNode(){return J2("bullet")}canMergeWhenEmpty(){return!0}}function uP1(J,Z,Q){let X=[],G=[],W=Z.list,H=W?W.listitem:void 0,q;if(W&&W.nested)q=W.nested.listitem;if(H!==void 0)X.push(...c4(H));if(W){let z=Q.getParent(),K=X1(z)&&z.getListType()==="check",B=Q.getChecked();if(!K||B)G.push(W.listitemUnchecked);if(!K||!B)G.push(W.listitemChecked);if(K)X.push(B?W.listitemChecked:W.listitemUnchecked)}if(q!==void 0){let z=c4(q);if(Q.getChildren().some((K)=>X1(K)))X.push(...z);else G.push(...z)}if(G.length>0)S5(J,...G);if(X.length>0)r1(J,...X)}function pP1(J,Z,Q){let X=Z.getParent();if(!(X1(X)&&X.getListType()==="check"&&!X1(Z.getFirstChild())))J.removeAttribute("role"),J.removeAttribute("tabIndex"),J.removeAttribute("aria-checked");else if(J.setAttribute("role","checkbox"),J.setAttribute("tabIndex","-1"),!Q||Z.__checked!==Q.__checked)J.setAttribute("aria-checked",Z.getChecked()?"true":"false")}function lP1(J){if(J.classList.contains("task-list-item")){for(let W of J.children)if(W.tagName==="INPUT")return rL(W)}if(J.classList.contains("joplin-checkbox")){for(let W of J.children)if(W.classList.contains("checkbox-wrapper")&&W.children.length>0&&W.children[0].tagName==="INPUT")return rL(W.children[0])}let X=J.getAttribute("aria-checked");return{node:U2(X==="true"?!0:X==="false"?!1:void 0)}}function rL(J){if(J.getAttribute("type")!=="checkbox")return{node:null};let Q=J.hasAttribute("checked");return{node:U2(Q)}}function U2(J){return V0(new M5(void 0,J))}function z1(J){return J instanceof M5}class n4 extends i1{__tag;__start;__listType;$config(){return this.config("list",{$transform:(J)=>{gP1(J),oL(J)},extends:i1,importDOM:hh({ol:()=>({conversion:cL,priority:0}),ul:()=>({conversion:cL,priority:0})})})}constructor(J="number",Z=1,Q){super(Q);let X=rP1[J]||J;this.__listType=X,this.__tag=X==="number"?"ol":"ul",this.__start=Z}afterCloneFrom(J){super.afterCloneFrom(J),this.__listType=J.__listType,this.__tag=J.__tag,this.__start=J.__start}getTag(){return this.getLatest().__tag}setListType(J){let Z=this.getWritable();return Z.__listType=J,Z.__tag=J==="number"?"ol":"ul",Z}getListType(){return this.getLatest().__listType}getStart(){return this.getLatest().__start}setStart(J){let Z=this.getWritable();return Z.__start=J,Z}createDOM(J,Z){let Q=this.__tag,X=document.createElement(Q);if(this.__start!==1)X.setAttribute("start",String(this.__start));return X.__lexicalListType=this.__listType,aL(X,J.theme,this),X}updateDOM(J,Z,Q){if(J.__tag!==this.__tag||J.__listType!==this.__listType)return!0;if(aL(Z,Q.theme,this),J.__start!==this.__start)Z.setAttribute("start",String(this.__start));return!1}updateFromJSON(J){return super.updateFromJSON(J).setListType(J.listType).setStart(J.start)}exportDOM(J){let Z=this.createDOM(J._config,J);if(C1(Z)){if(this.__start!==1)Z.setAttribute("start",String(this.__start));if(this.__listType==="check")Z.setAttribute("__lexicalListType","check")}return{element:Z}}exportJSON(){return{...super.exportJSON(),listType:this.getListType(),start:this.getStart(),tag:this.getTag()}}canBeEmpty(){return!1}canIndent(){return!1}splice(J,Z,Q){let X=Q;for(let G=0;G<Q.length;G++){let W=Q[G];if(!z1(W)){if(X===Q)X=[...Q];X[G]=U2().append(M(W)&&!(X1(W)||W.isInline())?I1(W.getTextContent()):W)}}return super.splice(J,Z,X)}extractWithChild(J){return z1(J)}}function aL(J,Z,Q){let X=[],G=[],W=Z.list;if(W!==void 0){let H=W[`${Q.__tag}Depth`]||[],q=Uf(Q)-1,z=q%H.length,K=H[z],B=W[Q.__tag],F,$=W.nested,P=W.checklist;if($!==void 0&&$.list)F=$.list;if(B!==void 0)X.push(B);if(P!==void 0&&Q.__listType==="check")X.push(P);if(K!==void 0){X.push(...c4(K));for(let O=0;O<H.length;O++)if(O!==z)G.push(Q.__tag+O)}if(F!==void 0){let O=c4(F);if(q>1)X.push(...O);else G.push(...O)}}if(G.length>0)S5(J,...G);if(X.length>0)r1(J,...X)}function dP1(J){let Z=[];for(let Q=0;Q<J.length;Q++){let X=J[Q];if(z1(X)){Z.push(X);let G=X.getChildren();if(G.length>1)G.forEach((W)=>{if(X1(W))Z.push(dL(W))})}else Z.push(dL(X))}return Z}function sP1(J){if(J.getAttribute("__lexicallisttype")==="check"||J.classList.contains("contains-task-list")||J.getAttribute("data-is-checklist")==="1")return!0;for(let Z of J.childNodes)if(C1(Z)&&Z.hasAttribute("aria-checked"))return!0;return!1}function cL(J){let Z=J.nodeName.toLowerCase(),Q=null;if(Z==="ol"){let X=J.start;Q=J2("number",X)}else if(Z==="ul")if(sP1(J))Q=J2("check");else Q=J2("bullet");return{after:dP1,node:Q}}var rP1={ol:"number",ul:"bullet"};function J2(J="number",Z=1){return V0(new n4(J,Z))}function X1(J){return J instanceof n4}var aP1=l("INSERT_CHECK_LIST_COMMAND");function cP1(J,Z){let Q=Z&&Z.disableTakeFocusOnClick||!1,X=(W)=>{tP1(W,Q)},G=(W)=>{nP1(W,Q)};return b1(J.registerCommand(aP1,()=>{return Df("check"),!0},m1),J.registerCommand(u9,(W)=>{return tL(W,J,!1)},m1),J.registerCommand(_9,(W)=>{return tL(W,J,!0)},m1),J.registerCommand(h3,()=>{if(Ef()!=null){let H=J.getRootElement();if(H!=null)H.focus();return!0}return!1},m1),J.registerCommand(sE,(W)=>{let H=Ef();if(H!=null&&J.isEditable())return J.update(()=>{let q=i0(H);if(z1(q))W.preventDefault(),q.toggleChecked()}),!0;return!1},m1),J.registerCommand(dE,(W)=>{return J.getEditorState().read(()=>{let H=f();if(v(H)&&H.isCollapsed()){let{anchor:q}=H,z=q.type==="element";if(z||q.offset===0){let K=q.getNode(),B=j1(K,(F)=>M(F)&&!F.isInline());if(z1(B)){let F=B.getParent();if(X1(F)&&F.getListType()==="check"&&(z||B.getFirstDescendant()===K)){let $=J.getElementByKey(B.__key);if($!=null&&document.activeElement!==$)return $.focus(),W.preventDefault(),!0}}}}return!1})},m1),J.registerRootListener((W,H)=>{if(W!==null)W.addEventListener("click",X),W.addEventListener("pointerdown",G,{capture:!0}),W.addEventListener("mousedown",G,{capture:!0}),W.addEventListener("touchstart",G,{capture:!0,passive:!1});if(H!==null)H.removeEventListener("click",X),H.removeEventListener("pointerdown",G,{capture:!0}),H.removeEventListener("mousedown",G,{capture:!0}),H.removeEventListener("touchstart",G,{capture:!0})}))}function eL(J,Z){let Q=J.target;if(!C1(Q))return;let X=Q.firstChild;if(C1(X)&&(X.tagName==="UL"||X.tagName==="OL"))return;let G=Q.parentNode;if(!G||G.__lexicalListType!=="check")return;let W=null,H=null;if("clientX"in J)W=J.clientX;else if("touches"in J){let O=J.touches;if(O.length>0)W=O[0].clientX,H="touch"}if(W==null)return;let q=Q.getBoundingClientRect(),z=qL(Q),K=W/z,B=window.getComputedStyle?window.getComputedStyle(Q,"::before"):{width:"0px"},F=parseFloat(B.width),P=H==="touch"||J.pointerType==="touch"?32:0;if(Q.dir==="rtl"?K<q.right+P&&K>q.right-F-P:K>q.left-P&&K<q.left+F+P)Z()}function tP1(J,Z){eL(J,()=>{if(C1(J.target)){let Q=J.target,X=rD(Q);if(X!=null&&X.isEditable())X.update(()=>{let G=i0(Q);if(z1(G)){if(Z)aD(yM),aD(fh);else Q.focus();G.toggleChecked()}})}})}function nP1(J,Z){eL(J,()=>{if(J.preventDefault(),Z)J.stopPropagation()})}function Ef(){let J=document.activeElement;return C1(J)&&J.tagName==="LI"&&J.parentNode!=null&&J.parentNode.__lexicalListType==="check"?J:null}function iP1(J,Z){let Q=Z?J.getPreviousSibling():J.getNextSibling(),X=J;while(Q==null&&z1(X))if(X=X.getParentOrThrow().getParent(),X!=null)Q=Z?X.getPreviousSibling():X.getNextSibling();while(z1(Q)){let G=Z?Q.getLastChild():Q.getFirstChild();if(!X1(G))return Q;Q=Z?G.getLastChild():G.getFirstChild()}return null}function tL(J,Z,Q){let X=Ef();if(X!=null)Z.update(()=>{let G=i0(X);if(!z1(G))return;let W=iP1(G,Q);if(W!=null){W.selectStart();let H=Z.getElementByKey(W.__key);if(H!=null)J.preventDefault(),setTimeout(()=>{H.focus()},0)}});return!1}var oP1=l("UPDATE_LIST_START_COMMAND"),FR=l("INSERT_UNORDERED_LIST_COMMAND"),PR=l("INSERT_ORDERED_LIST_COMMAND"),eP1=l("REMOVE_LIST_COMMAND");function zv(J,Z){return b1(J.registerCommand(PR,()=>{return Df("number"),!0},m1),J.registerCommand(oP1,(X)=>{let{listNodeKey:G,newStart:W}=X,H=w1(G);if(!X1(H))return!1;if(H.getListType()==="number")H.setStart(W),oL(H);return!0},m1),J.registerCommand(FR,()=>{return Df("bullet"),!0},m1),J.registerCommand(eP1,()=>{return jP1(),!0},m1),J.registerCommand(S3,()=>{let X=Z&&Z.restoreNumbering;return mP1(!!X)},m1),J.registerNodeTransform(M5,(X)=>{let G=X.getFirstChild();if(G){if(j(G)){let W=G.getStyle(),H=G.getFormat();if(X.getTextStyle()!==W)X.setTextStyle(W);if(X.getTextFormat()!==H)X.setTextFormat(H)}}else{let W=f();if(v(W)&&(W.style!==X.getTextStyle()||W.format!==X.getTextFormat())&&W.isCollapsed()&&X.is(W.anchor.getNode()))X.setTextStyle(W.style).setTextFormat(W.format)}}),J.registerNodeTransform(w0,(X)=>{let G=X.getParent();if(z1(G)&&X.is(G.getFirstChild())){let W=X.getStyle(),H=X.getFormat();if(W!==G.getTextStyle()||H!==G.getTextFormat())G.setTextStyle(W).setTextFormat(H)}}))}function Mf(J){let Z=(X)=>{let G=X.getParent();if(X1(X.getFirstChild())||!X1(G))return;let W=j1(X,(H)=>z1(H)&&X1(H.getParent())&&z1(H.getPreviousSibling()));if(W===null&&X.getIndent()>0)X.setIndent(0);else if(z1(W)){let H=W.getPreviousSibling();if(z1(H)){let z=JA1(H).getParent();if(X1(z)){let K=Uf(z),B=Uf(G);if(K+1<B)X.setIndent(K)}}}},Q=(X)=>{let G=[X];while(G.length>0){let W=G.shift();if(!X1(W))continue;for(let H of W.getChildren())if(z1(H)){Z(H);let q=H.getFirstChild();if(X1(q))G.push(q)}}};return J.registerNodeTransform(n4,Q)}function JA1(J){let Z=J,Q=Z.getFirstChild();while(X1(Q)){let X=Q.getLastChild();if(z1(X))Z=X,Q=Z.getFirstChild();else break}return Z}var ZA1=D1({build(J,Z,Q){return p0(Z)},config:u0({hasStrictIndent:!1,shouldPreserveNumbering:!1}),name:"@lexical/list/List",nodes:()=>[n4,M5],register(J,Z,Q){let X=Q.getOutput();return b1(q0(()=>{return zv(J,{restoreNumbering:X.shouldPreserveNumbering.value})}),q0(()=>X.hasStrictIndent.value?Mf(J):void 0))}}),vb2=D1({config:u0({disableTakeFocusOnClick:!1}),dependencies:[ZA1],name:"@lexical/list/CheckList",register:cP1});var Zm=[];class JE extends i1{__ids;static getType(){return"mark"}static clone(J){return new JE(J.__ids,J.__key)}static importDOM(){return null}static importJSON(J){return Jm().updateFromJSON(J)}updateFromJSON(J){return super.updateFromJSON(J).setIDs(J.ids)}exportJSON(){return{...super.exportJSON(),ids:this.getIDs()}}constructor(J=Zm,Z){super(Z);this.__ids=J}createDOM(J){let Z=document.createElement("mark");if(r1(Z,J.theme.mark),this.__ids.length>1)r1(Z,J.theme.markOverlap);return Z}updateDOM(J,Z,Q){let X=J.__ids,G=this.__ids,W=X.length,H=G.length,q=Q.theme.markOverlap;if(W!==H){if(W===1){if(H===2)r1(Z,q)}else if(H===1)S5(Z,q)}return!1}hasID(J){return this.getIDs().includes(J)}getIDs(){return Array.from(this.getLatest().__ids)}setIDs(J){let Z=this.getWritable();return Z.__ids=J,Z}addID(J){let Z=this.getWritable();return Z.__ids.includes(J)?Z:Z.setIDs([...Z.__ids,J])}deleteID(J){let Z=this.getWritable(),Q=Z.__ids.indexOf(J);if(Q===-1)return Z;let X=Array.from(Z.__ids);return X.splice(Q,1),Z.setIDs(X)}insertNewAfter(J,Z=!0){let Q=Jm(this.__ids);return this.insertAfter(Q,Z),Q}canInsertTextBefore(){return!1}canInsertTextAfter(){return!1}canBeEmpty(){return!1}isInline(){return!0}extractWithChild(J,Z,Q){if(!v(Z)||Q==="html")return!1;let{anchor:X,focus:G}=Z,W=X.getNode(),H=G.getNode(),z=Z.isBackward()?X.offset-G.offset:G.offset-X.offset;return this.isParentOf(W)&&this.isParentOf(H)&&this.getTextContent().length===z}excludeFromCopy(J){return J!=="clone"}}function Jm(J=Zm){return V0(new JE(J))}var Ib2=D1({name:"@lexical/mark",nodes:()=>[JE]});import{createContext as YA1,useContext as QA1}from"react";function XA1(J){throw Error(J)}var vf=YA1(null);function Ym(J,Z){let Q=null;if(J!=null)Q=J[1];function X(){if(Z!=null)return Z;return Q!=null?Q.getTheme():null}return{getTheme:X}}function A1(){let J=QA1(vf);if(J==null)XA1("LexicalComposerContext.useLexicalComposerContext: cannot find a LexicalComposerContext");return J}import{useLayoutEffect as GA1,useEffect as WA1,useMemo as HA1}from"react";import{jsx as qA1}from"react/jsx-runtime";var Qm=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",zA1=Qm?GA1:WA1,Kv={tag:p2};function Xm({initialConfig:J,children:Z}){let Q=HA1(()=>{let{theme:X,namespace:G,nodes:W,onError:H,editorState:q,html:z}=J,K=Ym(null,X),B=uM({editable:J.editable,html:z,namespace:G,nodes:W,onError:(F)=>H(F,B),theme:X});return KA1(B,q),[B,K]},[]);return zA1(()=>{let X=J.editable,[G]=Q;G.setEditable(X!==void 0?X:!0)},[]),qA1(vf.Provider,{value:Q,children:Z})}function KA1(J,Z){if(Z===null)return;else if(Z===void 0)J.update(()=>{let Q=V1();if(Q.isEmpty()){let X=y1();Q.append(X);let G=Qm?document.activeElement:null;if(f()!==null||G!==null&&G===J.getRootElement())X.select()}},Kv);else if(Z!==null)switch(typeof Z){case"string":{let Q=J.parseEditorState(Z);J.setEditorState(Q,Kv);break}case"object":{J.setEditorState(Z,Kv);break}case"function":{J.update(()=>{if(V1().isEmpty())Z(J)},Kv);break}}}import{useLayoutEffect as Wm,useEffect as PA1,forwardRef as Hm,useState as xf,useCallback as AA1,useMemo as OA1}from"react";import{jsx as $v,jsxs as TA1,Fragment as wA1}from"react/jsx-runtime";function BA1(){return V1().getTextContent()}function $A1(J,Z=!0){if(J)return!1;let Q=BA1();if(Z)Q=Q.trim();return Q===""}function FA1(J){if(!$A1(J,!1))return!1;let Q=V1().getChildren(),X=Q.length;if(X>1)return!1;for(let G=0;G<X;G++){let W=Q[G];if(B1(W))return!1;if(M(W)){if(!JR(W))return!1;if(W.__indent!==0)return!1;let H=W.getChildren(),q=H.length;for(let z=0;z<q;z++){let K=H[G];if(!j(K))return!1}}}return!0}function Bv(J){return()=>FA1(J)}var yA1=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",qm=yA1?Wm:PA1;function VA1(...J){return(Z)=>{for(let Q of J)if(typeof Q==="function")Q(Z);else if(Q!=null)Q.current=Z}}function CA1({editor:J,ariaActiveDescendant:Z,ariaAutoComplete:Q,ariaControls:X,ariaDescribedBy:G,ariaErrorMessage:W,ariaExpanded:H,ariaInvalid:q,ariaLabel:z,ariaLabelledBy:K,ariaMultiline:B,ariaOwns:F,ariaRequired:$,autoCapitalize:P,className:O,id:A,role:T="textbox",spellCheck:w=!0,style:y,tabIndex:V,"data-testid":b,...D},C){let[R,k]=xf(J.isEditable()),S=AA1((N)=>{if(N&&N.ownerDocument&&N.ownerDocument.defaultView)J.setRootElement(N);else J.setRootElement(null)},[J]),x=OA1(()=>VA1(C,S),[S,C]);return qm(()=>{return k(J.isEditable()),J.registerEditableListener((N)=>{k(N)})},[J]),$v("div",{"aria-activedescendant":R?Z:void 0,"aria-autocomplete":R?Q:"none","aria-controls":R?X:void 0,"aria-describedby":G,...W!=null?{"aria-errormessage":W}:{},"aria-expanded":R&&T==="combobox"?!!H:void 0,...q!=null?{"aria-invalid":q}:{},"aria-label":z,"aria-labelledby":K,"aria-multiline":B,"aria-owns":R?F:void 0,"aria-readonly":R?void 0:!0,"aria-required":$,autoCapitalize:P,className:O,contentEditable:R,"data-testid":b,id:A,ref:x,role:T,spellCheck:w,style:y,tabIndex:V,...D})}var bA1=Hm(CA1);function Gm(J){return J.getEditorState().read(Bv(J.isComposing()))}function kA1(J){let[Z,Q]=xf(()=>Gm(J));return qm(()=>{function X(){let G=Gm(J);Q(G)}return X(),b1(J.registerUpdateListener(()=>{X()}),J.registerEditableListener(()=>{X()}))},[J]),Z}var zm=Hm(UA1);function UA1(J,Z){let{placeholder:Q,...X}=J,[G]=A1();return TA1(wA1,{children:[$v(bA1,{editor:G,...X,ref:Z}),Q!=null&&$v(SA1,{editor:G,content:Q})]})}function SA1({content:J,editor:Z}){let Q=kA1(Z),[X,G]=xf(Z.isEditable());if(Wm(()=>{return G(Z.isEditable()),Z.registerEditableListener((H)=>{G(H)})},[Z]),!Q)return null;let W=null;if(typeof J==="function")W=J(X);else if(J!==null)W=J;if(W===null)return null;return $v("div",{"aria-hidden":!0,children:W})}import{createContext as DA1,Component as EA1,createElement as Km,useContext as ob2,useState as eb2,useMemo as Jk2,forwardRef as Zk2}from"react";var RA1=DA1(null),hf={didCatch:!1,error:null};class ff extends EA1{constructor(J){super(J),this.resetErrorBoundary=this.resetErrorBoundary.bind(this),this.state=hf}static getDerivedStateFromError(J){return{didCatch:!0,error:J}}resetErrorBoundary(...J){let{error:Z}=this.state;Z!==null&&(this.props.onReset?.({args:J,reason:"imperative-api"}),this.setState(hf))}componentDidCatch(J,Z){this.props.onError?.(J,Z)}componentDidUpdate(J,Z){let{didCatch:Q}=this.state,{resetKeys:X}=this.props;Q&&Z.error!==null&&MA1(J.resetKeys,X)&&(this.props.onReset?.({next:X,prev:J.resetKeys,reason:"keys"}),this.setState(hf))}render(){let{children:J,fallbackRender:Z,FallbackComponent:Q,fallback:X}=this.props,{didCatch:G,error:W}=this.state,H=J;if(G){let q={error:W,resetErrorBoundary:this.resetErrorBoundary};if(typeof Z=="function")H=Z(q);else if(Q)H=Km(Q,q);else if(X!==void 0)H=X;else throw W}return Km(RA1.Provider,{value:{didCatch:G,error:W,resetErrorBoundary:this.resetErrorBoundary}},H)}}function MA1(J=[],Z=[]){return J.length!==Z.length||J.some((Q,X)=>!Object.is(Q,Z[X]))}import{jsx as Bm}from"react/jsx-runtime";function $m({children:J,onError:Z}){return Bm(ff,{fallback:Bm("div",{style:{border:"1px solid #f00",color:"#f00",padding:"8px"},children:"An error was thrown."}),onError:Z,children:J})}var Fv=0,If=1,Pv=2,S2=0,Am=1,Fm=2,vA1=3,xA1=4;function hA1(J,Z,Q){let X=J._nodeMap,G=[];for(let W of Z){let H=X.get(W);if(H!==void 0)G.push(H)}for(let[W,H]of Q){if(!H)continue;let q=X.get(W);if(q!==void 0&&!l1(q))G.push(q)}return G}function fA1(J,Z,Q,X,G){if(J===null||Q.size===0&&X.size===0&&!G)return S2;let W=Z._selection,H=J._selection;if(G)return Am;if(!v(W)||!v(H)||!H.isCollapsed()||!W.isCollapsed())return S2;let q=hA1(Z,Q,X);if(q.length===0)return S2;if(q.length>1){let w=Z._nodeMap,y=w.get(W.anchor.key),V=w.get(H.anchor.key);if(y&&V&&!J._nodeMap.has(y.__key)&&j(y)&&y.__text.length===1&&W.anchor.offset===1)return Fm;return S2}let z=q[0],K=J._nodeMap.get(z.__key);if(!j(K)||!j(z)||K.__mode!==z.__mode)return S2;let B=K.__text,F=z.__text;if(B===F)return S2;let $=W.anchor,P=H.anchor;if($.key!==P.key||$.type!=="text")return S2;let O=$.offset,A=P.offset,T=F.length-B.length;if(T===1&&A===O-1)return Fm;if(T===-1&&A===O+1)return vA1;if(T===-1&&A===O)return xA1;return S2}function IA1(J,Z,Q){let X=Z._nodeMap.get(J),G=Q._nodeMap.get(J),W=Z._selection,H=Q._selection;if(!(v(W)&&v(H)&&W.anchor.type==="element"&&W.focus.type==="element"&&H.anchor.type==="text"&&H.focus.type==="text")&&j(X)&&j(G)&&X.__parent===G.__parent)return JSON.stringify(Z.read(()=>X.exportJSON()))===JSON.stringify(Q.read(()=>G.exportJSON()));return!1}function jA1(J,Z){let Q=Date.now(),X=S2,G=Date.now(),W=S2,H=null;return(q,z,K,B,F,$)=>{let P=Date.now();if($.has(Ih))G=Q,W=X,H=q;if($.has(LM))return X=S2,Q=P,Pv;if($.has(jh)&&H)Q=G,X=W,q=H;let A=fA1(q,z,B,F,J.isComposing()),T=(()=>{let w=K===null||K.editor===J,y=$.has(XN);if(!y&&w&&$.has(p2))return Fv;if(A===Am)return Pv;if(q===null)return If;let b=z._selection;if(!(B.size>0||F.size>0)){if(b!==null)return Fv;return Pv}let C=typeof Z==="number"?Z:Z.peek();if(y===!1&&A!==S2&&A===X&&P<Q+C&&w)return Fv;if(B.size===1){let R=Array.from(B)[0];if(IA1(R,q,z))return Fv}return If})();return Q=P,X=A,T}}function gA1(J,Z){let{redoStack:Q,undoStack:X}=Z;if(Q.length!==0){let G=Z.current;if(G!==null)X.push(G),J.dispatchCommand(cE,!0);let W=Q.pop();if(Q.length===0)J.dispatchCommand(aE,!1);if(Z.current=W||null,W)W.editor.setEditorState(W.editorState,{tag:LM})}}function NA1(J,Z){let{redoStack:Q,undoStack:X}=Z;if(X.length!==0){let W=Z.current,H=X.pop();if(W!==null)Q.push(W),J.dispatchCommand(aE,!0);if(X.length===0)J.dispatchCommand(cE,!1);if(Z.current=H||null,H)H.editor.setEditorState(H.editorState,{tag:LM})}}function Pm(J){J.undoStack=[],J.redoStack=[],J.current=null}function gf(J,Z,Q){let X=jA1(J,Q),G=({editorState:H,prevEditorState:q,dirtyLeaves:z,dirtyElements:K,tags:B})=>{let{current:F,redoStack:$,undoStack:P}=Z,O=F===null?null:F.editorState;if(F!==null&&H===O)return;let A=X(q,H,F,z,K,B);if(A===If){if($.length!==0)Z.redoStack=[],J.dispatchCommand(aE,!1);if(F!==null)P.push({...F}),J.dispatchCommand(cE,!0)}else if(A===Pv)return;Z.current={editor:J,editorState:H}};return b1(J.registerCommand(IM,()=>{return NA1(J,Z),!0},o),J.registerCommand(jM,()=>{return gA1(J,Z),!0},o),J.registerCommand(NM,()=>{return Pm(Z),!1},o),J.registerCommand(cg,()=>{return Pm(Z),J.dispatchCommand(aE,!1),J.dispatchCommand(cE,!1),!0},o),J.registerUpdateListener(G))}function Nf(){return{current:null,redoStack:[],undoStack:[]}}var jf=D1({build:(J,{delay:Z,createInitialHistoryState:Q,disabled:X})=>p0({delay:Z,disabled:X,historyState:Q(J)}),config:u0({createInitialHistoryState:Nf,delay:300,disabled:typeof window>"u"}),name:"@lexical/history/History",register:(J,Z,Q)=>{let X=Q.getOutput();return q0(()=>X.disabled.value?void 0:gf(J,X.historyState.value,X.delay))}});function LA1(J){return J?xL(J,jf.name):null}var zk2=D1({dependencies:[nN(jf,{createInitialHistoryState:()=>{throw Error("SharedHistory did not inherit parent history")},disabled:!0})],name:"@lexical/history/SharedHistory",register(J,Z,Q){let{output:X}=Q.getDependency(jf),G=LA1(J._parentEditor);if(!G)return()=>{};let W=G.output;return q0(()=>Of(()=>{X.delay.value=W.delay.value,X.historyState.value=W.historyState.value,X.disabled.value=W.disabled.value}))}});import{useMemo as mA1,useEffect as _A1}from"react";function uA1(J,Z,Q=1000){let X=mA1(()=>Z||Nf(),[Z]);_A1(()=>{return gf(J,X,Q)},[Q,J,X])}function Om({delay:J,externalHistoryState:Z}){let[Q]=A1();return uA1(Q,Z,J),null}import{useEffect as Tm}from"react";function wm({validateUrl:J,attributes:Z}){let[Q]=A1();return Tm(()=>{if(!Q.hasNodes([c2]))throw Error("LinkPlugin: LinkNode not registered on editor")}),Tm(()=>{return Cf(Q,p0({attributes:Z,validateUrl:J}))},[Q,J,Z]),null}import{useEffect as Lf}from"react";function pA1(J){Lf(()=>{return zv(J)},[J])}function ym({hasStrictIndent:J=!1,shouldPreserveNumbering:Z=!1}){let[Q]=A1();return Lf(()=>{if(!Q.hasNodes([n4,M5]))throw Error("ListPlugin: ListNode and/or ListItemNode not registered on editor")},[Q]),Lf(()=>{return b1(zv(Q,{restoreNumbering:Z}),J?Mf(Q):()=>{})},[Q,J,Z]),pA1(Q),null}import{useLayoutEffect as lA1,useEffect as dA1}from"react";var sA1=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",rA1=sA1?lA1:dA1;function Vm({ignoreHistoryMergeTagChange:J=!0,ignoreSelectionChange:Z=!1,onChange:Q}){let[X]=A1();return rA1(()=>{if(Q)return X.registerUpdateListener(({editorState:G,dirtyElements:W,dirtyLeaves:H,prevEditorState:q,tags:z})=>{if(Z&&W.size===0&&H.size===0||J&&z.has(p2)||q.isEmpty())return;Q(G,X,z)})},[X,J,Z,Q]),null}import{useLayoutEffect as aA1,useEffect as cA1,useMemo as tA1,useState as nA1,useRef as iA1}from"react";var oA1=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",eA1=oA1?aA1:cA1;function JO1(J){let[Z]=A1(),Q=tA1(()=>J(Z),[Z,J]),[X,G]=nA1(()=>Q.initialValueFn()),W=iA1(X);return eA1(()=>{let{initialValueFn:H,subscribe:q}=Q,z=H();if(W.current!==z)W.current=z,G(z);return q((K)=>{W.current=K,G(K)})},[Q,J]),X}function ZO1(J){return{initialValueFn:()=>J.isEditable(),subscribe:(Z)=>{return J.registerEditableListener(Z)}}}function Cm(){return JO1(ZO1)}var bm=D1({name:"@lexical/react/ReactProvider"});import{useLayoutEffect as DO1,useEffect as um,useState as pm,useMemo as EO1,Suspense as RO1}from"react";import{flushSync as MO1,createPortal as vO1}from"react-dom";import{jsx as AR,jsxs as xO1,Fragment as hO1}from"react/jsx-runtime";function mf(J){let Z=window.location.origin,Q=(X)=>{if(X.origin!==Z)return;let G=J.getRootElement();if(document.activeElement!==G)return;let W=X.data;if(typeof W==="string"){let H;try{H=JSON.parse(W)}catch(q){return}if(H&&H.protocol==="nuanria_messaging"&&H.type==="request"){let q=H.payload;if(q&&q.functionId==="makeChanges"){let z=q.args;if(z){let[K,B,F,$,P]=z;J.update(()=>{let O=f();if(v(O)){let A=O.anchor,T=A.getNode(),w=0,y=0;if(j(T)){if(K>=0&&B>=0)w=K,y=K+B,O.setTextNodeRange(T,w,T,y)}if(w!==y||F!=="")O.insertRawText(F),T=A.getNode();if(j(T)){w=$,y=$+P;let V=T.getTextContentSize();w=w>V?V:w,y=y>V?V:y,O.setTextNodeRange(T,w,T,y)}X.stopImmediatePropagation()}})}}}}};return window.addEventListener("message",Q,!0),()=>{window.removeEventListener("message",Q,!0)}}var km=D1({build:(J,Z,Q)=>p0(Z),config:u0({disabled:typeof window>"u"}),name:"@lexical/dragon",register:(J,Z,Q)=>q0(()=>Q.getOutput().disabled.value?void 0:mf(J))});function Sm(J,Z){let Q=ph(Z)?Z.body.childNodes:Z.childNodes,X=[],G=[];for(let W of Q)if(!Rm.has(W.nodeName)){let H=Mm(W,J,G,!1);if(H!==null)X=X.concat(H)}return QO1(G),X}function Dm(J,Z){if(typeof document>"u"||typeof window>"u"&&typeof global.window>"u")throw Error("To use $generateHtmlFromNodes in headless mode please initialize a headless browser implementation such as JSDom before calling this function.");let Q=document.createElement("div"),G=V1().getChildren();for(let W=0;W<G.length;W++){let H=G[W];Em(J,H,Q,Z)}return Q.innerHTML}function Em(J,Z,Q,X=null){let G=X!==null?Z.isSelected(X):!0,W=M(Z)&&Z.excludeFromCopy("html"),H=Z;if(X!==null&&j(Z))H=Zv(X,Z,"clone");let q=M(H)?H.getChildren():[],z=ZR(J,H.getType()),K;if(z&&z.exportDOM!==void 0)K=z.exportDOM(J,H);else K=H.exportDOM(J);let{element:B,after:F}=K;if(!B)return!1;let $=document.createDocumentFragment();for(let P=0;P<q.length;P++){let O=q[P],A=Em(J,O,$,X);if(!G&&M(Z)&&A&&Z.extractWithChild(O,X,"html"))G=!0}if(G&&!W){if(C1(B)||cM(B))B.append($);if(Q.append(B),F){let P=F.call(H,B);if(P)if(cM(B))B.replaceChildren(P);else B.replaceWith(P)}}else Q.append($);return G}function YO1(J,Z){let{nodeName:Q}=J,X=Z._htmlConversions.get(Q.toLowerCase()),G=null;if(X!==void 0)for(let W of X){let H=W(J);if(H!==null&&(G===null||(G.priority||0)<=(H.priority||0)))G=H}return G!==null?G.conversion:null}var Rm=new Set(["STYLE","SCRIPT"]);function Mm(J,Z,Q,X,G=new Map,W){let H=[];if(Rm.has(J.nodeName))return H;let q=null,z=YO1(J,Z),K=z?z(J):null,B=null;if(K!==null){B=K.after;let O=K.node;if(q=Array.isArray(O)?O[O.length-1]:O,q!==null){for(let[,A]of G)if(q=A(q,W),!q)break;if(q)H.push(...Array.isArray(O)?O:[q])}if(K.forChild!=null)G.set(J.nodeName,K.forChild)}let F=J.childNodes,$=[],P=q!=null&&y0(q)?!1:q!=null&&lD(q)||X;for(let O=0;O<F.length;O++)$.push(...Mm(F[O],Z,Q,P,new Map(G),q));if(B!=null)$=B($);if(cD(J))if(!P)$=Um(J,$,y1);else $=Um(J,$,()=>{let O=new eE;return Q.push(O),O});if(q==null){if($.length>0)H=H.concat($);else if(cD(J)&&XO1(J))H=H.concat(l2())}else if(M(q))q.append(...$);return H}function Um(J,Z,Q){let X=J.style.textAlign,G=[],W=[];for(let H=0;H<Z.length;H++){let q=Z[H];if(lD(q)){if(X&&!q.getFormat())q.setFormat(X);G.push(q)}else if(W.push(q),H===Z.length-1||H<Z.length-1&&lD(Z[H+1])){let z=Q();z.setFormat(X),z.append(...W),G.push(z),W=[]}}return G}function QO1(J){for(let Z of J)if(Z.getNextSibling()instanceof eE)Z.insertAfter(l2());for(let Z of J){let Q=Z.getChildren();for(let X of Q)Z.insertBefore(X);Z.remove()}}function XO1(J){if(J.nextSibling==null||J.previousSibling==null)return!1;return XR(J.nextSibling)&&XR(J.previousSibling)}function Av(J){throw Error(J)}function GO1(J,Z=f()){if(Z==null)Av("Expected valid LexicalSelection");if(v(Z)&&Z.isCollapsed()||Z.getNodes().length===0)return"";return Dm(J,Z)}function WO1(J,Z=f()){if(Z==null)Av("Expected valid LexicalSelection");if(v(Z)&&Z.isCollapsed()||Z.getNodes().length===0)return null;return JSON.stringify(KO1(J,Z))}function _f(J,Z,Q){let X=J.getData("application/x-lexical-editor");if(X)try{let q=JSON.parse(X);if(q.namespace===Q._config.namespace&&Array.isArray(q.nodes)){let z=BO1(q.nodes);return vm(Q,z,Z)}}catch(q){console.error(q)}let G=J.getData("text/html"),W=J.getData("text/plain");if(G&&W!==G)try{let z=new DOMParser().parseFromString(HO1(G),"text/html"),K=Sm(Q,z);return vm(Q,K,Z)}catch(q){console.error(q)}let H=W||J.getData("text/uri-list");if(H!=null)if(v(Z)){let q=H.split(/(\r?\n|\t)/);if(q[q.length-1]==="")q.pop();for(let z=0;z<q.length;z++){let K=f();if(v(K)){let B=q[z];if(B===`
|
|
22
|
+
`||B===`\r
|
|
23
|
+
`)K.insertParagraph();else if(B==="\t")K.insertNodes([l4()]);else K.insertText(B)}}}else Z.insertRawText(H)}function HO1(J){if(window.trustedTypes&&window.trustedTypes.createPolicy)return window.trustedTypes.createPolicy("lexical",{createHTML:(Q)=>Q}).createHTML(J);return J}function vm(J,Z,Q){if(!J.dispatchCommand(mg,{nodes:Z,selection:Q}))Q.insertNodes(Z),qO1(Q);return}function qO1(J){if(v(J)&&J.isCollapsed()){let Z=J.anchor,Q=null,X=_0(Z,"previous");if(X)if(b2(X))Q=X.origin;else{let G=C5(X,E0(V1(),"next").getFlipped());for(let W of G)if(j(W.origin)){Q=W.origin;break}else if(M(W.origin)&&!W.origin.isInline())break}if(Q&&j(Q)){let G=Q.getFormat(),W=Q.getStyle();if(J.format!==G||J.style!==W)J.format=G,J.style=W,J.dirty=!0}}}function zO1(J){let Z=J.exportJSON(),Q=J.constructor;if(Z.type!==Q.getType())Av(`LexicalNode: Node ${Q.name} does not implement .exportJSON().`);if(M(J)){let X=Z.children;if(!Array.isArray(X))Av(`LexicalNode: Node ${Q.name} is an element but .exportJSON() does not have a children array.`)}return Z}function hm(J,Z,Q,X=[]){let G=Z!==null?Q.isSelected(Z):!0,W=M(Q)&&Q.excludeFromCopy("html"),H=Q;if(Z!==null&&j(H))H=Zv(Z,H,"clone");let q=M(H)?H.getChildren():[],z=zO1(H);if(j(H)&&H.getTextContentSize()===0)G=!1;for(let K=0;K<q.length;K++){let B=q[K],F=hm(J,Z,B,z.children);if(!G&&M(Q)&&F&&Q.extractWithChild(B,Z,"clone"))G=!0}if(G&&!W)X.push(z);else if(Array.isArray(z.children))for(let K=0;K<z.children.length;K++){let B=z.children[K];X.push(B)}return G}function KO1(J,Z){let Q=[],G=V1().getChildren();for(let W=0;W<G.length;W++){let H=G[W];hm(J,Z,H,Q)}return{namespace:J._config.namespace,nodes:Q}}function BO1(J){let Z=[];for(let Q=0;Q<J.length;Q++){let X=J[Q],G=ON(X);if(j(G))JL(G);Z.push(G)}return Z}var $O1=50,ZE=null;async function uf(J,Z,Q){if(ZE!==null)return!1;if(Z!==null)return new Promise((K,B)=>{J.update(()=>{K(xm(J,Z,Q))})});let X=J.getRootElement(),G=J._window||window,W=G.document,H=I0(G);if(X===null||H===null)return!1;let q=W.createElement("span");q.style.cssText="position: fixed; top: -1000px;",q.append(W.createTextNode("#")),X.append(q);let z=new Range;return z.setStart(q,0),z.setEnd(q,1),H.removeAllRanges(),H.addRange(z),new Promise((K,B)=>{let F=J.registerCommand(pD,($)=>{if(a2($,ClipboardEvent)){if(F(),ZE!==null)G.clearTimeout(ZE),ZE=null;K(xm(J,$,Q))}return!0},r9);ZE=G.setTimeout(()=>{F(),ZE=null,K(!1)},$O1),W.execCommand("copy"),q.remove()})}function xm(J,Z,Q){if(Q===void 0){let G=I0(J._window),W=f();if(!W||W.isCollapsed())return!1;if(!G)return!1;let{anchorNode:H,focusNode:q}=G;if(H!==null&&q!==null&&!sD(J,H,q))return!1;Q=FO1(W)}Z.preventDefault();let X=Z.clipboardData;if(X===null)return!1;return PO1(X,Q),!0}var fm=[["text/html",GO1],["application/x-lexical-editor",WO1]];function FO1(J=f()){let Z={"text/plain":J?J.getTextContent():""};if(J){let Q=tD();for(let[X,G]of fm){let W=G(Q,J);if(W!==null)Z[X]=W}}return Z}function PO1(J,Z){for(let[Q]of fm)if(Z[Q]===void 0)J.setData(Q,"");for(let Q in Z){let X=Z[Q];if(X!==void 0)J.setData(Q,X)}}function Im(J,Z){if(typeof document.caretRangeFromPoint<"u"){let Q=document.caretRangeFromPoint(J,Z);if(Q===null)return null;return{node:Q.startContainer,offset:Q.startOffset}}else if(document.caretPositionFromPoint!=="undefined"){let Q=document.caretPositionFromPoint(J,Z);if(Q===null)return null;return{node:Q.offsetNode,offset:Q.offset}}else return null}var r3=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",AO1=r3&&"documentMode"in document?document.documentMode:null,OO1=r3&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),TO1=r3&&"InputEvent"in window&&!AO1?"getTargetRanges"in new window.InputEvent("input"):!1,wO1=r3&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent),jm=r3&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,yO1=r3&&/^(?=.*Chrome).*/i.test(navigator.userAgent),VO1=r3&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&OO1&&!yO1,gm=l("DRAG_DROP_PASTE_FILE");class QE extends i1{static getType(){return"quote"}static clone(J){return new QE(J.__key)}createDOM(J){let Z=document.createElement("blockquote");return r1(Z,J.theme.quote),Z}updateDOM(J,Z){return!1}static importDOM(){return{blockquote:(J)=>({conversion:CO1,priority:0})}}exportDOM(J){let{element:Z}=super.exportDOM(J);if(C1(Z)){if(this.isEmpty())Z.append(document.createElement("br"));let Q=this.getFormatType();if(Q)Z.style.textAlign=Q;let X=this.getDirection();if(X)Z.dir=X}return{element:Z}}static importJSON(J){return XE().updateFromJSON(J)}insertNewAfter(J,Z){let Q=y1(),X=this.getDirection();return Q.setDirection(X),this.insertAfter(Q,Z),Q}collapseAtStart(){let J=y1();return this.getChildren().forEach((Q)=>J.append(Q)),this.replace(J),!0}canMergeWhenEmpty(){return!0}}function XE(){return V0(new QE)}class a3 extends i1{__tag;static getType(){return"heading"}static clone(J){return new a3(J.__tag,J.__key)}constructor(J,Z){super(Z);this.__tag=J}getTag(){return this.__tag}setTag(J){let Z=this.getWritable();return this.__tag=J,Z}createDOM(J){let Z=this.__tag,Q=document.createElement(Z),G=J.theme.heading;if(G!==void 0){let W=G[Z];r1(Q,W)}return Q}updateDOM(J,Z,Q){return J.__tag!==this.__tag}static importDOM(){return{h1:(J)=>({conversion:YE,priority:0}),h2:(J)=>({conversion:YE,priority:0}),h3:(J)=>({conversion:YE,priority:0}),h4:(J)=>({conversion:YE,priority:0}),h5:(J)=>({conversion:YE,priority:0}),h6:(J)=>({conversion:YE,priority:0}),p:(J)=>{let Q=J.firstChild;if(Q!==null&&Nm(Q))return{conversion:()=>({node:null}),priority:3};return null},span:(J)=>{if(Nm(J))return{conversion:(Z)=>{return{node:Z2("h1")}},priority:3};return null}}}exportDOM(J){let{element:Z}=super.exportDOM(J);if(C1(Z)){if(this.isEmpty())Z.append(document.createElement("br"));let Q=this.getFormatType();if(Q)Z.style.textAlign=Q;let X=this.getDirection();if(X)Z.dir=X}return{element:Z}}static importJSON(J){return Z2(J.tag).updateFromJSON(J)}updateFromJSON(J){return super.updateFromJSON(J).setTag(J.tag)}exportJSON(){return{...super.exportJSON(),tag:this.getTag()}}insertNewAfter(J,Z=!0){let Q=J?J.anchor.offset:0,X=this.getLastDescendant(),W=!X||J&&J.anchor.key===X.getKey()&&Q===X.getTextContentSize()||!J?y1():Z2(this.getTag()),H=this.getDirection();if(W.setDirection(H),this.insertAfter(W,Z),Q===0&&!this.isEmpty()&&J){let q=y1();q.select(),this.replace(q,!0)}return W}collapseAtStart(){let J=!this.isEmpty()?Z2(this.getTag()):y1();return this.getChildren().forEach((Q)=>J.append(Q)),this.replace(J),!0}extractWithChild(){return!0}}function Nm(J){if(J.nodeName.toLowerCase()==="span")return J.style.fontSize==="26pt";return!1}function YE(J){let Z=J.nodeName.toLowerCase(),Q=null;if(Z==="h1"||Z==="h2"||Z==="h3"||Z==="h4"||Z==="h5"||Z==="h6"){if(Q=Z2(Z),J.style!==null)tM(J,Q),Q.setFormat(J.style.textAlign)}return{node:Q}}function CO1(J){let Z=XE();if(J.style!==null)Z.setFormat(J.style.textAlign),tM(J,Z);return{node:Z}}function Z2(J="h1"){return V0(new a3(J))}function mm(J){return J instanceof a3}function bO1(J,Z){J.preventDefault(),Z.update(()=>{let Q=f(),X=a2(J,InputEvent)||a2(J,KeyboardEvent)?null:J.clipboardData;if(X!=null&&Q!==null)_f(X,Q,Z)},{tag:GN})}async function kO1(J,Z){await uf(Z,a2(J,ClipboardEvent)?J:null),Z.update(()=>{let Q=f();if(v(Q))Q.removeText();else if(f1(Q))Q.getNodes().forEach((X)=>X.remove())})}function Ov(J){let Z=null;if(a2(J,DragEvent))Z=J.dataTransfer;else if(a2(J,ClipboardEvent))Z=J.clipboardData;if(Z===null)return[!1,[],!1];let Q=Z.types,X=Q.includes("Files"),G=Q.includes("text/html")||Q.includes("text/plain");return[X,Array.from(Z.files),G]}function Lm(J){let Z=i0(J);return B1(Z)}function UO1(J){let Z=J.focus;return Z.key==="root"&&Z.offset===V1().getChildrenSize()}function SO1(J){if(!J.isCollapsed())return!1;let{anchor:Z}=J;if(Z.offset!==0)return!1;let Q=Z.getNode();if(l1(Q))return!1;let X=Yv(Q);return X.getIndent()>0&&(X.is(Q)||Q.is(X.getFirstDescendant()))}function pf(J){for(let Z of["lowercase","uppercase","capitalize"])if(J.hasFormat(Z))J.toggleFormat(Z)}function lf(J){return b1(J.registerCommand(lE,(Q)=>{let X=f();if(f1(X))return X.clear(),!0;return!1},o),J.registerCommand(L9,(Q)=>{let X=f();if(v(X))return X.deleteCharacter(Q),!0;else if(f1(X))return X.deleteNodes(),!0;return!1},o),J.registerCommand(jD,(Q)=>{let X=f();if(!v(X))return!1;return X.deleteWord(Q),!0},o),J.registerCommand(gD,(Q)=>{let X=f();if(!v(X))return!1;return X.deleteLine(Q),!0},o),J.registerCommand(y3,(Q)=>{let X=f();if(typeof Q==="string"){if(X!==null)X.insertText(Q)}else{if(X===null)return!1;let G=Q.dataTransfer;if(G!=null)_f(G,X,J);else if(v(X)){let W=Q.data;if(W)X.insertText(W);return!0}}return!0},o),J.registerCommand(FM,()=>{let Q=f();if(!v(Q))return!1;return Q.removeText(),!0},o),J.registerCommand(Y0,(Q)=>{let X=f();if(!v(X))return!1;return X.formatText(Q),!0},o),J.registerCommand(ag,(Q)=>{let X=f();if(!v(X)&&!f1(X))return!1;let G=X.getNodes();for(let W of G){let H=j1(W,(q)=>M(q)&&!q.isInline());if(H!==null)H.setFormat(Q)}return!0},o),J.registerCommand(w3,(Q)=>{let X=f();if(!v(X))return!1;return X.insertLineBreak(Q),!0},o),J.registerCommand(S3,()=>{let Q=f();if(!v(Q))return!1;return Q.insertParagraph(),!0},o),J.registerCommand(rE,()=>{let Q=l4(),X=f();if(v(X))Q.setFormat(X.format),Q.setStyle(X.style);return d4([Q]),!0},o),J.registerCommand(_D,()=>{return WR((Q)=>{let X=Q.getIndent();Q.setIndent(X+1)})},o),J.registerCommand(uD,()=>{return WR((Q)=>{let X=Q.getIndent();if(X>0)Q.setIndent(Math.max(0,X-1))})},o),J.registerCommand(_9,(Q)=>{let X=f();if(f1(X)){let G=X.getNodes();if(G.length>0)return Q.preventDefault(),G[0].selectPrevious(),!0}else if(v(X)){let G=aM(X.focus,!0);if(!Q.shiftKey&&B1(G)&&!G.isIsolated()&&!G.isInline())return G.selectPrevious(),Q.preventDefault(),!0}return!1},o),J.registerCommand(u9,(Q)=>{let X=f();if(f1(X)){let G=X.getNodes();if(G.length>0)return Q.preventDefault(),G[0].selectNext(0,0),!0}else if(v(X)){if(UO1(X))return Q.preventDefault(),!0;let G=aM(X.focus,!1);if(!Q.shiftKey&&B1(G)&&!G.isIsolated()&&!G.isInline())return G.selectNext(),Q.preventDefault(),!0}return!1},o),J.registerCommand(dE,(Q)=>{let X=f();if(f1(X)){let G=X.getNodes();if(G.length>0){if(Q.preventDefault(),Gf(G[0]))G[0].selectNext(0,0);else G[0].selectPrevious();return!0}}if(!v(X))return!1;if(Wf(X,!0)){let G=Q.shiftKey;return Q.preventDefault(),Hf(X,G,!0),!0}return!1},o),J.registerCommand(Sh,(Q)=>{let X=f();if(f1(X)){let W=X.getNodes();if(W.length>0){if(Q.preventDefault(),Gf(W[0]))W[0].selectPrevious();else W[0].selectNext(0,0);return!0}}if(!v(X))return!1;let G=Q.shiftKey;if(Wf(X,!1))return Q.preventDefault(),Hf(X,G,!1),!0;return!1},o),J.registerCommand(Dh,(Q)=>{if(Lm(Q.target))return!1;let X=f();if(v(X)){if(SO1(X))return Q.preventDefault(),J.dispatchCommand(uD,void 0);if(jm&&navigator.language==="ko-KR")return!1}else if(!f1(X))return!1;return Q.preventDefault(),J.dispatchCommand(L9,!0)},o),J.registerCommand(Eh,(Q)=>{if(Lm(Q.target))return!1;let X=f();if(!(v(X)||f1(X)))return!1;return Q.preventDefault(),J.dispatchCommand(L9,!1)},o),J.registerCommand(D3,(Q)=>{let X=f();if(!v(X))return!1;if(pf(X),Q!==null){if((jm||wO1||VO1)&&TO1)return!1;if(Q.preventDefault(),Q.shiftKey)return J.dispatchCommand(w3,!1)}return J.dispatchCommand(S3,void 0)},o),J.registerCommand(h3,()=>{let Q=f();if(!v(Q))return!1;return J.blur(),!0},o),J.registerCommand(Rh,(Q)=>{let[,X]=Ov(Q);if(X.length>0){let{clientX:W,clientY:H}=Q,q=Im(W,H);if(q!==null){let{offset:z,node:K}=q,B=i0(K);if(B!==null){let F=l9();if(j(B))F.anchor.set(B.getKey(),z,"text"),F.focus.set(B.getKey(),z,"text");else{let P=B.getParentOrThrow().getKey(),O=B.getIndexWithinParent()+1;F.anchor.set(P,O,"element"),F.focus.set(P,O,"element")}let $=_2(F);L1($)}J.dispatchCommand(gm,X)}return Q.preventDefault(),!0}let G=f();if(v(G))return!0;return!1},o),J.registerCommand(Mh,(Q)=>{let[X]=Ov(Q),G=f();if(X&&!v(G))return!1;return!0},o),J.registerCommand(vh,(Q)=>{let[X]=Ov(Q),G=f();if(X&&!v(G))return!1;let{clientX:W,clientY:H}=Q,q=Im(W,H);if(q!==null){let z=i0(q.node);if(B1(z))Q.preventDefault()}return!0},o),J.registerCommand(PM,()=>{return xN(),!0},o),J.registerCommand(pD,(Q)=>{return uf(J,a2(Q,ClipboardEvent)?Q:null),!0},o),J.registerCommand(gM,(Q)=>{return kO1(Q,J),!0},o),J.registerCommand(mD,(Q)=>{let[,X,G]=Ov(Q);if(X.length>0&&!G)return J.dispatchCommand(gm,X),!0;if(r2(Q.target)&&pM(Q.target))return!1;if(f()!==null)return bO1(Q,J),!0;return!1},o),J.registerCommand(sE,(Q)=>{let X=f();if(v(X))pf(X);return!1},o),J.registerCommand(p9,(Q)=>{let X=f();if(v(X))pf(X);return!1},o))}var ik2=D1({conflictsWith:["@lexical/plain-text"],dependencies:[km],name:"@lexical/rich-text",nodes:()=>[a3,QE],register:lf});function fO1(J){throw Error(J)}var IO1=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",df=IO1?DO1:um;function jO1(J,Z){let[Q,X]=pm(()=>J.getDecorators());return df(()=>{return J.registerDecoratorListener((G)=>{MO1(()=>{X(G)})})},[J]),um(()=>{X(J.getDecorators())},[J]),EO1(()=>{let G=[],W=Object.keys(Q);for(let H=0;H<W.length;H++){let q=W[H],z=AR(Z,{onError:(B)=>J._onError(B),children:AR(RO1,{fallback:null,children:Q[q]})}),K=J.getElementByKey(q);if(K!==null)G.push(vO1(z,K,q))}return G},[Z,Q,J])}function gO1(J){let Z=u3.maybeFromEditor(J);if(Z&&Z.hasExtensionByName(bm.name)){for(let Q of["@lexical/plain-text","@lexical/rich-text"])if(Z.hasExtensionByName(Q))fO1(`LexicalBuilder: @lexical/react legacy text plugins conflict with the ${Q} extension. Remove the legacy <RichTextPlugin/> or <PlainTextPlugin/> component.`);return!0}return!1}function NO1({editor:J,ErrorBoundary:Z}){return jO1(J,Z)}function LO1({editor:J,ErrorBoundary:Z}){return gO1(J)?null:AR(NO1,{editor:J,ErrorBoundary:Z})}function _m(J){return J.getEditorState().read(Bv(J.isComposing()))}function mO1(J){let[Z,Q]=pm(()=>_m(J));return df(()=>{function X(){let G=_m(J);Q(G)}return X(),b1(J.registerUpdateListener(()=>{X()}),J.registerEditableListener(()=>{X()}))},[J]),Z}function _O1(J){df(()=>{return b1(lf(J),mf(J))},[J])}function lm({contentEditable:J,placeholder:Z=null,ErrorBoundary:Q}){let[X]=A1();return _O1(X),xO1(hO1,{children:[J,AR(uO1,{content:Z}),AR(LO1,{editor:X,ErrorBoundary:Q})]})}function uO1({content:J}){let[Z]=A1(),Q=mO1(Z),X=Cm();if(!Q)return null;if(typeof J==="function")return J(X);else return J}import{useMemo as DT1,useState as ET1}from"react";import{useState as pO1,useEffect as lO1,useCallback as dm}from"react";function sm(J,Z){return J.getEditorState().read(()=>{let Q=w1(Z);if(Q===null)return!1;return Q.isSelected()})}function rm(J){let[Z]=A1(),[Q,X]=pO1(()=>sm(Z,J));lO1(()=>{let H=!0,q=Z.registerUpdateListener(()=>{if(H)X(sm(Z,J))});return()=>{H=!1,q()}},[Z,J]);let G=dm((H)=>{Z.update(()=>{let q=f();if(!f1(q))q=dD(),L1(q);if(f1(q))if(H)q.add(J);else q.delete(J)})},[Z,J]),W=dm(()=>{Z.update(()=>{let H=f();if(f1(H))H.clear()})},[Z]);return[Q,G,W]}import{useCallback as dO1,useEffect as am,useRef as sO1,useState as cm}from"react";import{jsxDEV as GE,Fragment as rO1}from"react/jsx-dev-runtime";function sf({src:J,altText:Z,nodeKey:Q,width:X,height:G}){let[W]=A1(),[H,q]=rm(Q),[z,K]=cm(!1),B=sO1(null),[F,$]=cm(X),P=dO1(()=>{W.update(()=>{let A=w1(Q);if(A)A.remove()})},[W,Q]),O=(A)=>{A.preventDefault(),A.stopPropagation(),K(!0)};return am(()=>{if(!z)return;let A=(w)=>{if(B.current){let{left:y}=B.current.getBoundingClientRect(),V=Math.max(50,w.clientX-y);$(V)}},T=()=>{if(K(!1),F!==void 0)W.update(()=>{let w=w1(Q);if(w&&typeof w.setWidth==="function")w.setWidth(F)})};return document.addEventListener("mousemove",A),document.addEventListener("mouseup",T),()=>{document.removeEventListener("mousemove",A),document.removeEventListener("mouseup",T)}},[z,F,W,Q]),am(()=>{$(X)},[X]),GE("div",{role:"button",tabIndex:-1,className:`editor-image-wrapper ${H?"is-selected":""}`,onClick:(A)=>{A.preventDefault(),A.stopPropagation(),q(!H)},onKeyDown:(A)=>{if(A.key==="Enter"||A.key===" ")A.preventDefault(),q(!H)},style:{display:"inline-block",position:"relative",cursor:"default",lineHeight:0,zIndex:H?10:1},children:[GE("img",{ref:B,src:J,alt:Z,style:{width:F||(X?`${X}px`:"auto"),height:G?`${G}px`:"auto",maxWidth:"100%",display:"block"},className:"editor-image-img"},void 0,!1,void 0,this),H&&GE(rO1,{children:[GE("button",{type:"button",className:"editor-image-resizer",onMouseDown:O,"aria-label":"Resize image"},void 0,!1,void 0,this),GE("button",{type:"button",className:"editor-image-delete",onClick:(A)=>{A.stopPropagation(),P()},"aria-label":"Delete image",children:GE(G0,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}import{jsxDEV as aO1}from"react/jsx-dev-runtime";class OR extends s4{__src;__altText;__height;__width;static getType(){return"image"}static clone(J){return new OR(J.__src,J.__altText,J.__height,J.__width,J.__key)}constructor(J,Z,Q,X,G){super(G);this.__src=J,this.__altText=Z,this.__height=Q,this.__width=X}exportJSON(){return{altText:this.__altText,height:this.__height,src:this.__src,type:"image",version:1,width:this.__width}}static importJSON(J){let{altText:Z,height:Q,width:X,src:G}=J;return c3(G,Z,Q,X)}createDOM(J){let Z=document.createElement("span");return Z.className="editor-image",Z}updateDOM(){return!1}setWidth(J){let Z=this.getWritable();Z.__width=J}setHeight(J){let Z=this.getWritable();Z.__height=J}decorate(){return aO1(sf,{src:this.__src,altText:this.__altText,nodeKey:this.__key,width:this.__width,height:this.__height},void 0,!1,void 0,this)}}function c3(J,Z,Q,X){return new OR(J,Z,Q,X)}import tm,{useLayoutEffect as cO1,useEffect as i4,useRef as tO1,useCallback as t3,useState as Z_,useMemo as nO1}from"react";import{jsx as iO1}from"react/jsx-runtime";var nm="startTransition";function oO1(J){if(nm in tm)tm[nm](J);else J()}var rf=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",eO1=rf?cO1:i4;class af{key;ref;constructor(J){this.key=J,this.ref={current:null},this.setRefElement=this.setRefElement.bind(this)}setRefElement(J){this.ref={current:J}}}var im=(J)=>{let Z=document.getElementById("typeahead-menu");if(!Z)return;let Q=Z.getBoundingClientRect();if(Q.top+Q.height>window.innerHeight)Z.scrollIntoView({block:"center"});if(Q.top<0)Z.scrollIntoView({block:"center"});J.scrollIntoView({block:"nearest"})};function JT1(J,Z,Q){let X=Q;for(let G=X;G<=Z.length;G++)if(J.slice(-G)===Z.substring(0,G))X=G;return X}function ZT1(J){let Z=f();if(!v(Z)||!Z.isCollapsed())return null;let Q=Z.anchor;if(Q.type!=="text")return null;let X=Q.getNode();if(!X.isSimpleText())return null;let G=Q.offset,W=X.getTextContent().slice(0,G),H=J.replaceableString.length,q=JT1(W,J.matchingString,H),z=G-q;if(z<0)return null;let K;if(z===0)[K]=X.splitText(G);else[,K]=X.splitText(z,G);return K}function YT1(J,Z){let Q=getComputedStyle(J),X=Q.position==="absolute",G=/(auto|scroll)/;if(Q.position==="fixed")return document.body;for(let W=J;W=W.parentElement;){if(Q=getComputedStyle(W),X&&Q.position==="static")continue;if(G.test(Q.overflow+Q.overflowY+Q.overflowX))return W}return document.body}function om(J,Z){let Q=J.getBoundingClientRect(),X=Z.getBoundingClientRect(),G=6;return Q.top>=X.top-6&&Q.top<=X.bottom+6}function QT1(J,Z,Q,X){let[G]=A1();i4(()=>{if(Z!=null&&J!=null){let W=G.getRootElement(),H=W!=null?YT1(W):document.body,q=!1,z=om(Z,H),K=function(){if(!q)window.requestAnimationFrame(function(){Q(),q=!1}),q=!0;let F=om(Z,H);if(F!==z){if(z=F,X!=null)X(F)}},B=new ResizeObserver(Q);return window.addEventListener("resize",Q),document.addEventListener("scroll",K,{capture:!0,passive:!0}),B.observe(Z),()=>{B.unobserve(Z),window.removeEventListener("resize",Q),document.removeEventListener("scroll",K,!0)}}},[Z,G,X,Q,J])}var em=l("SCROLL_TYPEAHEAD_OPTION_INTO_VIEW_COMMAND");function XT1({close:J,editor:Z,anchorElementRef:Q,resolution:X,options:G,menuRenderFn:W,onSelectOption:H,shouldSplitNodeWithQuery:q=!1,commandPriority:z=m1,preselectFirstItem:K=!0}){let[B,F]=Z_(null),$=B!==null?Math.min(G.length-1,B):null,P=X.match&&X.match.matchingString;i4(()=>{if(K)F(0)},[P,K]);let O=t3((w)=>{Z.update(()=>{let y=X.match!=null&&q?ZT1(X.match):null;H(w,y,J,X.match?X.match.matchingString:"")})},[Z,q,X.match,H,J]),A=t3((w)=>{let y=Z.getRootElement();if(y!==null)y.setAttribute("aria-activedescendant","typeahead-item-"+w),F(w)},[Z]);i4(()=>{return()=>{let w=Z.getRootElement();if(w!==null)w.removeAttribute("aria-activedescendant")}},[Z]),eO1(()=>{if(G===null)F(null);else if($===null&&K)A(0)},[G,$,A,K]),i4(()=>{return b1(Z.registerCommand(em,({option:w})=>{if(w.ref&&w.ref.current!=null)return im(w.ref.current),!0;return!1},z))},[Z,A,z]),i4(()=>{return b1(Z.registerCommand(u9,(w)=>{let y=w;if(G!==null&&G.length){let V=$===null?0:$!==G.length-1?$+1:0;A(V);let b=G[V];if(!b)return A(-1),y.preventDefault(),y.stopImmediatePropagation(),!0;if(b.ref&&b.ref.current)Z.dispatchCommand(em,{index:V,option:b});y.preventDefault(),y.stopImmediatePropagation()}return!0},z),Z.registerCommand(_9,(w)=>{let y=w;if(G!==null&&G.length){let V=$===null?G.length-1:$!==0?$-1:G.length-1;A(V);let b=G[V];if(!b)return A(-1),y.preventDefault(),y.stopImmediatePropagation(),!0;if(b.ref&&b.ref.current)im(b.ref.current);y.preventDefault(),y.stopImmediatePropagation()}return!0},z),Z.registerCommand(h3,(w)=>{let y=w;return y.preventDefault(),y.stopImmediatePropagation(),J(),!0},z),Z.registerCommand(p9,(w)=>{let y=w;if(G===null||$===null||G[$]==null)return!1;return y.preventDefault(),y.stopImmediatePropagation(),O(G[$]),!0},z),Z.registerCommand(D3,(w)=>{if(G===null||$===null||G[$]==null)return!1;if(w!==null)w.preventDefault(),w.stopImmediatePropagation();return O(G[$]),!0},z))},[O,J,Z,G,$,A,z]);let T=nO1(()=>({options:G,selectOptionAndCleanUp:O,selectedIndex:$,setHighlightedIndex:F}),[O,$,G]);return W(Q,T,X.match?X.match.matchingString:"")}function J_(J,Z){if(Z!=null)J.className=Z;J.setAttribute("aria-label","Typeahead menu"),J.setAttribute("role","listbox"),J.style.display="block",J.style.position="absolute"}function GT1(J,Z,Q,X=rf?document.body:void 0,G=!0){let[W]=A1(),H=rf?document.createElement("div"):null,q=tO1(H),z=t3(()=>{if(q.current===null||X===void 0)return;q.current.style.top=q.current.style.bottom;let B=W.getRootElement(),F=q.current,$=F.firstChild;if(B!==null&&J!==null){let{left:P,top:O,width:A,height:T}=J.getRect(),w=q.current.offsetHeight;if(F.style.top=`${O+w+3+(G?window.pageYOffset:0)}px`,F.style.left=`${P+window.pageXOffset}px`,F.style.height=`${T}px`,F.style.width=`${A}px`,$!==null){$.style.top=`${O}`;let y=$.getBoundingClientRect(),V=y.height,b=y.width,D=B.getBoundingClientRect();if(P+b>D.right)F.style.left=`${D.right-b+window.pageXOffset}px`;if((O+V>window.innerHeight||O+V>D.bottom)&&O-D.top>V+T)F.style.top=`${O-V-T+(G?window.pageYOffset:0)}px`}if(!F.isConnected)J_(F,Q),X.append(F);F.setAttribute("id","typeahead-menu"),B.setAttribute("aria-controls","typeahead-menu")}},[W,J,G,Q,X]);i4(()=>{let B=W.getRootElement();if(J!==null)z();return()=>{if(B!==null)B.removeAttribute("aria-controls");let F=q.current;if(F!==null&&F.isConnected)F.remove(),F.removeAttribute("id")}},[W,z,J]);let K=t3((B)=>{if(J!==null){if(!B)Z(null)}},[J,Z]);if(QT1(J,q.current,z,K),H!=null&&H===q.current){if(J_(H,Q),X!=null)X.append(H)}return q}var WT1=`\\.,\\+\\*\\?\\$\\@\\|#{}\\(\\)\\^\\-\\[\\]\\\\/!%'"~=<>_:;`;function HT1(J){let Z=J.anchor;if(Z.type!=="text")return null;let Q=Z.getNode();if(!Q.isSimpleText())return null;let X=Z.offset;return Q.getTextContent().slice(0,X)}function qT1(J,Z,Q){let X=I0(Q);if(X===null||!X.isCollapsed)return!1;let G=X.anchorNode,W=J,H=X.anchorOffset;if(G==null||H==null)return!1;try{Z.setStart(G,W),Z.setEnd(G,H)}catch(q){return!1}return!0}function zT1(J){let Z=null;return J.getEditorState().read(()=>{let Q=f();if(!v(Q))return;Z=HT1(Q)}),Z}function KT1(J,Z){if(Z!==0)return!1;return J.getEditorState().read(()=>{let Q=f();if(v(Q)){let W=Q.anchor.getNode().getPreviousSibling();return j(W)&&W.isTextEntity()}return!1})}var xU2=l("SCROLL_TYPEAHEAD_OPTION_INTO_VIEW_COMMAND");function Y_(J,{minLength:Z=1,maxLength:Q=75,punctuation:X=WT1,allowWhitespace:G=!1}){return t3((W)=>{let H=G?"":"\\s",q="[^"+J+X+H+"]",K=new RegExp("(^|\\s|\\()(["+J+"]((?:"+q+"){0,"+Q+"}))$").exec(W);if(K!==null){let B=K[1],F=K[3];if(F.length>=Z)return{leadOffset:K.index+B.length,matchingString:F,replaceableString:K[2]}}return null},[G,J,X,Q,Z])}function Q_({options:J,onQueryChange:Z,onSelectOption:Q,onOpen:X,onClose:G,menuRenderFn:W,triggerFn:H,anchorClassName:q,commandPriority:z=m1,parent:K,preselectFirstItem:B=!0,ignoreEntityBoundary:F=!1}){let[$]=A1(),[P,O]=Z_(null),A=GT1(P,O,q,K),T=t3(()=>{if(O(null),G!=null&&P!==null)G()},[G,P]),w=t3((y)=>{if(O(y),X!=null&&P===null)X(y)},[X,P]);return i4(()=>{let y=()=>{$.getEditorState().read(()=>{if(!$.isEditable()){T();return}if($.isComposing())return;let b=$._window||window,D=b.document.createRange(),C=f(),R=zT1($);if(!v(C)||!C.isCollapsed()||R===null||D===null){T();return}let k=H(R,$);if(Z(k?k.matchingString:null),k!==null&&(F||!KT1($,k.leadOffset))){if(qT1(k.leadOffset,D,b)!==null){oO1(()=>w({getRect:()=>D.getBoundingClientRect(),match:k}));return}}T()})},V=$.registerUpdateListener(y);return()=>{V()}},[$,H,Z,P,T,w,F]),i4(()=>$.registerEditableListener((y)=>{if(!y)T()}),[$,T]),P===null||$===null||A.current===null?null:iO1(XT1,{close:T,resolution:P,editor:$,anchorElementRef:A,options:J,menuRenderFn:W,shouldSplitNodeWithQuery:!0,onSelectOption:Q,commandPriority:z,preselectFirstItem:B})}import{useCallback as AT1,useMemo as OT1,useState as H_}from"react";import*as q_ from"react-dom";import BT1,{useMemo as $T1,useRef as FT1,useState as W_}from"react";rR();o2();var WE=b9("opaca-media-view-mode","grid"),HE=b9("opaca-media-selected-bucket","all"),Tv=b9("opaca-bucket-colors",{},{encode:JSON.stringify,decode:JSON.parse}),n3=T1(""),wv=T1(""),i3=T1(1),qE=I9(["api/__system/assets",HE,n3,wv,i3],{fetcher:(J,Z,Q,X,G)=>{let W=new URLSearchParams({bucket:String(Z),folder:String(Q),search:String(X),page:String(G),limit:"20"});return J1.get(`${J}?${W.toString()}`).json()}}),yv=(J)=>{HE.set(J),n3.set(""),i3.set(1)},o4=(J)=>{n3.set(J),i3.set(1)},X_=(J)=>{wv.set(J),i3.set(1)},cf=(J)=>{i3.set(J)},G_=(J,Z)=>{let Q=Tv.get();Tv.set({...Q,[J]:Z})};import{jsxDEV as r,Fragment as PT1}from"react/jsx-dev-runtime";var n9=({onSelect:J,onClose:Z,allowedmime_types:Q,maxFileSize:X,bucket:G="default"})=>{let{data:W,loading:H}=Y1(qE),q=Y1(HE),z=Y1(n3),K=Y1(WE),B=Y1(N2),[F,$]=W_(!1),[P,O]=W_(!1),A=FT1(null),T=$T1(()=>{return Object.keys(B?.storages||{})},[B?.storages]),w=W?.docs||[],y=W?.folders||[],V=async(C)=>{if(Q&&!Q.includes(C.type)){alert(`Invalid file type. Allowed: ${Q.join(", ")}`);return}if(X&&C.size>X){alert(`File too large. Max size: ${X/1024/1024}MB`);return}$(!0);let R=new FormData;R.append("file",C);try{let k=q==="all"?"default":q,S=await J1.post(`api/__system/assets/upload?bucket=${k}&folder=${z}`,{body:R,onDownloadProgress:(x)=>{}}).json();$(!1),qE.revalidate(),J({assetId:S.id,url:S.url||`${f0()}/api/assets/${S.id}/view`,filename:S.filename,mimeType:S.mimeType||S.mime_type||"",filesize:S.filesize})}catch(k){alert(`Upload failed: ${k instanceof Error?k.message:"Unknown error"}`),$(!1)}},b=(C)=>{if(C.preventDefault(),O(!1),C.dataTransfer.files&&C.dataTransfer.files.length>0&&C.dataTransfer.files[0])V(C.dataTransfer.files[0])},D=(C)=>{if(!C)return r(K2,{size:40,className:"text-gray-400"},void 0,!1,void 0,this);if(C.startsWith("image/"))return r(p1,{size:40,className:"text-blue-400"},void 0,!1,void 0,this);if(C.startsWith("video/"))return r(z2,{size:40,className:"text-purple-400"},void 0,!1,void 0,this);if(C.includes("pdf"))return r(z2,{size:40,className:"text-red-400"},void 0,!1,void 0,this);return r(K2,{size:40,className:"text-gray-400"},void 0,!1,void 0,this)};return r("div",{className:"asset-manager-overlay",children:r("div",{className:"asset-manager-container",children:[r("div",{className:"asset-manager-header",children:[r("div",{children:[r("h2",{children:"Media Library"},void 0,!1,void 0,this),r("div",{className:"asset-manager-breadcrumbs",children:[r("button",{type:"button",onClick:()=>o4(""),children:"Home"},void 0,!1,void 0,this),z.split("/").filter(Boolean).map((C,R,k)=>r(BT1.Fragment,{children:[r(B0,{size:14,className:"breadcrumb-separator"},void 0,!1,void 0,this),r("button",{type:"button",onClick:()=>o4(k.slice(0,R+1).join("/")),children:C},void 0,!1,void 0,this)]},C||R,!0,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),r("div",{className:"header-actions",children:[r(E9,{value:q,onValueChange:(C)=>yv(C),children:[r(R9,{className:"bucket-selector",children:r(M9,{placeholder:"Bucket"},void 0,!1,void 0,this)},void 0,!1,void 0,this),r(v9,{children:[r(O5,{value:"all",children:"All Buckets"},void 0,!1,void 0,this),r(JM,{},void 0,!1,void 0,this),r(eR,{children:"Storage"},void 0,!1,void 0,this),T.map((C)=>r(O5,{value:C,children:C.toUpperCase()},C,!1,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),r("button",{type:"button",onClick:Z,className:"close-button",children:r(F0,{size:20},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),r("button",{type:"button",onDragOver:(C)=>{C.preventDefault(),O(!0)},onDragLeave:()=>O(!1),onDrop:b,onClick:()=>!F&&A.current?.click(),"aria-label":"Upload file",className:`asset-manager-upload-zone ${P?"is-drag-active":""} ${F?"uploading":""}`,children:[r("input",{type:"file",ref:A,style:{display:"none"},accept:Q?.join(","),onChange:(C)=>{if(C.target.files&&C.target.files.length>0&&C.target.files[0])V(C.target.files[0])}},void 0,!1,void 0,this),F?r("div",{className:"uploading-status",children:[r(e,{className:"opaca-spin",size:24},void 0,!1,void 0,this),r("span",{className:"status-text",children:"Uploading..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this):r(PT1,{children:[r(V9,{size:24,className:"upload-icon"},void 0,!1,void 0,this),r("p",{className:"upload-prompt",children:["Drag & drop a file here, or ",r("span",{children:"click to browse"},void 0,!1,void 0,this),"."]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),r("div",{className:"asset-manager-grid-container",children:H?r("div",{className:"loading-assets",children:[r(e,{className:"opaca-spin",size:32},void 0,!1,void 0,this),r("p",{children:"Loading assets..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this):w.length===0&&y.length===0?r("div",{className:"no-assets",children:[r(p1,{size:48,className:"empty-icon"},void 0,!1,void 0,this),r("p",{children:"No assets found here."},void 0,!1,void 0,this)]},void 0,!0,void 0,this):r("div",{className:`asset-manager-grid mode-${K}`,children:[y.map((C)=>r("button",{type:"button",className:"asset-manager-card folder-card",onClick:()=>o4(z?`${z}/${C.name}`:C.name),children:[r("div",{className:"asset-thumb",children:r(B2,{size:40,className:"folder-icon"},void 0,!1,void 0,this)},void 0,!1,void 0,this),r("div",{className:"asset-info",children:[r("span",{className:"filename",children:C.name},void 0,!1,void 0,this),r("span",{className:"file-meta",children:"Folder"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},`folder-${C.name}`,!0,void 0,this)),w.map((C)=>r("button",{type:"button",className:"asset-manager-card asset-card",onClick:()=>{let R=f0();J({assetId:C.id,url:`${R}/api/assets/${C.id}/view`,filename:C.filename,mimeType:C.mimeType||C.mime_type||"",filesize:C.filesize})},children:[r("div",{className:"asset-thumb",children:(()=>{let R=C.mimeType||C.mime_type;return R?.startsWith("image/")?r("img",{src:`${f0()}/api/assets/${C.id}/view`,alt:C.filename},void 0,!1,void 0,this):D(R||"")})()},void 0,!1,void 0,this),r("div",{className:"asset-info",children:[r("span",{className:"filename",title:C.filename,children:C.filename},void 0,!1,void 0,this),r("span",{className:"file-meta",children:[(C.mimeType||C.mime_type||"").split("/")[1]?.toUpperCase()||"FILE"," ","• ",((C.filesize||0)/1024).toFixed(1)," KB"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),r("div",{className:"selection-overlay",children:r("div",{className:"select-badge",children:"Select"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},C.id,!0,void 0,this))]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)};import{jsxDEV as C0,Fragment as TT1}from"react/jsx-dev-runtime";class e4 extends af{title;icon;description;onSelect;constructor(J,Z){super(J);this.title=J,this.icon=Z.icon,this.description=Z.description,this.onSelect=Z.onSelect}}function z_(){let[J]=A1(),[Z,Q]=H_(null),[X,G]=H_(!1),W=Y_("/",{minLength:0}),H=(K)=>{let B=K.url||`${f0()}/api/assets/${K.id||K.assetId}/view`;J.update(()=>{let F=c3(B,K.filename||"Image");d4([F])}),G(!1)},q=OT1(()=>{let K=[new e4("Paragraph",{icon:C0(y9,{size:18},void 0,!1,void 0,this),description:"Just start typing with plain text.",onSelect:()=>{J.update(()=>{let B=f();if(v(B))k2(B,()=>Z2("h1")),k2(B,()=>Z2("h1"))})}}),new e4("Heading 1",{icon:C0(X5,{size:18},void 0,!1,void 0,this),description:"Large section heading.",onSelect:()=>{J.update(()=>{let B=f();if(v(B))k2(B,()=>Z2("h1"))})}}),new e4("Heading 2",{icon:C0(G5,{size:18},void 0,!1,void 0,this),description:"Medium section heading.",onSelect:()=>{J.update(()=>{let B=f();if(v(B))k2(B,()=>Z2("h2"))})}}),new e4("Bullet List",{icon:C0(z5,{size:18},void 0,!1,void 0,this),description:"Create a simple bullet list.",onSelect:()=>{J.dispatchCommand(FR,void 0)}}),new e4("Numbered List",{icon:C0(q5,{size:18},void 0,!1,void 0,this),description:"Create a list with numbering.",onSelect:()=>{J.dispatchCommand(PR,void 0)}}),new e4("Quote",{icon:C0(K5,{size:18},void 0,!1,void 0,this),description:"Capture a quotation.",onSelect:()=>{J.update(()=>{let B=f();if(v(B))k2(B,()=>XE())})}}),new e4("Code Block",{icon:C0(Z5,{size:18},void 0,!1,void 0,this),description:"Write code snippets.",onSelect:()=>{J.update(()=>{let B=f();if(v(B))k2(B,()=>t4())})}}),new e4("Image",{icon:C0(p1,{size:18},void 0,!1,void 0,this),description:"Insert an image from media library.",onSelect:()=>{G(!0)}})];if(!Z)return K;return K.filter((B)=>B.title.toLowerCase().includes(Z.toLowerCase()))},[J,Z]),z=AT1((K,B,F)=>{J.update(()=>{if(B)B.remove();K.onSelect(Z||""),F()})},[J,Z]);return C0(TT1,{children:[C0(Q_,{onQueryChange:Q,onSelectOption:z,triggerFn:W,options:q,menuRenderFn:(K,{selectedIndex:B,selectOptionAndCleanUp:F,setHighlightedIndex:$})=>K.current&&q.length>0?q_.createPortal(C0(SD,{className:"opaca-slash-menu",maxHeight:"300px",children:q.map((P,O)=>C0("button",{className:`opaca-slash-menu-item ${B===O?"is-selected":""}`,onClick:()=>F(P),onMouseEnter:()=>$(O),children:[C0("div",{className:"opaca-slash-menu-icon",children:P.icon},void 0,!1,void 0,this),C0("div",{className:"opaca-slash-menu-text",children:[C0("span",{className:"opaca-slash-menu-title",children:P.title},void 0,!1,void 0,this),C0("span",{className:"opaca-slash-menu-desc",children:P.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},P.key,!0,void 0,this))},void 0,!1,void 0,this),K.current):null},void 0,!1,void 0,this),X&&C0(n9,{bucket:"default",onClose:()=>G(!1),onSelect:H},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useEffect as wT1}from"react";function K_({isEditable:J}){let[Z]=A1();return wT1(()=>{Z.setEditable(J)},[Z,J]),null}import{useCallback as yT1,useEffect as tf,useRef as VT1,useState as zE}from"react";import*as B_ from"react-dom";import{jsxDEV as Y2,Fragment as CT1}from"react/jsx-dev-runtime";function $_(){let[J,Z]=zE(!1),[Q]=A1(),[X,G]=zE(!1),[W,H]=zE(!1),[q,z]=zE(!1),[K,B]=zE(!1),F=VT1(null),[$,P]=zE({top:0,left:0}),O=yT1(()=>{let T=f();if(v(T)){G(T.hasFormat("bold")),H(T.hasFormat("italic")),z(T.hasFormat("strikethrough"));let w=window.getSelection(),y=Q.getRootElement();if(w!==null&&!w.isCollapsed&&y!==null&&y.contains(w.anchorNode)){let b=w.getRangeAt(0).getBoundingClientRect();P({top:b.top-45,left:b.left+b.width/2}),B(!0)}else B(!1)}else B(!1)},[Q]);tf(()=>{return Q.registerUpdateListener(({editorState:T})=>{T.read(()=>{O()})})},[Q,O]),tf(()=>{return Q.registerCommand(LD,(T)=>{return O(),!1},r9)},[Q,O]),tf(()=>{let T=()=>{if(K)O()};return window.addEventListener("resize",T),window.addEventListener("scroll",T),()=>{window.removeEventListener("resize",T),window.removeEventListener("scroll",T)}},[K,O]);let A=(T)=>{let w=T.url||`${f0()}/api/assets/${T.id||T.assetId}/view`;Q.update(()=>{let y=c3(w,T.filename||"Image");d4([y])}),Z(!1)};if(!K&&!J)return null;return Y2(CT1,{children:[K&&B_.createPortal(Y2("div",{ref:F,className:"opaca-lexical-bubble-menu",style:{position:"fixed",top:$.top-(typeof window<"u"?window.scrollY:0),left:$.left,transform:"translateX(-50%)",zIndex:1000,pointerEvents:"auto"},children:[Y2("button",{type:"button",onClick:()=>{Q.dispatchCommand(Y0,"bold")},className:`opaca-lexical-btn ${X?"is-active":""}`,children:Y2(e2,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),Y2("button",{type:"button",onClick:()=>{Q.dispatchCommand(Y0,"italic")},className:`opaca-lexical-btn ${W?"is-active":""}`,children:Y2(H5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),Y2("button",{type:"button",onClick:()=>{Q.dispatchCommand(Y0,"strikethrough")},className:`opaca-lexical-btn ${q?"is-active":""}`,children:Y2(F5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),Y2("button",{type:"button",onClick:()=>{Q.dispatchCommand(l3,"https://")},className:"opaca-lexical-btn",children:Y2($2,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),Y2("button",{type:"button",onClick:()=>Z(!0),className:"opaca-lexical-btn",children:Y2(p1,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),document.body),J&&Y2(n9,{bucket:"default",onClose:()=>Z(!1),onSelect:A},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useCallback as F_,useEffect as bT1,useState as TR}from"react";import{jsxDEV as h1,Fragment as kT1}from"react/jsx-dev-runtime";function P_(){let[J,Z]=TR(!1),[Q]=A1(),[X,G]=TR(!1),[W,H]=TR(!1),[q,z]=TR(!1),[K,B]=TR("paragraph"),F=F_(()=>{let y=f();if(v(y)){G(y.hasFormat("bold")),H(y.hasFormat("italic")),z(y.hasFormat("strikethrough"));let V=y.anchor.getNode(),b=V.getKey()==="root"?V:V.getTopLevelElementOrThrow(),D=b.getKey();if(Q.getElementByKey(D)!==null)if(mm(b)){let R=b.getTag();B(R)}else{let R=b.getType();B(R)}}},[Q]);bT1(()=>{return Q.registerCommand(LD,(y)=>{return F(),!1},r9)},[Q,F]);let $=(y)=>{if(K!==y)Q.update(()=>{let V=f();if(v(V))k2(V,()=>Z2(y))});else Q.update(()=>{let V=f();if(v(V))k2(V,()=>Z2("h1"))})},P=()=>{if(K!=="quote")Q.update(()=>{let y=f();if(v(y))k2(y,()=>XE())})},O=()=>{if(K!=="code")Q.update(()=>{let y=f();if(v(y))k2(y,()=>t4())})},A=(y)=>{if(y==="bullet")Q.dispatchCommand(FR,void 0);else Q.dispatchCommand(PR,void 0)},T=F_(()=>{Q.dispatchCommand(l3,"https://")},[Q]);return h1(kT1,{children:[h1("div",{className:"opaca-lexical-toolbar",children:[h1("button",{type:"button",onClick:()=>{Q.dispatchCommand(Y0,"bold")},className:`opaca-lexical-btn ${X?"is-active":""}`,children:h1(e2,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),h1("button",{type:"button",onClick:()=>{Q.dispatchCommand(Y0,"italic")},className:`opaca-lexical-btn ${W?"is-active":""}`,children:h1(H5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),h1("button",{type:"button",onClick:()=>{Q.dispatchCommand(Y0,"strikethrough")},className:`opaca-lexical-btn ${q?"is-active":""}`,children:h1(F5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),h1("div",{className:"opaca-lexical-divider"},void 0,!1,void 0,this),h1("button",{type:"button",onClick:()=>$("h1"),className:`opaca-lexical-btn ${K==="h1"?"is-active":""}`,children:h1(X5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),h1("button",{type:"button",onClick:()=>$("h2"),className:`opaca-lexical-btn ${K==="h2"?"is-active":""}`,children:h1(G5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),h1("button",{type:"button",onClick:()=>A("bullet"),className:`opaca-lexical-btn ${K==="ul"?"is-active":""}`,children:h1(z5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),h1("button",{type:"button",onClick:()=>A("number"),className:`opaca-lexical-btn ${K==="ol"?"is-active":""}`,children:h1(q5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),h1("button",{type:"button",onClick:P,className:`opaca-lexical-btn ${K==="quote"?"is-active":""}`,children:h1(K5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),h1("button",{type:"button",onClick:O,className:`opaca-lexical-btn ${K==="code"?"is-active":""}`,children:h1(Z5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),h1("div",{className:"opaca-lexical-divider"},void 0,!1,void 0,this),h1("button",{type:"button",onClick:T,className:"opaca-lexical-btn",children:h1($2,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),h1("button",{type:"button",onClick:()=>Z(!0),className:"opaca-lexical-btn",children:h1(p1,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),J&&h1(n9,{bucket:"default",onClose:()=>Z(!1),onSelect:(y)=>{let V=y.url||`${f0()}/api/assets/${y.id||y.assetId}/view`;Q.update(()=>{let b=c3(V,y.filename||"Image");d4([b])}),Z(!1)}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useEffect as UT1,useRef as ST1}from"react";function A_({value:J}){let[Z]=A1(),Q=ST1(!0);return UT1(()=>{if(Q.current){Q.current=!1;return}if(nf(J)){if(JSON.stringify(Z.getEditorState().toJSON())!==J)try{let W=Z.parseEditorState(J);Z.setEditorState(W)}catch(W){console.error("Failed to parse editor state in ValueSyncPlugin:",W)}}},[Z,J]),null}import{jsxDEV as o1}from"react/jsx-dev-runtime";var RT1={ltr:"ltr",rtl:"rtl",placeholder:"editor-placeholder",paragraph:"editor-paragraph",quote:"editor-quote",heading:{h1:"editor-heading-h1",h2:"editor-heading-h2",h3:"editor-heading-h3",h4:"editor-heading-h4",h5:"editor-heading-h5",h6:"editor-heading-h6"},list:{nested:{listitem:"editor-nested-listitem"},ol:"editor-list-ol",ul:"editor-list-ul",listitem:"editor-listitem",listitemChecked:"editor-listitem-checked",listitemUnchecked:"editor-listitem-unchecked"},image:"editor-image",link:"editor-link",text:{bold:"editor-text-bold",italic:"editor-text-italic",overflowed:"editor-text-overflowed",hashtag:"editor-text-hashtag",underline:"editor-text-underline",strikethrough:"editor-text-strikethrough",underlineStrikethrough:"editor-text-underlineStrikethrough",code:"editor-text-code"},code:"editor-code",codeHighlight:{atrule:"editor-tokenAttr",attr:"editor-tokenAttr",boolean:"editor-tokenProperty",builtin:"editor-tokenSelector",cdata:"editor-tokenComment",char:"editor-tokenSelector",class:"editor-tokenFunction","class-name":"editor-tokenFunction",comment:"editor-tokenComment",constant:"editor-tokenProperty",deleted:"editor-tokenProperty",doctype:"editor-tokenComment",entity:"editor-tokenOperator",function:"editor-tokenFunction",important:"editor-tokenVariable",inserted:"editor-tokenSelector",keyword:"editor-tokenAttr",namespace:"editor-tokenVariable",number:"editor-tokenProperty",operator:"editor-tokenOperator",prolog:"editor-tokenComment",property:"editor-tokenProperty",punctuation:"editor-tokenPunctuation",regex:"editor-tokenVariable",selector:"editor-tokenSelector",string:"editor-tokenSelector",symbol:"editor-tokenProperty",tag:"editor-tokenProperty",url:"editor-tokenOperator",variable:"editor-tokenVariable"}};function MT1(){return o1("div",{className:"opaca-lexical-placeholder",children:'Press "/" for commands, or start typing...'},void 0,!1,void 0,this)}var nf=(J)=>{if(!J)return;let Z;if(typeof J==="string")Z=J.trim();else try{Z=JSON.stringify(J)}catch{return}if(Z.startsWith("{")&&Z.includes('"root"'))return Z;return};function Vv({value:J,onChange:Z,defaultMode:Q="simple",disabled:X,readOnly:G}){let[W,H]=ET1(Q),q=!X&&!G,z=DT1(()=>({namespace:"OpacaLexical",theme:RT1,editable:q,nodes:[a3,n4,M5,QE,_3,c2,d3,JE,OR],onError:(B)=>{console.error(B)},editorState:nf(J)}),[q]),K=(B)=>{let F=JSON.stringify(B.toJSON());Z(F)};return o1("div",{className:"opaca-lexical-wrapper",children:[q&&o1("div",{className:"opaca-lexical-modes",children:[o1("button",{type:"button",className:`opaca-btn ${W==="simple"?"opaca-btn-primary":"opaca-btn-outline"}`,onClick:()=>H("simple"),children:"Simple"},void 0,!1,void 0,this),o1("button",{type:"button",className:`opaca-btn ${W==="notion"?"opaca-btn-primary":"opaca-btn-outline"}`,onClick:()=>H("notion"),children:"Notion-like"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),o1("div",{className:`opaca-lexical-container mode-${W} ${!q?"is-readonly":""}`,children:o1(Xm,{initialConfig:z,children:[W==="simple"&&q&&o1(P_,{},void 0,!1,void 0,this),W==="notion"&&q&&o1($_,{},void 0,!1,void 0,this),o1("div",{className:"opaca-lexical-editor-inner",children:[o1(lm,{contentEditable:o1(zm,{className:"opaca-lexical-content"},void 0,!1,void 0,this),placeholder:o1(MT1,{},void 0,!1,void 0,this),ErrorBoundary:$m},void 0,!1,void 0,this),o1(Vm,{onChange:K,ignoreSelectionChange:!0},void 0,!1,void 0,this),o1(A_,{value:J},void 0,!1,void 0,this),o1(K_,{isEditable:q},void 0,!1,void 0,this),o1(Om,{},void 0,!1,void 0,this),o1(ym,{},void 0,!1,void 0,this),o1(wm,{},void 0,!1,void 0,this),o1(z_,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{jsxDEV as $1}from"react/jsx-dev-runtime";var vT1=(J)=>{let Z=new Date,Q=Math.floor((J.getTime()-Z.getTime())/1000),X=new Intl.RelativeTimeFormat("en",{numeric:"auto"});if(Math.abs(Q)<60)return X.format(Q,"second");let G=Math.floor(Q/60);if(Math.abs(G)<60)return X.format(G,"minute");let W=Math.floor(G/60);if(Math.abs(W)<24)return X.format(W,"hour");let H=Math.floor(W/24);if(Math.abs(H)<30)return X.format(H,"day");let q=Math.floor(H/30);if(Math.abs(q)<12)return X.format(q,"month");return X.format(Math.floor(H/365),"year")},xT1=(J)=>{if(typeof J!=="string"||J.length<10)return!1;return/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}/.test(J)||/^\d{4}-\d{2}-\d{2}$/.test(J)&&!Number.isNaN(Date.parse(J))},hT1=(J)=>{if(typeof J!=="string")return!1;return/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(J)||J.length>20&&/^[a-zA-Z0-9_-]{20,}$/.test(J)},Cv=({data:J,depth:Z=0,isEditing:Q,onChange:X})=>{if(J===null||J===void 0)return $1("span",{className:"opaca-text-muted",children:"None"},void 0,!1,void 0,this);if(Array.isArray(J)){if(J.length===0)return $1("span",{className:"opaca-text-muted italic",children:"Empty"},void 0,!1,void 0,this);return $1("div",{className:"opaca-detail-list",children:J.map((W,H)=>{let q=J[H];return $1("div",{className:"opaca-detail-item-card",children:[q?.blockType&&$1("div",{className:"opaca-detail-item-header",children:[$1("span",{className:"opaca-badge",style:{background:"var(--opaca-primary)",color:"white"},children:q.blockType},void 0,!1,void 0,this),$1("span",{style:{marginLeft:"auto",opacity:0.5},children:["#",H+1]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),$1("div",{className:"opaca-detail-item-content",children:typeof q==="object"&&q!==null?$1(Cv,{data:q,depth:Z+1,isEditing:Q,onChange:(z)=>{let K=[...J];K[H]=z,X?.(K)}},void 0,!1,void 0,this):Q?$1(N4,{value:String(q),onChange:(z)=>{let K=[...J];K[H]=z.target.value,X?.(K)}},void 0,!1,void 0,this):$1("span",{className:"opaca-detail-value",children:String(q)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},q?.id||String(H),!0,void 0,this)})},void 0,!1,void 0,this)}let G=(W)=>{if(!W)return!1;if(typeof W==="object")return W!==null&&"root"in W;if(typeof W==="string"){let H=W.trim();if(!H.startsWith("{"))return!1;try{let q=JSON.parse(H);return q&&typeof q==="object"&&"root"in q}catch{return!1}}return!1};if(G(J)&&Z===0){if(Q){let H=typeof J==="object"?JSON.stringify(J):J;return $1("div",{className:"opaca-detail-richtext-preview",children:$1(Vv,{value:H,onChange:(q)=>{try{X?.(JSON.parse(q))}catch(z){X?.(q)}},readOnly:!1},void 0,!1,void 0,this)},void 0,!1,void 0,this)}let W=f9(typeof J==="string"?J:JSON.stringify(J));return $1("div",{className:"opaca-detail-value italic text-muted",children:W.length>150?`${W.slice(0,150)}...`:W||"(Empty RichText)"},void 0,!1,void 0,this)}if(typeof J==="object"&&J!==null){let W=Object.keys(J).filter((q)=>q!=="blockType"&&q!=="id"&&q!=="_order"&&!q.startsWith("_"));if(W.length===0)return $1("span",{className:"opaca-text-muted italic",children:"Empty Object"},void 0,!1,void 0,this);let H=J.id;return $1("div",{className:a("opaca-detail-grid",Z>0&&"nested"),children:[H&&Z===0&&$1("div",{className:"opaca-detail-row",children:[$1("span",{className:"opaca-detail-label",children:"ID"},void 0,!1,void 0,this),$1("div",{className:"opaca-detail-value-container",children:$1("span",{className:"opaca-detail-value monospace",children:H},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),W.map((q)=>{let z=J[q],K=q.replace(/([A-Z])/g," $1").replace(/^./,(B)=>B.toUpperCase());return $1("div",{className:"opaca-detail-row",children:[$1("span",{className:"opaca-detail-label",children:K},void 0,!1,void 0,this),$1("div",{className:"opaca-detail-value-container",children:G(z)?$1("div",{className:"opaca-detail-value italic text-muted",children:(()=>{let B=f9(typeof z==="string"?z:JSON.stringify(z));return B.length>80?`${B.slice(0,80)}...`:B||"(Empty RichText)"})()},void 0,!1,void 0,this):typeof z==="object"&&z!==null?$1(Cv,{data:z,depth:Z+1,isEditing:Q,onChange:(B)=>{X?.({...J,[q]:B})}},void 0,!1,void 0,this):Q?$1(N4,{value:z===!0?"true":z===!1?"false":String(z??""),onChange:(B)=>{let F=B.target.value;if(F==="true")F=!0;if(F==="false")F=!1;X?.({...J,[q]:F})}},void 0,!1,void 0,this):$1("div",{className:"opaca-detail-value",children:(()=>{if(typeof z==="boolean"||typeof z==="number"&&(z===0||z===1)&&/active|enabled|status|hidden|public|featured|verified|draft/i.test(q)){let B=typeof z==="boolean"?z:z===1;return $1("span",{className:a("boolean",B?"true":"false"),children:B?"Yes":"No"},void 0,!1,void 0,this)}if(typeof z==="string"){if(xT1(z)){let B=new Date(z);if(!Number.isNaN(B.getTime()))return $1("div",{className:"date",children:[$1("span",{className:"absolute",children:B.toLocaleString(void 0,{dateStyle:"full",timeStyle:"short"})},void 0,!1,void 0,this),$1("span",{className:"relative",children:vT1(B)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}if(hT1(z)||q.toLowerCase().includes("id"))return $1("span",{className:"monospace",children:z},void 0,!1,void 0,this);if(q.toLowerCase().includes("email")&&z.includes("@"))return $1("span",{style:{color:"var(--opaca-primary)",textDecoration:"underline"},children:z},void 0,!1,void 0,this)}return String(z??"-")})()},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},q,!0,void 0,this)})]},void 0,!0,void 0,this)}return $1("span",{className:"opaca-detail-value",children:String(J)},void 0,!1,void 0,this)};import{jsxDEV as R1,Fragment as IT1}from"react/jsx-dev-runtime";var bv=({open:J,onOpenChange:Z,title:Q,description:X,data:G,relationTo:W,id:H,onSave:q,field:z})=>{let[K,B]=wR(!1),[F,$]=wR(G),[P,O]=wR(!1),[A,T]=wR(null),y=Y1(N2)?.i18n,[V,b]=wR(y?.defaultLocale||"default");fT1(()=>{if(!J){B(!1);return}if(W&&H&&!G)O(!0),T(null),J1.get(`api/${W}/${H}`).json().then((C)=>{$(C),O(!1)}).catch((C)=>{console.error("Failed to fetch details:",C),T("Failed to load details."),O(!1)});else $(G),O(!1),T(null);if(B(!1),y)b(y.defaultLocale)},[J,W,H,G,y]);let D=()=>{if(q)q(F);B(!1)};return R1(x9,{open:J,onOpenChange:Z,children:R1(h9,{onClose:()=>Z(!1),className:"opaca-data-detail-sheet",children:R1("div",{style:{display:"flex",flexDirection:"column",height:"100%"},children:[R1(DD,{className:"opaca-sheet-header",children:R1("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"},children:[R1("div",{style:{display:"flex",flexDirection:"column",gap:"4px"},children:[R1(ED,{className:"opaca-sheet-title",children:typeof Q==="string"?Q:String(Q||"Details")},void 0,!1,void 0,this),(X||H)&&R1(RD,{className:"opaca-sheet-description",children:X||(H?`ID: ${H}`:"")},void 0,!1,void 0,this)]},void 0,!0,void 0,this),q&&R1("div",{style:{display:"flex",gap:"0.5rem",alignItems:"center"},children:[y&&y.locales.length>1&&R1("div",{style:{display:"flex",borderRight:"1px solid var(--opaca-border)",paddingRight:"0.5rem",marginRight:"0.5rem",gap:"0.25rem"},children:y.locales.map((C)=>R1(U1,{variant:V===C?"default":"outline",size:"sm",onClick:()=>b(C),style:{height:"32px",fontSize:"12px"},children:C.toUpperCase()},C,!1,void 0,this))},void 0,!1,void 0,this),!K?R1(U1,{variant:"outline",size:"sm",onClick:()=>B(!0),style:{height:"32px",gap:"4px"},children:[R1(a0,{size:14},void 0,!1,void 0,this),"Edit"]},void 0,!0,void 0,this):R1(IT1,{children:[R1(U1,{variant:"ghost",size:"sm",onClick:()=>{$(G||F),B(!1)},style:{height:"32px",gap:"4px"},children:[R1(F0,{size:14},void 0,!1,void 0,this),"Cancel"]},void 0,!0,void 0,this),R1(U1,{variant:"default",size:"sm",onClick:D,style:{height:"32px",gap:"4px"},children:[R1($0,{size:14},void 0,!1,void 0,this),"Save"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),R1("div",{style:{flex:1,minHeight:0,marginTop:"1.5rem"},children:P?R1("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",height:"100%",gap:"1rem"},children:[R1(e,{className:"opaca-spin",size:24},void 0,!1,void 0,this),R1("span",{className:"opaca-text-muted",children:"Loading details..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this):A?R1("div",{style:{padding:"3rem",textAlign:"center",color:"var(--opaca-error)"},children:[R1(e1,{size:32,style:{margin:"0 auto 1rem"}},void 0,!1,void 0,this),R1("p",{style:{fontWeight:500},children:A},void 0,!1,void 0,this),R1(U1,{variant:"outline",size:"sm",onClick:()=>Z(!1),style:{marginTop:"1rem"},children:"Close"},void 0,!1,void 0,this)]},void 0,!0,void 0,this):R1(SD,{style:{height:"100%"},children:R1("div",{style:{paddingRight:"1rem",paddingBottom:"2rem"},children:R1(Cv,{data:F,isEditing:K,onChange:$,label:z},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)};import i9 from"react";import{jsxDEV as J9}from"react/jsx-dev-runtime";var of=i9.forwardRef(({className:J,...Z},Q)=>J9("div",{className:"opaca-table-wrapper",children:J9("table",{ref:Q,className:`opaca-new-table ${J||""}`,...Z},void 0,!1,void 0,this)},void 0,!1,void 0,this));of.displayName="Table";var ef=i9.forwardRef(({className:J,...Z},Q)=>J9("thead",{ref:Q,className:`opaca-table-header ${J||""}`,...Z},void 0,!1,void 0,this));ef.displayName="TableHeader";var JI=i9.forwardRef(({className:J,...Z},Q)=>J9("tbody",{ref:Q,className:`opaca-table-body ${J||""}`,...Z},void 0,!1,void 0,this));JI.displayName="TableBody";var jT1=i9.forwardRef(({className:J,...Z},Q)=>J9("tfoot",{ref:Q,className:`opaca-table-footer ${J||""}`,...Z},void 0,!1,void 0,this));jT1.displayName="TableFooter";var kv=i9.forwardRef(({className:J,...Z},Q)=>J9("tr",{ref:Q,className:`opaca-table-row ${J||""}`,...Z},void 0,!1,void 0,this));kv.displayName="TableRow";var yR=i9.forwardRef(({className:J,...Z},Q)=>J9("th",{ref:Q,className:`opaca-table-head ${J||""}`,...Z},void 0,!1,void 0,this));yR.displayName="TableHead";var VR=i9.forwardRef(({className:J,...Z},Q)=>J9("td",{ref:Q,className:`opaca-table-cell ${J||""}`,...Z},void 0,!1,void 0,this));VR.displayName="TableCell";var gT1=i9.forwardRef(({className:J,...Z},Q)=>J9("caption",{ref:Q,className:`opaca-table-caption ${J||""}`,...Z},void 0,!1,void 0,this));gT1.displayName="TableCaption";import{useEffect as NT1,useState as LT1}from"react";function O_(J,Z){let[Q,X]=LT1(J);return NT1(()=>{let G=setTimeout(()=>X(J),Z||500);return()=>{clearTimeout(G)}},[J,Z]),Q}import{jsxDEV as L,Fragment as mT1}from"react/jsx-dev-runtime";function w_(J,Z=!1){if(!J)return"-";let Q=new Date(J);if(Number.isNaN(Q.getTime()))return String(J);return Z?Q.toLocaleString():Q.toLocaleDateString()}function y_({collection:J}){let[Z,Q]=KE(1),[X,G]=KE(10),[W,H]=KE(""),[q,z]=KE(""),[K,B]=KE(null),[F,$]=KE({open:!1,title:"",data:null}),P=O_(q,400),O=Y1(j9),A=Uv(()=>J.fields.filter((S)=>S.name),[J.fields]);T_(()=>{let S=typeof J.admin==="object"?J.admin?.defaultColumns:void 0;kj(J.slug,A,S)},[J.slug,A,typeof J.admin==="object"?J.admin?.defaultColumns:void 0]);let T=Uv(()=>{let S=O[J.slug];return S?A.filter((x)=>S.includes(x.name)):A},[O,J.slug,A]);T_(()=>{let x=(typeof J.admin==="object"&&J.admin!==null?J.admin.useAsTitle:void 0)||A.find((s)=>s.name==="title"||s.name==="name"||s.name==="slug")?.name||"id",N=J.fields.filter((s)=>s.type==="relationship"&&s.displayField).map((s)=>s.name).join(",");hE.set({slug:J.apiPath||J.slug,page:Z,limit:X,sort:W,search:P,searchField:x,filter:K!==null&&typeof J.admin==="object"?J.admin?.views?.[K]?.filter:void 0,populate:N||void 0})},[J.slug,J.apiPath,J.admin,A,Z,X,W,P,K]);let{data:w,loading:y}=Y1(yj),V=(S)=>{if(W===S)H(`-${S}`);else if(W===`-${S}`)H("");else H(S);Q(1)},b=async(S)=>{if(!F.field||!F.docId)return;try{let x={[F.field]:S};await J1.patch(`api/${J.apiPath||J.slug}/${F.docId}`,{json:x}).json();let N=hE.get();if(N)hE.set({...N,slug:N.slug});P1("Document updated successfully","success"),$({...F,open:!1})}catch(x){console.error(x),P1("Failed to update document","error")}},D=(S)=>{if(W===S)return L(M2,{size:14,style:{marginLeft:"4px",opacity:0.7}},void 0,!1,void 0,this);if(W===`-${S}`)return L(x2,{size:14,style:{marginLeft:"4px",opacity:0.7}},void 0,!1,void 0,this);return null},C=w?.docs||[],R=Uv(()=>{if(typeof J.timestamps==="object"&&J.timestamps?.createdAt)return J.timestamps.createdAt;return"createdAt"},[J.timestamps]),k=Uv(()=>{return J.slug.startsWith("_")?J.slug.replace(/^_/,""):J.slug},[J.slug]);return L("div",{className:`opaca-view-container ${y?"loading":""}`,children:[L("div",{className:"opaca-header",children:[L("div",{children:[L("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[L("h1",{className:"opaca-title",children:J.label||(J.slug.startsWith("_")?J.slug.replace(/^_+/,"").replace(/_/g," ").replace(/\b\w/g,(S)=>S.toUpperCase()):J.slug.charAt(0).toUpperCase()+J.slug.slice(1))},void 0,!1,void 0,this),w&&L("span",{className:"opaca-badge",children:[w.totalDocs," ",w.totalDocs===1?"document":"documents"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),L("p",{className:"opaca-subtitle",children:["Manage your ",J.slug," entries."]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),L("div",{style:{display:"flex",gap:"0.75rem",alignItems:"center"},children:[L("div",{style:{position:"relative",width:"240px"},children:[L(T2,{size:16,style:{position:"absolute",left:"10px",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-muted)"}},void 0,!1,void 0,this),L("input",{type:"text",className:"opaca-input",placeholder:"Search documents...",value:q,onChange:(S)=>{z(S.target.value),Q(1)},style:{paddingLeft:"36px"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this),L(Uj,{slug:J.slug,fields:A},void 0,!1,void 0,this),L(k0,{href:`/admin/collections/${k}/create`,className:"opaca-btn opaca-btn-primary",style:{textDecoration:"none"},children:[L(X0,{size:18},void 0,!1,void 0,this),"Create New"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),typeof J.admin==="object"&&J.admin?.views&&J.admin.views.length>0&&L("div",{style:{display:"flex",gap:"0.5rem",marginBottom:"1.25rem",overflowX:"auto",paddingBottom:"0.5rem"},children:[L("button",{type:"button",className:`opaca-btn ${K===null?"opaca-btn-primary":"opaca-btn-outline"}`,onClick:()=>{B(null),Q(1)},style:{padding:"0.4rem 1rem",fontSize:"0.875rem"},children:"All"},void 0,!1,void 0,this),J.admin.views.map((S,x)=>L("button",{type:"button",className:`opaca-btn ${K===x?"opaca-btn-primary":"opaca-btn-outline"}`,onClick:()=>{B(x),Q(1)},style:{padding:"0.4rem 1rem",fontSize:"0.875rem"},children:S.name},S.name,!1,void 0,this))]},void 0,!0,void 0,this),L("div",{className:"opaca-table-container",children:[y&&L("div",{className:"opaca-loading-overlay",children:L(e,{size:24,className:"opaca-spin"},void 0,!1,void 0,this)},void 0,!1,void 0,this),L(bv,{open:F.open,onOpenChange:(S)=>$({...F,open:S}),title:F.title,data:F.data,onSave:b,field:F.field},void 0,!1,void 0,this),C.length>0?L(mT1,{children:[L(of,{children:[L(ef,{children:L(kv,{children:[T.map((S)=>L(yR,{onClick:()=>V(S.name),style:{cursor:"pointer",userSelect:"none"},children:L("div",{style:{display:"flex",alignItems:"center"},children:[S.label||S.name,D(S.name)]},void 0,!0,void 0,this)},S.name,!1,void 0,this)),J.timestamps&&L(yR,{onClick:()=>V("createdAt"),style:{cursor:"pointer",userSelect:"none"},children:L("div",{style:{display:"flex",alignItems:"center"},children:["Created At",D("createdAt")]},void 0,!0,void 0,this)},void 0,!1,void 0,this),L(yR,{style:{width:"50px"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),L(JI,{children:C.map((S)=>L(kv,{children:[T.map((x)=>{let N=S[x.name];return L(VR,{className:["richtext","json","group","relationship"].includes(x.type)?"opaca-cell-interactive":"",onClick:(s)=>{if(!["richtext","json","group","relationship"].includes(x.type))return;s.stopPropagation(),$({open:!0,title:x.label||x.name||"Details",data:N,field:x.name,docId:S.id})},children:x.type==="boolean"?N?L("span",{className:"opaca-badge",style:{color:"var(--opaca-success)"},children:"Yes"},void 0,!1,void 0,this):L("span",{className:"opaca-badge",style:{color:"var(--opaca-text-dim)"},children:"No"},void 0,!1,void 0,this):J.slug==="_opaca_assets"&&x.name==="filename"?L("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[L("div",{style:{width:"32px",height:"32px",borderRadius:"6px",background:"var(--opaca-surface)",overflow:"hidden",display:"flex",alignItems:"center",justifyContent:"center",border:"1px solid var(--opaca-border)"},children:(()=>{return String(S.mimeType||S.mime_type).startsWith("image/")?L("img",{src:`${f0()}/api/${J.apiPath||J.slug}/${S.id}/view`,style:{width:"100%",height:"100%",objectFit:"cover"},alt:""},void 0,!1,void 0,this):L(p1,{size:14,style:{opacity:0.5}},void 0,!1,void 0,this)})()},void 0,!1,void 0,this),L("span",{style:{fontWeight:500},children:String(N??"-")},void 0,!1,void 0,this)]},void 0,!0,void 0,this):x.type==="blocks"&&Array.isArray(N)?L("button",{type:"button",onClick:(s)=>{s.stopPropagation(),$({open:!0,title:x.label||x.name||"Blocks",data:N,field:x.name,docId:S.id})},className:"opaca-badge opaca-badge-interactive",style:{color:"var(--opaca-text-dim)"},children:[N.length," block",N.length!==1?"s":""]},void 0,!0,void 0,this):x.type==="relationship"?L("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem"},children:[(()=>{let s=Array.isArray(N)?N[0]:N;if(s&&typeof s==="object"&&s.filename)return L("div",{style:{width:"24px",height:"24px",borderRadius:"4px",overflow:"hidden",border:"1px solid var(--opaca-border)",flexShrink:0},children:L("img",{src:`${f0()}/api/_opaca_assets/${s.id}/view`,style:{width:"100%",height:"100%",objectFit:"cover"},alt:""},void 0,!1,void 0,this)},void 0,!1,void 0,this);return null})(),(()=>{let s=Array.isArray(N)?N[0]:N,m=s?.id||(typeof s==="string"?s:"");return L(k0,{href:`/admin/collections/${x.relationTo?.startsWith("_")?x.relationTo.replace(/^_/,""):x.relationTo||""}/${m}`,className:"opaca-relationship-chip opaca-relationship-interactive",style:{textDecoration:"none"},children:[L("div",{className:"opaca-relationship-dot"},void 0,!1,void 0,this),L("span",{className:"opaca-relationship-value",children:x.hasMany&&Array.isArray(N)?`${N.length} item${N.length!==1?"s":""}`:typeof s==="object"&&s!==null?s[x.displayField||"id"]||s.name||s.title||s.id||"[Object]":String(N??"-")},void 0,!1,void 0,this)]},void 0,!0,void 0,this)})()]},void 0,!0,void 0,this):x.type==="group"&&typeof N==="object"&&N!==null?L("span",{className:"opaca-badge",style:{background:"rgba(255, 255, 255, 0.05)",border:"1px solid var(--opaca-border)",color:"var(--opaca-text-dim)"},children:`{ ${Object.keys(N).length} keys }`},void 0,!1,void 0,this):x.type==="json"&&typeof N==="object"&&N!==null?L("span",{style:{color:"var(--opaca-text-dim)",fontFamily:"monospace",fontSize:"0.85em"},children:[JSON.stringify(N).slice(0,30),JSON.stringify(N).length>30?"...":""]},void 0,!0,void 0,this):x.type==="date"?L("span",{style:{color:"var(--opaca-text)",opacity:0.9},children:w_(N)},void 0,!1,void 0,this):typeof N==="object"&&N!==null?L("span",{className:"opaca-badge",style:{background:"rgba(255, 255, 255, 0.05)",border:"1px solid var(--opaca-border)",color:"var(--opaca-text-dim)"},children:"[Object]"},void 0,!1,void 0,this):L("span",{style:{color:"var(--opaca-text)",opacity:0.9},children:x.type==="richtext"?f9(N).slice(0,30)+(f9(N).length>30?"...":""):typeof N==="string"&&N.length>30?`${N.slice(0,30)}...`:String(N??"-")},void 0,!1,void 0,this)},x.name,!1,void 0,this)}),J.timestamps&&L(VR,{style:{color:"var(--opaca-text-muted)",fontSize:"12px"},children:w_(S[R],!0)},void 0,!1,void 0,this),L(VR,{children:L(k0,{href:`/admin/collections/${k}/${S.id}`,className:"opaca-btn opaca-btn-outline",style:{padding:"0.4rem"},title:"Edit Document",children:L(a0,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},S.id,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this),w&&L("div",{className:"opaca-pagination",style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginTop:"1rem"},children:[L("div",{className:"opaca-pagination-info",style:{color:"var(--opaca-text-muted)",fontSize:"0.875rem"},children:["Showing ",(w.page-1)*w.limit+1," to"," ",Math.min(w.page*w.limit,w.totalDocs)," of ",w.totalDocs," documents"]},void 0,!0,void 0,this),L("div",{style:{display:"flex",alignItems:"center",gap:"1.5rem"},children:[L("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem"},children:[L("span",{style:{fontSize:"0.875rem",color:"var(--opaca-text-muted)"},children:"Rows per page:"},void 0,!1,void 0,this),L("select",{value:X,onChange:(S)=>{G(Number(S.target.value)),Q(1)},className:"opaca-input",style:{padding:"0.25rem 0.5rem",height:"auto",width:"auto"},children:[L("option",{value:"10",children:"10"},void 0,!1,void 0,this),L("option",{value:"25",children:"25"},void 0,!1,void 0,this),L("option",{value:"50",children:"50"},void 0,!1,void 0,this),L("option",{value:"100",children:"100"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),L("div",{className:"opaca-pagination-actions",style:{display:"flex",gap:"0.5rem"},children:[L("button",{type:"button",className:"opaca-btn opaca-btn-outline",disabled:!w.hasPrevPage||y,onClick:()=>Q(Z-1),style:{padding:"0.4rem"},children:L(G2,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),L("button",{type:"button",className:"opaca-btn opaca-btn-outline",disabled:!w.hasNextPage||y,onClick:()=>Q(Z+1),style:{padding:"0.4rem"},children:L(B0,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this):!y?L("div",{className:"opaca-empty",children:[L("div",{className:"opaca-empty-icon",children:L($9,{size:32},void 0,!1,void 0,this)},void 0,!1,void 0,this),L("h3",{style:{fontSize:"1.125rem",fontWeight:"600"},children:"No documents found"},void 0,!1,void 0,this),L("p",{className:"opaca-subtitle",style:{maxWidth:"300px"},children:"This collection is currently empty. Start by creating your first document."},void 0,!1,void 0,this),L(k0,{href:`/admin/collections/${k}/create`,className:"opaca-btn opaca-btn-primary",style:{textDecoration:"none",marginTop:"0.5rem"},children:[L(X0,{size:18},void 0,!1,void 0,this),"Create First ",J.label||J.slug]},void 0,!0,void 0,this)]},void 0,!0,void 0,this):L("div",{style:{height:"200px"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}import{jsxDEV as K1}from"react/jsx-dev-runtime";function V_({config:J,user:Z}){let Q=J.collections.filter((X)=>!X.slug.startsWith("_"));return K1("div",{children:[K1("div",{className:"opaca-header",style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"2rem"},children:[K1("div",{children:[K1("h1",{className:"opaca-title",style:{marginBottom:"0.25rem"},children:J.appName||"OpacaCMS"},void 0,!1,void 0,this),K1("p",{className:"opaca-subtitle",children:"Overview of your content management system"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Z&&K1("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",padding:"0.625rem 1rem",background:"rgba(255, 255, 255, 0.03)",borderRadius:"12px",border:"1px solid rgba(255, 255, 255, 0.08)",backdropFilter:"blur(10px)",boxShadow:"0 4px 12px rgba(0, 0, 0, 0.1)"},children:[K1("div",{style:{width:"36px",height:"36px",borderRadius:"10px",background:"linear-gradient(135deg, var(--opaca-accent) 0%, #a78bfa 100%)",color:"white",display:"flex",alignItems:"center",justifyContent:"center",fontSize:"0.875rem",fontWeight:"600",boxShadow:"0 2px 8px rgba(124, 58, 237, 0.3)"},children:Z.name.charAt(0).toUpperCase()},void 0,!1,void 0,this),K1("div",{style:{lineHeight:"1.3"},children:[K1("div",{style:{fontSize:"0.875rem",fontWeight:"600",color:"var(--opaca-text)"},children:Z.name},void 0,!1,void 0,this),K1("div",{style:{fontSize:"0.75rem",color:"var(--opaca-text-dim)"},children:Z.email},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),K1("div",{className:"opaca-grid",style:{marginBottom:"2.5rem"},children:[K1("div",{className:"opaca-card",children:[K1("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"0.75rem"},children:[K1("div",{style:{padding:"0.5rem",background:"var(--opaca-primary-glow)",color:"var(--opaca-accent)",borderRadius:"var(--opaca-radius)"},children:K1(Y5,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this),K1("div",{children:[K1("div",{style:{fontSize:"1.25rem",fontWeight:"600",lineHeight:"1.2"},children:Q.length},void 0,!1,void 0,this),K1("div",{style:{fontSize:"0.6875rem",color:"var(--opaca-text-dim)",textTransform:"uppercase",letterSpacing:"0.05em"},children:"Collections"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),K1("p",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:"Schema defined by Drizzle and synced automatically."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),K1("div",{className:"opaca-card",children:[K1("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"0.75rem"},children:[K1("div",{style:{padding:"0.5rem",background:"rgba(52, 211, 153, 0.1)",color:"var(--opaca-success)",borderRadius:"var(--opaca-radius)"},children:K1(H9,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this),K1("div",{children:[K1("div",{style:{fontSize:"1.25rem",fontWeight:"600",lineHeight:"1.2"},children:"Online"},void 0,!1,void 0,this),K1("div",{style:{fontSize:"0.6875rem",color:"var(--opaca-text-dim)",textTransform:"uppercase",letterSpacing:"0.05em"},children:"API Status"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),K1("p",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:["Hono-powered API on ",J.serverURL||"localhost","."]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),K1("div",{style:{fontSize:"0.6875rem",fontWeight:"500",color:"var(--opaca-text-dim)",textTransform:"uppercase",letterSpacing:"0.05em",marginBottom:"0.75rem"},children:"Collections"},void 0,!1,void 0,this),K1("div",{className:"opaca-grid",children:Q.filter((X)=>!X.hidden).sort((X,G)=>X.admin===G.admin?0:X.admin?-1:1).map((X)=>{let G=X.label||X.slug.replace(/^_+/,"").replace(/_/g," ").replace(/\b\w/g,(W)=>W.toUpperCase());return K1(k0,{href:`/admin/collections/${X.slug}`,className:"opaca-card",style:{textDecoration:"none",color:"inherit",cursor:"pointer"},children:[K1("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"0.25rem"},children:[K1("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem"},children:[K1("span",{style:{fontWeight:"500",fontSize:"0.875rem"},children:G},void 0,!1,void 0,this),X.admin&&K1("div",{style:{width:"5px",height:"5px",borderRadius:"50%",backgroundColor:"var(--opaca-accent)",opacity:0.8,boxShadow:"0 0 5px var(--opaca-accent)"},title:X.slug==="_opaca_assets"?"System Assets Registry":"Universal Collection"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),K1(q9,{size:14,color:"var(--opaca-text-dim)"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),K1("div",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:[X.fields.length," fields"]},void 0,!0,void 0,this)]},X.slug,!0,void 0,this)})},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var g1=((J)=>{return J[J.None=0]="None",J[J.Mutable=1]="Mutable",J[J.Watching=2]="Watching",J[J.RecursedCheck=4]="RecursedCheck",J[J.Recursed=8]="Recursed",J[J.Dirty=16]="Dirty",J[J.Pending=32]="Pending",J})(g1||{});function ZI({update:J,notify:Z,unwatched:Q}){return{link:X,unlink:G,propagate:W,checkDirty:H,shallowPropagate:q};function X(K,B,F){let $=B.depsTail;if($!==void 0&&$.dep===K)return;let P=$!==void 0?$.nextDep:B.deps;if(P!==void 0&&P.dep===K){P.version=F,B.depsTail=P;return}let O=K.subsTail;if(O!==void 0&&O.version===F&&O.sub===B)return;let A=B.depsTail=K.subsTail={version:F,dep:K,sub:B,prevDep:$,nextDep:P,prevSub:O,nextSub:void 0};if(P!==void 0)P.prevDep=A;if($!==void 0)$.nextDep=A;else B.deps=A;if(O!==void 0)O.nextSub=A;else K.subs=A}function G(K,B=K.sub){let{dep:F,prevDep:$,nextDep:P,nextSub:O,prevSub:A}=K;if(P!==void 0)P.prevDep=$;else B.depsTail=$;if($!==void 0)$.nextDep=P;else B.deps=P;if(O!==void 0)O.prevSub=A;else F.subsTail=A;if(A!==void 0)A.nextSub=O;else if((F.subs=O)===void 0)Q(F);return P}function W(K){let B=K.nextSub,F;J:do{let $=K.sub,P=$.flags;if(!(P&60))$.flags=P|32;else if(!(P&12))P=0;else if(!(P&4))$.flags=P&-9|32;else if(!(P&48)&&z(K,$))$.flags=P|40,P&=1;else P=0;if(P&2)Z($);if(P&1){let O=$.subs;if(O!==void 0){let A=(K=O).nextSub;if(A!==void 0)F={value:B,prev:F},B=A;continue}}if((K=B)!==void 0){B=K.nextSub;continue}while(F!==void 0)if(K=F.value,F=F.prev,K!==void 0){B=K.nextSub;continue J}break}while(!0)}function H(K,B){let F,$=0,P=!1;J:do{let O=K.dep,A=O.flags;if(B.flags&16)P=!0;else if((A&17)===17){if(J(O)){let T=O.subs;if(T.nextSub!==void 0)q(T);P=!0}}else if((A&33)===33){if(K.nextSub!==void 0||K.prevSub!==void 0)F={value:K,prev:F};K=O.deps,B=O,++$;continue}if(!P){let T=K.nextDep;if(T!==void 0){K=T;continue}}while($--){let T=B.subs,w=T.nextSub!==void 0;if(w)K=F.value,F=F.prev;else K=T;if(P){if(J(B)){if(w)q(T);B=K.sub;continue}P=!1}else B.flags&=-33;B=K.sub;let y=K.nextDep;if(y!==void 0){K=y;continue J}}return P}while(!0)}function q(K){do{let B=K.sub,F=B.flags;if((F&48)===32){if(B.flags=F|16,(F&6)===2)Z(B)}}while((K=K.nextSub)!==void 0)}function z(K,B){let F=B.depsTail;while(F!==void 0){if(F===K)return!0;F=F.prevDep}return!1}}var YI=0,o3=0,CR=0,Z9=[],{link:WE2,unlink:C_,propagate:HE2,checkDirty:_T1,shallowPropagate:qE2}=ZI({update(J){if(J.depsTail!==void 0)return uT1(J);else return pT1(J)},notify(J){let Z=CR,Q=Z;do if(Z9[Z++]=J,J.flags&=-3,J=J.subs?.sub,J===void 0||!(J.flags&2))break;while(!0);CR=Z;while(Q<--Z){let X=Z9[Q];Z9[Q++]=Z9[Z],Z9[Z]=X}},unwatched(J){if(!(J.flags&1))sT1.call(J);else if(J.depsTail!==void 0)J.depsTail=void 0,J.flags=17,Sv(J)}});function b_(){return YI}function k_(){++YI}function U_(){if(!--YI)dT1()}function uT1(J){J.depsTail=void 0,J.flags=5;try{let Z=J.value;return Z!==(J.value=J.getter(Z))}finally{J.flags&=-5,Sv(J)}}function pT1(J){return J.flags=1,J.currentValue!==(J.currentValue=J.pendingValue)}function lT1(J){let Z=J.flags;if(Z&16||Z&32&&_T1(J.deps,J)){J.depsTail=void 0,J.flags=6;try{J.fn()}finally{J.flags&=-5,Sv(J)}}else J.flags=2}function dT1(){try{while(o3<CR){let J=Z9[o3];Z9[o3++]=void 0,lT1(J)}}finally{while(o3<CR){let J=Z9[o3];Z9[o3++]=void 0,J.flags|=10}o3=0,CR=0}}function sT1(){this.depsTail=void 0,this.flags=0,Sv(this);let J=this.subs;if(J!==void 0)C_(J)}function Sv(J){let Z=J.depsTail,Q=Z!==void 0?Z.nextDep:J.deps;while(Q!==void 0)Q=C_(Q,J)}function Mv(J,Z,Q){let X=typeof J==="object",G=X?J:void 0;return{next:(X?J.next:J)?.bind(G),error:(X?J.error:Z)?.bind(G),complete:(X?J.complete:Q)?.bind(G)}}var QI=[],Ev=0,{link:S_,unlink:rT1,propagate:aT1,checkDirty:E_,shallowPropagate:D_}=ZI({update(J){return J._update()},notify(J){QI[XI++]=J,J.flags&=~g1.Watching},unwatched(J){if(J.depsTail!==void 0)J.depsTail=void 0,J.flags=g1.Mutable|g1.Dirty,Rv(J)}}),Dv=0,XI=0,v5;function Rv(J){let Z=J.depsTail,Q=Z!==void 0?Z.nextDep:J.deps;while(Q!==void 0)Q=rT1(Q,J)}function GI(){if(b_()>0)return;while(Dv<XI){let J=QI[Dv];QI[Dv++]=void 0,J.notify()}Dv=0,XI=0}function WI(J,Z){let Q=typeof J==="function",X=J,G={_snapshot:Q?void 0:J,subs:void 0,subsTail:void 0,deps:void 0,depsTail:void 0,flags:Q?g1.None:g1.Mutable,get(){if(v5!==void 0)S_(G,v5,Ev);return G._snapshot},subscribe(W){let H=Mv(W),q={current:!1},z=cT1(()=>{if(G.get(),!q.current)q.current=!0;else H.next?.(G._snapshot)});return{unsubscribe:()=>{z.stop()}}},_update(W){let H=v5,q=Z?.compare??Object.is;if(Q)v5=G,++Ev,G.depsTail=void 0;else if(W===void 0)return!1;if(Q)G.flags=g1.Mutable|g1.RecursedCheck;try{let z=G._snapshot,K=typeof W==="function"?W(z):W===void 0&&Q?X(z):W;if(z===void 0||!q(z,K))return G._snapshot=K,!0;return!1}finally{if(v5=H,Q)G.flags&=~g1.RecursedCheck;Rv(G)}}};if(Q)G.flags=g1.Mutable|g1.Dirty,G.get=function(){let W=G.flags;if(W&g1.Dirty||W&g1.Pending&&E_(G.deps,G)){if(G._update()){let H=G.subs;if(H!==void 0)D_(H)}}else if(W&g1.Pending)G.flags=W&~g1.Pending;if(v5!==void 0)S_(G,v5,Ev);return G._snapshot};else G.set=function(W){if(G._update(W)){let H=G.subs;if(H!==void 0)aT1(H),D_(H),GI()}};return G}function cT1(J){let Z=()=>{let X=v5;v5=Q,++Ev,Q.depsTail=void 0,Q.flags=g1.Watching|g1.RecursedCheck;try{return J()}finally{v5=X,Q.flags&=~g1.RecursedCheck,Rv(Q)}},Q={deps:void 0,depsTail:void 0,subs:void 0,subsTail:void 0,flags:g1.Watching|g1.RecursedCheck,notify(){let X=this.flags;if(X&g1.Dirty||X&g1.Pending&&E_(this.deps,this))Z();else this.flags=g1.Watching},stop(){this.flags=g1.None,this.depsTail=void 0,Rv(this)}};return Z(),Q}class HI{constructor(J){this.atom=WI(J)}setState(J){this.atom.set(J)}get state(){return this.atom.get()}get(){return this.state}subscribe(J){return this.atom.subscribe(Mv(J))}}class qI{constructor(J){this.atom=WI(J)}get state(){return this.atom.get()}get(){return this.state}subscribe(J){return this.atom.subscribe(Mv(J))}}function e3(J){if(typeof J==="function")return new qI(J);return new HI(J)}function g0(J){try{k_(),J()}finally{U_(),GI()}}var R_=class{constructor(J,Z){if(this.fn=J,this.options=Z,this.lastExecutionTime=0,this.isPending=!1,this.maybeExecute=(...Q)=>{let X=Date.now()-this.lastExecutionTime;if(this.options.leading&&X>=this.options.wait)this.execute(...Q);else if(this.lastArgs=Q,!this.timeoutId&&this.options.trailing){let G=this.options.wait-X;this.isPending=!0,this.timeoutId=setTimeout(()=>{if(this.lastArgs!==void 0)this.execute(...this.lastArgs)},G)}},this.execute=(...Q)=>{this.fn(...Q),this.options.onExecute?.(Q,this),this.lastExecutionTime=Date.now(),this.clearTimeout(),this.lastArgs=void 0,this.isPending=!1},this.flush=()=>{if(this.isPending&&this.lastArgs)this.execute(...this.lastArgs)},this.cancel=()=>{this.clearTimeout(),this.lastArgs=void 0,this.isPending=!1},this.clearTimeout=()=>{if(this.timeoutId)clearTimeout(this.timeoutId),this.timeoutId=void 0},this.options.leading===void 0&&this.options.trailing===void 0)this.options.leading=!0,this.options.trailing=!0}};function zI(J,Z){return new R_(J,Z).maybeExecute}class vv{#G=!0;#Z;#J;#B;#Y;#H;#Q;#q;#$=0;#P=5;#W=!1;#z=!1;#X=null;#F=()=>{this.debugLog("Connected to event bus"),this.#H=!0,this.#W=!1,this.debugLog("Emitting queued events",this.#Y),this.#Y.forEach((J)=>this.emitEventToBus(J)),this.#Y=[],this.stopConnectLoop(),this.#J().removeEventListener("tanstack-connect-success",this.#F)};#K=()=>{if(this.#$<this.#P){this.#$++,this.dispatchCustomEvent("tanstack-connect",{});return}this.#J().removeEventListener("tanstack-connect",this.#K),this.#z=!0,this.debugLog("Max retries reached, giving up on connection"),this.stopConnectLoop()};#A=()=>{if(this.#W)return;this.#W=!0,this.#J().addEventListener("tanstack-connect-success",this.#F),this.#K()};constructor({pluginId:J,debug:Z=!1,enabled:Q=!0,reconnectEveryMs:X=300}){this.#Z=J,this.#G=Q,this.#J=this.getGlobalTarget,this.#B=Z,this.debugLog(" Initializing event subscription for plugin",this.#Z),this.#Y=[],this.#H=!1,this.#z=!1,this.#Q=null,this.#q=X}startConnectLoop(){if(this.#Q!==null||this.#H)return;this.debugLog(`Starting connect loop (every ${this.#q}ms)`),this.#Q=setInterval(this.#K,this.#q)}stopConnectLoop(){if(this.#W=!1,this.#Q===null)return;clearInterval(this.#Q),this.#Q=null,this.#Y=[],this.debugLog("Stopped connect loop")}debugLog(...J){if(this.#B)console.log(`\uD83C\uDF34 [tanstack-devtools:${this.#Z}-plugin]`,...J)}getGlobalTarget(){if(typeof globalThis<"u"&&globalThis.__TANSTACK_EVENT_TARGET__)return this.debugLog("Using global event target"),globalThis.__TANSTACK_EVENT_TARGET__;if(typeof window<"u"&&typeof window.addEventListener<"u")return this.debugLog("Using window as event target"),window;let J=typeof EventTarget<"u"?new EventTarget:void 0;if(typeof J>"u"||typeof J.addEventListener>"u")return this.debugLog("No event mechanism available, running in non-web environment"),{addEventListener:()=>{},removeEventListener:()=>{},dispatchEvent:()=>!1};return this.debugLog("Using new EventTarget as fallback"),J}getPluginId(){return this.#Z}dispatchCustomEventShim(J,Z){try{let Q=new Event(J,{detail:Z});this.#J().dispatchEvent(Q)}catch(Q){this.debugLog("Failed to dispatch shim event")}}dispatchCustomEvent(J,Z){try{this.#J().dispatchEvent(new CustomEvent(J,{detail:Z}))}catch(Q){this.dispatchCustomEventShim(J,Z)}}emitEventToBus(J){this.debugLog("Emitting event to client bus",J),this.dispatchCustomEvent("tanstack-dispatch-event",J)}createEventPayload(J,Z){return{type:`${this.#Z}:${J}`,payload:Z,pluginId:this.#Z}}emit(J,Z){if(!this.#G){this.debugLog("Event bus client is disabled, not emitting event",J,Z);return}if(this.#X)this.debugLog("Emitting event to internal event target",J,Z),this.#X.dispatchEvent(new CustomEvent(`${this.#Z}:${J}`,{detail:this.createEventPayload(J,Z)}));if(this.#z){this.debugLog("Previously failed to connect, not emitting to bus");return}if(!this.#H){if(this.debugLog("Bus not available, will be pushed as soon as connected"),this.#Y.push(this.createEventPayload(J,Z)),typeof CustomEvent<"u"&&!this.#W)this.#A(),this.startConnectLoop();return}return this.emitEventToBus(this.createEventPayload(J,Z))}on(J,Z,Q){let X=Q?.withEventTarget??!1,G=`${this.#Z}:${J}`;if(X){if(!this.#X)this.#X=new EventTarget;this.#X.addEventListener(G,(H)=>{Z(H.detail)})}if(!this.#G)return this.debugLog("Event bus client is disabled, not registering event",G),()=>{};let W=(H)=>{this.debugLog("Received event from bus",H.detail),Z(H.detail)};return this.#J().addEventListener(G,W),this.debugLog("Registered event to bus",G),()=>{if(X)this.#X?.removeEventListener(G,W);this.#J().removeEventListener(G,W)}}onAll(J){if(!this.#G)return this.debugLog("Event bus client is disabled, not registering event"),()=>{};let Z=(Q)=>{let X=Q.detail;J(X)};return this.#J().addEventListener("tanstack-devtools-global",Z),()=>this.#J().removeEventListener("tanstack-devtools-global",Z)}onAllPluginEvents(J){if(!this.#G)return this.debugLog("Event bus client is disabled, not registering event"),()=>{};let Z=(Q)=>{let X=Q.detail;if(this.#Z&&X.pluginId!==this.#Z)return;J(X)};return this.#J().addEventListener("tanstack-devtools-global",Z),()=>this.#J().removeEventListener("tanstack-devtools-global",Z)}}class M_ extends vv{constructor(){super({pluginId:"form-devtools",reconnectEveryMs:1000})}}var l0=new M_;function o9(J,Z){return typeof J==="function"?J(Z):J}function BE(J,Z){return Iv(Z).reduce((X,G)=>{if(X===null)return null;if(typeof X<"u")return X[G];return},J)}function $E(J,Z,Q){let X=Iv(Z);function G(W){if(!X.length)return o9(Q,W);let H=X.shift();if(typeof H==="string"||typeof H==="number"&&!Array.isArray(W)){if(typeof W==="object"){if(W===null)W={};return{...W,[H]:G(W[H])}}return{[H]:G()}}if(Array.isArray(W)&&typeof H==="number"){let q=W.slice(0,H);return[...q.length?q:Array(H),G(W[H]),...W.slice(H+1)]}return[...Array(H),G()]}return G(J)}function BI(J,Z){let Q=Iv(Z);function X(G){if(!G)return;if(Q.length===1){let H=Q[0];if(Array.isArray(G)&&typeof H==="number")return G.filter((K,B)=>B!==H);let{[H]:q,...z}=G;return z}let W=Q.shift();if(typeof W==="string"||typeof W==="number"&&!Array.isArray(G)){if(typeof G==="object")return{...G,[W]:X(G[W])}}if(typeof W==="number"){if(Array.isArray(G)){if(W>=G.length)return G;let H=G.slice(0,W);return[...H.length?H:Array(W),X(G[W]),...G.slice(W+1)]}}throw Error("It seems we have created an infinite loop in deleteBy. ")}return X(J)}var tT1=/^(\d+)$/gm,nT1=/\.(\d+)(?=\.)/gm,iT1=/^(\d+)\./gm,oT1=/\.(\d+$)/gm,eT1=/\.{2,}/gm,KI="__int__",xv=`${KI}$1`;function Iv(J){if(Array.isArray(J))return[...J];if(typeof J!=="string")throw Error("Path must be a string.");return J.replace(/(^\[)|]/gm,"").replace(/\[/g,".").replace(tT1,xv).replace(nT1,`.${xv}.`).replace(iT1,`${xv}.`).replace(oT1,`.${xv}`).replace(eT1,".").split(".").map((Z)=>{if(Z.startsWith(KI)){let Q=Z.substring(KI.length),X=parseInt(Q,10);if(String(X)===Q)return X;return Q}return Z})}function $I(J){return!(Array.isArray(J)&&J.length===0)}function FE(J,Z){let Q=(X)=>{return X.validators.filter(Boolean).map((G)=>{return{cause:G.cause,validate:G.fn}})};return Z.validationLogic({form:Z.form,validators:Z.validators,event:{type:J,async:!1},runValidation:Q})}function PE(J,Z){let{asyncDebounceMs:Q}=Z,{onBlurAsyncDebounceMs:X,onChangeAsyncDebounceMs:G,onDynamicAsyncDebounceMs:W}=Z.validators||{},H=Q??0,q=(z)=>{return z.validators.filter(Boolean).map((K)=>{let B=K?.cause||J,F=H;switch(B){case"change":F=G??H;break;case"blur":F=X??H;break;case"dynamic":F=W??H;break;case"submit":F=0;break}if(J==="submit")F=0;return{cause:B,validate:K.fn,debounceMs:F}})};return Z.validationLogic({form:Z.form,validators:Z.validators,event:{type:J,async:!0},runValidation:q})}var AE=(J)=>{return!!J&&typeof J==="object"&&"fields"in J};function t2(J,Z){if(Object.is(J,Z))return!0;if(typeof J!=="object"||J===null||typeof Z!=="object"||Z===null)return!1;if(J instanceof Date&&Z instanceof Date)return J.getTime()===Z.getTime();if(J instanceof Map&&Z instanceof Map){if(J.size!==Z.size)return!1;for(let[G,W]of J)if(!Z.has(G)||!Object.is(W,Z.get(G)))return!1;return!0}if(J instanceof Set&&Z instanceof Set){if(J.size!==Z.size)return!1;for(let G of J)if(!Z.has(G))return!1;return!0}let Q=Object.keys(J),X=Object.keys(Z);if(Q.length!==X.length)return!1;for(let G of Q)if(!X.includes(G)||!t2(J[G],Z[G]))return!1;return!0}var jv=({newFormValidatorError:J,isPreviousErrorFromFormValidator:Z,previousErrorValue:Q})=>{if(J)return{newErrorValue:J,newSource:"form"};if(Z)return{newErrorValue:void 0,newSource:void 0};if(Q)return{newErrorValue:Q,newSource:"field"};return{newErrorValue:void 0,newSource:void 0}},gv=({formLevelError:J,fieldLevelError:Z})=>{if(Z)return{newErrorValue:Z,newSource:"field"};if(J)return{newErrorValue:J,newSource:"form"};return{newErrorValue:void 0,newSource:void 0}};function b0(J,Z){if(J===void 0||J===null)return Z;return{...J,...Z}}var JJ=256,fv=[],hv;while(JJ--)fv[JJ]=(JJ+256).toString(16).substring(1);function bR(){let J=0,Z,Q="";if(!hv||JJ+16>256){hv=Array(256),J=256;while(J--)hv[J]=256*Math.random()|0;J=0,JJ=0}for(;J<16;J++){if(Z=hv[JJ+J],J===6)Q+=fv[Z&15|64];else if(J===8)Q+=fv[Z&63|128];else Q+=fv[Z];if(J&1&&J>1&&J<11)Q+="-"}return JJ++,Q}var FI=zI((J)=>l0.emit("form-state",{id:J.formId,state:J.store.state}),{wait:300});function ZJ(J){if(J===null||typeof J!=="object")return J;if(J instanceof Date)return new Date(J.getTime());if(Array.isArray(J)){let Q=[];for(let X=0;X<J.length;X++)Q[X]=ZJ(J[X]);return Q}if(J instanceof Map){let Q=new Map;return J.forEach((X,G)=>{Q.set(G,ZJ(X))}),Q}if(J instanceof Set){let Q=new Set;return J.forEach((X)=>{Q.add(ZJ(X))}),Q}let Z={};for(let Q in J)if(Object.prototype.hasOwnProperty.call(J,Q))Z[Q]=ZJ(J[Q]);return Z}var e9=(J)=>{if(!J.validators)return J.runValidation({validators:[],form:J.form});let Z=J.event.async,Q=Z?void 0:{fn:J.validators.onMount,cause:"mount"},X={fn:Z?J.validators.onChangeAsync:J.validators.onChange,cause:"change"},G={fn:Z?J.validators.onBlurAsync:J.validators.onBlur,cause:"blur"},W={fn:Z?J.validators.onSubmitAsync:J.validators.onSubmit,cause:"submit"},H=Z?void 0:{fn:()=>{return},cause:"server"};switch(J.event.type){case"mount":return J.runValidation({validators:[Q],form:J.form});case"submit":return J.runValidation({validators:[X,G,W,H],form:J.form});case"server":return J.runValidation({validators:[],form:J.form});case"blur":return J.runValidation({validators:[G,H],form:J.form});case"change":return J.runValidation({validators:[X,H],form:J.form});default:throw Error(`Unknown validation event type: ${J.event.type}`)}};function Jw1(J,Z){let Q=new Map;for(let X of J){let G=X.path??[],W=Z,H="";for(let q=0;q<G.length;q++){let z=G[q];if(z===void 0)continue;let K=typeof z==="object"?z.key:z,B=Number(K);if(Array.isArray(W)&&!Number.isNaN(B))H+=`[${B}]`;else H+=(q>0?".":"")+String(K);if(typeof W==="object"&&W!==null)W=W[K];else W=void 0}Q.set(H,(Q.get(H)??[]).concat(X))}return Object.fromEntries(Q)}var v_=(J,Z)=>{let Q=Jw1(J,Z);return{form:Q,fields:Q}},J3={validate({value:J,validationSource:Z},Q){let X=Q["~standard"].validate(J);if(X instanceof Promise)throw Error("async function passed to sync validator");if(!X.issues)return;if(Z==="field")return X.issues;return v_(X.issues,J)},async validateAsync({value:J,validationSource:Z},Q){let X=await Q["~standard"].validate(J);if(!X.issues)return;if(Z==="field")return X.issues;return v_(X.issues,J)}},Nv=(J)=>!!J&&("~standard"in J);var Z3={isValidating:!1,isTouched:!1,isBlurred:!1,isDirty:!1,isPristine:!0,isValid:!0,isDefaultValue:!0,errors:[],errorMap:{},errorSourceMap:{}};function kR(J){function Z(B,F,$){let P=H(B,F,"move",$),O=Math.min(F,$),A=Math.max(F,$);for(let w=O;w<=A;w++)P.push(W(B,w));let T=Object.keys(J.fieldInfo).reduce((w,y)=>{if(y.startsWith(W(B,F)))w.set(y,J.getFieldMeta(y));return w},new Map);z(P,F<$?"up":"down"),Object.keys(J.fieldInfo).filter((w)=>w.startsWith(W(B,$))).forEach((w)=>{let y=w.replace(W(B,$),W(B,F)),V=T.get(y);if(V)J.setFieldMeta(w,V)})}function Q(B,F){let $=H(B,F,"remove");z($,"up")}function X(B,F,$){H(B,F,"swap",$).forEach((O)=>{if(!O.toString().startsWith(W(B,F)))return;let A=O.toString().replace(W(B,F),W(B,$)),[T,w]=[J.getFieldMeta(O),J.getFieldMeta(A)];if(T)J.setFieldMeta(A,T);if(w)J.setFieldMeta(O,w)})}function G(B,F){let $=H(B,F,"insert");z($,"down"),$.forEach((P)=>{if(P.toString().startsWith(W(B,F)))J.setFieldMeta(P,K())})}function W(B,F){return`${B}[${F}]`}function H(B,F,$,P){let O=[W(B,F)];switch($){case"swap":O.push(W(B,P));break;case"move":{let[A,T]=[Math.min(F,P),Math.max(F,P)];for(let w=A;w<=T;w++)O.push(W(B,w));break}default:{let A=J.getFieldValue(B),T=Array.isArray(A)?A.length:0;for(let w=F+1;w<T;w++)O.push(W(B,w));break}}return Object.keys(J.fieldInfo).filter((A)=>O.some((T)=>A.startsWith(T)))}function q(B,F){return B.replace(/\[(\d+)\]/,($,P)=>{let O=parseInt(P,10);return`[${F==="up"?O+1:Math.max(0,O-1)}]`})}function z(B,F){(F==="up"?B:[...B].reverse()).forEach((P)=>{let O=q(P.toString(),F),A=J.getFieldMeta(O);if(A)J.setFieldMeta(P,A);else J.setFieldMeta(P,K())})}let K=()=>Z3;return{handleArrayMove:Z,handleArrayRemove:Q,handleArraySwap:X,handleArrayInsert:G}}function PI(J){return{values:J.values??{},errorMap:J.errorMap??{},fieldMetaBase:J.fieldMetaBase??{},isSubmitted:J.isSubmitted??!1,isSubmitting:J.isSubmitting??!1,isValidating:J.isValidating??!1,submissionAttempts:J.submissionAttempts??0,isSubmitSuccessful:J.isSubmitSuccessful??!1,validationMetaMap:J.validationMetaMap??{onChange:void 0,onBlur:void 0,onSubmit:void 0,onMount:void 0,onServer:void 0,onDynamic:void 0}}}class SR{constructor(J){this.options={},this.fieldInfo={},this.mount=()=>{let G=this.store.subscribe(()=>{FI(this)}),W=l0.on("request-form-state",(B)=>{if(B.payload.id===this._formId)l0.emit("form-api",{id:this._formId,state:this.store.state,options:this.options})}),H=l0.on("request-form-reset",(B)=>{if(B.payload.id===this._formId)this.reset()}),q=l0.on("request-form-force-submit",(B)=>{if(B.payload.id===this._formId)this._devtoolsSubmissionOverride=!0,this.handleSubmit(),this._devtoolsSubmissionOverride=!1}),z=()=>{q(),H(),W(),G.unsubscribe(),l0.emit("form-unmounted",{id:this._formId})};this.options.listeners?.onMount?.({formApi:this});let{onMount:K}=this.options.validators||{};if(l0.emit("form-api",{id:this._formId,state:this.store.state,options:this.options}),!K)return z;return this.validateSync("mount"),z},this.update=(G)=>{if(!G)return;let W=this.options;this.options=G;let H=G.defaultValues&&!t2(G.defaultValues,W.defaultValues)&&!this.state.isTouched,q=!t2(G.defaultState,W.defaultState)&&!this.state.isTouched;if(!H&&!q)return;g0(()=>{this.baseStore.setState(()=>PI(Object.assign({},this.state,q?G.defaultState:{},H?{values:G.defaultValues}:{})))}),l0.emit("form-api",{id:this._formId,state:this.store.state,options:this.options})},this.reset=(G,W)=>{let{fieldMeta:H}=this.state,q=this.resetFieldMeta(H);if(G&&!W?.keepDefaultValues)this.options={...this.options,defaultValues:G};this.baseStore.setState(()=>PI({...this.options.defaultState,values:G??this.options.defaultValues??this.options.defaultState?.values,fieldMetaBase:q}))},this.validateAllFields=async(G)=>{let W=[];return g0(()=>{Object.values(this.fieldInfo).forEach((q)=>{if(!q.instance)return;let z=q.instance;if(W.push(Promise.resolve().then(()=>z.validate(G,{skipFormValidation:!0}))),!q.instance.state.meta.isTouched)q.instance.setMeta((K)=>({...K,isTouched:!0}))})}),(await Promise.all(W)).flat()},this.validateArrayFieldsStartingFrom=async(G,W,H)=>{let q=this.getFieldValue(G),z=Array.isArray(q)?Math.max(q.length-1,0):null,K=[`${G}[${W}]`];for(let P=W+1;P<=(z??0);P++)K.push(`${G}[${P}]`);let B=Object.keys(this.fieldInfo).filter((P)=>K.some((O)=>P.startsWith(O))),F=[];return g0(()=>{B.forEach((P)=>{F.push(Promise.resolve().then(()=>this.validateField(P,H)))})}),(await Promise.all(F)).flat()},this.validateField=(G,W)=>{let H=this.fieldInfo[G]?.instance;if(!H){let{hasErrored:q}=this.validateSync(W);if(q&&!this.options.asyncAlways)return this.getFieldMeta(G)?.errors??[];return this.validateAsync(W).then(()=>{return this.getFieldMeta(G)?.errors??[]})}if(!H.state.meta.isTouched)H.setMeta((q)=>({...q,isTouched:!0}));return H.validate(W)},this.validateSync=(G)=>{let W=FE(G,{...this.options,form:this,validationLogic:this.options.validationLogic||e9}),H=!1,q={};return g0(()=>{for(let B of W){if(!B.validate)continue;let F=this.runValidator({validate:B.validate,value:{value:this.state.values,formApi:this,validationSource:"form"},type:"validate"}),{formError:$,fieldErrors:P}=Lv(F),O=UR(B.cause),A=new Set([...Object.keys(this.state.fieldMeta),...Object.keys(P||{})]);for(let T of A){if(this.baseStore.state.fieldMetaBase[T]===void 0&&!P?.[T])continue;let w=this.getFieldMeta(T)??Z3,{errorMap:y,errorSourceMap:V}=w,b=P?.[T],{newErrorValue:D,newSource:C}=jv({newFormValidatorError:b,isPreviousErrorFromFormValidator:V?.[O]==="form",previousErrorValue:y?.[O]});if(C==="form")q[T]={...q[T],[O]:b};if(y?.[O]!==D)this.setFieldMeta(T,(R=Z3)=>({...R,errorMap:{...R.errorMap,[O]:D},errorSourceMap:{...R.errorSourceMap,[O]:C}}))}if(this.state.errorMap?.[O]!==$)this.baseStore.setState((T)=>({...T,errorMap:{...T.errorMap,[O]:$}}));if($||P)H=!0}let z=UR("submit");if(this.state.errorMap?.[z]&&G!=="submit"&&!H)this.baseStore.setState((B)=>({...B,errorMap:{...B.errorMap,[z]:void 0}}));let K=UR("server");if(this.state.errorMap?.[K]&&G!=="server"&&!H)this.baseStore.setState((B)=>({...B,errorMap:{...B.errorMap,[K]:void 0}}))}),{hasErrored:H,fieldsErrorMap:q}},this.validateAsync=async(G)=>{let W=PE(G,{...this.options,form:this,validationLogic:this.options.validationLogic||e9});if(!this.state.isFormValidating)this.baseStore.setState((B)=>({...B,isFormValidating:!0}));let H=[],q;for(let B of W){if(!B.validate)continue;let F=UR(B.cause);this.state.validationMetaMap[F]?.lastAbortController.abort();let P=new AbortController;this.state.validationMetaMap[F]={lastAbortController:P},H.push(new Promise(async(O)=>{let A;try{A=await new Promise((V,b)=>{setTimeout(async()=>{if(P.signal.aborted)return V(void 0);try{V(await this.runValidator({validate:B.validate,value:{value:this.state.values,formApi:this,validationSource:"form",signal:P.signal},type:"validateAsync"}))}catch(D){b(D)}},B.debounceMs)})}catch(V){A=V}let{formError:T,fieldErrors:w}=Lv(A);if(w)q=q?{...q,...w}:w;let y=UR(B.cause);for(let V of Object.keys(this.state.fieldMeta)){if(this.baseStore.state.fieldMetaBase[V]===void 0)continue;let b=this.getFieldMeta(V);if(!b)continue;let{errorMap:D,errorSourceMap:C}=b,R=q?.[V],{newErrorValue:k,newSource:S}=jv({newFormValidatorError:R,isPreviousErrorFromFormValidator:C?.[y]==="form",previousErrorValue:D?.[y]});if(D?.[y]!==k)this.setFieldMeta(V,(x)=>({...x,errorMap:{...x.errorMap,[y]:k},errorSourceMap:{...x.errorSourceMap,[y]:S}}))}this.baseStore.setState((V)=>({...V,errorMap:{...V.errorMap,[y]:T}})),O(q?{fieldErrors:q,errorMapKey:y}:void 0)}))}let z=[],K={};if(H.length){z=await Promise.all(H);for(let B of z)if(B?.fieldErrors){let{errorMapKey:F}=B;for(let[$,P]of Object.entries(B.fieldErrors)){let A={...K[$]||{},[F]:P};K[$]=A}}}return this.baseStore.setState((B)=>({...B,isFormValidating:!1})),K},this.validate=(G)=>{let{hasErrored:W,fieldsErrorMap:H}=this.validateSync(G);if(W&&!this.options.asyncAlways)return H;return this.validateAsync(G)},this._handleSubmit=async(G)=>{this.baseStore.setState((q)=>({...q,isSubmitted:!1,submissionAttempts:q.submissionAttempts+1,isSubmitSuccessful:!1})),g0(()=>{Object.values(this.fieldInfo).forEach((q)=>{if(!q.instance)return;if(!q.instance.state.meta.isTouched)q.instance.setMeta((z)=>({...z,isTouched:!0}))})});let W=G??this.options.onSubmitMeta;if(!this.state.canSubmit&&!this._devtoolsSubmissionOverride){this.options.onSubmitInvalid?.({value:this.state.values,formApi:this,meta:W});return}this.baseStore.setState((q)=>({...q,isSubmitting:!0}));let H=()=>{this.baseStore.setState((q)=>({...q,isSubmitting:!1}))};if(await this.validateAllFields("submit"),!this.state.isFieldsValid){H(),this.options.onSubmitInvalid?.({value:this.state.values,formApi:this,meta:W}),l0.emit("form-submission",{id:this._formId,submissionAttempt:this.state.submissionAttempts,successful:!1,stage:"validateAllFields",errors:Object.values(this.state.fieldMeta).map((q)=>q.errors).flat()});return}if(await this.validate("submit"),!this.state.isValid){H(),this.options.onSubmitInvalid?.({value:this.state.values,formApi:this,meta:W}),l0.emit("form-submission",{id:this._formId,submissionAttempt:this.state.submissionAttempts,successful:!1,stage:"validate",errors:this.state.errors});return}g0(()=>{Object.values(this.fieldInfo).forEach((q)=>{q.instance?.options.listeners?.onSubmit?.({value:q.instance.state.value,fieldApi:q.instance})})}),this.options.listeners?.onSubmit?.({formApi:this,meta:W});try{await this.options.onSubmit?.({value:this.state.values,formApi:this,meta:W}),g0(()=>{this.baseStore.setState((q)=>({...q,isSubmitted:!0,isSubmitSuccessful:!0})),l0.emit("form-submission",{id:this._formId,submissionAttempt:this.state.submissionAttempts,successful:!0}),H()})}catch(q){throw this.baseStore.setState((z)=>({...z,isSubmitSuccessful:!1})),l0.emit("form-submission",{id:this._formId,submissionAttempt:this.state.submissionAttempts,successful:!1,stage:"inflight",onError:q}),H(),q}},this.getFieldValue=(G)=>BE(this.state.values,G),this.getFieldMeta=(G)=>{return this.state.fieldMeta[G]},this.getFieldInfo=(G)=>{return this.fieldInfo[G]||={instance:null,validationMetaMap:{onChange:void 0,onBlur:void 0,onSubmit:void 0,onMount:void 0,onServer:void 0,onDynamic:void 0}}},this.setFieldMeta=(G,W)=>{this.baseStore.setState((H)=>{return{...H,fieldMetaBase:{...H.fieldMetaBase,[G]:o9(W,H.fieldMetaBase[G])}}})},this.resetFieldMeta=(G)=>{return Object.keys(G).reduce((W,H)=>{let q=H;return W[q]=Z3,W},{})},this.setFieldValue=(G,W,H)=>{let q=H?.dontUpdateMeta??!1,z=H?.dontRunListeners??!1,K=H?.dontValidate??!1;if(g0(()=>{if(!q)this.setFieldMeta(G,(B)=>({...B,isTouched:!0,isDirty:!0,errorMap:{...B?.errorMap,onMount:void 0}}));this.baseStore.setState((B)=>{return{...B,values:$E(B.values,G,W)}})}),!z)this.getFieldInfo(G).instance?.triggerOnChangeListener();if(!K)this.validateField(G,"change")},this.deleteField=(G)=>{let H=[...Object.keys(this.fieldInfo).filter((q)=>{let z=G.toString();return q!==z&&q.startsWith(z)}),G];this.baseStore.setState((q)=>{let z={...q};return H.forEach((K)=>{z.values=BI(z.values,K),delete this.fieldInfo[K],delete z.fieldMetaBase[K]}),z})},this.pushFieldValue=(G,W,H)=>{this.setFieldValue(G,(q)=>[...Array.isArray(q)?q:[],W],H)},this.insertFieldValue=async(G,W,H,q)=>{this.setFieldValue(G,(K)=>{return[...K.slice(0,W),H,...K.slice(W)]},b0(q,{dontValidate:!0}));let z=q?.dontValidate??!1;if(!z)await this.validateField(G,"change");if(kR(this).handleArrayInsert(G,W),!z)await this.validateArrayFieldsStartingFrom(G,W,"change")},this.replaceFieldValue=async(G,W,H,q)=>{if(this.setFieldValue(G,(K)=>{return K.map((B,F)=>F===W?H:B)},b0(q,{dontValidate:!0})),!(q?.dontValidate??!1))await this.validateField(G,"change"),await this.validateArrayFieldsStartingFrom(G,W,"change")},this.removeFieldValue=async(G,W,H)=>{let q=this.getFieldValue(G),z=Array.isArray(q)?Math.max(q.length-1,0):null;if(this.setFieldValue(G,(B)=>{return B.filter((F,$)=>$!==W)},b0(H,{dontValidate:!0})),kR(this).handleArrayRemove(G,W),z!==null){let B=`${G}[${z}]`;this.deleteField(B)}if(!(H?.dontValidate??!1))await this.validateField(G,"change"),await this.validateArrayFieldsStartingFrom(G,W,"change")},this.swapFieldValues=(G,W,H,q)=>{if(this.setFieldValue(G,(K)=>{let B=K[W],F=K[H];return $E($E(K,`${W}`,F),`${H}`,B)},b0(q,{dontValidate:!0})),kR(this).handleArraySwap(G,W,H),!(q?.dontValidate??!1))this.validateField(G,"change"),this.validateField(`${G}[${W}]`,"change"),this.validateField(`${G}[${H}]`,"change")},this.moveFieldValues=(G,W,H,q)=>{if(this.setFieldValue(G,(K)=>{let B=[...K];return B.splice(H,0,B.splice(W,1)[0]),B},b0(q,{dontValidate:!0})),kR(this).handleArrayMove(G,W,H),!(q?.dontValidate??!1))this.validateField(G,"change"),this.validateField(`${G}[${W}]`,"change"),this.validateField(`${G}[${H}]`,"change")},this.clearFieldValues=(G,W)=>{let H=this.getFieldValue(G),q=Array.isArray(H)?Math.max(H.length-1,0):null;if(this.setFieldValue(G,[],b0(W,{dontValidate:!0})),q!==null)for(let K=0;K<=q;K++){let B=`${G}[${K}]`;this.deleteField(B)}if(!(W?.dontValidate??!1))this.validateField(G,"change")},this.resetField=(G)=>{this.baseStore.setState((W)=>{return{...W,fieldMetaBase:{...W.fieldMetaBase,[G]:Z3},values:this.options.defaultValues?$E(W.values,G,BE(this.options.defaultValues,G)):W.values}})},this.setErrorMap=(G)=>{g0(()=>{Object.entries(G).forEach(([W,H])=>{let q=W;if(AE(H)){let{formError:z,fieldErrors:K}=Lv(H);for(let B of Object.keys(this.fieldInfo)){if(!this.getFieldMeta(B))continue;this.setFieldMeta(B,($)=>({...$,errorMap:{...$.errorMap,[q]:K?.[B]},errorSourceMap:{...$.errorSourceMap,[q]:"form"}}))}this.baseStore.setState((B)=>({...B,errorMap:{...B.errorMap,[q]:z}}))}else this.baseStore.setState((z)=>({...z,errorMap:{...z.errorMap,[q]:H}}))})})},this.getAllErrors=()=>{return{form:{errors:this.state.errors,errorMap:this.state.errorMap},fields:Object.entries(this.state.fieldMeta).reduce((G,[W,H])=>{if(Object.keys(H).length&&H.errors.length)G[W]={errors:H.errors,errorMap:H.errorMap};return G},{})}},this.parseValuesWithSchema=(G)=>{return J3.validate({value:this.state.values,validationSource:"form"},G)},this.parseValuesWithSchemaAsync=(G)=>{return J3.validateAsync({value:this.state.values,validationSource:"form"},G)},this.timeoutIds={validations:{},listeners:{},formListeners:{}},this._formId=J?.formId??bR(),this._devtoolsSubmissionOverride=!1;let Z=PI({...J?.defaultState,values:J?.defaultValues??J?.defaultState?.values});if(J?.transform){Z=J.transform({state:Z}).state;for(let G of Object.keys(Z.errorMap)){let W=Z.errorMap[G];if(W===void 0||!AE(W))continue;for(let H of Object.keys(W.fields)){let q=W.fields[H];if(q===void 0)continue;let z=Z.fieldMetaBase[H];Z.fieldMetaBase[H]={isTouched:!1,isValidating:!1,isBlurred:!1,isDirty:!1,...z??{},errorSourceMap:{...z?.errorSourceMap??{},onChange:"form"},errorMap:{...z?.errorMap??{},[G]:q}}}}}this.baseStore=e3(Z);let Q=void 0;this.fieldMetaDerived=e3((G)=>{let W=this.baseStore.get(),H=0,q={};for(let z of Object.keys(W.fieldMetaBase)){let K=W.fieldMetaBase[z],B=Q?.fieldMetaBase[z],F=G?.[z],$=BE(W.values,z),P=F?.errors;if(!B||K.errorMap!==B.errorMap){P=Object.values(K.errorMap??{}).filter((y)=>y!==void 0);let w=this.getFieldInfo(z)?.instance;if(!w||!w.options.disableErrorFlat)P=P.flat(1)}let O=!$I(P),A=!K.isDirty,T=t2($,BE(this.options.defaultValues,z))||t2($,this.getFieldInfo(z)?.instance?.options.defaultValue);if(F&&F.isPristine===A&&F.isValid===O&&F.isDefaultValue===T&&F.errors===P&&K===B){q[z]=F,H++;continue}q[z]={...K,errors:P??[],isPristine:A,isValid:O,isDefaultValue:T}}if(!Object.keys(W.fieldMetaBase).length)return q;if(G&&H===Object.keys(W.fieldMetaBase).length)return G;return Q=this.baseStore.get(),q});let X=void 0;this.store=e3((G)=>{let W=this.baseStore.get(),H=this.fieldMetaDerived.get(),q=Object.values(H).filter(Boolean),z=q.some((S)=>S.isValidating),K=q.every((S)=>S.isValid),B=q.some((S)=>S.isTouched),F=q.some((S)=>S.isBlurred),$=q.every((S)=>S.isDefaultValue),P=B&&W.errorMap?.onMount,O=q.some((S)=>S.isDirty),A=!O,T=Boolean(W.errorMap?.onMount||q.some((S)=>S?.errorMap?.onMount)),w=!!z,y=G?.errors??[];if(!X||W.errorMap!==X.errorMap)y=Object.values(W.errorMap).reduce((S,x)=>{if(x===void 0)return S;if(x&&AE(x))return S.push(x.form),S;return S.push(x),S},[]);let V=y.length===0,b=K&&V,D=this.options.canSubmitWhenInvalid??!1,C=W.submissionAttempts===0&&!B&&!T||!w&&!W.isSubmitting&&b||D,R=W.errorMap;if(P)y=y.filter((S)=>S!==W.errorMap.onMount),R=Object.assign(R,{onMount:void 0});if(G&&X&&G.errorMap===R&&G.fieldMeta===this.fieldMetaDerived.state&&G.errors===y&&G.isFieldsValidating===z&&G.isFieldsValid===K&&G.isFormValid===V&&G.isValid===b&&G.canSubmit===C&&G.isTouched===B&&G.isBlurred===F&&G.isPristine===A&&G.isDefaultValue===$&&G.isDirty===O&&t2(X,W))return G;let k={...W,errorMap:R,fieldMeta:this.fieldMetaDerived.state,errors:y,isFieldsValidating:z,isFieldsValid:K,isFormValid:V,isValid:b,canSubmit:C,isTouched:B,isBlurred:F,isPristine:A,isDefaultValue:$,isDirty:O};return X=this.baseStore.get(),k}),this.handleSubmit=this.handleSubmit.bind(this),this.update(J||{})}get state(){return this.store.state}get formId(){return this._formId}runValidator(J){if(Nv(J.validate))return J3[J.type](J.value,J.validate);return J.validate(J.value)}handleSubmit(J){return this._handleSubmit(J)}}function Lv(J){if(J){if(AE(J)){let Z=Lv(J.form).formError,Q=J.fields;return{formError:Z,fieldErrors:Q}}return{formError:J}}return{formError:void 0}}function UR(J){switch(J){case"submit":return"onSubmit";case"blur":return"onBlur";case"mount":return"onMount";case"server":return"onServer";case"dynamic":return"onDynamic";case"change":default:return"onChange"}}class DR{constructor(J){this.options={},this.mount=()=>{if(this.options.defaultValue!==void 0&&!this.getMeta().isTouched)this.form.setFieldValue(this.name,this.options.defaultValue,{dontUpdateMeta:!0});let Z=this.getInfo();Z.instance=this,this.update(this.options);let{onMount:Q}=this.options.validators||{};if(Q){let X=this.runValidator({validate:Q,value:{value:this.state.value,fieldApi:this,validationSource:"field"},type:"validate"});if(X)this.setMeta((G)=>({...G,errorMap:{...G?.errorMap,onMount:X},errorSourceMap:{...G?.errorSourceMap,onMount:"field"}}))}return this.options.listeners?.onMount?.({value:this.state.value,fieldApi:this}),()=>{}},this.update=(Z)=>{if(this.options=Z,this.name=Z.name,!this.state.meta.isTouched&&this.options.defaultValue!==void 0){let Q=this.form.getFieldValue(this.name);if(!t2(Q,Z.defaultValue))this.form.setFieldValue(this.name,Z.defaultValue,{dontUpdateMeta:!0,dontValidate:!0,dontRunListeners:!0})}if(!this.form.getFieldMeta(this.name))this.form.setFieldMeta(this.name,this.state.meta)},this.getValue=()=>{return this.form.getFieldValue(this.name)},this.setValue=(Z,Q)=>{if(this.form.setFieldValue(this.name,Z,b0(Q,{dontRunListeners:!0,dontValidate:!0})),!Q?.dontRunListeners)this.triggerOnChangeListener();if(!Q?.dontValidate)this.validate("change")},this.getMeta=()=>this.store.state.meta,this.setMeta=(Z)=>this.form.setFieldMeta(this.name,Z),this.getInfo=()=>this.form.getFieldInfo(this.name),this.pushValue=(Z,Q)=>{if(this.form.pushFieldValue(this.name,Z,b0(Q,{dontRunListeners:!0})),!Q?.dontRunListeners)this.triggerOnChangeListener()},this.insertValue=(Z,Q,X)=>{if(this.form.insertFieldValue(this.name,Z,Q,b0(X,{dontRunListeners:!0})),!X?.dontRunListeners)this.triggerOnChangeListener()},this.replaceValue=(Z,Q,X)=>{if(this.form.replaceFieldValue(this.name,Z,Q,b0(X,{dontRunListeners:!0})),!X?.dontRunListeners)this.triggerOnChangeListener()},this.removeValue=(Z,Q)=>{if(this.form.removeFieldValue(this.name,Z,b0(Q,{dontRunListeners:!0})),!Q?.dontRunListeners)this.triggerOnChangeListener()},this.swapValues=(Z,Q,X)=>{if(this.form.swapFieldValues(this.name,Z,Q,b0(X,{dontRunListeners:!0})),!X?.dontRunListeners)this.triggerOnChangeListener()},this.moveValue=(Z,Q,X)=>{if(this.form.moveFieldValues(this.name,Z,Q,b0(X,{dontRunListeners:!0})),!X?.dontRunListeners)this.triggerOnChangeListener()},this.clearValues=(Z)=>{if(this.form.clearFieldValues(this.name,b0(Z,{dontRunListeners:!0})),!Z?.dontRunListeners)this.triggerOnChangeListener()},this.getLinkedFields=(Z)=>{let Q=Object.values(this.form.fieldInfo),X=[];for(let G of Q){if(!G.instance)continue;let{onChangeListenTo:W,onBlurListenTo:H}=G.instance.options.validators||{};if(Z==="change"&&W?.includes(this.name))X.push(G.instance);if(Z==="blur"&&H?.includes(this.name))X.push(G.instance)}return X},this.validateSync=(Z,Q)=>{let X=FE(Z,{...this.options,form:this.form,validationLogic:this.form.options.validationLogic||e9}),W=this.getLinkedFields(Z).reduce((z,K)=>{let B=FE(Z,{...K.options,form:K.form,validationLogic:K.form.options.validationLogic||e9});return B.forEach((F)=>{F.field=K}),z.concat(B)},[]),H=!1;g0(()=>{let z=(K,B)=>{let F=mv(B.cause),$=B.validate?x_(K.runValidator({validate:B.validate,value:{value:K.store.state.value,validationSource:"field",fieldApi:K},type:"validate"})):void 0,P=Q[F],{newErrorValue:O,newSource:A}=gv({formLevelError:P,fieldLevelError:$});if(K.state.meta.errorMap?.[F]!==O)K.setMeta((T)=>({...T,errorMap:{...T.errorMap,[F]:O},errorSourceMap:{...T.errorSourceMap,[F]:A}}));if(O)H=!0};for(let K of X)z(this,K);for(let K of W){if(!K.validate)continue;z(K.field,K)}});let q=mv("submit");if(this.state.meta.errorMap?.[q]&&Z!=="submit"&&!H)this.setMeta((z)=>({...z,errorMap:{...z.errorMap,[q]:void 0},errorSourceMap:{...z.errorSourceMap,[q]:void 0}}));return{hasErrored:H}},this.validateAsync=async(Z,Q)=>{let X=PE(Z,{...this.options,form:this.form,validationLogic:this.form.options.validationLogic||e9}),G=await Q,W=this.getLinkedFields(Z),H=W.reduce(($,P)=>{let O=PE(Z,{...P.options,form:P.form,validationLogic:P.form.options.validationLogic||e9});return O.forEach((A)=>{A.field=P}),$.concat(O)},[]),q=[],z=[],K=X.some(($)=>$.validate)||H.some(($)=>$.validate);if(K){if(!this.state.meta.isValidating)this.setMeta(($)=>({...$,isValidating:!0}));for(let $ of W)$.setMeta((P)=>({...P,isValidating:!0}))}let B=($,P,O)=>{let A=mv(P.cause);$.getInfo().validationMetaMap[A]?.lastAbortController.abort();let w=new AbortController;this.getInfo().validationMetaMap[A]={lastAbortController:w},O.push(new Promise(async(y)=>{let V;try{V=await new Promise((k,S)=>{if(this.timeoutIds.validations[P.cause])clearTimeout(this.timeoutIds.validations[P.cause]);this.timeoutIds.validations[P.cause]=setTimeout(async()=>{if(w.signal.aborted)return k(void 0);try{k(await this.runValidator({validate:P.validate,value:{value:$.store.state.value,fieldApi:$,signal:w.signal,validationSource:"field"},type:"validateAsync"}))}catch(x){S(x)}},P.debounceMs)})}catch(k){V=k}if(w.signal.aborted)return y(void 0);let b=x_(V),D=G[this.name]?.[A],{newErrorValue:C,newSource:R}=gv({formLevelError:D,fieldLevelError:b});$.setMeta((k)=>{return{...k,errorMap:{...k?.errorMap,[A]:C},errorSourceMap:{...k.errorSourceMap,[A]:R}}}),y(C)}))};for(let $ of X){if(!$.validate)continue;B(this,$,q)}for(let $ of H){if(!$.validate)continue;B($.field,$,z)}let F=[];if(q.length||z.length)F=await Promise.all(q),await Promise.all(z);if(K){this.setMeta(($)=>({...$,isValidating:!1}));for(let $ of W)$.setMeta((P)=>({...P,isValidating:!1}))}return F.filter(Boolean)},this.validate=(Z,Q)=>{if(!this.state.meta.isTouched)return[];let{fieldsErrorMap:X}=Q?.skipFormValidation?{fieldsErrorMap:{}}:this.form.validateSync(Z),{hasErrored:G}=this.validateSync(Z,X[this.name]??{});if(G&&!this.options.asyncAlways)return this.getInfo().validationMetaMap[mv(Z)]?.lastAbortController.abort(),this.state.meta.errors;let W=Q?.skipFormValidation?Promise.resolve({}):this.form.validateAsync(Z);return this.validateAsync(Z,W)},this.handleChange=(Z)=>{this.setValue(Z)},this.handleBlur=()=>{if(!this.state.meta.isTouched)this.setMeta((Q)=>({...Q,isTouched:!0}));if(!this.state.meta.isBlurred)this.setMeta((Q)=>({...Q,isBlurred:!0}));this.validate("blur"),this.triggerOnBlurListener()},this.setErrorMap=(Z)=>{this.setMeta((Q)=>({...Q,errorMap:{...Q.errorMap,...Z}}))},this.parseValueWithSchema=(Z)=>{return J3.validate({value:this.state.value,validationSource:"field"},Z)},this.parseValueWithSchemaAsync=(Z)=>{return J3.validateAsync({value:this.state.value,validationSource:"field"},Z)},this.triggerOnChangeListener=()=>{let Z=this.form.options.listeners?.onChangeDebounceMs;if(Z&&Z>0){if(this.timeoutIds.formListeners.change)clearTimeout(this.timeoutIds.formListeners.change);this.timeoutIds.formListeners.change=setTimeout(()=>{this.form.options.listeners?.onChange?.({formApi:this.form,fieldApi:this})},Z)}else this.form.options.listeners?.onChange?.({formApi:this.form,fieldApi:this});let Q=this.options.listeners?.onChangeDebounceMs;if(Q&&Q>0){if(this.timeoutIds.listeners.change)clearTimeout(this.timeoutIds.listeners.change);this.timeoutIds.listeners.change=setTimeout(()=>{this.options.listeners?.onChange?.({value:this.state.value,fieldApi:this})},Q)}else this.options.listeners?.onChange?.({value:this.state.value,fieldApi:this})},this.form=J.form,this.name=J.name,this.options=J,this.timeoutIds={validations:{},listeners:{},formListeners:{}},this.store=e3((Z)=>{this.form.store.get();let Q=this.form.getFieldMeta(this.name)??{...Z3,...J.defaultMeta},X=this.form.getFieldValue(this.name);if(!Q.isTouched&&X===void 0&&this.options.defaultValue!==void 0&&!t2(X,this.options.defaultValue))X=this.options.defaultValue;if(Z&&Z.value===X&&Z.meta===Q)return Z;return{value:X,meta:Q}})}get state(){return this.store.state}runValidator(J){if(Nv(J.validate))return J3[J.type](J.value,J.validate);return J.validate(J.value)}triggerOnBlurListener(){let J=this.form.options.listeners?.onBlurDebounceMs;if(J&&J>0){if(this.timeoutIds.formListeners.blur)clearTimeout(this.timeoutIds.formListeners.blur);this.timeoutIds.formListeners.blur=setTimeout(()=>{this.form.options.listeners?.onBlur?.({formApi:this.form,fieldApi:this})},J)}else this.form.options.listeners?.onBlur?.({formApi:this.form,fieldApi:this});let Z=this.options.listeners?.onBlurDebounceMs;if(Z&&Z>0){if(this.timeoutIds.listeners.blur)clearTimeout(this.timeoutIds.listeners.blur);this.timeoutIds.listeners.blur=setTimeout(()=>{this.options.listeners?.onBlur?.({value:this.state.value,fieldApi:this})},Z)}else this.options.listeners?.onBlur?.({value:this.state.value,fieldApi:this})}}function x_(J){if(J)return J;return}function mv(J){switch(J){case"submit":return"onSubmit";case"blur":return"onBlur";case"mount":return"onMount";case"server":return"onServer";case"dynamic":return"onDynamic";case"change":default:return"onChange"}}function AI(J,Z){if(!Z)return;let Q=Object.assign({},J,{state:ZJ(J.state)});if(Z(Q),Q.fieldInfo!==J.fieldInfo)J.fieldInfo=Q.fieldInfo;if(Q.options!==J.options)J.options=Q.options;let G=Object.keys({values:null,validationMetaMap:null,fieldMetaBase:null,isSubmitting:null,isSubmitted:null,isValidating:null,submissionAttempts:null,isSubmitSuccessful:null,_force_re_eval:null}).reduce((W,H)=>{if(J.state[H]!==Q.state[H])W[H]=Q.state[H];return W},{});return g0(()=>{if(Object.keys(G).length)J.baseStore.setState((W)=>({...W,...G}));if(Q.state.errorMap!==J.state.errorMap)J.setErrorMap(Q.state.errorMap)}),Q}import{jsx as wI,Fragment as Bw1}from"react/jsx-runtime";var j_=DI(f_(),1);import{useCallback as I_}from"react";function Qw1(J,Z){return J===Z}function n2(J,Z,Q=Qw1){let X=I_((H)=>{if(!J)return()=>{};let{unsubscribe:q}=J.subscribe(H);return q},[J]),G=I_(()=>J?.get(),[J]);return j_.useSyncExternalStoreWithSelector(X,G,G,Z,Q)}import{useState as __,useMemo as $w1,useRef as Fw1}from"react";import{jsx as Ww1,Fragment as Hw1}from"react/jsx-runtime";import{useState as g_,useMemo as N_}from"react";import{useLayoutEffect as Xw1,useEffect as Gw1}from"react";var Y3=typeof window<"u"?Xw1:Gw1;function qw1(J){let[Z,Q]=g_(()=>({form:J.form,name:J.name})),[X,G]=g_(()=>{return new DR({...J})});if(Z.form!==J.form||Z.name!==J.name)G(new DR({...J})),Q({form:J.form,name:J.name});let W=n2(X.store,J.mode==="array"?(P)=>Object.keys(P.value??[]).length:(P)=>P.value),H=n2(X.store,(P)=>P.meta.isTouched),q=n2(X.store,(P)=>P.meta.isBlurred),z=n2(X.store,(P)=>P.meta.isDirty),K=n2(X.store,(P)=>P.meta.errorMap),B=n2(X.store,(P)=>P.meta.errorSourceMap),F=n2(X.store,(P)=>P.meta.isValidating),$=N_(()=>{let O={...X,get state(){return{value:J.mode==="array"?X.state.value:W,get meta(){return{...X.state.meta,isTouched:H,isBlurred:q,isDirty:z,errorMap:K,errorSourceMap:B,isValidating:F}}}}};return O.Field=OI,O},[X,J.mode,W,H,q,z,K,B,F]);return Y3(X.mount,[X]),Y3(()=>{X.update(J)}),$}var OI=({children:J,...Z})=>{let Q=qw1(Z),X=N_(()=>o9(J,Q),[J,Q]);return Ww1(Hw1,{children:X})};import*as TI from"react";import{useState as zw1}from"react";function L_(){return zw1(()=>bR())[0]}var Kw1=TI,m_=TI.version.split(".")[0]==="17"?L_:Kw1.useId;function Pw1({form:J,selector:Z=(X)=>X,children:Q}){let X=n2(J.store,Z);return wI(Bw1,{children:o9(Q,X)})}function yI(J){let Z=m_(),[Q,X]=__(J?.formId),[G,W]=__(()=>{return new SR({...J,formId:J?.formId??Z})});if(Q!==J?.formId){let z=J?.formId??Z;W(new SR({...J,formId:z})),X(z)}let H=$w1(()=>{let z={...G,handleSubmit:(...K)=>{return G._handleSubmit(...K)},get formId(){return G._formId},get state(){return G.store.state}};return z.Field=function(B){return wI(OI,{...B,form:G})},z.Subscribe=function(B){return wI(Pw1,{form:G,selector:B.selector,children:B.children})},z},[G]);Y3(G.mount,[]),Y3(()=>{G.update(J)});let q=Fw1(!1);return Y3(()=>{if(!q.current)return;if(!J?.transform)return;AI(G,J.transform)},[G,J?.transform]),Y3(()=>{q.current=!0}),H}import{useEffect as Mw1,useMemo as Ku,useState as Bu}from"react";A5();import ww1,{useEffect as yw1,useRef as Vw1}from"react";var x5=(J)=>J.charAt(0).toUpperCase()+J.slice(1);import{jsxDEV as D2}from"react/jsx-dev-runtime";var u_=({name:J,label:Z,fields:Q=[],value:X=[],onChange:G,disabled:W,readOnly:H,renderField:q})=>{let z=()=>{let $=Array.isArray(X)?X:[],P={};Q.forEach((O)=>{if(O.name)if(O.defaultValue!==void 0)P[O.name]=O.defaultValue;else if(O.type==="boolean")P[O.name]=!1;else if(O.type==="number")P[O.name]=0;else if(O.type==="relationship"&&O.hasMany)P[O.name]=[];else if(O.type==="blocks")P[O.name]=[];else if(O.type==="array")P[O.name]=[];else P[O.name]=""}),G([...$,P])},K=($)=>{let O=[...Array.isArray(X)?X:[]];O.splice($,1),G(O)},B=($,P,O)=>{let T=[...Array.isArray(X)?X:[]];T[$]={...T[$],[P]:O},G(T)},F=($,P)=>{let A=[...Array.isArray(X)?X:[]];A[$]=P,G(A)};return D2("div",{className:"opaca-array-field",children:[D2("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"0.75rem"},children:D2("label",{htmlFor:J,className:"opaca-label",style:{marginBottom:0},children:Z||x5(J)},void 0,!1,void 0,this)},void 0,!1,void 0,this),D2("div",{style:{display:"flex",flexDirection:"column",gap:"1rem"},children:[(Array.isArray(X)?X:[]).map(($,P)=>D2("div",{style:{border:"1px solid var(--opaca-border)",borderRadius:"var(--opaca-radius-lg)",backgroundColor:"rgba(255, 255, 255, 0.02)",padding:"1rem",position:"relative"},children:[D2("div",{style:{display:"flex",justifyContent:"flex-end",marginBottom:"0.5rem"},children:!W&&!H&&D2(U1,{type:"button",variant:"ghost",size:"icon",onClick:()=>K(P),style:{color:"var(--opaca-text-dim)",height:"24px",width:"24px"},children:D2(G0,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),D2("div",{style:{display:"flex",flexDirection:"column",gap:"1rem"},children:Q.map((O,A)=>D2("div",{className:"array-field-item",children:q(O,O.name?$[O.name]:$,(T)=>{if(O.name)B(P,O.name,T);else F(P,T)})},O.name||A,!1,void 0,this))},void 0,!1,void 0,this)]},$||P,!0,void 0,this)),!W&&!H&&D2(U1,{type:"button",variant:"outline",size:"sm",onClick:z,style:{display:"flex",alignItems:"center",gap:"6px",fontSize:"0.75rem",width:"fit-content"},children:[D2(X0,{size:12},void 0,!1,void 0,this),"Add Item"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as R0}from"react/jsx-dev-runtime";var p_=({name:J,label:Z,blocks:Q,value:X=[],onChange:G,disabled:W,readOnly:H,renderField:q})=>{let z=(F)=>{let $=Array.isArray(X)?X:[],P=Q.find((A)=>A.slug===F),O={blockType:F};if(P)P.fields.forEach((A)=>{if(A.name)if(A.defaultValue!==void 0)O[A.name]=A.defaultValue;else if(A.type==="boolean")O[A.name]=!1;else if(A.type==="number")O[A.name]=0;else if(A.type==="relationship"&&A.hasMany)O[A.name]=[];else if(A.type==="blocks")O[A.name]=[];else O[A.name]=""});G([...$,O])},K=(F)=>{let P=[...Array.isArray(X)?X:[]];P.splice(F,1),G(P)},B=(F,$,P)=>{let A=[...Array.isArray(X)?X:[]];A[F]={...A[F],[$]:P},G(A)};return R0(Tx,{label:Z||J,className:"opaca-blocks-field",children:R0("div",{style:{display:"flex",flexDirection:"column",gap:"24px"},children:[(Array.isArray(X)?X:[]).map((F,$)=>{let P=Q.find((O)=>O.slug===F.blockType);if(!P)return null;return R0("div",{style:{border:"1px solid var(--opaca-border)",borderRadius:"var(--opaca-radius-lg)",backgroundColor:"rgba(255, 255, 255, 0.02)",padding:"1.25rem",position:"relative",transition:"border-color var(--opaca-transition)"},className:"opaca-block-item",children:[R0("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"1.25rem",borderBottom:"1px solid var(--opaca-border)",paddingBottom:"0.75rem"},children:[R0("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[R0("div",{style:{width:"8px",height:"8px",borderRadius:"50%",backgroundColor:"var(--opaca-primary)"}},void 0,!1,void 0,this),R0("h4",{style:{margin:0,fontSize:"0.8125rem",fontWeight:600,color:"var(--opaca-text)"},children:P.label||x5(P.slug)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),!W&&!H&&R0(U1,{type:"button",variant:"ghost",size:"icon",onClick:()=>K($),style:{color:"var(--opaca-text-dim)",height:"24px",width:"24px"},children:R0(G0,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),R0("div",{style:{display:"flex",flexDirection:"column",gap:"1.25rem"},children:P.fields.map((O)=>R0("div",{className:"block-field-item",children:q(O,F[O.name],(A)=>B($,O.name,A))},O.name,!1,void 0,this))},void 0,!1,void 0,this)]},`${F.blockType}-${$}`,!0,void 0,this)}),!W&&!H&&R0("div",{style:{marginTop:"0.5rem",padding:"1.25rem",border:"1px dashed var(--opaca-border)",borderRadius:"var(--opaca-radius-lg)",textAlign:"center"},children:[R0("p",{style:{fontSize:"0.75rem",fontWeight:500,color:"var(--opaca-text-muted)",textTransform:"uppercase",letterSpacing:"0.03em",marginBottom:"1rem"},children:"Add a new block:"},void 0,!1,void 0,this),R0("div",{style:{display:"flex",flexWrap:"wrap",gap:"0.75rem",justifyContent:"center"},children:Q.map((F)=>R0(U1,{type:"button",variant:"outline",size:"sm",onClick:()=>z(F.slug),style:{display:"flex",alignItems:"center",gap:"6px",fontSize:"0.75rem"},children:[R0(X0,{size:12},void 0,!1,void 0,this),F.label||x5(F.slug)]},F.slug,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)};import{jsxDEV as ER}from"react/jsx-dev-runtime";var a1=({name:J,label:Z,required:Q,localized:X,htmlFor:G,suffix:W})=>{return ER("label",{className:"opaca-label",htmlFor:G||`field-${J}`,children:[ER("span",{style:{display:"inline-flex",alignItems:"center",gap:"0.5rem"},children:[Z||x5(J),W&&W,X&&ER("span",{title:"Localized Field",style:{display:"inline-flex",alignItems:"center",opacity:0.5,color:"var(--opaca-accent)",marginLeft:"2px"},children:ER(I2,{size:11,strokeWidth:2.5},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Q&&ER("span",{style:{color:"var(--opaca-error)",marginLeft:"4px"},children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as Q3}from"react/jsx-dev-runtime";var l_=({name:J,label:Z,value:Q,onChange:X,required:G,localized:W,disabled:H,readOnly:q,error:z,renderType:K="switch"})=>{let B=H||q;return Q3("div",{className:"opaca-form-group",children:[Q3(a1,{name:J,label:Z,required:G,localized:W,htmlFor:`field-${J}`},void 0,!1,void 0,this),Q3("label",{className:"opaca-switch",children:[Q3("input",{id:`field-${J}`,type:"checkbox",checked:!!Q,disabled:B,onChange:(F)=>X(F.target.checked)},void 0,!1,void 0,this),Q3("div",{className:"opaca-switch-track",children:Q3("div",{className:"opaca-switch-thumb"},void 0,!1,void 0,this)},void 0,!1,void 0,this),Q3("span",{className:"opaca-switch-label",style:{minWidth:"60px"},children:Q?"Enabled":"Disabled"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z&&Q3("span",{className:"opaca-field-error",children:z},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as RR}from"react/jsx-dev-runtime";var d_=({label:J,fields:Z,parentData:Q,disabled:X,readOnly:G,options:W,onChange:H,renderField:q})=>{let z=(F,$)=>{return $.split(".").reduce((P,O)=>P?.[O],F)},K=(F,$)=>{if(!F.includes("{{"))return z($,F);return F.replace(/\{\{(.+?)\}\}/g,(P,O)=>{let A=z($,O.trim());return A!==void 0&&A!==null?String(A):""})},B=W?.useAsTitle?K(W.useAsTitle,Q):void 0;return RR(yx,{defaultOpen:!W?.initiallyCollapsed,className:"opaca-collapsible-field",disabled:X,children:[RR(Vx,{className:"opaca-collapsible-field-trigger",children:B||J||"Section"},void 0,!1,void 0,this),RR(Cx,{children:RR("div",{style:{padding:"0",display:"flex",flexDirection:"column",gap:"1.25rem"},children:(Z||[]).map((F,$)=>RR("div",{className:"collapsible-field-item",children:q(F,F.name?Q?.[F.name]:void 0,(P)=>F.name&&H(F.name,P))},F.name||`collapsible-item-${$}`,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as _v}from"react/jsx-dev-runtime";var s_=({name:J,label:Z,value:Q,onChange:X,required:G,localized:W,disabled:H,readOnly:q,error:z})=>{let K=Q?new Date(Q).toISOString().split("T")[0]:"";return _v("div",{className:"opaca-form-group",children:[_v(a1,{name:J,label:Z,required:G,localized:W,htmlFor:`field-${J}`},void 0,!1,void 0,this),_v("input",{id:`field-${J}`,type:"date",className:`opaca-input ${z?"error":""}`,value:K,readOnly:q,disabled:H,onChange:(B)=>X(B.target.value),required:G},void 0,!1,void 0,this),z&&_v("span",{className:"opaca-field-error",children:z},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{useEffect as r_,useState as MR}from"react";import{jsxDEV as G1,Fragment as Aw1}from"react/jsx-dev-runtime";var a_=({name:J,label:Z,value:Q,onChange:X,options:G,disabled:W,readOnly:H,bucket:q="default"})=>{let[z,K]=MR(!1),[B,F]=MR(null),[$,P]=MR(!1),[O,A]=MR(null),[T,w]=MR(null),y=W||H,V=typeof Q==="string"?Q:Q?.assetId;r_(()=>{if(V&&(!Q||typeof Q==="string"||!Q.filename))P(!0),J1.get(`api/assets/${V}`).json().then((k)=>{F(k)}).catch((k)=>{console.error("Failed to fetch asset metadata",k)}).finally(()=>{P(!1)});else if(Q&&typeof Q==="object"&&Q.filename)F(Q);else F(null)},[V,Q]),r_(()=>{return()=>{if(O?.url)URL.revokeObjectURL(O.url)}},[O]);let b=async(k)=>{if(k.preventDefault(),y)return;let S=k.dataTransfer.files[0];if(!S)return;if(G?.allowedmime_types&&!G.allowedmime_types.includes(S.type)){w(`Invalid file type. Allowed: ${G.allowedmime_types.join(", ")}`);return}if(G?.maxFileSize&&S.size>G.maxFileSize){w(`File too large. Max size: ${G.maxFileSize/1024/1024}MB`);return}let x=URL.createObjectURL(S);A({url:x,file:S,progress:0}),w(null);let N=new FormData;N.append("file",S);try{let s=await J1.post(`api/__system/assets/upload?bucket=${q}`,{body:N}).json(),m=s.id||s.assetId;A(null),X(m)}catch(s){A(null),w(s.message)}},D=()=>{if(y)return;X(null)},C=(k,S)=>{if(y)return;let x=typeof Q==="object"?Q.meta||{}:{};X({assetId:V,meta:{...x,[k]:S}})},R=(k)=>{if(!k)return"";if(k.url)return k.url;return`${f0()}/api/assets/${k.id||k.assetId}/view`};return G1("div",{className:`file-field-container ${y?"is-restricted":""}`,onDragOver:(k)=>!y&&k.preventDefault(),onDrop:b,children:[G1("div",{className:"file-field-label-row",children:[G1("label",{children:Z||J},void 0,!1,void 0,this),T&&G1("span",{className:"upload-error",children:T},void 0,!1,void 0,this)]},void 0,!0,void 0,this),O?G1("div",{className:"file-field-optimistic-card",children:G1("div",{className:"optimistic-info",children:[O.file.type.startsWith("image/")?G1("img",{src:O.url,alt:"Uploading..."},void 0,!1,void 0,this):G1("div",{className:"file-icon-placeholder",children:G1("span",{children:"FILE"},void 0,!1,void 0,this)},void 0,!1,void 0,this),G1("div",{className:"optimistic-details",children:[G1("span",{className:"filename",children:O.file.name},void 0,!1,void 0,this),G1("span",{className:"progress-text",children:"Uploading..."},void 0,!1,void 0,this),G1("div",{className:"progress-bar-bg",children:G1("div",{className:"progress-bar-fill",style:{width:"50%"}},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this):B?G1(Aw1,{children:[G1("div",{className:"file-field-asset-card",children:[G1("div",{className:"file-field-asset-info",children:[G1("div",{className:"asset-preview",children:(()=>{let k=B.mimeType||B.mime_type;if(k?.startsWith("image/"))return G1("img",{src:R(B),alt:B.filename},void 0,!1,void 0,this);return G1("div",{className:"file-icon-placeholder",children:G1("span",{children:k?.split("/")[1]?.toUpperCase()||"FILE"},void 0,!1,void 0,this)},void 0,!1,void 0,this)})()},void 0,!1,void 0,this),G1("div",{className:"asset-details",children:[G1("span",{className:"filename",title:B.filename,children:B.filename},void 0,!1,void 0,this),G1("span",{className:"filesize",children:B.filesize?`${(B.filesize/1024).toFixed(1)} KB`:"..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),!y&&G1("div",{className:"asset-actions",children:[G1("button",{type:"button",onClick:()=>K(!0),className:"replace-button",children:"Replace"},void 0,!1,void 0,this),G1("button",{type:"button",onClick:D,className:"remove-button",children:"Remove"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),G?.metaFields&&G.metaFields.length>0&&G1("div",{className:"file-field-metadata",children:[G1("h4",{children:"Contextual Metadata"},void 0,!1,void 0,this),G.metaFields.map((k)=>G1("div",{className:"metadata-field",children:[G1("label",{htmlFor:k.name,children:[k.label||k.name," ",k.required&&G1("span",{className:"required",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),k.type==="textarea"?G1("textarea",{id:k.name,rows:3,value:(Q?.meta||{})[k.name]||"",onChange:(S)=>C(k.name,S.target.value),readOnly:H,disabled:W,placeholder:y?"":`Enter ${k.label?.toLowerCase()||k.name}...`},void 0,!1,void 0,this):G1("input",{type:k.type==="number"?"number":"text",value:(Q?.meta||{})[k.name]||"",onChange:(S)=>C(k.name,k.type==="number"?Number(S.target.value):S.target.value),readOnly:H,disabled:W,placeholder:y?"":`Enter ${k.label?.toLowerCase()||k.name}...`},void 0,!1,void 0,this)]},k.name,!0,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this):$?G1("div",{className:"file-field-optimistic-card",children:G1("div",{className:"status-text",children:"Loading asset details..."},void 0,!1,void 0,this)},void 0,!1,void 0,this):G1("button",{type:"button",onClick:()=>!y&&K(!0),disabled:y,className:`file-field-empty-button ${y?"disabled":""}`,children:[G1("svg",{fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:G1("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"2",d:"M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12"},void 0,!1,void 0,this)},void 0,!1,void 0,this),G1("span",{children:y?"No file selected":"Drag a file here or click to select"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z&&!y&&G1(n9,{bucket:q,onClose:()=>K(!1),onSelect:(k)=>{if(!y)X(k.assetId),K(!1)},allowedmime_types:G?.allowedmime_types,maxFileSize:G?.maxFileSize},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as VI}from"react/jsx-dev-runtime";var c_=({name:J,label:Z,fields:Q,value:X,onChange:G,disabled:W,readOnly:H,renderField:q})=>{let z=(K,B)=>{G({...X||{},[K]:B})};return VI(bx,{label:Z||J,className:"opaca-group-field",children:VI("div",{className:"opaca-group-fields-container",style:{display:"flex",flexDirection:"column",gap:"16px"},children:(Q||[]).map((K,B)=>VI("div",{className:"group-field-item",children:q(K,K.name?X?.[K.name]:void 0,(F)=>K.name&&z(K.name,F))},K.name||`group-item-${B}`,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)};import{jsxDEV as t_}from"react/jsx-dev-runtime";var n_=({name:J,label:Z,collection:Q,value:X,on:G})=>{return t_("div",{className:"opaca-form-group",children:t_(kx,{label:Z||J,collection:Q,on:G},void 0,!1,void 0,this)},void 0,!1,void 0,this)};import{jsxDEV as uv}from"react/jsx-dev-runtime";var i_=({name:J,label:Z,value:Q,onChange:X,required:G,localized:W,disabled:H,readOnly:q,placeholder:z,error:K})=>{return uv("div",{className:"opaca-form-group",children:[uv(a1,{name:J,label:Z,required:G,localized:W,htmlFor:`field-${J}`},void 0,!1,void 0,this),uv("input",{id:`field-${J}`,type:"number",className:`opaca-input ${K?"error":""}`,value:Q??"",readOnly:q,disabled:H,onChange:(B)=>X(B.target.valueAsNumber||0),placeholder:z||`Enter ${Z||J}...`,required:G},void 0,!1,void 0,this),K&&uv("span",{className:"opaca-field-error",children:K},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as X3}from"react/jsx-dev-runtime";var o_=({name:J,label:Z,value:Q,onChange:X,choices:G,required:W,localized:H,disabled:q,readOnly:z,error:K})=>{let B=(G||[]).map((F)=>typeof F==="string"?{label:F,value:F}:F);return X3("div",{className:"opaca-form-group",children:[X3(a1,{name:J,label:Z,required:W,localized:H},void 0,!1,void 0,this),X3(Ux,{value:Q,onValueChange:X,disabled:q||z,name:J,className:"opaca-radio-field-group",children:X3("div",{style:{display:"flex",flexDirection:"column",gap:"8px",padding:"8px 0"},children:B.map((F)=>X3("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[X3(Sx,{value:F.value,id:`radio-${J}-${F.value}`},void 0,!1,void 0,this),X3(D9,{htmlFor:`radio-${J}-${F.value}`,style:{cursor:q||z?"not-allowed":"pointer"},children:F.label},void 0,!1,void 0,this)]},F.value,!0,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this),K&&X3("span",{className:"opaca-field-error",children:K},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{useCallback as Ow1,useEffect as e_,useState as vR}from"react";import{jsxDEV as Z1,Fragment as Ju}from"react/jsx-dev-runtime";var Zu=({name:J,label:Z,relationTo:Q,value:X,onChange:G,required:W,localized:H,disabled:q,readOnly:z,error:K,displayField:B,hasMany:F})=>{let[$,P]=vR(!1),[O,A]=vR([]),[T,w]=vR(!1),[y,V]=vR(""),[b,D]=vR({open:!1,id:""}),C=Ow1(async()=>{w(!0);try{let m=await J1.get(`api/${Q}`).json(),g=m.docs||m;A(Array.isArray(g)?g:[])}catch(m){console.error("Failed to fetch relation items:",m)}finally{w(!1)}},[Q]);e_(()=>{if($&&O.length===0)C()},[$,O.length,C]),e_(()=>{(async()=>{if(!X)return;let g=[];if(Array.isArray(X))for(let _ of X){let c=typeof _==="object"?_.id:_;if(c&&!O.find((Q1)=>String(Q1.id)===String(c)))g.push(String(c))}else{let _=typeof X==="object"?X.id:X;if(_&&!O.find((c)=>String(c.id)===String(_)))g.push(String(_))}if(g.length>0)try{let _=g.map((Q1)=>J1.get(`api/${Q}/${Q1}`).json()),c=await Promise.all(_);A((Q1)=>{let q1=[...Q1];for(let E of c){let p=E.doc||E;if(p?.id&&!q1.find((t)=>String(t.id)===String(p.id)))q1.push(p)}return q1})}catch(_){console.error("Failed to resolve relationship labels:",_)}})()},[X,Q]);let R=(m)=>{if(F||Array.isArray(X)){let g=Array.isArray(X)?X:[],_=String(m),c=g.map((q1)=>typeof q1==="object"&&q1!==null?String(q1.id):String(q1)),Q1=c.includes(_)?c.filter((q1)=>q1!==_):[...c,_];G(Q1)}else G(String(m)===String(X)?null:String(m)),P(!1)},k=(m)=>{if(F||Array.isArray(X))return(Array.isArray(X)?X:[]).some((_)=>typeof _==="object"&&_!==null?String(_.id)===String(m):String(_)===String(m));return typeof X==="object"&&X!==null?String(X?.id)===String(m):String(X)===String(m)},S=(m)=>{if(!m)return"";return m[B||""]||m.name||m.title||m.id||""},x=(m)=>{let g=typeof m==="object"&&m!==null?m.id:m,_=O.find((q1)=>String(q1.id)===String(g)),c=typeof m==="object"&&m!==null?m:_,Q1=c?S(c):String(g);return typeof Q1==="string"&&Q1.length>24?`${Q1.slice(0,24)}…`:String(Q1)},N=O.filter((m)=>{return S(m).toLowerCase().includes(y.toLowerCase())}),s=Array.isArray(X)?X.length:0;return Z1("div",{className:"opaca-form-group",children:[Z1(a1,{name:J,label:Z,required:W,localized:H},void 0,!1,void 0,this),Z1(Dx,{relationTo:Q,hasError:!!K,onClick:()=>!q&&!z&&P(!0),children:X?Z1(Ju,{children:Array.isArray(X)||F?Z1("div",{children:(Array.isArray(X)?X:[]).map((m)=>{let g=typeof m==="object"&&m!==null?m.id:m;return Z1("div",{className:"opaca-relationship-chip",children:[Z1($2,{size:10},void 0,!1,void 0,this),Z1("span",{className:"opaca-relationship-value",children:x(m)},void 0,!1,void 0,this),Z1("button",{type:"button",onClick:(_)=>{_.stopPropagation();let Q1=(Array.isArray(X)?X:[]).filter((q1)=>{let E=typeof q1==="object"&&q1!==null?q1.id:q1;return String(E)!==String(g)});G(Q1)},className:"opaca-relationship-clear",title:"Remove",children:Z1(F0,{size:10},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},String(g),!0,void 0,this)})},void 0,!1,void 0,this):Z1(Ju,{children:[Z1("div",{className:"opaca-relationship-chip",children:[Z1("div",{className:"opaca-relationship-dot"},void 0,!1,void 0,this),Z1("span",{className:"opaca-relationship-prefix",children:Q},void 0,!1,void 0,this),Z1("span",{className:"opaca-relationship-value",children:x(X)},void 0,!1,void 0,this),Z1("button",{type:"button",onClick:(m)=>{m.stopPropagation(),G(null)},className:"opaca-relationship-clear",title:"Clear",children:Z1(F0,{size:10},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Z1("button",{type:"button",className:"opaca-relationship-info-btn",onClick:(m)=>{m.stopPropagation();let g=typeof X==="object"&&X!==null?X.id:X;D({open:!0,id:g})},title:"View Details",style:{marginLeft:"auto"},children:Z1(g2,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this):null},void 0,!1,void 0,this),K&&Z1("span",{className:"opaca-field-error",children:K},void 0,!1,void 0,this),Z1(x9,{open:$,onOpenChange:P,children:Z1(h9,{onClose:()=>P(!1),children:Z1("div",{style:{display:"flex",flexDirection:"column",height:"100%",width:"100%"},children:[Z1("div",{className:"opaca-relationship-sheet-header",children:[Z1("div",{className:"opaca-relationship-sheet-title",children:["Select ",Q]},void 0,!0,void 0,this),Z1("div",{className:"opaca-relationship-sheet-subtitle",children:F?`${s} item${s!==1?"s":""} selected`:"Choose an item to link"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Z1("div",{className:"opaca-relationship-search",children:[Z1(T2,{size:16,className:"opaca-relationship-search-icon"},void 0,!1,void 0,this),Z1("input",{type:"text",placeholder:"Search items...",className:"opaca-input",value:y,onChange:(m)=>V(m.target.value)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Z1("div",{style:{overflowY:"auto",flex:1,minHeight:0},children:T?Z1("div",{className:"opaca-relationship-loading",children:Z1(e,{className:"opaca-spin",size:24},void 0,!1,void 0,this)},void 0,!1,void 0,this):N.length===0?Z1("div",{className:"opaca-relationship-empty",children:"No items found."},void 0,!1,void 0,this):Z1("div",{className:"opaca-relationship-list",children:N.map((m)=>Z1("button",{type:"button",onClick:()=>R(m.id),className:a("opaca-relationship-item",k(m.id)&&"active"),children:[Z1("div",{className:"avatar",children:S(m).charAt(0).toUpperCase()},void 0,!1,void 0,this),Z1("div",{className:"content",children:[Z1("div",{className:"title",children:S(m)},void 0,!1,void 0,this),m.id&&Z1("div",{className:"subtitle",children:m.id},void 0,!1,void 0,this)]},void 0,!0,void 0,this),k(m.id)&&Z1(x0,{size:16,className:"opaca-relationship-item-check"},void 0,!1,void 0,this),Z1("button",{type:"button",className:"opaca-relationship-item-info",onClick:(g)=>{g.stopPropagation(),D({open:!0,id:m.id})},title:"View Details",children:Z1(g2,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},m.id,!0,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),Z1(bv,{open:b.open,onOpenChange:(m)=>D((g)=>({...g,open:m})),title:`${Q} Details`,relationTo:Q,id:b.id},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as Yu}from"react/jsx-dev-runtime";var Qu=({fields:J,parentData:Z,onChange:Q,renderField:X})=>{return Yu("div",{className:"opaca-row-field",children:J.map((G,W)=>Yu("div",{className:"row-item",style:G.admin?.width?{flex:`0 0 ${G.admin.width}`,width:G.admin.width}:void 0,children:X(G,G.name?Z?.[G.name]:void 0,(H)=>G.name&&Q(G.name,H))},G.name||`row-item-${W}`,!1,void 0,this))},void 0,!1,void 0,this)};import{jsxDEV as G3}from"react/jsx-dev-runtime";var Xu=({name:J,label:Z,value:Q,onChange:X,choices:G,required:W,localized:H,disabled:q,readOnly:z,placeholder:K,error:B})=>{return G3("div",{className:"opaca-form-group",children:[G3(a1,{name:J,label:Z,required:W,localized:H,htmlFor:`field-${J}`},void 0,!1,void 0,this),G3(E9,{value:Q,onValueChange:X,disabled:q||z,placeholder:K||`Select ${Z||J}...`,children:[G3(R9,{className:B?"error":"",children:G3(M9,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),G3(v9,{children:(G||[]).map((F)=>{let $=typeof F==="string"?{label:F,value:F}:F;return G3(O5,{value:$.value,children:$.label},$.value,!1,void 0,this)})},void 0,!1,void 0,this)]},void 0,!0,void 0,this),B&&G3("span",{className:"opaca-field-error",children:B},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import Tw1 from"react";import{jsxDEV as W3}from"react/jsx-dev-runtime";var Gu=({tabs:J,value:Z,onChange:Q,disabled:X,readOnly:G,renderField:W})=>{let[H,q]=Tw1.useState(J?.[0]?.label||""),z=(K,B)=>{if(Z!==void 0)Q({...Z||{},[K]:B});else Q(K,B)};if(!J||J.length===0)return null;return W3("div",{className:"opaca-tabs-field",children:W3(Rx,{value:H,onValueChange:q,children:[W3(Mx,{children:J.map((K)=>W3(vx,{value:K.label,children:K.label},K.label,!1,void 0,this))},void 0,!1,void 0,this),W3("div",{children:J.map((K)=>W3(xx,{value:K.label,children:W3("div",{style:{display:"flex",flexDirection:"column",gap:"1.25rem"},children:K.fields.map((B,F)=>{let $=Z!==void 0&&B.name?Z[B.name]:void 0;return W3("div",{className:"tab-field-item",children:W(B,$,(P)=>{if(Z!==void 0&&B.name)z(B.name,P);else if(B.name)Q(B.name,P);else Q(P)})},B.name||`tab-item-${K.label}-${F}`,!1,void 0,this)})},void 0,!1,void 0,this)},K.label,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)};import{jsxDEV as pv}from"react/jsx-dev-runtime";var Wu=({name:J,label:Z,value:Q,onChange:X,required:G,localized:W,disabled:H,readOnly:q,placeholder:z,error:K})=>{return pv("div",{className:"opaca-form-group",children:[pv(a1,{name:J,label:Z,required:G,localized:W,htmlFor:`field-${J}`},void 0,!1,void 0,this),pv("textarea",{id:`field-${J}`,className:`opaca-input ${K?"error":""}`,style:{minHeight:"160px",resize:"vertical",padding:"1rem",lineHeight:"1.5"},value:Q||"",readOnly:q,disabled:H,onChange:(B)=>{let F=B.target.value;X(F===""&&!G?null:F)},placeholder:z||`Enter ${Z||J}...`,required:G},void 0,!1,void 0,this),K&&pv("span",{className:"opaca-field-error",children:K},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as lv}from"react/jsx-dev-runtime";var Hu=({name:J,label:Z,value:Q,onChange:X,required:G,localized:W,disabled:H,readOnly:q,placeholder:z,error:K})=>{return lv("div",{className:"opaca-form-group",children:[lv(a1,{name:J,label:Z,required:G,localized:W,htmlFor:`field-${J}`},void 0,!1,void 0,this),lv("input",{id:`field-${J}`,type:"text",className:`opaca-input ${K?"error":""}`,value:Q||"",readOnly:q,disabled:H,onChange:(B)=>{let F=B.target.value;X(F===""&&!G?null:F)},placeholder:z||`Enter ${Z||J}...`,required:G},void 0,!1,void 0,this),K&&lv("span",{className:"opaca-field-error",children:K},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as dv}from"react/jsx-dev-runtime";var qu=({name:J,label:Z,value:Q,localized:X})=>{let G=Q===null||Q===void 0?"":typeof Q==="object"?JSON.stringify(Q):String(Q);return dv("div",{className:"opaca-form-group",children:[dv(a1,{name:J,label:Z,localized:X,suffix:dv("span",{style:{color:"rgba(255, 255, 255, 0.4)",marginLeft:"4px",fontSize:"10px",fontWeight:"normal",textTransform:"uppercase",letterSpacing:"0.5px"},children:"(Computed)"},void 0,!1,void 0,this)},void 0,!1,void 0,this),dv("div",{className:"opaca-input read-only virtual",style:{backgroundColor:"rgba(255, 255, 255, 0.03)",minHeight:"42px",display:"flex",alignItems:"center",padding:"0 12px",borderRadius:"8px",border:"1px solid rgba(255, 255, 255, 0.05)",color:"rgba(255, 255, 255, 0.7)",fontSize:"14px",fontFamily:"monospace"},children:G},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as F1}from"react/jsx-dev-runtime";var Cw1=({tagName:J,field:Z,value:Q,onChange:X,isDisabled:G,isReadOnly:W,error:H,parentData:q})=>{let z=Vw1(null);return yw1(()=>{let K=z.current;if(K){K.value=Q,K.fieldConfig=Z,K.error=H,K.parentData=q;let B=(F)=>{let $=F.detail;if($&&"value"in $)X($.value)};return K.addEventListener("opacachange",B),()=>{K.removeEventListener("opacachange",B)}}},[Q,Z,X,H,q]),F1("div",{className:"opaca-form-group",children:[F1(a1,{name:Z.name,label:Z.label,required:Z.required,localized:Z.localized,htmlFor:Z.name},void 0,!1,void 0,this),ww1.createElement(J,{ref:z,id:Z.name,"data-name":Z.name,"data-disabled":G?"true":void 0,"data-readonly":W?"true":void 0,className:"opaca-custom-field"}),H&&F1("span",{className:"opaca-field-error",children:H},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},d0=({field:J,value:Z,onChange:Q,disabled:X,readOnly:G,error:W,parentData:H})=>{let q=J.name?H?._access?.[J.name]||{}:{},z=G||q.readOnly||(typeof J.access?.readOnly==="boolean"?J.access.readOnly:!1),K=X||q.disabled||(typeof J.access?.disabled==="boolean"?J.access.disabled:!1)||z;if(J.type==="slug"||q.hidden||(typeof J.access?.hidden==="boolean"?J.access.hidden:!1))return null;let F={name:J.name,label:J.label||(J.name?x5(J.name):void 0),value:Z,onChange:Q,required:J.required,localized:J.localized,disabled:K,readOnly:z,error:W,placeholder:J.placeholder};if(J.admin?.components?.Field&&typeof J.admin.components.Field==="string")return F1(Cw1,{tagName:J.admin.components.Field,field:J,value:Z,onChange:Q,isDisabled:K,isReadOnly:z,error:W,parentData:H},void 0,!1,void 0,this);switch(J.type){case"text":return F1(Hu,{...F},void 0,!1,void 0,this);case"virtual":return F1(qu,{name:F.name,label:F.label,value:Z},void 0,!1,void 0,this);case"textarea":return F1(Wu,{...F},void 0,!1,void 0,this);case"number":return F1(i_,{...F},void 0,!1,void 0,this);case"date":return F1(s_,{...F},void 0,!1,void 0,this);case"boolean":return F1(l_,{...F},void 0,!1,void 0,this);case"select":return F1(Xu,{...F,choices:J.choices||J.options?.choices||[]},void 0,!1,void 0,this);case"file":return F1(a_,{...F,options:J.options,bucket:J.bucket},void 0,!1,void 0,this);case"radio":return F1(o_,{...F,choices:J.choices||J.options?.choices||[]},void 0,!1,void 0,this);case"row":return F1(Qu,{fields:J.fields||[],parentData:H,disabled:K,readOnly:z,onChange:($,P)=>{if(H&&typeof H==="object"&&!Array.isArray(H))Q({...H,[$]:P});else Q(P)},renderField:($,P,O)=>F1(d0,{field:$,value:$.name&&P===void 0?H?.[$.name]:P,onChange:O,disabled:K,readOnly:z,parentData:H},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"group":return F1(c_,{...F,fields:J.fields||[],renderField:($,P,O)=>F1(d0,{field:$,value:$.name&&P===void 0?H?.[$.name]:P,onChange:O,disabled:K,readOnly:z,parentData:Z},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"tabs":return F1(Gu,{...F,tabs:J.tabs||[],parentData:H,onChange:($,P)=>{if(H&&typeof H==="object"&&!Array.isArray(H))Q({...H,[$]:P});else Q(P)},renderField:($,P,O)=>F1(d0,{field:$,value:$.name&&Z===void 0?H?.[$.name]:P,onChange:O,disabled:K,readOnly:z,parentData:H},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"collapsible":return F1(d_,{...F,fields:J.fields||[],parentData:H,options:J.options,onChange:($,P)=>{if(H&&typeof H==="object"&&!Array.isArray(H))Q({...H,[$]:P});else Q(P)},renderField:($,P,O)=>F1(d0,{field:$,value:P,onChange:O,disabled:K,readOnly:z,parentData:H},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"blocks":return F1(p_,{...F,blocks:J.blocks||J.options?.blocks||[],renderField:($,P,O)=>F1(d0,{field:$,value:P,onChange:O,disabled:K,readOnly:z,parentData:P},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"relationship":return F1(Zu,{...F,relationTo:J.relationTo||J.options?.relationTo,displayField:J.displayField||J.options?.displayField,hasMany:J.hasMany},void 0,!1,void 0,this);case"join":return F1(n_,{...F,collection:J.collection||J.options?.collection},void 0,!1,void 0,this);case"array":return F1(u_,{...F,fields:J.fields||[],renderField:($,P,O)=>F1(d0,{field:$,value:P,onChange:O,disabled:K,readOnly:z,parentData:P},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"richtext":return F1("div",{className:"opaca-form-group",children:[F1(a1,{name:J.name,label:J.label,required:J.required,localized:J.localized,htmlFor:J.name},void 0,!1,void 0,this),F1(Vv,{value:Z||"",onChange:Q,disabled:K,readOnly:z,defaultMode:J.options?.defaultMode},void 0,!1,void 0,this),W&&F1("span",{className:"opaca-field-error",children:W},void 0,!1,void 0,this)]},void 0,!0,void 0,this);default:return console.warn("FieldRenderer: fallback to default for type:",J.type,J),F1("div",{className:"opaca-form-group",children:[F1("label",{htmlFor:J.name,className:"opaca-label",children:[J.label||(J.name?x5(J.name):void 0)," (Unknown Type:"," ",J.type,") "]},void 0,!0,void 0,this),F1("input",{type:"text",className:"opaca-input",value:Z||"",readOnly:!0,disabled:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}};import{useEffect as bw1,useMemo as kw1,useState as xR}from"react";A5();import{jsxDEV as O1}from"react/jsx-dev-runtime";function zu({collection:J,parentId:Z,open:Q,onOpenChange:X,onRestore:G}){let W=Y1(N2),H=W?.i18n?.locales||[],q=W?.i18n?.defaultLocale||"en",[z,K]=xR([]),[B,F]=xR(!1),[$,P]=xR(null),[O,A]=xR(q),[T,w]=xR(!1),y=async()=>{F(!0);try{let k=J.apiPath||J.slug,S=await J1.get(`api/${k}/versions`,{searchParams:{parentId:Z}}).json();K(S.docs||[])}catch(k){console.error(k),P1("Failed to fetch versions","error")}finally{F(!1)}};bw1(()=>{if(Q&&Z)y()},[Q,Z]);let V=async(k)=>{w(!0);try{let S=J.apiPath||J.slug,x=await J1.post(`api/${S}/versions/${k}/restore`).json();G(x.doc),P1("Version restored successfully","success"),X(!1)}catch(S){console.error(S),P1("Failed to restore version","error")}finally{w(!1)}},b=z.find((k)=>k.id===$),D=kw1(()=>{if(!b?._version_data)return null;try{return JSON.parse(b._version_data)}catch(k){return console.error("Failed to parse version data:",k),null}},[b]),C=(k,S)=>{if(k&&typeof k==="object"&&!Array.isArray(k)&&!k.root)return k[S]||k[q]||Object.values(k)[0]||"";return k},R=(k,S)=>{let x=C(S,O);if(x===null||x===void 0)return"-";if(k.type==="richtext"||typeof x==="object"&&x?.root){let s=f9(typeof x==="string"?x:JSON.stringify(x));return s.length>120?`${s.slice(0,120)}...`:s||"(Empty RichText)"}if(k.type==="boolean")return O1("span",{className:`opaca-badge ${x?"true":"false"}`,style:{fontSize:"0.7rem",padding:"2px 8px",borderRadius:"12px",background:x?"rgba(34, 197, 94, 0.2)":"rgba(239, 68, 68, 0.2)",color:x?"#22c55e":"#ef4444",fontWeight:600,textTransform:"uppercase"},children:x?"Yes":"No"},void 0,!1,void 0,this);if(k.type==="relationship"){if(Array.isArray(x))return`${x.length} items`;return typeof x==="object"?x.id||JSON.stringify(x):String(x)}if(Array.isArray(x))return`${x.length} items`;if(typeof x==="object")return"{...}";let N=String(x);return N.length>100?`${N.slice(0,100)}...`:N};return O1(x9,{open:Q,onOpenChange:X,children:O1(h9,{className:"opaca-versions-sheet",children:[O1(DD,{className:"opaca-versions-header",children:[O1("div",{className:"opaca-versions-header-main",style:{width:"100%"},children:[O1("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[O1(W5,{size:20,className:"opaca-text-primary"},void 0,!1,void 0,this),O1(ED,{children:"Version History"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),H.length>1&&O1(E9,{value:O,onValueChange:A,children:[O1(R9,{className:"opaca-locale-trigger",children:O1(M9,{placeholder:"Locale"},void 0,!1,void 0,this)},void 0,!1,void 0,this),O1(v9,{children:H.map((k)=>O1(O5,{value:k,children:k.toUpperCase()},k,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),O1(RD,{children:"View and restore previous versions of this document."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),B?O1("div",{style:{display:"flex",justifyContent:"center",padding:"3rem"},children:O1(e,{className:"opaca-spin"},void 0,!1,void 0,this)},void 0,!1,void 0,this):z.length===0?O1("div",{style:{textAlign:"center",padding:"3rem",color:"var(--opaca-text-muted)"},children:"No versions found."},void 0,!1,void 0,this):O1("div",{className:"opaca-version-list",children:z.map((k)=>O1("button",{type:"button",className:`opaca-version-item ${$===k.id?"active":""}`,onClick:()=>P($===k.id?null:k.id),children:[O1("div",{className:"opaca-version-meta",children:[O1("div",{className:"opaca-version-info",children:[O1("span",{className:"opaca-version-date",children:new Date(k.created_at).toLocaleString(void 0,{month:"short",day:"numeric",year:"numeric",hour:"2-digit",minute:"2-digit"})},void 0,!1,void 0,this),O1("span",{className:"opaca-version-id",children:["ID: ",k.id.slice(0,8)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),k._status&&O1("span",{className:`opaca-version-status ${k._status}`,children:k._status},void 0,!1,void 0,this)]},void 0,!0,void 0,this),$===k.id&&O1("div",{className:"opaca-version-preview",children:[O1("div",{className:"opaca-version-summary",children:J.fields.filter((S)=>S.name&&!S.name.startsWith("_")).map((S)=>O1("div",{className:"opaca-summary-row",children:[O1("span",{className:"opaca-summary-label",children:S.label||S.name},void 0,!1,void 0,this),O1("div",{className:"opaca-summary-value",children:R(S,D[S.name])},void 0,!1,void 0,this)]},S.name,!0,void 0,this))},void 0,!1,void 0,this),O1("div",{className:"opaca-version-actions",children:O1("button",{type:"button",className:"opaca-btn opaca-btn-primary",disabled:T,onClick:(S)=>{S.stopPropagation(),V(k.id)},children:[T?O1(e,{className:"opaca-spin",size:16},void 0,!1,void 0,this):O1(T9,{size:16},void 0,!1,void 0,this),"Restore this version"]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},k.id,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}import{Children as Uw1,cloneElement as Sw1,isValidElement as Dw1,useState as Ew1}from"react";import{jsxDEV as h5,Fragment as Rw1}from"react/jsx-dev-runtime";function hR({children:J,trigger:Z,title:Q,description:X,onConfirm:G,confirmText:W="Continue",cancelText:H="Cancel",variant:q="default"}){let[z,K]=Ew1(!1),B=()=>{G(),K(!1)},F=Z||J;return h5(Rw1,{children:[(()=>{if(Uw1.count(F)===1&&Dw1(F)){let P=F;return Sw1(P,{onClick:(O)=>{let A=P.props.onClick;if(A)A(O);K(!0)}})}return h5("span",{role:"button",tabIndex:0,onClick:()=>K(!0),onKeyDown:(P)=>{if(P.key==="Enter"||P.key===" ")P.preventDefault(),K(!0)},style:{display:"inline-block",cursor:"pointer"},children:F},void 0,!1,void 0,this)})(),h5(UE,{open:z,onOpenChange:K,children:h5(SE,{className:"opaca-dialog-max-w",children:[h5(DE,{children:[h5(EE,{children:Q},void 0,!1,void 0,this),h5(nR,{children:X},void 0,!1,void 0,this)]},void 0,!0,void 0,this),h5(RE,{children:[h5(U1,{variant:"outline",onClick:()=>K(!1),children:H},void 0,!1,void 0,this),h5(U1,{variant:q,onClick:B,children:W},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{jsxDEV as W1}from"react/jsx-dev-runtime";var vw1=async(J,Z,Q)=>{if(Z==="create")return{};let X={};if(Q)X["x-opaca-locale"]=Q;return await J1.get(`api/${J}/${Z}`,{headers:X}).json()},xw1=async(J,Z,Q,X)=>{let G={...Q};for(let H in G)if(G[H]==="")G[H]=null;let W={};if(X)W["x-opaca-locale"]=X;if(Z&&Z!=="create")return J1.patch(`api/${J}/${Z}`,{json:G,headers:W}).json();return J1.post(`api/${J}`,{json:G,headers:W}).json()};function $u({collection:J,id:Z,onBack:Q}){let X=J.apiPath||J.slug,G=X,W=Y1(N2),[H,q]=Bu(W?.i18n?.defaultLocale||"en"),[z,K]=Bu(!1),B=Ku(()=>I9([X,Z,H],{fetcher:()=>vw1(X,Z,H)}),[X,Z,H]),F=Ku(()=>xE(async({data:D})=>{return xw1(X,Z,D,H)}),[X,Z,H]),$=Y1(B),P=Y1(F),O=$.loading,A=P.loading,T=$.error||P.error,w=!!J.versions?.drafts,y=yI({defaultValues:$.data||{},onSubmit:async({value:D})=>{try{await F.mutate(D),P1(`Document ${Z==="create"?"created":"updated"} successfully`,"success"),Q()}catch(C){let R="Failed to save document";if(C.response)try{let k=await C.response.json();if(R=k.message||R,k.errors)Object.keys(k.errors).forEach((S)=>{if(S==="_errors")return;y.setErrorMap({onChange:k.errors[S]._errors.join(", ")})})}catch(k){}P1(R,"error")}}});Mw1(()=>{if($.data&&!$.loading)y.reset($.data)},[$.data,$.loading,y,H]);let V=async(D,C="published")=>{if(D)D.preventDefault();if(D?.stopPropagation(),w)y.setFieldValue("_status",C);await y.handleSubmit()},b=()=>{if(!y.state.isDirty)Q()};if(O)return W1("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginTop:"2rem",padding:"0 2.5rem"},children:[W1(e,{size:18,className:"opaca-spin"},void 0,!1,void 0,this),W1("span",{className:"opaca-subtitle",children:"Loading document..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return W1("div",{className:"opaca-admin-form",children:[W1("div",{className:"opaca-header",children:[W1("div",{style:{display:"flex",alignItems:"center",gap:"1rem"},children:[y.state.isDirty?W1(hR,{title:"Unsaved Changes",description:"You have unsaved changes. Are you sure you want to discard them and leave?",onConfirm:Q,variant:"destructive",children:W1("button",{type:"button",className:"opaca-btn opaca-btn-outline",style:{padding:"0.5rem"},title:"Go Back",children:W1(v2,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this):W1("button",{type:"button",onClick:b,className:"opaca-btn opaca-btn-outline",style:{padding:"0.5rem"},title:"Go Back",children:W1(v2,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this),W1("div",{children:[W1("h1",{className:"opaca-title",children:Z==="create"?`Create ${J.label||J.slug}`:`Edit ${J.label||J.slug}`},void 0,!1,void 0,this),W1("p",{className:"opaca-subtitle",children:Z==="create"?"Add a new entry to the collection.":`ID: ${Z}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),W1("div",{style:{display:"flex",gap:"0.75rem"},children:[W?.i18n&&W.i18n.locales.length>1&&W1("div",{className:"opaca-locale-switcher",children:W.i18n.locales.map((D)=>W1("button",{type:"button",className:`opaca-locale-btn ${H===D?"active":""}`,onClick:()=>{if(y.state.isDirty){if(confirm("Unsaved changes will be lost. Continue?"))q(D)}else q(D)},children:D.toUpperCase()},D,!1,void 0,this))},void 0,!1,void 0,this),Z!=="create"&&W1(hR,{title:"Delete Document",description:"Are you sure you want to delete this document? This action cannot be undone.",onConfirm:async()=>{try{await J1.delete(`api/${G}/${Z}`),P1("Document deleted successfully","success"),Q()}catch(D){console.error(D),P1("Failed to delete document","error")}},variant:"destructive",confirmText:"Delete",children:W1("button",{type:"button",className:"opaca-btn opaca-btn-outline",style:{color:"var(--opaca-error)",borderColor:"var(--opaca-error)"},title:"Delete Document",children:[W1(G0,{size:18},void 0,!1,void 0,this),"Delete"]},void 0,!0,void 0,this)},void 0,!1,void 0,this),Z!=="create"&&J.versions&&W1("button",{type:"button",className:"opaca-btn opaca-btn-outline",onClick:()=>K(!0),title:"Version History",children:[W1(W5,{size:18},void 0,!1,void 0,this),"History"]},void 0,!0,void 0,this),W1(y.Subscribe,{selector:(D)=>[D.isDirty],children:([D])=>W1("div",{style:{display:"flex",gap:"0.75rem"},children:[w&&W1("button",{type:"button",onClick:(C)=>V(C,"draft"),disabled:A,className:"opaca-btn opaca-btn-outline",title:"Save as Draft",children:[A?W1(e,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):W1($0,{size:18},void 0,!1,void 0,this),"Save Draft"]},void 0,!0,void 0,this),W1("button",{type:"button",onClick:(C)=>V(C,"published"),disabled:A,className:"opaca-btn opaca-btn-primary",style:{position:"relative"},title:w?"Publish":"Save Changes",children:[A?W1(e,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):W1($0,{size:18},void 0,!1,void 0,this),Z==="create"?w?"Publish":"Create":w?"Publish":"Save",D&&!A&&W1("span",{style:{position:"absolute",top:"-4px",right:"-4px",width:"10px",height:"10px",borderRadius:"50%",background:"var(--opaca-warning)",border:"2px solid var(--opaca-card-bg)",boxShadow:"0 1px 2px rgba(0,0,0,0.2)"},title:"Unsaved changes"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),T&&W1("div",{style:{padding:"1rem",backgroundColor:"rgba(239, 68, 68, 0.1)",border:"1px solid var(--opaca-error)",color:"var(--opaca-error)",borderRadius:"var(--opaca-radius)",marginBottom:"2rem",display:"flex",alignItems:"center",gap:"0.75rem",fontSize:"0.875rem"},children:[W1(e1,{size:18},void 0,!1,void 0,this),T]},void 0,!0,void 0,this),W1("div",{className:"opaca-card",style:{padding:"2.5rem"},children:W1("form",{id:"opaca-doc-form",onSubmit:(D)=>V(D),children:W1("div",{style:{display:"grid",gap:"2rem"},children:J.fields.map((D,C)=>{let R=D.name,k=R?$.data?._access?.[R]:{hidden:!1,readOnly:!1,disabled:!1};if(k?.hidden)return null;let S=k?.readOnly,x=k?.disabled||S;if(!R)return W1(y.Subscribe,{selector:(N)=>N.values,children:(N)=>W1(d0,{field:D,value:void 0,disabled:x,readOnly:S,onChange:(s,m)=>{if(typeof s==="string")y.setFieldValue(s,m)},parentData:N},void 0,!1,void 0,this)},C,!1,void 0,this);return W1(y.Field,{name:R,children:(N)=>W1(d0,{field:D,value:N.state.value,disabled:x,readOnly:S,onChange:(s)=>N.handleChange(s),parentData:y.state.values},void 0,!1,void 0,this)},R,!1,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),Z!=="create"&&J.versions&&W1(zu,{collection:J,parentId:Z,open:z,onOpenChange:K,onRestore:(D)=>{y.reset(D)}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useEffect as CI,useState as bI}from"react";A5();import{jsxDEV as c1}from"react/jsx-dev-runtime";function Fu({global:J}){let[Z,Q]=bI({}),[X,G]=bI({}),[W,H]=bI(null),{data:q,loading:z,error:K}=Y1(Vj),{mutate:B,loading:F}=Y1(Cj),$=JSON.stringify(Z)!==JSON.stringify(X);CI(()=>{hx.set(J.slug)},[J.slug]),CI(()=>{if(q){let O={...q};delete O.id,delete O.createdAt,delete O.updatedAt;let A={...O};if(Object.keys(O).length===0)J.fields.forEach((T)=>{if(!T.name)return;if(T.defaultValue!==void 0)A[T.name]=T.defaultValue;else if(T.type==="boolean")A[T.name]=!1;else if(T.type==="number")A[T.name]=0;else if(T.type==="array"||T.type==="blocks"||T.type==="relationship"&&T.hasMany)A[T.name]=[];else A[T.name]=""});Q(A),G(A),H(null)}},[q,J.fields]),CI(()=>{if(K)H("Failed to load global document."),P1("Error loading global document","error")},[K]);let P=async(O)=>{if(O)O.preventDefault();H(null);try{await B({slug:J.slug,body:Z}),P1("Changes saved successfully","success"),G(Z)}catch(A){console.error(A),H(A instanceof Error?A.message:"Failed to save document."),P1("Failed to save changes","error")}};if(z)return c1("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginTop:"2rem",padding:"0 2.5rem"},children:[c1(e,{size:18,className:"opaca-spin"},void 0,!1,void 0,this),c1("span",{className:"opaca-subtitle",children:"Loading settings..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return c1("div",{className:"opaca-admin-form",children:[c1("div",{className:"opaca-header",children:[c1("div",{style:{display:"flex",alignItems:"center",gap:"1rem"},children:c1("div",{children:[c1("h1",{className:"opaca-title",children:J.label||J.slug.charAt(0).toUpperCase()+J.slug.slice(1)},void 0,!1,void 0,this),c1("p",{className:"opaca-subtitle",children:"Manage global settings."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),c1("div",{style:{display:"flex",gap:"0.75rem"},children:c1("button",{type:"button",onClick:()=>P(),disabled:F,className:"opaca-btn opaca-btn-primary",style:{position:"relative"},title:"Save Changes",children:[F?c1(e,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):c1($0,{size:18},void 0,!1,void 0,this),"Save",$&&!F&&c1("span",{style:{position:"absolute",top:"-4px",right:"-4px",width:"10px",height:"10px",borderRadius:"50%",background:"var(--opaca-warning)",border:"2px solid var(--opaca-card-bg)",boxShadow:"0 1px 2px rgba(0,0,0,0.2)"},title:"Unsaved changes"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),W&&c1("div",{style:{padding:"1rem",backgroundColor:"rgba(239, 68, 68, 0.1)",border:"1px solid var(--opaca-error)",color:"var(--opaca-error)",borderRadius:"var(--opaca-radius)",marginBottom:"2rem",display:"flex",alignItems:"center",gap:"0.75rem",fontSize:"0.875rem"},children:[c1(e1,{size:18},void 0,!1,void 0,this),W]},void 0,!0,void 0,this),c1("div",{className:"opaca-card",style:{padding:"2.5rem"},children:c1("form",{id:"opaca-doc-form",onSubmit:P,children:c1("div",{style:{display:"grid",gap:"2rem"},children:J.fields.map((O,A)=>{let T=O.name;if(!T)return c1(d0,{field:O,value:void 0,onChange:(w,y)=>{if(typeof w==="string")Q({...Z,[w]:y});else Object.assign(Z,y),Q({...Z})},parentData:Z},O.name||A,!1,void 0,this);return c1(d0,{field:O,value:Z[T],onChange:(w)=>{Q({...Z,[T]:w})},parentData:Z},T,!1,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}sR();import{useState as fR}from"react";import{jsxDEV as M1,Fragment as hw1}from"react/jsx-dev-runtime";function Pu({onSuccess:J}){let[Z,Q]=fR(""),[X,G]=fR(""),[W,H]=fR(""),[q,z]=fR(!1),[K,B]=fR(null);return M1("div",{className:"opaca-login-container",children:M1("div",{className:"opaca-login-card",children:[M1("div",{className:"opaca-login-header",children:[M1("div",{className:"opaca-login-logo",children:M1(w9,{size:24,color:"white"},void 0,!1,void 0,this)},void 0,!1,void 0,this),M1("h1",{className:"opaca-title",children:"Welcome to OpacaCMS"},void 0,!1,void 0,this),M1("p",{className:"opaca-subtitle",children:"Create the first administrator account to get started."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),K&&M1("div",{className:"opaca-login-error",children:[M1(e1,{size:14},void 0,!1,void 0,this),K]},void 0,!0,void 0,this),M1("form",{onSubmit:async($)=>{if($.preventDefault(),z(!0),B(null),X!==W){B("Passwords do not match"),z(!1);return}try{let P=await bD.signUp.email({email:Z,password:X,name:"Admin"});if(P.error)throw Error(P.error.message||"Failed to create admin user");J()}catch(P){console.error(P),B(P instanceof Error?P.message:"Initialization failed")}finally{z(!1)}},children:[M1("div",{className:"opaca-form-group",children:[M1("label",{htmlFor:"init-email",className:"opaca-label",children:"Admin Email"},void 0,!1,void 0,this),M1("div",{style:{position:"relative"},children:[M1(P5,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),M1("input",{id:"init-email",type:"email",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"admin@example.com",value:Z,onChange:($)=>Q($.target.value),required:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),M1("div",{className:"opaca-form-group",children:[M1("label",{htmlFor:"init-password",className:"opaca-label",children:"Password"},void 0,!1,void 0,this),M1("div",{style:{position:"relative"},children:[M1(A2,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),M1("input",{id:"init-password",type:"password",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"••••••••",value:X,onChange:($)=>G($.target.value),required:!0,minLength:8},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),M1("div",{className:"opaca-form-group",children:[M1("label",{htmlFor:"init-confirm",className:"opaca-label",children:"Confirm Password"},void 0,!1,void 0,this),M1("div",{style:{position:"relative"},children:[M1(A2,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),M1("input",{id:"init-confirm",type:"password",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"••••••••",value:W,onChange:($)=>H($.target.value),required:!0,minLength:8},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),M1("button",{type:"submit",className:"opaca-btn opaca-btn-primary",style:{width:"100%",marginTop:"0.5rem"},disabled:q,children:q?M1(hw1,{children:[M1(e,{className:"opaca-spin",size:14},void 0,!1,void 0,this),"Initializing..."]},void 0,!0,void 0,this):"Create Admin Account"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M1("p",{className:"opaca-subtitle",style:{fontSize:"0.6875rem",textAlign:"center",marginTop:"1.25rem"},children:"This account will have full access to manage OpacaCMS."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}import{useState as sv}from"react";import{jsxDEV as _1,Fragment as fw1}from"react/jsx-dev-runtime";function Au({onLogin:J}){let[Z,Q]=sv(""),[X,G]=sv(""),[W,H]=sv(!1),[q,z]=sv(null);return _1("div",{className:"opaca-login-container",children:_1("div",{className:"opaca-login-card",children:[_1("div",{style:{textAlign:"center",marginBottom:"1.5rem"},children:[_1("div",{className:"opaca-logo-circle",style:{margin:"0 auto 1rem"},children:_1(A2,{size:22},void 0,!1,void 0,this)},void 0,!1,void 0,this),_1("h1",{className:"opaca-title",children:"Admin Login"},void 0,!1,void 0,this),_1("p",{className:"opaca-subtitle",children:"Authenticate to access the dashboard"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),q&&_1("div",{className:"opaca-login-error",children:[_1(e1,{size:14},void 0,!1,void 0,this),q]},void 0,!0,void 0,this),_1("form",{onSubmit:async(B)=>{B.preventDefault(),H(!0),z(null);try{await J({email:Z,password:X})}catch(F){console.error(F),z(F instanceof Error?F.message:"Invalid email or password")}finally{H(!1)}},children:[_1("div",{className:"opaca-form-group",children:[_1("label",{htmlFor:"login-email",className:"opaca-label",children:"Email"},void 0,!1,void 0,this),_1("div",{style:{position:"relative"},children:[_1(P5,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),_1("input",{id:"login-email",type:"email",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"admin@example.com",value:Z,onChange:(B)=>Q(B.target.value),required:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),_1("div",{className:"opaca-form-group",children:[_1("label",{htmlFor:"login-password",className:"opaca-label",children:"Password"},void 0,!1,void 0,this),_1("div",{style:{position:"relative"},children:[_1(A2,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),_1("input",{id:"login-password",type:"password",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"••••••••",value:X,onChange:(B)=>G(B.target.value),required:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),_1("button",{type:"submit",className:"opaca-btn opaca-btn-primary",style:{width:"100%",marginTop:"0.5rem"},disabled:W,children:W?_1(fw1,{children:[_1(e,{size:14,className:"opaca-spin"},void 0,!1,void 0,this),"Logging in..."]},void 0,!0,void 0,this):"Sign In"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}import{useMemo as Iw1,useRef as jw1,useState as OE}from"react";import{createPortal as gw1}from"react-dom";A5();import{jsxDEV as U}from"react/jsx-dev-runtime";var Ou=(J)=>{if(!J)return"-";let Z=new Date(J);return Number.isNaN(Z.getTime())?"-":Z.toLocaleDateString()},kI=["#7c3aed","#047857","#b91c1c","#0369a1","#a21caf","#c2410c","#eab308","#10b981","#ec4899","#6366f1"],YJ=(J,Z)=>{if(Z&&Z[J])return Z[J];let Q=0;for(let X=0;X<J.length;X++)Q=J.charCodeAt(X)+((Q<<5)-Q);return kI[Math.abs(Q)%kI.length]};function Tu({collection:J,config:Z}){let{data:Q,loading:X}=Y1(qE),G=Y1(WE),W=Y1(HE),H=Y1(n3),q=Y1(wv),z=Y1(i3),K=Y1(Tv),[B,F]=OE(!1),[$,P]=OE(null),[O,A]=OE(!1),[T,w]=OE(""),[y,V]=OE(!1),[b,D]=OE(!1),C=jw1(null),R=Iw1(()=>{return[...Object.keys(Z.storages||{})]},[Z.storages]),k=()=>{qE.revalidate()},S=async(E)=>{let p=E.target.files?.[0];if(!p)return;F(!0);let t=new FormData;t.append("file",p);try{let n=W==="all"?"default":W;await J1.post(`api/__system/assets/upload?bucket=${n}&folder=${H}`,{body:t}),P1("File uploaded successfully","success"),k()}catch(n){console.error("Upload failed",n),P1("Upload failed","error")}finally{if(F(!1),C.current)C.current.value=""}},x=async()=>{if(!T)return;try{let E=W==="all"?"default":W,p=new Blob([""],{type:"text/plain"}),t=new FormData,n=H?`${H}/${T}`:T;t.append("file",p,".keep"),await J1.post(`api/__system/assets/upload?bucket=${E}&folder=${n}`,{body:t}),P1("Folder created","success"),w(""),V(!1),k()}catch(E){console.error("Failed to create folder",E),P1("Failed to create folder","error")}},N=async()=>{if(!$)return;try{await J1.patch(`api/${J.slug}/${$.id}`,{json:{filename:$.filename,altText:$.altText||$.alt_text,caption:$.caption}}),P1("Metadata updated","success"),k()}catch(E){console.error("Failed to update metadata",E),P1("Failed to update metadata","error")}},s=async(E)=>{try{if(await J1.delete(`api/${J.slug}/${E}`),P1("Asset deleted","success"),$?.id===E)P(null);k()}catch(p){console.error("Delete failed",p),P1("Failed to delete asset","error")}},m=Q?.docs||[],g=Q?.folders||[],_=(E)=>{if(E===0)return"0 Bytes";let p=1024,t=["Bytes","KB","MB","GB"],n=Math.floor(Math.log(E)/Math.log(p));return parseFloat((E/p**n).toFixed(1))+" "+t[n]},c=(E)=>{if(!E)return U(K2,{size:G==="grid"?48:20,className:"text-gray-400"},void 0,!1,void 0,this);if(E.startsWith("image/"))return U(p1,{size:G==="grid"?48:20,className:"text-blue-400"},void 0,!1,void 0,this);if(E.startsWith("video/"))return U(z2,{size:G==="grid"?48:20,className:"text-purple-400"},void 0,!1,void 0,this);if(E.includes("pdf"))return U(z2,{size:G==="grid"?48:20,className:"text-red-400"},void 0,!1,void 0,this);return U(K2,{size:G==="grid"?48:20,className:"text-gray-400"},void 0,!1,void 0,this)},Q1=m.filter((E)=>{return(E.originalFilename||E.original_filename)?.toLowerCase().includes(q.toLowerCase())||E.filename.toLowerCase().includes(q.toLowerCase())}),q1=g.filter((E)=>E.name.toLowerCase().includes(q.toLowerCase()));return U("div",{className:`opaca-view-container media-registry-view ${X?"loading":""}`,children:[U("input",{type:"file",ref:C,style:{display:"none"},onChange:S},void 0,!1,void 0,this),U("div",{className:"opaca-header media-registry-header",children:[U("div",{children:[U("h1",{className:"opaca-title",children:"Media Library"},void 0,!1,void 0,this),U("p",{className:"opaca-subtitle",children:"Manage your global asset registry across all buckets."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-registry-header-actions",children:[U(U1,{variant:"outline",onClick:()=>V(!0),disabled:W==="all",title:W==="all"?"Select a specific bucket to create folders":"",children:[U(B2,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),"New Folder"]},void 0,!0,void 0,this),U(U1,{variant:"default",disabled:B||W==="all",onClick:()=>C.current?.click(),title:W==="all"?"Select a specific bucket to upload files":"",children:[B?U(e,{size:16,className:"opaca-spin media-registry-icon-mr"},void 0,!1,void 0,this):U(X0,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),B?"Uploading...":"Upload New"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),U("div",{style:{display:"flex",flex:1,minHeight:0,gap:"1.5rem",marginBottom:"1.5rem"},children:U("div",{style:{flex:1,display:"flex",flexDirection:"column",minWidth:0},children:[U("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem",marginBottom:"1rem",color:"var(--opaca-text-dim)",fontSize:"0.875rem"},children:[U("button",{type:"button",onClick:()=>o4(""),style:{background:"none",border:"none",color:H===""?"var(--opaca-text)":"inherit",cursor:"pointer",fontWeight:H===""?600:400},children:"Home"},void 0,!1,void 0,this),H.split("/").filter(Boolean).map((E,p,t)=>U("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem"},children:[U(B0,{size:14},void 0,!1,void 0,this),U("button",{type:"button",onClick:()=>o4(t.slice(0,p+1).join("/")),style:{background:"none",border:"none",color:p===t.length-1?"var(--opaca-text)":"inherit",cursor:"pointer",fontWeight:p===t.length-1?600:400},children:E},void 0,!1,void 0,this)]},E,!0,void 0,this))]},void 0,!0,void 0,this),U("div",{className:"opaca-card media-registry-body",children:[U("div",{className:"media-registry-toolbar",children:[U("div",{className:"media-registry-filters",children:[U("div",{className:"media-registry-search",children:[U(T2,{size:16,className:"search-icon"},void 0,!1,void 0,this),U(N4,{type:"text",placeholder:"Search assets...",value:q,onChange:(E)=>X_(E.target.value)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U(E9,{value:W,onValueChange:(E)=>yv(E),children:[U(R9,{className:"media-registry-select-trigger",children:U("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[W!=="all"&&U("div",{style:{width:"8px",height:"8px",borderRadius:"50%",backgroundColor:YJ(W,K)}},void 0,!1,void 0,this),U(M9,{placeholder:"All Buckets"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),U(v9,{children:[U(O5,{value:"all",children:U("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[U("div",{style:{width:"8px",height:"8px",borderRadius:"50%",border:"1px dashed var(--opaca-text-dim)"}},void 0,!1,void 0,this),"All Buckets"]},void 0,!0,void 0,this)},void 0,!1,void 0,this),U(JM,{},void 0,!1,void 0,this),U(eR,{children:"Storage Buckets"},void 0,!1,void 0,this),R.map((E)=>U(O5,{value:E.toLowerCase(),children:U("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[U("div",{style:{width:"8px",height:"8px",borderRadius:"50%",backgroundColor:YJ(E,K)}},void 0,!1,void 0,this),E.toUpperCase()]},void 0,!0,void 0,this)},E,!1,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),U("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[U(U1,{variant:"ghost",size:"icon",onClick:()=>D(!0),title:"Bucket Settings",children:U(B5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("div",{className:"media-registry-view-toggles",children:[U("button",{type:"button",onClick:()=>WE.set("grid"),className:`media-registry-toggle-btn ${G==="grid"?"active":""}`,children:U(L0,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("button",{type:"button",onClick:()=>WE.set("list"),className:`media-registry-toggle-btn ${G==="list"?"active":""}`,children:U(A9,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),X&&U("div",{style:{display:"flex",justifyContent:"center",padding:"4rem"},children:U(e,{size:32,className:"opaca-spin",style:{color:"var(--opaca-accent)"}},void 0,!1,void 0,this)},void 0,!1,void 0,this),!X&&Q1.length===0&&U("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",textAlign:"center",padding:"4rem",background:"rgba(255,255,255,0.01)",borderRadius:"12px",border:"1px dashed var(--opaca-border)"},children:[U(p1,{size:48,style:{color:"var(--opaca-text-dim)",marginBottom:"1rem",opacity:0.3}},void 0,!1,void 0,this),U("h3",{style:{fontSize:"1.25rem",fontWeight:600},children:"No assets found"},void 0,!1,void 0,this),U("p",{style:{color:"var(--opaca-text-muted)"},children:"Upload some files to get started."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),!X&&G==="grid"&&(q1.length>0||Q1.length>0)&&U("div",{className:"media-registry-grid",children:[q1.map((E)=>U("div",{className:"media-registry-card",onClick:()=>o4(H?`${H}/${E.name}`:E.name),children:[U("div",{className:"media-registry-card-thumb",style:{position:"relative"},children:[U(B2,{size:54,className:"folder-icon"},void 0,!1,void 0,this),W==="all"&&U("div",{style:{position:"absolute",bottom:"8px",right:"8px",display:"flex",gap:"2px"},children:E.buckets.map((p)=>U("div",{title:p,style:{width:"8px",height:"8px",borderRadius:"50%",backgroundColor:YJ(p,K)}},p,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-registry-card-body",children:[U("div",{className:"media-registry-card-title",children:E.name},void 0,!1,void 0,this),U("div",{className:"media-registry-card-meta",children:"Folder"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},`folder-${E.name}`,!0,void 0,this)),Q1.map((E)=>U("div",{className:`media-registry-card ${$?.id===E.id?"active":""}`,onClick:()=>P(E),children:[U("div",{className:"media-registry-card-thumb",style:{position:"relative"},children:[(()=>{let p=E.mimeType||E.mime_type;return p?.startsWith("image/")?U("img",{src:`${Z.serverURL||""}/api/assets/${E.id}/view`,alt:E.originalFilename||E.original_filename||"",onError:(t)=>t.currentTarget.style.display="none"},void 0,!1,void 0,this):c(p||"")})(),W==="all"&&U("div",{title:`Bucket: ${E.bucket}`,style:{position:"absolute",top:"8px",left:"8px",width:"12px",height:"12px",borderRadius:"50%",backgroundColor:YJ(E.bucket,K),border:"2px solid rgba(0,0,0,0.5)",zIndex:2}},void 0,!1,void 0,this),U("div",{className:"media-registry-overlay",children:U("button",{className:"media-registry-overlay-btn",onClick:(p)=>{p.stopPropagation(),P(E),A(!0)},children:U(Q5,{size:20},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-registry-card-body",children:[U("div",{className:"media-registry-card-title",title:E.original_filename,children:E.original_filename},void 0,!1,void 0,this),U("div",{className:"media-registry-card-meta",children:[U("span",{className:"meta-type",children:(E.mimeType||E.mime_type)?.split("/")[1]||"FILE"},void 0,!1,void 0,this),U("span",{children:_(E.filesize)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},E.id,!0,void 0,this))]},void 0,!0,void 0,this),!X&&G==="list"&&(q1.length>0||Q1.length>0)&&U("div",{className:"opaca-table-container",children:U("table",{className:"opaca-table",children:[U("thead",{children:U("tr",{children:[U("th",{style:{width:"40px"}},void 0,!1,void 0,this),U("th",{children:"Name"},void 0,!1,void 0,this),U("th",{children:"Type"},void 0,!1,void 0,this),U("th",{children:"Size"},void 0,!1,void 0,this),U("th",{children:"Date"},void 0,!1,void 0,this),U("th",{style:{width:"40px"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),U("tbody",{children:[q1.map((E)=>U("tr",{onClick:()=>o4(H?`${H}/${E.name}`:E.name),style:{cursor:"pointer"},children:[U("td",{children:U("div",{style:{position:"relative",display:"inline-block"},children:[U(B2,{size:20,style:{color:"#eab308"}},void 0,!1,void 0,this),W==="all"&&U("div",{style:{position:"absolute",bottom:"-2px",right:"-2px",display:"flex",gap:"1px"},children:E.buckets.map((p)=>U("div",{style:{width:"6px",height:"6px",borderRadius:"50%",backgroundColor:YJ(p,K)}},p,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),U("td",{style:{fontWeight:600},children:E.name},void 0,!1,void 0,this),U("td",{children:"Folder"},void 0,!1,void 0,this),U("td",{children:"-"},void 0,!1,void 0,this),U("td",{children:"-"},void 0,!1,void 0,this),U("td",{},void 0,!1,void 0,this)]},`folder-${E.name}`,!0,void 0,this)),Q1.map((E)=>U("tr",{onClick:()=>P(E),style:{cursor:"pointer",background:$?.id===E.id?"rgba(var(--opaca-accent-rgb), 0.1)":"inherit"},children:[U("td",{children:U("div",{style:{width:"32px",height:"32px",borderRadius:"4px",background:"var(--opaca-bg-alt)",display:"flex",alignItems:"center",justifyContent:"center",overflow:"hidden"},children:(()=>{let p=E.mimeType||E.mime_type||"";return p.startsWith("image/")?U("img",{src:`${Z.serverURL||""}/api/assets/${E.id}/view`,style:{width:"100%",height:"100%",objectFit:"cover"},alt:""},void 0,!1,void 0,this):c(p)})()},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("td",{children:[U("div",{style:{fontWeight:500},children:E.original_filename},void 0,!1,void 0,this),U("div",{style:{fontSize:"0.75rem",color:"var(--opaca-text-dim)"},children:E.filename},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("td",{style:{fontSize:"0.875rem"},children:E.mimeType||E.mime_type||""},void 0,!1,void 0,this),U("td",{style:{fontSize:"0.875rem"},children:_(E.filesize)},void 0,!1,void 0,this),U("td",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:Ou(E.createdAt||E.created_at)},void 0,!1,void 0,this),U("td",{children:U("button",{onClick:(p)=>{p.stopPropagation(),P(E),A(!0)},style:{background:"none",border:"none",color:"var(--opaca-text-dim)",cursor:"pointer"},children:U(Q5,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},E.id,!0,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),Q&&Q.totalPages>1&&U("div",{className:"media-registry-pagination",children:[U("div",{className:"info",children:["Showing ",(Q.page-1)*Q.limit+1," to"," ",Math.min(Q.page*Q.limit,Q.totalDocs)," of ",Q.totalDocs]},void 0,!0,void 0,this),U("div",{className:"actions",children:[U(U1,{variant:"outline",size:"sm",disabled:Q.page===1||X,onClick:()=>cf(z-1),children:U(G2,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),U(U1,{variant:"outline",size:"sm",disabled:Q.page===Q.totalPages||X,onClick:()=>cf(z+1),children:U(B0,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),U(x9,{open:!!$&&!O,onOpenChange:(E)=>!E&&P(null),children:U(h9,{onClose:()=>P(null),children:[U(DD,{children:[U(ED,{children:"Asset Details"},void 0,!1,void 0,this),U(RD,{children:"View and manage asset metadata."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),$&&U("div",{className:"media-sheet-flex",children:U("div",{className:"media-sheet-body opaca-scrollbar-hidden",children:[U("div",{className:"media-sheet-preview",children:[(()=>{let E=$.mimeType||$.mime_type||"";return E.startsWith("image/")?U("img",{src:`${Z.serverURL||""}/api/assets/${$.id}/view`,alt:$.filename},void 0,!1,void 0,this):c(E)})(),U("div",{className:"overlay",children:U(U1,{variant:"secondary",onClick:()=>A(!0),children:[U(Q5,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),"Preview Full"]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-sheet-form",children:[U("div",{className:"media-sheet-group",children:[U(D9,{htmlFor:"filename",children:"Display Name"},void 0,!1,void 0,this),U(N4,{id:"filename",value:$.filename,onChange:(E)=>P({...$,filename:E.target.value})},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-sheet-group",children:[U(D9,{htmlFor:"alt_text",children:"Alt Text"},void 0,!1,void 0,this),U(N4,{id:"alt_text",value:$.alt_text||"",onChange:(E)=>P({...$,alt_text:E.target.value}),placeholder:"SEO friendly description"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-sheet-group",children:[U(D9,{htmlFor:"caption",children:"Caption"},void 0,!1,void 0,this),U("textarea",{id:"caption",value:$.caption||"",onChange:(E)=>P({...$,caption:E.target.value}),className:"media-sheet-textarea",placeholder:"Write a short caption..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-sheet-meta-box",children:[U("div",{className:"media-sheet-meta-row",children:[U("span",{className:"label",children:"File Size"},void 0,!1,void 0,this),U("span",{className:"value",children:_($.filesize)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-sheet-meta-row",children:[U("span",{className:"label",children:"Internal Key"},void 0,!1,void 0,this),U("span",{className:"value value-mono",title:$.key,children:$.key},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-sheet-meta-row",children:[U("span",{className:"label",children:"Bucket"},void 0,!1,void 0,this),U("span",{className:"value",children:$.bucket},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),$&&U(Bj,{className:"media-sheet-actions",children:[U(hR,{title:"Delete Asset",description:"Are you sure you want to delete this asset? This action cannot be undone and may break links in your content.",onConfirm:()=>s($.id),variant:"destructive",confirmText:"Delete Asset",children:U(U1,{variant:"destructive",children:[U(G0,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),"Delete"]},void 0,!0,void 0,this)},void 0,!1,void 0,this),U(U1,{variant:"default",onClick:N,children:[U($0,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),"Save Changes"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),U(UE,{open:y,onOpenChange:V,children:U(SE,{className:"opaca-dialog-max-w",children:[U(DE,{children:[U(EE,{children:"Create New Folder"},void 0,!1,void 0,this),U(nR,{children:"Organize your assets into folders."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-dialog-create-body",children:[U(D9,{htmlFor:"newFolderName",children:"Folder Name"},void 0,!1,void 0,this),U(N4,{id:"newFolderName",placeholder:"e.g. products",value:T,onChange:(E)=>w(E.target.value),style:{marginTop:"0.5rem"},onKeyDown:(E)=>E.key==="Enter"&&x()},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U(RE,{children:[U(U1,{variant:"outline",onClick:()=>V(!1),children:"Cancel"},void 0,!1,void 0,this),U(U1,{onClick:x,children:"Create"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),O&&$&&typeof document<"u"&&gw1(U("div",{className:"opaca-ui-dialog-portal",children:[U("div",{className:"opaca-ui-dialog-overlay",onClick:()=>{A(!1),P(null)}},void 0,!1,void 0,this),U("div",{className:"opaca-ui-dialog-wrapper",children:U("div",{className:"media-preview-container",children:[U("div",{className:"media-preview-header",children:[U("div",{className:"media-preview-title-group",children:[U("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[W==="all"&&U("div",{title:`Bucket: ${$.bucket}`,style:{width:"12px",height:"12px",borderRadius:"50%",backgroundColor:YJ($.bucket,K)}},void 0,!1,void 0,this),U("h2",{children:$.original_filename},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("span",{className:"badge",children:$.mimeType||$.mime_type||""},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("button",{className:"media-preview-close-btn",onClick:()=>{A(!1),P(null)},children:U(F0,{size:24},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-preview-body",children:(()=>{let E=$.mimeType||$.mime_type||"";return E.startsWith("image/")?U("img",{src:`${Z.serverURL||""}/api/assets/${$.id}/view`,alt:$.altText||$.alt_text||$.originalFilename||$.original_filename||""},void 0,!1,void 0,this):U("div",{className:"media-preview-no-rich",children:[U("div",{className:"icon-wrapper",children:c(E)},void 0,!1,void 0,this),U("p",{children:"No rich preview available for this file type."},void 0,!1,void 0,this),U(U1,{variant:"default",onClick:()=>window.location.href=`${Z.serverURL||""}/api/assets/${$.id}/view`,children:[U(K9,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),"Download Original"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)})()},void 0,!1,void 0,this),U("div",{className:"media-preview-footer",children:[U("div",{className:"media-preview-stat",children:[U("div",{className:"label",children:"Size"},void 0,!1,void 0,this),U("div",{className:"value",children:_($.filesize)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-preview-stat",children:[U("div",{className:"label",children:"Created"},void 0,!1,void 0,this),U("div",{className:"value",children:Ou($.createdAt||$.created_at)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),U("div",{className:"media-preview-stat",children:[U("div",{className:"label",children:"Bucket"},void 0,!1,void 0,this),U("div",{className:"value",children:$.bucket},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),document.body),U(UE,{open:b,onOpenChange:D,children:U(SE,{className:"media-registry-dialog-sm",children:[U(DE,{children:U(EE,{children:"Bucket Colors"},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("div",{className:"media-bucket-settings",children:R.map((E)=>U("div",{className:"bucket-setting-row",children:[U("span",{className:"bucket-name",children:E},void 0,!1,void 0,this),U("div",{className:"color-presets",children:kI.map((p)=>{let t=YJ(E,K)===p;return U("button",{className:`color-bubble ${t?"active":""}`,style:{backgroundColor:p},onClick:()=>G_(E,p),children:t&&U(x0,{size:12,color:"white"},void 0,!1,void 0,this)},p,!1,void 0,this)})},void 0,!1,void 0,this)]},E,!0,void 0,this))},void 0,!1,void 0,this),U(RE,{children:U(U1,{onClick:()=>D(!1),children:"Close"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useCallback as mw1,useEffect as _w1,useState as f5}from"react";import{useState as rv,useEffect as Nw1,useCallback as Lw1}from"react";import{jsxDEV as z0}from"react/jsx-dev-runtime";function wu({plugin:J,onBack:Z,notify:Q}){let[X,G]=rv({}),[W,H]=rv(!0),[q,z]=rv(!1),[K,B]=rv(null),F=Lw1(async()=>{try{H(!0);let A=(await J1.get(`api/plugin-settings?pluginName=${J.name}`).json()).docs?.find((T)=>T.pluginName===J.name);if(A)G(A.config||{}),B(A.id);else{let T=(J.configSchema||[]).reduce((w,y)=>{if(y.defaultValue!==void 0)w[y.name]=y.defaultValue;return w},{});G(T)}}catch(O){console.error("Failed to load plugin settings:",O),Q?.("Failed to load plugin settings","error")}finally{H(!1)}},[J,Q]);Nw1(()=>{F()},[F]);let $=async(O)=>{O.preventDefault();try{z(!0);let A={pluginName:J.name,config:X};if(K)await J1.patch(`api/plugin-settings/${K}`,{json:A});else await J1.post("api/plugin-settings",{json:A});Q?.("Settings saved successfully. Restart the server to apply changes."),F()}catch(A){console.error("Failed to save settings:",A),Q?.("Failed to save settings","error")}finally{z(!1)}},P=(O,A)=>{G((T)=>({...T,[O]:A}))};if(W)return z0("div",{style:{display:"flex",justifyContent:"center",padding:"4rem"},children:z0(e,{className:"opaca-spin",size:32,color:"var(--opaca-text-muted)"},void 0,!1,void 0,this)},void 0,!1,void 0,this);return z0("div",{className:"opaca-card",style:{padding:"2.5rem",border:"1px solid var(--opaca-border-strong)"},children:[z0("button",{onClick:Z,style:{display:"flex",alignItems:"center",gap:"0.5rem",background:"none",border:"none",color:"var(--opaca-text-dim)",cursor:"pointer",fontSize:"0.875rem",marginBottom:"1.5rem",padding:0},children:[z0(v2,{size:16},void 0,!1,void 0,this),"Back to Plugins"]},void 0,!0,void 0,this),z0("div",{style:{display:"flex",alignItems:"center",gap:"1rem",marginBottom:"2.5rem"},children:[z0("div",{style:{width:"48px",height:"48px",borderRadius:"12px",background:"rgba(var(--opaca-accent-rgb), 0.1)",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--opaca-accent)"},children:z0(O2,{size:24},void 0,!1,void 0,this)},void 0,!1,void 0,this),z0("div",{children:[z0("h2",{style:{fontSize:"1.5rem",fontWeight:"600",margin:0},children:[J.label||J.name," Settings"]},void 0,!0,void 0,this),z0("p",{style:{color:"var(--opaca-text-dim)",margin:"0.25rem 0 0 0"},children:"Configure your plugin parameters below."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),z0("form",{onSubmit:$,style:{display:"grid",gap:"2rem"},children:[z0("div",{style:{display:"grid",gap:"1.5rem"},children:J.configSchema?.map((O)=>z0(d0,{field:O,value:X[O.name],onChange:(A)=>P(O.name,A),parentData:X},O.name,!1,void 0,this))},void 0,!1,void 0,this),z0("div",{style:{display:"flex",gap:"1rem",marginTop:"1rem"},children:z0("button",{type:"submit",className:"opaca-btn opaca-btn-primary",disabled:q,style:{padding:"0.75rem 2rem",fontSize:"1rem"},children:[q?z0(e,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):z0($0,{size:18},void 0,!1,void 0,this),"Save Settings"]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}import{jsxDEV as I}from"react/jsx-dev-runtime";function UI({notify:J,config:Z}){let[Q,X]=f5([]),[G,W]=f5(!0),[H,q]=f5(!1),[z,K]=f5(null),[B,F]=f5(""),[$,P]=f5("31536000"),[O,A]=f5(!1),[T,w]=f5({}),[y,V]=f5("general"),[b,D]=f5(null),C=mw1(async()=>{try{W(!0);let g=await J1.get("api/auth/api-key/list").json();X(g.apiKeys||[])}catch(g){console.error(g),J?.("Failed to load API keys","error")}finally{W(!1)}},[J]);_w1(()=>{C()},[C]);let R=(g,_)=>{w((c)=>{let Q1=c[g]||[],q1={...c};if(Q1.includes(_)){let E=Q1.filter((p)=>p!==_);if(E.length===0)delete q1[g];else q1[g]=E}else q1[g]=[...Q1,_];return q1})},k=(g)=>{w((_)=>({..._,[g]:m}))},S=(g)=>{w((_)=>{let c={..._};return delete c[g],c})},x=async(g)=>{if(g.preventDefault(),!B.trim())return;try{q(!0);let _=await J1.post("api/__admin/api-key/create",{json:{name:B,expiresIn:$?Number($):void 0,permissions:T}}).json();K(_.key),F(""),P("31536000"),w({}),await C(),J?.("API Key generated successfully")}catch(_){console.error("API Key Creation Error:",_);let c=_.response?.json?await _.response.json().catch(()=>({})):{};J?.(c.message||_.message||"Failed to generate API key","error")}finally{q(!1)}},N=async(g)=>{if(!confirm("Are you sure you want to delete this API key? This action cannot be undone."))return;try{await J1.post("api/auth/api-key/delete",{json:{keyId:g}}),await C(),J?.("API Key deleted successfully")}catch(_){console.error(_),J?.("Failed to delete API key","error")}},s=()=>{if(z)navigator.clipboard.writeText(z),A(!0),setTimeout(()=>A(!1),2000),J?.("API Key copied to clipboard")},m=["read","create","update","delete"];return I("div",{className:"opaca-admin-form",children:[I("div",{className:"opaca-header",children:I("div",{children:[I("h1",{className:"opaca-title",children:"Settings"},void 0,!1,void 0,this),I("p",{className:"opaca-subtitle",children:"Manage project settings, API Keys and Plugins."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),I("div",{style:{display:"flex",gap:"2rem",marginBottom:"2.5rem",borderBottom:"1px solid var(--opaca-border)",padding:"0 0.5rem"},children:[I("button",{onClick:()=>V("general"),style:{padding:"1rem 0.5rem",fontSize:"0.925rem",fontWeight:y==="general"?"600":"500",color:y==="general"?"var(--opaca-text)":"var(--opaca-text-dim)",borderBottom:"2px solid",borderColor:y==="general"?"var(--opaca-accent)":"transparent",background:"transparent",cursor:"pointer",transition:"all 0.2s"},children:"General & Keys"},void 0,!1,void 0,this),I("button",{onClick:()=>V("plugins"),style:{padding:"1rem 0.5rem",fontSize:"0.925rem",fontWeight:y==="plugins"?"600":"500",color:y==="plugins"?"var(--opaca-text)":"var(--opaca-text-dim)",borderBottom:"2px solid",borderColor:y==="plugins"?"var(--opaca-accent)":"transparent",background:"transparent",cursor:"pointer",transition:"all 0.2s",display:"flex",alignItems:"center",gap:"0.5rem"},children:["Plugins",Z.plugins&&Z.plugins.length>0&&I("span",{style:{fontSize:"0.65rem",background:"var(--opaca-accent)",color:"white",padding:"1px 6px",borderRadius:"10px",fontWeight:"700"},children:Z.plugins.length},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),I("div",{style:{display:y==="general"?"grid":"none",gap:"2.5rem"},children:[I("div",{className:"opaca-card",style:{padding:"2.5rem",border:"1px solid var(--opaca-border-strong)"},children:[I("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"1rem"},children:[I("div",{style:{width:"32px",height:"32px",borderRadius:"8px",background:"rgba(var(--opaca-accent-rgb), 0.1)",display:"flex",alignItems:"center",justifyContent:"center"},children:I(X0,{size:18,color:"var(--opaca-accent)"},void 0,!1,void 0,this)},void 0,!1,void 0,this),I("h2",{style:{fontSize:"1.25rem",fontWeight:"600",margin:0},children:"Create New API Key"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),I("p",{style:{fontSize:"0.925rem",color:"var(--opaca-text-dim)",marginBottom:"2.5rem",maxWidth:"600px"},children:"Generate a secure token for external systems. Define granular permissions to control which data can be accessed or modified."},void 0,!1,void 0,this),I("form",{onSubmit:x,style:{display:"grid",gap:"2rem"},children:[I("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:"1rem"},children:[I("div",{className:"opaca-form-group",style:{margin:0},children:[I("label",{className:"opaca-label",htmlFor:"key-name",children:"Key Name"},void 0,!1,void 0,this),I("input",{id:"key-name",type:"text",className:"opaca-input",style:{fontSize:"1rem",padding:"0.875rem 1rem"},value:B,onChange:(g)=>F(g.target.value),placeholder:"e.g. Production Mobile App",required:!0},void 0,!1,void 0,this),I("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)",marginTop:"0.5rem",display:"block"},children:"A descriptive name to help you identify where this key is used."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),I("div",{className:"opaca-form-group",style:{margin:0},children:[I("label",{className:"opaca-label",htmlFor:"expires-in",children:"Expiration"},void 0,!1,void 0,this),I("select",{id:"expires-in",className:"opaca-input",style:{fontSize:"1rem",padding:"0.875rem 1rem",height:"auto"},value:$,onChange:(g)=>P(g.target.value),children:[I("option",{value:"2592000",children:"30 days"},void 0,!1,void 0,this),I("option",{value:"7776000",children:"90 days"},void 0,!1,void 0,this),I("option",{value:"31536000",children:"1 year"},void 0,!1,void 0,this),I("option",{value:"",children:"Never expire"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),I("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)",marginTop:"0.5rem",display:"block"},children:"How long until this key automatically expires."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),I("div",{style:{background:"rgba(var(--opaca-card-bg-rgb), 0.5)",border:"1px solid var(--opaca-border)",borderRadius:"12px",overflow:"hidden"},children:[I("div",{style:{padding:"1rem 1.25rem",background:"rgba(0,0,0,0.2)",borderBottom:"1px solid var(--opaca-border)",display:"flex",justifyContent:"space-between",alignItems:"center"},children:[I("label",{htmlFor:"permissions-matrix",className:"opaca-label",style:{margin:0,fontWeight:"600"},children:"Permissions Matrix"},void 0,!1,void 0,this),I("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:["Actions for ",Z.collections.length," ",Z.collections.length===1?"collection":"collections"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),I("div",{style:{overflowX:"auto"},children:I("table",{style:{width:"100%",borderCollapse:"collapse",textAlign:"left"},children:[I("thead",{children:I("tr",{style:{borderBottom:"1px solid var(--opaca-border)",background:"rgba(255,255,255,0.02)"},children:[I("th",{style:{padding:"1rem 1.25rem",fontSize:"0.75rem",fontWeight:"600",color:"var(--opaca-text-muted)",textTransform:"uppercase"},children:"Collection"},void 0,!1,void 0,this),m.map((g)=>I("th",{style:{padding:"1rem",fontSize:"0.75rem",fontWeight:"600",color:"var(--opaca-text-muted)",textAlign:"center",textTransform:"uppercase"},children:g},g,!1,void 0,this)),I("th",{style:{padding:"1rem 1.25rem",fontSize:"0.75rem",fontWeight:"600",color:"var(--opaca-text-muted)",textAlign:"right",textTransform:"uppercase"},children:"Full Access"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),I("tbody",{children:Z.collections.map((g)=>{let _=T[g.slug]||[],c=m.every((Q1)=>_.includes(Q1));return I("tr",{style:{borderBottom:"1px solid var(--opaca-border)",transition:"background 0.2s"},children:[I("td",{style:{padding:"1rem 1.25rem"},children:I("span",{style:{fontSize:"0.875rem",fontWeight:"600"},children:g.slug},void 0,!1,void 0,this)},void 0,!1,void 0,this),m.map((Q1)=>{let q1=_.includes(Q1);return I("td",{style:{padding:"0.5rem",textAlign:"center"},children:I("button",{type:"button",onClick:()=>R(g.slug,Q1),style:{width:"32px",height:"32px",borderRadius:"6px",border:"1px solid",borderColor:q1?"var(--opaca-accent)":"var(--opaca-border)",background:q1?"rgba(var(--opaca-accent-rgb), 0.15)":"transparent",color:q1?"var(--opaca-accent)":"var(--opaca-text-muted)",display:"inline-flex",alignItems:"center",justifyContent:"center",cursor:"pointer",transition:"all 0.2s"},title:`${Q1.charAt(0).toUpperCase()+Q1.slice(1)} ${g.slug}`,children:I(x0,{size:14,style:{opacity:q1?1:0.1},strokeWidth:3},void 0,!1,void 0,this)},void 0,!1,void 0,this)},Q1,!1,void 0,this)}),I("td",{style:{padding:"1rem 1.25rem",textAlign:"right"},children:I("button",{type:"button",onClick:()=>c?S(g.slug):k(g.slug),style:{fontSize:"0.75rem",color:c?"var(--opaca-accent)":"var(--opaca-text-dim)",background:"transparent",border:"1px solid",borderColor:c?"var(--opaca-accent)":"var(--opaca-border)",padding:"0.3rem 0.75rem",borderRadius:"6px",cursor:"pointer",transition:"all 0.2s"},children:c?"All Actions":"Full Access?"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},g.slug,!0,void 0,this)})},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),Z.collections.length===0&&I("div",{style:{padding:"3rem 1rem",textAlign:"center"},children:I("p",{style:{fontSize:"0.875rem",color:"var(--opaca-text-dim)"},children:"No collections available to configure."},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),I("button",{type:"submit",className:"opaca-btn opaca-btn-primary",disabled:H||!B.trim(),style:{width:"100%",height:"48px",fontSize:"1rem",fontWeight:"600",boxShadow:"0 4px 12px rgba(var(--opaca-accent-rgb), 0.2)",marginTop:"0.5rem"},children:[H?I(e,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):I(X0,{size:18,strokeWidth:2.5},void 0,!1,void 0,this),"Generate API Key"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),I("div",{style:{padding:"0 0.5rem"},children:[I("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"1.5rem"},children:[I(F9,{size:18,color:"var(--opaca-text-dim)"},void 0,!1,void 0,this),I("h2",{style:{fontSize:"1.125rem",fontWeight:"500",margin:0},children:"Existing Keys"},void 0,!1,void 0,this),I("div",{style:{height:"1px",flex:1,background:"var(--opaca-border)",marginLeft:"0.5rem"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z&&I("div",{style:{marginBottom:"2.5rem",padding:"1.75rem",background:"linear-gradient(135deg, rgba(52, 211, 153, 0.1) 0%, rgba(52, 211, 153, 0.02) 100%)",border:"1px solid rgba(52, 211, 153, 0.3)",borderRadius:"16px",position:"relative",overflow:"hidden"},children:[I("div",{style:{position:"absolute",top:0,left:0,width:"4px",height:"100%",background:"var(--opaca-success)"}},void 0,!1,void 0,this),I("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"flex-start",marginBottom:"1.25rem"},children:[I("div",{children:[I("h3",{style:{fontSize:"1rem",fontWeight:"600",color:"var(--opaca-success)",margin:"0 0 0.4rem 0"},children:"Key Generated Successfully"},void 0,!1,void 0,this),I("p",{style:{fontSize:"0.875rem",color:"var(--opaca-text-dim)",margin:0},children:"Copy this key now. For security reasons, it cannot be displayed again."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),I("div",{style:{padding:"0.4rem 0.8rem",borderRadius:"20px",background:"rgba(52, 211, 153, 0.2)",color:"var(--opaca-success)",fontSize:"0.7rem",fontWeight:"700",textTransform:"uppercase"},children:"Confidential"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),I("div",{style:{display:"flex",gap:"0.75rem"},children:[I("code",{style:{flex:1,padding:"1rem 1.25rem",background:"rgba(0,0,0,0.4)",border:"1px solid rgba(255,255,255,0.1)",borderRadius:"10px",fontFamily:"monospace",fontSize:"1rem",color:"#fff",letterSpacing:"0.5px"},children:z},void 0,!1,void 0,this),I("button",{type:"button",onClick:s,className:"opaca-btn",style:{background:"white",color:"#000",width:"48px",height:"48px",borderRadius:"10px"},children:O?I(x0,{size:18},void 0,!1,void 0,this):I(z9,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),G?I("div",{style:{display:"flex",justifyContent:"center",padding:"2rem"},children:I(e,{size:24,className:"opaca-spin",color:"var(--opaca-text-muted)"},void 0,!1,void 0,this)},void 0,!1,void 0,this):Q.length===0?I("div",{style:{textAlign:"center",padding:"2rem",color:"var(--opaca-text-muted)",fontSize:"0.875rem",background:"rgba(0,0,0,0.1)",borderRadius:"var(--opaca-radius)"},children:"No API keys generated yet."},void 0,!1,void 0,this):I("div",{style:{display:"grid",gap:"0.5rem"},children:Q.map((g)=>I("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",padding:"1rem",background:"var(--opaca-card-bg)",border:"1px solid var(--opaca-border)",borderRadius:"var(--opaca-radius)"},children:[I("div",{children:[I("div",{style:{fontWeight:"500",fontSize:"0.875rem",marginBottom:"0.25rem"},children:g.name},void 0,!1,void 0,this),I("div",{style:{display:"flex",gap:"1rem",fontSize:"0.75rem",color:"var(--opaca-text-dim)"},children:[I("span",{children:["Created: ",new Date(g.createdAt).toLocaleDateString()]},void 0,!0,void 0,this),I("span",{children:["Prefix: ",g.prefix,"..."]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),g.permissions&&Object.keys(g.permissions).length>0&&I("div",{style:{marginTop:"0.75rem",display:"flex",flexWrap:"wrap",gap:"0.375rem"},children:Object.entries(g.permissions).map(([_,c])=>I("div",{style:{fontSize:"10px",background:"rgba(255,255,255,0.05)",padding:"0.125rem 0.5rem",borderRadius:"4px",border:"1px solid var(--opaca-border)",color:"var(--opaca-text-dim)"},children:[I("strong",{style:{color:"var(--opaca-text)"},children:[_,":"]},void 0,!0,void 0,this)," ",c.join(", ")]},_,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this),I("button",{type:"button",onClick:()=>N(g.id),className:"opaca-btn",style:{color:"var(--opaca-error)",background:"transparent",border:"none",padding:"0.5rem"},title:"Revoke Key",children:I(G0,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},g.id,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),I("div",{style:{display:y==="plugins"?"grid":"none",gap:"2.5rem"},children:b?I(wu,{plugin:b,onBack:()=>D(null),notify:J},void 0,!1,void 0,this):I("div",{style:{padding:"0 0.5rem"},children:[I("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"1.5rem"},children:[I(O2,{size:18,color:"var(--opaca-text-dim)"},void 0,!1,void 0,this),I("h2",{style:{fontSize:"1.125rem",fontWeight:"500",margin:0},children:"Installed Plugins"},void 0,!1,void 0,this),I("div",{style:{height:"1px",flex:1,background:"var(--opaca-border)",marginLeft:"0.5rem"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this),I("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fill, minmax(350px, 1fr))",gap:"1.25rem"},children:[Z.plugins?.map((g)=>I("div",{className:"opaca-card",style:{padding:"1.5rem",display:"flex",flexDirection:"column",gap:"1rem",border:"1px solid var(--opaca-border-strong)",position:"relative",overflow:"hidden"},children:[I("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"flex-start"},children:[I("div",{style:{display:"flex",gap:"1rem",alignItems:"center"},children:[I("div",{style:{width:"42px",height:"42px",borderRadius:"10px",background:"rgba(var(--opaca-accent-rgb), 0.1)",display:"flex",alignItems:"center",justifyContent:"center",color:"var(--opaca-accent)"},children:I(O2,{size:22},void 0,!1,void 0,this)},void 0,!1,void 0,this),I("div",{children:[I("h3",{style:{fontSize:"1rem",fontWeight:"600",margin:0},children:g.label||g.name},void 0,!1,void 0,this),I("div",{style:{display:"flex",gap:"0.5rem",alignItems:"center",marginTop:"0.25rem"},children:[I("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:["v",g.version||"1.0.0"]},void 0,!0,void 0,this),g.author&&I("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:["• by ",g.author]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),g.homepage&&I("a",{href:g.homepage,target:"_blank",rel:"noopener noreferrer",style:{color:"var(--opaca-text-dim)"},children:I(B9,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),I("p",{style:{fontSize:"0.875rem",color:"var(--opaca-text-dim)",lineHeight:"1.5",margin:0},children:g.description||"No description provided for this plugin."},void 0,!1,void 0,this),I("div",{style:{marginTop:"0.5rem",paddingTop:"1rem",borderTop:"1px solid var(--opaca-border)",display:"flex",justifyContent:"space-between",alignItems:"center"},children:[I("div",{style:{display:"flex",gap:"0.5rem"},children:[I("span",{style:{fontSize:"0.7rem",padding:"0.125rem 0.5rem",borderRadius:"100px",background:"rgba(52, 211, 153, 0.1)",color:"var(--opaca-success)",fontWeight:"600"},children:"Active"},void 0,!1,void 0,this),g.configSchema&&I("button",{onClick:()=>D(g),style:{fontSize:"0.7rem",padding:"0.125rem 0.6rem",borderRadius:"100px",background:"rgba(var(--opaca-accent-rgb), 0.1)",color:"var(--opaca-accent)",fontWeight:"700",border:"1px solid var(--opaca-accent)",cursor:"pointer",display:"flex",alignItems:"center",gap:"3px",transition:"all 0.2s"},children:[I($5,{size:10},void 0,!1,void 0,this),"Configure"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),I("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-dim)"},children:["ID: ",g.name]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},g.name,!0,void 0,this)),(!Z.plugins||Z.plugins.length===0)&&I("div",{style:{gridColumn:"1 / -1",textAlign:"center",padding:"3rem",background:"rgba(0,0,0,0.05)",borderRadius:"12px",border:"2px dashed var(--opaca-border)"},children:[I(O2,{size:32,style:{opacity:0.2,marginBottom:"1rem"}},void 0,!1,void 0,this),I("p",{style:{color:"var(--opaca-text-muted)",margin:0},children:"No plugins installed in this project."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{jsxDEV as H1,Fragment as dw1}from"react/jsx-dev-runtime";function Vu({config:J,serverUrl:Z,initialNeedsInit:Q}){let[X,G]=lw1(!0);yu(()=>{if(typeof window<"u")window.opaca={ui:{registerSidebarItem:CE,registerAdminRoute:CE}}},[]),yu(()=>{if(!Z||!Z.startsWith("http"))return;oI(Z),cI(Z),aR(),(async()=>{try{try{if(Q!==void 0)tR(Q);else{let V=await J1.get("api/__admin/setup").json();X9.debug("Setup status:",V.initialized),tR(!V.initialized)}}catch(V){X9.warn("Failed to check setup status:",V)}let y=null;try{if(J)y=J,Ax(J);else{let V=await J1.get("api/__admin/metadata").json();y=V,Ax(V)}}catch(V){X9.error("Failed to fetch metadata:",V)}if(y?.plugins){for(let V of y.plugins)if(V.adminUI?.component)CE({label:V.label||V.name,icon:V.icon||"Puzzle",path:`/admin/${V.name.toLowerCase()}`,component:V.adminUI.component})}if(y&&y.plugins){let V=[];for(let b of y.plugins){if(b.adminUI?.source&&b.adminUI.component){if(typeof customElements<"u"&&!customElements.get(b.adminUI.component))try{Function(b.adminUI.source)(),X9.debug(`Inlined source executed for ${b.name}`)}catch(D){X9.error(`Failed to execute inlined source for ${b.name}:`,D)}}if(b.adminAssets){let D=b.adminAssets;D.styles?.forEach((C)=>{let R=C.startsWith("/")?`${Z}${C}`:C;if(!document.querySelector(`link[href="${R}"]`)){let k=document.createElement("link");k.rel="stylesheet",k.href=R,document.head.appendChild(k)}}),D.scripts?.forEach((C)=>{let R=C.startsWith("/")?`${Z}${C}`:C;if(!document.querySelector(`script[src="${R}"]`))V.push(new Promise((k)=>{let S=document.createElement("script");S.src=R,S.onload=()=>k(),S.onerror=()=>{X9.error(`Failed to load script: ${R}`),k()},document.body.appendChild(S)}))})}}if(V.length>0)await Promise.all(V)}}catch(y){X9.error("Unexpected initialization error:",y)}finally{G(!1)}})()},[J,Q,Z]);let W=Y1(N2),H=Y1(Px),q=Y1(K3),z=Y1(k9),K=Y1($3),B=Y1(g4),F=Y1(B3),$=async(w)=>{await Bx(w)},P=async()=>{await $x()},O=pw1((w)=>{let y=w.startsWith("_")?w.replace(/^_/,""):w;k9.open(`/admin/collections/${y}`)},[]);if(!Z||!Z.startsWith("http"))return H1("div",{className:"opaca-admin",children:H1("div",{className:"opaca-loading-screen",children:H1("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[H1(e,{size:24,className:"opaca-spin"},void 0,!1,void 0,this),H1("span",{style:{fontWeight:500},children:"Waiting for server configuration..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(H)return H1("div",{className:"opaca-admin",children:H1(Pu,{onSuccess:()=>{tR(!1),P1("Welcome! System initialized successfully")}},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(!B&&!K)return H1("div",{className:"opaca-admin",children:H1(Au,{onLogin:$},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(X||B||!W)return H1("div",{className:"opaca-admin",children:H1("div",{className:"opaca-loading-screen",children:H1("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[H1("svg",{className:"opaca-spin",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[H1("title",{children:"Loading"},void 0,!1,void 0,this),H1("path",{d:"M12 2V6M12 18V22M6 12H2M22 12H18M18.36 5.64L15.53 8.47M8.47 15.53L5.64 18.36M18.36 18.36L15.53 15.53M8.47 8.47L5.64 5.64",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),H1("span",{style:{fontWeight:500},children:"Loading OpacaCMS..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this);let A=[];if(z){if(z.route==="collections"){A.push({label:"Collections"});let w=z.params.slug,y=W.collections.find((V)=>V.slug===w||V.slug===`_${w}`);A.push({label:y?.label||(w.startsWith("_")?w.replace(/^_/,""):w).charAt(0).toUpperCase()+(w.startsWith("_")?w.replace(/^_/,""):w).slice(1)})}else if(z.route==="document"){A.push({label:"Collections"});let w=z.params.slug,y=W.collections.find((V)=>V.slug===w||V.slug===`_${w}`);A.push({label:y?.label||(w.startsWith("_")?w.replace(/^_/,""):w).charAt(0).toUpperCase()+(w.startsWith("_")?w.replace(/^_/,""):w).slice(1),href:`/admin/collections/${w.startsWith("_")?w.replace(/^_/,""):w}`}),A.push({label:z.params.id==="create"?"Create":"Edit"})}else if(z.route==="globals"){A.push({label:"Globals"});let w=z.params.slug;A.push({label:w.charAt(0).toUpperCase()+w.slice(1)})}else if(z.route==="settings")A.push({label:"Settings"});else if(z.route==="plugin"){let w=z.params.path,y=w==="settings"?"/admin/settings":`/admin/${w}`,V=F.find((b)=>b.path===y);if(V)A.push({label:V.label})}}let T=()=>{if(!z||z.route==="dashboard")return H1(V_,{config:W,user:K?.user},void 0,!1,void 0,this);if(z.route==="collections"){let w=z.params.slug,y=W.collections.find((V)=>V.slug===w||V.slug===`_${w}`);if(!y)return H1("div",{children:"Not Found"},void 0,!1,void 0,this);if(typeof y.admin==="object"&&y.admin.disableAdmin)return H1("div",{children:"Not Found"},void 0,!1,void 0,this);if(y.admin===!1)return H1("div",{children:"Not Found"},void 0,!1,void 0,this);if(y.slug==="_opaca_assets")return H1(Tu,{collection:y,config:W},void 0,!1,void 0,this);return H1(y_,{collection:y},void 0,!1,void 0,this)}if(z.route==="document"){let{slug:w,id:y}=z.params,V=W.collections.find((b)=>b.slug===w||b.slug===`_${w}`);if(!V)return H1("div",{children:"Not Found"},void 0,!1,void 0,this);return H1($u,{collection:V,id:y,onBack:()=>O(w)},void 0,!1,void 0,this)}if(z.route==="globals"){let w=z.params.slug,y=W.globals?.find((V)=>V.slug===w);if(!y)return H1("div",{children:"Not Found"},void 0,!1,void 0,this);return H1(Fu,{global:y,onBack:()=>k9.open("/admin")},void 0,!1,void 0,this)}if(z.route==="settings")return H1(UI,{config:W},void 0,!1,void 0,this);if(z.route==="plugin"){let w=z.params.path;if(w==="settings")return H1(UI,{config:W},void 0,!1,void 0,this);let y=`/admin/${w.toLowerCase()}`,V=F.find((b)=>b.path.toLowerCase()===y);if(V){if(V.component&&customElements.get(V.component))return uw1.createElement(V.component,{"server-url":Z,"plugin-name":w.toLowerCase()});return H1("div",{style:{padding:"4rem",textAlign:"center",display:"flex",flexDirection:"column",alignItems:"center",gap:"1rem"},children:[H1("div",{className:"opaca-spin",children:H1("svg",{viewBox:"0 0 24 24",width:"32",height:"32",stroke:"currentColor",strokeWidth:"2",fill:"none",children:H1("path",{d:"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4M4.93 19.07l2.83-2.83M16.24 7.76l2.83-2.83"},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),H1("p",{style:{fontWeight:500},children:"Loading plugin UI..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}}return H1("div",{children:"404"},void 0,!1,void 0,this)};return H1(dw1,{children:[H1($j,{config:W,user:K?.user,onLogout:P,children:H1("div",{style:{maxWidth:"100%",margin:"0 auto",width:"100%",paddingBottom:"4rem"},children:[A.length>0&&H1(Fj,{items:A},void 0,!1,void 0,this),T()]},void 0,!0,void 0,this)},void 0,!1,void 0,this),H1(Pj,{toasts:q,onClear:Kx},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var sw1=vI(Vu,{props:{serverUrl:"string",config:"json",initialNeedsInit:"boolean"}});if(typeof window<"u"&&!customElements.get("opaca-admin"))customElements.define("opaca-admin",sw1);export{sw1 as OpacaAdminWebComponent};
|