@object-ui/components 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 (295) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/LICENSE +21 -0
  3. package/README.md +170 -0
  4. package/dist/index.css +1 -0
  5. package/dist/index.d.ts +2 -0
  6. package/dist/index.js +46186 -0
  7. package/dist/index.umd.cjs +92 -0
  8. package/dist/src/hooks/use-mobile.d.ts +1 -0
  9. package/dist/src/index.d.ts +2 -0
  10. package/dist/src/index.test.d.ts +1 -0
  11. package/dist/src/lib/utils.d.ts +4 -0
  12. package/dist/src/new-components.test.d.ts +1 -0
  13. package/dist/src/renderers/basic/div.d.ts +1 -0
  14. package/dist/src/renderers/basic/html.d.ts +1 -0
  15. package/dist/src/renderers/basic/icon.d.ts +1 -0
  16. package/dist/src/renderers/basic/image.d.ts +1 -0
  17. package/dist/src/renderers/basic/index.d.ts +0 -0
  18. package/dist/src/renderers/basic/separator.d.ts +1 -0
  19. package/dist/src/renderers/basic/span.d.ts +1 -0
  20. package/dist/src/renderers/basic/text.d.ts +1 -0
  21. package/dist/src/renderers/complex/__tests__/data-table.test.d.ts +0 -0
  22. package/dist/src/renderers/complex/calendar-view.d.ts +1 -0
  23. package/dist/src/renderers/complex/carousel.d.ts +1 -0
  24. package/dist/src/renderers/complex/chatbot.d.ts +1 -0
  25. package/dist/src/renderers/complex/chatbot.test.d.ts +1 -0
  26. package/dist/src/renderers/complex/data-table.d.ts +1 -0
  27. package/dist/src/renderers/complex/filter-builder.d.ts +1 -0
  28. package/dist/src/renderers/complex/index.d.ts +0 -0
  29. package/dist/src/renderers/complex/resizable.d.ts +1 -0
  30. package/dist/src/renderers/complex/scroll-area.d.ts +1 -0
  31. package/dist/src/renderers/complex/table.d.ts +1 -0
  32. package/dist/src/renderers/complex/timeline.d.ts +1 -0
  33. package/dist/src/renderers/data-display/alert.d.ts +1 -0
  34. package/dist/src/renderers/data-display/avatar.d.ts +1 -0
  35. package/dist/src/renderers/data-display/badge.d.ts +1 -0
  36. package/dist/src/renderers/data-display/index.d.ts +0 -0
  37. package/dist/src/renderers/data-display/list.d.ts +1 -0
  38. package/dist/src/renderers/data-display/statistic.d.ts +1 -0
  39. package/dist/src/renderers/data-display/tree-view.d.ts +1 -0
  40. package/dist/src/renderers/disclosure/accordion.d.ts +1 -0
  41. package/dist/src/renderers/disclosure/collapsible.d.ts +1 -0
  42. package/dist/src/renderers/disclosure/index.d.ts +0 -0
  43. package/dist/src/renderers/feedback/index.d.ts +0 -0
  44. package/dist/src/renderers/feedback/loading.d.ts +1 -0
  45. package/dist/src/renderers/feedback/progress.d.ts +1 -0
  46. package/dist/src/renderers/feedback/skeleton.d.ts +1 -0
  47. package/dist/src/renderers/feedback/toaster.d.ts +1 -0
  48. package/dist/src/renderers/form/button.d.ts +1 -0
  49. package/dist/src/renderers/form/calendar.d.ts +1 -0
  50. package/dist/src/renderers/form/checkbox.d.ts +1 -0
  51. package/dist/src/renderers/form/date-picker.d.ts +1 -0
  52. package/dist/src/renderers/form/file-upload.d.ts +1 -0
  53. package/dist/src/renderers/form/form.d.ts +1 -0
  54. package/dist/src/renderers/form/index.d.ts +0 -0
  55. package/dist/src/renderers/form/input-otp.d.ts +1 -0
  56. package/dist/src/renderers/form/input.d.ts +1 -0
  57. package/dist/src/renderers/form/label.d.ts +1 -0
  58. package/dist/src/renderers/form/radio-group.d.ts +1 -0
  59. package/dist/src/renderers/form/select.d.ts +1 -0
  60. package/dist/src/renderers/form/slider.d.ts +1 -0
  61. package/dist/src/renderers/form/switch.d.ts +1 -0
  62. package/dist/src/renderers/form/textarea.d.ts +1 -0
  63. package/dist/src/renderers/form/toggle.d.ts +1 -0
  64. package/dist/src/renderers/index.d.ts +0 -0
  65. package/dist/src/renderers/layout/card.d.ts +1 -0
  66. package/dist/src/renderers/layout/container.d.ts +1 -0
  67. package/dist/src/renderers/layout/flex.d.ts +1 -0
  68. package/dist/src/renderers/layout/grid.d.ts +1 -0
  69. package/dist/src/renderers/layout/index.d.ts +0 -0
  70. package/dist/src/renderers/layout/page.d.ts +7 -0
  71. package/dist/src/renderers/layout/semantic.d.ts +1 -0
  72. package/dist/src/renderers/layout/stack.d.ts +1 -0
  73. package/dist/src/renderers/layout/tabs.d.ts +1 -0
  74. package/dist/src/renderers/navigation/header-bar.d.ts +1 -0
  75. package/dist/src/renderers/navigation/index.d.ts +0 -0
  76. package/dist/src/renderers/navigation/sidebar.d.ts +1 -0
  77. package/dist/src/renderers/overlay/alert-dialog.d.ts +1 -0
  78. package/dist/src/renderers/overlay/context-menu.d.ts +1 -0
  79. package/dist/src/renderers/overlay/dialog.d.ts +1 -0
  80. package/dist/src/renderers/overlay/drawer.d.ts +1 -0
  81. package/dist/src/renderers/overlay/dropdown-menu.d.ts +1 -0
  82. package/dist/src/renderers/overlay/hover-card.d.ts +1 -0
  83. package/dist/src/renderers/overlay/index.d.ts +0 -0
  84. package/dist/src/renderers/overlay/popover.d.ts +1 -0
  85. package/dist/src/renderers/overlay/sheet.d.ts +1 -0
  86. package/dist/src/renderers/overlay/tooltip.d.ts +1 -0
  87. package/dist/src/ui/accordion.d.ts +7 -0
  88. package/dist/src/ui/alert-dialog.d.ts +14 -0
  89. package/dist/src/ui/alert.d.ts +9 -0
  90. package/dist/src/ui/aspect-ratio.d.ts +3 -0
  91. package/dist/src/ui/avatar.d.ts +6 -0
  92. package/dist/src/ui/badge.d.ts +9 -0
  93. package/dist/src/ui/breadcrumb.d.ts +11 -0
  94. package/dist/src/ui/button-group.d.ts +11 -0
  95. package/dist/src/ui/button.d.ts +13 -0
  96. package/dist/src/ui/calendar-view.d.ts +21 -0
  97. package/dist/src/ui/calendar.d.ts +8 -0
  98. package/dist/src/ui/card.d.ts +9 -0
  99. package/dist/src/ui/carousel.d.ts +19 -0
  100. package/dist/src/ui/chatbot.d.ts +36 -0
  101. package/dist/src/ui/checkbox.d.ts +4 -0
  102. package/dist/src/ui/collapsible.d.ts +5 -0
  103. package/dist/src/ui/command.d.ts +18 -0
  104. package/dist/src/ui/context-menu.d.ts +25 -0
  105. package/dist/src/ui/dialog.d.ts +15 -0
  106. package/dist/src/ui/drawer.d.ts +13 -0
  107. package/dist/src/ui/dropdown-menu.d.ts +25 -0
  108. package/dist/src/ui/empty.d.ts +11 -0
  109. package/dist/src/ui/field.d.ts +24 -0
  110. package/dist/src/ui/filter-builder.d.ts +31 -0
  111. package/dist/src/ui/form.d.ts +24 -0
  112. package/dist/src/ui/hover-card.d.ts +6 -0
  113. package/dist/src/ui/index.d.ts +56 -0
  114. package/dist/src/ui/input-group.d.ts +16 -0
  115. package/dist/src/ui/input-otp.d.ts +11 -0
  116. package/dist/src/ui/input.d.ts +3 -0
  117. package/dist/src/ui/item.d.ts +23 -0
  118. package/dist/src/ui/kbd.d.ts +3 -0
  119. package/dist/src/ui/label.d.ts +4 -0
  120. package/dist/src/ui/menubar.d.ts +26 -0
  121. package/dist/src/ui/navigation-menu.d.ts +14 -0
  122. package/dist/src/ui/pagination.d.ts +13 -0
  123. package/dist/src/ui/popover.d.ts +7 -0
  124. package/dist/src/ui/progress.d.ts +4 -0
  125. package/dist/src/ui/radio-group.d.ts +5 -0
  126. package/dist/src/ui/resizable.d.ts +10 -0
  127. package/dist/src/ui/scroll-area.d.ts +5 -0
  128. package/dist/src/ui/select.d.ts +15 -0
  129. package/dist/src/ui/separator.d.ts +4 -0
  130. package/dist/src/ui/sheet.d.ts +13 -0
  131. package/dist/src/ui/sidebar.d.ts +69 -0
  132. package/dist/src/ui/skeleton.d.ts +2 -0
  133. package/dist/src/ui/slider.d.ts +4 -0
  134. package/dist/src/ui/sonner.d.ts +3 -0
  135. package/dist/src/ui/spinner.d.ts +3 -0
  136. package/dist/src/ui/switch.d.ts +4 -0
  137. package/dist/src/ui/table.d.ts +10 -0
  138. package/dist/src/ui/tabs.d.ts +7 -0
  139. package/dist/src/ui/textarea.d.ts +3 -0
  140. package/dist/src/ui/timeline.d.ts +25 -0
  141. package/dist/src/ui/toggle-group.d.ts +9 -0
  142. package/dist/src/ui/toggle.d.ts +9 -0
  143. package/dist/src/ui/tooltip.d.ts +7 -0
  144. package/docs/FilterBuilder.md +268 -0
  145. package/metadata/Chart.component.yml +30 -0
  146. package/metadata/FilterBuilder.component.yml +39 -0
  147. package/metadata/GridLayout.component.yml +27 -0
  148. package/metadata/Menu.component.yml +31 -0
  149. package/metadata/ObjectForm.component.yml +34 -0
  150. package/metadata/ObjectTable.component.yml +41 -0
  151. package/metadata/Page.component.yml +24 -0
  152. package/package.json +87 -0
  153. package/postcss.config.js +6 -0
  154. package/src/hooks/use-mobile.tsx +19 -0
  155. package/src/index.css +76 -0
  156. package/src/index.test.ts +7 -0
  157. package/src/index.ts +10 -0
  158. package/src/lib/utils.tsx +27 -0
  159. package/src/new-components.test.ts +74 -0
  160. package/src/renderers/basic/div.tsx +41 -0
  161. package/src/renderers/basic/html.tsx +34 -0
  162. package/src/renderers/basic/icon.tsx +25 -0
  163. package/src/renderers/basic/image.tsx +37 -0
  164. package/src/renderers/basic/index.ts +7 -0
  165. package/src/renderers/basic/separator.tsx +48 -0
  166. package/src/renderers/basic/span.tsx +44 -0
  167. package/src/renderers/basic/text.tsx +42 -0
  168. package/src/renderers/complex/README-KANBAN.md +208 -0
  169. package/src/renderers/complex/TIMELINE.md +353 -0
  170. package/src/renderers/complex/__tests__/data-table.test.ts +52 -0
  171. package/src/renderers/complex/calendar-view.tsx +219 -0
  172. package/src/renderers/complex/carousel.tsx +60 -0
  173. package/src/renderers/complex/chatbot.test.ts +44 -0
  174. package/src/renderers/complex/chatbot.tsx +185 -0
  175. package/src/renderers/complex/data-table.tsx +650 -0
  176. package/src/renderers/complex/filter-builder.tsx +68 -0
  177. package/src/renderers/complex/index.ts +10 -0
  178. package/src/renderers/complex/resizable.tsx +54 -0
  179. package/src/renderers/complex/scroll-area.tsx +32 -0
  180. package/src/renderers/complex/table.tsx +86 -0
  181. package/src/renderers/complex/timeline.tsx +466 -0
  182. package/src/renderers/data-display/alert.tsx +37 -0
  183. package/src/renderers/data-display/avatar.tsx +29 -0
  184. package/src/renderers/data-display/badge.tsx +46 -0
  185. package/src/renderers/data-display/index.ts +6 -0
  186. package/src/renderers/data-display/list.tsx +95 -0
  187. package/src/renderers/data-display/statistic.tsx +98 -0
  188. package/src/renderers/data-display/tree-view.tsx +180 -0
  189. package/src/renderers/disclosure/accordion.tsx +60 -0
  190. package/src/renderers/disclosure/collapsible.tsx +44 -0
  191. package/src/renderers/disclosure/index.ts +2 -0
  192. package/src/renderers/feedback/index.ts +4 -0
  193. package/src/renderers/feedback/loading.tsx +69 -0
  194. package/src/renderers/feedback/progress.tsx +20 -0
  195. package/src/renderers/feedback/skeleton.tsx +22 -0
  196. package/src/renderers/feedback/toaster.tsx +26 -0
  197. package/src/renderers/form/button.tsx +61 -0
  198. package/src/renderers/form/calendar.tsx +25 -0
  199. package/src/renderers/form/checkbox.tsx +41 -0
  200. package/src/renderers/form/date-picker.tsx +75 -0
  201. package/src/renderers/form/file-upload.tsx +175 -0
  202. package/src/renderers/form/form.tsx +417 -0
  203. package/src/renderers/form/index.ts +16 -0
  204. package/src/renderers/form/input-otp.tsx +31 -0
  205. package/src/renderers/form/input.tsx +79 -0
  206. package/src/renderers/form/label.tsx +36 -0
  207. package/src/renderers/form/radio-group.tsx +54 -0
  208. package/src/renderers/form/select.tsx +66 -0
  209. package/src/renderers/form/slider.tsx +45 -0
  210. package/src/renderers/form/switch.tsx +39 -0
  211. package/src/renderers/form/textarea.tsx +45 -0
  212. package/src/renderers/form/toggle.tsx +76 -0
  213. package/src/renderers/index.ts +9 -0
  214. package/src/renderers/layout/card.tsx +69 -0
  215. package/src/renderers/layout/container.tsx +113 -0
  216. package/src/renderers/layout/flex.tsx +123 -0
  217. package/src/renderers/layout/grid.tsx +155 -0
  218. package/src/renderers/layout/index.ts +10 -0
  219. package/src/renderers/layout/page.tsx +82 -0
  220. package/src/renderers/layout/semantic.tsx +39 -0
  221. package/src/renderers/layout/stack.tsx +123 -0
  222. package/src/renderers/layout/tabs.tsx +63 -0
  223. package/src/renderers/navigation/header-bar.tsx +50 -0
  224. package/src/renderers/navigation/index.ts +2 -0
  225. package/src/renderers/navigation/sidebar.tsx +189 -0
  226. package/src/renderers/overlay/alert-dialog.tsx +63 -0
  227. package/src/renderers/overlay/context-menu.tsx +91 -0
  228. package/src/renderers/overlay/dialog.tsx +68 -0
  229. package/src/renderers/overlay/drawer.tsx +68 -0
  230. package/src/renderers/overlay/dropdown-menu.tsx +90 -0
  231. package/src/renderers/overlay/hover-card.tsx +46 -0
  232. package/src/renderers/overlay/index.ts +9 -0
  233. package/src/renderers/overlay/popover.tsx +47 -0
  234. package/src/renderers/overlay/sheet.tsx +68 -0
  235. package/src/renderers/overlay/tooltip.tsx +58 -0
  236. package/src/ui/accordion.tsx +64 -0
  237. package/src/ui/alert-dialog.tsx +155 -0
  238. package/src/ui/alert.tsx +78 -0
  239. package/src/ui/aspect-ratio.tsx +11 -0
  240. package/src/ui/avatar.tsx +51 -0
  241. package/src/ui/badge.tsx +46 -0
  242. package/src/ui/breadcrumb.tsx +109 -0
  243. package/src/ui/button-group.tsx +83 -0
  244. package/src/ui/button.tsx +65 -0
  245. package/src/ui/calendar-view.tsx +503 -0
  246. package/src/ui/calendar.tsx +237 -0
  247. package/src/ui/card.tsx +138 -0
  248. package/src/ui/carousel.tsx +239 -0
  249. package/src/ui/chatbot.tsx +240 -0
  250. package/src/ui/checkbox.tsx +32 -0
  251. package/src/ui/collapsible.tsx +31 -0
  252. package/src/ui/command.tsx +182 -0
  253. package/src/ui/context-menu.tsx +247 -0
  254. package/src/ui/dialog.tsx +141 -0
  255. package/src/ui/drawer.tsx +135 -0
  256. package/src/ui/dropdown-menu.tsx +254 -0
  257. package/src/ui/empty.tsx +104 -0
  258. package/src/ui/field.tsx +246 -0
  259. package/src/ui/filter-builder.tsx +359 -0
  260. package/src/ui/form.tsx +167 -0
  261. package/src/ui/hover-card.tsx +44 -0
  262. package/src/ui/index.ts +56 -0
  263. package/src/ui/input-group.tsx +170 -0
  264. package/src/ui/input-otp.tsx +81 -0
  265. package/src/ui/input.tsx +24 -0
  266. package/src/ui/item.tsx +193 -0
  267. package/src/ui/kbd.tsx +28 -0
  268. package/src/ui/label.tsx +24 -0
  269. package/src/ui/menubar.tsx +274 -0
  270. package/src/ui/navigation-menu.tsx +168 -0
  271. package/src/ui/pagination.tsx +127 -0
  272. package/src/ui/popover.tsx +48 -0
  273. package/src/ui/progress.tsx +41 -0
  274. package/src/ui/radio-group.tsx +45 -0
  275. package/src/ui/resizable.tsx +55 -0
  276. package/src/ui/scroll-area.tsx +58 -0
  277. package/src/ui/select.tsx +188 -0
  278. package/src/ui/separator.tsx +31 -0
  279. package/src/ui/sheet.tsx +137 -0
  280. package/src/ui/sidebar.tsx +726 -0
  281. package/src/ui/skeleton.tsx +20 -0
  282. package/src/ui/slider.tsx +63 -0
  283. package/src/ui/sonner.tsx +43 -0
  284. package/src/ui/spinner.tsx +38 -0
  285. package/src/ui/switch.tsx +31 -0
  286. package/src/ui/table.tsx +120 -0
  287. package/src/ui/tabs.tsx +86 -0
  288. package/src/ui/textarea.tsx +18 -0
  289. package/src/ui/timeline.tsx +266 -0
  290. package/src/ui/toggle-group.tsx +87 -0
  291. package/src/ui/toggle.tsx +50 -0
  292. package/src/ui/tooltip.tsx +61 -0
  293. package/tailwind.config.js +75 -0
  294. package/tsconfig.json +18 -0
  295. package/vite.config.ts +44 -0
@@ -0,0 +1,92 @@
1
+ (function(S,M){typeof exports=="object"&&typeof module<"u"?M(exports,require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","react-dom"],M):(S=typeof globalThis<"u"?globalThis:S||self,M(S.ObjectUIComponents={},S.React,S.ReactDOM))})(this,(function(S,M,Eo){"use strict";function Bd(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const a in e)if(a!=="default"){const n=Object.getOwnPropertyDescriptor(e,a);Object.defineProperty(t,a,n.get?n:{enumerable:!0,get:()=>e[a]})}}return t.default=e,Object.freeze(t)}const y=Bd(M),_o=Bd(Eo);var zo={exports:{}},kr={};var $d;function N5(){if($d)return kr;$d=1;var e=M,t=Symbol.for("react.element"),a=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,r=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,o={key:!0,ref:!0,__self:!0,__source:!0};function i(l,d,u){var p,h={},f=null,g=null;u!==void 0&&(f=""+u),d.key!==void 0&&(f=""+d.key),d.ref!==void 0&&(g=d.ref);for(p in d)n.call(d,p)&&!o.hasOwnProperty(p)&&(h[p]=d[p]);if(l&&l.defaultProps)for(p in d=l.defaultProps,d)h[p]===void 0&&(h[p]=d[p]);return{$$typeof:t,type:l,key:f,ref:g,props:h,_owner:r.current}}return kr.Fragment=a,kr.jsx=i,kr.jsxs=i,kr}var vr={};var Wd;function E5(){return Wd||(Wd=1,process.env.NODE_ENV!=="production"&&(function(){var e=M,t=Symbol.for("react.element"),a=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),l=Symbol.for("react.context"),d=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),p=Symbol.for("react.suspense_list"),h=Symbol.for("react.memo"),f=Symbol.for("react.lazy"),g=Symbol.for("react.offscreen"),m=Symbol.iterator,v="@@iterator";function x(z){if(z===null||typeof z!="object")return null;var ie=m&&z[m]||z[v];return typeof ie=="function"?ie:null}var k=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function b(z){{for(var ie=arguments.length,Me=new Array(ie>1?ie-1:0),_e=1;_e<ie;_e++)Me[_e-1]=arguments[_e];w("error",z,Me)}}function w(z,ie,Me){{var _e=k.ReactDebugCurrentFrame,Ge=_e.getStackAddendum();Ge!==""&&(ie+="%s",Me=Me.concat([Ge]));var Qe=Me.map(function(qe){return String(qe)});Qe.unshift("Warning: "+ie),Function.prototype.apply.call(console[z],console,Qe)}}var C=!1,D=!1,A=!1,P=!1,N=!1,_;_=Symbol.for("react.module.reference");function O(z){return!!(typeof z=="string"||typeof z=="function"||z===n||z===o||N||z===r||z===u||z===p||P||z===g||C||D||A||typeof z=="object"&&z!==null&&(z.$$typeof===f||z.$$typeof===h||z.$$typeof===i||z.$$typeof===l||z.$$typeof===d||z.$$typeof===_||z.getModuleId!==void 0))}function V(z,ie,Me){var _e=z.displayName;if(_e)return _e;var Ge=ie.displayName||ie.name||"";return Ge!==""?Me+"("+Ge+")":Me}function H(z){return z.displayName||"Context"}function R(z){if(z==null)return null;if(typeof z.tag=="number"&&b("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof z=="function")return z.displayName||z.name||null;if(typeof z=="string")return z;switch(z){case n:return"Fragment";case a:return"Portal";case o:return"Profiler";case r:return"StrictMode";case u:return"Suspense";case p:return"SuspenseList"}if(typeof z=="object")switch(z.$$typeof){case l:var ie=z;return H(ie)+".Consumer";case i:var Me=z;return H(Me._context)+".Provider";case d:return V(z,z.render,"ForwardRef");case h:var _e=z.displayName||null;return _e!==null?_e:R(z.type)||"Memo";case f:{var Ge=z,Qe=Ge._payload,qe=Ge._init;try{return R(qe(Qe))}catch{return null}}}return null}var q=Object.assign,K=0,B,U,L,G,ce,ue,F;function W(){}W.__reactDisabledLog=!0;function Q(){{if(K===0){B=console.log,U=console.info,L=console.warn,G=console.error,ce=console.group,ue=console.groupCollapsed,F=console.groupEnd;var z={configurable:!0,enumerable:!0,value:W,writable:!0};Object.defineProperties(console,{info:z,log:z,warn:z,error:z,group:z,groupCollapsed:z,groupEnd:z})}K++}}function X(){{if(K--,K===0){var z={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:q({},z,{value:B}),info:q({},z,{value:U}),warn:q({},z,{value:L}),error:q({},z,{value:G}),group:q({},z,{value:ce}),groupCollapsed:q({},z,{value:ue}),groupEnd:q({},z,{value:F})})}K<0&&b("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var le=k.ReactCurrentDispatcher,$;function re(z,ie,Me){{if($===void 0)try{throw Error()}catch(Ge){var _e=Ge.stack.trim().match(/\n( *(at )?)/);$=_e&&_e[1]||""}return`
2
+ `+$+z}}var xe=!1,fe;{var me=typeof WeakMap=="function"?WeakMap:Map;fe=new me}function ae(z,ie){if(!z||xe)return"";{var Me=fe.get(z);if(Me!==void 0)return Me}var _e;xe=!0;var Ge=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var Qe;Qe=le.current,le.current=null,Q();try{if(ie){var qe=function(){throw Error()};if(Object.defineProperty(qe.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(qe,[])}catch(Lt){_e=Lt}Reflect.construct(z,[],qe)}else{try{qe.call()}catch(Lt){_e=Lt}z.call(qe.prototype)}}else{try{throw Error()}catch(Lt){_e=Lt}z()}}catch(Lt){if(Lt&&_e&&typeof Lt.stack=="string"){for(var Le=Lt.stack.split(`
3
+ `),Ot=_e.stack.split(`
4
+ `),ht=Le.length-1,kt=Ot.length-1;ht>=1&&kt>=0&&Le[ht]!==Ot[kt];)kt--;for(;ht>=1&&kt>=0;ht--,kt--)if(Le[ht]!==Ot[kt]){if(ht!==1||kt!==1)do if(ht--,kt--,kt<0||Le[ht]!==Ot[kt]){var ra=`
5
+ `+Le[ht].replace(" at new "," at ");return z.displayName&&ra.includes("<anonymous>")&&(ra=ra.replace("<anonymous>",z.displayName)),typeof z=="function"&&fe.set(z,ra),ra}while(ht>=1&&kt>=0);break}}}finally{xe=!1,le.current=Qe,X(),Error.prepareStackTrace=Ge}var gr=z?z.displayName||z.name:"",On=gr?re(gr):"";return typeof z=="function"&&fe.set(z,On),On}function je(z,ie,Me){return ae(z,!1)}function J(z){var ie=z.prototype;return!!(ie&&ie.isReactComponent)}function ye(z,ie,Me){if(z==null)return"";if(typeof z=="function")return ae(z,J(z));if(typeof z=="string")return re(z);switch(z){case u:return re("Suspense");case p:return re("SuspenseList")}if(typeof z=="object")switch(z.$$typeof){case d:return je(z.render);case h:return ye(z.type,ie,Me);case f:{var _e=z,Ge=_e._payload,Qe=_e._init;try{return ye(Qe(Ge),ie,Me)}catch{}}}return""}var Te=Object.prototype.hasOwnProperty,ze={},He=k.ReactDebugCurrentFrame;function Pe(z){if(z){var ie=z._owner,Me=ye(z.type,z._source,ie?ie.type:null);He.setExtraStackFrame(Me)}else He.setExtraStackFrame(null)}function oe(z,ie,Me,_e,Ge){{var Qe=Function.call.bind(Te);for(var qe in z)if(Qe(z,qe)){var Le=void 0;try{if(typeof z[qe]!="function"){var Ot=Error((_e||"React class")+": "+Me+" type `"+qe+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof z[qe]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Ot.name="Invariant Violation",Ot}Le=z[qe](ie,qe,_e,Me,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(ht){Le=ht}Le&&!(Le instanceof Error)&&(Pe(Ge),b("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",_e||"React class",Me,qe,typeof Le),Pe(null)),Le instanceof Error&&!(Le.message in ze)&&(ze[Le.message]=!0,Pe(Ge),b("Failed %s type: %s",Me,Le.message),Pe(null))}}}var T=Array.isArray;function E(z){return T(z)}function I(z){{var ie=typeof Symbol=="function"&&Symbol.toStringTag,Me=ie&&z[Symbol.toStringTag]||z.constructor.name||"Object";return Me}}function te(z){try{return Z(z),!1}catch{return!0}}function Z(z){return""+z}function ee(z){if(te(z))return b("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",I(z)),Z(z)}var pe=k.ReactCurrentOwner,Ee={key:!0,ref:!0,__self:!0,__source:!0},Ne,Ve;function ut(z){if(Te.call(z,"ref")){var ie=Object.getOwnPropertyDescriptor(z,"ref").get;if(ie&&ie.isReactWarning)return!1}return z.ref!==void 0}function We(z){if(Te.call(z,"key")){var ie=Object.getOwnPropertyDescriptor(z,"key").get;if(ie&&ie.isReactWarning)return!1}return z.key!==void 0}function dt(z,ie){typeof z.ref=="string"&&pe.current}function Mt(z,ie){{var Me=function(){Ne||(Ne=!0,b("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",ie))};Me.isReactWarning=!0,Object.defineProperty(z,"key",{get:Me,configurable:!0})}}function Tt(z,ie){{var Me=function(){Ve||(Ve=!0,b("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",ie))};Me.isReactWarning=!0,Object.defineProperty(z,"ref",{get:Me,configurable:!0})}}var aa=function(z,ie,Me,_e,Ge,Qe,qe){var Le={$$typeof:t,type:z,key:ie,ref:Me,props:qe,_owner:Qe};return Le._store={},Object.defineProperty(Le._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(Le,"_self",{configurable:!1,enumerable:!1,writable:!1,value:_e}),Object.defineProperty(Le,"_source",{configurable:!1,enumerable:!1,writable:!1,value:Ge}),Object.freeze&&(Object.freeze(Le.props),Object.freeze(Le)),Le};function Ut(z,ie,Me,_e,Ge){{var Qe,qe={},Le=null,Ot=null;Me!==void 0&&(ee(Me),Le=""+Me),We(ie)&&(ee(ie.key),Le=""+ie.key),ut(ie)&&(Ot=ie.ref,dt(ie,Ge));for(Qe in ie)Te.call(ie,Qe)&&!Ee.hasOwnProperty(Qe)&&(qe[Qe]=ie[Qe]);if(z&&z.defaultProps){var ht=z.defaultProps;for(Qe in ht)qe[Qe]===void 0&&(qe[Qe]=ht[Qe])}if(Le||Ot){var kt=typeof z=="function"?z.displayName||z.name||"Unknown":z;Le&&Mt(qe,kt),Ot&&Tt(qe,kt)}return aa(z,Le,Ot,Ge,_e,pe.current,qe)}}var zt=k.ReactCurrentOwner,ne=k.ReactDebugCurrentFrame;function be(z){if(z){var ie=z._owner,Me=ye(z.type,z._source,ie?ie.type:null);ne.setExtraStackFrame(Me)}else ne.setExtraStackFrame(null)}var he;he=!1;function ke(z){return typeof z=="object"&&z!==null&&z.$$typeof===t}function Oe(){{if(zt.current){var z=R(zt.current.type);if(z)return`
6
+
7
+ Check the render method of \``+z+"`."}return""}}function se(z){return""}var Re={};function Fe(z){{var ie=Oe();if(!ie){var Me=typeof z=="string"?z:z.displayName||z.name;Me&&(ie=`
8
+
9
+ Check the top-level render call using <`+Me+">.")}return ie}}function Be(z,ie){{if(!z._store||z._store.validated||z.key!=null)return;z._store.validated=!0;var Me=Fe(ie);if(Re[Me])return;Re[Me]=!0;var _e="";z&&z._owner&&z._owner!==zt.current&&(_e=" It was passed a child from "+R(z._owner.type)+"."),be(z),b('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',Me,_e),be(null)}}function bt(z,ie){{if(typeof z!="object")return;if(E(z))for(var Me=0;Me<z.length;Me++){var _e=z[Me];ke(_e)&&Be(_e,ie)}else if(ke(z))z._store&&(z._store.validated=!0);else if(z){var Ge=x(z);if(typeof Ge=="function"&&Ge!==z.entries)for(var Qe=Ge.call(z),qe;!(qe=Qe.next()).done;)ke(qe.value)&&Be(qe.value,ie)}}}function $e(z){{var ie=z.type;if(ie==null||typeof ie=="string")return;var Me;if(typeof ie=="function")Me=ie.propTypes;else if(typeof ie=="object"&&(ie.$$typeof===d||ie.$$typeof===h))Me=ie.propTypes;else return;if(Me){var _e=R(ie);oe(Me,z.props,"prop",_e,z)}else if(ie.PropTypes!==void 0&&!he){he=!0;var Ge=R(ie);b("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",Ge||"Unknown")}typeof ie.getDefaultProps=="function"&&!ie.getDefaultProps.isReactClassApproved&&b("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function nt(z){{for(var ie=Object.keys(z.props),Me=0;Me<ie.length;Me++){var _e=ie[Me];if(_e!=="children"&&_e!=="key"){be(z),b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",_e),be(null);break}}z.ref!==null&&(be(z),b("Invalid attribute `ref` supplied to `React.Fragment`."),be(null))}}var na={};function wt(z,ie,Me,_e,Ge,Qe){{var qe=O(z);if(!qe){var Le="";(z===void 0||typeof z=="object"&&z!==null&&Object.keys(z).length===0)&&(Le+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var Ot=se();Ot?Le+=Ot:Le+=Oe();var ht;z===null?ht="null":E(z)?ht="array":z!==void 0&&z.$$typeof===t?(ht="<"+(R(z.type)||"Unknown")+" />",Le=" Did you accidentally export a JSX literal instead of a component?"):ht=typeof z,b("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",ht,Le)}var kt=Ut(z,ie,Me,Ge,Qe);if(kt==null)return kt;if(qe){var ra=ie.children;if(ra!==void 0)if(_e)if(E(ra)){for(var gr=0;gr<ra.length;gr++)bt(ra[gr],z);Object.freeze&&Object.freeze(ra)}else b("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else bt(ra,z)}if(Te.call(ie,"key")){var On=R(z),Lt=Object.keys(ie).filter(function(Uie){return Uie!=="key"}),Fd=Lt.length>0?"{key: someKey, "+Lt.join(": ..., ")+": ...}":"{key: someKey}";if(!na[On+Fd]){var Gie=Lt.length>0?"{"+Lt.join(": ..., ")+": ...}":"{}";b(`A props object containing a "key" prop is being spread into JSX:
10
+ let props = %s;
11
+ <%s {...props} />
12
+ React keys must be passed directly to JSX without using spread:
13
+ let props = %s;
14
+ <%s key={someKey} {...props} />`,Fd,On,Gie,On),na[On+Fd]=!0}}return z===n?nt(kt):$e(kt),kt}}function Yt(z,ie,Me){return wt(z,ie,Me,!0)}function Si(z,ie,Me){return wt(z,ie,Me,!1)}var $a=Si,T5=Yt;vr.Fragment=n,vr.jsx=$a,vr.jsxs=T5})()),vr}var Gd;function _5(){return Gd||(Gd=1,process.env.NODE_ENV==="production"?zo.exports=N5():zo.exports=E5()),zo.exports}var c=_5();class z5{constructor(){Object.defineProperty(this,"components",{enumerable:!0,configurable:!0,writable:!0,value:new Map})}register(t,a,n){this.components.has(t)&&console.warn(`Component type "${t}" is already registered. Overwriting.`),this.components.set(t,{type:t,component:a,...n})}get(t){return this.components.get(t)?.component}getConfig(t){return this.components.get(t)}has(t){return this.components.has(t)}getAllTypes(){return Array.from(this.components.keys())}getAllConfigs(){return Array.from(this.components.values())}}const ge=new z5;function Ud(e){var t,a,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var r=e.length;for(t=0;t<r;t++)e[t]&&(a=Ud(e[t]))&&(n&&(n+=" "),n+=a)}else for(a in e)e[a]&&(n&&(n+=" "),n+=a);return n}function Yd(){for(var e,t,a=0,n="",r=arguments.length;a<r;a++)(e=arguments[a])&&(t=Ud(e))&&(n&&(n+=" "),n+=t);return n}const O5=(e,t)=>{const a=new Array(e.length+t.length);for(let n=0;n<e.length;n++)a[n]=e[n];for(let n=0;n<t.length;n++)a[e.length+n]=t[n];return a},R5=(e,t)=>({classGroupId:e,validator:t}),Zd=(e=new Map,t=null,a)=>({nextPart:e,validators:t,classGroupId:a}),Oo="-",Kd=[],I5="arbitrary..",V5=e=>{const t=H5(e),{conflictingClassGroups:a,conflictingClassGroupModifiers:n}=e;return{getClassGroupId:i=>{if(i.startsWith("[")&&i.endsWith("]"))return L5(i);const l=i.split(Oo),d=l[0]===""&&l.length>1?1:0;return Xd(l,d,t)},getConflictingClassGroupIds:(i,l)=>{if(l){const d=n[i],u=a[i];return d?u?O5(u,d):d:u||Kd}return a[i]||Kd}}},Xd=(e,t,a)=>{if(e.length-t===0)return a.classGroupId;const r=e[t],o=a.nextPart.get(r);if(o){const u=Xd(e,t+1,o);if(u)return u}const i=a.validators;if(i===null)return;const l=t===0?e.join(Oo):e.slice(t).join(Oo),d=i.length;for(let u=0;u<d;u++){const p=i[u];if(p.validator(l))return p.classGroupId}},L5=e=>e.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const t=e.slice(1,-1),a=t.indexOf(":"),n=t.slice(0,a);return n?I5+n:void 0})(),H5=e=>{const{theme:t,classGroups:a}=e;return q5(a,t)},q5=(e,t)=>{const a=Zd();for(const n in e){const r=e[n];ji(r,a,n,t)}return a},ji=(e,t,a,n)=>{const r=e.length;for(let o=0;o<r;o++){const i=e[o];F5(i,t,a,n)}},F5=(e,t,a,n)=>{if(typeof e=="string"){B5(e,t,a);return}if(typeof e=="function"){$5(e,t,a,n);return}W5(e,t,a,n)},B5=(e,t,a)=>{const n=e===""?t:Jd(t,e);n.classGroupId=a},$5=(e,t,a,n)=>{if(G5(e)){ji(e(n),t,a,n);return}t.validators===null&&(t.validators=[]),t.validators.push(R5(a,e))},W5=(e,t,a,n)=>{const r=Object.entries(e),o=r.length;for(let i=0;i<o;i++){const[l,d]=r[i];ji(d,Jd(t,l),a,n)}},Jd=(e,t)=>{let a=e;const n=t.split(Oo),r=n.length;for(let o=0;o<r;o++){const i=n[o];let l=a.nextPart.get(i);l||(l=Zd(),a.nextPart.set(i,l)),a=l}return a},G5=e=>"isThemeGetter"in e&&e.isThemeGetter===!0,U5=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,a=Object.create(null),n=Object.create(null);const r=(o,i)=>{a[o]=i,t++,t>e&&(t=0,n=a,a=Object.create(null))};return{get(o){let i=a[o];if(i!==void 0)return i;if((i=n[o])!==void 0)return r(o,i),i},set(o,i){o in a?a[o]=i:r(o,i)}}},Ai="!",Qd=":",Y5=[],e2=(e,t,a,n,r)=>({modifiers:e,hasImportantModifier:t,baseClassName:a,maybePostfixModifierPosition:n,isExternal:r}),Z5=e=>{const{prefix:t,experimentalParseClassName:a}=e;let n=r=>{const o=[];let i=0,l=0,d=0,u;const p=r.length;for(let v=0;v<p;v++){const x=r[v];if(i===0&&l===0){if(x===Qd){o.push(r.slice(d,v)),d=v+1;continue}if(x==="/"){u=v;continue}}x==="["?i++:x==="]"?i--:x==="("?l++:x===")"&&l--}const h=o.length===0?r:r.slice(d);let f=h,g=!1;h.endsWith(Ai)?(f=h.slice(0,-1),g=!0):h.startsWith(Ai)&&(f=h.slice(1),g=!0);const m=u&&u>d?u-d:void 0;return e2(o,g,f,m)};if(t){const r=t+Qd,o=n;n=i=>i.startsWith(r)?o(i.slice(r.length)):e2(Y5,!1,i,void 0,!0)}if(a){const r=n;n=o=>a({className:o,parseClassName:r})}return n},K5=e=>{const t=new Map;return e.orderSensitiveModifiers.forEach((a,n)=>{t.set(a,1e6+n)}),a=>{const n=[];let r=[];for(let o=0;o<a.length;o++){const i=a[o],l=i[0]==="[",d=t.has(i);l||d?(r.length>0&&(r.sort(),n.push(...r),r=[]),n.push(i)):r.push(i)}return r.length>0&&(r.sort(),n.push(...r)),n}},X5=e=>({cache:U5(e.cacheSize),parseClassName:Z5(e),sortModifiers:K5(e),...V5(e)}),J5=/\s+/,Q5=(e,t)=>{const{parseClassName:a,getClassGroupId:n,getConflictingClassGroupIds:r,sortModifiers:o}=t,i=[],l=e.trim().split(J5);let d="";for(let u=l.length-1;u>=0;u-=1){const p=l[u],{isExternal:h,modifiers:f,hasImportantModifier:g,baseClassName:m,maybePostfixModifierPosition:v}=a(p);if(h){d=p+(d.length>0?" "+d:d);continue}let x=!!v,k=n(x?m.substring(0,v):m);if(!k){if(!x){d=p+(d.length>0?" "+d:d);continue}if(k=n(m),!k){d=p+(d.length>0?" "+d:d);continue}x=!1}const b=f.length===0?"":f.length===1?f[0]:o(f).join(":"),w=g?b+Ai:b,C=w+k;if(i.indexOf(C)>-1)continue;i.push(C);const D=r(k,x);for(let A=0;A<D.length;++A){const P=D[A];i.push(w+P)}d=p+(d.length>0?" "+d:d)}return d},ex=(...e)=>{let t=0,a,n,r="";for(;t<e.length;)(a=e[t++])&&(n=t2(a))&&(r&&(r+=" "),r+=n);return r},t2=e=>{if(typeof e=="string")return e;let t,a="";for(let n=0;n<e.length;n++)e[n]&&(t=t2(e[n]))&&(a&&(a+=" "),a+=t);return a},tx=(e,...t)=>{let a,n,r,o;const i=d=>{const u=t.reduce((p,h)=>h(p),e());return a=X5(u),n=a.cache.get,r=a.cache.set,o=l,l(d)},l=d=>{const u=n(d);if(u)return u;const p=Q5(d,a);return r(d,p),p};return o=i,(...d)=>o(ex(...d))},ax=[],vt=e=>{const t=a=>a[e]||ax;return t.isThemeGetter=!0,t},a2=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,n2=/^\((?:(\w[\w-]*):)?(.+)\)$/i,nx=/^\d+\/\d+$/,rx=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,ox=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,sx=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,ix=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,lx=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Rn=e=>nx.test(e),Ie=e=>!!e&&!Number.isNaN(Number(e)),Wa=e=>!!e&&Number.isInteger(Number(e)),Di=e=>e.endsWith("%")&&Ie(e.slice(0,-1)),_a=e=>rx.test(e),cx=()=>!0,dx=e=>ox.test(e)&&!sx.test(e),r2=()=>!1,ux=e=>ix.test(e),hx=e=>lx.test(e),px=e=>!we(e)&&!Ce(e),yx=e=>In(e,c2,r2),we=e=>a2.test(e),cn=e=>In(e,d2,dx),Pi=e=>In(e,vx,Ie),o2=e=>In(e,i2,r2),fx=e=>In(e,l2,hx),Ro=e=>In(e,u2,ux),Ce=e=>n2.test(e),xr=e=>Vn(e,d2),mx=e=>Vn(e,xx),s2=e=>Vn(e,i2),gx=e=>Vn(e,c2),kx=e=>Vn(e,l2),Io=e=>Vn(e,u2,!0),In=(e,t,a)=>{const n=a2.exec(e);return n?n[1]?t(n[1]):a(n[2]):!1},Vn=(e,t,a=!1)=>{const n=n2.exec(e);return n?n[1]?t(n[1]):a:!1},i2=e=>e==="position"||e==="percentage",l2=e=>e==="image"||e==="url",c2=e=>e==="length"||e==="size"||e==="bg-size",d2=e=>e==="length",vx=e=>e==="number",xx=e=>e==="family-name",u2=e=>e==="shadow",bx=tx(()=>{const e=vt("color"),t=vt("font"),a=vt("text"),n=vt("font-weight"),r=vt("tracking"),o=vt("leading"),i=vt("breakpoint"),l=vt("container"),d=vt("spacing"),u=vt("radius"),p=vt("shadow"),h=vt("inset-shadow"),f=vt("text-shadow"),g=vt("drop-shadow"),m=vt("blur"),v=vt("perspective"),x=vt("aspect"),k=vt("ease"),b=vt("animate"),w=()=>["auto","avoid","all","avoid-page","page","left","right","column"],C=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],D=()=>[...C(),Ce,we],A=()=>["auto","hidden","clip","visible","scroll"],P=()=>["auto","contain","none"],N=()=>[Ce,we,d],_=()=>[Rn,"full","auto",...N()],O=()=>[Wa,"none","subgrid",Ce,we],V=()=>["auto",{span:["full",Wa,Ce,we]},Wa,Ce,we],H=()=>[Wa,"auto",Ce,we],R=()=>["auto","min","max","fr",Ce,we],q=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],K=()=>["start","end","center","stretch","center-safe","end-safe"],B=()=>["auto",...N()],U=()=>[Rn,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...N()],L=()=>[e,Ce,we],G=()=>[...C(),s2,o2,{position:[Ce,we]}],ce=()=>["no-repeat",{repeat:["","x","y","space","round"]}],ue=()=>["auto","cover","contain",gx,yx,{size:[Ce,we]}],F=()=>[Di,xr,cn],W=()=>["","none","full",u,Ce,we],Q=()=>["",Ie,xr,cn],X=()=>["solid","dashed","dotted","double"],le=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],$=()=>[Ie,Di,s2,o2],re=()=>["","none",m,Ce,we],xe=()=>["none",Ie,Ce,we],fe=()=>["none",Ie,Ce,we],me=()=>[Ie,Ce,we],ae=()=>[Rn,"full",...N()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[_a],breakpoint:[_a],color:[cx],container:[_a],"drop-shadow":[_a],ease:["in","out","in-out"],font:[px],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[_a],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[_a],shadow:[_a],spacing:["px",Ie],text:[_a],"text-shadow":[_a],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",Rn,we,Ce,x]}],container:["container"],columns:[{columns:[Ie,we,Ce,l]}],"break-after":[{"break-after":w()}],"break-before":[{"break-before":w()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:D()}],overflow:[{overflow:A()}],"overflow-x":[{"overflow-x":A()}],"overflow-y":[{"overflow-y":A()}],overscroll:[{overscroll:P()}],"overscroll-x":[{"overscroll-x":P()}],"overscroll-y":[{"overscroll-y":P()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:_()}],"inset-x":[{"inset-x":_()}],"inset-y":[{"inset-y":_()}],start:[{start:_()}],end:[{end:_()}],top:[{top:_()}],right:[{right:_()}],bottom:[{bottom:_()}],left:[{left:_()}],visibility:["visible","invisible","collapse"],z:[{z:[Wa,"auto",Ce,we]}],basis:[{basis:[Rn,"full","auto",l,...N()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[Ie,Rn,"auto","initial","none",we]}],grow:[{grow:["",Ie,Ce,we]}],shrink:[{shrink:["",Ie,Ce,we]}],order:[{order:[Wa,"first","last","none",Ce,we]}],"grid-cols":[{"grid-cols":O()}],"col-start-end":[{col:V()}],"col-start":[{"col-start":H()}],"col-end":[{"col-end":H()}],"grid-rows":[{"grid-rows":O()}],"row-start-end":[{row:V()}],"row-start":[{"row-start":H()}],"row-end":[{"row-end":H()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":R()}],"auto-rows":[{"auto-rows":R()}],gap:[{gap:N()}],"gap-x":[{"gap-x":N()}],"gap-y":[{"gap-y":N()}],"justify-content":[{justify:[...q(),"normal"]}],"justify-items":[{"justify-items":[...K(),"normal"]}],"justify-self":[{"justify-self":["auto",...K()]}],"align-content":[{content:["normal",...q()]}],"align-items":[{items:[...K(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...K(),{baseline:["","last"]}]}],"place-content":[{"place-content":q()}],"place-items":[{"place-items":[...K(),"baseline"]}],"place-self":[{"place-self":["auto",...K()]}],p:[{p:N()}],px:[{px:N()}],py:[{py:N()}],ps:[{ps:N()}],pe:[{pe:N()}],pt:[{pt:N()}],pr:[{pr:N()}],pb:[{pb:N()}],pl:[{pl:N()}],m:[{m:B()}],mx:[{mx:B()}],my:[{my:B()}],ms:[{ms:B()}],me:[{me:B()}],mt:[{mt:B()}],mr:[{mr:B()}],mb:[{mb:B()}],ml:[{ml:B()}],"space-x":[{"space-x":N()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":N()}],"space-y-reverse":["space-y-reverse"],size:[{size:U()}],w:[{w:[l,"screen",...U()]}],"min-w":[{"min-w":[l,"screen","none",...U()]}],"max-w":[{"max-w":[l,"screen","none","prose",{screen:[i]},...U()]}],h:[{h:["screen","lh",...U()]}],"min-h":[{"min-h":["screen","lh","none",...U()]}],"max-h":[{"max-h":["screen","lh",...U()]}],"font-size":[{text:["base",a,xr,cn]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[n,Ce,Pi]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",Di,we]}],"font-family":[{font:[mx,we,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[r,Ce,we]}],"line-clamp":[{"line-clamp":[Ie,"none",Ce,Pi]}],leading:[{leading:[o,...N()]}],"list-image":[{"list-image":["none",Ce,we]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",Ce,we]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:L()}],"text-color":[{text:L()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...X(),"wavy"]}],"text-decoration-thickness":[{decoration:[Ie,"from-font","auto",Ce,cn]}],"text-decoration-color":[{decoration:L()}],"underline-offset":[{"underline-offset":[Ie,"auto",Ce,we]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:N()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",Ce,we]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",Ce,we]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:G()}],"bg-repeat":[{bg:ce()}],"bg-size":[{bg:ue()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},Wa,Ce,we],radial:["",Ce,we],conic:[Wa,Ce,we]},kx,fx]}],"bg-color":[{bg:L()}],"gradient-from-pos":[{from:F()}],"gradient-via-pos":[{via:F()}],"gradient-to-pos":[{to:F()}],"gradient-from":[{from:L()}],"gradient-via":[{via:L()}],"gradient-to":[{to:L()}],rounded:[{rounded:W()}],"rounded-s":[{"rounded-s":W()}],"rounded-e":[{"rounded-e":W()}],"rounded-t":[{"rounded-t":W()}],"rounded-r":[{"rounded-r":W()}],"rounded-b":[{"rounded-b":W()}],"rounded-l":[{"rounded-l":W()}],"rounded-ss":[{"rounded-ss":W()}],"rounded-se":[{"rounded-se":W()}],"rounded-ee":[{"rounded-ee":W()}],"rounded-es":[{"rounded-es":W()}],"rounded-tl":[{"rounded-tl":W()}],"rounded-tr":[{"rounded-tr":W()}],"rounded-br":[{"rounded-br":W()}],"rounded-bl":[{"rounded-bl":W()}],"border-w":[{border:Q()}],"border-w-x":[{"border-x":Q()}],"border-w-y":[{"border-y":Q()}],"border-w-s":[{"border-s":Q()}],"border-w-e":[{"border-e":Q()}],"border-w-t":[{"border-t":Q()}],"border-w-r":[{"border-r":Q()}],"border-w-b":[{"border-b":Q()}],"border-w-l":[{"border-l":Q()}],"divide-x":[{"divide-x":Q()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":Q()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...X(),"hidden","none"]}],"divide-style":[{divide:[...X(),"hidden","none"]}],"border-color":[{border:L()}],"border-color-x":[{"border-x":L()}],"border-color-y":[{"border-y":L()}],"border-color-s":[{"border-s":L()}],"border-color-e":[{"border-e":L()}],"border-color-t":[{"border-t":L()}],"border-color-r":[{"border-r":L()}],"border-color-b":[{"border-b":L()}],"border-color-l":[{"border-l":L()}],"divide-color":[{divide:L()}],"outline-style":[{outline:[...X(),"none","hidden"]}],"outline-offset":[{"outline-offset":[Ie,Ce,we]}],"outline-w":[{outline:["",Ie,xr,cn]}],"outline-color":[{outline:L()}],shadow:[{shadow:["","none",p,Io,Ro]}],"shadow-color":[{shadow:L()}],"inset-shadow":[{"inset-shadow":["none",h,Io,Ro]}],"inset-shadow-color":[{"inset-shadow":L()}],"ring-w":[{ring:Q()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:L()}],"ring-offset-w":[{"ring-offset":[Ie,cn]}],"ring-offset-color":[{"ring-offset":L()}],"inset-ring-w":[{"inset-ring":Q()}],"inset-ring-color":[{"inset-ring":L()}],"text-shadow":[{"text-shadow":["none",f,Io,Ro]}],"text-shadow-color":[{"text-shadow":L()}],opacity:[{opacity:[Ie,Ce,we]}],"mix-blend":[{"mix-blend":[...le(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":le()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[Ie]}],"mask-image-linear-from-pos":[{"mask-linear-from":$()}],"mask-image-linear-to-pos":[{"mask-linear-to":$()}],"mask-image-linear-from-color":[{"mask-linear-from":L()}],"mask-image-linear-to-color":[{"mask-linear-to":L()}],"mask-image-t-from-pos":[{"mask-t-from":$()}],"mask-image-t-to-pos":[{"mask-t-to":$()}],"mask-image-t-from-color":[{"mask-t-from":L()}],"mask-image-t-to-color":[{"mask-t-to":L()}],"mask-image-r-from-pos":[{"mask-r-from":$()}],"mask-image-r-to-pos":[{"mask-r-to":$()}],"mask-image-r-from-color":[{"mask-r-from":L()}],"mask-image-r-to-color":[{"mask-r-to":L()}],"mask-image-b-from-pos":[{"mask-b-from":$()}],"mask-image-b-to-pos":[{"mask-b-to":$()}],"mask-image-b-from-color":[{"mask-b-from":L()}],"mask-image-b-to-color":[{"mask-b-to":L()}],"mask-image-l-from-pos":[{"mask-l-from":$()}],"mask-image-l-to-pos":[{"mask-l-to":$()}],"mask-image-l-from-color":[{"mask-l-from":L()}],"mask-image-l-to-color":[{"mask-l-to":L()}],"mask-image-x-from-pos":[{"mask-x-from":$()}],"mask-image-x-to-pos":[{"mask-x-to":$()}],"mask-image-x-from-color":[{"mask-x-from":L()}],"mask-image-x-to-color":[{"mask-x-to":L()}],"mask-image-y-from-pos":[{"mask-y-from":$()}],"mask-image-y-to-pos":[{"mask-y-to":$()}],"mask-image-y-from-color":[{"mask-y-from":L()}],"mask-image-y-to-color":[{"mask-y-to":L()}],"mask-image-radial":[{"mask-radial":[Ce,we]}],"mask-image-radial-from-pos":[{"mask-radial-from":$()}],"mask-image-radial-to-pos":[{"mask-radial-to":$()}],"mask-image-radial-from-color":[{"mask-radial-from":L()}],"mask-image-radial-to-color":[{"mask-radial-to":L()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":C()}],"mask-image-conic-pos":[{"mask-conic":[Ie]}],"mask-image-conic-from-pos":[{"mask-conic-from":$()}],"mask-image-conic-to-pos":[{"mask-conic-to":$()}],"mask-image-conic-from-color":[{"mask-conic-from":L()}],"mask-image-conic-to-color":[{"mask-conic-to":L()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:G()}],"mask-repeat":[{mask:ce()}],"mask-size":[{mask:ue()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",Ce,we]}],filter:[{filter:["","none",Ce,we]}],blur:[{blur:re()}],brightness:[{brightness:[Ie,Ce,we]}],contrast:[{contrast:[Ie,Ce,we]}],"drop-shadow":[{"drop-shadow":["","none",g,Io,Ro]}],"drop-shadow-color":[{"drop-shadow":L()}],grayscale:[{grayscale:["",Ie,Ce,we]}],"hue-rotate":[{"hue-rotate":[Ie,Ce,we]}],invert:[{invert:["",Ie,Ce,we]}],saturate:[{saturate:[Ie,Ce,we]}],sepia:[{sepia:["",Ie,Ce,we]}],"backdrop-filter":[{"backdrop-filter":["","none",Ce,we]}],"backdrop-blur":[{"backdrop-blur":re()}],"backdrop-brightness":[{"backdrop-brightness":[Ie,Ce,we]}],"backdrop-contrast":[{"backdrop-contrast":[Ie,Ce,we]}],"backdrop-grayscale":[{"backdrop-grayscale":["",Ie,Ce,we]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[Ie,Ce,we]}],"backdrop-invert":[{"backdrop-invert":["",Ie,Ce,we]}],"backdrop-opacity":[{"backdrop-opacity":[Ie,Ce,we]}],"backdrop-saturate":[{"backdrop-saturate":[Ie,Ce,we]}],"backdrop-sepia":[{"backdrop-sepia":["",Ie,Ce,we]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":N()}],"border-spacing-x":[{"border-spacing-x":N()}],"border-spacing-y":[{"border-spacing-y":N()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",Ce,we]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[Ie,"initial",Ce,we]}],ease:[{ease:["linear","initial",k,Ce,we]}],delay:[{delay:[Ie,Ce,we]}],animate:[{animate:["none",b,Ce,we]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[v,Ce,we]}],"perspective-origin":[{"perspective-origin":D()}],rotate:[{rotate:xe()}],"rotate-x":[{"rotate-x":xe()}],"rotate-y":[{"rotate-y":xe()}],"rotate-z":[{"rotate-z":xe()}],scale:[{scale:fe()}],"scale-x":[{"scale-x":fe()}],"scale-y":[{"scale-y":fe()}],"scale-z":[{"scale-z":fe()}],"scale-3d":["scale-3d"],skew:[{skew:me()}],"skew-x":[{"skew-x":me()}],"skew-y":[{"skew-y":me()}],transform:[{transform:[Ce,we,"","none","gpu","cpu"]}],"transform-origin":[{origin:D()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:ae()}],"translate-x":[{"translate-x":ae()}],"translate-y":[{"translate-y":ae()}],"translate-z":[{"translate-z":ae()}],"translate-none":["translate-none"],accent:[{accent:L()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:L()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",Ce,we]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":N()}],"scroll-mx":[{"scroll-mx":N()}],"scroll-my":[{"scroll-my":N()}],"scroll-ms":[{"scroll-ms":N()}],"scroll-me":[{"scroll-me":N()}],"scroll-mt":[{"scroll-mt":N()}],"scroll-mr":[{"scroll-mr":N()}],"scroll-mb":[{"scroll-mb":N()}],"scroll-ml":[{"scroll-ml":N()}],"scroll-p":[{"scroll-p":N()}],"scroll-px":[{"scroll-px":N()}],"scroll-py":[{"scroll-py":N()}],"scroll-ps":[{"scroll-ps":N()}],"scroll-pe":[{"scroll-pe":N()}],"scroll-pt":[{"scroll-pt":N()}],"scroll-pr":[{"scroll-pr":N()}],"scroll-pb":[{"scroll-pb":N()}],"scroll-pl":[{"scroll-pl":N()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",Ce,we]}],fill:[{fill:["none",...L()]}],"stroke-w":[{stroke:[Ie,xr,cn,Pi]}],stroke:[{stroke:["none",...L()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}}),br=M.forwardRef(({schema:e,...t},a)=>{if(!e)return null;if(typeof e=="string")return c.jsx(c.Fragment,{children:e});const n=ge.get(e.type);return n?M.createElement(n,{schema:e,...e.props||{},className:e.className,"data-obj-id":e.id,"data-obj-type":e.type,...t}):c.jsxs("div",{className:"p-4 border border-red-500 rounded text-red-500 bg-red-50 my-2",children:["Unknown component type: ",c.jsx("strong",{children:e.type}),c.jsx("pre",{className:"text-xs mt-2 overflow-auto",children:JSON.stringify(e,null,2)})]})});br.displayName="SchemaRenderer";function j(...e){return bx(Yd(e))}function Ae(e){return e?typeof e=="string"||typeof e=="number"?e:Array.isArray(e)?e.length===0?null:e.length===1?c.jsx(br,{schema:e[0]}):e.map((t,a)=>c.jsx(br,{schema:t},t.id||a)):c.jsx(br,{schema:e}):null}const Mx=M.forwardRef(({schema:e,className:t,...a},n)=>{const{"data-obj-id":r,"data-obj-type":o,style:i,...l}=a;return c.jsx("div",{ref:n,className:t,...l,"data-obj-id":r,"data-obj-type":o,style:i,children:Ae(e.children||e.body)})});ge.register("div",Mx,{label:"Container",inputs:[{name:"className",type:"string",label:"CSS Class"}],defaultProps:{className:"p-4 border border-dashed border-gray-300 rounded min-h-[100px]"}}),ge.register("text",({schema:e,...t})=>{const{"data-obj-id":a,"data-obj-type":n,style:r,...o}=t;return a?c.jsx("span",{"data-obj-id":a,"data-obj-type":n,style:r,...o,children:e.content||e.value}):c.jsx(c.Fragment,{children:e.content||e.value})},{label:"Text",inputs:[{name:"content",type:"string",label:"Content",required:!0}],defaultProps:{content:"Text content"}});const wx=M.forwardRef(({schema:e,className:t,...a},n)=>{const{"data-obj-id":r,"data-obj-type":o,style:i,...l}=a;return c.jsx("span",{ref:n,className:t,...l,"data-obj-id":r,"data-obj-type":o,style:i,children:Ae(e.body)})});ge.register("span",wx,{label:"Inline Container",inputs:[{name:"className",type:"string",label:"CSS Class"}],defaultProps:{className:"px-2 py-1"},defaultChildren:[{type:"text",content:"Inline text"}]});function Cx(e,t){const a=y.createContext(t),n=o=>{const{children:i,...l}=o,d=y.useMemo(()=>l,Object.values(l));return c.jsx(a.Provider,{value:d,children:i})};n.displayName=e+"Provider";function r(o){const i=y.useContext(a);if(i)return i;if(t!==void 0)return t;throw new Error(`\`${o}\` must be used within \`${e}\``)}return[n,r]}function rt(e,t=[]){let a=[];function n(o,i){const l=y.createContext(i),d=a.length;a=[...a,i];const u=h=>{const{scope:f,children:g,...m}=h,v=f?.[e]?.[d]||l,x=y.useMemo(()=>m,Object.values(m));return c.jsx(v.Provider,{value:x,children:g})};u.displayName=o+"Provider";function p(h,f){const g=f?.[e]?.[d]||l,m=y.useContext(g);if(m)return m;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${o}\``)}return[u,p]}const r=()=>{const o=a.map(i=>y.createContext(i));return function(l){const d=l?.[e]||o;return y.useMemo(()=>({[`__scope${e}`]:{...l,[e]:d}}),[l,d])}};return r.scopeName=e,[n,Sx(r,...t)]}function Sx(...e){const t=e[0];if(e.length===1)return t;const a=()=>{const n=e.map(r=>({useScope:r(),scopeName:r.scopeName}));return function(o){const i=n.reduce((l,{useScope:d,scopeName:u})=>{const h=d(o)[`__scope${u}`];return{...l,...h}},{});return y.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])}};return a.scopeName=t.scopeName,a}function h2(e,t){if(typeof e=="function")return e(t);e!=null&&(e.current=t)}function oa(...e){return t=>{let a=!1;const n=e.map(r=>{const o=h2(r,t);return!a&&typeof o=="function"&&(a=!0),o});if(a)return()=>{for(let r=0;r<n.length;r++){const o=n[r];typeof o=="function"?o():h2(e[r],null)}}}}function Se(...e){return y.useCallback(oa(...e),e)}function dn(e){const t=jx(e),a=y.forwardRef((n,r)=>{const{children:o,...i}=n,l=y.Children.toArray(o),d=l.find(Ax);if(d){const u=d.props.children,p=l.map(h=>h===d?y.Children.count(u)>1?y.Children.only(null):y.isValidElement(u)?u.props.children:null:h);return c.jsx(t,{...i,ref:r,children:y.isValidElement(u)?y.cloneElement(u,void 0,p):null})}return c.jsx(t,{...i,ref:r,children:o})});return a.displayName=`${e}.Slot`,a}function jx(e){const t=y.forwardRef((a,n)=>{const{children:r,...o}=a;if(y.isValidElement(r)){const i=Px(r),l=Dx(o,r.props);return r.type!==y.Fragment&&(l.ref=n?oa(n,i):i),y.cloneElement(r,l)}return y.Children.count(r)>1?y.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var p2=Symbol("radix.slottable");function y2(e){const t=({children:a})=>c.jsx(c.Fragment,{children:a});return t.displayName=`${e}.Slottable`,t.__radixId=p2,t}function Ax(e){return y.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===p2}function Dx(e,t){const a={...t};for(const n in t){const r=e[n],o=t[n];/^on[A-Z]/.test(n)?r&&o?a[n]=(...l)=>{const d=o(...l);return r(...l),d}:r&&(a[n]=r):n==="style"?a[n]={...r,...o}:n==="className"&&(a[n]=[r,o].filter(Boolean).join(" "))}return{...e,...a}}function Px(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning;return a?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning,a?e.props.ref:e.props.ref||e.ref)}function Ga(e){const t=e+"CollectionProvider",[a,n]=rt(t),[r,o]=a(t,{collectionRef:{current:null},itemMap:new Map}),i=v=>{const{scope:x,children:k}=v,b=M.useRef(null),w=M.useRef(new Map).current;return c.jsx(r,{scope:x,itemMap:w,collectionRef:b,children:k})};i.displayName=t;const l=e+"CollectionSlot",d=dn(l),u=M.forwardRef((v,x)=>{const{scope:k,children:b}=v,w=o(l,k),C=Se(x,w.collectionRef);return c.jsx(d,{ref:C,children:b})});u.displayName=l;const p=e+"CollectionItemSlot",h="data-radix-collection-item",f=dn(p),g=M.forwardRef((v,x)=>{const{scope:k,children:b,...w}=v,C=M.useRef(null),D=Se(x,C),A=o(p,k);return M.useEffect(()=>(A.itemMap.set(C,{ref:C,...w}),()=>{A.itemMap.delete(C)})),c.jsx(f,{[h]:"",ref:D,children:b})});g.displayName=p;function m(v){const x=o(e+"CollectionConsumer",v);return M.useCallback(()=>{const b=x.collectionRef.current;if(!b)return[];const w=Array.from(b.querySelectorAll(`[${h}]`));return Array.from(x.itemMap.values()).sort((A,P)=>w.indexOf(A.ref.current)-w.indexOf(P.ref.current))},[x.collectionRef,x.itemMap])}return[{Provider:i,Slot:u,ItemSlot:g},m,n]}function Y(e,t,{checkForDefaultPrevented:a=!0}={}){return function(r){if(e?.(r),a===!1||!r.defaultPrevented)return t?.(r)}}var ot=globalThis?.document?y.useLayoutEffect:()=>{},Tx=y[" useInsertionEffect ".trim().toString()]||ot;function at({prop:e,defaultProp:t,onChange:a=()=>{},caller:n}){const[r,o,i]=Nx({defaultProp:t,onChange:a}),l=e!==void 0,d=l?e:r;{const p=y.useRef(e!==void 0);y.useEffect(()=>{const h=p.current;h!==l&&console.warn(`${n} is changing from ${h?"controlled":"uncontrolled"} to ${l?"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.`),p.current=l},[l,n])}const u=y.useCallback(p=>{if(l){const h=Ex(p)?p(e):p;h!==e&&i.current?.(h)}else o(p)},[l,e,o,i]);return[d,u]}function Nx({defaultProp:e,onChange:t}){const[a,n]=y.useState(e),r=y.useRef(a),o=y.useRef(t);return Tx(()=>{o.current=t},[t]),y.useEffect(()=>{r.current!==a&&(o.current?.(a),r.current=a)},[a,r]),[a,n,o]}function Ex(e){return typeof e=="function"}var _x=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],de=_x.reduce((e,t)=>{const a=dn(`Primitive.${t}`),n=y.forwardRef((r,o)=>{const{asChild:i,...l}=r,d=i?a:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),c.jsx(d,{...l,ref:o})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});function Vo(e,t){e&&_o.flushSync(()=>e.dispatchEvent(t))}function zx(e,t){return y.useReducer((a,n)=>t[a][n]??a,e)}var et=e=>{const{present:t,children:a}=e,n=Ox(t),r=typeof a=="function"?a({present:n.isPresent}):y.Children.only(a),o=Se(n.ref,Rx(r));return typeof a=="function"||n.isPresent?y.cloneElement(r,{ref:o}):null};et.displayName="Presence";function Ox(e){const[t,a]=y.useState(),n=y.useRef(null),r=y.useRef(e),o=y.useRef("none"),i=e?"mounted":"unmounted",[l,d]=zx(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return y.useEffect(()=>{const u=Lo(n.current);o.current=l==="mounted"?u:"none"},[l]),ot(()=>{const u=n.current,p=r.current;if(p!==e){const f=o.current,g=Lo(u);e?d("MOUNT"):g==="none"||u?.display==="none"?d("UNMOUNT"):d(p&&f!==g?"ANIMATION_OUT":"UNMOUNT"),r.current=e}},[e,d]),ot(()=>{if(t){let u;const p=t.ownerDocument.defaultView??window,h=g=>{const v=Lo(n.current).includes(CSS.escape(g.animationName));if(g.target===t&&v&&(d("ANIMATION_END"),!r.current)){const x=t.style.animationFillMode;t.style.animationFillMode="forwards",u=p.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=x)})}},f=g=>{g.target===t&&(o.current=Lo(n.current))};return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",h),t.addEventListener("animationend",h),()=>{p.clearTimeout(u),t.removeEventListener("animationstart",f),t.removeEventListener("animationcancel",h),t.removeEventListener("animationend",h)}}else d("ANIMATION_END")},[t,d]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:y.useCallback(u=>{n.current=u?getComputedStyle(u):null,a(u)},[])}}function Lo(e){return e?.animationName||"none"}function Rx(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning;return a?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning,a?e.props.ref:e.props.ref||e.ref)}var Ix=y[" useId ".trim().toString()]||(()=>{}),Vx=0;function Ze(e){const[t,a]=y.useState(Ix());return ot(()=>{a(n=>n??String(Vx++))},[e]),t?`radix-${t}`:""}var Ho="Collapsible",[Lx,f2]=rt(Ho),[Hx,Ti]=Lx(Ho),m2=y.forwardRef((e,t)=>{const{__scopeCollapsible:a,open:n,defaultOpen:r,disabled:o,onOpenChange:i,...l}=e,[d,u]=at({prop:n,defaultProp:r??!1,onChange:i,caller:Ho});return c.jsx(Hx,{scope:a,disabled:o,contentId:Ze(),open:d,onOpenToggle:y.useCallback(()=>u(p=>!p),[u]),children:c.jsx(de.div,{"data-state":zi(d),"data-disabled":o?"":void 0,...l,ref:t})})});m2.displayName=Ho;var g2="CollapsibleTrigger",Ni=y.forwardRef((e,t)=>{const{__scopeCollapsible:a,...n}=e,r=Ti(g2,a);return c.jsx(de.button,{type:"button","aria-controls":r.contentId,"aria-expanded":r.open||!1,"data-state":zi(r.open),"data-disabled":r.disabled?"":void 0,disabled:r.disabled,...n,ref:t,onClick:Y(e.onClick,r.onOpenToggle)})});Ni.displayName=g2;var Ei="CollapsibleContent",_i=y.forwardRef((e,t)=>{const{forceMount:a,...n}=e,r=Ti(Ei,e.__scopeCollapsible);return c.jsx(et,{present:a||r.open,children:({present:o})=>c.jsx(qx,{...n,ref:t,present:o})})});_i.displayName=Ei;var qx=y.forwardRef((e,t)=>{const{__scopeCollapsible:a,present:n,children:r,...o}=e,i=Ti(Ei,a),[l,d]=y.useState(n),u=y.useRef(null),p=Se(t,u),h=y.useRef(0),f=h.current,g=y.useRef(0),m=g.current,v=i.open||l,x=y.useRef(v),k=y.useRef(void 0);return y.useEffect(()=>{const b=requestAnimationFrame(()=>x.current=!1);return()=>cancelAnimationFrame(b)},[]),ot(()=>{const b=u.current;if(b){k.current=k.current||{transitionDuration:b.style.transitionDuration,animationName:b.style.animationName},b.style.transitionDuration="0s",b.style.animationName="none";const w=b.getBoundingClientRect();h.current=w.height,g.current=w.width,x.current||(b.style.transitionDuration=k.current.transitionDuration,b.style.animationName=k.current.animationName),d(n)}},[i.open,n]),c.jsx(de.div,{"data-state":zi(i.open),"data-disabled":i.disabled?"":void 0,id:i.contentId,hidden:!v,...o,ref:p,style:{"--radix-collapsible-content-height":f?`${f}px`:void 0,"--radix-collapsible-content-width":m?`${m}px`:void 0,...e.style},children:v&&r})});function zi(e){return e?"open":"closed"}var k2=m2,Fx=Ni,Bx=_i,$x=y.createContext(void 0);function sa(e){const t=y.useContext($x);return e||t||"ltr"}var ia="Accordion",Wx=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[Oi,Gx,Ux]=Ga(ia),[qo]=rt(ia,[Ux,f2]),Ri=f2(),v2=M.forwardRef((e,t)=>{const{type:a,...n}=e,r=n,o=n;return c.jsx(Oi.Provider,{scope:e.__scopeAccordion,children:a==="multiple"?c.jsx(Xx,{...o,ref:t}):c.jsx(Kx,{...r,ref:t})})});v2.displayName=ia;var[x2,Yx]=qo(ia),[b2,Zx]=qo(ia,{collapsible:!1}),Kx=M.forwardRef((e,t)=>{const{value:a,defaultValue:n,onValueChange:r=()=>{},collapsible:o=!1,...i}=e,[l,d]=at({prop:a,defaultProp:n??"",onChange:r,caller:ia});return c.jsx(x2,{scope:e.__scopeAccordion,value:M.useMemo(()=>l?[l]:[],[l]),onItemOpen:d,onItemClose:M.useCallback(()=>o&&d(""),[o,d]),children:c.jsx(b2,{scope:e.__scopeAccordion,collapsible:o,children:c.jsx(M2,{...i,ref:t})})})}),Xx=M.forwardRef((e,t)=>{const{value:a,defaultValue:n,onValueChange:r=()=>{},...o}=e,[i,l]=at({prop:a,defaultProp:n??[],onChange:r,caller:ia}),d=M.useCallback(p=>l((h=[])=>[...h,p]),[l]),u=M.useCallback(p=>l((h=[])=>h.filter(f=>f!==p)),[l]);return c.jsx(x2,{scope:e.__scopeAccordion,value:i,onItemOpen:d,onItemClose:u,children:c.jsx(b2,{scope:e.__scopeAccordion,collapsible:!0,children:c.jsx(M2,{...o,ref:t})})})}),[Jx,Fo]=qo(ia),M2=M.forwardRef((e,t)=>{const{__scopeAccordion:a,disabled:n,dir:r,orientation:o="vertical",...i}=e,l=M.useRef(null),d=Se(l,t),u=Gx(a),h=sa(r)==="ltr",f=Y(e.onKeyDown,g=>{if(!Wx.includes(g.key))return;const m=g.target,v=u().filter(N=>!N.ref.current?.disabled),x=v.findIndex(N=>N.ref.current===m),k=v.length;if(x===-1)return;g.preventDefault();let b=x;const w=0,C=k-1,D=()=>{b=x+1,b>C&&(b=w)},A=()=>{b=x-1,b<w&&(b=C)};switch(g.key){case"Home":b=w;break;case"End":b=C;break;case"ArrowRight":o==="horizontal"&&(h?D():A());break;case"ArrowDown":o==="vertical"&&D();break;case"ArrowLeft":o==="horizontal"&&(h?A():D());break;case"ArrowUp":o==="vertical"&&A();break}const P=b%k;v[P].ref.current?.focus()});return c.jsx(Jx,{scope:a,disabled:n,direction:r,orientation:o,children:c.jsx(Oi.Slot,{scope:a,children:c.jsx(de.div,{...i,"data-orientation":o,ref:d,onKeyDown:n?void 0:f})})})}),Bo="AccordionItem",[Qx,Ii]=qo(Bo),w2=M.forwardRef((e,t)=>{const{__scopeAccordion:a,value:n,...r}=e,o=Fo(Bo,a),i=Yx(Bo,a),l=Ri(a),d=Ze(),u=n&&i.value.includes(n)||!1,p=o.disabled||e.disabled;return c.jsx(Qx,{scope:a,open:u,disabled:p,triggerId:d,children:c.jsx(k2,{"data-orientation":o.orientation,"data-state":P2(u),...l,...r,ref:t,disabled:p,open:u,onOpenChange:h=>{h?i.onItemOpen(n):i.onItemClose(n)}})})});w2.displayName=Bo;var C2="AccordionHeader",S2=M.forwardRef((e,t)=>{const{__scopeAccordion:a,...n}=e,r=Fo(ia,a),o=Ii(C2,a);return c.jsx(de.h3,{"data-orientation":r.orientation,"data-state":P2(o.open),"data-disabled":o.disabled?"":void 0,...n,ref:t})});S2.displayName=C2;var Vi="AccordionTrigger",j2=M.forwardRef((e,t)=>{const{__scopeAccordion:a,...n}=e,r=Fo(ia,a),o=Ii(Vi,a),i=Zx(Vi,a),l=Ri(a);return c.jsx(Oi.ItemSlot,{scope:a,children:c.jsx(Fx,{"aria-disabled":o.open&&!i.collapsible||void 0,"data-orientation":r.orientation,id:o.triggerId,...l,...n,ref:t})})});j2.displayName=Vi;var A2="AccordionContent",D2=M.forwardRef((e,t)=>{const{__scopeAccordion:a,...n}=e,r=Fo(ia,a),o=Ii(A2,a),i=Ri(a);return c.jsx(Bx,{role:"region","aria-labelledby":o.triggerId,"data-orientation":r.orientation,...i,...n,ref:t,style:{"--radix-accordion-content-height":"var(--radix-collapsible-content-height)","--radix-accordion-content-width":"var(--radix-collapsible-content-width)",...e.style}})});D2.displayName=A2;function P2(e){return e?"open":"closed"}var e3=v2,t3=w2,a3=S2,n3=j2,r3=D2;const o3=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),T2=(...e)=>e.filter((t,a,n)=>!!t&&t.trim()!==""&&n.indexOf(t)===a).join(" ").trim();var s3={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"};const i3=M.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:a=2,absoluteStrokeWidth:n,className:r="",children:o,iconNode:i,...l},d)=>M.createElement("svg",{ref:d,...s3,width:t,height:t,stroke:e,strokeWidth:n?Number(a)*24/Number(t):a,className:T2("lucide",r),...l},[...i.map(([u,p])=>M.createElement(u,p)),...Array.isArray(o)?o:[o]]));const s=(e,t)=>{const a=M.forwardRef(({className:n,...r},o)=>M.createElement(i3,{ref:o,iconNode:t,className:T2(`lucide-${o3(e)}`,n),...r}));return a.displayName=`${e}`,a};const l3=s("AArrowDown",[["path",{d:"M3.5 13h6",key:"p1my2r"}],["path",{d:"m2 16 4.5-9 4.5 9",key:"ndf0b3"}],["path",{d:"M18 7v9",key:"pknjwm"}],["path",{d:"m14 12 4 4 4-4",key:"buelq4"}]]);const c3=s("AArrowUp",[["path",{d:"M3.5 13h6",key:"p1my2r"}],["path",{d:"m2 16 4.5-9 4.5 9",key:"ndf0b3"}],["path",{d:"M18 16V7",key:"ty0viw"}],["path",{d:"m14 11 4-4 4 4",key:"1pu57t"}]]);const d3=s("ALargeSmall",[["path",{d:"M21 14h-5",key:"1vh23k"}],["path",{d:"M16 16v-3.5a2.5 2.5 0 0 1 5 0V16",key:"1wh10o"}],["path",{d:"M4.5 13h6",key:"dfilno"}],["path",{d:"m3 16 4.5-9 4.5 9",key:"2dxa0e"}]]);const u3=s("Accessibility",[["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"}]]);const h3=s("Activity",[["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"}]]);const p3=s("AirVent",[["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:"M18.3 17.7a2.5 2.5 0 0 1-3.16 3.83 2.53 2.53 0 0 1-1.14-2V12",key:"1bo8pg"}],["path",{d:"M6.6 15.6A2 2 0 1 0 10 17v-5",key:"t9h90c"}]]);const y3=s("Airplay",[["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"}]]);const f3=s("AlarmClockCheck",[["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"}]]);const m3=s("AlarmClockMinus",[["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"}]]);const g3=s("AlarmClockOff",[["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"}]]);const k3=s("AlarmClockPlus",[["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"}]]);const v3=s("AlarmClock",[["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"}]]);const x3=s("AlarmSmoke",[["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"}]]);const b3=s("Album",[["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"}]]);const M3=s("AlignCenterHorizontal",[["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"}]]);const w3=s("AlignCenterVertical",[["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"}]]);const C3=s("AlignCenter",[["path",{d:"M17 12H7",key:"16if0g"}],["path",{d:"M19 18H5",key:"18s9l3"}],["path",{d:"M21 6H3",key:"1jwq7v"}]]);const S3=s("AlignEndHorizontal",[["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"}]]);const j3=s("AlignEndVertical",[["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"}]]);const A3=s("AlignHorizontalDistributeCenter",[["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"}]]);const D3=s("AlignHorizontalDistributeEnd",[["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"}]]);const P3=s("AlignHorizontalDistributeStart",[["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"}]]);const T3=s("AlignHorizontalJustifyCenter",[["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"}]]);const N3=s("AlignHorizontalJustifyEnd",[["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"}]]);const E3=s("AlignHorizontalJustifyStart",[["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"}]]);const _3=s("AlignHorizontalSpaceAround",[["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"}]]);const z3=s("AlignHorizontalSpaceBetween",[["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"}]]);const O3=s("AlignJustify",[["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M3 6h18",key:"d0wm0j"}]]);const R3=s("AlignLeft",[["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M17 18H3",key:"1amg6g"}],["path",{d:"M21 6H3",key:"1jwq7v"}]]);const I3=s("AlignRight",[["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M21 18H7",key:"1ygte8"}],["path",{d:"M21 6H3",key:"1jwq7v"}]]);const V3=s("AlignStartHorizontal",[["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"}]]);const L3=s("AlignStartVertical",[["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"}]]);const H3=s("AlignVerticalDistributeCenter",[["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"}]]);const q3=s("AlignVerticalDistributeEnd",[["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"}]]);const F3=s("AlignVerticalDistributeStart",[["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"}]]);const B3=s("AlignVerticalJustifyCenter",[["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"}]]);const $3=s("AlignVerticalJustifyEnd",[["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"}]]);const W3=s("AlignVerticalJustifyStart",[["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"}]]);const G3=s("AlignVerticalSpaceAround",[["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"}]]);const U3=s("AlignVerticalSpaceBetween",[["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"}]]);const Y3=s("Ambulance",[["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"}]]);const Z3=s("Ampersand",[["path",{d:"M17.5 12c0 4.4-3.6 8-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:"1o9ehi"}],["path",{d:"M16 12h3",key:"4uvgyw"}]]);const K3=s("Ampersands",[["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"}]]);const X3=s("Amphora",[["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"}]]);const J3=s("Anchor",[["path",{d:"M12 22V8",key:"qkxhtm"}],["path",{d:"M5 12H2a10 10 0 0 0 20 0h-3",key:"1hv3nh"}],["circle",{cx:"12",cy:"5",r:"3",key:"rqqgnr"}]]);const Q3=s("Angry",[["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"}]]);const eb=s("Annoyed",[["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"}]]);const tb=s("Antenna",[["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"}]]);const ab=s("Anvil",[["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"}]]);const nb=s("Aperture",[["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"}]]);const rb=s("AppWindowMac",[["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"}]]);const ob=s("AppWindow",[["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"}]]);const sb=s("Apple",[["path",{d:"M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z",key:"3s7exb"}],["path",{d:"M10 2c1 .5 2 2 2 5",key:"fcco2y"}]]);const ib=s("ArchiveRestore",[["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"}]]);const lb=s("ArchiveX",[["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"}]]);const cb=s("Archive",[["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"}]]);const db=s("Armchair",[["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"}]]);const ub=s("ArrowBigDownDash",[["path",{d:"M15 5H9",key:"1tp3ed"}],["path",{d:"M15 9v3h4l-7 7-7-7h4V9z",key:"ncdc4b"}]]);const hb=s("ArrowBigDown",[["path",{d:"M15 6v6h4l-7 7-7-7h4V6h6z",key:"1thax2"}]]);const pb=s("ArrowBigLeftDash",[["path",{d:"M19 15V9",key:"1hci5f"}],["path",{d:"M15 15h-3v4l-7-7 7-7v4h3v6z",key:"16tjna"}]]);const yb=s("ArrowBigLeft",[["path",{d:"M18 15h-6v4l-7-7 7-7v4h6v6z",key:"lbrdak"}]]);const fb=s("ArrowBigRightDash",[["path",{d:"M5 9v6",key:"158jrl"}],["path",{d:"M9 9h3V5l7 7-7 7v-4H9V9z",key:"1sg2xn"}]]);const mb=s("ArrowBigRight",[["path",{d:"M6 9h6V5l7 7-7 7v-4H6V9z",key:"7fvt9c"}]]);const gb=s("ArrowBigUpDash",[["path",{d:"M9 19h6",key:"456am0"}],["path",{d:"M9 15v-3H5l7-7 7 7h-4v3H9z",key:"1r2uve"}]]);const kb=s("ArrowBigUp",[["path",{d:"M9 18v-6H5l7-7 7 7h-4v6H9z",key:"1x06kx"}]]);const vb=s("ArrowDown01",[["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"}]]);const xb=s("ArrowDown10",[["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"}]]);const bb=s("ArrowDownAZ",[["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"}]]);const Mb=s("ArrowDownFromLine",[["path",{d:"M19 3H5",key:"1236rx"}],["path",{d:"M12 21V7",key:"gj6g52"}],["path",{d:"m6 15 6 6 6-6",key:"h15q88"}]]);const wb=s("ArrowDownLeft",[["path",{d:"M17 7 7 17",key:"15tmo1"}],["path",{d:"M17 17H7V7",key:"1org7z"}]]);const Cb=s("ArrowDownNarrowWide",[["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"}]]);const Sb=s("ArrowDownRight",[["path",{d:"m7 7 10 10",key:"1fmybs"}],["path",{d:"M17 7v10H7",key:"6fjiku"}]]);const jb=s("ArrowDownToDot",[["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"}]]);const Ab=s("ArrowDownToLine",[["path",{d:"M12 17V3",key:"1cwfxf"}],["path",{d:"m6 11 6 6 6-6",key:"12ii2o"}],["path",{d:"M19 21H5",key:"150jfl"}]]);const Db=s("ArrowDownUp",[["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"}]]);const Pb=s("ArrowDownWideNarrow",[["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"}]]);const Tb=s("ArrowDownZA",[["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"}]]);const Nb=s("ArrowDown",[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]]);const Eb=s("ArrowLeftFromLine",[["path",{d:"m9 6-6 6 6 6",key:"7v63n9"}],["path",{d:"M3 12h14",key:"13k4hi"}],["path",{d:"M21 19V5",key:"b4bplr"}]]);const _b=s("ArrowLeftRight",[["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"}]]);const zb=s("ArrowLeftToLine",[["path",{d:"M3 19V5",key:"rwsyhb"}],["path",{d:"m13 6-6 6 6 6",key:"1yhaz7"}],["path",{d:"M7 12h14",key:"uoisry"}]]);const N2=s("ArrowLeft",[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]]);const Ob=s("ArrowRightFromLine",[["path",{d:"M3 5v14",key:"1nt18q"}],["path",{d:"M21 12H7",key:"13ipq5"}],["path",{d:"m15 18 6-6-6-6",key:"6tx3qv"}]]);const Rb=s("ArrowRightLeft",[["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"}]]);const Ib=s("ArrowRightToLine",[["path",{d:"M17 12H3",key:"8awo09"}],["path",{d:"m11 18 6-6-6-6",key:"8c2y43"}],["path",{d:"M21 5v14",key:"nzette"}]]);const E2=s("ArrowRight",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]]);const Vb=s("ArrowUp01",[["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"}]]);const Lb=s("ArrowUp10",[["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"}]]);const Hb=s("ArrowUpAZ",[["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"}]]);const qb=s("ArrowUpDown",[["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"}]]);const Fb=s("ArrowUpFromDot",[["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"}]]);const Bb=s("ArrowUpFromLine",[["path",{d:"m18 9-6-6-6 6",key:"kcunyi"}],["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 21h14",key:"11awu3"}]]);const $b=s("ArrowUpLeft",[["path",{d:"M7 17V7h10",key:"11bw93"}],["path",{d:"M17 17 7 7",key:"2786uv"}]]);const Wb=s("ArrowUpNarrowWide",[["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"}]]);const Gb=s("ArrowUpRight",[["path",{d:"M7 7h10v10",key:"1tivn9"}],["path",{d:"M7 17 17 7",key:"1vkiza"}]]);const Ub=s("ArrowUpToLine",[["path",{d:"M5 3h14",key:"7usisc"}],["path",{d:"m18 13-6-6-6 6",key:"1kf1n9"}],["path",{d:"M12 7v14",key:"1akyts"}]]);const Yb=s("ArrowUpWideNarrow",[["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"}]]);const Zb=s("ArrowUpZA",[["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"}]]);const Kb=s("ArrowUp",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]);const Xb=s("ArrowsUpFromLine",[["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"}]]);const Jb=s("Asterisk",[["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"}]]);const Qb=s("AtSign",[["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"}]]);const e6=s("Atom",[["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"}]]);const t6=s("AudioLines",[["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"}]]);const a6=s("AudioWaveform",[["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"}]]);const n6=s("Award",[["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"}]]);const r6=s("Axe",[["path",{d:"m14 12-8.5 8.5a2.12 2.12 0 1 1-3-3L11 9",key:"csbz4o"}],["path",{d:"M15 13 9 7l4-4 6 6h3a8 8 0 0 1-7 7z",key:"113wfo"}]]);const o6=s("Axis3d",[["path",{d:"M4 4v16h16",key:"1s015l"}],["path",{d:"m4 20 7-7",key:"17qe9y"}]]);const s6=s("Baby",[["path",{d:"M9 12h.01",key:"157uk2"}],["path",{d:"M15 12h.01",key:"1k8ypt"}],["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5",key:"1u7htd"}],["path",{d:"M19 6.3a9 9 0 0 1 1.8 3.9 2 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:"5yv0yz"}]]);const i6=s("Backpack",[["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"}]]);const l6=s("BadgeAlert",[["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"}]]);const c6=s("BadgeCent",[["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"}]]);const d6=s("BadgeCheck",[["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"}]]);const u6=s("BadgeDollarSign",[["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"}]]);const h6=s("BadgeEuro",[["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"}]]);const p6=s("BadgeHelp",[["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"}]]);const y6=s("BadgeIndianRupee",[["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"}]]);const f6=s("BadgeInfo",[["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"}]]);const m6=s("BadgeJapaneseYen",[["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"}]]);const g6=s("BadgeMinus",[["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"}]]);const k6=s("BadgePercent",[["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"}]]);const v6=s("BadgePlus",[["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"}]]);const x6=s("BadgePoundSterling",[["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"}]]);const b6=s("BadgeRussianRuble",[["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"}]]);const M6=s("BadgeSwissFranc",[["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"}]]);const w6=s("BadgeX",[["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"}]]);const C6=s("Badge",[["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"}]]);const S6=s("BaggageClaim",[["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"}]]);const j6=s("Ban",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m4.9 4.9 14.2 14.2",key:"1m5liu"}]]);const A6=s("Banana",[["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"}]]);const D6=s("Bandage",[["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 6v11.5",key:"dkbidh"}],["path",{d:"M6 6v12",key:"vkc79e"}],["rect",{x:"2",y:"6",width:"20",height:"12",rx:"2",key:"1wpnh2"}]]);const P6=s("Banknote",[["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"}]]);const T6=s("Barcode",[["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"}]]);const N6=s("Baseline",[["path",{d:"M4 20h16",key:"14thso"}],["path",{d:"m6 16 6-12 6 12",key:"1b4byz"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const E6=s("Bath",[["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"}]]);const _6=s("BatteryCharging",[["path",{d:"M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2",key:"1sdynx"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1",key:"1gkd3k"}],["path",{d:"m11 7-3 5h4l-3 5",key:"b4a64w"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}]]);const z6=s("BatteryFull",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13",key:"haxvl5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"13",key:"c6fn6x"}]]);const O6=s("BatteryLow",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}]]);const R6=s("BatteryMedium",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}],["line",{x1:"6",x2:"6",y1:"11",y2:"13",key:"1wd6dw"}],["line",{x1:"10",x2:"10",y1:"11",y2:"13",key:"haxvl5"}]]);const I6=s("BatteryWarning",[["path",{d:"M10 17h.01",key:"nbq80n"}],["path",{d:"M10 7v6",key:"nne03l"}],["path",{d:"M14 7h2a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2",key:"1x5o8m"}],["path",{d:"M22 11v2",key:"1wo06k"}],["path",{d:"M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",key:"1mdjgh"}]]);const V6=s("Battery",[["rect",{width:"16",height:"10",x:"2",y:"7",rx:"2",ry:"2",key:"1w10f2"}],["line",{x1:"22",x2:"22",y1:"11",y2:"13",key:"4dh1rd"}]]);const L6=s("Beaker",[["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"}]]);const H6=s("BeanOff",[["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"}]]);const q6=s("Bean",[["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"}]]);const F6=s("BedDouble",[["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"}]]);const B6=s("BedSingle",[["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"}]]);const $6=s("Bed",[["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"}]]);const W6=s("Beef",[["circle",{cx:"12.5",cy:"8.5",r:"2.5",key:"9738u8"}],["path",{d:"M12.5 2a6.5 6.5 0 0 0-6.22 4.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.3A6.5 6.5 0 0 0 12.5 2Z",key:"o0f6za"}],["path",{d:"m18.5 6 2.19 4.5a6.48 6.48 0 0 1 .31 2 6.49 6.49 0 0 1-2.6 5.2C15.4 20.2 11 22 7 22a3 3 0 0 1-2.68-1.66L2.4 16.5",key:"k7p6i0"}]]);const G6=s("BeerOff",[["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"}]]);const U6=s("Beer",[["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"}]]);const Y6=s("BellDot",[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M13.916 2.314A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.74 7.327A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673 9 9 0 0 1-.585-.665",key:"1tip0g"}],["circle",{cx:"18",cy:"8",r:"3",key:"1g0gzu"}]]);const Z6=s("BellElectric",[["path",{d:"M18.8 4A6.3 8.7 0 0 1 20 9",key:"xve1fh"}],["path",{d:"M9 9h.01",key:"1q5me6"}],["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["rect",{width:"10",height:"6",x:"4",y:"16",rx:"2",key:"17f3te"}],["path",{d:"M14 19c3 0 4.6-1.6 4.6-1.6",key:"n7odp6"}],["circle",{cx:"20",cy:"16",r:"2",key:"1v9bxh"}]]);const K6=s("BellMinus",[["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"}]]);const X6=s("BellOff",[["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"}]]);const J6=s("BellPlus",[["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"}]]);const Q6=s("BellRing",[["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"}]]);const e8=s("Bell",[["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"}]]);const t8=s("BetweenHorizontalEnd",[["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"}]]);const a8=s("BetweenHorizontalStart",[["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"}]]);const n8=s("BetweenVerticalEnd",[["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"}]]);const r8=s("BetweenVerticalStart",[["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"}]]);const o8=s("BicepsFlexed",[["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"}]]);const s8=s("Bike",[["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"}]]);const i8=s("Binary",[["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"}]]);const l8=s("Binoculars",[["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"}]]);const c8=s("Biohazard",[["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"}]]);const d8=s("Bird",[["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"}]]);const u8=s("Bitcoin",[["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"}]]);const h8=s("Blend",[["circle",{cx:"9",cy:"9",r:"7",key:"p2h5vp"}],["circle",{cx:"15",cy:"15",r:"7",key:"19ennj"}]]);const p8=s("Blinds",[["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"}]]);const y8=s("Blocks",[["rect",{width:"7",height:"7",x:"14",y:"3",rx:"1",key:"6d4xhi"}],["path",{d:"M10 21V8a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H3",key:"1fpvtg"}]]);const f8=s("BluetoothConnected",[["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"}]]);const m8=s("BluetoothOff",[["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"}]]);const g8=s("BluetoothSearching",[["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"}]]);const k8=s("Bluetooth",[["path",{d:"m7 7 10 10-5 5V2l5 5L7 17",key:"1q5490"}]]);const v8=s("Bold",[["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"}]]);const x8=s("Bolt",[["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"}]]);const b8=s("Bomb",[["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"}]]);const M8=s("Bone",[["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"}]]);const w8=s("BookA",[["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"}]]);const C8=s("BookAudio",[["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"}]]);const S8=s("BookCheck",[["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"}]]);const j8=s("BookCopy",[["path",{d:"M2 16V4a2 2 0 0 1 2-2h11",key:"spzkk5"}],["path",{d:"M22 18H11a2 2 0 1 0 0 4h10.5a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5H11a2 2 0 0 0-2 2v12",key:"1wz07i"}],["path",{d:"M5 14H4a2 2 0 1 0 0 4h1",key:"16gqf9"}]]);const A8=s("BookDashed",[["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"}]]);const D8=s("BookDown",[["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"}]]);const P8=s("BookHeadphones",[["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"}]]);const T8=s("BookHeart",[["path",{d:"M16 8.2A2.22 2.22 0 0 0 13.8 6c-.8 0-1.4.3-1.8.9-.4-.6-1-.9-1.8-.9A2.22 2.22 0 0 0 8 8.2c0 .6.3 1.2.7 1.6A226.652 226.652 0 0 0 12 13a404 404 0 0 0 3.3-3.1 2.413 2.413 0 0 0 .7-1.7",key:"1t75a8"}],["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"}]]);const N8=s("BookImage",[["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"}]]);const E8=s("BookKey",[["path",{d:"m19 3 1 1",key:"ze14oc"}],["path",{d:"m20 2-4.5 4.5",key:"1sppr8"}],["path",{d:"M20 8v13a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"1ocbpn"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H14",key:"1gfsgw"}],["circle",{cx:"14",cy:"8",r:"2",key:"u49eql"}]]);const _8=s("BookLock",[["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"}]]);const z8=s("BookMarked",[["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"}]]);const O8=s("BookMinus",[["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"}]]);const R8=s("BookOpenCheck",[["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"}]]);const I8=s("BookOpenText",[["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"}]]);const V8=s("BookOpen",[["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"}]]);const L8=s("BookPlus",[["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"}]]);const H8=s("BookText",[["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"}]]);const q8=s("BookType",[["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"}]]);const F8=s("BookUp2",[["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"}]]);const B8=s("BookUp",[["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"}]]);const $8=s("BookUser",[["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"}]]);const W8=s("BookX",[["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"}]]);const G8=s("Book",[["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"}]]);const U8=s("BookmarkCheck",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",key:"169p4p"}],["path",{d:"m9 10 2 2 4-4",key:"1gnqz4"}]]);const Y8=s("BookmarkMinus",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10",key:"1gty7f"}]]);const Z8=s("BookmarkPlus",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}],["line",{x1:"12",x2:"12",y1:"7",y2:"13",key:"1cppfj"}],["line",{x1:"15",x2:"9",y1:"10",y2:"10",key:"1gty7f"}]]);const K8=s("BookmarkX",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z",key:"169p4p"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]);const X8=s("Bookmark",[["path",{d:"m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z",key:"1fy3hk"}]]);const J8=s("BoomBox",[["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"}]]);const Q8=s("BotMessageSquare",[["path",{d:"M12 6V2H8",key:"1155em"}],["path",{d:"m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z",key:"w2lp3e"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M9 11v2",key:"1ueba0"}],["path",{d:"M15 11v2",key:"i11awn"}],["path",{d:"M20 12h2",key:"1q8mjw"}]]);const eM=s("BotOff",[["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"}]]);const tM=s("Bot",[["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"}]]);const aM=s("Box",[["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"}]]);const nM=s("Boxes",[["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"}]]);const rM=s("Braces",[["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"}]]);const oM=s("Brackets",[["path",{d:"M16 3h3v18h-3",key:"1yor1f"}],["path",{d:"M8 21H5V3h3",key:"1qrfwo"}]]);const sM=s("BrainCircuit",[["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"}]]);const iM=s("BrainCog",[["path",{d:"M12 5a3 3 0 1 0-5.997.142 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588 4 4 0 0 0 7.636 2.106 3.2 3.2 0 0 0 .164-.546c.028-.13.306-.13.335 0a3.2 3.2 0 0 0 .163.546 4 4 0 0 0 7.636-2.106 4 4 0 0 0 .556-6.588 4 4 0 0 0-2.526-5.77A3 3 0 1 0 12 5",key:"1kgmhc"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["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:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m15.7 10.4-.9.4",key:"ayzo6p"}],["path",{d:"m9.2 13.2-.9.4",key:"1uzb3g"}],["path",{d:"m13.6 15.7-.4-.9",key:"11ifqf"}],["path",{d:"m10.8 9.2-.4-.9",key:"1pmk2v"}],["path",{d:"m15.7 13.5-.9-.4",key:"7ng02m"}],["path",{d:"m9.2 10.9-.9-.4",key:"1x66zd"}],["path",{d:"m10.5 15.7.4-.9",key:"3js94g"}],["path",{d:"m13.1 9.2.4-.9",key:"18n7mc"}]]);const lM=s("Brain",[["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:"M12 5a3 3 0 1 1 5.997.125 4 4 0 0 1 2.526 5.77 4 4 0 0 1-.556 6.588A4 4 0 1 1 12 18Z",key:"ep3f8r"}],["path",{d:"M15 13a4.5 4.5 0 0 1-3-4 4.5 4.5 0 0 1-3 4",key:"1p4c4q"}],["path",{d:"M17.599 6.5a3 3 0 0 0 .399-1.375",key:"tmeiqw"}],["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:"M19.938 10.5a4 4 0 0 1 .585.396",key:"1qfode"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M19.967 17.484A4 4 0 0 1 18 18",key:"159ez6"}]]);const cM=s("BrickWall",[["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"}]]);const dM=s("BriefcaseBusiness",[["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"}]]);const uM=s("BriefcaseConveyorBelt",[["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"}]]);const hM=s("BriefcaseMedical",[["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"}]]);const pM=s("Briefcase",[["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"}]]);const yM=s("BringToFront",[["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"}]]);const fM=s("Brush",[["path",{d:"m9.06 11.9 8.07-8.06a2.85 2.85 0 1 1 4.03 4.03l-8.06 8.08",key:"1styjt"}],["path",{d:"M7.07 14.94c-1.66 0-3 1.35-3 3.02 0 1.33-2.5 1.52-2 2.02 1.08 1.1 2.49 2.02 4 2.02 2.2 0 4-1.8 4-4.04a3.01 3.01 0 0 0-3-3.02z",key:"z0l1mu"}]]);const mM=s("BugOff",[["path",{d:"M15 7.13V6a3 3 0 0 0-5.14-2.1L8 2",key:"vl8zik"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M22 13h-4v-2a4 4 0 0 0-4-4h-1.3",key:"1ou0bd"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M7.7 7.7A4 4 0 0 0 6 11v3a6 6 0 0 0 11.13 3.13",key:"1njkjs"}],["path",{d:"M12 20v-8",key:"i3yub9"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}]]);const gM=s("BugPlay",[["path",{d:"M12.765 21.522a.5.5 0 0 1-.765-.424v-8.196a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z",key:"17shqo"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M18 11a4 4 0 0 0-4-4h-4a4 4 0 0 0-4 4v3a6.1 6.1 0 0 0 2 4.5",key:"1tjixy"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5",key:"32zzws"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",key:"d7y7pr"}]]);const kM=s("Bug",[["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M9 7.13v-1a3.003 3.003 0 1 1 6 0v1",key:"d7y7pr"}],["path",{d:"M12 20c-3.3 0-6-2.7-6-6v-3a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v3c0 3.3-2.7 6-6 6",key:"xs1cw7"}],["path",{d:"M12 20v-9",key:"1qisl0"}],["path",{d:"M6.53 9C4.6 8.8 3 7.1 3 5",key:"32zzws"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"M3 21c0-2.1 1.7-3.9 3.8-4",key:"4p0ekp"}],["path",{d:"M20.97 5c0 2.1-1.6 3.8-3.5 4",key:"18gb23"}],["path",{d:"M22 13h-4",key:"1jl80f"}],["path",{d:"M17.2 17c2.1.1 3.8 1.9 3.8 4",key:"k3fwyw"}]]);const vM=s("Building2",[["path",{d:"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z",key:"1b4qmf"}],["path",{d:"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2",key:"i71pzd"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2",key:"10jefs"}],["path",{d:"M10 6h4",key:"1itunk"}],["path",{d:"M10 10h4",key:"tcdvrf"}],["path",{d:"M10 14h4",key:"kelpxr"}],["path",{d:"M10 18h4",key:"1ulq68"}]]);const xM=s("Building",[["rect",{width:"16",height:"20",x:"4",y:"2",rx:"2",ry:"2",key:"76otgf"}],["path",{d:"M9 22v-4h6v4",key:"r93iot"}],["path",{d:"M8 6h.01",key:"1dz90k"}],["path",{d:"M16 6h.01",key:"1x0f13"}],["path",{d:"M12 6h.01",key:"1vi96p"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M12 14h.01",key:"1etili"}],["path",{d:"M16 10h.01",key:"1m94wz"}],["path",{d:"M16 14h.01",key:"1gbofw"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M8 14h.01",key:"6423bh"}]]);const bM=s("BusFront",[["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"}]]);const MM=s("Bus",[["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"}]]);const wM=s("CableCar",[["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"}]]);const CM=s("Cable",[["path",{d:"M17 21v-2a1 1 0 0 1-1-1v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1",key:"10bnsj"}],["path",{d:"M19 15V6.5a1 1 0 0 0-7 0v11a1 1 0 0 1-7 0V9",key:"1eqmu1"}],["path",{d:"M21 21v-2h-4",key:"14zm7j"}],["path",{d:"M3 5h4V3",key:"z442eg"}],["path",{d:"M7 5a1 1 0 0 1 1 1v1a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a1 1 0 0 1 1-1V3",key:"ebdjd7"}]]);const SM=s("CakeSlice",[["circle",{cx:"9",cy:"7",r:"2",key:"1305pl"}],["path",{d:"M7.2 7.9 3 11v9c0 .6.4 1 1 1h16c.6 0 1-.4 1-1v-9c0-2-3-6-7-8l-3.6 2.6",key:"xle13f"}],["path",{d:"M16 13H3",key:"1wpj08"}],["path",{d:"M16 17H3",key:"3lvfcd"}]]);const jM=s("Cake",[["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"}]]);const AM=s("Calculator",[["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"}]]);const DM=s("Calendar1",[["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"}]]);const PM=s("CalendarArrowDown",[["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"}]]);const TM=s("CalendarArrowUp",[["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"}]]);const NM=s("CalendarCheck2",[["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"}]]);const EM=s("CalendarCheck",[["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"}]]);const _M=s("CalendarClock",[["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:"M16 2v4",key:"4m81vk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M3 10h5",key:"r794hk"}],["path",{d:"M17.5 17.5 16 16.3V14",key:"akvzfd"}],["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}]]);const zM=s("CalendarCog",[["path",{d:"m15.2 16.9-.9-.4",key:"1r0w5f"}],["path",{d:"m15.2 19.1-.9.4",key:"j188fs"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"m16.9 15.2-.4-.9",key:"699xu"}],["path",{d:"m16.9 20.8-.4.9",key:"dfjc4z"}],["path",{d:"m19.5 14.3-.4.9",key:"1eb35c"}],["path",{d:"m19.5 21.7-.4-.9",key:"1tonu5"}],["path",{d:"M21 10.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6",key:"11kmuh"}],["path",{d:"m21.7 16.5-.9.4",key:"1knoei"}],["path",{d:"m21.7 19.5-.9-.4",key:"q4dx6b"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M8 2v4",key:"1cmpym"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}]]);const OM=s("CalendarDays",[["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"}]]);const RM=s("CalendarFold",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21 17V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11Z",key:"kg77oy"}],["path",{d:"M3 10h18",key:"8toen8"}],["path",{d:"M15 22v-4a2 2 0 0 1 2-2h4",key:"1gnbqr"}]]);const IM=s("CalendarHeart",[["path",{d:"M3 10h18V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7",key:"136lmk"}],["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["path",{d:"M21.29 14.7a2.43 2.43 0 0 0-2.65-.52c-.3.12-.57.3-.8.53l-.34.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L17.5 22l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",key:"1t7hil"}]]);const VM=s("CalendarMinus2",[["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"}]]);const LM=s("CalendarMinus",[["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"}]]);const HM=s("CalendarOff",[["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"}]]);const qM=s("CalendarPlus2",[["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"}]]);const FM=s("CalendarPlus",[["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:"M16 19h6",key:"xwg31i"}],["path",{d:"M19 16v6",key:"tddt3s"}]]);const BM=s("CalendarRange",[["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"}]]);const $M=s("CalendarSearch",[["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"}]]);const WM=s("CalendarSync",[["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"}]]);const GM=s("CalendarX2",[["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"}]]);const UM=s("CalendarX",[["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"}]]);const _2=s("Calendar",[["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"}]]);const YM=s("CameraOff",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16",key:"qmtpty"}],["path",{d:"M9.5 4h5L17 7h3a2 2 0 0 1 2 2v7.5",key:"1ufyfc"}],["path",{d:"M14.121 15.121A3 3 0 1 1 9.88 10.88",key:"11zox6"}]]);const ZM=s("Camera",[["path",{d:"M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z",key:"1tc9qg"}],["circle",{cx:"12",cy:"13",r:"3",key:"1vg3eu"}]]);const KM=s("CandyCane",[["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"}]]);const XM=s("CandyOff",[["path",{d:"m8.5 8.5-1 1a4.95 4.95 0 0 0 7 7l1-1",key:"1ff4ui"}],["path",{d:"M11.843 6.187A4.947 4.947 0 0 1 16.5 7.5a4.947 4.947 0 0 1 1.313 4.657",key:"1sbrv4"}],["path",{d:"M14 16.5V14",key:"1maf8j"}],["path",{d:"M14 6.5v1.843",key:"1a6u6t"}],["path",{d:"M10 10v7.5",key:"80pj65"}],["path",{d:"m16 7 1-5 1.367.683A3 3 0 0 0 19.708 3H21v1.292a3 3 0 0 0 .317 1.341L22 7l-5 1",key:"11a9mt"}],["path",{d:"m8 17-1 5-1.367-.683A3 3 0 0 0 4.292 21H3v-1.292a3 3 0 0 0-.317-1.341L2 17l5-1",key:"3mjmon"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const JM=s("Candy",[["path",{d:"m9.5 7.5-2 2a4.95 4.95 0 1 0 7 7l2-2a4.95 4.95 0 1 0-7-7Z",key:"ue6khb"}],["path",{d:"M14 6.5v10",key:"5xnk7c"}],["path",{d:"M10 7.5v10",key:"1uew51"}],["path",{d:"m16 7 1-5 1.37.68A3 3 0 0 0 19.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1",key:"b9cp6k"}],["path",{d:"m8 17-1 5-1.37-.68A3 3 0 0 0 4.3 21H3v-1.3a3 3 0 0 0-.32-1.33L2 17l5-1",key:"5lney8"}]]);const QM=s("Cannabis",[["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"}]]);const e7=s("CaptionsOff",[["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"}]]);const t7=s("Captions",[["rect",{width:"18",height:"14",x:"3",y:"5",rx:"2",ry:"2",key:"12ruh7"}],["path",{d:"M7 15h4M15 15h2M7 11h2M13 11h4",key:"1ueiar"}]]);const a7=s("CarFront",[["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"}]]);const n7=s("CarTaxiFront",[["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"}]]);const r7=s("Car",[["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"}]]);const o7=s("Caravan",[["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"}]]);const s7=s("Carrot",[["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"}]]);const i7=s("CaseLower",[["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"}]]);const l7=s("CaseSensitive",[["path",{d:"m3 15 4-8 4 8",key:"1vwr6u"}],["path",{d:"M4 13h6",key:"1r9ots"}],["circle",{cx:"18",cy:"12",r:"3",key:"1kchzo"}],["path",{d:"M21 9v6",key:"anns31"}]]);const c7=s("CaseUpper",[["path",{d:"m3 15 4-8 4 8",key:"1vwr6u"}],["path",{d:"M4 13h6",key:"1r9ots"}],["path",{d:"M15 11h4.5a2 2 0 0 1 0 4H15V7h4a2 2 0 0 1 0 4",key:"1sqfas"}]]);const d7=s("CassetteTape",[["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"}]]);const u7=s("Cast",[["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"}]]);const h7=s("Castle",[["path",{d:"M22 20v-9H2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2Z",key:"109fe4"}],["path",{d:"M18 11V4H6v7",key:"mon5oj"}],["path",{d:"M15 22v-4a3 3 0 0 0-3-3a3 3 0 0 0-3 3v4",key:"1k4jtn"}],["path",{d:"M22 11V9",key:"3zbp94"}],["path",{d:"M2 11V9",key:"1x5rnq"}],["path",{d:"M6 4V2",key:"1rsq15"}],["path",{d:"M18 4V2",key:"1jsdo1"}],["path",{d:"M10 4V2",key:"75d9ly"}],["path",{d:"M14 4V2",key:"8nj3z6"}]]);const p7=s("Cat",[["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"}]]);const y7=s("Cctv",[["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"}]]);const f7=s("ChartArea",[["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"}]]);const m7=s("ChartBarBig",[["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"}]]);const g7=s("ChartBarDecreasing",[["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"}]]);const k7=s("ChartBarIncreasing",[["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"}]]);const v7=s("ChartBarStacked",[["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"}]]);const x7=s("ChartBar",[["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"}]]);const b7=s("ChartCandlestick",[["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"}]]);const M7=s("ChartColumnBig",[["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"}]]);const w7=s("ChartColumnDecreasing",[["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"}]]);const C7=s("ChartColumnIncreasing",[["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"}]]);const S7=s("ChartColumnStacked",[["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"}]]);const j7=s("ChartColumn",[["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"}]]);const A7=s("ChartGantt",[["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"}]]);const D7=s("ChartLine",[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]]);const P7=s("ChartNetwork",[["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"}]]);const T7=s("ChartNoAxesColumnDecreasing",[["path",{d:"M12 20V10",key:"g8npz5"}],["path",{d:"M18 20v-4",key:"8uic4z"}],["path",{d:"M6 20V4",key:"1w1bmo"}]]);const N7=s("ChartNoAxesColumnIncreasing",[["line",{x1:"12",x2:"12",y1:"20",y2:"10",key:"1vz5eb"}],["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["line",{x1:"6",x2:"6",y1:"20",y2:"16",key:"hq0ia6"}]]);const E7=s("ChartNoAxesColumn",[["line",{x1:"18",x2:"18",y1:"20",y2:"10",key:"1xfpm4"}],["line",{x1:"12",x2:"12",y1:"20",y2:"4",key:"be30l9"}],["line",{x1:"6",x2:"6",y1:"20",y2:"14",key:"1r4le6"}]]);const _7=s("ChartNoAxesCombined",[["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"}]]);const z7=s("ChartNoAxesGantt",[["path",{d:"M8 6h10",key:"9lnwnk"}],["path",{d:"M6 12h9",key:"1g9pqf"}],["path",{d:"M11 18h7",key:"c8dzvl"}]]);const O7=s("ChartPie",[["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"}]]);const R7=s("ChartScatter",[["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"}]]);const I7=s("ChartSpline",[["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"}]]);const V7=s("CheckCheck",[["path",{d:"M18 6 7 17l-5-5",key:"116fxf"}],["path",{d:"m22 10-7.5 7.5L13 16",key:"ke71qq"}]]);const Ln=s("Check",[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]]);const L7=s("ChefHat",[["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"}]]);const H7=s("Cherry",[["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"}]]);const Ua=s("ChevronDown",[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]]);const q7=s("ChevronFirst",[["path",{d:"m17 18-6-6 6-6",key:"1yerx2"}],["path",{d:"M7 6v12",key:"1p53r6"}]]);const F7=s("ChevronLast",[["path",{d:"m7 18 6-6-6-6",key:"lwmzdw"}],["path",{d:"M17 6v12",key:"1o0aio"}]]);const Mr=s("ChevronLeft",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]);const la=s("ChevronRight",[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]]);const Li=s("ChevronUp",[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]]);const B7=s("ChevronsDownUp",[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]]);const $7=s("ChevronsDown",[["path",{d:"m7 6 5 5 5-5",key:"1lc07p"}],["path",{d:"m7 13 5 5 5-5",key:"1d48rs"}]]);const W7=s("ChevronsLeftRightEllipsis",[["path",{d:"m18 8 4 4-4 4",key:"1ak13k"}],["path",{d:"m6 8-4 4 4 4",key:"15zrgr"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]);const G7=s("ChevronsLeftRight",[["path",{d:"m9 7-5 5 5 5",key:"j5w590"}],["path",{d:"m15 7 5 5-5 5",key:"1bl6da"}]]);const z2=s("ChevronsLeft",[["path",{d:"m11 17-5-5 5-5",key:"13zhaf"}],["path",{d:"m18 17-5-5 5-5",key:"h8a8et"}]]);const U7=s("ChevronsRightLeft",[["path",{d:"m20 17-5-5 5-5",key:"30x0n2"}],["path",{d:"m4 17 5-5-5-5",key:"16spf4"}]]);const O2=s("ChevronsRight",[["path",{d:"m6 17 5-5-5-5",key:"xnjwq"}],["path",{d:"m13 17 5-5-5-5",key:"17xmmf"}]]);const R2=s("ChevronsUpDown",[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]]);const Y7=s("ChevronsUp",[["path",{d:"m17 11-5-5-5 5",key:"e8nh98"}],["path",{d:"m17 18-5-5-5 5",key:"2avn1x"}]]);const Z7=s("Chrome",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["line",{x1:"21.17",x2:"12",y1:"8",y2:"8",key:"a0cw5f"}],["line",{x1:"3.95",x2:"8.54",y1:"6.06",y2:"14",key:"1kftof"}],["line",{x1:"10.88",x2:"15.46",y1:"21.94",y2:"14",key:"1ymyh8"}]]);const K7=s("Church",[["path",{d:"M10 9h4",key:"u4k05v"}],["path",{d:"M12 7v5",key:"ma6bk"}],["path",{d:"M14 22v-4a2 2 0 0 0-4 0v4",key:"1pdhuj"}],["path",{d:"M18 22V5.618a1 1 0 0 0-.553-.894l-4.553-2.277a2 2 0 0 0-1.788 0L6.553 4.724A1 1 0 0 0 6 5.618V22",key:"1rkokr"}],["path",{d:"m18 7 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.618a1 1 0 0 1 .553-.894L6 7",key:"1w6esw"}]]);const X7=s("CigaretteOff",[["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"}]]);const J7=s("Cigarette",[["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"}]]);const I2=s("CircleAlert",[["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"}]]);const Q7=s("CircleArrowDown",[["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"}]]);const ew=s("CircleArrowLeft",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"m12 8-4 4 4 4",key:"15vm53"}]]);const tw=s("CircleArrowOutDownLeft",[["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"}]]);const aw=s("CircleArrowOutDownRight",[["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"}]]);const nw=s("CircleArrowOutUpLeft",[["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"}]]);const rw=s("CircleArrowOutUpRight",[["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"}]]);const ow=s("CircleArrowRight",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"m12 16 4-4-4-4",key:"1i9zcv"}]]);const sw=s("CircleArrowUp",[["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"}]]);const iw=s("CircleCheckBig",[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]);const Hi=s("CircleCheck",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const lw=s("CircleChevronDown",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]);const cw=s("CircleChevronLeft",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]);const dw=s("CircleChevronRight",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]);const uw=s("CircleChevronUp",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]);const hw=s("CircleDashed",[["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"}]]);const pw=s("CircleDivide",[["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"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const yw=s("CircleDollarSign",[["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"}]]);const fw=s("CircleDotDashed",[["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"}]]);const mw=s("CircleDot",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);const gw=s("CircleEllipsis",[["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"}]]);const kw=s("CircleEqual",[["path",{d:"M7 10h10",key:"1101jm"}],["path",{d:"M7 14h10",key:"1mhdw3"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const vw=s("CircleFadingArrowUp",[["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"}]]);const xw=s("CircleFadingPlus",[["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"}]]);const bw=s("CircleGauge",[["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"}]]);const Mw=s("CircleHelp",[["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"}]]);const ww=s("CircleMinus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const Cw=s("CircleOff",[["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"}]]);const Sw=s("CircleParkingOff",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m5 5 14 14",key:"11anup"}],["path",{d:"M13 13a3 3 0 1 0 0-6H9v2",key:"uoagbd"}],["path",{d:"M9 17v-2.34",key:"a9qo08"}]]);const jw=s("CircleParking",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9 17V7h4a3 3 0 0 1 0 6H9",key:"1dfk2c"}]]);const Aw=s("CirclePause",[["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"}]]);const Dw=s("CirclePercent",[["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"}]]);const Pw=s("CirclePlay",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polygon",{points:"10 8 16 12 10 16 10 8",key:"1cimsy"}]]);const Tw=s("CirclePlus",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]);const Nw=s("CirclePower",[["path",{d:"M12 7v4",key:"xawao1"}],["path",{d:"M7.998 9.003a5 5 0 1 0 8-.005",key:"1pek45"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const Ew=s("CircleSlash2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M22 2 2 22",key:"y4kqgn"}]]);const _w=s("CircleSlash",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]);const zw=s("CircleStop",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["rect",{x:"9",y:"9",width:"6",height:"6",rx:"1",key:"1ssd4o"}]]);const Ow=s("CircleUserRound",[["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"}]]);const Rw=s("CircleUser",[["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"}]]);const Iw=s("CircleX",[["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"}]]);const wr=s("Circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const V2=s("CircuitBoard",[["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"}]]);const Vw=s("Citrus",[["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"}]]);const Lw=s("Clapperboard",[["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:"1tn4o7"}],["path",{d:"m6.2 5.3 3.1 3.9",key:"iuk76l"}],["path",{d:"m12.4 3.4 3.1 4",key:"6hsd6n"}],["path",{d:"M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z",key:"ltgou9"}]]);const Hw=s("ClipboardCheck",[["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"}]]);const qw=s("ClipboardCopy",[["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"}]]);const Fw=s("ClipboardList",[["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"}]]);const Bw=s("ClipboardMinus",[["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"}]]);const $w=s("ClipboardPaste",[["path",{d:"M15 2H9a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1Z",key:"1pp7kr"}],["path",{d:"M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10",key:"2ik1ml"}],["path",{d:"m17 10 4 4-4 4",key:"vp2hj1"}]]);const Ww=s("ClipboardPenLine",[["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"}]]);const Gw=s("ClipboardPen",[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",key:"1oijnt"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-5.5",key:"cereej"}],["path",{d:"M4 13.5V6a2 2 0 0 1 2-2h2",key:"5ua5vh"}],["path",{d:"M13.378 15.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:"1y4qbx"}]]);const Uw=s("ClipboardPlus",[["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"}]]);const Yw=s("ClipboardType",[["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"}]]);const Zw=s("ClipboardX",[["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"}]]);const Kw=s("Clipboard",[["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"}]]);const Xw=s("Clock1",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 8",key:"12zbmj"}]]);const Jw=s("Clock10",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 10",key:"atfzqc"}]]);const Qw=s("Clock11",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 8",key:"l5bg6f"}]]);const e9=s("Clock12",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12",key:"1fub01"}]]);const t9=s("Clock2",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 10",key:"1g230d"}]]);const a9=s("Clock3",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16.5 12",key:"1aq6pp"}]]);const n9=s("Clock4",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]]);const r9=s("Clock5",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 14.5 16",key:"1pcbox"}]]);const o9=s("Clock6",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 12 16.5",key:"hb2qv6"}]]);const s9=s("Clock7",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 9.5 16",key:"ka3394"}]]);const i9=s("Clock8",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 8 14",key:"tmc9b4"}]]);const l9=s("Clock9",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 7.5 12",key:"1k60p0"}]]);const c9=s("ClockAlert",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["path",{d:"M16 21.16a10 10 0 1 1 5-13.516",key:"cxo92l"}],["path",{d:"M20 11.5v6",key:"2ei3xq"}],["path",{d:"M20 21.5h.01",key:"1r2dzp"}]]);const d9=s("ClockArrowDown",[["path",{d:"M12.338 21.994A10 10 0 1 1 21.925 13.227",key:"1i7shu"}],["path",{d:"M12 6v6l2 1",key:"19cm8n"}],["path",{d:"m14 18 4 4 4-4",key:"1waygx"}],["path",{d:"M18 14v8",key:"irew45"}]]);const u9=s("ClockArrowUp",[["path",{d:"M13.228 21.925A10 10 0 1 1 21.994 12.338",key:"1fzlyi"}],["path",{d:"M12 6v6l1.562.781",key:"1ujuk9"}],["path",{d:"m14 18 4-4 4 4",key:"ftkppy"}],["path",{d:"M18 22v-8",key:"su0gjh"}]]);const h9=s("Clock",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16 14",key:"68esgv"}]]);const p9=s("CloudAlert",[["path",{d:"M12 12v4",key:"tww15h"}],["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M17 18h.5a1 1 0 0 0 0-9h-1.79A7 7 0 1 0 7 17.708",key:"xsb5ju"}]]);const y9=s("CloudCog",[["circle",{cx:"12",cy:"17",r:"3",key:"1spfwm"}],["path",{d:"M4.2 15.1A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.2",key:"zaobp"}],["path",{d:"m15.7 18.4-.9-.3",key:"4qxpbn"}],["path",{d:"m9.2 15.9-.9-.3",key:"17q7o2"}],["path",{d:"m10.6 20.7.3-.9",key:"1pf4s2"}],["path",{d:"m13.1 14.2.3-.9",key:"1mnuqm"}],["path",{d:"m13.6 20.7-.4-1",key:"1jpd1m"}],["path",{d:"m10.8 14.3-.4-1",key:"17ugyy"}],["path",{d:"m8.3 18.6 1-.4",key:"s42vdx"}],["path",{d:"m14.7 15.8 1-.4",key:"2wizun"}]]);const f9=s("CloudDownload",[["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"}]]);const m9=s("CloudDrizzle",[["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"}]]);const g9=s("CloudFog",[["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"}]]);const k9=s("CloudHail",[["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"}]]);const v9=s("CloudLightning",[["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"}]]);const x9=s("CloudMoonRain",[["path",{d:"M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197",key:"erj67n"}],["path",{d:"M11 20v2",key:"174qtz"}],["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"}]]);const b9=s("CloudMoon",[["path",{d:"M10.188 8.5A6 6 0 0 1 16 4a1 1 0 0 0 6 6 6 6 0 0 1-3 5.197",key:"erj67n"}],["path",{d:"M13 16a3 3 0 1 1 0 6H7a5 5 0 1 1 4.9-6Z",key:"p44pc9"}]]);const M9=s("CloudOff",[["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193",key:"yfwify"}],["path",{d:"M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07",key:"jlfiyv"}]]);const w9=s("CloudRainWind",[["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"}]]);const C9=s("CloudRain",[["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"}]]);const S9=s("CloudSnow",[["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"}]]);const j9=s("CloudSunRain",[["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"}]]);const A9=s("CloudSun",[["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"}]]);const D9=s("CloudUpload",[["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"}]]);const P9=s("Cloud",[["path",{d:"M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"p7xjir"}]]);const T9=s("Cloudy",[["path",{d:"M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z",key:"gqqjvc"}],["path",{d:"M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5",key:"1p2s76"}]]);const N9=s("Clover",[["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"}]]);const E9=s("Club",[["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"}]]);const _9=s("CodeXml",[["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"}]]);const z9=s("Code",[["polyline",{points:"16 18 22 12 16 6",key:"z7tu5w"}],["polyline",{points:"8 6 2 12 8 18",key:"1eg1df"}]]);const O9=s("Codepen",[["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"}]]);const R9=s("Codesandbox",[["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"}]]);const I9=s("Coffee",[["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"}]]);const V9=s("Cog",[["path",{d:"M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z",key:"sobvz5"}],["path",{d:"M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",key:"11i496"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 22v-2",key:"1osdcq"}],["path",{d:"m17 20.66-1-1.73",key:"eq3orb"}],["path",{d:"M11 10.27 7 3.34",key:"16pf9h"}],["path",{d:"m20.66 17-1.73-1",key:"sg0v6f"}],["path",{d:"m3.34 7 1.73 1",key:"1ulond"}],["path",{d:"M14 12h8",key:"4f43i9"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"m20.66 7-1.73 1",key:"1ow05n"}],["path",{d:"m3.34 17 1.73-1",key:"nuk764"}],["path",{d:"m17 3.34-1 1.73",key:"2wel8s"}],["path",{d:"m11 13.73-4 6.93",key:"794ttg"}]]);const L9=s("Coins",[["circle",{cx:"8",cy:"8",r:"6",key:"3yglwk"}],["path",{d:"M18.09 10.37A6 6 0 1 1 10.34 18",key:"t5s6rm"}],["path",{d:"M7 6h1v4",key:"1obek4"}],["path",{d:"m16.71 13.88.7.71-2.82 2.82",key:"1rbuyh"}]]);const H9=s("Columns2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M12 3v18",key:"108xh3"}]]);const q9=s("Columns3",[["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"}]]);const F9=s("Columns4",[["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"}]]);const B9=s("Combine",[["path",{d:"M10 18H5a3 3 0 0 1-3-3v-1",key:"ru65g8"}],["path",{d:"M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"e30een"}],["path",{d:"M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"2ahx8o"}],["path",{d:"m7 21 3-3-3-3",key:"127cv2"}],["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"}]]);const $9=s("Command",[["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"}]]);const W9=s("Compass",[["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"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);const G9=s("Component",[["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"}]]);const U9=s("Computer",[["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"}]]);const Y9=s("ConciergeBell",[["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"}]]);const Z9=s("Cone",[["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"}]]);const K9=s("Construction",[["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"}]]);const X9=s("ContactRound",[["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"}]]);const J9=s("Contact",[["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"}]]);const Q9=s("Container",[["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"}]]);const eC=s("Contrast",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 18a6 6 0 0 0 0-12v12z",key:"j4l70d"}]]);const tC=s("Cookie",[["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"}]]);const aC=s("CookingPot",[["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"}]]);const nC=s("CopyCheck",[["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"}]]);const rC=s("CopyMinus",[["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"}]]);const oC=s("CopyPlus",[["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"}]]);const sC=s("CopySlash",[["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"}]]);const iC=s("CopyX",[["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"}]]);const lC=s("Copy",[["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"}]]);const cC=s("Copyleft",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.17 14.83a4 4 0 1 0 0-5.66",key:"1sveal"}]]);const dC=s("Copyright",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M14.83 14.83a4 4 0 1 1 0-5.66",key:"1i56pz"}]]);const uC=s("CornerDownLeft",[["polyline",{points:"9 10 4 15 9 20",key:"r3jprv"}],["path",{d:"M20 4v7a4 4 0 0 1-4 4H4",key:"6o5b7l"}]]);const hC=s("CornerDownRight",[["polyline",{points:"15 10 20 15 15 20",key:"1q7qjw"}],["path",{d:"M4 4v7a4 4 0 0 0 4 4h12",key:"z08zvw"}]]);const pC=s("CornerLeftDown",[["polyline",{points:"14 15 9 20 4 15",key:"nkc4i"}],["path",{d:"M20 4h-7a4 4 0 0 0-4 4v12",key:"nbpdq2"}]]);const yC=s("CornerLeftUp",[["polyline",{points:"14 9 9 4 4 9",key:"m9oyvo"}],["path",{d:"M20 20h-7a4 4 0 0 1-4-4V4",key:"1blwi3"}]]);const fC=s("CornerRightDown",[["polyline",{points:"10 15 15 20 20 15",key:"axus6l"}],["path",{d:"M4 4h7a4 4 0 0 1 4 4v12",key:"wcbgct"}]]);const mC=s("CornerRightUp",[["polyline",{points:"10 9 15 4 20 9",key:"1lr6px"}],["path",{d:"M4 20h7a4 4 0 0 0 4-4V4",key:"1plgdj"}]]);const gC=s("CornerUpLeft",[["polyline",{points:"9 14 4 9 9 4",key:"881910"}],["path",{d:"M20 20v-7a4 4 0 0 0-4-4H4",key:"1nkjon"}]]);const kC=s("CornerUpRight",[["polyline",{points:"15 14 20 9 15 4",key:"1tbx3s"}],["path",{d:"M4 20v-7a4 4 0 0 1 4-4h12",key:"1lu4f8"}]]);const vC=s("Cpu",[["rect",{width:"16",height:"16",x:"4",y:"4",rx:"2",key:"14l7u7"}],["rect",{width:"6",height:"6",x:"9",y:"9",rx:"1",key:"5aljv4"}],["path",{d:"M15 2v2",key:"13l42r"}],["path",{d:"M15 20v2",key:"15mkzm"}],["path",{d:"M2 15h2",key:"1gxd5l"}],["path",{d:"M2 9h2",key:"1bbxkp"}],["path",{d:"M20 15h2",key:"19e6y8"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M9 2v2",key:"165o2o"}],["path",{d:"M9 20v2",key:"i2bqo8"}]]);const xC=s("CreativeCommons",[["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"}]]);const bC=s("CreditCard",[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]]);const MC=s("Croissant",[["path",{d:"m4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z",key:"1ozxlb"}],["path",{d:"m10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83",key:"ffuyb5"}],["path",{d:"M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4",key:"osnpzi"}],["path",{d:"m14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2",key:"1vubaw"}],["path",{d:"M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5",key:"wxr772"}]]);const wC=s("Crop",[["path",{d:"M6 2v14a2 2 0 0 0 2 2h14",key:"ron5a4"}],["path",{d:"M18 22V8a2 2 0 0 0-2-2H2",key:"7s9ehn"}]]);const CC=s("Cross",[["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"}]]);const SC=s("Crosshair",[["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"}]]);const jC=s("Crown",[["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"}]]);const AC=s("Cuboid",[["path",{d:"m21.12 6.4-6.05-4.06a2 2 0 0 0-2.17-.05L2.95 8.41a2 2 0 0 0-.95 1.7v5.82a2 2 0 0 0 .88 1.66l6.05 4.07a2 2 0 0 0 2.17.05l9.95-6.12a2 2 0 0 0 .95-1.7V8.06a2 2 0 0 0-.88-1.66Z",key:"1u2ovd"}],["path",{d:"M10 22v-8L2.25 9.15",key:"11pn4q"}],["path",{d:"m10 14 11.77-6.87",key:"1kt1wh"}]]);const DC=s("CupSoda",[["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"}]]);const PC=s("Currency",[["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"}]]);const TC=s("Cylinder",[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5v14a9 3 0 0 0 18 0V5",key:"aqi0yr"}]]);const NC=s("Dam",[["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"}]]);const EC=s("DatabaseBackup",[["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"}]]);const _C=s("DatabaseZap",[["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"}]]);const zC=s("Database",[["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"}]]);const OC=s("Delete",[["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"}]]);const RC=s("Dessert",[["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}],["path",{d:"M10.2 3.2C5.5 4 2 8.1 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 0c0-4.9-3.5-9-8.2-9.8",key:"lfo06j"}],["path",{d:"M3.2 14.8a9 9 0 0 0 17.6 0",key:"12xarc"}]]);const IC=s("Diameter",[["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"}]]);const VC=s("DiamondMinus",[["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"}]]);const LC=s("DiamondPercent",[["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"}]]);const HC=s("DiamondPlus",[["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"}]]);const qC=s("Diamond",[["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"}]]);const FC=s("Dice1",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["path",{d:"M12 12h.01",key:"1mp3jc"}]]);const BC=s("Dice2",[["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"}]]);const $C=s("Dice3",[["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"}]]);const WC=s("Dice4",[["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"}]]);const GC=s("Dice5",[["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"}]]);const UC=s("Dice6",[["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"}]]);const YC=s("Dices",[["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"}]]);const ZC=s("Diff",[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]]);const KC=s("Disc2",[["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"}]]);const XC=s("Disc3",[["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"}]]);const JC=s("DiscAlbum",[["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"}]]);const QC=s("Disc",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}]]);const eS=s("Divide",[["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"}]]);const tS=s("DnaOff",[["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"}]]);const aS=s("Dna",[["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"}]]);const nS=s("Dock",[["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"}]]);const rS=s("Dog",[["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"}]]);const oS=s("DollarSign",[["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"}]]);const sS=s("Donut",[["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"}]]);const iS=s("DoorClosed",[["path",{d:"M18 20V6a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v14",key:"36qu9e"}],["path",{d:"M2 20h20",key:"owomy5"}],["path",{d:"M14 12v.01",key:"xfcn54"}]]);const lS=s("DoorOpen",[["path",{d:"M13 4h3a2 2 0 0 1 2 2v14",key:"hrm0s9"}],["path",{d:"M2 20h3",key:"1gaodv"}],["path",{d:"M13 20h9",key:"s90cdi"}],["path",{d:"M10 12v.01",key:"vx6srw"}],["path",{d:"M13 4.562v16.157a1 1 0 0 1-1.242.97L5 20V5.562a2 2 0 0 1 1.515-1.94l4-1A2 2 0 0 1 13 4.561Z",key:"199qr4"}]]);const cS=s("Dot",[["circle",{cx:"12.1",cy:"12.1",r:"1",key:"18d7e5"}]]);const L2=s("Download",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]]);const dS=s("DraftingCompass",[["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"}]]);const uS=s("Drama",[["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"}]]);const hS=s("Dribbble",[["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"}]]);const pS=s("Drill",[["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"}]]);const yS=s("DropletOff",[["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"}]]);const fS=s("Droplet",[["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"}]]);const mS=s("Droplets",[["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"}]]);const gS=s("Drum",[["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"}]]);const kS=s("Drumstick",[["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"}]]);const vS=s("Dumbbell",[["path",{d:"M14.4 14.4 9.6 9.6",key:"ic80wn"}],["path",{d:"M18.657 21.485a2 2 0 1 1-2.829-2.828l-1.767 1.768a2 2 0 1 1-2.829-2.829l6.364-6.364a2 2 0 1 1 2.829 2.829l-1.768 1.767a2 2 0 1 1 2.828 2.829z",key:"nnl7wr"}],["path",{d:"m21.5 21.5-1.4-1.4",key:"1f1ice"}],["path",{d:"M3.9 3.9 2.5 2.5",key:"1evmna"}],["path",{d:"M6.404 12.768a2 2 0 1 1-2.829-2.829l1.768-1.767a2 2 0 1 1-2.828-2.829l2.828-2.828a2 2 0 1 1 2.829 2.828l1.767-1.768a2 2 0 1 1 2.829 2.829z",key:"yhosts"}]]);const xS=s("EarOff",[["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"}]]);const bS=s("Ear",[["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"}]]);const MS=s("EarthLock",[["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"}]]);const wS=s("Earth",[["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"}]]);const CS=s("Eclipse",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a7 7 0 1 0 10 10",key:"1yuj32"}]]);const SS=s("EggFried",[["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"}]]);const jS=s("EggOff",[["path",{d:"M6.399 6.399C5.362 8.157 4.65 10.189 4.5 12c-.37 4.43 1.27 9.95 7.5 10 3.256-.026 5.259-1.547 6.375-3.625",key:"6et380"}],["path",{d:"M19.532 13.875A14.07 14.07 0 0 0 19.5 12c-.36-4.34-3.95-9.96-7.5-10-1.04.012-2.082.502-3.046 1.297",key:"gcdc3f"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const AS=s("Egg",[["path",{d:"M12 22c6.23-.05 7.87-5.57 7.5-10-.36-4.34-3.95-9.96-7.5-10-3.55.04-7.14 5.66-7.5 10-.37 4.43 1.27 9.95 7.5 10z",key:"1c39pg"}]]);const DS=s("EllipsisVertical",[["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"}]]);const qi=s("Ellipsis",[["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"}]]);const PS=s("EqualApproximately",[["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"}]]);const TS=s("EqualNot",[["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"}]]);const NS=s("Equal",[["line",{x1:"5",x2:"19",y1:"9",y2:"9",key:"1nwqeh"}],["line",{x1:"5",x2:"19",y1:"15",y2:"15",key:"g8yjpy"}]]);const ES=s("Eraser",[["path",{d:"m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21",key:"182aya"}],["path",{d:"M22 21H7",key:"t4ddhn"}],["path",{d:"m5 11 9 9",key:"1mo9qw"}]]);const _S=s("EthernetPort",[["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"}]]);const zS=s("Euro",[["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"}]]);const OS=s("Expand",[["path",{d:"m21 21-6-6m6 6v-4.8m0 4.8h-4.8",key:"1c15vz"}],["path",{d:"M3 16.2V21m0 0h4.8M3 21l6-6",key:"1fsnz2"}],["path",{d:"M21 7.8V3m0 0h-4.8M21 3l-6 6",key:"hawz9i"}],["path",{d:"M3 7.8V3m0 0h4.8M3 3l6 6",key:"u9ee12"}]]);const RS=s("ExternalLink",[["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"}]]);const IS=s("EyeClosed",[["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"}]]);const VS=s("EyeOff",[["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"}]]);const LS=s("Eye",[["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"}]]);const HS=s("Facebook",[["path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z",key:"1jg4f8"}]]);const qS=s("Factory",[["path",{d:"M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"159hny"}],["path",{d:"M17 18h1",key:"uldtlt"}],["path",{d:"M12 18h1",key:"s9uhes"}],["path",{d:"M7 18h1",key:"1neino"}]]);const FS=s("Fan",[["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"}]]);const BS=s("FastForward",[["polygon",{points:"13 19 22 12 13 5 13 19",key:"587y9g"}],["polygon",{points:"2 19 11 12 2 5 2 19",key:"3pweh0"}]]);const $S=s("Feather",[["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"}]]);const WS=s("Fence",[["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"}]]);const GS=s("FerrisWheel",[["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"}]]);const US=s("Figma",[["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"}]]);const YS=s("FileArchive",[["path",{d:"M10 12v-1",key:"v7bkov"}],["path",{d:"M10 18v-2",key:"1cjy8d"}],["path",{d:"M10 7V6",key:"dljcrl"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 .274 1.01",key:"gkbcor"}],["circle",{cx:"10",cy:"20",r:"2",key:"1xzdoj"}]]);const ZS=s("FileAudio2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2",key:"17k7jt"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"3",cy:"17",r:"1",key:"vo6nti"}],["path",{d:"M2 17v-3a4 4 0 0 1 8 0v3",key:"1ggdre"}],["circle",{cx:"9",cy:"17",r:"1",key:"bc1fq4"}]]);const KS=s("FileAudio",[["path",{d:"M17.5 22h.5a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"rslqgf"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 19a2 2 0 1 1 4 0v1a2 2 0 1 1-4 0v-4a6 6 0 0 1 12 0v4a2 2 0 1 1-4 0v-1a2 2 0 1 1 4 0",key:"9f7x3i"}]]);const XS=s("FileAxis3d",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 18 4-4",key:"12zab0"}],["path",{d:"M8 10v8h8",key:"tlaukw"}]]);const JS=s("FileBadge2",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m14 12.5 1 5.5-3-1-3 1 1-5.5",key:"14xlky"}]]);const QS=s("FileBadge",[["path",{d:"M12 22h6a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"12ixgl"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M5 17a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",key:"u0c8gj"}],["path",{d:"M7 16.5 8 22l-3-1-3 1 1-5.5",key:"5gm2nr"}]]);const ej=s("FileBox",[["path",{d:"M14.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"16lz6z"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 13.1a2 2 0 0 0-1 1.76v3.24a2 2 0 0 0 .97 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:"99pj1s"}],["path",{d:"M7 17v5",key:"1yj1jh"}],["path",{d:"M11.7 14.2 7 17l-4.7-2.8",key:"1yk8tc"}]]);const tj=s("FileChartColumnIncreasing",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["path",{d:"M12 18v-4",key:"q1q25u"}],["path",{d:"M16 18v-6",key:"15y0np"}]]);const aj=s("FileChartColumn",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-1",key:"zg0ygc"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"M16 18v-3",key:"j5jt4h"}]]);const nj=s("FileChartLine",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m16 13-3.5 3.5-2-2L8 17",key:"zz7yod"}]]);const rj=s("FileChartPie",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5",key:"13ddob"}],["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"}]]);const oj=s("FileCheck2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3 15 2 2 4-4",key:"1lhrkk"}]]);const sj=s("FileCheck",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]]);const ij=s("FileClock",[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"37hlfg"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"8",cy:"16",r:"6",key:"10v15b"}],["path",{d:"M9.5 17.5 8 16.25V14",key:"1o80t2"}]]);const lj=s("FileCode2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m5 12-3 3 3 3",key:"oke12k"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]]);const cj=s("FileCode",[["path",{d:"M10 12.5 8 15l2 2.5",key:"1tg20x"}],["path",{d:"m14 12.5 2 2.5-2 2.5",key:"yinavb"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}]]);const dj=s("FileCog",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3.2 12.9-.9-.4",key:"1i3dj5"}],["path",{d:"m3.2 15.1-.9.4",key:"1fvgj0"}],["path",{d:"M4.677 21.5a2 2 0 0 0 1.313.5H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2.5",key:"1yo3oz"}],["path",{d:"m4.9 11.2-.4-.9",key:"otmhb9"}],["path",{d:"m4.9 16.8-.4.9",key:"1b8z07"}],["path",{d:"m7.5 10.3-.4.9",key:"11k65u"}],["path",{d:"m7.5 17.7-.4-.9",key:"431x55"}],["path",{d:"m9.7 12.5-.9.4",key:"87sjan"}],["path",{d:"m9.7 15.5-.9-.4",key:"khqm91"}],["circle",{cx:"6",cy:"14",r:"3",key:"a1xfv6"}]]);const uj=s("FileDiff",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 13V7",key:"h0r20n"}],["path",{d:"M9 17h6",key:"r8uit2"}]]);const hj=s("FileDigit",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"4",height:"6",x:"2",y:"12",rx:"2",key:"jm304g"}],["path",{d:"M10 12h2v6",key:"12zw74"}],["path",{d:"M10 18h4",key:"1ulq68"}]]);const pj=s("FileDown",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 18v-6",key:"17g6i2"}],["path",{d:"m9 15 3 3 3-3",key:"1npd3o"}]]);const yj=s("FileHeart",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v2",key:"17k7jt"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10.29 10.7a2.43 2.43 0 0 0-2.66-.52c-.29.12-.56.3-.78.53l-.35.34-.35-.34a2.43 2.43 0 0 0-2.65-.53c-.3.12-.56.3-.79.53-.95.94-1 2.53.2 3.74L6.5 18l3.6-3.55c1.2-1.21 1.14-2.8.19-3.74Z",key:"1c1fso"}]]);const fj=s("FileImage",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["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"}]]);const mj=s("FileInput",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 15h10",key:"jfw4w8"}],["path",{d:"m9 18 3-3-3-3",key:"112psh"}]]);const gj=s("FileJson2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 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:"fq0c9t"}],["path",{d:"M8 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:"4gibmv"}]]);const kj=s("FileJson",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["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"}]]);const vj=s("FileKey2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v6",key:"rc0qvx"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"4",cy:"16",r:"2",key:"1ehqvc"}],["path",{d:"m10 10-4.5 4.5",key:"7fwrp6"}],["path",{d:"m9 11 1 1",key:"wa6s5q"}]]);const xj=s("FileKey",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["circle",{cx:"10",cy:"16",r:"2",key:"4ckbqe"}],["path",{d:"m16 10-4.5 4.5",key:"7p3ebg"}],["path",{d:"m15 11 1 1",key:"1bsyx3"}]]);const bj=s("FileLock2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1",key:"jmtmu2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"8",height:"5",x:"2",y:"13",rx:"1",key:"10y5wo"}],["path",{d:"M8 13v-2a2 2 0 1 0-4 0v2",key:"1pdxzg"}]]);const Mj=s("FileLock",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["rect",{width:"8",height:"6",x:"8",y:"12",rx:"1",key:"3yr8at"}],["path",{d:"M10 12v-2a2 2 0 1 1 4 0v2",key:"j4i8d"}]]);const wj=s("FileMinus2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}]]);const Cj=s("FileMinus",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}]]);const Sj=s("FileMusic",[["path",{d:"M10.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v8.4",key:"1d3kfm"}],["path",{d:"M8 18v-7.7L16 9v7",key:"1oie6o"}],["circle",{cx:"14",cy:"16",r:"2",key:"1bzzi3"}],["circle",{cx:"6",cy:"18",r:"2",key:"1fncim"}]]);const jj=s("FileOutput",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 7V4a2 2 0 0 1 2-2 2 2 0 0 0-2 2",key:"1vk7w2"}],["path",{d:"M4.063 20.999a2 2 0 0 0 2 1L18 22a2 2 0 0 0 2-2V7l-5-5H6",key:"1jink5"}],["path",{d:"m5 11-3 3",key:"1dgrs4"}],["path",{d:"m5 17-3-3h10",key:"1mvvaf"}]]);const Aj=s("FilePenLine",[["path",{d:"m18 5-2.414-2.414A2 2 0 0 0 14.172 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2",key:"142zxg"}],["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"}],["path",{d:"M8 18h1",key:"13wk12"}]]);const Dj=s("FilePen",[["path",{d:"M12.5 22H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v9.5",key:"1couwa"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M13.378 15.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:"1y4qbx"}]]);const Pj=s("FilePlus2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}],["path",{d:"M6 12v6",key:"1u72j0"}]]);const Tj=s("FilePlus",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 15h6",key:"cctwl0"}],["path",{d:"M12 18v-6",key:"17g6i2"}]]);const Nj=s("FileQuestion",[["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}],["path",{d:"M9.1 9a3 3 0 0 1 5.82 1c0 2-3 3-3 3",key:"mhlwft"}]]);const Ej=s("FileScan",[["path",{d:"M20 10V7l-5-5H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h4",key:"1rdf37"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 14a2 2 0 0 0-2 2",key:"ceaadl"}],["path",{d:"M20 14a2 2 0 0 1 2 2",key:"1ny6zw"}],["path",{d:"M20 22a2 2 0 0 0 2-2",key:"1l9q4k"}],["path",{d:"M16 22a2 2 0 0 1-2-2",key:"1wqh5n"}]]);const _j=s("FileSearch2",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"11.5",cy:"14.5",r:"2.5",key:"1bq0ko"}],["path",{d:"M13.3 16.3 15 18",key:"2quom7"}]]);const zj=s("FileSearch",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"ms7g94"}],["path",{d:"m9 18-1.5-1.5",key:"1j6qii"}],["circle",{cx:"5",cy:"14",r:"3",key:"ufru5t"}]]);const Oj=s("FileSliders",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M10 11v2",key:"1s651w"}],["path",{d:"M8 17h8",key:"wh5c61"}],["path",{d:"M14 16v2",key:"12fp5e"}]]);const Rj=s("FileSpreadsheet",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 13h2",key:"yr2amv"}],["path",{d:"M14 13h2",key:"un5t4a"}],["path",{d:"M8 17h2",key:"2yhykz"}],["path",{d:"M14 17h2",key:"10kma7"}]]);const Ij=s("FileStack",[["path",{d:"M21 7h-3a2 2 0 0 1-2-2V2",key:"9rb54x"}],["path",{d:"M21 6v6.5c0 .8-.7 1.5-1.5 1.5h-7c-.8 0-1.5-.7-1.5-1.5v-9c0-.8.7-1.5 1.5-1.5H17Z",key:"1059l0"}],["path",{d:"M7 8v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H15",key:"16874u"}],["path",{d:"M3 12v8.8c0 .3.2.6.4.8.2.2.5.4.8.4H11",key:"k2ox98"}]]);const Vj=s("FileSymlink",[["path",{d:"m10 18 3-3-3-3",key:"18f6ys"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 11V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h7",key:"50q2rw"}]]);const Lj=s("FileTerminal",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 16 2-2-2-2",key:"10vzyd"}],["path",{d:"M12 18h4",key:"1wd2n7"}]]);const Hj=s("FileText",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]]);const qj=s("FileType2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M2 13v-1h6v1",key:"1dh9dg"}],["path",{d:"M5 12v6",key:"150t9c"}],["path",{d:"M4 18h2",key:"1xrofg"}]]);const Fj=s("FileType",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M9 13v-1h6v1",key:"1bb014"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M11 18h2",key:"12mj7e"}]]);const Bj=s("FileUp",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"m15 15-3-3-3 3",key:"15xj92"}]]);const $j=s("FileUser",[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M15 18a3 3 0 1 0-6 0",key:"16awa0"}],["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z",key:"1mlx9k"}],["circle",{cx:"12",cy:"13",r:"2",key:"1c1ljs"}]]);const Wj=s("FileVideo2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["rect",{width:"8",height:"6",x:"2",y:"12",rx:"1",key:"1a6c1e"}],["path",{d:"m10 15.5 4 2.5v-6l-4 2.5",key:"t7cp39"}]]);const Gj=s("FileVideo",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m10 11 5 3-5 3v-6Z",key:"7ntvm4"}]]);const Uj=s("FileVolume2",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["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"}]]);const Yj=s("FileVolume",[["path",{d:"M11 11a5 5 0 0 1 0 6",key:"193qb2"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4 6.765V4a2 2 0 0 1 2-2h9l5 5v13a2 2 0 0 1-2 2H6a2 2 0 0 1-.93-.23",key:"ifyjnl"}],["path",{d:"M7 10.51a.5.5 0 0 0-.826-.38l-1.893 1.628A1 1 0 0 1 3.63 12H2.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h1.129a1 1 0 0 1 .652.242l1.893 1.63a.5.5 0 0 0 .826-.38z",key:"mk8rxu"}]]);const Zj=s("FileWarning",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);const Kj=s("FileX2",[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m8 12.5-5 5",key:"b853mi"}],["path",{d:"m3 12.5 5 5",key:"1qls4r"}]]);const Xj=s("FileX",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m14.5 12.5-5 5",key:"b62r18"}],["path",{d:"m9.5 12.5 5 5",key:"1rk7el"}]]);const H2=s("File",[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}]]);const Jj=s("Files",[["path",{d:"M20 7h-3a2 2 0 0 1-2-2V2",key:"x099mo"}],["path",{d:"M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z",key:"18t6ie"}],["path",{d:"M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8",key:"1nja0z"}]]);const Qj=s("Film",[["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"}]]);const eA=s("FilterX",[["path",{d:"M13.013 3H2l8 9.46V19l4 2v-8.54l.9-1.055",key:"1fi1da"}],["path",{d:"m22 3-5 5",key:"12jva0"}],["path",{d:"m17 3 5 5",key:"k36vhe"}]]);const tA=s("Filter",[["polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3",key:"1yg77f"}]]);const aA=s("Fingerprint",[["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"}]]);const nA=s("FireExtinguisher",[["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"}]]);const rA=s("FishOff",[["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"}]]);const oA=s("FishSymbol",[["path",{d:"M2 16s9-15 20-4C11 23 2 8 2 8",key:"h4oh4o"}]]);const sA=s("Fish",[["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"}]]);const iA=s("FlagOff",[["path",{d:"M8 2c3 0 5 2 8 2s4-1 4-1v11",key:"9rwyz9"}],["path",{d:"M4 22V4",key:"1plyxx"}],["path",{d:"M4 15s1-1 4-1 5 2 8 2",key:"1myooe"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const lA=s("FlagTriangleLeft",[["path",{d:"M17 22V2L7 7l10 5",key:"1rmf0r"}]]);const cA=s("FlagTriangleRight",[["path",{d:"M7 22V2l10 5-10 5",key:"17n18y"}]]);const dA=s("Flag",[["path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z",key:"i9b6wo"}],["line",{x1:"4",x2:"4",y1:"22",y2:"15",key:"1cm3nv"}]]);const uA=s("FlameKindling",[["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"}]]);const hA=s("Flame",[["path",{d:"M8.5 14.5A2.5 2.5 0 0 0 11 12c0-1.38-.5-2-1-3-1.072-2.143-.224-4.054 2-6 .5 2.5 2 4.9 4 6.5 2 1.6 3 3.5 3 5.5a7 7 0 1 1-14 0c0-1.153.433-2.294 1-3a2.5 2.5 0 0 0 2.5 2.5z",key:"96xj49"}]]);const pA=s("FlashlightOff",[["path",{d:"M16 16v4a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4",key:"1r120k"}],["path",{d:"M7 2h11v4c0 2-2 2-2 4v1",key:"dz1920"}],["line",{x1:"11",x2:"18",y1:"6",y2:"6",key:"bi1vpe"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const yA=s("Flashlight",[["path",{d:"M18 6c0 2-2 2-2 4v10a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2V10c0-2-2-2-2-4V2h12z",key:"1orkel"}],["line",{x1:"6",x2:"18",y1:"6",y2:"6",key:"1z11jq"}],["line",{x1:"12",x2:"12",y1:"12",y2:"12",key:"1f4yc1"}]]);const fA=s("FlaskConicalOff",[["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"}]]);const mA=s("FlaskConical",[["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"}]]);const gA=s("FlaskRound",[["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"}]]);const kA=s("FlipHorizontal2",[["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"}]]);const vA=s("FlipHorizontal",[["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"}]]);const xA=s("FlipVertical2",[["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"}]]);const bA=s("FlipVertical",[["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"}]]);const MA=s("Flower2",[["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"}]]);const wA=s("Flower",[["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"}]]);const CA=s("Focus",[["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"}]]);const SA=s("FoldHorizontal",[["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"}]]);const jA=s("FoldVertical",[["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"}]]);const AA=s("FolderArchive",[["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"}]]);const DA=s("FolderCheck",[["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"}]]);const PA=s("FolderClock",[["circle",{cx:"16",cy:"16",r:"6",key:"qoo3c4"}],["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"}],["path",{d:"M16 14v2l1 1",key:"xth2jh"}]]);const TA=s("FolderClosed",[["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"}]]);const NA=s("FolderCode",[["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"}]]);const EA=s("FolderCog",[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"M10.3 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.3",key:"1k8050"}],["path",{d:"m21.7 19.4-.9-.3",key:"1qgwi9"}],["path",{d:"m15.2 16.9-.9-.3",key:"1t7mvx"}],["path",{d:"m16.6 21.7.3-.9",key:"1j67ps"}],["path",{d:"m19.1 15.2.3-.9",key:"18r7jp"}],["path",{d:"m19.6 21.7-.4-1",key:"z2vh2"}],["path",{d:"m16.8 15.3-.4-1",key:"1ei7r6"}],["path",{d:"m14.3 19.6 1-.4",key:"11sv9r"}],["path",{d:"m20.7 16.8 1-.4",key:"19m87a"}]]);const _A=s("FolderDot",[["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"}]]);const zA=s("FolderDown",[["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"}]]);const OA=s("FolderGit2",[["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"}],["path",{d:"M18 19c-2.8 0-5-2.2-5-5v8",key:"pkpw2h"}],["circle",{cx:"20",cy:"19",r:"2",key:"1obnsp"}]]);const RA=s("FolderGit",[["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"}]]);const IA=s("FolderHeart",[["path",{d:"M11 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.5",key:"6hud8k"}],["path",{d:"M13.9 17.45c-1.2-1.2-1.14-2.8-.2-3.73a2.43 2.43 0 0 1 3.44 0l.36.34.34-.34a2.43 2.43 0 0 1 3.45-.01c.95.95 1 2.53-.2 3.74L17.5 21Z",key:"wpff58"}]]);const VA=s("FolderInput",[["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"}]]);const LA=s("FolderKanban",[["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"}]]);const HA=s("FolderKey",[["circle",{cx:"16",cy:"20",r:"2",key:"1vifvg"}],["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",key:"3hgo9p"}],["path",{d:"m22 14-4.5 4.5",key:"1ef6z8"}],["path",{d:"m21 15 1 1",key:"1ejcpy"}]]);const qA=s("FolderLock",[["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"}]]);const FA=s("FolderMinus",[["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"}]]);const BA=s("FolderOpenDot",[["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"}]]);const q2=s("FolderOpen",[["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"}]]);const $A=s("FolderOutput",[["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"}]]);const WA=s("FolderPen",[["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"}]]);const GA=s("FolderPlus",[["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"}]]);const UA=s("FolderRoot",[["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"}]]);const YA=s("FolderSearch2",[["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"}]]);const ZA=s("FolderSearch",[["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"}]]);const KA=s("FolderSymlink",[["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-3a2 2 0 0 1 2-2h7",key:"x1c07l"}],["path",{d:"m8 16 3-3-3-3",key:"rlqrt1"}]]);const XA=s("FolderSync",[["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"}]]);const JA=s("FolderTree",[["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"}]]);const QA=s("FolderUp",[["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"}]]);const eD=s("FolderX",[["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"}]]);const F2=s("Folder",[["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"}]]);const tD=s("Folders",[["path",{d:"M20 17a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3.9a2 2 0 0 1-1.69-.9l-.81-1.2a2 2 0 0 0-1.67-.9H8a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2Z",key:"4u7rpt"}],["path",{d:"M2 8v11a2 2 0 0 0 2 2h14",key:"1eicx1"}]]);const aD=s("Footprints",[["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"}]]);const nD=s("Forklift",[["path",{d:"M12 12H5a2 2 0 0 0-2 2v5",key:"7zsz91"}],["circle",{cx:"13",cy:"19",r:"2",key:"wjnkru"}],["circle",{cx:"5",cy:"19",r:"2",key:"v8kfzx"}],["path",{d:"M8 19h3m5-17v17h6M6 12V7c0-1.1.9-2 2-2h3l5 5",key:"13bk1p"}]]);const rD=s("Forward",[["polyline",{points:"15 17 20 12 15 7",key:"1w3sku"}],["path",{d:"M4 18v-2a4 4 0 0 1 4-4h12",key:"jmiej9"}]]);const oD=s("Frame",[["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"}]]);const sD=s("Framer",[["path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7",key:"1a2nng"}]]);const iD=s("Frown",[["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"}]]);const lD=s("Fuel",[["line",{x1:"3",x2:"15",y1:"22",y2:"22",key:"xegly4"}],["line",{x1:"4",x2:"14",y1:"9",y2:"9",key:"xcnuvu"}],["path",{d:"M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18",key:"16j0yd"}],["path",{d:"M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5",key:"7cu91f"}]]);const cD=s("Fullscreen",[["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"}]]);const dD=s("GalleryHorizontalEnd",[["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"}]]);const uD=s("GalleryHorizontal",[["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"}]]);const hD=s("GalleryThumbnails",[["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"}]]);const pD=s("GalleryVerticalEnd",[["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"}]]);const yD=s("GalleryVertical",[["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"}]]);const fD=s("Gamepad2",[["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"}]]);const mD=s("Gamepad",[["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"}]]);const gD=s("Gauge",[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]]);const kD=s("Gavel",[["path",{d:"m14.5 12.5-8 8a2.119 2.119 0 1 1-3-3l8-8",key:"15492f"}],["path",{d:"m16 16 6-6",key:"vzrcl6"}],["path",{d:"m8 8 6-6",key:"18bi4p"}],["path",{d:"m9 7 8 8",key:"5jnvq1"}],["path",{d:"m21 11-8-8",key:"z4y7zo"}]]);const vD=s("Gem",[["path",{d:"M6 3h12l4 6-10 13L2 9Z",key:"1pcd5k"}],["path",{d:"M11 3 8 9l4 13 4-13-3-6",key:"1fcu3u"}],["path",{d:"M2 9h20",key:"16fsjt"}]]);const xD=s("Ghost",[["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"}]]);const bD=s("Gift",[["rect",{x:"3",y:"8",width:"18",height:"4",rx:"1",key:"bkv52"}],["path",{d:"M12 8v13",key:"1c76mn"}],["path",{d:"M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7",key:"6wjy6b"}],["path",{d:"M7.5 8a2.5 2.5 0 0 1 0-5A4.8 8 0 0 1 12 8a4.8 8 0 0 1 4.5-5 2.5 2.5 0 0 1 0 5",key:"1ihvrl"}]]);const MD=s("GitBranchPlus",[["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"}]]);const wD=s("GitBranch",[["line",{x1:"6",x2:"6",y1:"3",y2:"15",key:"17qcm7"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M18 9a9 9 0 0 1-9 9",key:"n2h4wq"}]]);const CD=s("GitCommitHorizontal",[["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"}]]);const SD=s("GitCommitVertical",[["path",{d:"M12 3v6",key:"1holv5"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"M12 15v6",key:"a9ows0"}]]);const jD=s("GitCompareArrows",[["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"}]]);const AD=s("GitCompare",[["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"}]]);const DD=s("GitFork",[["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"}]]);const PD=s("GitGraph",[["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"}]]);const TD=s("GitMerge",[["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"}]]);const ND=s("GitPullRequestArrow",[["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"}]]);const ED=s("GitPullRequestClosed",[["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"}]]);const _D=s("GitPullRequestCreateArrow",[["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"}]]);const zD=s("GitPullRequestCreate",[["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"}]]);const OD=s("GitPullRequestDraft",[["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"}]]);const RD=s("GitPullRequest",[["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"}]]);const ID=s("Github",[["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"}]]);const VD=s("Gitlab",[["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"}]]);const LD=s("GlassWater",[["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"}]]);const HD=s("Glasses",[["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"}]]);const qD=s("GlobeLock",[["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"}]]);const FD=s("Globe",[["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"}]]);const BD=s("Goal",[["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"}]]);const $D=s("Grab",[["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"}]]);const WD=s("GraduationCap",[["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"}]]);const GD=s("Grape",[["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"}]]);const UD=s("Grid2x2Check",[["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"}]]);const YD=s("Grid2x2Plus",[["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"}]]);const ZD=s("Grid2x2X",[["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"}]]);const KD=s("Grid2x2",[["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"}]]);const XD=s("Grid3x3",[["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"}]]);const JD=s("GripHorizontal",[["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"}]]);const Fi=s("GripVertical",[["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"}]]);const QD=s("Grip",[["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"}]]);const eP=s("Group",[["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"}]]);const tP=s("Guitar",[["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.2 9.9C8.7 8.8 9.8 8 11 8c2.8 0 5 2.2 5 5 0 1.2-.8 2.3-1.9 2.8l-.9.4A2 2 0 0 0 12 18a4 4 0 0 1-4 4c-3.3 0-6-2.7-6-6a4 4 0 0 1 4-4 2 2 0 0 0 1.8-1.2z",key:"1u8q3z"}],["circle",{cx:"11.5",cy:"12.5",r:".5",fill:"currentColor",key:"16onso"}]]);const aP=s("Ham",[["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"}]]);const nP=s("Hammer",[["path",{d:"m15 12-8.373 8.373a1 1 0 1 1-3-3L12 9",key:"eefl8a"}],["path",{d:"m18 15 4-4",key:"16gjal"}],["path",{d:"m21.5 11.5-1.914-1.914A2 2 0 0 1 19 8.172V7l-2.26-2.26a6 6 0 0 0-4.202-1.756L9 2.96l.92.82A6.18 6.18 0 0 1 12 8.4V10l2 2h1.172a2 2 0 0 1 1.414.586L18.5 14.5",key:"b7pghm"}]]);const rP=s("HandCoins",[["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"}]]);const oP=s("HandHeart",[["path",{d:"M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16",key:"1ifwr1"}],["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.4a2 2 0 0 0-2.75-2.91l-4.2 3.9",key:"17abbs"}],["path",{d:"m2 15 6 6",key:"10dquu"}],["path",{d:"M19.5 8.5c.7-.7 1.5-1.6 1.5-2.7A2.73 2.73 0 0 0 16 4a2.78 2.78 0 0 0-5 1.8c0 1.2.8 2 1.5 2.8L16 12Z",key:"1h3036"}]]);const sP=s("HandHelping",[["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"}]]);const iP=s("HandMetal",[["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"}]]);const lP=s("HandPlatter",[["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"}]]);const cP=s("Hand",[["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"}]]);const dP=s("Handshake",[["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"}]]);const uP=s("HardDriveDownload",[["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"}]]);const hP=s("HardDriveUpload",[["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"}]]);const pP=s("HardDrive",[["line",{x1:"22",x2:"2",y1:"12",y2:"12",key:"1y58io"}],["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"}],["line",{x1:"6",x2:"6.01",y1:"16",y2:"16",key:"sgf278"}],["line",{x1:"10",x2:"10.01",y1:"16",y2:"16",key:"1l4acy"}]]);const yP=s("HardHat",[["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"}]]);const fP=s("Hash",[["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"}]]);const mP=s("Haze",[["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"}]]);const gP=s("HdmiPort",[["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"}]]);const kP=s("Heading1",[["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"}]]);const vP=s("Heading2",[["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"}]]);const xP=s("Heading3",[["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"}]]);const bP=s("Heading4",[["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"}]]);const MP=s("Heading5",[["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"}]]);const wP=s("Heading6",[["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"}]]);const CP=s("Heading",[["path",{d:"M6 12h12",key:"8npq4p"}],["path",{d:"M6 20V4",key:"1w1bmo"}],["path",{d:"M18 20V4",key:"o2hl4u"}]]);const SP=s("HeadphoneOff",[["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"}]]);const jP=s("Headphones",[["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"}]]);const AP=s("Headset",[["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"}]]);const DP=s("HeartCrack",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"m12 13-1-1 2-2-3-3 2-2",key:"xjdxli"}]]);const PP=s("HeartHandshake",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"M12 5 9.04 7.96a2.17 2.17 0 0 0 0 3.08c.82.82 2.13.85 3 .07l2.07-1.9a2.82 2.82 0 0 1 3.79 0l2.96 2.66",key:"4oyue0"}],["path",{d:"m18 15-2-2",key:"60u0ii"}],["path",{d:"m15 18-2-2",key:"6p76be"}]]);const TP=s("HeartOff",[["line",{x1:"2",y1:"2",x2:"22",y2:"22",key:"1w4vcy"}],["path",{d:"M16.5 16.5 12 21l-7-7c-1.5-1.45-3-3.2-3-5.5a5.5 5.5 0 0 1 2.14-4.35",key:"3mpagl"}],["path",{d:"M8.76 3.1c1.15.22 2.13.78 3.24 1.9 1.5-1.5 2.74-2 4.5-2A5.5 5.5 0 0 1 22 8.5c0 2.12-1.3 3.78-2.67 5.17",key:"1gh3v3"}]]);const NP=s("HeartPulse",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}],["path",{d:"M3.22 12H9.5l.5-1 2 4.5 2-7 1.5 3.5h5.27",key:"1uw2ng"}]]);const EP=s("Heart",[["path",{d:"M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z",key:"c3ymky"}]]);const _P=s("Heater",[["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"}]]);const B2=s("Hexagon",[["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"}]]);const zP=s("Highlighter",[["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"}]]);const OP=s("History",[["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"}]]);const RP=s("HopOff",[["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"}]]);const IP=s("Hop",[["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"}]]);const VP=s("Hospital",[["path",{d:"M12 6v4",key:"16clxf"}],["path",{d:"M14 14h-4",key:"esezmu"}],["path",{d:"M14 18h-4",key:"16mqa2"}],["path",{d:"M14 8h-4",key:"z8ypaz"}],["path",{d:"M18 12h2a2 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:"b1k337"}],["path",{d:"M18 22V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v18",key:"16g51d"}]]);const LP=s("Hotel",[["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"}]]);const HP=s("Hourglass",[["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"}]]);const qP=s("HousePlug",[["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-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2",key:"1gvg2z"}]]);const FP=s("HousePlus",[["path",{d:"M13.22 2.416a2 2 0 0 0-2.511.057l-7 5.999A2 2 0 0 0 3 10v9a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7.354",key:"5phn05"}],["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"M18 3v6",key:"x1uolp"}]]);const BP=s("House",[["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-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"1d0kgt"}]]);const $P=s("IceCreamBowl",[["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"}]]);const WP=s("IceCreamCone",[["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"}]]);const GP=s("IdCard",[["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"}]]);const UP=s("ImageDown",[["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"}]]);const YP=s("ImageMinus",[["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"}]]);const ZP=s("ImageOff",[["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"}]]);const KP=s("ImagePlay",[["path",{d:"m11 16-5 5",key:"j5f7ct"}],["path",{d:"M11 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6.5",key:"7s81lt"}],["path",{d:"M15.765 22a.5.5 0 0 1-.765-.424V13.38a.5.5 0 0 1 .765-.424l5.878 3.674a1 1 0 0 1 0 1.696z",key:"1omb6s"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}]]);const XP=s("ImagePlus",[["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"}]]);const JP=s("ImageUp",[["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"}]]);const QP=s("ImageUpscale",[["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"}]]);const eT=s("Image",[["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"}]]);const tT=s("Images",[["path",{d:"M18 22H4a2 2 0 0 1-2-2V6",key:"pblm9e"}],["path",{d:"m22 13-1.296-1.296a2.41 2.41 0 0 0-3.408 0L11 18",key:"nf6bnh"}],["circle",{cx:"12",cy:"8",r:"2",key:"1822b1"}],["rect",{width:"16",height:"16",x:"6",y:"2",rx:"2",key:"12espp"}]]);const aT=s("Import",[["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"}]]);const nT=s("Inbox",[["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"}]]);const rT=s("IndentDecrease",[["path",{d:"M21 12H11",key:"wd7e0v"}],["path",{d:"M21 18H11",key:"4wu86t"}],["path",{d:"M21 6H11",key:"6dy1d6"}],["path",{d:"m7 8-4 4 4 4",key:"o5hrat"}]]);const oT=s("IndentIncrease",[["path",{d:"M21 12H11",key:"wd7e0v"}],["path",{d:"M21 18H11",key:"4wu86t"}],["path",{d:"M21 6H11",key:"6dy1d6"}],["path",{d:"m3 8 4 4-4 4",key:"1a3j6y"}]]);const sT=s("IndianRupee",[["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"}]]);const iT=s("Infinity",[["path",{d:"M12 12c-2-2.67-4-4-6-4a4 4 0 1 0 0 8c2 0 4-1.33 6-4Zm0 0c2 2.67 4 4 6 4a4 4 0 0 0 0-8c-2 0-4 1.33-6 4Z",key:"1z0uae"}]]);const $2=s("Info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);const lT=s("InspectionPanel",[["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"}]]);const cT=s("Instagram",[["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"}]]);const dT=s("Italic",[["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"}]]);const uT=s("IterationCcw",[["path",{d:"M20 10c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8h8",key:"4znkd0"}],["polyline",{points:"16 14 20 18 16 22",key:"11njsm"}]]);const hT=s("IterationCw",[["path",{d:"M4 10c0-4.4 3.6-8 8-8s8 3.6 8 8-3.6 8-8 8H4",key:"tuf4su"}],["polyline",{points:"8 22 4 18 8 14",key:"evkj9s"}]]);const pT=s("JapaneseYen",[["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"}]]);const yT=s("Joystick",[["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"}]]);const fT=s("Kanban",[["path",{d:"M6 5v11",key:"mdvv1e"}],["path",{d:"M12 5v6",key:"14ar3b"}],["path",{d:"M18 5v14",key:"7ji314"}]]);const mT=s("KeyRound",[["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"}]]);const gT=s("KeySquare",[["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"}]]);const kT=s("Key",[["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"}]]);const vT=s("KeyboardMusic",[["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"}]]);const xT=s("KeyboardOff",[["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"}]]);const bT=s("Keyboard",[["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"}]]);const MT=s("LampCeiling",[["path",{d:"M12 2v5",key:"nd4vlx"}],["path",{d:"M6 7h12l4 9H2l4-9Z",key:"123d64"}],["path",{d:"M9.17 16a3 3 0 1 0 5.66 0",key:"1061mw"}]]);const wT=s("LampDesk",[["path",{d:"m14 5-3 3 2 7 8-8-7-2Z",key:"1b0msb"}],["path",{d:"m14 5-3 3-3-3 3-3 3 3Z",key:"1uemms"}],["path",{d:"M9.5 6.5 4 12l3 6",key:"1bx08v"}],["path",{d:"M3 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H3Z",key:"wap775"}]]);const CT=s("LampFloor",[["path",{d:"M9 2h6l3 7H6l3-7Z",key:"wcx6mj"}],["path",{d:"M12 9v13",key:"3n1su1"}],["path",{d:"M9 22h6",key:"1rlq3v"}]]);const ST=s("LampWallDown",[["path",{d:"M11 13h6l3 7H8l3-7Z",key:"9n3qlo"}],["path",{d:"M14 13V8a2 2 0 0 0-2-2H8",key:"1hu4hb"}],["path",{d:"M4 9h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4v6Z",key:"s053bc"}]]);const jT=s("LampWallUp",[["path",{d:"M11 4h6l3 7H8l3-7Z",key:"11x1ee"}],["path",{d:"M14 11v5a2 2 0 0 1-2 2H8",key:"eutp5o"}],["path",{d:"M4 15h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4v-6Z",key:"1iuthr"}]]);const AT=s("Lamp",[["path",{d:"M8 2h8l4 10H4L8 2Z",key:"9dma5w"}],["path",{d:"M12 12v6",key:"3ahymv"}],["path",{d:"M8 22v-2c0-1.1.9-2 2-2h4a2 2 0 0 1 2 2v2H8Z",key:"mwf4oh"}]]);const DT=s("LandPlot",[["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"}]]);const PT=s("Landmark",[["line",{x1:"3",x2:"21",y1:"22",y2:"22",key:"j8o0r"}],["line",{x1:"6",x2:"6",y1:"18",y2:"11",key:"10tf0k"}],["line",{x1:"10",x2:"10",y1:"18",y2:"11",key:"54lgf6"}],["line",{x1:"14",x2:"14",y1:"18",y2:"11",key:"380y"}],["line",{x1:"18",x2:"18",y1:"18",y2:"11",key:"1kevvc"}],["polygon",{points:"12 2 20 7 4 7",key:"jkujk7"}]]);const TT=s("Languages",[["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"}]]);const NT=s("LaptopMinimalCheck",[["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"}]]);const ET=s("LaptopMinimal",[["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"}]]);const _T=s("Laptop",[["path",{d:"M20 16V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v9m16 0H4m16 0 1.28 2.55a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45L4 16",key:"tarvll"}]]);const zT=s("LassoSelect",[["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"}]]);const OT=s("Lasso",[["path",{d:"M7 22a5 5 0 0 1-2-4",key:"umushi"}],["path",{d:"M3.3 14A6.8 6.8 0 0 1 2 10c0-4.4 4.5-8 10-8s10 3.6 10 8-4.5 8-10 8a12 12 0 0 1-5-1",key:"146dds"}],["path",{d:"M5 18a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",key:"bq3ynw"}]]);const RT=s("Laugh",[["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"}]]);const IT=s("Layers2",[["path",{d:"m16.02 12 5.48 3.13a1 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.74L7.98 12",key:"1cuww1"}],["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:"pdlvxu"}]]);const VT=s("Layers",[["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"}]]);const LT=s("LayoutDashboard",[["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"}]]);const HT=s("LayoutGrid",[["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"}]]);const qT=s("LayoutList",[["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"}]]);const FT=s("LayoutPanelLeft",[["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"}]]);const BT=s("LayoutPanelTop",[["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"}]]);const $T=s("LayoutTemplate",[["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"}]]);const WT=s("Leaf",[["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"}]]);const GT=s("LeafyGreen",[["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"}]]);const UT=s("Lectern",[["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"}]]);const YT=s("LetterText",[["path",{d:"M15 12h6",key:"upa0zy"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"m3 13 3.553-7.724a.5.5 0 0 1 .894 0L11 13",key:"blevx4"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M4 11h6",key:"olkgv1"}]]);const ZT=s("LibraryBig",[["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"}]]);const KT=s("Library",[["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"}]]);const XT=s("LifeBuoy",[["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"}]]);const JT=s("Ligature",[["path",{d:"M8 20V8c0-2.2 1.8-4 4-4 1.5 0 2.8.8 3.5 2",key:"1rtphz"}],["path",{d:"M6 12h4",key:"a4o3ry"}],["path",{d:"M14 12h2v8",key:"c1fccl"}],["path",{d:"M6 20h4",key:"1i6q5t"}],["path",{d:"M14 20h4",key:"lzx1xo"}]]);const QT=s("LightbulbOff",[["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"}]]);const eN=s("Lightbulb",[["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"}]]);const tN=s("Link2Off",[["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"}]]);const aN=s("Link2",[["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"}]]);const nN=s("Link",[["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"}]]);const rN=s("Linkedin",[["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"}]]);const oN=s("ListCheck",[["path",{d:"M11 18H3",key:"n3j2dh"}],["path",{d:"m15 18 2 2 4-4",key:"1szwhi"}],["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 6H3",key:"1wxfjs"}]]);const sN=s("ListChecks",[["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]]);const iN=s("ListCollapse",[["path",{d:"m3 10 2.5-2.5L3 5",key:"i6eama"}],["path",{d:"m3 19 2.5-2.5L3 14",key:"w2gmor"}],["path",{d:"M10 6h11",key:"c7qv1k"}],["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 18h11",key:"11hvi2"}]]);const lN=s("ListEnd",[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M10 18H3",key:"13769t"}],["path",{d:"M21 6v10a2 2 0 0 1-2 2h-5",key:"ilrcs8"}],["path",{d:"m16 16-2 2 2 2",key:"kkc6pm"}]]);const cN=s("ListFilterPlus",[["path",{d:"M10 18h4",key:"1ulq68"}],["path",{d:"M11 6H3",key:"1u26ik"}],["path",{d:"M15 6h6",key:"1jlkvy"}],["path",{d:"M18 9V3",key:"xwwp7m"}],["path",{d:"M7 12h8",key:"7a1bxv"}]]);const dN=s("ListFilter",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M7 12h10",key:"b7w52i"}],["path",{d:"M10 18h4",key:"1ulq68"}]]);const uN=s("ListMinus",[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M21 12h-6",key:"bt1uis"}]]);const hN=s("ListMusic",[["path",{d:"M21 15V6",key:"h1cx4g"}],["path",{d:"M18.5 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z",key:"8saifv"}],["path",{d:"M12 12H3",key:"18klou"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M12 18H3",key:"11ftsu"}]]);const pN=s("ListOrdered",[["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 18h11",key:"11hvi2"}],["path",{d:"M10 6h11",key:"c7qv1k"}],["path",{d:"M4 10h2",key:"16xx2s"}],["path",{d:"M4 6h1v4",key:"cnovpq"}],["path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1",key:"m9a95d"}]]);const yN=s("ListPlus",[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M18 9v6",key:"1twb98"}],["path",{d:"M21 12h-6",key:"bt1uis"}]]);const fN=s("ListRestart",[["path",{d:"M21 6H3",key:"1jwq7v"}],["path",{d:"M7 12H3",key:"13ou7f"}],["path",{d:"M7 18H3",key:"1sijw9"}],["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"}]]);const mN=s("ListStart",[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M10 6H3",key:"lf8lx7"}],["path",{d:"M21 18V8a2 2 0 0 0-2-2h-5",key:"1hghli"}],["path",{d:"m16 8-2-2 2-2",key:"160uvd"}]]);const gN=s("ListTodo",[["rect",{x:"3",y:"5",width:"6",height:"6",rx:"1",key:"1defrl"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}]]);const kN=s("ListTree",[["path",{d:"M21 12h-8",key:"1bmf0i"}],["path",{d:"M21 6H8",key:"1pqkrb"}],["path",{d:"M21 18h-8",key:"1tm79t"}],["path",{d:"M3 6v4c0 1.1.9 2 2 2h3",key:"1ywdgy"}],["path",{d:"M3 10v6c0 1.1.9 2 2 2h3",key:"2wc746"}]]);const vN=s("ListVideo",[["path",{d:"M12 12H3",key:"18klou"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M12 18H3",key:"11ftsu"}],["path",{d:"m16 12 5 3-5 3v-6Z",key:"zpskkp"}]]);const xN=s("ListX",[["path",{d:"M11 12H3",key:"51ecnj"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"m19 10-4 4",key:"1tz659"}],["path",{d:"m15 10 4 4",key:"1n7nei"}]]);const bN=s("List",[["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 18h.01",key:"1tta3j"}],["path",{d:"M3 6h.01",key:"1rqtza"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 18h13",key:"1lx6n3"}],["path",{d:"M8 6h13",key:"ik3vkj"}]]);const Bi=s("LoaderCircle",[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]]);const MN=s("LoaderPinwheel",[["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"}]]);const wN=s("Loader",[["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"}]]);const CN=s("LocateFixed",[["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"}]]);const SN=s("LocateOff",[["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"}],["path",{d:"M7.11 7.11C5.83 8.39 5 10.1 5 12c0 3.87 3.13 7 7 7 1.9 0 3.61-.83 4.89-2.11",key:"1oh7ia"}],["path",{d:"M18.71 13.96c.19-.63.29-1.29.29-1.96 0-3.87-3.13-7-7-7-.67 0-1.33.1-1.96.29",key:"3qdecy"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const jN=s("Locate",[["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"}]]);const AN=s("LockKeyholeOpen",[["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"}]]);const DN=s("LockKeyhole",[["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"}]]);const PN=s("LockOpen",[["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"}]]);const TN=s("Lock",[["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"}]]);const NN=s("LogIn",[["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}],["polyline",{points:"10 17 15 12 10 7",key:"1ail0h"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}]]);const EN=s("LogOut",[["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}],["polyline",{points:"16 17 21 12 16 7",key:"1gabdz"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12",key:"1uyos4"}]]);const _N=s("Logs",[["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 18h8",key:"oe0vm4"}],["path",{d:"M13 6h8",key:"15sg57"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M3 18h1",key:"1eiwyy"}],["path",{d:"M3 6h1",key:"rgxa97"}],["path",{d:"M8 12h1",key:"1con00"}],["path",{d:"M8 18h1",key:"13wk12"}],["path",{d:"M8 6h1",key:"tn6mkg"}]]);const zN=s("Lollipop",[["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"}]]);const ON=s("Luggage",[["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"}]]);const RN=s("Magnet",[["path",{d:"m6 15-4-4 6.75-6.77a7.79 7.79 0 0 1 11 11L13 22l-4-4 6.39-6.36a2.14 2.14 0 0 0-3-3L6 15",key:"1i3lhw"}],["path",{d:"m5 8 4 4",key:"j6kj7e"}],["path",{d:"m12 15 4 4",key:"lnac28"}]]);const IN=s("MailCheck",[["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"}]]);const VN=s("MailMinus",[["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"}]]);const LN=s("MailOpen",[["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"}]]);const HN=s("MailPlus",[["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"}]]);const qN=s("MailQuestion",[["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"}]]);const FN=s("MailSearch",[["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"}]]);const BN=s("MailWarning",[["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"}]]);const $N=s("MailX",[["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"}]]);const WN=s("Mail",[["rect",{width:"20",height:"16",x:"2",y:"4",rx:"2",key:"18n3k1"}],["path",{d:"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7",key:"1ocrg3"}]]);const GN=s("Mailbox",[["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"}]]);const UN=s("Mails",[["rect",{width:"16",height:"13",x:"6",y:"4",rx:"2",key:"1drq3f"}],["path",{d:"m22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7",key:"xn252p"}],["path",{d:"M2 8v11c0 1.1.9 2 2 2h14",key:"n13cji"}]]);const YN=s("MapPinCheckInside",[["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"}]]);const ZN=s("MapPinCheck",[["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"}]]);const KN=s("MapPinHouse",[["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"}]]);const XN=s("MapPinMinusInside",[["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"}]]);const JN=s("MapPinMinus",[["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"}]]);const QN=s("MapPinOff",[["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"}]]);const eE=s("MapPinPlusInside",[["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"}]]);const tE=s("MapPinPlus",[["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"}]]);const aE=s("MapPinXInside",[["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"}]]);const nE=s("MapPinX",[["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"}]]);const rE=s("MapPin",[["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"}]]);const oE=s("MapPinned",[["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"}]]);const sE=s("Map",[["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"}]]);const iE=s("Martini",[["path",{d:"M8 22h8",key:"rmew8v"}],["path",{d:"M12 11v11",key:"ur9y6a"}],["path",{d:"m19 3-7 8-7-8Z",key:"1sgpiw"}]]);const lE=s("Maximize2",[["polyline",{points:"15 3 21 3 21 9",key:"mznyad"}],["polyline",{points:"9 21 3 21 3 15",key:"1avn1i"}],["line",{x1:"21",x2:"14",y1:"3",y2:"10",key:"ota7mn"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]]);const cE=s("Maximize",[["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"}]]);const dE=s("Medal",[["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"}]]);const uE=s("MegaphoneOff",[["path",{d:"M9.26 9.26 3 11v3l14.14 3.14",key:"3429n"}],["path",{d:"M21 15.34V6l-7.31 2.03",key:"4o1dh8"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6",key:"1yl0tm"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const hE=s("Megaphone",[["path",{d:"m3 11 18-5v12L3 14v-3z",key:"n962bs"}],["path",{d:"M11.6 16.8a3 3 0 1 1-5.8-1.6",key:"1yl0tm"}]]);const pE=s("Meh",[["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"}]]);const yE=s("MemoryStick",[["path",{d:"M6 19v-3",key:"1nvgqn"}],["path",{d:"M10 19v-3",key:"iu8nkm"}],["path",{d:"M14 19v-3",key:"kcehxu"}],["path",{d:"M18 19v-3",key:"1vh91z"}],["path",{d:"M8 11V9",key:"63erz4"}],["path",{d:"M16 11V9",key:"fru6f3"}],["path",{d:"M12 11V9",key:"ha00sb"}],["path",{d:"M2 15h20",key:"16ne18"}],["path",{d:"M2 7a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v1.1a2 2 0 0 0 0 3.837V17a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-5.1a2 2 0 0 0 0-3.837Z",key:"lhddv3"}]]);const fE=s("Menu",[["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}],["line",{x1:"4",x2:"20",y1:"6",y2:"6",key:"1owob3"}],["line",{x1:"4",x2:"20",y1:"18",y2:"18",key:"yk5zj1"}]]);const mE=s("Merge",[["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"}]]);const gE=s("MessageCircleCode",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22z",key:"k85zhp"}]]);const kE=s("MessageCircleDashed",[["path",{d:"M13.5 3.1c-.5 0-1-.1-1.5-.1s-1 .1-1.5.1",key:"16ll65"}],["path",{d:"M19.3 6.8a10.45 10.45 0 0 0-2.1-2.1",key:"1nq77a"}],["path",{d:"M20.9 13.5c.1-.5.1-1 .1-1.5s-.1-1-.1-1.5",key:"1sf7wn"}],["path",{d:"M17.2 19.3a10.45 10.45 0 0 0 2.1-2.1",key:"x1hs5g"}],["path",{d:"M10.5 20.9c.5.1 1 .1 1.5.1s1-.1 1.5-.1",key:"19m18z"}],["path",{d:"M3.5 17.5 2 22l4.5-1.5",key:"1f36qi"}],["path",{d:"M3.1 10.5c0 .5-.1 1-.1 1.5s.1 1 .1 1.5",key:"1vz3ju"}],["path",{d:"M6.8 4.7a10.45 10.45 0 0 0-2.1 2.1",key:"19f9do"}]]);const vE=s("MessageCircleHeart",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M15.8 9.2a2.5 2.5 0 0 0-3.5 0l-.3.4-.35-.3a2.42 2.42 0 1 0-3.2 3.6l3.6 3.5 3.6-3.5c1.2-1.2 1.1-2.7.2-3.7",key:"43lnbm"}]]);const xE=s("MessageCircleMore",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M8 12h.01",key:"czm47f"}],["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M16 12h.01",key:"1l6xoz"}]]);const bE=s("MessageCircleOff",[["path",{d:"M20.5 14.9A9 9 0 0 0 9.1 3.5",key:"1iebmn"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M5.6 5.6C3 8.3 2.2 12.5 4 16l-2 6 6-2c3.4 1.8 7.6 1.1 10.3-1.7",key:"1ov8ce"}]]);const ME=s("MessageCirclePlus",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M8 12h8",key:"1wcyev"}],["path",{d:"M12 8v8",key:"napkw2"}]]);const wE=s("MessageCircleQuestion",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["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"}]]);const CE=s("MessageCircleReply",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"m10 15-3-3 3-3",key:"1pgupc"}],["path",{d:"M7 12h7a2 2 0 0 1 2 2v1",key:"1gheu4"}]]);const SE=s("MessageCircleWarning",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"M12 8v4",key:"1got3b"}],["path",{d:"M12 16h.01",key:"1drbdi"}]]);const jE=s("MessageCircleX",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]]);const AE=s("MessageCircle",[["path",{d:"M7.9 20A9 9 0 1 0 4 16.1L2 22Z",key:"vv11sd"}]]);const DE=s("MessageSquareCode",[["path",{d:"M10 7.5 8 10l2 2.5",key:"xb17xw"}],["path",{d:"m14 7.5 2 2.5-2 2.5",key:"5rap1v"}],["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]]);const PE=s("MessageSquareDashed",[["path",{d:"M10 17H7l-4 4v-7",key:"1r71xu"}],["path",{d:"M14 17h1",key:"nufu4t"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"M21 14v1a2 2 0 0 1-2 2",key:"29akq3"}],["path",{d:"M21 9v1",key:"mxsmne"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M9 3h1",key:"1yesri"}]]);const TE=s("MessageSquareDiff",[["path",{d:"m5 19-2 2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2",key:"1xuzuj"}],["path",{d:"M9 10h6",key:"9gxzsh"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 17h6",key:"r8uit2"}]]);const NE=s("MessageSquareDot",[["path",{d:"M11.7 3H5a2 2 0 0 0-2 2v16l4-4h12a2 2 0 0 0 2-2v-2.7",key:"uodpkb"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}]]);const EE=s("MessageSquareHeart",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M14.8 7.5a1.84 1.84 0 0 0-2.6 0l-.2.3-.3-.3a1.84 1.84 0 1 0-2.4 2.8L12 13l2.7-2.7c.9-.9.8-2.1.1-2.8",key:"1blaws"}]]);const _E=s("MessageSquareLock",[["path",{d:"M19 15v-2a2 2 0 1 0-4 0v2",key:"h3d1vz"}],["path",{d:"M9 17H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3.5",key:"xsnnhn"}],["rect",{x:"13",y:"15",width:"8",height:"5",rx:"1",key:"1ccwuk"}]]);const zE=s("MessageSquareMore",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M8 10h.01",key:"19clt8"}],["path",{d:"M12 10h.01",key:"1nrarc"}],["path",{d:"M16 10h.01",key:"1m94wz"}]]);const OE=s("MessageSquareOff",[["path",{d:"M21 15V5a2 2 0 0 0-2-2H9",key:"43el77"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M3.6 3.6c-.4.3-.6.8-.6 1.4v16l4-4h10",key:"pwpm4a"}]]);const RE=s("MessageSquarePlus",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v6",key:"lw1j43"}],["path",{d:"M9 10h6",key:"9gxzsh"}]]);const IE=s("MessageSquareQuote",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M8 12a2 2 0 0 0 2-2V8H8",key:"1jfesj"}],["path",{d:"M14 12a2 2 0 0 0 2-2V8h-2",key:"1dq9mh"}]]);const VE=s("MessageSquareReply",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"m10 7-3 3 3 3",key:"1eugdv"}],["path",{d:"M17 13v-1a2 2 0 0 0-2-2H7",key:"ernfh3"}]]);const LE=s("MessageSquareShare",[["path",{d:"M21 12v3a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h7",key:"tqtdkg"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"m16 8 5-5",key:"15mbrl"}]]);const HE=s("MessageSquareText",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M13 8H7",key:"14i4kc"}],["path",{d:"M17 12H7",key:"16if0g"}]]);const qE=s("MessageSquareWarning",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"M12 7v2",key:"stiyo7"}],["path",{d:"M12 13h.01",key:"y0uutt"}]]);const FE=s("MessageSquareX",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}],["path",{d:"m14.5 7.5-5 5",key:"3lb6iw"}],["path",{d:"m9.5 7.5 5 5",key:"ko136h"}]]);const BE=s("MessageSquare",[["path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z",key:"1lielz"}]]);const $E=s("MessagesSquare",[["path",{d:"M14 9a2 2 0 0 1-2 2H6l-4 4V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z",key:"p1xzt8"}],["path",{d:"M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1",key:"1cx29u"}]]);const WE=s("MicOff",[["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}],["path",{d:"M18.89 13.23A7.12 7.12 0 0 0 19 12v-2",key:"80xlxr"}],["path",{d:"M5 10v2a7 7 0 0 0 12 5",key:"p2k8kg"}],["path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33",key:"1gzdoj"}],["path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12",key:"r2i35w"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]]);const GE=s("MicVocal",[["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"}]]);const UE=s("Mic",[["path",{d:"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z",key:"131961"}],["path",{d:"M19 10v2a7 7 0 0 1-14 0v-2",key:"1vc78b"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}]]);const YE=s("Microchip",[["path",{d:"M18 12h2",key:"quuxs7"}],["path",{d:"M18 16h2",key:"zsn3lv"}],["path",{d:"M18 20h2",key:"9x5y9y"}],["path",{d:"M18 4h2",key:"1luxfb"}],["path",{d:"M18 8h2",key:"nxqzg"}],["path",{d:"M4 12h2",key:"1ltxp0"}],["path",{d:"M4 16h2",key:"8a5zha"}],["path",{d:"M4 20h2",key:"27dk57"}],["path",{d:"M4 4h2",key:"10groj"}],["path",{d:"M4 8h2",key:"18vq6w"}],["path",{d:"M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-1.5c-.276 0-.494.227-.562.495a2 2 0 0 1-3.876 0C9.994 2.227 9.776 2 9.5 2z",key:"1681fp"}]]);const ZE=s("Microscope",[["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"}]]);const KE=s("Microwave",[["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"}]]);const XE=s("Milestone",[["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"}]]);const JE=s("MilkOff",[["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"}]]);const QE=s("Milk",[["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"}]]);const e_=s("Minimize2",[["polyline",{points:"4 14 10 14 10 20",key:"11kfnr"}],["polyline",{points:"20 10 14 10 14 4",key:"rlmsce"}],["line",{x1:"14",x2:"21",y1:"10",y2:"3",key:"o5lafz"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]]);const t_=s("Minimize",[["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"}]]);const W2=s("Minus",[["path",{d:"M5 12h14",key:"1ays0h"}]]);const a_=s("MonitorCheck",[["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"}]]);const n_=s("MonitorCog",[["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m15.2 4.9-.9-.4",key:"12wd2u"}],["path",{d:"m15.2 7.1-.9.4",key:"1r2vl7"}],["path",{d:"m16.9 3.2-.4-.9",key:"3zbo91"}],["path",{d:"m16.9 8.8-.4.9",key:"1qr2dn"}],["path",{d:"m19.5 2.3-.4.9",key:"1rjrkq"}],["path",{d:"m19.5 9.7-.4-.9",key:"heryx5"}],["path",{d:"m21.7 4.5-.9.4",key:"17fqt1"}],["path",{d:"m21.7 7.5-.9-.4",key:"14zyni"}],["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"}]]);const r_=s("MonitorDot",[["circle",{cx:"19",cy:"6",r:"3",key:"108a5v"}],["path",{d:"M22 12v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h9",key:"1fet9y"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"M8 21h8",key:"1ev6f3"}]]);const o_=s("MonitorDown",[["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"}]]);const s_=s("MonitorOff",[["path",{d:"M17 17H4a2 2 0 0 1-2-2V5c0-1.5 1-2 1-2",key:"k0q8oc"}],["path",{d:"M22 15V5a2 2 0 0 0-2-2H9",key:"cp1ac0"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const i_=s("MonitorPause",[["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"}]]);const l_=s("MonitorPlay",[["path",{d:"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z",key:"1pctta"}],["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"}]]);const c_=s("MonitorSmartphone",[["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"}]]);const d_=s("MonitorSpeaker",[["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"}]]);const u_=s("MonitorStop",[["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"}]]);const h_=s("MonitorUp",[["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"}]]);const p_=s("MonitorX",[["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"}]]);const y_=s("Monitor",[["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"}]]);const f_=s("MoonStar",[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9",key:"4ay0iu"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}]]);const m_=s("Moon",[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",key:"a7tn18"}]]);const g_=s("MountainSnow",[["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"}]]);const k_=s("Mountain",[["path",{d:"m8 3 4 8 5-5 5 15H2L8 3z",key:"otkl63"}]]);const v_=s("MouseOff",[["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"}]]);const x_=s("MousePointer2",[["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"}]]);const b_=s("MousePointerBan",[["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"}]]);const M_=s("MousePointerClick",[["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"}]]);const w_=s("MousePointer",[["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"}]]);const C_=s("Mouse",[["rect",{x:"5",y:"2",width:"14",height:"20",rx:"7",key:"11ol66"}],["path",{d:"M12 6v4",key:"16clxf"}]]);const S_=s("Move3d",[["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"}]]);const j_=s("MoveDiagonal2",[["path",{d:"M19 13v6h-6",key:"1hxl6d"}],["path",{d:"M5 11V5h6",key:"12e2xe"}],["path",{d:"m5 5 14 14",key:"11anup"}]]);const A_=s("MoveDiagonal",[["path",{d:"M11 19H5v-6",key:"8awifj"}],["path",{d:"M13 5h6v6",key:"7voy1q"}],["path",{d:"M19 5 5 19",key:"wwaj1z"}]]);const D_=s("MoveDownLeft",[["path",{d:"M11 19H5V13",key:"1akmht"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]);const P_=s("MoveDownRight",[["path",{d:"M19 13V19H13",key:"10vkzq"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]);const T_=s("MoveDown",[["path",{d:"M8 18L12 22L16 18",key:"cskvfv"}],["path",{d:"M12 2V22",key:"r89rzk"}]]);const N_=s("MoveHorizontal",[["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"}]]);const E_=s("MoveLeft",[["path",{d:"M6 8L2 12L6 16",key:"kyvwex"}],["path",{d:"M2 12H22",key:"1m8cig"}]]);const __=s("MoveRight",[["path",{d:"M18 8L22 12L18 16",key:"1r0oui"}],["path",{d:"M2 12H22",key:"1m8cig"}]]);const z_=s("MoveUpLeft",[["path",{d:"M5 11V5H11",key:"3q78g9"}],["path",{d:"M5 5L19 19",key:"5zm2fv"}]]);const O_=s("MoveUpRight",[["path",{d:"M13 5H19V11",key:"1n1gyv"}],["path",{d:"M19 5L5 19",key:"72u4yj"}]]);const R_=s("MoveUp",[["path",{d:"M8 6L12 2L16 6",key:"1yvkyx"}],["path",{d:"M12 2V22",key:"r89rzk"}]]);const I_=s("MoveVertical",[["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"}]]);const V_=s("Move",[["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"}]]);const L_=s("Music2",[["circle",{cx:"8",cy:"18",r:"4",key:"1fc0mg"}],["path",{d:"M12 18V2l7 4",key:"g04rme"}]]);const H_=s("Music3",[["circle",{cx:"12",cy:"18",r:"4",key:"m3r9ws"}],["path",{d:"M16 18V2",key:"40x2m5"}]]);const q_=s("Music4",[["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"}]]);const F_=s("Music",[["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"}]]);const B_=s("Navigation2Off",[["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"}]]);const $_=s("Navigation2",[["polygon",{points:"12 2 19 21 12 17 5 21 12 2",key:"x8c0qg"}]]);const W_=s("NavigationOff",[["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"}]]);const G_=s("Navigation",[["polygon",{points:"3 11 22 2 13 21 11 13 3 11",key:"1ltx0t"}]]);const U_=s("Network",[["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"}]]);const Y_=s("Newspaper",[["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-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2",key:"7pis2x"}],["path",{d:"M18 14h-8",key:"sponae"}],["path",{d:"M15 18h-5",key:"95g1m2"}],["path",{d:"M10 6h8v4h-8V6Z",key:"smlsk5"}]]);const Z_=s("Nfc",[["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"}]]);const K_=s("NotebookPen",[["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"}]]);const X_=s("NotebookTabs",[["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"}]]);const J_=s("NotebookText",[["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"}]]);const Q_=s("Notebook",[["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"}]]);const ez=s("NotepadTextDashed",[["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"}]]);const tz=s("NotepadText",[["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"}]]);const az=s("NutOff",[["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"}]]);const nz=s("Nut",[["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"}]]);const rz=s("OctagonAlert",[["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"}]]);const oz=s("OctagonMinus",[["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"}]]);const sz=s("OctagonPause",[["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"}]]);const G2=s("OctagonX",[["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"}]]);const iz=s("Octagon",[["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"}]]);const lz=s("Omega",[["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"}]]);const cz=s("Option",[["path",{d:"M3 3h6l6 18h6",key:"ph9rgk"}],["path",{d:"M14 3h7",key:"16f0ms"}]]);const dz=s("Orbit",[["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"}],["path",{d:"M10.4 21.9a10 10 0 0 0 9.941-15.416",key:"eohfx2"}],["path",{d:"M13.5 2.1a10 10 0 0 0-9.841 15.416",key:"19pvbm"}]]);const uz=s("Origami",[["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"}]]);const hz=s("Package2",[["path",{d:"M3 9h18v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9Z",key:"1ront0"}],["path",{d:"m3 9 2.45-4.9A2 2 0 0 1 7.24 3h9.52a2 2 0 0 1 1.8 1.1L21 9",key:"19h2x1"}],["path",{d:"M12 3v6",key:"1holv5"}]]);const pz=s("PackageCheck",[["path",{d:"m16 16 2 2 4-4",key:"gfu2re"}],["path",{d:"M21 10V8a2 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 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]);const yz=s("PackageMinus",[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M21 10V8a2 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 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]);const fz=s("PackageOpen",[["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"}]]);const mz=s("PackagePlus",[["path",{d:"M16 16h6",key:"100bgy"}],["path",{d:"M19 13v6",key:"85cyf1"}],["path",{d:"M21 10V8a2 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 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]]);const gz=s("PackageSearch",[["path",{d:"M21 10V8a2 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 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["circle",{cx:"18.5",cy:"15.5",r:"2.5",key:"b5zd12"}],["path",{d:"M20.27 17.27 22 19",key:"1l4muz"}]]);const kz=s("PackageX",[["path",{d:"M21 10V8a2 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 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}],["path",{d:"m17 13 5 5m-5 0 5-5",key:"im3w4b"}]]);const vz=s("Package",[["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"}],["path",{d:"m3.3 7 7.703 4.734a2 2 0 0 0 1.994 0L20.7 7",key:"yx3hmr"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]]);const xz=s("PaintBucket",[["path",{d:"m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z",key:"irua1i"}],["path",{d:"m5 2 5 5",key:"1lls2c"}],["path",{d:"M2 13h15",key:"1hkzvu"}],["path",{d:"M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z",key:"xk76lq"}]]);const bz=s("PaintRoller",[["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"}]]);const Mz=s("PaintbrushVertical",[["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"}]]);const wz=s("Paintbrush",[["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"}]]);const Cz=s("Palette",[["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:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z",key:"12rzf8"}]]);const Sz=s("PanelBottomClose",[["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"}]]);const jz=s("PanelBottomDashed",[["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"}]]);const Az=s("PanelBottomOpen",[["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"}]]);const Dz=s("PanelBottom",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 15h18",key:"5xshup"}]]);const Pz=s("PanelLeftClose",[["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"}]]);const Tz=s("PanelLeftDashed",[["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"}]]);const Nz=s("PanelLeftOpen",[["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"}]]);const U2=s("PanelLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}]]);const Ez=s("PanelRightClose",[["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"}]]);const _z=s("PanelRightDashed",[["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"}]]);const zz=s("PanelRightOpen",[["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"}]]);const Oz=s("PanelRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M15 3v18",key:"14nvp0"}]]);const Rz=s("PanelTopClose",[["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"}]]);const Iz=s("PanelTopDashed",[["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"}]]);const Vz=s("PanelTopOpen",[["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"}]]);const Lz=s("PanelTop",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}]]);const Hz=s("PanelsLeftBottom",[["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"}]]);const qz=s("PanelsRightBottom",[["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"}]]);const Fz=s("PanelsTopLeft",[["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"}]]);const Bz=s("Paperclip",[["path",{d:"M13.234 20.252 21 12.3",key:"1cbrk9"}],["path",{d:"m16 6-8.414 8.586a2 2 0 0 0 0 2.828 2 2 0 0 0 2.828 0l8.414-8.586a4 4 0 0 0 0-5.656 4 4 0 0 0-5.656 0l-8.415 8.585a6 6 0 1 0 8.486 8.486",key:"1pkts6"}]]);const $z=s("Parentheses",[["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"}]]);const Wz=s("ParkingMeter",[["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"}]]);const Gz=s("PartyPopper",[["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"}]]);const Uz=s("Pause",[["rect",{x:"14",y:"4",width:"4",height:"16",rx:"1",key:"zuxfzm"}],["rect",{x:"6",y:"4",width:"4",height:"16",rx:"1",key:"1okwgv"}]]);const Yz=s("PawPrint",[["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"}]]);const Zz=s("PcCase",[["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"}]]);const Kz=s("PenLine",[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}]]);const Xz=s("PenOff",[["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"}]]);const Jz=s("PenTool",[["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"}]]);const Qz=s("Pen",[["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"}]]);const eO=s("PencilLine",[["path",{d:"M12 20h9",key:"t2du7b"}],["path",{d:"M16.376 3.622a1 1 0 0 1 3.002 3.002L7.368 18.635a2 2 0 0 1-.855.506l-2.872.838a.5.5 0 0 1-.62-.62l.838-2.872a2 2 0 0 1 .506-.854z",key:"1ykcvy"}],["path",{d:"m15 5 3 3",key:"1w25hb"}]]);const tO=s("PencilOff",[["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"}]]);const aO=s("PencilRuler",[["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"}]]);const nO=s("Pencil",[["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"}]]);const rO=s("Pentagon",[["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"}]]);const oO=s("Percent",[["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"}]]);const sO=s("PersonStanding",[["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"}]]);const iO=s("PhilippinePeso",[["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"}]]);const lO=s("PhoneCall",[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}],["path",{d:"M14.05 2a9 9 0 0 1 8 7.94",key:"vmijpz"}],["path",{d:"M14.05 6A5 5 0 0 1 18 10",key:"13nbpp"}]]);const cO=s("PhoneForwarded",[["polyline",{points:"18 2 22 6 18 10",key:"6vjanh"}],["line",{x1:"14",x2:"22",y1:"6",y2:"6",key:"1jsywh"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]);const dO=s("PhoneIncoming",[["polyline",{points:"16 2 16 8 22 8",key:"1ygljm"}],["line",{x1:"22",x2:"16",y1:"2",y2:"8",key:"1xzwqn"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]);const uO=s("PhoneMissed",[["line",{x1:"22",x2:"16",y1:"2",y2:"8",key:"1xzwqn"}],["line",{x1:"16",x2:"22",y1:"2",y2:"8",key:"13zxdn"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]);const hO=s("PhoneOff",[["path",{d:"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91",key:"z86iuo"}],["line",{x1:"22",x2:"2",y1:"2",y2:"22",key:"11kh81"}]]);const pO=s("PhoneOutgoing",[["polyline",{points:"22 8 22 2 16 2",key:"1g204g"}],["line",{x1:"16",x2:"22",y1:"8",y2:"2",key:"1ggias"}],["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]);const yO=s("Phone",[["path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",key:"foiqr5"}]]);const fO=s("Pi",[["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"}]]);const mO=s("Piano",[["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"}]]);const gO=s("Pickaxe",[["path",{d:"M14.531 12.469 6.619 20.38a1 1 0 1 1-3-3l7.912-7.912",key:"we99rg"}],["path",{d:"M15.686 4.314A12.5 12.5 0 0 0 5.461 2.958 1 1 0 0 0 5.58 4.71a22 22 0 0 1 6.318 3.393",key:"1w6hck"}],["path",{d:"M17.7 3.7a1 1 0 0 0-1.4 0l-4.6 4.6a1 1 0 0 0 0 1.4l2.6 2.6a1 1 0 0 0 1.4 0l4.6-4.6a1 1 0 0 0 0-1.4z",key:"15hgfx"}],["path",{d:"M19.686 8.314a12.501 12.501 0 0 1 1.356 10.225 1 1 0 0 1-1.751-.119 22 22 0 0 0-3.393-6.319",key:"452b4h"}]]);const kO=s("PictureInPicture2",[["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"}]]);const vO=s("PictureInPicture",[["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"}]]);const xO=s("PiggyBank",[["path",{d:"M19 5c-1.5 0-2.8 1.4-3 2-3.5-1.5-11-.3-11 5 0 1.8 0 3 2 4.5V20h4v-2h3v2h4v-4c1-.5 1.7-1 2-2h2v-4h-2c0-1-.5-1.5-1-2V5z",key:"1ivx2i"}],["path",{d:"M2 9v1c0 1.1.9 2 2 2h1",key:"nm575m"}],["path",{d:"M16 11h.01",key:"xkw8gn"}]]);const bO=s("PilcrowLeft",[["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"}]]);const MO=s("PilcrowRight",[["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"}]]);const wO=s("Pilcrow",[["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"}]]);const CO=s("PillBottle",[["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"}]]);const SO=s("Pill",[["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"}]]);const jO=s("PinOff",[["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"}]]);const AO=s("Pin",[["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"}]]);const DO=s("Pipette",[["path",{d:"m2 22 1-1h3l9-9",key:"1sre89"}],["path",{d:"M3 21v-3l9-9",key:"hpe2y6"}],["path",{d:"m15 6 3.4-3.4a2.1 2.1 0 1 1 3 3L18 9l.4.4a2.1 2.1 0 1 1-3 3l-3.8-3.8a2.1 2.1 0 1 1 3-3l.4.4Z",key:"196du1"}]]);const PO=s("Pizza",[["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"}]]);const TO=s("PlaneLanding",[["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"}]]);const NO=s("PlaneTakeoff",[["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"}]]);const EO=s("Plane",[["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"}]]);const _O=s("Play",[["polygon",{points:"6 3 20 12 6 21 6 3",key:"1oa8hb"}]]);const zO=s("Plug2",[["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"}]]);const OO=s("PlugZap",[["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"}]]);const RO=s("Plug",[["path",{d:"M12 22v-5",key:"1ega77"}],["path",{d:"M9 8V2",key:"14iosj"}],["path",{d:"M15 8V2",key:"18g5xt"}],["path",{d:"M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z",key:"osxo6l"}]]);const Y2=s("Plus",[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]]);const IO=s("PocketKnife",[["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"}]]);const VO=s("Pocket",[["path",{d:"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z",key:"1mz881"}],["polyline",{points:"8 10 12 14 16 10",key:"w4mbv5"}]]);const LO=s("Podcast",[["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",key:"1gvufo"}],["path",{d:"M13 17a1 1 0 1 0-2 0l.5 4.5a.5.5 0 1 0 1 0Z",key:"za5kbj"}]]);const HO=s("PointerOff",[["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"}]]);const qO=s("Pointer",[["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"}]]);const FO=s("Popcorn",[["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"}]]);const BO=s("Popsicle",[["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"}]]);const $O=s("PoundSterling",[["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"}]]);const WO=s("PowerOff",[["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"}]]);const GO=s("Power",[["path",{d:"M12 2v10",key:"mnfbl"}],["path",{d:"M18.4 6.6a9 9 0 1 1-12.77.04",key:"obofu9"}]]);const UO=s("Presentation",[["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"}]]);const YO=s("PrinterCheck",[["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"}]]);const ZO=s("Printer",[["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"}]]);const KO=s("Projector",[["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"}]]);const XO=s("Proportions",[["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"}]]);const JO=s("Puzzle",[["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"}]]);const QO=s("Pyramid",[["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"}]]);const eR=s("QrCode",[["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"}]]);const tR=s("Quote",[["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"}]]);const aR=s("Rabbit",[["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"}]]);const nR=s("Radar",[["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"}]]);const rR=s("Radiation",[["path",{d:"M12 12h.01",key:"1mp3jc"}],["path",{d:"M7.5 4.2c-.3-.5-.9-.7-1.3-.4C3.9 5.5 2.3 8.1 2 11c-.1.5.4 1 1 1h5c0-1.5.8-2.8 2-3.4-1.1-1.9-2-3.5-2.5-4.4z",key:"wy49g3"}],["path",{d:"M21 12c.6 0 1-.4 1-1-.3-2.9-1.8-5.5-4.1-7.1-.4-.3-1.1-.2-1.3.3-.6.9-1.5 2.5-2.6 4.3 1.2.7 2 2 2 3.5h5z",key:"vklnvr"}],["path",{d:"M7.5 19.8c-.3.5-.1 1.1.4 1.3 2.6 1.2 5.6 1.2 8.2 0 .5-.2.7-.8.4-1.3-.5-.9-1.4-2.5-2.5-4.3-1.2.7-2.8.7-4 0-1.1 1.8-2 3.4-2.5 4.3z",key:"wkdf1o"}]]);const oR=s("Radical",[["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"}]]);const sR=s("RadioReceiver",[["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"}]]);const iR=s("RadioTower",[["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"}]]);const lR=s("Radio",[["path",{d:"M4.9 19.1C1 15.2 1 8.8 4.9 4.9",key:"1vaf9d"}],["path",{d:"M7.8 16.2c-2.3-2.3-2.3-6.1 0-8.5",key:"u1ii0m"}],["circle",{cx:"12",cy:"12",r:"2",key:"1c9p78"}],["path",{d:"M16.2 7.8c2.3 2.3 2.3 6.1 0 8.5",key:"1j5fej"}],["path",{d:"M19.1 4.9C23 8.8 23 15.1 19.1 19",key:"10b0cb"}]]);const cR=s("Radius",[["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"}]]);const dR=s("RailSymbol",[["path",{d:"M5 15h14",key:"m0yey3"}],["path",{d:"M5 9h14",key:"7tsvo6"}],["path",{d:"m14 20-5-5 6-6-5-5",key:"1jo42i"}]]);const uR=s("Rainbow",[["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"}]]);const hR=s("Rat",[["path",{d:"M17 5c0-1.7-1.3-3-3-3s-3 1.3-3 3c0 .8.3 1.5.8 2H11c-3.9 0-7 3.1-7 7c0 2.2 1.8 4 4 4",key:"1wq71c"}],["path",{d:"M16.8 3.9c.3-.3.6-.5 1-.7 1.5-.6 3.3.1 3.9 1.6.6 1.5-.1 3.3-1.6 3.9l1.6 2.8c.2.3.2.7.2 1-.2.8-.9 1.2-1.7 1.1 0 0-1.6-.3-2.7-.6H17c-1.7 0-3 1.3-3 3",key:"1crdmb"}],["path",{d:"M13.2 18a3 3 0 0 0-2.2-5",key:"1ol3lk"}],["path",{d:"M13 22H4a2 2 0 0 1 0-4h12",key:"bt3f23"}],["path",{d:"M16 9h.01",key:"1bdo4e"}]]);const pR=s("Ratio",[["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"}]]);const yR=s("ReceiptCent",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M12 6.5v11",key:"ecfhkf"}],["path",{d:"M15 9.4a4 4 0 1 0 0 5.2",key:"1makmb"}]]);const fR=s("ReceiptEuro",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 12h5",key:"1g6qi8"}],["path",{d:"M16 9.5a4 4 0 1 0 0 5.2",key:"b2px4r"}]]);const mR=s("ReceiptIndianRupee",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 7h8",key:"i86dvs"}],["path",{d:"M12 17.5 8 15h1a4 4 0 0 0 0-8",key:"grpkl4"}],["path",{d:"M8 11h8",key:"vwpz6n"}]]);const gR=s("ReceiptJapaneseYen",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"m12 10 3-3",key:"1mc12w"}],["path",{d:"m9 7 3 3v7.5",key:"39i0xv"}],["path",{d:"M9 11h6",key:"1fldmi"}],["path",{d:"M9 15h6",key:"cctwl0"}]]);const kR=s("ReceiptPoundSterling",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 13h5",key:"1k9z8w"}],["path",{d:"M10 17V9.5a2.5 2.5 0 0 1 5 0",key:"1dzgp0"}],["path",{d:"M8 17h7",key:"8mjdqu"}]]);const vR=s("ReceiptRussianRuble",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M8 15h5",key:"vxg57a"}],["path",{d:"M8 11h5a2 2 0 1 0 0-4h-3v10",key:"1usi5u"}]]);const xR=s("ReceiptSwissFranc",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M10 17V7h5",key:"k7jq18"}],["path",{d:"M10 11h4",key:"1i0mka"}],["path",{d:"M8 15h5",key:"vxg57a"}]]);const bR=s("ReceiptText",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M14 8H8",key:"1l3xfs"}],["path",{d:"M16 12H8",key:"1fr5h0"}],["path",{d:"M13 16H8",key:"wsln4y"}]]);const MR=s("Receipt",[["path",{d:"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z",key:"q3az6g"}],["path",{d:"M16 8h-6a2 2 0 1 0 0 4h4a2 2 0 1 1 0 4H8",key:"1h4pet"}],["path",{d:"M12 17.5v-11",key:"1jc1ny"}]]);const wR=s("RectangleEllipsis",[["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"}]]);const CR=s("RectangleHorizontal",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]]);const SR=s("RectangleVertical",[["rect",{width:"12",height:"20",x:"6",y:"2",rx:"2",key:"1oxtiu"}]]);const jR=s("Recycle",[["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"}]]);const AR=s("Redo2",[["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"}]]);const DR=s("RedoDot",[["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"}]]);const PR=s("Redo",[["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"}]]);const TR=s("RefreshCcwDot",[["path",{d:"M3 2v6h6",key:"18ldww"}],["path",{d:"M21 12A9 9 0 0 0 6 5.3L3 8",key:"1pbrqz"}],["path",{d:"M21 22v-6h-6",key:"usdfbe"}],["path",{d:"M3 12a9 9 0 0 0 15 6.7l3-2.7",key:"1hosoe"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);const NR=s("RefreshCcw",[["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"}]]);const ER=s("RefreshCwOff",[["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"}]]);const _R=s("RefreshCw",[["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"}]]);const zR=s("Refrigerator",[["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"}]]);const OR=s("Regex",[["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"}]]);const RR=s("RemoveFormatting",[["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"}]]);const IR=s("Repeat1",[["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"}]]);const VR=s("Repeat2",[["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"}]]);const LR=s("Repeat",[["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"}]]);const HR=s("ReplaceAll",[["path",{d:"M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"1yyzbs"}],["path",{d:"M14 4a2 2 0 0 1 2-2",key:"1w2hp7"}],["path",{d:"M16 10a2 2 0 0 1-2-2",key:"shjach"}],["path",{d:"M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2",key:"zfj4xr"}],["path",{d:"M20 2a2 2 0 0 1 2 2",key:"188mtx"}],["path",{d:"M22 8a2 2 0 0 1-2 2",key:"ddf4tu"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a 3 3 0 0 1 3-3h1",key:"1ageje"}],["rect",{x:"2",y:"14",width:"8",height:"8",rx:"2",key:"4rksxw"}]]);const qR=s("Replace",[["path",{d:"M14 4a2 2 0 0 1 2-2",key:"1w2hp7"}],["path",{d:"M16 10a2 2 0 0 1-2-2",key:"shjach"}],["path",{d:"M20 2a2 2 0 0 1 2 2",key:"188mtx"}],["path",{d:"M22 8a2 2 0 0 1-2 2",key:"ddf4tu"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a3 3 0 0 1 3-3h1",key:"3y3t5z"}],["rect",{x:"2",y:"14",width:"8",height:"8",rx:"2",key:"4rksxw"}]]);const FR=s("ReplyAll",[["polyline",{points:"7 17 2 12 7 7",key:"t83bqg"}],["polyline",{points:"12 17 7 12 12 7",key:"1g4ajm"}],["path",{d:"M22 18v-2a4 4 0 0 0-4-4H7",key:"1fcyog"}]]);const BR=s("Reply",[["polyline",{points:"9 17 4 12 9 7",key:"hvgpf2"}],["path",{d:"M20 18v-2a4 4 0 0 0-4-4H4",key:"5vmcpk"}]]);const $R=s("Rewind",[["polygon",{points:"11 19 2 12 11 5 11 19",key:"14yba5"}],["polygon",{points:"22 19 13 12 22 5 22 19",key:"1pi1cj"}]]);const WR=s("Ribbon",[["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"}]]);const Z2=s("Rocket",[["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-.09z",key:"m3kijz"}],["path",{d:"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z",key:"1fmvmk"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0",key:"1f8sc4"}],["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}]]);const GR=s("RockingChair",[["polyline",{points:"3.5 2 6.5 12.5 18 12.5",key:"y3iy52"}],["line",{x1:"9.5",x2:"5.5",y1:"12.5",y2:"20",key:"19vg5i"}],["line",{x1:"15",x2:"18.5",y1:"12.5",y2:"20",key:"1inpmv"}],["path",{d:"M2.75 18a13 13 0 0 0 18.5 0",key:"1nquas"}]]);const UR=s("RollerCoaster",[["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"}]]);const YR=s("Rotate3d",[["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"}]]);const ZR=s("RotateCcwSquare",[["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"}]]);const KR=s("RotateCcw",[["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"}]]);const XR=s("RotateCwSquare",[["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"}]]);const JR=s("RotateCw",[["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"}]]);const QR=s("RouteOff",[["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"}]]);const eI=s("Route",[["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"}]]);const tI=s("Router",[["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"}]]);const aI=s("Rows2",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 12h18",key:"1i2n21"}]]);const nI=s("Rows3",[["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"}]]);const rI=s("Rows4",[["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"}]]);const oI=s("Rss",[["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"}]]);const sI=s("Ruler",[["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"}]]);const iI=s("RussianRuble",[["path",{d:"M6 11h8a4 4 0 0 0 0-8H9v18",key:"18ai8t"}],["path",{d:"M6 15h8",key:"1y8f6l"}]]);const lI=s("Sailboat",[["path",{d:"M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Z",key:"1404fh"}],["path",{d:"M21 14 10 2 3 14h18Z",key:"1nzg7v"}],["path",{d:"M10 2v16",key:"1labyt"}]]);const cI=s("Salad",[["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"}]]);const dI=s("Sandwich",[["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"}]]);const uI=s("SatelliteDish",[["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"}]]);const hI=s("Satellite",[["path",{d:"M13 7 9 3 5 7l4 4",key:"vyckw6"}],["path",{d:"m17 11 4 4-4 4-4-4",key:"rchckc"}],["path",{d:"m8 12 4 4 6-6-4-4Z",key:"1sshf7"}],["path",{d:"m16 8 3-3",key:"x428zp"}],["path",{d:"M9 21a6 6 0 0 0-6-6",key:"1iajcf"}]]);const pI=s("SaveAll",[["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"}]]);const yI=s("SaveOff",[["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"}]]);const fI=s("Save",[["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"}]]);const mI=s("Scale3d",[["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"}]]);const gI=s("Scale",[["path",{d:"m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"7g6ntu"}],["path",{d:"m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z",key:"ijws7r"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 3v18",key:"108xh3"}],["path",{d:"M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2",key:"3gwbw2"}]]);const kI=s("Scaling",[["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"}]]);const vI=s("ScanBarcode",[["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"}]]);const xI=s("ScanEye",[["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"}]]);const bI=s("ScanFace",[["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"}]]);const MI=s("ScanHeart",[["path",{d:"M11.246 16.657a1 1 0 0 0 1.508 0l3.57-4.101A2.75 2.75 0 1 0 12 9.168a2.75 2.75 0 1 0-4.324 3.388z",key:"1algrk"}],["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"}]]);const wI=s("ScanLine",[["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"}]]);const CI=s("ScanQrCode",[["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"}]]);const SI=s("ScanSearch",[["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"}]]);const jI=s("ScanText",[["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"}]]);const AI=s("Scan",[["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"}]]);const DI=s("School",[["path",{d:"M14 22v-4a2 2 0 1 0-4 0v4",key:"hhkicm"}],["path",{d:"m18 10 3.447 1.724a1 1 0 0 1 .553.894V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-7.382a1 1 0 0 1 .553-.894L6 10",key:"1xqip1"}],["path",{d:"M18 5v17",key:"1sw6gf"}],["path",{d:"m4 6 7.106-3.553a2 2 0 0 1 1.788 0L20 6",key:"9d2mlk"}],["path",{d:"M6 5v17",key:"1xfsm0"}],["circle",{cx:"12",cy:"9",r:"2",key:"1092wv"}]]);const PI=s("ScissorsLineDashed",[["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"}]]);const TI=s("Scissors",[["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"}]]);const NI=s("ScreenShareOff",[["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"}]]);const EI=s("ScreenShare",[["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"}]]);const _I=s("ScrollText",[["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"}]]);const zI=s("Scroll",[["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"}]]);const OI=s("SearchCheck",[["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"}]]);const RI=s("SearchCode",[["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"}]]);const II=s("SearchSlash",[["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"}]]);const VI=s("SearchX",[["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"}]]);const $i=s("Search",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);const LI=s("Section",[["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"}]]);const HI=s("SendHorizontal",[["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"}]]);const qI=s("SendToBack",[["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"}]]);const K2=s("Send",[["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"}]]);const FI=s("SeparatorHorizontal",[["line",{x1:"3",x2:"21",y1:"12",y2:"12",key:"10d38w"}],["polyline",{points:"8 8 12 4 16 8",key:"zo8t4w"}],["polyline",{points:"16 16 12 20 8 16",key:"1oyrid"}]]);const BI=s("SeparatorVertical",[["line",{x1:"12",x2:"12",y1:"3",y2:"21",key:"1efggb"}],["polyline",{points:"8 8 4 12 8 16",key:"bnfmv4"}],["polyline",{points:"16 16 20 12 16 8",key:"u90052"}]]);const $I=s("ServerCog",[["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["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 6h.01",key:"1utrut"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m15.7 13.4-.9-.3",key:"1jwmzr"}],["path",{d:"m9.2 10.9-.9-.3",key:"qapnim"}],["path",{d:"m10.6 15.7.3-.9",key:"quwk0k"}],["path",{d:"m13.6 15.7-.4-1",key:"cb9xp7"}],["path",{d:"m10.8 9.3-.4-1",key:"1uaiz5"}],["path",{d:"m8.3 13.6 1-.4",key:"s6srou"}],["path",{d:"m14.7 10.8 1-.4",key:"4d31cq"}],["path",{d:"m13.4 8.3-.3.9",key:"1bm987"}]]);const WI=s("ServerCrash",[["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"}]]);const GI=s("ServerOff",[["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"}]]);const UI=s("Server",[["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"}]]);const YI=s("Settings2",[["path",{d:"M20 7h-9",key:"3s1dr2"}],["path",{d:"M14 17H5",key:"gfn3mx"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]]);const ZI=s("Settings",[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]]);const KI=s("Shapes",[["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"}]]);const XI=s("Share2",[["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"}]]);const JI=s("Share",[["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["polyline",{points:"16 6 12 2 8 6",key:"m901s6"}],["line",{x1:"12",x2:"12",y1:"2",y2:"15",key:"1p0rca"}]]);const QI=s("Sheet",[["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"}]]);const eV=s("Shell",[["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"}]]);const tV=s("ShieldAlert",[["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"}]]);const aV=s("ShieldBan",[["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"}]]);const nV=s("ShieldCheck",[["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"}]]);const rV=s("ShieldEllipsis",[["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"}]]);const oV=s("ShieldHalf",[["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"}]]);const sV=s("ShieldMinus",[["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"}]]);const iV=s("ShieldOff",[["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"}]]);const lV=s("ShieldPlus",[["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"}]]);const cV=s("ShieldQuestion",[["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"}]]);const dV=s("ShieldX",[["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"}]]);const uV=s("Shield",[["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"}]]);const hV=s("ShipWheel",[["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"}]]);const pV=s("Ship",[["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"}]]);const yV=s("Shirt",[["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"}]]);const fV=s("ShoppingBag",[["path",{d:"M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z",key:"hou9p0"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M16 10a4 4 0 0 1-8 0",key:"1ltviw"}]]);const mV=s("ShoppingBasket",[["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"}]]);const gV=s("ShoppingCart",[["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"}]]);const kV=s("Shovel",[["path",{d:"M2 22v-5l5-5 5 5-5 5z",key:"1fh25c"}],["path",{d:"M9.5 14.5 16 8",key:"1smz5x"}],["path",{d:"m17 2 5 5-.5.5a3.53 3.53 0 0 1-5 0s0 0 0 0a3.53 3.53 0 0 1 0-5L17 2",key:"1q8uv5"}]]);const vV=s("ShowerHead",[["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"}]]);const xV=s("Shrink",[["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"}]]);const bV=s("Shrub",[["path",{d:"M12 22v-7l-2-2",key:"eqv9mc"}],["path",{d:"M17 8v.8A6 6 0 0 1 13.8 20H10A6.5 6.5 0 0 1 7 8a5 5 0 0 1 10 0Z",key:"ubcgy"}],["path",{d:"m14 14-2 2",key:"847xa2"}]]);const MV=s("Shuffle",[["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"}]]);const wV=s("Sigma",[["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"}]]);const CV=s("SignalHigh",[["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"}]]);const SV=s("SignalLow",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}]]);const jV=s("SignalMedium",[["path",{d:"M2 20h.01",key:"4haj6o"}],["path",{d:"M7 20v-4",key:"j294jx"}],["path",{d:"M12 20v-8",key:"i3yub9"}]]);const AV=s("SignalZero",[["path",{d:"M2 20h.01",key:"4haj6o"}]]);const DV=s("Signal",[["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"}]]);const PV=s("Signature",[["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"}]]);const TV=s("SignpostBig",[["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"}]]);const NV=s("Signpost",[["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"}]]);const EV=s("Siren",[["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"}]]);const _V=s("SkipBack",[["polygon",{points:"19 20 9 12 19 4 19 20",key:"o2sva"}],["line",{x1:"5",x2:"5",y1:"19",y2:"5",key:"1ocqjk"}]]);const zV=s("SkipForward",[["polygon",{points:"5 4 15 12 5 20 5 4",key:"16p6eg"}],["line",{x1:"19",x2:"19",y1:"5",y2:"19",key:"futhcm"}]]);const OV=s("Skull",[["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"}]]);const RV=s("Slack",[["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"}]]);const IV=s("Slash",[["path",{d:"M22 2 2 22",key:"y4kqgn"}]]);const VV=s("Slice",[["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"}]]);const LV=s("SlidersHorizontal",[["line",{x1:"21",x2:"14",y1:"4",y2:"4",key:"obuewd"}],["line",{x1:"10",x2:"3",y1:"4",y2:"4",key:"1q6298"}],["line",{x1:"21",x2:"12",y1:"12",y2:"12",key:"1iu8h1"}],["line",{x1:"8",x2:"3",y1:"12",y2:"12",key:"ntss68"}],["line",{x1:"21",x2:"16",y1:"20",y2:"20",key:"14d8ph"}],["line",{x1:"12",x2:"3",y1:"20",y2:"20",key:"m0wm8r"}],["line",{x1:"14",x2:"14",y1:"2",y2:"6",key:"14e1ph"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"16",x2:"16",y1:"18",y2:"22",key:"1lctlv"}]]);const HV=s("SlidersVertical",[["line",{x1:"4",x2:"4",y1:"21",y2:"14",key:"1p332r"}],["line",{x1:"4",x2:"4",y1:"10",y2:"3",key:"gb41h5"}],["line",{x1:"12",x2:"12",y1:"21",y2:"12",key:"hf2csr"}],["line",{x1:"12",x2:"12",y1:"8",y2:"3",key:"1kfi7u"}],["line",{x1:"20",x2:"20",y1:"21",y2:"16",key:"1lhrwl"}],["line",{x1:"20",x2:"20",y1:"12",y2:"3",key:"16vvfq"}],["line",{x1:"2",x2:"6",y1:"14",y2:"14",key:"1uebub"}],["line",{x1:"10",x2:"14",y1:"8",y2:"8",key:"1yglbp"}],["line",{x1:"18",x2:"22",y1:"16",y2:"16",key:"1jxqpz"}]]);const qV=s("SmartphoneCharging",[["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"}]]);const FV=s("SmartphoneNfc",[["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"}]]);const BV=s("Smartphone",[["rect",{width:"14",height:"20",x:"5",y:"2",rx:"2",ry:"2",key:"1yt0o3"}],["path",{d:"M12 18h.01",key:"mhygvu"}]]);const $V=s("SmilePlus",[["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"}]]);const WV=s("Smile",[["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"}]]);const GV=s("Snail",[["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"}]]);const UV=s("Snowflake",[["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"}]]);const YV=s("Sofa",[["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"}]]);const ZV=s("Soup",[["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"}]]);const KV=s("Space",[["path",{d:"M22 17v1c0 .5-.5 1-1 1H3c-.5 0-1-.5-1-1v-1",key:"lt2kga"}]]);const XV=s("Spade",[["path",{d:"M5 9c-1.5 1.5-3 3.2-3 5.5A5.5 5.5 0 0 0 7.5 20c1.8 0 3-.5 4.5-2 1.5 1.5 2.7 2 4.5 2a5.5 5.5 0 0 0 5.5-5.5c0-2.3-1.5-4-3-5.5l-7-7-7 7Z",key:"40bo9n"}],["path",{d:"M12 18v4",key:"jadmvz"}]]);const JV=s("Sparkle",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}]]);const QV=s("Sparkles",[["path",{d:"M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z",key:"4pj2yx"}],["path",{d:"M20 3v4",key:"1olli1"}],["path",{d:"M22 5h-4",key:"1gvqau"}],["path",{d:"M4 17v2",key:"vumght"}],["path",{d:"M5 18H3",key:"zchphs"}]]);const eL=s("Speaker",[["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"}]]);const tL=s("Speech",[["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"}]]);const aL=s("SpellCheck2",[["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"}]]);const nL=s("SpellCheck",[["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"}]]);const rL=s("Spline",[["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"}]]);const oL=s("Split",[["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"}]]);const sL=s("SprayCan",[["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"}]]);const iL=s("Sprout",[["path",{d:"M7 20h10",key:"e6iznv"}],["path",{d:"M10 20c5.5-2.5.8-6.4 3-10",key:"161w41"}],["path",{d:"M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z",key:"9gtqwd"}],["path",{d:"M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z",key:"bkxnd2"}]]);const lL=s("SquareActivity",[["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"}]]);const cL=s("SquareArrowDownLeft",[["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"}]]);const dL=s("SquareArrowDownRight",[["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"}]]);const uL=s("SquareArrowDown",[["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"}]]);const hL=s("SquareArrowLeft",[["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"}]]);const pL=s("SquareArrowOutDownLeft",[["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"}]]);const yL=s("SquareArrowOutDownRight",[["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"}]]);const fL=s("SquareArrowOutUpLeft",[["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"}]]);const mL=s("SquareArrowOutUpRight",[["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"}]]);const gL=s("SquareArrowRight",[["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"}]]);const kL=s("SquareArrowUpLeft",[["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"}]]);const vL=s("SquareArrowUpRight",[["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"}]]);const xL=s("SquareArrowUp",[["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"}]]);const bL=s("SquareAsterisk",[["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"}]]);const ML=s("SquareBottomDashedScissors",[["path",{d:"M4 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2",key:"1vzg26"}],["path",{d:"M10 22H8",key:"euku7a"}],["path",{d:"M16 22h-2",key:"18d249"}],["circle",{cx:"8",cy:"8",r:"2",key:"14cg06"}],["path",{d:"M9.414 9.414 12 12",key:"qz4lzr"}],["path",{d:"M14.8 14.8 18 18",key:"11flf1"}],["circle",{cx:"8",cy:"16",r:"2",key:"1acxsx"}],["path",{d:"m18 6-8.586 8.586",key:"11kzk1"}]]);const wL=s("SquareChartGantt",[["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"}]]);const CL=s("SquareCheckBig",[["path",{d:"M21 10.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.5",key:"1uzm8b"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]]);const SL=s("SquareCheck",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);const jL=s("SquareChevronDown",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m16 10-4 4-4-4",key:"894hmk"}]]);const AL=s("SquareChevronLeft",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m14 16-4-4 4-4",key:"ojs7w8"}]]);const DL=s("SquareChevronRight",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m10 8 4 4-4 4",key:"1wy4r4"}]]);const PL=s("SquareChevronUp",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m8 14 4-4 4 4",key:"fy2ptz"}]]);const TL=s("SquareCode",[["path",{d:"M10 9.5 8 12l2 2.5",key:"3mjy60"}],["path",{d:"m14 9.5 2 2.5-2 2.5",key:"1bir2l"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);const NL=s("SquareDashedBottomCode",[["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"}]]);const EL=s("SquareDashedBottom",[["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"}]]);const _L=s("SquareDashedKanban",[["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"}]]);const zL=s("SquareDashedMousePointer",[["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"}]]);const OL=s("SquareDashed",[["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"}]]);const RL=s("SquareDivide",[["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"}]]);const IL=s("SquareDot",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}]]);const VL=s("SquareEqual",[["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"}]]);const LL=s("SquareFunction",[["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"}]]);const HL=s("SquareKanban",[["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"}]]);const qL=s("SquareLibrary",[["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"}]]);const FL=s("SquareM",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 16V8l4 4 4-4v8",key:"141u4e"}]]);const BL=s("SquareMenu",[["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"}]]);const $L=s("SquareMinus",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 12h8",key:"1wcyev"}]]);const WL=s("SquareMousePointer",[["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"}]]);const GL=s("SquareParkingOff",[["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"}]]);const UL=s("SquareParking",[["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"}]]);const X2=s("SquarePen",[["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"}]]);const YL=s("SquarePercent",[["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"}]]);const ZL=s("SquarePi",[["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"}]]);const KL=s("SquarePilcrow",[["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"}]]);const XL=s("SquarePlay",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"m9 8 6 4-6 4Z",key:"f1r3lt"}]]);const JL=s("SquarePlus",[["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"}]]);const QL=s("SquarePower",[["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"}]]);const eH=s("SquareRadical",[["path",{d:"M7 12h2l2 5 2-10h4",key:"1fxv6h"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}]]);const tH=s("SquareScissors",[["rect",{width:"20",height:"20",x:"2",y:"2",rx:"2",key:"1btzen"}],["circle",{cx:"8",cy:"8",r:"2",key:"14cg06"}],["path",{d:"M9.414 9.414 12 12",key:"qz4lzr"}],["path",{d:"M14.8 14.8 18 18",key:"11flf1"}],["circle",{cx:"8",cy:"16",r:"2",key:"1acxsx"}],["path",{d:"m18 6-8.586 8.586",key:"11kzk1"}]]);const aH=s("SquareSigma",[["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"}]]);const nH=s("SquareSlash",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["line",{x1:"9",x2:"15",y1:"15",y2:"9",key:"1dfufj"}]]);const rH=s("SquareSplitHorizontal",[["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"}]]);const oH=s("SquareSplitVertical",[["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"}]]);const sH=s("SquareSquare",[["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"}]]);const iH=s("SquareStack",[["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"}]]);const lH=s("SquareTerminal",[["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"}]]);const cH=s("SquareUserRound",[["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"}]]);const dH=s("SquareUser",[["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"}]]);const uH=s("SquareX",[["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"}]]);const hH=s("Square",[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]]);const pH=s("Squircle",[["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"}]]);const yH=s("Squirrel",[["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"}]]);const fH=s("Stamp",[["path",{d:"M5 22h14",key:"ehvnwv"}],["path",{d:"M19.27 13.73A2.5 2.5 0 0 0 17.5 13h-11A2.5 2.5 0 0 0 4 15.5V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-1.5c0-.66-.26-1.3-.73-1.77Z",key:"1sy9ra"}],["path",{d:"M14 13V8.5C14 7 15 7 15 5a3 3 0 0 0-3-3c-1.66 0-3 1-3 3s1 2 1 3.5V13",key:"cnxgux"}]]);const mH=s("StarHalf",[["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"}]]);const gH=s("StarOff",[["path",{d:"M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43",key:"16m0ql"}],["path",{d:"M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91",key:"1vt8nq"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]]);const kH=s("Star",[["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"}]]);const vH=s("StepBack",[["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["polygon",{points:"14,20 4,12 14,4",key:"ypakod"}]]);const xH=s("StepForward",[["line",{x1:"6",x2:"6",y1:"4",y2:"20",key:"fy8qot"}],["polygon",{points:"10,4 20,12 10,20",key:"1mc1pf"}]]);const bH=s("Stethoscope",[["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"}]]);const MH=s("Sticker",[["path",{d:"M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z",key:"1wis1t"}],["path",{d:"M14 3v4a2 2 0 0 0 2 2h4",key:"36rjfy"}],["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"}]]);const wH=s("StickyNote",[["path",{d:"M16 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8Z",key:"qazsjp"}],["path",{d:"M15 3v4a2 2 0 0 0 2 2h4",key:"40519r"}]]);const CH=s("Store",[["path",{d:"m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7",key:"ztvudi"}],["path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8",key:"1b2hhj"}],["path",{d:"M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4",key:"2ebpfo"}],["path",{d:"M2 7h20",key:"1fcdvo"}],["path",{d:"M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7",key:"6c3vgh"}]]);const SH=s("StretchHorizontal",[["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"}]]);const jH=s("StretchVertical",[["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"}]]);const AH=s("Strikethrough",[["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"}]]);const DH=s("Subscript",[["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"}]]);const PH=s("SunDim",[["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"}]]);const TH=s("SunMedium",[["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"}]]);const NH=s("SunMoon",[["path",{d:"M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4",key:"1fu5g2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.9 4.9 1.4 1.4",key:"b9915j"}],["path",{d:"m17.7 17.7 1.4 1.4",key:"qc3ed3"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.3 17.7-1.4 1.4",key:"5gca6"}],["path",{d:"m19.1 4.9-1.4 1.4",key:"wpu9u6"}]]);const EH=s("SunSnow",[["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"}]]);const _H=s("Sun",[["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"}]]);const zH=s("Sunrise",[["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"}]]);const OH=s("Sunset",[["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"}]]);const RH=s("Superscript",[["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"}]]);const IH=s("SwatchBook",[["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"}]]);const VH=s("SwissFranc",[["path",{d:"M10 21V3h8",key:"br2l0g"}],["path",{d:"M6 16h9",key:"2py0wn"}],["path",{d:"M10 9.5h7",key:"13dmhz"}]]);const LH=s("SwitchCamera",[["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"}]]);const HH=s("Sword",[["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"}]]);const qH=s("Swords",[["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"}]]);const FH=s("Syringe",[["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"}]]);const BH=s("Table2",[["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"}]]);const $H=s("TableCellsMerge",[["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"}]]);const WH=s("TableCellsSplit",[["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"}]]);const GH=s("TableColumnsSplit",[["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"}]]);const UH=s("TableOfContents",[["path",{d:"M16 12H3",key:"1a2rj7"}],["path",{d:"M16 18H3",key:"12xzn7"}],["path",{d:"M16 6H3",key:"1wxfjs"}],["path",{d:"M21 12h.01",key:"msek7k"}],["path",{d:"M21 18h.01",key:"1e8rq1"}],["path",{d:"M21 6h.01",key:"1koanj"}]]);const YH=s("TableProperties",[["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"}]]);const ZH=s("TableRowsSplit",[["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"}]]);const KH=s("Table",[["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"}]]);const XH=s("TabletSmartphone",[["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"}]]);const JH=s("Tablet",[["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"}]]);const QH=s("Tablets",[["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"}]]);const eq=s("Tag",[["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"}]]);const tq=s("Tags",[["path",{d:"m15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19",key:"1cbfv1"}],["path",{d:"M9.586 5.586A2 2 0 0 0 8.172 5H3a1 1 0 0 0-1 1v5.172a2 2 0 0 0 .586 1.414L8.29 18.29a2.426 2.426 0 0 0 3.42 0l3.58-3.58a2.426 2.426 0 0 0 0-3.42z",key:"135mg7"}],["circle",{cx:"6.5",cy:"9.5",r:".5",fill:"currentColor",key:"5pm5xn"}]]);const aq=s("Tally1",[["path",{d:"M4 4v16",key:"6qkkli"}]]);const nq=s("Tally2",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}]]);const rq=s("Tally3",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}]]);const oq=s("Tally4",[["path",{d:"M4 4v16",key:"6qkkli"}],["path",{d:"M9 4v16",key:"81ygyz"}],["path",{d:"M14 4v16",key:"12vmem"}],["path",{d:"M19 4v16",key:"8ij5ei"}]]);const sq=s("Tally5",[["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"}]]);const iq=s("Tangent",[["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"}]]);const lq=s("Target",[["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"}]]);const cq=s("Telescope",[["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"}]]);const dq=s("TentTree",[["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"}]]);const uq=s("Tent",[["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"}]]);const J2=s("Terminal",[["polyline",{points:"4 17 10 11 4 5",key:"akl6gq"}],["line",{x1:"12",x2:"20",y1:"19",y2:"19",key:"q2wloq"}]]);const hq=s("TestTubeDiagonal",[["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"}]]);const pq=s("TestTube",[["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"}]]);const yq=s("TestTubes",[["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"}]]);const fq=s("TextCursorInput",[["path",{d:"M5 4h1a3 3 0 0 1 3 3 3 3 0 0 1 3-3h1",key:"18xjzo"}],["path",{d:"M13 20h-1a3 3 0 0 1-3-3 3 3 0 0 1-3 3H5",key:"fj48gi"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1",key:"1n9rhb"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7",key:"13ksps"}],["path",{d:"M9 7v10",key:"1vc8ob"}]]);const mq=s("TextCursor",[["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"}]]);const gq=s("TextQuote",[["path",{d:"M17 6H3",key:"16j9eg"}],["path",{d:"M21 12H8",key:"scolzb"}],["path",{d:"M21 18H8",key:"1wfozv"}],["path",{d:"M3 12v6",key:"fv4c87"}]]);const kq=s("TextSearch",[["path",{d:"M21 6H3",key:"1jwq7v"}],["path",{d:"M10 12H3",key:"1ulcyk"}],["path",{d:"M10 18H3",key:"13769t"}],["circle",{cx:"17",cy:"15",r:"3",key:"1upz2a"}],["path",{d:"m21 19-1.9-1.9",key:"dwi7p8"}]]);const vq=s("TextSelect",[["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"}],["line",{x1:"7",x2:"15",y1:"8",y2:"8",key:"1758g8"}],["line",{x1:"7",x2:"17",y1:"12",y2:"12",key:"197423"}],["line",{x1:"7",x2:"13",y1:"16",y2:"16",key:"37cgm6"}]]);const xq=s("Text",[["path",{d:"M17 6.1H3",key:"wptmhv"}],["path",{d:"M21 12.1H3",key:"1j38uz"}],["path",{d:"M15.1 18H3",key:"1nb16a"}]]);const bq=s("Theater",[["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"}]]);const Mq=s("ThermometerSnowflake",[["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"}]]);const wq=s("ThermometerSun",[["path",{d:"M12 9a4 4 0 0 0-2 7.5",key:"1jvsq6"}],["path",{d:"M12 3v2",key:"1w22ol"}],["path",{d:"m6.6 18.4-1.4 1.4",key:"w2yidj"}],["path",{d:"M20 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"iof6y5"}],["path",{d:"M4 13H2",key:"118le4"}],["path",{d:"M6.34 7.34 4.93 5.93",key:"1brd51"}]]);const Cq=s("Thermometer",[["path",{d:"M14 4v10.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0Z",key:"17jzev"}]]);const Sq=s("ThumbsDown",[["path",{d:"M17 14V2",key:"8ymqnk"}],["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"}]]);const jq=s("ThumbsUp",[["path",{d:"M7 10v12",key:"1qc93n"}],["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"}]]);const Aq=s("TicketCheck",[["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"}]]);const Dq=s("TicketMinus",[["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"}]]);const Pq=s("TicketPercent",[["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"}]]);const Tq=s("TicketPlus",[["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"}]]);const Nq=s("TicketSlash",[["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"}]]);const Eq=s("TicketX",[["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"}]]);const _q=s("Ticket",[["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"}]]);const zq=s("TicketsPlane",[["path",{d:"M10.5 17h1.227a2 2 0 0 0 1.345-.52L18 12",key:"16muxl"}],["path",{d:"m12 13.5 3.75.5",key:"1i9qhk"}],["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8",key:"12lg5p"}],["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"}]]);const Oq=s("Tickets",[["path",{d:"m4.5 8 10.58-5.06a1 1 0 0 1 1.342.488L18.5 8",key:"12lg5p"}],["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"}]]);const Rq=s("TimerOff",[["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"}]]);const Iq=s("TimerReset",[["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"}]]);const Vq=s("Timer",[["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"}]]);const Lq=s("ToggleLeft",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6",key:"f2vt7d"}],["circle",{cx:"8",cy:"12",r:"2",key:"1nvbw3"}]]);const Hq=s("ToggleRight",[["rect",{width:"20",height:"12",x:"2",y:"6",rx:"6",ry:"6",key:"f2vt7d"}],["circle",{cx:"16",cy:"12",r:"2",key:"4ma0v8"}]]);const qq=s("Toilet",[["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"}]]);const Fq=s("Tornado",[["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"}]]);const Bq=s("Torus",[["ellipse",{cx:"12",cy:"11",rx:"3",ry:"2",key:"1b2qxu"}],["ellipse",{cx:"12",cy:"12.5",rx:"10",ry:"8.5",key:"h8emeu"}]]);const $q=s("TouchpadOff",[["path",{d:"M4 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16",key:"lnt0bk"}],["path",{d:"M2 14h12",key:"d8icqz"}],["path",{d:"M22 14h-2",key:"jrx26d"}],["path",{d:"M12 20v-6",key:"1rm09r"}],["path",{d:"m2 2 20 20",key:"1ooewy"}],["path",{d:"M22 16V6a2 2 0 0 0-2-2H10",key:"11y8e4"}]]);const Wq=s("Touchpad",[["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"}]]);const Gq=s("TowerControl",[["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"}]]);const Uq=s("ToyBrick",[["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"}]]);const Yq=s("Tractor",[["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"}]]);const Zq=s("TrafficCone",[["path",{d:"M9.3 6.2a4.55 4.55 0 0 0 5.4 0",key:"flyxqv"}],["path",{d:"M7.9 10.7c.9.8 2.4 1.3 4.1 1.3s3.2-.5 4.1-1.3",key:"1nlxxg"}],["path",{d:"M13.9 3.5a1.93 1.93 0 0 0-3.8-.1l-3 10c-.1.2-.1.4-.1.6 0 1.7 2.2 3 5 3s5-1.3 5-3c0-.2 0-.4-.1-.5Z",key:"vz7x1l"}],["path",{d:"m7.5 12.2-4.7 2.7c-.5.3-.8.7-.8 1.1s.3.8.8 1.1l7.6 4.5c.9.5 2.1.5 3 0l7.6-4.5c.7-.3 1-.7 1-1.1s-.3-.8-.8-1.1l-4.7-2.8",key:"1xfzlw"}]]);const Kq=s("TrainFrontTunnel",[["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"}]]);const Xq=s("TrainFront",[["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"}]]);const Jq=s("TrainTrack",[["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"}]]);const Qq=s("TramFront",[["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"}]]);const Wi=s("Trash2",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}],["line",{x1:"10",x2:"10",y1:"11",y2:"17",key:"1uufr5"}],["line",{x1:"14",x2:"14",y1:"11",y2:"17",key:"xtxkd"}]]);const eF=s("Trash",[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}]]);const tF=s("TreeDeciduous",[["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"}]]);const aF=s("TreePalm",[["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"}]]);const nF=s("TreePine",[["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"}]]);const rF=s("Trees",[["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"}]]);const oF=s("Trello",[["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"}]]);const Q2=s("TrendingDown",[["polyline",{points:"22 17 13.5 8.5 8.5 13.5 2 7",key:"1r2t7k"}],["polyline",{points:"16 17 22 17 22 11",key:"11uiuu"}]]);const sF=s("TrendingUpDown",[["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"}]]);const e0=s("TrendingUp",[["polyline",{points:"22 7 13.5 15.5 8.5 10.5 2 17",key:"126l90"}],["polyline",{points:"16 7 22 7 22 13",key:"kwv8wd"}]]);const t0=s("TriangleAlert",[["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"}]]);const iF=s("TriangleRight",[["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"}]]);const lF=s("Triangle",[["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"}]]);const cF=s("Trophy",[["path",{d:"M6 9H4.5a2.5 2.5 0 0 1 0-5H6",key:"17hqa7"}],["path",{d:"M18 9h1.5a2.5 2.5 0 0 0 0-5H18",key:"lmptdp"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22",key:"1nw9bq"}],["path",{d:"M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22",key:"1np0yb"}],["path",{d:"M18 2H6v7a6 6 0 0 0 12 0V2Z",key:"u46fv3"}]]);const dF=s("Truck",[["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"}]]);const uF=s("Turtle",[["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"}]]);const hF=s("TvMinimalPlay",[["path",{d:"M10 7.75a.75.75 0 0 1 1.142-.638l3.664 2.249a.75.75 0 0 1 0 1.278l-3.664 2.25a.75.75 0 0 1-1.142-.64z",key:"1pctta"}],["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]]);const pF=s("TvMinimal",[["path",{d:"M7 21h10",key:"1b0cd5"}],["rect",{width:"20",height:"14",x:"2",y:"3",rx:"2",key:"48i651"}]]);const yF=s("Tv",[["rect",{width:"20",height:"15",x:"2",y:"7",rx:"2",ry:"2",key:"10ag99"}],["polyline",{points:"17 2 12 7 7 2",key:"11pgbg"}]]);const fF=s("Twitch",[["path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7",key:"c0yzno"}]]);const mF=s("Twitter",[["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"}]]);const gF=s("TypeOutline",[["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"}]]);const kF=s("Type",[["polyline",{points:"4 7 4 4 20 4 20 7",key:"1nosan"}],["line",{x1:"9",x2:"15",y1:"20",y2:"20",key:"swin9y"}],["line",{x1:"12",x2:"12",y1:"4",y2:"20",key:"1tx1rr"}]]);const vF=s("UmbrellaOff",[["path",{d:"M12 2v1",key:"11qlp1"}],["path",{d:"M15.5 21a1.85 1.85 0 0 1-3.5-1v-8H2a10 10 0 0 1 3.428-6.575",key:"eki10q"}],["path",{d:"M17.5 12H22A10 10 0 0 0 9.004 3.455",key:"n2ayka"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]]);const xF=s("Umbrella",[["path",{d:"M22 12a10.06 10.06 1 0 0-20 0Z",key:"1teyop"}],["path",{d:"M12 12v8a2 2 0 0 0 4 0",key:"ulpmoc"}],["path",{d:"M12 2v1",key:"11qlp1"}]]);const bF=s("Underline",[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]]);const MF=s("Undo2",[["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"}]]);const wF=s("UndoDot",[["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"}]]);const CF=s("Undo",[["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"}]]);const SF=s("UnfoldHorizontal",[["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"}]]);const jF=s("UnfoldVertical",[["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"}]]);const AF=s("Ungroup",[["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"}]]);const DF=s("University",[["circle",{cx:"12",cy:"10",r:"1",key:"1gnqs8"}],["path",{d:"M22 20V8h-4l-6-4-6 4H2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",key:"1qj5sn"}],["path",{d:"M6 17v.01",key:"roodi6"}],["path",{d:"M6 13v.01",key:"67c122"}],["path",{d:"M18 17v.01",key:"12ktxm"}],["path",{d:"M18 13v.01",key:"tn1rt1"}],["path",{d:"M14 22v-5a2 2 0 0 0-2-2a2 2 0 0 0-2 2v5",key:"11g7fi"}]]);const PF=s("Unlink2",[["path",{d:"M15 7h2a5 5 0 0 1 0 10h-2m-6 0H7A5 5 0 0 1 7 7h2",key:"1re2ne"}]]);const TF=s("Unlink",[["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"}]]);const NF=s("Unplug",[["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"}]]);const a0=s("Upload",[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"17 8 12 3 7 8",key:"t8dd8p"}],["line",{x1:"12",x2:"12",y1:"3",y2:"15",key:"widbto"}]]);const EF=s("Usb",[["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"}]]);const _F=s("UserCheck",[["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"}],["polyline",{points:"16 11 18 13 22 9",key:"1pwet4"}]]);const zF=s("UserCog",[["circle",{cx:"18",cy:"15",r:"3",key:"gjjjvw"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["path",{d:"M10 15H6a4 4 0 0 0-4 4v2",key:"1nfge6"}],["path",{d:"m21.7 16.4-.9-.3",key:"12j9ji"}],["path",{d:"m15.2 13.9-.9-.3",key:"1fdjdi"}],["path",{d:"m16.6 18.7.3-.9",key:"heedtr"}],["path",{d:"m19.1 12.2.3-.9",key:"1af3ki"}],["path",{d:"m19.6 18.7-.4-1",key:"1x9vze"}],["path",{d:"m16.8 12.3-.4-1",key:"vqeiwj"}],["path",{d:"m14.3 16.6 1-.4",key:"1qlj63"}],["path",{d:"m20.7 13.8 1-.4",key:"1v5t8k"}]]);const OF=s("UserMinus",[["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"}]]);const RF=s("UserPen",[["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"}]]);const IF=s("UserPlus",[["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"}]]);const VF=s("UserRoundCheck",[["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"}]]);const LF=s("UserRoundCog",[["path",{d:"M2 21a8 8 0 0 1 10.434-7.62",key:"1yezr2"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["path",{d:"m19.5 14.3-.4.9",key:"1eb35c"}],["path",{d:"m16.9 20.8-.4.9",key:"dfjc4z"}],["path",{d:"m21.7 19.5-.9-.4",key:"q4dx6b"}],["path",{d:"m15.2 16.9-.9-.4",key:"1r0w5f"}],["path",{d:"m21.7 16.5-.9.4",key:"1knoei"}],["path",{d:"m15.2 19.1-.9.4",key:"j188fs"}],["path",{d:"m19.5 21.7-.4-.9",key:"1tonu5"}],["path",{d:"m16.9 15.2-.4-.9",key:"699xu"}]]);const HF=s("UserRoundMinus",[["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"}]]);const qF=s("UserRoundPen",[["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"}]]);const FF=s("UserRoundPlus",[["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"}]]);const BF=s("UserRoundSearch",[["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"}]]);const $F=s("UserRoundX",[["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"}]]);const WF=s("UserRound",[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]]);const GF=s("UserSearch",[["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"}]]);const UF=s("UserX",[["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"}]]);const YF=s("User",[["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"}]]);const ZF=s("UsersRound",[["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"}]]);const KF=s("Users",[["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"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["path",{d:"M16 3.13a4 4 0 0 1 0 7.75",key:"1da9ce"}]]);const XF=s("UtensilsCrossed",[["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"}]]);const JF=s("Utensils",[["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"}]]);const QF=s("UtilityPole",[["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"}]]);const eB=s("Variable",[["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"}]]);const tB=s("Vault",[["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"}]]);const aB=s("Vegan",[["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"}]]);const nB=s("VenetianMask",[["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"}]]);const rB=s("VibrateOff",[["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"}]]);const oB=s("Vibrate",[["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"}]]);const sB=s("VideoOff",[["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"}]]);const iB=s("Video",[["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"}]]);const lB=s("Videotape",[["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"}]]);const cB=s("View",[["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"}]]);const dB=s("Voicemail",[["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"}]]);const uB=s("Volleyball",[["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"}]]);const hB=s("Volume1",[["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"}]]);const pB=s("Volume2",[["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"}]]);const yB=s("VolumeOff",[["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"}]]);const fB=s("VolumeX",[["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"}]]);const mB=s("Volume",[["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"}]]);const gB=s("Vote",[["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"}]]);const kB=s("WalletCards",[["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"}]]);const vB=s("WalletMinimal",[["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"}]]);const xB=s("Wallet",[["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"}]]);const bB=s("Wallpaper",[["circle",{cx:"8",cy:"9",r:"2",key:"gjzl9d"}],["path",{d:"m9 17 6.1-6.1a2 2 0 0 1 2.81.01L22 15V5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2",key:"69xh40"}],["path",{d:"M8 21h8",key:"1ev6f3"}],["path",{d:"M12 17v4",key:"1riwvh"}]]);const MB=s("WandSparkles",[["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"}]]);const wB=s("Wand",[["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"}]]);const CB=s("Warehouse",[["path",{d:"M22 8.35V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8.35A2 2 0 0 1 3.26 6.5l8-3.2a2 2 0 0 1 1.48 0l8 3.2A2 2 0 0 1 22 8.35Z",key:"gksnxg"}],["path",{d:"M6 18h12",key:"9pbo8z"}],["path",{d:"M6 14h12",key:"4cwo0f"}],["rect",{width:"12",height:"12",x:"6",y:"10",key:"apd30q"}]]);const SB=s("WashingMachine",[["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"}]]);const jB=s("Watch",[["circle",{cx:"12",cy:"12",r:"6",key:"1vlfrh"}],["polyline",{points:"12 10 12 12 13 13",key:"19dquz"}],["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"}]]);const AB=s("WavesLadder",[["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"}]]);const DB=s("Waves",[["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"}]]);const PB=s("Waypoints",[["circle",{cx:"12",cy:"4.5",r:"2.5",key:"r5ysbb"}],["path",{d:"m10.2 6.3-3.9 3.9",key:"1nzqf6"}],["circle",{cx:"4.5",cy:"12",r:"2.5",key:"jydg6v"}],["path",{d:"M7 12h10",key:"b7w52i"}],["circle",{cx:"19.5",cy:"12",r:"2.5",key:"1piiel"}],["path",{d:"m13.8 17.7 3.9-3.9",key:"1wyg1y"}],["circle",{cx:"12",cy:"19.5",r:"2.5",key:"13o1pw"}]]);const TB=s("Webcam",[["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"}]]);const NB=s("WebhookOff",[["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"}]]);const EB=s("Webhook",[["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"}]]);const _B=s("Weight",[["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"}]]);const zB=s("WheatOff",[["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"}]]);const OB=s("Wheat",[["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"}]]);const RB=s("WholeWord",[["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"}]]);const IB=s("WifiHigh",[["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"}]]);const VB=s("WifiLow",[["path",{d:"M12 20h.01",key:"zekei9"}],["path",{d:"M8.5 16.429a5 5 0 0 1 7 0",key:"1bycff"}]]);const LB=s("WifiOff",[["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"}]]);const HB=s("WifiZero",[["path",{d:"M12 20h.01",key:"zekei9"}]]);const qB=s("Wifi",[["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"}]]);const FB=s("WindArrowDown",[["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"}]]);const BB=s("Wind",[["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"}]]);const $B=s("WineOff",[["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"}]]);const WB=s("Wine",[["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"}]]);const GB=s("Workflow",[["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"}]]);const UB=s("Worm",[["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"}]]);const YB=s("WrapText",[["line",{x1:"3",x2:"21",y1:"6",y2:"6",key:"4m8b97"}],["path",{d:"M3 12h15a3 3 0 1 1 0 6h-4",key:"1cl7v7"}],["polyline",{points:"16 16 14 18 16 20",key:"1jznyi"}],["line",{x1:"3",x2:"10",y1:"18",y2:"18",key:"1h33wv"}]]);const ZB=s("Wrench",[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z",key:"cbrjhi"}]]);const Cr=s("X",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);const KB=s("Youtube",[["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"}]]);const XB=s("ZapOff",[["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"}]]);const JB=s("Zap",[["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"}]]);const QB=s("ZoomIn",[["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"}]]);const e$=s("ZoomOut",[["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"}]]);const t$=Object.freeze(Object.defineProperty({__proto__:null,AArrowDown:l3,AArrowUp:c3,ALargeSmall:d3,Accessibility:u3,Activity:h3,AirVent:p3,Airplay:y3,AlarmClock:v3,AlarmClockCheck:f3,AlarmClockMinus:m3,AlarmClockOff:g3,AlarmClockPlus:k3,AlarmSmoke:x3,Album:b3,AlignCenter:C3,AlignCenterHorizontal:M3,AlignCenterVertical:w3,AlignEndHorizontal:S3,AlignEndVertical:j3,AlignHorizontalDistributeCenter:A3,AlignHorizontalDistributeEnd:D3,AlignHorizontalDistributeStart:P3,AlignHorizontalJustifyCenter:T3,AlignHorizontalJustifyEnd:N3,AlignHorizontalJustifyStart:E3,AlignHorizontalSpaceAround:_3,AlignHorizontalSpaceBetween:z3,AlignJustify:O3,AlignLeft:R3,AlignRight:I3,AlignStartHorizontal:V3,AlignStartVertical:L3,AlignVerticalDistributeCenter:H3,AlignVerticalDistributeEnd:q3,AlignVerticalDistributeStart:F3,AlignVerticalJustifyCenter:B3,AlignVerticalJustifyEnd:$3,AlignVerticalJustifyStart:W3,AlignVerticalSpaceAround:G3,AlignVerticalSpaceBetween:U3,Ambulance:Y3,Ampersand:Z3,Ampersands:K3,Amphora:X3,Anchor:J3,Angry:Q3,Annoyed:eb,Antenna:tb,Anvil:ab,Aperture:nb,AppWindow:ob,AppWindowMac:rb,Apple:sb,Archive:cb,ArchiveRestore:ib,ArchiveX:lb,Armchair:db,ArrowBigDown:hb,ArrowBigDownDash:ub,ArrowBigLeft:yb,ArrowBigLeftDash:pb,ArrowBigRight:mb,ArrowBigRightDash:fb,ArrowBigUp:kb,ArrowBigUpDash:gb,ArrowDown:Nb,ArrowDown01:vb,ArrowDown10:xb,ArrowDownAZ:bb,ArrowDownFromLine:Mb,ArrowDownLeft:wb,ArrowDownNarrowWide:Cb,ArrowDownRight:Sb,ArrowDownToDot:jb,ArrowDownToLine:Ab,ArrowDownUp:Db,ArrowDownWideNarrow:Pb,ArrowDownZA:Tb,ArrowLeft:N2,ArrowLeftFromLine:Eb,ArrowLeftRight:_b,ArrowLeftToLine:zb,ArrowRight:E2,ArrowRightFromLine:Ob,ArrowRightLeft:Rb,ArrowRightToLine:Ib,ArrowUp:Kb,ArrowUp01:Vb,ArrowUp10:Lb,ArrowUpAZ:Hb,ArrowUpDown:qb,ArrowUpFromDot:Fb,ArrowUpFromLine:Bb,ArrowUpLeft:$b,ArrowUpNarrowWide:Wb,ArrowUpRight:Gb,ArrowUpToLine:Ub,ArrowUpWideNarrow:Yb,ArrowUpZA:Zb,ArrowsUpFromLine:Xb,Asterisk:Jb,AtSign:Qb,Atom:e6,AudioLines:t6,AudioWaveform:a6,Award:n6,Axe:r6,Axis3d:o6,Baby:s6,Backpack:i6,Badge:C6,BadgeAlert:l6,BadgeCent:c6,BadgeCheck:d6,BadgeDollarSign:u6,BadgeEuro:h6,BadgeHelp:p6,BadgeIndianRupee:y6,BadgeInfo:f6,BadgeJapaneseYen:m6,BadgeMinus:g6,BadgePercent:k6,BadgePlus:v6,BadgePoundSterling:x6,BadgeRussianRuble:b6,BadgeSwissFranc:M6,BadgeX:w6,BaggageClaim:S6,Ban:j6,Banana:A6,Bandage:D6,Banknote:P6,Barcode:T6,Baseline:N6,Bath:E6,Battery:V6,BatteryCharging:_6,BatteryFull:z6,BatteryLow:O6,BatteryMedium:R6,BatteryWarning:I6,Beaker:L6,Bean:q6,BeanOff:H6,Bed:$6,BedDouble:F6,BedSingle:B6,Beef:W6,Beer:U6,BeerOff:G6,Bell:e8,BellDot:Y6,BellElectric:Z6,BellMinus:K6,BellOff:X6,BellPlus:J6,BellRing:Q6,BetweenHorizontalEnd:t8,BetweenHorizontalStart:a8,BetweenVerticalEnd:n8,BetweenVerticalStart:r8,BicepsFlexed:o8,Bike:s8,Binary:i8,Binoculars:l8,Biohazard:c8,Bird:d8,Bitcoin:u8,Blend:h8,Blinds:p8,Blocks:y8,Bluetooth:k8,BluetoothConnected:f8,BluetoothOff:m8,BluetoothSearching:g8,Bold:v8,Bolt:x8,Bomb:b8,Bone:M8,Book:G8,BookA:w8,BookAudio:C8,BookCheck:S8,BookCopy:j8,BookDashed:A8,BookDown:D8,BookHeadphones:P8,BookHeart:T8,BookImage:N8,BookKey:E8,BookLock:_8,BookMarked:z8,BookMinus:O8,BookOpen:V8,BookOpenCheck:R8,BookOpenText:I8,BookPlus:L8,BookText:H8,BookType:q8,BookUp:B8,BookUp2:F8,BookUser:$8,BookX:W8,Bookmark:X8,BookmarkCheck:U8,BookmarkMinus:Y8,BookmarkPlus:Z8,BookmarkX:K8,BoomBox:J8,Bot:tM,BotMessageSquare:Q8,BotOff:eM,Box:aM,Boxes:nM,Braces:rM,Brackets:oM,Brain:lM,BrainCircuit:sM,BrainCog:iM,BrickWall:cM,Briefcase:pM,BriefcaseBusiness:dM,BriefcaseConveyorBelt:uM,BriefcaseMedical:hM,BringToFront:yM,Brush:fM,Bug:kM,BugOff:mM,BugPlay:gM,Building:xM,Building2:vM,Bus:MM,BusFront:bM,Cable:CM,CableCar:wM,Cake:jM,CakeSlice:SM,Calculator:AM,Calendar:_2,Calendar1:DM,CalendarArrowDown:PM,CalendarArrowUp:TM,CalendarCheck:EM,CalendarCheck2:NM,CalendarClock:_M,CalendarCog:zM,CalendarDays:OM,CalendarFold:RM,CalendarHeart:IM,CalendarMinus:LM,CalendarMinus2:VM,CalendarOff:HM,CalendarPlus:FM,CalendarPlus2:qM,CalendarRange:BM,CalendarSearch:$M,CalendarSync:WM,CalendarX:UM,CalendarX2:GM,Camera:ZM,CameraOff:YM,Candy:JM,CandyCane:KM,CandyOff:XM,Cannabis:QM,Captions:t7,CaptionsOff:e7,Car:r7,CarFront:a7,CarTaxiFront:n7,Caravan:o7,Carrot:s7,CaseLower:i7,CaseSensitive:l7,CaseUpper:c7,CassetteTape:d7,Cast:u7,Castle:h7,Cat:p7,Cctv:y7,ChartArea:f7,ChartBar:x7,ChartBarBig:m7,ChartBarDecreasing:g7,ChartBarIncreasing:k7,ChartBarStacked:v7,ChartCandlestick:b7,ChartColumn:j7,ChartColumnBig:M7,ChartColumnDecreasing:w7,ChartColumnIncreasing:C7,ChartColumnStacked:S7,ChartGantt:A7,ChartLine:D7,ChartNetwork:P7,ChartNoAxesColumn:E7,ChartNoAxesColumnDecreasing:T7,ChartNoAxesColumnIncreasing:N7,ChartNoAxesCombined:_7,ChartNoAxesGantt:z7,ChartPie:O7,ChartScatter:R7,ChartSpline:I7,Check:Ln,CheckCheck:V7,ChefHat:L7,Cherry:H7,ChevronDown:Ua,ChevronFirst:q7,ChevronLast:F7,ChevronLeft:Mr,ChevronRight:la,ChevronUp:Li,ChevronsDown:$7,ChevronsDownUp:B7,ChevronsLeft:z2,ChevronsLeftRight:G7,ChevronsLeftRightEllipsis:W7,ChevronsRight:O2,ChevronsRightLeft:U7,ChevronsUp:Y7,ChevronsUpDown:R2,Chrome:Z7,Church:K7,Cigarette:J7,CigaretteOff:X7,Circle:wr,CircleAlert:I2,CircleArrowDown:Q7,CircleArrowLeft:ew,CircleArrowOutDownLeft:tw,CircleArrowOutDownRight:aw,CircleArrowOutUpLeft:nw,CircleArrowOutUpRight:rw,CircleArrowRight:ow,CircleArrowUp:sw,CircleCheck:Hi,CircleCheckBig:iw,CircleChevronDown:lw,CircleChevronLeft:cw,CircleChevronRight:dw,CircleChevronUp:uw,CircleDashed:hw,CircleDivide:pw,CircleDollarSign:yw,CircleDot:mw,CircleDotDashed:fw,CircleEllipsis:gw,CircleEqual:kw,CircleFadingArrowUp:vw,CircleFadingPlus:xw,CircleGauge:bw,CircleHelp:Mw,CircleMinus:ww,CircleOff:Cw,CircleParking:jw,CircleParkingOff:Sw,CirclePause:Aw,CirclePercent:Dw,CirclePlay:Pw,CirclePlus:Tw,CirclePower:Nw,CircleSlash:_w,CircleSlash2:Ew,CircleStop:zw,CircleUser:Rw,CircleUserRound:Ow,CircleX:Iw,CircuitBoard:V2,Citrus:Vw,Clapperboard:Lw,Clipboard:Kw,ClipboardCheck:Hw,ClipboardCopy:qw,ClipboardList:Fw,ClipboardMinus:Bw,ClipboardPaste:$w,ClipboardPen:Gw,ClipboardPenLine:Ww,ClipboardPlus:Uw,ClipboardType:Yw,ClipboardX:Zw,Clock:h9,Clock1:Xw,Clock10:Jw,Clock11:Qw,Clock12:e9,Clock2:t9,Clock3:a9,Clock4:n9,Clock5:r9,Clock6:o9,Clock7:s9,Clock8:i9,Clock9:l9,ClockAlert:c9,ClockArrowDown:d9,ClockArrowUp:u9,Cloud:P9,CloudAlert:p9,CloudCog:y9,CloudDownload:f9,CloudDrizzle:m9,CloudFog:g9,CloudHail:k9,CloudLightning:v9,CloudMoon:b9,CloudMoonRain:x9,CloudOff:M9,CloudRain:C9,CloudRainWind:w9,CloudSnow:S9,CloudSun:A9,CloudSunRain:j9,CloudUpload:D9,Cloudy:T9,Clover:N9,Club:E9,Code:z9,CodeXml:_9,Codepen:O9,Codesandbox:R9,Coffee:I9,Cog:V9,Coins:L9,Columns2:H9,Columns3:q9,Columns4:F9,Combine:B9,Command:$9,Compass:W9,Component:G9,Computer:U9,ConciergeBell:Y9,Cone:Z9,Construction:K9,Contact:J9,ContactRound:X9,Container:Q9,Contrast:eC,Cookie:tC,CookingPot:aC,Copy:lC,CopyCheck:nC,CopyMinus:rC,CopyPlus:oC,CopySlash:sC,CopyX:iC,Copyleft:cC,Copyright:dC,CornerDownLeft:uC,CornerDownRight:hC,CornerLeftDown:pC,CornerLeftUp:yC,CornerRightDown:fC,CornerRightUp:mC,CornerUpLeft:gC,CornerUpRight:kC,Cpu:vC,CreativeCommons:xC,CreditCard:bC,Croissant:MC,Crop:wC,Cross:CC,Crosshair:SC,Crown:jC,Cuboid:AC,CupSoda:DC,Currency:PC,Cylinder:TC,Dam:NC,Database:zC,DatabaseBackup:EC,DatabaseZap:_C,Delete:OC,Dessert:RC,Diameter:IC,Diamond:qC,DiamondMinus:VC,DiamondPercent:LC,DiamondPlus:HC,Dice1:FC,Dice2:BC,Dice3:$C,Dice4:WC,Dice5:GC,Dice6:UC,Dices:YC,Diff:ZC,Disc:QC,Disc2:KC,Disc3:XC,DiscAlbum:JC,Divide:eS,Dna:aS,DnaOff:tS,Dock:nS,Dog:rS,DollarSign:oS,Donut:sS,DoorClosed:iS,DoorOpen:lS,Dot:cS,Download:L2,DraftingCompass:dS,Drama:uS,Dribbble:hS,Drill:pS,Droplet:fS,DropletOff:yS,Droplets:mS,Drum:gS,Drumstick:kS,Dumbbell:vS,Ear:bS,EarOff:xS,Earth:wS,EarthLock:MS,Eclipse:CS,Egg:AS,EggFried:SS,EggOff:jS,Ellipsis:qi,EllipsisVertical:DS,Equal:NS,EqualApproximately:PS,EqualNot:TS,Eraser:ES,EthernetPort:_S,Euro:zS,Expand:OS,ExternalLink:RS,Eye:LS,EyeClosed:IS,EyeOff:VS,Facebook:HS,Factory:qS,Fan:FS,FastForward:BS,Feather:$S,Fence:WS,FerrisWheel:GS,Figma:US,File:H2,FileArchive:YS,FileAudio:KS,FileAudio2:ZS,FileAxis3d:XS,FileBadge:QS,FileBadge2:JS,FileBox:ej,FileChartColumn:aj,FileChartColumnIncreasing:tj,FileChartLine:nj,FileChartPie:rj,FileCheck:sj,FileCheck2:oj,FileClock:ij,FileCode:cj,FileCode2:lj,FileCog:dj,FileDiff:uj,FileDigit:hj,FileDown:pj,FileHeart:yj,FileImage:fj,FileInput:mj,FileJson:kj,FileJson2:gj,FileKey:xj,FileKey2:vj,FileLock:Mj,FileLock2:bj,FileMinus:Cj,FileMinus2:wj,FileMusic:Sj,FileOutput:jj,FilePen:Dj,FilePenLine:Aj,FilePlus:Tj,FilePlus2:Pj,FileQuestion:Nj,FileScan:Ej,FileSearch:zj,FileSearch2:_j,FileSliders:Oj,FileSpreadsheet:Rj,FileStack:Ij,FileSymlink:Vj,FileTerminal:Lj,FileText:Hj,FileType:Fj,FileType2:qj,FileUp:Bj,FileUser:$j,FileVideo:Gj,FileVideo2:Wj,FileVolume:Yj,FileVolume2:Uj,FileWarning:Zj,FileX:Xj,FileX2:Kj,Files:Jj,Film:Qj,Filter:tA,FilterX:eA,Fingerprint:aA,FireExtinguisher:nA,Fish:sA,FishOff:rA,FishSymbol:oA,Flag:dA,FlagOff:iA,FlagTriangleLeft:lA,FlagTriangleRight:cA,Flame:hA,FlameKindling:uA,Flashlight:yA,FlashlightOff:pA,FlaskConical:mA,FlaskConicalOff:fA,FlaskRound:gA,FlipHorizontal:vA,FlipHorizontal2:kA,FlipVertical:bA,FlipVertical2:xA,Flower:wA,Flower2:MA,Focus:CA,FoldHorizontal:SA,FoldVertical:jA,Folder:F2,FolderArchive:AA,FolderCheck:DA,FolderClock:PA,FolderClosed:TA,FolderCode:NA,FolderCog:EA,FolderDot:_A,FolderDown:zA,FolderGit:RA,FolderGit2:OA,FolderHeart:IA,FolderInput:VA,FolderKanban:LA,FolderKey:HA,FolderLock:qA,FolderMinus:FA,FolderOpen:q2,FolderOpenDot:BA,FolderOutput:$A,FolderPen:WA,FolderPlus:GA,FolderRoot:UA,FolderSearch:ZA,FolderSearch2:YA,FolderSymlink:KA,FolderSync:XA,FolderTree:JA,FolderUp:QA,FolderX:eD,Folders:tD,Footprints:aD,Forklift:nD,Forward:rD,Frame:oD,Framer:sD,Frown:iD,Fuel:lD,Fullscreen:cD,GalleryHorizontal:uD,GalleryHorizontalEnd:dD,GalleryThumbnails:hD,GalleryVertical:yD,GalleryVerticalEnd:pD,Gamepad:mD,Gamepad2:fD,Gauge:gD,Gavel:kD,Gem:vD,Ghost:xD,Gift:bD,GitBranch:wD,GitBranchPlus:MD,GitCommitHorizontal:CD,GitCommitVertical:SD,GitCompare:AD,GitCompareArrows:jD,GitFork:DD,GitGraph:PD,GitMerge:TD,GitPullRequest:RD,GitPullRequestArrow:ND,GitPullRequestClosed:ED,GitPullRequestCreate:zD,GitPullRequestCreateArrow:_D,GitPullRequestDraft:OD,Github:ID,Gitlab:VD,GlassWater:LD,Glasses:HD,Globe:FD,GlobeLock:qD,Goal:BD,Grab:$D,GraduationCap:WD,Grape:GD,Grid2x2:KD,Grid2x2Check:UD,Grid2x2Plus:YD,Grid2x2X:ZD,Grid3x3:XD,Grip:QD,GripHorizontal:JD,GripVertical:Fi,Group:eP,Guitar:tP,Ham:aP,Hammer:nP,Hand:cP,HandCoins:rP,HandHeart:oP,HandHelping:sP,HandMetal:iP,HandPlatter:lP,Handshake:dP,HardDrive:pP,HardDriveDownload:uP,HardDriveUpload:hP,HardHat:yP,Hash:fP,Haze:mP,HdmiPort:gP,Heading:CP,Heading1:kP,Heading2:vP,Heading3:xP,Heading4:bP,Heading5:MP,Heading6:wP,HeadphoneOff:SP,Headphones:jP,Headset:AP,Heart:EP,HeartCrack:DP,HeartHandshake:PP,HeartOff:TP,HeartPulse:NP,Heater:_P,Hexagon:B2,Highlighter:zP,History:OP,Hop:IP,HopOff:RP,Hospital:VP,Hotel:LP,Hourglass:HP,House:BP,HousePlug:qP,HousePlus:FP,IceCreamBowl:$P,IceCreamCone:WP,IdCard:GP,Image:eT,ImageDown:UP,ImageMinus:YP,ImageOff:ZP,ImagePlay:KP,ImagePlus:XP,ImageUp:JP,ImageUpscale:QP,Images:tT,Import:aT,Inbox:nT,IndentDecrease:rT,IndentIncrease:oT,IndianRupee:sT,Infinity:iT,Info:$2,InspectionPanel:lT,Instagram:cT,Italic:dT,IterationCcw:uT,IterationCw:hT,JapaneseYen:pT,Joystick:yT,Kanban:fT,Key:kT,KeyRound:mT,KeySquare:gT,Keyboard:bT,KeyboardMusic:vT,KeyboardOff:xT,Lamp:AT,LampCeiling:MT,LampDesk:wT,LampFloor:CT,LampWallDown:ST,LampWallUp:jT,LandPlot:DT,Landmark:PT,Languages:TT,Laptop:_T,LaptopMinimal:ET,LaptopMinimalCheck:NT,Lasso:OT,LassoSelect:zT,Laugh:RT,Layers:VT,Layers2:IT,LayoutDashboard:LT,LayoutGrid:HT,LayoutList:qT,LayoutPanelLeft:FT,LayoutPanelTop:BT,LayoutTemplate:$T,Leaf:WT,LeafyGreen:GT,Lectern:UT,LetterText:YT,Library:KT,LibraryBig:ZT,LifeBuoy:XT,Ligature:JT,Lightbulb:eN,LightbulbOff:QT,Link:nN,Link2:aN,Link2Off:tN,Linkedin:rN,List:bN,ListCheck:oN,ListChecks:sN,ListCollapse:iN,ListEnd:lN,ListFilter:dN,ListFilterPlus:cN,ListMinus:uN,ListMusic:hN,ListOrdered:pN,ListPlus:yN,ListRestart:fN,ListStart:mN,ListTodo:gN,ListTree:kN,ListVideo:vN,ListX:xN,Loader:wN,LoaderCircle:Bi,LoaderPinwheel:MN,Locate:jN,LocateFixed:CN,LocateOff:SN,Lock:TN,LockKeyhole:DN,LockKeyholeOpen:AN,LockOpen:PN,LogIn:NN,LogOut:EN,Logs:_N,Lollipop:zN,Luggage:ON,Magnet:RN,Mail:WN,MailCheck:IN,MailMinus:VN,MailOpen:LN,MailPlus:HN,MailQuestion:qN,MailSearch:FN,MailWarning:BN,MailX:$N,Mailbox:GN,Mails:UN,Map:sE,MapPin:rE,MapPinCheck:ZN,MapPinCheckInside:YN,MapPinHouse:KN,MapPinMinus:JN,MapPinMinusInside:XN,MapPinOff:QN,MapPinPlus:tE,MapPinPlusInside:eE,MapPinX:nE,MapPinXInside:aE,MapPinned:oE,Martini:iE,Maximize:cE,Maximize2:lE,Medal:dE,Megaphone:hE,MegaphoneOff:uE,Meh:pE,MemoryStick:yE,Menu:fE,Merge:mE,MessageCircle:AE,MessageCircleCode:gE,MessageCircleDashed:kE,MessageCircleHeart:vE,MessageCircleMore:xE,MessageCircleOff:bE,MessageCirclePlus:ME,MessageCircleQuestion:wE,MessageCircleReply:CE,MessageCircleWarning:SE,MessageCircleX:jE,MessageSquare:BE,MessageSquareCode:DE,MessageSquareDashed:PE,MessageSquareDiff:TE,MessageSquareDot:NE,MessageSquareHeart:EE,MessageSquareLock:_E,MessageSquareMore:zE,MessageSquareOff:OE,MessageSquarePlus:RE,MessageSquareQuote:IE,MessageSquareReply:VE,MessageSquareShare:LE,MessageSquareText:HE,MessageSquareWarning:qE,MessageSquareX:FE,MessagesSquare:$E,Mic:UE,MicOff:WE,MicVocal:GE,Microchip:YE,Microscope:ZE,Microwave:KE,Milestone:XE,Milk:QE,MilkOff:JE,Minimize:t_,Minimize2:e_,Minus:W2,Monitor:y_,MonitorCheck:a_,MonitorCog:n_,MonitorDot:r_,MonitorDown:o_,MonitorOff:s_,MonitorPause:i_,MonitorPlay:l_,MonitorSmartphone:c_,MonitorSpeaker:d_,MonitorStop:u_,MonitorUp:h_,MonitorX:p_,Moon:m_,MoonStar:f_,Mountain:k_,MountainSnow:g_,Mouse:C_,MouseOff:v_,MousePointer:w_,MousePointer2:x_,MousePointerBan:b_,MousePointerClick:M_,Move:V_,Move3d:S_,MoveDiagonal:A_,MoveDiagonal2:j_,MoveDown:T_,MoveDownLeft:D_,MoveDownRight:P_,MoveHorizontal:N_,MoveLeft:E_,MoveRight:__,MoveUp:R_,MoveUpLeft:z_,MoveUpRight:O_,MoveVertical:I_,Music:F_,Music2:L_,Music3:H_,Music4:q_,Navigation:G_,Navigation2:$_,Navigation2Off:B_,NavigationOff:W_,Network:U_,Newspaper:Y_,Nfc:Z_,Notebook:Q_,NotebookPen:K_,NotebookTabs:X_,NotebookText:J_,NotepadText:tz,NotepadTextDashed:ez,Nut:nz,NutOff:az,Octagon:iz,OctagonAlert:rz,OctagonMinus:oz,OctagonPause:sz,OctagonX:G2,Omega:lz,Option:cz,Orbit:dz,Origami:uz,Package:vz,Package2:hz,PackageCheck:pz,PackageMinus:yz,PackageOpen:fz,PackagePlus:mz,PackageSearch:gz,PackageX:kz,PaintBucket:xz,PaintRoller:bz,Paintbrush:wz,PaintbrushVertical:Mz,Palette:Cz,PanelBottom:Dz,PanelBottomClose:Sz,PanelBottomDashed:jz,PanelBottomOpen:Az,PanelLeft:U2,PanelLeftClose:Pz,PanelLeftDashed:Tz,PanelLeftOpen:Nz,PanelRight:Oz,PanelRightClose:Ez,PanelRightDashed:_z,PanelRightOpen:zz,PanelTop:Lz,PanelTopClose:Rz,PanelTopDashed:Iz,PanelTopOpen:Vz,PanelsLeftBottom:Hz,PanelsRightBottom:qz,PanelsTopLeft:Fz,Paperclip:Bz,Parentheses:$z,ParkingMeter:Wz,PartyPopper:Gz,Pause:Uz,PawPrint:Yz,PcCase:Zz,Pen:Qz,PenLine:Kz,PenOff:Xz,PenTool:Jz,Pencil:nO,PencilLine:eO,PencilOff:tO,PencilRuler:aO,Pentagon:rO,Percent:oO,PersonStanding:sO,PhilippinePeso:iO,Phone:yO,PhoneCall:lO,PhoneForwarded:cO,PhoneIncoming:dO,PhoneMissed:uO,PhoneOff:hO,PhoneOutgoing:pO,Pi:fO,Piano:mO,Pickaxe:gO,PictureInPicture:vO,PictureInPicture2:kO,PiggyBank:xO,Pilcrow:wO,PilcrowLeft:bO,PilcrowRight:MO,Pill:SO,PillBottle:CO,Pin:AO,PinOff:jO,Pipette:DO,Pizza:PO,Plane:EO,PlaneLanding:TO,PlaneTakeoff:NO,Play:_O,Plug:RO,Plug2:zO,PlugZap:OO,Plus:Y2,Pocket:VO,PocketKnife:IO,Podcast:LO,Pointer:qO,PointerOff:HO,Popcorn:FO,Popsicle:BO,PoundSterling:$O,Power:GO,PowerOff:WO,Presentation:UO,Printer:ZO,PrinterCheck:YO,Projector:KO,Proportions:XO,Puzzle:JO,Pyramid:QO,QrCode:eR,Quote:tR,Rabbit:aR,Radar:nR,Radiation:rR,Radical:oR,Radio:lR,RadioReceiver:sR,RadioTower:iR,Radius:cR,RailSymbol:dR,Rainbow:uR,Rat:hR,Ratio:pR,Receipt:MR,ReceiptCent:yR,ReceiptEuro:fR,ReceiptIndianRupee:mR,ReceiptJapaneseYen:gR,ReceiptPoundSterling:kR,ReceiptRussianRuble:vR,ReceiptSwissFranc:xR,ReceiptText:bR,RectangleEllipsis:wR,RectangleHorizontal:CR,RectangleVertical:SR,Recycle:jR,Redo:PR,Redo2:AR,RedoDot:DR,RefreshCcw:NR,RefreshCcwDot:TR,RefreshCw:_R,RefreshCwOff:ER,Refrigerator:zR,Regex:OR,RemoveFormatting:RR,Repeat:LR,Repeat1:IR,Repeat2:VR,Replace:qR,ReplaceAll:HR,Reply:BR,ReplyAll:FR,Rewind:$R,Ribbon:WR,Rocket:Z2,RockingChair:GR,RollerCoaster:UR,Rotate3d:YR,RotateCcw:KR,RotateCcwSquare:ZR,RotateCw:JR,RotateCwSquare:XR,Route:eI,RouteOff:QR,Router:tI,Rows2:aI,Rows3:nI,Rows4:rI,Rss:oI,Ruler:sI,RussianRuble:iI,Sailboat:lI,Salad:cI,Sandwich:dI,Satellite:hI,SatelliteDish:uI,Save:fI,SaveAll:pI,SaveOff:yI,Scale:gI,Scale3d:mI,Scaling:kI,Scan:AI,ScanBarcode:vI,ScanEye:xI,ScanFace:bI,ScanHeart:MI,ScanLine:wI,ScanQrCode:CI,ScanSearch:SI,ScanText:jI,School:DI,Scissors:TI,ScissorsLineDashed:PI,ScreenShare:EI,ScreenShareOff:NI,Scroll:zI,ScrollText:_I,Search:$i,SearchCheck:OI,SearchCode:RI,SearchSlash:II,SearchX:VI,Section:LI,Send:K2,SendHorizontal:HI,SendToBack:qI,SeparatorHorizontal:FI,SeparatorVertical:BI,Server:UI,ServerCog:$I,ServerCrash:WI,ServerOff:GI,Settings:ZI,Settings2:YI,Shapes:KI,Share:JI,Share2:XI,Sheet:QI,Shell:eV,Shield:uV,ShieldAlert:tV,ShieldBan:aV,ShieldCheck:nV,ShieldEllipsis:rV,ShieldHalf:oV,ShieldMinus:sV,ShieldOff:iV,ShieldPlus:lV,ShieldQuestion:cV,ShieldX:dV,Ship:pV,ShipWheel:hV,Shirt:yV,ShoppingBag:fV,ShoppingBasket:mV,ShoppingCart:gV,Shovel:kV,ShowerHead:vV,Shrink:xV,Shrub:bV,Shuffle:MV,Sigma:wV,Signal:DV,SignalHigh:CV,SignalLow:SV,SignalMedium:jV,SignalZero:AV,Signature:PV,Signpost:NV,SignpostBig:TV,Siren:EV,SkipBack:_V,SkipForward:zV,Skull:OV,Slack:RV,Slash:IV,Slice:VV,SlidersHorizontal:LV,SlidersVertical:HV,Smartphone:BV,SmartphoneCharging:qV,SmartphoneNfc:FV,Smile:WV,SmilePlus:$V,Snail:GV,Snowflake:UV,Sofa:YV,Soup:ZV,Space:KV,Spade:XV,Sparkle:JV,Sparkles:QV,Speaker:eL,Speech:tL,SpellCheck:nL,SpellCheck2:aL,Spline:rL,Split:oL,SprayCan:sL,Sprout:iL,Square:hH,SquareActivity:lL,SquareArrowDown:uL,SquareArrowDownLeft:cL,SquareArrowDownRight:dL,SquareArrowLeft:hL,SquareArrowOutDownLeft:pL,SquareArrowOutDownRight:yL,SquareArrowOutUpLeft:fL,SquareArrowOutUpRight:mL,SquareArrowRight:gL,SquareArrowUp:xL,SquareArrowUpLeft:kL,SquareArrowUpRight:vL,SquareAsterisk:bL,SquareBottomDashedScissors:ML,SquareChartGantt:wL,SquareCheck:SL,SquareCheckBig:CL,SquareChevronDown:jL,SquareChevronLeft:AL,SquareChevronRight:DL,SquareChevronUp:PL,SquareCode:TL,SquareDashed:OL,SquareDashedBottom:EL,SquareDashedBottomCode:NL,SquareDashedKanban:_L,SquareDashedMousePointer:zL,SquareDivide:RL,SquareDot:IL,SquareEqual:VL,SquareFunction:LL,SquareKanban:HL,SquareLibrary:qL,SquareM:FL,SquareMenu:BL,SquareMinus:$L,SquareMousePointer:WL,SquareParking:UL,SquareParkingOff:GL,SquarePen:X2,SquarePercent:YL,SquarePi:ZL,SquarePilcrow:KL,SquarePlay:XL,SquarePlus:JL,SquarePower:QL,SquareRadical:eH,SquareScissors:tH,SquareSigma:aH,SquareSlash:nH,SquareSplitHorizontal:rH,SquareSplitVertical:oH,SquareSquare:sH,SquareStack:iH,SquareTerminal:lH,SquareUser:dH,SquareUserRound:cH,SquareX:uH,Squircle:pH,Squirrel:yH,Stamp:fH,Star:kH,StarHalf:mH,StarOff:gH,StepBack:vH,StepForward:xH,Stethoscope:bH,Sticker:MH,StickyNote:wH,Store:CH,StretchHorizontal:SH,StretchVertical:jH,Strikethrough:AH,Subscript:DH,Sun:_H,SunDim:PH,SunMedium:TH,SunMoon:NH,SunSnow:EH,Sunrise:zH,Sunset:OH,Superscript:RH,SwatchBook:IH,SwissFranc:VH,SwitchCamera:LH,Sword:HH,Swords:qH,Syringe:FH,Table:KH,Table2:BH,TableCellsMerge:$H,TableCellsSplit:WH,TableColumnsSplit:GH,TableOfContents:UH,TableProperties:YH,TableRowsSplit:ZH,Tablet:JH,TabletSmartphone:XH,Tablets:QH,Tag:eq,Tags:tq,Tally1:aq,Tally2:nq,Tally3:rq,Tally4:oq,Tally5:sq,Tangent:iq,Target:lq,Telescope:cq,Tent:uq,TentTree:dq,Terminal:J2,TestTube:pq,TestTubeDiagonal:hq,TestTubes:yq,Text:xq,TextCursor:mq,TextCursorInput:fq,TextQuote:gq,TextSearch:kq,TextSelect:vq,Theater:bq,Thermometer:Cq,ThermometerSnowflake:Mq,ThermometerSun:wq,ThumbsDown:Sq,ThumbsUp:jq,Ticket:_q,TicketCheck:Aq,TicketMinus:Dq,TicketPercent:Pq,TicketPlus:Tq,TicketSlash:Nq,TicketX:Eq,Tickets:Oq,TicketsPlane:zq,Timer:Vq,TimerOff:Rq,TimerReset:Iq,ToggleLeft:Lq,ToggleRight:Hq,Toilet:qq,Tornado:Fq,Torus:Bq,Touchpad:Wq,TouchpadOff:$q,TowerControl:Gq,ToyBrick:Uq,Tractor:Yq,TrafficCone:Zq,TrainFront:Xq,TrainFrontTunnel:Kq,TrainTrack:Jq,TramFront:Qq,Trash:eF,Trash2:Wi,TreeDeciduous:tF,TreePalm:aF,TreePine:nF,Trees:rF,Trello:oF,TrendingDown:Q2,TrendingUp:e0,TrendingUpDown:sF,Triangle:lF,TriangleAlert:t0,TriangleRight:iF,Trophy:cF,Truck:dF,Turtle:uF,Tv:yF,TvMinimal:pF,TvMinimalPlay:hF,Twitch:fF,Twitter:mF,Type:kF,TypeOutline:gF,Umbrella:xF,UmbrellaOff:vF,Underline:bF,Undo:CF,Undo2:MF,UndoDot:wF,UnfoldHorizontal:SF,UnfoldVertical:jF,Ungroup:AF,University:DF,Unlink:TF,Unlink2:PF,Unplug:NF,Upload:a0,Usb:EF,User:YF,UserCheck:_F,UserCog:zF,UserMinus:OF,UserPen:RF,UserPlus:IF,UserRound:WF,UserRoundCheck:VF,UserRoundCog:LF,UserRoundMinus:HF,UserRoundPen:qF,UserRoundPlus:FF,UserRoundSearch:BF,UserRoundX:$F,UserSearch:GF,UserX:UF,Users:KF,UsersRound:ZF,Utensils:JF,UtensilsCrossed:XF,UtilityPole:QF,Variable:eB,Vault:tB,Vegan:aB,VenetianMask:nB,Vibrate:oB,VibrateOff:rB,Video:iB,VideoOff:sB,Videotape:lB,View:cB,Voicemail:dB,Volleyball:uB,Volume:mB,Volume1:hB,Volume2:pB,VolumeOff:yB,VolumeX:fB,Vote:gB,Wallet:xB,WalletCards:kB,WalletMinimal:vB,Wallpaper:bB,Wand:wB,WandSparkles:MB,Warehouse:CB,WashingMachine:SB,Watch:jB,Waves:DB,WavesLadder:AB,Waypoints:PB,Webcam:TB,Webhook:EB,WebhookOff:NB,Weight:_B,Wheat:OB,WheatOff:zB,WholeWord:RB,Wifi:qB,WifiHigh:IB,WifiLow:VB,WifiOff:LB,WifiZero:HB,Wind:BB,WindArrowDown:FB,Wine:WB,WineOff:$B,Workflow:GB,Worm:UB,WrapText:YB,Wrench:ZB,X:Cr,Youtube:KB,Zap:JB,ZapOff:XB,ZoomIn:QB,ZoomOut:e$},Symbol.toStringTag,{value:"Module"}));function n0({...e}){return c.jsx(e3,{"data-slot":"accordion",...e})}function r0({className:e,...t}){return c.jsx(t3,{"data-slot":"accordion-item",className:j("border-b last:border-b-0",e),...t})}function o0({className:e,children:t,...a}){return c.jsx(a3,{className:"flex",children:c.jsxs(n3,{"data-slot":"accordion-trigger",className:j("focus-visible:border-ring focus-visible:ring-ring/50 flex flex-1 items-start justify-between gap-4 rounded-md py-4 text-left text-sm font-medium transition-all outline-none hover:underline focus-visible:ring-[3px] disabled:pointer-events-none disabled:opacity-50 [&[data-state=open]>svg]:rotate-180",e),...a,children:[t,c.jsx(Ua,{className:"text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"})]})})}function s0({className:e,children:t,...a}){return c.jsx(r3,{"data-slot":"accordion-content",className:"data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down overflow-hidden text-sm",...a,children:c.jsx("div",{className:j("pt-0 pb-4",e),children:t})})}function Ke(e){const t=y.useRef(e);return y.useEffect(()=>{t.current=e}),y.useMemo(()=>(...a)=>t.current?.(...a),[])}function a$(e,t=globalThis?.document){const a=Ke(e);y.useEffect(()=>{const n=r=>{r.key==="Escape"&&a(r)};return t.addEventListener("keydown",n,{capture:!0}),()=>t.removeEventListener("keydown",n,{capture:!0})},[a,t])}var n$="DismissableLayer",Gi="dismissableLayer.update",r$="dismissableLayer.pointerDownOutside",o$="dismissableLayer.focusOutside",i0,l0=y.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Ya=y.forwardRef((e,t)=>{const{disableOutsidePointerEvents:a=!1,onEscapeKeyDown:n,onPointerDownOutside:r,onFocusOutside:o,onInteractOutside:i,onDismiss:l,...d}=e,u=y.useContext(l0),[p,h]=y.useState(null),f=p?.ownerDocument??globalThis?.document,[,g]=y.useState({}),m=Se(t,P=>h(P)),v=Array.from(u.layers),[x]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),k=v.indexOf(x),b=p?v.indexOf(p):-1,w=u.layersWithOutsidePointerEventsDisabled.size>0,C=b>=k,D=l$(P=>{const N=P.target,_=[...u.branches].some(O=>O.contains(N));!C||_||(r?.(P),i?.(P),P.defaultPrevented||l?.())},f),A=c$(P=>{const N=P.target;[...u.branches].some(O=>O.contains(N))||(o?.(P),i?.(P),P.defaultPrevented||l?.())},f);return a$(P=>{b===u.layers.size-1&&(n?.(P),!P.defaultPrevented&&l&&(P.preventDefault(),l()))},f),y.useEffect(()=>{if(p)return a&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(i0=f.body.style.pointerEvents,f.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(p)),u.layers.add(p),c0(),()=>{a&&u.layersWithOutsidePointerEventsDisabled.size===1&&(f.body.style.pointerEvents=i0)}},[p,f,a,u]),y.useEffect(()=>()=>{p&&(u.layers.delete(p),u.layersWithOutsidePointerEventsDisabled.delete(p),c0())},[p,u]),y.useEffect(()=>{const P=()=>g({});return document.addEventListener(Gi,P),()=>document.removeEventListener(Gi,P)},[]),c.jsx(de.div,{...d,ref:m,style:{pointerEvents:w?C?"auto":"none":void 0,...e.style},onFocusCapture:Y(e.onFocusCapture,A.onFocusCapture),onBlurCapture:Y(e.onBlurCapture,A.onBlurCapture),onPointerDownCapture:Y(e.onPointerDownCapture,D.onPointerDownCapture)})});Ya.displayName=n$;var s$="DismissableLayerBranch",i$=y.forwardRef((e,t)=>{const a=y.useContext(l0),n=y.useRef(null),r=Se(t,n);return y.useEffect(()=>{const o=n.current;if(o)return a.branches.add(o),()=>{a.branches.delete(o)}},[a.branches]),c.jsx(de.div,{...e,ref:r})});i$.displayName=s$;function l$(e,t=globalThis?.document){const a=Ke(e),n=y.useRef(!1),r=y.useRef(()=>{});return y.useEffect(()=>{const o=l=>{if(l.target&&!n.current){let d=function(){d0(r$,a,u,{discrete:!0})};const u={originalEvent:l};l.pointerType==="touch"?(t.removeEventListener("click",r.current),r.current=d,t.addEventListener("click",r.current,{once:!0})):d()}else t.removeEventListener("click",r.current);n.current=!1},i=window.setTimeout(()=>{t.addEventListener("pointerdown",o)},0);return()=>{window.clearTimeout(i),t.removeEventListener("pointerdown",o),t.removeEventListener("click",r.current)}},[t,a]),{onPointerDownCapture:()=>n.current=!0}}function c$(e,t=globalThis?.document){const a=Ke(e),n=y.useRef(!1);return y.useEffect(()=>{const r=o=>{o.target&&!n.current&&d0(o$,a,{originalEvent:o},{discrete:!1})};return t.addEventListener("focusin",r),()=>t.removeEventListener("focusin",r)},[t,a]),{onFocusCapture:()=>n.current=!0,onBlurCapture:()=>n.current=!1}}function c0(){const e=new CustomEvent(Gi);document.dispatchEvent(e)}function d0(e,t,a,{discrete:n}){const r=a.originalEvent.target,o=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:a});t&&r.addEventListener(e,t,{once:!0}),n?Vo(r,o):r.dispatchEvent(o)}var Ui="focusScope.autoFocusOnMount",Yi="focusScope.autoFocusOnUnmount",u0={bubbles:!1,cancelable:!0},d$="FocusScope",Sr=y.forwardRef((e,t)=>{const{loop:a=!1,trapped:n=!1,onMountAutoFocus:r,onUnmountAutoFocus:o,...i}=e,[l,d]=y.useState(null),u=Ke(r),p=Ke(o),h=y.useRef(null),f=Se(t,v=>d(v)),g=y.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;y.useEffect(()=>{if(n){let v=function(w){if(g.paused||!l)return;const C=w.target;l.contains(C)?h.current=C:Za(h.current,{select:!0})},x=function(w){if(g.paused||!l)return;const C=w.relatedTarget;C!==null&&(l.contains(C)||Za(h.current,{select:!0}))},k=function(w){if(document.activeElement===document.body)for(const D of w)D.removedNodes.length>0&&Za(l)};document.addEventListener("focusin",v),document.addEventListener("focusout",x);const b=new MutationObserver(k);return l&&b.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",v),document.removeEventListener("focusout",x),b.disconnect()}}},[n,l,g.paused]),y.useEffect(()=>{if(l){y0.add(g);const v=document.activeElement;if(!l.contains(v)){const k=new CustomEvent(Ui,u0);l.addEventListener(Ui,u),l.dispatchEvent(k),k.defaultPrevented||(u$(m$(h0(l)),{select:!0}),document.activeElement===v&&Za(l))}return()=>{l.removeEventListener(Ui,u),setTimeout(()=>{const k=new CustomEvent(Yi,u0);l.addEventListener(Yi,p),l.dispatchEvent(k),k.defaultPrevented||Za(v??document.body,{select:!0}),l.removeEventListener(Yi,p),y0.remove(g)},0)}}},[l,u,p,g]);const m=y.useCallback(v=>{if(!a&&!n||g.paused)return;const x=v.key==="Tab"&&!v.altKey&&!v.ctrlKey&&!v.metaKey,k=document.activeElement;if(x&&k){const b=v.currentTarget,[w,C]=h$(b);w&&C?!v.shiftKey&&k===C?(v.preventDefault(),a&&Za(w,{select:!0})):v.shiftKey&&k===w&&(v.preventDefault(),a&&Za(C,{select:!0})):k===b&&v.preventDefault()}},[a,n,g.paused]);return c.jsx(de.div,{tabIndex:-1,...i,ref:f,onKeyDown:m})});Sr.displayName=d$;function u$(e,{select:t=!1}={}){const a=document.activeElement;for(const n of e)if(Za(n,{select:t}),document.activeElement!==a)return}function h$(e){const t=h0(e),a=p0(t,e),n=p0(t.reverse(),e);return[a,n]}function h0(e){const t=[],a=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const r=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||r?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;a.nextNode();)t.push(a.currentNode);return t}function p0(e,t){for(const a of e)if(!p$(a,{upTo:t}))return a}function p$(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}function y$(e){return e instanceof HTMLInputElement&&"select"in e}function Za(e,{select:t=!1}={}){if(e&&e.focus){const a=document.activeElement;e.focus({preventScroll:!0}),e!==a&&y$(e)&&t&&e.select()}}var y0=f$();function f$(){let e=[];return{add(t){const a=e[0];t!==a&&a?.pause(),e=f0(e,t),e.unshift(t)},remove(t){e=f0(e,t),e[0]?.resume()}}}function f0(e,t){const a=[...e],n=a.indexOf(t);return n!==-1&&a.splice(n,1),a}function m$(e){return e.filter(t=>t.tagName!=="A")}var g$="Portal",un=y.forwardRef((e,t)=>{const{container:a,...n}=e,[r,o]=y.useState(!1);ot(()=>o(!0),[]);const i=a||r&&globalThis?.document?.body;return i?Eo.createPortal(c.jsx(de.div,{...n,ref:t}),i):null});un.displayName=g$;var Zi=0;function $o(){y.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??m0()),document.body.insertAdjacentElement("beforeend",e[1]??m0()),Zi++,()=>{Zi===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),Zi--}},[])}function m0(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var xa=function(){return xa=Object.assign||function(t){for(var a,n=1,r=arguments.length;n<r;n++){a=arguments[n];for(var o in a)Object.prototype.hasOwnProperty.call(a,o)&&(t[o]=a[o])}return t},xa.apply(this,arguments)};function g0(e,t){var a={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(a[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var r=0,n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(a[n[r]]=e[n[r]]);return a}function k$(e,t,a){if(a||arguments.length===2)for(var n=0,r=t.length,o;n<r;n++)(o||!(n in t))&&(o||(o=Array.prototype.slice.call(t,0,n)),o[n]=t[n]);return e.concat(o||Array.prototype.slice.call(t))}typeof SuppressedError=="function"&&SuppressedError;var Wo="right-scroll-bar-position",Go="width-before-scroll-bar",v$="with-scroll-bars-hidden",x$="--removed-body-scroll-bar-size";function Ki(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}function b$(e,t){var a=M.useState(function(){return{value:e,callback:t,facade:{get current(){return a.value},set current(n){var r=a.value;r!==n&&(a.value=n,a.callback(n,r))}}}})[0];return a.callback=t,a.facade}var M$=typeof window<"u"?y.useLayoutEffect:y.useEffect,k0=new WeakMap;function w$(e,t){var a=b$(null,function(n){return e.forEach(function(r){return Ki(r,n)})});return M$(function(){var n=k0.get(a);if(n){var r=new Set(n),o=new Set(e),i=a.current;r.forEach(function(l){o.has(l)||Ki(l,null)}),o.forEach(function(l){r.has(l)||Ki(l,i)})}k0.set(a,e)},[e]),a}function C$(e){return e}function S$(e,t){t===void 0&&(t=C$);var a=[],n=!1,r={read:function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return a.length?a[a.length-1]:e},useMedium:function(o){var i=t(o,n);return a.push(i),function(){a=a.filter(function(l){return l!==i})}},assignSyncMedium:function(o){for(n=!0;a.length;){var i=a;a=[],i.forEach(o)}a={push:function(l){return o(l)},filter:function(){return a}}},assignMedium:function(o){n=!0;var i=[];if(a.length){var l=a;a=[],l.forEach(o),i=a}var d=function(){var p=i;i=[],p.forEach(o)},u=function(){return Promise.resolve().then(d)};u(),a={push:function(p){i.push(p),u()},filter:function(p){return i=i.filter(p),a}}}};return r}function j$(e){e===void 0&&(e={});var t=S$(null);return t.options=xa({async:!0,ssr:!1},e),t}var v0=function(e){var t=e.sideCar,a=g0(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=t.read();if(!n)throw new Error("Sidecar medium not found");return y.createElement(n,xa({},a))};v0.isSideCarExport=!0;function A$(e,t){return e.useMedium(t),v0}var x0=j$(),Xi=function(){},Uo=y.forwardRef(function(e,t){var a=y.useRef(null),n=y.useState({onScrollCapture:Xi,onWheelCapture:Xi,onTouchMoveCapture:Xi}),r=n[0],o=n[1],i=e.forwardProps,l=e.children,d=e.className,u=e.removeScrollBar,p=e.enabled,h=e.shards,f=e.sideCar,g=e.noRelative,m=e.noIsolation,v=e.inert,x=e.allowPinchZoom,k=e.as,b=k===void 0?"div":k,w=e.gapMode,C=g0(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),D=f,A=w$([a,t]),P=xa(xa({},C),r);return y.createElement(y.Fragment,null,p&&y.createElement(D,{sideCar:x0,removeScrollBar:u,shards:h,noRelative:g,noIsolation:m,inert:v,setCallbacks:o,allowPinchZoom:!!x,lockRef:a,gapMode:w}),i?y.cloneElement(y.Children.only(l),xa(xa({},P),{ref:A})):y.createElement(b,xa({},P,{className:d,ref:A}),l))});Uo.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},Uo.classNames={fullWidth:Go,zeroRight:Wo};var D$=function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__};function P$(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=D$();return t&&e.setAttribute("nonce",t),e}function T$(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function N$(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}var E$=function(){var e=0,t=null;return{add:function(a){e==0&&(t=P$())&&(T$(t,a),N$(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},_$=function(){var e=E$();return function(t,a){y.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&a])}},b0=function(){var e=_$(),t=function(a){var n=a.styles,r=a.dynamic;return e(n,r),null};return t},z$={left:0,top:0,right:0,gap:0},Ji=function(e){return parseInt(e||"",10)||0},O$=function(e){var t=window.getComputedStyle(document.body),a=t[e==="padding"?"paddingLeft":"marginLeft"],n=t[e==="padding"?"paddingTop":"marginTop"],r=t[e==="padding"?"paddingRight":"marginRight"];return[Ji(a),Ji(n),Ji(r)]},R$=function(e){if(e===void 0&&(e="margin"),typeof window>"u")return z$;var t=O$(e),a=document.documentElement.clientWidth,n=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,n-a+t[2]-t[0])}},I$=b0(),Hn="data-scroll-locked",V$=function(e,t,a,n){var r=e.left,o=e.top,i=e.right,l=e.gap;return a===void 0&&(a="margin"),`
15
+ .`.concat(v$,` {
16
+ overflow: hidden `).concat(n,`;
17
+ padding-right: `).concat(l,"px ").concat(n,`;
18
+ }
19
+ body[`).concat(Hn,`] {
20
+ overflow: hidden `).concat(n,`;
21
+ overscroll-behavior: contain;
22
+ `).concat([t&&"position: relative ".concat(n,";"),a==="margin"&&`
23
+ padding-left: `.concat(r,`px;
24
+ padding-top: `).concat(o,`px;
25
+ padding-right: `).concat(i,`px;
26
+ margin-left:0;
27
+ margin-top:0;
28
+ margin-right: `).concat(l,"px ").concat(n,`;
29
+ `),a==="padding"&&"padding-right: ".concat(l,"px ").concat(n,";")].filter(Boolean).join(""),`
30
+ }
31
+
32
+ .`).concat(Wo,` {
33
+ right: `).concat(l,"px ").concat(n,`;
34
+ }
35
+
36
+ .`).concat(Go,` {
37
+ margin-right: `).concat(l,"px ").concat(n,`;
38
+ }
39
+
40
+ .`).concat(Wo," .").concat(Wo,` {
41
+ right: 0 `).concat(n,`;
42
+ }
43
+
44
+ .`).concat(Go," .").concat(Go,` {
45
+ margin-right: 0 `).concat(n,`;
46
+ }
47
+
48
+ body[`).concat(Hn,`] {
49
+ `).concat(x$,": ").concat(l,`px;
50
+ }
51
+ `)},M0=function(){var e=parseInt(document.body.getAttribute(Hn)||"0",10);return isFinite(e)?e:0},L$=function(){y.useEffect(function(){return document.body.setAttribute(Hn,(M0()+1).toString()),function(){var e=M0()-1;e<=0?document.body.removeAttribute(Hn):document.body.setAttribute(Hn,e.toString())}},[])},H$=function(e){var t=e.noRelative,a=e.noImportant,n=e.gapMode,r=n===void 0?"margin":n;L$();var o=y.useMemo(function(){return R$(r)},[r]);return y.createElement(I$,{styles:V$(o,!t,r,a?"":"!important")})},Qi=!1;if(typeof window<"u")try{var Yo=Object.defineProperty({},"passive",{get:function(){return Qi=!0,!0}});window.addEventListener("test",Yo,Yo),window.removeEventListener("test",Yo,Yo)}catch{Qi=!1}var qn=Qi?{passive:!1}:!1,q$=function(e){return e.tagName==="TEXTAREA"},w0=function(e,t){if(!(e instanceof Element))return!1;var a=window.getComputedStyle(e);return a[t]!=="hidden"&&!(a.overflowY===a.overflowX&&!q$(e)&&a[t]==="visible")},F$=function(e){return w0(e,"overflowY")},B$=function(e){return w0(e,"overflowX")},C0=function(e,t){var a=t.ownerDocument,n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var r=S0(e,n);if(r){var o=j0(e,n),i=o[1],l=o[2];if(i>l)return!0}n=n.parentNode}while(n&&n!==a.body);return!1},$$=function(e){var t=e.scrollTop,a=e.scrollHeight,n=e.clientHeight;return[t,a,n]},W$=function(e){var t=e.scrollLeft,a=e.scrollWidth,n=e.clientWidth;return[t,a,n]},S0=function(e,t){return e==="v"?F$(t):B$(t)},j0=function(e,t){return e==="v"?$$(t):W$(t)},G$=function(e,t){return e==="h"&&t==="rtl"?-1:1},U$=function(e,t,a,n,r){var o=G$(e,window.getComputedStyle(t).direction),i=o*n,l=a.target,d=t.contains(l),u=!1,p=i>0,h=0,f=0;do{if(!l)break;var g=j0(e,l),m=g[0],v=g[1],x=g[2],k=v-x-o*m;(m||k)&&S0(e,l)&&(h+=k,f+=m);var b=l.parentNode;l=b&&b.nodeType===Node.DOCUMENT_FRAGMENT_NODE?b.host:b}while(!d&&l!==document.body||d&&(t.contains(l)||t===l));return(p&&Math.abs(h)<1||!p&&Math.abs(f)<1)&&(u=!0),u},Zo=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},A0=function(e){return[e.deltaX,e.deltaY]},D0=function(e){return e&&"current"in e?e.current:e},Y$=function(e,t){return e[0]===t[0]&&e[1]===t[1]},Z$=function(e){return`
52
+ .block-interactivity-`.concat(e,` {pointer-events: none;}
53
+ .allow-interactivity-`).concat(e,` {pointer-events: all;}
54
+ `)},K$=0,Fn=[];function X$(e){var t=y.useRef([]),a=y.useRef([0,0]),n=y.useRef(),r=y.useState(K$++)[0],o=y.useState(b0)[0],i=y.useRef(e);y.useEffect(function(){i.current=e},[e]),y.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(r));var v=k$([e.lockRef.current],(e.shards||[]).map(D0),!0).filter(Boolean);return v.forEach(function(x){return x.classList.add("allow-interactivity-".concat(r))}),function(){document.body.classList.remove("block-interactivity-".concat(r)),v.forEach(function(x){return x.classList.remove("allow-interactivity-".concat(r))})}}},[e.inert,e.lockRef.current,e.shards]);var l=y.useCallback(function(v,x){if("touches"in v&&v.touches.length===2||v.type==="wheel"&&v.ctrlKey)return!i.current.allowPinchZoom;var k=Zo(v),b=a.current,w="deltaX"in v?v.deltaX:b[0]-k[0],C="deltaY"in v?v.deltaY:b[1]-k[1],D,A=v.target,P=Math.abs(w)>Math.abs(C)?"h":"v";if("touches"in v&&P==="h"&&A.type==="range")return!1;var N=window.getSelection(),_=N&&N.anchorNode,O=_?_===A||_.contains(A):!1;if(O)return!1;var V=C0(P,A);if(!V)return!0;if(V?D=P:(D=P==="v"?"h":"v",V=C0(P,A)),!V)return!1;if(!n.current&&"changedTouches"in v&&(w||C)&&(n.current=D),!D)return!0;var H=n.current||D;return U$(H,x,v,H==="h"?w:C)},[]),d=y.useCallback(function(v){var x=v;if(!(!Fn.length||Fn[Fn.length-1]!==o)){var k="deltaY"in x?A0(x):Zo(x),b=t.current.filter(function(D){return D.name===x.type&&(D.target===x.target||x.target===D.shadowParent)&&Y$(D.delta,k)})[0];if(b&&b.should){x.cancelable&&x.preventDefault();return}if(!b){var w=(i.current.shards||[]).map(D0).filter(Boolean).filter(function(D){return D.contains(x.target)}),C=w.length>0?l(x,w[0]):!i.current.noIsolation;C&&x.cancelable&&x.preventDefault()}}},[]),u=y.useCallback(function(v,x,k,b){var w={name:v,delta:x,target:k,should:b,shadowParent:J$(k)};t.current.push(w),setTimeout(function(){t.current=t.current.filter(function(C){return C!==w})},1)},[]),p=y.useCallback(function(v){a.current=Zo(v),n.current=void 0},[]),h=y.useCallback(function(v){u(v.type,A0(v),v.target,l(v,e.lockRef.current))},[]),f=y.useCallback(function(v){u(v.type,Zo(v),v.target,l(v,e.lockRef.current))},[]);y.useEffect(function(){return Fn.push(o),e.setCallbacks({onScrollCapture:h,onWheelCapture:h,onTouchMoveCapture:f}),document.addEventListener("wheel",d,qn),document.addEventListener("touchmove",d,qn),document.addEventListener("touchstart",p,qn),function(){Fn=Fn.filter(function(v){return v!==o}),document.removeEventListener("wheel",d,qn),document.removeEventListener("touchmove",d,qn),document.removeEventListener("touchstart",p,qn)}},[]);var g=e.removeScrollBar,m=e.inert;return y.createElement(y.Fragment,null,m?y.createElement(o,{styles:Z$(r)}):null,g?y.createElement(H$,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function J$(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}const Q$=A$(x0,X$);var jr=y.forwardRef(function(e,t){return y.createElement(Uo,xa({},e,{ref:t,sideCar:Q$}))});jr.classNames=Uo.classNames;var eW=function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},Bn=new WeakMap,Ko=new WeakMap,Xo={},el=0,P0=function(e){return e&&(e.host||P0(e.parentNode))},tW=function(e,t){return t.map(function(a){if(e.contains(a))return a;var n=P0(a);return n&&e.contains(n)?n:(console.error("aria-hidden",a,"in not contained inside",e,". Doing nothing"),null)}).filter(function(a){return!!a})},aW=function(e,t,a,n){var r=tW(t,Array.isArray(e)?e:[e]);Xo[a]||(Xo[a]=new WeakMap);var o=Xo[a],i=[],l=new Set,d=new Set(r),u=function(h){!h||l.has(h)||(l.add(h),u(h.parentNode))};r.forEach(u);var p=function(h){!h||d.has(h)||Array.prototype.forEach.call(h.children,function(f){if(l.has(f))p(f);else try{var g=f.getAttribute(n),m=g!==null&&g!=="false",v=(Bn.get(f)||0)+1,x=(o.get(f)||0)+1;Bn.set(f,v),o.set(f,x),i.push(f),v===1&&m&&Ko.set(f,!0),x===1&&f.setAttribute(a,"true"),m||f.setAttribute(n,"true")}catch(k){console.error("aria-hidden: cannot operate on ",f,k)}})};return p(t),l.clear(),el++,function(){i.forEach(function(h){var f=Bn.get(h)-1,g=o.get(h)-1;Bn.set(h,f),o.set(h,g),f||(Ko.has(h)||h.removeAttribute(n),Ko.delete(h)),g||h.removeAttribute(a)}),el--,el||(Bn=new WeakMap,Bn=new WeakMap,Ko=new WeakMap,Xo={})}},Jo=function(e,t,a){a===void 0&&(a="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),r=eW(e);return r?(n.push.apply(n,Array.from(r.querySelectorAll("[aria-live], script"))),aW(n,r,a,"aria-hidden")):function(){return null}},Qo="Dialog",[T0,N0]=rt(Qo),[nW,ca]=T0(Qo),E0=e=>{const{__scopeDialog:t,children:a,open:n,defaultOpen:r,onOpenChange:o,modal:i=!0}=e,l=y.useRef(null),d=y.useRef(null),[u,p]=at({prop:n,defaultProp:r??!1,onChange:o,caller:Qo});return c.jsx(nW,{scope:t,triggerRef:l,contentRef:d,contentId:Ze(),titleId:Ze(),descriptionId:Ze(),open:u,onOpenChange:p,onOpenToggle:y.useCallback(()=>p(h=>!h),[p]),modal:i,children:a})};E0.displayName=Qo;var _0="DialogTrigger",z0=y.forwardRef((e,t)=>{const{__scopeDialog:a,...n}=e,r=ca(_0,a),o=Se(t,r.triggerRef);return c.jsx(de.button,{type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.contentId,"data-state":nl(r.open),...n,ref:o,onClick:Y(e.onClick,r.onOpenToggle)})});z0.displayName=_0;var tl="DialogPortal",[rW,O0]=T0(tl,{forceMount:void 0}),R0=e=>{const{__scopeDialog:t,forceMount:a,children:n,container:r}=e,o=ca(tl,t);return c.jsx(rW,{scope:t,forceMount:a,children:y.Children.map(n,i=>c.jsx(et,{present:a||o.open,children:c.jsx(un,{asChild:!0,container:r,children:i})}))})};R0.displayName=tl;var es="DialogOverlay",I0=y.forwardRef((e,t)=>{const a=O0(es,e.__scopeDialog),{forceMount:n=a.forceMount,...r}=e,o=ca(es,e.__scopeDialog);return o.modal?c.jsx(et,{present:n||o.open,children:c.jsx(sW,{...r,ref:t})}):null});I0.displayName=es;var oW=dn("DialogOverlay.RemoveScroll"),sW=y.forwardRef((e,t)=>{const{__scopeDialog:a,...n}=e,r=ca(es,a);return c.jsx(jr,{as:oW,allowPinchZoom:!0,shards:[r.contentRef],children:c.jsx(de.div,{"data-state":nl(r.open),...n,ref:t,style:{pointerEvents:"auto",...n.style}})})}),hn="DialogContent",V0=y.forwardRef((e,t)=>{const a=O0(hn,e.__scopeDialog),{forceMount:n=a.forceMount,...r}=e,o=ca(hn,e.__scopeDialog);return c.jsx(et,{present:n||o.open,children:o.modal?c.jsx(iW,{...r,ref:t}):c.jsx(lW,{...r,ref:t})})});V0.displayName=hn;var iW=y.forwardRef((e,t)=>{const a=ca(hn,e.__scopeDialog),n=y.useRef(null),r=Se(t,a.contentRef,n);return y.useEffect(()=>{const o=n.current;if(o)return Jo(o)},[]),c.jsx(L0,{...e,ref:r,trapFocus:a.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Y(e.onCloseAutoFocus,o=>{o.preventDefault(),a.triggerRef.current?.focus()}),onPointerDownOutside:Y(e.onPointerDownOutside,o=>{const i=o.detail.originalEvent,l=i.button===0&&i.ctrlKey===!0;(i.button===2||l)&&o.preventDefault()}),onFocusOutside:Y(e.onFocusOutside,o=>o.preventDefault())})}),lW=y.forwardRef((e,t)=>{const a=ca(hn,e.__scopeDialog),n=y.useRef(!1),r=y.useRef(!1);return c.jsx(L0,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:o=>{e.onCloseAutoFocus?.(o),o.defaultPrevented||(n.current||a.triggerRef.current?.focus(),o.preventDefault()),n.current=!1,r.current=!1},onInteractOutside:o=>{e.onInteractOutside?.(o),o.defaultPrevented||(n.current=!0,o.detail.originalEvent.type==="pointerdown"&&(r.current=!0));const i=o.target;a.triggerRef.current?.contains(i)&&o.preventDefault(),o.detail.originalEvent.type==="focusin"&&r.current&&o.preventDefault()}})}),L0=y.forwardRef((e,t)=>{const{__scopeDialog:a,trapFocus:n,onOpenAutoFocus:r,onCloseAutoFocus:o,...i}=e,l=ca(hn,a),d=y.useRef(null),u=Se(t,d);return $o(),c.jsxs(c.Fragment,{children:[c.jsx(Sr,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:r,onUnmountAutoFocus:o,children:c.jsx(Ya,{role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":nl(l.open),...i,ref:u,onDismiss:()=>l.onOpenChange(!1)})}),c.jsxs(c.Fragment,{children:[c.jsx(dW,{titleId:l.titleId}),c.jsx(hW,{contentRef:d,descriptionId:l.descriptionId})]})]})}),al="DialogTitle",H0=y.forwardRef((e,t)=>{const{__scopeDialog:a,...n}=e,r=ca(al,a);return c.jsx(de.h2,{id:r.titleId,...n,ref:t})});H0.displayName=al;var q0="DialogDescription",F0=y.forwardRef((e,t)=>{const{__scopeDialog:a,...n}=e,r=ca(q0,a);return c.jsx(de.p,{id:r.descriptionId,...n,ref:t})});F0.displayName=q0;var B0="DialogClose",$0=y.forwardRef((e,t)=>{const{__scopeDialog:a,...n}=e,r=ca(B0,a);return c.jsx(de.button,{type:"button",...n,ref:t,onClick:Y(e.onClick,()=>r.onOpenChange(!1))})});$0.displayName=B0;function nl(e){return e?"open":"closed"}var W0="DialogTitleWarning",[cW,G0]=Cx(W0,{contentName:hn,titleName:al,docsSlug:"dialog"}),dW=({titleId:e})=>{const t=G0(W0),a=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.
55
+
56
+ If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.
57
+
58
+ For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return y.useEffect(()=>{e&&(document.getElementById(e)||console.error(a))},[a,e]),null},uW="DialogDescriptionWarning",hW=({contentRef:e,descriptionId:t})=>{const n=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${G0(uW).contentName}}.`;return y.useEffect(()=>{const r=e.current?.getAttribute("aria-describedby");t&&r&&(document.getElementById(t)||console.warn(n))},[n,e,t]),null},Ar=E0,ts=z0,Dr=R0,Pr=I0,Tr=V0,as=H0,ns=F0,pn=$0,U0="AlertDialog",[pW]=rt(U0,[N0]),za=N0(),Y0=e=>{const{__scopeAlertDialog:t,...a}=e,n=za(t);return c.jsx(Ar,{...n,...a,modal:!0})};Y0.displayName=U0;var yW="AlertDialogTrigger",Z0=y.forwardRef((e,t)=>{const{__scopeAlertDialog:a,...n}=e,r=za(a);return c.jsx(ts,{...r,...n,ref:t})});Z0.displayName=yW;var fW="AlertDialogPortal",K0=e=>{const{__scopeAlertDialog:t,...a}=e,n=za(t);return c.jsx(Dr,{...n,...a})};K0.displayName=fW;var mW="AlertDialogOverlay",X0=y.forwardRef((e,t)=>{const{__scopeAlertDialog:a,...n}=e,r=za(a);return c.jsx(Pr,{...r,...n,ref:t})});X0.displayName=mW;var $n="AlertDialogContent",[gW,kW]=pW($n),vW=y2("AlertDialogContent"),J0=y.forwardRef((e,t)=>{const{__scopeAlertDialog:a,children:n,...r}=e,o=za(a),i=y.useRef(null),l=Se(t,i),d=y.useRef(null);return c.jsx(cW,{contentName:$n,titleName:Q0,docsSlug:"alert-dialog",children:c.jsx(gW,{scope:a,cancelRef:d,children:c.jsxs(Tr,{role:"alertdialog",...o,...r,ref:l,onOpenAutoFocus:Y(r.onOpenAutoFocus,u=>{u.preventDefault(),d.current?.focus({preventScroll:!0})}),onPointerDownOutside:u=>u.preventDefault(),onInteractOutside:u=>u.preventDefault(),children:[c.jsx(vW,{children:n}),c.jsx(bW,{contentRef:i})]})})})});J0.displayName=$n;var Q0="AlertDialogTitle",eu=y.forwardRef((e,t)=>{const{__scopeAlertDialog:a,...n}=e,r=za(a);return c.jsx(as,{...r,...n,ref:t})});eu.displayName=Q0;var tu="AlertDialogDescription",au=y.forwardRef((e,t)=>{const{__scopeAlertDialog:a,...n}=e,r=za(a);return c.jsx(ns,{...r,...n,ref:t})});au.displayName=tu;var xW="AlertDialogAction",nu=y.forwardRef((e,t)=>{const{__scopeAlertDialog:a,...n}=e,r=za(a);return c.jsx(pn,{...r,...n,ref:t})});nu.displayName=xW;var ru="AlertDialogCancel",ou=y.forwardRef((e,t)=>{const{__scopeAlertDialog:a,...n}=e,{cancelRef:r}=kW(ru,a),o=za(a),i=Se(t,r);return c.jsx(pn,{...o,...n,ref:i})});ou.displayName=ru;var bW=({contentRef:e})=>{const t=`\`${$n}\` requires a description for the component to be accessible for screen reader users.
59
+
60
+ You can add a description to the \`${$n}\` by passing a \`${tu}\` component as a child, which also benefits sighted users by adding visible context to the dialog.
61
+
62
+ Alternatively, you can use your own component as a description by assigning it an \`id\` and passing the same value to the \`aria-describedby\` prop in \`${$n}\`. If the description is confusing or duplicative for sighted users, you can use the \`@radix-ui/react-visually-hidden\` primitive as a wrapper around your description component.
63
+
64
+ For more information, see https://radix-ui.com/primitives/docs/components/alert-dialog`;return y.useEffect(()=>{document.getElementById(e.current?.getAttribute("aria-describedby"))||console.warn(t)},[t,e]),null},MW=Y0,wW=Z0,CW=K0,SW=X0,jW=J0,AW=nu,DW=ou,PW=eu,TW=au,NW=Symbol.for("react.lazy"),rs=y[" use ".trim().toString()];function EW(e){return typeof e=="object"&&e!==null&&"then"in e}function su(e){return e!=null&&typeof e=="object"&&"$$typeof"in e&&e.$$typeof===NW&&"_payload"in e&&EW(e._payload)}function iu(e){const t=_W(e),a=y.forwardRef((n,r)=>{let{children:o,...i}=n;su(o)&&typeof rs=="function"&&(o=rs(o._payload));const l=y.Children.toArray(o),d=l.find(OW);if(d){const u=d.props.children,p=l.map(h=>h===d?y.Children.count(u)>1?y.Children.only(null):y.isValidElement(u)?u.props.children:null:h);return c.jsx(t,{...i,ref:r,children:y.isValidElement(u)?y.cloneElement(u,void 0,p):null})}return c.jsx(t,{...i,ref:r,children:o})});return a.displayName=`${e}.Slot`,a}var da=iu("Slot");function _W(e){const t=y.forwardRef((a,n)=>{let{children:r,...o}=a;if(su(r)&&typeof rs=="function"&&(r=rs(r._payload)),y.isValidElement(r)){const i=IW(r),l=RW(o,r.props);return r.type!==y.Fragment&&(l.ref=n?oa(n,i):i),y.cloneElement(r,l)}return y.Children.count(r)>1?y.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var zW=Symbol("radix.slottable");function OW(e){return y.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===zW}function RW(e,t){const a={...t};for(const n in t){const r=e[n],o=t[n];/^on[A-Z]/.test(n)?r&&o?a[n]=(...l)=>{const d=o(...l);return r(...l),d}:r&&(a[n]=r):n==="style"?a[n]={...r,...o}:n==="className"&&(a[n]=[r,o].filter(Boolean).join(" "))}return{...e,...a}}function IW(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning;return a?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,a=t&&"isReactWarning"in t&&t.isReactWarning,a?e.props.ref:e.props.ref||e.ref)}const lu=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,cu=Yd,Ht=(e,t)=>a=>{var n;if(t?.variants==null)return cu(e,a?.class,a?.className);const{variants:r,defaultVariants:o}=t,i=Object.keys(r).map(u=>{const p=a?.[u],h=o?.[u];if(p===null)return null;const f=lu(p)||lu(h);return r[u][f]}),l=a&&Object.entries(a).reduce((u,p)=>{let[h,f]=p;return f===void 0||(u[h]=f),u},{}),d=t==null||(n=t.compoundVariants)===null||n===void 0?void 0:n.reduce((u,p)=>{let{class:h,className:f,...g}=p;return Object.entries(g).every(m=>{let[v,x]=m;return Array.isArray(x)?x.includes({...o,...l}[v]):{...o,...l}[v]===x})?[...u,h,f]:u},[]);return cu(e,i,d,a?.class,a?.className)},yn=Ht("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-sm text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:ring-1 focus-visible:ring-cyan-400/50 tracking-wide",{variants:{variant:{default:"bg-cyan-950/80 text-cyan-50 border border-cyan-500/50 shadow-[0_0_10px_-3px_rgba(6,182,212,0.3)] hover:bg-cyan-900 hover:border-cyan-400 hover:shadow-[0_0_15px_rgba(6,182,212,0.5)] active:scale-95",destructive:"bg-red-950/80 text-red-50 border border-red-500/50 hover:bg-red-900 hover:border-red-400 hover:shadow-[0_0_15px_rgba(239,68,68,0.5)]",outline:"border border-cyan-800 bg-background/50 hover:bg-cyan-950/30 hover:border-cyan-500/50 hover:text-cyan-100 text-muted-foreground",secondary:"bg-slate-800/80 text-secondary-foreground hover:bg-slate-700/80 border border-slate-700",ghost:"hover:bg-cyan-950/20 hover:text-cyan-400 data-[state=open]:bg-cyan-950/20 data-[state=open]:text-cyan-400",link:"text-cyan-400 underline-offset-4 hover:underline hover:text-cyan-300"},size:{default:"h-9 px-4 py-2 has-[>svg]:px-3",sm:"h-8 rounded-sm gap-1.5 px-3 has-[>svg]:px-2.5 text-xs",lg:"h-10 rounded-sm px-6 has-[>svg]:px-4",icon:"size-9 rounded-sm","icon-sm":"size-8 rounded-sm","icon-lg":"size-10 rounded-sm"}},defaultVariants:{variant:"default",size:"default"}}),Xe=y.forwardRef(({className:e,variant:t="default",size:a="default",asChild:n=!1,...r},o)=>{const i=n?da:"button";return c.jsx(i,{ref:o,"data-slot":"button","data-variant":t,"data-size":a,className:j(yn({variant:t,size:a,className:e})),...r})});Xe.displayName="Button";function du({...e}){return c.jsx(MW,{"data-slot":"alert-dialog",...e})}function uu({...e}){return c.jsx(wW,{"data-slot":"alert-dialog-trigger",...e})}function hu({...e}){return c.jsx(CW,{"data-slot":"alert-dialog-portal",...e})}function pu({className:e,...t}){return c.jsx(SW,{"data-slot":"alert-dialog-overlay",className:j("data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/50",e),...t})}function yu({className:e,...t}){return c.jsxs(hu,{children:[c.jsx(pu,{}),c.jsx(jW,{"data-slot":"alert-dialog-content",className:j("bg-background data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border p-6 shadow-lg duration-200 sm:max-w-lg",e),...t})]})}function fu({className:e,...t}){return c.jsx("div",{"data-slot":"alert-dialog-header",className:j("flex flex-col gap-2 text-center sm:text-left",e),...t})}function mu({className:e,...t}){return c.jsx("div",{"data-slot":"alert-dialog-footer",className:j("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",e),...t})}function gu({className:e,...t}){return c.jsx(PW,{"data-slot":"alert-dialog-title",className:j("text-lg font-semibold",e),...t})}function ku({className:e,...t}){return c.jsx(TW,{"data-slot":"alert-dialog-description",className:j("text-muted-foreground text-sm",e),...t})}function vu({className:e,...t}){return c.jsx(AW,{className:j(yn(),e),...t})}function xu({className:e,...t}){return c.jsx(DW,{className:j(yn({variant:"outline"}),e),...t})}const VW=Ht("relative w-full rounded-r-lg border-l-4 px-4 py-4 text-sm grid has-[>svg]:grid-cols-[calc(var(--spacing)*4)_1fr] grid-cols-[0_1fr] has-[>svg]:gap-x-3 gap-y-0.5 items-start [&>svg]:size-4 [&>svg]:translate-y-0.5 [&>svg]:text-current transition-all duration-300 backdrop-blur-md overflow-hidden group/alert",{variants:{variant:{default:["bg-slate-950/80 border-l-cyan-500 border-y border-r border-y-cyan-900/30 border-r-cyan-900/30 text-cyan-100","shadow-[0_0_20px_-5px_rgba(6,182,212,0.2)]","[&>svg]:text-cyan-400 [&>svg]:drop-shadow-[0_0_8px_rgba(6,182,212,0.6)]","hover:shadow-[0_0_30px_-5px_rgba(6,182,212,0.4)] hover:bg-slate-900/90","after:absolute after:inset-0 after:bg-linear-to-r after:from-cyan-500/10 after:to-transparent after:opacity-0 after:transition-opacity hover:after:opacity-100 after:pointer-events-none"],destructive:["bg-red-950/80 border-l-red-600 border-y border-r border-y-red-900/30 border-r-red-900/30 text-red-100","shadow-[0_0_20px_-5px_rgba(239,68,68,0.2)]","[&>svg]:text-red-500 [&>svg]:drop-shadow-[0_0_8px_rgba(239,68,68,0.6)]","hover:shadow-[0_0_30px_-5px_rgba(239,68,68,0.4)] hover:bg-red-950/90","after:absolute after:inset-0 after:bg-linear-to-r after:from-red-500/10 after:to-transparent after:opacity-0 after:transition-opacity hover:after:opacity-100 after:pointer-events-none"]}},defaultVariants:{variant:"default"}});function rl({className:e,variant:t,...a}){return c.jsx("div",{"data-slot":"alert",role:"alert",className:j(VW({variant:t}),e),...a})}function bu({className:e,...t}){return c.jsx("div",{"data-slot":"alert-title",className:j("col-start-2 line-clamp-1 min-h-4 font-mono font-bold tracking-widest uppercase text-xs mb-1 drop-shadow-[0_0_2px_currentColor]","group-[.destructive]/alert:text-red-400 group-[.default]/alert:text-cyan-400",e),...t})}function ol({className:e,...t}){return c.jsx("div",{"data-slot":"alert-description",className:j("col-start-2 grid justify-items-start gap-1 text-sm [&_p]:leading-relaxed font-sans opacity-90",e),...t})}var LW=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"],Ct=LW.reduce((e,t)=>{const a=iu(`Primitive.${t}`),n=y.forwardRef((r,o)=>{const{asChild:i,...l}=r,d=i?a:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),c.jsx(d,{...l,ref:o})});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{}),HW="AspectRatio",Mu=y.forwardRef((e,t)=>{const{ratio:a=1/1,style:n,...r}=e;return c.jsx("div",{style:{position:"relative",width:"100%",paddingBottom:`${100/a}%`},"data-radix-aspect-ratio-wrapper":"",children:c.jsx(Ct.div,{...r,ref:t,style:{...n,position:"absolute",top:0,right:0,bottom:0,left:0}})})});Mu.displayName=HW;var qW=Mu;function FW({...e}){return c.jsx(qW,{"data-slot":"aspect-ratio",...e})}function wu(e,t=[]){let a=[];function n(o,i){const l=y.createContext(i);l.displayName=o+"Context";const d=a.length;a=[...a,i];const u=h=>{const{scope:f,children:g,...m}=h,v=f?.[e]?.[d]||l,x=y.useMemo(()=>m,Object.values(m));return c.jsx(v.Provider,{value:x,children:g})};u.displayName=o+"Provider";function p(h,f){const g=f?.[e]?.[d]||l,m=y.useContext(g);if(m)return m;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${o}\``)}return[u,p]}const r=()=>{const o=a.map(i=>y.createContext(i));return function(l){const d=l?.[e]||o;return y.useMemo(()=>({[`__scope${e}`]:{...l,[e]:d}}),[l,d])}};return r.scopeName=e,[n,BW(r,...t)]}function BW(...e){const t=e[0];if(e.length===1)return t;const a=()=>{const n=e.map(r=>({useScope:r(),scopeName:r.scopeName}));return function(o){const i=n.reduce((l,{useScope:d,scopeName:u})=>{const h=d(o)[`__scope${u}`];return{...l,...h}},{});return y.useMemo(()=>({[`__scope${t.scopeName}`]:i}),[i])}};return a.scopeName=t.scopeName,a}var os={exports:{}},sl={};var Cu;function $W(){if(Cu)return sl;Cu=1;var e=M;function t(h,f){return h===f&&(h!==0||1/h===1/f)||h!==h&&f!==f}var a=typeof Object.is=="function"?Object.is:t,n=e.useState,r=e.useEffect,o=e.useLayoutEffect,i=e.useDebugValue;function l(h,f){var g=f(),m=n({inst:{value:g,getSnapshot:f}}),v=m[0].inst,x=m[1];return o(function(){v.value=g,v.getSnapshot=f,d(v)&&x({inst:v})},[h,g,f]),r(function(){return d(v)&&x({inst:v}),h(function(){d(v)&&x({inst:v})})},[h]),i(g),g}function d(h){var f=h.getSnapshot;h=h.value;try{var g=f();return!a(h,g)}catch{return!0}}function u(h,f){return f()}var p=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?u:l;return sl.useSyncExternalStore=e.useSyncExternalStore!==void 0?e.useSyncExternalStore:p,sl}var il={};var Su;function WW(){return Su||(Su=1,process.env.NODE_ENV!=="production"&&(function(){function e(g,m){return g===m&&(g!==0||1/g===1/m)||g!==g&&m!==m}function t(g,m){p||r.startTransition===void 0||(p=!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 v=m();if(!h){var x=m();o(v,x)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),h=!0)}x=i({inst:{value:v,getSnapshot:m}});var k=x[0].inst,b=x[1];return d(function(){k.value=v,k.getSnapshot=m,a(k)&&b({inst:k})},[g,v,m]),l(function(){return a(k)&&b({inst:k}),g(function(){a(k)&&b({inst:k})})},[g]),u(v),v}function a(g){var m=g.getSnapshot;g=g.value;try{var v=m();return!o(g,v)}catch{return!0}}function n(g,m){return m()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var r=M,o=typeof Object.is=="function"?Object.is:e,i=r.useState,l=r.useEffect,d=r.useLayoutEffect,u=r.useDebugValue,p=!1,h=!1,f=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?n:t;il.useSyncExternalStore=r.useSyncExternalStore!==void 0?r.useSyncExternalStore:f,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),il}var ju;function GW(){return ju||(ju=1,process.env.NODE_ENV==="production"?os.exports=$W():os.exports=WW()),os.exports}var UW=GW();function YW(){return UW.useSyncExternalStore(ZW,()=>!0,()=>!1)}function ZW(){return()=>{}}var ll="Avatar",[KW]=wu(ll),[XW,Au]=KW(ll),Du=y.forwardRef((e,t)=>{const{__scopeAvatar:a,...n}=e,[r,o]=y.useState("idle");return c.jsx(XW,{scope:a,imageLoadingStatus:r,onImageLoadingStatusChange:o,children:c.jsx(Ct.span,{...n,ref:t})})});Du.displayName=ll;var Pu="AvatarImage",Tu=y.forwardRef((e,t)=>{const{__scopeAvatar:a,src:n,onLoadingStatusChange:r=()=>{},...o}=e,i=Au(Pu,a),l=JW(n,o),d=Ke(u=>{r(u),i.onImageLoadingStatusChange(u)});return ot(()=>{l!=="idle"&&d(l)},[l,d]),l==="loaded"?c.jsx(Ct.img,{...o,ref:t,src:n}):null});Tu.displayName=Pu;var Nu="AvatarFallback",Eu=y.forwardRef((e,t)=>{const{__scopeAvatar:a,delayMs:n,...r}=e,o=Au(Nu,a),[i,l]=y.useState(n===void 0);return y.useEffect(()=>{if(n!==void 0){const d=window.setTimeout(()=>l(!0),n);return()=>window.clearTimeout(d)}},[n]),i&&o.imageLoadingStatus!=="loaded"?c.jsx(Ct.span,{...r,ref:t}):null});Eu.displayName=Nu;function _u(e,t){return e?t?(e.src!==t&&(e.src=t),e.complete&&e.naturalWidth>0?"loaded":"loading"):"error":"idle"}function JW(e,{referrerPolicy:t,crossOrigin:a}){const n=YW(),r=y.useRef(null),o=n?(r.current||(r.current=new window.Image),r.current):null,[i,l]=y.useState(()=>_u(o,e));return ot(()=>{l(_u(o,e))},[o,e]),ot(()=>{const d=h=>()=>{l(h)};if(!o)return;const u=d("loaded"),p=d("error");return o.addEventListener("load",u),o.addEventListener("error",p),t&&(o.referrerPolicy=t),typeof a=="string"&&(o.crossOrigin=a),()=>{o.removeEventListener("load",u),o.removeEventListener("error",p)}},[o,a,t]),i}var QW=Du,eG=Tu,tG=Eu;function ss({className:e,...t}){return c.jsx(QW,{"data-slot":"avatar",className:j("relative flex size-8 shrink-0 overflow-hidden rounded-full",e),...t})}function is({className:e,...t}){return c.jsx(eG,{"data-slot":"avatar-image",className:j("aspect-square size-full",e),...t})}function ls({className:e,...t}){return c.jsx(tG,{"data-slot":"avatar-fallback",className:j("bg-muted flex size-full items-center justify-center rounded-full",e),...t})}const zu=Ht("inline-flex items-center justify-center rounded-sm border px-2.5 py-0.5 text-[10px] font-mono font-bold uppercase tracking-widest w-fit whitespace-nowrap shrink-0 [&>svg]:size-3 gap-1.5 [&>svg]:pointer-events-none focus-visible:border-cyan-500 focus-visible:ring-cyan-500/50 focus-visible:ring-[1px] transition-all duration-300 overflow-hidden backdrop-blur-sm select-none",{variants:{variant:{default:"border-cyan-500/50 bg-cyan-950/40 text-cyan-300 shadow-[0_0_10px_-4px_rgba(6,182,212,0.6)] [a&]:hover:bg-cyan-900/60 [a&]:hover:shadow-[0_0_15px_-2px_rgba(6,182,212,0.8)] [a&]:hover:border-cyan-400",secondary:"border-slate-700 bg-slate-800/60 text-slate-300 shadow-sm [a&]:hover:bg-slate-700/80 [a&]:hover:text-slate-200",destructive:"border-red-500/40 bg-red-950/40 text-red-400 shadow-[0_0_10px_-4px_rgba(239,68,68,0.6)] [a&]:hover:bg-red-900/60 [a&]:hover:border-red-400 [a&]:hover:shadow-[0_0_15px_-2px_rgba(239,68,68,0.8)]",outline:"text-cyan-400 border-cyan-800 bg-transparent shadow-[inset_0_0_5px_rgba(6,182,212,0.1)] [a&]:hover:bg-cyan-950/30 [a&]:hover:border-cyan-500 [a&]:hover:text-cyan-200 [a&]:hover:shadow-[0_0_10px_-5px_cyan]"}},defaultVariants:{variant:"default"}});function Ou({className:e,variant:t,asChild:a=!1,...n}){const r=a?da:"span";return c.jsx(r,{"data-slot":"badge",className:j(zu({variant:t}),e),...n})}function Ru({...e}){return c.jsx("nav",{"aria-label":"breadcrumb","data-slot":"breadcrumb",...e})}function Iu({className:e,...t}){return c.jsx("ol",{"data-slot":"breadcrumb-list",className:j("text-muted-foreground flex flex-wrap items-center gap-1.5 text-sm break-words sm:gap-2.5",e),...t})}function Vu({className:e,...t}){return c.jsx("li",{"data-slot":"breadcrumb-item",className:j("inline-flex items-center gap-1.5",e),...t})}function Lu({asChild:e,className:t,...a}){const n=e?da:"a";return c.jsx(n,{"data-slot":"breadcrumb-link",className:j("hover:text-foreground transition-colors",t),...a})}function Hu({className:e,...t}){return c.jsx("span",{"data-slot":"breadcrumb-page",role:"link","aria-disabled":"true","aria-current":"page",className:j("text-foreground font-normal",e),...t})}function qu({children:e,className:t,...a}){return c.jsx("li",{"data-slot":"breadcrumb-separator",role:"presentation","aria-hidden":"true",className:j("[&>svg]:size-3.5",t),...a,children:e??c.jsx(la,{})})}function aG({className:e,...t}){return c.jsxs("span",{"data-slot":"breadcrumb-ellipsis",role:"presentation","aria-hidden":"true",className:j("flex size-9 items-center justify-center",e),...t,children:[c.jsx(qi,{className:"size-4"}),c.jsx("span",{className:"sr-only",children:"More"})]})}var nG="Separator",Fu="horizontal",rG=["horizontal","vertical"],Bu=y.forwardRef((e,t)=>{const{decorative:a,orientation:n=Fu,...r}=e,o=oG(n)?n:Fu,l=a?{role:"none"}:{"aria-orientation":o==="vertical"?o:void 0,role:"separator"};return c.jsx(Ct.div,{"data-orientation":o,...l,...r,ref:t})});Bu.displayName=nG;function oG(e){return rG.includes(e)}var $u=Bu;const Ka=y.forwardRef(({className:e,orientation:t="horizontal",decorative:a=!0,...n},r)=>c.jsx($u,{ref:r,"data-slot":"separator",decorative:a,orientation:t,className:j("bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px",e),...n}));Ka.displayName=$u.displayName;const Wu=Ht("flex w-fit items-stretch [&>*]:focus-visible:z-10 [&>*]:focus-visible:relative [&>[data-slot=select-trigger]:not([class*='w-'])]:w-fit [&>input]:flex-1 has-[select[aria-hidden=true]:last-child]:[&>[data-slot=select-trigger]:last-of-type]:rounded-r-md has-[>[data-slot=button-group]]:gap-2",{variants:{orientation:{horizontal:"[&>*:not(:first-child)]:rounded-l-none [&>*:not(:first-child)]:border-l-0 [&>*:not(:last-child)]:rounded-r-none",vertical:"flex-col [&>*:not(:first-child)]:rounded-t-none [&>*:not(:first-child)]:border-t-0 [&>*:not(:last-child)]:rounded-b-none"}},defaultVariants:{orientation:"horizontal"}});function sG({className:e,orientation:t,...a}){return c.jsx("div",{role:"group","data-slot":"button-group","data-orientation":t,className:j(Wu({orientation:t}),e),...a})}function iG({className:e,asChild:t=!1,...a}){const n=t?da:"div";return c.jsx(n,{className:j("bg-muted flex items-center gap-2 rounded-md border px-4 text-sm font-medium shadow-xs [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4",e),...a})}function lG({className:e,orientation:t="vertical",...a}){return c.jsx(Ka,{"data-slot":"button-group-separator",orientation:t,className:j("bg-input relative !m-0 self-stretch data-[orientation=vertical]:h-auto",e),...a})}function cG(e,t,a="long"){return new Intl.DateTimeFormat("en-US",{hour:"numeric",timeZone:e,timeZoneName:a}).format(t).split(/\s/g).slice(2).join(" ")}const dG={},Nr={};function fn(e,t){try{const n=(dG[e]||=new Intl.DateTimeFormat("en-US",{timeZone:e,timeZoneName:"longOffset"}).format)(t).split("GMT")[1];return n in Nr?Nr[n]:Gu(n,n.split(":"))}catch{if(e in Nr)return Nr[e];const a=e?.match(uG);return a?Gu(e,a.slice(1)):NaN}}const uG=/([+-]\d\d):?(\d\d)?/;function Gu(e,t){const a=+(t[0]||0),n=+(t[1]||0),r=+(t[2]||0)/60;return Nr[e]=a*60+n>0?a*60+n+r:a*60-n-r}class ba extends Date{constructor(...t){super(),t.length>1&&typeof t[t.length-1]=="string"&&(this.timeZone=t.pop()),this.internal=new Date,isNaN(fn(this.timeZone,this))?this.setTime(NaN):t.length?typeof t[0]=="number"&&(t.length===1||t.length===2&&typeof t[1]!="number")?this.setTime(t[0]):typeof t[0]=="string"?this.setTime(+new Date(t[0])):t[0]instanceof Date?this.setTime(+t[0]):(this.setTime(+new Date(...t)),Yu(this),cl(this)):this.setTime(Date.now())}static tz(t,...a){return a.length?new ba(...a,t):new ba(Date.now(),t)}withTimeZone(t){return new ba(+this,t)}getTimezoneOffset(){const t=-fn(this.timeZone,this);return t>0?Math.floor(t):Math.ceil(t)}setTime(t){return Date.prototype.setTime.apply(this,arguments),cl(this),+this}[Symbol.for("constructDateFrom")](t){return new ba(+new Date(t),this.timeZone)}}const Uu=/^(get|set)(?!UTC)/;Object.getOwnPropertyNames(Date.prototype).forEach(e=>{if(!Uu.test(e))return;const t=e.replace(Uu,"$1UTC");ba.prototype[t]&&(e.startsWith("get")?ba.prototype[e]=function(){return this.internal[t]()}:(ba.prototype[e]=function(){return Date.prototype[t].apply(this.internal,arguments),hG(this),+this},ba.prototype[t]=function(){return Date.prototype[t].apply(this,arguments),cl(this),+this}))});function cl(e){e.internal.setTime(+e),e.internal.setUTCSeconds(e.internal.getUTCSeconds()-Math.round(-fn(e.timeZone,e)*60))}function hG(e){Date.prototype.setFullYear.call(e,e.internal.getUTCFullYear(),e.internal.getUTCMonth(),e.internal.getUTCDate()),Date.prototype.setHours.call(e,e.internal.getUTCHours(),e.internal.getUTCMinutes(),e.internal.getUTCSeconds(),e.internal.getUTCMilliseconds()),Yu(e)}function Yu(e){const t=fn(e.timeZone,e),a=t>0?Math.floor(t):Math.ceil(t),n=new Date(+e);n.setUTCHours(n.getUTCHours()-1);const r=-new Date(+e).getTimezoneOffset(),o=-new Date(+n).getTimezoneOffset(),i=r-o,l=Date.prototype.getHours.apply(e)!==e.internal.getUTCHours();i&&l&&e.internal.setUTCMinutes(e.internal.getUTCMinutes()+i);const d=r-a;d&&Date.prototype.setUTCMinutes.call(e,Date.prototype.getUTCMinutes.call(e)+d);const u=new Date(+e);u.setUTCSeconds(0);const p=r>0?u.getSeconds():(u.getSeconds()-60)%60,h=Math.round(-(fn(e.timeZone,e)*60))%60;(h||p)&&(e.internal.setUTCSeconds(e.internal.getUTCSeconds()+h),Date.prototype.setUTCSeconds.call(e,Date.prototype.getUTCSeconds.call(e)+h+p));const f=fn(e.timeZone,e),g=f>0?Math.floor(f):Math.ceil(f),v=-new Date(+e).getTimezoneOffset()-g,x=g!==a,k=v-d;if(x&&k){Date.prototype.setUTCMinutes.call(e,Date.prototype.getUTCMinutes.call(e)+k);const b=fn(e.timeZone,e),w=b>0?Math.floor(b):Math.ceil(b),C=g-w;C&&(e.internal.setUTCMinutes(e.internal.getUTCMinutes()+C),Date.prototype.setUTCMinutes.call(e,Date.prototype.getUTCMinutes.call(e)+C))}}class St extends ba{static tz(t,...a){return a.length?new St(...a,t):new St(Date.now(),t)}toISOString(){const[t,a,n]=this.tzComponents(),r=`${t}${a}:${n}`;return this.internal.toISOString().slice(0,-1)+r}toString(){return`${this.toDateString()} ${this.toTimeString()}`}toDateString(){const[t,a,n,r]=this.internal.toUTCString().split(" ");return`${t?.slice(0,-1)} ${n} ${a} ${r}`}toTimeString(){const t=this.internal.toUTCString().split(" ")[4],[a,n,r]=this.tzComponents();return`${t} GMT${a}${n}${r} (${cG(this.timeZone,this)})`}toLocaleString(t,a){return Date.prototype.toLocaleString.call(this,t,{...a,timeZone:a?.timeZone||this.timeZone})}toLocaleDateString(t,a){return Date.prototype.toLocaleDateString.call(this,t,{...a,timeZone:a?.timeZone||this.timeZone})}toLocaleTimeString(t,a){return Date.prototype.toLocaleTimeString.call(this,t,{...a,timeZone:a?.timeZone||this.timeZone})}tzComponents(){const t=this.getTimezoneOffset(),a=t>0?"-":"+",n=String(Math.floor(Math.abs(t)/60)).padStart(2,"0"),r=String(Math.abs(t)%60).padStart(2,"0");return[a,n,r]}withTimeZone(t){return new St(+this,t)}[Symbol.for("constructDateFrom")](t){return new St(+new Date(t),this.timeZone)}}const Zu=6048e5,pG=864e5,Ku=Symbol.for("constructDateFrom");function pt(e,t){return typeof e=="function"?e(t):e&&typeof e=="object"&&Ku in e?e[Ku](t):e instanceof Date?new e.constructor(t):new Date(t)}function Ye(e,t){return pt(t||e,e)}function Xu(e,t,a){const n=Ye(e,a?.in);return isNaN(t)?pt(e,NaN):(t&&n.setDate(n.getDate()+t),n)}function Ju(e,t,a){const n=Ye(e,a?.in);if(isNaN(t))return pt(e,NaN);if(!t)return n;const r=n.getDate(),o=pt(e,n.getTime());o.setMonth(n.getMonth()+t+1,0);const i=o.getDate();return r>=i?o:(n.setFullYear(o.getFullYear(),o.getMonth(),r),n)}let yG={};function Er(){return yG}function Wn(e,t){const a=Er(),n=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??a.weekStartsOn??a.locale?.options?.weekStartsOn??0,r=Ye(e,t?.in),o=r.getDay(),i=(o<n?7:0)+o-n;return r.setDate(r.getDate()-i),r.setHours(0,0,0,0),r}function _r(e,t){return Wn(e,{...t,weekStartsOn:1})}function Qu(e,t){const a=Ye(e,t?.in),n=a.getFullYear(),r=pt(a,0);r.setFullYear(n+1,0,4),r.setHours(0,0,0,0);const o=_r(r),i=pt(a,0);i.setFullYear(n,0,4),i.setHours(0,0,0,0);const l=_r(i);return a.getTime()>=o.getTime()?n+1:a.getTime()>=l.getTime()?n:n-1}function eh(e){const t=Ye(e),a=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return a.setUTCFullYear(t.getFullYear()),+e-+a}function Gn(e,...t){const a=pt.bind(null,t.find(n=>typeof n=="object"));return t.map(a)}function zr(e,t){const a=Ye(e,t?.in);return a.setHours(0,0,0,0),a}function dl(e,t,a){const[n,r]=Gn(a?.in,e,t),o=zr(n),i=zr(r),l=+o-eh(o),d=+i-eh(i);return Math.round((l-d)/pG)}function fG(e,t){const a=Qu(e,t),n=pt(e,0);return n.setFullYear(a,0,4),n.setHours(0,0,0,0),_r(n)}function mG(e,t,a){return Xu(e,t*7,a)}function gG(e,t,a){return Ju(e,t*12,a)}function kG(e,t){let a,n=t?.in;return e.forEach(r=>{!n&&typeof r=="object"&&(n=pt.bind(null,r));const o=Ye(r,n);(!a||a<o||isNaN(+o))&&(a=o)}),pt(n,a||NaN)}function vG(e,t){let a,n=t?.in;return e.forEach(r=>{!n&&typeof r=="object"&&(n=pt.bind(null,r));const o=Ye(r,n);(!a||a>o||isNaN(+o))&&(a=o)}),pt(n,a||NaN)}function xG(e,t,a){const[n,r]=Gn(a?.in,e,t);return+zr(n)==+zr(r)}function th(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function bG(e){return!(!th(e)&&typeof e!="number"||isNaN(+Ye(e)))}function ah(e,t,a){const[n,r]=Gn(a?.in,e,t),o=n.getFullYear()-r.getFullYear(),i=n.getMonth()-r.getMonth();return o*12+i}function MG(e,t){const a=Ye(e,t?.in),n=a.getMonth();return a.setFullYear(a.getFullYear(),n+1,0),a.setHours(23,59,59,999),a}function nh(e,t){const[a,n]=Gn(e,t.start,t.end);return{start:a,end:n}}function wG(e,t){const{start:a,end:n}=nh(t?.in,e);let r=+a>+n;const o=r?+a:+n,i=r?n:a;i.setHours(0,0,0,0),i.setDate(1);let l=1;const d=[];for(;+i<=o;)d.push(pt(a,i)),i.setMonth(i.getMonth()+l);return r?d.reverse():d}function CG(e,t){const a=Ye(e,t?.in);return a.setDate(1),a.setHours(0,0,0,0),a}function SG(e,t){const a=Ye(e,t?.in),n=a.getFullYear();return a.setFullYear(n+1,0,0),a.setHours(23,59,59,999),a}function rh(e,t){const a=Ye(e,t?.in);return a.setFullYear(a.getFullYear(),0,1),a.setHours(0,0,0,0),a}function jG(e,t){const{start:a,end:n}=nh(t?.in,e);let r=+a>+n;const o=r?+a:+n,i=r?n:a;i.setHours(0,0,0,0),i.setMonth(0,1);let l=1;const d=[];for(;+i<=o;)d.push(pt(a,i)),i.setFullYear(i.getFullYear()+l);return r?d.reverse():d}function oh(e,t){const a=Er(),n=t?.weekStartsOn??t?.locale?.options?.weekStartsOn??a.weekStartsOn??a.locale?.options?.weekStartsOn??0,r=Ye(e,t?.in),o=r.getDay(),i=(o<n?-7:0)+6-(o-n);return r.setDate(r.getDate()+i),r.setHours(23,59,59,999),r}function AG(e,t){return oh(e,{...t,weekStartsOn:1})}const DG={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},PG=(e,t,a)=>{let n;const r=DG[e];return typeof r=="string"?n=r:t===1?n=r.one:n=r.other.replace("{{count}}",t.toString()),a?.addSuffix?a.comparison&&a.comparison>0?"in "+n:n+" ago":n};function ul(e){return(t={})=>{const a=t.width?String(t.width):e.defaultWidth;return e.formats[a]||e.formats[e.defaultWidth]}}const TG={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},NG={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},EG={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},_G={date:ul({formats:TG,defaultWidth:"full"}),time:ul({formats:NG,defaultWidth:"full"}),dateTime:ul({formats:EG,defaultWidth:"full"})},zG={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},OG=(e,t,a,n)=>zG[e];function Or(e){return(t,a)=>{const n=a?.context?String(a.context):"standalone";let r;if(n==="formatting"&&e.formattingValues){const i=e.defaultFormattingWidth||e.defaultWidth,l=a?.width?String(a.width):i;r=e.formattingValues[l]||e.formattingValues[i]}else{const i=e.defaultWidth,l=a?.width?String(a.width):e.defaultWidth;r=e.values[l]||e.values[i]}const o=e.argumentCallback?e.argumentCallback(t):t;return r[o]}}const RG={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},IG={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},VG={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},LG={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},HG={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},qG={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},FG={ordinalNumber:(e,t)=>{const a=Number(e),n=a%100;if(n>20||n<10)switch(n%10){case 1:return a+"st";case 2:return a+"nd";case 3:return a+"rd"}return a+"th"},era:Or({values:RG,defaultWidth:"wide"}),quarter:Or({values:IG,defaultWidth:"wide",argumentCallback:e=>e-1}),month:Or({values:VG,defaultWidth:"wide"}),day:Or({values:LG,defaultWidth:"wide"}),dayPeriod:Or({values:HG,defaultWidth:"wide",formattingValues:qG,defaultFormattingWidth:"wide"})};function Rr(e){return(t,a={})=>{const n=a.width,r=n&&e.matchPatterns[n]||e.matchPatterns[e.defaultMatchWidth],o=t.match(r);if(!o)return null;const i=o[0],l=n&&e.parsePatterns[n]||e.parsePatterns[e.defaultParseWidth],d=Array.isArray(l)?$G(l,h=>h.test(i)):BG(l,h=>h.test(i));let u;u=e.valueCallback?e.valueCallback(d):d,u=a.valueCallback?a.valueCallback(u):u;const p=t.slice(i.length);return{value:u,rest:p}}}function BG(e,t){for(const a in e)if(Object.prototype.hasOwnProperty.call(e,a)&&t(e[a]))return a}function $G(e,t){for(let a=0;a<e.length;a++)if(t(e[a]))return a}function WG(e){return(t,a={})=>{const n=t.match(e.matchPattern);if(!n)return null;const r=n[0],o=t.match(e.parsePattern);if(!o)return null;let i=e.valueCallback?e.valueCallback(o[0]):o[0];i=a.valueCallback?a.valueCallback(i):i;const l=t.slice(r.length);return{value:i,rest:l}}}const GG=/^(\d+)(th|st|nd|rd)?/i,UG=/\d+/i,YG={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},ZG={any:[/^b/i,/^(a|c)/i]},KG={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},XG={any:[/1/i,/2/i,/3/i,/4/i]},JG={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},QG={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},eU={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},tU={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},aU={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},nU={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},rU={ordinalNumber:WG({matchPattern:GG,parsePattern:UG,valueCallback:e=>parseInt(e,10)}),era:Rr({matchPatterns:YG,defaultMatchWidth:"wide",parsePatterns:ZG,defaultParseWidth:"any"}),quarter:Rr({matchPatterns:KG,defaultMatchWidth:"wide",parsePatterns:XG,defaultParseWidth:"any",valueCallback:e=>e+1}),month:Rr({matchPatterns:JG,defaultMatchWidth:"wide",parsePatterns:QG,defaultParseWidth:"any"}),day:Rr({matchPatterns:eU,defaultMatchWidth:"wide",parsePatterns:tU,defaultParseWidth:"any"}),dayPeriod:Rr({matchPatterns:aU,defaultMatchWidth:"any",parsePatterns:nU,defaultParseWidth:"any"})},Un={code:"en-US",formatDistance:PG,formatLong:_G,formatRelative:OG,localize:FG,match:rU,options:{weekStartsOn:0,firstWeekContainsDate:1}};function oU(e,t){const a=Ye(e,t?.in);return dl(a,rh(a))+1}function hl(e,t){const a=Ye(e,t?.in),n=+_r(a)-+fG(a);return Math.round(n/Zu)+1}function sh(e,t){const a=Ye(e,t?.in),n=a.getFullYear(),r=Er(),o=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??r.firstWeekContainsDate??r.locale?.options?.firstWeekContainsDate??1,i=pt(t?.in||e,0);i.setFullYear(n+1,0,o),i.setHours(0,0,0,0);const l=Wn(i,t),d=pt(t?.in||e,0);d.setFullYear(n,0,o),d.setHours(0,0,0,0);const u=Wn(d,t);return+a>=+l?n+1:+a>=+u?n:n-1}function sU(e,t){const a=Er(),n=t?.firstWeekContainsDate??t?.locale?.options?.firstWeekContainsDate??a.firstWeekContainsDate??a.locale?.options?.firstWeekContainsDate??1,r=sh(e,t),o=pt(t?.in||e,0);return o.setFullYear(r,0,n),o.setHours(0,0,0,0),Wn(o,t)}function pl(e,t){const a=Ye(e,t?.in),n=+Wn(a,t)-+sU(a,t);return Math.round(n/Zu)+1}function Ue(e,t){const a=e<0?"-":"",n=Math.abs(e).toString().padStart(t,"0");return a+n}const Xa={y(e,t){const a=e.getFullYear(),n=a>0?a:1-a;return Ue(t==="yy"?n%100:n,t.length)},M(e,t){const a=e.getMonth();return t==="M"?String(a+1):Ue(a+1,2)},d(e,t){return Ue(e.getDate(),t.length)},a(e,t){const a=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return a.toUpperCase();case"aaa":return a;case"aaaaa":return a[0];default:return a==="am"?"a.m.":"p.m."}},h(e,t){return Ue(e.getHours()%12||12,t.length)},H(e,t){return Ue(e.getHours(),t.length)},m(e,t){return Ue(e.getMinutes(),t.length)},s(e,t){return Ue(e.getSeconds(),t.length)},S(e,t){const a=t.length,n=e.getMilliseconds(),r=Math.trunc(n*Math.pow(10,a-3));return Ue(r,t.length)}},Yn={midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},ih={G:function(e,t,a){const n=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return a.era(n,{width:"abbreviated"});case"GGGGG":return a.era(n,{width:"narrow"});default:return a.era(n,{width:"wide"})}},y:function(e,t,a){if(t==="yo"){const n=e.getFullYear(),r=n>0?n:1-n;return a.ordinalNumber(r,{unit:"year"})}return Xa.y(e,t)},Y:function(e,t,a,n){const r=sh(e,n),o=r>0?r:1-r;if(t==="YY"){const i=o%100;return Ue(i,2)}return t==="Yo"?a.ordinalNumber(o,{unit:"year"}):Ue(o,t.length)},R:function(e,t){const a=Qu(e);return Ue(a,t.length)},u:function(e,t){const a=e.getFullYear();return Ue(a,t.length)},Q:function(e,t,a){const n=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(n);case"QQ":return Ue(n,2);case"Qo":return a.ordinalNumber(n,{unit:"quarter"});case"QQQ":return a.quarter(n,{width:"abbreviated",context:"formatting"});case"QQQQQ":return a.quarter(n,{width:"narrow",context:"formatting"});default:return a.quarter(n,{width:"wide",context:"formatting"})}},q:function(e,t,a){const n=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(n);case"qq":return Ue(n,2);case"qo":return a.ordinalNumber(n,{unit:"quarter"});case"qqq":return a.quarter(n,{width:"abbreviated",context:"standalone"});case"qqqqq":return a.quarter(n,{width:"narrow",context:"standalone"});default:return a.quarter(n,{width:"wide",context:"standalone"})}},M:function(e,t,a){const n=e.getMonth();switch(t){case"M":case"MM":return Xa.M(e,t);case"Mo":return a.ordinalNumber(n+1,{unit:"month"});case"MMM":return a.month(n,{width:"abbreviated",context:"formatting"});case"MMMMM":return a.month(n,{width:"narrow",context:"formatting"});default:return a.month(n,{width:"wide",context:"formatting"})}},L:function(e,t,a){const n=e.getMonth();switch(t){case"L":return String(n+1);case"LL":return Ue(n+1,2);case"Lo":return a.ordinalNumber(n+1,{unit:"month"});case"LLL":return a.month(n,{width:"abbreviated",context:"standalone"});case"LLLLL":return a.month(n,{width:"narrow",context:"standalone"});default:return a.month(n,{width:"wide",context:"standalone"})}},w:function(e,t,a,n){const r=pl(e,n);return t==="wo"?a.ordinalNumber(r,{unit:"week"}):Ue(r,t.length)},I:function(e,t,a){const n=hl(e);return t==="Io"?a.ordinalNumber(n,{unit:"week"}):Ue(n,t.length)},d:function(e,t,a){return t==="do"?a.ordinalNumber(e.getDate(),{unit:"date"}):Xa.d(e,t)},D:function(e,t,a){const n=oU(e);return t==="Do"?a.ordinalNumber(n,{unit:"dayOfYear"}):Ue(n,t.length)},E:function(e,t,a){const n=e.getDay();switch(t){case"E":case"EE":case"EEE":return a.day(n,{width:"abbreviated",context:"formatting"});case"EEEEE":return a.day(n,{width:"narrow",context:"formatting"});case"EEEEEE":return a.day(n,{width:"short",context:"formatting"});default:return a.day(n,{width:"wide",context:"formatting"})}},e:function(e,t,a,n){const r=e.getDay(),o=(r-n.weekStartsOn+8)%7||7;switch(t){case"e":return String(o);case"ee":return Ue(o,2);case"eo":return a.ordinalNumber(o,{unit:"day"});case"eee":return a.day(r,{width:"abbreviated",context:"formatting"});case"eeeee":return a.day(r,{width:"narrow",context:"formatting"});case"eeeeee":return a.day(r,{width:"short",context:"formatting"});default:return a.day(r,{width:"wide",context:"formatting"})}},c:function(e,t,a,n){const r=e.getDay(),o=(r-n.weekStartsOn+8)%7||7;switch(t){case"c":return String(o);case"cc":return Ue(o,t.length);case"co":return a.ordinalNumber(o,{unit:"day"});case"ccc":return a.day(r,{width:"abbreviated",context:"standalone"});case"ccccc":return a.day(r,{width:"narrow",context:"standalone"});case"cccccc":return a.day(r,{width:"short",context:"standalone"});default:return a.day(r,{width:"wide",context:"standalone"})}},i:function(e,t,a){const n=e.getDay(),r=n===0?7:n;switch(t){case"i":return String(r);case"ii":return Ue(r,t.length);case"io":return a.ordinalNumber(r,{unit:"day"});case"iii":return a.day(n,{width:"abbreviated",context:"formatting"});case"iiiii":return a.day(n,{width:"narrow",context:"formatting"});case"iiiiii":return a.day(n,{width:"short",context:"formatting"});default:return a.day(n,{width:"wide",context:"formatting"})}},a:function(e,t,a){const r=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return a.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"aaa":return a.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return a.dayPeriod(r,{width:"narrow",context:"formatting"});default:return a.dayPeriod(r,{width:"wide",context:"formatting"})}},b:function(e,t,a){const n=e.getHours();let r;switch(n===12?r=Yn.noon:n===0?r=Yn.midnight:r=n/12>=1?"pm":"am",t){case"b":case"bb":return a.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"bbb":return a.dayPeriod(r,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return a.dayPeriod(r,{width:"narrow",context:"formatting"});default:return a.dayPeriod(r,{width:"wide",context:"formatting"})}},B:function(e,t,a){const n=e.getHours();let r;switch(n>=17?r=Yn.evening:n>=12?r=Yn.afternoon:n>=4?r=Yn.morning:r=Yn.night,t){case"B":case"BB":case"BBB":return a.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"BBBBB":return a.dayPeriod(r,{width:"narrow",context:"formatting"});default:return a.dayPeriod(r,{width:"wide",context:"formatting"})}},h:function(e,t,a){if(t==="ho"){let n=e.getHours()%12;return n===0&&(n=12),a.ordinalNumber(n,{unit:"hour"})}return Xa.h(e,t)},H:function(e,t,a){return t==="Ho"?a.ordinalNumber(e.getHours(),{unit:"hour"}):Xa.H(e,t)},K:function(e,t,a){const n=e.getHours()%12;return t==="Ko"?a.ordinalNumber(n,{unit:"hour"}):Ue(n,t.length)},k:function(e,t,a){let n=e.getHours();return n===0&&(n=24),t==="ko"?a.ordinalNumber(n,{unit:"hour"}):Ue(n,t.length)},m:function(e,t,a){return t==="mo"?a.ordinalNumber(e.getMinutes(),{unit:"minute"}):Xa.m(e,t)},s:function(e,t,a){return t==="so"?a.ordinalNumber(e.getSeconds(),{unit:"second"}):Xa.s(e,t)},S:function(e,t){return Xa.S(e,t)},X:function(e,t,a){const n=e.getTimezoneOffset();if(n===0)return"Z";switch(t){case"X":return ch(n);case"XXXX":case"XX":return mn(n);default:return mn(n,":")}},x:function(e,t,a){const n=e.getTimezoneOffset();switch(t){case"x":return ch(n);case"xxxx":case"xx":return mn(n);default:return mn(n,":")}},O:function(e,t,a){const n=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+lh(n,":");default:return"GMT"+mn(n,":")}},z:function(e,t,a){const n=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+lh(n,":");default:return"GMT"+mn(n,":")}},t:function(e,t,a){const n=Math.trunc(+e/1e3);return Ue(n,t.length)},T:function(e,t,a){return Ue(+e,t.length)}};function lh(e,t=""){const a=e>0?"-":"+",n=Math.abs(e),r=Math.trunc(n/60),o=n%60;return o===0?a+String(r):a+String(r)+t+Ue(o,2)}function ch(e,t){return e%60===0?(e>0?"-":"+")+Ue(Math.abs(e)/60,2):mn(e,t)}function mn(e,t=""){const a=e>0?"-":"+",n=Math.abs(e),r=Ue(Math.trunc(n/60),2),o=Ue(n%60,2);return a+r+t+o}const dh=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});default:return t.date({width:"full"})}},uh=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});default:return t.time({width:"full"})}},iU={p:uh,P:(e,t)=>{const a=e.match(/(P+)(p+)?/)||[],n=a[1],r=a[2];if(!r)return dh(e,t);let o;switch(n){case"P":o=t.dateTime({width:"short"});break;case"PP":o=t.dateTime({width:"medium"});break;case"PPP":o=t.dateTime({width:"long"});break;default:o=t.dateTime({width:"full"});break}return o.replace("{{date}}",dh(n,t)).replace("{{time}}",uh(r,t))}},lU=/^D+$/,cU=/^Y+$/,dU=["D","DD","YY","YYYY"];function uU(e){return lU.test(e)}function hU(e){return cU.test(e)}function pU(e,t,a){const n=yU(e,t,a);if(console.warn(n),dU.includes(e))throw new RangeError(n)}function yU(e,t,a){const n=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${n} to the input \`${a}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}const fU=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,mU=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,gU=/^'([^]*?)'?$/,kU=/''/g,vU=/[a-zA-Z]/;function Zn(e,t,a){const n=Er(),r=a?.locale??n.locale??Un,o=a?.firstWeekContainsDate??a?.locale?.options?.firstWeekContainsDate??n.firstWeekContainsDate??n.locale?.options?.firstWeekContainsDate??1,i=a?.weekStartsOn??a?.locale?.options?.weekStartsOn??n.weekStartsOn??n.locale?.options?.weekStartsOn??0,l=Ye(e,a?.in);if(!bG(l))throw new RangeError("Invalid time value");let d=t.match(mU).map(p=>{const h=p[0];if(h==="p"||h==="P"){const f=iU[h];return f(p,r.formatLong)}return p}).join("").match(fU).map(p=>{if(p==="''")return{isToken:!1,value:"'"};const h=p[0];if(h==="'")return{isToken:!1,value:xU(p)};if(ih[h])return{isToken:!0,value:p};if(h.match(vU))throw new RangeError("Format string contains an unescaped latin alphabet character `"+h+"`");return{isToken:!1,value:p}});r.localize.preprocessor&&(d=r.localize.preprocessor(l,d));const u={firstWeekContainsDate:o,weekStartsOn:i,locale:r};return d.map(p=>{if(!p.isToken)return p.value;const h=p.value;(!a?.useAdditionalWeekYearTokens&&hU(h)||!a?.useAdditionalDayOfYearTokens&&uU(h))&&pU(h,t,String(e));const f=ih[h[0]];return f(l,h,r.localize,u)}).join("")}function xU(e){const t=e.match(gU);return t?t[1].replace(kU,"'"):e}function bU(e,t){const a=Ye(e,t?.in),n=a.getFullYear(),r=a.getMonth(),o=pt(a,0);return o.setFullYear(n,r+1,0),o.setHours(0,0,0,0),o.getDate()}function MU(e,t){return Ye(e,t?.in).getMonth()}function wU(e,t){return Ye(e,t?.in).getFullYear()}function CU(e,t){return+Ye(e)>+Ye(t)}function SU(e,t){return+Ye(e)<+Ye(t)}function jU(e,t,a){const[n,r]=Gn(a?.in,e,t);return n.getFullYear()===r.getFullYear()&&n.getMonth()===r.getMonth()}function AU(e,t,a){const[n,r]=Gn(a?.in,e,t);return n.getFullYear()===r.getFullYear()}function DU(e,t,a){const n=Ye(e,a?.in),r=n.getFullYear(),o=n.getDate(),i=pt(e,0);i.setFullYear(r,t,15),i.setHours(0,0,0,0);const l=bU(i);return n.setMonth(t,Math.min(o,l)),n}function PU(e,t,a){const n=Ye(e,a?.in);return isNaN(+n)?pt(e,NaN):(n.setFullYear(t),n)}const hh=5,TU=4;function NU(e,t){const a=t.startOfMonth(e),n=a.getDay()>0?a.getDay():7,r=t.addDays(e,-n+1),o=t.addDays(r,hh*7-1);return t.getMonth(e)===t.getMonth(o)?hh:TU}function ph(e,t){const a=t.startOfMonth(e),n=a.getDay();return n===1?a:n===0?t.addDays(a,-6):t.addDays(a,-1*(n-1))}function EU(e,t){const a=ph(e,t),n=NU(e,t);return t.addDays(a,n*7-1)}const yh={...Un,labels:{labelDayButton:(e,t,a,n)=>{let r;n&&typeof n.format=="function"?r=n.format.bind(n):r=(i,l)=>Zn(i,l,{locale:Un,...a});let o=r(e,"PPPP");return t.today&&(o=`Today, ${o}`),t.selected&&(o=`${o}, selected`),o},labelMonthDropdown:"Choose the Month",labelNext:"Go to the Next Month",labelPrevious:"Go to the Previous Month",labelWeekNumber:e=>`Week ${e}`,labelYearDropdown:"Choose the Year",labelGrid:(e,t,a)=>{let n;return a&&typeof a.format=="function"?n=a.format.bind(a):n=(r,o)=>Zn(r,o,{locale:Un,...t}),n(e,"LLLL yyyy")},labelGridcell:(e,t,a,n)=>{let r;n&&typeof n.format=="function"?r=n.format.bind(n):r=(i,l)=>Zn(i,l,{locale:Un,...a});let o=r(e,"PPPP");return t?.today&&(o=`Today, ${o}`),o},labelNav:"Navigation bar",labelWeekNumberHeader:"Week Number",labelWeekday:(e,t,a)=>{let n;return a&&typeof a.format=="function"?n=a.format.bind(a):n=(r,o)=>Zn(r,o,{locale:Un,...t}),n(e,"cccc")}}};class qt{constructor(t,a){this.Date=Date,this.today=()=>this.overrides?.today?this.overrides.today():this.options.timeZone?St.tz(this.options.timeZone):new this.Date,this.newDate=(n,r,o)=>this.overrides?.newDate?this.overrides.newDate(n,r,o):this.options.timeZone?new St(n,r,o,this.options.timeZone):new Date(n,r,o),this.addDays=(n,r)=>this.overrides?.addDays?this.overrides.addDays(n,r):Xu(n,r),this.addMonths=(n,r)=>this.overrides?.addMonths?this.overrides.addMonths(n,r):Ju(n,r),this.addWeeks=(n,r)=>this.overrides?.addWeeks?this.overrides.addWeeks(n,r):mG(n,r),this.addYears=(n,r)=>this.overrides?.addYears?this.overrides.addYears(n,r):gG(n,r),this.differenceInCalendarDays=(n,r)=>this.overrides?.differenceInCalendarDays?this.overrides.differenceInCalendarDays(n,r):dl(n,r),this.differenceInCalendarMonths=(n,r)=>this.overrides?.differenceInCalendarMonths?this.overrides.differenceInCalendarMonths(n,r):ah(n,r),this.eachMonthOfInterval=n=>this.overrides?.eachMonthOfInterval?this.overrides.eachMonthOfInterval(n):wG(n),this.eachYearOfInterval=n=>{const r=this.overrides?.eachYearOfInterval?this.overrides.eachYearOfInterval(n):jG(n),o=new Set(r.map(l=>this.getYear(l)));if(o.size===r.length)return r;const i=[];return o.forEach(l=>{i.push(new Date(l,0,1))}),i},this.endOfBroadcastWeek=n=>this.overrides?.endOfBroadcastWeek?this.overrides.endOfBroadcastWeek(n):EU(n,this),this.endOfISOWeek=n=>this.overrides?.endOfISOWeek?this.overrides.endOfISOWeek(n):AG(n),this.endOfMonth=n=>this.overrides?.endOfMonth?this.overrides.endOfMonth(n):MG(n),this.endOfWeek=(n,r)=>this.overrides?.endOfWeek?this.overrides.endOfWeek(n,r):oh(n,this.options),this.endOfYear=n=>this.overrides?.endOfYear?this.overrides.endOfYear(n):SG(n),this.format=(n,r,o)=>{const i=this.overrides?.format?this.overrides.format(n,r,this.options):Zn(n,r,this.options);return this.options.numerals&&this.options.numerals!=="latn"?this.replaceDigits(i):i},this.getISOWeek=n=>this.overrides?.getISOWeek?this.overrides.getISOWeek(n):hl(n),this.getMonth=(n,r)=>this.overrides?.getMonth?this.overrides.getMonth(n,this.options):MU(n,this.options),this.getYear=(n,r)=>this.overrides?.getYear?this.overrides.getYear(n,this.options):wU(n,this.options),this.getWeek=(n,r)=>this.overrides?.getWeek?this.overrides.getWeek(n,this.options):pl(n,this.options),this.isAfter=(n,r)=>this.overrides?.isAfter?this.overrides.isAfter(n,r):CU(n,r),this.isBefore=(n,r)=>this.overrides?.isBefore?this.overrides.isBefore(n,r):SU(n,r),this.isDate=n=>this.overrides?.isDate?this.overrides.isDate(n):th(n),this.isSameDay=(n,r)=>this.overrides?.isSameDay?this.overrides.isSameDay(n,r):xG(n,r),this.isSameMonth=(n,r)=>this.overrides?.isSameMonth?this.overrides.isSameMonth(n,r):jU(n,r),this.isSameYear=(n,r)=>this.overrides?.isSameYear?this.overrides.isSameYear(n,r):AU(n,r),this.max=n=>this.overrides?.max?this.overrides.max(n):kG(n),this.min=n=>this.overrides?.min?this.overrides.min(n):vG(n),this.setMonth=(n,r)=>this.overrides?.setMonth?this.overrides.setMonth(n,r):DU(n,r),this.setYear=(n,r)=>this.overrides?.setYear?this.overrides.setYear(n,r):PU(n,r),this.startOfBroadcastWeek=(n,r)=>this.overrides?.startOfBroadcastWeek?this.overrides.startOfBroadcastWeek(n,this):ph(n,this),this.startOfDay=n=>this.overrides?.startOfDay?this.overrides.startOfDay(n):zr(n),this.startOfISOWeek=n=>this.overrides?.startOfISOWeek?this.overrides.startOfISOWeek(n):_r(n),this.startOfMonth=n=>this.overrides?.startOfMonth?this.overrides.startOfMonth(n):CG(n),this.startOfWeek=(n,r)=>this.overrides?.startOfWeek?this.overrides.startOfWeek(n,this.options):Wn(n,this.options),this.startOfYear=n=>this.overrides?.startOfYear?this.overrides.startOfYear(n):rh(n),this.options={locale:yh,...t},this.overrides=a}getDigitMap(){const{numerals:t="latn"}=this.options,a=new Intl.NumberFormat("en-US",{numberingSystem:t}),n={};for(let r=0;r<10;r++)n[r.toString()]=a.format(r);return n}replaceDigits(t){const a=this.getDigitMap();return t.replace(/\d/g,n=>a[n]||n)}formatNumber(t){return this.replaceDigits(t.toString())}getMonthYearOrder(){const t=this.options.locale?.code;return t&&qt.yearFirstLocales.has(t)?"year-first":"month-first"}formatMonthYear(t){const{locale:a,timeZone:n,numerals:r}=this.options,o=a?.code;if(o&&qt.yearFirstLocales.has(o))try{return new Intl.DateTimeFormat(o,{month:"long",year:"numeric",timeZone:n,numberingSystem:r}).format(t)}catch{}const i=this.getMonthYearOrder()==="year-first"?"y LLLL":"LLLL y";return this.format(t,i)}}qt.yearFirstLocales=new Set(["eu","hu","ja","ja-Hira","ja-JP","ko","ko-KR","lt","lt-LT","lv","lv-LV","mn","mn-MN","zh","zh-CN","zh-HK","zh-TW"]);const Ma=new qt;class fh{constructor(t,a,n=Ma){this.date=t,this.displayMonth=a,this.outside=!!(a&&!n.isSameMonth(t,a)),this.dateLib=n,this.isoDate=n.format(t,"yyyy-MM-dd"),this.displayMonthId=n.format(a,"yyyy-MM"),this.dateMonthId=n.format(t,"yyyy-MM")}isEqualTo(t){return this.dateLib.isSameDay(t.date,this.date)&&this.dateLib.isSameMonth(t.displayMonth,this.displayMonth)}}class _U{constructor(t,a){this.date=t,this.weeks=a}}class zU{constructor(t,a){this.days=a,this.weekNumber=t}}function OU(e){return M.createElement("button",{...e})}function RU(e){return M.createElement("span",{...e})}function IU(e){const{size:t=24,orientation:a="left",className:n}=e;return M.createElement("svg",{className:n,width:t,height:t,viewBox:"0 0 24 24"},a==="up"&&M.createElement("polygon",{points:"6.77 17 12.5 11.43 18.24 17 20 15.28 12.5 8 5 15.28"}),a==="down"&&M.createElement("polygon",{points:"6.77 8 12.5 13.57 18.24 8 20 9.72 12.5 17 5 9.72"}),a==="left"&&M.createElement("polygon",{points:"16 18.112 9.81111111 12 16 5.87733333 14.0888889 4 6 12 14.0888889 20"}),a==="right"&&M.createElement("polygon",{points:"8 18.112 14.18888889 12 8 5.87733333 9.91111111 4 18 12 9.91111111 20"}))}function VU(e){const{day:t,modifiers:a,...n}=e;return M.createElement("td",{...n})}function LU(e){const{day:t,modifiers:a,...n}=e,r=M.useRef(null);return M.useEffect(()=>{a.focused&&r.current?.focus()},[a.focused]),M.createElement("button",{ref:r,...n})}var De;(function(e){e.Root="root",e.Chevron="chevron",e.Day="day",e.DayButton="day_button",e.CaptionLabel="caption_label",e.Dropdowns="dropdowns",e.Dropdown="dropdown",e.DropdownRoot="dropdown_root",e.Footer="footer",e.MonthGrid="month_grid",e.MonthCaption="month_caption",e.MonthsDropdown="months_dropdown",e.Month="month",e.Months="months",e.Nav="nav",e.NextMonthButton="button_next",e.PreviousMonthButton="button_previous",e.Week="week",e.Weeks="weeks",e.Weekday="weekday",e.Weekdays="weekdays",e.WeekNumber="week_number",e.WeekNumberHeader="week_number_header",e.YearsDropdown="years_dropdown"})(De||(De={}));var it;(function(e){e.disabled="disabled",e.hidden="hidden",e.outside="outside",e.focused="focused",e.today="today"})(it||(it={}));var ua;(function(e){e.range_end="range_end",e.range_middle="range_middle",e.range_start="range_start",e.selected="selected"})(ua||(ua={}));var Ft;(function(e){e.weeks_before_enter="weeks_before_enter",e.weeks_before_exit="weeks_before_exit",e.weeks_after_enter="weeks_after_enter",e.weeks_after_exit="weeks_after_exit",e.caption_after_enter="caption_after_enter",e.caption_after_exit="caption_after_exit",e.caption_before_enter="caption_before_enter",e.caption_before_exit="caption_before_exit"})(Ft||(Ft={}));function HU(e){const{options:t,className:a,components:n,classNames:r,...o}=e,i=[r[De.Dropdown],a].join(" "),l=t?.find(({value:d})=>d===o.value);return M.createElement("span",{"data-disabled":o.disabled,className:r[De.DropdownRoot]},M.createElement(n.Select,{className:i,...o},t?.map(({value:d,label:u,disabled:p})=>M.createElement(n.Option,{key:d,value:d,disabled:p},u))),M.createElement("span",{className:r[De.CaptionLabel],"aria-hidden":!0},l?.label,M.createElement(n.Chevron,{orientation:"down",size:18,className:r[De.Chevron]})))}function qU(e){return M.createElement("div",{...e})}function FU(e){return M.createElement("div",{...e})}function BU(e){const{calendarMonth:t,displayIndex:a,...n}=e;return M.createElement("div",{...n},e.children)}function $U(e){const{calendarMonth:t,displayIndex:a,...n}=e;return M.createElement("div",{...n})}function WU(e){return M.createElement("table",{...e})}function GU(e){return M.createElement("div",{...e})}const mh=M.createContext(void 0);function Ir(){const e=M.useContext(mh);if(e===void 0)throw new Error("useDayPicker() must be used within a custom component.");return e}function UU(e){const{components:t}=Ir();return M.createElement(t.Dropdown,{...e})}function YU(e){const{onPreviousClick:t,onNextClick:a,previousMonth:n,nextMonth:r,...o}=e,{components:i,classNames:l,labels:{labelPrevious:d,labelNext:u}}=Ir(),p=M.useCallback(f=>{r&&a?.(f)},[r,a]),h=M.useCallback(f=>{n&&t?.(f)},[n,t]);return M.createElement("nav",{...o},M.createElement(i.PreviousMonthButton,{type:"button",className:l[De.PreviousMonthButton],tabIndex:n?void 0:-1,"aria-disabled":n?void 0:!0,"aria-label":d(n),onClick:h},M.createElement(i.Chevron,{disabled:n?void 0:!0,className:l[De.Chevron],orientation:"left"})),M.createElement(i.NextMonthButton,{type:"button",className:l[De.NextMonthButton],tabIndex:r?void 0:-1,"aria-disabled":r?void 0:!0,"aria-label":u(r),onClick:p},M.createElement(i.Chevron,{disabled:r?void 0:!0,orientation:"right",className:l[De.Chevron]})))}function ZU(e){const{components:t}=Ir();return M.createElement(t.Button,{...e})}function KU(e){return M.createElement("option",{...e})}function XU(e){const{components:t}=Ir();return M.createElement(t.Button,{...e})}function JU(e){const{rootRef:t,...a}=e;return M.createElement("div",{...a,ref:t})}function QU(e){return M.createElement("select",{...e})}function eY(e){const{week:t,...a}=e;return M.createElement("tr",{...a})}function tY(e){return M.createElement("th",{...e})}function aY(e){return M.createElement("thead",{"aria-hidden":!0},M.createElement("tr",{...e}))}function nY(e){const{week:t,...a}=e;return M.createElement("th",{...a})}function rY(e){return M.createElement("th",{...e})}function oY(e){return M.createElement("tbody",{...e})}function sY(e){const{components:t}=Ir();return M.createElement(t.Dropdown,{...e})}const iY=Object.freeze(Object.defineProperty({__proto__:null,Button:OU,CaptionLabel:RU,Chevron:IU,Day:VU,DayButton:LU,Dropdown:HU,DropdownNav:qU,Footer:FU,Month:BU,MonthCaption:$U,MonthGrid:WU,Months:GU,MonthsDropdown:UU,Nav:YU,NextMonthButton:ZU,Option:KU,PreviousMonthButton:XU,Root:JU,Select:QU,Week:eY,WeekNumber:nY,WeekNumberHeader:rY,Weekday:tY,Weekdays:aY,Weeks:oY,YearsDropdown:sY},Symbol.toStringTag,{value:"Module"}));function Oa(e,t,a=!1,n=Ma){let{from:r,to:o}=e;const{differenceInCalendarDays:i,isSameDay:l}=n;return r&&o?(i(o,r)<0&&([r,o]=[o,r]),i(t,r)>=(a?1:0)&&i(o,t)>=(a?1:0)):!a&&o?l(o,t):!a&&r?l(r,t):!1}function yl(e){return!!(e&&typeof e=="object"&&"before"in e&&"after"in e)}function cs(e){return!!(e&&typeof e=="object"&&"from"in e)}function fl(e){return!!(e&&typeof e=="object"&&"after"in e)}function ml(e){return!!(e&&typeof e=="object"&&"before"in e)}function gh(e){return!!(e&&typeof e=="object"&&"dayOfWeek"in e)}function kh(e,t){return Array.isArray(e)&&e.every(t.isDate)}function Ra(e,t,a=Ma){const n=Array.isArray(t)?t:[t],{isSameDay:r,differenceInCalendarDays:o,isAfter:i}=a;return n.some(l=>{if(typeof l=="boolean")return l;if(a.isDate(l))return r(e,l);if(kh(l,a))return l.some(d=>r(e,d));if(cs(l))return Oa(l,e,!1,a);if(gh(l))return Array.isArray(l.dayOfWeek)?l.dayOfWeek.includes(e.getDay()):l.dayOfWeek===e.getDay();if(yl(l)){const d=o(l.before,e),u=o(l.after,e),p=d>0,h=u<0;return i(l.before,l.after)?h&&p:p||h}return fl(l)?o(e,l.after)>0:ml(l)?o(l.before,e)>0:typeof l=="function"?l(e):!1})}function lY(e,t,a,n,r){const{disabled:o,hidden:i,modifiers:l,showOutsideDays:d,broadcastCalendar:u,today:p=r.today()}=t,{isSameDay:h,isSameMonth:f,startOfMonth:g,isBefore:m,endOfMonth:v,isAfter:x}=r,k=a&&g(a),b=n&&v(n),w={[it.focused]:[],[it.outside]:[],[it.disabled]:[],[it.hidden]:[],[it.today]:[]},C={};for(const D of e){const{date:A,displayMonth:P}=D,N=!!(P&&!f(A,P)),_=!!(k&&m(A,k)),O=!!(b&&x(A,b)),V=!!(o&&Ra(A,o,r)),H=!!(i&&Ra(A,i,r))||_||O||!u&&!d&&N||u&&d===!1&&N,R=h(A,p);N&&w.outside.push(D),V&&w.disabled.push(D),H&&w.hidden.push(D),R&&w.today.push(D),l&&Object.keys(l).forEach(q=>{const K=l?.[q];K&&Ra(A,K,r)&&(C[q]?C[q].push(D):C[q]=[D])})}return D=>{const A={[it.focused]:!1,[it.disabled]:!1,[it.hidden]:!1,[it.outside]:!1,[it.today]:!1},P={};for(const N in w){const _=w[N];A[N]=_.some(O=>O===D)}for(const N in C)P[N]=C[N].some(_=>_===D);return{...A,...P}}}function cY(e,t,a={}){return Object.entries(e).filter(([,r])=>r===!0).reduce((r,[o])=>(a[o]?r.push(a[o]):t[it[o]]?r.push(t[it[o]]):t[ua[o]]&&r.push(t[ua[o]]),r),[t[De.Day]])}function dY(e){return{...iY,...e}}function uY(e){const t={"data-mode":e.mode??void 0,"data-required":"required"in e?e.required:void 0,"data-multiple-months":e.numberOfMonths&&e.numberOfMonths>1||void 0,"data-week-numbers":e.showWeekNumber||void 0,"data-broadcast-calendar":e.broadcastCalendar||void 0,"data-nav-layout":e.navLayout||void 0};return Object.entries(e).forEach(([a,n])=>{a.startsWith("data-")&&(t[a]=n)}),t}function gl(){const e={};for(const t in De)e[De[t]]=`rdp-${De[t]}`;for(const t in it)e[it[t]]=`rdp-${it[t]}`;for(const t in ua)e[ua[t]]=`rdp-${ua[t]}`;for(const t in Ft)e[Ft[t]]=`rdp-${Ft[t]}`;return e}function vh(e,t,a){return(a??new qt(t)).formatMonthYear(e)}const hY=vh;function pY(e,t,a){return(a??new qt(t)).format(e,"d")}function yY(e,t=Ma){return t.format(e,"LLLL")}function fY(e,t,a){return(a??new qt(t)).format(e,"cccccc")}function mY(e,t=Ma){return e<10?t.formatNumber(`0${e.toLocaleString()}`):t.formatNumber(`${e.toLocaleString()}`)}function gY(){return""}function xh(e,t=Ma){return t.format(e,"yyyy")}const kY=Object.freeze(Object.defineProperty({__proto__:null,formatCaption:vh,formatDay:pY,formatMonthCaption:hY,formatMonthDropdown:yY,formatWeekNumber:mY,formatWeekNumberHeader:gY,formatWeekdayName:fY,formatYearCaption:xh,formatYearDropdown:xh},Symbol.toStringTag,{value:"Module"}));function vY(e){return e?.formatMonthCaption&&!e.formatCaption&&(e.formatCaption=e.formatMonthCaption),e?.formatYearCaption&&!e.formatYearDropdown&&(e.formatYearDropdown=e.formatYearCaption),{...kY,...e}}function kl(e,t,a,n){let r=(n??new qt(a)).format(e,"PPPP");return t.today&&(r=`Today, ${r}`),t.selected&&(r=`${r}, selected`),r}const xY=kl;function vl(e,t,a){return(a??new qt(t)).formatMonthYear(e)}const bY=vl;function bh(e,t,a,n){let r=(n??new qt(a)).format(e,"PPPP");return t?.today&&(r=`Today, ${r}`),r}function Mh(e){return"Choose the Month"}function wh(){return""}const MY="Go to the Next Month";function Ch(e,t){return MY}function Sh(e){return"Go to the Previous Month"}function jh(e,t,a){return(a??new qt(t)).format(e,"cccc")}function Ah(e,t){return`Week ${e}`}function Dh(e){return"Week Number"}function Ph(e){return"Choose the Year"}const wY=Object.freeze(Object.defineProperty({__proto__:null,labelCaption:bY,labelDay:xY,labelDayButton:kl,labelGrid:vl,labelGridcell:bh,labelMonthDropdown:Mh,labelNav:wh,labelNext:Ch,labelPrevious:Sh,labelWeekNumber:Ah,labelWeekNumberHeader:Dh,labelWeekday:jh,labelYearDropdown:Ph},Symbol.toStringTag,{value:"Module"})),ha=(e,t,a)=>t||(a?typeof a=="function"?a:(...n)=>a:e);function CY(e,t){const a=t.locale?.labels??{};return{...wY,...e??{},labelDayButton:ha(kl,e?.labelDayButton,a.labelDayButton),labelMonthDropdown:ha(Mh,e?.labelMonthDropdown,a.labelMonthDropdown),labelNext:ha(Ch,e?.labelNext,a.labelNext),labelPrevious:ha(Sh,e?.labelPrevious,a.labelPrevious),labelWeekNumber:ha(Ah,e?.labelWeekNumber,a.labelWeekNumber),labelYearDropdown:ha(Ph,e?.labelYearDropdown,a.labelYearDropdown),labelGrid:ha(vl,e?.labelGrid,a.labelGrid),labelGridcell:ha(bh,e?.labelGridcell,a.labelGridcell),labelNav:ha(wh,e?.labelNav,a.labelNav),labelWeekNumberHeader:ha(Dh,e?.labelWeekNumberHeader,a.labelWeekNumberHeader),labelWeekday:ha(jh,e?.labelWeekday,a.labelWeekday)}}function SY(e,t,a,n,r){const{startOfMonth:o,startOfYear:i,endOfYear:l,eachMonthOfInterval:d,getMonth:u}=r;return d({start:i(e),end:l(e)}).map(f=>{const g=n.formatMonthDropdown(f,r),m=u(f),v=t&&f<o(t)||a&&f>o(a)||!1;return{value:m,label:g,disabled:v}})}function jY(e,t={},a={}){let n={...t?.[De.Day]};return Object.entries(e).filter(([,r])=>r===!0).forEach(([r])=>{n={...n,...a?.[r]}}),n}function AY(e,t,a,n){const r=n??e.today(),o=a?e.startOfBroadcastWeek(r,e):t?e.startOfISOWeek(r):e.startOfWeek(r),i=[];for(let l=0;l<7;l++){const d=e.addDays(o,l);i.push(d)}return i}function DY(e,t,a,n,r=!1){if(!e||!t)return;const{startOfYear:o,endOfYear:i,eachYearOfInterval:l,getYear:d}=n,u=o(e),p=i(t),h=l({start:u,end:p});return r&&h.reverse(),h.map(f=>{const g=a.formatYearDropdown(f,n);return{value:d(f),label:g,disabled:!1}})}function PY(e,t={}){const{weekStartsOn:a,locale:n}=t,r=a??n?.options?.weekStartsOn??0,o=l=>{const d=typeof l=="number"||typeof l=="string"?new Date(l):l;return new St(d.getFullYear(),d.getMonth(),d.getDate(),12,0,0,e)},i=l=>{const d=o(l);return new Date(d.getFullYear(),d.getMonth(),d.getDate(),0,0,0,0)};return{today:()=>o(St.tz(e)),newDate:(l,d,u)=>new St(l,d,u,12,0,0,e),startOfDay:l=>o(l),startOfWeek:(l,d)=>{const u=o(l),p=d?.weekStartsOn??r,h=(u.getDay()-p+7)%7;return u.setDate(u.getDate()-h),u},startOfISOWeek:l=>{const d=o(l),u=(d.getDay()-1+7)%7;return d.setDate(d.getDate()-u),d},startOfMonth:l=>{const d=o(l);return d.setDate(1),d},startOfYear:l=>{const d=o(l);return d.setMonth(0,1),d},endOfWeek:(l,d)=>{const u=o(l),f=(((d?.weekStartsOn??r)+6)%7-u.getDay()+7)%7;return u.setDate(u.getDate()+f),u},endOfISOWeek:l=>{const d=o(l),u=(7-d.getDay())%7;return d.setDate(d.getDate()+u),d},endOfMonth:l=>{const d=o(l);return d.setMonth(d.getMonth()+1,0),d},endOfYear:l=>{const d=o(l);return d.setMonth(11,31),d},eachMonthOfInterval:l=>{const d=o(l.start),u=o(l.end),p=[],h=new St(d.getFullYear(),d.getMonth(),1,12,0,0,e),f=u.getFullYear()*12+u.getMonth();for(;h.getFullYear()*12+h.getMonth()<=f;)p.push(new St(h,e)),h.setMonth(h.getMonth()+1,1);return p},addDays:(l,d)=>{const u=o(l);return u.setDate(u.getDate()+d),u},addWeeks:(l,d)=>{const u=o(l);return u.setDate(u.getDate()+d*7),u},addMonths:(l,d)=>{const u=o(l);return u.setMonth(u.getMonth()+d),u},addYears:(l,d)=>{const u=o(l);return u.setFullYear(u.getFullYear()+d),u},eachYearOfInterval:l=>{const d=o(l.start),u=o(l.end),p=[],h=new St(d.getFullYear(),0,1,12,0,0,e);for(;h.getFullYear()<=u.getFullYear();)p.push(new St(h,e)),h.setFullYear(h.getFullYear()+1,0,1);return p},getWeek:(l,d)=>{const u=i(l);return pl(u,{weekStartsOn:d?.weekStartsOn??r,firstWeekContainsDate:d?.firstWeekContainsDate??n?.options?.firstWeekContainsDate??1})},getISOWeek:l=>{const d=i(l);return hl(d)},differenceInCalendarDays:(l,d)=>{const u=i(l),p=i(d);return dl(u,p)},differenceInCalendarMonths:(l,d)=>{const u=i(l),p=i(d);return ah(u,p)}}}const Vr=e=>e instanceof HTMLElement?e:null,xl=e=>[...e.querySelectorAll("[data-animated-month]")??[]],TY=e=>Vr(e.querySelector("[data-animated-month]")),bl=e=>Vr(e.querySelector("[data-animated-caption]")),Ml=e=>Vr(e.querySelector("[data-animated-weeks]")),NY=e=>Vr(e.querySelector("[data-animated-nav]")),EY=e=>Vr(e.querySelector("[data-animated-weekdays]"));function _Y(e,t,{classNames:a,months:n,focused:r,dateLib:o}){const i=M.useRef(null),l=M.useRef(n),d=M.useRef(!1);M.useLayoutEffect(()=>{const u=l.current;if(l.current=n,!t||!e.current||!(e.current instanceof HTMLElement)||n.length===0||u.length===0||n.length!==u.length)return;const p=o.isSameMonth(n[0].date,u[0].date),h=o.isAfter(n[0].date,u[0].date),f=h?a[Ft.caption_after_enter]:a[Ft.caption_before_enter],g=h?a[Ft.weeks_after_enter]:a[Ft.weeks_before_enter],m=i.current,v=e.current.cloneNode(!0);if(v instanceof HTMLElement?(xl(v).forEach(w=>{if(!(w instanceof HTMLElement))return;const C=TY(w);C&&w.contains(C)&&w.removeChild(C);const D=bl(w);D&&D.classList.remove(f);const A=Ml(w);A&&A.classList.remove(g)}),i.current=v):i.current=null,d.current||p||r)return;const x=m instanceof HTMLElement?xl(m):[],k=xl(e.current);if(k?.every(b=>b instanceof HTMLElement)&&x&&x.every(b=>b instanceof HTMLElement)){d.current=!0,e.current.style.isolation="isolate";const b=NY(e.current);b&&(b.style.zIndex="1"),k.forEach((w,C)=>{const D=x[C];if(!D)return;w.style.position="relative",w.style.overflow="hidden";const A=bl(w);A&&A.classList.add(f);const P=Ml(w);P&&P.classList.add(g);const N=()=>{d.current=!1,e.current&&(e.current.style.isolation=""),b&&(b.style.zIndex=""),A&&A.classList.remove(f),P&&P.classList.remove(g),w.style.position="",w.style.overflow="",w.contains(D)&&w.removeChild(D)};D.style.pointerEvents="none",D.style.position="absolute",D.style.overflow="hidden",D.setAttribute("aria-hidden","true");const _=EY(D);_&&(_.style.opacity="0");const O=bl(D);O&&(O.classList.add(h?a[Ft.caption_before_exit]:a[Ft.caption_after_exit]),O.addEventListener("animationend",N));const V=Ml(D);V&&V.classList.add(h?a[Ft.weeks_before_exit]:a[Ft.weeks_after_exit]),w.insertBefore(D,w.firstChild)})}})}function zY(e,t,a,n){const r=e[0],o=e[e.length-1],{ISOWeek:i,fixedWeeks:l,broadcastCalendar:d}=a??{},{addDays:u,differenceInCalendarDays:p,differenceInCalendarMonths:h,endOfBroadcastWeek:f,endOfISOWeek:g,endOfMonth:m,endOfWeek:v,isAfter:x,startOfBroadcastWeek:k,startOfISOWeek:b,startOfWeek:w}=n,C=d?k(r,n):i?b(r):w(r),D=d?f(o):i?g(m(o)):v(m(o)),A=t&&(d?f(t):i?g(t):v(t)),P=A&&x(D,A)?A:D,N=p(P,C),_=h(o,r)+1,O=[];for(let R=0;R<=N;R++){const q=u(C,R);O.push(q)}const H=(d?35:42)*_;if(l&&O.length<H){const R=H-O.length;for(let q=0;q<R;q++){const K=u(O[O.length-1],1);O.push(K)}}return O}function OY(e){const t=[];return e.reduce((a,n)=>{const r=n.weeks.reduce((o,i)=>o.concat(i.days.slice()),t.slice());return a.concat(r.slice())},t.slice())}function RY(e,t,a,n){const{numberOfMonths:r=1}=a,o=[];for(let i=0;i<r;i++){const l=n.addMonths(e,i);if(t&&l>t)break;o.push(l)}return o}function Th(e,t,a,n){const{month:r,defaultMonth:o,today:i=n.today(),numberOfMonths:l=1}=e;let d=r||o||i;const{differenceInCalendarMonths:u,addMonths:p,startOfMonth:h}=n;if(a&&u(a,d)<l-1){const f=-1*(l-1);d=p(a,f)}return t&&u(d,t)<0&&(d=t),h(d)}function IY(e,t,a,n){const{addDays:r,endOfBroadcastWeek:o,endOfISOWeek:i,endOfMonth:l,endOfWeek:d,getISOWeek:u,getWeek:p,startOfBroadcastWeek:h,startOfISOWeek:f,startOfWeek:g}=n,m=e.reduce((v,x)=>{const k=a.broadcastCalendar?h(x,n):a.ISOWeek?f(x):g(x),b=a.broadcastCalendar?o(x):a.ISOWeek?i(l(x)):d(l(x)),w=t.filter(P=>P>=k&&P<=b),C=a.broadcastCalendar?35:42;if(a.fixedWeeks&&w.length<C){const P=t.filter(N=>{const _=C-w.length;return N>b&&N<=r(b,_)});w.push(...P)}const D=w.reduce((P,N)=>{const _=a.ISOWeek?u(N):p(N),O=P.find(H=>H.weekNumber===_),V=new fh(N,x,n);return O?O.days.push(V):P.push(new zU(_,[V])),P},[]),A=new _U(x,D);return v.push(A),v},[]);return a.reverseMonths?m.reverse():m}function VY(e,t){let{startMonth:a,endMonth:n}=e;const{startOfYear:r,startOfDay:o,startOfMonth:i,endOfMonth:l,addYears:d,endOfYear:u,newDate:p,today:h}=t,{fromYear:f,toYear:g,fromMonth:m,toMonth:v}=e;!a&&m&&(a=m),!a&&f&&(a=t.newDate(f,0,1)),!n&&v&&(n=v),!n&&g&&(n=p(g,11,31));const x=e.captionLayout==="dropdown"||e.captionLayout==="dropdown-years";return a?a=i(a):f?a=p(f,0,1):!a&&x&&(a=r(d(e.today??h(),-100))),n?n=l(n):g?n=p(g,11,31):!n&&x&&(n=u(e.today??h())),[a&&o(a),n&&o(n)]}function LY(e,t,a,n){if(a.disableNavigation)return;const{pagedNavigation:r,numberOfMonths:o=1}=a,{startOfMonth:i,addMonths:l,differenceInCalendarMonths:d}=n,u=r?o:1,p=i(e);if(!t)return l(p,u);if(!(d(t,e)<o))return l(p,u)}function HY(e,t,a,n){if(a.disableNavigation)return;const{pagedNavigation:r,numberOfMonths:o}=a,{startOfMonth:i,addMonths:l,differenceInCalendarMonths:d}=n,u=r?o??1:1,p=i(e);if(!t)return l(p,-u);if(!(d(p,t)<=0))return l(p,-u)}function qY(e){const t=[];return e.reduce((a,n)=>a.concat(n.weeks.slice()),t.slice())}function ds(e,t){const[a,n]=M.useState(e);return[t===void 0?a:t,n]}function FY(e,t){const[a,n]=VY(e,t),{startOfMonth:r,endOfMonth:o}=t,i=Th(e,a,n,t),[l,d]=ds(i,e.month?i:void 0);M.useEffect(()=>{const C=Th(e,a,n,t);d(C)},[e.timeZone]);const{months:u,weeks:p,days:h,previousMonth:f,nextMonth:g}=M.useMemo(()=>{const C=RY(l,n,{numberOfMonths:e.numberOfMonths},t),D=zY(C,e.endMonth?o(e.endMonth):void 0,{ISOWeek:e.ISOWeek,fixedWeeks:e.fixedWeeks,broadcastCalendar:e.broadcastCalendar},t),A=IY(C,D,{broadcastCalendar:e.broadcastCalendar,fixedWeeks:e.fixedWeeks,ISOWeek:e.ISOWeek,reverseMonths:e.reverseMonths},t),P=qY(A),N=OY(A),_=HY(l,a,e,t),O=LY(l,n,e,t);return{months:A,weeks:P,days:N,previousMonth:_,nextMonth:O}},[t,l.getTime(),n?.getTime(),a?.getTime(),e.disableNavigation,e.broadcastCalendar,e.endMonth?.getTime(),e.fixedWeeks,e.ISOWeek,e.numberOfMonths,e.pagedNavigation,e.reverseMonths]),{disableNavigation:m,onMonthChange:v}=e,x=C=>p.some(D=>D.days.some(A=>A.isEqualTo(C))),k=C=>{if(m)return;let D=r(C);a&&D<r(a)&&(D=r(a)),n&&D>r(n)&&(D=r(n)),d(D),v?.(D)};return{months:u,weeks:p,days:h,navStart:a,navEnd:n,previousMonth:f,nextMonth:g,goToMonth:k,goToDay:C=>{x(C)||k(C.date)}}}var wa;(function(e){e[e.Today=0]="Today",e[e.Selected=1]="Selected",e[e.LastFocused=2]="LastFocused",e[e.FocusedModifier=3]="FocusedModifier"})(wa||(wa={}));function Nh(e){return!e[it.disabled]&&!e[it.hidden]&&!e[it.outside]}function BY(e,t,a,n){let r,o=-1;for(const i of e){const l=t(i);Nh(l)&&(l[it.focused]&&o<wa.FocusedModifier?(r=i,o=wa.FocusedModifier):n?.isEqualTo(i)&&o<wa.LastFocused?(r=i,o=wa.LastFocused):a(i.date)&&o<wa.Selected?(r=i,o=wa.Selected):l[it.today]&&o<wa.Today&&(r=i,o=wa.Today))}return r||(r=e.find(i=>Nh(t(i)))),r}function $Y(e,t,a,n,r,o,i){const{ISOWeek:l,broadcastCalendar:d}=o,{addDays:u,addMonths:p,addWeeks:h,addYears:f,endOfBroadcastWeek:g,endOfISOWeek:m,endOfWeek:v,max:x,min:k,startOfBroadcastWeek:b,startOfISOWeek:w,startOfWeek:C}=i;let A={day:u,week:h,month:p,year:f,startOfWeek:P=>d?b(P,i):l?w(P):C(P),endOfWeek:P=>d?g(P):l?m(P):v(P)}[e](a,t==="after"?1:-1);return t==="before"&&n?A=x([n,A]):t==="after"&&r&&(A=k([r,A])),A}function Eh(e,t,a,n,r,o,i,l=0){if(l>365)return;const d=$Y(e,t,a.date,n,r,o,i),u=!!(o.disabled&&Ra(d,o.disabled,i)),p=!!(o.hidden&&Ra(d,o.hidden,i)),h=d,f=new fh(d,h,i);return!u&&!p?f:Eh(e,t,f,n,r,o,i,l+1)}function WY(e,t,a,n,r){const{autoFocus:o}=e,[i,l]=M.useState(),d=BY(t.days,a,n||(()=>!1),i),[u,p]=M.useState(o?d:void 0);return{isFocusTarget:v=>!!d?.isEqualTo(v),setFocused:p,focused:u,blur:()=>{l(u),p(void 0)},moveFocus:(v,x)=>{if(!u)return;const k=Eh(v,x,u,t.navStart,t.navEnd,e,r);k&&(e.disableNavigation&&!t.days.some(w=>w.isEqualTo(k))||(t.goToDay(k),p(k)))}}}function GY(e,t){const{selected:a,required:n,onSelect:r}=e,[o,i]=ds(a,r?a:void 0),l=r?a:o,{isSameDay:d}=t,u=g=>l?.some(m=>d(m,g))??!1,{min:p,max:h}=e;return{selected:l,select:(g,m,v)=>{let x=[...l??[]];if(u(g)){if(l?.length===p||n&&l?.length===1)return;x=l?.filter(k=>!d(k,g))}else l?.length===h?x=[g]:x=[...x,g];return r||i(x),r?.(x,g,m,v),x},isSelected:u}}function UY(e,t,a=0,n=0,r=!1,o=Ma){const{from:i,to:l}=t||{},{isSameDay:d,isAfter:u,isBefore:p}=o;let h;if(!i&&!l)h={from:e,to:a>0?void 0:e};else if(i&&!l)d(i,e)?a===0?h={from:i,to:e}:r?h={from:i,to:void 0}:h=void 0:p(e,i)?h={from:e,to:i}:h={from:i,to:e};else if(i&&l)if(d(i,e)&&d(l,e))r?h={from:i,to:l}:h=void 0;else if(d(i,e))h={from:i,to:a>0?void 0:e};else if(d(l,e))h={from:e,to:a>0?void 0:e};else if(p(e,i))h={from:e,to:l};else if(u(e,i))h={from:i,to:e};else if(u(e,l))h={from:i,to:e};else throw new Error("Invalid range");if(h?.from&&h?.to){const f=o.differenceInCalendarDays(h.to,h.from);n>0&&f>n?h={from:e,to:void 0}:a>1&&f<a&&(h={from:e,to:void 0})}return h}function YY(e,t,a=Ma){const n=Array.isArray(t)?t:[t];let r=e.from;const o=a.differenceInCalendarDays(e.to,e.from),i=Math.min(o,6);for(let l=0;l<=i;l++){if(n.includes(r.getDay()))return!0;r=a.addDays(r,1)}return!1}function _h(e,t,a=Ma){return Oa(e,t.from,!1,a)||Oa(e,t.to,!1,a)||Oa(t,e.from,!1,a)||Oa(t,e.to,!1,a)}function ZY(e,t,a=Ma){const n=Array.isArray(t)?t:[t];if(n.filter(l=>typeof l!="function").some(l=>typeof l=="boolean"?l:a.isDate(l)?Oa(e,l,!1,a):kh(l,a)?l.some(d=>Oa(e,d,!1,a)):cs(l)?l.from&&l.to?_h(e,{from:l.from,to:l.to},a):!1:gh(l)?YY(e,l.dayOfWeek,a):yl(l)?a.isAfter(l.before,l.after)?_h(e,{from:a.addDays(l.after,1),to:a.addDays(l.before,-1)},a):Ra(e.from,l,a)||Ra(e.to,l,a):fl(l)||ml(l)?Ra(e.from,l,a)||Ra(e.to,l,a):!1))return!0;const i=n.filter(l=>typeof l=="function");if(i.length){let l=e.from;const d=a.differenceInCalendarDays(e.to,e.from);for(let u=0;u<=d;u++){if(i.some(p=>p(l)))return!0;l=a.addDays(l,1)}}return!1}function KY(e,t){const{disabled:a,excludeDisabled:n,selected:r,required:o,onSelect:i}=e,[l,d]=ds(r,i?r:void 0),u=i?r:l;return{selected:u,select:(f,g,m)=>{const{min:v,max:x}=e,k=f?UY(f,u,v,x,o,t):void 0;return n&&a&&k?.from&&k.to&&ZY({from:k.from,to:k.to},a,t)&&(k.from=f,k.to=void 0),i||d(k),i?.(k,f,g,m),k},isSelected:f=>u&&Oa(u,f,!1,t)}}function XY(e,t){const{selected:a,required:n,onSelect:r}=e,[o,i]=ds(a,r?a:void 0),l=r?a:o,{isSameDay:d}=t;return{selected:l,select:(h,f,g)=>{let m=h;return!n&&l&&l&&d(h,l)&&(m=void 0),r||i(m),r?.(m,h,f,g),m},isSelected:h=>l?d(l,h):!1}}function JY(e,t){const a=XY(e,t),n=GY(e,t),r=KY(e,t);switch(e.mode){case"single":return a;case"multiple":return n;case"range":return r;default:return}}function Zt(e,t){return e instanceof St&&e.timeZone===t?e:new St(e,t)}function Kn(e,t,a){return Zt(e,t)}function zh(e,t,a){return typeof e=="boolean"||typeof e=="function"?e:e instanceof Date?Kn(e,t):Array.isArray(e)?e.map(n=>n instanceof Date?Kn(n,t):n):cs(e)?{...e,from:e.from?Zt(e.from,t):e.from,to:e.to?Zt(e.to,t):e.to}:yl(e)?{before:Kn(e.before,t),after:Kn(e.after,t)}:fl(e)?{after:Kn(e.after,t)}:ml(e)?{before:Kn(e.before,t)}:e}function wl(e,t,a){return e&&(Array.isArray(e)?e.map(n=>zh(n,t)):zh(e,t))}function QY(e){let t=e;const a=t.timeZone;if(a&&(t={...e,timeZone:a},t.today&&(t.today=Zt(t.today,a)),t.month&&(t.month=Zt(t.month,a)),t.defaultMonth&&(t.defaultMonth=Zt(t.defaultMonth,a)),t.startMonth&&(t.startMonth=Zt(t.startMonth,a)),t.endMonth&&(t.endMonth=Zt(t.endMonth,a)),t.mode==="single"&&t.selected?t.selected=Zt(t.selected,a):t.mode==="multiple"&&t.selected?t.selected=t.selected?.map(ne=>Zt(ne,a)):t.mode==="range"&&t.selected&&(t.selected={from:t.selected.from?Zt(t.selected.from,a):t.selected.from,to:t.selected.to?Zt(t.selected.to,a):t.selected.to}),t.disabled!==void 0&&(t.disabled=wl(t.disabled,a)),t.hidden!==void 0&&(t.hidden=wl(t.hidden,a)),t.modifiers)){const ne={};Object.keys(t.modifiers).forEach(be=>{ne[be]=wl(t.modifiers?.[be],a)}),t.modifiers=ne}const{components:n,formatters:r,labels:o,dateLib:i,locale:l,classNames:d}=M.useMemo(()=>{const ne={...yh,...t.locale},be=t.broadcastCalendar?1:t.weekStartsOn,he=t.noonSafe&&t.timeZone?PY(t.timeZone,{weekStartsOn:be,locale:ne}):void 0,ke=t.dateLib&&he?{...he,...t.dateLib}:t.dateLib??he,Oe=new qt({locale:ne,weekStartsOn:be,firstWeekContainsDate:t.firstWeekContainsDate,useAdditionalWeekYearTokens:t.useAdditionalWeekYearTokens,useAdditionalDayOfYearTokens:t.useAdditionalDayOfYearTokens,timeZone:t.timeZone,numerals:t.numerals},ke);return{dateLib:Oe,components:dY(t.components),formatters:vY(t.formatters),labels:CY(t.labels,Oe.options),locale:ne,classNames:{...gl(),...t.classNames}}},[t.locale,t.broadcastCalendar,t.weekStartsOn,t.firstWeekContainsDate,t.useAdditionalWeekYearTokens,t.useAdditionalDayOfYearTokens,t.timeZone,t.numerals,t.dateLib,t.noonSafe,t.components,t.formatters,t.labels,t.classNames]);t.today||(t={...t,today:i.today()});const{captionLayout:u,mode:p,navLayout:h,numberOfMonths:f=1,onDayBlur:g,onDayClick:m,onDayFocus:v,onDayKeyDown:x,onDayMouseEnter:k,onDayMouseLeave:b,onNextClick:w,onPrevClick:C,showWeekNumber:D,styles:A}=t,{formatCaption:P,formatDay:N,formatMonthDropdown:_,formatWeekNumber:O,formatWeekNumberHeader:V,formatWeekdayName:H,formatYearDropdown:R}=r,q=FY(t,i),{days:K,months:B,navStart:U,navEnd:L,previousMonth:G,nextMonth:ce,goToMonth:ue}=q,F=lY(K,t,U,L,i),{isSelected:W,select:Q,selected:X}=JY(t,i)??{},{blur:le,focused:$,isFocusTarget:re,moveFocus:xe,setFocused:fe}=WY(t,q,F,W??(()=>!1),i),{labelDayButton:me,labelGridcell:ae,labelGrid:je,labelMonthDropdown:J,labelNav:ye,labelPrevious:Te,labelNext:ze,labelWeekday:He,labelWeekNumber:Pe,labelWeekNumberHeader:oe,labelYearDropdown:T}=o,E=M.useMemo(()=>AY(i,t.ISOWeek,t.broadcastCalendar,t.today),[i,t.ISOWeek,t.broadcastCalendar,t.today]),I=p!==void 0||m!==void 0,te=M.useCallback(()=>{G&&(ue(G),C?.(G))},[G,ue,C]),Z=M.useCallback(()=>{ce&&(ue(ce),w?.(ce))},[ue,ce,w]),ee=M.useCallback((ne,be)=>he=>{he.preventDefault(),he.stopPropagation(),fe(ne),!be.disabled&&(Q?.(ne.date,be,he),m?.(ne.date,be,he))},[Q,m,fe]),pe=M.useCallback((ne,be)=>he=>{fe(ne),v?.(ne.date,be,he)},[v,fe]),Ee=M.useCallback((ne,be)=>he=>{le(),g?.(ne.date,be,he)},[le,g]),Ne=M.useCallback((ne,be)=>he=>{const ke={ArrowLeft:[he.shiftKey?"month":"day",t.dir==="rtl"?"after":"before"],ArrowRight:[he.shiftKey?"month":"day",t.dir==="rtl"?"before":"after"],ArrowDown:[he.shiftKey?"year":"week","after"],ArrowUp:[he.shiftKey?"year":"week","before"],PageUp:[he.shiftKey?"year":"month","before"],PageDown:[he.shiftKey?"year":"month","after"],Home:["startOfWeek","before"],End:["endOfWeek","after"]};if(ke[he.key]){he.preventDefault(),he.stopPropagation();const[Oe,se]=ke[he.key];xe(Oe,se)}x?.(ne.date,be,he)},[xe,x,t.dir]),Ve=M.useCallback((ne,be)=>he=>{k?.(ne.date,be,he)},[k]),ut=M.useCallback((ne,be)=>he=>{b?.(ne.date,be,he)},[b]),We=M.useCallback(ne=>be=>{const he=Number(be.target.value),ke=i.setMonth(i.startOfMonth(ne),he);ue(ke)},[i,ue]),dt=M.useCallback(ne=>be=>{const he=Number(be.target.value),ke=i.setYear(i.startOfMonth(ne),he);ue(ke)},[i,ue]),{className:Mt,style:Tt}=M.useMemo(()=>({className:[d[De.Root],t.className].filter(Boolean).join(" "),style:{...A?.[De.Root],...t.style}}),[d,t.className,t.style,A]),aa=uY(t),Ut=M.useRef(null);_Y(Ut,!!t.animate,{classNames:d,months:B,focused:$,dateLib:i});const zt={dayPickerProps:t,selected:X,select:Q,isSelected:W,months:B,nextMonth:ce,previousMonth:G,goToMonth:ue,getModifiers:F,components:n,classNames:d,styles:A,labels:o,formatters:r};return M.createElement(mh.Provider,{value:zt},M.createElement(n.Root,{rootRef:t.animate?Ut:void 0,className:Mt,style:Tt,dir:t.dir,id:t.id,lang:t.lang,nonce:t.nonce,title:t.title,role:t.role,"aria-label":t["aria-label"],"aria-labelledby":t["aria-labelledby"],...aa},M.createElement(n.Months,{className:d[De.Months],style:A?.[De.Months]},!t.hideNavigation&&!h&&M.createElement(n.Nav,{"data-animated-nav":t.animate?"true":void 0,className:d[De.Nav],style:A?.[De.Nav],"aria-label":ye(),onPreviousClick:te,onNextClick:Z,previousMonth:G,nextMonth:ce}),B.map((ne,be)=>M.createElement(n.Month,{"data-animated-month":t.animate?"true":void 0,className:d[De.Month],style:A?.[De.Month],key:be,displayIndex:be,calendarMonth:ne},h==="around"&&!t.hideNavigation&&be===0&&M.createElement(n.PreviousMonthButton,{type:"button",className:d[De.PreviousMonthButton],tabIndex:G?void 0:-1,"aria-disabled":G?void 0:!0,"aria-label":Te(G),onClick:te,"data-animated-button":t.animate?"true":void 0},M.createElement(n.Chevron,{disabled:G?void 0:!0,className:d[De.Chevron],orientation:t.dir==="rtl"?"right":"left"})),M.createElement(n.MonthCaption,{"data-animated-caption":t.animate?"true":void 0,className:d[De.MonthCaption],style:A?.[De.MonthCaption],calendarMonth:ne,displayIndex:be},u?.startsWith("dropdown")?M.createElement(n.DropdownNav,{className:d[De.Dropdowns],style:A?.[De.Dropdowns]},(()=>{const he=u==="dropdown"||u==="dropdown-months"?M.createElement(n.MonthsDropdown,{key:"month",className:d[De.MonthsDropdown],"aria-label":J(),classNames:d,components:n,disabled:!!t.disableNavigation,onChange:We(ne.date),options:SY(ne.date,U,L,r,i),style:A?.[De.Dropdown],value:i.getMonth(ne.date)}):M.createElement("span",{key:"month"},_(ne.date,i)),ke=u==="dropdown"||u==="dropdown-years"?M.createElement(n.YearsDropdown,{key:"year",className:d[De.YearsDropdown],"aria-label":T(i.options),classNames:d,components:n,disabled:!!t.disableNavigation,onChange:dt(ne.date),options:DY(U,L,r,i,!!t.reverseYears),style:A?.[De.Dropdown],value:i.getYear(ne.date)}):M.createElement("span",{key:"year"},R(ne.date,i));return i.getMonthYearOrder()==="year-first"?[ke,he]:[he,ke]})(),M.createElement("span",{role:"status","aria-live":"polite",style:{border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap",wordWrap:"normal"}},P(ne.date,i.options,i))):M.createElement(n.CaptionLabel,{className:d[De.CaptionLabel],role:"status","aria-live":"polite"},P(ne.date,i.options,i))),h==="around"&&!t.hideNavigation&&be===f-1&&M.createElement(n.NextMonthButton,{type:"button",className:d[De.NextMonthButton],tabIndex:ce?void 0:-1,"aria-disabled":ce?void 0:!0,"aria-label":ze(ce),onClick:Z,"data-animated-button":t.animate?"true":void 0},M.createElement(n.Chevron,{disabled:ce?void 0:!0,className:d[De.Chevron],orientation:t.dir==="rtl"?"left":"right"})),be===f-1&&h==="after"&&!t.hideNavigation&&M.createElement(n.Nav,{"data-animated-nav":t.animate?"true":void 0,className:d[De.Nav],style:A?.[De.Nav],"aria-label":ye(),onPreviousClick:te,onNextClick:Z,previousMonth:G,nextMonth:ce}),M.createElement(n.MonthGrid,{role:"grid","aria-multiselectable":p==="multiple"||p==="range","aria-label":je(ne.date,i.options,i)||void 0,className:d[De.MonthGrid],style:A?.[De.MonthGrid]},!t.hideWeekdays&&M.createElement(n.Weekdays,{"data-animated-weekdays":t.animate?"true":void 0,className:d[De.Weekdays],style:A?.[De.Weekdays]},D&&M.createElement(n.WeekNumberHeader,{"aria-label":oe(i.options),className:d[De.WeekNumberHeader],style:A?.[De.WeekNumberHeader],scope:"col"},V()),E.map(he=>M.createElement(n.Weekday,{"aria-label":He(he,i.options,i),className:d[De.Weekday],key:String(he),style:A?.[De.Weekday],scope:"col"},H(he,i.options,i)))),M.createElement(n.Weeks,{"data-animated-weeks":t.animate?"true":void 0,className:d[De.Weeks],style:A?.[De.Weeks]},ne.weeks.map(he=>M.createElement(n.Week,{className:d[De.Week],key:he.weekNumber,style:A?.[De.Week],week:he},D&&M.createElement(n.WeekNumber,{week:he,style:A?.[De.WeekNumber],"aria-label":Pe(he.weekNumber,{locale:l}),className:d[De.WeekNumber],scope:"row",role:"rowheader"},O(he.weekNumber,i)),he.days.map(ke=>{const{date:Oe}=ke,se=F(ke);if(se[it.focused]=!se.hidden&&!!$?.isEqualTo(ke),se[ua.selected]=W?.(Oe)||se.selected,cs(X)){const{from:bt,to:$e}=X;se[ua.range_start]=!!(bt&&$e&&i.isSameDay(Oe,bt)),se[ua.range_end]=!!(bt&&$e&&i.isSameDay(Oe,$e)),se[ua.range_middle]=Oa(X,Oe,!0,i)}const Re=jY(se,A,t.modifiersStyles),Fe=cY(se,d,t.modifiersClassNames),Be=!I&&!se.hidden?ae(Oe,se,i.options,i):void 0;return M.createElement(n.Day,{key:`${ke.isoDate}_${ke.displayMonthId}`,day:ke,modifiers:se,className:Fe.join(" "),style:Re,role:"gridcell","aria-selected":se.selected||void 0,"aria-label":Be,"data-day":ke.isoDate,"data-month":ke.outside?ke.dateMonthId:void 0,"data-selected":se.selected||void 0,"data-disabled":se.disabled||void 0,"data-hidden":se.hidden||void 0,"data-outside":ke.outside||void 0,"data-focused":se.focused||void 0,"data-today":se.today||void 0},!se.hidden&&I?M.createElement(n.DayButton,{className:d[De.DayButton],style:A?.[De.DayButton],type:"button",day:ke,modifiers:se,disabled:!se.focused&&se.disabled||void 0,"aria-disabled":se.focused&&se.disabled||void 0,tabIndex:re(ke)?0:-1,"aria-label":me(Oe,se,i.options,i),onClick:ee(ke,se),onBlur:Ee(ke,se),onFocus:pe(ke,se),onKeyDown:Ne(ke,se),onMouseEnter:Ve(ke,se),onMouseLeave:ut(ke,se)},N(Oe,i.options,i)):!se.hidden&&N(ke.date,i.options,i))})))))))),t.footer&&M.createElement(n.Footer,{className:d[De.Footer],style:A?.[De.Footer],role:"status","aria-live":"polite"},t.footer)))}function Cl({className:e,classNames:t,showOutsideDays:a=!0,captionLayout:n="label",buttonVariant:r="ghost",formatters:o,components:i,...l}){const d=gl();return c.jsx(QY,{showOutsideDays:a,className:j("bg-[#0a0a0b] bg-[radial-gradient(ellipse_at_top,_var(--tw-gradient-stops))] from-violet-900/20 via-slate-950/80 to-black backdrop-blur-3xl border border-violet-500/20 shadow-[0_0_50px_-12px_rgba(124,58,237,0.25)] rounded-xl group/calendar p-4 [--cell-size:--spacing(9)]","before:absolute before:inset-0 before:rounded-xl before:bg-[url('https://grainy-gradients.vercel.app/noise.svg')] before:opacity-10 before:pointer-events-none",String.raw`rtl:**:[.rdp-button\_next>svg]:rotate-180`,String.raw`rtl:**:[.rdp-button\_previous>svg]:rotate-180`,e),captionLayout:n,formatters:{formatMonthDropdown:u=>u.toLocaleString("default",{month:"short"}),...o},classNames:{root:j("w-fit relative overflow-hidden",d.root),months:j("flex gap-4 flex-col md:flex-row relative z-10",d.months),month:j("flex flex-col w-full gap-4",d.month),nav:j("flex items-center gap-1 w-full absolute top-0 inset-x-0 justify-between px-1",d.nav),button_previous:j(yn({variant:"outline",size:"icon-sm"}),"z-20 bg-slate-900/80 border-violet-800/50 text-violet-400 hover:bg-violet-900/40 hover:text-violet-100 hover:border-violet-500 hover:shadow-[0_0_15px_rgba(139,92,246,0.5)] transition-all duration-300 rounded-full",d.button_previous),button_next:j(yn({variant:"outline",size:"icon-sm"}),"z-20 bg-slate-900/80 border-violet-800/50 text-violet-400 hover:bg-violet-900/40 hover:text-violet-100 hover:border-violet-500 hover:shadow-[0_0_15px_rgba(139,92,246,0.5)] transition-all duration-300 rounded-full",d.button_next),month_caption:j("flex items-center justify-center h-(--cell-size) w-full px-(--cell-size) text-transparent bg-clip-text bg-linear-to-r from-violet-200 via-cyan-200 to-violet-200 font-bold tracking-[0.2em] relative uppercase text-lg",d.month_caption),dropdowns:j("w-full flex items-center text-sm font-medium justify-center h-(--cell-size) gap-1.5",d.dropdowns),dropdown_root:j("relative has-focus:border-violet-500 border border-violet-900/50 shadow-xs has-focus:ring-violet-500/30 has-focus:ring-[2px] rounded-md bg-slate-950 text-violet-200",d.dropdown_root),dropdown:j("absolute bg-slate-950 inset-0 opacity-0",d.dropdown),caption_label:j("select-none font-medium",n==="label"?"text-sm":"rounded-md pl-2 pr-1 flex items-center gap-1 text-sm h-8 [&>svg]:text-muted-foreground [&>svg]:size-3.5",d.caption_label),table:"w-full border-collapse",weekdays:j("flex my-2",d.weekdays),weekday:j("text-violet-500/70 rounded-md flex-1 font-mono text-[0.65rem] uppercase tracking-widest select-none pb-2",d.weekday),week:j("flex w-full mt-1",d.week),week_number_header:j("select-none w-(--cell-size)",d.week_number_header),week_number:j("text-[0.8rem] select-none text-muted-foreground",d.week_number),day:j("relative w-full h-full p-0 text-center group/day aspect-square select-none",d.day),range_start:j("rounded-l-full bg-violet-900/20",d.range_start),range_middle:j("rounded-none bg-violet-900/10",d.range_middle),range_end:j("rounded-r-full bg-violet-900/20",d.range_end),today:j("text-cyan-400 font-bold",d.today),outside:j("text-slate-800 opacity-30 aria-selected:text-slate-800",d.outside),disabled:j("text-slate-800 opacity-20",d.disabled),hidden:j("invisible",d.hidden),...t},components:{Root:({className:u,rootRef:p,...h})=>c.jsx("div",{"data-slot":"calendar",ref:p,className:j(u),...h}),Chevron:({className:u,orientation:p,...h})=>p==="left"?c.jsx(Mr,{className:j("size-4",u),...h}):p==="right"?c.jsx(la,{className:j("size-4",u),...h}):c.jsx(Ua,{className:j("size-4",u),...h}),DayButton:Oh,WeekNumber:({children:u,...p})=>c.jsx("td",{...p,children:c.jsx("div",{className:"flex size-(--cell-size) items-center justify-center text-center",children:u})}),...i},...l})}function Oh({className:e,day:t,modifiers:a,...n}){const r=gl(),o=y.useRef(null);return y.useEffect(()=>{a.focused&&o.current?.focus()},[a.focused]),c.jsx(Xe,{ref:o,variant:"ghost",size:"icon","data-day":t.date.toLocaleDateString(),"data-selected-single":a.selected&&!a.range_start&&!a.range_end&&!a.range_middle,"data-range-start":a.range_start,"data-range-end":a.range_end,"data-range-middle":a.range_middle,className:j("data-[selected-single=true]:bg-violet-600 data-[selected-single=true]:text-white data-[selected-single=true]:shadow-[0_0_20px_rgba(124,58,237,0.8)] data-[selected-single=true]:border-violet-400 data-[selected-single=true]:scale-110 data-[selected-single=true]:z-10","data-[range-middle=true]:bg-transparent data-[range-middle=true]:text-violet-200","data-[range-start=true]:bg-violet-600 data-[range-start=true]:text-white data-[range-start=true]:shadow-[0_0_15px_rgba(124,58,237,0.5)] data-[range-start=true]:z-10","data-[range-end=true]:bg-violet-600 data-[range-end=true]:text-white data-[range-end=true]:shadow-[0_0_15px_rgba(124,58,237,0.5)] data-[range-end=true]:z-10","data-[today=true]:border data-[today=true]:border-cyan-500/50 data-[today=true]:text-cyan-300 data-[today=true]:shadow-[0_0_10px_rgba(6,182,212,0.3)]","group-data-[focused=true]/day:border-violet-400 group-data-[focused=true]/day:ring-violet-500/50","hover:bg-violet-900/30 hover:text-white hover:scale-125 hover:z-20 hover:shadow-[0_0_15px_rgba(139,92,246,0.5)] transition-all duration-300","bg-transparent flex aspect-square size-auto w-full min-w-(--cell-size) flex-col gap-1 leading-none font-normal rounded-full","group-data-[focused=true]/day:relative group-data-[focused=true]/day:z-10 group-data-[focused=true]/day:ring-[2px]","text-violet-300/80 [&>span]:text-xs [&>span]:opacity-70",r.day,e),...n})}function Lr(e,[t,a]){return Math.min(a,Math.max(t,e))}const eZ=["top","right","bottom","left"],Ja=Math.min,Bt=Math.max,us=Math.round,hs=Math.floor,Ca=e=>({x:e,y:e}),tZ={left:"right",right:"left",bottom:"top",top:"bottom"},aZ={start:"end",end:"start"};function Sl(e,t,a){return Bt(e,Ja(t,a))}function Ia(e,t){return typeof e=="function"?e(t):e}function Va(e){return e.split("-")[0]}function Xn(e){return e.split("-")[1]}function jl(e){return e==="x"?"y":"x"}function Al(e){return e==="y"?"height":"width"}const nZ=new Set(["top","bottom"]);function Sa(e){return nZ.has(Va(e))?"y":"x"}function Dl(e){return jl(Sa(e))}function rZ(e,t,a){a===void 0&&(a=!1);const n=Xn(e),r=Dl(e),o=Al(r);let i=r==="x"?n===(a?"end":"start")?"right":"left":n==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(i=ps(i)),[i,ps(i)]}function oZ(e){const t=ps(e);return[Pl(e),t,Pl(t)]}function Pl(e){return e.replace(/start|end/g,t=>aZ[t])}const Rh=["left","right"],Ih=["right","left"],sZ=["top","bottom"],iZ=["bottom","top"];function lZ(e,t,a){switch(e){case"top":case"bottom":return a?t?Ih:Rh:t?Rh:Ih;case"left":case"right":return t?sZ:iZ;default:return[]}}function cZ(e,t,a,n){const r=Xn(e);let o=lZ(Va(e),a==="start",n);return r&&(o=o.map(i=>i+"-"+r),t&&(o=o.concat(o.map(Pl)))),o}function ps(e){return e.replace(/left|right|bottom|top/g,t=>tZ[t])}function dZ(e){return{top:0,right:0,bottom:0,left:0,...e}}function Vh(e){return typeof e!="number"?dZ(e):{top:e,right:e,bottom:e,left:e}}function ys(e){const{x:t,y:a,width:n,height:r}=e;return{width:n,height:r,top:a,left:t,right:t+n,bottom:a+r,x:t,y:a}}function Lh(e,t,a){let{reference:n,floating:r}=e;const o=Sa(t),i=Dl(t),l=Al(i),d=Va(t),u=o==="y",p=n.x+n.width/2-r.width/2,h=n.y+n.height/2-r.height/2,f=n[l]/2-r[l]/2;let g;switch(d){case"top":g={x:p,y:n.y-r.height};break;case"bottom":g={x:p,y:n.y+n.height};break;case"right":g={x:n.x+n.width,y:h};break;case"left":g={x:n.x-r.width,y:h};break;default:g={x:n.x,y:n.y}}switch(Xn(t)){case"start":g[i]-=f*(a&&u?-1:1);break;case"end":g[i]+=f*(a&&u?-1:1);break}return g}const uZ=async(e,t,a)=>{const{placement:n="bottom",strategy:r="absolute",middleware:o=[],platform:i}=a,l=o.filter(Boolean),d=await(i.isRTL==null?void 0:i.isRTL(t));let u=await i.getElementRects({reference:e,floating:t,strategy:r}),{x:p,y:h}=Lh(u,n,d),f=n,g={},m=0;for(let v=0;v<l.length;v++){const{name:x,fn:k}=l[v],{x:b,y:w,data:C,reset:D}=await k({x:p,y:h,initialPlacement:n,placement:f,strategy:r,middlewareData:g,rects:u,platform:i,elements:{reference:e,floating:t}});p=b??p,h=w??h,g={...g,[x]:{...g[x],...C}},D&&m<=50&&(m++,typeof D=="object"&&(D.placement&&(f=D.placement),D.rects&&(u=D.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:r}):D.rects),{x:p,y:h}=Lh(u,f,d)),v=-1)}return{x:p,y:h,placement:f,strategy:r,middlewareData:g}};async function Hr(e,t){var a;t===void 0&&(t={});const{x:n,y:r,platform:o,rects:i,elements:l,strategy:d}=e,{boundary:u="clippingAncestors",rootBoundary:p="viewport",elementContext:h="floating",altBoundary:f=!1,padding:g=0}=Ia(t,e),m=Vh(g),x=l[f?h==="floating"?"reference":"floating":h],k=ys(await o.getClippingRect({element:(a=await(o.isElement==null?void 0:o.isElement(x)))==null||a?x:x.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(l.floating)),boundary:u,rootBoundary:p,strategy:d})),b=h==="floating"?{x:n,y:r,width:i.floating.width,height:i.floating.height}:i.reference,w=await(o.getOffsetParent==null?void 0:o.getOffsetParent(l.floating)),C=await(o.isElement==null?void 0:o.isElement(w))?await(o.getScale==null?void 0:o.getScale(w))||{x:1,y:1}:{x:1,y:1},D=ys(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:b,offsetParent:w,strategy:d}):b);return{top:(k.top-D.top+m.top)/C.y,bottom:(D.bottom-k.bottom+m.bottom)/C.y,left:(k.left-D.left+m.left)/C.x,right:(D.right-k.right+m.right)/C.x}}const hZ=e=>({name:"arrow",options:e,async fn(t){const{x:a,y:n,placement:r,rects:o,platform:i,elements:l,middlewareData:d}=t,{element:u,padding:p=0}=Ia(e,t)||{};if(u==null)return{};const h=Vh(p),f={x:a,y:n},g=Dl(r),m=Al(g),v=await i.getDimensions(u),x=g==="y",k=x?"top":"left",b=x?"bottom":"right",w=x?"clientHeight":"clientWidth",C=o.reference[m]+o.reference[g]-f[g]-o.floating[m],D=f[g]-o.reference[g],A=await(i.getOffsetParent==null?void 0:i.getOffsetParent(u));let P=A?A[w]:0;(!P||!await(i.isElement==null?void 0:i.isElement(A)))&&(P=l.floating[w]||o.floating[m]);const N=C/2-D/2,_=P/2-v[m]/2-1,O=Ja(h[k],_),V=Ja(h[b],_),H=O,R=P-v[m]-V,q=P/2-v[m]/2+N,K=Sl(H,q,R),B=!d.arrow&&Xn(r)!=null&&q!==K&&o.reference[m]/2-(q<H?O:V)-v[m]/2<0,U=B?q<H?q-H:q-R:0;return{[g]:f[g]+U,data:{[g]:K,centerOffset:q-K-U,...B&&{alignmentOffset:U}},reset:B}}}),pZ=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var a,n;const{placement:r,middlewareData:o,rects:i,initialPlacement:l,platform:d,elements:u}=t,{mainAxis:p=!0,crossAxis:h=!0,fallbackPlacements:f,fallbackStrategy:g="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:v=!0,...x}=Ia(e,t);if((a=o.arrow)!=null&&a.alignmentOffset)return{};const k=Va(r),b=Sa(l),w=Va(l)===l,C=await(d.isRTL==null?void 0:d.isRTL(u.floating)),D=f||(w||!v?[ps(l)]:oZ(l)),A=m!=="none";!f&&A&&D.push(...cZ(l,v,m,C));const P=[l,...D],N=await Hr(t,x),_=[];let O=((n=o.flip)==null?void 0:n.overflows)||[];if(p&&_.push(N[k]),h){const q=rZ(r,i,C);_.push(N[q[0]],N[q[1]])}if(O=[...O,{placement:r,overflows:_}],!_.every(q=>q<=0)){var V,H;const q=(((V=o.flip)==null?void 0:V.index)||0)+1,K=P[q];if(K&&(!(h==="alignment"?b!==Sa(K):!1)||O.every(L=>Sa(L.placement)===b?L.overflows[0]>0:!0)))return{data:{index:q,overflows:O},reset:{placement:K}};let B=(H=O.filter(U=>U.overflows[0]<=0).sort((U,L)=>U.overflows[1]-L.overflows[1])[0])==null?void 0:H.placement;if(!B)switch(g){case"bestFit":{var R;const U=(R=O.filter(L=>{if(A){const G=Sa(L.placement);return G===b||G==="y"}return!0}).map(L=>[L.placement,L.overflows.filter(G=>G>0).reduce((G,ce)=>G+ce,0)]).sort((L,G)=>L[1]-G[1])[0])==null?void 0:R[0];U&&(B=U);break}case"initialPlacement":B=l;break}if(r!==B)return{reset:{placement:B}}}return{}}}};function Hh(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function qh(e){return eZ.some(t=>e[t]>=0)}const yZ=function(e){return e===void 0&&(e={}),{name:"hide",options:e,async fn(t){const{rects:a}=t,{strategy:n="referenceHidden",...r}=Ia(e,t);switch(n){case"referenceHidden":{const o=await Hr(t,{...r,elementContext:"reference"}),i=Hh(o,a.reference);return{data:{referenceHiddenOffsets:i,referenceHidden:qh(i)}}}case"escaped":{const o=await Hr(t,{...r,altBoundary:!0}),i=Hh(o,a.floating);return{data:{escapedOffsets:i,escaped:qh(i)}}}default:return{}}}}},Fh=new Set(["left","top"]);async function fZ(e,t){const{placement:a,platform:n,elements:r}=e,o=await(n.isRTL==null?void 0:n.isRTL(r.floating)),i=Va(a),l=Xn(a),d=Sa(a)==="y",u=Fh.has(i)?-1:1,p=o&&d?-1:1,h=Ia(t,e);let{mainAxis:f,crossAxis:g,alignmentAxis:m}=typeof h=="number"?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return l&&typeof m=="number"&&(g=l==="end"?m*-1:m),d?{x:g*p,y:f*u}:{x:f*u,y:g*p}}const mZ=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var a,n;const{x:r,y:o,placement:i,middlewareData:l}=t,d=await fZ(t,e);return i===((a=l.offset)==null?void 0:a.placement)&&(n=l.arrow)!=null&&n.alignmentOffset?{}:{x:r+d.x,y:o+d.y,data:{...d,placement:i}}}}},gZ=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:a,y:n,placement:r}=t,{mainAxis:o=!0,crossAxis:i=!1,limiter:l={fn:x=>{let{x:k,y:b}=x;return{x:k,y:b}}},...d}=Ia(e,t),u={x:a,y:n},p=await Hr(t,d),h=Sa(Va(r)),f=jl(h);let g=u[f],m=u[h];if(o){const x=f==="y"?"top":"left",k=f==="y"?"bottom":"right",b=g+p[x],w=g-p[k];g=Sl(b,g,w)}if(i){const x=h==="y"?"top":"left",k=h==="y"?"bottom":"right",b=m+p[x],w=m-p[k];m=Sl(b,m,w)}const v=l.fn({...t,[f]:g,[h]:m});return{...v,data:{x:v.x-a,y:v.y-n,enabled:{[f]:o,[h]:i}}}}}},kZ=function(e){return e===void 0&&(e={}),{options:e,fn(t){const{x:a,y:n,placement:r,rects:o,middlewareData:i}=t,{offset:l=0,mainAxis:d=!0,crossAxis:u=!0}=Ia(e,t),p={x:a,y:n},h=Sa(r),f=jl(h);let g=p[f],m=p[h];const v=Ia(l,t),x=typeof v=="number"?{mainAxis:v,crossAxis:0}:{mainAxis:0,crossAxis:0,...v};if(d){const w=f==="y"?"height":"width",C=o.reference[f]-o.floating[w]+x.mainAxis,D=o.reference[f]+o.reference[w]-x.mainAxis;g<C?g=C:g>D&&(g=D)}if(u){var k,b;const w=f==="y"?"width":"height",C=Fh.has(Va(r)),D=o.reference[h]-o.floating[w]+(C&&((k=i.offset)==null?void 0:k[h])||0)+(C?0:x.crossAxis),A=o.reference[h]+o.reference[w]+(C?0:((b=i.offset)==null?void 0:b[h])||0)-(C?x.crossAxis:0);m<D?m=D:m>A&&(m=A)}return{[f]:g,[h]:m}}}},vZ=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var a,n;const{placement:r,rects:o,platform:i,elements:l}=t,{apply:d=()=>{},...u}=Ia(e,t),p=await Hr(t,u),h=Va(r),f=Xn(r),g=Sa(r)==="y",{width:m,height:v}=o.floating;let x,k;h==="top"||h==="bottom"?(x=h,k=f===(await(i.isRTL==null?void 0:i.isRTL(l.floating))?"start":"end")?"left":"right"):(k=h,x=f==="end"?"top":"bottom");const b=v-p.top-p.bottom,w=m-p.left-p.right,C=Ja(v-p[x],b),D=Ja(m-p[k],w),A=!t.middlewareData.shift;let P=C,N=D;if((a=t.middlewareData.shift)!=null&&a.enabled.x&&(N=w),(n=t.middlewareData.shift)!=null&&n.enabled.y&&(P=b),A&&!f){const O=Bt(p.left,0),V=Bt(p.right,0),H=Bt(p.top,0),R=Bt(p.bottom,0);g?N=m-2*(O!==0||V!==0?O+V:Bt(p.left,p.right)):P=v-2*(H!==0||R!==0?H+R:Bt(p.top,p.bottom))}await d({...t,availableWidth:N,availableHeight:P});const _=await i.getDimensions(l.floating);return m!==_.width||v!==_.height?{reset:{rects:!0}}:{}}}};function fs(){return typeof window<"u"}function Jn(e){return Bh(e)?(e.nodeName||"").toLowerCase():"#document"}function $t(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function ja(e){var t;return(t=(Bh(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function Bh(e){return fs()?e instanceof Node||e instanceof $t(e).Node:!1}function pa(e){return fs()?e instanceof Element||e instanceof $t(e).Element:!1}function Aa(e){return fs()?e instanceof HTMLElement||e instanceof $t(e).HTMLElement:!1}function $h(e){return!fs()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof $t(e).ShadowRoot}const xZ=new Set(["inline","contents"]);function qr(e){const{overflow:t,overflowX:a,overflowY:n,display:r}=ya(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+a)&&!xZ.has(r)}const bZ=new Set(["table","td","th"]);function MZ(e){return bZ.has(Jn(e))}const wZ=[":popover-open",":modal"];function ms(e){return wZ.some(t=>{try{return e.matches(t)}catch{return!1}})}const CZ=["transform","translate","scale","rotate","perspective"],SZ=["transform","translate","scale","rotate","perspective","filter"],jZ=["paint","layout","strict","content"];function Tl(e){const t=Nl(),a=pa(e)?ya(e):e;return CZ.some(n=>a[n]?a[n]!=="none":!1)||(a.containerType?a.containerType!=="normal":!1)||!t&&(a.backdropFilter?a.backdropFilter!=="none":!1)||!t&&(a.filter?a.filter!=="none":!1)||SZ.some(n=>(a.willChange||"").includes(n))||jZ.some(n=>(a.contain||"").includes(n))}function AZ(e){let t=Qa(e);for(;Aa(t)&&!Qn(t);){if(Tl(t))return t;if(ms(t))return null;t=Qa(t)}return null}function Nl(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const DZ=new Set(["html","body","#document"]);function Qn(e){return DZ.has(Jn(e))}function ya(e){return $t(e).getComputedStyle(e)}function gs(e){return pa(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Qa(e){if(Jn(e)==="html")return e;const t=e.assignedSlot||e.parentNode||$h(e)&&e.host||ja(e);return $h(t)?t.host:t}function Wh(e){const t=Qa(e);return Qn(t)?e.ownerDocument?e.ownerDocument.body:e.body:Aa(t)&&qr(t)?t:Wh(t)}function Fr(e,t,a){var n;t===void 0&&(t=[]),a===void 0&&(a=!0);const r=Wh(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),i=$t(r);if(o){const l=El(i);return t.concat(i,i.visualViewport||[],qr(r)?r:[],l&&a?Fr(l):[])}return t.concat(r,Fr(r,[],a))}function El(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Gh(e){const t=ya(e);let a=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const r=Aa(e),o=r?e.offsetWidth:a,i=r?e.offsetHeight:n,l=us(a)!==o||us(n)!==i;return l&&(a=o,n=i),{width:a,height:n,$:l}}function _l(e){return pa(e)?e:e.contextElement}function er(e){const t=_l(e);if(!Aa(t))return Ca(1);const a=t.getBoundingClientRect(),{width:n,height:r,$:o}=Gh(t);let i=(o?us(a.width):a.width)/n,l=(o?us(a.height):a.height)/r;return(!i||!Number.isFinite(i))&&(i=1),(!l||!Number.isFinite(l))&&(l=1),{x:i,y:l}}const PZ=Ca(0);function Uh(e){const t=$t(e);return!Nl()||!t.visualViewport?PZ:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function TZ(e,t,a){return t===void 0&&(t=!1),!a||t&&a!==$t(e)?!1:t}function gn(e,t,a,n){t===void 0&&(t=!1),a===void 0&&(a=!1);const r=e.getBoundingClientRect(),o=_l(e);let i=Ca(1);t&&(n?pa(n)&&(i=er(n)):i=er(e));const l=TZ(o,a,n)?Uh(o):Ca(0);let d=(r.left+l.x)/i.x,u=(r.top+l.y)/i.y,p=r.width/i.x,h=r.height/i.y;if(o){const f=$t(o),g=n&&pa(n)?$t(n):n;let m=f,v=El(m);for(;v&&n&&g!==m;){const x=er(v),k=v.getBoundingClientRect(),b=ya(v),w=k.left+(v.clientLeft+parseFloat(b.paddingLeft))*x.x,C=k.top+(v.clientTop+parseFloat(b.paddingTop))*x.y;d*=x.x,u*=x.y,p*=x.x,h*=x.y,d+=w,u+=C,m=$t(v),v=El(m)}}return ys({width:p,height:h,x:d,y:u})}function ks(e,t){const a=gs(e).scrollLeft;return t?t.left+a:gn(ja(e)).left+a}function Yh(e,t){const a=e.getBoundingClientRect(),n=a.left+t.scrollLeft-ks(e,a),r=a.top+t.scrollTop;return{x:n,y:r}}function NZ(e){let{elements:t,rect:a,offsetParent:n,strategy:r}=e;const o=r==="fixed",i=ja(n),l=t?ms(t.floating):!1;if(n===i||l&&o)return a;let d={scrollLeft:0,scrollTop:0},u=Ca(1);const p=Ca(0),h=Aa(n);if((h||!h&&!o)&&((Jn(n)!=="body"||qr(i))&&(d=gs(n)),Aa(n))){const g=gn(n);u=er(n),p.x=g.x+n.clientLeft,p.y=g.y+n.clientTop}const f=i&&!h&&!o?Yh(i,d):Ca(0);return{width:a.width*u.x,height:a.height*u.y,x:a.x*u.x-d.scrollLeft*u.x+p.x+f.x,y:a.y*u.y-d.scrollTop*u.y+p.y+f.y}}function EZ(e){return Array.from(e.getClientRects())}function _Z(e){const t=ja(e),a=gs(e),n=e.ownerDocument.body,r=Bt(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),o=Bt(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let i=-a.scrollLeft+ks(e);const l=-a.scrollTop;return ya(n).direction==="rtl"&&(i+=Bt(t.clientWidth,n.clientWidth)-r),{width:r,height:o,x:i,y:l}}const Zh=25;function zZ(e,t){const a=$t(e),n=ja(e),r=a.visualViewport;let o=n.clientWidth,i=n.clientHeight,l=0,d=0;if(r){o=r.width,i=r.height;const p=Nl();(!p||p&&t==="fixed")&&(l=r.offsetLeft,d=r.offsetTop)}const u=ks(n);if(u<=0){const p=n.ownerDocument,h=p.body,f=getComputedStyle(h),g=p.compatMode==="CSS1Compat"&&parseFloat(f.marginLeft)+parseFloat(f.marginRight)||0,m=Math.abs(n.clientWidth-h.clientWidth-g);m<=Zh&&(o-=m)}else u<=Zh&&(o+=u);return{width:o,height:i,x:l,y:d}}const OZ=new Set(["absolute","fixed"]);function RZ(e,t){const a=gn(e,!0,t==="fixed"),n=a.top+e.clientTop,r=a.left+e.clientLeft,o=Aa(e)?er(e):Ca(1),i=e.clientWidth*o.x,l=e.clientHeight*o.y,d=r*o.x,u=n*o.y;return{width:i,height:l,x:d,y:u}}function Kh(e,t,a){let n;if(t==="viewport")n=zZ(e,a);else if(t==="document")n=_Z(ja(e));else if(pa(t))n=RZ(t,a);else{const r=Uh(e);n={x:t.x-r.x,y:t.y-r.y,width:t.width,height:t.height}}return ys(n)}function Xh(e,t){const a=Qa(e);return a===t||!pa(a)||Qn(a)?!1:ya(a).position==="fixed"||Xh(a,t)}function IZ(e,t){const a=t.get(e);if(a)return a;let n=Fr(e,[],!1).filter(l=>pa(l)&&Jn(l)!=="body"),r=null;const o=ya(e).position==="fixed";let i=o?Qa(e):e;for(;pa(i)&&!Qn(i);){const l=ya(i),d=Tl(i);!d&&l.position==="fixed"&&(r=null),(o?!d&&!r:!d&&l.position==="static"&&!!r&&OZ.has(r.position)||qr(i)&&!d&&Xh(e,i))?n=n.filter(p=>p!==i):r=l,i=Qa(i)}return t.set(e,n),n}function VZ(e){let{element:t,boundary:a,rootBoundary:n,strategy:r}=e;const i=[...a==="clippingAncestors"?ms(t)?[]:IZ(t,this._c):[].concat(a),n],l=i[0],d=i.reduce((u,p)=>{const h=Kh(t,p,r);return u.top=Bt(h.top,u.top),u.right=Ja(h.right,u.right),u.bottom=Ja(h.bottom,u.bottom),u.left=Bt(h.left,u.left),u},Kh(t,l,r));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function LZ(e){const{width:t,height:a}=Gh(e);return{width:t,height:a}}function HZ(e,t,a){const n=Aa(t),r=ja(t),o=a==="fixed",i=gn(e,!0,o,t);let l={scrollLeft:0,scrollTop:0};const d=Ca(0);function u(){d.x=ks(r)}if(n||!n&&!o)if((Jn(t)!=="body"||qr(r))&&(l=gs(t)),n){const g=gn(t,!0,o,t);d.x=g.x+t.clientLeft,d.y=g.y+t.clientTop}else r&&u();o&&!n&&r&&u();const p=r&&!n&&!o?Yh(r,l):Ca(0),h=i.left+l.scrollLeft-d.x-p.x,f=i.top+l.scrollTop-d.y-p.y;return{x:h,y:f,width:i.width,height:i.height}}function zl(e){return ya(e).position==="static"}function Jh(e,t){if(!Aa(e)||ya(e).position==="fixed")return null;if(t)return t(e);let a=e.offsetParent;return ja(e)===a&&(a=a.ownerDocument.body),a}function Qh(e,t){const a=$t(e);if(ms(e))return a;if(!Aa(e)){let r=Qa(e);for(;r&&!Qn(r);){if(pa(r)&&!zl(r))return r;r=Qa(r)}return a}let n=Jh(e,t);for(;n&&MZ(n)&&zl(n);)n=Jh(n,t);return n&&Qn(n)&&zl(n)&&!Tl(n)?a:n||AZ(e)||a}const qZ=async function(e){const t=this.getOffsetParent||Qh,a=this.getDimensions,n=await a(e.floating);return{reference:HZ(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function FZ(e){return ya(e).direction==="rtl"}const BZ={convertOffsetParentRelativeRectToViewportRelativeRect:NZ,getDocumentElement:ja,getClippingRect:VZ,getOffsetParent:Qh,getElementRects:qZ,getClientRects:EZ,getDimensions:LZ,getScale:er,isElement:pa,isRTL:FZ};function ep(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function $Z(e,t){let a=null,n;const r=ja(e);function o(){var l;clearTimeout(n),(l=a)==null||l.disconnect(),a=null}function i(l,d){l===void 0&&(l=!1),d===void 0&&(d=1),o();const u=e.getBoundingClientRect(),{left:p,top:h,width:f,height:g}=u;if(l||t(),!f||!g)return;const m=hs(h),v=hs(r.clientWidth-(p+f)),x=hs(r.clientHeight-(h+g)),k=hs(p),w={rootMargin:-m+"px "+-v+"px "+-x+"px "+-k+"px",threshold:Bt(0,Ja(1,d))||1};let C=!0;function D(A){const P=A[0].intersectionRatio;if(P!==d){if(!C)return i();P?i(!1,P):n=setTimeout(()=>{i(!1,1e-7)},1e3)}P===1&&!ep(u,e.getBoundingClientRect())&&i(),C=!1}try{a=new IntersectionObserver(D,{...w,root:r.ownerDocument})}catch{a=new IntersectionObserver(D,w)}a.observe(e)}return i(!0),o}function WZ(e,t,a,n){n===void 0&&(n={});const{ancestorScroll:r=!0,ancestorResize:o=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:d=!1}=n,u=_l(e),p=r||o?[...u?Fr(u):[],...Fr(t)]:[];p.forEach(k=>{r&&k.addEventListener("scroll",a,{passive:!0}),o&&k.addEventListener("resize",a)});const h=u&&l?$Z(u,a):null;let f=-1,g=null;i&&(g=new ResizeObserver(k=>{let[b]=k;b&&b.target===u&&g&&(g.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var w;(w=g)==null||w.observe(t)})),a()}),u&&!d&&g.observe(u),g.observe(t));let m,v=d?gn(e):null;d&&x();function x(){const k=gn(e);v&&!ep(v,k)&&a(),v=k,m=requestAnimationFrame(x)}return a(),()=>{var k;p.forEach(b=>{r&&b.removeEventListener("scroll",a),o&&b.removeEventListener("resize",a)}),h?.(),(k=g)==null||k.disconnect(),g=null,d&&cancelAnimationFrame(m)}}const GZ=mZ,UZ=gZ,YZ=pZ,ZZ=vZ,KZ=yZ,tp=hZ,XZ=kZ,JZ=(e,t,a)=>{const n=new Map,r={platform:BZ,...a},o={...r.platform,_c:n};return uZ(e,t,{...r,platform:o})};var QZ=typeof document<"u",eK=function(){},vs=QZ?M.useLayoutEffect:eK;function xs(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let a,n,r;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(a=e.length,a!==t.length)return!1;for(n=a;n--!==0;)if(!xs(e[n],t[n]))return!1;return!0}if(r=Object.keys(e),a=r.length,a!==Object.keys(t).length)return!1;for(n=a;n--!==0;)if(!{}.hasOwnProperty.call(t,r[n]))return!1;for(n=a;n--!==0;){const o=r[n];if(!(o==="_owner"&&e.$$typeof)&&!xs(e[o],t[o]))return!1}return!0}return e!==e&&t!==t}function ap(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function np(e,t){const a=ap(e);return Math.round(t*a)/a}function Ol(e){const t=y.useRef(e);return vs(()=>{t.current=e}),t}function tK(e){e===void 0&&(e={});const{placement:t="bottom",strategy:a="absolute",middleware:n=[],platform:r,elements:{reference:o,floating:i}={},transform:l=!0,whileElementsMounted:d,open:u}=e,[p,h]=y.useState({x:0,y:0,strategy:a,placement:t,middlewareData:{},isPositioned:!1}),[f,g]=y.useState(n);xs(f,n)||g(n);const[m,v]=y.useState(null),[x,k]=y.useState(null),b=y.useCallback(L=>{L!==A.current&&(A.current=L,v(L))},[]),w=y.useCallback(L=>{L!==P.current&&(P.current=L,k(L))},[]),C=o||m,D=i||x,A=y.useRef(null),P=y.useRef(null),N=y.useRef(p),_=d!=null,O=Ol(d),V=Ol(r),H=Ol(u),R=y.useCallback(()=>{if(!A.current||!P.current)return;const L={placement:t,strategy:a,middleware:f};V.current&&(L.platform=V.current),JZ(A.current,P.current,L).then(G=>{const ce={...G,isPositioned:H.current!==!1};q.current&&!xs(N.current,ce)&&(N.current=ce,_o.flushSync(()=>{h(ce)}))})},[f,t,a,V,H]);vs(()=>{u===!1&&N.current.isPositioned&&(N.current.isPositioned=!1,h(L=>({...L,isPositioned:!1})))},[u]);const q=y.useRef(!1);vs(()=>(q.current=!0,()=>{q.current=!1}),[]),vs(()=>{if(C&&(A.current=C),D&&(P.current=D),C&&D){if(O.current)return O.current(C,D,R);R()}},[C,D,R,O,_]);const K=y.useMemo(()=>({reference:A,floating:P,setReference:b,setFloating:w}),[b,w]),B=y.useMemo(()=>({reference:C,floating:D}),[C,D]),U=y.useMemo(()=>{const L={position:a,left:0,top:0};if(!B.floating)return L;const G=np(B.floating,p.x),ce=np(B.floating,p.y);return l?{...L,transform:"translate("+G+"px, "+ce+"px)",...ap(B.floating)>=1.5&&{willChange:"transform"}}:{position:a,left:G,top:ce}},[a,l,B.floating,p.x,p.y]);return y.useMemo(()=>({...p,update:R,refs:K,elements:B,floatingStyles:U}),[p,R,K,B,U])}const aK=e=>{function t(a){return{}.hasOwnProperty.call(a,"current")}return{name:"arrow",options:e,fn(a){const{element:n,padding:r}=typeof e=="function"?e(a):e;return n&&t(n)?n.current!=null?tp({element:n.current,padding:r}).fn(a):{}:n?tp({element:n,padding:r}).fn(a):{}}}},nK=(e,t)=>({...GZ(e),options:[e,t]}),rK=(e,t)=>({...UZ(e),options:[e,t]}),oK=(e,t)=>({...XZ(e),options:[e,t]}),sK=(e,t)=>({...YZ(e),options:[e,t]}),iK=(e,t)=>({...ZZ(e),options:[e,t]}),lK=(e,t)=>({...KZ(e),options:[e,t]}),cK=(e,t)=>({...aK(e),options:[e,t]});var dK="Arrow",rp=y.forwardRef((e,t)=>{const{children:a,width:n=10,height:r=5,...o}=e;return c.jsx(de.svg,{...o,ref:t,width:n,height:r,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?a:c.jsx("polygon",{points:"0,0 30,0 15,10"})})});rp.displayName=dK;var uK=rp;function Br(e){const[t,a]=y.useState(void 0);return ot(()=>{if(e){a({width:e.offsetWidth,height:e.offsetHeight});const n=new ResizeObserver(r=>{if(!Array.isArray(r)||!r.length)return;const o=r[0];let i,l;if("borderBoxSize"in o){const d=o.borderBoxSize,u=Array.isArray(d)?d[0]:d;i=u.inlineSize,l=u.blockSize}else i=e.offsetWidth,l=e.offsetHeight;a({width:i,height:l})});return n.observe(e,{box:"border-box"}),()=>n.unobserve(e)}else a(void 0)},[e]),t}var Rl="Popper",[op,Da]=rt(Rl),[hK,sp]=op(Rl),ip=e=>{const{__scopePopper:t,children:a}=e,[n,r]=y.useState(null);return c.jsx(hK,{scope:t,anchor:n,onAnchorChange:r,children:a})};ip.displayName=Rl;var lp="PopperAnchor",cp=y.forwardRef((e,t)=>{const{__scopePopper:a,virtualRef:n,...r}=e,o=sp(lp,a),i=y.useRef(null),l=Se(t,i),d=y.useRef(null);return y.useEffect(()=>{const u=d.current;d.current=n?.current||i.current,u!==d.current&&o.onAnchorChange(d.current)}),n?null:c.jsx(de.div,{...r,ref:l})});cp.displayName=lp;var Il="PopperContent",[pK,yK]=op(Il),dp=y.forwardRef((e,t)=>{const{__scopePopper:a,side:n="bottom",sideOffset:r=0,align:o="center",alignOffset:i=0,arrowPadding:l=0,avoidCollisions:d=!0,collisionBoundary:u=[],collisionPadding:p=0,sticky:h="partial",hideWhenDetached:f=!1,updatePositionStrategy:g="optimized",onPlaced:m,...v}=e,x=sp(Il,a),[k,b]=y.useState(null),w=Se(t,$=>b($)),[C,D]=y.useState(null),A=Br(C),P=A?.width??0,N=A?.height??0,_=n+(o!=="center"?"-"+o:""),O=typeof p=="number"?p:{top:0,right:0,bottom:0,left:0,...p},V=Array.isArray(u)?u:[u],H=V.length>0,R={padding:O,boundary:V.filter(mK),altBoundary:H},{refs:q,floatingStyles:K,placement:B,isPositioned:U,middlewareData:L}=tK({strategy:"fixed",placement:_,whileElementsMounted:(...$)=>WZ(...$,{animationFrame:g==="always"}),elements:{reference:x.anchor},middleware:[nK({mainAxis:r+N,alignmentAxis:i}),d&&rK({mainAxis:!0,crossAxis:!1,limiter:h==="partial"?oK():void 0,...R}),d&&sK({...R}),iK({...R,apply:({elements:$,rects:re,availableWidth:xe,availableHeight:fe})=>{const{width:me,height:ae}=re.reference,je=$.floating.style;je.setProperty("--radix-popper-available-width",`${xe}px`),je.setProperty("--radix-popper-available-height",`${fe}px`),je.setProperty("--radix-popper-anchor-width",`${me}px`),je.setProperty("--radix-popper-anchor-height",`${ae}px`)}}),C&&cK({element:C,padding:l}),gK({arrowWidth:P,arrowHeight:N}),f&&lK({strategy:"referenceHidden",...R})]}),[G,ce]=pp(B),ue=Ke(m);ot(()=>{U&&ue?.()},[U,ue]);const F=L.arrow?.x,W=L.arrow?.y,Q=L.arrow?.centerOffset!==0,[X,le]=y.useState();return ot(()=>{k&&le(window.getComputedStyle(k).zIndex)},[k]),c.jsx("div",{ref:q.setFloating,"data-radix-popper-content-wrapper":"",style:{...K,transform:U?K.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:X,"--radix-popper-transform-origin":[L.transformOrigin?.x,L.transformOrigin?.y].join(" "),...L.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:e.dir,children:c.jsx(pK,{scope:a,placedSide:G,onArrowChange:D,arrowX:F,arrowY:W,shouldHideArrow:Q,children:c.jsx(de.div,{"data-side":G,"data-align":ce,...v,ref:w,style:{...v.style,animation:U?void 0:"none"}})})})});dp.displayName=Il;var up="PopperArrow",fK={top:"bottom",right:"left",bottom:"top",left:"right"},hp=y.forwardRef(function(t,a){const{__scopePopper:n,...r}=t,o=yK(up,n),i=fK[o.placedSide];return c.jsx("span",{ref:o.onArrowChange,style:{position:"absolute",left:o.arrowX,top:o.arrowY,[i]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[o.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[o.placedSide],visibility:o.shouldHideArrow?"hidden":void 0},children:c.jsx(uK,{...r,ref:a,style:{...r.style,display:"block"}})})});hp.displayName=up;function mK(e){return e!==null}var gK=e=>({name:"transformOrigin",options:e,fn(t){const{placement:a,rects:n,middlewareData:r}=t,i=r.arrow?.centerOffset!==0,l=i?0:e.arrowWidth,d=i?0:e.arrowHeight,[u,p]=pp(a),h={start:"0%",center:"50%",end:"100%"}[p],f=(r.arrow?.x??0)+l/2,g=(r.arrow?.y??0)+d/2;let m="",v="";return u==="bottom"?(m=i?h:`${f}px`,v=`${-d}px`):u==="top"?(m=i?h:`${f}px`,v=`${n.floating.height+d}px`):u==="right"?(m=`${-d}px`,v=i?h:`${g}px`):u==="left"&&(m=`${n.floating.width+d}px`,v=i?h:`${g}px`),{data:{x:m,y:v}}}});function pp(e){const[t,a="center"]=e.split("-");return[t,a]}var tr=ip,ar=cp,$r=dp,Wr=hp;function nr(e){const t=y.useRef({value:e,previous:e});return y.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var yp=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"}),kK="VisuallyHidden",fp=y.forwardRef((e,t)=>c.jsx(de.span,{...e,ref:t,style:{...yp,...e.style}}));fp.displayName=kK;var mp=fp,vK=[" ","Enter","ArrowUp","ArrowDown"],xK=[" ","Enter"],kn="Select",[bs,Ms,bK]=Ga(kn),[rr]=rt(kn,[bK,Da]),ws=Da(),[MK,en]=rr(kn),[wK,CK]=rr(kn),gp=e=>{const{__scopeSelect:t,children:a,open:n,defaultOpen:r,onOpenChange:o,value:i,defaultValue:l,onValueChange:d,dir:u,name:p,autoComplete:h,disabled:f,required:g,form:m}=e,v=ws(t),[x,k]=y.useState(null),[b,w]=y.useState(null),[C,D]=y.useState(!1),A=sa(u),[P,N]=at({prop:n,defaultProp:r??!1,onChange:o,caller:kn}),[_,O]=at({prop:i,defaultProp:l,onChange:d,caller:kn}),V=y.useRef(null),H=x?m||!!x.closest("form"):!0,[R,q]=y.useState(new Set),K=Array.from(R).map(B=>B.props.value).join(";");return c.jsx(tr,{...v,children:c.jsxs(MK,{required:g,scope:t,trigger:x,onTriggerChange:k,valueNode:b,onValueNodeChange:w,valueNodeHasChildren:C,onValueNodeHasChildrenChange:D,contentId:Ze(),value:_,onValueChange:O,open:P,onOpenChange:N,dir:A,triggerPointerDownPosRef:V,disabled:f,children:[c.jsx(bs.Provider,{scope:t,children:c.jsx(wK,{scope:e.__scopeSelect,onNativeOptionAdd:y.useCallback(B=>{q(U=>new Set(U).add(B))},[]),onNativeOptionRemove:y.useCallback(B=>{q(U=>{const L=new Set(U);return L.delete(B),L})},[]),children:a})}),H?c.jsxs(Fp,{"aria-hidden":!0,required:g,tabIndex:-1,name:p,autoComplete:h,value:_,onChange:B=>O(B.target.value),disabled:f,form:m,children:[_===void 0?c.jsx("option",{value:""}):null,Array.from(R)]},K):null]})})};gp.displayName=kn;var kp="SelectTrigger",vp=y.forwardRef((e,t)=>{const{__scopeSelect:a,disabled:n=!1,...r}=e,o=ws(a),i=en(kp,a),l=i.disabled||n,d=Se(t,i.onTriggerChange),u=Ms(a),p=y.useRef("touch"),[h,f,g]=$p(v=>{const x=u().filter(w=>!w.disabled),k=x.find(w=>w.value===i.value),b=Wp(x,v,k);b!==void 0&&i.onValueChange(b.value)}),m=v=>{l||(i.onOpenChange(!0),g()),v&&(i.triggerPointerDownPosRef.current={x:Math.round(v.pageX),y:Math.round(v.pageY)})};return c.jsx(ar,{asChild:!0,...o,children:c.jsx(de.button,{type:"button",role:"combobox","aria-controls":i.contentId,"aria-expanded":i.open,"aria-required":i.required,"aria-autocomplete":"none",dir:i.dir,"data-state":i.open?"open":"closed",disabled:l,"data-disabled":l?"":void 0,"data-placeholder":Bp(i.value)?"":void 0,...r,ref:d,onClick:Y(r.onClick,v=>{v.currentTarget.focus(),p.current!=="mouse"&&m(v)}),onPointerDown:Y(r.onPointerDown,v=>{p.current=v.pointerType;const x=v.target;x.hasPointerCapture(v.pointerId)&&x.releasePointerCapture(v.pointerId),v.button===0&&v.ctrlKey===!1&&v.pointerType==="mouse"&&(m(v),v.preventDefault())}),onKeyDown:Y(r.onKeyDown,v=>{const x=h.current!=="";!(v.ctrlKey||v.altKey||v.metaKey)&&v.key.length===1&&f(v.key),!(x&&v.key===" ")&&vK.includes(v.key)&&(m(),v.preventDefault())})})})});vp.displayName=kp;var xp="SelectValue",bp=y.forwardRef((e,t)=>{const{__scopeSelect:a,className:n,style:r,children:o,placeholder:i="",...l}=e,d=en(xp,a),{onValueNodeHasChildrenChange:u}=d,p=o!==void 0,h=Se(t,d.onValueNodeChange);return ot(()=>{u(p)},[u,p]),c.jsx(de.span,{...l,ref:h,style:{pointerEvents:"none"},children:Bp(d.value)?c.jsx(c.Fragment,{children:i}):o})});bp.displayName=xp;var SK="SelectIcon",Mp=y.forwardRef((e,t)=>{const{__scopeSelect:a,children:n,...r}=e;return c.jsx(de.span,{"aria-hidden":!0,...r,ref:t,children:n||"â–¼"})});Mp.displayName=SK;var jK="SelectPortal",wp=e=>c.jsx(un,{asChild:!0,...e});wp.displayName=jK;var vn="SelectContent",Cp=y.forwardRef((e,t)=>{const a=en(vn,e.__scopeSelect),[n,r]=y.useState();if(ot(()=>{r(new DocumentFragment)},[]),!a.open){const o=n;return o?_o.createPortal(c.jsx(Sp,{scope:e.__scopeSelect,children:c.jsx(bs.Slot,{scope:e.__scopeSelect,children:c.jsx("div",{children:e.children})})}),o):null}return c.jsx(jp,{...e,ref:t})});Cp.displayName=vn;var fa=10,[Sp,tn]=rr(vn),AK="SelectContentImpl",DK=dn("SelectContent.RemoveScroll"),jp=y.forwardRef((e,t)=>{const{__scopeSelect:a,position:n="item-aligned",onCloseAutoFocus:r,onEscapeKeyDown:o,onPointerDownOutside:i,side:l,sideOffset:d,align:u,alignOffset:p,arrowPadding:h,collisionBoundary:f,collisionPadding:g,sticky:m,hideWhenDetached:v,avoidCollisions:x,...k}=e,b=en(vn,a),[w,C]=y.useState(null),[D,A]=y.useState(null),P=Se(t,$=>C($)),[N,_]=y.useState(null),[O,V]=y.useState(null),H=Ms(a),[R,q]=y.useState(!1),K=y.useRef(!1);y.useEffect(()=>{if(w)return Jo(w)},[w]),$o();const B=y.useCallback($=>{const[re,...xe]=H().map(ae=>ae.ref.current),[fe]=xe.slice(-1),me=document.activeElement;for(const ae of $)if(ae===me||(ae?.scrollIntoView({block:"nearest"}),ae===re&&D&&(D.scrollTop=0),ae===fe&&D&&(D.scrollTop=D.scrollHeight),ae?.focus(),document.activeElement!==me))return},[H,D]),U=y.useCallback(()=>B([N,w]),[B,N,w]);y.useEffect(()=>{R&&U()},[R,U]);const{onOpenChange:L,triggerPointerDownPosRef:G}=b;y.useEffect(()=>{if(w){let $={x:0,y:0};const re=fe=>{$={x:Math.abs(Math.round(fe.pageX)-(G.current?.x??0)),y:Math.abs(Math.round(fe.pageY)-(G.current?.y??0))}},xe=fe=>{$.x<=10&&$.y<=10?fe.preventDefault():w.contains(fe.target)||L(!1),document.removeEventListener("pointermove",re),G.current=null};return G.current!==null&&(document.addEventListener("pointermove",re),document.addEventListener("pointerup",xe,{capture:!0,once:!0})),()=>{document.removeEventListener("pointermove",re),document.removeEventListener("pointerup",xe,{capture:!0})}}},[w,L,G]),y.useEffect(()=>{const $=()=>L(!1);return window.addEventListener("blur",$),window.addEventListener("resize",$),()=>{window.removeEventListener("blur",$),window.removeEventListener("resize",$)}},[L]);const[ce,ue]=$p($=>{const re=H().filter(me=>!me.disabled),xe=re.find(me=>me.ref.current===document.activeElement),fe=Wp(re,$,xe);fe&&setTimeout(()=>fe.ref.current.focus())}),F=y.useCallback(($,re,xe)=>{const fe=!K.current&&!xe;(b.value!==void 0&&b.value===re||fe)&&(_($),fe&&(K.current=!0))},[b.value]),W=y.useCallback(()=>w?.focus(),[w]),Q=y.useCallback(($,re,xe)=>{const fe=!K.current&&!xe;(b.value!==void 0&&b.value===re||fe)&&V($)},[b.value]),X=n==="popper"?Vl:Ap,le=X===Vl?{side:l,sideOffset:d,align:u,alignOffset:p,arrowPadding:h,collisionBoundary:f,collisionPadding:g,sticky:m,hideWhenDetached:v,avoidCollisions:x}:{};return c.jsx(Sp,{scope:a,content:w,viewport:D,onViewportChange:A,itemRefCallback:F,selectedItem:N,onItemLeave:W,itemTextRefCallback:Q,focusSelectedItem:U,selectedItemText:O,position:n,isPositioned:R,searchRef:ce,children:c.jsx(jr,{as:DK,allowPinchZoom:!0,children:c.jsx(Sr,{asChild:!0,trapped:b.open,onMountAutoFocus:$=>{$.preventDefault()},onUnmountAutoFocus:Y(r,$=>{b.trigger?.focus({preventScroll:!0}),$.preventDefault()}),children:c.jsx(Ya,{asChild:!0,disableOutsidePointerEvents:!0,onEscapeKeyDown:o,onPointerDownOutside:i,onFocusOutside:$=>$.preventDefault(),onDismiss:()=>b.onOpenChange(!1),children:c.jsx(X,{role:"listbox",id:b.contentId,"data-state":b.open?"open":"closed",dir:b.dir,onContextMenu:$=>$.preventDefault(),...k,...le,onPlaced:()=>q(!0),ref:P,style:{display:"flex",flexDirection:"column",outline:"none",...k.style},onKeyDown:Y(k.onKeyDown,$=>{const re=$.ctrlKey||$.altKey||$.metaKey;if($.key==="Tab"&&$.preventDefault(),!re&&$.key.length===1&&ue($.key),["ArrowUp","ArrowDown","Home","End"].includes($.key)){let fe=H().filter(me=>!me.disabled).map(me=>me.ref.current);if(["ArrowUp","End"].includes($.key)&&(fe=fe.slice().reverse()),["ArrowUp","ArrowDown"].includes($.key)){const me=$.target,ae=fe.indexOf(me);fe=fe.slice(ae+1)}setTimeout(()=>B(fe)),$.preventDefault()}})})})})})})});jp.displayName=AK;var PK="SelectItemAlignedPosition",Ap=y.forwardRef((e,t)=>{const{__scopeSelect:a,onPlaced:n,...r}=e,o=en(vn,a),i=tn(vn,a),[l,d]=y.useState(null),[u,p]=y.useState(null),h=Se(t,P=>p(P)),f=Ms(a),g=y.useRef(!1),m=y.useRef(!0),{viewport:v,selectedItem:x,selectedItemText:k,focusSelectedItem:b}=i,w=y.useCallback(()=>{if(o.trigger&&o.valueNode&&l&&u&&v&&x&&k){const P=o.trigger.getBoundingClientRect(),N=u.getBoundingClientRect(),_=o.valueNode.getBoundingClientRect(),O=k.getBoundingClientRect();if(o.dir!=="rtl"){const me=O.left-N.left,ae=_.left-me,je=P.left-ae,J=P.width+je,ye=Math.max(J,N.width),Te=window.innerWidth-fa,ze=Lr(ae,[fa,Math.max(fa,Te-ye)]);l.style.minWidth=J+"px",l.style.left=ze+"px"}else{const me=N.right-O.right,ae=window.innerWidth-_.right-me,je=window.innerWidth-P.right-ae,J=P.width+je,ye=Math.max(J,N.width),Te=window.innerWidth-fa,ze=Lr(ae,[fa,Math.max(fa,Te-ye)]);l.style.minWidth=J+"px",l.style.right=ze+"px"}const V=f(),H=window.innerHeight-fa*2,R=v.scrollHeight,q=window.getComputedStyle(u),K=parseInt(q.borderTopWidth,10),B=parseInt(q.paddingTop,10),U=parseInt(q.borderBottomWidth,10),L=parseInt(q.paddingBottom,10),G=K+B+R+L+U,ce=Math.min(x.offsetHeight*5,G),ue=window.getComputedStyle(v),F=parseInt(ue.paddingTop,10),W=parseInt(ue.paddingBottom,10),Q=P.top+P.height/2-fa,X=H-Q,le=x.offsetHeight/2,$=x.offsetTop+le,re=K+B+$,xe=G-re;if(re<=Q){const me=V.length>0&&x===V[V.length-1].ref.current;l.style.bottom="0px";const ae=u.clientHeight-v.offsetTop-v.offsetHeight,je=Math.max(X,le+(me?W:0)+ae+U),J=re+je;l.style.height=J+"px"}else{const me=V.length>0&&x===V[0].ref.current;l.style.top="0px";const je=Math.max(Q,K+v.offsetTop+(me?F:0)+le)+xe;l.style.height=je+"px",v.scrollTop=re-Q+v.offsetTop}l.style.margin=`${fa}px 0`,l.style.minHeight=ce+"px",l.style.maxHeight=H+"px",n?.(),requestAnimationFrame(()=>g.current=!0)}},[f,o.trigger,o.valueNode,l,u,v,x,k,o.dir,n]);ot(()=>w(),[w]);const[C,D]=y.useState();ot(()=>{u&&D(window.getComputedStyle(u).zIndex)},[u]);const A=y.useCallback(P=>{P&&m.current===!0&&(w(),b?.(),m.current=!1)},[w,b]);return c.jsx(NK,{scope:a,contentWrapper:l,shouldExpandOnScrollRef:g,onScrollButtonChange:A,children:c.jsx("div",{ref:d,style:{display:"flex",flexDirection:"column",position:"fixed",zIndex:C},children:c.jsx(de.div,{...r,ref:h,style:{boxSizing:"border-box",maxHeight:"100%",...r.style}})})})});Ap.displayName=PK;var TK="SelectPopperPosition",Vl=y.forwardRef((e,t)=>{const{__scopeSelect:a,align:n="start",collisionPadding:r=fa,...o}=e,i=ws(a);return c.jsx($r,{...i,...o,ref:t,align:n,collisionPadding:r,style:{boxSizing:"border-box",...o.style,"--radix-select-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-select-content-available-width":"var(--radix-popper-available-width)","--radix-select-content-available-height":"var(--radix-popper-available-height)","--radix-select-trigger-width":"var(--radix-popper-anchor-width)","--radix-select-trigger-height":"var(--radix-popper-anchor-height)"}})});Vl.displayName=TK;var[NK,Ll]=rr(vn,{}),Hl="SelectViewport",Dp=y.forwardRef((e,t)=>{const{__scopeSelect:a,nonce:n,...r}=e,o=tn(Hl,a),i=Ll(Hl,a),l=Se(t,o.onViewportChange),d=y.useRef(0);return c.jsxs(c.Fragment,{children:[c.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}"},nonce:n}),c.jsx(bs.Slot,{scope:a,children:c.jsx(de.div,{"data-radix-select-viewport":"",role:"presentation",...r,ref:l,style:{position:"relative",flex:1,overflow:"hidden auto",...r.style},onScroll:Y(r.onScroll,u=>{const p=u.currentTarget,{contentWrapper:h,shouldExpandOnScrollRef:f}=i;if(f?.current&&h){const g=Math.abs(d.current-p.scrollTop);if(g>0){const m=window.innerHeight-fa*2,v=parseFloat(h.style.minHeight),x=parseFloat(h.style.height),k=Math.max(v,x);if(k<m){const b=k+g,w=Math.min(m,b),C=b-w;h.style.height=w+"px",h.style.bottom==="0px"&&(p.scrollTop=C>0?C:0,h.style.justifyContent="flex-end")}}}d.current=p.scrollTop})})})]})});Dp.displayName=Hl;var Pp="SelectGroup",[EK,_K]=rr(Pp),Tp=y.forwardRef((e,t)=>{const{__scopeSelect:a,...n}=e,r=Ze();return c.jsx(EK,{scope:a,id:r,children:c.jsx(de.div,{role:"group","aria-labelledby":r,...n,ref:t})})});Tp.displayName=Pp;var Np="SelectLabel",Ep=y.forwardRef((e,t)=>{const{__scopeSelect:a,...n}=e,r=_K(Np,a);return c.jsx(de.div,{id:r.id,...n,ref:t})});Ep.displayName=Np;var Cs="SelectItem",[zK,_p]=rr(Cs),zp=y.forwardRef((e,t)=>{const{__scopeSelect:a,value:n,disabled:r=!1,textValue:o,...i}=e,l=en(Cs,a),d=tn(Cs,a),u=l.value===n,[p,h]=y.useState(o??""),[f,g]=y.useState(!1),m=Se(t,b=>d.itemRefCallback?.(b,n,r)),v=Ze(),x=y.useRef("touch"),k=()=>{r||(l.onValueChange(n),l.onOpenChange(!1))};if(n==="")throw new Error("A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.");return c.jsx(zK,{scope:a,value:n,disabled:r,textId:v,isSelected:u,onItemTextChange:y.useCallback(b=>{h(w=>w||(b?.textContent??"").trim())},[]),children:c.jsx(bs.ItemSlot,{scope:a,value:n,disabled:r,textValue:p,children:c.jsx(de.div,{role:"option","aria-labelledby":v,"data-highlighted":f?"":void 0,"aria-selected":u&&f,"data-state":u?"checked":"unchecked","aria-disabled":r||void 0,"data-disabled":r?"":void 0,tabIndex:r?void 0:-1,...i,ref:m,onFocus:Y(i.onFocus,()=>g(!0)),onBlur:Y(i.onBlur,()=>g(!1)),onClick:Y(i.onClick,()=>{x.current!=="mouse"&&k()}),onPointerUp:Y(i.onPointerUp,()=>{x.current==="mouse"&&k()}),onPointerDown:Y(i.onPointerDown,b=>{x.current=b.pointerType}),onPointerMove:Y(i.onPointerMove,b=>{x.current=b.pointerType,r?d.onItemLeave?.():x.current==="mouse"&&b.currentTarget.focus({preventScroll:!0})}),onPointerLeave:Y(i.onPointerLeave,b=>{b.currentTarget===document.activeElement&&d.onItemLeave?.()}),onKeyDown:Y(i.onKeyDown,b=>{d.searchRef?.current!==""&&b.key===" "||(xK.includes(b.key)&&k(),b.key===" "&&b.preventDefault())})})})})});zp.displayName=Cs;var Gr="SelectItemText",Op=y.forwardRef((e,t)=>{const{__scopeSelect:a,className:n,style:r,...o}=e,i=en(Gr,a),l=tn(Gr,a),d=_p(Gr,a),u=CK(Gr,a),[p,h]=y.useState(null),f=Se(t,k=>h(k),d.onItemTextChange,k=>l.itemTextRefCallback?.(k,d.value,d.disabled)),g=p?.textContent,m=y.useMemo(()=>c.jsx("option",{value:d.value,disabled:d.disabled,children:g},d.value),[d.disabled,d.value,g]),{onNativeOptionAdd:v,onNativeOptionRemove:x}=u;return ot(()=>(v(m),()=>x(m)),[v,x,m]),c.jsxs(c.Fragment,{children:[c.jsx(de.span,{id:d.textId,...o,ref:f}),d.isSelected&&i.valueNode&&!i.valueNodeHasChildren?_o.createPortal(o.children,i.valueNode):null]})});Op.displayName=Gr;var Rp="SelectItemIndicator",Ip=y.forwardRef((e,t)=>{const{__scopeSelect:a,...n}=e;return _p(Rp,a).isSelected?c.jsx(de.span,{"aria-hidden":!0,...n,ref:t}):null});Ip.displayName=Rp;var ql="SelectScrollUpButton",Vp=y.forwardRef((e,t)=>{const a=tn(ql,e.__scopeSelect),n=Ll(ql,e.__scopeSelect),[r,o]=y.useState(!1),i=Se(t,n.onScrollButtonChange);return ot(()=>{if(a.viewport&&a.isPositioned){let l=function(){const u=d.scrollTop>0;o(u)};const d=a.viewport;return l(),d.addEventListener("scroll",l),()=>d.removeEventListener("scroll",l)}},[a.viewport,a.isPositioned]),r?c.jsx(Hp,{...e,ref:i,onAutoScroll:()=>{const{viewport:l,selectedItem:d}=a;l&&d&&(l.scrollTop=l.scrollTop-d.offsetHeight)}}):null});Vp.displayName=ql;var Fl="SelectScrollDownButton",Lp=y.forwardRef((e,t)=>{const a=tn(Fl,e.__scopeSelect),n=Ll(Fl,e.__scopeSelect),[r,o]=y.useState(!1),i=Se(t,n.onScrollButtonChange);return ot(()=>{if(a.viewport&&a.isPositioned){let l=function(){const u=d.scrollHeight-d.clientHeight,p=Math.ceil(d.scrollTop)<u;o(p)};const d=a.viewport;return l(),d.addEventListener("scroll",l),()=>d.removeEventListener("scroll",l)}},[a.viewport,a.isPositioned]),r?c.jsx(Hp,{...e,ref:i,onAutoScroll:()=>{const{viewport:l,selectedItem:d}=a;l&&d&&(l.scrollTop=l.scrollTop+d.offsetHeight)}}):null});Lp.displayName=Fl;var Hp=y.forwardRef((e,t)=>{const{__scopeSelect:a,onAutoScroll:n,...r}=e,o=tn("SelectScrollButton",a),i=y.useRef(null),l=Ms(a),d=y.useCallback(()=>{i.current!==null&&(window.clearInterval(i.current),i.current=null)},[]);return y.useEffect(()=>()=>d(),[d]),ot(()=>{l().find(p=>p.ref.current===document.activeElement)?.ref.current?.scrollIntoView({block:"nearest"})},[l]),c.jsx(de.div,{"aria-hidden":!0,...r,ref:t,style:{flexShrink:0,...r.style},onPointerDown:Y(r.onPointerDown,()=>{i.current===null&&(i.current=window.setInterval(n,50))}),onPointerMove:Y(r.onPointerMove,()=>{o.onItemLeave?.(),i.current===null&&(i.current=window.setInterval(n,50))}),onPointerLeave:Y(r.onPointerLeave,()=>{d()})})}),OK="SelectSeparator",qp=y.forwardRef((e,t)=>{const{__scopeSelect:a,...n}=e;return c.jsx(de.div,{"aria-hidden":!0,...n,ref:t})});qp.displayName=OK;var Bl="SelectArrow",RK=y.forwardRef((e,t)=>{const{__scopeSelect:a,...n}=e,r=ws(a),o=en(Bl,a),i=tn(Bl,a);return o.open&&i.position==="popper"?c.jsx(Wr,{...r,...n,ref:t}):null});RK.displayName=Bl;var IK="SelectBubbleInput",Fp=y.forwardRef(({__scopeSelect:e,value:t,...a},n)=>{const r=y.useRef(null),o=Se(n,r),i=nr(t);return y.useEffect(()=>{const l=r.current;if(!l)return;const d=window.HTMLSelectElement.prototype,p=Object.getOwnPropertyDescriptor(d,"value").set;if(i!==t&&p){const h=new Event("change",{bubbles:!0});p.call(l,t),l.dispatchEvent(h)}},[i,t]),c.jsx(de.select,{...a,style:{...yp,...a.style},ref:o,defaultValue:t})});Fp.displayName=IK;function Bp(e){return e===""||e===void 0}function $p(e){const t=Ke(e),a=y.useRef(""),n=y.useRef(0),r=y.useCallback(i=>{const l=a.current+i;t(l),(function d(u){a.current=u,window.clearTimeout(n.current),u!==""&&(n.current=window.setTimeout(()=>d(""),1e3))})(l)},[t]),o=y.useCallback(()=>{a.current="",window.clearTimeout(n.current)},[]);return y.useEffect(()=>()=>window.clearTimeout(n.current),[]),[a,r,o]}function Wp(e,t,a){const r=t.length>1&&Array.from(t).every(u=>u===t[0])?t[0]:t,o=a?e.indexOf(a):-1;let i=VK(e,Math.max(o,0));r.length===1&&(i=i.filter(u=>u!==a));const d=i.find(u=>u.textValue.toLowerCase().startsWith(r.toLowerCase()));return d!==a?d:void 0}function VK(e,t){return e.map((a,n)=>e[(t+n)%e.length])}var LK=gp,HK=vp,qK=bp,FK=Mp,BK=wp,$K=Cp,WK=Dp,GK=Tp,UK=Ep,YK=zp,ZK=Op,KK=Ip,XK=Vp,JK=Lp,QK=qp;function La({...e}){return c.jsx(LK,{"data-slot":"select",...e})}function eX({...e}){return c.jsx(GK,{"data-slot":"select-group",...e})}function Ha({...e}){return c.jsx(qK,{"data-slot":"select-value",...e})}function qa({className:e,size:t="default",children:a,...n}){return c.jsxs(HK,{"data-slot":"select-trigger","data-size":t,className:j("border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 dark:hover:bg-input/50 flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...n,children:[a,c.jsx(FK,{asChild:!0,children:c.jsx(Ua,{className:"size-4 opacity-50"})})]})}function Fa({className:e,children:t,position:a="item-aligned",align:n="center",...r}){return c.jsx(BK,{children:c.jsxs($K,{"data-slot":"select-content",className:j("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 relative z-50 max-h-(--radix-select-content-available-height) min-w-[8rem] origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border shadow-md",a==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),position:a,align:n,...r,children:[c.jsx(Gp,{}),c.jsx(WK,{className:j("p-1",a==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)] scroll-my-1"),children:t}),c.jsx(Up,{})]})})}function tX({className:e,...t}){return c.jsx(UK,{"data-slot":"select-label",className:j("text-muted-foreground px-2 py-1.5 text-xs",e),...t})}function jt({className:e,children:t,...a}){return c.jsxs(YK,{"data-slot":"select-item",className:j("focus:bg-accent focus:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2",e),...a,children:[c.jsx("span",{"data-slot":"select-item-indicator",className:"absolute right-2 flex size-3.5 items-center justify-center",children:c.jsx(KK,{children:c.jsx(Ln,{className:"size-4"})})}),c.jsx(ZK,{children:t})]})}function aX({className:e,...t}){return c.jsx(QK,{"data-slot":"select-separator",className:j("bg-border pointer-events-none -mx-1 my-1 h-px",e),...t})}function Gp({className:e,...t}){return c.jsx(XK,{"data-slot":"select-scroll-up-button",className:j("flex cursor-default items-center justify-center py-1",e),...t,children:c.jsx(Li,{className:"size-4"})})}function Up({className:e,...t}){return c.jsx(JK,{"data-slot":"select-scroll-down-button",className:j("flex cursor-default items-center justify-center py-1",e),...t,children:c.jsx(Ua,{className:"size-4"})})}const $l="bg-blue-500 text-white";function Yp({events:e=[],view:t="month",currentDate:a=new Date,onEventClick:n,onDateClick:r,onViewChange:o,onNavigate:i,className:l}){const[d,u]=y.useState(t),[p,h]=y.useState(a),f=()=>{const k=new Date(p);d==="month"?k.setMonth(k.getMonth()-1):d==="week"?k.setDate(k.getDate()-7):k.setDate(k.getDate()-1),h(k),i?.(k)},g=()=>{const k=new Date(p);d==="month"?k.setMonth(k.getMonth()+1):d==="week"?k.setDate(k.getDate()+7):k.setDate(k.getDate()+1),h(k),i?.(k)},m=()=>{const k=new Date;h(k),i?.(k)},v=k=>{u(k),o?.(k)},x=()=>{if(d==="month")return p.toLocaleDateString("default",{month:"long",year:"numeric"});if(d==="week"){const k=Zp(p),b=new Date(k);return b.setDate(b.getDate()+6),`${k.toLocaleDateString("default",{month:"short",day:"numeric"})} - ${b.toLocaleDateString("default",{month:"short",day:"numeric",year:"numeric"})}`}else return p.toLocaleDateString("default",{weekday:"long",month:"long",day:"numeric",year:"numeric"})};return c.jsxs("div",{className:j("flex flex-col h-full bg-background",l),children:[c.jsxs("div",{className:"flex items-center justify-between p-4 border-b",children:[c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsx(Xe,{variant:"outline",size:"sm",onClick:m,children:"Today"}),c.jsxs("div",{className:"flex items-center",children:[c.jsx(Xe,{variant:"ghost",size:"icon",onClick:f,className:"h-8 w-8",children:c.jsx(Mr,{className:"h-4 w-4"})}),c.jsx(Xe,{variant:"ghost",size:"icon",onClick:g,className:"h-8 w-8",children:c.jsx(la,{className:"h-4 w-4"})})]}),c.jsx("h2",{className:"text-lg font-semibold ml-2",children:x()})]}),c.jsx("div",{className:"flex items-center gap-2",children:c.jsxs(La,{value:d,onValueChange:v,children:[c.jsx(qa,{className:"w-32",children:c.jsx(Ha,{})}),c.jsxs(Fa,{children:[c.jsx(jt,{value:"day",children:"Day"}),c.jsx(jt,{value:"week",children:"Week"}),c.jsx(jt,{value:"month",children:"Month"})]})]})})]}),c.jsxs("div",{className:"flex-1 overflow-auto",children:[d==="month"&&c.jsx(rX,{date:p,events:e,onEventClick:n,onDateClick:r}),d==="week"&&c.jsx(oX,{date:p,events:e,onEventClick:n,onDateClick:r}),d==="day"&&c.jsx(sX,{date:p,events:e,onEventClick:n})]})]})}function Zp(e){const t=new Date(e),a=t.getDay(),n=t.getDate()-a;return new Date(t.setDate(n))}function nX(e){const t=e.getFullYear(),a=e.getMonth(),n=new Date(t,a,1),r=new Date(t,a+1,0),o=n.getDay(),i=[];for(let d=o-1;d>=0;d--){const u=new Date(n);u.setDate(u.getDate()-(d+1)),i.push(u)}for(let d=1;d<=r.getDate();d++)i.push(new Date(t,a,d));const l=42-i.length;for(let d=1;d<=l;d++){const u=new Date(r);u.setDate(u.getDate()+d),i.push(u)}return i}function Kp(e,t){return e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate()}function Wl(e,t){return t.filter(a=>{const n=new Date(a.start),r=a.end?new Date(a.end):new Date(n),o=new Date(e);o.setHours(0,0,0,0);const i=new Date(e);i.setHours(23,59,59,999);const l=new Date(n);l.setHours(0,0,0,0);const d=new Date(r);return d.setHours(23,59,59,999),o<=d&&i>=l})}function rX({date:e,events:t,onEventClick:a,onDateClick:n}){const r=nX(e),o=new Date,i=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];return c.jsxs("div",{className:"flex flex-col h-full",children:[c.jsx("div",{className:"grid grid-cols-7 border-b",children:i.map(l=>c.jsx("div",{className:"p-2 text-center text-sm font-medium text-muted-foreground border-r last:border-r-0",children:l},l))}),c.jsx("div",{className:"grid grid-cols-7 flex-1 auto-rows-fr",children:r.map((l,d)=>{const u=Wl(l,t),p=l.getMonth()===e.getMonth(),h=Kp(l,o);return c.jsxs("div",{className:j("border-b border-r last:border-r-0 p-2 min-h-[100px] cursor-pointer hover:bg-accent/50",!p&&"bg-muted/30 text-muted-foreground"),onClick:()=>n?.(l),children:[c.jsx("div",{className:j("text-sm font-medium mb-1",h&&"inline-flex items-center justify-center rounded-full bg-primary text-primary-foreground h-6 w-6"),children:l.getDate()}),c.jsxs("div",{className:"space-y-1",children:[u.slice(0,3).map(f=>c.jsx("div",{className:j("text-xs px-2 py-1 rounded truncate cursor-pointer hover:opacity-80",f.color||$l),style:f.color&&f.color.startsWith("#")?{backgroundColor:f.color}:void 0,onClick:g=>{g.stopPropagation(),a?.(f)},children:f.title},f.id)),u.length>3&&c.jsxs("div",{className:"text-xs text-muted-foreground px-2",children:["+",u.length-3," more"]})]})]},d)})})]})}function oX({date:e,events:t,onEventClick:a,onDateClick:n}){const r=Zp(e),o=Array.from({length:7},(l,d)=>{const u=new Date(r);return u.setDate(u.getDate()+d),u}),i=new Date;return c.jsxs("div",{className:"flex flex-col h-full",children:[c.jsx("div",{className:"grid grid-cols-7 border-b",children:o.map(l=>{const d=Kp(l,i);return c.jsxs("div",{className:"p-3 text-center border-r last:border-r-0",children:[c.jsx("div",{className:"text-sm font-medium text-muted-foreground",children:l.toLocaleDateString("default",{weekday:"short"})}),c.jsx("div",{className:j("text-lg font-semibold mt-1",d&&"inline-flex items-center justify-center rounded-full bg-primary text-primary-foreground h-8 w-8"),children:l.getDate()})]},l.toISOString())})}),c.jsx("div",{className:"grid grid-cols-7 flex-1",children:o.map(l=>{const d=Wl(l,t);return c.jsx("div",{className:"border-r last:border-r-0 p-2 min-h-[400px] cursor-pointer hover:bg-accent/50",onClick:()=>n?.(l),children:c.jsx("div",{className:"space-y-2",children:d.map(u=>c.jsxs("div",{className:j("text-sm px-3 py-2 rounded cursor-pointer hover:opacity-80",u.color||$l),style:u.color&&u.color.startsWith("#")?{backgroundColor:u.color}:void 0,onClick:p=>{p.stopPropagation(),a?.(u)},children:[c.jsx("div",{className:"font-medium",children:u.title}),!u.allDay&&c.jsx("div",{className:"text-xs opacity-90 mt-1",children:u.start.toLocaleTimeString("default",{hour:"numeric",minute:"2-digit"})})]},u.id))})},l.toISOString())})})]})}function sX({date:e,events:t,onEventClick:a}){const n=Wl(e,t),r=Array.from({length:24},(o,i)=>i);return c.jsx("div",{className:"flex flex-col h-full",children:c.jsx("div",{className:"flex-1 overflow-auto",children:r.map(o=>{const i=n.filter(l=>l.allDay?o===0:l.start.getHours()===o);return c.jsxs("div",{className:"flex border-b min-h-[60px]",children:[c.jsx("div",{className:"w-20 p-2 text-sm text-muted-foreground border-r",children:o===0?"12 AM":o<12?`${o} AM`:o===12?"12 PM":`${o-12} PM`}),c.jsx("div",{className:"flex-1 p-2 space-y-2",children:i.map(l=>c.jsxs("div",{className:j("px-3 py-2 rounded cursor-pointer hover:opacity-80",l.color||$l),style:l.color&&l.color.startsWith("#")?{backgroundColor:l.color}:void 0,onClick:()=>a?.(l),children:[c.jsx("div",{className:"font-medium",children:l.title}),!l.allDay&&c.jsxs("div",{className:"text-xs opacity-90 mt-1",children:[l.start.toLocaleTimeString("default",{hour:"numeric",minute:"2-digit"}),l.end&&` - ${l.end.toLocaleTimeString("default",{hour:"numeric",minute:"2-digit"})}`]})]},l.id))})]},o)})})})}const Gl=y.forwardRef(({className:e,...t},a)=>c.jsxs("div",{ref:a,"data-slot":"card",className:j("bg-card/90 dark:bg-card/40 backdrop-blur-md text-card-foreground flex flex-col gap-6 rounded-xl border border-cyan-500/20 py-6 shadow-[0_0_30px_-10px_rgba(6,182,212,0.15)] transition-all duration-300 hover:shadow-[0_0_40px_-10px_rgba(6,182,212,0.3)] hover:border-cyan-500/40 relative overflow-hidden",e),...t,children:[c.jsx("div",{className:"absolute top-0 left-0 w-2 h-2 border-t border-l border-cyan-500/50 rounded-tl-sm"}),c.jsx("div",{className:"absolute top-0 right-0 w-2 h-2 border-t border-r border-cyan-500/50 rounded-tr-sm"}),c.jsx("div",{className:"absolute bottom-0 left-0 w-2 h-2 border-b border-l border-cyan-500/50 rounded-bl-sm"}),c.jsx("div",{className:"absolute bottom-0 right-0 w-2 h-2 border-b border-r border-cyan-500/50 rounded-br-sm"}),c.jsx("div",{className:"relative z-10 flex flex-col gap-6 h-full",children:t.children})]}));Gl.displayName="Card";const Ul=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,"data-slot":"card-header",className:j("@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-2 px-6 has-data-[slot=card-action]:grid-cols-[1fr_auto] [.border-b]:pb-6",e),...t}));Ul.displayName="CardHeader";const Yl=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,"data-slot":"card-title",className:j("leading-none font-semibold",e),...t}));Yl.displayName="CardTitle";const Zl=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,"data-slot":"card-description",className:j("text-muted-foreground text-sm",e),...t}));Zl.displayName="CardDescription";const Xp=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,"data-slot":"card-action",className:j("col-start-2 row-span-2 row-start-1 self-start justify-self-end",e),...t}));Xp.displayName="CardAction";const Kl=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,"data-slot":"card-content",className:j("px-6",e),...t}));Kl.displayName="CardContent";const Xl=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,"data-slot":"card-footer",className:j("flex items-center px-6 [.border-t]:pt-6",e),...t}));Xl.displayName="CardFooter";function iX(e){return Object.prototype.toString.call(e)==="[object Object]"}function Jp(e){return iX(e)||Array.isArray(e)}function lX(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function Jl(e,t){const a=Object.keys(e),n=Object.keys(t);if(a.length!==n.length)return!1;const r=JSON.stringify(Object.keys(e.breakpoints||{})),o=JSON.stringify(Object.keys(t.breakpoints||{}));return r!==o?!1:a.every(i=>{const l=e[i],d=t[i];return typeof l=="function"?`${l}`==`${d}`:!Jp(l)||!Jp(d)?l===d:Jl(l,d)})}function Qp(e){return e.concat().sort((t,a)=>t.name>a.name?1:-1).map(t=>t.options)}function cX(e,t){if(e.length!==t.length)return!1;const a=Qp(e),n=Qp(t);return a.every((r,o)=>{const i=n[o];return Jl(r,i)})}function Ql(e){return typeof e=="number"}function e1(e){return typeof e=="string"}function Ss(e){return typeof e=="boolean"}function ey(e){return Object.prototype.toString.call(e)==="[object Object]"}function lt(e){return Math.abs(e)}function t1(e){return Math.sign(e)}function Ur(e,t){return lt(e-t)}function dX(e,t){if(e===0||t===0||lt(e)<=lt(t))return 0;const a=Ur(lt(e),lt(t));return lt(a/e)}function uX(e){return Math.round(e*100)/100}function Yr(e){return Kr(e).map(Number)}function ma(e){return e[Zr(e)]}function Zr(e){return Math.max(0,e.length-1)}function a1(e,t){return t===Zr(e)}function ty(e,t=0){return Array.from(Array(e),(a,n)=>t+n)}function Kr(e){return Object.keys(e)}function ay(e,t){return[e,t].reduce((a,n)=>(Kr(n).forEach(r=>{const o=a[r],i=n[r],l=ey(o)&&ey(i);a[r]=l?ay(o,i):i}),a),{})}function n1(e,t){return typeof t.MouseEvent<"u"&&e instanceof t.MouseEvent}function hX(e,t){const a={start:n,center:r,end:o};function n(){return 0}function r(d){return o(d)/2}function o(d){return t-d}function i(d,u){return e1(e)?a[e](d):e(t,d,u)}return{measure:i}}function Xr(){let e=[];function t(r,o,i,l={passive:!0}){let d;if("addEventListener"in r)r.addEventListener(o,i,l),d=()=>r.removeEventListener(o,i,l);else{const u=r;u.addListener(i),d=()=>u.removeListener(i)}return e.push(d),n}function a(){e=e.filter(r=>r())}const n={add:t,clear:a};return n}function pX(e,t,a,n){const r=Xr(),o=1e3/60;let i=null,l=0,d=0;function u(){r.add(e,"visibilitychange",()=>{e.hidden&&m()})}function p(){g(),r.clear()}function h(x){if(!d)return;i||(i=x,a(),a());const k=x-i;for(i=x,l+=k;l>=o;)a(),l-=o;const b=l/o;n(b),d&&(d=t.requestAnimationFrame(h))}function f(){d||(d=t.requestAnimationFrame(h))}function g(){t.cancelAnimationFrame(d),i=null,l=0,d=0}function m(){i=null,l=0}return{init:u,destroy:p,start:f,stop:g,update:a,render:n}}function yX(e,t){const a=t==="rtl",n=e==="y",r=n?"y":"x",o=n?"x":"y",i=!n&&a?-1:1,l=p(),d=h();function u(m){const{height:v,width:x}=m;return n?v:x}function p(){return n?"top":a?"right":"left"}function h(){return n?"bottom":a?"left":"right"}function f(m){return m*i}return{scroll:r,cross:o,startEdge:l,endEdge:d,measureSize:u,direction:f}}function xn(e=0,t=0){const a=lt(e-t);function n(u){return u<e}function r(u){return u>t}function o(u){return n(u)||r(u)}function i(u){return o(u)?n(u)?e:t:u}function l(u){return a?u-a*Math.ceil((u-t)/a):u}return{length:a,max:t,min:e,constrain:i,reachedAny:o,reachedMax:r,reachedMin:n,removeOffset:l}}function ny(e,t,a){const{constrain:n}=xn(0,e),r=e+1;let o=i(t);function i(f){return a?lt((r+f)%r):n(f)}function l(){return o}function d(f){return o=i(f),h}function u(f){return p().set(l()+f)}function p(){return ny(e,l(),a)}const h={get:l,set:d,add:u,clone:p};return h}function fX(e,t,a,n,r,o,i,l,d,u,p,h,f,g,m,v,x,k,b){const{cross:w,direction:C}=e,D=["INPUT","SELECT","TEXTAREA"],A={passive:!1},P=Xr(),N=Xr(),_=xn(50,225).constrain(g.measure(20)),O={mouse:300,touch:400},V={mouse:500,touch:600},H=m?43:25;let R=!1,q=0,K=0,B=!1,U=!1,L=!1,G=!1;function ce(ae){if(!b)return;function je(ye){(Ss(b)||b(ae,ye))&&le(ye)}const J=t;P.add(J,"dragstart",ye=>ye.preventDefault(),A).add(J,"touchmove",()=>{},A).add(J,"touchend",()=>{}).add(J,"touchstart",je).add(J,"mousedown",je).add(J,"touchcancel",re).add(J,"contextmenu",re).add(J,"click",xe,!0)}function ue(){P.clear(),N.clear()}function F(){const ae=G?a:t;N.add(ae,"touchmove",$,A).add(ae,"touchend",re).add(ae,"mousemove",$,A).add(ae,"mouseup",re)}function W(ae){const je=ae.nodeName||"";return D.includes(je)}function Q(){return(m?V:O)[G?"mouse":"touch"]}function X(ae,je){const J=h.add(t1(ae)*-1),ye=p.byDistance(ae,!m).distance;return m||lt(ae)<_?ye:x&&je?ye*.5:p.byIndex(J.get(),0).distance}function le(ae){const je=n1(ae,n);G=je,L=m&&je&&!ae.buttons&&R,R=Ur(r.get(),i.get())>=2,!(je&&ae.button!==0)&&(W(ae.target)||(B=!0,o.pointerDown(ae),u.useFriction(0).useDuration(0),r.set(i),F(),q=o.readPoint(ae),K=o.readPoint(ae,w),f.emit("pointerDown")))}function $(ae){if(!n1(ae,n)&&ae.touches.length>=2)return re(ae);const J=o.readPoint(ae),ye=o.readPoint(ae,w),Te=Ur(J,q),ze=Ur(ye,K);if(!U&&!G&&(!ae.cancelable||(U=Te>ze,!U)))return re(ae);const He=o.pointerMove(ae);Te>v&&(L=!0),u.useFriction(.3).useDuration(.75),l.start(),r.add(C(He)),ae.preventDefault()}function re(ae){const J=p.byDistance(0,!1).index!==h.get(),ye=o.pointerUp(ae)*Q(),Te=X(C(ye),J),ze=dX(ye,Te),He=H-10*ze,Pe=k+ze/50;U=!1,B=!1,N.clear(),u.useDuration(He).useFriction(Pe),d.distance(Te,!m),G=!1,f.emit("pointerUp")}function xe(ae){L&&(ae.stopPropagation(),ae.preventDefault(),L=!1)}function fe(){return B}return{init:ce,destroy:ue,pointerDown:fe}}function mX(e,t){let n,r;function o(h){return h.timeStamp}function i(h,f){const m=`client${(f||e.scroll)==="x"?"X":"Y"}`;return(n1(h,t)?h:h.touches[0])[m]}function l(h){return n=h,r=h,i(h)}function d(h){const f=i(h)-i(r),g=o(h)-o(n)>170;return r=h,g&&(n=h),f}function u(h){if(!n||!r)return 0;const f=i(r)-i(n),g=o(h)-o(n),m=o(h)-o(r)>170,v=f/g;return g&&!m&&lt(v)>.1?v:0}return{pointerDown:l,pointerMove:d,pointerUp:u,readPoint:i}}function gX(){function e(a){const{offsetTop:n,offsetLeft:r,offsetWidth:o,offsetHeight:i}=a;return{top:n,right:r+o,bottom:n+i,left:r,width:o,height:i}}return{measure:e}}function kX(e){function t(n){return e*(n/100)}return{measure:t}}function vX(e,t,a,n,r,o,i){const l=[e].concat(n);let d,u,p=[],h=!1;function f(x){return r.measureSize(i.measure(x))}function g(x){if(!o)return;u=f(e),p=n.map(f);function k(b){for(const w of b){if(h)return;const C=w.target===e,D=n.indexOf(w.target),A=C?u:p[D],P=f(C?e:n[D]);if(lt(P-A)>=.5){x.reInit(),t.emit("resize");break}}}d=new ResizeObserver(b=>{(Ss(o)||o(x,b))&&k(b)}),a.requestAnimationFrame(()=>{l.forEach(b=>d.observe(b))})}function m(){h=!0,d&&d.disconnect()}return{init:g,destroy:m}}function xX(e,t,a,n,r,o){let i=0,l=0,d=r,u=o,p=e.get(),h=0;function f(){const A=n.get()-e.get(),P=!d;let N=0;return P?(i=0,a.set(n),e.set(n),N=A):(a.set(e),i+=A/d,i*=u,p+=i,e.add(i),N=p-h),l=t1(N),h=p,D}function g(){const A=n.get()-t.get();return lt(A)<.001}function m(){return d}function v(){return l}function x(){return i}function k(){return w(r)}function b(){return C(o)}function w(A){return d=A,D}function C(A){return u=A,D}const D={direction:v,duration:m,velocity:x,seek:f,settled:g,useBaseFriction:b,useBaseDuration:k,useFriction:C,useDuration:w};return D}function bX(e,t,a,n,r){const o=r.measure(10),i=r.measure(50),l=xn(.1,.99);let d=!1;function u(){return!(d||!e.reachedAny(a.get())||!e.reachedAny(t.get()))}function p(g){if(!u())return;const m=e.reachedMin(t.get())?"min":"max",v=lt(e[m]-t.get()),x=a.get()-t.get(),k=l.constrain(v/i);a.subtract(x*k),!g&&lt(x)<o&&(a.set(e.constrain(a.get())),n.useDuration(25).useBaseFriction())}function h(g){d=!g}return{shouldConstrain:u,constrain:p,toggleActive:h}}function MX(e,t,a,n,r){const o=xn(-t+e,0),i=h(),l=p(),d=f();function u(m,v){return Ur(m,v)<=1}function p(){const m=i[0],v=ma(i),x=i.lastIndexOf(m),k=i.indexOf(v)+1;return xn(x,k)}function h(){return a.map((m,v)=>{const{min:x,max:k}=o,b=o.constrain(m),w=!v,C=a1(a,v);return w?k:C||u(x,b)?x:u(k,b)?k:b}).map(m=>parseFloat(m.toFixed(3)))}function f(){if(t<=e+r)return[o.max];if(n==="keepSnaps")return i;const{min:m,max:v}=l;return i.slice(m,v)}return{snapsContained:d,scrollContainLimit:l}}function wX(e,t,a){const n=t[0],r=a?n-e:ma(t);return{limit:xn(r,n)}}function CX(e,t,a,n){const o=t.min+.1,i=t.max+.1,{reachedMin:l,reachedMax:d}=xn(o,i);function u(f){return f===1?d(a.get()):f===-1?l(a.get()):!1}function p(f){if(!u(f))return;const g=e*(f*-1);n.forEach(m=>m.add(g))}return{loop:p}}function SX(e){const{max:t,length:a}=e;function n(o){const i=o-t;return a?i/-a:0}return{get:n}}function jX(e,t,a,n,r){const{startEdge:o,endEdge:i}=e,{groupSlides:l}=r,d=h().map(t.measure),u=f(),p=g();function h(){return l(n).map(v=>ma(v)[i]-v[0][o]).map(lt)}function f(){return n.map(v=>a[o]-v[o]).map(v=>-lt(v))}function g(){return l(u).map(v=>v[0]).map((v,x)=>v+d[x])}return{snaps:u,snapsAligned:p}}function AX(e,t,a,n,r,o){const{groupSlides:i}=r,{min:l,max:d}=n,u=p();function p(){const f=i(o),g=!e||t==="keepSnaps";return a.length===1?[o]:g?f:f.slice(l,d).map((m,v,x)=>{const k=!v,b=a1(x,v);if(k){const w=ma(x[0])+1;return ty(w)}if(b){const w=Zr(o)-ma(x)[0]+1;return ty(w,ma(x)[0])}return m})}return{slideRegistry:u}}function DX(e,t,a,n,r){const{reachedAny:o,removeOffset:i,constrain:l}=n;function d(m){return m.concat().sort((v,x)=>lt(v)-lt(x))[0]}function u(m){const v=e?i(m):l(m),x=t.map((b,w)=>({diff:p(b-v,0),index:w})).sort((b,w)=>lt(b.diff)-lt(w.diff)),{index:k}=x[0];return{index:k,distance:v}}function p(m,v){const x=[m,m+a,m-a];if(!e)return m;if(!v)return d(x);const k=x.filter(b=>t1(b)===v);return k.length?d(k):ma(x)-a}function h(m,v){const x=t[m]-r.get(),k=p(x,v);return{index:m,distance:k}}function f(m,v){const x=r.get()+m,{index:k,distance:b}=u(x),w=!e&&o(x);if(!v||w)return{index:k,distance:m};const C=t[k]-b,D=m+p(C,0);return{index:k,distance:D}}return{byDistance:f,byIndex:h,shortcut:p}}function PX(e,t,a,n,r,o,i){function l(h){const f=h.distance,g=h.index!==t.get();o.add(f),f&&(n.duration()?e.start():(e.update(),e.render(1),e.update())),g&&(a.set(t.get()),t.set(h.index),i.emit("select"))}function d(h,f){const g=r.byDistance(h,f);l(g)}function u(h,f){const g=t.clone().set(h),m=r.byIndex(g.get(),f);l(m)}return{distance:d,index:u}}function TX(e,t,a,n,r,o,i,l){const d={passive:!0,capture:!0};let u=0;function p(g){if(!l)return;function m(v){if(new Date().getTime()-u>10)return;i.emit("slideFocusStart"),e.scrollLeft=0;const b=a.findIndex(w=>w.includes(v));Ql(b)&&(r.useDuration(0),n.index(b,0),i.emit("slideFocus"))}o.add(document,"keydown",h,!1),t.forEach((v,x)=>{o.add(v,"focus",k=>{(Ss(l)||l(g,k))&&m(x)},d)})}function h(g){g.code==="Tab"&&(u=new Date().getTime())}return{init:p}}function Jr(e){let t=e;function a(){return t}function n(d){t=i(d)}function r(d){t+=i(d)}function o(d){t-=i(d)}function i(d){return Ql(d)?d:d.get()}return{get:a,set:n,add:r,subtract:o}}function ry(e,t){const a=e.scroll==="x"?i:l,n=t.style;let r=null,o=!1;function i(f){return`translate3d(${f}px,0px,0px)`}function l(f){return`translate3d(0px,${f}px,0px)`}function d(f){if(o)return;const g=uX(e.direction(f));g!==r&&(n.transform=a(g),r=g)}function u(f){o=!f}function p(){o||(n.transform="",t.getAttribute("style")||t.removeAttribute("style"))}return{clear:p,to:d,toggleActive:u}}function NX(e,t,a,n,r,o,i,l,d){const p=Yr(r),h=Yr(r).reverse(),f=k().concat(b());function g(P,N){return P.reduce((_,O)=>_-r[O],N)}function m(P,N){return P.reduce((_,O)=>g(_,N)>0?_.concat([O]):_,[])}function v(P){return o.map((N,_)=>({start:N-n[_]+.5+P,end:N+t-.5+P}))}function x(P,N,_){const O=v(N);return P.map(V=>{const H=_?0:-a,R=_?a:0,q=_?"end":"start",K=O[V][q];return{index:V,loopPoint:K,slideLocation:Jr(-1),translate:ry(e,d[V]),target:()=>l.get()>K?H:R}})}function k(){const P=i[0],N=m(h,P);return x(N,a,!1)}function b(){const P=t-i[0]-1,N=m(p,P);return x(N,-a,!0)}function w(){return f.every(({index:P})=>{const N=p.filter(_=>_!==P);return g(N,t)<=.1})}function C(){f.forEach(P=>{const{target:N,translate:_,slideLocation:O}=P,V=N();V!==O.get()&&(_.to(V),O.set(V))})}function D(){f.forEach(P=>P.translate.clear())}return{canLoop:w,clear:D,loop:C,loopPoints:f}}function EX(e,t,a){let n,r=!1;function o(d){if(!a)return;function u(p){for(const h of p)if(h.type==="childList"){d.reInit(),t.emit("slidesChanged");break}}n=new MutationObserver(p=>{r||(Ss(a)||a(d,p))&&u(p)}),n.observe(e,{childList:!0})}function i(){n&&n.disconnect(),r=!0}return{init:o,destroy:i}}function _X(e,t,a,n){const r={};let o=null,i=null,l,d=!1;function u(){l=new IntersectionObserver(m=>{d||(m.forEach(v=>{const x=t.indexOf(v.target);r[x]=v}),o=null,i=null,a.emit("slidesInView"))},{root:e.parentElement,threshold:n}),t.forEach(m=>l.observe(m))}function p(){l&&l.disconnect(),d=!0}function h(m){return Kr(r).reduce((v,x)=>{const k=parseInt(x),{isIntersecting:b}=r[k];return(m&&b||!m&&!b)&&v.push(k),v},[])}function f(m=!0){if(m&&o)return o;if(!m&&i)return i;const v=h(m);return m&&(o=v),m||(i=v),v}return{init:u,destroy:p,get:f}}function zX(e,t,a,n,r,o){const{measureSize:i,startEdge:l,endEdge:d}=e,u=a[0]&&r,p=m(),h=v(),f=a.map(i),g=x();function m(){if(!u)return 0;const b=a[0];return lt(t[l]-b[l])}function v(){if(!u)return 0;const b=o.getComputedStyle(ma(n));return parseFloat(b.getPropertyValue(`margin-${d}`))}function x(){return a.map((b,w,C)=>{const D=!w,A=a1(C,w);return D?f[w]+p:A?f[w]+h:C[w+1][l]-b[l]}).map(lt)}return{slideSizes:f,slideSizesWithGaps:g,startGap:p,endGap:h}}function OX(e,t,a,n,r,o,i,l,d){const{startEdge:u,endEdge:p,direction:h}=e,f=Ql(a);function g(k,b){return Yr(k).filter(w=>w%b===0).map(w=>k.slice(w,w+b))}function m(k){return k.length?Yr(k).reduce((b,w,C)=>{const D=ma(b)||0,A=D===0,P=w===Zr(k),N=r[u]-o[D][u],_=r[u]-o[w][p],O=!n&&A?h(i):0,V=!n&&P?h(l):0,H=lt(_-V-(N+O));return C&&H>t+d&&b.push(w),P&&b.push(k.length),b},[]).map((b,w,C)=>{const D=Math.max(C[w-1]||0);return k.slice(D,b)}):[]}function v(k){return f?g(k,a):m(k)}return{groupSlides:v}}function RX(e,t,a,n,r,o,i){const{align:l,axis:d,direction:u,startIndex:p,loop:h,duration:f,dragFree:g,dragThreshold:m,inViewThreshold:v,slidesToScroll:x,skipSnaps:k,containScroll:b,watchResize:w,watchSlides:C,watchDrag:D,watchFocus:A}=o,P=2,N=gX(),_=N.measure(t),O=a.map(N.measure),V=yX(d,u),H=V.measureSize(_),R=kX(H),q=hX(l,H),K=!h&&!!b,B=h||!!b,{slideSizes:U,slideSizesWithGaps:L,startGap:G,endGap:ce}=zX(V,_,O,a,B,r),ue=OX(V,H,x,h,_,O,G,ce,P),{snaps:F,snapsAligned:W}=jX(V,q,_,O,ue),Q=-ma(F)+ma(L),{snapsContained:X,scrollContainLimit:le}=MX(H,Q,W,b,P),$=K?X:W,{limit:re}=wX(Q,$,h),xe=ny(Zr($),p,h),fe=xe.clone(),me=Yr(a),ae=({dragHandler:Ve,scrollBody:ut,scrollBounds:We,options:{loop:dt}})=>{dt||We.constrain(Ve.pointerDown()),ut.seek()},je=({scrollBody:Ve,translate:ut,location:We,offsetLocation:dt,previousLocation:Mt,scrollLooper:Tt,slideLooper:aa,dragHandler:Ut,animation:zt,eventHandler:ne,scrollBounds:be,options:{loop:he}},ke)=>{const Oe=Ve.settled(),se=!be.shouldConstrain(),Re=he?Oe:Oe&&se,Fe=Re&&!Ut.pointerDown();Fe&&zt.stop();const Be=We.get()*ke+Mt.get()*(1-ke);dt.set(Be),he&&(Tt.loop(Ve.direction()),aa.loop()),ut.to(dt.get()),Fe&&ne.emit("settle"),Re||ne.emit("scroll")},J=pX(n,r,()=>ae(Ne),Ve=>je(Ne,Ve)),ye=.68,Te=$[xe.get()],ze=Jr(Te),He=Jr(Te),Pe=Jr(Te),oe=Jr(Te),T=xX(ze,Pe,He,oe,f,ye),E=DX(h,$,Q,re,oe),I=PX(J,xe,fe,T,E,oe,i),te=SX(re),Z=Xr(),ee=_X(t,a,i,v),{slideRegistry:pe}=AX(K,b,$,le,ue,me),Ee=TX(e,a,pe,I,T,Z,i,A),Ne={ownerDocument:n,ownerWindow:r,eventHandler:i,containerRect:_,slideRects:O,animation:J,axis:V,dragHandler:fX(V,e,n,r,oe,mX(V,r),ze,J,I,T,E,xe,i,R,g,m,k,ye,D),eventStore:Z,percentOfView:R,index:xe,indexPrevious:fe,limit:re,location:ze,offsetLocation:Pe,previousLocation:He,options:o,resizeHandler:vX(t,i,r,a,V,w,N),scrollBody:T,scrollBounds:bX(re,Pe,oe,T,R),scrollLooper:CX(Q,re,Pe,[ze,Pe,He,oe]),scrollProgress:te,scrollSnapList:$.map(te.get),scrollSnaps:$,scrollTarget:E,scrollTo:I,slideLooper:NX(V,H,Q,U,L,F,$,Pe,a),slideFocus:Ee,slidesHandler:EX(t,i,C),slidesInView:ee,slideIndexes:me,slideRegistry:pe,slidesToScroll:ue,target:oe,translate:ry(V,t)};return Ne}function IX(){let e={},t;function a(u){t=u}function n(u){return e[u]||[]}function r(u){return n(u).forEach(p=>p(t,u)),d}function o(u,p){return e[u]=n(u).concat([p]),d}function i(u,p){return e[u]=n(u).filter(h=>h!==p),d}function l(){e={}}const d={init:a,emit:r,off:i,on:o,clear:l};return d}const VX={align:"center",axis:"x",container:null,slides:null,containScroll:"trimSnaps",direction:"ltr",slidesToScroll:1,inViewThreshold:0,breakpoints:{},dragFree:!1,dragThreshold:10,loop:!1,skipSnaps:!1,duration:25,startIndex:0,active:!0,watchDrag:!0,watchResize:!0,watchSlides:!0,watchFocus:!0};function LX(e){function t(o,i){return ay(o,i||{})}function a(o){const i=o.breakpoints||{},l=Kr(i).filter(d=>e.matchMedia(d).matches).map(d=>i[d]).reduce((d,u)=>t(d,u),{});return t(o,l)}function n(o){return o.map(i=>Kr(i.breakpoints||{})).reduce((i,l)=>i.concat(l),[]).map(e.matchMedia)}return{mergeOptions:t,optionsAtMedia:a,optionsMediaQueries:n}}function HX(e){let t=[];function a(o,i){return t=i.filter(({options:l})=>e.optionsAtMedia(l).active!==!1),t.forEach(l=>l.init(o,e)),i.reduce((l,d)=>Object.assign(l,{[d.name]:d}),{})}function n(){t=t.filter(o=>o.destroy())}return{init:a,destroy:n}}function js(e,t,a){const n=e.ownerDocument,r=n.defaultView,o=LX(r),i=HX(o),l=Xr(),d=IX(),{mergeOptions:u,optionsAtMedia:p,optionsMediaQueries:h}=o,{on:f,off:g,emit:m}=d,v=V;let x=!1,k,b=u(VX,js.globalOptions),w=u(b),C=[],D,A,P;function N(){const{container:me,slides:ae}=w;A=(e1(me)?e.querySelector(me):me)||e.children[0];const J=e1(ae)?A.querySelectorAll(ae):ae;P=[].slice.call(J||A.children)}function _(me){const ae=RX(e,A,P,n,r,me,d);if(me.loop&&!ae.slideLooper.canLoop()){const je=Object.assign({},me,{loop:!1});return _(je)}return ae}function O(me,ae){x||(b=u(b,me),w=p(b),C=ae||C,N(),k=_(w),h([b,...C.map(({options:je})=>je)]).forEach(je=>l.add(je,"change",V)),w.active&&(k.translate.to(k.location.get()),k.animation.init(),k.slidesInView.init(),k.slideFocus.init(fe),k.eventHandler.init(fe),k.resizeHandler.init(fe),k.slidesHandler.init(fe),k.options.loop&&k.slideLooper.loop(),A.offsetParent&&P.length&&k.dragHandler.init(fe),D=i.init(fe,C)))}function V(me,ae){const je=ue();H(),O(u({startIndex:je},me),ae),d.emit("reInit")}function H(){k.dragHandler.destroy(),k.eventStore.clear(),k.translate.clear(),k.slideLooper.clear(),k.resizeHandler.destroy(),k.slidesHandler.destroy(),k.slidesInView.destroy(),k.animation.destroy(),i.destroy(),l.clear()}function R(){x||(x=!0,l.clear(),H(),d.emit("destroy"),d.clear())}function q(me,ae,je){!w.active||x||(k.scrollBody.useBaseFriction().useDuration(ae===!0?0:w.duration),k.scrollTo.index(me,je||0))}function K(me){const ae=k.index.add(1).get();q(ae,me,-1)}function B(me){const ae=k.index.add(-1).get();q(ae,me,1)}function U(){return k.index.add(1).get()!==ue()}function L(){return k.index.add(-1).get()!==ue()}function G(){return k.scrollSnapList}function ce(){return k.scrollProgress.get(k.offsetLocation.get())}function ue(){return k.index.get()}function F(){return k.indexPrevious.get()}function W(){return k.slidesInView.get()}function Q(){return k.slidesInView.get(!1)}function X(){return D}function le(){return k}function $(){return e}function re(){return A}function xe(){return P}const fe={canScrollNext:U,canScrollPrev:L,containerNode:re,internalEngine:le,destroy:R,off:g,on:f,emit:m,plugins:X,previousScrollSnap:F,reInit:v,rootNode:$,scrollNext:K,scrollPrev:B,scrollProgress:ce,scrollSnapList:G,scrollTo:q,selectedScrollSnap:ue,slideNodes:xe,slidesInView:W,slidesNotInView:Q};return O(t,a),setTimeout(()=>d.emit("init"),0),fe}js.globalOptions=void 0;function r1(e={},t=[]){const a=M.useRef(e),n=M.useRef(t),[r,o]=M.useState(),[i,l]=M.useState(),d=M.useCallback(()=>{r&&r.reInit(a.current,n.current)},[r]);return M.useEffect(()=>{Jl(a.current,e)||(a.current=e,d())},[e,d]),M.useEffect(()=>{cX(n.current,t)||(n.current=t,d())},[t,d]),M.useEffect(()=>{if(lX()&&i){js.globalOptions=r1.globalOptions;const u=js(i,a.current,n.current);return o(u),()=>u.destroy()}else o(void 0)},[i,o]),[l,r]}r1.globalOptions=void 0;const oy=y.createContext(null);function As(){const e=y.useContext(oy);if(!e)throw new Error("useCarousel must be used within a <Carousel />");return e}function sy({orientation:e="horizontal",opts:t,setApi:a,plugins:n,className:r,children:o,...i}){const[l,d]=r1({...t,axis:e==="horizontal"?"x":"y"},n),[u,p]=y.useState(!1),[h,f]=y.useState(!1),g=y.useCallback(k=>{k&&(p(k.canScrollPrev()),f(k.canScrollNext()))},[]),m=y.useCallback(()=>{d?.scrollPrev()},[d]),v=y.useCallback(()=>{d?.scrollNext()},[d]),x=y.useCallback(k=>{k.key==="ArrowLeft"?(k.preventDefault(),m()):k.key==="ArrowRight"&&(k.preventDefault(),v())},[m,v]);return y.useEffect(()=>{!d||!a||a(d)},[d,a]),y.useEffect(()=>{if(d)return g(d),d.on("reInit",g),d.on("select",g),()=>{d?.off("select",g)}},[d,g]),c.jsx(oy.Provider,{value:{carouselRef:l,api:d,opts:t,orientation:e||(t?.axis==="y"?"vertical":"horizontal"),scrollPrev:m,scrollNext:v,canScrollPrev:u,canScrollNext:h},children:c.jsx("div",{onKeyDownCapture:x,className:j("relative",r),role:"region","aria-roledescription":"carousel","data-slot":"carousel",...i,children:o})})}function iy({className:e,...t}){const{carouselRef:a,orientation:n}=As();return c.jsx("div",{ref:a,className:"overflow-hidden","data-slot":"carousel-content",children:c.jsx("div",{className:j("flex",n==="horizontal"?"-ml-4":"-mt-4 flex-col",e),...t})})}function ly({className:e,...t}){const{orientation:a}=As();return c.jsx("div",{role:"group","aria-roledescription":"slide","data-slot":"carousel-item",className:j("min-w-0 shrink-0 grow-0 basis-full",a==="horizontal"?"pl-4":"pt-4",e),...t})}function cy({className:e,variant:t="outline",size:a="icon",...n}){const{orientation:r,scrollPrev:o,canScrollPrev:i}=As();return c.jsxs(Xe,{"data-slot":"carousel-previous",variant:t,size:a,className:j("absolute size-8 rounded-full",r==="horizontal"?"top-1/2 -left-12 -translate-y-1/2":"-top-12 left-1/2 -translate-x-1/2 rotate-90",e),disabled:!i,onClick:o,...n,children:[c.jsx(N2,{}),c.jsx("span",{className:"sr-only",children:"Previous slide"})]})}function dy({className:e,variant:t="outline",size:a="icon",...n}){const{orientation:r,scrollNext:o,canScrollNext:i}=As();return c.jsxs(Xe,{"data-slot":"carousel-next",variant:t,size:a,className:j("absolute size-8 rounded-full",r==="horizontal"?"top-1/2 -right-12 -translate-y-1/2":"-bottom-12 left-1/2 -translate-x-1/2 rotate-90",e),disabled:!i,onClick:o,...n,children:[c.jsx(E2,{}),c.jsx("span",{className:"sr-only",children:"Next slide"})]})}const Pa=y.forwardRef(({className:e,type:t,...a},n)=>c.jsx("input",{type:t,"data-slot":"input",className:j("file:text-foreground placeholder:text-muted-foreground selection:bg-primary selection:text-primary-foreground dark:bg-input/30 border-input h-9 w-full min-w-0 rounded-md border bg-transparent px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm","focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]","aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",e),ref:n,...a}));Pa.displayName="Input";function qX(e,t){return y.useReducer((a,n)=>t[a][n]??a,e)}var o1="ScrollArea",[uy]=rt(o1),[FX,Kt]=uy(o1),hy=y.forwardRef((e,t)=>{const{__scopeScrollArea:a,type:n="hover",dir:r,scrollHideDelay:o=600,...i}=e,[l,d]=y.useState(null),[u,p]=y.useState(null),[h,f]=y.useState(null),[g,m]=y.useState(null),[v,x]=y.useState(null),[k,b]=y.useState(0),[w,C]=y.useState(0),[D,A]=y.useState(!1),[P,N]=y.useState(!1),_=Se(t,V=>d(V)),O=sa(r);return c.jsx(FX,{scope:a,type:n,dir:O,scrollHideDelay:o,scrollArea:l,viewport:u,onViewportChange:p,content:h,onContentChange:f,scrollbarX:g,onScrollbarXChange:m,scrollbarXEnabled:D,onScrollbarXEnabledChange:A,scrollbarY:v,onScrollbarYChange:x,scrollbarYEnabled:P,onScrollbarYEnabledChange:N,onCornerWidthChange:b,onCornerHeightChange:C,children:c.jsx(de.div,{dir:O,...i,ref:_,style:{position:"relative","--radix-scroll-area-corner-width":k+"px","--radix-scroll-area-corner-height":w+"px",...e.style}})})});hy.displayName=o1;var py="ScrollAreaViewport",yy=y.forwardRef((e,t)=>{const{__scopeScrollArea:a,children:n,nonce:r,...o}=e,i=Kt(py,a),l=y.useRef(null),d=Se(t,l,i.onViewportChange);return c.jsxs(c.Fragment,{children:[c.jsx("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"},nonce:r}),c.jsx(de.div,{"data-radix-scroll-area-viewport":"",...o,ref:d,style:{overflowX:i.scrollbarXEnabled?"scroll":"hidden",overflowY:i.scrollbarYEnabled?"scroll":"hidden",...e.style},children:c.jsx("div",{ref:i.onContentChange,style:{minWidth:"100%",display:"table"},children:n})})]})});yy.displayName=py;var Ta="ScrollAreaScrollbar",fy=y.forwardRef((e,t)=>{const{forceMount:a,...n}=e,r=Kt(Ta,e.__scopeScrollArea),{onScrollbarXEnabledChange:o,onScrollbarYEnabledChange:i}=r,l=e.orientation==="horizontal";return y.useEffect(()=>(l?o(!0):i(!0),()=>{l?o(!1):i(!1)}),[l,o,i]),r.type==="hover"?c.jsx(BX,{...n,ref:t,forceMount:a}):r.type==="scroll"?c.jsx($X,{...n,ref:t,forceMount:a}):r.type==="auto"?c.jsx(my,{...n,ref:t,forceMount:a}):r.type==="always"?c.jsx(s1,{...n,ref:t}):null});fy.displayName=Ta;var BX=y.forwardRef((e,t)=>{const{forceMount:a,...n}=e,r=Kt(Ta,e.__scopeScrollArea),[o,i]=y.useState(!1);return y.useEffect(()=>{const l=r.scrollArea;let d=0;if(l){const u=()=>{window.clearTimeout(d),i(!0)},p=()=>{d=window.setTimeout(()=>i(!1),r.scrollHideDelay)};return l.addEventListener("pointerenter",u),l.addEventListener("pointerleave",p),()=>{window.clearTimeout(d),l.removeEventListener("pointerenter",u),l.removeEventListener("pointerleave",p)}}},[r.scrollArea,r.scrollHideDelay]),c.jsx(et,{present:a||o,children:c.jsx(my,{"data-state":o?"visible":"hidden",...n,ref:t})})}),$X=y.forwardRef((e,t)=>{const{forceMount:a,...n}=e,r=Kt(Ta,e.__scopeScrollArea),o=e.orientation==="horizontal",i=Ns(()=>d("SCROLL_END"),100),[l,d]=qX("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return y.useEffect(()=>{if(l==="idle"){const u=window.setTimeout(()=>d("HIDE"),r.scrollHideDelay);return()=>window.clearTimeout(u)}},[l,r.scrollHideDelay,d]),y.useEffect(()=>{const u=r.viewport,p=o?"scrollLeft":"scrollTop";if(u){let h=u[p];const f=()=>{const g=u[p];h!==g&&(d("SCROLL"),i()),h=g};return u.addEventListener("scroll",f),()=>u.removeEventListener("scroll",f)}},[r.viewport,o,d,i]),c.jsx(et,{present:a||l!=="hidden",children:c.jsx(s1,{"data-state":l==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:Y(e.onPointerEnter,()=>d("POINTER_ENTER")),onPointerLeave:Y(e.onPointerLeave,()=>d("POINTER_LEAVE"))})})}),my=y.forwardRef((e,t)=>{const a=Kt(Ta,e.__scopeScrollArea),{forceMount:n,...r}=e,[o,i]=y.useState(!1),l=e.orientation==="horizontal",d=Ns(()=>{if(a.viewport){const u=a.viewport.offsetWidth<a.viewport.scrollWidth,p=a.viewport.offsetHeight<a.viewport.scrollHeight;i(l?u:p)}},10);return or(a.viewport,d),or(a.content,d),c.jsx(et,{present:n||o,children:c.jsx(s1,{"data-state":o?"visible":"hidden",...r,ref:t})})}),s1=y.forwardRef((e,t)=>{const{orientation:a="vertical",...n}=e,r=Kt(Ta,e.__scopeScrollArea),o=y.useRef(null),i=y.useRef(0),[l,d]=y.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),u=by(l.viewport,l.content),p={...n,sizes:l,onSizesChange:d,hasThumb:u>0&&u<1,onThumbChange:f=>o.current=f,onThumbPointerUp:()=>i.current=0,onThumbPointerDown:f=>i.current=f};function h(f,g){return KX(f,i.current,l,g)}return a==="horizontal"?c.jsx(WX,{...p,ref:t,onThumbPositionChange:()=>{if(r.viewport&&o.current){const f=r.viewport.scrollLeft,g=My(f,l,r.dir);o.current.style.transform=`translate3d(${g}px, 0, 0)`}},onWheelScroll:f=>{r.viewport&&(r.viewport.scrollLeft=f)},onDragScroll:f=>{r.viewport&&(r.viewport.scrollLeft=h(f,r.dir))}}):a==="vertical"?c.jsx(GX,{...p,ref:t,onThumbPositionChange:()=>{if(r.viewport&&o.current){const f=r.viewport.scrollTop,g=My(f,l);o.current.style.transform=`translate3d(0, ${g}px, 0)`}},onWheelScroll:f=>{r.viewport&&(r.viewport.scrollTop=f)},onDragScroll:f=>{r.viewport&&(r.viewport.scrollTop=h(f))}}):null}),WX=y.forwardRef((e,t)=>{const{sizes:a,onSizesChange:n,...r}=e,o=Kt(Ta,e.__scopeScrollArea),[i,l]=y.useState(),d=y.useRef(null),u=Se(t,d,o.onScrollbarXChange);return y.useEffect(()=>{d.current&&l(getComputedStyle(d.current))},[d]),c.jsx(ky,{"data-orientation":"horizontal",...r,ref:u,sizes:a,style:{bottom:0,left:o.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:o.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Ts(a)+"px",...e.style},onThumbPointerDown:p=>e.onThumbPointerDown(p.x),onDragScroll:p=>e.onDragScroll(p.x),onWheelScroll:(p,h)=>{if(o.viewport){const f=o.viewport.scrollLeft+p.deltaX;e.onWheelScroll(f),Cy(f,h)&&p.preventDefault()}},onResize:()=>{d.current&&o.viewport&&i&&n({content:o.viewport.scrollWidth,viewport:o.viewport.offsetWidth,scrollbar:{size:d.current.clientWidth,paddingStart:Ps(i.paddingLeft),paddingEnd:Ps(i.paddingRight)}})}})}),GX=y.forwardRef((e,t)=>{const{sizes:a,onSizesChange:n,...r}=e,o=Kt(Ta,e.__scopeScrollArea),[i,l]=y.useState(),d=y.useRef(null),u=Se(t,d,o.onScrollbarYChange);return y.useEffect(()=>{d.current&&l(getComputedStyle(d.current))},[d]),c.jsx(ky,{"data-orientation":"vertical",...r,ref:u,sizes:a,style:{top:0,right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Ts(a)+"px",...e.style},onThumbPointerDown:p=>e.onThumbPointerDown(p.y),onDragScroll:p=>e.onDragScroll(p.y),onWheelScroll:(p,h)=>{if(o.viewport){const f=o.viewport.scrollTop+p.deltaY;e.onWheelScroll(f),Cy(f,h)&&p.preventDefault()}},onResize:()=>{d.current&&o.viewport&&i&&n({content:o.viewport.scrollHeight,viewport:o.viewport.offsetHeight,scrollbar:{size:d.current.clientHeight,paddingStart:Ps(i.paddingTop),paddingEnd:Ps(i.paddingBottom)}})}})}),[UX,gy]=uy(Ta),ky=y.forwardRef((e,t)=>{const{__scopeScrollArea:a,sizes:n,hasThumb:r,onThumbChange:o,onThumbPointerUp:i,onThumbPointerDown:l,onThumbPositionChange:d,onDragScroll:u,onWheelScroll:p,onResize:h,...f}=e,g=Kt(Ta,a),[m,v]=y.useState(null),x=Se(t,_=>v(_)),k=y.useRef(null),b=y.useRef(""),w=g.viewport,C=n.content-n.viewport,D=Ke(p),A=Ke(d),P=Ns(h,10);function N(_){if(k.current){const O=_.clientX-k.current.left,V=_.clientY-k.current.top;u({x:O,y:V})}}return y.useEffect(()=>{const _=O=>{const V=O.target;m?.contains(V)&&D(O,C)};return document.addEventListener("wheel",_,{passive:!1}),()=>document.removeEventListener("wheel",_,{passive:!1})},[w,m,C,D]),y.useEffect(A,[n,A]),or(m,P),or(g.content,P),c.jsx(UX,{scope:a,scrollbar:m,hasThumb:r,onThumbChange:Ke(o),onThumbPointerUp:Ke(i),onThumbPositionChange:A,onThumbPointerDown:Ke(l),children:c.jsx(de.div,{...f,ref:x,style:{position:"absolute",...f.style},onPointerDown:Y(e.onPointerDown,_=>{_.button===0&&(_.target.setPointerCapture(_.pointerId),k.current=m.getBoundingClientRect(),b.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",g.viewport&&(g.viewport.style.scrollBehavior="auto"),N(_))}),onPointerMove:Y(e.onPointerMove,N),onPointerUp:Y(e.onPointerUp,_=>{const O=_.target;O.hasPointerCapture(_.pointerId)&&O.releasePointerCapture(_.pointerId),document.body.style.webkitUserSelect=b.current,g.viewport&&(g.viewport.style.scrollBehavior=""),k.current=null})})})}),Ds="ScrollAreaThumb",vy=y.forwardRef((e,t)=>{const{forceMount:a,...n}=e,r=gy(Ds,e.__scopeScrollArea);return c.jsx(et,{present:a||r.hasThumb,children:c.jsx(YX,{ref:t,...n})})}),YX=y.forwardRef((e,t)=>{const{__scopeScrollArea:a,style:n,...r}=e,o=Kt(Ds,a),i=gy(Ds,a),{onThumbPositionChange:l}=i,d=Se(t,h=>i.onThumbChange(h)),u=y.useRef(void 0),p=Ns(()=>{u.current&&(u.current(),u.current=void 0)},100);return y.useEffect(()=>{const h=o.viewport;if(h){const f=()=>{if(p(),!u.current){const g=XX(h,l);u.current=g,l()}};return l(),h.addEventListener("scroll",f),()=>h.removeEventListener("scroll",f)}},[o.viewport,p,l]),c.jsx(de.div,{"data-state":i.hasThumb?"visible":"hidden",...r,ref:d,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:Y(e.onPointerDownCapture,h=>{const g=h.target.getBoundingClientRect(),m=h.clientX-g.left,v=h.clientY-g.top;i.onThumbPointerDown({x:m,y:v})}),onPointerUp:Y(e.onPointerUp,i.onThumbPointerUp)})});vy.displayName=Ds;var i1="ScrollAreaCorner",xy=y.forwardRef((e,t)=>{const a=Kt(i1,e.__scopeScrollArea),n=!!(a.scrollbarX&&a.scrollbarY);return a.type!=="scroll"&&n?c.jsx(ZX,{...e,ref:t}):null});xy.displayName=i1;var ZX=y.forwardRef((e,t)=>{const{__scopeScrollArea:a,...n}=e,r=Kt(i1,a),[o,i]=y.useState(0),[l,d]=y.useState(0),u=!!(o&&l);return or(r.scrollbarX,()=>{const p=r.scrollbarX?.offsetHeight||0;r.onCornerHeightChange(p),d(p)}),or(r.scrollbarY,()=>{const p=r.scrollbarY?.offsetWidth||0;r.onCornerWidthChange(p),i(p)}),u?c.jsx(de.div,{...n,ref:t,style:{width:o,height:l,position:"absolute",right:r.dir==="ltr"?0:void 0,left:r.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null});function Ps(e){return e?parseInt(e,10):0}function by(e,t){const a=e/t;return isNaN(a)?0:a}function Ts(e){const t=by(e.viewport,e.content),a=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-a)*t;return Math.max(n,18)}function KX(e,t,a,n="ltr"){const r=Ts(a),o=r/2,i=t||o,l=r-i,d=a.scrollbar.paddingStart+i,u=a.scrollbar.size-a.scrollbar.paddingEnd-l,p=a.content-a.viewport,h=n==="ltr"?[0,p]:[p*-1,0];return wy([d,u],h)(e)}function My(e,t,a="ltr"){const n=Ts(t),r=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,o=t.scrollbar.size-r,i=t.content-t.viewport,l=o-n,d=a==="ltr"?[0,i]:[i*-1,0],u=Lr(e,d);return wy([0,i],[0,l])(u)}function wy(e,t){return a=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const n=(t[1]-t[0])/(e[1]-e[0]);return t[0]+n*(a-e[0])}}function Cy(e,t){return e>0&&e<t}var XX=(e,t=()=>{})=>{let a={left:e.scrollLeft,top:e.scrollTop},n=0;return(function r(){const o={left:e.scrollLeft,top:e.scrollTop},i=a.left!==o.left,l=a.top!==o.top;(i||l)&&t(),a=o,n=window.requestAnimationFrame(r)})(),()=>window.cancelAnimationFrame(n)};function Ns(e,t){const a=Ke(e),n=y.useRef(0);return y.useEffect(()=>()=>window.clearTimeout(n.current),[]),y.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(a,t)},[a,t])}function or(e,t){const a=Ke(t);ot(()=>{let n=0;if(e){const r=new ResizeObserver(()=>{cancelAnimationFrame(n),n=window.requestAnimationFrame(a)});return r.observe(e),()=>{window.cancelAnimationFrame(n),r.unobserve(e)}}},[e,a])}var JX=hy,QX=yy,eJ=xy;function l1({className:e,children:t,...a}){return c.jsxs(JX,{"data-slot":"scroll-area",className:j("relative",e),...a,children:[c.jsx(QX,{"data-slot":"scroll-area-viewport",className:"focus-visible:ring-ring/50 size-full rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1",children:t}),c.jsx(c1,{}),c.jsx(eJ,{})]})}function c1({className:e,orientation:t="vertical",...a}){return c.jsx(fy,{"data-slot":"scroll-area-scrollbar",orientation:t,className:j("flex touch-none p-px transition-colors select-none",t==="vertical"&&"h-full w-2.5 border-l border-l-transparent",t==="horizontal"&&"h-2.5 flex-col border-t border-t-transparent",e),...a,children:c.jsx(vy,{"data-slot":"scroll-area-thumb",className:"relative flex-1 rounded-full bg-cyan-900/40 hover:bg-cyan-500/60 transition-colors duration-300"})})}const d1=y.forwardRef(({className:e,messages:t=[],placeholder:a="Type your message...",onSendMessage:n,disabled:r=!1,showTimestamp:o=!1,userAvatarUrl:i,userAvatarFallback:l="You",assistantAvatarUrl:d,assistantAvatarFallback:u="AI",maxHeight:p="500px",...h},f)=>{const[g,m]=y.useState(""),v=y.useRef(null),x=y.useRef(null);y.useEffect(()=>{if(v.current){const w=v.current.querySelector("[data-radix-scroll-area-viewport]");w&&(w.scrollTop=w.scrollHeight)}},[t]);const k=()=>{g.trim()&&n&&(n(g.trim()),m(""),x.current?.focus())},b=w=>{w.key==="Enter"&&!w.shiftKey&&(w.preventDefault(),k())};return c.jsxs("div",{ref:f,className:j("flex flex-col border rounded-lg bg-background overflow-hidden",e),style:{maxHeight:p},...h,children:[c.jsx(l1,{ref:v,className:"flex-1 p-4",children:c.jsx("div",{className:"space-y-4",children:t.length===0?c.jsx("div",{className:"flex items-center justify-center h-32 text-muted-foreground text-sm",children:"No messages yet. Start a conversation!"}):t.map(w=>c.jsx(tJ,{message:w,showTimestamp:o,userAvatarUrl:i,userAvatarFallback:l,assistantAvatarUrl:d,assistantAvatarFallback:u},w.id))})}),c.jsx("div",{className:"border-t p-4",children:c.jsxs("div",{className:"flex gap-2",children:[c.jsx(Pa,{ref:x,value:g,onChange:w=>m(w.target.value),onKeyDown:b,placeholder:a,disabled:r,className:"flex-1"}),c.jsx(Xe,{onClick:k,disabled:r||!g.trim(),size:"icon",children:c.jsx(K2,{className:"h-4 w-4"})})]})})]})});d1.displayName="Chatbot";const tJ=({message:e,showTimestamp:t,userAvatarUrl:a,userAvatarFallback:n,assistantAvatarUrl:r,assistantAvatarFallback:o})=>{const i=e.role==="user";if(e.role==="system")return c.jsx("div",{className:"flex justify-center",children:c.jsx("div",{className:"text-xs text-muted-foreground bg-muted px-3 py-1 rounded-full",children:e.content})});const d=i?e.avatar||a:e.avatar||r,u=i?e.avatarFallback||n:e.avatarFallback||o;return c.jsxs("div",{className:j("flex gap-3",i?"flex-row-reverse":"flex-row"),children:[c.jsxs(ss,{className:"h-8 w-8",children:[c.jsx(is,{src:d}),c.jsx(ls,{className:"text-xs",children:u})]}),c.jsxs("div",{className:j("flex flex-col gap-1",i?"items-end":"items-start"),children:[c.jsx("div",{className:j("rounded-lg px-4 py-2 max-w-[70%] break-words",i?"bg-primary text-primary-foreground":"bg-muted"),children:c.jsx("p",{className:"text-sm whitespace-pre-wrap",children:e.content})}),t&&e.timestamp&&c.jsx("span",{className:"text-xs text-muted-foreground",children:e.timestamp})]})]})},Sy=y.forwardRef(({className:e,avatarSrc:t,avatarFallback:a="AI",...n},r)=>c.jsxs("div",{ref:r,className:j("flex gap-3",e),...n,children:[c.jsxs(ss,{className:"h-8 w-8",children:[c.jsx(is,{src:t}),c.jsx(ls,{className:"text-xs",children:a})]}),c.jsx("div",{className:"flex items-center bg-muted rounded-lg px-4 py-2",children:c.jsxs("div",{className:"flex gap-1",children:[c.jsx("span",{className:"w-2 h-2 bg-muted-foreground rounded-full animate-bounce [animation-delay:-0.3s]"}),c.jsx("span",{className:"w-2 h-2 bg-muted-foreground rounded-full animate-bounce [animation-delay:-0.15s]"}),c.jsx("span",{className:"w-2 h-2 bg-muted-foreground rounded-full animate-bounce"})]})})]}));Sy.displayName="TypingIndicator";var Es="Checkbox",[aJ]=rt(Es),[nJ,u1]=aJ(Es);function rJ(e){const{__scopeCheckbox:t,checked:a,children:n,defaultChecked:r,disabled:o,form:i,name:l,onCheckedChange:d,required:u,value:p="on",internal_do_not_use_render:h}=e,[f,g]=at({prop:a,defaultProp:r??!1,onChange:d,caller:Es}),[m,v]=y.useState(null),[x,k]=y.useState(null),b=y.useRef(!1),w=m?!!i||!!m.closest("form"):!0,C={checked:f,disabled:o,setChecked:g,control:m,setControl:v,name:l,form:i,value:p,hasConsumerStoppedPropagationRef:b,required:u,defaultChecked:an(r)?!1:r,isFormControl:w,bubbleInput:x,setBubbleInput:k};return c.jsx(nJ,{scope:t,...C,children:oJ(h)?h(C):n})}var jy="CheckboxTrigger",Ay=y.forwardRef(({__scopeCheckbox:e,onKeyDown:t,onClick:a,...n},r)=>{const{control:o,value:i,disabled:l,checked:d,required:u,setControl:p,setChecked:h,hasConsumerStoppedPropagationRef:f,isFormControl:g,bubbleInput:m}=u1(jy,e),v=Se(r,p),x=y.useRef(d);return y.useEffect(()=>{const k=o?.form;if(k){const b=()=>h(x.current);return k.addEventListener("reset",b),()=>k.removeEventListener("reset",b)}},[o,h]),c.jsx(de.button,{type:"button",role:"checkbox","aria-checked":an(d)?"mixed":d,"aria-required":u,"data-state":_y(d),"data-disabled":l?"":void 0,disabled:l,value:i,...n,ref:v,onKeyDown:Y(t,k=>{k.key==="Enter"&&k.preventDefault()}),onClick:Y(a,k=>{h(b=>an(b)?!0:!b),m&&g&&(f.current=k.isPropagationStopped(),f.current||k.stopPropagation())})})});Ay.displayName=jy;var Dy=y.forwardRef((e,t)=>{const{__scopeCheckbox:a,name:n,checked:r,defaultChecked:o,required:i,disabled:l,value:d,onCheckedChange:u,form:p,...h}=e;return c.jsx(rJ,{__scopeCheckbox:a,checked:r,defaultChecked:o,disabled:l,required:i,onCheckedChange:u,name:n,form:p,value:d,internal_do_not_use_render:({isFormControl:f})=>c.jsxs(c.Fragment,{children:[c.jsx(Ay,{...h,ref:t,__scopeCheckbox:a}),f&&c.jsx(Ey,{__scopeCheckbox:a})]})})});Dy.displayName=Es;var Py="CheckboxIndicator",Ty=y.forwardRef((e,t)=>{const{__scopeCheckbox:a,forceMount:n,...r}=e,o=u1(Py,a);return c.jsx(et,{present:n||an(o.checked)||o.checked===!0,children:c.jsx(de.span,{"data-state":_y(o.checked),"data-disabled":o.disabled?"":void 0,...r,ref:t,style:{pointerEvents:"none",...e.style}})})});Ty.displayName=Py;var Ny="CheckboxBubbleInput",Ey=y.forwardRef(({__scopeCheckbox:e,...t},a)=>{const{control:n,hasConsumerStoppedPropagationRef:r,checked:o,defaultChecked:i,required:l,disabled:d,name:u,value:p,form:h,bubbleInput:f,setBubbleInput:g}=u1(Ny,e),m=Se(a,g),v=nr(o),x=Br(n);y.useEffect(()=>{const b=f;if(!b)return;const w=window.HTMLInputElement.prototype,D=Object.getOwnPropertyDescriptor(w,"checked").set,A=!r.current;if(v!==o&&D){const P=new Event("click",{bubbles:A});b.indeterminate=an(o),D.call(b,an(o)?!1:o),b.dispatchEvent(P)}},[f,v,o,r]);const k=y.useRef(an(o)?!1:o);return c.jsx(de.input,{type:"checkbox","aria-hidden":!0,defaultChecked:i??k.current,required:l,disabled:d,name:u,value:p,form:h,...t,tabIndex:-1,ref:m,style:{...t.style,...x,position:"absolute",pointerEvents:"none",opacity:0,margin:0,transform:"translateX(-100%)"}})});Ey.displayName=Ny;function oJ(e){return typeof e=="function"}function an(e){return e==="indeterminate"}function _y(e){return an(e)?"indeterminate":e?"checked":"unchecked"}function Qr({className:e,...t}){return c.jsx(Dy,{"data-slot":"checkbox",className:j("peer border-input dark:bg-input/30 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:data-[state=checked]:bg-primary data-[state=checked]:border-primary focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive size-4 shrink-0 rounded-[4px] border shadow-xs transition-shadow outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",e),...t,children:c.jsx(Ty,{"data-slot":"checkbox-indicator",className:"grid place-content-center text-current transition-none",children:c.jsx(Ln,{className:"size-3.5"})})})}function zy({...e}){return c.jsx(k2,{"data-slot":"collapsible",...e})}function Oy({...e}){return c.jsx(Ni,{"data-slot":"collapsible-trigger",...e})}function Ry({...e}){return c.jsx(_i,{"data-slot":"collapsible-content",...e})}var Iy=1,sJ=.9,iJ=.8,lJ=.17,h1=.1,p1=.999,cJ=.9999,dJ=.99,uJ=/[\\\/_+.#"@\[\(\{&]/,hJ=/[\\\/_+.#"@\[\(\{&]/g,pJ=/[\s-]/,Vy=/[\s-]/g;function y1(e,t,a,n,r,o,i){if(o===t.length)return r===e.length?Iy:dJ;var l=`${r},${o}`;if(i[l]!==void 0)return i[l];for(var d=n.charAt(o),u=a.indexOf(d,r),p=0,h,f,g,m;u>=0;)h=y1(e,t,a,n,u+1,o+1,i),h>p&&(u===r?h*=Iy:uJ.test(e.charAt(u-1))?(h*=iJ,g=e.slice(r,u-1).match(hJ),g&&r>0&&(h*=Math.pow(p1,g.length))):pJ.test(e.charAt(u-1))?(h*=sJ,m=e.slice(r,u-1).match(Vy),m&&r>0&&(h*=Math.pow(p1,m.length))):(h*=lJ,r>0&&(h*=Math.pow(p1,u-r))),e.charAt(u)!==t.charAt(o)&&(h*=cJ)),(h<h1&&a.charAt(u-1)===n.charAt(o+1)||n.charAt(o+1)===n.charAt(o)&&a.charAt(u-1)!==n.charAt(o))&&(f=y1(e,t,a,n,u+1,o+2,i),f*h1>h&&(h=f*h1)),h>p&&(p=h),u=a.indexOf(d,u+1);return i[l]=p,p}function Ly(e){return e.toLowerCase().replace(Vy," ")}function yJ(e,t,a){return e=a&&a.length>0?`${e+" "+a.join(" ")}`:e,y1(e,t,Ly(e),Ly(t),0,0,{})}var eo='[cmdk-group=""]',f1='[cmdk-group-items=""]',fJ='[cmdk-group-heading=""]',Hy='[cmdk-item=""]',qy=`${Hy}:not([aria-disabled="true"])`,m1="cmdk-item-select",sr="data-value",mJ=(e,t,a)=>yJ(e,t,a),Fy=y.createContext(void 0),to=()=>y.useContext(Fy),By=y.createContext(void 0),g1=()=>y.useContext(By),$y=y.createContext(void 0),Wy=y.forwardRef((e,t)=>{let a=ir(()=>{var F,W;return{search:"",value:(W=(F=e.value)!=null?F:e.defaultValue)!=null?W:"",selectedItemId:void 0,filtered:{count:0,items:new Map,groups:new Set}}}),n=ir(()=>new Set),r=ir(()=>new Map),o=ir(()=>new Map),i=ir(()=>new Set),l=Gy(e),{label:d,children:u,value:p,onValueChange:h,filter:f,shouldFilter:g,loop:m,disablePointerSelection:v=!1,vimBindings:x=!0,...k}=e,b=Ze(),w=Ze(),C=Ze(),D=y.useRef(null),A=AJ();Mn(()=>{if(p!==void 0){let F=p.trim();a.current.value=F,P.emit()}},[p]),Mn(()=>{A(6,R)},[]);let P=y.useMemo(()=>({subscribe:F=>(i.current.add(F),()=>i.current.delete(F)),snapshot:()=>a.current,setState:(F,W,Q)=>{var X,le,$,re;if(!Object.is(a.current[F],W)){if(a.current[F]=W,F==="search")H(),O(),A(1,V);else if(F==="value"){if(document.activeElement.hasAttribute("cmdk-input")||document.activeElement.hasAttribute("cmdk-root")){let xe=document.getElementById(C);xe?xe.focus():(X=document.getElementById(b))==null||X.focus()}if(A(7,()=>{var xe;a.current.selectedItemId=(xe=q())==null?void 0:xe.id,P.emit()}),Q||A(5,R),((le=l.current)==null?void 0:le.value)!==void 0){let xe=W??"";(re=($=l.current).onValueChange)==null||re.call($,xe);return}}P.emit()}},emit:()=>{i.current.forEach(F=>F())}}),[]),N=y.useMemo(()=>({value:(F,W,Q)=>{var X;W!==((X=o.current.get(F))==null?void 0:X.value)&&(o.current.set(F,{value:W,keywords:Q}),a.current.filtered.items.set(F,_(W,Q)),A(2,()=>{O(),P.emit()}))},item:(F,W)=>(n.current.add(F),W&&(r.current.has(W)?r.current.get(W).add(F):r.current.set(W,new Set([F]))),A(3,()=>{H(),O(),a.current.value||V(),P.emit()}),()=>{o.current.delete(F),n.current.delete(F),a.current.filtered.items.delete(F);let Q=q();A(4,()=>{H(),Q?.getAttribute("id")===F&&V(),P.emit()})}),group:F=>(r.current.has(F)||r.current.set(F,new Set),()=>{o.current.delete(F),r.current.delete(F)}),filter:()=>l.current.shouldFilter,label:d||e["aria-label"],getDisablePointerSelection:()=>l.current.disablePointerSelection,listId:b,inputId:C,labelId:w,listInnerRef:D}),[]);function _(F,W){var Q,X;let le=(X=(Q=l.current)==null?void 0:Q.filter)!=null?X:mJ;return F?le(F,a.current.search,W):0}function O(){if(!a.current.search||l.current.shouldFilter===!1)return;let F=a.current.filtered.items,W=[];a.current.filtered.groups.forEach(X=>{let le=r.current.get(X),$=0;le.forEach(re=>{let xe=F.get(re);$=Math.max(xe,$)}),W.push([X,$])});let Q=D.current;K().sort((X,le)=>{var $,re;let xe=X.getAttribute("id"),fe=le.getAttribute("id");return(($=F.get(fe))!=null?$:0)-((re=F.get(xe))!=null?re:0)}).forEach(X=>{let le=X.closest(f1);le?le.appendChild(X.parentElement===le?X:X.closest(`${f1} > *`)):Q.appendChild(X.parentElement===Q?X:X.closest(`${f1} > *`))}),W.sort((X,le)=>le[1]-X[1]).forEach(X=>{var le;let $=(le=D.current)==null?void 0:le.querySelector(`${eo}[${sr}="${encodeURIComponent(X[0])}"]`);$?.parentElement.appendChild($)})}function V(){let F=K().find(Q=>Q.getAttribute("aria-disabled")!=="true"),W=F?.getAttribute(sr);P.setState("value",W||void 0)}function H(){var F,W,Q,X;if(!a.current.search||l.current.shouldFilter===!1){a.current.filtered.count=n.current.size;return}a.current.filtered.groups=new Set;let le=0;for(let $ of n.current){let re=(W=(F=o.current.get($))==null?void 0:F.value)!=null?W:"",xe=(X=(Q=o.current.get($))==null?void 0:Q.keywords)!=null?X:[],fe=_(re,xe);a.current.filtered.items.set($,fe),fe>0&&le++}for(let[$,re]of r.current)for(let xe of re)if(a.current.filtered.items.get(xe)>0){a.current.filtered.groups.add($);break}a.current.filtered.count=le}function R(){var F,W,Q;let X=q();X&&(((F=X.parentElement)==null?void 0:F.firstChild)===X&&((Q=(W=X.closest(eo))==null?void 0:W.querySelector(fJ))==null||Q.scrollIntoView({block:"nearest"})),X.scrollIntoView({block:"nearest"}))}function q(){var F;return(F=D.current)==null?void 0:F.querySelector(`${Hy}[aria-selected="true"]`)}function K(){var F;return Array.from(((F=D.current)==null?void 0:F.querySelectorAll(qy))||[])}function B(F){let W=K()[F];W&&P.setState("value",W.getAttribute(sr))}function U(F){var W;let Q=q(),X=K(),le=X.findIndex(re=>re===Q),$=X[le+F];(W=l.current)!=null&&W.loop&&($=le+F<0?X[X.length-1]:le+F===X.length?X[0]:X[le+F]),$&&P.setState("value",$.getAttribute(sr))}function L(F){let W=q(),Q=W?.closest(eo),X;for(;Q&&!X;)Q=F>0?SJ(Q,eo):jJ(Q,eo),X=Q?.querySelector(qy);X?P.setState("value",X.getAttribute(sr)):U(F)}let G=()=>B(K().length-1),ce=F=>{F.preventDefault(),F.metaKey?G():F.altKey?L(1):U(1)},ue=F=>{F.preventDefault(),F.metaKey?B(0):F.altKey?L(-1):U(-1)};return y.createElement(Ct.div,{ref:t,tabIndex:-1,...k,"cmdk-root":"",onKeyDown:F=>{var W;(W=k.onKeyDown)==null||W.call(k,F);let Q=F.nativeEvent.isComposing||F.keyCode===229;if(!(F.defaultPrevented||Q))switch(F.key){case"n":case"j":{x&&F.ctrlKey&&ce(F);break}case"ArrowDown":{ce(F);break}case"p":case"k":{x&&F.ctrlKey&&ue(F);break}case"ArrowUp":{ue(F);break}case"Home":{F.preventDefault(),B(0);break}case"End":{F.preventDefault(),G();break}case"Enter":{F.preventDefault();let X=q();if(X){let le=new Event(m1);X.dispatchEvent(le)}}}}},y.createElement("label",{"cmdk-label":"",htmlFor:N.inputId,id:N.labelId,style:PJ},d),_s(e,F=>y.createElement(By.Provider,{value:P},y.createElement(Fy.Provider,{value:N},F))))}),gJ=y.forwardRef((e,t)=>{var a,n;let r=Ze(),o=y.useRef(null),i=y.useContext($y),l=to(),d=Gy(e),u=(n=(a=d.current)==null?void 0:a.forceMount)!=null?n:i?.forceMount;Mn(()=>{if(!u)return l.item(r,i?.id)},[u]);let p=Uy(r,o,[e.value,e.children,o],e.keywords),h=g1(),f=nn(A=>A.value&&A.value===p.current),g=nn(A=>u||l.filter()===!1?!0:A.search?A.filtered.items.get(r)>0:!0);y.useEffect(()=>{let A=o.current;if(!(!A||e.disabled))return A.addEventListener(m1,m),()=>A.removeEventListener(m1,m)},[g,e.onSelect,e.disabled]);function m(){var A,P;v(),(P=(A=d.current).onSelect)==null||P.call(A,p.current)}function v(){h.setState("value",p.current,!0)}if(!g)return null;let{disabled:x,value:k,onSelect:b,forceMount:w,keywords:C,...D}=e;return y.createElement(Ct.div,{ref:oa(o,t),...D,id:r,"cmdk-item":"",role:"option","aria-disabled":!!x,"aria-selected":!!f,"data-disabled":!!x,"data-selected":!!f,onPointerMove:x||l.getDisablePointerSelection()?void 0:v,onClick:x?void 0:m},e.children)}),kJ=y.forwardRef((e,t)=>{let{heading:a,children:n,forceMount:r,...o}=e,i=Ze(),l=y.useRef(null),d=y.useRef(null),u=Ze(),p=to(),h=nn(g=>r||p.filter()===!1?!0:g.search?g.filtered.groups.has(i):!0);Mn(()=>p.group(i),[]),Uy(i,l,[e.value,e.heading,d]);let f=y.useMemo(()=>({id:i,forceMount:r}),[r]);return y.createElement(Ct.div,{ref:oa(l,t),...o,"cmdk-group":"",role:"presentation",hidden:h?void 0:!0},a&&y.createElement("div",{ref:d,"cmdk-group-heading":"","aria-hidden":!0,id:u},a),_s(e,g=>y.createElement("div",{"cmdk-group-items":"",role:"group","aria-labelledby":a?u:void 0},y.createElement($y.Provider,{value:f},g))))}),vJ=y.forwardRef((e,t)=>{let{alwaysRender:a,...n}=e,r=y.useRef(null),o=nn(i=>!i.search);return!a&&!o?null:y.createElement(Ct.div,{ref:oa(r,t),...n,"cmdk-separator":"",role:"separator"})}),xJ=y.forwardRef((e,t)=>{let{onValueChange:a,...n}=e,r=e.value!=null,o=g1(),i=nn(u=>u.search),l=nn(u=>u.selectedItemId),d=to();return y.useEffect(()=>{e.value!=null&&o.setState("search",e.value)},[e.value]),y.createElement(Ct.input,{ref:t,...n,"cmdk-input":"",autoComplete:"off",autoCorrect:"off",spellCheck:!1,"aria-autocomplete":"list",role:"combobox","aria-expanded":!0,"aria-controls":d.listId,"aria-labelledby":d.labelId,"aria-activedescendant":l,id:d.inputId,type:"text",value:r?e.value:i,onChange:u=>{r||o.setState("search",u.target.value),a?.(u.target.value)}})}),bJ=y.forwardRef((e,t)=>{let{children:a,label:n="Suggestions",...r}=e,o=y.useRef(null),i=y.useRef(null),l=nn(u=>u.selectedItemId),d=to();return y.useEffect(()=>{if(i.current&&o.current){let u=i.current,p=o.current,h,f=new ResizeObserver(()=>{h=requestAnimationFrame(()=>{let g=u.offsetHeight;p.style.setProperty("--cmdk-list-height",g.toFixed(1)+"px")})});return f.observe(u),()=>{cancelAnimationFrame(h),f.unobserve(u)}}},[]),y.createElement(Ct.div,{ref:oa(o,t),...r,"cmdk-list":"",role:"listbox",tabIndex:-1,"aria-activedescendant":l,"aria-label":n,id:d.listId},_s(e,u=>y.createElement("div",{ref:oa(i,d.listInnerRef),"cmdk-list-sizer":""},u)))}),MJ=y.forwardRef((e,t)=>{let{open:a,onOpenChange:n,overlayClassName:r,contentClassName:o,container:i,...l}=e;return y.createElement(Ar,{open:a,onOpenChange:n},y.createElement(Dr,{container:i},y.createElement(Pr,{"cmdk-overlay":"",className:r}),y.createElement(Tr,{"aria-label":e.label,"cmdk-dialog":"",className:o},y.createElement(Wy,{ref:t,...l}))))}),wJ=y.forwardRef((e,t)=>nn(a=>a.filtered.count===0)?y.createElement(Ct.div,{ref:t,...e,"cmdk-empty":"",role:"presentation"}):null),CJ=y.forwardRef((e,t)=>{let{progress:a,children:n,label:r="Loading...",...o}=e;return y.createElement(Ct.div,{ref:t,...o,"cmdk-loading":"",role:"progressbar","aria-valuenow":a,"aria-valuemin":0,"aria-valuemax":100,"aria-label":r},_s(e,i=>y.createElement("div",{"aria-hidden":!0},i)))}),bn=Object.assign(Wy,{List:bJ,Item:gJ,Input:xJ,Group:kJ,Separator:vJ,Dialog:MJ,Empty:wJ,Loading:CJ});function SJ(e,t){let a=e.nextElementSibling;for(;a;){if(a.matches(t))return a;a=a.nextElementSibling}}function jJ(e,t){let a=e.previousElementSibling;for(;a;){if(a.matches(t))return a;a=a.previousElementSibling}}function Gy(e){let t=y.useRef(e);return Mn(()=>{t.current=e}),t}var Mn=typeof window>"u"?y.useEffect:y.useLayoutEffect;function ir(e){let t=y.useRef();return t.current===void 0&&(t.current=e()),t}function nn(e){let t=g1(),a=()=>e(t.snapshot());return y.useSyncExternalStore(t.subscribe,a,a)}function Uy(e,t,a,n=[]){let r=y.useRef(),o=to();return Mn(()=>{var i;let l=(()=>{var u;for(let p of a){if(typeof p=="string")return p.trim();if(typeof p=="object"&&"current"in p)return p.current?(u=p.current.textContent)==null?void 0:u.trim():r.current}})(),d=n.map(u=>u.trim());o.value(e,l,d),(i=t.current)==null||i.setAttribute(sr,l),r.current=l}),r}var AJ=()=>{let[e,t]=y.useState(),a=ir(()=>new Map);return Mn(()=>{a.current.forEach(n=>n()),a.current=new Map},[e]),(n,r)=>{a.current.set(n,r),t({})}};function DJ(e){let t=e.type;return typeof t=="function"?t(e.props):"render"in t?t.render(e.props):e}function _s({asChild:e,children:t},a){return e&&y.isValidElement(t)?y.cloneElement(DJ(t),{ref:t.ref},a(t.props.children)):a(t)}var PJ={position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"};function k1({...e}){return c.jsx(Ar,{"data-slot":"dialog",...e})}function Yy({...e}){return c.jsx(ts,{"data-slot":"dialog-trigger",...e})}function Zy({...e}){return c.jsx(Dr,{"data-slot":"dialog-portal",...e})}function TJ({...e}){return c.jsx(pn,{"data-slot":"dialog-close",...e})}function Ky({className:e,...t}){return c.jsx(Pr,{"data-slot":"dialog-overlay",className:j("data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/50",e),...t})}function v1({className:e,children:t,showCloseButton:a=!0,...n}){return c.jsxs(Zy,{"data-slot":"dialog-portal",children:[c.jsx(Ky,{}),c.jsxs(Tr,{"data-slot":"dialog-content",className:j("bg-background data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border p-6 shadow-lg duration-200 outline-none sm:max-w-lg",e),...n,children:[t,a&&c.jsxs(pn,{"data-slot":"dialog-close",className:"ring-offset-background focus:ring-ring data-[state=open]:bg-accent data-[state=open]:text-muted-foreground absolute top-4 right-4 rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",children:[c.jsx(Cr,{}),c.jsx("span",{className:"sr-only",children:"Close"})]})]})]})}function x1({className:e,...t}){return c.jsx("div",{"data-slot":"dialog-header",className:j("flex flex-col gap-2 text-center sm:text-left",e),...t})}function Xy({className:e,...t}){return c.jsx("div",{"data-slot":"dialog-footer",className:j("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",e),...t})}function b1({className:e,...t}){return c.jsx(as,{"data-slot":"dialog-title",className:j("text-lg leading-none font-semibold",e),...t})}function M1({className:e,...t}){return c.jsx(ns,{"data-slot":"dialog-description",className:j("text-muted-foreground text-sm",e),...t})}function Jy({className:e,...t}){return c.jsx(bn,{"data-slot":"command",className:j("bg-popover text-popover-foreground flex h-full w-full flex-col overflow-hidden rounded-md",e),...t})}function NJ({title:e="Command Palette",description:t="Search for a command to run...",children:a,className:n,showCloseButton:r=!0,...o}){return c.jsxs(k1,{...o,children:[c.jsxs(x1,{className:"sr-only",children:[c.jsx(b1,{children:e}),c.jsx(M1,{children:t})]}),c.jsx(v1,{className:j("overflow-hidden p-0",n),showCloseButton:r,children:c.jsx(Jy,{className:"[&_[cmdk-group-heading]]:text-muted-foreground **:data-[slot=command-input-wrapper]:h-12 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group]]:px-2 [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5",children:a})})]})}function EJ({className:e,...t}){return c.jsxs("div",{"data-slot":"command-input-wrapper",className:"flex h-9 items-center gap-2 border-b px-3",children:[c.jsx($i,{className:"size-4 shrink-0 opacity-50"}),c.jsx(bn.Input,{"data-slot":"command-input",className:j("placeholder:text-muted-foreground flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-hidden disabled:cursor-not-allowed disabled:opacity-50",e),...t})]})}function _J({className:e,...t}){return c.jsx(bn.List,{"data-slot":"command-list",className:j("max-h-[300px] scroll-py-1 overflow-x-hidden overflow-y-auto",e),...t})}function zJ({...e}){return c.jsx(bn.Empty,{"data-slot":"command-empty",className:"py-6 text-center text-sm",...e})}function OJ({className:e,...t}){return c.jsx(bn.Group,{"data-slot":"command-group",className:j("text-foreground [&_[cmdk-group-heading]]:text-muted-foreground overflow-hidden p-1 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium",e),...t})}function RJ({className:e,...t}){return c.jsx(bn.Separator,{"data-slot":"command-separator",className:j("bg-border -mx-1 h-px",e),...t})}function IJ({className:e,...t}){return c.jsx(bn.Item,{"data-slot":"command-item",className:j("data-[selected=true]:bg-accent data-[selected=true]:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...t})}function VJ({className:e,...t}){return c.jsx("span",{"data-slot":"command-shortcut",className:j("text-muted-foreground ml-auto text-xs tracking-widest",e),...t})}var w1="rovingFocusGroup.onEntryFocus",LJ={bubbles:!1,cancelable:!0},ao="RovingFocusGroup",[C1,Qy,HJ]=Ga(ao),[qJ,Na]=rt(ao,[HJ]),[FJ,BJ]=qJ(ao),ef=y.forwardRef((e,t)=>c.jsx(C1.Provider,{scope:e.__scopeRovingFocusGroup,children:c.jsx(C1.Slot,{scope:e.__scopeRovingFocusGroup,children:c.jsx($J,{...e,ref:t})})}));ef.displayName=ao;var $J=y.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:a,orientation:n,loop:r=!1,dir:o,currentTabStopId:i,defaultCurrentTabStopId:l,onCurrentTabStopIdChange:d,onEntryFocus:u,preventScrollOnEntryFocus:p=!1,...h}=e,f=y.useRef(null),g=Se(t,f),m=sa(o),[v,x]=at({prop:i,defaultProp:l??null,onChange:d,caller:ao}),[k,b]=y.useState(!1),w=Ke(u),C=Qy(a),D=y.useRef(!1),[A,P]=y.useState(0);return y.useEffect(()=>{const N=f.current;if(N)return N.addEventListener(w1,w),()=>N.removeEventListener(w1,w)},[w]),c.jsx(FJ,{scope:a,orientation:n,dir:m,loop:r,currentTabStopId:v,onItemFocus:y.useCallback(N=>x(N),[x]),onItemShiftTab:y.useCallback(()=>b(!0),[]),onFocusableItemAdd:y.useCallback(()=>P(N=>N+1),[]),onFocusableItemRemove:y.useCallback(()=>P(N=>N-1),[]),children:c.jsx(de.div,{tabIndex:k||A===0?-1:0,"data-orientation":n,...h,ref:g,style:{outline:"none",...e.style},onMouseDown:Y(e.onMouseDown,()=>{D.current=!0}),onFocus:Y(e.onFocus,N=>{const _=!D.current;if(N.target===N.currentTarget&&_&&!k){const O=new CustomEvent(w1,LJ);if(N.currentTarget.dispatchEvent(O),!O.defaultPrevented){const V=C().filter(B=>B.focusable),H=V.find(B=>B.active),R=V.find(B=>B.id===v),K=[H,R,...V].filter(Boolean).map(B=>B.ref.current);nf(K,p)}}D.current=!1}),onBlur:Y(e.onBlur,()=>b(!1))})})}),tf="RovingFocusGroupItem",af=y.forwardRef((e,t)=>{const{__scopeRovingFocusGroup:a,focusable:n=!0,active:r=!1,tabStopId:o,children:i,...l}=e,d=Ze(),u=o||d,p=BJ(tf,a),h=p.currentTabStopId===u,f=Qy(a),{onFocusableItemAdd:g,onFocusableItemRemove:m,currentTabStopId:v}=p;return y.useEffect(()=>{if(n)return g(),()=>m()},[n,g,m]),c.jsx(C1.ItemSlot,{scope:a,id:u,focusable:n,active:r,children:c.jsx(de.span,{tabIndex:h?0:-1,"data-orientation":p.orientation,...l,ref:t,onMouseDown:Y(e.onMouseDown,x=>{n?p.onItemFocus(u):x.preventDefault()}),onFocus:Y(e.onFocus,()=>p.onItemFocus(u)),onKeyDown:Y(e.onKeyDown,x=>{if(x.key==="Tab"&&x.shiftKey){p.onItemShiftTab();return}if(x.target!==x.currentTarget)return;const k=UJ(x,p.orientation,p.dir);if(k!==void 0){if(x.metaKey||x.ctrlKey||x.altKey||x.shiftKey)return;x.preventDefault();let w=f().filter(C=>C.focusable).map(C=>C.ref.current);if(k==="last")w.reverse();else if(k==="prev"||k==="next"){k==="prev"&&w.reverse();const C=w.indexOf(x.currentTarget);w=p.loop?YJ(w,C+1):w.slice(C+1)}setTimeout(()=>nf(w))}}),children:typeof i=="function"?i({isCurrentTabStop:h,hasTabStop:v!=null}):i})})});af.displayName=tf;var WJ={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function GJ(e,t){return t!=="rtl"?e:e==="ArrowLeft"?"ArrowRight":e==="ArrowRight"?"ArrowLeft":e}function UJ(e,t,a){const n=GJ(e.key,a);if(!(t==="vertical"&&["ArrowLeft","ArrowRight"].includes(n))&&!(t==="horizontal"&&["ArrowUp","ArrowDown"].includes(n)))return WJ[n]}function nf(e,t=!1){const a=document.activeElement;for(const n of e)if(n===a||(n.focus({preventScroll:t}),document.activeElement!==a))return}function YJ(e,t){return e.map((a,n)=>e[(t+n)%e.length])}var no=ef,ro=af,S1=["Enter"," "],ZJ=["ArrowDown","PageUp","Home"],rf=["ArrowUp","PageDown","End"],KJ=[...ZJ,...rf],XJ={ltr:[...S1,"ArrowRight"],rtl:[...S1,"ArrowLeft"]},JJ={ltr:["ArrowLeft"],rtl:["ArrowRight"]},oo="Menu",[so,QJ,eQ]=Ga(oo),[wn,io]=rt(oo,[eQ,Da,Na]),lo=Da(),of=Na(),[sf,rn]=wn(oo),[tQ,co]=wn(oo),lf=e=>{const{__scopeMenu:t,open:a=!1,children:n,dir:r,onOpenChange:o,modal:i=!0}=e,l=lo(t),[d,u]=y.useState(null),p=y.useRef(!1),h=Ke(o),f=sa(r);return y.useEffect(()=>{const g=()=>{p.current=!0,document.addEventListener("pointerdown",m,{capture:!0,once:!0}),document.addEventListener("pointermove",m,{capture:!0,once:!0})},m=()=>p.current=!1;return document.addEventListener("keydown",g,{capture:!0}),()=>{document.removeEventListener("keydown",g,{capture:!0}),document.removeEventListener("pointerdown",m,{capture:!0}),document.removeEventListener("pointermove",m,{capture:!0})}},[]),c.jsx(tr,{...l,children:c.jsx(sf,{scope:t,open:a,onOpenChange:h,content:d,onContentChange:u,children:c.jsx(tQ,{scope:t,onClose:y.useCallback(()=>h(!1),[h]),isUsingKeyboardRef:p,dir:f,modal:i,children:n})})})};lf.displayName=oo;var aQ="MenuAnchor",j1=y.forwardRef((e,t)=>{const{__scopeMenu:a,...n}=e,r=lo(a);return c.jsx(ar,{...r,...n,ref:t})});j1.displayName=aQ;var A1="MenuPortal",[nQ,cf]=wn(A1,{forceMount:void 0}),df=e=>{const{__scopeMenu:t,forceMount:a,children:n,container:r}=e,o=rn(A1,t);return c.jsx(nQ,{scope:t,forceMount:a,children:c.jsx(et,{present:a||o.open,children:c.jsx(un,{asChild:!0,container:r,children:n})})})};df.displayName=A1;var Xt="MenuContent",[rQ,D1]=wn(Xt),uf=y.forwardRef((e,t)=>{const a=cf(Xt,e.__scopeMenu),{forceMount:n=a.forceMount,...r}=e,o=rn(Xt,e.__scopeMenu),i=co(Xt,e.__scopeMenu);return c.jsx(so.Provider,{scope:e.__scopeMenu,children:c.jsx(et,{present:n||o.open,children:c.jsx(so.Slot,{scope:e.__scopeMenu,children:i.modal?c.jsx(oQ,{...r,ref:t}):c.jsx(sQ,{...r,ref:t})})})})}),oQ=y.forwardRef((e,t)=>{const a=rn(Xt,e.__scopeMenu),n=y.useRef(null),r=Se(t,n);return y.useEffect(()=>{const o=n.current;if(o)return Jo(o)},[]),c.jsx(P1,{...e,ref:r,trapFocus:a.open,disableOutsidePointerEvents:a.open,disableOutsideScroll:!0,onFocusOutside:Y(e.onFocusOutside,o=>o.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>a.onOpenChange(!1)})}),sQ=y.forwardRef((e,t)=>{const a=rn(Xt,e.__scopeMenu);return c.jsx(P1,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>a.onOpenChange(!1)})}),iQ=dn("MenuContent.ScrollLock"),P1=y.forwardRef((e,t)=>{const{__scopeMenu:a,loop:n=!1,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:i,disableOutsidePointerEvents:l,onEntryFocus:d,onEscapeKeyDown:u,onPointerDownOutside:p,onFocusOutside:h,onInteractOutside:f,onDismiss:g,disableOutsideScroll:m,...v}=e,x=rn(Xt,a),k=co(Xt,a),b=lo(a),w=of(a),C=QJ(a),[D,A]=y.useState(null),P=y.useRef(null),N=Se(t,P,x.onContentChange),_=y.useRef(0),O=y.useRef(""),V=y.useRef(0),H=y.useRef(null),R=y.useRef("right"),q=y.useRef(0),K=m?jr:y.Fragment,B=m?{as:iQ,allowPinchZoom:!0}:void 0,U=G=>{const ce=O.current+G,ue=C().filter($=>!$.disabled),F=document.activeElement,W=ue.find($=>$.ref.current===F)?.textValue,Q=ue.map($=>$.textValue),X=vQ(Q,ce,W),le=ue.find($=>$.textValue===X)?.ref.current;(function $(re){O.current=re,window.clearTimeout(_.current),re!==""&&(_.current=window.setTimeout(()=>$(""),1e3))})(ce),le&&setTimeout(()=>le.focus())};y.useEffect(()=>()=>window.clearTimeout(_.current),[]),$o();const L=y.useCallback(G=>R.current===H.current?.side&&bQ(G,H.current?.area),[]);return c.jsx(rQ,{scope:a,searchRef:O,onItemEnter:y.useCallback(G=>{L(G)&&G.preventDefault()},[L]),onItemLeave:y.useCallback(G=>{L(G)||(P.current?.focus(),A(null))},[L]),onTriggerLeave:y.useCallback(G=>{L(G)&&G.preventDefault()},[L]),pointerGraceTimerRef:V,onPointerGraceIntentChange:y.useCallback(G=>{H.current=G},[]),children:c.jsx(K,{...B,children:c.jsx(Sr,{asChild:!0,trapped:r,onMountAutoFocus:Y(o,G=>{G.preventDefault(),P.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:i,children:c.jsx(Ya,{asChild:!0,disableOutsidePointerEvents:l,onEscapeKeyDown:u,onPointerDownOutside:p,onFocusOutside:h,onInteractOutside:f,onDismiss:g,children:c.jsx(no,{asChild:!0,...w,dir:k.dir,orientation:"vertical",loop:n,currentTabStopId:D,onCurrentTabStopIdChange:A,onEntryFocus:Y(d,G=>{k.isUsingKeyboardRef.current||G.preventDefault()}),preventScrollOnEntryFocus:!0,children:c.jsx($r,{role:"menu","aria-orientation":"vertical","data-state":Pf(x.open),"data-radix-menu-content":"",dir:k.dir,...b,...v,ref:N,style:{outline:"none",...v.style},onKeyDown:Y(v.onKeyDown,G=>{const ue=G.target.closest("[data-radix-menu-content]")===G.currentTarget,F=G.ctrlKey||G.altKey||G.metaKey,W=G.key.length===1;ue&&(G.key==="Tab"&&G.preventDefault(),!F&&W&&U(G.key));const Q=P.current;if(G.target!==Q||!KJ.includes(G.key))return;G.preventDefault();const le=C().filter($=>!$.disabled).map($=>$.ref.current);rf.includes(G.key)&&le.reverse(),gQ(le)}),onBlur:Y(e.onBlur,G=>{G.currentTarget.contains(G.target)||(window.clearTimeout(_.current),O.current="")}),onPointerMove:Y(e.onPointerMove,ho(G=>{const ce=G.target,ue=q.current!==G.clientX;if(G.currentTarget.contains(ce)&&ue){const F=G.clientX>q.current?"right":"left";R.current=F,q.current=G.clientX}}))})})})})})})});uf.displayName=Xt;var lQ="MenuGroup",T1=y.forwardRef((e,t)=>{const{__scopeMenu:a,...n}=e;return c.jsx(de.div,{role:"group",...n,ref:t})});T1.displayName=lQ;var cQ="MenuLabel",hf=y.forwardRef((e,t)=>{const{__scopeMenu:a,...n}=e;return c.jsx(de.div,{...n,ref:t})});hf.displayName=cQ;var zs="MenuItem",pf="menu.itemSelect",Os=y.forwardRef((e,t)=>{const{disabled:a=!1,onSelect:n,...r}=e,o=y.useRef(null),i=co(zs,e.__scopeMenu),l=D1(zs,e.__scopeMenu),d=Se(t,o),u=y.useRef(!1),p=()=>{const h=o.current;if(!a&&h){const f=new CustomEvent(pf,{bubbles:!0,cancelable:!0});h.addEventListener(pf,g=>n?.(g),{once:!0}),Vo(h,f),f.defaultPrevented?u.current=!1:i.onClose()}};return c.jsx(yf,{...r,ref:d,disabled:a,onClick:Y(e.onClick,p),onPointerDown:h=>{e.onPointerDown?.(h),u.current=!0},onPointerUp:Y(e.onPointerUp,h=>{u.current||h.currentTarget?.click()}),onKeyDown:Y(e.onKeyDown,h=>{const f=l.searchRef.current!=="";a||f&&h.key===" "||S1.includes(h.key)&&(h.currentTarget.click(),h.preventDefault())})})});Os.displayName=zs;var yf=y.forwardRef((e,t)=>{const{__scopeMenu:a,disabled:n=!1,textValue:r,...o}=e,i=D1(zs,a),l=of(a),d=y.useRef(null),u=Se(t,d),[p,h]=y.useState(!1),[f,g]=y.useState("");return y.useEffect(()=>{const m=d.current;m&&g((m.textContent??"").trim())},[o.children]),c.jsx(so.ItemSlot,{scope:a,disabled:n,textValue:r??f,children:c.jsx(ro,{asChild:!0,...l,focusable:!n,children:c.jsx(de.div,{role:"menuitem","data-highlighted":p?"":void 0,"aria-disabled":n||void 0,"data-disabled":n?"":void 0,...o,ref:u,onPointerMove:Y(e.onPointerMove,ho(m=>{n?i.onItemLeave(m):(i.onItemEnter(m),m.defaultPrevented||m.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:Y(e.onPointerLeave,ho(m=>i.onItemLeave(m))),onFocus:Y(e.onFocus,()=>h(!0)),onBlur:Y(e.onBlur,()=>h(!1))})})})}),dQ="MenuCheckboxItem",ff=y.forwardRef((e,t)=>{const{checked:a=!1,onCheckedChange:n,...r}=e;return c.jsx(xf,{scope:e.__scopeMenu,checked:a,children:c.jsx(Os,{role:"menuitemcheckbox","aria-checked":Rs(a)?"mixed":a,...r,ref:t,"data-state":_1(a),onSelect:Y(r.onSelect,()=>n?.(Rs(a)?!0:!a),{checkForDefaultPrevented:!1})})})});ff.displayName=dQ;var mf="MenuRadioGroup",[uQ,hQ]=wn(mf,{value:void 0,onValueChange:()=>{}}),gf=y.forwardRef((e,t)=>{const{value:a,onValueChange:n,...r}=e,o=Ke(n);return c.jsx(uQ,{scope:e.__scopeMenu,value:a,onValueChange:o,children:c.jsx(T1,{...r,ref:t})})});gf.displayName=mf;var kf="MenuRadioItem",vf=y.forwardRef((e,t)=>{const{value:a,...n}=e,r=hQ(kf,e.__scopeMenu),o=a===r.value;return c.jsx(xf,{scope:e.__scopeMenu,checked:o,children:c.jsx(Os,{role:"menuitemradio","aria-checked":o,...n,ref:t,"data-state":_1(o),onSelect:Y(n.onSelect,()=>r.onValueChange?.(a),{checkForDefaultPrevented:!1})})})});vf.displayName=kf;var N1="MenuItemIndicator",[xf,pQ]=wn(N1,{checked:!1}),bf=y.forwardRef((e,t)=>{const{__scopeMenu:a,forceMount:n,...r}=e,o=pQ(N1,a);return c.jsx(et,{present:n||Rs(o.checked)||o.checked===!0,children:c.jsx(de.span,{...r,ref:t,"data-state":_1(o.checked)})})});bf.displayName=N1;var yQ="MenuSeparator",Mf=y.forwardRef((e,t)=>{const{__scopeMenu:a,...n}=e;return c.jsx(de.div,{role:"separator","aria-orientation":"horizontal",...n,ref:t})});Mf.displayName=yQ;var fQ="MenuArrow",wf=y.forwardRef((e,t)=>{const{__scopeMenu:a,...n}=e,r=lo(a);return c.jsx(Wr,{...r,...n,ref:t})});wf.displayName=fQ;var E1="MenuSub",[mQ,Cf]=wn(E1),Sf=e=>{const{__scopeMenu:t,children:a,open:n=!1,onOpenChange:r}=e,o=rn(E1,t),i=lo(t),[l,d]=y.useState(null),[u,p]=y.useState(null),h=Ke(r);return y.useEffect(()=>(o.open===!1&&h(!1),()=>h(!1)),[o.open,h]),c.jsx(tr,{...i,children:c.jsx(sf,{scope:t,open:n,onOpenChange:h,content:u,onContentChange:p,children:c.jsx(mQ,{scope:t,contentId:Ze(),triggerId:Ze(),trigger:l,onTriggerChange:d,children:a})})})};Sf.displayName=E1;var uo="MenuSubTrigger",jf=y.forwardRef((e,t)=>{const a=rn(uo,e.__scopeMenu),n=co(uo,e.__scopeMenu),r=Cf(uo,e.__scopeMenu),o=D1(uo,e.__scopeMenu),i=y.useRef(null),{pointerGraceTimerRef:l,onPointerGraceIntentChange:d}=o,u={__scopeMenu:e.__scopeMenu},p=y.useCallback(()=>{i.current&&window.clearTimeout(i.current),i.current=null},[]);return y.useEffect(()=>p,[p]),y.useEffect(()=>{const h=l.current;return()=>{window.clearTimeout(h),d(null)}},[l,d]),c.jsx(j1,{asChild:!0,...u,children:c.jsx(yf,{id:r.triggerId,"aria-haspopup":"menu","aria-expanded":a.open,"aria-controls":r.contentId,"data-state":Pf(a.open),...e,ref:oa(t,r.onTriggerChange),onClick:h=>{e.onClick?.(h),!(e.disabled||h.defaultPrevented)&&(h.currentTarget.focus(),a.open||a.onOpenChange(!0))},onPointerMove:Y(e.onPointerMove,ho(h=>{o.onItemEnter(h),!h.defaultPrevented&&!e.disabled&&!a.open&&!i.current&&(o.onPointerGraceIntentChange(null),i.current=window.setTimeout(()=>{a.onOpenChange(!0),p()},100))})),onPointerLeave:Y(e.onPointerLeave,ho(h=>{p();const f=a.content?.getBoundingClientRect();if(f){const g=a.content?.dataset.side,m=g==="right",v=m?-5:5,x=f[m?"left":"right"],k=f[m?"right":"left"];o.onPointerGraceIntentChange({area:[{x:h.clientX+v,y:h.clientY},{x,y:f.top},{x:k,y:f.top},{x:k,y:f.bottom},{x,y:f.bottom}],side:g}),window.clearTimeout(l.current),l.current=window.setTimeout(()=>o.onPointerGraceIntentChange(null),300)}else{if(o.onTriggerLeave(h),h.defaultPrevented)return;o.onPointerGraceIntentChange(null)}})),onKeyDown:Y(e.onKeyDown,h=>{const f=o.searchRef.current!=="";e.disabled||f&&h.key===" "||XJ[n.dir].includes(h.key)&&(a.onOpenChange(!0),a.content?.focus(),h.preventDefault())})})})});jf.displayName=uo;var Af="MenuSubContent",Df=y.forwardRef((e,t)=>{const a=cf(Xt,e.__scopeMenu),{forceMount:n=a.forceMount,...r}=e,o=rn(Xt,e.__scopeMenu),i=co(Xt,e.__scopeMenu),l=Cf(Af,e.__scopeMenu),d=y.useRef(null),u=Se(t,d);return c.jsx(so.Provider,{scope:e.__scopeMenu,children:c.jsx(et,{present:n||o.open,children:c.jsx(so.Slot,{scope:e.__scopeMenu,children:c.jsx(P1,{id:l.contentId,"aria-labelledby":l.triggerId,...r,ref:u,align:"start",side:i.dir==="rtl"?"left":"right",disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:p=>{i.isUsingKeyboardRef.current&&d.current?.focus(),p.preventDefault()},onCloseAutoFocus:p=>p.preventDefault(),onFocusOutside:Y(e.onFocusOutside,p=>{p.target!==l.trigger&&o.onOpenChange(!1)}),onEscapeKeyDown:Y(e.onEscapeKeyDown,p=>{i.onClose(),p.preventDefault()}),onKeyDown:Y(e.onKeyDown,p=>{const h=p.currentTarget.contains(p.target),f=JJ[i.dir].includes(p.key);h&&f&&(o.onOpenChange(!1),l.trigger?.focus(),p.preventDefault())})})})})})});Df.displayName=Af;function Pf(e){return e?"open":"closed"}function Rs(e){return e==="indeterminate"}function _1(e){return Rs(e)?"indeterminate":e?"checked":"unchecked"}function gQ(e){const t=document.activeElement;for(const a of e)if(a===t||(a.focus(),document.activeElement!==t))return}function kQ(e,t){return e.map((a,n)=>e[(t+n)%e.length])}function vQ(e,t,a){const r=t.length>1&&Array.from(t).every(u=>u===t[0])?t[0]:t,o=a?e.indexOf(a):-1;let i=kQ(e,Math.max(o,0));r.length===1&&(i=i.filter(u=>u!==a));const d=i.find(u=>u.toLowerCase().startsWith(r.toLowerCase()));return d!==a?d:void 0}function xQ(e,t){const{x:a,y:n}=e;let r=!1;for(let o=0,i=t.length-1;o<t.length;i=o++){const l=t[o],d=t[i],u=l.x,p=l.y,h=d.x,f=d.y;p>n!=f>n&&a<(h-u)*(n-p)/(f-p)+u&&(r=!r)}return r}function bQ(e,t){if(!t)return!1;const a={x:e.clientX,y:e.clientY};return xQ(a,t)}function ho(e){return t=>t.pointerType==="mouse"?e(t):void 0}var z1=lf,O1=j1,R1=df,I1=uf,V1=T1,L1=hf,H1=Os,q1=ff,F1=gf,B1=vf,$1=bf,W1=Mf,G1=wf,U1=Sf,Y1=jf,Z1=Df,K1="ContextMenu",[MQ]=rt(K1,[io]),At=io(),[wQ,Tf]=MQ(K1),Nf=e=>{const{__scopeContextMenu:t,children:a,onOpenChange:n,dir:r,modal:o=!0}=e,[i,l]=y.useState(!1),d=At(t),u=Ke(n),p=y.useCallback(h=>{l(h),u(h)},[u]);return c.jsx(wQ,{scope:t,open:i,onOpenChange:p,modal:o,children:c.jsx(z1,{...d,dir:r,open:i,onOpenChange:p,modal:o,children:a})})};Nf.displayName=K1;var Ef="ContextMenuTrigger",_f=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,disabled:n=!1,...r}=e,o=Tf(Ef,a),i=At(a),l=y.useRef({x:0,y:0}),d=y.useRef({getBoundingClientRect:()=>DOMRect.fromRect({width:0,height:0,...l.current})}),u=y.useRef(0),p=y.useCallback(()=>window.clearTimeout(u.current),[]),h=f=>{l.current={x:f.clientX,y:f.clientY},o.onOpenChange(!0)};return y.useEffect(()=>p,[p]),y.useEffect(()=>{n&&p()},[n,p]),c.jsxs(c.Fragment,{children:[c.jsx(O1,{...i,virtualRef:d}),c.jsx(de.span,{"data-state":o.open?"open":"closed","data-disabled":n?"":void 0,...r,ref:t,style:{WebkitTouchCallout:"none",...e.style},onContextMenu:n?e.onContextMenu:Y(e.onContextMenu,f=>{p(),h(f),f.preventDefault()}),onPointerDown:n?e.onPointerDown:Y(e.onPointerDown,Is(f=>{p(),u.current=window.setTimeout(()=>h(f),700)})),onPointerMove:n?e.onPointerMove:Y(e.onPointerMove,Is(p)),onPointerCancel:n?e.onPointerCancel:Y(e.onPointerCancel,Is(p)),onPointerUp:n?e.onPointerUp:Y(e.onPointerUp,Is(p))})]})});_f.displayName=Ef;var CQ="ContextMenuPortal",zf=e=>{const{__scopeContextMenu:t,...a}=e,n=At(t);return c.jsx(R1,{...n,...a})};zf.displayName=CQ;var Of="ContextMenuContent",Rf=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,...n}=e,r=Tf(Of,a),o=At(a),i=y.useRef(!1);return c.jsx(I1,{...o,...n,ref:t,side:"right",sideOffset:2,align:"start",onCloseAutoFocus:l=>{e.onCloseAutoFocus?.(l),!l.defaultPrevented&&i.current&&l.preventDefault(),i.current=!1},onInteractOutside:l=>{e.onInteractOutside?.(l),!l.defaultPrevented&&!r.modal&&(i.current=!0)},style:{...e.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});Rf.displayName=Of;var SQ="ContextMenuGroup",If=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,...n}=e,r=At(a);return c.jsx(V1,{...r,...n,ref:t})});If.displayName=SQ;var jQ="ContextMenuLabel",Vf=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,...n}=e,r=At(a);return c.jsx(L1,{...r,...n,ref:t})});Vf.displayName=jQ;var AQ="ContextMenuItem",Lf=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,...n}=e,r=At(a);return c.jsx(H1,{...r,...n,ref:t})});Lf.displayName=AQ;var DQ="ContextMenuCheckboxItem",Hf=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,...n}=e,r=At(a);return c.jsx(q1,{...r,...n,ref:t})});Hf.displayName=DQ;var PQ="ContextMenuRadioGroup",qf=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,...n}=e,r=At(a);return c.jsx(F1,{...r,...n,ref:t})});qf.displayName=PQ;var TQ="ContextMenuRadioItem",Ff=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,...n}=e,r=At(a);return c.jsx(B1,{...r,...n,ref:t})});Ff.displayName=TQ;var NQ="ContextMenuItemIndicator",Bf=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,...n}=e,r=At(a);return c.jsx($1,{...r,...n,ref:t})});Bf.displayName=NQ;var EQ="ContextMenuSeparator",$f=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,...n}=e,r=At(a);return c.jsx(W1,{...r,...n,ref:t})});$f.displayName=EQ;var _Q="ContextMenuArrow",zQ=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,...n}=e,r=At(a);return c.jsx(G1,{...r,...n,ref:t})});zQ.displayName=_Q;var Wf="ContextMenuSub",Gf=e=>{const{__scopeContextMenu:t,children:a,onOpenChange:n,open:r,defaultOpen:o}=e,i=At(t),[l,d]=at({prop:r,defaultProp:o??!1,onChange:n,caller:Wf});return c.jsx(U1,{...i,open:l,onOpenChange:d,children:a})};Gf.displayName=Wf;var OQ="ContextMenuSubTrigger",Uf=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,...n}=e,r=At(a);return c.jsx(Y1,{...r,...n,ref:t})});Uf.displayName=OQ;var RQ="ContextMenuSubContent",Yf=y.forwardRef((e,t)=>{const{__scopeContextMenu:a,...n}=e,r=At(a);return c.jsx(Z1,{...r,...n,ref:t,style:{...e.style,"--radix-context-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-context-menu-content-available-width":"var(--radix-popper-available-width)","--radix-context-menu-content-available-height":"var(--radix-popper-available-height)","--radix-context-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-context-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});Yf.displayName=RQ;function Is(e){return t=>t.pointerType!=="mouse"?e(t):void 0}var IQ=Nf,VQ=_f,Zf=zf,LQ=Rf,HQ=If,Kf=Vf,Xf=Lf,Jf=Hf,qQ=qf,Qf=Ff,em=Bf,tm=$f,FQ=Gf,BQ=Uf,$Q=Yf;function am({...e}){return c.jsx(IQ,{"data-slot":"context-menu",...e})}function nm({...e}){return c.jsx(VQ,{"data-slot":"context-menu-trigger",...e})}function WQ({...e}){return c.jsx(HQ,{"data-slot":"context-menu-group",...e})}function GQ({...e}){return c.jsx(Zf,{"data-slot":"context-menu-portal",...e})}function rm({...e}){return c.jsx(FQ,{"data-slot":"context-menu-sub",...e})}function UQ({...e}){return c.jsx(qQ,{"data-slot":"context-menu-radio-group",...e})}function om({className:e,inset:t,children:a,...n}){return c.jsxs(BQ,{"data-slot":"context-menu-sub-trigger","data-inset":t,className:j("focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground flex cursor-default items-center rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...n,children:[a,c.jsx(la,{className:"ml-auto"})]})}function sm({className:e,...t}){return c.jsx($Q,{"data-slot":"context-menu-sub-content",className:j("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[8rem] origin-(--radix-context-menu-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg",e),...t})}function im({className:e,...t}){return c.jsx(Zf,{children:c.jsx(LQ,{"data-slot":"context-menu-content",className:j("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 max-h-(--radix-context-menu-content-available-height) min-w-[8rem] origin-(--radix-context-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border p-1 shadow-md",e),...t})})}const X1=y.forwardRef(({className:e,inset:t,variant:a="default",...n},r)=>c.jsx(Xf,{ref:r,"data-slot":"context-menu-item","data-inset":t,"data-variant":a,className:j("focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:!text-destructive [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...n}));X1.displayName=Xf.displayName;const lm=y.forwardRef(({className:e,children:t,checked:a,...n},r)=>c.jsxs(Jf,{ref:r,"data-slot":"context-menu-checkbox-item",className:j("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),checked:a,...n,children:[c.jsx("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:c.jsx(em,{children:c.jsx(Ln,{className:"size-4"})})}),t]}));lm.displayName=Jf.displayName;const cm=y.forwardRef(({className:e,children:t,...a},n)=>c.jsxs(Qf,{ref:n,"data-slot":"context-menu-radio-item",className:j("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...a,children:[c.jsx("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:c.jsx(em,{children:c.jsx(wr,{className:"size-2 fill-current"})})}),t]}));cm.displayName=Qf.displayName;const J1=y.forwardRef(({className:e,inset:t,...a},n)=>c.jsx(Kf,{ref:n,"data-slot":"context-menu-label","data-inset":t,className:j("text-foreground px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",e),...a}));J1.displayName=Kf.displayName;const Q1=y.forwardRef(({className:e,...t},a)=>c.jsx(tm,{ref:a,"data-slot":"context-menu-separator",className:j("bg-border -mx-1 my-1 h-px",e),...t}));Q1.displayName=tm.displayName;function dm({className:e,...t}){return c.jsx("span",{"data-slot":"context-menu-shortcut",className:j("text-muted-foreground ml-auto text-xs tracking-widest",e),...t})}function YQ(e){if(typeof document>"u")return;let t=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css",t.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}const um=M.createContext({drawerRef:{current:null},overlayRef:{current:null},onPress:()=>{},onRelease:()=>{},onDrag:()=>{},onNestedDrag:()=>{},onNestedOpenChange:()=>{},onNestedRelease:()=>{},openProp:void 0,dismissible:!1,isOpen:!1,isDragging:!1,keyboardIsOpen:{current:!1},snapPointsOffset:null,snapPoints:null,handleOnly:!1,modal:!1,shouldFade:!1,activeSnapPoint:null,onOpenChange:()=>{},setActiveSnapPoint:()=>{},closeDrawer:()=>{},direction:"bottom",shouldAnimate:{current:!0},shouldScaleBackground:!1,setBackgroundColorOnScale:!0,noBodyStyles:!1,container:null,autoFocus:!1}),po=()=>{const e=M.useContext(um);if(!e)throw new Error("useDrawerContext must be used within a Drawer.Root");return e};YQ(`[data-vaul-drawer]{touch-action:none;will-change:transform;transition:transform .5s cubic-bezier(.32, .72, 0, 1);animation-duration:.5s;animation-timing-function:cubic-bezier(0.32,0.72,0,1)}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=bottom][data-state=open]{animation-name:slideFromBottom}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=bottom][data-state=closed]{animation-name:slideToBottom}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=top][data-state=open]{animation-name:slideFromTop}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=top][data-state=closed]{animation-name:slideToTop}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=left][data-state=open]{animation-name:slideFromLeft}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=left][data-state=closed]{animation-name:slideToLeft}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=right][data-state=open]{animation-name:slideFromRight}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=right][data-state=closed]{animation-name:slideToRight}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=bottom]{transform:translate3d(0,var(--initial-transform,100%),0)}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=top]{transform:translate3d(0,calc(var(--initial-transform,100%) * -1),0)}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=left]{transform:translate3d(calc(var(--initial-transform,100%) * -1),0,0)}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=right]{transform:translate3d(var(--initial-transform,100%),0,0)}[data-vaul-drawer][data-vaul-delayed-snap-points=true][data-vaul-drawer-direction=top]{transform:translate3d(0,var(--snap-point-height,0),0)}[data-vaul-drawer][data-vaul-delayed-snap-points=true][data-vaul-drawer-direction=bottom]{transform:translate3d(0,var(--snap-point-height,0),0)}[data-vaul-drawer][data-vaul-delayed-snap-points=true][data-vaul-drawer-direction=left]{transform:translate3d(var(--snap-point-height,0),0,0)}[data-vaul-drawer][data-vaul-delayed-snap-points=true][data-vaul-drawer-direction=right]{transform:translate3d(var(--snap-point-height,0),0,0)}[data-vaul-overlay][data-vaul-snap-points=false]{animation-duration:.5s;animation-timing-function:cubic-bezier(0.32,0.72,0,1)}[data-vaul-overlay][data-vaul-snap-points=false][data-state=open]{animation-name:fadeIn}[data-vaul-overlay][data-state=closed]{animation-name:fadeOut}[data-vaul-animate=false]{animation:none!important}[data-vaul-overlay][data-vaul-snap-points=true]{opacity:0;transition:opacity .5s cubic-bezier(.32, .72, 0, 1)}[data-vaul-overlay][data-vaul-snap-points=true]{opacity:1}[data-vaul-drawer]:not([data-vaul-custom-container=true])::after{content:'';position:absolute;background:inherit;background-color:inherit}[data-vaul-drawer][data-vaul-drawer-direction=top]::after{top:initial;bottom:100%;left:0;right:0;height:200%}[data-vaul-drawer][data-vaul-drawer-direction=bottom]::after{top:100%;bottom:initial;left:0;right:0;height:200%}[data-vaul-drawer][data-vaul-drawer-direction=left]::after{left:initial;right:100%;top:0;bottom:0;width:200%}[data-vaul-drawer][data-vaul-drawer-direction=right]::after{left:100%;right:initial;top:0;bottom:0;width:200%}[data-vaul-overlay][data-vaul-snap-points=true]:not([data-vaul-snap-points-overlay=true]):not(
65
+ [data-state=closed]
66
+ ){opacity:0}[data-vaul-overlay][data-vaul-snap-points-overlay=true]{opacity:1}[data-vaul-handle]{display:block;position:relative;opacity:.7;background:#e2e2e4;margin-left:auto;margin-right:auto;height:5px;width:32px;border-radius:1rem;touch-action:pan-y}[data-vaul-handle]:active,[data-vaul-handle]:hover{opacity:1}[data-vaul-handle-hitarea]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max(100%,2.75rem);height:max(100%,2.75rem);touch-action:inherit}@media (hover:hover) and (pointer:fine){[data-vaul-drawer]{user-select:none}}@media (pointer:fine){[data-vaul-handle-hitarea]:{width:100%;height:100%}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{to{opacity:0}}@keyframes slideFromBottom{from{transform:translate3d(0,var(--initial-transform,100%),0)}to{transform:translate3d(0,0,0)}}@keyframes slideToBottom{to{transform:translate3d(0,var(--initial-transform,100%),0)}}@keyframes slideFromTop{from{transform:translate3d(0,calc(var(--initial-transform,100%) * -1),0)}to{transform:translate3d(0,0,0)}}@keyframes slideToTop{to{transform:translate3d(0,calc(var(--initial-transform,100%) * -1),0)}}@keyframes slideFromLeft{from{transform:translate3d(calc(var(--initial-transform,100%) * -1),0,0)}to{transform:translate3d(0,0,0)}}@keyframes slideToLeft{to{transform:translate3d(calc(var(--initial-transform,100%) * -1),0,0)}}@keyframes slideFromRight{from{transform:translate3d(var(--initial-transform,100%),0,0)}to{transform:translate3d(0,0,0)}}@keyframes slideToRight{to{transform:translate3d(var(--initial-transform,100%),0,0)}}`);function ZQ(){const e=navigator.userAgent;return typeof window<"u"&&(/Firefox/.test(e)&&/Mobile/.test(e)||/FxiOS/.test(e))}function KQ(){return ec(/^Mac/)}function XQ(){return ec(/^iPhone/)}function hm(){return/^((?!chrome|android).)*safari/i.test(navigator.userAgent)}function JQ(){return ec(/^iPad/)||KQ()&&navigator.maxTouchPoints>1}function pm(){return XQ()||JQ()}function ec(e){return typeof window<"u"&&window.navigator!=null?e.test(window.navigator.platform):void 0}const QQ=24,eee=typeof window<"u"?M.useLayoutEffect:M.useEffect;function ym(...e){return(...t)=>{for(let a of e)typeof a=="function"&&a(...t)}}const tc=typeof document<"u"&&window.visualViewport;function fm(e){let t=window.getComputedStyle(e);return/(auto|scroll)/.test(t.overflow+t.overflowX+t.overflowY)}function mm(e){for(fm(e)&&(e=e.parentElement);e&&!fm(e);)e=e.parentElement;return e||document.scrollingElement||document.documentElement}const tee=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);let Vs=0,ac;function aee(e={}){let{isDisabled:t}=e;eee(()=>{if(!t)return Vs++,Vs===1&&pm()&&(ac=nee()),()=>{Vs--,Vs===0&&ac?.()}},[t])}function nee(){let e,t=0,a=h=>{e=mm(h.target),!(e===document.documentElement&&e===document.body)&&(t=h.changedTouches[0].pageY)},n=h=>{if(!e||e===document.documentElement||e===document.body){h.preventDefault();return}let f=h.changedTouches[0].pageY,g=e.scrollTop,m=e.scrollHeight-e.clientHeight;m!==0&&((g<=0&&f>t||g>=m&&f<t)&&h.preventDefault(),t=f)},r=h=>{let f=h.target;nc(f)&&f!==document.activeElement&&(h.preventDefault(),f.style.transform="translateY(-2000px)",f.focus(),requestAnimationFrame(()=>{f.style.transform=""}))},o=h=>{let f=h.target;nc(f)&&(f.style.transform="translateY(-2000px)",requestAnimationFrame(()=>{f.style.transform="",tc&&(tc.height<window.innerHeight?requestAnimationFrame(()=>{gm(f)}):tc.addEventListener("resize",()=>gm(f),{once:!0}))}))},i=()=>{window.scrollTo(0,0)},l=window.pageXOffset,d=window.pageYOffset,u=ym(ree(document.documentElement,"paddingRight",`${window.innerWidth-document.documentElement.clientWidth}px`));window.scrollTo(0,0);let p=ym(yo(document,"touchstart",a,{passive:!1,capture:!0}),yo(document,"touchmove",n,{passive:!1,capture:!0}),yo(document,"touchend",r,{passive:!1,capture:!0}),yo(document,"focus",o,!0),yo(window,"scroll",i));return()=>{u(),p(),window.scrollTo(l,d)}}function ree(e,t,a){let n=e.style[t];return e.style[t]=a,()=>{e.style[t]=n}}function yo(e,t,a,n){return e.addEventListener(t,a,n),()=>{e.removeEventListener(t,a,n)}}function gm(e){let t=document.scrollingElement||document.documentElement;for(;e&&e!==t;){let a=mm(e);if(a!==document.documentElement&&a!==document.body&&a!==e){let n=a.getBoundingClientRect().top,r=e.getBoundingClientRect().top,o=e.getBoundingClientRect().bottom;const i=a.getBoundingClientRect().bottom+QQ;o>i&&(a.scrollTop+=r-n)}e=a.parentElement}}function nc(e){return e instanceof HTMLInputElement&&!tee.has(e.type)||e instanceof HTMLTextAreaElement||e instanceof HTMLElement&&e.isContentEditable}function oee(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function see(...e){return t=>e.forEach(a=>oee(a,t))}function km(...e){return y.useCallback(see(...e),e)}const vm=new WeakMap;function xt(e,t,a=!1){if(!e||!(e instanceof HTMLElement))return;let n={};Object.entries(t).forEach(([r,o])=>{if(r.startsWith("--")){e.style.setProperty(r,o);return}n[r]=e.style[r],e.style[r]=o}),!a&&vm.set(e,n)}function iee(e,t){if(!e||!(e instanceof HTMLElement))return;let a=vm.get(e);a&&(e.style[t]=a[t])}const yt=e=>{switch(e){case"top":case"bottom":return!0;case"left":case"right":return!1;default:return e}};function Ls(e,t){if(!e)return null;const a=window.getComputedStyle(e),n=a.transform||a.webkitTransform||a.mozTransform;let r=n.match(/^matrix3d\((.+)\)$/);return r?parseFloat(r[1].split(", ")[yt(t)?13:12]):(r=n.match(/^matrix\((.+)\)$/),r?parseFloat(r[1].split(", ")[yt(t)?5:4]):null)}function lee(e){return 8*(Math.log(e+1)-2)}function rc(e,t){if(!e)return()=>{};const a=e.style.cssText;return Object.assign(e.style,t),()=>{e.style.cssText=a}}function cee(...e){return(...t)=>{for(const a of e)typeof a=="function"&&a(...t)}}const ct={DURATION:.5,EASE:[.32,.72,0,1]},xm=.4,dee=.25,uee=100,bm=8,Cn=16,oc=26,sc="vaul-dragging";function Mm(e){const t=M.useRef(e);return M.useEffect(()=>{t.current=e}),M.useMemo(()=>(...a)=>t.current==null?void 0:t.current.call(t,...a),[])}function hee({defaultProp:e,onChange:t}){const a=M.useState(e),[n]=a,r=M.useRef(n),o=Mm(t);return M.useEffect(()=>{r.current!==n&&(o(n),r.current=n)},[n,r,o]),a}function wm({prop:e,defaultProp:t,onChange:a=()=>{}}){const[n,r]=hee({defaultProp:t,onChange:a}),o=e!==void 0,i=o?e:n,l=Mm(a),d=M.useCallback(u=>{if(o){const h=typeof u=="function"?u(e):u;h!==e&&l(h)}else r(u)},[o,e,r,l]);return[i,d]}function pee({activeSnapPointProp:e,setActiveSnapPointProp:t,snapPoints:a,drawerRef:n,overlayRef:r,fadeFromIndex:o,onSnapPointChange:i,direction:l="bottom",container:d,snapToSequentialPoint:u}){const[p,h]=wm({prop:e,defaultProp:a?.[0],onChange:t}),[f,g]=M.useState(typeof window<"u"?{innerWidth:window.innerWidth,innerHeight:window.innerHeight}:void 0);M.useEffect(()=>{function P(){g({innerWidth:window.innerWidth,innerHeight:window.innerHeight})}return window.addEventListener("resize",P),()=>window.removeEventListener("resize",P)},[]);const m=M.useMemo(()=>p===a?.[a.length-1]||null,[a,p]),v=M.useMemo(()=>{var P;return(P=a?.findIndex(N=>N===p))!=null?P:null},[a,p]),x=a&&a.length>0&&(o||o===0)&&!Number.isNaN(o)&&a[o]===p||!a,k=M.useMemo(()=>{const P=d?{width:d.getBoundingClientRect().width,height:d.getBoundingClientRect().height}:typeof window<"u"?{width:window.innerWidth,height:window.innerHeight}:{width:0,height:0};var N;return(N=a?.map(_=>{const O=typeof _=="string";let V=0;if(O&&(V=parseInt(_,10)),yt(l)){const R=O?V:f?_*P.height:0;return f?l==="bottom"?P.height-R:-P.height+R:R}const H=O?V:f?_*P.width:0;return f?l==="right"?P.width-H:-P.width+H:H}))!=null?N:[]},[a,f,d]),b=M.useMemo(()=>v!==null?k?.[v]:null,[k,v]),w=M.useCallback(P=>{var N;const _=(N=k?.findIndex(O=>O===P))!=null?N:null;i(_),xt(n.current,{transition:`transform ${ct.DURATION}s cubic-bezier(${ct.EASE.join(",")})`,transform:yt(l)?`translate3d(0, ${P}px, 0)`:`translate3d(${P}px, 0, 0)`}),k&&_!==k.length-1&&o!==void 0&&_!==o&&_<o?xt(r.current,{transition:`opacity ${ct.DURATION}s cubic-bezier(${ct.EASE.join(",")})`,opacity:"0"}):xt(r.current,{transition:`opacity ${ct.DURATION}s cubic-bezier(${ct.EASE.join(",")})`,opacity:"1"}),h(a?.[Math.max(_,0)])},[n.current,a,k,o,r,h]);M.useEffect(()=>{if(p||e){var P;const N=(P=a?.findIndex(_=>_===e||_===p))!=null?P:-1;k&&N!==-1&&typeof k[N]=="number"&&w(k[N])}},[p,e,a,k,w]);function C({draggedDistance:P,closeDrawer:N,velocity:_,dismissible:O}){if(o===void 0)return;const V=l==="bottom"||l==="right"?(b??0)-P:(b??0)+P,H=v===o-1,R=v===0,q=P>0;if(H&&xt(r.current,{transition:`opacity ${ct.DURATION}s cubic-bezier(${ct.EASE.join(",")})`}),!u&&_>2&&!q){O?N():w(k[0]);return}if(!u&&_>2&&q&&k&&a){w(k[a.length-1]);return}const K=k?.reduce((U,L)=>typeof U!="number"||typeof L!="number"?U:Math.abs(L-V)<Math.abs(U-V)?L:U),B=yt(l)?window.innerHeight:window.innerWidth;if(_>xm&&Math.abs(P)<B*.4){const U=q?1:-1;if(U>0&&m&&a){w(k[a.length-1]);return}if(R&&U<0&&O&&N(),v===null)return;w(k[v+U]);return}w(K)}function D({draggedDistance:P}){if(b===null)return;const N=l==="bottom"||l==="right"?b-P:b+P;(l==="bottom"||l==="right")&&N<k[k.length-1]||(l==="top"||l==="left")&&N>k[k.length-1]||xt(n.current,{transform:yt(l)?`translate3d(0, ${N}px, 0)`:`translate3d(${N}px, 0, 0)`})}function A(P,N){if(!a||typeof v!="number"||!k||o===void 0)return null;const _=v===o-1;if(v>=o&&N)return 0;if(_&&!N)return 1;if(!x&&!_)return null;const V=_?v+1:v-1,H=_?k[V]-k[V-1]:k[V+1]-k[V],R=P/Math.abs(H);return _?1-R:R}return{isLastSnapPoint:m,activeSnapPoint:p,shouldFade:x,getPercentageDragged:A,setActiveSnapPoint:h,activeSnapPointIndex:v,onRelease:C,onDrag:D,snapPointsOffset:k}}const yee=()=>()=>{};function fee(){const{direction:e,isOpen:t,shouldScaleBackground:a,setBackgroundColorOnScale:n,noBodyStyles:r}=po(),o=M.useRef(null),i=M.useMemo(()=>document.body.style.backgroundColor,[]);function l(){return(window.innerWidth-oc)/window.innerWidth}M.useEffect(()=>{if(t&&a){o.current&&clearTimeout(o.current);const d=document.querySelector("[data-vaul-drawer-wrapper]")||document.querySelector("[vaul-drawer-wrapper]");if(!d)return;cee(n&&!r?rc(document.body,{background:"black"}):yee,rc(d,{transformOrigin:yt(e)?"top":"left",transitionProperty:"transform, border-radius",transitionDuration:`${ct.DURATION}s`,transitionTimingFunction:`cubic-bezier(${ct.EASE.join(",")})`}));const u=rc(d,{borderRadius:`${bm}px`,overflow:"hidden",...yt(e)?{transform:`scale(${l()}) translate3d(0, calc(env(safe-area-inset-top) + 14px), 0)`}:{transform:`scale(${l()}) translate3d(calc(env(safe-area-inset-top) + 14px), 0, 0)`}});return()=>{u(),o.current=window.setTimeout(()=>{i?document.body.style.background=i:document.body.style.removeProperty("background")},ct.DURATION*1e3)}}},[t,a,i])}let fo=null;function mee({isOpen:e,modal:t,nested:a,hasBeenOpened:n,preventScrollRestoration:r,noBodyStyles:o}){const[i,l]=M.useState(()=>typeof window<"u"?window.location.href:""),d=M.useRef(0),u=M.useCallback(()=>{if(hm()&&fo===null&&e&&!o){fo={position:document.body.style.position,top:document.body.style.top,left:document.body.style.left,height:document.body.style.height,right:"unset"};const{scrollX:h,innerHeight:f}=window;document.body.style.setProperty("position","fixed","important"),Object.assign(document.body.style,{top:`${-d.current}px`,left:`${-h}px`,right:"0px",height:"auto"}),window.setTimeout(()=>window.requestAnimationFrame(()=>{const g=f-window.innerHeight;g&&d.current>=f&&(document.body.style.top=`${-(d.current+g)}px`)}),300)}},[e]),p=M.useCallback(()=>{if(hm()&&fo!==null&&!o){const h=-parseInt(document.body.style.top,10),f=-parseInt(document.body.style.left,10);Object.assign(document.body.style,fo),window.requestAnimationFrame(()=>{if(r&&i!==window.location.href){l(window.location.href);return}window.scrollTo(f,h)}),fo=null}},[i]);return M.useEffect(()=>{function h(){d.current=window.scrollY}return h(),window.addEventListener("scroll",h),()=>{window.removeEventListener("scroll",h)}},[]),M.useEffect(()=>{if(t)return()=>{typeof document>"u"||document.querySelector("[data-vaul-drawer]")||p()}},[t,p]),M.useEffect(()=>{a||!n||(e?(!window.matchMedia("(display-mode: standalone)").matches&&u(),t||window.setTimeout(()=>{p()},500)):p())},[e,n,i,t,a,u,p]),{restorePositionSetting:p}}function gee({open:e,onOpenChange:t,children:a,onDrag:n,onRelease:r,snapPoints:o,shouldScaleBackground:i=!1,setBackgroundColorOnScale:l=!0,closeThreshold:d=dee,scrollLockTimeout:u=uee,dismissible:p=!0,handleOnly:h=!1,fadeFromIndex:f=o&&o.length-1,activeSnapPoint:g,setActiveSnapPoint:m,fixed:v,modal:x=!0,onClose:k,nested:b,noBodyStyles:w=!1,direction:C="bottom",defaultOpen:D=!1,disablePreventScroll:A=!0,snapToSequentialPoint:P=!1,preventScrollRestoration:N=!1,repositionInputs:_=!0,onAnimationEnd:O,container:V,autoFocus:H=!1}){var R,q;const[K=!1,B]=wm({defaultProp:D,prop:e,onChange:ne=>{t?.(ne),!ne&&!b&&pe(),setTimeout(()=>{O?.(ne)},ct.DURATION*1e3),ne&&!x&&typeof window<"u"&&window.requestAnimationFrame(()=>{document.body.style.pointerEvents="auto"}),ne||(document.body.style.pointerEvents="auto")}}),[U,L]=M.useState(!1),[G,ce]=M.useState(!1),[ue,F]=M.useState(!1),W=M.useRef(null),Q=M.useRef(null),X=M.useRef(null),le=M.useRef(null),$=M.useRef(null),re=M.useRef(!1),xe=M.useRef(null),fe=M.useRef(0),me=M.useRef(!1),ae=M.useRef(!D),je=M.useRef(0),J=M.useRef(null),ye=M.useRef(((R=J.current)==null?void 0:R.getBoundingClientRect().height)||0),Te=M.useRef(((q=J.current)==null?void 0:q.getBoundingClientRect().width)||0),ze=M.useRef(0),He=M.useCallback(ne=>{o&&ne===I.length-1&&(Q.current=new Date)},[]),{activeSnapPoint:Pe,activeSnapPointIndex:oe,setActiveSnapPoint:T,onRelease:E,snapPointsOffset:I,onDrag:te,shouldFade:Z,getPercentageDragged:ee}=pee({snapPoints:o,activeSnapPointProp:g,setActiveSnapPointProp:m,drawerRef:J,fadeFromIndex:f,overlayRef:W,onSnapPointChange:He,direction:C,container:V,snapToSequentialPoint:P});aee({isDisabled:!K||G||!x||ue||!U||!_||!A});const{restorePositionSetting:pe}=mee({isOpen:K,modal:x,nested:b??!1,hasBeenOpened:U,preventScrollRestoration:N,noBodyStyles:w});function Ee(){return(window.innerWidth-oc)/window.innerWidth}function Ne(ne){var be,he;!p&&!o||J.current&&!J.current.contains(ne.target)||(ye.current=((be=J.current)==null?void 0:be.getBoundingClientRect().height)||0,Te.current=((he=J.current)==null?void 0:he.getBoundingClientRect().width)||0,ce(!0),X.current=new Date,pm()&&window.addEventListener("touchend",()=>re.current=!1,{once:!0}),ne.target.setPointerCapture(ne.pointerId),fe.current=yt(C)?ne.pageY:ne.pageX)}function Ve(ne,be){var he;let ke=ne;const Oe=(he=window.getSelection())==null?void 0:he.toString(),se=J.current?Ls(J.current,C):null,Re=new Date;if(ke.tagName==="SELECT"||ke.hasAttribute("data-vaul-no-drag")||ke.closest("[data-vaul-no-drag]"))return!1;if(C==="right"||C==="left")return!0;if(Q.current&&Re.getTime()-Q.current.getTime()<500)return!1;if(se!==null&&(C==="bottom"?se>0:se<0))return!0;if(Oe&&Oe.length>0)return!1;if($.current&&Re.getTime()-$.current.getTime()<u&&se===0||be)return $.current=Re,!1;for(;ke;){if(ke.scrollHeight>ke.clientHeight){if(ke.scrollTop!==0)return $.current=new Date,!1;if(ke.getAttribute("role")==="dialog")return!0}ke=ke.parentNode}return!0}function ut(ne){if(J.current&&G){const be=C==="bottom"||C==="right"?1:-1,he=(fe.current-(yt(C)?ne.pageY:ne.pageX))*be,ke=he>0,Oe=o&&!p&&!ke;if(Oe&&oe===0)return;const se=Math.abs(he),Re=document.querySelector("[data-vaul-drawer-wrapper]"),Fe=C==="bottom"||C==="top"?ye.current:Te.current;let Be=se/Fe;const bt=ee(se,ke);if(bt!==null&&(Be=bt),Oe&&Be>=1||!re.current&&!Ve(ne.target,ke))return;if(J.current.classList.add(sc),re.current=!0,xt(J.current,{transition:"none"}),xt(W.current,{transition:"none"}),o&&te({draggedDistance:he}),ke&&!o){const nt=lee(he),na=Math.min(nt*-1,0)*be;xt(J.current,{transform:yt(C)?`translate3d(0, ${na}px, 0)`:`translate3d(${na}px, 0, 0)`});return}const $e=1-Be;if((Z||f&&oe===f-1)&&(n?.(ne,Be),xt(W.current,{opacity:`${$e}`,transition:"none"},!0)),Re&&W.current&&i){const nt=Math.min(Ee()+Be*(1-Ee()),1),na=8-Be*8,wt=Math.max(0,14-Be*14);xt(Re,{borderRadius:`${na}px`,transform:yt(C)?`scale(${nt}) translate3d(0, ${wt}px, 0)`:`scale(${nt}) translate3d(${wt}px, 0, 0)`,transition:"none"},!0)}if(!o){const nt=se*be;xt(J.current,{transform:yt(C)?`translate3d(0, ${nt}px, 0)`:`translate3d(${nt}px, 0, 0)`})}}}M.useEffect(()=>{window.requestAnimationFrame(()=>{ae.current=!0})},[]),M.useEffect(()=>{var ne;function be(){if(!J.current||!_)return;const he=document.activeElement;if(nc(he)||me.current){var ke;const Oe=((ke=window.visualViewport)==null?void 0:ke.height)||0,se=window.innerHeight;let Re=se-Oe;const Fe=J.current.getBoundingClientRect().height||0,Be=Fe>se*.8;ze.current||(ze.current=Fe);const bt=J.current.getBoundingClientRect().top;if(Math.abs(je.current-Re)>60&&(me.current=!me.current),o&&o.length>0&&I&&oe){const $e=I[oe]||0;Re+=$e}if(je.current=Re,Fe>Oe||me.current){const $e=J.current.getBoundingClientRect().height;let nt=$e;$e>Oe&&(nt=Oe-(Be?bt:oc)),v?J.current.style.height=`${$e-Math.max(Re,0)}px`:J.current.style.height=`${Math.max(nt,Oe-bt)}px`}else ZQ()||(J.current.style.height=`${ze.current}px`);o&&o.length>0&&!me.current?J.current.style.bottom="0px":J.current.style.bottom=`${Math.max(Re,0)}px`}}return(ne=window.visualViewport)==null||ne.addEventListener("resize",be),()=>{var he;return(he=window.visualViewport)==null?void 0:he.removeEventListener("resize",be)}},[oe,o,I]);function We(ne){Mt(),k?.(),ne||B(!1),setTimeout(()=>{o&&T(o[0])},ct.DURATION*1e3)}function dt(){if(!J.current)return;const ne=document.querySelector("[data-vaul-drawer-wrapper]"),be=Ls(J.current,C);xt(J.current,{transform:"translate3d(0, 0, 0)",transition:`transform ${ct.DURATION}s cubic-bezier(${ct.EASE.join(",")})`}),xt(W.current,{transition:`opacity ${ct.DURATION}s cubic-bezier(${ct.EASE.join(",")})`,opacity:"1"}),i&&be&&be>0&&K&&xt(ne,{borderRadius:`${bm}px`,overflow:"hidden",...yt(C)?{transform:`scale(${Ee()}) translate3d(0, calc(env(safe-area-inset-top) + 14px), 0)`,transformOrigin:"top"}:{transform:`scale(${Ee()}) translate3d(calc(env(safe-area-inset-top) + 14px), 0, 0)`,transformOrigin:"left"},transitionProperty:"transform, border-radius",transitionDuration:`${ct.DURATION}s`,transitionTimingFunction:`cubic-bezier(${ct.EASE.join(",")})`},!0)}function Mt(){!G||!J.current||(J.current.classList.remove(sc),re.current=!1,ce(!1),le.current=new Date)}function Tt(ne){if(!G||!J.current)return;J.current.classList.remove(sc),re.current=!1,ce(!1),le.current=new Date;const be=Ls(J.current,C);if(!ne||!Ve(ne.target,!1)||!be||Number.isNaN(be)||X.current===null)return;const he=le.current.getTime()-X.current.getTime(),ke=fe.current-(yt(C)?ne.pageY:ne.pageX),Oe=Math.abs(ke)/he;if(Oe>.05&&(F(!0),setTimeout(()=>{F(!1)},200)),o){E({draggedDistance:ke*(C==="bottom"||C==="right"?1:-1),closeDrawer:We,velocity:Oe,dismissible:p}),r?.(ne,!0);return}if(C==="bottom"||C==="right"?ke>0:ke<0){dt(),r?.(ne,!0);return}if(Oe>xm){We(),r?.(ne,!1);return}var se;const Re=Math.min((se=J.current.getBoundingClientRect().height)!=null?se:0,window.innerHeight);var Fe;const Be=Math.min((Fe=J.current.getBoundingClientRect().width)!=null?Fe:0,window.innerWidth),bt=C==="left"||C==="right";if(Math.abs(be)>=(bt?Be:Re)*d){We(),r?.(ne,!1);return}r?.(ne,!0),dt()}M.useEffect(()=>(K&&(xt(document.documentElement,{scrollBehavior:"auto"}),Q.current=new Date),()=>{iee(document.documentElement,"scrollBehavior")}),[K]);function aa(ne){const be=ne?(window.innerWidth-Cn)/window.innerWidth:1,he=ne?-Cn:0;xe.current&&window.clearTimeout(xe.current),xt(J.current,{transition:`transform ${ct.DURATION}s cubic-bezier(${ct.EASE.join(",")})`,transform:yt(C)?`scale(${be}) translate3d(0, ${he}px, 0)`:`scale(${be}) translate3d(${he}px, 0, 0)`}),!ne&&J.current&&(xe.current=setTimeout(()=>{const ke=Ls(J.current,C);xt(J.current,{transition:"none",transform:yt(C)?`translate3d(0, ${ke}px, 0)`:`translate3d(${ke}px, 0, 0)`})},500))}function Ut(ne,be){if(be<0)return;const he=(window.innerWidth-Cn)/window.innerWidth,ke=he+be*(1-he),Oe=-Cn+be*Cn;xt(J.current,{transform:yt(C)?`scale(${ke}) translate3d(0, ${Oe}px, 0)`:`scale(${ke}) translate3d(${Oe}px, 0, 0)`,transition:"none"})}function zt(ne,be){const he=yt(C)?window.innerHeight:window.innerWidth,ke=be?(he-Cn)/he:1,Oe=be?-Cn:0;be&&xt(J.current,{transition:`transform ${ct.DURATION}s cubic-bezier(${ct.EASE.join(",")})`,transform:yt(C)?`scale(${ke}) translate3d(0, ${Oe}px, 0)`:`scale(${ke}) translate3d(${Oe}px, 0, 0)`})}return M.useEffect(()=>{x||window.requestAnimationFrame(()=>{document.body.style.pointerEvents="auto"})},[x]),M.createElement(Ar,{defaultOpen:D,onOpenChange:ne=>{!p&&!ne||(ne?L(!0):We(!0),B(ne))},open:K},M.createElement(um.Provider,{value:{activeSnapPoint:Pe,snapPoints:o,setActiveSnapPoint:T,drawerRef:J,overlayRef:W,onOpenChange:t,onPress:Ne,onRelease:Tt,onDrag:ut,dismissible:p,shouldAnimate:ae,handleOnly:h,isOpen:K,isDragging:G,shouldFade:Z,closeDrawer:We,onNestedDrag:Ut,onNestedOpenChange:aa,onNestedRelease:zt,keyboardIsOpen:me,modal:x,snapPointsOffset:I,activeSnapPointIndex:oe,direction:C,shouldScaleBackground:i,setBackgroundColorOnScale:l,noBodyStyles:w,container:V,autoFocus:H}},a))}const Cm=M.forwardRef(function({...e},t){const{overlayRef:a,snapPoints:n,onRelease:r,shouldFade:o,isOpen:i,modal:l,shouldAnimate:d}=po(),u=km(t,a),p=n&&n.length>0;if(!l)return null;const h=M.useCallback(f=>r(f),[r]);return M.createElement(Pr,{onMouseUp:h,ref:u,"data-vaul-overlay":"","data-vaul-snap-points":i&&p?"true":"false","data-vaul-snap-points-overlay":i&&o?"true":"false","data-vaul-animate":d?.current?"true":"false",...e})});Cm.displayName="Drawer.Overlay";const Sm=M.forwardRef(function({onPointerDownOutside:e,style:t,onOpenAutoFocus:a,...n},r){const{drawerRef:o,onPress:i,onRelease:l,onDrag:d,keyboardIsOpen:u,snapPointsOffset:p,activeSnapPointIndex:h,modal:f,isOpen:g,direction:m,snapPoints:v,container:x,handleOnly:k,shouldAnimate:b,autoFocus:w}=po(),[C,D]=M.useState(!1),A=km(r,o),P=M.useRef(null),N=M.useRef(null),_=M.useRef(!1),O=v&&v.length>0;fee();const V=(R,q,K=0)=>{if(_.current)return!0;const B=Math.abs(R.y),U=Math.abs(R.x),L=U>B,G=["bottom","right"].includes(q)?1:-1;if(q==="left"||q==="right"){if(!(R.x*G<0)&&U>=0&&U<=K)return L}else if(!(R.y*G<0)&&B>=0&&B<=K)return!L;return _.current=!0,!0};M.useEffect(()=>{O&&window.requestAnimationFrame(()=>{D(!0)})},[]);function H(R){P.current=null,_.current=!1,l(R)}return M.createElement(Tr,{"data-vaul-drawer-direction":m,"data-vaul-drawer":"","data-vaul-delayed-snap-points":C?"true":"false","data-vaul-snap-points":g&&O?"true":"false","data-vaul-custom-container":x?"true":"false","data-vaul-animate":b?.current?"true":"false",...n,ref:A,style:p&&p.length>0?{"--snap-point-height":`${p[h??0]}px`,...t}:t,onPointerDown:R=>{k||(n.onPointerDown==null||n.onPointerDown.call(n,R),P.current={x:R.pageX,y:R.pageY},i(R))},onOpenAutoFocus:R=>{a?.(R),w||R.preventDefault()},onPointerDownOutside:R=>{if(e?.(R),!f||R.defaultPrevented){R.preventDefault();return}u.current&&(u.current=!1)},onFocusOutside:R=>{if(!f){R.preventDefault();return}},onPointerMove:R=>{if(N.current=R,k||(n.onPointerMove==null||n.onPointerMove.call(n,R),!P.current))return;const q=R.pageY-P.current.y,K=R.pageX-P.current.x,B=R.pointerType==="touch"?10:2;V({x:K,y:q},m,B)?d(R):(Math.abs(K)>B||Math.abs(q)>B)&&(P.current=null)},onPointerUp:R=>{n.onPointerUp==null||n.onPointerUp.call(n,R),P.current=null,_.current=!1,l(R)},onPointerOut:R=>{n.onPointerOut==null||n.onPointerOut.call(n,R),H(N.current)},onContextMenu:R=>{n.onContextMenu==null||n.onContextMenu.call(n,R),N.current&&H(N.current)}})});Sm.displayName="Drawer.Content";const kee=250,vee=120,xee=M.forwardRef(function({preventCycle:e=!1,children:t,...a},n){const{closeDrawer:r,isDragging:o,snapPoints:i,activeSnapPoint:l,setActiveSnapPoint:d,dismissible:u,handleOnly:p,isOpen:h,onPress:f,onDrag:g}=po(),m=M.useRef(null),v=M.useRef(!1);function x(){if(v.current){w();return}window.setTimeout(()=>{k()},vee)}function k(){if(o||e||v.current){w();return}if(w(),!i||i.length===0){u||r();return}if(l===i[i.length-1]&&u){r();return}const D=i.findIndex(P=>P===l);if(D===-1)return;const A=i[D+1];d(A)}function b(){m.current=window.setTimeout(()=>{v.current=!0},kee)}function w(){m.current&&window.clearTimeout(m.current),v.current=!1}return M.createElement("div",{onClick:x,onPointerCancel:w,onPointerDown:C=>{p&&f(C),b()},onPointerMove:C=>{p&&g(C)},ref:n,"data-vaul-drawer-visible":h?"true":"false","data-vaul-handle":"","aria-hidden":"true",...a},M.createElement("span",{"data-vaul-handle-hitarea":"","aria-hidden":"true"},t))});xee.displayName="Drawer.Handle";function bee(e){const t=po(),{container:a=t.container,...n}=e;return M.createElement(Dr,{container:a,...n})}const on={Root:gee,Content:Sm,Overlay:Cm,Trigger:ts,Portal:bee,Close:pn,Title:as,Description:ns};function jm({...e}){return c.jsx(on.Root,{"data-slot":"drawer",...e})}function Am({...e}){return c.jsx(on.Trigger,{"data-slot":"drawer-trigger",...e})}function Dm({...e}){return c.jsx(on.Portal,{"data-slot":"drawer-portal",...e})}function Pm({...e}){return c.jsx(on.Close,{"data-slot":"drawer-close",...e})}function Tm({className:e,...t}){return c.jsx(on.Overlay,{"data-slot":"drawer-overlay",className:j("data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/50",e),...t})}function Nm({className:e,children:t,...a}){return c.jsxs(Dm,{"data-slot":"drawer-portal",children:[c.jsx(Tm,{}),c.jsxs(on.Content,{"data-slot":"drawer-content",className:j("group/drawer-content bg-background fixed z-50 flex h-auto flex-col","data-[vaul-drawer-direction=top]:inset-x-0 data-[vaul-drawer-direction=top]:top-0 data-[vaul-drawer-direction=top]:mb-24 data-[vaul-drawer-direction=top]:max-h-[80vh] data-[vaul-drawer-direction=top]:rounded-b-lg data-[vaul-drawer-direction=top]:border-b","data-[vaul-drawer-direction=bottom]:inset-x-0 data-[vaul-drawer-direction=bottom]:bottom-0 data-[vaul-drawer-direction=bottom]:mt-24 data-[vaul-drawer-direction=bottom]:max-h-[80vh] data-[vaul-drawer-direction=bottom]:rounded-t-lg data-[vaul-drawer-direction=bottom]:border-t","data-[vaul-drawer-direction=right]:inset-y-0 data-[vaul-drawer-direction=right]:right-0 data-[vaul-drawer-direction=right]:w-3/4 data-[vaul-drawer-direction=right]:border-l data-[vaul-drawer-direction=right]:sm:max-w-sm","data-[vaul-drawer-direction=left]:inset-y-0 data-[vaul-drawer-direction=left]:left-0 data-[vaul-drawer-direction=left]:w-3/4 data-[vaul-drawer-direction=left]:border-r data-[vaul-drawer-direction=left]:sm:max-w-sm",e),...a,children:[c.jsx("div",{className:"bg-muted mx-auto mt-4 hidden h-2 w-[100px] shrink-0 rounded-full group-data-[vaul-drawer-direction=bottom]/drawer-content:block"}),t]})]})}function Em({className:e,...t}){return c.jsx("div",{"data-slot":"drawer-header",className:j("flex flex-col gap-0.5 p-4 group-data-[vaul-drawer-direction=bottom]/drawer-content:text-center group-data-[vaul-drawer-direction=top]/drawer-content:text-center md:gap-1.5 md:text-left",e),...t})}function _m({className:e,...t}){return c.jsx("div",{"data-slot":"drawer-footer",className:j("mt-auto flex flex-col gap-2 p-4",e),...t})}function zm({className:e,...t}){return c.jsx(on.Title,{"data-slot":"drawer-title",className:j("text-foreground font-semibold",e),...t})}function Om({className:e,...t}){return c.jsx(on.Description,{"data-slot":"drawer-description",className:j("text-muted-foreground text-sm",e),...t})}var Hs="DropdownMenu",[Mee]=rt(Hs,[io]),Dt=io(),[wee,Rm]=Mee(Hs),Im=e=>{const{__scopeDropdownMenu:t,children:a,dir:n,open:r,defaultOpen:o,onOpenChange:i,modal:l=!0}=e,d=Dt(t),u=y.useRef(null),[p,h]=at({prop:r,defaultProp:o??!1,onChange:i,caller:Hs});return c.jsx(wee,{scope:t,triggerId:Ze(),triggerRef:u,contentId:Ze(),open:p,onOpenChange:h,onOpenToggle:y.useCallback(()=>h(f=>!f),[h]),modal:l,children:c.jsx(z1,{...d,open:p,onOpenChange:h,dir:n,modal:l,children:a})})};Im.displayName=Hs;var Vm="DropdownMenuTrigger",Lm=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,disabled:n=!1,...r}=e,o=Rm(Vm,a),i=Dt(a);return c.jsx(O1,{asChild:!0,...i,children:c.jsx(de.button,{type:"button",id:o.triggerId,"aria-haspopup":"menu","aria-expanded":o.open,"aria-controls":o.open?o.contentId:void 0,"data-state":o.open?"open":"closed","data-disabled":n?"":void 0,disabled:n,...r,ref:oa(t,o.triggerRef),onPointerDown:Y(e.onPointerDown,l=>{!n&&l.button===0&&l.ctrlKey===!1&&(o.onOpenToggle(),o.open||l.preventDefault())}),onKeyDown:Y(e.onKeyDown,l=>{n||(["Enter"," "].includes(l.key)&&o.onOpenToggle(),l.key==="ArrowDown"&&o.onOpenChange(!0),["Enter"," ","ArrowDown"].includes(l.key)&&l.preventDefault())})})})});Lm.displayName=Vm;var Cee="DropdownMenuPortal",Hm=e=>{const{__scopeDropdownMenu:t,...a}=e,n=Dt(t);return c.jsx(R1,{...n,...a})};Hm.displayName=Cee;var qm="DropdownMenuContent",Fm=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,...n}=e,r=Rm(qm,a),o=Dt(a),i=y.useRef(!1);return c.jsx(I1,{id:r.contentId,"aria-labelledby":r.triggerId,...o,...n,ref:t,onCloseAutoFocus:Y(e.onCloseAutoFocus,l=>{i.current||r.triggerRef.current?.focus(),i.current=!1,l.preventDefault()}),onInteractOutside:Y(e.onInteractOutside,l=>{const d=l.detail.originalEvent,u=d.button===0&&d.ctrlKey===!0,p=d.button===2||u;(!r.modal||p)&&(i.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});Fm.displayName=qm;var See="DropdownMenuGroup",Bm=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,...n}=e,r=Dt(a);return c.jsx(V1,{...r,...n,ref:t})});Bm.displayName=See;var jee="DropdownMenuLabel",$m=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,...n}=e,r=Dt(a);return c.jsx(L1,{...r,...n,ref:t})});$m.displayName=jee;var Aee="DropdownMenuItem",Wm=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,...n}=e,r=Dt(a);return c.jsx(H1,{...r,...n,ref:t})});Wm.displayName=Aee;var Dee="DropdownMenuCheckboxItem",Gm=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,...n}=e,r=Dt(a);return c.jsx(q1,{...r,...n,ref:t})});Gm.displayName=Dee;var Pee="DropdownMenuRadioGroup",Um=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,...n}=e,r=Dt(a);return c.jsx(F1,{...r,...n,ref:t})});Um.displayName=Pee;var Tee="DropdownMenuRadioItem",Ym=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,...n}=e,r=Dt(a);return c.jsx(B1,{...r,...n,ref:t})});Ym.displayName=Tee;var Nee="DropdownMenuItemIndicator",Zm=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,...n}=e,r=Dt(a);return c.jsx($1,{...r,...n,ref:t})});Zm.displayName=Nee;var Eee="DropdownMenuSeparator",Km=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,...n}=e,r=Dt(a);return c.jsx(W1,{...r,...n,ref:t})});Km.displayName=Eee;var _ee="DropdownMenuArrow",zee=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,...n}=e,r=Dt(a);return c.jsx(G1,{...r,...n,ref:t})});zee.displayName=_ee;var Oee=e=>{const{__scopeDropdownMenu:t,children:a,open:n,onOpenChange:r,defaultOpen:o}=e,i=Dt(t),[l,d]=at({prop:n,defaultProp:o??!1,onChange:r,caller:"DropdownMenuSub"});return c.jsx(U1,{...i,open:l,onOpenChange:d,children:a})},Ree="DropdownMenuSubTrigger",Xm=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,...n}=e,r=Dt(a);return c.jsx(Y1,{...r,...n,ref:t})});Xm.displayName=Ree;var Iee="DropdownMenuSubContent",Jm=y.forwardRef((e,t)=>{const{__scopeDropdownMenu:a,...n}=e,r=Dt(a);return c.jsx(Z1,{...r,...n,ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"}})});Jm.displayName=Iee;var Vee=Im,Lee=Lm,Qm=Hm,Hee=Fm,qee=Bm,eg=$m,Fee=Wm,Bee=Gm,$ee=Um,Wee=Ym,tg=Zm,ag=Km,Gee=Oee,Uee=Xm,Yee=Jm;function ng({...e}){return c.jsx(Vee,{"data-slot":"dropdown-menu",...e})}function Zee({...e}){return c.jsx(Qm,{"data-slot":"dropdown-menu-portal",...e})}function rg({...e}){return c.jsx(Lee,{"data-slot":"dropdown-menu-trigger",...e})}function og({className:e,sideOffset:t=4,...a}){return c.jsx(Qm,{children:c.jsx(Hee,{"data-slot":"dropdown-menu-content",sideOffset:t,className:j("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 max-h-(--radix-dropdown-menu-content-available-height) min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border p-1 shadow-md",e),...a})})}function Kee({...e}){return c.jsx(qee,{"data-slot":"dropdown-menu-group",...e})}function sg({className:e,inset:t,variant:a="default",...n}){return c.jsx(Fee,{"data-slot":"dropdown-menu-item","data-inset":t,"data-variant":a,className:j("focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:!text-destructive [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...n})}function Xee({className:e,children:t,checked:a,...n}){return c.jsxs(Bee,{"data-slot":"dropdown-menu-checkbox-item",className:j("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),checked:a,...n,children:[c.jsx("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:c.jsx(tg,{children:c.jsx(Ln,{className:"size-4"})})}),t]})}function Jee({...e}){return c.jsx($ee,{"data-slot":"dropdown-menu-radio-group",...e})}function Qee({className:e,children:t,...a}){return c.jsxs(Wee,{"data-slot":"dropdown-menu-radio-item",className:j("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...a,children:[c.jsx("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:c.jsx(tg,{children:c.jsx(wr,{className:"size-2 fill-current"})})}),t]})}const qs=y.forwardRef(({className:e,inset:t,...a},n)=>c.jsx(eg,{ref:n,"data-slot":"dropdown-menu-label","data-inset":t,className:j("px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",e),...a}));qs.displayName=eg.displayName;const Fs=y.forwardRef(({className:e,...t},a)=>c.jsx(ag,{ref:a,"data-slot":"dropdown-menu-separator",className:j("bg-border -mx-1 my-1 h-px",e),...t}));Fs.displayName=ag.displayName;function ete({className:e,...t}){return c.jsx("span",{"data-slot":"dropdown-menu-shortcut",className:j("text-muted-foreground ml-auto text-xs tracking-widest",e),...t})}function ig({...e}){return c.jsx(Gee,{"data-slot":"dropdown-menu-sub",...e})}function lg({className:e,inset:t,children:a,...n}){return c.jsxs(Uee,{"data-slot":"dropdown-menu-sub-trigger","data-inset":t,className:j("focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground [&_svg:not([class*='text-'])]:text-muted-foreground flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...n,children:[a,c.jsx(la,{className:"ml-auto size-4"})]})}function cg({className:e,...t}){return c.jsx(Yee,{"data-slot":"dropdown-menu-sub-content",className:j("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[8rem] origin-(--radix-dropdown-menu-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg",e),...t})}function tte({className:e,...t}){return c.jsx("div",{"data-slot":"empty",className:j("flex min-w-0 flex-1 flex-col items-center justify-center gap-6 rounded-lg border-dashed p-6 text-center text-balance md:p-12",e),...t})}function ate({className:e,...t}){return c.jsx("div",{"data-slot":"empty-header",className:j("flex max-w-sm flex-col items-center gap-2 text-center",e),...t})}const nte=Ht("flex shrink-0 items-center justify-center mb-2 [&_svg]:pointer-events-none [&_svg]:shrink-0",{variants:{variant:{default:"bg-transparent",icon:"bg-muted text-foreground flex size-10 shrink-0 items-center justify-center rounded-lg [&_svg:not([class*='size-'])]:size-6"}},defaultVariants:{variant:"default"}});function rte({className:e,variant:t="default",...a}){return c.jsx("div",{"data-slot":"empty-icon","data-variant":t,className:j(nte({variant:t,className:e})),...a})}function ote({className:e,...t}){return c.jsx("div",{"data-slot":"empty-title",className:j("text-lg font-medium tracking-tight",e),...t})}function ste({className:e,...t}){return c.jsx("div",{"data-slot":"empty-description",className:j("text-muted-foreground [&>a:hover]:text-primary text-sm/relaxed [&>a]:underline [&>a]:underline-offset-4",e),...t})}function ite({className:e,...t}){return c.jsx("div",{"data-slot":"empty-content",className:j("flex w-full max-w-sm min-w-0 flex-col items-center gap-4 text-sm text-balance",e),...t})}var lte="Label",dg=y.forwardRef((e,t)=>c.jsx(Ct.label,{...e,ref:t,onMouseDown:a=>{a.target.closest("button, input, select, textarea")||(e.onMouseDown?.(a),!a.defaultPrevented&&a.detail>1&&a.preventDefault())}}));dg.displayName=lte;var cte=dg;function Jt({className:e,...t}){return c.jsx(cte,{"data-slot":"label",className:j("flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50",e),...t})}function dte({className:e,...t}){return c.jsx("fieldset",{"data-slot":"field-set",className:j("flex flex-col gap-6","has-[>[data-slot=checkbox-group]]:gap-3 has-[>[data-slot=radio-group]]:gap-3",e),...t})}function ute({className:e,variant:t="legend",...a}){return c.jsx("legend",{"data-slot":"field-legend","data-variant":t,className:j("mb-3 font-medium","data-[variant=legend]:text-base","data-[variant=label]:text-sm",e),...a})}function hte({className:e,...t}){return c.jsx("div",{"data-slot":"field-group",className:j("group/field-group @container/field-group flex w-full flex-col gap-7 data-[slot=checkbox-group]:gap-3 [&>[data-slot=field-group]]:gap-4",e),...t})}const pte=Ht("group/field flex w-full gap-3 data-[invalid=true]:text-destructive",{variants:{orientation:{vertical:["flex-col [&>*]:w-full [&>.sr-only]:w-auto"],horizontal:["flex-row items-center","[&>[data-slot=field-label]]:flex-auto","has-[>[data-slot=field-content]]:items-start has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px"],responsive:["flex-col [&>*]:w-full [&>.sr-only]:w-auto @md/field-group:flex-row @md/field-group:items-center @md/field-group:[&>*]:w-auto","@md/field-group:[&>[data-slot=field-label]]:flex-auto","@md/field-group:has-[>[data-slot=field-content]]:items-start @md/field-group:has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px"]}},defaultVariants:{orientation:"vertical"}});function yte({className:e,orientation:t="vertical",...a}){return c.jsx("div",{role:"group","data-slot":"field","data-orientation":t,className:j(pte({orientation:t}),e),...a})}function fte({className:e,...t}){return c.jsx("div",{"data-slot":"field-content",className:j("group/field-content flex flex-1 flex-col gap-1.5 leading-snug",e),...t})}function mte({className:e,...t}){return c.jsx(Jt,{"data-slot":"field-label",className:j("group/field-label peer/field-label flex w-fit gap-2 leading-snug group-data-[disabled=true]/field:opacity-50","has-[>[data-slot=field]]:w-full has-[>[data-slot=field]]:flex-col has-[>[data-slot=field]]:rounded-md has-[>[data-slot=field]]:border [&>*]:data-[slot=field]:p-4","has-data-[state=checked]:bg-primary/5 has-data-[state=checked]:border-primary dark:has-data-[state=checked]:bg-primary/10",e),...t})}function gte({className:e,...t}){return c.jsx("div",{"data-slot":"field-label",className:j("flex w-fit items-center gap-2 text-sm leading-snug font-medium group-data-[disabled=true]/field:opacity-50",e),...t})}function kte({className:e,...t}){return c.jsx("p",{"data-slot":"field-description",className:j("text-muted-foreground text-sm leading-normal font-normal group-has-[[data-orientation=horizontal]]/field:text-balance","last:mt-0 nth-last-2:-mt-1 [[data-variant=legend]+&]:-mt-1.5","[&>a:hover]:text-primary [&>a]:underline [&>a]:underline-offset-4",e),...t})}function vte({children:e,className:t,...a}){return c.jsxs("div",{"data-slot":"field-separator","data-content":!!e,className:j("relative -my-2 h-5 text-sm group-data-[variant=outline]/field-group:-mb-2",t),...a,children:[c.jsx(Ka,{className:"absolute inset-0 top-1/2"}),e&&c.jsx("span",{className:"bg-background text-muted-foreground relative mx-auto block w-fit px-2","data-slot":"field-separator-content",children:e})]})}function xte({className:e,children:t,errors:a,...n}){const r=M.useMemo(()=>{if(t)return t;if(!a?.length)return null;const o=[...new Map(a.map(i=>[i?.message,i])).values()];return o?.length==1?o[0]?.message:c.jsx("ul",{className:"ml-4 flex list-disc flex-col gap-1",children:o.map((i,l)=>i?.message&&c.jsx("li",{children:i.message},l))})},[t,a]);return r?c.jsx("div",{role:"alert","data-slot":"field-error",className:j("text-destructive text-sm font-normal",e),...n,children:r}):null}const mo=[{value:"equals",label:"Equals"},{value:"notEquals",label:"Does not equal"},{value:"contains",label:"Contains"},{value:"notContains",label:"Does not contain"},{value:"isEmpty",label:"Is empty"},{value:"isNotEmpty",label:"Is not empty"},{value:"greaterThan",label:"Greater than"},{value:"lessThan",label:"Less than"},{value:"greaterOrEqual",label:"Greater than or equal"},{value:"lessOrEqual",label:"Less than or equal"},{value:"before",label:"Before"},{value:"after",label:"After"},{value:"between",label:"Between"},{value:"in",label:"In"},{value:"notIn",label:"Not in"}],bte=["equals","notEquals","contains","notContains","isEmpty","isNotEmpty"],Mte=["equals","notEquals","greaterThan","lessThan","greaterOrEqual","lessOrEqual","isEmpty","isNotEmpty"],wte=["equals","notEquals"],Cte=["equals","notEquals","before","after","between","isEmpty","isNotEmpty"],Ste=["equals","notEquals","in","notIn","isEmpty","isNotEmpty"];function ic({fields:e=[],value:t,onChange:a,className:n,showClearAll:r=!0}){const[o,i]=y.useState(t||{id:"root",logic:"and",conditions:[]});y.useEffect(()=>{t&&JSON.stringify(t)!==JSON.stringify(o)&&i(t)},[t]);const l=k=>{i(k),a?.(k)},d=()=>{const k={id:crypto.randomUUID(),field:e[0]?.value||"",operator:"equals",value:""};l({...o,conditions:[...o.conditions,k]})},u=k=>{l({...o,conditions:o.conditions.filter(b=>b.id!==k)})},p=()=>{l({...o,conditions:[]})},h=(k,b)=>{l({...o,conditions:o.conditions.map(w=>w.id===k?{...w,...b}:w)})},f=()=>{l({...o,logic:o.logic==="and"?"or":"and"})},g=k=>{switch(e.find(C=>C.value===k)?.type||"text"){case"number":return mo.filter(C=>Mte.includes(C.value));case"boolean":return mo.filter(C=>wte.includes(C.value));case"date":return mo.filter(C=>Cte.includes(C.value));case"select":return mo.filter(C=>Ste.includes(C.value));default:return mo.filter(C=>bte.includes(C.value))}},m=k=>!["isEmpty","isNotEmpty"].includes(k),v=k=>{switch(e.find(C=>C.value===k)?.type||"text"){case"number":return"number";case"date":return"date";default:return"text"}},x=k=>{const b=e.find(A=>A.value===k.field);if(b?.type==="select"&&b.options)return c.jsxs(La,{value:String(k.value||""),onValueChange:A=>h(k.id,{value:A}),children:[c.jsx(qa,{className:"h-9 text-sm",children:c.jsx(Ha,{placeholder:"Select value"})}),c.jsx(Fa,{children:b.options.map(A=>c.jsx(jt,{value:A.value,children:A.label},A.value))})]});if(b?.type==="boolean")return c.jsxs(La,{value:String(k.value||""),onValueChange:A=>h(k.id,{value:A==="true"}),children:[c.jsx(qa,{className:"h-9 text-sm",children:c.jsx(Ha,{placeholder:"Select value"})}),c.jsxs(Fa,{children:[c.jsx(jt,{value:"true",children:"True"}),c.jsx(jt,{value:"false",children:"False"})]})]});const w=v(k.field),C=()=>k.value?w==="date"&&typeof k.value=="string"?k.value.split("T")[0]:String(k.value):"",D=A=>{let P=A;b?.type==="number"&&A!==""?P=parseFloat(A)||0:b?.type==="date"&&(P=A),h(k.id,{value:P})};return c.jsx(Pa,{type:w,className:"h-9 text-sm",placeholder:"Value",value:C(),onChange:A=>D(A.target.value)})};return c.jsxs("div",{className:j("space-y-3",n),children:[c.jsxs("div",{className:"flex items-center justify-between",children:[c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsx("span",{className:"text-sm font-medium",children:"Where"}),o.conditions.length>1&&c.jsx(Xe,{variant:"outline",size:"sm",onClick:f,className:"h-7 text-xs",children:o.logic.toUpperCase()})]}),r&&o.conditions.length>0&&c.jsxs(Xe,{variant:"ghost",size:"sm",onClick:p,className:"h-7 text-xs text-muted-foreground hover:text-destructive",children:[c.jsx(Wi,{className:"h-3 w-3 mr-1"}),"Clear all"]})]}),c.jsx("div",{className:"space-y-2",children:o.conditions.map(k=>c.jsxs("div",{className:"flex items-start gap-2",children:[c.jsxs("div",{className:"flex-1 grid grid-cols-12 gap-2",children:[c.jsx("div",{className:"col-span-4",children:c.jsxs(La,{value:k.field,onValueChange:b=>h(k.id,{field:b}),children:[c.jsx(qa,{className:"h-9 text-sm",children:c.jsx(Ha,{placeholder:"Select field"})}),c.jsx(Fa,{children:e.map(b=>c.jsx(jt,{value:b.value,children:b.label},b.value))})]})}),c.jsx("div",{className:"col-span-4",children:c.jsxs(La,{value:k.operator,onValueChange:b=>h(k.id,{operator:b}),children:[c.jsx(qa,{className:"h-9 text-sm",children:c.jsx(Ha,{placeholder:"Operator"})}),c.jsx(Fa,{children:g(k.field).map(b=>c.jsx(jt,{value:b.value,children:b.label},b.value))})]})}),m(k.operator)&&c.jsx("div",{className:"col-span-4",children:x(k)})]}),c.jsxs(Xe,{variant:"ghost",size:"icon-sm",className:"h-9 w-9 shrink-0",onClick:()=>u(k.id),children:[c.jsx(Cr,{className:"h-4 w-4"}),c.jsx("span",{className:"sr-only",children:"Remove condition"})]})]},k.id))}),c.jsxs(Xe,{variant:"outline",size:"sm",onClick:d,className:"h-8",disabled:e.length===0,children:[c.jsx(Y2,{className:"h-3 w-3"}),"Add filter"]})]})}ic.displayName="FilterBuilder";var go=e=>e.type==="checkbox",Sn=e=>e instanceof Date,Rt=e=>e==null;const ug=e=>typeof e=="object";var ft=e=>!Rt(e)&&!Array.isArray(e)&&ug(e)&&!Sn(e),hg=e=>ft(e)&&e.target?go(e.target)?e.target.checked:e.target.value:e,jte=e=>e.substring(0,e.search(/\.\d+(\.|$)/))||e,pg=(e,t)=>e.has(jte(t)),Ate=e=>{const t=e.constructor&&e.constructor.prototype;return ft(t)&&t.hasOwnProperty("isPrototypeOf")},lc=typeof window<"u"&&typeof window.HTMLElement<"u"&&typeof document<"u";function mt(e){if(e instanceof Date)return new Date(e);const t=typeof FileList<"u"&&e instanceof FileList;if(lc&&(e instanceof Blob||t))return e;const a=Array.isArray(e);if(!a&&!(ft(e)&&Ate(e)))return e;const n=a?[]:Object.create(Object.getPrototypeOf(e));for(const r in e)Object.prototype.hasOwnProperty.call(e,r)&&(n[r]=mt(e[r]));return n}var Bs=e=>/^\w*$/.test(e),st=e=>e===void 0,cc=e=>Array.isArray(e)?e.filter(Boolean):[],dc=e=>cc(e.replace(/["|']|\]/g,"").split(/\.|\[/)),ve=(e,t,a)=>{if(!t||!ft(e))return a;const n=(Bs(t)?[t]:dc(t)).reduce((r,o)=>Rt(r)?r:r[o],e);return st(n)||n===e?st(e[t])?a:e[t]:n},Wt=e=>typeof e=="boolean",Nt=e=>typeof e=="function",tt=(e,t,a)=>{let n=-1;const r=Bs(t)?[t]:dc(t),o=r.length,i=o-1;for(;++n<o;){const l=r[n];let d=a;if(n!==i){const u=e[l];d=ft(u)||Array.isArray(u)?u:isNaN(+r[n+1])?{}:[]}if(l==="__proto__"||l==="constructor"||l==="prototype")return;e[l]=d,e=e[l]}};const $s={BLUR:"blur",FOCUS_OUT:"focusout",CHANGE:"change"},ga={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},Ba={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"},uc=M.createContext(null);uc.displayName="HookFormControlContext";const hc=()=>M.useContext(uc);var yg=(e,t,a,n=!0)=>{const r={defaultValues:t._defaultValues};for(const o in e)Object.defineProperty(r,o,{get:()=>{const i=o;return t._proxyFormState[i]!==ga.all&&(t._proxyFormState[i]=!n||ga.all),a&&(a[i]=!0),e[i]}});return r};const pc=typeof window<"u"?M.useLayoutEffect:M.useEffect;function fg(e){const t=hc(),{control:a=t,disabled:n,name:r,exact:o}=e||{},[i,l]=M.useState(a._formState),d=M.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,validatingFields:!1,isValidating:!1,isValid:!1,errors:!1});return pc(()=>a._subscribe({name:r,formState:d.current,exact:o,callback:u=>{!n&&l({...a._formState,...u})}}),[r,n,o]),M.useEffect(()=>{d.current.isValid&&a._setValid(!0)},[a]),M.useMemo(()=>yg(i,a,d.current,!1),[i,a])}var Gt=e=>typeof e=="string",yc=(e,t,a,n,r)=>Gt(e)?(n&&t.watch.add(e),ve(a,e,r)):Array.isArray(e)?e.map(o=>(n&&t.watch.add(o),ve(a,o))):(n&&(t.watchAll=!0),a),fc=e=>Rt(e)||!ug(e);function ka(e,t,a=new WeakSet){if(fc(e)||fc(t))return Object.is(e,t);if(Sn(e)&&Sn(t))return Object.is(e.getTime(),t.getTime());const n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;if(a.has(e)||a.has(t))return!0;a.add(e),a.add(t);for(const o of n){const i=e[o];if(!r.includes(o))return!1;if(o!=="ref"){const l=t[o];if(Sn(i)&&Sn(l)||ft(i)&&ft(l)||Array.isArray(i)&&Array.isArray(l)?!ka(i,l,a):!Object.is(i,l))return!1}}return!0}function Dte(e){const t=hc(),{control:a=t,name:n,defaultValue:r,disabled:o,exact:i,compute:l}=e||{},d=M.useRef(r),u=M.useRef(l),p=M.useRef(void 0),h=M.useRef(a),f=M.useRef(n);u.current=l;const[g,m]=M.useState(()=>{const C=a._getWatch(n,d.current);return u.current?u.current(C):C}),v=M.useCallback(C=>{const D=yc(n,a._names,C||a._formValues,!1,d.current);return u.current?u.current(D):D},[a._formValues,a._names,n]),x=M.useCallback(C=>{if(!o){const D=yc(n,a._names,C||a._formValues,!1,d.current);if(u.current){const A=u.current(D);ka(A,p.current)||(m(A),p.current=A)}else m(D)}},[a._formValues,a._names,o,n]);pc(()=>((h.current!==a||!ka(f.current,n))&&(h.current=a,f.current=n,x()),a._subscribe({name:n,formState:{values:!0},exact:i,callback:C=>{x(C.values)}})),[a,i,n,x]),M.useEffect(()=>a._removeUnmounted());const k=h.current!==a,b=f.current,w=M.useMemo(()=>{if(o)return null;const C=!k&&!ka(b,n);return k||C?v():null},[o,k,n,b,v]);return w!==null?w:g}function Pte(e){const t=hc(),{name:a,disabled:n,control:r=t,shouldUnregister:o,defaultValue:i,exact:l=!0}=e,d=pg(r._names.array,a),u=M.useMemo(()=>ve(r._formValues,a,ve(r._defaultValues,a,i)),[r,a,i]),p=Dte({control:r,name:a,defaultValue:u,exact:l}),h=fg({control:r,name:a,exact:l}),f=M.useRef(e),g=M.useRef(void 0),m=M.useRef(r.register(a,{...e.rules,value:p,...Wt(e.disabled)?{disabled:e.disabled}:{}}));f.current=e;const v=M.useMemo(()=>Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!ve(h.errors,a)},isDirty:{enumerable:!0,get:()=>!!ve(h.dirtyFields,a)},isTouched:{enumerable:!0,get:()=>!!ve(h.touchedFields,a)},isValidating:{enumerable:!0,get:()=>!!ve(h.validatingFields,a)},error:{enumerable:!0,get:()=>ve(h.errors,a)}}),[h,a]),x=M.useCallback(C=>m.current.onChange({target:{value:hg(C),name:a},type:$s.CHANGE}),[a]),k=M.useCallback(()=>m.current.onBlur({target:{value:ve(r._formValues,a),name:a},type:$s.BLUR}),[a,r._formValues]),b=M.useCallback(C=>{const D=ve(r._fields,a);D&&D._f&&C&&(D._f.ref={focus:()=>Nt(C.focus)&&C.focus(),select:()=>Nt(C.select)&&C.select(),setCustomValidity:A=>Nt(C.setCustomValidity)&&C.setCustomValidity(A),reportValidity:()=>Nt(C.reportValidity)&&C.reportValidity()})},[r._fields,a]),w=M.useMemo(()=>({name:a,value:p,...Wt(n)||h.disabled?{disabled:h.disabled||n}:{},onChange:x,onBlur:k,ref:b}),[a,n,h.disabled,x,k,b,p]);return M.useEffect(()=>{const C=r._options.shouldUnregister||o,D=g.current;D&&D!==a&&!d&&r.unregister(D),r.register(a,{...f.current.rules,...Wt(f.current.disabled)?{disabled:f.current.disabled}:{}});const A=(P,N)=>{const _=ve(r._fields,P);_&&_._f&&(_._f.mount=N)};if(A(a,!0),C){const P=mt(ve(r._options.defaultValues,a,f.current.defaultValue));tt(r._defaultValues,a,P),st(ve(r._formValues,a))&&tt(r._formValues,a,P)}return!d&&r.register(a),g.current=a,()=>{(d?C&&!r._state.action:C)?r.unregister(a):A(a,!1)}},[a,r,d,o]),M.useEffect(()=>{r._setDisabledField({disabled:n,name:a})},[n,a,r]),M.useMemo(()=>({field:w,formState:h,fieldState:v}),[w,h,v])}const Tte=e=>e.render(Pte(e)),mc=M.createContext(null);mc.displayName="HookFormContext";const Nte=()=>M.useContext(mc),Ete=e=>{const{children:t,watch:a,getValues:n,getFieldState:r,setError:o,clearErrors:i,setValue:l,trigger:d,formState:u,resetField:p,reset:h,handleSubmit:f,unregister:g,control:m,register:v,setFocus:x,subscribe:k}=e;return M.createElement(mc.Provider,{value:M.useMemo(()=>({watch:a,getValues:n,getFieldState:r,setError:o,clearErrors:i,setValue:l,trigger:d,formState:u,resetField:p,reset:h,handleSubmit:f,unregister:g,control:m,register:v,setFocus:x,subscribe:k}),[i,m,u,r,n,f,v,h,p,o,x,l,k,d,g,a])},M.createElement(uc.Provider,{value:m},t))};var _te=(e,t,a,n,r)=>t?{...a[e],types:{...a[e]&&a[e].types?a[e].types:{},[n]:r||!0}}:{},ko=e=>Array.isArray(e)?e:[e],mg=()=>{let e=[];return{get observers(){return e},next:r=>{for(const o of e)o.next&&o.next(r)},subscribe:r=>(e.push(r),{unsubscribe:()=>{e=e.filter(o=>o!==r)}}),unsubscribe:()=>{e=[]}}};function gg(e,t){const a={};for(const n in e)if(e.hasOwnProperty(n)){const r=e[n],o=t[n];if(r&&ft(r)&&o){const i=gg(r,o);ft(i)&&(a[n]=i)}else e[n]&&(a[n]=o)}return a}var Et=e=>ft(e)&&!Object.keys(e).length,gc=e=>e.type==="file",Ws=e=>{if(!lc)return!1;const t=e?e.ownerDocument:0;return e instanceof(t&&t.defaultView?t.defaultView.HTMLElement:HTMLElement)},kg=e=>e.type==="select-multiple",kc=e=>e.type==="radio",zte=e=>kc(e)||go(e),vc=e=>Ws(e)&&e.isConnected;function Ote(e,t){const a=t.slice(0,-1).length;let n=0;for(;n<a;)e=st(e)?n++:e[t[n++]];return e}function Rte(e){for(const t in e)if(e.hasOwnProperty(t)&&!st(e[t]))return!1;return!0}function gt(e,t){const a=Array.isArray(t)?t:Bs(t)?[t]:dc(t),n=a.length===1?e:Ote(e,a),r=a.length-1,o=a[r];return n&&delete n[o],r!==0&&(ft(n)&&Et(n)||Array.isArray(n)&&Rte(n))&&gt(e,a.slice(0,-1)),e}var Ite=e=>{for(const t in e)if(Nt(e[t]))return!0;return!1};function vg(e){return Array.isArray(e)||ft(e)&&!Ite(e)}function xc(e,t={}){for(const a in e){const n=e[a];vg(n)?(t[a]=Array.isArray(n)?[]:{},xc(n,t[a])):st(n)||(t[a]=!0)}return t}function lr(e,t,a){a||(a=xc(t));for(const n in e){const r=e[n];if(vg(r))st(t)||fc(a[n])?a[n]=xc(r,Array.isArray(r)?[]:{}):lr(r,Rt(t)?{}:t[n],a[n]);else{const o=t[n];a[n]=!ka(r,o)}}return a}const xg={value:!1,isValid:!1},bg={value:!0,isValid:!0};var Mg=e=>{if(Array.isArray(e)){if(e.length>1){const t=e.filter(a=>a&&a.checked&&!a.disabled).map(a=>a.value);return{value:t,isValid:!!t.length}}return e[0].checked&&!e[0].disabled?e[0].attributes&&!st(e[0].attributes.value)?st(e[0].value)||e[0].value===""?bg:{value:e[0].value,isValid:!0}:bg:xg}return xg},wg=(e,{valueAsNumber:t,valueAsDate:a,setValueAs:n})=>st(e)?e:t?e===""?NaN:e&&+e:a&&Gt(e)?new Date(e):n?n(e):e;const Cg={isValid:!1,value:null};var Sg=e=>Array.isArray(e)?e.reduce((t,a)=>a&&a.checked&&!a.disabled?{isValid:!0,value:a.value}:t,Cg):Cg;function jg(e){const t=e.ref;return gc(t)?t.files:kc(t)?Sg(e.refs).value:kg(t)?[...t.selectedOptions].map(({value:a})=>a):go(t)?Mg(e.refs).value:wg(st(t.value)?e.ref.value:t.value,e)}var Vte=(e,t,a,n)=>{const r={};for(const o of e){const i=ve(t,o);i&&tt(r,o,i._f)}return{criteriaMode:a,names:[...e],fields:r,shouldUseNativeValidation:n}},Gs=e=>e instanceof RegExp,vo=e=>st(e)?e:Gs(e)?e.source:ft(e)?Gs(e.value)?e.value.source:e.value:e,Ag=e=>({isOnSubmit:!e||e===ga.onSubmit,isOnBlur:e===ga.onBlur,isOnChange:e===ga.onChange,isOnAll:e===ga.all,isOnTouch:e===ga.onTouched});const Dg="AsyncFunction";var Lte=e=>!!e&&!!e.validate&&!!(Nt(e.validate)&&e.validate.constructor.name===Dg||ft(e.validate)&&Object.values(e.validate).find(t=>t.constructor.name===Dg)),Hte=e=>e.mount&&(e.required||e.min||e.max||e.maxLength||e.minLength||e.pattern||e.validate),Pg=(e,t,a)=>!a&&(t.watchAll||t.watch.has(e)||[...t.watch].some(n=>e.startsWith(n)&&/^\.\w+/.test(e.slice(n.length))));const xo=(e,t,a,n)=>{for(const r of a||Object.keys(e)){const o=ve(e,r);if(o){const{_f:i,...l}=o;if(i){if(i.refs&&i.refs[0]&&t(i.refs[0],r)&&!n)return!0;if(i.ref&&t(i.ref,i.name)&&!n)return!0;if(xo(l,t))break}else if(ft(l)&&xo(l,t))break}}};function Tg(e,t,a){const n=ve(e,a);if(n||Bs(a))return{error:n,name:a};const r=a.split(".");for(;r.length;){const o=r.join("."),i=ve(t,o),l=ve(e,o);if(i&&!Array.isArray(i)&&a!==o)return{name:a};if(l&&l.type)return{name:o,error:l};if(l&&l.root&&l.root.type)return{name:`${o}.root`,error:l.root};r.pop()}return{name:a}}var qte=(e,t,a,n)=>{a(e);const{name:r,...o}=e;return Et(o)||Object.keys(o).length>=Object.keys(t).length||Object.keys(o).find(i=>t[i]===(!n||ga.all))},Fte=(e,t,a)=>!e||!t||e===t||ko(e).some(n=>n&&(a?n===t:n.startsWith(t)||t.startsWith(n))),Bte=(e,t,a,n,r)=>r.isOnAll?!1:!a&&r.isOnTouch?!(t||e):(a?n.isOnBlur:r.isOnBlur)?!e:(a?n.isOnChange:r.isOnChange)?e:!0,$te=(e,t)=>!cc(ve(e,t)).length&&gt(e,t),Wte=(e,t,a)=>{const n=ko(ve(e,a));return tt(n,"root",t[a]),tt(e,a,n),e};function Ng(e,t,a="validate"){if(Gt(e)||Array.isArray(e)&&e.every(Gt)||Wt(e)&&!e)return{type:a,message:Gt(e)?e:"",ref:t}}var cr=e=>ft(e)&&!Gs(e)?e:{value:e,message:""},Eg=async(e,t,a,n,r,o)=>{const{ref:i,refs:l,required:d,maxLength:u,minLength:p,min:h,max:f,pattern:g,validate:m,name:v,valueAsNumber:x,mount:k}=e._f,b=ve(a,v);if(!k||t.has(v))return{};const w=l?l[0]:i,C=H=>{r&&w.reportValidity&&(w.setCustomValidity(Wt(H)?"":H||""),w.reportValidity())},D={},A=kc(i),P=go(i),N=A||P,_=(x||gc(i))&&st(i.value)&&st(b)||Ws(i)&&i.value===""||b===""||Array.isArray(b)&&!b.length,O=_te.bind(null,v,n,D),V=(H,R,q,K=Ba.maxLength,B=Ba.minLength)=>{const U=H?R:q;D[v]={type:H?K:B,message:U,ref:i,...O(H?K:B,U)}};if(o?!Array.isArray(b)||!b.length:d&&(!N&&(_||Rt(b))||Wt(b)&&!b||P&&!Mg(l).isValid||A&&!Sg(l).isValid)){const{value:H,message:R}=Gt(d)?{value:!!d,message:d}:cr(d);if(H&&(D[v]={type:Ba.required,message:R,ref:w,...O(Ba.required,R)},!n))return C(R),D}if(!_&&(!Rt(h)||!Rt(f))){let H,R;const q=cr(f),K=cr(h);if(!Rt(b)&&!isNaN(b)){const B=i.valueAsNumber||b&&+b;Rt(q.value)||(H=B>q.value),Rt(K.value)||(R=B<K.value)}else{const B=i.valueAsDate||new Date(b),U=ce=>new Date(new Date().toDateString()+" "+ce),L=i.type=="time",G=i.type=="week";Gt(q.value)&&b&&(H=L?U(b)>U(q.value):G?b>q.value:B>new Date(q.value)),Gt(K.value)&&b&&(R=L?U(b)<U(K.value):G?b<K.value:B<new Date(K.value))}if((H||R)&&(V(!!H,q.message,K.message,Ba.max,Ba.min),!n))return C(D[v].message),D}if((u||p)&&!_&&(Gt(b)||o&&Array.isArray(b))){const H=cr(u),R=cr(p),q=!Rt(H.value)&&b.length>+H.value,K=!Rt(R.value)&&b.length<+R.value;if((q||K)&&(V(q,H.message,R.message),!n))return C(D[v].message),D}if(g&&!_&&Gt(b)){const{value:H,message:R}=cr(g);if(Gs(H)&&!b.match(H)&&(D[v]={type:Ba.pattern,message:R,ref:i,...O(Ba.pattern,R)},!n))return C(R),D}if(m){if(Nt(m)){const H=await m(b,a),R=Ng(H,w);if(R&&(D[v]={...R,...O(Ba.validate,R.message)},!n))return C(R.message),D}else if(ft(m)){let H={};for(const R in m){if(!Et(H)&&!n)break;const q=Ng(await m[R](b,a),w,R);q&&(H={...q,...O(R,q.message)},C(q.message),n&&(D[v]=H))}if(!Et(H)&&(D[v]={ref:w,...H},!n))return D}}return C(!0),D};const Gte={mode:ga.onSubmit,reValidateMode:ga.onChange,shouldFocusError:!0};function Ute(e={}){let t={...Gte,...e},a={submitCount:0,isDirty:!1,isReady:!1,isLoading:Nt(t.defaultValues),isValidating:!1,isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,touchedFields:{},dirtyFields:{},validatingFields:{},errors:t.errors||{},disabled:t.disabled||!1},n={},r=ft(t.defaultValues)||ft(t.values)?mt(t.defaultValues||t.values)||{}:{},o=t.shouldUnregister?{}:mt(r),i={action:!1,mount:!1,watch:!1,keepIsValid:!1},l={mount:new Set,disabled:new Set,unMount:new Set,array:new Set,watch:new Set},d,u=0;const p={isDirty:!1,dirtyFields:!1,validatingFields:!1,touchedFields:!1,isValidating:!1,isValid:!1,errors:!1},h={...p};let f={...h};const g={array:mg(),state:mg()},m=t.criteriaMode===ga.all,v=T=>E=>{clearTimeout(u),u=setTimeout(T,E)},x=async T=>{if(!i.keepIsValid&&!t.disabled&&(h.isValid||f.isValid||T)){let E;t.resolver?(E=Et((await N()).errors),k()):E=await O(n,!0),E!==a.isValid&&g.state.next({isValid:E})}},k=(T,E)=>{!t.disabled&&(h.isValidating||h.validatingFields||f.isValidating||f.validatingFields)&&((T||Array.from(l.mount)).forEach(I=>{I&&(E?tt(a.validatingFields,I,E):gt(a.validatingFields,I))}),g.state.next({validatingFields:a.validatingFields,isValidating:!Et(a.validatingFields)}))},b=(T,E=[],I,te,Z=!0,ee=!0)=>{if(te&&I&&!t.disabled){if(i.action=!0,ee&&Array.isArray(ve(n,T))){const pe=I(ve(n,T),te.argA,te.argB);Z&&tt(n,T,pe)}if(ee&&Array.isArray(ve(a.errors,T))){const pe=I(ve(a.errors,T),te.argA,te.argB);Z&&tt(a.errors,T,pe),$te(a.errors,T)}if((h.touchedFields||f.touchedFields)&&ee&&Array.isArray(ve(a.touchedFields,T))){const pe=I(ve(a.touchedFields,T),te.argA,te.argB);Z&&tt(a.touchedFields,T,pe)}(h.dirtyFields||f.dirtyFields)&&(a.dirtyFields=lr(r,o)),g.state.next({name:T,isDirty:H(T,E),dirtyFields:a.dirtyFields,errors:a.errors,isValid:a.isValid})}else tt(o,T,E)},w=(T,E)=>{tt(a.errors,T,E),g.state.next({errors:a.errors})},C=T=>{a.errors=T,g.state.next({errors:a.errors,isValid:!1})},D=(T,E,I,te)=>{const Z=ve(n,T);if(Z){const ee=ve(o,T,st(I)?ve(r,T):I);st(ee)||te&&te.defaultChecked||E?tt(o,T,E?ee:jg(Z._f)):K(T,ee),i.mount&&!i.action&&x()}},A=(T,E,I,te,Z)=>{let ee=!1,pe=!1;const Ee={name:T};if(!t.disabled){if(!I||te){(h.isDirty||f.isDirty)&&(pe=a.isDirty,a.isDirty=Ee.isDirty=H(),ee=pe!==Ee.isDirty);const Ne=ka(ve(r,T),E);pe=!!ve(a.dirtyFields,T),Ne?gt(a.dirtyFields,T):tt(a.dirtyFields,T,!0),Ee.dirtyFields=a.dirtyFields,ee=ee||(h.dirtyFields||f.dirtyFields)&&pe!==!Ne}if(I){const Ne=ve(a.touchedFields,T);Ne||(tt(a.touchedFields,T,I),Ee.touchedFields=a.touchedFields,ee=ee||(h.touchedFields||f.touchedFields)&&Ne!==I)}ee&&Z&&g.state.next(Ee)}return ee?Ee:{}},P=(T,E,I,te)=>{const Z=ve(a.errors,T),ee=(h.isValid||f.isValid)&&Wt(E)&&a.isValid!==E;if(t.delayError&&I?(d=v(()=>w(T,I)),d(t.delayError)):(clearTimeout(u),d=null,I?tt(a.errors,T,I):gt(a.errors,T)),(I?!ka(Z,I):Z)||!Et(te)||ee){const pe={...te,...ee&&Wt(E)?{isValid:E}:{},errors:a.errors,name:T};a={...a,...pe},g.state.next(pe)}},N=async T=>(k(T,!0),await t.resolver(o,t.context,Vte(T||l.mount,n,t.criteriaMode,t.shouldUseNativeValidation))),_=async T=>{const{errors:E}=await N(T);if(k(T),T)for(const I of T){const te=ve(E,I);te?tt(a.errors,I,te):gt(a.errors,I)}else a.errors=E;return E},O=async(T,E,I={valid:!0})=>{for(const te in T){const Z=T[te];if(Z){const{_f:ee,...pe}=Z;if(ee){const Ee=l.array.has(ee.name),Ne=Z._f&&Lte(Z._f);Ne&&h.validatingFields&&k([ee.name],!0);const Ve=await Eg(Z,l.disabled,o,m,t.shouldUseNativeValidation&&!E,Ee);if(Ne&&h.validatingFields&&k([ee.name]),Ve[ee.name]&&(I.valid=!1,E||e.shouldUseNativeValidation))break;!E&&(ve(Ve,ee.name)?Ee?Wte(a.errors,Ve,ee.name):tt(a.errors,ee.name,Ve[ee.name]):gt(a.errors,ee.name))}!Et(pe)&&await O(pe,E,I)}}return I.valid},V=()=>{for(const T of l.unMount){const E=ve(n,T);E&&(E._f.refs?E._f.refs.every(I=>!vc(I)):!vc(E._f.ref))&&re(T)}l.unMount=new Set},H=(T,E)=>!t.disabled&&(T&&E&&tt(o,T,E),!ka(ue(),r)),R=(T,E,I)=>yc(T,l,{...i.mount?o:st(E)?r:Gt(T)?{[T]:E}:E},I,E),q=T=>cc(ve(i.mount?o:r,T,t.shouldUnregister?ve(r,T,[]):[])),K=(T,E,I={})=>{const te=ve(n,T);let Z=E;if(te){const ee=te._f;ee&&(!ee.disabled&&tt(o,T,wg(E,ee)),Z=Ws(ee.ref)&&Rt(E)?"":E,kg(ee.ref)?[...ee.ref.options].forEach(pe=>pe.selected=Z.includes(pe.value)):ee.refs?go(ee.ref)?ee.refs.forEach(pe=>{(!pe.defaultChecked||!pe.disabled)&&(Array.isArray(Z)?pe.checked=!!Z.find(Ee=>Ee===pe.value):pe.checked=Z===pe.value||!!Z)}):ee.refs.forEach(pe=>pe.checked=pe.value===Z):gc(ee.ref)?ee.ref.value="":(ee.ref.value=Z,ee.ref.type||g.state.next({name:T,values:mt(o)})))}(I.shouldDirty||I.shouldTouch)&&A(T,Z,I.shouldTouch,I.shouldDirty,!0),I.shouldValidate&&ce(T)},B=(T,E,I)=>{for(const te in E){if(!E.hasOwnProperty(te))return;const Z=E[te],ee=T+"."+te,pe=ve(n,ee);(l.array.has(T)||ft(Z)||pe&&!pe._f)&&!Sn(Z)?B(ee,Z,I):K(ee,Z,I)}},U=(T,E,I={})=>{const te=ve(n,T),Z=l.array.has(T),ee=mt(E);tt(o,T,ee),Z?(g.array.next({name:T,values:mt(o)}),(h.isDirty||h.dirtyFields||f.isDirty||f.dirtyFields)&&I.shouldDirty&&g.state.next({name:T,dirtyFields:lr(r,o),isDirty:H(T,ee)})):te&&!te._f&&!Rt(ee)?B(T,ee,I):K(T,ee,I),Pg(T,l)?g.state.next({...a,name:T,values:mt(o)}):g.state.next({name:i.mount?T:void 0,values:mt(o)})},L=async T=>{i.mount=!0;const E=T.target;let I=E.name,te=!0;const Z=ve(n,I),ee=Ne=>{te=Number.isNaN(Ne)||Sn(Ne)&&isNaN(Ne.getTime())||ka(Ne,ve(o,I,Ne))},pe=Ag(t.mode),Ee=Ag(t.reValidateMode);if(Z){let Ne,Ve;const ut=E.type?jg(Z._f):hg(T),We=T.type===$s.BLUR||T.type===$s.FOCUS_OUT,dt=!Hte(Z._f)&&!t.resolver&&!ve(a.errors,I)&&!Z._f.deps||Bte(We,ve(a.touchedFields,I),a.isSubmitted,Ee,pe),Mt=Pg(I,l,We);tt(o,I,ut),We?(!E||!E.readOnly)&&(Z._f.onBlur&&Z._f.onBlur(T),d&&d(0)):Z._f.onChange&&Z._f.onChange(T);const Tt=A(I,ut,We),aa=!Et(Tt)||Mt;if(!We&&g.state.next({name:I,type:T.type,values:mt(o)}),dt)return(h.isValid||f.isValid)&&(t.mode==="onBlur"?We&&x():We||x()),aa&&g.state.next({name:I,...Mt?{}:Tt});if(!We&&Mt&&g.state.next({...a}),t.resolver){const{errors:Ut}=await N([I]);if(k([I]),ee(ut),te){const zt=Tg(a.errors,n,I),ne=Tg(Ut,n,zt.name||I);Ne=ne.error,I=ne.name,Ve=Et(Ut)}}else k([I],!0),Ne=(await Eg(Z,l.disabled,o,m,t.shouldUseNativeValidation))[I],k([I]),ee(ut),te&&(Ne?Ve=!1:(h.isValid||f.isValid)&&(Ve=await O(n,!0)));te&&(Z._f.deps&&(!Array.isArray(Z._f.deps)||Z._f.deps.length>0)&&ce(Z._f.deps),P(I,Ve,Ne,Tt))}},G=(T,E)=>{if(ve(a.errors,E)&&T.focus)return T.focus(),1},ce=async(T,E={})=>{let I,te;const Z=ko(T);if(t.resolver){const ee=await _(st(T)?T:Z);I=Et(ee),te=T?!Z.some(pe=>ve(ee,pe)):I}else T?(te=(await Promise.all(Z.map(async ee=>{const pe=ve(n,ee);return await O(pe&&pe._f?{[ee]:pe}:pe)}))).every(Boolean),!(!te&&!a.isValid)&&x()):te=I=await O(n);return g.state.next({...!Gt(T)||(h.isValid||f.isValid)&&I!==a.isValid?{}:{name:T},...t.resolver||!T?{isValid:I}:{},errors:a.errors}),E.shouldFocus&&!te&&xo(n,G,T?Z:l.mount),te},ue=(T,E)=>{let I={...i.mount?o:r};return E&&(I=gg(E.dirtyFields?a.dirtyFields:a.touchedFields,I)),st(T)?I:Gt(T)?ve(I,T):T.map(te=>ve(I,te))},F=(T,E)=>({invalid:!!ve((E||a).errors,T),isDirty:!!ve((E||a).dirtyFields,T),error:ve((E||a).errors,T),isValidating:!!ve(a.validatingFields,T),isTouched:!!ve((E||a).touchedFields,T)}),W=T=>{T&&ko(T).forEach(E=>gt(a.errors,E)),g.state.next({errors:T?a.errors:{}})},Q=(T,E,I)=>{const te=(ve(n,T,{_f:{}})._f||{}).ref,Z=ve(a.errors,T)||{},{ref:ee,message:pe,type:Ee,...Ne}=Z;tt(a.errors,T,{...Ne,...E,ref:te}),g.state.next({name:T,errors:a.errors,isValid:!1}),I&&I.shouldFocus&&te&&te.focus&&te.focus()},X=(T,E)=>Nt(T)?g.state.subscribe({next:I=>"values"in I&&T(R(void 0,E),I)}):R(T,E,!0),le=T=>g.state.subscribe({next:E=>{Fte(T.name,E.name,T.exact)&&qte(E,T.formState||h,He,T.reRenderRoot)&&T.callback({values:{...o},...a,...E,defaultValues:r})}}).unsubscribe,$=T=>(i.mount=!0,f={...f,...T.formState},le({...T,formState:{...p,...T.formState}})),re=(T,E={})=>{for(const I of T?ko(T):l.mount)l.mount.delete(I),l.array.delete(I),E.keepValue||(gt(n,I),gt(o,I)),!E.keepError&&gt(a.errors,I),!E.keepDirty&&gt(a.dirtyFields,I),!E.keepTouched&&gt(a.touchedFields,I),!E.keepIsValidating&&gt(a.validatingFields,I),!t.shouldUnregister&&!E.keepDefaultValue&&gt(r,I);g.state.next({values:mt(o)}),g.state.next({...a,...E.keepDirty?{isDirty:H()}:{}}),!E.keepIsValid&&x()},xe=({disabled:T,name:E})=>{if(Wt(T)&&i.mount||T||l.disabled.has(E)){const Z=l.disabled.has(E)!==!!T;T?l.disabled.add(E):l.disabled.delete(E),Z&&i.mount&&!i.action&&x()}},fe=(T,E={})=>{let I=ve(n,T);const te=Wt(E.disabled)||Wt(t.disabled);return tt(n,T,{...I||{},_f:{...I&&I._f?I._f:{ref:{name:T}},name:T,mount:!0,...E}}),l.mount.add(T),I?xe({disabled:Wt(E.disabled)?E.disabled:t.disabled,name:T}):D(T,!0,E.value),{...te?{disabled:E.disabled||t.disabled}:{},...t.progressive?{required:!!E.required,min:vo(E.min),max:vo(E.max),minLength:vo(E.minLength),maxLength:vo(E.maxLength),pattern:vo(E.pattern)}:{},name:T,onChange:L,onBlur:L,ref:Z=>{if(Z){fe(T,E),I=ve(n,T);const ee=st(Z.value)&&Z.querySelectorAll&&Z.querySelectorAll("input,select,textarea")[0]||Z,pe=zte(ee),Ee=I._f.refs||[];if(pe?Ee.find(Ne=>Ne===ee):ee===I._f.ref)return;tt(n,T,{_f:{...I._f,...pe?{refs:[...Ee.filter(vc),ee,...Array.isArray(ve(r,T))?[{}]:[]],ref:{type:ee.type,name:T}}:{ref:ee}}}),D(T,!1,void 0,ee)}else I=ve(n,T,{}),I._f&&(I._f.mount=!1),(t.shouldUnregister||E.shouldUnregister)&&!(pg(l.array,T)&&i.action)&&l.unMount.add(T)}}},me=()=>t.shouldFocusError&&xo(n,G,l.mount),ae=T=>{Wt(T)&&(g.state.next({disabled:T}),xo(n,(E,I)=>{const te=ve(n,I);te&&(E.disabled=te._f.disabled||T,Array.isArray(te._f.refs)&&te._f.refs.forEach(Z=>{Z.disabled=te._f.disabled||T}))},0,!1))},je=(T,E)=>async I=>{let te;I&&(I.preventDefault&&I.preventDefault(),I.persist&&I.persist());let Z=mt(o);if(g.state.next({isSubmitting:!0}),t.resolver){const{errors:ee,values:pe}=await N();k(),a.errors=ee,Z=mt(pe)}else await O(n);if(l.disabled.size)for(const ee of l.disabled)gt(Z,ee);if(gt(a.errors,"root"),Et(a.errors)){g.state.next({errors:{}});try{await T(Z,I)}catch(ee){te=ee}}else E&&await E({...a.errors},I),me(),setTimeout(me);if(g.state.next({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:Et(a.errors)&&!te,submitCount:a.submitCount+1,errors:a.errors}),te)throw te},J=(T,E={})=>{ve(n,T)&&(st(E.defaultValue)?U(T,mt(ve(r,T))):(U(T,E.defaultValue),tt(r,T,mt(E.defaultValue))),E.keepTouched||gt(a.touchedFields,T),E.keepDirty||(gt(a.dirtyFields,T),a.isDirty=E.defaultValue?H(T,mt(ve(r,T))):H()),E.keepError||(gt(a.errors,T),h.isValid&&x()),g.state.next({...a}))},ye=(T,E={})=>{const I=T?mt(T):r,te=mt(I),Z=Et(T),ee=Z?r:te;if(E.keepDefaultValues||(r=I),!E.keepValues){if(E.keepDirtyValues){const pe=new Set([...l.mount,...Object.keys(lr(r,o))]);for(const Ee of Array.from(pe)){const Ne=ve(a.dirtyFields,Ee),Ve=ve(o,Ee),ut=ve(ee,Ee);Ne&&!st(Ve)?tt(ee,Ee,Ve):!Ne&&!st(ut)&&U(Ee,ut)}}else{if(lc&&st(T))for(const pe of l.mount){const Ee=ve(n,pe);if(Ee&&Ee._f){const Ne=Array.isArray(Ee._f.refs)?Ee._f.refs[0]:Ee._f.ref;if(Ws(Ne)){const Ve=Ne.closest("form");if(Ve){Ve.reset();break}}}}if(E.keepFieldsRef)for(const pe of l.mount)U(pe,ve(ee,pe));else n={}}o=t.shouldUnregister?E.keepDefaultValues?mt(r):{}:mt(ee),g.array.next({values:{...ee}}),g.state.next({values:{...ee}})}l={mount:E.keepDirtyValues?l.mount:new Set,unMount:new Set,array:new Set,disabled:new Set,watch:new Set,watchAll:!1,focus:""},i.mount=!h.isValid||!!E.keepIsValid||!!E.keepDirtyValues||!t.shouldUnregister&&!Et(ee),i.watch=!!t.shouldUnregister,i.keepIsValid=!!E.keepIsValid,i.action=!1,E.keepErrors||(a.errors={}),g.state.next({submitCount:E.keepSubmitCount?a.submitCount:0,isDirty:Z?!1:E.keepDirty?a.isDirty:!!(E.keepDefaultValues&&!ka(T,r)),isSubmitted:E.keepIsSubmitted?a.isSubmitted:!1,dirtyFields:Z?{}:E.keepDirtyValues?E.keepDefaultValues&&o?lr(r,o):a.dirtyFields:E.keepDefaultValues&&T?lr(r,T):E.keepDirty?a.dirtyFields:{},touchedFields:E.keepTouched?a.touchedFields:{},errors:E.keepErrors?a.errors:{},isSubmitSuccessful:E.keepIsSubmitSuccessful?a.isSubmitSuccessful:!1,isSubmitting:!1,defaultValues:r})},Te=(T,E)=>ye(Nt(T)?T(o):T,{...t.resetOptions,...E}),ze=(T,E={})=>{const I=ve(n,T),te=I&&I._f;if(te){const Z=te.refs?te.refs[0]:te.ref;Z.focus&&setTimeout(()=>{Z.focus(),E.shouldSelect&&Nt(Z.select)&&Z.select()})}},He=T=>{a={...a,...T}},oe={control:{register:fe,unregister:re,getFieldState:F,handleSubmit:je,setError:Q,_subscribe:le,_runSchema:N,_updateIsValidating:k,_focusError:me,_getWatch:R,_getDirty:H,_setValid:x,_setFieldArray:b,_setDisabledField:xe,_setErrors:C,_getFieldArray:q,_reset:ye,_resetDefaultValues:()=>Nt(t.defaultValues)&&t.defaultValues().then(T=>{Te(T,t.resetOptions),g.state.next({isLoading:!1})}),_removeUnmounted:V,_disableForm:ae,_subjects:g,_proxyFormState:h,get _fields(){return n},get _formValues(){return o},get _state(){return i},set _state(T){i=T},get _defaultValues(){return r},get _names(){return l},set _names(T){l=T},get _formState(){return a},get _options(){return t},set _options(T){t={...t,...T}}},subscribe:$,trigger:ce,register:fe,handleSubmit:je,watch:X,setValue:U,getValues:ue,reset:Te,resetField:J,clearErrors:W,unregister:re,setError:Q,setFocus:ze,getFieldState:F};return{...oe,formControl:oe}}function Yte(e={}){const t=M.useRef(void 0),a=M.useRef(void 0),[n,r]=M.useState({isDirty:!1,isValidating:!1,isLoading:Nt(e.defaultValues),isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,submitCount:0,dirtyFields:{},touchedFields:{},validatingFields:{},errors:e.errors||{},disabled:e.disabled||!1,isReady:!1,defaultValues:Nt(e.defaultValues)?void 0:e.defaultValues});if(!t.current)if(e.formControl)t.current={...e.formControl,formState:n},e.defaultValues&&!Nt(e.defaultValues)&&e.formControl.reset(e.defaultValues,e.resetOptions);else{const{formControl:i,...l}=Ute(e);t.current={...l,formState:n}}const o=t.current.control;return o._options=e,pc(()=>{const i=o._subscribe({formState:o._proxyFormState,callback:()=>r({...o._formState}),reRenderRoot:!0});return r(l=>({...l,isReady:!0})),o._formState.isReady=!0,i},[o]),M.useEffect(()=>o._disableForm(e.disabled),[o,e.disabled]),M.useEffect(()=>{e.mode&&(o._options.mode=e.mode),e.reValidateMode&&(o._options.reValidateMode=e.reValidateMode)},[o,e.mode,e.reValidateMode]),M.useEffect(()=>{e.errors&&(o._setErrors(e.errors),o._focusError())},[o,e.errors]),M.useEffect(()=>{e.shouldUnregister&&o._subjects.state.next({values:o._getWatch()})},[o,e.shouldUnregister]),M.useEffect(()=>{if(o._proxyFormState.isDirty){const i=o._getDirty();i!==n.isDirty&&o._subjects.state.next({isDirty:i})}},[o,n.isDirty]),M.useEffect(()=>{var i;e.values&&!ka(e.values,a.current)?(o._reset(e.values,{keepFieldsRef:!0,...o._options.resetOptions}),!((i=o._options.resetOptions)===null||i===void 0)&&i.keepIsValid||o._setValid(),a.current=e.values,r(l=>({...l}))):o._resetDefaultValues()},[o,e.values]),M.useEffect(()=>{o._state.mount||(o._setValid(),o._state.mount=!0),o._state.watch&&(o._state.watch=!1,o._subjects.state.next({...o._formState})),o._removeUnmounted()}),t.current.formState=M.useMemo(()=>yg(n,o),[o,n]),t.current}const _g=Ete,zg=y.createContext({}),Og=({...e})=>c.jsx(zg.Provider,{value:{name:e.name},children:c.jsx(Tte,{...e})}),bo=()=>{const e=y.useContext(zg),t=y.useContext(Rg),{getFieldState:a}=Nte(),n=fg({name:e.name}),r=a(e.name,n);if(!e)throw new Error("useFormField should be used within <FormField>");const{id:o}=t;return{id:o,name:e.name,formItemId:`${o}-form-item`,formDescriptionId:`${o}-form-item-description`,formMessageId:`${o}-form-item-message`,...r}},Rg=y.createContext({});function Ig({className:e,...t}){const a=y.useId();return c.jsx(Rg.Provider,{value:{id:a},children:c.jsx("div",{"data-slot":"form-item",className:j("grid gap-2",e),...t})})}function Vg({className:e,...t}){const{error:a,formItemId:n}=bo();return c.jsx(Jt,{"data-slot":"form-label","data-error":!!a,className:j("data-[error=true]:text-destructive",e),htmlFor:n,...t})}function Lg({...e}){const{error:t,formItemId:a,formDescriptionId:n,formMessageId:r}=bo();return c.jsx(da,{"data-slot":"form-control",id:a,"aria-describedby":t?`${n} ${r}`:`${n}`,"aria-invalid":!!t,...e})}function Hg({className:e,...t}){const{formDescriptionId:a}=bo();return c.jsx("p",{"data-slot":"form-description",id:a,className:j("text-muted-foreground text-sm",e),...t})}function qg({className:e,...t}){const{error:a,formMessageId:n}=bo(),r=a?String(a?.message??""):t.children;return r?c.jsx("p",{"data-slot":"form-message",id:n,className:j("text-destructive text-sm",e),...t,children:r}):null}var bc,Us="HoverCard",[Fg]=rt(Us,[Da]),Ys=Da(),[Zte,Zs]=Fg(Us),Bg=e=>{const{__scopeHoverCard:t,children:a,open:n,defaultOpen:r,onOpenChange:o,openDelay:i=700,closeDelay:l=300}=e,d=Ys(t),u=y.useRef(0),p=y.useRef(0),h=y.useRef(!1),f=y.useRef(!1),[g,m]=at({prop:n,defaultProp:r??!1,onChange:o,caller:Us}),v=y.useCallback(()=>{clearTimeout(p.current),u.current=window.setTimeout(()=>m(!0),i)},[i,m]),x=y.useCallback(()=>{clearTimeout(u.current),!h.current&&!f.current&&(p.current=window.setTimeout(()=>m(!1),l))},[l,m]),k=y.useCallback(()=>m(!1),[m]);return y.useEffect(()=>()=>{clearTimeout(u.current),clearTimeout(p.current)},[]),c.jsx(Zte,{scope:t,open:g,onOpenChange:m,onOpen:v,onClose:x,onDismiss:k,hasSelectionRef:h,isPointerDownOnContentRef:f,children:c.jsx(tr,{...d,children:a})})};Bg.displayName=Us;var $g="HoverCardTrigger",Wg=y.forwardRef((e,t)=>{const{__scopeHoverCard:a,...n}=e,r=Zs($g,a),o=Ys(a);return c.jsx(ar,{asChild:!0,...o,children:c.jsx(de.a,{"data-state":r.open?"open":"closed",...n,ref:t,onPointerEnter:Y(e.onPointerEnter,Xs(r.onOpen)),onPointerLeave:Y(e.onPointerLeave,Xs(r.onClose)),onFocus:Y(e.onFocus,r.onOpen),onBlur:Y(e.onBlur,r.onClose),onTouchStart:Y(e.onTouchStart,i=>i.preventDefault())})})});Wg.displayName=$g;var Mc="HoverCardPortal",[Kte,Xte]=Fg(Mc,{forceMount:void 0}),Gg=e=>{const{__scopeHoverCard:t,forceMount:a,children:n,container:r}=e,o=Zs(Mc,t);return c.jsx(Kte,{scope:t,forceMount:a,children:c.jsx(et,{present:a||o.open,children:c.jsx(un,{asChild:!0,container:r,children:n})})})};Gg.displayName=Mc;var Ks="HoverCardContent",Ug=y.forwardRef((e,t)=>{const a=Xte(Ks,e.__scopeHoverCard),{forceMount:n=a.forceMount,...r}=e,o=Zs(Ks,e.__scopeHoverCard);return c.jsx(et,{present:n||o.open,children:c.jsx(Jte,{"data-state":o.open?"open":"closed",...r,onPointerEnter:Y(e.onPointerEnter,Xs(o.onOpen)),onPointerLeave:Y(e.onPointerLeave,Xs(o.onClose)),ref:t})})});Ug.displayName=Ks;var Jte=y.forwardRef((e,t)=>{const{__scopeHoverCard:a,onEscapeKeyDown:n,onPointerDownOutside:r,onFocusOutside:o,onInteractOutside:i,...l}=e,d=Zs(Ks,a),u=Ys(a),p=y.useRef(null),h=Se(t,p),[f,g]=y.useState(!1);return y.useEffect(()=>{if(f){const m=document.body;return bc=m.style.userSelect||m.style.webkitUserSelect,m.style.userSelect="none",m.style.webkitUserSelect="none",()=>{m.style.userSelect=bc,m.style.webkitUserSelect=bc}}},[f]),y.useEffect(()=>{if(p.current){const m=()=>{g(!1),d.isPointerDownOnContentRef.current=!1,setTimeout(()=>{document.getSelection()?.toString()!==""&&(d.hasSelectionRef.current=!0)})};return document.addEventListener("pointerup",m),()=>{document.removeEventListener("pointerup",m),d.hasSelectionRef.current=!1,d.isPointerDownOnContentRef.current=!1}}},[d.isPointerDownOnContentRef,d.hasSelectionRef]),y.useEffect(()=>{p.current&&tae(p.current).forEach(v=>v.setAttribute("tabindex","-1"))}),c.jsx(Ya,{asChild:!0,disableOutsidePointerEvents:!1,onInteractOutside:i,onEscapeKeyDown:n,onPointerDownOutside:r,onFocusOutside:Y(o,m=>{m.preventDefault()}),onDismiss:d.onDismiss,children:c.jsx($r,{...u,...l,onPointerDown:Y(l.onPointerDown,m=>{m.currentTarget.contains(m.target)&&g(!0),d.hasSelectionRef.current=!1,d.isPointerDownOnContentRef.current=!0}),ref:h,style:{...l.style,userSelect:f?"text":void 0,WebkitUserSelect:f?"text":void 0,"--radix-hover-card-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-hover-card-content-available-width":"var(--radix-popper-available-width)","--radix-hover-card-content-available-height":"var(--radix-popper-available-height)","--radix-hover-card-trigger-width":"var(--radix-popper-anchor-width)","--radix-hover-card-trigger-height":"var(--radix-popper-anchor-height)"}})})}),Qte="HoverCardArrow",eae=y.forwardRef((e,t)=>{const{__scopeHoverCard:a,...n}=e,r=Ys(a);return c.jsx(Wr,{...r,...n,ref:t})});eae.displayName=Qte;function Xs(e){return t=>t.pointerType==="touch"?void 0:e()}function tae(e){const t=[],a=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});for(;a.nextNode();)t.push(a.currentNode);return t}var aae=Bg,nae=Wg,rae=Gg,oae=Ug;function Yg({...e}){return c.jsx(aae,{"data-slot":"hover-card",...e})}function Zg({...e}){return c.jsx(nae,{"data-slot":"hover-card-trigger",...e})}function Kg({className:e,align:t="center",sideOffset:a=4,...n}){return c.jsx(rae,{"data-slot":"hover-card-portal",children:c.jsx(oae,{"data-slot":"hover-card-content",align:t,sideOffset:a,className:j("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-64 origin-(--radix-hover-card-content-transform-origin) rounded-md border p-4 shadow-md outline-hidden",e),...n})})}function Js({className:e,...t}){return c.jsx("textarea",{"data-slot":"textarea",className:j("border-input placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 flex field-sizing-content min-h-16 w-full rounded-md border bg-transparent px-3 py-2 text-base shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",e),...t})}function sae({className:e,...t}){return c.jsx("div",{"data-slot":"input-group",role:"group",className:j("group/input-group border-input dark:bg-input/30 relative flex w-full items-center rounded-md border shadow-xs transition-[color,box-shadow] outline-none","h-9 min-w-0 has-[>textarea]:h-auto","has-[>[data-align=inline-start]]:[&>input]:pl-2","has-[>[data-align=inline-end]]:[&>input]:pr-2","has-[>[data-align=block-start]]:h-auto has-[>[data-align=block-start]]:flex-col has-[>[data-align=block-start]]:[&>input]:pb-3","has-[>[data-align=block-end]]:h-auto has-[>[data-align=block-end]]:flex-col has-[>[data-align=block-end]]:[&>input]:pt-3","has-[[data-slot=input-group-control]:focus-visible]:border-ring has-[[data-slot=input-group-control]:focus-visible]:ring-ring/50 has-[[data-slot=input-group-control]:focus-visible]:ring-[3px]","has-[[data-slot][aria-invalid=true]]:ring-destructive/20 has-[[data-slot][aria-invalid=true]]:border-destructive dark:has-[[data-slot][aria-invalid=true]]:ring-destructive/40",e),...t})}const iae=Ht("text-muted-foreground flex h-auto cursor-text items-center justify-center gap-2 py-1.5 text-sm font-medium select-none [&>svg:not([class*='size-'])]:size-4 [&>kbd]:rounded-[calc(var(--radius)-5px)] group-data-[disabled=true]/input-group:opacity-50",{variants:{align:{"inline-start":"order-first pl-3 has-[>button]:ml-[-0.45rem] has-[>kbd]:ml-[-0.35rem]","inline-end":"order-last pr-3 has-[>button]:mr-[-0.45rem] has-[>kbd]:mr-[-0.35rem]","block-start":"order-first w-full justify-start px-3 pt-3 [.border-b]:pb-3 group-has-[>input]/input-group:pt-2.5","block-end":"order-last w-full justify-start px-3 pb-3 [.border-t]:pt-3 group-has-[>input]/input-group:pb-2.5"}},defaultVariants:{align:"inline-start"}});function lae({className:e,align:t="inline-start",...a}){return c.jsx("div",{role:"group","data-slot":"input-group-addon","data-align":t,className:j(iae({align:t}),e),onClick:n=>{n.target.closest("button")||n.currentTarget.parentElement?.querySelector("input")?.focus()},...a})}const cae=Ht("text-sm shadow-none flex gap-2 items-center",{variants:{size:{xs:"h-6 gap-1 px-2 rounded-[calc(var(--radius)-5px)] [&>svg:not([class*='size-'])]:size-3.5 has-[>svg]:px-2",sm:"h-8 px-2.5 gap-1.5 rounded-md has-[>svg]:px-2.5","icon-xs":"size-6 rounded-[calc(var(--radius)-5px)] p-0 has-[>svg]:p-0","icon-sm":"size-8 p-0 has-[>svg]:p-0"}},defaultVariants:{size:"xs"}});function dae({className:e,type:t="button",variant:a="ghost",size:n="xs",...r}){return c.jsx(Xe,{type:t,"data-size":n,variant:a,className:j(cae({size:n}),e),...r})}function uae({className:e,...t}){return c.jsx("span",{className:j("text-muted-foreground flex items-center gap-2 text-sm [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4",e),...t})}function hae({className:e,...t}){return c.jsx(Pa,{"data-slot":"input-group-control",className:j("flex-1 rounded-none border-0 bg-transparent shadow-none focus-visible:ring-0 dark:bg-transparent",e),...t})}function pae({className:e,...t}){return c.jsx(Js,{"data-slot":"input-group-control",className:j("flex-1 resize-none rounded-none border-0 bg-transparent py-3 shadow-none focus-visible:ring-0 dark:bg-transparent",e),...t})}var yae=Object.defineProperty,fae=Object.defineProperties,mae=Object.getOwnPropertyDescriptors,Qs=Object.getOwnPropertySymbols,Xg=Object.prototype.hasOwnProperty,Jg=Object.prototype.propertyIsEnumerable,Qg=(e,t,a)=>t in e?yae(e,t,{enumerable:!0,configurable:!0,writable:!0,value:a}):e[t]=a,gae=(e,t)=>{for(var a in t||(t={}))Xg.call(t,a)&&Qg(e,a,t[a]);if(Qs)for(var a of Qs(t))Jg.call(t,a)&&Qg(e,a,t[a]);return e},kae=(e,t)=>fae(e,mae(t)),vae=(e,t)=>{var a={};for(var n in e)Xg.call(e,n)&&t.indexOf(n)<0&&(a[n]=e[n]);if(e!=null&&Qs)for(var n of Qs(e))t.indexOf(n)<0&&Jg.call(e,n)&&(a[n]=e[n]);return a};function xae(e){let t=setTimeout(e,0),a=setTimeout(e,10),n=setTimeout(e,50);return[t,a,n]}function bae(e){let t=y.useRef();return y.useEffect(()=>{t.current=e}),t.current}var Mae=18,ek=40,wae=`${ek}px`,Cae=["[data-lastpass-icon-root]","com-1password-button","[data-dashlanecreated]",'[style$="2147483647 !important;"]'].join(",");function Sae({containerRef:e,inputRef:t,pushPasswordManagerStrategy:a,isFocused:n}){let[r,o]=y.useState(!1),[i,l]=y.useState(!1),[d,u]=y.useState(!1),p=y.useMemo(()=>a==="none"?!1:(a==="increase-width"||a==="experimental-no-flickering")&&r&&i,[r,i,a]),h=y.useCallback(()=>{let f=e.current,g=t.current;if(!f||!g||d||a==="none")return;let m=f,v=m.getBoundingClientRect().left+m.offsetWidth,x=m.getBoundingClientRect().top+m.offsetHeight/2,k=v-Mae,b=x;document.querySelectorAll(Cae).length===0&&document.elementFromPoint(k,b)===f||(o(!0),u(!0))},[e,t,d,a]);return y.useEffect(()=>{let f=e.current;if(!f||a==="none")return;function g(){let v=window.innerWidth-f.getBoundingClientRect().right;l(v>=ek)}g();let m=setInterval(g,1e3);return()=>{clearInterval(m)}},[e,a]),y.useEffect(()=>{let f=n||document.activeElement===t.current;if(a==="none"||!f)return;let g=setTimeout(h,0),m=setTimeout(h,2e3),v=setTimeout(h,5e3),x=setTimeout(()=>{u(!0)},6e3);return()=>{clearTimeout(g),clearTimeout(m),clearTimeout(v),clearTimeout(x)}},[t,n,a,h]),{hasPWMBadge:r,willPushPWMBadge:p,PWM_BADGE_SPACE_WIDTH:wae}}var tk=y.createContext({}),ak=y.forwardRef((e,t)=>{var a=e,{value:n,onChange:r,maxLength:o,textAlign:i="left",pattern:l,placeholder:d,inputMode:u="numeric",onComplete:p,pushPasswordManagerStrategy:h="increase-width",pasteTransformer:f,containerClassName:g,noScriptCSSFallback:m=jae,render:v,children:x}=a,k=vae(a,["value","onChange","maxLength","textAlign","pattern","placeholder","inputMode","onComplete","pushPasswordManagerStrategy","pasteTransformer","containerClassName","noScriptCSSFallback","render","children"]),b,w,C,D,A;let[P,N]=y.useState(typeof k.defaultValue=="string"?k.defaultValue:""),_=n??P,O=bae(_),V=y.useCallback(J=>{r?.(J),N(J)},[r]),H=y.useMemo(()=>l?typeof l=="string"?new RegExp(l):l:null,[l]),R=y.useRef(null),q=y.useRef(null),K=y.useRef({value:_,onChange:V,isIOS:typeof window<"u"&&((w=(b=window?.CSS)==null?void 0:b.supports)==null?void 0:w.call(b,"-webkit-touch-callout","none"))}),B=y.useRef({prev:[(C=R.current)==null?void 0:C.selectionStart,(D=R.current)==null?void 0:D.selectionEnd,(A=R.current)==null?void 0:A.selectionDirection]});y.useImperativeHandle(t,()=>R.current,[]),y.useEffect(()=>{let J=R.current,ye=q.current;if(!J||!ye)return;K.current.value!==J.value&&K.current.onChange(J.value),B.current.prev=[J.selectionStart,J.selectionEnd,J.selectionDirection];function Te(){if(document.activeElement!==J){F(null),Q(null);return}let Pe=J.selectionStart,oe=J.selectionEnd,T=J.selectionDirection,E=J.maxLength,I=J.value,te=B.current.prev,Z=-1,ee=-1,pe;if(I.length!==0&&Pe!==null&&oe!==null){let ut=Pe===oe,We=Pe===I.length&&I.length<E;if(ut&&!We){let dt=Pe;if(dt===0)Z=0,ee=1,pe="forward";else if(dt===E)Z=dt-1,ee=dt,pe="backward";else if(E>1&&I.length>1){let Mt=0;if(te[0]!==null&&te[1]!==null){pe=dt<te[1]?"backward":"forward";let Tt=te[0]===te[1]&&te[0]<E;pe==="backward"&&!Tt&&(Mt=-1)}Z=Mt+dt,ee=Mt+dt+1}}Z!==-1&&ee!==-1&&Z!==ee&&R.current.setSelectionRange(Z,ee,pe)}let Ee=Z!==-1?Z:Pe,Ne=ee!==-1?ee:oe,Ve=pe??T;F(Ee),Q(Ne),B.current.prev=[Ee,Ne,Ve]}if(document.addEventListener("selectionchange",Te,{capture:!0}),Te(),document.activeElement===J&&ce(!0),!document.getElementById("input-otp-style")){let Pe=document.createElement("style");if(Pe.id="input-otp-style",document.head.appendChild(Pe),Pe.sheet){let oe="background: transparent !important; color: transparent !important; border-color: transparent !important; opacity: 0 !important; box-shadow: none !important; -webkit-box-shadow: none !important; -webkit-text-fill-color: transparent !important;";Mo(Pe.sheet,"[data-input-otp]::selection { background: transparent !important; color: transparent !important; }"),Mo(Pe.sheet,`[data-input-otp]:autofill { ${oe} }`),Mo(Pe.sheet,`[data-input-otp]:-webkit-autofill { ${oe} }`),Mo(Pe.sheet,"@supports (-webkit-touch-callout: none) { [data-input-otp] { letter-spacing: -.6em !important; font-weight: 100 !important; font-stretch: ultra-condensed; font-optical-sizing: none !important; left: -1px !important; right: 1px !important; } }"),Mo(Pe.sheet,"[data-input-otp] + * { pointer-events: all !important; }")}}let ze=()=>{ye&&ye.style.setProperty("--root-height",`${J.clientHeight}px`)};ze();let He=new ResizeObserver(ze);return He.observe(J),()=>{document.removeEventListener("selectionchange",Te,{capture:!0}),He.disconnect()}},[]);let[U,L]=y.useState(!1),[G,ce]=y.useState(!1),[ue,F]=y.useState(null),[W,Q]=y.useState(null);y.useEffect(()=>{xae(()=>{var J,ye,Te,ze;(J=R.current)==null||J.dispatchEvent(new Event("input"));let He=(ye=R.current)==null?void 0:ye.selectionStart,Pe=(Te=R.current)==null?void 0:Te.selectionEnd,oe=(ze=R.current)==null?void 0:ze.selectionDirection;He!==null&&Pe!==null&&(F(He),Q(Pe),B.current.prev=[He,Pe,oe])})},[_,G]),y.useEffect(()=>{O!==void 0&&_!==O&&O.length<o&&_.length===o&&p?.(_)},[o,p,O,_]);let X=Sae({containerRef:q,inputRef:R,pushPasswordManagerStrategy:h,isFocused:G}),le=y.useCallback(J=>{let ye=J.currentTarget.value.slice(0,o);if(ye.length>0&&H&&!H.test(ye)){J.preventDefault();return}typeof O=="string"&&ye.length<O.length&&document.dispatchEvent(new Event("selectionchange")),V(ye)},[o,V,O,H]),$=y.useCallback(()=>{var J;if(R.current){let ye=Math.min(R.current.value.length,o-1),Te=R.current.value.length;(J=R.current)==null||J.setSelectionRange(ye,Te),F(ye),Q(Te)}ce(!0)},[o]),re=y.useCallback(J=>{var ye,Te;let ze=R.current;if(!f&&(!K.current.isIOS||!J.clipboardData||!ze))return;let He=J.clipboardData.getData("text/plain"),Pe=f?f(He):He;J.preventDefault();let oe=(ye=R.current)==null?void 0:ye.selectionStart,T=(Te=R.current)==null?void 0:Te.selectionEnd,E=(oe!==T?_.slice(0,oe)+Pe+_.slice(T):_.slice(0,oe)+Pe+_.slice(oe)).slice(0,o);if(E.length>0&&H&&!H.test(E))return;ze.value=E,V(E);let I=Math.min(E.length,o-1),te=E.length;ze.setSelectionRange(I,te),F(I),Q(te)},[o,V,H,_]),xe=y.useMemo(()=>({position:"relative",cursor:k.disabled?"default":"text",userSelect:"none",WebkitUserSelect:"none",pointerEvents:"none"}),[k.disabled]),fe=y.useMemo(()=>({position:"absolute",inset:0,width:X.willPushPWMBadge?`calc(100% + ${X.PWM_BADGE_SPACE_WIDTH})`:"100%",clipPath:X.willPushPWMBadge?`inset(0 ${X.PWM_BADGE_SPACE_WIDTH} 0 0)`:void 0,height:"100%",display:"flex",textAlign:i,opacity:"1",color:"transparent",pointerEvents:"all",background:"transparent",caretColor:"transparent",border:"0 solid transparent",outline:"0 solid transparent",boxShadow:"none",lineHeight:"1",letterSpacing:"-.5em",fontSize:"var(--root-height)",fontFamily:"monospace",fontVariantNumeric:"tabular-nums"}),[X.PWM_BADGE_SPACE_WIDTH,X.willPushPWMBadge,i]),me=y.useMemo(()=>y.createElement("input",kae(gae({autoComplete:k.autoComplete||"one-time-code"},k),{"data-input-otp":!0,"data-input-otp-placeholder-shown":_.length===0||void 0,"data-input-otp-mss":ue,"data-input-otp-mse":W,inputMode:u,pattern:H?.source,"aria-placeholder":d,style:fe,maxLength:o,value:_,ref:R,onPaste:J=>{var ye;re(J),(ye=k.onPaste)==null||ye.call(k,J)},onChange:le,onMouseOver:J=>{var ye;L(!0),(ye=k.onMouseOver)==null||ye.call(k,J)},onMouseLeave:J=>{var ye;L(!1),(ye=k.onMouseLeave)==null||ye.call(k,J)},onFocus:J=>{var ye;$(),(ye=k.onFocus)==null||ye.call(k,J)},onBlur:J=>{var ye;ce(!1),(ye=k.onBlur)==null||ye.call(k,J)}})),[le,$,re,u,fe,o,W,ue,k,H?.source,_]),ae=y.useMemo(()=>({slots:Array.from({length:o}).map((J,ye)=>{var Te;let ze=G&&ue!==null&&W!==null&&(ue===W&&ye===ue||ye>=ue&&ye<W),He=_[ye]!==void 0?_[ye]:null,Pe=_[0]!==void 0?null:(Te=d?.[ye])!=null?Te:null;return{char:He,placeholderChar:Pe,isActive:ze,hasFakeCaret:ze&&He===null}}),isFocused:G,isHovering:!k.disabled&&U}),[G,U,o,W,ue,k.disabled,_]),je=y.useMemo(()=>v?v(ae):y.createElement(tk.Provider,{value:ae},x),[x,ae,v]);return y.createElement(y.Fragment,null,m!==null&&y.createElement("noscript",null,y.createElement("style",null,m)),y.createElement("div",{ref:q,"data-input-otp-container":!0,style:xe,className:g},je,y.createElement("div",{style:{position:"absolute",inset:0,pointerEvents:"none"}},me)))});ak.displayName="Input";function Mo(e,t){try{e.insertRule(t)}catch{console.error("input-otp could not insert CSS rule:",t)}}var jae=`
67
+ [data-input-otp] {
68
+ --nojs-bg: white !important;
69
+ --nojs-fg: black !important;
70
+
71
+ background-color: var(--nojs-bg) !important;
72
+ color: var(--nojs-fg) !important;
73
+ caret-color: var(--nojs-fg) !important;
74
+ letter-spacing: .25em !important;
75
+ text-align: center !important;
76
+ border: 1px solid var(--nojs-fg) !important;
77
+ border-radius: 4px !important;
78
+ width: 100% !important;
79
+ }
80
+ @media (prefers-color-scheme: dark) {
81
+ [data-input-otp] {
82
+ --nojs-bg: black !important;
83
+ --nojs-fg: white !important;
84
+ }
85
+ }`;function nk({className:e,containerClassName:t,...a}){return c.jsx(ak,{"data-slot":"input-otp",containerClassName:j("flex items-center gap-2 has-disabled:opacity-50",t),className:j("disabled:cursor-not-allowed",e),...a})}function wc({className:e,...t}){return c.jsx("div",{"data-slot":"input-otp-group",className:j("flex items-center gap-3",e),...t})}function jn({index:e,className:t,...a}){const n=y.useContext(tk),{char:r,hasFakeCaret:o,isActive:i}=n?.slots[e]??{};return c.jsxs("div",{"data-slot":"input-otp-slot","data-active":i,className:j("relative flex h-14 w-11 items-center justify-center text-lg font-mono transition-all duration-300 outline-none rounded-md","bg-slate-950/60 border-2 border-slate-800 text-slate-500","data-[active=true]:border-cyan-400 data-[active=true]:text-cyan-300 data-[active=true]:bg-cyan-950/20","data-[active=true]:shadow-[0_0_20px_rgba(6,182,212,0.5),inset_0_0_10px_rgba(6,182,212,0.1)]","data-[active=true]:-translate-y-1 data-[active=true]:scale-105",i&&"animate-pulse-subtle",r&&"border-cyan-500/50 text-cyan-100 bg-cyan-950/10 shadow-[0_0_10px_rgba(6,182,212,0.2)]",t),...a,children:[r,o&&c.jsx("div",{className:"pointer-events-none absolute inset-0 flex items-center justify-center",children:c.jsx("div",{className:"animate-caret-blink bg-cyan-400 h-6 w-0.5 duration-1000 shadow-[0_0_8px_cyan]"})})]})}function rk({...e}){return c.jsx("div",{"data-slot":"input-otp-separator",role:"separator",...e,children:c.jsx("div",{className:"w-2 h-2 rounded-full bg-cyan-500/50 shadow-[0_0_10px_cyan]"})})}function Aae({className:e,...t}){return c.jsx("div",{role:"list","data-slot":"item-group",className:j("group/item-group flex flex-col",e),...t})}function Dae({className:e,...t}){return c.jsx(Ka,{"data-slot":"item-separator",orientation:"horizontal",className:j("my-0",e),...t})}const Pae=Ht("group/item flex items-center border border-transparent text-sm rounded-md transition-colors [a]:hover:bg-accent/50 [a]:transition-colors duration-100 flex-wrap outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]",{variants:{variant:{default:"bg-transparent",outline:"border-border",muted:"bg-muted/50"},size:{default:"p-4 gap-4 ",sm:"py-3 px-4 gap-2.5"}},defaultVariants:{variant:"default",size:"default"}});function Tae({className:e,variant:t="default",size:a="default",asChild:n=!1,...r}){const o=n?da:"div";return c.jsx(o,{"data-slot":"item","data-variant":t,"data-size":a,className:j(Pae({variant:t,size:a,className:e})),...r})}const Nae=Ht("flex shrink-0 items-center justify-center gap-2 group-has-[[data-slot=item-description]]/item:self-start [&_svg]:pointer-events-none group-has-[[data-slot=item-description]]/item:translate-y-0.5",{variants:{variant:{default:"bg-transparent",icon:"size-8 border rounded-sm bg-muted [&_svg:not([class*='size-'])]:size-4",image:"size-10 rounded-sm overflow-hidden [&_img]:size-full [&_img]:object-cover"}},defaultVariants:{variant:"default"}});function Eae({className:e,variant:t="default",...a}){return c.jsx("div",{"data-slot":"item-media","data-variant":t,className:j(Nae({variant:t,className:e})),...a})}function _ae({className:e,...t}){return c.jsx("div",{"data-slot":"item-content",className:j("flex flex-1 flex-col gap-1 [&+[data-slot=item-content]]:flex-none",e),...t})}function zae({className:e,...t}){return c.jsx("div",{"data-slot":"item-title",className:j("flex w-fit items-center gap-2 text-sm leading-snug font-medium",e),...t})}function Oae({className:e,...t}){return c.jsx("p",{"data-slot":"item-description",className:j("text-muted-foreground line-clamp-2 text-sm leading-normal font-normal text-balance","[&>a:hover]:text-primary [&>a]:underline [&>a]:underline-offset-4",e),...t})}function Rae({className:e,...t}){return c.jsx("div",{"data-slot":"item-actions",className:j("flex items-center gap-2",e),...t})}function Iae({className:e,...t}){return c.jsx("div",{"data-slot":"item-header",className:j("flex basis-full items-center justify-between gap-2",e),...t})}function Vae({className:e,...t}){return c.jsx("div",{"data-slot":"item-footer",className:j("flex basis-full items-center justify-between gap-2",e),...t})}function Lae({className:e,...t}){return c.jsx("kbd",{"data-slot":"kbd",className:j("bg-muted text-muted-foreground pointer-events-none inline-flex h-5 w-fit min-w-5 items-center justify-center gap-1 rounded-sm px-1 font-sans text-xs font-medium select-none","[&_svg:not([class*='size-'])]:size-3","[[data-slot=tooltip-content]_&]:bg-background/20 [[data-slot=tooltip-content]_&]:text-background dark:[[data-slot=tooltip-content]_&]:bg-background/10",e),...t})}function Hae({className:e,...t}){return c.jsx("kbd",{"data-slot":"kbd-group",className:j("inline-flex items-center gap-1",e),...t})}var wo="Menubar",[Cc,qae,Fae]=Ga(wo),[ok]=rt(wo,[Fae,Na]),Pt=io(),sk=Na(),[Bae,Sc]=ok(wo),ik=y.forwardRef((e,t)=>{const{__scopeMenubar:a,value:n,onValueChange:r,defaultValue:o,loop:i=!0,dir:l,...d}=e,u=sa(l),p=sk(a),[h,f]=at({prop:n,onChange:r,defaultProp:o??"",caller:wo}),[g,m]=y.useState(null);return c.jsx(Bae,{scope:a,value:h,onMenuOpen:y.useCallback(v=>{f(v),m(v)},[f]),onMenuClose:y.useCallback(()=>f(""),[f]),onMenuToggle:y.useCallback(v=>{f(x=>x?"":v),m(v)},[f]),dir:u,loop:i,children:c.jsx(Cc.Provider,{scope:a,children:c.jsx(Cc.Slot,{scope:a,children:c.jsx(no,{asChild:!0,...p,orientation:"horizontal",loop:i,dir:u,currentTabStopId:g,onCurrentTabStopIdChange:m,children:c.jsx(de.div,{role:"menubar",...d,ref:t})})})})})});ik.displayName=wo;var jc="MenubarMenu",[$ae,lk]=ok(jc),ck=e=>{const{__scopeMenubar:t,value:a,...n}=e,r=Ze(),o=a||r||"LEGACY_REACT_AUTO_VALUE",i=Sc(jc,t),l=Pt(t),d=y.useRef(null),u=y.useRef(!1),p=i.value===o;return y.useEffect(()=>{p||(u.current=!1)},[p]),c.jsx($ae,{scope:t,value:o,triggerId:Ze(),triggerRef:d,contentId:Ze(),wasKeyboardTriggerOpenRef:u,children:c.jsx(z1,{...l,open:p,onOpenChange:h=>{h||i.onMenuClose()},modal:!1,dir:i.dir,...n})})};ck.displayName=jc;var Ac="MenubarTrigger",dk=y.forwardRef((e,t)=>{const{__scopeMenubar:a,disabled:n=!1,...r}=e,o=sk(a),i=Pt(a),l=Sc(Ac,a),d=lk(Ac,a),u=y.useRef(null),p=Se(t,u,d.triggerRef),[h,f]=y.useState(!1),g=l.value===d.value;return c.jsx(Cc.ItemSlot,{scope:a,value:d.value,disabled:n,children:c.jsx(ro,{asChild:!0,...o,focusable:!n,tabStopId:d.value,children:c.jsx(O1,{asChild:!0,...i,children:c.jsx(de.button,{type:"button",role:"menuitem",id:d.triggerId,"aria-haspopup":"menu","aria-expanded":g,"aria-controls":g?d.contentId:void 0,"data-highlighted":h?"":void 0,"data-state":g?"open":"closed","data-disabled":n?"":void 0,disabled:n,...r,ref:p,onPointerDown:Y(e.onPointerDown,m=>{!n&&m.button===0&&m.ctrlKey===!1&&(l.onMenuOpen(d.value),g||m.preventDefault())}),onPointerEnter:Y(e.onPointerEnter,()=>{l.value&&!g&&(l.onMenuOpen(d.value),u.current?.focus())}),onKeyDown:Y(e.onKeyDown,m=>{n||(["Enter"," "].includes(m.key)&&l.onMenuToggle(d.value),m.key==="ArrowDown"&&l.onMenuOpen(d.value),["Enter"," ","ArrowDown"].includes(m.key)&&(d.wasKeyboardTriggerOpenRef.current=!0,m.preventDefault()))}),onFocus:Y(e.onFocus,()=>f(!0)),onBlur:Y(e.onBlur,()=>f(!1))})})})})});dk.displayName=Ac;var Wae="MenubarPortal",uk=e=>{const{__scopeMenubar:t,...a}=e,n=Pt(t);return c.jsx(R1,{...n,...a})};uk.displayName=Wae;var Dc="MenubarContent",hk=y.forwardRef((e,t)=>{const{__scopeMenubar:a,align:n="start",...r}=e,o=Pt(a),i=Sc(Dc,a),l=lk(Dc,a),d=qae(a),u=y.useRef(!1);return c.jsx(I1,{id:l.contentId,"aria-labelledby":l.triggerId,"data-radix-menubar-content":"",...o,...r,ref:t,align:n,onCloseAutoFocus:Y(e.onCloseAutoFocus,p=>{!i.value&&!u.current&&l.triggerRef.current?.focus(),u.current=!1,p.preventDefault()}),onFocusOutside:Y(e.onFocusOutside,p=>{const h=p.target;d().some(g=>g.ref.current?.contains(h))&&p.preventDefault()}),onInteractOutside:Y(e.onInteractOutside,()=>{u.current=!0}),onEntryFocus:p=>{l.wasKeyboardTriggerOpenRef.current||p.preventDefault()},onKeyDown:Y(e.onKeyDown,p=>{if(["ArrowRight","ArrowLeft"].includes(p.key)){const h=p.target,f=h.hasAttribute("data-radix-menubar-subtrigger"),g=h.closest("[data-radix-menubar-content]")!==p.currentTarget,v=(i.dir==="rtl"?"ArrowRight":"ArrowLeft")===p.key;if(!v&&f||g&&v)return;let b=d().filter(D=>!D.disabled).map(D=>D.value);v&&b.reverse();const w=b.indexOf(l.value);b=i.loop?rne(b,w+1):b.slice(w+1);const[C]=b;C&&i.onMenuOpen(C)}},{checkForDefaultPrevented:!1}),style:{...e.style,"--radix-menubar-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-menubar-content-available-width":"var(--radix-popper-available-width)","--radix-menubar-content-available-height":"var(--radix-popper-available-height)","--radix-menubar-trigger-width":"var(--radix-popper-anchor-width)","--radix-menubar-trigger-height":"var(--radix-popper-anchor-height)"}})});hk.displayName=Dc;var Gae="MenubarGroup",pk=y.forwardRef((e,t)=>{const{__scopeMenubar:a,...n}=e,r=Pt(a);return c.jsx(V1,{...r,...n,ref:t})});pk.displayName=Gae;var Uae="MenubarLabel",yk=y.forwardRef((e,t)=>{const{__scopeMenubar:a,...n}=e,r=Pt(a);return c.jsx(L1,{...r,...n,ref:t})});yk.displayName=Uae;var Yae="MenubarItem",fk=y.forwardRef((e,t)=>{const{__scopeMenubar:a,...n}=e,r=Pt(a);return c.jsx(H1,{...r,...n,ref:t})});fk.displayName=Yae;var Zae="MenubarCheckboxItem",mk=y.forwardRef((e,t)=>{const{__scopeMenubar:a,...n}=e,r=Pt(a);return c.jsx(q1,{...r,...n,ref:t})});mk.displayName=Zae;var Kae="MenubarRadioGroup",gk=y.forwardRef((e,t)=>{const{__scopeMenubar:a,...n}=e,r=Pt(a);return c.jsx(F1,{...r,...n,ref:t})});gk.displayName=Kae;var Xae="MenubarRadioItem",kk=y.forwardRef((e,t)=>{const{__scopeMenubar:a,...n}=e,r=Pt(a);return c.jsx(B1,{...r,...n,ref:t})});kk.displayName=Xae;var Jae="MenubarItemIndicator",vk=y.forwardRef((e,t)=>{const{__scopeMenubar:a,...n}=e,r=Pt(a);return c.jsx($1,{...r,...n,ref:t})});vk.displayName=Jae;var Qae="MenubarSeparator",xk=y.forwardRef((e,t)=>{const{__scopeMenubar:a,...n}=e,r=Pt(a);return c.jsx(W1,{...r,...n,ref:t})});xk.displayName=Qae;var ene="MenubarArrow",tne=y.forwardRef((e,t)=>{const{__scopeMenubar:a,...n}=e,r=Pt(a);return c.jsx(G1,{...r,...n,ref:t})});tne.displayName=ene;var bk="MenubarSub",Mk=e=>{const{__scopeMenubar:t,children:a,open:n,onOpenChange:r,defaultOpen:o}=e,i=Pt(t),[l,d]=at({prop:n,defaultProp:o??!1,onChange:r,caller:bk});return c.jsx(U1,{...i,open:l,onOpenChange:d,children:a})};Mk.displayName=bk;var ane="MenubarSubTrigger",wk=y.forwardRef((e,t)=>{const{__scopeMenubar:a,...n}=e,r=Pt(a);return c.jsx(Y1,{"data-radix-menubar-subtrigger":"",...r,...n,ref:t})});wk.displayName=ane;var nne="MenubarSubContent",Ck=y.forwardRef((e,t)=>{const{__scopeMenubar:a,...n}=e,r=Pt(a);return c.jsx(Z1,{...r,"data-radix-menubar-content":"",...n,ref:t,style:{...e.style,"--radix-menubar-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-menubar-content-available-width":"var(--radix-popper-available-width)","--radix-menubar-content-available-height":"var(--radix-popper-available-height)","--radix-menubar-trigger-width":"var(--radix-popper-anchor-width)","--radix-menubar-trigger-height":"var(--radix-popper-anchor-height)"}})});Ck.displayName=nne;function rne(e,t){return e.map((a,n)=>e[(t+n)%e.length])}var one=ik,sne=ck,ine=dk,lne=uk,cne=hk,dne=pk,une=yk,hne=fk,pne=mk,yne=gk,fne=kk,Sk=vk,mne=xk,gne=Mk,kne=wk,vne=Ck;function xne({className:e,...t}){return c.jsx(one,{"data-slot":"menubar",className:j("bg-background flex h-9 items-center gap-1 rounded-md border p-1 shadow-xs",e),...t})}function bne({...e}){return c.jsx(sne,{"data-slot":"menubar-menu",...e})}function Mne({...e}){return c.jsx(dne,{"data-slot":"menubar-group",...e})}function jk({...e}){return c.jsx(lne,{"data-slot":"menubar-portal",...e})}function wne({...e}){return c.jsx(yne,{"data-slot":"menubar-radio-group",...e})}function Cne({className:e,...t}){return c.jsx(ine,{"data-slot":"menubar-trigger",className:j("focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground flex items-center rounded-sm px-2 py-1 text-sm font-medium outline-hidden select-none",e),...t})}function Sne({className:e,align:t="start",alignOffset:a=-4,sideOffset:n=8,...r}){return c.jsx(jk,{children:c.jsx(cne,{"data-slot":"menubar-content",align:t,alignOffset:a,sideOffset:n,className:j("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[12rem] origin-(--radix-menubar-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-md",e),...r})})}function jne({className:e,inset:t,variant:a="default",...n}){return c.jsx(hne,{"data-slot":"menubar-item","data-inset":t,"data-variant":a,className:j("focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 dark:data-[variant=destructive]:focus:bg-destructive/20 data-[variant=destructive]:focus:text-destructive data-[variant=destructive]:*:[svg]:!text-destructive [&_svg:not([class*='text-'])]:text-muted-foreground relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...n})}function Ane({className:e,children:t,checked:a,...n}){return c.jsxs(pne,{"data-slot":"menubar-checkbox-item",className:j("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-xs py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),checked:a,...n,children:[c.jsx("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:c.jsx(Sk,{children:c.jsx(Ln,{className:"size-4"})})}),t]})}function Dne({className:e,children:t,...a}){return c.jsxs(fne,{"data-slot":"menubar-radio-item",className:j("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-xs py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",e),...a,children:[c.jsx("span",{className:"pointer-events-none absolute left-2 flex size-3.5 items-center justify-center",children:c.jsx(Sk,{children:c.jsx(wr,{className:"size-2 fill-current"})})}),t]})}function Pne({className:e,inset:t,...a}){return c.jsx(une,{"data-slot":"menubar-label","data-inset":t,className:j("px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",e),...a})}function Tne({className:e,...t}){return c.jsx(mne,{"data-slot":"menubar-separator",className:j("bg-border -mx-1 my-1 h-px",e),...t})}function Nne({className:e,...t}){return c.jsx("span",{"data-slot":"menubar-shortcut",className:j("text-muted-foreground ml-auto text-xs tracking-widest",e),...t})}function Ene({...e}){return c.jsx(gne,{"data-slot":"menubar-sub",...e})}function _ne({className:e,inset:t,children:a,...n}){return c.jsxs(kne,{"data-slot":"menubar-sub-trigger","data-inset":t,className:j("focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground flex cursor-default items-center rounded-sm px-2 py-1.5 text-sm outline-none select-none data-[inset]:pl-8",e),...n,children:[a,c.jsx(la,{className:"ml-auto h-4 w-4"})]})}function zne({className:e,...t}){return c.jsx(vne,{"data-slot":"menubar-sub-content",className:j("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-[8rem] origin-(--radix-menubar-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg",e),...t})}var An="NavigationMenu",[Pc,Ak,One]=Ga(An),[Tc,Rne,Ine]=Ga(An),[Nc]=rt(An,[One,Ine]),[Vne,Qt]=Nc(An),[Lne,Hne]=Nc(An),Dk=y.forwardRef((e,t)=>{const{__scopeNavigationMenu:a,value:n,onValueChange:r,defaultValue:o,delayDuration:i=200,skipDelayDuration:l=300,orientation:d="horizontal",dir:u,...p}=e,[h,f]=y.useState(null),g=Se(t,_=>f(_)),m=sa(u),v=y.useRef(0),x=y.useRef(0),k=y.useRef(0),[b,w]=y.useState(!0),[C,D]=at({prop:n,onChange:_=>{const O=_!=="",V=l>0;O?(window.clearTimeout(k.current),V&&w(!1)):(window.clearTimeout(k.current),k.current=window.setTimeout(()=>w(!0),l)),r?.(_)},defaultProp:o??"",caller:An}),A=y.useCallback(()=>{window.clearTimeout(x.current),x.current=window.setTimeout(()=>D(""),150)},[D]),P=y.useCallback(_=>{window.clearTimeout(x.current),D(_)},[D]),N=y.useCallback(_=>{C===_?window.clearTimeout(x.current):v.current=window.setTimeout(()=>{window.clearTimeout(x.current),D(_)},i)},[C,D,i]);return y.useEffect(()=>()=>{window.clearTimeout(v.current),window.clearTimeout(x.current),window.clearTimeout(k.current)},[]),c.jsx(Pk,{scope:a,isRootMenu:!0,value:C,dir:m,orientation:d,rootNavigationMenu:h,onTriggerEnter:_=>{window.clearTimeout(v.current),b?N(_):P(_)},onTriggerLeave:()=>{window.clearTimeout(v.current),A()},onContentEnter:()=>window.clearTimeout(x.current),onContentLeave:A,onItemSelect:_=>{D(O=>O===_?"":_)},onItemDismiss:()=>D(""),children:c.jsx(de.nav,{"aria-label":"Main","data-orientation":d,dir:m,...p,ref:g})})});Dk.displayName=An;var Ec="NavigationMenuSub",qne=y.forwardRef((e,t)=>{const{__scopeNavigationMenu:a,value:n,onValueChange:r,defaultValue:o,orientation:i="horizontal",...l}=e,d=Qt(Ec,a),[u,p]=at({prop:n,onChange:r,defaultProp:o??"",caller:Ec});return c.jsx(Pk,{scope:a,isRootMenu:!1,value:u,dir:d.dir,orientation:i,rootNavigationMenu:d.rootNavigationMenu,onTriggerEnter:h=>p(h),onItemSelect:h=>p(h),onItemDismiss:()=>p(""),children:c.jsx(de.div,{"data-orientation":i,...l,ref:t})})});qne.displayName=Ec;var Pk=e=>{const{scope:t,isRootMenu:a,rootNavigationMenu:n,dir:r,orientation:o,children:i,value:l,onItemSelect:d,onItemDismiss:u,onTriggerEnter:p,onTriggerLeave:h,onContentEnter:f,onContentLeave:g}=e,[m,v]=y.useState(null),[x,k]=y.useState(new Map),[b,w]=y.useState(null);return c.jsx(Vne,{scope:t,isRootMenu:a,rootNavigationMenu:n,value:l,previousValue:nr(l),baseId:Ze(),dir:r,orientation:o,viewport:m,onViewportChange:v,indicatorTrack:b,onIndicatorTrackChange:w,onTriggerEnter:Ke(p),onTriggerLeave:Ke(h),onContentEnter:Ke(f),onContentLeave:Ke(g),onItemSelect:Ke(d),onItemDismiss:Ke(u),onViewportContentChange:y.useCallback((C,D)=>{k(A=>(A.set(C,D),new Map(A)))},[]),onViewportContentRemove:y.useCallback(C=>{k(D=>D.has(C)?(D.delete(C),new Map(D)):D)},[]),children:c.jsx(Pc.Provider,{scope:t,children:c.jsx(Lne,{scope:t,items:x,children:i})})})},Tk="NavigationMenuList",Nk=y.forwardRef((e,t)=>{const{__scopeNavigationMenu:a,...n}=e,r=Qt(Tk,a),o=c.jsx(de.ul,{"data-orientation":r.orientation,...n,ref:t});return c.jsx(de.div,{style:{position:"relative"},ref:r.onIndicatorTrackChange,children:c.jsx(Pc.Slot,{scope:a,children:r.isRootMenu?c.jsx(Fk,{asChild:!0,children:o}):o})})});Nk.displayName=Tk;var Ek="NavigationMenuItem",[Fne,_k]=Nc(Ek),zk=y.forwardRef((e,t)=>{const{__scopeNavigationMenu:a,value:n,...r}=e,o=Ze(),i=n||o||"LEGACY_REACT_AUTO_VALUE",l=y.useRef(null),d=y.useRef(null),u=y.useRef(null),p=y.useRef(()=>{}),h=y.useRef(!1),f=y.useCallback((m="start")=>{if(l.current){p.current();const v=Rc(l.current);v.length&&Ic(m==="start"?v:v.reverse())}},[]),g=y.useCallback(()=>{if(l.current){const m=Rc(l.current);m.length&&(p.current=Zne(m))}},[]);return c.jsx(Fne,{scope:a,value:i,triggerRef:d,contentRef:l,focusProxyRef:u,wasEscapeCloseRef:h,onEntryKeyDown:f,onFocusProxyEnter:f,onRootContentClose:g,onContentFocusOutside:g,children:c.jsx(de.li,{...r,ref:t})})});zk.displayName=Ek;var _c="NavigationMenuTrigger",Ok=y.forwardRef((e,t)=>{const{__scopeNavigationMenu:a,disabled:n,...r}=e,o=Qt(_c,e.__scopeNavigationMenu),i=_k(_c,e.__scopeNavigationMenu),l=y.useRef(null),d=Se(l,i.triggerRef,t),u=Wk(o.baseId,i.value),p=Gk(o.baseId,i.value),h=y.useRef(!1),f=y.useRef(!1),g=i.value===o.value;return c.jsxs(c.Fragment,{children:[c.jsx(Pc.ItemSlot,{scope:a,value:i.value,children:c.jsx($k,{asChild:!0,children:c.jsx(de.button,{id:u,disabled:n,"data-disabled":n?"":void 0,"data-state":Lc(g),"aria-expanded":g,"aria-controls":p,...r,ref:d,onPointerEnter:Y(e.onPointerEnter,()=>{f.current=!1,i.wasEscapeCloseRef.current=!1}),onPointerMove:Y(e.onPointerMove,ti(()=>{n||f.current||i.wasEscapeCloseRef.current||h.current||(o.onTriggerEnter(i.value),h.current=!0)})),onPointerLeave:Y(e.onPointerLeave,ti(()=>{n||(o.onTriggerLeave(),h.current=!1)})),onClick:Y(e.onClick,()=>{o.onItemSelect(i.value),f.current=g}),onKeyDown:Y(e.onKeyDown,m=>{const x={horizontal:"ArrowDown",vertical:o.dir==="rtl"?"ArrowLeft":"ArrowRight"}[o.orientation];g&&m.key===x&&(i.onEntryKeyDown(),m.preventDefault())})})})}),g&&c.jsxs(c.Fragment,{children:[c.jsx(mp,{"aria-hidden":!0,tabIndex:0,ref:i.focusProxyRef,onFocus:m=>{const v=i.contentRef.current,x=m.relatedTarget,k=x===l.current,b=v?.contains(x);(k||!b)&&i.onFocusProxyEnter(k?"start":"end")}}),o.viewport&&c.jsx("span",{"aria-owns":p})]})]})});Ok.displayName=_c;var Bne="NavigationMenuLink",Rk="navigationMenu.linkSelect",Ik=y.forwardRef((e,t)=>{const{__scopeNavigationMenu:a,active:n,onSelect:r,...o}=e;return c.jsx($k,{asChild:!0,children:c.jsx(de.a,{"data-active":n?"":void 0,"aria-current":n?"page":void 0,...o,ref:t,onClick:Y(e.onClick,i=>{const l=i.target,d=new CustomEvent(Rk,{bubbles:!0,cancelable:!0});if(l.addEventListener(Rk,u=>r?.(u),{once:!0}),Vo(l,d),!d.defaultPrevented&&!i.metaKey){const u=new CustomEvent(ei,{bubbles:!0,cancelable:!0});Vo(l,u)}},{checkForDefaultPrevented:!1})})})});Ik.displayName=Bne;var zc="NavigationMenuIndicator",Vk=y.forwardRef((e,t)=>{const{forceMount:a,...n}=e,r=Qt(zc,e.__scopeNavigationMenu),o=!!r.value;return r.indicatorTrack?Eo.createPortal(c.jsx(et,{present:a||o,children:c.jsx($ne,{...n,ref:t})}),r.indicatorTrack):null});Vk.displayName=zc;var $ne=y.forwardRef((e,t)=>{const{__scopeNavigationMenu:a,...n}=e,r=Qt(zc,a),o=Ak(a),[i,l]=y.useState(null),[d,u]=y.useState(null),p=r.orientation==="horizontal",h=!!r.value;y.useEffect(()=>{const m=o().find(v=>v.value===r.value)?.ref.current;m&&l(m)},[o,r.value]);const f=()=>{i&&u({size:p?i.offsetWidth:i.offsetHeight,offset:p?i.offsetLeft:i.offsetTop})};return Vc(i,f),Vc(r.indicatorTrack,f),d?c.jsx(de.div,{"aria-hidden":!0,"data-state":h?"visible":"hidden","data-orientation":r.orientation,...n,ref:t,style:{position:"absolute",...p?{left:0,width:d.size+"px",transform:`translateX(${d.offset}px)`}:{top:0,height:d.size+"px",transform:`translateY(${d.offset}px)`},...n.style}}):null}),dr="NavigationMenuContent",Lk=y.forwardRef((e,t)=>{const{forceMount:a,...n}=e,r=Qt(dr,e.__scopeNavigationMenu),o=_k(dr,e.__scopeNavigationMenu),i=Se(o.contentRef,t),l=o.value===r.value,d={value:o.value,triggerRef:o.triggerRef,focusProxyRef:o.focusProxyRef,wasEscapeCloseRef:o.wasEscapeCloseRef,onContentFocusOutside:o.onContentFocusOutside,onRootContentClose:o.onRootContentClose,...n};return r.viewport?c.jsx(Wne,{forceMount:a,...d,ref:i}):c.jsx(et,{present:a||l,children:c.jsx(Hk,{"data-state":Lc(l),...d,ref:i,onPointerEnter:Y(e.onPointerEnter,r.onContentEnter),onPointerLeave:Y(e.onPointerLeave,ti(r.onContentLeave)),style:{pointerEvents:!l&&r.isRootMenu?"none":void 0,...d.style}})})});Lk.displayName=dr;var Wne=y.forwardRef((e,t)=>{const a=Qt(dr,e.__scopeNavigationMenu),{onViewportContentChange:n,onViewportContentRemove:r}=a;return ot(()=>{n(e.value,{ref:t,...e})},[e,t,n]),ot(()=>()=>r(e.value),[e.value,r]),null}),ei="navigationMenu.rootContentDismiss",Hk=y.forwardRef((e,t)=>{const{__scopeNavigationMenu:a,value:n,triggerRef:r,focusProxyRef:o,wasEscapeCloseRef:i,onRootContentClose:l,onContentFocusOutside:d,...u}=e,p=Qt(dr,a),h=y.useRef(null),f=Se(h,t),g=Wk(p.baseId,n),m=Gk(p.baseId,n),v=Ak(a),x=y.useRef(null),{onItemDismiss:k}=p;y.useEffect(()=>{const w=h.current;if(p.isRootMenu&&w){const C=()=>{k(),l(),w.contains(document.activeElement)&&r.current?.focus()};return w.addEventListener(ei,C),()=>w.removeEventListener(ei,C)}},[p.isRootMenu,e.value,r,k,l]);const b=y.useMemo(()=>{const C=v().map(O=>O.value);p.dir==="rtl"&&C.reverse();const D=C.indexOf(p.value),A=C.indexOf(p.previousValue),P=n===p.value,N=A===C.indexOf(n);if(!P&&!N)return x.current;const _=(()=>{if(D!==A){if(P&&A!==-1)return D>A?"from-end":"from-start";if(N&&D!==-1)return D>A?"to-start":"to-end"}return null})();return x.current=_,_},[p.previousValue,p.value,p.dir,v,n]);return c.jsx(Fk,{asChild:!0,children:c.jsx(Ya,{id:m,"aria-labelledby":g,"data-motion":b,"data-orientation":p.orientation,...u,ref:f,disableOutsidePointerEvents:!1,onDismiss:()=>{const w=new Event(ei,{bubbles:!0,cancelable:!0});h.current?.dispatchEvent(w)},onFocusOutside:Y(e.onFocusOutside,w=>{d();const C=w.target;p.rootNavigationMenu?.contains(C)&&w.preventDefault()}),onPointerDownOutside:Y(e.onPointerDownOutside,w=>{const C=w.target,D=v().some(P=>P.ref.current?.contains(C)),A=p.isRootMenu&&p.viewport?.contains(C);(D||A||!p.isRootMenu)&&w.preventDefault()}),onKeyDown:Y(e.onKeyDown,w=>{const C=w.altKey||w.ctrlKey||w.metaKey;if(w.key==="Tab"&&!C){const A=Rc(w.currentTarget),P=document.activeElement,N=A.findIndex(V=>V===P),O=w.shiftKey?A.slice(0,N).reverse():A.slice(N+1,A.length);Ic(O)?w.preventDefault():o.current?.focus()}}),onEscapeKeyDown:Y(e.onEscapeKeyDown,w=>{i.current=!0})})})}),Oc="NavigationMenuViewport",qk=y.forwardRef((e,t)=>{const{forceMount:a,...n}=e,o=!!Qt(Oc,e.__scopeNavigationMenu).value;return c.jsx(et,{present:a||o,children:c.jsx(Gne,{...n,ref:t})})});qk.displayName=Oc;var Gne=y.forwardRef((e,t)=>{const{__scopeNavigationMenu:a,children:n,...r}=e,o=Qt(Oc,a),i=Se(t,o.onViewportChange),l=Hne(dr,e.__scopeNavigationMenu),[d,u]=y.useState(null),[p,h]=y.useState(null),f=d?d?.width+"px":void 0,g=d?d?.height+"px":void 0,m=!!o.value,v=m?o.value:o.previousValue;return Vc(p,()=>{p&&u({width:p.offsetWidth,height:p.offsetHeight})}),c.jsx(de.div,{"data-state":Lc(m),"data-orientation":o.orientation,...r,ref:i,style:{pointerEvents:!m&&o.isRootMenu?"none":void 0,"--radix-navigation-menu-viewport-width":f,"--radix-navigation-menu-viewport-height":g,...r.style},onPointerEnter:Y(e.onPointerEnter,o.onContentEnter),onPointerLeave:Y(e.onPointerLeave,ti(o.onContentLeave)),children:Array.from(l.items).map(([k,{ref:b,forceMount:w,...C}])=>{const D=v===k;return c.jsx(et,{present:w||D,children:c.jsx(Hk,{...C,ref:oa(b,A=>{D&&A&&h(A)})})},k)})})}),Une="FocusGroup",Fk=y.forwardRef((e,t)=>{const{__scopeNavigationMenu:a,...n}=e,r=Qt(Une,a);return c.jsx(Tc.Provider,{scope:a,children:c.jsx(Tc.Slot,{scope:a,children:c.jsx(de.div,{dir:r.dir,...n,ref:t})})})}),Bk=["ArrowRight","ArrowLeft","ArrowUp","ArrowDown"],Yne="FocusGroupItem",$k=y.forwardRef((e,t)=>{const{__scopeNavigationMenu:a,...n}=e,r=Rne(a),o=Qt(Yne,a);return c.jsx(Tc.ItemSlot,{scope:a,children:c.jsx(de.button,{...n,ref:t,onKeyDown:Y(e.onKeyDown,i=>{if(["Home","End",...Bk].includes(i.key)){let d=r().map(h=>h.ref.current);if([o.dir==="rtl"?"ArrowRight":"ArrowLeft","ArrowUp","End"].includes(i.key)&&d.reverse(),Bk.includes(i.key)){const h=d.indexOf(i.currentTarget);d=d.slice(h+1)}setTimeout(()=>Ic(d)),i.preventDefault()}})})})});function Rc(e){const t=[],a=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:n=>{const r=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||r?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;a.nextNode();)t.push(a.currentNode);return t}function Ic(e){const t=document.activeElement;return e.some(a=>a===t?!0:(a.focus(),document.activeElement!==t))}function Zne(e){return e.forEach(t=>{t.dataset.tabindex=t.getAttribute("tabindex")||"",t.setAttribute("tabindex","-1")}),()=>{e.forEach(t=>{const a=t.dataset.tabindex;t.setAttribute("tabindex",a)})}}function Vc(e,t){const a=Ke(t);ot(()=>{let n=0;if(e){const r=new ResizeObserver(()=>{cancelAnimationFrame(n),n=window.requestAnimationFrame(a)});return r.observe(e),()=>{window.cancelAnimationFrame(n),r.unobserve(e)}}},[e,a])}function Lc(e){return e?"open":"closed"}function Wk(e,t){return`${e}-trigger-${t}`}function Gk(e,t){return`${e}-content-${t}`}function ti(e){return t=>t.pointerType==="mouse"?e(t):void 0}var Kne=Dk,Xne=Nk,Jne=zk,Qne=Ok,ere=Ik,tre=Vk,are=Lk,nre=qk;function rre({className:e,children:t,viewport:a=!0,...n}){return c.jsxs(Kne,{"data-slot":"navigation-menu","data-viewport":a,className:j("group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",e),...n,children:[t,a&&c.jsx(Yk,{})]})}function ore({className:e,...t}){return c.jsx(Xne,{"data-slot":"navigation-menu-list",className:j("group flex flex-1 list-none items-center justify-center gap-1",e),...t})}function sre({className:e,...t}){return c.jsx(Jne,{"data-slot":"navigation-menu-item",className:j("relative",e),...t})}const Uk=Ht("group inline-flex h-9 w-max items-center justify-center rounded-md bg-background px-4 py-2 text-sm font-medium hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground disabled:pointer-events-none disabled:opacity-50 data-[state=open]:hover:bg-accent data-[state=open]:text-accent-foreground data-[state=open]:focus:bg-accent data-[state=open]:bg-accent/50 focus-visible:ring-ring/50 outline-none transition-[color,box-shadow] focus-visible:ring-[3px] focus-visible:outline-1");function ire({className:e,children:t,...a}){return c.jsxs(Qne,{"data-slot":"navigation-menu-trigger",className:j(Uk(),"group",e),...a,children:[t," ",c.jsx(Ua,{className:"relative top-[1px] ml-1 size-3 transition duration-300 group-data-[state=open]:rotate-180","aria-hidden":"true"})]})}function lre({className:e,...t}){return c.jsx(are,{"data-slot":"navigation-menu-content",className:j("data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 top-0 left-0 w-full p-2 pr-2.5 md:absolute md:w-auto","group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:data-[state=open]:animate-in group-data-[viewport=false]/navigation-menu:data-[state=closed]:animate-out group-data-[viewport=false]/navigation-menu:data-[state=closed]:zoom-out-95 group-data-[viewport=false]/navigation-menu:data-[state=open]:zoom-in-95 group-data-[viewport=false]/navigation-menu:data-[state=open]:fade-in-0 group-data-[viewport=false]/navigation-menu:data-[state=closed]:fade-out-0 group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded-md group-data-[viewport=false]/navigation-menu:border group-data-[viewport=false]/navigation-menu:shadow group-data-[viewport=false]/navigation-menu:duration-200 **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none",e),...t})}function Yk({className:e,...t}){return c.jsx("div",{className:j("absolute top-full left-0 isolate z-50 flex justify-center"),children:c.jsx(nre,{"data-slot":"navigation-menu-viewport",className:j("origin-top-center bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-90 relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border shadow md:w-[var(--radix-navigation-menu-viewport-width)]",e),...t})})}function cre({className:e,...t}){return c.jsx(ere,{"data-slot":"navigation-menu-link",className:j("data-[active=true]:focus:bg-accent data-[active=true]:hover:bg-accent data-[active=true]:bg-accent/50 data-[active=true]:text-accent-foreground hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:ring-ring/50 [&_svg:not([class*='text-'])]:text-muted-foreground flex flex-col gap-1 rounded-sm p-2 text-sm transition-all outline-none focus-visible:ring-[3px] focus-visible:outline-1 [&_svg:not([class*='size-'])]:size-4",e),...t})}function dre({className:e,...t}){return c.jsx(tre,{"data-slot":"navigation-menu-indicator",className:j("data-[state=visible]:animate-in data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:fade-in top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden",e),...t,children:c.jsx("div",{className:"bg-border relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm shadow-md"})})}function ure({className:e,...t}){return c.jsx("nav",{role:"navigation","aria-label":"pagination","data-slot":"pagination",className:j("mx-auto flex w-full justify-center",e),...t})}function hre({className:e,...t}){return c.jsx("ul",{"data-slot":"pagination-content",className:j("flex flex-row items-center gap-1",e),...t})}function pre({...e}){return c.jsx("li",{"data-slot":"pagination-item",...e})}function Hc({className:e,isActive:t,size:a="icon",...n}){return c.jsx("a",{"aria-current":t?"page":void 0,"data-slot":"pagination-link","data-active":t,className:j(yn({variant:t?"outline":"ghost",size:a}),e),...n})}function yre({className:e,...t}){return c.jsxs(Hc,{"aria-label":"Go to previous page",size:"default",className:j("gap-1 px-2.5 sm:pl-2.5",e),...t,children:[c.jsx(Mr,{}),c.jsx("span",{className:"hidden sm:block",children:"Previous"})]})}function fre({className:e,...t}){return c.jsxs(Hc,{"aria-label":"Go to next page",size:"default",className:j("gap-1 px-2.5 sm:pr-2.5",e),...t,children:[c.jsx("span",{className:"hidden sm:block",children:"Next"}),c.jsx(la,{})]})}function mre({className:e,...t}){return c.jsxs("span",{"aria-hidden":!0,"data-slot":"pagination-ellipsis",className:j("flex size-9 items-center justify-center",e),...t,children:[c.jsx(qi,{className:"size-4"}),c.jsx("span",{className:"sr-only",children:"More pages"})]})}var ai="Popover",[Zk]=rt(ai,[Da]),Co=Da(),[gre,sn]=Zk(ai),Kk=e=>{const{__scopePopover:t,children:a,open:n,defaultOpen:r,onOpenChange:o,modal:i=!1}=e,l=Co(t),d=y.useRef(null),[u,p]=y.useState(!1),[h,f]=at({prop:n,defaultProp:r??!1,onChange:o,caller:ai});return c.jsx(tr,{...l,children:c.jsx(gre,{scope:t,contentId:Ze(),triggerRef:d,open:h,onOpenChange:f,onOpenToggle:y.useCallback(()=>f(g=>!g),[f]),hasCustomAnchor:u,onCustomAnchorAdd:y.useCallback(()=>p(!0),[]),onCustomAnchorRemove:y.useCallback(()=>p(!1),[]),modal:i,children:a})})};Kk.displayName=ai;var Xk="PopoverAnchor",Jk=y.forwardRef((e,t)=>{const{__scopePopover:a,...n}=e,r=sn(Xk,a),o=Co(a),{onCustomAnchorAdd:i,onCustomAnchorRemove:l}=r;return y.useEffect(()=>(i(),()=>l()),[i,l]),c.jsx(ar,{...o,...n,ref:t})});Jk.displayName=Xk;var Qk="PopoverTrigger",ev=y.forwardRef((e,t)=>{const{__scopePopover:a,...n}=e,r=sn(Qk,a),o=Co(a),i=Se(t,r.triggerRef),l=c.jsx(de.button,{type:"button","aria-haspopup":"dialog","aria-expanded":r.open,"aria-controls":r.contentId,"data-state":ov(r.open),...n,ref:i,onClick:Y(e.onClick,r.onOpenToggle)});return r.hasCustomAnchor?l:c.jsx(ar,{asChild:!0,...o,children:l})});ev.displayName=Qk;var qc="PopoverPortal",[kre,vre]=Zk(qc,{forceMount:void 0}),tv=e=>{const{__scopePopover:t,forceMount:a,children:n,container:r}=e,o=sn(qc,t);return c.jsx(kre,{scope:t,forceMount:a,children:c.jsx(et,{present:a||o.open,children:c.jsx(un,{asChild:!0,container:r,children:n})})})};tv.displayName=qc;var ur="PopoverContent",av=y.forwardRef((e,t)=>{const a=vre(ur,e.__scopePopover),{forceMount:n=a.forceMount,...r}=e,o=sn(ur,e.__scopePopover);return c.jsx(et,{present:n||o.open,children:o.modal?c.jsx(bre,{...r,ref:t}):c.jsx(Mre,{...r,ref:t})})});av.displayName=ur;var xre=dn("PopoverContent.RemoveScroll"),bre=y.forwardRef((e,t)=>{const a=sn(ur,e.__scopePopover),n=y.useRef(null),r=Se(t,n),o=y.useRef(!1);return y.useEffect(()=>{const i=n.current;if(i)return Jo(i)},[]),c.jsx(jr,{as:xre,allowPinchZoom:!0,children:c.jsx(nv,{...e,ref:r,trapFocus:a.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Y(e.onCloseAutoFocus,i=>{i.preventDefault(),o.current||a.triggerRef.current?.focus()}),onPointerDownOutside:Y(e.onPointerDownOutside,i=>{const l=i.detail.originalEvent,d=l.button===0&&l.ctrlKey===!0,u=l.button===2||d;o.current=u},{checkForDefaultPrevented:!1}),onFocusOutside:Y(e.onFocusOutside,i=>i.preventDefault(),{checkForDefaultPrevented:!1})})})}),Mre=y.forwardRef((e,t)=>{const a=sn(ur,e.__scopePopover),n=y.useRef(!1),r=y.useRef(!1);return c.jsx(nv,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:o=>{e.onCloseAutoFocus?.(o),o.defaultPrevented||(n.current||a.triggerRef.current?.focus(),o.preventDefault()),n.current=!1,r.current=!1},onInteractOutside:o=>{e.onInteractOutside?.(o),o.defaultPrevented||(n.current=!0,o.detail.originalEvent.type==="pointerdown"&&(r.current=!0));const i=o.target;a.triggerRef.current?.contains(i)&&o.preventDefault(),o.detail.originalEvent.type==="focusin"&&r.current&&o.preventDefault()}})}),nv=y.forwardRef((e,t)=>{const{__scopePopover:a,trapFocus:n,onOpenAutoFocus:r,onCloseAutoFocus:o,disableOutsidePointerEvents:i,onEscapeKeyDown:l,onPointerDownOutside:d,onFocusOutside:u,onInteractOutside:p,...h}=e,f=sn(ur,a),g=Co(a);return $o(),c.jsx(Sr,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:r,onUnmountAutoFocus:o,children:c.jsx(Ya,{asChild:!0,disableOutsidePointerEvents:i,onInteractOutside:p,onEscapeKeyDown:l,onPointerDownOutside:d,onFocusOutside:u,onDismiss:()=>f.onOpenChange(!1),children:c.jsx($r,{"data-state":ov(f.open),role:"dialog",id:f.contentId,...g,...h,ref:t,style:{...h.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),rv="PopoverClose",wre=y.forwardRef((e,t)=>{const{__scopePopover:a,...n}=e,r=sn(rv,a);return c.jsx(de.button,{type:"button",...n,ref:t,onClick:Y(e.onClick,()=>r.onOpenChange(!1))})});wre.displayName=rv;var Cre="PopoverArrow",Sre=y.forwardRef((e,t)=>{const{__scopePopover:a,...n}=e,r=Co(a);return c.jsx(Wr,{...r,...n,ref:t})});Sre.displayName=Cre;function ov(e){return e?"open":"closed"}var jre=Kk,Are=Jk,Dre=ev,Pre=tv,Tre=av;function Fc({...e}){return c.jsx(jre,{"data-slot":"popover",...e})}function Bc({...e}){return c.jsx(Dre,{"data-slot":"popover-trigger",...e})}function $c({className:e,align:t="center",sideOffset:a=4,...n}){return c.jsx(Pre,{children:c.jsx(Tre,{"data-slot":"popover-content",align:t,sideOffset:a,className:j("bg-slate-950/90 backdrop-blur-xl border border-cyan-500/30 text-cyan-100 shadow-[0_0_20px_-5px_rgba(6,182,212,0.3)] data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 origin-(--radix-popover-content-transform-origin) rounded-md p-4 outline-hidden",e),...n})})}function Nre({...e}){return c.jsx(Are,{"data-slot":"popover-anchor",...e})}var Wc="Progress",Gc=100,[Ere]=wu(Wc),[_re,zre]=Ere(Wc),sv=y.forwardRef((e,t)=>{const{__scopeProgress:a,value:n=null,max:r,getValueLabel:o=Ore,...i}=e;(r||r===0)&&!dv(r)&&console.error(Rre(`${r}`,"Progress"));const l=dv(r)?r:Gc;n!==null&&!uv(n,l)&&console.error(Ire(`${n}`,"Progress"));const d=uv(n,l)?n:null,u=ni(d)?o(d,l):void 0;return c.jsx(_re,{scope:a,value:d,max:l,children:c.jsx(Ct.div,{"aria-valuemax":l,"aria-valuemin":0,"aria-valuenow":ni(d)?d:void 0,"aria-valuetext":u,role:"progressbar","data-state":cv(d,l),"data-value":d??void 0,"data-max":l,...i,ref:t})})});sv.displayName=Wc;var iv="ProgressIndicator",lv=y.forwardRef((e,t)=>{const{__scopeProgress:a,...n}=e,r=zre(iv,a);return c.jsx(Ct.div,{"data-state":cv(r.value,r.max),"data-value":r.value??void 0,"data-max":r.max,...n,ref:t})});lv.displayName=iv;function Ore(e,t){return`${Math.round(e/t*100)}%`}function cv(e,t){return e==null?"indeterminate":e===t?"complete":"loading"}function ni(e){return typeof e=="number"}function dv(e){return ni(e)&&!isNaN(e)&&e>0}function uv(e,t){return ni(e)&&!isNaN(e)&&e<=t&&e>=0}function Rre(e,t){return`Invalid prop \`max\` of value \`${e}\` supplied to \`${t}\`. Only numbers greater than 0 are valid max values. Defaulting to \`${Gc}\`.`}function Ire(e,t){return`Invalid prop \`value\` of value \`${e}\` supplied to \`${t}\`. The \`value\` prop must be:
86
+ - a positive number
87
+ - less than the value passed to \`max\` (or ${Gc} if no \`max\` prop is set)
88
+ - \`null\` or \`undefined\` if the progress is indeterminate.
89
+
90
+ Defaulting to \`null\`.`}var Vre=sv,Lre=lv;function hv({className:e,value:t,...a}){return c.jsxs(Vre,{"data-slot":"progress",className:j("relative h-3 w-full overflow-hidden rounded-sm bg-slate-950/60 border border-slate-800/60 shadow-inner",e),...a,children:[c.jsx("div",{className:"absolute inset-0 bg-[linear-gradient(90deg,transparent_2px,rgba(6,182,212,0.1)_2px),linear-gradient(0deg,transparent_2px,rgba(6,182,212,0.1)_2px)] bg-[size:10px_10px] opacity-20"}),c.jsxs(Lre,{"data-slot":"progress-indicator",className:"h-full w-full flex-1 transition-all bg-cyan-500 relative shadow-[0_0_15px_cyan]",style:{transform:`translateX(-${100-(t||0)}%)`},children:[c.jsx("div",{className:"absolute inset-0 bg-linear-to-r from-transparent via-white/30 to-transparent -translate-x-full animate-[shimmer_1.5s_infinite_linear]"}),c.jsx("div",{className:"absolute right-0 top-0 bottom-0 w-0.5 bg-white shadow-[0_0_10px_2px_white] z-10"}),c.jsx("div",{className:"absolute inset-0 bg-[linear-gradient(transparent_50%,rgba(0,0,0,0.2)_50%)] bg-[size:4px_4px]"})]})]})}var Uc="Radio",[Hre,pv]=rt(Uc),[qre,Fre]=Hre(Uc),yv=y.forwardRef((e,t)=>{const{__scopeRadio:a,name:n,checked:r=!1,required:o,disabled:i,value:l="on",onCheck:d,form:u,...p}=e,[h,f]=y.useState(null),g=Se(t,x=>f(x)),m=y.useRef(!1),v=h?u||!!h.closest("form"):!0;return c.jsxs(qre,{scope:a,checked:r,disabled:i,children:[c.jsx(de.button,{type:"button",role:"radio","aria-checked":r,"data-state":kv(r),"data-disabled":i?"":void 0,disabled:i,value:l,...p,ref:g,onClick:Y(e.onClick,x=>{r||d?.(),v&&(m.current=x.isPropagationStopped(),m.current||x.stopPropagation())})}),v&&c.jsx(gv,{control:h,bubbles:!m.current,name:n,value:l,checked:r,required:o,disabled:i,form:u,style:{transform:"translateX(-100%)"}})]})});yv.displayName=Uc;var fv="RadioIndicator",mv=y.forwardRef((e,t)=>{const{__scopeRadio:a,forceMount:n,...r}=e,o=Fre(fv,a);return c.jsx(et,{present:n||o.checked,children:c.jsx(de.span,{"data-state":kv(o.checked),"data-disabled":o.disabled?"":void 0,...r,ref:t})})});mv.displayName=fv;var Bre="RadioBubbleInput",gv=y.forwardRef(({__scopeRadio:e,control:t,checked:a,bubbles:n=!0,...r},o)=>{const i=y.useRef(null),l=Se(i,o),d=nr(a),u=Br(t);return y.useEffect(()=>{const p=i.current;if(!p)return;const h=window.HTMLInputElement.prototype,g=Object.getOwnPropertyDescriptor(h,"checked").set;if(d!==a&&g){const m=new Event("click",{bubbles:n});g.call(p,a),p.dispatchEvent(m)}},[d,a,n]),c.jsx(de.input,{type:"radio","aria-hidden":!0,defaultChecked:a,...r,tabIndex:-1,ref:l,style:{...r.style,...u,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});gv.displayName=Bre;function kv(e){return e?"checked":"unchecked"}var $re=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],ri="RadioGroup",[Wre]=rt(ri,[Na,pv]),vv=Na(),xv=pv(),[Gre,Ure]=Wre(ri),bv=y.forwardRef((e,t)=>{const{__scopeRadioGroup:a,name:n,defaultValue:r,value:o,required:i=!1,disabled:l=!1,orientation:d,dir:u,loop:p=!0,onValueChange:h,...f}=e,g=vv(a),m=sa(u),[v,x]=at({prop:o,defaultProp:r??null,onChange:h,caller:ri});return c.jsx(Gre,{scope:a,name:n,required:i,disabled:l,value:v,onValueChange:x,children:c.jsx(no,{asChild:!0,...g,orientation:d,dir:m,loop:p,children:c.jsx(de.div,{role:"radiogroup","aria-required":i,"aria-orientation":d,"data-disabled":l?"":void 0,dir:m,...f,ref:t})})})});bv.displayName=ri;var Mv="RadioGroupItem",wv=y.forwardRef((e,t)=>{const{__scopeRadioGroup:a,disabled:n,...r}=e,o=Ure(Mv,a),i=o.disabled||n,l=vv(a),d=xv(a),u=y.useRef(null),p=Se(t,u),h=o.value===r.value,f=y.useRef(!1);return y.useEffect(()=>{const g=v=>{$re.includes(v.key)&&(f.current=!0)},m=()=>f.current=!1;return document.addEventListener("keydown",g),document.addEventListener("keyup",m),()=>{document.removeEventListener("keydown",g),document.removeEventListener("keyup",m)}},[]),c.jsx(ro,{asChild:!0,...l,focusable:!i,active:h,children:c.jsx(yv,{disabled:i,required:o.required,checked:h,...d,...r,name:o.name,ref:p,onCheck:()=>o.onValueChange(r.value),onKeyDown:Y(g=>{g.key==="Enter"&&g.preventDefault()}),onFocus:Y(r.onFocus,()=>{f.current&&u.current?.click()})})})});wv.displayName=Mv;var Yre="RadioGroupIndicator",Cv=y.forwardRef((e,t)=>{const{__scopeRadioGroup:a,...n}=e,r=xv(a);return c.jsx(mv,{...r,...n,ref:t})});Cv.displayName=Yre;var Zre=bv,Kre=wv,Xre=Cv;function Sv({className:e,...t}){return c.jsx(Zre,{"data-slot":"radio-group",className:j("grid gap-3",e),...t})}function jv({className:e,...t}){return c.jsx(Kre,{"data-slot":"radio-group-item",className:j("border-input text-primary focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 aspect-square size-4 shrink-0 rounded-full border shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",e),...t,children:c.jsx(Xre,{"data-slot":"radio-group-indicator",className:"relative flex items-center justify-center",children:c.jsx(wr,{className:"fill-primary absolute top-1/2 left-1/2 size-2 -translate-x-1/2 -translate-y-1/2"})})})}function Je(e,t="Assertion error"){if(!e)throw Error(t)}function hr({group:e}){const{orientation:t,panels:a}=e;return a.reduce((n,r)=>(n+=t==="horizontal"?r.element.offsetWidth:r.element.offsetHeight,n),0)}function Yc(e,t){return t.sort(e==="horizontal"?Jre:Qre)}function Jre(e,t){const a=e.element.offsetLeft-t.element.offsetLeft;return a!==0?a:e.element.offsetWidth-t.element.offsetWidth}function Qre(e,t){const a=e.element.offsetTop-t.element.offsetTop;return a!==0?a:e.element.offsetHeight-t.element.offsetHeight}function Av(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.ELEMENT_NODE}function Dv(e,t){return{x:e.x>=t.left&&e.x<=t.right?0:Math.min(Math.abs(e.x-t.left),Math.abs(e.x-t.right)),y:e.y>=t.top&&e.y<=t.bottom?0:Math.min(Math.abs(e.y-t.top),Math.abs(e.y-t.bottom))}}function eoe({orientation:e,rects:t,targetRect:a}){const n={x:a.x+a.width/2,y:a.y+a.height/2};let r,o=Number.MAX_VALUE;for(const i of t){const{x:l,y:d}=Dv(n,i),u=e==="horizontal"?l:d;u<o&&(o=u,r=i)}return Je(r,"No rect found"),r}function Pv(e){const{element:t,orientation:a,panels:n,separators:r}=e,o=Yc(a,Array.from(t.children).filter(Av).map(p=>({element:p}))).map(({element:p})=>p),i=[];let l=!1,d,u=[];for(const p of o)if(p.hasAttribute("data-panel")){const h=n.find(f=>f.element===p);if(h){if(d){const f=d.element.getBoundingClientRect(),g=p.getBoundingClientRect();let m;if(l){const v=a==="horizontal"?new DOMRect(f.right,f.top,0,f.height):new DOMRect(f.left,f.bottom,f.width,0),x=a==="horizontal"?new DOMRect(g.left,g.top,0,g.height):new DOMRect(g.left,g.top,g.width,0);switch(u.length){case 0:{m=[v,x];break}case 1:{const k=u[0],b=eoe({orientation:a,rects:[f,g],targetRect:k.element.getBoundingClientRect()});m=[k,b===f?x:v];break}default:{m=u;break}}}else u.length?m=u:m=[a==="horizontal"?new DOMRect(f.right,g.top,g.left-f.right,g.height):new DOMRect(g.left,f.bottom,g.width,g.top-f.bottom)];for(const v of m)i.push({group:e,groupSize:hr({group:e}),panels:[d,h],separator:"width"in v?void 0:v,rect:"width"in v?v:v.element.getBoundingClientRect()})}l=!1,d=h,u=[]}}else if(p.hasAttribute("data-separator")){const h=r.find(f=>f.element===p);h?u.push(h):(d=void 0,u=[])}else l=!0;return i}function toe(e,t){const a=getComputedStyle(e),n=parseFloat(a.fontSize);return t*n}function aoe(e,t){const a=getComputedStyle(e.ownerDocument.body),n=parseFloat(a.fontSize);return t*n}function noe(e){return e/100*window.innerHeight}function roe(e){return e/100*window.innerWidth}function ooe(e){switch(typeof e){case"number":return[e,"px"];case"string":{const t=parseFloat(e);return e.endsWith("%")?[t,"%"]:e.endsWith("px")?[t,"px"]:e.endsWith("rem")?[t,"rem"]:e.endsWith("em")?[t,"em"]:e.endsWith("vh")?[t,"vh"]:e.endsWith("vw")?[t,"vw"]:[t,"%"]}}}function oi({groupSize:e,panelElement:t,styleProp:a}){let n;const[r,o]=ooe(a);switch(o){case"%":{n=r/100*e;break}case"px":{n=r;break}case"rem":{n=aoe(t,r);break}case"em":{n=toe(t,r);break}case"vh":{n=noe(r);break}case"vw":{n=roe(r);break}}return n}function va(e){return parseFloat(e.toFixed(3))}function Tv(e){const{panels:t}=e,a=hr({group:e});return a===0?t.map(n=>({collapsedSize:0,collapsible:n.panelConstraints.collapsible===!0,defaultSize:void 0,minSize:0,maxSize:100,panelId:n.id})):t.map(n=>{const{element:r,panelConstraints:o}=n;let i=0;if(o.collapsedSize!==void 0){const p=oi({groupSize:a,panelElement:r,styleProp:o.collapsedSize});i=va(p/a*100)}let l;if(o.defaultSize!==void 0){const p=oi({groupSize:a,panelElement:r,styleProp:o.defaultSize});l=va(p/a*100)}let d=0;if(o.minSize!==void 0){const p=oi({groupSize:a,panelElement:r,styleProp:o.minSize});d=va(p/a*100)}let u=100;if(o.maxSize!==void 0){const p=oi({groupSize:a,panelElement:r,styleProp:o.maxSize});u=va(p/a*100)}return{collapsedSize:i,collapsible:o.collapsible===!0,defaultSize:l,minSize:d,maxSize:u,panelId:n.id}})}class soe{#e={};addListener(t,a){const n=this.#e[t];return n===void 0?this.#e[t]=[a]:n.includes(a)||n.push(a),()=>{this.removeListener(t,a)}}emit(t,a){const n=this.#e[t];if(n!==void 0)if(n.length===1)n[0].call(null,a);else{let r=!1,o=null;const i=Array.from(n);for(let l=0;l<i.length;l++){const d=i[l];try{d.call(null,a)}catch(u){o===null&&(r=!0,o=u)}}if(r)throw o}}removeAllListeners(){this.#e={}}removeListener(t,a){const n=this.#e[t];if(n!==void 0){const r=n.indexOf(a);r>=0&&n.splice(r,1)}}}function _t(e,t,a=0){return Math.abs(va(e)-va(t))<=a}let ea={cursorFlags:0,interactionState:{state:"inactive"},mountedGroups:new Map};const Dn=new soe;function ta(){return ea}function It(e){const t=typeof e=="function"?e(ea):e;if(ea===t)return ea;const a=ea;return ea={...ea,...t},t.cursorFlags!==void 0&&Dn.emit("cursorFlagsChange",ea.cursorFlags),t.interactionState!==void 0&&Dn.emit("interactionStateChange",ea.interactionState),t.mountedGroups!==void 0&&(ea.mountedGroups.forEach((n,r)=>{n.derivedPanelConstraints.forEach(o=>{if(o.collapsible){const{layout:i}=a.mountedGroups.get(r)??{};if(i){const l=_t(o.collapsedSize,n.layout[o.panelId]),d=_t(o.collapsedSize,i[o.panelId]);l&&!d&&(r.inMemoryLastExpandedPanelSizes[o.panelId]=i[o.panelId])}}})}),Dn.emit("mountedGroupsChange",ea.mountedGroups)),ea}function ioe(e,t){if(e.length!==t.length)return!1;for(let a=0;a<e.length;a++)if(e[a]!=t[a])return!1;return!0}function So(e,t){return _t(e,t)?0:e>t?1:-1}function pr({panelConstraints:e,size:t}){const{collapsedSize:a=0,collapsible:n,maxSize:r=100,minSize:o=0}=e;if(So(t,o)<0)if(n){const i=(a+o)/2;So(t,i)<0?t=a:t=o}else t=o;return t=Math.min(r,t),t=va(t),t}function jo({delta:e,initialLayout:t,panelConstraints:a,pivotIndices:n,prevLayout:r,trigger:o}){if(_t(e,0))return t;const i=Object.values(t),l=Object.values(r),d=[...i],[u,p]=n;Je(u!=null,"Invalid first pivot index"),Je(p!=null,"Invalid second pivot index");let h=0;if(o==="keyboard"){{const m=e<0?p:u,v=a[m];Je(v,`Panel constraints not found for index ${m}`);const{collapsedSize:x=0,collapsible:k,minSize:b=0}=v;if(k){const w=i[m];if(Je(w!=null,`Previous layout not found for panel index ${m}`),_t(w,x)){const C=b-w;So(C,Math.abs(e))>0&&(e=e<0?0-C:C)}}}{const m=e<0?u:p,v=a[m];Je(v,`No panel constraints found for index ${m}`);const{collapsedSize:x=0,collapsible:k,minSize:b=0}=v;if(k){const w=i[m];if(Je(w!=null,`Previous layout not found for panel index ${m}`),_t(w,b)){const C=w-x;So(C,Math.abs(e))>0&&(e=e<0?0-C:C)}}}}{const m=e<0?1:-1;let v=e<0?p:u,x=0;for(;;){const b=i[v];Je(b!=null,`Previous layout not found for panel index ${v}`);const w=pr({panelConstraints:a[v],size:100})-b;if(x+=w,v+=m,v<0||v>=a.length)break}const k=Math.min(Math.abs(e),Math.abs(x));e=e<0?0-k:k}{let m=e<0?u:p;for(;m>=0&&m<a.length;){const v=Math.abs(e)-Math.abs(h),x=i[m];Je(x!=null,`Previous layout not found for panel index ${m}`);const k=x-v,b=pr({panelConstraints:a[m],size:k});if(!_t(x,b)&&(h+=x-b,d[m]=b,h.toFixed(3).localeCompare(Math.abs(e).toFixed(3),void 0,{numeric:!0})>=0))break;e<0?m--:m++}}if(ioe(l,d))return r;{const m=e<0?p:u,v=i[m];Je(v!=null,`Previous layout not found for panel index ${m}`);const x=v+h,k=pr({panelConstraints:a[m],size:x});if(d[m]=k,!_t(k,x)){let b=x-k,w=e<0?p:u;for(;w>=0&&w<a.length;){const C=d[w];Je(C!=null,`Previous layout not found for panel index ${w}`);const D=C+b,A=pr({panelConstraints:a[w],size:D});if(_t(C,A)||(b-=A-C,d[w]=A),_t(b,0))break;e>0?w--:w++}}}const f=Object.values(d).reduce((m,v)=>v+m,0);if(!_t(f,100,.1))return r;const g=Object.keys(r);return d.reduce((m,v,x)=>(m[g[x]]=v,m),{})}function si(e){const{mountedGroups:t}=ta();for(const[a]of t)if(a.separators.some(n=>n.element===e))return a;throw Error("Could not find parent Group for separator element")}function Pn(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const a in e)if(t[a]===void 0||So(e[a],t[a])!==0)return!1;return!0}function Tn({layout:e,panelConstraints:t}){const a=[...Object.values(e)],n=a.reduce((i,l)=>i+l,0);if(a.length!==t.length)throw Error(`Invalid ${t.length} panel layout: ${a.map(i=>`${i}%`).join(", ")}`);if(!_t(n,100)&&a.length>0)for(let i=0;i<t.length;i++){const l=a[i];Je(l!=null,`No layout data found for index ${i}`);const d=100/n*l;a[i]=d}let r=0;for(let i=0;i<t.length;i++){const l=a[i];Je(l!=null,`No layout data found for index ${i}`);const d=pr({panelConstraints:t[i],size:l});l!=d&&(r+=l-d,a[i]=d)}if(!_t(r,0))for(let i=0;i<t.length;i++){const l=a[i];Je(l!=null,`No layout data found for index ${i}`);const d=l+r,u=pr({panelConstraints:t[i],size:d});if(l!==u&&(r-=u-l,a[i]=u,_t(r,0)))break}const o=Object.keys(e);return a.reduce((i,l,d)=>(i[o[d]]=l,i),{})}function Nv({groupId:e}){const t=()=>{const{mountedGroups:a}=ta();for(const[n,r]of a)if(n.id===e)return{group:n,...r};throw Error(`Could not find Group with id "${e}"`)};return{getLayout(){const{defaultLayoutDeferred:a,layout:n}=t();return a?{}:n},setLayout(a){const{defaultLayoutDeferred:n,derivedPanelConstraints:r,group:o,layout:i,separatorToPanels:l}=t(),d=Tn({layout:a,panelConstraints:r});return n?i:(Pn(i,d)||It(u=>({mountedGroups:new Map(u.mountedGroups).set(o,{defaultLayoutDeferred:n,derivedPanelConstraints:r,layout:d,separatorToPanels:l})})),d)}}}function Ev(e){const{mountedGroups:t}=ta(),a=t.get(e);return Je(a,`Mounted Group ${e.id} not found`),a}function Nn(e,t){const a=si(e),n=Ev(a),r=a.separators.find(p=>p.element===e);Je(r,"Matching separator not found");const o=n.separatorToPanels.get(r);Je(o,"Matching panels not found");const i=o.map(p=>a.panels.indexOf(p)),l=Nv({groupId:a.id}).getLayout(),d=jo({delta:t,initialLayout:l,panelConstraints:n.derivedPanelConstraints,pivotIndices:i,prevLayout:l,trigger:"keyboard"}),u=Tn({layout:d,panelConstraints:n.derivedPanelConstraints});Pn(l,u)||It(p=>({mountedGroups:new Map(p.mountedGroups).set(a,{defaultLayoutDeferred:n.defaultLayoutDeferred,derivedPanelConstraints:n.derivedPanelConstraints,layout:u,separatorToPanels:n.separatorToPanels})}))}function _v(e){if(e.defaultPrevented)return;const t=e.currentTarget,a=si(t);if(!a.disabled)switch(e.key){case"ArrowDown":{e.preventDefault(),a.orientation==="vertical"&&Nn(t,5);break}case"ArrowLeft":{e.preventDefault(),a.orientation==="horizontal"&&Nn(t,-5);break}case"ArrowRight":{e.preventDefault(),a.orientation==="horizontal"&&Nn(t,5);break}case"ArrowUp":{e.preventDefault(),a.orientation==="vertical"&&Nn(t,-5);break}case"End":{e.preventDefault(),Nn(t,100);break}case"Enter":{e.preventDefault();const n=si(t),{derivedPanelConstraints:r,layout:o,separatorToPanels:i}=Ev(n),l=n.separators.find(h=>h.element===t);Je(l,"Matching separator not found");const d=i.get(l);Je(d,"Matching panels not found");const u=d[0],p=r.find(h=>h.panelId===u.id);if(Je(p,"Panel metadata not found"),p.collapsible){const h=o[u.id],f=p.collapsedSize===h?n.inMemoryLastExpandedPanelSizes[u.id]??p.minSize:p.collapsedSize;Nn(t,f-h)}break}case"F6":{e.preventDefault();const n=si(t).separators.map(i=>i.element),r=Array.from(n).findIndex(i=>i===e.currentTarget);Je(r!==null,"Index not found");const o=e.shiftKey?r>0?r-1:n.length-1:r+1<n.length?r+1:0;n[o].focus();break}case"Home":{e.preventDefault(),Nn(t,-100);break}}}const loe=e=>e,Zc=()=>{},zv=1,Ov=2,Rv=4,Iv=8,Vv={coarse:10,precise:5};function coe(e,t,a){let n,r={x:1/0,y:1/0};for(const o of t){const i=Dv(a,o.rect);switch(e){case"horizontal":{i.x<=r.x&&(n=o,r=i);break}case"vertical":{i.y<=r.y&&(n=o,r=i);break}}}return n?{distance:r,hitRegion:n}:void 0}let ii;function doe(){return ii===void 0&&(typeof matchMedia=="function"?ii=!!matchMedia("(pointer:coarse)").matches:ii=!1),ii}function uoe(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE}function hoe(e,t){if(e===t)throw new Error("Cannot compare node with itself");const a={a:qv(e),b:qv(t)};let n;for(;a.a.at(-1)===a.b.at(-1);)e=a.a.pop(),t=a.b.pop(),n=e;Je(n,"Stacking order can only be calculated for elements with a common ancestor");const r={a:Hv(Lv(a.a)),b:Hv(Lv(a.b))};if(r.a===r.b){const o=n.childNodes,i={a:a.a.at(-1),b:a.b.at(-1)};let l=o.length;for(;l--;){const d=o[l];if(d===i.a)return 1;if(d===i.b)return-1}}return Math.sign(r.a-r.b)}const poe=/\b(?:position|zIndex|opacity|transform|webkitTransform|mixBlendMode|filter|webkitFilter|isolation)\b/;function yoe(e){const t=getComputedStyle(Fv(e)??e).display;return t==="flex"||t==="inline-flex"}function foe(e){const t=getComputedStyle(e);return!!(t.position==="fixed"||t.zIndex!=="auto"&&(t.position!=="static"||yoe(e))||+t.opacity<1||"transform"in t&&t.transform!=="none"||"webkitTransform"in t&&t.webkitTransform!=="none"||"mixBlendMode"in t&&t.mixBlendMode!=="normal"||"filter"in t&&t.filter!=="none"||"webkitFilter"in t&&t.webkitFilter!=="none"||"isolation"in t&&t.isolation==="isolate"||poe.test(t.willChange)||t.webkitOverflowScrolling==="touch")}function Lv(e){let t=e.length;for(;t--;){const a=e[t];if(Je(a,"Missing node"),foe(a))return a}return null}function Hv(e){return e&&Number(getComputedStyle(e).zIndex)||0}function qv(e){const t=[];for(;e;)t.push(e),e=Fv(e);return t}function Fv(e){const{parentNode:t}=e;return uoe(t)?t.host:t}function moe(e,t){return e.x<t.x+t.width&&e.x+e.width>t.x&&e.y<t.y+t.height&&e.y+e.height>t.y}function goe({groupElement:e,hitRegion:t,pointerEventTarget:a}){if(!Av(a)||a.contains(e)||e.contains(a))return!0;if(hoe(a,e)>0){let n=a;for(;n;){if(n.contains(e))return!0;if(moe(n.getBoundingClientRect(),t))return!1;n=n.parentElement}}return!0}function Bv(e,t){const a=[];return t.forEach((n,r)=>{if(r.disabled)return;const o=doe()?Vv.coarse:Vv.precise,i=Pv(r),l=coe(r.orientation,i,{x:e.clientX,y:e.clientY});l&&l.distance.x<=o&&l.distance.y<=o&&goe({groupElement:r.element,hitRegion:l.hitRegion.rect,pointerEventTarget:e.target})&&a.push(l.hitRegion)}),a}function $v(e){if(e.defaultPrevented||e.pointerType==="mouse"&&e.button>0)return;const{mountedGroups:t}=ta(),a=Bv(e,t),n=new Set,r=new Set,o=new Set,i=new Map;let l=!1;a.forEach(d=>{n.add(d.group),d.panels.forEach(p=>{r.add(p)}),d.separator&&(o.add(d.separator),l||(l=!0,d.separator.element.focus()));const u=t.get(d.group);u&&i.set(d.group,u.layout)}),It({interactionState:{hitRegions:a,initialLayoutMap:i,pointerDownAtPoint:{x:e.clientX,y:e.clientY},state:"active"}}),a.length&&e.preventDefault()}function koe({cursorFlags:e,groups:t,state:a}){let n=0,r=0;switch(a){case"active":case"hover":t.forEach(o=>{if(!o.disableCursor)switch(o.orientation){case"horizontal":{n++;break}case"vertical":{r++;break}}})}if(n===0&&r===0)return null;switch(a){case"active":{const o=(e&zv)!==0,i=(e&Ov)!==0,l=(e&Rv)!==0,d=(e&Iv)!==0;if(e){if(o)return l?"se-resize":d?"ne-resize":"e-resize";if(i)return l?"sw-resize":d?"nw-resize":"w-resize";if(l)return"s-resize";if(d)return"n-resize"}break}}return n>0&&r>0?"move":n>0?"ew-resize":"ns-resize"}const Wv=new WeakMap;function Kc(e){if(e.defaultView===null||e.defaultView===void 0)return;let{prevStyle:t,styleSheet:a}=Wv.get(e)??{};a===void 0&&(a=new e.defaultView.CSSStyleSheet,e.adoptedStyleSheets=[a]);const{cursorFlags:n,interactionState:r}=ta();switch(r.state){case"active":case"hover":{const o=koe({cursorFlags:n,groups:r.hitRegions.map(l=>l.group),state:r.state}),i=`*{cursor: ${o} !important; ${r.state==="active"?"touch-action: none;":""} }`;if(t===i)return;t=i,o?a.cssRules.length===0?a.insertRule(i):a.replaceSync(i):a.cssRules.length===1&&a.deleteRule(0);break}case"inactive":{t=void 0,a.cssRules.length===1&&a.deleteRule(0);break}}Wv.set(e,{prevStyle:t,styleSheet:a})}function Gv({document:e,event:t,hitRegions:a,initialLayoutMap:n,mountedGroups:r,pointerDownAtPoint:o}){let i=0;const l=new Map(r);a.forEach(d=>{const{group:u,groupSize:p}=d,{disableCursor:h,orientation:f,panels:g}=u;let m=0;o?f==="horizontal"?m=(t.clientX-o.x)/p*100:m=(t.clientY-o.y)/p*100:f==="horizontal"?m=t.clientX<0?-100:100:m=t.clientY<0?-100:100;const v=n.get(u),{defaultLayoutDeferred:x,derivedPanelConstraints:k,layout:b,separatorToPanels:w}=r.get(u)??{defaultLayoutDeferred:!1};if(k&&v&&b&&w){const C=jo({delta:m,initialLayout:v,panelConstraints:k,pivotIndices:d.panels.map(D=>g.indexOf(D)),prevLayout:b,trigger:"mouse-or-touch"});if(Pn(C,b)){if(m!==0&&!h)switch(f){case"horizontal":{i|=m<0?zv:Ov;break}case"vertical":{i|=m<0?Rv:Iv;break}}}else{l.set(d.group,{defaultLayoutDeferred:x,derivedPanelConstraints:k,layout:C,separatorToPanels:w});const D=d.group.panels.map(({id:A})=>A).join(",");d.group.inMemoryLayouts[D]=C}}}),It({cursorFlags:i,mountedGroups:l}),Kc(e)}function Uv(e){const{interactionState:t,mountedGroups:a}=ta();t.state==="active"&&Gv({document:e.currentTarget,event:e,hitRegions:t.hitRegions,initialLayoutMap:t.initialLayoutMap,mountedGroups:a})}function Yv(e){if(e.defaultPrevented)return;const{interactionState:t,mountedGroups:a}=ta();switch(t.state){case"active":{if(e.buttons===0){It(n=>n.interactionState.state==="inactive"?n:{cursorFlags:0,interactionState:{state:"inactive"}}),It(n=>({mountedGroups:new Map(n.mountedGroups)}));return}Gv({document:e.currentTarget,event:e,hitRegions:t.hitRegions,initialLayoutMap:t.initialLayoutMap,mountedGroups:a,pointerDownAtPoint:t.pointerDownAtPoint});break}default:{const n=Bv(e,a);n.length===0?t.state!=="inactive"&&It({interactionState:{state:"inactive"}}):It({interactionState:{hitRegions:n,state:"hover"}}),Kc(e.currentTarget);break}}}function Zv(e){if(e.defaultPrevented||e.pointerType==="mouse"&&e.button>0)return;const{interactionState:t}=ta();t.state==="active"&&(It({cursorFlags:0,interactionState:{state:"inactive"}}),t.hitRegions.length>0&&(Kc(e.currentTarget),It(a=>({mountedGroups:new Map(a.mountedGroups)})),e.preventDefault()))}function Kv(e){let t=0,a=0;const n={};for(const o of e)if(o.defaultSize!==void 0){t++;const i=va(o.defaultSize);a+=i,n[o.panelId]=i}else n[o.panelId]=void 0;const r=e.length-t;if(r!==0){const o=va((100-a)/r);for(const i of e)i.defaultSize===void 0&&(n[i.panelId]=o)}return n}function voe(e,t,a){if(!a[0])return;const n=e.panels.find(d=>d.element===t);if(!n||!n.onResize)return;const r=hr({group:e}),o=e.orientation==="horizontal"?n.element.offsetWidth:n.element.offsetHeight,i=n.mutableValues.prevSize,l={asPercentage:va(o/r*100),inPixels:o};n.mutableValues.prevSize=l,n.onResize(l,n.id,i)}function xoe(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const a in e)if(e[a]!==t[a])return!1;return!0}function boe(e,t){const a=e.map(r=>r.id),n=Object.keys(t);if(a.length!==n.length)return!1;for(const r of a)if(!n.includes(r))return!1;return!0}const yr=new Map;function Moe(e){let t=!0;Je(e.element.ownerDocument.defaultView,"Cannot register an unmounted Group");const a=e.element.ownerDocument.defaultView.ResizeObserver,n=new Set,r=new Set,o=new a(m=>{for(const v of m){const{borderBoxSize:x,target:k}=v;if(k===e.element){if(t){if(hr({group:e})===0)return;It(b=>{const w=b.mountedGroups.get(e);if(w){const C=Tv(e),D=w.defaultLayoutDeferred?Kv(C):w.layout,A=Tn({layout:D,panelConstraints:C});return!w.defaultLayoutDeferred&&Pn(D,A)&&xoe(w.derivedPanelConstraints,C)?b:{mountedGroups:new Map(b.mountedGroups).set(e,{defaultLayoutDeferred:!1,derivedPanelConstraints:C,layout:A,separatorToPanels:w.separatorToPanels})}}return b})}}else voe(e,k,x)}});o.observe(e.element),e.panels.forEach(m=>{Je(!n.has(m.id),`Panel ids must be unique; id "${m.id}" was used more than once`),n.add(m.id),m.onResize&&o.observe(m.element)});const i=hr({group:e}),l=Tv(e),d=e.panels.map(({id:m})=>m).join(",");let u=e.defaultLayout;u&&(boe(e.panels,u)||(u=void 0));const p=e.inMemoryLayouts[d]??u??Kv(l),h=Tn({layout:p,panelConstraints:l}),f=Pv(e),g=e.element.ownerDocument;return It(m=>{const v=new Map;return yr.set(g,(yr.get(g)??0)+1),f.forEach(x=>{x.separator&&v.set(x.separator,x.panels)}),{mountedGroups:new Map(m.mountedGroups).set(e,{defaultLayoutDeferred:i===0,derivedPanelConstraints:l,layout:h,separatorToPanels:v})}}),e.separators.forEach(m=>{Je(!r.has(m.id),`Separator ids must be unique; id "${m.id}" was used more than once`),r.add(m.id),m.element.addEventListener("keydown",_v)}),yr.get(g)===1&&(g.addEventListener("pointerdown",$v,!0),g.addEventListener("pointerleave",Uv),g.addEventListener("pointermove",Yv),g.addEventListener("pointerup",Zv,!0)),function(){t=!1,yr.set(g,Math.max(0,(yr.get(g)??0)-1)),It(m=>{const v=new Map(m.mountedGroups);return v.delete(e),{mountedGroups:v}}),e.separators.forEach(m=>{m.element.removeEventListener("keydown",_v)}),yr.get(g)||(g.removeEventListener("pointerdown",$v,!0),g.removeEventListener("pointerleave",Uv),g.removeEventListener("pointermove",Yv),g.removeEventListener("pointerup",Zv,!0)),o.disconnect()}}function Xv(){const[e,t]=M.useState({}),a=M.useCallback(()=>t({}),[]);return[e,a]}function Xc(e){const t=M.useId();return`${e??t}`}const En=typeof window<"u"?M.useLayoutEffect:M.useEffect;function Ao(e){const t=M.useRef(e);return En(()=>{t.current=e},[e]),M.useCallback((...a)=>t.current?.(...a),[t])}function Jc(...e){return Ao(t=>{e.forEach(a=>{if(a)switch(typeof a){case"function":{a(t);break}case"object":{a.current=t;break}}})})}function woe(e){const t=M.useRef({...e});return En(()=>{for(const a in e)t.current[a]=e[a]},[e]),t.current}const Jv=M.createContext(null);function Coe(e,t){const a=M.useRef({getLayout:()=>({}),setLayout:loe});M.useImperativeHandle(t,()=>a.current,[]),En(()=>{Object.assign(a.current,Nv({groupId:e}))})}function Qv({children:e,className:t,defaultLayout:a,disableCursor:n,disabled:r,elementRef:o,groupRef:i,id:l,onLayoutChange:d,onLayoutChanged:u,orientation:p="horizontal",style:h,...f}){const g=M.useRef({onLayoutChange:{},onLayoutChanged:{}}),m=Ao(O=>{Pn(g.current.onLayoutChange,O)||(g.current.onLayoutChange=O,d?.(O))}),v=Ao(O=>{Pn(g.current.onLayoutChanged,O)||(g.current.onLayoutChanged=O,u?.(O))}),x=Xc(l),k=M.useRef(null),[b,w]=Xv(),C=M.useRef({lastExpandedPanelSizes:{},layouts:{},panels:[],separators:[]}),D=Jc(k,o);Coe(x,i);const A=Ao((O,V)=>{const{interactionState:H,mountedGroups:R}=ta();for(const q of R.keys())if(q.id===O){const K=R.get(q);if(K){let B=!1;return H.state==="active"&&(B=H.hitRegions.some(U=>U.group===q)),{flexGrow:K.layout[V]??1,pointerEvents:B?"none":void 0}}}return{flexGrow:a?.[V]??1}}),P=M.useMemo(()=>({getPanelStyles:A,id:x,orientation:p,registerPanel:O=>{const V=C.current;return V.panels=Yc(p,[...V.panels,O]),w(),()=>{V.panels=V.panels.filter(H=>H!==O),w()}},registerSeparator:O=>{const V=C.current;return V.separators=Yc(p,[...V.separators,O]),w(),()=>{V.separators=V.separators.filter(H=>H!==O),w()}}}),[A,x,w,p]),N=woe({defaultLayout:a,disableCursor:n}),_=M.useRef(null);return En(()=>{const O=k.current;if(O===null)return;const V=C.current,H={defaultLayout:N.defaultLayout,disableCursor:!!N.disableCursor,disabled:!!r,element:O,id:x,inMemoryLastExpandedPanelSizes:C.current.lastExpandedPanelSizes,inMemoryLayouts:C.current.layouts,orientation:p,panels:V.panels,separators:V.separators};_.current=H;const R=Moe(H),q=ta().mountedGroups.get(H);if(q){const{defaultLayoutDeferred:U,derivedPanelConstraints:L,layout:G}=q;!U&&L.length>0&&(m(G),v(G),V.panels.forEach(ce=>{ce.scheduleUpdate()}))}const K=Dn.addListener("interactionStateChange",()=>{V.panels.forEach(U=>{U.scheduleUpdate()})}),B=Dn.addListener("mountedGroupsChange",U=>{const L=U.get(H);if(L){const{defaultLayoutDeferred:G,derivedPanelConstraints:ce,layout:ue}=L;if(G||ce.length===0)return;const{interactionState:F}=ta(),W=F.state!=="active";m(ue),W&&v(ue),V.panels.forEach(Q=>{Q.scheduleUpdate()})}});return()=>{_.current=null,R(),K(),B()}},[r,x,v,m,p,b,N]),M.useEffect(()=>{const O=_.current;O&&(O.defaultLayout=a,O.disableCursor=!!n)}),c.jsx(Jv.Provider,{value:P,children:c.jsx("div",{...f,"aria-orientation":p,className:t,"data-group":!0,"data-testid":x,id:x,ref:D,style:{height:"100%",width:"100%",overflow:"hidden",...h,display:"flex",flexDirection:p==="horizontal"?"row":"column",flexWrap:"nowrap"},children:e})})}Qv.displayName="Group";function Qc(){const e=M.useContext(Jv);return Je(e,"Group Context not found; did you render a Panel or Separator outside of a Group?"),e}function Soe({groupId:e,panelId:t}){const a=()=>{const{mountedGroups:l}=ta();for(const[d,{defaultLayoutDeferred:u,derivedPanelConstraints:p,layout:h,separatorToPanels:f}]of l)if(d.id===e)return{defaultLayoutDeferred:u,derivedPanelConstraints:p,group:d,layout:h,separatorToPanels:f};throw Error(`Group ${e} not found`)},n=()=>{const l=a().derivedPanelConstraints.find(d=>d.panelId===t);if(l!==void 0)return l;throw Error(`Panel constraints not found for Panel ${t}`)},r=()=>{const l=a().group.panels.find(d=>d.id===t);if(l!==void 0)return l;throw Error(`Layout not found for Panel ${t}`)},o=()=>{const l=a().layout[t];if(l!==void 0)return l;throw Error(`Layout not found for Panel ${t}`)},i=l=>{const d=o();if(l===d)return;const{defaultLayoutDeferred:u,derivedPanelConstraints:p,group:h,layout:f,separatorToPanels:g}=a(),m=h.panels.findIndex(b=>b.id===t),v=m===h.panels.length-1,x=jo({delta:v?d-l:l-d,initialLayout:f,panelConstraints:p,pivotIndices:v?[m-1,m]:[m,m+1],prevLayout:f,trigger:"imperative-api"}),k=Tn({layout:x,panelConstraints:p});Pn(f,k)||It(b=>({mountedGroups:new Map(b.mountedGroups).set(h,{defaultLayoutDeferred:u,derivedPanelConstraints:p,layout:k,separatorToPanels:g})}))};return{collapse:()=>{const{collapsible:l,collapsedSize:d}=n(),{mutableValues:u}=r(),p=o();l&&p!==d&&(u.expandToSize=p,i(d))},expand:()=>{const{collapsible:l,collapsedSize:d,minSize:u}=n(),{mutableValues:p}=r(),h=o();if(l&&h===d){let f=p.expandToSize??u;f===0&&(f=1),i(f)}},getSize:()=>{const{group:l}=a(),d=o(),{element:u}=r(),p=l.orientation==="horizontal"?u.offsetWidth:u.offsetHeight;return{asPercentage:d,inPixels:p}},isCollapsed:()=>{const{collapsible:l,collapsedSize:d}=n(),u=o();return l&&_t(d,u)},resize:l=>{if(o()!==l){let d;switch(typeof l){case"number":{const{group:u}=a(),p=hr({group:u});d=va(l/p*100);break}case"string":{d=parseFloat(l);break}}i(d)}}}}function joe(e,t){const{id:a}=Qc(),n=M.useRef({collapse:Zc,expand:Zc,getSize:()=>({asPercentage:0,inPixels:0}),isCollapsed:()=>!1,resize:Zc});M.useImperativeHandle(t,()=>n.current,[]),En(()=>{Object.assign(n.current,Soe({groupId:a,panelId:e}))})}function e4({children:e,className:t,collapsedSize:a="0%",collapsible:n=!1,defaultSize:r,elementRef:o,id:i,maxSize:l="100%",minSize:d="0%",onResize:u,panelRef:p,style:h,...f}){const g=!!i,m=Xc(i),v=M.useRef(null),x=Jc(v,o),[,k]=Xv(),{getPanelStyles:b,id:w,registerPanel:C}=Qc(),D=u!==null,A=Ao((N,_,O)=>{u?.(N,i,O)});En(()=>{const N=v.current;if(N!==null)return C({element:N,id:m,idIsStable:g,mutableValues:{expandToSize:void 0,prevSize:void 0},onResize:D?A:void 0,panelConstraints:{collapsedSize:a,collapsible:n,defaultSize:r,maxSize:l,minSize:d},scheduleUpdate:k})},[a,n,r,k,D,m,g,l,d,A,C]),joe(m,p);const P=b(w,m);return c.jsx("div",{...f,"data-panel":!0,"data-testid":m,id:m,ref:x,style:{...Aoe,flexBasis:0,flexShrink:1,overflow:"hidden",...P},children:c.jsx("div",{className:t,style:{width:"100%",height:"100%",...h},children:e})})}e4.displayName="Panel";const Aoe={minHeight:0,maxHeight:"100%",height:"auto",minWidth:0,maxWidth:"100%",width:"auto",border:"none",borderWidth:0,padding:0,margin:0};function Doe({layout:e,panelConstraints:t,panelId:a,panelIndex:n}){let r,o;const i=e[a],l=t.find(d=>d.panelId===a);if(l){const d=l.maxSize,u=o=l.collapsible?l.collapsedSize:l.minSize,p=[n,n+1];o=Tn({layout:jo({delta:u-i,initialLayout:e,panelConstraints:t,pivotIndices:p,prevLayout:e,trigger:"keyboard"}),panelConstraints:t})[a],r=Tn({layout:jo({delta:d-i,initialLayout:e,panelConstraints:t,pivotIndices:p,prevLayout:e,trigger:"keyboard"}),panelConstraints:t})[a]}return{valueControls:a,valueMax:r,valueMin:o,valueNow:i}}function t4({children:e,className:t,elementRef:a,id:n,style:r,...o}){const i=Xc(n),[l,d]=M.useState({}),[u,p]=M.useState("inactive"),h=M.useRef(null),f=Jc(h,a),{id:g,orientation:m,registerSeparator:v}=Qc(),x=m==="horizontal"?"vertical":"horizontal";return En(()=>{const k=h.current;if(k!==null){const b={element:k,id:i},w=v(b),C=Dn.addListener("interactionStateChange",A=>{p(A.state!=="inactive"&&A.hitRegions.some(P=>P.separator===b)?A.state:"inactive")}),D=Dn.addListener("mountedGroupsChange",A=>{A.forEach(({derivedPanelConstraints:P,layout:N,separatorToPanels:_},O)=>{if(O.id===g){const V=_.get(b);if(V){const H=V[0],R=O.panels.indexOf(H);d(Doe({layout:N,panelConstraints:P,panelId:H.id,panelIndex:R}))}}})});return()=>{C(),D(),w()}}},[g,i,v]),c.jsx("div",{...o,"aria-controls":l.valueControls,"aria-orientation":x,"aria-valuemax":l.valueMax,"aria-valuemin":l.valueMin,"aria-valuenow":l.valueNow,children:e,className:t,"data-separator":u,"data-testid":i,id:i,ref:f,role:"separator",style:{flexBasis:"auto",...r,flexGrow:0,flexShrink:0},tabIndex:0})}t4.displayName="Separator";function a4({className:e,direction:t,...a}){return c.jsx(Qv,{"data-slot":"resizable-panel-group",orientation:t,className:j("flex h-full w-full data-[panel-group-direction=vertical]:flex-col",e),...a})}function n4(e){return c.jsx(e4,{"data-slot":"resizable-panel",...e})}function r4({withHandle:e,className:t,...a}){return c.jsx(t4,{"data-slot":"resizable-handle",className:j("bg-border relative flex w-px items-center justify-center after:absolute after:inset-y-0 after:left-1/2 after:w-1 after:-translate-x-1/2 focus-visible:outline-hidden","data-[panel-group-direction=vertical]:h-px data-[panel-group-direction=vertical]:w-full data-[panel-group-direction=vertical]:after:left-0 data-[panel-group-direction=vertical]:after:h-1 data-[panel-group-direction=vertical]:after:w-full data-[panel-group-direction=vertical]:after:-translate-y-1/2 data-[panel-group-direction=vertical]:after:translate-x-0 [&[data-panel-group-direction=vertical]>div]:rotate-90",t),...a,children:e&&c.jsx("div",{className:"bg-border z-10 flex h-4 w-3 items-center justify-center rounded-sm border",children:c.jsx(Fi,{className:"size-2.5"})})})}function ed({...e}){return c.jsx(Ar,{"data-slot":"sheet",...e})}function o4({...e}){return c.jsx(ts,{"data-slot":"sheet-trigger",...e})}function Poe({...e}){return c.jsx(pn,{"data-slot":"sheet-close",...e})}function Toe({...e}){return c.jsx(Dr,{"data-slot":"sheet-portal",...e})}function Noe({className:e,...t}){return c.jsx(Pr,{"data-slot":"sheet-overlay",className:j("data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/50",e),...t})}function td({className:e,children:t,side:a="right",...n}){return c.jsxs(Toe,{children:[c.jsx(Noe,{}),c.jsxs(Tr,{"data-slot":"sheet-content",className:j("bg-background data-[state=open]:animate-in data-[state=closed]:animate-out fixed z-50 flex flex-col gap-4 shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500",a==="right"&&"data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right inset-y-0 right-0 h-full w-3/4 border-l sm:max-w-sm",a==="left"&&"data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left inset-y-0 left-0 h-full w-3/4 border-r sm:max-w-sm",a==="top"&&"data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top inset-x-0 top-0 h-auto border-b",a==="bottom"&&"data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom inset-x-0 bottom-0 h-auto border-t",e),...n,children:[t,c.jsxs(pn,{className:"ring-offset-background focus:ring-ring data-[state=open]:bg-secondary absolute top-4 right-4 rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none",children:[c.jsx(Cr,{className:"size-4"}),c.jsx("span",{className:"sr-only",children:"Close"})]})]})]})}function ad({className:e,...t}){return c.jsx("div",{"data-slot":"sheet-header",className:j("flex flex-col gap-1.5 p-4",e),...t})}function s4({className:e,...t}){return c.jsx("div",{"data-slot":"sheet-footer",className:j("mt-auto flex flex-col gap-2 p-4",e),...t})}function nd({className:e,...t}){return c.jsx(as,{"data-slot":"sheet-title",className:j("text-foreground font-semibold",e),...t})}function rd({className:e,...t}){return c.jsx(ns,{"data-slot":"sheet-description",className:j("text-muted-foreground text-sm",e),...t})}const od=768;function Eoe(){const[e,t]=y.useState(void 0);return y.useEffect(()=>{const a=window.matchMedia(`(max-width: ${od-1}px)`),n=()=>{t(window.innerWidth<od)};return a.addEventListener("change",n),t(window.innerWidth<od),()=>a.removeEventListener("change",n)},[]),!!e}function li({className:e,...t}){return c.jsx("div",{"data-slot":"skeleton",className:j("relative overflow-hidden rounded-md bg-slate-900/50 border border-slate-800/50 backdrop-blur-sm","after:absolute after:inset-0 after:-translate-x-full after:animate-[shimmer_1.5s_infinite] after:bg-linear-to-r after:from-transparent after:via-cyan-900/20 after:to-transparent",e),...t,children:c.jsx("div",{className:"absolute inset-0 bg-[linear-gradient(45deg,transparent_25%,rgba(6,182,212,0.02)_50%,transparent_75%,transparent_100%)] bg-[size:8px_8px] opacity-50"})})}var[ci]=rt("Tooltip",[Da]),di=Da(),i4="TooltipProvider",_oe=700,sd="tooltip.open",[zoe,id]=ci(i4),l4=e=>{const{__scopeTooltip:t,delayDuration:a=_oe,skipDelayDuration:n=300,disableHoverableContent:r=!1,children:o}=e,i=y.useRef(!0),l=y.useRef(!1),d=y.useRef(0);return y.useEffect(()=>{const u=d.current;return()=>window.clearTimeout(u)},[]),c.jsx(zoe,{scope:t,isOpenDelayedRef:i,delayDuration:a,onOpen:y.useCallback(()=>{window.clearTimeout(d.current),i.current=!1},[]),onClose:y.useCallback(()=>{window.clearTimeout(d.current),d.current=window.setTimeout(()=>i.current=!0,n)},[n]),isPointerInTransitRef:l,onPointerInTransitChange:y.useCallback(u=>{l.current=u},[]),disableHoverableContent:r,children:o})};l4.displayName=i4;var Do="Tooltip",[Ooe,Po]=ci(Do),c4=e=>{const{__scopeTooltip:t,children:a,open:n,defaultOpen:r,onOpenChange:o,disableHoverableContent:i,delayDuration:l}=e,d=id(Do,e.__scopeTooltip),u=di(t),[p,h]=y.useState(null),f=Ze(),g=y.useRef(0),m=i??d.disableHoverableContent,v=l??d.delayDuration,x=y.useRef(!1),[k,b]=at({prop:n,defaultProp:r??!1,onChange:P=>{P?(d.onOpen(),document.dispatchEvent(new CustomEvent(sd))):d.onClose(),o?.(P)},caller:Do}),w=y.useMemo(()=>k?x.current?"delayed-open":"instant-open":"closed",[k]),C=y.useCallback(()=>{window.clearTimeout(g.current),g.current=0,x.current=!1,b(!0)},[b]),D=y.useCallback(()=>{window.clearTimeout(g.current),g.current=0,b(!1)},[b]),A=y.useCallback(()=>{window.clearTimeout(g.current),g.current=window.setTimeout(()=>{x.current=!0,b(!0),g.current=0},v)},[v,b]);return y.useEffect(()=>()=>{g.current&&(window.clearTimeout(g.current),g.current=0)},[]),c.jsx(tr,{...u,children:c.jsx(Ooe,{scope:t,contentId:f,open:k,stateAttribute:w,trigger:p,onTriggerChange:h,onTriggerEnter:y.useCallback(()=>{d.isOpenDelayedRef.current?A():C()},[d.isOpenDelayedRef,A,C]),onTriggerLeave:y.useCallback(()=>{m?D():(window.clearTimeout(g.current),g.current=0)},[D,m]),onOpen:C,onClose:D,disableHoverableContent:m,children:a})})};c4.displayName=Do;var ld="TooltipTrigger",d4=y.forwardRef((e,t)=>{const{__scopeTooltip:a,...n}=e,r=Po(ld,a),o=id(ld,a),i=di(a),l=y.useRef(null),d=Se(t,l,r.onTriggerChange),u=y.useRef(!1),p=y.useRef(!1),h=y.useCallback(()=>u.current=!1,[]);return y.useEffect(()=>()=>document.removeEventListener("pointerup",h),[h]),c.jsx(ar,{asChild:!0,...i,children:c.jsx(de.button,{"aria-describedby":r.open?r.contentId:void 0,"data-state":r.stateAttribute,...n,ref:d,onPointerMove:Y(e.onPointerMove,f=>{f.pointerType!=="touch"&&!p.current&&!o.isPointerInTransitRef.current&&(r.onTriggerEnter(),p.current=!0)}),onPointerLeave:Y(e.onPointerLeave,()=>{r.onTriggerLeave(),p.current=!1}),onPointerDown:Y(e.onPointerDown,()=>{r.open&&r.onClose(),u.current=!0,document.addEventListener("pointerup",h,{once:!0})}),onFocus:Y(e.onFocus,()=>{u.current||r.onOpen()}),onBlur:Y(e.onBlur,r.onClose),onClick:Y(e.onClick,r.onClose)})})});d4.displayName=ld;var cd="TooltipPortal",[Roe,Ioe]=ci(cd,{forceMount:void 0}),u4=e=>{const{__scopeTooltip:t,forceMount:a,children:n,container:r}=e,o=Po(cd,t);return c.jsx(Roe,{scope:t,forceMount:a,children:c.jsx(et,{present:a||o.open,children:c.jsx(un,{asChild:!0,container:r,children:n})})})};u4.displayName=cd;var fr="TooltipContent",h4=y.forwardRef((e,t)=>{const a=Ioe(fr,e.__scopeTooltip),{forceMount:n=a.forceMount,side:r="top",...o}=e,i=Po(fr,e.__scopeTooltip);return c.jsx(et,{present:n||i.open,children:i.disableHoverableContent?c.jsx(p4,{side:r,...o,ref:t}):c.jsx(Voe,{side:r,...o,ref:t})})}),Voe=y.forwardRef((e,t)=>{const a=Po(fr,e.__scopeTooltip),n=id(fr,e.__scopeTooltip),r=y.useRef(null),o=Se(t,r),[i,l]=y.useState(null),{trigger:d,onClose:u}=a,p=r.current,{onPointerInTransitChange:h}=n,f=y.useCallback(()=>{l(null),h(!1)},[h]),g=y.useCallback((m,v)=>{const x=m.currentTarget,k={x:m.clientX,y:m.clientY},b=Foe(k,x.getBoundingClientRect()),w=Boe(k,b),C=$oe(v.getBoundingClientRect()),D=Goe([...w,...C]);l(D),h(!0)},[h]);return y.useEffect(()=>()=>f(),[f]),y.useEffect(()=>{if(d&&p){const m=x=>g(x,p),v=x=>g(x,d);return d.addEventListener("pointerleave",m),p.addEventListener("pointerleave",v),()=>{d.removeEventListener("pointerleave",m),p.removeEventListener("pointerleave",v)}}},[d,p,g,f]),y.useEffect(()=>{if(i){const m=v=>{const x=v.target,k={x:v.clientX,y:v.clientY},b=d?.contains(x)||p?.contains(x),w=!Woe(k,i);b?f():w&&(f(),u())};return document.addEventListener("pointermove",m),()=>document.removeEventListener("pointermove",m)}},[d,p,i,u,f]),c.jsx(p4,{...e,ref:o})}),[Loe,Hoe]=ci(Do,{isInside:!1}),qoe=y2("TooltipContent"),p4=y.forwardRef((e,t)=>{const{__scopeTooltip:a,children:n,"aria-label":r,onEscapeKeyDown:o,onPointerDownOutside:i,...l}=e,d=Po(fr,a),u=di(a),{onClose:p}=d;return y.useEffect(()=>(document.addEventListener(sd,p),()=>document.removeEventListener(sd,p)),[p]),y.useEffect(()=>{if(d.trigger){const h=f=>{f.target?.contains(d.trigger)&&p()};return window.addEventListener("scroll",h,{capture:!0}),()=>window.removeEventListener("scroll",h,{capture:!0})}},[d.trigger,p]),c.jsx(Ya,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:o,onPointerDownOutside:i,onFocusOutside:h=>h.preventDefault(),onDismiss:p,children:c.jsxs($r,{"data-state":d.stateAttribute,...u,...l,ref:t,style:{...l.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:[c.jsx(qoe,{children:n}),c.jsx(Loe,{scope:a,isInside:!0,children:c.jsx(mp,{id:d.contentId,role:"tooltip",children:r||n})})]})})});h4.displayName=fr;var y4="TooltipArrow",f4=y.forwardRef((e,t)=>{const{__scopeTooltip:a,...n}=e,r=di(a);return Hoe(y4,a).isInside?null:c.jsx(Wr,{...r,...n,ref:t})});f4.displayName=y4;function Foe(e,t){const a=Math.abs(t.top-e.y),n=Math.abs(t.bottom-e.y),r=Math.abs(t.right-e.x),o=Math.abs(t.left-e.x);switch(Math.min(a,n,r,o)){case o:return"left";case r:return"right";case a:return"top";case n:return"bottom";default:throw new Error("unreachable")}}function Boe(e,t,a=5){const n=[];switch(t){case"top":n.push({x:e.x-a,y:e.y+a},{x:e.x+a,y:e.y+a});break;case"bottom":n.push({x:e.x-a,y:e.y-a},{x:e.x+a,y:e.y-a});break;case"left":n.push({x:e.x+a,y:e.y-a},{x:e.x+a,y:e.y+a});break;case"right":n.push({x:e.x-a,y:e.y-a},{x:e.x-a,y:e.y+a});break}return n}function $oe(e){const{top:t,right:a,bottom:n,left:r}=e;return[{x:r,y:t},{x:a,y:t},{x:a,y:n},{x:r,y:n}]}function Woe(e,t){const{x:a,y:n}=e;let r=!1;for(let o=0,i=t.length-1;o<t.length;i=o++){const l=t[o],d=t[i],u=l.x,p=l.y,h=d.x,f=d.y;p>n!=f>n&&a<(h-u)*(n-p)/(f-p)+u&&(r=!r)}return r}function Goe(e){const t=e.slice();return t.sort((a,n)=>a.x<n.x?-1:a.x>n.x?1:a.y<n.y?-1:a.y>n.y?1:0),Uoe(t)}function Uoe(e){if(e.length<=1)return e.slice();const t=[];for(let n=0;n<e.length;n++){const r=e[n];for(;t.length>=2;){const o=t[t.length-1],i=t[t.length-2];if((o.x-i.x)*(r.y-i.y)>=(o.y-i.y)*(r.x-i.x))t.pop();else break}t.push(r)}t.pop();const a=[];for(let n=e.length-1;n>=0;n--){const r=e[n];for(;a.length>=2;){const o=a[a.length-1],i=a[a.length-2];if((o.x-i.x)*(r.y-i.y)>=(o.y-i.y)*(r.x-i.x))a.pop();else break}a.push(r)}return a.pop(),t.length===1&&a.length===1&&t[0].x===a[0].x&&t[0].y===a[0].y?t:t.concat(a)}var Yoe=l4,Zoe=c4,Koe=d4,Xoe=u4,Joe=h4,Qoe=f4;function ui({delayDuration:e=0,...t}){return c.jsx(Yoe,{"data-slot":"tooltip-provider",delayDuration:e,...t})}function dd({...e}){return c.jsx(ui,{children:c.jsx(Zoe,{"data-slot":"tooltip",...e})})}function ud({...e}){return c.jsx(Koe,{"data-slot":"tooltip-trigger",...e})}function hd({className:e,sideOffset:t=0,children:a,...n}){return c.jsx(Xoe,{children:c.jsxs(Joe,{"data-slot":"tooltip-content",sideOffset:t,className:j("bg-foreground text-background animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-fit origin-(--radix-tooltip-content-transform-origin) rounded-md px-3 py-1.5 text-xs text-balance",e),...n,children:[a,c.jsx(Qoe,{className:"bg-foreground fill-foreground z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px]"})]})})}const ese="sidebar_state",tse=3600*24*7,ase="16rem",nse="18rem",rse="3rem",ose="b",m4=y.createContext(null);function To(){const e=y.useContext(m4);if(!e)throw new Error("useSidebar must be used within a SidebarProvider.");return e}function g4({defaultOpen:e=!0,open:t,onOpenChange:a,className:n,style:r,children:o,...i}){const l=Eoe(),[d,u]=y.useState(!1),[p,h]=y.useState(e),f=t??p,g=y.useCallback(k=>{const b=typeof k=="function"?k(f):k;a?a(b):h(b),document.cookie=`${ese}=${b}; path=/; max-age=${tse}`},[a,f]),m=y.useCallback(()=>l?u(k=>!k):g(k=>!k),[l,g,u]);y.useEffect(()=>{const k=b=>{b.key===ose&&(b.metaKey||b.ctrlKey)&&(b.preventDefault(),m())};return window.addEventListener("keydown",k),()=>window.removeEventListener("keydown",k)},[m]);const v=f?"expanded":"collapsed",x=y.useMemo(()=>({state:v,open:f,setOpen:g,isMobile:l,openMobile:d,setOpenMobile:u,toggleSidebar:m}),[v,f,g,l,d,u,m]);return c.jsx(m4.Provider,{value:x,children:c.jsx(ui,{delayDuration:0,children:c.jsx("div",{"data-slot":"sidebar-wrapper",style:{"--sidebar-width":ase,"--sidebar-width-icon":rse,...r},className:j("group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex min-h-svh w-full",n),...i,children:o})})})}function k4({side:e="left",variant:t="sidebar",collapsible:a="offcanvas",className:n,children:r,...o}){const{isMobile:i,state:l,openMobile:d,setOpenMobile:u}=To();return a==="none"?c.jsx("div",{"data-slot":"sidebar",className:j("bg-sidebar text-sidebar-foreground flex h-full w-(--sidebar-width) flex-col",n),...o,children:r}):i?c.jsx(ed,{open:d,onOpenChange:u,...o,children:c.jsxs(td,{"data-sidebar":"sidebar","data-slot":"sidebar","data-mobile":"true",className:"bg-sidebar text-sidebar-foreground w-[--sidebar-width] p-0 [&>button]:hidden",style:{"--sidebar-width":nse},side:e,children:[c.jsxs(ad,{className:"sr-only",children:[c.jsx(nd,{children:"Sidebar"}),c.jsx(rd,{children:"Displays the mobile sidebar."})]}),c.jsx("div",{className:"flex h-full w-full flex-col",children:r})]})}):c.jsxs("div",{className:"group peer text-sidebar-foreground hidden md:block","data-state":l,"data-collapsible":l==="collapsed"?a:"","data-variant":t,"data-side":e,"data-slot":"sidebar",children:[c.jsx("div",{"data-slot":"sidebar-gap",className:j("relative w-[--sidebar-width] bg-transparent transition-[width] duration-200 ease-linear","group-data-[collapsible=offcanvas]:w-0","group-data-[side=right]:rotate-180",t==="floating"||t==="inset"?"group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)+1rem)]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon]")}),c.jsx("div",{"data-slot":"sidebar-container",className:j("fixed inset-y-0 z-10 hidden h-svh w-[--sidebar-width] transition-[left,right,width] duration-200 ease-linear md:flex",e==="left"?"left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)]":"right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--sidebar-width)*-1)]",t==="floating"||t==="inset"?"p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)+1rem+2px)]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon] group-data-[side=left]:border-r group-data-[side=right]:border-l",n),...o,children:c.jsx("div",{"data-sidebar":"sidebar","data-slot":"sidebar-inner",className:"bg-sidebar group-data-[variant=floating]:border-sidebar-border flex h-full w-full flex-col group-data-[variant=floating]:rounded-lg group-data-[variant=floating]:border group-data-[variant=floating]:shadow-sm",children:r})})]})}function pd({className:e,onClick:t,...a}){const{toggleSidebar:n}=To();return c.jsxs(Xe,{"data-sidebar":"trigger","data-slot":"sidebar-trigger",variant:"ghost",size:"icon",className:j("size-7",e),onClick:r=>{t?.(r),n()},...a,children:[c.jsx(U2,{}),c.jsx("span",{className:"sr-only",children:"Toggle Sidebar"})]})}function sse({className:e,...t}){const{toggleSidebar:a}=To();return c.jsx("button",{"data-sidebar":"rail","data-slot":"sidebar-rail","aria-label":"Toggle Sidebar",tabIndex:-1,onClick:a,title:"Toggle Sidebar",className:j("hover:after:bg-sidebar-border absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear group-data-[side=left]:-right-4 group-data-[side=right]:left-0 after:absolute after:inset-y-0 after:left-1/2 after:w-[2px] sm:flex","in-data-[side=left]:cursor-w-resize in-data-[side=right]:cursor-e-resize","[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize","hover:group-data-[collapsible=offcanvas]:bg-sidebar group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full","[[data-side=left][data-collapsible=offcanvas]_&]:-right-2","[[data-side=right][data-collapsible=offcanvas]_&]:-left-2",e),...t})}function v4({className:e,...t}){return c.jsx("main",{"data-slot":"sidebar-inset",className:j("bg-background relative flex w-full flex-1 flex-col","md:peer-data-[variant=inset]:m-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow-sm md:peer-data-[variant=inset]:peer-data-[state=collapsed]:ml-2",e),...t})}function ise({className:e,...t}){return c.jsx(Pa,{"data-slot":"sidebar-input","data-sidebar":"input",className:j("bg-background h-8 w-full shadow-none",e),...t})}function x4({className:e,...t}){return c.jsx("div",{"data-slot":"sidebar-header","data-sidebar":"header",className:j("flex flex-col gap-2 p-2",e),...t})}function b4({className:e,...t}){return c.jsx("div",{"data-slot":"sidebar-footer","data-sidebar":"footer",className:j("flex flex-col gap-2 p-2",e),...t})}function lse({className:e,...t}){return c.jsx(Ka,{"data-slot":"sidebar-separator","data-sidebar":"separator",className:j("bg-sidebar-border mx-2 w-auto",e),...t})}function M4({className:e,...t}){return c.jsx("div",{"data-slot":"sidebar-content","data-sidebar":"content",className:j("flex min-h-0 flex-1 flex-col gap-2 overflow-auto group-data-[collapsible=icon]:overflow-hidden",e),...t})}function w4({className:e,...t}){return c.jsx("div",{"data-slot":"sidebar-group","data-sidebar":"group",className:j("relative flex w-full min-w-0 flex-col p-2",e),...t})}function C4({className:e,asChild:t=!1,...a}){const n=t?da:"div";return c.jsx(n,{"data-slot":"sidebar-group-label","data-sidebar":"group-label",className:j("text-sidebar-foreground/70 ring-sidebar-ring flex h-8 shrink-0 items-center rounded-md px-2 text-xs font-medium outline-hidden transition-[margin,opacity] duration-200 ease-linear focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0",e),...a})}function cse({className:e,asChild:t=!1,...a}){const n=t?da:"button";return c.jsx(n,{"data-slot":"sidebar-group-action","data-sidebar":"group-action",className:j("text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground absolute top-3.5 right-3 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-hidden transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 md:after:hidden","group-data-[collapsible=icon]:hidden",e),...a})}function S4({className:e,...t}){return c.jsx("div",{"data-slot":"sidebar-group-content","data-sidebar":"group-content",className:j("w-full text-sm",e),...t})}function j4({className:e,...t}){return c.jsx("ul",{"data-slot":"sidebar-menu","data-sidebar":"menu",className:j("flex w-full min-w-0 flex-col gap-1",e),...t})}function A4({className:e,...t}){return c.jsx("li",{"data-slot":"sidebar-menu-item","data-sidebar":"menu-item",className:j("group/menu-item relative",e),...t})}const dse=Ht("peer/menu-button flex w-full items-center gap-2 overflow-hidden rounded-md p-2 text-left text-sm outline-hidden ring-sidebar-ring transition-[width,height,padding] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-data-[sidebar=menu-action]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-accent-foreground group-data-[collapsible=icon]:size-8! group-data-[collapsible=icon]:p-2! [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0",{variants:{variant:{default:"hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",outline:"bg-background shadow-[0_0_0_1px_hsl(var(--sidebar-border))] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:shadow-[0_0_0_1px_hsl(var(--sidebar-accent))]"},size:{default:"h-8 text-sm",sm:"h-7 text-xs",lg:"h-12 text-sm group-data-[collapsible=icon]:p-0!"}},defaultVariants:{variant:"default",size:"default"}});function D4({asChild:e=!1,isActive:t=!1,variant:a="default",size:n="default",tooltip:r,className:o,...i}){const l=e?da:"button",{isMobile:d,state:u}=To(),p=c.jsx(l,{"data-slot":"sidebar-menu-button","data-sidebar":"menu-button","data-size":n,"data-active":t,className:j(dse({variant:a,size:n}),o),...i});return r?(typeof r=="string"&&(r={children:r}),c.jsxs(dd,{children:[c.jsx(ud,{asChild:!0,children:p}),c.jsx(hd,{side:"right",align:"center",hidden:u!=="collapsed"||d,...r})]})):p}function use({className:e,asChild:t=!1,showOnHover:a=!1,...n}){const r=t?da:"button";return c.jsx(r,{"data-slot":"sidebar-menu-action","data-sidebar":"menu-action",className:j("text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground peer-hover/menu-button:text-sidebar-accent-foreground absolute top-1.5 right-1 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-hidden transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 md:after:hidden","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",a&&"peer-data-[active=true]/menu-button:text-sidebar-accent-foreground group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 md:opacity-0",e),...n})}function hse({className:e,...t}){return c.jsx("div",{"data-slot":"sidebar-menu-badge","data-sidebar":"menu-badge",className:j("text-sidebar-foreground pointer-events-none absolute right-1 flex h-5 min-w-5 items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums select-none","peer-hover/menu-button:text-sidebar-accent-foreground peer-data-[active=true]/menu-button:text-sidebar-accent-foreground","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",e),...t})}function pse({className:e,showIcon:t=!1,...a}){const[n]=y.useState(()=>`${Math.floor(Math.random()*40)+50}%`);return c.jsxs("div",{"data-slot":"sidebar-menu-skeleton","data-sidebar":"menu-skeleton",className:j("flex h-8 items-center gap-2 rounded-md px-2",e),...a,children:[t&&c.jsx(li,{className:"size-4 rounded-md","data-sidebar":"menu-skeleton-icon"}),c.jsx(li,{className:"h-4 max-w-(--skeleton-width) flex-1","data-sidebar":"menu-skeleton-text",style:{"--skeleton-width":n}})]})}function yse({className:e,...t}){return c.jsx("ul",{"data-slot":"sidebar-menu-sub","data-sidebar":"menu-sub",className:j("border-sidebar-border mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l px-2.5 py-0.5","group-data-[collapsible=icon]:hidden",e),...t})}function fse({className:e,...t}){return c.jsx("li",{"data-slot":"sidebar-menu-sub-item","data-sidebar":"menu-sub-item",className:j("group/menu-sub-item relative",e),...t})}function mse({asChild:e=!1,size:t="md",isActive:a=!1,className:n,...r}){const o=e?da:"a";return c.jsx(o,{"data-slot":"sidebar-menu-sub-button","data-sidebar":"menu-sub-button","data-size":t,"data-active":a,className:j("text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground [&>svg]:text-sidebar-accent-foreground flex h-7 min-w-0 -translate-x-px items-center gap-2 overflow-hidden rounded-md px-2 outline-hidden focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0","data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground",t==="sm"&&"text-xs",t==="md"&&"text-sm","group-data-[collapsible=icon]:hidden",n),...r})}var P4=["PageUp","PageDown"],T4=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],N4={"from-left":["Home","PageDown","ArrowDown","ArrowLeft"],"from-right":["Home","PageDown","ArrowDown","ArrowRight"],"from-bottom":["Home","PageDown","ArrowDown","ArrowLeft"],"from-top":["Home","PageDown","ArrowUp","ArrowLeft"]},mr="Slider",[yd,gse,kse]=Ga(mr),[E4]=rt(mr,[kse]),[vse,hi]=E4(mr),_4=y.forwardRef((e,t)=>{const{name:a,min:n=0,max:r=100,step:o=1,orientation:i="horizontal",disabled:l=!1,minStepsBetweenThumbs:d=0,defaultValue:u=[n],value:p,onValueChange:h=()=>{},onValueCommit:f=()=>{},inverted:g=!1,form:m,...v}=e,x=y.useRef(new Set),k=y.useRef(0),w=i==="horizontal"?xse:bse,[C=[],D]=at({prop:p,defaultProp:u,onChange:V=>{[...x.current][k.current]?.focus(),h(V)}}),A=y.useRef(C);function P(V){const H=jse(C,V);O(V,H)}function N(V){O(V,k.current)}function _(){const V=A.current[k.current];C[k.current]!==V&&f(C)}function O(V,H,{commit:R}={commit:!1}){const q=Tse(o),K=Nse(Math.round((V-n)/o)*o+n,q),B=Lr(K,[n,r]);D((U=[])=>{const L=Cse(U,B,H);if(Pse(L,d*o)){k.current=L.indexOf(B);const G=String(L)!==String(U);return G&&R&&f(L),G?L:U}else return U})}return c.jsx(vse,{scope:e.__scopeSlider,name:a,disabled:l,min:n,max:r,valueIndexToChangeRef:k,thumbs:x.current,values:C,orientation:i,form:m,children:c.jsx(yd.Provider,{scope:e.__scopeSlider,children:c.jsx(yd.Slot,{scope:e.__scopeSlider,children:c.jsx(w,{"aria-disabled":l,"data-disabled":l?"":void 0,...v,ref:t,onPointerDown:Y(v.onPointerDown,()=>{l||(A.current=C)}),min:n,max:r,inverted:g,onSlideStart:l?void 0:P,onSlideMove:l?void 0:N,onSlideEnd:l?void 0:_,onHomeKeyDown:()=>!l&&O(n,0,{commit:!0}),onEndKeyDown:()=>!l&&O(r,C.length-1,{commit:!0}),onStepKeyDown:({event:V,direction:H})=>{if(!l){const K=P4.includes(V.key)||V.shiftKey&&T4.includes(V.key)?10:1,B=k.current,U=C[B],L=o*K*H;O(U+L,B,{commit:!0})}}})})})})});_4.displayName=mr;var[z4,O4]=E4(mr,{startEdge:"left",endEdge:"right",size:"width",direction:1}),xse=y.forwardRef((e,t)=>{const{min:a,max:n,dir:r,inverted:o,onSlideStart:i,onSlideMove:l,onSlideEnd:d,onStepKeyDown:u,...p}=e,[h,f]=y.useState(null),g=Se(t,w=>f(w)),m=y.useRef(void 0),v=sa(r),x=v==="ltr",k=x&&!o||!x&&o;function b(w){const C=m.current||h.getBoundingClientRect(),D=[0,C.width],P=gd(D,k?[a,n]:[n,a]);return m.current=C,P(w-C.left)}return c.jsx(z4,{scope:e.__scopeSlider,startEdge:k?"left":"right",endEdge:k?"right":"left",direction:k?1:-1,size:"width",children:c.jsx(R4,{dir:v,"data-orientation":"horizontal",...p,ref:g,style:{...p.style,"--radix-slider-thumb-transform":"translateX(-50%)"},onSlideStart:w=>{const C=b(w.clientX);i?.(C)},onSlideMove:w=>{const C=b(w.clientX);l?.(C)},onSlideEnd:()=>{m.current=void 0,d?.()},onStepKeyDown:w=>{const D=N4[k?"from-left":"from-right"].includes(w.key);u?.({event:w,direction:D?-1:1})}})})}),bse=y.forwardRef((e,t)=>{const{min:a,max:n,inverted:r,onSlideStart:o,onSlideMove:i,onSlideEnd:l,onStepKeyDown:d,...u}=e,p=y.useRef(null),h=Se(t,p),f=y.useRef(void 0),g=!r;function m(v){const x=f.current||p.current.getBoundingClientRect(),k=[0,x.height],w=gd(k,g?[n,a]:[a,n]);return f.current=x,w(v-x.top)}return c.jsx(z4,{scope:e.__scopeSlider,startEdge:g?"bottom":"top",endEdge:g?"top":"bottom",size:"height",direction:g?1:-1,children:c.jsx(R4,{"data-orientation":"vertical",...u,ref:h,style:{...u.style,"--radix-slider-thumb-transform":"translateY(50%)"},onSlideStart:v=>{const x=m(v.clientY);o?.(x)},onSlideMove:v=>{const x=m(v.clientY);i?.(x)},onSlideEnd:()=>{f.current=void 0,l?.()},onStepKeyDown:v=>{const k=N4[g?"from-bottom":"from-top"].includes(v.key);d?.({event:v,direction:k?-1:1})}})})}),R4=y.forwardRef((e,t)=>{const{__scopeSlider:a,onSlideStart:n,onSlideMove:r,onSlideEnd:o,onHomeKeyDown:i,onEndKeyDown:l,onStepKeyDown:d,...u}=e,p=hi(mr,a);return c.jsx(de.span,{...u,ref:t,onKeyDown:Y(e.onKeyDown,h=>{h.key==="Home"?(i(h),h.preventDefault()):h.key==="End"?(l(h),h.preventDefault()):P4.concat(T4).includes(h.key)&&(d(h),h.preventDefault())}),onPointerDown:Y(e.onPointerDown,h=>{const f=h.target;f.setPointerCapture(h.pointerId),h.preventDefault(),p.thumbs.has(f)?f.focus():n(h)}),onPointerMove:Y(e.onPointerMove,h=>{h.target.hasPointerCapture(h.pointerId)&&r(h)}),onPointerUp:Y(e.onPointerUp,h=>{const f=h.target;f.hasPointerCapture(h.pointerId)&&(f.releasePointerCapture(h.pointerId),o(h))})})}),I4="SliderTrack",V4=y.forwardRef((e,t)=>{const{__scopeSlider:a,...n}=e,r=hi(I4,a);return c.jsx(de.span,{"data-disabled":r.disabled?"":void 0,"data-orientation":r.orientation,...n,ref:t})});V4.displayName=I4;var fd="SliderRange",L4=y.forwardRef((e,t)=>{const{__scopeSlider:a,...n}=e,r=hi(fd,a),o=O4(fd,a),i=y.useRef(null),l=Se(t,i),d=r.values.length,u=r.values.map(f=>F4(f,r.min,r.max)),p=d>1?Math.min(...u):0,h=100-Math.max(...u);return c.jsx(de.span,{"data-orientation":r.orientation,"data-disabled":r.disabled?"":void 0,...n,ref:l,style:{...e.style,[o.startEdge]:p+"%",[o.endEdge]:h+"%"}})});L4.displayName=fd;var md="SliderThumb",H4=y.forwardRef((e,t)=>{const a=gse(e.__scopeSlider),[n,r]=y.useState(null),o=Se(t,l=>r(l)),i=y.useMemo(()=>n?a().findIndex(l=>l.ref.current===n):-1,[a,n]);return c.jsx(Mse,{...e,ref:o,index:i})}),Mse=y.forwardRef((e,t)=>{const{__scopeSlider:a,index:n,name:r,...o}=e,i=hi(md,a),l=O4(md,a),[d,u]=y.useState(null),p=Se(t,b=>u(b)),h=d?i.form||!!d.closest("form"):!0,f=Br(d),g=i.values[n],m=g===void 0?0:F4(g,i.min,i.max),v=Sse(n,i.values.length),x=f?.[l.size],k=x?Ase(x,m,l.direction):0;return y.useEffect(()=>{if(d)return i.thumbs.add(d),()=>{i.thumbs.delete(d)}},[d,i.thumbs]),c.jsxs("span",{style:{transform:"var(--radix-slider-thumb-transform)",position:"absolute",[l.startEdge]:`calc(${m}% + ${k}px)`},children:[c.jsx(yd.ItemSlot,{scope:e.__scopeSlider,children:c.jsx(de.span,{role:"slider","aria-label":e["aria-label"]||v,"aria-valuemin":i.min,"aria-valuenow":g,"aria-valuemax":i.max,"aria-orientation":i.orientation,"data-orientation":i.orientation,"data-disabled":i.disabled?"":void 0,tabIndex:i.disabled?void 0:0,...o,ref:p,style:g===void 0?{display:"none"}:e.style,onFocus:Y(e.onFocus,()=>{i.valueIndexToChangeRef.current=n})})}),h&&c.jsx(q4,{name:r??(i.name?i.name+(i.values.length>1?"[]":""):void 0),form:i.form,value:g},n)]})});H4.displayName=md;var wse="RadioBubbleInput",q4=y.forwardRef(({__scopeSlider:e,value:t,...a},n)=>{const r=y.useRef(null),o=Se(r,n),i=nr(t);return y.useEffect(()=>{const l=r.current;if(!l)return;const d=window.HTMLInputElement.prototype,p=Object.getOwnPropertyDescriptor(d,"value").set;if(i!==t&&p){const h=new Event("input",{bubbles:!0});p.call(l,t),l.dispatchEvent(h)}},[i,t]),c.jsx(de.input,{style:{display:"none"},...a,ref:o,defaultValue:t})});q4.displayName=wse;function Cse(e=[],t,a){const n=[...e];return n[a]=t,n.sort((r,o)=>r-o)}function F4(e,t,a){const o=100/(a-t)*(e-t);return Lr(o,[0,100])}function Sse(e,t){return t>2?`Value ${e+1} of ${t}`:t===2?["Minimum","Maximum"][e]:void 0}function jse(e,t){if(e.length===1)return 0;const a=e.map(r=>Math.abs(r-t)),n=Math.min(...a);return a.indexOf(n)}function Ase(e,t,a){const n=e/2,o=gd([0,50],[0,n]);return(n-o(t)*a)*a}function Dse(e){return e.slice(0,-1).map((t,a)=>e[a+1]-t)}function Pse(e,t){if(t>0){const a=Dse(e);return Math.min(...a)>=t}return!0}function gd(e,t){return a=>{if(e[0]===e[1]||t[0]===t[1])return t[0];const n=(t[1]-t[0])/(e[1]-e[0]);return t[0]+n*(a-e[0])}}function Tse(e){return(String(e).split(".")[1]||"").length}function Nse(e,t){const a=Math.pow(10,t);return Math.round(e*a)/a}var Ese=_4,_se=V4,zse=L4,Ose=H4;function B4({className:e,defaultValue:t,value:a,min:n=0,max:r=100,...o}){const i=y.useMemo(()=>Array.isArray(a)?a:Array.isArray(t)?t:[n,r],[a,t,n,r]);return c.jsxs(Ese,{"data-slot":"slider",defaultValue:t,value:a,min:n,max:r,className:j("relative flex w-full touch-none items-center select-none data-[disabled]:opacity-50 data-[orientation=vertical]:h-full data-[orientation=vertical]:min-h-44 data-[orientation=vertical]:w-auto data-[orientation=vertical]:flex-col",e),...o,children:[c.jsx(_se,{"data-slot":"slider-track",className:j("bg-muted relative grow overflow-hidden rounded-full data-[orientation=horizontal]:h-1.5 data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-1.5"),children:c.jsx(zse,{"data-slot":"slider-range",className:j("bg-primary absolute data-[orientation=horizontal]:h-full data-[orientation=vertical]:w-full")})}),Array.from({length:i.length},(l,d)=>c.jsx(Ose,{"data-slot":"slider-thumb",className:"border-primary ring-ring/50 block size-4 shrink-0 rounded-full border bg-white shadow-sm transition-[color,box-shadow] hover:ring-4 focus-visible:ring-4 focus-visible:outline-hidden disabled:pointer-events-none disabled:opacity-50"},d))]})}var Rse=(e,t,a,n,r,o,i,l)=>{let d=document.documentElement,u=["light","dark"];function p(g){(Array.isArray(e)?e:[e]).forEach(m=>{let v=m==="class",x=v&&o?r.map(k=>o[k]||k):r;v?(d.classList.remove(...x),d.classList.add(o&&o[g]?o[g]:g)):d.setAttribute(m,g)}),h(g)}function h(g){l&&u.includes(g)&&(d.style.colorScheme=g)}function f(){return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}if(n)p(n);else try{let g=localStorage.getItem(t)||a,m=i&&g==="system"?f():g;p(m)}catch{}},Ise=y.createContext(void 0),Vse={setTheme:e=>{},themes:[]},Lse=()=>{var e;return(e=y.useContext(Ise))!=null?e:Vse};y.memo(({forcedTheme:e,storageKey:t,attribute:a,enableSystem:n,enableColorScheme:r,defaultTheme:o,value:i,themes:l,nonce:d,scriptProps:u})=>{let p=JSON.stringify([a,t,o,e,l,i,n,r]).slice(1,-1);return y.createElement("script",{...u,suppressHydrationWarning:!0,nonce:typeof window>"u"?d:"",dangerouslySetInnerHTML:{__html:`(${Rse.toString()})(${p})`}})});function Hse(e){if(typeof document>"u")return;let t=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css",t.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}const qse=e=>{switch(e){case"success":return $se;case"info":return Gse;case"warning":return Wse;case"error":return Use;default:return null}},Fse=Array(12).fill(0),Bse=({visible:e,className:t})=>M.createElement("div",{className:["sonner-loading-wrapper",t].filter(Boolean).join(" "),"data-visible":e},M.createElement("div",{className:"sonner-spinner"},Fse.map((a,n)=>M.createElement("div",{className:"sonner-loading-bar",key:`spinner-bar-${n}`})))),$se=M.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},M.createElement("path",{fillRule:"evenodd",d:"M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z",clipRule:"evenodd"})),Wse=M.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",height:"20",width:"20"},M.createElement("path",{fillRule:"evenodd",d:"M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z",clipRule:"evenodd"})),Gse=M.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},M.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z",clipRule:"evenodd"})),Use=M.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",height:"20",width:"20"},M.createElement("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z",clipRule:"evenodd"})),Yse=M.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"},M.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),M.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"})),Zse=()=>{const[e,t]=M.useState(document.hidden);return M.useEffect(()=>{const a=()=>{t(document.hidden)};return document.addEventListener("visibilitychange",a),()=>window.removeEventListener("visibilitychange",a)},[]),e};let kd=1;class Kse{constructor(){this.subscribe=t=>(this.subscribers.push(t),()=>{const a=this.subscribers.indexOf(t);this.subscribers.splice(a,1)}),this.publish=t=>{this.subscribers.forEach(a=>a(t))},this.addToast=t=>{this.publish(t),this.toasts=[...this.toasts,t]},this.create=t=>{var a;const{message:n,...r}=t,o=typeof t?.id=="number"||((a=t.id)==null?void 0:a.length)>0?t.id:kd++,i=this.toasts.find(d=>d.id===o),l=t.dismissible===void 0?!0:t.dismissible;return this.dismissedToasts.has(o)&&this.dismissedToasts.delete(o),i?this.toasts=this.toasts.map(d=>d.id===o?(this.publish({...d,...t,id:o,title:n}),{...d,...t,id:o,dismissible:l,title:n}):d):this.addToast({title:n,...r,dismissible:l,id:o}),o},this.dismiss=t=>(t?(this.dismissedToasts.add(t),requestAnimationFrame(()=>this.subscribers.forEach(a=>a({id:t,dismiss:!0})))):this.toasts.forEach(a=>{this.subscribers.forEach(n=>n({id:a.id,dismiss:!0}))}),t),this.message=(t,a)=>this.create({...a,message:t}),this.error=(t,a)=>this.create({...a,message:t,type:"error"}),this.success=(t,a)=>this.create({...a,type:"success",message:t}),this.info=(t,a)=>this.create({...a,type:"info",message:t}),this.warning=(t,a)=>this.create({...a,type:"warning",message:t}),this.loading=(t,a)=>this.create({...a,type:"loading",message:t}),this.promise=(t,a)=>{if(!a)return;let n;a.loading!==void 0&&(n=this.create({...a,promise:t,type:"loading",message:a.loading,description:typeof a.description!="function"?a.description:void 0}));const r=Promise.resolve(t instanceof Function?t():t);let o=n!==void 0,i;const l=r.then(async u=>{if(i=["resolve",u],M.isValidElement(u))o=!1,this.create({id:n,type:"default",message:u});else if(Jse(u)&&!u.ok){o=!1;const h=typeof a.error=="function"?await a.error(`HTTP error! status: ${u.status}`):a.error,f=typeof a.description=="function"?await a.description(`HTTP error! status: ${u.status}`):a.description,m=typeof h=="object"&&!M.isValidElement(h)?h:{message:h};this.create({id:n,type:"error",description:f,...m})}else if(u instanceof Error){o=!1;const h=typeof a.error=="function"?await a.error(u):a.error,f=typeof a.description=="function"?await a.description(u):a.description,m=typeof h=="object"&&!M.isValidElement(h)?h:{message:h};this.create({id:n,type:"error",description:f,...m})}else if(a.success!==void 0){o=!1;const h=typeof a.success=="function"?await a.success(u):a.success,f=typeof a.description=="function"?await a.description(u):a.description,m=typeof h=="object"&&!M.isValidElement(h)?h:{message:h};this.create({id:n,type:"success",description:f,...m})}}).catch(async u=>{if(i=["reject",u],a.error!==void 0){o=!1;const p=typeof a.error=="function"?await a.error(u):a.error,h=typeof a.description=="function"?await a.description(u):a.description,g=typeof p=="object"&&!M.isValidElement(p)?p:{message:p};this.create({id:n,type:"error",description:h,...g})}}).finally(()=>{o&&(this.dismiss(n),n=void 0),a.finally==null||a.finally.call(a)}),d=()=>new Promise((u,p)=>l.then(()=>i[0]==="reject"?p(i[1]):u(i[1])).catch(p));return typeof n!="string"&&typeof n!="number"?{unwrap:d}:Object.assign(n,{unwrap:d})},this.custom=(t,a)=>{const n=a?.id||kd++;return this.create({jsx:t(n),id:n,...a}),n},this.getActiveToasts=()=>this.toasts.filter(t=>!this.dismissedToasts.has(t.id)),this.subscribers=[],this.toasts=[],this.dismissedToasts=new Set}}const Vt=new Kse,Xse=(e,t)=>{const a=t?.id||kd++;return Vt.addToast({title:e,...t,id:a}),a},Jse=e=>e&&typeof e=="object"&&"ok"in e&&typeof e.ok=="boolean"&&"status"in e&&typeof e.status=="number",Qse=Xse,eie=()=>Vt.toasts,tie=()=>Vt.getActiveToasts();Object.assign(Qse,{success:Vt.success,info:Vt.info,warning:Vt.warning,error:Vt.error,custom:Vt.custom,message:Vt.message,promise:Vt.promise,dismiss:Vt.dismiss,loading:Vt.loading},{getHistory:eie,getToasts:tie}),Hse("[data-sonner-toaster][dir=ltr],html[dir=ltr]{--toast-icon-margin-start:-3px;--toast-icon-margin-end:4px;--toast-svg-margin-start:-1px;--toast-svg-margin-end:0px;--toast-button-margin-start:auto;--toast-button-margin-end:0;--toast-close-button-start:0;--toast-close-button-end:unset;--toast-close-button-transform:translate(-35%, -35%)}[data-sonner-toaster][dir=rtl],html[dir=rtl]{--toast-icon-margin-start:4px;--toast-icon-margin-end:-3px;--toast-svg-margin-start:0px;--toast-svg-margin-end:-1px;--toast-button-margin-start:0;--toast-button-margin-end:auto;--toast-close-button-start:unset;--toast-close-button-end:0;--toast-close-button-transform:translate(35%, -35%)}[data-sonner-toaster]{position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1:hsl(0, 0%, 99%);--gray2:hsl(0, 0%, 97.3%);--gray3:hsl(0, 0%, 95.1%);--gray4:hsl(0, 0%, 93%);--gray5:hsl(0, 0%, 90.9%);--gray6:hsl(0, 0%, 88.7%);--gray7:hsl(0, 0%, 85.8%);--gray8:hsl(0, 0%, 78%);--gray9:hsl(0, 0%, 56.1%);--gray10:hsl(0, 0%, 52.3%);--gray11:hsl(0, 0%, 43.5%);--gray12:hsl(0, 0%, 9%);--border-radius:8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:0;z-index:999999999;transition:transform .4s ease}@media (hover:none) and (pointer:coarse){[data-sonner-toaster][data-lifted=true]{transform:none}}[data-sonner-toaster][data-x-position=right]{right:var(--offset-right)}[data-sonner-toaster][data-x-position=left]{left:var(--offset-left)}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translateX(-50%)}[data-sonner-toaster][data-y-position=top]{top:var(--offset-top)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--offset-bottom)}[data-sonner-toast]{--y:translateY(100%);--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:0;overflow-wrap:anywhere}[data-sonner-toast][data-styled=true]{padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}[data-sonner-toast]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-y-position=top]{top:0;--y:translateY(-100%);--lift:1;--lift-amount:calc(1 * var(--gap))}[data-sonner-toast][data-y-position=bottom]{bottom:0;--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift) * var(--gap))}[data-sonner-toast][data-styled=true] [data-description]{font-weight:400;line-height:1.4;color:#3f3f3f}[data-rich-colors=true][data-sonner-toast][data-styled=true] [data-description]{color:inherit}[data-sonner-toaster][data-sonner-theme=dark] [data-description]{color:#e8e8e8}[data-sonner-toast][data-styled=true] [data-title]{font-weight:500;line-height:1.5;color:inherit}[data-sonner-toast][data-styled=true] [data-icon]{display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}[data-sonner-toast][data-promise=true] [data-icon]>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}[data-sonner-toast][data-styled=true] [data-icon]>*{flex-shrink:0}[data-sonner-toast][data-styled=true] [data-icon] svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}[data-sonner-toast][data-styled=true] [data-content]{display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;font-weight:500;cursor:pointer;outline:0;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}[data-sonner-toast][data-styled=true] [data-button]:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.4)}[data-sonner-toast][data-styled=true] [data-button]:first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}[data-sonner-toast][data-styled=true] [data-cancel]{color:var(--normal-text);background:rgba(0,0,0,.08)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-styled=true] [data-cancel]{background:rgba(255,255,255,.3)}[data-sonner-toast][data-styled=true] [data-close-button]{position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);background:var(--normal-bg);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast][data-styled=true] [data-close-button]:focus-visible{box-shadow:0 4px 12px rgba(0,0,0,.1),0 0 0 2px rgba(0,0,0,.2)}[data-sonner-toast][data-styled=true] [data-disabled=true]{cursor:not-allowed}[data-sonner-toast][data-styled=true]:hover [data-close-button]:hover{background:var(--gray2);border-color:var(--gray5)}[data-sonner-toast][data-swiping=true]::before{content:'';position:absolute;left:-100%;right:-100%;height:100%;z-index:-1}[data-sonner-toast][data-y-position=top][data-swiping=true]::before{bottom:50%;transform:scaleY(3) translateY(50%)}[data-sonner-toast][data-y-position=bottom][data-swiping=true]::before{top:50%;transform:scaleY(3) translateY(-50%)}[data-sonner-toast][data-swiping=false][data-removed=true]::before{content:'';position:absolute;inset:0;transform:scaleY(2)}[data-sonner-toast][data-expanded=true]::after{content:'';position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * 0.05 + 1;--y:translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-removed=true][data-front=false]::before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0)) translateX(var(--swipe-amount-x,0));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{from{transform:var(--y) translateX(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translateX(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{from{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width:600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-sonner-theme=light]{--normal-bg:#fff;--normal-border:var(--gray4);--normal-text:var(--gray12);--success-bg:hsl(143, 85%, 96%);--success-border:hsl(145, 92%, 87%);--success-text:hsl(140, 100%, 27%);--info-bg:hsl(208, 100%, 97%);--info-border:hsl(221, 91%, 93%);--info-text:hsl(210, 92%, 45%);--warning-bg:hsl(49, 100%, 97%);--warning-border:hsl(49, 91%, 84%);--warning-text:hsl(31, 92%, 45%);--error-bg:hsl(359, 100%, 97%);--error-border:hsl(359, 100%, 94%);--error-text:hsl(360, 100%, 45%)}[data-sonner-toaster][data-sonner-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg:#000;--normal-border:hsl(0, 0%, 20%);--normal-text:var(--gray1)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg:#fff;--normal-border:var(--gray3);--normal-text:var(--gray12)}[data-sonner-toaster][data-sonner-theme=dark]{--normal-bg:#000;--normal-bg-hover:hsl(0, 0%, 12%);--normal-border:hsl(0, 0%, 20%);--normal-border-hover:hsl(0, 0%, 25%);--normal-text:var(--gray1);--success-bg:hsl(150, 100%, 6%);--success-border:hsl(147, 100%, 12%);--success-text:hsl(150, 86%, 65%);--info-bg:hsl(215, 100%, 6%);--info-border:hsl(223, 43%, 17%);--info-text:hsl(216, 87%, 65%);--warning-bg:hsl(64, 100%, 6%);--warning-border:hsl(60, 100%, 9%);--warning-text:hsl(46, 87%, 65%);--error-bg:hsl(358, 76%, 10%);--error-border:hsl(357, 89%, 16%);--error-text:hsl(358, 100%, 81%)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-sonner-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size:16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:first-child{animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}100%{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}100%{opacity:.15}}@media (prefers-reduced-motion){.sonner-loading-bar,[data-sonner-toast],[data-sonner-toast]>*{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}");function pi(e){return e.label!==void 0}const aie=3,nie="24px",rie="16px",$4=4e3,oie=356,sie=14,iie=45,lie=200;function Ea(...e){return e.filter(Boolean).join(" ")}function cie(e){const[t,a]=e.split("-"),n=[];return t&&n.push(t),a&&n.push(a),n}const die=e=>{var t,a,n,r,o,i,l,d,u;const{invert:p,toast:h,unstyled:f,interacting:g,setHeights:m,visibleToasts:v,heights:x,index:k,toasts:b,expanded:w,removeToast:C,defaultRichColors:D,closeButton:A,style:P,cancelButtonStyle:N,actionButtonStyle:_,className:O="",descriptionClassName:V="",duration:H,position:R,gap:q,expandByDefault:K,classNames:B,icons:U,closeButtonAriaLabel:L="Close toast"}=e,[G,ce]=M.useState(null),[ue,F]=M.useState(null),[W,Q]=M.useState(!1),[X,le]=M.useState(!1),[$,re]=M.useState(!1),[xe,fe]=M.useState(!1),[me,ae]=M.useState(!1),[je,J]=M.useState(0),[ye,Te]=M.useState(0),ze=M.useRef(h.duration||H||$4),He=M.useRef(null),Pe=M.useRef(null),oe=k===0,T=k+1<=v,E=h.type,I=h.dismissible!==!1,te=h.className||"",Z=h.descriptionClassName||"",ee=M.useMemo(()=>x.findIndex(se=>se.toastId===h.id)||0,[x,h.id]),pe=M.useMemo(()=>{var se;return(se=h.closeButton)!=null?se:A},[h.closeButton,A]),Ee=M.useMemo(()=>h.duration||H||$4,[h.duration,H]),Ne=M.useRef(0),Ve=M.useRef(0),ut=M.useRef(0),We=M.useRef(null),[dt,Mt]=R.split("-"),Tt=M.useMemo(()=>x.reduce((se,Re,Fe)=>Fe>=ee?se:se+Re.height,0),[x,ee]),aa=Zse(),Ut=h.invert||p,zt=E==="loading";Ve.current=M.useMemo(()=>ee*q+Tt,[ee,Tt]),M.useEffect(()=>{ze.current=Ee},[Ee]),M.useEffect(()=>{Q(!0)},[]),M.useEffect(()=>{const se=Pe.current;if(se){const Re=se.getBoundingClientRect().height;return Te(Re),m(Fe=>[{toastId:h.id,height:Re,position:h.position},...Fe]),()=>m(Fe=>Fe.filter(Be=>Be.toastId!==h.id))}},[m,h.id]),M.useLayoutEffect(()=>{if(!W)return;const se=Pe.current,Re=se.style.height;se.style.height="auto";const Fe=se.getBoundingClientRect().height;se.style.height=Re,Te(Fe),m(Be=>Be.find($e=>$e.toastId===h.id)?Be.map($e=>$e.toastId===h.id?{...$e,height:Fe}:$e):[{toastId:h.id,height:Fe,position:h.position},...Be])},[W,h.title,h.description,m,h.id,h.jsx,h.action,h.cancel]);const ne=M.useCallback(()=>{le(!0),J(Ve.current),m(se=>se.filter(Re=>Re.toastId!==h.id)),setTimeout(()=>{C(h)},lie)},[h,C,m,Ve]);M.useEffect(()=>{if(h.promise&&E==="loading"||h.duration===1/0||h.type==="loading")return;let se;return w||g||aa?(()=>{if(ut.current<Ne.current){const Be=new Date().getTime()-Ne.current;ze.current=ze.current-Be}ut.current=new Date().getTime()})():ze.current!==1/0&&(Ne.current=new Date().getTime(),se=setTimeout(()=>{h.onAutoClose==null||h.onAutoClose.call(h,h),ne()},ze.current)),()=>clearTimeout(se)},[w,g,h,E,aa,ne]),M.useEffect(()=>{h.delete&&(ne(),h.onDismiss==null||h.onDismiss.call(h,h))},[ne,h.delete]);function be(){var se;if(U?.loading){var Re;return M.createElement("div",{className:Ea(B?.loader,h==null||(Re=h.classNames)==null?void 0:Re.loader,"sonner-loader"),"data-visible":E==="loading"},U.loading)}return M.createElement(Bse,{className:Ea(B?.loader,h==null||(se=h.classNames)==null?void 0:se.loader),visible:E==="loading"})}const he=h.icon||U?.[E]||qse(E);var ke,Oe;return M.createElement("li",{tabIndex:0,ref:Pe,className:Ea(O,te,B?.toast,h==null||(t=h.classNames)==null?void 0:t.toast,B?.default,B?.[E],h==null||(a=h.classNames)==null?void 0:a[E]),"data-sonner-toast":"","data-rich-colors":(ke=h.richColors)!=null?ke:D,"data-styled":!(h.jsx||h.unstyled||f),"data-mounted":W,"data-promise":!!h.promise,"data-swiped":me,"data-removed":X,"data-visible":T,"data-y-position":dt,"data-x-position":Mt,"data-index":k,"data-front":oe,"data-swiping":$,"data-dismissible":I,"data-type":E,"data-invert":Ut,"data-swipe-out":xe,"data-swipe-direction":ue,"data-expanded":!!(w||K&&W),"data-testid":h.testId,style:{"--index":k,"--toasts-before":k,"--z-index":b.length-k,"--offset":`${X?je:Ve.current}px`,"--initial-height":K?"auto":`${ye}px`,...P,...h.style},onDragEnd:()=>{re(!1),ce(null),We.current=null},onPointerDown:se=>{se.button!==2&&(zt||!I||(He.current=new Date,J(Ve.current),se.target.setPointerCapture(se.pointerId),se.target.tagName!=="BUTTON"&&(re(!0),We.current={x:se.clientX,y:se.clientY})))},onPointerUp:()=>{var se,Re,Fe;if(xe||!I)return;We.current=null;const Be=Number(((se=Pe.current)==null?void 0:se.style.getPropertyValue("--swipe-amount-x").replace("px",""))||0),bt=Number(((Re=Pe.current)==null?void 0:Re.style.getPropertyValue("--swipe-amount-y").replace("px",""))||0),$e=new Date().getTime()-((Fe=He.current)==null?void 0:Fe.getTime()),nt=G==="x"?Be:bt,na=Math.abs(nt)/$e;if(Math.abs(nt)>=iie||na>.11){J(Ve.current),h.onDismiss==null||h.onDismiss.call(h,h),F(G==="x"?Be>0?"right":"left":bt>0?"down":"up"),ne(),fe(!0);return}else{var wt,Yt;(wt=Pe.current)==null||wt.style.setProperty("--swipe-amount-x","0px"),(Yt=Pe.current)==null||Yt.style.setProperty("--swipe-amount-y","0px")}ae(!1),re(!1),ce(null)},onPointerMove:se=>{var Re,Fe,Be;if(!We.current||!I||((Re=window.getSelection())==null?void 0:Re.toString().length)>0)return;const $e=se.clientY-We.current.y,nt=se.clientX-We.current.x;var na;const wt=(na=e.swipeDirections)!=null?na:cie(R);!G&&(Math.abs(nt)>1||Math.abs($e)>1)&&ce(Math.abs(nt)>Math.abs($e)?"x":"y");let Yt={x:0,y:0};const Si=$a=>1/(1.5+Math.abs($a)/20);if(G==="y"){if(wt.includes("top")||wt.includes("bottom"))if(wt.includes("top")&&$e<0||wt.includes("bottom")&&$e>0)Yt.y=$e;else{const $a=$e*Si($e);Yt.y=Math.abs($a)<Math.abs($e)?$a:$e}}else if(G==="x"&&(wt.includes("left")||wt.includes("right")))if(wt.includes("left")&&nt<0||wt.includes("right")&&nt>0)Yt.x=nt;else{const $a=nt*Si(nt);Yt.x=Math.abs($a)<Math.abs(nt)?$a:nt}(Math.abs(Yt.x)>0||Math.abs(Yt.y)>0)&&ae(!0),(Fe=Pe.current)==null||Fe.style.setProperty("--swipe-amount-x",`${Yt.x}px`),(Be=Pe.current)==null||Be.style.setProperty("--swipe-amount-y",`${Yt.y}px`)}},pe&&!h.jsx&&E!=="loading"?M.createElement("button",{"aria-label":L,"data-disabled":zt,"data-close-button":!0,onClick:zt||!I?()=>{}:()=>{ne(),h.onDismiss==null||h.onDismiss.call(h,h)},className:Ea(B?.closeButton,h==null||(n=h.classNames)==null?void 0:n.closeButton)},(Oe=U?.close)!=null?Oe:Yse):null,(E||h.icon||h.promise)&&h.icon!==null&&(U?.[E]!==null||h.icon)?M.createElement("div",{"data-icon":"",className:Ea(B?.icon,h==null||(r=h.classNames)==null?void 0:r.icon)},h.promise||h.type==="loading"&&!h.icon?h.icon||be():null,h.type!=="loading"?he:null):null,M.createElement("div",{"data-content":"",className:Ea(B?.content,h==null||(o=h.classNames)==null?void 0:o.content)},M.createElement("div",{"data-title":"",className:Ea(B?.title,h==null||(i=h.classNames)==null?void 0:i.title)},h.jsx?h.jsx:typeof h.title=="function"?h.title():h.title),h.description?M.createElement("div",{"data-description":"",className:Ea(V,Z,B?.description,h==null||(l=h.classNames)==null?void 0:l.description)},typeof h.description=="function"?h.description():h.description):null),M.isValidElement(h.cancel)?h.cancel:h.cancel&&pi(h.cancel)?M.createElement("button",{"data-button":!0,"data-cancel":!0,style:h.cancelButtonStyle||N,onClick:se=>{pi(h.cancel)&&I&&(h.cancel.onClick==null||h.cancel.onClick.call(h.cancel,se),ne())},className:Ea(B?.cancelButton,h==null||(d=h.classNames)==null?void 0:d.cancelButton)},h.cancel.label):null,M.isValidElement(h.action)?h.action:h.action&&pi(h.action)?M.createElement("button",{"data-button":!0,"data-action":!0,style:h.actionButtonStyle||_,onClick:se=>{pi(h.action)&&(h.action.onClick==null||h.action.onClick.call(h.action,se),!se.defaultPrevented&&ne())},className:Ea(B?.actionButton,h==null||(u=h.classNames)==null?void 0:u.actionButton)},h.action.label):null)};function W4(){if(typeof window>"u"||typeof document>"u")return"ltr";const e=document.documentElement.getAttribute("dir");return e==="auto"||!e?window.getComputedStyle(document.documentElement).direction:e}function uie(e,t){const a={};return[e,t].forEach((n,r)=>{const o=r===1,i=o?"--mobile-offset":"--offset",l=o?rie:nie;function d(u){["top","right","bottom","left"].forEach(p=>{a[`${i}-${p}`]=typeof u=="number"?`${u}px`:u})}typeof n=="number"||typeof n=="string"?d(n):typeof n=="object"?["top","right","bottom","left"].forEach(u=>{n[u]===void 0?a[`${i}-${u}`]=l:a[`${i}-${u}`]=typeof n[u]=="number"?`${n[u]}px`:n[u]}):d(l)}),a}const hie=M.forwardRef(function(t,a){const{id:n,invert:r,position:o="bottom-right",hotkey:i=["altKey","KeyT"],expand:l,closeButton:d,className:u,offset:p,mobileOffset:h,theme:f="light",richColors:g,duration:m,style:v,visibleToasts:x=aie,toastOptions:k,dir:b=W4(),gap:w=sie,icons:C,containerAriaLabel:D="Notifications"}=t,[A,P]=M.useState([]),N=M.useMemo(()=>n?A.filter(W=>W.toasterId===n):A.filter(W=>!W.toasterId),[A,n]),_=M.useMemo(()=>Array.from(new Set([o].concat(N.filter(W=>W.position).map(W=>W.position)))),[N,o]),[O,V]=M.useState([]),[H,R]=M.useState(!1),[q,K]=M.useState(!1),[B,U]=M.useState(f!=="system"?f:typeof window<"u"&&window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),L=M.useRef(null),G=i.join("+").replace(/Key/g,"").replace(/Digit/g,""),ce=M.useRef(null),ue=M.useRef(!1),F=M.useCallback(W=>{P(Q=>{var X;return(X=Q.find(le=>le.id===W.id))!=null&&X.delete||Vt.dismiss(W.id),Q.filter(({id:le})=>le!==W.id)})},[]);return M.useEffect(()=>Vt.subscribe(W=>{if(W.dismiss){requestAnimationFrame(()=>{P(Q=>Q.map(X=>X.id===W.id?{...X,delete:!0}:X))});return}setTimeout(()=>{Eo.flushSync(()=>{P(Q=>{const X=Q.findIndex(le=>le.id===W.id);return X!==-1?[...Q.slice(0,X),{...Q[X],...W},...Q.slice(X+1)]:[W,...Q]})})})}),[A]),M.useEffect(()=>{if(f!=="system"){U(f);return}if(f==="system"&&(window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches?U("dark"):U("light")),typeof window>"u")return;const W=window.matchMedia("(prefers-color-scheme: dark)");try{W.addEventListener("change",({matches:Q})=>{U(Q?"dark":"light")})}catch{W.addListener(({matches:X})=>{try{U(X?"dark":"light")}catch(le){console.error(le)}})}},[f]),M.useEffect(()=>{A.length<=1&&R(!1)},[A]),M.useEffect(()=>{const W=Q=>{var X;if(i.every(re=>Q[re]||Q.code===re)){var $;R(!0),($=L.current)==null||$.focus()}Q.code==="Escape"&&(document.activeElement===L.current||(X=L.current)!=null&&X.contains(document.activeElement))&&R(!1)};return document.addEventListener("keydown",W),()=>document.removeEventListener("keydown",W)},[i]),M.useEffect(()=>{if(L.current)return()=>{ce.current&&(ce.current.focus({preventScroll:!0}),ce.current=null,ue.current=!1)}},[L.current]),M.createElement("section",{ref:a,"aria-label":`${D} ${G}`,tabIndex:-1,"aria-live":"polite","aria-relevant":"additions text","aria-atomic":"false",suppressHydrationWarning:!0},_.map((W,Q)=>{var X;const[le,$]=W.split("-");return N.length?M.createElement("ol",{key:W,dir:b==="auto"?W4():b,tabIndex:-1,ref:L,className:u,"data-sonner-toaster":!0,"data-sonner-theme":B,"data-y-position":le,"data-x-position":$,style:{"--front-toast-height":`${((X=O[0])==null?void 0:X.height)||0}px`,"--width":`${oie}px`,"--gap":`${w}px`,...v,...uie(p,h)},onBlur:re=>{ue.current&&!re.currentTarget.contains(re.relatedTarget)&&(ue.current=!1,ce.current&&(ce.current.focus({preventScroll:!0}),ce.current=null))},onFocus:re=>{re.target instanceof HTMLElement&&re.target.dataset.dismissible==="false"||ue.current||(ue.current=!0,ce.current=re.relatedTarget)},onMouseEnter:()=>R(!0),onMouseMove:()=>R(!0),onMouseLeave:()=>{q||R(!1)},onDragEnd:()=>R(!1),onPointerDown:re=>{re.target instanceof HTMLElement&&re.target.dataset.dismissible==="false"||K(!0)},onPointerUp:()=>K(!1)},N.filter(re=>!re.position&&Q===0||re.position===W).map((re,xe)=>{var fe,me;return M.createElement(die,{key:re.id,icons:C,index:xe,toast:re,defaultRichColors:g,duration:(fe=k?.duration)!=null?fe:m,className:k?.className,descriptionClassName:k?.descriptionClassName,invert:r,visibleToasts:x,closeButton:(me=k?.closeButton)!=null?me:d,interacting:q,position:W,style:k?.style,unstyled:k?.unstyled,classNames:k?.classNames,cancelButtonStyle:k?.cancelButtonStyle,actionButtonStyle:k?.actionButtonStyle,closeButtonAriaLabel:k?.closeButtonAriaLabel,removeToast:F,toasts:N.filter(ae=>ae.position==re.position),heights:O.filter(ae=>ae.position==re.position),setHeights:V,expandByDefault:l,gap:w,expanded:H,swipeDirections:t.swipeDirections})})):null}))}),vd=({...e})=>{const{theme:t="system"}=Lse();return c.jsx(hie,{theme:t,className:"toaster group",toastOptions:{classNames:{toast:"group toast group-[.toaster]:bg-slate-950/90 group-[.toaster]:backdrop-blur-xl group-[.toaster]:text-cyan-100 group-[.toaster]:border-slate-800 group-[.toaster]:shadow-[0_0_30px_-10px_rgba(0,0,0,0.5)] transition-all duration-30 data-[type=success]:border-emerald-500/50 data-[type=success]:shadow-[0_0_20px_-5px_rgba(16,185,129,0.2)] data-[type=error]:border-red-500/50 data-[type=error]:shadow-[0_0_20px_-5px_rgba(239,68,68,0.2)] data-[type=info]:border-cyan-500/50 data-[type=info]:shadow-[0_0_20px_-5px_rgba(6,182,212,0.2)] data-[type=warning]:border-amber-500/50 data-[type=warning]:shadow-[0_0_20px_-5px_rgba(245,158,11,0.2)]",description:"group-[.toast]:text-slate-400 group-[.toast]:font-mono group-[.toast]:text-xs",actionButton:"group-[.toast]:bg-cyan-600 group-[.toast]:text-white group-[.toast]:font-bold group-[.toast]:rounded-sm group-[.toast]:shadow-[0_0_10px_cyan]",cancelButton:"group-[.toast]:bg-slate-800 group-[.toast]:text-slate-400 group-[.toast]:rounded-sm",title:"group-[.toast]:font-mono group-[.toast]:uppercase group-[.toast]:tracking-widest group-[.toast]:font-bold group-[.toast]:text-cyan-300 group-[.toast]:text-xs group-[.toast]:data-[type=error]:text-red-400 group-[.toast]:data-[type=success]:text-emerald-400",icon:"group-[.toast]:data-[type=success]:text-emerald-400 group-[.toast]:data-[type=error]:text-red-400 group-[.toast]:data-[type=info]:text-cyan-400 group-[.toast]:data-[type=warning]:text-amber-400"}},icons:{success:c.jsx(Hi,{className:"size-5 drop-shadow-[0_0_8px_rgba(16,185,129,0.5)]"}),info:c.jsx($2,{className:"size-5 drop-shadow-[0_0_8px_rgba(6,182,212,0.5)]"}),warning:c.jsx(t0,{className:"size-5 drop-shadow-[0_0_8px_rgba(245,158,11,0.5)]"}),error:c.jsx(G2,{className:"size-5 drop-shadow-[0_0_8px_rgba(239,68,68,0.5)]"}),loading:c.jsx(Bi,{className:"size-5 animate-spin text-cyan-500"})},...e})};function G4({className:e,...t}){return c.jsx("div",{role:"status","aria-label":"Loading",className:j("relative flex items-center justify-center shrink-0",e),...t,children:c.jsxs("div",{className:"relative aspect-square h-full w-full min-w-[1em] min-h-[1em]",children:[c.jsx("div",{className:"absolute inset-0 rounded-full border-[15%] border-transparent border-t-orange-500 border-r-red-600 animate-[spin_0.8s_linear_infinite] shadow-[0_0_15px_-4px_rgba(234,88,12,0.8)]",style:{borderWidth:"2px"}}),c.jsx("div",{className:"absolute inset-[10%] rounded-full border-[15%] border-transparent border-b-yellow-400/80 border-l-orange-500/80 animate-[spin_1.5s_ease-in-out_infinite_reverse]",style:{borderWidth:"2px"}}),c.jsxs("div",{className:"absolute inset-[25%] rounded-full overflow-hidden bg-slate-950 shadow-[inset_0_0_4px_rgba(0,0,0,0.8)]",children:[c.jsx("div",{className:"absolute top-[-50%] left-[-50%] w-[200%] h-[200%] animate-[spin_3s_linear_infinite]",children:c.jsx("div",{className:"w-full h-full bg-[conic-gradient(from_180deg,#1e293b_0deg,#0e7490_80deg,#7c3aed_160deg,#be123c_240deg,#ea580c_300deg,#1e293b_360deg)] opacity-90 blur-[1px]"})}),c.jsx("div",{className:"absolute inset-0 bg-[radial-gradient(circle_at_30%_30%,rgba(255,255,255,0.4)_0%,transparent_50%,rgba(0,0,0,0.9)_100%)] z-10"})]})]})})}var yi="Switch",[pie]=rt(yi),[yie,fie]=pie(yi),U4=y.forwardRef((e,t)=>{const{__scopeSwitch:a,name:n,checked:r,defaultChecked:o,required:i,disabled:l,value:d="on",onCheckedChange:u,form:p,...h}=e,[f,g]=y.useState(null),m=Se(t,w=>g(w)),v=y.useRef(!1),x=f?p||!!f.closest("form"):!0,[k,b]=at({prop:r,defaultProp:o??!1,onChange:u,caller:yi});return c.jsxs(yie,{scope:a,checked:k,disabled:l,children:[c.jsx(de.button,{type:"button",role:"switch","aria-checked":k,"aria-required":i,"data-state":X4(k),"data-disabled":l?"":void 0,disabled:l,value:d,...h,ref:m,onClick:Y(e.onClick,w=>{b(C=>!C),x&&(v.current=w.isPropagationStopped(),v.current||w.stopPropagation())})}),x&&c.jsx(K4,{control:f,bubbles:!v.current,name:n,value:d,checked:k,required:i,disabled:l,form:p,style:{transform:"translateX(-100%)"}})]})});U4.displayName=yi;var Y4="SwitchThumb",Z4=y.forwardRef((e,t)=>{const{__scopeSwitch:a,...n}=e,r=fie(Y4,a);return c.jsx(de.span,{"data-state":X4(r.checked),"data-disabled":r.disabled?"":void 0,...n,ref:t})});Z4.displayName=Y4;var mie="SwitchBubbleInput",K4=y.forwardRef(({__scopeSwitch:e,control:t,checked:a,bubbles:n=!0,...r},o)=>{const i=y.useRef(null),l=Se(i,o),d=nr(a),u=Br(t);return y.useEffect(()=>{const p=i.current;if(!p)return;const h=window.HTMLInputElement.prototype,g=Object.getOwnPropertyDescriptor(h,"checked").set;if(d!==a&&g){const m=new Event("click",{bubbles:n});g.call(p,a),p.dispatchEvent(m)}},[d,a,n]),c.jsx("input",{type:"checkbox","aria-hidden":!0,defaultChecked:a,...r,tabIndex:-1,ref:l,style:{...r.style,...u,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});K4.displayName=mie;function X4(e){return e?"checked":"unchecked"}var gie=U4,kie=Z4;function J4({className:e,...t}){return c.jsx(gie,{"data-slot":"switch",className:j("peer data-[state=checked]:bg-primary data-[state=unchecked]:bg-input focus-visible:border-ring focus-visible:ring-ring/50 dark:data-[state=unchecked]:bg-input/80 inline-flex h-[1.15rem] w-8 shrink-0 items-center rounded-full border border-transparent shadow-xs transition-all outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",e),...t,children:c.jsx(kie,{"data-slot":"switch-thumb",className:j("bg-background dark:data-[state=unchecked]:bg-foreground dark:data-[state=checked]:bg-primary-foreground pointer-events-none block size-4 rounded-full ring-0 transition-transform data-[state=checked]:translate-x-[calc(100%-2px)] data-[state=unchecked]:translate-x-0")})})}function xd({className:e,...t}){return c.jsxs("div",{"data-slot":"table-container",className:"relative w-full overflow-x-auto rounded-md border border-slate-800/60 bg-slate-950/40 backdrop-blur-sm shadow-[0_0_20px_-10px_rgba(6,182,212,0.1)]",children:[c.jsx("div",{className:"absolute top-0 left-0 w-full h-[1px] bg-linear-to-r from-transparent via-cyan-500/50 to-transparent opacity-50"}),c.jsx("div",{className:"absolute bottom-0 left-0 w-full h-[1px] bg-linear-to-r from-transparent via-cyan-500/50 to-transparent opacity-50"}),c.jsx("table",{"data-slot":"table",className:j("w-full caption-bottom text-sm border-collapse",e),...t})]})}function bd({className:e,...t}){return c.jsx("thead",{"data-slot":"table-header",className:j("[&_tr]:border-b [&_tr]:border-slate-800",e),...t})}function Md({className:e,...t}){return c.jsx("tbody",{"data-slot":"table-body",className:j("[&_tr:last-child]:border-0",e),...t})}function Q4({className:e,...t}){return c.jsx("tfoot",{"data-slot":"table-footer",className:j("bg-slate-900/80 border-t border-slate-800 font-medium [&>tr]:last:border-b-0 text-cyan-200",e),...t})}function _n({className:e,...t}){return c.jsx("tr",{"data-slot":"table-row",className:j("border-b border-slate-800/60 transition-colors duration-200","hover:bg-cyan-950/20 hover:shadow-[inset_0_0_10px_-5px_cyan]","data-[state=selected]:bg-cyan-950/40 data-[state=selected]:border-cyan-500/30",e),...t})}function No({className:e,...t}){return c.jsx("th",{"data-slot":"table-head",className:j("h-10 px-4 text-left align-middle font-mono text-xs font-bold uppercase tracking-widest text-cyan-500/80 [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",e),...t})}function zn({className:e,...t}){return c.jsx("td",{"data-slot":"table-cell",className:j("p-4 align-middle whitespace-nowrap text-slate-400 [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",e),...t})}function wd({className:e,...t}){return c.jsx("caption",{"data-slot":"table-caption",className:j("text-muted-foreground mt-4 text-sm",e),...t})}var fi="Tabs",[vie]=rt(fi,[Na]),e5=Na(),[xie,Cd]=vie(fi),t5=y.forwardRef((e,t)=>{const{__scopeTabs:a,value:n,onValueChange:r,defaultValue:o,orientation:i="horizontal",dir:l,activationMode:d="automatic",...u}=e,p=sa(l),[h,f]=at({prop:n,onChange:r,defaultProp:o??"",caller:fi});return c.jsx(xie,{scope:a,baseId:Ze(),value:h,onValueChange:f,orientation:i,dir:p,activationMode:d,children:c.jsx(de.div,{dir:p,"data-orientation":i,...u,ref:t})})});t5.displayName=fi;var a5="TabsList",n5=y.forwardRef((e,t)=>{const{__scopeTabs:a,loop:n=!0,...r}=e,o=Cd(a5,a),i=e5(a);return c.jsx(no,{asChild:!0,...i,orientation:o.orientation,dir:o.dir,loop:n,children:c.jsx(de.div,{role:"tablist","aria-orientation":o.orientation,...r,ref:t})})});n5.displayName=a5;var r5="TabsTrigger",o5=y.forwardRef((e,t)=>{const{__scopeTabs:a,value:n,disabled:r=!1,...o}=e,i=Cd(r5,a),l=e5(a),d=l5(i.baseId,n),u=c5(i.baseId,n),p=n===i.value;return c.jsx(ro,{asChild:!0,...l,focusable:!r,active:p,children:c.jsx(de.button,{type:"button",role:"tab","aria-selected":p,"aria-controls":u,"data-state":p?"active":"inactive","data-disabled":r?"":void 0,disabled:r,id:d,...o,ref:t,onMouseDown:Y(e.onMouseDown,h=>{!r&&h.button===0&&h.ctrlKey===!1?i.onValueChange(n):h.preventDefault()}),onKeyDown:Y(e.onKeyDown,h=>{[" ","Enter"].includes(h.key)&&i.onValueChange(n)}),onFocus:Y(e.onFocus,()=>{const h=i.activationMode!=="manual";!p&&!r&&h&&i.onValueChange(n)})})})});o5.displayName=r5;var s5="TabsContent",i5=y.forwardRef((e,t)=>{const{__scopeTabs:a,value:n,forceMount:r,children:o,...i}=e,l=Cd(s5,a),d=l5(l.baseId,n),u=c5(l.baseId,n),p=n===l.value,h=y.useRef(p);return y.useEffect(()=>{const f=requestAnimationFrame(()=>h.current=!1);return()=>cancelAnimationFrame(f)},[]),c.jsx(et,{present:r||p,children:({present:f})=>c.jsx(de.div,{"data-state":p?"active":"inactive","data-orientation":l.orientation,role:"tabpanel","aria-labelledby":d,hidden:!f,id:u,tabIndex:0,...i,ref:t,style:{...e.style,animationDuration:h.current?"0s":void 0},children:f&&o})})});i5.displayName=s5;function l5(e,t){return`${e}-trigger-${t}`}function c5(e,t){return`${e}-content-${t}`}var d5=t5,u5=n5,h5=o5,p5=i5;const Sd=y.forwardRef(({className:e,...t},a)=>c.jsx(d5,{ref:a,"data-slot":"tabs",className:j("flex flex-col gap-2",e),...t}));Sd.displayName=d5.displayName;const jd=y.forwardRef(({className:e,...t},a)=>c.jsx(u5,{ref:a,"data-slot":"tabs-list",className:j("bg-muted/50 border border-white/5 backdrop-blur-sm inline-flex h-10 items-center justify-center rounded-lg p-1 relative overflow-hidden",e),...t}));jd.displayName=u5.displayName;const Ad=y.forwardRef(({className:e,children:t,...a},n)=>c.jsxs(h5,{ref:n,"data-slot":"tabs-trigger",className:j("relative z-10 inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1.5 text-sm font-medium ring-offset-background transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50","data-[state=active]:text-cyan-500 dark:data-[state=active]:text-cyan-400","text-muted-foreground hover:text-foreground/80","group overflow-hidden",e),...a,children:[c.jsx("span",{className:"relative z-10 flex items-center gap-2",children:t}),c.jsx("span",{className:"absolute inset-0 -z-10 bg-cyan-500/10 opacity-0 transition-opacity duration-300 group-data-[state=active]:opacity-100"}),c.jsx("span",{className:"absolute bottom-0 left-0 h-[2px] w-full bg-cyan-500 scale-x-0 transition-transform duration-300 ease-out group-data-[state=active]:scale-x-100 shadow-[0_0_10px_#06b6d4]"}),c.jsx("span",{className:"absolute -top-[50%] -left-[50%] w-[200%] h-[200%] bg-[radial-gradient(circle,rgba(6,182,212,0.1)_0%,transparent_50%)] opacity-0 group-data-[state=active]:opacity-100 group-data-[state=active]:animate-[spin_4s_linear_infinite]"})]}));Ad.displayName=h5.displayName;const Dd=y.forwardRef(({className:e,...t},a)=>c.jsx(p5,{ref:a,"data-slot":"tabs-content",className:j("ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 mt-2","animate-in fade-in-0 zoom-in-95 duration-200",e),...t}));Dd.displayName=p5.displayName;const Pd=y.forwardRef(({className:e,...t},a)=>c.jsx("ol",{ref:a,className:j("relative border-l border-gray-200",e),...t}));Pd.displayName="Timeline";const Td=y.forwardRef(({className:e,...t},a)=>c.jsx("li",{ref:a,className:j("mb-10 ml-6",e),...t}));Td.displayName="TimelineItem";const mi=y.forwardRef(({className:e,variant:t="default",...a},n)=>{const r={default:"bg-gray-200 border-gray-300",success:"bg-green-200 border-green-500",warning:"bg-yellow-200 border-yellow-500",danger:"bg-red-200 border-red-500",info:"bg-blue-200 border-blue-500"};return c.jsx("div",{ref:n,className:j("absolute -left-3 w-6 h-6 rounded-full border-2 flex items-center justify-center",r[t],e),...a})});mi.displayName="TimelineMarker";const Nd=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,className:e,...t}));Nd.displayName="TimelineContent";const gi=y.forwardRef(({className:e,...t},a)=>c.jsx("h3",{ref:a,className:j("font-semibold text-lg mb-1",e),...t}));gi.displayName="TimelineTitle";const ki=y.forwardRef(({className:e,...t},a)=>c.jsx("time",{ref:a,className:j("text-sm font-normal text-gray-500 mb-2 block",e),...t}));ki.displayName="TimelineTime";const vi=y.forwardRef(({className:e,...t},a)=>c.jsx("p",{ref:a,className:j("text-base text-gray-700",e),...t}));vi.displayName="TimelineDescription";const Ed=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,className:j("relative flex overflow-x-auto py-8",e),...t}));Ed.displayName="TimelineHorizontal";const _d=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,className:j("flex-shrink-0 w-64 relative",e),...t}));_d.displayName="TimelineHorizontalItem";const zd=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,className:j("relative w-full border rounded-lg overflow-hidden",e),...t}));zd.displayName="TimelineGantt";const Od=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,className:j("flex border-b bg-gray-50",e),...t}));Od.displayName="TimelineGanttHeader";const xi=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,className:j("w-48 border-r bg-white",e),...t}));xi.displayName="TimelineGanttRowLabels";const bi=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,className:j("flex-1 overflow-x-auto",e),...t}));bi.displayName="TimelineGanttGrid";const Mi=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,className:j("flex items-center border-b min-h-12",e),...t}));Mi.displayName="TimelineGanttRow";const Rd=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,className:j("px-4 py-2 font-medium text-sm truncate",e),...t}));Rd.displayName="TimelineGanttLabel";const Id=y.forwardRef(({className:e,start:t=0,width:a=100,variant:n="default",...r},o)=>{const i={default:"bg-blue-500 hover:bg-blue-600",success:"bg-green-500 hover:bg-green-600",warning:"bg-yellow-500 hover:bg-yellow-600",danger:"bg-red-500 hover:bg-red-600",info:"bg-purple-500 hover:bg-purple-600"};return c.jsx("div",{ref:o,className:j("absolute h-8 rounded-md transition-colors cursor-pointer",i[n],e),style:{left:`${t}%`,width:`${a}%`},...r})});Id.displayName="TimelineGanttBar";const Vd=y.forwardRef(({className:e,...t},a)=>c.jsx("div",{ref:a,className:j("px-2 py-1 text-white text-xs font-medium truncate",e),...t}));Vd.displayName="TimelineGanttBarContent";var y5="Toggle",Ld=y.forwardRef((e,t)=>{const{pressed:a,defaultPressed:n,onPressedChange:r,...o}=e,[i,l]=at({prop:a,onChange:r,defaultProp:n??!1,caller:y5});return c.jsx(de.button,{type:"button","aria-pressed":i,"data-state":i?"on":"off","data-disabled":e.disabled?"":void 0,...o,ref:t,onClick:Y(e.onClick,()=>{e.disabled||l(!i)})})});Ld.displayName=y5;var bie=Ld,ln="ToggleGroup",[f5]=rt(ln,[Na]),m5=Na(),Hd=M.forwardRef((e,t)=>{const{type:a,...n}=e;if(a==="single"){const r=n;return c.jsx(Mie,{...r,ref:t})}if(a==="multiple"){const r=n;return c.jsx(wie,{...r,ref:t})}throw new Error(`Missing prop \`type\` expected on \`${ln}\``)});Hd.displayName=ln;var[g5,k5]=f5(ln),Mie=M.forwardRef((e,t)=>{const{value:a,defaultValue:n,onValueChange:r=()=>{},...o}=e,[i,l]=at({prop:a,defaultProp:n??"",onChange:r,caller:ln});return c.jsx(g5,{scope:e.__scopeToggleGroup,type:"single",value:M.useMemo(()=>i?[i]:[],[i]),onItemActivate:l,onItemDeactivate:M.useCallback(()=>l(""),[l]),children:c.jsx(v5,{...o,ref:t})})}),wie=M.forwardRef((e,t)=>{const{value:a,defaultValue:n,onValueChange:r=()=>{},...o}=e,[i,l]=at({prop:a,defaultProp:n??[],onChange:r,caller:ln}),d=M.useCallback(p=>l((h=[])=>[...h,p]),[l]),u=M.useCallback(p=>l((h=[])=>h.filter(f=>f!==p)),[l]);return c.jsx(g5,{scope:e.__scopeToggleGroup,type:"multiple",value:i,onItemActivate:d,onItemDeactivate:u,children:c.jsx(v5,{...o,ref:t})})});Hd.displayName=ln;var[Cie,Sie]=f5(ln),v5=M.forwardRef((e,t)=>{const{__scopeToggleGroup:a,disabled:n=!1,rovingFocus:r=!0,orientation:o,dir:i,loop:l=!0,...d}=e,u=m5(a),p=sa(i),h={role:"group",dir:p,...d};return c.jsx(Cie,{scope:a,rovingFocus:r,disabled:n,children:r?c.jsx(no,{asChild:!0,...u,orientation:o,dir:p,loop:l,children:c.jsx(de.div,{...h,ref:t})}):c.jsx(de.div,{...h,ref:t})})}),wi="ToggleGroupItem",x5=M.forwardRef((e,t)=>{const a=k5(wi,e.__scopeToggleGroup),n=Sie(wi,e.__scopeToggleGroup),r=m5(e.__scopeToggleGroup),o=a.value.includes(e.value),i=n.disabled||e.disabled,l={...e,pressed:o,disabled:i},d=M.useRef(null);return n.rovingFocus?c.jsx(ro,{asChild:!0,...r,focusable:!i,active:o,ref:d,children:c.jsx(b5,{...l,ref:t})}):c.jsx(b5,{...l,ref:t})});x5.displayName=wi;var b5=M.forwardRef((e,t)=>{const{__scopeToggleGroup:a,value:n,...r}=e,o=k5(wi,a),i={role:"radio","aria-checked":e.pressed,"aria-pressed":void 0},l=o.type==="single"?i:void 0;return c.jsx(Ld,{...l,...r,ref:t,onPressedChange:d=>{d?o.onItemActivate(n):o.onItemDeactivate(n)}})}),jie=Hd,Aie=x5;const qd=Ht("inline-flex items-center justify-center gap-2 rounded-sm text-sm font-medium transition-all duration-300 hover:text-cyan-400 focus-visible:ring-1 focus-visible:ring-cyan-400/50 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 [&_svg]:shrink-0 outline-none aria-invalid:ring-destructive/20 aria-invalid:border-destructive whitespace-nowrap",{variants:{variant:{default:["bg-transparent hover:bg-cyan-950/20","data-[state=on]:bg-cyan-950/40 data-[state=on]:text-cyan-300 data-[state=on]:border data-[state=on]:border-cyan-500/30 data-[state=on]:shadow-[0_0_12px_-3px_rgba(6,182,212,0.4)]"],outline:["border border-cyan-900/60 bg-transparent shadow-xs hover:bg-cyan-950/30 hover:text-cyan-300 hover:border-cyan-500/50","data-[state=on]:bg-cyan-600 data-[state=on]:text-white data-[state=on]:border-cyan-400 data-[state=on]:shadow-[0_0_15px_rgba(6,182,212,0.6)]"]},size:{default:"h-9 px-3 min-w-9",sm:"h-8 px-2 min-w-8 text-xs",lg:"h-10 px-3 min-w-10"}},defaultVariants:{variant:"default",size:"default"}});function M5({className:e,variant:t,size:a,...n}){return c.jsx(bie,{"data-slot":"toggle",className:j(qd({variant:t,size:a,className:e})),...n})}const w5=y.createContext({size:"default",variant:"default",spacing:0});function C5({className:e,variant:t,size:a,spacing:n=0,children:r,...o}){return c.jsx(jie,{"data-slot":"toggle-group","data-variant":t,"data-size":a,"data-spacing":n,style:{"--gap":n},className:j("group/toggle-group flex w-fit items-center gap-[--spacing(var(--gap))] rounded-md bg-slate-950/20 p-1 border border-slate-800/50 shadow-inner",e),...o,children:c.jsx(w5.Provider,{value:{variant:t,size:a,spacing:n},children:r})})}function S5({className:e,children:t,variant:a,size:n,...r}){const o=y.useContext(w5);return c.jsx(Aie,{"data-slot":"toggle-group-item","data-variant":o.variant||a,"data-size":o.size||n,"data-spacing":o.spacing,className:j(qd({variant:o.variant||a,size:o.size||n}),"w-auto min-w-0 shrink-0 px-3 focus:z-10 focus-visible:z-10","data-[spacing=0]:rounded-none data-[spacing=0]:shadow-none data-[spacing=0]:first:rounded-l-sm data-[spacing=0]:last:rounded-r-sm","data-[spacing=0]:data-[variant=outline]:border-l-0 data-[spacing=0]:data-[variant=outline]:first:border-l",e),...r,children:t})}const Die=M.forwardRef(({schema:e,className:t,...a},n)=>{const{"data-obj-id":r,"data-obj-type":o,style:i,...l}=a;return c.jsx(Ka,{ref:n,orientation:e.orientation,className:t,...l,"data-obj-id":r,"data-obj-type":o,style:i})});ge.register("separator",Die,{label:"Separator",inputs:[{name:"orientation",type:"enum",enum:["horizontal","vertical"],defaultValue:"horizontal",label:"Orientation"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{orientation:"horizontal",className:"my-4"}}),ge.register("image",({schema:e,className:t,...a})=>{const{"data-obj-id":n,"data-obj-type":r,style:o,...i}=a;return c.jsx("img",{src:e.src,alt:e.alt||"",className:t,...i,"data-obj-id":n,"data-obj-type":r,style:o})},{label:"Image",icon:"image",category:"basic",inputs:[{name:"src",type:"string",label:"Source URL"},{name:"alt",type:"string",label:"Alt Text"},{name:"className",type:"string",label:"Classes"}]});const Pie=M.forwardRef(({schema:e,className:t,...a},n)=>{const r=t$[e.name||e.icon];return r?c.jsx(r,{ref:n,className:t,...a}):null});ge.register("icon",Pie,{label:"Icon",icon:"smile",category:"basic",inputs:[{name:"name",type:"string",label:"Icon Name",defaultValue:"smile"},{name:"className",type:"string",label:"CSS Class"}]}),ge.register("html",({schema:e,className:t,...a})=>{const{"data-obj-id":n,"data-obj-type":r,style:o,...i}=a;return c.jsx("div",{className:j("prose prose-sm max-w-none dark:prose-invert",t),dangerouslySetInnerHTML:{__html:e.html},...i,"data-obj-id":n,"data-obj-type":r,style:o})},{label:"HTML Content",inputs:[{name:"html",type:"string",label:"HTML",description:"Raw HTML content"}]}),ge.register("form",({schema:e,className:t,onAction:a,...n})=>{const{defaultValues:r={},fields:o=[],submitLabel:i="Submit",cancelLabel:l="Cancel",showCancel:d=!1,layout:u="vertical",columns:p=1,onSubmit:h,onChange:f,resetOnSubmit:g=!1,validationMode:m="onSubmit",disabled:v=!1}=e,x=Yte({defaultValues:r,mode:m}),[k,b]=M.useState(!1),[w,C]=M.useState(null);M.useEffect(()=>{if(a){const R=x.watch(q=>{a({type:"form_change",data:q,formData:q})});return()=>R.unsubscribe()}},[x,a]);const D=x.handleSubmit(async R=>{b(!0),C(null);try{if(a){const q=await a({type:"form_submit",data:R,formData:R});if(q?.error){C(q.error);return}}h&&typeof h=="function"&&await h(R),g&&x.reset()}catch(q){const K=q instanceof Error?q.message:typeof q=="string"?q:"An error occurred during submission";C(K),typeof process<"u"&&process.env?.NODE_ENV==="development"&&console.error("Form submission error:",q)}finally{b(!1)}}),A=()=>{x.reset(),a&&a({type:"form_cancel",data:x.getValues()})},P=p===1?"":p===2?"md:grid-cols-2":p===3?"md:grid-cols-3":"md:grid-cols-4",N=p>1?j("grid gap-4",P):"space-y-4",{"data-obj-id":_,"data-obj-type":O,style:V,...H}=n;return c.jsx(_g,{...x,children:c.jsxs("form",{onSubmit:D,className:t,...H,"data-obj-id":_,"data-obj-type":O,style:V,children:[w&&c.jsxs(rl,{variant:"destructive",className:"mb-4",children:[c.jsx(I2,{className:"h-4 w-4"}),c.jsx(ol,{children:w})]}),e.children?c.jsx("div",{className:e.fieldContainerClass||"space-y-4",children:Ae(e.children)}):c.jsx("div",{className:e.fieldContainerClass||N,children:o.map(R=>{const{name:q,label:K,description:B,type:U="input",required:L=!1,disabled:G=!1,validation:ce={},condition:ue,...F}=R;if(ue){const X=ue.field,le=x.watch(X),$=le!=null;if(ue.equals!==void 0&&le!==ue.equals||ue.notEquals!==void 0&&le===ue.notEquals||ue.in&&(!$||!ue.in.includes(le)))return null}const W={...ce};L&&(W.required=typeof ce.required=="string"?ce.required:`${K||q} is required`);const Q=R.id??q;return c.jsx(Og,{control:x.control,name:q,rules:W,render:({field:X})=>c.jsxs(Ig,{children:[K&&c.jsxs(Vg,{children:[K,L&&c.jsx("span",{className:"text-destructive ml-1","aria-label":"required",children:"*"})]}),c.jsx(Lg,{children:Tie(U,{...F,...X,inputType:F.inputType,options:F.options,placeholder:F.placeholder,disabled:v||G||k})}),B&&c.jsx(Hg,{children:B}),c.jsx(qg,{})]})},Q)})}),e.showActions!==!1&&c.jsxs("div",{className:`flex gap-2 ${u==="horizontal"?"justify-end":"justify-start"} mt-6`,children:[d&&c.jsx(Xe,{type:"button",variant:"outline",onClick:A,disabled:k||v,children:l}),c.jsxs(Xe,{type:"submit",disabled:k||v,children:[k&&c.jsx(Bi,{className:"mr-2 h-4 w-4 animate-spin"}),i]})]})]})})},{label:"Form",inputs:[{name:"fields",type:"array",label:"Fields",description:"Array of field configurations with name, label, type, validation, etc."},{name:"defaultValues",type:"object",label:"Default Values",description:"Object with default values for form fields"},{name:"submitLabel",type:"string",label:"Submit Button Label",defaultValue:"Submit"},{name:"cancelLabel",type:"string",label:"Cancel Button Label",defaultValue:"Cancel"},{name:"showCancel",type:"boolean",label:"Show Cancel Button",defaultValue:!1},{name:"layout",type:"enum",enum:["vertical","horizontal"],label:"Layout",defaultValue:"vertical"},{name:"columns",type:"number",label:"Number of Columns",defaultValue:1,description:"For multi-column layouts (1-4)"},{name:"validationMode",type:"enum",enum:["onSubmit","onBlur","onChange","onTouched","all"],label:"Validation Mode",defaultValue:"onSubmit"},{name:"resetOnSubmit",type:"boolean",label:"Reset After Submit",defaultValue:!1},{name:"disabled",type:"boolean",label:"Disabled",defaultValue:!1},{name:"className",type:"string",label:"CSS Class"},{name:"fieldContainerClass",type:"string",label:"Field Container CSS Class"}],defaultProps:{submitLabel:"Submit",cancelLabel:"Cancel",showCancel:!1,layout:"vertical",columns:1,validationMode:"onSubmit",resetOnSubmit:!1,disabled:!1,fields:[{name:"name",label:"Name",type:"input",required:!0,placeholder:"Enter your name"},{name:"email",label:"Email",type:"input",inputType:"email",required:!0,placeholder:"Enter your email"}]}});function Tie(e,t){const{inputType:a,options:n=[],placeholder:r,...o}=t;switch(e){case"input":return c.jsx(Pa,{type:a||"text",placeholder:r,...o});case"textarea":return c.jsx(Js,{placeholder:r,...o});case"checkbox":{const{value:i,onChange:l,...d}=o;return c.jsx("div",{className:"flex items-center space-x-2",children:c.jsx(Qr,{checked:i,onCheckedChange:l,...d})})}case"select":{const{value:i,onChange:l,...d}=o;return!n||n.length===0?c.jsx("div",{className:"text-sm text-muted-foreground",children:"No options available"}):c.jsxs(La,{value:i,onValueChange:l,...d,children:[c.jsx(qa,{children:c.jsx(Ha,{placeholder:r??"Select an option"})}),c.jsx(Fa,{children:n.map(u=>c.jsx(jt,{value:u.value,children:u.label},u.value))})]})}default:return c.jsx(Pa,{type:a||"text",placeholder:r,...o})}}const j5=M.forwardRef(({schema:e,...t},a)=>{const{"data-obj-id":n,"data-obj-type":r,style:o,...i}=t;return c.jsx(Xe,{ref:a,variant:e.variant,size:e.size,className:e.className,...i,"data-obj-id":n,"data-obj-type":r,style:o,children:e.label||Ae(e.body)})});j5.displayName="ButtonRenderer",ge.register("button",j5,{label:"Button",inputs:[{name:"label",type:"string",label:"Label",defaultValue:"Button"},{name:"variant",type:"enum",label:"Variant",enum:["default","secondary","destructive","outline","ghost","link"],defaultValue:"default"},{name:"size",type:"enum",label:"Size",enum:["default","sm","lg","icon"],defaultValue:"default"},{name:"className",type:"string",label:"CSS Class",advanced:!0}],defaultProps:{label:"Button",variant:"default",size:"default"}}),ge.register("label",({schema:e,className:t,...a})=>{const{"data-obj-id":n,"data-obj-type":r,style:o,...i}=a;return c.jsx(Jt,{className:t,...i,"data-obj-id":n,"data-obj-type":r,style:o,children:e.text||e.label||e.content})},{label:"Label",inputs:[{name:"text",type:"string",label:"Text",required:!0},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{text:"Label Text"}}),ge.register("input",({schema:e,className:t,onChange:a,value:n,...r})=>{const o=p=>{a&&a(p.target.value)},{"data-obj-id":i,"data-obj-type":l,style:d,...u}=r;return c.jsxs("div",{className:j("grid w-full items-center gap-1.5",e.wrapperClass),"data-obj-id":i,"data-obj-type":l,style:d,children:[e.label&&c.jsx(Jt,{htmlFor:e.id,className:j(e.required&&"text-destructive after:content-['*'] after:ml-0.5"),children:e.label}),c.jsx(Pa,{type:e.inputType||"text",id:e.id,name:e.name,placeholder:e.placeholder,className:t,required:e.required,disabled:e.disabled,readOnly:e.readOnly,value:n??e.value??"",defaultValue:n===void 0?e.defaultValue:void 0,onChange:o,min:e.min,max:e.max,step:e.step,maxLength:e.maxLength,pattern:e.pattern,...u}),e.description&&c.jsx("p",{className:"text-sm text-muted-foreground",children:e.description}),e.error&&c.jsx("p",{className:"text-sm font-medium text-destructive",children:e.error})]})},{label:"Input Field",inputs:[{name:"label",type:"string",label:"Label"},{name:"name",type:"string",label:"Field Name"},{name:"placeholder",type:"string",label:"Placeholder"},{name:"inputType",type:"enum",label:"Type",enum:["text","email","password","number","tel","url","date","time","datetime-local"],defaultValue:"text"},{name:"required",type:"boolean",label:"Required"},{name:"disabled",type:"boolean",label:"Disabled"},{name:"description",type:"string",label:"Description"}],defaultProps:{inputType:"text"}}),ge.register("textarea",({schema:e,className:t,...a})=>{const{"data-obj-id":n,"data-obj-type":r,style:o,...i}=a;return c.jsxs("div",{className:`grid w-full gap-1.5 ${e.wrapperClass||""}`,"data-obj-id":n,"data-obj-type":r,style:o,children:[e.label&&c.jsx(Jt,{htmlFor:e.id,children:e.label}),c.jsx(Js,{id:e.id,placeholder:e.placeholder,className:t,...i})]})},{label:"Textarea",inputs:[{name:"label",type:"string",label:"Label"},{name:"placeholder",type:"string",label:"Placeholder"},{name:"id",type:"string",label:"ID",required:!0}],defaultProps:{label:"Textarea label",placeholder:"Enter text here...",id:"textarea-field"}}),ge.register("checkbox",({schema:e,className:t,...a})=>{const{"data-obj-id":n,"data-obj-type":r,style:o,...i}=a;return c.jsxs("div",{className:`flex items-center space-x-2 ${e.wrapperClass||""}`,"data-obj-id":n,"data-obj-type":r,style:o,children:[c.jsx(Qr,{id:e.id,className:t,...i}),c.jsx(Jt,{htmlFor:e.id,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:e.label})]})},{label:"Checkbox",inputs:[{name:"label",type:"string",label:"Label",required:!0},{name:"id",type:"string",label:"ID",required:!0},{name:"checked",type:"boolean",label:"Checked"}],defaultProps:{label:"Checkbox label",id:"checkbox-field"}}),ge.register("switch",({schema:e,className:t,...a})=>{const{"data-obj-id":n,"data-obj-type":r,style:o,...i}=a;return c.jsxs("div",{className:`flex items-center space-x-2 ${e.wrapperClass||""}`,"data-obj-id":n,"data-obj-type":r,style:o,children:[c.jsx(J4,{id:e.id,className:t,...i}),c.jsx(Jt,{htmlFor:e.id,children:e.label})]})},{label:"Switch",inputs:[{name:"label",type:"string",label:"Label",required:!0},{name:"id",type:"string",label:"ID",required:!0},{name:"checked",type:"boolean",label:"Checked"}],defaultProps:{label:"Switch label",id:"switch-field"}}),ge.register("select",({schema:e,className:t,...a})=>{const{"data-obj-id":n,"data-obj-type":r,style:o,...i}=a;return c.jsxs("div",{className:`grid w-full max-w-sm items-center gap-1.5 ${e.wrapperClass||""}`,"data-obj-id":n,"data-obj-type":r,style:o,children:[e.label&&c.jsx(Jt,{children:e.label}),c.jsxs(La,{defaultValue:e.defaultValue,...i,children:[c.jsx(qa,{className:t,children:c.jsx(Ha,{placeholder:e.placeholder})}),c.jsx(Fa,{children:e.options?.map(l=>c.jsx(jt,{value:l.value,children:l.label},l.value))})]})]})},{label:"Select",inputs:[{name:"label",type:"string",label:"Label"},{name:"placeholder",type:"string",label:"Placeholder"},{name:"defaultValue",type:"string",label:"Default Value"},{name:"options",type:"array",label:"Options",description:"Array of {label, value} objects"}],defaultProps:{label:"Select an option",placeholder:"Choose...",options:[{label:"Option 1",value:"option1"},{label:"Option 2",value:"option2"},{label:"Option 3",value:"option3"}]}}),ge.register("radio-group",({schema:e,className:t,...a})=>{const{"data-obj-id":n,"data-obj-type":r,style:o,...i}=a;return c.jsx(Sv,{defaultValue:e.defaultValue,className:t,...i,"data-obj-id":n,"data-obj-type":r,style:o,children:e.options?.map(l=>c.jsxs("div",{className:"flex items-center space-x-2",children:[c.jsx(jv,{value:l.value,id:`${e.id}-${l.value}`}),c.jsx(Jt,{htmlFor:`${e.id}-${l.value}`,children:l.label})]},l.value))})},{label:"Radio Group",inputs:[{name:"defaultValue",type:"string",label:"Default Value"},{name:"id",type:"string",label:"Group ID",required:!0},{name:"options",type:"array",label:"Options",description:"Array of {label, value} objects"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{id:"radio-group",options:[{label:"Option 1",value:"option1"},{label:"Option 2",value:"option2"},{label:"Option 3",value:"option3"}]}}),ge.register("slider",({schema:e,className:t,...a})=>{const{"data-obj-id":n,"data-obj-type":r,style:o,...i}=a;return c.jsx(B4,{defaultValue:e.defaultValue,max:e.max,min:e.min,step:e.step,className:t,...i,"data-obj-id":n,"data-obj-type":r,style:o})},{label:"Slider",inputs:[{name:"defaultValue",type:"array",label:"Default Value",defaultValue:[50]},{name:"max",type:"number",label:"Max",defaultValue:100},{name:"min",type:"number",label:"Min",defaultValue:0},{name:"step",type:"number",label:"Step",defaultValue:1},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{defaultValue:[50],max:100,min:0,step:1,className:"w-full"}}),ge.register("toggle",({schema:e,...t})=>c.jsx(M5,{variant:e.variant,size:e.size,pressed:e.pressed,"aria-label":e.ariaLabel,...t,children:e.label||Ae(e.children)}),{label:"Toggle",inputs:[{name:"label",type:"string",label:"Label"},{name:"pressed",type:"boolean",label:"Pressed"},{name:"variant",type:"enum",enum:["default","outline"],defaultValue:"default",label:"Variant"},{name:"size",type:"enum",enum:["default","sm","lg"],defaultValue:"default",label:"Size"},{name:"ariaLabel",type:"string",label:"Aria Label"}],defaultProps:{label:"Toggle",variant:"default",size:"default"}}),ge.register("toggle-group",({schema:e,className:t,...a})=>c.jsx(C5,{type:e.groupType||"single",variant:e.variant,size:e.size,className:t,...a,children:e.items?.map(n=>c.jsx(S5,{value:n.value,"aria-label":n.label,children:n.icon||n.label},n.value))}),{label:"Toggle Group",inputs:[{name:"groupType",type:"enum",enum:["single","multiple"],defaultValue:"single",label:"Type"},{name:"variant",type:"enum",enum:["default","outline"],defaultValue:"default",label:"Variant"},{name:"size",type:"enum",enum:["default","sm","lg"],defaultValue:"default",label:"Size"},{name:"items",type:"array",label:"Items",description:"Array of {label, value, icon?} objects"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{groupType:"single",variant:"default",size:"default",items:[{label:"A",value:"a"},{label:"B",value:"b"},{label:"C",value:"c"}]}}),ge.register("input-otp",({schema:e,className:t,...a})=>c.jsxs(nk,{maxLength:e.length||6,className:t,...a,children:[c.jsxs(wc,{children:[c.jsx(jn,{index:0}),c.jsx(jn,{index:1}),c.jsx(jn,{index:2})]}),c.jsx(rk,{}),c.jsxs(wc,{children:[c.jsx(jn,{index:3}),c.jsx(jn,{index:4}),c.jsx(jn,{index:5})]})]}),{label:"Input OTP",inputs:[{name:"maxLength",type:"number",label:"Max Length",defaultValue:6},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{maxLength:6}}),ge.register("calendar",({schema:e,className:t,...a})=>c.jsx(Cl,{mode:e.mode||"single",selected:e.value||e.defaultValue,className:t,...a}),{label:"Calendar",inputs:[{name:"mode",type:"enum",enum:["default","single","multiple","range"],defaultValue:"single",label:"Mode"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{mode:"single",className:"rounded-md border"}}),ge.register("date-picker",({schema:e,className:t,value:a,onChange:n,...r})=>{const o=p=>{n&&n(p)},{"data-obj-id":i,"data-obj-type":l,style:d,...u}=r;return c.jsxs("div",{className:`grid w-full max-w-sm items-center gap-1.5 ${e.wrapperClass||""}`,"data-obj-id":i,"data-obj-type":l,style:d,children:[e.label&&c.jsx(Jt,{htmlFor:e.id,children:e.label}),c.jsxs(Fc,{children:[c.jsx(Bc,{asChild:!0,children:c.jsxs(Xe,{id:e.id,variant:"outline",className:j("w-full justify-start text-left font-normal transition-all duration-300",a?"text-cyan-300 font-medium shadow-[0_0_10px_-5px_rgba(6,182,212,0.5)] border-cyan-500/50 bg-cyan-950/20":"text-muted-foreground",t),...u,children:[c.jsx(_2,{className:"mr-2 h-4 w-4"}),a?Zn(a,e.format||"PPP"):c.jsx("span",{children:e.placeholder||"Pick a date"})]})}),c.jsx($c,{className:"w-auto p-0",children:c.jsx(Cl,{mode:"single",selected:a,onSelect:o,initialFocus:!0})})]})]})},{label:"Date Picker",inputs:[{name:"label",type:"string",label:"Label"},{name:"placeholder",type:"string",label:"Placeholder"},{name:"format",type:"string",label:"Date Format",description:'date-fns format string (e.g., "PPP", "yyyy-MM-dd")'},{name:"id",type:"string",label:"ID",required:!0}],defaultProps:{label:"Date",placeholder:"Pick a date",format:"PPP",id:"date-picker-field"}}),ge.register("file-upload",({schema:e,className:t,value:a,onChange:n,...r})=>{const[o,i]=M.useState(a||[]),[l,d]=M.useState(!1),[u,p]=M.useState(0),h=M.useRef(null);M.useEffect(()=>{if(l){const w=setInterval(()=>{p(C=>C>=100?(clearInterval(w),d(!1),0):C+5)},50);return()=>clearInterval(w)}},[l]);const f=w=>{const C=Array.from(w.target.files||[]);if(C.length>0){d(!0),p(0);const D=e.multiple?[...o,...C]:C;setTimeout(()=>{i(D),n&&n(D)},1e3)}},g=w=>{const C=o.filter((D,A)=>A!==w);i(C),n&&n(C)},m=()=>{h.current?.click()},{"data-obj-id":v,"data-obj-type":x,style:k,...b}=r;return c.jsxs("div",{className:`grid w-full max-w-sm items-center gap-2 ${e.wrapperClass||""}`,"data-obj-id":v,"data-obj-type":x,style:k,children:[e.label&&c.jsx(Jt,{htmlFor:e.id,children:e.label}),c.jsxs("div",{className:j("relative flex flex-col gap-3 group/upload",t),children:[c.jsx("input",{ref:h,type:"file",id:e.id,className:"hidden",accept:e.accept,multiple:e.multiple,onChange:f,...b}),c.jsxs("div",{onClick:m,className:j("relative overflow-hidden cursor-pointer rounded-lg border-2 border-dashed transition-all duration-300 min-h-[120px] flex flex-col items-center justify-center p-6 gap-3",l?"border-cyan-400 bg-cyan-950/30":"border-slate-700 bg-slate-900/50 hover:bg-slate-900 hover:border-cyan-500/50 hover:shadow-[0_0_20px_-5px_rgba(6,182,212,0.3)]"),children:[c.jsx("div",{className:"absolute inset-0 bg-[url('https://grainy-gradients.vercel.app/noise.svg')] opacity-5 pointer-events-none"}),c.jsx("div",{className:"absolute inset-0 bg-[linear-gradient(to_right,#80808012_1px,transparent_1px),linear-gradient(to_bottom,#80808012_1px,transparent_1px)] bg-[size:14px_24px] pointer-events-none"}),c.jsx("div",{className:j("relative z-10 p-3 rounded-full bg-slate-800 border border-slate-700 transition-all duration-500",l?"scale-110 shadow-[0_0_30px_cyan] border-cyan-400 animate-bounce":"group-hover/upload:scale-110 group-hover/upload:shadow-lg group-hover/upload:border-cyan-500"),children:l?c.jsx(Z2,{className:"w-8 h-8 text-cyan-300 animate-pulse"}):c.jsx(a0,{className:"w-6 h-6 text-slate-400 group-hover/upload:text-cyan-400"})}),c.jsx("div",{className:"relative z-10 text-center",children:c.jsx("p",{className:j("text-xs font-mono uppercase tracking-widest transition-colors",l?"text-cyan-300":"text-slate-500 group-hover/upload:text-cyan-200"),children:l?"INITIATING LAUNCH SEQUENCE...":e.buttonText||"DROP PAYLOAD OR CLICK TO UPLOAD"})}),l&&c.jsx("div",{className:"absolute bottom-0 left-0 h-1 bg-cyan-500 shadow-[0_0_10px_cyan] transition-all duration-75 ease-out",style:{width:`${u}%`}})]}),o.length>0&&c.jsx("div",{className:"flex flex-col gap-2 mt-1 perspective-1000",children:o.map((w,C)=>c.jsxs("div",{className:"relative group/file overflow-hidden flex items-center justify-between p-3 border border-border bg-card/80 rounded-sm text-sm transition-all hover:border-primary/30 hover:shadow-lg hover:shadow-primary/10 animate-in slide-in-from-bottom-2 fade-in",children:[c.jsx("div",{className:"absolute left-0 top-0 bottom-0 w-[2px] bg-primary/50 group-hover/file:bg-primary group-hover/file:shadow-[0_0_8px_hsl(var(--primary))]"}),c.jsxs("div",{className:"flex items-center gap-3 z-10",children:[c.jsx(Hi,{className:"w-4 h-4 text-emerald-500 rounded-full"}),c.jsx("span",{className:"truncate max-w-[200px] text-muted-foreground group-hover/file:text-foreground font-mono text-xs transition-colors",children:w.name})]}),c.jsx(Xe,{type:"button",variant:"ghost",size:"sm",className:"h-6 w-6 p-0 hover:bg-destructive/10 hover:text-destructive",onClick:()=>g(C),children:c.jsx(Cr,{className:"h-3 w-3"})}),c.jsx("div",{className:"absolute inset-0 bg-gradient-to-r from-transparent via-primary/5 to-transparent -translate-x-full group-hover/file:animate-[shimmer_1s_infinite] pointer-events-none"})]},C))})]})]})},{label:"File Upload",inputs:[{name:"label",type:"string",label:"Label"},{name:"buttonText",type:"string",label:"Button Text"},{name:"accept",type:"string",label:"Accepted File Types",description:'MIME types (e.g., "image/*,application/pdf")'},{name:"multiple",type:"boolean",label:"Allow Multiple Files"},{name:"id",type:"string",label:"ID",required:!0}],defaultProps:{label:"Upload files",buttonText:"Choose files",multiple:!0,id:"file-upload-field"}});const Nie=M.forwardRef(({schema:e,className:t,...a},n)=>{const{"data-obj-id":r,"data-obj-type":o,style:i,...l}=a;return c.jsxs(Gl,{ref:n,className:t,...l,"data-obj-id":r,"data-obj-type":o,style:i,children:[(e.title||e.description||e.header)&&c.jsxs(Ul,{children:[e.title&&c.jsx(Yl,{children:e.title}),e.description&&c.jsx(Zl,{children:e.description}),e.header&&Ae(e.header)]}),(e.children||e.body)&&c.jsx(Kl,{children:Ae(e.children||e.body)}),e.footer&&c.jsx(Xl,{className:"flex justify-between",children:Ae(e.footer)})]})});ge.register("card",Nie,{label:"Card",inputs:[{name:"title",type:"string",label:"Title"},{name:"description",type:"string",label:"Description"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{title:"Card Title",description:"Card description goes here",className:"w-full"},isContainer:!0,resizable:!0,resizeConstraints:{width:!0,height:!0,minWidth:200,minHeight:100}}),ge.register("tabs",({schema:e,className:t,...a})=>{const{"data-obj-id":n,"data-obj-type":r,style:o,...i}=a;return c.jsxs(Sd,{defaultValue:e.defaultValue,className:t,...i,"data-obj-id":n,"data-obj-type":r,style:o,children:[c.jsx(jd,{children:e.items?.map(l=>c.jsx(Ad,{value:l.value,children:l.label},l.value))}),e.items?.map(l=>c.jsx(Dd,{value:l.value,children:Ae(l.body)},l.value))]})},{label:"Tabs",inputs:[{name:"defaultValue",type:"string",label:"Default Value",required:!0},{name:"className",type:"string",label:"CSS Class"},{name:"items",type:"array",label:"Items"}],defaultProps:{defaultValue:"tab1",items:[{label:"Tab 1",value:"tab1",body:[{type:"text",content:"Content for Tab 1"}]},{label:"Tab 2",value:"tab2",body:[{type:"text",content:"Content for Tab 2"}]},{label:"Tab 3",value:"tab3",body:[{type:"text",content:"Content for Tab 3"}]}],className:"w-full"}});const Eie={1:"grid-cols-1",2:"grid-cols-2",3:"grid-cols-3",4:"grid-cols-4",5:"grid-cols-5",6:"grid-cols-6",7:"grid-cols-7",8:"grid-cols-8",9:"grid-cols-9",10:"grid-cols-10",11:"grid-cols-11",12:"grid-cols-12"},_ie={1:"sm:grid-cols-1",2:"sm:grid-cols-2",3:"sm:grid-cols-3",4:"sm:grid-cols-4",5:"sm:grid-cols-5",6:"sm:grid-cols-6",7:"sm:grid-cols-7",8:"sm:grid-cols-8",9:"sm:grid-cols-9",10:"sm:grid-cols-10",11:"sm:grid-cols-11",12:"sm:grid-cols-12"},zie={1:"md:grid-cols-1",2:"md:grid-cols-2",3:"md:grid-cols-3",4:"md:grid-cols-4",5:"md:grid-cols-5",6:"md:grid-cols-6",7:"md:grid-cols-7",8:"md:grid-cols-8",9:"md:grid-cols-9",10:"md:grid-cols-10",11:"md:grid-cols-11",12:"md:grid-cols-12"},Oie={1:"lg:grid-cols-1",2:"lg:grid-cols-2",3:"lg:grid-cols-3",4:"lg:grid-cols-4",5:"lg:grid-cols-5",6:"lg:grid-cols-6",7:"lg:grid-cols-7",8:"lg:grid-cols-8",9:"lg:grid-cols-9",10:"lg:grid-cols-10",11:"lg:grid-cols-11",12:"lg:grid-cols-12"},Rie={1:"xl:grid-cols-1",2:"xl:grid-cols-2",3:"xl:grid-cols-3",4:"xl:grid-cols-4",5:"xl:grid-cols-5",6:"xl:grid-cols-6",7:"xl:grid-cols-7",8:"xl:grid-cols-8",9:"xl:grid-cols-9",10:"xl:grid-cols-10",11:"xl:grid-cols-11",12:"xl:grid-cols-12"},Iie={0:"gap-0",1:"gap-1",2:"gap-2",3:"gap-3",4:"gap-4",5:"gap-5",6:"gap-6",8:"gap-8",10:"gap-10",12:"gap-12"};ge.register("grid",({schema:e,className:t,...a})=>{const n=typeof e.columns=="number"?e.columns:2,r=e.smColumns,o=e.mdColumns,i=e.lgColumns,l=e.xlColumns,d=e.gap??4,u=j("grid",Eie[n]||"grid-cols-2",r&&_ie[r],o&&zie[o],i&&Oie[i],l&&Rie[l],Iie[d]||"gap-4",t),{"data-obj-id":p,"data-obj-type":h,style:f,...g}=a;return c.jsx("div",{className:u,...g,"data-obj-id":p,"data-obj-type":h,style:f,children:e.children&&Ae(e.children)})},{label:"Grid Layout",inputs:[{name:"columns",type:"number",label:"Base Columns (Mobile)",defaultValue:2,description:"Number of columns on mobile devices"},{name:"smColumns",type:"number",label:"SM Columns (Tablet)",description:"Columns at sm breakpoint (>640px)"},{name:"mdColumns",type:"number",label:"MD Columns (Laptop)",description:"Columns at md breakpoint (>768px)"},{name:"lgColumns",type:"number",label:"LG Columns (Desktop)",description:"Columns at lg breakpoint (>1024px)"},{name:"xlColumns",type:"number",label:"XL Columns (Wide)",description:"Columns at xl breakpoint (>1280px)"},{name:"gap",type:"number",label:"Gap",defaultValue:4,description:"Gap between items (0-12)"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{columns:1,mdColumns:2,lgColumns:4,gap:4,children:[{type:"card",title:"Card 1",description:"First card"},{type:"card",title:"Card 2",description:"Second card"},{type:"card",title:"Card 3",description:"Third card"},{type:"card",title:"Card 4",description:"Fourth card"}]},isContainer:!0,resizable:!0,resizeConstraints:{width:!0,height:!0,minWidth:200,minHeight:100}}),ge.register("flex",({schema:e,className:t,...a})=>{const n=e.direction||"row",r=e.justify||"start",o=e.align||"start",i=e.gap||2,l=e.wrap||!1,d=j("flex",n==="row"&&"flex-row",n==="col"&&"flex-col",n==="row-reverse"&&"flex-row-reverse",n==="col-reverse"&&"flex-col-reverse",r==="start"&&"justify-start",r==="end"&&"justify-end",r==="center"&&"justify-center",r==="between"&&"justify-between",r==="around"&&"justify-around",r==="evenly"&&"justify-evenly",o==="start"&&"items-start",o==="end"&&"items-end",o==="center"&&"items-center",o==="baseline"&&"items-baseline",o==="stretch"&&"items-stretch",i===0&&"gap-0",i===1&&"gap-1",i===2&&"gap-2",i===3&&"gap-3",i===4&&"gap-4",i===5&&"gap-5",i===6&&"gap-6",i===7&&"gap-7",i===8&&"gap-8",l&&"flex-wrap",t),{"data-obj-id":u,"data-obj-type":p,style:h,...f}=a;return c.jsx("div",{className:d,...f,"data-obj-id":u,"data-obj-type":p,style:h,children:e.children&&Ae(e.children)})},{label:"Flex Layout",inputs:[{name:"direction",type:"enum",enum:["row","col","row-reverse","col-reverse"],label:"Direction",defaultValue:"row"},{name:"justify",type:"enum",enum:["start","end","center","between","around","evenly"],label:"Justify Content",defaultValue:"start"},{name:"align",type:"enum",enum:["start","end","center","baseline","stretch"],label:"Align Items",defaultValue:"start"},{name:"gap",type:"number",label:"Gap",defaultValue:2,description:"Gap between items (0-8)"},{name:"wrap",type:"boolean",label:"Wrap",defaultValue:!1,description:"Allow flex items to wrap"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{direction:"row",justify:"start",align:"center",gap:2,wrap:!1,children:[{type:"button",label:"Button 1"},{type:"button",label:"Button 2"},{type:"button",label:"Button 3"}]}});const Vie=M.forwardRef(({schema:e,className:t,...a},n)=>{const r=e.direction||"col",o=e.justify||"start",i=e.align||"stretch",l=e.gap||2,d=e.wrap||!1,u=j("flex",r==="row"&&"flex-row",r==="col"&&"flex-col",r==="row-reverse"&&"flex-row-reverse",r==="col-reverse"&&"flex-col-reverse",o==="start"&&"justify-start",o==="end"&&"justify-end",o==="center"&&"justify-center",o==="between"&&"justify-between",o==="around"&&"justify-around",o==="evenly"&&"justify-evenly",i==="start"&&"items-start",i==="end"&&"items-end",i==="center"&&"items-center",i==="baseline"&&"items-baseline",i==="stretch"&&"items-stretch",l===0&&"gap-0",l===1&&"gap-1",l===2&&"gap-2",l===3&&"gap-3",l===4&&"gap-4",l===5&&"gap-5",l===6&&"gap-6",l===8&&"gap-8",l===10&&"gap-10",d&&"flex-wrap",t),{"data-obj-id":p,"data-obj-type":h,style:f,...g}=a;return c.jsx("div",{ref:n,className:u,...g,"data-obj-id":p,"data-obj-type":h,style:f,children:e.children&&Ae(e.children)})});ge.register("stack",Vie,{label:"Stack",inputs:[{name:"direction",type:"enum",label:"Direction",enum:["col","row","col-reverse","row-reverse"],defaultValue:"col"},{name:"gap",type:"number",label:"Gap",defaultValue:2},{name:"align",type:"enum",label:"Align Items",enum:["start","end","center","stretch","baseline"],defaultValue:"stretch"},{name:"justify",type:"enum",label:"Justify Content",enum:["start","end","center","between","around","evenly"],defaultValue:"start"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{direction:"col",gap:2,align:"stretch",children:[]},isContainer:!0,resizable:!0,resizeConstraints:{width:!0,height:!0,minWidth:100,minHeight:50}});const Lie=M.forwardRef(({schema:e,className:t,...a},n)=>{const r=e.maxWidth||"xl",o=e.padding||4,i=e.centered!==!1,l=j("w-full",r==="sm"&&"max-w-sm",r==="md"&&"max-w-md",r==="lg"&&"max-w-lg",r==="xl"&&"max-w-xl",r==="2xl"&&"max-w-2xl",r==="3xl"&&"max-w-3xl",r==="4xl"&&"max-w-4xl",r==="5xl"&&"max-w-5xl",r==="6xl"&&"max-w-6xl",r==="7xl"&&"max-w-7xl",r==="full"&&"max-w-full",r==="screen"&&"max-w-screen-2xl",i&&"mx-auto",o===0&&"p-0",o===1&&"p-1",o===2&&"p-2",o===3&&"p-3",o===4&&"p-4",o===5&&"p-5",o===6&&"p-6",o===7&&"p-7",o===8&&"p-8",o===10&&"p-10",o===12&&"p-12",o===16&&"p-16",t),{"data-obj-id":d,"data-obj-type":u,style:p,...h}=a;return c.jsx("div",{ref:n,className:l,...h,"data-obj-id":d,"data-obj-type":u,style:p,children:e.children&&Ae(e.children)})});ge.register("container",Lie,{label:"Container",inputs:[{name:"maxWidth",type:"enum",enum:["sm","md","lg","xl","2xl","3xl","4xl","5xl","6xl","7xl","full","screen"],label:"Max Width",defaultValue:"xl"},{name:"padding",type:"number",label:"Padding",defaultValue:4,description:"Padding value (0, 1-8, 10, 12, 16)"},{name:"centered",type:"boolean",label:"Center Horizontally",defaultValue:!0},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{maxWidth:"xl",padding:4,centered:!0,children:[{type:"text",content:"Container content goes here"}]},isContainer:!0,resizable:!0,resizeConstraints:{width:!0,height:!0,minWidth:200,minHeight:100}});const Hie=({schema:e,className:t,...a})=>{const n=e.body||e.children,r=Array.isArray(n)?n:n?[n]:[],{"data-obj-id":o,"data-obj-type":i,style:l,...d}=a;return c.jsx("div",{className:j("min-h-full w-full bg-background p-6 md:p-8",t),...d,"data-obj-id":o,"data-obj-type":i,style:l,children:c.jsxs("div",{className:"mx-auto max-w-7xl space-y-8",children:[(e.title||e.description)&&c.jsxs("div",{className:"space-y-2",children:[e.title&&c.jsx("h1",{className:"text-3xl font-bold tracking-tight text-foreground",children:e.title}),e.description&&c.jsx("p",{className:"text-muted-foreground",children:e.description})]}),c.jsx("div",{className:"space-y-6",children:r.map((u,p)=>c.jsx(br,{schema:u},u?.id||p))})]})})};ge.register("page",Hie,{label:"Page",icon:"Layout",category:"layout",inputs:[{name:"title",type:"string",label:"Title"},{name:"description",type:"string",label:"Description"},{name:"body",type:"array",label:"Content",itemType:"component"}]}),["aside","main","header","nav","footer","section","article"].forEach(e=>{const t=M.forwardRef(({schema:a,className:n,...r},o)=>{const{"data-obj-id":i,"data-obj-type":l,style:d,...u}=r,p=e;return c.jsx(p,{ref:o,className:n,...u,"data-obj-id":i,"data-obj-type":l,style:d,children:Ae(a.children||a.body)})});t.displayName=`Semantic${e.charAt(0).toUpperCase()+e.slice(1)}`,ge.register(e,t,{label:e.charAt(0).toUpperCase()+e.slice(1),category:"layout",inputs:[{name:"className",type:"string",label:"CSS Class"}]})}),ge.register("sidebar-provider",({schema:e,...t})=>c.jsx(g4,{...t,children:Ae(e.body)}),{label:"Sidebar Provider",inputs:[{name:"defaultOpen",type:"boolean",label:"Default Open",defaultValue:!0}],defaultProps:{defaultOpen:!0},defaultChildren:[{type:"sidebar"},{type:"sidebar-inset"}]}),ge.register("sidebar",({schema:e,...t})=>c.jsx(k4,{...t,children:Ae(e.body)}),{label:"Sidebar",inputs:[{name:"collapsible",type:"enum",enum:["offcanvas","icon","none"],defaultValue:"icon",label:"Collapsible"},{name:"side",type:"enum",enum:["left","right"],defaultValue:"left",label:"Side"},{name:"variant",type:"enum",enum:["sidebar","floating","inset"],defaultValue:"sidebar",label:"Variant"}],defaultProps:{collapsible:"icon",side:"left",variant:"sidebar"},defaultChildren:[{type:"sidebar-header"},{type:"sidebar-content"},{type:"sidebar-footer"}]}),ge.register("sidebar-header",({schema:e,...t})=>c.jsx(x4,{...t,children:Ae(e.body)}),{label:"Sidebar Header",defaultChildren:[{type:"text",content:"Sidebar Header"}]}),ge.register("sidebar-content",({schema:e,...t})=>c.jsx(M4,{...t,children:Ae(e.body)}),{label:"Sidebar Content",defaultChildren:[{type:"sidebar-group"}]}),ge.register("sidebar-group",({schema:e,...t})=>c.jsxs(w4,{...t,children:[e.label&&c.jsx(C4,{children:e.label}),c.jsx(S4,{children:Ae(e.body)})]}),{label:"Sidebar Group",inputs:[{name:"label",type:"string",label:"Label"}],defaultProps:{label:"Menu"},defaultChildren:[{type:"sidebar-menu"}]}),ge.register("sidebar-menu",({schema:e,...t})=>c.jsx(j4,{...t,children:Ae(e.body)}),{label:"Sidebar Menu",defaultChildren:[{type:"sidebar-menu-item"},{type:"sidebar-menu-item"}]}),ge.register("sidebar-menu-item",({schema:e,...t})=>c.jsx(A4,{...t,children:Ae(e.body)}),{label:"Sidebar Menu Item",defaultChildren:[{type:"sidebar-menu-button"}]}),ge.register("sidebar-menu-button",({schema:e,...t})=>c.jsx(D4,{isActive:e.active,...t,children:Ae(e.body)}),{label:"Sidebar Menu Button",inputs:[{name:"active",type:"boolean",label:"Active",defaultValue:!1},{name:"size",type:"enum",enum:["default","sm","lg"],defaultValue:"default",label:"Size"},{name:"tooltip",type:"string",label:"Tooltip"}],defaultProps:{size:"default"},defaultChildren:[{type:"text",content:"Menu Item"}]}),ge.register("sidebar-footer",({schema:e,...t})=>c.jsx(b4,{...t,children:Ae(e.body)}),{label:"Sidebar Footer",defaultChildren:[{type:"text",content:"Footer"}]}),ge.register("sidebar-inset",({schema:e,...t})=>c.jsx(v4,{...t,children:Ae(e.body)}),{label:"Sidebar Inset",defaultChildren:[{type:"div",className:"p-4",body:[{type:"text",content:"Main content area"}]}]}),ge.register("sidebar-trigger",({className:e,...t})=>c.jsx(pd,{className:e,...t}),{label:"Sidebar Trigger",inputs:[{name:"className",type:"string",label:"CSS Class"}]}),ge.register("header-bar",({schema:e})=>c.jsxs("header",{className:"flex h-16 shrink-0 items-center gap-2 border-b px-4",children:[c.jsx(pd,{}),c.jsx(Ka,{orientation:"vertical",className:"mr-2 h-4"}),c.jsx(Ru,{children:c.jsx(Iu,{children:e.crumbs?.map((t,a)=>c.jsxs(M.Fragment,{children:[c.jsx(Vu,{children:a===e.crumbs.length-1?c.jsx(Hu,{children:t.label}):c.jsx(Lu,{href:t.href||"#",children:t.label})}),a<e.crumbs.length-1&&c.jsx(qu,{})]},a))})})]}),{label:"Header Bar",inputs:[{name:"crumbs",type:"array",label:"Breadcrumbs"}],defaultProps:{crumbs:[{label:"Home",href:"#"},{label:"Current Page"}]}}),ge.register("badge",({schema:e,...t})=>{const{"data-obj-id":a,"data-obj-type":n,style:r,...o}=t;return c.jsx(Ou,{variant:e.variant,className:e.className,...o,"data-obj-id":a,"data-obj-type":n,style:r,children:e.label||Ae(e.body)})},{label:"Badge",inputs:[{name:"label",type:"string",label:"Label"},{name:"variant",type:"enum",enum:["default","secondary","destructive","outline"],defaultValue:"default",label:"Variant"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{label:"Badge",variant:"default"}}),ge.register("avatar",({schema:e,className:t,...a})=>c.jsxs(ss,{className:t,...a,children:[c.jsx(is,{src:e.src,alt:e.alt}),c.jsx(ls,{children:e.fallback})]}),{label:"Avatar",inputs:[{name:"src",type:"string",label:"Image URL"},{name:"alt",type:"string",label:"Alt Text"},{name:"fallback",type:"string",label:"Fallback Initials",defaultValue:"CN"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{fallback:"CN",alt:"Avatar"}}),ge.register("alert",({schema:e,className:t,...a})=>c.jsxs(rl,{variant:e.variant,className:t,...a,children:[c.jsx(bu,{children:e.title}),c.jsx(ol,{children:e.description||Ae(e.body)})]}),{label:"Alert",inputs:[{name:"title",type:"string",label:"Title",required:!0},{name:"description",type:"string",label:"Description"},{name:"variant",type:"enum",enum:["default","destructive"],defaultValue:"default",label:"Variant"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{title:"Alert Title",description:"This is an alert message.",variant:"default"}}),ge.register("list",({schema:e,className:t,...a})=>c.jsxs("div",{className:j("relative p-4 rounded-lg bg-slate-950/30 border border-slate-800/50 backdrop-blur-sm",e.wrapperClass),children:[c.jsx("div",{className:"absolute top-0 left-0 w-2 h-2 border-l-2 border-t-2 border-cyan-500/50 rounded-tl-sm"}),c.jsx("div",{className:"absolute top-0 right-0 w-2 h-2 border-r-2 border-t-2 border-cyan-500/50 rounded-tr-sm"}),c.jsx("div",{className:"absolute bottom-0 left-0 w-2 h-2 border-l-2 border-b-2 border-cyan-500/50 rounded-bl-sm"}),c.jsx("div",{className:"absolute bottom-0 right-0 w-2 h-2 border-r-2 border-b-2 border-cyan-500/50 rounded-br-sm"}),e.title&&c.jsxs("div",{className:"flex items-center gap-2 mb-4 pb-2 border-b border-cyan-900/30",children:[c.jsx(J2,{className:"w-4 h-4 text-cyan-500"}),c.jsx("h3",{className:"text-sm font-bold uppercase tracking-widest text-cyan-400 drop-shadow-[0_0_5px_rgba(6,182,212,0.5)]",children:e.title})]}),c.jsx("ul",{className:j("space-y-1",t),...a,children:e.items?.map((r,o)=>c.jsxs("li",{className:j("group flex items-start gap-3 p-2 rounded-sm transition-all duration-300","hover:bg-cyan-950/20 hover:pl-3",typeof r=="object"&&r.className),children:[c.jsx("div",{className:"flex-shrink-0 mt-0.5",children:e.ordered?c.jsx("span",{className:"flex items-center justify-center w-5 h-5 text-[10px] font-mono font-bold text-slate-950 bg-cyan-600 rounded-sm shadow-[0_0_8px_cyan] group-hover:bg-cyan-400 group-hover:scale-110 transition-all",children:String(o+1).padStart(2,"0")}):c.jsxs("div",{className:"relative flex items-center justify-center w-5 h-5",children:[c.jsx(B2,{className:"w-3 h-3 text-cyan-600 group-hover:text-cyan-400 group-hover:rotate-90 transition-transform duration-500"}),c.jsx("div",{className:"absolute inset-0 bg-cyan-500/20 blur-[2px] rounded-full opacity-0 group-hover:opacity-100 transition-opacity"})]})}),c.jsx("div",{className:"flex-1 text-sm text-slate-400 group-hover:text-cyan-100 font-medium font-sans leading-tight transition-colors",children:typeof r=="string"?r:r.content||Ae(r.body)}),c.jsx(la,{className:"w-4 h-4 text-cyan-500/0 -translate-x-2 group-hover:text-cyan-500 group-hover:translate-x-0 transition-all duration-300 opacity-0 group-hover:opacity-100"})]},o))})]}),{label:"List",inputs:[{name:"title",type:"string",label:"Title"},{name:"ordered",type:"boolean",label:"Ordered List (numbered)",defaultValue:!1},{name:"items",type:"array",label:"List Items",description:"Array of strings or objects with content/body"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{ordered:!1,items:["First item","Second item","Third item"],className:"text-sm"}});const A5=({node:e,onNodeClick:t,isChild:a=!1})=>{const[n,r]=M.useState(!1),o=e.children&&e.children.length>0,i=d=>{d.stopPropagation(),r(!n)},l=()=>{t&&t(e)};return c.jsxs("div",{className:"relative",children:[c.jsxs("div",{className:j("group flex items-center py-1.5 px-2 rounded-sm cursor-pointer transition-all duration-200 border border-transparent","hover:bg-cyan-950/30 hover:border-cyan-500/20 hover:shadow-[inset_0_0_10px_-5px_cyan]",n&&o&&"bg-slate-900/40"),onClick:l,children:[o?c.jsx("button",{onClick:i,className:"mr-2 p-0.5 h-5 w-5 flex items-center justify-center rounded-sm hover:bg-cyan-500/20 text-cyan-600 transition-colors",children:n?c.jsx(Ua,{className:"h-4 w-4 drop-shadow-[0_0_5px_cyan]"}):c.jsx(la,{className:"h-4 w-4"})}):c.jsx("span",{className:"mr-2 w-5 flex justify-center",children:c.jsx("div",{className:"w-1 h-1 rounded-full bg-slate-700/50 group-hover:bg-cyan-500/50"})}),e.icon==="folder"||o?n?c.jsx(q2,{className:"h-4 w-4 mr-2 text-cyan-400 drop-shadow-[0_0_5px_rgba(6,182,212,0.5)]"}):c.jsx(F2,{className:"h-4 w-4 mr-2 text-cyan-600 group-hover:text-cyan-400 transition-colors"}):c.jsx(H2,{className:"h-4 w-4 mr-2 text-slate-500 group-hover:text-cyan-200 transition-colors"}),c.jsx("span",{className:j("text-sm font-mono tracking-wide transition-colors",n?"text-cyan-100 font-bold shadow-cyan-500/20":"text-slate-400 group-hover:text-cyan-300"),children:e.label})]}),o&&n&&c.jsxs("div",{className:"relative ml-[11px] pl-3 border-l border-cyan-800/40 animate-in slide-in-from-left-2 fade-in duration-200",children:[c.jsx("div",{className:"absolute top-0 -left-[1px] -translate-x-1/2 w-1.5 h-1.5 bg-cyan-700/50 rounded-full"}),e.children.map(d=>c.jsx(A5,{node:d,onNodeClick:t,isChild:!0},d.id)),c.jsx("div",{className:"absolute bottom-0 -left-[1px] -translate-x-1/2 w-1 h-1 bg-cyan-800/50 rounded-full"})]})]})};ge.register("tree-view",({schema:e,className:t,...a})=>{const n=r=>{e.onNodeClick&&e.onNodeClick(r)};return c.jsxs("div",{className:j("relative border border-border/60 rounded-lg p-3 bg-card/40 backdrop-blur-md overflow-hidden","shadow-lg shadow-primary/5",t),...a,children:[c.jsx("div",{className:"absolute inset-0 bg-[linear-gradient(to_right,hsl(var(--border)/0.1)_1px,transparent_1px),linear-gradient(to_bottom,hsl(var(--border)/0.1)_1px,transparent_1px)] bg-[size:24px_24px] pointer-events-none"}),e.title&&c.jsxs("div",{className:"flex items-center gap-2 mb-3 pb-2 border-b border-primary/20 relative z-10",children:[c.jsx(V2,{className:"w-4 h-4 text-primary"}),c.jsx("h3",{className:"text-xs font-bold font-mono uppercase tracking-widest text-primary",children:e.title})]}),c.jsx("div",{className:"space-y-1 relative z-10",children:e.nodes?.map(r=>c.jsx(A5,{node:r,onNodeClick:n},r.id))})]})},{label:"Tree View",inputs:[{name:"title",type:"string",label:"Title"},{name:"nodes",type:"array",label:"Tree Nodes",description:"Array of { id, label, icon, children, data }"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{title:"File Explorer",nodes:[{id:"1",label:"Documents",icon:"folder",children:[{id:"1-1",label:"Resume.pdf",icon:"file"},{id:"1-2",label:"Cover Letter.docx",icon:"file"}]},{id:"2",label:"Photos",icon:"folder",children:[{id:"2-1",label:"Vacation",icon:"folder",children:[{id:"2-1-1",label:"Beach.jpg",icon:"file"}]},{id:"2-2",label:"Family.jpg",icon:"file"}]},{id:"3",label:"README.md",icon:"file"}]}});const qie=({schema:e})=>c.jsxs("div",{className:j("group relative flex flex-col p-5 rounded-xl transition-all duration-300 overflow-hidden","bg-slate-950/40 border border-slate-800/60 backdrop-blur-sm","hover:bg-slate-900/60 hover:border-cyan-500/50 hover:shadow-[0_0_30px_-10px_rgba(6,182,212,0.3)]",e.className),children:[c.jsx("div",{className:"absolute top-0 left-0 w-full h-[1px] bg-linear-to-r from-transparent via-cyan-500/50 to-transparent -translate-x-full group-hover:animate-[shimmer_1.5s_infinite]"}),c.jsx("div",{className:"absolute inset-0 bg-[url('https://grainy-gradients.vercel.app/noise.svg')] opacity-5 pointer-events-none"}),e.label&&c.jsxs("div",{className:"flex items-center gap-2 mb-2",children:[c.jsx("div",{className:"w-1 h-3 bg-cyan-500 rounded-full shadow-[0_0_8px_cyan]"}),c.jsx("p",{className:"text-[10px] font-mono font-bold uppercase tracking-[0.2em] text-cyan-600/80 group-hover:text-cyan-400 transition-colors",children:e.label})]}),c.jsxs("div",{className:"flex items-baseline gap-3 my-1 relative z-10",children:[c.jsx("h3",{className:j("text-4xl font-black tracking-tight text-white transition-all duration-300","drop-shadow-[0_0_10px_rgba(255,255,255,0.3)]","group-hover:scale-110 group-hover:text-cyan-100 group-hover:drop-shadow-[0_0_15px_rgba(6,182,212,0.6)] group-hover:-translate-y-1"),children:e.value}),e.trend&&c.jsxs("div",{className:j("flex items-center px-2 py-0.5 rounded-full text-[10px] font-bold border backdrop-blur-md transition-all",e.trend==="up"&&"text-emerald-400 border-emerald-500/30 bg-emerald-950/30 shadow-[0_0_10px_-4px_rgba(52,211,153,0.5)]",e.trend==="down"&&"text-rose-400 border-rose-500/30 bg-rose-950/30 shadow-[0_0_10px_-4px_rgba(251,113,133,0.5)]",e.trend==="neutral"&&"text-amber-400 border-amber-500/30 bg-amber-950/30 shadow-[0_0_10px_-4px_rgba(251,191,36,0.5)]","group-hover:scale-105"),children:[e.trend==="up"&&c.jsx(e0,{className:"mr-1 h-3 w-3"}),e.trend==="down"&&c.jsx(Q2,{className:"mr-1 h-3 w-3"}),e.trend==="neutral"&&c.jsx(W2,{className:"mr-1 h-3 w-3"}),e.description&&c.jsx("span",{className:"max-w-[100px] truncate",children:e.description})]})]}),e.description&&!e.trend&&c.jsx("p",{className:"text-xs text-slate-500 font-mono mt-1 group-hover:text-slate-400 transition-colors",children:e.description}),c.jsx("div",{className:"absolute right-0 bottom-0 w-8 h-8 opacity-20 group-hover:opacity-100 transition-opacity",children:c.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",className:"w-full h-full text-cyan-500",stroke:"currentColor",strokeWidth:"1",children:[c.jsx("path",{d:"M22 22L12 22L22 12Z",fill:"currentColor",fillOpacity:"0.2"}),c.jsx("path",{d:"M22 17L22 22L17 22",strokeLinecap:"round",strokeLinejoin:"round"})]})})]});ge.register("statistic",qie,{label:"Statistic",category:"data-display",icon:"Activity",inputs:[{name:"label",type:"string",label:"Label"},{name:"value",type:"string",label:"Value"},{name:"description",type:"string",label:"Description"},{name:"trend",type:"enum",enum:[{label:"Up",value:"up"},{label:"Down",value:"down"},{label:"Neutral",value:"neutral"}],label:"Trend"}],defaultProps:{label:"Total Revenue",value:"$45,231.89",trend:"up",description:"+20.1% from last month"}}),ge.register("progress",({schema:e,className:t,...a})=>c.jsx(hv,{value:e.value,className:t,...a}),{label:"Progress",inputs:[{name:"value",type:"number",label:"Value",defaultValue:0},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{value:50,className:"w-full"}}),ge.register("skeleton",({schema:e,className:t,...a})=>c.jsx(li,{className:t,...a,style:{width:e.width,height:e.height}}),{label:"Skeleton",inputs:[{name:"width",type:"string",label:"Width"},{name:"height",type:"string",label:"Height"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{width:"100%",height:"20px",className:"rounded-md"}}),ge.register("toaster",({schema:e})=>e.provider==="sonner"?c.jsx(vd,{}):c.jsx(vd,{}),{label:"Toaster",inputs:[{name:"provider",type:"enum",enum:["default","sonner"],defaultValue:"default",label:"Provider"}],defaultProps:{provider:"default"}}),ge.register("loading",({schema:e,className:t,...a})=>{const n=e.size||"md",r=e.fullscreen||!1,o=c.jsxs("div",{className:j("flex flex-col items-center justify-center gap-2",t),children:[c.jsx(G4,{className:j(n==="sm"&&"h-4 w-4",n==="md"&&"h-8 w-8",n==="lg"&&"h-12 w-12",n==="xl"&&"h-16 w-16")}),e.text&&c.jsx("p",{className:"text-sm text-muted-foreground",children:e.text})]});return r?c.jsx("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-background/80 backdrop-blur-sm",...a,children:o}):c.jsx("div",{className:"flex items-center justify-center p-8",...a,children:o})},{label:"Loading",inputs:[{name:"text",type:"string",label:"Loading Text"},{name:"size",type:"enum",enum:["sm","md","lg","xl"],label:"Size",defaultValue:"md"},{name:"fullscreen",type:"boolean",label:"Fullscreen Overlay",defaultValue:!1},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{text:"Loading...",size:"md",fullscreen:!1}}),ge.register("dialog",({schema:e,className:t,...a})=>c.jsxs(k1,{modal:e.modal,defaultOpen:e.defaultOpen,...a,children:[c.jsx(Yy,{asChild:!0,children:Ae(e.trigger)}),c.jsxs(v1,{className:t,children:[c.jsxs(x1,{children:[e.title&&c.jsx(b1,{children:e.title}),e.description&&c.jsx(M1,{children:e.description})]}),Ae(e.content),e.footer&&c.jsx(Xy,{children:Ae(e.footer)})]})]}),{label:"Dialog",inputs:[{name:"title",type:"string",label:"Title"},{name:"description",type:"string",label:"Description"},{name:"modal",type:"boolean",label:"Modal",defaultValue:!0},{name:"defaultOpen",type:"boolean",label:"Default Open"},{name:"trigger",type:"slot",label:"Trigger",description:"Element that opens the dialog"},{name:"content",type:"slot",label:"Content",description:"Main content of the dialog"},{name:"footer",type:"slot",label:"Footer"},{name:"className",type:"string",label:"Content CSS Class"}],defaultProps:{title:"Dialog Title",description:"Dialog description goes here",modal:!0,trigger:[{type:"button",label:"Open Dialog"}],content:[{type:"text",content:"Dialog content goes here"}]}}),ge.register("sheet",({schema:e,className:t,...a})=>c.jsxs(ed,{modal:e.modal,defaultOpen:e.defaultOpen,...a,children:[c.jsx(o4,{asChild:!0,children:Ae(e.trigger)}),c.jsxs(td,{side:e.side||"right",className:t,children:[c.jsxs(ad,{children:[e.title&&c.jsx(nd,{children:e.title}),e.description&&c.jsx(rd,{children:e.description})]}),Ae(e.content),e.footer&&c.jsx(s4,{children:Ae(e.footer)})]})]}),{label:"Sheet",inputs:[{name:"title",type:"string",label:"Title"},{name:"description",type:"string",label:"Description"},{name:"side",type:"enum",enum:["top","right","bottom","left"],defaultValue:"right",label:"Side"},{name:"modal",type:"boolean",label:"Modal",defaultValue:!0},{name:"defaultOpen",type:"boolean",label:"Default Open"},{name:"trigger",type:"slot",label:"Trigger"},{name:"content",type:"slot",label:"Content"},{name:"footer",type:"slot",label:"Footer"},{name:"className",type:"string",label:"Content CSS Class"}],defaultProps:{title:"Sheet Title",description:"Sheet description",side:"right",modal:!0,trigger:[{type:"button",label:"Open Sheet"}],content:[{type:"text",content:"Sheet content goes here"}]}}),ge.register("popover",({schema:e,className:t,...a})=>c.jsxs(Fc,{modal:e.modal,defaultOpen:e.defaultOpen,...a,children:[c.jsx(Bc,{asChild:!0,children:Ae(e.trigger)}),c.jsx($c,{align:e.align,side:e.side,className:t,children:Ae(e.content)})]}),{label:"Popover",inputs:[{name:"modal",type:"boolean",label:"Modal"},{name:"defaultOpen",type:"boolean",label:"Default Open"},{name:"align",type:"enum",enum:["start","center","end"],label:"Align"},{name:"side",type:"enum",enum:["top","right","bottom","left"],label:"Side"},{name:"trigger",type:"slot",label:"Trigger"},{name:"content",type:"slot",label:"Content"},{name:"className",type:"string",label:"Content CSS Class"}],defaultProps:{trigger:[{type:"button",label:"Open Popover",variant:"outline"}],content:[{type:"text",content:"Popover content goes here"}],align:"center",side:"bottom"}}),ge.register("tooltip",({schema:e,className:t,...a})=>c.jsx(ui,{delayDuration:e.delayDuration,children:c.jsxs(dd,{...a,children:[c.jsx(ud,{asChild:!0,children:Ae(e.trigger)}),c.jsx(hd,{side:e.side,align:e.align,className:t,children:e.content||Ae(e.body)})]})}),{label:"Tooltip",inputs:[{name:"delayDuration",type:"number",label:"Delay Duration",defaultValue:700},{name:"side",type:"enum",enum:["top","right","bottom","left"],label:"Side"},{name:"align",type:"enum",enum:["start","center","end"],label:"Align"},{name:"trigger",type:"slot",label:"Trigger"},{name:"content",type:"string",label:"Content Text"},{name:"body",type:"slot",label:"Rich Content"},{name:"className",type:"string",label:"Content CSS Class"}],defaultProps:{trigger:[{type:"button",label:"Hover me",variant:"outline"}],content:"Tooltip content",delayDuration:700,side:"top"}}),ge.register("alert-dialog",({schema:e,className:t,...a})=>c.jsxs(du,{defaultOpen:e.defaultOpen,...a,children:[c.jsx(uu,{asChild:!0,children:Ae(e.trigger)}),c.jsxs(yu,{className:t,children:[c.jsxs(fu,{children:[e.title&&c.jsx(gu,{children:e.title}),e.description&&c.jsx(ku,{children:e.description})]}),Ae(e.content),c.jsxs(mu,{children:[e.cancelText&&c.jsx(xu,{children:e.cancelText}),e.actionText&&c.jsx(vu,{onClick:e.onAction,children:e.actionText})]})]})]}),{label:"Alert Dialog",inputs:[{name:"title",type:"string",label:"Title"},{name:"description",type:"string",label:"Description"},{name:"cancelText",type:"string",label:"Cancel Text",defaultValue:"Cancel"},{name:"actionText",type:"string",label:"Action Text",defaultValue:"Continue"},{name:"defaultOpen",type:"boolean",label:"Default Open"},{name:"trigger",type:"slot",label:"Trigger"},{name:"content",type:"slot",label:"Content/Body"},{name:"className",type:"string",label:"Content CSS Class"}],defaultProps:{title:"Are you sure?",description:"This action cannot be undone.",cancelText:"Cancel",actionText:"Continue",trigger:[{type:"button",label:"Open Alert",variant:"destructive"}]}}),ge.register("drawer",({schema:e,className:t,...a})=>c.jsxs(jm,{shouldScaleBackground:e.shouldScaleBackground,defaultOpen:e.defaultOpen,...a,children:[c.jsx(Am,{asChild:!0,children:Ae(e.trigger)}),c.jsxs(Nm,{className:t,children:[c.jsxs(Em,{children:[e.title&&c.jsx(zm,{children:e.title}),e.description&&c.jsx(Om,{children:e.description})]}),Ae(e.content),e.footer&&c.jsxs(_m,{children:[Ae(e.footer),e.showClose&&c.jsx(Pm,{asChild:!0,children:c.jsx("button",{children:"Close"})})]})]})]}),{label:"Drawer",inputs:[{name:"title",type:"string",label:"Title"},{name:"description",type:"string",label:"Description"},{name:"shouldScaleBackground",type:"boolean",label:"Scale Background"},{name:"defaultOpen",type:"boolean",label:"Default Open"},{name:"showClose",type:"boolean",label:"Show Close Button in Footer"},{name:"trigger",type:"slot",label:"Trigger"},{name:"content",type:"slot",label:"Content"},{name:"footer",type:"slot",label:"Footer"},{name:"className",type:"string",label:"Content CSS Class"}],defaultProps:{title:"Drawer Title",description:"Drawer description",trigger:[{type:"button",label:"Open Drawer"}],content:[{type:"text",content:"Drawer content goes here"}]}}),ge.register("hover-card",({schema:e,className:t,...a})=>c.jsxs(Yg,{openDelay:e.openDelay,closeDelay:e.closeDelay,...a,children:[c.jsx(Zg,{asChild:!0,children:Ae(e.trigger)}),c.jsx(Kg,{align:e.align,side:e.side,className:t,children:Ae(e.content)})]}),{label:"Hover Card",inputs:[{name:"openDelay",type:"number",label:"Open Delay"},{name:"closeDelay",type:"number",label:"Close Delay"},{name:"side",type:"enum",enum:["top","right","bottom","left"],label:"Side"},{name:"align",type:"enum",enum:["start","center","end"],label:"Align"},{name:"trigger",type:"slot",label:"Trigger"},{name:"content",type:"slot",label:"Content"},{name:"className",type:"string",label:"Content CSS Class"}],defaultProps:{trigger:[{type:"button",label:"Hover me",variant:"link"}],content:[{type:"text",content:"Hover card content appears on hover"}],side:"top"}});const D5=e=>e?e.map((t,a)=>t.type==="separator"?c.jsx(Fs,{},a):t.type==="label"?c.jsx(qs,{children:t.label},a):t.children?c.jsxs(ig,{children:[c.jsxs(lg,{inset:t.inset,children:[t.icon&&c.jsx("span",{className:"mr-2",children:t.icon}),t.label]}),c.jsx(cg,{children:D5(t.children)})]},a):c.jsxs(sg,{disabled:t.disabled,inset:t.inset,onSelect:t.onSelect,children:[t.icon&&c.jsx("span",{className:"mr-2",children:t.icon}),t.label,t.shortcut&&c.jsx("span",{className:"ml-auto text-xs tracking-widest opacity-60",children:t.shortcut})]},a)):null;ge.register("dropdown-menu",({schema:e,className:t,...a})=>c.jsxs(ng,{modal:e.modal,defaultOpen:e.defaultOpen,...a,children:[c.jsx(rg,{asChild:!0,children:Ae(e.trigger)}),c.jsxs(og,{align:e.align,side:e.side,className:t,children:[e.label&&c.jsx(qs,{children:e.label}),e.label&&c.jsx(Fs,{}),D5(e.items)]})]}),{label:"Dropdown Menu",inputs:[{name:"label",type:"string",label:"Menu Label"},{name:"side",type:"enum",enum:["top","right","bottom","left"],label:"Side"},{name:"align",type:"enum",enum:["start","center","end"],label:"Align"},{name:"trigger",type:"slot",label:"Trigger"},{name:"items",type:"array",label:"Items",description:'Recursive structure: { type?: "separator"|"label", label, icon, shortcut, disabled, children: [] }'},{name:"className",type:"string",label:"Content CSS Class"}],defaultProps:{trigger:[{type:"button",label:"Menu",variant:"outline"}],items:[{label:"Item 1"},{label:"Item 2"},{type:"separator"},{label:"Item 3"}],align:"start",side:"bottom"}});const P5=e=>e?e.map((t,a)=>t.type==="separator"?c.jsx(Q1,{},a):t.type==="label"?c.jsx(J1,{children:t.label},a):t.children?c.jsxs(rm,{children:[c.jsx(om,{inset:t.inset,children:t.label}),c.jsx(sm,{children:P5(t.children)})]},a):c.jsxs(X1,{disabled:t.disabled,inset:t.inset,onSelect:t.onSelect,children:[t.label,t.shortcut&&c.jsx(dm,{children:t.shortcut})]},a)):null;ge.register("context-menu",({schema:e,className:t,...a})=>{const n=e.triggerClassName||t||e.className||"h-[150px] w-[300px] border border-dashed text-sm flex items-center justify-center",r=e.contentClassName;return c.jsxs(am,{modal:e.modal,...a,children:[c.jsx(nm,{asChild:!0,children:c.jsx("div",{className:n,children:Ae(e.trigger||{type:"text",value:"Right click here"})})}),c.jsx(im,{className:r,children:P5(e.items)})]})},{label:"Context Menu",inputs:[{name:"trigger",type:"slot",label:"Trigger Area"},{name:"triggerClassName",type:"string",label:"Trigger Area Class"},{name:"items",type:"array",label:"Items",description:'Recursive structure: { type?: "separator"|"label", label, shortcut, children }'},{name:"className",type:"string",label:"Content CSS Class"}],defaultProps:{items:[{label:"Action 1"},{label:"Action 2"},{type:"separator"},{label:"Action 3"}],trigger:[{type:"text",content:"Right click here"}]}}),ge.register("accordion",({schema:e,className:t,...a})=>c.jsx(n0,{type:e.accordionType||"single",collapsible:e.collapsible,className:t,...a,children:e.items?.map((n,r)=>c.jsxs(r0,{value:n.value||`item-${r}`,children:[c.jsx(o0,{children:n.title}),c.jsx(s0,{children:Ae(n.content)})]},n.value||r))}),{label:"Accordion",inputs:[{name:"accordionType",type:"enum",enum:["single","multiple"],defaultValue:"single",label:"Type"},{name:"collapsible",type:"boolean",label:"Collapsible (for single type)"},{name:"items",type:"array",label:"Items",description:"Array of { trigger, content, value }"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{accordionType:"single",collapsible:!0,items:[{label:"Item 1",value:"item-1",content:[{type:"text",content:"Content for item 1"}]},{label:"Item 2",value:"item-2",content:[{type:"text",content:"Content for item 2"}]},{label:"Item 3",value:"item-3",content:[{type:"text",content:"Content for item 3"}]}],className:"w-full"}}),ge.register("collapsible",({schema:e,className:t,...a})=>c.jsxs(zy,{defaultOpen:e.defaultOpen,disabled:e.disabled,className:t,...a,children:[c.jsx(Oy,{asChild:!0,children:Ae(e.trigger)}),c.jsx(Ry,{children:Ae(e.content)})]}),{label:"Collapsible",inputs:[{name:"defaultOpen",type:"boolean",label:"Default Open"},{name:"disabled",type:"boolean",label:"Disabled"},{name:"trigger",type:"slot",label:"Trigger"},{name:"content",type:"slot",label:"Content"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{trigger:[{type:"button",label:"Toggle",variant:"outline"}],content:[{type:"text",content:"Collapsible content goes here"}],className:"w-full"}}),ge.register("calendar-view",({schema:e,className:t,onAction:a,...n})=>{const r=M.useMemo(()=>!e.data||!Array.isArray(e.data)?[]:e.data.map((u,p)=>{const h=e.titleField||"title",f=e.startDateField||"start",g=e.endDateField||"end",m=e.colorField||"color",v=e.allDayField||"allDay",x=u[h]||"Untitled",k=u[f]?new Date(u[f]):new Date,b=u[g]?new Date(u[g]):void 0,w=u[v]!==void 0?u[v]:!1;let C=u[m];return C&&e.colorMapping&&e.colorMapping[C]&&(C=e.colorMapping[C]),{id:String(u.id||u._id||p),title:x,start:k,end:b,allDay:w,color:C,data:u}}),[e.data,e.titleField,e.startDateField,e.endDateField,e.colorField,e.allDayField,e.colorMapping]),o=M.useCallback(u=>{a&&a({type:"event_click",payload:{event:u.data,eventId:u.id}}),e.onEventClick&&e.onEventClick(u.data)},[a,e]),i=M.useCallback(u=>{a&&a({type:"date_click",payload:{date:u}}),e.onDateClick&&e.onDateClick(u)},[a,e]),l=M.useCallback(u=>{a&&a({type:"view_change",payload:{view:u}}),e.onViewChange&&e.onViewChange(u)},[a,e]),d=M.useCallback(u=>{a&&a({type:"navigate",payload:{date:u}}),e.onNavigate&&e.onNavigate(u)},[a,e]);return c.jsx(Yp,{events:r,view:e.view||"month",currentDate:e.currentDate?new Date(e.currentDate):void 0,onEventClick:o,onDateClick:e.allowCreate||e.onDateClick?i:void 0,onViewChange:l,onNavigate:d,className:t,...n})},{label:"Calendar View",inputs:[{name:"data",type:"array",label:"Data",description:"Array of record objects to display as events"},{name:"titleField",type:"string",label:"Title Field",defaultValue:"title",description:"Field name to use for event title"},{name:"startDateField",type:"string",label:"Start Date Field",defaultValue:"start",description:"Field name for event start date"},{name:"endDateField",type:"string",label:"End Date Field",defaultValue:"end",description:"Field name for event end date (optional)"},{name:"allDayField",type:"string",label:"All Day Field",defaultValue:"allDay",description:"Field name for all-day flag"},{name:"colorField",type:"string",label:"Color Field",defaultValue:"color",description:"Field name for event color"},{name:"colorMapping",type:"object",label:"Color Mapping",description:'Map field values to colors (e.g., {meeting: "blue", deadline: "red"})'},{name:"view",type:"enum",enum:["month","week","day"],defaultValue:"month",label:"View Mode",description:"Calendar view mode (month, week, or day)"},{name:"currentDate",type:"string",label:"Current Date",description:"ISO date string for initial calendar date"},{name:"allowCreate",type:"boolean",label:"Allow Create",defaultValue:!1,description:"Allow creating events by clicking on dates"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{view:"month",titleField:"title",startDateField:"start",endDateField:"end",allDayField:"allDay",colorField:"color",allowCreate:!1,data:[{id:1,title:"Team Meeting",start:new Date(new Date().setHours(10,0,0,0)).toISOString(),end:new Date(new Date().setHours(11,0,0,0)).toISOString(),color:"#3b82f6",allDay:!1},{id:2,title:"Project Deadline",start:new Date(new Date().setDate(new Date().getDate()+3)).toISOString(),color:"#ef4444",allDay:!0},{id:3,title:"Conference",start:new Date(new Date().setDate(new Date().getDate()+7)).toISOString(),end:new Date(new Date().setDate(new Date().getDate()+9)).toISOString(),color:"#10b981",allDay:!0}],className:"h-[600px] border rounded-lg"}}),ge.register("carousel",({schema:e,className:t,...a})=>c.jsxs(sy,{opts:e.opts,orientation:e.orientation||"horizontal",className:t,...a,children:[c.jsx(iy,{children:e.items?.map((n,r)=>c.jsx(ly,{className:e.itemClassName,children:Ae(n)},r))}),e.showArrows&&c.jsxs(c.Fragment,{children:[c.jsx(cy,{}),c.jsx(dy,{})]})]}),{label:"Carousel",inputs:[{name:"orientation",type:"enum",enum:["horizontal","vertical"],defaultValue:"horizontal",label:"Orientation"},{name:"showArrows",type:"boolean",label:"Show Arrows",defaultValue:!0},{name:"items",type:"array",label:"Items",description:"Array of content schemas"},{name:"itemClassName",type:"string",label:"Item CSS Class"},{name:"className",type:"string",label:"Container CSS Class"}],defaultProps:{orientation:"horizontal",showArrows:!0,items:[[{type:"div",className:"p-8 border rounded bg-slate-50",body:[{type:"text",content:"Slide 1"}]}],[{type:"div",className:"p-8 border rounded bg-slate-50",body:[{type:"text",content:"Slide 2"}]}],[{type:"div",className:"p-8 border rounded bg-slate-50",body:[{type:"text",content:"Slide 3"}]}]],className:"w-full max-w-xs"}}),ge.register("filter-builder",({schema:e,className:t,onChange:a,...n})=>{const r=o=>{a&&a({target:{name:e.name,value:o}})};return c.jsxs("div",{className:e.wrapperClass||"",children:[e.label&&c.jsx("label",{className:"text-sm font-medium mb-2 block",children:e.label}),c.jsx(ic,{fields:e.fields||[],value:e.value||n.value,onChange:r,className:t,...n})]})},{label:"Filter Builder",inputs:[{name:"label",type:"string",label:"Label"},{name:"name",type:"string",label:"Name",required:!0},{name:"fields",type:"array",label:"Fields",description:"Array of { value: string, label: string, type?: string } objects",required:!0},{name:"value",type:"object",label:"Initial Value",description:"FilterGroup object with conditions"}],defaultProps:{label:"Filters",name:"filters",fields:[{value:"name",label:"Name",type:"text"},{value:"email",label:"Email",type:"text"},{value:"age",label:"Age",type:"number"},{value:"status",label:"Status",type:"text"}],value:{id:"root",logic:"and",conditions:[]}}}),ge.register("scroll-area",({schema:e,className:t,...a})=>c.jsxs(l1,{className:t,style:{height:e.height,width:e.width},...a,children:[Ae(e.content||e.children),e.orientation==="horizontal"&&c.jsx(c1,{orientation:"horizontal"})]}),{label:"Scroll Area",inputs:[{name:"height",type:"string",label:"Height (e.g. 200px)"},{name:"width",type:"string",label:"Width"},{name:"orientation",type:"enum",enum:["vertical","horizontal","both"],defaultValue:"vertical",label:"Orientation"},{name:"content",type:"slot",label:"Content"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{height:"200px",width:"100%",orientation:"vertical",content:[{type:"div",className:"p-4",body:[{type:"text",content:"Scrollable content goes here. Add more content to see scrolling behavior."}]}],className:"rounded-md border"}}),ge.register("resizable",({schema:e,className:t,...a})=>c.jsx(a4,{direction:e.direction||"horizontal",className:t,...a,style:{minHeight:e.minHeight||"200px"},children:e.panels?.map((n,r)=>c.jsxs(M.Fragment,{children:[c.jsx(n4,{defaultSize:n.defaultSize,minSize:n.minSize,maxSize:n.maxSize,children:Ae(n.content)}),r<e.panels.length-1&&c.jsx(r4,{withHandle:e.withHandle})]},r))}),{label:"Resizable Panel Group",inputs:[{name:"direction",type:"enum",enum:["horizontal","vertical"],defaultValue:"horizontal",label:"Direction"},{name:"minHeight",type:"string",label:"Min Height"},{name:"withHandle",type:"boolean",label:"Show Handle Icon",defaultValue:!0},{name:"panels",type:"array",label:"Panels",description:"Array of { defaultSize, minSize, maxSize, content }"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{direction:"horizontal",minHeight:"200px",withHandle:!0,panels:[{defaultSize:50,content:[{type:"div",className:"p-4",body:[{type:"text",content:"Panel 1"}]}]},{defaultSize:50,content:[{type:"div",className:"p-4",body:[{type:"text",content:"Panel 2"}]}]}],className:"rounded-lg border"}}),ge.register("table",({schema:e,className:t,...a})=>c.jsxs(xd,{className:t,...a,children:[e.caption&&c.jsx(wd,{children:e.caption}),c.jsx(bd,{children:c.jsx(_n,{children:e.columns?.map((n,r)=>c.jsx(No,{className:n.className,style:{width:n.width},children:n.header},r))})}),c.jsx(Md,{children:e.data?.map((n,r)=>c.jsx(_n,{children:e.columns?.map((o,i)=>c.jsx(zn,{className:o.cellClassName,children:n[o.accessorKey]},i))},r))}),e.footer&&c.jsx(Q4,{children:c.jsx(_n,{children:c.jsx(zn,{colSpan:e.columns?.length,children:typeof e.footer=="string"?e.footer:Ae(e.footer)})})})]}),{label:"Table",inputs:[{name:"caption",type:"string",label:"Caption"},{name:"footer",type:"string",label:"Footer Content"},{name:"columns",type:"array",label:"Columns",description:"Array of { header, accessorKey, className, width }"},{name:"data",type:"array",label:"Data",description:"Array of objects"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{caption:"Table Caption",columns:[{header:"Column 1",accessorKey:"col1"},{header:"Column 2",accessorKey:"col2"},{header:"Column 3",accessorKey:"col3"}],data:[{col1:"Row 1, Col 1",col2:"Row 1, Col 2",col3:"Row 1, Col 3"},{col1:"Row 2, Col 1",col2:"Row 2, Col 2",col3:"Row 2, Col 3"},{col1:"Row 3, Col 1",col2:"Row 3, Col 2",col3:"Row 3, Col 3"}]}}),ge.register("chatbot",({schema:e,className:t,...a})=>{const[n,r]=M.useState(e.messages?.map((i,l)=>({id:i.id||`msg-${l}`,role:i.role||"user",content:i.content||"",timestamp:typeof i.timestamp=="string"?i.timestamp:i.timestamp instanceof Date?i.timestamp.toISOString():void 0,avatar:i.avatar,avatarFallback:i.avatarFallback}))||[]),o=i=>{const l={id:crypto.randomUUID(),role:"user",content:i,timestamp:e.showTimestamp?new Date().toLocaleTimeString():void 0},d=[...n,l];r(d),e.onSend&&e.onSend(i,d),e.autoResponse&&setTimeout(()=>{const u={id:crypto.randomUUID(),role:"assistant",content:e.autoResponseText||"Thank you for your message!",timestamp:e.showTimestamp?new Date().toLocaleTimeString():void 0};r(p=>[...p,u])},e.autoResponseDelay||1e3)};return c.jsx(d1,{messages:n,placeholder:e.placeholder,onSendMessage:o,disabled:e.disabled,showTimestamp:e.showTimestamp,userAvatarUrl:e.userAvatarUrl,userAvatarFallback:e.userAvatarFallback,assistantAvatarUrl:e.assistantAvatarUrl,assistantAvatarFallback:e.assistantAvatarFallback,maxHeight:e.maxHeight,className:t,...a})},{label:"Chatbot",inputs:[{name:"messages",type:"array",label:"Initial Messages",description:"Array of message objects with id, role, content, and optional timestamp"},{name:"placeholder",type:"string",label:"Input Placeholder",defaultValue:"Type your message..."},{name:"showTimestamp",type:"boolean",label:"Show Timestamps",defaultValue:!1},{name:"disabled",type:"boolean",label:"Disabled",defaultValue:!1},{name:"userAvatarUrl",type:"string",label:"User Avatar URL",description:"URL of the user avatar image"},{name:"userAvatarFallback",type:"string",label:"User Avatar Fallback",defaultValue:"You",description:"Fallback text shown when user avatar image is not available"},{name:"assistantAvatarUrl",type:"string",label:"Assistant Avatar URL",description:"URL of the assistant avatar image"},{name:"assistantAvatarFallback",type:"string",label:"Assistant Avatar Fallback",defaultValue:"AI",description:"Fallback text shown when assistant avatar image is not available"},{name:"maxHeight",type:"string",label:"Max Height",defaultValue:"500px"},{name:"autoResponse",type:"boolean",label:"Enable Auto Response (Demo)",defaultValue:!1,description:"Automatically send a response after user message (for demo purposes)"},{name:"autoResponseText",type:"string",label:"Auto Response Text",defaultValue:"Thank you for your message!"},{name:"autoResponseDelay",type:"number",label:"Auto Response Delay (ms)",defaultValue:1e3},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{messages:[{id:"welcome",role:"assistant",content:"Hello! How can I help you today?"}],placeholder:"Type your message...",showTimestamp:!1,disabled:!1,userAvatarFallback:"You",assistantAvatarFallback:"AI",maxHeight:"500px",autoResponse:!0,autoResponseText:"Thank you for your message! This is an automated response.",autoResponseDelay:1e3,className:"w-full max-w-2xl"}});const Fie=({schema:e})=>{const{caption:t,columns:a=[],data:n=[],pagination:r=!0,pageSize:o=10,searchable:i=!0,selectable:l=!1,sortable:d=!0,exportable:u=!1,rowActions:p=!1,resizableColumns:h=!0,reorderableColumns:f=!0,className:g}=e,[m,v]=M.useState(""),[x,k]=M.useState(null),[b,w]=M.useState(null),[C,D]=M.useState(new Set),[A,P]=M.useState(1),[N,_]=M.useState(o),[O,V]=M.useState(a),[H,R]=M.useState({}),[q,K]=M.useState(null),[B,U]=M.useState(null),L=M.useRef(null),G=M.useRef(0),ce=M.useRef(0);M.useEffect(()=>{V(a)},[a]);const ue=M.useMemo(()=>m?n.filter(oe=>O.some(T=>oe[T.accessorKey]?.toString().toLowerCase().includes(m.toLowerCase()))):n,[n,m,O]),F=M.useMemo(()=>!x||!b?ue:[...ue].sort((oe,T)=>{const E=oe[x],I=T[x];if(E===I)return 0;const te=E<I?-1:1;return b==="asc"?te:-te}),[ue,x,b]),W=Math.ceil(F.length/N),Q=r?F.slice((A-1)*N,A*N):F,X=(oe,T)=>oe.id!==void 0?oe.id:`row-${T}`,le=oe=>{d&&(x===oe?b==="asc"?w("desc"):b==="desc"&&(w(null),k(null)):(k(oe),w("asc")))},$=oe=>{const T=new Set;if(oe&&Q.forEach((E,I)=>{const te=(A-1)*N+I,Z=X(E,te);T.add(Z)}),D(T),e.onSelectionChange){const E=F.filter((I,te)=>{const Z=X(I,te);return T.has(Z)});e.onSelectionChange(E)}},re=(oe,T)=>{const E=new Set(C);if(T?E.add(oe):E.delete(oe),D(E),e.onSelectionChange){const I=F.filter((te,Z)=>{const ee=X(te,Z);return E.has(ee)});e.onSelectionChange(I)}},xe=()=>{const oe=[O.map(te=>te.header).join(","),...F.map(te=>O.map(Z=>JSON.stringify(te[Z.accessorKey]||"")).join(","))].join(`
91
+ `),T=new Blob([oe],{type:"text/csv"}),E=window.URL.createObjectURL(T),I=document.createElement("a");I.href=E,I.download="table-export.csv",I.click(),window.URL.revokeObjectURL(E)},fe=oe=>x!==oe?c.jsx(R2,{className:"h-4 w-4 ml-1 opacity-50"}):b==="asc"?c.jsx(Li,{className:"h-4 w-4 ml-1"}):c.jsx(Ua,{className:"h-4 w-4 ml-1"}),me=(oe,T)=>{if(!h)return;oe.preventDefault(),oe.stopPropagation(),L.current=T,G.current=oe.clientX;const E=oe.target.closest("th");E&&(ce.current=E.offsetWidth),document.addEventListener("mousemove",ae),document.addEventListener("mouseup",je)},ae=oe=>{if(!L.current)return;const T=oe.clientX-G.current,E=Math.max(50,ce.current+T);R(I=>({...I,[L.current]:E}))},je=()=>{L.current=null,document.removeEventListener("mousemove",ae),document.removeEventListener("mouseup",je)},J=(oe,T)=>{f&&(K(T),oe.dataTransfer.effectAllowed="move")},ye=(oe,T)=>{f&&(oe.preventDefault(),oe.dataTransfer.dropEffect="move",U(T))},Te=(oe,T)=>{if(!f||q===null)return;if(oe.preventDefault(),q===T){K(null),U(null);return}const E=[...O],[I]=E.splice(q,1);E.splice(T,0,I),V(E),K(null),U(null),e.onColumnsReorder&&e.onColumnsReorder(E)},ze=()=>{K(null),U(null)};M.useEffect(()=>()=>{document.removeEventListener("mousemove",ae),document.removeEventListener("mouseup",je)},[]);const He=Q.length>0&&Q.every((oe,T)=>{const E=(A-1)*N+T,I=X(oe,E);return C.has(I)}),Pe=Q.some((oe,T)=>{const E=(A-1)*N+T,I=X(oe,E);return C.has(I)})&&!He;return c.jsxs("div",{className:`space-y-4 ${g||""}`,children:[c.jsxs("div",{className:"flex items-center justify-between gap-4",children:[c.jsx("div",{className:"flex items-center gap-2 flex-1",children:i&&c.jsxs("div",{className:"relative max-w-sm flex-1",children:[c.jsx($i,{className:"absolute left-2 top-1/2 transform -translate-y-1/2 h-4 w-4 text-muted-foreground"}),c.jsx(Pa,{placeholder:"Search...",value:m,onChange:oe=>{v(oe.target.value),P(1)},className:"pl-8"})]})}),c.jsxs("div",{className:"flex items-center gap-2",children:[u&&c.jsxs(Xe,{variant:"outline",size:"sm",onClick:xe,disabled:F.length===0,children:[c.jsx(L2,{className:"h-4 w-4 mr-2"}),"Export CSV"]}),l&&C.size>0&&c.jsxs("div",{className:"text-sm text-muted-foreground",children:[C.size," selected"]})]})]}),c.jsx("div",{className:"border rounded-lg",children:c.jsxs(xd,{children:[t&&c.jsx(wd,{children:t}),c.jsx(bd,{children:c.jsxs(_n,{children:[l&&c.jsx(No,{className:"w-12",children:c.jsx(Qr,{checked:He?!0:Pe?"indeterminate":!1,onCheckedChange:$})}),O.map((oe,T)=>{const E=H[oe.accessorKey]||oe.width,I=q===T,te=B===T;return c.jsx(No,{className:`${oe.className||""} ${d&&oe.sortable!==!1?"cursor-pointer select-none":""} ${I?"opacity-50":""} ${te?"border-l-2 border-primary":""} relative group`,style:{width:E,minWidth:E},draggable:f,onDragStart:Z=>J(Z,T),onDragOver:Z=>ye(Z,T),onDrop:Z=>Te(Z,T),onDragEnd:ze,onClick:()=>d&&oe.sortable!==!1&&le(oe.accessorKey),children:c.jsxs("div",{className:"flex items-center justify-between",children:[c.jsxs("div",{className:"flex items-center gap-1",children:[f&&c.jsx(Fi,{className:"h-4 w-4 opacity-0 group-hover:opacity-50 cursor-grab active:cursor-grabbing flex-shrink-0"}),c.jsx("span",{children:oe.header}),d&&oe.sortable!==!1&&fe(oe.accessorKey)]}),h&&oe.resizable!==!1&&c.jsx("div",{className:"absolute right-0 top-0 h-full w-1 cursor-col-resize hover:bg-primary opacity-0 hover:opacity-100 transition-opacity",onMouseDown:Z=>me(Z,oe.accessorKey),onClick:Z=>Z.stopPropagation()})]})},oe.accessorKey)}),p&&c.jsx(No,{className:"w-24 text-right",children:"Actions"})]})}),c.jsx(Md,{children:Q.length===0?c.jsx(_n,{children:c.jsx(zn,{colSpan:O.length+(l?1:0)+(p?1:0),className:"h-24 text-center text-muted-foreground",children:"No data available"})}):Q.map((oe,T)=>{const E=(A-1)*N+T,I=X(oe,E),te=C.has(I);return c.jsxs(_n,{"data-state":te?"selected":void 0,children:[l&&c.jsx(zn,{children:c.jsx(Qr,{checked:te,onCheckedChange:Z=>re(I,Z)})}),O.map((Z,ee)=>{const pe=H[Z.accessorKey]||Z.width;return c.jsx(zn,{className:Z.cellClassName,style:{width:pe,minWidth:pe,maxWidth:pe},children:oe[Z.accessorKey]},ee)}),p&&c.jsx(zn,{className:"text-right",children:c.jsxs("div",{className:"flex items-center justify-end gap-1",children:[c.jsx(Xe,{variant:"ghost",size:"icon-sm",onClick:()=>e.onRowEdit?.(oe),children:c.jsx(X2,{className:"h-4 w-4"})}),c.jsx(Xe,{variant:"ghost",size:"icon-sm",onClick:()=>e.onRowDelete?.(oe),children:c.jsx(Wi,{className:"h-4 w-4 text-destructive"})})]})})]},I)})})]})}),r&&F.length>0&&c.jsxs("div",{className:"flex items-center justify-between",children:[c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsx("span",{className:"text-sm text-muted-foreground",children:"Rows per page:"}),c.jsxs(La,{value:N.toString(),onValueChange:oe=>{_(Number(oe)),P(1)},children:[c.jsx(qa,{className:"w-20",children:c.jsx(Ha,{})}),c.jsxs(Fa,{children:[c.jsx(jt,{value:"5",children:"5"}),c.jsx(jt,{value:"10",children:"10"}),c.jsx(jt,{value:"20",children:"20"}),c.jsx(jt,{value:"50",children:"50"}),c.jsx(jt,{value:"100",children:"100"})]})]})]}),c.jsxs("div",{className:"flex items-center gap-2",children:[c.jsxs("span",{className:"text-sm text-muted-foreground",children:["Page ",A," of ",W," (",F.length," total)"]}),c.jsxs("div",{className:"flex items-center gap-1",children:[c.jsx(Xe,{variant:"outline",size:"icon-sm",onClick:()=>P(1),disabled:A===1,children:c.jsx(z2,{className:"h-4 w-4"})}),c.jsx(Xe,{variant:"outline",size:"icon-sm",onClick:()=>P(Math.max(1,A-1)),disabled:A===1,children:c.jsx(Mr,{className:"h-4 w-4"})}),c.jsx(Xe,{variant:"outline",size:"icon-sm",onClick:()=>P(Math.min(W,A+1)),disabled:A===W,children:c.jsx(la,{className:"h-4 w-4"})}),c.jsx(Xe,{variant:"outline",size:"icon-sm",onClick:()=>P(W),disabled:A===W,children:c.jsx(O2,{className:"h-4 w-4"})})]})]})]})]})};ge.register("data-table",Fie,{label:"Data Table",icon:"table",inputs:[{name:"caption",type:"string",label:"Caption"},{name:"columns",type:"array",label:"Columns",description:"Array of { header, accessorKey, className, width, sortable, filterable, resizable }",required:!0},{name:"data",type:"array",label:"Data",description:"Array of data objects",required:!0},{name:"pagination",type:"boolean",label:"Enable Pagination",defaultValue:!0},{name:"pageSize",type:"number",label:"Page Size",defaultValue:10},{name:"searchable",type:"boolean",label:"Enable Search",defaultValue:!0},{name:"selectable",type:"boolean",label:"Enable Row Selection",defaultValue:!1},{name:"sortable",type:"boolean",label:"Enable Sorting",defaultValue:!0},{name:"exportable",type:"boolean",label:"Enable Export",defaultValue:!1},{name:"rowActions",type:"boolean",label:"Show Row Actions",defaultValue:!1},{name:"resizableColumns",type:"boolean",label:"Enable Column Resizing",defaultValue:!0},{name:"reorderableColumns",type:"boolean",label:"Enable Column Reordering",defaultValue:!0},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{caption:"Enterprise Data Table",pagination:!0,pageSize:10,searchable:!0,selectable:!0,sortable:!0,exportable:!0,rowActions:!0,resizableColumns:!0,reorderableColumns:!0,columns:[{header:"ID",accessorKey:"id",width:"80px"},{header:"Name",accessorKey:"name"},{header:"Email",accessorKey:"email"},{header:"Status",accessorKey:"status"},{header:"Role",accessorKey:"role"}],data:[{id:1,name:"John Doe",email:"john@example.com",status:"Active",role:"Admin"},{id:2,name:"Jane Smith",email:"jane@example.com",status:"Active",role:"User"},{id:3,name:"Bob Johnson",email:"bob@example.com",status:"Inactive",role:"User"},{id:4,name:"Alice Williams",email:"alice@example.com",status:"Active",role:"Manager"},{id:5,name:"Charlie Brown",email:"charlie@example.com",status:"Active",role:"User"},{id:6,name:"Diana Prince",email:"diana@example.com",status:"Active",role:"Admin"},{id:7,name:"Ethan Hunt",email:"ethan@example.com",status:"Inactive",role:"User"},{id:8,name:"Fiona Gallagher",email:"fiona@example.com",status:"Active",role:"User"},{id:9,name:"George Wilson",email:"george@example.com",status:"Active",role:"Manager"},{id:10,name:"Hannah Montana",email:"hannah@example.com",status:"Active",role:"User"},{id:11,name:"Ivan Drago",email:"ivan@example.com",status:"Inactive",role:"User"},{id:12,name:"Julia Roberts",email:"julia@example.com",status:"Active",role:"Admin"}]}});const Bie=10080*60*1e3;function $ie(e){const t=e.flatMap(r=>(r.items||[]).flatMap(o=>[o.startDate,o.endDate])),a=Math.min(...t.map(r=>new Date(r).getTime())),n=Math.max(...t.map(r=>new Date(r).getTime()));return{minDate:new Date(a).toISOString().split("T")[0],maxDate:new Date(n).toISOString().split("T")[0]}}function Wie(e,t,a,n){const r=new Date(e).getTime(),o=new Date(t).getTime(),i=new Date(a).getTime(),d=new Date(n).getTime()-i,u=r-i,p=o-r;return{start:u/d*100,width:p/d*100}}function Ci(e,t){const a=new Date(e);return t==="short"?a.toLocaleDateString():t==="long"?a.toLocaleDateString("en-US",{year:"numeric",month:"long",day:"numeric"}):a.toISOString().split("T")[0]}ge.register("timeline",({schema:e,className:t,...a})=>{const{variant:n="vertical",items:r=[],dateFormat:o="short",onItemClick:i}=e;if(n==="vertical")return c.jsx(Pd,{className:t,...a,children:r.map((l,d)=>c.jsxs(Td,{className:l.className,children:[c.jsx(mi,{variant:l.variant||"default",children:l.icon&&c.jsx("span",{className:"text-xs",children:l.icon})}),c.jsxs(Nd,{children:[l.time&&c.jsx(ki,{dateTime:l.time,children:Ci(l.time,o)}),l.title&&c.jsx(gi,{children:l.title}),l.description&&c.jsx(vi,{children:l.description}),l.content&&Ae(l.content)]})]},d))});if(n==="horizontal")return c.jsx(Ed,{className:t,...a,children:r.map((l,d)=>c.jsxs(_d,{className:l.className,children:[c.jsxs("div",{className:"flex flex-col items-center",children:[c.jsx(mi,{variant:l.variant||"default",children:l.icon&&c.jsx("span",{className:"text-xs",children:l.icon})}),c.jsxs("div",{className:"mt-4 text-center",children:[l.time&&c.jsx(ki,{dateTime:l.time,children:Ci(l.time,o)}),l.title&&c.jsx(gi,{children:l.title}),l.description&&c.jsx(vi,{className:"text-center",children:l.description}),l.content&&Ae(l.content)]})]}),d<r.length-1&&c.jsx("div",{className:"absolute left-full w-16 border-t-2 border-gray-200 top-3"})]},d))});if(n==="gantt"){const l=$ie(r),d=e.minDate||l.minDate,u=e.maxDate||l.maxDate,p=e.timeScale||"month",f=(()=>{const g=[],m=new Date(d),v=new Date(u);if(p==="month"){const x=new Date(m);for(;x<=v;)g.push(x.toLocaleDateString("en-US",{month:"short",year:"numeric"})),x.setMonth(x.getMonth()+1)}else if(p==="week"){const x=new Date(m);for(;x<=v;)g.push(`Week ${Math.ceil((x.getTime()-m.getTime())/Bie)+1}`),x.setDate(x.getDate()+7)}else if(p==="day"){const x=new Date(m);for(;x<=v;)g.push(x.toLocaleDateString("en-US",{month:"short",day:"numeric"})),x.setDate(x.getDate()+1)}return g})();return c.jsxs(zd,{className:t,...a,children:[c.jsxs(Od,{children:[c.jsx(xi,{className:"flex items-center px-4 py-3",children:c.jsx("span",{className:"font-semibold text-sm",children:e.rowLabel||"Items"})}),c.jsx(bi,{children:c.jsx("div",{className:"flex h-full",children:f.map((g,m)=>c.jsx("div",{className:"flex-1 px-2 py-3 border-r text-xs font-medium text-center",children:g},m))})})]}),c.jsx("div",{children:c.jsxs("div",{className:"flex",children:[c.jsx(xi,{children:r.map((g,m)=>c.jsx(Mi,{children:c.jsx(Rd,{title:g.label,children:g.label})},m))}),c.jsx(bi,{className:"relative",children:r.map((g,m)=>c.jsx(Mi,{className:"relative",children:(g.items||[]).map((v,x)=>{const k=Wie(v.startDate,v.endDate,d,u);return c.jsx(Id,{start:k.start,width:k.width,variant:v.variant||"default",onClick:()=>i?.(v,g,m,x),title:`${v.title||""}
92
+ ${Ci(v.startDate,o)} - ${Ci(v.endDate,o)}`,children:c.jsx(Vd,{children:v.title})},x)})},m))})]})})]})}return null},{label:"Timeline",category:"data-display",inputs:[{name:"variant",type:"enum",enum:["vertical","horizontal","gantt"],label:"Timeline Variant",defaultValue:"vertical"},{name:"items",type:"array",label:"Timeline Items",description:"For vertical/horizontal: Array of { time, title, description, variant, icon, content }. For gantt: Array of { label, items: [{ title, startDate, endDate, variant }] }"},{name:"dateFormat",type:"enum",enum:["short","long","iso"],label:"Date Format",defaultValue:"short"},{name:"timeScale",type:"enum",enum:["day","week","month"],label:"Time Scale (Gantt only)",defaultValue:"month"},{name:"rowLabel",type:"string",label:"Row Label (Gantt only)",defaultValue:"Items"},{name:"minDate",type:"string",label:"Min Date (Gantt only)",description:"Override auto-calculated min date (YYYY-MM-DD)"},{name:"maxDate",type:"string",label:"Max Date (Gantt only)",description:"Override auto-calculated max date (YYYY-MM-DD)"},{name:"className",type:"string",label:"CSS Class"}],defaultProps:{variant:"vertical",dateFormat:"short",items:[{time:"2024-01-15",title:"Project Started",description:"Kickoff meeting and initial planning",variant:"success",icon:"🚀"},{time:"2024-02-01",title:"First Milestone",description:"Completed initial design phase",variant:"info",icon:"🎨"},{time:"2024-03-15",title:"Beta Release",description:"Released beta version to testers",variant:"warning",icon:"⚡"},{time:"2024-04-01",title:"Launch",description:"Official product launch",variant:"success",icon:"🎉"}]},examples:{vertical:{variant:"vertical",dateFormat:"long",items:[{time:"2024-01-15",title:"Project Started",description:"Kickoff meeting and initial planning",variant:"success"},{time:"2024-02-01",title:"First Milestone",description:"Completed initial design phase",variant:"info"}]},horizontal:{variant:"horizontal",dateFormat:"short",items:[{time:"2024-01-01",title:"Q1",description:"First quarter",variant:"default"},{time:"2024-04-01",title:"Q2",description:"Second quarter",variant:"info"},{time:"2024-07-01",title:"Q3",description:"Third quarter",variant:"warning"},{time:"2024-10-01",title:"Q4",description:"Fourth quarter",variant:"success"}]},gantt:{variant:"gantt",dateFormat:"short",timeScale:"month",rowLabel:"Projects",items:[{label:"Backend Development",items:[{title:"API Design",startDate:"2024-01-01",endDate:"2024-01-31",variant:"success"},{title:"Implementation",startDate:"2024-02-01",endDate:"2024-03-31",variant:"info"}]},{label:"Frontend Development",items:[{title:"UI Design",startDate:"2024-01-15",endDate:"2024-02-15",variant:"warning"},{title:"Component Dev",startDate:"2024-02-15",endDate:"2024-04-15",variant:"default"}]},{label:"Testing",items:[{title:"QA Phase",startDate:"2024-03-01",endDate:"2024-04-30",variant:"danger"}]}]}}}),S.Accordion=n0,S.AccordionContent=s0,S.AccordionItem=r0,S.AccordionTrigger=o0,S.Alert=rl,S.AlertDescription=ol,S.AlertDialog=du,S.AlertDialogAction=vu,S.AlertDialogCancel=xu,S.AlertDialogContent=yu,S.AlertDialogDescription=ku,S.AlertDialogFooter=mu,S.AlertDialogHeader=fu,S.AlertDialogOverlay=pu,S.AlertDialogPortal=hu,S.AlertDialogTitle=gu,S.AlertDialogTrigger=uu,S.AlertTitle=bu,S.AspectRatio=FW,S.Avatar=ss,S.AvatarFallback=ls,S.AvatarImage=is,S.Badge=Ou,S.Breadcrumb=Ru,S.BreadcrumbEllipsis=aG,S.BreadcrumbItem=Vu,S.BreadcrumbLink=Lu,S.BreadcrumbList=Iu,S.BreadcrumbPage=Hu,S.BreadcrumbSeparator=qu,S.Button=Xe,S.ButtonGroup=sG,S.ButtonGroupSeparator=lG,S.ButtonGroupText=iG,S.Calendar=Cl,S.CalendarDayButton=Oh,S.CalendarView=Yp,S.Card=Gl,S.CardAction=Xp,S.CardContent=Kl,S.CardDescription=Zl,S.CardFooter=Xl,S.CardHeader=Ul,S.CardTitle=Yl,S.Carousel=sy,S.CarouselContent=iy,S.CarouselItem=ly,S.CarouselNext=dy,S.CarouselPrevious=cy,S.Chatbot=d1,S.Checkbox=Qr,S.Collapsible=zy,S.CollapsibleContent=Ry,S.CollapsibleTrigger=Oy,S.Command=Jy,S.CommandDialog=NJ,S.CommandEmpty=zJ,S.CommandGroup=OJ,S.CommandInput=EJ,S.CommandItem=IJ,S.CommandList=_J,S.CommandSeparator=RJ,S.CommandShortcut=VJ,S.ContextMenu=am,S.ContextMenuCheckboxItem=lm,S.ContextMenuContent=im,S.ContextMenuGroup=WQ,S.ContextMenuItem=X1,S.ContextMenuLabel=J1,S.ContextMenuPortal=GQ,S.ContextMenuRadioGroup=UQ,S.ContextMenuRadioItem=cm,S.ContextMenuSeparator=Q1,S.ContextMenuShortcut=dm,S.ContextMenuSub=rm,S.ContextMenuSubContent=sm,S.ContextMenuSubTrigger=om,S.ContextMenuTrigger=nm,S.Dialog=k1,S.DialogClose=TJ,S.DialogContent=v1,S.DialogDescription=M1,S.DialogFooter=Xy,S.DialogHeader=x1,S.DialogOverlay=Ky,S.DialogPortal=Zy,S.DialogTitle=b1,S.DialogTrigger=Yy,S.Drawer=jm,S.DrawerClose=Pm,S.DrawerContent=Nm,S.DrawerDescription=Om,S.DrawerFooter=_m,S.DrawerHeader=Em,S.DrawerOverlay=Tm,S.DrawerPortal=Dm,S.DrawerTitle=zm,S.DrawerTrigger=Am,S.DropdownMenu=ng,S.DropdownMenuCheckboxItem=Xee,S.DropdownMenuContent=og,S.DropdownMenuGroup=Kee,S.DropdownMenuItem=sg,S.DropdownMenuLabel=qs,S.DropdownMenuPortal=Zee,S.DropdownMenuRadioGroup=Jee,S.DropdownMenuRadioItem=Qee,S.DropdownMenuSeparator=Fs,S.DropdownMenuShortcut=ete,S.DropdownMenuSub=ig,S.DropdownMenuSubContent=cg,S.DropdownMenuSubTrigger=lg,S.DropdownMenuTrigger=rg,S.Empty=tte,S.EmptyContent=ite,S.EmptyDescription=ste,S.EmptyHeader=ate,S.EmptyMedia=rte,S.EmptyTitle=ote,S.Field=yte,S.FieldContent=fte,S.FieldDescription=kte,S.FieldError=xte,S.FieldGroup=hte,S.FieldLabel=mte,S.FieldLegend=ute,S.FieldSeparator=vte,S.FieldSet=dte,S.FieldTitle=gte,S.FilterBuilder=ic,S.Form=_g,S.FormControl=Lg,S.FormDescription=Hg,S.FormField=Og,S.FormItem=Ig,S.FormLabel=Vg,S.FormMessage=qg,S.HoverCard=Yg,S.HoverCardContent=Kg,S.HoverCardTrigger=Zg,S.Input=Pa,S.InputGroup=sae,S.InputGroupAddon=lae,S.InputGroupButton=dae,S.InputGroupInput=hae,S.InputGroupText=uae,S.InputGroupTextarea=pae,S.InputOTP=nk,S.InputOTPGroup=wc,S.InputOTPSeparator=rk,S.InputOTPSlot=jn,S.Item=Tae,S.ItemActions=Rae,S.ItemContent=_ae,S.ItemDescription=Oae,S.ItemFooter=Vae,S.ItemGroup=Aae,S.ItemHeader=Iae,S.ItemMedia=Eae,S.ItemSeparator=Dae,S.ItemTitle=zae,S.Kbd=Lae,S.KbdGroup=Hae,S.Label=Jt,S.Menubar=xne,S.MenubarCheckboxItem=Ane,S.MenubarContent=Sne,S.MenubarGroup=Mne,S.MenubarItem=jne,S.MenubarLabel=Pne,S.MenubarMenu=bne,S.MenubarPortal=jk,S.MenubarRadioGroup=wne,S.MenubarRadioItem=Dne,S.MenubarSeparator=Tne,S.MenubarShortcut=Nne,S.MenubarSub=Ene,S.MenubarSubContent=zne,S.MenubarSubTrigger=_ne,S.MenubarTrigger=Cne,S.NavigationMenu=rre,S.NavigationMenuContent=lre,S.NavigationMenuIndicator=dre,S.NavigationMenuItem=sre,S.NavigationMenuLink=cre,S.NavigationMenuList=ore,S.NavigationMenuTrigger=ire,S.NavigationMenuViewport=Yk,S.Pagination=ure,S.PaginationContent=hre,S.PaginationEllipsis=mre,S.PaginationItem=pre,S.PaginationLink=Hc,S.PaginationNext=fre,S.PaginationPrevious=yre,S.Popover=Fc,S.PopoverAnchor=Nre,S.PopoverContent=$c,S.PopoverTrigger=Bc,S.Progress=hv,S.RadioGroup=Sv,S.RadioGroupItem=jv,S.ResizableHandle=r4,S.ResizablePanel=n4,S.ResizablePanelGroup=a4,S.ScrollArea=l1,S.ScrollBar=c1,S.Select=La,S.SelectContent=Fa,S.SelectGroup=eX,S.SelectItem=jt,S.SelectLabel=tX,S.SelectScrollDownButton=Up,S.SelectScrollUpButton=Gp,S.SelectSeparator=aX,S.SelectTrigger=qa,S.SelectValue=Ha,S.Separator=Ka,S.Sheet=ed,S.SheetClose=Poe,S.SheetContent=td,S.SheetDescription=rd,S.SheetFooter=s4,S.SheetHeader=ad,S.SheetTitle=nd,S.SheetTrigger=o4,S.Sidebar=k4,S.SidebarContent=M4,S.SidebarFooter=b4,S.SidebarGroup=w4,S.SidebarGroupAction=cse,S.SidebarGroupContent=S4,S.SidebarGroupLabel=C4,S.SidebarHeader=x4,S.SidebarInput=ise,S.SidebarInset=v4,S.SidebarMenu=j4,S.SidebarMenuAction=use,S.SidebarMenuBadge=hse,S.SidebarMenuButton=D4,S.SidebarMenuItem=A4,S.SidebarMenuSkeleton=pse,S.SidebarMenuSub=yse,S.SidebarMenuSubButton=mse,S.SidebarMenuSubItem=fse,S.SidebarProvider=g4,S.SidebarRail=sse,S.SidebarSeparator=lse,S.SidebarTrigger=pd,S.Skeleton=li,S.Slider=B4,S.Spinner=G4,S.Switch=J4,S.Table=xd,S.TableBody=Md,S.TableCaption=wd,S.TableCell=zn,S.TableFooter=Q4,S.TableHead=No,S.TableHeader=bd,S.TableRow=_n,S.Tabs=Sd,S.TabsContent=Dd,S.TabsList=jd,S.TabsTrigger=Ad,S.Textarea=Js,S.Timeline=Pd,S.TimelineContent=Nd,S.TimelineDescription=vi,S.TimelineGantt=zd,S.TimelineGanttBar=Id,S.TimelineGanttBarContent=Vd,S.TimelineGanttGrid=bi,S.TimelineGanttHeader=Od,S.TimelineGanttLabel=Rd,S.TimelineGanttRow=Mi,S.TimelineGanttRowLabels=xi,S.TimelineHorizontal=Ed,S.TimelineHorizontalItem=_d,S.TimelineItem=Td,S.TimelineMarker=mi,S.TimelineTime=ki,S.TimelineTitle=gi,S.Toaster=vd,S.Toggle=M5,S.ToggleGroup=C5,S.ToggleGroupItem=S5,S.Tooltip=dd,S.TooltipContent=hd,S.TooltipProvider=ui,S.TooltipTrigger=ud,S.TypingIndicator=Sy,S.badgeVariants=zu,S.buttonGroupVariants=Wu,S.buttonVariants=yn,S.cn=j,S.navigationMenuTriggerStyle=Uk,S.renderChildren=Ae,S.toggleVariants=qd,S.useFormField=bo,S.useSidebar=To,Object.defineProperty(S,Symbol.toStringTag,{value:"Module"})}));