opacacms 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/README.md +31 -22
  2. package/dist/admin/auth-client.d.ts +39 -39
  3. package/dist/admin/index.d.ts +2 -2
  4. package/dist/admin/index.js +15 -10520
  5. package/dist/admin/plugin-client.d.ts +65 -0
  6. package/dist/admin/react.d.ts +2 -2
  7. package/dist/admin/react.js +34 -4
  8. package/dist/admin/stores/ui.d.ts +19 -4
  9. package/dist/admin/ui/components/PluginSettingsForm.d.ts +2 -2
  10. package/dist/admin/ui/components/custom-alert.d.ts +7 -0
  11. package/dist/admin/ui/components/{DetailSheet.d.ts → detail-sheet.d.ts} +1 -2
  12. package/dist/admin/ui/components/fields/FieldLabel.d.ts +1 -1
  13. package/dist/admin/ui/components/fields/RelationshipField.d.ts +1 -1
  14. package/dist/admin/ui/components/media/AssetManagerModal.d.ts +2 -2
  15. package/dist/admin/ui/components/plugin-iframe.d.ts +7 -0
  16. package/dist/admin/ui/components/ui/accordion.d.ts +17 -7
  17. package/dist/admin/ui/components/ui/alert-dialog.d.ts +16 -12
  18. package/dist/admin/ui/components/ui/button.d.ts +11 -7
  19. package/dist/admin/ui/components/ui/relationship.d.ts +1 -1
  20. package/dist/admin/ui/components/ui/sheet.d.ts +14 -27
  21. package/dist/admin/ui/components/ui/tooltip.d.ts +7 -0
  22. package/dist/admin/ui/components/versions-sheet.d.ts +4 -5
  23. package/dist/admin/ui/views/collection-list-view.d.ts +1 -1
  24. package/dist/admin/ui/views/dashboard-view.d.ts +1 -1
  25. package/dist/admin/ui/views/media-registry-view.d.ts +3 -3
  26. package/dist/admin/ui/views/settings-view.d.ts +2 -2
  27. package/dist/admin/vue.js +27 -4
  28. package/dist/admin/webcomponent.js +20 -2
  29. package/dist/admin.css +1 -1
  30. package/dist/auth/index.d.ts +43 -43
  31. package/dist/{chunk-7y1nbmw6.js → chunk-1bd7fz7n.js} +32 -2
  32. package/dist/chunk-1qm0m8r8.js +413 -0
  33. package/dist/chunk-2k3ysje3.js +31 -0
  34. package/dist/chunk-3j9zjfmn.js +376 -0
  35. package/dist/{chunk-byq8g0rd.js → chunk-48ywpd0a.js} +16 -22
  36. package/dist/{chunk-esrg9qj0.js → chunk-5422w4eq.js} +70 -54
  37. package/dist/chunk-56n342hs.js +95 -0
  38. package/dist/chunk-5b8r0v8c.js +47 -0
  39. package/dist/chunk-63yg00vx.js +263 -0
  40. package/dist/{chunk-8sqjbsgt.js → chunk-6bywt602.js} +26 -1
  41. package/dist/{chunk-v9z61v3g.js → chunk-6qs0g65f.js} +43 -3
  42. package/dist/chunk-7rr5p01g.js +581 -0
  43. package/dist/{chunk-51z3x7kq.js → chunk-a3qae86h.js} +1 -1
  44. package/dist/{chunk-3rdhbedb.js → chunk-adq2b75c.js} +2 -2
  45. package/dist/chunk-d0tb1xjw.js +93 -0
  46. package/dist/chunk-d7cgd6vn.js +318 -0
  47. package/dist/{chunk-0bq155dy.js → chunk-e0g6gn7n.js} +89 -100
  48. package/dist/chunk-ec4jhybj.js +1137 -0
  49. package/dist/chunk-fatyf6f7.js +221 -0
  50. package/dist/{chunk-526a3gqx.js → chunk-fnsf1dfm.js} +1 -1
  51. package/dist/chunk-g9bxb6h0.js +205 -0
  52. package/dist/chunk-gyaf5kgf.js +10 -0
  53. package/dist/{chunk-9kxpbcb1.js → chunk-h6dhexzr.js} +16 -7
  54. package/dist/{chunk-dykn5hr6.js → chunk-j8js1y0h.js} +31 -74
  55. package/dist/{chunk-t0zg026p.js → chunk-jq1drsen.js} +12 -1
  56. package/dist/{chunk-b3kr8w41.js → chunk-m24yqkeq.js} +38 -26
  57. package/dist/chunk-m5ems3hh.js +410 -0
  58. package/dist/{chunk-8scgdznr.js → chunk-m83ybzf8.js} +15 -18
  59. package/dist/chunk-majsbncm.js +98 -0
  60. package/dist/chunk-mp2gt9yh.js +237 -0
  61. package/dist/chunk-n1twhqmf.js +54 -0
  62. package/dist/{chunk-gmee4mdc.js → chunk-naqcqj8n.js} +92 -106
  63. package/dist/chunk-q5sb5dcr.js +15 -0
  64. package/dist/{chunk-d1asgtke.js → chunk-qhdsjek6.js} +90 -121
  65. package/dist/{chunk-0gtxnxmd.js → chunk-qsh2nqz3.js} +85 -105
  66. package/dist/chunk-r0ms5tk1.js +76 -0
  67. package/dist/chunk-rwqwsanx.js +75 -0
  68. package/dist/chunk-sqsfk9p4.js +700 -0
  69. package/dist/{chunk-5gvbp2qa.js → chunk-x7bnzswh.js} +25 -18
  70. package/dist/{chunk-kc4jfnv7.js → chunk-z3ffn2b7.js} +851 -324
  71. package/dist/cli/commands/dev.d.ts +8 -0
  72. package/dist/cli/commands/doctor.d.ts +8 -0
  73. package/dist/cli/commands/generate.d.ts +26 -0
  74. package/dist/cli/commands/init.d.ts +13 -1
  75. package/dist/cli/commands/migrate.d.ts +33 -0
  76. package/dist/cli/commands/plugin.d.ts +13 -0
  77. package/dist/cli/commands/seed.d.ts +21 -0
  78. package/dist/cli/{commands/migrate-commands.d.ts → core/migrations/migrate-logic.d.ts} +2 -2
  79. package/dist/cli/core/migrations/schema-diff-engine.d.ts +12 -0
  80. package/dist/cli/core/migrations/schema-diff.d.ts +11 -0
  81. package/dist/cli/{seeding.d.ts → core/seeding/auto-seed.d.ts} +7 -4
  82. package/dist/cli/core/seeding/seed-logic.d.ts +2 -0
  83. package/dist/cli/index.d.ts +4 -0
  84. package/dist/cli/index.js +6 -170
  85. package/dist/client/RichText.d.ts +5 -0
  86. package/dist/client/rich-text-utils.d.ts +5 -0
  87. package/dist/client.js +3 -2
  88. package/dist/config.d.ts +3 -3
  89. package/dist/db/adapter.d.ts +2 -2
  90. package/dist/db/better-sqlite.d.ts +3 -3
  91. package/dist/db/better-sqlite.js +6 -5
  92. package/dist/db/bun-sqlite.d.ts +3 -3
  93. package/dist/db/bun-sqlite.js +6 -5
  94. package/dist/db/d1.d.ts +13 -7
  95. package/dist/db/d1.js +6 -5
  96. package/dist/db/index.d.ts +2 -2
  97. package/dist/db/index.js +10 -12
  98. package/dist/db/kysely/factory.d.ts +29 -0
  99. package/dist/db/kysely/plugins/audit-logging.d.ts +48 -0
  100. package/dist/db/kysely/plugins/auto-timestamps.d.ts +38 -0
  101. package/dist/db/kysely/plugins/cursor-pagination.d.ts +42 -0
  102. package/dist/db/kysely/plugins/deadlock-handler.d.ts +47 -0
  103. package/dist/db/kysely/plugins/draft-swapper.d.ts +33 -0
  104. package/dist/db/kysely/plugins/field-masking.d.ts +45 -0
  105. package/dist/db/kysely/plugins/fts-normalizer.d.ts +38 -0
  106. package/dist/db/kysely/plugins/i18n-fallback.d.ts +48 -0
  107. package/dist/db/kysely/plugins/id-generation.d.ts +42 -0
  108. package/dist/db/kysely/plugins/index.d.ts +16 -0
  109. package/dist/db/kysely/plugins/json-flattener.d.ts +38 -0
  110. package/dist/db/kysely/plugins/relationship-preloading.d.ts +39 -0
  111. package/dist/db/kysely/plugins/slug-generation.d.ts +37 -0
  112. package/dist/db/kysely/plugins/soft-delete.d.ts +42 -0
  113. package/dist/db/kysely/plugins/tree-resolver.d.ts +39 -0
  114. package/dist/db/kysely/plugins/virtual-field-resolver.d.ts +54 -0
  115. package/dist/db/kysely/plugins/zod-coercion.d.ts +34 -0
  116. package/dist/db/kysely/snapshot/snapshot-manager.d.ts +18 -0
  117. package/dist/db/postgres.d.ts +4 -4
  118. package/dist/db/postgres.js +6 -5
  119. package/dist/db/sqlite.d.ts +3 -3
  120. package/dist/db/sqlite.js +6 -5
  121. package/dist/index.d.ts +3 -0
  122. package/dist/index.js +161 -7
  123. package/dist/runtimes/bun.js +9 -6
  124. package/dist/runtimes/cloudflare-workers.d.ts +3 -1
  125. package/dist/runtimes/cloudflare-workers.js +36 -7
  126. package/dist/runtimes/next.js +8 -5
  127. package/dist/runtimes/node.js +9 -6
  128. package/dist/schema/collection.d.ts +116 -70
  129. package/dist/schema/compiler.d.ts +6 -0
  130. package/dist/schema/global.d.ts +38 -71
  131. package/dist/schema/index.d.ts +5 -4
  132. package/dist/schema/index.js +35 -550
  133. package/dist/schema/zod.d.ts +564 -0
  134. package/dist/server/admin-router.d.ts +1 -1
  135. package/dist/server/collection-router.d.ts +1 -1
  136. package/dist/server/graphql.d.ts +6 -0
  137. package/dist/server/handlers.d.ts +25 -7
  138. package/dist/server/middlewares/auth.d.ts +1 -1
  139. package/dist/server/plugins-loader.d.ts +1 -1
  140. package/dist/server/router.d.ts +2 -2
  141. package/dist/server/routers/admin.d.ts +1 -1
  142. package/dist/server/routers/auth.d.ts +1 -1
  143. package/dist/server/routers/collections.d.ts +4 -1
  144. package/dist/server/routers/plugins.d.ts +2 -2
  145. package/dist/server/setup-middlewares.d.ts +1 -1
  146. package/dist/server/system-router.d.ts +1 -1
  147. package/dist/server.js +11 -6
  148. package/dist/storage/adapters/cloudflare-r2.d.ts +11 -2
  149. package/dist/storage/index.js +39 -30
  150. package/dist/types.d.ts +255 -44
  151. package/dist/utils/context.d.ts +14 -0
  152. package/dist/utils/logger.d.ts +2 -0
  153. package/dist/utils/string.d.ts +10 -0
  154. package/dist/utils/webhooks-engine.d.ts +24 -0
  155. package/dist/validation.d.ts +67 -1
  156. package/dist/validator.d.ts +1 -0
  157. package/package.json +36 -33
  158. package/src/cli/index.ts +117 -0
  159. package/dist/chunk-6qq3ne6b.js +0 -288
  160. package/dist/chunk-6v1fw7q7.js +0 -126
  161. package/dist/chunk-7a9kn0np.js +0 -116
  162. package/dist/chunk-bexcv7xe.js +0 -36
  163. package/dist/chunk-d3ffeqp9.js +0 -87
  164. package/dist/chunk-fj19qccp.js +0 -78
  165. package/dist/chunk-j53pz21t.js +0 -20
  166. package/dist/chunk-mkn49zmy.js +0 -102
  167. package/dist/chunk-qb6ztvw9.js +0 -17
  168. package/dist/chunk-r39em4yj.js +0 -29
  169. package/dist/chunk-rsf0tpy1.js +0 -8
  170. package/dist/chunk-srsac177.js +0 -85
  171. package/dist/chunk-swtcpvhf.js +0 -2442
  172. package/dist/chunk-twpvxfce.js +0 -64
  173. package/dist/chunk-ywm4t2gm.js +0 -19
  174. package/dist/cli/commands/plugin-sync.d.ts +0 -1
  175. package/dist/cli/commands/seed-command.d.ts +0 -2
  176. package/dist/plugins/ui-bridge.d.ts +0 -12
  177. package/dist/schema/fields/base.d.ts +0 -84
  178. package/dist/schema/fields/index.d.ts +0 -147
  179. package/dist/schema/infer.d.ts +0 -55
  180. /package/dist/admin/ui/components/{ColumnVisibilityToggle.d.ts → column-visibility-toggle.d.ts} +0 -0
  181. /package/dist/admin/ui/components/{DataDetailView.d.ts → data-detail-view.d.ts} +0 -0
  182. /package/dist/cli/{d1-mock.d.ts → core/mocks/d1-mock.d.ts} +0 -0
  183. /package/dist/cli/{r2-mock.d.ts → core/mocks/r2-mock.d.ts} +0 -0
  184. /package/dist/cli/{commands → core/plugins}/plugin-build.d.ts +0 -0
  185. /package/dist/cli/{commands → core/plugins}/plugin-init.d.ts +0 -0
  186. /package/dist/cli/{commands → core/types}/generate-types.d.ts +0 -0
  187. /package/dist/{schema/fields/validation.test.d.ts → cli/seeding.test.d.ts} +0 -0
@@ -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 kr=Object.create;var{getPrototypeOf:br,defineProperty:Lx,getOwnPropertyNames:Cr}=Object;var Sr=Object.prototype.hasOwnProperty;function Dr(J){return this[J]}var Mr,Er,XL=(J,Z,X)=>{var Y=J!=null&&typeof J==="object";if(Y){var G=Z?Mr??=new WeakMap:Er??=new WeakMap,W=G.get(J);if(W)return W}X=J!=null?kr(br(J)):{};let q=Z||!J||!J.__esModule?Lx(X,"default",{value:J,enumerable:!0}):X;for(let H of Cr(J))if(!Sr.call(q,H))Lx(q,H,{get:Dr.bind(J,H),enumerable:!0});if(Y)G.set(J,q);return q};var gx=(J,Z)=>()=>(Z||J((Z={exports:{}}).exports,Z),Z.exports);var Rr=(J)=>J;function vr(J,Z){this[J]=Rr.bind(null,Z)}var Jv=(J,Z)=>{for(var X in Z)Lx(J,X,{get:Z[X],enumerable:!0,configurable:!0,set:vr.bind(Z,X)})};var S2=(J,Z)=>()=>(J&&(Z=J(J=0)),Z);function ux(){return _x+=1,()=>{if(_x-=1,_x===0){let J=HL;HL=[];for(let Z of J)Z()}}}var _x=0,HL;var zL=S2(()=>{HL=[]});var hE;var px=S2(()=>{hE=Symbol("clean")});var o2,_9=0,Xv=4,xE=0,T1=(J)=>{let Z=[],X={get(){if(!X.lc)X.listen(()=>{})();return X.value},init:J,lc:0,listen(Y){return X.lc=Z.push(Y),()=>{for(let W=_9+Xv;W<o2.length;)if(o2[W]===Y)o2.splice(W,Xv);else W+=Xv;let G=Z.indexOf(Y);if(~G){if(Z.splice(G,1),!--X.lc)X.off()}}},notify(Y,G){xE++;let W=!o2.length;for(let q of Z)o2.push(q,X.value,Y,G);if(W){for(_9=0;_9<o2.length;_9+=Xv)o2[_9](o2[_9+1],o2[_9+2],o2[_9+3]);o2.length=0}},off(){},set(Y){let G=X.value;if(G!==Y)X.value=Y,X.notify(G)},subscribe(Y){let G=X.listen(Y);return Y(X.value),G},value:J};return X[hE]=()=>{Z=[],X.lc=0,X.off()},X};var Yv=S2(()=>{px();o2=[]});var lr=0,dr=1,sr=5,eZ=6,Gv=10,lx=(J,Z,X,Y)=>{if(J.events=J.events||{},!J.events[X+Gv])J.events[X+Gv]=Y((G)=>{J.events[X].reduceRight((W,q)=>(q(W),W),{shared:{},...G})});return J.events[X]=J.events[X]||[],J.events[X].push(Z),()=>{let G=J.events[X],W=G.indexOf(Z);if(G.splice(W,1),!G.length)delete J.events[X],J.events[X+Gv](),delete J.events[X+Gv]}},dx=(J,Z)=>lx(J,Z,lr,(X)=>{let Y=J.listen;return J.listen=(G)=>{if(!J.lc&&!J.starting)J.starting=!0,X(),delete J.starting;return Y(G)},()=>{J.listen=Y}}),Wv=(J,Z)=>lx(J,Z,dr,(X)=>{let Y=J.off;return J.off=()=>{X(),Y()},()=>{J.off=Y}}),KL=1000,sJ=(J,Z)=>{return lx(J,(Y)=>{let G=Z(Y);if(G)J.events[eZ].push(G)},sr,(Y)=>{let G=J.listen;J.listen=(...q)=>{if(!J.lc&&!J.active)J.active=!0,Y();return G(...q)};let W=J.off;J.events[eZ]=[],J.off=()=>{W(),setTimeout(()=>{if(J.active&&!J.lc){J.active=!1;for(let q of J.events[eZ])q();J.events[eZ]=[]}},KL)};{let q=J[hE];J[hE]=()=>{for(let H of J.events[eZ])H();J.events[eZ]=[],J.active=!1,q()}}return()=>{J.listen=G,J.off=W}})};var sx=S2(()=>{px()});function $L(J){if(!BL[J]){if(BL[J]=!0,typeof console<"u"&&console.warn)console.groupCollapsed("Nano Stores: "+J),console.trace("Source of deprecated call"),console.groupEnd()}}var BL;var FL=S2(()=>{BL={}});var PL=(J,Z,X)=>{if(!Array.isArray(J))J=[J];let Y,G,W=()=>{if(G===xE)return;G=xE;let K=J.map((F)=>F.get());if(!Y||K.some((F,$)=>F!==Y[$])){Y=K;let F=Z(...K);if(F&&F.then&&F.t)$L("Use @nanostores/async for async computed. We will remove Promise support in computed() in Nano Stores 2.0"),F.then(($)=>{if(Y===K)q.set($)});else q.set(F),G=xE}},q=T1(void 0),H=q.get;q.get=()=>{return W(),H()};let z,B=X?()=>{clearTimeout(z),z=setTimeout(W)}:W;return sJ(q,()=>{let K=J.map((F)=>F.listen(B));return W(),()=>{for(let F of K)F()}}),q},u9=(J,Z)=>PL(J,Z),rx=(J,Z)=>PL(J,Z,!0);var AL=S2(()=>{Yv();sx();FL()});function ax(J,Z,X){let Y=new Set(Z).add(void 0);return J.listen((G,W,q)=>{if(Y.has(q))X(G,W,q)})}var IE=(J={})=>{let Z=T1(J);return Z.setKey=function(X,Y){let G=Z.value;if(typeof Y>"u"&&X in Z.value)Z.value={...Z.value},delete Z.value[X],Z.notify(G,X);else if(Z.value[X]!==Y)Z.value={...Z.value,[X]:Y},Z.notify(G,X)},Z};var OL=S2(()=>{Yv()});var S5=S2(()=>{Yv();AL();sx();OL();zL()});import{createAuthClient as hP1}from"better-auth/client";import{adminClient as xP1}from"better-auth/client/plugins";var zv=null,bL=null,CL=(J)=>{if(!J||!J.startsWith("http"))return;let X=J.replace(/\/$/,"")+"/api/auth";if(zv&&bL===X)return;bL=X,zv=hP1({baseURL:X,autoRefresh:!0,fetchOptions:{credentials:"include"},plugins:[xP1()]})},OM;var Kv=S2(()=>{OM=new Proxy({},{get(J,Z){if(!zv)throw Error("Auth client not configured. Did you provide a valid serverUrl?");return zv[Z]}})});function IP1(){try{return typeof localStorage<"u"}catch{return!1}}function GJ(J,Z=void 0,X={}){let Y=X.encode||SL,G=X.decode||SL,W=$9[J],q=T1(J in $9?G(W):Z),H=q.set;q.set=(K)=>{if(W=Y(K),typeof W>"u")delete $9[J];else $9[J]=W;H(K)};function z(K){if(K.key===J)if(K.newValue===null)H(Z);else H(G(K.newValue));else if(!$9[J])H(Z)}function B(){if(W===$9[J])return;q.set(J in $9?G($9[J]):Z)}return sJ(q,()=>{if(B(),X.listen!==!1)return ox.addEventListener(J,z,B),()=>{ox.removeEventListener(J,z,B)}}),q}var SL=(J)=>J,$9,ox,fP1;var Bv=S2(()=>{S5();$9={},ox={addEventListener(){},removeEventListener(){}};if(IP1())$9=localStorage;fP1={addEventListener(J,Z,X){window.addEventListener("storage",Z),window.addEventListener("pageshow",X)},removeEventListener(J,Z,X){window.removeEventListener("storage",Z),window.removeEventListener("pageshow",X)}};if(typeof window<"u")ox=fP1});var DL={};Jv(DL,{toggleSidebar:()=>ex,registerSidebarItem:()=>jE,openSheet:()=>QI,openAlert:()=>ZI,notify:()=>K1,closeSheet:()=>$v,closeAlert:()=>LE,clearToast:()=>JI,$toasts:()=>rJ,$isSidebarCollapsed:()=>fE,$customSidebarItems:()=>aJ,$activeSheet:()=>gE,$activeAlert:()=>NE});function ex(){fE.set(!fE.get())}function K1(J,Z="success"){let X=Math.random().toString(36).substring(2,9);rJ.set([...rJ.get(),{id:X,message:J,type:Z}])}function JI(J){rJ.set(rJ.get().filter((Z)=>Z.id!==J))}function jE(J){let Z=aJ.get();if(!Z.find((X)=>X.path===J.path))aJ.set([...Z,J])}function ZI(J){NE.set(J)}function LE(){NE.set(null)}function QI(J){gE.set(J)}function $v(){gE.set(null)}var rJ,fE,aJ,NE,gE;var _5=S2(()=>{Bv();S5();rJ=T1([]),fE=GJ("opaca-sidebar-collapsed",!1,{encode:JSON.stringify,decode:JSON.parse});aJ=T1([]);NE=T1(null);gE=T1(null)});var GI={};Jv(GI,{syncSession:()=>mE,logout:()=>YI,login:()=>XI,$user:()=>jP1,$session:()=>WJ,$isAuthenticated:()=>NP1,$isAuthPending:()=>F9});async function mE(){F9.set(!0);try{let J=await OM.getSession();WJ.set(J.data)}catch(J){console.error("[OpacaCMS] Failed to sync session:",J)}finally{F9.set(!1)}}async function XI(J){F9.set(!0);try{let Z=await OM.signIn.email({email:J.email,password:J.password});if(Z.error)throw Error(Z.error.message||"Invalid credentials");if(Z.data)WJ.set(Z.data);else await mE();return K1("Logged in successfully","success"),Z}catch(Z){throw K1(Z instanceof Error?Z.message:"Login failed","error"),Z}finally{F9.set(!1)}}async function YI(){F9.set(!0);try{await OM.signOut(),WJ.set(null),K1("Logged out successfully")}catch{K1("Logout failed","error")}finally{F9.set(!1)}}var WJ,F9,jP1,NP1;var Fv=S2(()=>{S5();Kv();_5();WJ=T1(null),F9=T1(!0),jP1=u9(WJ,(J)=>J?.user??null),NP1=u9(WJ,(J)=>!!J)});var $l=gx((Tv2,ch)=>{var jV1=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{},i=function(J){var Z=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,X=0,Y={},G={manual:J.Prism&&J.Prism.manual,disableWorkerMessageHandler:J.Prism&&J.Prism.disableWorkerMessageHandler,util:{encode:function O(T){if(T instanceof W)return new W(T.type,O(T.content),T.alias);else if(Array.isArray(T))return T.map(O);else return T.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(O){return Object.prototype.toString.call(O).slice(8,-1)},objId:function(O){if(!O.__id)Object.defineProperty(O,"__id",{value:++X});return O.__id},clone:function O(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 U in T)if(T.hasOwnProperty(U))y[U]=O(T[U],w);return y;case"Array":if(V=G.util.objId(T),w[V])return w[V];return y=[],w[V]=y,T.forEach(function(C,k){y[k]=O(C,w)}),y;default:return T}},getLanguage:function(O){while(O){var T=Z.exec(O.className);if(T)return T[1].toLowerCase();O=O.parentElement}return"none"},setLanguage:function(O,T){O.className=O.className.replace(RegExp(Z,"gi"),""),O.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 O=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(y.stack)||[])[1];if(O){var T=document.getElementsByTagName("script");for(var w in T)if(T[w].src==O)return T[w]}return null}},isActive:function(O,T,w){var y="no-"+T;while(O){var V=O.classList;if(V.contains(T))return!0;if(V.contains(y))return!1;O=O.parentElement}return!!w}},languages:{plain:Y,plaintext:Y,text:Y,txt:Y,extend:function(O,T){var w=G.util.clone(G.languages[O]);for(var y in T)w[y]=T[y];return w},insertBefore:function(O,T,w,y){y=y||G.languages;var V=y[O],U={};for(var C in V)if(V.hasOwnProperty(C)){if(C==T){for(var k in w)if(w.hasOwnProperty(k))U[k]=w[k]}if(!w.hasOwnProperty(C))U[C]=V[C]}var b=y[O];return y[O]=U,G.languages.DFS(G.languages,function(D,S){if(S===b&&D!=O)this[D]=U}),U},DFS:function O(T,w,y,V){V=V||{};var U=G.util.objId;for(var C in T)if(T.hasOwnProperty(C)){w.call(T,C,T[C],y||C);var k=T[C],b=G.util.type(k);if(b==="Object"&&!V[U(k)])V[U(k)]=!0,O(k,w,null,V);else if(b==="Array"&&!V[U(k)])V[U(k)]=!0,O(k,w,C,V)}}},plugins:{},highlightAll:function(O,T){G.highlightAllUnder(document,O,T)},highlightAllUnder:function(O,T,w){var y={callback:w,container:O,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,U;U=y.elements[V++];)G.highlightElement(U,T===!0,y.callback)},highlightElement:function(O,T,w){var y=G.util.getLanguage(O),V=G.languages[y];G.util.setLanguage(O,y);var U=O.parentElement;if(U&&U.nodeName.toLowerCase()==="pre")G.util.setLanguage(U,y);var C=O.textContent,k={element:O,language:y,grammar:V,code:C};function b(S){k.highlightedCode=S,G.hooks.run("before-insert",k),k.element.innerHTML=k.highlightedCode,G.hooks.run("after-highlight",k),G.hooks.run("complete",k),w&&w.call(k.element)}if(G.hooks.run("before-sanity-check",k),U=k.element.parentElement,U&&U.nodeName.toLowerCase()==="pre"&&!U.hasAttribute("tabindex"))U.setAttribute("tabindex","0");if(!k.code){G.hooks.run("complete",k),w&&w.call(k.element);return}if(G.hooks.run("before-highlight",k),!k.grammar){b(G.util.encode(k.code));return}if(T&&J.Worker){var D=new Worker(G.filename);D.onmessage=function(S){b(S.data)},D.postMessage(JSON.stringify({language:k.language,code:k.code,immediateClose:!0}))}else b(G.highlight(k.code,k.grammar,k.language))},highlight:function(O,T,w){var y={code:O,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(O,T){var w=T.rest;if(w){for(var y in w)T[y]=w[y];delete T.rest}var V=new z;return B(V,V.head,O),H(O,V,T,V.head,0),F(V)},hooks:{all:{},add:function(O,T){var w=G.hooks.all;w[O]=w[O]||[],w[O].push(T)},run:function(O,T){var w=G.hooks.all[O];if(!w||!w.length)return;for(var y=0,V;V=w[y++];)V(T)}},Token:W};J.Prism=G;function W(O,T,w,y){this.type=O,this.content=T,this.alias=w,this.length=(y||"").length|0}W.stringify=function O(T,w){if(typeof T=="string")return T;if(Array.isArray(T)){var y="";return T.forEach(function(b){y+=O(b,w)}),y}var V={type:T.type,content:O(T.content,w),tag:"span",classes:["token",T.type],attributes:{},language:w},U=T.alias;if(U)if(Array.isArray(U))Array.prototype.push.apply(V.classes,U);else V.classes.push(U);G.hooks.run("wrap",V);var C="";for(var k in V.attributes)C+=" "+k+'="'+(V.attributes[k]||"").replace(/"/g,"&quot;")+'"';return"<"+V.tag+' class="'+V.classes.join(" ")+'"'+C+">"+V.content+"</"+V.tag+">"};function q(O,T,w,y){O.lastIndex=T;var V=O.exec(w);if(V&&y&&V[1]){var U=V[1].length;V.index+=U,V[0]=V[0].slice(U)}return V}function H(O,T,w,y,V,U){for(var C in w){if(!w.hasOwnProperty(C)||!w[C])continue;var k=w[C];k=Array.isArray(k)?k:[k];for(var b=0;b<k.length;++b){if(U&&U.cause==C+","+b)return;var D=k[b],S=D.inside,h=!!D.lookbehind,g=!!D.greedy,r=D.alias;if(g&&!D.pattern.global){var L=D.pattern.toString().match(/[imsuy]*$/)[0];D.pattern=RegExp(D.pattern.source,L+"g")}var j=D.pattern||D;for(var m=y.next,s=V;m!==T.tail;s+=m.value.length,m=m.next){if(U&&s>=U.reach)break;var n=m.value;if(T.length>O.length)return;if(n instanceof W)continue;var l=1,E;if(g){if(E=q(j,s,O,h),!E||E.index>=O.length)break;var s1=E.index,u=E.index+E[0].length,e=s;e+=m.value.length;while(s1>=e)m=m.next,e+=m.value.length;if(e-=m.value.length,s=e,m.value instanceof W)continue;for(var J1=m;J1!==T.tail&&(e<u||typeof J1.value==="string");J1=J1.next)l++,e+=J1.value.length;l--,n=O.slice(s,e),E.index-=s}else if(E=q(j,0,n,h),!E)continue;var s1=E.index,u1=E[0],m1=n.slice(0,s1),X0=n.slice(s1+u1.length),U0=s+n.length;if(U&&U0>U.reach)U.reach=U0;var K0=m.prev;if(m1)K0=B(T,K0,m1),s+=m1.length;K(T,K0,l);var d0=new W(C,S?G.tokenize(u1,S):u1,r,u1);if(m=B(T,K0,d0),X0)B(T,m,X0);if(l>1){var r1={cause:C+","+b,reach:U0};if(H(O,T,w,m.prev,s,r1),U&&r1.reach>U.reach)U.reach=r1.reach}}}}}function z(){var O={value:null,prev:null,next:null},T={value:null,prev:O,next:null};O.next=T,this.head=O,this.tail=T,this.length=0}function B(O,T,w){var y=T.next,V={value:w,prev:T,next:y};return T.next=V,y.prev=V,O.length++,V}function K(O,T,w){var y=T.next;for(var V=0;V<w&&y!==O.tail;V++)y=y.next;T.next=y,y.prev=T,O.length-=V}function F(O){var T=[],w=O.head.next;while(w!==O.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(O){var T=JSON.parse(O.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 A=document.readyState;if(A==="loading"||A==="interactive"&&$&&$.defer)document.addEventListener("DOMContentLoaded",P);else if(window.requestAnimationFrame)window.requestAnimationFrame(P);else window.setTimeout(P,16)}return G}(jV1);if(typeof ch<"u"&&ch.exports)ch.exports=i;if(typeof global<"u")global.Prism=i;i.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]};i.languages.markup.tag.inside["attr-value"].inside.entity=i.languages.markup.entity;i.languages.markup.doctype.inside["internal-subset"].inside=i.languages.markup;i.hooks.add("wrap",function(J){if(J.type==="entity")J.attributes.title=J.content.replace(/&amp;/,"&")});Object.defineProperty(i.languages.markup.tag,"addInlined",{value:function(Z,X){var Y={};Y["language-"+X]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:i.languages[X]},Y.cdata=/^<!\[CDATA\[|\]\]>$/i;var G={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:Y}};G["language-"+X]={pattern:/[\s\S]+/,inside:i.languages[X]};var W={};W[Z]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return Z}),"i"),lookbehind:!0,greedy:!0,inside:G},i.languages.insertBefore("markup","cdata",W)}});Object.defineProperty(i.languages.markup.tag,"addAttribute",{value:function(J,Z){i.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:i.languages[Z]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}});i.languages.html=i.languages.markup;i.languages.mathml=i.languages.markup;i.languages.svg=i.languages.markup;i.languages.xml=i.languages.extend("markup",{});i.languages.ssml=i.languages.xml;i.languages.atom=i.languages.xml;i.languages.rss=i.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 X=J.languages.markup;if(X)X.tag.addInlined("style","css"),X.tag.addAttribute("style","css")})(i);i.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:/[{}[\];(),.:]/};i.languages.javascript=i.languages.extend("clike",{"class-name":[i.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}|\?\?=?|\?\.?|[~:]/});i.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/;i.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:i.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:i.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:i.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:i.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:i.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/});i.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:i.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"}});i.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(i.languages.markup)i.languages.markup.tag.addInlined("script","javascript"),i.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");i.languages.js=i.languages.javascript;(function(){if(typeof i>"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},X="✖ Error: File does not exist or is empty",Y={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},G="data-src-status",W="loading",q="loaded",H="failed",z="pre[data-src]:not(["+G+'="'+q+'"]):not(['+G+'="'+W+'"])';function B($,P,A){var O=new XMLHttpRequest;O.open("GET",$,!0),O.onreadystatechange=function(){if(O.readyState==4)if(O.status<400&&O.responseText)P(O.responseText);else if(O.status>=400)A(Z(O.status,O.statusText));else A(X)},O.send(null)}function K($){var P=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec($||"");if(P){var A=Number(P[1]),O=P[2],T=P[3];if(!O)return[A,A];if(!T)return[A,void 0];return[A,Number(T)]}return}i.hooks.add("before-highlightall",function($){$.selector+=", "+z}),i.hooks.add("before-sanity-check",function($){var P=$.element;if(P.matches(z)){$.code="",P.setAttribute(G,W);var A=P.appendChild(document.createElement("CODE"));A.textContent=J;var O=P.getAttribute("data-src"),T=$.language;if(T==="none"){var w=(/\.(\w+)$/.exec(O)||[,"none"])[1];T=Y[w]||w}i.util.setLanguage(A,T),i.util.setLanguage(P,T);var y=i.plugins.autoloader;if(y)y.loadLanguages(T);B(O,function(V){P.setAttribute(G,q);var U=K(P.getAttribute("data-range"));if(U){var C=V.split(/\r\n?|\n/g),k=U[0],b=U[1]==null?C.length:U[1];if(k<0)k+=C.length;if(k=Math.max(0,Math.min(k-1,C.length)),b<0)b+=C.length;if(b=Math.max(0,Math.min(b,C.length)),V=C.slice(k,b).join(`
2
+ `),!P.hasAttribute("data-start"))P.setAttribute("data-start",String(k+1))}A.textContent=V,i.highlightElement(A)},function(V){P.setAttribute(G,H),A.textContent=V})}}),i.plugins.fileHighlight={highlight:function(P){var A=(P||document).querySelectorAll(z);for(var O=0,T;T=A[O++];)i.highlightElement(T)}};var F=!1;i.fileHighlight=function(){if(!F)console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),F=!0;i.plugins.fileHighlight.highlight.apply(this,arguments)}})()});import*as C2 from"react";var fs=gx((QS1)=>{(function(){function J($,P){return $===P&&($!==0||1/$===1/P)||$!==$&&P!==P}function Z($,P){B||C2.startTransition===void 0||(B=!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 A=P();if(!K){var O=P();G(A,O)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),K=!0)}O=W({inst:{value:A,getSnapshot:P}});var T=O[0].inst,w=O[1];return H(function(){T.value=A,T.getSnapshot=P,X(T)&&w({inst:T})},[$,A,P]),q(function(){return X(T)&&w({inst:T}),$(function(){X(T)&&w({inst:T})})},[$]),z(A),A}function X($){var P=$.getSnapshot;$=$.value;try{var A=P();return!G($,A)}catch(O){return!0}}function Y($,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=C2.useState,q=C2.useEffect,H=C2.useLayoutEffect,z=C2.useDebugValue,B=!1,K=!1,F=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?Y:Z;QS1.useSyncExternalStore=C2.useSyncExternalStore!==void 0?C2.useSyncExternalStore:F,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop==="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()});import*as L9 from"react";var js=gx((XS1)=>{(function(){function J(z,B){return z===B&&(z!==0||1/z===1/B)||z!==z&&B!==B}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart==="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var Z=fs(),X=typeof Object.is==="function"?Object.is:J,Y=Z.useSyncExternalStore,G=L9.useRef,W=L9.useEffect,q=L9.useMemo,H=L9.useDebugValue;XS1.useSyncExternalStoreWithSelector=function(z,B,K,F,$){var P=G(null);if(P.current===null){var A={hasValue:!1,value:null};P.current=A}else A=P.current;P=q(function(){function T(C){if(!w){if(w=!0,y=C,C=F(C),$!==void 0&&A.hasValue){var k=A.value;if($(k,C))return V=k}return V=C}if(k=V,X(y,C))return k;var b=F(C);if($!==void 0&&$(k,b))return y=C,k;return y=C,V=b}var w=!1,y,V,U=K===void 0?null:K;return[function(){return T(B())},U===null?void 0:function(){return T(U())}]},[B,K,F,$]);var O=Y(z,P[0],P[1]);return W(function(){A.hasValue=!0,A.value=O},[O]),H(O),O},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop==="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()});import WL from"react";import{createRoot as mr}from"react-dom/client";var hr={stringify:(J)=>J?"true":"false",parse:(J)=>/^[ty1-9]/i.test(J)},xr={stringify:(J)=>J.name,parse:(J,Z,X)=>{let Y=(()=>{if(typeof window<"u"&&J in window)return window[J];if(typeof global<"u"&&J in global)return global[J]})();return typeof Y=="function"?Y.bind(X):void 0}},Ir={stringify:(J)=>JSON.stringify(J),parse:(J)=>JSON.parse(J)};function fr(J){return J.replace(/([a-z0-9])([A-Z])/g,(Z,X,Y)=>`${X}-${Y.toLowerCase()}`)}function jr(J){return J.replace(/[-:]([a-z])/g,(Z,X)=>`${X.toUpperCase()}`)}var YL=Symbol.for("r2wc.bound"),Nr={parse:(J,Z,X)=>{let Y=jr(Z),G=X;if(typeof G<"u"&&Y in G&&typeof G[Y]<"u"){let W=G[Y];return YL in G[Y]||(W=W.bind(G),Object.defineProperty(W,YL,{value:!0})),W}else return}},Lr={stringify:(J)=>`${J}`,parse:(J)=>parseFloat(J)},gr={stringify:(J)=>J,parse:(J)=>J},mx={string:gr,number:Lr,boolean:hr,function:xr,method:Nr,json:Ir},Zv=Symbol.for("r2wc.render"),Qv=Symbol.for("r2wc.connected"),dJ=Symbol.for("r2wc.context"),C5=Symbol.for("r2wc.props");function GL(J,Z,X){Z.props||(Z.props=J.propTypes?Object.keys(J.propTypes):[]),Z.events||(Z.events=[]);let Y=Array.isArray(Z.props)?Z.props.slice():Object.keys(Z.props),G=Array.isArray(Z.events)?Z.events.slice():Object.keys(Z.events),W={},q={},H={},z={};for(let K of Y){W[K]=Array.isArray(Z.props)?"string":Z.props[K];let F=fr(K);H[K]=F,z[F]=K}for(let K of G)q[K]=Array.isArray(Z.events)?{}:Z.events[K];class B extends HTMLElement{static get observedAttributes(){return Object.keys(z)}[Qv]=!0;[dJ];[C5]={};container;constructor(){super(),Z.shadow?this.container=this.attachShadow({mode:Z.shadow}):this.container=this,this[C5].container=this.container;for(let K of Y){let F=H[K],$=this.getAttribute(F),P=W[K],A=P?mx[P]:null;A?.parse&&($||P==="method")&&(this[C5][K]=A.parse($,F,this))}for(let K of G)this[C5][K]=(F)=>{let $=K.replace(/^on/,"").toLowerCase();this.dispatchEvent(new CustomEvent($,{detail:F,...q[K]}))}}connectedCallback(){this[Qv]=!0,this[Zv]()}disconnectedCallback(){this[Qv]=!1,this[dJ]&&X.unmount(this[dJ]),delete this[dJ]}attributeChangedCallback(K,F,$){let P=z[K],A=W[P],O=A?mx[A]:null;P in W&&O?.parse&&($||A==="method")&&(this[C5][P]=O.parse($,K,this),this[Zv]())}[Zv](){this[Qv]&&(this[dJ]?X.update(this[dJ],this[C5]):this[dJ]=X.mount(this.container,J,this[C5]))}}for(let K of Y){let F=H[K],$=W[K];Object.defineProperty(B.prototype,K,{enumerable:!0,configurable:!0,get(){return this[C5][K]},set(P){this[C5][K]=P;let A=$?mx[$]:null;if(A?.stringify){let O=A.stringify(P,F,this);this.getAttribute(F)!==O&&(O==null?this.removeAttribute(F):this.setAttribute(F,O))}else K in W&&A?.parse&&(P||$==="method")&&(this[C5][K]=A.parse(P,F,this)),this[Zv]()}})}return B}function _r(J,Z,X){let Y=mr(J),G=WL.createElement(Z,X);return Y.render(G),{root:Y,ReactComponent:Z}}function ur({root:J,ReactComponent:Z},X){let Y=WL.createElement(Z,X);J.render(Y)}function pr({root:J}){J.unmount()}function qL(J,Z={}){return GL(J,Z,{mount:_r,update:ur,unmount:pr})}S5();import{useCallback as ar,useRef as cr,useSyncExternalStore as nr}from"react";var cx=(J,Z)=>(X)=>{if(J.current===X)return;J.current=X,Z()};function Q1(J,{keys:Z,deps:X=[J,Z],ssr:Y}={}){let G=cr();G.current=J.get();let W=ar((z)=>{return cx(G,z)(J.value),Z?.length>0?ax(J,Z,cx(G,z)):J.listen(cx(G,z))},X),q=()=>G.current,H=q;if(Y&&"init"in J)H=Y==="initial"?()=>J.init:Y;return nr(W,q,H)}S5();function TL(J,Z={}){let X=T1();X.routes=Object.keys(J).map((z)=>{let B=J[z];if(typeof B!=="string")return[z,...[B].flat()];B=B.replace(/\/$/g,"")||"/";let K=B.replace(/[\s!#$()+,.:<=?[\\\]^{|}]/g,"\\$&").replace(/\/\\:(\w+)\\\?/g,"(?:/(?<$1>(?<=/)[^/]+))?").replace(/\/\\:(\w+)/g,"/(?<$1>[^/]+)");return[z,RegExp("^"+K+"$","i"),null,B]});let Y,G=(z)=>{let B=new URL(z.replace(/#$/,""),"http://a"),K=B.pathname+B.search+B.hash;if(Y===K)return!1;Y=K;let F=Z.search?B.pathname+B.search:B.pathname;F=F.replace(/\/($|\?)/,"$1")||"/";for(let[$,P,A]of X.routes){let O=F.match(P);if(O)return{hash:B.hash,params:A?A(...O.slice(1)):Object.keys({...O.groups}).reduce((T,w)=>{return T[w]=O.groups[w]?decodeURIComponent(O.groups[w]):"",T},{}),path:F,route:$,search:Object.fromEntries(B.searchParams)}}},W=(z)=>{let B=z.target.closest("a");if(B&&z.button===0&&B.target!=="_blank"&&B.origin===location.origin&&B.rel!=="external"&&B.target!=="_self"&&!B.download&&!z.altKey&&!z.metaKey&&!z.ctrlKey&&!z.shiftKey&&!z.defaultPrevented){z.preventDefault();let K=location.hash!==B.hash;if(X.open(B.href),K){if(location.hash=B.hash,B.hash===""||B.hash==="#")window.dispatchEvent(new HashChangeEvent("hashchange"))}}},q=X.set;delete X.set;let H=()=>{let z=G(location.href);if(z!==!1)q(z)};if(typeof window<"u"&&typeof location<"u")sJ(X,()=>{let z=G(location.href);if(z!==!1)q(z);if(Z.links!==!1)document.body.addEventListener("click",W);return window.addEventListener("popstate",H),window.addEventListener("hashchange",H),()=>{Y=void 0,document.body.removeEventListener("click",W),window.removeEventListener("popstate",H),window.removeEventListener("hashchange",H)}});else q(G("/"));return X.open=(z,B)=>{let K=G(z);if(K!==!1){if(typeof history<"u")if(B)history.replaceState(null,null,z);else history.pushState(null,null,z);q(K)}},X}function ir(J,Z,X,Y){if(typeof Z==="object")Y=X,X=Z.params,Z=Z.route;let G=J.routes.find((q)=>q[0]===Z);if(!G[3])throw Error("RegExp routes are not supported");let W=G[3].replace(/\/:\w+\?/g,(q)=>{let H=X&&X[q.slice(2,-1)];if(H)return"/"+encodeURIComponent(H);else return""}).replace(/\/:\w+/g,(q)=>"/"+encodeURIComponent(X[q.slice(2)]));if(Y){let q=""+new URLSearchParams(Y);if(q)return W+"?"+q}return W}function nx(J,Z,X,Y){J.open(ir(J,Z,X,Y))}var YJ={};Jv(YJ,{icons:()=>tx,createLucideIcon:()=>Q,ZoomOutIcon:()=>AM,ZoomOut:()=>AM,ZoomInIcon:()=>PM,ZoomIn:()=>PM,ZodiacVirgoIcon:()=>FM,ZodiacVirgo:()=>FM,ZodiacTaurusIcon:()=>$M,ZodiacTaurus:()=>$M,ZodiacScorpioIcon:()=>BM,ZodiacScorpio:()=>BM,ZodiacSagittariusIcon:()=>KM,ZodiacSagittarius:()=>KM,ZodiacPiscesIcon:()=>HM,ZodiacPisces:()=>HM,ZodiacOphiuchusIcon:()=>zM,ZodiacOphiuchus:()=>zM,ZodiacLibraIcon:()=>qM,ZodiacLibra:()=>qM,ZodiacLeoIcon:()=>WM,ZodiacLeo:()=>WM,ZodiacGeminiIcon:()=>GM,ZodiacGemini:()=>GM,ZodiacCapricornIcon:()=>YM,ZodiacCapricorn:()=>YM,ZodiacCancerIcon:()=>XM,ZodiacCancer:()=>XM,ZodiacAriesIcon:()=>QM,ZodiacAries:()=>QM,ZodiacAquariusIcon:()=>ZM,ZodiacAquarius:()=>ZM,ZapOffIcon:()=>eD,ZapOff:()=>eD,ZapIcon:()=>JM,Zap:()=>JM,YoutubeIcon:()=>oD,Youtube:()=>oD,XSquareIcon:()=>l4,XSquare:()=>l4,XOctagonIcon:()=>k6,XOctagon:()=>k6,XLineTopIcon:()=>tD,XLineTop:()=>tD,XIcon:()=>G0,XCircleIcon:()=>Q5,XCircle:()=>Q5,X:()=>G0,WrenchIcon:()=>iD,Wrench:()=>iD,WrapTextIcon:()=>i4,WrapText:()=>i4,WormIcon:()=>nD,Worm:()=>nD,WorkflowIcon:()=>cD,Workflow:()=>cD,WineOffIcon:()=>sD,WineOff:()=>sD,WineIcon:()=>aD,Wine:()=>aD,WindIcon:()=>rD,WindArrowDownIcon:()=>dD,WindArrowDown:()=>dD,Wind:()=>rD,WifiZeroIcon:()=>pD,WifiZero:()=>pD,WifiSyncIcon:()=>uD,WifiSync:()=>uD,WifiPenIcon:()=>_D,WifiPen:()=>_D,WifiOffIcon:()=>mD,WifiOff:()=>mD,WifiLowIcon:()=>gD,WifiLow:()=>gD,WifiIcon:()=>lD,WifiHighIcon:()=>ND,WifiHigh:()=>ND,WifiCogIcon:()=>LD,WifiCog:()=>LD,Wifi:()=>lD,WholeWordIcon:()=>jD,WholeWord:()=>jD,WheatOffIcon:()=>ID,WheatOff:()=>ID,WheatIcon:()=>fD,Wheat:()=>fD,WeightTildeIcon:()=>hD,WeightTilde:()=>hD,WeightIcon:()=>xD,Weight:()=>xD,WebhookOffIcon:()=>RD,WebhookOff:()=>RD,WebhookIcon:()=>vD,Webhook:()=>vD,WebcamIcon:()=>ED,Webcam:()=>ED,WaypointsIcon:()=>MD,Waypoints:()=>MD,WavesLadderIcon:()=>SD,WavesLadder:()=>SD,WavesIcon:()=>DD,WavesArrowUpIcon:()=>CD,WavesArrowUp:()=>CD,WavesArrowDownIcon:()=>bD,WavesArrowDown:()=>bD,Waves:()=>DD,WatchIcon:()=>kD,Watch:()=>kD,WashingMachineIcon:()=>UD,WashingMachine:()=>UD,WarehouseIcon:()=>VD,Warehouse:()=>VD,WandSparklesIcon:()=>B9,WandSparkles:()=>B9,WandIcon:()=>yD,Wand2Icon:()=>B9,Wand2:()=>B9,Wand:()=>yD,WallpaperIcon:()=>wD,Wallpaper:()=>wD,WalletMinimalIcon:()=>K9,WalletMinimal:()=>K9,WalletIcon:()=>TD,WalletCardsIcon:()=>OD,WalletCards:()=>OD,Wallet2Icon:()=>K9,Wallet2:()=>K9,Wallet:()=>TD,VoteIcon:()=>AD,Vote:()=>AD,VolumeXIcon:()=>FD,VolumeX:()=>FD,VolumeOffIcon:()=>$D,VolumeOff:()=>$D,VolumeIcon:()=>PD,Volume2Icon:()=>KD,Volume2:()=>KD,Volume1Icon:()=>BD,Volume1:()=>BD,Volume:()=>PD,VolleyballIcon:()=>zD,Volleyball:()=>zD,VoicemailIcon:()=>HD,Voicemail:()=>HD,ViewIcon:()=>qD,View:()=>qD,VideotapeIcon:()=>WD,Videotape:()=>WD,VideoOffIcon:()=>XD,VideoOff:()=>XD,VideoIcon:()=>GD,Video:()=>GD,VibrateOffIcon:()=>QD,VibrateOff:()=>QD,VibrateIcon:()=>YD,Vibrate:()=>YD,VerifiedIcon:()=>V7,Verified:()=>V7,VenusIcon:()=>ZD,VenusAndMarsIcon:()=>JD,VenusAndMars:()=>JD,Venus:()=>ZD,VenetianMaskIcon:()=>eS,VenetianMask:()=>eS,VeganIcon:()=>oS,Vegan:()=>oS,VectorSquareIcon:()=>tS,VectorSquare:()=>tS,VaultIcon:()=>nS,Vault:()=>nS,VariableIcon:()=>iS,Variable:()=>iS,VanIcon:()=>cS,Van:()=>cS,UtilityPoleIcon:()=>aS,UtilityPole:()=>aS,UtensilsIcon:()=>z9,UtensilsCrossedIcon:()=>H9,UtensilsCrossed:()=>H9,Utensils:()=>z9,UsersRoundIcon:()=>q9,UsersRound:()=>q9,UsersIcon:()=>rS,Users2Icon:()=>q9,Users2:()=>q9,Users:()=>rS,UserXIcon:()=>sS,UserX2Icon:()=>G9,UserX2:()=>G9,UserX:()=>sS,UserStarIcon:()=>dS,UserStar:()=>dS,UserSquareIcon:()=>p4,UserSquare2Icon:()=>u4,UserSquare2:()=>u4,UserSquare:()=>p4,UserSearchIcon:()=>lS,UserSearch:()=>lS,UserRoundXIcon:()=>G9,UserRoundX:()=>G9,UserRoundSearchIcon:()=>pS,UserRoundSearch:()=>pS,UserRoundPlusIcon:()=>Y9,UserRoundPlus:()=>Y9,UserRoundPenIcon:()=>uS,UserRoundPen:()=>uS,UserRoundMinusIcon:()=>X9,UserRoundMinus:()=>X9,UserRoundKeyIcon:()=>_S,UserRoundKey:()=>_S,UserRoundIcon:()=>W9,UserRoundCogIcon:()=>Q9,UserRoundCog:()=>Q9,UserRoundCheckIcon:()=>Z9,UserRoundCheck:()=>Z9,UserRound:()=>W9,UserPlusIcon:()=>mS,UserPlus2Icon:()=>Y9,UserPlus2:()=>Y9,UserPlus:()=>mS,UserPenIcon:()=>gS,UserPen:()=>gS,UserMinusIcon:()=>NS,UserMinus2Icon:()=>X9,UserMinus2:()=>X9,UserMinus:()=>NS,UserLockIcon:()=>LS,UserLock:()=>LS,UserKeyIcon:()=>jS,UserKey:()=>jS,UserIcon:()=>m5,UserCogIcon:()=>fS,UserCog2Icon:()=>Q9,UserCog2:()=>Q9,UserCog:()=>fS,UserCircleIcon:()=>F8,UserCircle2Icon:()=>$8,UserCircle2:()=>$8,UserCircle:()=>F8,UserCheckIcon:()=>IS,UserCheck2Icon:()=>Z9,UserCheck2:()=>Z9,UserCheck:()=>IS,User2Icon:()=>W9,User2:()=>W9,User:()=>m5,UsbIcon:()=>xS,Usb:()=>xS,UploadIcon:()=>XJ,UploadCloudIcon:()=>T8,UploadCloud:()=>T8,Upload:()=>XJ,UnplugIcon:()=>hS,Unplug:()=>hS,UnlockKeyholeIcon:()=>F6,UnlockKeyhole:()=>F6,UnlockIcon:()=>P6,Unlock:()=>P6,UnlinkIcon:()=>vS,Unlink2Icon:()=>RS,Unlink2:()=>RS,Unlink:()=>vS,UniversityIcon:()=>J9,University:()=>J9,UngroupIcon:()=>MS,Ungroup:()=>MS,UnfoldVerticalIcon:()=>DS,UnfoldVertical:()=>DS,UnfoldHorizontalIcon:()=>SS,UnfoldHorizontal:()=>SS,UndoIcon:()=>ES,UndoDotIcon:()=>CS,UndoDot:()=>CS,Undo2Icon:()=>bS,Undo2:()=>bS,Undo:()=>ES,UnderlineIcon:()=>kS,Underline:()=>kS,UmbrellaOffIcon:()=>VS,UmbrellaOff:()=>VS,UmbrellaIcon:()=>US,Umbrella:()=>US,TypeOutlineIcon:()=>yS,TypeOutline:()=>yS,TypeIcon:()=>QJ,Type:()=>QJ,TwitterIcon:()=>TS,Twitter:()=>TS,TwitchIcon:()=>wS,Twitch:()=>wS,TvMinimalPlayIcon:()=>AS,TvMinimalPlay:()=>AS,TvMinimalIcon:()=>e4,TvMinimal:()=>e4,TvIcon:()=>OS,Tv2Icon:()=>e4,Tv2:()=>e4,Tv:()=>OS,TurtleIcon:()=>PS,Turtle:()=>PS,TurntableIcon:()=>$S,Turntable:()=>$S,TurkishLiraIcon:()=>FS,TurkishLira:()=>FS,TruckIcon:()=>BS,TruckElectricIcon:()=>KS,TruckElectric:()=>KS,Truck:()=>BS,TrophyIcon:()=>zS,Trophy:()=>zS,TriangleRightIcon:()=>HS,TriangleRight:()=>HS,TriangleIcon:()=>qS,TriangleDashedIcon:()=>WS,TriangleDashed:()=>WS,TriangleAlertIcon:()=>W5,TriangleAlert:()=>W5,Triangle:()=>qS,TrendingUpIcon:()=>GS,TrendingUpDownIcon:()=>YS,TrendingUpDown:()=>YS,TrendingUp:()=>GS,TrendingDownIcon:()=>XS,TrendingDown:()=>XS,TrelloIcon:()=>QS,Trello:()=>QS,TreesIcon:()=>JS,Trees:()=>JS,TreePineIcon:()=>ZS,TreePine:()=>ZS,TreePalmIcon:()=>o4,TreePalm:()=>o4,TreeDeciduousIcon:()=>eC,TreeDeciduous:()=>eC,TrashIcon:()=>oC,Trash2Icon:()=>P0,Trash2:()=>P0,Trash:()=>oC,TransgenderIcon:()=>tC,Transgender:()=>tC,TramFrontIcon:()=>t4,TramFront:()=>t4,TrainTrackIcon:()=>iC,TrainTrack:()=>iC,TrainIcon:()=>t4,TrainFrontTunnelIcon:()=>cC,TrainFrontTunnel:()=>cC,TrainFrontIcon:()=>nC,TrainFront:()=>nC,Train:()=>t4,TrafficConeIcon:()=>aC,TrafficCone:()=>aC,TractorIcon:()=>rC,Tractor:()=>rC,ToyBrickIcon:()=>sC,ToyBrick:()=>sC,TowerControlIcon:()=>dC,TowerControl:()=>dC,TowelRackIcon:()=>lC,TowelRack:()=>lC,TouchpadOffIcon:()=>uC,TouchpadOff:()=>uC,TouchpadIcon:()=>pC,Touchpad:()=>pC,TorusIcon:()=>_C,Torus:()=>_C,TornadoIcon:()=>mC,Tornado:()=>mC,ToolboxIcon:()=>gC,Toolbox:()=>gC,ToolCaseIcon:()=>NC,ToolCase:()=>NC,ToiletIcon:()=>LC,Toilet:()=>LC,ToggleRightIcon:()=>jC,ToggleRight:()=>jC,ToggleLeftIcon:()=>IC,ToggleLeft:()=>IC,TimerResetIcon:()=>xC,TimerReset:()=>xC,TimerOffIcon:()=>hC,TimerOff:()=>hC,TimerIcon:()=>fC,Timer:()=>fC,TicketsPlaneIcon:()=>EC,TicketsPlane:()=>EC,TicketsIcon:()=>vC,Tickets:()=>vC,TicketXIcon:()=>MC,TicketX:()=>MC,TicketSlashIcon:()=>SC,TicketSlash:()=>SC,TicketPlusIcon:()=>DC,TicketPlus:()=>DC,TicketPercentIcon:()=>CC,TicketPercent:()=>CC,TicketMinusIcon:()=>bC,TicketMinus:()=>bC,TicketIcon:()=>RC,TicketCheckIcon:()=>kC,TicketCheck:()=>kC,Ticket:()=>RC,ThumbsUpIcon:()=>UC,ThumbsUp:()=>UC,ThumbsDownIcon:()=>VC,ThumbsDown:()=>VC,ThermometerSunIcon:()=>yC,ThermometerSun:()=>yC,ThermometerSnowflakeIcon:()=>TC,ThermometerSnowflake:()=>TC,ThermometerIcon:()=>wC,Thermometer:()=>wC,TheaterIcon:()=>OC,Theater:()=>OC,TextWrapIcon:()=>i4,TextWrap:()=>i4,TextSelectionIcon:()=>n4,TextSelection:()=>n4,TextSelectIcon:()=>n4,TextSelect:()=>n4,TextSearchIcon:()=>AC,TextSearch:()=>AC,TextQuoteIcon:()=>PC,TextQuote:()=>PC,TextInitialIcon:()=>c4,TextInitial:()=>c4,TextIcon:()=>u2,TextCursorInputIcon:()=>$C,TextCursorInput:()=>$C,TextCursorIcon:()=>FC,TextCursor:()=>FC,TextAlignStartIcon:()=>u2,TextAlignStart:()=>u2,TextAlignJustifyIcon:()=>a4,TextAlignJustify:()=>a4,TextAlignEndIcon:()=>r4,TextAlignEnd:()=>r4,TextAlignCenterIcon:()=>s4,TextAlignCenter:()=>s4,Text:()=>u2,TestTubesIcon:()=>BC,TestTubes:()=>BC,TestTubeIcon:()=>KC,TestTubeDiagonalIcon:()=>d4,TestTubeDiagonal:()=>d4,TestTube2Icon:()=>d4,TestTube2:()=>d4,TestTube:()=>KC,TerminalSquareIcon:()=>_4,TerminalSquare:()=>_4,TerminalIcon:()=>zC,Terminal:()=>zC,TentTreeIcon:()=>qC,TentTree:()=>qC,TentIcon:()=>HC,Tent:()=>HC,TelescopeIcon:()=>WC,Telescope:()=>WC,TargetIcon:()=>GC,Target:()=>GC,TangentIcon:()=>YC,Tangent:()=>YC,Tally5Icon:()=>QC,Tally5:()=>QC,Tally4Icon:()=>XC,Tally4:()=>XC,Tally3Icon:()=>ZC,Tally3:()=>ZC,Tally2Icon:()=>JC,Tally2:()=>JC,Tally1Icon:()=>ob,Tally1:()=>ob,TagsIcon:()=>eb,Tags:()=>eb,TagIcon:()=>tb,Tag:()=>tb,TabletsIcon:()=>ib,Tablets:()=>ib,TabletSmartphoneIcon:()=>cb,TabletSmartphone:()=>cb,TabletIcon:()=>nb,Tablet:()=>nb,TableRowsSplitIcon:()=>rb,TableRowsSplit:()=>rb,TablePropertiesIcon:()=>db,TableProperties:()=>db,TableOfContentsIcon:()=>sb,TableOfContents:()=>sb,TableIcon:()=>ab,TableConfigIcon:()=>R2,TableConfig:()=>R2,TableColumnsSplitIcon:()=>lb,TableColumnsSplit:()=>lb,TableCellsSplitIcon:()=>pb,TableCellsSplit:()=>pb,TableCellsMergeIcon:()=>ub,TableCellsMerge:()=>ub,Table2Icon:()=>_b,Table2:()=>_b,Table:()=>ab,SyringeIcon:()=>mb,Syringe:()=>mb,SwordsIcon:()=>gb,Swords:()=>gb,SwordIcon:()=>Lb,Sword:()=>Lb,SwitchCameraIcon:()=>Nb,SwitchCamera:()=>Nb,SwissFrancIcon:()=>jb,SwissFranc:()=>jb,SwatchBookIcon:()=>fb,SwatchBook:()=>fb,SuperscriptIcon:()=>Ib,Superscript:()=>Ib,SunsetIcon:()=>xb,Sunset:()=>xb,SunriseIcon:()=>hb,Sunrise:()=>hb,SunSnowIcon:()=>Rb,SunSnow:()=>Rb,SunMoonIcon:()=>Eb,SunMoon:()=>Eb,SunMediumIcon:()=>Mb,SunMedium:()=>Mb,SunIcon:()=>vb,SunDimIcon:()=>Db,SunDim:()=>Db,Sun:()=>vb,SubtitlesIcon:()=>D7,Subtitles:()=>D7,SubscriptIcon:()=>Sb,Subscript:()=>Sb,StrikethroughIcon:()=>g5,Strikethrough:()=>g5,StretchVerticalIcon:()=>Cb,StretchVertical:()=>Cb,StretchHorizontalIcon:()=>bb,StretchHorizontal:()=>bb,StoreIcon:()=>kb,Store:()=>kb,StopCircleIcon:()=>B8,StopCircle:()=>B8,StoneIcon:()=>Vb,Stone:()=>Vb,StickyNoteIcon:()=>Ub,StickyNote:()=>Ub,StickerIcon:()=>yb,Sticker:()=>yb,StethoscopeIcon:()=>wb,Stethoscope:()=>wb,StepForwardIcon:()=>Tb,StepForward:()=>Tb,StepBackIcon:()=>Ab,StepBack:()=>Ab,StarsIcon:()=>l6,Stars:()=>l6,StarOffIcon:()=>Fb,StarOff:()=>Fb,StarIcon:()=>Ob,StarHalfIcon:()=>Pb,StarHalf:()=>Pb,Star:()=>Ob,StampIcon:()=>$b,Stamp:()=>$b,SquirrelIcon:()=>Bb,Squirrel:()=>Bb,SquircleIcon:()=>Kb,SquircleDashedIcon:()=>zb,SquircleDashed:()=>zb,Squircle:()=>Kb,SquaresUniteIcon:()=>Hb,SquaresUnite:()=>Hb,SquaresSubtractIcon:()=>qb,SquaresSubtract:()=>qb,SquaresIntersectIcon:()=>Gb,SquaresIntersect:()=>Gb,SquaresExcludeIcon:()=>Wb,SquaresExclude:()=>Wb,SquareXIcon:()=>l4,SquareX:()=>l4,SquareUserRoundIcon:()=>u4,SquareUserRound:()=>u4,SquareUserIcon:()=>p4,SquareUser:()=>p4,SquareTerminalIcon:()=>_4,SquareTerminal:()=>_4,SquareStopIcon:()=>Xb,SquareStop:()=>Xb,SquareStarIcon:()=>Qb,SquareStar:()=>Qb,SquareStackIcon:()=>Jb,SquareStack:()=>Jb,SquareSquareIcon:()=>Zb,SquareSquare:()=>Zb,SquareSplitVerticalIcon:()=>m4,SquareSplitVertical:()=>m4,SquareSplitHorizontalIcon:()=>g4,SquareSplitHorizontal:()=>g4,SquareSlashIcon:()=>L4,SquareSlash:()=>L4,SquareSigmaIcon:()=>N4,SquareSigma:()=>N4,SquareScissorsIcon:()=>j4,SquareScissors:()=>j4,SquareRoundCornerIcon:()=>ek,SquareRoundCorner:()=>ek,SquareRadicalIcon:()=>ok,SquareRadical:()=>ok,SquarePowerIcon:()=>f4,SquarePower:()=>f4,SquarePlusIcon:()=>I4,SquarePlus:()=>I4,SquarePlayIcon:()=>x4,SquarePlay:()=>x4,SquarePilcrowIcon:()=>h4,SquarePilcrow:()=>h4,SquarePiIcon:()=>v4,SquarePi:()=>v4,SquarePercentIcon:()=>R4,SquarePercent:()=>R4,SquarePenIcon:()=>r0,SquarePen:()=>r0,SquarePauseIcon:()=>tk,SquarePause:()=>tk,SquareParkingOffIcon:()=>M4,SquareParkingOff:()=>M4,SquareParkingIcon:()=>E4,SquareParking:()=>E4,SquareMousePointerIcon:()=>D4,SquareMousePointer:()=>D4,SquareMinusIcon:()=>S4,SquareMinus:()=>S4,SquareMenuIcon:()=>C4,SquareMenu:()=>C4,SquareMIcon:()=>b4,SquareM:()=>b4,SquareLibraryIcon:()=>k4,SquareLibrary:()=>k4,SquareKanbanIcon:()=>U4,SquareKanban:()=>U4,SquareIcon:()=>Yb,SquareGanttChartIcon:()=>_2,SquareGanttChart:()=>_2,SquareFunctionIcon:()=>V4,SquareFunction:()=>V4,SquareEqualIcon:()=>y4,SquareEqual:()=>y4,SquareDotIcon:()=>w4,SquareDot:()=>w4,SquareDivideIcon:()=>T4,SquareDivide:()=>T4,SquareDashedTopSolidIcon:()=>ik,SquareDashedTopSolid:()=>ik,SquareDashedMousePointerIcon:()=>A4,SquareDashedMousePointer:()=>A4,SquareDashedKanbanIcon:()=>P4,SquareDashedKanban:()=>P4,SquareDashedIcon:()=>O4,SquareDashedBottomIcon:()=>ck,SquareDashedBottomCodeIcon:()=>nk,SquareDashedBottomCode:()=>nk,SquareDashedBottom:()=>ck,SquareDashed:()=>O4,SquareCodeIcon:()=>F4,SquareCode:()=>F4,SquareChevronUpIcon:()=>$4,SquareChevronUp:()=>$4,SquareChevronRightIcon:()=>B4,SquareChevronRight:()=>B4,SquareChevronLeftIcon:()=>K4,SquareChevronLeft:()=>K4,SquareChevronDownIcon:()=>z4,SquareChevronDown:()=>z4,SquareCheckIcon:()=>q4,SquareCheckBigIcon:()=>H4,SquareCheckBig:()=>H4,SquareCheck:()=>q4,SquareChartGanttIcon:()=>_2,SquareChartGantt:()=>_2,SquareCenterlineDashedVerticalIcon:()=>W4,SquareCenterlineDashedVertical:()=>W4,SquareCenterlineDashedHorizontalIcon:()=>G4,SquareCenterlineDashedHorizontal:()=>G4,SquareBottomDashedScissorsIcon:()=>Y4,SquareBottomDashedScissors:()=>Y4,SquareAsteriskIcon:()=>X4,SquareAsterisk:()=>X4,SquareArrowUpRightIcon:()=>Z4,SquareArrowUpRight:()=>Z4,SquareArrowUpLeftIcon:()=>J4,SquareArrowUpLeft:()=>J4,SquareArrowUpIcon:()=>Q4,SquareArrowUp:()=>Q4,SquareArrowRightIcon:()=>e6,SquareArrowRightExitIcon:()=>ak,SquareArrowRightExit:()=>ak,SquareArrowRightEnterIcon:()=>rk,SquareArrowRightEnter:()=>rk,SquareArrowRight:()=>e6,SquareArrowOutUpRightIcon:()=>o6,SquareArrowOutUpRight:()=>o6,SquareArrowOutUpLeftIcon:()=>t6,SquareArrowOutUpLeft:()=>t6,SquareArrowOutDownRightIcon:()=>i6,SquareArrowOutDownRight:()=>i6,SquareArrowOutDownLeftIcon:()=>n6,SquareArrowOutDownLeft:()=>n6,SquareArrowLeftIcon:()=>c6,SquareArrowLeft:()=>c6,SquareArrowDownRightIcon:()=>a6,SquareArrowDownRight:()=>a6,SquareArrowDownLeftIcon:()=>s6,SquareArrowDownLeft:()=>s6,SquareArrowDownIcon:()=>r6,SquareArrowDown:()=>r6,SquareActivityIcon:()=>d6,SquareActivity:()=>d6,Square:()=>Yb,SproutIcon:()=>sk,Sprout:()=>sk,SprayCanIcon:()=>dk,SprayCan:()=>dk,SpotlightIcon:()=>pk,Spotlight:()=>pk,SpoolIcon:()=>lk,Spool:()=>lk,SplitSquareVerticalIcon:()=>m4,SplitSquareVertical:()=>m4,SplitSquareHorizontalIcon:()=>g4,SplitSquareHorizontal:()=>g4,SplitIcon:()=>uk,Split:()=>uk,SplinePointerIcon:()=>mk,SplinePointer:()=>mk,SplineIcon:()=>_k,Spline:()=>_k,SpellCheckIcon:()=>gk,SpellCheck2Icon:()=>Nk,SpellCheck2:()=>Nk,SpellCheck:()=>gk,SpeechIcon:()=>Lk,Speech:()=>Lk,SpeakerIcon:()=>jk,Speaker:()=>jk,SparklesIcon:()=>l6,Sparkles:()=>l6,SparkleIcon:()=>fk,Sparkle:()=>fk,SpadeIcon:()=>Ik,Spade:()=>Ik,SpaceIcon:()=>xk,Space:()=>xk,SoupIcon:()=>vk,Soup:()=>vk,SortDescIcon:()=>A7,SortDesc:()=>A7,SortAscIcon:()=>w7,SortAsc:()=>w7,SolarPanelIcon:()=>hk,SolarPanel:()=>hk,SofaIcon:()=>Rk,Sofa:()=>Rk,SoapDispenserDropletIcon:()=>Ek,SoapDispenserDroplet:()=>Ek,SnowflakeIcon:()=>Mk,Snowflake:()=>Mk,SnailIcon:()=>Sk,Snail:()=>Sk,SmilePlusIcon:()=>Ck,SmilePlus:()=>Ck,SmileIcon:()=>Dk,Smile:()=>Dk,SmartphoneNfcIcon:()=>kk,SmartphoneNfc:()=>kk,SmartphoneIcon:()=>bk,SmartphoneChargingIcon:()=>Uk,SmartphoneCharging:()=>Uk,Smartphone:()=>bk,SlidersVerticalIcon:()=>p6,SlidersVertical:()=>p6,SlidersIcon:()=>p6,SlidersHorizontalIcon:()=>yk,SlidersHorizontal:()=>yk,Sliders:()=>p6,SliceIcon:()=>Vk,Slice:()=>Vk,SlashSquareIcon:()=>L4,SlashSquare:()=>L4,SlashIcon:()=>wk,Slash:()=>wk,SlackIcon:()=>Ok,Slack:()=>Ok,SkullIcon:()=>Tk,Skull:()=>Tk,SkipForwardIcon:()=>Ak,SkipForward:()=>Ak,SkipBackIcon:()=>Pk,SkipBack:()=>Pk,SirenIcon:()=>Fk,Siren:()=>Fk,SignpostIcon:()=>$k,SignpostBigIcon:()=>Bk,SignpostBig:()=>Bk,Signpost:()=>$k,SignatureIcon:()=>Kk,Signature:()=>Kk,SignalZeroIcon:()=>Hk,SignalZero:()=>Hk,SignalMediumIcon:()=>qk,SignalMedium:()=>qk,SignalLowIcon:()=>Gk,SignalLow:()=>Gk,SignalIcon:()=>zk,SignalHighIcon:()=>Wk,SignalHigh:()=>Wk,Signal:()=>zk,SigmaSquareIcon:()=>N4,SigmaSquare:()=>N4,SigmaIcon:()=>Qk,Sigma:()=>Qk,SidebarOpenIcon:()=>D6,SidebarOpen:()=>D6,SidebarIcon:()=>E6,SidebarCloseIcon:()=>S6,SidebarClose:()=>S6,Sidebar:()=>E6,ShuffleIcon:()=>Yk,Shuffle:()=>Yk,ShrubIcon:()=>Xk,Shrub:()=>Xk,ShrinkIcon:()=>Zk,Shrink:()=>Zk,ShrimpIcon:()=>Jk,Shrimp:()=>Jk,ShredderIcon:()=>eU,Shredder:()=>eU,ShowerHeadIcon:()=>oU,ShowerHead:()=>oU,ShovelIcon:()=>tU,Shovel:()=>tU,ShoppingCartIcon:()=>iU,ShoppingCart:()=>iU,ShoppingBasketIcon:()=>cU,ShoppingBasket:()=>cU,ShoppingBagIcon:()=>nU,ShoppingBag:()=>nU,ShirtIcon:()=>aU,Shirt:()=>aU,ShipWheelIcon:()=>sU,ShipWheel:()=>sU,ShipIcon:()=>rU,Ship:()=>rU,ShieldXIcon:()=>u6,ShieldX:()=>u6,ShieldUserIcon:()=>lU,ShieldUser:()=>lU,ShieldQuestionMarkIcon:()=>_6,ShieldQuestionMark:()=>_6,ShieldQuestionIcon:()=>_6,ShieldQuestion:()=>_6,ShieldPlusIcon:()=>pU,ShieldPlus:()=>pU,ShieldOffIcon:()=>_U,ShieldOff:()=>_U,ShieldMinusIcon:()=>uU,ShieldMinus:()=>uU,ShieldIcon:()=>dU,ShieldHalfIcon:()=>mU,ShieldHalf:()=>mU,ShieldEllipsisIcon:()=>gU,ShieldEllipsis:()=>gU,ShieldCloseIcon:()=>u6,ShieldClose:()=>u6,ShieldCheckIcon:()=>ZJ,ShieldCheck:()=>ZJ,ShieldBanIcon:()=>LU,ShieldBan:()=>LU,ShieldAlertIcon:()=>NU,ShieldAlert:()=>NU,Shield:()=>dU,ShelvingUnitIcon:()=>jU,ShelvingUnit:()=>jU,ShellIcon:()=>fU,Shell:()=>fU,SheetIcon:()=>IU,Sheet:()=>IU,ShareIcon:()=>xU,Share2Icon:()=>hU,Share2:()=>hU,Share:()=>xU,ShapesIcon:()=>vU,Shapes:()=>vU,SettingsIcon:()=>L5,Settings2Icon:()=>N5,Settings2:()=>N5,Settings:()=>L5,ServerOffIcon:()=>MU,ServerOff:()=>MU,ServerIcon:()=>RU,ServerCrashIcon:()=>DU,ServerCrash:()=>DU,ServerCogIcon:()=>EU,ServerCog:()=>EU,Server:()=>RU,SeparatorVerticalIcon:()=>SU,SeparatorVertical:()=>SU,SeparatorHorizontalIcon:()=>CU,SeparatorHorizontal:()=>CU,SendToBackIcon:()=>kU,SendToBack:()=>kU,SendIcon:()=>bU,SendHorizontalIcon:()=>m6,SendHorizontal:()=>m6,SendHorizonalIcon:()=>m6,SendHorizonal:()=>m6,Send:()=>bU,SectionIcon:()=>UU,Section:()=>UU,SearchXIcon:()=>VU,SearchX:()=>VU,SearchSlashIcon:()=>yU,SearchSlash:()=>yU,SearchIcon:()=>m2,SearchCodeIcon:()=>wU,SearchCode:()=>wU,SearchCheckIcon:()=>TU,SearchCheck:()=>TU,SearchAlertIcon:()=>OU,SearchAlert:()=>OU,Search:()=>m2,ScrollTextIcon:()=>PU,ScrollText:()=>PU,ScrollIcon:()=>AU,Scroll:()=>AU,ScreenShareOffIcon:()=>$U,ScreenShareOff:()=>$U,ScreenShareIcon:()=>FU,ScreenShare:()=>FU,ScooterIcon:()=>BU,Scooter:()=>BU,ScissorsSquareIcon:()=>j4,ScissorsSquareDashedBottomIcon:()=>Y4,ScissorsSquareDashedBottom:()=>Y4,ScissorsSquare:()=>j4,ScissorsLineDashedIcon:()=>zU,ScissorsLineDashed:()=>zU,ScissorsIcon:()=>KU,Scissors:()=>KU,SchoolIcon:()=>HU,School2Icon:()=>J9,School2:()=>J9,School:()=>HU,ScatterChartIcon:()=>m7,ScatterChart:()=>m7,ScanTextIcon:()=>WU,ScanText:()=>WU,ScanSearchIcon:()=>YU,ScanSearch:()=>YU,ScanQrCodeIcon:()=>GU,ScanQrCode:()=>GU,ScanLineIcon:()=>XU,ScanLine:()=>XU,ScanIcon:()=>qU,ScanHeartIcon:()=>ZU,ScanHeart:()=>ZU,ScanFaceIcon:()=>QU,ScanFace:()=>QU,ScanEyeIcon:()=>JU,ScanEye:()=>JU,ScanBarcodeIcon:()=>eV,ScanBarcode:()=>eV,Scan:()=>qU,ScalingIcon:()=>oV,Scaling:()=>oV,ScaleIcon:()=>tV,Scale3dIcon:()=>g6,Scale3d:()=>g6,Scale3DIcon:()=>g6,Scale3D:()=>g6,Scale:()=>tV,SaveOffIcon:()=>nV,SaveOff:()=>nV,SaveIcon:()=>C0,SaveAllIcon:()=>iV,SaveAll:()=>iV,Save:()=>C0,SaudiRiyalIcon:()=>cV,SaudiRiyal:()=>cV,SatelliteIcon:()=>aV,SatelliteDishIcon:()=>rV,SatelliteDish:()=>rV,Satellite:()=>aV,SandwichIcon:()=>sV,Sandwich:()=>sV,SaladIcon:()=>dV,Salad:()=>dV,SailboatIcon:()=>lV,Sailboat:()=>lV,RussianRubleIcon:()=>pV,RussianRuble:()=>pV,RulerIcon:()=>uV,RulerDimensionLineIcon:()=>_V,RulerDimensionLine:()=>_V,Ruler:()=>uV,RssIcon:()=>mV,Rss:()=>mV,RowsIcon:()=>N6,Rows4Icon:()=>gV,Rows4:()=>gV,Rows3Icon:()=>L6,Rows3:()=>L6,Rows2Icon:()=>N6,Rows2:()=>N6,Rows:()=>N6,RouterIcon:()=>LV,Router:()=>LV,RouteOffIcon:()=>jV,RouteOff:()=>jV,RouteIcon:()=>NV,Route:()=>NV,RotateCwSquareIcon:()=>IV,RotateCwSquare:()=>IV,RotateCwIcon:()=>fV,RotateCw:()=>fV,RotateCcwSquareIcon:()=>xV,RotateCcwSquare:()=>xV,RotateCcwKeyIcon:()=>hV,RotateCcwKey:()=>hV,RotateCcwIcon:()=>JJ,RotateCcw:()=>JJ,Rotate3dIcon:()=>j6,Rotate3d:()=>j6,Rotate3DIcon:()=>j6,Rotate3D:()=>j6,RoseIcon:()=>vV,Rose:()=>vV,RollerCoasterIcon:()=>EV,RollerCoaster:()=>EV,RockingChairIcon:()=>RV,RockingChair:()=>RV,RocketIcon:()=>MV,Rocket:()=>MV,RibbonIcon:()=>DV,Ribbon:()=>DV,RewindIcon:()=>SV,Rewind:()=>SV,ReplyIcon:()=>bV,ReplyAllIcon:()=>kV,ReplyAll:()=>kV,Reply:()=>bV,ReplaceIcon:()=>CV,ReplaceAllIcon:()=>UV,ReplaceAll:()=>UV,Replace:()=>CV,RepeatIcon:()=>VV,Repeat2Icon:()=>yV,Repeat2:()=>yV,Repeat1Icon:()=>wV,Repeat1:()=>wV,Repeat:()=>VV,RemoveFormattingIcon:()=>OV,RemoveFormatting:()=>OV,RegexIcon:()=>TV,Regex:()=>TV,RefrigeratorIcon:()=>AV,Refrigerator:()=>AV,RefreshCwOffIcon:()=>FV,RefreshCwOff:()=>FV,RefreshCwIcon:()=>e9,RefreshCw:()=>e9,RefreshCcwIcon:()=>$V,RefreshCcwDotIcon:()=>PV,RefreshCcwDot:()=>PV,RefreshCcw:()=>$V,RedoIcon:()=>BV,RedoDotIcon:()=>KV,RedoDot:()=>KV,Redo2Icon:()=>zV,Redo2:()=>zV,Redo:()=>BV,RecycleIcon:()=>HV,Recycle:()=>HV,RectangleVerticalIcon:()=>qV,RectangleVertical:()=>qV,RectangleHorizontalIcon:()=>WV,RectangleHorizontal:()=>WV,RectangleGogglesIcon:()=>GV,RectangleGoggles:()=>GV,RectangleEllipsisIcon:()=>f6,RectangleEllipsis:()=>f6,RectangleCircleIcon:()=>YV,RectangleCircle:()=>YV,ReceiptTurkishLiraIcon:()=>QV,ReceiptTurkishLira:()=>QV,ReceiptTextIcon:()=>ZV,ReceiptText:()=>ZV,ReceiptSwissFrancIcon:()=>JV,ReceiptSwissFranc:()=>JV,ReceiptRussianRubleIcon:()=>ey,ReceiptRussianRuble:()=>ey,ReceiptPoundSterlingIcon:()=>oy,ReceiptPoundSterling:()=>oy,ReceiptJapaneseYenIcon:()=>ty,ReceiptJapaneseYen:()=>ty,ReceiptIndianRupeeIcon:()=>iy,ReceiptIndianRupee:()=>iy,ReceiptIcon:()=>XV,ReceiptEuroIcon:()=>ny,ReceiptEuro:()=>ny,ReceiptCentIcon:()=>cy,ReceiptCent:()=>cy,Receipt:()=>XV,RatioIcon:()=>ay,Ratio:()=>ay,RatIcon:()=>ry,Rat:()=>ry,RainbowIcon:()=>sy,Rainbow:()=>sy,RailSymbolIcon:()=>dy,RailSymbol:()=>dy,RadiusIcon:()=>ly,Radius:()=>ly,RadioTowerIcon:()=>uy,RadioTower:()=>uy,RadioReceiverIcon:()=>_y,RadioReceiver:()=>_y,RadioIcon:()=>py,Radio:()=>py,RadicalIcon:()=>my,Radical:()=>my,RadiationIcon:()=>Ly,Radiation:()=>Ly,RadarIcon:()=>gy,Radar:()=>gy,RabbitIcon:()=>Ny,Rabbit:()=>Ny,QuoteIcon:()=>j5,Quote:()=>j5,QrCodeIcon:()=>jy,QrCode:()=>jy,PyramidIcon:()=>fy,Pyramid:()=>fy,PuzzleIcon:()=>Iy,Puzzle:()=>Iy,ProportionsIcon:()=>xy,Proportions:()=>xy,ProjectorIcon:()=>hy,Projector:()=>hy,PrinterXIcon:()=>Ry,PrinterX:()=>Ry,PrinterIcon:()=>vy,PrinterCheckIcon:()=>Ey,PrinterCheck:()=>Ey,Printer:()=>vy,PresentationIcon:()=>My,Presentation:()=>My,PowerSquareIcon:()=>f4,PowerSquare:()=>f4,PowerOffIcon:()=>Sy,PowerOff:()=>Sy,PowerIcon:()=>Dy,PowerCircleIcon:()=>z8,PowerCircle:()=>z8,Power:()=>Dy,PoundSterlingIcon:()=>by,PoundSterling:()=>by,PopsicleIcon:()=>Cy,Popsicle:()=>Cy,PopcornIcon:()=>ky,Popcorn:()=>ky,PointerOffIcon:()=>Vy,PointerOff:()=>Vy,PointerIcon:()=>Uy,Pointer:()=>Uy,PodcastIcon:()=>yy,Podcast:()=>yy,PocketKnifeIcon:()=>Ty,PocketKnife:()=>Ty,PocketIcon:()=>wy,Pocket:()=>wy,PlusSquareIcon:()=>I4,PlusSquare:()=>I4,PlusIcon:()=>F0,PlusCircleIcon:()=>H8,PlusCircle:()=>H8,Plus:()=>F0,PlugZapIcon:()=>I6,PlugZap2Icon:()=>I6,PlugZap2:()=>I6,PlugZap:()=>I6,PlugIcon:()=>Oy,Plug2Icon:()=>Ay,Plug2:()=>Ay,Plug:()=>Oy,PlaySquareIcon:()=>x4,PlaySquare:()=>x4,PlayIcon:()=>Py,PlayCircleIcon:()=>q8,PlayCircle:()=>q8,Play:()=>Py,PlaneTakeoffIcon:()=>$y,PlaneTakeoff:()=>$y,PlaneLandingIcon:()=>By,PlaneLanding:()=>By,PlaneIcon:()=>Fy,Plane:()=>Fy,PizzaIcon:()=>Ky,Pizza:()=>Ky,PipetteIcon:()=>zy,Pipette:()=>zy,PinOffIcon:()=>qy,PinOff:()=>qy,PinIcon:()=>Hy,Pin:()=>Hy,PillIcon:()=>Wy,PillBottleIcon:()=>Yy,PillBottle:()=>Yy,Pill:()=>Wy,PilcrowSquareIcon:()=>h4,PilcrowSquare:()=>h4,PilcrowRightIcon:()=>Xy,PilcrowRight:()=>Xy,PilcrowLeftIcon:()=>Qy,PilcrowLeft:()=>Qy,PilcrowIcon:()=>Gy,Pilcrow:()=>Gy,PiggyBankIcon:()=>Zy,PiggyBank:()=>Zy,PieChartIcon:()=>g7,PieChart:()=>g7,PictureInPictureIcon:()=>ew,PictureInPicture2Icon:()=>Jy,PictureInPicture2:()=>Jy,PictureInPicture:()=>ew,PickaxeIcon:()=>ow,Pickaxe:()=>ow,PianoIcon:()=>tw,Piano:()=>tw,PiSquareIcon:()=>v4,PiSquare:()=>v4,PiIcon:()=>iw,Pi:()=>iw,PhoneOutgoingIcon:()=>nw,PhoneOutgoing:()=>nw,PhoneOffIcon:()=>aw,PhoneOff:()=>aw,PhoneMissedIcon:()=>rw,PhoneMissed:()=>rw,PhoneIncomingIcon:()=>sw,PhoneIncoming:()=>sw,PhoneIcon:()=>cw,PhoneForwardedIcon:()=>dw,PhoneForwarded:()=>dw,PhoneCallIcon:()=>lw,PhoneCall:()=>lw,Phone:()=>cw,PhilippinePesoIcon:()=>pw,PhilippinePeso:()=>pw,PersonStandingIcon:()=>uw,PersonStanding:()=>uw,PercentSquareIcon:()=>R4,PercentSquare:()=>R4,PercentIcon:()=>_w,PercentDiamondIcon:()=>k8,PercentDiamond:()=>k8,PercentCircleIcon:()=>W8,PercentCircle:()=>W8,Percent:()=>_w,PentagonIcon:()=>gw,Pentagon:()=>gw,PencilRulerIcon:()=>Lw,PencilRuler:()=>Lw,PencilOffIcon:()=>Nw,PencilOff:()=>Nw,PencilLineIcon:()=>jw,PencilLine:()=>jw,PencilIcon:()=>mw,Pencil:()=>mw,PenToolIcon:()=>fw,PenTool:()=>fw,PenSquareIcon:()=>r0,PenSquare:()=>r0,PenOffIcon:()=>Iw,PenOff:()=>Iw,PenLineIcon:()=>x6,PenLine:()=>x6,PenIcon:()=>P2,PenBoxIcon:()=>r0,PenBox:()=>r0,Pen:()=>P2,PcCaseIcon:()=>xw,PcCase:()=>xw,PawPrintIcon:()=>hw,PawPrint:()=>hw,PauseOctagonIcon:()=>U6,PauseOctagon:()=>U6,PauseIcon:()=>vw,PauseCircleIcon:()=>G8,PauseCircle:()=>G8,Pause:()=>vw,PartyPopperIcon:()=>Rw,PartyPopper:()=>Rw,ParkingSquareOffIcon:()=>M4,ParkingSquareOff:()=>M4,ParkingSquareIcon:()=>E4,ParkingSquare:()=>E4,ParkingMeterIcon:()=>Ew,ParkingMeter:()=>Ew,ParkingCircleOffIcon:()=>X8,ParkingCircleOff:()=>X8,ParkingCircleIcon:()=>Y8,ParkingCircle:()=>Y8,ParenthesesIcon:()=>Mw,Parentheses:()=>Mw,PaperclipIcon:()=>Dw,Paperclip:()=>Dw,PanelsTopLeftIcon:()=>h6,PanelsTopLeft:()=>h6,PanelsTopBottomIcon:()=>L6,PanelsTopBottom:()=>L6,PanelsRightBottomIcon:()=>Sw,PanelsRightBottom:()=>Sw,PanelsLeftRightIcon:()=>V8,PanelsLeftRight:()=>V8,PanelsLeftBottomIcon:()=>bw,PanelsLeftBottom:()=>bw,PanelTopOpenIcon:()=>kw,PanelTopOpen:()=>kw,PanelTopInactiveIcon:()=>v6,PanelTopInactive:()=>v6,PanelTopIcon:()=>Cw,PanelTopDashedIcon:()=>v6,PanelTopDashed:()=>v6,PanelTopCloseIcon:()=>Uw,PanelTopClose:()=>Uw,PanelTopBottomDashedIcon:()=>yw,PanelTopBottomDashed:()=>yw,PanelTop:()=>Cw,PanelRightOpenIcon:()=>ww,PanelRightOpen:()=>ww,PanelRightInactiveIcon:()=>R6,PanelRightInactive:()=>R6,PanelRightIcon:()=>Vw,PanelRightDashedIcon:()=>R6,PanelRightDashed:()=>R6,PanelRightCloseIcon:()=>Tw,PanelRightClose:()=>Tw,PanelRight:()=>Vw,PanelLeftRightDashedIcon:()=>Ow,PanelLeftRightDashed:()=>Ow,PanelLeftOpenIcon:()=>D6,PanelLeftOpen:()=>D6,PanelLeftInactiveIcon:()=>M6,PanelLeftInactive:()=>M6,PanelLeftIcon:()=>E6,PanelLeftDashedIcon:()=>M6,PanelLeftDashed:()=>M6,PanelLeftCloseIcon:()=>S6,PanelLeftClose:()=>S6,PanelLeft:()=>E6,PanelBottomOpenIcon:()=>Pw,PanelBottomOpen:()=>Pw,PanelBottomInactiveIcon:()=>C6,PanelBottomInactive:()=>C6,PanelBottomIcon:()=>Aw,PanelBottomDashedIcon:()=>C6,PanelBottomDashed:()=>C6,PanelBottomCloseIcon:()=>Fw,PanelBottomClose:()=>Fw,PanelBottom:()=>Aw,PandaIcon:()=>$w,Panda:()=>$w,PalmtreeIcon:()=>o4,Palmtree:()=>o4,PaletteIcon:()=>Bw,Palette:()=>Bw,PaintbrushVerticalIcon:()=>b6,PaintbrushVertical:()=>b6,PaintbrushIcon:()=>Kw,Paintbrush2Icon:()=>b6,Paintbrush2:()=>b6,Paintbrush:()=>Kw,PaintRollerIcon:()=>zw,PaintRoller:()=>zw,PaintBucketIcon:()=>Hw,PaintBucket:()=>Hw,PackageXIcon:()=>qw,PackageX:()=>qw,PackageSearchIcon:()=>Ww,PackageSearch:()=>Ww,PackagePlusIcon:()=>Gw,PackagePlus:()=>Gw,PackageOpenIcon:()=>Yw,PackageOpen:()=>Yw,PackageMinusIcon:()=>Xw,PackageMinus:()=>Xw,PackageIcon:()=>g2,PackageCheckIcon:()=>Qw,PackageCheck:()=>Qw,Package2Icon:()=>Zw,Package2:()=>Zw,Package:()=>g2,OutdentIcon:()=>j2,Outdent:()=>j2,OrigamiIcon:()=>Jw,Origami:()=>Jw,OrbitIcon:()=>eT,Orbit:()=>eT,OptionIcon:()=>oT,Option:()=>oT,OmegaIcon:()=>iT,Omega:()=>iT,OctagonXIcon:()=>k6,OctagonX:()=>k6,OctagonPauseIcon:()=>U6,OctagonPause:()=>U6,OctagonMinusIcon:()=>nT,OctagonMinus:()=>nT,OctagonIcon:()=>tT,OctagonAlertIcon:()=>V6,OctagonAlert:()=>V6,Octagon:()=>tT,NutOffIcon:()=>aT,NutOff:()=>aT,NutIcon:()=>cT,Nut:()=>cT,NotepadTextIcon:()=>rT,NotepadTextDashedIcon:()=>dT,NotepadTextDashed:()=>dT,NotepadText:()=>rT,NotebookTextIcon:()=>lT,NotebookText:()=>lT,NotebookTabsIcon:()=>pT,NotebookTabs:()=>pT,NotebookPenIcon:()=>uT,NotebookPen:()=>uT,NotebookIcon:()=>sT,Notebook:()=>sT,NonBinaryIcon:()=>_T,NonBinary:()=>_T,NfcIcon:()=>gT,Nfc:()=>gT,NewspaperIcon:()=>mT,Newspaper:()=>mT,NetworkIcon:()=>LT,Network:()=>LT,NavigationOffIcon:()=>NT,NavigationOff:()=>NT,NavigationIcon:()=>jT,Navigation2OffIcon:()=>IT,Navigation2Off:()=>IT,Navigation2Icon:()=>fT,Navigation2:()=>fT,Navigation:()=>jT,MusicIcon:()=>xT,Music4Icon:()=>hT,Music4:()=>hT,Music3Icon:()=>vT,Music3:()=>vT,Music2Icon:()=>RT,Music2:()=>RT,Music:()=>xT,MoveVerticalIcon:()=>DT,MoveVertical:()=>DT,MoveUpRightIcon:()=>ST,MoveUpRight:()=>ST,MoveUpLeftIcon:()=>CT,MoveUpLeft:()=>CT,MoveUpIcon:()=>MT,MoveUp:()=>MT,MoveRightIcon:()=>bT,MoveRight:()=>bT,MoveLeftIcon:()=>kT,MoveLeft:()=>kT,MoveIcon:()=>ET,MoveHorizontalIcon:()=>UT,MoveHorizontal:()=>UT,MoveDownRightIcon:()=>yT,MoveDownRight:()=>yT,MoveDownLeftIcon:()=>wT,MoveDownLeft:()=>wT,MoveDownIcon:()=>VT,MoveDown:()=>VT,MoveDiagonalIcon:()=>TT,MoveDiagonal2Icon:()=>OT,MoveDiagonal2:()=>OT,MoveDiagonal:()=>TT,Move3dIcon:()=>y6,Move3d:()=>y6,Move3DIcon:()=>y6,Move3D:()=>y6,Move:()=>ET,MouseRightIcon:()=>PT,MouseRight:()=>PT,MousePointerSquareDashedIcon:()=>A4,MousePointerSquareDashed:()=>A4,MousePointerIcon:()=>FT,MousePointerClickIcon:()=>$T,MousePointerClick:()=>$T,MousePointerBanIcon:()=>BT,MousePointerBan:()=>BT,MousePointer2OffIcon:()=>zT,MousePointer2Off:()=>zT,MousePointer2Icon:()=>KT,MousePointer2:()=>KT,MousePointer:()=>FT,MouseOffIcon:()=>HT,MouseOff:()=>HT,MouseLeftIcon:()=>qT,MouseLeft:()=>qT,MouseIcon:()=>AT,Mouse:()=>AT,MountainSnowIcon:()=>GT,MountainSnow:()=>GT,MountainIcon:()=>WT,Mountain:()=>WT,MotorbikeIcon:()=>YT,Motorbike:()=>YT,MoreVerticalIcon:()=>C8,MoreVertical:()=>C8,MoreHorizontalIcon:()=>S8,MoreHorizontal:()=>S8,MoonStarIcon:()=>QT,MoonStar:()=>QT,MoonIcon:()=>XT,Moon:()=>XT,MonitorXIcon:()=>JT,MonitorX:()=>JT,MonitorUpIcon:()=>eO,MonitorUp:()=>eO,MonitorStopIcon:()=>oO,MonitorStop:()=>oO,MonitorSpeakerIcon:()=>tO,MonitorSpeaker:()=>tO,MonitorSmartphoneIcon:()=>nO,MonitorSmartphone:()=>nO,MonitorPlayIcon:()=>iO,MonitorPlay:()=>iO,MonitorPauseIcon:()=>cO,MonitorPause:()=>cO,MonitorOffIcon:()=>aO,MonitorOff:()=>aO,MonitorIcon:()=>ZT,MonitorDownIcon:()=>rO,MonitorDown:()=>rO,MonitorDotIcon:()=>sO,MonitorDot:()=>sO,MonitorCogIcon:()=>dO,MonitorCog:()=>dO,MonitorCloudIcon:()=>lO,MonitorCloud:()=>lO,MonitorCheckIcon:()=>pO,MonitorCheck:()=>pO,Monitor:()=>ZT,MirrorRoundIcon:()=>uO,MirrorRound:()=>uO,MirrorRectangularIcon:()=>_O,MirrorRectangular:()=>_O,MinusSquareIcon:()=>S4,MinusSquare:()=>S4,MinusIcon:()=>mO,MinusCircleIcon:()=>Q8,MinusCircle:()=>Q8,Minus:()=>mO,MinimizeIcon:()=>gO,Minimize2Icon:()=>LO,Minimize2:()=>LO,Minimize:()=>gO,MilkOffIcon:()=>jO,MilkOff:()=>jO,MilkIcon:()=>NO,Milk:()=>NO,MilestoneIcon:()=>IO,Milestone:()=>IO,MicrowaveIcon:()=>fO,Microwave:()=>fO,MicroscopeIcon:()=>xO,Microscope:()=>xO,MicrochipIcon:()=>hO,Microchip:()=>hO,MicVocalIcon:()=>w6,MicVocal:()=>w6,MicOffIcon:()=>RO,MicOff:()=>RO,MicIcon:()=>vO,Mic2Icon:()=>w6,Mic2:()=>w6,Mic:()=>vO,MetronomeIcon:()=>EO,Metronome:()=>EO,MessagesSquareIcon:()=>MO,MessagesSquare:()=>MO,MessageSquareXIcon:()=>SO,MessageSquareX:()=>SO,MessageSquareWarningIcon:()=>bO,MessageSquareWarning:()=>bO,MessageSquareTextIcon:()=>CO,MessageSquareText:()=>CO,MessageSquareShareIcon:()=>kO,MessageSquareShare:()=>kO,MessageSquareReplyIcon:()=>UO,MessageSquareReply:()=>UO,MessageSquareQuoteIcon:()=>VO,MessageSquareQuote:()=>VO,MessageSquarePlusIcon:()=>yO,MessageSquarePlus:()=>yO,MessageSquareOffIcon:()=>wO,MessageSquareOff:()=>wO,MessageSquareMoreIcon:()=>TO,MessageSquareMore:()=>TO,MessageSquareLockIcon:()=>AO,MessageSquareLock:()=>AO,MessageSquareIcon:()=>DO,MessageSquareHeartIcon:()=>OO,MessageSquareHeart:()=>OO,MessageSquareDotIcon:()=>PO,MessageSquareDot:()=>PO,MessageSquareDiffIcon:()=>FO,MessageSquareDiff:()=>FO,MessageSquareDashedIcon:()=>$O,MessageSquareDashed:()=>$O,MessageSquareCodeIcon:()=>BO,MessageSquareCode:()=>BO,MessageSquareCheckIcon:()=>zO,MessageSquareCheck:()=>zO,MessageSquare:()=>DO,MessageCircleXIcon:()=>HO,MessageCircleX:()=>HO,MessageCircleWarningIcon:()=>qO,MessageCircleWarning:()=>qO,MessageCircleReplyIcon:()=>WO,MessageCircleReply:()=>WO,MessageCircleQuestionMarkIcon:()=>T6,MessageCircleQuestionMark:()=>T6,MessageCircleQuestionIcon:()=>T6,MessageCircleQuestion:()=>T6,MessageCirclePlusIcon:()=>GO,MessageCirclePlus:()=>GO,MessageCircleOffIcon:()=>YO,MessageCircleOff:()=>YO,MessageCircleMoreIcon:()=>QO,MessageCircleMore:()=>QO,MessageCircleIcon:()=>KO,MessageCircleHeartIcon:()=>ZO,MessageCircleHeart:()=>ZO,MessageCircleDashedIcon:()=>XO,MessageCircleDashed:()=>XO,MessageCircleCodeIcon:()=>eA,MessageCircleCode:()=>eA,MessageCircleCheckIcon:()=>JO,MessageCircleCheck:()=>JO,MessageCircle:()=>KO,MergeIcon:()=>oA,Merge:()=>oA,MenuSquareIcon:()=>C4,MenuSquare:()=>C4,MenuIcon:()=>tA,Menu:()=>tA,MemoryStickIcon:()=>iA,MemoryStick:()=>iA,MehIcon:()=>nA,Meh:()=>nA,MegaphoneOffIcon:()=>rA,MegaphoneOff:()=>rA,MegaphoneIcon:()=>cA,Megaphone:()=>cA,MedalIcon:()=>aA,Medal:()=>aA,MaximizeIcon:()=>sA,Maximize2Icon:()=>dA,Maximize2:()=>dA,Maximize:()=>sA,MartiniIcon:()=>lA,Martini:()=>lA,MarsStrokeIcon:()=>uA,MarsStroke:()=>uA,MarsIcon:()=>pA,Mars:()=>pA,MapPlusIcon:()=>mA,MapPlus:()=>mA,MapPinnedIcon:()=>gA,MapPinned:()=>gA,MapPinXInsideIcon:()=>jA,MapPinXInside:()=>jA,MapPinXIcon:()=>NA,MapPinX:()=>NA,MapPinPlusInsideIcon:()=>IA,MapPinPlusInside:()=>IA,MapPinPlusIcon:()=>fA,MapPinPlus:()=>fA,MapPinPenIcon:()=>O6,MapPinPen:()=>O6,MapPinOffIcon:()=>xA,MapPinOff:()=>xA,MapPinMinusInsideIcon:()=>vA,MapPinMinusInside:()=>vA,MapPinMinusIcon:()=>hA,MapPinMinus:()=>hA,MapPinIcon:()=>LA,MapPinHouseIcon:()=>RA,MapPinHouse:()=>RA,MapPinCheckInsideIcon:()=>MA,MapPinCheckInside:()=>MA,MapPinCheckIcon:()=>EA,MapPinCheck:()=>EA,MapPin:()=>LA,MapMinusIcon:()=>DA,MapMinus:()=>DA,MapIcon:()=>_A,Map:()=>_A,MailsIcon:()=>SA,Mails:()=>SA,MailboxIcon:()=>CA,Mailbox:()=>CA,MailXIcon:()=>kA,MailX:()=>kA,MailWarningIcon:()=>VA,MailWarning:()=>VA,MailSearchIcon:()=>UA,MailSearch:()=>UA,MailQuestionMarkIcon:()=>A6,MailQuestionMark:()=>A6,MailQuestionIcon:()=>A6,MailQuestion:()=>A6,MailPlusIcon:()=>yA,MailPlus:()=>yA,MailOpenIcon:()=>wA,MailOpen:()=>wA,MailMinusIcon:()=>TA,MailMinus:()=>TA,MailIcon:()=>bA,MailCheckIcon:()=>OA,MailCheck:()=>OA,Mail:()=>bA,MagnetIcon:()=>AA,Magnet:()=>AA,MSquareIcon:()=>b4,MSquare:()=>b4,LuggageIcon:()=>PA,Luggage:()=>PA,LucideZoomOut:()=>AM,LucideZoomIn:()=>PM,LucideZodiacVirgo:()=>FM,LucideZodiacTaurus:()=>$M,LucideZodiacScorpio:()=>BM,LucideZodiacSagittarius:()=>KM,LucideZodiacPisces:()=>HM,LucideZodiacOphiuchus:()=>zM,LucideZodiacLibra:()=>qM,LucideZodiacLeo:()=>WM,LucideZodiacGemini:()=>GM,LucideZodiacCapricorn:()=>YM,LucideZodiacCancer:()=>XM,LucideZodiacAries:()=>QM,LucideZodiacAquarius:()=>ZM,LucideZapOff:()=>eD,LucideZap:()=>JM,LucideYoutube:()=>oD,LucideXSquare:()=>l4,LucideXOctagon:()=>k6,LucideXLineTop:()=>tD,LucideXCircle:()=>Q5,LucideX:()=>G0,LucideWrench:()=>iD,LucideWrapText:()=>i4,LucideWorm:()=>nD,LucideWorkflow:()=>cD,LucideWineOff:()=>sD,LucideWine:()=>aD,LucideWindArrowDown:()=>dD,LucideWind:()=>rD,LucideWifiZero:()=>pD,LucideWifiSync:()=>uD,LucideWifiPen:()=>_D,LucideWifiOff:()=>mD,LucideWifiLow:()=>gD,LucideWifiHigh:()=>ND,LucideWifiCog:()=>LD,LucideWifi:()=>lD,LucideWholeWord:()=>jD,LucideWheatOff:()=>ID,LucideWheat:()=>fD,LucideWeightTilde:()=>hD,LucideWeight:()=>xD,LucideWebhookOff:()=>RD,LucideWebhook:()=>vD,LucideWebcam:()=>ED,LucideWaypoints:()=>MD,LucideWavesLadder:()=>SD,LucideWavesArrowUp:()=>CD,LucideWavesArrowDown:()=>bD,LucideWaves:()=>DD,LucideWatch:()=>kD,LucideWashingMachine:()=>UD,LucideWarehouse:()=>VD,LucideWandSparkles:()=>B9,LucideWand2:()=>B9,LucideWand:()=>yD,LucideWallpaper:()=>wD,LucideWalletMinimal:()=>K9,LucideWalletCards:()=>OD,LucideWallet2:()=>K9,LucideWallet:()=>TD,LucideVote:()=>AD,LucideVolumeX:()=>FD,LucideVolumeOff:()=>$D,LucideVolume2:()=>KD,LucideVolume1:()=>BD,LucideVolume:()=>PD,LucideVolleyball:()=>zD,LucideVoicemail:()=>HD,LucideView:()=>qD,LucideVideotape:()=>WD,LucideVideoOff:()=>XD,LucideVideo:()=>GD,LucideVibrateOff:()=>QD,LucideVibrate:()=>YD,LucideVerified:()=>V7,LucideVenusAndMars:()=>JD,LucideVenus:()=>ZD,LucideVenetianMask:()=>eS,LucideVegan:()=>oS,LucideVectorSquare:()=>tS,LucideVault:()=>nS,LucideVariable:()=>iS,LucideVan:()=>cS,LucideUtilityPole:()=>aS,LucideUtensilsCrossed:()=>H9,LucideUtensils:()=>z9,LucideUsersRound:()=>q9,LucideUsers2:()=>q9,LucideUsers:()=>rS,LucideUserX2:()=>G9,LucideUserX:()=>sS,LucideUserStar:()=>dS,LucideUserSquare2:()=>u4,LucideUserSquare:()=>p4,LucideUserSearch:()=>lS,LucideUserRoundX:()=>G9,LucideUserRoundSearch:()=>pS,LucideUserRoundPlus:()=>Y9,LucideUserRoundPen:()=>uS,LucideUserRoundMinus:()=>X9,LucideUserRoundKey:()=>_S,LucideUserRoundCog:()=>Q9,LucideUserRoundCheck:()=>Z9,LucideUserRound:()=>W9,LucideUserPlus2:()=>Y9,LucideUserPlus:()=>mS,LucideUserPen:()=>gS,LucideUserMinus2:()=>X9,LucideUserMinus:()=>NS,LucideUserLock:()=>LS,LucideUserKey:()=>jS,LucideUserCog2:()=>Q9,LucideUserCog:()=>fS,LucideUserCircle2:()=>$8,LucideUserCircle:()=>F8,LucideUserCheck2:()=>Z9,LucideUserCheck:()=>IS,LucideUser2:()=>W9,LucideUser:()=>m5,LucideUsb:()=>xS,LucideUploadCloud:()=>T8,LucideUpload:()=>XJ,LucideUnplug:()=>hS,LucideUnlockKeyhole:()=>F6,LucideUnlock:()=>P6,LucideUnlink2:()=>RS,LucideUnlink:()=>vS,LucideUniversity:()=>J9,LucideUngroup:()=>MS,LucideUnfoldVertical:()=>DS,LucideUnfoldHorizontal:()=>SS,LucideUndoDot:()=>CS,LucideUndo2:()=>bS,LucideUndo:()=>ES,LucideUnderline:()=>kS,LucideUmbrellaOff:()=>VS,LucideUmbrella:()=>US,LucideTypeOutline:()=>yS,LucideType:()=>QJ,LucideTwitter:()=>TS,LucideTwitch:()=>wS,LucideTvMinimalPlay:()=>AS,LucideTvMinimal:()=>e4,LucideTv2:()=>e4,LucideTv:()=>OS,LucideTurtle:()=>PS,LucideTurntable:()=>$S,LucideTurkishLira:()=>FS,LucideTruckElectric:()=>KS,LucideTruck:()=>BS,LucideTrophy:()=>zS,LucideTriangleRight:()=>HS,LucideTriangleDashed:()=>WS,LucideTriangleAlert:()=>W5,LucideTriangle:()=>qS,LucideTrendingUpDown:()=>YS,LucideTrendingUp:()=>GS,LucideTrendingDown:()=>XS,LucideTrello:()=>QS,LucideTrees:()=>JS,LucideTreePine:()=>ZS,LucideTreePalm:()=>o4,LucideTreeDeciduous:()=>eC,LucideTrash2:()=>P0,LucideTrash:()=>oC,LucideTransgender:()=>tC,LucideTramFront:()=>t4,LucideTrainTrack:()=>iC,LucideTrainFrontTunnel:()=>cC,LucideTrainFront:()=>nC,LucideTrain:()=>t4,LucideTrafficCone:()=>aC,LucideTractor:()=>rC,LucideToyBrick:()=>sC,LucideTowerControl:()=>dC,LucideTowelRack:()=>lC,LucideTouchpadOff:()=>uC,LucideTouchpad:()=>pC,LucideTorus:()=>_C,LucideTornado:()=>mC,LucideToolbox:()=>gC,LucideToolCase:()=>NC,LucideToilet:()=>LC,LucideToggleRight:()=>jC,LucideToggleLeft:()=>IC,LucideTimerReset:()=>xC,LucideTimerOff:()=>hC,LucideTimer:()=>fC,LucideTicketsPlane:()=>EC,LucideTickets:()=>vC,LucideTicketX:()=>MC,LucideTicketSlash:()=>SC,LucideTicketPlus:()=>DC,LucideTicketPercent:()=>CC,LucideTicketMinus:()=>bC,LucideTicketCheck:()=>kC,LucideTicket:()=>RC,LucideThumbsUp:()=>UC,LucideThumbsDown:()=>VC,LucideThermometerSun:()=>yC,LucideThermometerSnowflake:()=>TC,LucideThermometer:()=>wC,LucideTheater:()=>OC,LucideTextWrap:()=>i4,LucideTextSelection:()=>n4,LucideTextSelect:()=>n4,LucideTextSearch:()=>AC,LucideTextQuote:()=>PC,LucideTextInitial:()=>c4,LucideTextCursorInput:()=>$C,LucideTextCursor:()=>FC,LucideTextAlignStart:()=>u2,LucideTextAlignJustify:()=>a4,LucideTextAlignEnd:()=>r4,LucideTextAlignCenter:()=>s4,LucideText:()=>u2,LucideTestTubes:()=>BC,LucideTestTubeDiagonal:()=>d4,LucideTestTube2:()=>d4,LucideTestTube:()=>KC,LucideTerminalSquare:()=>_4,LucideTerminal:()=>zC,LucideTentTree:()=>qC,LucideTent:()=>HC,LucideTelescope:()=>WC,LucideTarget:()=>GC,LucideTangent:()=>YC,LucideTally5:()=>QC,LucideTally4:()=>XC,LucideTally3:()=>ZC,LucideTally2:()=>JC,LucideTally1:()=>ob,LucideTags:()=>eb,LucideTag:()=>tb,LucideTablets:()=>ib,LucideTabletSmartphone:()=>cb,LucideTablet:()=>nb,LucideTableRowsSplit:()=>rb,LucideTableProperties:()=>db,LucideTableOfContents:()=>sb,LucideTableConfig:()=>R2,LucideTableColumnsSplit:()=>lb,LucideTableCellsSplit:()=>pb,LucideTableCellsMerge:()=>ub,LucideTable2:()=>_b,LucideTable:()=>ab,LucideSyringe:()=>mb,LucideSwords:()=>gb,LucideSword:()=>Lb,LucideSwitchCamera:()=>Nb,LucideSwissFranc:()=>jb,LucideSwatchBook:()=>fb,LucideSuperscript:()=>Ib,LucideSunset:()=>xb,LucideSunrise:()=>hb,LucideSunSnow:()=>Rb,LucideSunMoon:()=>Eb,LucideSunMedium:()=>Mb,LucideSunDim:()=>Db,LucideSun:()=>vb,LucideSubtitles:()=>D7,LucideSubscript:()=>Sb,LucideStrikethrough:()=>g5,LucideStretchVertical:()=>Cb,LucideStretchHorizontal:()=>bb,LucideStore:()=>kb,LucideStopCircle:()=>B8,LucideStone:()=>Vb,LucideStickyNote:()=>Ub,LucideSticker:()=>yb,LucideStethoscope:()=>wb,LucideStepForward:()=>Tb,LucideStepBack:()=>Ab,LucideStars:()=>l6,LucideStarOff:()=>Fb,LucideStarHalf:()=>Pb,LucideStar:()=>Ob,LucideStamp:()=>$b,LucideSquirrel:()=>Bb,LucideSquircleDashed:()=>zb,LucideSquircle:()=>Kb,LucideSquaresUnite:()=>Hb,LucideSquaresSubtract:()=>qb,LucideSquaresIntersect:()=>Gb,LucideSquaresExclude:()=>Wb,LucideSquareX:()=>l4,LucideSquareUserRound:()=>u4,LucideSquareUser:()=>p4,LucideSquareTerminal:()=>_4,LucideSquareStop:()=>Xb,LucideSquareStar:()=>Qb,LucideSquareStack:()=>Jb,LucideSquareSquare:()=>Zb,LucideSquareSplitVertical:()=>m4,LucideSquareSplitHorizontal:()=>g4,LucideSquareSlash:()=>L4,LucideSquareSigma:()=>N4,LucideSquareScissors:()=>j4,LucideSquareRoundCorner:()=>ek,LucideSquareRadical:()=>ok,LucideSquarePower:()=>f4,LucideSquarePlus:()=>I4,LucideSquarePlay:()=>x4,LucideSquarePilcrow:()=>h4,LucideSquarePi:()=>v4,LucideSquarePercent:()=>R4,LucideSquarePen:()=>r0,LucideSquarePause:()=>tk,LucideSquareParkingOff:()=>M4,LucideSquareParking:()=>E4,LucideSquareMousePointer:()=>D4,LucideSquareMinus:()=>S4,LucideSquareMenu:()=>C4,LucideSquareM:()=>b4,LucideSquareLibrary:()=>k4,LucideSquareKanban:()=>U4,LucideSquareGanttChart:()=>_2,LucideSquareFunction:()=>V4,LucideSquareEqual:()=>y4,LucideSquareDot:()=>w4,LucideSquareDivide:()=>T4,LucideSquareDashedTopSolid:()=>ik,LucideSquareDashedMousePointer:()=>A4,LucideSquareDashedKanban:()=>P4,LucideSquareDashedBottomCode:()=>nk,LucideSquareDashedBottom:()=>ck,LucideSquareDashed:()=>O4,LucideSquareCode:()=>F4,LucideSquareChevronUp:()=>$4,LucideSquareChevronRight:()=>B4,LucideSquareChevronLeft:()=>K4,LucideSquareChevronDown:()=>z4,LucideSquareCheckBig:()=>H4,LucideSquareCheck:()=>q4,LucideSquareChartGantt:()=>_2,LucideSquareCenterlineDashedVertical:()=>W4,LucideSquareCenterlineDashedHorizontal:()=>G4,LucideSquareBottomDashedScissors:()=>Y4,LucideSquareAsterisk:()=>X4,LucideSquareArrowUpRight:()=>Z4,LucideSquareArrowUpLeft:()=>J4,LucideSquareArrowUp:()=>Q4,LucideSquareArrowRightExit:()=>ak,LucideSquareArrowRightEnter:()=>rk,LucideSquareArrowRight:()=>e6,LucideSquareArrowOutUpRight:()=>o6,LucideSquareArrowOutUpLeft:()=>t6,LucideSquareArrowOutDownRight:()=>i6,LucideSquareArrowOutDownLeft:()=>n6,LucideSquareArrowLeft:()=>c6,LucideSquareArrowDownRight:()=>a6,LucideSquareArrowDownLeft:()=>s6,LucideSquareArrowDown:()=>r6,LucideSquareActivity:()=>d6,LucideSquare:()=>Yb,LucideSprout:()=>sk,LucideSprayCan:()=>dk,LucideSpotlight:()=>pk,LucideSpool:()=>lk,LucideSplitSquareVertical:()=>m4,LucideSplitSquareHorizontal:()=>g4,LucideSplit:()=>uk,LucideSplinePointer:()=>mk,LucideSpline:()=>_k,LucideSpellCheck2:()=>Nk,LucideSpellCheck:()=>gk,LucideSpeech:()=>Lk,LucideSpeaker:()=>jk,LucideSparkles:()=>l6,LucideSparkle:()=>fk,LucideSpade:()=>Ik,LucideSpace:()=>xk,LucideSoup:()=>vk,LucideSortDesc:()=>A7,LucideSortAsc:()=>w7,LucideSolarPanel:()=>hk,LucideSofa:()=>Rk,LucideSoapDispenserDroplet:()=>Ek,LucideSnowflake:()=>Mk,LucideSnail:()=>Sk,LucideSmilePlus:()=>Ck,LucideSmile:()=>Dk,LucideSmartphoneNfc:()=>kk,LucideSmartphoneCharging:()=>Uk,LucideSmartphone:()=>bk,LucideSlidersVertical:()=>p6,LucideSlidersHorizontal:()=>yk,LucideSliders:()=>p6,LucideSlice:()=>Vk,LucideSlashSquare:()=>L4,LucideSlash:()=>wk,LucideSlack:()=>Ok,LucideSkull:()=>Tk,LucideSkipForward:()=>Ak,LucideSkipBack:()=>Pk,LucideSiren:()=>Fk,LucideSignpostBig:()=>Bk,LucideSignpost:()=>$k,LucideSignature:()=>Kk,LucideSignalZero:()=>Hk,LucideSignalMedium:()=>qk,LucideSignalLow:()=>Gk,LucideSignalHigh:()=>Wk,LucideSignal:()=>zk,LucideSigmaSquare:()=>N4,LucideSigma:()=>Qk,LucideSidebarOpen:()=>D6,LucideSidebarClose:()=>S6,LucideSidebar:()=>E6,LucideShuffle:()=>Yk,LucideShrub:()=>Xk,LucideShrink:()=>Zk,LucideShrimp:()=>Jk,LucideShredder:()=>eU,LucideShowerHead:()=>oU,LucideShovel:()=>tU,LucideShoppingCart:()=>iU,LucideShoppingBasket:()=>cU,LucideShoppingBag:()=>nU,LucideShirt:()=>aU,LucideShipWheel:()=>sU,LucideShip:()=>rU,LucideShieldX:()=>u6,LucideShieldUser:()=>lU,LucideShieldQuestionMark:()=>_6,LucideShieldQuestion:()=>_6,LucideShieldPlus:()=>pU,LucideShieldOff:()=>_U,LucideShieldMinus:()=>uU,LucideShieldHalf:()=>mU,LucideShieldEllipsis:()=>gU,LucideShieldClose:()=>u6,LucideShieldCheck:()=>ZJ,LucideShieldBan:()=>LU,LucideShieldAlert:()=>NU,LucideShield:()=>dU,LucideShelvingUnit:()=>jU,LucideShell:()=>fU,LucideSheet:()=>IU,LucideShare2:()=>hU,LucideShare:()=>xU,LucideShapes:()=>vU,LucideSettings2:()=>N5,LucideSettings:()=>L5,LucideServerOff:()=>MU,LucideServerCrash:()=>DU,LucideServerCog:()=>EU,LucideServer:()=>RU,LucideSeparatorVertical:()=>SU,LucideSeparatorHorizontal:()=>CU,LucideSendToBack:()=>kU,LucideSendHorizontal:()=>m6,LucideSendHorizonal:()=>m6,LucideSend:()=>bU,LucideSection:()=>UU,LucideSearchX:()=>VU,LucideSearchSlash:()=>yU,LucideSearchCode:()=>wU,LucideSearchCheck:()=>TU,LucideSearchAlert:()=>OU,LucideSearch:()=>m2,LucideScrollText:()=>PU,LucideScroll:()=>AU,LucideScreenShareOff:()=>$U,LucideScreenShare:()=>FU,LucideScooter:()=>BU,LucideScissorsSquareDashedBottom:()=>Y4,LucideScissorsSquare:()=>j4,LucideScissorsLineDashed:()=>zU,LucideScissors:()=>KU,LucideSchool2:()=>J9,LucideSchool:()=>HU,LucideScatterChart:()=>m7,LucideScanText:()=>WU,LucideScanSearch:()=>YU,LucideScanQrCode:()=>GU,LucideScanLine:()=>XU,LucideScanHeart:()=>ZU,LucideScanFace:()=>QU,LucideScanEye:()=>JU,LucideScanBarcode:()=>eV,LucideScan:()=>qU,LucideScaling:()=>oV,LucideScale3d:()=>g6,LucideScale3D:()=>g6,LucideScale:()=>tV,LucideSaveOff:()=>nV,LucideSaveAll:()=>iV,LucideSave:()=>C0,LucideSaudiRiyal:()=>cV,LucideSatelliteDish:()=>rV,LucideSatellite:()=>aV,LucideSandwich:()=>sV,LucideSalad:()=>dV,LucideSailboat:()=>lV,LucideRussianRuble:()=>pV,LucideRulerDimensionLine:()=>_V,LucideRuler:()=>uV,LucideRss:()=>mV,LucideRows4:()=>gV,LucideRows3:()=>L6,LucideRows2:()=>N6,LucideRows:()=>N6,LucideRouter:()=>LV,LucideRouteOff:()=>jV,LucideRoute:()=>NV,LucideRotateCwSquare:()=>IV,LucideRotateCw:()=>fV,LucideRotateCcwSquare:()=>xV,LucideRotateCcwKey:()=>hV,LucideRotateCcw:()=>JJ,LucideRotate3d:()=>j6,LucideRotate3D:()=>j6,LucideRose:()=>vV,LucideRollerCoaster:()=>EV,LucideRockingChair:()=>RV,LucideRocket:()=>MV,LucideRibbon:()=>DV,LucideRewind:()=>SV,LucideReplyAll:()=>kV,LucideReply:()=>bV,LucideReplaceAll:()=>UV,LucideReplace:()=>CV,LucideRepeat2:()=>yV,LucideRepeat1:()=>wV,LucideRepeat:()=>VV,LucideRemoveFormatting:()=>OV,LucideRegex:()=>TV,LucideRefrigerator:()=>AV,LucideRefreshCwOff:()=>FV,LucideRefreshCw:()=>e9,LucideRefreshCcwDot:()=>PV,LucideRefreshCcw:()=>$V,LucideRedoDot:()=>KV,LucideRedo2:()=>zV,LucideRedo:()=>BV,LucideRecycle:()=>HV,LucideRectangleVertical:()=>qV,LucideRectangleHorizontal:()=>WV,LucideRectangleGoggles:()=>GV,LucideRectangleEllipsis:()=>f6,LucideRectangleCircle:()=>YV,LucideReceiptTurkishLira:()=>QV,LucideReceiptText:()=>ZV,LucideReceiptSwissFranc:()=>JV,LucideReceiptRussianRuble:()=>ey,LucideReceiptPoundSterling:()=>oy,LucideReceiptJapaneseYen:()=>ty,LucideReceiptIndianRupee:()=>iy,LucideReceiptEuro:()=>ny,LucideReceiptCent:()=>cy,LucideReceipt:()=>XV,LucideRatio:()=>ay,LucideRat:()=>ry,LucideRainbow:()=>sy,LucideRailSymbol:()=>dy,LucideRadius:()=>ly,LucideRadioTower:()=>uy,LucideRadioReceiver:()=>_y,LucideRadio:()=>py,LucideRadical:()=>my,LucideRadiation:()=>Ly,LucideRadar:()=>gy,LucideRabbit:()=>Ny,LucideQuote:()=>j5,LucideQrCode:()=>jy,LucidePyramid:()=>fy,LucidePuzzle:()=>Iy,LucideProportions:()=>xy,LucideProjector:()=>hy,LucidePrinterX:()=>Ry,LucidePrinterCheck:()=>Ey,LucidePrinter:()=>vy,LucidePresentation:()=>My,LucidePowerSquare:()=>f4,LucidePowerOff:()=>Sy,LucidePowerCircle:()=>z8,LucidePower:()=>Dy,LucidePoundSterling:()=>by,LucidePopsicle:()=>Cy,LucidePopcorn:()=>ky,LucidePointerOff:()=>Vy,LucidePointer:()=>Uy,LucidePodcast:()=>yy,LucidePocketKnife:()=>Ty,LucidePocket:()=>wy,LucidePlusSquare:()=>I4,LucidePlusCircle:()=>H8,LucidePlus:()=>F0,LucidePlugZap2:()=>I6,LucidePlugZap:()=>I6,LucidePlug2:()=>Ay,LucidePlug:()=>Oy,LucidePlaySquare:()=>x4,LucidePlayCircle:()=>q8,LucidePlay:()=>Py,LucidePlaneTakeoff:()=>$y,LucidePlaneLanding:()=>By,LucidePlane:()=>Fy,LucidePizza:()=>Ky,LucidePipette:()=>zy,LucidePinOff:()=>qy,LucidePin:()=>Hy,LucidePillBottle:()=>Yy,LucidePill:()=>Wy,LucidePilcrowSquare:()=>h4,LucidePilcrowRight:()=>Xy,LucidePilcrowLeft:()=>Qy,LucidePilcrow:()=>Gy,LucidePiggyBank:()=>Zy,LucidePieChart:()=>g7,LucidePictureInPicture2:()=>Jy,LucidePictureInPicture:()=>ew,LucidePickaxe:()=>ow,LucidePiano:()=>tw,LucidePiSquare:()=>v4,LucidePi:()=>iw,LucidePhoneOutgoing:()=>nw,LucidePhoneOff:()=>aw,LucidePhoneMissed:()=>rw,LucidePhoneIncoming:()=>sw,LucidePhoneForwarded:()=>dw,LucidePhoneCall:()=>lw,LucidePhone:()=>cw,LucidePhilippinePeso:()=>pw,LucidePersonStanding:()=>uw,LucidePercentSquare:()=>R4,LucidePercentDiamond:()=>k8,LucidePercentCircle:()=>W8,LucidePercent:()=>_w,LucidePentagon:()=>gw,LucidePencilRuler:()=>Lw,LucidePencilOff:()=>Nw,LucidePencilLine:()=>jw,LucidePencil:()=>mw,LucidePenTool:()=>fw,LucidePenSquare:()=>r0,LucidePenOff:()=>Iw,LucidePenLine:()=>x6,LucidePenBox:()=>r0,LucidePen:()=>P2,LucidePcCase:()=>xw,LucidePawPrint:()=>hw,LucidePauseOctagon:()=>U6,LucidePauseCircle:()=>G8,LucidePause:()=>vw,LucidePartyPopper:()=>Rw,LucideParkingSquareOff:()=>M4,LucideParkingSquare:()=>E4,LucideParkingMeter:()=>Ew,LucideParkingCircleOff:()=>X8,LucideParkingCircle:()=>Y8,LucideParentheses:()=>Mw,LucidePaperclip:()=>Dw,LucidePanelsTopLeft:()=>h6,LucidePanelsTopBottom:()=>L6,LucidePanelsRightBottom:()=>Sw,LucidePanelsLeftRight:()=>V8,LucidePanelsLeftBottom:()=>bw,LucidePanelTopOpen:()=>kw,LucidePanelTopInactive:()=>v6,LucidePanelTopDashed:()=>v6,LucidePanelTopClose:()=>Uw,LucidePanelTopBottomDashed:()=>yw,LucidePanelTop:()=>Cw,LucidePanelRightOpen:()=>ww,LucidePanelRightInactive:()=>R6,LucidePanelRightDashed:()=>R6,LucidePanelRightClose:()=>Tw,LucidePanelRight:()=>Vw,LucidePanelLeftRightDashed:()=>Ow,LucidePanelLeftOpen:()=>D6,LucidePanelLeftInactive:()=>M6,LucidePanelLeftDashed:()=>M6,LucidePanelLeftClose:()=>S6,LucidePanelLeft:()=>E6,LucidePanelBottomOpen:()=>Pw,LucidePanelBottomInactive:()=>C6,LucidePanelBottomDashed:()=>C6,LucidePanelBottomClose:()=>Fw,LucidePanelBottom:()=>Aw,LucidePanda:()=>$w,LucidePalmtree:()=>o4,LucidePalette:()=>Bw,LucidePaintbrushVertical:()=>b6,LucidePaintbrush2:()=>b6,LucidePaintbrush:()=>Kw,LucidePaintRoller:()=>zw,LucidePaintBucket:()=>Hw,LucidePackageX:()=>qw,LucidePackageSearch:()=>Ww,LucidePackagePlus:()=>Gw,LucidePackageOpen:()=>Yw,LucidePackageMinus:()=>Xw,LucidePackageCheck:()=>Qw,LucidePackage2:()=>Zw,LucidePackage:()=>g2,LucideOutdent:()=>j2,LucideOrigami:()=>Jw,LucideOrbit:()=>eT,LucideOption:()=>oT,LucideOmega:()=>iT,LucideOctagonX:()=>k6,LucideOctagonPause:()=>U6,LucideOctagonMinus:()=>nT,LucideOctagonAlert:()=>V6,LucideOctagon:()=>tT,LucideNutOff:()=>aT,LucideNut:()=>cT,LucideNotepadTextDashed:()=>dT,LucideNotepadText:()=>rT,LucideNotebookText:()=>lT,LucideNotebookTabs:()=>pT,LucideNotebookPen:()=>uT,LucideNotebook:()=>sT,LucideNonBinary:()=>_T,LucideNfc:()=>gT,LucideNewspaper:()=>mT,LucideNetwork:()=>LT,LucideNavigationOff:()=>NT,LucideNavigation2Off:()=>IT,LucideNavigation2:()=>fT,LucideNavigation:()=>jT,LucideMusic4:()=>hT,LucideMusic3:()=>vT,LucideMusic2:()=>RT,LucideMusic:()=>xT,LucideMoveVertical:()=>DT,LucideMoveUpRight:()=>ST,LucideMoveUpLeft:()=>CT,LucideMoveUp:()=>MT,LucideMoveRight:()=>bT,LucideMoveLeft:()=>kT,LucideMoveHorizontal:()=>UT,LucideMoveDownRight:()=>yT,LucideMoveDownLeft:()=>wT,LucideMoveDown:()=>VT,LucideMoveDiagonal2:()=>OT,LucideMoveDiagonal:()=>TT,LucideMove3d:()=>y6,LucideMove3D:()=>y6,LucideMove:()=>ET,LucideMouseRight:()=>PT,LucideMousePointerSquareDashed:()=>A4,LucideMousePointerClick:()=>$T,LucideMousePointerBan:()=>BT,LucideMousePointer2Off:()=>zT,LucideMousePointer2:()=>KT,LucideMousePointer:()=>FT,LucideMouseOff:()=>HT,LucideMouseLeft:()=>qT,LucideMouse:()=>AT,LucideMountainSnow:()=>GT,LucideMountain:()=>WT,LucideMotorbike:()=>YT,LucideMoreVertical:()=>C8,LucideMoreHorizontal:()=>S8,LucideMoonStar:()=>QT,LucideMoon:()=>XT,LucideMonitorX:()=>JT,LucideMonitorUp:()=>eO,LucideMonitorStop:()=>oO,LucideMonitorSpeaker:()=>tO,LucideMonitorSmartphone:()=>nO,LucideMonitorPlay:()=>iO,LucideMonitorPause:()=>cO,LucideMonitorOff:()=>aO,LucideMonitorDown:()=>rO,LucideMonitorDot:()=>sO,LucideMonitorCog:()=>dO,LucideMonitorCloud:()=>lO,LucideMonitorCheck:()=>pO,LucideMonitor:()=>ZT,LucideMirrorRound:()=>uO,LucideMirrorRectangular:()=>_O,LucideMinusSquare:()=>S4,LucideMinusCircle:()=>Q8,LucideMinus:()=>mO,LucideMinimize2:()=>LO,LucideMinimize:()=>gO,LucideMilkOff:()=>jO,LucideMilk:()=>NO,LucideMilestone:()=>IO,LucideMicrowave:()=>fO,LucideMicroscope:()=>xO,LucideMicrochip:()=>hO,LucideMicVocal:()=>w6,LucideMicOff:()=>RO,LucideMic2:()=>w6,LucideMic:()=>vO,LucideMetronome:()=>EO,LucideMessagesSquare:()=>MO,LucideMessageSquareX:()=>SO,LucideMessageSquareWarning:()=>bO,LucideMessageSquareText:()=>CO,LucideMessageSquareShare:()=>kO,LucideMessageSquareReply:()=>UO,LucideMessageSquareQuote:()=>VO,LucideMessageSquarePlus:()=>yO,LucideMessageSquareOff:()=>wO,LucideMessageSquareMore:()=>TO,LucideMessageSquareLock:()=>AO,LucideMessageSquareHeart:()=>OO,LucideMessageSquareDot:()=>PO,LucideMessageSquareDiff:()=>FO,LucideMessageSquareDashed:()=>$O,LucideMessageSquareCode:()=>BO,LucideMessageSquareCheck:()=>zO,LucideMessageSquare:()=>DO,LucideMessageCircleX:()=>HO,LucideMessageCircleWarning:()=>qO,LucideMessageCircleReply:()=>WO,LucideMessageCircleQuestionMark:()=>T6,LucideMessageCircleQuestion:()=>T6,LucideMessageCirclePlus:()=>GO,LucideMessageCircleOff:()=>YO,LucideMessageCircleMore:()=>QO,LucideMessageCircleHeart:()=>ZO,LucideMessageCircleDashed:()=>XO,LucideMessageCircleCode:()=>eA,LucideMessageCircleCheck:()=>JO,LucideMessageCircle:()=>KO,LucideMerge:()=>oA,LucideMenuSquare:()=>C4,LucideMenu:()=>tA,LucideMemoryStick:()=>iA,LucideMeh:()=>nA,LucideMegaphoneOff:()=>rA,LucideMegaphone:()=>cA,LucideMedal:()=>aA,LucideMaximize2:()=>dA,LucideMaximize:()=>sA,LucideMartini:()=>lA,LucideMarsStroke:()=>uA,LucideMars:()=>pA,LucideMapPlus:()=>mA,LucideMapPinned:()=>gA,LucideMapPinXInside:()=>jA,LucideMapPinX:()=>NA,LucideMapPinPlusInside:()=>IA,LucideMapPinPlus:()=>fA,LucideMapPinPen:()=>O6,LucideMapPinOff:()=>xA,LucideMapPinMinusInside:()=>vA,LucideMapPinMinus:()=>hA,LucideMapPinHouse:()=>RA,LucideMapPinCheckInside:()=>MA,LucideMapPinCheck:()=>EA,LucideMapPin:()=>LA,LucideMapMinus:()=>DA,LucideMap:()=>_A,LucideMails:()=>SA,LucideMailbox:()=>CA,LucideMailX:()=>kA,LucideMailWarning:()=>VA,LucideMailSearch:()=>UA,LucideMailQuestionMark:()=>A6,LucideMailQuestion:()=>A6,LucideMailPlus:()=>yA,LucideMailOpen:()=>wA,LucideMailMinus:()=>TA,LucideMailCheck:()=>OA,LucideMail:()=>bA,LucideMagnet:()=>AA,LucideMSquare:()=>b4,LucideLuggage:()=>PA,LucideLollipop:()=>FA,LucideLogs:()=>$A,LucideLogOut:()=>o9,LucideLogIn:()=>BA,LucideLockOpen:()=>P6,LucideLockKeyholeOpen:()=>F6,LucideLockKeyhole:()=>KA,LucideLock:()=>L2,LucideLocationEdit:()=>O6,LucideLocateOff:()=>HA,LucideLocateFixed:()=>qA,LucideLocate:()=>zA,LucideLoaderPinwheel:()=>GA,LucideLoaderCircle:()=>Z1,LucideLoader2:()=>Z1,LucideLoader:()=>WA,LucideListX:()=>YA,LucideListVideo:()=>XA,LucideListTree:()=>QA,LucideListTodo:()=>JA,LucideListStart:()=>ZA,LucideListRestart:()=>eP,LucideListPlus:()=>oP,LucideListOrdered:()=>I5,LucideListMusic:()=>tP,LucideListMinus:()=>iP,LucideListIndentIncrease:()=>N2,LucideListIndentDecrease:()=>j2,LucideListFilterPlus:()=>cP,LucideListFilter:()=>nP,LucideListEnd:()=>aP,LucideListCollapse:()=>rP,LucideListChevronsUpDown:()=>sP,LucideListChevronsDownUp:()=>dP,LucideListChecks:()=>lP,LucideListCheck:()=>pP,LucideList:()=>f5,LucideLinkedin:()=>uP,LucideLink2Off:()=>mP,LucideLink2:()=>_P,LucideLink:()=>f2,LucideLineSquiggle:()=>LP,LucideLineDotRightHorizontal:()=>gP,LucideLineChart:()=>f7,LucideLightbulbOff:()=>jP,LucideLightbulb:()=>NP,LucideLigature:()=>IP,LucideLifeBuoy:()=>fP,LucideLibrarySquare:()=>k4,LucideLibraryBig:()=>hP,LucideLibrary:()=>xP,LucideLetterText:()=>c4,LucideLensConvex:()=>vP,LucideLensConcave:()=>RP,LucideLectern:()=>EP,LucideLeafyGreen:()=>MP,LucideLeaf:()=>DP,LucideLayoutTemplate:()=>SP,LucideLayoutPanelTop:()=>bP,LucideLayoutPanelLeft:()=>CP,LucideLayoutList:()=>t9,LucideLayoutGrid:()=>kP,LucideLayoutDashboard:()=>i9,LucideLayout:()=>h6,LucideLayersPlus:()=>UP,LucideLayers3:()=>$6,LucideLayers2:()=>VP,LucideLayers:()=>$6,LucideLaugh:()=>wP,LucideLassoSelect:()=>TP,LucideLasso:()=>yP,LucideLaptopMinimalCheck:()=>AP,LucideLaptopMinimal:()=>B6,LucideLaptop2:()=>B6,LucideLaptop:()=>OP,LucideLanguages:()=>PP,LucideLandmark:()=>FP,LucideLandPlot:()=>$P,LucideLampWallUp:()=>BP,LucideLampWallDown:()=>HP,LucideLampFloor:()=>zP,LucideLampDesk:()=>qP,LucideLampCeiling:()=>WP,LucideLamp:()=>KP,LucideKeyboardOff:()=>GP,LucideKeyboardMusic:()=>XP,LucideKeyboard:()=>YP,LucideKeySquare:()=>QP,LucideKeyRound:()=>ZP,LucideKey:()=>n9,LucideKayak:()=>JP,LucideKanbanSquareDashed:()=>P4,LucideKanbanSquare:()=>U4,LucideKanban:()=>oF,LucideJoystick:()=>eF,LucideJapaneseYen:()=>tF,LucideIterationCw:()=>iF,LucideIterationCcw:()=>nF,LucideItalic:()=>x5,LucideInstagram:()=>cF,LucideInspectionPanel:()=>rF,LucideInspect:()=>D4,LucideInfo:()=>G5,LucideInfinity:()=>aF,LucideIndianRupee:()=>sF,LucideIndentIncrease:()=>N2,LucideIndentDecrease:()=>j2,LucideIndent:()=>N2,LucideInbox:()=>c9,LucideImport:()=>dF,LucideImages:()=>lF,LucideImageUpscale:()=>pF,LucideImageUp:()=>uF,LucideImagePlus:()=>_F,LucideImagePlay:()=>mF,LucideImageOff:()=>gF,LucideImageMinus:()=>LF,LucideImageDown:()=>NF,LucideImage:()=>a1,LucideIdCardLanyard:()=>fF,LucideIdCard:()=>jF,LucideIceCreamCone:()=>K6,LucideIceCreamBowl:()=>z6,LucideIceCream2:()=>z6,LucideIceCream:()=>K6,LucideHouseWifi:()=>xF,LucideHousePlus:()=>IF,LucideHousePlug:()=>hF,LucideHouseHeart:()=>vF,LucideHouse:()=>Y5,LucideHourglass:()=>EF,LucideHotel:()=>RF,LucideHospital:()=>MF,LucideHopOff:()=>SF,LucideHop:()=>DF,LucideHome:()=>Y5,LucideHistory:()=>a9,LucideHighlighter:()=>CF,LucideHexagon:()=>bF,LucideHelpingHand:()=>H6,LucideHelpCircle:()=>E2,LucideHelicopter:()=>kF,LucideHeater:()=>VF,LucideHeartPulse:()=>yF,LucideHeartPlus:()=>wF,LucideHeartOff:()=>TF,LucideHeartMinus:()=>OF,LucideHeartHandshake:()=>AF,LucideHeartCrack:()=>PF,LucideHeart:()=>UF,LucideHeadset:()=>FF,LucideHeadphones:()=>BF,LucideHeadphoneOff:()=>$F,LucideHeading6:()=>zF,LucideHeading5:()=>HF,LucideHeading4:()=>qF,LucideHeading3:()=>WF,LucideHeading2:()=>h5,LucideHeading1:()=>v5,LucideHeading:()=>KF,LucideHdmiPort:()=>GF,LucideHd:()=>YF,LucideHaze:()=>XF,LucideHatGlasses:()=>ZF,LucideHash:()=>QF,LucideHardHat:()=>JF,LucideHardDriveUpload:()=>o$,LucideHardDriveDownload:()=>t$,LucideHardDrive:()=>e$,LucideHandshake:()=>i$,LucideHandbag:()=>n$,LucideHandPlatter:()=>r$,LucideHandMetal:()=>a$,LucideHandHelping:()=>H6,LucideHandHeart:()=>s$,LucideHandGrab:()=>q6,LucideHandFist:()=>d$,LucideHandCoins:()=>l$,LucideHand:()=>c$,LucideHammer:()=>u$,LucideHamburger:()=>p$,LucideHam:()=>_$,LucideGuitar:()=>m$,LucideGroup:()=>g$,LucideGripVertical:()=>L$,LucideGripHorizontal:()=>j$,LucideGrip:()=>N$,LucideGrid3x3:()=>Q2,LucideGrid3x2:()=>f$,LucideGrid3X3:()=>Q2,LucideGrid2x2X:()=>G6,LucideGrid2x2Plus:()=>Y6,LucideGrid2x2Check:()=>X6,LucideGrid2x2:()=>W6,LucideGrid2X2X:()=>G6,LucideGrid2X2Plus:()=>Y6,LucideGrid2X2Check:()=>X6,LucideGrid2X2:()=>W6,LucideGrid:()=>Q2,LucideGrape:()=>I$,LucideGraduationCap:()=>x$,LucideGrab:()=>q6,LucideGpu:()=>v$,LucideGoal:()=>h$,LucideGlobeX:()=>R$,LucideGlobeOff:()=>E$,LucideGlobeLock:()=>M$,LucideGlobe2:()=>b8,LucideGlobe:()=>X5,LucideGlasses:()=>D$,LucideGlassWater:()=>S$,LucideGitlab:()=>C$,LucideGithub:()=>b$,LucideGitPullRequestDraft:()=>U$,LucideGitPullRequestCreateArrow:()=>V$,LucideGitPullRequestCreate:()=>y$,LucideGitPullRequestClosed:()=>w$,LucideGitPullRequestArrow:()=>T$,LucideGitPullRequest:()=>k$,LucideGitMergeConflict:()=>A$,LucideGitMerge:()=>O$,LucideGitGraph:()=>P$,LucideGitFork:()=>F$,LucideGitCompareArrows:()=>$$,LucideGitCompare:()=>B$,LucideGitCommitVertical:()=>K$,LucideGitCommitHorizontal:()=>Q6,LucideGitCommit:()=>Q6,LucideGitBranchPlus:()=>H$,LucideGitBranchMinus:()=>q$,LucideGitBranch:()=>z$,LucideGift:()=>W$,LucideGhost:()=>G$,LucideGeorgianLari:()=>Y$,LucideGem:()=>X$,LucideGavel:()=>Q$,LucideGaugeCircle:()=>Z8,LucideGauge:()=>J$,LucideGanttChartSquare:()=>_2,LucideGanttChart:()=>L7,LucideGamepadDirectional:()=>eB,LucideGamepad2:()=>oB,LucideGamepad:()=>Z$,LucideGalleryVerticalEnd:()=>iB,LucideGalleryVertical:()=>tB,LucideGalleryThumbnails:()=>nB,LucideGalleryHorizontalEnd:()=>aB,LucideGalleryHorizontal:()=>cB,LucideFunnelX:()=>J6,LucideFunnelPlus:()=>rB,LucideFunnel:()=>Z6,LucideFunctionSquare:()=>V4,LucideFullscreen:()=>sB,LucideFuel:()=>dB,LucideFrown:()=>lB,LucideFramer:()=>pB,LucideFrame:()=>uB,LucideForward:()=>_B,LucideFormInput:()=>f6,LucideForm:()=>gB,LucideForklift:()=>mB,LucideForkKnifeCrossed:()=>H9,LucideForkKnife:()=>z9,LucideFootprints:()=>LB,LucideFolders:()=>fB,LucideFolderX:()=>jB,LucideFolderUp:()=>IB,LucideFolderTree:()=>xB,LucideFolderSync:()=>hB,LucideFolderSymlink:()=>RB,LucideFolderSearch2:()=>vB,LucideFolderSearch:()=>EB,LucideFolderRoot:()=>MB,LucideFolderPlus:()=>I2,LucideFolderPen:()=>e8,LucideFolderOutput:()=>DB,LucideFolderOpenDot:()=>CB,LucideFolderOpen:()=>SB,LucideFolderMinus:()=>bB,LucideFolderLock:()=>kB,LucideFolderKey:()=>UB,LucideFolderKanban:()=>VB,LucideFolderInput:()=>yB,LucideFolderHeart:()=>wB,LucideFolderGit2:()=>OB,LucideFolderGit:()=>TB,LucideFolderEdit:()=>e8,LucideFolderDown:()=>AB,LucideFolderDot:()=>PB,LucideFolderCog2:()=>o8,LucideFolderCog:()=>o8,LucideFolderCode:()=>FB,LucideFolderClosed:()=>$B,LucideFolderClock:()=>BB,LucideFolderCheck:()=>KB,LucideFolderArchive:()=>zB,LucideFolder:()=>NB,LucideFoldVertical:()=>HB,LucideFoldHorizontal:()=>qB,LucideFocus:()=>WB,LucideFlower2:()=>YB,LucideFlower:()=>GB,LucideFlipVertical2:()=>XB,LucideFlipVertical:()=>W4,LucideFlipHorizontal2:()=>QB,LucideFlipHorizontal:()=>G4,LucideFlaskRound:()=>ZB,LucideFlaskConicalOff:()=>eK,LucideFlaskConical:()=>JB,LucideFlashlightOff:()=>tK,LucideFlashlight:()=>oK,LucideFlameKindling:()=>iK,LucideFlame:()=>nK,LucideFlagTriangleRight:()=>aK,LucideFlagTriangleLeft:()=>rK,LucideFlagOff:()=>sK,LucideFlag:()=>cK,LucideFishingRod:()=>dK,LucideFishingHook:()=>pK,LucideFishSymbol:()=>uK,LucideFishOff:()=>_K,LucideFish:()=>lK,LucideFireExtinguisher:()=>mK,LucideFingerprintPattern:()=>t8,LucideFingerprint:()=>t8,LucideFilterX:()=>J6,LucideFilter:()=>Z6,LucideFilm:()=>gK,LucideFiles:()=>LK,LucideFileXCorner:()=>i8,LucideFileX2:()=>i8,LucideFileX:()=>NK,LucideFileWarning:()=>L8,LucideFileVolume2:()=>a8,LucideFileVolume:()=>jK,LucideFileVideoCamera:()=>n8,LucideFileVideo2:()=>n8,LucideFileVideo:()=>l8,LucideFileUser:()=>IK,LucideFileUp:()=>fK,LucideFileTypeCorner:()=>c8,LucideFileType2:()=>c8,LucideFileType:()=>xK,LucideFileText:()=>h2,LucideFileTerminal:()=>hK,LucideFileSymlink:()=>vK,LucideFileStack:()=>RK,LucideFileSpreadsheet:()=>EK,LucideFileSliders:()=>MK,LucideFileSignature:()=>u8,LucideFileSignal:()=>a8,LucideFileSearchCorner:()=>r8,LucideFileSearch2:()=>r8,LucideFileSearch:()=>DK,LucideFileScan:()=>SK,LucideFileQuestionMark:()=>s8,LucideFileQuestion:()=>s8,LucideFilePlusCorner:()=>d8,LucideFilePlus2:()=>d8,LucideFilePlus:()=>CK,LucideFilePlay:()=>l8,LucideFilePieChart:()=>x8,LucideFilePenLine:()=>u8,LucideFilePen:()=>p8,LucideFileOutput:()=>bK,LucideFileMusic:()=>kK,LucideFileMinusCorner:()=>_8,LucideFileMinus2:()=>_8,LucideFileMinus:()=>UK,LucideFileLock2:()=>m8,LucideFileLock:()=>m8,LucideFileLineChart:()=>I8,LucideFileKey2:()=>g8,LucideFileKey:()=>g8,LucideFileJson2:()=>E8,LucideFileJson:()=>v8,LucideFileInput:()=>VK,LucideFileImage:()=>yK,LucideFileHeart:()=>wK,LucideFileHeadphone:()=>v2,LucideFileExclamationPoint:()=>L8,LucideFileEdit:()=>p8,LucideFileDown:()=>TK,LucideFileDigit:()=>OK,LucideFileDiff:()=>AK,LucideFileCog2:()=>N8,LucideFileCog:()=>N8,LucideFileCodeCorner:()=>j8,LucideFileCode2:()=>j8,LucideFileCode:()=>PK,LucideFileClock:()=>FK,LucideFileCheckCorner:()=>f8,LucideFileCheck2:()=>f8,LucideFileCheck:()=>$K,LucideFileChartPie:()=>x8,LucideFileChartLine:()=>I8,LucideFileChartColumnIncreasing:()=>R8,LucideFileChartColumn:()=>h8,LucideFileBracesCorner:()=>E8,LucideFileBraces:()=>v8,LucideFileBox:()=>BK,LucideFileBarChart2:()=>h8,LucideFileBarChart:()=>R8,LucideFileBadge2:()=>M8,LucideFileBadge:()=>M8,LucideFileAxis3d:()=>D8,LucideFileAxis3D:()=>D8,LucideFileAudio2:()=>v2,LucideFileAudio:()=>v2,LucideFileArchive:()=>KK,LucideFile:()=>x2,LucideFigma:()=>zK,LucideFerrisWheel:()=>HK,LucideFence:()=>qK,LucideFeather:()=>WK,LucideFastForward:()=>GK,LucideFan:()=>YK,LucideFactory:()=>XK,LucideFacebook:()=>QK,LucideEyeOff:()=>ZK,LucideEyeClosed:()=>JK,LucideEye:()=>R5,LucideExternalLink:()=>r9,LucideExpand:()=>ez,LucideEvCharger:()=>oz,LucideEuro:()=>tz,LucideEthernetPort:()=>nz,LucideEraser:()=>iz,LucideEqualSquare:()=>y4,LucideEqualNot:()=>az,LucideEqualApproximately:()=>rz,LucideEqual:()=>cz,LucideEllipsisVertical:()=>C8,LucideEllipsis:()=>S8,LucideEllipse:()=>sz,LucideEggOff:()=>lz,LucideEggFried:()=>pz,LucideEgg:()=>dz,LucideEdit3:()=>x6,LucideEdit2:()=>P2,LucideEdit:()=>r0,LucideEclipse:()=>uz,LucideEarthLock:()=>_z,LucideEarth:()=>b8,LucideEarOff:()=>mz,LucideEar:()=>gz,LucideDumbbell:()=>Lz,LucideDrumstick:()=>Nz,LucideDrum:()=>jz,LucideDroplets:()=>fz,LucideDropletOff:()=>xz,LucideDroplet:()=>Iz,LucideDrone:()=>hz,LucideDrill:()=>vz,LucideDribbble:()=>Rz,LucideDrama:()=>Ez,LucideDraftingCompass:()=>Mz,LucideDownloadCloud:()=>O8,LucideDownload:()=>s9,LucideDotSquare:()=>w4,LucideDot:()=>Dz,LucideDoorOpen:()=>Cz,LucideDoorClosedLocked:()=>bz,LucideDoorClosed:()=>Sz,LucideDonut:()=>Uz,LucideDollarSign:()=>kz,LucideDog:()=>Vz,LucideDock:()=>yz,LucideDnaOff:()=>Tz,LucideDna:()=>wz,LucideDivideSquare:()=>T4,LucideDivideCircle:()=>e7,LucideDivide:()=>Oz,LucideDiscAlbum:()=>Fz,LucideDisc3:()=>Pz,LucideDisc2:()=>$z,LucideDisc:()=>Az,LucideDiff:()=>Bz,LucideDices:()=>Kz,LucideDice6:()=>zz,LucideDice5:()=>Hz,LucideDice4:()=>qz,LucideDice3:()=>Wz,LucideDice2:()=>Gz,LucideDice1:()=>Yz,LucideDiamondPlus:()=>Qz,LucideDiamondPercent:()=>k8,LucideDiamondMinus:()=>Zz,LucideDiamond:()=>Xz,LucideDiameter:()=>Jz,LucideDessert:()=>eH,LucideDelete:()=>oH,LucideDecimalsArrowRight:()=>tH,LucideDecimalsArrowLeft:()=>iH,LucideDatabaseZap:()=>nH,LucideDatabaseSearch:()=>cH,LucideDatabaseBackup:()=>aH,LucideDatabase:()=>E5,LucideDam:()=>rH,LucideCylinder:()=>sH,LucideCurrency:()=>lH,LucideCurlyBraces:()=>S7,LucideCupSoda:()=>dH,LucideCuboid:()=>pH,LucideCrown:()=>uH,LucideCrosshair:()=>_H,LucideCross:()=>gH,LucideCrop:()=>mH,LucideCroissant:()=>LH,LucideCreditCard:()=>NH,LucideCreativeCommons:()=>jH,LucideCpu:()=>fH,LucideCornerUpRight:()=>IH,LucideCornerUpLeft:()=>xH,LucideCornerRightUp:()=>hH,LucideCornerRightDown:()=>RH,LucideCornerLeftUp:()=>vH,LucideCornerLeftDown:()=>EH,LucideCornerDownRight:()=>MH,LucideCornerDownLeft:()=>DH,LucideCopyright:()=>SH,LucideCopyleft:()=>CH,LucideCopyX:()=>bH,LucideCopySlash:()=>kH,LucideCopyPlus:()=>UH,LucideCopyMinus:()=>VH,LucideCopyCheck:()=>yH,LucideCopy:()=>d9,LucideCookingPot:()=>wH,LucideCookie:()=>TH,LucideContrast:()=>OH,LucideContainer:()=>AH,LucideContactRound:()=>U8,LucideContact2:()=>U8,LucideContact:()=>PH,LucideConstruction:()=>FH,LucideCone:()=>$H,LucideConciergeBell:()=>BH,LucideComputer:()=>KH,LucideComponent:()=>zH,LucideCompass:()=>qH,LucideCommand:()=>HH,LucideCombine:()=>WH,LucideColumnsSettings:()=>R2,LucideColumns4:()=>GH,LucideColumns3Cog:()=>R2,LucideColumns3:()=>V8,LucideColumns2:()=>y8,LucideColumns:()=>y8,LucideCoins:()=>YH,LucideCog:()=>XH,LucideCoffee:()=>QH,LucideCodesandbox:()=>ZH,LucideCodepen:()=>JH,LucideCodeXml:()=>w8,LucideCodeSquare:()=>F4,LucideCode2:()=>w8,LucideCode:()=>M5,LucideClub:()=>eq,LucideClover:()=>oq,LucideCloudy:()=>tq,LucideCloudUpload:()=>T8,LucideCloudSync:()=>nq,LucideCloudSunRain:()=>aq,LucideCloudSun:()=>cq,LucideCloudSnow:()=>rq,LucideCloudRainWind:()=>dq,LucideCloudRain:()=>sq,LucideCloudOff:()=>lq,LucideCloudMoonRain:()=>uq,LucideCloudMoon:()=>pq,LucideCloudLightning:()=>_q,LucideCloudHail:()=>mq,LucideCloudFog:()=>gq,LucideCloudDrizzle:()=>Lq,LucideCloudDownload:()=>O8,LucideCloudCog:()=>Nq,LucideCloudCheck:()=>jq,LucideCloudBackup:()=>Iq,LucideCloudAlert:()=>fq,LucideCloud:()=>iq,LucideClosedCaption:()=>xq,LucideClockPlus:()=>vq,LucideClockFading:()=>Rq,LucideClockCheck:()=>Eq,LucideClockArrowUp:()=>Mq,LucideClockArrowDown:()=>Dq,LucideClockAlert:()=>Sq,LucideClock9:()=>Cq,LucideClock8:()=>bq,LucideClock7:()=>kq,LucideClock6:()=>Uq,LucideClock5:()=>Vq,LucideClock4:()=>yq,LucideClock3:()=>wq,LucideClock2:()=>Tq,LucideClock12:()=>Oq,LucideClock11:()=>Aq,LucideClock10:()=>Pq,LucideClock1:()=>Fq,LucideClock:()=>hq,LucideClipboardX:()=>Bq,LucideClipboardType:()=>Kq,LucideClipboardSignature:()=>P8,LucideClipboardPlus:()=>zq,LucideClipboardPenLine:()=>P8,LucideClipboardPen:()=>A8,LucideClipboardPaste:()=>Hq,LucideClipboardMinus:()=>qq,LucideClipboardList:()=>Gq,LucideClipboardEdit:()=>A8,LucideClipboardCopy:()=>Wq,LucideClipboardClock:()=>Yq,LucideClipboardCheck:()=>Xq,LucideClipboard:()=>$q,LucideClapperboard:()=>Qq,LucideCitrus:()=>Zq,LucideCircuitBoard:()=>Jq,LucideCircleX:()=>Q5,LucideCircleUserRound:()=>$8,LucideCircleUser:()=>F8,LucideCircleStop:()=>B8,LucideCircleStar:()=>oW,LucideCircleSmall:()=>tW,LucideCircleSlashed:()=>K8,LucideCircleSlash2:()=>K8,LucideCircleSlash:()=>iW,LucideCircleQuestionMark:()=>E2,LucideCirclePower:()=>z8,LucideCirclePoundSterling:()=>nW,LucideCirclePlus:()=>H8,LucideCirclePlay:()=>q8,LucideCirclePile:()=>cW,LucideCirclePercent:()=>W8,LucideCirclePause:()=>G8,LucideCircleParkingOff:()=>X8,LucideCircleParking:()=>Y8,LucideCircleOff:()=>aW,LucideCircleMinus:()=>Q8,LucideCircleHelp:()=>E2,LucideCircleGauge:()=>Z8,LucideCircleFadingPlus:()=>rW,LucideCircleFadingArrowUp:()=>sW,LucideCircleEqual:()=>dW,LucideCircleEllipsis:()=>lW,LucideCircleDotDashed:()=>uW,LucideCircleDot:()=>pW,LucideCircleDollarSign:()=>_W,LucideCircleDivide:()=>e7,LucideCircleDashed:()=>mW,LucideCircleChevronUp:()=>J8,LucideCircleChevronRight:()=>o7,LucideCircleChevronLeft:()=>i7,LucideCircleChevronDown:()=>t7,LucideCircleCheckBig:()=>Z5,LucideCircleCheck:()=>n7,LucideCircleArrowUp:()=>c7,LucideCircleArrowRight:()=>a7,LucideCircleArrowOutUpRight:()=>r7,LucideCircleArrowOutUpLeft:()=>s7,LucideCircleArrowOutDownRight:()=>d7,LucideCircleArrowOutDownLeft:()=>l7,LucideCircleArrowLeft:()=>p7,LucideCircleArrowDown:()=>u7,LucideCircleAlert:()=>Y0,LucideCircle:()=>eW,LucideCigaretteOff:()=>LW,LucideCigarette:()=>gW,LucideChurch:()=>NW,LucideChromium:()=>_7,LucideChrome:()=>_7,LucideChevronsUpDown:()=>fW,LucideChevronsUp:()=>jW,LucideChevronsRightLeft:()=>xW,LucideChevronsRight:()=>IW,LucideChevronsLeftRightEllipsis:()=>RW,LucideChevronsLeftRight:()=>vW,LucideChevronsLeft:()=>hW,LucideChevronsDownUp:()=>EW,LucideChevronsDown:()=>MW,LucideChevronUpSquare:()=>$4,LucideChevronUpCircle:()=>J8,LucideChevronUp:()=>DW,LucideChevronRightSquare:()=>B4,LucideChevronRightCircle:()=>o7,LucideChevronRight:()=>b0,LucideChevronLeftSquare:()=>K4,LucideChevronLeftCircle:()=>i7,LucideChevronLeft:()=>M2,LucideChevronLast:()=>SW,LucideChevronFirst:()=>CW,LucideChevronDownSquare:()=>z4,LucideChevronDownCircle:()=>t7,LucideChevronDown:()=>D2,LucideChessRook:()=>bW,LucideChessQueen:()=>UW,LucideChessPawn:()=>kW,LucideChessKnight:()=>VW,LucideChessKing:()=>yW,LucideChessBishop:()=>wW,LucideCherry:()=>OW,LucideChefHat:()=>TW,LucideCheckSquare2:()=>q4,LucideCheckSquare:()=>H4,LucideCheckLine:()=>AW,LucideCheckCircle2:()=>n7,LucideCheckCircle:()=>Z5,LucideCheckCheck:()=>FW,LucideCheck:()=>s0,LucideChartSpline:()=>PW,LucideChartScatter:()=>m7,LucideChartPie:()=>g7,LucideChartNoAxesGantt:()=>L7,LucideChartNoAxesCombined:()=>$W,LucideChartNoAxesColumnIncreasing:()=>j7,LucideChartNoAxesColumnDecreasing:()=>BW,LucideChartNoAxesColumn:()=>N7,LucideChartNetwork:()=>KW,LucideChartLine:()=>f7,LucideChartGantt:()=>zW,LucideChartColumnStacked:()=>HW,LucideChartColumnIncreasing:()=>x7,LucideChartColumnDecreasing:()=>qW,LucideChartColumnBig:()=>h7,LucideChartColumn:()=>I7,LucideChartCandlestick:()=>v7,LucideChartBarStacked:()=>WW,LucideChartBarIncreasing:()=>GW,LucideChartBarDecreasing:()=>YW,LucideChartBarBig:()=>E7,LucideChartBar:()=>R7,LucideChartArea:()=>M7,LucideCctv:()=>XW,LucideCat:()=>QW,LucideCastle:()=>ZW,LucideCast:()=>JW,LucideCassetteTape:()=>eG,LucideCaseUpper:()=>oG,LucideCaseSensitive:()=>iG,LucideCaseLower:()=>tG,LucideCarrot:()=>nG,LucideCardSim:()=>cG,LucideCaravan:()=>aG,LucideCarTaxiFront:()=>sG,LucideCarFront:()=>dG,LucideCar:()=>rG,LucideCaptionsOff:()=>lG,LucideCaptions:()=>D7,LucideCannabisOff:()=>pG,LucideCannabis:()=>uG,LucideCandyOff:()=>_G,LucideCandyCane:()=>gG,LucideCandy:()=>mG,LucideCandlestickChart:()=>v7,LucideCameraOff:()=>NG,LucideCamera:()=>LG,LucideCalendars:()=>jG,LucideCalendarX2:()=>xG,LucideCalendarX:()=>IG,LucideCalendarSync:()=>hG,LucideCalendarSearch:()=>vG,LucideCalendarRange:()=>RG,LucideCalendarPlus2:()=>MG,LucideCalendarPlus:()=>EG,LucideCalendarOff:()=>DG,LucideCalendarMinus2:()=>CG,LucideCalendarMinus:()=>SG,LucideCalendarHeart:()=>bG,LucideCalendarFold:()=>kG,LucideCalendarDays:()=>UG,LucideCalendarCog:()=>VG,LucideCalendarClock:()=>yG,LucideCalendarCheck2:()=>TG,LucideCalendarCheck:()=>wG,LucideCalendarArrowUp:()=>OG,LucideCalendarArrowDown:()=>AG,LucideCalendar1:()=>PG,LucideCalendar:()=>fG,LucideCalculator:()=>FG,LucideCakeSlice:()=>BG,LucideCake:()=>$G,LucideCableCar:()=>zG,LucideCable:()=>KG,LucideBusFront:()=>qG,LucideBus:()=>HG,LucideBuilding2:()=>GG,LucideBuilding:()=>WG,LucideBugPlay:()=>XG,LucideBugOff:()=>QG,LucideBug:()=>YG,LucideBubbles:()=>ZG,LucideBrushCleaning:()=>JG,LucideBrush:()=>eY,LucideBringToFront:()=>oY,LucideBriefcaseMedical:()=>iY,LucideBriefcaseConveyorBelt:()=>nY,LucideBriefcaseBusiness:()=>cY,LucideBriefcase:()=>tY,LucideBrickWallShield:()=>rY,LucideBrickWallFire:()=>sY,LucideBrickWall:()=>aY,LucideBrainCog:()=>pY,LucideBrainCircuit:()=>lY,LucideBrain:()=>dY,LucideBrackets:()=>uY,LucideBraces:()=>S7,LucideBoxes:()=>_Y,LucideBoxSelect:()=>O4,LucideBox:()=>mY,LucideBowArrow:()=>gY,LucideBottleWine:()=>LY,LucideBotOff:()=>jY,LucideBotMessageSquare:()=>fY,LucideBot:()=>NY,LucideBoomBox:()=>IY,LucideBookmarkX:()=>hY,LucideBookmarkPlus:()=>vY,LucideBookmarkMinus:()=>RY,LucideBookmarkCheck:()=>EY,LucideBookmark:()=>xY,LucideBookX:()=>DY,LucideBookUser:()=>SY,LucideBookUp2:()=>bY,LucideBookUp:()=>CY,LucideBookType:()=>kY,LucideBookText:()=>UY,LucideBookTemplate:()=>C7,LucideBookSearch:()=>VY,LucideBookPlus:()=>yY,LucideBookOpenText:()=>TY,LucideBookOpenCheck:()=>OY,LucideBookOpen:()=>wY,LucideBookMinus:()=>AY,LucideBookMarked:()=>PY,LucideBookLock:()=>FY,LucideBookKey:()=>$Y,LucideBookImage:()=>BY,LucideBookHeart:()=>KY,LucideBookHeadphones:()=>zY,LucideBookDown:()=>HY,LucideBookDashed:()=>C7,LucideBookCopy:()=>qY,LucideBookCheck:()=>WY,LucideBookAudio:()=>GY,LucideBookAlert:()=>YY,LucideBookA:()=>XY,LucideBook:()=>MY,LucideBone:()=>QY,LucideBomb:()=>ZY,LucideBolt:()=>JY,LucideBold:()=>D5,LucideBluetoothSearching:()=>oX,LucideBluetoothOff:()=>tX,LucideBluetoothConnected:()=>iX,LucideBluetooth:()=>eX,LucideBlocks:()=>nX,LucideBlinds:()=>cX,LucideBlend:()=>aX,LucideBitcoin:()=>rX,LucideBirdhouse:()=>sX,LucideBird:()=>dX,LucideBiohazard:()=>lX,LucideBinoculars:()=>pX,LucideBinary:()=>uX,LucideBike:()=>_X,LucideBicepsFlexed:()=>mX,LucideBetweenVerticalStart:()=>gX,LucideBetweenVerticalEnd:()=>LX,LucideBetweenHorizontalStart:()=>b7,LucideBetweenHorizontalEnd:()=>k7,LucideBetweenHorizonalStart:()=>b7,LucideBetweenHorizonalEnd:()=>k7,LucideBellRing:()=>jX,LucideBellPlus:()=>fX,LucideBellOff:()=>IX,LucideBellMinus:()=>xX,LucideBellElectric:()=>hX,LucideBellDot:()=>vX,LucideBell:()=>NX,LucideBeerOff:()=>EX,LucideBeer:()=>RX,LucideBeef:()=>MX,LucideBedSingle:()=>SX,LucideBedDouble:()=>CX,LucideBed:()=>DX,LucideBeanOff:()=>kX,LucideBean:()=>bX,LucideBeaker:()=>UX,LucideBatteryWarning:()=>yX,LucideBatteryPlus:()=>wX,LucideBatteryMedium:()=>TX,LucideBatteryLow:()=>OX,LucideBatteryFull:()=>PX,LucideBatteryCharging:()=>FX,LucideBattery:()=>VX,LucideBath:()=>AX,LucideBaseline:()=>$X,LucideBarrel:()=>BX,LucideBarcode:()=>KX,LucideBarChartHorizontalBig:()=>E7,LucideBarChartHorizontal:()=>R7,LucideBarChartBig:()=>h7,LucideBarChart4:()=>x7,LucideBarChart3:()=>I7,LucideBarChart2:()=>N7,LucideBarChart:()=>j7,LucideBanknoteX:()=>HX,LucideBanknoteArrowUp:()=>qX,LucideBanknoteArrowDown:()=>WX,LucideBanknote:()=>zX,LucideBandage:()=>YX,LucideBanana:()=>GX,LucideBan:()=>XX,LucideBalloon:()=>QX,LucideBaggageClaim:()=>ZX,LucideBadgeX:()=>eQ,LucideBadgeTurkishLira:()=>oQ,LucideBadgeSwissFranc:()=>tQ,LucideBadgeRussianRuble:()=>iQ,LucideBadgeQuestionMark:()=>U7,LucideBadgePoundSterling:()=>nQ,LucideBadgePlus:()=>cQ,LucideBadgePercent:()=>aQ,LucideBadgeMinus:()=>rQ,LucideBadgeJapaneseYen:()=>sQ,LucideBadgeInfo:()=>dQ,LucideBadgeIndianRupee:()=>lQ,LucideBadgeHelp:()=>U7,LucideBadgeEuro:()=>pQ,LucideBadgeDollarSign:()=>uQ,LucideBadgeCheck:()=>V7,LucideBadgeCent:()=>_Q,LucideBadgeAlert:()=>mQ,LucideBadge:()=>JX,LucideBackpack:()=>gQ,LucideBaby:()=>LQ,LucideAxis3d:()=>y7,LucideAxis3D:()=>y7,LucideAxe:()=>NQ,LucideAward:()=>jQ,LucideAudioWaveform:()=>fQ,LucideAudioLines:()=>IQ,LucideAtom:()=>xQ,LucideAtSign:()=>vQ,LucideAsteriskSquare:()=>X4,LucideAsterisk:()=>hQ,LucideArrowsUpFromLine:()=>RQ,LucideArrowUpZa:()=>J5,LucideArrowUpZA:()=>J5,LucideArrowUpWideNarrow:()=>MQ,LucideArrowUpToLine:()=>DQ,LucideArrowUpSquare:()=>Q4,LucideArrowUpRightSquare:()=>Z4,LucideArrowUpRightFromSquare:()=>o6,LucideArrowUpRightFromCircle:()=>r7,LucideArrowUpRight:()=>l9,LucideArrowUpNarrowWide:()=>w7,LucideArrowUpLeftSquare:()=>J4,LucideArrowUpLeftFromSquare:()=>t6,LucideArrowUpLeftFromCircle:()=>s7,LucideArrowUpLeft:()=>CQ,LucideArrowUpFromLine:()=>SQ,LucideArrowUpFromDot:()=>bQ,LucideArrowUpDown:()=>kQ,LucideArrowUpCircle:()=>c7,LucideArrowUpAz:()=>T7,LucideArrowUpAZ:()=>T7,LucideArrowUp10:()=>UQ,LucideArrowUp01:()=>VQ,LucideArrowUp:()=>EQ,LucideArrowRightToLine:()=>wQ,LucideArrowRightSquare:()=>e6,LucideArrowRightLeft:()=>TQ,LucideArrowRightFromLine:()=>OQ,LucideArrowRightCircle:()=>a7,LucideArrowRight:()=>yQ,LucideArrowLeftToLine:()=>AQ,LucideArrowLeftSquare:()=>c6,LucideArrowLeftRight:()=>PQ,LucideArrowLeftFromLine:()=>FQ,LucideArrowLeftCircle:()=>p7,LucideArrowLeft:()=>F2,LucideArrowDownZa:()=>O7,LucideArrowDownZA:()=>O7,LucideArrowDownWideNarrow:()=>A7,LucideArrowDownUp:()=>KQ,LucideArrowDownToLine:()=>BQ,LucideArrowDownToDot:()=>zQ,LucideArrowDownSquare:()=>r6,LucideArrowDownRightSquare:()=>a6,LucideArrowDownRightFromSquare:()=>i6,LucideArrowDownRightFromCircle:()=>d7,LucideArrowDownRight:()=>HQ,LucideArrowDownNarrowWide:()=>qQ,LucideArrowDownLeftSquare:()=>s6,LucideArrowDownLeftFromSquare:()=>n6,LucideArrowDownLeftFromCircle:()=>l7,LucideArrowDownLeft:()=>WQ,LucideArrowDownFromLine:()=>GQ,LucideArrowDownCircle:()=>u7,LucideArrowDownAz:()=>e2,LucideArrowDownAZ:()=>e2,LucideArrowDown10:()=>YQ,LucideArrowDown01:()=>XQ,LucideArrowDown:()=>$Q,LucideArrowBigUpDash:()=>ZQ,LucideArrowBigUp:()=>QQ,LucideArrowBigRightDash:()=>e3,LucideArrowBigRight:()=>JQ,LucideArrowBigLeftDash:()=>t3,LucideArrowBigLeft:()=>o3,LucideArrowBigDownDash:()=>n3,LucideArrowBigDown:()=>i3,LucideArmchair:()=>c3,LucideAreaChart:()=>M7,LucideArchiveX:()=>r3,LucideArchiveRestore:()=>s3,LucideArchive:()=>a3,LucideApple:()=>d3,LucideAppWindowMac:()=>p3,LucideAppWindow:()=>l3,LucideAperture:()=>u3,LucideAnvil:()=>_3,LucideAntenna:()=>m3,LucideAnnoyed:()=>g3,LucideAngry:()=>L3,LucideAnchor:()=>N3,LucideAmphora:()=>j3,LucideAmpersands:()=>f3,LucideAmpersand:()=>I3,LucideAmbulance:()=>h3,LucideAlignVerticalSpaceBetween:()=>x3,LucideAlignVerticalSpaceAround:()=>v3,LucideAlignVerticalJustifyStart:()=>R3,LucideAlignVerticalJustifyEnd:()=>E3,LucideAlignVerticalJustifyCenter:()=>M3,LucideAlignVerticalDistributeStart:()=>D3,LucideAlignVerticalDistributeEnd:()=>S3,LucideAlignVerticalDistributeCenter:()=>C3,LucideAlignStartVertical:()=>b3,LucideAlignStartHorizontal:()=>k3,LucideAlignRight:()=>r4,LucideAlignLeft:()=>u2,LucideAlignJustify:()=>a4,LucideAlignHorizontalSpaceBetween:()=>U3,LucideAlignHorizontalSpaceAround:()=>V3,LucideAlignHorizontalJustifyStart:()=>y3,LucideAlignHorizontalJustifyEnd:()=>w3,LucideAlignHorizontalJustifyCenter:()=>T3,LucideAlignHorizontalDistributeStart:()=>O3,LucideAlignHorizontalDistributeEnd:()=>F3,LucideAlignHorizontalDistributeCenter:()=>A3,LucideAlignEndVertical:()=>P3,LucideAlignEndHorizontal:()=>$3,LucideAlignCenterVertical:()=>B3,LucideAlignCenterHorizontal:()=>K3,LucideAlignCenter:()=>s4,LucideAlertTriangle:()=>W5,LucideAlertOctagon:()=>V6,LucideAlertCircle:()=>Y0,LucideAlbum:()=>H3,LucideAlarmSmoke:()=>z3,LucideAlarmPlus:()=>P7,LucideAlarmMinus:()=>F7,LucideAlarmClockPlus:()=>P7,LucideAlarmClockOff:()=>W3,LucideAlarmClockMinus:()=>F7,LucideAlarmClockCheck:()=>$7,LucideAlarmClock:()=>q3,LucideAlarmCheck:()=>$7,LucideAirplay:()=>G3,LucideAirVent:()=>Y3,LucideActivitySquare:()=>d6,LucideActivity:()=>p9,LucideAccessibility:()=>X3,LucideALargeSmall:()=>Q3,LucideAArrowUp:()=>Z3,LucideAArrowDown:()=>J3,LollipopIcon:()=>FA,Lollipop:()=>FA,LogsIcon:()=>$A,Logs:()=>$A,LogOutIcon:()=>o9,LogOut:()=>o9,LogInIcon:()=>BA,LogIn:()=>BA,LockOpenIcon:()=>P6,LockOpen:()=>P6,LockKeyholeOpenIcon:()=>F6,LockKeyholeOpen:()=>F6,LockKeyholeIcon:()=>KA,LockKeyhole:()=>KA,LockIcon:()=>L2,Lock:()=>L2,LocationEditIcon:()=>O6,LocationEdit:()=>O6,LocateOffIcon:()=>HA,LocateOff:()=>HA,LocateIcon:()=>zA,LocateFixedIcon:()=>qA,LocateFixed:()=>qA,Locate:()=>zA,LoaderPinwheelIcon:()=>GA,LoaderPinwheel:()=>GA,LoaderIcon:()=>WA,LoaderCircleIcon:()=>Z1,LoaderCircle:()=>Z1,Loader2Icon:()=>Z1,Loader2:()=>Z1,Loader:()=>WA,ListXIcon:()=>YA,ListX:()=>YA,ListVideoIcon:()=>XA,ListVideo:()=>XA,ListTreeIcon:()=>QA,ListTree:()=>QA,ListTodoIcon:()=>JA,ListTodo:()=>JA,ListStartIcon:()=>ZA,ListStart:()=>ZA,ListRestartIcon:()=>eP,ListRestart:()=>eP,ListPlusIcon:()=>oP,ListPlus:()=>oP,ListOrderedIcon:()=>I5,ListOrdered:()=>I5,ListMusicIcon:()=>tP,ListMusic:()=>tP,ListMinusIcon:()=>iP,ListMinus:()=>iP,ListIndentIncreaseIcon:()=>N2,ListIndentIncrease:()=>N2,ListIndentDecreaseIcon:()=>j2,ListIndentDecrease:()=>j2,ListIcon:()=>f5,ListFilterPlusIcon:()=>cP,ListFilterPlus:()=>cP,ListFilterIcon:()=>nP,ListFilter:()=>nP,ListEndIcon:()=>aP,ListEnd:()=>aP,ListCollapseIcon:()=>rP,ListCollapse:()=>rP,ListChevronsUpDownIcon:()=>sP,ListChevronsUpDown:()=>sP,ListChevronsDownUpIcon:()=>dP,ListChevronsDownUp:()=>dP,ListChecksIcon:()=>lP,ListChecks:()=>lP,ListCheckIcon:()=>pP,ListCheck:()=>pP,List:()=>f5,LinkedinIcon:()=>uP,Linkedin:()=>uP,LinkIcon:()=>f2,Link2OffIcon:()=>mP,Link2Off:()=>mP,Link2Icon:()=>_P,Link2:()=>_P,Link:()=>f2,LineSquiggleIcon:()=>LP,LineSquiggle:()=>LP,LineDotRightHorizontalIcon:()=>gP,LineDotRightHorizontal:()=>gP,LineChartIcon:()=>f7,LineChart:()=>f7,LightbulbOffIcon:()=>jP,LightbulbOff:()=>jP,LightbulbIcon:()=>NP,Lightbulb:()=>NP,LigatureIcon:()=>IP,Ligature:()=>IP,LifeBuoyIcon:()=>fP,LifeBuoy:()=>fP,LibrarySquareIcon:()=>k4,LibrarySquare:()=>k4,LibraryIcon:()=>xP,LibraryBigIcon:()=>hP,LibraryBig:()=>hP,Library:()=>xP,LetterTextIcon:()=>c4,LetterText:()=>c4,LensConvexIcon:()=>vP,LensConvex:()=>vP,LensConcaveIcon:()=>RP,LensConcave:()=>RP,LecternIcon:()=>EP,Lectern:()=>EP,LeafyGreenIcon:()=>MP,LeafyGreen:()=>MP,LeafIcon:()=>DP,Leaf:()=>DP,LayoutTemplateIcon:()=>SP,LayoutTemplate:()=>SP,LayoutPanelTopIcon:()=>bP,LayoutPanelTop:()=>bP,LayoutPanelLeftIcon:()=>CP,LayoutPanelLeft:()=>CP,LayoutListIcon:()=>t9,LayoutList:()=>t9,LayoutIcon:()=>h6,LayoutGridIcon:()=>kP,LayoutGrid:()=>kP,LayoutDashboardIcon:()=>i9,LayoutDashboard:()=>i9,Layout:()=>h6,LayersPlusIcon:()=>UP,LayersPlus:()=>UP,LayersIcon:()=>$6,Layers3Icon:()=>$6,Layers3:()=>$6,Layers2Icon:()=>VP,Layers2:()=>VP,Layers:()=>$6,LaughIcon:()=>wP,Laugh:()=>wP,LassoSelectIcon:()=>TP,LassoSelect:()=>TP,LassoIcon:()=>yP,Lasso:()=>yP,LaptopMinimalIcon:()=>B6,LaptopMinimalCheckIcon:()=>AP,LaptopMinimalCheck:()=>AP,LaptopMinimal:()=>B6,LaptopIcon:()=>OP,Laptop2Icon:()=>B6,Laptop2:()=>B6,Laptop:()=>OP,LanguagesIcon:()=>PP,Languages:()=>PP,LandmarkIcon:()=>FP,Landmark:()=>FP,LandPlotIcon:()=>$P,LandPlot:()=>$P,LampWallUpIcon:()=>BP,LampWallUp:()=>BP,LampWallDownIcon:()=>HP,LampWallDown:()=>HP,LampIcon:()=>KP,LampFloorIcon:()=>zP,LampFloor:()=>zP,LampDeskIcon:()=>qP,LampDesk:()=>qP,LampCeilingIcon:()=>WP,LampCeiling:()=>WP,Lamp:()=>KP,KeyboardOffIcon:()=>GP,KeyboardOff:()=>GP,KeyboardMusicIcon:()=>XP,KeyboardMusic:()=>XP,KeyboardIcon:()=>YP,Keyboard:()=>YP,KeySquareIcon:()=>QP,KeySquare:()=>QP,KeyRoundIcon:()=>ZP,KeyRound:()=>ZP,KeyIcon:()=>n9,Key:()=>n9,KayakIcon:()=>JP,Kayak:()=>JP,KanbanSquareIcon:()=>U4,KanbanSquareDashedIcon:()=>P4,KanbanSquareDashed:()=>P4,KanbanSquare:()=>U4,KanbanIcon:()=>oF,Kanban:()=>oF,JoystickIcon:()=>eF,Joystick:()=>eF,JapaneseYenIcon:()=>tF,JapaneseYen:()=>tF,IterationCwIcon:()=>iF,IterationCw:()=>iF,IterationCcwIcon:()=>nF,IterationCcw:()=>nF,ItalicIcon:()=>x5,Italic:()=>x5,InstagramIcon:()=>cF,Instagram:()=>cF,InspectionPanelIcon:()=>rF,InspectionPanel:()=>rF,InspectIcon:()=>D4,Inspect:()=>D4,InfoIcon:()=>G5,Info:()=>G5,InfinityIcon:()=>aF,Infinity:()=>aF,IndianRupeeIcon:()=>sF,IndianRupee:()=>sF,IndentIncreaseIcon:()=>N2,IndentIncrease:()=>N2,IndentIcon:()=>N2,IndentDecreaseIcon:()=>j2,IndentDecrease:()=>j2,Indent:()=>N2,InboxIcon:()=>c9,Inbox:()=>c9,ImportIcon:()=>dF,Import:()=>dF,ImagesIcon:()=>lF,Images:()=>lF,ImageUpscaleIcon:()=>pF,ImageUpscale:()=>pF,ImageUpIcon:()=>uF,ImageUp:()=>uF,ImagePlusIcon:()=>_F,ImagePlus:()=>_F,ImagePlayIcon:()=>mF,ImagePlay:()=>mF,ImageOffIcon:()=>gF,ImageOff:()=>gF,ImageMinusIcon:()=>LF,ImageMinus:()=>LF,ImageIcon:()=>a1,ImageDownIcon:()=>NF,ImageDown:()=>NF,Image:()=>a1,IdCardLanyardIcon:()=>fF,IdCardLanyard:()=>fF,IdCardIcon:()=>jF,IdCard:()=>jF,Icon:()=>Hv,IceCreamIcon:()=>K6,IceCreamConeIcon:()=>K6,IceCreamCone:()=>K6,IceCreamBowlIcon:()=>z6,IceCreamBowl:()=>z6,IceCream2Icon:()=>z6,IceCream2:()=>z6,IceCream:()=>K6,HouseWifiIcon:()=>xF,HouseWifi:()=>xF,HousePlusIcon:()=>IF,HousePlus:()=>IF,HousePlugIcon:()=>hF,HousePlug:()=>hF,HouseIcon:()=>Y5,HouseHeartIcon:()=>vF,HouseHeart:()=>vF,House:()=>Y5,HourglassIcon:()=>EF,Hourglass:()=>EF,HotelIcon:()=>RF,Hotel:()=>RF,HospitalIcon:()=>MF,Hospital:()=>MF,HopOffIcon:()=>SF,HopOff:()=>SF,HopIcon:()=>DF,Hop:()=>DF,HomeIcon:()=>Y5,Home:()=>Y5,HistoryIcon:()=>a9,History:()=>a9,HighlighterIcon:()=>CF,Highlighter:()=>CF,HexagonIcon:()=>bF,Hexagon:()=>bF,HelpingHandIcon:()=>H6,HelpingHand:()=>H6,HelpCircleIcon:()=>E2,HelpCircle:()=>E2,HelicopterIcon:()=>kF,Helicopter:()=>kF,HeaterIcon:()=>VF,Heater:()=>VF,HeartPulseIcon:()=>yF,HeartPulse:()=>yF,HeartPlusIcon:()=>wF,HeartPlus:()=>wF,HeartOffIcon:()=>TF,HeartOff:()=>TF,HeartMinusIcon:()=>OF,HeartMinus:()=>OF,HeartIcon:()=>UF,HeartHandshakeIcon:()=>AF,HeartHandshake:()=>AF,HeartCrackIcon:()=>PF,HeartCrack:()=>PF,Heart:()=>UF,HeadsetIcon:()=>FF,Headset:()=>FF,HeadphonesIcon:()=>BF,Headphones:()=>BF,HeadphoneOffIcon:()=>$F,HeadphoneOff:()=>$F,HeadingIcon:()=>KF,Heading6Icon:()=>zF,Heading6:()=>zF,Heading5Icon:()=>HF,Heading5:()=>HF,Heading4Icon:()=>qF,Heading4:()=>qF,Heading3Icon:()=>WF,Heading3:()=>WF,Heading2Icon:()=>h5,Heading2:()=>h5,Heading1Icon:()=>v5,Heading1:()=>v5,Heading:()=>KF,HdmiPortIcon:()=>GF,HdmiPort:()=>GF,HdIcon:()=>YF,Hd:()=>YF,HazeIcon:()=>XF,Haze:()=>XF,HatGlassesIcon:()=>ZF,HatGlasses:()=>ZF,HashIcon:()=>QF,Hash:()=>QF,HardHatIcon:()=>JF,HardHat:()=>JF,HardDriveUploadIcon:()=>o$,HardDriveUpload:()=>o$,HardDriveIcon:()=>e$,HardDriveDownloadIcon:()=>t$,HardDriveDownload:()=>t$,HardDrive:()=>e$,HandshakeIcon:()=>i$,Handshake:()=>i$,HandbagIcon:()=>n$,Handbag:()=>n$,HandPlatterIcon:()=>r$,HandPlatter:()=>r$,HandMetalIcon:()=>a$,HandMetal:()=>a$,HandIcon:()=>c$,HandHelpingIcon:()=>H6,HandHelping:()=>H6,HandHeartIcon:()=>s$,HandHeart:()=>s$,HandGrabIcon:()=>q6,HandGrab:()=>q6,HandFistIcon:()=>d$,HandFist:()=>d$,HandCoinsIcon:()=>l$,HandCoins:()=>l$,Hand:()=>c$,HammerIcon:()=>u$,Hammer:()=>u$,HamburgerIcon:()=>p$,Hamburger:()=>p$,HamIcon:()=>_$,Ham:()=>_$,GuitarIcon:()=>m$,Guitar:()=>m$,GroupIcon:()=>g$,Group:()=>g$,GripVerticalIcon:()=>L$,GripVertical:()=>L$,GripIcon:()=>N$,GripHorizontalIcon:()=>j$,GripHorizontal:()=>j$,Grip:()=>N$,GridIcon:()=>Q2,Grid3x3Icon:()=>Q2,Grid3x3:()=>Q2,Grid3x2Icon:()=>f$,Grid3x2:()=>f$,Grid3X3Icon:()=>Q2,Grid3X3:()=>Q2,Grid2x2XIcon:()=>G6,Grid2x2X:()=>G6,Grid2x2PlusIcon:()=>Y6,Grid2x2Plus:()=>Y6,Grid2x2Icon:()=>W6,Grid2x2CheckIcon:()=>X6,Grid2x2Check:()=>X6,Grid2x2:()=>W6,Grid2X2XIcon:()=>G6,Grid2X2X:()=>G6,Grid2X2PlusIcon:()=>Y6,Grid2X2Plus:()=>Y6,Grid2X2Icon:()=>W6,Grid2X2CheckIcon:()=>X6,Grid2X2Check:()=>X6,Grid2X2:()=>W6,Grid:()=>Q2,GrapeIcon:()=>I$,Grape:()=>I$,GraduationCapIcon:()=>x$,GraduationCap:()=>x$,GrabIcon:()=>q6,Grab:()=>q6,GpuIcon:()=>v$,Gpu:()=>v$,GoalIcon:()=>h$,Goal:()=>h$,GlobeXIcon:()=>R$,GlobeX:()=>R$,GlobeOffIcon:()=>E$,GlobeOff:()=>E$,GlobeLockIcon:()=>M$,GlobeLock:()=>M$,GlobeIcon:()=>X5,Globe2Icon:()=>b8,Globe2:()=>b8,Globe:()=>X5,GlassesIcon:()=>D$,Glasses:()=>D$,GlassWaterIcon:()=>S$,GlassWater:()=>S$,GitlabIcon:()=>C$,Gitlab:()=>C$,GithubIcon:()=>b$,Github:()=>b$,GitPullRequestIcon:()=>k$,GitPullRequestDraftIcon:()=>U$,GitPullRequestDraft:()=>U$,GitPullRequestCreateIcon:()=>y$,GitPullRequestCreateArrowIcon:()=>V$,GitPullRequestCreateArrow:()=>V$,GitPullRequestCreate:()=>y$,GitPullRequestClosedIcon:()=>w$,GitPullRequestClosed:()=>w$,GitPullRequestArrowIcon:()=>T$,GitPullRequestArrow:()=>T$,GitPullRequest:()=>k$,GitMergeIcon:()=>O$,GitMergeConflictIcon:()=>A$,GitMergeConflict:()=>A$,GitMerge:()=>O$,GitGraphIcon:()=>P$,GitGraph:()=>P$,GitForkIcon:()=>F$,GitFork:()=>F$,GitCompareIcon:()=>B$,GitCompareArrowsIcon:()=>$$,GitCompareArrows:()=>$$,GitCompare:()=>B$,GitCommitVerticalIcon:()=>K$,GitCommitVertical:()=>K$,GitCommitIcon:()=>Q6,GitCommitHorizontalIcon:()=>Q6,GitCommitHorizontal:()=>Q6,GitCommit:()=>Q6,GitBranchPlusIcon:()=>H$,GitBranchPlus:()=>H$,GitBranchMinusIcon:()=>q$,GitBranchMinus:()=>q$,GitBranchIcon:()=>z$,GitBranch:()=>z$,GiftIcon:()=>W$,Gift:()=>W$,GhostIcon:()=>G$,Ghost:()=>G$,GeorgianLariIcon:()=>Y$,GeorgianLari:()=>Y$,GemIcon:()=>X$,Gem:()=>X$,GavelIcon:()=>Q$,Gavel:()=>Q$,GaugeIcon:()=>J$,GaugeCircleIcon:()=>Z8,GaugeCircle:()=>Z8,Gauge:()=>J$,GanttChartSquareIcon:()=>_2,GanttChartSquare:()=>_2,GanttChartIcon:()=>L7,GanttChart:()=>L7,GamepadIcon:()=>Z$,GamepadDirectionalIcon:()=>eB,GamepadDirectional:()=>eB,Gamepad2Icon:()=>oB,Gamepad2:()=>oB,Gamepad:()=>Z$,GalleryVerticalIcon:()=>tB,GalleryVerticalEndIcon:()=>iB,GalleryVerticalEnd:()=>iB,GalleryVertical:()=>tB,GalleryThumbnailsIcon:()=>nB,GalleryThumbnails:()=>nB,GalleryHorizontalIcon:()=>cB,GalleryHorizontalEndIcon:()=>aB,GalleryHorizontalEnd:()=>aB,GalleryHorizontal:()=>cB,FunnelXIcon:()=>J6,FunnelX:()=>J6,FunnelPlusIcon:()=>rB,FunnelPlus:()=>rB,FunnelIcon:()=>Z6,Funnel:()=>Z6,FunctionSquareIcon:()=>V4,FunctionSquare:()=>V4,FullscreenIcon:()=>sB,Fullscreen:()=>sB,FuelIcon:()=>dB,Fuel:()=>dB,FrownIcon:()=>lB,Frown:()=>lB,FramerIcon:()=>pB,Framer:()=>pB,FrameIcon:()=>uB,Frame:()=>uB,ForwardIcon:()=>_B,Forward:()=>_B,FormInputIcon:()=>f6,FormInput:()=>f6,FormIcon:()=>gB,Form:()=>gB,ForkliftIcon:()=>mB,Forklift:()=>mB,ForkKnifeIcon:()=>z9,ForkKnifeCrossedIcon:()=>H9,ForkKnifeCrossed:()=>H9,ForkKnife:()=>z9,FootprintsIcon:()=>LB,Footprints:()=>LB,FoldersIcon:()=>fB,Folders:()=>fB,FolderXIcon:()=>jB,FolderX:()=>jB,FolderUpIcon:()=>IB,FolderUp:()=>IB,FolderTreeIcon:()=>xB,FolderTree:()=>xB,FolderSyncIcon:()=>hB,FolderSync:()=>hB,FolderSymlinkIcon:()=>RB,FolderSymlink:()=>RB,FolderSearchIcon:()=>EB,FolderSearch2Icon:()=>vB,FolderSearch2:()=>vB,FolderSearch:()=>EB,FolderRootIcon:()=>MB,FolderRoot:()=>MB,FolderPlusIcon:()=>I2,FolderPlus:()=>I2,FolderPenIcon:()=>e8,FolderPen:()=>e8,FolderOutputIcon:()=>DB,FolderOutput:()=>DB,FolderOpenIcon:()=>SB,FolderOpenDotIcon:()=>CB,FolderOpenDot:()=>CB,FolderOpen:()=>SB,FolderMinusIcon:()=>bB,FolderMinus:()=>bB,FolderLockIcon:()=>kB,FolderLock:()=>kB,FolderKeyIcon:()=>UB,FolderKey:()=>UB,FolderKanbanIcon:()=>VB,FolderKanban:()=>VB,FolderInputIcon:()=>yB,FolderInput:()=>yB,FolderIcon:()=>NB,FolderHeartIcon:()=>wB,FolderHeart:()=>wB,FolderGitIcon:()=>TB,FolderGit2Icon:()=>OB,FolderGit2:()=>OB,FolderGit:()=>TB,FolderEditIcon:()=>e8,FolderEdit:()=>e8,FolderDownIcon:()=>AB,FolderDown:()=>AB,FolderDotIcon:()=>PB,FolderDot:()=>PB,FolderCogIcon:()=>o8,FolderCog2Icon:()=>o8,FolderCog2:()=>o8,FolderCog:()=>o8,FolderCodeIcon:()=>FB,FolderCode:()=>FB,FolderClosedIcon:()=>$B,FolderClosed:()=>$B,FolderClockIcon:()=>BB,FolderClock:()=>BB,FolderCheckIcon:()=>KB,FolderCheck:()=>KB,FolderArchiveIcon:()=>zB,FolderArchive:()=>zB,Folder:()=>NB,FoldVerticalIcon:()=>HB,FoldVertical:()=>HB,FoldHorizontalIcon:()=>qB,FoldHorizontal:()=>qB,FocusIcon:()=>WB,Focus:()=>WB,FlowerIcon:()=>GB,Flower2Icon:()=>YB,Flower2:()=>YB,Flower:()=>GB,FlipVerticalIcon:()=>W4,FlipVertical2Icon:()=>XB,FlipVertical2:()=>XB,FlipVertical:()=>W4,FlipHorizontalIcon:()=>G4,FlipHorizontal2Icon:()=>QB,FlipHorizontal2:()=>QB,FlipHorizontal:()=>G4,FlaskRoundIcon:()=>ZB,FlaskRound:()=>ZB,FlaskConicalOffIcon:()=>eK,FlaskConicalOff:()=>eK,FlaskConicalIcon:()=>JB,FlaskConical:()=>JB,FlashlightOffIcon:()=>tK,FlashlightOff:()=>tK,FlashlightIcon:()=>oK,Flashlight:()=>oK,FlameKindlingIcon:()=>iK,FlameKindling:()=>iK,FlameIcon:()=>nK,Flame:()=>nK,FlagTriangleRightIcon:()=>aK,FlagTriangleRight:()=>aK,FlagTriangleLeftIcon:()=>rK,FlagTriangleLeft:()=>rK,FlagOffIcon:()=>sK,FlagOff:()=>sK,FlagIcon:()=>cK,Flag:()=>cK,FishingRodIcon:()=>dK,FishingRod:()=>dK,FishingHookIcon:()=>pK,FishingHook:()=>pK,FishSymbolIcon:()=>uK,FishSymbol:()=>uK,FishOffIcon:()=>_K,FishOff:()=>_K,FishIcon:()=>lK,Fish:()=>lK,FireExtinguisherIcon:()=>mK,FireExtinguisher:()=>mK,FingerprintPatternIcon:()=>t8,FingerprintPattern:()=>t8,FingerprintIcon:()=>t8,Fingerprint:()=>t8,FilterXIcon:()=>J6,FilterX:()=>J6,FilterIcon:()=>Z6,Filter:()=>Z6,FilmIcon:()=>gK,Film:()=>gK,FilesIcon:()=>LK,Files:()=>LK,FileXIcon:()=>NK,FileXCornerIcon:()=>i8,FileXCorner:()=>i8,FileX2Icon:()=>i8,FileX2:()=>i8,FileX:()=>NK,FileWarningIcon:()=>L8,FileWarning:()=>L8,FileVolumeIcon:()=>jK,FileVolume2Icon:()=>a8,FileVolume2:()=>a8,FileVolume:()=>jK,FileVideoIcon:()=>l8,FileVideoCameraIcon:()=>n8,FileVideoCamera:()=>n8,FileVideo2Icon:()=>n8,FileVideo2:()=>n8,FileVideo:()=>l8,FileUserIcon:()=>IK,FileUser:()=>IK,FileUpIcon:()=>fK,FileUp:()=>fK,FileTypeIcon:()=>xK,FileTypeCornerIcon:()=>c8,FileTypeCorner:()=>c8,FileType2Icon:()=>c8,FileType2:()=>c8,FileType:()=>xK,FileTextIcon:()=>h2,FileText:()=>h2,FileTerminalIcon:()=>hK,FileTerminal:()=>hK,FileSymlinkIcon:()=>vK,FileSymlink:()=>vK,FileStackIcon:()=>RK,FileStack:()=>RK,FileSpreadsheetIcon:()=>EK,FileSpreadsheet:()=>EK,FileSlidersIcon:()=>MK,FileSliders:()=>MK,FileSignatureIcon:()=>u8,FileSignature:()=>u8,FileSignalIcon:()=>a8,FileSignal:()=>a8,FileSearchIcon:()=>DK,FileSearchCornerIcon:()=>r8,FileSearchCorner:()=>r8,FileSearch2Icon:()=>r8,FileSearch2:()=>r8,FileSearch:()=>DK,FileScanIcon:()=>SK,FileScan:()=>SK,FileQuestionMarkIcon:()=>s8,FileQuestionMark:()=>s8,FileQuestionIcon:()=>s8,FileQuestion:()=>s8,FilePlusIcon:()=>CK,FilePlusCornerIcon:()=>d8,FilePlusCorner:()=>d8,FilePlus2Icon:()=>d8,FilePlus2:()=>d8,FilePlus:()=>CK,FilePlayIcon:()=>l8,FilePlay:()=>l8,FilePieChartIcon:()=>x8,FilePieChart:()=>x8,FilePenLineIcon:()=>u8,FilePenLine:()=>u8,FilePenIcon:()=>p8,FilePen:()=>p8,FileOutputIcon:()=>bK,FileOutput:()=>bK,FileMusicIcon:()=>kK,FileMusic:()=>kK,FileMinusIcon:()=>UK,FileMinusCornerIcon:()=>_8,FileMinusCorner:()=>_8,FileMinus2Icon:()=>_8,FileMinus2:()=>_8,FileMinus:()=>UK,FileLockIcon:()=>m8,FileLock2Icon:()=>m8,FileLock2:()=>m8,FileLock:()=>m8,FileLineChartIcon:()=>I8,FileLineChart:()=>I8,FileKeyIcon:()=>g8,FileKey2Icon:()=>g8,FileKey2:()=>g8,FileKey:()=>g8,FileJsonIcon:()=>v8,FileJson2Icon:()=>E8,FileJson2:()=>E8,FileJson:()=>v8,FileInputIcon:()=>VK,FileInput:()=>VK,FileImageIcon:()=>yK,FileImage:()=>yK,FileIcon:()=>x2,FileHeartIcon:()=>wK,FileHeart:()=>wK,FileHeadphoneIcon:()=>v2,FileHeadphone:()=>v2,FileExclamationPointIcon:()=>L8,FileExclamationPoint:()=>L8,FileEditIcon:()=>p8,FileEdit:()=>p8,FileDownIcon:()=>TK,FileDown:()=>TK,FileDigitIcon:()=>OK,FileDigit:()=>OK,FileDiffIcon:()=>AK,FileDiff:()=>AK,FileCogIcon:()=>N8,FileCog2Icon:()=>N8,FileCog2:()=>N8,FileCog:()=>N8,FileCodeIcon:()=>PK,FileCodeCornerIcon:()=>j8,FileCodeCorner:()=>j8,FileCode2Icon:()=>j8,FileCode2:()=>j8,FileCode:()=>PK,FileClockIcon:()=>FK,FileClock:()=>FK,FileCheckIcon:()=>$K,FileCheckCornerIcon:()=>f8,FileCheckCorner:()=>f8,FileCheck2Icon:()=>f8,FileCheck2:()=>f8,FileCheck:()=>$K,FileChartPieIcon:()=>x8,FileChartPie:()=>x8,FileChartLineIcon:()=>I8,FileChartLine:()=>I8,FileChartColumnIncreasingIcon:()=>R8,FileChartColumnIncreasing:()=>R8,FileChartColumnIcon:()=>h8,FileChartColumn:()=>h8,FileBracesIcon:()=>v8,FileBracesCornerIcon:()=>E8,FileBracesCorner:()=>E8,FileBraces:()=>v8,FileBoxIcon:()=>BK,FileBox:()=>BK,FileBarChartIcon:()=>R8,FileBarChart2Icon:()=>h8,FileBarChart2:()=>h8,FileBarChart:()=>R8,FileBadgeIcon:()=>M8,FileBadge2Icon:()=>M8,FileBadge2:()=>M8,FileBadge:()=>M8,FileAxis3dIcon:()=>D8,FileAxis3d:()=>D8,FileAxis3DIcon:()=>D8,FileAxis3D:()=>D8,FileAudioIcon:()=>v2,FileAudio2Icon:()=>v2,FileAudio2:()=>v2,FileAudio:()=>v2,FileArchiveIcon:()=>KK,FileArchive:()=>KK,File:()=>x2,FigmaIcon:()=>zK,Figma:()=>zK,FerrisWheelIcon:()=>HK,FerrisWheel:()=>HK,FenceIcon:()=>qK,Fence:()=>qK,FeatherIcon:()=>WK,Feather:()=>WK,FastForwardIcon:()=>GK,FastForward:()=>GK,FanIcon:()=>YK,Fan:()=>YK,FactoryIcon:()=>XK,Factory:()=>XK,FacebookIcon:()=>QK,Facebook:()=>QK,EyeOffIcon:()=>ZK,EyeOff:()=>ZK,EyeIcon:()=>R5,EyeClosedIcon:()=>JK,EyeClosed:()=>JK,Eye:()=>R5,ExternalLinkIcon:()=>r9,ExternalLink:()=>r9,ExpandIcon:()=>ez,Expand:()=>ez,EvChargerIcon:()=>oz,EvCharger:()=>oz,EuroIcon:()=>tz,Euro:()=>tz,EthernetPortIcon:()=>nz,EthernetPort:()=>nz,EraserIcon:()=>iz,Eraser:()=>iz,EqualSquareIcon:()=>y4,EqualSquare:()=>y4,EqualNotIcon:()=>az,EqualNot:()=>az,EqualIcon:()=>cz,EqualApproximatelyIcon:()=>rz,EqualApproximately:()=>rz,Equal:()=>cz,EllipsisVerticalIcon:()=>C8,EllipsisVertical:()=>C8,EllipsisIcon:()=>S8,Ellipsis:()=>S8,EllipseIcon:()=>sz,Ellipse:()=>sz,EggOffIcon:()=>lz,EggOff:()=>lz,EggIcon:()=>dz,EggFriedIcon:()=>pz,EggFried:()=>pz,Egg:()=>dz,EditIcon:()=>r0,Edit3Icon:()=>x6,Edit3:()=>x6,Edit2Icon:()=>P2,Edit2:()=>P2,Edit:()=>r0,EclipseIcon:()=>uz,Eclipse:()=>uz,EarthLockIcon:()=>_z,EarthLock:()=>_z,EarthIcon:()=>b8,Earth:()=>b8,EarOffIcon:()=>mz,EarOff:()=>mz,EarIcon:()=>gz,Ear:()=>gz,DumbbellIcon:()=>Lz,Dumbbell:()=>Lz,DrumstickIcon:()=>Nz,Drumstick:()=>Nz,DrumIcon:()=>jz,Drum:()=>jz,DropletsIcon:()=>fz,Droplets:()=>fz,DropletOffIcon:()=>xz,DropletOff:()=>xz,DropletIcon:()=>Iz,Droplet:()=>Iz,DroneIcon:()=>hz,Drone:()=>hz,DrillIcon:()=>vz,Drill:()=>vz,DribbbleIcon:()=>Rz,Dribbble:()=>Rz,DramaIcon:()=>Ez,Drama:()=>Ez,DraftingCompassIcon:()=>Mz,DraftingCompass:()=>Mz,DownloadIcon:()=>s9,DownloadCloudIcon:()=>O8,DownloadCloud:()=>O8,Download:()=>s9,DotSquareIcon:()=>w4,DotSquare:()=>w4,DotIcon:()=>Dz,Dot:()=>Dz,DoorOpenIcon:()=>Cz,DoorOpen:()=>Cz,DoorClosedLockedIcon:()=>bz,DoorClosedLocked:()=>bz,DoorClosedIcon:()=>Sz,DoorClosed:()=>Sz,DonutIcon:()=>Uz,Donut:()=>Uz,DollarSignIcon:()=>kz,DollarSign:()=>kz,DogIcon:()=>Vz,Dog:()=>Vz,DockIcon:()=>yz,Dock:()=>yz,DnaOffIcon:()=>Tz,DnaOff:()=>Tz,DnaIcon:()=>wz,Dna:()=>wz,DivideSquareIcon:()=>T4,DivideSquare:()=>T4,DivideIcon:()=>Oz,DivideCircleIcon:()=>e7,DivideCircle:()=>e7,Divide:()=>Oz,DiscIcon:()=>Az,DiscAlbumIcon:()=>Fz,DiscAlbum:()=>Fz,Disc3Icon:()=>Pz,Disc3:()=>Pz,Disc2Icon:()=>$z,Disc2:()=>$z,Disc:()=>Az,DiffIcon:()=>Bz,Diff:()=>Bz,DicesIcon:()=>Kz,Dices:()=>Kz,Dice6Icon:()=>zz,Dice6:()=>zz,Dice5Icon:()=>Hz,Dice5:()=>Hz,Dice4Icon:()=>qz,Dice4:()=>qz,Dice3Icon:()=>Wz,Dice3:()=>Wz,Dice2Icon:()=>Gz,Dice2:()=>Gz,Dice1Icon:()=>Yz,Dice1:()=>Yz,DiamondPlusIcon:()=>Qz,DiamondPlus:()=>Qz,DiamondPercentIcon:()=>k8,DiamondPercent:()=>k8,DiamondMinusIcon:()=>Zz,DiamondMinus:()=>Zz,DiamondIcon:()=>Xz,Diamond:()=>Xz,DiameterIcon:()=>Jz,Diameter:()=>Jz,DessertIcon:()=>eH,Dessert:()=>eH,DeleteIcon:()=>oH,Delete:()=>oH,DecimalsArrowRightIcon:()=>tH,DecimalsArrowRight:()=>tH,DecimalsArrowLeftIcon:()=>iH,DecimalsArrowLeft:()=>iH,DatabaseZapIcon:()=>nH,DatabaseZap:()=>nH,DatabaseSearchIcon:()=>cH,DatabaseSearch:()=>cH,DatabaseIcon:()=>E5,DatabaseBackupIcon:()=>aH,DatabaseBackup:()=>aH,Database:()=>E5,DamIcon:()=>rH,Dam:()=>rH,CylinderIcon:()=>sH,Cylinder:()=>sH,CurrencyIcon:()=>lH,Currency:()=>lH,CurlyBracesIcon:()=>S7,CurlyBraces:()=>S7,CupSodaIcon:()=>dH,CupSoda:()=>dH,CuboidIcon:()=>pH,Cuboid:()=>pH,CrownIcon:()=>uH,Crown:()=>uH,CrosshairIcon:()=>_H,Crosshair:()=>_H,CrossIcon:()=>gH,Cross:()=>gH,CropIcon:()=>mH,Crop:()=>mH,CroissantIcon:()=>LH,Croissant:()=>LH,CreditCardIcon:()=>NH,CreditCard:()=>NH,CreativeCommonsIcon:()=>jH,CreativeCommons:()=>jH,CpuIcon:()=>fH,Cpu:()=>fH,CornerUpRightIcon:()=>IH,CornerUpRight:()=>IH,CornerUpLeftIcon:()=>xH,CornerUpLeft:()=>xH,CornerRightUpIcon:()=>hH,CornerRightUp:()=>hH,CornerRightDownIcon:()=>RH,CornerRightDown:()=>RH,CornerLeftUpIcon:()=>vH,CornerLeftUp:()=>vH,CornerLeftDownIcon:()=>EH,CornerLeftDown:()=>EH,CornerDownRightIcon:()=>MH,CornerDownRight:()=>MH,CornerDownLeftIcon:()=>DH,CornerDownLeft:()=>DH,CopyrightIcon:()=>SH,Copyright:()=>SH,CopyleftIcon:()=>CH,Copyleft:()=>CH,CopyXIcon:()=>bH,CopyX:()=>bH,CopySlashIcon:()=>kH,CopySlash:()=>kH,CopyPlusIcon:()=>UH,CopyPlus:()=>UH,CopyMinusIcon:()=>VH,CopyMinus:()=>VH,CopyIcon:()=>d9,CopyCheckIcon:()=>yH,CopyCheck:()=>yH,Copy:()=>d9,CookingPotIcon:()=>wH,CookingPot:()=>wH,CookieIcon:()=>TH,Cookie:()=>TH,ContrastIcon:()=>OH,Contrast:()=>OH,ContainerIcon:()=>AH,Container:()=>AH,ContactRoundIcon:()=>U8,ContactRound:()=>U8,ContactIcon:()=>PH,Contact2Icon:()=>U8,Contact2:()=>U8,Contact:()=>PH,ConstructionIcon:()=>FH,Construction:()=>FH,ConeIcon:()=>$H,Cone:()=>$H,ConciergeBellIcon:()=>BH,ConciergeBell:()=>BH,ComputerIcon:()=>KH,Computer:()=>KH,ComponentIcon:()=>zH,Component:()=>zH,CompassIcon:()=>qH,Compass:()=>qH,CommandIcon:()=>HH,Command:()=>HH,CombineIcon:()=>WH,Combine:()=>WH,ColumnsSettingsIcon:()=>R2,ColumnsSettings:()=>R2,ColumnsIcon:()=>y8,Columns4Icon:()=>GH,Columns4:()=>GH,Columns3Icon:()=>V8,Columns3CogIcon:()=>R2,Columns3Cog:()=>R2,Columns3:()=>V8,Columns2Icon:()=>y8,Columns2:()=>y8,Columns:()=>y8,CoinsIcon:()=>YH,Coins:()=>YH,CogIcon:()=>XH,Cog:()=>XH,CoffeeIcon:()=>QH,Coffee:()=>QH,CodesandboxIcon:()=>ZH,Codesandbox:()=>ZH,CodepenIcon:()=>JH,Codepen:()=>JH,CodeXmlIcon:()=>w8,CodeXml:()=>w8,CodeSquareIcon:()=>F4,CodeSquare:()=>F4,CodeIcon:()=>M5,Code2Icon:()=>w8,Code2:()=>w8,Code:()=>M5,ClubIcon:()=>eq,Club:()=>eq,CloverIcon:()=>oq,Clover:()=>oq,CloudyIcon:()=>tq,Cloudy:()=>tq,CloudUploadIcon:()=>T8,CloudUpload:()=>T8,CloudSyncIcon:()=>nq,CloudSync:()=>nq,CloudSunRainIcon:()=>aq,CloudSunRain:()=>aq,CloudSunIcon:()=>cq,CloudSun:()=>cq,CloudSnowIcon:()=>rq,CloudSnow:()=>rq,CloudRainWindIcon:()=>dq,CloudRainWind:()=>dq,CloudRainIcon:()=>sq,CloudRain:()=>sq,CloudOffIcon:()=>lq,CloudOff:()=>lq,CloudMoonRainIcon:()=>uq,CloudMoonRain:()=>uq,CloudMoonIcon:()=>pq,CloudMoon:()=>pq,CloudLightningIcon:()=>_q,CloudLightning:()=>_q,CloudIcon:()=>iq,CloudHailIcon:()=>mq,CloudHail:()=>mq,CloudFogIcon:()=>gq,CloudFog:()=>gq,CloudDrizzleIcon:()=>Lq,CloudDrizzle:()=>Lq,CloudDownloadIcon:()=>O8,CloudDownload:()=>O8,CloudCogIcon:()=>Nq,CloudCog:()=>Nq,CloudCheckIcon:()=>jq,CloudCheck:()=>jq,CloudBackupIcon:()=>Iq,CloudBackup:()=>Iq,CloudAlertIcon:()=>fq,CloudAlert:()=>fq,Cloud:()=>iq,ClosedCaptionIcon:()=>xq,ClosedCaption:()=>xq,ClockPlusIcon:()=>vq,ClockPlus:()=>vq,ClockIcon:()=>hq,ClockFadingIcon:()=>Rq,ClockFading:()=>Rq,ClockCheckIcon:()=>Eq,ClockCheck:()=>Eq,ClockArrowUpIcon:()=>Mq,ClockArrowUp:()=>Mq,ClockArrowDownIcon:()=>Dq,ClockArrowDown:()=>Dq,ClockAlertIcon:()=>Sq,ClockAlert:()=>Sq,Clock9Icon:()=>Cq,Clock9:()=>Cq,Clock8Icon:()=>bq,Clock8:()=>bq,Clock7Icon:()=>kq,Clock7:()=>kq,Clock6Icon:()=>Uq,Clock6:()=>Uq,Clock5Icon:()=>Vq,Clock5:()=>Vq,Clock4Icon:()=>yq,Clock4:()=>yq,Clock3Icon:()=>wq,Clock3:()=>wq,Clock2Icon:()=>Tq,Clock2:()=>Tq,Clock1Icon:()=>Fq,Clock12Icon:()=>Oq,Clock12:()=>Oq,Clock11Icon:()=>Aq,Clock11:()=>Aq,Clock10Icon:()=>Pq,Clock10:()=>Pq,Clock1:()=>Fq,Clock:()=>hq,ClipboardXIcon:()=>Bq,ClipboardX:()=>Bq,ClipboardTypeIcon:()=>Kq,ClipboardType:()=>Kq,ClipboardSignatureIcon:()=>P8,ClipboardSignature:()=>P8,ClipboardPlusIcon:()=>zq,ClipboardPlus:()=>zq,ClipboardPenLineIcon:()=>P8,ClipboardPenLine:()=>P8,ClipboardPenIcon:()=>A8,ClipboardPen:()=>A8,ClipboardPasteIcon:()=>Hq,ClipboardPaste:()=>Hq,ClipboardMinusIcon:()=>qq,ClipboardMinus:()=>qq,ClipboardListIcon:()=>Gq,ClipboardList:()=>Gq,ClipboardIcon:()=>$q,ClipboardEditIcon:()=>A8,ClipboardEdit:()=>A8,ClipboardCopyIcon:()=>Wq,ClipboardCopy:()=>Wq,ClipboardClockIcon:()=>Yq,ClipboardClock:()=>Yq,ClipboardCheckIcon:()=>Xq,ClipboardCheck:()=>Xq,Clipboard:()=>$q,ClapperboardIcon:()=>Qq,Clapperboard:()=>Qq,CitrusIcon:()=>Zq,Citrus:()=>Zq,CircuitBoardIcon:()=>Jq,CircuitBoard:()=>Jq,CircleXIcon:()=>Q5,CircleX:()=>Q5,CircleUserRoundIcon:()=>$8,CircleUserRound:()=>$8,CircleUserIcon:()=>F8,CircleUser:()=>F8,CircleStopIcon:()=>B8,CircleStop:()=>B8,CircleStarIcon:()=>oW,CircleStar:()=>oW,CircleSmallIcon:()=>tW,CircleSmall:()=>tW,CircleSlashedIcon:()=>K8,CircleSlashed:()=>K8,CircleSlashIcon:()=>iW,CircleSlash2Icon:()=>K8,CircleSlash2:()=>K8,CircleSlash:()=>iW,CircleQuestionMarkIcon:()=>E2,CircleQuestionMark:()=>E2,CirclePowerIcon:()=>z8,CirclePower:()=>z8,CirclePoundSterlingIcon:()=>nW,CirclePoundSterling:()=>nW,CirclePlusIcon:()=>H8,CirclePlus:()=>H8,CirclePlayIcon:()=>q8,CirclePlay:()=>q8,CirclePileIcon:()=>cW,CirclePile:()=>cW,CirclePercentIcon:()=>W8,CirclePercent:()=>W8,CirclePauseIcon:()=>G8,CirclePause:()=>G8,CircleParkingOffIcon:()=>X8,CircleParkingOff:()=>X8,CircleParkingIcon:()=>Y8,CircleParking:()=>Y8,CircleOffIcon:()=>aW,CircleOff:()=>aW,CircleMinusIcon:()=>Q8,CircleMinus:()=>Q8,CircleIcon:()=>eW,CircleHelpIcon:()=>E2,CircleHelp:()=>E2,CircleGaugeIcon:()=>Z8,CircleGauge:()=>Z8,CircleFadingPlusIcon:()=>rW,CircleFadingPlus:()=>rW,CircleFadingArrowUpIcon:()=>sW,CircleFadingArrowUp:()=>sW,CircleEqualIcon:()=>dW,CircleEqual:()=>dW,CircleEllipsisIcon:()=>lW,CircleEllipsis:()=>lW,CircleDotIcon:()=>pW,CircleDotDashedIcon:()=>uW,CircleDotDashed:()=>uW,CircleDot:()=>pW,CircleDollarSignIcon:()=>_W,CircleDollarSign:()=>_W,CircleDivideIcon:()=>e7,CircleDivide:()=>e7,CircleDashedIcon:()=>mW,CircleDashed:()=>mW,CircleChevronUpIcon:()=>J8,CircleChevronUp:()=>J8,CircleChevronRightIcon:()=>o7,CircleChevronRight:()=>o7,CircleChevronLeftIcon:()=>i7,CircleChevronLeft:()=>i7,CircleChevronDownIcon:()=>t7,CircleChevronDown:()=>t7,CircleCheckIcon:()=>n7,CircleCheckBigIcon:()=>Z5,CircleCheckBig:()=>Z5,CircleCheck:()=>n7,CircleArrowUpIcon:()=>c7,CircleArrowUp:()=>c7,CircleArrowRightIcon:()=>a7,CircleArrowRight:()=>a7,CircleArrowOutUpRightIcon:()=>r7,CircleArrowOutUpRight:()=>r7,CircleArrowOutUpLeftIcon:()=>s7,CircleArrowOutUpLeft:()=>s7,CircleArrowOutDownRightIcon:()=>d7,CircleArrowOutDownRight:()=>d7,CircleArrowOutDownLeftIcon:()=>l7,CircleArrowOutDownLeft:()=>l7,CircleArrowLeftIcon:()=>p7,CircleArrowLeft:()=>p7,CircleArrowDownIcon:()=>u7,CircleArrowDown:()=>u7,CircleAlertIcon:()=>Y0,CircleAlert:()=>Y0,Circle:()=>eW,CigaretteOffIcon:()=>LW,CigaretteOff:()=>LW,CigaretteIcon:()=>gW,Cigarette:()=>gW,ChurchIcon:()=>NW,Church:()=>NW,ChromiumIcon:()=>_7,Chromium:()=>_7,ChromeIcon:()=>_7,Chrome:()=>_7,ChevronsUpIcon:()=>jW,ChevronsUpDownIcon:()=>fW,ChevronsUpDown:()=>fW,ChevronsUp:()=>jW,ChevronsRightLeftIcon:()=>xW,ChevronsRightLeft:()=>xW,ChevronsRightIcon:()=>IW,ChevronsRight:()=>IW,ChevronsLeftRightIcon:()=>vW,ChevronsLeftRightEllipsisIcon:()=>RW,ChevronsLeftRightEllipsis:()=>RW,ChevronsLeftRight:()=>vW,ChevronsLeftIcon:()=>hW,ChevronsLeft:()=>hW,ChevronsDownUpIcon:()=>EW,ChevronsDownUp:()=>EW,ChevronsDownIcon:()=>MW,ChevronsDown:()=>MW,ChevronUpSquareIcon:()=>$4,ChevronUpSquare:()=>$4,ChevronUpIcon:()=>DW,ChevronUpCircleIcon:()=>J8,ChevronUpCircle:()=>J8,ChevronUp:()=>DW,ChevronRightSquareIcon:()=>B4,ChevronRightSquare:()=>B4,ChevronRightIcon:()=>b0,ChevronRightCircleIcon:()=>o7,ChevronRightCircle:()=>o7,ChevronRight:()=>b0,ChevronLeftSquareIcon:()=>K4,ChevronLeftSquare:()=>K4,ChevronLeftIcon:()=>M2,ChevronLeftCircleIcon:()=>i7,ChevronLeftCircle:()=>i7,ChevronLeft:()=>M2,ChevronLastIcon:()=>SW,ChevronLast:()=>SW,ChevronFirstIcon:()=>CW,ChevronFirst:()=>CW,ChevronDownSquareIcon:()=>z4,ChevronDownSquare:()=>z4,ChevronDownIcon:()=>D2,ChevronDownCircleIcon:()=>t7,ChevronDownCircle:()=>t7,ChevronDown:()=>D2,ChessRookIcon:()=>bW,ChessRook:()=>bW,ChessQueenIcon:()=>UW,ChessQueen:()=>UW,ChessPawnIcon:()=>kW,ChessPawn:()=>kW,ChessKnightIcon:()=>VW,ChessKnight:()=>VW,ChessKingIcon:()=>yW,ChessKing:()=>yW,ChessBishopIcon:()=>wW,ChessBishop:()=>wW,CherryIcon:()=>OW,Cherry:()=>OW,ChefHatIcon:()=>TW,ChefHat:()=>TW,CheckSquareIcon:()=>H4,CheckSquare2Icon:()=>q4,CheckSquare2:()=>q4,CheckSquare:()=>H4,CheckLineIcon:()=>AW,CheckLine:()=>AW,CheckIcon:()=>s0,CheckCircleIcon:()=>Z5,CheckCircle2Icon:()=>n7,CheckCircle2:()=>n7,CheckCircle:()=>Z5,CheckCheckIcon:()=>FW,CheckCheck:()=>FW,Check:()=>s0,ChartSplineIcon:()=>PW,ChartSpline:()=>PW,ChartScatterIcon:()=>m7,ChartScatter:()=>m7,ChartPieIcon:()=>g7,ChartPie:()=>g7,ChartNoAxesGanttIcon:()=>L7,ChartNoAxesGantt:()=>L7,ChartNoAxesCombinedIcon:()=>$W,ChartNoAxesCombined:()=>$W,ChartNoAxesColumnIncreasingIcon:()=>j7,ChartNoAxesColumnIncreasing:()=>j7,ChartNoAxesColumnIcon:()=>N7,ChartNoAxesColumnDecreasingIcon:()=>BW,ChartNoAxesColumnDecreasing:()=>BW,ChartNoAxesColumn:()=>N7,ChartNetworkIcon:()=>KW,ChartNetwork:()=>KW,ChartLineIcon:()=>f7,ChartLine:()=>f7,ChartGanttIcon:()=>zW,ChartGantt:()=>zW,ChartColumnStackedIcon:()=>HW,ChartColumnStacked:()=>HW,ChartColumnIncreasingIcon:()=>x7,ChartColumnIncreasing:()=>x7,ChartColumnIcon:()=>I7,ChartColumnDecreasingIcon:()=>qW,ChartColumnDecreasing:()=>qW,ChartColumnBigIcon:()=>h7,ChartColumnBig:()=>h7,ChartColumn:()=>I7,ChartCandlestickIcon:()=>v7,ChartCandlestick:()=>v7,ChartBarStackedIcon:()=>WW,ChartBarStacked:()=>WW,ChartBarIncreasingIcon:()=>GW,ChartBarIncreasing:()=>GW,ChartBarIcon:()=>R7,ChartBarDecreasingIcon:()=>YW,ChartBarDecreasing:()=>YW,ChartBarBigIcon:()=>E7,ChartBarBig:()=>E7,ChartBar:()=>R7,ChartAreaIcon:()=>M7,ChartArea:()=>M7,CctvIcon:()=>XW,Cctv:()=>XW,CatIcon:()=>QW,Cat:()=>QW,CastleIcon:()=>ZW,Castle:()=>ZW,CastIcon:()=>JW,Cast:()=>JW,CassetteTapeIcon:()=>eG,CassetteTape:()=>eG,CaseUpperIcon:()=>oG,CaseUpper:()=>oG,CaseSensitiveIcon:()=>iG,CaseSensitive:()=>iG,CaseLowerIcon:()=>tG,CaseLower:()=>tG,CarrotIcon:()=>nG,Carrot:()=>nG,CardSimIcon:()=>cG,CardSim:()=>cG,CaravanIcon:()=>aG,Caravan:()=>aG,CarTaxiFrontIcon:()=>sG,CarTaxiFront:()=>sG,CarIcon:()=>rG,CarFrontIcon:()=>dG,CarFront:()=>dG,Car:()=>rG,CaptionsOffIcon:()=>lG,CaptionsOff:()=>lG,CaptionsIcon:()=>D7,Captions:()=>D7,CannabisOffIcon:()=>pG,CannabisOff:()=>pG,CannabisIcon:()=>uG,Cannabis:()=>uG,CandyOffIcon:()=>_G,CandyOff:()=>_G,CandyIcon:()=>mG,CandyCaneIcon:()=>gG,CandyCane:()=>gG,Candy:()=>mG,CandlestickChartIcon:()=>v7,CandlestickChart:()=>v7,CameraOffIcon:()=>NG,CameraOff:()=>NG,CameraIcon:()=>LG,Camera:()=>LG,CalendarsIcon:()=>jG,Calendars:()=>jG,CalendarXIcon:()=>IG,CalendarX2Icon:()=>xG,CalendarX2:()=>xG,CalendarX:()=>IG,CalendarSyncIcon:()=>hG,CalendarSync:()=>hG,CalendarSearchIcon:()=>vG,CalendarSearch:()=>vG,CalendarRangeIcon:()=>RG,CalendarRange:()=>RG,CalendarPlusIcon:()=>EG,CalendarPlus2Icon:()=>MG,CalendarPlus2:()=>MG,CalendarPlus:()=>EG,CalendarOffIcon:()=>DG,CalendarOff:()=>DG,CalendarMinusIcon:()=>SG,CalendarMinus2Icon:()=>CG,CalendarMinus2:()=>CG,CalendarMinus:()=>SG,CalendarIcon:()=>fG,CalendarHeartIcon:()=>bG,CalendarHeart:()=>bG,CalendarFoldIcon:()=>kG,CalendarFold:()=>kG,CalendarDaysIcon:()=>UG,CalendarDays:()=>UG,CalendarCogIcon:()=>VG,CalendarCog:()=>VG,CalendarClockIcon:()=>yG,CalendarClock:()=>yG,CalendarCheckIcon:()=>wG,CalendarCheck2Icon:()=>TG,CalendarCheck2:()=>TG,CalendarCheck:()=>wG,CalendarArrowUpIcon:()=>OG,CalendarArrowUp:()=>OG,CalendarArrowDownIcon:()=>AG,CalendarArrowDown:()=>AG,Calendar1Icon:()=>PG,Calendar1:()=>PG,Calendar:()=>fG,CalculatorIcon:()=>FG,Calculator:()=>FG,CakeSliceIcon:()=>BG,CakeSlice:()=>BG,CakeIcon:()=>$G,Cake:()=>$G,CableIcon:()=>KG,CableCarIcon:()=>zG,CableCar:()=>zG,Cable:()=>KG,BusIcon:()=>HG,BusFrontIcon:()=>qG,BusFront:()=>qG,Bus:()=>HG,BuildingIcon:()=>WG,Building2Icon:()=>GG,Building2:()=>GG,Building:()=>WG,BugPlayIcon:()=>XG,BugPlay:()=>XG,BugOffIcon:()=>QG,BugOff:()=>QG,BugIcon:()=>YG,Bug:()=>YG,BubblesIcon:()=>ZG,Bubbles:()=>ZG,BrushIcon:()=>eY,BrushCleaningIcon:()=>JG,BrushCleaning:()=>JG,Brush:()=>eY,BringToFrontIcon:()=>oY,BringToFront:()=>oY,BriefcaseMedicalIcon:()=>iY,BriefcaseMedical:()=>iY,BriefcaseIcon:()=>tY,BriefcaseConveyorBeltIcon:()=>nY,BriefcaseConveyorBelt:()=>nY,BriefcaseBusinessIcon:()=>cY,BriefcaseBusiness:()=>cY,Briefcase:()=>tY,BrickWallShieldIcon:()=>rY,BrickWallShield:()=>rY,BrickWallIcon:()=>aY,BrickWallFireIcon:()=>sY,BrickWallFire:()=>sY,BrickWall:()=>aY,BrainIcon:()=>dY,BrainCogIcon:()=>pY,BrainCog:()=>pY,BrainCircuitIcon:()=>lY,BrainCircuit:()=>lY,Brain:()=>dY,BracketsIcon:()=>uY,Brackets:()=>uY,BracesIcon:()=>S7,Braces:()=>S7,BoxesIcon:()=>_Y,Boxes:()=>_Y,BoxSelectIcon:()=>O4,BoxSelect:()=>O4,BoxIcon:()=>mY,Box:()=>mY,BowArrowIcon:()=>gY,BowArrow:()=>gY,BottleWineIcon:()=>LY,BottleWine:()=>LY,BotOffIcon:()=>jY,BotOff:()=>jY,BotMessageSquareIcon:()=>fY,BotMessageSquare:()=>fY,BotIcon:()=>NY,Bot:()=>NY,BoomBoxIcon:()=>IY,BoomBox:()=>IY,BookmarkXIcon:()=>hY,BookmarkX:()=>hY,BookmarkPlusIcon:()=>vY,BookmarkPlus:()=>vY,BookmarkMinusIcon:()=>RY,BookmarkMinus:()=>RY,BookmarkIcon:()=>xY,BookmarkCheckIcon:()=>EY,BookmarkCheck:()=>EY,Bookmark:()=>xY,BookXIcon:()=>DY,BookX:()=>DY,BookUserIcon:()=>SY,BookUser:()=>SY,BookUpIcon:()=>CY,BookUp2Icon:()=>bY,BookUp2:()=>bY,BookUp:()=>CY,BookTypeIcon:()=>kY,BookType:()=>kY,BookTextIcon:()=>UY,BookText:()=>UY,BookTemplateIcon:()=>C7,BookTemplate:()=>C7,BookSearchIcon:()=>VY,BookSearch:()=>VY,BookPlusIcon:()=>yY,BookPlus:()=>yY,BookOpenTextIcon:()=>TY,BookOpenText:()=>TY,BookOpenIcon:()=>wY,BookOpenCheckIcon:()=>OY,BookOpenCheck:()=>OY,BookOpen:()=>wY,BookMinusIcon:()=>AY,BookMinus:()=>AY,BookMarkedIcon:()=>PY,BookMarked:()=>PY,BookLockIcon:()=>FY,BookLock:()=>FY,BookKeyIcon:()=>$Y,BookKey:()=>$Y,BookImageIcon:()=>BY,BookImage:()=>BY,BookIcon:()=>MY,BookHeartIcon:()=>KY,BookHeart:()=>KY,BookHeadphonesIcon:()=>zY,BookHeadphones:()=>zY,BookDownIcon:()=>HY,BookDown:()=>HY,BookDashedIcon:()=>C7,BookDashed:()=>C7,BookCopyIcon:()=>qY,BookCopy:()=>qY,BookCheckIcon:()=>WY,BookCheck:()=>WY,BookAudioIcon:()=>GY,BookAudio:()=>GY,BookAlertIcon:()=>YY,BookAlert:()=>YY,BookAIcon:()=>XY,BookA:()=>XY,Book:()=>MY,BoneIcon:()=>QY,Bone:()=>QY,BombIcon:()=>ZY,Bomb:()=>ZY,BoltIcon:()=>JY,Bolt:()=>JY,BoldIcon:()=>D5,Bold:()=>D5,BluetoothSearchingIcon:()=>oX,BluetoothSearching:()=>oX,BluetoothOffIcon:()=>tX,BluetoothOff:()=>tX,BluetoothIcon:()=>eX,BluetoothConnectedIcon:()=>iX,BluetoothConnected:()=>iX,Bluetooth:()=>eX,BlocksIcon:()=>nX,Blocks:()=>nX,BlindsIcon:()=>cX,Blinds:()=>cX,BlendIcon:()=>aX,Blend:()=>aX,BitcoinIcon:()=>rX,Bitcoin:()=>rX,BirdhouseIcon:()=>sX,Birdhouse:()=>sX,BirdIcon:()=>dX,Bird:()=>dX,BiohazardIcon:()=>lX,Biohazard:()=>lX,BinocularsIcon:()=>pX,Binoculars:()=>pX,BinaryIcon:()=>uX,Binary:()=>uX,BikeIcon:()=>_X,Bike:()=>_X,BicepsFlexedIcon:()=>mX,BicepsFlexed:()=>mX,BetweenVerticalStartIcon:()=>gX,BetweenVerticalStart:()=>gX,BetweenVerticalEndIcon:()=>LX,BetweenVerticalEnd:()=>LX,BetweenHorizontalStartIcon:()=>b7,BetweenHorizontalStart:()=>b7,BetweenHorizontalEndIcon:()=>k7,BetweenHorizontalEnd:()=>k7,BetweenHorizonalStartIcon:()=>b7,BetweenHorizonalStart:()=>b7,BetweenHorizonalEndIcon:()=>k7,BetweenHorizonalEnd:()=>k7,BellRingIcon:()=>jX,BellRing:()=>jX,BellPlusIcon:()=>fX,BellPlus:()=>fX,BellOffIcon:()=>IX,BellOff:()=>IX,BellMinusIcon:()=>xX,BellMinus:()=>xX,BellIcon:()=>NX,BellElectricIcon:()=>hX,BellElectric:()=>hX,BellDotIcon:()=>vX,BellDot:()=>vX,Bell:()=>NX,BeerOffIcon:()=>EX,BeerOff:()=>EX,BeerIcon:()=>RX,Beer:()=>RX,BeefIcon:()=>MX,Beef:()=>MX,BedSingleIcon:()=>SX,BedSingle:()=>SX,BedIcon:()=>DX,BedDoubleIcon:()=>CX,BedDouble:()=>CX,Bed:()=>DX,BeanOffIcon:()=>kX,BeanOff:()=>kX,BeanIcon:()=>bX,Bean:()=>bX,BeakerIcon:()=>UX,Beaker:()=>UX,BatteryWarningIcon:()=>yX,BatteryWarning:()=>yX,BatteryPlusIcon:()=>wX,BatteryPlus:()=>wX,BatteryMediumIcon:()=>TX,BatteryMedium:()=>TX,BatteryLowIcon:()=>OX,BatteryLow:()=>OX,BatteryIcon:()=>VX,BatteryFullIcon:()=>PX,BatteryFull:()=>PX,BatteryChargingIcon:()=>FX,BatteryCharging:()=>FX,Battery:()=>VX,BathIcon:()=>AX,Bath:()=>AX,BaselineIcon:()=>$X,Baseline:()=>$X,BarrelIcon:()=>BX,Barrel:()=>BX,BarcodeIcon:()=>KX,Barcode:()=>KX,BarChartIcon:()=>j7,BarChartHorizontalIcon:()=>R7,BarChartHorizontalBigIcon:()=>E7,BarChartHorizontalBig:()=>E7,BarChartHorizontal:()=>R7,BarChartBigIcon:()=>h7,BarChartBig:()=>h7,BarChart4Icon:()=>x7,BarChart4:()=>x7,BarChart3Icon:()=>I7,BarChart3:()=>I7,BarChart2Icon:()=>N7,BarChart2:()=>N7,BarChart:()=>j7,BanknoteXIcon:()=>HX,BanknoteX:()=>HX,BanknoteIcon:()=>zX,BanknoteArrowUpIcon:()=>qX,BanknoteArrowUp:()=>qX,BanknoteArrowDownIcon:()=>WX,BanknoteArrowDown:()=>WX,Banknote:()=>zX,BandageIcon:()=>YX,Bandage:()=>YX,BananaIcon:()=>GX,Banana:()=>GX,BanIcon:()=>XX,Ban:()=>XX,BalloonIcon:()=>QX,Balloon:()=>QX,BaggageClaimIcon:()=>ZX,BaggageClaim:()=>ZX,BadgeXIcon:()=>eQ,BadgeX:()=>eQ,BadgeTurkishLiraIcon:()=>oQ,BadgeTurkishLira:()=>oQ,BadgeSwissFrancIcon:()=>tQ,BadgeSwissFranc:()=>tQ,BadgeRussianRubleIcon:()=>iQ,BadgeRussianRuble:()=>iQ,BadgeQuestionMarkIcon:()=>U7,BadgeQuestionMark:()=>U7,BadgePoundSterlingIcon:()=>nQ,BadgePoundSterling:()=>nQ,BadgePlusIcon:()=>cQ,BadgePlus:()=>cQ,BadgePercentIcon:()=>aQ,BadgePercent:()=>aQ,BadgeMinusIcon:()=>rQ,BadgeMinus:()=>rQ,BadgeJapaneseYenIcon:()=>sQ,BadgeJapaneseYen:()=>sQ,BadgeInfoIcon:()=>dQ,BadgeInfo:()=>dQ,BadgeIndianRupeeIcon:()=>lQ,BadgeIndianRupee:()=>lQ,BadgeIcon:()=>JX,BadgeHelpIcon:()=>U7,BadgeHelp:()=>U7,BadgeEuroIcon:()=>pQ,BadgeEuro:()=>pQ,BadgeDollarSignIcon:()=>uQ,BadgeDollarSign:()=>uQ,BadgeCheckIcon:()=>V7,BadgeCheck:()=>V7,BadgeCentIcon:()=>_Q,BadgeCent:()=>_Q,BadgeAlertIcon:()=>mQ,BadgeAlert:()=>mQ,Badge:()=>JX,BackpackIcon:()=>gQ,Backpack:()=>gQ,BabyIcon:()=>LQ,Baby:()=>LQ,Axis3dIcon:()=>y7,Axis3d:()=>y7,Axis3DIcon:()=>y7,Axis3D:()=>y7,AxeIcon:()=>NQ,Axe:()=>NQ,AwardIcon:()=>jQ,Award:()=>jQ,AudioWaveformIcon:()=>fQ,AudioWaveform:()=>fQ,AudioLinesIcon:()=>IQ,AudioLines:()=>IQ,AtomIcon:()=>xQ,Atom:()=>xQ,AtSignIcon:()=>vQ,AtSign:()=>vQ,AsteriskSquareIcon:()=>X4,AsteriskSquare:()=>X4,AsteriskIcon:()=>hQ,Asterisk:()=>hQ,ArrowsUpFromLineIcon:()=>RQ,ArrowsUpFromLine:()=>RQ,ArrowUpZaIcon:()=>J5,ArrowUpZa:()=>J5,ArrowUpZAIcon:()=>J5,ArrowUpZA:()=>J5,ArrowUpWideNarrowIcon:()=>MQ,ArrowUpWideNarrow:()=>MQ,ArrowUpToLineIcon:()=>DQ,ArrowUpToLine:()=>DQ,ArrowUpSquareIcon:()=>Q4,ArrowUpSquare:()=>Q4,ArrowUpRightSquareIcon:()=>Z4,ArrowUpRightSquare:()=>Z4,ArrowUpRightIcon:()=>l9,ArrowUpRightFromSquareIcon:()=>o6,ArrowUpRightFromSquare:()=>o6,ArrowUpRightFromCircleIcon:()=>r7,ArrowUpRightFromCircle:()=>r7,ArrowUpRight:()=>l9,ArrowUpNarrowWideIcon:()=>w7,ArrowUpNarrowWide:()=>w7,ArrowUpLeftSquareIcon:()=>J4,ArrowUpLeftSquare:()=>J4,ArrowUpLeftIcon:()=>CQ,ArrowUpLeftFromSquareIcon:()=>t6,ArrowUpLeftFromSquare:()=>t6,ArrowUpLeftFromCircleIcon:()=>s7,ArrowUpLeftFromCircle:()=>s7,ArrowUpLeft:()=>CQ,ArrowUpIcon:()=>EQ,ArrowUpFromLineIcon:()=>SQ,ArrowUpFromLine:()=>SQ,ArrowUpFromDotIcon:()=>bQ,ArrowUpFromDot:()=>bQ,ArrowUpDownIcon:()=>kQ,ArrowUpDown:()=>kQ,ArrowUpCircleIcon:()=>c7,ArrowUpCircle:()=>c7,ArrowUpAzIcon:()=>T7,ArrowUpAz:()=>T7,ArrowUpAZIcon:()=>T7,ArrowUpAZ:()=>T7,ArrowUp10Icon:()=>UQ,ArrowUp10:()=>UQ,ArrowUp01Icon:()=>VQ,ArrowUp01:()=>VQ,ArrowUp:()=>EQ,ArrowRightToLineIcon:()=>wQ,ArrowRightToLine:()=>wQ,ArrowRightSquareIcon:()=>e6,ArrowRightSquare:()=>e6,ArrowRightLeftIcon:()=>TQ,ArrowRightLeft:()=>TQ,ArrowRightIcon:()=>yQ,ArrowRightFromLineIcon:()=>OQ,ArrowRightFromLine:()=>OQ,ArrowRightCircleIcon:()=>a7,ArrowRightCircle:()=>a7,ArrowRight:()=>yQ,ArrowLeftToLineIcon:()=>AQ,ArrowLeftToLine:()=>AQ,ArrowLeftSquareIcon:()=>c6,ArrowLeftSquare:()=>c6,ArrowLeftRightIcon:()=>PQ,ArrowLeftRight:()=>PQ,ArrowLeftIcon:()=>F2,ArrowLeftFromLineIcon:()=>FQ,ArrowLeftFromLine:()=>FQ,ArrowLeftCircleIcon:()=>p7,ArrowLeftCircle:()=>p7,ArrowLeft:()=>F2,ArrowDownZaIcon:()=>O7,ArrowDownZa:()=>O7,ArrowDownZAIcon:()=>O7,ArrowDownZA:()=>O7,ArrowDownWideNarrowIcon:()=>A7,ArrowDownWideNarrow:()=>A7,ArrowDownUpIcon:()=>KQ,ArrowDownUp:()=>KQ,ArrowDownToLineIcon:()=>BQ,ArrowDownToLine:()=>BQ,ArrowDownToDotIcon:()=>zQ,ArrowDownToDot:()=>zQ,ArrowDownSquareIcon:()=>r6,ArrowDownSquare:()=>r6,ArrowDownRightSquareIcon:()=>a6,ArrowDownRightSquare:()=>a6,ArrowDownRightIcon:()=>HQ,ArrowDownRightFromSquareIcon:()=>i6,ArrowDownRightFromSquare:()=>i6,ArrowDownRightFromCircleIcon:()=>d7,ArrowDownRightFromCircle:()=>d7,ArrowDownRight:()=>HQ,ArrowDownNarrowWideIcon:()=>qQ,ArrowDownNarrowWide:()=>qQ,ArrowDownLeftSquareIcon:()=>s6,ArrowDownLeftSquare:()=>s6,ArrowDownLeftIcon:()=>WQ,ArrowDownLeftFromSquareIcon:()=>n6,ArrowDownLeftFromSquare:()=>n6,ArrowDownLeftFromCircleIcon:()=>l7,ArrowDownLeftFromCircle:()=>l7,ArrowDownLeft:()=>WQ,ArrowDownIcon:()=>$Q,ArrowDownFromLineIcon:()=>GQ,ArrowDownFromLine:()=>GQ,ArrowDownCircleIcon:()=>u7,ArrowDownCircle:()=>u7,ArrowDownAzIcon:()=>e2,ArrowDownAz:()=>e2,ArrowDownAZIcon:()=>e2,ArrowDownAZ:()=>e2,ArrowDown10Icon:()=>YQ,ArrowDown10:()=>YQ,ArrowDown01Icon:()=>XQ,ArrowDown01:()=>XQ,ArrowDown:()=>$Q,ArrowBigUpIcon:()=>QQ,ArrowBigUpDashIcon:()=>ZQ,ArrowBigUpDash:()=>ZQ,ArrowBigUp:()=>QQ,ArrowBigRightIcon:()=>JQ,ArrowBigRightDashIcon:()=>e3,ArrowBigRightDash:()=>e3,ArrowBigRight:()=>JQ,ArrowBigLeftIcon:()=>o3,ArrowBigLeftDashIcon:()=>t3,ArrowBigLeftDash:()=>t3,ArrowBigLeft:()=>o3,ArrowBigDownIcon:()=>i3,ArrowBigDownDashIcon:()=>n3,ArrowBigDownDash:()=>n3,ArrowBigDown:()=>i3,ArmchairIcon:()=>c3,Armchair:()=>c3,AreaChartIcon:()=>M7,AreaChart:()=>M7,ArchiveXIcon:()=>r3,ArchiveX:()=>r3,ArchiveRestoreIcon:()=>s3,ArchiveRestore:()=>s3,ArchiveIcon:()=>a3,Archive:()=>a3,AppleIcon:()=>d3,Apple:()=>d3,AppWindowMacIcon:()=>p3,AppWindowMac:()=>p3,AppWindowIcon:()=>l3,AppWindow:()=>l3,ApertureIcon:()=>u3,Aperture:()=>u3,AnvilIcon:()=>_3,Anvil:()=>_3,AntennaIcon:()=>m3,Antenna:()=>m3,AnnoyedIcon:()=>g3,Annoyed:()=>g3,AngryIcon:()=>L3,Angry:()=>L3,AnchorIcon:()=>N3,Anchor:()=>N3,AmphoraIcon:()=>j3,Amphora:()=>j3,AmpersandsIcon:()=>f3,Ampersands:()=>f3,AmpersandIcon:()=>I3,Ampersand:()=>I3,AmbulanceIcon:()=>h3,Ambulance:()=>h3,AlignVerticalSpaceBetweenIcon:()=>x3,AlignVerticalSpaceBetween:()=>x3,AlignVerticalSpaceAroundIcon:()=>v3,AlignVerticalSpaceAround:()=>v3,AlignVerticalJustifyStartIcon:()=>R3,AlignVerticalJustifyStart:()=>R3,AlignVerticalJustifyEndIcon:()=>E3,AlignVerticalJustifyEnd:()=>E3,AlignVerticalJustifyCenterIcon:()=>M3,AlignVerticalJustifyCenter:()=>M3,AlignVerticalDistributeStartIcon:()=>D3,AlignVerticalDistributeStart:()=>D3,AlignVerticalDistributeEndIcon:()=>S3,AlignVerticalDistributeEnd:()=>S3,AlignVerticalDistributeCenterIcon:()=>C3,AlignVerticalDistributeCenter:()=>C3,AlignStartVerticalIcon:()=>b3,AlignStartVertical:()=>b3,AlignStartHorizontalIcon:()=>k3,AlignStartHorizontal:()=>k3,AlignRightIcon:()=>r4,AlignRight:()=>r4,AlignLeftIcon:()=>u2,AlignLeft:()=>u2,AlignJustifyIcon:()=>a4,AlignJustify:()=>a4,AlignHorizontalSpaceBetweenIcon:()=>U3,AlignHorizontalSpaceBetween:()=>U3,AlignHorizontalSpaceAroundIcon:()=>V3,AlignHorizontalSpaceAround:()=>V3,AlignHorizontalJustifyStartIcon:()=>y3,AlignHorizontalJustifyStart:()=>y3,AlignHorizontalJustifyEndIcon:()=>w3,AlignHorizontalJustifyEnd:()=>w3,AlignHorizontalJustifyCenterIcon:()=>T3,AlignHorizontalJustifyCenter:()=>T3,AlignHorizontalDistributeStartIcon:()=>O3,AlignHorizontalDistributeStart:()=>O3,AlignHorizontalDistributeEndIcon:()=>F3,AlignHorizontalDistributeEnd:()=>F3,AlignHorizontalDistributeCenterIcon:()=>A3,AlignHorizontalDistributeCenter:()=>A3,AlignEndVerticalIcon:()=>P3,AlignEndVertical:()=>P3,AlignEndHorizontalIcon:()=>$3,AlignEndHorizontal:()=>$3,AlignCenterVerticalIcon:()=>B3,AlignCenterVertical:()=>B3,AlignCenterIcon:()=>s4,AlignCenterHorizontalIcon:()=>K3,AlignCenterHorizontal:()=>K3,AlignCenter:()=>s4,AlertTriangleIcon:()=>W5,AlertTriangle:()=>W5,AlertOctagonIcon:()=>V6,AlertOctagon:()=>V6,AlertCircleIcon:()=>Y0,AlertCircle:()=>Y0,AlbumIcon:()=>H3,Album:()=>H3,AlarmSmokeIcon:()=>z3,AlarmSmoke:()=>z3,AlarmPlusIcon:()=>P7,AlarmPlus:()=>P7,AlarmMinusIcon:()=>F7,AlarmMinus:()=>F7,AlarmClockPlusIcon:()=>P7,AlarmClockPlus:()=>P7,AlarmClockOffIcon:()=>W3,AlarmClockOff:()=>W3,AlarmClockMinusIcon:()=>F7,AlarmClockMinus:()=>F7,AlarmClockIcon:()=>q3,AlarmClockCheckIcon:()=>$7,AlarmClockCheck:()=>$7,AlarmClock:()=>q3,AlarmCheckIcon:()=>$7,AlarmCheck:()=>$7,AirplayIcon:()=>G3,Airplay:()=>G3,AirVentIcon:()=>Y3,AirVent:()=>Y3,ActivitySquareIcon:()=>d6,ActivitySquare:()=>d6,ActivityIcon:()=>p9,Activity:()=>p9,AccessibilityIcon:()=>X3,Accessibility:()=>X3,ALargeSmallIcon:()=>Q3,ALargeSmall:()=>Q3,AArrowUpIcon:()=>Z3,AArrowUp:()=>Z3,AArrowDownIcon:()=>J3,AArrowDown:()=>J3});var tx={};Jv(tx,{ZoomOut:()=>AM,ZoomIn:()=>PM,ZodiacVirgo:()=>FM,ZodiacTaurus:()=>$M,ZodiacScorpio:()=>BM,ZodiacSagittarius:()=>KM,ZodiacPisces:()=>HM,ZodiacOphiuchus:()=>zM,ZodiacLibra:()=>qM,ZodiacLeo:()=>WM,ZodiacGemini:()=>GM,ZodiacCapricorn:()=>YM,ZodiacCancer:()=>XM,ZodiacAries:()=>QM,ZodiacAquarius:()=>ZM,ZapOff:()=>eD,Zap:()=>JM,Youtube:()=>oD,XLineTop:()=>tD,X:()=>G0,Wrench:()=>iD,Worm:()=>nD,Workflow:()=>cD,WineOff:()=>sD,Wine:()=>aD,WindArrowDown:()=>dD,Wind:()=>rD,WifiZero:()=>pD,WifiSync:()=>uD,WifiPen:()=>_D,WifiOff:()=>mD,WifiLow:()=>gD,WifiHigh:()=>ND,WifiCog:()=>LD,Wifi:()=>lD,WholeWord:()=>jD,WheatOff:()=>ID,Wheat:()=>fD,WeightTilde:()=>hD,Weight:()=>xD,WebhookOff:()=>RD,Webhook:()=>vD,Webcam:()=>ED,Waypoints:()=>MD,WavesLadder:()=>SD,WavesArrowUp:()=>CD,WavesArrowDown:()=>bD,Waves:()=>DD,Watch:()=>kD,WashingMachine:()=>UD,Warehouse:()=>VD,WandSparkles:()=>B9,Wand:()=>yD,Wallpaper:()=>wD,WalletMinimal:()=>K9,WalletCards:()=>OD,Wallet:()=>TD,Vote:()=>AD,VolumeX:()=>FD,VolumeOff:()=>$D,Volume2:()=>KD,Volume1:()=>BD,Volume:()=>PD,Volleyball:()=>zD,Voicemail:()=>HD,View:()=>qD,Videotape:()=>WD,VideoOff:()=>XD,Video:()=>GD,VibrateOff:()=>QD,Vibrate:()=>YD,VenusAndMars:()=>JD,Venus:()=>ZD,VenetianMask:()=>eS,Vegan:()=>oS,VectorSquare:()=>tS,Vault:()=>nS,Variable:()=>iS,Van:()=>cS,UtilityPole:()=>aS,UtensilsCrossed:()=>H9,Utensils:()=>z9,UsersRound:()=>q9,Users:()=>rS,UserX:()=>sS,UserStar:()=>dS,UserSearch:()=>lS,UserRoundX:()=>G9,UserRoundSearch:()=>pS,UserRoundPlus:()=>Y9,UserRoundPen:()=>uS,UserRoundMinus:()=>X9,UserRoundKey:()=>_S,UserRoundCog:()=>Q9,UserRoundCheck:()=>Z9,UserRound:()=>W9,UserPlus:()=>mS,UserPen:()=>gS,UserMinus:()=>NS,UserLock:()=>LS,UserKey:()=>jS,UserCog:()=>fS,UserCheck:()=>IS,User:()=>m5,Usb:()=>xS,Upload:()=>XJ,Unplug:()=>hS,Unlink2:()=>RS,Unlink:()=>vS,University:()=>J9,Ungroup:()=>MS,UnfoldVertical:()=>DS,UnfoldHorizontal:()=>SS,UndoDot:()=>CS,Undo2:()=>bS,Undo:()=>ES,Underline:()=>kS,UmbrellaOff:()=>VS,Umbrella:()=>US,TypeOutline:()=>yS,Type:()=>QJ,Twitter:()=>TS,Twitch:()=>wS,TvMinimalPlay:()=>AS,TvMinimal:()=>e4,Tv:()=>OS,Turtle:()=>PS,Turntable:()=>$S,TurkishLira:()=>FS,TruckElectric:()=>KS,Truck:()=>BS,Trophy:()=>zS,TriangleRight:()=>HS,TriangleDashed:()=>WS,TriangleAlert:()=>W5,Triangle:()=>qS,TrendingUpDown:()=>YS,TrendingUp:()=>GS,TrendingDown:()=>XS,Trello:()=>QS,Trees:()=>JS,TreePine:()=>ZS,TreePalm:()=>o4,TreeDeciduous:()=>eC,Trash2:()=>P0,Trash:()=>oC,Transgender:()=>tC,TramFront:()=>t4,TrainTrack:()=>iC,TrainFrontTunnel:()=>cC,TrainFront:()=>nC,TrafficCone:()=>aC,Tractor:()=>rC,ToyBrick:()=>sC,TowerControl:()=>dC,TowelRack:()=>lC,TouchpadOff:()=>uC,Touchpad:()=>pC,Torus:()=>_C,Tornado:()=>mC,Toolbox:()=>gC,ToolCase:()=>NC,Toilet:()=>LC,ToggleRight:()=>jC,ToggleLeft:()=>IC,TimerReset:()=>xC,TimerOff:()=>hC,Timer:()=>fC,TicketsPlane:()=>EC,Tickets:()=>vC,TicketX:()=>MC,TicketSlash:()=>SC,TicketPlus:()=>DC,TicketPercent:()=>CC,TicketMinus:()=>bC,TicketCheck:()=>kC,Ticket:()=>RC,ThumbsUp:()=>UC,ThumbsDown:()=>VC,ThermometerSun:()=>yC,ThermometerSnowflake:()=>TC,Thermometer:()=>wC,Theater:()=>OC,TextWrap:()=>i4,TextSelect:()=>n4,TextSearch:()=>AC,TextQuote:()=>PC,TextInitial:()=>c4,TextCursorInput:()=>$C,TextCursor:()=>FC,TextAlignStart:()=>u2,TextAlignJustify:()=>a4,TextAlignEnd:()=>r4,TextAlignCenter:()=>s4,TestTubes:()=>BC,TestTubeDiagonal:()=>d4,TestTube:()=>KC,Terminal:()=>zC,TentTree:()=>qC,Tent:()=>HC,Telescope:()=>WC,Target:()=>GC,Tangent:()=>YC,Tally5:()=>QC,Tally4:()=>XC,Tally3:()=>ZC,Tally2:()=>JC,Tally1:()=>ob,Tags:()=>eb,Tag:()=>tb,Tablets:()=>ib,TabletSmartphone:()=>cb,Tablet:()=>nb,TableRowsSplit:()=>rb,TableProperties:()=>db,TableOfContents:()=>sb,TableColumnsSplit:()=>lb,TableCellsSplit:()=>pb,TableCellsMerge:()=>ub,Table2:()=>_b,Table:()=>ab,Syringe:()=>mb,Swords:()=>gb,Sword:()=>Lb,SwitchCamera:()=>Nb,SwissFranc:()=>jb,SwatchBook:()=>fb,Superscript:()=>Ib,Sunset:()=>xb,Sunrise:()=>hb,SunSnow:()=>Rb,SunMoon:()=>Eb,SunMedium:()=>Mb,SunDim:()=>Db,Sun:()=>vb,Subscript:()=>Sb,Strikethrough:()=>g5,StretchVertical:()=>Cb,StretchHorizontal:()=>bb,Store:()=>kb,Stone:()=>Vb,StickyNote:()=>Ub,Sticker:()=>yb,Stethoscope:()=>wb,StepForward:()=>Tb,StepBack:()=>Ab,StarOff:()=>Fb,StarHalf:()=>Pb,Star:()=>Ob,Stamp:()=>$b,Squirrel:()=>Bb,SquircleDashed:()=>zb,Squircle:()=>Kb,SquaresUnite:()=>Hb,SquaresSubtract:()=>qb,SquaresIntersect:()=>Gb,SquaresExclude:()=>Wb,SquareX:()=>l4,SquareUserRound:()=>u4,SquareUser:()=>p4,SquareTerminal:()=>_4,SquareStop:()=>Xb,SquareStar:()=>Qb,SquareStack:()=>Jb,SquareSquare:()=>Zb,SquareSplitVertical:()=>m4,SquareSplitHorizontal:()=>g4,SquareSlash:()=>L4,SquareSigma:()=>N4,SquareScissors:()=>j4,SquareRoundCorner:()=>ek,SquareRadical:()=>ok,SquarePower:()=>f4,SquarePlus:()=>I4,SquarePlay:()=>x4,SquarePilcrow:()=>h4,SquarePi:()=>v4,SquarePercent:()=>R4,SquarePen:()=>r0,SquarePause:()=>tk,SquareParkingOff:()=>M4,SquareParking:()=>E4,SquareMousePointer:()=>D4,SquareMinus:()=>S4,SquareMenu:()=>C4,SquareM:()=>b4,SquareLibrary:()=>k4,SquareKanban:()=>U4,SquareFunction:()=>V4,SquareEqual:()=>y4,SquareDot:()=>w4,SquareDivide:()=>T4,SquareDashedTopSolid:()=>ik,SquareDashedMousePointer:()=>A4,SquareDashedKanban:()=>P4,SquareDashedBottomCode:()=>nk,SquareDashedBottom:()=>ck,SquareDashed:()=>O4,SquareCode:()=>F4,SquareChevronUp:()=>$4,SquareChevronRight:()=>B4,SquareChevronLeft:()=>K4,SquareChevronDown:()=>z4,SquareCheckBig:()=>H4,SquareCheck:()=>q4,SquareChartGantt:()=>_2,SquareCenterlineDashedVertical:()=>W4,SquareCenterlineDashedHorizontal:()=>G4,SquareBottomDashedScissors:()=>Y4,SquareAsterisk:()=>X4,SquareArrowUpRight:()=>Z4,SquareArrowUpLeft:()=>J4,SquareArrowUp:()=>Q4,SquareArrowRightExit:()=>ak,SquareArrowRightEnter:()=>rk,SquareArrowRight:()=>e6,SquareArrowOutUpRight:()=>o6,SquareArrowOutUpLeft:()=>t6,SquareArrowOutDownRight:()=>i6,SquareArrowOutDownLeft:()=>n6,SquareArrowLeft:()=>c6,SquareArrowDownRight:()=>a6,SquareArrowDownLeft:()=>s6,SquareArrowDown:()=>r6,SquareActivity:()=>d6,Square:()=>Yb,Sprout:()=>sk,SprayCan:()=>dk,Spotlight:()=>pk,Spool:()=>lk,Split:()=>uk,SplinePointer:()=>mk,Spline:()=>_k,SpellCheck2:()=>Nk,SpellCheck:()=>gk,Speech:()=>Lk,Speaker:()=>jk,Sparkles:()=>l6,Sparkle:()=>fk,Spade:()=>Ik,Space:()=>xk,Soup:()=>vk,SolarPanel:()=>hk,Sofa:()=>Rk,SoapDispenserDroplet:()=>Ek,Snowflake:()=>Mk,Snail:()=>Sk,SmilePlus:()=>Ck,Smile:()=>Dk,SmartphoneNfc:()=>kk,SmartphoneCharging:()=>Uk,Smartphone:()=>bk,SlidersVertical:()=>p6,SlidersHorizontal:()=>yk,Slice:()=>Vk,Slash:()=>wk,Slack:()=>Ok,Skull:()=>Tk,SkipForward:()=>Ak,SkipBack:()=>Pk,Siren:()=>Fk,SignpostBig:()=>Bk,Signpost:()=>$k,Signature:()=>Kk,SignalZero:()=>Hk,SignalMedium:()=>qk,SignalLow:()=>Gk,SignalHigh:()=>Wk,Signal:()=>zk,Sigma:()=>Qk,Shuffle:()=>Yk,Shrub:()=>Xk,Shrink:()=>Zk,Shrimp:()=>Jk,Shredder:()=>eU,ShowerHead:()=>oU,Shovel:()=>tU,ShoppingCart:()=>iU,ShoppingBasket:()=>cU,ShoppingBag:()=>nU,Shirt:()=>aU,ShipWheel:()=>sU,Ship:()=>rU,ShieldX:()=>u6,ShieldUser:()=>lU,ShieldQuestionMark:()=>_6,ShieldPlus:()=>pU,ShieldOff:()=>_U,ShieldMinus:()=>uU,ShieldHalf:()=>mU,ShieldEllipsis:()=>gU,ShieldCheck:()=>ZJ,ShieldBan:()=>LU,ShieldAlert:()=>NU,Shield:()=>dU,ShelvingUnit:()=>jU,Shell:()=>fU,Sheet:()=>IU,Share2:()=>hU,Share:()=>xU,Shapes:()=>vU,Settings2:()=>N5,Settings:()=>L5,ServerOff:()=>MU,ServerCrash:()=>DU,ServerCog:()=>EU,Server:()=>RU,SeparatorVertical:()=>SU,SeparatorHorizontal:()=>CU,SendToBack:()=>kU,SendHorizontal:()=>m6,Send:()=>bU,Section:()=>UU,SearchX:()=>VU,SearchSlash:()=>yU,SearchCode:()=>wU,SearchCheck:()=>TU,SearchAlert:()=>OU,Search:()=>m2,ScrollText:()=>PU,Scroll:()=>AU,ScreenShareOff:()=>$U,ScreenShare:()=>FU,Scooter:()=>BU,ScissorsLineDashed:()=>zU,Scissors:()=>KU,School:()=>HU,ScanText:()=>WU,ScanSearch:()=>YU,ScanQrCode:()=>GU,ScanLine:()=>XU,ScanHeart:()=>ZU,ScanFace:()=>QU,ScanEye:()=>JU,ScanBarcode:()=>eV,Scan:()=>qU,Scaling:()=>oV,Scale3d:()=>g6,Scale:()=>tV,SaveOff:()=>nV,SaveAll:()=>iV,Save:()=>C0,SaudiRiyal:()=>cV,SatelliteDish:()=>rV,Satellite:()=>aV,Sandwich:()=>sV,Salad:()=>dV,Sailboat:()=>lV,RussianRuble:()=>pV,RulerDimensionLine:()=>_V,Ruler:()=>uV,Rss:()=>mV,Rows4:()=>gV,Rows3:()=>L6,Rows2:()=>N6,Router:()=>LV,RouteOff:()=>jV,Route:()=>NV,RotateCwSquare:()=>IV,RotateCw:()=>fV,RotateCcwSquare:()=>xV,RotateCcwKey:()=>hV,RotateCcw:()=>JJ,Rotate3d:()=>j6,Rose:()=>vV,RollerCoaster:()=>EV,RockingChair:()=>RV,Rocket:()=>MV,Ribbon:()=>DV,Rewind:()=>SV,ReplyAll:()=>kV,Reply:()=>bV,ReplaceAll:()=>UV,Replace:()=>CV,Repeat2:()=>yV,Repeat1:()=>wV,Repeat:()=>VV,RemoveFormatting:()=>OV,Regex:()=>TV,Refrigerator:()=>AV,RefreshCwOff:()=>FV,RefreshCw:()=>e9,RefreshCcwDot:()=>PV,RefreshCcw:()=>$V,RedoDot:()=>KV,Redo2:()=>zV,Redo:()=>BV,Recycle:()=>HV,RectangleVertical:()=>qV,RectangleHorizontal:()=>WV,RectangleGoggles:()=>GV,RectangleEllipsis:()=>f6,RectangleCircle:()=>YV,ReceiptTurkishLira:()=>QV,ReceiptText:()=>ZV,ReceiptSwissFranc:()=>JV,ReceiptRussianRuble:()=>ey,ReceiptPoundSterling:()=>oy,ReceiptJapaneseYen:()=>ty,ReceiptIndianRupee:()=>iy,ReceiptEuro:()=>ny,ReceiptCent:()=>cy,Receipt:()=>XV,Ratio:()=>ay,Rat:()=>ry,Rainbow:()=>sy,RailSymbol:()=>dy,Radius:()=>ly,RadioTower:()=>uy,RadioReceiver:()=>_y,Radio:()=>py,Radical:()=>my,Radiation:()=>Ly,Radar:()=>gy,Rabbit:()=>Ny,Quote:()=>j5,QrCode:()=>jy,Pyramid:()=>fy,Puzzle:()=>Iy,Proportions:()=>xy,Projector:()=>hy,PrinterX:()=>Ry,PrinterCheck:()=>Ey,Printer:()=>vy,Presentation:()=>My,PowerOff:()=>Sy,Power:()=>Dy,PoundSterling:()=>by,Popsicle:()=>Cy,Popcorn:()=>ky,PointerOff:()=>Vy,Pointer:()=>Uy,Podcast:()=>yy,PocketKnife:()=>Ty,Pocket:()=>wy,Plus:()=>F0,PlugZap:()=>I6,Plug2:()=>Ay,Plug:()=>Oy,Play:()=>Py,PlaneTakeoff:()=>$y,PlaneLanding:()=>By,Plane:()=>Fy,Pizza:()=>Ky,Pipette:()=>zy,PinOff:()=>qy,Pin:()=>Hy,PillBottle:()=>Yy,Pill:()=>Wy,PilcrowRight:()=>Xy,PilcrowLeft:()=>Qy,Pilcrow:()=>Gy,PiggyBank:()=>Zy,PictureInPicture2:()=>Jy,PictureInPicture:()=>ew,Pickaxe:()=>ow,Piano:()=>tw,Pi:()=>iw,PhoneOutgoing:()=>nw,PhoneOff:()=>aw,PhoneMissed:()=>rw,PhoneIncoming:()=>sw,PhoneForwarded:()=>dw,PhoneCall:()=>lw,Phone:()=>cw,PhilippinePeso:()=>pw,PersonStanding:()=>uw,Percent:()=>_w,Pentagon:()=>gw,PencilRuler:()=>Lw,PencilOff:()=>Nw,PencilLine:()=>jw,Pencil:()=>mw,PenTool:()=>fw,PenOff:()=>Iw,PenLine:()=>x6,Pen:()=>P2,PcCase:()=>xw,PawPrint:()=>hw,Pause:()=>vw,PartyPopper:()=>Rw,ParkingMeter:()=>Ew,Parentheses:()=>Mw,Paperclip:()=>Dw,PanelsTopLeft:()=>h6,PanelsRightBottom:()=>Sw,PanelsLeftBottom:()=>bw,PanelTopOpen:()=>kw,PanelTopDashed:()=>v6,PanelTopClose:()=>Uw,PanelTopBottomDashed:()=>yw,PanelTop:()=>Cw,PanelRightOpen:()=>ww,PanelRightDashed:()=>R6,PanelRightClose:()=>Tw,PanelRight:()=>Vw,PanelLeftRightDashed:()=>Ow,PanelLeftOpen:()=>D6,PanelLeftDashed:()=>M6,PanelLeftClose:()=>S6,PanelLeft:()=>E6,PanelBottomOpen:()=>Pw,PanelBottomDashed:()=>C6,PanelBottomClose:()=>Fw,PanelBottom:()=>Aw,Panda:()=>$w,Palette:()=>Bw,PaintbrushVertical:()=>b6,Paintbrush:()=>Kw,PaintRoller:()=>zw,PaintBucket:()=>Hw,PackageX:()=>qw,PackageSearch:()=>Ww,PackagePlus:()=>Gw,PackageOpen:()=>Yw,PackageMinus:()=>Xw,PackageCheck:()=>Qw,Package2:()=>Zw,Package:()=>g2,Origami:()=>Jw,Orbit:()=>eT,Option:()=>oT,Omega:()=>iT,OctagonX:()=>k6,OctagonPause:()=>U6,OctagonMinus:()=>nT,OctagonAlert:()=>V6,Octagon:()=>tT,NutOff:()=>aT,Nut:()=>cT,NotepadTextDashed:()=>dT,NotepadText:()=>rT,NotebookText:()=>lT,NotebookTabs:()=>pT,NotebookPen:()=>uT,Notebook:()=>sT,NonBinary:()=>_T,Nfc:()=>gT,Newspaper:()=>mT,Network:()=>LT,NavigationOff:()=>NT,Navigation2Off:()=>IT,Navigation2:()=>fT,Navigation:()=>jT,Music4:()=>hT,Music3:()=>vT,Music2:()=>RT,Music:()=>xT,MoveVertical:()=>DT,MoveUpRight:()=>ST,MoveUpLeft:()=>CT,MoveUp:()=>MT,MoveRight:()=>bT,MoveLeft:()=>kT,MoveHorizontal:()=>UT,MoveDownRight:()=>yT,MoveDownLeft:()=>wT,MoveDown:()=>VT,MoveDiagonal2:()=>OT,MoveDiagonal:()=>TT,Move3d:()=>y6,Move:()=>ET,MouseRight:()=>PT,MousePointerClick:()=>$T,MousePointerBan:()=>BT,MousePointer2Off:()=>zT,MousePointer2:()=>KT,MousePointer:()=>FT,MouseOff:()=>HT,MouseLeft:()=>qT,Mouse:()=>AT,MountainSnow:()=>GT,Mountain:()=>WT,Motorbike:()=>YT,MoonStar:()=>QT,Moon:()=>XT,MonitorX:()=>JT,MonitorUp:()=>eO,MonitorStop:()=>oO,MonitorSpeaker:()=>tO,MonitorSmartphone:()=>nO,MonitorPlay:()=>iO,MonitorPause:()=>cO,MonitorOff:()=>aO,MonitorDown:()=>rO,MonitorDot:()=>sO,MonitorCog:()=>dO,MonitorCloud:()=>lO,MonitorCheck:()=>pO,Monitor:()=>ZT,MirrorRound:()=>uO,MirrorRectangular:()=>_O,Minus:()=>mO,Minimize2:()=>LO,Minimize:()=>gO,MilkOff:()=>jO,Milk:()=>NO,Milestone:()=>IO,Microwave:()=>fO,Microscope:()=>xO,Microchip:()=>hO,MicVocal:()=>w6,MicOff:()=>RO,Mic:()=>vO,Metronome:()=>EO,MessagesSquare:()=>MO,MessageSquareX:()=>SO,MessageSquareWarning:()=>bO,MessageSquareText:()=>CO,MessageSquareShare:()=>kO,MessageSquareReply:()=>UO,MessageSquareQuote:()=>VO,MessageSquarePlus:()=>yO,MessageSquareOff:()=>wO,MessageSquareMore:()=>TO,MessageSquareLock:()=>AO,MessageSquareHeart:()=>OO,MessageSquareDot:()=>PO,MessageSquareDiff:()=>FO,MessageSquareDashed:()=>$O,MessageSquareCode:()=>BO,MessageSquareCheck:()=>zO,MessageSquare:()=>DO,MessageCircleX:()=>HO,MessageCircleWarning:()=>qO,MessageCircleReply:()=>WO,MessageCircleQuestionMark:()=>T6,MessageCirclePlus:()=>GO,MessageCircleOff:()=>YO,MessageCircleMore:()=>QO,MessageCircleHeart:()=>ZO,MessageCircleDashed:()=>XO,MessageCircleCode:()=>eA,MessageCircleCheck:()=>JO,MessageCircle:()=>KO,Merge:()=>oA,Menu:()=>tA,MemoryStick:()=>iA,Meh:()=>nA,MegaphoneOff:()=>rA,Megaphone:()=>cA,Medal:()=>aA,Maximize2:()=>dA,Maximize:()=>sA,Martini:()=>lA,MarsStroke:()=>uA,Mars:()=>pA,MapPlus:()=>mA,MapPinned:()=>gA,MapPinXInside:()=>jA,MapPinX:()=>NA,MapPinPlusInside:()=>IA,MapPinPlus:()=>fA,MapPinPen:()=>O6,MapPinOff:()=>xA,MapPinMinusInside:()=>vA,MapPinMinus:()=>hA,MapPinHouse:()=>RA,MapPinCheckInside:()=>MA,MapPinCheck:()=>EA,MapPin:()=>LA,MapMinus:()=>DA,Map:()=>_A,Mails:()=>SA,Mailbox:()=>CA,MailX:()=>kA,MailWarning:()=>VA,MailSearch:()=>UA,MailQuestionMark:()=>A6,MailPlus:()=>yA,MailOpen:()=>wA,MailMinus:()=>TA,MailCheck:()=>OA,Mail:()=>bA,Magnet:()=>AA,Luggage:()=>PA,Lollipop:()=>FA,Logs:()=>$A,LogOut:()=>o9,LogIn:()=>BA,LockOpen:()=>P6,LockKeyholeOpen:()=>F6,LockKeyhole:()=>KA,Lock:()=>L2,LocateOff:()=>HA,LocateFixed:()=>qA,Locate:()=>zA,LoaderPinwheel:()=>GA,LoaderCircle:()=>Z1,Loader:()=>WA,ListX:()=>YA,ListVideo:()=>XA,ListTree:()=>QA,ListTodo:()=>JA,ListStart:()=>ZA,ListRestart:()=>eP,ListPlus:()=>oP,ListOrdered:()=>I5,ListMusic:()=>tP,ListMinus:()=>iP,ListIndentIncrease:()=>N2,ListIndentDecrease:()=>j2,ListFilterPlus:()=>cP,ListFilter:()=>nP,ListEnd:()=>aP,ListCollapse:()=>rP,ListChevronsUpDown:()=>sP,ListChevronsDownUp:()=>dP,ListChecks:()=>lP,ListCheck:()=>pP,List:()=>f5,Linkedin:()=>uP,Link2Off:()=>mP,Link2:()=>_P,Link:()=>f2,LineSquiggle:()=>LP,LineDotRightHorizontal:()=>gP,LightbulbOff:()=>jP,Lightbulb:()=>NP,Ligature:()=>IP,LifeBuoy:()=>fP,LibraryBig:()=>hP,Library:()=>xP,LensConvex:()=>vP,LensConcave:()=>RP,Lectern:()=>EP,LeafyGreen:()=>MP,Leaf:()=>DP,LayoutTemplate:()=>SP,LayoutPanelTop:()=>bP,LayoutPanelLeft:()=>CP,LayoutList:()=>t9,LayoutGrid:()=>kP,LayoutDashboard:()=>i9,LayersPlus:()=>UP,Layers2:()=>VP,Layers:()=>$6,Laugh:()=>wP,LassoSelect:()=>TP,Lasso:()=>yP,LaptopMinimalCheck:()=>AP,LaptopMinimal:()=>B6,Laptop:()=>OP,Languages:()=>PP,Landmark:()=>FP,LandPlot:()=>$P,LampWallUp:()=>BP,LampWallDown:()=>HP,LampFloor:()=>zP,LampDesk:()=>qP,LampCeiling:()=>WP,Lamp:()=>KP,KeyboardOff:()=>GP,KeyboardMusic:()=>XP,Keyboard:()=>YP,KeySquare:()=>QP,KeyRound:()=>ZP,Key:()=>n9,Kayak:()=>JP,Kanban:()=>oF,Joystick:()=>eF,JapaneseYen:()=>tF,IterationCw:()=>iF,IterationCcw:()=>nF,Italic:()=>x5,Instagram:()=>cF,InspectionPanel:()=>rF,Info:()=>G5,Infinity:()=>aF,IndianRupee:()=>sF,Inbox:()=>c9,Import:()=>dF,Images:()=>lF,ImageUpscale:()=>pF,ImageUp:()=>uF,ImagePlus:()=>_F,ImagePlay:()=>mF,ImageOff:()=>gF,ImageMinus:()=>LF,ImageDown:()=>NF,Image:()=>a1,IdCardLanyard:()=>fF,IdCard:()=>jF,IceCreamCone:()=>K6,IceCreamBowl:()=>z6,HouseWifi:()=>xF,HousePlus:()=>IF,HousePlug:()=>hF,HouseHeart:()=>vF,House:()=>Y5,Hourglass:()=>EF,Hotel:()=>RF,Hospital:()=>MF,HopOff:()=>SF,Hop:()=>DF,History:()=>a9,Highlighter:()=>CF,Hexagon:()=>bF,Helicopter:()=>kF,Heater:()=>VF,HeartPulse:()=>yF,HeartPlus:()=>wF,HeartOff:()=>TF,HeartMinus:()=>OF,HeartHandshake:()=>AF,HeartCrack:()=>PF,Heart:()=>UF,Headset:()=>FF,Headphones:()=>BF,HeadphoneOff:()=>$F,Heading6:()=>zF,Heading5:()=>HF,Heading4:()=>qF,Heading3:()=>WF,Heading2:()=>h5,Heading1:()=>v5,Heading:()=>KF,HdmiPort:()=>GF,Hd:()=>YF,Haze:()=>XF,HatGlasses:()=>ZF,Hash:()=>QF,HardHat:()=>JF,HardDriveUpload:()=>o$,HardDriveDownload:()=>t$,HardDrive:()=>e$,Handshake:()=>i$,Handbag:()=>n$,HandPlatter:()=>r$,HandMetal:()=>a$,HandHelping:()=>H6,HandHeart:()=>s$,HandGrab:()=>q6,HandFist:()=>d$,HandCoins:()=>l$,Hand:()=>c$,Hammer:()=>u$,Hamburger:()=>p$,Ham:()=>_$,Guitar:()=>m$,Group:()=>g$,GripVertical:()=>L$,GripHorizontal:()=>j$,Grip:()=>N$,Grid3x3:()=>Q2,Grid3x2:()=>f$,Grid2x2X:()=>G6,Grid2x2Plus:()=>Y6,Grid2x2Check:()=>X6,Grid2x2:()=>W6,Grape:()=>I$,GraduationCap:()=>x$,Gpu:()=>v$,Goal:()=>h$,GlobeX:()=>R$,GlobeOff:()=>E$,GlobeLock:()=>M$,Globe:()=>X5,Glasses:()=>D$,GlassWater:()=>S$,Gitlab:()=>C$,Github:()=>b$,GitPullRequestDraft:()=>U$,GitPullRequestCreateArrow:()=>V$,GitPullRequestCreate:()=>y$,GitPullRequestClosed:()=>w$,GitPullRequestArrow:()=>T$,GitPullRequest:()=>k$,GitMergeConflict:()=>A$,GitMerge:()=>O$,GitGraph:()=>P$,GitFork:()=>F$,GitCompareArrows:()=>$$,GitCompare:()=>B$,GitCommitVertical:()=>K$,GitCommitHorizontal:()=>Q6,GitBranchPlus:()=>H$,GitBranchMinus:()=>q$,GitBranch:()=>z$,Gift:()=>W$,Ghost:()=>G$,GeorgianLari:()=>Y$,Gem:()=>X$,Gavel:()=>Q$,Gauge:()=>J$,GamepadDirectional:()=>eB,Gamepad2:()=>oB,Gamepad:()=>Z$,GalleryVerticalEnd:()=>iB,GalleryVertical:()=>tB,GalleryThumbnails:()=>nB,GalleryHorizontalEnd:()=>aB,GalleryHorizontal:()=>cB,FunnelX:()=>J6,FunnelPlus:()=>rB,Funnel:()=>Z6,Fullscreen:()=>sB,Fuel:()=>dB,Frown:()=>lB,Framer:()=>pB,Frame:()=>uB,Forward:()=>_B,Form:()=>gB,Forklift:()=>mB,Footprints:()=>LB,Folders:()=>fB,FolderX:()=>jB,FolderUp:()=>IB,FolderTree:()=>xB,FolderSync:()=>hB,FolderSymlink:()=>RB,FolderSearch2:()=>vB,FolderSearch:()=>EB,FolderRoot:()=>MB,FolderPlus:()=>I2,FolderPen:()=>e8,FolderOutput:()=>DB,FolderOpenDot:()=>CB,FolderOpen:()=>SB,FolderMinus:()=>bB,FolderLock:()=>kB,FolderKey:()=>UB,FolderKanban:()=>VB,FolderInput:()=>yB,FolderHeart:()=>wB,FolderGit2:()=>OB,FolderGit:()=>TB,FolderDown:()=>AB,FolderDot:()=>PB,FolderCog:()=>o8,FolderCode:()=>FB,FolderClosed:()=>$B,FolderClock:()=>BB,FolderCheck:()=>KB,FolderArchive:()=>zB,Folder:()=>NB,FoldVertical:()=>HB,FoldHorizontal:()=>qB,Focus:()=>WB,Flower2:()=>YB,Flower:()=>GB,FlipVertical2:()=>XB,FlipHorizontal2:()=>QB,FlaskRound:()=>ZB,FlaskConicalOff:()=>eK,FlaskConical:()=>JB,FlashlightOff:()=>tK,Flashlight:()=>oK,FlameKindling:()=>iK,Flame:()=>nK,FlagTriangleRight:()=>aK,FlagTriangleLeft:()=>rK,FlagOff:()=>sK,Flag:()=>cK,FishingRod:()=>dK,FishingHook:()=>pK,FishSymbol:()=>uK,FishOff:()=>_K,Fish:()=>lK,FireExtinguisher:()=>mK,FingerprintPattern:()=>t8,Film:()=>gK,Files:()=>LK,FileXCorner:()=>i8,FileX:()=>NK,FileVolume:()=>jK,FileVideoCamera:()=>n8,FileUser:()=>IK,FileUp:()=>fK,FileTypeCorner:()=>c8,FileType:()=>xK,FileText:()=>h2,FileTerminal:()=>hK,FileSymlink:()=>vK,FileStack:()=>RK,FileSpreadsheet:()=>EK,FileSliders:()=>MK,FileSignal:()=>a8,FileSearchCorner:()=>r8,FileSearch:()=>DK,FileScan:()=>SK,FileQuestionMark:()=>s8,FilePlusCorner:()=>d8,FilePlus:()=>CK,FilePlay:()=>l8,FilePenLine:()=>u8,FilePen:()=>p8,FileOutput:()=>bK,FileMusic:()=>kK,FileMinusCorner:()=>_8,FileMinus:()=>UK,FileLock:()=>m8,FileKey:()=>g8,FileInput:()=>VK,FileImage:()=>yK,FileHeart:()=>wK,FileHeadphone:()=>v2,FileExclamationPoint:()=>L8,FileDown:()=>TK,FileDigit:()=>OK,FileDiff:()=>AK,FileCog:()=>N8,FileCodeCorner:()=>j8,FileCode:()=>PK,FileClock:()=>FK,FileCheckCorner:()=>f8,FileCheck:()=>$K,FileChartPie:()=>x8,FileChartLine:()=>I8,FileChartColumnIncreasing:()=>R8,FileChartColumn:()=>h8,FileBracesCorner:()=>E8,FileBraces:()=>v8,FileBox:()=>BK,FileBadge:()=>M8,FileAxis3d:()=>D8,FileArchive:()=>KK,File:()=>x2,Figma:()=>zK,FerrisWheel:()=>HK,Fence:()=>qK,Feather:()=>WK,FastForward:()=>GK,Fan:()=>YK,Factory:()=>XK,Facebook:()=>QK,EyeOff:()=>ZK,EyeClosed:()=>JK,Eye:()=>R5,ExternalLink:()=>r9,Expand:()=>ez,EvCharger:()=>oz,Euro:()=>tz,EthernetPort:()=>nz,Eraser:()=>iz,EqualNot:()=>az,EqualApproximately:()=>rz,Equal:()=>cz,EllipsisVertical:()=>C8,Ellipsis:()=>S8,Ellipse:()=>sz,EggOff:()=>lz,EggFried:()=>pz,Egg:()=>dz,Eclipse:()=>uz,EarthLock:()=>_z,Earth:()=>b8,EarOff:()=>mz,Ear:()=>gz,Dumbbell:()=>Lz,Drumstick:()=>Nz,Drum:()=>jz,Droplets:()=>fz,DropletOff:()=>xz,Droplet:()=>Iz,Drone:()=>hz,Drill:()=>vz,Dribbble:()=>Rz,Drama:()=>Ez,DraftingCompass:()=>Mz,Download:()=>s9,Dot:()=>Dz,DoorOpen:()=>Cz,DoorClosedLocked:()=>bz,DoorClosed:()=>Sz,Donut:()=>Uz,DollarSign:()=>kz,Dog:()=>Vz,Dock:()=>yz,DnaOff:()=>Tz,Dna:()=>wz,Divide:()=>Oz,DiscAlbum:()=>Fz,Disc3:()=>Pz,Disc2:()=>$z,Disc:()=>Az,Diff:()=>Bz,Dices:()=>Kz,Dice6:()=>zz,Dice5:()=>Hz,Dice4:()=>qz,Dice3:()=>Wz,Dice2:()=>Gz,Dice1:()=>Yz,DiamondPlus:()=>Qz,DiamondPercent:()=>k8,DiamondMinus:()=>Zz,Diamond:()=>Xz,Diameter:()=>Jz,Dessert:()=>eH,Delete:()=>oH,DecimalsArrowRight:()=>tH,DecimalsArrowLeft:()=>iH,DatabaseZap:()=>nH,DatabaseSearch:()=>cH,DatabaseBackup:()=>aH,Database:()=>E5,Dam:()=>rH,Cylinder:()=>sH,Currency:()=>lH,CupSoda:()=>dH,Cuboid:()=>pH,Crown:()=>uH,Crosshair:()=>_H,Cross:()=>gH,Crop:()=>mH,Croissant:()=>LH,CreditCard:()=>NH,CreativeCommons:()=>jH,Cpu:()=>fH,CornerUpRight:()=>IH,CornerUpLeft:()=>xH,CornerRightUp:()=>hH,CornerRightDown:()=>RH,CornerLeftUp:()=>vH,CornerLeftDown:()=>EH,CornerDownRight:()=>MH,CornerDownLeft:()=>DH,Copyright:()=>SH,Copyleft:()=>CH,CopyX:()=>bH,CopySlash:()=>kH,CopyPlus:()=>UH,CopyMinus:()=>VH,CopyCheck:()=>yH,Copy:()=>d9,CookingPot:()=>wH,Cookie:()=>TH,Contrast:()=>OH,Container:()=>AH,ContactRound:()=>U8,Contact:()=>PH,Construction:()=>FH,Cone:()=>$H,ConciergeBell:()=>BH,Computer:()=>KH,Component:()=>zH,Compass:()=>qH,Command:()=>HH,Combine:()=>WH,Columns4:()=>GH,Columns3Cog:()=>R2,Columns3:()=>V8,Columns2:()=>y8,Coins:()=>YH,Cog:()=>XH,Coffee:()=>QH,Codesandbox:()=>ZH,Codepen:()=>JH,CodeXml:()=>w8,Code:()=>M5,Club:()=>eq,Clover:()=>oq,Cloudy:()=>tq,CloudUpload:()=>T8,CloudSync:()=>nq,CloudSunRain:()=>aq,CloudSun:()=>cq,CloudSnow:()=>rq,CloudRainWind:()=>dq,CloudRain:()=>sq,CloudOff:()=>lq,CloudMoonRain:()=>uq,CloudMoon:()=>pq,CloudLightning:()=>_q,CloudHail:()=>mq,CloudFog:()=>gq,CloudDrizzle:()=>Lq,CloudDownload:()=>O8,CloudCog:()=>Nq,CloudCheck:()=>jq,CloudBackup:()=>Iq,CloudAlert:()=>fq,Cloud:()=>iq,ClosedCaption:()=>xq,ClockPlus:()=>vq,ClockFading:()=>Rq,ClockCheck:()=>Eq,ClockArrowUp:()=>Mq,ClockArrowDown:()=>Dq,ClockAlert:()=>Sq,Clock9:()=>Cq,Clock8:()=>bq,Clock7:()=>kq,Clock6:()=>Uq,Clock5:()=>Vq,Clock4:()=>yq,Clock3:()=>wq,Clock2:()=>Tq,Clock12:()=>Oq,Clock11:()=>Aq,Clock10:()=>Pq,Clock1:()=>Fq,Clock:()=>hq,ClipboardX:()=>Bq,ClipboardType:()=>Kq,ClipboardPlus:()=>zq,ClipboardPenLine:()=>P8,ClipboardPen:()=>A8,ClipboardPaste:()=>Hq,ClipboardMinus:()=>qq,ClipboardList:()=>Gq,ClipboardCopy:()=>Wq,ClipboardClock:()=>Yq,ClipboardCheck:()=>Xq,Clipboard:()=>$q,Clapperboard:()=>Qq,Citrus:()=>Zq,CircuitBoard:()=>Jq,CircleX:()=>Q5,CircleUserRound:()=>$8,CircleUser:()=>F8,CircleStop:()=>B8,CircleStar:()=>oW,CircleSmall:()=>tW,CircleSlash2:()=>K8,CircleSlash:()=>iW,CircleQuestionMark:()=>E2,CirclePower:()=>z8,CirclePoundSterling:()=>nW,CirclePlus:()=>H8,CirclePlay:()=>q8,CirclePile:()=>cW,CirclePercent:()=>W8,CirclePause:()=>G8,CircleParkingOff:()=>X8,CircleParking:()=>Y8,CircleOff:()=>aW,CircleMinus:()=>Q8,CircleGauge:()=>Z8,CircleFadingPlus:()=>rW,CircleFadingArrowUp:()=>sW,CircleEqual:()=>dW,CircleEllipsis:()=>lW,CircleDotDashed:()=>uW,CircleDot:()=>pW,CircleDollarSign:()=>_W,CircleDivide:()=>e7,CircleDashed:()=>mW,CircleChevronUp:()=>J8,CircleChevronRight:()=>o7,CircleChevronLeft:()=>i7,CircleChevronDown:()=>t7,CircleCheckBig:()=>Z5,CircleCheck:()=>n7,CircleArrowUp:()=>c7,CircleArrowRight:()=>a7,CircleArrowOutUpRight:()=>r7,CircleArrowOutUpLeft:()=>s7,CircleArrowOutDownRight:()=>d7,CircleArrowOutDownLeft:()=>l7,CircleArrowLeft:()=>p7,CircleArrowDown:()=>u7,CircleAlert:()=>Y0,Circle:()=>eW,CigaretteOff:()=>LW,Cigarette:()=>gW,Church:()=>NW,Chromium:()=>_7,ChevronsUpDown:()=>fW,ChevronsUp:()=>jW,ChevronsRightLeft:()=>xW,ChevronsRight:()=>IW,ChevronsLeftRightEllipsis:()=>RW,ChevronsLeftRight:()=>vW,ChevronsLeft:()=>hW,ChevronsDownUp:()=>EW,ChevronsDown:()=>MW,ChevronUp:()=>DW,ChevronRight:()=>b0,ChevronLeft:()=>M2,ChevronLast:()=>SW,ChevronFirst:()=>CW,ChevronDown:()=>D2,ChessRook:()=>bW,ChessQueen:()=>UW,ChessPawn:()=>kW,ChessKnight:()=>VW,ChessKing:()=>yW,ChessBishop:()=>wW,Cherry:()=>OW,ChefHat:()=>TW,CheckLine:()=>AW,CheckCheck:()=>FW,Check:()=>s0,ChartSpline:()=>PW,ChartScatter:()=>m7,ChartPie:()=>g7,ChartNoAxesGantt:()=>L7,ChartNoAxesCombined:()=>$W,ChartNoAxesColumnIncreasing:()=>j7,ChartNoAxesColumnDecreasing:()=>BW,ChartNoAxesColumn:()=>N7,ChartNetwork:()=>KW,ChartLine:()=>f7,ChartGantt:()=>zW,ChartColumnStacked:()=>HW,ChartColumnIncreasing:()=>x7,ChartColumnDecreasing:()=>qW,ChartColumnBig:()=>h7,ChartColumn:()=>I7,ChartCandlestick:()=>v7,ChartBarStacked:()=>WW,ChartBarIncreasing:()=>GW,ChartBarDecreasing:()=>YW,ChartBarBig:()=>E7,ChartBar:()=>R7,ChartArea:()=>M7,Cctv:()=>XW,Cat:()=>QW,Castle:()=>ZW,Cast:()=>JW,CassetteTape:()=>eG,CaseUpper:()=>oG,CaseSensitive:()=>iG,CaseLower:()=>tG,Carrot:()=>nG,CardSim:()=>cG,Caravan:()=>aG,CarTaxiFront:()=>sG,CarFront:()=>dG,Car:()=>rG,CaptionsOff:()=>lG,Captions:()=>D7,CannabisOff:()=>pG,Cannabis:()=>uG,CandyOff:()=>_G,CandyCane:()=>gG,Candy:()=>mG,CameraOff:()=>NG,Camera:()=>LG,Calendars:()=>jG,CalendarX2:()=>xG,CalendarX:()=>IG,CalendarSync:()=>hG,CalendarSearch:()=>vG,CalendarRange:()=>RG,CalendarPlus2:()=>MG,CalendarPlus:()=>EG,CalendarOff:()=>DG,CalendarMinus2:()=>CG,CalendarMinus:()=>SG,CalendarHeart:()=>bG,CalendarFold:()=>kG,CalendarDays:()=>UG,CalendarCog:()=>VG,CalendarClock:()=>yG,CalendarCheck2:()=>TG,CalendarCheck:()=>wG,CalendarArrowUp:()=>OG,CalendarArrowDown:()=>AG,Calendar1:()=>PG,Calendar:()=>fG,Calculator:()=>FG,CakeSlice:()=>BG,Cake:()=>$G,CableCar:()=>zG,Cable:()=>KG,BusFront:()=>qG,Bus:()=>HG,Building2:()=>GG,Building:()=>WG,BugPlay:()=>XG,BugOff:()=>QG,Bug:()=>YG,Bubbles:()=>ZG,BrushCleaning:()=>JG,Brush:()=>eY,BringToFront:()=>oY,BriefcaseMedical:()=>iY,BriefcaseConveyorBelt:()=>nY,BriefcaseBusiness:()=>cY,Briefcase:()=>tY,BrickWallShield:()=>rY,BrickWallFire:()=>sY,BrickWall:()=>aY,BrainCog:()=>pY,BrainCircuit:()=>lY,Brain:()=>dY,Brackets:()=>uY,Braces:()=>S7,Boxes:()=>_Y,Box:()=>mY,BowArrow:()=>gY,BottleWine:()=>LY,BotOff:()=>jY,BotMessageSquare:()=>fY,Bot:()=>NY,BoomBox:()=>IY,BookmarkX:()=>hY,BookmarkPlus:()=>vY,BookmarkMinus:()=>RY,BookmarkCheck:()=>EY,Bookmark:()=>xY,BookX:()=>DY,BookUser:()=>SY,BookUp2:()=>bY,BookUp:()=>CY,BookType:()=>kY,BookText:()=>UY,BookSearch:()=>VY,BookPlus:()=>yY,BookOpenText:()=>TY,BookOpenCheck:()=>OY,BookOpen:()=>wY,BookMinus:()=>AY,BookMarked:()=>PY,BookLock:()=>FY,BookKey:()=>$Y,BookImage:()=>BY,BookHeart:()=>KY,BookHeadphones:()=>zY,BookDown:()=>HY,BookDashed:()=>C7,BookCopy:()=>qY,BookCheck:()=>WY,BookAudio:()=>GY,BookAlert:()=>YY,BookA:()=>XY,Book:()=>MY,Bone:()=>QY,Bomb:()=>ZY,Bolt:()=>JY,Bold:()=>D5,BluetoothSearching:()=>oX,BluetoothOff:()=>tX,BluetoothConnected:()=>iX,Bluetooth:()=>eX,Blocks:()=>nX,Blinds:()=>cX,Blend:()=>aX,Bitcoin:()=>rX,Birdhouse:()=>sX,Bird:()=>dX,Biohazard:()=>lX,Binoculars:()=>pX,Binary:()=>uX,Bike:()=>_X,BicepsFlexed:()=>mX,BetweenVerticalStart:()=>gX,BetweenVerticalEnd:()=>LX,BetweenHorizontalStart:()=>b7,BetweenHorizontalEnd:()=>k7,BellRing:()=>jX,BellPlus:()=>fX,BellOff:()=>IX,BellMinus:()=>xX,BellElectric:()=>hX,BellDot:()=>vX,Bell:()=>NX,BeerOff:()=>EX,Beer:()=>RX,Beef:()=>MX,BedSingle:()=>SX,BedDouble:()=>CX,Bed:()=>DX,BeanOff:()=>kX,Bean:()=>bX,Beaker:()=>UX,BatteryWarning:()=>yX,BatteryPlus:()=>wX,BatteryMedium:()=>TX,BatteryLow:()=>OX,BatteryFull:()=>PX,BatteryCharging:()=>FX,Battery:()=>VX,Bath:()=>AX,Baseline:()=>$X,Barrel:()=>BX,Barcode:()=>KX,BanknoteX:()=>HX,BanknoteArrowUp:()=>qX,BanknoteArrowDown:()=>WX,Banknote:()=>zX,Bandage:()=>YX,Banana:()=>GX,Ban:()=>XX,Balloon:()=>QX,BaggageClaim:()=>ZX,BadgeX:()=>eQ,BadgeTurkishLira:()=>oQ,BadgeSwissFranc:()=>tQ,BadgeRussianRuble:()=>iQ,BadgeQuestionMark:()=>U7,BadgePoundSterling:()=>nQ,BadgePlus:()=>cQ,BadgePercent:()=>aQ,BadgeMinus:()=>rQ,BadgeJapaneseYen:()=>sQ,BadgeInfo:()=>dQ,BadgeIndianRupee:()=>lQ,BadgeEuro:()=>pQ,BadgeDollarSign:()=>uQ,BadgeCheck:()=>V7,BadgeCent:()=>_Q,BadgeAlert:()=>mQ,Badge:()=>JX,Backpack:()=>gQ,Baby:()=>LQ,Axis3d:()=>y7,Axe:()=>NQ,Award:()=>jQ,AudioWaveform:()=>fQ,AudioLines:()=>IQ,Atom:()=>xQ,AtSign:()=>vQ,Asterisk:()=>hQ,ArrowsUpFromLine:()=>RQ,ArrowUpZA:()=>J5,ArrowUpWideNarrow:()=>MQ,ArrowUpToLine:()=>DQ,ArrowUpRight:()=>l9,ArrowUpNarrowWide:()=>w7,ArrowUpLeft:()=>CQ,ArrowUpFromLine:()=>SQ,ArrowUpFromDot:()=>bQ,ArrowUpDown:()=>kQ,ArrowUpAZ:()=>T7,ArrowUp10:()=>UQ,ArrowUp01:()=>VQ,ArrowUp:()=>EQ,ArrowRightToLine:()=>wQ,ArrowRightLeft:()=>TQ,ArrowRightFromLine:()=>OQ,ArrowRight:()=>yQ,ArrowLeftToLine:()=>AQ,ArrowLeftRight:()=>PQ,ArrowLeftFromLine:()=>FQ,ArrowLeft:()=>F2,ArrowDownZA:()=>O7,ArrowDownWideNarrow:()=>A7,ArrowDownUp:()=>KQ,ArrowDownToLine:()=>BQ,ArrowDownToDot:()=>zQ,ArrowDownRight:()=>HQ,ArrowDownNarrowWide:()=>qQ,ArrowDownLeft:()=>WQ,ArrowDownFromLine:()=>GQ,ArrowDownAZ:()=>e2,ArrowDown10:()=>YQ,ArrowDown01:()=>XQ,ArrowDown:()=>$Q,ArrowBigUpDash:()=>ZQ,ArrowBigUp:()=>QQ,ArrowBigRightDash:()=>e3,ArrowBigRight:()=>JQ,ArrowBigLeftDash:()=>t3,ArrowBigLeft:()=>o3,ArrowBigDownDash:()=>n3,ArrowBigDown:()=>i3,Armchair:()=>c3,ArchiveX:()=>r3,ArchiveRestore:()=>s3,Archive:()=>a3,Apple:()=>d3,AppWindowMac:()=>p3,AppWindow:()=>l3,Aperture:()=>u3,Anvil:()=>_3,Antenna:()=>m3,Annoyed:()=>g3,Angry:()=>L3,Anchor:()=>N3,Amphora:()=>j3,Ampersands:()=>f3,Ampersand:()=>I3,Ambulance:()=>h3,AlignVerticalSpaceBetween:()=>x3,AlignVerticalSpaceAround:()=>v3,AlignVerticalJustifyStart:()=>R3,AlignVerticalJustifyEnd:()=>E3,AlignVerticalJustifyCenter:()=>M3,AlignVerticalDistributeStart:()=>D3,AlignVerticalDistributeEnd:()=>S3,AlignVerticalDistributeCenter:()=>C3,AlignStartVertical:()=>b3,AlignStartHorizontal:()=>k3,AlignHorizontalSpaceBetween:()=>U3,AlignHorizontalSpaceAround:()=>V3,AlignHorizontalJustifyStart:()=>y3,AlignHorizontalJustifyEnd:()=>w3,AlignHorizontalJustifyCenter:()=>T3,AlignHorizontalDistributeStart:()=>O3,AlignHorizontalDistributeEnd:()=>F3,AlignHorizontalDistributeCenter:()=>A3,AlignEndVertical:()=>P3,AlignEndHorizontal:()=>$3,AlignCenterVertical:()=>B3,AlignCenterHorizontal:()=>K3,Album:()=>H3,AlarmSmoke:()=>z3,AlarmClockPlus:()=>P7,AlarmClockOff:()=>W3,AlarmClockMinus:()=>F7,AlarmClockCheck:()=>$7,AlarmClock:()=>q3,Airplay:()=>G3,AirVent:()=>Y3,Activity:()=>p9,Accessibility:()=>X3,ALargeSmall:()=>Q3,AArrowUp:()=>Z3,AArrowDown:()=>J3});import{forwardRef as or,createElement as er}from"react";var qv=(...J)=>J.filter((Z,X,Y)=>{return Boolean(Z)&&Z.trim()!==""&&Y.indexOf(Z)===X}).join(" ").trim();var wL=(J)=>J.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();var yL=(J)=>J.replace(/^([A-Z])|[\s-_]+(\w)/g,(Z,X,Y)=>Y?Y.toUpperCase():X.toLowerCase());var ix=(J)=>{let Z=yL(J);return Z.charAt(0).toUpperCase()+Z.slice(1)};import{forwardRef as tr,createElement as kL}from"react";var VL={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 UL=(J)=>{for(let Z in J)if(Z.startsWith("aria-")||Z==="role"||Z==="title")return!0;return!1};var Hv=tr(({color:J="currentColor",size:Z=24,strokeWidth:X=2,absoluteStrokeWidth:Y,className:G="",children:W,iconNode:q,...H},z)=>kL("svg",{ref:z,...VL,width:Z,height:Z,stroke:J,strokeWidth:Y?Number(X)*24/Number(Z):X,className:qv("lucide",G),...!W&&!UL(H)&&{"aria-hidden":"true"},...H},[...q.map(([B,K])=>kL(B,K)),...Array.isArray(W)?W:[W]]));var Q=(J,Z)=>{let X=or(({className:Y,...G},W)=>er(Hv,{ref:W,iconNode:Z,className:qv(`lucide-${wL(ix(J))}`,`lucide-${J}`,Y),...G}));return X.displayName=ix(J),X};var Ja=[["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"}]],J3=Q("a-arrow-down",Ja);var Za=[["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"}]],Z3=Q("a-arrow-up",Za);var Qa=[["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"}]],Q3=Q("a-large-small",Qa);var Xa=[["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"}]],X3=Q("accessibility",Xa);var Ya=[["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"}]],p9=Q("activity",Ya);var Ga=[["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"}]],Y3=Q("air-vent",Ga);var Wa=[["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"}]],G3=Q("airplay",Wa);var qa=[["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"}]],$7=Q("alarm-clock-check",qa);var Ha=[["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"}]],F7=Q("alarm-clock-minus",Ha);var za=[["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"}]],W3=Q("alarm-clock-off",za);var Ka=[["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"}]],P7=Q("alarm-clock-plus",Ka);var Ba=[["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"}]],q3=Q("alarm-clock",Ba);var $a=[["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"}]],H3=Q("album",$a);var Fa=[["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"}]],z3=Q("alarm-smoke",Fa);var Pa=[["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"}]],K3=Q("align-center-horizontal",Pa);var Aa=[["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"}]],B3=Q("align-center-vertical",Aa);var Oa=[["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"}]],$3=Q("align-end-horizontal",Oa);var Ta=[["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"}]],F3=Q("align-horizontal-distribute-end",Ta);var wa=[["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"}]],P3=Q("align-end-vertical",wa);var ya=[["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"}]],A3=Q("align-horizontal-distribute-center",ya);var Va=[["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"}]],O3=Q("align-horizontal-distribute-start",Va);var Ua=[["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"}]],T3=Q("align-horizontal-justify-center",Ua);var ka=[["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"}]],w3=Q("align-horizontal-justify-end",ka);var ba=[["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"}]],y3=Q("align-horizontal-justify-start",ba);var Ca=[["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"}]],V3=Q("align-horizontal-space-around",Ca);var Sa=[["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"}]],U3=Q("align-horizontal-space-between",Sa);var Da=[["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"}]],k3=Q("align-start-horizontal",Da);var Ma=[["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"}]],b3=Q("align-start-vertical",Ma);var Ea=[["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"}]],C3=Q("align-vertical-distribute-center",Ea);var Ra=[["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"}]],S3=Q("align-vertical-distribute-end",Ra);var va=[["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"}]],D3=Q("align-vertical-distribute-start",va);var ha=[["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"}]],M3=Q("align-vertical-justify-center",ha);var xa=[["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"}]],E3=Q("align-vertical-justify-end",xa);var Ia=[["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"}]],R3=Q("align-vertical-justify-start",Ia);var fa=[["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"}]],v3=Q("align-vertical-space-around",fa);var ja=[["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"}]],h3=Q("ambulance",ja);var Na=[["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"}]],x3=Q("align-vertical-space-between",Na);var La=[["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"}]],I3=Q("ampersand",La);var ga=[["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"}]],f3=Q("ampersands",ga);var ma=[["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"}]],j3=Q("amphora",ma);var _a=[["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"}]],N3=Q("anchor",_a);var ua=[["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"}]],L3=Q("angry",ua);var pa=[["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"}]],g3=Q("annoyed",pa);var la=[["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"}]],m3=Q("antenna",la);var da=[["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"}]],_3=Q("anvil",da);var sa=[["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"}]],u3=Q("aperture",sa);var ra=[["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"}]],p3=Q("app-window-mac",ra);var aa=[["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"}]],l3=Q("app-window",aa);var ca=[["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"}]],d3=Q("apple",ca);var na=[["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"}]],s3=Q("archive-restore",na);var ia=[["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"}]],r3=Q("archive-x",ia);var ta=[["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"}]],a3=Q("archive",ta);var oa=[["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"}]],c3=Q("armchair",oa);var ea=[["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"}]],n3=Q("arrow-big-down-dash",ea);var Jc=[["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"}]],i3=Q("arrow-big-down",Jc);var Zc=[["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"}]],t3=Q("arrow-big-left-dash",Zc);var Qc=[["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"}]],o3=Q("arrow-big-left",Qc);var Xc=[["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"}]],e3=Q("arrow-big-right-dash",Xc);var Yc=[["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"}]],JQ=Q("arrow-big-right",Yc);var Gc=[["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"}]],ZQ=Q("arrow-big-up-dash",Gc);var Wc=[["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"}]],QQ=Q("arrow-big-up",Wc);var qc=[["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"}]],XQ=Q("arrow-down-0-1",qc);var Hc=[["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"}]],YQ=Q("arrow-down-1-0",Hc);var zc=[["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"}]],e2=Q("arrow-down-a-z",zc);var Kc=[["path",{d:"M19 3H5",key:"1236rx"}],["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m6 15 6 6 6-6",key:"h15q88"}]],GQ=Q("arrow-down-from-line",Kc);var Bc=[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]],WQ=Q("arrow-down-left",Bc);var $c=[["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"}]],qQ=Q("arrow-down-narrow-wide",$c);var Fc=[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]],HQ=Q("arrow-down-right",Fc);var Pc=[["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"}]],zQ=Q("arrow-down-to-dot",Pc);var Ac=[["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"}]],KQ=Q("arrow-down-up",Ac);var Oc=[["path",{d:"M12 17V3",key:"1cwfxf"}],["path",{d:"m6 11 6 6 6-6",key:"12ii2o"}],["path",{d:"M19 21H5",key:"150jfl"}]],BQ=Q("arrow-down-to-line",Oc);var Tc=[["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"}]],A7=Q("arrow-down-wide-narrow",Tc);var wc=[["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"}]],O7=Q("arrow-down-z-a",wc);var yc=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],$Q=Q("arrow-down",yc);var Vc=[["path",{d:"m9 6-6 6 6 6",key:"7v63n9"}],["path",{d:"M3 12h14",key:"13k4hi"}],["path",{d:"M21 19V5",key:"b4bplr"}]],FQ=Q("arrow-left-from-line",Vc);var Uc=[["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"}]],PQ=Q("arrow-left-right",Uc);var kc=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],F2=Q("arrow-left",kc);var bc=[["path",{d:"M3 19V5",key:"rwsyhb"}],["path",{d:"m13 6-6 6 6 6",key:"1yhaz7"}],["path",{d:"M7 12h14",key:"uoisry"}]],AQ=Q("arrow-left-to-line",bc);var Cc=[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M21 12H7",key:"13ipq5"}],["path",{d:"m15 18 6-6-6-6",key:"6tx3qv"}]],OQ=Q("arrow-right-from-line",Cc);var Sc=[["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"}]],TQ=Q("arrow-right-left",Sc);var Dc=[["path",{d:"M17 12H3",key:"8awo09"}],["path",{d:"m11 18 6-6-6-6",key:"8c2y43"}],["path",{d:"M21 5v14",key:"nzette"}]],wQ=Q("arrow-right-to-line",Dc);var Mc=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],yQ=Q("arrow-right",Mc);var Ec=[["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"}]],VQ=Q("arrow-up-0-1",Ec);var Rc=[["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"}]],UQ=Q("arrow-up-1-0",Rc);var vc=[["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"}]],T7=Q("arrow-up-a-z",vc);var hc=[["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"}]],kQ=Q("arrow-up-down",hc);var xc=[["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"}]],bQ=Q("arrow-up-from-dot",xc);var Ic=[["path",{d:"M7 17V7h10",key:"11bw93"}],["path",{d:"M17 17 7 7",key:"2786uv"}]],CQ=Q("arrow-up-left",Ic);var fc=[["path",{d:"m18 9-6-6-6 6",key:"kcunyi"}],["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 21h14",key:"11awu3"}]],SQ=Q("arrow-up-from-line",fc);var jc=[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]],l9=Q("arrow-up-right",jc);var Nc=[["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"}]],w7=Q("arrow-up-narrow-wide",Nc);var Lc=[["path",{d:"M5 3h14",key:"7usisc"}],["path",{d:"m18 13-6-6-6 6",key:"1kf1n9"}],["path",{d:"M12 7v14",key:"1akyts"}]],DQ=Q("arrow-up-to-line",Lc);var gc=[["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"}]],MQ=Q("arrow-up-wide-narrow",gc);var mc=[["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"}]],J5=Q("arrow-up-z-a",mc);var _c=[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]],EQ=Q("arrow-up",_c);var uc=[["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"}]],RQ=Q("arrows-up-from-line",uc);var pc=[["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"}]],vQ=Q("at-sign",pc);var lc=[["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"}]],hQ=Q("asterisk",lc);var dc=[["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"}]],xQ=Q("atom",dc);var sc=[["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"}]],IQ=Q("audio-lines",sc);var rc=[["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"}]],fQ=Q("audio-waveform",rc);var ac=[["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"}]],jQ=Q("award",ac);var cc=[["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"}]],NQ=Q("axe",cc);var nc=[["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"}]],y7=Q("axis-3d",nc);var ic=[["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"}]],LQ=Q("baby",ic);var tc=[["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"}]],gQ=Q("backpack",tc);var oc=[["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"}]],mQ=Q("badge-alert",oc);var ec=[["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"}]],_Q=Q("badge-cent",ec);var Jn=[["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"}]],V7=Q("badge-check",Jn);var Zn=[["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"}]],uQ=Q("badge-dollar-sign",Zn);var Qn=[["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"}]],pQ=Q("badge-euro",Qn);var Xn=[["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"}]],lQ=Q("badge-indian-rupee",Xn);var Yn=[["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"}]],dQ=Q("badge-info",Yn);var Gn=[["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"}]],sQ=Q("badge-japanese-yen",Gn);var Wn=[["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"}]],rQ=Q("badge-minus",Wn);var qn=[["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"}]],aQ=Q("badge-percent",qn);var Hn=[["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"}]],cQ=Q("badge-plus",Hn);var zn=[["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"}]],nQ=Q("badge-pound-sterling",zn);var Kn=[["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"}]],U7=Q("badge-question-mark",Kn);var Bn=[["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"}]],iQ=Q("badge-russian-ruble",Bn);var $n=[["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"}]],tQ=Q("badge-swiss-franc",$n);var Fn=[["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"}]],oQ=Q("badge-turkish-lira",Fn);var Pn=[["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"}]],eQ=Q("badge-x",Pn);var An=[["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"}]],JX=Q("badge",An);var On=[["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"}]],ZX=Q("baggage-claim",On);var Tn=[["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"}]],QX=Q("balloon",Tn);var wn=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}]],XX=Q("ban",wn);var yn=[["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"}]],YX=Q("bandage",yn);var Vn=[["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"}]],GX=Q("banana",Vn);var Un=[["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"}]],WX=Q("banknote-arrow-down",Un);var kn=[["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"}]],qX=Q("banknote-arrow-up",kn);var bn=[["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"}]],HX=Q("banknote-x",bn);var Cn=[["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"}]],zX=Q("banknote",Cn);var Sn=[["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"}]],KX=Q("barcode",Sn);var Dn=[["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"}]],BX=Q("barrel",Dn);var Mn=[["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}]],$X=Q("baseline",Mn);var En=[["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"}]],FX=Q("battery-charging",En);var Rn=[["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"}]],PX=Q("battery-full",Rn);var vn=[["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"}]],AX=Q("bath",vn);var hn=[["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"}]],OX=Q("battery-low",hn);var xn=[["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"}]],TX=Q("battery-medium",xn);var In=[["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"}]],wX=Q("battery-plus",In);var fn=[["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"}]],yX=Q("battery-warning",fn);var jn=[["path",{d:"M 22 14 L 22 10",key:"nqc4tb"}],["rect",{x:"2",y:"6",width:"16",height:"12",rx:"2",key:"13zb55"}]],VX=Q("battery",jn);var Nn=[["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"}]],UX=Q("beaker",Nn);var Ln=[["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"}]],kX=Q("bean-off",Ln);var gn=[["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"}]],bX=Q("bean",gn);var mn=[["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"}]],CX=Q("bed-double",mn);var _n=[["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"}]],SX=Q("bed-single",_n);var un=[["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"}]],DX=Q("bed",un);var pn=[["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"}]],MX=Q("beef",pn);var ln=[["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"}]],EX=Q("beer-off",ln);var dn=[["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"}]],RX=Q("beer",dn);var sn=[["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"}]],vX=Q("bell-dot",sn);var rn=[["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"}]],hX=Q("bell-electric",rn);var an=[["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"}]],xX=Q("bell-minus",an);var cn=[["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"}]],IX=Q("bell-off",cn);var nn=[["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"}]],fX=Q("bell-plus",nn);var tn=[["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"}]],jX=Q("bell-ring",tn);var on=[["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"}]],NX=Q("bell",on);var en=[["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"}]],k7=Q("between-horizontal-end",en);var Ji=[["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"}]],b7=Q("between-horizontal-start",Ji);var Zi=[["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"}]],LX=Q("between-vertical-end",Zi);var Qi=[["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"}]],gX=Q("between-vertical-start",Qi);var Xi=[["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"}]],mX=Q("biceps-flexed",Xi);var Yi=[["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"}]],_X=Q("bike",Yi);var Gi=[["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"}]],uX=Q("binary",Gi);var Wi=[["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"}]],pX=Q("binoculars",Wi);var qi=[["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"}]],lX=Q("biohazard",qi);var Hi=[["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"}]],dX=Q("bird",Hi);var zi=[["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"}]],sX=Q("birdhouse",zi);var Ki=[["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"}]],rX=Q("bitcoin",Ki);var Bi=[["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["circle",{cx:"15",cy:"15",r:"7",key:"19ennj"}]],aX=Q("blend",Bi);var $i=[["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"}]],cX=Q("blinds",$i);var Fi=[["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"}]],nX=Q("blocks",Fi);var Pi=[["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"}]],iX=Q("bluetooth-connected",Pi);var Ai=[["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"}]],tX=Q("bluetooth-off",Ai);var Oi=[["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"}]],oX=Q("bluetooth-searching",Oi);var Ti=[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}]],eX=Q("bluetooth",Ti);var wi=[["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"}]],JY=Q("bolt",wi);var yi=[["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"}]],D5=Q("bold",yi);var Vi=[["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"}]],ZY=Q("bomb",Vi);var Ui=[["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"}]],QY=Q("bone",Ui);var ki=[["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"}]],XY=Q("book-a",ki);var bi=[["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"}]],YY=Q("book-alert",bi);var Ci=[["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"}]],GY=Q("book-audio",Ci);var Si=[["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"}]],WY=Q("book-check",Si);var Di=[["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"}]],qY=Q("book-copy",Di);var Mi=[["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"}]],C7=Q("book-dashed",Mi);var Ei=[["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"}]],HY=Q("book-down",Ei);var Ri=[["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"}]],zY=Q("book-headphones",Ri);var vi=[["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"}]],KY=Q("book-heart",vi);var hi=[["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"}]],BY=Q("book-image",hi);var xi=[["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"}]],$Y=Q("book-key",xi);var Ii=[["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"}]],FY=Q("book-lock",Ii);var fi=[["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"}]],PY=Q("book-marked",fi);var ji=[["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"}]],AY=Q("book-minus",ji);var Ni=[["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"}]],OY=Q("book-open-check",Ni);var Li=[["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"}]],TY=Q("book-open-text",Li);var gi=[["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"}]],wY=Q("book-open",gi);var mi=[["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"}]],yY=Q("book-plus",mi);var _i=[["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"}]],VY=Q("book-search",_i);var ui=[["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"}]],UY=Q("book-text",ui);var pi=[["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"}]],kY=Q("book-type",pi);var li=[["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"}]],bY=Q("book-up-2",li);var di=[["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"}]],CY=Q("book-up",di);var si=[["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"}]],SY=Q("book-user",si);var ri=[["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"}]],DY=Q("book-x",ri);var ai=[["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"}]],MY=Q("book",ai);var ci=[["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"}]],EY=Q("bookmark-check",ci);var ni=[["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"}]],RY=Q("bookmark-minus",ni);var ii=[["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"}]],vY=Q("bookmark-plus",ii);var ti=[["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"}]],hY=Q("bookmark-x",ti);var oi=[["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"}]],xY=Q("bookmark",oi);var ei=[["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"}]],IY=Q("boom-box",ei);var Jt=[["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"}]],fY=Q("bot-message-square",Jt);var Zt=[["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"}]],jY=Q("bot-off",Zt);var Qt=[["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"}]],NY=Q("bot",Qt);var Xt=[["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"}]],LY=Q("bottle-wine",Xt);var Yt=[["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"}]],gY=Q("bow-arrow",Yt);var Gt=[["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"}]],mY=Q("box",Gt);var Wt=[["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"}]],_Y=Q("boxes",Wt);var qt=[["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"}]],S7=Q("braces",qt);var Ht=[["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"}]],uY=Q("brackets",Ht);var zt=[["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"}]],pY=Q("brain-cog",zt);var Kt=[["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"}]],lY=Q("brain-circuit",Kt);var Bt=[["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"}]],dY=Q("brain",Bt);var $t=[["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"}]],sY=Q("brick-wall-fire",$t);var Ft=[["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"}]],rY=Q("brick-wall-shield",Ft);var Pt=[["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"}]],aY=Q("brick-wall",Pt);var At=[["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"}]],cY=Q("briefcase-business",At);var Ot=[["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"}]],nY=Q("briefcase-conveyor-belt",Ot);var Tt=[["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"}]],iY=Q("briefcase-medical",Tt);var wt=[["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"}]],tY=Q("briefcase",wt);var yt=[["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"}]],oY=Q("bring-to-front",yt);var Vt=[["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"}]],eY=Q("brush",Vt);var Ut=[["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"}]],JG=Q("brush-cleaning",Ut);var kt=[["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"}]],ZG=Q("bubbles",kt);var bt=[["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"}]],QG=Q("bug-off",bt);var Ct=[["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"}]],XG=Q("bug-play",Ct);var St=[["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"}]],YG=Q("bug",St);var Dt=[["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"}]],GG=Q("building-2",Dt);var Mt=[["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"}]],WG=Q("building",Mt);var Et=[["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"}]],qG=Q("bus-front",Et);var Rt=[["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"}]],HG=Q("bus",Rt);var vt=[["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"}]],zG=Q("cable-car",vt);var ht=[["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"}]],KG=Q("cable",ht);var xt=[["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"}]],BG=Q("cake-slice",xt);var It=[["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"}]],$G=Q("cake",It);var ft=[["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"}]],FG=Q("calculator",ft);var jt=[["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"}]],PG=Q("calendar-1",jt);var Nt=[["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"}]],AG=Q("calendar-arrow-down",Nt);var Lt=[["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"}]],OG=Q("calendar-arrow-up",Lt);var gt=[["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"}]],TG=Q("calendar-check-2",gt);var mt=[["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"}]],wG=Q("calendar-check",mt);var _t=[["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"}]],yG=Q("calendar-clock",_t);var ut=[["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"}]],VG=Q("calendar-cog",ut);var pt=[["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"}]],UG=Q("calendar-days",pt);var lt=[["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"}]],kG=Q("calendar-fold",lt);var dt=[["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"}]],bG=Q("calendar-heart",dt);var st=[["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"}]],CG=Q("calendar-minus-2",st);var rt=[["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"}]],SG=Q("calendar-minus",rt);var at=[["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"}]],DG=Q("calendar-off",at);var ct=[["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"}]],MG=Q("calendar-plus-2",ct);var nt=[["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"}]],EG=Q("calendar-plus",nt);var it=[["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"}]],RG=Q("calendar-range",it);var tt=[["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"}]],vG=Q("calendar-search",tt);var ot=[["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"}]],hG=Q("calendar-sync",ot);var et=[["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"}]],xG=Q("calendar-x-2",et);var Jo=[["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"}]],IG=Q("calendar-x",Jo);var Zo=[["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"}]],fG=Q("calendar",Zo);var Qo=[["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"}]],jG=Q("calendars",Qo);var Xo=[["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"}]],NG=Q("camera-off",Xo);var Yo=[["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"}]],LG=Q("camera",Yo);var Go=[["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"}]],gG=Q("candy-cane",Go);var Wo=[["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"}]],mG=Q("candy",Wo);var qo=[["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"}]],_G=Q("candy-off",qo);var Ho=[["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"}]],uG=Q("cannabis",Ho);var zo=[["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"}]],pG=Q("cannabis-off",zo);var Ko=[["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"}]],lG=Q("captions-off",Ko);var Bo=[["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"}]],dG=Q("car-front",Bo);var $o=[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2",key:"12ruh7"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4",key:"1ueiar"}]],D7=Q("captions",$o);var Fo=[["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"}]],sG=Q("car-taxi-front",Fo);var Po=[["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"}]],rG=Q("car",Po);var Ao=[["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"}]],aG=Q("caravan",Ao);var Oo=[["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"}]],cG=Q("card-sim",Oo);var To=[["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"}]],nG=Q("carrot",To);var wo=[["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"}]],iG=Q("case-sensitive",wo);var yo=[["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"}]],tG=Q("case-lower",yo);var Vo=[["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"}]],oG=Q("case-upper",Vo);var Uo=[["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"}]],eG=Q("cassette-tape",Uo);var ko=[["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"}]],JW=Q("cast",ko);var bo=[["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"}]],ZW=Q("castle",bo);var Co=[["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"}]],QW=Q("cat",Co);var So=[["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"}]],XW=Q("cctv",So);var Do=[["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"}]],M7=Q("chart-area",Do);var Mo=[["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"}]],E7=Q("chart-bar-big",Mo);var Eo=[["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"}]],YW=Q("chart-bar-decreasing",Eo);var Ro=[["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"}]],GW=Q("chart-bar-increasing",Ro);var vo=[["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"}]],WW=Q("chart-bar-stacked",vo);var ho=[["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"}]],R7=Q("chart-bar",ho);var xo=[["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"}]],v7=Q("chart-candlestick",xo);var Io=[["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"}]],h7=Q("chart-column-big",Io);var fo=[["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"}]],qW=Q("chart-column-decreasing",fo);var jo=[["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"}]],x7=Q("chart-column-increasing",jo);var No=[["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"}]],HW=Q("chart-column-stacked",No);var Lo=[["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"}]],I7=Q("chart-column",Lo);var go=[["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"}]],zW=Q("chart-gantt",go);var mo=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]],f7=Q("chart-line",mo);var _o=[["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"}]],KW=Q("chart-network",_o);var uo=[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V9",key:"uvy0l4"}],["path",{d:"M19 21V3",key:"11j9sm"}]],j7=Q("chart-no-axes-column-increasing",uo);var po=[["path",{d:"M5 21V3",key:"clc1r8"}],["path",{d:"M12 21V9",key:"uvy0l4"}],["path",{d:"M19 21v-6",key:"tkawy9"}]],BW=Q("chart-no-axes-column-decreasing",po);var lo=[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V3",key:"1lcnhd"}],["path",{d:"M19 21V9",key:"unv183"}]],N7=Q("chart-no-axes-column",lo);var so=[["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"}]],$W=Q("chart-no-axes-combined",so);var ro=[["path",{d:"M6 5h12",key:"fvfigv"}],["path",{d:"M4 12h10",key:"oujl3d"}],["path",{d:"M12 19h8",key:"baeox8"}]],L7=Q("chart-no-axes-gantt",ro);var ao=[["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"}]],g7=Q("chart-pie",ao);var co=[["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"}]],m7=Q("chart-scatter",co);var no=[["path",{d:"M18 6 7 17l-5-5",key:"116fxf"}],["path",{d:"m22 10-7.5 7.5L13 16",key:"ke71qq"}]],FW=Q("check-check",no);var io=[["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"}]],PW=Q("chart-spline",io);var to=[["path",{d:"M20 4L9 15",key:"1qkx8z"}],["path",{d:"M21 19L3 19",key:"100sma"}],["path",{d:"M9 15L4 10",key:"9zxff7"}]],AW=Q("check-line",to);var oo=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],s0=Q("check",oo);var eo=[["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"}]],OW=Q("cherry",eo);var Je=[["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"}]],TW=Q("chef-hat",Je);var Ze=[["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"}]],wW=Q("chess-bishop",Ze);var Qe=[["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"}]],yW=Q("chess-king",Qe);var Xe=[["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"}]],VW=Q("chess-knight",Xe);var Ye=[["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"}]],UW=Q("chess-queen",Ye);var Ge=[["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"}]],kW=Q("chess-pawn",Ge);var We=[["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"}]],bW=Q("chess-rook",We);var qe=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],D2=Q("chevron-down",qe);var He=[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]],CW=Q("chevron-first",He);var ze=[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]],SW=Q("chevron-last",ze);var Ke=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],M2=Q("chevron-left",Ke);var Be=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],b0=Q("chevron-right",Be);var $e=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],DW=Q("chevron-up",$e);var Fe=[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]],MW=Q("chevrons-down",Fe);var Pe=[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]],EW=Q("chevrons-down-up",Pe);var Ae=[["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"}]],RW=Q("chevrons-left-right-ellipsis",Ae);var Oe=[["path",{d:"m9 7-5 5 5 5",key:"j5w590"}],["path",{d:"m15 7 5 5-5 5",key:"1bl6da"}]],vW=Q("chevrons-left-right",Oe);var Te=[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]],hW=Q("chevrons-left",Te);var we=[["path",{d:"m20 17-5-5 5-5",key:"30x0n2"}],["path",{d:"m4 17 5-5-5-5",key:"16spf4"}]],xW=Q("chevrons-right-left",we);var ye=[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]],IW=Q("chevrons-right",ye);var Ve=[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]],fW=Q("chevrons-up-down",Ve);var Ue=[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]],jW=Q("chevrons-up",Ue);var ke=[["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"}]],_7=Q("chromium",ke);var be=[["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"}]],NW=Q("church",be);var Ce=[["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"}]],LW=Q("cigarette-off",Ce);var Se=[["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"}]],gW=Q("cigarette",Se);var De=[["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"}]],Y0=Q("circle-alert",De);var Me=[["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"}]],u7=Q("circle-arrow-down",Me);var Ee=[["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"}]],p7=Q("circle-arrow-left",Ee);var Re=[["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"}]],l7=Q("circle-arrow-out-down-left",Re);var ve=[["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"}]],d7=Q("circle-arrow-out-down-right",ve);var he=[["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"}]],s7=Q("circle-arrow-out-up-left",he);var xe=[["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"}]],r7=Q("circle-arrow-out-up-right",xe);var Ie=[["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=Q("circle-arrow-right",Ie);var fe=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],Z5=Q("circle-check-big",fe);var je=[["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"}]],c7=Q("circle-arrow-up",je);var Ne=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],n7=Q("circle-check",Ne);var Le=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]],i7=Q("circle-chevron-left",Le);var ge=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]],t7=Q("circle-chevron-down",ge);var me=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]],o7=Q("circle-chevron-right",me);var _e=[["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"}]],e7=Q("circle-divide",_e);var ue=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]],J8=Q("circle-chevron-up",ue);var pe=[["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"}]],mW=Q("circle-dashed",pe);var le=[["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"}]],_W=Q("circle-dollar-sign",le);var de=[["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"}]],uW=Q("circle-dot-dashed",de);var se=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],pW=Q("circle-dot",se);var re=[["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"}]],lW=Q("circle-ellipsis",re);var ae=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}]],dW=Q("circle-equal",ae);var ce=[["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"}]],sW=Q("circle-fading-arrow-up",ce);var ne=[["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"}]],rW=Q("circle-fading-plus",ne);var ie=[["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"}]],Z8=Q("circle-gauge",ie);var te=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]],Q8=Q("circle-minus",te);var oe=[["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"}]],X8=Q("circle-parking-off",oe);var ee=[["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"}]],aW=Q("circle-off",ee);var J11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]],Y8=Q("circle-parking",J11);var Z11=[["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"}]],G8=Q("circle-pause",Z11);var Q11=[["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"}]],W8=Q("circle-percent",Q11);var X11=[["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"}]],cW=Q("circle-pile",X11);var Y11=[["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"}]],q8=Q("circle-play",Y11);var G11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]],H8=Q("circle-plus",G11);var W11=[["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"}]],nW=Q("circle-pound-sterling",W11);var q11=[["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"}]],z8=Q("circle-power",q11);var H11=[["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"}]],E2=Q("circle-question-mark",H11);var z11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M22 2 2 22",key:"y4kqgn"}]],K8=Q("circle-slash-2",z11);var K11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]],iW=Q("circle-slash",K11);var B11=[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}]],tW=Q("circle-small",B11);var $11=[["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"}]],oW=Q("circle-star",$11);var F11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]],B8=Q("circle-stop",F11);var P11=[["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"}]],$8=Q("circle-user-round",P11);var A11=[["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"}]],F8=Q("circle-user",A11);var O11=[["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"}]],Q5=Q("circle-x",O11);var T11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],eW=Q("circle",T11);var w11=[["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"}]],Jq=Q("circuit-board",w11);var y11=[["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"}]],Zq=Q("citrus",y11);var V11=[["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"}]],Qq=Q("clapperboard",V11);var U11=[["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"}]],Xq=Q("clipboard-check",U11);var k11=[["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"}]],Yq=Q("clipboard-clock",k11);var b11=[["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"}]],Gq=Q("clipboard-list",b11);var C11=[["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"}]],Wq=Q("clipboard-copy",C11);var S11=[["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"}]],qq=Q("clipboard-minus",S11);var D11=[["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"}]],Hq=Q("clipboard-paste",D11);var M11=[["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"}]],P8=Q("clipboard-pen-line",M11);var E11=[["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"}]],A8=Q("clipboard-pen",E11);var R11=[["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"}]],zq=Q("clipboard-plus",R11);var v11=[["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"}]],Kq=Q("clipboard-type",v11);var h11=[["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"}]],Bq=Q("clipboard-x",h11);var x11=[["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"}]],$q=Q("clipboard",x11);var I11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l2-4",key:"miptyd"}]],Fq=Q("clock-1",I11);var f11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l-4-2",key:"cedpoo"}]],Pq=Q("clock-10",f11);var j11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l-2-4",key:"ns39ag"}]],Aq=Q("clock-11",j11);var N11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6",key:"1ipuwl"}]],Oq=Q("clock-12",N11);var L11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l4-2",key:"1r2kuh"}]],Tq=Q("clock-2",L11);var g11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6h4",key:"135r8i"}]],wq=Q("clock-3",g11);var m11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l4 2",key:"mmk7yg"}]],yq=Q("clock-4",m11);var _11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l2 4",key:"1287s9"}]],Vq=Q("clock-5",_11);var u11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v10",key:"wf7rdh"}]],Uq=Q("clock-6",u11);var p11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l-2 4",key:"1095bu"}]],kq=Q("clock-7",p11);var l11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l-4 2",key:"imc3wl"}]],bq=Q("clock-8",l11);var d11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6H8",key:"u39vzm"}]],Cq=Q("clock-9",d11);var s11=[["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"}]],Sq=Q("clock-alert",s11);var r11=[["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"}]],Dq=Q("clock-arrow-down",r11);var a11=[["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"}]],Mq=Q("clock-arrow-up",a11);var c11=[["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"}]],Eq=Q("clock-check",c11);var n11=[["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"}]],Rq=Q("clock-fading",n11);var i11=[["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"}]],vq=Q("clock-plus",i11);var t11=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 6v6l4 2",key:"mmk7yg"}]],hq=Q("clock",t11);var o11=[["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"}]],xq=Q("closed-caption",o11);var e11=[["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"}]],Iq=Q("cloud-backup",e11);var J01=[["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"}]],fq=Q("cloud-alert",J01);var Z01=[["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"}]],jq=Q("cloud-check",Z01);var Q01=[["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"}]],Nq=Q("cloud-cog",Q01);var X01=[["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"}]],O8=Q("cloud-download",X01);var Y01=[["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"}]],Lq=Q("cloud-drizzle",Y01);var G01=[["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"}]],gq=Q("cloud-fog",G01);var W01=[["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"}]],mq=Q("cloud-hail",W01);var q01=[["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"}]],_q=Q("cloud-lightning",q01);var H01=[["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"}]],uq=Q("cloud-moon-rain",H01);var z01=[["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"}]],pq=Q("cloud-moon",z01);var K01=[["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"}]],lq=Q("cloud-off",K01);var B01=[["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"}]],dq=Q("cloud-rain-wind",B01);var $01=[["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"}]],sq=Q("cloud-rain",$01);var F01=[["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"}]],rq=Q("cloud-snow",F01);var P01=[["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"}]],aq=Q("cloud-sun-rain",P01);var A01=[["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"}]],cq=Q("cloud-sun",A01);var O01=[["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"}]],nq=Q("cloud-sync",O01);var T01=[["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"}]],T8=Q("cloud-upload",T01);var w01=[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]],iq=Q("cloud",w01);var y01=[["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"}]],tq=Q("cloudy",y01);var V01=[["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"}]],oq=Q("clover",V01);var U01=[["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"}]],eq=Q("club",U01);var k01=[["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"}]],w8=Q("code-xml",k01);var b01=[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]],M5=Q("code",b01);var C01=[["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"}]],JH=Q("codepen",C01);var S01=[["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"}]],ZH=Q("codesandbox",S01);var D01=[["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"}]],QH=Q("coffee",D01);var M01=[["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"}]],XH=Q("cog",M01);var E01=[["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"}]],YH=Q("coins",E01);var R01=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]],y8=Q("columns-2",R01);var v01=[["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"}]],R2=Q("columns-3-cog",v01);var h01=[["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"}]],V8=Q("columns-3",h01);var x01=[["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"}]],GH=Q("columns-4",x01);var I01=[["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"}]],WH=Q("combine",I01);var f01=[["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"}]],qH=Q("compass",f01);var j01=[["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"}]],HH=Q("command",j01);var N01=[["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"}]],zH=Q("component",N01);var L01=[["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"}]],KH=Q("computer",L01);var g01=[["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"}]],BH=Q("concierge-bell",g01);var m01=[["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"}]],$H=Q("cone",m01);var _01=[["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"}]],FH=Q("construction",_01);var u01=[["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"}]],U8=Q("contact-round",u01);var p01=[["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"}]],PH=Q("contact",p01);var l01=[["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"}]],AH=Q("container",l01);var d01=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z",key:"j4l70d"}]],OH=Q("contrast",d01);var s01=[["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"}]],TH=Q("cookie",s01);var r01=[["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"}]],wH=Q("cooking-pot",r01);var a01=[["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"}]],yH=Q("copy-check",a01);var c01=[["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"}]],VH=Q("copy-minus",c01);var n01=[["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"}]],UH=Q("copy-plus",n01);var i01=[["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"}]],kH=Q("copy-slash",i01);var t01=[["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"}]],d9=Q("copy",t01);var o01=[["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"}]],bH=Q("copy-x",o01);var e01=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66",key:"1sveal"}]],CH=Q("copyleft",e01);var J21=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66",key:"1i56pz"}]],SH=Q("copyright",J21);var Z21=[["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}],["path",{d:"m9 10-5 5 5 5",key:"1kshq7"}]],DH=Q("corner-down-left",Z21);var Q21=[["path",{d:"m15 10 5 5-5 5",key:"qqa56n"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]],MH=Q("corner-down-right",Q21);var X21=[["path",{d:"m14 15-5 5-5-5",key:"1eia93"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12",key:"nbpdq2"}]],EH=Q("corner-left-down",X21);var Y21=[["path",{d:"m10 15 5 5 5-5",key:"1hpjnr"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12",key:"wcbgct"}]],RH=Q("corner-right-down",Y21);var G21=[["path",{d:"M14 9 9 4 4 9",key:"1af5af"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4",key:"1blwi3"}]],vH=Q("corner-left-up",G21);var W21=[["path",{d:"m10 9 5-5 5 5",key:"9ctzwi"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4",key:"1plgdj"}]],hH=Q("corner-right-up",W21);var q21=[["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4",key:"1nkjon"}],["path",{d:"M9 14 4 9l5-5",key:"102s5s"}]],xH=Q("corner-up-left",q21);var H21=[["path",{d:"m15 14 5-5-5-5",key:"12vg1m"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12",key:"1lu4f8"}]],IH=Q("corner-up-right",H21);var z21=[["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"}]],fH=Q("cpu",z21);var K21=[["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"}]],jH=Q("creative-commons",K21);var B21=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],NH=Q("credit-card",B21);var $21=[["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"}]],LH=Q("croissant",$21);var F21=[["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"}]],gH=Q("cross",F21);var P21=[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14",key:"ron5a4"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2",key:"7s9ehn"}]],mH=Q("crop",P21);var A21=[["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"}]],_H=Q("crosshair",A21);var O21=[["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"}]],uH=Q("crown",O21);var T21=[["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"}]],pH=Q("cuboid",T21);var w21=[["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"}]],lH=Q("currency",w21);var y21=[["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"}]],dH=Q("cup-soda",y21);var V21=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5",key:"aqi0yr"}]],sH=Q("cylinder",V21);var U21=[["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"}]],rH=Q("dam",U21);var k21=[["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"}]],aH=Q("database-backup",k21);var b21=[["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"}]],cH=Q("database-search",b21);var C21=[["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"}]],nH=Q("database-zap",C21);var S21=[["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"}]],E5=Q("database",S21);var D21=[["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"}]],iH=Q("decimals-arrow-left",D21);var M21=[["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"}]],tH=Q("decimals-arrow-right",M21);var E21=[["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"}]],oH=Q("delete",E21);var R21=[["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"}]],eH=Q("dessert",R21);var v21=[["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"}]],Jz=Q("diameter",v21);var h21=[["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"}]],Zz=Q("diamond-minus",h21);var x21=[["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"}]],k8=Q("diamond-percent",x21);var I21=[["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"}]],Qz=Q("diamond-plus",I21);var f21=[["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"}]],Xz=Q("diamond",f21);var j21=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]],Yz=Q("dice-1",j21);var N21=[["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"}]],Gz=Q("dice-2",N21);var L21=[["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"}]],Wz=Q("dice-3",L21);var g21=[["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"}]],qz=Q("dice-4",g21);var m21=[["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"}]],Hz=Q("dice-5",m21);var _21=[["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"}]],zz=Q("dice-6",_21);var u21=[["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"}]],Kz=Q("dices",u21);var p21=[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]],Bz=Q("diff",p21);var l21=[["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"}]],$z=Q("disc-2",l21);var d21=[["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"}]],Fz=Q("disc-album",d21);var s21=[["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"}]],Pz=Q("disc-3",s21);var r21=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]],Az=Q("disc",r21);var a21=[["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"}]],Oz=Q("divide",a21);var c21=[["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"}]],Tz=Q("dna-off",c21);var n21=[["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"}]],wz=Q("dna",n21);var i21=[["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"}]],yz=Q("dock",i21);var t21=[["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"}]],Vz=Q("dog",t21);var o21=[["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"}]],Uz=Q("donut",o21);var e21=[["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"}]],kz=Q("dollar-sign",e21);var J51=[["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"}]],bz=Q("door-closed-locked",J51);var Z51=[["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"}]],Cz=Q("door-open",Z51);var Q51=[["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"}]],Sz=Q("door-closed",Q51);var X51=[["circle",{cx:"12.1",cy:"12.1",r:"1",key:"18d7e5"}]],Dz=Q("dot",X51);var Y51=[["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"}]],s9=Q("download",Y51);var G51=[["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"}]],Mz=Q("drafting-compass",G51);var W51=[["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"}]],Ez=Q("drama",W51);var q51=[["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"}]],Rz=Q("dribbble",q51);var H51=[["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"}]],vz=Q("drill",H51);var z51=[["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"}]],hz=Q("drone",z51);var K51=[["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"}]],xz=Q("droplet-off",K51);var B51=[["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"}]],Iz=Q("droplet",B51);var $51=[["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"}]],fz=Q("droplets",$51);var F51=[["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"}]],jz=Q("drum",F51);var P51=[["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"}]],Nz=Q("drumstick",P51);var A51=[["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"}]],Lz=Q("dumbbell",A51);var O51=[["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"}]],gz=Q("ear",O51);var T51=[["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"}]],mz=Q("ear-off",T51);var w51=[["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"}]],_z=Q("earth-lock",w51);var y51=[["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"}]],b8=Q("earth",y51);var V51=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a7 7 0 1 0 10 10",key:"1yuj32"}]],uz=Q("eclipse",V51);var U51=[["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"}]],pz=Q("egg-fried",U51);var k51=[["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"}]],lz=Q("egg-off",k51);var b51=[["path",{d:"M12 2C8 2 4 8 4 14a8 8 0 0 0 16 0c0-6-4-12-8-12",key:"1le142"}]],dz=Q("egg",b51);var C51=[["ellipse",{cx:"12",cy:"12",rx:"10",ry:"6",key:"swdkt4"}]],sz=Q("ellipse",C51);var S51=[["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"}]],C8=Q("ellipsis-vertical",S51);var D51=[["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"}]],S8=Q("ellipsis",D51);var M51=[["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"}]],rz=Q("equal-approximately",M51);var E51=[["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"}]],az=Q("equal-not",E51);var R51=[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}]],cz=Q("equal",R51);var v51=[["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"}]],nz=Q("ethernet-port",v51);var h51=[["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"}]],iz=Q("eraser",h51);var x51=[["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"}]],tz=Q("euro",x51);var I51=[["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"}]],oz=Q("ev-charger",I51);var f51=[["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"}]],ez=Q("expand",f51);var j51=[["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"}]],r9=Q("external-link",j51);var N51=[["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"}]],JK=Q("eye-closed",N51);var L51=[["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"}]],ZK=Q("eye-off",L51);var g51=[["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"}]],R5=Q("eye",g51);var m51=[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]],QK=Q("facebook",m51);var _51=[["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"}]],XK=Q("factory",_51);var u51=[["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"}]],YK=Q("fan",u51);var p51=[["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"}]],GK=Q("fast-forward",p51);var l51=[["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"}]],WK=Q("feather",l51);var d51=[["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"}]],qK=Q("fence",d51);var s51=[["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"}]],HK=Q("ferris-wheel",s51);var r51=[["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"}]],zK=Q("figma",r51);var a51=[["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"}]],KK=Q("file-archive",a51);var c51=[["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"}]],D8=Q("file-axis-3d",c51);var n51=[["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"}]],M8=Q("file-badge",n51);var i51=[["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"}]],BK=Q("file-box",i51);var t51=[["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"}]],E8=Q("file-braces-corner",t51);var o51=[["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"}]],R8=Q("file-chart-column-increasing",o51);var e51=[["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"}]],v8=Q("file-braces",e51);var J71=[["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"}]],h8=Q("file-chart-column",J71);var Z71=[["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"}]],x8=Q("file-chart-pie",Z71);var Q71=[["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"}]],I8=Q("file-chart-line",Q71);var X71=[["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"}]],f8=Q("file-check-corner",X71);var Y71=[["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"}]],$K=Q("file-check",Y71);var G71=[["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"}]],FK=Q("file-clock",G71);var W71=[["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"}]],j8=Q("file-code-corner",W71);var q71=[["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"}]],PK=Q("file-code",q71);var H71=[["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"}]],N8=Q("file-cog",H71);var z71=[["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"}]],AK=Q("file-diff",z71);var K71=[["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"}]],OK=Q("file-digit",K71);var B71=[["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"}]],TK=Q("file-down",B71);var $71=[["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"}]],L8=Q("file-exclamation-point",$71);var F71=[["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"}]],v2=Q("file-headphone",F71);var P71=[["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"}]],wK=Q("file-heart",P71);var A71=[["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"}]],yK=Q("file-image",A71);var O71=[["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"}]],VK=Q("file-input",O71);var T71=[["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"}]],g8=Q("file-key",T71);var w71=[["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"}]],m8=Q("file-lock",w71);var y71=[["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"}]],_8=Q("file-minus-corner",y71);var V71=[["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"}]],UK=Q("file-minus",V71);var U71=[["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"}]],kK=Q("file-music",U71);var k71=[["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"}]],u8=Q("file-pen-line",k71);var b71=[["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"}]],p8=Q("file-pen",b71);var C71=[["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"}]],bK=Q("file-output",C71);var S71=[["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"}]],l8=Q("file-play",S71);var D71=[["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"}]],d8=Q("file-plus-corner",D71);var M71=[["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"}]],CK=Q("file-plus",M71);var E71=[["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"}]],s8=Q("file-question-mark",E71);var R71=[["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"}]],SK=Q("file-scan",R71);var v71=[["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"}]],r8=Q("file-search-corner",v71);var h71=[["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"}]],DK=Q("file-search",h71);var x71=[["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=Q("file-signal",x71);var I71=[["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"}]],MK=Q("file-sliders",I71);var f71=[["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"}]],EK=Q("file-spreadsheet",f71);var j71=[["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"}]],RK=Q("file-stack",j71);var N71=[["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"}]],vK=Q("file-symlink",N71);var L71=[["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"}]],hK=Q("file-terminal",L71);var g71=[["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"}]],c8=Q("file-type-corner",g71);var m71=[["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"}]],h2=Q("file-text",m71);var _71=[["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"}]],xK=Q("file-type",_71);var u71=[["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"}]],IK=Q("file-user",u71);var p71=[["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"}]],fK=Q("file-up",p71);var l71=[["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"}]],n8=Q("file-video-camera",l71);var d71=[["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"}]],jK=Q("file-volume",d71);var s71=[["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"}]],i8=Q("file-x-corner",s71);var r71=[["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"}]],NK=Q("file-x",r71);var a71=[["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"}]],LK=Q("files",a71);var c71=[["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"}]],x2=Q("file",c71);var n71=[["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"}]],gK=Q("film",n71);var i71=[["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"}]],t8=Q("fingerprint-pattern",i71);var t71=[["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"}]],mK=Q("fire-extinguisher",t71);var o71=[["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"}]],_K=Q("fish-off",o71);var e71=[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8",key:"h4oh4o"}]],uK=Q("fish-symbol",e71);var J81=[["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"}]],pK=Q("fishing-hook",J81);var Z81=[["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"}]],lK=Q("fish",Z81);var Q81=[["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"}]],dK=Q("fishing-rod",Q81);var X81=[["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"}]],sK=Q("flag-off",X81);var Y81=[["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"}]],rK=Q("flag-triangle-left",Y81);var G81=[["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"}]],aK=Q("flag-triangle-right",G81);var W81=[["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"}]],cK=Q("flag",W81);var q81=[["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"}]],nK=Q("flame",q81);var H81=[["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"}]],iK=Q("flame-kindling",H81);var z81=[["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"}]],tK=Q("flashlight-off",z81);var K81=[["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"}]],oK=Q("flashlight",K81);var B81=[["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"}]],eK=Q("flask-conical-off",B81);var $81=[["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"}]],JB=Q("flask-conical",$81);var F81=[["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"}]],ZB=Q("flask-round",F81);var P81=[["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"}]],QB=Q("flip-horizontal-2",P81);var A81=[["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"}]],XB=Q("flip-vertical-2",A81);var O81=[["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"}]],YB=Q("flower-2",O81);var T81=[["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"}]],GB=Q("flower",T81);var w81=[["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"}]],WB=Q("focus",w81);var y81=[["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"}]],qB=Q("fold-horizontal",y81);var V81=[["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"}]],HB=Q("fold-vertical",V81);var U81=[["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"}]],zB=Q("folder-archive",U81);var k81=[["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"}]],KB=Q("folder-check",k81);var b81=[["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"}]],BB=Q("folder-clock",b81);var C81=[["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"}]],$B=Q("folder-closed",C81);var S81=[["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"}]],FB=Q("folder-code",S81);var D81=[["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"}]],o8=Q("folder-cog",D81);var M81=[["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"}]],PB=Q("folder-dot",M81);var E81=[["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"}]],AB=Q("folder-down",E81);var R81=[["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"}]],OB=Q("folder-git-2",R81);var v81=[["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"}]],TB=Q("folder-git",v81);var h81=[["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"}]],wB=Q("folder-heart",h81);var x81=[["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"}]],yB=Q("folder-input",x81);var I81=[["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"}]],VB=Q("folder-kanban",I81);var f81=[["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"}]],UB=Q("folder-key",f81);var j81=[["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"}]],kB=Q("folder-lock",j81);var N81=[["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"}]],bB=Q("folder-minus",N81);var L81=[["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"}]],CB=Q("folder-open-dot",L81);var g81=[["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"}]],SB=Q("folder-open",g81);var m81=[["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"}]],DB=Q("folder-output",m81);var _81=[["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"}]],e8=Q("folder-pen",_81);var u81=[["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"}]],I2=Q("folder-plus",u81);var p81=[["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"}]],MB=Q("folder-root",p81);var l81=[["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"}]],EB=Q("folder-search",l81);var d81=[["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"}]],RB=Q("folder-symlink",d81);var s81=[["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"}]],vB=Q("folder-search-2",s81);var r81=[["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"}]],hB=Q("folder-sync",r81);var a81=[["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"}]],xB=Q("folder-tree",a81);var c81=[["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"}]],IB=Q("folder-up",c81);var n81=[["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"}]],fB=Q("folders",n81);var i81=[["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"}]],jB=Q("folder-x",i81);var t81=[["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"}]],NB=Q("folder",t81);var o81=[["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"}]],LB=Q("footprints",o81);var e81=[["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"}]],gB=Q("form",e81);var J61=[["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"}]],mB=Q("forklift",J61);var Z61=[["path",{d:"m15 17 5-5-5-5",key:"nf172w"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12",key:"jmiej9"}]],_B=Q("forward",Z61);var Q61=[["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"}]],uB=Q("frame",Q61);var X61=[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",key:"1a2nng"}]],pB=Q("framer",X61);var Y61=[["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"}]],lB=Q("frown",Y61);var G61=[["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"}]],dB=Q("fuel",G61);var W61=[["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"}]],sB=Q("fullscreen",W61);var q61=[["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"}]],rB=Q("funnel-plus",q61);var H61=[["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"}]],J6=Q("funnel-x",H61);var z61=[["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"}]],aB=Q("gallery-horizontal-end",z61);var K61=[["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"}]],Z6=Q("funnel",K61);var B61=[["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"}]],cB=Q("gallery-horizontal",B61);var $61=[["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"}]],nB=Q("gallery-thumbnails",$61);var F61=[["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"}]],iB=Q("gallery-vertical-end",F61);var P61=[["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"}]],tB=Q("gallery-vertical",P61);var A61=[["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"}]],oB=Q("gamepad-2",A61);var O61=[["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"}]],eB=Q("gamepad-directional",O61);var T61=[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]],J$=Q("gauge",T61);var w61=[["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"}]],Z$=Q("gamepad",w61);var y61=[["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"}]],Q$=Q("gavel",y61);var V61=[["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"}]],X$=Q("gem",V61);var U61=[["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"}]],Y$=Q("georgian-lari",U61);var k61=[["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"}]],G$=Q("ghost",k61);var b61=[["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"}]],W$=Q("gift",b61);var C61=[["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"}]],q$=Q("git-branch-minus",C61);var S61=[["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"}]],H$=Q("git-branch-plus",S61);var D61=[["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"}]],z$=Q("git-branch",D61);var M61=[["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"}]],Q6=Q("git-commit-horizontal",M61);var E61=[["path",{d:"M12 3v6",key:"1holv5"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 15v6",key:"a9ows0"}]],K$=Q("git-commit-vertical",E61);var R61=[["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"}]],B$=Q("git-compare",R61);var v61=[["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"}]],$$=Q("git-compare-arrows",v61);var h61=[["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"}]],F$=Q("git-fork",h61);var x61=[["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"}]],P$=Q("git-graph",x61);var I61=[["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"}]],A$=Q("git-merge-conflict",I61);var f61=[["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"}]],O$=Q("git-merge",f61);var j61=[["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"}]],T$=Q("git-pull-request-arrow",j61);var N61=[["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"}]],w$=Q("git-pull-request-closed",N61);var L61=[["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"}]],y$=Q("git-pull-request-create",L61);var g61=[["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"}]],V$=Q("git-pull-request-create-arrow",g61);var m61=[["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"}]],U$=Q("git-pull-request-draft",m61);var _61=[["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"}]],k$=Q("git-pull-request",_61);var u61=[["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"}]],b$=Q("github",u61);var p61=[["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"}]],C$=Q("gitlab",p61);var l61=[["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"}]],S$=Q("glass-water",l61);var d61=[["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"}]],D$=Q("glasses",d61);var s61=[["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"}]],M$=Q("globe-lock",s61);var r61=[["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"}]],E$=Q("globe-off",r61);var a61=[["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"}]],R$=Q("globe-x",a61);var c61=[["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"}]],X5=Q("globe",c61);var n61=[["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"}]],v$=Q("gpu",n61);var i61=[["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"}]],h$=Q("goal",i61);var t61=[["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"}]],x$=Q("graduation-cap",t61);var o61=[["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"}]],I$=Q("grape",o61);var e61=[["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"}]],X6=Q("grid-2x2-check",e61);var J41=[["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"}]],Y6=Q("grid-2x2-plus",J41);var Z41=[["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"}]],G6=Q("grid-2x2-x",Z41);var Q41=[["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"}]],W6=Q("grid-2x2",Q41);var X41=[["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"}]],f$=Q("grid-3x2",X41);var Y41=[["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"}]],Q2=Q("grid-3x3",Y41);var G41=[["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"}]],j$=Q("grip-horizontal",G41);var W41=[["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"}]],N$=Q("grip",W41);var q41=[["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"}]],L$=Q("grip-vertical",q41);var H41=[["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"}]],g$=Q("group",H41);var z41=[["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"}]],m$=Q("guitar",z41);var K41=[["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"}]],_$=Q("ham",K41);var B41=[["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"}]],u$=Q("hammer",B41);var $41=[["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"}]],p$=Q("hamburger",$41);var F41=[["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"}]],l$=Q("hand-coins",F41);var P41=[["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"}]],d$=Q("hand-fist",P41);var A41=[["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"}]],q6=Q("hand-grab",A41);var O41=[["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"}]],s$=Q("hand-heart",O41);var T41=[["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"}]],H6=Q("hand-helping",T41);var w41=[["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"}]],r$=Q("hand-platter",w41);var y41=[["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"}]],a$=Q("hand-metal",y41);var V41=[["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"}]],c$=Q("hand",V41);var U41=[["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"}]],n$=Q("handbag",U41);var k41=[["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"}]],i$=Q("handshake",k41);var b41=[["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"}]],t$=Q("hard-drive-download",b41);var C41=[["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"}]],o$=Q("hard-drive-upload",C41);var S41=[["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"}]],e$=Q("hard-drive",S41);var D41=[["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"}]],JF=Q("hard-hat",D41);var M41=[["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"}]],ZF=Q("hat-glasses",M41);var E41=[["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"}]],QF=Q("hash",E41);var R41=[["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"}]],XF=Q("haze",R41);var v41=[["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"}]],YF=Q("hd",v41);var h41=[["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"}]],GF=Q("hdmi-port",h41);var x41=[["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"}]],v5=Q("heading-1",x41);var I41=[["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"}]],h5=Q("heading-2",I41);var f41=[["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"}]],WF=Q("heading-3",f41);var j41=[["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"}]],qF=Q("heading-4",j41);var N41=[["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"}]],HF=Q("heading-5",N41);var L41=[["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"}]],zF=Q("heading-6",L41);var g41=[["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M6 20V4",key:"1w1bmo"}],["path",{d:"M18 20V4",key:"o2hl4u"}]],KF=Q("heading",g41);var m41=[["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"}]],BF=Q("headphones",m41);var _41=[["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"}]],$F=Q("headphone-off",_41);var u41=[["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"}]],FF=Q("headset",u41);var p41=[["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"}]],PF=Q("heart-crack",p41);var l41=[["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"}]],AF=Q("heart-handshake",l41);var d41=[["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"}]],OF=Q("heart-minus",d41);var s41=[["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"}]],TF=Q("heart-off",s41);var r41=[["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"}]],wF=Q("heart-plus",r41);var a41=[["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"}]],yF=Q("heart-pulse",a41);var c41=[["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"}]],VF=Q("heater",c41);var n41=[["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"}]],UF=Q("heart",n41);var i41=[["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"}]],kF=Q("helicopter",i41);var t41=[["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"}]],bF=Q("hexagon",t41);var o41=[["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"}]],CF=Q("highlighter",o41);var e41=[["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"}]],a9=Q("history",e41);var J91=[["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"}]],SF=Q("hop-off",J91);var Z91=[["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"}]],DF=Q("hop",Z91);var Q91=[["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"}]],MF=Q("hospital",Q91);var X91=[["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"}]],EF=Q("hourglass",X91);var Y91=[["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"}]],RF=Q("hotel",Y91);var G91=[["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"}]],vF=Q("house-heart",G91);var W91=[["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"}]],hF=Q("house-plug",W91);var q91=[["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"}]],xF=Q("house-wifi",q91);var H91=[["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"}]],IF=Q("house-plus",H91);var z91=[["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"}]],Y5=Q("house",z91);var K91=[["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"}]],z6=Q("ice-cream-bowl",K91);var B91=[["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"}]],K6=Q("ice-cream-cone",B91);var $91=[["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"}]],fF=Q("id-card-lanyard",$91);var F91=[["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"}]],jF=Q("id-card",F91);var P91=[["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"}]],NF=Q("image-down",P91);var A91=[["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"}]],LF=Q("image-minus",A91);var O91=[["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"}]],gF=Q("image-off",O91);var T91=[["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"}]],mF=Q("image-play",T91);var w91=[["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"}]],_F=Q("image-plus",w91);var y91=[["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"}]],uF=Q("image-up",y91);var V91=[["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"}]],pF=Q("image-upscale",V91);var U91=[["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"}]],a1=Q("image",U91);var k91=[["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"}]],lF=Q("images",k91);var b91=[["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"}]],dF=Q("import",b91);var C91=[["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"}]],c9=Q("inbox",C91);var S91=[["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"}]],sF=Q("indian-rupee",S91);var D91=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],G5=Q("info",D91);var M91=[["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"}]],rF=Q("inspection-panel",M91);var E91=[["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"}]],aF=Q("infinity",E91);var R91=[["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"}]],x5=Q("italic",R91);var v91=[["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"}]],cF=Q("instagram",v91);var h91=[["path",{d:"m16 14 4 4-4 4",key:"hkso8o"}],["path",{d:"M20 10a8 8 0 1 0-8 8h8",key:"1bik7b"}]],nF=Q("iteration-ccw",h91);var x91=[["path",{d:"M4 10a8 8 0 1 1 8 8H4",key:"svv66n"}],["path",{d:"m8 22-4-4 4-4",key:"6g7gki"}]],iF=Q("iteration-cw",x91);var I91=[["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"}]],tF=Q("japanese-yen",I91);var f91=[["path",{d:"M5 3v14",key:"9nsxs2"}],["path",{d:"M12 3v8",key:"1h2ygw"}],["path",{d:"M19 3v18",key:"1sk56x"}]],oF=Q("kanban",f91);var j91=[["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"}]],eF=Q("joystick",j91);var N91=[["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"}]],JP=Q("kayak",N91);var L91=[["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"}]],ZP=Q("key-round",L91);var g91=[["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"}]],QP=Q("key-square",g91);var m91=[["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"}]],n9=Q("key",m91);var _91=[["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"}]],XP=Q("keyboard-music",_91);var u91=[["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"}]],YP=Q("keyboard",u91);var p91=[["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"}]],GP=Q("keyboard-off",p91);var l91=[["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"}]],WP=Q("lamp-ceiling",l91);var d91=[["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"}]],qP=Q("lamp-desk",d91);var s91=[["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"}]],HP=Q("lamp-wall-down",s91);var r91=[["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"}]],zP=Q("lamp-floor",r91);var a91=[["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"}]],KP=Q("lamp",a91);var c91=[["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"}]],BP=Q("lamp-wall-up",c91);var n91=[["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"}]],$P=Q("land-plot",n91);var i91=[["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"}]],FP=Q("landmark",i91);var t91=[["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"}]],PP=Q("languages",t91);var o91=[["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"}]],AP=Q("laptop-minimal-check",o91);var e91=[["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"}]],B6=Q("laptop-minimal",e91);var JJ1=[["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"}]],OP=Q("laptop",JJ1);var ZJ1=[["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"}]],TP=Q("lasso-select",ZJ1);var QJ1=[["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"}]],wP=Q("laugh",QJ1);var XJ1=[["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"}]],yP=Q("lasso",XJ1);var YJ1=[["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"}]],VP=Q("layers-2",YJ1);var GJ1=[["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"}]],UP=Q("layers-plus",GJ1);var WJ1=[["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"}]],$6=Q("layers",WJ1);var qJ1=[["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"}]],kP=Q("layout-grid",qJ1);var HJ1=[["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"}]],i9=Q("layout-dashboard",HJ1);var zJ1=[["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"}]],t9=Q("layout-list",zJ1);var KJ1=[["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"}]],bP=Q("layout-panel-top",KJ1);var BJ1=[["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"}]],CP=Q("layout-panel-left",BJ1);var $J1=[["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"}]],SP=Q("layout-template",$J1);var FJ1=[["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"}]],DP=Q("leaf",FJ1);var PJ1=[["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"}]],MP=Q("leafy-green",PJ1);var AJ1=[["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"}]],EP=Q("lectern",AJ1);var OJ1=[["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"}]],RP=Q("lens-concave",OJ1);var TJ1=[["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"}]],vP=Q("lens-convex",TJ1);var wJ1=[["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"}]],hP=Q("library-big",wJ1);var yJ1=[["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"}]],xP=Q("library",yJ1);var VJ1=[["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"}]],IP=Q("ligature",VJ1);var UJ1=[["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"}]],fP=Q("life-buoy",UJ1);var kJ1=[["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"}]],jP=Q("lightbulb-off",kJ1);var bJ1=[["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"}]],NP=Q("lightbulb",bJ1);var CJ1=[["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"}]],LP=Q("line-squiggle",CJ1);var SJ1=[["path",{d:"M 3 12 L 15 12",key:"ymhu98"}],["circle",{cx:"18",cy:"12",r:"3",key:"1kchzo"}]],gP=Q("line-dot-right-horizontal",SJ1);var DJ1=[["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"}]],mP=Q("link-2-off",DJ1);var MJ1=[["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"}]],_P=Q("link-2",MJ1);var EJ1=[["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"}]],f2=Q("link",EJ1);var RJ1=[["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"}]],uP=Q("linkedin",RJ1);var vJ1=[["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"}]],pP=Q("list-check",vJ1);var hJ1=[["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"}]],lP=Q("list-checks",hJ1);var xJ1=[["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"}]],dP=Q("list-chevrons-down-up",xJ1);var IJ1=[["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"}]],sP=Q("list-chevrons-up-down",IJ1);var fJ1=[["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"}]],rP=Q("list-collapse",fJ1);var jJ1=[["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"}]],aP=Q("list-end",jJ1);var NJ1=[["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"}]],cP=Q("list-filter-plus",NJ1);var LJ1=[["path",{d:"M2 5h20",key:"1fs1ex"}],["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M9 19h6",key:"456am0"}]],nP=Q("list-filter",LJ1);var gJ1=[["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"}]],j2=Q("list-indent-decrease",gJ1);var mJ1=[["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"}]],N2=Q("list-indent-increase",mJ1);var _J1=[["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"}]],iP=Q("list-minus",_J1);var uJ1=[["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"}]],tP=Q("list-music",uJ1);var pJ1=[["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"}]],I5=Q("list-ordered",pJ1);var lJ1=[["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"}]],oP=Q("list-plus",lJ1);var dJ1=[["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"}]],eP=Q("list-restart",dJ1);var sJ1=[["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"}]],JA=Q("list-todo",sJ1);var rJ1=[["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"}]],ZA=Q("list-start",rJ1);var aJ1=[["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"}]],QA=Q("list-tree",aJ1);var cJ1=[["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"}]],XA=Q("list-video",cJ1);var nJ1=[["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"}]],YA=Q("list-x",nJ1);var iJ1=[["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"}]],f5=Q("list",iJ1);var tJ1=[["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"}]],GA=Q("loader-pinwheel",tJ1);var oJ1=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]],Z1=Q("loader-circle",oJ1);var eJ1=[["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"}]],WA=Q("loader",eJ1);var JZ1=[["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"}]],qA=Q("locate-fixed",JZ1);var ZZ1=[["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"}]],HA=Q("locate-off",ZZ1);var QZ1=[["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"}]],zA=Q("locate",QZ1);var XZ1=[["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"}]],F6=Q("lock-keyhole-open",XZ1);var YZ1=[["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"}]],KA=Q("lock-keyhole",YZ1);var GZ1=[["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"}]],P6=Q("lock-open",GZ1);var WZ1=[["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"}]],BA=Q("log-in",WZ1);var qZ1=[["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"}]],L2=Q("lock",qZ1);var HZ1=[["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"}]],$A=Q("logs",HZ1);var zZ1=[["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=Q("log-out",zZ1);var KZ1=[["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"}]],FA=Q("lollipop",KZ1);var BZ1=[["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"}]],PA=Q("luggage",BZ1);var $Z1=[["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"}]],AA=Q("magnet",$Z1);var FZ1=[["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"}]],OA=Q("mail-check",FZ1);var PZ1=[["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"}]],TA=Q("mail-minus",PZ1);var AZ1=[["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"}]],wA=Q("mail-open",AZ1);var OZ1=[["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"}]],A6=Q("mail-question-mark",OZ1);var TZ1=[["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"}]],yA=Q("mail-plus",TZ1);var wZ1=[["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"}]],VA=Q("mail-warning",wZ1);var yZ1=[["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"}]],UA=Q("mail-search",yZ1);var VZ1=[["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"}]],kA=Q("mail-x",VZ1);var UZ1=[["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"}]],bA=Q("mail",UZ1);var kZ1=[["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"}]],CA=Q("mailbox",kZ1);var bZ1=[["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"}]],SA=Q("mails",bZ1);var CZ1=[["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"}]],DA=Q("map-minus",CZ1);var SZ1=[["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"}]],MA=Q("map-pin-check-inside",SZ1);var DZ1=[["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"}]],EA=Q("map-pin-check",DZ1);var MZ1=[["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"}]],RA=Q("map-pin-house",MZ1);var EZ1=[["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"}]],vA=Q("map-pin-minus-inside",EZ1);var RZ1=[["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"}]],hA=Q("map-pin-minus",RZ1);var vZ1=[["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"}]],O6=Q("map-pin-pen",vZ1);var hZ1=[["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"}]],xA=Q("map-pin-off",hZ1);var xZ1=[["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"}]],IA=Q("map-pin-plus-inside",xZ1);var IZ1=[["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"}]],fA=Q("map-pin-plus",IZ1);var fZ1=[["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"}]],jA=Q("map-pin-x-inside",fZ1);var jZ1=[["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"}]],NA=Q("map-pin-x",jZ1);var NZ1=[["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"}]],LA=Q("map-pin",NZ1);var LZ1=[["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"}]],gA=Q("map-pinned",LZ1);var gZ1=[["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"}]],mA=Q("map-plus",gZ1);var mZ1=[["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"}]],_A=Q("map",mZ1);var _Z1=[["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"}]],uA=Q("mars-stroke",_Z1);var uZ1=[["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"}]],pA=Q("mars",uZ1);var pZ1=[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M12 11v11",key:"ur9y6a"}],["path",{d:"m19 3-7 8-7-8Z",key:"1sgpiw"}]],lA=Q("martini",pZ1);var lZ1=[["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"}]],dA=Q("maximize-2",lZ1);var dZ1=[["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"}]],sA=Q("maximize",dZ1);var sZ1=[["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"}]],rA=Q("megaphone-off",sZ1);var rZ1=[["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"}]],aA=Q("medal",rZ1);var aZ1=[["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"}]],cA=Q("megaphone",aZ1);var cZ1=[["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"}]],nA=Q("meh",cZ1);var nZ1=[["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"}]],iA=Q("memory-stick",nZ1);var iZ1=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],tA=Q("menu",iZ1);var tZ1=[["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"}]],oA=Q("merge",tZ1);var oZ1=[["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"}]],eA=Q("message-circle-code",oZ1);var eZ1=[["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"}]],JO=Q("message-circle-check",eZ1);var J31=[["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"}]],ZO=Q("message-circle-heart",J31);var Z31=[["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"}]],QO=Q("message-circle-more",Z31);var Q31=[["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"}]],XO=Q("message-circle-dashed",Q31);var X31=[["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"}]],YO=Q("message-circle-off",X31);var Y31=[["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"}]],GO=Q("message-circle-plus",Y31);var G31=[["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"}]],T6=Q("message-circle-question-mark",G31);var W31=[["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"}]],WO=Q("message-circle-reply",W31);var q31=[["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"}]],qO=Q("message-circle-warning",q31);var H31=[["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"}]],HO=Q("message-circle-x",H31);var z31=[["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"}]],zO=Q("message-square-check",z31);var K31=[["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"}]],KO=Q("message-circle",K31);var B31=[["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"}]],BO=Q("message-square-code",B31);var $31=[["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"}]],$O=Q("message-square-dashed",$31);var F31=[["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"}]],FO=Q("message-square-diff",F31);var P31=[["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"}]],PO=Q("message-square-dot",P31);var A31=[["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"}]],AO=Q("message-square-lock",A31);var O31=[["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"}]],OO=Q("message-square-heart",O31);var T31=[["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"}]],TO=Q("message-square-more",T31);var w31=[["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"}]],wO=Q("message-square-off",w31);var y31=[["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"}]],yO=Q("message-square-plus",y31);var V31=[["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"}]],VO=Q("message-square-quote",V31);var U31=[["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"}]],UO=Q("message-square-reply",U31);var k31=[["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"}]],kO=Q("message-square-share",k31);var b31=[["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"}]],bO=Q("message-square-warning",b31);var C31=[["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"}]],CO=Q("message-square-text",C31);var S31=[["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"}]],SO=Q("message-square-x",S31);var D31=[["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"}]],DO=Q("message-square",D31);var M31=[["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"}]],MO=Q("messages-square",M31);var E31=[["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"}]],EO=Q("metronome",E31);var R31=[["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"}]],RO=Q("mic-off",R31);var v31=[["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"}]],w6=Q("mic-vocal",v31);var h31=[["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"}]],vO=Q("mic",h31);var x31=[["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"}]],hO=Q("microchip",x31);var I31=[["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"}]],xO=Q("microscope",I31);var f31=[["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"}]],IO=Q("milestone",f31);var j31=[["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"}]],fO=Q("microwave",j31);var N31=[["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"}]],jO=Q("milk-off",N31);var L31=[["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"}]],NO=Q("milk",L31);var g31=[["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"}]],LO=Q("minimize-2",g31);var m31=[["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"}]],gO=Q("minimize",m31);var _31=[["path",{d:"M5 12h14",key:"1ays0h"}]],mO=Q("minus",_31);var u31=[["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"}]],_O=Q("mirror-rectangular",u31);var p31=[["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"}]],uO=Q("mirror-round",p31);var l31=[["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"}]],pO=Q("monitor-check",l31);var d31=[["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"}]],lO=Q("monitor-cloud",d31);var s31=[["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"}]],dO=Q("monitor-cog",s31);var r31=[["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"}]],sO=Q("monitor-dot",r31);var a31=[["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"}]],rO=Q("monitor-down",a31);var c31=[["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"}]],aO=Q("monitor-off",c31);var n31=[["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"}]],cO=Q("monitor-pause",n31);var i31=[["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"}]],nO=Q("monitor-smartphone",i31);var t31=[["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"}]],iO=Q("monitor-play",t31);var o31=[["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"}]],tO=Q("monitor-speaker",o31);var e31=[["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"}]],oO=Q("monitor-stop",e31);var JQ1=[["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"}]],eO=Q("monitor-up",JQ1);var ZQ1=[["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"}]],JT=Q("monitor-x",ZQ1);var QQ1=[["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"}]],ZT=Q("monitor",QQ1);var XQ1=[["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"}]],QT=Q("moon-star",XQ1);var YQ1=[["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"}]],XT=Q("moon",YQ1);var GQ1=[["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"}]],YT=Q("motorbike",GQ1);var WQ1=[["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"}]],GT=Q("mountain-snow",WQ1);var qQ1=[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}]],WT=Q("mountain",qQ1);var HQ1=[["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"}]],qT=Q("mouse-left",HQ1);var zQ1=[["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"}]],HT=Q("mouse-off",zQ1);var KQ1=[["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"}]],zT=Q("mouse-pointer-2-off",KQ1);var BQ1=[["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"}]],KT=Q("mouse-pointer-2",BQ1);var $Q1=[["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"}]],BT=Q("mouse-pointer-ban",$Q1);var FQ1=[["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"}]],$T=Q("mouse-pointer-click",FQ1);var PQ1=[["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"}]],FT=Q("mouse-pointer",PQ1);var AQ1=[["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"}]],PT=Q("mouse-right",AQ1);var OQ1=[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7",key:"11ol66"}],["path",{d:"M12 6v4",key:"16clxf"}]],AT=Q("mouse",OQ1);var TQ1=[["path",{d:"M19 13v6h-6",key:"1hxl6d"}],["path",{d:"M5 11V5h6",key:"12e2xe"}],["path",{d:"m5 5 14 14",key:"11anup"}]],OT=Q("move-diagonal-2",TQ1);var wQ1=[["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"}]],y6=Q("move-3d",wQ1);var yQ1=[["path",{d:"M11 19H5v-6",key:"8awifj"}],["path",{d:"M13 5h6v6",key:"7voy1q"}],["path",{d:"M19 5 5 19",key:"wwaj1z"}]],TT=Q("move-diagonal",yQ1);var VQ1=[["path",{d:"M11 19H5V13",key:"1akmht"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]],wT=Q("move-down-left",VQ1);var UQ1=[["path",{d:"M19 13V19H13",key:"10vkzq"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]],yT=Q("move-down-right",UQ1);var kQ1=[["path",{d:"M8 18L12 22L16 18",key:"cskvfv"}],["path",{d:"M12 2V22",key:"r89rzk"}]],VT=Q("move-down",kQ1);var bQ1=[["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"}]],UT=Q("move-horizontal",bQ1);var CQ1=[["path",{d:"M6 8L2 12L6 16",key:"kyvwex"}],["path",{d:"M2 12H22",key:"1m8cig"}]],kT=Q("move-left",CQ1);var SQ1=[["path",{d:"M18 8L22 12L18 16",key:"1r0oui"}],["path",{d:"M2 12H22",key:"1m8cig"}]],bT=Q("move-right",SQ1);var DQ1=[["path",{d:"M5 11V5H11",key:"3q78g9"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]],CT=Q("move-up-left",DQ1);var MQ1=[["path",{d:"M13 5H19V11",key:"1n1gyv"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]],ST=Q("move-up-right",MQ1);var EQ1=[["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"}]],DT=Q("move-vertical",EQ1);var RQ1=[["path",{d:"M8 6L12 2L16 6",key:"1yvkyx"}],["path",{d:"M12 2V22",key:"r89rzk"}]],MT=Q("move-up",RQ1);var vQ1=[["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"}]],ET=Q("move",vQ1);var hQ1=[["circle",{cx:"8",cy:"18",r:"4",key:"1fc0mg"}],["path",{d:"M12 18V2l7 4",key:"g04rme"}]],RT=Q("music-2",hQ1);var xQ1=[["circle",{cx:"12",cy:"18",r:"4",key:"m3r9ws"}],["path",{d:"M16 18V2",key:"40x2m5"}]],vT=Q("music-3",xQ1);var IQ1=[["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"}]],hT=Q("music-4",IQ1);var fQ1=[["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"}]],xT=Q("music",fQ1);var jQ1=[["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"}]],IT=Q("navigation-2-off",jQ1);var NQ1=[["polygon",{points:"12 2 19 21 12 17 5 21 12 2",key:"x8c0qg"}]],fT=Q("navigation-2",NQ1);var LQ1=[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]],jT=Q("navigation",LQ1);var gQ1=[["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"}]],NT=Q("navigation-off",gQ1);var mQ1=[["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"}]],LT=Q("network",mQ1);var _Q1=[["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"}]],gT=Q("nfc",_Q1);var uQ1=[["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"}]],mT=Q("newspaper",uQ1);var pQ1=[["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"}]],_T=Q("non-binary",pQ1);var lQ1=[["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"}]],uT=Q("notebook-pen",lQ1);var dQ1=[["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"}]],pT=Q("notebook-tabs",dQ1);var sQ1=[["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"}]],lT=Q("notebook-text",sQ1);var rQ1=[["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"}]],dT=Q("notepad-text-dashed",rQ1);var aQ1=[["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"}]],sT=Q("notebook",aQ1);var cQ1=[["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"}]],rT=Q("notepad-text",cQ1);var nQ1=[["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"}]],aT=Q("nut-off",nQ1);var iQ1=[["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"}]],cT=Q("nut",iQ1);var tQ1=[["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"}]],V6=Q("octagon-alert",tQ1);var oQ1=[["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"}]],nT=Q("octagon-minus",oQ1);var eQ1=[["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"}]],U6=Q("octagon-pause",eQ1);var JX1=[["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"}]],k6=Q("octagon-x",JX1);var ZX1=[["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"}]],iT=Q("omega",ZX1);var QX1=[["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"}]],tT=Q("octagon",QX1);var XX1=[["path",{d:"M3 3h6l6 18h6",key:"ph9rgk"}],["path",{d:"M14 3h7",key:"16f0ms"}]],oT=Q("option",XX1);var YX1=[["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"}]],eT=Q("orbit",YX1);var GX1=[["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"}]],Jw=Q("origami",GX1);var WX1=[["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"}]],Zw=Q("package-2",WX1);var qX1=[["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"}]],Qw=Q("package-check",qX1);var HX1=[["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"}]],Xw=Q("package-minus",HX1);var zX1=[["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"}]],Yw=Q("package-open",zX1);var KX1=[["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"}]],Gw=Q("package-plus",KX1);var BX1=[["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"}]],Ww=Q("package-search",BX1);var $X1=[["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"}]],qw=Q("package-x",$X1);var FX1=[["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"}]],Hw=Q("paint-bucket",FX1);var PX1=[["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"}]],g2=Q("package",PX1);var AX1=[["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"}]],zw=Q("paint-roller",AX1);var OX1=[["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"}]],Kw=Q("paintbrush",OX1);var TX1=[["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"}]],b6=Q("paintbrush-vertical",TX1);var wX1=[["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"}]],Bw=Q("palette",wX1);var yX1=[["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"}]],$w=Q("panda",yX1);var VX1=[["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"}]],Fw=Q("panel-bottom-close",VX1);var UX1=[["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"}]],Pw=Q("panel-bottom-open",UX1);var kX1=[["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"}]],C6=Q("panel-bottom-dashed",kX1);var bX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}]],Aw=Q("panel-bottom",bX1);var CX1=[["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"}]],S6=Q("panel-left-close",CX1);var SX1=[["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"}]],D6=Q("panel-left-open",SX1);var DX1=[["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"}]],M6=Q("panel-left-dashed",DX1);var MX1=[["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"}]],Ow=Q("panel-left-right-dashed",MX1);var EX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]],E6=Q("panel-left",EX1);var RX1=[["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"}]],Tw=Q("panel-right-close",RX1);var vX1=[["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"}]],R6=Q("panel-right-dashed",vX1);var hX1=[["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"}]],ww=Q("panel-right-open",hX1);var xX1=[["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"}]],yw=Q("panel-top-bottom-dashed",xX1);var IX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]],Vw=Q("panel-right",IX1);var fX1=[["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"}]],Uw=Q("panel-top-close",fX1);var jX1=[["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"}]],v6=Q("panel-top-dashed",jX1);var NX1=[["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"}]],kw=Q("panel-top-open",NX1);var LX1=[["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"}]],bw=Q("panels-left-bottom",LX1);var gX1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}]],Cw=Q("panel-top",gX1);var mX1=[["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"}]],Sw=Q("panels-right-bottom",mX1);var _X1=[["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"}]],Dw=Q("paperclip",_X1);var uX1=[["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"}]],h6=Q("panels-top-left",uX1);var pX1=[["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"}]],Mw=Q("parentheses",pX1);var lX1=[["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"}]],Ew=Q("parking-meter",lX1);var dX1=[["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"}]],Rw=Q("party-popper",dX1);var sX1=[["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"}]],vw=Q("pause",sX1);var rX1=[["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"}]],hw=Q("paw-print",rX1);var aX1=[["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"}]],xw=Q("pc-case",aX1);var cX1=[["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"}]],x6=Q("pen-line",cX1);var nX1=[["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"}]],Iw=Q("pen-off",nX1);var iX1=[["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"}]],fw=Q("pen-tool",iX1);var tX1=[["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"}]],P2=Q("pen",tX1);var oX1=[["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"}]],jw=Q("pencil-line",oX1);var eX1=[["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"}]],Nw=Q("pencil-off",eX1);var JY1=[["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"}]],Lw=Q("pencil-ruler",JY1);var ZY1=[["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"}]],gw=Q("pentagon",ZY1);var QY1=[["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"}]],mw=Q("pencil",QY1);var XY1=[["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"}]],_w=Q("percent",XY1);var YY1=[["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"}]],uw=Q("person-standing",YY1);var GY1=[["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"}]],pw=Q("philippine-peso",GY1);var WY1=[["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"}]],lw=Q("phone-call",WY1);var qY1=[["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"}]],dw=Q("phone-forwarded",qY1);var HY1=[["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"}]],sw=Q("phone-incoming",HY1);var zY1=[["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"}]],rw=Q("phone-missed",zY1);var KY1=[["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"}]],aw=Q("phone-off",KY1);var BY1=[["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"}]],cw=Q("phone",BY1);var $Y1=[["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"}]],nw=Q("phone-outgoing",$Y1);var FY1=[["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"}]],iw=Q("pi",FY1);var PY1=[["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"}]],tw=Q("piano",PY1);var AY1=[["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"}]],ow=Q("pickaxe",AY1);var OY1=[["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"}]],ew=Q("picture-in-picture",OY1);var TY1=[["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"}]],Jy=Q("picture-in-picture-2",TY1);var wY1=[["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"}]],Zy=Q("piggy-bank",wY1);var yY1=[["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"}]],Qy=Q("pilcrow-left",yY1);var VY1=[["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"}]],Xy=Q("pilcrow-right",VY1);var UY1=[["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"}]],Yy=Q("pill-bottle",UY1);var kY1=[["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"}]],Gy=Q("pilcrow",kY1);var bY1=[["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"}]],Wy=Q("pill",bY1);var CY1=[["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"}]],qy=Q("pin-off",CY1);var SY1=[["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"}]],Hy=Q("pin",SY1);var DY1=[["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"}]],zy=Q("pipette",DY1);var MY1=[["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"}]],Ky=Q("pizza",MY1);var EY1=[["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"}]],By=Q("plane-landing",EY1);var RY1=[["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"}]],$y=Q("plane-takeoff",RY1);var vY1=[["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"}]],Fy=Q("plane",vY1);var hY1=[["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"}]],Py=Q("play",hY1);var xY1=[["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"}]],I6=Q("plug-zap",xY1);var IY1=[["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"}]],Ay=Q("plug-2",IY1);var fY1=[["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"}]],Oy=Q("plug",fY1);var jY1=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],F0=Q("plus",jY1);var NY1=[["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"}]],Ty=Q("pocket-knife",NY1);var LY1=[["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"}]],wy=Q("pocket",LY1);var gY1=[["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"}]],yy=Q("podcast",gY1);var mY1=[["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"}]],Vy=Q("pointer-off",mY1);var _Y1=[["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"}]],Uy=Q("pointer",_Y1);var uY1=[["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"}]],ky=Q("popcorn",uY1);var pY1=[["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"}]],by=Q("pound-sterling",pY1);var lY1=[["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"}]],Cy=Q("popsicle",lY1);var dY1=[["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"}]],Sy=Q("power-off",dY1);var sY1=[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]],Dy=Q("power",sY1);var rY1=[["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"}]],My=Q("presentation",rY1);var aY1=[["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"}]],Ey=Q("printer-check",aY1);var cY1=[["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"}]],Ry=Q("printer-x",cY1);var nY1=[["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"}]],vy=Q("printer",nY1);var iY1=[["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"}]],hy=Q("projector",iY1);var tY1=[["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"}]],xy=Q("proportions",tY1);var oY1=[["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"}]],Iy=Q("puzzle",oY1);var eY1=[["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"}]],fy=Q("pyramid",eY1);var JG1=[["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"}]],jy=Q("qr-code",JG1);var ZG1=[["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"}]],j5=Q("quote",ZG1);var QG1=[["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"}]],Ny=Q("rabbit",QG1);var XG1=[["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"}]],Ly=Q("radiation",XG1);var YG1=[["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"}]],gy=Q("radar",YG1);var GG1=[["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"}]],my=Q("radical",GG1);var WG1=[["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"}]],_y=Q("radio-receiver",WG1);var qG1=[["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"}]],uy=Q("radio-tower",qG1);var HG1=[["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"}]],py=Q("radio",HG1);var zG1=[["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"}]],ly=Q("radius",zG1);var KG1=[["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M5 9h14",key:"7tsvo6"}],["path",{d:"m14 20-5-5 6-6-5-5",key:"1jo42i"}]],dy=Q("rail-symbol",KG1);var BG1=[["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"}]],sy=Q("rainbow",BG1);var $G1=[["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"}]],ry=Q("rat",$G1);var FG1=[["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"}]],ay=Q("ratio",FG1);var PG1=[["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"}]],cy=Q("receipt-cent",PG1);var AG1=[["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"}]],ny=Q("receipt-euro",AG1);var OG1=[["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"}]],iy=Q("receipt-indian-rupee",OG1);var TG1=[["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"}]],ty=Q("receipt-japanese-yen",TG1);var wG1=[["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"}]],oy=Q("receipt-pound-sterling",wG1);var yG1=[["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"}]],ey=Q("receipt-russian-ruble",yG1);var VG1=[["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"}]],JV=Q("receipt-swiss-franc",VG1);var UG1=[["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"}]],ZV=Q("receipt-text",UG1);var kG1=[["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"}]],QV=Q("receipt-turkish-lira",kG1);var bG1=[["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"}]],XV=Q("receipt",bG1);var CG1=[["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"}]],YV=Q("rectangle-circle",CG1);var SG1=[["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"}]],GV=Q("rectangle-goggles",SG1);var DG1=[["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"}]],f6=Q("rectangle-ellipsis",DG1);var MG1=[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]],WV=Q("rectangle-horizontal",MG1);var EG1=[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}]],qV=Q("rectangle-vertical",EG1);var RG1=[["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"}]],HV=Q("recycle",RG1);var vG1=[["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"}]],zV=Q("redo-2",vG1);var hG1=[["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"}]],KV=Q("redo-dot",hG1);var xG1=[["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"}]],BV=Q("redo",xG1);var IG1=[["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"}]],$V=Q("refresh-ccw",IG1);var fG1=[["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"}]],FV=Q("refresh-cw-off",fG1);var jG1=[["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"}]],PV=Q("refresh-ccw-dot",jG1);var NG1=[["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"}]],e9=Q("refresh-cw",NG1);var LG1=[["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"}]],AV=Q("refrigerator",LG1);var gG1=[["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"}]],OV=Q("remove-formatting",gG1);var mG1=[["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"}]],TV=Q("regex",mG1);var _G1=[["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"}]],wV=Q("repeat-1",_G1);var uG1=[["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"}]],yV=Q("repeat-2",uG1);var pG1=[["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"}]],VV=Q("repeat",pG1);var lG1=[["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"}]],UV=Q("replace-all",lG1);var dG1=[["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"}]],kV=Q("reply-all",dG1);var sG1=[["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}],["path",{d:"m9 17-5-5 5-5",key:"nvlc11"}]],bV=Q("reply",sG1);var rG1=[["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"}]],CV=Q("replace",rG1);var aG1=[["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"}]],SV=Q("rewind",aG1);var cG1=[["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"}]],DV=Q("ribbon",cG1);var nG1=[["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"}]],MV=Q("rocket",nG1);var iG1=[["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"}]],EV=Q("roller-coaster",iG1);var tG1=[["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"}]],RV=Q("rocking-chair",tG1);var oG1=[["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"}]],vV=Q("rose",oG1);var eG1=[["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"}]],j6=Q("rotate-3d",eG1);var JW1=[["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"}]],hV=Q("rotate-ccw-key",JW1);var ZW1=[["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"}]],xV=Q("rotate-ccw-square",ZW1);var QW1=[["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"}]],JJ=Q("rotate-ccw",QW1);var XW1=[["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"}]],IV=Q("rotate-cw-square",XW1);var YW1=[["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"}]],fV=Q("rotate-cw",YW1);var GW1=[["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"}]],jV=Q("route-off",GW1);var WW1=[["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"}]],NV=Q("route",WW1);var qW1=[["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"}]],LV=Q("router",qW1);var HW1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}]],N6=Q("rows-2",HW1);var zW1=[["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"}]],L6=Q("rows-3",zW1);var KW1=[["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"}]],gV=Q("rows-4",KW1);var BW1=[["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"}]],mV=Q("rss",BW1);var $W1=[["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"}]],_V=Q("ruler-dimension-line",$W1);var FW1=[["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"}]],uV=Q("ruler",FW1);var PW1=[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18",key:"18ai8t"}],["path",{d:"M6 15h8",key:"1y8f6l"}]],pV=Q("russian-ruble",PW1);var AW1=[["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"}]],lV=Q("sailboat",AW1);var OW1=[["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"}]],dV=Q("salad",OW1);var TW1=[["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"}]],sV=Q("sandwich",TW1);var wW1=[["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"}]],rV=Q("satellite-dish",wW1);var yW1=[["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"}]],aV=Q("satellite",yW1);var VW1=[["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"}]],cV=Q("saudi-riyal",VW1);var UW1=[["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"}]],nV=Q("save-off",UW1);var kW1=[["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"}]],iV=Q("save-all",kW1);var bW1=[["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"}]],g6=Q("scale-3d",bW1);var CW1=[["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"}]],C0=Q("save",CW1);var SW1=[["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"}]],tV=Q("scale",SW1);var DW1=[["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"}]],oV=Q("scaling",DW1);var MW1=[["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"}]],eV=Q("scan-barcode",MW1);var EW1=[["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"}]],JU=Q("scan-eye",EW1);var RW1=[["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"}]],ZU=Q("scan-heart",RW1);var vW1=[["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"}]],QU=Q("scan-face",vW1);var hW1=[["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"}]],XU=Q("scan-line",hW1);var xW1=[["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"}]],YU=Q("scan-search",xW1);var IW1=[["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"}]],GU=Q("scan-qr-code",IW1);var fW1=[["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"}]],WU=Q("scan-text",fW1);var jW1=[["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"}]],qU=Q("scan",jW1);var NW1=[["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"}]],HU=Q("school",NW1);var LW1=[["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"}]],zU=Q("scissors-line-dashed",LW1);var gW1=[["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"}]],KU=Q("scissors",gW1);var mW1=[["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"}]],BU=Q("scooter",mW1);var _W1=[["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"}]],$U=Q("screen-share-off",_W1);var uW1=[["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"}]],FU=Q("screen-share",uW1);var pW1=[["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"}]],PU=Q("scroll-text",pW1);var lW1=[["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"}]],AU=Q("scroll",lW1);var dW1=[["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"}]],OU=Q("search-alert",dW1);var sW1=[["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"}]],TU=Q("search-check",sW1);var rW1=[["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"}]],wU=Q("search-code",rW1);var aW1=[["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"}]],yU=Q("search-slash",aW1);var cW1=[["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"}]],VU=Q("search-x",cW1);var nW1=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],m2=Q("search",nW1);var iW1=[["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"}]],UU=Q("section",iW1);var tW1=[["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"}]],m6=Q("send-horizontal",tW1);var oW1=[["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"}]],kU=Q("send-to-back",oW1);var eW1=[["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"}]],bU=Q("send",eW1);var Jq1=[["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"}]],CU=Q("separator-horizontal",Jq1);var Zq1=[["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"}]],SU=Q("separator-vertical",Zq1);var Qq1=[["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"}]],DU=Q("server-crash",Qq1);var Xq1=[["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"}]],MU=Q("server-off",Xq1);var Yq1=[["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"}]],EU=Q("server-cog",Yq1);var Gq1=[["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"}]],RU=Q("server",Gq1);var Wq1=[["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"}]],N5=Q("settings-2",Wq1);var qq1=[["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"}]],L5=Q("settings",qq1);var Hq1=[["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"}]],vU=Q("shapes",Hq1);var zq1=[["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"}]],hU=Q("share-2",zq1);var Kq1=[["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"}]],xU=Q("share",Kq1);var Bq1=[["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"}]],IU=Q("sheet",Bq1);var $q1=[["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"}]],fU=Q("shell",$q1);var Fq1=[["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"}]],jU=Q("shelving-unit",Fq1);var Pq1=[["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"}]],NU=Q("shield-alert",Pq1);var Aq1=[["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"}]],LU=Q("shield-ban",Aq1);var Oq1=[["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"}]],ZJ=Q("shield-check",Oq1);var Tq1=[["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"}]],gU=Q("shield-ellipsis",Tq1);var wq1=[["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"}]],mU=Q("shield-half",wq1);var yq1=[["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"}]],_U=Q("shield-off",yq1);var Vq1=[["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"}]],uU=Q("shield-minus",Vq1);var Uq1=[["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"}]],pU=Q("shield-plus",Uq1);var kq1=[["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"}]],_6=Q("shield-question-mark",kq1);var bq1=[["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"}]],u6=Q("shield-x",bq1);var Cq1=[["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"}]],lU=Q("shield-user",Cq1);var Sq1=[["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"}]],dU=Q("shield",Sq1);var Dq1=[["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"}]],sU=Q("ship-wheel",Dq1);var Mq1=[["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"}]],rU=Q("ship",Mq1);var Eq1=[["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"}]],aU=Q("shirt",Eq1);var Rq1=[["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"}]],cU=Q("shopping-basket",Rq1);var vq1=[["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"}]],nU=Q("shopping-bag",vq1);var hq1=[["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"}]],iU=Q("shopping-cart",hq1);var xq1=[["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"}]],tU=Q("shovel",xq1);var Iq1=[["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"}]],oU=Q("shower-head",Iq1);var fq1=[["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"}]],eU=Q("shredder",fq1);var jq1=[["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"}]],Jk=Q("shrimp",jq1);var Nq1=[["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"}]],Zk=Q("shrink",Nq1);var Lq1=[["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"}]],Qk=Q("sigma",Lq1);var gq1=[["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"}]],Xk=Q("shrub",gq1);var mq1=[["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"}]],Yk=Q("shuffle",mq1);var _q1=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}]],Gk=Q("signal-low",_q1);var uq1=[["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"}]],Wk=Q("signal-high",uq1);var pq1=[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}]],qk=Q("signal-medium",pq1);var lq1=[["path",{d:"M2 20h.01",key:"4haj6o"}]],Hk=Q("signal-zero",lq1);var dq1=[["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"}]],zk=Q("signal",dq1);var sq1=[["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"}]],Kk=Q("signature",sq1);var rq1=[["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"}]],Bk=Q("signpost-big",rq1);var aq1=[["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"}]],$k=Q("signpost",aq1);var cq1=[["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"}]],Fk=Q("siren",cq1);var nq1=[["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"}]],Pk=Q("skip-back",nq1);var iq1=[["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"}]],Ak=Q("skip-forward",iq1);var tq1=[["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"}]],Ok=Q("slack",tq1);var oq1=[["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"}]],Tk=Q("skull",oq1);var eq1=[["path",{d:"M22 2 2 22",key:"y4kqgn"}]],wk=Q("slash",eq1);var JH1=[["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"}]],yk=Q("sliders-horizontal",JH1);var ZH1=[["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"}]],Vk=Q("slice",ZH1);var QH1=[["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"}]],p6=Q("sliders-vertical",QH1);var XH1=[["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"}]],Uk=Q("smartphone-charging",XH1);var YH1=[["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"}]],kk=Q("smartphone-nfc",YH1);var GH1=[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]],bk=Q("smartphone",GH1);var WH1=[["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"}]],Ck=Q("smile-plus",WH1);var qH1=[["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"}]],Sk=Q("snail",qH1);var HH1=[["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"}]],Dk=Q("smile",HH1);var zH1=[["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"}]],Mk=Q("snowflake",zH1);var KH1=[["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"}]],Ek=Q("soap-dispenser-droplet",KH1);var BH1=[["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"}]],Rk=Q("sofa",BH1);var $H1=[["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"}]],vk=Q("soup",$H1);var FH1=[["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"}]],hk=Q("solar-panel",FH1);var PH1=[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]],xk=Q("space",PH1);var AH1=[["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"}]],Ik=Q("spade",AH1);var OH1=[["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"}]],fk=Q("sparkle",OH1);var TH1=[["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"}]],l6=Q("sparkles",TH1);var wH1=[["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"}]],jk=Q("speaker",wH1);var yH1=[["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"}]],Nk=Q("spell-check-2",yH1);var VH1=[["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"}]],Lk=Q("speech",VH1);var UH1=[["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"}]],gk=Q("spell-check",UH1);var kH1=[["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"}]],mk=Q("spline-pointer",kH1);var bH1=[["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"}]],_k=Q("spline",bH1);var CH1=[["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"}]],uk=Q("split",CH1);var SH1=[["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"}]],pk=Q("spotlight",SH1);var DH1=[["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"}]],lk=Q("spool",DH1);var MH1=[["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"}]],dk=Q("spray-can",MH1);var EH1=[["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"}]],sk=Q("sprout",EH1);var RH1=[["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"}]],d6=Q("square-activity",RH1);var vH1=[["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"}]],s6=Q("square-arrow-down-left",vH1);var hH1=[["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"}]],r6=Q("square-arrow-down",hH1);var xH1=[["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=Q("square-arrow-down-right",xH1);var IH1=[["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"}]],c6=Q("square-arrow-left",IH1);var fH1=[["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"}]],n6=Q("square-arrow-out-down-left",fH1);var jH1=[["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"}]],i6=Q("square-arrow-out-down-right",jH1);var NH1=[["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"}]],t6=Q("square-arrow-out-up-left",NH1);var LH1=[["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"}]],o6=Q("square-arrow-out-up-right",LH1);var gH1=[["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"}]],rk=Q("square-arrow-right-enter",gH1);var mH1=[["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"}]],ak=Q("square-arrow-right-exit",mH1);var _H1=[["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"}]],e6=Q("square-arrow-right",_H1);var uH1=[["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"}]],J4=Q("square-arrow-up-left",uH1);var pH1=[["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"}]],Z4=Q("square-arrow-up-right",pH1);var lH1=[["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"}]],Q4=Q("square-arrow-up",lH1);var dH1=[["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"}]],X4=Q("square-asterisk",dH1);var sH1=[["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"}]],Y4=Q("square-bottom-dashed-scissors",sH1);var rH1=[["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"}]],G4=Q("square-centerline-dashed-horizontal",rH1);var aH1=[["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"}]],_2=Q("square-chart-gantt",aH1);var cH1=[["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"}]],W4=Q("square-centerline-dashed-vertical",cH1);var nH1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],q4=Q("square-check",nH1);var iH1=[["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"}]],H4=Q("square-check-big",iH1);var tH1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]],z4=Q("square-chevron-down",tH1);var oH1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]],K4=Q("square-chevron-left",oH1);var eH1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]],B4=Q("square-chevron-right",eH1);var Jz1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]],$4=Q("square-chevron-up",Jz1);var Zz1=[["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"}]],F4=Q("square-code",Zz1);var Qz1=[["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"}]],ck=Q("square-dashed-bottom",Qz1);var Xz1=[["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"}]],nk=Q("square-dashed-bottom-code",Xz1);var Yz1=[["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"}]],P4=Q("square-dashed-kanban",Yz1);var Gz1=[["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"}]],ik=Q("square-dashed-top-solid",Gz1);var Wz1=[["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"}]],A4=Q("square-dashed-mouse-pointer",Wz1);var qz1=[["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"}]],O4=Q("square-dashed",qz1);var Hz1=[["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"}]],T4=Q("square-divide",Hz1);var zz1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]],w4=Q("square-dot",zz1);var Kz1=[["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"}]],y4=Q("square-equal",Kz1);var Bz1=[["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"}]],V4=Q("square-function",Bz1);var $z1=[["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"}]],U4=Q("square-kanban",$z1);var Fz1=[["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"}]],k4=Q("square-library",Fz1);var Pz1=[["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"}]],b4=Q("square-m",Pz1);var Az1=[["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"}]],C4=Q("square-menu",Az1);var Oz1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}]],S4=Q("square-minus",Oz1);var Tz1=[["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"}]],D4=Q("square-mouse-pointer",Tz1);var wz1=[["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"}]],M4=Q("square-parking-off",wz1);var yz1=[["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"}]],E4=Q("square-parking",yz1);var Vz1=[["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"}]],tk=Q("square-pause",Vz1);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:"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"}]],r0=Q("square-pen",Uz1);var kz1=[["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"}]],R4=Q("square-percent",kz1);var bz1=[["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"}]],v4=Q("square-pi",bz1);var Cz1=[["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"}]],h4=Q("square-pilcrow",Cz1);var Sz1=[["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"}]],x4=Q("square-play",Sz1);var Dz1=[["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"}]],I4=Q("square-plus",Dz1);var Mz1=[["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"}]],f4=Q("square-power",Mz1);var Ez1=[["path",{d:"M7 12h2l2 5 2-10h4",key:"1fxv6h"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]],ok=Q("square-radical",Ez1);var Rz1=[["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"}]],ek=Q("square-round-corner",Rz1);var vz1=[["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"}]],j4=Q("square-scissors",vz1);var hz1=[["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"}]],N4=Q("square-sigma",hz1);var xz1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]],L4=Q("square-slash",xz1);var Iz1=[["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"}]],g4=Q("square-split-horizontal",Iz1);var fz1=[["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"}]],m4=Q("square-split-vertical",fz1);var jz1=[["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"}]],Jb=Q("square-stack",jz1);var Nz1=[["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"}]],Zb=Q("square-square",Nz1);var Lz1=[["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=Q("square-star",Lz1);var gz1=[["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"}]],Xb=Q("square-stop",gz1);var mz1=[["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"}]],_4=Q("square-terminal",mz1);var _z1=[["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"}]],u4=Q("square-user-round",_z1);var uz1=[["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"}]],p4=Q("square-user",uz1);var pz1=[["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"}]],l4=Q("square-x",pz1);var lz1=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],Yb=Q("square",lz1);var dz1=[["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"}]],Gb=Q("squares-intersect",dz1);var sz1=[["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"}]],Wb=Q("squares-exclude",sz1);var rz1=[["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"}]],qb=Q("squares-subtract",rz1);var az1=[["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"}]],Hb=Q("squares-unite",az1);var cz1=[["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"}]],zb=Q("squircle-dashed",cz1);var nz1=[["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"}]],Kb=Q("squircle",nz1);var iz1=[["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"}]],Bb=Q("squirrel",iz1);var tz1=[["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"}]],$b=Q("stamp",tz1);var oz1=[["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"}]],Fb=Q("star-off",oz1);var ez1=[["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"}]],Pb=Q("star-half",ez1);var JK1=[["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"}]],Ab=Q("step-back",JK1);var ZK1=[["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"}]],Ob=Q("star",ZK1);var QK1=[["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"}]],Tb=Q("step-forward",QK1);var XK1=[["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"}]],wb=Q("stethoscope",XK1);var YK1=[["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"}]],yb=Q("sticker",YK1);var GK1=[["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"}]],Vb=Q("stone",GK1);var WK1=[["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"}]],Ub=Q("sticky-note",WK1);var qK1=[["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"}]],kb=Q("store",qK1);var HK1=[["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"}]],bb=Q("stretch-horizontal",HK1);var zK1=[["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"}]],Cb=Q("stretch-vertical",zK1);var KK1=[["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"}]],g5=Q("strikethrough",KK1);var BK1=[["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"}]],Sb=Q("subscript",BK1);var $K1=[["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"}]],Db=Q("sun-dim",$K1);var FK1=[["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"}]],Mb=Q("sun-medium",FK1);var PK1=[["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"}]],Eb=Q("sun-moon",PK1);var AK1=[["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"}]],Rb=Q("sun-snow",AK1);var OK1=[["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"}]],vb=Q("sun",OK1);var TK1=[["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"}]],hb=Q("sunrise",TK1);var wK1=[["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"}]],xb=Q("sunset",wK1);var yK1=[["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"}]],Ib=Q("superscript",yK1);var VK1=[["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"}]],fb=Q("swatch-book",VK1);var UK1=[["path",{d:"M10 21V3h8",key:"br2l0g"}],["path",{d:"M6 16h9",key:"2py0wn"}],["path",{d:"M10 9.5h7",key:"13dmhz"}]],jb=Q("swiss-franc",UK1);var kK1=[["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"}]],Nb=Q("switch-camera",kK1);var bK1=[["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=Q("sword",bK1);var CK1=[["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"}]],gb=Q("swords",CK1);var SK1=[["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"}]],mb=Q("syringe",SK1);var DK1=[["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"}]],_b=Q("table-2",DK1);var MK1=[["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"}]],ub=Q("table-cells-merge",MK1);var EK1=[["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"}]],pb=Q("table-cells-split",EK1);var RK1=[["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"}]],lb=Q("table-columns-split",RK1);var vK1=[["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"}]],db=Q("table-properties",vK1);var hK1=[["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"}]],sb=Q("table-of-contents",hK1);var xK1=[["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"}]],rb=Q("table-rows-split",xK1);var IK1=[["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"}]],ab=Q("table",IK1);var fK1=[["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"}]],cb=Q("tablet-smartphone",fK1);var jK1=[["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"}]],nb=Q("tablet",jK1);var NK1=[["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"}]],ib=Q("tablets",NK1);var LK1=[["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"}]],tb=Q("tag",LK1);var gK1=[["path",{d:"M4 4v16",key:"6qkkli"}]],ob=Q("tally-1",gK1);var mK1=[["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"}]],eb=Q("tags",mK1);var _K1=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}]],JC=Q("tally-2",_K1);var uK1=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}]],ZC=Q("tally-3",uK1);var pK1=[["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"}]],QC=Q("tally-5",pK1);var lK1=[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}]],XC=Q("tally-4",lK1);var dK1=[["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"}]],YC=Q("tangent",dK1);var sK1=[["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"}]],GC=Q("target",sK1);var rK1=[["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"}]],WC=Q("telescope",rK1);var aK1=[["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"}]],qC=Q("tent-tree",aK1);var cK1=[["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"}]],HC=Q("tent",cK1);var nK1=[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]],zC=Q("terminal",nK1);var iK1=[["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"}]],d4=Q("test-tube-diagonal",iK1);var tK1=[["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"}]],KC=Q("test-tube",tK1);var oK1=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M17 12H7",key:"16if0g"}],["path",{d:"M19 19H5",key:"vjpgq2"}]],s4=Q("text-align-center",oK1);var eK1=[["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"}]],BC=Q("test-tubes",eK1);var JB1=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M21 19H7",key:"4cu937"}]],r4=Q("text-align-end",JB1);var ZB1=[["path",{d:"M3 5h18",key:"1u36vt"}],["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 19h18",key:"awlh7x"}]],a4=Q("text-align-justify",ZB1);var QB1=[["path",{d:"M21 5H3",key:"1fi0y6"}],["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M17 19H3",key:"z6ezky"}]],u2=Q("text-align-start",QB1);var XB1=[["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"}]],$C=Q("text-cursor-input",XB1);var YB1=[["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"}]],FC=Q("text-cursor",YB1);var GB1=[["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"}]],c4=Q("text-initial",GB1);var WB1=[["path",{d:"M17 5H3",key:"1cn7zz"}],["path",{d:"M21 12H8",key:"scolzb"}],["path",{d:"M21 19H8",key:"13qgcb"}],["path",{d:"M3 12v7",key:"1ri8j3"}]],PC=Q("text-quote",WB1);var qB1=[["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"}]],AC=Q("text-search",qB1);var HB1=[["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"}]],n4=Q("text-select",HB1);var zB1=[["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"}]],i4=Q("text-wrap",zB1);var KB1=[["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"}]],OC=Q("theater",KB1);var BB1=[["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"}]],TC=Q("thermometer-snowflake",BB1);var $B1=[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"17jzev"}]],wC=Q("thermometer",$B1);var FB1=[["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"}]],yC=Q("thermometer-sun",FB1);var PB1=[["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"}]],VC=Q("thumbs-down",PB1);var AB1=[["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"}]],UC=Q("thumbs-up",AB1);var OB1=[["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"}]],kC=Q("ticket-check",OB1);var TB1=[["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"}]],bC=Q("ticket-minus",TB1);var wB1=[["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"}]],CC=Q("ticket-percent",wB1);var yB1=[["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"}]],SC=Q("ticket-slash",yB1);var VB1=[["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"}]],DC=Q("ticket-plus",VB1);var UB1=[["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"}]],MC=Q("ticket-x",UB1);var kB1=[["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"}]],EC=Q("tickets-plane",kB1);var bB1=[["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"}]],RC=Q("ticket",bB1);var CB1=[["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"}]],vC=Q("tickets",CB1);var SB1=[["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"}]],hC=Q("timer-off",SB1);var DB1=[["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"}]],xC=Q("timer-reset",DB1);var MB1=[["circle",{cx:"9",cy:"12",r:"3",key:"u3jwor"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]],IC=Q("toggle-left",MB1);var EB1=[["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"}]],fC=Q("timer",EB1);var RB1=[["circle",{cx:"15",cy:"12",r:"3",key:"1afu0r"}],["rect",{width:"20",height:"14",x:"2",y:"5",rx:"7",key:"g7kal2"}]],jC=Q("toggle-right",RB1);var vB1=[["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"}]],NC=Q("tool-case",vB1);var hB1=[["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"}]],LC=Q("toilet",hB1);var xB1=[["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"}]],gC=Q("toolbox",xB1);var IB1=[["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"}]],mC=Q("tornado",IB1);var fB1=[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2",key:"1b2qxu"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5",key:"h8emeu"}]],_C=Q("torus",fB1);var jB1=[["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"}]],uC=Q("touchpad-off",jB1);var NB1=[["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"}]],pC=Q("touchpad",NB1);var LB1=[["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"}]],lC=Q("towel-rack",LB1);var gB1=[["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"}]],dC=Q("tower-control",gB1);var mB1=[["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"}]],sC=Q("toy-brick",mB1);var _B1=[["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"}]],rC=Q("tractor",_B1);var uB1=[["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"}]],aC=Q("traffic-cone",uB1);var pB1=[["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"}]],cC=Q("train-front-tunnel",pB1);var lB1=[["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"}]],nC=Q("train-front",lB1);var dB1=[["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"}]],iC=Q("train-track",dB1);var sB1=[["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"}]],t4=Q("tram-front",sB1);var rB1=[["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"}]],tC=Q("transgender",rB1);var aB1=[["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"}]],P0=Q("trash-2",aB1);var cB1=[["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"}]],oC=Q("trash",cB1);var nB1=[["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"}]],eC=Q("tree-deciduous",nB1);var iB1=[["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"}]],o4=Q("tree-palm",iB1);var tB1=[["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"}]],JS=Q("trees",tB1);var oB1=[["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"}]],ZS=Q("tree-pine",oB1);var eB1=[["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"}]],QS=Q("trello",eB1);var J$1=[["path",{d:"M16 17h6v-6",key:"t6n2it"}],["path",{d:"m22 17-8.5-8.5-5 5L2 7",key:"x473p"}]],XS=Q("trending-down",J$1);var Z$1=[["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"}]],YS=Q("trending-up-down",Z$1);var Q$1=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],GS=Q("trending-up",Q$1);var X$1=[["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"}]],W5=Q("triangle-alert",X$1);var Y$1=[["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"}]],WS=Q("triangle-dashed",Y$1);var G$1=[["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"}]],qS=Q("triangle",G$1);var W$1=[["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"}]],HS=Q("triangle-right",W$1);var q$1=[["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"}]],zS=Q("trophy",q$1);var H$1=[["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"}]],KS=Q("truck-electric",H$1);var z$1=[["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"}]],BS=Q("truck",z$1);var K$1=[["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"}]],$S=Q("turntable",K$1);var B$1=[["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"}]],FS=Q("turkish-lira",B$1);var $$1=[["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"}]],PS=Q("turtle",$$1);var F$1=[["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"}]],AS=Q("tv-minimal-play",F$1);var P$1=[["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]],e4=Q("tv-minimal",P$1);var A$1=[["path",{d:"m17 2-5 5-5-5",key:"16satq"}],["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",key:"1e6viu"}]],OS=Q("tv",A$1);var O$1=[["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"}]],TS=Q("twitter",O$1);var T$1=[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",key:"c0yzno"}]],wS=Q("twitch",T$1);var w$1=[["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"}]],yS=Q("type-outline",w$1);var y$1=[["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"}]],QJ=Q("type",y$1);var V$1=[["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"}]],VS=Q("umbrella-off",V$1);var U$1=[["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"}]],US=Q("umbrella",U$1);var k$1=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]],kS=Q("underline",k$1);var b$1=[["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"}]],bS=Q("undo-2",b$1);var C$1=[["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"}]],CS=Q("undo-dot",C$1);var S$1=[["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"}]],SS=Q("unfold-horizontal",S$1);var D$1=[["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"}]],DS=Q("unfold-vertical",D$1);var M$1=[["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"}]],MS=Q("ungroup",M$1);var E$1=[["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"}]],ES=Q("undo",E$1);var R$1=[["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"}]],J9=Q("university",R$1);var v$1=[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",key:"1re2ne"}]],RS=Q("unlink-2",v$1);var h$1=[["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"}]],vS=Q("unlink",h$1);var x$1=[["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"}]],hS=Q("unplug",x$1);var I$1=[["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"}]],XJ=Q("upload",I$1);var f$1=[["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"}]],xS=Q("usb",f$1);var j$1=[["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"}]],IS=Q("user-check",j$1);var N$1=[["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"}]],fS=Q("user-cog",N$1);var L$1=[["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"}]],jS=Q("user-key",L$1);var g$1=[["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"}]],NS=Q("user-minus",g$1);var m$1=[["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"}]],LS=Q("user-lock",m$1);var _$1=[["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"}]],gS=Q("user-pen",_$1);var u$1=[["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"}]],mS=Q("user-plus",u$1);var p$1=[["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"}]],Z9=Q("user-round-check",p$1);var l$1=[["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"}]],Q9=Q("user-round-cog",l$1);var d$1=[["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"}]],_S=Q("user-round-key",d$1);var s$1=[["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"}]],X9=Q("user-round-minus",s$1);var r$1=[["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"}]],uS=Q("user-round-pen",r$1);var a$1=[["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"}]],Y9=Q("user-round-plus",a$1);var c$1=[["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"}]],pS=Q("user-round-search",c$1);var n$1=[["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"}]],G9=Q("user-round-x",n$1);var i$1=[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]],W9=Q("user-round",i$1);var t$1=[["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"}]],lS=Q("user-search",t$1);var o$1=[["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"}]],dS=Q("user-star",o$1);var e$1=[["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"}]],sS=Q("user-x",e$1);var JF1=[["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"}]],m5=Q("user",JF1);var ZF1=[["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"}]],q9=Q("users-round",ZF1);var QF1=[["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"}]],rS=Q("users",QF1);var XF1=[["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"}]],H9=Q("utensils-crossed",XF1);var YF1=[["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"}]],z9=Q("utensils",YF1);var GF1=[["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"}]],aS=Q("utility-pole",GF1);var WF1=[["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"}]],cS=Q("van",WF1);var qF1=[["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"}]],nS=Q("vault",qF1);var HF1=[["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"}]],iS=Q("variable",HF1);var zF1=[["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"}]],tS=Q("vector-square",zF1);var KF1=[["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"}]],oS=Q("vegan",KF1);var BF1=[["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"}]],eS=Q("venetian-mask",BF1);var $F1=[["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"}]],JD=Q("venus-and-mars",$F1);var FF1=[["path",{d:"M12 15v7",key:"t2xh3l"}],["path",{d:"M9 19h6",key:"456am0"}],["circle",{cx:"12",cy:"9",r:"6",key:"1nw4tq"}]],ZD=Q("venus",FF1);var PF1=[["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"}]],QD=Q("vibrate-off",PF1);var AF1=[["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"}]],XD=Q("video-off",AF1);var OF1=[["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"}]],YD=Q("vibrate",OF1);var TF1=[["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"}]],GD=Q("video",TF1);var wF1=[["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"}]],WD=Q("videotape",wF1);var yF1=[["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"}]],qD=Q("view",yF1);var VF1=[["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"}]],HD=Q("voicemail",VF1);var UF1=[["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"}]],zD=Q("volleyball",UF1);var kF1=[["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"}]],KD=Q("volume-2",kF1);var bF1=[["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"}]],BD=Q("volume-1",bF1);var CF1=[["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"}]],$D=Q("volume-off",CF1);var SF1=[["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"}]],FD=Q("volume-x",SF1);var DF1=[["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"}]],PD=Q("volume",DF1);var MF1=[["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"}]],AD=Q("vote",MF1);var EF1=[["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"}]],OD=Q("wallet-cards",EF1);var RF1=[["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"}]],K9=Q("wallet-minimal",RF1);var vF1=[["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"}]],TD=Q("wallet",vF1);var hF1=[["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"}]],B9=Q("wand-sparkles",hF1);var xF1=[["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"}]],wD=Q("wallpaper",xF1);var IF1=[["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"}]],yD=Q("wand",IF1);var fF1=[["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"}]],VD=Q("warehouse",fF1);var jF1=[["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"}]],UD=Q("washing-machine",jF1);var NF1=[["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"}]],kD=Q("watch",NF1);var LF1=[["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"}]],bD=Q("waves-arrow-down",LF1);var gF1=[["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"}]],CD=Q("waves-arrow-up",gF1);var mF1=[["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"}]],SD=Q("waves-ladder",mF1);var _F1=[["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"}]],DD=Q("waves",_F1);var uF1=[["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"}]],MD=Q("waypoints",uF1);var pF1=[["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"}]],ED=Q("webcam",pF1);var lF1=[["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"}]],RD=Q("webhook-off",lF1);var dF1=[["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"}]],vD=Q("webhook",dF1);var sF1=[["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"}]],hD=Q("weight-tilde",sF1);var rF1=[["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"}]],xD=Q("weight",rF1);var aF1=[["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"}]],ID=Q("wheat-off",aF1);var cF1=[["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"}]],fD=Q("wheat",cF1);var nF1=[["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"}]],jD=Q("whole-word",nF1);var iF1=[["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"}]],ND=Q("wifi-high",iF1);var tF1=[["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"}]],LD=Q("wifi-cog",tF1);var oF1=[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]],gD=Q("wifi-low",oF1);var eF1=[["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"}]],mD=Q("wifi-off",eF1);var JP1=[["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"}]],_D=Q("wifi-pen",JP1);var ZP1=[["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"}]],uD=Q("wifi-sync",ZP1);var QP1=[["path",{d:"M12 20h.01",key:"zekei9"}]],pD=Q("wifi-zero",QP1);var XP1=[["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"}]],lD=Q("wifi",XP1);var YP1=[["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"}]],dD=Q("wind-arrow-down",YP1);var GP1=[["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"}]],sD=Q("wine-off",GP1);var WP1=[["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"}]],rD=Q("wind",WP1);var qP1=[["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"}]],aD=Q("wine",qP1);var HP1=[["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"}]],cD=Q("workflow",HP1);var zP1=[["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"}]],nD=Q("worm",zP1);var KP1=[["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"}]],iD=Q("wrench",KP1);var BP1=[["path",{d:"M18 4H6",key:"1hsngl"}],["path",{d:"M18 8 6 20",key:"xspwia"}],["path",{d:"m6 8 12 12",key:"qb1veh"}]],tD=Q("x-line-top",BP1);var $P1=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],G0=Q("x",$P1);var FP1=[["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"}]],oD=Q("youtube",FP1);var PP1=[["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"}]],eD=Q("zap-off",PP1);var AP1=[["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"}]],JM=Q("zap",AP1);var OP1=[["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"}]],ZM=Q("zodiac-aquarius",OP1);var TP1=[["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"}]],QM=Q("zodiac-aries",TP1);var wP1=[["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"}]],XM=Q("zodiac-cancer",wP1);var yP1=[["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"}]],YM=Q("zodiac-capricorn",yP1);var VP1=[["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"}]],GM=Q("zodiac-gemini",VP1);var UP1=[["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"}]],WM=Q("zodiac-leo",UP1);var kP1=[["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"}]],qM=Q("zodiac-libra",kP1);var bP1=[["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"}]],HM=Q("zodiac-pisces",bP1);var CP1=[["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"}]],zM=Q("zodiac-ophiuchus",CP1);var SP1=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M21 3 3 21",key:"1011np"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],KM=Q("zodiac-sagittarius",SP1);var DP1=[["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"}]],BM=Q("zodiac-scorpio",DP1);var MP1=[["circle",{cx:"12",cy:"15",r:"6",key:"lhqcmb"}],["path",{d:"M18 3A6 6 0 0 1 6 3",key:"1p399e"}]],$M=Q("zodiac-taurus",MP1);var EP1=[["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"}]],FM=Q("zodiac-virgo",EP1);var RP1=[["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"}]],PM=Q("zoom-in",RP1);var vP1=[["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"}]],AM=Q("zoom-out",vP1);import{useCallback as gS1,useEffect as Vr,useState as mS1}from"react";import LP1 from"ky";var _E=null,Pv=null,ML=(J)=>{if(!J||!J.startsWith("http"))return;let X=J.replace(/\/$/,"");if(_E&&Pv===X)return;Pv=X,_E=LP1.create({prefixUrl:X,credentials:"include",retry:0,hooks:{afterResponse:[async(Y,G,W)=>{if(W.status===401||W.status===403)try{let{$session:q}=await Promise.resolve().then(() => (Fv(),GI)),{notify:H}=await Promise.resolve().then(() => (_5(),DL));q.set(null),H("Session expired. Please log in again.","error")}catch(q){}}]}})},a0=()=>{if(!Pv)throw Error("API client not configured. Did you provide a valid serverUrl?");return Pv},G1=new Proxy({},{get(J,Z){if(!_E)throw Error("API client not configured. Did you provide a valid serverUrl?");if(!_E)throw Error("API client not configured");let X=_E;if(X)return X[Z];return}});Kv();var u5=TL({dashboard:"/admin",collections:"/admin/collections/:slug",document:"/admin/collections/:slug/:id",globals:"/admin/globals/:slug",settings:"/admin/settings",plugin:"/admin/:path"});var EL={debug:0,info:1,warn:2,error:3};class RL{config;constructor(J={}){this.config=J}shouldLog(J){if(this.config.disabled)return!1;let Z=this.config.level||"info";return EL[J]>=EL[Z]}info(J,...Z){if(!this.shouldLog("info"))return;console.log(`\x1B[34m\x1B[1m[OpacaCMS]\x1B[0m ${J}`,...Z)}success(J,...Z){if(!this.shouldLog("info"))return;console.log(`\x1B[34m\x1B[1m[OpacaCMS]\x1B[0m \x1B[32m${J}\x1B[0m`,...Z)}debug(J,...Z){if(!this.shouldLog("debug"))return;console.log(`\x1B[34m\x1B[1m[OpacaCMS]\x1B[0m \x1B[90m${J}\x1B[0m`,...Z)}warn(J,...Z){if(!this.shouldLog("warn"))return;console.warn(`\x1B[34m\x1B[1m[OpacaCMS]\x1B[0m \x1B[33mWarning: ${J}\x1B[0m`,...Z)}error(J,...Z){if(!this.shouldLog("error"))return;console.error(`\x1B[34m\x1B[1m[OpacaCMS]\x1B[0m \x1B[31mError: ${J}\x1B[0m`,...Z)}log(J,...Z){if(this.config.disabled)return;console.log(J,...Z)}bold(J){if(this.config.disableColors)return J;return`\x1B[1m${J}\x1B[0m`}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 TM=new RL;Fv();S5();var q5=T1(null),WI=T1(!1),xS2=T1(!1),IS2=T1(!1);function qI(J){q5.set(J)}function Av(J){WI.set(J)}_5();_5();import{jsxDEV as gP1}from"react/jsx-dev-runtime";function c0({href:J,params:Z,search:X,children:Y,onClick:G,...W}){return gP1("a",{href:J,onClick:(H)=>{if(G)G(H);if(!H.defaultPrevented&&H.button===0&&!H.metaKey&&!H.ctrlKey&&!H.shiftKey&&!H.altKey&&!W.target)if(H.preventDefault(),J.startsWith("/admin"))u5.open(J);else window.location.href=J},...W,children:Y},void 0,!1,void 0,this)}import A2 from"react";import*as P9 from"react";import{jsx as mP1}from"react/jsx-runtime";function p5(J,Z=[]){let X=[];function Y(W,q){let H=P9.createContext(q),z=X.length;X=[...X,q];let B=(F)=>{let{scope:$,children:P,...A}=F,O=$?.[J]?.[z]||H,T=P9.useMemo(()=>A,Object.values(A));return mP1(O.Provider,{value:T,children:P})};B.displayName=W+"Provider";function K(F,$){let P=$?.[J]?.[z]||H,A=P9.useContext(P);if(A)return A;if(q!==void 0)return q;throw Error(`\`${F}\` must be used within \`${W}\``)}return[B,K]}let G=()=>{let W=X.map((q)=>{return P9.createContext(q)});return function(H){let z=H?.[J]||W;return P9.useMemo(()=>({[`__scope${J}`]:{...H,[J]:z}}),[H,z])}};return G.scopeName=J,[Y,_P1(G,...Z)]}function _P1(...J){let Z=J[0];if(J.length===1)return Z;let X=()=>{let Y=J.map((G)=>({useScope:G(),scopeName:G.scopeName}));return function(W){let q=Y.reduce((H,{useScope:z,scopeName:B})=>{let F=z(W)[`__scope${B}`];return{...H,...F}},{});return P9.useMemo(()=>({[`__scope${Z.scopeName}`]:q}),[q])}};return X.scopeName=Z.scopeName,X}import cJ from"react";import*as hL from"react";function vL(J,Z){if(typeof J==="function")return J(Z);else if(J!==null&&J!==void 0)J.current=Z}function HI(...J){return(Z)=>{let X=!1,Y=J.map((G)=>{let W=vL(G,Z);if(!X&&typeof W=="function")X=!0;return W});if(X)return()=>{for(let G=0;G<Y.length;G++){let W=Y[G];if(typeof W=="function")W();else vL(J[G],null)}}}}function A0(...J){return hL.useCallback(HI(...J),J)}import*as W0 from"react";import{Fragment as uP1,jsx as zI}from"react/jsx-runtime";function uE(J){let Z=pP1(J),X=W0.forwardRef((Y,G)=>{let{children:W,...q}=Y,H=W0.Children.toArray(W),z=H.find(lP1);if(z){let B=z.props.children,K=H.map((F)=>{if(F===z){if(W0.Children.count(B)>1)return W0.Children.only(null);return W0.isValidElement(B)?B.props.children:null}else return F});return zI(Z,{...q,ref:G,children:W0.isValidElement(B)?W0.cloneElement(B,void 0,K):null})}return zI(Z,{...q,ref:G,children:W})});return X.displayName=`${J}.Slot`,X}function pP1(J){let Z=W0.forwardRef((X,Y)=>{let{children:G,...W}=X;if(W0.isValidElement(G)){let q=sP1(G),H=dP1(W,G.props);if(G.type!==W0.Fragment)H.ref=Y?HI(Y,q):q;return W0.cloneElement(G,H)}return W0.Children.count(G)>1?W0.Children.only(null):null});return Z.displayName=`${J}.SlotClone`,Z}var xL=Symbol("radix.slottable");function IL(J){let Z=({children:X})=>{return zI(uP1,{children:X})};return Z.displayName=`${J}.Slottable`,Z.__radixId=xL,Z}function lP1(J){return W0.isValidElement(J)&&typeof J.type==="function"&&"__radixId"in J.type&&J.type.__radixId===xL}function dP1(J,Z){let X={...Z};for(let Y in Z){let G=J[Y],W=Z[Y];if(/^on[A-Z]/.test(Y)){if(G&&W)X[Y]=(...H)=>{let z=W(...H);return G(...H),z};else if(G)X[Y]=G}else if(Y==="style")X[Y]={...G,...W};else if(Y==="className")X[Y]=[G,W].filter(Boolean).join(" ")}return{...J,...X}}function sP1(J){let Z=Object.getOwnPropertyDescriptor(J.props,"ref")?.get,X=Z&&"isReactWarning"in Z&&Z.isReactWarning;if(X)return J.ref;if(Z=Object.getOwnPropertyDescriptor(J,"ref")?.get,X=Z&&"isReactWarning"in Z&&Z.isReactWarning,X)return J.props.ref;return J.props.ref||J.ref}import{jsx as KI}from"react/jsx-runtime";import iS2 from"react";import{jsx as eS2}from"react/jsx-runtime";function jL(J){let Z=J+"CollectionProvider",[X,Y]=p5(Z),[G,W]=X(Z,{collectionRef:{current:null},itemMap:new Map}),q=(O)=>{let{scope:T,children:w}=O,y=cJ.useRef(null),V=cJ.useRef(new Map).current;return KI(G,{scope:T,itemMap:V,collectionRef:y,children:w})};q.displayName=Z;let H=J+"CollectionSlot",z=uE(H),B=cJ.forwardRef((O,T)=>{let{scope:w,children:y}=O,V=W(H,w),U=A0(T,V.collectionRef);return KI(z,{ref:U,children:y})});B.displayName=H;let K=J+"CollectionItemSlot",F="data-radix-collection-item",$=uE(K),P=cJ.forwardRef((O,T)=>{let{scope:w,children:y,...V}=O,U=cJ.useRef(null),C=A0(T,U),k=W(K,w);return cJ.useEffect(()=>{return k.itemMap.set(U,{ref:U,...V}),()=>void k.itemMap.delete(U)}),KI($,{...{[F]:""},ref:C,children:y})});P.displayName=K;function A(O){let T=W(J+"CollectionConsumer",O);return cJ.useCallback(()=>{let y=T.collectionRef.current;if(!y)return[];let V=Array.from(y.querySelectorAll(`[${F}]`));return Array.from(T.itemMap.values()).sort((k,b)=>V.indexOf(k.ref.current)-V.indexOf(b.ref.current))},[T.collectionRef,T.itemMap])}return[{Provider:q,Slot:B,ItemSlot:P},A,Y]}var fL=new WeakMap,tS2=class J extends Map{#J;constructor(Z){super(Z);this.#J=[...super.keys()],fL.set(this,!0)}set(Z,X){if(fL.get(this))if(this.has(Z))this.#J[this.#J.indexOf(Z)]=Z;else this.#J.push(Z);return super.set(Z,X),this}insert(Z,X,Y){let G=this.has(X),W=this.#J.length,q=NL(Z),H=q>=0?q:W+q,z=H<0||H>=W?-1:H;if(z===this.size||G&&z===this.size-1||z===-1)return this.set(X,Y),this;let B=this.size+(G?0:1);if(q<0)H++;let K=[...this.#J],F,$=!1;for(let P=H;P<B;P++)if(H===P){let A=K[P];if(K[P]===X)A=K[P+1];if(G)this.delete(X);F=this.get(A),this.set(X,Y)}else{if(!$&&K[P-1]===X)$=!0;let A=K[$?P:P-1],O=F;F=this.get(A),this.delete(A),this.set(A,O)}return this}with(Z,X,Y){let G=new J(this);return G.insert(Z,X,Y),G}before(Z){let X=this.#J.indexOf(Z)-1;if(X<0)return;return this.entryAt(X)}setBefore(Z,X,Y){let G=this.#J.indexOf(Z);if(G===-1)return this;return this.insert(G,X,Y)}after(Z){let X=this.#J.indexOf(Z);if(X=X===-1||X===this.size-1?-1:X+1,X===-1)return;return this.entryAt(X)}setAfter(Z,X,Y){let G=this.#J.indexOf(Z);if(G===-1)return this;return this.insert(G+1,X,Y)}first(){return this.entryAt(0)}last(){return this.entryAt(-1)}clear(){return this.#J=[],super.clear()}delete(Z){let X=super.delete(Z);if(X)this.#J.splice(this.#J.indexOf(Z),1);return X}deleteAt(Z){let X=this.keyAt(Z);if(X!==void 0)return this.delete(X);return!1}at(Z){let X=BI(this.#J,Z);if(X!==void 0)return this.get(X)}entryAt(Z){let X=BI(this.#J,Z);if(X!==void 0)return[X,this.get(X)]}indexOf(Z){return this.#J.indexOf(Z)}keyAt(Z){return BI(this.#J,Z)}from(Z,X){let Y=this.indexOf(Z);if(Y===-1)return;let G=Y+X;if(G<0)G=0;if(G>=this.size)G=this.size-1;return this.at(G)}keyFrom(Z,X){let Y=this.indexOf(Z);if(Y===-1)return;let G=Y+X;if(G<0)G=0;if(G>=this.size)G=this.size-1;return this.keyAt(G)}find(Z,X){let Y=0;for(let G of this){if(Reflect.apply(Z,X,[G,Y,this]))return G;Y++}return}findIndex(Z,X){let Y=0;for(let G of this){if(Reflect.apply(Z,X,[G,Y,this]))return Y;Y++}return-1}filter(Z,X){let Y=[],G=0;for(let W of this){if(Reflect.apply(Z,X,[W,G,this]))Y.push(W);G++}return new J(Y)}map(Z,X){let Y=[],G=0;for(let W of this)Y.push([W[0],Reflect.apply(Z,X,[W,G,this])]),G++;return new J(Y)}reduce(...Z){let[X,Y]=Z,G=0,W=Y??this.at(0);for(let q of this){if(G===0&&Z.length===1)W=q;else W=Reflect.apply(X,this,[W,q,G,this]);G++}return W}reduceRight(...Z){let[X,Y]=Z,G=Y??this.at(-1);for(let W=this.size-1;W>=0;W--){let q=this.at(W);if(W===this.size-1&&Z.length===1)G=q;else G=Reflect.apply(X,this,[G,q,W,this])}return G}toSorted(Z){let X=[...this.entries()].sort(Z);return new J(X)}toReversed(){let Z=new J;for(let X=this.size-1;X>=0;X--){let Y=this.keyAt(X),G=this.get(Y);Z.set(Y,G)}return Z}toSpliced(...Z){let X=[...this.entries()];return X.splice(...Z),new J(X)}slice(Z,X){let Y=new J,G=this.size-1;if(Z===void 0)return Y;if(Z<0)Z=Z+this.size;if(X!==void 0&&X>0)G=X-1;for(let W=Z;W<=G;W++){let q=this.keyAt(W),H=this.get(q);Y.set(q,H)}return Y}every(Z,X){let Y=0;for(let G of this){if(!Reflect.apply(Z,X,[G,Y,this]))return!1;Y++}return!0}some(Z,X){let Y=0;for(let G of this){if(Reflect.apply(Z,X,[G,Y,this]))return!0;Y++}return!1}};function BI(J,Z){if("at"in Array.prototype)return Array.prototype.at.call(J,Z);let X=rP1(J,Z);return X===-1?void 0:J[X]}function rP1(J,Z){let X=J.length,Y=NL(Z),G=Y>=0?Y:X+Y;return G<0||G>=X?-1:G}function NL(J){return J!==J||J===0?0:Math.trunc(J)}var ZD2=!!(typeof window<"u"&&window.document&&window.document.createElement);function n0(J,Z,{checkForDefaultPrevented:X=!0}={}){return function(G){if(J?.(G),X===!1||!G.defaultPrevented)return Z?.(G)}}import*as p2 from"react";import*as LL from"react";var L0=globalThis?.document?LL.useLayoutEffect:()=>{};import*as Ov from"react";var aP1=p2[" useInsertionEffect ".trim().toString()]||L0;function nJ({prop:J,defaultProp:Z,onChange:X=()=>{},caller:Y}){let[G,W,q]=cP1({defaultProp:Z,onChange:X}),H=J!==void 0,z=H?J:G;{let K=p2.useRef(J!==void 0);p2.useEffect(()=>{let F=K.current;if(F!==H)console.warn(`${Y} is changing from ${F?"controlled":"uncontrolled"} to ${H?"controlled":"uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`);K.current=H},[H,Y])}let B=p2.useCallback((K)=>{if(H){let F=nP1(K)?K(J):K;if(F!==J)q.current?.(F)}else W(K)},[H,J,W,q]);return[z,B]}function cP1({defaultProp:J,onChange:Z}){let[X,Y]=p2.useState(J),G=p2.useRef(X),W=p2.useRef(Z);return aP1(()=>{W.current=Z},[Z]),p2.useEffect(()=>{if(G.current!==X)W.current?.(X),G.current=X},[X,G]),[X,Y,W]}function nP1(J){return typeof J==="function"}var GD2=Symbol("RADIX:SYNC_STATE");import*as gL from"react";import*as mL from"react-dom";import{jsx as iP1}from"react/jsx-runtime";var tP1=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],n1=tP1.reduce((J,Z)=>{let X=uE(`Primitive.${Z}`),Y=gL.forwardRef((G,W)=>{let{asChild:q,...H}=G,z=q?X:Z;if(typeof window<"u")window[Symbol.for("radix-ui")]=!0;return iP1(z,{...H,ref:W})});return Y.displayName=`Primitive.${Z}`,{...J,[Z]:Y}},{});function _L(J,Z){if(J)mL.flushSync(()=>J.dispatchEvent(Z))}import*as S0 from"react";import*as X2 from"react";import*as uL from"react";function oP1(J,Z){return uL.useReducer((X,Y)=>{return Z[X][Y]??X},J)}var wM=(J)=>{let{present:Z,children:X}=J,Y=eP1(Z),G=typeof X==="function"?X({present:Y.isPresent}):X2.Children.only(X),W=A0(Y.ref,JA1(G));return typeof X==="function"||Y.isPresent?X2.cloneElement(G,{ref:W}):null};wM.displayName="Presence";function eP1(J){let[Z,X]=X2.useState(),Y=X2.useRef(null),G=X2.useRef(J),W=X2.useRef("none"),q=J?"mounted":"unmounted",[H,z]=oP1(q,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return X2.useEffect(()=>{let B=Tv(Y.current);W.current=H==="mounted"?B:"none"},[H]),L0(()=>{let B=Y.current,K=G.current;if(K!==J){let $=W.current,P=Tv(B);if(J)z("MOUNT");else if(P==="none"||B?.display==="none")z("UNMOUNT");else if(K&&$!==P)z("ANIMATION_OUT");else z("UNMOUNT");G.current=J}},[J,z]),L0(()=>{if(Z){let B,K=Z.ownerDocument.defaultView??window,F=(P)=>{let O=Tv(Y.current).includes(CSS.escape(P.animationName));if(P.target===Z&&O){if(z("ANIMATION_END"),!G.current){let T=Z.style.animationFillMode;Z.style.animationFillMode="forwards",B=K.setTimeout(()=>{if(Z.style.animationFillMode==="forwards")Z.style.animationFillMode=T})}}},$=(P)=>{if(P.target===Z)W.current=Tv(Y.current)};return Z.addEventListener("animationstart",$),Z.addEventListener("animationcancel",F),Z.addEventListener("animationend",F),()=>{K.clearTimeout(B),Z.removeEventListener("animationstart",$),Z.removeEventListener("animationcancel",F),Z.removeEventListener("animationend",F)}}else z("ANIMATION_END")},[Z,z]),{isPresent:["mounted","unmountSuspended"].includes(H),ref:X2.useCallback((B)=>{Y.current=B?getComputedStyle(B):null,X(B)},[])}}function Tv(J){return J?.animationName||"none"}function JA1(J){let Z=Object.getOwnPropertyDescriptor(J.props,"ref")?.get,X=Z&&"isReactWarning"in Z&&Z.isReactWarning;if(X)return J.ref;if(Z=Object.getOwnPropertyDescriptor(J,"ref")?.get,X=Z&&"isReactWarning"in Z&&Z.isReactWarning,X)return J.props.ref;return J.props.ref||J.ref}import*as $I from"react";var ZA1=$I[" useId ".trim().toString()]||(()=>{return}),QA1=0;function yM(J){let[Z,X]=$I.useState(ZA1());return L0(()=>{if(!J)X((Y)=>Y??String(QA1++))},[J]),J||(Z?`radix-${Z}`:"")}import{jsx as VM}from"react/jsx-runtime";var wv="Collapsible",[XA1,FI]=p5(wv),[YA1,PI]=XA1(wv),pL=S0.forwardRef((J,Z)=>{let{__scopeCollapsible:X,open:Y,defaultOpen:G,disabled:W,onOpenChange:q,...H}=J,[z,B]=nJ({prop:Y,defaultProp:G??!1,onChange:q,caller:wv});return VM(YA1,{scope:X,disabled:W,contentId:yM(),open:z,onOpenToggle:S0.useCallback(()=>B((K)=>!K),[B]),children:VM(n1.div,{"data-state":OI(z),"data-disabled":W?"":void 0,...H,ref:Z})})});pL.displayName=wv;var lL="CollapsibleTrigger",dL=S0.forwardRef((J,Z)=>{let{__scopeCollapsible:X,...Y}=J,G=PI(lL,X);return VM(n1.button,{type:"button","aria-controls":G.contentId,"aria-expanded":G.open||!1,"data-state":OI(G.open),"data-disabled":G.disabled?"":void 0,disabled:G.disabled,...Y,ref:Z,onClick:n0(J.onClick,G.onOpenToggle)})});dL.displayName=lL;var AI="CollapsibleContent",sL=S0.forwardRef((J,Z)=>{let{forceMount:X,...Y}=J,G=PI(AI,J.__scopeCollapsible);return VM(wM,{present:X||G.open,children:({present:W})=>VM(GA1,{...Y,ref:Z,present:W})})});sL.displayName=AI;var GA1=S0.forwardRef((J,Z)=>{let{__scopeCollapsible:X,present:Y,children:G,...W}=J,q=PI(AI,X),[H,z]=S0.useState(Y),B=S0.useRef(null),K=A0(Z,B),F=S0.useRef(0),$=F.current,P=S0.useRef(0),A=P.current,O=q.open||H,T=S0.useRef(O),w=S0.useRef(void 0);return S0.useEffect(()=>{let y=requestAnimationFrame(()=>T.current=!1);return()=>cancelAnimationFrame(y)},[]),L0(()=>{let y=B.current;if(y){w.current=w.current||{transitionDuration:y.style.transitionDuration,animationName:y.style.animationName},y.style.transitionDuration="0s",y.style.animationName="none";let V=y.getBoundingClientRect();if(F.current=V.height,P.current=V.width,!T.current)y.style.transitionDuration=w.current.transitionDuration,y.style.animationName=w.current.animationName;z(Y)}},[q.open,Y]),VM(n1.div,{"data-state":OI(q.open),"data-disabled":q.disabled?"":void 0,id:q.contentId,hidden:!O,...W,ref:K,style:{["--radix-collapsible-content-height"]:$?`${$}px`:void 0,["--radix-collapsible-content-width"]:A?`${A}px`:void 0,...J.style},children:O&&G})});function OI(J){return J?"open":"closed"}var rL=pL,aL=dL,cL=sL;import*as yv from"react";import{jsx as SD2}from"react/jsx-runtime";var qA1=yv.createContext(void 0);function nL(J){let Z=yv.useContext(qA1);return J||Z||"ltr"}import{jsx as O0}from"react/jsx-runtime";var H5="Accordion",HA1=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[wI,zA1,KA1]=jL(H5),[Uv,gD2]=p5(H5,[KA1,FI]),yI=FI(),iL=A2.forwardRef((J,Z)=>{let{type:X,...Y}=J,G=Y,W=Y;return O0(wI.Provider,{scope:J.__scopeAccordion,children:X==="multiple"?O0(PA1,{...W,ref:Z}):O0(FA1,{...G,ref:Z})})});iL.displayName=H5;var[tL,BA1]=Uv(H5),[oL,$A1]=Uv(H5,{collapsible:!1}),FA1=A2.forwardRef((J,Z)=>{let{value:X,defaultValue:Y,onValueChange:G=()=>{},collapsible:W=!1,...q}=J,[H,z]=nJ({prop:X,defaultProp:Y??"",onChange:G,caller:H5});return O0(tL,{scope:J.__scopeAccordion,value:A2.useMemo(()=>H?[H]:[],[H]),onItemOpen:z,onItemClose:A2.useCallback(()=>W&&z(""),[W,z]),children:O0(oL,{scope:J.__scopeAccordion,collapsible:W,children:O0(eL,{...q,ref:Z})})})}),PA1=A2.forwardRef((J,Z)=>{let{value:X,defaultValue:Y,onValueChange:G=()=>{},...W}=J,[q,H]=nJ({prop:X,defaultProp:Y??[],onChange:G,caller:H5}),z=A2.useCallback((K)=>H((F=[])=>[...F,K]),[H]),B=A2.useCallback((K)=>H((F=[])=>F.filter(($)=>$!==K)),[H]);return O0(tL,{scope:J.__scopeAccordion,value:q,onItemOpen:z,onItemClose:B,children:O0(oL,{scope:J.__scopeAccordion,collapsible:!0,children:O0(eL,{...W,ref:Z})})})}),[AA1,kv]=Uv(H5),eL=A2.forwardRef((J,Z)=>{let{__scopeAccordion:X,disabled:Y,dir:G,orientation:W="vertical",...q}=J,H=A2.useRef(null),z=A0(H,Z),B=zA1(X),F=nL(G)==="ltr",$=n0(J.onKeyDown,(P)=>{if(!HA1.includes(P.key))return;let A=P.target,O=B().filter((D)=>!D.ref.current?.disabled),T=O.findIndex((D)=>D.ref.current===A),w=O.length;if(T===-1)return;P.preventDefault();let y=T,V=0,U=w-1,C=()=>{if(y=T+1,y>U)y=V},k=()=>{if(y=T-1,y<V)y=U};switch(P.key){case"Home":y=V;break;case"End":y=U;break;case"ArrowRight":if(W==="horizontal")if(F)C();else k();break;case"ArrowDown":if(W==="vertical")C();break;case"ArrowLeft":if(W==="horizontal")if(F)k();else C();break;case"ArrowUp":if(W==="vertical")k();break}let b=y%w;O[b].ref.current?.focus()});return O0(AA1,{scope:X,disabled:Y,direction:G,orientation:W,children:O0(wI.Slot,{scope:X,children:O0(n1.div,{...q,"data-orientation":W,ref:z,onKeyDown:Y?void 0:$})})})}),Vv="AccordionItem",[OA1,VI]=Uv(Vv),Jg=A2.forwardRef((J,Z)=>{let{__scopeAccordion:X,value:Y,...G}=J,W=kv(Vv,X),q=BA1(Vv,X),H=yI(X),z=yM(),B=Y&&q.value.includes(Y)||!1,K=W.disabled||J.disabled;return O0(OA1,{scope:X,open:B,disabled:K,triggerId:z,children:O0(rL,{"data-orientation":W.orientation,"data-state":Wg(B),...H,...G,ref:Z,disabled:K,open:B,onOpenChange:(F)=>{if(F)q.onItemOpen(Y);else q.onItemClose(Y)}})})});Jg.displayName=Vv;var Zg="AccordionHeader",Qg=A2.forwardRef((J,Z)=>{let{__scopeAccordion:X,...Y}=J,G=kv(H5,X),W=VI(Zg,X);return O0(n1.h3,{"data-orientation":G.orientation,"data-state":Wg(W.open),"data-disabled":W.disabled?"":void 0,...Y,ref:Z})});Qg.displayName=Zg;var TI="AccordionTrigger",Xg=A2.forwardRef((J,Z)=>{let{__scopeAccordion:X,...Y}=J,G=kv(H5,X),W=VI(TI,X),q=$A1(TI,X),H=yI(X);return O0(wI.ItemSlot,{scope:X,children:O0(aL,{"aria-disabled":W.open&&!q.collapsible||void 0,"data-orientation":G.orientation,id:W.triggerId,...H,...Y,ref:Z})})});Xg.displayName=TI;var Yg="AccordionContent",Gg=A2.forwardRef((J,Z)=>{let{__scopeAccordion:X,...Y}=J,G=kv(H5,X),W=VI(Yg,X),q=yI(X);return O0(cL,{role:"region","aria-labelledby":W.triggerId,"data-orientation":G.orientation,...q,...Y,ref:Z,style:{["--radix-accordion-content-height"]:"var(--radix-collapsible-content-height)",["--radix-accordion-content-width"]:"var(--radix-collapsible-content-width)",...J.style}})});Gg.displayName=Yg;function Wg(J){return J?"open":"closed"}var qg=iL,Hg=Jg,zg=Qg,UI=Xg,kI=Gg;import*as bv from"react";function a(...J){return J.filter(Boolean).join(" ")}import{jsxDEV as UM}from"react/jsx-dev-runtime";var Kg=qg,kM=bv.forwardRef(({className:J,...Z},X)=>UM(Hg,{ref:X,className:a("opaca-accordion-item",J),...Z},void 0,!1,void 0,this));kM.displayName="AccordionItem";var bM=bv.forwardRef(({className:J,children:Z,...X},Y)=>UM(zg,{className:"opaca-accordion-header",children:UM(UI,{ref:Y,className:a("opaca-accordion-trigger",J),...X,children:[Z,UM(D2,{className:"opaca-accordion-trigger-icon"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this));bM.displayName=UI.displayName;var CM=bv.forwardRef(({className:J,children:Z,...X},Y)=>UM(kI,{ref:Y,className:"opaca-accordion-content",...X,children:UM("div",{className:a("opaca-accordion-content-inner",J),children:Z},void 0,!1,void 0,this)},void 0,!1,void 0,this));CM.displayName=kI.displayName;import*as Bg from"react";import{jsxDEV as bI}from"react/jsx-dev-runtime";var CI=Bg.forwardRef(({className:J,label:Z,children:X,...Y},G)=>{return bI("div",{ref:G,className:a("opaca-ui-blocks",J),...Y,children:[Z&&bI("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),bI("div",{style:{display:"flex",flexDirection:"column",gap:"1.5rem"},children:X},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});CI.displayName="Blocks";import{cva as wA1}from"class-variance-authority";import{Slot as yA1}from"radix-ui";import{jsxDEV as UA1}from"react/jsx-dev-runtime";var VA1=wA1("opaca-ui-btn",{variants:{variant:{default:"opaca-ui-btn-default",outline:"opaca-ui-btn-outline",secondary:"opaca-ui-btn-secondary",ghost:"opaca-ui-btn-ghost",destructive:"opaca-ui-btn-destructive",link:"opaca-ui-btn-link"},size:{default:"opaca-ui-btn-size-default",sm:"opaca-ui-btn-size-sm",lg:"opaca-ui-btn-size-lg",icon:"opaca-ui-btn-size-icon","icon-sm":"opaca-ui-btn-size-icon opaca-ui-btn-size-sm","icon-xs":"opaca-ui-btn-size-icon opaca-ui-btn-size-sm","icon-lg":"opaca-ui-btn-size-icon opaca-ui-btn-size-lg",xs:"opaca-ui-btn-size-sm"}},defaultVariants:{variant:"default",size:"default"}});function k1({className:J,variant:Z="default",size:X="default",asChild:Y=!1,...G}){let W=Y?yA1.Root:"button";return UA1(W,{"data-slot":"button","data-variant":Z,"data-size":X,className:a(VA1({variant:Z,size:X,className:J})),...G},void 0,!1,void 0,this)}import*as g0 from"react";import{jsxDEV as SM}from"react/jsx-dev-runtime";var SI=g0.createContext({}),DI=g0.forwardRef(({className:J,open:Z,defaultOpen:X,onOpenChange:Y,disabled:G,children:W,...q},H)=>{let[z,B]=g0.useState(X??!1),K=Z!==void 0,F=K?Z:z,$=g0.useCallback((A)=>{if(!K)B(A);if(Y)Y(A)},[K,Y]),P=g0.useMemo(()=>({open:F,onOpenChange:$,disabled:G}),[F,$,G]);return SM(SI.Provider,{value:P,children:SM("div",{ref:H,className:a("opaca-ui-collapsible",J),...q,children:W},void 0,!1,void 0,this)},void 0,!1,void 0,this)});DI.displayName="Collapsible";var MI=g0.forwardRef(({className:J,disabled:Z,children:X,...Y},G)=>{let W=g0.useContext(SI),q=Z||W.disabled,H=W.open,z=g0.useCallback((B)=>{if(!q&&W.onOpenChange)W.onOpenChange(!H);if(Y.onClick)Y.onClick(B)},[q,H,W.onOpenChange,Y.onClick]);return SM("button",{type:"button","aria-expanded":H,disabled:q,onClick:z,ref:G,className:a("opaca-ui-collapsible-trigger",J),...Y,children:[X,SM("svg",{className:"opaca-ui-collapsible-icon",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:SM("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)});MI.displayName="CollapsibleTrigger";var EI=g0.forwardRef(({className:J,children:Z,...X},Y)=>{let W=g0.useContext(SI).open;if(!W)return null;return SM("div",{"data-state":W?"open":"closed",ref:Y,className:a("opaca-ui-collapsible-content",J),...X,children:Z},void 0,!1,void 0,this)});EI.displayName="CollapsibleContent";import{createPortal as kA1}from"react-dom";import{jsxDEV as qJ}from"react/jsx-dev-runtime";function RI({open:J,onOpenChange:Z,children:X}){if(!J)return null;return kA1(qJ("div",{className:"opaca-ui-dialog-portal",children:[qJ("button",{type:"button",className:"opaca-ui-dialog-overlay",onClick:()=>Z(!1),tabIndex:-1,"aria-hidden":"true"},void 0,!1,void 0,this),qJ("div",{className:"opaca-ui-dialog-wrapper",children:X},void 0,!1,void 0,this)]},void 0,!0,void 0,this),document.body)}function vI({children:J,className:Z}){return qJ("div",{className:a("opaca-ui-dialog-content",Z),children:J},void 0,!1,void 0,this)}function hI({children:J,className:Z}){return qJ("div",{className:a("opaca-ui-dialog-header",Z),children:J},void 0,!1,void 0,this)}function xI({children:J,className:Z}){return qJ("h2",{className:a("opaca-ui-dialog-title",Z),children:J},void 0,!1,void 0,this)}function $g({children:J,className:Z}){return qJ("p",{className:a("opaca-ui-dialog-description",Z),children:J},void 0,!1,void 0,this)}function II({children:J,className:Z}){return qJ("div",{className:a("opaca-ui-dialog-footer",Z),children:J},void 0,!1,void 0,this)}import*as Pg from"react";import{jsxDEV as Fg}from"react/jsx-dev-runtime";var fI=Pg.forwardRef(({className:J,label:Z,children:X,...Y},G)=>{return Fg("div",{ref:G,className:a("opaca-ui-group",J),...Y,children:[Z&&Fg("h3",{className:"opaca-ui-group-header",children:Z},void 0,!1,void 0,this),X]},void 0,!0,void 0,this)});fI.displayName="Group";import*as Ag from"react";import{jsxDEV as bA1}from"react/jsx-dev-runtime";var A9=Ag.forwardRef(({className:J,type:Z,...X},Y)=>{return bA1("input",{type:Z,className:a("opaca-ui-input",J),ref:Y,...X},void 0,!1,void 0,this)});A9.displayName="Input";import*as Og from"react";import{jsxDEV as DM}from"react/jsx-dev-runtime";var jI=Og.forwardRef(({className:J,label:Z,collection:X,children:Y,...G},W)=>{return DM("div",{ref:W,className:a("opaca-ui-join",J),...G,children:[Z&&DM("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),DM("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:[DM("span",{children:["Virtually joined from: ",DM("strong",{children:X},void 0,!1,void 0,this)]},void 0,!0,void 0,this),DM("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)});jI.displayName="Join";import*as Tg from"react";import{jsxDEV as CA1}from"react/jsx-dev-runtime";var HJ=Tg.forwardRef(({className:J,...Z},X)=>CA1("label",{ref:X,className:a("opaca-ui-label",J),...Z},void 0,!1,void 0,this));HJ.displayName="Label";import*as O9 from"react";import{jsxDEV as Cv}from"react/jsx-dev-runtime";var NI=O9.forwardRef(({className:J,value:Z,onValueChange:X,disabled:Y,name:G,children:W,...q},H)=>{let z=O9.useMemo(()=>({value:Z,onValueChange:X,disabled:Y,name:G}),[Z,X,Y,G]);return Cv(wg.Provider,{value:z,children:Cv("div",{ref:H,className:a("opaca-ui-radio-group",J),...q,children:W},void 0,!1,void 0,this)},void 0,!1,void 0,this)});NI.displayName="RadioGroup";var wg=O9.createContext({}),LI=O9.forwardRef(({className:J,value:Z,disabled:X,id:Y,...G},W)=>{let q=O9.useContext(wg),H=X||q.disabled,z=q.value===Z,B=q.name;return Cv("div",{className:"opaca-ui-radio-item",children:Cv("input",{type:"radio",ref:W,id:Y,name:B,value:Z,checked:z,disabled:H,onChange:()=>{if(!H&&q.onValueChange)q.onValueChange(Z)},className:a(J),...G},void 0,!1,void 0,this)},void 0,!1,void 0,this)});LI.displayName="RadioGroupItem";import*as yg from"react";import{jsxDEV as Sv}from"react/jsx-dev-runtime";var gI=yg.forwardRef(({className:J,relationTo:Z,children:X,hasError:Y,style:G,...W},q)=>{return Sv("button",{ref:q,type:"button",className:a("opaca-ui-relationship",J),...W,children:Sv("div",{className:a("opaca-ui-relationship-trigger",Y&&"error"),children:Sv("div",{className:"opaca-relationship-trigger-content",children:X||Sv("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)});gI.displayName="Relationship";import{jsxDEV as SA1}from"react/jsx-dev-runtime";function MM({children:J,className:Z,maxHeight:X,...Y}){return SA1("div",{className:a("opaca-scroll-area",Z),style:{maxHeight:X,overflowY:"auto",...Y.style},...Y,children:J},void 0,!1,void 0,this)}import*as m0 from"react";import{createPortal as DA1}from"react-dom";import{jsxDEV as l2}from"react/jsx-dev-runtime";var pE=m0.createContext(null);function zJ({value:J,onValueChange:Z,children:X,open:Y,onOpenChange:G}){let[W,q]=m0.useState(!1),H=Y??W,z=G??q,B=m0.useRef(null);return l2(pE.Provider,{value:{value:J,onValueChange:Z,open:H,setOpen:z,triggerRef:B},children:l2("div",{className:"opaca-ui-select",children:X},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function KJ({children:J,className:Z}){let X=m0.useContext(pE);if(!X)throw Error("SelectTrigger must be used within a Select");return l2("button",{ref:X.triggerRef,type:"button",className:a("opaca-ui-select-trigger",Z),onClick:()=>X.setOpen(!X.open),"data-state":X.open?"open":"closed",children:[l2("span",{className:"trigger-content",children:J},void 0,!1,void 0,this),l2(D2,{size:14,className:"trigger-icon"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function BJ({placeholder:J}){let Z=m0.useContext(pE);if(!Z)throw Error("SelectValue must be used within a Select");return l2("span",{className:!Z.value?"trigger-placeholder":"",children:Z.value||J},void 0,!1,void 0,this)}function $J({children:J,className:Z}){let X=m0.useContext(pE);if(!X)throw Error("SelectContent must be used within a Select");let[Y,G]=m0.useState({top:0,left:0,width:0}),W=m0.useCallback(()=>{if(X.open&&X.triggerRef.current){let q=X.triggerRef.current.getBoundingClientRect();G({top:q.bottom,left:q.left,width:q.width})}},[X.open,X.triggerRef]);if(m0.useEffect(()=>{if(X.open)return W(),window.addEventListener("scroll",W,!0),window.addEventListener("resize",W),()=>{window.removeEventListener("scroll",W,!0),window.removeEventListener("resize",W)}},[X.open,W]),!X.open)return null;return DA1(l2("div",{className:"opaca-ui-select-portal",style:{top:Y.top+4,left:Y.left,width:Y.width},children:[l2("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:()=>X.setOpen(!1),tabIndex:-1,"aria-hidden":"true"},void 0,!1,void 0,this),l2("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 l5({value:J,children:Z,className:X}){let Y=m0.useContext(pE);if(!Y)throw Error("SelectItem must be used within a Select");let G=Y.value===J;return l2("button",{type:"button",className:a("opaca-ui-select-item",X),"data-selected":G,onClick:()=>{Y.onValueChange?.(J),Y.setOpen(!1)},children:Z},void 0,!1,void 0,this)}function Dv({children:J}){return l2("div",{className:"opaca-ui-select-label",children:J},void 0,!1,void 0,this)}function Mv(){return l2("div",{className:"opaca-ui-select-separator"},void 0,!1,void 0,this)}import{jsxDEV as MA1}from"react/jsx-dev-runtime";var Vg=({className:J="",orientation:Z="horizontal",margin:X})=>{return MA1("div",{className:`opaca-separator ${Z} ${J}`,style:X?{margin:X}:void 0,role:"none"},void 0,!1,void 0,this)};import{Dialog as T9}from"radix-ui";import{jsxDEV as D0}from"react/jsx-dev-runtime";function d5({...J}){return D0(T9.Root,{"data-slot":"sheet",...J},void 0,!1,void 0,this)}function Ev({...J}){return D0(T9.Trigger,{"data-slot":"sheet-trigger",...J},void 0,!1,void 0,this)}function Ug({...J}){return D0(T9.Close,{"data-slot":"sheet-close",...J},void 0,!1,void 0,this)}function EA1({...J}){return D0(T9.Portal,{"data-slot":"sheet-portal",...J},void 0,!1,void 0,this)}function RA1({className:J,...Z}){return D0(T9.Overlay,{"data-slot":"sheet-overlay",className:a("opaca-ui-sheet-overlay",J),...Z},void 0,!1,void 0,this)}function s5({className:J,children:Z,side:X="right",showCloseButton:Y=!0,...G}){return D0(EA1,{children:[D0(RA1,{},void 0,!1,void 0,this),D0("div",{className:"opaca-ui-sheet-portal-wrapper",children:D0(T9.Content,{"data-slot":"sheet-content","data-side":X,className:a("opaca-ui-sheet-content",J),...G,children:[Z,Y&&D0(T9.Close,{className:"opaca-ui-sheet-close",asChild:!0,children:D0("button",{type:"button",children:[D0(G0,{className:"opaca-ui-sheet-close-icon"},void 0,!1,void 0,this),D0("span",{className:"opaca-ui-sr-only",children:"Close"},void 0,!1,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)]},void 0,!0,void 0,this)}function FJ({className:J,...Z}){return D0("div",{"data-slot":"sheet-header",className:a("opaca-ui-sheet-header",J),...Z},void 0,!1,void 0,this)}function kg({className:J,...Z}){return D0("div",{"data-slot":"sheet-footer",className:a("opaca-ui-sheet-footer",J),...Z},void 0,!1,void 0,this)}function PJ({className:J,...Z}){return D0(T9.Title,{"data-slot":"sheet-title",className:a("opaca-ui-sheet-title",J),...Z},void 0,!1,void 0,this)}function EM({className:J,...Z}){return D0(T9.Description,{"data-slot":"sheet-description",className:a("opaca-ui-sheet-description",J),...Z},void 0,!1,void 0,this)}import*as _0 from"react";import{jsxDEV as lE}from"react/jsx-dev-runtime";var mI=_0.createContext({}),_I=_0.forwardRef(({className:J,value:Z,defaultValue:X,onValueChange:Y,children:G,...W},q)=>{let[H,z]=_0.useState(X),B=Z!==void 0,K=B?Z:H,F=_0.useCallback((P)=>{if(!B)z(P);if(Y)Y(P)},[B,Y]),$=_0.useMemo(()=>({value:K,onValueChange:F}),[K,F]);return lE(mI.Provider,{value:$,children:lE("div",{ref:q,className:a("opaca-ui-tabs",J),...W,children:G},void 0,!1,void 0,this)},void 0,!1,void 0,this)});_I.displayName="Tabs";var uI=_0.forwardRef(({className:J,...Z},X)=>lE("div",{ref:X,className:a("opaca-ui-tabs-list",J),role:"tablist",...Z},void 0,!1,void 0,this));uI.displayName="TabsList";var pI=_0.forwardRef(({className:J,value:Z,disabled:X,...Y},G)=>{let W=_0.useContext(mI),q=W.value===Z;return lE("button",{type:"button",role:"tab","aria-selected":q,"data-state":q?"active":"inactive",disabled:X,onClick:()=>{if(!X&&W.onValueChange)W.onValueChange(Z)},ref:G,className:a("opaca-ui-tabs-trigger",J),...Y},void 0,!1,void 0,this)});pI.displayName="TabsTrigger";var lI=_0.forwardRef(({className:J,value:Z,...X},Y)=>{let W=_0.useContext(mI).value===Z;if(!W)return null;return lE("div",{role:"tabpanel","data-state":W?"active":"inactive",ref:Y,className:a("opaca-ui-tabs-content",J),...X},void 0,!1,void 0,this)});lI.displayName="TabsContent";import*as W1 from"react";import*as p1 from"react";import*as RM from"react";function iJ(J){let Z=RM.useRef(J);return RM.useEffect(()=>{Z.current=J}),RM.useMemo(()=>(...X)=>Z.current?.(...X),[])}import*as bg from"react";function Cg(J,Z=globalThis?.document){let X=iJ(J);bg.useEffect(()=>{let Y=(G)=>{if(G.key==="Escape")X(G)};return Z.addEventListener("keydown",Y,{capture:!0}),()=>Z.removeEventListener("keydown",Y,{capture:!0})},[X,Z])}import{jsx as Mg}from"react/jsx-runtime";var vA1="DismissableLayer",dI="dismissableLayer.update",hA1="dismissableLayer.pointerDownOutside",xA1="dismissableLayer.focusOutside",Sg,Eg=p1.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),sI=p1.forwardRef((J,Z)=>{let{disableOutsidePointerEvents:X=!1,onEscapeKeyDown:Y,onPointerDownOutside:G,onFocusOutside:W,onInteractOutside:q,onDismiss:H,...z}=J,B=p1.useContext(Eg),[K,F]=p1.useState(null),$=K?.ownerDocument??globalThis?.document,[,P]=p1.useState({}),A=A0(Z,(b)=>F(b)),O=Array.from(B.layers),[T]=[...B.layersWithOutsidePointerEventsDisabled].slice(-1),w=O.indexOf(T),y=K?O.indexOf(K):-1,V=B.layersWithOutsidePointerEventsDisabled.size>0,U=y>=w,C=jA1((b)=>{let D=b.target,S=[...B.branches].some((h)=>h.contains(D));if(!U||S)return;if(G?.(b),q?.(b),!b.defaultPrevented)H?.()},$),k=NA1((b)=>{let D=b.target;if([...B.branches].some((h)=>h.contains(D)))return;if(W?.(b),q?.(b),!b.defaultPrevented)H?.()},$);return Cg((b)=>{if(y!==B.layers.size-1)return;if(Y?.(b),!b.defaultPrevented&&H)b.preventDefault(),H()},$),p1.useEffect(()=>{if(!K)return;if(X){if(B.layersWithOutsidePointerEventsDisabled.size===0)Sg=$.body.style.pointerEvents,$.body.style.pointerEvents="none";B.layersWithOutsidePointerEventsDisabled.add(K)}return B.layers.add(K),Dg(),()=>{if(X&&B.layersWithOutsidePointerEventsDisabled.size===1)$.body.style.pointerEvents=Sg}},[K,$,X,B]),p1.useEffect(()=>{return()=>{if(!K)return;B.layers.delete(K),B.layersWithOutsidePointerEventsDisabled.delete(K),Dg()}},[K,B]),p1.useEffect(()=>{let b=()=>P({});return document.addEventListener(dI,b),()=>document.removeEventListener(dI,b)},[]),Mg(n1.div,{...z,ref:A,style:{pointerEvents:V?U?"auto":"none":void 0,...J.style},onFocusCapture:n0(J.onFocusCapture,k.onFocusCapture),onBlurCapture:n0(J.onBlurCapture,k.onBlurCapture),onPointerDownCapture:n0(J.onPointerDownCapture,C.onPointerDownCapture)})});sI.displayName=vA1;var IA1="DismissableLayerBranch",fA1=p1.forwardRef((J,Z)=>{let X=p1.useContext(Eg),Y=p1.useRef(null),G=A0(Z,Y);return p1.useEffect(()=>{let W=Y.current;if(W)return X.branches.add(W),()=>{X.branches.delete(W)}},[X.branches]),Mg(n1.div,{...J,ref:G})});fA1.displayName=IA1;function jA1(J,Z=globalThis?.document){let X=iJ(J),Y=p1.useRef(!1),G=p1.useRef(()=>{});return p1.useEffect(()=>{let W=(H)=>{if(H.target&&!Y.current){let B=function(){Rg(hA1,X,K,{discrete:!0})};var z=B;let K={originalEvent:H};if(H.pointerType==="touch")Z.removeEventListener("click",G.current),G.current=B,Z.addEventListener("click",G.current,{once:!0});else B()}else Z.removeEventListener("click",G.current);Y.current=!1},q=window.setTimeout(()=>{Z.addEventListener("pointerdown",W)},0);return()=>{window.clearTimeout(q),Z.removeEventListener("pointerdown",W),Z.removeEventListener("click",G.current)}},[Z,X]),{onPointerDownCapture:()=>Y.current=!0}}function NA1(J,Z=globalThis?.document){let X=iJ(J),Y=p1.useRef(!1);return p1.useEffect(()=>{let G=(W)=>{if(W.target&&!Y.current)Rg(xA1,X,{originalEvent:W},{discrete:!1})};return Z.addEventListener("focusin",G),()=>Z.removeEventListener("focusin",G)},[Z,X]),{onFocusCapture:()=>Y.current=!0,onBlurCapture:()=>Y.current=!1}}function Dg(){let J=new CustomEvent(dI);document.dispatchEvent(J)}function Rg(J,Z,X,{discrete:Y}){let G=X.originalEvent.target,W=new CustomEvent(J,{bubbles:!1,cancelable:!0,detail:X});if(Z)G.addEventListener(J,Z,{once:!0});if(Y)_L(G,W);else G.dispatchEvent(W)}import*as G2 from"react";var xg=["top","right","bottom","left"];var{min:r5,max:i0,round:sE,floor:rE}=Math,z5=(J)=>({x:J,y:J}),LA1={left:"right",right:"left",bottom:"top",top:"bottom"};function vv(J,Z,X){return i0(J,r5(Z,X))}function a5(J,Z){return typeof J==="function"?J(Z):J}function c5(J){return J.split("-")[0]}function tJ(J){return J.split("-")[1]}function hv(J){return J==="x"?"y":"x"}function xv(J){return J==="y"?"height":"width"}function K5(J){let Z=J[0];return Z==="t"||Z==="b"?"y":"x"}function Iv(J){return hv(K5(J))}function Ig(J,Z,X){if(X===void 0)X=!1;let Y=tJ(J),G=Iv(J),W=xv(G),q=G==="x"?Y===(X?"end":"start")?"right":"left":Y==="start"?"bottom":"top";if(Z.reference[W]>Z.floating[W])q=dE(q);return[q,dE(q)]}function fg(J){let Z=dE(J);return[Rv(J),Z,Rv(Z)]}function Rv(J){return J.includes("start")?J.replace("start","end"):J.replace("end","start")}var vg=["left","right"],hg=["right","left"],gA1=["top","bottom"],mA1=["bottom","top"];function _A1(J,Z,X){switch(J){case"top":case"bottom":if(X)return Z?hg:vg;return Z?vg:hg;case"left":case"right":return Z?gA1:mA1;default:return[]}}function jg(J,Z,X,Y){let G=tJ(J),W=_A1(c5(J),X==="start",Y);if(G){if(W=W.map((q)=>q+"-"+G),Z)W=W.concat(W.map(Rv))}return W}function dE(J){let Z=c5(J);return LA1[Z]+J.slice(Z.length)}function uA1(J){return{top:0,right:0,bottom:0,left:0,...J}}function rI(J){return typeof J!=="number"?uA1(J):{top:J,right:J,bottom:J,left:J}}function oJ(J){let{x:Z,y:X,width:Y,height:G}=J;return{width:Y,height:G,top:X,left:Z,right:Z+Y,bottom:X+G,x:Z,y:X}}function Ng(J,Z,X){let{reference:Y,floating:G}=J,W=K5(Z),q=Iv(Z),H=xv(q),z=c5(Z),B=W==="y",K=Y.x+Y.width/2-G.width/2,F=Y.y+Y.height/2-G.height/2,$=Y[H]/2-G[H]/2,P;switch(z){case"top":P={x:K,y:Y.y-G.height};break;case"bottom":P={x:K,y:Y.y+Y.height};break;case"right":P={x:Y.x+Y.width,y:F};break;case"left":P={x:Y.x-G.width,y:F};break;default:P={x:Y.x,y:Y.y}}switch(tJ(Z)){case"start":P[q]-=$*(X&&B?-1:1);break;case"end":P[q]+=$*(X&&B?-1:1);break}return P}async function mg(J,Z){var X;if(Z===void 0)Z={};let{x:Y,y:G,platform:W,rects:q,elements:H,strategy:z}=J,{boundary:B="clippingAncestors",rootBoundary:K="viewport",elementContext:F="floating",altBoundary:$=!1,padding:P=0}=a5(Z,J),A=rI(P),T=H[$?F==="floating"?"reference":"floating":F],w=oJ(await W.getClippingRect({element:((X=await(W.isElement==null?void 0:W.isElement(T)))!=null?X:!0)?T:T.contextElement||await(W.getDocumentElement==null?void 0:W.getDocumentElement(H.floating)),boundary:B,rootBoundary:K,strategy:z})),y=F==="floating"?{x:Y,y:G,width:q.floating.width,height:q.floating.height}:q.reference,V=await(W.getOffsetParent==null?void 0:W.getOffsetParent(H.floating)),U=await(W.isElement==null?void 0:W.isElement(V))?await(W.getScale==null?void 0:W.getScale(V))||{x:1,y:1}:{x:1,y:1},C=oJ(W.convertOffsetParentRelativeRectToViewportRelativeRect?await W.convertOffsetParentRelativeRectToViewportRelativeRect({elements:H,rect:y,offsetParent:V,strategy:z}):y);return{top:(w.top-C.top+A.top)/U.y,bottom:(C.bottom-w.bottom+A.bottom)/U.y,left:(w.left-C.left+A.left)/U.x,right:(C.right-w.right+A.right)/U.x}}var pA1=50,_g=async(J,Z,X)=>{let{placement:Y="bottom",strategy:G="absolute",middleware:W=[],platform:q}=X,H=q.detectOverflow?q:{...q,detectOverflow:mg},z=await(q.isRTL==null?void 0:q.isRTL(Z)),B=await q.getElementRects({reference:J,floating:Z,strategy:G}),{x:K,y:F}=Ng(B,Y,z),$=Y,P=0,A={};for(let O=0;O<W.length;O++){let T=W[O];if(!T)continue;let{name:w,fn:y}=T,{x:V,y:U,data:C,reset:k}=await y({x:K,y:F,initialPlacement:Y,placement:$,strategy:G,middlewareData:A,rects:B,platform:H,elements:{reference:J,floating:Z}});if(K=V!=null?V:K,F=U!=null?U:F,A[w]={...A[w],...C},k&&P<pA1){if(P++,typeof k==="object"){if(k.placement)$=k.placement;if(k.rects)B=k.rects===!0?await q.getElementRects({reference:J,floating:Z,strategy:G}):k.rects;({x:K,y:F}=Ng(B,$,z))}O=-1}}return{x:K,y:F,placement:$,strategy:G,middlewareData:A}},ug=(J)=>({name:"arrow",options:J,async fn(Z){let{x:X,y:Y,placement:G,rects:W,platform:q,elements:H,middlewareData:z}=Z,{element:B,padding:K=0}=a5(J,Z)||{};if(B==null)return{};let F=rI(K),$={x:X,y:Y},P=Iv(G),A=xv(P),O=await q.getDimensions(B),T=P==="y",w=T?"top":"left",y=T?"bottom":"right",V=T?"clientHeight":"clientWidth",U=W.reference[A]+W.reference[P]-$[P]-W.floating[A],C=$[P]-W.reference[P],k=await(q.getOffsetParent==null?void 0:q.getOffsetParent(B)),b=k?k[V]:0;if(!b||!await(q.isElement==null?void 0:q.isElement(k)))b=H.floating[V]||W.floating[A];let D=U/2-C/2,S=b/2-O[A]/2-1,h=r5(F[w],S),g=r5(F[y],S),r=h,L=b-O[A]-g,j=b/2-O[A]/2+D,m=vv(r,j,L),s=!z.arrow&&tJ(G)!=null&&j!==m&&W.reference[A]/2-(j<r?h:g)-O[A]/2<0,n=s?j<r?j-r:j-L:0;return{[P]:$[P]+n,data:{[P]:m,centerOffset:j-m-n,...s&&{alignmentOffset:n}},reset:s}}});var pg=function(J){if(J===void 0)J={};return{name:"flip",options:J,async fn(Z){var X,Y;let{placement:G,middlewareData:W,rects:q,initialPlacement:H,platform:z,elements:B}=Z,{mainAxis:K=!0,crossAxis:F=!0,fallbackPlacements:$,fallbackStrategy:P="bestFit",fallbackAxisSideDirection:A="none",flipAlignment:O=!0,...T}=a5(J,Z);if((X=W.arrow)!=null&&X.alignmentOffset)return{};let w=c5(G),y=K5(H),V=c5(H)===H,U=await(z.isRTL==null?void 0:z.isRTL(B.floating)),C=$||(V||!O?[dE(H)]:fg(H)),k=A!=="none";if(!$&&k)C.push(...jg(H,O,A,U));let b=[H,...C],D=await z.detectOverflow(Z,T),S=[],h=((Y=W.flip)==null?void 0:Y.overflows)||[];if(K)S.push(D[w]);if(F){let j=Ig(G,q,U);S.push(D[j[0]],D[j[1]])}if(h=[...h,{placement:G,overflows:S}],!S.every((j)=>j<=0)){var g,r;let j=(((g=W.flip)==null?void 0:g.index)||0)+1,m=b[j];if(m){if(!(F==="alignment"?y!==K5(m):!1)||h.every((l)=>K5(l.placement)===y?l.overflows[0]>0:!0))return{data:{index:j,overflows:h},reset:{placement:m}}}let s=(r=h.filter((n)=>n.overflows[0]<=0).sort((n,l)=>n.overflows[1]-l.overflows[1])[0])==null?void 0:r.placement;if(!s)switch(P){case"bestFit":{var L;let n=(L=h.filter((l)=>{if(k){let E=K5(l.placement);return E===y||E==="y"}return!0}).map((l)=>[l.placement,l.overflows.filter((E)=>E>0).reduce((E,u)=>E+u,0)]).sort((l,E)=>l[1]-E[1])[0])==null?void 0:L[0];if(n)s=n;break}case"initialPlacement":s=H;break}if(G!==s)return{reset:{placement:s}}}return{}}}};function Lg(J,Z){return{top:J.top-Z.height,right:J.right-Z.width,bottom:J.bottom-Z.height,left:J.left-Z.width}}function gg(J){return xg.some((Z)=>J[Z]>=0)}var lg=function(J){if(J===void 0)J={};return{name:"hide",options:J,async fn(Z){let{rects:X,platform:Y}=Z,{strategy:G="referenceHidden",...W}=a5(J,Z);switch(G){case"referenceHidden":{let q=await Y.detectOverflow(Z,{...W,elementContext:"reference"}),H=Lg(q,X.reference);return{data:{referenceHiddenOffsets:H,referenceHidden:gg(H)}}}case"escaped":{let q=await Y.detectOverflow(Z,{...W,altBoundary:!0}),H=Lg(q,X.floating);return{data:{escapedOffsets:H,escaped:gg(H)}}}default:return{}}}}};var dg=new Set(["left","top"]);async function lA1(J,Z){let{placement:X,platform:Y,elements:G}=J,W=await(Y.isRTL==null?void 0:Y.isRTL(G.floating)),q=c5(X),H=tJ(X),z=K5(X)==="y",B=dg.has(q)?-1:1,K=W&&z?-1:1,F=a5(Z,J),{mainAxis:$,crossAxis:P,alignmentAxis:A}=typeof F==="number"?{mainAxis:F,crossAxis:0,alignmentAxis:null}:{mainAxis:F.mainAxis||0,crossAxis:F.crossAxis||0,alignmentAxis:F.alignmentAxis};if(H&&typeof A==="number")P=H==="end"?A*-1:A;return z?{x:P*K,y:$*B}:{x:$*B,y:P*K}}var sg=function(J){if(J===void 0)J=0;return{name:"offset",options:J,async fn(Z){var X,Y;let{x:G,y:W,placement:q,middlewareData:H}=Z,z=await lA1(Z,J);if(q===((X=H.offset)==null?void 0:X.placement)&&(Y=H.arrow)!=null&&Y.alignmentOffset)return{};return{x:G+z.x,y:W+z.y,data:{...z,placement:q}}}}},rg=function(J){if(J===void 0)J={};return{name:"shift",options:J,async fn(Z){let{x:X,y:Y,placement:G,platform:W}=Z,{mainAxis:q=!0,crossAxis:H=!1,limiter:z={fn:(w)=>{let{x:y,y:V}=w;return{x:y,y:V}}},...B}=a5(J,Z),K={x:X,y:Y},F=await W.detectOverflow(Z,B),$=K5(c5(G)),P=hv($),A=K[P],O=K[$];if(q){let w=P==="y"?"top":"left",y=P==="y"?"bottom":"right",V=A+F[w],U=A-F[y];A=vv(V,A,U)}if(H){let w=$==="y"?"top":"left",y=$==="y"?"bottom":"right",V=O+F[w],U=O-F[y];O=vv(V,O,U)}let T=z.fn({...Z,[P]:A,[$]:O});return{...T,data:{x:T.x-X,y:T.y-Y,enabled:{[P]:q,[$]:H}}}}}},ag=function(J){if(J===void 0)J={};return{options:J,fn(Z){let{x:X,y:Y,placement:G,rects:W,middlewareData:q}=Z,{offset:H=0,mainAxis:z=!0,crossAxis:B=!0}=a5(J,Z),K={x:X,y:Y},F=K5(G),$=hv(F),P=K[$],A=K[F],O=a5(H,Z),T=typeof O==="number"?{mainAxis:O,crossAxis:0}:{mainAxis:0,crossAxis:0,...O};if(z){let V=$==="y"?"height":"width",U=W.reference[$]-W.floating[V]+T.mainAxis,C=W.reference[$]+W.reference[V]-T.mainAxis;if(P<U)P=U;else if(P>C)P=C}if(B){var w,y;let V=$==="y"?"width":"height",U=dg.has(c5(G)),C=W.reference[F]-W.floating[V]+(U?((w=q.offset)==null?void 0:w[F])||0:0)+(U?0:T.crossAxis),k=W.reference[F]+W.reference[V]+(U?0:((y=q.offset)==null?void 0:y[F])||0)-(U?T.crossAxis:0);if(A<C)A=C;else if(A>k)A=k}return{[$]:P,[F]:A}}}},cg=function(J){if(J===void 0)J={};return{name:"size",options:J,async fn(Z){var X,Y;let{placement:G,rects:W,platform:q,elements:H}=Z,{apply:z=()=>{},...B}=a5(J,Z),K=await q.detectOverflow(Z,B),F=c5(G),$=tJ(G),P=K5(G)==="y",{width:A,height:O}=W.floating,T,w;if(F==="top"||F==="bottom")T=F,w=$===(await(q.isRTL==null?void 0:q.isRTL(H.floating))?"start":"end")?"left":"right";else w=F,T=$==="end"?"top":"bottom";let y=O-K.top-K.bottom,V=A-K.left-K.right,U=r5(O-K[T],y),C=r5(A-K[w],V),k=!Z.middlewareData.shift,b=U,D=C;if((X=Z.middlewareData.shift)!=null&&X.enabled.x)D=V;if((Y=Z.middlewareData.shift)!=null&&Y.enabled.y)b=y;if(k&&!$){let h=i0(K.left,0),g=i0(K.right,0),r=i0(K.top,0),L=i0(K.bottom,0);if(P)D=A-2*(h!==0||g!==0?h+g:i0(K.left,K.right));else b=O-2*(r!==0||L!==0?r+L:i0(K.top,K.bottom))}await z({...Z,availableWidth:D,availableHeight:b});let S=await q.getDimensions(H.floating);if(A!==S.width||O!==S.height)return{reset:{rects:!0}};return{}}}};function fv(){return typeof window<"u"}function ZZ(J){if(ig(J))return(J.nodeName||"").toLowerCase();return"#document"}function Y2(J){var Z;return(J==null||(Z=J.ownerDocument)==null?void 0:Z.defaultView)||window}function B5(J){var Z;return(Z=(ig(J)?J.ownerDocument:J.document)||window.document)==null?void 0:Z.documentElement}function ig(J){if(!fv())return!1;return J instanceof Node||J instanceof Y2(J).Node}function d2(J){if(!fv())return!1;return J instanceof Element||J instanceof Y2(J).Element}function n5(J){if(!fv())return!1;return J instanceof HTMLElement||J instanceof Y2(J).HTMLElement}function ng(J){if(!fv()||typeof ShadowRoot>"u")return!1;return J instanceof ShadowRoot||J instanceof Y2(J).ShadowRoot}function vM(J){let{overflow:Z,overflowX:X,overflowY:Y,display:G}=s2(J);return/auto|scroll|overlay|hidden|clip/.test(Z+Y+X)&&G!=="inline"&&G!=="contents"}function tg(J){return/^(table|td|th)$/.test(ZZ(J))}function aE(J){try{if(J.matches(":popover-open"))return!0}catch(Z){}try{return J.matches(":modal")}catch(Z){return!1}}var dA1=/transform|translate|scale|rotate|perspective|filter/,sA1=/paint|layout|strict|content/,eJ=(J)=>!!J&&J!=="none",aI;function jv(J){let Z=d2(J)?s2(J):J;return eJ(Z.transform)||eJ(Z.translate)||eJ(Z.scale)||eJ(Z.rotate)||eJ(Z.perspective)||!Nv()&&(eJ(Z.backdropFilter)||eJ(Z.filter))||dA1.test(Z.willChange||"")||sA1.test(Z.contain||"")}function og(J){let Z=w9(J);while(n5(Z)&&!QZ(Z)){if(jv(Z))return Z;else if(aE(Z))return null;Z=w9(Z)}return null}function Nv(){if(aI==null)aI=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none");return aI}function QZ(J){return/^(html|body|#document)$/.test(ZZ(J))}function s2(J){return Y2(J).getComputedStyle(J)}function cE(J){if(d2(J))return{scrollLeft:J.scrollLeft,scrollTop:J.scrollTop};return{scrollLeft:J.scrollX,scrollTop:J.scrollY}}function w9(J){if(ZZ(J)==="html")return J;let Z=J.assignedSlot||J.parentNode||ng(J)&&J.host||B5(J);return ng(Z)?Z.host:Z}function eg(J){let Z=w9(J);if(QZ(Z))return J.ownerDocument?J.ownerDocument.body:J.body;if(n5(Z)&&vM(Z))return Z;return eg(Z)}function JZ(J,Z,X){var Y;if(Z===void 0)Z=[];if(X===void 0)X=!0;let G=eg(J),W=G===((Y=J.ownerDocument)==null?void 0:Y.body),q=Y2(G);if(W){let H=Lv(q);return Z.concat(q,q.visualViewport||[],vM(G)?G:[],H&&X?JZ(H):[])}else return Z.concat(G,JZ(G,[],X))}function Lv(J){return J.parent&&Object.getPrototypeOf(J.parent)?J.frameElement:null}function Xm(J){let Z=s2(J),X=parseFloat(Z.width)||0,Y=parseFloat(Z.height)||0,G=n5(J),W=G?J.offsetWidth:X,q=G?J.offsetHeight:Y,H=sE(X)!==W||sE(Y)!==q;if(H)X=W,Y=q;return{width:X,height:Y,$:H}}function nI(J){return!d2(J)?J.contextElement:J}function hM(J){let Z=nI(J);if(!n5(Z))return z5(1);let X=Z.getBoundingClientRect(),{width:Y,height:G,$:W}=Xm(Z),q=(W?sE(X.width):X.width)/Y,H=(W?sE(X.height):X.height)/G;if(!q||!Number.isFinite(q))q=1;if(!H||!Number.isFinite(H))H=1;return{x:q,y:H}}var rA1=z5(0);function Ym(J){let Z=Y2(J);if(!Nv()||!Z.visualViewport)return rA1;return{x:Z.visualViewport.offsetLeft,y:Z.visualViewport.offsetTop}}function aA1(J,Z,X){if(Z===void 0)Z=!1;if(!X||Z&&X!==Y2(J))return!1;return Z}function XZ(J,Z,X,Y){if(Z===void 0)Z=!1;if(X===void 0)X=!1;let G=J.getBoundingClientRect(),W=nI(J),q=z5(1);if(Z)if(Y){if(d2(Y))q=hM(Y)}else q=hM(J);let H=aA1(W,X,Y)?Ym(W):z5(0),z=(G.left+H.x)/q.x,B=(G.top+H.y)/q.y,K=G.width/q.x,F=G.height/q.y;if(W){let $=Y2(W),P=Y&&d2(Y)?Y2(Y):Y,A=$,O=Lv(A);while(O&&Y&&P!==A){let T=hM(O),w=O.getBoundingClientRect(),y=s2(O),V=w.left+(O.clientLeft+parseFloat(y.paddingLeft))*T.x,U=w.top+(O.clientTop+parseFloat(y.paddingTop))*T.y;z*=T.x,B*=T.y,K*=T.x,F*=T.y,z+=V,B+=U,A=Y2(O),O=Lv(A)}}return oJ({width:K,height:F,x:z,y:B})}function gv(J,Z){let X=cE(J).scrollLeft;if(!Z)return XZ(B5(J)).left+X;return Z.left+X}function Gm(J,Z){let X=J.getBoundingClientRect(),Y=X.left+Z.scrollLeft-gv(J,X),G=X.top+Z.scrollTop;return{x:Y,y:G}}function cA1(J){let{elements:Z,rect:X,offsetParent:Y,strategy:G}=J,W=G==="fixed",q=B5(Y),H=Z?aE(Z.floating):!1;if(Y===q||H&&W)return X;let z={scrollLeft:0,scrollTop:0},B=z5(1),K=z5(0),F=n5(Y);if(F||!F&&!W){if(ZZ(Y)!=="body"||vM(q))z=cE(Y);if(F){let P=XZ(Y);B=hM(Y),K.x=P.x+Y.clientLeft,K.y=P.y+Y.clientTop}}let $=q&&!F&&!W?Gm(q,z):z5(0);return{width:X.width*B.x,height:X.height*B.y,x:X.x*B.x-z.scrollLeft*B.x+K.x+$.x,y:X.y*B.y-z.scrollTop*B.y+K.y+$.y}}function nA1(J){return Array.from(J.getClientRects())}function iA1(J){let Z=B5(J),X=cE(J),Y=J.ownerDocument.body,G=i0(Z.scrollWidth,Z.clientWidth,Y.scrollWidth,Y.clientWidth),W=i0(Z.scrollHeight,Z.clientHeight,Y.scrollHeight,Y.clientHeight),q=-X.scrollLeft+gv(J),H=-X.scrollTop;if(s2(Y).direction==="rtl")q+=i0(Z.clientWidth,Y.clientWidth)-G;return{width:G,height:W,x:q,y:H}}var Jm=25;function tA1(J,Z){let X=Y2(J),Y=B5(J),G=X.visualViewport,W=Y.clientWidth,q=Y.clientHeight,H=0,z=0;if(G){W=G.width,q=G.height;let K=Nv();if(!K||K&&Z==="fixed")H=G.offsetLeft,z=G.offsetTop}let B=gv(Y);if(B<=0){let K=Y.ownerDocument,F=K.body,$=getComputedStyle(F),P=K.compatMode==="CSS1Compat"?parseFloat($.marginLeft)+parseFloat($.marginRight)||0:0,A=Math.abs(Y.clientWidth-F.clientWidth-P);if(A<=Jm)W-=A}else if(B<=Jm)W+=B;return{width:W,height:q,x:H,y:z}}function oA1(J,Z){let X=XZ(J,!0,Z==="fixed"),Y=X.top+J.clientTop,G=X.left+J.clientLeft,W=n5(J)?hM(J):z5(1),q=J.clientWidth*W.x,H=J.clientHeight*W.y,z=G*W.x,B=Y*W.y;return{width:q,height:H,x:z,y:B}}function Zm(J,Z,X){let Y;if(Z==="viewport")Y=tA1(J,X);else if(Z==="document")Y=iA1(B5(J));else if(d2(Z))Y=oA1(Z,X);else{let G=Ym(J);Y={x:Z.x-G.x,y:Z.y-G.y,width:Z.width,height:Z.height}}return oJ(Y)}function Wm(J,Z){let X=w9(J);if(X===Z||!d2(X)||QZ(X))return!1;return s2(X).position==="fixed"||Wm(X,Z)}function eA1(J,Z){let X=Z.get(J);if(X)return X;let Y=JZ(J,[],!1).filter((H)=>d2(H)&&ZZ(H)!=="body"),G=null,W=s2(J).position==="fixed",q=W?w9(J):J;while(d2(q)&&!QZ(q)){let H=s2(q),z=jv(q);if(!z&&H.position==="fixed")G=null;if(W?!z&&!G:!z&&H.position==="static"&&!!G&&(G.position==="absolute"||G.position==="fixed")||vM(q)&&!z&&Wm(J,q))Y=Y.filter((K)=>K!==q);else G=H;q=w9(q)}return Z.set(J,Y),Y}function JO1(J){let{element:Z,boundary:X,rootBoundary:Y,strategy:G}=J,q=[...X==="clippingAncestors"?aE(Z)?[]:eA1(Z,this._c):[].concat(X),Y],H=Zm(Z,q[0],G),z=H.top,B=H.right,K=H.bottom,F=H.left;for(let $=1;$<q.length;$++){let P=Zm(Z,q[$],G);z=i0(P.top,z),B=r5(P.right,B),K=r5(P.bottom,K),F=i0(P.left,F)}return{width:B-F,height:K-z,x:F,y:z}}function ZO1(J){let{width:Z,height:X}=Xm(J);return{width:Z,height:X}}function QO1(J,Z,X){let Y=n5(Z),G=B5(Z),W=X==="fixed",q=XZ(J,!0,W,Z),H={scrollLeft:0,scrollTop:0},z=z5(0);function B(){z.x=gv(G)}if(Y||!Y&&!W){if(ZZ(Z)!=="body"||vM(G))H=cE(Z);if(Y){let P=XZ(Z,!0,W,Z);z.x=P.x+Z.clientLeft,z.y=P.y+Z.clientTop}else if(G)B()}if(W&&!Y&&G)B();let K=G&&!Y&&!W?Gm(G,H):z5(0),F=q.left+H.scrollLeft-z.x-K.x,$=q.top+H.scrollTop-z.y-K.y;return{x:F,y:$,width:q.width,height:q.height}}function cI(J){return s2(J).position==="static"}function Qm(J,Z){if(!n5(J)||s2(J).position==="fixed")return null;if(Z)return Z(J);let X=J.offsetParent;if(B5(J)===X)X=X.ownerDocument.body;return X}function qm(J,Z){let X=Y2(J);if(aE(J))return X;if(!n5(J)){let G=w9(J);while(G&&!QZ(G)){if(d2(G)&&!cI(G))return G;G=w9(G)}return X}let Y=Qm(J,Z);while(Y&&tg(Y)&&cI(Y))Y=Qm(Y,Z);if(Y&&QZ(Y)&&cI(Y)&&!jv(Y))return X;return Y||og(J)||X}var XO1=async function(J){let Z=this.getOffsetParent||qm,X=this.getDimensions,Y=await X(J.floating);return{reference:QO1(J.reference,await Z(J.floating),J.strategy),floating:{x:0,y:0,width:Y.width,height:Y.height}}};function YO1(J){return s2(J).direction==="rtl"}var Hm={convertOffsetParentRelativeRectToViewportRelativeRect:cA1,getDocumentElement:B5,getClippingRect:JO1,getOffsetParent:qm,getElementRects:XO1,getClientRects:nA1,getDimensions:ZO1,getScale:hM,isElement:d2,isRTL:YO1};function zm(J,Z){return J.x===Z.x&&J.y===Z.y&&J.width===Z.width&&J.height===Z.height}function GO1(J,Z){let X=null,Y,G=B5(J);function W(){var H;clearTimeout(Y),(H=X)==null||H.disconnect(),X=null}function q(H,z){if(H===void 0)H=!1;if(z===void 0)z=1;W();let B=J.getBoundingClientRect(),{left:K,top:F,width:$,height:P}=B;if(!H)Z();if(!$||!P)return;let A=rE(F),O=rE(G.clientWidth-(K+$)),T=rE(G.clientHeight-(F+P)),w=rE(K),V={rootMargin:-A+"px "+-O+"px "+-T+"px "+-w+"px",threshold:i0(0,r5(1,z))||1},U=!0;function C(k){let b=k[0].intersectionRatio;if(b!==z){if(!U)return q();if(!b)Y=setTimeout(()=>{q(!1,0.0000001)},1000);else q(!1,b)}if(b===1&&!zm(B,J.getBoundingClientRect()))q();U=!1}try{X=new IntersectionObserver(C,{...V,root:G.ownerDocument})}catch(k){X=new IntersectionObserver(C,V)}X.observe(J)}return q(!0),W}function iI(J,Z,X,Y){if(Y===void 0)Y={};let{ancestorScroll:G=!0,ancestorResize:W=!0,elementResize:q=typeof ResizeObserver==="function",layoutShift:H=typeof IntersectionObserver==="function",animationFrame:z=!1}=Y,B=nI(J),K=G||W?[...B?JZ(B):[],...Z?JZ(Z):[]]:[];K.forEach((w)=>{G&&w.addEventListener("scroll",X,{passive:!0}),W&&w.addEventListener("resize",X)});let F=B&&H?GO1(B,X):null,$=-1,P=null;if(q){if(P=new ResizeObserver((w)=>{let[y]=w;if(y&&y.target===B&&P&&Z)P.unobserve(Z),cancelAnimationFrame($),$=requestAnimationFrame(()=>{var V;(V=P)==null||V.observe(Z)});X()}),B&&!z)P.observe(B);if(Z)P.observe(Z)}let A,O=z?XZ(J):null;if(z)T();function T(){let w=XZ(J);if(O&&!zm(O,w))X();O=w,A=requestAnimationFrame(T)}return X(),()=>{var w;if(K.forEach((y)=>{G&&y.removeEventListener("scroll",X),W&&y.removeEventListener("resize",X)}),F==null||F(),(w=P)==null||w.disconnect(),P=null,z)cancelAnimationFrame(A)}}var Km=sg;var Bm=rg,$m=pg,Fm=cg,Pm=lg,tI=ug;var Am=ag,oI=(J,Z,X)=>{let Y=new Map,G={platform:Hm,...X},W={...G.platform,_c:Y};return _g(J,Z,{...G,platform:W})};import*as J0 from"react";import{useLayoutEffect as WO1}from"react";import*as Tm from"react-dom";var qO1=typeof document<"u",HO1=function(){},mv=qO1?WO1:HO1;function _v(J,Z){if(J===Z)return!0;if(typeof J!==typeof Z)return!1;if(typeof J==="function"&&J.toString()===Z.toString())return!0;let X,Y,G;if(J&&Z&&typeof J==="object"){if(Array.isArray(J)){if(X=J.length,X!==Z.length)return!1;for(Y=X;Y--!==0;)if(!_v(J[Y],Z[Y]))return!1;return!0}if(G=Object.keys(J),X=G.length,X!==Object.keys(Z).length)return!1;for(Y=X;Y--!==0;)if(!{}.hasOwnProperty.call(Z,G[Y]))return!1;for(Y=X;Y--!==0;){let W=G[Y];if(W==="_owner"&&J.$$typeof)continue;if(!_v(J[W],Z[W]))return!1}return!0}return J!==J&&Z!==Z}function wm(J){if(typeof window>"u")return 1;return(J.ownerDocument.defaultView||window).devicePixelRatio||1}function Om(J,Z){let X=wm(J);return Math.round(Z*X)/X}function eI(J){let Z=J0.useRef(J);return mv(()=>{Z.current=J}),Z}function ym(J){if(J===void 0)J={};let{placement:Z="bottom",strategy:X="absolute",middleware:Y=[],platform:G,elements:{reference:W,floating:q}={},transform:H=!0,whileElementsMounted:z,open:B}=J,[K,F]=J0.useState({x:0,y:0,strategy:X,placement:Z,middlewareData:{},isPositioned:!1}),[$,P]=J0.useState(Y);if(!_v($,Y))P(Y);let[A,O]=J0.useState(null),[T,w]=J0.useState(null),y=J0.useCallback((l)=>{if(l!==k.current)k.current=l,O(l)},[]),V=J0.useCallback((l)=>{if(l!==b.current)b.current=l,w(l)},[]),U=W||A,C=q||T,k=J0.useRef(null),b=J0.useRef(null),D=J0.useRef(K),S=z!=null,h=eI(z),g=eI(G),r=eI(B),L=J0.useCallback(()=>{if(!k.current||!b.current)return;let l={placement:Z,strategy:X,middleware:$};if(g.current)l.platform=g.current;oI(k.current,b.current,l).then((E)=>{let u={...E,isPositioned:r.current!==!1};if(j.current&&!_v(D.current,u))D.current=u,Tm.flushSync(()=>{F(u)})})},[$,Z,X,g,r]);mv(()=>{if(B===!1&&D.current.isPositioned)D.current.isPositioned=!1,F((l)=>({...l,isPositioned:!1}))},[B]);let j=J0.useRef(!1);mv(()=>{return j.current=!0,()=>{j.current=!1}},[]),mv(()=>{if(U)k.current=U;if(C)b.current=C;if(U&&C){if(h.current)return h.current(U,C,L);L()}},[U,C,L,h,S]);let m=J0.useMemo(()=>({reference:k,floating:b,setReference:y,setFloating:V}),[y,V]),s=J0.useMemo(()=>({reference:U,floating:C}),[U,C]),n=J0.useMemo(()=>{let l={position:X,left:0,top:0};if(!s.floating)return l;let E=Om(s.floating,K.x),u=Om(s.floating,K.y);if(H)return{...l,transform:"translate("+E+"px, "+u+"px)",...wm(s.floating)>=1.5&&{willChange:"transform"}};return{position:X,left:E,top:u}},[X,H,s.floating,K.x,K.y]);return J0.useMemo(()=>({...K,update:L,refs:m,elements:s,floatingStyles:n}),[K,L,m,s,n])}var zO1=(J)=>{function Z(X){return{}.hasOwnProperty.call(X,"current")}return{name:"arrow",options:J,fn(X){let{element:Y,padding:G}=typeof J==="function"?J(X):J;if(Y&&Z(Y)){if(Y.current!=null)return tI({element:Y.current,padding:G}).fn(X);return{}}if(Y)return tI({element:Y,padding:G}).fn(X);return{}}}},Vm=(J,Z)=>{let X=Km(J);return{name:X.name,fn:X.fn,options:[J,Z]}},Um=(J,Z)=>{let X=Bm(J);return{name:X.name,fn:X.fn,options:[J,Z]}},km=(J,Z)=>{return{fn:Am(J).fn,options:[J,Z]}},bm=(J,Z)=>{let X=$m(J);return{name:X.name,fn:X.fn,options:[J,Z]}},Cm=(J,Z)=>{let X=Fm(J);return{name:X.name,fn:X.fn,options:[J,Z]}};var Sm=(J,Z)=>{let X=Pm(J);return{name:X.name,fn:X.fn,options:[J,Z]}};var Dm=(J,Z)=>{let X=zO1(J);return{name:X.name,fn:X.fn,options:[J,Z]}};import*as Em from"react";import{jsx as Mm}from"react/jsx-runtime";var KO1="Arrow",Rm=Em.forwardRef((J,Z)=>{let{children:X,width:Y=10,height:G=5,...W}=J;return Mm(n1.svg,{...W,ref:Z,width:Y,height:G,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:J.asChild?X:Mm("polygon",{points:"0,0 30,0 15,10"})})});Rm.displayName=KO1;var vm=Rm;import*as hm from"react";function xm(J){let[Z,X]=hm.useState(void 0);return L0(()=>{if(J){X({width:J.offsetWidth,height:J.offsetHeight});let Y=new ResizeObserver((G)=>{if(!Array.isArray(G))return;if(!G.length)return;let W=G[0],q,H;if("borderBoxSize"in W){let z=W.borderBoxSize,B=Array.isArray(z)?z[0]:z;q=B.inlineSize,H=B.blockSize}else q=J.offsetWidth,H=J.offsetHeight;X({width:q,height:H})});return Y.observe(J,{box:"border-box"}),()=>Y.unobserve(J)}else X(void 0)},[J]),Z}import{jsx as YZ}from"react/jsx-runtime";var Jf="Popper",[Im,Zf]=p5(Jf),[$O1,fm]=Im(Jf),jm=(J)=>{let{__scopePopper:Z,children:X}=J,[Y,G]=G2.useState(null);return YZ($O1,{scope:Z,anchor:Y,onAnchorChange:G,children:X})};jm.displayName=Jf;var Nm="PopperAnchor",Lm=G2.forwardRef((J,Z)=>{let{__scopePopper:X,virtualRef:Y,...G}=J,W=fm(Nm,X),q=G2.useRef(null),H=A0(Z,q),z=G2.useRef(null);return G2.useEffect(()=>{let B=z.current;if(z.current=Y?.current||q.current,B!==z.current)W.onAnchorChange(z.current)}),Y?null:YZ(n1.div,{...G,ref:H})});Lm.displayName=Nm;var Qf="PopperContent",[FO1,PO1]=Im(Qf),gm=G2.forwardRef((J,Z)=>{let{__scopePopper:X,side:Y="bottom",sideOffset:G=0,align:W="center",alignOffset:q=0,arrowPadding:H=0,avoidCollisions:z=!0,collisionBoundary:B=[],collisionPadding:K=0,sticky:F="partial",hideWhenDetached:$=!1,updatePositionStrategy:P="optimized",onPlaced:A,...O}=J,T=fm(Qf,X),[w,y]=G2.useState(null),V=A0(Z,(U0)=>y(U0)),[U,C]=G2.useState(null),k=xm(U),b=k?.width??0,D=k?.height??0,S=Y+(W!=="center"?"-"+W:""),h=typeof K==="number"?K:{top:0,right:0,bottom:0,left:0,...K},g=Array.isArray(B)?B:[B],r=g.length>0,L={padding:h,boundary:g.filter(OO1),altBoundary:r},{refs:j,floatingStyles:m,placement:s,isPositioned:n,middlewareData:l}=ym({strategy:"fixed",placement:S,whileElementsMounted:(...U0)=>{return iI(...U0,{animationFrame:P==="always"})},elements:{reference:T.anchor},middleware:[Vm({mainAxis:G+D,alignmentAxis:q}),z&&Um({mainAxis:!0,crossAxis:!1,limiter:F==="partial"?km():void 0,...L}),z&&bm({...L}),Cm({...L,apply:({elements:U0,rects:K0,availableWidth:d0,availableHeight:r1})=>{let{width:k0,height:f1}=K0.reference,B0=U0.floating.style;B0.setProperty("--radix-popper-available-width",`${d0}px`),B0.setProperty("--radix-popper-available-height",`${r1}px`),B0.setProperty("--radix-popper-anchor-width",`${k0}px`),B0.setProperty("--radix-popper-anchor-height",`${f1}px`)}}),U&&Dm({element:U,padding:H}),TO1({arrowWidth:b,arrowHeight:D}),$&&Sm({strategy:"referenceHidden",...L})]}),[E,u]=um(s),e=iJ(A);L0(()=>{if(n)e?.()},[n,e]);let J1=l.arrow?.x,s1=l.arrow?.y,u1=l.arrow?.centerOffset!==0,[m1,X0]=G2.useState();return L0(()=>{if(w)X0(window.getComputedStyle(w).zIndex)},[w]),YZ("div",{ref:j.setFloating,"data-radix-popper-content-wrapper":"",style:{...m,transform:n?m.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:m1,["--radix-popper-transform-origin"]:[l.transformOrigin?.x,l.transformOrigin?.y].join(" "),...l.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:J.dir,children:YZ(FO1,{scope:X,placedSide:E,onArrowChange:C,arrowX:J1,arrowY:s1,shouldHideArrow:u1,children:YZ(n1.div,{"data-side":E,"data-align":u,...O,ref:V,style:{...O.style,animation:!n?"none":void 0}})})})});gm.displayName=Qf;var mm="PopperArrow",AO1={top:"bottom",right:"left",bottom:"top",left:"right"},_m=G2.forwardRef(function(Z,X){let{__scopePopper:Y,...G}=Z,W=PO1(mm,Y),q=AO1[W.placedSide];return YZ("span",{ref:W.onArrowChange,style:{position:"absolute",left:W.arrowX,top:W.arrowY,[q]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[W.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[W.placedSide],visibility:W.shouldHideArrow?"hidden":void 0},children:YZ(vm,{...G,ref:X,style:{...G.style,display:"block"}})})});_m.displayName=mm;function OO1(J){return J!==null}var TO1=(J)=>({name:"transformOrigin",options:J,fn(Z){let{placement:X,rects:Y,middlewareData:G}=Z,q=G.arrow?.centerOffset!==0,H=q?0:J.arrowWidth,z=q?0:J.arrowHeight,[B,K]=um(X),F={start:"0%",center:"50%",end:"100%"}[K],$=(G.arrow?.x??0)+H/2,P=(G.arrow?.y??0)+z/2,A="",O="";if(B==="bottom")A=q?F:`${$}px`,O=`${-z}px`;else if(B==="top")A=q?F:`${$}px`,O=`${Y.floating.height+z}px`;else if(B==="right")A=`${-z}px`,O=q?F:`${P}px`;else if(B==="left")A=`${Y.floating.width+z}px`,O=q?F:`${P}px`;return{data:{x:A,y:O}}}});function um(J){let[Z,X="center"]=J.split("-");return[Z,X]}var pm=jm,lm=Lm,dm=gm,sm=_m;import*as uv from"react";import yO1 from"react-dom";import{jsx as VO1}from"react/jsx-runtime";var UO1="Portal",Xf=uv.forwardRef((J,Z)=>{let{container:X,...Y}=J,[G,W]=uv.useState(!1);L0(()=>W(!0),[]);let q=X||G&&globalThis?.document?.body;return q?yO1.createPortal(VO1(n1.div,{...Y,ref:Z}),q):null});Xf.displayName=UO1;import*as rm from"react";import{jsx as kO1}from"react/jsx-runtime";var bO1=Object.freeze({position:"absolute",border:0,width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}),CO1="VisuallyHidden",am=rm.forwardRef((J,Z)=>{return kO1(n1.span,{...J,ref:Z,style:{...bO1,...J.style}})});am.displayName=CO1;var cm=am;import{jsx as M0,jsxs as DO1}from"react/jsx-runtime";var[pv,aE2]=p5("Tooltip",[Zf]),lv=Zf(),nm="TooltipProvider",MO1=700,Yf="tooltip.open",[EO1,Wf]=pv(nm),im=(J)=>{let{__scopeTooltip:Z,delayDuration:X=MO1,skipDelayDuration:Y=300,disableHoverableContent:G=!1,children:W}=J,q=W1.useRef(!0),H=W1.useRef(!1),z=W1.useRef(0);return W1.useEffect(()=>{let B=z.current;return()=>window.clearTimeout(B)},[]),M0(EO1,{scope:Z,isOpenDelayedRef:q,delayDuration:X,onOpen:W1.useCallback(()=>{window.clearTimeout(z.current),q.current=!1},[]),onClose:W1.useCallback(()=>{window.clearTimeout(z.current),z.current=window.setTimeout(()=>q.current=!0,Y)},[Y]),isPointerInTransitRef:H,onPointerInTransitChange:W1.useCallback((B)=>{H.current=B},[]),disableHoverableContent:G,children:W})};im.displayName=nm;var nE="Tooltip",[RO1,iE]=pv(nE),tm=(J)=>{let{__scopeTooltip:Z,children:X,open:Y,defaultOpen:G,onOpenChange:W,disableHoverableContent:q,delayDuration:H}=J,z=Wf(nE,J.__scopeTooltip),B=lv(Z),[K,F]=W1.useState(null),$=yM(),P=W1.useRef(0),A=q??z.disableHoverableContent,O=H??z.delayDuration,T=W1.useRef(!1),[w,y]=nJ({prop:Y,defaultProp:G??!1,onChange:(b)=>{if(b)z.onOpen(),document.dispatchEvent(new CustomEvent(Yf));else z.onClose();W?.(b)},caller:nE}),V=W1.useMemo(()=>{return w?T.current?"delayed-open":"instant-open":"closed"},[w]),U=W1.useCallback(()=>{window.clearTimeout(P.current),P.current=0,T.current=!1,y(!0)},[y]),C=W1.useCallback(()=>{window.clearTimeout(P.current),P.current=0,y(!1)},[y]),k=W1.useCallback(()=>{window.clearTimeout(P.current),P.current=window.setTimeout(()=>{T.current=!0,y(!0),P.current=0},O)},[O,y]);return W1.useEffect(()=>{return()=>{if(P.current)window.clearTimeout(P.current),P.current=0}},[]),M0(pm,{...B,children:M0(RO1,{scope:Z,contentId:$,open:w,stateAttribute:V,trigger:K,onTriggerChange:F,onTriggerEnter:W1.useCallback(()=>{if(z.isOpenDelayedRef.current)k();else U()},[z.isOpenDelayedRef,k,U]),onTriggerLeave:W1.useCallback(()=>{if(A)C();else window.clearTimeout(P.current),P.current=0},[C,A]),onOpen:U,onClose:C,disableHoverableContent:A,children:X})})};tm.displayName=nE;var Gf="TooltipTrigger",om=W1.forwardRef((J,Z)=>{let{__scopeTooltip:X,...Y}=J,G=iE(Gf,X),W=Wf(Gf,X),q=lv(X),H=W1.useRef(null),z=A0(Z,H,G.onTriggerChange),B=W1.useRef(!1),K=W1.useRef(!1),F=W1.useCallback(()=>B.current=!1,[]);return W1.useEffect(()=>{return()=>document.removeEventListener("pointerup",F)},[F]),M0(lm,{asChild:!0,...q,children:M0(n1.button,{"aria-describedby":G.open?G.contentId:void 0,"data-state":G.stateAttribute,...Y,ref:z,onPointerMove:n0(J.onPointerMove,($)=>{if($.pointerType==="touch")return;if(!K.current&&!W.isPointerInTransitRef.current)G.onTriggerEnter(),K.current=!0}),onPointerLeave:n0(J.onPointerLeave,()=>{G.onTriggerLeave(),K.current=!1}),onPointerDown:n0(J.onPointerDown,()=>{if(G.open)G.onClose();B.current=!0,document.addEventListener("pointerup",F,{once:!0})}),onFocus:n0(J.onFocus,()=>{if(!B.current)G.onOpen()}),onBlur:n0(J.onBlur,G.onClose),onClick:n0(J.onClick,G.onClose)})})});om.displayName=Gf;var qf="TooltipPortal",[vO1,hO1]=pv(qf,{forceMount:void 0}),em=(J)=>{let{__scopeTooltip:Z,forceMount:X,children:Y,container:G}=J,W=iE(qf,Z);return M0(vO1,{scope:Z,forceMount:X,children:M0(wM,{present:X||W.open,children:M0(Xf,{asChild:!0,container:G,children:Y})})})};em.displayName=qf;var xM="TooltipContent",J_=W1.forwardRef((J,Z)=>{let X=hO1(xM,J.__scopeTooltip),{forceMount:Y=X.forceMount,side:G="top",...W}=J,q=iE(xM,J.__scopeTooltip);return M0(wM,{present:Y||q.open,children:q.disableHoverableContent?M0(Z_,{side:G,...W,ref:Z}):M0(xO1,{side:G,...W,ref:Z})})}),xO1=W1.forwardRef((J,Z)=>{let X=iE(xM,J.__scopeTooltip),Y=Wf(xM,J.__scopeTooltip),G=W1.useRef(null),W=A0(Z,G),[q,H]=W1.useState(null),{trigger:z,onClose:B}=X,K=G.current,{onPointerInTransitChange:F}=Y,$=W1.useCallback(()=>{H(null),F(!1)},[F]),P=W1.useCallback((A,O)=>{let T=A.currentTarget,w={x:A.clientX,y:A.clientY},y=NO1(w,T.getBoundingClientRect()),V=LO1(w,y),U=gO1(O.getBoundingClientRect()),C=_O1([...V,...U]);H(C),F(!0)},[F]);return W1.useEffect(()=>{return()=>$()},[$]),W1.useEffect(()=>{if(z&&K){let A=(T)=>P(T,K),O=(T)=>P(T,z);return z.addEventListener("pointerleave",A),K.addEventListener("pointerleave",O),()=>{z.removeEventListener("pointerleave",A),K.removeEventListener("pointerleave",O)}}},[z,K,P,$]),W1.useEffect(()=>{if(q){let A=(O)=>{let T=O.target,w={x:O.clientX,y:O.clientY},y=z?.contains(T)||K?.contains(T),V=!mO1(w,q);if(y)$();else if(V)$(),B()};return document.addEventListener("pointermove",A),()=>document.removeEventListener("pointermove",A)}},[z,K,q,B,$]),M0(Z_,{...J,ref:W})}),[IO1,fO1]=pv(nE,{isInside:!1}),jO1=IL("TooltipContent"),Z_=W1.forwardRef((J,Z)=>{let{__scopeTooltip:X,children:Y,"aria-label":G,onEscapeKeyDown:W,onPointerDownOutside:q,...H}=J,z=iE(xM,X),B=lv(X),{onClose:K}=z;return W1.useEffect(()=>{return document.addEventListener(Yf,K),()=>document.removeEventListener(Yf,K)},[K]),W1.useEffect(()=>{if(z.trigger){let F=($)=>{if($.target?.contains(z.trigger))K()};return window.addEventListener("scroll",F,{capture:!0}),()=>window.removeEventListener("scroll",F,{capture:!0})}},[z.trigger,K]),M0(sI,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:W,onPointerDownOutside:q,onFocusOutside:(F)=>F.preventDefault(),onDismiss:K,children:DO1(dm,{"data-state":z.stateAttribute,...B,...H,ref:Z,style:{...H.style,...{"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"}},children:[M0(jO1,{children:Y}),M0(IO1,{scope:X,isInside:!0,children:M0(cm,{id:z.contentId,role:"tooltip",children:G||Y})})]})})});J_.displayName=xM;var Q_="TooltipArrow",X_=W1.forwardRef((J,Z)=>{let{__scopeTooltip:X,...Y}=J,G=lv(X);return fO1(Q_,X).isInside?null:M0(sm,{...G,...Y,ref:Z})});X_.displayName=Q_;function NO1(J,Z){let X=Math.abs(Z.top-J.y),Y=Math.abs(Z.bottom-J.y),G=Math.abs(Z.right-J.x),W=Math.abs(Z.left-J.x);switch(Math.min(X,Y,G,W)){case W:return"left";case G:return"right";case X:return"top";case Y:return"bottom";default:throw Error("unreachable")}}function LO1(J,Z,X=5){let Y=[];switch(Z){case"top":Y.push({x:J.x-X,y:J.y+X},{x:J.x+X,y:J.y+X});break;case"bottom":Y.push({x:J.x-X,y:J.y-X},{x:J.x+X,y:J.y-X});break;case"left":Y.push({x:J.x+X,y:J.y-X},{x:J.x+X,y:J.y+X});break;case"right":Y.push({x:J.x-X,y:J.y-X},{x:J.x-X,y:J.y+X});break}return Y}function gO1(J){let{top:Z,right:X,bottom:Y,left:G}=J;return[{x:G,y:Z},{x:X,y:Z},{x:X,y:Y},{x:G,y:Y}]}function mO1(J,Z){let{x:X,y:Y}=J,G=!1;for(let W=0,q=Z.length-1;W<Z.length;q=W++){let H=Z[W],z=Z[q],B=H.x,K=H.y,F=z.x,$=z.y;if(K>Y!==$>Y&&X<(F-B)*(Y-K)/($-K)+B)G=!G}return G}function _O1(J){let Z=J.slice();return Z.sort((X,Y)=>{if(X.x<Y.x)return-1;else if(X.x>Y.x)return 1;else if(X.y<Y.y)return-1;else if(X.y>Y.y)return 1;else return 0}),uO1(Z)}function uO1(J){if(J.length<=1)return J.slice();let Z=[];for(let Y=0;Y<J.length;Y++){let G=J[Y];while(Z.length>=2){let W=Z[Z.length-1],q=Z[Z.length-2];if((W.x-q.x)*(G.y-q.y)>=(W.y-q.y)*(G.x-q.x))Z.pop();else break}Z.push(G)}Z.pop();let X=[];for(let Y=J.length-1;Y>=0;Y--){let G=J[Y];while(X.length>=2){let W=X[X.length-1],q=X[X.length-2];if((W.x-q.x)*(G.y-q.y)>=(W.y-q.y)*(G.x-q.x))X.pop();else break}X.push(G)}if(X.pop(),Z.length===1&&X.length===1&&Z[0].x===X[0].x&&Z[0].y===X[0].y)return Z;else return Z.concat(X)}var Y_=im,G_=tm,W_=om,q_=em,H_=J_,z_=X_;import{jsxDEV as IM}from"react/jsx-dev-runtime";function K_({delayDuration:J=0,...Z}){return IM(Y_,{delayDuration:J,...Z},void 0,!1,void 0,this)}function GZ({...J}){return IM(G_,{...J},void 0,!1,void 0,this)}function WZ({...J}){return IM(W_,{...J,asChild:!0},void 0,!1,void 0,this)}function qZ({className:J,sideOffset:Z=4,children:X,...Y}){return IM(q_,{children:IM(H_,{sideOffset:Z,className:a("opaca-tooltip-content",J),...Y,children:[X,IM(z_,{className:"opaca-tooltip-arrow"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}import{jsxDEV as p}from"react/jsx-dev-runtime";function B_({children:J,config:Z,user:X,onLogout:Y}){let G=Q1(fE),W=Q1(aJ),q=Q1(u5),H=q?.path||"/admin";return p("div",{className:"opaca-admin",children:[p("aside",{className:`opaca-sidebar ${G?"collapsed":""}`,children:[p("button",{type:"button",className:"opaca-sidebar-toggle",onClick:ex,title:G?"Expand Sidebar":"Collapse Sidebar",children:G?p(b0,{size:14},void 0,!1,void 0,this):p(M2,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this),p("div",{className:"opaca-sidebar-inner",children:[p("div",{className:"opaca-logo",title:Z.appName||"OpacaCMS",children:G?p("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),p(K_,{children:p("nav",{className:"opaca-nav",children:[(()=>{let z=p(c0,{href:"/admin",className:`opaca-nav-item ${H==="/admin"?"active":""}`,title:G?void 0:"Dashboard",children:[p(i9,{size:16},void 0,!1,void 0,this),p("span",{className:"opaca-nav-label",children:"Dashboard"},void 0,!1,void 0,this)]},void 0,!0,void 0,this);if(G)return p(GZ,{delayDuration:0,children:[p(WZ,{children:z},void 0,!1,void 0,this),p(qZ,{side:"right",children:"Dashboard"},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return z})(),(()=>{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),B=z.filter(($)=>!$.slug.startsWith("_")),K=z.filter(($)=>$.slug.startsWith("_")),F=($)=>{let P=$.slug.startsWith("_")?$.slug.replace(/^_/,""):$.slug,A=`/admin/collections/${P}`,O=$.label||$.slug.replace(/^_+/,"").replace(/_/g," ").replace(/\b\w/g,(V)=>V.toUpperCase()),T=$.slug==="_assets",w=$.icon&&$.icon in YJ?YJ[$.icon]:T?a1:E5,y=p(c0,{href:A,className:`opaca-nav-item ${H.includes(`/admin/collections/${P}`)?"active":""}`,title:G?void 0:O,children:[p(w,{size:16},void 0,!1,void 0,this),p("span",{className:"opaca-nav-label",children:O},void 0,!1,void 0,this),$.admin&&!G&&p("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);if(G)return p(GZ,{delayDuration:0,children:[p(WZ,{children:y},void 0,!1,void 0,this),p(qZ,{side:"right",children:O},void 0,!1,void 0,this)]},$.slug,!0,void 0,this);return y};return p(MM,{className:"opaca-nav-scroll",style:{flex:1},children:p(Kg,{type:"single",collapsible:!0,defaultValue:(()=>{if(H.includes("/globals"))return"globals";if(W.some(($)=>H.includes($.path)))return"plugins";if(H.includes("/collections")&&K.some(($)=>H.includes($.slug.replace(/^_/,""))))return"system";return"collections"})(),children:[B.length>0&&p(kM,{value:"collections",style:{border:"none"},children:[!G&&p(bM,{children:"Collections"},void 0,!1,void 0,this),p(CM,{style:{padding:G?0:void 0},children:B.map(F)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),!G&&B.length>0&&K.length>0&&p("div",{style:{margin:"0.75rem 0.75rem"},children:p(Vg,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),K.length>0&&p(kM,{value:"system",style:{border:"none"},children:[!G&&p(bM,{children:"System Collections"},void 0,!1,void 0,this),p(CM,{style:{padding:G?0:void 0},children:K.map(F)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Z.globals&&Z.globals.length>0&&p(kM,{value:"globals",style:{border:"none"},children:[!G&&p(bM,{children:"Globals"},void 0,!1,void 0,this),p(CM,{style:{padding:G?0:void 0},children:Z.globals.map(($)=>{let P=`/admin/globals/${$.slug}`,A=$.label||$.slug.charAt(0).toUpperCase()+$.slug.slice(1),O=$.icon&&$.icon in YJ?YJ[$.icon]:X5,T=p(c0,{href:P,className:`opaca-nav-item ${H===P?"active":""}`,title:G?void 0:A,children:[p(O,{size:16},void 0,!1,void 0,this),p("span",{className:"opaca-nav-label",children:A},void 0,!1,void 0,this)]},$.slug,!0,void 0,this);if(G)return p(GZ,{delayDuration:0,children:[p(WZ,{children:T},void 0,!1,void 0,this),p(qZ,{side:"right",children:A},void 0,!1,void 0,this)]},$.slug,!0,void 0,this);return T})},void 0,!1,void 0,this)]},void 0,!0,void 0,this),W.length>0&&p(kM,{value:"plugins",style:{border:"none"},children:[!G&&p(bM,{children:"Plugins"},void 0,!1,void 0,this),p(CM,{style:{padding:G?0:void 0},children:W.map(($)=>{let P=$.icon&&$.icon in YJ?YJ[$.icon]:null,A=typeof $.icon==="string"&&$.icon.length<=2,O=p(c0,{href:$.path,className:`opaca-nav-item ${H===$.path?"active":""}`,title:G?void 0:$.label,children:[P?p(P,{size:16},void 0,!1,void 0,this):A?p("span",{style:{fontSize:"16px",width:"16px",textAlign:"center"},children:$.icon},void 0,!1,void 0,this):p(X5,{size:16},void 0,!1,void 0,this),p("span",{className:"opaca-nav-label",children:$.label},void 0,!1,void 0,this)]},$.path,!0,void 0,this);if(G)return p(GZ,{delayDuration:0,children:[p(WZ,{children:O},void 0,!1,void 0,this),p(qZ,{side:"right",children:$.label},void 0,!1,void 0,this)]},$.path,!0,void 0,this);return O})},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)})(),(()=>{let z=p(c0,{href:"/admin/settings",className:`opaca-nav-item ${H==="/admin/settings"?"active":""}`,title:G?void 0:"Settings",children:[p(L5,{size:16},void 0,!1,void 0,this),p("span",{className:"opaca-nav-label",children:"Settings"},void 0,!1,void 0,this)]},void 0,!0,void 0,this);if(G)return p(GZ,{delayDuration:0,children:[p(WZ,{children:z},void 0,!1,void 0,this),p(qZ,{side:"right",children:"Settings"},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return z})(),(()=>{let z=p("button",{type:"button",onClick:Y,className:"opaca-nav-item",title:G?void 0:"Logout",style:{width:"100%",background:"none",border:"none",cursor:"pointer",textAlign:"left",fontFamily:"inherit",fontSize:"inherit",color:"var(--opaca-error)"},children:[p(o9,{size:16},void 0,!1,void 0,this),p("span",{className:"opaca-nav-label",children:"Logout"},void 0,!1,void 0,this)]},void 0,!0,void 0,this);if(G)return p(GZ,{delayDuration:0,children:[p(WZ,{children:z},void 0,!1,void 0,this),p(qZ,{side:"right",children:"Logout"},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return z})()]},void 0,!0,void 0,this)},void 0,!1,void 0,this),p("div",{className:"opaca-nav-footer",children:X&&p("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:`${X.name} (${X.email})`,children:[X.image?p("img",{src:X.image,alt:X.name,style:{width:"32px",height:"32px",borderRadius:"50%",objectFit:"cover"}},void 0,!1,void 0,this):p("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:X.name.charAt(0).toUpperCase()},void 0,!1,void 0,this),!G&&p("div",{style:{overflow:"hidden"},children:[p("div",{style:{fontSize:"0.8125rem",fontWeight:"500",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:X.name},void 0,!1,void 0,this),p("div",{style:{fontSize:"0.6875rem",color:"var(--opaca-text-dim)",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis"},children:X.email},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),p("main",{className:`opaca-content ${q?.route==="plugin"&&q?.params?.path!=="settings"?"full-bleed":""}`,children:p("div",{className:`opaca-content-inner ${q?.route==="plugin"&&q?.params?.path!=="settings"?"full-bleed":""}`,children:J},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useEffect as lO1,useRef as $_,useState as F_}from"react";import{jsxDEV as t0}from"react/jsx-dev-runtime";function P_({src:J,title:Z,label:X}){let[Y,G]=F_("checking"),[W,q]=F_(0),H=$_(null),z=$_(null),B=async()=>{G("checking");try{let $=new URL(J);if($.protocol==="javascript:"||$.protocol==="data:"||$.protocol==="vbscript:"){G("error");return}}catch($){G("error");return}if(z.current)z.current.abort();z.current=new AbortController;try{let $=setTimeout(()=>{if(Y==="checking")G("error")},1e4);await fetch(J,{mode:"no-cors",signal:z.current.signal}),clearTimeout($),G("mounting")}catch($){if($.name!=="AbortError")G("error")}};lO1(()=>{return B(),()=>{if(z.current)z.current.abort()}},[J,W]);let K=()=>{if(Y==="mounting")G("ready")},F=()=>{q(($)=>$+1)};return t0("div",{className:"opaca-plugin-container",style:{position:"relative",width:"100%",height:"100%",minHeight:"100%",background:"var(--opaca-bg-alt)",overflow:"hidden"},children:[t0("div",{style:{position:"absolute",top:0,right:0,zIndex:10,fontSize:"10px",fontWeight:600,fontFamily:"var(--opaca-font-mono)",padding:"2px 8px",background:"var(--opaca-accent)",color:"white",borderBottomLeftRadius:"6px",pointerEvents:"none",opacity:0.8},children:["PLUGIN ENVIRONMENT ",X?`| ${X.toUpperCase()}`:""]},void 0,!0,void 0,this),(Y==="checking"||Y==="mounting")&&t0("div",{style:{position:"absolute",inset:0,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:"1rem"},children:[t0(Z1,{className:"opaca-spin",size:32},void 0,!1,void 0,this),t0("p",{style:{fontWeight:500,color:"var(--opaca-text-dim)"},children:Y==="checking"?"Checking plugin connectivity...":"Loading plugin interface..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Y==="error"&&t0("div",{style:{position:"absolute",inset:0,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",gap:"1.5rem",padding:"2rem",textAlign:"center"},children:[t0("div",{style:{width:"64px",height:"64px",borderRadius:"50%",background:"var(--opaca-error-bg)",color:"var(--opaca-error)",display:"flex",alignItems:"center",justifyContent:"center"},children:t0(W5,{size:32},void 0,!1,void 0,this)},void 0,!1,void 0,this),t0("div",{children:[t0("h3",{style:{marginBottom:"0.5rem"},children:"Plugin Failed to Load"},void 0,!1,void 0,this),t0("p",{style:{color:"var(--opaca-text-dim)",maxWidth:"400px"},children:["The plugin at ",t0("code",{style:{fontSize:"0.8em"},children:J},void 0,!1,void 0,this)," is not responding or is blocked by security policies."]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),t0(k1,{onClick:F,className:"opaca-button-primary",style:{gap:"0.5rem"},children:[t0(e9,{size:16},void 0,!1,void 0,this),"Try Again"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),t0("iframe",{ref:H,src:J,title:Z,onLoad:K,style:{width:"100%",height:"100%",border:"none",visibility:Y==="ready"?"visible":"hidden",opacity:Y==="ready"?1:0,transition:"opacity 0.2s ease-in-out"},sandbox:"allow-scripts allow-same-origin allow-forms allow-popups allow-downloads",allow:"camera 'none'; microphone 'none'; geolocation 'none'; payment 'none'; usb 'none'; bluetooth 'none'",referrerPolicy:"strict-origin-when-cross-origin"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useEffect as dO1,useState as sO1}from"react";import{jsxDEV as HZ}from"react/jsx-dev-runtime";function rO1({id:J,message:Z,type:X,onClear:Y}){let[G,W]=sO1(!1);dO1(()=>{let z=setTimeout(()=>{W(!0),setTimeout(()=>Y(J),200)},4000);return()=>clearTimeout(z)},[J,Y]);let q=X==="success"?Z5:X==="error"?Q5:G5,H=X==="success"?"var(--opaca-success)":X==="error"?"var(--opaca-error)":"var(--opaca-accent)";return HZ("div",{className:`opaca-toast opaca-toast-${X} ${G?"exit":""}`,children:[HZ(q,{size:18,style:{color:H}},void 0,!1,void 0,this),HZ("span",{className:"opaca-toast-message",children:Z},void 0,!1,void 0,this),HZ("button",{type:"button",onClick:()=>{W(!0),setTimeout(()=>Y(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:HZ(G0,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function A_({toasts:J,onClear:Z}){if(J.length===0)return null;return HZ("div",{className:"opaca-toast-container",children:J.map((X)=>HZ(rO1,{...X,onClear:Z},X.id,!1,void 0,this))},void 0,!1,void 0,this)}import{AlertDialog as y9}from"radix-ui";import{jsxDEV as u0}from"react/jsx-dev-runtime";function fM({...J}){return u0(y9.Root,{"data-slot":"alert-dialog",...J},void 0,!1,void 0,this)}function dv({...J}){return u0(y9.Trigger,{"data-slot":"alert-dialog-trigger",...J},void 0,!1,void 0,this)}function aO1({...J}){return u0(y9.Portal,{"data-slot":"alert-dialog-portal",...J},void 0,!1,void 0,this)}function cO1({className:J,...Z}){return u0(y9.Overlay,{"data-slot":"alert-dialog-overlay",className:a("opaca-ui-alert-dialog-overlay",J),...Z},void 0,!1,void 0,this)}function jM({className:J,...Z}){return u0(aO1,{children:[u0(cO1,{},void 0,!1,void 0,this),u0("div",{className:"opaca-ui-alert-dialog-wrapper",children:u0(y9.Content,{"data-slot":"alert-dialog-content",className:a("opaca-ui-alert-dialog-content",J),...Z},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function NM({className:J,...Z}){return u0("div",{"data-slot":"alert-dialog-header",className:a("opaca-ui-alert-dialog-header",J),...Z},void 0,!1,void 0,this)}function LM({className:J,...Z}){return u0("div",{"data-slot":"alert-dialog-footer",className:a("opaca-ui-alert-dialog-footer",J),...Z},void 0,!1,void 0,this)}function gM({className:J,...Z}){return u0(y9.Title,{"data-slot":"alert-dialog-title",className:a("opaca-ui-alert-dialog-title",J),...Z},void 0,!1,void 0,this)}function mM({className:J,...Z}){return u0(y9.Description,{"data-slot":"alert-dialog-description",className:a("opaca-ui-alert-dialog-description",J),...Z},void 0,!1,void 0,this)}function _M({className:J,variant:Z="default",size:X="default",...Y}){return u0(k1,{variant:Z,size:X,asChild:!0,children:u0(y9.Action,{"data-slot":"alert-dialog-action",className:a(J),...Y},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function uM({className:J,variant:Z="outline",size:X="default",...Y}){return u0(k1,{variant:Z,size:X,asChild:!0,children:u0(y9.Cancel,{"data-slot":"alert-dialog-cancel",className:a(J),...Y},void 0,!1,void 0,this)},void 0,!1,void 0,this)}import nO1 from"react";import{jsxDEV as zZ}from"react/jsx-dev-runtime";function O_({items:J}){return zZ("nav",{"aria-label":"Breadcrumb",style:{display:"flex",alignItems:"center",gap:"0.5rem",marginBottom:"1.5rem",fontSize:"0.8125rem",color:"var(--opaca-text-dim)"},children:[zZ(c0,{href:"/admin",style:{display:"flex",alignItems:"center",color:"inherit",textDecoration:"none",transition:"color var(--opaca-transition)"},children:zZ(Y5,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this),J.map((Z,X)=>zZ(nO1.Fragment,{children:[zZ(b0,{size:12,style:{opacity:0.5}},void 0,!1,void 0,this),Z.href?zZ(c0,{href:Z.href,style:{color:"inherit",textDecoration:"none",transition:"color var(--opaca-transition)"},children:Z.label},void 0,!1,void 0,this):zZ("span",{style:{color:"var(--opaca-text)",fontWeight:"500"},children:Z.label},void 0,!1,void 0,this)]},Z.label||X,!0,void 0,this))]},void 0,!0,void 0,this)}import{useEffect as ys,useMemo as Fx,useState as uR}from"react";S5();S5();var T_=()=>({emit(J,...Z){for(let X=this.events[J]||[],Y=0,G=X.length;Y<G;Y++)X[Y](...Z)},events:{},on(J,Z){return(this.events[J]||=[]).push(Z),()=>{this.events[J]=this.events[J]?.filter((X)=>Z!==X)}}});function iO1({retryCount:J}){return~~((Math.random()+0.5)*(1<<(J<8?J:8)))*2000}var tO1=([J,Z,X])=>{let Y=({cache:w=new Map,fetcher:y,...V}={})=>{let U=T_(),C=!0;Z(()=>{C=J(),C&&U.emit(H)}),X(()=>U.emit(z));let k=new Map,b=new Map,D=new Map,S={},h=(E)=>{let u=w.get(E);if(!u)return[];return(u.expires||0)>P()?[u.data,u.error]:[]},g=async([E,u],e,J1)=>{if(!C)return;let s1=($0)=>{if(e.key===E)e.set($0),U.emit(F,E,$0,!0)},u1=($0)=>{s1({...$0===void 0?{}:{data:$0},...O,promise:D.get(E)})},{dedupeTime:m1=4000,cacheLifetime:X0=1/0,fetcher:U0,onErrorRetry:K0=iO1}={...J1,...S};if(X0<m1)X0=m1;let d0=P();if(D.has(E)){if(!e.value.loading)u1(h(E)[0]);return}let r1,k0,f1=w.get(E);if(f1?.data!==void 0||f1?.error){if([r1,k0]=h(E),(f1.created||0)+m1>d0){if(e.value.data!=r1||e.value.error!=k0)s1({...T,data:r1,error:k0});return}}let B0=ux();try{clearTimeout(b.get(E));let $0=U0(...u);D.set(E,$0),u1(r1);let Z2=await $0;w.set(E,{data:Z2,created:P(),expires:P()+X0}),s1({data:Z2,...T})}catch($0){J1.onError?.($0);let Z2=(w.get(E)?.retryCount||0)+1;if(w.set(E,{error:$0,created:P(),expires:P()+X0,retryCount:Z2}),K0){let lJ=K0({error:$0,key:E,retryCount:Z2});if(lJ)b.set(E,setTimeout(()=>{j(E),w.set(E,{retryCount:Z2})},lJ))}s1({data:e.value.data,error:$0,...T})}finally{B0(),D.delete(E)}},r=(E,{fetcher:u=y,...e}={})=>{if(!u)throw Error("You need to set up either global fetcher of fetcher in createFetcherStore");let J1=IE({...T}),s1={...V,...e,fetcher:u};J1._=A,J1.invalidate=()=>{let{key:f1}=J1;if(f1)j(f1)},J1.revalidate=()=>{let{key:f1}=J1;if(f1)m(f1)},J1.mutate=(f1)=>{let{key:B0}=J1;if(B0)s(B0,f1)},J1.fetch=async()=>{let f1,B0=new Promise((Z2)=>f1=Z2),$0=J1.listen(({error:Z2,data:lJ})=>{if(Z2!==void 0)f1({error:Z2});if(lJ!==void 0)f1({data:lJ})});return B0.finally($0)};let u1,m1,X0,U0,K0,d0=[];dx(J1,()=>{let f1=!u1;[K0,u1]=W(E),U0=K0.subscribe((oZ)=>{if(oZ){let[m9,eR]=oZ;J1.key=m9,g([m9,eR],J1,s1),m1=m9,X0=eR}else J1.key=m1=X0=void 0,J1.set({...T})});let B0=K0.get();if(B0){if([m1,X0]=B0,f1)r1()}let{revalidateInterval:$0=0,revalidateOnFocus:Z2,revalidateOnReconnect:lJ}=s1,Nx=()=>{if(m1)g([m1,X0],J1,s1)};if($0>0)k.set(E,setInterval(Nx,$0));if(Z2)d0.push(U.on(H,Nx));if(lJ)d0.push(U.on(z,Nx));let QL=(oZ)=>{if(m1&&$(m1,oZ))g([m1,X0],J1,s1)};d0.push(U.on(B,QL),U.on(K,QL),U.on(F,(oZ,m9,eR)=>{if(m1&&$(m1,oZ)&&J1.value!==m9&&J1.value.data!==m9)J1.set(eR?m9:{data:m9,...T})}))});let r1=()=>{if(m1&&X0)g([m1,X0],J1,s1)},k0=J1.listen;return J1.listen=(f1)=>{let B0=k0(f1);return f1(J1.value),r1(),B0},Wv(J1,()=>{J1.value={...T},u1?.(),d0.forEach((f1)=>f1()),d0=[],U0?.(),clearInterval(k.get(E))}),J1},L=(E,u)=>{for(let e of w.keys())if($(e,E))u(e)},j=(E)=>{L(E,(u)=>{w.delete(u)}),U.emit(B,E)},m=(E)=>{L(E,(u)=>{let e=w.get(u);if(e)w.set(u,{...e,created:-1/0})}),U.emit(K,E)},s=(E,u)=>{L(E,(e)=>{if(u===void 0)w.delete(e);else w.set(e,{data:u,created:P(),expires:P()+(V.cacheLifetime??8000)})}),U.emit(F,E,u)};function n(E,u){let{throttleCalls:e,onError:J1}=u??{throttleCalls:!0,onError:V?.onError},s1=async(m1)=>{if(e&&u1.value?.loading)return;let X0=S.fetcher??E,U0=[],K0=[],d0=(r1,k0)=>{if(u1.lc)u1.setKey(r1,k0)};try{u1.set({error:void 0,data:void 0,mutate:s1,...O});let r1=await X0({data:m1,invalidate:(k0)=>{U0.push(k0)},revalidate:(k0)=>{K0.push(k0)},getCacheUpdater:(k0,f1=!0)=>[(B0)=>{if(s(k0,B0),f1)K0.push(k0)},w.get(k0)?.data]});return d0("data",r1),r1}catch(r1){J1?.(r1),d0("error",r1),u1.setKey("error",r1)}finally{d0("loading",!1),U0.forEach(j),K0.forEach(m)}},u1=IE({mutate:s1,...T});return Wv(u1,()=>u1.set({mutate:s1,...T})),u1.mutate=s1,u1}return[r,n,{__unsafeOverruleSettings:(E)=>{console.warn("You should only use __unsafeOverruleSettings in test environment"),S=E},invalidateKeys:j,revalidateKeys:m,mutateCache:s}]};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),U=new Map,C=()=>{if(y.some((D)=>D===null||D===void 0||D===!1))V.set(null);else V.set([y.join(""),y])};for(let D=0;D<w.length;D++){let S=w[D];if(G(S))y.push(S);else y.push(null),U.set(S,D)}let k=[...U.keys()],b=rx(k,(...D)=>{for(let S=0;S<D.length;S++){let h=k[S],g=U.get(h);y[g]=h._===A?h.value&&"data"in h.value?h.key:null:D[S]}C()});return C(),[V,b.subscribe(q)]};function q(){}let H=1,z=2,B=3,K=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(),A=Symbol(),O={loading:!0},T={loading:!1};return Y},w_=(J,Z)=>{if(!(typeof window>"u"))addEventListener(J,Z)},oO1=[()=>!document.hidden,(J)=>w_("visibilitychange",J),(J)=>w_("online",J)],y_=tO1(oO1);var[AJ,tE,{invalidateKeys:IR2,revalidateKeys:fR2,mutateCache:jR2}]=y_({fetcher:(...J)=>{let Z=J.join("");return G1.get(Z).json()}});var oE=T1(null),eO1=u9(oE,(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[Y,G]of Object.entries(J.filter))if(typeof G==="object"&&G!==null)for(let[W,q]of Object.entries(G))Z.set(`${Y}[${W}]`,String(q));else Z.set(`${Y}[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 X=Z.toString();return`api/${J.slug}${X?`?${X}`:""}`}),V_=AJ([eO1]),JT1=T1(null),ZT1=u9(JT1,(J)=>{if(!J)return null;return`api/${J.slug}/${J.id}`}),_R2=AJ([ZT1]),uR2=tE(async({data:J,revalidate:Z})=>{let{slug:X,id:Y,body:G}=J,W=Y==="create"?"post":"patch",q=`api/${X}${Y==="create"?"":`/${Y}`}`,H=await G1[W](q,{json:G}).json();return Z(`api/${X}`),Z(`api/${X}/${Y}`),H}),Hf=T1(null),QT1=u9(Hf,(J)=>{if(!J)return null;return`api/globals/${J}`}),U_=AJ([QT1]),k_=tE(async({data:J,revalidate:Z})=>{let{slug:X,body:Y}=J,G=await G1.patch(`api/globals/${X}`,{json:Y}).json();return Z(`api/globals/${X}`),G});Bv();var OJ=GJ("opaca-column-visibility",{},{encode:JSON.stringify,decode:JSON.parse});function b_(J,Z){let X=OJ.get(),Y=X[J]||[],G=Y.includes(Z)?Y.filter((W)=>W!==Z):[...Y,Z];OJ.set({...X,[J]:G})}function C_(J,Z,X){let Y=OJ.get();if(Y[J])return;let G=X&&X.length>0?X:Z.filter((W)=>W.name).map((W)=>W.name);OJ.set({...Y,[J]:G})}_5();import TJ from"react";import{jsxDEV as V9}from"react/jsx-dev-runtime";var zf=TJ.forwardRef(({className:J,...Z},X)=>V9("div",{className:"opaca-table-wrapper",children:V9("table",{ref:X,className:`opaca-new-table ${J||""}`,...Z},void 0,!1,void 0,this)},void 0,!1,void 0,this));zf.displayName="Table";var Kf=TJ.forwardRef(({className:J,...Z},X)=>V9("thead",{ref:X,className:`opaca-table-header ${J||""}`,...Z},void 0,!1,void 0,this));Kf.displayName="TableHeader";var Bf=TJ.forwardRef(({className:J,...Z},X)=>V9("tbody",{ref:X,className:`opaca-table-body ${J||""}`,...Z},void 0,!1,void 0,this));Bf.displayName="TableBody";var XT1=TJ.forwardRef(({className:J,...Z},X)=>V9("tfoot",{ref:X,className:`opaca-table-footer ${J||""}`,...Z},void 0,!1,void 0,this));XT1.displayName="TableFooter";var sv=TJ.forwardRef(({className:J,...Z},X)=>V9("tr",{ref:X,className:`opaca-table-row ${J||""}`,...Z},void 0,!1,void 0,this));sv.displayName="TableRow";var eE=TJ.forwardRef(({className:J,...Z},X)=>V9("th",{ref:X,className:`opaca-table-head ${J||""}`,...Z},void 0,!1,void 0,this));eE.displayName="TableHead";var JR=TJ.forwardRef(({className:J,...Z},X)=>V9("td",{ref:X,className:`opaca-table-cell ${J||""}`,...Z},void 0,!1,void 0,this));JR.displayName="TableCell";var YT1=TJ.forwardRef(({className:J,...Z},X)=>V9("caption",{ref:X,className:`opaca-table-caption ${J||""}`,...Z},void 0,!1,void 0,this));YT1.displayName="TableCaption";import{useEffect as GT1,useState as WT1}from"react";function S_(J,Z){let[X,Y]=WT1(J);return GT1(()=>{let G=setTimeout(()=>Y(J),Z||500);return()=>{clearTimeout(G)}},[J,Z]),X}function wJ(J){if(!J)return"";try{let Z=JSON.parse(J);if(!Z.root||!Z.root.children)return"";return D_(Z.root.children)}catch(Z){if(typeof J==="string"&&!J.startsWith("{"))return J;return""}}function D_(J){let Z="";for(let X of J){if(X.text)Z+=X.text;else if(X.children)Z+=D_(X.children);if(X.type==="paragraph"||X.type==="heading"||X.type==="listitem")Z+=" "}return Z.trim()}import{useEffect as qT1,useRef as HT1,useState as zT1}from"react";import{jsxDEV as $5}from"react/jsx-dev-runtime";var M_=({slug:J,fields:Z})=>{let[X,Y]=zT1(!1),G=HT1(null),q=Q1(OJ)[J]||[],H=Z.filter((z)=>z.name);return qT1(()=>{let z=(B)=>{if(G.current&&!G.current.contains(B.target))Y(!1)};return document.addEventListener("mousedown",z),()=>document.removeEventListener("mousedown",z)},[]),$5("div",{className:"opaca-column-toggle",ref:G,style:{position:"relative"},children:[$5("button",{type:"button",onClick:()=>Y(!X),className:"opaca-btn opaca-btn-outline",style:{display:"flex",alignItems:"center",gap:"0.5rem",padding:"0.5rem 0.75rem",fontSize:"0.875rem"},children:[$5(N5,{size:16},void 0,!1,void 0,this),"Columns",$5(D2,{size:14,style:{opacity:0.5,transform:X?"rotate(180deg)":"none",transition:"transform 0.2s"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this),X&&$5("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:[$5("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),H.map((z)=>{let B=q.includes(z.name);return $5("button",{type:"button",onClick:()=>b_(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:B?"var(--opaca-text)":"var(--opaca-text-dim)",cursor:"pointer",borderRadius:"calc(var(--opaca-radius) - 4px)",transition:"background 0.2s"},className:"hover-bg",children:[$5("div",{style:{width:"16px",height:"16px",display:"flex",alignItems:"center",justifyContent:"center",border:B?"1px solid var(--opaca-primary)":"1px solid var(--opaca-border)",backgroundColor:B?"var(--opaca-primary)":"transparent",borderRadius:"4px",color:"white"},children:B&&$5(s0,{size:12,strokeWidth:3},void 0,!1,void 0,this)},void 0,!1,void 0,this),$5("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),$5("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 gC1,useState as bE}from"react";function x(J){throw Error(J)}var y5=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",KT1=y5&&"documentMode"in document?document.documentMode:null,F5=y5&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),VJ=y5&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),ev=y5&&"InputEvent"in window&&!KT1?"getTargetRanges"in new window.InputEvent("input"):!1,wh=y5&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent),KR=y5&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,BT1=y5&&/Android/.test(navigator.userAgent),wu=y5&&/^(?=.*Chrome).*/i.test(navigator.userAgent),kf=y5&&BT1&&wu,yh=y5&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&F5&&!wu,$T1=1,FT1=3,PT1=9,AT1=11,TZ=0,yu=1,aM=2,Vu=0,Lf=1,gf=2,mf=1,_f=2,Jh=4,Zh=8,uf=16,pf=32,lf=64,df=128,Uu=256,ku=512,bu=1024,OT1=mf|_f|Jh|Zh|uf|pf|lf|df|Uu|ku|bu,bf=1,YR=2,sf=1,rf=2,af=3,cf=4,nf=5,tf=6,Cu=" ",TT1="​",GR=wh||KR||yh?Cu:TT1,WR=`
7
+
8
+ `,of=VJ?Cu:GR,Su="֑-߿יִ-﷽ﹰ-ﻼ",Du="A-Za-zÀ-ÖØ-ö"+"ø-ʸ̀-֐ࠀ-῿‎Ⰰ-﬜"+"︀-﹯﻽-￿",Xv2=new RegExp("^[^"+Du+"]*["+Su+"]"),Yv2=new RegExp("^[^"+Su+"]*["+Du+"]"),E0={bold:mf,capitalize:bu,code:uf,highlight:df,italic:_f,lowercase:Uu,strikethrough:Jh,subscript:pf,superscript:lf,underline:Zh,uppercase:ku},wT1={directionless:bf,unmergeable:YR},Cf={center:rf,end:tf,justify:cf,left:sf,right:af,start:nf},yT1={[rf]:"center",[tf]:"end",[cf]:"justify",[sf]:"left",[af]:"right",[nf]:"start"},VT1={normal:Vu,segmented:gf,token:Lf},UT1={[Vu]:"normal",[gf]:"segmented",[Lf]:"token"},Mu="$",E_="$config";function kT1(J,Z){let X=J._decorators,G=J._pendingDecorators||X,W=Z._nodeMap,q;for(q in G)if(!W.has(q)){if(G===X)G=Ep(J);delete G[q]}}function Eu(J,Z,X,Y,G,W){let q=J.getFirstChild();while(q!==null){let H=q.__key;if(q.__parent===Z){if(R(q))Eu(q,H,X,Y,G,W);if(!X.has(H))W.delete(H);G.push(H)}q=q.getNextSibling()}}function bT1(J,Z,X,Y){let G=J._nodeMap,W=Z._nodeMap,q=[];for(let[H]of Y){let z=W.get(H);if(z!==void 0){if(!z.isAttached()){if(R(z))Eu(z,H,G,W,q,Y);if(!G.has(H))Y.delete(H);q.push(H)}}}for(let H of q)W.delete(H);for(let H of X){let z=W.get(H);if(z!==void 0&&!z.isAttached()){if(!G.has(H))X.delete(H);W.delete(H)}}}var CT1=100,Sf=!1,ef=0;function ST1(){return Sf}function DT1(J){ef=J.timeStamp}function MT1(J){if(ef===0)y2(J).addEventListener("textInput",DT1,!0)}function $f(J,Z,X){let Y=J.nodeName==="BR",G=Z.__lexicalLineBreak;return G&&(J===G||Y&&J.previousSibling===G)||Y&&Lh(J,X)!==void 0}function ET1(J){return J.getEditorState().read(()=>{let Z=I();return Z!==null?Z.clone():null})}function RT1(J,Z,X){let Y=o0(y2(X)),G=null,W=null;if(Y!==null&&Y.anchorNode===J)G=Y.anchorOffset,W=Y.focusOffset;let q=J.nodeValue;if(q!==null)Sj(Z,q,G,W,!1)}function vT1(J,Z,X){if(v(J)){let Y=J.anchor.getNode();if(Y.is(X)&&J.format!==Y.getFormat())return!1}return E9(Z)&&X.isAttached()}function hT1(J,Z,X,Y){for(let G=J;G&&!HV1(G);G=CR(G)){let W=Lh(G,Z);if(W!==void 0){let q=y1(W,X);if(q)return F1(q)||!C1(G)?void 0:[G,q]}else if(G===Y)return[Y,Rp(X)]}}function Ru(J,Z,X){Sf=!0;let Y=performance.now()-ef>CT1;try{X7(J,()=>{let G=I()||ET1(J),W=new Map,q=J.getRootElement(),H=J._editorState,z=J._blockCursorElement,B=!1,K="";for(let $=0;$<Z.length;$++){let P=Z[$],A=P.type,O=P.target,T=hT1(O,J,H,q);if(!T)continue;let[w,y]=T;if(A==="characterData"){if(Y&&N(y)&&E9(O)&&vT1(G,O,y))RT1(O,y,J)}else if(A==="childList"){B=!0;let V=P.addedNodes;for(let k=0;k<V.length;k++){let b=V[k],D=Nh(b),S=b.parentNode;if(S!=null&&b!==z&&D===null&&!$f(b,S,J)){if(VJ){let h=(C1(b)?b.innerText:null)||b.nodeValue;if(h)K+=h}S.removeChild(b)}}let U=P.removedNodes,C=U.length;if(C>0){let k=0;for(let b=0;b<C;b++){let D=U[b];if($f(D,O,J)||z===D)O.appendChild(D),k++}if(C!==k)W.set(w,y)}}}if(W.size>0)for(let[$,P]of W)P.reconcileObservedMutation($,J);let F=X.takeRecords();if(F.length>0){for(let $=0;$<F.length;$++){let P=F[$],A=P.addedNodes,O=P.target;for(let T=0;T<A.length;T++){let w=A[T],y=w.parentNode;if(y!=null&&w.nodeName==="BR"&&!$f(w,O,J))y.removeChild(w)}}X.takeRecords()}if(G!==null){if(B)_1(G);if(VJ&&jp(J))G.insertRawText(K)}})}finally{Sf=!1}}function vu(J){let Z=J._observer;if(Z!==null){let X=Z.takeRecords();Ru(J,X,Z)}}function hu(J){MT1(J),J._observer=new MutationObserver((Z,X)=>{Ru(J,Z,X)})}class xu{key;parse;unparse;isEqual;defaultValue;constructor(J,Z){this.key=J,this.parse=Z.parse.bind(Z),this.unparse=(Z.unparse||NT1).bind(Z),this.isEqual=(Z.isEqual||Object.is).bind(Z),this.defaultValue=this.parse(void 0)}}function Iu(J,Z){return new xu(J,Z)}function Vh(J,Z,X="latest"){let G=(X==="latest"?J.getLatest():J).__state;if(G)return fu(J,Z,G),G.getValue(Z);return Z.defaultValue}function Jj(J,Z,X){T0();let Y;if(typeof X==="function"){let q=J.getLatest(),H=Vh(q,Z);if(Y=X(H),Z.isEqual(H,Y))return q}else Y=X;let G=J.getWritable(),W=ju(G);return fu(J,Z,W),W.updateFromKnown(Z,Y),G}function fu(J,Z,X){{let Y=X.sharedNodeState.sharedConfigMap.get(Z.key);if(Y!==void 0&&Y!==Z)x(`$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 xT1(J){let Z=new Map,X=new Set;for(let Y=typeof J==="function"?J:J.replace;Y.prototype&&Y.prototype.getType!==void 0;Y=Object.getPrototypeOf(Y)){let{ownNodeConfig:G}=uh(Y);if(G&&G.stateConfigs)for(let W of G.stateConfigs){let q;if("stateConfig"in W){if(q=W.stateConfig,W.flat)X.add(q.key)}else q=W;Z.set(q.key,q)}}return{flatKeys:X,sharedConfigMap:Z}}class Zj{node;knownState;unknownState;sharedNodeState;size;constructor(J,Z,X=void 0,Y=new Map,G=void 0){this.node=J,this.sharedNodeState=Z,this.unknownState=X,this.knownState=Y;let{sharedConfigMap:W}=this.sharedNodeState,q=G!==void 0?G:jT1(W,X,Y);{if(!(G===void 0||q===G))x(`NodeState: size != computedSize (${String(G)} != ${String(q)})`);for(let H of Y.keys())if(!W.has(H.key))x(`NodeState: sharedConfigMap missing knownState key ${H.key}`)}this.size=q}getValue(J){let Z=this.knownState.get(J);if(Z!==void 0)return Z;this.sharedNodeState.sharedConfigMap.set(J.key,J);let X=J.defaultValue;if(this.unknownState&&J.key in this.unknownState){let Y=this.unknownState[J.key];if(Y!==void 0)X=J.parse(Y);this.updateFromKnown(J,X)}return X}getInternalState(){return[this.unknownState,this.knownState]}toJSON(){let J={...this.unknownState},Z={};for(let[X,Y]of this.knownState)if(X.isEqual(Y,X.defaultValue))delete J[X.key];else J[X.key]=X.unparse(Y);for(let X of this.sharedNodeState.flatKeys)if(X in J)Z[X]=J[X],delete J[X];if(R_(J))Z[Mu]=J;return Z}getWritable(J){if(this.node===J)return this;let{sharedNodeState:Z,unknownState:X}=this,Y=new Map(this.knownState);return new Zj(J,Z,LT1(Z.sharedConfigMap,Y,X),Y,this.size)}updateFromKnown(J,Z){let X=J.key;this.sharedNodeState.sharedConfigMap.set(X,J);let{knownState:Y,unknownState:G}=this;if(!(Y.has(J)||G&&(X in G))){if(G)delete G[X],this.unknownState=R_(G);this.size++}Y.set(J,Z)}updateFromUnknown(J,Z){let X=this.sharedNodeState.sharedConfigMap.get(J);if(X)this.updateFromKnown(X,X.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 X of Z.keys())Z.set(X,X.defaultValue);if(this.size=Z.size,this.unknownState=void 0,J)for(let[X,Y]of Object.entries(J))this.updateFromUnknown(X,Y)}}function ju(J){let Z=J.getWritable(),X=Z.__state?Z.__state.getWritable(Z):new Zj(Z,Nu(Z));return Z.__state=X,X}function Nu(J){return J.__state?J.__state.sharedNodeState:Sp(HE(),J.getType()).sharedNodeState}function IT1(J,Z){let X=J.getWritable(),Y=Z[Mu],G=Y;for(let W of Nu(X).flatKeys)if(W in Z){if(G===void 0||G===Y)G={...Y};G[W]=Z[W]}if(X.__state||G)ju(J).updateFromJSON(G);return X}function fT1(J,Z){if(J===Z)return!0;if(J&&Z&&J.size!==Z.size)return!1;let X=new Set;return!(J&&v_(X,J,Z)||Z&&v_(X,Z,J)||J&&h_(X,J,Z)||Z&&h_(X,Z,J))}function jT1(J,Z,X){let Y=X.size;if(Z)for(let G in Z){let W=J.get(G);if(!W||!X.has(W))Y++}return Y}function R_(J){if(J)for(let Z in J)return J;return}function NT1(J){return J}function LT1(J,Z,X){let Y=void 0;if(X)for(let[G,W]of Object.entries(X)){let q=J.get(G);if(q){if(!Z.has(q))Z.set(q,q.parse(W))}else Y=Y||{},Y[G]=W}return Y}function v_(J,Z,X){for(let[Y,G]of Z.knownState){if(J.has(Y.key))continue;J.add(Y.key);let W=X?X.getValue(Y):Y.defaultValue;if(W!==G&&!Y.isEqual(W,G))return!0}return!1}function h_(J,Z,X){let{unknownState:Y}=Z,G=X?X.unknownState:void 0;if(Y)for(let[W,q]of Object.entries(Y)){if(J.has(W))continue;J.add(W);let H=G?G[W]:void 0;if(q!==H)return!0}return!1}function x_(J,Z){let X=J.__state;return X&&X.node===J?X.getWritable(Z):X}function I_(J,Z){let{__mode:X,__format:Y,__style:G}=J,W=Z.__mode,q=Z.__format,H=Z.__style,z=J.__state,B=Z.__state;return(X===null||X===W)&&(Y===null||Y===q)&&(G===null||G===H)&&(J.__state===null||z===B||fT1(z,B))}function f_(J,Z){let X=J.mergeWithSibling(Z),Y=h1()._normalizedNodes;return Y.add(J.__key),Y.add(Z.__key),X}function Lu(J){let Z=J;if(Z.__text===""&&Z.isSimpleText()&&!Z.isUnmergeable()){Z.remove();return}let X;while((X=Z.getPreviousSibling())!==null&&N(X)&&X.isSimpleText()&&!X.isUnmergeable())if(X.__text==="")X.remove();else if(I_(X,Z)){Z=f_(X,Z);break}else break;let Y;while((Y=Z.getNextSibling())!==null&&N(Y)&&Y.isSimpleText()&&!Y.isUnmergeable())if(Y.__text==="")Y.remove();else if(I_(Z,Y)){Z=f_(Z,Y);break}else break}function P5(J){return j_(J.anchor),j_(J.focus),J}function j_(J){while(J.type==="element"){let Z=J.getNode(),X=J.offset,Y,G;if(X===Z.getChildrenSize())Y=Z.getChildAtIndex(X-1),G=!0;else Y=Z.getChildAtIndex(X),G=!1;if(N(Y)){J.set(Y.__key,G?Y.getTextContentSize():0,"text",!0);break}else if(!R(Y))break;J.set(Y.__key,G?Y.getChildrenSize():0,"element",!0)}}var q0="",t5=null,$Z=null,wZ,v0,qR,pM=!1,Uh=!1,kh,Df,Mf,yZ,A5,Ef,HR;function bh(J,Z){let X=yZ.get(J);if(Z!==null){let Y=Yj(J);if(Y.parentNode===Z)Z.removeChild(Y)}if(!A5.has(J))v0._keyToDOMMap.delete(J);if(R(X)){let Y=Qh(X,yZ);Qj(Y,0,Y.length-1,null)}if(X!==void 0)Dj(HR,qR,kh,X,"destroyed")}function Qj(J,Z,X,Y){for(let G=Z;G<=X;++G){let W=J[G];if(W!==void 0)bh(W,Y)}}function KZ(J,Z){J.setProperty("text-align",Z)}var gT1="40px";function gu(J,Z){let X=wZ.theme.indent;if(typeof X==="string"){let G=J.classList.contains(X);if(Z>0&&!G)J.classList.add(X);else if(Z<1&&G)J.classList.remove(X)}if(Z===0){J.style.setProperty("padding-inline-start","");return}let Y=getComputedStyle(v0._rootElement||J).getPropertyValue("--lexical-indent-base-value")||gT1;J.style.setProperty("padding-inline-start",`calc(${Z} * ${Y})`)}function mu(J,Z){let X=J.style;if(Z===0)KZ(X,"");else if(Z===sf)KZ(X,"left");else if(Z===rf)KZ(X,"center");else if(Z===af)KZ(X,"right");else if(Z===cf)KZ(X,"justify");else if(Z===nf)KZ(X,"start");else if(Z===tf)KZ(X,"end")}function mT1(J){let Z=J.__dir;if(Z!==null)return Z;if(c1(J))return null;let X=J.getParentOrThrow();if(!c1(X)||X.__dir!==null)return null;return"auto"}function Rf(J,Z){let X=mT1(Z);if(X!==null)J.dir=X;else J.removeAttribute("dir")}function Ch(J,Z){let X=A5.get(J);if(X===void 0)x("createNode: node does not exist in nodeMap");let Y=X.createDOM(wZ,v0);if(rT1(J,Y,v0),N(X))Y.setAttribute("data-lexical-text","true");else if(F1(X))Y.setAttribute("data-lexical-decorator","true");if(R(X)){let{__indent:G,__size:W}=X;if(Rf(Y,X),G!==0)gu(Y,G);if(W!==0){let H=W-1,z=Qh(X,A5);Xj(z,X,0,H,X.getDOMSlot(Y))}let q=X.__format;if(q!==0)mu(Y,q);if(!X.isInline())_u(null,X,Y)}else{let G=X.getTextContent();if(F1(X)){let W=X.decorate(v0,wZ);if(W!==null)uu(J,W);Y.contentEditable="false"}q0+=G}if(Z!==null)Z.insertChild(Y);return Object.freeze(X),Dj(HR,qR,kh,X,"created"),Y}function Xj(J,Z,X,Y,G){let W=q0;q0="";let q=X;for(;q<=Y;++q){Ch(J[q],G);let z=A5.get(J[q]);if(z!==null&&N(z)){if(t5===null)t5=z.getFormat(),$Z=z.getStyle()}else if(R(z)&&q<Y&&!z.isInline())q0+=WR}let H=G.element;H.__lexicalTextContent=q0,q0=W+q0}function N_(J,Z){if(J){let X=J.__last;if(X){let Y=Z.get(X);if(Y)return e5(Y)?"line-break":F1(Y)&&Y.isInline()?"decorator":null}return"empty"}return null}function _u(J,Z,X){let Y=N_(J,yZ),G=N_(Z,A5);if(Y!==G)Z.getDOMSlot(X).setManagedLineBreak(G)}function _T1(J){if(t5!=null&&t5!==J.__textFormat&&!Uh)J.setTextFormat(t5)}function uT1(J){if($Z!=null&&$Z!==J.__textStyle&&!Uh)J.setTextStyle($Z)}function pT1(J,Z,X){t5=null,$Z=null,lT1(J,Z,Z.getDOMSlot(X)),_T1(Z),uT1(Z)}function Qh(J,Z){let X=[],Y=J.__first;while(Y!==null){let G=Z.get(Y);if(G===void 0)x("createChildrenArray: node does not exist in nodeMap");X.push(Y),Y=G.__next}return X}function lT1(J,Z,X){let Y=q0,G=J.__size,W=Z.__size;q0="";let q=X.element;if(G===1&&W===1){let H=J.__first,z=Z.__first;if(H===z)Xh(H,q);else{let K=Yj(H),F=Ch(z,null);try{q.replaceChild(F,K)}catch($){if(typeof $==="object"&&$!=null){let P=`${$.toString()} Parent: ${q.tagName}, new child: {tag: ${F.tagName} key: ${z}}, old child: {tag: ${K.tagName}, key: ${H}}.`;throw Error(P)}else throw $}bh(H,null)}let B=A5.get(z);if(N(B)){if(t5===null)t5=B.getFormat(),$Z=B.getStyle()}}else{let H=Qh(J,yZ),z=Qh(Z,A5);if(H.length!==G)x("$reconcileChildren: prevChildren.length !== prevChildrenSize");if(z.length!==W)x("$reconcileChildren: nextChildren.length !== nextChildrenSize");if(G===0){if(W!==0)Xj(z,Z,0,W-1,X)}else if(W===0){if(G!==0){let B=X.after==null&&X.before==null&&X.element.__lexicalLineBreak==null;if(Qj(H,0,G-1,B?null:q),B)q.textContent=""}}else dT1(Z,H,z,G,W,X)}q.__lexicalTextContent=q0,q0=Y+q0}function Xh(J,Z){let X=yZ.get(J),Y=A5.get(J);if(X===void 0||Y===void 0)x("reconcileNode: prevNode or nextNode does not exist in nodeMap");let G=pM||Mf.has(J)||Df.has(J),W=iM(v0,J);if(X===Y&&!G){let q;if(R(X)){let H=W.__lexicalTextContent;if(typeof H==="string")q=H;else q=X.getTextContent(),W.__lexicalTextContent=q}else q=X.getTextContent();return q0+=q,W}if(X!==Y&&G)Dj(HR,qR,kh,Y,"updated");if(Y.updateDOM(X,W,wZ)){let q=Ch(J,null);if(Z===null)x("reconcileNode: parentDOM is null");return Z.replaceChild(q,W),bh(J,null),q}if(R(X)){if(!R(Y))x(`Node with key ${J} changed from ElementNode to !ElementNode`);let q=Y.__indent;if(pM||q!==X.__indent)gu(W,q);let H=Y.__format;if(pM||H!==X.__format)mu(W,H);if(G){if(pT1(X,Y,W),!c1(Y)&&!Y.isInline())_u(X,Y,W)}else{let z=W.__lexicalTextContent,B;if(typeof z==="string")B=z;else B=X.getTextContent(),W.__lexicalTextContent=B;q0+=B}if(pM||Y.__dir!==X.__dir){if(Rf(W,Y),c1(Y)&&!pM){for(let z of Y.getChildren())if(R(z)){let B=iM(v0,z.getKey());Rf(B,z)}}}}else{let q=Y.getTextContent();if(F1(Y)){let H=Y.decorate(v0,wZ);if(H!==null)uu(J,H)}q0+=q}if(!Uh&&c1(Y)&&Y.__cachedText!==q0){let q=Y.getWritable();q.__cachedText=q0,Y=q}return Object.freeze(Y),W}function uu(J,Z){let{_pendingDecorators:X,_decorators:Y}=v0;if(X===null){if(Y[J]===Z)return;X=Ep(v0)}X[J]=Z}function Ff(J){let Z=J.nextSibling;if(Z!==null&&Z===v0._blockCursorElement)Z=Z.nextSibling;return Z}function L_(J,Z){let X=new Set;for(let Y=Z;Y<J.length;Y++)X.add(J[Y]);return X}function dT1(J,Z,X,Y,G,W){let q=Y-1,H=G-1,z,B,K=W.getFirstChild(),F=0,$=0;while(F<=q&&$<=H){let O=Z[F],T=X[$];if(O===T)K=Ff(Xh(T,W.element)),F++,$++;else{if(B===void 0)B=L_(X,$);if(z===void 0)z=L_(Z,F);else if(!z.has(O)){F++;continue}if(!B.has(O)){K=Ff(Yj(O)),bh(O,W.element),F++,z.delete(O);continue}if(!z.has(T))Ch(T,W.withBefore(K)),$++;else{let y=iM(v0,T);if(y!==K)W.withBefore(K).insertChild(y);K=Ff(Xh(T,W.element)),F++,$++}}let w=A5.get(T);if(w!==null&&N(w)){if(t5===null)t5=w.getFormat(),$Z=w.getStyle()}else if(R(w)&&$<=H&&!w.isInline())q0+=WR}let P=F>q,A=$>H;if(P&&!A){let O=X[H+1],T=O===void 0?null:v0.getElementByKey(O);Xj(X,J,$,H,W.withBefore(T))}else if(A&&!P)Qj(Z,F,q,W.element)}function sT1(J,Z,X,Y,G,W){q0="",pM=Y===aM,v0=X,wZ=X._config,qR=X._nodes,kh=v0._listeners.mutation,Df=G,Mf=W,yZ=J._nodeMap,A5=Z._nodeMap,Uh=Z._readOnly,Ef=new Map(X._keyToDOMMap);let q=new Map;return HR=q,Xh("root",null),v0=void 0,qR=void 0,Df=void 0,Mf=void 0,yZ=void 0,A5=void 0,wZ=void 0,Ef=void 0,HR=void 0,q}function rT1(J,Z,X){let Y=X._keyToDOMMap;wy1(Z,X,J),Y.set(J,Z)}function Yj(J){let Z=Ef.get(J);if(Z===void 0)x(`Reconciliation: could not find DOM element for node key ${J}`);return Z}function aT1(J){{let Z=!1;return()=>{if(!Z)console.warn(J);Z=!0}}}function c(J){return{type:J}}var tM=c("SELECTION_CHANGE_COMMAND"),pu=c("SELECTION_INSERT_CLIPBOARD_NODES_COMMAND"),BR=c("CLICK_COMMAND"),lu=c("BEFORE_INPUT_COMMAND"),du=c("INPUT_COMMAND"),su=c("COMPOSITION_START_COMMAND"),ru=c("COMPOSITION_END_COMMAND"),UJ=c("DELETE_CHARACTER_COMMAND"),FZ=c("INSERT_LINE_BREAK_COMMAND"),VZ=c("INSERT_PARAGRAPH_COMMAND"),PZ=c("CONTROLLED_TEXT_INSERTION_COMMAND"),oM=c("PASTE_COMMAND"),Yh=c("REMOVE_TEXT_COMMAND"),cM=c("DELETE_WORD_COMMAND"),nM=c("DELETE_LINE_COMMAND"),z0=c("FORMAT_TEXT_COMMAND"),Sh=c("UNDO_COMMAND"),Dh=c("REDO_COMMAND"),au=c("KEYDOWN_COMMAND"),Gj=c("KEY_ARROW_RIGHT_COMMAND"),cu=c("MOVE_TO_END"),$R=c("KEY_ARROW_LEFT_COMMAND"),nu=c("MOVE_TO_START"),bJ=c("KEY_ARROW_UP_COMMAND"),CJ=c("KEY_ARROW_DOWN_COMMAND"),UZ=c("KEY_ENTER_COMMAND"),FR=c("KEY_SPACE_COMMAND"),Wj=c("KEY_BACKSPACE_COMMAND"),MZ=c("KEY_ESCAPE_COMMAND"),qj=c("KEY_DELETE_COMMAND"),SJ=c("KEY_TAB_COMMAND"),PR=c("INSERT_TAB_COMMAND"),eM=c("INDENT_CONTENT_COMMAND"),JE=c("OUTDENT_CONTENT_COMMAND"),Hj=c("DROP_COMMAND"),iu=c("FORMAT_ELEMENT_COMMAND"),zj=c("DRAGSTART_COMMAND"),Kj=c("DRAGOVER_COMMAND"),cT1=c("DRAGEND_COMMAND"),ZE=c("COPY_COMMAND"),Mh=c("CUT_COMMAND"),Gh=c("SELECT_ALL_COMMAND"),Eh=c("CLEAR_EDITOR_COMMAND"),tu=c("CLEAR_HISTORY_COMMAND"),AR=c("CAN_REDO_COMMAND"),OR=c("CAN_UNDO_COMMAND"),nT1=c("FOCUS_COMMAND"),iT1=c("BLUR_COMMAND"),tT1=c("KEY_MODIFIER_COMMAND"),U9=Object.freeze({}),Bj=30,vf=[["keydown",$w1],["pointerdown",Jw1],["compositionstart",Hw1],["compositionend",Bw1],["input",Ww1],["click",eT1],["cut",U9],["copy",U9],["dragstart",U9],["dragover",U9],["dragend",U9],["paste",U9],["focus",U9],["blur",U9],["drop",U9]];if(ev)vf.push(["beforeinput",(J,Z)=>Yw1(J,Z)]);var TR=0,ou=null,eu=0,lM=null,hf=new WeakMap,Wh=new WeakMap,xf=!1,If=!1,QR=!1,ZR=!1,nv=!1,iv="",BZ=null,Jp=[0,"",0,"root",0];function Zp(J,Z,X,Y,G){let{anchor:W,focus:q}=J,H=W.getNode(),z=h1(),B=o0(y2(z)),K=B!==null?B.anchorNode:null,F=W.key,$=z.getElementByKey(F),P=X.length;return F!==q.key||!N(H)||(!G&&(!ev||eu<Y+50)||H.isDirty()&&P<2||vp(X))&&W.offset!==q.offset&&!H.isComposing()||i5(H)||H.isDirty()&&P>1||(G||!ev)&&$!==null&&!H.isComposing()&&K!==bZ($)||B!==null&&Z!==null&&(!Z.collapsed||Z.startContainer!==B.anchorNode||Z.startOffset!==B.anchorOffset)||!H.isComposing()&&(H.getFormat()!==J.format||H.getStyle()!==J.style)||by1(J,H)}function g_(J,Z){return E9(J)&&J.nodeValue!==null&&Z!==0&&Z!==J.nodeValue.length}function m_(J,Z,X){let{anchorNode:Y,anchorOffset:G,focusNode:W,focusOffset:q}=J;if(xf){if(xf=!1,g_(Y,G)&&g_(W,q)&&!BZ)return}X7(Z,()=>{if(!X){_1(null);return}if(!YE(Z,Y,W))return;let H=I();if(BZ&&v(H)&&H.isCollapsed()){let z=H.anchor,B=BZ.anchor;if(z.key===B.key&&z.offset===B.offset+1||z.offset===1&&B.getNode().is(z.getNode().getPreviousSibling()))H=BZ.clone(),_1(H)}if(BZ=null,v(H)){let z=H.anchor,B=z.getNode();if(H.isCollapsed()){if(J.type==="Range"&&J.anchorNode===J.focusNode)H.dirty=!0;let K=y2(Z).event,F=K?K.timeStamp:performance.now(),[$,P,A,O,T]=Jp,w=b1(),y=Z.isComposing()===!1&&w.getTextContent()==="";if(F<T+200&&z.offset===A&&z.key===O)qh(H,$,P);else if(z.type==="text"){if(!N(B))x("Point.getNode() must return TextNode when type is text");Qp(H,B)}else if(z.type==="element"&&!y){if(!R(B))x("Point.getNode() must return ElementNode when type is element");let V=z.getNode();if(V.isEmpty())oT1(H,V);else qh(H,0,"")}}else{let K=z.key,$=H.focus.key,P=H.getNodes(),A=P.length,O=H.isBackward(),T=O?q:G,w=O?G:q,y=O?$:K,V=O?K:$,U=OT1,C=!1;for(let k=0;k<A;k++){let b=P[k],D=b.getTextContentSize();if(N(b)&&D!==0&&!(k===0&&b.__key===y&&T===D||k===A-1&&b.__key===V&&w===0)){if(C=!0,U&=b.getFormat(),U===0)break}}H.format=C?U:0}}d(Z,tM,void 0)})}function qh(J,Z,X){if(J.format!==Z||J.style!==X)J.format=Z,J.style=X,J.dirty=!0}function Qp(J,Z){let X=Z.getFormat(),Y=Z.getStyle();qh(J,X,Y)}function oT1(J,Z){let X=Z.getTextFormat(),Y=Z.getTextStyle();qh(J,X,Y)}function eT1(J,Z){X7(Z,()=>{let X=I(),Y=o0(y2(Z)),G=MJ();if(Y){if(v(X)){let W=X.anchor,q=W.getNode();if(W.type==="element"&&W.offset===0&&X.isCollapsed()&&!c1(q)&&b1().getChildrenSize()===1&&q.getTopLevelElementOrThrow().isEmpty()&&G!==null&&X.is(G))Y.removeAllRanges(),X.dirty=!0;else if(J.detail===3&&!X.isCollapsed()){let z=X.focus.getNode();if(q!==z){let B=L1(q,(K)=>R(K)&&!K.isInline());if(R(B))B.select(0)}}}else if(J.pointerType==="touch"||J.pointerType==="pen"){let W=Y.anchorNode;if(C1(W)||E9(W)){let q=Tj(G,Y,Z,J);_1(q)}}}d(Z,BR,J)})}function Jw1(J,Z){let{target:X,pointerType:Y}=J;if(V5(X)&&Y!=="touch"&&Y!=="pen"&&J.button===0)X7(Z,()=>{if(!Dp(X))If=!0})}function Xp(J){if(!J.getTargetRanges)return null;let Z=J.getTargetRanges();if(Z.length===0)return null;return Z[0]}function Zw1(J,Z){return J!==Z||R(J)||R(Z)||!AZ(J)||!AZ(Z)}function Qw1(J){return ou==="MediaLast"&&J<TR+Bj}function Xw1(J){J.registerCommand(lu,Gw1,X1),J.registerCommand(du,qw1,X1),J.registerCommand(su,zw1,X1),J.registerCommand(ru,Kw1,X1),J.registerCommand(au,Fw1,X1)}function Yw1(J,Z){let X=J.inputType;if(X==="deleteCompositionText"||VJ&&jp(Z))return;else if(X==="insertCompositionText")return;d(Z,lu,J)}function Gw1(J){let Z=J.inputType,X=Xp(J),Y=h1(),G=I();if(Z==="deleteContentBackward"){if(G===null){let K=MJ();if(!v(K))return!0;_1(K.clone())}if(v(G)){let K=G.anchor.key===G.focus.key;if(Qw1(J.timeStamp)&&Y.isComposing()&&K){if(R0(null),TR=0,setTimeout(()=>{X7(Y,()=>{R0(null)})},Bj),v(G)){let F=G.anchor.getNode();if(F.markDirty(),!N(F))x("Anchor node must be a TextNode");Qp(G,F)}}else{R0(null),J.preventDefault();let F=G.anchor.getNode(),$=F.getTextContent(),P=F.canInsertTextAfter(),A=G.anchor.offset===0&&G.focus.offset===$.length,O=kf&&K&&!A&&P;if(O&&G.isCollapsed())O=!F1(gh(G.anchor,!0));if(!O){d(Y,UJ,!0);let T=I();if(kf&&v(T)&&T.isCollapsed())BZ=T,setTimeout(()=>BZ=null)}}return!0}}if(!v(G))return!0;let W=J.data;if(lM!==null)Cj(!1,Y,lM);if((!G.dirty||lM!==null)&&G.isCollapsed()&&!c1(G.anchor.getNode())&&X!==null)G.applyDOMRange(X);lM=null;let{anchor:q,focus:H}=G,z=q.getNode(),B=H.getNode();if(Z==="insertText"||Z==="insertTranspose"){if(W===`
9
+ `)J.preventDefault(),d(Y,FZ,!1);else if(W===WR)J.preventDefault(),d(Y,VZ,void 0);else if(W==null&&J.dataTransfer){let K=J.dataTransfer.getData("text/plain");J.preventDefault(),G.insertRawText(K)}else if(W!=null&&Zp(G,X,W,J.timeStamp,!0))J.preventDefault(),d(Y,PZ,W);else lM=W;return eu=J.timeStamp,!0}switch(J.preventDefault(),Z){case"insertFromYank":case"insertFromDrop":case"insertReplacementText":{d(Y,PZ,J);break}case"insertFromComposition":{R0(null),d(Y,PZ,J);break}case"insertLineBreak":{R0(null),d(Y,FZ,!1);break}case"insertParagraph":{if(R0(null),QR&&!KR)QR=!1,d(Y,FZ,!1);else d(Y,VZ,void 0);break}case"insertFromPaste":case"insertFromPasteAsQuotation":{d(Y,oM,J);break}case"deleteByComposition":{if(Zw1(z,B))d(Y,Yh,J);break}case"deleteByDrag":case"deleteByCut":{d(Y,Yh,J);break}case"deleteContent":{d(Y,UJ,!1);break}case"deleteWordBackward":{d(Y,cM,!0);break}case"deleteWordForward":{d(Y,cM,!1);break}case"deleteHardLineBackward":case"deleteSoftLineBackward":{d(Y,nM,!0);break}case"deleteContentForward":case"deleteHardLineForward":case"deleteSoftLineForward":{d(Y,nM,!1);break}case"formatStrikeThrough":{d(Y,z0,"strikethrough");break}case"formatBold":{d(Y,z0,"bold");break}case"formatItalic":{d(Y,z0,"italic");break}case"formatUnderline":{d(Y,z0,"underline");break}case"historyUndo":{d(Y,Sh,void 0);break}case"historyRedo":{d(Y,Dh,void 0);break}}return!0}function Ww1(J,Z){J.stopPropagation(),X7(Z,()=>{Z.dispatchCommand(du,J)},{event:J}),lM=null}function qw1(J){if(C1(J.target)&&Dp(J.target))return!0;let Z=h1(),X=I(),Y=J.data,G=Xp(J);if(Y!=null&&v(X)&&Zp(X,G,Y,J.timeStamp,!1)){if(ZR)Hh(Z,Y),ZR=!1;let q=X.anchor.getNode(),H=o0(y2(Z));if(H===null)return!0;let z=X.isBackward(),B=z?X.anchor.offset:X.focus.offset,K=z?X.focus.offset:X.anchor.offset;if(!ev||X.isCollapsed()||!N(q)||H.anchorNode===null||q.getTextContent().slice(0,B)+Y+q.getTextContent().slice(B+K)!==xp(H.anchorNode))d(Z,PZ,Y);let F=Y.length;if(VJ&&F>1&&J.inputType==="insertCompositionText"&&!Z.isComposing())X.anchor.offset-=F;if(kf&&Z.isComposing())TR=0,R0(null)}else if(Cj(!1,Z,Y!==null?Y:void 0),ZR)Hh(Z,Y||void 0),ZR=!1;return Vy1(),!0}function Hw1(J,Z){d(Z,su,J)}function zw1(J){let Z=h1(),X=I();if(v(X)&&!Z.isComposing()){let Y=X.anchor,G=X.anchor.getNode();if(R0(Y.key),WE(Pj),J.timeStamp<TR+Bj||Y.type==="element"||!X.isCollapsed()||G.getFormat()!==X.format||N(G)&&G.getStyle()!==X.style)d(Z,PZ,of)}return!0}function Kw1(J){let Z=h1();return Hh(Z,J.data),WE(Aj),!0}function Hh(J,Z){let X=J._compositionKey;if(R0(null),X!==null&&Z!=null){if(Z===""){let Y=y1(X),G=J.getElementByKey(X),W=bZ(G);if(W!==null&&W.nodeValue!==null&&N(Y)){let q=o0(y2(J)),H=null,z=null;if(q!==null&&q.anchorNode===W)H=q.anchorOffset,z=q.focusOffset;Sj(Y,W.nodeValue,H,z,!0)}return}else if(Z[Z.length-1]===`
10
+ `){let Y=I();if(v(Y)||j1(Y)){if(v(Y)){let G=Y.focus;Y.anchor.set(G.key,G.offset,G.type)}d(J,UZ,null);return}}}Cj(!0,J,Z)}function Bw1(J,Z){if(VJ)ZR=!0;else if(!KR&&(wh||yh))nv=!0,iv=J.data;else d(Z,ru,J)}function $w1(J,Z){if(TR=J.timeStamp,ou=J.key,Z.isComposing())return;d(Z,au,J)}function Fw1(J){let Z=h1();if(J.key==null)return!0;if(nv){if($u(J))return X7(Z,()=>{Hh(Z,iv)}),nv=!1,iv="",!0;nv=!1,iv=""}if(dy1(J))d(Z,Gj,J);else if(sy1(J))d(Z,cu,J);else if(py1(J))d(Z,$R,J);else if(ly1(J))d(Z,nu,J);else if(ry1(J))d(Z,bJ,J);else if(ay1(J))d(Z,CJ,J);else if(vy1(J))QR=!0,d(Z,UZ,J);else if(ny1(J))d(Z,FR,J);else if(hy1(J))J.preventDefault(),QR=!0,d(Z,FZ,!0);else if(Ry1(J))QR=!1,d(Z,UZ,J);else if(Ny1(J))if($u(J))d(Z,Wj,J);else J.preventDefault(),d(Z,UJ,!0);else if(iy1(J))d(Z,MZ,J);else if(Ly1(J))if(ty1(J))d(Z,qj,J);else J.preventDefault(),d(Z,UJ,!1);else if(xy1(J))J.preventDefault(),d(Z,cM,!0);else if(Iy1(J))J.preventDefault(),d(Z,cM,!1);else if(fy1(J))J.preventDefault(),d(Z,nM,!0);else if(jy1(J))J.preventDefault(),d(Z,nM,!1);else if(Dy1(J))J.preventDefault(),d(Z,z0,"bold");else if(Ey1(J))J.preventDefault(),d(Z,z0,"underline");else if(My1(J))J.preventDefault(),d(Z,z0,"italic");else if(Sy1(J))d(Z,SJ,J);else if(gy1(J))J.preventDefault(),d(Z,Sh,void 0);else if(my1(J))J.preventDefault(),d(Z,Dh,void 0);else{let X=Z._editorState._selection;if(X!==null&&!v(X)){if(_y1(J))J.preventDefault(),d(Z,ZE,J);else if(uy1(J))J.preventDefault(),d(Z,Mh,J);else if(Fu(J))J.preventDefault(),d(Z,Gh,J)}else if(Fu(J))J.preventDefault(),d(Z,Gh,J)}if(cy1(J))Z.dispatchCommand(tT1,J);return!0}function Yp(J){let Z=J.__lexicalEventHandles;if(Z===void 0)Z=[],J.__lexicalEventHandles=Z;return Z}var sM=new Map;function Gp(J){let Z=GV1(J.target);if(Z===null)return;let X=GE(Z.anchorNode);if(X===null)return;if(If)If=!1,X7(X,()=>{let z=MJ(),B=Z.anchorNode;if(C1(B)||E9(B)){let K=Tj(z,Z,X,J);_1(K)}});let Y=bj(X),G=Y[Y.length-1],W=G._key,q=sM.get(W),H=q||G;if(H!==X)m_(Z,H,!1);if(m_(Z,X,!0),X!==G)sM.set(W,X);else if(q)sM.delete(W)}function __(J){J._lexicalHandled=!0}function u_(J){return J._lexicalHandled===!0}function Pw1(J,Z){let X=J.ownerDocument;hf.set(J,X);let Y=Wh.get(X)??0;if(Y<1)X.addEventListener("selectionchange",Gp);Wh.set(X,Y+1),J.__lexicalEditor=Z;let G=Yp(J);for(let W=0;W<vf.length;W++){let[q,H]=vf[W],z=typeof H==="function"?(B)=>{if(u_(B))return;if(__(B),Z.isEditable()||q==="click")H(B,Z)}:(B)=>{if(u_(B))return;__(B);let K=Z.isEditable();switch(q){case"cut":return K&&d(Z,Mh,B);case"copy":return d(Z,ZE,B);case"paste":return K&&d(Z,oM,B);case"dragstart":return K&&d(Z,zj,B);case"dragover":return K&&d(Z,Kj,B);case"dragend":return K&&d(Z,cT1,B);case"focus":return K&&d(Z,nT1,B);case"blur":return K&&d(Z,iT1,B);case"drop":return K&&d(Z,Hj,B)}};J.addEventListener(q,z),G.push(()=>{J.removeEventListener(q,z)})}}var p_=aT1("Root element not registered");function Aw1(J){let Z=hf.get(J);if(Z===void 0){p_();return}let X=Wh.get(Z);if(X===void 0){p_();return}let Y=X-1;if(!(Y>=0))x("Root element count less than 0");if(hf.delete(J),Wh.set(Z,Y),Y===0)Z.removeEventListener("selectionchange",Gp);let G=fh(J);if(Uj(G))Ow1(G),J.__lexicalEditor=null;else if(G)x("Attempted to remove event handlers from a node that does not belong to this build of Lexical");let W=Yp(J);for(let q=0;q<W.length;q++)W[q]();J.__lexicalEventHandles=[]}function Ow1(J){if(J._parentEditor!==null){let Z=bj(J),Y=Z[Z.length-1]._key;if(sM.get(Y)===J)sM.delete(Y)}else sM.delete(J._key)}function Tw1(){xf=!0}function ww1(J,Z,X,Y,G){Jp=[J,Z,X,Y,G]}function ff(J,Z,X){T0();let Y=J.__key,G=J.getParent();if(G===null)return;let W=JV1(J),q=!1;if(v(W)&&Z){let{anchor:H,focus:z}=W;if(H.key===Y)Ph(H,J,G,J.getPreviousSibling(),J.getNextSibling()),q=!0;if(z.key===Y)Ph(z,J,G,J.getPreviousSibling(),J.getNextSibling()),q=!0}else if(j1(W)&&Z&&J.isSelected())J.selectPrevious();if(v(W)&&Z&&!q){let H=J.getIndexWithinParent();OZ(J),Fh(W,G,H,-1)}else OZ(J);if(!X&&!I0(G)&&!G.canBeEmpty()&&G.isEmpty())ff(G,Z);if(Z&&W&&c1(G)&&G.isEmpty())G.selectEnd()}function $j(J){return J}var Wp=Symbol.for("ephemeral");function zh(J){return J[Wp]||!1}function yw1(J){return J[Wp]=!0,J}class r2{__type;__key;__parent;__prev;__next;__state;static getType(){let{ownNodeType:J}=uh(this);if(J===void 0)x(`LexicalNode: Node ${this.name} does not implement .getType().`);return J}static clone(J){x(`LexicalNode: Node ${this.name} does not implement .clone().`)}$config(){return{}}config(J,Z){let X=Z.extends||Object.getPrototypeOf(this.constructor);return Object.assign(Z,{extends:X,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}),Mp(this,J),this.__type!=="root")Vw1(this.__type,this.constructor)}getType(){return this.__type}isInline(){x(`LexicalNode: Node ${this.constructor.name} does not implement .isInline().`)}isAttached(){let J=this.__key;while(J!==null){if(J==="root")return!0;let Z=y1(J);if(Z===null)break;J=Z.__parent}return!1}isSelected(J){let Z=J||I();if(Z==null)return!1;let X=Z.getNodes().some((G)=>G.__key===this.__key);if(N(this))return X;if(v(Z)&&Z.anchor.type==="element"&&Z.focus.type==="element"){if(Z.isCollapsed())return!1;let G=this.getParent();if(F1(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 X}getKey(){return this.__key}getIndexWithinParent(){let J=this.getParent();if(J===null)return-1;let Z=J.getFirstChild(),X=0;while(Z!==null){if(this.is(Z))return X;X++,Z=Z.getNextSibling()}return-1}getParent(){let J=this.getLatest().__parent;if(J===null)return null;return y1(J)}getParentOrThrow(){let J=this.getParent();if(J===null)x(`Expected node ${this.__key} to have a parent.`);return J}getTopLevelElement(){let J=this;while(J!==null){let Z=J.getParent();if(I0(Z)){if(!(R(J)||J===this&&F1(J)))x("Children of root nodes must be elements or decorators");return J}J=Z}return null}getTopLevelElementOrThrow(){let J=this.getTopLevelElement();if(J===null)x(`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:y1(Z)}getPreviousSiblings(){let J=[],Z=this.getParent();if(Z===null)return J;let X=Z.getFirstChild();while(X!==null){if(X.is(this))break;J.push(X),X=X.getNextSibling()}return J}getNextSibling(){let Z=this.getLatest().__next;return Z===null?null:y1(Z)}getNextSiblings(){let J=[],Z=this.getNextSibling();while(Z!==null)J.push(Z),Z=Z.getNextSibling();return J}getCommonAncestor(J){let Z=R(this)?this:this.getParent(),X=R(J)?J:J.getParent(),Y=Z&&X?tv(Z,X):null;return Y?Y.commonAncestor:null}is(J){if(J==null)return!1;return this.__key===J.__key}isBefore(J){let Z=tv(this,J);if(Z===null)return!1;if(Z.type==="descendant")return!0;if(Z.type==="branch")return tp(Z)===-1;if(!(Z.type==="same"||Z.type==="ancestor"))x("LexicalNode.isBefore: exhaustiveness check");return!1}isParentOf(J){let Z=tv(this,J);return Z!==null&&Z.type==="ancestor"}getNodesBetween(J){let Z=this.isBefore(J),X=[],Y=new Set,G=this;while(!0){if(G===null)break;let W=G.__key;if(!Y.has(W))Y.add(W),X.push(G);if(G===J)break;let q=R(G)?Z?G.getFirstChild():G.getLastChild():null;if(q!==null){G=q;continue}let H=Z?G.getNextSibling():G.getPreviousSibling();if(H!==null){G=H;continue}let z=G.getParentOrThrow();if(!Y.has(z.__key))X.push(z);if(z===J)break;let B=null,K=z;do{if(K===null)x("getNodesBetween: ancestor is null");if(B=Z?K.getNextSibling():K.getPreviousSibling(),K=K.getParent(),K!==null){if(B===null&&!Y.has(K.__key))X.push(K)}else break}while(B===null);G=B}if(!Z)X.reverse();return X}isDirty(){let Z=h1()._dirtyLeaves;return Z!==null&&Z.has(this.__key)}getLatest(){if(zh(this))return this;let J=y1(this.__key);if(J===null)x("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(zh(this))return this;T0();let J=EJ(),Z=h1(),X=J._nodeMap,Y=this.__key,G=this.getLatest(),W=Z._cloneNotNeeded,q=I();if(q!==null)q.setCachedNodes(null);if(W.has(Y))return Oh(G),G;let H=vj(G);return W.add(Y),Oh(H),X.set(Y,H),H}getTextContent(){return""}getTextContentSize(){return this.getTextContent().length}createDOM(J,Z){x("createDOM: base method not extended")}updateDOM(J,Z,X){x("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){x(`LexicalNode: Node ${this.name} does not implement .importJSON().`)}updateFromJSON(J){return IT1(this,J)}static transform(){return null}remove(J){ff(this,!0,J)}replace(J,Z){T0();let X=I();if(X!==null)X=X.clone();yf(this,J);let Y=this.getLatest(),G=this.__key,W=J.__key,q=J.getWritable(),H=this.getParentOrThrow().getWritable(),z=H.__size;OZ(q);let B=Y.getPreviousSibling(),K=Y.getNextSibling(),F=Y.__prev,$=Y.__next,P=Y.__parent;if(ff(Y,!1,!0),B===null)H.__first=W;else{let A=B.getWritable();A.__next=W}if(q.__prev=F,K===null)H.__last=W;else{let A=K.getWritable();A.__prev=W}if(q.__next=$,q.__parent=P,H.__size=z,Z){if(!(R(this)&&R(q)))x("includeChildren should only be true for ElementNodes");this.getChildren().forEach((A)=>{q.append(A)})}if(v(X)){_1(X);let{anchor:A,focus:O}=X;if(A.key===G)r_(A,q);if(O.key===G)r_(O,q)}if(yJ()===G)R0(W);return q}insertAfter(J,Z=!0){T0(),yf(this,J);let X=this.getWritable(),Y=J.getWritable(),G=Y.getParent(),W=I(),q=!1,H=!1;if(G!==null){let $=J.getIndexWithinParent();if(OZ(Y),v(W)){let P=G.__key,A=W.anchor,O=W.focus;q=A.type==="element"&&A.key===P&&A.offset===$+1,H=O.type==="element"&&O.key===P&&O.offset===$+1}}let z=this.getNextSibling(),B=this.getParentOrThrow().getWritable(),K=Y.__key,F=X.__next;if(z===null)B.__last=K;else{let $=z.getWritable();$.__prev=K}if(B.__size++,X.__next=K,Y.__next=F,Y.__prev=X.__key,Y.__parent=X.__parent,Z&&v(W)){let $=this.getIndexWithinParent();Fh(W,B,$+1);let P=B.__key;if(q)W.anchor.set(P,$+2,"element");if(H)W.focus.set(P,$+2,"element")}return J}insertBefore(J,Z=!0){T0(),yf(this,J);let X=this.getWritable(),Y=J.getWritable(),G=Y.__key;OZ(Y);let W=this.getPreviousSibling(),q=this.getParentOrThrow().getWritable(),H=X.__prev,z=this.getIndexWithinParent();if(W===null)q.__first=G;else{let K=W.getWritable();K.__next=G}q.__size++,X.__prev=G,Y.__prev=H,Y.__next=X.__key,Y.__parent=X.__parent;let B=I();if(Z&&v(B)){let K=this.getParentOrThrow();Fh(B,K,z)}return J}isParentRequired(){return!1}createParentElementNode(){return V1()}selectStart(){return this.selectPrevious()}selectEnd(){return this.selectNext(0,0)}selectPrevious(J,Z){T0();let X=this.getPreviousSibling(),Y=this.getParentOrThrow();if(X===null)return Y.select(0,0);if(R(X))return X.select();else if(!N(X)){let G=X.getIndexWithinParent()+1;return Y.select(G,G)}return X.select(J,Z)}selectNext(J,Z){T0();let X=this.getNextSibling(),Y=this.getParentOrThrow();if(X===null)return Y.select();if(R(X))return X.select(0,0);else if(!N(X)){let G=X.getIndexWithinParent();return Y.select(G,G)}return X.select(J,Z)}markDirty(){this.getWritable()}reconcileObservedMutation(J,Z){this.markDirty()}}function Vw1(J,Z){let X=bR(h1(),J);if(X===void 0)x(`Create node: Attempted to create node ${Z.name} that was not configured to be used on the editor.`);let Y=X.klass;if(Y!==Z)x(`Create node: Type ${J} in node ${Z.name} does not match registered node ${Y.name} with the same type`)}function Uw1(J,Z,X){let Y=Z.getParentOrThrow().getLastChild(),G=Z,W=[Z];while(G!==Y){if(!G.getNextSibling())x("insertRangeAfter: lastToInsert must be a later sibling of firstToInsert");G=G.getNextSibling(),W.push(G)}let q=J;for(let H of W)q=q.insertAfter(H)}var Rh="historic",qp="history-push",O5="history-merge",Hp="paste",kw1="collaboration";var bw1="skip-scroll-into-view",Fj="skip-dom-selection",Kh="skip-selection-focus",Cw1="focus",Pj="composition-start",Aj="composition-end";class EZ extends r2{static getType(){return"linebreak"}static clone(J){return new EZ(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(Dw1(J)||Mw1(J))return null;return{conversion:Sw1,priority:0}}}}static importJSON(J){return T5().updateFromJSON(J)}}function Sw1(J){return{node:T5()}}function T5(){return f0(new EZ)}function e5(J){return J instanceof EZ}function Dw1(J){let Z=J.parentElement;if(Z!==null&&qE(Z)){let X=Z.firstChild;if(X===J||X.nextSibling===J&&Bh(X)){let Y=Z.lastChild;if(Y===J||Y.previousSibling===J&&Bh(Y))return!0}}return!1}function Mw1(J){let Z=J.parentElement;if(Z!==null&&qE(Z)){let X=Z.firstChild;if(X===J||X.nextSibling===J&&Bh(X))return!1;let Y=Z.lastChild;if(Y===J||Y.previousSibling===J&&Bh(Y))return!0}return!1}function Bh(J){return E9(J)&&/^( |\t|\r?\n)+$/.test(J.textContent||"")}function Pf(J,Z){if(Z&uf)return"code";if(Z&df)return"mark";if(Z&pf)return"sub";if(Z&lf)return"sup";return null}function Af(J,Z){if(Z&mf)return"strong";if(Z&_f)return"em";return"span"}function zp(J,Z,X,Y,G){let W=Y.classList,q=rM(G,"base");if(q!==void 0)W.add(...q);q=rM(G,"underlineStrikethrough");let H=!1,z=Z&Zh&&Z&Jh,B=X&Zh&&X&Jh;if(q!==void 0){if(B){if(H=!0,!z)W.add(...q)}else if(z)W.remove(...q)}for(let K in E0){let $=E0[K];if(q=rM(G,K),q!==void 0){if(X&$){if(H&&(K==="underline"||K==="strikethrough")){if(Z&$)W.remove(...q);continue}if((Z&$)===0||z&&K==="underline"||K==="strikethrough")W.add(...q)}else if(Z&$)W.remove(...q)}}}function Ew1(J,Z){let X=J.length,Y=Z.length,G=0,W=0;while(G<X&&G<Y&&J[G]===Z[G])G++;while(W+G<X&&W+G<Y&&J[X-W-1]===Z[Y-W-1])W++;return[G,X-G-W,Z.slice(G,Y-W)]}function Kp(J,Z,X){let Y=Z.firstChild,G=X.isComposing(),q=J+(G?GR:"");if(Y==null)Z.textContent=q;else{let H=Y.nodeValue;if(H!==q)if(G||VJ){let[z,B,K]=Ew1(H,q);if(B!==0)Y.deleteData(z,B);Y.insertData(z,K)}else Y.nodeValue=q}}function l_(J,Z,X,Y,G,W){Kp(G,J,Z);let H=W.theme.text;if(H!==void 0)zp(X,0,Y,J,H)}function rv(J,Z){let X=document.createElement(Z);return X.appendChild(J),X}class x0 extends r2{__text;__format;__style;__mode;__detail;static getType(){return"text"}static clone(J){return new x0(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 UT1[J.__mode]}getStyle(){return this.getLatest().__style}isToken(){return this.getLatest().__mode===Lf}isComposing(){return this.__key===yJ()}isSegmented(){return this.getLatest().__mode===gf}isDirectionless(){return(this.getLatest().__detail&bf)!==0}isUnmergeable(){return(this.getLatest().__detail&YR)!==0}hasFormat(J){let Z=E0[J];return(this.getFormat()&Z)!==0}isSimpleText(){return this.__type==="text"&&this.__mode===0}getTextContent(){return this.getLatest().__text}getFormatFlags(J,Z){let Y=this.getLatest().__format;return CZ(Y,J,Z)}canHaveFormat(){return!0}isInline(){return!0}createDOM(J,Z){let X=this.__format,Y=Pf(this,X),G=Af(this,X),W=Y===null?G:Y,q=document.createElement(W),H=q;if(this.hasFormat("code"))q.setAttribute("spellcheck","false");if(Y!==null)H=document.createElement(G),q.appendChild(H);let z=this.__text;l_(H,this,G,X,z,J);let B=this.__style;if(B!=="")q.style.cssText=B;return q}updateDOM(J,Z,X){let Y=this.__text,G=J.__format,W=this.__format,q=Pf(this,G),H=Pf(this,W),z=Af(this,G),B=Af(this,W);if((q===null?z:q)!==(H===null?B:H))return!0;if(q===H&&z!==B){let w=Z.firstChild;if(w==null)x("updateDOM: prevInnerDOM is null or undefined");let y=document.createElement(B);return l_(y,this,B,W,Y,X),Z.replaceChild(y,w),!1}let $=Z;if(H!==null){if(q!==null){if($=Z.firstChild,$==null)x("updateDOM: innerDOM is null or undefined")}}Kp(Y,$,this);let A=X.theme.text;if(A!==void 0&&G!==W)zp(B,G,W,$,A);let O=J.__style,T=this.__style;if(O!==T)Z.style.cssText=T;return!1}static importDOM(){return{"#text":()=>({conversion:Iw1,priority:0}),b:()=>({conversion:vw1,priority:0}),code:()=>({conversion:k9,priority:0}),em:()=>({conversion:k9,priority:0}),i:()=>({conversion:k9,priority:0}),mark:()=>({conversion:k9,priority:0}),s:()=>({conversion:k9,priority:0}),span:()=>({conversion:Rw1,priority:0}),strong:()=>({conversion:k9,priority:0}),sub:()=>({conversion:k9,priority:0}),sup:()=>({conversion:k9,priority:0}),u:()=>({conversion:k9,priority:0})}}static importJSON(J){return N1().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))x("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=rv(Z,"b");if(this.hasFormat("italic"))Z=rv(Z,"i");if(this.hasFormat("strikethrough"))Z=rv(Z,"s");if(this.hasFormat("underline"))Z=rv(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"?E0[J]:J,Z}setDetail(J){let Z=this.getWritable();return Z.__detail=typeof J==="string"?wT1[J]:J,Z}setStyle(J){let Z=this.getWritable();return Z.__style=J,Z}toggleFormat(J){let Z=this.getFormat(),X=CZ(Z,J,null);return this.setFormat(X)}toggleDirectionless(){let J=this.getWritable();return J.__detail^=bf,J}toggleUnmergeable(){let J=this.getWritable();return J.__detail^=YR,J}setMode(J){let Z=VT1[J];if(this.__mode===Z)return this;let X=this.getWritable();return X.__mode=Z,X}setTextContent(J){if(this.__text===J)return this;let Z=this.getWritable();return Z.__text=J,Z}select(J,Z){T0();let X=J,Y=Z,G=I(),W=this.getTextContent(),q=this.__key;if(typeof W==="string"){let H=W.length;if(X===void 0)X=H;if(Y===void 0)Y=H}else X=0,Y=0;if(!v(G))return Pp(q,X,q,Y,"text","text");else{let H=yJ();if(H===G.anchor.key||H===G.focus.key)R0(q);G.setTextNodeRange(this,X,this,Y)}return G}selectStart(){return this.select(0,0)}selectEnd(){let J=this.getTextContentSize();return this.select(J,J)}spliceText(J,Z,X,Y){let G=this.getWritable(),W=G.__text,q=X.length,H=J;if(H<0){if(H=q+H,H<0)H=0}let z=I();if(Y&&v(z)){let K=J+q;z.setTextNodeRange(G,K,G,K)}let B=W.slice(0,H)+X+W.slice(H+Z);return G.__text=B,G}canInsertTextBefore(){return!0}canInsertTextAfter(){return!0}splitText(...J){T0();let Z=this.getLatest(),X=Z.getTextContent();if(X==="")return[];let Y=Z.__key,G=yJ(),W=X.length;J.sort((b,D)=>b-D),J.push(W);let q=[],H=J.length;for(let b=0,D=0;b<W&&D<=H;D++){let S=J[D];if(S>b)q.push(X.slice(b,S)),b=S}let z=q.length;if(z===1)return[Z];let B=q[0],K=Z.getParent(),F,$=Z.getFormat(),P=Z.getStyle(),A=Z.__detail,O=!1,T=null,w=null,y=I();if(v(y)){let[b,D]=y.isBackward()?[y.focus,y.anchor]:[y.anchor,y.focus];if(b.type==="text"&&b.key===Y)T=b;if(D.type==="text"&&D.key===Y)w=D}if(Z.isSegmented())F=N1(B),F.__format=$,F.__style=P,F.__detail=A,F.__state=x_(Z,F),O=!0;else F=Z.setTextContent(B);let V=[F];for(let b=1;b<z;b++){let D=q[b],S=N1(D);S.__format=$,S.__style=P,S.__detail=A,S.__state=x_(Z,S);let h=S.__key;if(G===Y)R0(h);V.push(S)}let U=T?T.offset:null,C=w?w.offset:null,k=0;for(let b of V){if(!(T||w))break;let D=k+b.getTextContentSize();if(T!==null&&U!==null&&U<=D&&U>=k){if(T.set(b.getKey(),U-k,"text"),U<D)T=null}if(w!==null&&C!==null&&C<=D&&C>=k){w.set(b.getKey(),C-k,"text");break}k=D}if(K!==null){Ty1(this);let b=K.getWritable(),D=this.getIndexWithinParent();if(O)b.splice(D,0,V),this.remove();else b.splice(D,1,V);if(v(y))Fh(y,K,D,z-1)}return V}mergeWithSibling(J){let Z=J===this.getPreviousSibling();if(!Z&&J!==this.getNextSibling())x("mergeWithSibling: sibling must be a previous or next sibling");let X=this.__key,Y=J.__key,G=this.__text,W=G.length;if(yJ()===Y)R0(X);let H=I();if(v(H)){let{anchor:F,focus:$}=H;if(F!==null&&F.key===Y)Ju(F,Z,X,J,W);if($!==null&&$.key===Y)Ju($,Z,X,J,W)}let z=J.__text,B=Z?z+G:G+z;this.setTextContent(B);let K=this.getWritable();return J.remove(),K}isTextEntity(){return!1}}function Rw1(J){let X=J.style;return{forChild:Oj(X),node:null}}function vw1(J){let Z=J,X=Z.style.fontWeight==="normal";return{forChild:Oj(Z.style,X?void 0:"bold"),node:null}}var d_=new WeakMap;function hw1(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 xw1(J){let Z,X=J.parentNode,Y=[J];while(X!==null&&(Z=d_.get(X))===void 0&&!hw1(X))Y.push(X),X=X.parentNode;let G=Z===void 0?X:Z;for(let W=0;W<Y.length;W++)d_.set(Y[W],G);return G}function Iw1(J){let Z=J;if(J.parentElement===null)x("Expected parentElement of Text not to be null");let Y=Z.textContent||"";if(xw1(Z)!==null){let G=Y.split(/(\r?\n|\t)/),W=[],q=G.length;for(let H=0;H<q;H++){let z=G[H];if(z===`
12
+ `||z===`\r
13
+ `)W.push(T5());else if(z==="\t")W.push(S9());else if(z!=="")W.push(N1(z))}return{node:W}}if(Y=Y.replace(/\r/g,"").replace(/[ \t\n]+/g," "),Y==="")return{node:null};if(Y[0]===" "){let G=Z,W=!0;while(G!==null&&(G=s_(G,!1))!==null){let q=G.textContent||"";if(q.length>0){if(/[ \t\n]$/.test(q))Y=Y.slice(1);W=!1;break}}if(W)Y=Y.slice(1)}if(Y[Y.length-1]===" "){let G=Z,W=!0;while(G!==null&&(G=s_(G,!0))!==null)if((G.textContent||"").replace(/^( |\t|\r?\n)+/,"").length>0){W=!1;break}if(W)Y=Y.slice(0,Y.length-1)}if(Y==="")return{node:null};return{node:N1(Y)}}function s_(J,Z){let X=J;while(!0){let Y;while((Y=Z?X.nextSibling:X.previousSibling)===null){let W=X.parentElement;if(W===null)return null;X=W}if(X=Y,C1(X)){let W=X.style.display;if(W===""&&!DR(X)||W!==""&&!W.startsWith("inline"))return null}let G=X;while((G=Z?X.firstChild:X.lastChild)!==null)X=G;if(E9(X))return X;else if(X.nodeName==="BR")return null}}var fw1={code:"code",em:"italic",i:"italic",mark:"highlight",s:"strikethrough",strong:"bold",sub:"subscript",sup:"superscript",u:"underline"};function k9(J){let Z=fw1[J.nodeName.toLowerCase()];if(Z===void 0)return{node:null};return{forChild:Oj(J.style,Z),node:null}}function N1(J=""){return f0(new x0(J))}function N(J){return J instanceof x0}function Oj(J,Z){let X=J.fontWeight,Y=J.textDecoration.split(" "),G=X==="700"||X==="bold",W=Y.includes("line-through"),q=J.fontStyle==="italic",H=Y.includes("underline"),z=J.verticalAlign;return(B)=>{if(!N(B))return B;if(G&&!B.hasFormat("bold"))B.toggleFormat("bold");if(W&&!B.hasFormat("strikethrough"))B.toggleFormat("strikethrough");if(q&&!B.hasFormat("italic"))B.toggleFormat("italic");if(H&&!B.hasFormat("underline"))B.toggleFormat("underline");if(z==="sub"&&!B.hasFormat("subscript"))B.toggleFormat("subscript");if(z==="super"&&!B.hasFormat("superscript"))B.toggleFormat("superscript");if(Z&&!B.hasFormat(Z))B.toggleFormat(Z);return B}}class RZ extends x0{static getType(){return"tab"}static clone(J){return new RZ(J.__key)}constructor(J){super("\t",J);this.__detail=YR}static importDOM(){return null}createDOM(J){let Z=super.createDOM(J),X=rM(J.theme,"tab");if(X!==void 0)Z.classList.add(...X);return Z}static importJSON(J){return S9().updateFromJSON(J)}setTextContent(J){if(!(J==="\t"||J===""))x("TabNode does not support setTextContent");return super.setTextContent("\t")}spliceText(J,Z,X,Y){if(!(X===""&&Z===0||X==="\t"&&Z===1))x("TabNode does not support spliceText");return this}setDetail(J){if(J!==YR)x("TabNode does not support setDetail");return this}setMode(J){if(J!=="normal")x("TabNode does not support setMode");return this}canInsertTextBefore(){return!1}canInsertTextAfter(){return!1}}function S9(){return f0(new RZ)}function wR(J){return J instanceof RZ}class Bp{key;offset;type;_selection;constructor(J,Z,X){Object.defineProperty(this,"_selection",{enumerable:!1,writable:!0}),this._selection=null,this.key=J,this.offset=Z,this.type=X}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=h0(q2(this,"next")),X=h0(q2(J,"next"));return ip(Z,X)<0}getNode(){let J=this.key,Z=y1(J);if(Z===null)x("Point.getNode: node not found");return Z}set(J,Z,X,Y){let G=this._selection,W=this.key;if(Y&&this.key===J&&this.offset===Z&&this.type===X)return;this.key=J,this.offset=Z,this.type=X;{let q=y1(J);if(!(X==="text"?N(q):R(q)))x(`PointType.set: node with key ${J} is ${q?q.__type:"[not found]"} and can not be used for a ${X} point`)}if(!yR()){if(yJ()===W)R0(J);if(G!==null)G.setCachedNodes(null),G.dirty=!0}}}function w5(J,Z,X){return new Bp(J,Z,X)}function Of(J,Z){let X=Z.__key,Y=J.offset,G="element";if(N(Z)){G="text";let W=Z.getTextContentSize();if(Y>W)Y=W}else if(!R(Z)){let W=Z.getNextSibling();if(N(W))X=W.__key,Y=0,G="text";else{let q=Z.getParent();if(q)X=q.__key,Y=Z.getIndexWithinParent()+1}}J.set(X,Y,G)}function r_(J,Z){if(R(Z)){let X=Z.getLastDescendant();if(R(X)||N(X))Of(J,X);else Of(J,Z)}else Of(J,Z)}function jw1(J,Z,X,Y){let G=J.getNode(),W=G.getChildAtIndex(J.offset),q=N1();if(q.setFormat(X),q.setStyle(Y),kR(W))W.splice(0,0,[q]);else{let H=c1(G)?V1().append(q):q;if(W===null)G.append(H);else W.insertBefore(H)}if(J.is(Z))Z.set(q.__key,0,"text");J.set(q.__key,0,"text")}class vh{_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(!j1(J))return!1;let Z=this._nodes,X=J._nodes;return Z.size===X.size&&Array.from(Z).every((Y)=>X.has(Y))}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 vh(new Set(this._nodes))}extract(){return this.getNodes()}insertRawText(J){}insertText(){}insertNodes(J){let Z=this.getNodes(),X=Z.length,Y=Z[X-1],G;if(N(Y))G=Y.select();else{let W=Y.getIndexWithinParent()+1;G=Y.getParentOrThrow().select(W,W)}G.insertNodes(J);for(let W=0;W<X;W++)Z[W].remove()}getNodes(){let J=this._cachedNodes;if(J!==null)return J;let Z=this._nodes,X=[];for(let Y of Z){let G=y1(Y);if(G!==null)X.push(G)}if(!yR())this._cachedNodes=X;return X}getTextContent(){let J=this.getNodes(),Z="";for(let X=0;X<J.length;X++)Z+=J[X].getTextContent();return Z}deleteNodes(){let J=this.getNodes();if((I()||MJ())===this&&J[0]){let Z=i1(J[0],"next");fj(J7(Z,Z))}for(let Z of J)Z.remove()}}function v(J){return J instanceof vZ}class vZ{format;style;anchor;focus;_cachedNodes;dirty;constructor(J,Z,X,Y){this.anchor=J,this.focus=Z,J._selection=this,Z._selection=this,this._cachedNodes=null,this.format=X,this.style=Y,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=Nj(Nf(this),"next"),X=aw1(Z);if(this.isCollapsed()&&X.length>1)x(`RangeSelection.getNodes() returned ${String(X.length)} > 1 nodes in a collapsed selection`);if(!yR())this._cachedNodes=X;return X}setTextNodeRange(J,Z,X,Y){this.anchor.set(J.__key,Z,"text"),this.focus.set(X.__key,Y,"text")}getTextContent(){let J=this.getNodes();if(J.length===0)return"";let Z=J[0],X=J[J.length-1],Y=this.anchor,G=this.focus,W=Y.isBefore(G),[q,H]=$h(this),z="",B=!0;for(let K=0;K<J.length;K++){let F=J[K];if(R(F)&&!F.isInline()){if(!B)z+=`
14
+ `;if(F.isEmpty())B=!1;else B=!0}else if(B=!1,N(F)){let $=F.getTextContent();if(F===Z)if(F===X){if(Y.type!=="element"||G.type!=="element"||G.offset===Y.offset)$=q<H?$.slice(q,H):$.slice(H,q)}else $=W?$.slice(q):$.slice(H);else if(F===X)$=W?$.slice(0,H):$.slice(0,q);z+=$}else if((F1(F)||e5(F))&&(F!==X||!this.isCollapsed()))z+=F.getTextContent()}return z}applyDOMRange(J){let Z=h1(),Y=Z.getEditorState()._selection,G=Fp(J.startContainer,J.startOffset,J.endContainer,J.endOffset,Z,Y);if(G===null)return;let[W,q]=G;this.anchor.set(W.key,W.offset,W.type,!0),this.focus.set(q.key,q.offset,q.type,!0),P5(this)}clone(){let J=this.anchor,Z=this.focus;return new vZ(w5(J.key,J.offset,J.type),w5(Z.key,Z.offset,Z.type),this.format,this.style)}toggleFormat(J){this.format=CZ(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=E0[J];return(this.format&Z)!==0}insertRawText(J){let Z=J.split(/(\r?\n|\t)/),X=[],Y=Z.length;for(let G=0;G<Y;G++){let W=Z[G];if(W===`
15
+ `||W===`\r
16
+ `)X.push(T5());else if(W==="\t")X.push(S9());else X.push(N1(W))}this.insertNodes(X)}insertText(J){let Z=this.anchor,X=this.focus,Y=this.format,G=this.style,W=Z,q=X;if(!this.isCollapsed()&&X.isBefore(Z))W=X,q=Z;if(W.type==="element")jw1(W,q,Y,G);if(q.type==="element")Z7(q,h0(q2(q,"next")));let H=W.offset,z=q.offset,B=this.getNodes(),K=B.length,F=B[0];if(!N(F))x("insertText: first node is not a text node");let P=F.getTextContent().length,A=F.getParentOrThrow(),O=K-1,T=B[O];if(K===1&&q.type==="element")z=P,q.set(W.key,z,"text");if(this.isCollapsed()&&H===P&&(i5(F)||!F.canInsertTextAfter()||!A.canInsertTextAfter()&&F.getNextSibling()===null)){let w=F.getNextSibling();if(!N(w)||!w.canInsertTextBefore()||i5(w))if(w=N1(),w.setFormat(Y),w.setStyle(G),!A.canInsertTextAfter())A.insertAfter(w);else F.insertAfter(w);if(w.select(0,0),F=w,J!==""){this.insertText(J);return}}else if(this.isCollapsed()&&H===0&&(i5(F)||!F.canInsertTextBefore()||!A.canInsertTextBefore()&&F.getPreviousSibling()===null)){let w=F.getPreviousSibling();if(!N(w)||i5(w))if(w=N1(),w.setFormat(Y),!A.canInsertTextBefore())A.insertBefore(w);else F.insertBefore(w);if(w.select(),F=w,J!==""){this.insertText(J);return}}else if(F.isSegmented()&&H!==P){let w=N1(F.getTextContent());w.setFormat(Y),F.replace(w),F=w}else if(!this.isCollapsed()&&J!==""){let w=T.getParent();if(!A.canInsertTextBefore()||!A.canInsertTextAfter()||R(w)&&(!w.canInsertTextBefore()||!w.canInsertTextAfter())){this.insertText(""),$p(this.anchor,this.focus),this.insertText(J);return}}if(K===1){if(AZ(F)){let U=N1(J);U.select(),F.replace(U);return}let w=F.getFormat(),y=F.getStyle();if(H===z&&(w!==Y||y!==G))if(F.getTextContent()==="")F.setFormat(Y),F.setStyle(G);else{let U=N1(J);if(U.setFormat(Y),U.setStyle(G),U.select(),H===0)F.insertBefore(U,!1);else{let[C]=F.splitText(H);C.insertAfter(U,!1)}if(U.isComposing()&&this.anchor.type==="text")this.anchor.offset-=J.length;return}else if(wR(F)){let U=N1(J);U.setFormat(Y),U.setStyle(G),U.select(),F.replace(U);return}let V=z-H;if(F=F.spliceText(H,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=R(F)?F:F.getParentOrThrow(),V=R(T)?T:T.getParentOrThrow(),U=T;if(!y.is(V)&&V.isInline())do U=V,V=V.getParentOrThrow();while(V.isInline());if(q.type==="text"&&(z!==0||T.getTextContent()==="")||q.type==="element"&&T.getIndexWithinParent()<z)if(N(T)&&!AZ(T)&&z!==T.getTextContentSize()){if(T.isSegmented()){let S=N1(T.getTextContent());T.replace(S),T=S}if(!c1(q.getNode())&&q.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 C=V.getChildren(),k=new Set(B),b=y.is(V),D=y.isInline()&&F.getNextSibling()===null?y:F;for(let S=C.length-1;S>=0;S--){let h=C[S];if(h.is(F)||R(h)&&h.isParentOf(F))break;if(h.isAttached())if(!k.has(h)||h.is(U)){if(!b)D.insertAfter(h,!1)}else h.remove()}if(!b){let S=V,h=null;while(S!==null){let g=S.getChildren(),r=g.length;if(r===0||g[r-1].is(h))w.delete(S.__key),h=S;S=S.getParent()}}if(!AZ(F)){if(F=F.spliceText(H,P-H,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(H===P)F.select();else{let S=N1(J);S.select(),F.replace(S)}for(let S=1;S<K;S++){let h=B[S],g=h.__key;if(!w.has(g))h.remove()}}}removeText(){let J=I()===this,Z=wV1(Nf(this));if(ov(this,Z),J&&I()!==this)_1(this)}formatText(J,Z=null){if(this.isCollapsed()){this.toggleFormat(J),R0(null);return}let X=this.getNodes(),Y=[];for(let V of X)if(N(V))Y.push(V);let G=(V)=>{X.forEach((U)=>{if(R(U)){let C=U.getFormatFlags(J,V);U.setTextFormat(C)}})},W=Y.length;if(W===0){this.toggleFormat(J),R0(null),G(Z);return}let q=this.anchor,H=this.focus,z=this.isBackward(),B=z?H:q,K=z?q:H,F=0,$=Y[0],P=B.type==="element"?0:B.offset;if(B.type==="text"&&P===$.getTextContentSize())F=1,$=Y[1],P=0;if($==null)return;let A=$.getFormatFlags(J,Z);G(A);let O=W-1,T=Y[O],w=K.type==="text"?K.offset:T.getTextContentSize();if($.is(T)){if(P===w)return;if(i5($)||P===0&&w===$.getTextContentSize())$.setFormat(A);else{let V=$.splitText(P,w),U=P===0?V[0]:V[1];if(U.setFormat(A),B.type==="text")B.set(U.__key,0,"text");if(K.type==="text")K.set(U.__key,w-P,"text")}this.format=A;return}if(P!==0&&!i5($))[,$]=$.splitText(P),P=0;$.setFormat(A);let y=T.getFormatFlags(J,A);if(w>0){if(w!==T.getTextContentSize()&&!i5(T))[T]=T.splitText(w);T.setFormat(y)}for(let V=F+1;V<O;V++){let U=Y[V],C=U.getFormatFlags(J,y);U.setFormat(C)}if(B.type==="text")B.set($.__key,P,"text");if(K.type==="text")K.set(T.__key,w,"text");this.format=A|y}insertNodes(J){if(J.length===0)return;if(!this.isCollapsed())this.removeText();if(this.anchor.key==="root"){this.insertParagraph();let T=I();if(!v(T))x("Expected RangeSelection after insertParagraph");return T.insertNodes(J)}let X=(this.isBackward()?this.focus:this.anchor).getNode(),Y=L1(X,O2),G=J[J.length-1];if(R(Y)&&"__language"in Y){if("__language"in J[0])this.insertText(J[0].getTextContent());else{let T=Tf(this);Y.splice(T,0,J),G.selectEnd()}return}let W=(T)=>(R(T)||F1(T))&&!T.isInline();if(!J.some(W)){if(!R(Y))x(`Expected node ${X.constructor.name} of type ${X.getType()} to have a block ElementNode ancestor`);let T=Tf(this);Y.splice(T,0,J),G.selectEnd();return}let q=rw1(J),H=q.getLastDescendant(),z=q.getChildren(),B=(T)=>R(T)&&O2(T)&&!T.isEmpty()&&R(Y)&&(!Y.isEmpty()||Y.canMergeWhenEmpty()),F=!R(Y)||!Y.isEmpty()?this.insertParagraph():null,$=z[z.length-1],P=z[0];if(B(P)){if(!R(Y))x(`Expected node ${X.constructor.name} of type ${X.getType()} to have a block ElementNode ancestor`);Y.append(...P.getChildren()),P=z[1]}if(P){if(Y===null)x(`Expected node ${X.constructor.name} of type ${X.getType()} to have a block ancestor`);Uw1(Y,P)}let A=L1(H,O2);if(F&&R(A)&&(F.canMergeWhenEmpty()||O2($)))A.append(...F.getChildren()),F.remove();if(R(Y)&&Y.isEmpty())Y.remove();H.selectEnd();let O=R(Y)?Y.getLastChild():null;if(e5(O)&&A!==Y)O.remove()}insertParagraph(){if(this.anchor.key==="root"){let W=V1();return b1().splice(this.anchor.offset,0,[W]),W.select(),W}let J=Tf(this),Z=L1(this.anchor.getNode(),O2);if(!R(Z))x("Expected ancestor to be a block ElementNode");let X=Z.getChildAtIndex(J),Y=X?[X,...X.getNextSiblings()]:[],G=Z.insertNewAfter(this,!1);if(G)return G.append(...Y),G.selectStart(),G;return null}insertLineBreak(J){let Z=T5();if(this.insertNodes([Z]),J){let X=Z.getParentOrThrow(),Y=Z.getIndexWithinParent();X.select(Y,Y)}}extract(){let J=[...this.getNodes()],Z=J.length,X=J[0],Y=J[Z-1],[G,W]=$h(this),q=this.isBackward(),[H,z]=q?[this.focus,this.anchor]:[this.anchor,this.focus],[B,K]=q?[W,G]:[G,W];if(Z===0)return[];else if(Z===1){if(N(X)&&!this.isCollapsed()){let F=X.splitText(B,K),$=B===0?F[0]:F[1];if($)return H.set($.getKey(),0,"text"),z.set($.getKey(),$.getTextContentSize(),"text"),[$];return[]}return[X]}if(N(X)){if(B===X.getTextContentSize())J.shift();else if(B!==0)[,X]=X.splitText(B),J[0]=X,H.set(X.getKey(),0,"text")}if(N(Y)){let $=Y.getTextContent().length;if(K===0)J.pop();else if(K!==$)[Y]=Y.splitText(K),J[J.length-1]=Y,z.set(Y.getKey(),Y.getTextContentSize(),"text")}return J}modify(J,Z,X){if(Qu(this,J,Z,X))return;let Y=J==="move",G=h1(),W=o0(y2(G));if(!W)return;let{_blockCursorElement:q,_rootElement:H}=G,z=this.focus.getNode();if(H!==null&&q!==null&&R(z)&&!z.isInline()&&!z.canBeEmpty())Rj(q,G,H);if(this.dirty){let B=iM(G,this.anchor.key),K=iM(G,this.focus.key);if(this.anchor.type==="text")B=bZ(B);if(this.focus.type==="text")K=bZ(K);if(B&&K)Ap(W,B,this.anchor.offset,K,this.focus.offset)}if(Lw1(W,J,Z?"backward":"forward",X),W.rangeCount>0){let B=W.getRangeAt(0),K=this.anchor.getNode(),F=c1(K)?K:ZV1(K);if(this.applyDOMRange(B),this.dirty=!0,!Y){let $=this.getNodes(),P=[],A=!1;for(let O=0;O<$.length;O++){let T=$[O];if(Th(T,F))P.push(T);else A=!0}if(A&&P.length>0)if(Z){let O=P[0];if(R(O))O.selectStart();else O.getParentOrThrow().selectStart()}else{let O=P[P.length-1];if(R(O))O.selectEnd();else O.getParentOrThrow().selectEnd()}if(W.anchorNode!==B.startContainer||W.anchorOffset!==B.startOffset)Nw1(this)}}if(X==="lineboundary")Qu(this,J,Z,X,"decorators")}forwardDeletion(J,Z,X){if(!X&&(J.type==="element"&&R(Z)&&J.offset===Z.getChildrenSize()||J.type==="text"&&J.offset===Z.getTextContentSize())){let Y=Z.getParent(),G=Z.getNextSibling()||(Y===null?null:Y.getNextSibling());if(R(G)&&G.isShadowRoot())return!0}return!1}deleteCharacter(J){let Z=this.isCollapsed();if(this.isCollapsed()){let X=this.anchor,Y=X.getNode();if(this.forwardDeletion(X,Y,J))return;let W=q2(X,J?"previous":"next"),q=sh(W);if(q.getTextSlices().every((z)=>z===null||z.distance===0)){let z={type:"initial"};for(let B of q.iterNodeCarets("shadowRoot"))if(T2(B)){if(B.origin.isInline());else if(B.origin.isShadowRoot()){if(z.type==="merge-block")break;if(R(q.anchor.origin)&&q.anchor.origin.isEmpty()){let K=h0(B);ov(this,J7(K,K)),q.anchor.origin.remove()}return}else if(z.type==="merge-next-block"||z.type==="merge-block")z={block:z.block,caret:B,type:"merge-block"}}else if(z.type==="merge-block")break;else if(fZ(B)){if(R(B.origin)){if(!B.origin.isInline())z={block:B.origin,type:"merge-next-block"};else if(!B.origin.isParentOf(q.anchor.origin))break;continue}else if(F1(B.origin)){if(B.origin.isIsolated());else if(z.type==="merge-next-block"&&(B.origin.isKeyboardSelectable()||!B.origin.isInline())&&R(q.anchor.origin)&&q.anchor.origin.isEmpty()){q.anchor.origin.remove();let K=XE();K.add(B.origin.getKey()),_1(K)}else B.origin.remove();return}break}if(z.type==="merge-block"){let{caret:B,block:K}=z;return ov(this,J7(!B.origin.isEmpty()&&K.isEmpty()?vJ(i1(K,B.direction)):q.anchor,B)),this.removeText()}}let H=this.focus;if(this.modify("extend",J,"character"),!this.isCollapsed()){let z=H.type==="text"?H.getNode():null;if(Y=X.type==="text"?X.getNode():null,z!==null&&z.isSegmented()){let B=H.offset,K=z.getTextContentSize();if(z.is(Y)||J&&B!==K||!J&&B!==0){n_(z,J,B);return}}else if(Y!==null&&Y.isSegmented()){let B=X.offset,K=Y.getTextContentSize();if(Y.is(z)||J&&B!==0||!J&&B!==K){n_(Y,J,B);return}}gw1(this,J)}else if(J&&X.offset===0){if(c_(this,X.getNode()))return}}if(this.removeText(),J&&!Z&&this.isCollapsed()&&this.anchor.type==="element"&&this.anchor.offset===0){let X=this.anchor.getNode();if(X.isEmpty()&&c1(X.getParent())&&X.getPreviousSibling()===null)c_(this,X)}}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,X=Z.getNode();if(this.forwardDeletion(Z,X,J))return;this.modify("extend",J,"word")}this.removeText()}isBackward(){return this.focus.isBefore(this.anchor)}getStartEndPoints(){return[this.anchor,this.focus]}}function j1(J){return J instanceof vh}function a_(J){let Z=J.offset;if(J.type==="text")return Z;let X=J.getNode();return Z===X.getChildrenSize()?X.getTextContent().length:0}function $h(J){let Z=J.getStartEndPoints();if(Z===null)return[0,0];let[X,Y]=Z;if(X.type==="element"&&Y.type==="element"&&X.key===Y.key&&X.offset===Y.offset)return[0,0];return[a_(X),a_(Y)]}function c_(J,Z){for(let X=Z;X;X=X.getParent()){if(R(X)){if(X.collapseAtStart(J))return!0;if(I0(X))break}if(X.getPreviousSibling())break}return!1}function Nw1(J){let{focus:Z,anchor:X}=J,Y=X.key,G=X.offset,W=X.type;X.set(Z.key,Z.offset,Z.type,!0),Z.set(Y,G,W,!0)}function Lw1(J,Z,X,Y){J.modify(Z,X,Y)}function gw1(J,Z){let{anchor:X,focus:Y}=J,G=X.getNode(),W=Y.getNode();if(G===W&&X.type==="text"&&Y.type==="text"){let q=X.offset,H=Y.offset,z=q<H,B=z?q:H,K=z?H:q,F=K-1;if(B!==F){let $=G.getTextContent().slice(B,K);if(mw1($))if(Z)Y.set(Y.key,F,Y.type);else X.set(X.key,F,X.type)}}}function mw1(J){if(!(J.length>1))x("shouldDeleteExactlyOneCodeUnit: expecting to be called only with sequences of two or more code units");return!(vp(J)||_w1(J))}var _w1=(()=>{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 n_(J,Z,X){let Y=J,W=Y.getTextContent().split(/(?=\s)/g),q=W.length,H=0,z=0;for(let K=0;K<q;K++){let F=W[K],$=K===q-1;if(z=H,H+=F.length,Z&&H===X||H>X||$){if(W.splice(K,1),$)z=void 0;break}}let B=W.join("").trim();if(B==="")Y.remove();else Y.setTextContent(B),Y.select(z,z)}function uw1(J,Z,X){let Y=J.getParent();return X===null||Y===null||!Y.canBeEmpty()||Y!==X.getNode()}function i_(J,Z,X,Y){let G=Z,W;if(C1(J)){let q=!1,H=J.childNodes,z=H.length,B=Y._blockCursorElement;if(G===z)q=!0,G=z-1;let K=H[G],F=!1;if(K===B)K=H[G+1],F=!0;else if(B!==null){let $=B.parentNode;if(J===$){let P=Array.prototype.indexOf.call($.children,B);if(Z>P)G--}}if(W=dM(K),N(W))G=o5(W,q?"next":"previous");else{let $=dM(J);if($===null)return null;if(R($)){let P=Y.getElementByKey($.getKey());if(P===null)x("$internalResolveSelectionPoint: node in DOM but not keyToDOMMap");if([$,G]=$.getDOMSlot(P).resolveChildIndex($,P,J,Z),!R($))x("$internalResolveSelectionPoint: resolvedElement is not an ElementNode");if(q&&G>=$.getChildrenSize())G=Math.max(0,$.getChildrenSize()-1);let O=$.getChildAtIndex(G);if(R(O)&&uw1(O,G,X)){let T=q?O.getLastDescendant():O.getFirstDescendant();if(T===null)$=O;else O=T,$=R(O)?O:O.getParentOrThrow();G=0}if(N(O))W=O,$=null,G=o5(O,q?"next":"previous");else if(O!==$&&q&&!F){if(!R($))x("invariant");G=Math.min($.getChildrenSize(),G+1)}}else{let P=$.getIndexWithinParent();if(Z===0&&F1($)&&dM(J)===$)G=P;else G=P+1;$=$.getParentOrThrow()}if(R($))return w5($.__key,G,"element")}}else W=dM(J);if(!N(W))return null;return w5(W.__key,o5(W,G,"clamp"),"text")}function t_(J,Z,X){let Y=J.offset,G=J.getNode();if(Y===0){let W=G.getPreviousSibling(),q=G.getParent();if(!Z){if(R(W)&&!X&&W.isInline())J.set(W.__key,W.getChildrenSize(),"element");else if(N(W))J.set(W.__key,W.getTextContent().length,"text")}else if((X||!Z)&&W===null&&R(q)&&q.isInline()){let H=q.getPreviousSibling();if(N(H))J.set(H.__key,H.getTextContent().length,"text")}}else if(Y===G.getTextContent().length){let W=G.getNextSibling(),q=G.getParent();if(Z&&R(W)&&W.isInline())J.set(W.__key,0,"element");else if((X||Z)&&W===null&&R(q)&&q.isInline()&&!q.canInsertTextAfter()){let H=q.getNextSibling();if(N(H))J.set(H.__key,0,"text")}}}function $p(J,Z,X){if(J.type==="text"&&Z.type==="text"){let Y=J.isBefore(Z),G=J.is(Z);if(t_(J,Y,G),t_(Z,!Y,G),G)Z.set(J.key,J.offset,J.type)}}function Fp(J,Z,X,Y,G,W){if(J===null||X===null||!YE(G,J,X))return null;let q=i_(J,Z,v(W)?W.anchor:null,G);if(q===null)return null;let H=i_(X,Y,v(W)?W.focus:null,G);if(H===null)return null;if(o_("anchor",q),o_("focus",H),q.type==="element"&&H.type==="element"){let z=dM(J),B=dM(X);if(F1(z)&&F1(B))return null}return $p(q,H),[q,H]}function QE(J){return R(J)&&!J.isInline()}function Pp(J,Z,X,Y,G,W){let q=EJ(),H=new vZ(w5(J,Z,G),w5(X,Y,W),0,"");return H.dirty=!0,q._selection=H,H}function DJ(){let J=w5("root",0,"element"),Z=w5("root",0,"element");return new vZ(J,Z,0,"")}function XE(){return new vh(new Set)}function pw1(J,Z){let Y=J.getEditorState()._selection,G=o0(y2(J));if(v(Y)||Y==null)return Tj(Y,G,J,Z);return Y.clone()}function Tj(J,Z,X,Y){let G=X._window;if(G===null)return null;let W=Y||G.event,q=W?W.type:void 0,H=q==="selectionchange",z=!ST1()&&(H||q==="beforeinput"||q==="compositionstart"||q==="compositionend"||q==="click"&&W&&W.detail===3||q==="drop"||q===void 0),B,K,F,$;if(!v(J)||z){if(Z===null)return null;if(B=Z.anchorNode,K=Z.focusNode,F=Z.anchorOffset,$=Z.focusOffset,(H||q===void 0)&&v(J)&&!YE(X,B,K))return J.clone()}else return J.clone();let P=Fp(B,F,K,$,X,J);if(P===null)return null;let[A,O]=P,T=0,w="";if(v(J)){let y=J.anchor;if(A.key===y.key)T=J.format,w=J.style;else{let V=A.getNode();if(N(V))T=V.getFormat(),w=V.getStyle();else if(R(V))T=V.getTextFormat(),w=V.getTextStyle()}}return new vZ(A,O,T,w)}function o_(J,Z){let X=y1(Z.key);if(X===void 0)x(`$validatePoint: ${J} key ${Z.key} not found in current editorState`);if(Z.type==="text"){if(!N(X))x(`$validatePoint: ${J} key ${Z.key} is not a TextNode`);let Y=X.getTextContentSize();if(!(Z.offset<=Y))x(`$validatePoint: ${J} point.offset > node.getTextContentSize() (${String(Z.offset)} > ${String(Y)})`)}else{if(!R(X))x(`$validatePoint: ${J} key ${Z.key} is not an ElementNode`);let Y=X.getChildrenSize();if(!(Z.offset<=Y))x(`$validatePoint: ${J} point.offset > node.getChildrenSize() (${String(Z.offset)} > ${String(Y)})`)}}function I(){return EJ()._selection}function MJ(){return h1()._editorState._selection}function Fh(J,Z,X,Y=1){let{anchor:G,focus:W}=J,q=G.getNode(),H=W.getNode();if(!Z.is(q)&&!Z.is(H))return;let z=Z.__key;if(J.isCollapsed()){let B=G.offset;if(X<=B&&Y>0||X<B&&Y<0){let K=Math.max(0,B+Y);G.set(z,K,"element"),W.set(z,K,"element"),e_(J)}}else{let B=J.isBackward(),K=B?W:G,F=K.getNode(),$=B?G:W,P=$.getNode();if(Z.is(F)){let A=K.offset;if(X<=A&&Y>0||X<A&&Y<0)K.set(z,Math.max(0,A+Y),"element")}if(Z.is(P)){let A=$.offset;if(X<=A&&Y>0||X<A&&Y<0)$.set(z,Math.max(0,A+Y),"element")}}e_(J)}function e_(J){let Z=J.anchor,X=Z.offset,Y=J.focus,G=Y.offset,W=Z.getNode(),q=Y.getNode();if(J.isCollapsed()){if(!R(W))return;let H=W.getChildrenSize(),z=X>=H,B=z?W.getChildAtIndex(H-1):W.getChildAtIndex(X);if(N(B)){let K=0;if(z)K=B.getTextContentSize();Z.set(B.__key,K,"text"),Y.set(B.__key,K,"text")}return}if(R(W)){let H=W.getChildrenSize(),z=X>=H,B=z?W.getChildAtIndex(H-1):W.getChildAtIndex(X);if(N(B)){let K=0;if(z)K=B.getTextContentSize();Z.set(B.__key,K,"text")}}if(R(q)){let H=q.getChildrenSize(),z=G>=H,B=z?q.getChildAtIndex(H-1):q.getChildAtIndex(G);if(N(B)){let K=0;if(z)K=B.getTextContentSize();Y.set(B.__key,K,"text")}}}function lw1(J,Z){let Y=Z.getEditorState()._selection,G=J._selection;if(v(G)){let{anchor:W,focus:q}=G,H;if(W.type==="text")H=W.getNode(),H.selectionTransform(Y,G);if(q.type==="text"){let z=q.getNode();if(H!==z)z.selectionTransform(Y,G)}}}function Ph(J,Z,X,Y,G){let W=null,q=0,H=null;if(Y!==null){if(W=Y.__key,N(Y))q=Y.getTextContentSize(),H="text";else if(R(Y))q=Y.getChildrenSize(),H="element"}else if(G!==null){if(W=G.__key,N(G))H="text";else if(R(G))H="element"}if(W!==null&&H!==null)J.set(W,q,H);else{if(q=Z.getIndexWithinParent(),q===-1)q=X.getChildrenSize();J.set(X.__key,q,"element")}}function Ju(J,Z,X,Y,G){if(J.type==="text")J.set(X,J.offset+(Z?0:G),"text");else if(J.offset>Y.getIndexWithinParent())J.set(J.key,J.offset-1,"element")}function Ap(J,Z,X,Y,G){try{J.setBaseAndExtent(Z,X,Y,G)}catch(W){console.warn(W)}}function Zu(J,Z,X){let Y=iM(J,Z.getKey());if(R(Z)){let G=Z.getDOMSlot(Y);return[G.element,X+G.getFirstChildOffset()]}return[Y,X]}function dw1(J,Z,X,Y,G,W,q){let{anchorNode:H,focusNode:z,anchorOffset:B,focusOffset:K}=Y,F=document.activeElement;if(G.has(kw1)&&F!==W||F!==null&&Ih(F))return;if(!v(Z)){if(J!==null&&YE(X,H,z))Y.removeAllRanges();return}let{anchor:$,focus:P}=Z,A=$.getNode(),O=P.getNode(),[T,w]=Zu(X,A,$.offset),[y,V]=Zu(X,O,P.offset),U=Z.format,C=Z.style,k=Z.isCollapsed(),b=T,D=y,S=!1;if($.type==="text")b=bZ(T),S=A.getFormat()!==U||A.getStyle()!==C;else if(v(J)&&J.anchor.type==="text")S=!0;if(P.type==="text")D=bZ(y);if(b===null||D===null)return;if(k&&(J===null||S||v(J)&&(J.format!==U||J.style!==C)))ww1(U,C,w,$.key,performance.now());if(B===w&&K===V&&H===b&&z===D&&!(Y.type==="Range"&&k)){if(F===null||!W.contains(F)){if(!G.has(Kh))W.focus({preventScroll:!0})}if($.type!=="element")return}if(Ap(Y,b,w,D,V),VJ&&Z.isCollapsed()&&W!==null&&!G.has(Kh)&&(document.activeElement===null||!W.contains(document.activeElement)))W.focus({preventScroll:!0});if(!G.has(bw1)&&Z.isCollapsed()&&W!==null&&W===document.activeElement){let h=v(Z)&&Z.anchor.type==="element"?b.childNodes[w]||null:Y.rangeCount>0?Y.getRangeAt(0):null;if(h!==null){let g;if(h instanceof Text){let r=document.createRange();r.selectNode(h),g=r.getBoundingClientRect()}else g=h.getBoundingClientRect();oy1(X,g,W)}}Tw1()}function D9(J){let Z=I()||MJ();if(Z===null)Z=b1().selectEnd();Z.insertNodes(J)}function Tf(J){let Z=J;if(!J.isCollapsed())Z.removeText();let X=I();if(v(X))Z=X;if(!v(Z))x("Unexpected dirty selection to be null");let Y=Z.anchor,G=Y.getNode(),W=Y.offset;while(!O2(G)){let q=G;if([G,W]=sw1(G,W),q.is(G))break}return W}function sw1(J,Z){let X=J.getParent();if(!X){let G=V1();return b1().append(G),G.select(),[b1(),0]}if(N(J)){let G=J.splitText(Z);if(G.length===0)return[X,J.getIndexWithinParent()];let W=Z===0?0:1,q=G[0].getIndexWithinParent()+W;return[X,q]}if(!R(J)||Z===0)return[X,J.getIndexWithinParent()];let Y=J.getChildAtIndex(Z);if(Y){let G=new vZ(w5(J.__key,Z,"element"),w5(J.__key,Z,"element"),0,""),W=J.insertNewAfter(G);if(W)W.append(Y,...Y.getNextSiblings())}return[X,J.getIndexWithinParent()+1]}function rw1(J){let Z=V1(),X=null;for(let Y=0;Y<J.length;Y++){let G=J[Y],W=e5(G);if(W||F1(G)&&G.isInline()||R(G)&&G.isInline()||N(G)||G.isParentRequired()){if(X===null){if(X=G.createParentElementNode(),Z.append(X),W)continue}if(X!==null)X.append(G)}else Z.append(G),X=null}return Z}function aw1(J){let Z=[],[X,Y]=J.getTextSlices();if(X)Z.push(X.caret.origin);let G=new Set,W=new Set;for(let q of J)if(T2(q)){let{origin:H}=q;if(Z.length===0)G.add(H);else W.add(H),Z.push(H)}else{let{origin:H}=q;if(!R(H)||!W.has(H))Z.push(H)}if(Y)Z.push(Y.caret.origin);if(fZ(J.focus)&&R(J.focus.origin)&&J.focus.getNodeAtCaret()===null)for(let q=p0(J.focus.origin,"previous");T2(q)&&G.has(q.origin)&&!q.origin.isEmpty()&&q.origin.is(Z[Z.length-1]);q=dh(q))G.delete(q.origin),Z.pop();while(Z.length>1){let q=Z[Z.length-1];if(R(q))if(W.has(q)||q.isEmpty()||G.has(q));else{Z.pop();continue}break}if(Z.length===0&&J.isCollapsed()){let q=h0(J.anchor),H=h0(J.anchor.getFlipped()),z=(K)=>a2(K)?K.origin:K.getNodeAtCaret(),B=z(q)||z(H)||(J.anchor.getNodeAtCaret()?q.origin:H.origin);Z.push(B)}return Z}function Qu(J,Z,X,Y,G="decorators-and-blocks"){if(Z==="move"&&Y==="character"&&!J.isCollapsed()){let[K,F]=X===J.isBackward()?[J.focus,J.anchor]:[J.anchor,J.focus];return F.set(K.key,K.offset,K.type),!0}let W=q2(J.focus,X?"previous":"next"),q=Y==="lineboundary",H=Z==="move",z=W,B=G==="decorators-and-blocks";if(!jj(z)){for(let K of z){B=!1;let{origin:F}=K;if(F1(F)&&!F.isIsolated()){if(z=K,q&&F.isInline())continue}break}if(B)for(let K of sh(W).iterNodeCarets(Z==="extend"?"shadowRoot":"root")){if(T2(K)){if(!K.origin.isInline())z=K}else if(R(K.origin))continue;else if(F1(K.origin)&&!K.origin.isInline())z=K;break}}if(z===W)return!1;if(H&&!q&&F1(z.origin)&&z.origin.isKeyboardSelectable()){let K=XE();return K.add(z.origin.getKey()),_1(K),!0}if(z=h0(z),H)Z7(J.anchor,z);return Z7(J.focus,z),B||!q}var H0=null,w0=null,W2=!1,wf=!1,Ah=0,Xu={characterData:!0,childList:!0,subtree:!0};function yR(){return W2||H0!==null&&H0._readOnly}function T0(){if(W2)x("Cannot use method in read-only mode.")}function Op(){if(Ah>99)x("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 EJ(){if(H0===null)x(`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().${Tp()}`);return H0}function h1(){if(w0===null)x(`Unable to find an active editor. This method can only be used synchronously during the callback of editor.update() or editor.read().${Tp()}`);return w0}function Tp(){let J=0,Z=new Set,X=kZ.version;if(typeof window<"u")for(let G of document.querySelectorAll("[contenteditable]")){let W=fh(G);if(Uj(W))J++;else if(W){let q=String(W.constructor.version||"<0.17.1");if(q===X)q+=" (separately built, likely a bundler configuration issue)";Z.add(q)}}let Y=` Detected on the page: ${J} compatible editor(s) with version ${X}`;if(Z.size)Y+=` and incompatible editors with versions ${Array.from(Z).join(", ")}`;return Y}function cw1(){return w0}function nw1(){return H0}function Yu(J,Z,X){let Y=Z.__type,G=Sp(J,Y),W=X.get(Y);if(W===void 0)W=Array.from(G.transforms),X.set(Y,W);let q=W.length;for(let H=0;H<q;H++)if(W[H](Z),!Z.isAttached())break}function Gu(J,Z){return J!==void 0&&J.__key!==Z&&J.isAttached()}function iw1(J,Z){let X=Z._dirtyLeaves,Y=J._nodeMap;for(let G of X){let W=Y.get(G);if(N(W)&&W.isAttached()&&W.isSimpleText()&&!W.isUnmergeable())Lu(W)}}function wp(J,Z){if(!Z)return;let X=J._updateTags,Y=Z;if(!Array.isArray(Z))Y=[Z];for(let G of Y)X.add(G)}function tw1(J,Z){let{_dirtyLeaves:X,_dirtyElements:Y}=Z,G=J._nodeMap,W=yJ(),q=new Map,H=X,z=H.size,B=Y,K=B.size;while(z>0||K>0){if(z>0){Z._dirtyLeaves=new Set;for(let $ of H){let P=G.get($);if(N(P)&&P.isAttached()&&P.isSimpleText()&&!P.isUnmergeable())Lu(P);if(P!==void 0&&Gu(P,W))Yu(Z,P,q);X.add($)}if(H=Z._dirtyLeaves,z=H.size,z>0){Ah++;continue}}if(Z._dirtyLeaves=new Set,Z._dirtyElements=new Map,B.delete("root"))B.set("root",!0);for(let $ of B){let P=$[0],A=$[1];if(Y.set(P,A),!A)continue;let O=G.get(P);if(O!==void 0&&Gu(O,W))Yu(Z,O,q)}H=Z._dirtyLeaves,z=H.size,B=Z._dirtyElements,K=B.size,Ah++}Z._dirtyLeaves=X,Z._dirtyElements=Y}function yp(J){return wj(J,h1()._nodes)}function wj(J,Z){let X=J.type,Y=Z.get(X);if(Y===void 0)x(`parseEditorState: type "${X}" + not found`);let G=Y.klass;if(J.type!==G.getType())x(`LexicalNode: Node ${G.name} does not implement .importJSON().`);let W=G.importJSON(J),q=J.children;if(R(W)&&Array.isArray(q))for(let H=0;H<q.length;H++){let z=q[H],B=wj(z,Z);W.append(B)}return W}function ow1(J,Z,X){let Y=yj(),G=H0,W=W2,q=w0,H=Z._dirtyElements,z=Z._dirtyLeaves,B=Z._cloneNotNeeded,K=Z._dirtyType;Z._dirtyElements=new Map,Z._dirtyLeaves=new Set,Z._cloneNotNeeded=new Set,Z._dirtyType=0,H0=Y,W2=!1,w0=Z,Vj(null);try{let F=Z._nodes,$=J.root;if(wj($,F),X)X();Y._readOnly=!0,Vp(Y)}catch(F){if(F instanceof Error)Z._onError(F)}finally{Z._dirtyElements=H,Z._dirtyLeaves=z,Z._cloneNotNeeded=B,Z._dirtyType=K,H0=G,W2=W,w0=q}return Y}function Wu(J,Z,X){let Y=H0,G=W2,W=w0;H0=Z,W2=!0,w0=J;try{return X()}finally{H0=Y,W2=G,w0=W}}function Vp(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 b9(J,Z){let{_pendingEditorState:X,_rootElement:Y}=J,G=J._headless||Y===null;if(X===null)return;let W=J._editorState,q=W._selection,H=X._selection,z=J._dirtyType!==TZ,B=H0,K=W2,F=w0,$=J._updating,P=J._observer,A=null;if(J._pendingEditorState=null,J._editorState=X,!G&&z&&P!==null){w0=J,H0=X,W2=!1,J._updating=!0;try{let{_dirtyType:k,_dirtyElements:b,_dirtyLeaves:D}=J;P.disconnect(),A=sT1(W,X,J,k,b,D)}catch(k){if(k instanceof Error)J._onError(k);if(!wf)Cp(J,null,Y,X),hu(J),J._dirtyType=aM,wf=!0,b9(J,W),wf=!1;else throw k;return}finally{P.observe(Y,Xu),J._updating=$,H0=B,W2=K,w0=F}}if(!X._readOnly){X._readOnly=!0;{if(Vp(X),v(H))Object.freeze(H.anchor),Object.freeze(H.focus);Object.freeze(H)}}let{_dirtyLeaves:O,_dirtyElements:T,_normalizedNodes:w,_updateTags:y,_deferred:V}=J;if(z)J._dirtyType=TZ,J._cloneNotNeeded.clear(),J._dirtyLeaves=new Set,J._dirtyElements=new Map,J._normalizedNodes=new Set,J._updateTags=new Set;kT1(J,X);let U=G?null:o0(y2(J));if(J._editable&&U!==null&&(z||H===null||H.dirty||!H.is(q))&&Y!==null&&!y.has(Fj)){w0=J,H0=X;try{if(P!==null)P.disconnect();if(z||H===null||H.dirty){let k=J._blockCursorElement;if(k!==null)Rj(k,J,Y);dw1(q,H,J,U,y,Y)}YV1(J,Y,H)}finally{if(P!==null)P.observe(Y,Xu);w0=F,H0=B}}if(A!==null)Jy1(J,A,y,O,W);if(!v(H)&&H!==null&&(q===null||!q.is(H)))J.dispatchCommand(tM,void 0);let C=J._pendingDecorators;if(C!==null)J._decorators=C,J._pendingDecorators=null,zR("decorator",J,!0,C);ew1(J,Z||W,X),zR("update",J,!0,{dirtyElements:T,dirtyLeaves:O,editorState:X,mutatedNodes:A,normalizedNodes:w,prevEditorState:Z||W,tags:y}),Xy1(J,V),Qy1(J)}function ew1(J,Z,X){let Y=Ku(Z),G=Ku(X);if(Y!==G)zR("textcontent",J,!0,G)}function Jy1(J,Z,X,Y,G){let W=Array.from(J._listeners.mutation),q=W.length;for(let H=0;H<q;H++){let[z,B]=W[H];for(let K of B){let F=Z.get(K);if(F!==void 0)z(F,{dirtyLeaves:Y,prevEditorState:G,updateTags:X})}}}function zR(J,Z,X,...Y){let G=Z._updating;Z._updating=X;try{let W=Array.from(Z._listeners[J]);for(let q=0;q<W.length;q++)W[q].apply(null,Y)}finally{Z._updating=G}}function Zy1(J,Z,X){let Y=bj(J);for(let G=4;G>=0;G--)for(let W=0;W<Y.length;W++){let q=Y[W],z=q._commands.get(Z);if(z!==void 0){let B=z[G];if(B!==void 0){let K=Array.from(B),F=K.length,$=!1;if(X7(q,()=>{for(let P=0;P<F;P++)if(K[P](X,J)){$=!0;return}}),$)return $}}}return!1}function Qy1(J){let Z=J._updates;if(Z.length!==0){let X=Z.shift();if(X){let[Y,G]=X;hh(J,Y,G)}}}function Xy1(J,Z){if(J._deferred=[],Z.length!==0){let X=J._updating;J._updating=!0;try{for(let Y=0;Y<Z.length;Y++)Z[Y]()}finally{J._updating=X}}}function qu(J,Z){let X=J._updates,Y=Z||!1;while(X.length!==0){let G=X.shift();if(G){let[W,q]=G,H=J._pendingEditorState,z;if(q!==void 0){if(z=q.onUpdate,q.skipTransforms)Y=!0;if(q.discrete){if(H===null)x("Unexpected empty pending editor state on discrete nested update");H._flushSync=!0}if(z)J._deferred.push(z);wp(J,q.tag)}if(H==null)hh(J,W,q);else W()}}return Y}function hh(J,Z,X){let Y=J._updateTags,G,W=!1,q=!1;if(X!==void 0)G=X.onUpdate,wp(J,X.tag),W=X.skipTransforms||!1,q=X.discrete||!1;if(G)J._deferred.push(G);let{_editorState:H,_pendingEditorState:z}=J,B=!1;if(z===null||z._readOnly)z=J._pendingEditorState=Up(z||H),B=!0;z._flushSync=q;let K=H0,F=W2,$=w0,P=J._updating;H0=z,W2=!1,J._updating=!0,w0=J;let A=J._headless||J.getRootElement()===null;Vj(null);try{if(B)if(A){if(H._selection!==null)z._selection=H._selection.clone()}else z._selection=pw1(J,X&&X.event||null);let T=J._compositionKey;if(Z(),W=qu(J,W),lw1(z,J),J._dirtyType!==TZ){if(W)iw1(z,J);else tw1(z,J);qu(J),bT1(H,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,U=y.anchor.key,C=y.focus.key;if(V.get(U)===void 0||V.get(C)===void 0)x("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(j1(y)){if(y._nodes.size===0)z._selection=null}}catch(T){if(T instanceof Error)J._onError(T);J._pendingEditorState=H,J._dirtyType=aM,J._cloneNotNeeded.clear(),J._dirtyLeaves=new Set,J._dirtyElements.clear(),b9(J);return}finally{H0=K,W2=F,w0=$,J._updating=P,Ah=0}if(J._dirtyType!==TZ||J._deferred.length>0||Wy1(z,J)){if(z._flushSync)z._flushSync=!1,b9(J);else if(B)Py1(()=>{b9(J)})}else if(z._flushSync=!1,B)Y.clear(),J._deferred=[],J._pendingEditorState=null}function X7(J,Z,X){if(w0===J&&X===void 0)Z();else hh(J,Z,X)}function Yy1(J,Z,X){if(J._updating)J._updates.push([Z,X]);else hh(J,Z,X)}class XR{element;before;after;constructor(J,Z,X){this.element=J,this.before=Z||null,this.after=X||null}withBefore(J){return new XR(this.element,J,this.after)}withAfter(J){return new XR(this.element,this.before,J)}withElement(J){if(this.element===J)return this;return new XR(J,this.before,this.after)}insertChild(J){let Z=this.before||this.getManagedLineBreak();if(!(Z===null||Z.parentElement===this.element))x("ElementDOMSlot.insertChild: before is not in element");return this.element.insertBefore(J,Z),this}removeChild(J){if(J.parentElement!==this.element)x("ElementDOMSlot.removeChild: dom is not in element");return this.element.removeChild(J),this}replaceChild(J,Z){if(Z.parentElement!==this.element)x("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"&&(yh||KR||wh);this.insertManagedLineBreak(Z)}}removeManagedLineBreak(){let J=this.getManagedLineBreak();if(J){let Z=this.element,X=J.nodeName==="IMG"?J.nextSibling:null;if(X)Z.removeChild(X);Z.removeChild(J),Z.__lexicalLineBreak=void 0}}insertManagedLineBreak(J){let Z=this.getManagedLineBreak();if(Z){if(J===(Z.nodeName==="IMG"))return;this.removeManagedLineBreak()}let X=this.element,Y=this.before,G=document.createElement("br");if(X.insertBefore(G,Y),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="",X.insertBefore(W,G),X.__lexicalLineBreak=W}else X.__lexicalLineBreak=G}getFirstChildOffset(){let J=0;for(let Z=this.after;Z!==null;Z=Z.previousSibling)J++;return J}resolveChildIndex(J,Z,X,Y){if(X===this.element){let H=this.getFirstChildOffset();return[J,Math.min(H+J.getChildrenSize(),Math.max(H,Y))]}let G=Hu(Z,X);G.push(Y);let W=Hu(Z,this.element),q=J.getIndexWithinParent();for(let H=0;H<W.length;H++){let z=G[H],B=W[H];if(z===void 0||z<B)break;else if(z>B){q+=1;break}}return[J.getParentOrThrow(),q]}}function Hu(J,Z){let X=[],Y=Z;for(;Y!==J&&Y!==null;Y=Y.parentNode){let G=0;for(let W=Y.previousSibling;W!==null;W=W.previousSibling)G++;X.push(G)}if(Y!==J)x("indexPath: root is not a parent of child");return X.reverse()}class Z0 extends r2{__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 yT1[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=h1()._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(N(Z))J.push(Z);if(R(Z)){let X=Z.getAllTextNodes();J.push(...X)}Z=Z.getNextSibling()}return J}getFirstDescendant(){let J=this.getFirstChild();while(R(J)){let Z=J.getFirstChild();if(Z===null)break;J=Z}return J}getLastDescendant(){let J=this.getLastChild();while(R(J)){let Z=J.getLastChild();if(Z===null)break;J=Z}return J}getDescendantByIndex(J){let Z=this.getChildren(),X=Z.length;if(J>=X){let G=Z[X-1];return R(G)&&G.getLastDescendant()||G||null}let Y=Z[J];return R(Y)&&Y.getFirstDescendant()||Y||null}getFirstChild(){let Z=this.getLatest().__first;return Z===null?null:y1(Z)}getFirstChildOrThrow(){let J=this.getFirstChild();if(J===null)x(`Expected node ${this.__key} to have a first child.`);return J}getLastChild(){let Z=this.getLatest().__last;return Z===null?null:y1(Z)}getLastChildOrThrow(){let J=this.getLastChild();if(J===null)x(`Expected node ${this.__key} to have a last child.`);return J}getChildAtIndex(J){let Z=this.getChildrenSize(),X,Y;if(J<Z/2){X=this.getFirstChild(),Y=0;while(X!==null&&Y<=J){if(Y===J)return X;X=X.getNextSibling(),Y++}return null}X=this.getLastChild(),Y=Z-1;while(X!==null&&Y>=J){if(Y===J)return X;X=X.getPreviousSibling(),Y--}return null}getTextContent(){let J="",Z=this.getChildren(),X=Z.length;for(let Y=0;Y<X;Y++){let G=Z[Y];if(J+=G.getTextContent(),R(G)&&Y!==X-1&&!G.isInline())J+=WR}return J}getTextContentSize(){let J=0,Z=this.getChildren(),X=Z.length;for(let Y=0;Y<X;Y++){let G=Z[Y];if(J+=G.getTextContentSize(),R(G)&&Y!==X-1&&!G.isInline())J+=WR.length}return J}getDirection(){return this.getLatest().__dir}getTextFormat(){return this.getLatest().__textFormat}hasFormat(J){if(J!==""){let Z=Cf[J];return(this.getFormat()&Z)!==0}return!1}hasTextFormat(J){let Z=E0[J];return(this.getTextFormat()&Z)!==0}getFormatFlags(J,Z){let Y=this.getLatest().__textFormat;return CZ(Y,J,Z)}getTextStyle(){return this.getLatest().__textStyle}select(J,Z){T0();let X=I(),Y=J,G=Z,W=this.getChildrenSize();if(!this.canBeEmpty()){if(J===0&&Z===0){let H=this.getFirstChild();if(N(H)||R(H))return H.select(0,0)}else if((J===void 0||J===W)&&(Z===void 0||Z===W)){let H=this.getLastChild();if(N(H)||R(H))return H.select()}}if(Y===void 0)Y=W;if(G===void 0)G=W;let q=this.__key;if(!v(X))return Pp(q,Y,q,G,"element","element");else X.anchor.set(q,Y,"element"),X.focus.set(q,G,"element"),X.dirty=!0;return X}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((X)=>X.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!==""?Cf[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,X){if(zh(this))x(`ElementNode.splice: Ephemeral nodes can not mutate their children (key ${this.__key} type ${this.__type})`);let Y=this.getChildrenSize(),G=this.getWritable();if(!(J+Z<=Y))x(`ElementNode.splice: start + deleteCount > oldSize (${String(J)} + ${String(Z)} > ${String(Y)})`);let W=G.__key,q=[],H=[],z=this.getChildAtIndex(J+Z),B=null,K=Y-Z+X.length;if(J!==0)if(J===Y)B=this.getLastChild();else{let $=this.getChildAtIndex(J);if($!==null)B=$.getPreviousSibling()}if(Z>0){let $=B===null?this.getFirstChild():B.getNextSibling();for(let P=0;P<Z;P++){if($===null)x("splice: sibling not found");let A=$.getNextSibling(),O=$.__key,T=$.getWritable();OZ(T),H.push(O),$=A}}let F=B;for(let $ of X){if(F!==null&&$.is(F))B=F=F.getPreviousSibling();let P=$.getWritable();if(P.__parent===W)K--;OZ(P);let A=$.__key;if(F===null)G.__first=A,P.__prev=null;else{let O=F.getWritable();O.__next=A,P.__prev=O.__key}if($.__key===W)x("append: attempting to append self");P.__parent=W,q.push(A),F=$}if(J+Z===Y){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=K,H.length){let $=I();if(v($)){let P=new Set(H),A=new Set(q),{anchor:O,focus:T}=$;if(zu(O,P,A))Ph(O,O.getNode(),this,B,z);if(zu(T,P,A))Ph(T,T.getNode(),this,B,z);if(K===0&&!this.canBeEmpty()&&!I0(this))this.remove()}}return G}getDOMSlot(J){return new XR(J)}exportDOM(J){let{element:Z}=super.exportDOM(J);if(C1(Z)){let X=this.getIndent();if(X>0)Z.style.paddingInlineStart=`${X*40}px`;let Y=this.getDirection();if(Y)Z.dir=Y}return{element:Z}}exportJSON(){let J={children:[],direction:this.getDirection(),format:this.getFormatType(),indent:this.getIndent(),...super.exportJSON()},Z=this.getTextFormat(),X=this.getTextStyle();if((Z!==0||X!=="")&&!I0(this)&&!this.getChildren().some(N)){if(Z!==0)J.textFormat=Z;if(X!=="")J.textStyle=X}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,X){return!1}canMergeWhenEmpty(){return!1}reconcileObservedMutation(J,Z){let X=this.getDOMSlot(J),Y=X.getFirstChild();for(let G=this.getFirstChild();G;G=G.getNextSibling()){let W=Z.getElementByKey(G.getKey());if(W===null)continue;if(Y==null)X.insertChild(W),Y=W;else if(Y!==W)X.replaceChild(W,Y);Y=Y.nextSibling}}}function R(J){return J instanceof Z0}function zu(J,Z,X){let Y=J.getNode();while(Y){let G=Y.__key;if(Z.has(G)&&!X.has(G))return!0;Y=Y.getParent()}return!1}class M9 extends r2{decorate(J,Z){return null}isIsolated(){return!1}isInline(){return!0}isKeyboardSelectable(){return!0}}function F1(J){return J instanceof M9}class hZ extends Z0{__cachedText;static getType(){return"root"}static clone(){return new hZ}constructor(){super("root");this.__cachedText=null}getTopLevelElementOrThrow(){x("getTopLevelElementOrThrow: root nodes are not top level elements")}getTextContent(){let J=this.__cachedText;if(yR()||h1()._dirtyType===TZ){if(J!==null)return J}return super.getTextContent()}remove(){x("remove: cannot be called on root nodes")}replace(J){x("replace: cannot be called on root nodes")}insertBefore(J){x("insertBefore: cannot be called on root nodes")}insertAfter(J){x("insertAfter: cannot be called on root nodes")}updateDOM(J,Z){return!1}splice(J,Z,X){for(let Y of X)if(!(R(Y)||F1(Y)))x("rootNode.splice: Only element or decorator nodes can be inserted to the root node");return super.splice(J,Z,X)}static importJSON(J){return b1().updateFromJSON(J)}collapseAtStart(){return!0}}function Gy1(){return new hZ}function c1(J){return J instanceof hZ}function Wy1(J,Z){let X=Z.getEditorState()._selection,Y=J._selection;if(Y!==null){if(Y.dirty||!Y.is(X))return!0}else if(X!==null)return!0;return!1}function Up(J){return new VR(new Map(J._nodeMap))}function yj(){return new VR(new Map([["root",Gy1()]]))}function kp(J){let Z=J.exportJSON(),X=J.constructor;if(Z.type!==X.getType())x(`LexicalNode: Node ${X.name} does not match the serialized type. Check if .exportJSON() is implemented and it is returning the correct type.`);if(R(J)){let Y=Z.children;if(!Array.isArray(Y))x(`LexicalNode: Node ${X.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 q=G[W],H=kp(q);Y.push(H)}}return Z}function bp(J){return J instanceof VR}class VR{_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 Wu(Z&&Z.editor||null,this,J)}clone(J){let Z=new VR(this._nodeMap,J===void 0?this._selection:J);return Z._readOnly=!0,Z}toJSON(){return Wu(null,this,()=>({root:kp(b1())}))}}class UR extends Z0{static getType(){return"artificial"}createDOM(J){return document.createElement("div")}}class xZ extends Z0{static getType(){return"paragraph"}static clone(J){return new xZ(J.__key)}createDOM(J){let Z=document.createElement("p"),X=rM(J.theme,"paragraph");if(X!==void 0)Z.classList.add(...X);return Z}updateDOM(J,Z,X){return!1}static importDOM(){return{p:(J)=>({conversion:qy1,priority:0})}}exportDOM(J){let{element:Z}=super.exportDOM(J);if(C1(Z)){if(this.isEmpty())Z.append(document.createElement("br"));let X=this.getFormatType();if(X)Z.style.textAlign=X}return{element:Z}}static importJSON(J){return V1().updateFromJSON(J)}exportJSON(){let J=super.exportJSON();if(J.textFormat===void 0||J.textStyle===void 0){let Z=this.getChildren().find(N);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 X=V1();X.setTextFormat(J.format),X.setTextStyle(J.style);let Y=this.getDirection();return X.setDirection(Y),X.setFormat(this.getFormatType()),X.setStyle(this.getStyle()),this.insertAfter(X,Z),X}collapseAtStart(){let J=this.getChildren();if(J.length===0||N(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 qy1(J){let Z=V1();if(J.style)Z.setFormat(J.style.textAlign),_h(J,Z);if(Z.getFormatType()===""){let X=J.getAttribute("align");if(X){if(X&&X in Cf)Z.setFormat(X)}}return{node:Z}}function V1(){return f0(new xZ)}function kR(J){return J instanceof xZ}var Hy1=!1,X1=0,l1=1;var RJ=4;function Cp(J,Z,X,Y){let G=J._keyToDOMMap;G.clear(),J._editorState=yj(),J._pendingEditorState=Y,J._compositionKey=null,J._dirtyType=TZ,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(X!==null)X.textContent="",G.set("root",X)}function zy1(J,Z){let X=new Map,Y=new Set,G=(W)=>{Object.keys(W).forEach((q)=>{let H=X.get(q);if(H===void 0)H=[],X.set(q,H);H.push(W[q])})};if(J.forEach((W)=>{let q=W.klass.importDOM;if(q==null||Y.has(q))return;Y.add(q);let H=q.call(W.klass);if(H!==null)G(H)}),Z)G(Z);return X}function Ky1(J){let Z=new Set,X=new Set,Y=J;while(Y){let{ownNodeConfig:G}=uh(Y),W=Y.transform;if(!X.has(W)){X.add(W);let q=Y.transform();if(q)Z.add(q)}if(G){let q=G.$transform;if(q)Z.add(q);Y=G.extends}else{let q=Object.getPrototypeOf(Y);Y=q.prototype instanceof r2&&q!==r2?q:void 0}}return Z}function xh(J){let Z=J||{},X=cw1(),Y=Z.theme||{},G=J===void 0?X:Z.parentEditor||null,W=Z.disableEvents||!1,q=yj(),H=Z.namespace||(G!==null?G._config.namespace:hp()),z=Z.editorState,B=[hZ,x0,EZ,RZ,xZ,UR,...Z.nodes||[]],{onError:K,html:F}=Z,$=Z.editable!==void 0?Z.editable:!0,P;if(J===void 0&&X!==null)P=X._nodes;else{P=new Map;for(let O=0;O<B.length;O++){let T=B[O],w=null,y=null;if(typeof T!=="function"){let C=T;T=C.replace,w=C.with,y=C.withKlass||null}uh(T);{let C=T.name,k=C9(T,"getType")&&T.getType();if(y){if(!(y.prototype instanceof T))x(`${y.name} doesn't extend the ${C}`)}else if(w)console.warn(`Override for ${C} specifies 'replace' without 'withKlass'. 'withKlass' will be required in a future version.`);if(C!=="RootNode"&&k!=="root"&&k!=="artificial"&&T!==r2){if(["getType","clone"].forEach((b)=>{if(!C9(T,b))console.warn(`${C} must implement static "${b}" method`)}),!C9(T,"importDOM")&&zV1(T))console.warn(`${C} should implement "importDOM" if using a custom "exportDOM" method to ensure HTML serialization (important for copy & paste) works as expected`);if(!C9(T,"importJSON"))console.warn(`${C} should implement "importJSON" method to ensure JSON and default HTML serialization works as expected`)}}let V=T.getType(),U=Ky1(T);P.set(V,{exportDOM:F&&F.export?F.export.get(T):void 0,klass:T,replace:w,replaceWithKlass:y,sharedNodeState:xT1(B[O]),transforms:U})}}let A=new kZ(q,G,P,{disableEvents:W,namespace:H,theme:Y},K?K:console.error,zy1(P,F?F.import:void 0),$,J);if(z!==void 0)A._pendingEditorState=z,A._dirtyType=aM;return Xw1(A),A}class kZ{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,X,Y,G,W,q,H){this._createEditorArgs=H,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=Y,this._nodes=X,this._decorators={},this._pendingDecorators=null,this._dirtyType=TZ,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=hp(),this._onError=G,this._htmlConversions=W,this._editable=q,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,X){if(X===void 0)x('Listener for type "command" requires a "priority".');let Y=this._commands;if(!Y.has(J))Y.set(J,[new Set,new Set,new Set,new Set,new Set]);let G=Y.get(J);if(G===void 0)x(`registerCommand: Command ${String(J)} not found in command map`);let W=G[X];return W.add(Z),()=>{if(W.delete(Z),G.every((q)=>q.size===0))Y.delete(J)}}registerMutationListener(J,Z,X){let Y=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(Y);let q=X&&X.skipInitialization;if(!(q===void 0?Hy1:q))this.initializeMutationListener(Z,Y);return()=>{if(W.delete(Y),W.size===0)G.delete(Z)}}getRegisteredNode(J){let Z=this._nodes.get(J.getType());if(Z===void 0)x(`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 X=this._editorState,Y=Lp(X).get(Z.getType());if(!Y)return;let G=new Map;for(let W of Y.keys())G.set(W,"created");if(G.size>0)J(G,{dirtyLeaves:new Set,prevEditorState:X,updateTags:new Set(["registerMutationListener"])})}registerNodeTransformToKlass(J,Z){let X=this.getRegisteredNode(J);return X.transforms.add(Z),X}registerNodeTransform(J,Z){let X=this.registerNodeTransformToKlass(J,Z),Y=[X],G=X.replaceWithKlass;if(G!=null){let W=this.registerNodeTransformToKlass(G,Z);Y.push(W)}return yy1(this,Y.map((W)=>W.klass.getType())),()=>{Y.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 d(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 X=rM(this._config.theme,"root"),Y=this._pendingEditorState||this._editorState;if(this._rootElement=J,Cp(this,Z,J,Y),Z!==null){if(!this._config.disableEvents)Aw1(Z);if(X!=null)Z.classList.remove(...X)}if(J!==null){let G=Mj(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=aM,hu(this),this._updateTags.add(O5),b9(this),!this._config.disableEvents)Pw1(J,this);if(X!=null)J.classList.add(...X);{let q=J.parentElement;if(q!=null&&["flex","inline-flex"].includes(getComputedStyle(q).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(O5),b9(this);zR("root",this,!1,J,Z)}}getElementByKey(J){return this._keyToDOMMap.get(J)||null}getEditorState(){return this._editorState}setEditorState(J,Z){if(J.isEmpty())x("setEditorState: the editor state is empty. Ensure the editor state's root node never becomes empty.");let X=J;if(X._readOnly)X=Up(J),X._selection=J._selection?J._selection.clone():null;vu(this);let Y=this._pendingEditorState,G=this._updateTags,W=Z!==void 0?Z.tag:null;if(Y!==null&&!Y.isEmpty()){if(W!=null)G.add(W);b9(this)}if(this._pendingEditorState=X,this._dirtyType=aM,this._dirtyElements.set("root",!1),this._compositionKey=null,W!=null)G.add(W);if(!this._updating)b9(this)}parseEditorState(J,Z){let X=typeof J==="string"?JSON.parse(J):J;return ow1(X,this,Z)}read(J){return b9(this),this.getEditorState().read(J,{editor:this})}update(J,Z){Yy1(this,J,Z)}focus(J,Z={}){let X=this._rootElement;if(X!==null){if(X.setAttribute("autocapitalize","off"),X7(this,()=>{let Y=I(),G=b1();if(Y!==null){if(!Y.dirty)_1(Y.clone())}else if(G.getChildrenSize()!==0)if(Z.defaultSelection==="rootStart")G.selectStart();else G.selectEnd();WE(Cw1),ey1(()=>{if(X.removeAttribute("autocapitalize"),J)J()})}),this._pendingEditorState===null)X.removeAttribute("autocapitalize")}}blur(){let J=this._rootElement;if(J!==null)J.blur();let Z=o0(this._window);if(Z!==null)Z.removeAllRanges()}isEditable(){return this._editable}setEditable(J){if(this._editable!==J)this._editable=J,zR("editable",this,!0,J)}toJSON(){return{editorState:this._editorState.toJSON()}}}kZ.version="0.41.0+dev.esm";var jf=null;function Vj(J){jf=J}function By1(){let J=jf;return jf=null,J}var $y1=1;function Fy1(){return""+$y1++}function Sp(J,Z){let X=bR(J,Z);if(X===void 0)x(`registeredNode: Type ${Z} not found`);return X}function bR(J,Z){return J._nodes.get(Z)}var Py1=typeof queueMicrotask==="function"?queueMicrotask:(J)=>{Promise.resolve().then(J)};function Dp(J){return F1(w2(J))}function Ih(J){let Z=document.activeElement;if(!C1(Z))return!1;let X=Z.nodeName;return F1(w2(J))&&(X==="INPUT"||X==="TEXTAREA"||Z.contentEditable==="true"&&fh(Z)==null)}function YE(J,Z,X){let Y=J.getRootElement();try{return Y!==null&&Y.contains(Z)&&Y.contains(X)&&Z!==null&&!Ih(Z)&&GE(Z)===J}catch(G){return!1}}function Uj(J){return J instanceof kZ}function GE(J){let Z=J;while(Z!=null){let X=fh(Z);if(Uj(X))return X;Z=CR(Z)}return null}function fh(J){return J?J.__lexicalEditor:null}function AZ(J){return wR(J)||J.isToken()}function i5(J){return AZ(J)||J.isSegmented()}function E9(J){return V5(J)&&J.nodeType===FT1}function kj(J){return V5(J)&&J.nodeType===PT1}function bZ(J){let Z=J;while(Z!=null){if(E9(Z))return Z;Z=Z.firstChild}return null}function CZ(J,Z,X){let Y=E0[Z];if(X!==null&&(J&Y)===(X&Y))return J;let G=J^Y;if(Z==="subscript")G&=~E0.superscript;else if(Z==="superscript")G&=~E0.subscript;else if(Z==="lowercase")G&=~E0.uppercase,G&=~E0.capitalize;else if(Z==="uppercase")G&=~E0.lowercase,G&=~E0.capitalize;else if(Z==="capitalize")G&=~E0.lowercase,G&=~E0.uppercase;return G}function jh(J){return N(J)||e5(J)||F1(J)}function Mp(J,Z){let X=By1();if(Z=Z||X&&X.__key,Z!=null){Ay1(J,Z,X),J.__key=Z;return}T0(),Op();let Y=h1(),G=EJ(),W=Fy1();if(G._nodeMap.set(W,J),R(J))Y._dirtyElements.set(W,!0);else Y._dirtyLeaves.add(W);Y._cloneNotNeeded.add(W),Y._dirtyType=yu,J.__key=W}function Ay1(J,Z,X){let Y=nw1();if(!Y)return;let G=Y._nodeMap.get(Z);if(X){if(Z!==X.__key)x(`Lexical node with constructor ${J.constructor.name} (type ${J.getType()}) has an incorrect clone implementation, got ${String(Z)} for nodeKey when expecting ${X.__key}`)}if(G&&G.constructor!==J.constructor)if(J.constructor.name!==G.constructor.name)x(`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 x(`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 Oy1(J,Z,X){let Y=J;while(Y!==null){if(X.has(Y))return;let G=Z.get(Y);if(G===void 0)break;X.set(Y,!1),Y=G.__parent}}function OZ(J){let Z=J.getParent();if(Z!==null){let X=J.getWritable(),Y=Z.getWritable(),G=J.getPreviousSibling(),W=J.getNextSibling(),q=W!==null?W.__key:null,H=G!==null?G.__key:null,z=G!==null?G.getWritable():null,B=W!==null?W.getWritable():null;if(G===null)Y.__first=q;if(W===null)Y.__last=H;if(z!==null)z.__next=q;if(B!==null)B.__prev=H;X.__prev=null,X.__next=null,X.__parent=null,Y.__size--}}function Oh(J){if(Op(),zh(J))x(`internalMarkNodeAsDirty: Ephemeral nodes must not be marked as dirty (key ${J.__key} type ${J.__type})`);let Z=J.getLatest(),X=Z.__parent,Y=EJ(),G=h1(),W=Y._nodeMap,q=G._dirtyElements;if(X!==null)Oy1(X,W,q);let H=Z.__key;if(G._dirtyType=yu,R(J))q.set(H,!0);else G._dirtyLeaves.add(H)}function Ty1(J){let Z=J.getPreviousSibling(),X=J.getNextSibling();if(Z!==null)Oh(Z);if(X!==null)Oh(X)}function R0(J){T0();let Z=h1(),X=Z._compositionKey;if(J!==X){if(Z._compositionKey=J,X!==null){let Y=y1(X);if(Y!==null)Y.getWritable()}if(J!==null){let Y=y1(J);if(Y!==null)Y.getWritable()}}}function yJ(){if(yR())return null;return h1()._compositionKey}function y1(J,Z){let Y=(Z||EJ())._nodeMap.get(J);if(Y===void 0)return null;return Y}function Nh(J,Z){let X=h1(),Y=Lh(J,X);if(Y!==void 0)return y1(Y,Z);return null}function wy1(J,Z,X){let Y=`__lexicalKey_${Z._key}`;J[Y]=X}function Lh(J,Z){let X=`__lexicalKey_${Z._key}`;return J[X]}function w2(J,Z){let X=J;while(X!=null){let Y=Nh(X,Z);if(Y!==null)return Y;X=CR(X)}return null}function Ep(J){let Z=J._decorators,X=Object.assign({},Z);return J._pendingDecorators=X,X}function Ku(J){return J.read(()=>b1().getTextContent())}function yy1(J,Z){let X=Lp(J.getEditorState()),Y=[];for(let G of Z){let W=X.get(G);if(W)Y.push(W)}if(Y.length===0)return;J.update(()=>{for(let G of Y)for(let W of G.keys()){let q=y1(W);if(q)q.markDirty()}},J._pendingEditorState===null?{tag:O5}:void 0)}function b1(){return Rp(EJ())}function Rp(J){return J._nodeMap.get("root")}function _1(J){T0();let Z=EJ();if(J!==null){if(Object.isFrozen(J))x("$setSelection called on frozen selection object. Ensure selection is cloned before passing in.");J.dirty=!0,J.setCachedNodes(null)}Z._selection=J}function Vy1(){T0();let J=h1();vu(J)}function dM(J){let Z=h1(),X=Uy1(J,Z);if(X===null){let Y=Z.getRootElement();if(J===Y)return y1("root");return null}return y1(X)}function Uy1(J,Z){let X=J;while(X!=null){let Y=Lh(X,Z);if(Y!==void 0)return Y;X=CR(X)}return null}function vp(J){return/[\uD800-\uDBFF][\uDC00-\uDFFF]/g.test(J)}function bj(J){let Z=[],X=J;while(X!==null)Z.push(X),X=X._parentEditor;return Z}function hp(){return Math.random().toString(36).replace(/[^a-z]+/g,"").substring(0,5)}function xp(J){return E9(J)?J.nodeValue:null}function Cj(J,Z,X){let Y=o0(y2(Z));if(Y===null)return;let G=Y.anchorNode,{anchorOffset:W,focusOffset:q}=Y;if(G!==null){let H=xp(G),z=w2(G);if(H!==null&&N(z)){if((H===GR||H===of)&&X){let B=X.length;H=X,W=B,q=B}if(H!==null)Sj(z,H,W,q,J)}}}function Sj(J,Z,X,Y,G){let W=J;if(W.isAttached()&&(G||!W.isDirty())){let q=W.isComposing(),H=Z;if(q||G){if(Z.endsWith(GR))H=Z.slice(0,-GR.length);if(G){let B=of,K;while((K=H.indexOf(B))!==-1){if(H=H.slice(0,K)+H.slice(K+B.length),X!==null&&X>K)X=Math.max(K,X-B.length);if(Y!==null&&Y>K)Y=Math.max(K,Y-B.length)}}}let z=W.getTextContent();if(G||H!==z){if(H===""){if(R0(null),!wh&&!KR&&!yh){let O=h1();setTimeout(()=>{O.update(()=>{if(W.isAttached())W.remove()})},20)}else W.remove();return}let B=W.getParent(),K=MJ(),F=W.getTextContentSize(),$=yJ(),P=W.getKey();if(W.isToken()||$!==null&&P===$&&!q||v(K)&&(B!==null&&!B.canInsertTextBefore()&&K.anchor.offset===0||K.anchor.key===J.__key&&K.anchor.offset===0&&!W.canInsertTextBefore()&&!q||K.focus.key===J.__key&&K.focus.offset===F&&!W.canInsertTextAfter()&&!q)){W.markDirty();return}let A=I();if(!v(A)||X===null||Y===null){Bu(W,H,A);return}if(A.setTextNodeRange(W,X,W,Y),W.isSegmented()){let O=W.getTextContent(),T=N1(O);W.replace(T),W=T}Bu(W,H,A)}}}function Bu(J,Z,X){if(J.setTextContent(Z),v(X)){let Y=J.getKey();for(let G of["anchor","focus"]){let W=X[G];if(W.type==="text"&&W.key===Y)W.offset=o5(J,W.offset,"clamp")}}}function ky1(J){let Z=J.getPreviousSibling();return(N(Z)||R(Z)&&Z.isInline())&&!Z.canInsertTextAfter()}function by1(J,Z){if(Z.isSegmented())return!0;if(!J.isCollapsed())return!1;let X=J.anchor.offset,Y=Z.getParentOrThrow(),G=AZ(Z);if(X===0)return!Z.canInsertTextBefore()||!Y.canInsertTextBefore()&&!Z.isComposing()||G||ky1(Z);else if(X===Z.getTextContentSize())return!Z.canInsertTextAfter()||!Y.canInsertTextAfter()&&!Z.isComposing()||G;else return!1}function av(J,Z,X){let Y=Z[X]||!1;return Y==="any"||Y===J[X]}function Cy1(J,Z){return av(J,Z,"altKey")&&av(J,Z,"ctrlKey")&&av(J,Z,"shiftKey")&&av(J,Z,"metaKey")}function M1(J,Z,X){if(!Cy1(J,X))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 Y="Key"+Z.toUpperCase();return J.code===Y}var R9={ctrlKey:!F5,metaKey:F5},Ip={altKey:F5,ctrlKey:!F5};function Sy1(J){return M1(J,"Tab",{shiftKey:"any"})}function Dy1(J){return M1(J,"b",R9)}function My1(J){return M1(J,"i",R9)}function Ey1(J){return M1(J,"u",R9)}function Ry1(J){return M1(J,"Enter",{altKey:"any",ctrlKey:"any",metaKey:"any"})}function vy1(J){return M1(J,"Enter",{altKey:"any",ctrlKey:"any",metaKey:"any",shiftKey:!0})}function hy1(J){return F5&&M1(J,"o",{ctrlKey:!0})}function xy1(J){return M1(J,"Backspace",Ip)}function Iy1(J){return M1(J,"Delete",Ip)}function fy1(J){return F5&&M1(J,"Backspace",{metaKey:!0})}function jy1(J){return F5&&(M1(J,"Delete",{metaKey:!0})||M1(J,"k",{ctrlKey:!0}))}function Ny1(J){return M1(J,"Backspace",{shiftKey:"any"})||F5&&M1(J,"h",{ctrlKey:!0})}function Ly1(J){return M1(J,"Delete",{})||F5&&M1(J,"d",{ctrlKey:!0})}function gy1(J){return M1(J,"z",R9)}function my1(J){if(F5)return M1(J,"z",{metaKey:!0,shiftKey:!0});return M1(J,"y",{ctrlKey:!0})||M1(J,"z",{ctrlKey:!0,shiftKey:!0})}function _y1(J){return M1(J,"c",R9)}function uy1(J){return M1(J,"x",R9)}function py1(J){return M1(J,"ArrowLeft",{shiftKey:"any"})}function ly1(J){return M1(J,"ArrowLeft",R9)}function dy1(J){return M1(J,"ArrowRight",{shiftKey:"any"})}function sy1(J){return M1(J,"ArrowRight",R9)}function ry1(J){return M1(J,"ArrowUp",{altKey:"any",shiftKey:"any"})}function ay1(J){return M1(J,"ArrowDown",{altKey:"any",shiftKey:"any"})}function cy1(J){return J.ctrlKey||J.shiftKey||J.altKey||J.metaKey}function ny1(J){return J.key===" "}function $u(J){return J.key==="Backspace"}function iy1(J){return J.key==="Escape"}function ty1(J){return J.key==="Delete"}function Fu(J){return M1(J,"a",R9)}function fp(J){let Z=b1();if(v(J)){let{anchor:X,focus:Y}=J,q=X.getNode().getTopLevelElementOrThrow().getParentOrThrow();return X.set(q.getKey(),0,"element"),Y.set(q.getKey(),q.getChildrenSize(),"element"),P5(J),J}else{let X=Z.select(0,Z.getChildrenSize());return _1(P5(X)),X}}function rM(J,Z){if(J.__lexicalClassNameCache===void 0)J.__lexicalClassNameCache={};let X=J.__lexicalClassNameCache,Y=X[Z];if(Y!==void 0)return Y;let G=J[Z];if(typeof G==="string"){let W=v9(G);return X[Z]=W,W}return G}function Dj(J,Z,X,Y,G){if(X.size===0)return;let{__type:W,__key:q}=Y,H=Z.get(W);if(H===void 0)x(`Type ${W} not in registeredNodes`);let z=H.klass,B=J.get(z);if(B===void 0)B=new Map,J.set(z,B);let K=B.get(q),F=K==="destroyed"&&G==="created";if(K===void 0||F)B.set(q,F?"updated":G)}function Pu(J,Z,X){let Y=J.getParent(),G=X,W=J;if(Y!==null){if(Z&&X===0)G=W.getIndexWithinParent(),W=Y;else if(!Z&&X===W.getChildrenSize())G=W.getIndexWithinParent()+1,W=Y}return W.getChildAtIndex(Z?G-1:G)}function gh(J,Z){let X=J.offset;if(J.type==="element"){let Y=J.getNode();return Pu(Y,Z,X)}else{let Y=J.getNode();if(Z&&X===0||!Z&&X===Y.getTextContentSize()){let G=Z?Y.getPreviousSibling():Y.getNextSibling();if(G===null)return Pu(Y.getParentOrThrow(),Z,Y.getIndexWithinParent()+(Z?0:1));return G}}return null}function jp(J){let Z=y2(J).event,X=Z&&Z.inputType;return X==="insertFromPaste"||X==="insertFromPasteAsQuotation"}function d(J,Z,X){return Zy1(J,Z,X)}function iM(J,Z){let X=J._keyToDOMMap.get(Z);if(X===void 0)x(`Reconciliation: could not find DOM element for node key ${Z}`);return X}function CR(J){let Z=J.assignedSlot||J.parentElement;return mh(Z)?Z.host:Z}function Np(J){return kj(J)?J:C1(J)?J.ownerDocument:null}function oy1(J,Z,X){let Y=Np(X),G=Mj(Y);if(Y===null||G===null)return;let{top:W,bottom:q}=Z,H=0,z=0,B=X;while(B!==null){let K=B===Y.body;if(K)H=0,z=y2(J).innerHeight;else{let $=B.getBoundingClientRect();H=$.top,z=$.bottom}let F=0;if(W<H)F=-(H-W);else if(q>z)F=q-z;if(F!==0)if(K)G.scrollBy(0,F);else{let $=B.scrollTop;B.scrollTop+=F;let P=B.scrollTop-$;W-=P,q-=P}if(K)break;B=CR(B)}}function WE(J){T0(),h1()._updateTags.add(J)}function ey1(J){T0(),h1()._deferred.push(J)}function JV1(J){let Z=I();if(!v(Z)||!R(J))return Z;let{anchor:X,focus:Y}=Z,G=X.getNode(),W=Y.getNode();if(Th(G,J))X.set(J.__key,0,"element");if(Th(W,J))Y.set(J.__key,0,"element");return Z}function Th(J,Z){let X=J.getParent();while(X!==null){if(X.is(Z))return!0;X=X.getParent()}return!1}function Mj(J){let Z=Np(J);return Z?Z.defaultView:null}function y2(J){let Z=J._window;if(Z===null)x("window object not found");return Z}function ZV1(J){let Z=J.getParentOrThrow();while(Z!==null){if(I0(Z))return Z;Z=Z.getParentOrThrow()}return Z}function I0(J){return c1(J)||R(J)&&J.isShadowRoot()}function Ej(J){let Z=J.constructor.clone(J);return Mp(Z,null),Z.afterCloneFrom(J),Z}function f0(J){let Z=h1(),X=J.getType(),Y=bR(Z,X);if(Y===void 0)x(`$applyNodeReplacement node ${J.constructor.name} with type ${X} 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}=Y;if(G!==null){let q=G(J),H=q.constructor;if(W!==null){if(!(q instanceof W))x(`$applyNodeReplacement failed. Expected replacement node to be an instance of ${W.name} with type ${W.getType()} but returned ${H.name} with type ${H.getType()} from original node ${J.constructor.name} with type ${X}`)}else if(!(q instanceof J.constructor&&H!==J.constructor))x(`$applyNodeReplacement failed. Ensure replacement node ${H.name} with type ${H.getType()} is a subclass of the original node ${J.constructor.name} with type ${X}.`);if(q.__key===J.__key)x(`$applyNodeReplacement failed. Ensure that the key argument is *not* used in your replace function (from node ${J.constructor.name} with type ${X} to node ${H.name} with type ${H.getType()}), Node keys must never be re-used except by the static clone method.`);return q}return J}function yf(J,Z){let X=J.getParent();if(c1(X)&&!R(Z)&&!F1(Z))x("Only element or decorator nodes can be inserted in to the root node")}function QV1(J){let Z=y1(J);if(Z===null)x(`Expected node with key ${J} to exist but it's not in the nodeMap.`);return Z}function XV1(J){let Z=J.theme,X=document.createElement("div");X.contentEditable="false",X.setAttribute("data-lexical-cursor","true");let Y=Z.blockCursor;if(Y!==void 0){if(typeof Y==="string"){let G=v9(Y);Y=Z.blockCursor=G}if(Y!==void 0)X.classList.add(...Y)}return X}function Vf(J){return(F1(J)||R(J)&&!J.canBeEmpty())&&!J.isInline()}function Rj(J,Z,X){X.style.removeProperty("caret-color"),Z._blockCursorElement=null;let Y=J.parentElement;if(Y!==null)Y.removeChild(J)}function YV1(J,Z,X){let Y=J._blockCursorElement;if(v(X)&&X.isCollapsed()&&X.anchor.type==="element"&&Z.contains(document.activeElement)){let G=X.anchor,W=G.getNode(),q=G.offset,H=W.getChildrenSize(),z=!1,B=null;if(q===H){let K=W.getChildAtIndex(q-1);if(Vf(K))z=!0}else{let K=W.getChildAtIndex(q);if(K!==null&&Vf(K)){let F=K.getPreviousSibling();if(F===null||Vf(F))z=!0,B=J.getElementByKey(K.__key)}}if(z){let K=J.getElementByKey(W.__key);if(Y===null)J._blockCursorElement=Y=XV1(J._config);if(Z.style.caretColor="transparent",B===null)K.appendChild(Y);else K.insertBefore(Y,B);return}}if(Y!==null)Rj(Y,J,Z)}function o0(J){return!y5?null:(J||window).getSelection()}function GV1(J){let Z=Mj(J);return Z?Z.getSelection():null}function SR(J){return C1(J)&&J.tagName==="A"}function C1(J){return V5(J)&&J.nodeType===$T1}function V5(J){return typeof J==="object"&&J!==null&&"nodeType"in J&&typeof J.nodeType==="number"}function mh(J){return V5(J)&&J.nodeType===AT1}function DR(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 qE(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 O2(J){if(F1(J)&&!J.isInline())return!0;if(!R(J)||I0(J))return!1;let Z=J.getFirstChild(),X=Z===null||e5(Z)||N(Z)||Z.isInline();return!J.isInline()&&J.canBeEmpty()!==!1&&X}function HE(){return h1()}var Au=new WeakMap,WV1=new Map;function Lp(J){if(!J._readOnly&&J.isEmpty())return WV1;if(!J._readOnly)x("getCachedTypeToNodeMap called with a writable EditorState");let Z=Au.get(J);if(!Z)Z=qV1(J),Au.set(J,Z);return Z}function qV1(J){let Z=new Map;for(let[X,Y]of J._nodeMap){let G=Y.__type,W=Z.get(G);if(!W)W=new Map,Z.set(G,W);W.set(X,Y)}return Z}function vj(J){let Z=J.constructor,X=Z.clone(J);X.afterCloneFrom(J);{if(X.__key!==J.__key)x(`$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(!(X.__parent===J.__parent&&X.__next===J.__next&&X.__prev===J.__prev))x(`$cloneWithProperties: ${Z.name}.clone(node) (with type '${Z.getType()}') overrode afterCloneFrom but did not call super.afterCloneFrom(prevNode)`)}return X}function gp(J){return yw1(vj(J))}function _h(J,Z){let X=parseInt(J.style.paddingInlineStart,10)||0,Y=Math.round(X/40);Z.setIndent(Y)}function HV1(J){return J.__lexicalUnmanaged===!0}function mp(J,Z){return Object.prototype.hasOwnProperty.call(J,Z)}function C9(J,Z){return mp(J,Z)&&J[Z]!==r2[Z]}function zV1(J){return mp(J.prototype,"exportDOM")}function KV1(J){if(!(J===r2||J.prototype instanceof r2)){let Z="<unknown>",X="<unknown>";try{Z=J.getType()}catch(Y){}try{if(kZ.version)X=JSON.parse(kZ.version)}catch(Y){}x(`${J.name} (type ${Z}) does not subclass LexicalNode from the lexical package used by this editor (version ${X}). 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===M9||J===Z0||J===r2}function uh(J){let Z=E_ in J.prototype?J.prototype[E_]():void 0,X=KV1(J),Y=!X&&C9(J,"getType")?J.getType():void 0,G,W=Y;if(Z)if(Y)G=Z[Y];else for(let[q,H]of Object.entries(Z))W=q,G=H;if(!X&&W){if(!C9(J,"getType"))J.getType=()=>W;if(!C9(J,"clone")){if(x0.length===0){if(J.length!==0)x(`${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=(q)=>{return Vj(q),new J}}if(!C9(J,"importJSON")){if(x0.length===0){if(J.length!==0)x(`${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||((q)=>new J().updateFromJSON(q))}if(!C9(J,"importDOM")&&G){let{importDOM:q}=G;if(q)J.importDOM=()=>q}}return{ownNodeConfig:G,ownNodeType:W}}function ph(J){let Z=HE();return T0(),new(Z.resolveRegisteredNodeAfterReplacements(Z.getRegisteredNode(J))).klass}var L1=(J,Z)=>{let X=J;while(X!=null&&!c1(X)){if(Z(X))return X;X=X.getParent()}return null},BV1={next:"previous",previous:"next"};class lh{origin;constructor(J){this.origin=J}[Symbol.iterator](){return Ij({hasNext:fZ,initial:this.getAdjacentCaret(),map:(J)=>J,step:(J)=>J.getAdjacentCaret()})}getAdjacentCaret(){return i1(this.getNodeAtCaret(),this.direction)}getSiblingCaret(){return i1(this.origin,this.direction)}remove(){let J=this.getNodeAtCaret();if(J)J.remove();return this}replaceOrInsert(J,Z){let X=this.getNodeAtCaret();if(J.is(this.origin)||J.is(X));else if(X===null)this.insert(J);else X.replace(J,Z);return this}splice(J,Z,X="next"){let Y=X===this.direction?Z:Array.from(Z).reverse(),G=this,W=this.getParentAtCaret(),q=new Map;for(let H=G.getAdjacentCaret();H!==null&&q.size<J;H=H.getAdjacentCaret()){let z=H.origin.getWritable();q.set(z.getKey(),z)}for(let H of Y){if(q.size>0){let z=G.getNodeAtCaret();if(z)if(q.delete(z.getKey()),q.delete(H.getKey()),z.is(H)||G.origin.is(H));else{let B=H.getParent();if(B&&B.is(W))H.remove();z.replace(H)}else if(z===null)x(`NodeCaret.splice: Underflow of expected nodesToRemove during splice (keys: ${Array.from(q).join(" ")})`)}else G.insert(H);G=i1(H,this.direction)}for(let H of q.values())H.remove();return this}}class MR extends lh{type="child";getLatest(){let J=this.origin.getLatest();return J===this.origin?this:p0(J,this.direction)}getParentCaret(J="root"){return i1(hj(this.getParentAtCaret(),J),this.direction)}getFlipped(){let J=IZ(this.direction);return i1(this.getNodeAtCaret(),J)||p0(this.origin,J)}getParentAtCaret(){return this.origin}getChildCaret(){return this}isSameNodeCaret(J){return J instanceof MR&&this.direction===J.direction&&this.origin.is(J.origin)}isSamePointCaret(J){return this.isSameNodeCaret(J)}}class _p extends MR{direction="next";getNodeAtCaret(){return this.origin.getFirstChild()}insert(J){return this.origin.splice(0,0,[J]),this}}class up extends MR{direction="previous";getNodeAtCaret(){return this.origin.getLastChild()}insert(J){return this.origin.splice(this.origin.getChildrenSize(),0,[J]),this}}var $V1={root:c1,shadowRoot:I0};function IZ(J){return BV1[J]}function hj(J,Z="root"){return $V1[Z](J)?null:J}class SZ extends lh{type="sibling";getLatest(){let J=this.origin.getLatest();return J===this.origin?this:i1(J,this.direction)}getSiblingCaret(){return this}getParentAtCaret(){return this.origin.getParent()}getChildCaret(){return R(this.origin)?p0(this.origin,this.direction):null}getParentCaret(J="root"){return i1(hj(this.getParentAtCaret(),J),this.direction)}getFlipped(){let J=IZ(this.direction);return i1(this.getNodeAtCaret(),J)||p0(this.origin.getParentOrThrow(),J)}isSamePointCaret(J){return J instanceof SZ&&this.direction===J.direction&&this.origin.is(J.origin)}isSameNodeCaret(J){return(J instanceof SZ||J instanceof DZ)&&this.direction===J.direction&&this.origin.is(J.origin)}}class DZ extends lh{type="text";offset;constructor(J,Z){super(J);this.offset=Z}getLatest(){let J=this.origin.getLatest();return J===this.origin?this:kJ(J,this.direction,this.offset)}getParentAtCaret(){return this.origin.getParent()}getChildCaret(){return null}getParentCaret(J="root"){return i1(hj(this.getParentAtCaret(),J),this.direction)}getFlipped(){return kJ(this.origin,IZ(this.direction),this.offset)}isSamePointCaret(J){return J instanceof DZ&&this.direction===J.direction&&this.origin.is(J.origin)&&this.offset===J.offset}isSameNodeCaret(J){return(J instanceof SZ||J instanceof DZ)&&this.direction===J.direction&&this.origin.is(J.origin)}getSiblingCaret(){return i1(this.origin,this.direction)}}function a2(J){return J instanceof DZ}function fZ(J){return J instanceof SZ}function T2(J){return J instanceof MR}class pp extends SZ{direction="next";getNodeAtCaret(){return this.origin.getNextSibling()}insert(J){return this.origin.insertAfter(J),this}}class lp extends SZ{direction="previous";getNodeAtCaret(){return this.origin.getPreviousSibling()}insert(J){return this.origin.insertBefore(J),this}}class dp extends DZ{direction="next";getNodeAtCaret(){return this.origin.getNextSibling()}insert(J){return this.origin.insertAfter(J),this}}class sp extends DZ{direction="previous";getNodeAtCaret(){return this.origin.getPreviousSibling()}insert(J){return this.origin.insertBefore(J),this}}var FV1={next:dp,previous:sp},PV1={next:pp,previous:lp},AV1={next:_p,previous:up};function i1(J,Z){return J?new PV1[Z](J):null}function kJ(J,Z,X){return J?new FV1[Z](J,o5(J,X)):null}function o5(J,Z,X="error"){let Y=J.getTextContentSize(),G=Z==="next"?Y:Z==="previous"?0:Z;if(G<0||G>Y){if(X!=="clamp")x(`$getTextNodeOffset: invalid offset ${String(Z)} for size ${String(Y)} at key ${J.getKey()}`);G=G<0?0:Y}return G}function rp(J,Z){return new cp(J,Z)}function p0(J,Z){return R(J)?new AV1[Z](J):null}function ap(J){return J&&J.getChildCaret()||J}function dh(J){return J&&ap(J.getAdjacentCaret())}class xj{type="node-caret-range";direction;anchor;focus;constructor(J,Z,X){this.anchor=J,this.focus=Z,this.direction=X}getLatest(){let J=this.anchor.getLatest(),Z=this.focus.getLatest();return J===this.anchor&&Z===this.focus?this:new xj(J,Z,this.direction)}isCollapsed(){return this.anchor.isSamePointCaret(this.focus)}getTextSlices(){let J=(Y)=>{let G=this[Y].getLatest();return a2(G)?OV1(G,Y):null},Z=J("anchor"),X=J("focus");if(Z&&X){let{caret:Y}=Z,{caret:G}=X;if(Y.isSameNodeCaret(G))return[rp(Y,G.offset-Y.offset),null]}return[Z,X]}iterNodeCarets(J="root"){let Z=a2(this.anchor)?this.anchor.getSiblingCaret():this.anchor.getLatest(),X=this.focus.getLatest(),Y=a2(X),G=(W)=>W.isSameNodeCaret(X)?null:dh(W)||W.getParentCaret(J);return Ij({hasNext:(W)=>W!==null&&!(Y&&X.isSameNodeCaret(W)),initial:Z.isSameNodeCaret(X)?null:G(Z),map:(W)=>W,step:G})}[Symbol.iterator](){return this.iterNodeCarets("root")}}class cp{type="slice";caret;distance;constructor(J,Z){this.caret=J,this.distance=Z}getSliceIndices(){let{distance:J,caret:{offset:Z}}=this,X=Z+J;return X<Z?[X,Z]:[Z,X]}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,[X,Y]=this.getSliceIndices(),G=J.getTextContent();return kJ(J.setTextContent(G.slice(0,X)+G.slice(Y)),Z,X)}}function OV1(J,Z){let{direction:X,origin:Y}=J,G=o5(Y,Z==="focus"?IZ(X):X);return rp(J,G-J.offset)}function sh(J){return J7(J,i1(b1(),J.direction))}function np(J){return J7(J,J)}function J7(J,Z){if(J.direction!==Z.direction)x("$getCaretRange: anchor and focus must be in the same direction");return new xj(J,Z,J.direction)}function Ij(J){let{initial:Z,hasNext:X,step:Y,map:G}=J,W=Z;return{[Symbol.iterator](){return this},next(){if(!X(W))return{done:!0,value:void 0};let q={done:!1,value:G(W)};return W=Y(W),q}}}function TV1(J,Z){return Math.sign(J-Z)}function ip(J,Z){let X=tv(J.origin,Z.origin);if(X===null)x(`$comparePointCaretNext: a (key ${J.origin.getKey()}) and b (key ${Z.origin.getKey()}) do not have a common ancestor`);switch(X.type){case"same":{let Y=J.type==="text",G=Z.type==="text";return Y&&G?TV1(J.offset,Z.offset):J.type===Z.type?0:Y?-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 tp(X)}}function tp(J){let{a:Z,b:X}=J,Y=Z.__key,G=X.__key,W=Z,q=X;for(;W&&q;W=W.getNextSibling(),q=q.getNextSibling())if(W.__key===G)return-1;else if(q.__key===Y)return 1;return W===null?1:-1}function cv(J,Z){return Z.is(J)}function Ou(J){return R(J)?[J.getLatest(),null]:[J.getParent(),J.getLatest()]}function tv(J,Z){if(J.is(Z))return{commonAncestor:J,type:"same"};let X=new Map;for(let[Y,G]=Ou(J);Y;G=Y,Y=Y.getParent())X.set(Y,G);for(let[Y,G]=Ou(Z);Y;G=Y,Y=Y.getParent()){let W=X.get(Y);if(W===void 0);else if(W===null){if(!cv(J,Y))x("$originComparison: ancestor logic error");return{commonAncestor:Y,type:"ancestor"}}else if(G===null){if(!cv(Z,Y))x("$originComparison: descendant logic error");return{commonAncestor:Y,type:"descendant"}}else{if(!((R(W)||cv(J,W))&&(R(G)||cv(Z,G))&&Y.is(W.getParent())&&Y.is(G.getParent())))x("$originComparison: branch logic error");return{a:W,b:G,commonAncestor:Y,type:"branch"}}}return null}function q2(J,Z){let{type:X,key:Y,offset:G}=J,W=QV1(J.key);if(X==="text"){if(!N(W))x(`$caretFromPoint: Node with type ${W.getType()} and key ${Y} that does not inherit from TextNode encountered for text point`);return kJ(W,Z,G)}if(!R(W))x(`$caretFromPoint: Node with type ${W.getType()} and key ${Y} that does not inherit from ElementNode encountered for element point`);return UV1(W,J.offset,Z)}function Z7(J,Z){let{origin:X,direction:Y}=Z,G=Y==="next";if(a2(Z))J.set(X.getKey(),Z.offset,"text");else if(fZ(Z))if(N(X))J.set(X.getKey(),o5(X,Y),"text");else J.set(X.getParentOrThrow().getKey(),X.getIndexWithinParent()+(G?1:0),"element");else{if(!(T2(Z)&&R(X)))x("$setPointFromCaret: exhaustiveness check");J.set(X.getKey(),G?0:X.getChildrenSize(),"element")}}function fj(J){let Z=I(),X=v(Z)?Z:DJ();return ov(X,J),_1(X),X}function ov(J,Z){Z7(J.anchor,Z.anchor),Z7(J.focus,Z.focus)}function Nf(J){let{anchor:Z,focus:X}=J,Y=q2(Z,"next"),G=q2(X,"next"),W=ip(Y,G)<=0?"next":"previous";return J7(Q7(Y,W),Q7(G,W))}function vJ(J){let{direction:Z,origin:X}=J,Y=i1(X,IZ(Z)).getNodeAtCaret();return Y?i1(Y,Z):p0(X.getParentOrThrow(),Z)}function Tu(J,Z="root"){let X=[J];for(let Y=T2(J)?J.getParentCaret(Z):J.getSiblingCaret();Y!==null;Y=Y.getParentCaret(Z))X.push(vJ(Y));return X}function Uf(J){return!!J&&J.origin.isAttached()}function wV1(J,Z="removeEmptySlices"){if(J.isCollapsed())return J;let X="root",Y="next",G=Z,W=Nj(J,Y),q=Tu(W.anchor,X),H=Tu(W.focus.getFlipped(),X),z=new Set,B=[];for(let A of W.iterNodeCarets(X))if(T2(A))z.add(A.origin.getKey());else if(fZ(A)){let{origin:O}=A;if(!R(O)||z.has(O.getKey()))B.push(O)}for(let A of B)A.remove();for(let A of W.getTextSlices()){if(!A)continue;let{origin:O}=A.caret,T=O.getTextContentSize(),w=vJ(i1(O,Y)),y=O.getMode();if(Math.abs(A.distance)===T&&G==="removeEmptySlices"||y==="token"&&A.distance!==0)w.remove();else if(A.distance!==0){G="removeEmptySlices";let V=A.removeTextSlice(),U=A.caret.origin;if(y==="segmented"){let C=V.origin,k=N1(C.getTextContent()).setStyle(C.getStyle()).setFormat(C.getFormat());w.replaceOrInsert(k),V=kJ(k,Y,V.offset)}if(U.is(q[0].origin))q[0]=V;if(U.is(H[0].origin))H[0]=V.getFlipped()}}let K,F;for(let A of q)if(Uf(A)){K=h0(A);break}for(let A of H)if(Uf(A)){F=h0(A);break}let $=yV1(K,F,z);if($){let[A,O]=$;p0(A,"previous").splice(0,O.getChildren());let T=O.getParent();O.remove(!0);while(T&&T.isEmpty()){let w=T;T=T.getParent(),w.remove(!0)}}let P=[K,F,...q,...H].find(Uf);if(P){let A=Q7(h0(P),J.direction);return np(A)}x(`$removeTextFromCaretRange: selection was lost, could not find a new anchor given candidates with keys: ${JSON.stringify(q.map((A)=>A.origin.__key))}`)}function yV1(J,Z,X){if(!J||!Z)return null;let Y=J.getParentAtCaret(),G=Z.getParentAtCaret();if(!Y||!G)return null;let W=Y.getParents().reverse();W.push(Y);let q=G.getParents().reverse();q.push(G);let H=Math.min(W.length,q.length),z;for(z=0;z<H&&W[z]===q[z];z++);let B=($,P)=>{let A;for(let O=z;O<$.length;O++){let T=$[O];if(I0(T))return;else if(!A&&P(T))A=T}return A},K=B(W,O2),F=K&&B(q,($)=>X.has($.getKey())&&O2($));return K&&F?[K,F]:null}function VV1(J){let Z=J;while(T2(Z)){let X=dh(Z);if(!T2(X))break;Z=X}return Z}function h0(J){let Z=VV1(J.getLatest()),{direction:X}=Z;if(N(Z.origin))return a2(Z)?Z:kJ(Z.origin,X,X);let Y=Z.getAdjacentCaret();return fZ(Y)&&N(Y.origin)?kJ(Y.origin,X,IZ(X)):Z}function jj(J){return a2(J)&&J.offset!==o5(J.origin,J.direction)}function Q7(J,Z){return J.direction===Z?J:J.getFlipped()}function Nj(J,Z){if(J.direction===Z)return J;return J7(Q7(J.focus,Z),Q7(J.anchor,Z))}function UV1(J,Z,X){let Y=p0(J,"next");for(let G=0;G<Z;G++){let W=Y.getAdjacentCaret();if(W===null)break;Y=W}return Q7(Y,X)}function kV1(J){let Z=[];for(let X=J.getAdjacentCaret();X;X=X.getAdjacentCaret())Z.push(X.origin);return Z}function bV1(J){let{origin:Z,offset:X,direction:Y}=J;if(X===o5(Z,Y))return J.getSiblingCaret();else if(X===o5(Z,IZ(Y)))return vJ(J.getSiblingCaret());let[G]=Z.splitText(X);if(!N(G))x("$splitTextPointCaret: splitText must return at least one TextNode");return Q7(i1(G,"next"),Y)}function CV1(J,Z){return!0}function op(J,{$copyElementNode:Z=Ej,$splitTextPointCaretNext:X=bV1,rootMode:Y="shadowRoot",$shouldSplit:G=CV1}={}){if(a2(J))return X(J);let W=J.getParentCaret(Y);if(W){let{origin:q}=W;if(T2(J)&&!(q.canBeEmpty()&&G(q,"first")))return vJ(W);let H=kV1(J);if(H.length>0||q.canBeEmpty()&&G(q,"last"))W.insert(Z(q).splice(0,0,H))}return W}function E1(J){return J}function ep(...J){return J}function H2(J){return J}function zE(J,Z){if(!Z||J===Z)return J;for(let X in Z)if(J[X]!==Z[X])return{...J,...Z};return J}function v9(...J){let Z=[];for(let X of J)if(X&&typeof X==="string")for(let[Y]of X.matchAll(/\S+/g))Z.push(Y);return Z}function t1(J,...Z){let X=v9(...Z);if(X.length>0)J.classList.add(...X)}function Y7(J,...Z){let X=v9(...Z);if(X.length>0)J.classList.remove(...X)}function S1(...J){return()=>{for(let Z=J.length-1;Z>=0;Z--)J[Z]();J.length=0}}var Lj=new Map;function Jl(J){let Z={};if(!J)return Z;let X=J.split(";");for(let Y of X)if(Y!==""){let[G,W]=Y.split(/:([^]+)/);if(G&&W)Z[G.trim()]=W.trim()}return Z}function gj(J){let Z=Lj.get(J);if(Z===void 0)Z=Jl(J),Lj.set(J,Z);return Object.freeze(Z),Z}function Zl(J){let X=HE().getElementByKey(J.getKey());if(X===null)return null;let Y=X.ownerDocument.defaultView;if(Y===null)return null;return Y.getComputedStyle(X)}function Ql(J){let Z=c1(J)?J:J.getParentOrThrow();return Zl(Z)}function mj(J){let Z=Ql(J);return Z!==null&&Z.direction==="rtl"}function rh(J,Z,X="self"){let Y=J.getStartEndPoints();if(Z.isSelected(J)&&!i5(Z)&&Y!==null){let[G,W]=Y,q=J.isBackward(),H=G.getNode(),z=W.getNode(),B=Z.is(H),K=Z.is(z);if(B||K){let[F,$]=$h(J),P=H.is(z),A=Z.is(q?z:H),O=Z.is(q?H:z),T=0,w=void 0;if(P)T=F>$?$:F,w=F>$?F:$;else if(A)T=q?$:F,w=void 0;else if(O){let V=q?F:$;T=0,w=V}let y=Z.__text.slice(T,w);if(y!==Z.__text){if(X==="clone")Z=gp(Z);Z.__text=y}}}return Z}function Xl(J){let Z=J.getStyle(),X=Jl(Z);Lj.set(Z,X)}function SV1(J,Z){let X=J.getFormatType(),Y=J.getIndent();if(X!==Z.getFormatType())Z.setFormat(X);if(Y!==Z.getIndent())Z.setIndent(Y)}function c2(J,Z,X=SV1){if(J===null)return;let Y=J.getStartEndPoints(),G=new Map,W=null;if(Y){let[q,H]=Y;W=DJ(),W.anchor.set(q.key,q.offset,q.type),W.focus.set(H.key,H.offset,H.type);let z=L1(q.getNode(),O2),B=L1(H.getNode(),O2);if(R(z))G.set(z.getKey(),z);if(R(B))G.set(B.getKey(),B)}for(let q of J.getNodes())if(R(q)&&O2(q))G.set(q.getKey(),q);else if(Y===null){let H=L1(q,O2);if(R(H))G.set(H.getKey(),H)}for(let[q,H]of G){let z=Z();if(X(H,z),H.replace(z,!0),W){if(q===W.anchor.key)W.anchor.set(z.getKey(),W.anchor.offset,W.anchor.type);if(q===W.focus.key)W.focus.set(z.getKey(),W.focus.offset,W.focus.type)}}if(W&&J.is(I()))_1(W)}function Yl(J){let Z=Gl(J);return Z!==null&&Z.writingMode==="vertical-rl"}function Gl(J){let Z=J.anchor.getNode();if(R(Z))return Zl(Z);return Ql(Z)}function _j(J,Z){let Y=Yl(J)?!Z:Z;if(Wl(J))Y=!Y;let G=q2(J.focus,Y?"previous":"next");if(jj(G))return!1;for(let W of sh(G)){if(T2(W))return!W.origin.isInline();else if(R(W.origin))continue;else if(F1(W.origin))return!0;break}return!1}function DV1(J,Z,X,Y){J.modify(Z?"extend":"move",X,Y)}function Wl(J){let Z=Gl(J);return Z!==null&&Z.direction==="rtl"}function uj(J,Z,X){let Y=Wl(J),G=Yl(J),W;if(G)W=!X;else if(Y)W=!X;else W=X;DV1(J,Z,W,"character")}function ql(J){throw Error(J)}var G7=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",EV1=G7&&"documentMode"in document?document.documentMode:null,RV1=G7&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),vV1=G7&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),Kv2=G7&&"InputEvent"in window&&!EV1?"getTargetRanges"in new window.InputEvent("input"):!1,Bv2=G7&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent),$v2=G7&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,Fv2=G7&&/Android/.test(navigator.userAgent),hV1=G7&&/^(?=.*Chrome).*/i.test(navigator.userAgent);var Pv2=G7&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&RV1&&!hV1;var xV1=G7;var IV1=vV1;function Hl(J){return J?J.getAdjacentCaret():null}function zl(J,Z){let X=J;while(X!=null){if(X instanceof Z)return X;X=X.getParent()}return null}function ah(J){let Z=L1(J,(X)=>R(X)&&!X.isInline());if(!R(Z))ql(`Expected node ${J.__key} to have closest block element node.`);return Z}function Kl(J,Z,X){let Y=Q7(Z,"next");for(let G=Y;G;G=op(G,X))Y=G;if(a2(Y))ql("$insertNodeToNearestRootAtCaret: An unattached TextNode can not be split");return Y.insert(J.isInline()?V1().append(J):J),Q7(i1(J.getLatest(),"next"),Z.direction)}function U5(J,Z){return J!==null?Object.getPrototypeOf(J).constructor.name===Z.name:!1}function ER(J){let Z=I();if(!v(Z))return!1;let X=new Set,Y=Z.getNodes();for(let G=0;G<Y.length;G++){let W=Y[G],q=W.getKey();if(X.has(q))continue;let H=L1(W,(B)=>R(B)&&!B.isInline());if(H===null)continue;let z=H.getKey();if(H.canIndent()&&!X.has(z))X.add(z),J(H)}return X.size>0}var pj=IV1||!xV1?!1:void 0;function fV1(){if(pj===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"),pj=J.getBoundingClientRect().width===Z.width,document.body.removeChild(J)}return pj}function Bl(J,Z=!1){let X=1;if(fV1()||Z)while(J)X*=Number(window.getComputedStyle(J).getPropertyValue("zoom")),J=J.parentElement;return X}var Uv2=XL($l(),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(/&amp;/,"&")});Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(Z,X){var Y={};Y["language-"+X]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[X]},Y.cdata=/^<!\[CDATA\[|\]\]>$/i;var G={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:Y}};G["language-"+X]={pattern:/[\s\S]+/,inside:Prism.languages[X]};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 X(K){return K=K.replace(/<inner>/g,function(){return Z}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+K+")")}var Y=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,G=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return Y}),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(Y),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(Y),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:X(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:X(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:X(/(~~?)(?:(?!~)<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:X(/!?\[(?:(?!\])<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(K){["url","bold","italic","strike","code-snippet"].forEach(function(F){if(K!==F)J.languages.markdown[K].inside.content.inside[F]=J.languages.markdown[F]})}),J.hooks.add("after-tokenize",function(K){if(K.language!=="markdown"&&K.language!=="md")return;function F($){if(!$||typeof $==="string")return;for(var P=0,A=$.length;P<A;P++){var O=$[P];if(O.type!=="code"){F(O.content);continue}var T=O.content[1],w=O.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(K.tokens)}),J.hooks.add("wrap",function(K){if(K.type!=="code-block")return;var F="";for(var $=0,P=K.classes.length;$<P;$++){var A=K.classes[$],O=/language-(.+)/.exec(A);if(O){F=O[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);K.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 K.content=J.highlight(B(K.content),T,F)});var q=RegExp(J.languages.markup.tag.pattern.source,"gi"),H={amp:"&",lt:"<",gt:">",quot:'"'},z=String.fromCodePoint||String.fromCharCode;function B(K){var F=K.replace(q,"");return F=F.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function($,P){if(P=P.toLowerCase(),P[0]==="#"){var A;if(P[1]==="x")A=parseInt(P.slice(2),16);else A=Number(P.slice(1));return z(A)}else{var O=H[P];if(O)return O;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 X=J.languages.markup;if(X)X.tag.addInlined("style","css"),X.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:/![sra](?=[:}]$)/,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 X=0;X<2;X++)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/,X=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,Y={pattern:RegExp(/(^|[^\w.])/.source+X+/[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":[Y,{pattern:RegExp(/(^|[^\w.])/.source+X+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:Y.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+X+/[A-Z]\w*\b/.source),lookbehind:!0,inside:Y.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":Y,keyword:Z,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+X+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:Y.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+X+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:Y.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/,X=/\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 X})+")"),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 Al(J,Z){for(let X of J.childNodes){if(C1(X)&&X.tagName===Z)return!0;Al(X,Z)}return!1}var vR="data-language",RR="data-highlight-language",nh="data-theme";class jZ extends Z0{__language;__theme;__isSyntaxHighlightSupported;static getType(){return"code"}static clone(J){return new jZ(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");t1(Z,J.theme.code),Z.setAttribute("spellcheck","false");let X=this.getLanguage();if(X){if(Z.setAttribute(vR,X),this.getIsSyntaxHighlightSupported())Z.setAttribute(RR,X)}let Y=this.getTheme();if(Y)Z.setAttribute(nh,Y);let G=this.getStyle();if(G)Z.setAttribute("style",G);return Z}updateDOM(J,Z,X){let Y=this.__language,G=J.__language;if(Y){if(Y!==G)Z.setAttribute(vR,Y)}else if(G)Z.removeAttribute(vR);let W=this.__isSyntaxHighlightSupported;if(J.__isSyntaxHighlightSupported&&G)if(W&&Y){if(Y!==G)Z.setAttribute(RR,Y)}else Z.removeAttribute(RR);else if(W&&Y)Z.setAttribute(RR,Y);let H=this.__theme,z=J.__theme;if(H){if(H!==z)Z.setAttribute(nh,H)}else if(z)Z.removeAttribute(nh);let B=this.__style,K=J.__style;if(B){if(B!==K)Z.setAttribute("style",B)}else if(K)Z.removeAttribute("style");return!1}exportDOM(J){let Z=document.createElement("pre");t1(Z,J._config.theme.code),Z.setAttribute("spellcheck","false");let X=this.getLanguage();if(X){if(Z.setAttribute(vR,X),this.getIsSyntaxHighlightSupported())Z.setAttribute(RR,X)}let Y=this.getTheme();if(Y)Z.setAttribute(nh,Y);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)||Al(J,"BR"))?{conversion:Fl,priority:1}:null},div:()=>({conversion:LV1,priority:1}),pre:()=>({conversion:Fl,priority:0}),table:(J)=>{if(lj(J))return{conversion:gV1,priority:3};return null},td:(J)=>{let Z=J,X=Z.closest("table");if(_V1(Z)||X&&lj(X))return{conversion:Pl,priority:3};return null},tr:(J)=>{let X=J.closest("table");if(X&&lj(X))return{conversion:Pl,priority:3};return null}}}static importJSON(J){return h9().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 X=this.getChildren(),Y=X.length;if(Y>=2&&X[Y-1].getTextContent()===`
17
+ `&&X[Y-2].getTextContent()===`
18
+ `&&J.isCollapsed()&&J.anchor.key===this.__key&&J.anchor.offset===Y){X[Y-1].remove(),X[Y-2].remove();let z=V1();return this.insertAfter(z,Z),z}let{anchor:G,focus:W}=J,H=(G.isBefore(W)?G:W).getNode();if(N(H)){let z=pV1(H),B=[];while(!0)if(wR(z))B.push(S9()),z=z.getNextSibling();else if(wl(z)){let T=0,w=z.getTextContent(),y=z.getTextContentSize();while(T<y&&w[T]===" ")T++;if(T!==0)B.push(Tl(" ".repeat(T)));if(T!==y)break;z=z.getNextSibling()}else break;let K=H.splitText(G.offset)[0],F=G.offset===0?0:1,$=K.getIndexWithinParent()+F,P=H.getParentOrThrow(),A=[T5(),...B];P.splice($,0,A);let O=B[B.length-1];if(O)O.select();else if(G.offset===0)K.selectPrevious();else K.getNextSibling().selectNext(0,0)}if(NV1(H)){let{offset:z}=J.anchor;H.splice(z,0,[T5()]),H.select(z+1,z+1)}return null}canIndent(){return!1}collapseAtStart(){let J=V1();return this.getChildren().forEach((X)=>J.append(X)),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 h9(J,Z){return ph(jZ).setLanguage(J).setTheme(Z)}function NV1(J){return J instanceof jZ}function Fl(J){let Z=J.getAttribute(vR);return{node:h9(Z)}}function LV1(J){let Z=J,X=Ol(Z);if(!X&&!mV1(Z))return{node:null};return{node:X?h9():null}}function gV1(){return{node:h9()}}function Pl(){return{node:null}}function Ol(J){return J.style.fontFamily.match("monospace")!==null}function mV1(J){let Z=J.parentElement;while(Z!==null){if(Ol(Z))return!0;Z=Z.parentElement}return!1}function _V1(J){return J.classList.contains("js-file-line")}function lj(J){return J.classList.contains("js-file-line-container")}class hR extends x0{__highlightType;constructor(J="",Z,X){super(J,X);this.__highlightType=Z}static getType(){return"code-highlight"}static clone(J){return new hR(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),X=dj(J.theme,this.__highlightType);return t1(Z,X),Z}updateDOM(J,Z,X){let Y=super.updateDOM(J,Z,X),G=dj(X.theme,J.__highlightType),W=dj(X.theme,this.__highlightType);if(G!==W){if(G)Y7(Z,G);if(W)t1(Z,W)}return Y}static importJSON(J){return Tl().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 h9()}}function dj(J,Z){return Z&&J&&J.codeHighlight&&J.codeHighlight[Z]}function Tl(J="",Z){return f0(new hR(J,Z))}function wl(J){return J instanceof hR}function uV1(J,Z){let X=J;for(let Y=i1(J,Z);Y&&(wl(Y.origin)||wR(Y.origin));Y=Hl(Y))X=Y.origin;return X}function pV1(J){return uV1(J,"previous")}var Lv2=E1({name:"@lexical/code",nodes:()=>[jZ,hR]});(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(X){var Y=Z[X],G=[];if(!/^\w+$/.test(X))G.push(/\w+/.exec(X)[0]);if(X==="diff")G.push("bold");J.languages.diff[X]={pattern:RegExp("^(?:["+Y+`].*(?:\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(X)[0]}}}}),Object.defineProperty(J.languages.diff,"PREFIXES",{value:Z})})(Prism);var gv2=globalThis.Prism||window.Prism;var lV1=Symbol.for("preact-signals");function oh(){if(hJ>1){hJ--;return}let J,Z=!1;while(xR!==void 0){let X=xR;xR=void 0,aj++;while(X!==void 0){let Y=X.o;if(X.o=void 0,X.f&=-3,!(8&X.f)&&Sl(X))try{X.c()}catch(G){if(!Z)J=G,Z=!0}X=Y}}if(aj=0,hJ--,Z)throw J}function ij(J){if(hJ>0)return J();hJ++;try{return J()}finally{oh()}}var D1,xR;function bl(J){let Z=D1;D1=void 0;try{return J()}finally{D1=Z}}var hJ=0,aj=0,th=0;function Cl(J){if(D1===void 0)return;let Z=J.n;if(Z===void 0||Z.t!==D1){if(Z={i:0,S:J,p:D1.s,n:void 0,t:D1,e:void 0,x:void 0,r:Z},D1.s!==void 0)D1.s.n=Z;if(D1.s=Z,J.n=Z,32&D1.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=D1.s,Z.n=void 0,D1.s.n=Z,D1.s=Z}return Z}}function e0(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}e0.prototype.brand=lV1;e0.prototype.h=function(){return!0};e0.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 bl(()=>{var X;(X=this.W)==null||X.call(this)})};e0.prototype.U=function(J){if(this.t!==void 0){let{e:Z,x:X}=J;if(Z!==void 0)Z.x=X,J.e=void 0;if(X!==void 0)X.e=Z,J.x=void 0;if(J===this.t){if(this.t=X,X===void 0)bl(()=>{var Y;(Y=this.Z)==null||Y.call(this)})}}};e0.prototype.subscribe=function(J){return y0(()=>{let Z=this.value,X=D1;D1=void 0;try{J(Z)}finally{D1=X}},{name:"sub"})};e0.prototype.valueOf=function(){return this.value};e0.prototype.toString=function(){return this.value+""};e0.prototype.toJSON=function(){return this.value};e0.prototype.peek=function(){let J=D1;D1=void 0;try{return this.value}finally{D1=J}};Object.defineProperty(e0.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(aj>100)throw Error("Cycle detected");this.v=J,this.i++,th++,hJ++;try{for(let Z=this.t;Z!==void 0;Z=Z.x)Z.t.N()}finally{oh()}}}});function IR(J,Z){return new e0(J,Z)}function Sl(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 Dl(J){for(let Z=J.s;Z!==void 0;Z=Z.n){let X=Z.S.n;if(X!==void 0)Z.r=X;if(Z.S.n=Z,Z.i=-1,Z.n===void 0){J.s=Z;break}}}function Ml(J){let Z,X=J.s;while(X!==void 0){let Y=X.p;if(X.i===-1){if(X.S.U(X),Y!==void 0)Y.n=X.n;if(X.n!==void 0)X.n.p=Y}else Z=X;if(X.S.n=X.r,X.r!==void 0)X.r=void 0;X=Y}J.s=Z}function LZ(J,Z){e0.call(this,void 0),this.x=J,this.s=void 0,this.g=th-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}LZ.prototype=new e0;LZ.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===th)return!0;if(this.g=th,this.f|=1,this.i>0&&!Sl(this))return this.f&=-2,!0;let J=D1;try{Dl(this),D1=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 D1=J,Ml(this),this.f&=-2,!0};LZ.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)}e0.prototype.S.call(this,J)};LZ.prototype.U=function(J){if(this.t!==void 0){if(e0.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)}}};LZ.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(LZ.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 dV1(J,Z){return new LZ(J,Z)}function El(J){let Z=J.u;if(J.u=void 0,typeof Z=="function"){hJ++;let X=D1;D1=void 0;try{Z()}catch(Y){throw J.f&=-2,J.f|=8,tj(J),Y}finally{D1=X,oh()}}}function tj(J){for(let Z=J.s;Z!==void 0;Z=Z.n)Z.S.U(Z);J.x=void 0,J.s=void 0,El(J)}function sV1(J){if(D1!==this)throw Error("Out-of-order effect");if(Ml(this),D1=J,this.f&=-2,8&this.f)tj(this);oh()}function BE(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}BE.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()}};BE.prototype.S=function(){if(1&this.f)throw Error("Cycle detected");this.f|=1,this.f&=-9,El(this),Dl(this),hJ++;let J=D1;return D1=this,sV1.bind(this,J)};BE.prototype.N=function(){if(!(2&this.f))this.f|=2,this.o=xR,xR=this};BE.prototype.d=function(){if(this.f|=8,!(1&this.f))tj(this)};BE.prototype.dispose=function(){this.d()};function y0(J,Z){let X=new BE(J,Z);try{X.c()}catch(G){throw X.d(),G}let Y=X.d.bind(X);return Y[Symbol.dispose]=Y,Y}function z2(J,Z={}){let X={};for(let Y in J){let G=Z[Y],W=IR(G===void 0?J[Y]:G);X[Y]=W}return X}var pv2=E1({build:(J,Z,X)=>{return z2(Z)},config:H2({defaultSelection:"rootEnd",disabled:!1}),name:"@lexical/extension/AutoFocus",register(J,Z,X){let Y=X.getOutput();return y0(()=>Y.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:Y.defaultSelection.peek()})}))}});function Rl(){let J=b1(),Z=I(),X=V1();if(J.clear(),J.append(X),Z!==null)X.select();if(v(Z))Z.format=0}function rV1(J,Z=Rl){return J.registerCommand(Eh,(X)=>{return J.update(Z),!0},X1)}var lv2=E1({build(J,Z,X){return z2(Z)},config:H2({$onClear:Rl}),name:"@lexical/extension/ClearEditor",register(J,Z,X){let{$onClear:Y}=X.getOutput();return y0(()=>rV1(J,Y.value))}});function aV1(J){return(typeof J.nodes==="function"?J.nodes():J.nodes)||[]}var sj=Iu("format",{parse:(J)=>typeof J==="number"?J:0});class oj extends M9{$config(){return this.config("decorator-text",{extends:M9,stateConfigs:[{flat:!0,stateConfig:sj}]})}getFormat(){return Vh(this,sj)}getFormatFlags(J,Z){return CZ(this.getFormat(),J,Z)}hasFormat(J){let Z=E0[J];return(this.getFormat()&Z)!==0}setFormat(J){return Jj(this,sj,J)}toggleFormat(J){let Z=this.getFormat(),X=CZ(Z,J,null);return this.setFormat(X)}isInline(){return!0}createDOM(){return document.createElement("span")}updateDOM(){return!1}}function cV1(J){return J instanceof oj}var dv2=E1({name:"@lexical/extension/DecoratorText",nodes:()=>[oj],register(J,Z,X){return J.registerCommand(z0,(Y)=>{let G=I();if(j1(G)||v(G)){for(let W of G.getNodes())if(cV1(W))W.toggleFormat(Y)}return!1},l1)}});function vl(J,Z){let X;return IR(J(),{unwatched(){if(X)X(),X=void 0},watched(){this.value=J(),X=Z(this)}})}var cj=E1({build(J){return vl(()=>J.getEditorState(),(Z)=>J.registerUpdateListener((X)=>{Z.value=X.editorState}))},name:"@lexical/extension/EditorState"});function x1(J){throw Error(J)}function hl(J,Z){if(J&&Z&&!Array.isArray(Z)&&typeof J==="object"&&typeof Z==="object"){let X=J,Y=Z;for(let G in Y)X[G]=hl(X[G],Y[G]);return J}return Z}var R1={unmarked:0,temporary:1,permanent:2,configured:3,initialized:4,built:5,registered:6,afterRegistration:7};function nj(J){return J.id===R1.unmarked}function nV1(J){return J.id===R1.temporary}function xl(J){return J.id===R1.permanent}function iV1(J){return J.id>=R1.configured}function tV1(J){return J.id>=R1.initialized}function oV1(J){return J.id>=R1.built}function eV1(J){return J.id>=R1.afterRegistration}function JU1(J){if(!nj(J))x1(`LexicalBuilder: Can not apply a temporary mark from state id ${String(J.id)} (expected ${String(R1.unmarked)} unmarked)`);return Object.assign(J,{id:R1.temporary})}function ZU1(J){if(!nV1(J))x1(`LexicalBuilder: Can not apply a permanent mark from state id ${String(J.id)} (expected ${String(R1.temporary)} temporary)`);return Object.assign(J,{id:R1.permanent})}function QU1(J,Z,X){return Object.assign(J,{config:Z,id:R1.configured,registerState:X})}function XU1(J,Z,X){return Object.assign(J,{id:R1.initialized,initResult:Z,registerState:X})}function YU1(J,Z,X){return Object.assign(J,{id:R1.built,output:Z,registerState:X})}function GU1(J){return Object.assign(J,{id:R1.registered})}function WU1(J){return Object.assign(J,{id:R1.afterRegistration})}function qU1(J){return Object.assign(J,{id:R1.built})}var HU1=new Set;class Il{builder;configs;_dependency;_peerNameSet;extension;state;_signal;constructor(J,Z){this.builder=J,this.extension=Z,this.configs=new Set,this.state={id:R1.unmarked}}mergeConfigs(){let J=this.extension.config||{},Z=this.extension.mergeConfig?this.extension.mergeConfig.bind(this.extension):zE;for(let X of this.configs)J=Z(J,X);return J}init(J){let Z=this.state;if(!xl(Z))x1(`ExtensionRep: Can not configure from state id ${String(Z.id)}`);let X={getDependency:this.getInitDependency.bind(this),getDirectDependentNames:this.getDirectDependentNames.bind(this),getPeer:this.getInitPeer.bind(this),getPeerNameSet:this.getPeerNameSet.bind(this)},Y={...X,getDependency:this.getDependency.bind(this),getInitResult:this.getInitResult.bind(this),getPeer:this.getPeer.bind(this)},G=QU1(Z,this.mergeConfigs(),X);this.state=G;let W;if(this.extension.init)W=this.extension.init(J,G.config,X);this.state=XU1(G,W,Y)}build(J){let Z=this.state;if(Z.id!==R1.initialized)x1(`ExtensionRep: register called in state id ${String(Z.id)} (expected ${String(R1.built)} initialized)`);let X;if(this.extension.build)X=this.extension.build(J,Z.config,Z.registerState);let Y={...Z.registerState,getOutput:()=>X,getSignal:this.getSignal.bind(this)};this.state=YU1(Z,X,Y)}register(J,Z){this._signal=Z;let X=this.state;if(X.id!==R1.built)x1(`ExtensionRep: register called in state id ${String(X.id)} (expected ${String(R1.built)} built)`);let Y=this.extension.register&&this.extension.register(J,X.config,X.registerState);return this.state=GU1(X),()=>{let G=this.state;if(G.id!==R1.afterRegistration)x1(`ExtensionRep: rollbackToBuiltState called in state id ${String(X.id)} (expected ${String(R1.afterRegistration)} afterRegistration)`);if(this.state=qU1(G),Y)Y()}}afterRegistration(J){let Z=this.state;if(Z.id!==R1.registered)x1(`ExtensionRep: afterRegistration called in state id ${String(Z.id)} (expected ${String(R1.registered)} registered)`);let X;if(this.extension.afterRegistration)X=this.extension.afterRegistration(J,Z.config,Z.registerState);return this.state=WU1(Z),X}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(!tV1(J))x1(`ExtensionRep: getInitResult() called for ExtensionRep in state id ${String(J.id)} < ${String(R1.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(!iV1(J))x1(`ExtensionRep: getExtensionInitDependency called in state id ${String(J.id)} (expected >= ${String(R1.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(!eV1(J))x1(`ExtensionRep getState called in state id ${String(J.id)} (expected ${String(R1.afterRegistration)} afterRegistration)`);return J}getDirectDependentNames(){return this.builder.incomingEdges.get(this.extension.name)||HU1}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(!oV1(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 yl={tag:O5};function zU1(){let J=b1();if(J.isEmpty())J.append(V1())}var KU1=E1({config:H2({setOptions:yl,updateOptions:yl}),init({$initialEditorState:J=zU1}){return{$initialEditorState:J,initialized:!1}},afterRegistration(J,{updateOptions:Z,setOptions:X},Y){let G=Y.getInitResult();if(!G.initialized){G.initialized=!0;let{$initialEditorState:W}=G;if(bp(W))J.setEditorState(W,X);else if(typeof W==="function")J.update(()=>{W(J)},Z);else if(W&&(typeof W==="string"||typeof W==="object")){let q=J.parseEditorState(W);J.setEditorState(q,X)}}return()=>{}},name:"@lexical/extension/InitialState",nodes:[hZ,x0,EZ,RZ,xZ]}),Vl=Symbol.for("@lexical/extension/LexicalBuilder");function Ul(){}function BU1(J){throw J}function $U1(J){return J}function ih(J){return Array.isArray(J)?J:[J]}var rj="0.41.0+dev.esm";class NZ{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=rj,this.roots=J;for(let Z of J)this.addExtension(Z)}static fromExtensions(J){let Z=[ih(KU1)];for(let X of J)Z.push(ih(X));return new NZ(Z)}static maybeFromEditor(J){let Z=$U1(J)[Vl];if(Z){if(Z.PACKAGE_VERSION!==rj)x1(`LexicalBuilder.fromEditor: The given editor was created with LexicalBuilder ${Z.PACKAGE_VERSION} but this version is ${rj}. A project should have exactly one copy of LexicalBuilder`);if(!(Z instanceof NZ))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=NZ.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,...X}=this.buildCreateEditorArgs(),Y=Object.assign(xh({...X,...Z?{onError:(G)=>{Z(G,Y)}}:{}}),{[Vl]:this});for(let G of this.sortedExtensionReps())G.build(Y);return Y}buildEditor(){let J=Ul;function Z(){try{J()}finally{J=Ul}}let X=Object.assign(this.constructEditor(),{dispose:Z,[Symbol.dispose]:Z});return J=S1(this.registerEditor(X),()=>X.setRootElement(null)),X}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,X){let Y=this.outgoingConfigEdges.get(J);if(Y)Y.set(Z,X);else this.outgoingConfigEdges.set(J,new Map([[Z,X]]));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=ih(J),[X]=Z;if(typeof X.name!=="string")x1(`LexicalBuilder: extension name must be string, not ${typeof X.name}`);let Y=this.extensionNameMap.get(X.name);if(!(Y===void 0||Y.extension===X))x1(`LexicalBuilder: Multiple extensions registered with name ${X.name}, names must be unique`);if(!Y){Y=new Il(this,X),this.extensionNameMap.set(X.name,Y);let G=this.conflicts.get(X.name);if(typeof G==="string")x1(`LexicalBuilder: extension ${X.name} conflicts with ${G}`);for(let W of X.conflictsWith||[]){if(this.extensionNameMap.has(W))x1(`LexicalBuilder: extension ${X.name} conflicts with ${W}`);this.conflicts.set(W,X.name)}for(let W of X.dependencies||[]){let q=ih(W);this.addEdge(X.name,q[0].name,q.slice(1)),this.addExtension(q)}for(let[W,q]of X.peerDependencies||[])this.addEdge(X.name,W,q?[q]:[])}}sortedExtensionReps(){if(this._sortedExtensionReps)return this._sortedExtensionReps;let J=[],Z=(X,Y)=>{let G=X.state;if(xl(G))return;let W=X.extension.name;if(!nj(G))x1(`LexicalBuilder: Circular dependency detected for Extension ${W} from ${Y||"[unknown]"}`);G=JU1(G),X.state=G;let q=this.outgoingConfigEdges.get(W);if(q)for(let H of q.keys()){let z=this.extensionNameMap.get(H);if(z)Z(z,W)}G=ZU1(G),X.state=G,J.push(X)};for(let X of this.extensionNameMap.values())if(nj(X.state))Z(X);for(let X of J)for(let[Y,G]of this.outgoingConfigEdges.get(X.extension.name)||[])if(G.length>0){let W=this.extensionNameMap.get(Y);if(W)for(let q of G)W.configs.add(q)}for(let[X,...Y]of this.roots)if(Y.length>0){let G=this.extensionNameMap.get(X.name);if(G===void 0)x1(`LexicalBuilder: Expecting existing ExtensionRep for ${X.name}`);for(let W of Y)G.configs.add(W)}return this._sortedExtensionReps=J,this._sortedExtensionReps}registerEditor(J){let Z=this.sortedExtensionReps(),X=new AbortController,Y=[()=>X.abort()],G=X.signal;for(let W of Z){let q=W.register(J,G);if(q)Y.push(q)}for(let W of Z){let q=W.afterRegistration(J);if(q)Y.push(q)}return S1(...Y)}buildCreateEditorArgs(){let J={},Z=new Set,X=new Map,Y=new Map,G={},W={},q=this.sortedExtensionReps();for(let B of q){let{extension:K}=B;if(K.onError!==void 0)J.onError=K.onError;if(K.disableEvents!==void 0)J.disableEvents=K.disableEvents;if(K.parentEditor!==void 0)J.parentEditor=K.parentEditor;if(K.editable!==void 0)J.editable=K.editable;if(K.namespace!==void 0)J.namespace=K.namespace;if(K.$initialEditorState!==void 0)J.$initialEditorState=K.$initialEditorState;if(K.nodes)for(let F of aV1(K)){if(typeof F!=="function"){let $=X.get(F.replace);if($)x1(`LexicalBuilder: Extension ${K.name} can not register replacement for node ${F.replace.name} because ${$.extension.name} already did`);X.set(F.replace,B)}Z.add(F)}if(K.html){if(K.html.export)for(let[F,$]of K.html.export.entries())Y.set(F,$);if(K.html.import)Object.assign(G,K.html.import)}if(K.theme)hl(W,K.theme)}if(Object.keys(W).length>0)J.theme=W;if(Z.size)J.nodes=[...Z];let H=Object.keys(G).length>0,z=Y.size>0;if(H||z){if(J.html={},H)J.html.import=G;if(z)J.html.export=Y}for(let B of q)B.init(J);if(!J.onError)J.onError=BU1;return J}}function fl(J,Z){let Y=NZ.fromEditor(J).extensionNameMap.get(Z);return Y?Y.getExtensionDependency():void 0}var FU1=new Set,kl=E1({build(J,Z,X){let Y=X.getDependency(cj).output,G=IR({watchedNodeKeys:new Map}),W=vl(()=>{return},()=>y0(()=>{let H=W.peek(),{watchedNodeKeys:z}=G.value,B,K=!1;if(Y.value.read(()=>{if(I())for(let[$,P]of z.entries()){if(P.size===0){z.delete($);continue}let A=y1($),O=A&&A.isSelected()||!1;if(K=K||O!==(H?H.has($):!1),O)B=B||new Set,B.add($)}}),!(!K&&B&&H&&B.size===H.size))W.value=B}));function q(H){let z=dV1(()=>(W.value||FU1).has(H)),{watchedNodeKeys:B}=G.peek(),K=B.get(H),F=K!==void 0;if(K=K||new Set,K.add(z),!F)B.set(H,K),G.value={watchedNodeKeys:B};return z}return{watchNodeKey:q}},dependencies:[cj],name:"@lexical/extension/NodeSelection"}),sv2=c("INSERT_HORIZONTAL_RULE_COMMAND");class KE extends M9{static getType(){return"horizontalrule"}static clone(J){return new KE(J.__key)}static importJSON(J){return jl().updateFromJSON(J)}static importDOM(){return{hr:()=>({conversion:PU1,priority:0})}}exportDOM(){return{element:document.createElement("hr")}}createDOM(J){let Z=document.createElement("hr");return t1(Z,J.theme.hr),Z}getTextContent(){return`
21
+ `}isInline(){return!1}updateDOM(){return!1}}function PU1(){return{node:jl()}}function jl(){return ph(KE)}function AU1(J){return J instanceof KE}function OU1(J,Z=!1){let X=I(),Y=J.isSelected(),G=J.getKey(),W;if(Z&&j1(X))W=X;else W=XE(),_1(W);if(Y)W.delete(G);else W.add(G)}var rv2=E1({dependencies:[cj,kl],name:"@lexical/extension/HorizontalRule",nodes:()=>[KE],register(J,Z,X){let{watchNodeKey:Y}=X.getDependency(kl).output,G=IR({nodeSelections:new Map}),W=J._config.theme.hrSelected??"selected";return S1(J.registerCommand(BR,(q)=>{if(V5(q.target)){let H=Nh(q.target);if(AU1(H))return OU1(H,q.shiftKey),!0}return!1},l1),J.registerMutationListener(KE,(q,H)=>{ij(()=>{let z=!1,{nodeSelections:B}=G.peek();for(let[K,F]of q.entries())if(F==="destroyed")B.delete(K),z=!0;else{let $=B.get(K),P=J.getElementByKey(K);if($)$.domNode.value=P;else z=!0,B.set(K,{domNode:IR(P),selectedSignal:Y(K)})}if(z)G.value={nodeSelections:B}})}),y0(()=>{let q=[];for(let{domNode:H,selectedSignal:z}of G.value.nodeSelections.values())q.push(y0(()=>{let B=H.value;if(B)if(z.value)t1(B,W);else Y7(B,W)}));return S1(...q)}))}});function TU1(J){if(J.getNodes().filter((z)=>QE(z)&&z.canIndent()).length>0)return!0;let{anchor:Y,focus:G}=J,W=G.isBefore(Y)?G:Y,q=W.getNode(),H=ah(q);if(H.canIndent()){let z=H.getKey(),B=DJ();if(B.anchor.set(z,0,"element"),B.focus.set(z,0,"element"),B=P5(B),B.anchor.is(W))return!0}return!1}function Nl(J){return J.canBeEmpty()}function wU1(J,Z,X=Nl){return S1(J.registerCommand(SJ,(Y)=>{let G=I();if(!v(G))return!1;Y.preventDefault();let W=TU1(G)?Y.shiftKey?JE:eM:PR;return J.dispatchCommand(W,void 0)},X1),J.registerCommand(eM,()=>{let Y=typeof Z==="number"?Z:Z?Z.peek():null,G=I();if(!v(G))return!1;let W=typeof X==="function"?X:X.peek();return ER((q)=>{if(W(q)){let H=q.getIndent()+1;if(!Y||H<Y)q.setIndent(H)}})},RJ))}var av2=E1({build(J,Z,X){return z2(Z)},config:H2({$canIndent:Nl,disabled:!1,maxIndent:null}),name:"@lexical/extension/TabIndentation",register(J,Z,X){let{disabled:Y,maxIndent:G,$canIndent:W}=X.getOutput();return y0(()=>{if(!Y.value)return wU1(J,G,W)})}});function yU1(J){throw Error(J)}var VU1=new Set(["http:","https:","mailto:","sms:","tel:"]);class k5 extends Z0{__url;__target;__rel;__title;static getType(){return"link"}static clone(J){return new k5(J.__url,{rel:J.__rel,target:J.__target,title:J.__title},J.__key)}constructor(J="",Z={},X){super(X);let{target:Y=null,rel:G=null,title:W=null}=Z;this.__url=J,this.__target=Y,this.__rel=G,this.__title=W}createDOM(J){let Z=document.createElement("a");return this.updateLinkDOM(null,Z,J),t1(Z,J.theme.link),Z}updateLinkDOM(J,Z,X){if(SR(Z)){if(!J||J.__url!==this.__url)Z.href=this.sanitizeUrl(this.__url);for(let Y of["target","rel","title"]){let G=`__${Y}`,W=this[G];if(!J||J[G]!==W)if(W)Z[Y]=W;else Z.removeAttribute(Y)}}}updateDOM(J,Z,X){return this.updateLinkDOM(J,Z,X),!1}static importDOM(){return{a:(J)=>({conversion:kU1,priority:1})}}static importJSON(J){return $E().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=_l(J);try{let Z=new URL(_l(J));if(!VU1.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 X=$E(this.__url,{rel:this.__rel,target:this.__target,title:this.__title});return this.insertAfter(X,Z),X}canInsertTextBefore(){return!1}canInsertTextAfter(){return!1}canBeEmpty(){return!1}isInline(){return!0}extractWithChild(J,Z,X){if(!v(Z))return!1;let Y=Z.anchor.getNode(),G=Z.focus.getNode();return this.isParentOf(Y)&&this.isParentOf(G)&&Z.getTextContent().length>0}isEmailURI(){return this.__url.startsWith("mailto:")}isWebSiteURI(){return this.__url.startsWith("https://")||this.__url.startsWith("http://")}}function Ll(J){let Z=q2(J,"next");return[Z,Z.getFlipped()]}function gl(J,Z){for(let X of Z)if(X.origin.isAttached()){let Y=h0(X);Z7(J,Y);return}}function UU1(J){let Z=I(),X=null,Y=null;if(v(Z))X=Ll(Z.anchor),Y=Ll(Z.focus);for(let G of p0(J,"next")){let W=G.origin;if(R(W)&&!W.isInline()){let q=W.getChildren();if(q.length>0){let H=Ej(J);H.append(...q),W.append(H)}Kl(W,vJ(G),{$shouldSplit:()=>!1})}}if(J.isEmpty()){let G=J.getParent();if(J.remove(),G&&G.isEmpty())G.remove()}if(v(Z))gl(Z.anchor,X),gl(Z.focus,Y),P5(Z)}function kU1(J){let Z=null;if(SR(J)){let X=J.textContent;if(X!==null&&X!==""||J.children.length>0)Z=$E(J.getAttribute("href")||"",{rel:J.getAttribute("rel"),target:J.getAttribute("target"),title:J.getAttribute("title")})}return{node:Z}}function $E(J="",Z){return f0(new k5(J,Z))}function W7(J){return J instanceof k5}class mZ extends k5{__isUnlinked;constructor(J="",Z={},X){super(J,Z,X);this.__isUnlinked=Z.isUnlinked!==void 0&&Z.isUnlinked!==null?Z.isUnlinked:!1}static getType(){return"autolink"}static clone(J){return new mZ(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,X){return super.updateDOM(J,Z,X)||J.__isUnlinked!==this.__isUnlinked}static importJSON(J){return JN().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 X=JN(this.__url,{isUnlinked:this.__isUnlinked,rel:this.__rel,target:this.__target,title:this.__title});return this.insertAfter(X,Z),X}}function JN(J="",Z){return f0(new mZ(J,Z))}function V2(J){return J instanceof mZ}var gZ=c("TOGGLE_LINK_COMMAND");function ml(J,Z){if(J.type==="element"){let X=J.getNode();if(!R(X))yU1("$getPointNode: element point is not an ElementNode");return X.getChildren()[J.offset+Z]||null}return null}function bU1(J){let Z=I();if(!v(Z))return J();let X=P5(Z),Y=X.isBackward(),G=ml(X.anchor,Y?-1:0),W=ml(X.focus,Y?0:-1),q=J();if(G||W){let H=I();if(v(H)){let z=H.clone();if(G){let B=G.getParent();if(B)z.anchor.set(B.getKey(),G.getIndexWithinParent()+(Y?1:0),"element")}if(W){let B=W.getParent();if(B)z.focus.set(B.getKey(),W.getIndexWithinParent()+(Y?0:1),"element")}_1(P5(z))}}return q}function CU1(J,Z){let X=new Set(Z.filter((K)=>J.isParentOf(K)).map((K)=>K.getKey())),Y=J.getChildren(),G=(K)=>X.has(K.getKey())||R(K)&&Z.some((F)=>J.isParentOf(F)&&K.isParentOf(F)),W=Y.filter(G);if(W.length===Y.length){Y.forEach((K)=>J.insertBefore(K)),J.remove();return}let q=Y.findIndex(G),H=Y.findLastIndex(G),z=q===0,B=H===Y.length-1;if(z)W.forEach((K)=>J.insertBefore(K));else if(B)for(let K=W.length-1;K>=0;K--)J.insertAfter(W[K]);else{for(let F=W.length-1;F>=0;F--)J.insertAfter(W[F]);let K=Y.slice(H+1);if(K.length>0){let F=$E(J.getURL(),{rel:J.getRel(),target:J.getTarget(),title:J.getTitle()});W[W.length-1].insertAfter(F),K.forEach(($)=>F.append($))}}}function ej(J,Z={}){let X;if(J&&typeof J==="object"){let{url:K,...F}=J;X=K,Z={...F,...Z}}else X=J;let{target:Y,title:G}=Z,W=Z.rel===void 0?"noreferrer":Z.rel,q=I();if(q===null||!v(q)&&!j1(q))return;if(j1(q)){let K=q.getNodes();if(K.length===0)return;K.forEach((F)=>{if(X===null){let $=L1(F,(P)=>!V2(P)&&W7(P));if($){if($.insertBefore(F),$.getChildren().length===0)$.remove()}}else{let $=L1(F,(P)=>!V2(P)&&W7(P));if($){if($.setURL(X),Y!==void 0)$.setTarget(Y);if(W!==void 0)$.setRel(W)}else{let P=$E(X,{rel:W,target:Y});F.insertBefore(P),P.append(F)}}});return}if(q.isCollapsed()&&X===null)for(let K of q.getNodes()){let F=L1(K,($)=>!V2($)&&W7($));if(F!==null)F.getChildren().forEach(($)=>{F.insertBefore($)}),F.remove();return}let H=q.extract();if(X===null){let K=new Set;H.forEach((F)=>{let $=L1(F,(P)=>!V2(P)&&W7(P));if($!==null){let P=$.getKey();if(K.has(P))return;CU1($,H),K.add(P)}});return}let z=new Set,B=(K)=>{if(z.has(K.getKey()))return;if(z.add(K.getKey()),K.setURL(X),Y!==void 0)K.setTarget(Y);if(W!==void 0)K.setRel(W);if(G!==void 0)K.setTitle(G)};if(H.length===1){let K=H[0],F=L1(K,W7);if(F!==null)return B(F)}bU1(()=>{let K=null;for(let F of H){if(!F.isAttached())continue;let $=L1(F,W7);if($){B($);continue}if(R(F)){if(!F.isInline())continue;if(W7(F)){if(!V2(F)&&(K===null||!K.getParentOrThrow().isParentOf(F))){B(F),K=F;continue}for(let A of F.getChildren())F.insertBefore(A);F.remove();continue}}let P=F.getPreviousSibling();if(W7(P)&&P.is(K)){P.append(F);continue}K=$E(X,{rel:W,target:Y,title:G}),F.insertAfter(K),K.append(F)}})}var SU1=/^\+?[0-9\s()-]{5,}$/;function _l(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(SU1.test(J))return`tel:${J}`;return`https://${J}`}var DU1={attributes:void 0,validateUrl:void 0};function ZN(J,Z){return S1(J.registerNodeTransform(k5,UU1),y0(()=>J.registerCommand(gZ,(X)=>{let Y=Z.validateUrl.peek(),G=Z.attributes.peek();if(X===null)return ej(null),!0;else if(typeof X==="string"){if(Y===void 0||Y(X))return ej(X,G),!0;return!1}else{let{url:W,target:q,rel:H,title:z}=X;return ej(W,{...G,rel:H,target:q,title:z}),!0}},l1)),y0(()=>{let X=Z.validateUrl.value;if(!X)return;let Y=Z.attributes.value;return J.registerCommand(oM,(G)=>{let W=I();if(!v(W)||W.isCollapsed()||!U5(G,ClipboardEvent))return!1;if(G.clipboardData===null)return!1;let q=G.clipboardData.getData("text");if(!X(q))return!1;if(!W.getNodes().some((H)=>R(H)))return J.dispatchCommand(gZ,{...Y,url:q}),G.preventDefault(),!0;return!1},l1)}))}var ul=E1({build(J,Z,X){return z2(Z)},config:DU1,mergeConfig(J,Z){let X=zE(J,Z);if(J.attributes)X.attributes=zE(J.attributes,X.attributes);return X},name:"@lexical/link/Link",nodes:()=>[k5],register(J,Z,X){return ZN(J,X.getOutput())}});function MU1(J,Z){let X=J;while(X!=null){if(Z(X))return X;X=X.parentNode}return null}function EU1(J,Z,X={}){let Y=(W)=>{let q=W.target;if(!V5(q))return;let H=GE(q);if(H===null)return;let z=null,B=null;if(H.update(()=>{let $=w2(q);if($!==null){let P=L1($,R);if(!Z.disabled.peek())if(W7(P))z=P.sanitizeUrl(P.getURL()),B=P.getTarget();else{let A=MU1(q,SR);if(A!==null)z=A.href,B=A.target}}}),z===null||z==="")return;let K=J.getEditorState().read(I);if(v(K)&&!K.isCollapsed()){W.preventDefault();return}let F=W.type==="auxclick"&&W.button===1;window.open(z,Z.newTab.peek()||F||W.metaKey||W.ctrlKey||B==="_blank"?"_blank":"_self"),W.preventDefault()},G=(W)=>{if(W.button===1)Y(W)};return J.registerRootListener((W,q)=>{if(q!==null)q.removeEventListener("click",Y),q.removeEventListener("mouseup",G);if(W!==null)W.addEventListener("click",Y,X),W.addEventListener("mouseup",G,X)})}var ov2=E1({build(J,Z,X){return z2(Z)},config:H2({disabled:!1,newTab:!1}),dependencies:[ul],name:"@lexical/link/ClickableLink",register(J,Z,X){return EU1(J,X.getOutput())}});function QN(J,Z){for(let X=0;X<Z.length;X++){let Y=Z[X](J);if(Y)return Y}return null}var RU1=/[.,;\s]/;function eh(J){return RU1.test(J)}function pl(J){return eh(J[J.length-1])}function XN(J){return eh(J[0])}function vU1(J,Z){if(Z)return/^\.[a-zA-Z]{2,}/.test(J);else return/^\.[a-zA-Z0-9]{1,}/.test(J)}function ll(J){let Z=J.getPreviousSibling();if(R(Z))Z=Z.getLastDescendant();return Z===null||e5(Z)||N(Z)&&pl(Z.getTextContent())}function dl(J){let Z=J.getNextSibling();if(R(Z))Z=Z.getFirstDescendant();return Z===null||e5(Z)||N(Z)&&XN(Z.getTextContent())}function hU1(J,Z,X,Y){if(!(J>0?eh(X[J-1]):ll(Y[0])))return!1;return Z<X.length?eh(X[Z]):dl(Y[Y.length-1])}function xU1(J,Z,X){let Y=[],G=[],W=[],q=0,H=0,z=[...J];while(z.length>0){let B=z[0],F=B.getTextContent().length,$=H;if(H+F<=Z)Y.push(B),q+=F;else if($>=X)W.push(B);else G.push(B);H+=F,z.shift()}return[q,Y,G,W]}function IU1(J,Z,X,Y){let G=JN(Y.url,Y.attributes);if(J.length===1){let W=J[0],q;if(Z===0)[q,W]=W.splitText(X);else[,q,W]=W.splitText(Z,X);let H=N1(Y.text);return H.setFormat(q.getFormat()),H.setDetail(q.getDetail()),H.setStyle(q.getStyle()),G.append(H),q.replace(G),W}else if(J.length>1){let W=J[0],q=W.getTextContent().length,H;if(Z===0)H=W;else[,H]=W.splitText(Z);let z=[],B;for(let P=1;P<J.length;P++){let A=J[P],T=A.getTextContent().length,w=q,y=q+T;if(w<X)if(y<=X)z.push(A);else{let[V,U]=A.splitText(X-w);z.push(V),B=U}q+=T}let K=I(),F=K?K.getNodes().find(N):void 0,$=N1(H.getTextContent());if($.setFormat(H.getFormat()),$.setDetail(H.getDetail()),$.setStyle(H.getStyle()),G.append($,...z),F&&F===H){if(v(K))$.select(K.anchor.offset,K.focus.offset);else if(j1(K))$.select(0,$.getTextContent().length)}return H.replace(G),B}return}function fU1(J,Z,X){for(let z of J){let B=z.getParent();if(V2(B)&&!B.getIsUnlinked())return}let Y=[...J],G=Y.map((z)=>z.getTextContent()).join(""),W=G,q,H=0;while((q=QN(W,Z))&&q!==null){let{index:z,length:B}=q,K=z+B;if(hU1(H+z,H+K,G,Y)){let[$,,P,A]=xU1(Y,H+z,H+K),O=!1;for(let V of P){let U=V.getParent();if(V2(U)&&!U.getIsUnlinked()){O=!0;break}}if(O){H+=K,W=W.substring(K);continue}let T=H+z-$,w=H+K-$,y=IU1(P,T,w,q);Y=y?[y,...A]:A,X(q.url,null),H=0}else H+=K;W=W.substring(K)}}function sl(J,Z,X){let Y=J.getChildren(),G=Y.length;for(let z=0;z<G;z++){let B=Y[z];if(!N(B)||!B.isSimpleText()){fR(J),X(null,J.getURL());return}}let W=J.getTextContent(),q=QN(W,Z);if(q===null||q.text!==W){fR(J),X(null,J.getURL());return}if(!ll(J)||!dl(J)){fR(J),X(null,J.getURL());return}let H=J.getURL();if(H!==q.url)J.setURL(q.url),X(q.url,H);if(q.attributes){let z=J.getRel();if(z!==q.attributes.rel)J.setRel(q.attributes.rel||null),X(q.attributes.rel||null,z);let B=J.getTarget();if(B!==q.attributes.target)J.setTarget(q.attributes.target||null),X(q.attributes.target||null,B)}}function jU1(J,Z,X){let Y=J.getParent(),G=J.getPreviousSibling(),W=J.getNextSibling(),q=J.getTextContent();if(V2(Y)&&!Y.getIsUnlinked())return;if(V2(G)&&!G.getIsUnlinked()){if(G.is(J.getPreviousSibling())&&J.getParent()===G.getParent()){if(!XN(q)){fR(G),X(null,G.getURL());return}if(vU1(q,G.isEmailURI())){let H=G.getTextContent()+q,z=QN(H,Z);if(z!==null&&z.text===H)G.append(J),sl(G,Z,X),X(null,G.getURL())}}}if(V2(W)&&!W.getIsUnlinked()&&!pl(q)){if(W.is(J.getNextSibling())&&J.getParent()===W.getParent())fR(W),X(null,W.getURL())}}function fR(J){let Z=J.getChildren(),X=Z.length;for(let Y=X-1;Y>=0;Y--)J.insertAfter(Z[Y]);return J.remove(),Z.map((Y)=>Y.getLatest())}function NU1(J){let Z=[J],X=J.getNextSibling();while(X!==null&&N(X)&&X.isSimpleText()){if(Z.push(X),/[\s]/.test(X.getTextContent()))break;X=X.getNextSibling()}return Z}var rl={changeHandlers:[],excludeParents:[],matchers:[]};function LU1(J,Z=rl){let{matchers:X,changeHandlers:Y,excludeParents:G}=Z,W=(q,H)=>{for(let z of Y)z(q,H)};return S1(J.registerNodeTransform(x0,(q)=>{let H=q.getParentOrThrow(),z=q.getPreviousSibling();if(V2(H)&&!H.getIsUnlinked())sl(H,X,W);else if(!W7(H)&&!G.some((B)=>B(H))){if(q.isSimpleText()&&(XN(q.getTextContent())||!V2(z))){let B=NU1(q);fU1(B,X,W)}jU1(q,X,W)}}),J.registerCommand(gZ,(q)=>{let H=I();if(q!==null||!v(H))return!1;return H.extract().forEach((B)=>{let K=B.getParent();if(V2(K))K.setIsUnlinked(!K.getIsUnlinked()),K.markDirty()}),!1},l1))}var ev2=E1({config:rl,dependencies:[ul],mergeConfig(J,Z){let X=zE(J,Z);for(let Y of["matchers","changeHandlers","excludeParents"]){let G=Z[Y];if(Array.isArray(G))X[Y]=[...J[Y],...G]}return X},name:"@lexical/link/AutoLink",nodes:[mZ],register:LU1});function xJ(J){throw Error(J)}function YN(J){let Z=1,X=J.getParent();while(X!=null){if(B1(X)){let Y=X.getParent();if(q1(Y)){Z++,X=Y.getParent();continue}xJ("A ListItemNode must have a ListNode for a parent.")}return Z}return Z}function GN(J){let Z=J.getParent();if(!q1(Z))xJ("A ListItemNode must have a ListNode for a parent.");let X=Z;while(X!==null)if(X=X.getParent(),q1(X))Z=X;return Z}function el(J){let Z=[],X=J.getChildren().filter(B1);for(let Y=0;Y<X.length;Y++){let G=X[Y],W=G.getFirstChild();if(q1(W))Z=Z.concat(el(W));else Z.push(G)}return Z}function q7(J){return B1(J)&&q1(J.getFirstChild())}function gU1(J){let Z=J;while(Z.getNextSibling()==null&&Z.getPreviousSibling()==null){let X=Z.getParent();if(X==null||!(B1(X)||q1(X)))break;Z=X}Z.remove()}function al(J){return n2().append(J)}function mU1(J,Z){return J.getStart()+Z.getIndexWithinParent()}function Jd(J,Z){return B1(J)&&(Z.length===0||Z.length===1&&J.is(Z[0])&&J.getChildrenSize()===0)}function WN(J){let Z=I();if(Z!==null){let X=Z.getNodes();if(v(Z)){let G=Z.getStartEndPoints();if(G===null)xJ("insertList: anchor should be defined");let[W]=G,q=W.getNode(),H=q.getParent();if(I0(q)){let z=q.getFirstChild();if(z)X=z.selectStart().getNodes();else{let B=V1();q.append(B),X=B.select().getNodes()}}else if(Jd(q,X)){let z=U2(J);if(I0(H)){q.replace(z);let B=n2();if(R(q))B.setFormat(q.getFormatType()),B.setIndent(q.getIndent());z.append(B)}else if(B1(q)){let B=q.getParentOrThrow();_Z(z,B.getChildren()),B.replace(z)}return}}let Y=new Set;for(let G=0;G<X.length;G++){let W=X[G];if(R(W)&&W.isEmpty()&&!B1(W)&&!Y.has(W.getKey())){cl(W,J);continue}let q=jh(W)?W.getParent():B1(W)&&W.isEmpty()?W:null;while(q!=null){let H=q.getKey();if(q1(q)){if(!Y.has(H)){let z=U2(J);_Z(z,q.getChildren()),q.replace(z),Y.add(H)}break}else{let z=q.getParent();if(I0(z)&&!Y.has(H)){Y.add(H),cl(q,J);break}q=z}}}}}function _Z(J,Z){J.splice(J.getChildrenSize(),0,Z)}function cl(J,Z){if(q1(J))return J;let X=J.getPreviousSibling(),Y=J.getNextSibling(),G=n2();_Z(G,J.getChildren());let W;if(q1(X)&&Z===X.getListType()){if(X.append(G),q1(Y)&&Z===Y.getListType())_Z(X,Y.getChildren()),Y.remove();W=X}else if(q1(Y)&&Z===Y.getListType())Y.getFirstChildOrThrow().insertBefore(G),W=Y;else{let H=U2(Z);H.append(G),J.replace(H),W=H}G.setFormat(J.getFormatType()),G.setIndent(J.getIndent());let q=I();if(v(q)){if(W.getKey()===q.anchor.key)q.anchor.set(G.getKey(),q.anchor.offset,"element");if(W.getKey()===q.focus.key)q.focus.set(G.getKey(),q.focus.offset,"element")}return J.remove(),W}function HN(J,Z){let X=J.getLastChild(),Y=Z.getFirstChild();if(X&&Y&&q7(X)&&q7(Y))HN(X.getFirstChild(),Y.getFirstChild()),Y.remove();let G=Z.getChildren();if(G.length>0)J.append(...G);Z.remove()}function _U1(){let J=I();if(v(J)){let Z=new Set,X=J.getNodes(),Y=J.anchor.getNode();if(Jd(Y,X))Z.add(GN(Y));else for(let G=0;G<X.length;G++){let W=X[G];if(jh(W)){let q=zl(W,H7);if(q!=null)Z.add(GN(q))}}for(let G of Z){let W=G,q=el(G);for(let H of q){let z=V1().setTextStyle(J.style).setTextFormat(J.format);if(_Z(z,H.getChildren()),W.insertAfter(z),W=z,H.__key===J.anchor.key)Z7(J.anchor,h0(p0(z,"next")));if(H.__key===J.focus.key)Z7(J.focus,h0(p0(z,"next")));H.remove()}G.remove()}}}function Zd(J){let Z=J.getListType()!=="check",X=J.getStart();for(let Y of J.getChildren())if(B1(Y)){if(Y.getValue()!==X)Y.setValue(X);if(Z&&Y.getLatest().__checked!=null)Y.setChecked(void 0);if(!q1(Y.getFirstChild()))X++}}function uU1(J){let Z=J.getNextSibling();if(q1(Z)&&J.getListType()===Z.getListType())HN(J,Z)}function pU1(J){let Z=new Set;if(q7(J)||Z.has(J.getKey()))return;let X=J.getParent(),Y=J.getNextSibling(),G=J.getPreviousSibling();if(q7(Y)&&q7(G)){let W=G.getFirstChild();if(q1(W)){W.append(J);let q=Y.getFirstChild();if(q1(q)){let H=q.getChildren();_Z(W,H),Y.remove(),Z.add(Y.getKey())}}}else if(q7(Y)){let W=Y.getFirstChild();if(q1(W)){let q=W.getFirstChild();if(q!==null)q.insertBefore(J)}}else if(q7(G)){let W=G.getFirstChild();if(q1(W))W.append(J)}else if(q1(X)){let W=n2().setTextFormat(J.getTextFormat()).setTextStyle(J.getTextStyle()),q=U2(X.getListType()).setTextFormat(X.getTextFormat()).setTextStyle(X.getTextStyle());if(W.append(q),q.append(J),G)G.insertAfter(W);else if(Y)Y.insertBefore(W);else X.append(W)}}function lU1(J){if(q7(J))return;let Z=J.getParent(),X=Z?Z.getParent():void 0,Y=X?X.getParent():void 0;if(q1(Y)&&B1(X)&&q1(Z)){let G=Z?Z.getFirstChild():void 0,W=Z?Z.getLastChild():void 0;if(J.is(G)){if(X.insertBefore(J),Z.isEmpty())X.remove()}else if(J.is(W)){if(X.insertAfter(J),Z.isEmpty())X.remove()}else{let q=Z.getListType(),H=n2(),z=U2(q);H.append(z),J.getPreviousSiblings().forEach((F)=>z.append(F));let B=n2(),K=U2(q);B.append(K),_Z(K,J.getNextSiblings()),X.insertBefore(H),X.insertAfter(B),X.replace(J)}}}function dU1(J=!1){let Z=I();if(!v(Z)||!Z.isCollapsed())return!1;let X=Z.anchor.getNode(),Y=null;if(B1(X)&&X.getChildrenSize()===0)Y=X;else if(N(X)){let B=X.getParent();if(B1(B)&&B.getChildren().every((K)=>N(K)&&K.getTextContent().trim()===""))Y=B}if(Y===null)return!1;let G=GN(Y),W=Y.getParent();if(!q1(W))xJ("A ListItemNode must have a ListNode for a parent.");let q=W.getParent(),H;if(I0(q))H=V1(),G.insertAfter(H);else if(B1(q))H=n2(),q.insertAfter(H);else return!1;H.setTextStyle(Z.style).setTextFormat(Z.format).select();let z=Y.getNextSiblings();if(z.length>0){let B=J?mU1(W,Y):1,K=U2(W.getListType(),B);if(B1(H)){let F=n2();F.append(K),H.insertAfter(F)}else H.insertAfter(K);K.append(...z)}return gU1(Y),!0}function sU1(J,Z,X){let Y=gj(Z.__textStyle);for(let G in Y)J.style.setProperty(`--listitem-marker-${G}`,Y[G]);if(X){for(let G in gj(X.__textStyle))if(!(G in Y))J.style.removeProperty(`--listitem-marker-${G}`)}}class H7 extends Z0{__value;__checked;$config(){return this.config("listitem",{$transform:(J)=>{if(J.__checked==null)return;let Z=J.getParent();if(q1(Z)){if(Z.getListType()!=="check"&&J.getChecked()!=null)J.setChecked(void 0)}},extends:Z0,importDOM:$j({li:()=>({conversion:cU1,priority:0})})})}constructor(J=1,Z=void 0,X){super(X);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,X){aU1(Z,this,J),Z.value=this.__value,rU1(Z,X.theme,this);let Y=J?J.__style:"",G=this.__style;if(Y!==G)if(G==="")Z.removeAttribute("style");else Z.style.cssText=G;sU1(Z,this,J)}updateDOM(J,Z,X){let Y=Z;return this.updateListItemDOM(J,Y,X),!1}updateFromJSON(J){return super.updateFromJSON(J).setValue(J.value).setChecked(J.checked)}exportDOM(J){let Z=this.createDOM(J._config),X=this.getFormatType();if(X)Z.style.textAlign=X;let Y=this.getDirection();if(Y)Z.dir=Y;return{element:Z}}exportJSON(){return{...super.exportJSON(),checked:this.getChecked(),value:this.getValue()}}append(...J){for(let Z=0;Z<J.length;Z++){let X=J[Z];if(R(X)&&this.canMergeWith(X)){let Y=X.getChildren();this.append(...Y),X.remove()}else super.append(X)}return this}replace(J,Z){if(B1(J))return super.replace(J);this.setIndent(0);let X=this.getParentOrThrow();if(!q1(X))return J;if(X.__first===this.getKey())X.insertBefore(J);else if(X.__last===this.getKey())X.insertAfter(J);else{let Y=U2(X.getListType()),G=this.getNextSibling();while(G){let W=G;G=G.getNextSibling(),Y.append(W)}X.insertAfter(J),J.insertAfter(Y)}if(Z){if(!R(J))xJ("includeChildren should only be true for ElementNodes");this.getChildren().forEach((Y)=>{J.append(Y)})}if(this.remove(),X.getChildrenSize()===0)X.remove();return J}insertAfter(J,Z=!0){let X=this.getParentOrThrow();if(!q1(X))xJ("insertAfter: list node is not parent of list item node");if(B1(J))return super.insertAfter(J,Z);let Y=this.getNextSiblings();if(X.insertAfter(J,Z),Y.length!==0){let G=U2(X.getListType());Y.forEach((W)=>G.append(W)),J.insertAfter(G,Z)}return J}remove(J){let Z=this.getPreviousSibling(),X=this.getNextSibling();if(super.remove(J),Z&&X&&q7(Z)&&q7(X))HN(Z.getFirstChild(),X.getFirstChild()),X.remove()}insertNewAfter(J,Z=!0){let X=n2().updateFromJSON(this.exportJSON()).setChecked(this.getChecked()?!1:void 0);return this.insertAfter(X,Z),X}collapseAtStart(J){let Z=V1();this.getChildren().forEach((q)=>Z.append(q));let Y=this.getParentOrThrow(),G=Y.getParentOrThrow(),W=B1(G);if(Y.getChildrenSize()===1)if(W)Y.remove(),G.select();else{Y.insertBefore(Z),Y.remove();let{anchor:q,focus:H}=J,z=Z.getKey();if(q.type==="element"&&q.getNode().is(this))q.set(z,q.offset,"element");if(H.type==="element"&&H.getNode().is(this))H.set(z,H.offset,"element")}else Y.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,X=this.getParent();if(q1(X))Z=X.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(),X=0;while(B1(Z))Z=Z.getParentOrThrow().getParentOrThrow(),X++;return X}setIndent(J){if(typeof J!=="number")xJ("Invalid indent value.");if(J=Math.floor(J),!(J>=0))xJ("Indent value must be non-negative.");let Z=this.getIndent();while(Z!==J)if(Z<J)pU1(this),Z++;else lU1(this),Z--;return this}canInsertAfter(J){return B1(J)}canReplaceWith(J){return B1(J)}canMergeWith(J){return B1(J)||kR(J)}extractWithChild(J,Z){if(!v(Z))return!1;let X=Z.anchor.getNode(),Y=Z.focus.getNode();return this.isParentOf(X)&&this.isParentOf(Y)&&this.getTextContent().length===Z.getTextContent().length}isParentRequired(){return!0}createParentElementNode(){return U2("bullet")}canMergeWhenEmpty(){return!0}}function rU1(J,Z,X){let Y=[],G=[],W=Z.list,q=W?W.listitem:void 0,H;if(W&&W.nested)H=W.nested.listitem;if(q!==void 0)Y.push(...v9(q));if(W){let z=X.getParent(),B=q1(z)&&z.getListType()==="check",K=X.getChecked();if(!B||K)G.push(W.listitemUnchecked);if(!B||!K)G.push(W.listitemChecked);if(B)Y.push(K?W.listitemChecked:W.listitemUnchecked)}if(H!==void 0){let z=v9(H);if(X.getChildren().some((B)=>q1(B)))Y.push(...z);else G.push(...z)}if(G.length>0)Y7(J,...G);if(Y.length>0)t1(J,...Y)}function aU1(J,Z,X){let Y=Z.getParent();if(!(q1(Y)&&Y.getListType()==="check"&&!q1(Z.getFirstChild())))J.removeAttribute("role"),J.removeAttribute("tabIndex"),J.removeAttribute("aria-checked");else if(J.setAttribute("role","checkbox"),J.setAttribute("tabIndex","-1"),!X||Z.__checked!==X.__checked)J.setAttribute("aria-checked",Z.getChecked()?"true":"false")}function cU1(J){if(J.classList.contains("task-list-item")){for(let W of J.children)if(W.tagName==="INPUT")return nl(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 nl(W.children[0])}let Y=J.getAttribute("aria-checked");return{node:n2(Y==="true"?!0:Y==="false"?!1:void 0)}}function nl(J){if(J.getAttribute("type")!=="checkbox")return{node:null};let X=J.hasAttribute("checked");return{node:n2(X)}}function n2(J){return f0(new H7(void 0,J))}function B1(J){return J instanceof H7}class x9 extends Z0{__tag;__start;__listType;$config(){return this.config("list",{$transform:(J)=>{uU1(J),Zd(J)},extends:Z0,importDOM:$j({ol:()=>({conversion:tl,priority:0}),ul:()=>({conversion:tl,priority:0})})})}constructor(J="number",Z=1,X){super(X);let Y=tU1[J]||J;this.__listType=Y,this.__tag=Y==="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 X=this.__tag,Y=document.createElement(X);if(this.__start!==1)Y.setAttribute("start",String(this.__start));return Y.__lexicalListType=this.__listType,il(Y,J.theme,this),Y}updateDOM(J,Z,X){if(J.__tag!==this.__tag||J.__listType!==this.__listType)return!0;if(il(Z,X.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,X){let Y=X;for(let G=0;G<X.length;G++){let W=X[G];if(!B1(W)){if(Y===X)Y=[...X];Y[G]=n2().append(R(W)&&!(q1(W)||W.isInline())?N1(W.getTextContent()):W)}}return super.splice(J,Z,Y)}extractWithChild(J){return B1(J)}}function il(J,Z,X){let Y=[],G=[],W=Z.list;if(W!==void 0){let q=W[`${X.__tag}Depth`]||[],H=YN(X)-1,z=H%q.length,B=q[z],K=W[X.__tag],F,$=W.nested,P=W.checklist;if($!==void 0&&$.list)F=$.list;if(K!==void 0)Y.push(K);if(P!==void 0&&X.__listType==="check")Y.push(P);if(B!==void 0){Y.push(...v9(B));for(let A=0;A<q.length;A++)if(A!==z)G.push(X.__tag+A)}if(F!==void 0){let A=v9(F);if(H>1)Y.push(...A);else G.push(...A)}}if(G.length>0)Y7(J,...G);if(Y.length>0)t1(J,...Y)}function nU1(J){let Z=[];for(let X=0;X<J.length;X++){let Y=J[X];if(B1(Y)){Z.push(Y);let G=Y.getChildren();if(G.length>1)G.forEach((W)=>{if(q1(W))Z.push(al(W))})}else Z.push(al(Y))}return Z}function iU1(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 tl(J){let Z=J.nodeName.toLowerCase(),X=null;if(Z==="ol"){let Y=J.start;X=U2("number",Y)}else if(Z==="ul")if(iU1(J))X=U2("check");else X=U2("bullet");return{after:nU1,node:X}}var tU1={ol:"number",ul:"bullet"};function U2(J="number",Z=1){return f0(new x9(J,Z))}function q1(J){return J instanceof x9}var oU1=c("INSERT_CHECK_LIST_COMMAND");function eU1(J,Z){let X=Z&&Z.disableTakeFocusOnClick||!1,Y=(W)=>{Jk1(W,X)},G=(W)=>{Zk1(W,X)};return S1(J.registerCommand(oU1,()=>{return WN("check"),!0},l1),J.registerCommand(CJ,(W)=>{return ol(W,J,!1)},l1),J.registerCommand(bJ,(W)=>{return ol(W,J,!0)},l1),J.registerCommand(MZ,()=>{if(qN()!=null){let q=J.getRootElement();if(q!=null)q.focus();return!0}return!1},l1),J.registerCommand(FR,(W)=>{let q=qN();if(q!=null&&J.isEditable())return J.update(()=>{let H=w2(q);if(B1(H))W.preventDefault(),H.toggleChecked()}),!0;return!1},l1),J.registerCommand($R,(W)=>{return J.getEditorState().read(()=>{let q=I();if(v(q)&&q.isCollapsed()){let{anchor:H}=q,z=H.type==="element";if(z||H.offset===0){let B=H.getNode(),K=L1(B,(F)=>R(F)&&!F.isInline());if(B1(K)){let F=K.getParent();if(q1(F)&&F.getListType()==="check"&&(z||K.getFirstDescendant()===B)){let $=J.getElementByKey(K.__key);if($!=null&&document.activeElement!==$)return $.focus(),W.preventDefault(),!0}}}}return!1})},l1),J.registerRootListener((W,q)=>{if(W!==null)W.addEventListener("click",Y),W.addEventListener("pointerdown",G,{capture:!0}),W.addEventListener("mousedown",G,{capture:!0}),W.addEventListener("touchstart",G,{capture:!0,passive:!1});if(q!==null)q.removeEventListener("click",Y),q.removeEventListener("pointerdown",G,{capture:!0}),q.removeEventListener("mousedown",G,{capture:!0}),q.removeEventListener("touchstart",G,{capture:!0})}))}function Qd(J,Z){let X=J.target;if(!C1(X))return;let Y=X.firstChild;if(C1(Y)&&(Y.tagName==="UL"||Y.tagName==="OL"))return;let G=X.parentNode;if(!G||G.__lexicalListType!=="check")return;let W=null,q=null;if("clientX"in J)W=J.clientX;else if("touches"in J){let A=J.touches;if(A.length>0)W=A[0].clientX,q="touch"}if(W==null)return;let H=X.getBoundingClientRect(),z=Bl(X),B=W/z,K=window.getComputedStyle?window.getComputedStyle(X,"::before"):{width:"0px"},F=parseFloat(K.width),P=q==="touch"||J.pointerType==="touch"?32:0;if(X.dir==="rtl"?B<H.right+P&&B>H.right-F-P:B>H.left-P&&B<H.left+F+P)Z()}function Jk1(J,Z){Qd(J,()=>{if(C1(J.target)){let X=J.target,Y=GE(X);if(Y!=null&&Y.isEditable())Y.update(()=>{let G=w2(X);if(B1(G)){if(Z)WE(Kh),WE(Fj);else X.focus();G.toggleChecked()}})}})}function Zk1(J,Z){Qd(J,()=>{if(J.preventDefault(),Z)J.stopPropagation()})}function qN(){let J=document.activeElement;return C1(J)&&J.tagName==="LI"&&J.parentNode!=null&&J.parentNode.__lexicalListType==="check"?J:null}function Qk1(J,Z){let X=Z?J.getPreviousSibling():J.getNextSibling(),Y=J;while(X==null&&B1(Y))if(Y=Y.getParentOrThrow().getParent(),Y!=null)X=Z?Y.getPreviousSibling():Y.getNextSibling();while(B1(X)){let G=Z?X.getLastChild():X.getFirstChild();if(!q1(G))return X;X=Z?G.getLastChild():G.getFirstChild()}return null}function ol(J,Z,X){let Y=qN();if(Y!=null)Z.update(()=>{let G=w2(Y);if(!B1(G))return;let W=Qk1(G,X);if(W!=null){W.selectStart();let q=Z.getElementByKey(W.__key);if(q!=null)J.preventDefault(),setTimeout(()=>{q.focus()},0)}});return!1}var Xk1=c("UPDATE_LIST_START_COMMAND"),jR=c("INSERT_UNORDERED_LIST_COMMAND"),NR=c("INSERT_ORDERED_LIST_COMMAND"),Yk1=c("REMOVE_LIST_COMMAND");function Jx(J,Z){return S1(J.registerCommand(NR,()=>{return WN("number"),!0},l1),J.registerCommand(Xk1,(Y)=>{let{listNodeKey:G,newStart:W}=Y,q=y1(G);if(!q1(q))return!1;if(q.getListType()==="number")q.setStart(W),Zd(q);return!0},l1),J.registerCommand(jR,()=>{return WN("bullet"),!0},l1),J.registerCommand(Yk1,()=>{return _U1(),!0},l1),J.registerCommand(VZ,()=>{let Y=Z&&Z.restoreNumbering;return dU1(!!Y)},l1),J.registerNodeTransform(H7,(Y)=>{let G=Y.getFirstChild();if(G){if(N(G)){let W=G.getStyle(),q=G.getFormat();if(Y.getTextStyle()!==W)Y.setTextStyle(W);if(Y.getTextFormat()!==q)Y.setTextFormat(q)}}else{let W=I();if(v(W)&&(W.style!==Y.getTextStyle()||W.format!==Y.getTextFormat())&&W.isCollapsed()&&Y.is(W.anchor.getNode()))Y.setTextStyle(W.style).setTextFormat(W.format)}}),J.registerNodeTransform(x0,(Y)=>{let G=Y.getParent();if(B1(G)&&Y.is(G.getFirstChild())){let W=Y.getStyle(),q=Y.getFormat();if(W!==G.getTextStyle()||q!==G.getTextFormat())G.setTextStyle(W).setTextFormat(q)}}))}function zN(J){let Z=(Y)=>{let G=Y.getParent();if(q1(Y.getFirstChild())||!q1(G))return;let W=L1(Y,(q)=>B1(q)&&q1(q.getParent())&&B1(q.getPreviousSibling()));if(W===null&&Y.getIndent()>0)Y.setIndent(0);else if(B1(W)){let q=W.getPreviousSibling();if(B1(q)){let z=Gk1(q).getParent();if(q1(z)){let B=YN(z),K=YN(G);if(B+1<K)Y.setIndent(B)}}}},X=(Y)=>{let G=[Y];while(G.length>0){let W=G.shift();if(!q1(W))continue;for(let q of W.getChildren())if(B1(q)){Z(q);let H=q.getFirstChild();if(q1(H))G.push(H)}}};return J.registerNodeTransform(x9,X)}function Gk1(J){let Z=J,X=Z.getFirstChild();while(q1(X)){let Y=X.getLastChild();if(B1(Y))Z=Y,X=Z.getFirstChild();else break}return Z}var Wk1=E1({build(J,Z,X){return z2(Z)},config:H2({hasStrictIndent:!1,shouldPreserveNumbering:!1}),name:"@lexical/list/List",nodes:()=>[x9,H7],register(J,Z,X){let Y=X.getOutput();return S1(y0(()=>{return Jx(J,{restoreNumbering:Y.shouldPreserveNumbering.value})}),y0(()=>Y.hasStrictIndent.value?zN(J):void 0))}}),Gh2=E1({config:H2({disableTakeFocusOnClick:!1}),dependencies:[Wk1],name:"@lexical/list/CheckList",register:eU1});var Yd=[];class FE extends Z0{__ids;static getType(){return"mark"}static clone(J){return new FE(J.__ids,J.__key)}static importDOM(){return null}static importJSON(J){return Xd().updateFromJSON(J)}updateFromJSON(J){return super.updateFromJSON(J).setIDs(J.ids)}exportJSON(){return{...super.exportJSON(),ids:this.getIDs()}}constructor(J=Yd,Z){super(Z);this.__ids=J}createDOM(J){let Z=document.createElement("mark");if(t1(Z,J.theme.mark),this.__ids.length>1)t1(Z,J.theme.markOverlap);return Z}updateDOM(J,Z,X){let Y=J.__ids,G=this.__ids,W=Y.length,q=G.length,H=X.theme.markOverlap;if(W!==q){if(W===1){if(q===2)t1(Z,H)}else if(q===1)Y7(Z,H)}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(),X=Z.__ids.indexOf(J);if(X===-1)return Z;let Y=Array.from(Z.__ids);return Y.splice(X,1),Z.setIDs(Y)}insertNewAfter(J,Z=!0){let X=Xd(this.__ids);return this.insertAfter(X,Z),X}canInsertTextBefore(){return!1}canInsertTextAfter(){return!1}canBeEmpty(){return!1}isInline(){return!0}extractWithChild(J,Z,X){if(!v(Z)||X==="html")return!1;let{anchor:Y,focus:G}=Z,W=Y.getNode(),q=G.getNode(),z=Z.isBackward()?Y.offset-G.offset:G.offset-Y.offset;return this.isParentOf(W)&&this.isParentOf(q)&&this.getTextContent().length===z}excludeFromCopy(J){return J!=="clone"}}function Xd(J=Yd){return f0(new FE(J))}var zh2=E1({name:"@lexical/mark",nodes:()=>[FE]});import{createContext as qk1,useContext as Hk1}from"react";function zk1(J){throw Error(J)}var KN=qk1(null);function Gd(J,Z){let X=null;if(J!=null)X=J[1];function Y(){if(Z!=null)return Z;return X!=null?X.getTheme():null}return{getTheme:Y}}function w1(){let J=Hk1(KN);if(J==null)zk1("LexicalComposerContext.useLexicalComposerContext: cannot find a LexicalComposerContext");return J}import{useLayoutEffect as Kk1,useEffect as Bk1,useMemo as $k1}from"react";import{jsx as Fk1}from"react/jsx-runtime";var Wd=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Pk1=Wd?Kk1:Bk1,Zx={tag:O5};function qd({initialConfig:J,children:Z}){let X=$k1(()=>{let{theme:Y,namespace:G,nodes:W,onError:q,editorState:H,html:z}=J,B=Gd(null,Y),K=xh({editable:J.editable,html:z,namespace:G,nodes:W,onError:(F)=>q(F,K),theme:Y});return Ak1(K,H),[K,B]},[]);return Pk1(()=>{let Y=J.editable,[G]=X;G.setEditable(Y!==void 0?Y:!0)},[]),Fk1(KN.Provider,{value:X,children:Z})}function Ak1(J,Z){if(Z===null)return;else if(Z===void 0)J.update(()=>{let X=b1();if(X.isEmpty()){let Y=V1();X.append(Y);let G=Wd?document.activeElement:null;if(I()!==null||G!==null&&G===J.getRootElement())Y.select()}},Zx);else if(Z!==null)switch(typeof Z){case"string":{let X=J.parseEditorState(Z);J.setEditorState(X,Zx);break}case"object":{J.setEditorState(Z,Zx);break}case"function":{J.update(()=>{if(b1().isEmpty())Z(J)},Zx);break}}}import{useLayoutEffect as zd,useEffect as yk1,forwardRef as Kd,useState as BN,useCallback as Vk1,useMemo as Uk1}from"react";import{jsx as Xx,jsxs as kk1,Fragment as bk1}from"react/jsx-runtime";function Ok1(){return b1().getTextContent()}function Tk1(J,Z=!0){if(J)return!1;let X=Ok1();if(Z)X=X.trim();return X===""}function wk1(J){if(!Tk1(J,!1))return!1;let X=b1().getChildren(),Y=X.length;if(Y>1)return!1;for(let G=0;G<Y;G++){let W=X[G];if(F1(W))return!1;if(R(W)){if(!kR(W))return!1;if(W.__indent!==0)return!1;let q=W.getChildren(),H=q.length;for(let z=0;z<H;z++){let B=q[G];if(!N(B))return!1}}}return!0}function Qx(J){return()=>wk1(J)}var Ck1=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Bd=Ck1?zd:yk1;function Sk1(...J){return(Z)=>{for(let X of J)if(typeof X==="function")X(Z);else if(X!=null)X.current=Z}}function Dk1({editor:J,ariaActiveDescendant:Z,ariaAutoComplete:X,ariaControls:Y,ariaDescribedBy:G,ariaErrorMessage:W,ariaExpanded:q,ariaInvalid:H,ariaLabel:z,ariaLabelledBy:B,ariaMultiline:K,ariaOwns:F,ariaRequired:$,autoCapitalize:P,className:A,id:O,role:T="textbox",spellCheck:w=!0,style:y,tabIndex:V,"data-testid":U,...C},k){let[b,D]=BN(J.isEditable()),S=Vk1((g)=>{if(g&&g.ownerDocument&&g.ownerDocument.defaultView)J.setRootElement(g);else J.setRootElement(null)},[J]),h=Uk1(()=>Sk1(k,S),[S,k]);return Bd(()=>{return D(J.isEditable()),J.registerEditableListener((g)=>{D(g)})},[J]),Xx("div",{"aria-activedescendant":b?Z:void 0,"aria-autocomplete":b?X:"none","aria-controls":b?Y:void 0,"aria-describedby":G,...W!=null?{"aria-errormessage":W}:{},"aria-expanded":b&&T==="combobox"?!!q:void 0,...H!=null?{"aria-invalid":H}:{},"aria-label":z,"aria-labelledby":B,"aria-multiline":K,"aria-owns":b?F:void 0,"aria-readonly":b?void 0:!0,"aria-required":$,autoCapitalize:P,className:A,contentEditable:b,"data-testid":U,id:O,ref:h,role:T,spellCheck:w,style:y,tabIndex:V,...C})}var Mk1=Kd(Dk1);function Hd(J){return J.getEditorState().read(Qx(J.isComposing()))}function Ek1(J){let[Z,X]=BN(()=>Hd(J));return Bd(()=>{function Y(){let G=Hd(J);X(G)}return Y(),S1(J.registerUpdateListener(()=>{Y()}),J.registerEditableListener(()=>{Y()}))},[J]),Z}var $d=Kd(Rk1);function Rk1(J,Z){let{placeholder:X,...Y}=J,[G]=w1();return kk1(bk1,{children:[Xx(Mk1,{editor:G,...Y,ref:Z}),X!=null&&Xx(vk1,{editor:G,content:X})]})}function vk1({content:J,editor:Z}){let X=Ek1(Z),[Y,G]=BN(Z.isEditable());if(zd(()=>{return G(Z.isEditable()),Z.registerEditableListener((q)=>{G(q)})},[Z]),!X)return null;let W=null;if(typeof J==="function")W=J(Y);else if(J!==null)W=J;if(W===null)return null;return Xx("div",{"aria-hidden":!0,children:W})}import{createContext as hk1,Component as xk1,createElement as Fd,useContext as Mh2,useState as Eh2,useMemo as Rh2,forwardRef as vh2}from"react";var Ik1=hk1(null),$N={didCatch:!1,error:null};class FN extends xk1{constructor(J){super(J),this.resetErrorBoundary=this.resetErrorBoundary.bind(this),this.state=$N}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($N))}componentDidCatch(J,Z){this.props.onError?.(J,Z)}componentDidUpdate(J,Z){let{didCatch:X}=this.state,{resetKeys:Y}=this.props;X&&Z.error!==null&&fk1(J.resetKeys,Y)&&(this.props.onReset?.({next:Y,prev:J.resetKeys,reason:"keys"}),this.setState($N))}render(){let{children:J,fallbackRender:Z,FallbackComponent:X,fallback:Y}=this.props,{didCatch:G,error:W}=this.state,q=J;if(G){let H={error:W,resetErrorBoundary:this.resetErrorBoundary};if(typeof Z=="function")q=Z(H);else if(X)q=Fd(X,H);else if(Y!==void 0)q=Y;else throw W}return Fd(Ik1.Provider,{value:{didCatch:G,error:W,resetErrorBoundary:this.resetErrorBoundary}},q)}}function fk1(J=[],Z=[]){return J.length!==Z.length||J.some((X,Y)=>!Object.is(X,Z[Y]))}import{jsx as Pd}from"react/jsx-runtime";function Ad({children:J,onError:Z}){return Pd(FN,{fallback:Pd("div",{style:{border:"1px solid #f00",color:"#f00",padding:"8px"},children:"An error was thrown."}),onError:Z,children:J})}var Yx=0,PN=1,Gx=2,i2=0,wd=1,Od=2,jk1=3,Nk1=4;function Lk1(J,Z,X){let Y=J._nodeMap,G=[];for(let W of Z){let q=Y.get(W);if(q!==void 0)G.push(q)}for(let[W,q]of X){if(!q)continue;let H=Y.get(W);if(H!==void 0&&!c1(H))G.push(H)}return G}function gk1(J,Z,X,Y,G){if(J===null||X.size===0&&Y.size===0&&!G)return i2;let W=Z._selection,q=J._selection;if(G)return wd;if(!v(W)||!v(q)||!q.isCollapsed()||!W.isCollapsed())return i2;let H=Lk1(Z,X,Y);if(H.length===0)return i2;if(H.length>1){let w=Z._nodeMap,y=w.get(W.anchor.key),V=w.get(q.anchor.key);if(y&&V&&!J._nodeMap.has(y.__key)&&N(y)&&y.__text.length===1&&W.anchor.offset===1)return Od;return i2}let z=H[0],B=J._nodeMap.get(z.__key);if(!N(B)||!N(z)||B.__mode!==z.__mode)return i2;let K=B.__text,F=z.__text;if(K===F)return i2;let $=W.anchor,P=q.anchor;if($.key!==P.key||$.type!=="text")return i2;let A=$.offset,O=P.offset,T=F.length-K.length;if(T===1&&O===A-1)return Od;if(T===-1&&O===A+1)return jk1;if(T===-1&&O===A)return Nk1;return i2}function mk1(J,Z,X){let Y=Z._nodeMap.get(J),G=X._nodeMap.get(J),W=Z._selection,q=X._selection;if(!(v(W)&&v(q)&&W.anchor.type==="element"&&W.focus.type==="element"&&q.anchor.type==="text"&&q.focus.type==="text")&&N(Y)&&N(G)&&Y.__parent===G.__parent)return JSON.stringify(Z.read(()=>Y.exportJSON()))===JSON.stringify(X.read(()=>G.exportJSON()));return!1}function _k1(J,Z){let X=Date.now(),Y=i2,G=Date.now(),W=i2,q=null;return(H,z,B,K,F,$)=>{let P=Date.now();if($.has(Pj))G=X,W=Y,q=H;if($.has(Rh))return Y=i2,X=P,Gx;if($.has(Aj)&&q)X=G,Y=W,H=q;let O=gk1(H,z,K,F,J.isComposing()),T=(()=>{let w=B===null||B.editor===J,y=$.has(qp);if(!y&&w&&$.has(O5))return Yx;if(O===wd)return Gx;if(H===null)return PN;let U=z._selection;if(!(K.size>0||F.size>0)){if(U!==null)return Yx;return Gx}let k=typeof Z==="number"?Z:Z.peek();if(y===!1&&O!==i2&&O===Y&&P<X+k&&w)return Yx;if(K.size===1){let b=Array.from(K)[0];if(mk1(b,H,z))return Yx}return PN})();return X=P,Y=O,T}}function uk1(J,Z){let{redoStack:X,undoStack:Y}=Z;if(X.length!==0){let G=Z.current;if(G!==null)Y.push(G),J.dispatchCommand(OR,!0);let W=X.pop();if(X.length===0)J.dispatchCommand(AR,!1);if(Z.current=W||null,W)W.editor.setEditorState(W.editorState,{tag:Rh})}}function pk1(J,Z){let{redoStack:X,undoStack:Y}=Z;if(Y.length!==0){let W=Z.current,q=Y.pop();if(W!==null)X.push(W),J.dispatchCommand(AR,!0);if(Y.length===0)J.dispatchCommand(OR,!1);if(Z.current=q||null,q)q.editor.setEditorState(q.editorState,{tag:Rh})}}function Td(J){J.undoStack=[],J.redoStack=[],J.current=null}function ON(J,Z,X){let Y=_k1(J,X),G=({editorState:q,prevEditorState:H,dirtyLeaves:z,dirtyElements:B,tags:K})=>{let{current:F,redoStack:$,undoStack:P}=Z,A=F===null?null:F.editorState;if(F!==null&&q===A)return;let O=Y(H,q,F,z,B,K);if(O===PN){if($.length!==0)Z.redoStack=[],J.dispatchCommand(AR,!1);if(F!==null)P.push({...F}),J.dispatchCommand(OR,!0)}else if(O===Gx)return;Z.current={editor:J,editorState:q}};return S1(J.registerCommand(Sh,()=>{return pk1(J,Z),!0},X1),J.registerCommand(Dh,()=>{return uk1(J,Z),!0},X1),J.registerCommand(Eh,()=>{return Td(Z),!1},X1),J.registerCommand(tu,()=>{return Td(Z),J.dispatchCommand(AR,!1),J.dispatchCommand(OR,!1),!0},X1),J.registerUpdateListener(G))}function TN(){return{current:null,redoStack:[],undoStack:[]}}var AN=E1({build:(J,{delay:Z,createInitialHistoryState:X,disabled:Y})=>z2({delay:Z,disabled:Y,historyState:X(J)}),config:H2({createInitialHistoryState:TN,delay:300,disabled:typeof window>"u"}),name:"@lexical/history/History",register:(J,Z,X)=>{let Y=X.getOutput();return y0(()=>Y.disabled.value?void 0:ON(J,Y.historyState.value,Y.delay))}});function lk1(J){return J?fl(J,AN.name):null}var gh2=E1({dependencies:[ep(AN,{createInitialHistoryState:()=>{throw Error("SharedHistory did not inherit parent history")},disabled:!0})],name:"@lexical/history/SharedHistory",register(J,Z,X){let{output:Y}=X.getDependency(AN),G=lk1(J._parentEditor);if(!G)return()=>{};let W=G.output;return y0(()=>ij(()=>{Y.delay.value=W.delay.value,Y.historyState.value=W.historyState.value,Y.disabled.value=W.disabled.value}))}});import{useMemo as dk1,useEffect as sk1}from"react";function rk1(J,Z,X=1000){let Y=dk1(()=>Z||TN(),[Z]);sk1(()=>{return ON(J,Y,X)},[X,J,Y])}function yd({delay:J,externalHistoryState:Z}){let[X]=w1();return rk1(X,Z,J),null}import{useEffect as Vd}from"react";function Ud({validateUrl:J,attributes:Z}){let[X]=w1();return Vd(()=>{if(!X.hasNodes([k5]))throw Error("LinkPlugin: LinkNode not registered on editor")}),Vd(()=>{return ZN(X,z2({attributes:Z,validateUrl:J}))},[X,J,Z]),null}import{useEffect as wN}from"react";function ak1(J){wN(()=>{return Jx(J)},[J])}function kd({hasStrictIndent:J=!1,shouldPreserveNumbering:Z=!1}){let[X]=w1();return wN(()=>{if(!X.hasNodes([x9,H7]))throw Error("ListPlugin: ListNode and/or ListItemNode not registered on editor")},[X]),wN(()=>{return S1(Jx(X,{restoreNumbering:Z}),J?zN(X):()=>{})},[X,J,Z]),ak1(X),null}import{useLayoutEffect as ck1,useEffect as nk1}from"react";var ik1=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",tk1=ik1?ck1:nk1;function bd({ignoreHistoryMergeTagChange:J=!0,ignoreSelectionChange:Z=!1,onChange:X}){let[Y]=w1();return tk1(()=>{if(X)return Y.registerUpdateListener(({editorState:G,dirtyElements:W,dirtyLeaves:q,prevEditorState:H,tags:z})=>{if(Z&&W.size===0&&q.size===0||J&&z.has(O5)||H.isEmpty())return;X(G,Y,z)})},[Y,J,Z,X]),null}import{useLayoutEffect as ok1,useEffect as ek1,useMemo as Jb1,useState as Zb1,useRef as Qb1}from"react";var Xb1=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Yb1=Xb1?ok1:ek1;function Gb1(J){let[Z]=w1(),X=Jb1(()=>J(Z),[Z,J]),[Y,G]=Zb1(()=>X.initialValueFn()),W=Qb1(Y);return Yb1(()=>{let{initialValueFn:q,subscribe:H}=X,z=q();if(W.current!==z)W.current=z,G(z);return H((B)=>{W.current=B,G(B)})},[X,J]),Y}function Wb1(J){return{initialValueFn:()=>J.isEditable(),subscribe:(Z)=>{return J.registerEditableListener(Z)}}}function Cd(){return Gb1(Wb1)}var Sd=E1({name:"@lexical/react/ReactProvider"});import{useLayoutEffect as hb1,useEffect as dd,useState as sd,useMemo as xb1,Suspense as Ib1}from"react";import{flushSync as fb1,createPortal as jb1}from"react-dom";import{jsx as LR,jsxs as Nb1,Fragment as Lb1}from"react/jsx-runtime";function yN(J){let Z=window.location.origin,X=(Y)=>{if(Y.origin!==Z)return;let G=J.getRootElement();if(document.activeElement!==G)return;let W=Y.data;if(typeof W==="string"){let q;try{q=JSON.parse(W)}catch(H){return}if(q&&q.protocol==="nuanria_messaging"&&q.type==="request"){let H=q.payload;if(H&&H.functionId==="makeChanges"){let z=H.args;if(z){let[B,K,F,$,P]=z;J.update(()=>{let A=I();if(v(A)){let O=A.anchor,T=O.getNode(),w=0,y=0;if(N(T)){if(B>=0&&K>=0)w=B,y=B+K,A.setTextNodeRange(T,w,T,y)}if(w!==y||F!=="")A.insertRawText(F),T=O.getNode();if(N(T)){w=$,y=$+P;let V=T.getTextContentSize();w=w>V?V:w,y=y>V?V:y,A.setTextNodeRange(T,w,T,y)}Y.stopImmediatePropagation()}})}}}}};return window.addEventListener("message",X,!0),()=>{window.removeEventListener("message",X,!0)}}var Dd=E1({build:(J,Z,X)=>z2(Z),config:H2({disabled:typeof window>"u"}),name:"@lexical/dragon",register:(J,Z,X)=>y0(()=>X.getOutput().disabled.value?void 0:yN(J))});function Ed(J,Z){let X=kj(Z)?Z.body.childNodes:Z.childNodes,Y=[],G=[];for(let W of X)if(!hd.has(W.nodeName)){let q=xd(W,J,G,!1);if(q!==null)Y=Y.concat(q)}return Hb1(G),Y}function Rd(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 X=document.createElement("div"),G=b1().getChildren();for(let W=0;W<G.length;W++){let q=G[W];vd(J,q,X,Z)}return X.innerHTML}function vd(J,Z,X,Y=null){let G=Y!==null?Z.isSelected(Y):!0,W=R(Z)&&Z.excludeFromCopy("html"),q=Z;if(Y!==null&&N(Z))q=rh(Y,Z,"clone");let H=R(q)?q.getChildren():[],z=bR(J,q.getType()),B;if(z&&z.exportDOM!==void 0)B=z.exportDOM(J,q);else B=q.exportDOM(J);let{element:K,after:F}=B;if(!K)return!1;let $=document.createDocumentFragment();for(let P=0;P<H.length;P++){let A=H[P],O=vd(J,A,$,Y);if(!G&&R(Z)&&O&&Z.extractWithChild(A,Y,"html"))G=!0}if(G&&!W){if(C1(K)||mh(K))K.append($);if(X.append(K),F){let P=F.call(q,K);if(P)if(mh(K))K.replaceChildren(P);else K.replaceWith(P)}}else X.append($);return G}function qb1(J,Z){let{nodeName:X}=J,Y=Z._htmlConversions.get(X.toLowerCase()),G=null;if(Y!==void 0)for(let W of Y){let q=W(J);if(q!==null&&(G===null||(G.priority||0)<=(q.priority||0)))G=q}return G!==null?G.conversion:null}var hd=new Set(["STYLE","SCRIPT"]);function xd(J,Z,X,Y,G=new Map,W){let q=[];if(hd.has(J.nodeName))return q;let H=null,z=qb1(J,Z),B=z?z(J):null,K=null;if(B!==null){K=B.after;let A=B.node;if(H=Array.isArray(A)?A[A.length-1]:A,H!==null){for(let[,O]of G)if(H=O(H,W),!H)break;if(H)q.push(...Array.isArray(A)?A:[H])}if(B.forChild!=null)G.set(J.nodeName,B.forChild)}let F=J.childNodes,$=[],P=H!=null&&I0(H)?!1:H!=null&&QE(H)||Y;for(let A=0;A<F.length;A++)$.push(...xd(F[A],Z,X,P,new Map(G),H));if(K!=null)$=K($);if(qE(J))if(!P)$=Md(J,$,V1);else $=Md(J,$,()=>{let A=new UR;return X.push(A),A});if(H==null){if($.length>0)q=q.concat($);else if(qE(J)&&zb1(J))q=q.concat(T5())}else if(R(H))H.append(...$);return q}function Md(J,Z,X){let Y=J.style.textAlign,G=[],W=[];for(let q=0;q<Z.length;q++){let H=Z[q];if(QE(H)){if(Y&&!H.getFormat())H.setFormat(Y);G.push(H)}else if(W.push(H),q===Z.length-1||q<Z.length-1&&QE(Z[q+1])){let z=X();z.setFormat(Y),z.append(...W),G.push(z),W=[]}}return G}function Hb1(J){for(let Z of J)if(Z.getNextSibling()instanceof UR)Z.insertAfter(T5());for(let Z of J){let X=Z.getChildren();for(let Y of X)Z.insertBefore(Y);Z.remove()}}function zb1(J){if(J.nextSibling==null||J.previousSibling==null)return!1;return DR(J.nextSibling)&&DR(J.previousSibling)}function Wx(J){throw Error(J)}function Kb1(J,Z=I()){if(Z==null)Wx("Expected valid LexicalSelection");if(v(Z)&&Z.isCollapsed()||Z.getNodes().length===0)return"";return Rd(J,Z)}function Bb1(J,Z=I()){if(Z==null)Wx("Expected valid LexicalSelection");if(v(Z)&&Z.isCollapsed()||Z.getNodes().length===0)return null;return JSON.stringify(Ab1(J,Z))}function VN(J,Z,X){let Y=J.getData("application/x-lexical-editor");if(Y)try{let H=JSON.parse(Y);if(H.namespace===X._config.namespace&&Array.isArray(H.nodes)){let z=Ob1(H.nodes);return Id(X,z,Z)}}catch(H){console.error(H)}let G=J.getData("text/html"),W=J.getData("text/plain");if(G&&W!==G)try{let z=new DOMParser().parseFromString($b1(G),"text/html"),B=Ed(X,z);return Id(X,B,Z)}catch(H){console.error(H)}let q=W||J.getData("text/uri-list");if(q!=null)if(v(Z)){let H=q.split(/(\r?\n|\t)/);if(H[H.length-1]==="")H.pop();for(let z=0;z<H.length;z++){let B=I();if(v(B)){let K=H[z];if(K===`
22
+ `||K===`\r
23
+ `)B.insertParagraph();else if(K==="\t")B.insertNodes([S9()]);else B.insertText(K)}}}else Z.insertRawText(q)}function $b1(J){if(window.trustedTypes&&window.trustedTypes.createPolicy)return window.trustedTypes.createPolicy("lexical",{createHTML:(X)=>X}).createHTML(J);return J}function Id(J,Z,X){if(!J.dispatchCommand(pu,{nodes:Z,selection:X}))X.insertNodes(Z),Fb1(X);return}function Fb1(J){if(v(J)&&J.isCollapsed()){let Z=J.anchor,X=null,Y=q2(Z,"previous");if(Y)if(a2(Y))X=Y.origin;else{let G=J7(Y,p0(b1(),"next").getFlipped());for(let W of G)if(N(W.origin)){X=W.origin;break}else if(R(W.origin)&&!W.origin.isInline())break}if(X&&N(X)){let G=X.getFormat(),W=X.getStyle();if(J.format!==G||J.style!==W)J.format=G,J.style=W,J.dirty=!0}}}function Pb1(J){let Z=J.exportJSON(),X=J.constructor;if(Z.type!==X.getType())Wx(`LexicalNode: Node ${X.name} does not implement .exportJSON().`);if(R(J)){let Y=Z.children;if(!Array.isArray(Y))Wx(`LexicalNode: Node ${X.name} is an element but .exportJSON() does not have a children array.`)}return Z}function jd(J,Z,X,Y=[]){let G=Z!==null?X.isSelected(Z):!0,W=R(X)&&X.excludeFromCopy("html"),q=X;if(Z!==null&&N(q))q=rh(Z,q,"clone");let H=R(q)?q.getChildren():[],z=Pb1(q);if(N(q)&&q.getTextContentSize()===0)G=!1;for(let B=0;B<H.length;B++){let K=H[B],F=jd(J,Z,K,z.children);if(!G&&R(X)&&F&&X.extractWithChild(K,Z,"clone"))G=!0}if(G&&!W)Y.push(z);else if(Array.isArray(z.children))for(let B=0;B<z.children.length;B++){let K=z.children[B];Y.push(K)}return G}function Ab1(J,Z){let X=[],G=b1().getChildren();for(let W=0;W<G.length;W++){let q=G[W];jd(J,Z,q,X)}return{namespace:J._config.namespace,nodes:X}}function Ob1(J){let Z=[];for(let X=0;X<J.length;X++){let Y=J[X],G=yp(Y);if(N(G))Xl(G);Z.push(G)}return Z}var Tb1=50,PE=null;async function UN(J,Z,X){if(PE!==null)return!1;if(Z!==null)return new Promise((B,K)=>{J.update(()=>{B(fd(J,Z,X))})});let Y=J.getRootElement(),G=J._window||window,W=G.document,q=o0(G);if(Y===null||q===null)return!1;let H=W.createElement("span");H.style.cssText="position: fixed; top: -1000px;",H.append(W.createTextNode("#")),Y.append(H);let z=new Range;return z.setStart(H,0),z.setEnd(H,1),q.removeAllRanges(),q.addRange(z),new Promise((B,K)=>{let F=J.registerCommand(ZE,($)=>{if(U5($,ClipboardEvent)){if(F(),PE!==null)G.clearTimeout(PE),PE=null;B(fd(J,$,X))}return!0},RJ);PE=G.setTimeout(()=>{F(),PE=null,B(!1)},Tb1),W.execCommand("copy"),H.remove()})}function fd(J,Z,X){if(X===void 0){let G=o0(J._window),W=I();if(!W||W.isCollapsed())return!1;if(!G)return!1;let{anchorNode:q,focusNode:H}=G;if(q!==null&&H!==null&&!YE(J,q,H))return!1;X=wb1(W)}Z.preventDefault();let Y=Z.clipboardData;if(Y===null)return!1;return yb1(Y,X),!0}var Nd=[["text/html",Kb1],["application/x-lexical-editor",Bb1]];function wb1(J=I()){let Z={"text/plain":J?J.getTextContent():""};if(J){let X=HE();for(let[Y,G]of Nd){let W=G(X,J);if(W!==null)Z[Y]=W}}return Z}function yb1(J,Z){for(let[X]of Nd)if(Z[X]===void 0)J.setData(X,"");for(let X in Z){let Y=Z[X];if(Y!==void 0)J.setData(X,Y)}}function Ld(J,Z){if(typeof document.caretRangeFromPoint<"u"){let X=document.caretRangeFromPoint(J,Z);if(X===null)return null;return{node:X.startContainer,offset:X.startOffset}}else if(document.caretPositionFromPoint!=="undefined"){let X=document.caretPositionFromPoint(J,Z);if(X===null)return null;return{node:X.offsetNode,offset:X.offset}}else return null}var uZ=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",Vb1=uZ&&"documentMode"in document?document.documentMode:null,Ub1=uZ&&/Mac|iPod|iPhone|iPad/.test(navigator.platform),kb1=uZ&&"InputEvent"in window&&!Vb1?"getTargetRanges"in new window.InputEvent("input"):!1,bb1=uZ&&/Version\/[\d.]+.*Safari/.test(navigator.userAgent),gd=uZ&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream,Cb1=uZ&&/^(?=.*Chrome).*/i.test(navigator.userAgent),Sb1=uZ&&/AppleWebKit\/[\d.]+/.test(navigator.userAgent)&&Ub1&&!Cb1,md=c("DRAG_DROP_PASTE_FILE");class OE extends Z0{static getType(){return"quote"}static clone(J){return new OE(J.__key)}createDOM(J){let Z=document.createElement("blockquote");return t1(Z,J.theme.quote),Z}updateDOM(J,Z){return!1}static importDOM(){return{blockquote:(J)=>({conversion:Db1,priority:0})}}exportDOM(J){let{element:Z}=super.exportDOM(J);if(C1(Z)){if(this.isEmpty())Z.append(document.createElement("br"));let X=this.getFormatType();if(X)Z.style.textAlign=X;let Y=this.getDirection();if(Y)Z.dir=Y}return{element:Z}}static importJSON(J){return TE().updateFromJSON(J)}insertNewAfter(J,Z){let X=V1(),Y=this.getDirection();return X.setDirection(Y),this.insertAfter(X,Z),X}collapseAtStart(){let J=V1();return this.getChildren().forEach((X)=>J.append(X)),this.replace(J),!0}canMergeWhenEmpty(){return!0}}function TE(){return f0(new OE)}class pZ extends Z0{__tag;static getType(){return"heading"}static clone(J){return new pZ(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,X=document.createElement(Z),G=J.theme.heading;if(G!==void 0){let W=G[Z];t1(X,W)}return X}updateDOM(J,Z,X){return J.__tag!==this.__tag}static importDOM(){return{h1:(J)=>({conversion:AE,priority:0}),h2:(J)=>({conversion:AE,priority:0}),h3:(J)=>({conversion:AE,priority:0}),h4:(J)=>({conversion:AE,priority:0}),h5:(J)=>({conversion:AE,priority:0}),h6:(J)=>({conversion:AE,priority:0}),p:(J)=>{let X=J.firstChild;if(X!==null&&_d(X))return{conversion:()=>({node:null}),priority:3};return null},span:(J)=>{if(_d(J))return{conversion:(Z)=>{return{node:k2("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 X=this.getFormatType();if(X)Z.style.textAlign=X;let Y=this.getDirection();if(Y)Z.dir=Y}return{element:Z}}static importJSON(J){return k2(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 X=J?J.anchor.offset:0,Y=this.getLastDescendant(),W=!Y||J&&J.anchor.key===Y.getKey()&&X===Y.getTextContentSize()||!J?V1():k2(this.getTag()),q=this.getDirection();if(W.setDirection(q),this.insertAfter(W,Z),X===0&&!this.isEmpty()&&J){let H=V1();H.select(),this.replace(H,!0)}return W}collapseAtStart(){let J=!this.isEmpty()?k2(this.getTag()):V1();return this.getChildren().forEach((X)=>J.append(X)),this.replace(J),!0}extractWithChild(){return!0}}function _d(J){if(J.nodeName.toLowerCase()==="span")return J.style.fontSize==="26pt";return!1}function AE(J){let Z=J.nodeName.toLowerCase(),X=null;if(Z==="h1"||Z==="h2"||Z==="h3"||Z==="h4"||Z==="h5"||Z==="h6"){if(X=k2(Z),J.style!==null)_h(J,X),X.setFormat(J.style.textAlign)}return{node:X}}function Db1(J){let Z=TE();if(J.style!==null)Z.setFormat(J.style.textAlign),_h(J,Z);return{node:Z}}function k2(J="h1"){return f0(new pZ(J))}function pd(J){return J instanceof pZ}function Mb1(J,Z){J.preventDefault(),Z.update(()=>{let X=I(),Y=U5(J,InputEvent)||U5(J,KeyboardEvent)?null:J.clipboardData;if(Y!=null&&X!==null)VN(Y,X,Z)},{tag:Hp})}async function Eb1(J,Z){await UN(Z,U5(J,ClipboardEvent)?J:null),Z.update(()=>{let X=I();if(v(X))X.removeText();else if(j1(X))X.getNodes().forEach((Y)=>Y.remove())})}function qx(J){let Z=null;if(U5(J,DragEvent))Z=J.dataTransfer;else if(U5(J,ClipboardEvent))Z=J.clipboardData;if(Z===null)return[!1,[],!1];let X=Z.types,Y=X.includes("Files"),G=X.includes("text/html")||X.includes("text/plain");return[Y,Array.from(Z.files),G]}function ud(J){let Z=w2(J);return F1(Z)}function Rb1(J){let Z=J.focus;return Z.key==="root"&&Z.offset===b1().getChildrenSize()}function vb1(J){if(!J.isCollapsed())return!1;let{anchor:Z}=J;if(Z.offset!==0)return!1;let X=Z.getNode();if(c1(X))return!1;let Y=ah(X);return Y.getIndent()>0&&(Y.is(X)||X.is(Y.getFirstDescendant()))}function kN(J){for(let Z of["lowercase","uppercase","capitalize"])if(J.hasFormat(Z))J.toggleFormat(Z)}function bN(J){return S1(J.registerCommand(BR,(X)=>{let Y=I();if(j1(Y))return Y.clear(),!0;return!1},X1),J.registerCommand(UJ,(X)=>{let Y=I();if(v(Y))return Y.deleteCharacter(X),!0;else if(j1(Y))return Y.deleteNodes(),!0;return!1},X1),J.registerCommand(cM,(X)=>{let Y=I();if(!v(Y))return!1;return Y.deleteWord(X),!0},X1),J.registerCommand(nM,(X)=>{let Y=I();if(!v(Y))return!1;return Y.deleteLine(X),!0},X1),J.registerCommand(PZ,(X)=>{let Y=I();if(typeof X==="string"){if(Y!==null)Y.insertText(X)}else{if(Y===null)return!1;let G=X.dataTransfer;if(G!=null)VN(G,Y,J);else if(v(Y)){let W=X.data;if(W)Y.insertText(W);return!0}}return!0},X1),J.registerCommand(Yh,()=>{let X=I();if(!v(X))return!1;return X.removeText(),!0},X1),J.registerCommand(z0,(X)=>{let Y=I();if(!v(Y))return!1;return Y.formatText(X),!0},X1),J.registerCommand(iu,(X)=>{let Y=I();if(!v(Y)&&!j1(Y))return!1;let G=Y.getNodes();for(let W of G){let q=L1(W,(H)=>R(H)&&!H.isInline());if(q!==null)q.setFormat(X)}return!0},X1),J.registerCommand(FZ,(X)=>{let Y=I();if(!v(Y))return!1;return Y.insertLineBreak(X),!0},X1),J.registerCommand(VZ,()=>{let X=I();if(!v(X))return!1;return X.insertParagraph(),!0},X1),J.registerCommand(PR,()=>{let X=S9(),Y=I();if(v(Y))X.setFormat(Y.format),X.setStyle(Y.style);return D9([X]),!0},X1),J.registerCommand(eM,()=>{return ER((X)=>{let Y=X.getIndent();X.setIndent(Y+1)})},X1),J.registerCommand(JE,()=>{return ER((X)=>{let Y=X.getIndent();if(Y>0)X.setIndent(Math.max(0,Y-1))})},X1),J.registerCommand(bJ,(X)=>{let Y=I();if(j1(Y)){let G=Y.getNodes();if(G.length>0)return X.preventDefault(),G[0].selectPrevious(),!0}else if(v(Y)){let G=gh(Y.focus,!0);if(!X.shiftKey&&F1(G)&&!G.isIsolated()&&!G.isInline())return G.selectPrevious(),X.preventDefault(),!0}return!1},X1),J.registerCommand(CJ,(X)=>{let Y=I();if(j1(Y)){let G=Y.getNodes();if(G.length>0)return X.preventDefault(),G[0].selectNext(0,0),!0}else if(v(Y)){if(Rb1(Y))return X.preventDefault(),!0;let G=gh(Y.focus,!1);if(!X.shiftKey&&F1(G)&&!G.isIsolated()&&!G.isInline())return G.selectNext(),X.preventDefault(),!0}return!1},X1),J.registerCommand($R,(X)=>{let Y=I();if(j1(Y)){let G=Y.getNodes();if(G.length>0){if(X.preventDefault(),mj(G[0]))G[0].selectNext(0,0);else G[0].selectPrevious();return!0}}if(!v(Y))return!1;if(_j(Y,!0)){let G=X.shiftKey;return X.preventDefault(),uj(Y,G,!0),!0}return!1},X1),J.registerCommand(Gj,(X)=>{let Y=I();if(j1(Y)){let W=Y.getNodes();if(W.length>0){if(X.preventDefault(),mj(W[0]))W[0].selectPrevious();else W[0].selectNext(0,0);return!0}}if(!v(Y))return!1;let G=X.shiftKey;if(_j(Y,!1))return X.preventDefault(),uj(Y,G,!1),!0;return!1},X1),J.registerCommand(Wj,(X)=>{if(ud(X.target))return!1;let Y=I();if(v(Y)){if(vb1(Y))return X.preventDefault(),J.dispatchCommand(JE,void 0);if(gd&&navigator.language==="ko-KR")return!1}else if(!j1(Y))return!1;return X.preventDefault(),J.dispatchCommand(UJ,!0)},X1),J.registerCommand(qj,(X)=>{if(ud(X.target))return!1;let Y=I();if(!(v(Y)||j1(Y)))return!1;return X.preventDefault(),J.dispatchCommand(UJ,!1)},X1),J.registerCommand(UZ,(X)=>{let Y=I();if(!v(Y))return!1;if(kN(Y),X!==null){if((gd||bb1||Sb1)&&kb1)return!1;if(X.preventDefault(),X.shiftKey)return J.dispatchCommand(FZ,!1)}return J.dispatchCommand(VZ,void 0)},X1),J.registerCommand(MZ,()=>{let X=I();if(!v(X))return!1;return J.blur(),!0},X1),J.registerCommand(Hj,(X)=>{let[,Y]=qx(X);if(Y.length>0){let{clientX:W,clientY:q}=X,H=Ld(W,q);if(H!==null){let{offset:z,node:B}=H,K=w2(B);if(K!==null){let F=DJ();if(N(K))F.anchor.set(K.getKey(),z,"text"),F.focus.set(K.getKey(),z,"text");else{let P=K.getParentOrThrow().getKey(),A=K.getIndexWithinParent()+1;F.anchor.set(P,A,"element"),F.focus.set(P,A,"element")}let $=P5(F);_1($)}J.dispatchCommand(md,Y)}return X.preventDefault(),!0}let G=I();if(v(G))return!0;return!1},X1),J.registerCommand(zj,(X)=>{let[Y]=qx(X),G=I();if(Y&&!v(G))return!1;return!0},X1),J.registerCommand(Kj,(X)=>{let[Y]=qx(X),G=I();if(Y&&!v(G))return!1;let{clientX:W,clientY:q}=X,H=Ld(W,q);if(H!==null){let z=w2(H.node);if(F1(z))X.preventDefault()}return!0},X1),J.registerCommand(Gh,()=>{return fp(),!0},X1),J.registerCommand(ZE,(X)=>{return UN(J,U5(X,ClipboardEvent)?X:null),!0},X1),J.registerCommand(Mh,(X)=>{return Eb1(X,J),!0},X1),J.registerCommand(oM,(X)=>{let[,Y,G]=qx(X);if(Y.length>0&&!G)return J.dispatchCommand(md,Y),!0;if(V5(X.target)&&Ih(X.target))return!1;if(I()!==null)return Mb1(X,J),!0;return!1},X1),J.registerCommand(FR,(X)=>{let Y=I();if(v(Y))kN(Y);return!1},X1),J.registerCommand(SJ,(X)=>{let Y=I();if(v(Y))kN(Y);return!1},X1))}var Dx2=E1({conflictsWith:["@lexical/plain-text"],dependencies:[Dd],name:"@lexical/rich-text",nodes:()=>[pZ,OE],register:bN});function gb1(J){throw Error(J)}var mb1=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",CN=mb1?hb1:dd;function _b1(J,Z){let[X,Y]=sd(()=>J.getDecorators());return CN(()=>{return J.registerDecoratorListener((G)=>{fb1(()=>{Y(G)})})},[J]),dd(()=>{Y(J.getDecorators())},[J]),xb1(()=>{let G=[],W=Object.keys(X);for(let q=0;q<W.length;q++){let H=W[q],z=LR(Z,{onError:(K)=>J._onError(K),children:LR(Ib1,{fallback:null,children:X[H]})}),B=J.getElementByKey(H);if(B!==null)G.push(jb1(z,B,H))}return G},[Z,X,J])}function ub1(J){let Z=NZ.maybeFromEditor(J);if(Z&&Z.hasExtensionByName(Sd.name)){for(let X of["@lexical/plain-text","@lexical/rich-text"])if(Z.hasExtensionByName(X))gb1(`LexicalBuilder: @lexical/react legacy text plugins conflict with the ${X} extension. Remove the legacy <RichTextPlugin/> or <PlainTextPlugin/> component.`);return!0}return!1}function pb1({editor:J,ErrorBoundary:Z}){return _b1(J,Z)}function lb1({editor:J,ErrorBoundary:Z}){return ub1(J)?null:LR(pb1,{editor:J,ErrorBoundary:Z})}function ld(J){return J.getEditorState().read(Qx(J.isComposing()))}function db1(J){let[Z,X]=sd(()=>ld(J));return CN(()=>{function Y(){let G=ld(J);X(G)}return Y(),S1(J.registerUpdateListener(()=>{Y()}),J.registerEditableListener(()=>{Y()}))},[J]),Z}function sb1(J){CN(()=>{return S1(bN(J),yN(J))},[J])}function rd({contentEditable:J,placeholder:Z=null,ErrorBoundary:X}){let[Y]=w1();return sb1(Y),Nb1(Lb1,{children:[J,LR(rb1,{content:Z}),LR(lb1,{editor:Y,ErrorBoundary:X})]})}function rb1({content:J}){let[Z]=w1(),X=db1(Z),Y=Cd();if(!X)return null;if(typeof J==="function")return J(Y);else return J}import{useMemo as hC1,useState as xC1}from"react";import{useState as ab1,useEffect as cb1,useCallback as ad}from"react";function cd(J,Z){return J.getEditorState().read(()=>{let X=y1(Z);if(X===null)return!1;return X.isSelected()})}function nd(J){let[Z]=w1(),[X,Y]=ab1(()=>cd(Z,J));cb1(()=>{let q=!0,H=Z.registerUpdateListener(()=>{if(q)Y(cd(Z,J))});return()=>{q=!1,H()}},[Z,J]);let G=ad((q)=>{Z.update(()=>{let H=I();if(!j1(H))H=XE(),_1(H);if(j1(H))if(q)H.add(J);else H.delete(J)})},[Z,J]),W=ad(()=>{Z.update(()=>{let q=I();if(j1(q))q.clear()})},[Z]);return[X,G,W]}import{useCallback as nb1,useEffect as id,useRef as ib1,useState as td}from"react";import{jsxDEV as wE,Fragment as tb1}from"react/jsx-dev-runtime";function SN({src:J,altText:Z,nodeKey:X,width:Y,height:G}){let[W]=w1(),[q,H]=nd(X),[z,B]=td(!1),K=ib1(null),[F,$]=td(Y),P=nb1(()=>{W.update(()=>{let O=y1(X);if(O)O.remove()})},[W,X]),A=(O)=>{O.preventDefault(),O.stopPropagation(),B(!0)};return id(()=>{if(!z)return;let O=(w)=>{if(K.current){let{left:y}=K.current.getBoundingClientRect(),V=Math.max(50,w.clientX-y);$(V)}},T=()=>{if(B(!1),F!==void 0)W.update(()=>{let w=y1(X);if(w&&typeof w.setWidth==="function")w.setWidth(F)})};return document.addEventListener("mousemove",O),document.addEventListener("mouseup",T),()=>{document.removeEventListener("mousemove",O),document.removeEventListener("mouseup",T)}},[z,F,W,X]),id(()=>{$(Y)},[Y]),wE("div",{role:"button",tabIndex:-1,className:`editor-image-wrapper ${q?"is-selected":""}`,onClick:(O)=>{O.preventDefault(),O.stopPropagation(),H(!q)},onKeyDown:(O)=>{if(O.key==="Enter"||O.key===" ")O.preventDefault(),H(!q)},style:{display:"inline-block",position:"relative",cursor:"default",lineHeight:0,zIndex:q?10:1},children:[wE("img",{ref:K,src:J,alt:Z,style:{width:F||(Y?`${Y}px`:"auto"),height:G?`${G}px`:"auto",maxWidth:"100%",display:"block"},className:"editor-image-img"},void 0,!1,void 0,this),q&&wE(tb1,{children:[wE("button",{type:"button",className:"editor-image-resizer",onMouseDown:A,"aria-label":"Resize image"},void 0,!1,void 0,this),wE("button",{type:"button",className:"editor-image-delete",onClick:(O)=>{O.stopPropagation(),P()},"aria-label":"Delete image",children:wE(P0,{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 ob1}from"react/jsx-dev-runtime";class gR extends M9{__src;__altText;__height;__width;static getType(){return"image"}static clone(J){return new gR(J.__src,J.__altText,J.__height,J.__width,J.__key)}constructor(J,Z,X,Y,G){super(G);this.__src=J,this.__altText=Z,this.__height=X,this.__width=Y}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:X,width:Y,src:G}=J;return lZ(G,Z,X,Y)}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 ob1(SN,{src:this.__src,altText:this.__altText,nodeKey:this.__key,width:this.__width,height:this.__height},void 0,!1,void 0,this)}}function lZ(J,Z,X,Y){return new gR(J,Z,X,Y)}import od,{useLayoutEffect as eb1,useEffect as I9,useRef as JC1,useCallback as dZ,useState as Ys,useMemo as ZC1}from"react";import{jsx as QC1}from"react/jsx-runtime";var ed="startTransition";function XC1(J){if(ed in od)od[ed](J);else J()}var DN=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",YC1=DN?eb1:I9;class MN{key;ref;constructor(J){this.key=J,this.ref={current:null},this.setRefElement=this.setRefElement.bind(this)}setRefElement(J){this.ref={current:J}}}var Js=(J)=>{let Z=document.getElementById("typeahead-menu");if(!Z)return;let X=Z.getBoundingClientRect();if(X.top+X.height>window.innerHeight)Z.scrollIntoView({block:"center"});if(X.top<0)Z.scrollIntoView({block:"center"});J.scrollIntoView({block:"nearest"})};function GC1(J,Z,X){let Y=X;for(let G=Y;G<=Z.length;G++)if(J.slice(-G)===Z.substring(0,G))Y=G;return Y}function WC1(J){let Z=I();if(!v(Z)||!Z.isCollapsed())return null;let X=Z.anchor;if(X.type!=="text")return null;let Y=X.getNode();if(!Y.isSimpleText())return null;let G=X.offset,W=Y.getTextContent().slice(0,G),q=J.replaceableString.length,H=GC1(W,J.matchingString,q),z=G-H;if(z<0)return null;let B;if(z===0)[B]=Y.splitText(G);else[,B]=Y.splitText(z,G);return B}function qC1(J,Z){let X=getComputedStyle(J),Y=X.position==="absolute",G=/(auto|scroll)/;if(X.position==="fixed")return document.body;for(let W=J;W=W.parentElement;){if(X=getComputedStyle(W),Y&&X.position==="static")continue;if(G.test(X.overflow+X.overflowY+X.overflowX))return W}return document.body}function Zs(J,Z){let X=J.getBoundingClientRect(),Y=Z.getBoundingClientRect(),G=6;return X.top>=Y.top-6&&X.top<=Y.bottom+6}function HC1(J,Z,X,Y){let[G]=w1();I9(()=>{if(Z!=null&&J!=null){let W=G.getRootElement(),q=W!=null?qC1(W):document.body,H=!1,z=Zs(Z,q),B=function(){if(!H)window.requestAnimationFrame(function(){X(),H=!1}),H=!0;let F=Zs(Z,q);if(F!==z){if(z=F,Y!=null)Y(F)}},K=new ResizeObserver(X);return window.addEventListener("resize",X),document.addEventListener("scroll",B,{capture:!0,passive:!0}),K.observe(Z),()=>{K.unobserve(Z),window.removeEventListener("resize",X),document.removeEventListener("scroll",B,!0)}}},[Z,G,Y,X,J])}var Qs=c("SCROLL_TYPEAHEAD_OPTION_INTO_VIEW_COMMAND");function zC1({close:J,editor:Z,anchorElementRef:X,resolution:Y,options:G,menuRenderFn:W,onSelectOption:q,shouldSplitNodeWithQuery:H=!1,commandPriority:z=l1,preselectFirstItem:B=!0}){let[K,F]=Ys(null),$=K!==null?Math.min(G.length-1,K):null,P=Y.match&&Y.match.matchingString;I9(()=>{if(B)F(0)},[P,B]);let A=dZ((w)=>{Z.update(()=>{let y=Y.match!=null&&H?WC1(Y.match):null;q(w,y,J,Y.match?Y.match.matchingString:"")})},[Z,H,Y.match,q,J]),O=dZ((w)=>{let y=Z.getRootElement();if(y!==null)y.setAttribute("aria-activedescendant","typeahead-item-"+w),F(w)},[Z]);I9(()=>{return()=>{let w=Z.getRootElement();if(w!==null)w.removeAttribute("aria-activedescendant")}},[Z]),YC1(()=>{if(G===null)F(null);else if($===null&&B)O(0)},[G,$,O,B]),I9(()=>{return S1(Z.registerCommand(Qs,({option:w})=>{if(w.ref&&w.ref.current!=null)return Js(w.ref.current),!0;return!1},z))},[Z,O,z]),I9(()=>{return S1(Z.registerCommand(CJ,(w)=>{let y=w;if(G!==null&&G.length){let V=$===null?0:$!==G.length-1?$+1:0;O(V);let U=G[V];if(!U)return O(-1),y.preventDefault(),y.stopImmediatePropagation(),!0;if(U.ref&&U.ref.current)Z.dispatchCommand(Qs,{index:V,option:U});y.preventDefault(),y.stopImmediatePropagation()}return!0},z),Z.registerCommand(bJ,(w)=>{let y=w;if(G!==null&&G.length){let V=$===null?G.length-1:$!==0?$-1:G.length-1;O(V);let U=G[V];if(!U)return O(-1),y.preventDefault(),y.stopImmediatePropagation(),!0;if(U.ref&&U.ref.current)Js(U.ref.current);y.preventDefault(),y.stopImmediatePropagation()}return!0},z),Z.registerCommand(MZ,(w)=>{let y=w;return y.preventDefault(),y.stopImmediatePropagation(),J(),!0},z),Z.registerCommand(SJ,(w)=>{let y=w;if(G===null||$===null||G[$]==null)return!1;return y.preventDefault(),y.stopImmediatePropagation(),A(G[$]),!0},z),Z.registerCommand(UZ,(w)=>{if(G===null||$===null||G[$]==null)return!1;if(w!==null)w.preventDefault(),w.stopImmediatePropagation();return A(G[$]),!0},z))},[A,J,Z,G,$,O,z]);let T=ZC1(()=>({options:G,selectOptionAndCleanUp:A,selectedIndex:$,setHighlightedIndex:F}),[A,$,G]);return W(X,T,Y.match?Y.match.matchingString:"")}function Xs(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 KC1(J,Z,X,Y=DN?document.body:void 0,G=!0){let[W]=w1(),q=DN?document.createElement("div"):null,H=JC1(q),z=dZ(()=>{if(H.current===null||Y===void 0)return;H.current.style.top=H.current.style.bottom;let K=W.getRootElement(),F=H.current,$=F.firstChild;if(K!==null&&J!==null){let{left:P,top:A,width:O,height:T}=J.getRect(),w=H.current.offsetHeight;if(F.style.top=`${A+w+3+(G?window.pageYOffset:0)}px`,F.style.left=`${P+window.pageXOffset}px`,F.style.height=`${T}px`,F.style.width=`${O}px`,$!==null){$.style.top=`${A}`;let y=$.getBoundingClientRect(),V=y.height,U=y.width,C=K.getBoundingClientRect();if(P+U>C.right)F.style.left=`${C.right-U+window.pageXOffset}px`;if((A+V>window.innerHeight||A+V>C.bottom)&&A-C.top>V+T)F.style.top=`${A-V-T+(G?window.pageYOffset:0)}px`}if(!F.isConnected)Xs(F,X),Y.append(F);F.setAttribute("id","typeahead-menu"),K.setAttribute("aria-controls","typeahead-menu")}},[W,J,G,X,Y]);I9(()=>{let K=W.getRootElement();if(J!==null)z();return()=>{if(K!==null)K.removeAttribute("aria-controls");let F=H.current;if(F!==null&&F.isConnected)F.remove(),F.removeAttribute("id")}},[W,z,J]);let B=dZ((K)=>{if(J!==null){if(!K)Z(null)}},[J,Z]);if(HC1(J,H.current,z,B),q!=null&&q===H.current){if(Xs(q,X),Y!=null)Y.append(q)}return H}var BC1=`\\.,\\+\\*\\?\\$\\@\\|#{}\\(\\)\\^\\-\\[\\]\\\\/!%'"~=<>_:;`;function $C1(J){let Z=J.anchor;if(Z.type!=="text")return null;let X=Z.getNode();if(!X.isSimpleText())return null;let Y=Z.offset;return X.getTextContent().slice(0,Y)}function FC1(J,Z,X){let Y=o0(X);if(Y===null||!Y.isCollapsed)return!1;let G=Y.anchorNode,W=J,q=Y.anchorOffset;if(G==null||q==null)return!1;try{Z.setStart(G,W),Z.setEnd(G,q)}catch(H){return!1}return!0}function PC1(J){let Z=null;return J.getEditorState().read(()=>{let X=I();if(!v(X))return;Z=$C1(X)}),Z}function AC1(J,Z){if(Z!==0)return!1;return J.getEditorState().read(()=>{let X=I();if(v(X)){let W=X.anchor.getNode().getPreviousSibling();return N(W)&&W.isTextEntity()}return!1})}var WI2=c("SCROLL_TYPEAHEAD_OPTION_INTO_VIEW_COMMAND");function Gs(J,{minLength:Z=1,maxLength:X=75,punctuation:Y=BC1,allowWhitespace:G=!1}){return dZ((W)=>{let q=G?"":"\\s",H="[^"+J+Y+q+"]",B=new RegExp("(^|\\s|\\()(["+J+"]((?:"+H+"){0,"+X+"}))$").exec(W);if(B!==null){let K=B[1],F=B[3];if(F.length>=Z)return{leadOffset:B.index+K.length,matchingString:F,replaceableString:B[2]}}return null},[G,J,Y,X,Z])}function Ws({options:J,onQueryChange:Z,onSelectOption:X,onOpen:Y,onClose:G,menuRenderFn:W,triggerFn:q,anchorClassName:H,commandPriority:z=l1,parent:B,preselectFirstItem:K=!0,ignoreEntityBoundary:F=!1}){let[$]=w1(),[P,A]=Ys(null),O=KC1(P,A,H,B),T=dZ(()=>{if(A(null),G!=null&&P!==null)G()},[G,P]),w=dZ((y)=>{if(A(y),Y!=null&&P===null)Y(y)},[Y,P]);return I9(()=>{let y=()=>{$.getEditorState().read(()=>{if(!$.isEditable()){T();return}if($.isComposing())return;let U=$._window||window,C=U.document.createRange(),k=I(),b=PC1($);if(!v(k)||!k.isCollapsed()||b===null||C===null){T();return}let D=q(b,$);if(Z(D?D.matchingString:null),D!==null&&(F||!AC1($,D.leadOffset))){if(FC1(D.leadOffset,C,U)!==null){XC1(()=>w({getRect:()=>C.getBoundingClientRect(),match:D}));return}}T()})},V=$.registerUpdateListener(y);return()=>{V()}},[$,q,Z,P,T,w,F]),I9(()=>$.registerEditableListener((y)=>{if(!y)T()}),[$,T]),P===null||$===null||O.current===null?null:QC1(zC1,{close:T,resolution:P,editor:$,anchorElementRef:O,options:J,menuRenderFn:W,shouldSplitNodeWithQuery:!0,onSelectOption:X,commandPriority:z,preselectFirstItem:K})}import{useCallback as VC1,useMemo as UC1,useState as Ks}from"react";import*as Bs from"react-dom";import OC1,{useMemo as TC1,useRef as wC1,useState as zs}from"react";Bv();S5();var yE=GJ("opaca-media-view-mode","grid"),VE=GJ("opaca-media-selected-bucket","all"),Hx=GJ("opaca-bucket-colors",{},{encode:JSON.stringify,decode:JSON.parse}),sZ=T1(""),zx=T1(""),rZ=T1(1),UE=AJ(["api/__system/assets",VE,sZ,zx,rZ],{fetcher:(J,Z,X,Y,G)=>{let W=new URLSearchParams({bucket:String(Z),folder:String(X),search:String(Y),page:String(G),limit:"20"});return G1.get(`${J}?${W.toString()}`).json()}}),Kx=(J)=>{VE.set(J),sZ.set(""),rZ.set(1)},f9=(J)=>{sZ.set(J),rZ.set(1)},qs=(J)=>{zx.set(J),rZ.set(1)},EN=(J)=>{rZ.set(J)},Hs=(J,Z)=>{let X=Hx.get();Hx.set({...X,[J]:Z})};import{jsxDEV as t,Fragment as yC1}from"react/jsx-dev-runtime";var IJ=({onSelect:J,onClose:Z,allowedmime_types:X,maxFileSize:Y,bucket:G="default"})=>{let{data:W,loading:q}=Q1(UE),H=Q1(VE),z=Q1(sZ),B=Q1(yE),K=Q1(q5),[F,$]=zs(!1),[P,A]=zs(!1),O=wC1(null),T=TC1(()=>{return Object.keys(K?.storages||{})},[K?.storages]),w=W?.docs||[],y=W?.folders||[],V=async(k)=>{if(X&&!X.includes(k.type)){alert(`Invalid file type. Allowed: ${X.join(", ")}`);return}if(Y&&k.size>Y){alert(`File too large. Max size: ${Y/1024/1024}MB`);return}$(!0);let b=new FormData;b.append("file",k);try{let D=H==="all"?"default":H,S=await G1.post(`api/__system/assets/upload?bucket=${D}&folder=${z}`,{body:b,onDownloadProgress:(h)=>{}}).json();$(!1),UE.revalidate(),J({assetId:S.id,url:S.url||`${a0()}/api/assets/${S.id}/view`,filename:S.filename,mimeType:S.mimeType||S.mime_type||"",filesize:S.filesize})}catch(D){alert(`Upload failed: ${D instanceof Error?D.message:"Unknown error"}`),$(!1)}},U=(k)=>{if(k.preventDefault(),A(!1),k.dataTransfer.files&&k.dataTransfer.files.length>0&&k.dataTransfer.files[0])V(k.dataTransfer.files[0])},C=(k)=>{if(!k)return t(x2,{size:40,className:"text-gray-400"},void 0,!1,void 0,this);if(k.startsWith("image/"))return t(a1,{size:40,className:"text-blue-400"},void 0,!1,void 0,this);if(k.startsWith("video/"))return t(h2,{size:40,className:"text-purple-400"},void 0,!1,void 0,this);if(k.includes("pdf"))return t(h2,{size:40,className:"text-red-400"},void 0,!1,void 0,this);return t(x2,{size:40,className:"text-gray-400"},void 0,!1,void 0,this)};return t("div",{className:"asset-manager-overlay",children:t("div",{className:"asset-manager-container",children:[t("div",{className:"asset-manager-header",children:[t("div",{children:[t("h2",{children:"Media Library"},void 0,!1,void 0,this),t("div",{className:"asset-manager-breadcrumbs",children:[t("button",{type:"button",onClick:()=>f9(""),children:"Home"},void 0,!1,void 0,this),z.split("/").filter(Boolean).map((k,b,D)=>t(OC1.Fragment,{children:[t(b0,{size:14,className:"breadcrumb-separator"},void 0,!1,void 0,this),t("button",{type:"button",onClick:()=>f9(D.slice(0,b+1).join("/")),children:k},void 0,!1,void 0,this)]},k||b,!0,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),t("div",{className:"header-actions",children:[t(zJ,{value:H,onValueChange:(k)=>Kx(k),children:[t(KJ,{className:"bucket-selector",children:t(BJ,{placeholder:"Bucket"},void 0,!1,void 0,this)},void 0,!1,void 0,this),t($J,{children:[t(l5,{value:"all",children:"All Buckets"},void 0,!1,void 0,this),t(Mv,{},void 0,!1,void 0,this),t(Dv,{children:"Storage"},void 0,!1,void 0,this),T.map((k)=>t(l5,{value:k,children:k.toUpperCase()},k,!1,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),t("button",{type:"button",onClick:Z,className:"close-button",children:t(G0,{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),t("button",{type:"button",onDragOver:(k)=>{k.preventDefault(),A(!0)},onDragLeave:()=>A(!1),onDrop:U,onClick:()=>!F&&O.current?.click(),"aria-label":"Upload file",className:`asset-manager-upload-zone ${P?"is-drag-active":""} ${F?"uploading":""}`,children:[t("input",{type:"file",ref:O,style:{display:"none"},accept:X?.join(","),onChange:(k)=>{if(k.target.files&&k.target.files.length>0&&k.target.files[0])V(k.target.files[0])}},void 0,!1,void 0,this),F?t("div",{className:"uploading-status",children:[t(Z1,{className:"opaca-spin",size:24},void 0,!1,void 0,this),t("span",{className:"status-text",children:"Uploading..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this):t(yC1,{children:[t(XJ,{size:24,className:"upload-icon"},void 0,!1,void 0,this),t("p",{className:"upload-prompt",children:["Drag & drop a file here, or ",t("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),t("div",{className:"asset-manager-grid-container",children:q?t("div",{className:"loading-assets",children:[t(Z1,{className:"opaca-spin",size:32},void 0,!1,void 0,this),t("p",{children:"Loading assets..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this):w.length===0&&y.length===0?t("div",{className:"no-assets",children:[t(a1,{size:48,className:"empty-icon"},void 0,!1,void 0,this),t("p",{children:"No assets found here."},void 0,!1,void 0,this)]},void 0,!0,void 0,this):t("div",{className:`asset-manager-grid mode-${B}`,children:[y.map((k)=>t("button",{type:"button",className:"asset-manager-card folder-card",onClick:()=>f9(z?`${z}/${k.name}`:k.name),children:[t("div",{className:"asset-thumb",children:t(I2,{size:40,className:"folder-icon"},void 0,!1,void 0,this)},void 0,!1,void 0,this),t("div",{className:"asset-info",children:[t("span",{className:"filename",children:k.name},void 0,!1,void 0,this),t("span",{className:"file-meta",children:"Folder"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},`folder-${k.name}`,!0,void 0,this)),w.map((k)=>t("button",{type:"button",className:"asset-manager-card asset-card",onClick:()=>{let b=a0();J({assetId:k.id,url:`${b}/api/assets/${k.id}/view`,filename:k.filename,mimeType:k.mimeType||k.mime_type||"",filesize:k.filesize})},children:[t("div",{className:"asset-thumb",children:(()=>{let b=k.mimeType||k.mime_type;return b?.startsWith("image/")?t("img",{src:`${a0()}/api/assets/${k.id}/view`,alt:k.filename},void 0,!1,void 0,this):C(b||"")})()},void 0,!1,void 0,this),t("div",{className:"asset-info",children:[t("span",{className:"filename",title:k.filename,children:k.filename},void 0,!1,void 0,this),t("span",{className:"file-meta",children:[(k.mimeType||k.mime_type||"").split("/")[1]?.toUpperCase()||"FILE"," ","• ",((k.filesize||0)/1024).toFixed(1)," KB"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),t("div",{className:"selection-overlay",children:t("div",{className:"select-badge",children:"Select"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},k.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 j0,Fragment as kC1}from"react/jsx-dev-runtime";class j9 extends MN{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 $s(){let[J]=w1(),[Z,X]=Ks(null),[Y,G]=Ks(!1),W=Gs("/",{minLength:0}),q=(B)=>{let K=B.url||`${a0()}/api/assets/${B.id||B.assetId}/view`;J.update(()=>{let F=lZ(K,B.filename||"Image");D9([F])}),G(!1)},H=UC1(()=>{let B=[new j9("Paragraph",{icon:j0(QJ,{size:18},void 0,!1,void 0,this),description:"Just start typing with plain text.",onSelect:()=>{J.update(()=>{let K=I();if(v(K))c2(K,()=>k2("h1")),c2(K,()=>k2("h1"))})}}),new j9("Heading 1",{icon:j0(v5,{size:18},void 0,!1,void 0,this),description:"Large section heading.",onSelect:()=>{J.update(()=>{let K=I();if(v(K))c2(K,()=>k2("h1"))})}}),new j9("Heading 2",{icon:j0(h5,{size:18},void 0,!1,void 0,this),description:"Medium section heading.",onSelect:()=>{J.update(()=>{let K=I();if(v(K))c2(K,()=>k2("h2"))})}}),new j9("Bullet List",{icon:j0(f5,{size:18},void 0,!1,void 0,this),description:"Create a simple bullet list.",onSelect:()=>{J.dispatchCommand(jR,void 0)}}),new j9("Numbered List",{icon:j0(I5,{size:18},void 0,!1,void 0,this),description:"Create a list with numbering.",onSelect:()=>{J.dispatchCommand(NR,void 0)}}),new j9("Quote",{icon:j0(j5,{size:18},void 0,!1,void 0,this),description:"Capture a quotation.",onSelect:()=>{J.update(()=>{let K=I();if(v(K))c2(K,()=>TE())})}}),new j9("Code Block",{icon:j0(M5,{size:18},void 0,!1,void 0,this),description:"Write code snippets.",onSelect:()=>{J.update(()=>{let K=I();if(v(K))c2(K,()=>h9())})}}),new j9("Image",{icon:j0(a1,{size:18},void 0,!1,void 0,this),description:"Insert an image from media library.",onSelect:()=>{G(!0)}})];if(!Z)return B;return B.filter((K)=>K.title.toLowerCase().includes(Z.toLowerCase()))},[J,Z]),z=VC1((B,K,F)=>{J.update(()=>{if(K)K.remove();B.onSelect(Z||""),F()})},[J,Z]);return j0(kC1,{children:[j0(Ws,{onQueryChange:X,onSelectOption:z,triggerFn:W,options:H,menuRenderFn:(B,{selectedIndex:K,selectOptionAndCleanUp:F,setHighlightedIndex:$})=>B.current&&H.length>0?Bs.createPortal(j0(MM,{className:"opaca-slash-menu",maxHeight:"300px",children:H.map((P,A)=>j0("button",{className:`opaca-slash-menu-item ${K===A?"is-selected":""}`,onClick:()=>F(P),onMouseEnter:()=>$(A),children:[j0("div",{className:"opaca-slash-menu-icon",children:P.icon},void 0,!1,void 0,this),j0("div",{className:"opaca-slash-menu-text",children:[j0("span",{className:"opaca-slash-menu-title",children:P.title},void 0,!1,void 0,this),j0("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),B.current):null},void 0,!1,void 0,this),Y&&j0(IJ,{bucket:"default",onClose:()=>G(!1),onSelect:q},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useEffect as bC1}from"react";function Fs({isEditable:J}){let[Z]=w1();return bC1(()=>{Z.setEditable(J)},[Z,J]),null}import{useCallback as CC1,useEffect as RN,useRef as SC1,useState as kE}from"react";import*as Ps from"react-dom";import{jsxDEV as b2,Fragment as DC1}from"react/jsx-dev-runtime";function As(){let[J,Z]=kE(!1),[X]=w1(),[Y,G]=kE(!1),[W,q]=kE(!1),[H,z]=kE(!1),[B,K]=kE(!1),F=SC1(null),[$,P]=kE({top:0,left:0}),A=CC1(()=>{let T=I();if(v(T)){G(T.hasFormat("bold")),q(T.hasFormat("italic")),z(T.hasFormat("strikethrough"));let w=window.getSelection(),y=X.getRootElement();if(w!==null&&!w.isCollapsed&&y!==null&&y.contains(w.anchorNode)){let U=w.getRangeAt(0).getBoundingClientRect();P({top:U.top-45,left:U.left+U.width/2}),K(!0)}else K(!1)}else K(!1)},[X]);RN(()=>{return X.registerUpdateListener(({editorState:T})=>{T.read(()=>{A()})})},[X,A]),RN(()=>{return X.registerCommand(tM,(T)=>{return A(),!1},RJ)},[X,A]),RN(()=>{let T=()=>{if(B)A()};return window.addEventListener("resize",T),window.addEventListener("scroll",T),()=>{window.removeEventListener("resize",T),window.removeEventListener("scroll",T)}},[B,A]);let O=(T)=>{let w=T.url||`${a0()}/api/assets/${T.id||T.assetId}/view`;X.update(()=>{let y=lZ(w,T.filename||"Image");D9([y])}),Z(!1)};if(!B&&!J)return null;return b2(DC1,{children:[B&&Ps.createPortal(b2("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:[b2("button",{type:"button",onClick:()=>{X.dispatchCommand(z0,"bold")},className:`opaca-lexical-btn ${Y?"is-active":""}`,children:b2(D5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),b2("button",{type:"button",onClick:()=>{X.dispatchCommand(z0,"italic")},className:`opaca-lexical-btn ${W?"is-active":""}`,children:b2(x5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),b2("button",{type:"button",onClick:()=>{X.dispatchCommand(z0,"strikethrough")},className:`opaca-lexical-btn ${H?"is-active":""}`,children:b2(g5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),b2("button",{type:"button",onClick:()=>{X.dispatchCommand(gZ,"https://")},className:"opaca-lexical-btn",children:b2(f2,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),b2("button",{type:"button",onClick:()=>Z(!0),className:"opaca-lexical-btn",children:b2(a1,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),document.body),J&&b2(IJ,{bucket:"default",onClose:()=>Z(!1),onSelect:O},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useCallback as Os,useEffect as MC1,useState as mR}from"react";import{jsxDEV as I1,Fragment as EC1}from"react/jsx-dev-runtime";function Ts(){let[J,Z]=mR(!1),[X]=w1(),[Y,G]=mR(!1),[W,q]=mR(!1),[H,z]=mR(!1),[B,K]=mR("paragraph"),F=Os(()=>{let y=I();if(v(y)){G(y.hasFormat("bold")),q(y.hasFormat("italic")),z(y.hasFormat("strikethrough"));let V=y.anchor.getNode(),U=V.getKey()==="root"?V:V.getTopLevelElementOrThrow(),C=U.getKey();if(X.getElementByKey(C)!==null)if(pd(U)){let b=U.getTag();K(b)}else{let b=U.getType();K(b)}}},[X]);MC1(()=>{return X.registerCommand(tM,(y)=>{return F(),!1},RJ)},[X,F]);let $=(y)=>{if(B!==y)X.update(()=>{let V=I();if(v(V))c2(V,()=>k2(y))});else X.update(()=>{let V=I();if(v(V))c2(V,()=>k2("h1"))})},P=()=>{if(B!=="quote")X.update(()=>{let y=I();if(v(y))c2(y,()=>TE())})},A=()=>{if(B!=="code")X.update(()=>{let y=I();if(v(y))c2(y,()=>h9())})},O=(y)=>{if(y==="bullet")X.dispatchCommand(jR,void 0);else X.dispatchCommand(NR,void 0)},T=Os(()=>{X.dispatchCommand(gZ,"https://")},[X]);return I1(EC1,{children:[I1("div",{className:"opaca-lexical-toolbar",children:[I1("button",{type:"button",onClick:()=>{X.dispatchCommand(z0,"bold")},className:`opaca-lexical-btn ${Y?"is-active":""}`,children:I1(D5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),I1("button",{type:"button",onClick:()=>{X.dispatchCommand(z0,"italic")},className:`opaca-lexical-btn ${W?"is-active":""}`,children:I1(x5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),I1("button",{type:"button",onClick:()=>{X.dispatchCommand(z0,"strikethrough")},className:`opaca-lexical-btn ${H?"is-active":""}`,children:I1(g5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),I1("div",{className:"opaca-lexical-divider"},void 0,!1,void 0,this),I1("button",{type:"button",onClick:()=>$("h1"),className:`opaca-lexical-btn ${B==="h1"?"is-active":""}`,children:I1(v5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),I1("button",{type:"button",onClick:()=>$("h2"),className:`opaca-lexical-btn ${B==="h2"?"is-active":""}`,children:I1(h5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),I1("button",{type:"button",onClick:()=>O("bullet"),className:`opaca-lexical-btn ${B==="ul"?"is-active":""}`,children:I1(f5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),I1("button",{type:"button",onClick:()=>O("number"),className:`opaca-lexical-btn ${B==="ol"?"is-active":""}`,children:I1(I5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),I1("button",{type:"button",onClick:P,className:`opaca-lexical-btn ${B==="quote"?"is-active":""}`,children:I1(j5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),I1("button",{type:"button",onClick:A,className:`opaca-lexical-btn ${B==="code"?"is-active":""}`,children:I1(M5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),I1("div",{className:"opaca-lexical-divider"},void 0,!1,void 0,this),I1("button",{type:"button",onClick:T,className:"opaca-lexical-btn",children:I1(f2,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),I1("button",{type:"button",onClick:()=>Z(!0),className:"opaca-lexical-btn",children:I1(a1,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),J&&I1(IJ,{bucket:"default",onClose:()=>Z(!1),onSelect:(y)=>{let V=y.url||`${a0()}/api/assets/${y.id||y.assetId}/view`;X.update(()=>{let U=lZ(V,y.filename||"Image");D9([U])}),Z(!1)}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{useEffect as RC1,useRef as vC1}from"react";function ws({value:J}){let[Z]=w1(),X=vC1(!0);return RC1(()=>{if(X.current){X.current=!1;return}if(vN(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 Q0}from"react/jsx-dev-runtime";var IC1={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 fC1(){return Q0("div",{className:"opaca-lexical-placeholder",children:'Press "/" for commands, or start typing...'},void 0,!1,void 0,this)}var vN=(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 Bx({value:J,onChange:Z,defaultMode:X="simple",disabled:Y,readOnly:G}){let[W,q]=xC1(X),H=!Y&&!G,z=hC1(()=>({namespace:"OpacaLexical",theme:IC1,editable:H,nodes:[pZ,x9,H7,OE,jZ,k5,mZ,FE,gR],onError:(K)=>{console.error(K)},editorState:vN(J)}),[H]),B=(K)=>{let F=JSON.stringify(K.toJSON());Z(F)};return Q0("div",{className:"opaca-lexical-wrapper",children:[H&&Q0("div",{className:"opaca-lexical-modes",children:[Q0("button",{type:"button",className:`opaca-btn ${W==="simple"?"opaca-btn-primary":"opaca-btn-outline"}`,onClick:()=>q("simple"),children:"Simple"},void 0,!1,void 0,this),Q0("button",{type:"button",className:`opaca-btn ${W==="notion"?"opaca-btn-primary":"opaca-btn-outline"}`,onClick:()=>q("notion"),children:"Notion-like"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Q0("div",{className:`opaca-lexical-container mode-${W} ${!H?"is-readonly":""}`,children:Q0(qd,{initialConfig:z,children:[W==="simple"&&H&&Q0(Ts,{},void 0,!1,void 0,this),W==="notion"&&H&&Q0(As,{},void 0,!1,void 0,this),Q0("div",{className:"opaca-lexical-editor-inner",children:[Q0(rd,{contentEditable:Q0($d,{className:"opaca-lexical-content"},void 0,!1,void 0,this),placeholder:Q0(fC1,{},void 0,!1,void 0,this),ErrorBoundary:Ad},void 0,!1,void 0,this),Q0(bd,{onChange:B,ignoreSelectionChange:!0},void 0,!1,void 0,this),Q0(ws,{value:J},void 0,!1,void 0,this),Q0(Fs,{isEditable:H},void 0,!1,void 0,this),Q0(yd,{},void 0,!1,void 0,this),Q0(kd,{},void 0,!1,void 0,this),Q0(Ud,{},void 0,!1,void 0,this),Q0($s,{},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 P1}from"react/jsx-dev-runtime";var jC1=(J)=>{let Z=new Date,X=Math.floor((J.getTime()-Z.getTime())/1000),Y=new Intl.RelativeTimeFormat("en",{numeric:"auto"});if(Math.abs(X)<60)return Y.format(X,"second");let G=Math.floor(X/60);if(Math.abs(G)<60)return Y.format(G,"minute");let W=Math.floor(G/60);if(Math.abs(W)<24)return Y.format(W,"hour");let q=Math.floor(W/24);if(Math.abs(q)<30)return Y.format(q,"day");let H=Math.floor(q/30);if(Math.abs(H)<12)return Y.format(H,"month");return Y.format(Math.floor(q/365),"year")},NC1=(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))},LC1=(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)},$x=({data:J,depth:Z=0,isEditing:X,onChange:Y})=>{if(J===null||J===void 0)return P1("span",{className:"opaca-text-muted",children:"None"},void 0,!1,void 0,this);if(Array.isArray(J)){if(J.length===0)return P1("span",{className:"opaca-text-muted italic",children:"Empty"},void 0,!1,void 0,this);return P1("div",{className:"opaca-detail-list",children:J.map((W,q)=>{let H=J[q];return P1("div",{className:"opaca-detail-item-card",children:[H?.blockType&&P1("div",{className:"opaca-detail-item-header",children:[P1("span",{className:"opaca-badge",style:{background:"var(--opaca-primary)",color:"white"},children:H.blockType},void 0,!1,void 0,this),P1("span",{style:{marginLeft:"auto",opacity:0.5},children:["#",q+1]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),P1("div",{className:"opaca-detail-item-content",children:typeof H==="object"&&H!==null?P1($x,{data:H,depth:Z+1,isEditing:X,onChange:(z)=>{let B=[...J];B[q]=z,Y?.(B)}},void 0,!1,void 0,this):X?P1(A9,{value:String(H),onChange:(z)=>{let B=[...J];B[q]=z.target.value,Y?.(B)}},void 0,!1,void 0,this):P1("span",{className:"opaca-detail-value",children:String(H)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},H?.id||String(q),!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 q=W.trim();if(!q.startsWith("{"))return!1;try{let H=JSON.parse(q);return H&&typeof H==="object"&&"root"in H}catch{return!1}}return!1};if(G(J)&&Z===0){if(X){let q=typeof J==="object"?JSON.stringify(J):J;return P1("div",{className:"opaca-detail-richtext-preview",children:P1(Bx,{value:q,onChange:(H)=>{try{Y?.(JSON.parse(H))}catch(z){Y?.(H)}},readOnly:!1},void 0,!1,void 0,this)},void 0,!1,void 0,this)}let W=wJ(typeof J==="string"?J:JSON.stringify(J));return P1("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((H)=>H!=="blockType"&&H!=="id"&&H!=="_order"&&!H.startsWith("_"));if(W.length===0)return P1("span",{className:"opaca-text-muted italic",children:"Empty Object"},void 0,!1,void 0,this);let q=J.id;return P1("div",{className:a("opaca-detail-grid",Z>0&&"nested"),children:[q&&Z===0&&P1("div",{className:"opaca-detail-row",children:[P1("span",{className:"opaca-detail-label",children:"ID"},void 0,!1,void 0,this),P1("div",{className:"opaca-detail-value-container",children:P1("span",{className:"opaca-detail-value monospace",children:q},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),W.map((H)=>{let z=J[H],B=H.replace(/([A-Z])/g," $1").replace(/^./,(K)=>K.toUpperCase());return P1("div",{className:"opaca-detail-row",children:[P1("span",{className:"opaca-detail-label",children:B},void 0,!1,void 0,this),P1("div",{className:"opaca-detail-value-container",children:G(z)?P1("div",{className:"opaca-detail-value italic text-muted",children:(()=>{let K=wJ(typeof z==="string"?z:JSON.stringify(z));return K.length>80?`${K.slice(0,80)}...`:K||"(Empty RichText)"})()},void 0,!1,void 0,this):typeof z==="object"&&z!==null?P1($x,{data:z,depth:Z+1,isEditing:X,onChange:(K)=>{Y?.({...J,[H]:K})}},void 0,!1,void 0,this):X?P1(A9,{value:z===!0?"true":z===!1?"false":String(z??""),onChange:(K)=>{let F=K.target.value;if(F==="true")F=!0;if(F==="false")F=!1;Y?.({...J,[H]:F})}},void 0,!1,void 0,this):P1("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(H)){let K=typeof z==="boolean"?z:z===1;return P1("span",{className:a("boolean",K?"true":"false"),children:K?"Yes":"No"},void 0,!1,void 0,this)}if(typeof z==="string"){if(NC1(z)){let K=new Date(z);if(!Number.isNaN(K.getTime()))return P1("div",{className:"date",children:[P1("span",{className:"absolute",children:K.toLocaleString(void 0,{dateStyle:"full",timeStyle:"short"})},void 0,!1,void 0,this),P1("span",{className:"relative",children:jC1(K)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}if(LC1(z)||H.toLowerCase().includes("id"))return P1("span",{className:"monospace",children:z},void 0,!1,void 0,this);if(H.toLowerCase().includes("email")&&z.includes("@"))return P1("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)]},H,!0,void 0,this)})]},void 0,!0,void 0,this)}return P1("span",{className:"opaca-detail-value",children:String(J)},void 0,!1,void 0,this)};import{jsxDEV as U1,Fragment as mC1}from"react/jsx-dev-runtime";var _R=({title:J,description:Z,data:X,relationTo:Y,id:G,onSave:W,field:q,children:H})=>{let[z,B]=bE(!1),[K,F]=bE(!1),[$,P]=bE(X),[A,O]=bE(!1),[T,w]=bE(null),V=Q1(q5)?.i18n,[U,C]=bE(V?.defaultLocale||"default");gC1(()=>{if(!z){F(!1);return}if(Y&&G&&!X)O(!0),w(null),G1.get(`api/${Y}/${G}`).json().then((b)=>{P(b),O(!1)}).catch((b)=>{console.error("Failed to fetch details:",b),w("Failed to load details."),O(!1)});else P(X),O(!1),w(null);if(F(!1),V)C(V.defaultLocale)},[z,Y,G,X,V]);let k=()=>{if(W)W($);F(!1)};return U1(d5,{open:z,onOpenChange:B,children:[U1(Ev,{asChild:!0,children:H},void 0,!1,void 0,this),U1(s5,{className:"opaca-data-detail-sheet",children:U1("div",{style:{display:"flex",flexDirection:"column",height:"100%"},children:[U1(FJ,{className:"opaca-sheet-header",children:U1("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"},children:[U1("div",{style:{display:"flex",flexDirection:"column",gap:"4px"},children:[U1(PJ,{className:"opaca-sheet-title",children:typeof J==="string"?J:String(J||"Details")},void 0,!1,void 0,this),(Z||G)&&U1(EM,{className:"opaca-sheet-description",children:Z||(G?`ID: ${G}`:"")},void 0,!1,void 0,this)]},void 0,!0,void 0,this),W&&U1("div",{style:{display:"flex",gap:"0.5rem",alignItems:"center"},children:[V&&V.locales.length>1&&U1("div",{style:{display:"flex",borderRight:"1px solid var(--opaca-border)",paddingRight:"0.5rem",marginRight:"0.5rem",gap:"0.25rem"},children:V.locales.map((b)=>U1(k1,{variant:U===b?"default":"outline",size:"sm",onClick:()=>C(b),style:{height:"32px",fontSize:"12px"},children:b.toUpperCase()},b,!1,void 0,this))},void 0,!1,void 0,this),!K?U1(k1,{variant:"outline",size:"sm",onClick:()=>F(!0),style:{height:"32px",gap:"4px"},children:[U1(P2,{size:14},void 0,!1,void 0,this),"Edit"]},void 0,!0,void 0,this):U1(mC1,{children:[U1(k1,{variant:"ghost",size:"sm",onClick:()=>{P(X||$),F(!1)},style:{height:"32px",gap:"4px"},children:[U1(G0,{size:14},void 0,!1,void 0,this),"Cancel"]},void 0,!0,void 0,this),U1(k1,{variant:"default",size:"sm",onClick:k,style:{height:"32px",gap:"4px"},children:[U1(C0,{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),U1("div",{style:{flex:1,minHeight:0,marginTop:"1.5rem"},children:A?U1("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",height:"100%",gap:"1rem"},children:[U1(Z1,{className:"opaca-spin",size:24},void 0,!1,void 0,this),U1("span",{className:"opaca-text-muted",children:"Loading details..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this):T?U1("div",{style:{padding:"3rem",textAlign:"center",color:"var(--opaca-error)"},children:[U1(Y0,{size:32,style:{margin:"0 auto 1rem"}},void 0,!1,void 0,this),U1("p",{style:{fontWeight:500},children:T},void 0,!1,void 0,this),U1(Ug,{children:U1(k1,{variant:"outline",size:"sm",style:{marginTop:"1rem"},children:"Close"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this):U1(MM,{style:{height:"100%"},children:U1("div",{style:{paddingRight:"1rem",paddingBottom:"2rem"},children:U1($x,{data:$,isEditing:K,onChange:P,label:q},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,!0,void 0,this)};import{jsxDEV as _,Fragment as _C1}from"react/jsx-dev-runtime";function Vs(J,Z=!1){if(!J)return"-";let X=new Date(J);if(Number.isNaN(X.getTime()))return String(J);return Z?X.toLocaleString():X.toLocaleDateString()}function Us({collection:J}){let[Z,X]=uR(1),[Y,G]=uR(10),[W,q]=uR(""),[H,z]=uR(""),[B,K]=uR(null),F=S_(H,400),$=Q1(OJ),P=Fx(()=>J.fields.filter((b)=>b.name),[J.fields]);ys(()=>{let b=typeof J.admin==="object"?J.admin?.defaultColumns:void 0;C_(J.slug,P,b)},[J.slug,P,typeof J.admin==="object"?J.admin?.defaultColumns:void 0]);let A=Fx(()=>{let b=$[J.slug];return b?P.filter((D)=>b.includes(D.name)):P},[$,J.slug,P]);ys(()=>{let D=(typeof J.admin==="object"&&J.admin!==null?J.admin.useAsTitle:void 0)||P.find((h)=>h.name==="title"||h.name==="name"||h.name==="slug")?.name||"id",S=J.fields.filter((h)=>h.type==="relationship"&&h.displayField).map((h)=>h.name).join(",");oE.set({slug:J.apiPath||J.slug,page:Z,limit:Y,sort:W,search:F,searchField:D,filter:B!==null&&typeof J.admin==="object"?J.admin?.views?.[B]?.filter:void 0,populate:S||void 0})},[J.slug,J.apiPath,J.admin,P,Z,Y,W,F,B]);let{data:O,loading:T}=Q1(V_),w=(b)=>{if(W===b)q(`-${b}`);else if(W===`-${b}`)q("");else q(b);X(1)},y=async(b,D,S)=>{try{let h={[b]:S};await G1.patch(`api/${J.apiPath||J.slug}/${D}`,{json:h}).json();let g=oE.get();if(g)oE.set({...g,slug:g.slug});K1("Document updated successfully","success")}catch(h){console.error(h),K1("Failed to update document","error")}},V=(b)=>{if(W===b)return _(e2,{size:14,style:{marginLeft:"4px",opacity:0.7}},void 0,!1,void 0,this);if(W===`-${b}`)return _(J5,{size:14,style:{marginLeft:"4px",opacity:0.7}},void 0,!1,void 0,this);return null},U=O?.docs||[],C=Fx(()=>{if(typeof J.timestamps==="object"&&J.timestamps?.createdAt)return J.timestamps.createdAt;return"createdAt"},[J.timestamps]),k=Fx(()=>{return J.slug.startsWith("_")?J.slug.replace(/^_/,""):J.slug},[J.slug]);return _("div",{className:`opaca-view-container ${T?"loading":""}`,children:[_("div",{className:"opaca-header",children:[_("div",{children:[_("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[_("h1",{className:"opaca-title",children:J.label||(J.slug.startsWith("_")?J.slug.replace(/^_+/,"").replace(/_/g," ").replace(/\b\w/g,(b)=>b.toUpperCase()):J.slug.charAt(0).toUpperCase()+J.slug.slice(1))},void 0,!1,void 0,this),O&&_("span",{className:"opaca-badge",children:[O.totalDocs," ",O.totalDocs===1?"document":"documents"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),_("p",{className:"opaca-subtitle",children:["Manage your ",J.slug," entries."]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),_("div",{style:{display:"flex",gap:"0.75rem",alignItems:"center"},children:[_("div",{style:{position:"relative",width:"240px"},children:[_(m2,{size:16,style:{position:"absolute",left:"10px",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-muted)"}},void 0,!1,void 0,this),_("input",{type:"text",className:"opaca-input",placeholder:"Search documents...",value:H,onChange:(b)=>{z(b.target.value),X(1)},style:{paddingLeft:"36px"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this),_(M_,{slug:J.slug,fields:P},void 0,!1,void 0,this),_(c0,{href:`/admin/collections/${k}/create`,className:"opaca-btn opaca-btn-primary",style:{textDecoration:"none"},children:[_(F0,{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&&_("div",{style:{display:"flex",gap:"0.5rem",marginBottom:"1.25rem",overflowX:"auto",paddingBottom:"0.5rem"},children:[_("button",{type:"button",className:`opaca-btn ${B===null?"opaca-btn-primary":"opaca-btn-outline"}`,onClick:()=>{K(null),X(1)},style:{padding:"0.4rem 1rem",fontSize:"0.875rem"},children:"All"},void 0,!1,void 0,this),J.admin.views.map((b,D)=>_("button",{type:"button",className:`opaca-btn ${B===D?"opaca-btn-primary":"opaca-btn-outline"}`,onClick:()=>{K(D),X(1)},style:{padding:"0.4rem 1rem",fontSize:"0.875rem"},children:b.name},b.name,!1,void 0,this))]},void 0,!0,void 0,this),_("div",{className:"opaca-table-container",children:[T&&_("div",{className:"opaca-loading-overlay",children:_(Z1,{size:24,className:"opaca-spin"},void 0,!1,void 0,this)},void 0,!1,void 0,this),U.length>0?_(_C1,{children:[_(zf,{children:[_(Kf,{children:_(sv,{children:[A.map((b)=>_(eE,{onClick:()=>w(b.name),style:{cursor:"pointer",userSelect:"none"},children:_("div",{style:{display:"flex",alignItems:"center"},children:[b.label||b.name,V(b.name)]},void 0,!0,void 0,this)},b.name,!1,void 0,this)),J.timestamps&&_(eE,{onClick:()=>w("createdAt"),style:{cursor:"pointer",userSelect:"none"},children:_("div",{style:{display:"flex",alignItems:"center"},children:["Created At",V("createdAt")]},void 0,!0,void 0,this)},void 0,!1,void 0,this),_(eE,{style:{width:"50px"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),_(Bf,{children:U.map((b)=>_(sv,{children:[A.map((D)=>{let S=b[D.name];return _(JR,{className:["richtext","json","group","relationship","blocks"].includes(D.type)?"opaca-cell-interactive":"",children:(()=>{let h=["richtext","json","group","relationship","blocks"].includes(D.type),g=_("div",{style:{width:"100%",height:"100%"},onClick:(r)=>{if(h)r.stopPropagation()},children:D.type==="boolean"?S?_("span",{className:"opaca-badge",style:{color:"var(--opaca-success)"},children:"Yes"},void 0,!1,void 0,this):_("span",{className:"opaca-badge",style:{color:"var(--opaca-text-dim)"},children:"No"},void 0,!1,void 0,this):J.slug==="_assets"&&D.name==="filename"?_("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[_("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(b.mimeType||b.mime_type).startsWith("image/")?_("img",{src:`${a0()}/api/${J.apiPath||J.slug}/${b.id}/view`,style:{width:"100%",height:"100%",objectFit:"cover"},alt:""},void 0,!1,void 0,this):_(a1,{size:14,style:{opacity:0.5}},void 0,!1,void 0,this)})()},void 0,!1,void 0,this),_("span",{style:{fontWeight:500},children:String(S??"-")},void 0,!1,void 0,this)]},void 0,!0,void 0,this):D.type==="blocks"&&Array.isArray(S)?_("span",{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):D.type==="relationship"?_("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem"},children:[(()=>{let r=Array.isArray(S)?S[0]:S;if(r&&typeof r==="object"&&r.filename)return _("div",{style:{width:"24px",height:"24px",borderRadius:"4px",overflow:"hidden",border:"1px solid var(--opaca-border)",flexShrink:0},children:_("img",{src:`${a0()}/api/_assets/${r.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 r=Array.isArray(S)?S[0]:S,L=r?.id||(typeof r==="string"?r:"");return _("div",{className:"opaca-relationship-chip opaca-relationship-interactive",style:{textDecoration:"none"},children:[_("div",{className:"opaca-relationship-dot"},void 0,!1,void 0,this),_("span",{className:"opaca-relationship-value",children:D.hasMany&&Array.isArray(S)?`${S.length} item${S.length!==1?"s":""}`:typeof r==="object"&&r!==null?r[D.displayField||"id"]||r.name||r.title||r.id||"[Object]":String(S??"-")},void 0,!1,void 0,this)]},void 0,!0,void 0,this)})()]},void 0,!0,void 0,this):D.type==="group"&&typeof S==="object"&&S!==null?_("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):D.type==="json"&&typeof S==="object"&&S!==null?_("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):D.type==="date"?_("span",{style:{color:"var(--opaca-text)",opacity:0.9},children:Vs(S)},void 0,!1,void 0,this):typeof S==="object"&&S!==null?_("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):_("span",{style:{color:"var(--opaca-text)",opacity:0.9},children:D.type==="richtext"?wJ(S).slice(0,30)+(wJ(S).length>30?"...":""):typeof S==="string"&&S.length>30?`${S.slice(0,30)}...`:String(S??"-")},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(h)return _(_R,{title:D.label||D.name||"Details",data:S,field:D.name,onSave:(r)=>y(D.name,b.id,r),children:g},void 0,!1,void 0,this);return g})()},D.name,!1,void 0,this)}),J.timestamps&&_(JR,{style:{color:"var(--opaca-text-muted)",fontSize:"12px"},children:Vs(b[C],!0)},void 0,!1,void 0,this),_(JR,{children:_(c0,{href:`/admin/collections/${k}/${b.id}`,className:"opaca-btn opaca-btn-outline",style:{padding:"0.4rem"},title:"Edit Document",children:_(P2,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},b.id,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this),O&&_("div",{className:"opaca-pagination",style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginTop:"1rem"},children:[_("div",{className:"opaca-pagination-info",style:{color:"var(--opaca-text-muted)",fontSize:"0.875rem"},children:["Showing ",(O.page-1)*O.limit+1," to"," ",Math.min(O.page*O.limit,O.totalDocs)," of"," ",O.totalDocs," documents"]},void 0,!0,void 0,this),_("div",{style:{display:"flex",alignItems:"center",gap:"1.5rem"},children:[_("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem"},children:[_("span",{style:{fontSize:"0.875rem",color:"var(--opaca-text-muted)"},children:"Rows per page:"},void 0,!1,void 0,this),_("select",{value:Y,onChange:(b)=>{G(Number(b.target.value)),X(1)},className:"opaca-input",style:{padding:"0.25rem 0.5rem",height:"auto",width:"auto"},children:[_("option",{value:"10",children:"10"},void 0,!1,void 0,this),_("option",{value:"25",children:"25"},void 0,!1,void 0,this),_("option",{value:"50",children:"50"},void 0,!1,void 0,this),_("option",{value:"100",children:"100"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),_("div",{className:"opaca-pagination-actions",style:{display:"flex",gap:"0.5rem"},children:[_("button",{type:"button",className:"opaca-btn opaca-btn-outline",disabled:!O.hasPrevPage||T,onClick:()=>X(Z-1),style:{padding:"0.4rem"},children:_(M2,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),_("button",{type:"button",className:"opaca-btn opaca-btn-outline",disabled:!O.hasNextPage||T,onClick:()=>X(Z+1),style:{padding:"0.4rem"},children:_(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):!T?_("div",{className:"opaca-empty",children:[_("div",{className:"opaca-empty-icon",children:_(c9,{size:32},void 0,!1,void 0,this)},void 0,!1,void 0,this),_("h3",{style:{fontSize:"1.125rem",fontWeight:"600"},children:"No documents found"},void 0,!1,void 0,this),_("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),_(c0,{href:`/admin/collections/${k}/create`,className:"opaca-btn opaca-btn-primary",style:{textDecoration:"none",marginTop:"0.5rem"},children:[_(F0,{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):_("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 $1}from"react/jsx-dev-runtime";function ks({config:J,user:Z}){let X=J.collections.filter((Y)=>{if(Y.slug.startsWith("_"))return!1;if(Y.hidden)return!1;if(typeof Y.admin==="object"){if(Y.admin.hidden||Y.admin.disableAdmin)return!1}if(Y.admin===!1)return!1;return!0});return $1("div",{children:[$1("div",{className:"opaca-header",style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"2rem"},children:[$1("div",{children:[$1("h1",{className:"opaca-title",style:{marginBottom:"0.25rem"},children:J.appName||"OpacaCMS"},void 0,!1,void 0,this),$1("p",{className:"opaca-subtitle",children:"Overview of your content management system"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Z&&$1("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:[$1("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),$1("div",{style:{lineHeight:"1.3"},children:[$1("div",{style:{fontSize:"0.875rem",fontWeight:"600",color:"var(--opaca-text)"},children:Z.name},void 0,!1,void 0,this),$1("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),$1("div",{className:"opaca-grid",style:{marginBottom:"2.5rem"},children:[$1("div",{className:"opaca-card",children:[$1("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"0.75rem"},children:[$1("div",{style:{padding:"0.5rem",background:"var(--opaca-primary-glow)",color:"var(--opaca-accent)",borderRadius:"var(--opaca-radius)"},children:$1(E5,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this),$1("div",{children:[$1("div",{style:{fontSize:"1.25rem",fontWeight:"600",lineHeight:"1.2"},children:X.length},void 0,!1,void 0,this),$1("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),$1("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),$1("div",{className:"opaca-card",children:[$1("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"0.75rem"},children:[$1("div",{style:{padding:"0.5rem",background:"rgba(52, 211, 153, 0.1)",color:"var(--opaca-success)",borderRadius:"var(--opaca-radius)"},children:$1(p9,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this),$1("div",{children:[$1("div",{style:{fontSize:"1.25rem",fontWeight:"600",lineHeight:"1.2"},children:"Online"},void 0,!1,void 0,this),$1("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),$1("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),$1("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),$1("div",{className:"opaca-grid",children:X.sort((Y,G)=>Y.admin===G.admin?0:Y.admin?-1:1).map((Y)=>{let G=Y.label||Y.slug.replace(/^_+/,"").replace(/_/g," ").replace(/\b\w/g,(W)=>W.toUpperCase());return $1(c0,{href:`/admin/collections/${Y.slug}`,className:"opaca-card",style:{textDecoration:"none",color:"inherit",cursor:"pointer"},children:[$1("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"0.25rem"},children:[$1("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem"},children:[$1("span",{style:{fontWeight:"500",fontSize:"0.875rem"},children:G},void 0,!1,void 0,this),Y.admin&&$1("div",{style:{width:"5px",height:"5px",borderRadius:"50%",backgroundColor:"var(--opaca-accent)",opacity:0.8,boxShadow:"0 0 5px var(--opaca-accent)"},title:Y.slug==="_assets"?"System Assets Registry":"Universal Collection"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),$1(l9,{size:14,color:"var(--opaca-text-dim)"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),$1("div",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:[Y.fields.length," fields"]},void 0,!0,void 0,this)]},Y.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 hN({update:J,notify:Z,unwatched:X}){return{link:Y,unlink:G,propagate:W,checkDirty:q,shallowPropagate:H};function Y(B,K,F){let $=K.depsTail;if($!==void 0&&$.dep===B)return;let P=$!==void 0?$.nextDep:K.deps;if(P!==void 0&&P.dep===B){P.version=F,K.depsTail=P;return}let A=B.subsTail;if(A!==void 0&&A.version===F&&A.sub===K)return;let O=K.depsTail=B.subsTail={version:F,dep:B,sub:K,prevDep:$,nextDep:P,prevSub:A,nextSub:void 0};if(P!==void 0)P.prevDep=O;if($!==void 0)$.nextDep=O;else K.deps=O;if(A!==void 0)A.nextSub=O;else B.subs=O}function G(B,K=B.sub){let{dep:F,prevDep:$,nextDep:P,nextSub:A,prevSub:O}=B;if(P!==void 0)P.prevDep=$;else K.depsTail=$;if($!==void 0)$.nextDep=P;else K.deps=P;if(A!==void 0)A.prevSub=O;else F.subsTail=O;if(O!==void 0)O.nextSub=A;else if((F.subs=A)===void 0)X(F);return P}function W(B){let K=B.nextSub,F;J:do{let $=B.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(B,$))$.flags=P|40,P&=1;else P=0;if(P&2)Z($);if(P&1){let A=$.subs;if(A!==void 0){let O=(B=A).nextSub;if(O!==void 0)F={value:K,prev:F},K=O;continue}}if((B=K)!==void 0){K=B.nextSub;continue}while(F!==void 0)if(B=F.value,F=F.prev,B!==void 0){K=B.nextSub;continue J}break}while(!0)}function q(B,K){let F,$=0,P=!1;J:do{let A=B.dep,O=A.flags;if(K.flags&16)P=!0;else if((O&17)===17){if(J(A)){let T=A.subs;if(T.nextSub!==void 0)H(T);P=!0}}else if((O&33)===33){if(B.nextSub!==void 0||B.prevSub!==void 0)F={value:B,prev:F};B=A.deps,K=A,++$;continue}if(!P){let T=B.nextDep;if(T!==void 0){B=T;continue}}while($--){let T=K.subs,w=T.nextSub!==void 0;if(w)B=F.value,F=F.prev;else B=T;if(P){if(J(K)){if(w)H(T);K=B.sub;continue}P=!1}else K.flags&=-33;K=B.sub;let y=B.nextDep;if(y!==void 0){B=y;continue J}}return P}while(!0)}function H(B){do{let K=B.sub,F=K.flags;if((F&48)===32){if(K.flags=F|16,(F&6)===2)Z(K)}}while((B=B.nextSub)!==void 0)}function z(B,K){let F=K.depsTail;while(F!==void 0){if(F===B)return!0;F=F.prevDep}return!1}}var xN=0,aZ=0,pR=0,N9=[],{link:Uj2,unlink:bs,propagate:kj2,checkDirty:uC1,shallowPropagate:bj2}=hN({update(J){if(J.depsTail!==void 0)return pC1(J);else return lC1(J)},notify(J){let Z=pR,X=Z;do if(N9[Z++]=J,J.flags&=-3,J=J.subs?.sub,J===void 0||!(J.flags&2))break;while(!0);pR=Z;while(X<--Z){let Y=N9[X];N9[X++]=N9[Z],N9[Z]=Y}},unwatched(J){if(!(J.flags&1))rC1.call(J);else if(J.depsTail!==void 0)J.depsTail=void 0,J.flags=17,Px(J)}});function Cs(){return xN}function Ss(){++xN}function Ds(){if(!--xN)sC1()}function pC1(J){J.depsTail=void 0,J.flags=5;try{let Z=J.value;return Z!==(J.value=J.getter(Z))}finally{J.flags&=-5,Px(J)}}function lC1(J){return J.flags=1,J.currentValue!==(J.currentValue=J.pendingValue)}function dC1(J){let Z=J.flags;if(Z&16||Z&32&&uC1(J.deps,J)){J.depsTail=void 0,J.flags=6;try{J.fn()}finally{J.flags&=-5,Px(J)}}else J.flags=2}function sC1(){try{while(aZ<pR){let J=N9[aZ];N9[aZ++]=void 0,dC1(J)}}finally{while(aZ<pR){let J=N9[aZ];N9[aZ++]=void 0,J.flags|=10}aZ=0,pR=0}}function rC1(){this.depsTail=void 0,this.flags=0,Px(this);let J=this.subs;if(J!==void 0)bs(J)}function Px(J){let Z=J.depsTail,X=Z!==void 0?Z.nextDep:J.deps;while(X!==void 0)X=bs(X,J)}function wx(J,Z,X){let Y=typeof J==="object",G=Y?J:void 0;return{next:(Y?J.next:J)?.bind(G),error:(Y?J.error:Z)?.bind(G),complete:(Y?J.complete:X)?.bind(G)}}var IN=[],Ox=0,{link:Ms,unlink:aC1,propagate:cC1,checkDirty:Rs,shallowPropagate:Es}=hN({update(J){return J._update()},notify(J){IN[fN++]=J,J.flags&=~g1.Watching},unwatched(J){if(J.depsTail!==void 0)J.depsTail=void 0,J.flags=g1.Mutable|g1.Dirty,Tx(J)}}),Ax=0,fN=0,z7;function Tx(J){let Z=J.depsTail,X=Z!==void 0?Z.nextDep:J.deps;while(X!==void 0)X=aC1(X,J)}function jN(){if(Cs()>0)return;while(Ax<fN){let J=IN[Ax];IN[Ax++]=void 0,J.notify()}Ax=0,fN=0}function NN(J,Z){let X=typeof J==="function",Y=J,G={_snapshot:X?void 0:J,subs:void 0,subsTail:void 0,deps:void 0,depsTail:void 0,flags:X?g1.None:g1.Mutable,get(){if(z7!==void 0)Ms(G,z7,Ox);return G._snapshot},subscribe(W){let q=wx(W),H={current:!1},z=nC1(()=>{if(G.get(),!H.current)H.current=!0;else q.next?.(G._snapshot)});return{unsubscribe:()=>{z.stop()}}},_update(W){let q=z7,H=Z?.compare??Object.is;if(X)z7=G,++Ox,G.depsTail=void 0;else if(W===void 0)return!1;if(X)G.flags=g1.Mutable|g1.RecursedCheck;try{let z=G._snapshot,B=typeof W==="function"?W(z):W===void 0&&X?Y(z):W;if(z===void 0||!H(z,B))return G._snapshot=B,!0;return!1}finally{if(z7=q,X)G.flags&=~g1.RecursedCheck;Tx(G)}}};if(X)G.flags=g1.Mutable|g1.Dirty,G.get=function(){let W=G.flags;if(W&g1.Dirty||W&g1.Pending&&Rs(G.deps,G)){if(G._update()){let q=G.subs;if(q!==void 0)Es(q)}}else if(W&g1.Pending)G.flags=W&~g1.Pending;if(z7!==void 0)Ms(G,z7,Ox);return G._snapshot};else G.set=function(W){if(G._update(W)){let q=G.subs;if(q!==void 0)cC1(q),Es(q),jN()}};return G}function nC1(J){let Z=()=>{let Y=z7;z7=X,++Ox,X.depsTail=void 0,X.flags=g1.Watching|g1.RecursedCheck;try{return J()}finally{z7=Y,X.flags&=~g1.RecursedCheck,Tx(X)}},X={deps:void 0,depsTail:void 0,subs:void 0,subsTail:void 0,flags:g1.Watching|g1.RecursedCheck,notify(){let Y=this.flags;if(Y&g1.Dirty||Y&g1.Pending&&Rs(this.deps,this))Z();else this.flags=g1.Watching},stop(){this.flags=g1.None,this.depsTail=void 0,Tx(this)}};return Z(),X}class LN{constructor(J){this.atom=NN(J)}setState(J){this.atom.set(J)}get state(){return this.atom.get()}get(){return this.state}subscribe(J){return this.atom.subscribe(wx(J))}}class gN{constructor(J){this.atom=NN(J)}get state(){return this.atom.get()}get(){return this.state}subscribe(J){return this.atom.subscribe(wx(J))}}function cZ(J){if(typeof J==="function")return new gN(J);return new LN(J)}function J2(J){try{Ss(),J()}finally{Ds(),jN()}}var vs=class{constructor(J,Z){if(this.fn=J,this.options=Z,this.lastExecutionTime=0,this.isPending=!1,this.maybeExecute=(...X)=>{let Y=Date.now()-this.lastExecutionTime;if(this.options.leading&&Y>=this.options.wait)this.execute(...X);else if(this.lastArgs=X,!this.timeoutId&&this.options.trailing){let G=this.options.wait-Y;this.isPending=!0,this.timeoutId=setTimeout(()=>{if(this.lastArgs!==void 0)this.execute(...this.lastArgs)},G)}},this.execute=(...X)=>{this.fn(...X),this.options.onExecute?.(X,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 mN(J,Z){return new vs(J,Z).maybeExecute}class yx{#J=!0;#Q;#Z;#B;#X;#q;#Y;#H;#$=0;#P=5;#W=!1;#z=!1;#G=null;#F=()=>{this.debugLog("Connected to event bus"),this.#q=!0,this.#W=!1,this.debugLog("Emitting queued events",this.#X),this.#X.forEach((J)=>this.emitEventToBus(J)),this.#X=[],this.stopConnectLoop(),this.#Z().removeEventListener("tanstack-connect-success",this.#F)};#K=()=>{if(this.#$<this.#P){this.#$++,this.dispatchCustomEvent("tanstack-connect",{});return}this.#Z().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.#Z().addEventListener("tanstack-connect-success",this.#F),this.#K()};constructor({pluginId:J,debug:Z=!1,enabled:X=!0,reconnectEveryMs:Y=300}){this.#Q=J,this.#J=X,this.#Z=this.getGlobalTarget,this.#B=Z,this.debugLog(" Initializing event subscription for plugin",this.#Q),this.#X=[],this.#q=!1,this.#z=!1,this.#Y=null,this.#H=Y}startConnectLoop(){if(this.#Y!==null||this.#q)return;this.debugLog(`Starting connect loop (every ${this.#H}ms)`),this.#Y=setInterval(this.#K,this.#H)}stopConnectLoop(){if(this.#W=!1,this.#Y===null)return;clearInterval(this.#Y),this.#Y=null,this.#X=[],this.debugLog("Stopped connect loop")}debugLog(...J){if(this.#B)console.log(`\uD83C\uDF34 [tanstack-devtools:${this.#Q}-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.#Q}dispatchCustomEventShim(J,Z){try{let X=new Event(J,{detail:Z});this.#Z().dispatchEvent(X)}catch(X){this.debugLog("Failed to dispatch shim event")}}dispatchCustomEvent(J,Z){try{this.#Z().dispatchEvent(new CustomEvent(J,{detail:Z}))}catch(X){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.#Q}:${J}`,payload:Z,pluginId:this.#Q}}emit(J,Z){if(!this.#J){this.debugLog("Event bus client is disabled, not emitting event",J,Z);return}if(this.#G)this.debugLog("Emitting event to internal event target",J,Z),this.#G.dispatchEvent(new CustomEvent(`${this.#Q}:${J}`,{detail:this.createEventPayload(J,Z)}));if(this.#z){this.debugLog("Previously failed to connect, not emitting to bus");return}if(!this.#q){if(this.debugLog("Bus not available, will be pushed as soon as connected"),this.#X.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,X){let Y=X?.withEventTarget??!1,G=`${this.#Q}:${J}`;if(Y){if(!this.#G)this.#G=new EventTarget;this.#G.addEventListener(G,(q)=>{Z(q.detail)})}if(!this.#J)return this.debugLog("Event bus client is disabled, not registering event",G),()=>{};let W=(q)=>{this.debugLog("Received event from bus",q.detail),Z(q.detail)};return this.#Z().addEventListener(G,W),this.debugLog("Registered event to bus",G),()=>{if(Y)this.#G?.removeEventListener(G,W);this.#Z().removeEventListener(G,W)}}onAll(J){if(!this.#J)return this.debugLog("Event bus client is disabled, not registering event"),()=>{};let Z=(X)=>{let Y=X.detail;J(Y)};return this.#Z().addEventListener("tanstack-devtools-global",Z),()=>this.#Z().removeEventListener("tanstack-devtools-global",Z)}onAllPluginEvents(J){if(!this.#J)return this.debugLog("Event bus client is disabled, not registering event"),()=>{};let Z=(X)=>{let Y=X.detail;if(this.#Q&&Y.pluginId!==this.#Q)return;J(Y)};return this.#Z().addEventListener("tanstack-devtools-global",Z),()=>this.#Z().removeEventListener("tanstack-devtools-global",Z)}}class hs extends yx{constructor(){super({pluginId:"form-devtools",reconnectEveryMs:1000})}}var K2=new hs;function fJ(J,Z){return typeof J==="function"?J(Z):J}function CE(J,Z){return bx(Z).reduce((Y,G)=>{if(Y===null)return null;if(typeof Y<"u")return Y[G];return},J)}function SE(J,Z,X){let Y=bx(Z);function G(W){if(!Y.length)return fJ(X,W);let q=Y.shift();if(typeof q==="string"||typeof q==="number"&&!Array.isArray(W)){if(typeof W==="object"){if(W===null)W={};return{...W,[q]:G(W[q])}}return{[q]:G()}}if(Array.isArray(W)&&typeof q==="number"){let H=W.slice(0,q);return[...H.length?H:Array(q),G(W[q]),...W.slice(q+1)]}return[...Array(q),G()]}return G(J)}function uN(J,Z){let X=bx(Z);function Y(G){if(!G)return;if(X.length===1){let q=X[0];if(Array.isArray(G)&&typeof q==="number")return G.filter((B,K)=>K!==q);let{[q]:H,...z}=G;return z}let W=X.shift();if(typeof W==="string"||typeof W==="number"&&!Array.isArray(G)){if(typeof G==="object")return{...G,[W]:Y(G[W])}}if(typeof W==="number"){if(Array.isArray(G)){if(W>=G.length)return G;let q=G.slice(0,W);return[...q.length?q:Array(W),Y(G[W]),...G.slice(W+1)]}}throw Error("It seems we have created an infinite loop in deleteBy. ")}return Y(J)}var iC1=/^(\d+)$/gm,tC1=/\.(\d+)(?=\.)/gm,oC1=/^(\d+)\./gm,eC1=/\.(\d+$)/gm,JS1=/\.{2,}/gm,_N="__int__",Vx=`${_N}$1`;function bx(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(iC1,Vx).replace(tC1,`.${Vx}.`).replace(oC1,`${Vx}.`).replace(eC1,`.${Vx}`).replace(JS1,".").split(".").map((Z)=>{if(Z.startsWith(_N)){let X=Z.substring(_N.length),Y=parseInt(X,10);if(String(Y)===X)return Y;return X}return Z})}function pN(J){return!(Array.isArray(J)&&J.length===0)}function DE(J,Z){let X=(Y)=>{return Y.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:X})}function ME(J,Z){let{asyncDebounceMs:X}=Z,{onBlurAsyncDebounceMs:Y,onChangeAsyncDebounceMs:G,onDynamicAsyncDebounceMs:W}=Z.validators||{},q=X??0,H=(z)=>{return z.validators.filter(Boolean).map((B)=>{let K=B?.cause||J,F=q;switch(K){case"change":F=G??q;break;case"blur":F=Y??q;break;case"dynamic":F=W??q;break;case"submit":F=0;break}if(J==="submit")F=0;return{cause:K,validate:B.fn,debounceMs:F}})};return Z.validationLogic({form:Z.form,validators:Z.validators,event:{type:J,async:!0},runValidation:H})}var EE=(J)=>{return!!J&&typeof J==="object"&&"fields"in J};function b5(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 X=Object.keys(J),Y=Object.keys(Z);if(X.length!==Y.length)return!1;for(let G of X)if(!Y.includes(G)||!b5(J[G],Z[G]))return!1;return!0}var Cx=({newFormValidatorError:J,isPreviousErrorFromFormValidator:Z,previousErrorValue:X})=>{if(J)return{newErrorValue:J,newSource:"form"};if(Z)return{newErrorValue:void 0,newSource:void 0};if(X)return{newErrorValue:X,newSource:"field"};return{newErrorValue:void 0,newSource:void 0}},Sx=({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 N0(J,Z){if(J===void 0||J===null)return Z;return{...J,...Z}}var nZ=256,kx=[],Ux;while(nZ--)kx[nZ]=(nZ+256).toString(16).substring(1);function lR(){let J=0,Z,X="";if(!Ux||nZ+16>256){Ux=Array(256),J=256;while(J--)Ux[J]=256*Math.random()|0;J=0,nZ=0}for(;J<16;J++){if(Z=Ux[nZ+J],J===6)X+=kx[Z&15|64];else if(J===8)X+=kx[Z&63|128];else X+=kx[Z];if(J&1&&J>1&&J<11)X+="-"}return nZ++,X}var lN=mN((J)=>K2.emit("form-state",{id:J.formId,state:J.store.state}),{wait:300});function iZ(J){if(J===null||typeof J!=="object")return J;if(J instanceof Date)return new Date(J.getTime());if(Array.isArray(J)){let X=[];for(let Y=0;Y<J.length;Y++)X[Y]=iZ(J[Y]);return X}if(J instanceof Map){let X=new Map;return J.forEach((Y,G)=>{X.set(G,iZ(Y))}),X}if(J instanceof Set){let X=new Set;return J.forEach((Y)=>{X.add(iZ(Y))}),X}let Z={};for(let X in J)if(Object.prototype.hasOwnProperty.call(J,X))Z[X]=iZ(J[X]);return Z}var jJ=(J)=>{if(!J.validators)return J.runValidation({validators:[],form:J.form});let Z=J.event.async,X=Z?void 0:{fn:J.validators.onMount,cause:"mount"},Y={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"},q=Z?void 0:{fn:()=>{return},cause:"server"};switch(J.event.type){case"mount":return J.runValidation({validators:[X],form:J.form});case"submit":return J.runValidation({validators:[Y,G,W,q],form:J.form});case"server":return J.runValidation({validators:[],form:J.form});case"blur":return J.runValidation({validators:[G,q],form:J.form});case"change":return J.runValidation({validators:[Y,q],form:J.form});default:throw Error(`Unknown validation event type: ${J.event.type}`)}};function ZS1(J,Z){let X=new Map;for(let Y of J){let G=Y.path??[],W=Z,q="";for(let H=0;H<G.length;H++){let z=G[H];if(z===void 0)continue;let B=typeof z==="object"?z.key:z,K=Number(B);if(Array.isArray(W)&&!Number.isNaN(K))q+=`[${K}]`;else q+=(H>0?".":"")+String(B);if(typeof W==="object"&&W!==null)W=W[B];else W=void 0}X.set(q,(X.get(q)??[]).concat(Y))}return Object.fromEntries(X)}var xs=(J,Z)=>{let X=ZS1(J,Z);return{form:X,fields:X}},NJ={validate({value:J,validationSource:Z},X){let Y=X["~standard"].validate(J);if(Y instanceof Promise)throw Error("async function passed to sync validator");if(!Y.issues)return;if(Z==="field")return Y.issues;return xs(Y.issues,J)},async validateAsync({value:J,validationSource:Z},X){let Y=await X["~standard"].validate(J);if(!Y.issues)return;if(Z==="field")return Y.issues;return xs(Y.issues,J)}},Dx=(J)=>!!J&&("~standard"in J);var LJ={isValidating:!1,isTouched:!1,isBlurred:!1,isDirty:!1,isPristine:!0,isValid:!0,isDefaultValue:!0,errors:[],errorMap:{},errorSourceMap:{}};function dR(J){function Z(K,F,$){let P=q(K,F,"move",$),A=Math.min(F,$),O=Math.max(F,$);for(let w=A;w<=O;w++)P.push(W(K,w));let T=Object.keys(J.fieldInfo).reduce((w,y)=>{if(y.startsWith(W(K,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(K,$))).forEach((w)=>{let y=w.replace(W(K,$),W(K,F)),V=T.get(y);if(V)J.setFieldMeta(w,V)})}function X(K,F){let $=q(K,F,"remove");z($,"up")}function Y(K,F,$){q(K,F,"swap",$).forEach((A)=>{if(!A.toString().startsWith(W(K,F)))return;let O=A.toString().replace(W(K,F),W(K,$)),[T,w]=[J.getFieldMeta(A),J.getFieldMeta(O)];if(T)J.setFieldMeta(O,T);if(w)J.setFieldMeta(A,w)})}function G(K,F){let $=q(K,F,"insert");z($,"down"),$.forEach((P)=>{if(P.toString().startsWith(W(K,F)))J.setFieldMeta(P,B())})}function W(K,F){return`${K}[${F}]`}function q(K,F,$,P){let A=[W(K,F)];switch($){case"swap":A.push(W(K,P));break;case"move":{let[O,T]=[Math.min(F,P),Math.max(F,P)];for(let w=O;w<=T;w++)A.push(W(K,w));break}default:{let O=J.getFieldValue(K),T=Array.isArray(O)?O.length:0;for(let w=F+1;w<T;w++)A.push(W(K,w));break}}return Object.keys(J.fieldInfo).filter((O)=>A.some((T)=>O.startsWith(T)))}function H(K,F){return K.replace(/\[(\d+)\]/,($,P)=>{let A=parseInt(P,10);return`[${F==="up"?A+1:Math.max(0,A-1)}]`})}function z(K,F){(F==="up"?K:[...K].reverse()).forEach((P)=>{let A=H(P.toString(),F),O=J.getFieldMeta(A);if(O)J.setFieldMeta(P,O);else J.setFieldMeta(P,B())})}let B=()=>LJ;return{handleArrayMove:Z,handleArrayRemove:X,handleArraySwap:Y,handleArrayInsert:G}}function dN(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 rR{constructor(J){this.options={},this.fieldInfo={},this.mount=()=>{let G=this.store.subscribe(()=>{lN(this)}),W=K2.on("request-form-state",(K)=>{if(K.payload.id===this._formId)K2.emit("form-api",{id:this._formId,state:this.store.state,options:this.options})}),q=K2.on("request-form-reset",(K)=>{if(K.payload.id===this._formId)this.reset()}),H=K2.on("request-form-force-submit",(K)=>{if(K.payload.id===this._formId)this._devtoolsSubmissionOverride=!0,this.handleSubmit(),this._devtoolsSubmissionOverride=!1}),z=()=>{H(),q(),W(),G.unsubscribe(),K2.emit("form-unmounted",{id:this._formId})};this.options.listeners?.onMount?.({formApi:this});let{onMount:B}=this.options.validators||{};if(K2.emit("form-api",{id:this._formId,state:this.store.state,options:this.options}),!B)return z;return this.validateSync("mount"),z},this.update=(G)=>{if(!G)return;let W=this.options;this.options=G;let q=G.defaultValues&&!b5(G.defaultValues,W.defaultValues)&&!this.state.isTouched,H=!b5(G.defaultState,W.defaultState)&&!this.state.isTouched;if(!q&&!H)return;J2(()=>{this.baseStore.setState(()=>dN(Object.assign({},this.state,H?G.defaultState:{},q?{values:G.defaultValues}:{})))}),K2.emit("form-api",{id:this._formId,state:this.store.state,options:this.options})},this.reset=(G,W)=>{let{fieldMeta:q}=this.state,H=this.resetFieldMeta(q);if(G&&!W?.keepDefaultValues)this.options={...this.options,defaultValues:G};this.baseStore.setState(()=>dN({...this.options.defaultState,values:G??this.options.defaultValues??this.options.defaultState?.values,fieldMetaBase:H}))},this.validateAllFields=async(G)=>{let W=[];return J2(()=>{Object.values(this.fieldInfo).forEach((H)=>{if(!H.instance)return;let z=H.instance;if(W.push(Promise.resolve().then(()=>z.validate(G,{skipFormValidation:!0}))),!H.instance.state.meta.isTouched)H.instance.setMeta((B)=>({...B,isTouched:!0}))})}),(await Promise.all(W)).flat()},this.validateArrayFieldsStartingFrom=async(G,W,q)=>{let H=this.getFieldValue(G),z=Array.isArray(H)?Math.max(H.length-1,0):null,B=[`${G}[${W}]`];for(let P=W+1;P<=(z??0);P++)B.push(`${G}[${P}]`);let K=Object.keys(this.fieldInfo).filter((P)=>B.some((A)=>P.startsWith(A))),F=[];return J2(()=>{K.forEach((P)=>{F.push(Promise.resolve().then(()=>this.validateField(P,q)))})}),(await Promise.all(F)).flat()},this.validateField=(G,W)=>{let q=this.fieldInfo[G]?.instance;if(!q){let{hasErrored:H}=this.validateSync(W);if(H&&!this.options.asyncAlways)return this.getFieldMeta(G)?.errors??[];return this.validateAsync(W).then(()=>{return this.getFieldMeta(G)?.errors??[]})}if(!q.state.meta.isTouched)q.setMeta((H)=>({...H,isTouched:!0}));return q.validate(W)},this.validateSync=(G)=>{let W=DE(G,{...this.options,form:this,validationLogic:this.options.validationLogic||jJ}),q=!1,H={};return J2(()=>{for(let K of W){if(!K.validate)continue;let F=this.runValidator({validate:K.validate,value:{value:this.state.values,formApi:this,validationSource:"form"},type:"validate"}),{formError:$,fieldErrors:P}=Mx(F),A=sR(K.cause),O=new Set([...Object.keys(this.state.fieldMeta),...Object.keys(P||{})]);for(let T of O){if(this.baseStore.state.fieldMetaBase[T]===void 0&&!P?.[T])continue;let w=this.getFieldMeta(T)??LJ,{errorMap:y,errorSourceMap:V}=w,U=P?.[T],{newErrorValue:C,newSource:k}=Cx({newFormValidatorError:U,isPreviousErrorFromFormValidator:V?.[A]==="form",previousErrorValue:y?.[A]});if(k==="form")H[T]={...H[T],[A]:U};if(y?.[A]!==C)this.setFieldMeta(T,(b=LJ)=>({...b,errorMap:{...b.errorMap,[A]:C},errorSourceMap:{...b.errorSourceMap,[A]:k}}))}if(this.state.errorMap?.[A]!==$)this.baseStore.setState((T)=>({...T,errorMap:{...T.errorMap,[A]:$}}));if($||P)q=!0}let z=sR("submit");if(this.state.errorMap?.[z]&&G!=="submit"&&!q)this.baseStore.setState((K)=>({...K,errorMap:{...K.errorMap,[z]:void 0}}));let B=sR("server");if(this.state.errorMap?.[B]&&G!=="server"&&!q)this.baseStore.setState((K)=>({...K,errorMap:{...K.errorMap,[B]:void 0}}))}),{hasErrored:q,fieldsErrorMap:H}},this.validateAsync=async(G)=>{let W=ME(G,{...this.options,form:this,validationLogic:this.options.validationLogic||jJ});if(!this.state.isFormValidating)this.baseStore.setState((K)=>({...K,isFormValidating:!0}));let q=[],H;for(let K of W){if(!K.validate)continue;let F=sR(K.cause);this.state.validationMetaMap[F]?.lastAbortController.abort();let P=new AbortController;this.state.validationMetaMap[F]={lastAbortController:P},q.push(new Promise(async(A)=>{let O;try{O=await new Promise((V,U)=>{setTimeout(async()=>{if(P.signal.aborted)return V(void 0);try{V(await this.runValidator({validate:K.validate,value:{value:this.state.values,formApi:this,validationSource:"form",signal:P.signal},type:"validateAsync"}))}catch(C){U(C)}},K.debounceMs)})}catch(V){O=V}let{formError:T,fieldErrors:w}=Mx(O);if(w)H=H?{...H,...w}:w;let y=sR(K.cause);for(let V of Object.keys(this.state.fieldMeta)){if(this.baseStore.state.fieldMetaBase[V]===void 0)continue;let U=this.getFieldMeta(V);if(!U)continue;let{errorMap:C,errorSourceMap:k}=U,b=H?.[V],{newErrorValue:D,newSource:S}=Cx({newFormValidatorError:b,isPreviousErrorFromFormValidator:k?.[y]==="form",previousErrorValue:C?.[y]});if(C?.[y]!==D)this.setFieldMeta(V,(h)=>({...h,errorMap:{...h.errorMap,[y]:D},errorSourceMap:{...h.errorSourceMap,[y]:S}}))}this.baseStore.setState((V)=>({...V,errorMap:{...V.errorMap,[y]:T}})),A(H?{fieldErrors:H,errorMapKey:y}:void 0)}))}let z=[],B={};if(q.length){z=await Promise.all(q);for(let K of z)if(K?.fieldErrors){let{errorMapKey:F}=K;for(let[$,P]of Object.entries(K.fieldErrors)){let O={...B[$]||{},[F]:P};B[$]=O}}}return this.baseStore.setState((K)=>({...K,isFormValidating:!1})),B},this.validate=(G)=>{let{hasErrored:W,fieldsErrorMap:q}=this.validateSync(G);if(W&&!this.options.asyncAlways)return q;return this.validateAsync(G)},this._handleSubmit=async(G)=>{this.baseStore.setState((H)=>({...H,isSubmitted:!1,submissionAttempts:H.submissionAttempts+1,isSubmitSuccessful:!1})),J2(()=>{Object.values(this.fieldInfo).forEach((H)=>{if(!H.instance)return;if(!H.instance.state.meta.isTouched)H.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((H)=>({...H,isSubmitting:!0}));let q=()=>{this.baseStore.setState((H)=>({...H,isSubmitting:!1}))};if(await this.validateAllFields("submit"),!this.state.isFieldsValid){q(),this.options.onSubmitInvalid?.({value:this.state.values,formApi:this,meta:W}),K2.emit("form-submission",{id:this._formId,submissionAttempt:this.state.submissionAttempts,successful:!1,stage:"validateAllFields",errors:Object.values(this.state.fieldMeta).map((H)=>H.errors).flat()});return}if(await this.validate("submit"),!this.state.isValid){q(),this.options.onSubmitInvalid?.({value:this.state.values,formApi:this,meta:W}),K2.emit("form-submission",{id:this._formId,submissionAttempt:this.state.submissionAttempts,successful:!1,stage:"validate",errors:this.state.errors});return}J2(()=>{Object.values(this.fieldInfo).forEach((H)=>{H.instance?.options.listeners?.onSubmit?.({value:H.instance.state.value,fieldApi:H.instance})})}),this.options.listeners?.onSubmit?.({formApi:this,meta:W});try{await this.options.onSubmit?.({value:this.state.values,formApi:this,meta:W}),J2(()=>{this.baseStore.setState((H)=>({...H,isSubmitted:!0,isSubmitSuccessful:!0})),K2.emit("form-submission",{id:this._formId,submissionAttempt:this.state.submissionAttempts,successful:!0}),q()})}catch(H){throw this.baseStore.setState((z)=>({...z,isSubmitSuccessful:!1})),K2.emit("form-submission",{id:this._formId,submissionAttempt:this.state.submissionAttempts,successful:!1,stage:"inflight",onError:H}),q(),H}},this.getFieldValue=(G)=>CE(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((q)=>{return{...q,fieldMetaBase:{...q.fieldMetaBase,[G]:fJ(W,q.fieldMetaBase[G])}}})},this.resetFieldMeta=(G)=>{return Object.keys(G).reduce((W,q)=>{let H=q;return W[H]=LJ,W},{})},this.setFieldValue=(G,W,q)=>{let H=q?.dontUpdateMeta??!1,z=q?.dontRunListeners??!1,B=q?.dontValidate??!1;if(J2(()=>{if(!H)this.setFieldMeta(G,(K)=>({...K,isTouched:!0,isDirty:!0,errorMap:{...K?.errorMap,onMount:void 0}}));this.baseStore.setState((K)=>{return{...K,values:SE(K.values,G,W)}})}),!z)this.getFieldInfo(G).instance?.triggerOnChangeListener();if(!B)this.validateField(G,"change")},this.deleteField=(G)=>{let q=[...Object.keys(this.fieldInfo).filter((H)=>{let z=G.toString();return H!==z&&H.startsWith(z)}),G];this.baseStore.setState((H)=>{let z={...H};return q.forEach((B)=>{z.values=uN(z.values,B),delete this.fieldInfo[B],delete z.fieldMetaBase[B]}),z})},this.pushFieldValue=(G,W,q)=>{this.setFieldValue(G,(H)=>[...Array.isArray(H)?H:[],W],q)},this.insertFieldValue=async(G,W,q,H)=>{this.setFieldValue(G,(B)=>{return[...B.slice(0,W),q,...B.slice(W)]},N0(H,{dontValidate:!0}));let z=H?.dontValidate??!1;if(!z)await this.validateField(G,"change");if(dR(this).handleArrayInsert(G,W),!z)await this.validateArrayFieldsStartingFrom(G,W,"change")},this.replaceFieldValue=async(G,W,q,H)=>{if(this.setFieldValue(G,(B)=>{return B.map((K,F)=>F===W?q:K)},N0(H,{dontValidate:!0})),!(H?.dontValidate??!1))await this.validateField(G,"change"),await this.validateArrayFieldsStartingFrom(G,W,"change")},this.removeFieldValue=async(G,W,q)=>{let H=this.getFieldValue(G),z=Array.isArray(H)?Math.max(H.length-1,0):null;if(this.setFieldValue(G,(K)=>{return K.filter((F,$)=>$!==W)},N0(q,{dontValidate:!0})),dR(this).handleArrayRemove(G,W),z!==null){let K=`${G}[${z}]`;this.deleteField(K)}if(!(q?.dontValidate??!1))await this.validateField(G,"change"),await this.validateArrayFieldsStartingFrom(G,W,"change")},this.swapFieldValues=(G,W,q,H)=>{if(this.setFieldValue(G,(B)=>{let K=B[W],F=B[q];return SE(SE(B,`${W}`,F),`${q}`,K)},N0(H,{dontValidate:!0})),dR(this).handleArraySwap(G,W,q),!(H?.dontValidate??!1))this.validateField(G,"change"),this.validateField(`${G}[${W}]`,"change"),this.validateField(`${G}[${q}]`,"change")},this.moveFieldValues=(G,W,q,H)=>{if(this.setFieldValue(G,(B)=>{let K=[...B];return K.splice(q,0,K.splice(W,1)[0]),K},N0(H,{dontValidate:!0})),dR(this).handleArrayMove(G,W,q),!(H?.dontValidate??!1))this.validateField(G,"change"),this.validateField(`${G}[${W}]`,"change"),this.validateField(`${G}[${q}]`,"change")},this.clearFieldValues=(G,W)=>{let q=this.getFieldValue(G),H=Array.isArray(q)?Math.max(q.length-1,0):null;if(this.setFieldValue(G,[],N0(W,{dontValidate:!0})),H!==null)for(let B=0;B<=H;B++){let K=`${G}[${B}]`;this.deleteField(K)}if(!(W?.dontValidate??!1))this.validateField(G,"change")},this.resetField=(G)=>{this.baseStore.setState((W)=>{return{...W,fieldMetaBase:{...W.fieldMetaBase,[G]:LJ},values:this.options.defaultValues?SE(W.values,G,CE(this.options.defaultValues,G)):W.values}})},this.setErrorMap=(G)=>{J2(()=>{Object.entries(G).forEach(([W,q])=>{let H=W;if(EE(q)){let{formError:z,fieldErrors:B}=Mx(q);for(let K of Object.keys(this.fieldInfo)){if(!this.getFieldMeta(K))continue;this.setFieldMeta(K,($)=>({...$,errorMap:{...$.errorMap,[H]:B?.[K]},errorSourceMap:{...$.errorSourceMap,[H]:"form"}}))}this.baseStore.setState((K)=>({...K,errorMap:{...K.errorMap,[H]:z}}))}else this.baseStore.setState((z)=>({...z,errorMap:{...z.errorMap,[H]:q}}))})})},this.getAllErrors=()=>{return{form:{errors:this.state.errors,errorMap:this.state.errorMap},fields:Object.entries(this.state.fieldMeta).reduce((G,[W,q])=>{if(Object.keys(q).length&&q.errors.length)G[W]={errors:q.errors,errorMap:q.errorMap};return G},{})}},this.parseValuesWithSchema=(G)=>{return NJ.validate({value:this.state.values,validationSource:"form"},G)},this.parseValuesWithSchemaAsync=(G)=>{return NJ.validateAsync({value:this.state.values,validationSource:"form"},G)},this.timeoutIds={validations:{},listeners:{},formListeners:{}},this._formId=J?.formId??lR(),this._devtoolsSubmissionOverride=!1;let Z=dN({...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||!EE(W))continue;for(let q of Object.keys(W.fields)){let H=W.fields[q];if(H===void 0)continue;let z=Z.fieldMetaBase[q];Z.fieldMetaBase[q]={isTouched:!1,isValidating:!1,isBlurred:!1,isDirty:!1,...z??{},errorSourceMap:{...z?.errorSourceMap??{},onChange:"form"},errorMap:{...z?.errorMap??{},[G]:H}}}}}this.baseStore=cZ(Z);let X=void 0;this.fieldMetaDerived=cZ((G)=>{let W=this.baseStore.get(),q=0,H={};for(let z of Object.keys(W.fieldMetaBase)){let B=W.fieldMetaBase[z],K=X?.fieldMetaBase[z],F=G?.[z],$=CE(W.values,z),P=F?.errors;if(!K||B.errorMap!==K.errorMap){P=Object.values(B.errorMap??{}).filter((y)=>y!==void 0);let w=this.getFieldInfo(z)?.instance;if(!w||!w.options.disableErrorFlat)P=P.flat(1)}let A=!pN(P),O=!B.isDirty,T=b5($,CE(this.options.defaultValues,z))||b5($,this.getFieldInfo(z)?.instance?.options.defaultValue);if(F&&F.isPristine===O&&F.isValid===A&&F.isDefaultValue===T&&F.errors===P&&B===K){H[z]=F,q++;continue}H[z]={...B,errors:P??[],isPristine:O,isValid:A,isDefaultValue:T}}if(!Object.keys(W.fieldMetaBase).length)return H;if(G&&q===Object.keys(W.fieldMetaBase).length)return G;return X=this.baseStore.get(),H});let Y=void 0;this.store=cZ((G)=>{let W=this.baseStore.get(),q=this.fieldMetaDerived.get(),H=Object.values(q).filter(Boolean),z=H.some((S)=>S.isValidating),B=H.every((S)=>S.isValid),K=H.some((S)=>S.isTouched),F=H.some((S)=>S.isBlurred),$=H.every((S)=>S.isDefaultValue),P=K&&W.errorMap?.onMount,A=H.some((S)=>S.isDirty),O=!A,T=Boolean(W.errorMap?.onMount||H.some((S)=>S?.errorMap?.onMount)),w=!!z,y=G?.errors??[];if(!Y||W.errorMap!==Y.errorMap)y=Object.values(W.errorMap).reduce((S,h)=>{if(h===void 0)return S;if(h&&EE(h))return S.push(h.form),S;return S.push(h),S},[]);let V=y.length===0,U=B&&V,C=this.options.canSubmitWhenInvalid??!1,k=W.submissionAttempts===0&&!K&&!T||!w&&!W.isSubmitting&&U||C,b=W.errorMap;if(P)y=y.filter((S)=>S!==W.errorMap.onMount),b=Object.assign(b,{onMount:void 0});if(G&&Y&&G.errorMap===b&&G.fieldMeta===this.fieldMetaDerived.state&&G.errors===y&&G.isFieldsValidating===z&&G.isFieldsValid===B&&G.isFormValid===V&&G.isValid===U&&G.canSubmit===k&&G.isTouched===K&&G.isBlurred===F&&G.isPristine===O&&G.isDefaultValue===$&&G.isDirty===A&&b5(Y,W))return G;let D={...W,errorMap:b,fieldMeta:this.fieldMetaDerived.state,errors:y,isFieldsValidating:z,isFieldsValid:B,isFormValid:V,isValid:U,canSubmit:k,isTouched:K,isBlurred:F,isPristine:O,isDefaultValue:$,isDirty:A};return Y=this.baseStore.get(),D}),this.handleSubmit=this.handleSubmit.bind(this),this.update(J||{})}get state(){return this.store.state}get formId(){return this._formId}runValidator(J){if(Dx(J.validate))return NJ[J.type](J.value,J.validate);return J.validate(J.value)}handleSubmit(J){return this._handleSubmit(J)}}function Mx(J){if(J){if(EE(J)){let Z=Mx(J.form).formError,X=J.fields;return{formError:Z,fieldErrors:X}}return{formError:J}}return{formError:void 0}}function sR(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 aR{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:X}=this.options.validators||{};if(X){let Y=this.runValidator({validate:X,value:{value:this.state.value,fieldApi:this,validationSource:"field"},type:"validate"});if(Y)this.setMeta((G)=>({...G,errorMap:{...G?.errorMap,onMount:Y},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 X=this.form.getFieldValue(this.name);if(!b5(X,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,X)=>{if(this.form.setFieldValue(this.name,Z,N0(X,{dontRunListeners:!0,dontValidate:!0})),!X?.dontRunListeners)this.triggerOnChangeListener();if(!X?.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,X)=>{if(this.form.pushFieldValue(this.name,Z,N0(X,{dontRunListeners:!0})),!X?.dontRunListeners)this.triggerOnChangeListener()},this.insertValue=(Z,X,Y)=>{if(this.form.insertFieldValue(this.name,Z,X,N0(Y,{dontRunListeners:!0})),!Y?.dontRunListeners)this.triggerOnChangeListener()},this.replaceValue=(Z,X,Y)=>{if(this.form.replaceFieldValue(this.name,Z,X,N0(Y,{dontRunListeners:!0})),!Y?.dontRunListeners)this.triggerOnChangeListener()},this.removeValue=(Z,X)=>{if(this.form.removeFieldValue(this.name,Z,N0(X,{dontRunListeners:!0})),!X?.dontRunListeners)this.triggerOnChangeListener()},this.swapValues=(Z,X,Y)=>{if(this.form.swapFieldValues(this.name,Z,X,N0(Y,{dontRunListeners:!0})),!Y?.dontRunListeners)this.triggerOnChangeListener()},this.moveValue=(Z,X,Y)=>{if(this.form.moveFieldValues(this.name,Z,X,N0(Y,{dontRunListeners:!0})),!Y?.dontRunListeners)this.triggerOnChangeListener()},this.clearValues=(Z)=>{if(this.form.clearFieldValues(this.name,N0(Z,{dontRunListeners:!0})),!Z?.dontRunListeners)this.triggerOnChangeListener()},this.getLinkedFields=(Z)=>{let X=Object.values(this.form.fieldInfo),Y=[];for(let G of X){if(!G.instance)continue;let{onChangeListenTo:W,onBlurListenTo:q}=G.instance.options.validators||{};if(Z==="change"&&W?.includes(this.name))Y.push(G.instance);if(Z==="blur"&&q?.includes(this.name))Y.push(G.instance)}return Y},this.validateSync=(Z,X)=>{let Y=DE(Z,{...this.options,form:this.form,validationLogic:this.form.options.validationLogic||jJ}),W=this.getLinkedFields(Z).reduce((z,B)=>{let K=DE(Z,{...B.options,form:B.form,validationLogic:B.form.options.validationLogic||jJ});return K.forEach((F)=>{F.field=B}),z.concat(K)},[]),q=!1;J2(()=>{let z=(B,K)=>{let F=Ex(K.cause),$=K.validate?Is(B.runValidator({validate:K.validate,value:{value:B.store.state.value,validationSource:"field",fieldApi:B},type:"validate"})):void 0,P=X[F],{newErrorValue:A,newSource:O}=Sx({formLevelError:P,fieldLevelError:$});if(B.state.meta.errorMap?.[F]!==A)B.setMeta((T)=>({...T,errorMap:{...T.errorMap,[F]:A},errorSourceMap:{...T.errorSourceMap,[F]:O}}));if(A)q=!0};for(let B of Y)z(this,B);for(let B of W){if(!B.validate)continue;z(B.field,B)}});let H=Ex("submit");if(this.state.meta.errorMap?.[H]&&Z!=="submit"&&!q)this.setMeta((z)=>({...z,errorMap:{...z.errorMap,[H]:void 0},errorSourceMap:{...z.errorSourceMap,[H]:void 0}}));return{hasErrored:q}},this.validateAsync=async(Z,X)=>{let Y=ME(Z,{...this.options,form:this.form,validationLogic:this.form.options.validationLogic||jJ}),G=await X,W=this.getLinkedFields(Z),q=W.reduce(($,P)=>{let A=ME(Z,{...P.options,form:P.form,validationLogic:P.form.options.validationLogic||jJ});return A.forEach((O)=>{O.field=P}),$.concat(A)},[]),H=[],z=[],B=Y.some(($)=>$.validate)||q.some(($)=>$.validate);if(B){if(!this.state.meta.isValidating)this.setMeta(($)=>({...$,isValidating:!0}));for(let $ of W)$.setMeta((P)=>({...P,isValidating:!0}))}let K=($,P,A)=>{let O=Ex(P.cause);$.getInfo().validationMetaMap[O]?.lastAbortController.abort();let w=new AbortController;this.getInfo().validationMetaMap[O]={lastAbortController:w},A.push(new Promise(async(y)=>{let V;try{V=await new Promise((D,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 D(void 0);try{D(await this.runValidator({validate:P.validate,value:{value:$.store.state.value,fieldApi:$,signal:w.signal,validationSource:"field"},type:"validateAsync"}))}catch(h){S(h)}},P.debounceMs)})}catch(D){V=D}if(w.signal.aborted)return y(void 0);let U=Is(V),C=G[this.name]?.[O],{newErrorValue:k,newSource:b}=Sx({formLevelError:C,fieldLevelError:U});$.setMeta((D)=>{return{...D,errorMap:{...D?.errorMap,[O]:k},errorSourceMap:{...D.errorSourceMap,[O]:b}}}),y(k)}))};for(let $ of Y){if(!$.validate)continue;K(this,$,H)}for(let $ of q){if(!$.validate)continue;K($.field,$,z)}let F=[];if(H.length||z.length)F=await Promise.all(H),await Promise.all(z);if(B){this.setMeta(($)=>({...$,isValidating:!1}));for(let $ of W)$.setMeta((P)=>({...P,isValidating:!1}))}return F.filter(Boolean)},this.validate=(Z,X)=>{if(!this.state.meta.isTouched)return[];let{fieldsErrorMap:Y}=X?.skipFormValidation?{fieldsErrorMap:{}}:this.form.validateSync(Z),{hasErrored:G}=this.validateSync(Z,Y[this.name]??{});if(G&&!this.options.asyncAlways)return this.getInfo().validationMetaMap[Ex(Z)]?.lastAbortController.abort(),this.state.meta.errors;let W=X?.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((X)=>({...X,isTouched:!0}));if(!this.state.meta.isBlurred)this.setMeta((X)=>({...X,isBlurred:!0}));this.validate("blur"),this.triggerOnBlurListener()},this.setErrorMap=(Z)=>{this.setMeta((X)=>({...X,errorMap:{...X.errorMap,...Z}}))},this.parseValueWithSchema=(Z)=>{return NJ.validate({value:this.state.value,validationSource:"field"},Z)},this.parseValueWithSchemaAsync=(Z)=>{return NJ.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 X=this.options.listeners?.onChangeDebounceMs;if(X&&X>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})},X)}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=cZ((Z)=>{this.form.store.get();let X=this.form.getFieldMeta(this.name)??{...LJ,...J.defaultMeta},Y=this.form.getFieldValue(this.name);if(!X.isTouched&&Y===void 0&&this.options.defaultValue!==void 0&&!b5(Y,this.options.defaultValue))Y=this.options.defaultValue;if(Z&&Z.value===Y&&Z.meta===X)return Z;return{value:Y,meta:X}})}get state(){return this.store.state}runValidator(J){if(Dx(J.validate))return NJ[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 Is(J){if(J)return J;return}function Ex(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 sN(J,Z){if(!Z)return;let X=Object.assign({},J,{state:iZ(J.state)});if(Z(X),X.fieldInfo!==J.fieldInfo)J.fieldInfo=X.fieldInfo;if(X.options!==J.options)J.options=X.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,q)=>{if(J.state[q]!==X.state[q])W[q]=X.state[q];return W},{});return J2(()=>{if(Object.keys(G).length)J.baseStore.setState((W)=>({...W,...G}));if(X.state.errorMap!==J.state.errorMap)J.setErrorMap(X.state.errorMap)}),X}var Ls=XL(js(),1);import{useCallback as Ns}from"react";function YS1(J,Z){return J===Z}function B2(J,Z,X=YS1){let Y=Ns((q)=>{if(!J)return()=>{};let{unsubscribe:H}=J.subscribe(q);return H},[J]),G=Ns(()=>J?.get(),[J]);return Ls.useSyncExternalStoreWithSelector(Y,G,G,Z,X)}import{jsx as cN,Fragment as $S1}from"react/jsx-runtime";import{useState as ps,useMemo as FS1,useRef as PS1}from"react";import{jsx as qS1,Fragment as HS1}from"react/jsx-runtime";import{useState as gs,useMemo as ms}from"react";import{useLayoutEffect as GS1,useEffect as WS1}from"react";var gJ=typeof window<"u"?GS1:WS1;function zS1(J){let[Z,X]=gs(()=>({form:J.form,name:J.name})),[Y,G]=gs(()=>{return new aR({...J})});if(Z.form!==J.form||Z.name!==J.name)G(new aR({...J})),X({form:J.form,name:J.name});let W=B2(Y.store,J.mode==="array"?(P)=>Object.keys(P.value??[]).length:(P)=>P.value),q=B2(Y.store,(P)=>P.meta.isTouched),H=B2(Y.store,(P)=>P.meta.isBlurred),z=B2(Y.store,(P)=>P.meta.isDirty),B=B2(Y.store,(P)=>P.meta.errorMap),K=B2(Y.store,(P)=>P.meta.errorSourceMap),F=B2(Y.store,(P)=>P.meta.isValidating),$=ms(()=>{let A={...Y,get state(){return{value:J.mode==="array"?Y.state.value:W,get meta(){return{...Y.state.meta,isTouched:q,isBlurred:H,isDirty:z,errorMap:B,errorSourceMap:K,isValidating:F}}}}};return A.Field=rN,A},[Y,J.mode,W,q,H,z,B,K,F]);return gJ(Y.mount,[Y]),gJ(()=>{Y.update(J)}),$}var rN=({children:J,...Z})=>{let X=zS1(Z),Y=ms(()=>fJ(J,X),[J,X]);return qS1(HS1,{children:Y})};import*as aN from"react";import{useState as KS1}from"react";function _s(){return KS1(()=>lR())[0]}var BS1=aN,us=aN.version.split(".")[0]==="17"?_s:BS1.useId;function AS1({form:J,selector:Z=(Y)=>Y,children:X}){let Y=B2(J.store,Z);return cN($S1,{children:fJ(X,Y)})}function nN(J){let Z=us(),[X,Y]=ps(J?.formId),[G,W]=ps(()=>{return new rR({...J,formId:J?.formId??Z})});if(X!==J?.formId){let z=J?.formId??Z;W(new rR({...J,formId:z})),Y(z)}let q=FS1(()=>{let z={...G,handleSubmit:(...B)=>{return G._handleSubmit(...B)},get formId(){return G._formId},get state(){return G.store.state}};return z.Field=function(K){return cN(rN,{...K,form:G})},z.Subscribe=function(K){return cN(AS1,{form:G,selector:K.selector,children:K.children})},z},[G]);gJ(G.mount,[]),gJ(()=>{G.update(J)});let H=PS1(!1);return gJ(()=>{if(!H.current)return;if(!J?.transform)return;sN(G,J.transform)},[G,J?.transform]),gJ(()=>{H.current=!0}),q}import{useEffect as SS1,useMemo as $r,useState as DS1}from"react";_5();import yS1,{useEffect as VS1,useRef as US1}from"react";var K7=(J)=>J.charAt(0).toUpperCase()+J.slice(1);import{jsxDEV as t2}from"react/jsx-dev-runtime";var ls=({name:J,label:Z,fields:X=[],value:Y=[],onChange:G,disabled:W,readOnly:q,renderField:H})=>{let z=()=>{let $=Array.isArray(Y)?Y:[],P={};X.forEach((A)=>{if(A.name)if(A.defaultValue!==void 0)P[A.name]=A.defaultValue;else if(A.type==="boolean")P[A.name]=!1;else if(A.type==="number")P[A.name]=0;else if(A.type==="relationship"&&A.hasMany)P[A.name]=[];else if(A.type==="blocks")P[A.name]=[];else if(A.type==="array")P[A.name]=[];else P[A.name]=""}),G([...$,P])},B=($)=>{let A=[...Array.isArray(Y)?Y:[]];A.splice($,1),G(A)},K=($,P,A)=>{let T=[...Array.isArray(Y)?Y:[]];T[$]={...T[$],[P]:A},G(T)},F=($,P)=>{let O=[...Array.isArray(Y)?Y:[]];O[$]=P,G(O)};return t2("div",{className:"opaca-array-field",children:[t2("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"0.75rem"},children:t2("label",{htmlFor:J,className:"opaca-label",style:{marginBottom:0},children:Z||K7(J)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t2("div",{style:{display:"flex",flexDirection:"column",gap:"1rem"},children:[(Array.isArray(Y)?Y:[]).map(($,P)=>t2("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:[t2("div",{style:{display:"flex",justifyContent:"flex-end",marginBottom:"0.5rem"},children:!W&&!q&&t2(k1,{type:"button",variant:"ghost",size:"icon",onClick:()=>B(P),style:{color:"var(--opaca-text-dim)",height:"24px",width:"24px"},children:t2(P0,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t2("div",{style:{display:"flex",flexDirection:"column",gap:"1rem"},children:X.map((A,O)=>t2("div",{className:"array-field-item",children:H(A,A.name?$[A.name]:$,(T)=>{if(A.name)K(P,A.name,T);else F(P,T)})},A.name||O,!1,void 0,this))},void 0,!1,void 0,this)]},$||P,!0,void 0,this)),!W&&!q&&t2(k1,{type:"button",variant:"outline",size:"sm",onClick:z,style:{display:"flex",alignItems:"center",gap:"6px",fontSize:"0.75rem",width:"fit-content"},children:[t2(F0,{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 l0}from"react/jsx-dev-runtime";var ds=({name:J,label:Z,blocks:X,value:Y=[],onChange:G,disabled:W,readOnly:q,renderField:H})=>{let z=(F)=>{let $=Array.isArray(Y)?Y:[],P=X.find((O)=>O.slug===F),A={blockType:F};if(P)P.fields.forEach((O)=>{if(O.name)if(O.defaultValue!==void 0)A[O.name]=O.defaultValue;else if(O.type==="boolean")A[O.name]=!1;else if(O.type==="number")A[O.name]=0;else if(O.type==="relationship"&&O.hasMany)A[O.name]=[];else if(O.type==="blocks")A[O.name]=[];else A[O.name]=""});G([...$,A])},B=(F)=>{let P=[...Array.isArray(Y)?Y:[]];P.splice(F,1),G(P)},K=(F,$,P)=>{let O=[...Array.isArray(Y)?Y:[]];O[F]={...O[F],[$]:P},G(O)};return l0(CI,{label:Z||J,className:"opaca-blocks-field",children:l0("div",{style:{display:"flex",flexDirection:"column",gap:"24px"},children:[(Array.isArray(Y)?Y:[]).map((F,$)=>{let P=X.find((A)=>A.slug===F.blockType);if(!P)return null;return l0("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:[l0("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:"1.25rem",borderBottom:"1px solid var(--opaca-border)",paddingBottom:"0.75rem"},children:[l0("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[l0("div",{style:{width:"8px",height:"8px",borderRadius:"50%",backgroundColor:"var(--opaca-primary)"}},void 0,!1,void 0,this),l0("h4",{style:{margin:0,fontSize:"0.8125rem",fontWeight:600,color:"var(--opaca-text)"},children:P.label||K7(P.slug)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),!W&&!q&&l0(k1,{type:"button",variant:"ghost",size:"icon",onClick:()=>B($),style:{color:"var(--opaca-text-dim)",height:"24px",width:"24px"},children:l0(P0,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),l0("div",{style:{display:"flex",flexDirection:"column",gap:"1.25rem"},children:P.fields.map((A)=>l0("div",{className:"block-field-item",children:H(A,F[A.name],(O)=>K($,A.name,O))},A.name,!1,void 0,this))},void 0,!1,void 0,this)]},`${F.blockType}-${$}`,!0,void 0,this)}),!W&&!q&&l0("div",{style:{marginTop:"0.5rem",padding:"1.25rem",border:"1px dashed var(--opaca-border)",borderRadius:"var(--opaca-radius-lg)",textAlign:"center"},children:[l0("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),l0("div",{style:{display:"flex",flexWrap:"wrap",gap:"0.75rem",justifyContent:"center"},children:X.map((F)=>l0(k1,{type:"button",variant:"outline",size:"sm",onClick:()=>z(F.slug),style:{display:"flex",alignItems:"center",gap:"6px",fontSize:"0.75rem"},children:[l0(F0,{size:12},void 0,!1,void 0,this),F.label||K7(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 cR}from"react/jsx-dev-runtime";var o1=({name:J,label:Z,required:X,localized:Y,htmlFor:G,suffix:W})=>{return cR("label",{className:"opaca-label",htmlFor:G||`field-${J}`,children:[cR("span",{style:{display:"inline-flex",alignItems:"center",gap:"0.5rem"},children:[Z||K7(J),W&&W,Y&&cR("span",{title:"Localized Field",style:{display:"inline-flex",alignItems:"center",opacity:0.5,color:"var(--opaca-accent)",marginLeft:"2px"},children:cR(X5,{size:11,strokeWidth:2.5},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),X&&cR("span",{style:{color:"var(--opaca-error)",marginLeft:"4px"},children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as mJ}from"react/jsx-dev-runtime";var ss=({name:J,label:Z,value:X,onChange:Y,required:G,localized:W,disabled:q,readOnly:H,error:z,renderType:B="switch"})=>{let K=q||H;return mJ("div",{className:"opaca-form-group",children:[mJ(o1,{name:J,label:Z,required:G,localized:W,htmlFor:`field-${J}`},void 0,!1,void 0,this),mJ("label",{className:"opaca-switch",children:[mJ("input",{id:`field-${J}`,type:"checkbox",checked:!!X,disabled:K,onChange:(F)=>Y(F.target.checked)},void 0,!1,void 0,this),mJ("div",{className:"opaca-switch-track",children:mJ("div",{className:"opaca-switch-thumb"},void 0,!1,void 0,this)},void 0,!1,void 0,this),mJ("span",{className:"opaca-switch-label",style:{minWidth:"60px"},children:X?"Enabled":"Disabled"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),z&&mJ("span",{className:"opaca-field-error",children:z},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as nR}from"react/jsx-dev-runtime";var rs=({label:J,fields:Z,parentData:X,disabled:Y,readOnly:G,options:W,onChange:q,renderField:H})=>{let z=(F,$)=>{return $.split(".").reduce((P,A)=>P?.[A],F)},B=(F,$)=>{if(!F.includes("{{"))return z($,F);return F.replace(/\{\{(.+?)\}\}/g,(P,A)=>{let O=z($,A.trim());return O!==void 0&&O!==null?String(O):""})},K=W?.useAsTitle?B(W.useAsTitle,X):void 0;return nR(DI,{defaultOpen:!W?.initiallyCollapsed,className:"opaca-collapsible-field",disabled:Y,children:[nR(MI,{className:"opaca-collapsible-field-trigger",children:K||J||"Section"},void 0,!1,void 0,this),nR(EI,{children:nR("div",{style:{padding:"0",display:"flex",flexDirection:"column",gap:"1.25rem"},children:(Z||[]).map((F,$)=>nR("div",{className:"collapsible-field-item",children:H(F,F.name?X?.[F.name]:void 0,(P)=>F.name&&q(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 Rx}from"react/jsx-dev-runtime";var as=({name:J,label:Z,value:X,onChange:Y,required:G,localized:W,disabled:q,readOnly:H,error:z})=>{let B=X?new Date(X).toISOString().split("T")[0]:"";return Rx("div",{className:"opaca-form-group",children:[Rx(o1,{name:J,label:Z,required:G,localized:W,htmlFor:`field-${J}`},void 0,!1,void 0,this),Rx("input",{id:`field-${J}`,type:"date",className:`opaca-input ${z?"error":""}`,value:B,readOnly:H,disabled:q,onChange:(K)=>Y(K.target.value),required:G},void 0,!1,void 0,this),z&&Rx("span",{className:"opaca-field-error",children:z},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{useEffect as cs,useState as iR}from"react";import{jsxDEV as H1,Fragment as OS1}from"react/jsx-dev-runtime";var ns=({name:J,label:Z,value:X,onChange:Y,options:G,disabled:W,readOnly:q,bucket:H="default"})=>{let[z,B]=iR(!1),[K,F]=iR(null),[$,P]=iR(!1),[A,O]=iR(null),[T,w]=iR(null),y=W||q,V=typeof X==="string"?X:X?.assetId;cs(()=>{if(V&&(!X||typeof X==="string"||!X.filename))P(!0),G1.get(`api/assets/${V}`).json().then((D)=>{F(D)}).catch((D)=>{console.error("Failed to fetch asset metadata",D)}).finally(()=>{P(!1)});else if(X&&typeof X==="object"&&X.filename)F(X);else F(null)},[V,X]),cs(()=>{return()=>{if(A?.url)URL.revokeObjectURL(A.url)}},[A]);let U=async(D)=>{if(D.preventDefault(),y)return;let S=D.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 h=URL.createObjectURL(S);O({url:h,file:S,progress:0}),w(null);let g=new FormData;g.append("file",S);try{let r=await G1.post(`api/__system/assets/upload?bucket=${H}`,{body:g}).json(),L=r.id||r.assetId;O(null),Y(L)}catch(r){O(null),w(r.message)}},C=()=>{if(y)return;Y(null)},k=(D,S)=>{if(y)return;let h=typeof X==="object"?X.meta||{}:{};Y({assetId:V,meta:{...h,[D]:S}})},b=(D)=>{if(!D)return"";if(D.url)return D.url;return`${a0()}/api/assets/${D.id||D.assetId}/view`};return H1("div",{className:`file-field-container ${y?"is-restricted":""}`,onDragOver:(D)=>!y&&D.preventDefault(),onDrop:U,children:[H1("div",{className:"file-field-label-row",children:[H1("label",{children:Z||J},void 0,!1,void 0,this),T&&H1("span",{className:"upload-error",children:T},void 0,!1,void 0,this)]},void 0,!0,void 0,this),A?H1("div",{className:"file-field-optimistic-card",children:H1("div",{className:"optimistic-info",children:[A.file.type.startsWith("image/")?H1("img",{src:A.url,alt:"Uploading..."},void 0,!1,void 0,this):H1("div",{className:"file-icon-placeholder",children:H1("span",{children:"FILE"},void 0,!1,void 0,this)},void 0,!1,void 0,this),H1("div",{className:"optimistic-details",children:[H1("span",{className:"filename",children:A.file.name},void 0,!1,void 0,this),H1("span",{className:"progress-text",children:"Uploading..."},void 0,!1,void 0,this),H1("div",{className:"progress-bar-bg",children:H1("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):K?H1(OS1,{children:[H1("div",{className:"file-field-asset-card",children:[H1("div",{className:"file-field-asset-info",children:[H1("div",{className:"asset-preview",children:(()=>{let D=K.mimeType||K.mime_type;if(D?.startsWith("image/"))return H1("img",{src:b(K),alt:K.filename},void 0,!1,void 0,this);return H1("div",{className:"file-icon-placeholder",children:H1("span",{children:D?.split("/")[1]?.toUpperCase()||"FILE"},void 0,!1,void 0,this)},void 0,!1,void 0,this)})()},void 0,!1,void 0,this),H1("div",{className:"asset-details",children:[H1("span",{className:"filename",title:K.filename,children:K.filename},void 0,!1,void 0,this),H1("span",{className:"filesize",children:K.filesize?`${(K.filesize/1024).toFixed(1)} KB`:"..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),!y&&H1("div",{className:"asset-actions",children:[H1("button",{type:"button",onClick:()=>B(!0),className:"replace-button",children:"Replace"},void 0,!1,void 0,this),H1("button",{type:"button",onClick:C,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&&H1("div",{className:"file-field-metadata",children:[H1("h4",{children:"Contextual Metadata"},void 0,!1,void 0,this),G.metaFields.map((D)=>H1("div",{className:"metadata-field",children:[H1("label",{htmlFor:D.name,children:[D.label||D.name," ",D.required&&H1("span",{className:"required",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),D.type==="textarea"?H1("textarea",{id:D.name,rows:3,value:(X?.meta||{})[D.name]||"",onChange:(S)=>k(D.name,S.target.value),readOnly:q,disabled:W,placeholder:y?"":`Enter ${D.label?.toLowerCase()||D.name}...`},void 0,!1,void 0,this):H1("input",{type:D.type==="number"?"number":"text",value:(X?.meta||{})[D.name]||"",onChange:(S)=>k(D.name,D.type==="number"?Number(S.target.value):S.target.value),readOnly:q,disabled:W,placeholder:y?"":`Enter ${D.label?.toLowerCase()||D.name}...`},void 0,!1,void 0,this)]},D.name,!0,void 0,this))]},void 0,!0,void 0,this)]},void 0,!0,void 0,this):$?H1("div",{className:"file-field-optimistic-card",children:H1("div",{className:"status-text",children:"Loading asset details..."},void 0,!1,void 0,this)},void 0,!1,void 0,this):H1("button",{type:"button",onClick:()=>!y&&B(!0),disabled:y,className:`file-field-empty-button ${y?"disabled":""}`,children:[H1("svg",{fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:H1("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),H1("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&&H1(IJ,{bucket:H,onClose:()=>B(!1),onSelect:(D)=>{if(!y)Y(D.assetId),B(!1)},allowedmime_types:G?.allowedmime_types,maxFileSize:G?.maxFileSize},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as iN}from"react/jsx-dev-runtime";var is=({name:J,label:Z,fields:X,value:Y,onChange:G,disabled:W,readOnly:q,renderField:H})=>{let z=(B,K)=>{G({...Y||{},[B]:K})};return iN(fI,{label:Z||J,className:"opaca-group-field",children:iN("div",{className:"opaca-group-fields-container",style:{display:"flex",flexDirection:"column",gap:"16px"},children:(X||[]).map((B,K)=>iN("div",{className:"group-field-item",children:H(B,B.name?Y?.[B.name]:void 0,(F)=>B.name&&z(B.name,F))},B.name||`group-item-${K}`,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)};import{jsxDEV as ts}from"react/jsx-dev-runtime";var os=({name:J,label:Z,collection:X,value:Y,on:G})=>{return ts("div",{className:"opaca-form-group",children:ts(jI,{label:Z||J,collection:X,on:G},void 0,!1,void 0,this)},void 0,!1,void 0,this)};import{jsxDEV as vx}from"react/jsx-dev-runtime";var es=({name:J,label:Z,value:X,onChange:Y,required:G,localized:W,disabled:q,readOnly:H,placeholder:z,error:B})=>{return vx("div",{className:"opaca-form-group",children:[vx(o1,{name:J,label:Z,required:G,localized:W,htmlFor:`field-${J}`},void 0,!1,void 0,this),vx("input",{id:`field-${J}`,type:"number",className:`opaca-input ${B?"error":""}`,value:X??"",readOnly:H,disabled:q,onChange:(K)=>Y(K.target.valueAsNumber||0),placeholder:z||`Enter ${Z||J}...`,required:G},void 0,!1,void 0,this),B&&vx("span",{className:"opaca-field-error",children:B},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as _J}from"react/jsx-dev-runtime";var Jr=({name:J,label:Z,value:X,onChange:Y,choices:G,required:W,localized:q,disabled:H,readOnly:z,error:B})=>{let K=(G||[]).map((F)=>typeof F==="string"?{label:F,value:F}:F);return _J("div",{className:"opaca-form-group",children:[_J(o1,{name:J,label:Z,required:W,localized:q},void 0,!1,void 0,this),_J(NI,{value:X,onValueChange:Y,disabled:H||z,name:J,className:"opaca-radio-field-group",children:_J("div",{style:{display:"flex",flexDirection:"column",gap:"8px",padding:"8px 0"},children:K.map((F)=>_J("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[_J(LI,{value:F.value,id:`radio-${J}-${F.value}`},void 0,!1,void 0,this),_J(HJ,{htmlFor:`radio-${J}-${F.value}`,style:{cursor:H||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),B&&_J("span",{className:"opaca-field-error",children:B},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{useCallback as TS1,useEffect as Zr,useState as tR}from"react";import{jsxDEV as Y1,Fragment as Qr}from"react/jsx-dev-runtime";var Xr=({name:J,label:Z,relationTo:X,value:Y,onChange:G,required:W,localized:q,disabled:H,readOnly:z,error:B,displayField:K,hasMany:F})=>{let[$,P]=tR(!1),[A,O]=tR([]),[T,w]=tR(!1),[y,V]=tR(""),[U,C]=tR({id:""}),k=TS1(async()=>{w(!0);try{let L=await G1.get(`api/${X}`).json(),j=L.docs||L;O(Array.isArray(j)?j:[])}catch(L){console.error("Failed to fetch relation items:",L)}finally{w(!1)}},[X]);Zr(()=>{if($&&A.length===0)k()},[$,A.length,k]),Zr(()=>{(async()=>{if(!Y)return;let j=[];if(Array.isArray(Y))for(let m of Y){let s=typeof m==="object"?m.id:m;if(s&&!A.find((n)=>String(n.id)===String(s)))j.push(String(s))}else{let m=typeof Y==="object"?Y.id:Y;if(m&&!A.find((s)=>String(s.id)===String(m)))j.push(String(m))}if(j.length>0)try{let m=j.map((n)=>G1.get(`api/${X}/${n}`).json()),s=await Promise.all(m);O((n)=>{let l=[...n];for(let E of s){let u=E.doc||E;if(u?.id&&!l.find((e)=>String(e.id)===String(u.id)))l.push(u)}return l})}catch(m){console.error("Failed to resolve relationship labels:",m)}})()},[Y,X]);let b=(L)=>{if(F||Array.isArray(Y)){let j=Array.isArray(Y)?Y:[],m=String(L),s=j.map((l)=>typeof l==="object"&&l!==null?String(l.id):String(l)),n=s.includes(m)?s.filter((l)=>l!==m):[...s,m];G(n)}else G(String(L)===String(Y)?null:String(L)),P(!1)},D=(L)=>{if(F||Array.isArray(Y))return(Array.isArray(Y)?Y:[]).some((m)=>typeof m==="object"&&m!==null?String(m.id)===String(L):String(m)===String(L));return typeof Y==="object"&&Y!==null?String(Y?.id)===String(L):String(Y)===String(L)},S=(L)=>{if(!L)return"";return L[K||""]||L.name||L.title||L.id||""},h=(L)=>{let j=typeof L==="object"&&L!==null?L.id:L,m=A.find((l)=>String(l.id)===String(j)),s=typeof L==="object"&&L!==null?L:m,n=s?S(s):String(j);return typeof n==="string"&&n.length>24?`${n.slice(0,24)}…`:String(n)},g=A.filter((L)=>{return S(L).toLowerCase().includes(y.toLowerCase())}),r=Array.isArray(Y)?Y.length:0;return Y1("div",{className:"opaca-form-group",children:[Y1(o1,{name:J,label:Z,required:W,localized:q},void 0,!1,void 0,this),Y1(gI,{relationTo:X,hasError:!!B,onClick:()=>!H&&!z&&P(!0),children:Y?Y1(Qr,{children:Array.isArray(Y)||F?Y1("div",{children:(Array.isArray(Y)?Y:[]).map((L)=>{let j=typeof L==="object"&&L!==null?L.id:L;return Y1("div",{className:"opaca-relationship-chip",children:[Y1(f2,{size:10},void 0,!1,void 0,this),Y1("span",{className:"opaca-relationship-value",children:h(L)},void 0,!1,void 0,this),Y1("button",{type:"button",onClick:(m)=>{m.stopPropagation();let n=(Array.isArray(Y)?Y:[]).filter((l)=>{let E=typeof l==="object"&&l!==null?l.id:l;return String(E)!==String(j)});G(n)},className:"opaca-relationship-clear",title:"Remove",children:Y1(G0,{size:10},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},String(j),!0,void 0,this)})},void 0,!1,void 0,this):Y1(Qr,{children:[Y1("div",{className:"opaca-relationship-chip",children:[Y1("div",{className:"opaca-relationship-dot"},void 0,!1,void 0,this),Y1("span",{className:"opaca-relationship-prefix",children:X},void 0,!1,void 0,this),Y1("span",{className:"opaca-relationship-value",children:h(Y)},void 0,!1,void 0,this),Y1("button",{type:"button",onClick:(L)=>{L.stopPropagation(),G(null)},className:"opaca-relationship-clear",title:"Clear",children:Y1(G0,{size:10},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Y1(_R,{title:`${X} Details`,relationTo:X,id:U.id,children:Y1("button",{type:"button",className:"opaca-relationship-info-btn",title:"View Details",style:{marginLeft:"auto"},children:Y1(G5,{size:14},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):null},void 0,!1,void 0,this),B&&Y1("span",{className:"opaca-field-error",children:B},void 0,!1,void 0,this),Y1(d5,{open:$,onOpenChange:P,children:Y1(s5,{children:Y1("div",{style:{display:"flex",flexDirection:"column",height:"100%",width:"100%"},children:[Y1("div",{className:"opaca-relationship-sheet-header",children:[Y1("div",{className:"opaca-relationship-sheet-title",children:["Select ",X]},void 0,!0,void 0,this),Y1("div",{className:"opaca-relationship-sheet-subtitle",children:F?`${r} item${r!==1?"s":""} selected`:"Choose an item to link"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Y1("div",{className:"opaca-relationship-search",children:[Y1(m2,{size:16,className:"opaca-relationship-search-icon"},void 0,!1,void 0,this),Y1("input",{type:"text",placeholder:"Search items...",className:"opaca-input",value:y,onChange:(L)=>V(L.target.value)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Y1("div",{style:{overflowY:"auto",flex:1,minHeight:0},children:T?Y1("div",{className:"opaca-relationship-loading",children:Y1(Z1,{className:"opaca-spin",size:24},void 0,!1,void 0,this)},void 0,!1,void 0,this):g.length===0?Y1("div",{className:"opaca-relationship-empty",children:"No items found."},void 0,!1,void 0,this):Y1("div",{className:"opaca-relationship-list",children:g.map((L)=>Y1("button",{type:"button",onClick:()=>b(L.id),className:a("opaca-relationship-item",D(L.id)&&"active"),children:[Y1("div",{className:"avatar",children:S(L).charAt(0).toUpperCase()},void 0,!1,void 0,this),Y1("div",{className:"content",children:[Y1("div",{className:"title",children:S(L)},void 0,!1,void 0,this),L.id&&Y1("div",{className:"subtitle",children:L.id},void 0,!1,void 0,this)]},void 0,!0,void 0,this),D(L.id)&&Y1(s0,{size:16,className:"opaca-relationship-item-check"},void 0,!1,void 0,this),Y1(_R,{title:`${X} Details`,relationTo:X,id:L.id,children:Y1("button",{type:"button",className:"opaca-relationship-info-btn",title:"View Details",style:{marginLeft:"auto"},children:Y1(G5,{size:14},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},L.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)]},void 0,!0,void 0,this)};import{jsxDEV as Yr}from"react/jsx-dev-runtime";var Gr=({fields:J,parentData:Z,onChange:X,renderField:Y})=>{return Yr("div",{className:"opaca-row-field",children:J.map((G,W)=>Yr("div",{className:"row-item",style:G.admin?.width?{flex:`0 0 ${G.admin.width}`,width:G.admin.width}:void 0,children:Y(G,G.name?Z?.[G.name]:void 0,(q)=>G.name&&X(G.name,q))},G.name||`row-item-${W}`,!1,void 0,this))},void 0,!1,void 0,this)};import{jsxDEV as uJ}from"react/jsx-dev-runtime";var Wr=({name:J,label:Z,value:X,onChange:Y,choices:G,required:W,localized:q,disabled:H,readOnly:z,placeholder:B,error:K})=>{return uJ("div",{className:"opaca-form-group",children:[uJ(o1,{name:J,label:Z,required:W,localized:q,htmlFor:`field-${J}`},void 0,!1,void 0,this),uJ(zJ,{value:X,onValueChange:Y,disabled:H||z,placeholder:B||`Select ${Z||J}...`,children:[uJ(KJ,{className:K?"error":"",children:uJ(BJ,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),uJ($J,{children:(G||[]).map((F)=>{let $=typeof F==="string"?{label:F,value:F}:F;return uJ(l5,{value:$.value,children:$.label},$.value,!1,void 0,this)})},void 0,!1,void 0,this)]},void 0,!0,void 0,this),K&&uJ("span",{className:"opaca-field-error",children:K},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import wS1 from"react";import{jsxDEV as pJ}from"react/jsx-dev-runtime";var qr=({tabs:J,value:Z,onChange:X,disabled:Y,readOnly:G,renderField:W})=>{let[q,H]=wS1.useState(J?.[0]?.label||""),z=(B,K)=>{if(Z!==void 0)X({...Z||{},[B]:K});else X(B,K)};if(!J||J.length===0)return null;return pJ("div",{className:"opaca-tabs-field",children:pJ(_I,{value:q,onValueChange:H,children:[pJ(uI,{children:J.map((B)=>pJ(pI,{value:B.label,children:B.label},B.label,!1,void 0,this))},void 0,!1,void 0,this),pJ("div",{children:J.map((B)=>pJ(lI,{value:B.label,children:pJ("div",{style:{display:"flex",flexDirection:"column",gap:"1.25rem"},children:B.fields.map((K,F)=>{let $=Z!==void 0&&K.name?Z[K.name]:void 0;return pJ("div",{className:"tab-field-item",children:W(K,$,(P)=>{if(Z!==void 0&&K.name)z(K.name,P);else if(K.name)X(K.name,P);else X(P)})},K.name||`tab-item-${B.label}-${F}`,!1,void 0,this)})},void 0,!1,void 0,this)},B.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 hx}from"react/jsx-dev-runtime";var Hr=({name:J,label:Z,value:X,onChange:Y,required:G,localized:W,disabled:q,readOnly:H,placeholder:z,error:B})=>{return hx("div",{className:"opaca-form-group",children:[hx(o1,{name:J,label:Z,required:G,localized:W,htmlFor:`field-${J}`},void 0,!1,void 0,this),hx("textarea",{id:`field-${J}`,className:`opaca-input ${B?"error":""}`,style:{minHeight:"160px",resize:"vertical",padding:"1rem",lineHeight:"1.5"},value:X||"",readOnly:H,disabled:q,onChange:(K)=>{let F=K.target.value;Y(F===""&&!G?null:F)},placeholder:z||`Enter ${Z||J}...`,required:G},void 0,!1,void 0,this),B&&hx("span",{className:"opaca-field-error",children:B},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as xx}from"react/jsx-dev-runtime";var zr=({name:J,label:Z,value:X,onChange:Y,required:G,localized:W,disabled:q,readOnly:H,placeholder:z,error:B})=>{return xx("div",{className:"opaca-form-group",children:[xx(o1,{name:J,label:Z,required:G,localized:W,htmlFor:`field-${J}`},void 0,!1,void 0,this),xx("input",{id:`field-${J}`,type:"text",className:`opaca-input ${B?"error":""}`,value:X||"",readOnly:H,disabled:q,onChange:(K)=>{let F=K.target.value;Y(F===""&&!G?null:F)},placeholder:z||`Enter ${Z||J}...`,required:G},void 0,!1,void 0,this),B&&xx("span",{className:"opaca-field-error",children:B},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as Ix}from"react/jsx-dev-runtime";var Kr=({name:J,label:Z,value:X,localized:Y})=>{let G=X===null||X===void 0?"":typeof X==="object"?JSON.stringify(X):String(X);return Ix("div",{className:"opaca-form-group",children:[Ix(o1,{name:J,label:Z,localized:Y,suffix:Ix("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),Ix("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 A1}from"react/jsx-dev-runtime";var kS1=({tagName:J,field:Z,value:X,onChange:Y,isDisabled:G,isReadOnly:W,error:q,parentData:H})=>{let z=US1(null);return VS1(()=>{let B=z.current;if(B){B.value=X,B.fieldConfig=Z,B.error=q,B.parentData=H;let K=(F)=>{let $=F.detail;if($&&"value"in $)Y($.value)};return B.addEventListener("opacachange",K),()=>{B.removeEventListener("opacachange",K)}}},[X,Z,Y,q,H]),A1("div",{className:"opaca-form-group",children:[A1(o1,{name:Z.name,label:Z.label,required:Z.required,localized:Z.localized,htmlFor:Z.name},void 0,!1,void 0,this),yS1.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"}),q&&A1("span",{className:"opaca-field-error",children:q},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},$2=({field:J,value:Z,onChange:X,disabled:Y,readOnly:G,error:W,parentData:q})=>{let H=J.name?q?._access?.[J.name]||{}:{},z=G||H.readOnly||(typeof J.access?.readOnly==="boolean"?J.access.readOnly:!1),B=Y||H.disabled||(typeof J.access?.disabled==="boolean"?J.access.disabled:!1)||z;if(J.type==="slug"||H.hidden||(typeof J.access?.hidden==="boolean"?J.access.hidden:!1)||typeof J.admin?.condition==="function"&&!J.admin.condition(q))return null;let F={name:J.name,label:J.label||(J.name?K7(J.name):void 0),value:Z,onChange:X,required:J.required,localized:J.localized,disabled:B,readOnly:z,error:W,placeholder:J.placeholder};if(J.admin?.components?.Field&&typeof J.admin.components.Field==="string")return A1(kS1,{tagName:J.admin.components.Field,field:J,value:Z,onChange:X,isDisabled:B,isReadOnly:z,error:W,parentData:q},void 0,!1,void 0,this);switch(J.type){case"text":return A1(zr,{...F},void 0,!1,void 0,this);case"virtual":return A1(Kr,{name:F.name,label:F.label,value:Z},void 0,!1,void 0,this);case"textarea":return A1(Hr,{...F},void 0,!1,void 0,this);case"number":return A1(es,{...F},void 0,!1,void 0,this);case"date":return A1(as,{...F},void 0,!1,void 0,this);case"boolean":return A1(ss,{...F},void 0,!1,void 0,this);case"select":return A1(Wr,{...F,choices:J.choices||J.options?.choices||[]},void 0,!1,void 0,this);case"file":return A1(ns,{...F,options:J.options,bucket:J.bucket},void 0,!1,void 0,this);case"radio":return A1(Jr,{...F,choices:J.choices||J.options?.choices||[]},void 0,!1,void 0,this);case"row":return A1(Gr,{fields:J.fields||[],parentData:q,disabled:B,readOnly:z,onChange:($,P)=>{if(q&&typeof q==="object"&&!Array.isArray(q))X({...q,[$]:P});else X(P)},renderField:($,P,A)=>A1($2,{field:$,value:$.name&&P===void 0?q?.[$.name]:P,onChange:A,disabled:B,readOnly:z,parentData:q},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"group":return A1(is,{...F,fields:J.fields||[],renderField:($,P,A)=>A1($2,{field:$,value:$.name&&P===void 0?q?.[$.name]:P,onChange:A,disabled:B,readOnly:z,parentData:Z},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"tabs":return A1(qr,{...F,tabs:J.tabs||[],parentData:q,onChange:($,P)=>{if(q&&typeof q==="object"&&!Array.isArray(q))X({...q,[$]:P});else X(P)},renderField:($,P,A)=>A1($2,{field:$,value:$.name&&Z===void 0?q?.[$.name]:P,onChange:A,disabled:B,readOnly:z,parentData:q},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"collapsible":return A1(rs,{...F,fields:J.fields||[],parentData:q,options:J.options,onChange:($,P)=>{if(q&&typeof q==="object"&&!Array.isArray(q))X({...q,[$]:P});else X(P)},renderField:($,P,A)=>A1($2,{field:$,value:P,onChange:A,disabled:B,readOnly:z,parentData:q},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"blocks":return A1(ds,{...F,blocks:J.blocks||J.options?.blocks||[],renderField:($,P,A)=>A1($2,{field:$,value:P,onChange:A,disabled:B,readOnly:z,parentData:P},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"relationship":return A1(Xr,{...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 A1(os,{...F,collection:J.collection||J.options?.collection},void 0,!1,void 0,this);case"array":return A1(ls,{...F,fields:J.fields||[],renderField:($,P,A)=>A1($2,{field:$,value:P,onChange:A,disabled:B,readOnly:z,parentData:P},void 0,!1,void 0,this)},void 0,!1,void 0,this);case"richtext":return A1("div",{className:"opaca-form-group",children:[A1(o1,{name:J.name,label:J.label,required:J.required,localized:J.localized,htmlFor:J.name},void 0,!1,void 0,this),A1(Bx,{value:Z||"",onChange:X,disabled:B,readOnly:z,defaultMode:J.options?.defaultMode},void 0,!1,void 0,this),W&&A1("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),A1("div",{className:"opaca-form-group",children:[A1("label",{htmlFor:J.name,className:"opaca-label",children:[J.label||(J.name?K7(J.name):void 0)," (Unknown Type:"," ",J.type,") "]},void 0,!0,void 0,this),A1("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 bS1,useMemo as CS1,useState as RE}from"react";_5();import{jsxDEV as O1}from"react/jsx-dev-runtime";function Br({collection:J,parentId:Z,onRestore:X,children:Y}){let[G,W]=RE(!1),q=Q1(q5),H=q?.i18n?.locales||[],z=q?.i18n?.defaultLocale||"en",[B,K]=RE([]),[F,$]=RE(!1),[P,A]=RE(null),[O,T]=RE(z),[w,y]=RE(!1),V=async()=>{$(!0);try{let S=J.apiPath||J.slug,h=await G1.get(`api/${S}/versions`,{searchParams:{parentId:Z}}).json();K(h.docs||[])}catch(S){console.error(S),K1("Failed to fetch versions","error")}finally{$(!1)}};bS1(()=>{if(G&&Z)V()},[G,Z]);let U=async(S)=>{y(!0);try{let h=J.apiPath||J.slug,g=await G1.post(`api/${h}/versions/${S}/restore`).json();X(g.doc),K1("Version restored successfully","success"),W(!1)}catch(h){console.error(h),K1("Failed to restore version","error")}finally{y(!1)}},C=B.find((S)=>S.id===P),k=CS1(()=>{if(!C?._version_data)return null;try{return JSON.parse(C._version_data)}catch(S){return console.error("Failed to parse version data:",S),null}},[C]),b=(S,h)=>{if(S&&typeof S==="object"&&!Array.isArray(S)&&!S.root)return S[h]||S[z]||Object.values(S)[0]||"";return S},D=(S,h)=>{let g=b(h,O);if(g===null||g===void 0)return"-";if(S.type==="richtext"||typeof g==="object"&&g?.root){let L=wJ(typeof g==="string"?g:JSON.stringify(g));return L.length>120?`${L.slice(0,120)}...`:L||"(Empty RichText)"}if(S.type==="boolean")return O1("span",{className:`opaca-badge ${g?"true":"false"}`,style:{fontSize:"0.7rem",padding:"2px 8px",borderRadius:"12px",background:g?"rgba(34, 197, 94, 0.2)":"rgba(239, 68, 68, 0.2)",color:g?"#22c55e":"#ef4444",fontWeight:600,textTransform:"uppercase"},children:g?"Yes":"No"},void 0,!1,void 0,this);if(S.type==="relationship"){if(Array.isArray(g))return`${g.length} items`;return typeof g==="object"?g.id||JSON.stringify(g):String(g)}if(Array.isArray(g))return`${g.length} items`;if(typeof g==="object")return"{...}";let r=String(g);return r.length>100?`${r.slice(0,100)}...`:r};return O1(d5,{open:G,onOpenChange:W,children:[O1(Ev,{asChild:!0,children:Y},void 0,!1,void 0,this),O1(s5,{className:"opaca-versions-sheet",children:[O1(FJ,{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(a9,{size:20,className:"opaca-text-primary"},void 0,!1,void 0,this),O1(PJ,{children:"Version History"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),H.length>1&&O1(zJ,{value:O,onValueChange:T,children:[O1(KJ,{className:"opaca-locale-trigger",children:O1(BJ,{placeholder:"Locale"},void 0,!1,void 0,this)},void 0,!1,void 0,this),O1($J,{children:H.map((S)=>O1(l5,{value:S,children:S.toUpperCase()},S,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),O1(EM,{children:"View and restore previous versions of this document."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),F?O1("div",{style:{display:"flex",justifyContent:"center",padding:"3rem"},children:O1(Z1,{className:"opaca-spin"},void 0,!1,void 0,this)},void 0,!1,void 0,this):B.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:B.map((S)=>O1("div",{role:"button",tabIndex:0,className:`opaca-version-item ${P===S.id?"active":""}`,onClick:()=>A(P===S.id?null:S.id),onKeyDown:(h)=>{if(h.key==="Enter"||h.key===" ")A(P===S.id?null:S.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(S.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: ",S.id.slice(0,8)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),S._status&&O1("span",{className:`opaca-version-status ${S._status}`,children:S._status},void 0,!1,void 0,this)]},void 0,!0,void 0,this),P===S.id&&O1("div",{className:"opaca-version-preview",children:[O1("div",{className:"opaca-version-summary",children:J.fields.filter((h)=>h.name&&!h.name.startsWith("_")).map((h)=>O1("div",{className:"opaca-summary-row",children:[O1("span",{className:"opaca-summary-label",children:h.label||h.name},void 0,!1,void 0,this),O1("div",{className:"opaca-summary-value",children:D(h,k[h.name])},void 0,!1,void 0,this)]},h.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:w,onClick:(h)=>{h.stopPropagation(),U(S.id)},children:[w?O1(Z1,{className:"opaca-spin",size:16},void 0,!1,void 0,this):O1(JJ,{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)]},S.id,!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 g9}from"react/jsx-dev-runtime";var tN=({children:J,title:Z,description:X,onConfirm:Y,onCancel:G})=>{return g9(fM,{children:[g9(dv,{asChild:!0,children:J},void 0,!1,void 0,this),g9(jM,{children:[g9(NM,{children:[g9(gM,{children:Z},void 0,!1,void 0,this),g9(mM,{children:X},void 0,!1,void 0,this)]},void 0,!0,void 0,this),g9(LM,{children:[g9(uM,{onClick:G,children:"Cancel"},void 0,!1,void 0,this),g9(_M,{onClick:Y,children:"Continue"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)};import{jsxDEV as z1}from"react/jsx-dev-runtime";var MS1=async(J,Z,X)=>{if(Z==="create")return{};let Y={};if(X)Y["x-opaca-locale"]=X;return await G1.get(`api/${J}/${Z}`,{headers:Y}).json()},ES1=async(J,Z,X,Y)=>{let G={...X};for(let q in G)if(G[q]==="")G[q]=null;let W={};if(Y)W["x-opaca-locale"]=Y;if(Z&&Z!=="create")return G1.patch(`api/${J}/${Z}`,{json:G,headers:W}).json();return G1.post(`api/${J}`,{json:G,headers:W}).json()};function Fr({collection:J,id:Z,onBack:X}){let Y=J.apiPath||J.slug,G=Y,W=Q1(q5),[q,H]=DS1(W?.i18n?.defaultLocale||"en"),z=$r(()=>AJ([Y,Z,q],{fetcher:()=>MS1(Y,Z,q)}),[Y,Z,q]),B=$r(()=>tE(async({data:V})=>{return ES1(Y,Z,V,q)}),[Y,Z,q]),K=Q1(z),F=Q1(B),$=K.loading,P=F.loading,A=K.error||F.error,O=!!J.versions?.drafts,T=nN({defaultValues:K.data||{},onSubmit:async({value:V})=>{try{await B.mutate(V),K1(`Document ${Z==="create"?"created":"updated"} successfully`,"success"),X()}catch(U){let C="Failed to save document";if(U.response)try{let k=await U.response.json();if(C=k.message||C,k.errors)Object.keys(k.errors).forEach((b)=>{if(b==="_errors")return;T.setErrorMap({onChange:k.errors[b]._errors.join(", ")})})}catch(k){}K1(C,"error")}}}),w=B2(T.store,(V)=>V.values);SS1(()=>{if(K.data&&!K.loading)T.reset(K.data)},[K.data,K.loading,T,q]);let y=(V)=>{if(typeof V==="function")return V;if(typeof V==="string"&&V.startsWith("__opaca_fn__:"))try{let U=V.replace("__opaca_fn__:","");return Function(`return (${U})`)()}catch(U){return console.error("Failed to rehydrate condition function:",U),null}return V};if($)return z1("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginTop:"2rem",padding:"0 2.5rem"},children:[z1(Z1,{size:18,className:"opaca-spin"},void 0,!1,void 0,this),z1("span",{className:"opaca-subtitle",children:"Loading document..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return z1("div",{className:"opaca-admin-form",children:[z1("div",{className:"opaca-header",children:[z1("div",{style:{display:"flex",alignItems:"center",gap:"1rem"},children:[T.state.isDirty?z1(tN,{title:"Unsaved Changes",description:"You have unsaved changes. Are you sure you want to discard them and leave?",onConfirm:X,onCancel:()=>{},children:z1("button",{type:"button",className:"opaca-btn opaca-btn-outline",style:{padding:"0.5rem"},title:"Go Back",children:z1(F2,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this):z1("button",{type:"button",onClick:X,className:"opaca-btn opaca-btn-outline",style:{padding:"0.5rem"},title:"Go Back",children:z1(F2,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this),z1("div",{children:[z1("h1",{className:"opaca-title",children:Z==="create"?`Create ${J.label||J.slug}`:`Edit ${J.label||J.slug}`},void 0,!1,void 0,this),z1("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),z1("div",{style:{display:"flex",gap:"0.75rem"},children:[W?.i18n&&W.i18n.locales.length>1&&z1("div",{className:"opaca-locale-switcher",children:W.i18n.locales.map((V)=>z1("button",{type:"button",className:`opaca-locale-btn ${q===V?"active":""}`,onClick:()=>{if(T.state.isDirty){if(confirm("Unsaved changes will be lost. Continue?"))H(V)}else H(V)},children:V.toUpperCase()},V,!1,void 0,this))},void 0,!1,void 0,this),Z!=="create"&&z1(tN,{title:"Delete Document",description:"Are you sure you want to delete this document? This action cannot be undone.",onConfirm:async()=>{try{await G1.delete(`api/${G}/${Z}`),K1("Document deleted successfully","success"),X()}catch(V){console.error(V),K1("Failed to delete document","error")}},onCancel:()=>{},children:z1("button",{type:"button",className:"opaca-btn opaca-btn-outline",style:{color:"var(--opaca-error)",borderColor:"var(--opaca-error)"},title:"Delete Document",children:[z1(P0,{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&&z1(Br,{collection:J,parentId:Z,onRestore:(V)=>{T.reset(V)},children:z1("button",{type:"button",className:"opaca-btn opaca-btn-outline",style:{padding:"0.5rem"},title:"Go Back",children:z1(F2,{size:18},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),z1(T.Subscribe,{selector:(V)=>[V.isDirty],children:([V])=>z1("div",{style:{display:"flex",gap:"0.75rem"},children:[O&&z1("button",{type:"submit",form:"opaca-doc-form",disabled:P,className:"opaca-btn opaca-btn-outline",title:"Save as Draft",onClick:()=>{},children:[P?z1(Z1,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):z1(C0,{size:18},void 0,!1,void 0,this),"Save Draft"]},void 0,!0,void 0,this),z1("button",{type:"submit",form:"opaca-doc-form",disabled:P,className:"opaca-btn opaca-btn-primary",style:{position:"relative"},title:O?"Publish":"Save Changes",children:[P?z1(Z1,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):z1(C0,{size:18},void 0,!1,void 0,this),Z==="create"?O?"Publish":"Create":O?"Publish":"Save",V&&!P&&z1("span",{className:"opaca-unsaved-dot",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),A&&z1("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:[z1(Y0,{size:18},void 0,!1,void 0,this),A instanceof Error?A.message:String(A)]},void 0,!0,void 0,this),z1("div",{className:"opaca-card",style:{padding:"2.5rem"},children:z1("form",{id:"opaca-doc-form",onSubmit:(V)=>{V.preventDefault(),T.handleSubmit(V)},children:z1(T.Subscribe,{selector:(V)=>V.values,children:(V)=>z1("div",{style:{display:"grid",gap:"2rem"},children:J.fields.map((U,C)=>{let k=U.name,b=U.condition||U.admin?.condition,D=y(b);if(D&&typeof D==="function")try{if(!D(V))return null}catch(r){console.debug("Condition evaluation failed:",r)}let S=k?K.data?._access?.[k]:{hidden:!1,readOnly:!1,disabled:!1};if(S?.hidden)return null;let h=S?.readOnly,g=S?.disabled||h;if(!k)return z1($2,{field:U,value:void 0,disabled:g,readOnly:h,onChange:(r,L)=>{if(typeof r==="string")T.setFieldValue(r,L)},parentData:V},C,!1,void 0,this);return z1(T.Field,{name:k,children:(r)=>z1($2,{field:U,value:r.state.value,disabled:g,readOnly:h,onChange:(L)=>r.handleChange(L),parentData:V},void 0,!1,void 0,this)},k,!1,void 0,this)})},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)}import{useEffect as oN,useState as eN}from"react";_5();import{jsxDEV as e1}from"react/jsx-dev-runtime";function Pr({global:J}){let[Z,X]=eN({}),[Y,G]=eN({}),[W,q]=eN(null),{data:H,loading:z,error:B}=Q1(U_),{mutate:K,loading:F}=Q1(k_),$=JSON.stringify(Z)!==JSON.stringify(Y);oN(()=>{Hf.set(J.slug)},[J.slug]),oN(()=>{if(H){let A={...H};delete A.id,delete A.createdAt,delete A.updatedAt;let O={...A};if(Object.keys(A).length===0)J.fields.forEach((T)=>{if(!T.name)return;if(T.defaultValue!==void 0)O[T.name]=T.defaultValue;else if(T.type==="boolean")O[T.name]=!1;else if(T.type==="number")O[T.name]=0;else if(T.type==="array"||T.type==="blocks"||T.type==="relationship"&&T.hasMany)O[T.name]=[];else O[T.name]=""});X(O),G(O),q(null)}},[H,J.fields]),oN(()=>{if(B)q("Failed to load global document."),K1("Error loading global document","error")},[B]);let P=async(A)=>{if(A)A.preventDefault();q(null);try{await K({slug:J.slug,body:Z}),K1("Changes saved successfully","success"),G(Z)}catch(O){console.error(O),q(O instanceof Error?O.message:"Failed to save document."),K1("Failed to save changes","error")}};if(z)return e1("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginTop:"2rem",padding:"0 2.5rem"},children:[e1(Z1,{size:18,className:"opaca-spin"},void 0,!1,void 0,this),e1("span",{className:"opaca-subtitle",children:"Loading settings..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return e1("div",{className:"opaca-admin-form",children:[e1("div",{className:"opaca-header",children:[e1("div",{style:{display:"flex",alignItems:"center",gap:"1rem"},children:e1("div",{children:[e1("h1",{className:"opaca-title",children:J.label||J.slug.charAt(0).toUpperCase()+J.slug.slice(1)},void 0,!1,void 0,this),e1("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),e1("div",{style:{display:"flex",gap:"0.75rem"},children:e1("button",{type:"button",onClick:()=>P(),disabled:F,className:"opaca-btn opaca-btn-primary",style:{position:"relative"},title:"Save Changes",children:[F?e1(Z1,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):e1(C0,{size:18},void 0,!1,void 0,this),"Save",$&&!F&&e1("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&&e1("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:[e1(Y0,{size:18},void 0,!1,void 0,this),W]},void 0,!0,void 0,this),e1("div",{className:"opaca-card",style:{padding:"2.5rem"},children:e1("form",{id:"opaca-doc-form",onSubmit:P,children:e1("div",{style:{display:"grid",gap:"2rem"},children:J.fields.map((A,O)=>{let T=A.name;if(!T)return e1($2,{field:A,value:void 0,onChange:(w,y)=>{if(typeof w==="string")X({...Z,[w]:y});else Object.assign(Z,y),X({...Z})},parentData:Z},A.name||O,!1,void 0,this);return e1($2,{field:A,value:Z[T],onChange:(w)=>{X({...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)}Kv();import{useState as oR}from"react";import{jsxDEV as v1,Fragment as RS1}from"react/jsx-dev-runtime";function Ar({onSuccess:J}){let[Z,X]=oR(""),[Y,G]=oR(""),[W,q]=oR(""),[H,z]=oR(!1),[B,K]=oR(null);return v1("div",{className:"opaca-login-container",children:v1("div",{className:"opaca-login-card",children:[v1("div",{className:"opaca-login-header",children:[v1("div",{className:"opaca-login-logo",children:v1(ZJ,{size:24,color:"white"},void 0,!1,void 0,this)},void 0,!1,void 0,this),v1("h1",{className:"opaca-title",children:"Welcome to OpacaCMS"},void 0,!1,void 0,this),v1("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),B&&v1("div",{className:"opaca-login-error",children:[v1(Y0,{size:14},void 0,!1,void 0,this),B]},void 0,!0,void 0,this),v1("form",{onSubmit:async($)=>{if($.preventDefault(),z(!0),K(null),Y!==W){K("Passwords do not match"),z(!1);return}try{let P=await OM.signUp.email({email:Z,password:Y,name:"Admin"});if(P.error)throw Error(P.error.message||"Failed to create admin user");let{syncSession:A}=await Promise.resolve().then(() => (Fv(),GI));await A(),J()}catch(P){console.error(P),K(P instanceof Error?P.message:"Initialization failed")}finally{z(!1)}},children:[v1("div",{className:"opaca-form-group",children:[v1("label",{htmlFor:"init-email",className:"opaca-label",children:"Admin Email"},void 0,!1,void 0,this),v1("div",{style:{position:"relative"},children:[v1(m5,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),v1("input",{id:"init-email",type:"email",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"admin@example.com",value:Z,onChange:($)=>X($.target.value),required:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),v1("div",{className:"opaca-form-group",children:[v1("label",{htmlFor:"init-password",className:"opaca-label",children:"Password"},void 0,!1,void 0,this),v1("div",{style:{position:"relative"},children:[v1(L2,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),v1("input",{id:"init-password",type:"password",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"••••••••",value:Y,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),v1("div",{className:"opaca-form-group",children:[v1("label",{htmlFor:"init-confirm",className:"opaca-label",children:"Confirm Password"},void 0,!1,void 0,this),v1("div",{style:{position:"relative"},children:[v1(L2,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),v1("input",{id:"init-confirm",type:"password",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"••••••••",value:W,onChange:($)=>q($.target.value),required:!0,minLength:8},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),v1("button",{type:"submit",className:"opaca-btn opaca-btn-primary",style:{width:"100%",marginTop:"0.5rem"},disabled:H,children:H?v1(RS1,{children:[v1(Z1,{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),v1("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 fx}from"react";import{jsxDEV as d1,Fragment as vS1}from"react/jsx-dev-runtime";function Or({onLogin:J}){let[Z,X]=fx(""),[Y,G]=fx(""),[W,q]=fx(!1),[H,z]=fx(null);return d1("div",{className:"opaca-login-container",children:d1("div",{className:"opaca-login-card",children:[d1("div",{style:{textAlign:"center",marginBottom:"1.5rem"},children:[d1("div",{className:"opaca-logo-circle",style:{margin:"0 auto 1rem"},children:d1(L2,{size:22},void 0,!1,void 0,this)},void 0,!1,void 0,this),d1("h1",{className:"opaca-title",children:"Admin Login"},void 0,!1,void 0,this),d1("p",{className:"opaca-subtitle",children:"Authenticate to access the dashboard"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),H&&d1("div",{className:"opaca-login-error",children:[d1(Y0,{size:14},void 0,!1,void 0,this),H]},void 0,!0,void 0,this),d1("form",{onSubmit:async(K)=>{K.preventDefault(),q(!0),z(null);try{await J({email:Z,password:Y})}catch(F){console.error(F),z(F instanceof Error?F.message:"Invalid email or password")}finally{q(!1)}},children:[d1("div",{className:"opaca-form-group",children:[d1("label",{htmlFor:"login-email",className:"opaca-label",children:"Email"},void 0,!1,void 0,this),d1("div",{style:{position:"relative"},children:[d1(m5,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),d1("input",{id:"login-email",type:"email",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"admin@example.com",value:Z,onChange:(K)=>X(K.target.value),required:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),d1("div",{className:"opaca-form-group",children:[d1("label",{htmlFor:"login-password",className:"opaca-label",children:"Password"},void 0,!1,void 0,this),d1("div",{style:{position:"relative"},children:[d1(L2,{size:14,style:{position:"absolute",left:"0.75rem",top:"50%",transform:"translateY(-50%)",color:"var(--opaca-text-dim)"}},void 0,!1,void 0,this),d1("input",{id:"login-password",type:"password",className:"opaca-input",style:{paddingLeft:"2.25rem"},placeholder:"••••••••",value:Y,onChange:(K)=>G(K.target.value),required:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),d1("button",{type:"submit",className:"opaca-btn opaca-btn-primary",style:{width:"100%",marginTop:"0.5rem"},disabled:W,children:W?d1(vS1,{children:[d1(Z1,{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 hS1,useRef as xS1,useState as vE}from"react";import{createPortal as IS1}from"react-dom";_5();import{jsxDEV as M}from"react/jsx-dev-runtime";var Tr=(J)=>{if(!J)return"-";let Z=new Date(J);return Number.isNaN(Z.getTime())?"-":Z.toLocaleDateString()},JL=["#7c3aed","#047857","#b91c1c","#0369a1","#a21caf","#c2410c","#eab308","#10b981","#ec4899","#6366f1"],tZ=(J,Z)=>{if(Z&&Z[J])return Z[J];let X=0;for(let Y=0;Y<J.length;Y++)X=J.charCodeAt(Y)+((X<<5)-X);return JL[Math.abs(X)%JL.length]};function wr({collection:J,config:Z}){let{data:X,loading:Y}=Q1(UE),G=Q1(yE),W=Q1(VE),q=Q1(sZ),H=Q1(zx),z=Q1(rZ),B=Q1(Hx),[K,F]=vE(!1),[$,P]=vE(null),[A,O]=vE(!1),[T,w]=vE(""),[y,V]=vE(!1),[U,C]=vE(!1),k=xS1(null),b=hS1(()=>{return[...Object.keys(Z.storages||{})]},[Z.storages]),D=()=>{UE.revalidate()},S=async(E)=>{let u=E.target.files?.[0];if(!u)return;F(!0);let e=new FormData;e.append("file",u);try{let J1=W==="all"?"default":W;await G1.post(`api/__system/assets/upload?bucket=${J1}&folder=${q}`,{body:e}),K1("File uploaded successfully","success"),D()}catch(J1){console.error("Upload failed",J1),K1("Upload failed","error")}finally{if(F(!1),k.current)k.current.value=""}},h=async()=>{if(!T)return;try{let E=W==="all"?"default":W,u=new Blob([""],{type:"text/plain"}),e=new FormData,J1=q?`${q}/${T}`:T;e.append("file",u,".keep"),await G1.post(`api/__system/assets/upload?bucket=${E}&folder=${J1}`,{body:e}),K1("Folder created","success"),w(""),V(!1),D()}catch(E){console.error("Failed to create folder",E),K1("Failed to create folder","error")}},g=async()=>{if(!$)return;try{await G1.patch(`api/${J.slug}/${$.id}`,{json:{filename:$.filename,altText:$.altText||$.alt_text,caption:$.caption}}),K1("Metadata updated","success"),D()}catch(E){console.error("Failed to update metadata",E),K1("Failed to update metadata","error")}},r=async(E)=>{try{if(await G1.delete(`api/${J.slug}/${E}`),K1("Asset deleted","success"),$?.id===E)P(null);D()}catch(u){console.error("Delete failed",u),K1("Failed to delete asset","error")}},L=X?.docs||[],j=X?.folders||[],m=(E)=>{if(E===0)return"0 Bytes";let u=1024,e=["Bytes","KB","MB","GB"],J1=Math.floor(Math.log(E)/Math.log(u));return parseFloat((E/u**J1).toFixed(1))+" "+e[J1]},s=(E)=>{if(!E)return M(x2,{size:G==="grid"?48:20,className:"text-gray-400"},void 0,!1,void 0,this);if(E.startsWith("image/"))return M(a1,{size:G==="grid"?48:20,className:"text-blue-400"},void 0,!1,void 0,this);if(E.startsWith("video/"))return M(h2,{size:G==="grid"?48:20,className:"text-purple-400"},void 0,!1,void 0,this);if(E.includes("pdf"))return M(h2,{size:G==="grid"?48:20,className:"text-red-400"},void 0,!1,void 0,this);return M(x2,{size:G==="grid"?48:20,className:"text-gray-400"},void 0,!1,void 0,this)},n=L.filter((E)=>{return(E.originalFilename||E.original_filename)?.toLowerCase().includes(H.toLowerCase())||E.filename.toLowerCase().includes(H.toLowerCase())}),l=j.filter((E)=>E.name.toLowerCase().includes(H.toLowerCase()));return M("div",{className:`opaca-view-container media-registry-view ${Y?"loading":""}`,children:[M("input",{type:"file",ref:k,style:{display:"none"},onChange:S},void 0,!1,void 0,this),M("div",{className:"opaca-header media-registry-header",children:[M("div",{children:[M("h1",{className:"opaca-title",children:"Media Library"},void 0,!1,void 0,this),M("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),M("div",{className:"media-registry-header-actions",children:[M(k1,{variant:"outline",onClick:()=>V(!0),disabled:W==="all",title:W==="all"?"Select a specific bucket to create folders":"",children:[M(I2,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),"New Folder"]},void 0,!0,void 0,this),M(k1,{variant:"default",disabled:K||W==="all",onClick:()=>k.current?.click(),title:W==="all"?"Select a specific bucket to upload files":"",children:[K?M(Z1,{size:16,className:"opaca-spin media-registry-icon-mr"},void 0,!1,void 0,this):M(F0,{size:16,className:"media-registry-icon-mr"},void 0,!1,void 0,this),K?"Uploading...":"Upload New"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),M("div",{style:{display:"flex",flex:1,minHeight:0,gap:"1.5rem",marginBottom:"1.5rem"},children:M("div",{style:{flex:1,display:"flex",flexDirection:"column",minWidth:0},children:[M("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem",marginBottom:"1rem",color:"var(--opaca-text-dim)",fontSize:"0.875rem"},children:[M("button",{type:"button",onClick:()=>f9(""),style:{background:"none",border:"none",color:q===""?"var(--opaca-text)":"inherit",cursor:"pointer",fontWeight:q===""?600:400},children:"Home"},void 0,!1,void 0,this),q.split("/").filter(Boolean).map((E,u,e)=>M("div",{style:{display:"flex",alignItems:"center",gap:"0.5rem"},children:[M(b0,{size:14},void 0,!1,void 0,this),M("button",{type:"button",onClick:()=>f9(e.slice(0,u+1).join("/")),style:{background:"none",border:"none",color:u===e.length-1?"var(--opaca-text)":"inherit",cursor:"pointer",fontWeight:u===e.length-1?600:400},children:E},void 0,!1,void 0,this)]},E,!0,void 0,this))]},void 0,!0,void 0,this),M("div",{className:"opaca-card media-registry-body",children:[M("div",{className:"media-registry-toolbar",children:[M("div",{className:"media-registry-filters",children:[M("div",{className:"media-registry-search",children:[M(m2,{size:16,className:"search-icon"},void 0,!1,void 0,this),M(A9,{type:"text",placeholder:"Search assets...",value:H,onChange:(E)=>qs(E.target.value)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M(zJ,{value:W,onValueChange:(E)=>Kx(E),children:[M(KJ,{className:"media-registry-select-trigger",children:M("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[W!=="all"&&M("div",{style:{width:"8px",height:"8px",borderRadius:"50%",backgroundColor:tZ(W,B)}},void 0,!1,void 0,this),M(BJ,{placeholder:"All Buckets"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),M($J,{children:[M(l5,{value:"all",children:M("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[M("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),M(Mv,{},void 0,!1,void 0,this),M(Dv,{children:"Storage Buckets"},void 0,!1,void 0,this),b.map((E)=>M(l5,{value:E.toLowerCase(),children:M("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[M("div",{style:{width:"8px",height:"8px",borderRadius:"50%",backgroundColor:tZ(E,B)}},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),M("div",{style:{display:"flex",alignItems:"center",gap:"8px"},children:[M(k1,{variant:"ghost",size:"icon",onClick:()=>C(!0),title:"Bucket Settings",children:M(N5,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),M("div",{className:"media-registry-view-toggles",children:[M("button",{type:"button",onClick:()=>yE.set("grid"),className:`media-registry-toggle-btn ${G==="grid"?"active":""}`,children:M(Q2,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),M("button",{type:"button",onClick:()=>yE.set("list"),className:`media-registry-toggle-btn ${G==="list"?"active":""}`,children:M(t9,{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),Y&&M("div",{style:{display:"flex",justifyContent:"center",padding:"4rem"},children:M(Z1,{size:32,className:"opaca-spin",style:{color:"var(--opaca-accent)"}},void 0,!1,void 0,this)},void 0,!1,void 0,this),!Y&&n.length===0&&M("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:[M(a1,{size:48,style:{color:"var(--opaca-text-dim)",marginBottom:"1rem",opacity:0.3}},void 0,!1,void 0,this),M("h3",{style:{fontSize:"1.25rem",fontWeight:600},children:"No assets found"},void 0,!1,void 0,this),M("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),!Y&&G==="grid"&&(l.length>0||n.length>0)&&M("div",{className:"media-registry-grid",children:[l.map((E)=>M("div",{className:"media-registry-card",onClick:()=>f9(q?`${q}/${E.name}`:E.name),children:[M("div",{className:"media-registry-card-thumb",style:{position:"relative"},children:[M(I2,{size:54,className:"folder-icon"},void 0,!1,void 0,this),W==="all"&&M("div",{style:{position:"absolute",bottom:"8px",right:"8px",display:"flex",gap:"2px"},children:E.buckets.map((u)=>M("div",{title:u,style:{width:"8px",height:"8px",borderRadius:"50%",backgroundColor:tZ(u,B)}},u,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M("div",{className:"media-registry-card-body",children:[M("div",{className:"media-registry-card-title",children:E.name},void 0,!1,void 0,this),M("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)),n.map((E)=>M("div",{className:`media-registry-card ${$?.id===E.id?"active":""}`,onClick:()=>P(E),children:[M("div",{className:"media-registry-card-thumb",style:{position:"relative"},children:[(()=>{let u=E.mimeType||E.mime_type;return u?.startsWith("image/")?M("img",{src:`${Z.serverURL||""}/api/assets/${E.id}/view`,alt:E.originalFilename||E.original_filename||"",onError:(e)=>e.currentTarget.style.display="none"},void 0,!1,void 0,this):s(u||"")})(),W==="all"&&M("div",{title:`Bucket: ${E.bucket}`,style:{position:"absolute",top:"8px",left:"8px",width:"12px",height:"12px",borderRadius:"50%",backgroundColor:tZ(E.bucket,B),border:"2px solid rgba(0,0,0,0.5)",zIndex:2}},void 0,!1,void 0,this),M("div",{className:"media-registry-overlay",children:M("button",{className:"media-registry-overlay-btn",onClick:(u)=>{u.stopPropagation(),P(E),O(!0)},children:M(R5,{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),M("div",{className:"media-registry-card-body",children:[M("div",{className:"media-registry-card-title",title:E.original_filename,children:E.original_filename},void 0,!1,void 0,this),M("div",{className:"media-registry-card-meta",children:[M("span",{className:"meta-type",children:(E.mimeType||E.mime_type)?.split("/")[1]||"FILE"},void 0,!1,void 0,this),M("span",{children:m(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),!Y&&G==="list"&&(l.length>0||n.length>0)&&M("div",{className:"opaca-table-container",children:M("table",{className:"opaca-table",children:[M("thead",{children:M("tr",{children:[M("th",{style:{width:"40px"}},void 0,!1,void 0,this),M("th",{children:"Name"},void 0,!1,void 0,this),M("th",{children:"Type"},void 0,!1,void 0,this),M("th",{children:"Size"},void 0,!1,void 0,this),M("th",{children:"Date"},void 0,!1,void 0,this),M("th",{style:{width:"40px"}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),M("tbody",{children:[l.map((E)=>M("tr",{onClick:()=>f9(q?`${q}/${E.name}`:E.name),style:{cursor:"pointer"},children:[M("td",{children:M("div",{style:{position:"relative",display:"inline-block"},children:[M(I2,{size:20,style:{color:"#eab308"}},void 0,!1,void 0,this),W==="all"&&M("div",{style:{position:"absolute",bottom:"-2px",right:"-2px",display:"flex",gap:"1px"},children:E.buckets.map((u)=>M("div",{style:{width:"6px",height:"6px",borderRadius:"50%",backgroundColor:tZ(u,B)}},u,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),M("td",{style:{fontWeight:600},children:E.name},void 0,!1,void 0,this),M("td",{children:"Folder"},void 0,!1,void 0,this),M("td",{children:"-"},void 0,!1,void 0,this),M("td",{children:"-"},void 0,!1,void 0,this),M("td",{},void 0,!1,void 0,this)]},`folder-${E.name}`,!0,void 0,this)),n.map((E)=>M("tr",{onClick:()=>P(E),style:{cursor:"pointer",background:$?.id===E.id?"rgba(var(--opaca-accent-rgb), 0.1)":"inherit"},children:[M("td",{children:M("div",{style:{width:"32px",height:"32px",borderRadius:"4px",background:"var(--opaca-bg-alt)",display:"flex",alignItems:"center",justifyContent:"center",overflow:"hidden"},children:(()=>{let u=E.mimeType||E.mime_type||"";return u.startsWith("image/")?M("img",{src:`${Z.serverURL||""}/api/assets/${E.id}/view`,style:{width:"100%",height:"100%",objectFit:"cover"},alt:""},void 0,!1,void 0,this):s(u)})()},void 0,!1,void 0,this)},void 0,!1,void 0,this),M("td",{children:[M("div",{style:{fontWeight:500},children:E.original_filename},void 0,!1,void 0,this),M("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),M("td",{style:{fontSize:"0.875rem"},children:E.mimeType||E.mime_type||""},void 0,!1,void 0,this),M("td",{style:{fontSize:"0.875rem"},children:m(E.filesize)},void 0,!1,void 0,this),M("td",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:Tr(E.createdAt||E.created_at)},void 0,!1,void 0,this),M("td",{children:M("button",{onClick:(u)=>{u.stopPropagation(),P(E),O(!0)},style:{background:"none",border:"none",color:"var(--opaca-text-dim)",cursor:"pointer"},children:M(R5,{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),X&&X.totalPages>1&&M("div",{className:"media-registry-pagination",children:[M("div",{className:"info",children:["Showing ",(X.page-1)*X.limit+1," to"," ",Math.min(X.page*X.limit,X.totalDocs)," of"," ",X.totalDocs]},void 0,!0,void 0,this),M("div",{className:"actions",children:[M(k1,{variant:"outline",size:"sm",disabled:X.page===1||Y,onClick:()=>EN(z-1),children:M(M2,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this),M(k1,{variant:"outline",size:"sm",disabled:X.page===X.totalPages||Y,onClick:()=>EN(z+1),children:M(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),M(d5,{open:!!$&&!A,onOpenChange:(E)=>!E&&P(null),children:M(s5,{children:[M(FJ,{children:[M(PJ,{children:"Asset Details"},void 0,!1,void 0,this),M(EM,{children:"View and manage asset metadata."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),$&&M("div",{className:"media-sheet-flex",children:M("div",{className:"media-sheet-body opaca-scrollbar-hidden",children:[M("div",{className:"media-sheet-preview",children:[(()=>{let E=$.mimeType||$.mime_type||"";return E.startsWith("image/")?M("img",{src:`${Z.serverURL||""}/api/assets/${$.id}/view`,alt:$.filename},void 0,!1,void 0,this):s(E)})(),M("div",{className:"overlay",children:M(k1,{variant:"secondary",onClick:()=>O(!0),children:[M(R5,{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),M("div",{className:"media-sheet-form",children:[M("div",{className:"media-sheet-group",children:[M(HJ,{htmlFor:"filename",children:"Display Name"},void 0,!1,void 0,this),M(A9,{id:"filename",value:$.filename,onChange:(E)=>P({...$,filename:E.target.value})},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M("div",{className:"media-sheet-group",children:[M(HJ,{htmlFor:"alt_text",children:"Alt Text"},void 0,!1,void 0,this),M(A9,{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),M("div",{className:"media-sheet-group",children:[M(HJ,{htmlFor:"caption",children:"Caption"},void 0,!1,void 0,this),M("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),M("div",{className:"media-sheet-meta-box",children:[M("div",{className:"media-sheet-meta-row",children:[M("span",{className:"label",children:"File Size"},void 0,!1,void 0,this),M("span",{className:"value",children:m($.filesize)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M("div",{className:"media-sheet-meta-row",children:[M("span",{className:"label",children:"Internal Key"},void 0,!1,void 0,this),M("span",{className:"value value-mono",title:$.key,children:$.key},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M("div",{className:"media-sheet-meta-row",children:[M("span",{className:"label",children:"Bucket"},void 0,!1,void 0,this),M("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),$&&M(kg,{className:"media-sheet-actions",children:[M(fM,{children:[M(dv,{asChild:!0,children:M(k1,{variant:"destructive",children:[M(P0,{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),M(jM,{children:[M(NM,{children:[M(gM,{children:"Delete Asset"},void 0,!1,void 0,this),M(mM,{children:"Are you sure you want to delete this asset? This action cannot be undone and may break links in your content."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M(LM,{children:[M(uM,{children:"Cancel"},void 0,!1,void 0,this),M(_M,{variant:"destructive",onClick:()=>r($.id),children:"Delete Asset"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),M(k1,{variant:"default",onClick:g,children:[M(C0,{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),M(RI,{open:y,onOpenChange:V,children:M(vI,{className:"opaca-dialog-max-w",children:[M(hI,{children:[M(xI,{children:"Create New Folder"},void 0,!1,void 0,this),M($g,{children:"Organize your assets into folders."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M("div",{className:"media-dialog-create-body",children:[M(HJ,{htmlFor:"newFolderName",children:"Folder Name"},void 0,!1,void 0,this),M(A9,{id:"newFolderName",placeholder:"e.g. products",value:T,onChange:(E)=>w(E.target.value),style:{marginTop:"0.5rem"},onKeyDown:(E)=>E.key==="Enter"&&h()},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M(II,{children:[M(k1,{variant:"outline",onClick:()=>V(!1),children:"Cancel"},void 0,!1,void 0,this),M(k1,{onClick:h,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),A&&$&&typeof document<"u"&&IS1(M("div",{className:"opaca-ui-dialog-portal",children:[M("div",{className:"opaca-ui-dialog-overlay",onClick:()=>{O(!1),P(null)}},void 0,!1,void 0,this),M("div",{className:"opaca-ui-dialog-wrapper",children:M("div",{className:"media-preview-container",children:[M("div",{className:"media-preview-header",children:[M("div",{className:"media-preview-title-group",children:[M("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[W==="all"&&M("div",{title:`Bucket: ${$.bucket}`,style:{width:"12px",height:"12px",borderRadius:"50%",backgroundColor:tZ($.bucket,B)}},void 0,!1,void 0,this),M("h2",{children:$.original_filename},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M("span",{className:"badge",children:$.mimeType||$.mime_type||""},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M("button",{className:"media-preview-close-btn",onClick:()=>{O(!1),P(null)},children:M(G0,{size:24},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M("div",{className:"media-preview-body",children:(()=>{let E=$.mimeType||$.mime_type||"";return E.startsWith("image/")?M("img",{src:`${Z.serverURL||""}/api/assets/${$.id}/view`,alt:$.altText||$.alt_text||$.originalFilename||$.original_filename||""},void 0,!1,void 0,this):M("div",{className:"media-preview-no-rich",children:[M("div",{className:"icon-wrapper",children:s(E)},void 0,!1,void 0,this),M("p",{children:"No rich preview available for this file type."},void 0,!1,void 0,this),M(k1,{variant:"default",onClick:()=>window.location.href=`${Z.serverURL||""}/api/assets/${$.id}/view`,children:[M(s9,{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),M("div",{className:"media-preview-footer",children:[M("div",{className:"media-preview-stat",children:[M("div",{className:"label",children:"Size"},void 0,!1,void 0,this),M("div",{className:"value",children:m($.filesize)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M("div",{className:"media-preview-stat",children:[M("div",{className:"label",children:"Created"},void 0,!1,void 0,this),M("div",{className:"value",children:Tr($.createdAt||$.created_at)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),M("div",{className:"media-preview-stat",children:[M("div",{className:"label",children:"Bucket"},void 0,!1,void 0,this),M("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),M(RI,{open:U,onOpenChange:C,children:M(vI,{className:"media-registry-dialog-sm",children:[M(hI,{children:M(xI,{children:"Bucket Colors"},void 0,!1,void 0,this)},void 0,!1,void 0,this),M("div",{className:"media-bucket-settings",children:b.map((E)=>M("div",{className:"bucket-setting-row",children:[M("span",{className:"bucket-name",children:E},void 0,!1,void 0,this),M("div",{className:"color-presets",children:JL.map((u)=>{let e=tZ(E,B)===u;return M("button",{className:`color-bubble ${e?"active":""}`,style:{backgroundColor:u},onClick:()=>Hs(E,u),children:e&&M(s0,{size:12,color:"white"},void 0,!1,void 0,this)},u,!1,void 0,this)})},void 0,!1,void 0,this)]},E,!0,void 0,this))},void 0,!1,void 0,this),M(II,{children:M(k1,{onClick:()=>C(!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 NS1,useEffect as LS1,useState as B7}from"react";import{useCallback as fS1,useEffect as jS1,useState as jx}from"react";import{jsxDEV as V0}from"react/jsx-dev-runtime";function yr({plugin:J,onBack:Z,notify:X}){let[Y,G]=jx({}),[W,q]=jx(!0),[H,z]=jx(!1),[B,K]=jx(null),F=fS1(async()=>{try{q(!0);let O=(await G1.get(`api/plugin-settings?pluginName=${J.name}`).json()).docs?.find((T)=>T.pluginName===J.name);if(O)G(O.config||{}),K(O.id);else{let T=(J.configSchema||[]).reduce((w,y)=>{if(y.defaultValue!==void 0)w[y.name]=y.defaultValue;return w},{});G(T)}}catch(A){console.error("Failed to load plugin settings:",A),X?.("Failed to load plugin settings","error")}finally{q(!1)}},[J,X]);jS1(()=>{F()},[F]);let $=async(A)=>{A.preventDefault();try{z(!0);let O={pluginName:J.name,config:Y};if(B)await G1.patch(`api/plugin-settings/${B}`,{json:O});else await G1.post("api/plugin-settings",{json:O});X?.("Settings saved successfully. Restart the server to apply changes."),F()}catch(O){console.error("Failed to save settings:",O),X?.("Failed to save settings","error")}finally{z(!1)}},P=(A,O)=>{G((T)=>({...T,[A]:O}))};if(W)return V0("div",{style:{display:"flex",justifyContent:"center",padding:"4rem"},children:V0(Z1,{className:"opaca-spin",size:32,color:"var(--opaca-text-muted)"},void 0,!1,void 0,this)},void 0,!1,void 0,this);return V0("div",{className:"opaca-card",style:{padding:"2.5rem",border:"1px solid var(--opaca-border-strong)"},children:[V0("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:[V0(F2,{size:16},void 0,!1,void 0,this),"Back to Plugins"]},void 0,!0,void 0,this),V0("div",{style:{display:"flex",alignItems:"center",gap:"1rem",marginBottom:"2.5rem"},children:[V0("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:V0(g2,{size:24},void 0,!1,void 0,this)},void 0,!1,void 0,this),V0("div",{children:[V0("h2",{style:{fontSize:"1.5rem",fontWeight:"600",margin:0},children:[J.label||J.name," Settings"]},void 0,!0,void 0,this),V0("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),V0("form",{onSubmit:$,style:{display:"grid",gap:"2rem"},children:[V0("div",{style:{display:"grid",gap:"1.5rem"},children:J.configSchema?.map((A)=>V0($2,{field:A,value:Y[A.name],onChange:(O)=>P(A.name,O),parentData:Y},A.name,!1,void 0,this))},void 0,!1,void 0,this),V0("div",{style:{display:"flex",gap:"1rem",marginTop:"1rem"},children:V0("button",{type:"submit",className:"opaca-btn opaca-btn-primary",disabled:H,style:{padding:"0.75rem 2rem",fontSize:"1rem"},children:[H?V0(Z1,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):V0(C0,{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 f}from"react/jsx-dev-runtime";function ZL({notify:J,config:Z}){let[X,Y]=B7([]),[G,W]=B7(!0),[q,H]=B7(!1),[z,B]=B7(null),[K,F]=B7(""),[$,P]=B7("31536000"),[A,O]=B7(!1),[T,w]=B7({}),[y,V]=B7("general"),[U,C]=B7(null),k=NS1(async()=>{try{W(!0);let j=await G1.get("api/auth/api-key/list").json();Y(j.apiKeys||[])}catch(j){console.error(j),J?.("Failed to load API keys","error")}finally{W(!1)}},[J]);LS1(()=>{k()},[k]);let b=(j,m)=>{w((s)=>{let n=s[j]||[],l={...s};if(n.includes(m)){let E=n.filter((u)=>u!==m);if(E.length===0)delete l[j];else l[j]=E}else l[j]=[...n,m];return l})},D=(j)=>{w((m)=>({...m,[j]:L}))},S=(j)=>{w((m)=>{let s={...m};return delete s[j],s})},h=async(j)=>{if(j.preventDefault(),!K.trim())return;try{H(!0);let m=await G1.post("api/__admin/api-key/create",{json:{name:K,expiresIn:$?Number($):void 0,permissions:T}}).json();B(m.key),F(""),P("31536000"),w({}),await k(),J?.("API Key generated successfully")}catch(m){console.error("API Key Creation Error:",m);let s=m.response?.json?await m.response.json().catch(()=>({})):{};J?.(s.message||m.message||"Failed to generate API key","error")}finally{H(!1)}},g=async(j)=>{if(!confirm("Are you sure you want to delete this API key? This action cannot be undone."))return;try{await G1.post("api/auth/api-key/delete",{json:{keyId:j}}),await k(),J?.("API Key deleted successfully")}catch(m){console.error(m),J?.("Failed to delete API key","error")}},r=()=>{if(z)navigator.clipboard.writeText(z),O(!0),setTimeout(()=>O(!1),2000),J?.("API Key copied to clipboard")},L=["read","create","update","delete"];return f("div",{className:"opaca-admin-form",children:[f("div",{className:"opaca-header",children:f("div",{children:[f("h1",{className:"opaca-title",children:"Settings"},void 0,!1,void 0,this),f("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),f("div",{style:{display:"flex",gap:"2rem",marginBottom:"2.5rem",borderBottom:"1px solid var(--opaca-border)",padding:"0 0.5rem"},children:[f("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),f("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&&f("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),f("div",{style:{display:y==="general"?"grid":"none",gap:"2.5rem"},children:[f("div",{className:"opaca-card",style:{padding:"2.5rem",border:"1px solid var(--opaca-border-strong)"},children:[f("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"1rem"},children:[f("div",{style:{width:"32px",height:"32px",borderRadius:"8px",background:"rgba(var(--opaca-accent-rgb), 0.1)",display:"flex",alignItems:"center",justifyContent:"center"},children:f(F0,{size:18,color:"var(--opaca-accent)"},void 0,!1,void 0,this)},void 0,!1,void 0,this),f("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),f("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),f("form",{onSubmit:h,style:{display:"grid",gap:"2rem"},children:[f("div",{style:{display:"grid",gridTemplateColumns:"1fr 1fr",gap:"1rem"},children:[f("div",{className:"opaca-form-group",style:{margin:0},children:[f("label",{className:"opaca-label",htmlFor:"key-name",children:"Key Name"},void 0,!1,void 0,this),f("input",{id:"key-name",type:"text",className:"opaca-input",style:{fontSize:"1rem",padding:"0.875rem 1rem"},value:K,onChange:(j)=>F(j.target.value),placeholder:"e.g. Production Mobile App",required:!0},void 0,!1,void 0,this),f("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),f("div",{className:"opaca-form-group",style:{margin:0},children:[f("label",{className:"opaca-label",htmlFor:"expires-in",children:"Expiration"},void 0,!1,void 0,this),f("select",{id:"expires-in",className:"opaca-input",style:{fontSize:"1rem",padding:"0.875rem 1rem",height:"auto"},value:$,onChange:(j)=>P(j.target.value),children:[f("option",{value:"2592000",children:"30 days"},void 0,!1,void 0,this),f("option",{value:"7776000",children:"90 days"},void 0,!1,void 0,this),f("option",{value:"31536000",children:"1 year"},void 0,!1,void 0,this),f("option",{value:"",children:"Never expire"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),f("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),f("div",{style:{background:"rgba(var(--opaca-card-bg-rgb), 0.5)",border:"1px solid var(--opaca-border)",borderRadius:"12px",overflow:"hidden"},children:[f("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:[f("label",{htmlFor:"permissions-matrix",className:"opaca-label",style:{margin:0,fontWeight:"600"},children:"Permissions Matrix"},void 0,!1,void 0,this),f("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),f("div",{style:{overflowX:"auto"},children:f("table",{style:{width:"100%",borderCollapse:"collapse",textAlign:"left"},children:[f("thead",{children:f("tr",{style:{borderBottom:"1px solid var(--opaca-border)",background:"rgba(255,255,255,0.02)"},children:[f("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),L.map((j)=>f("th",{style:{padding:"1rem",fontSize:"0.75rem",fontWeight:"600",color:"var(--opaca-text-muted)",textAlign:"center",textTransform:"uppercase"},children:j},j,!1,void 0,this)),f("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),f("tbody",{children:Z.collections.map((j)=>{let m=T[j.slug]||[],s=L.every((n)=>m.includes(n));return f("tr",{style:{borderBottom:"1px solid var(--opaca-border)",transition:"background 0.2s"},children:[f("td",{style:{padding:"1rem 1.25rem"},children:f("span",{style:{fontSize:"0.875rem",fontWeight:"600"},children:j.slug},void 0,!1,void 0,this)},void 0,!1,void 0,this),L.map((n)=>{let l=m.includes(n);return f("td",{style:{padding:"0.5rem",textAlign:"center"},children:f("button",{type:"button",onClick:()=>b(j.slug,n),style:{width:"32px",height:"32px",borderRadius:"6px",border:"1px solid",borderColor:l?"var(--opaca-accent)":"var(--opaca-border)",background:l?"rgba(var(--opaca-accent-rgb), 0.15)":"transparent",color:l?"var(--opaca-accent)":"var(--opaca-text-muted)",display:"inline-flex",alignItems:"center",justifyContent:"center",cursor:"pointer",transition:"all 0.2s"},title:`${n.charAt(0).toUpperCase()+n.slice(1)} ${j.slug}`,children:f(s0,{size:14,style:{opacity:l?1:0.1},strokeWidth:3},void 0,!1,void 0,this)},void 0,!1,void 0,this)},n,!1,void 0,this)}),f("td",{style:{padding:"1rem 1.25rem",textAlign:"right"},children:f("button",{type:"button",onClick:()=>s?S(j.slug):D(j.slug),style:{fontSize:"0.75rem",color:s?"var(--opaca-accent)":"var(--opaca-text-dim)",background:"transparent",border:"1px solid",borderColor:s?"var(--opaca-accent)":"var(--opaca-border)",padding:"0.3rem 0.75rem",borderRadius:"6px",cursor:"pointer",transition:"all 0.2s"},children:s?"All Actions":"Full Access?"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},j.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&&f("div",{style:{padding:"3rem 1rem",textAlign:"center"},children:f("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),f("button",{type:"submit",className:"opaca-btn opaca-btn-primary",disabled:q||!K.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:[q?f(Z1,{size:18,className:"opaca-spin"},void 0,!1,void 0,this):f(F0,{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),f("div",{style:{padding:"0 0.5rem"},children:[f("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"1.5rem"},children:[f(n9,{size:18,color:"var(--opaca-text-dim)"},void 0,!1,void 0,this),f("h2",{style:{fontSize:"1.125rem",fontWeight:"500",margin:0},children:"Existing Keys"},void 0,!1,void 0,this),f("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&&f("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:[f("div",{style:{position:"absolute",top:0,left:0,width:"4px",height:"100%",background:"var(--opaca-success)"}},void 0,!1,void 0,this),f("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"flex-start",marginBottom:"1.25rem"},children:[f("div",{children:[f("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),f("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),f("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),f("div",{style:{display:"flex",gap:"0.75rem"},children:[f("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),f("button",{type:"button",onClick:r,className:"opaca-btn",style:{background:"white",color:"#000",width:"48px",height:"48px",borderRadius:"10px"},children:A?f(s0,{size:18},void 0,!1,void 0,this):f(d9,{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?f("div",{style:{display:"flex",justifyContent:"center",padding:"2rem"},children:f(Z1,{size:24,className:"opaca-spin",color:"var(--opaca-text-muted)"},void 0,!1,void 0,this)},void 0,!1,void 0,this):X.length===0?f("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):f("div",{style:{display:"grid",gap:"0.5rem"},children:X.map((j)=>f("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:[f("div",{children:[f("div",{style:{fontWeight:"500",fontSize:"0.875rem",marginBottom:"0.25rem"},children:j.name},void 0,!1,void 0,this),f("div",{style:{display:"flex",gap:"1rem",fontSize:"0.75rem",color:"var(--opaca-text-dim)"},children:[f("span",{children:["Created: ",new Date(j.createdAt).toLocaleDateString()]},void 0,!0,void 0,this),f("span",{children:["Prefix: ",j.prefix,"..."]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),j.permissions&&Object.keys(j.permissions).length>0&&f("div",{style:{marginTop:"0.75rem",display:"flex",flexWrap:"wrap",gap:"0.375rem"},children:Object.entries(j.permissions).map(([m,s])=>f("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:[f("strong",{style:{color:"var(--opaca-text)"},children:[m,":"]},void 0,!0,void 0,this)," ",s.join(", ")]},m,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this),f("button",{type:"button",onClick:()=>g(j.id),className:"opaca-btn",style:{color:"var(--opaca-error)",background:"transparent",border:"none",padding:"0.5rem"},title:"Revoke Key",children:f(P0,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},j.id,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),f("div",{style:{display:y==="plugins"?"grid":"none",gap:"2.5rem"},children:U?f(yr,{plugin:U,onBack:()=>C(null),notify:J},void 0,!1,void 0,this):f("div",{style:{padding:"0 0.5rem"},children:[f("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem",marginBottom:"1.5rem"},children:[f(g2,{size:18,color:"var(--opaca-text-dim)"},void 0,!1,void 0,this),f("h2",{style:{fontSize:"1.125rem",fontWeight:"500",margin:0},children:"Installed Plugins"},void 0,!1,void 0,this),f("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),f("div",{style:{display:"grid",gridTemplateColumns:"repeat(auto-fill, minmax(350px, 1fr))",gap:"1.25rem"},children:[Z.plugins?.map((j)=>f("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:[f("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"flex-start"},children:[f("div",{style:{display:"flex",gap:"1rem",alignItems:"center"},children:[f("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:f(g2,{size:22},void 0,!1,void 0,this)},void 0,!1,void 0,this),f("div",{children:[f("h3",{style:{fontSize:"1rem",fontWeight:"600",margin:0},children:j.label||j.name},void 0,!1,void 0,this),f("div",{style:{display:"flex",gap:"0.5rem",alignItems:"center",marginTop:"0.25rem"},children:[f("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:["v",j.version||"1.0.0"]},void 0,!0,void 0,this),j.author&&f("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-muted)"},children:["• by ",j.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),j.homepage&&f("a",{href:j.homepage,target:"_blank",rel:"noopener noreferrer",style:{color:"var(--opaca-text-dim)"},children:f(r9,{size:16},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),f("p",{style:{fontSize:"0.875rem",color:"var(--opaca-text-dim)",lineHeight:"1.5",margin:0},children:j.description||"No description provided for this plugin."},void 0,!1,void 0,this),f("div",{style:{marginTop:"0.5rem",paddingTop:"1rem",borderTop:"1px solid var(--opaca-border)",display:"flex",justifyContent:"space-between",alignItems:"center"},children:[f("div",{style:{display:"flex",gap:"0.5rem"},children:[f("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),j.configSchema&&f("button",{onClick:()=>C(j),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:[f(L5,{size:10},void 0,!1,void 0,this),"Configure"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),f("span",{style:{fontSize:"0.75rem",color:"var(--opaca-text-dim)"},children:["ID: ",j.name]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},j.name,!0,void 0,this)),(!Z.plugins||Z.plugins.length===0)&&f("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:[f(g2,{size:32,style:{opacity:0.2,marginBottom:"1rem"}},void 0,!1,void 0,this),f("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 o,Fragment as _S1}from"react/jsx-dev-runtime";function Ur({config:J,serverUrl:Z,initialNeedsInit:X}){let[Y,G]=mS1(!0),W=Q1(NE),q=Q1(gE);Vr(()=>{if(typeof window<"u"){window.opaca={ui:{registerSidebarItem:jE,registerAdminRoute:jE,toast:{success:(U)=>K1(U,"success"),error:(U)=>K1(U,"error"),info:(U)=>K1(U,"info")}}};let V=(U)=>{let{type:C,payload:k}=U.data;switch(C){case"OPACA_NAVIGATE":if(k?.path)nx(u5,k.path);break;case"OPACA_REFRESH":window.location.reload();break;case"OPACA_UI_TOAST":if(k?.message)K1(k.message,k.type||"success");break;case"OPACA_UI_ALERT":if(k)ZI(k);break;case"OPACA_UI_SHEET_OPEN":if(k)QI(k);break;case"OPACA_UI_SHEET_CLOSE":$v();break}};return window.addEventListener("message",V),()=>window.removeEventListener("message",V)}},[]),Vr(()=>{if(!Z||!Z.startsWith("http"))return;ML(Z),CL(Z),mE(),(async()=>{try{try{if(X!==void 0)Av(X);else{let C=await G1.get("api/__admin/setup").json();TM.debug("Setup status:",C.initialized),Av(!C.initialized)}}catch(C){TM.warn("Failed to check setup status:",C)}let U=null;try{if(J)U=J,qI(J);else{let C=await G1.get("api/__admin/metadata").json();U=C,qI(C)}}catch(C){TM.error("Failed to fetch metadata:",C)}if(U?.plugins){for(let C of U.plugins)if(C.adminUI?.path)jE({label:C.label||C.name,icon:C.icon||"Puzzle",path:`/admin/${C.name.toLowerCase()}`,ssrPath:C.adminUI.path})}if(U&&U.plugins){let C=[];for(let k of U.plugins)if(k.adminAssets){let b=k.adminAssets;b.styles?.forEach((D)=>{let S=D.startsWith("/")?`${Z}${D}`:D;if(!document.querySelector(`link[href="${S}"]`)){let h=document.createElement("link");h.rel="stylesheet",h.href=S,document.head.appendChild(h)}}),b.scripts?.forEach((D)=>{let S=D.startsWith("/")?`${Z}${D}`:D;if(!document.querySelector(`script[src="${S}"]`))C.push(new Promise((h)=>{let g=document.createElement("script");g.src=S,g.onload=()=>h(),g.onerror=()=>{TM.error(`Failed to load script: ${S}`),h()},document.body.appendChild(g)}))})}if(C.length>0)await Promise.all(C)}}catch(U){TM.error("Unexpected initialization error:",U)}finally{G(!1)}})()},[J,X,Z]);let H=Q1(q5),z=Q1(WI),B=Q1(rJ),K=Q1(u5),F=Q1(WJ),$=Q1(F9),P=Q1(aJ),A=async(V)=>{await XI(V)},O=async()=>{await YI()},T=gS1((V)=>{let U=V.startsWith("_")?V.replace(/^_/,""):V;u5.open(`/admin/collections/${U}`)},[]);if(!Z||!Z.startsWith("http"))return o("div",{className:"opaca-admin",children:o("div",{className:"opaca-loading-screen",children:o("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[o(Z1,{size:24,className:"opaca-spin"},void 0,!1,void 0,this),o("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(z)return o("div",{className:"opaca-admin",children:o(Ar,{onSuccess:async()=>{Av(!1),await mE(),nx(u5,"dashboard"),K1("Welcome! System initialized successfully")}},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(!$&&!F)return o("div",{className:"opaca-admin",children:o(Or,{onLogin:A},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(Y||$||!H)return o("div",{className:"opaca-admin",children:o("div",{className:"opaca-loading-screen",children:o("div",{style:{display:"flex",alignItems:"center",gap:"0.75rem"},children:[o("svg",{className:"opaca-spin",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[o("title",{children:"Loading"},void 0,!1,void 0,this),o("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),o("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 w=[];if(K){if(K.route==="collections"){w.push({label:"Collections"});let V=K.params.slug,U=H.collections.find((C)=>C.slug===V||C.slug===`_${V}`);w.push({label:U?.label||(V.startsWith("_")?V.replace(/^_/,""):V).charAt(0).toUpperCase()+(V.startsWith("_")?V.replace(/^_/,""):V).slice(1)})}else if(K.route==="document"){w.push({label:"Collections"});let V=K.params.slug,U=H.collections.find((C)=>C.slug===V||C.slug===`_${V}`);w.push({label:U?.label||(V.startsWith("_")?V.replace(/^_/,""):V).charAt(0).toUpperCase()+(V.startsWith("_")?V.replace(/^_/,""):V).slice(1),href:`/admin/collections/${V.startsWith("_")?V.replace(/^_/,""):V}`}),w.push({label:K.params.id==="create"?"Create":"Edit"})}else if(K.route==="globals"){w.push({label:"Globals"});let V=K.params.slug;w.push({label:V.charAt(0).toUpperCase()+V.slice(1)})}else if(K.route==="settings")w.push({label:"Settings"});else if(K.route==="plugin"){let V=K.params.path,U=V==="settings"?"/admin/settings":`/admin/${V}`,C=P.find((k)=>k.path===U);if(C)w.push({label:C.label})}}let y=()=>{if(!K||K.route==="dashboard")return o(ks,{config:H,user:F?.user},void 0,!1,void 0,this);if(K.route==="collections"){let V=K.params.slug,U=H.collections.find((C)=>C.slug===V||C.slug===`_${V}`);if(!U)return o("div",{children:"Not Found"},void 0,!1,void 0,this);if(typeof U.admin==="object"&&U.admin.disableAdmin)return o("div",{children:"Not Found"},void 0,!1,void 0,this);if(U.admin===!1)return o("div",{children:"Not Found"},void 0,!1,void 0,this);if(U.slug==="_assets")return o(wr,{collection:U,config:H},void 0,!1,void 0,this);return o(Us,{collection:U},void 0,!1,void 0,this)}if(K.route==="document"){let{slug:V,id:U}=K.params,C=H.collections.find((k)=>k.slug===V||k.slug===`_${V}`);if(!C)return o("div",{children:"Not Found"},void 0,!1,void 0,this);return o(Fr,{collection:C,id:U,onBack:()=>T(V)},void 0,!1,void 0,this)}if(K.route==="globals"){let V=K.params.slug,U=H.globals?.find((C)=>C.slug===V);if(!U)return o("div",{children:"Not Found"},void 0,!1,void 0,this);return o(Pr,{global:U,onBack:()=>u5.open("/admin")},void 0,!1,void 0,this)}if(K.route==="settings")return o(ZL,{config:H},void 0,!1,void 0,this);if(K.route==="plugin"){let V=K.params.path;if(V==="settings")return o(ZL,{config:H},void 0,!1,void 0,this);let U=`/admin/${V.toLowerCase()}`,C=P.find((k)=>k.path.toLowerCase()===U);if(C){if(C.ssrPath){let k=C.ssrPath.startsWith("http")?C.ssrPath:`${Z}${C.ssrPath.startsWith("/")?"":"/"}${C.ssrPath}`;return o(P_,{src:k,title:`Plugin: ${C.label}`,label:C.label},void 0,!1,void 0,this)}return o("div",{style:{padding:"4rem",textAlign:"center",display:"flex",flexDirection:"column",alignItems:"center",gap:"1rem"},children:[o("div",{className:"opaca-spin",children:o("svg",{viewBox:"0 0 24 24",width:"32",height:"32",stroke:"currentColor",strokeWidth:"2",fill:"none",children:[o("title",{children:"Loading plugin UI..."},void 0,!1,void 0,this),o("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,!0,void 0,this)},void 0,!1,void 0,this),o("p",{style:{fontWeight:500},children:"Loading plugin UI..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}}return o("div",{children:"404"},void 0,!1,void 0,this)};return o(_S1,{children:[o(B_,{config:H,user:F?.user,onLogout:O,children:o("div",{style:{maxWidth:"100%",margin:"0 auto",width:"100%",height:"100%",paddingBottom:K?.route==="plugin"&&K?.params?.path!=="settings"?"0":"4rem"},children:[w.length>0&&!(K?.route==="plugin"&&K?.params?.path!=="settings")&&o(O_,{items:w},void 0,!1,void 0,this),y()]},void 0,!0,void 0,this)},void 0,!1,void 0,this),o(A_,{toasts:B,onClear:JI},void 0,!1,void 0,this),W&&o(fM,{open:!!W,onOpenChange:(V)=>!V&&LE(),children:o(jM,{children:[o(NM,{children:[o(gM,{children:W.title},void 0,!1,void 0,this),W.description&&o(mM,{children:W.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),o(LM,{children:[o(uM,{onClick:LE,children:"Cancel"},void 0,!1,void 0,this),o(_M,{className:W.variant==="destructive"?"bg-destructive":"",onClick:LE,children:"Continue"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),q&&o(d5,{open:!!q,onOpenChange:(V)=>!V&&$v(),children:o(s5,{side:"right",className:`w-full max-sm:w-full sm:max-w-${q.size||"md"}`,children:[o(FJ,{children:o(PJ,{children:q.title},void 0,!1,void 0,this)},void 0,!1,void 0,this),o("div",{className:"flex-1 h-full mt-4",children:o("iframe",{title:q.title,src:q.src,className:"w-full h-full border-0",sandbox:"allow-scripts allow-same-origin allow-forms allow-popups"},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)}var uS1=qL(Ur,{props:{serverUrl:"string",config:"json",initialNeedsInit:"boolean"}});if(typeof window<"u"&&!customElements.get("opaca-admin"))customElements.define("opaca-admin",uS1);export{uS1 as OpacaAdminWebComponent};